diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a12a36f..16871d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,39 @@ jobs: - name: Analyze project source run: flutter analyze --fatal-infos - - name: Run tests - run: flutter test + - name: Run tests with coverage + run: flutter test --coverage + + - name: Generate coverage badge + if: github.ref == 'refs/heads/master' + run: | + COVERAGE=$(python3 -c " + import re + with open('coverage/lcov.info') as f: + content = f.read() + total = hit = 0 + for block in content.split('end_of_record'): + lf = re.search(r'LF:(\d+)', block) + lh = re.search(r'LH:(\d+)', block) + if lf and lh: + total += int(lf.group(1)) + hit += int(lh.group(1)) + print(f'{hit/total*100:.0f}' if total else '0') + ") + echo "COVERAGE=$COVERAGE" >> $GITHUB_ENV + + - name: Create coverage badge + if: github.ref == 'refs/heads/master' + uses: schneegans/dynamic-badges-action@v1.7.0 + with: + auth: ${{ secrets.GIST_TOKEN }} + gistID: ${{ vars.COVERAGE_GIST_ID }} + filename: coverage.json + label: coverage + message: ${{ env.COVERAGE }}% + valColorRange: ${{ env.COVERAGE }} + minColorRange: 50 + maxColorRange: 90 - name: Build web run: flutter build web --release --base-href / diff --git a/.gitignore b/.gitignore index 8d8a148..7771d91 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,8 @@ html/ # Directory created by dartdoc doc/api/ +# Test coverage +coverage/ + # IDE .idea/ \ No newline at end of file diff --git a/README.md b/README.md index 457c967..fdc1a69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Âm Lịch [![CI](https://github.com/de-men/amlich/actions/workflows/ci.yml/badge.svg)](https://github.com/de-men/amlich/actions/workflows/ci.yml) +[![codecov](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/thaihuynhxyz/750c80dac4c020472e8510f5ca8c8b7a/raw/coverage.json)](https://github.com/de-men/amlich/actions/workflows/ci.yml) [A web app](https://amlich.demen.org) that converts between solar (Gregorian) and Vietnamese lunar dates, built with [Flutter for web](https://flutter.dev/web). diff --git a/docs/.last_build_id b/docs/.last_build_id deleted file mode 100644 index 644276b..0000000 --- a/docs/.last_build_id +++ /dev/null @@ -1 +0,0 @@ -2e6d785943fa380da8b13a8eb4b91909 \ No newline at end of file diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 0ecfc9d..0000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -amlich.demen.org \ No newline at end of file diff --git a/docs/assets/AssetManifest.json b/docs/assets/AssetManifest.json deleted file mode 100644 index bb917dc..0000000 --- a/docs/assets/AssetManifest.json +++ /dev/null @@ -1 +0,0 @@ -{"fonts/MyFlutterApp.ttf":["fonts/MyFlutterApp.ttf"]} \ No newline at end of file diff --git a/docs/assets/FontManifest.json b/docs/assets/FontManifest.json deleted file mode 100644 index 913bde8..0000000 --- a/docs/assets/FontManifest.json +++ /dev/null @@ -1 +0,0 @@ -[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"MyFlutterApp","fonts":[{"asset":"fonts/MyFlutterApp.ttf"}]}] \ No newline at end of file diff --git a/docs/assets/LICENSE b/docs/assets/LICENSE deleted file mode 100644 index 08642fc..0000000 --- a/docs/assets/LICENSE +++ /dev/null @@ -1,14384 +0,0 @@ -StackWalker - -Copyright (c) 2005-2009, Jochen Kalmbach -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, -this list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. -Neither the name of Jochen Kalmbach nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -StackWalker - -Copyright (c) 2005-2013, Jochen Kalmbach -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, -this list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. -Neither the name of Jochen Kalmbach nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -analyzer -args -csslib -logging - -Copyright 2013, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -angle - -Copyright (c) 2007-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. --------------------------------------------------------------------------------- -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-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. --------------------------------------------------------------------------------- -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) 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 - -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 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 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 -base - -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 -base - -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 -boringssl -engine -etc1 -observatory_pub_packages -skia -txt -vulkan -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. --------------------------------------------------------------------------------- -angle -fuchsia_sdk -tonic - -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. - * 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 -vulkan-validation-layers - -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 -xxhash - -Copyright 2019 The ANGLE Project Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -archive - - Copyright 2013 Brendan Duncan - - 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. - - -Some code has been derived from the following projects: - -zlib/inflate: - JavaScript Zlib Library, https://github.com/imaya/zlib.js - The MIT License - Copyright (c) 2012 imaya - -zlib/deflate: - Java JZLib Library, http://www.jcraft.com/jzlib/ - Copyright (c) 2000-2011 ymnk, JCraft,Inc. 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. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED ``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 JCRAFT, - INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -bzip2: - This program, "bzip2", the associated library "libbzip2", and all - documentation, are copyright (C) 1996-2010 Julian R Seward. 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. 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. - - 3. Altered source versions must be plainly marked as such, and must - not be misrepresented as being the original software. - - 4. The name of the author may not 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. - - Julian Seward, jseward@bzip.org - bzip2/libbzip2 version 1.0.6 of 6 September 2010 - - --------------------------------------------------------------------------------- -async -collection -convert -crypto -mime -package_config -package_resolver -stream_channel -typed_data - -Copyright 2015, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -base - -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. --------------------------------------------------------------------------------- -base -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. --------------------------------------------------------------------------------- -base -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. --------------------------------------------------------------------------------- -base -zlib - -Copyright (c) 2011 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -bloc -flutter_bloc - -The MIT License (MIT) -Copyright (c) 2018 Felix Angelov - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, -publish, distribute, sublicense, and/or sell copies of the Software, -and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -boolean_selector -build -build_runner -code_builder -front_end -kernel -meta -web_socket_channel - -Copyright 2016, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -boringssl - -Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) -All rights reserved. - -This package is an SSL implementation written -by Eric Young (eay@cryptsoft.com). -The implementation was written so as to conform with Netscapes SSL. - -This library is free for commercial and non-commercial use as long as -the following conditions are aheared to. The following conditions -apply to all code found in this distribution, be it the RC4, RSA, -lhash, DES, etc., code; not just the SSL code. The SSL documentation -included with this distribution is covered by the same copyright terms -except that the holder is Tim Hudson (tjh@cryptsoft.com). - -Copyright remains Eric Young's, and as such any Copyright notices in -the code are not to be removed. -If this package is used in a product, Eric Young should be given attribution -as the author of the parts of the library used. -This can be in the form of a textual message at program startup or -in documentation (online or textual) provided with the package. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - "This product includes cryptographic software written by - Eric Young (eay@cryptsoft.com)" - The word 'cryptographic' can be left out if the rouines from the library - being used are not cryptographic related :-). -4. If you include any Windows specific code (or a derivative thereof) from - the apps directory (application code) you must include an acknowledgement: - "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - -THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -The licence and distribution terms for any publically available version or -derivative of this code cannot be changed. i.e. this code cannot simply be -copied and put under another distribution licence -[including the GNU Public Licence.] --------------------------------------------------------------------------------- -boringssl - -Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) -All rights reserved. - -This package is an SSL implementation written -by Eric Young (eay@cryptsoft.com). -The implementation was written so as to conform with Netscapes SSL. - -This library is free for commercial and non-commercial use as long as -the following conditions are aheared to. The following conditions -apply to all code found in this distribution, be it the RC4, RSA, -lhash, DES, etc., code; not just the SSL code. The SSL documentation -included with this distribution is covered by the same copyright terms -except that the holder is Tim Hudson (tjh@cryptsoft.com). - -Copyright remains Eric Young's, and as such any Copyright notices in -the code are not to be removed. -If this package is used in a product, Eric Young should be given attribution -as the author of the parts of the library used. -This can be in the form of a textual message at program startup or -in documentation (online or textual) provided with the package. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - "This product includes cryptographic software written by - Eric Young (eay@cryptsoft.com)" - The word 'cryptographic' can be left out if the rouines from the library - being used are not cryptographic related :-). -4. If you include any Windows specific code (or a derivative thereof) from - the apps directory (application code) you must include an acknowledgement: - "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - -THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -The licence and distribution terms for any publically available version or -derivative of this code cannot be changed. i.e. this code cannot simply be -copied and put under another distribution licence -[including the GNU Public Licence.] --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2003 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2000 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2000-2003 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2001 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2003 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2004 Kungliga Tekniska Högskolan -(Royal Institute of Technology, Stockholm, Sweden). -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -3. Neither the name of the Institute nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2004 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2005 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2006 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2006,2007 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2008 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2010 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2011 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2011 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2012 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2013 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2014 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 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) 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 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) 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) 2015, Intel 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-2016 the fiat-crypto authors (see the AUTHORS file). - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2015-2016 the fiat-crypto authors (see the AUTHORS file). - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -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) 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 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 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. - -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 2003 Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -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 2005, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright 2006, 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. --------------------------------------------------------------------------------- -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, 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. --------------------------------------------------------------------------------- -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 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. --------------------------------------------------------------------------------- -boringssl - -Copyright 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. --------------------------------------------------------------------------------- -boringssl - -Copyright 2009 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. --------------------------------------------------------------------------------- -boringssl - -Copyright 2009 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. --------------------------------------------------------------------------------- -boringssl - -Copyright 2009, 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. --------------------------------------------------------------------------------- -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 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. --------------------------------------------------------------------------------- -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 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 - -The MIT License (MIT) - -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. --------------------------------------------------------------------------------- -boringssl -dart - -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. --------------------------------------------------------------------------------- -build_config -graphs -io -json_annotation -pedantic -stream_transform -term_glyph - -Copyright 2017, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -build_daemon -checked_yaml - -Copyright 2019, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -build_resolvers -build_runner_core -pubspec_parse -test_api -timing - -Copyright 2018, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -built_collection -built_value -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. - --------------------------------------------------------------------------------- -charcode -dart_style -fixnum -glob -http -http_multi_server -http_parser -matcher -path -pool -pub_semver -shelf -shelf_web_socket -source_span -stack_trace -string_scanner -watcher -yaml - -Copyright 2014, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -colorama - -Copyright (c) 2010 Jonathan Hartley -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the copyright holders, nor those of its contributors - may be used to endorse or promote products derived from this software without - specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, 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. --------------------------------------------------------------------------------- -compiler - -Copyright (C) 2012 Apple Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY APPLE, INC. ``AS IS'' AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE, INC. OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -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 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) 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 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) 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 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) 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 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 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) 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 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) 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 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) 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 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) 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 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) 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 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) 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 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) 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 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 2009 The Go Authors. All rights reserved. -Use of this source code is governed by a BSD-style -license that can be found in the LICENSE file --------------------------------------------------------------------------------- -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 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 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 -txt - -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. --------------------------------------------------------------------------------- -equatable - -MIT License - -Copyright (c) 2018 Felix Angelov - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - --------------------------------------------------------------------------------- -files - -Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -files - -Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -files - -Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd - and Clark Cooper -Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 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. --------------------------------------------------------------------------------- -files - -Copyright 2000, Clark Cooper -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. --------------------------------------------------------------------------------- -freetype2 - -Copyright (C) 1995-2002 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) 1995-2002 Jean-loup Gailly. - -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) 1995-2002 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 --- --------------------------------------------------------------------------------- -fuchsia_sdk - -Copyright 2013 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. - * 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. --------------------------------------------------------------------------------- -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. - * 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. --------------------------------------------------------------------------------- -fuchsia_sdk - -The majority of files in this project use the Apache 2.0 License. -There are a few exceptions and their license can be found in the source. -Any license deviations from Apache 2.0 are "more permissive" licenses. - -=========================================================================================== - - 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. --------------------------------------------------------------------------------- -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 -rapidjson - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -fuchsia_sdk -skia - -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. --------------------------------------------------------------------------------- -fuchsia_sdk -tonic - -Copyright 2015 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. - * 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. --------------------------------------------------------------------------------- -fuchsia_sdk -tonic - -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. - * 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. --------------------------------------------------------------------------------- -fuchsia_sdk -tonic - -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. - * 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. --------------------------------------------------------------------------------- -fuchsia_sdk -tonic - -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. - * 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) 2002-2006 Marcus Geelnard -Copyright (c) 2006-2016 Camilla Berglund - -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 Berglund -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-2016 Camilla Berglund - -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 Berglund - -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 Berglund -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) 2010-2016 Camilla Berglund - -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) 2014-2015 Brandon Schaefer - -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. --------------------------------------------------------------------------------- -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 © 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,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,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. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED 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. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED 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 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED 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 © 2016 Elie Roux -Copyright © 2018 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. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED 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 © 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 © 2018 Ebrahim Byagowi. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2018 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2018 Google, Inc. -Copyright © 2019 Facebook, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2018 Adobe Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 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 - -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,2011,2012,2013,2014,2015,2016,2017,2018,2019 Google, Inc. -Copyright © 2019 Facebook, Inc. -Copyright © 2012 Mozilla Foundation -Copyright © 2011 Codethink Limited -Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) -Copyright © 2009 Keith Stribley -Copyright © 2009 Martin Hosken and SIL International -Copyright © 2007 Chris Wilson -Copyright © 2006 Behdad Esfahbod -Copyright © 2005 David Turner -Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc. -Copyright © 1998-2004 David Turner and Werner Lemberg - -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. --------------------------------------------------------------------------------- -html - -Copyright (c) 2006-2012 The Authors - -Contributors: -James Graham - jg307@cam.ac.uk -Anne van Kesteren - annevankesteren@gmail.com -Lachlan Hunt - lachlan.hunt@lachy.id.au -Matt McDonald - kanashii@kanashii.ca -Sam Ruby - rubys@intertwingly.net -Ian Hickson (Google) - ian@hixie.ch -Thomas Broyer - t.broyer@ltgt.net -Jacques Distler - distler@golem.ph.utexas.edu -Henri Sivonen - hsivonen@iki.fi -Adam Barth - abarth@webkit.org -Eric Seidel - eric@webkit.org -The Mozilla Foundation (contributions from Henri Sivonen since 2008) -David Flanagan (Mozilla) - dflanagan@mozilla.com -Google Inc. (contributed the Dart port) - misc@dartlang.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved. - Copyright (C) 2002-2005, International Business Machines - Corporation and others. All Rights Reserved. - -This file is provided as-is by Unicode, Inc. (The Unicode Consortium). -No claims are made as to fitness for any particular purpose. No -warranties of any kind are expressed or implied. The recipient -agrees to determine applicability of information provided. If this -file has been provided on optical media by Unicode, Inc., the sole -remedy for any claim will be exchange of defective media within 90 -days of receipt. - -Unicode, Inc. hereby grants the right to freely use the information -supplied in this file in the creation of products supporting the -Unicode Standard, and to make copies of this file in any form for -internal or external distribution as long as this notice remains -attached. --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -Copyright (c) 1999 Unicode, Inc. All Rights reserved. - Copyright (C) 2002-2005, International Business Machines - Corporation and others. All Rights Reserved. - -This file is provided as-is by Unicode, Inc. (The Unicode Consortium). -No claims are made as to fitness for any particular purpose. No -warranties of any kind are expressed or implied. The recipient -agrees to determine applicability of information provided. If this -file has been provided on optical media by Unicode, Inc., the sole -remedy for any claim will be exchange of defective media within 90 -days of receipt. - -Unicode, Inc. hereby grants the right to freely use the information -supplied in this file in the creation of products supporting the -Unicode Standard, and to make copies of this file in any form for -internal or external distribution as long as this notice remains -attached. --------------------------------------------------------------------------------- -icu - -Copyright (c) 2002 Unicode, Inc. All Rights reserved. - Copyright (C) 2002-2005, International Business Machines - Corporation and others. All Rights Reserved. - -This file is provided as-is by Unicode, Inc. (The Unicode Consortium). -No claims are made as to fitness for any particular purpose. No -warranties of any kind are expressed or implied. The recipient -agrees to determine applicability of information provided. If this -file has been provided on optical media by Unicode, Inc., the sole -remedy for any claim will be exchange of defective media within 90 -days of receipt. - -Unicode, Inc. hereby grants the right to freely use the information -supplied in this file in the creation of products supporting the -Unicode Standard, and to make copies of this file in any form for -internal or external distribution as long as this notice remains -attached. --------------------------------------------------------------------------------- -icu - -Copyright (c) 2013 International Business Machines Corporation -and others. All Rights Reserved. - -Project: http://code.google.com/p/lao-dictionary -Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt -License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt - (copied below) - - This file is derived from the above dictionary, with slight - modifications. - - 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. --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -Copyright (c) IBM Corporation, 2000-2010. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, 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. --------------------------------------------------------------------------------- -icu - -Copyright (c) IBM Corporation, 2000-2011. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, 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. --------------------------------------------------------------------------------- -icu - -Copyright (c) IBM Corporation, 2000-2012. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, 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. --------------------------------------------------------------------------------- -icu - -Copyright (c) IBM Corporation, 2000-2014. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, 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. --------------------------------------------------------------------------------- -icu - -Copyright (c) IBM Corporation, 2000-2016. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, 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. --------------------------------------------------------------------------------- -icu - -Copyright 1996 Chih-Hao Tsai @ Beckman Institute, - University of Illinois -c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -Copyright © 1991-2018 Unicode, Inc. All rights reserved. -Distributed under the Terms of Use in http://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 - -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. --------------------------------------------------------------------------------- -icu - -Unicode® Terms of Use -For the general privacy policy governing access to this site, see the Unicode Privacy Policy. For trademark usage, see the Unicode® Consortium Name and Trademark Usage Policy. - -A. Unicode Copyright. -1. Copyright © 1991-2017 Unicode, Inc. All rights reserved. -2. 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. -3. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files solely for informational purposes and in the creation of products supporting the Unicode Standard, subject to the Terms and Conditions herein. -4. Further specifications of rights and restrictions pertaining to the use of the particular set of data files known as the "Unicode Character Database" can be found in the License. -5. 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. The online code charts carry specific restrictions. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use. -6. No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site. -7. Modification is not permitted with respect to this document. All copies of this document must be verbatim. -B. Restricted Rights Legend. 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. -C. 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 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 C.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 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. -D. Waiver of Damages. In no event shall Unicode or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode 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. -E. 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. -2. 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. -3. All third party trademarks referenced herein are the property of their respective owners. -F. Miscellaneous. -1. Jurisdiction and Venue. This server is operated from a location in the State of California, United States of America. Unicode makes no representation that the materials are appropriate for use in other locations. If you access this server from other locations, you are responsible for compliance with local laws. This Agreement, all use of this site and any claims and damages resulting from use of this site 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 site 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 Unicode shall have the right to modify this Agreement at any time by posting it to this site. The user may not assign any part of this Agreement without Unicode’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 - -Unicode Data Files include all data files under the directories -http://www.unicode.org/Public/, http://www.unicode.org/reports/, -http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and -http://www.unicode.org/utility/trac/browser/. - -Unicode Data Files do not include PDF online code charts under the -directory http://www.unicode.org/Public/. - -Software includes any source code published in the Unicode Standard -or under the directories -http://www.unicode.org/Public/, http://www.unicode.org/reports/, -http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and -http://www.unicode.org/utility/trac/browser/. - -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-2017 Unicode, Inc. All rights reserved. -Distributed under the Terms of Use in http://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 -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. --------------------------------------------------------------------------------- -icu -skia - -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. --------------------------------------------------------------------------------- -image - - Copyright 2013 Brendan Duncan - - 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. - - - -Parts of the Image library were ported from the following sources: - -============================================================================== - - The JPEG encoder/decoder code is derived from the following: - https://github.com/notmasteryet/jpgjs - Copyright (C) 2011 notmasteryet - - Contributors: Yury Delendik - Brendan Dahl - - 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. - -============================================================================== - -The WebP encoder/decoder code is derived from the following: - http://git.chromium.org/gitweb/?p=webm/libwebp.git - 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. - -============================================================================== - -The TIFF decoder code is derived from the following: - Apache Batik - http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk - Copyright 1999-2007 The Apache Software Foundation - 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. - -============================================================================== - -The OpenEXR decoder is derived in part from the OpenEXR library: - -Copyright (c) 2002-2011, Industrial Light & Magic, a division of -Lucasfilm Entertainment Company 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 Industrial Light & Magic nor the names of its contributors -may be used to endorse or promote products derived from this software without -specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(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 PVRTC compression and decompression code is ported from Jeffrey Lim's -PvrTcCompressor: - -https://bitbucket.org/jthlim/pvrtccompressor - -Copyright © 2014, Jeffrey Lim. 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. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED 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. - -=============================================================================== - -The pvr container format decoder is derived from the QuickPVR project: -QuickPVR is Copyright (C) 2010 Limbic Software, Inc. -http://www.limbicsoftware.com/quickpvr.html - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name of the Limbic Software, 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 LIMBIC SOFTWARE, INC. ''AS IS'' AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL LIMBIC SOFTWARE, INC. BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -js - -Copyright 2012, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -khronos - -Copyright (c) 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. --------------------------------------------------------------------------------- -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 -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 - -University of Illinois/NCSA -Open Source License - -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) 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 - -Copyright (C) 2009, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -Copyright (C) 2009-2011, 2014-2016, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -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) 2011, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -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 - -Based on the x86 SIMD extension for IJG JPEG library -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 - -Copyright 2009 Pierre Ossman for Cendio AB - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2013-2014, 2016, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2013-2014, 2016, D. R. Commander. -Copyright (C) 2015-2016, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2014, 2016, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2014, D. R. Commander. -Copyright (C) 2013-2014, MIPS Technologies, Inc., California. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2014, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2014-2015, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2011, 2014, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2011, 2014-2016, D. R. Commander. -Copyright (C) 2013-2014, MIPS Technologies, Inc., California. -Copyright (C) 2014, Linaro Limited. -Copyright (C) 2015-2016, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2011, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -Copyright 2009, 2012 Pierre Ossman for Cendio AB -Copyright (C) 2009, 2012, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -Copyright 2009, 2012 Pierre Ossman for Cendio AB -Copyright (C) 2012, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -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. --------------------------------------------------------------------------------- -libsdl -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 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. --------------------------------------------------------------------------------- -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. --------------------------------------------------------------------------------- -mockito - - - 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. - --------------------------------------------------------------------------------- -observatory_pub_packages - -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 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. --------------------------------------------------------------------------------- -observatory_pub_packages - -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 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. --------------------------------------------------------------------------------- -observatory_pub_packages - -Copyright (c) 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 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. --------------------------------------------------------------------------------- -observatory_pub_packages - -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 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. --------------------------------------------------------------------------------- -observatory_pub_packages - -Copyright (c) 2014, Michael Bostock and 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 MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -observatory_pub_packages - -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 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. --------------------------------------------------------------------------------- -observatory_pub_packages - -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 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. --------------------------------------------------------------------------------- -observatory_pub_packages - -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 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. --------------------------------------------------------------------------------- -observatory_pub_packages - -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 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. --------------------------------------------------------------------------------- -observatory_pub_packages - -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 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. --------------------------------------------------------------------------------- -observatory_pub_packages - -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 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. --------------------------------------------------------------------------------- -observatory_pub_packages - -Copyright 2013, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -observatory_pub_packages - -Copyright 2014, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -observatory_pub_packages - -Copyright 2015, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -observatory_pub_packages - -Copyright 2016, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -observatory_pub_packages -pkg - -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 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. --------------------------------------------------------------------------------- -petitparser -xml - -The MIT License - -Copyright (c) 2006-2019 Lukas Renggli. -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - --------------------------------------------------------------------------------- -provider - -MIT License - -Copyright (c) 2018 Remi Rousselet - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. --------------------------------------------------------------------------------- -quiver - - - 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. --------------------------------------------------------------------------------- -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. --------------------------------------------------------------------------------- -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 https://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. --------------------------------------------------------------------------------- -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. --------------------------------------------------------------------------------- -rxdart - -Licensed under the Apache License, Version 2.0 (the "License"); you -may not use this file except in compliance with the License. You may -obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -implied. See the License for the specific language governing permissions -and limitations under the License. --------------------------------------------------------------------------------- -skcms - -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 -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skcms -skia -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. --------------------------------------------------------------------------------- -skia - -Copyright (C) 2006 Apple Computer, Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -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 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) 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 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-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. --------------------------------------------------------------------------------- -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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 2012 Intel 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. --------------------------------------------------------------------------------- -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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 2019 Google Inc. and Adobe 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. --------------------------------------------------------------------------------- -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 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 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 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 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 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 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 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 - -NEON optimized code (C) COPYRIGHT 2009 Motorola - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, 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. --------------------------------------------------------------------------------- -smhasher - -All MurmurHash source files are placed in the public domain. - -The license below applies to all other code in SMHasher: - -Copyright (c) 2011 Google, 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. --------------------------------------------------------------------------------- -systeminfo - -Copyright (C) 2009 Apple Inc. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -tcmalloc - -Copyright (c) 2003, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -tcmalloc - -Copyright (c) 2005, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -trace_event - -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. --------------------------------------------------------------------------------- -vulkanmemoryallocator - -Copyright (c) 2017-2018 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. --------------------------------------------------------------------------------- -wasmer - -MIT License - -Copyright (c) 2019 Wasmer, Inc. and its 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. --------------------------------------------------------------------------------- -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 --------------------------------------------------------------------------------- -xxhash - -Copyright (C) 2012-2016, Yann Collet - -BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -* Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -xxhash - -Copyright (C) 2012-2016, Yann Collet. - -BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -zlib - -Copyright (C) 1995-2003, 2010 Jean-loup Gailly. - -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) 1995-2003, 2010 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) 1995-2005 Jean-loup Gailly. - -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) 1995-2005, 2010 Jean-loup Gailly. - -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) 1995-2005, 2010 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) 1995-2006, 2010 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) 1995-2007 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) 1995-2008, 2010 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) 1995-2009 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) 1995-2010 Jean-loup Gailly - -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) 1995-2010 Jean-loup Gailly -detect_data_type() function provided freely by Cosmin Truta, 2006 - -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) 1995-2010 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) 1995-2010 Jean-loup Gailly. - -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) 1995-2010 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-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - -Modifications for Zip64 support -Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - -For more info read MiniZip_info.txt - -Condition of use and distribution are the same than 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 - -Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - -Modifications of Unzip for Zip64 -Copyright (C) 2007-2008 Even Rouault - -Modifications for Zip64 support on both zip and unzip -Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - -For more info read MiniZip_info.txt - -Condition of use and distribution are the same than 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 - -Copyright (C) 2004, 2005, 2010 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) 2004, 2010 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) 2013 Intel Corporation -Authors: - Arjan van de Ven - Jim Kukunas - -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) 2013 Intel Corporation Jim Kukunas - -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) 2013 Intel Corporation. All rights reserved. -Author: - Jim Kukunas - -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) 2013 Intel Corporation. All rights reserved. -Authors: - Wajdi Feghali - Jim Guilford - Vinodh Gopal - Erdinc Ozturk - Jim Kukunas - -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) 2014 Intel Corporation - -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) 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. --------------------------------------------------------------------------------- -zlib - -zlib.h -- interface of the 'zlib' general purpose compression library -version 1.2.4, March 14th, 2010 - -Copyright (C) 1995-2010 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. - -Jean-loup Gailly -Mark Adler diff --git a/docs/assets/NOTICES b/docs/assets/NOTICES deleted file mode 100644 index 9defe9a..0000000 --- a/docs/assets/NOTICES +++ /dev/null @@ -1,16835 +0,0 @@ -StackWalker - -Copyright (c) 2005-2009, Jochen Kalmbach -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, -this list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. -Neither the name of Jochen Kalmbach nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -StackWalker - -Copyright (c) 2005-2013, Jochen Kalmbach -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, -this list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. -Neither the name of Jochen Kalmbach nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -_fe_analyzer_shared - -Copyright 2019, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -abseil-cpp - -Apache License -Version 2.0, January 2004 -https://www.apache.org/licenses - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - -Copyright [yyyy] [name of copyright owner] - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - https://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. --------------------------------------------------------------------------------- -abseil-cpp -accessibility -skia - -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. --------------------------------------------------------------------------------- -abseil-cpp -angle -boringssl -etc1 -expat -fuchsia-vulkan -khronos -libwebp -pkg -txt -vulkan -vulkan-deps -wuffs - -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - -Copyright [yyyy] [name of copyright owner] - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. --------------------------------------------------------------------------------- -accessibility - -Copyright (c) 2009 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -accessibility - -Copyright (c) 2010 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -accessibility - -Copyright (c) 2014 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -accessibility -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 -base - -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 -base -engine -icu -zlib - -Copyright 2014 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -accessibility -base -fuchsia_sdk -skia -zlib - -Copyright 2018 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -accessibility -base -zlib - -Copyright (c) 2011 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -accessibility -engine -gpu -tonic -txt - -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 -skia -zlib - -Copyright 2019 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -accessibility -icu -skia - -Copyright 2015 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -accessibility -icu -skia - -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 -zlib - -Copyright (c) 2012 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -accessibility -zlib - -Copyright 2017 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -analyzer - -Copyright 2013, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -angle - -Copyright (C) 2009 Apple Inc. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle - -Copyright (C) 2012 Apple Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY APPLE, INC. ``AS IS'' AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE, INC. OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle - -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. --------------------------------------------------------------------------------- -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) 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. --------------------------------------------------------------------------------- -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 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 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 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 -base - -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 -base - -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 -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. --------------------------------------------------------------------------------- -angle -fuchsia_sdk -rapidjson - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 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 -fuchsia_sdk -skia - -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. --------------------------------------------------------------------------------- -angle -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. --------------------------------------------------------------------------------- -angle -khronos - -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 -khronos - -Copyright (c) 2013-2018 The Khronos Group Inc. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and/or associated documentation files (the -"Materials"), to deal in the Materials without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Materials, and to -permit persons to whom the Materials are furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Materials. - -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. --------------------------------------------------------------------------------- -angle -xxhash - -Copyright 2019 The ANGLE Project Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -args -logging - -Copyright 2013, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -async -mime - -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. - --------------------------------------------------------------------------------- -bloc -flutter_bloc - -The MIT License (MIT) -Copyright (c) 2018 Felix Angelov - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, -publish, distribute, sublicense, and/or sell copies of the Software, -and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -boolean_selector - -Copyright 2016, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -boringssl - -Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) -All rights reserved. - -This package is an SSL implementation written -by Eric Young (eay@cryptsoft.com). -The implementation was written so as to conform with Netscapes SSL. - -This library is free for commercial and non-commercial use as long as -the following conditions are aheared to. The following conditions -apply to all code found in this distribution, be it the RC4, RSA, -lhash, DES, etc., code; not just the SSL code. The SSL documentation -included with this distribution is covered by the same copyright terms -except that the holder is Tim Hudson (tjh@cryptsoft.com). - -Copyright remains Eric Young's, and as such any Copyright notices in -the code are not to be removed. -If this package is used in a product, Eric Young should be given attribution -as the author of the parts of the library used. -This can be in the form of a textual message at program startup or -in documentation (online or textual) provided with the package. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - "This product includes cryptographic software written by - Eric Young (eay@cryptsoft.com)" - The word 'cryptographic' can be left out if the rouines from the library - being used are not cryptographic related :-). -4. If you include any Windows specific code (or a derivative thereof) from - the apps directory (application code) you must include an acknowledgement: - "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - -THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -The licence and distribution terms for any publically available version or -derivative of this code cannot be changed. i.e. this code cannot simply be -copied and put under another distribution licence -[including the GNU Public Licence.] --------------------------------------------------------------------------------- -boringssl - -Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) -All rights reserved. - -This package is an SSL implementation written -by Eric Young (eay@cryptsoft.com). -The implementation was written so as to conform with Netscapes SSL. - -This library is free for commercial and non-commercial use as long as -the following conditions are aheared to. The following conditions -apply to all code found in this distribution, be it the RC4, RSA, -lhash, DES, etc., code; not just the SSL code. The SSL documentation -included with this distribution is covered by the same copyright terms -except that the holder is Tim Hudson (tjh@cryptsoft.com). - -Copyright remains Eric Young's, and as such any Copyright notices in -the code are not to be removed. -If this package is used in a product, Eric Young should be given attribution -as the author of the parts of the library used. -This can be in the form of a textual message at program startup or -in documentation (online or textual) provided with the package. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - "This product includes cryptographic software written by - Eric Young (eay@cryptsoft.com)" - The word 'cryptographic' can be left out if the rouines from the library - being used are not cryptographic related :-). -4. If you include any Windows specific code (or a derivative thereof) from - the apps directory (application code) you must include an acknowledgement: - "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - -THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -The licence and distribution terms for any publically available version or -derivative of this code cannot be changed. i.e. this code cannot simply be -copied and put under another distribution licence -[including the GNU Public Licence.] --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2003 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2000 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2000-2003 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2001 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2003 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2004 Kungliga Tekniska Högskolan -(Royal Institute of Technology, Stockholm, Sweden). -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -3. Neither the name of the Institute nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2004 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2005 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2006 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2006,2007 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2008 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2010 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2011 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2011 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2012 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2013 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - licensing@OpenSSL.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2014 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 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) 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 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) 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) 2020, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2021, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- -boringssl - -Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html --------------------------------------------------------------------------------- -boringssl - -Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html --------------------------------------------------------------------------------- -boringssl - -Copyright 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. - -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 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 2005, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -boringssl - -Copyright 2006, 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. --------------------------------------------------------------------------------- -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, 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. --------------------------------------------------------------------------------- -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 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. --------------------------------------------------------------------------------- -boringssl - -Copyright 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. --------------------------------------------------------------------------------- -boringssl - -Copyright 2009 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. --------------------------------------------------------------------------------- -boringssl - -Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html --------------------------------------------------------------------------------- -boringssl - -Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2012, Intel Corporation. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html --------------------------------------------------------------------------------- -boringssl - -Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html --------------------------------------------------------------------------------- -boringssl - -Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2014, Intel Corporation. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html --------------------------------------------------------------------------------- -boringssl - -Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2015, Intel Inc. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html --------------------------------------------------------------------------------- -boringssl - -Copyright 2015, 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. --------------------------------------------------------------------------------- -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 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 - -The MIT License (MIT) - -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. --------------------------------------------------------------------------------- -boringssl -dart - -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. --------------------------------------------------------------------------------- -build -build_runner -code_builder -web_socket_channel - -Copyright 2016, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -build_config -graphs -io - -Copyright 2017, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -build_daemon -characters -package_config - -Copyright 2019, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -build_resolvers -build_runner_core -pubspec_parse -test_api - -Copyright 2018, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -built_collection -built_value - -Copyright 2015, Google Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -charcode -path -pool -shelf_web_socket -source_span -stack_trace -string_scanner - -Copyright 2014, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -checked_yaml - -Copyright 2019, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -clock -fake_async -material_color_utilities - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. --------------------------------------------------------------------------------- -collection -stream_channel -typed_data - -Copyright 2015, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -colorama - -Copyright (c) 2010 Jonathan Hartley -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the copyright holders, nor those of its contributors - may be used to endorse or promote products derived from this software without - specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, 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. --------------------------------------------------------------------------------- -convert -crypto -source_gen - -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 Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, 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 2009 The Go Authors. All rights reserved. -Use of this source code is governed by a BSD-style -license that can be found in the LICENSE file --------------------------------------------------------------------------------- -dart - -Copyright 2012, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -dart -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. --------------------------------------------------------------------------------- -dart_style -glob -http_parser -matcher -pub_semver -shelf -watcher - -Copyright 2014, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -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. --------------------------------------------------------------------------------- -equatable - -MIT License - -Copyright (c) 2018 Felix Angelov - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - --------------------------------------------------------------------------------- -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-2021 Sebastian Pipping -Copyright (c) 2016 Cristian Rodríguez -Copyright (c) 2016 Thomas Beutlich -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) 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-2021 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-2018 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 -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-2021 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 -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-2021 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 -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-2021 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 -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) 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 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 -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 -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) 2001-2003 Fred L. Drake, Jr. -Copyright (c) 2004-2006 Karl Waclawek -Copyright (c) 2005-2007 Steven Solie -Copyright (c) 2016-2019 Sebastian Pipping -Copyright (c) 2017 Rhodri James -Copyright (c) 2019 Zhongyuan Zhou -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-2019 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) 2001-2003 Fred L. Drake, Jr. -Copyright (c) 2005-2007 Steven Solie -Copyright (c) 2005-2006 Karl Waclawek -Copyright (c) 2016-2019 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) 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) 2001 Tim Peters -Copyright (c) 2001-2005 Fred L. Drake, Jr. -Copyright (c) 2006-2017 Karl Waclawek -Copyright (c) 2007-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) 2002-2003 Fred L. Drake, Jr. -Copyright (c) 2002-2006 Karl Waclawek -Copyright (c) 2003 Greg Stein -Copyright (c) 2016-2021 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 - -Copyright (c) 2017 José Gutiérrez de la Concha -Copyright (c) 2017-2021 Sebastian Pipping -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) 2019 Expat development team -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 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 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. --------------------------------------------------------------------------------- -file - -Copyright 2017, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -fixnum -http_multi_server - -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. - --------------------------------------------------------------------------------- -flutter - -Copyright 2014 The Flutter Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -freetype2 - -Copyright (C) 1995-2002 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) 1995-2002 Jean-loup Gailly. - -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) 1995-2002 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 --- --------------------------------------------------------------------------------- -frontend_server_client - -Copyright 2020, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -fuchsia_sdk - -Copyright 2014 The Fuchsia Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -fuchsia_sdk - -Copyright 2016 The Fuchsia Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -fuchsia_sdk - -Copyright 2016 The Fuchsia Authors. All rights reserved. -Copyright (c) 2009 Corey Tabaka - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must 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 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 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. --------------------------------------------------------------------------------- -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 - -The majority of files in this project use the Apache 2.0 License. -There are a few exceptions and their license can be found in the source. -Any license deviations from Apache 2.0 are "more permissive" licenses. - -=========================================================================================== - - 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. --------------------------------------------------------------------------------- -fuchsia_sdk - -musl as a whole is licensed under the following standard MIT license: - -Copyright © 2005-2014 Rich Felker, et al. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Authors/contributors include: - -Alex Dowad -Alexander Monakov -Anthony G. Basile -Arvid Picciani -Bobby Bingham -Boris Brezillon -Brent Cook -Chris Spiegel -Clément Vasseur -Daniel Micay -Denys Vlasenko -Emil Renner Berthing -Felix Fietkau -Felix Janda -Gianluca Anzolin -Hauke Mehrtens -Hiltjo Posthuma -Isaac Dunham -Jaydeep Patil -Jens Gustedt -Jeremy Huntwork -Jo-Philipp Wich -Joakim Sindholt -John Spencer -Josiah Worcester -Justin Cormack -Khem Raj -Kylie McClain -Luca Barbato -Luka Perkov -M Farkas-Dyck (Strake) -Mahesh Bodapati -Michael Forney -Natanael Copa -Nicholas J. Kain -orc -Pascal Cuoq -Petr Hosek -Pierre Carrier -Rich Felker -Richard Pennington -Shiz -sin -Solar Designer -Stefan Kristiansson -Szabolcs Nagy -Timo Teräs -Trutz Behn -Valentin Ochs -William Haddon - -Portions of this software are derived from third-party works licensed -under terms compatible with the above MIT license: - -Much of the math library code (third_party/math/* and -third_party/complex/*, and third_party/include/libm.h) is -Copyright © 1993,2004 Sun Microsystems or -Copyright © 2003-2011 David Schultz or -Copyright © 2003-2009 Steven G. Kargl or -Copyright © 2003-2009 Bruce D. Evans or -Copyright © 2008 Stephen L. Moshier -and labelled as such in comments in the individual source files. All -have been licensed under extremely permissive terms. - -The smoothsort implementation (third_party/smoothsort/qsort.c) is -Copyright © 2011 Valentin Ochs and is licensed under an MIT-style -license. - -The x86_64 files in third_party/arch were written by Nicholas J. Kain -and is licensed under the standard MIT terms. - -All other files which have no copyright comments are original works -produced specifically for use as part of this library, written either -by Rich Felker, the main author of the library, or by one or more -contibutors listed above. Details on authorship of individual files -can be found in the git version control history of the project. The -omission of copyright and license comments in each file is in the -interest of source tree size. - -In addition, permission is hereby granted for all public header files -(include/* and arch/*/bits/*) and crt files intended to be linked into -applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit -the copyright notice and permission notice otherwise required by the -license, and to use these files without any requirement of -attribution. These files include substantial contributions from: - -Bobby Bingham -John Spencer -Nicholas J. Kain -Rich Felker -Richard Pennington -Stefan Kristiansson -Szabolcs Nagy - -all of whom have explicitly granted such permission. - -This file previously contained text expressing a belief that most of -the files covered by the above exception were sufficiently trivial not -to be subject to copyright, resulting in confusion over whether it -negated the permissions granted in the license. In the spirit of -permissive licensing, and of not having licensing issues being an -obstacle to adoption, that text has been removed. --------------------------------------------------------------------------------- -glfw - -Copyright (c) 2002-2006 Marcus Geelnard -Copyright (c) 2006-2016 Camilla Berglund - -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 Berglund -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-2016 Camilla Berglund - -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 Berglund - -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 Berglund -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) 2010-2016 Camilla Berglund - -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) 2014-2015 Brandon Schaefer - -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. --------------------------------------------------------------------------------- -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) 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. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 1998-2004 David Turner and Werner Lemberg -Copyright © 2004,2007,2009 Red Hat, Inc. -Copyright © 2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 1998-2004 David Turner and Werner Lemberg -Copyright © 2004,2007,2009,2010 Red Hat, Inc. -Copyright © 2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 1998-2004 David Turner and Werner Lemberg -Copyright © 2006 Behdad Esfahbod -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2012,2013 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007 Chris Wilson -Copyright © 2009,2010 Red Hat, Inc. -Copyright © 2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009 Red Hat, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2010,2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2010,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2012,2013 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2012,2013 Google, Inc. -Copyright © 2019, Facebook Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2018,2019,2020 Ebrahim Byagowi -Copyright © 2018 Khaled Hosny - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009,2010 Red Hat, Inc. -Copyright © 2010,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009,2010 Red Hat, Inc. -Copyright © 2010,2012,2013 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009,2010 Red Hat, Inc. -Copyright © 2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009,2010 Red Hat, Inc. -Copyright © 2012,2018 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009,2010 Red Hat, Inc. -Copyright © 2012,2018 Google, Inc. -Copyright © 2019 Facebook, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009 Red Hat, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009 Red Hat, Inc. -Copyright © 2009 Keith Stribley -Copyright © 2011 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009 Red Hat, Inc. -Copyright © 2009 Keith Stribley -Copyright © 2015 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009 Red Hat, Inc. -Copyright © 2011 Codethink Limited -Copyright © 2010,2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009 Red Hat, Inc. -Copyright © 2011 Codethink Limited -Copyright © 2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009 Red Hat, Inc. -Copyright © 2011 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009 Red Hat, Inc. -Copyright © 2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009 Red Hat, Inc. -Copyright © 2015 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009 Red Hat, Inc. -Copyright © 2018 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009 Red Hat, Inc. -Copyright © 2018 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009,2010 Red Hat, Inc. -Copyright © 2010,2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009,2010 Red Hat, Inc. -Copyright © 2010,2011,2012,2013 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009,2010 Red Hat, Inc. -Copyright © 2010,2011,2013 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2009,2010 Red Hat, Inc. -Copyright © 2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2010 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2010 Red Hat, Inc. -Copyright © 2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2010,2011 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2010,2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2010,2011,2013 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2010,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2011 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2011 Martin Hosken -Copyright © 2011 SIL International - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2011 Martin Hosken -Copyright © 2011 SIL International -Copyright © 2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2011,2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2011,2012 Google, Inc. -Copyright © 2018 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2011,2012,2013 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2011,2012,2013 Google, Inc. -Copyright © 2021 Khaled Hosny - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2011,2012,2014 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2011,2014 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2012 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2012 Mozilla Foundation. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2012,2013 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2012,2013 Mozilla Foundation. -Copyright © 2012,2013 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2012,2017 Google, Inc. -Copyright © 2021 Behdad Esfahbod - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2012,2018 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2013 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2013 Red Hat, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2014 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2015 Google, Inc. -Copyright © 2019 Adobe Inc. -Copyright © 2019 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2015 Mozilla Foundation. -Copyright © 2015 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2015-2019 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2016 Elie Roux -Copyright © 2018 Google, Inc. -Copyright © 2018-2019 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2016 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2016 Google, Inc. -Copyright © 2018 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2016 Google, Inc. -Copyright © 2018 Khaled Hosny -Copyright © 2018 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2016 Igalia S.L. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2017 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2017 Google, Inc. -Copyright © 2018 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2017 Google, Inc. -Copyright © 2019 Facebook, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2017,2018 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2018 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2018 Ebrahim Byagowi -Copyright © 2018 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2018 Ebrahim Byagowi -Copyright © 2020 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2018 Ebrahim Byagowi. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2018 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2018 Google, Inc. -Copyright © 2019 Facebook, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2018 Adobe Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2018-2019 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2019 Adobe Inc. -Copyright © 2019 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2019 Adobe, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2019 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2019 Facebook, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2019 Adobe Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2019-2020 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2020 Ebrahim Byagowi - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2020 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2021 Behdad Esfahbod - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2021 Behdad Esfahbod. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2021 Google, Inc. - - This is part of HarfBuzz, a text shaping library. - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz - -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,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 Google, Inc. -Copyright © 2018,2019,2020 Ebrahim Byagowi -Copyright © 2019,2020 Facebook, Inc. -Copyright © 2012 Mozilla Foundation -Copyright © 2011 Codethink Limited -Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) -Copyright © 2009 Keith Stribley -Copyright © 2009 Martin Hosken and SIL International -Copyright © 2007 Chris Wilson -Copyright © 2005,2006,2020,2021 Behdad Esfahbod -Copyright © 2005 David Turner -Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc. -Copyright © 1998-2004 David Turner and Werner Lemberg - -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. --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved. - Copyright (C) 2002-2005, International Business Machines - Corporation and others. All Rights Reserved. - -This file is provided as-is by Unicode, Inc. (The Unicode Consortium). -No claims are made as to fitness for any particular purpose. No -warranties of any kind are expressed or implied. The recipient -agrees to determine applicability of information provided. If this -file has been provided on optical media by Unicode, Inc., the sole -remedy for any claim will be exchange of defective media within 90 -days of receipt. - -Unicode, Inc. hereby grants the right to freely use the information -supplied in this file in the creation of products supporting the -Unicode Standard, and to make copies of this file in any form for -internal or external distribution as long as this notice remains -attached. --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -Copyright (c) 1999 Unicode, Inc. All Rights reserved. - Copyright (C) 2002-2005, International Business Machines - Corporation and others. All Rights Reserved. - -This file is provided as-is by Unicode, Inc. (The Unicode Consortium). -No claims are made as to fitness for any particular purpose. No -warranties of any kind are expressed or implied. The recipient -agrees to determine applicability of information provided. If this -file has been provided on optical media by Unicode, Inc., the sole -remedy for any claim will be exchange of defective media within 90 -days of receipt. - -Unicode, Inc. hereby grants the right to freely use the information -supplied in this file in the creation of products supporting the -Unicode Standard, and to make copies of this file in any form for -internal or external distribution as long as this notice remains -attached. --------------------------------------------------------------------------------- -icu - -Copyright (c) 2002 Unicode, Inc. All Rights reserved. - Copyright (C) 2002-2005, International Business Machines - Corporation and others. All Rights Reserved. - -This file is provided as-is by Unicode, Inc. (The Unicode Consortium). -No claims are made as to fitness for any particular purpose. No -warranties of any kind are expressed or implied. The recipient -agrees to determine applicability of information provided. If this -file has been provided on optical media by Unicode, Inc., the sole -remedy for any claim will be exchange of defective media within 90 -days of receipt. - -Unicode, Inc. hereby grants the right to freely use the information -supplied in this file in the creation of products supporting the -Unicode Standard, and to make copies of this file in any form for -internal or external distribution as long as this notice remains -attached. --------------------------------------------------------------------------------- -icu - -Copyright (c) 2013 International Business Machines Corporation -and others. All Rights Reserved. - -Project: https://github.com/veer66/lao-dictionary -Dictionary: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary.txt -License: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary-LICENSE.txt - (copied below) - - This file is derived from the above dictionary, with slight - modifications. - - 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. --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -Copyright (c) IBM Corporation, 2000-2010. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, 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. --------------------------------------------------------------------------------- -icu - -Copyright (c) IBM Corporation, 2000-2011. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, 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. --------------------------------------------------------------------------------- -icu - -Copyright (c) IBM Corporation, 2000-2012. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, 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. --------------------------------------------------------------------------------- -icu - -Copyright (c) IBM Corporation, 2000-2014. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, 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. --------------------------------------------------------------------------------- -icu - -Copyright (c) IBM Corporation, 2000-2016. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, 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. --------------------------------------------------------------------------------- -icu - -Copyright 1996 Chih-Hao Tsai @ Beckman Institute, - University of Illinois -c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -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. --------------------------------------------------------------------------------- -icu - -Copyright 2019 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 LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -icu - -Copyright © 1991-2020 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 - -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. --------------------------------------------------------------------------------- -icu - -Unicode® Terms of Use -For the general privacy policy governing access to this site, see the Unicode Privacy Policy. For trademark usage, see the Unicode® Consortium Name and Trademark Usage Policy. - -A. Unicode Copyright. -1. Copyright © 1991-2017 Unicode, Inc. All rights reserved. -2. 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. -3. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files solely for informational purposes and in the creation of products supporting the Unicode Standard, subject to the Terms and Conditions herein. -4. Further specifications of rights and restrictions pertaining to the use of the particular set of data files known as the "Unicode Character Database" can be found in the License. -5. 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. The online code charts carry specific restrictions. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use. -6. No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site. -7. Modification is not permitted with respect to this document. All copies of this document must be verbatim. -B. Restricted Rights Legend. 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. -C. 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 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 C.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 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. -D. Waiver of Damages. In no event shall Unicode or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode 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. -E. 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. -2. 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. -3. All third party trademarks referenced herein are the property of their respective owners. -F. Miscellaneous. -1. Jurisdiction and Venue. This server is operated from a location in the State of California, United States of America. Unicode makes no representation that the materials are appropriate for use in other locations. If you access this server from other locations, you are responsible for compliance with local laws. This Agreement, all use of this site and any claims and damages resulting from use of this site 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 site 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 Unicode shall have the right to modify this Agreement at any time by posting it to this site. The user may not assign any part of this Agreement without Unicode’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 - -Unicode Data Files include all data files under the directories -http://www.unicode.org/Public/, http://www.unicode.org/reports/, -http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and -http://www.unicode.org/utility/trac/browser/. - -Unicode Data Files do not include PDF online code charts under the -directory http://www.unicode.org/Public/. - -Software includes any source code published in the Unicode Standard -or under the directories -http://www.unicode.org/Public/, http://www.unicode.org/reports/, -http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and -http://www.unicode.org/utility/trac/browser/. - -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-2017 Unicode, Inc. All rights reserved. -Distributed under the Terms of Use in http://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. --------------------------------------------------------------------------------- -intl - -Copyright 2013, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -js - -Copyright 2012, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -json_annotation -stream_transform -term_glyph - -Copyright 2017, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -khronos - -Copyright (c) 2007-2010 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. - -SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) - -Copyright (C) 1992 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. --------------------------------------------------------------------------------- -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) 2007-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. --------------------------------------------------------------------------------- -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-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. --------------------------------------------------------------------------------- -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 - -University of Illinois/NCSA -Open Source License - -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) 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 - -Copyright (C) 2009, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -Copyright (C) 2009-2011, 2014-2016, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -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) 2011, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -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 - -Based on the x86 SIMD extension for IJG JPEG library -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 - -Copyright 2009 Pierre Ossman for Cendio AB - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2013-2014, 2016, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2013-2014, 2016, D. R. Commander. -Copyright (C) 2015-2016, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2014, 2016, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2014, D. R. Commander. -Copyright (C) 2013-2014, MIPS Technologies, Inc., California. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2014, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2009-2011, 2014-2015, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2011, 2014, D. R. Commander. -Copyright (C) 2015, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2011, 2014-2016, D. R. Commander. -Copyright (C) 2013-2014, MIPS Technologies, Inc., California. -Copyright (C) 2014, Linaro Limited. -Copyright (C) 2015-2016, Matthieu Darbois. - -Based on the x86 SIMD extension for IJG JPEG library, -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 - -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2011, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -Copyright 2009, 2012 Pierre Ossman for Cendio AB -Copyright (C) 2009, 2012, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -Copyright 2009, 2012 Pierre Ossman for Cendio AB -Copyright (C) 2012, D. R. Commander. - -Based on the x86 SIMD extension for IJG JPEG library -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 - -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. --------------------------------------------------------------------------------- -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. --------------------------------------------------------------------------------- -libtess2 - -Copyright (c) 2009 Mikko Mononen memon@inside.org - -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. --------------------------------------------------------------------------------- -libtess2 - -SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) -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. --------------------------------------------------------------------------------- -licham - -BSD 3-Clause License - -Copyright (c) 2019, De Men -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, 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. - --------------------------------------------------------------------------------- -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. - --------------------------------------------------------------------------------- -mockito - - - 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. - --------------------------------------------------------------------------------- -musl_compat - -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 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. --------------------------------------------------------------------------------- -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. --------------------------------------------------------------------------------- -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 - -Tencent is pleased to support the open source community by making RapidJSON available. - -Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. - -If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License. -If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. - -A copy of the MIT License is included in this file. - -Other dependencies and licenses: - -Open Source Software Licensed Under the BSD License: - -The msinttypes r29 -Copyright (c) 2006-2013 Alexander Chemeris -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED 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 AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Terms of 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. --------------------------------------------------------------------------------- -rapidjson - -Tencent is pleased to support the open source community by making RapidJSON available. - -Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. - -If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License. -If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. To avoid the problematic JSON license in your own projects, it's sufficient to exclude the bin/jsonchecker/ directory, as it's the only code under the JSON license. -A copy of the MIT License is included in this file. - -Other dependencies and licenses: - -Open Source Software Licensed Under the BSD License: - -The msinttypes r29 -Copyright (c) 2006-2013 Alexander Chemeris -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED 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 AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Open Source Software Licensed Under the JSON License: - -json.org -Copyright (c) 2002 JSON.org -All Rights Reserved. - -JSON_checker -Copyright (c) 2002 JSON.org -All Rights Reserved. - -Terms of the JSON 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 shall be used for Good, not Evil. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Terms of 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. --------------------------------------------------------------------------------- -rapidjson - -The MIT License (MIT) - -Copyright (c) 2017 Bart Muzzin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -Derived from: - -The MIT License (MIT) - -Copyright (c) 2015 mojmir svoboda - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. --------------------------------------------------------------------------------- -root_certificates - -Mozilla Public License -Version 2.0 - -1. Definitions - -1.1. “Contributor” - -means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. - -1.2. “Contributor Version” - -means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor’s Contribution. - -1.3. “Contribution” - -means Covered Software of a particular Contributor. - -1.4. “Covered Software” - -means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. - -1.5. “Incompatible With Secondary Licenses” - -means - - a. that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or - - b. that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. - -1.6. “Executable Form” - -means any form of the work other than Source Code Form. - -1.7. “Larger Work” - -means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. - -1.8. “License” - -means this document. - -1.9. “Licensable” - -means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. - -1.10. “Modifications” - -means any of the following: - - a. any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or - - b. any new file in Source Code Form that contains any Covered Software. - -1.11. “Patent Claims” of a Contributor - -means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. - -1.12. “Secondary License” - -means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. - -1.13. “Source Code Form” - -means the form of the work preferred for making modifications. - -1.14. “You” (or “Your”) - -means an individual or a legal entity exercising rights under this License. For legal entities, “You” includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. - -2. License Grants and Conditions - -2.1. Grants - -Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: - - a. under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and - - b. under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. - -2.2. Effective Date - -The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. - -2.3. Limitations on Grant Scope - -The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: - - a. for any code that a Contributor has removed from Covered Software; or - - b. for infringements caused by: (i) Your and any other third party’s modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or - - c. under Patent Claims infringed by Covered Software in the absence of its Contributions. - -This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). - -2.4. Subsequent Licenses - -No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). - -2.5. Representation - -Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. - -2.6. Fair Use - -This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. - -2.7. Conditions - -Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. - -3. Responsibilities - -3.1. Distribution of Source Form - -All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients’ rights in the Source Code Form. - -3.2. Distribution of Executable Form - -If You distribute Covered Software in Executable Form then: - - a. such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and - - b. You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients’ rights in the Source Code Form under this License. - -3.3. Distribution of a Larger Work - -You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). - -3.4. Notices - -You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. - -3.5. Application of Additional Terms - -You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. - -4. Inability to Comply Due to Statute or Regulation - -If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. - -5. Termination - -5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. - -5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. - -5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. - -6. Disclaimer of Warranty - - Covered Software is provided under this License on an “as is” basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. - -7. Limitation of Liability - - Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party’s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. - -8. Litigation - -Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party’s ability to bring cross-claims or counter-claims. - -9. Miscellaneous - -This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. - -10. Versions of the License - -10.1. New Versions - -Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. - -10.2. Effect of New Versions - -You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. - -10.3. Modified Versions - -If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). - -10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses - -If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. - -Exhibit A - Source Code Form License Notice - - This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://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. --------------------------------------------------------------------------------- -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. --------------------------------------------------------------------------------- -skcms -vulkan - -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 -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skcms -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. --------------------------------------------------------------------------------- -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) 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. --------------------------------------------------------------------------------- -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 (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. --------------------------------------------------------------------------------- -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 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 Inc. and Adobe 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. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE 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. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE 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. --------------------------------------------------------------------------------- -smhasher - -All MurmurHash source files are placed in the public domain. - -The license below applies to all other code in SMHasher: - -Copyright (c) 2011 Google, 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. --------------------------------------------------------------------------------- -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. --------------------------------------------------------------------------------- -tcmalloc - -Copyright (c) 2003, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -tcmalloc - -Copyright (c) 2005, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -timing - -Copyright 2018, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -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. - --------------------------------------------------------------------------------- -vulkanmemoryallocator - -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. --------------------------------------------------------------------------------- -xxhash - -Copyright (C) 2012-2016, Yann Collet - -BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -* Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -xxhash - -Copyright (C) 2012-2016, Yann Collet. - -BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -yaml - -Copyright (c) 2014, the Dart project authors. -Copyright (c) 2006, Kirill Simonov. - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - --------------------------------------------------------------------------------- -zlib - -Copyright (C) 1995-2003, 2010 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) 1995-2003, 2010 Mark Adler -Copyright (C) 2017 ARM, Inc. - -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) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, 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) 1995-2005, 2010 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) 1995-2005, 2014, 2016 Jean-loup Gailly, 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) 1995-2006, 2010, 2011, 2012, 2016 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) 1995-2011, 2016 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) 1995-2016 Jean-loup Gailly - -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) 1995-2016 Jean-loup Gailly, 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) 1995-2016 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) 1995-2017 Jean-loup Gailly - -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) 1995-2017 Jean-loup Gailly -detect_data_type() function provided freely by Cosmin Truta, 2006 - -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) 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. --------------------------------------------------------------------------------- -zlib - -Copyright (C) 1995-2017 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-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - -Modifications for Zip64 support -Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - -For more info read MiniZip_info.txt - -Condition of use and distribution are the same than 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 - -Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - -Modifications of Unzip for Zip64 -Copyright (C) 2007-2008 Even Rouault - -Modifications for Zip64 support on both zip and unzip -Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - -For more info read MiniZip_info.txt - -Condition of use and distribution are the same than 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 - -Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 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) 2004, 2010 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) 2004-2017 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) 2013 Intel Corporation -Authors: - Arjan van de Ven - Jim Kukunas - -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) 2013 Intel Corporation. All rights reserved. -Authors: - Wajdi Feghali - Jim Guilford - Vinodh Gopal - Erdinc Ozturk - Jim Kukunas - -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) 2017 ARM, Inc. -Copyright 2017 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -zlib - -version 1.2.11, January 15th, 2017 - -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. diff --git a/docs/assets/fonts/MaterialIcons-Regular.otf b/docs/assets/fonts/MaterialIcons-Regular.otf deleted file mode 100644 index 52480a6..0000000 Binary files a/docs/assets/fonts/MaterialIcons-Regular.otf and /dev/null differ diff --git a/docs/assets/fonts/MaterialIcons-Regular.ttf b/docs/assets/fonts/MaterialIcons-Regular.ttf deleted file mode 100644 index 9519e1d..0000000 Binary files a/docs/assets/fonts/MaterialIcons-Regular.ttf and /dev/null differ diff --git a/docs/assets/fonts/MyFlutterApp.ttf b/docs/assets/fonts/MyFlutterApp.ttf deleted file mode 100644 index 219dff7..0000000 Binary files a/docs/assets/fonts/MyFlutterApp.ttf and /dev/null differ diff --git a/docs/canvaskit/canvaskit.js b/docs/canvaskit/canvaskit.js deleted file mode 100644 index 4e89617..0000000 --- a/docs/canvaskit/canvaskit.js +++ /dev/null @@ -1,281 +0,0 @@ - -var CanvasKitInit = (() => { - var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; - if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; - return ( -function(CanvasKitInit) { - CanvasKitInit = CanvasKitInit || {}; - - -null;var t;t||(t=typeof CanvasKitInit !== 'undefined' ? CanvasKitInit : {});var da=Object.assign,fa,ha;t.ready=new Promise(function(a,b){fa=a;ha=b}); -(function(a){a.Vd=a.Vd||[];a.Vd.push(function(){a.MakeSWCanvasSurface=function(b){var c=b;if("CANVAS"!==c.tagName&&(c=document.getElementById(b),!c))throw"Canvas with id "+b+" was not found";if(b=a.MakeSurface(c.width,c.height))b.Nd=c;return b};a.MakeCanvasSurface||(a.MakeCanvasSurface=a.MakeSWCanvasSurface);a.MakeSurface=function(b,c){var f={width:b,height:c,colorType:a.ColorType.RGBA_8888,alphaType:a.AlphaType.Unpremul,colorSpace:a.ColorSpace.SRGB},h=b*c*4,l=a._malloc(h);if(f=a.Surface._makeRasterDirect(f, -l,4*b))f.Nd=null,f.Cf=b,f.zf=c,f.Bf=h,f.bf=l,f.getCanvas().clear(a.TRANSPARENT);return f};a.MakeRasterDirectSurface=function(b,c,f){return a.Surface._makeRasterDirect(b,c.byteOffset,f)};a.Surface.prototype.flush=function(b){a.Od(this.Md);this._flush();if(this.Nd){var c=new Uint8ClampedArray(a.HEAPU8.buffer,this.bf,this.Bf);c=new ImageData(c,this.Cf,this.zf);b?this.Nd.getContext("2d").putImageData(c,0,0,b[0],b[1],b[2]-b[0],b[3]-b[1]):this.Nd.getContext("2d").putImageData(c,0,0)}};a.Surface.prototype.dispose= -function(){this.bf&&a._free(this.bf);this.delete()};a.Od=a.Od||function(){}})})(t); -(function(a){a.Vd=a.Vd||[];a.Vd.push(function(){function b(l,n,q){return l&&l.hasOwnProperty(n)?l[n]:q}function c(l){var n=ka(la);la[n]=l;return n}function f(l){return l.naturalHeight||l.videoHeight||l.displayHeight||l.height}function h(l){return l.naturalWidth||l.videoWidth||l.displayWidth||l.width}a.GetWebGLContext=function(l,n){if(!l)throw"null canvas passed into makeWebGLContext";var q={alpha:b(n,"alpha",1),depth:b(n,"depth",1),stencil:b(n,"stencil",8),antialias:b(n,"antialias",0),premultipliedAlpha:b(n, -"premultipliedAlpha",1),preserveDrawingBuffer:b(n,"preserveDrawingBuffer",0),preferLowPowerToHighPerformance:b(n,"preferLowPowerToHighPerformance",0),failIfMajorPerformanceCaveat:b(n,"failIfMajorPerformanceCaveat",0),enableExtensionsByDefault:b(n,"enableExtensionsByDefault",1),explicitSwapControl:b(n,"explicitSwapControl",0),renderViaOffscreenBackBuffer:b(n,"renderViaOffscreenBackBuffer",0)};q.majorVersion=n&&n.majorVersion?n.majorVersion:"undefined"!==typeof WebGL2RenderingContext?2:1;if(q.explicitSwapControl)throw"explicitSwapControl is not supported"; -l=ma(l,q);if(!l)return 0;na(l);return l};a.deleteContext=function(l){v===qa[l]&&(v=null);"object"===typeof JSEvents&&JSEvents.Hg(qa[l].je.canvas);qa[l]&&qa[l].je.canvas&&(qa[l].je.canvas.yf=void 0);qa[l]=null};a._setTextureCleanup({deleteTexture:function(l,n){var q=la[n];q&&qa[l].je.deleteTexture(q);la[n]=null}});a.MakeGrContext=function(l){if(!this.Od(l))return null;var n=this._MakeGrContext();if(!n)return null;n.Md=l;return n};a.MakeOnScreenGLSurface=function(l,n,q,w){if(!this.Od(l.Md))return null; -n=this._MakeOnScreenGLSurface(l,n,q,w);if(!n)return null;n.Md=l.Md;return n};a.MakeRenderTarget=function(){var l=arguments[0];if(!this.Od(l.Md))return null;if(3===arguments.length){var n=this._MakeRenderTargetWH(l,arguments[1],arguments[2]);if(!n)return null}else if(2===arguments.length){if(n=this._MakeRenderTargetII(l,arguments[1]),!n)return null}else return null;n.Md=l.Md;return n};a.MakeWebGLCanvasSurface=function(l,n,q){n=n||null;var w=l,x="undefined"!==typeof OffscreenCanvas&&w instanceof OffscreenCanvas; -if(!("undefined"!==typeof HTMLCanvasElement&&w instanceof HTMLCanvasElement||x||(w=document.getElementById(l),w)))throw"Canvas with id "+l+" was not found";l=this.GetWebGLContext(w,q);if(!l||0>l)throw"failed to create webgl context: err "+l;l=this.MakeGrContext(l);n=this.MakeOnScreenGLSurface(l,w.width,w.height,n);return n?n:(n=w.cloneNode(!0),w.parentNode.replaceChild(n,w),n.classList.add("ck-replaced"),a.MakeSWCanvasSurface(n))};a.MakeCanvasSurface=a.MakeWebGLCanvasSurface;a.Surface.prototype.makeImageFromTexture= -function(l,n){a.Od(this.Md);l=c(l);if(n=this._makeImageFromTexture(this.Md,l,n))n.Ke=l;return n};a.Surface.prototype.makeImageFromTextureSource=function(l,n){n||(n={height:f(l),width:h(l),colorType:a.ColorType.RGBA_8888,alphaType:a.AlphaType.Unpremul});n.colorSpace||(n.colorSpace=a.ColorSpace.SRGB);a.Od(this.Md);var q=v.je,w=q.createTexture();q.bindTexture(q.TEXTURE_2D,w);2===v.version?q.texImage2D(q.TEXTURE_2D,0,q.RGBA,n.width,n.height,0,q.RGBA,q.UNSIGNED_BYTE,l):q.texImage2D(q.TEXTURE_2D,0,q.RGBA, -q.RGBA,q.UNSIGNED_BYTE,l);q.bindTexture(q.TEXTURE_2D,null);return this.makeImageFromTexture(w,n)};a.Surface.prototype.updateTextureFromSource=function(l,n){if(l.Ke){a.Od(this.Md);var q=v.je,w=la[l.Ke];q.bindTexture(q.TEXTURE_2D,w);2===v.version?q.texImage2D(q.TEXTURE_2D,0,q.RGBA,h(n),f(n),0,q.RGBA,q.UNSIGNED_BYTE,n):q.texImage2D(q.TEXTURE_2D,0,q.RGBA,q.RGBA,q.UNSIGNED_BYTE,n);q.bindTexture(q.TEXTURE_2D,null);this._resetContext();la[l.Ke]=null;l.Ke=c(w);n=l.getImageInfo();n.colorSpace=l.getColorSpace(); -q=this._makeImageFromTexture(this.Md,l.Ke,n);w=l.Ld.Qd;var x=l.Ld.$d;l.Ld.Qd=q.Ld.Qd;l.Ld.$d=q.Ld.$d;q.Ld.Qd=w;q.Ld.$d=x;q.delete();n.colorSpace.delete()}};a.MakeLazyImageFromTextureSource=function(l,n){n||(n={height:f(l),width:h(l),colorType:a.ColorType.RGBA_8888,alphaType:a.AlphaType.Unpremul});n.colorSpace||(n.colorSpace=a.ColorSpace.SRGB);var q={makeTexture:function(){var w=v,x=w.je,J=x.createTexture();x.bindTexture(x.TEXTURE_2D,J);2===w.version?x.texImage2D(x.TEXTURE_2D,0,x.RGBA,n.width,n.height, -0,x.RGBA,x.UNSIGNED_BYTE,l):x.texImage2D(x.TEXTURE_2D,0,x.RGBA,x.RGBA,x.UNSIGNED_BYTE,l);x.bindTexture(x.TEXTURE_2D,null);return c(J)},freeSrc:function(){}};"VideoFrame"===l.constructor.name&&(q.freeSrc=function(){l.close()});return a.Image._makeFromGenerator(n,q)};a.Od=function(l){return l?na(l):!1}})})(t); -(function(a){function b(e,d,g,m,r){for(var y=0;y>>0}function l(e){if(e&&e._ck)return e;if(e instanceof Float32Array){for(var d=Math.floor(e.length/4),g=new Uint32Array(d),m=0;mD;D++)a.HEAPF32[r+m]=e[y][D],m++;e=g}else e=V;d.de=e}else throw"Invalid argument to copyFlexibleColorArray, Not a color array "+typeof e;return d}function K(e){if(!e)return V;if(e.length){if(6===e.length||9===e.length)return x(e,"HEAPF32", -Oa),6===e.length&&a.HEAPF32.set(Fd,6+Oa/4),Oa;if(16===e.length){var d=yb.toTypedArray();d[0]=e[0];d[1]=e[1];d[2]=e[3];d[3]=e[4];d[4]=e[5];d[5]=e[7];d[6]=e[12];d[7]=e[13];d[8]=e[15];return Oa}throw"invalid matrix size";}d=yb.toTypedArray();d[0]=e.m11;d[1]=e.m21;d[2]=e.m41;d[3]=e.m12;d[4]=e.m22;d[5]=e.m42;d[6]=e.m14;d[7]=e.m24;d[8]=e.m44;return Oa}function Q(e){if(!e)return V;var d=Yb.toTypedArray();if(e.length){if(16!==e.length&&6!==e.length&&9!==e.length)throw"invalid matrix size";if(16===e.length)return x(e, -"HEAPF32",Za);d.fill(0);d[0]=e[0];d[1]=e[1];d[3]=e[2];d[4]=e[3];d[5]=e[4];d[7]=e[5];d[12]=e[6];d[13]=e[7];d[15]=e[8];6===e.length&&(d[12]=0,d[13]=0,d[15]=1);return Za}d[0]=e.m11;d[1]=e.m21;d[2]=e.m31;d[3]=e.m41;d[4]=e.m12;d[5]=e.m22;d[6]=e.m32;d[7]=e.m42;d[8]=e.m13;d[9]=e.m23;d[10]=e.m33;d[11]=e.m43;d[12]=e.m14;d[13]=e.m24;d[14]=e.m34;d[15]=e.m44;return Za}function A(e,d){return x(e,"HEAPF32",d||fb)}function L(e,d,g,m){var r=Zb.toTypedArray();r[0]=e;r[1]=d;r[2]=g;r[3]=m;return fb}function S(e){for(var d= -new Float32Array(4),g=0;4>g;g++)d[g]=a.HEAPF32[e/4+g];return d}function T(e,d){return x(e,"HEAPF32",d||ia)}function oa(e,d){return x(e,"HEAPF32",d||$b)}function ta(){for(var e=0,d=0;d>>0};a.Color4f=function(e,d,g,m){void 0===m&&(m=1);return Float32Array.of(e,d,g,m)};Object.defineProperty(a,"TRANSPARENT",{get:function(){return a.Color4f(0,0,0,0)}});Object.defineProperty(a,"BLACK",{get:function(){return a.Color4f(0,0,0,1)}});Object.defineProperty(a,"WHITE",{get:function(){return a.Color4f(1,1,1,1)}});Object.defineProperty(a, -"RED",{get:function(){return a.Color4f(1,0,0,1)}});Object.defineProperty(a,"GREEN",{get:function(){return a.Color4f(0,1,0,1)}});Object.defineProperty(a,"BLUE",{get:function(){return a.Color4f(0,0,1,1)}});Object.defineProperty(a,"YELLOW",{get:function(){return a.Color4f(1,1,0,1)}});Object.defineProperty(a,"CYAN",{get:function(){return a.Color4f(0,1,1,1)}});Object.defineProperty(a,"MAGENTA",{get:function(){return a.Color4f(1,0,1,1)}});a.getColorComponents=function(e){return[Math.floor(255*e[0]),Math.floor(255* -e[1]),Math.floor(255*e[2]),e[3]]};a.parseColorString=function(e,d){e=e.toLowerCase();if(e.startsWith("#")){d=255;switch(e.length){case 9:d=parseInt(e.slice(7,9),16);case 7:var g=parseInt(e.slice(1,3),16);var m=parseInt(e.slice(3,5),16);var r=parseInt(e.slice(5,7),16);break;case 5:d=17*parseInt(e.slice(4,5),16);case 4:g=17*parseInt(e.slice(1,2),16),m=17*parseInt(e.slice(2,3),16),r=17*parseInt(e.slice(3,4),16)}return a.Color(g,m,r,d/255)}return e.startsWith("rgba")?(e=e.slice(5,-1),e=e.split(","),a.Color(+e[0], -+e[1],+e[2],n(e[3]))):e.startsWith("rgb")?(e=e.slice(4,-1),e=e.split(","),a.Color(+e[0],+e[1],+e[2],n(e[3]))):e.startsWith("gray(")||e.startsWith("hsl")||!d||(e=d[e],void 0===e)?a.BLACK:e};a.multiplyByAlpha=function(e,d){e=e.slice();e[3]=Math.max(0,Math.min(e[3]*d,1));return e};a.Malloc=function(e,d){var g=a._malloc(d*e.BYTES_PER_ELEMENT);return{_ck:!0,length:d,byteOffset:g,pe:null,subarray:function(m,r){m=this.toTypedArray().subarray(m,r);m._ck=!0;return m},toTypedArray:function(){if(this.pe&&this.pe.length)return this.pe; -this.pe=new e(a.HEAPU8.buffer,g,d);this.pe._ck=!0;return this.pe}}};a.Free=function(e){a._free(e.byteOffset);e.byteOffset=V;e.toTypedArray=null;e.pe=null};var Oa=V,yb,Za=V,Yb,fb=V,Zb,Ha,ia=V,Ic,Ta=V,Jc,ac=V,Kc,bc=V,Lc,cc=V,Mc,$b=V,Nc,Oc=V,Fd=Float32Array.of(0,0,1),V=0;a.onRuntimeInitialized=function(){function e(d,g,m,r,y,D){D||(D=4*r.width,r.colorType===a.ColorType.RGBA_F16?D*=2:r.colorType===a.ColorType.RGBA_F32&&(D*=4));var I=D*r.height;var N=y?y.byteOffset:a._malloc(I);if(!d._readPixels(r,N,D, -g,m))return y||a._free(N),null;if(y)return y.toTypedArray();switch(r.colorType){case a.ColorType.RGBA_8888:case a.ColorType.RGBA_F16:d=(new Uint8Array(a.HEAPU8.buffer,N,I)).slice();break;case a.ColorType.RGBA_F32:d=(new Float32Array(a.HEAPU8.buffer,N,I)).slice();break;default:return null}a._free(N);return d}Zb=a.Malloc(Float32Array,4);fb=Zb.byteOffset;Yb=a.Malloc(Float32Array,16);Za=Yb.byteOffset;yb=a.Malloc(Float32Array,9);Oa=yb.byteOffset;Mc=a.Malloc(Float32Array,12);$b=Mc.byteOffset;Nc=a.Malloc(Float32Array, -12);Oc=Nc.byteOffset;Ha=a.Malloc(Float32Array,4);ia=Ha.byteOffset;Ic=a.Malloc(Float32Array,4);Ta=Ic.byteOffset;Jc=a.Malloc(Float32Array,3);ac=Jc.byteOffset;Kc=a.Malloc(Float32Array,3);bc=Kc.byteOffset;Lc=a.Malloc(Int32Array,4);cc=Lc.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 g=x(d,"HEAPF32"), -m=a.Path._MakeFromCmds(g,d.length);w(g,d);return m};a.Path.MakeFromVerbsPointsWeights=function(d,g,m){var r=x(d,"HEAPU8"),y=x(g,"HEAPF32"),D=x(m,"HEAPF32"),I=a.Path._MakeFromVerbsPointsWeights(r,d.length,y,g.length,D,m&&m.length||0);w(r,d);w(y,g);w(D,m);return I};a.Path.prototype.addArc=function(d,g,m){d=T(d);this._addArc(d,g,m);return this};a.Path.prototype.addOval=function(d,g,m){void 0===m&&(m=1);d=T(d);this._addOval(d,!!g,m);return this};a.Path.prototype.addPath=function(){var d=Array.prototype.slice.call(arguments), -g=d[0],m=!1;"boolean"===typeof d[d.length-1]&&(m=d.pop());if(1===d.length)this._addPath(g,1,0,0,0,1,0,0,0,1,m);else if(2===d.length)d=d[1],this._addPath(g,d[0],d[1],d[2],d[3],d[4],d[5],d[6]||0,d[7]||0,d[8]||1,m);else if(7===d.length||10===d.length)this._addPath(g,d[1],d[2],d[3],d[4],d[5],d[6],d[7]||0,d[8]||0,d[9]||1,m);else return null;return this};a.Path.prototype.addPoly=function(d,g){var m=x(d,"HEAPF32");this._addPoly(m,d.length/2,g);w(m,d);return this};a.Path.prototype.addRect=function(d,g){d= -T(d);this._addRect(d,!!g);return this};a.Path.prototype.addRRect=function(d,g){d=oa(d);this._addRRect(d,!!g);return this};a.Path.prototype.addVerbsPointsWeights=function(d,g,m){var r=x(d,"HEAPU8"),y=x(g,"HEAPF32"),D=x(m,"HEAPF32");this._addVerbsPointsWeights(r,d.length,y,g.length,D,m&&m.length||0);w(r,d);w(y,g);w(D,m)};a.Path.prototype.arc=function(d,g,m,r,y,D){d=a.LTRBRect(d-m,g-m,d+m,g+m);y=(y-r)/Math.PI*180-360*!!D;D=new a.Path;D.addArc(d,r/Math.PI*180,y);this.addPath(D,!0);D.delete();return this}; -a.Path.prototype.arcToOval=function(d,g,m,r){d=T(d);this._arcToOval(d,g,m,r);return this};a.Path.prototype.arcToRotated=function(d,g,m,r,y,D,I){this._arcToRotated(d,g,m,!!r,!!y,D,I);return this};a.Path.prototype.arcToTangent=function(d,g,m,r,y){this._arcToTangent(d,g,m,r,y);return this};a.Path.prototype.close=function(){this._close();return this};a.Path.prototype.conicTo=function(d,g,m,r,y){this._conicTo(d,g,m,r,y);return this};a.Path.prototype.computeTightBounds=function(d){this._computeTightBounds(ia); -var g=Ha.toTypedArray();return d?(d.set(g),d):g.slice()};a.Path.prototype.cubicTo=function(d,g,m,r,y,D){this._cubicTo(d,g,m,r,y,D);return this};a.Path.prototype.dash=function(d,g,m){return this._dash(d,g,m)?this:null};a.Path.prototype.getBounds=function(d){this._getBounds(ia);var g=Ha.toTypedArray();return d?(d.set(g),d):g.slice()};a.Path.prototype.lineTo=function(d,g){this._lineTo(d,g);return this};a.Path.prototype.moveTo=function(d,g){this._moveTo(d,g);return this};a.Path.prototype.offset=function(d, -g){this._transform(1,0,d,0,1,g,0,0,1);return this};a.Path.prototype.quadTo=function(d,g,m,r){this._quadTo(d,g,m,r);return this};a.Path.prototype.rArcTo=function(d,g,m,r,y,D,I){this._rArcTo(d,g,m,r,y,D,I);return this};a.Path.prototype.rConicTo=function(d,g,m,r,y){this._rConicTo(d,g,m,r,y);return this};a.Path.prototype.rCubicTo=function(d,g,m,r,y,D){this._rCubicTo(d,g,m,r,y,D);return this};a.Path.prototype.rLineTo=function(d,g){this._rLineTo(d,g);return this};a.Path.prototype.rMoveTo=function(d,g){this._rMoveTo(d, -g);return this};a.Path.prototype.rQuadTo=function(d,g,m,r){this._rQuadTo(d,g,m,r);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,g,m){return this._trim(d,g,!!m)?this:null};a.Image.prototype.makeShaderCubic=function(d,g,m,r,y){y=K(y);return this._makeShaderCubic(d,g,m,r,y)};a.Image.prototype.makeShaderOptions=function(d,g,m,r,y){y=K(y);return this._makeShaderOptions(d,g,m,r,y)};a.Image.prototype.readPixels= -function(d,g,m,r,y){return e(this,d,g,m,r,y)};a.Canvas.prototype.clear=function(d){a.Od(this.Md);d=A(d);this._clear(d)};a.Canvas.prototype.clipRRect=function(d,g,m){a.Od(this.Md);d=oa(d);this._clipRRect(d,g,m)};a.Canvas.prototype.clipRect=function(d,g,m){a.Od(this.Md);d=T(d);this._clipRect(d,g,m)};a.Canvas.prototype.concat=function(d){a.Od(this.Md);d=Q(d);this._concat(d)};a.Canvas.prototype.drawArc=function(d,g,m,r,y){a.Od(this.Md);d=T(d);this._drawArc(d,g,m,r,y)};a.Canvas.prototype.drawAtlas=function(d, -g,m,r,y,D,I){if(d&&r&&g&&m&&g.length===m.length){a.Od(this.Md);y||(y=a.BlendMode.SrcOver);var N=x(g,"HEAPF32"),P=x(m,"HEAPF32"),W=m.length/4,u=x(l(D),"HEAPU32");if(I&&"B"in I&&"C"in I)this._drawAtlasCubic(d,P,N,u,W,y,I.B,I.C,r);else{let H=a.FilterMode.Linear,R=a.MipmapMode.None;I&&(H=I.filter,"mipmap"in I&&(R=I.mipmap));this._drawAtlasOptions(d,P,N,u,W,y,H,R,r)}w(N,g);w(P,m);w(u,D)}};a.Canvas.prototype.drawCircle=function(d,g,m,r){a.Od(this.Md);this._drawCircle(d,g,m,r)};a.Canvas.prototype.drawColor= -function(d,g){a.Od(this.Md);d=A(d);void 0!==g?this._drawColor(d,g):this._drawColor(d)};a.Canvas.prototype.drawColorInt=function(d,g){a.Od(this.Md);this._drawColorInt(d,g||a.BlendMode.SrcOver)};a.Canvas.prototype.drawColorComponents=function(d,g,m,r,y){a.Od(this.Md);d=L(d,g,m,r);void 0!==y?this._drawColor(d,y):this._drawColor(d)};a.Canvas.prototype.drawDRRect=function(d,g,m){a.Od(this.Md);d=oa(d,$b);g=oa(g,Oc);this._drawDRRect(d,g,m)};a.Canvas.prototype.drawGlyphs=function(d,g,m,r,y,D){if(!(2*d.length<= -g.length))throw"Not enough positions for the array of gyphs";a.Od(this.Md);const I=x(d,"HEAPU16"),N=x(g,"HEAPF32");this._drawGlyphs(d.length,I,N,m,r,y,D);w(N,g);w(I,d)};a.Canvas.prototype.drawImage=function(d,g,m,r){a.Od(this.Md);this._drawImage(d,g,m,r||null)};a.Canvas.prototype.drawImageCubic=function(d,g,m,r,y,D){a.Od(this.Md);this._drawImageCubic(d,g,m,r,y,D||null)};a.Canvas.prototype.drawImageOptions=function(d,g,m,r,y,D){a.Od(this.Md);this._drawImageOptions(d,g,m,r,y,D||null)};a.Canvas.prototype.drawImageNine= -function(d,g,m,r,y){a.Od(this.Md);g=x(g,"HEAP32",cc);m=T(m);this._drawImageNine(d,g,m,r,y||null)};a.Canvas.prototype.drawImageRect=function(d,g,m,r,y){a.Od(this.Md);T(g,ia);T(m,Ta);this._drawImageRect(d,ia,Ta,r,!!y)};a.Canvas.prototype.drawImageRectCubic=function(d,g,m,r,y,D){a.Od(this.Md);T(g,ia);T(m,Ta);this._drawImageRectCubic(d,ia,Ta,r,y,D||null)};a.Canvas.prototype.drawImageRectOptions=function(d,g,m,r,y,D){a.Od(this.Md);T(g,ia);T(m,Ta);this._drawImageRectOptions(d,ia,Ta,r,y,D||null)};a.Canvas.prototype.drawLine= -function(d,g,m,r,y){a.Od(this.Md);this._drawLine(d,g,m,r,y)};a.Canvas.prototype.drawOval=function(d,g){a.Od(this.Md);d=T(d);this._drawOval(d,g)};a.Canvas.prototype.drawPaint=function(d){a.Od(this.Md);this._drawPaint(d)};a.Canvas.prototype.drawParagraph=function(d,g,m){a.Od(this.Md);this._drawParagraph(d,g,m)};a.Canvas.prototype.drawPatch=function(d,g,m,r,y){if(24>d.length)throw"Need 12 cubic points";if(g&&4>g.length)throw"Need 4 colors";if(m&&8>m.length)throw"Need 4 shader coordinates";a.Od(this.Md); -const D=x(d,"HEAPF32"),I=g?x(l(g),"HEAPU32"):V,N=m?x(m,"HEAPF32"):V;r||(r=a.BlendMode.Modulate);this._drawPatch(D,I,N,r,y);w(N,m);w(I,g);w(D,d)};a.Canvas.prototype.drawPath=function(d,g){a.Od(this.Md);this._drawPath(d,g)};a.Canvas.prototype.drawPicture=function(d){a.Od(this.Md);this._drawPicture(d)};a.Canvas.prototype.drawPoints=function(d,g,m){a.Od(this.Md);var r=x(g,"HEAPF32");this._drawPoints(d,r,g.length/2,m);w(r,g)};a.Canvas.prototype.drawRRect=function(d,g){a.Od(this.Md);d=oa(d);this._drawRRect(d, -g)};a.Canvas.prototype.drawRect=function(d,g){a.Od(this.Md);d=T(d);this._drawRect(d,g)};a.Canvas.prototype.drawRect4f=function(d,g,m,r,y){a.Od(this.Md);this._drawRect4f(d,g,m,r,y)};a.Canvas.prototype.drawShadow=function(d,g,m,r,y,D,I){a.Od(this.Md);var N=x(y,"HEAPF32"),P=x(D,"HEAPF32");g=x(g,"HEAPF32",ac);m=x(m,"HEAPF32",bc);this._drawShadow(d,g,m,r,N,P,I);w(N,y);w(P,D)};a.getShadowLocalBounds=function(d,g,m,r,y,D,I){d=K(d);m=x(m,"HEAPF32",ac);r=x(r,"HEAPF32",bc);if(!this._getShadowLocalBounds(d, -g,m,r,y,D,ia))return null;g=Ha.toTypedArray();return I?(I.set(g),I):g.slice()};a.Canvas.prototype.drawTextBlob=function(d,g,m,r){a.Od(this.Md);this._drawTextBlob(d,g,m,r)};a.Canvas.prototype.drawVertices=function(d,g,m){a.Od(this.Md);this._drawVertices(d,g,m)};a.Canvas.prototype.getLocalToDevice=function(){this._getLocalToDevice(Za);for(var d=Za,g=Array(16),m=0;16>m;m++)g[m]=a.HEAPF32[d/4+m];return g};a.Canvas.prototype.getTotalMatrix=function(){this._getTotalMatrix(Oa);for(var d=Array(9),g=0;9>g;g++)d[g]= -a.HEAPF32[Oa/4+g];return d};a.Canvas.prototype.makeSurface=function(d){d=this._makeSurface(d);d.Md=this.Md;return d};a.Canvas.prototype.readPixels=function(d,g,m,r,y){a.Od(this.Md);return e(this,d,g,m,r,y)};a.Canvas.prototype.saveLayer=function(d,g,m,r){g=T(g);return this._saveLayer(d||null,g,m||null,r||0)};a.Canvas.prototype.writePixels=function(d,g,m,r,y,D,I,N){if(d.byteLength%(g*m))throw"pixels length must be a multiple of the srcWidth * srcHeight";a.Od(this.Md);var P=d.byteLength/(g*m);D=D||a.AlphaType.Unpremul; -I=I||a.ColorType.RGBA_8888;N=N||a.ColorSpace.SRGB;var W=P*g;P=x(d,"HEAPU8");g=this._writePixels({width:g,height:m,colorType:I,alphaType:D,colorSpace:N},P,W,r,y);w(P,d);return g};a.ColorFilter.MakeBlend=function(d,g){d=A(d);return a.ColorFilter._MakeBlend(d,g)};a.ColorFilter.MakeMatrix=function(d){if(!d||20!==d.length)throw"invalid color matrix";var g=x(d,"HEAPF32"),m=a.ColorFilter._makeMatrix(g);w(g,d);return m};a.ContourMeasure.prototype.getPosTan=function(d,g){this._getPosTan(d,ia);d=Ha.toTypedArray(); -return g?(g.set(d),g):d.slice()};a.ImageFilter.MakeMatrixTransform=function(d,g,m){d=K(d);if("B"in g&&"C"in g)return a.ImageFilter._MakeMatrixTransformCubic(d,g.Ag,g.Bg,m);const r=g.filter;let y=a.MipmapMode.None;"mipmap"in g&&(y=g.mipmap);return a.ImageFilter._MakeMatrixTransformOptions(d,r,y,m)};a.Paint.prototype.getColor=function(){this._getColor(fb);return S(fb)};a.Paint.prototype.setColor=function(d,g){g=g||null;d=A(d);this._setColor(d,g)};a.Paint.prototype.setColorComponents=function(d,g,m, -r,y){y=y||null;d=L(d,g,m,r);this._setColor(d,y)};a.Path.prototype.getPoint=function(d,g){this._getPoint(d,ia);d=Ha.toTypedArray();return g?(g[0]=d[0],g[1]=d[1],g):d.slice(0,2)};a.PictureRecorder.prototype.beginRecording=function(d){d=T(d);return this._beginRecording(d)};a.Surface.prototype.getCanvas=function(){var d=this._getCanvas();d.Md=this.Md;return d};a.Surface.prototype.makeImageSnapshot=function(d){a.Od(this.Md);d=x(d,"HEAP32",cc);return this._makeImageSnapshot(d)};a.Surface.prototype.makeSurface= -function(d){a.Od(this.Md);d=this._makeSurface(d);d.Md=this.Md;return d};a.Surface.prototype.requestAnimationFrame=function(d,g){this.Ge||(this.Ge=this.getCanvas());requestAnimationFrame(function(){a.Od(this.Md);d(this.Ge);this.flush(g)}.bind(this))};a.Surface.prototype.drawOnce=function(d,g){this.Ge||(this.Ge=this.getCanvas());requestAnimationFrame(function(){a.Od(this.Md);d(this.Ge);this.flush(g);this.dispose()}.bind(this))};a.PathEffect.MakeDash=function(d,g){g||(g=0);if(!d.length||1===d.length% -2)throw"Intervals array must have even length";var m=x(d,"HEAPF32");g=a.PathEffect._MakeDash(m,d.length,g);w(m,d);return g};a.PathEffect.MakeLine2D=function(d,g){g=K(g);return a.PathEffect._MakeLine2D(d,g)};a.PathEffect.MakePath2D=function(d,g){d=K(d);return a.PathEffect._MakePath2D(d,g)};a.Shader.MakeColor=function(d,g){g=g||null;d=A(d);return a.Shader._MakeColor(d,g)};a.Shader.Blend=a.Shader.MakeBlend;a.Shader.Color=a.Shader.MakeColor;a.Shader.MakeLinearGradient=function(d,g,m,r,y,D,I,N){N=N||null; -var P=J(m),W=x(r,"HEAPF32");I=I||0;D=K(D);var u=Ha.toTypedArray();u.set(d);u.set(g,2);d=a.Shader._MakeLinearGradient(ia,P.de,P.Le,W,P.count,y,I,D,N);w(P.de,m);r&&w(W,r);return d};a.Shader.MakeRadialGradient=function(d,g,m,r,y,D,I,N){N=N||null;var P=J(m),W=x(r,"HEAPF32");I=I||0;D=K(D);d=a.Shader._MakeRadialGradient(d[0],d[1],g,P.de,P.Le,W,P.count,y,I,D,N);w(P.de,m);r&&w(W,r);return d};a.Shader.MakeSweepGradient=function(d,g,m,r,y,D,I,N,P,W){W=W||null;var u=J(m),H=x(r,"HEAPF32");I=I||0;N=N||0;P=P|| -360;D=K(D);d=a.Shader._MakeSweepGradient(d,g,u.de,u.Le,H,u.count,y,N,P,I,D,W);w(u.de,m);r&&w(H,r);return d};a.Shader.MakeTwoPointConicalGradient=function(d,g,m,r,y,D,I,N,P,W){W=W||null;var u=J(y),H=x(D,"HEAPF32");P=P||0;N=K(N);var R=Ha.toTypedArray();R.set(d);R.set(m,2);d=a.Shader._MakeTwoPointConicalGradient(ia,g,r,u.de,u.Le,H,u.count,I,P,N,W);w(u.de,y);D&&w(H,D);return d};a.Vertices.prototype.bounds=function(d){this._bounds(ia);var g=Ha.toTypedArray();return d?(d.set(g),d):g.slice()};a.Vd&&a.Vd.forEach(function(d){d()})}; -a.computeTonalColors=function(e){var d=x(e.ambient,"HEAPF32"),g=x(e.spot,"HEAPF32");this._computeTonalColors(d,g);var m={ambient:S(d),spot:S(g)};w(d,e.ambient);w(g,e.spot);return m};a.LTRBRect=function(e,d,g,m){return Float32Array.of(e,d,g,m)};a.XYWHRect=function(e,d,g,m){return Float32Array.of(e,d,e+g,d+m)};a.LTRBiRect=function(e,d,g,m){return Int32Array.of(e,d,g,m)};a.XYWHiRect=function(e,d,g,m){return Int32Array.of(e,d,e+g,d+m)};a.RRectXY=function(e,d,g){return Float32Array.of(e[0],e[1],e[2],e[3], -d,g,d,g,d,g,d,g)};a.MakeAnimatedImageFromEncoded=function(e){e=new Uint8Array(e);var d=a._malloc(e.byteLength);a.HEAPU8.set(e,d);return(e=a._decodeAnimatedImage(d,e.byteLength))?e:null};a.MakeImageFromEncoded=function(e){e=new Uint8Array(e);var d=a._malloc(e.byteLength);a.HEAPU8.set(e,d);return(e=a._decodeImage(d,e.byteLength))?e:null};var ib=null;a.MakeImageFromCanvasImageSource=function(e){var d=e.width,g=e.height;ib||(ib=document.createElement("canvas"));ib.width=d;ib.height=g;var m=ib.getContext("2d", -{Jg:!0});m.drawImage(e,0,0);e=m.getImageData(0,0,d,g);return a.MakeImage({width:d,height:g,alphaType:a.AlphaType.Unpremul,colorType:a.ColorType.RGBA_8888,colorSpace:a.ColorSpace.SRGB},e.data,4*d)};a.MakeImage=function(e,d,g){var m=a._malloc(d.length);a.HEAPU8.set(d,m);return a._MakeImage(e,m,d.length,g)};a.MakeVertices=function(e,d,g,m,r,y){var D=r&&r.length||0,I=0;g&&g.length&&(I|=1);m&&m.length&&(I|=2);void 0===y||y||(I|=4);e=new a._VerticesBuilder(e,d.length/2,D,I);x(d,"HEAPF32",e.positions()); -e.texCoords()&&x(g,"HEAPF32",e.texCoords());e.colors()&&x(l(m),"HEAPU32",e.colors());e.indices()&&x(r,"HEAPU16",e.indices());return e.detach()};a.Matrix={};a.Matrix.identity=function(){return c(3)};a.Matrix.invert=function(e){var d=e[0]*e[4]*e[8]+e[1]*e[5]*e[6]+e[2]*e[3]*e[7]-e[2]*e[4]*e[6]-e[1]*e[3]*e[8]-e[0]*e[5]*e[7];return d?[(e[4]*e[8]-e[5]*e[7])/d,(e[2]*e[7]-e[1]*e[8])/d,(e[1]*e[5]-e[2]*e[4])/d,(e[5]*e[6]-e[3]*e[8])/d,(e[0]*e[8]-e[2]*e[6])/d,(e[2]*e[3]-e[0]*e[5])/d,(e[3]*e[7]-e[4]*e[6])/d,(e[1]* -e[6]-e[0]*e[7])/d,(e[0]*e[4]-e[1]*e[3])/d]:null};a.Matrix.mapPoints=function(e,d){for(var g=0;gr;r+=5){for(var y=0;4>y;y++)g[m++]=e[r]*d[y]+e[r+1]*d[y+5]+e[r+2]*d[y+10]+e[r+3]*d[y+15];g[m++]=e[r]*d[4]+e[r+1]*d[9]+e[r+2]*d[14]+e[r+3]*d[19]+e[r+4]}return g};(function(e){e.Vd=e.Vd||[];e.Vd.push(function(){function d(u){if(!u||!u.length)return[];for(var H=[],R=0;Rd)return a._free(e),null;r=new Uint16Array(a.HEAPU8.buffer,e,d);if(g)return g.set(r),a._free(e),g;g=Uint16Array.from(r);a._free(e);return g};a.Font.prototype.getGlyphIntercepts=function(e,d,g,m){var r= -x(e,"HEAPU16"),y=x(d,"HEAPF32");return this._getGlyphIntercepts(r,e.length,!(e&&e._ck),y,d.length,!(d&&d._ck),g,m)};a.Font.prototype.getGlyphWidths=function(e,d,g){var m=x(e,"HEAPU16"),r=a._malloc(4*e.length);this._getGlyphWidthBounds(m,e.length,r,V,d||null);d=new Float32Array(a.HEAPU8.buffer,r,e.length);w(m,e);if(g)return g.set(d),a._free(r),g;e=Float32Array.from(d);a._free(r);return e};a.FontMgr.FromData=function(){if(!arguments.length)return null;var e=arguments;1===e.length&&Array.isArray(e[0])&& -(e=arguments[0]);if(!e.length)return null;for(var d=[],g=[],m=0;md)return a._free(e),null;r=new Uint16Array(a.HEAPU8.buffer,e,d);if(g)return g.set(r),a._free(e),g;g=Uint16Array.from(r);a._free(e);return g};a.TextBlob.MakeOnPath=function(e,d,g,m){if(e&&e.length&&d&&d.countPoints()){if(1===d.countPoints())return this.MakeFromText(e,g);m||(m=0);var r=g.getGlyphIDs(e);r=g.getGlyphWidths(r);var y=[];d=new a.ContourMeasureIter(d,!1,1);for(var D=d.next(),I=new Float32Array(4),N=0;ND.length()){D.delete();D=d.next();if(!D){e=e.substring(0,N);break}m=P/2}D.getPosTan(m,I);var W=I[2],u=I[3];y.push(W,u,I[0]-P/2*W,I[1]-P/2*u);m+=P/2}e=this.MakeFromRSXform(e,y,g);D&&D.delete();d.delete();return e}};a.TextBlob.MakeFromRSXform=function(e,d,g){var m=ra(e)+1,r=a._malloc(m);sa(e,G,r,m);e=x(d,"HEAPF32");g=a.TextBlob._MakeFromRSXform(r,m-1,e,g);a._free(r);return g?g:null};a.TextBlob.MakeFromRSXformGlyphs=function(e,d,g){var m=x(e,"HEAPU16");d=x(d,"HEAPF32"); -g=a.TextBlob._MakeFromRSXformGlyphs(m,2*e.length,d,g);w(m,e);return g?g:null};a.TextBlob.MakeFromGlyphs=function(e,d){var g=x(e,"HEAPU16");d=a.TextBlob._MakeFromGlyphs(g,2*e.length,d);w(g,e);return d?d:null};a.TextBlob.MakeFromText=function(e,d){var g=ra(e)+1,m=a._malloc(g);sa(e,G,m,g);e=a.TextBlob._MakeFromText(m,g-1,d);a._free(m);return e?e:null};a.MallocGlyphIDs=function(e){return a.Malloc(Uint16Array,e)}});a.Vd=a.Vd||[];a.Vd.push(function(){a.MakePicture=function(e){e=new Uint8Array(e);var d= -a._malloc(e.byteLength);a.HEAPU8.set(e,d);return(e=a._MakePicture(d,e.byteLength))?e:null}});(function(){function e(F){for(var k=0;kk||1=k||!k||(this.Je=k,this.Rd.setStrokeWidth(k))}});Object.defineProperty(this,"miterLimit",{enumerable:!0, -get:function(){return this.Rd.getStrokeMiter()},set:function(k){0>=k||!k||this.Rd.setStrokeMiter(k)}});Object.defineProperty(this,"shadowBlur",{enumerable:!0,get:function(){return this.ue},set:function(k){0>k||!isFinite(k)||(this.ue=k)}});Object.defineProperty(this,"shadowColor",{enumerable:!0,get:function(){return d(this.Ie)},set:function(k){this.Ie=g(k)}});Object.defineProperty(this,"shadowOffsetX",{enumerable:!0,get:function(){return this.ve},set:function(k){isFinite(k)&&(this.ve=k)}});Object.defineProperty(this, -"shadowOffsetY",{enumerable:!0,get:function(){return this.we},set:function(k){isFinite(k)&&(this.we=k)}});Object.defineProperty(this,"strokeStyle",{enumerable:!0,get:function(){return d(this.he)},set:function(k){"string"===typeof k?this.he=g(k):k.se&&(this.he=k)}});this.arc=function(k,p,z,B,C,E){H(this.Td,k,p,z,z,0,B,C,E)};this.arcTo=function(k,p,z,B,C){P(this.Td,k,p,z,B,C)};this.beginPath=function(){this.Td.delete();this.Td=new a.Path};this.bezierCurveTo=function(k,p,z,B,C,E){var M=this.Td;e([k, -p,z,B,C,E])&&(M.isEmpty()&&M.moveTo(k,p),M.cubicTo(k,p,z,B,C,E))};this.clearRect=function(k,p,z,B){this.Rd.setStyle(a.PaintStyle.Fill);this.Rd.setBlendMode(a.BlendMode.Clear);this.Nd.drawRect(a.XYWHRect(k,p,z,B),this.Rd);this.Rd.setBlendMode(this.Pd)};this.clip=function(k,p){"string"===typeof k?(p=k,k=this.Td):k&&k.af&&(k=k.Wd);k||(k=this.Td);k=k.copy();p&&"evenodd"===p.toLowerCase()?k.setFillType(a.FillType.EvenOdd):k.setFillType(a.FillType.Winding);this.Nd.clipPath(k,a.ClipOp.Intersect,!0);k.delete()}; -this.closePath=function(){W(this.Td)};this.createImageData=function(){if(1===arguments.length){var k=arguments[0];return new I(new Uint8ClampedArray(4*k.width*k.height),k.width,k.height)}if(2===arguments.length){k=arguments[0];var p=arguments[1];return new I(new Uint8ClampedArray(4*k*p),k,p)}throw"createImageData expects 1 or 2 arguments, got "+arguments.length;};this.createLinearGradient=function(k,p,z,B){if(e(arguments)){var C=new N(k,p,z,B);this.Ae.push(C);return C}};this.createPattern=function(k, -p){k=new ja(k,p);this.Ae.push(k);return k};this.createRadialGradient=function(k,p,z,B,C,E){if(e(arguments)){var M=new pa(k,p,z,B,C,E);this.Ae.push(M);return M}};this.drawImage=function(k){k instanceof D&&(k=k.tf());var p=this.Qe();if(3===arguments.length||5===arguments.length)var z=a.XYWHRect(arguments[1],arguments[2],arguments[3]||k.width(),arguments[4]||k.height()),B=a.XYWHRect(0,0,k.width(),k.height());else if(9===arguments.length)z=a.XYWHRect(arguments[5],arguments[6],arguments[7],arguments[8]), -B=a.XYWHRect(arguments[1],arguments[2],arguments[3],arguments[4]);else throw"invalid number of args for drawImage, need 3, 5, or 9; got "+arguments.length;this.Nd.drawImageRect(k,B,z,p,!1);p.dispose()};this.ellipse=function(k,p,z,B,C,E,M,ba){H(this.Td,k,p,z,B,C,E,M,ba)};this.Qe=function(){var k=this.Rd.copy();k.setStyle(a.PaintStyle.Fill);if(f(this.ce)){var p=a.multiplyByAlpha(this.ce,this.ke);k.setColor(p)}else p=this.ce.se(this.Ud),k.setColor(a.Color(0,0,0,this.ke)),k.setShader(p);k.dispose=function(){this.delete()}; -return k};this.fill=function(k,p){"string"===typeof k?(p=k,k=this.Td):k&&k.af&&(k=k.Wd);if("evenodd"===p)this.Td.setFillType(a.FillType.EvenOdd);else{if("nonzero"!==p&&p)throw"invalid fill rule";this.Td.setFillType(a.FillType.Winding)}k||(k=this.Td);p=this.Qe();var z=this.xe(p);z&&(this.Nd.save(),this.qe(),this.Nd.drawPath(k,z),this.Nd.restore(),z.dispose());this.Nd.drawPath(k,p);p.dispose()};this.fillRect=function(k,p,z,B){var C=this.Qe(),E=this.xe(C);E&&(this.Nd.save(),this.qe(),this.Nd.drawRect(a.XYWHRect(k, -p,z,B),E),this.Nd.restore(),E.dispose());this.Nd.drawRect(a.XYWHRect(k,p,z,B),C);C.dispose()};this.fillText=function(k,p,z){var B=this.Qe();k=a.TextBlob.MakeFromText(k,this.ne);var C=this.xe(B);C&&(this.Nd.save(),this.qe(),this.Nd.drawTextBlob(k,p,z,C),this.Nd.restore(),C.dispose());this.Nd.drawTextBlob(k,p,z,B);k.delete();B.dispose()};this.getImageData=function(k,p,z,B){return(k=this.Nd.readPixels(k,p,{width:z,height:B,colorType:a.ColorType.RGBA_8888,alphaType:a.AlphaType.Unpremul,colorSpace:a.ColorSpace.SRGB}))? -new I(new Uint8ClampedArray(k.buffer),z,B):null};this.getLineDash=function(){return this.te.slice()};this.mf=function(k){var p=a.Matrix.invert(this.Ud);a.Matrix.mapPoints(p,k);return k};this.isPointInPath=function(k,p,z){var B=arguments;if(3===B.length)var C=this.Td;else if(4===B.length)C=B[0],k=B[1],p=B[2],z=B[3];else throw"invalid arg count, need 3 or 4, got "+B.length;if(!isFinite(k)||!isFinite(p))return!1;z=z||"nonzero";if("nonzero"!==z&&"evenodd"!==z)return!1;B=this.mf([k,p]);k=B[0];p=B[1];C.setFillType("nonzero"=== -z?a.FillType.Winding:a.FillType.EvenOdd);return C.contains(k,p)};this.isPointInStroke=function(k,p){var z=arguments;if(2===z.length)var B=this.Td;else if(3===z.length)B=z[0],k=z[1],p=z[2];else throw"invalid arg count, need 2 or 3, got "+z.length;if(!isFinite(k)||!isFinite(p))return!1;z=this.mf([k,p]);k=z[0];p=z[1];B=B.copy();B.setFillType(a.FillType.Winding);B.stroke({width:this.lineWidth,miter_limit:this.miterLimit,cap:this.Rd.getStrokeCap(),join:this.Rd.getStrokeJoin(),precision:.3});z=B.contains(k, -p);B.delete();return z};this.lineTo=function(k,p){R(this.Td,k,p)};this.measureText=function(k){k=this.ne.getGlyphIDs(k);k=this.ne.getGlyphWidths(k);let p=0;for(const z of k)p+=z;return{width:p}};this.moveTo=function(k,p){var z=this.Td;e([k,p])&&z.moveTo(k,p)};this.putImageData=function(k,p,z,B,C,E,M){if(e([p,z,B,C,E,M]))if(void 0===B)this.Nd.writePixels(k.data,k.width,k.height,p,z);else if(B=B||0,C=C||0,E=E||k.width,M=M||k.height,0>E&&(B+=E,E=Math.abs(E)),0>M&&(C+=M,M=Math.abs(M)),0>B&&(E+=B,B=0), -0>C&&(M+=C,C=0),!(0>=E||0>=M)){k=a.MakeImage({width:k.width,height:k.height,alphaType:a.AlphaType.Unpremul,colorType:a.ColorType.RGBA_8888,colorSpace:a.ColorSpace.SRGB},k.data,4*k.width);var ba=a.XYWHRect(B,C,E,M);p=a.XYWHRect(p+B,z+C,E,M);z=a.Matrix.invert(this.Ud);this.Nd.save();this.Nd.concat(z);this.Nd.drawImageRect(k,ba,p,null,!1);this.Nd.restore();k.delete()}};this.quadraticCurveTo=function(k,p,z,B){var C=this.Td;e([k,p,z,B])&&(C.isEmpty()&&C.moveTo(k,p),C.quadTo(k,p,z,B))};this.rect=function(k, -p,z,B){var C=this.Td;k=a.XYWHRect(k,p,z,B);e(k)&&C.addRect(k)};this.resetTransform=function(){this.Td.transform(this.Ud);var k=a.Matrix.invert(this.Ud);this.Nd.concat(k);this.Ud=this.Nd.getTotalMatrix()};this.restore=function(){var k=this.lf.pop();if(k){var p=a.Matrix.multiply(this.Ud,a.Matrix.invert(k.Ff));this.Td.transform(p);this.Rd.delete();this.Rd=k.dg;this.te=k.$f;this.Je=k.vg;this.he=k.ug;this.ce=k.fs;this.ve=k.sg;this.we=k.tg;this.ue=k.hg;this.Ie=k.rg;this.ke=k.Nf;this.Pd=k.Of;this.He=k.ag; -this.Re=k.Mf;this.Nd.restore();this.Ud=this.Nd.getTotalMatrix()}};this.rotate=function(k){if(isFinite(k)){var p=a.Matrix.rotated(-k);this.Td.transform(p);this.Nd.rotate(k/Math.PI*180,0,0);this.Ud=this.Nd.getTotalMatrix()}};this.save=function(){if(this.ce.re){var k=this.ce.re();this.Ae.push(k)}else k=this.ce;if(this.he.re){var p=this.he.re();this.Ae.push(p)}else p=this.he;this.lf.push({Ff:this.Ud.slice(),$f:this.te.slice(),vg:this.Je,ug:p,fs:k,sg:this.ve,tg:this.we,hg:this.ue,rg:this.Ie,Nf:this.ke, -ag:this.He,Of:this.Pd,dg:this.Rd.copy(),Mf:this.Re});this.Nd.save()};this.scale=function(k,p){if(e(arguments)){var z=a.Matrix.scaled(1/k,1/p);this.Td.transform(z);this.Nd.scale(k,p);this.Ud=this.Nd.getTotalMatrix()}};this.setLineDash=function(k){for(var p=0;pk[p])return;1===k.length%2&&Array.prototype.push.apply(k,k);this.te=k};this.setTransform=function(k,p,z,B,C,E){e(arguments)&&(this.resetTransform(),this.transform(k,p,z,B,C,E))};this.qe=function(){var k=a.Matrix.invert(this.Ud); -this.Nd.concat(k);this.Nd.concat(a.Matrix.translated(this.ve,this.we));this.Nd.concat(this.Ud)};this.xe=function(k){var p=a.multiplyByAlpha(this.Ie,this.ke);if(!a.getColorComponents(p)[3]||!(this.ue||this.we||this.ve))return null;k=k.copy();k.setColor(p);var z=a.MaskFilter.MakeBlur(a.BlurStyle.Normal,this.ue/2,!1);k.setMaskFilter(z);k.dispose=function(){z.delete();this.delete()};return k};this.cf=function(){var k=this.Rd.copy();k.setStyle(a.PaintStyle.Stroke);if(f(this.he)){var p=a.multiplyByAlpha(this.he, -this.ke);k.setColor(p)}else p=this.he.se(this.Ud),k.setColor(a.Color(0,0,0,this.ke)),k.setShader(p);k.setStrokeWidth(this.Je);if(this.te.length){var z=a.PathEffect.MakeDash(this.te,this.He);k.setPathEffect(z)}k.dispose=function(){z&&z.delete();this.delete()};return k};this.stroke=function(k){k=k?k.Wd:this.Td;var p=this.cf(),z=this.xe(p);z&&(this.Nd.save(),this.qe(),this.Nd.drawPath(k,z),this.Nd.restore(),z.dispose());this.Nd.drawPath(k,p);p.dispose()};this.strokeRect=function(k,p,z,B){var C=this.cf(), -E=this.xe(C);E&&(this.Nd.save(),this.qe(),this.Nd.drawRect(a.XYWHRect(k,p,z,B),E),this.Nd.restore(),E.dispose());this.Nd.drawRect(a.XYWHRect(k,p,z,B),C);C.dispose()};this.strokeText=function(k,p,z){var B=this.cf();k=a.TextBlob.MakeFromText(k,this.ne);var C=this.xe(B);C&&(this.Nd.save(),this.qe(),this.Nd.drawTextBlob(k,p,z,C),this.Nd.restore(),C.dispose());this.Nd.drawTextBlob(k,p,z,B);k.delete();B.dispose()};this.translate=function(k,p){if(e(arguments)){var z=a.Matrix.translated(-k,-p);this.Td.transform(z); -this.Nd.translate(k,p);this.Ud=this.Nd.getTotalMatrix()}};this.transform=function(k,p,z,B,C,E){k=[k,z,C,p,B,E,0,0,1];p=a.Matrix.invert(k);this.Td.transform(p);this.Nd.concat(k);this.Ud=this.Nd.getTotalMatrix()};this.addHitRegion=function(){};this.clearHitRegions=function(){};this.drawFocusIfNeeded=function(){};this.removeHitRegion=function(){};this.scrollPathIntoView=function(){};Object.defineProperty(this,"canvas",{value:null,writable:!1})}function y(F){this.df=F;this.Md=new r(F.getCanvas());this.Se= -[];this.decodeImage=function(k){k=a.MakeImageFromEncoded(k);if(!k)throw"Invalid input";this.Se.push(k);return new D(k)};this.loadFont=function(k,p){k=a.Typeface.MakeFreeTypeFaceFromData(k);if(!k)return null;this.Se.push(k);var z=(p.style||"normal")+"|"+(p.variant||"normal")+"|"+(p.weight||"normal");p=p.family;ea[p]||(ea[p]={"*":k});ea[p][z]=k};this.makePath2D=function(k){k=new aa(k);this.Se.push(k.Wd);return k};this.getContext=function(k){return"2d"===k?this.Md:null};this.toDataURL=function(k,p){this.df.flush(); -var z=this.df.makeImageSnapshot();if(z){k=k||"image/png";var B=a.ImageFormat.PNG;"image/jpeg"===k&&(B=a.ImageFormat.JPEG);if(p=z.encodeToBytes(B,p||.92)){z.delete();k="data:"+k+";base64,";if("undefined"!==typeof Buffer)p=Buffer.from(p).toString("base64");else{z=0;B=p.length;for(var C="",E;zB||1B);E++);this.ae.splice(E,0,B);this.ee.splice(E,0,C)}};this.re=function(){var B=new N(F,k,p,z);B.ee=this.ee.slice();B.ae=this.ae.slice();return B};this.me=function(){this.Yd&&(this.Yd.delete(),this.Yd=null)};this.se=function(B){var C=[F,k,p,z];a.Matrix.mapPoints(B,C);B=C[0];var E=C[1], -M=C[2];C=C[3];this.me();return this.Yd=a.Shader.MakeLinearGradient([B,E],[M,C],this.ee,this.ae,a.TileMode.Clamp)}}function P(F,k,p,z,B,C){if(e([k,p,z,B,C])){if(0>C)throw"radii cannot be negative";F.isEmpty()&&F.moveTo(k,p);F.arcToTangent(k,p,z,B,C)}}function W(F){if(!F.isEmpty()){var k=F.getBounds();(k[3]-k[1]||k[2]-k[0])&&F.close()}}function u(F,k,p,z,B,C,E){E=(E-C)/Math.PI*180;C=C/Math.PI*180;k=a.LTRBRect(k-z,p-B,k+z,p+B);1E-5>Math.abs(Math.abs(E)-360)?(p=E/2,F.arcToOval(k,C,p,!1),F.arcToOval(k, -C+p,p,!1)):F.arcToOval(k,C,E,!1)}function H(F,k,p,z,B,C,E,M,ba){if(e([k,p,z,B,C,E,M])){if(0>z||0>B)throw"radii cannot be negative";var ca=2*Math.PI,Ia=E%ca;0>Ia&&(Ia+=ca);var $a=Ia-E;E=Ia;M+=$a;!ba&&M-E>=ca?M=E+ca:ba&&E-M>=ca?M=E-ca:!ba&&E>M?M=E+(ca-(E-M)%ca):ba&&EE||1E);ba++);this.ae.splice(ba,0,E);this.ee.splice(ba,0,M)}};this.re=function(){var E=new pa(F,k,p,z,B,C);E.ee=this.ee.slice();E.ae= -this.ae.slice();return E};this.me=function(){this.Yd&&(this.Yd.delete(),this.Yd=null)};this.se=function(E){var M=[F,k,z,B];a.Matrix.mapPoints(E,M);var ba=M[0],ca=M[1],Ia=M[2];M=M[3];var $a=(Math.abs(E[0])+Math.abs(E[4]))/2;E=p*$a;$a*=C;this.me();return this.Yd=a.Shader.MakeTwoPointConicalGradient([ba,ca],E,[Ia,M],$a,this.ee,this.ae,a.TileMode.Clamp)}}a._testing={};var ua={aliceblue:Float32Array.of(.941,.973,1,1),antiquewhite:Float32Array.of(.98,.922,.843,1),aqua:Float32Array.of(0,1,1,1),aquamarine:Float32Array.of(.498, -1,.831,1),azure:Float32Array.of(.941,1,1,1),beige:Float32Array.of(.961,.961,.863,1),bisque:Float32Array.of(1,.894,.769,1),black:Float32Array.of(0,0,0,1),blanchedalmond:Float32Array.of(1,.922,.804,1),blue:Float32Array.of(0,0,1,1),blueviolet:Float32Array.of(.541,.169,.886,1),brown:Float32Array.of(.647,.165,.165,1),burlywood:Float32Array.of(.871,.722,.529,1),cadetblue:Float32Array.of(.373,.62,.627,1),chartreuse:Float32Array.of(.498,1,0,1),chocolate:Float32Array.of(.824,.412,.118,1),coral:Float32Array.of(1, -.498,.314,1),cornflowerblue:Float32Array.of(.392,.584,.929,1),cornsilk:Float32Array.of(1,.973,.863,1),crimson:Float32Array.of(.863,.078,.235,1),cyan:Float32Array.of(0,1,1,1),darkblue:Float32Array.of(0,0,.545,1),darkcyan:Float32Array.of(0,.545,.545,1),darkgoldenrod:Float32Array.of(.722,.525,.043,1),darkgray:Float32Array.of(.663,.663,.663,1),darkgreen:Float32Array.of(0,.392,0,1),darkgrey:Float32Array.of(.663,.663,.663,1),darkkhaki:Float32Array.of(.741,.718,.42,1),darkmagenta:Float32Array.of(.545,0, -.545,1),darkolivegreen:Float32Array.of(.333,.42,.184,1),darkorange:Float32Array.of(1,.549,0,1),darkorchid:Float32Array.of(.6,.196,.8,1),darkred:Float32Array.of(.545,0,0,1),darksalmon:Float32Array.of(.914,.588,.478,1),darkseagreen:Float32Array.of(.561,.737,.561,1),darkslateblue:Float32Array.of(.282,.239,.545,1),darkslategray:Float32Array.of(.184,.31,.31,1),darkslategrey:Float32Array.of(.184,.31,.31,1),darkturquoise:Float32Array.of(0,.808,.82,1),darkviolet:Float32Array.of(.58,0,.827,1),deeppink:Float32Array.of(1, -.078,.576,1),deepskyblue:Float32Array.of(0,.749,1,1),dimgray:Float32Array.of(.412,.412,.412,1),dimgrey:Float32Array.of(.412,.412,.412,1),dodgerblue:Float32Array.of(.118,.565,1,1),firebrick:Float32Array.of(.698,.133,.133,1),floralwhite:Float32Array.of(1,.98,.941,1),forestgreen:Float32Array.of(.133,.545,.133,1),fuchsia:Float32Array.of(1,0,1,1),gainsboro:Float32Array.of(.863,.863,.863,1),ghostwhite:Float32Array.of(.973,.973,1,1),gold:Float32Array.of(1,.843,0,1),goldenrod:Float32Array.of(.855,.647,.125, -1),gray:Float32Array.of(.502,.502,.502,1),green:Float32Array.of(0,.502,0,1),greenyellow:Float32Array.of(.678,1,.184,1),grey:Float32Array.of(.502,.502,.502,1),honeydew:Float32Array.of(.941,1,.941,1),hotpink:Float32Array.of(1,.412,.706,1),indianred:Float32Array.of(.804,.361,.361,1),indigo:Float32Array.of(.294,0,.51,1),ivory:Float32Array.of(1,1,.941,1),khaki:Float32Array.of(.941,.902,.549,1),lavender:Float32Array.of(.902,.902,.98,1),lavenderblush:Float32Array.of(1,.941,.961,1),lawngreen:Float32Array.of(.486, -.988,0,1),lemonchiffon:Float32Array.of(1,.98,.804,1),lightblue:Float32Array.of(.678,.847,.902,1),lightcoral:Float32Array.of(.941,.502,.502,1),lightcyan:Float32Array.of(.878,1,1,1),lightgoldenrodyellow:Float32Array.of(.98,.98,.824,1),lightgray:Float32Array.of(.827,.827,.827,1),lightgreen:Float32Array.of(.565,.933,.565,1),lightgrey:Float32Array.of(.827,.827,.827,1),lightpink:Float32Array.of(1,.714,.757,1),lightsalmon:Float32Array.of(1,.627,.478,1),lightseagreen:Float32Array.of(.125,.698,.667,1),lightskyblue:Float32Array.of(.529, -.808,.98,1),lightslategray:Float32Array.of(.467,.533,.6,1),lightslategrey:Float32Array.of(.467,.533,.6,1),lightsteelblue:Float32Array.of(.69,.769,.871,1),lightyellow:Float32Array.of(1,1,.878,1),lime:Float32Array.of(0,1,0,1),limegreen:Float32Array.of(.196,.804,.196,1),linen:Float32Array.of(.98,.941,.902,1),magenta:Float32Array.of(1,0,1,1),maroon:Float32Array.of(.502,0,0,1),mediumaquamarine:Float32Array.of(.4,.804,.667,1),mediumblue:Float32Array.of(0,0,.804,1),mediumorchid:Float32Array.of(.729,.333, -.827,1),mediumpurple:Float32Array.of(.576,.439,.859,1),mediumseagreen:Float32Array.of(.235,.702,.443,1),mediumslateblue:Float32Array.of(.482,.408,.933,1),mediumspringgreen:Float32Array.of(0,.98,.604,1),mediumturquoise:Float32Array.of(.282,.82,.8,1),mediumvioletred:Float32Array.of(.78,.082,.522,1),midnightblue:Float32Array.of(.098,.098,.439,1),mintcream:Float32Array.of(.961,1,.98,1),mistyrose:Float32Array.of(1,.894,.882,1),moccasin:Float32Array.of(1,.894,.71,1),navajowhite:Float32Array.of(1,.871,.678, -1),navy:Float32Array.of(0,0,.502,1),oldlace:Float32Array.of(.992,.961,.902,1),olive:Float32Array.of(.502,.502,0,1),olivedrab:Float32Array.of(.42,.557,.137,1),orange:Float32Array.of(1,.647,0,1),orangered:Float32Array.of(1,.271,0,1),orchid:Float32Array.of(.855,.439,.839,1),palegoldenrod:Float32Array.of(.933,.91,.667,1),palegreen:Float32Array.of(.596,.984,.596,1),paleturquoise:Float32Array.of(.686,.933,.933,1),palevioletred:Float32Array.of(.859,.439,.576,1),papayawhip:Float32Array.of(1,.937,.835,1), -peachpuff:Float32Array.of(1,.855,.725,1),peru:Float32Array.of(.804,.522,.247,1),pink:Float32Array.of(1,.753,.796,1),plum:Float32Array.of(.867,.627,.867,1),powderblue:Float32Array.of(.69,.878,.902,1),purple:Float32Array.of(.502,0,.502,1),rebeccapurple:Float32Array.of(.4,.2,.6,1),red:Float32Array.of(1,0,0,1),rosybrown:Float32Array.of(.737,.561,.561,1),royalblue:Float32Array.of(.255,.412,.882,1),saddlebrown:Float32Array.of(.545,.271,.075,1),salmon:Float32Array.of(.98,.502,.447,1),sandybrown:Float32Array.of(.957, -.643,.376,1),seagreen:Float32Array.of(.18,.545,.341,1),seashell:Float32Array.of(1,.961,.933,1),sienna:Float32Array.of(.627,.322,.176,1),silver:Float32Array.of(.753,.753,.753,1),skyblue:Float32Array.of(.529,.808,.922,1),slateblue:Float32Array.of(.416,.353,.804,1),slategray:Float32Array.of(.439,.502,.565,1),slategrey:Float32Array.of(.439,.502,.565,1),snow:Float32Array.of(1,.98,.98,1),springgreen:Float32Array.of(0,1,.498,1),steelblue:Float32Array.of(.275,.51,.706,1),tan:Float32Array.of(.824,.706,.549, -1),teal:Float32Array.of(0,.502,.502,1),thistle:Float32Array.of(.847,.749,.847,1),tomato:Float32Array.of(1,.388,.278,1),transparent:Float32Array.of(0,0,0,0),turquoise:Float32Array.of(.251,.878,.816,1),violet:Float32Array.of(.933,.51,.933,1),wheat:Float32Array.of(.961,.871,.702,1),white:Float32Array.of(1,1,1,1),whitesmoke:Float32Array.of(.961,.961,.961,1),yellow:Float32Array.of(1,1,0,1),yellowgreen:Float32Array.of(.604,.804,.196,1)};a._testing.parseColor=g;a._testing.colorToString=d;var Aa=RegExp("(italic|oblique|normal|)\\s*(small-caps|normal|)\\s*(bold|bolder|lighter|[1-9]00|normal|)\\s*([\\d\\.]+)(px|pt|pc|in|cm|mm|%|em|ex|ch|rem|q)(.+)"), -ea={"Noto Mono":{"*":null},monospace:{"*":null}};a._testing.parseFontString=m;a.MakeCanvas=function(F,k){return(F=a.MakeSurface(F,k))?new y(F):null};a.ImageData=function(){if(2===arguments.length){var F=arguments[0],k=arguments[1];return new I(new Uint8ClampedArray(4*F*k),F,k)}if(3===arguments.length){var p=arguments[0];if(p.prototype.constructor!==Uint8ClampedArray)throw"bytes must be given as a Uint8ClampedArray";F=arguments[1];k=arguments[2];if(p%4)throw"bytes must be given in a multiple of 4"; -if(p%F)throw"bytes must divide evenly by width";if(k&&k!==p/(4*F))throw"invalid height given";return new I(p,F,p/(4*F))}throw"invalid number of arguments - takes 2 or 3, saw "+arguments.length;}})()})(t);var va=da({},t),wa="./this.program",xa=(a,b)=>{throw b;},ya="object"===typeof window,za="function"===typeof importScripts,Ba="object"===typeof process&&"object"===typeof process.versions&&"string"===typeof process.versions.node,Ca="",Da,Ea,Fa,fs,Ga,Ja; -if(Ba)Ca=za?require("path").dirname(Ca)+"/":__dirname+"/",Ja=()=>{Ga||(fs=require("fs"),Ga=require("path"))},Da=function(a,b){Ja();a=Ga.normalize(a);return fs.readFileSync(a,b?null:"utf8")},Fa=a=>{a=Da(a,!0);a.buffer||(a=new Uint8Array(a));return a},Ea=(a,b,c)=>{Ja();a=Ga.normalize(a);fs.readFile(a,function(f,h){f?c(f):b(h.buffer)})},1{if(noExitRuntime||0{var b=new XMLHttpRequest;b.open("GET",a, -!1);b.send(null);return b.responseText},za&&(Fa=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),Ea=(a,b,c)=>{var f=new XMLHttpRequest;f.open("GET",a,!0);f.responseType="arraybuffer";f.onload=()=>{200==f.status||0==f.status&&f.response?b(f.response):c()};f.onerror=c;f.send(null)};var Na=t.print||console.log.bind(console),Ma=t.printErr||console.warn.bind(console);da(t,va);va=null;t.thisProgram&&(wa=t.thisProgram); -t.quit&&(xa=t.quit);var Pa=0,Qa;t.wasmBinary&&(Qa=t.wasmBinary);var noExitRuntime=t.noExitRuntime||!0;"object"!==typeof WebAssembly&&Ra("no native wasm support detected");var Sa,Ua=!1,Va="undefined"!==typeof TextDecoder?new TextDecoder("utf8"):void 0; -function Wa(a,b,c){var f=b+c;for(c=b;a[c]&&!(c>=f);)++c;if(16h?f+=String.fromCharCode(h):(h-=65536,f+=String.fromCharCode(55296|h>>10,56320|h&1023))}}else f+=String.fromCharCode(h)}return f}function Xa(a,b){return a?Wa(G,a,b):""} -function sa(a,b,c,f){if(!(0=n){var q=a.charCodeAt(++l);n=65536+((n&1023)<<10)|q&1023}if(127>=n){if(c>=f)break;b[c++]=n}else{if(2047>=n){if(c+1>=f)break;b[c++]=192|n>>6}else{if(65535>=n){if(c+2>=f)break;b[c++]=224|n>>12}else{if(c+3>=f)break;b[c++]=240|n>>18;b[c++]=128|n>>12&63}b[c++]=128|n>>6&63}b[c++]=128|n&63}}b[c]=0;return c-h} -function ra(a){for(var b=0,c=0;c=f&&(f=65536+((f&1023)<<10)|a.charCodeAt(++c)&1023);127>=f?++b:b=2047>=f?b+2:65535>=f?b+3:b+4}return b}var Ya="undefined"!==typeof TextDecoder?new TextDecoder("utf-16le"):void 0;function ab(a,b){var c=a>>1;for(var f=c+b/2;!(c>=f)&&bb[c];)++c;c<<=1;if(32=b/2);++f){var h=cb[a+2*f>>1];if(0==h)break;c+=String.fromCharCode(h)}return c} -function db(a,b,c){void 0===c&&(c=2147483647);if(2>c)return 0;c-=2;var f=b;c=c<2*a.length?c/2:a.length;for(var h=0;h>1]=a.charCodeAt(h),b+=2;cb[b>>1]=0;return b-f}function eb(a){return 2*a.length}function jb(a,b){for(var c=0,f="";!(c>=b/4);){var h=O[a+4*c>>2];if(0==h)break;++c;65536<=h?(h-=65536,f+=String.fromCharCode(55296|h>>10,56320|h&1023)):f+=String.fromCharCode(h)}return f} -function kb(a,b,c){void 0===c&&(c=2147483647);if(4>c)return 0;var f=b;c=f+c-4;for(var h=0;h=l){var n=a.charCodeAt(++h);l=65536+((l&1023)<<10)|n&1023}O[b>>2]=l;b+=4;if(b+4>c)break}O[b>>2]=0;return b-f}function lb(a){for(var b=0,c=0;c=f&&++c;b+=4}return b}var mb,nb,G,cb,bb,O,ob,U,pb; -function qb(){var a=Sa.buffer;mb=a;t.HEAP8=nb=new Int8Array(a);t.HEAP16=cb=new Int16Array(a);t.HEAP32=O=new Int32Array(a);t.HEAPU8=G=new Uint8Array(a);t.HEAPU16=bb=new Uint16Array(a);t.HEAPU32=ob=new Uint32Array(a);t.HEAPF32=U=new Float32Array(a);t.HEAPF64=pb=new Float64Array(a)}var rb,sb=[],tb=[],ub=[],La=0;function vb(){var a=t.preRun.shift();sb.unshift(a)}var wb=0,xb=null,zb=null;t.preloadedImages={};t.preloadedAudios={}; -function Ra(a){if(t.onAbort)t.onAbort(a);a="Aborted("+a+")";Ma(a);Ua=!0;a=new WebAssembly.RuntimeError(a+". Build with -s ASSERTIONS=1 for more info.");ha(a);throw a;}function Ab(){return Bb.startsWith("data:application/octet-stream;base64,")}var Bb;Bb="canvaskit.wasm";if(!Ab()){var Cb=Bb;Bb=t.locateFile?t.locateFile(Cb,Ca):Ca+Cb}function Db(){var a=Bb;try{if(a==Bb&&Qa)return new Uint8Array(Qa);if(Fa)return Fa(a);throw"both async and sync fetching of the wasm failed";}catch(b){Ra(b)}} -function Eb(){if(!Qa&&(ya||za)){if("function"===typeof fetch&&!Bb.startsWith("file://"))return fetch(Bb,{credentials:"same-origin"}).then(function(a){if(!a.ok)throw"failed to load wasm binary file at '"+Bb+"'";return a.arrayBuffer()}).catch(function(){return Db()});if(Ea)return new Promise(function(a,b){Ea(Bb,function(c){a(new Uint8Array(c))},b)})}return Promise.resolve().then(function(){return Db()})} -function Fb(a){for(;0>2]=b};this.jg=function(b){O[this.Qd+8>>2]=b};this.kg=function(){O[this.Qd>>2]=0};this.ig=function(){nb[this.Qd+12>>0]=0};this.lg=function(){nb[this.Qd+13>>0]=0};this.Xf=function(b,c){this.mg(b);this.jg(c);this.kg();this.ig();this.lg()}}var Ib=0,Jb={},Kb=[null,[],[]],Lb={},Mb={};function Nb(a){for(;a.length;){var b=a.pop();a.pop()(b)}}function Ob(a){return this.fromWireType(ob[a>>2])}var Pb={},Qb={},Rb={}; -function Sb(a){if(void 0===a)return"_unknown";a=a.replace(/[^a-zA-Z0-9_]/g,"$");var b=a.charCodeAt(0);return 48<=b&&57>=b?"_"+a:a}function Tb(a,b){a=Sb(a);return function(){null;return b.apply(this,arguments)}} -function Ub(a){var b=Error,c=Tb(a,function(f){this.name=a;this.message=f;f=Error(f).stack;void 0!==f&&(this.stack=this.toString()+"\n"+f.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 Vb=void 0;function Wb(a){throw new Vb(a);} -function Xb(a,b,c){function f(q){q=c(q);q.length!==a.length&&Wb("Mismatched type converter count");for(var w=0;wb,a;jc=new FinalizationGroup(function(b){for(var c=b.next();!c.done;c=b.next())c=c.value,c.Qd?lc(c):console.warn("object already deleted: "+c.Qd)});mc=b=>{jc.register(b,b.Ld,b.Ld);return b};kc=b=>{jc.unregister(b.Ld)};return mc(a)}var nc=void 0,oc=[];function pc(){for(;oc.length;){var a=oc.pop();a.Ld.De=!1;a["delete"]()}}function qc(){} -var rc={};function sc(a,b,c){if(void 0===a[b].Zd){var f=a[b];a[b]=function(){a[b].Zd.hasOwnProperty(arguments.length)||X("Function '"+c+"' called with an invalid number of arguments ("+arguments.length+") - expects one of ("+a[b].Zd+")!");return a[b].Zd[arguments.length].apply(this,arguments)};a[b].Zd=[];a[b].Zd[f.Be]=f}} -function tc(a,b,c){t.hasOwnProperty(a)?((void 0===c||void 0!==t[a].Zd&&void 0!==t[a].Zd[c])&&X("Cannot register public name '"+a+"' twice"),sc(t,a,a),t.hasOwnProperty(c)&&X("Cannot register multiple overloads of a function with the same number of arguments ("+c+")!"),t[a].Zd[c]=b):(t[a]=b,void 0!==c&&(t[a].Fg=c))}function uc(a,b,c,f,h,l,n,q){this.name=a;this.constructor=b;this.Ee=c;this.le=f;this.ie=h;this.Pf=l;this.Pe=n;this.Jf=q;this.fg=[]} -function vc(a,b,c){for(;b!==c;)b.Pe||X("Expected null or instance of "+c.name+", got an instance of "+b.name),a=b.Pe(a),b=b.ie;return a}function wc(a,b){if(null===b)return this.gf&&X("null is not a valid "+this.name),0;b.Ld||X('Cannot pass "'+xc(b)+'" as a '+this.name);b.Ld.Qd||X("Cannot pass deleted object as a pointer of type "+this.name);return vc(b.Ld.Qd,b.Ld.Xd.Sd,this.Sd)} -function yc(a,b){if(null===b){this.gf&&X("null is not a valid "+this.name);if(this.Ue){var c=this.hf();null!==a&&a.push(this.le,c);return c}return 0}b.Ld||X('Cannot pass "'+xc(b)+'" as a '+this.name);b.Ld.Qd||X("Cannot pass deleted object as a pointer of type "+this.name);!this.Te&&b.Ld.Xd.Te&&X("Cannot convert argument of type "+(b.Ld.ge?b.Ld.ge.name:b.Ld.Xd.name)+" to parameter type "+this.name);c=vc(b.Ld.Qd,b.Ld.Xd.Sd,this.Sd);if(this.Ue)switch(void 0===b.Ld.$d&&X("Passing raw pointer to smart pointer is illegal"), -this.qg){case 0:b.Ld.ge===this?c=b.Ld.$d:X("Cannot convert argument of type "+(b.Ld.ge?b.Ld.ge.name:b.Ld.Xd.name)+" to parameter type "+this.name);break;case 1:c=b.Ld.$d;break;case 2:if(b.Ld.ge===this)c=b.Ld.$d;else{var f=b.clone();c=this.gg(c,zc(function(){f["delete"]()}));null!==a&&a.push(this.le,c)}break;default:X("Unsupporting sharing policy")}return c} -function Ac(a,b){if(null===b)return this.gf&&X("null is not a valid "+this.name),0;b.Ld||X('Cannot pass "'+xc(b)+'" as a '+this.name);b.Ld.Qd||X("Cannot pass deleted object as a pointer of type "+this.name);b.Ld.Xd.Te&&X("Cannot convert argument of type "+b.Ld.Xd.name+" to parameter type "+this.name);return vc(b.Ld.Qd,b.Ld.Xd.Sd,this.Sd)}function Bc(a,b,c){if(b===c)return a;if(void 0===c.ie)return null;a=Bc(a,b,c.ie);return null===a?null:c.Jf(a)}var Cc={}; -function Dc(a,b){for(void 0===b&&X("ptr should not be undefined");a.ie;)b=a.Pe(b),a=a.ie;return Cc[b]}function Ec(a,b){b.Xd&&b.Qd||Wb("makeClassHandle requires ptr and ptrType");!!b.ge!==!!b.$d&&Wb("Both smartPtrType and smartPtr must be specified");b.count={value:1};return mc(Object.create(a,{Ld:{value:b}}))} -function Fc(a,b,c,f,h,l,n,q,w,x,J){this.name=a;this.Sd=b;this.gf=c;this.Te=f;this.Ue=h;this.eg=l;this.qg=n;this.vf=q;this.hf=w;this.gg=x;this.le=J;h||void 0!==b.ie?this.toWireType=yc:(this.toWireType=f?wc:Ac,this.fe=null)}function Gc(a,b,c){t.hasOwnProperty(a)||Wb("Replacing nonexistant public symbol");void 0!==t[a].Zd&&void 0!==c?t[a].Zd[c]=b:(t[a]=b,t[a].Be=c)} -function Hc(a,b){var c=[];return function(){c.length=arguments.length;for(var f=0;fl&&X("argTypes array size mismatch! Must at least get return value and 'this' types!");var n=null!==b[1]&&null!==c,q=!1;for(c=1;c>2)+f]);return c}var Xc=[],Yc=[{},{value:void 0},{value:null},{value:!0},{value:!1}];function Zc(a){4>2])};case 3:return function(c){return this.fromWireType(pb[c>>3])};default:throw new TypeError("Unknown float type: "+a);}} -function dd(a,b,c){switch(b){case 0:return c?function(f){return nb[f]}:function(f){return G[f]};case 1:return c?function(f){return cb[f>>1]}:function(f){return bb[f>>1]};case 2:return c?function(f){return O[f>>2]}:function(f){return ob[f>>2]};default:throw new TypeError("Unknown integer type: "+a);}}var ed={};function fd(a){var b=ed[a];return void 0===b?gc(a):b}var gd=[]; -function hd(){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 jd(a){var b=gd.length;gd.push(a);return b}function kd(a,b){for(var c=Array(a),f=0;f>2)+f],"parameter "+f);return c}var ld=[];function md(a){var b=Array(a+1);return function(c,f,h){b[0]=c;for(var l=0;l>2)+l],"parameter "+l);b[l+1]=n.readValueFromPointer(h);h+=n.argPackAdvance}c=new (c.bind.apply(c,b));return zc(c)}}var nd={},od;od=Ba?()=>{var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:()=>performance.now(); -function pd(a){var b=a.getExtension("ANGLE_instanced_arrays");b&&(a.vertexAttribDivisor=function(c,f){b.vertexAttribDivisorANGLE(c,f)},a.drawArraysInstanced=function(c,f,h,l){b.drawArraysInstancedANGLE(c,f,h,l)},a.drawElementsInstanced=function(c,f,h,l,n){b.drawElementsInstancedANGLE(c,f,h,l,n)})} -function qd(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 rd(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,f){b.drawBuffersWEBGL(c,f)})} -var sd=1,td=[],ud=[],vd=[],wd=[],la=[],xd=[],yd=[],qa=[],zd=[],Ad=[],Bd={},Cd={},Dd=4;function Ed(a){Hd||(Hd=a)}function ka(a){for(var b=sd++,c=a.length;ca.version||!b.qf)b.qf=b.getExtension("EXT_disjoint_timer_query");b.Eg=b.getExtension("WEBGL_multi_draw");(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}} -var v,Hd,Kd=[];function Ld(a,b,c,f){for(var h=0;h>2]=n}} -function Md(a,b){if(b){var c=void 0;switch(a){case 36346:c=1;break;case 36344:return;case 34814:case 36345:c=0;break;case 34466:var f=Y.getParameter(34467);c=f?f.length:0;break;case 33309:if(2>v.version){Ed(1282);return}c=2*(Y.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>v.version){Ed(1280);return}c=33307==a?3:0}if(void 0===c)switch(f=Y.getParameter(a),typeof f){case "number":c=f;break;case "boolean":c=f?1:0;break;case "string":Ed(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:c= -0;break;default:Ed(1280);return}else{if(f instanceof Float32Array||f instanceof Uint32Array||f instanceof Int32Array||f instanceof Array){for(a=0;a>2]=f[a];return}try{c=f.name|0}catch(h){Ed(1280);Ma("GL_INVALID_ENUM in glGet0v: Unknown object returned from WebGL getParameter("+a+")! (error: "+h+")");return}}break;default:Ed(1280);Ma("GL_INVALID_ENUM in glGet0v: Native code calling glGet0v("+a+") and it returns "+f+" of type "+typeof f+"!");return}O[b>>2]=c}else Ed(1281)} -function Nd(a){var b=ra(a)+1,c=Od(b);sa(a,G,c,b);return c}function Pd(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function Qd(a){a-=5120;return 0==a?nb:1==a?G:2==a?cb:4==a?O:6==a?U:5==a||28922==a||28520==a||30779==a||30782==a?ob:bb}function Rd(a,b,c,f,h){a=Qd(a);var l=31-Math.clz32(a.BYTES_PER_ELEMENT),n=Dd;return a.subarray(h>>l,h+f*(c*({5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4}[b-6402]||1)*(1<>l)} -function Z(a){var b=Y.Gf;if(b){var c=b.Oe[a];"number"===typeof c&&(b.Oe[a]=c=Y.getUniformLocation(b,b.wf[a]+(0oa?-1:0=n(S,A)?0>=n(L,A)?A.getFullYear()+1:A.getFullYear():A.getFullYear()-1}var x=O[f+40>>2];f={yg:O[f>>2],xg:O[f+4>>2],Ye:O[f+8>>2],Ne:O[f+12>>2],Fe:O[f+16>>2],be:O[f+20>>2],Ze:O[f+24>>2],$e:O[f+28>>2],Ig:O[f+32>>2],wg:O[f+ -36>>2],zg:x?Xa(x):""};c=Xa(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 J in x)c=c.replace(new RegExp(J,"g"),x[J]);var K="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "), -Q="January February March April May June July August September October November December".split(" ");x={"%a":function(A){return K[A.Ze].substring(0,3)},"%A":function(A){return K[A.Ze]},"%b":function(A){return Q[A.Fe].substring(0,3)},"%B":function(A){return Q[A.Fe]},"%C":function(A){return l((A.be+1900)/100|0,2)},"%d":function(A){return l(A.Ne,2)},"%e":function(A){return h(A.Ne,2," ")},"%g":function(A){return w(A).toString().substring(2)},"%G":function(A){return w(A)},"%H":function(A){return l(A.Ye, -2)},"%I":function(A){A=A.Ye;0==A?A=12:12A.Ye?"AM":"PM"},"%S":function(A){return l(A.yg,2)},"%t":function(){return"\t"},"%u":function(A){return A.Ze||7},"%U":function(A){var L=new Date(A.be+1900,0,1),S=0===L.getDay()?L:ae(L,7-L.getDay());A=new Date(A.be+1900,A.Fe,A.Ne);return 0> -n(S,A)?l(Math.ceil((31-S.getDate()+(Yd(Xd(A.getFullYear())?Zd:$d,A.getMonth()-1)-31)+A.getDate())/7),2):0===n(S,L)?"01":"00"},"%V":function(A){var L=new Date(A.be+1901,0,4),S=q(new Date(A.be+1900,0,4));L=q(L);var T=ae(new Date(A.be+1900,0,1),A.$e);return 0>n(T,S)?"53":0>=n(L,T)?"01":l(Math.ceil((S.getFullYear()n(S,A)?l(Math.ceil((31-S.getDate()+(Yd(Xd(A.getFullYear())?Zd:$d,A.getMonth()-1)-31)+A.getDate())/7),2):0===n(S,L)?"01":"00"},"%y":function(A){return(A.be+1900).toString().substring(2)},"%Y":function(A){return A.be+1900},"%z":function(A){A=A.wg;var L=0<=A;A=Math.abs(A)/60;return(L?"+":"-")+String("0000"+(A/60*100+A%60)).slice(-4)},"%Z":function(A){return A.zg},"%%":function(){return"%"}};for(J in x)c.includes(J)&&(c=c.replace(new RegExp(J,"g"),x[J](f)));J=ce(c); -if(J.length>b)return 0;nb.set(J,a);return J.length-1}Vb=t.InternalError=Ub("InternalError");for(var de=Array(256),ee=0;256>ee;++ee)de[ee]=String.fromCharCode(ee);fc=de;hc=t.BindingError=Ub("BindingError");qc.prototype.isAliasOf=function(a){if(!(this instanceof qc&&a instanceof qc))return!1;var b=this.Ld.Xd.Sd,c=this.Ld.Qd,f=a.Ld.Xd.Sd;for(a=a.Ld.Qd;b.ie;)c=b.Pe(c),b=b.ie;for(;f.ie;)a=f.Pe(a),f=f.ie;return b===f&&c===a}; -qc.prototype.clone=function(){this.Ld.Qd||ic(this);if(this.Ld.Me)return this.Ld.count.value+=1,this;var a=mc,b=Object,c=b.create,f=Object.getPrototypeOf(this),h=this.Ld;a=a(c.call(b,f,{Ld:{value:{count:h.count,De:h.De,Me:h.Me,Qd:h.Qd,Xd:h.Xd,$d:h.$d,ge:h.ge}}}));a.Ld.count.value+=1;a.Ld.De=!1;return a};qc.prototype["delete"]=function(){this.Ld.Qd||ic(this);this.Ld.De&&!this.Ld.Me&&X("Object already scheduled for deletion");kc(this);lc(this.Ld);this.Ld.Me||(this.Ld.$d=void 0,this.Ld.Qd=void 0)}; -qc.prototype.isDeleted=function(){return!this.Ld.Qd};qc.prototype.deleteLater=function(){this.Ld.Qd||ic(this);this.Ld.De&&!this.Ld.Me&&X("Object already scheduled for deletion");oc.push(this);1===oc.length&&nc&&nc(pc);this.Ld.De=!0;return this};Fc.prototype.Qf=function(a){this.vf&&(a=this.vf(a));return a};Fc.prototype.nf=function(a){this.le&&this.le(a)};Fc.prototype.argPackAdvance=8;Fc.prototype.readValueFromPointer=Ob;Fc.prototype.deleteObject=function(a){if(null!==a)a["delete"]()}; -Fc.prototype.fromWireType=function(a){function b(){return this.Ue?Ec(this.Sd.Ee,{Xd:this.eg,Qd:c,ge:this,$d:a}):Ec(this.Sd.Ee,{Xd:this,Qd:a})}var c=this.Qf(a);if(!c)return this.nf(a),null;var f=Dc(this.Sd,c);if(void 0!==f){if(0===f.Ld.count.value)return f.Ld.Qd=c,f.Ld.$d=a,f.clone();f=f.clone();this.nf(a);return f}f=this.Sd.Pf(c);f=rc[f];if(!f)return b.call(this);f=this.Te?f.Ef:f.pointerType;var h=Bc(c,this.Sd,f.Sd);return null===h?b.call(this):this.Ue?Ec(f.Sd.Ee,{Xd:f,Qd:h,ge:this,$d:a}):Ec(f.Sd.Ee, -{Xd:f,Qd:h})};t.getInheritedInstanceCount=function(){return Object.keys(Cc).length};t.getLiveInheritedInstances=function(){var a=[],b;for(b in Cc)Cc.hasOwnProperty(b)&&a.push(Cc[b]);return a};t.flushPendingDeletes=pc;t.setDelayFunction=function(a){nc=a;oc.length&&nc&&nc(pc)};Qc=t.UnboundTypeError=Ub("UnboundTypeError");t.count_emval_handles=function(){for(var a=0,b=5;bfe;++fe)Kd.push(Array(fe));var ge=new Float32Array(288);for(fe=0;288>fe;++fe)Sd[fe]=ge.subarray(0,fe+1);var he=new Int32Array(288);for(fe=0;288>fe;++fe)Td[fe]=he.subarray(0,fe+1);function ce(a){var b=Array(ra(a)+1);sa(a,b,0,b.length);return b} -var ze={Lb:function(a){return Od(a+16)+16},Eb:function(a,b,c){(new Hb(a)).Xf(b,c);Ib++;throw a;},P:function(){return 0},zb:function(){},xb:function(){},Cb:function(){return 0},wb:function(){},tb:function(a,b,c,f,h,l){l<<=12;if(0!==(f&16)&&0!==a%65536)b=-28;else if(0!==(f&32)){a=65536*Math.ceil(b/65536);var n=ie(65536,a);n?(G.fill(0,n,n+a),a=n):a=0;a?(Jb[a]={cg:a,bg:b,Df:!0,fd:h,Gg:c,flags:f,offset:l},b=a):b=-48}else b=-52;return b},sb:function(a,b){var c=Jb[a];0!==b&&c?(b===c.bg&&(Jb[a]=null,c.Df&& -Tc(c.cg)),a=0):a=-28;return a},Q:function(){},yb:function(){},x:function(a){var b=Mb[a];delete Mb[a];var c=b.hf,f=b.le,h=b.rf,l=h.map(function(n){return n.Uf}).concat(h.map(function(n){return n.og}));Xb([a],l,function(n){var q={};h.forEach(function(w,x){var J=n[x],K=w.Sf,Q=w.Tf,A=n[x+h.length],L=w.ng,S=w.pg;q[w.Lf]={read:function(T){return J.fromWireType(K(Q,T))},write:function(T,oa){var ta=[];L(S,T,A.toWireType(ta,oa));Nb(ta)}}});return[{name:b.name,fromWireType:function(w){var x={},J;for(J in q)x[J]= -q[J].read(w);f(w);return x},toWireType:function(w,x){for(var J in q)if(!(J in x))throw new TypeError('Missing field: "'+J+'"');var K=c();for(J in q)q[J].write(K,x[J]);null!==w&&w.push(f,K);return K},argPackAdvance:8,readValueFromPointer:Ob,fe:f}]})},mb:function(){},Fb:function(a,b,c,f,h){var l=ec(c);b=gc(b);dc(a,{name:b,fromWireType:function(n){return!!n},toWireType:function(n,q){return q?f:h},argPackAdvance:8,readValueFromPointer:function(n){if(1===c)var q=nb;else if(2===c)q=cb;else if(4===c)q= -O;else throw new TypeError("Unknown boolean type size: "+b);return this.fromWireType(q[n>>l])},fe:null})},l:function(a,b,c,f,h,l,n,q,w,x,J,K,Q){J=gc(J);l=Pc(h,l);q&&(q=Pc(n,q));x&&(x=Pc(w,x));Q=Pc(K,Q);var A=Sb(J);tc(A,function(){Uc("Cannot construct "+J+" due to unbound types",[f])});Xb([a,b,c],f?[f]:[],function(L){L=L[0];if(f){var S=L.Sd;var T=S.Ee}else T=qc.prototype;L=Tb(A,function(){if(Object.getPrototypeOf(this)!==oa)throw new hc("Use 'new' to construct "+J);if(void 0===ta.oe)throw new hc(J+ -" has no accessible constructor");var hb=ta.oe[arguments.length];if(void 0===hb)throw new hc("Tried to invoke ctor of "+J+" with invalid number of parameters ("+arguments.length+") - expected ("+Object.keys(ta.oe).toString()+") parameters instead!");return hb.apply(this,arguments)});var oa=Object.create(T,{constructor:{value:L}});L.prototype=oa;var ta=new uc(J,L,oa,Q,S,l,q,x);S=new Fc(J,ta,!0,!1,!1);T=new Fc(J+"*",ta,!1,!1,!1);var gb=new Fc(J+" const*",ta,!1,!0,!1);rc[a]={pointerType:T,Ef:gb};Gc(A, -L);return[S,T,gb]})},e:function(a,b,c,f,h,l,n){var q=Wc(c,f);b=gc(b);l=Pc(h,l);Xb([],[a],function(w){function x(){Uc("Cannot call "+J+" due to unbound types",q)}w=w[0];var J=w.name+"."+b;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);var K=w.Sd.constructor;void 0===K[b]?(x.Be=c-1,K[b]=x):(sc(K,b,J),K[b].Zd[c-1]=x);Xb([],q,function(Q){Q=[Q[0],null].concat(Q.slice(1));Q=Vc(J,Q,null,l,n);void 0===K[b].Zd?(Q.Be=c-1,K[b]=Q):K[b].Zd[c-1]=Q;return[]});return[]})},u:function(a,b,c,f,h,l){0{Uc("Cannot construct "+q.name+" due to unbound types",n)};Xb([],n,function(x){x.splice(1,0,null);q.Sd.oe[b-1]=Vc(w,x,null,h, -l);return[]});return[]})},d:function(a,b,c,f,h,l,n,q){var w=Wc(c,f);b=gc(b);l=Pc(h,l);Xb([],[a],function(x){function J(){Uc("Cannot call "+K+" due to unbound types",w)}x=x[0];var K=x.name+"."+b;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);q&&x.Sd.fg.push(b);var Q=x.Sd.Ee,A=Q[b];void 0===A||void 0===A.Zd&&A.className!==x.name&&A.Be===c-2?(J.Be=c-2,J.className=x.name,Q[b]=J):(sc(Q,b,K),Q[b].Zd[c-2]=J);Xb([],w,function(L){L=Vc(K,L,x,l,n);void 0===Q[b].Zd?(L.Be=c-2,Q[b]=L):Q[b].Zd[c-2]=L;return[]}); -return[]})},V:function(a,b,c){a=gc(a);Xb([],[b],function(f){f=f[0];t[a]=f.fromWireType(c);return[]})},Db:function(a,b){b=gc(b);dc(a,{name:b,fromWireType:function(c){var f=$c(c);Zc(c);return f},toWireType:function(c,f){return zc(f)},argPackAdvance:8,readValueFromPointer:Ob,fe:null})},k:function(a,b,c,f){function h(){}c=ec(c);b=gc(b);h.values={};dc(a,{name:b,constructor:h,fromWireType:function(l){return this.constructor.values[l]},toWireType:function(l,n){return n.value},argPackAdvance:8,readValueFromPointer:ad(b, -c,f),fe:null});tc(b,h)},j:function(a,b,c){var f=bd(a,"enum");b=gc(b);a=f.constructor;f=Object.create(f.constructor.prototype,{value:{value:c},constructor:{value:Tb(f.name+"_"+b,function(){})}});a.values[c]=f;a[b]=f},S:function(a,b,c){c=ec(c);b=gc(b);dc(a,{name:b,fromWireType:function(f){return f},toWireType:function(f,h){return h},argPackAdvance:8,readValueFromPointer:cd(b,c),fe:null})},t:function(a,b,c,f,h,l){var n=Wc(b,c);a=gc(a);h=Pc(f,h);tc(a,function(){Uc("Cannot call "+a+" due to unbound types", -n)},b-1);Xb([],n,function(q){q=[q[0],null].concat(q.slice(1));Gc(a,Vc(a,q,null,h,l),b-1);return[]})},w:function(a,b,c,f,h){b=gc(b);-1===h&&(h=4294967295);h=ec(c);var l=q=>q;if(0===f){var n=32-8*c;l=q=>q<>>n}c=b.includes("unsigned")?function(q,w){return w>>>0}:function(q,w){return w};dc(a,{name:b,fromWireType:l,toWireType:c,argPackAdvance:8,readValueFromPointer:dd(b,h,0!==f),fe:null})},p:function(a,b,c){function f(l){l>>=2;var n=ob;return new h(mb,n[l+1],n[l])}var h=[Int8Array,Uint8Array,Int16Array, -Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=gc(c);dc(a,{name:c,fromWireType:f,argPackAdvance:8,readValueFromPointer:f},{Wf:!0})},o:function(a,b,c,f,h,l,n,q,w,x,J,K){c=gc(c);l=Pc(h,l);q=Pc(n,q);x=Pc(w,x);K=Pc(J,K);Xb([a],[b],function(Q){Q=Q[0];return[new Fc(c,Q.Sd,!1,!1,!0,Q,f,l,q,x,K)]})},R:function(a,b){b=gc(b);var c="std::string"===b;dc(a,{name:b,fromWireType:function(f){var h=ob[f>>2];if(c)for(var l=f+4,n=0;n<=h;++n){var q=f+4+n;if(n==h||0==G[q]){l=Xa(l,q-l);if(void 0=== -w)var w=l;else w+=String.fromCharCode(0),w+=l;l=q+1}}else{w=Array(h);for(n=0;nra(h):()=>h.length)(),q=Od(4+n+1);ob[q>>2]=n;if(c&&l)sa(h,G,q+4,n+1);else if(l)for(l=0;lbb;var q=1}else 4===b&&(f=jb,h=kb,l=lb,n=()=>ob,q=2);dc(a,{name:c,fromWireType:function(w){for(var x=ob[w>>2],J=n(),K,Q=w+4,A=0;A<=x;++A){var L=w+4+A*b;if(A==x||0==J[L>>q])Q=f(Q,L-Q),void 0===K?K=Q:(K+=String.fromCharCode(0), -K+=Q),Q=L+b}Tc(w);return K},toWireType:function(w,x){"string"!==typeof x&&X("Cannot pass non-string to C++ string type "+c);var J=l(x),K=Od(4+J+b);ob[K>>2]=J>>q;h(x,K+4,J+b);null!==w&&w.push(Tc,K);return K},argPackAdvance:8,readValueFromPointer:Ob,fe:function(w){Tc(w)}})},y:function(a,b,c,f,h,l){Mb[a]={name:gc(b),hf:Pc(c,f),le:Pc(h,l),rf:[]}},g:function(a,b,c,f,h,l,n,q,w,x){Mb[a].rf.push({Lf:gc(b),Uf:c,Sf:Pc(f,h),Tf:l,og:n,ng:Pc(q,w),pg:x})},Gb:function(a,b){b=gc(b);dc(a,{Zf:!0,name:b,argPackAdvance:0, -fromWireType:function(){},toWireType:function(){}})},pb:function(){throw"longjmp";},A:function(a,b,c){a=$c(a);b=bd(b,"emval::as");var f=[],h=zc(f);O[c>>2]=h;return b.toWireType(f,a)},M:function(a,b,c,f,h){a=gd[a];b=$c(b);c=fd(c);var l=[];O[f>>2]=zc(l);return a(b,c,l,h)},B:function(a,b,c,f){a=gd[a];b=$c(b);c=fd(c);a(b,c,null,f)},D:Zc,Bb:function(a){if(0===a)return zc(hd());a=fd(a);return zc(hd()[a])},z:function(a,b){var c=kd(a,b),f=c[0];b=f.name+"_$"+c.slice(1).map(function(n){return n.name}).join("_")+ -"$";var h=ld[b];if(void 0!==h)return h;var l=Array(a-1);h=jd((n,q,w,x)=>{for(var J=0,K=0;K>2]=28,-1;O[b>>2]=a/1E3|0;O[b+4>>2]=a%1E3*1E6|0;return 0},_c:function(a){Y.activeTexture(a)},$c:function(a,b){Y.attachShader(ud[a],xd[b])},ad:function(a,b,c){Y.bindAttribLocation(ud[a], -b,Xa(c))},Y:function(a,b){35051==a?Y.ff=b:35052==a&&(Y.Ce=b);Y.bindBuffer(a,td[b])},X:function(a,b){Y.bindFramebuffer(a,vd[b])},cc:function(a,b){Y.bindRenderbuffer(a,wd[b])},Qb:function(a,b){Y.bindSampler(a,zd[b])},Z:function(a,b){Y.bindTexture(a,la[b])},wc:function(a){Y.bindVertexArray(yd[a])},zc:function(a){Y.bindVertexArray(yd[a])},_:function(a,b,c,f){Y.blendColor(a,b,c,f)},$:function(a){Y.blendEquation(a)},aa:function(a,b){Y.blendFunc(a,b)},Xb:function(a,b,c,f,h,l,n,q,w,x){Y.blitFramebuffer(a, -b,c,f,h,l,n,q,w,x)},ba:function(a,b,c,f){2<=v.version?c?Y.bufferData(a,G,f,c,b):Y.bufferData(a,b,f):Y.bufferData(a,c?G.subarray(c,c+b):b,f)},ca:function(a,b,c,f){2<=v.version?Y.bufferSubData(a,b,G,f,c):Y.bufferSubData(a,b,G.subarray(f,f+c))},dc:function(a){return Y.checkFramebufferStatus(a)},L:function(a){Y.clear(a)},W:function(a,b,c,f){Y.clearColor(a,b,c,f)},O:function(a){Y.clearStencil(a)},db:function(a,b,c,f){return Y.clientWaitSync(Ad[a],b,(c>>>0)+4294967296*f)},da:function(a,b,c,f){Y.colorMask(!!a, -!!b,!!c,!!f)},ea:function(a){Y.compileShader(xd[a])},fa:function(a,b,c,f,h,l,n,q){2<=v.version?Y.Ce?Y.compressedTexImage2D(a,b,c,f,h,l,n,q):Y.compressedTexImage2D(a,b,c,f,h,l,G,q,n):Y.compressedTexImage2D(a,b,c,f,h,l,q?G.subarray(q,q+n):null)},ga:function(a,b,c,f,h,l,n,q,w){2<=v.version?Y.Ce?Y.compressedTexSubImage2D(a,b,c,f,h,l,n,q,w):Y.compressedTexSubImage2D(a,b,c,f,h,l,n,G,w,q):Y.compressedTexSubImage2D(a,b,c,f,h,l,n,w?G.subarray(w,w+q):null)},ha:function(a,b,c,f,h,l,n,q){Y.copyTexSubImage2D(a, -b,c,f,h,l,n,q)},ia:function(){var a=ka(ud),b=Y.createProgram();b.name=a;b.Xe=b.Ve=b.We=0;b.kf=1;ud[a]=b;return a},ja:function(a){var b=ka(xd);xd[b]=Y.createShader(a);return b},ka:function(a){Y.cullFace(a)},la:function(a,b){for(var c=0;c>2],h=td[f];h&&(Y.deleteBuffer(h),h.name=0,td[f]=null,f==Y.ff&&(Y.ff=0),f==Y.Ce&&(Y.Ce=0))}},ec:function(a,b){for(var c=0;c>2],h=vd[f];h&&(Y.deleteFramebuffer(h),h.name=0,vd[f]=null)}},ma:function(a){if(a){var b=ud[a];b?(Y.deleteProgram(b), -b.name=0,ud[a]=null):Ed(1281)}},fc:function(a,b){for(var c=0;c>2],h=wd[f];h&&(Y.deleteRenderbuffer(h),h.name=0,wd[f]=null)}},Rb:function(a,b){for(var c=0;c>2],h=zd[f];h&&(Y.deleteSampler(h),h.name=0,zd[f]=null)}},na:function(a){if(a){var b=xd[a];b?(Y.deleteShader(b),xd[a]=null):Ed(1281)}},Zb:function(a){if(a){var b=Ad[a];b?(Y.deleteSync(b),b.name=0,Ad[a]=null):Ed(1281)}},oa:function(a,b){for(var c=0;c>2],h=la[f];h&&(Y.deleteTexture(h), -h.name=0,la[f]=null)}},xc:function(a,b){for(var c=0;c>2];Y.deleteVertexArray(yd[f]);yd[f]=null}},Ac:function(a,b){for(var c=0;c>2];Y.deleteVertexArray(yd[f]);yd[f]=null}},pa:function(a){Y.depthMask(!!a)},qa:function(a){Y.disable(a)},ra:function(a){Y.disableVertexAttribArray(a)},sa:function(a,b,c){Y.drawArrays(a,b,c)},uc:function(a,b,c,f){Y.drawArraysInstanced(a,b,c,f)},sc:function(a,b,c,f,h){Y.pf.drawArraysInstancedBaseInstanceWEBGL(a,b,c,f,h)},qc:function(a, -b){for(var c=Kd[a],f=0;f>2];Y.drawBuffers(c)},ta:function(a,b,c,f){Y.drawElements(a,b,c,f)},vc:function(a,b,c,f,h){Y.drawElementsInstanced(a,b,c,f,h)},tc:function(a,b,c,f,h,l,n){Y.pf.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a,b,c,f,h,l,n)},kc:function(a,b,c,f,h,l){Y.drawElements(a,f,h,l)},ua:function(a){Y.enable(a)},va:function(a){Y.enableVertexAttribArray(a)},Vb:function(a,b){return(a=Y.fenceSync(a,b))?(b=ka(Ad),a.name=b,Ad[b]=a,b):0},wa:function(){Y.finish()},xa:function(){Y.flush()}, -gc:function(a,b,c,f){Y.framebufferRenderbuffer(a,b,c,wd[f])},hc:function(a,b,c,f,h){Y.framebufferTexture2D(a,b,c,la[f],h)},ya:function(a){Y.frontFace(a)},za:function(a,b){Ld(a,b,"createBuffer",td)},ic:function(a,b){Ld(a,b,"createFramebuffer",vd)},jc:function(a,b){Ld(a,b,"createRenderbuffer",wd)},Sb:function(a,b){Ld(a,b,"createSampler",zd)},Aa:function(a,b){Ld(a,b,"createTexture",la)},yc:function(a,b){Ld(a,b,"createVertexArray",yd)},Bc:function(a,b){Ld(a,b,"createVertexArray",yd)},_b:function(a){Y.generateMipmap(a)}, -Ba:function(a,b,c){c?O[c>>2]=Y.getBufferParameter(a,b):Ed(1281)},Ca:function(){var a=Y.getError()||Hd;Hd=0;return a},$b:function(a,b,c,f){a=Y.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;O[f>>2]=a},E:function(a,b){Md(a,b)},Da:function(a,b,c,f){a=Y.getProgramInfoLog(ud[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Ea:function(a,b,c){if(c)if(a>=sd)Ed(1281);else if(a=ud[a],35716==b)a=Y.getProgramInfoLog(a), -null===a&&(a="(unknown error)"),O[c>>2]=a.length+1;else if(35719==b){if(!a.Xe)for(b=0;b>2]=a.Xe}else if(35722==b){if(!a.Ve)for(b=0;b>2]=a.Ve}else if(35381==b){if(!a.We)for(b=0;b>2]=a.We}else O[c>>2]=Y.getProgramParameter(a, -b);else Ed(1281)},ac:function(a,b,c){c?O[c>>2]=Y.getRenderbufferParameter(a,b):Ed(1281)},Fa:function(a,b,c,f){a=Y.getShaderInfoLog(xd[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Nb:function(a,b,c,f){a=Y.getShaderPrecisionFormat(a,b);O[c>>2]=a.rangeMin;O[c+4>>2]=a.rangeMax;O[f>>2]=a.precision},Ga:function(a,b,c){c?35716==b?(a=Y.getShaderInfoLog(xd[a]),null===a&&(a="(unknown error)"),O[c>>2]=a?a.length+1:0):35720==b?(a=Y.getShaderSource(xd[a]),O[c>>2]=a?a.length+1:0): -O[c>>2]=Y.getShaderParameter(xd[a],b):Ed(1281)},J:function(a){var b=Bd[a];if(!b){switch(a){case 7939:b=Y.getSupportedExtensions()||[];b=b.concat(b.map(function(f){return"GL_"+f}));b=Nd(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=Y.getParameter(a))||Ed(1280);b=b&&Nd(b);break;case 7938:b=Y.getParameter(7938);b=2<=v.version?"OpenGL ES 3.0 ("+b+")":"OpenGL ES 2.0 ("+b+")";b=Nd(b);break;case 35724:b=Y.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=Nd(b);break;default:Ed(1280)}Bd[a]=b}return b},cb:function(a,b){if(2>v.version)return Ed(1282),0;var c=Cd[a];if(c)return 0>b||b>=c.length?(Ed(1281),0):c[b];switch(a){case 7939:return c=Y.getSupportedExtensions()||[],c=c.concat(c.map(function(f){return"GL_"+f})),c=c.map(function(f){return Nd(f)}),c=Cd[a]=c,0>b||b>=c.length?(Ed(1281),0):c[b];default:return Ed(1280),0}},Ha:function(a,b){b=Xa(b);if(a=ud[a]){var c=a,f=c.Oe, -h=c.xf,l;if(!f)for(c.Oe=f={},c.wf={},l=0;l>>0,h=b.slice(0,l));if((h=a.xf[h])&&f>2];Y.invalidateFramebuffer(a,f)}, -Pb:function(a,b,c,f,h,l,n){for(var q=Kd[b],w=0;w>2];Y.invalidateSubFramebuffer(a,q,f,h,l,n)},Wb:function(a){return Y.isSync(Ad[a])},Ia:function(a){return(a=la[a])?Y.isTexture(a):0},Ja:function(a){Y.lineWidth(a)},La:function(a){a=ud[a];Y.linkProgram(a);a.Oe=0;a.xf={}},oc:function(a,b,c,f,h,l){Y.uf.multiDrawArraysInstancedBaseInstanceWEBGL(a,O,b>>2,O,c>>2,O,f>>2,ob,h>>2,l)},pc:function(a,b,c,f,h,l,n,q){Y.uf.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,O,b>>2,c,O,f>>2, -O,h>>2,O,l>>2,ob,n>>2,q)},Ma:function(a,b){3317==a&&(Dd=b);Y.pixelStorei(a,b)},rc:function(a){Y.readBuffer(a)},Na:function(a,b,c,f,h,l,n){if(2<=v.version)if(Y.ff)Y.readPixels(a,b,c,f,h,l,n);else{var q=Qd(l);Y.readPixels(a,b,c,f,h,l,q,n>>31-Math.clz32(q.BYTES_PER_ELEMENT))}else(n=Rd(l,h,c,f,n))?Y.readPixels(a,b,c,f,h,l,n):Ed(1280)},bc:function(a,b,c,f){Y.renderbufferStorage(a,b,c,f)},Yb:function(a,b,c,f,h){Y.renderbufferStorageMultisample(a,b,c,f,h)},Tb:function(a,b,c){Y.samplerParameteri(zd[a],b, -c)},Ub:function(a,b,c){Y.samplerParameteri(zd[a],b,O[c>>2])},Oa:function(a,b,c,f){Y.scissor(a,b,c,f)},Pa:function(a,b,c,f){for(var h="",l=0;l>2]:-1;h+=Xa(O[c+4*l>>2],0>n?void 0:n)}Y.shaderSource(xd[a],h)},Qa:function(a,b,c){Y.stencilFunc(a,b,c)},Ra:function(a,b,c,f){Y.stencilFuncSeparate(a,b,c,f)},Sa:function(a){Y.stencilMask(a)},Ta:function(a,b){Y.stencilMaskSeparate(a,b)},Ua:function(a,b,c){Y.stencilOp(a,b,c)},Va:function(a,b,c,f){Y.stencilOpSeparate(a,b,c,f)},Wa:function(a, -b,c,f,h,l,n,q,w){if(2<=v.version)if(Y.Ce)Y.texImage2D(a,b,c,f,h,l,n,q,w);else if(w){var x=Qd(q);Y.texImage2D(a,b,c,f,h,l,n,q,x,w>>31-Math.clz32(x.BYTES_PER_ELEMENT))}else Y.texImage2D(a,b,c,f,h,l,n,q,null);else Y.texImage2D(a,b,c,f,h,l,n,q,w?Rd(q,n,f,h,w):null)},Xa:function(a,b,c){Y.texParameterf(a,b,c)},Ya:function(a,b,c){Y.texParameterf(a,b,U[c>>2])},Za:function(a,b,c){Y.texParameteri(a,b,c)},_a:function(a,b,c){Y.texParameteri(a,b,O[c>>2])},lc:function(a,b,c,f,h){Y.texStorage2D(a,b,c,f,h)},$a:function(a, -b,c,f,h,l,n,q,w){if(2<=v.version)if(Y.Ce)Y.texSubImage2D(a,b,c,f,h,l,n,q,w);else if(w){var x=Qd(q);Y.texSubImage2D(a,b,c,f,h,l,n,q,x,w>>31-Math.clz32(x.BYTES_PER_ELEMENT))}else Y.texSubImage2D(a,b,c,f,h,l,n,q,null);else x=null,w&&(x=Rd(q,n,h,l,w)),Y.texSubImage2D(a,b,c,f,h,l,n,q,x)},ab:function(a,b){Y.uniform1f(Z(a),b)},bb:function(a,b,c){if(2<=v.version)Y.uniform1fv(Z(a),U,c>>2,b);else{if(288>=b)for(var f=Sd[b-1],h=0;h>2];else f=U.subarray(c>>2,c+4*b>>2);Y.uniform1fv(Z(a),f)}}, -Wc:function(a,b){Y.uniform1i(Z(a),b)},Xc:function(a,b,c){if(2<=v.version)Y.uniform1iv(Z(a),O,c>>2,b);else{if(288>=b)for(var f=Td[b-1],h=0;h>2];else f=O.subarray(c>>2,c+4*b>>2);Y.uniform1iv(Z(a),f)}},Yc:function(a,b,c){Y.uniform2f(Z(a),b,c)},Zc:function(a,b,c){if(2<=v.version)Y.uniform2fv(Z(a),U,c>>2,2*b);else{if(144>=b)for(var f=Sd[2*b-1],h=0;h<2*b;h+=2)f[h]=U[c+4*h>>2],f[h+1]=U[c+(4*h+4)>>2];else f=U.subarray(c>>2,c+8*b>>2);Y.uniform2fv(Z(a),f)}},Vc:function(a,b,c){Y.uniform2i(Z(a), -b,c)},Uc:function(a,b,c){if(2<=v.version)Y.uniform2iv(Z(a),O,c>>2,2*b);else{if(144>=b)for(var f=Td[2*b-1],h=0;h<2*b;h+=2)f[h]=O[c+4*h>>2],f[h+1]=O[c+(4*h+4)>>2];else f=O.subarray(c>>2,c+8*b>>2);Y.uniform2iv(Z(a),f)}},Tc:function(a,b,c,f){Y.uniform3f(Z(a),b,c,f)},Sc:function(a,b,c){if(2<=v.version)Y.uniform3fv(Z(a),U,c>>2,3*b);else{if(96>=b)for(var f=Sd[3*b-1],h=0;h<3*b;h+=3)f[h]=U[c+4*h>>2],f[h+1]=U[c+(4*h+4)>>2],f[h+2]=U[c+(4*h+8)>>2];else f=U.subarray(c>>2,c+12*b>>2);Y.uniform3fv(Z(a),f)}},Rc:function(a, -b,c,f){Y.uniform3i(Z(a),b,c,f)},Qc:function(a,b,c){if(2<=v.version)Y.uniform3iv(Z(a),O,c>>2,3*b);else{if(96>=b)for(var f=Td[3*b-1],h=0;h<3*b;h+=3)f[h]=O[c+4*h>>2],f[h+1]=O[c+(4*h+4)>>2],f[h+2]=O[c+(4*h+8)>>2];else f=O.subarray(c>>2,c+12*b>>2);Y.uniform3iv(Z(a),f)}},Pc:function(a,b,c,f,h){Y.uniform4f(Z(a),b,c,f,h)},Oc:function(a,b,c){if(2<=v.version)Y.uniform4fv(Z(a),U,c>>2,4*b);else{if(72>=b){var f=Sd[4*b-1],h=U;c>>=2;for(var l=0;l<4*b;l+=4){var n=c+l;f[l]=h[n];f[l+1]=h[n+1];f[l+2]=h[n+2];f[l+3]= -h[n+3]}}else f=U.subarray(c>>2,c+16*b>>2);Y.uniform4fv(Z(a),f)}},Cc:function(a,b,c,f,h){Y.uniform4i(Z(a),b,c,f,h)},Dc:function(a,b,c){if(2<=v.version)Y.uniform4iv(Z(a),O,c>>2,4*b);else{if(72>=b)for(var f=Td[4*b-1],h=0;h<4*b;h+=4)f[h]=O[c+4*h>>2],f[h+1]=O[c+(4*h+4)>>2],f[h+2]=O[c+(4*h+8)>>2],f[h+3]=O[c+(4*h+12)>>2];else f=O.subarray(c>>2,c+16*b>>2);Y.uniform4iv(Z(a),f)}},Ec:function(a,b,c,f){if(2<=v.version)Y.uniformMatrix2fv(Z(a),!!c,U,f>>2,4*b);else{if(72>=b)for(var h=Sd[4*b-1],l=0;l<4*b;l+=4)h[l]= -U[f+4*l>>2],h[l+1]=U[f+(4*l+4)>>2],h[l+2]=U[f+(4*l+8)>>2],h[l+3]=U[f+(4*l+12)>>2];else h=U.subarray(f>>2,f+16*b>>2);Y.uniformMatrix2fv(Z(a),!!c,h)}},Fc:function(a,b,c,f){if(2<=v.version)Y.uniformMatrix3fv(Z(a),!!c,U,f>>2,9*b);else{if(32>=b)for(var h=Sd[9*b-1],l=0;l<9*b;l+=9)h[l]=U[f+4*l>>2],h[l+1]=U[f+(4*l+4)>>2],h[l+2]=U[f+(4*l+8)>>2],h[l+3]=U[f+(4*l+12)>>2],h[l+4]=U[f+(4*l+16)>>2],h[l+5]=U[f+(4*l+20)>>2],h[l+6]=U[f+(4*l+24)>>2],h[l+7]=U[f+(4*l+28)>>2],h[l+8]=U[f+(4*l+32)>>2];else h=U.subarray(f>> -2,f+36*b>>2);Y.uniformMatrix3fv(Z(a),!!c,h)}},Gc:function(a,b,c,f){if(2<=v.version)Y.uniformMatrix4fv(Z(a),!!c,U,f>>2,16*b);else{if(18>=b){var h=Sd[16*b-1],l=U;f>>=2;for(var n=0;n<16*b;n+=16){var q=f+n;h[n]=l[q];h[n+1]=l[q+1];h[n+2]=l[q+2];h[n+3]=l[q+3];h[n+4]=l[q+4];h[n+5]=l[q+5];h[n+6]=l[q+6];h[n+7]=l[q+7];h[n+8]=l[q+8];h[n+9]=l[q+9];h[n+10]=l[q+10];h[n+11]=l[q+11];h[n+12]=l[q+12];h[n+13]=l[q+13];h[n+14]=l[q+14];h[n+15]=l[q+15]}}else h=U.subarray(f>>2,f+64*b>>2);Y.uniformMatrix4fv(Z(a),!!c,h)}}, -Hc:function(a){a=ud[a];Y.useProgram(a);Y.Gf=a},Ic:function(a,b){Y.vertexAttrib1f(a,b)},Jc:function(a,b){Y.vertexAttrib2f(a,U[b>>2],U[b+4>>2])},Kc:function(a,b){Y.vertexAttrib3f(a,U[b>>2],U[b+4>>2],U[b+8>>2])},Lc:function(a,b){Y.vertexAttrib4f(a,U[b>>2],U[b+4>>2],U[b+8>>2],U[b+12>>2])},mc:function(a,b){Y.vertexAttribDivisor(a,b)},nc:function(a,b,c,f,h){Y.vertexAttribIPointer(a,b,c,f,h)},Mc:function(a,b,c,f,h,l){Y.vertexAttribPointer(a,b,c,!!f,h,l)},Nc:function(a,b,c,f){Y.viewport(a,b,c,f)},eb:function(a, -b,c,f){Y.waitSync(Ad[a],b,(c>>>0)+4294967296*f)},qb:function(a){var b=G.length;a>>>=0;if(2147483648=c;c*=2){var f=b*(1+.2/c);f=Math.min(f,a+100663296);f=Math.max(a,f);0>>16);qb();var h=1;break a}catch(l){}h=void 0}if(h)return!0}return!1},ib:function(){return v?v.Vf:0},ub:function(a,b){var c=0;Vd().forEach(function(f,h){var l=b+c;h=O[a+4*h>>2]=l;for(l=0;l>0]=f.charCodeAt(l); -nb[h>>0]=0;c+=f.length+1});return 0},vb:function(a,b){var c=Vd();O[a>>2]=c.length;var f=0;c.forEach(function(h){f+=h.length+1});O[b>>2]=f;return 0},Hb:function(a){if(!(noExitRuntime||0>2]=b;return 0},Ab:function(a,b,c,f){a=Lb.Rf(a);b=Lb.If(a,b,c);O[f>>2]=b;return 0},lb:function(){},N:function(a,b,c,f){for(var h=0,l=0;l>2],q=O[b+4>>2];b+=8;for(var w= -0;w>2]=h;return 0},b:function(){return Pa},i:ke,n:le,f:me,C:ne,Mb:oe,U:pe,T:qe,I:re,m:se,s:te,h:ue,q:ve,Kb:we,Ib:xe,Jb:ye,c:function(a){Pa=a},nb:function(a,b,c,f){return be(a,b,c,f)}}; -(function(){function a(h){t.asm=h.exports;Sa=t.asm.bd;qb();rb=t.asm.dd;tb.unshift(t.asm.cd);wb--;t.monitorRunDependencies&&t.monitorRunDependencies(wb);0==wb&&(null!==xb&&(clearInterval(xb),xb=null),zb&&(h=zb,zb=null,h()))}function b(h){a(h.instance)}function c(h){return Eb().then(function(l){return WebAssembly.instantiate(l,f)}).then(function(l){return l}).then(h,function(l){Ma("failed to asynchronously prepare wasm: "+l);Ra(l)})}var f={a:ze};wb++;t.monitorRunDependencies&&t.monitorRunDependencies(wb); -if(t.instantiateWasm)try{return t.instantiateWasm(f,a)}catch(h){return Ma("Module.instantiateWasm callback failed with error: "+h),!1}(function(){return Qa||"function"!==typeof WebAssembly.instantiateStreaming||Ab()||Bb.startsWith("file://")||"function"!==typeof fetch?c(b):fetch(Bb,{credentials:"same-origin"}).then(function(h){return WebAssembly.instantiateStreaming(h,f).then(b,function(l){Ma("wasm streaming compile failed: "+l);Ma("falling back to ArrayBuffer instantiation");return c(b)})})})().catch(ha); -return{}})();t.___wasm_call_ctors=function(){return(t.___wasm_call_ctors=t.asm.cd).apply(null,arguments)};var Od=t._malloc=function(){return(Od=t._malloc=t.asm.ed).apply(null,arguments)},Tc=t._free=function(){return(Tc=t._free=t.asm.fd).apply(null,arguments)},je=t.___errno_location=function(){return(je=t.___errno_location=t.asm.gd).apply(null,arguments)},Sc=t.___getTypeName=function(){return(Sc=t.___getTypeName=t.asm.hd).apply(null,arguments)}; -t.___embind_register_native_and_builtin_types=function(){return(t.___embind_register_native_and_builtin_types=t.asm.id).apply(null,arguments)};var ie=t._memalign=function(){return(ie=t._memalign=t.asm.jd).apply(null,arguments)},Ae=t._setThrew=function(){return(Ae=t._setThrew=t.asm.kd).apply(null,arguments)},Be=t.stackSave=function(){return(Be=t.stackSave=t.asm.ld).apply(null,arguments)},Ce=t.stackRestore=function(){return(Ce=t.stackRestore=t.asm.md).apply(null,arguments)}; -t.dynCall_iiiji=function(){return(t.dynCall_iiiji=t.asm.nd).apply(null,arguments)};t.dynCall_ji=function(){return(t.dynCall_ji=t.asm.od).apply(null,arguments)};t.dynCall_iiji=function(){return(t.dynCall_iiji=t.asm.pd).apply(null,arguments)};t.dynCall_iijjiii=function(){return(t.dynCall_iijjiii=t.asm.qd).apply(null,arguments)};t.dynCall_iij=function(){return(t.dynCall_iij=t.asm.rd).apply(null,arguments)};t.dynCall_vijjjii=function(){return(t.dynCall_vijjjii=t.asm.sd).apply(null,arguments)}; -t.dynCall_viji=function(){return(t.dynCall_viji=t.asm.td).apply(null,arguments)};t.dynCall_vijiii=function(){return(t.dynCall_vijiii=t.asm.ud).apply(null,arguments)};t.dynCall_viiiiij=function(){return(t.dynCall_viiiiij=t.asm.vd).apply(null,arguments)};t.dynCall_jii=function(){return(t.dynCall_jii=t.asm.wd).apply(null,arguments)};t.dynCall_iiij=function(){return(t.dynCall_iiij=t.asm.xd).apply(null,arguments)};t.dynCall_iiiij=function(){return(t.dynCall_iiiij=t.asm.yd).apply(null,arguments)}; -t.dynCall_viij=function(){return(t.dynCall_viij=t.asm.zd).apply(null,arguments)};t.dynCall_viiij=function(){return(t.dynCall_viiij=t.asm.Ad).apply(null,arguments)};t.dynCall_vij=function(){return(t.dynCall_vij=t.asm.Bd).apply(null,arguments)};t.dynCall_jiiii=function(){return(t.dynCall_jiiii=t.asm.Cd).apply(null,arguments)};t.dynCall_jiiiiii=function(){return(t.dynCall_jiiiiii=t.asm.Dd).apply(null,arguments)};t.dynCall_jiiiiji=function(){return(t.dynCall_jiiiiji=t.asm.Ed).apply(null,arguments)}; -t.dynCall_iijj=function(){return(t.dynCall_iijj=t.asm.Fd).apply(null,arguments)};t.dynCall_jiji=function(){return(t.dynCall_jiji=t.asm.Gd).apply(null,arguments)};t.dynCall_viijii=function(){return(t.dynCall_viijii=t.asm.Hd).apply(null,arguments)};t.dynCall_iiiiij=function(){return(t.dynCall_iiiiij=t.asm.Id).apply(null,arguments)};t.dynCall_iiiiijj=function(){return(t.dynCall_iiiiijj=t.asm.Jd).apply(null,arguments)};t.dynCall_iiiiiijj=function(){return(t.dynCall_iiiiiijj=t.asm.Kd).apply(null,arguments)}; -function ke(a,b){var c=Be();try{return Gb(a)(b)}catch(f){Ce(c);if(f!==f+0&&"longjmp"!==f)throw f;Ae(1,0)}}function le(a,b,c){var f=Be();try{return Gb(a)(b,c)}catch(h){Ce(f);if(h!==h+0&&"longjmp"!==h)throw h;Ae(1,0)}}function ue(a,b,c,f){var h=Be();try{Gb(a)(b,c,f)}catch(l){Ce(h);if(l!==l+0&&"longjmp"!==l)throw l;Ae(1,0)}}function me(a,b,c,f){var h=Be();try{return Gb(a)(b,c,f)}catch(l){Ce(h);if(l!==l+0&&"longjmp"!==l)throw l;Ae(1,0)}} -function se(a,b){var c=Be();try{Gb(a)(b)}catch(f){Ce(c);if(f!==f+0&&"longjmp"!==f)throw f;Ae(1,0)}}function te(a,b,c){var f=Be();try{Gb(a)(b,c)}catch(h){Ce(f);if(h!==h+0&&"longjmp"!==h)throw h;Ae(1,0)}}function oe(a,b,c,f,h,l){var n=Be();try{return Gb(a)(b,c,f,h,l)}catch(q){Ce(n);if(q!==q+0&&"longjmp"!==q)throw q;Ae(1,0)}}function ve(a,b,c,f,h){var l=Be();try{Gb(a)(b,c,f,h)}catch(n){Ce(l);if(n!==n+0&&"longjmp"!==n)throw n;Ae(1,0)}} -function pe(a,b,c,f,h,l,n){var q=Be();try{return Gb(a)(b,c,f,h,l,n)}catch(w){Ce(q);if(w!==w+0&&"longjmp"!==w)throw w;Ae(1,0)}}function ne(a,b,c,f,h){var l=Be();try{return Gb(a)(b,c,f,h)}catch(n){Ce(l);if(n!==n+0&&"longjmp"!==n)throw n;Ae(1,0)}}function we(a,b,c,f,h,l){var n=Be();try{Gb(a)(b,c,f,h,l)}catch(q){Ce(n);if(q!==q+0&&"longjmp"!==q)throw q;Ae(1,0)}}function ye(a,b,c,f,h,l,n,q,w,x){var J=Be();try{Gb(a)(b,c,f,h,l,n,q,w,x)}catch(K){Ce(J);if(K!==K+0&&"longjmp"!==K)throw K;Ae(1,0)}} -function re(a){var b=Be();try{Gb(a)()}catch(c){Ce(b);if(c!==c+0&&"longjmp"!==c)throw c;Ae(1,0)}}function xe(a,b,c,f,h,l,n){var q=Be();try{Gb(a)(b,c,f,h,l,n)}catch(w){Ce(q);if(w!==w+0&&"longjmp"!==w)throw w;Ae(1,0)}}function qe(a,b,c,f,h,l,n,q,w,x){var J=Be();try{return Gb(a)(b,c,f,h,l,n,q,w,x)}catch(K){Ce(J);if(K!==K+0&&"longjmp"!==K)throw K;Ae(1,0)}}var De;function Ka(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}zb=function Ee(){De||Fe();De||(zb=Ee)}; -function Fe(){function a(){if(!De&&(De=!0,t.calledRun=!0,!Ua)){Fb(tb);fa(t);if(t.onRuntimeInitialized)t.onRuntimeInitialized();if(t.postRun)for("function"==typeof t.postRun&&(t.postRun=[t.postRun]);t.postRun.length;){var b=t.postRun.shift();ub.unshift(b)}Fb(ub)}}if(!(0 { - var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; - if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; - return ( -function(CanvasKitInit) { - CanvasKitInit = CanvasKitInit || {}; - -null;var Module=typeof CanvasKitInit!=="undefined"?CanvasKitInit:{};var objAssign=Object.assign;var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(function(resolve,reject){readyPromiseResolve=resolve;readyPromiseReject=reject});function Debug(msg){}var IsDebug=false;(function(CanvasKit){CanvasKit._extraInitializations=CanvasKit._extraInitializations||[];CanvasKit._extraInitializations.push(function(){CanvasKit.MakeSWCanvasSurface=function(idOrElement){var canvas=idOrElement;if(canvas.tagName!=="CANVAS"){canvas=document.getElementById(idOrElement);if(!canvas){throw"Canvas with id "+idOrElement+" was not found"}}var surface=CanvasKit.MakeSurface(canvas.width,canvas.height);if(surface){surface._canvas=canvas}return surface};if(!CanvasKit.MakeCanvasSurface){CanvasKit.MakeCanvasSurface=CanvasKit.MakeSWCanvasSurface}CanvasKit.MakeSurface=function(width,height){var imageInfo={"width":width,"height":height,"colorType":CanvasKit.ColorType.RGBA_8888,"alphaType":CanvasKit.AlphaType.Unpremul,"colorSpace":CanvasKit.ColorSpace.SRGB};var pixelLen=width*height*4;var pixelPtr=CanvasKit._malloc(pixelLen);var surface=CanvasKit.Surface._makeRasterDirect(imageInfo,pixelPtr,width*4);if(surface){surface._canvas=null;surface._width=width;surface._height=height;surface._pixelLen=pixelLen;surface._pixelPtr=pixelPtr;surface.getCanvas().clear(CanvasKit.TRANSPARENT)}return surface};CanvasKit.MakeRasterDirectSurface=function(imageInfo,mallocObj,bytesPerRow){return CanvasKit.Surface._makeRasterDirect(imageInfo,mallocObj["byteOffset"],bytesPerRow)};CanvasKit.Surface.prototype.flush=function(dirtyRect){CanvasKit.setCurrentContext(this._context);this._flush();if(this._canvas){var pixels=new Uint8ClampedArray(CanvasKit.HEAPU8.buffer,this._pixelPtr,this._pixelLen);var imageData=new ImageData(pixels,this._width,this._height);if(!dirtyRect){this._canvas.getContext("2d").putImageData(imageData,0,0)}else{this._canvas.getContext("2d").putImageData(imageData,0,0,dirtyRect[0],dirtyRect[1],dirtyRect[2]-dirtyRect[0],dirtyRect[3]-dirtyRect[1])}}};CanvasKit.Surface.prototype.dispose=function(){if(this._pixelPtr){CanvasKit._free(this._pixelPtr)}this.delete()};CanvasKit.setCurrentContext=CanvasKit.setCurrentContext||function(){}})})(Module);(function(CanvasKit){CanvasKit._extraInitializations=CanvasKit._extraInitializations||[];CanvasKit._extraInitializations.push(function(){function get(obj,attr,defaultValue){if(obj&&obj.hasOwnProperty(attr)){return obj[attr]}return defaultValue}CanvasKit.GetWebGLContext=function(canvas,attrs){if(!canvas){throw"null canvas passed into makeWebGLContext"}var contextAttributes={"alpha":get(attrs,"alpha",1),"depth":get(attrs,"depth",1),"stencil":get(attrs,"stencil",8),"antialias":get(attrs,"antialias",0),"premultipliedAlpha":get(attrs,"premultipliedAlpha",1),"preserveDrawingBuffer":get(attrs,"preserveDrawingBuffer",0),"preferLowPowerToHighPerformance":get(attrs,"preferLowPowerToHighPerformance",0),"failIfMajorPerformanceCaveat":get(attrs,"failIfMajorPerformanceCaveat",0),"enableExtensionsByDefault":get(attrs,"enableExtensionsByDefault",1),"explicitSwapControl":get(attrs,"explicitSwapControl",0),"renderViaOffscreenBackBuffer":get(attrs,"renderViaOffscreenBackBuffer",0)};if(attrs&&attrs["majorVersion"]){contextAttributes["majorVersion"]=attrs["majorVersion"]}else{contextAttributes["majorVersion"]=typeof WebGL2RenderingContext!=="undefined"?2:1}if(contextAttributes["explicitSwapControl"]){throw"explicitSwapControl is not supported"}var handle=GL.createContext(canvas,contextAttributes);if(!handle){return 0}GL.makeContextCurrent(handle);return handle};CanvasKit.deleteContext=function(handle){GL.deleteContext(handle)};CanvasKit._setTextureCleanup({"deleteTexture":function(webglHandle,texHandle){var tex=GL.textures[texHandle];if(tex){GL.getContext(webglHandle).GLctx.deleteTexture(tex)}GL.textures[texHandle]=null}});CanvasKit.MakeGrContext=function(ctx){if(!this.setCurrentContext(ctx)){return null}var grCtx=this._MakeGrContext();if(!grCtx){return null}grCtx._context=ctx;return grCtx};CanvasKit.MakeOnScreenGLSurface=function(grCtx,w,h,colorspace){if(!this.setCurrentContext(grCtx._context)){return null}var surface=this._MakeOnScreenGLSurface(grCtx,w,h,colorspace);if(!surface){return null}surface._context=grCtx._context;return surface};CanvasKit.MakeRenderTarget=function(){var grCtx=arguments[0];if(!this.setCurrentContext(grCtx._context)){return null}var surface;if(arguments.length===3){surface=this._MakeRenderTargetWH(grCtx,arguments[1],arguments[2]);if(!surface){return null}}else if(arguments.length===2){surface=this._MakeRenderTargetII(grCtx,arguments[1]);if(!surface){return null}}else{Debug("Expected 2 or 3 params");return null}surface._context=grCtx._context;return surface};CanvasKit.MakeWebGLCanvasSurface=function(idOrElement,colorSpace,attrs){colorSpace=colorSpace||null;var canvas=idOrElement;var isHTMLCanvas=typeof HTMLCanvasElement!=="undefined"&&canvas instanceof HTMLCanvasElement;var isOffscreenCanvas=typeof OffscreenCanvas!=="undefined"&&canvas instanceof OffscreenCanvas;if(!isHTMLCanvas&&!isOffscreenCanvas){canvas=document.getElementById(idOrElement);if(!canvas){throw"Canvas with id "+idOrElement+" was not found"}}var ctx=this.GetWebGLContext(canvas,attrs);if(!ctx||ctx<0){throw"failed to create webgl context: err "+ctx}var grcontext=this.MakeGrContext(ctx);var surface=this.MakeOnScreenGLSurface(grcontext,canvas.width,canvas.height,colorSpace);if(!surface){Debug("falling back from GPU implementation to a SW based one");var newCanvas=canvas.cloneNode(true);var parent=canvas.parentNode;parent.replaceChild(newCanvas,canvas);newCanvas.classList.add("ck-replaced");return CanvasKit.MakeSWCanvasSurface(newCanvas)}return surface};CanvasKit.MakeCanvasSurface=CanvasKit.MakeWebGLCanvasSurface;function pushTexture(tex){var texHandle=GL.getNewId(GL.textures);GL.textures[texHandle]=tex;return texHandle}CanvasKit.Surface.prototype.makeImageFromTexture=function(tex,info){CanvasKit.setCurrentContext(this._context);var texHandle=pushTexture(tex);var img=this._makeImageFromTexture(this._context,texHandle,info);if(img){img._tex=texHandle}return img};function getHeight(src){return src["naturalHeight"]||src["videoHeight"]||src["displayHeight"]||src["height"]}function getWidth(src){return src["naturalWidth"]||src["videoWidth"]||src["displayWidth"]||src["width"]}CanvasKit.Surface.prototype.makeImageFromTextureSource=function(src,info){if(!info){info={"height":getHeight(src),"width":getWidth(src),"colorType":CanvasKit.ColorType.RGBA_8888,"alphaType":CanvasKit.AlphaType.Unpremul}}if(!info["colorSpace"]){info["colorSpace"]=CanvasKit.ColorSpace.SRGB}if(info["colorType"]!==CanvasKit.ColorType.RGBA_8888){Debug("colorType currently has no impact on makeImageFromTextureSource")}CanvasKit.setCurrentContext(this._context);var glCtx=GL.currentContext.GLctx;var newTex=glCtx.createTexture();glCtx.bindTexture(glCtx.TEXTURE_2D,newTex);if(GL.currentContext.version===2){glCtx.texImage2D(glCtx.TEXTURE_2D,0,glCtx.RGBA,info["width"],info["height"],0,glCtx.RGBA,glCtx.UNSIGNED_BYTE,src)}else{glCtx.texImage2D(glCtx.TEXTURE_2D,0,glCtx.RGBA,glCtx.RGBA,glCtx.UNSIGNED_BYTE,src)}glCtx.bindTexture(glCtx.TEXTURE_2D,null);return this.makeImageFromTexture(newTex,info)};CanvasKit.Surface.prototype.updateTextureFromSource=function(img,src){if(!img._tex){Debug("Image is not backed by a user-provided texture");return}CanvasKit.setCurrentContext(this._context);var glCtx=GL.currentContext.GLctx;var tex=GL.textures[img._tex];glCtx.bindTexture(glCtx.TEXTURE_2D,tex);if(GL.currentContext.version===2){glCtx.texImage2D(glCtx.TEXTURE_2D,0,glCtx.RGBA,getWidth(src),getHeight(src),0,glCtx.RGBA,glCtx.UNSIGNED_BYTE,src)}else{glCtx.texImage2D(glCtx.TEXTURE_2D,0,glCtx.RGBA,glCtx.RGBA,glCtx.UNSIGNED_BYTE,src)}glCtx.bindTexture(glCtx.TEXTURE_2D,null);this._resetContext();GL.textures[img._tex]=null;img._tex=pushTexture(tex);var ii=img.getImageInfo();ii["colorSpace"]=img.getColorSpace();var newImg=this._makeImageFromTexture(this._context,img._tex,ii);var oldPtr=img.$$.ptr;var oldSmartPtr=img.$$.smartPtr;img.$$.ptr=newImg.$$.ptr;img.$$.smartPtr=newImg.$$.smartPtr;newImg.$$.ptr=oldPtr;newImg.$$.smartPtr=oldSmartPtr;newImg.delete();ii["colorSpace"].delete()};CanvasKit.MakeLazyImageFromTextureSource=function(src,info){if(!info){info={"height":getHeight(src),"width":getWidth(src),"colorType":CanvasKit.ColorType.RGBA_8888,"alphaType":CanvasKit.AlphaType.Unpremul}}if(!info["colorSpace"]){info["colorSpace"]=CanvasKit.ColorSpace.SRGB}if(info["colorType"]!==CanvasKit.ColorType.RGBA_8888){Debug("colorType currently has no impact on MakeLazyImageFromTextureSource")}var callbackObj={"makeTexture":function(){var ctx=GL.currentContext;var glCtx=ctx.GLctx;var newTex=glCtx.createTexture();glCtx.bindTexture(glCtx.TEXTURE_2D,newTex);if(ctx.version===2){glCtx.texImage2D(glCtx.TEXTURE_2D,0,glCtx.RGBA,info["width"],info["height"],0,glCtx.RGBA,glCtx.UNSIGNED_BYTE,src)}else{glCtx.texImage2D(glCtx.TEXTURE_2D,0,glCtx.RGBA,glCtx.RGBA,glCtx.UNSIGNED_BYTE,src)}glCtx.bindTexture(glCtx.TEXTURE_2D,null);return pushTexture(newTex)},"freeSrc":function(){}};if(src.constructor.name==="VideoFrame"){callbackObj["freeSrc"]=function(){src.close()}}return CanvasKit.Image._makeFromGenerator(info,callbackObj)};CanvasKit.setCurrentContext=function(ctx){if(!ctx){return false}return GL.makeContextCurrent(ctx)}})})(Module);(function(CanvasKit){CanvasKit.Color=function(r,g,b,a){if(a===undefined){a=1}return CanvasKit.Color4f(clamp(r)/255,clamp(g)/255,clamp(b)/255,a)};CanvasKit.ColorAsInt=function(r,g,b,a){if(a===undefined){a=255}return(clamp(a)<<24|clamp(r)<<16|clamp(g)<<8|clamp(b)<<0&268435455)>>>0};CanvasKit.Color4f=function(r,g,b,a){if(a===undefined){a=1}return Float32Array.of(r,g,b,a)};Object.defineProperty(CanvasKit,"TRANSPARENT",{get:function(){return CanvasKit.Color4f(0,0,0,0)}});Object.defineProperty(CanvasKit,"BLACK",{get:function(){return CanvasKit.Color4f(0,0,0,1)}});Object.defineProperty(CanvasKit,"WHITE",{get:function(){return CanvasKit.Color4f(1,1,1,1)}});Object.defineProperty(CanvasKit,"RED",{get:function(){return CanvasKit.Color4f(1,0,0,1)}});Object.defineProperty(CanvasKit,"GREEN",{get:function(){return CanvasKit.Color4f(0,1,0,1)}});Object.defineProperty(CanvasKit,"BLUE",{get:function(){return CanvasKit.Color4f(0,0,1,1)}});Object.defineProperty(CanvasKit,"YELLOW",{get:function(){return CanvasKit.Color4f(1,1,0,1)}});Object.defineProperty(CanvasKit,"CYAN",{get:function(){return CanvasKit.Color4f(0,1,1,1)}});Object.defineProperty(CanvasKit,"MAGENTA",{get:function(){return CanvasKit.Color4f(1,0,1,1)}});CanvasKit.getColorComponents=function(color){return[Math.floor(color[0]*255),Math.floor(color[1]*255),Math.floor(color[2]*255),color[3]]};CanvasKit.parseColorString=function(colorStr,colorMap){colorStr=colorStr.toLowerCase();if(colorStr.startsWith("#")){var r,g,b,a=255;switch(colorStr.length){case 9:a=parseInt(colorStr.slice(7,9),16);case 7:r=parseInt(colorStr.slice(1,3),16);g=parseInt(colorStr.slice(3,5),16);b=parseInt(colorStr.slice(5,7),16);break;case 5:a=parseInt(colorStr.slice(4,5),16)*17;case 4:r=parseInt(colorStr.slice(1,2),16)*17;g=parseInt(colorStr.slice(2,3),16)*17;b=parseInt(colorStr.slice(3,4),16)*17;break}return CanvasKit.Color(r,g,b,a/255)}else if(colorStr.startsWith("rgba")){colorStr=colorStr.slice(5,-1);var nums=colorStr.split(",");return CanvasKit.Color(+nums[0],+nums[1],+nums[2],valueOrPercent(nums[3]))}else if(colorStr.startsWith("rgb")){colorStr=colorStr.slice(4,-1);var nums=colorStr.split(",");return CanvasKit.Color(+nums[0],+nums[1],+nums[2],valueOrPercent(nums[3]))}else if(colorStr.startsWith("gray(")){}else if(colorStr.startsWith("hsl")){}else if(colorMap){var nc=colorMap[colorStr];if(nc!==undefined){return nc}}Debug("unrecognized color "+colorStr);return CanvasKit.BLACK};function isCanvasKitColor(ob){if(!ob){return false}return ob.constructor===Float32Array&&ob.length===4}function toUint32Color(c){return(clamp(c[3]*255)<<24|clamp(c[0]*255)<<16|clamp(c[1]*255)<<8|clamp(c[2]*255)<<0)>>>0}function assureIntColors(arr){if(wasMalloced(arr)){return arr}else if(arr instanceof Float32Array){var count=Math.floor(arr.length/4);var result=new Uint32Array(count);for(var i=0;icont.length()){cont.delete();cont=meas.next();if(!cont){str=str.substring(0,i);break}dist=width/2}cont.getPosTan(dist,xycs);var cx=xycs[0];var cy=xycs[1];var cosT=xycs[2];var sinT=xycs[3];var adjustedX=cx-width/2*cosT;var adjustedY=cy-width/2*sinT;rsx.push(cosT,sinT,adjustedX,adjustedY);dist+=width/2}var retVal=this.MakeFromRSXform(str,rsx,font);cont&&cont.delete();meas.delete();return retVal};CanvasKit.TextBlob.MakeFromRSXform=function(str,rsxForms,font){var strLen=lengthBytesUTF8(str)+1;var strPtr=CanvasKit._malloc(strLen);stringToUTF8(str,strPtr,strLen);var rPtr=copy1dArray(rsxForms,"HEAPF32");var blob=CanvasKit.TextBlob._MakeFromRSXform(strPtr,strLen-1,rPtr,font);CanvasKit._free(strPtr);if(!blob){Debug('Could not make textblob from string "'+str+'"');return null}return blob};CanvasKit.TextBlob.MakeFromRSXformGlyphs=function(glyphs,rsxForms,font){var glyphPtr=copy1dArray(glyphs,"HEAPU16");var bytesPerGlyph=2;var rPtr=copy1dArray(rsxForms,"HEAPF32");var blob=CanvasKit.TextBlob._MakeFromRSXformGlyphs(glyphPtr,glyphs.length*bytesPerGlyph,rPtr,font);freeArraysThatAreNotMallocedByUsers(glyphPtr,glyphs);if(!blob){Debug('Could not make textblob from glyphs "'+glyphs+'"');return null}return blob};CanvasKit.TextBlob.MakeFromGlyphs=function(glyphs,font){var glyphPtr=copy1dArray(glyphs,"HEAPU16");var bytesPerGlyph=2;var blob=CanvasKit.TextBlob._MakeFromGlyphs(glyphPtr,glyphs.length*bytesPerGlyph,font);freeArraysThatAreNotMallocedByUsers(glyphPtr,glyphs);if(!blob){Debug('Could not make textblob from glyphs "'+glyphs+'"');return null}return blob};CanvasKit.TextBlob.MakeFromText=function(str,font){var strLen=lengthBytesUTF8(str)+1;var strPtr=CanvasKit._malloc(strLen);stringToUTF8(str,strPtr,strLen);var blob=CanvasKit.TextBlob._MakeFromText(strPtr,strLen-1,font);CanvasKit._free(strPtr);if(!blob){Debug('Could not make textblob from string "'+str+'"');return null}return blob};CanvasKit.MallocGlyphIDs=function(numGlyphIDs){return CanvasKit.Malloc(Uint16Array,numGlyphIDs)}});CanvasKit._extraInitializations=CanvasKit._extraInitializations||[];CanvasKit._extraInitializations.push(function(){CanvasKit.MakePicture=function(data){data=new Uint8Array(data);var iptr=CanvasKit._malloc(data.byteLength);CanvasKit.HEAPU8.set(data,iptr);var pic=CanvasKit._MakePicture(iptr,data.byteLength);if(!pic){Debug("Could not decode picture");return null}return pic}});CanvasKit._extraInitializations=CanvasKit._extraInitializations||[];CanvasKit._extraInitializations.push(function(){CanvasKit.RuntimeEffect.Make=function(sksl,errorCallback){var callbackObj={"onError":errorCallback||function(err){console.log("RuntimeEffect error",err)}};return CanvasKit.RuntimeEffect._Make(sksl,callbackObj)};CanvasKit.RuntimeEffect.prototype.makeShader=function(floats,isOpaque,localMatrix){var fptr=copy1dArray(floats,"HEAPF32");var localMatrixPtr=copy3x3MatrixToWasm(localMatrix);return this._makeShader(fptr,floats.length*4,!!isOpaque,localMatrixPtr)};CanvasKit.RuntimeEffect.prototype.makeShaderWithChildren=function(floats,isOpaque,childrenShaders,localMatrix){var fptr=copy1dArray(floats,"HEAPF32");var localMatrixPtr=copy3x3MatrixToWasm(localMatrix);var barePointers=[];for(var i=0;i1){return}this._globalAlpha=newAlpha}});Object.defineProperty(this,"globalCompositeOperation",{enumerable:true,get:function(){switch(this._globalCompositeOperation){case CanvasKit.BlendMode.SrcOver:return"source-over";case CanvasKit.BlendMode.DstOver:return"destination-over";case CanvasKit.BlendMode.Src:return"copy";case CanvasKit.BlendMode.Dst:return"destination";case CanvasKit.BlendMode.Clear:return"clear";case CanvasKit.BlendMode.SrcIn:return"source-in";case CanvasKit.BlendMode.DstIn:return"destination-in";case CanvasKit.BlendMode.SrcOut:return"source-out";case CanvasKit.BlendMode.DstOut:return"destination-out";case CanvasKit.BlendMode.SrcATop:return"source-atop";case CanvasKit.BlendMode.DstATop:return"destination-atop";case CanvasKit.BlendMode.Xor:return"xor";case CanvasKit.BlendMode.Plus:return"lighter";case CanvasKit.BlendMode.Multiply:return"multiply";case CanvasKit.BlendMode.Screen:return"screen";case CanvasKit.BlendMode.Overlay:return"overlay";case CanvasKit.BlendMode.Darken:return"darken";case CanvasKit.BlendMode.Lighten:return"lighten";case CanvasKit.BlendMode.ColorDodge:return"color-dodge";case CanvasKit.BlendMode.ColorBurn:return"color-burn";case CanvasKit.BlendMode.HardLight:return"hard-light";case CanvasKit.BlendMode.SoftLight:return"soft-light";case CanvasKit.BlendMode.Difference:return"difference";case CanvasKit.BlendMode.Exclusion:return"exclusion";case CanvasKit.BlendMode.Hue:return"hue";case CanvasKit.BlendMode.Saturation:return"saturation";case CanvasKit.BlendMode.Color:return"color";case CanvasKit.BlendMode.Luminosity:return"luminosity"}},set:function(newMode){switch(newMode){case"source-over":this._globalCompositeOperation=CanvasKit.BlendMode.SrcOver;break;case"destination-over":this._globalCompositeOperation=CanvasKit.BlendMode.DstOver;break;case"copy":this._globalCompositeOperation=CanvasKit.BlendMode.Src;break;case"destination":this._globalCompositeOperation=CanvasKit.BlendMode.Dst;break;case"clear":this._globalCompositeOperation=CanvasKit.BlendMode.Clear;break;case"source-in":this._globalCompositeOperation=CanvasKit.BlendMode.SrcIn;break;case"destination-in":this._globalCompositeOperation=CanvasKit.BlendMode.DstIn;break;case"source-out":this._globalCompositeOperation=CanvasKit.BlendMode.SrcOut;break;case"destination-out":this._globalCompositeOperation=CanvasKit.BlendMode.DstOut;break;case"source-atop":this._globalCompositeOperation=CanvasKit.BlendMode.SrcATop;break;case"destination-atop":this._globalCompositeOperation=CanvasKit.BlendMode.DstATop;break;case"xor":this._globalCompositeOperation=CanvasKit.BlendMode.Xor;break;case"lighter":this._globalCompositeOperation=CanvasKit.BlendMode.Plus;break;case"plus-lighter":this._globalCompositeOperation=CanvasKit.BlendMode.Plus;break;case"plus-darker":throw"plus-darker is not supported";case"multiply":this._globalCompositeOperation=CanvasKit.BlendMode.Multiply;break;case"screen":this._globalCompositeOperation=CanvasKit.BlendMode.Screen;break;case"overlay":this._globalCompositeOperation=CanvasKit.BlendMode.Overlay;break;case"darken":this._globalCompositeOperation=CanvasKit.BlendMode.Darken;break;case"lighten":this._globalCompositeOperation=CanvasKit.BlendMode.Lighten;break;case"color-dodge":this._globalCompositeOperation=CanvasKit.BlendMode.ColorDodge;break;case"color-burn":this._globalCompositeOperation=CanvasKit.BlendMode.ColorBurn;break;case"hard-light":this._globalCompositeOperation=CanvasKit.BlendMode.HardLight;break;case"soft-light":this._globalCompositeOperation=CanvasKit.BlendMode.SoftLight;break;case"difference":this._globalCompositeOperation=CanvasKit.BlendMode.Difference;break;case"exclusion":this._globalCompositeOperation=CanvasKit.BlendMode.Exclusion;break;case"hue":this._globalCompositeOperation=CanvasKit.BlendMode.Hue;break;case"saturation":this._globalCompositeOperation=CanvasKit.BlendMode.Saturation;break;case"color":this._globalCompositeOperation=CanvasKit.BlendMode.Color;break;case"luminosity":this._globalCompositeOperation=CanvasKit.BlendMode.Luminosity;break;default:return}this._paint.setBlendMode(this._globalCompositeOperation)}});Object.defineProperty(this,"imageSmoothingEnabled",{enumerable:true,get:function(){return true},set:function(a){}});Object.defineProperty(this,"imageSmoothingQuality",{enumerable:true,get:function(){return"high"},set:function(a){}});Object.defineProperty(this,"lineCap",{enumerable:true,get:function(){switch(this._paint.getStrokeCap()){case CanvasKit.StrokeCap.Butt:return"butt";case CanvasKit.StrokeCap.Round:return"round";case CanvasKit.StrokeCap.Square:return"square"}},set:function(newCap){switch(newCap){case"butt":this._paint.setStrokeCap(CanvasKit.StrokeCap.Butt);return;case"round":this._paint.setStrokeCap(CanvasKit.StrokeCap.Round);return;case"square":this._paint.setStrokeCap(CanvasKit.StrokeCap.Square);return}}});Object.defineProperty(this,"lineDashOffset",{enumerable:true,get:function(){return this._lineDashOffset},set:function(newOffset){if(!isFinite(newOffset)){return}this._lineDashOffset=newOffset}});Object.defineProperty(this,"lineJoin",{enumerable:true,get:function(){switch(this._paint.getStrokeJoin()){case CanvasKit.StrokeJoin.Miter:return"miter";case CanvasKit.StrokeJoin.Round:return"round";case CanvasKit.StrokeJoin.Bevel:return"bevel"}},set:function(newJoin){switch(newJoin){case"miter":this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Miter);return;case"round":this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Round);return;case"bevel":this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Bevel);return}}});Object.defineProperty(this,"lineWidth",{enumerable:true,get:function(){return this._paint.getStrokeWidth()},set:function(newWidth){if(newWidth<=0||!newWidth){return}this._strokeWidth=newWidth;this._paint.setStrokeWidth(newWidth)}});Object.defineProperty(this,"miterLimit",{enumerable:true,get:function(){return this._paint.getStrokeMiter()},set:function(newLimit){if(newLimit<=0||!newLimit){return}this._paint.setStrokeMiter(newLimit)}});Object.defineProperty(this,"shadowBlur",{enumerable:true,get:function(){return this._shadowBlur},set:function(newBlur){if(newBlur<0||!isFinite(newBlur)){return}this._shadowBlur=newBlur}});Object.defineProperty(this,"shadowColor",{enumerable:true,get:function(){return colorToString(this._shadowColor)},set:function(newColor){this._shadowColor=parseColor(newColor)}});Object.defineProperty(this,"shadowOffsetX",{enumerable:true,get:function(){return this._shadowOffsetX},set:function(newOffset){if(!isFinite(newOffset)){return}this._shadowOffsetX=newOffset}});Object.defineProperty(this,"shadowOffsetY",{enumerable:true,get:function(){return this._shadowOffsetY},set:function(newOffset){if(!isFinite(newOffset)){return}this._shadowOffsetY=newOffset}});Object.defineProperty(this,"strokeStyle",{enumerable:true,get:function(){return colorToString(this._strokeStyle)},set:function(newStyle){if(typeof newStyle==="string"){this._strokeStyle=parseColor(newStyle)}else if(newStyle._getShader){this._strokeStyle=newStyle}}});this.arc=function(x,y,radius,startAngle,endAngle,ccw){arc(this._currentPath,x,y,radius,startAngle,endAngle,ccw)};this.arcTo=function(x1,y1,x2,y2,radius){arcTo(this._currentPath,x1,y1,x2,y2,radius)};this.beginPath=function(){this._currentPath.delete();this._currentPath=new CanvasKit.Path};this.bezierCurveTo=function(cp1x,cp1y,cp2x,cp2y,x,y){bezierCurveTo(this._currentPath,cp1x,cp1y,cp2x,cp2y,x,y)};this.clearRect=function(x,y,width,height){this._paint.setStyle(CanvasKit.PaintStyle.Fill);this._paint.setBlendMode(CanvasKit.BlendMode.Clear);this._canvas.drawRect(CanvasKit.XYWHRect(x,y,width,height),this._paint);this._paint.setBlendMode(this._globalCompositeOperation)};this.clip=function(path,fillRule){if(typeof path==="string"){fillRule=path;path=this._currentPath}else if(path&&path._getPath){path=path._getPath()}if(!path){path=this._currentPath}var clip=path.copy();if(fillRule&&fillRule.toLowerCase()==="evenodd"){clip.setFillType(CanvasKit.FillType.EvenOdd)}else{clip.setFillType(CanvasKit.FillType.Winding)}this._canvas.clipPath(clip,CanvasKit.ClipOp.Intersect,true);clip.delete()};this.closePath=function(){closePath(this._currentPath)};this.createImageData=function(){if(arguments.length===1){var oldData=arguments[0];var byteLength=4*oldData.width*oldData.height;return new ImageData(new Uint8ClampedArray(byteLength),oldData.width,oldData.height)}else if(arguments.length===2){var width=arguments[0];var height=arguments[1];var byteLength=4*width*height;return new ImageData(new Uint8ClampedArray(byteLength),width,height)}else{throw"createImageData expects 1 or 2 arguments, got "+arguments.length}};this.createLinearGradient=function(x1,y1,x2,y2){if(!allAreFinite(arguments)){return}var lcg=new LinearCanvasGradient(x1,y1,x2,y2);this._toCleanUp.push(lcg);return lcg};this.createPattern=function(image,repetition){var cp=new CanvasPattern(image,repetition);this._toCleanUp.push(cp);return cp};this.createRadialGradient=function(x1,y1,r1,x2,y2,r2){if(!allAreFinite(arguments)){return}var rcg=new RadialCanvasGradient(x1,y1,r1,x2,y2,r2);this._toCleanUp.push(rcg);return rcg};this.drawImage=function(img){if(img instanceof HTMLImage){img=img.getSkImage()}var iPaint=this._fillPaint();if(arguments.length===3||arguments.length===5){var destRect=CanvasKit.XYWHRect(arguments[1],arguments[2],arguments[3]||img.width(),arguments[4]||img.height());var srcRect=CanvasKit.XYWHRect(0,0,img.width(),img.height())}else if(arguments.length===9){var destRect=CanvasKit.XYWHRect(arguments[5],arguments[6],arguments[7],arguments[8]);var srcRect=CanvasKit.XYWHRect(arguments[1],arguments[2],arguments[3],arguments[4])}else{throw"invalid number of args for drawImage, need 3, 5, or 9; got "+arguments.length}this._canvas.drawImageRect(img,srcRect,destRect,iPaint,false);iPaint.dispose()};this.ellipse=function(x,y,radiusX,radiusY,rotation,startAngle,endAngle,ccw){ellipse(this._currentPath,x,y,radiusX,radiusY,rotation,startAngle,endAngle,ccw)};this._fillPaint=function(){var paint=this._paint.copy();paint.setStyle(CanvasKit.PaintStyle.Fill);if(isCanvasKitColor(this._fillStyle)){var alphaColor=CanvasKit.multiplyByAlpha(this._fillStyle,this._globalAlpha);paint.setColor(alphaColor)}else{var shader=this._fillStyle._getShader(this._currentTransform);paint.setColor(CanvasKit.Color(0,0,0,this._globalAlpha));paint.setShader(shader)}paint.dispose=function(){this.delete()};return paint};this.fill=function(path,fillRule){if(typeof path==="string"){fillRule=path;path=this._currentPath}else if(path&&path._getPath){path=path._getPath()}if(fillRule==="evenodd"){this._currentPath.setFillType(CanvasKit.FillType.EvenOdd)}else if(fillRule==="nonzero"||!fillRule){this._currentPath.setFillType(CanvasKit.FillType.Winding)}else{throw"invalid fill rule"}if(!path){path=this._currentPath}var fillPaint=this._fillPaint();var shadowPaint=this._shadowPaint(fillPaint);if(shadowPaint){this._canvas.save();this._applyShadowOffsetMatrix();this._canvas.drawPath(path,shadowPaint);this._canvas.restore();shadowPaint.dispose()}this._canvas.drawPath(path,fillPaint);fillPaint.dispose()};this.fillRect=function(x,y,width,height){var fillPaint=this._fillPaint();var shadowPaint=this._shadowPaint(fillPaint);if(shadowPaint){this._canvas.save();this._applyShadowOffsetMatrix();this._canvas.drawRect(CanvasKit.XYWHRect(x,y,width,height),shadowPaint);this._canvas.restore();shadowPaint.dispose()}this._canvas.drawRect(CanvasKit.XYWHRect(x,y,width,height),fillPaint);fillPaint.dispose()};this.fillText=function(text,x,y,maxWidth){var fillPaint=this._fillPaint();var blob=CanvasKit.TextBlob.MakeFromText(text,this._font);var shadowPaint=this._shadowPaint(fillPaint);if(shadowPaint){this._canvas.save();this._applyShadowOffsetMatrix();this._canvas.drawTextBlob(blob,x,y,shadowPaint);this._canvas.restore();shadowPaint.dispose()}this._canvas.drawTextBlob(blob,x,y,fillPaint);blob.delete();fillPaint.dispose()};this.getImageData=function(x,y,w,h){var pixels=this._canvas.readPixels(x,y,{"width":w,"height":h,"colorType":CanvasKit.ColorType.RGBA_8888,"alphaType":CanvasKit.AlphaType.Unpremul,"colorSpace":CanvasKit.ColorSpace.SRGB});if(!pixels){return null}return new ImageData(new Uint8ClampedArray(pixels.buffer),w,h)};this.getLineDash=function(){return this._lineDashList.slice()};this._mapToLocalCoordinates=function(pts){var inverted=CanvasKit.Matrix.invert(this._currentTransform);CanvasKit.Matrix.mapPoints(inverted,pts);return pts};this.isPointInPath=function(x,y,fillmode){var args=arguments;if(args.length===3){var path=this._currentPath}else if(args.length===4){var path=args[0];x=args[1];y=args[2];fillmode=args[3]}else{throw"invalid arg count, need 3 or 4, got "+args.length}if(!isFinite(x)||!isFinite(y)){return false}fillmode=fillmode||"nonzero";if(!(fillmode==="nonzero"||fillmode==="evenodd")){return false}var pts=this._mapToLocalCoordinates([x,y]);x=pts[0];y=pts[1];path.setFillType(fillmode==="nonzero"?CanvasKit.FillType.Winding:CanvasKit.FillType.EvenOdd);return path.contains(x,y)};this.isPointInStroke=function(x,y){var args=arguments;if(args.length===2){var path=this._currentPath}else if(args.length===3){var path=args[0];x=args[1];y=args[2]}else{throw"invalid arg count, need 2 or 3, got "+args.length}if(!isFinite(x)||!isFinite(y)){return false}var pts=this._mapToLocalCoordinates([x,y]);x=pts[0];y=pts[1];var temp=path.copy();temp.setFillType(CanvasKit.FillType.Winding);temp.stroke({"width":this.lineWidth,"miter_limit":this.miterLimit,"cap":this._paint.getStrokeCap(),"join":this._paint.getStrokeJoin(),"precision":.3});var retVal=temp.contains(x,y);temp.delete();return retVal};this.lineTo=function(x,y){lineTo(this._currentPath,x,y)};this.measureText=function(text){const ids=this._font.getGlyphIDs(text);const widths=this._font.getGlyphWidths(ids);let totalWidth=0;for(const w of widths){totalWidth+=w}return{"width":totalWidth}};this.moveTo=function(x,y){moveTo(this._currentPath,x,y)};this.putImageData=function(imageData,x,y,dirtyX,dirtyY,dirtyWidth,dirtyHeight){if(!allAreFinite([x,y,dirtyX,dirtyY,dirtyWidth,dirtyHeight])){return}if(dirtyX===undefined){this._canvas.writePixels(imageData.data,imageData.width,imageData.height,x,y);return}dirtyX=dirtyX||0;dirtyY=dirtyY||0;dirtyWidth=dirtyWidth||imageData.width;dirtyHeight=dirtyHeight||imageData.height;if(dirtyWidth<0){dirtyX=dirtyX+dirtyWidth;dirtyWidth=Math.abs(dirtyWidth)}if(dirtyHeight<0){dirtyY=dirtyY+dirtyHeight;dirtyHeight=Math.abs(dirtyHeight)}if(dirtyX<0){dirtyWidth=dirtyWidth+dirtyX;dirtyX=0}if(dirtyY<0){dirtyHeight=dirtyHeight+dirtyY;dirtyY=0}if(dirtyWidth<=0||dirtyHeight<=0){return}var img=CanvasKit.MakeImage({"width":imageData.width,"height":imageData.height,"alphaType":CanvasKit.AlphaType.Unpremul,"colorType":CanvasKit.ColorType.RGBA_8888,"colorSpace":CanvasKit.ColorSpace.SRGB},imageData.data,4*imageData.width);var src=CanvasKit.XYWHRect(dirtyX,dirtyY,dirtyWidth,dirtyHeight);var dst=CanvasKit.XYWHRect(x+dirtyX,y+dirtyY,dirtyWidth,dirtyHeight);var inverted=CanvasKit.Matrix.invert(this._currentTransform);this._canvas.save();this._canvas.concat(inverted);this._canvas.drawImageRect(img,src,dst,null,false);this._canvas.restore();img.delete()};this.quadraticCurveTo=function(cpx,cpy,x,y){quadraticCurveTo(this._currentPath,cpx,cpy,x,y)};this.rect=function(x,y,width,height){rect(this._currentPath,x,y,width,height)};this.resetTransform=function(){this._currentPath.transform(this._currentTransform);var inverted=CanvasKit.Matrix.invert(this._currentTransform);this._canvas.concat(inverted);this._currentTransform=this._canvas.getTotalMatrix()};this.restore=function(){var newState=this._canvasStateStack.pop();if(!newState){return}var combined=CanvasKit.Matrix.multiply(this._currentTransform,CanvasKit.Matrix.invert(newState.ctm));this._currentPath.transform(combined);this._paint.delete();this._paint=newState.paint;this._lineDashList=newState.ldl;this._strokeWidth=newState.sw;this._strokeStyle=newState.ss;this._fillStyle=newState.fs;this._shadowOffsetX=newState.sox;this._shadowOffsetY=newState.soy;this._shadowBlur=newState.sb;this._shadowColor=newState.shc;this._globalAlpha=newState.ga;this._globalCompositeOperation=newState.gco;this._lineDashOffset=newState.ldo;this._fontString=newState.fontstr;this._canvas.restore();this._currentTransform=this._canvas.getTotalMatrix()};this.rotate=function(radians){if(!isFinite(radians)){return}var inverted=CanvasKit.Matrix.rotated(-radians);this._currentPath.transform(inverted);this._canvas.rotate(radiansToDegrees(radians),0,0);this._currentTransform=this._canvas.getTotalMatrix()};this.save=function(){if(this._fillStyle._copy){var fs=this._fillStyle._copy();this._toCleanUp.push(fs)}else{var fs=this._fillStyle}if(this._strokeStyle._copy){var ss=this._strokeStyle._copy();this._toCleanUp.push(ss)}else{var ss=this._strokeStyle}this._canvasStateStack.push({ctm:this._currentTransform.slice(),ldl:this._lineDashList.slice(),sw:this._strokeWidth,ss:ss,fs:fs,sox:this._shadowOffsetX,soy:this._shadowOffsetY,sb:this._shadowBlur,shc:this._shadowColor,ga:this._globalAlpha,ldo:this._lineDashOffset,gco:this._globalCompositeOperation,paint:this._paint.copy(),fontstr:this._fontString});this._canvas.save()};this.scale=function(sx,sy){if(!allAreFinite(arguments)){return}var inverted=CanvasKit.Matrix.scaled(1/sx,1/sy);this._currentPath.transform(inverted);this._canvas.scale(sx,sy);this._currentTransform=this._canvas.getTotalMatrix()};this.setLineDash=function(dashes){for(var i=0;i1||!isFinite(offset)){throw"offset must be between 0 and 1 inclusively"}color=parseColor(color);var idx=this._pos.indexOf(offset);if(idx!==-1){this._colors[idx]=color}else{for(idx=0;idxoffset){break}}this._pos.splice(idx,0,offset);this._colors.splice(idx,0,color)}};this._copy=function(){var lcg=new LinearCanvasGradient(x1,y1,x2,y2);lcg._colors=this._colors.slice();lcg._pos=this._pos.slice();return lcg};this._dispose=function(){if(this._shader){this._shader.delete();this._shader=null}};this._getShader=function(currentTransform){var pts=[x1,y1,x2,y2];CanvasKit.Matrix.mapPoints(currentTransform,pts);var sx1=pts[0];var sy1=pts[1];var sx2=pts[2];var sy2=pts[3];this._dispose();this._shader=CanvasKit.Shader.MakeLinearGradient([sx1,sy1],[sx2,sy2],this._colors,this._pos,CanvasKit.TileMode.Clamp);return this._shader}}function arc(skpath,x,y,radius,startAngle,endAngle,ccw){ellipse(skpath,x,y,radius,radius,0,startAngle,endAngle,ccw)}function arcTo(skpath,x1,y1,x2,y2,radius){if(!allAreFinite([x1,y1,x2,y2,radius])){return}if(radius<0){throw"radii cannot be negative"}if(skpath.isEmpty()){skpath.moveTo(x1,y1)}skpath.arcToTangent(x1,y1,x2,y2,radius)}function bezierCurveTo(skpath,cp1x,cp1y,cp2x,cp2y,x,y){if(!allAreFinite([cp1x,cp1y,cp2x,cp2y,x,y])){return}if(skpath.isEmpty()){skpath.moveTo(cp1x,cp1y)}skpath.cubicTo(cp1x,cp1y,cp2x,cp2y,x,y)}function closePath(skpath){if(skpath.isEmpty()){return}var bounds=skpath.getBounds();if(bounds[3]-bounds[1]||bounds[2]-bounds[0]){skpath.close()}}function _ellipseHelper(skpath,x,y,radiusX,radiusY,startAngle,endAngle){var sweepDegrees=radiansToDegrees(endAngle-startAngle);var startDegrees=radiansToDegrees(startAngle);var oval=CanvasKit.LTRBRect(x-radiusX,y-radiusY,x+radiusX,y+radiusY);if(almostEqual(Math.abs(sweepDegrees),360)){var halfSweep=sweepDegrees/2;skpath.arcToOval(oval,startDegrees,halfSweep,false);skpath.arcToOval(oval,startDegrees+halfSweep,halfSweep,false);return}skpath.arcToOval(oval,startDegrees,sweepDegrees,false)}function ellipse(skpath,x,y,radiusX,radiusY,rotation,startAngle,endAngle,ccw){if(!allAreFinite([x,y,radiusX,radiusY,rotation,startAngle,endAngle])){return}if(radiusX<0||radiusY<0){throw"radii cannot be negative"}var tao=2*Math.PI;var newStartAngle=startAngle%tao;if(newStartAngle<0){newStartAngle+=tao}var delta=newStartAngle-startAngle;startAngle=newStartAngle;endAngle+=delta;if(!ccw&&endAngle-startAngle>=tao){endAngle=startAngle+tao}else if(ccw&&startAngle-endAngle>=tao){endAngle=startAngle-tao}else if(!ccw&&startAngle>endAngle){endAngle=startAngle+(tao-(startAngle-endAngle)%tao)}else if(ccw&&startAngle1||!isFinite(offset)){throw"offset must be between 0 and 1 inclusively"}color=parseColor(color);var idx=this._pos.indexOf(offset);if(idx!==-1){this._colors[idx]=color}else{for(idx=0;idxoffset){break}}this._pos.splice(idx,0,offset);this._colors.splice(idx,0,color)}};this._copy=function(){var rcg=new RadialCanvasGradient(x1,y1,r1,x2,y2,r2);rcg._colors=this._colors.slice();rcg._pos=this._pos.slice();return rcg};this._dispose=function(){if(this._shader){this._shader.delete();this._shader=null}};this._getShader=function(currentTransform){var pts=[x1,y1,x2,y2];CanvasKit.Matrix.mapPoints(currentTransform,pts);var sx1=pts[0];var sy1=pts[1];var sx2=pts[2];var sy2=pts[3];var sx=currentTransform[0];var sy=currentTransform[4];var scaleFactor=(Math.abs(sx)+Math.abs(sy))/2;var sr1=r1*scaleFactor;var sr2=r2*scaleFactor;this._dispose();this._shader=CanvasKit.Shader.MakeTwoPointConicalGradient([sx1,sy1],sr1,[sx2,sy2],sr2,this._colors,this._pos,CanvasKit.TileMode.Clamp);return this._shader}}})()})(Module);var moduleOverrides=objAssign({},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 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;err("exiting due to exception: "+toLog)}var fs;var nodePath;var requireNodeFS;if(ENVIRONMENT_IS_NODE){if(ENVIRONMENT_IS_WORKER){scriptDirectory=require("path").dirname(scriptDirectory)+"/"}else{scriptDirectory=__dirname+"/"}requireNodeFS=(()=>{if(!nodePath){fs=require("fs");nodePath=require("path")}});read_=function shell_read(filename,binary){requireNodeFS();filename=nodePath["normalize"](filename);return fs.readFileSync(filename,binary?null:"utf8")};readBinary=(filename=>{var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}return ret});readAsync=((filename,onload,onerror)=>{requireNodeFS();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}});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]"}}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=""}{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{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);objAssign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var tempRet0=0;var setTempRet0=value=>{tempRet0=value};var getTempRet0=()=>tempRet0;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 ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}var UTF8Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf8"):undefined;function UTF8ArrayToString(heap,idx,maxBytesToRead){var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heap[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heap.subarray&&UTF8Decoder){return UTF8Decoder.decode(heap.subarray(idx,endPtr))}else{var str="";while(idx>10,56320|ch&1023)}}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,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,HEAPU8,outPtr,maxBytesToWrite)}function lengthBytesUTF8(str){var len=0;for(var i=0;i=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127)++len;else if(u<=2047)len+=2;else if(u<=65535)len+=3;else len+=4}return len}var UTF16Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf-16le"):undefined;function UTF16ToString(ptr,maxBytesToRead){var endPtr=ptr;var idx=endPtr>>1;var maxIdx=idx+maxBytesToRead/2;while(!(idx>=maxIdx)&&HEAPU16[idx])++idx;endPtr=idx<<1;if(endPtr-ptr>32&&UTF16Decoder){return UTF16Decoder.decode(HEAPU8.subarray(ptr,endPtr))}else{var str="";for(var i=0;!(i>=maxBytesToRead/2);++i){var codeUnit=HEAP16[ptr+i*2>>1];if(codeUnit==0)break;str+=String.fromCharCode(codeUnit)}return str}}function stringToUTF16(str,outPtr,maxBytesToWrite){if(maxBytesToWrite===undefined){maxBytesToWrite=2147483647}if(maxBytesToWrite<2)return 0;maxBytesToWrite-=2;var startPtr=outPtr;var numCharsToWrite=maxBytesToWrite>1]=codeUnit;outPtr+=2}HEAP16[outPtr>>1]=0;return outPtr-startPtr}function lengthBytesUTF16(str){return str.length*2}function UTF32ToString(ptr,maxBytesToRead){var i=0;var str="";while(!(i>=maxBytesToRead/4)){var utf32=HEAP32[ptr+i*4>>2];if(utf32==0)break;++i;if(utf32>=65536){var ch=utf32-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}else{str+=String.fromCharCode(utf32)}}return str}function stringToUTF32(str,outPtr,maxBytesToWrite){if(maxBytesToWrite===undefined){maxBytesToWrite=2147483647}if(maxBytesToWrite<4)return 0;var startPtr=outPtr;var endPtr=startPtr+maxBytesToWrite-4;for(var i=0;i=55296&&codeUnit<=57343){var trailSurrogate=str.charCodeAt(++i);codeUnit=65536+((codeUnit&1023)<<10)|trailSurrogate&1023}HEAP32[outPtr>>2]=codeUnit;outPtr+=4;if(outPtr+4>endPtr)break}HEAP32[outPtr>>2]=0;return outPtr-startPtr}function lengthBytesUTF32(str){var len=0;for(var i=0;i=55296&&codeUnit<=57343)++i;len+=4}return len}function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}function alignUp(x,multiple){if(x%multiple>0){x+=multiple-x%multiple}return x}var buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBufferAndViews(buf){buffer=buf;Module["HEAP8"]=HEAP8=new Int8Array(buf);Module["HEAP16"]=HEAP16=new Int16Array(buf);Module["HEAP32"]=HEAP32=new Int32Array(buf);Module["HEAPU8"]=HEAPU8=new Uint8Array(buf);Module["HEAPU16"]=HEAPU16=new Uint16Array(buf);Module["HEAPU32"]=HEAPU32=new Uint32Array(buf);Module["HEAPF32"]=HEAPF32=new Float32Array(buf);Module["HEAPF64"]=HEAPF64=new Float64Array(buf)}var INITIAL_MEMORY=Module["INITIAL_MEMORY"]||134217728;var wasmTable;var __ATPRERUN__=[];var __ATINIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;var runtimeExited=false;var runtimeKeepaliveCounter=0;function keepRuntimeAlive(){return noExitRuntime||runtimeKeepaliveCounter>0}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;callRuntimeCallbacks(__ATINIT__)}function exitRuntime(){runtimeExited=true}function postRun(){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()}}}Module["preloadedImages"]={};Module["preloadedAudios"]={};function abort(what){{if(Module["onAbort"]){Module["onAbort"](what)}}what="Aborted("+what+")";err(what);ABORT=true;EXITSTATUS=1;what+=". Build with -s ASSERTIONS=1 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="canvaskit.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}else{throw"both async and sync fetching of the wasm failed"}}catch(err){abort(err)}}function getBinaryPromise(){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if(typeof fetch==="function"&&!isFileURI(wasmBinaryFile)){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+wasmBinaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary(wasmBinaryFile)})}else{if(readAsync){return new Promise(function(resolve,reject){readAsync(wasmBinaryFile,function(response){resolve(new Uint8Array(response))},reject)})}}}return Promise.resolve().then(function(){return getBinary(wasmBinaryFile)})}function createWasm(){var info={"a":asmLibraryArg};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;wasmMemory=Module["asm"]["bd"];updateGlobalBufferAndViews(wasmMemory.buffer);wasmTable=Module["asm"]["ed"];addOnInit(Module["asm"]["cd"]);removeRunDependency("wasm-instantiate")}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"])}function instantiateArrayBuffer(receiver){return getBinaryPromise().then(function(binary){return WebAssembly.instantiate(binary,info)}).then(function(instance){return instance}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(){if(!wasmBinary&&typeof WebAssembly.instantiateStreaming==="function"&&!isDataURI(wasmBinaryFile)&&!isFileURI(wasmBinaryFile)&&typeof fetch==="function"){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,info);return result.then(receiveInstantiationResult,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");return instantiateArrayBuffer(receiveInstantiationResult)})})}else{return instantiateArrayBuffer(receiveInstantiationResult)}}if(Module["instantiateWasm"]){try{var exports=Module["instantiateWasm"](info,receiveInstance);return exports}catch(e){err("Module.instantiateWasm callback failed with error: "+e);return false}}instantiateAsync().catch(readyPromiseReject);return{}}function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback(Module);continue}var func=callback.func;if(typeof func==="number"){if(callback.arg===undefined){getWasmTableEntry(func)()}else{getWasmTableEntry(func)(callback.arg)}}else{func(callback.arg===undefined?null:callback.arg)}}}function getWasmTableEntry(funcPtr){return wasmTable.get(funcPtr)}function ___cxa_allocate_exception(size){return _malloc(size+16)+16}function ExceptionInfo(excPtr){this.excPtr=excPtr;this.ptr=excPtr-16;this.set_type=function(type){HEAP32[this.ptr+4>>2]=type};this.get_type=function(){return HEAP32[this.ptr+4>>2]};this.set_destructor=function(destructor){HEAP32[this.ptr+8>>2]=destructor};this.get_destructor=function(){return HEAP32[this.ptr+8>>2]};this.set_refcount=function(refcount){HEAP32[this.ptr>>2]=refcount};this.set_caught=function(caught){caught=caught?1:0;HEAP8[this.ptr+12>>0]=caught};this.get_caught=function(){return HEAP8[this.ptr+12>>0]!=0};this.set_rethrown=function(rethrown){rethrown=rethrown?1:0;HEAP8[this.ptr+13>>0]=rethrown};this.get_rethrown=function(){return HEAP8[this.ptr+13>>0]!=0};this.init=function(type,destructor){this.set_type(type);this.set_destructor(destructor);this.set_refcount(0);this.set_caught(false);this.set_rethrown(false)};this.add_ref=function(){var value=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=value+1};this.release_ref=function(){var prev=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=prev-1;return prev===1}}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 setErrNo(value){HEAP32[___errno_location()>>2]=value;return value}var SYSCALLS={mappings:{},buffers:[null,[],[]],printChar:function(stream,curr){var buffer=SYSCALLS.buffers[stream];if(curr===0||curr===10){(stream===1?out:err)(UTF8ArrayToString(buffer,0));buffer.length=0}else{buffer.push(curr)}},varargs:undefined,get:function(){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret},getStr:function(ptr){var ret=UTF8ToString(ptr);return ret},get64:function(low,high){return low}};function ___syscall_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;return 0}function ___syscall_fstat64(fd,buf){}function ___syscall_fstatat64(dirfd,path,buf,flags){}function ___syscall_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;return 0}function ___syscall_lstat64(path,buf){}function zeroMemory(address,size){HEAPU8.fill(0,address,address+size)}function alignMemory(size,alignment){return Math.ceil(size/alignment)*alignment}function mmapAlloc(size){size=alignMemory(size,65536);var ptr=_memalign(65536,size);if(!ptr)return 0;zeroMemory(ptr,size);return ptr}function syscallMmap2(addr,len,prot,flags,fd,off){off<<=12;var ptr;var allocated=false;if((flags&16)!==0&&addr%65536!==0){return-28}if((flags&32)!==0){ptr=mmapAlloc(len);if(!ptr)return-48;allocated=true}else{return-52}SYSCALLS.mappings[ptr]={malloc:ptr,len:len,allocated:allocated,fd:fd,prot:prot,flags:flags,offset:off};return ptr}function ___syscall_mmap2(addr,len,prot,flags,fd,off){return syscallMmap2(addr,len,prot,flags,fd,off)}function syscallMunmap(addr,len){var info=SYSCALLS.mappings[addr];if(len===0||!info){return-28}if(len===info.len){SYSCALLS.mappings[addr]=null;if(info.allocated){_free(info.malloc)}}return 0}function ___syscall_munmap(addr,len){return syscallMunmap(addr,len)}function ___syscall_open(path,flags,varargs){SYSCALLS.varargs=varargs}function ___syscall_stat64(path,buf){}var structRegistrations={};function runDestructors(destructors){while(destructors.length){var ptr=destructors.pop();var del=destructors.pop();del(ptr)}}function simpleReadValueFromPointer(pointer){return this["fromWireType"](HEAPU32[pointer>>2])}var awaitingDependencies={};var registeredTypes={};var typeDependencies={};var char_0=48;var char_9=57;function makeLegalFunctionName(name){if(undefined===name){return"_unknown"}name=name.replace(/[^a-zA-Z0-9_]/g,"$");var f=name.charCodeAt(0);if(f>=char_0&&f<=char_9){return"_"+name}else{return name}}function createNamedFunction(name,body){name=makeLegalFunctionName(name);return function(){null;return body.apply(this,arguments)}}function extendError(baseErrorType,errorName){var errorClass=createNamedFunction(errorName,function(message){this.name=errorName;this.message=message;var stack=new Error(message).stack;if(stack!==undefined){this.stack=this.toString()+"\n"+stack.replace(/^Error(:[^\n]*)?\n/,"")}});errorClass.prototype=Object.create(baseErrorType.prototype);errorClass.prototype.constructor=errorClass;errorClass.prototype.toString=function(){if(this.message===undefined){return this.name}else{return this.name+": "+this.message}};return errorClass}var InternalError=undefined;function throwInternalError(message){throw new InternalError(message)}function whenDependentTypesAreResolved(myTypes,dependentTypes,getTypeConverters){myTypes.forEach(function(type){typeDependencies[type]=dependentTypes});function onComplete(typeConverters){var myTypeConverters=getTypeConverters(typeConverters);if(myTypeConverters.length!==myTypes.length){throwInternalError("Mismatched type converter count")}for(var i=0;i>shift])},destructorFunction:null})}function ClassHandle_isAliasOf(other){if(!(this instanceof ClassHandle)){return false}if(!(other instanceof ClassHandle)){return false}var leftClass=this.$$.ptrType.registeredClass;var left=this.$$.ptr;var rightClass=other.$$.ptrType.registeredClass;var right=other.$$.ptr;while(leftClass.baseClass){left=leftClass.upcast(left);leftClass=leftClass.baseClass}while(rightClass.baseClass){right=rightClass.upcast(right);rightClass=rightClass.baseClass}return leftClass===rightClass&&left===right}function shallowCopyInternalPointer(o){return{count:o.count,deleteScheduled:o.deleteScheduled,preservePointerOnDelete:o.preservePointerOnDelete,ptr:o.ptr,ptrType:o.ptrType,smartPtr:o.smartPtr,smartPtrType:o.smartPtrType}}function throwInstanceAlreadyDeleted(obj){function getInstanceTypeName(handle){return handle.$$.ptrType.registeredClass.name}throwBindingError(getInstanceTypeName(obj)+" instance already deleted")}var finalizationGroup=false;function detachFinalizer(handle){}function runDestructor($$){if($$.smartPtr){$$.smartPtrType.rawDestructor($$.smartPtr)}else{$$.ptrType.registeredClass.rawDestructor($$.ptr)}}function releaseClassHandle($$){$$.count.value-=1;var toDelete=0===$$.count.value;if(toDelete){runDestructor($$)}}function attachFinalizer(handle){if("undefined"===typeof FinalizationGroup){attachFinalizer=(handle=>handle);return handle}finalizationGroup=new FinalizationGroup(function(iter){for(var result=iter.next();!result.done;result=iter.next()){var $$=result.value;if(!$$.ptr){console.warn("object already deleted: "+$$.ptr)}else{releaseClassHandle($$)}}});attachFinalizer=(handle=>{finalizationGroup.register(handle,handle.$$,handle.$$);return handle});detachFinalizer=(handle=>{finalizationGroup.unregister(handle.$$)});return attachFinalizer(handle)}function ClassHandle_clone(){if(!this.$$.ptr){throwInstanceAlreadyDeleted(this)}if(this.$$.preservePointerOnDelete){this.$$.count.value+=1;return this}else{var clone=attachFinalizer(Object.create(Object.getPrototypeOf(this),{$$:{value:shallowCopyInternalPointer(this.$$)}}));clone.$$.count.value+=1;clone.$$.deleteScheduled=false;return clone}}function ClassHandle_delete(){if(!this.$$.ptr){throwInstanceAlreadyDeleted(this)}if(this.$$.deleteScheduled&&!this.$$.preservePointerOnDelete){throwBindingError("Object already scheduled for deletion")}detachFinalizer(this);releaseClassHandle(this.$$);if(!this.$$.preservePointerOnDelete){this.$$.smartPtr=undefined;this.$$.ptr=undefined}}function ClassHandle_isDeleted(){return!this.$$.ptr}var delayFunction=undefined;var deletionQueue=[];function flushPendingDeletes(){while(deletionQueue.length){var obj=deletionQueue.pop();obj.$$.deleteScheduled=false;obj["delete"]()}}function ClassHandle_deleteLater(){if(!this.$$.ptr){throwInstanceAlreadyDeleted(this)}if(this.$$.deleteScheduled&&!this.$$.preservePointerOnDelete){throwBindingError("Object already scheduled for deletion")}deletionQueue.push(this);if(deletionQueue.length===1&&delayFunction){delayFunction(flushPendingDeletes)}this.$$.deleteScheduled=true;return this}function init_ClassHandle(){ClassHandle.prototype["isAliasOf"]=ClassHandle_isAliasOf;ClassHandle.prototype["clone"]=ClassHandle_clone;ClassHandle.prototype["delete"]=ClassHandle_delete;ClassHandle.prototype["isDeleted"]=ClassHandle_isDeleted;ClassHandle.prototype["deleteLater"]=ClassHandle_deleteLater}function ClassHandle(){}var registeredPointers={};function ensureOverloadTable(proto,methodName,humanName){if(undefined===proto[methodName].overloadTable){var prevFunc=proto[methodName];proto[methodName]=function(){if(!proto[methodName].overloadTable.hasOwnProperty(arguments.length)){throwBindingError("Function '"+humanName+"' called with an invalid number of arguments ("+arguments.length+") - expects one of ("+proto[methodName].overloadTable+")!")}return proto[methodName].overloadTable[arguments.length].apply(this,arguments)};proto[methodName].overloadTable=[];proto[methodName].overloadTable[prevFunc.argCount]=prevFunc}}function exposePublicSymbol(name,value,numArguments){if(Module.hasOwnProperty(name)){if(undefined===numArguments||undefined!==Module[name].overloadTable&&undefined!==Module[name].overloadTable[numArguments]){throwBindingError("Cannot register public name '"+name+"' twice")}ensureOverloadTable(Module,name,name);if(Module.hasOwnProperty(numArguments)){throwBindingError("Cannot register multiple overloads of a function with the same number of arguments ("+numArguments+")!")}Module[name].overloadTable[numArguments]=value}else{Module[name]=value;if(undefined!==numArguments){Module[name].numArguments=numArguments}}}function RegisteredClass(name,constructor,instancePrototype,rawDestructor,baseClass,getActualType,upcast,downcast){this.name=name;this.constructor=constructor;this.instancePrototype=instancePrototype;this.rawDestructor=rawDestructor;this.baseClass=baseClass;this.getActualType=getActualType;this.upcast=upcast;this.downcast=downcast;this.pureVirtualFunctions=[]}function upcastPointer(ptr,ptrClass,desiredClass){while(ptrClass!==desiredClass){if(!ptrClass.upcast){throwBindingError("Expected null or instance of "+desiredClass.name+", got an instance of "+ptrClass.name)}ptr=ptrClass.upcast(ptr);ptrClass=ptrClass.baseClass}return ptr}function constNoSmartPtrRawPointerToWireType(destructors,handle){if(handle===null){if(this.isReference){throwBindingError("null is not a valid "+this.name)}return 0}if(!handle.$$){throwBindingError('Cannot pass "'+_embind_repr(handle)+'" as a '+this.name)}if(!handle.$$.ptr){throwBindingError("Cannot pass deleted object as a pointer of type "+this.name)}var handleClass=handle.$$.ptrType.registeredClass;var ptr=upcastPointer(handle.$$.ptr,handleClass,this.registeredClass);return ptr}function genericPointerToWireType(destructors,handle){var ptr;if(handle===null){if(this.isReference){throwBindingError("null is not a valid "+this.name)}if(this.isSmartPointer){ptr=this.rawConstructor();if(destructors!==null){destructors.push(this.rawDestructor,ptr)}return ptr}else{return 0}}if(!handle.$$){throwBindingError('Cannot pass "'+_embind_repr(handle)+'" as a '+this.name)}if(!handle.$$.ptr){throwBindingError("Cannot pass deleted object as a pointer of type "+this.name)}if(!this.isConst&&handle.$$.ptrType.isConst){throwBindingError("Cannot convert argument of type "+(handle.$$.smartPtrType?handle.$$.smartPtrType.name:handle.$$.ptrType.name)+" to parameter type "+this.name)}var handleClass=handle.$$.ptrType.registeredClass;ptr=upcastPointer(handle.$$.ptr,handleClass,this.registeredClass);if(this.isSmartPointer){if(undefined===handle.$$.smartPtr){throwBindingError("Passing raw pointer to smart pointer is illegal")}switch(this.sharingPolicy){case 0:if(handle.$$.smartPtrType===this){ptr=handle.$$.smartPtr}else{throwBindingError("Cannot convert argument of type "+(handle.$$.smartPtrType?handle.$$.smartPtrType.name:handle.$$.ptrType.name)+" to parameter type "+this.name)}break;case 1:ptr=handle.$$.smartPtr;break;case 2:if(handle.$$.smartPtrType===this){ptr=handle.$$.smartPtr}else{var clonedHandle=handle["clone"]();ptr=this.rawShare(ptr,Emval.toHandle(function(){clonedHandle["delete"]()}));if(destructors!==null){destructors.push(this.rawDestructor,ptr)}}break;default:throwBindingError("Unsupporting sharing policy")}}return ptr}function nonConstNoSmartPtrRawPointerToWireType(destructors,handle){if(handle===null){if(this.isReference){throwBindingError("null is not a valid "+this.name)}return 0}if(!handle.$$){throwBindingError('Cannot pass "'+_embind_repr(handle)+'" as a '+this.name)}if(!handle.$$.ptr){throwBindingError("Cannot pass deleted object as a pointer of type "+this.name)}if(handle.$$.ptrType.isConst){throwBindingError("Cannot convert argument of type "+handle.$$.ptrType.name+" to parameter type "+this.name)}var handleClass=handle.$$.ptrType.registeredClass;var ptr=upcastPointer(handle.$$.ptr,handleClass,this.registeredClass);return ptr}function RegisteredPointer_getPointee(ptr){if(this.rawGetPointee){ptr=this.rawGetPointee(ptr)}return ptr}function RegisteredPointer_destructor(ptr){if(this.rawDestructor){this.rawDestructor(ptr)}}function RegisteredPointer_deleteObject(handle){if(handle!==null){handle["delete"]()}}function downcastPointer(ptr,ptrClass,desiredClass){if(ptrClass===desiredClass){return ptr}if(undefined===desiredClass.baseClass){return null}var rv=downcastPointer(ptr,ptrClass,desiredClass.baseClass);if(rv===null){return null}return desiredClass.downcast(rv)}function getInheritedInstanceCount(){return Object.keys(registeredInstances).length}function getLiveInheritedInstances(){var rv=[];for(var k in registeredInstances){if(registeredInstances.hasOwnProperty(k)){rv.push(registeredInstances[k])}}return rv}function setDelayFunction(fn){delayFunction=fn;if(deletionQueue.length&&delayFunction){delayFunction(flushPendingDeletes)}}function init_embind(){Module["getInheritedInstanceCount"]=getInheritedInstanceCount;Module["getLiveInheritedInstances"]=getLiveInheritedInstances;Module["flushPendingDeletes"]=flushPendingDeletes;Module["setDelayFunction"]=setDelayFunction}var registeredInstances={};function getBasestPointer(class_,ptr){if(ptr===undefined){throwBindingError("ptr should not be undefined")}while(class_.baseClass){ptr=class_.upcast(ptr);class_=class_.baseClass}return ptr}function getInheritedInstance(class_,ptr){ptr=getBasestPointer(class_,ptr);return registeredInstances[ptr]}function makeClassHandle(prototype,record){if(!record.ptrType||!record.ptr){throwInternalError("makeClassHandle requires ptr and ptrType")}var hasSmartPtrType=!!record.smartPtrType;var hasSmartPtr=!!record.smartPtr;if(hasSmartPtrType!==hasSmartPtr){throwInternalError("Both smartPtrType and smartPtr must be specified")}record.count={value:1};return attachFinalizer(Object.create(prototype,{$$:{value:record}}))}function RegisteredPointer_fromWireType(ptr){var rawPointer=this.getPointee(ptr);if(!rawPointer){this.destructor(ptr);return null}var registeredInstance=getInheritedInstance(this.registeredClass,rawPointer);if(undefined!==registeredInstance){if(0===registeredInstance.$$.count.value){registeredInstance.$$.ptr=rawPointer;registeredInstance.$$.smartPtr=ptr;return registeredInstance["clone"]()}else{var rv=registeredInstance["clone"]();this.destructor(ptr);return rv}}function makeDefaultHandle(){if(this.isSmartPointer){return makeClassHandle(this.registeredClass.instancePrototype,{ptrType:this.pointeeType,ptr:rawPointer,smartPtrType:this,smartPtr:ptr})}else{return makeClassHandle(this.registeredClass.instancePrototype,{ptrType:this,ptr:ptr})}}var actualType=this.registeredClass.getActualType(rawPointer);var registeredPointerRecord=registeredPointers[actualType];if(!registeredPointerRecord){return makeDefaultHandle.call(this)}var toType;if(this.isConst){toType=registeredPointerRecord.constPointerType}else{toType=registeredPointerRecord.pointerType}var dp=downcastPointer(rawPointer,this.registeredClass,toType.registeredClass);if(dp===null){return makeDefaultHandle.call(this)}if(this.isSmartPointer){return makeClassHandle(toType.registeredClass.instancePrototype,{ptrType:toType,ptr:dp,smartPtrType:this,smartPtr:ptr})}else{return makeClassHandle(toType.registeredClass.instancePrototype,{ptrType:toType,ptr:dp})}}function init_RegisteredPointer(){RegisteredPointer.prototype.getPointee=RegisteredPointer_getPointee;RegisteredPointer.prototype.destructor=RegisteredPointer_destructor;RegisteredPointer.prototype["argPackAdvance"]=8;RegisteredPointer.prototype["readValueFromPointer"]=simpleReadValueFromPointer;RegisteredPointer.prototype["deleteObject"]=RegisteredPointer_deleteObject;RegisteredPointer.prototype["fromWireType"]=RegisteredPointer_fromWireType}function RegisteredPointer(name,registeredClass,isReference,isConst,isSmartPointer,pointeeType,sharingPolicy,rawGetPointee,rawConstructor,rawShare,rawDestructor){this.name=name;this.registeredClass=registeredClass;this.isReference=isReference;this.isConst=isConst;this.isSmartPointer=isSmartPointer;this.pointeeType=pointeeType;this.sharingPolicy=sharingPolicy;this.rawGetPointee=rawGetPointee;this.rawConstructor=rawConstructor;this.rawShare=rawShare;this.rawDestructor=rawDestructor;if(!isSmartPointer&®isteredClass.baseClass===undefined){if(isConst){this["toWireType"]=constNoSmartPtrRawPointerToWireType;this.destructorFunction=null}else{this["toWireType"]=nonConstNoSmartPtrRawPointerToWireType;this.destructorFunction=null}}else{this["toWireType"]=genericPointerToWireType}}function replacePublicSymbol(name,value,numArguments){if(!Module.hasOwnProperty(name)){throwInternalError("Replacing nonexistant public symbol")}if(undefined!==Module[name].overloadTable&&undefined!==numArguments){Module[name].overloadTable[numArguments]=value}else{Module[name]=value;Module[name].argCount=numArguments}}function dynCallLegacy(sig,ptr,args){var f=Module["dynCall_"+sig];return args&&args.length?f.apply(null,[ptr].concat(args)):f.call(null,ptr)}function dynCall(sig,ptr,args){if(sig.includes("j")){return dynCallLegacy(sig,ptr,args)}return getWasmTableEntry(ptr).apply(null,args)}function getDynCaller(sig,ptr){var argCache=[];return function(){argCache.length=arguments.length;for(var i=0;i>2)+i])}return array}function __embind_register_class_class_function(rawClassType,methodName,argCount,rawArgTypesAddr,invokerSignature,rawInvoker,fn){var rawArgTypes=heap32VectorToArray(argCount,rawArgTypesAddr);methodName=readLatin1String(methodName);rawInvoker=embind__requireFunction(invokerSignature,rawInvoker);whenDependentTypesAreResolved([],[rawClassType],function(classType){classType=classType[0];var humanName=classType.name+"."+methodName;function unboundTypesHandler(){throwUnboundTypeError("Cannot call "+humanName+" due to unbound types",rawArgTypes)}if(methodName.startsWith("@@")){methodName=Symbol[methodName.substring(2)]}var proto=classType.registeredClass.constructor;if(undefined===proto[methodName]){unboundTypesHandler.argCount=argCount-1;proto[methodName]=unboundTypesHandler}else{ensureOverloadTable(proto,methodName,humanName);proto[methodName].overloadTable[argCount-1]=unboundTypesHandler}whenDependentTypesAreResolved([],rawArgTypes,function(argTypes){var invokerArgsArray=[argTypes[0],null].concat(argTypes.slice(1));var func=craftInvokerFunction(humanName,invokerArgsArray,null,rawInvoker,fn);if(undefined===proto[methodName].overloadTable){func.argCount=argCount-1;proto[methodName]=func}else{proto[methodName].overloadTable[argCount-1]=func}return[]});return[]})}function __embind_register_class_constructor(rawClassType,argCount,rawArgTypesAddr,invokerSignature,invoker,rawConstructor){assert(argCount>0);var rawArgTypes=heap32VectorToArray(argCount,rawArgTypesAddr);invoker=embind__requireFunction(invokerSignature,invoker);whenDependentTypesAreResolved([],[rawClassType],function(classType){classType=classType[0];var humanName="constructor "+classType.name;if(undefined===classType.registeredClass.constructor_body){classType.registeredClass.constructor_body=[]}if(undefined!==classType.registeredClass.constructor_body[argCount-1]){throw new BindingError("Cannot register multiple constructors with identical number of parameters ("+(argCount-1)+") for class '"+classType.name+"'! Overload resolution is currently only performed using the parameter count, not actual type info!")}classType.registeredClass.constructor_body[argCount-1]=(()=>{throwUnboundTypeError("Cannot construct "+classType.name+" due to unbound types",rawArgTypes)});whenDependentTypesAreResolved([],rawArgTypes,function(argTypes){argTypes.splice(1,0,null);classType.registeredClass.constructor_body[argCount-1]=craftInvokerFunction(humanName,argTypes,null,invoker,rawConstructor);return[]});return[]})}function __embind_register_class_function(rawClassType,methodName,argCount,rawArgTypesAddr,invokerSignature,rawInvoker,context,isPureVirtual){var rawArgTypes=heap32VectorToArray(argCount,rawArgTypesAddr);methodName=readLatin1String(methodName);rawInvoker=embind__requireFunction(invokerSignature,rawInvoker);whenDependentTypesAreResolved([],[rawClassType],function(classType){classType=classType[0];var humanName=classType.name+"."+methodName;if(methodName.startsWith("@@")){methodName=Symbol[methodName.substring(2)]}if(isPureVirtual){classType.registeredClass.pureVirtualFunctions.push(methodName)}function unboundTypesHandler(){throwUnboundTypeError("Cannot call "+humanName+" due to unbound types",rawArgTypes)}var proto=classType.registeredClass.instancePrototype;var method=proto[methodName];if(undefined===method||undefined===method.overloadTable&&method.className!==classType.name&&method.argCount===argCount-2){unboundTypesHandler.argCount=argCount-2;unboundTypesHandler.className=classType.name;proto[methodName]=unboundTypesHandler}else{ensureOverloadTable(proto,methodName,humanName);proto[methodName].overloadTable[argCount-2]=unboundTypesHandler}whenDependentTypesAreResolved([],rawArgTypes,function(argTypes){var memberFunction=craftInvokerFunction(humanName,argTypes,classType,rawInvoker,context);if(undefined===proto[methodName].overloadTable){memberFunction.argCount=argCount-2;proto[methodName]=memberFunction}else{proto[methodName].overloadTable[argCount-2]=memberFunction}return[]});return[]})}function __embind_register_constant(name,type,value){name=readLatin1String(name);whenDependentTypesAreResolved([],[type],function(type){type=type[0];Module[name]=type["fromWireType"](value);return[]})}var emval_free_list=[];var emval_handle_array=[{},{value:undefined},{value:null},{value:true},{value:false}];function __emval_decref(handle){if(handle>4&&0===--emval_handle_array[handle].refcount){emval_handle_array[handle]=undefined;emval_free_list.push(handle)}}function count_emval_handles(){var count=0;for(var i=5;i>1])};case 2:return function(pointer){var heap=signed?HEAP32:HEAPU32;return this["fromWireType"](heap[pointer>>2])};default:throw new TypeError("Unknown integer type: "+name)}}function __embind_register_enum(rawType,name,size,isSigned){var shift=getShiftFromSize(size);name=readLatin1String(name);function ctor(){}ctor.values={};registerType(rawType,{name:name,constructor:ctor,"fromWireType":function(c){return this.constructor.values[c]},"toWireType":function(destructors,c){return c.value},"argPackAdvance":8,"readValueFromPointer":enumReadValueFromPointer(name,shift,isSigned),destructorFunction:null});exposePublicSymbol(name,ctor)}function requireRegisteredType(rawType,humanName){var impl=registeredTypes[rawType];if(undefined===impl){throwBindingError(humanName+" has unknown type "+getTypeName(rawType))}return impl}function __embind_register_enum_value(rawEnumType,name,enumValue){var enumType=requireRegisteredType(rawEnumType,"enum");name=readLatin1String(name);var Enum=enumType.constructor;var Value=Object.create(enumType.constructor.prototype,{value:{value:enumValue},constructor:{value:createNamedFunction(enumType.name+"_"+name,function(){})}});Enum.values[enumValue]=Value;Enum[name]=Value}function _embind_repr(v){if(v===null){return"null"}var t=typeof v;if(t==="object"||t==="array"||t==="function"){return v.toString()}else{return""+v}}function floatReadValueFromPointer(name,shift){switch(shift){case 2:return function(pointer){return this["fromWireType"](HEAPF32[pointer>>2])};case 3:return function(pointer){return this["fromWireType"](HEAPF64[pointer>>3])};default:throw new TypeError("Unknown float type: "+name)}}function __embind_register_float(rawType,name,size){var shift=getShiftFromSize(size);name=readLatin1String(name);registerType(rawType,{name:name,"fromWireType":function(value){return value},"toWireType":function(destructors,value){return value},"argPackAdvance":8,"readValueFromPointer":floatReadValueFromPointer(name,shift),destructorFunction:null})}function __embind_register_function(name,argCount,rawArgTypesAddr,signature,rawInvoker,fn){var argTypes=heap32VectorToArray(argCount,rawArgTypesAddr);name=readLatin1String(name);rawInvoker=embind__requireFunction(signature,rawInvoker);exposePublicSymbol(name,function(){throwUnboundTypeError("Cannot call "+name+" due to unbound types",argTypes)},argCount-1);whenDependentTypesAreResolved([],argTypes,function(argTypes){var invokerArgsArray=[argTypes[0],null].concat(argTypes.slice(1));replacePublicSymbol(name,craftInvokerFunction(name,invokerArgsArray,null,rawInvoker,fn),argCount-1);return[]})}function integerReadValueFromPointer(name,shift,signed){switch(shift){case 0:return signed?function readS8FromPointer(pointer){return HEAP8[pointer]}:function readU8FromPointer(pointer){return HEAPU8[pointer]};case 1:return signed?function readS16FromPointer(pointer){return HEAP16[pointer>>1]}:function readU16FromPointer(pointer){return HEAPU16[pointer>>1]};case 2:return signed?function readS32FromPointer(pointer){return HEAP32[pointer>>2]}:function readU32FromPointer(pointer){return HEAPU32[pointer>>2]};default:throw new TypeError("Unknown integer type: "+name)}}function __embind_register_integer(primitiveType,name,size,minRange,maxRange){name=readLatin1String(name);if(maxRange===-1){maxRange=4294967295}var shift=getShiftFromSize(size);var fromWireType=value=>value;if(minRange===0){var bitshift=32-8*size;fromWireType=(value=>value<>>bitshift)}var isUnsignedType=name.includes("unsigned");var checkAssertions=(value,toTypeName)=>{};var toWireType;if(isUnsignedType){toWireType=function(destructors,value){checkAssertions(value,this.name);return value>>>0}}else{toWireType=function(destructors,value){checkAssertions(value,this.name);return value}}registerType(primitiveType,{name:name,"fromWireType":fromWireType,"toWireType":toWireType,"argPackAdvance":8,"readValueFromPointer":integerReadValueFromPointer(name,shift,minRange!==0),destructorFunction:null})}function __embind_register_memory_view(rawType,dataTypeIndex,name){var typeMapping=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array];var TA=typeMapping[dataTypeIndex];function decodeMemoryView(handle){handle=handle>>2;var heap=HEAPU32;var size=heap[handle];var data=heap[handle+1];return new TA(buffer,data,size)}name=readLatin1String(name);registerType(rawType,{name:name,"fromWireType":decodeMemoryView,"argPackAdvance":8,"readValueFromPointer":decodeMemoryView},{ignoreDuplicateRegistrations:true})}function __embind_register_smart_ptr(rawType,rawPointeeType,name,sharingPolicy,getPointeeSignature,rawGetPointee,constructorSignature,rawConstructor,shareSignature,rawShare,destructorSignature,rawDestructor){name=readLatin1String(name);rawGetPointee=embind__requireFunction(getPointeeSignature,rawGetPointee);rawConstructor=embind__requireFunction(constructorSignature,rawConstructor);rawShare=embind__requireFunction(shareSignature,rawShare);rawDestructor=embind__requireFunction(destructorSignature,rawDestructor);whenDependentTypesAreResolved([rawType],[rawPointeeType],function(pointeeType){pointeeType=pointeeType[0];var registeredPointer=new RegisteredPointer(name,pointeeType.registeredClass,false,false,true,pointeeType,sharingPolicy,rawGetPointee,rawConstructor,rawShare,rawDestructor);return[registeredPointer]})}function __embind_register_std_string(rawType,name){name=readLatin1String(name);var stdStringIsUTF8=name==="std::string";registerType(rawType,{name:name,"fromWireType":function(value){var length=HEAPU32[value>>2];var str;if(stdStringIsUTF8){var decodeStartPtr=value+4;for(var i=0;i<=length;++i){var currentBytePtr=value+4+i;if(i==length||HEAPU8[currentBytePtr]==0){var maxRead=currentBytePtr-decodeStartPtr;var stringSegment=UTF8ToString(decodeStartPtr,maxRead);if(str===undefined){str=stringSegment}else{str+=String.fromCharCode(0);str+=stringSegment}decodeStartPtr=currentBytePtr+1}}}else{var a=new Array(length);for(var i=0;ilengthBytesUTF8(value))}else{getLength=(()=>value.length)}var length=getLength();var ptr=_malloc(4+length+1);HEAPU32[ptr>>2]=length;if(stdStringIsUTF8&&valueIsOfTypeString){stringToUTF8(value,ptr+4,length+1)}else{if(valueIsOfTypeString){for(var i=0;i255){_free(ptr);throwBindingError("String has UTF-16 code units that do not fit in 8 bits")}HEAPU8[ptr+4+i]=charCode}}else{for(var i=0;iHEAPU16);shift=1}else if(charSize===4){decodeString=UTF32ToString;encodeString=stringToUTF32;lengthBytesUTF=lengthBytesUTF32;getHeap=(()=>HEAPU32);shift=2}registerType(rawType,{name:name,"fromWireType":function(value){var length=HEAPU32[value>>2];var HEAP=getHeap();var str;var decodeStartPtr=value+4;for(var i=0;i<=length;++i){var currentBytePtr=value+4+i*charSize;if(i==length||HEAP[currentBytePtr>>shift]==0){var maxReadBytes=currentBytePtr-decodeStartPtr;var stringSegment=decodeString(decodeStartPtr,maxReadBytes);if(str===undefined){str=stringSegment}else{str+=String.fromCharCode(0);str+=stringSegment}decodeStartPtr=currentBytePtr+charSize}}_free(value);return str},"toWireType":function(destructors,value){if(!(typeof value==="string")){throwBindingError("Cannot pass non-string to C++ string type "+name)}var length=lengthBytesUTF(value);var ptr=_malloc(4+length+charSize);HEAPU32[ptr>>2]=length>>shift;encodeString(value,ptr+4,length+charSize);if(destructors!==null){destructors.push(_free,ptr)}return ptr},"argPackAdvance":8,"readValueFromPointer":simpleReadValueFromPointer,destructorFunction:function(ptr){_free(ptr)}})}function __embind_register_value_object(rawType,name,constructorSignature,rawConstructor,destructorSignature,rawDestructor){structRegistrations[rawType]={name:readLatin1String(name),rawConstructor:embind__requireFunction(constructorSignature,rawConstructor),rawDestructor:embind__requireFunction(destructorSignature,rawDestructor),fields:[]}}function __embind_register_value_object_field(structType,fieldName,getterReturnType,getterSignature,getter,getterContext,setterArgumentType,setterSignature,setter,setterContext){structRegistrations[structType].fields.push({fieldName:readLatin1String(fieldName),getterReturnType:getterReturnType,getter:embind__requireFunction(getterSignature,getter),getterContext:getterContext,setterArgumentType:setterArgumentType,setter:embind__requireFunction(setterSignature,setter),setterContext:setterContext})}function __embind_register_void(rawType,name){name=readLatin1String(name);registerType(rawType,{isVoid:true,name:name,"argPackAdvance":0,"fromWireType":function(){return undefined},"toWireType":function(destructors,o){return undefined}})}function __emscripten_throw_longjmp(){throw"longjmp"}function __emval_as(handle,returnType,destructorsRef){handle=Emval.toValue(handle);returnType=requireRegisteredType(returnType,"emval::as");var destructors=[];var rd=Emval.toHandle(destructors);HEAP32[destructorsRef>>2]=rd;return returnType["toWireType"](destructors,handle)}function __emval_allocateDestructors(destructorsRef){var destructors=[];HEAP32[destructorsRef>>2]=Emval.toHandle(destructors);return destructors}var emval_symbols={};function getStringOrSymbol(address){var symbol=emval_symbols[address];if(symbol===undefined){return readLatin1String(address)}else{return symbol}}var emval_methodCallers=[];function __emval_call_method(caller,handle,methodName,destructorsRef,args){caller=emval_methodCallers[caller];handle=Emval.toValue(handle);methodName=getStringOrSymbol(methodName);return caller(handle,methodName,__emval_allocateDestructors(destructorsRef),args)}function __emval_call_void_method(caller,handle,methodName,args){caller=emval_methodCallers[caller];handle=Emval.toValue(handle);methodName=getStringOrSymbol(methodName);caller(handle,methodName,null,args)}function emval_get_global(){if(typeof globalThis==="object"){return globalThis}function testGlobal(obj){obj["$$$embind_global$$$"]=obj;var success=typeof $$$embind_global$$$==="object"&&obj["$$$embind_global$$$"]===obj;if(!success){delete obj["$$$embind_global$$$"]}return success}if(typeof $$$embind_global$$$==="object"){return $$$embind_global$$$}if(typeof global==="object"&&testGlobal(global)){$$$embind_global$$$=global}else if(typeof self==="object"&&testGlobal(self)){$$$embind_global$$$=self}if(typeof $$$embind_global$$$==="object"){return $$$embind_global$$$}throw Error("unable to get global object.")}function __emval_get_global(name){if(name===0){return Emval.toHandle(emval_get_global())}else{name=getStringOrSymbol(name);return Emval.toHandle(emval_get_global()[name])}}function __emval_addMethodCaller(caller){var id=emval_methodCallers.length;emval_methodCallers.push(caller);return id}function __emval_lookupTypes(argCount,argTypes){var a=new Array(argCount);for(var i=0;i>2)+i],"parameter "+i)}return a}var emval_registeredMethods=[];function __emval_get_method_caller(argCount,argTypes){var types=__emval_lookupTypes(argCount,argTypes);var retType=types[0];var signatureName=retType.name+"_$"+types.slice(1).map(function(t){return t.name}).join("_")+"$";var returnId=emval_registeredMethods[signatureName];if(returnId!==undefined){return returnId}var argN=new Array(argCount-1);var invokerFunction=(handle,name,destructors,args)=>{var offset=0;for(var i=0;i4){emval_handle_array[handle].refcount+=1}}function craftEmvalAllocator(argCount){var argsList=new Array(argCount+1);return function(constructor,argTypes,args){argsList[0]=constructor;for(var i=0;i>2)+i],"parameter "+i);argsList[i+1]=argType["readValueFromPointer"](args);args+=argType["argPackAdvance"]}var obj=new(constructor.bind.apply(constructor,argsList));return Emval.toHandle(obj)}}var emval_newers={};function __emval_new(handle,argCount,argTypes,args){handle=Emval.toValue(handle);var newer=emval_newers[argCount];if(!newer){newer=craftEmvalAllocator(argCount);emval_newers[argCount]=newer}return newer(handle,argTypes,args)}function __emval_new_array(){return Emval.toHandle([])}function __emval_new_cstring(v){return Emval.toHandle(getStringOrSymbol(v))}function __emval_new_object(){return Emval.toHandle({})}function __emval_not(object){object=Emval.toValue(object);return!object}function __emval_run_destructors(handle){var destructors=Emval.toValue(handle);runDestructors(destructors);__emval_decref(handle)}function __emval_set_property(handle,key,value){handle=Emval.toValue(handle);key=Emval.toValue(key);value=Emval.toValue(value);handle[key]=value}function __emval_take_value(type,argv){type=requireRegisteredType(type,"_emval_take_value");var v=type["readValueFromPointer"](argv);return Emval.toHandle(v)}function _abort(){abort("")}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.now());var _emscripten_get_now_is_monotonic=true;function _clock_gettime(clk_id,tp){var now;if(clk_id===0){now=Date.now()}else if((clk_id===1||clk_id===4)&&_emscripten_get_now_is_monotonic){now=_emscripten_get_now()}else{setErrNo(28);return-1}HEAP32[tp>>2]=now/1e3|0;HEAP32[tp+4>>2]=now%1e3*1e3*1e3|0;return 0}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(HEAP32[string+i*4>>2],len<0?undefined:len)}return source},createContext:function(canvas,webGLContextAttributes){if(!canvas.getContextSafariWebGL2Fixed){canvas.getContextSafariWebGL2Fixed=canvas.getContext;canvas.getContext=function(ver,attrs){var gl=canvas.getContextSafariWebGL2Fixed(ver,attrs);return ver=="webgl"==gl instanceof WebGLRenderingContext?gl:null}}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=GL.getNewId(GL.contexts);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;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 _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){GLctx.bufferData(target,HEAPU8,usage,data,size)}else{GLctx.bufferData(target,size,usage)}}else{GLctx.bufferData(target,data?HEAPU8.subarray(data,data+size):size,usage)}}function _emscripten_glBufferSubData(target,offset,size,data){if(GL.currentContext.version>=2){GLctx.bufferSubData(target,offset,HEAPU8,data,size);return}GLctx.bufferSubData(target,offset,HEAPU8.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,timeoutLo,timeoutHi){return GLctx.clientWaitSync(GL.syncs[sync],flags,convertI32PairToI53(timeoutLo,timeoutHi))}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){GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,imageSize,data)}else{GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,HEAPU8,data,imageSize)}return}GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,data?HEAPU8.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){GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,imageSize,data)}else{GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,HEAPU8,data,imageSize)}return}GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,data?HEAPU8.subarray(data,data+imageSize):null)}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}else{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}HEAP32[data>>2]=GLctx.getBufferParameter(target,value)}function _emscripten_glGetError(){var error=GLctx.getError()||GL.lastError;GL.lastError=0;return error}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}HEAP32[params>>2]=result}function writeI53ToI64(ptr,num){HEAPU32[ptr>>2]=num;HEAPU32[ptr+4>>2]=(num-HEAPU32[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:HEAPF32[p+i*4>>2]=result[i];break;case 4:HEAP8[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:HEAP32[p>>2]=ret;break;case 2:HEAPF32[p>>2]=ret;break;case 4:HEAP8[p>>0]=ret?1:0;break}}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)HEAP32[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)";HEAP32[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{HEAP32[p>>2]=GLctx.getProgramParameter(program,pname)}}function _emscripten_glGetRenderbufferParameteriv(target,pname,params){if(!params){GL.recordError(1281);return}HEAP32[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)HEAP32[length>>2]=numBytesWrittenExclNull}function _emscripten_glGetShaderPrecisionFormat(shaderType,precisionType,range,precision){var result=GLctx.getShaderPrecisionFormat(shaderType,precisionType);HEAP32[range>>2]=result.rangeMin;HEAP32[range+4>>2]=result.rangeMax;HEAP32[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;HEAP32[p>>2]=logLength}else if(pname==35720){var source=GLctx.getShaderSource(GL.shaders[shader]);var sourceLength=source?source.length+1:0;HEAP32[p>>2]=sourceLength}else{HEAP32[p>>2]=GLctx.getShaderParameter(GL.shaders[shader],pname)}}function stringToNewUTF8(jsString){var length=lengthBytesUTF8(jsString)+1;var cString=_malloc(length);stringToUTF8(jsString,cString,length);return cString}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,HEAP32,firsts>>2,HEAP32,counts>>2,HEAP32,instanceCounts>>2,HEAPU32,baseInstances>>2,drawCount)}function _emscripten_glMultiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(mode,counts,type,offsets,instanceCounts,baseVertices,baseInstances,drawCount){GLctx.mdibvbi["multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL"](mode,HEAP32,counts>>2,type,HEAP32,offsets>>2,HEAP32,instanceCounts>>2,HEAP32,baseVertices>>2,HEAPU32,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 HEAP8;if(type==1)return HEAPU8;if(type==2)return HEAP16;if(type==4)return HEAP32;if(type==6)return HEAPF32;if(type==5||type==28922||type==28520||type==30779||type==30782)return HEAPU32;return HEAPU16}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_glSamplerParameteri(sampler,pname,param){GLctx["samplerParameteri"](GL.samplers[sampler],pname,param)}function _emscripten_glSamplerParameteriv(sampler,pname,params){var param=HEAP32[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=HEAPF32[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=HEAP32[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){GLctx.uniform1fv(webglGetUniformLocation(location),HEAPF32,value>>2,count);return}if(count<=288){var view=miniTempWebGLFloatBuffers[count-1];for(var i=0;i>2]}}else{var view=HEAPF32.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){GLctx.uniform1iv(webglGetUniformLocation(location),HEAP32,value>>2,count);return}if(count<=288){var view=__miniTempWebGLIntBuffers[count-1];for(var i=0;i>2]}}else{var view=HEAP32.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){GLctx.uniform2fv(webglGetUniformLocation(location),HEAPF32,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]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2]}}else{var view=HEAPF32.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){GLctx.uniform2iv(webglGetUniformLocation(location),HEAP32,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]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2]}}else{var view=HEAP32.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){GLctx.uniform3fv(webglGetUniformLocation(location),HEAPF32,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]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2];view[i+2]=HEAPF32[value+(4*i+8)>>2]}}else{var view=HEAPF32.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){GLctx.uniform3iv(webglGetUniformLocation(location),HEAP32,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]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2];view[i+2]=HEAP32[value+(4*i+8)>>2]}}else{var view=HEAP32.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){GLctx.uniform4fv(webglGetUniformLocation(location),HEAPF32,value>>2,count*4);return}if(count<=72){var view=miniTempWebGLFloatBuffers[4*count-1];var heap=HEAPF32;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=HEAPF32.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){GLctx.uniform4iv(webglGetUniformLocation(location),HEAP32,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]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2];view[i+2]=HEAP32[value+(4*i+8)>>2];view[i+3]=HEAP32[value+(4*i+12)>>2]}}else{var view=HEAP32.subarray(value>>2,value+count*16>>2)}GLctx.uniform4iv(webglGetUniformLocation(location),view)}function _emscripten_glUniformMatrix2fv(location,count,transpose,value){if(GL.currentContext.version>=2){GLctx.uniformMatrix2fv(webglGetUniformLocation(location),!!transpose,HEAPF32,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]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2];view[i+2]=HEAPF32[value+(4*i+8)>>2];view[i+3]=HEAPF32[value+(4*i+12)>>2]}}else{var view=HEAPF32.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){GLctx.uniformMatrix3fv(webglGetUniformLocation(location),!!transpose,HEAPF32,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]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2];view[i+2]=HEAPF32[value+(4*i+8)>>2];view[i+3]=HEAPF32[value+(4*i+12)>>2];view[i+4]=HEAPF32[value+(4*i+16)>>2];view[i+5]=HEAPF32[value+(4*i+20)>>2];view[i+6]=HEAPF32[value+(4*i+24)>>2];view[i+7]=HEAPF32[value+(4*i+28)>>2];view[i+8]=HEAPF32[value+(4*i+32)>>2]}}else{var view=HEAPF32.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){GLctx.uniformMatrix4fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*16);return}if(count<=18){var view=miniTempWebGLFloatBuffers[16*count-1];var heap=HEAPF32;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=HEAPF32.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,HEAPF32[v>>2],HEAPF32[v+4>>2])}function _emscripten_glVertexAttrib3fv(index,v){GLctx.vertexAttrib3f(index,HEAPF32[v>>2],HEAPF32[v+4>>2],HEAPF32[v+8>>2])}function _emscripten_glVertexAttrib4fv(index,v){GLctx.vertexAttrib4f(index,HEAPF32[v>>2],HEAPF32[v+4>>2],HEAPF32[v+8>>2],HEAPF32[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,timeoutLo,timeoutHi){GLctx.waitSync(GL.syncs[sync],flags,convertI32PairToI53(timeoutLo,timeoutHi))}function emscripten_realloc_buffer(size){try{wasmMemory.grow(size-buffer.byteLength+65535>>>16);updateGlobalBufferAndViews(wasmMemory.buffer);return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){var oldSize=HEAPU8.length;requestedSize=requestedSize>>>0;var maxHeapSize=2147483648;if(requestedSize>maxHeapSize){return false}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_webgl_do_get_current_context(){return GL.currentContext?GL.currentContext.handle:0}function _emscripten_webgl_get_current_context(){return _emscripten_webgl_do_get_current_context()}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 _environ_get(__environ,environ_buf){var bufSize=0;getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;HEAP32[__environ+i*4>>2]=ptr;writeAsciiToMemory(string,ptr);bufSize+=string.length+1});return 0}function _environ_sizes_get(penviron_count,penviron_buf_size){var strings=getEnvStrings();HEAP32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(function(string){bufSize+=string.length+1});HEAP32[penviron_buf_size>>2]=bufSize;return 0}function _exit(status){exit(status)}function _fd_close(fd){return 0}function _fd_pread(fd,iov,iovcnt,offset_low,offset_high,pnum){var stream=SYSCALLS.getStreamFromFD(fd);var num=SYSCALLS.doReadv(stream,iov,iovcnt,offset_low);HEAP32[pnum>>2]=num;return 0}function _fd_read(fd,iov,iovcnt,pnum){var stream=SYSCALLS.getStreamFromFD(fd);var num=SYSCALLS.doReadv(stream,iov,iovcnt);HEAP32[pnum>>2]=num;return 0}function _fd_seek(fd,offset_low,offset_high,whence,newOffset){}function _fd_write(fd,iov,iovcnt,pnum){var num=0;for(var i=0;i>2];var len=HEAP32[iov+4>>2];iov+=8;for(var j=0;j>2]=num;return 0}function _getTempRet0(){return getTempRet0()}function _setTempRet0(val){setTempRet0(val)}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 _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[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}else{return thisDate.getFullYear()}}else{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"}else{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 janFirst=new Date(date.tm_year+1900,0,1);var firstSunday=janFirst.getDay()===0?janFirst:__addDays(janFirst,7-janFirst.getDay());var endDate=new Date(date.tm_year+1900,date.tm_mon,date.tm_mday);if(compareByDay(firstSunday,endDate)<0){var februaryFirstUntilEndMonth=__arraySum(__isLeapYear(endDate.getFullYear())?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,endDate.getMonth()-1)-31;var firstSundayUntilEndJanuary=31-firstSunday.getDate();var days=firstSundayUntilEndJanuary+februaryFirstUntilEndMonth+endDate.getDate();return leadingNulls(Math.ceil(days/7),2)}return compareByDay(firstSunday,janFirst)===0?"01":"00"},"%V":function(date){var janFourthThisYear=new Date(date.tm_year+1900,0,4);var janFourthNextYear=new Date(date.tm_year+1901,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);var endDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);if(compareByDay(endDate,firstWeekStartThisYear)<0){return"53"}if(compareByDay(firstWeekStartNextYear,endDate)<=0){return"01"}var daysDifference;if(firstWeekStartThisYear.getFullYear()=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"%"}};for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}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){return _strftime(s,maxsize,format,tm)}InternalError=Module["InternalError"]=extendError(Error,"InternalError");embind_init_charCodes();BindingError=Module["BindingError"]=extendError(Error,"BindingError");init_ClassHandle();init_RegisteredPointer();init_embind();UnboundTypeError=Module["UnboundTypeError"]=extendError(Error,"UnboundTypeError");init_emval();var GLctx;for(var i=0;i<32;++i)tempFixedLengthArray.push(new Array(i));var miniTempWebGLFloatBuffersStorage=new Float32Array(288);for(var i=0;i<288;++i){miniTempWebGLFloatBuffers[i]=miniTempWebGLFloatBuffersStorage.subarray(0,i+1)}var __miniTempWebGLIntBuffersStorage=new Int32Array(288);for(var i=0;i<288;++i){__miniTempWebGLIntBuffers[i]=__miniTempWebGLIntBuffersStorage.subarray(0,i+1)}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}var asmLibraryArg={"Z":___cxa_allocate_exception,"Y":___cxa_throw,"X":___syscall_fcntl64,"ad":___syscall_fstat64,"$c":___syscall_fstatat64,"_c":___syscall_ioctl,"Zc":___syscall_lstat64,"Yc":___syscall_mmap2,"Xc":___syscall_munmap,"W":___syscall_open,"Wc":___syscall_stat64,"w":__embind_finalize_value_object,"$":__embind_register_bigint,"Sc":__embind_register_bool,"m":__embind_register_class,"e":__embind_register_class_class_function,"x":__embind_register_class_constructor,"d":__embind_register_class_function,"U":__embind_register_constant,"Rc":__embind_register_emval,"l":__embind_register_enum,"k":__embind_register_enum_value,"T":__embind_register_float,"s":__embind_register_function,"z":__embind_register_integer,"q":__embind_register_memory_view,"o":__embind_register_smart_ptr,"S":__embind_register_std_string,"I":__embind_register_std_wstring,"v":__embind_register_value_object,"i":__embind_register_value_object_field,"Qc":__embind_register_void,"Pc":__emscripten_throw_longjmp,"C":__emval_as,"D":__emval_call_method,"B":__emval_call_void_method,"H":__emval_decref,"Oc":__emval_get_global,"y":__emval_get_method_caller,"R":__emval_get_property,"G":__emval_incref,"Nc":__emval_new,"Mc":__emval_new_array,"Lc":__emval_new_cstring,"Kc":__emval_new_object,"Jc":__emval_not,"Ic":__emval_run_destructors,"u":__emval_set_property,"t":__emval_take_value,"a":_abort,"Hc":_clock_gettime,"Gc":_emscripten_glActiveTexture,"Fc":_emscripten_glAttachShader,"Ec":_emscripten_glBindAttribLocation,"Dc":_emscripten_glBindBuffer,"Q":_emscripten_glBindFramebuffer,"Cc":_emscripten_glBindRenderbuffer,"Bc":_emscripten_glBindSampler,"Ac":_emscripten_glBindTexture,"zc":_emscripten_glBindVertexArray,"yc":_emscripten_glBindVertexArrayOES,"xc":_emscripten_glBlendColor,"wc":_emscripten_glBlendEquation,"vc":_emscripten_glBlendFunc,"uc":_emscripten_glBlitFramebuffer,"tc":_emscripten_glBufferData,"sc":_emscripten_glBufferSubData,"rc":_emscripten_glCheckFramebufferStatus,"P":_emscripten_glClear,"O":_emscripten_glClearColor,"N":_emscripten_glClearStencil,"qc":_emscripten_glClientWaitSync,"pc":_emscripten_glColorMask,"oc":_emscripten_glCompileShader,"nc":_emscripten_glCompressedTexImage2D,"mc":_emscripten_glCompressedTexSubImage2D,"lc":_emscripten_glCopyTexSubImage2D,"kc":_emscripten_glCreateProgram,"jc":_emscripten_glCreateShader,"ic":_emscripten_glCullFace,"hc":_emscripten_glDeleteBuffers,"gc":_emscripten_glDeleteFramebuffers,"fc":_emscripten_glDeleteProgram,"ec":_emscripten_glDeleteRenderbuffers,"dc":_emscripten_glDeleteSamplers,"cc":_emscripten_glDeleteShader,"bc":_emscripten_glDeleteSync,"ac":_emscripten_glDeleteTextures,"$b":_emscripten_glDeleteVertexArrays,"_b":_emscripten_glDeleteVertexArraysOES,"Zb":_emscripten_glDepthMask,"Yb":_emscripten_glDisable,"Xb":_emscripten_glDisableVertexAttribArray,"Wb":_emscripten_glDrawArrays,"Vb":_emscripten_glDrawArraysInstanced,"Ub":_emscripten_glDrawArraysInstancedBaseInstanceWEBGL,"Tb":_emscripten_glDrawBuffers,"Sb":_emscripten_glDrawElements,"Rb":_emscripten_glDrawElementsInstanced,"Qb":_emscripten_glDrawElementsInstancedBaseVertexBaseInstanceWEBGL,"Pb":_emscripten_glDrawRangeElements,"Ob":_emscripten_glEnable,"Nb":_emscripten_glEnableVertexAttribArray,"Mb":_emscripten_glFenceSync,"Lb":_emscripten_glFinish,"Kb":_emscripten_glFlush,"Jb":_emscripten_glFramebufferRenderbuffer,"Ib":_emscripten_glFramebufferTexture2D,"Hb":_emscripten_glFrontFace,"Gb":_emscripten_glGenBuffers,"Fb":_emscripten_glGenFramebuffers,"Eb":_emscripten_glGenRenderbuffers,"Db":_emscripten_glGenSamplers,"Cb":_emscripten_glGenTextures,"Bb":_emscripten_glGenVertexArrays,"Ab":_emscripten_glGenVertexArraysOES,"zb":_emscripten_glGenerateMipmap,"yb":_emscripten_glGetBufferParameteriv,"xb":_emscripten_glGetError,"wb":_emscripten_glGetFramebufferAttachmentParameteriv,"F":_emscripten_glGetIntegerv,"vb":_emscripten_glGetProgramInfoLog,"ub":_emscripten_glGetProgramiv,"tb":_emscripten_glGetRenderbufferParameteriv,"sb":_emscripten_glGetShaderInfoLog,"rb":_emscripten_glGetShaderPrecisionFormat,"qb":_emscripten_glGetShaderiv,"M":_emscripten_glGetString,"pb":_emscripten_glGetStringi,"ob":_emscripten_glGetUniformLocation,"nb":_emscripten_glInvalidateFramebuffer,"mb":_emscripten_glInvalidateSubFramebuffer,"lb":_emscripten_glIsSync,"kb":_emscripten_glIsTexture,"jb":_emscripten_glLineWidth,"ib":_emscripten_glLinkProgram,"hb":_emscripten_glMultiDrawArraysInstancedBaseInstanceWEBGL,"gb":_emscripten_glMultiDrawElementsInstancedBaseVertexBaseInstanceWEBGL,"fb":_emscripten_glPixelStorei,"eb":_emscripten_glReadBuffer,"db":_emscripten_glReadPixels,"cb":_emscripten_glRenderbufferStorage,"bb":_emscripten_glRenderbufferStorageMultisample,"ab":_emscripten_glSamplerParameteri,"$a":_emscripten_glSamplerParameteriv,"_a":_emscripten_glScissor,"Za":_emscripten_glShaderSource,"Ya":_emscripten_glStencilFunc,"Xa":_emscripten_glStencilFuncSeparate,"Wa":_emscripten_glStencilMask,"Va":_emscripten_glStencilMaskSeparate,"Ua":_emscripten_glStencilOp,"Ta":_emscripten_glStencilOpSeparate,"Sa":_emscripten_glTexImage2D,"Ra":_emscripten_glTexParameterf,"Qa":_emscripten_glTexParameterfv,"Pa":_emscripten_glTexParameteri,"Oa":_emscripten_glTexParameteriv,"Na":_emscripten_glTexStorage2D,"Ma":_emscripten_glTexSubImage2D,"La":_emscripten_glUniform1f,"Ka":_emscripten_glUniform1fv,"Ja":_emscripten_glUniform1i,"Ia":_emscripten_glUniform1iv,"Ha":_emscripten_glUniform2f,"Ga":_emscripten_glUniform2fv,"Fa":_emscripten_glUniform2i,"Ea":_emscripten_glUniform2iv,"Da":_emscripten_glUniform3f,"Ca":_emscripten_glUniform3fv,"Ba":_emscripten_glUniform3i,"Aa":_emscripten_glUniform3iv,"za":_emscripten_glUniform4f,"ya":_emscripten_glUniform4fv,"xa":_emscripten_glUniform4i,"wa":_emscripten_glUniform4iv,"va":_emscripten_glUniformMatrix2fv,"ua":_emscripten_glUniformMatrix3fv,"ta":_emscripten_glUniformMatrix4fv,"sa":_emscripten_glUseProgram,"ra":_emscripten_glVertexAttrib1f,"qa":_emscripten_glVertexAttrib2fv,"pa":_emscripten_glVertexAttrib3fv,"oa":_emscripten_glVertexAttrib4fv,"na":_emscripten_glVertexAttribDivisor,"ma":_emscripten_glVertexAttribIPointer,"la":_emscripten_glVertexAttribPointer,"ka":_emscripten_glViewport,"ja":_emscripten_glWaitSync,"ia":_emscripten_resize_heap,"ha":_emscripten_webgl_get_current_context,"Vc":_environ_get,"Uc":_environ_sizes_get,"ga":_exit,"J":_fd_close,"ba":_fd_pread,"Tc":_fd_read,"aa":_fd_seek,"V":_fd_write,"b":_getTempRet0,"h":invoke_ii,"n":invoke_iii,"g":invoke_iiii,"A":invoke_iiiii,"fa":invoke_iiiiii,"L":invoke_iiiiiii,"K":invoke_iiiiiiiiii,"E":invoke_v,"j":invoke_vi,"r":invoke_vii,"f":invoke_viii,"p":invoke_viiii,"ea":invoke_viiiii,"da":invoke_viiiiii,"ca":invoke_viiiiiiiii,"c":_setTempRet0,"_":_strftime_l};var asm=createWasm();var ___wasm_call_ctors=Module["___wasm_call_ctors"]=function(){return(___wasm_call_ctors=Module["___wasm_call_ctors"]=Module["asm"]["cd"]).apply(null,arguments)};var _malloc=Module["_malloc"]=function(){return(_malloc=Module["_malloc"]=Module["asm"]["dd"]).apply(null,arguments)};var _free=Module["_free"]=function(){return(_free=Module["_free"]=Module["asm"]["fd"]).apply(null,arguments)};var ___errno_location=Module["___errno_location"]=function(){return(___errno_location=Module["___errno_location"]=Module["asm"]["gd"]).apply(null,arguments)};var ___getTypeName=Module["___getTypeName"]=function(){return(___getTypeName=Module["___getTypeName"]=Module["asm"]["hd"]).apply(null,arguments)};var ___embind_register_native_and_builtin_types=Module["___embind_register_native_and_builtin_types"]=function(){return(___embind_register_native_and_builtin_types=Module["___embind_register_native_and_builtin_types"]=Module["asm"]["id"]).apply(null,arguments)};var _memalign=Module["_memalign"]=function(){return(_memalign=Module["_memalign"]=Module["asm"]["jd"]).apply(null,arguments)};var _setThrew=Module["_setThrew"]=function(){return(_setThrew=Module["_setThrew"]=Module["asm"]["kd"]).apply(null,arguments)};var stackSave=Module["stackSave"]=function(){return(stackSave=Module["stackSave"]=Module["asm"]["ld"]).apply(null,arguments)};var stackRestore=Module["stackRestore"]=function(){return(stackRestore=Module["stackRestore"]=Module["asm"]["md"]).apply(null,arguments)};var dynCall_iiiji=Module["dynCall_iiiji"]=function(){return(dynCall_iiiji=Module["dynCall_iiiji"]=Module["asm"]["nd"]).apply(null,arguments)};var dynCall_ji=Module["dynCall_ji"]=function(){return(dynCall_ji=Module["dynCall_ji"]=Module["asm"]["od"]).apply(null,arguments)};var dynCall_iiji=Module["dynCall_iiji"]=function(){return(dynCall_iiji=Module["dynCall_iiji"]=Module["asm"]["pd"]).apply(null,arguments)};var dynCall_iijjiii=Module["dynCall_iijjiii"]=function(){return(dynCall_iijjiii=Module["dynCall_iijjiii"]=Module["asm"]["qd"]).apply(null,arguments)};var dynCall_iij=Module["dynCall_iij"]=function(){return(dynCall_iij=Module["dynCall_iij"]=Module["asm"]["rd"]).apply(null,arguments)};var dynCall_vijjjii=Module["dynCall_vijjjii"]=function(){return(dynCall_vijjjii=Module["dynCall_vijjjii"]=Module["asm"]["sd"]).apply(null,arguments)};var dynCall_viji=Module["dynCall_viji"]=function(){return(dynCall_viji=Module["dynCall_viji"]=Module["asm"]["td"]).apply(null,arguments)};var dynCall_vijiii=Module["dynCall_vijiii"]=function(){return(dynCall_vijiii=Module["dynCall_vijiii"]=Module["asm"]["ud"]).apply(null,arguments)};var dynCall_viiiiij=Module["dynCall_viiiiij"]=function(){return(dynCall_viiiiij=Module["dynCall_viiiiij"]=Module["asm"]["vd"]).apply(null,arguments)};var dynCall_jii=Module["dynCall_jii"]=function(){return(dynCall_jii=Module["dynCall_jii"]=Module["asm"]["wd"]).apply(null,arguments)};var dynCall_iiij=Module["dynCall_iiij"]=function(){return(dynCall_iiij=Module["dynCall_iiij"]=Module["asm"]["xd"]).apply(null,arguments)};var dynCall_iiiij=Module["dynCall_iiiij"]=function(){return(dynCall_iiiij=Module["dynCall_iiiij"]=Module["asm"]["yd"]).apply(null,arguments)};var dynCall_viij=Module["dynCall_viij"]=function(){return(dynCall_viij=Module["dynCall_viij"]=Module["asm"]["zd"]).apply(null,arguments)};var dynCall_viiij=Module["dynCall_viiij"]=function(){return(dynCall_viiij=Module["dynCall_viiij"]=Module["asm"]["Ad"]).apply(null,arguments)};var dynCall_vij=Module["dynCall_vij"]=function(){return(dynCall_vij=Module["dynCall_vij"]=Module["asm"]["Bd"]).apply(null,arguments)};var dynCall_jiiii=Module["dynCall_jiiii"]=function(){return(dynCall_jiiii=Module["dynCall_jiiii"]=Module["asm"]["Cd"]).apply(null,arguments)};var dynCall_jiiiiii=Module["dynCall_jiiiiii"]=function(){return(dynCall_jiiiiii=Module["dynCall_jiiiiii"]=Module["asm"]["Dd"]).apply(null,arguments)};var dynCall_jiiiiji=Module["dynCall_jiiiiji"]=function(){return(dynCall_jiiiiji=Module["dynCall_jiiiiji"]=Module["asm"]["Ed"]).apply(null,arguments)};var dynCall_iijj=Module["dynCall_iijj"]=function(){return(dynCall_iijj=Module["dynCall_iijj"]=Module["asm"]["Fd"]).apply(null,arguments)};var dynCall_jiji=Module["dynCall_jiji"]=function(){return(dynCall_jiji=Module["dynCall_jiji"]=Module["asm"]["Gd"]).apply(null,arguments)};var dynCall_viijii=Module["dynCall_viijii"]=function(){return(dynCall_viijii=Module["dynCall_viijii"]=Module["asm"]["Hd"]).apply(null,arguments)};var dynCall_iiiiij=Module["dynCall_iiiiij"]=function(){return(dynCall_iiiiij=Module["dynCall_iiiiij"]=Module["asm"]["Id"]).apply(null,arguments)};var dynCall_iiiiijj=Module["dynCall_iiiiijj"]=function(){return(dynCall_iiiiijj=Module["dynCall_iiiiijj"]=Module["asm"]["Jd"]).apply(null,arguments)};var dynCall_iiiiiijj=Module["dynCall_iiiiiijj"]=function(){return(dynCall_iiiiiijj=Module["dynCall_iiiiiijj"]=Module["asm"]["Kd"]).apply(null,arguments)};function invoke_ii(index,a1){var sp=stackSave();try{return getWasmTableEntry(index)(a1)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iii(index,a1,a2){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viii(index,a1,a2,a3){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiii(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vi(index,a1){var sp=stackSave();try{getWasmTableEntry(index)(a1)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vii(index,a1,a2){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiii(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiii(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_v(index){var sp=stackSave();try{getWasmTableEntry(index)()}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}var calledRun;function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function run(args){args=args||arguments_;if(runDependencies>0){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()}}Module["run"]=run;function exit(status,implicit){EXITSTATUS=status;if(keepRuntimeAlive()){}else{exitRuntime()}procExit(status)}function procExit(code){EXITSTATUS=code;if(!keepRuntimeAlive()){if(Module["onExit"])Module["onExit"](code);ABORT=true}quit_(code,new ExitStatus(code))}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}run(); - - - return CanvasKitInit.ready -} -); -})(); -if (typeof exports === 'object' && typeof module === 'object') - module.exports = CanvasKitInit; -else if (typeof define === 'function' && define['amd']) - define([], function() { return CanvasKitInit; }); -else if (typeof exports === 'object') - exports["CanvasKitInit"] = CanvasKitInit; diff --git a/docs/canvaskit/profiling/canvaskit.wasm b/docs/canvaskit/profiling/canvaskit.wasm deleted file mode 100644 index 2dcf354..0000000 Binary files a/docs/canvaskit/profiling/canvaskit.wasm and /dev/null differ diff --git a/docs/favicon.png b/docs/favicon.png deleted file mode 100644 index c90bc46..0000000 Binary files a/docs/favicon.png and /dev/null differ diff --git a/docs/flutter_service_worker.js b/docs/flutter_service_worker.js deleted file mode 100644 index 224ef46..0000000 --- a/docs/flutter_service_worker.js +++ /dev/null @@ -1,193 +0,0 @@ -'use strict'; -const MANIFEST = 'flutter-app-manifest'; -const TEMP = 'flutter-temp-cache'; -const CACHE_NAME = 'flutter-app-cache'; -const RESOURCES = { - "canvaskit/canvaskit.wasm": "4b83d89d9fecbea8ca46f2f760c5a9ba", -"canvaskit/canvaskit.js": "c2b4e5f3d7a3d82aed024e7249a78487", -"canvaskit/profiling/canvaskit.wasm": "95e736ab31147d1b2c7b25f11d4c32cd", -"canvaskit/profiling/canvaskit.js": "ae2949af4efc61d28a4a80fffa1db900", -"version.json": "ed40bf58a38ceb5ddac91d6307e2f82f", -"favicon.png": "7e9390cbf7b7f5f4a602f39c60425332", -"index.html": "150124152b1618992b5f708a994368d1", -"/": "150124152b1618992b5f708a994368d1", -"assets/FontManifest.json": "20f2c8550f60a8c526235b99c78350bd", -"assets/LICENSE": "746ed028fa05c97be0eda6478ab2b268", -"assets/AssetManifest.json": "a702d982dd9105d2d3fa0c873acf5142", -"assets/NOTICES": "2ee112210698e5869f551a956d6ce888", -"assets/fonts/MaterialIcons-Regular.ttf": "56d3ffdef7a25659eab6a68a3fbfaf16", -"assets/fonts/MaterialIcons-Regular.otf": "7e7a6cccddf6d7b20012a548461d5d81", -"assets/fonts/MyFlutterApp.ttf": "6e148ef39d7b07d6a2a61bca1cb79d99", -"main.dart.js": "a6a5bfc71379dcfc901cc900adfdb874" -}; - -// The application shell files that are downloaded before a service worker can -// start. -const CORE = [ - "/", -"main.dart.js", -"index.html", -"assets/NOTICES", -"assets/AssetManifest.json", -"assets/FontManifest.json"]; -// During install, the TEMP cache is populated with the application shell files. -self.addEventListener("install", (event) => { - self.skipWaiting(); - return event.waitUntil( - caches.open(TEMP).then((cache) => { - return cache.addAll( - CORE.map((value) => new Request(value, {'cache': 'reload'}))); - }) - ); -}); - -// During activate, the cache is populated with the temp files downloaded in -// install. If this service worker is upgrading from one with a saved -// MANIFEST, then use this to retain unchanged resource files. -self.addEventListener("activate", function(event) { - return event.waitUntil(async function() { - try { - var contentCache = await caches.open(CACHE_NAME); - var tempCache = await caches.open(TEMP); - var manifestCache = await caches.open(MANIFEST); - var manifest = await manifestCache.match('manifest'); - // When there is no prior manifest, clear the entire cache. - if (!manifest) { - await caches.delete(CACHE_NAME); - contentCache = await caches.open(CACHE_NAME); - for (var request of await tempCache.keys()) { - var response = await tempCache.match(request); - await contentCache.put(request, response); - } - await caches.delete(TEMP); - // Save the manifest to make future upgrades efficient. - await manifestCache.put('manifest', new Response(JSON.stringify(RESOURCES))); - return; - } - var oldManifest = await manifest.json(); - var origin = self.location.origin; - for (var request of await contentCache.keys()) { - var key = request.url.substring(origin.length + 1); - if (key == "") { - key = "/"; - } - // If a resource from the old manifest is not in the new cache, or if - // the MD5 sum has changed, delete it. Otherwise the resource is left - // in the cache and can be reused by the new service worker. - if (!RESOURCES[key] || RESOURCES[key] != oldManifest[key]) { - await contentCache.delete(request); - } - } - // Populate the cache with the app shell TEMP files, potentially overwriting - // cache files preserved above. - for (var request of await tempCache.keys()) { - var response = await tempCache.match(request); - await contentCache.put(request, response); - } - await caches.delete(TEMP); - // Save the manifest to make future upgrades efficient. - await manifestCache.put('manifest', new Response(JSON.stringify(RESOURCES))); - return; - } catch (err) { - // On an unhandled exception the state of the cache cannot be guaranteed. - console.error('Failed to upgrade service worker: ' + err); - await caches.delete(CACHE_NAME); - await caches.delete(TEMP); - await caches.delete(MANIFEST); - } - }()); -}); - -// The fetch handler redirects requests for RESOURCE files to the service -// worker cache. -self.addEventListener("fetch", (event) => { - if (event.request.method !== 'GET') { - return; - } - var origin = self.location.origin; - var key = event.request.url.substring(origin.length + 1); - // Redirect URLs to the index.html - if (key.indexOf('?v=') != -1) { - key = key.split('?v=')[0]; - } - if (event.request.url == origin || event.request.url.startsWith(origin + '/#') || key == '') { - key = '/'; - } - // If the URL is not the RESOURCE list then return to signal that the - // browser should take over. - if (!RESOURCES[key]) { - return; - } - // If the URL is the index.html, perform an online-first request. - if (key == '/') { - return onlineFirst(event); - } - event.respondWith(caches.open(CACHE_NAME) - .then((cache) => { - return cache.match(event.request).then((response) => { - // Either respond with the cached resource, or perform a fetch and - // lazily populate the cache. - return response || fetch(event.request).then((response) => { - cache.put(event.request, response.clone()); - return response; - }); - }) - }) - ); -}); - -self.addEventListener('message', (event) => { - // SkipWaiting can be used to immediately activate a waiting service worker. - // This will also require a page refresh triggered by the main worker. - if (event.data === 'skipWaiting') { - self.skipWaiting(); - return; - } - if (event.data === 'downloadOffline') { - downloadOffline(); - return; - } -}); - -// Download offline will check the RESOURCES for all files not in the cache -// and populate them. -async function downloadOffline() { - var resources = []; - var contentCache = await caches.open(CACHE_NAME); - var currentContent = {}; - for (var request of await contentCache.keys()) { - var key = request.url.substring(origin.length + 1); - if (key == "") { - key = "/"; - } - currentContent[key] = true; - } - for (var resourceKey of Object.keys(RESOURCES)) { - if (!currentContent[resourceKey]) { - resources.push(resourceKey); - } - } - return contentCache.addAll(resources); -} - -// Attempt to download the resource online before falling back to -// the offline cache. -function onlineFirst(event) { - return event.respondWith( - fetch(event.request).then((response) => { - return caches.open(CACHE_NAME).then((cache) => { - cache.put(event.request, response.clone()); - return response; - }); - }).catch((error) => { - return caches.open(CACHE_NAME).then((cache) => { - return cache.match(event.request).then((response) => { - if (response != null) { - return response; - } - throw error; - }); - }); - }) - ); -} diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 3bc47a8..0000000 --- a/docs/index.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - Âm Lịch - - - - - - - - - - - \ No newline at end of file diff --git a/docs/main.dart.js b/docs/main.dart.js deleted file mode 100644 index ad69158..0000000 --- a/docs/main.dart.js +++ /dev/null @@ -1,72019 +0,0 @@ -(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 setFunctionNamesIfNecessary(a){function t(){};if(typeof t.name=="string")return -for(var s=0;s2)return B.b2 -return B.c9}else if(B.d.A(q.toLowerCase(),"iphone")||B.d.A(q.toLowerCase(),"ipad")||B.d.A(q.toLowerCase(),"ipod"))return B.b2 -else if(B.d.A(s,"Android"))return B.jM -else if(B.d.cr(q,"Linux"))return B.Ba -else if(B.d.cr(q,"Win"))return B.Bb -else return B.W7}, -ayh(){var s=$.eb() -return s===B.b2&&B.d.A(window.navigator.userAgent,"OS 15_")}, -Cu(){var s,r=A.Dw(1,1) -if(B.bl.BQ(r,"webgl2")!=null){s=$.eb() -if(s===B.b2)return 1 -return 2}if(B.bl.BQ(r,"webgl")!=null)return 1 -return-1}, -a4(){return $.cV.cu()}, -alM(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}, -ayZ(a){var s,r,q=new Float32Array(9) -for(s=0;s<9;++s){r=B.S1[s] -if(r<16)q[s]=a[r] -else q[s]=0}return q}, -alN(a){var s=new Float32Array(2) -s[0]=a.a -s[1]=a.b -return s}, -ayY(a){var s,r -if(a==null)return $.an3() -s=new Float32Array(4) -for(r=0;r<4;++r)s[r]=a[r] -return s}, -ayp(a){return self.window.flutterCanvasKit.Malloc(self.Float32Array,a)}, -akJ(a,b){var s=J.aqw(a),r=b.a -s[0]=(r>>>16&255)/255 -s[1]=(r>>>8&255)/255 -s[2]=(r&255)/255 -s[3]=(r>>>24&255)/255 -return s}, -fq(a){var s=new Float32Array(4) -s[0]=a.a -s[1]=a.b -s[2]=a.c -s[3]=a.d -return s}, -alg(a){return new A.v(a[0],a[1],a[2],a[3])}, -lZ(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.x -s[8]=a.y -s[9]=a.z -s[10]=a.Q -s[11]=a.ch -return s}, -ayX(a){var s,r=a.length,q=new Uint32Array(r) -for(s=0;s=0;++r){p=b.length -if(p<=r||!J.f(a[q],b[p-1-r]))return o}return new A.rf(B.b.e5(a,s+1),B.b.c_(b,0,b.length-s-1),!0,B.b.gI(a))}return o}, -arX(){var s,r,q,p,o,n,m,l=t.Te,k=A.x(l,t.Gs) -for(s=$.anf(),r=0;r<25;++r){q=s[r] -q.c=q.d=null -for(p=q.b,o=p.length,n=0;n"),p=p.a,n=0;n"),q=q.c,o=d.$ti.c;d.u();){i=o.a(d.d) -for(h=new A.eV(e,e.r,p),h.c=e.e;h.u();){g=q.a(h.d).d -if(g==null)continue -g=g.c -l=A.a([],g.$ti.i("t<1>")) -g.a.qu(i,l) -j.N(0,l)}}d=$.om() -j.ai(0,d.goC(d)) -if(b.a!==0||k.a!==0)if(!f.a)A.QA() -else{d=$.om() -q=d.c -if(!(q.gb5(q)||d.d!=null)){$.bV().$1("Could not find a set of Noto fonts to display all missing characters. Please add a font asset for the missing characters. See: https://flutter.dev/docs/cookbook/design/fonts") -f.b.N(0,b)}}return A.ah(null,r)}}) -return A.ai($async$abO,r)}, -awH(a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=null,a0="Unable to parse Google Fonts CSS: ",a1=A.a([],t.Zh) -for(s=A.adB(a2),s=new A.kn(s.a(),s.$ti.i("kn<1>")),r=t.Cz,q=a,p=q,o=!1;s.u();){n=s.gD(s) -if(!o){if(n!=="@font-face {")continue -o=!0}else if(B.d.cr(n," src:")){m=B.d.fg(n,"url(") -if(m===-1){$.bV().$1("Unable to resolve Noto font URL: "+n) -return a}p=B.d.ag(n,m+4,B.d.fg(n,")")) -o=!0}else if(B.d.cr(n," unicode-range:")){q=A.a([],r) -l=B.d.ag(n,17,n.length-1).split(", ") -for(n=l.length,k=0;k"),r=A.o(a5),q=r.i("eV<1>"),r=r.c,a3=a3.c,p=a4==="ja",o=a4==="zh-HK",n=a4!=="zh-Hant",m=a4!=="zh-Hans",l=a4!=="zh-CN",k=a4!=="zh-SG",j=a4==="zh-MY",i=a4!=="zh-TW",h=a4==="zh-MO";a5.a!==0;){g={} -B.b.sq(a2,0) -for(f=new A.eV(a6,a6.r,s),f.c=a6.e,e=0;f.u();){d=a3.a(f.d) -for(c=new A.eV(a5,a5.r,q),c.c=a5.e,b=0;c.u();){a=r.a(c.d) -a0=d.d -if((a0==null?null:a0.c.a.th(a))===!0)++b}if(b>e){B.b.sq(a2,0) -a2.push(d) -e=b}else if(b===e)a2.push(d)}if(e===0)break -g.a=B.b.gI(a2) -if(a2.length>1)if(B.b.zR(a2,new A.abP()))if(!m||!l||!k||j){if(B.b.A(a2,$.QZ()))g.a=$.QZ()}else if(!n||!i||h){if(B.b.A(a2,$.R_()))g.a=$.R_()}else if(o){if(B.b.A(a2,$.QX()))g.a=$.QX()}else if(p)if(B.b.A(a2,$.QY()))g.a=$.QY() -a5.WY(new A.abQ(g),!0) -a1.N(0,a2)}return a1}, -cn(a,b){return new A.n2(a,b)}, -aiE(a,b,c){J.apF(new self.window.flutterCanvasKit.Font(c),A.a([0],t.t),null,null) -return new A.q4(b,a,c)}, -aQ(){if(self.window.flutterWebRenderer!=null){var s=self.window.flutterWebRenderer -s.toString -return J.f(s,"canvaskit")}s=$.eb() -return J.ec(B.ng.a,s)}, -ayc(){var s,r=new A.ad($.a3,t.U),q=new A.bd(r,t.h) -if(self.window.flutterCanvasKit!=null){s=self.window.flutterCanvasKit -s.toString -$.cV.b=s -q.dl(0)}else{A.awU(null) -$.akj.bG(0,new A.ac1(q),t.P)}$.h5=A.cl("flt-scene",null) -s=$.cA -if(s==null)s=$.cA=A.hl() -s.Me($.h5) -return r}, -awU(a){var s,r,q,p=$.bD -if(p==null)p=$.bD=new A.da(self.window.flutterConfiguration) -s=p.gt8(p)+"canvaskit.js" -p=$.bD -if(p==null)p=$.bD=new A.da(self.window.flutterConfiguration) -p=p.gt8(p) -$.akp=p -if(self.window.flutterCanvasKit==null){p=$.aaN -if(p!=null)B.WE.bD(p) -p=document.createElement("script") -$.aaN=p -p.src=s -p=new A.ad($.a3,t.U) -$.akj=p -r=A.bI("loadSubscription") -q=$.aaN -q.toString -r.b=A.bG(q,"load",new A.abA(r,new A.bd(p,t.h)),!1,t.TV.c) -p=$.aaN -p.toString -A.ayx(p)}}, -ahD(a,b){var s,r=A.a([],b.i("t>")) -a.ai(0,new A.Wr(r,b)) -B.b.f4(r,new A.Ws(b)) -s=new A.Wq(b).$1(r) -s.toString -new A.Wp(b).$1(s) -return new A.FC(s,b.i("FC<0>"))}, -bl(){var s=new A.oI(B.id,B.b3,B.cJ,B.r) -s.lZ(null,t.XP) -return s}, -ar2(a,b){var s,r,q=new A.oJ(b) -q.lZ(a,t.Cj) -s=q.gaI() -r=q.b -J.Rb(s,$.R0()[r.a]) -return q}, -IJ(){if($.aiY)return -$.bj().guq().b.push(A.aw9()) -$.aiY=!0}, -atP(a){A.IJ() -if(B.b.A($.yj,a))return -$.yj.push(a)}, -atQ(){var s,r -if($.yk.length===0&&$.yj.length===0)return -for(s=0;s<$.yk.length;++s){r=$.yk[s] -r.fb(0) -r.tu()}B.b.sq($.yk,0) -for(s=0;s<$.yj.length;++s)$.yj[s].aa7(0) -B.b.sq($.yj,0)}, -es(){var s,r,q,p,o="flt-canvas-container",n=$.hM -if(n==null){n=$.bD -if(n==null)n=$.bD=new A.da(self.window.flutterConfiguration) -n=n.gmq(n) -s=A.cl(o,null) -r=A.cl(o,null) -q=t.y1 -p=A.a([],q) -q=A.a([],q) -n=$.hM=new A.k0(new A.d2(s),new A.d2(r),n,p,q)}return n}, -ad3(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.up(b,c,d,e,f,l,k,s,g,h,j,p,a0,n,o,q,a,m,r,i)}, -afg(a,b){var s=A.atM(null) -if(a!=null)s.weight=$.anj()[a.a] -return s}, -agN(a){var s,r,q,p=null,o=A.a([],t.bY) -t.m6.a(a) -s=A.a([],t.up) -r=A.a([],t.AT) -q=J.anK(J.ap2($.cV.cu()),a.a,$.og.e) -r.push(A.ad3(p,p,p,p,p,p,a.c,p,p,a.d,a.r,a.f,p,a.e,a.x,p,p,p,p,p)) -return new A.Sg(q,a,o,s,r)}, -aeK(a,b){var s=A.a([],t.s) -if(a!=null)s.push(a) -if(b!=null&&!B.b.zR(b,new A.ab7(a)))B.b.N(s,b) -B.b.N(s,$.ty().f) -return s}, -agL(a){return new A.Dx(a)}, -CK(a){var s=new Float32Array(4) -s[0]=(a.gm(a)>>>16&255)/255 -s[1]=(a.gm(a)>>>8&255)/255 -s[2]=(a.gm(a)&255)/255 -s[3]=(a.gm(a)>>>24&255)/255 -return s}, -axs(a,b,c,d){var s,r,q,p,o,n,m,l,k=A.alg(J.acP(a.gaI())) -if(b===0)return k -s=!d.Lc() -if(s)k=A.QP(d,k) -r=Math.min(b*0.0078125*64,150) -q=1.1*b -p=-b -o=p*0 -n=p*-0.75 -m=new A.v(k.a-1+(o-r-q)*c,k.b-1+(n-r-q)*c,k.c+1+(o+r+q)*c,k.d+1+(n+r+q)*c) -if(s){l=new A.bA(new Float32Array(16)) -if(l.jT(d)!==0)return A.QP(l,m) -else return m}else return m}, -al6(a,b,c,d,e,f){var s,r,q=e?5:4,p=A.ap(B.c.aU((c.gm(c)>>>24&255)*0.039),c.gm(c)>>>16&255,c.gm(c)>>>8&255,c.gm(c)&255),o=A.ap(B.c.aU((c.gm(c)>>>24&255)*0.25),c.gm(c)>>>16&255,c.gm(c)>>>8&255,c.gm(c)&255),n={ambient:A.CK(p),spot:A.CK(o)},m=J.ao2($.cV.cu(),n),l=b.gaI(),k=new Float32Array(3) -k[2]=f*d -s=new Float32Array(3) -s[0]=0 -s[1]=-450 -s[2]=f*600 -r=J.l(m) -J.ao7(a,l,k,s,f*1.1,r.ga4d(m),r.gOp(m),q)}, -aii(){var s=$.c9() -return s===B.cU||window.navigator.clipboard==null?new A.Ux():new A.Sp()}, -hl(){var s=document.body -s.toString -s=new A.Fa(s) -s.eB(0) -return s}, -arT(a){switch(a){case"DeviceOrientation.portraitUp":return"portrait-primary" -case"DeviceOrientation.landscapeLeft":return"portrait-secondary" -case"DeviceOrientation.portraitDown":return"landscape-primary" -case"DeviceOrientation.landscapeRight":return"landscape-secondary" -default:return null}}, -akV(a,b,c){var s,r=b===B.R,q=b===B.cU -if(q)a.insertRule("flt-ruler-host p, flt-scene p { margin: 0; line-height: 100%;}",a.cssRules.length) -else a.insertRule("flt-ruler-host p, flt-scene p { margin: 0; }",a.cssRules.length) -a.insertRule(" flt-semantics input[type=range] {\n appearance: none;\n -webkit-appearance: none;\n width: 100%;\n position: absolute;\n border: none;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n }\n ",a.cssRules.length) -if(r)a.insertRule("flt-semantics input[type=range]::-webkit-slider-thumb { -webkit-appearance: none;}",a.cssRules.length) -if(q){a.insertRule("input::-moz-selection { background-color: transparent;}",a.cssRules.length) -a.insertRule("textarea::-moz-selection { background-color: transparent;}",a.cssRules.length)}else{a.insertRule("input::selection { background-color: transparent;}",a.cssRules.length) -a.insertRule("textarea::selection { background-color: transparent;}",a.cssRules.length)}a.insertRule(' flt-semantics input,\n flt-semantics textarea,\n flt-semantics [contentEditable="true"] {\n caret-color: transparent;\n }\n ',a.cssRules.length) -if(r)a.insertRule(" flt-glass-pane * {\n -webkit-tap-highlight-color: transparent;\n }\n ",a.cssRules.length) -a.insertRule(" .flt-text-editing::placeholder {\n opacity: 0;\n }\n ",a.cssRules.length) -s=$.c9() -if(s!==B.bO)if(s!==B.cV)s=s===B.R -else s=!0 -else s=!0 -if(s)a.insertRule(" .transparentTextEditing:-webkit-autofill,\n .transparentTextEditing:-webkit-autofill:hover,\n .transparentTextEditing:-webkit-autofill:focus,\n .transparentTextEditing:-webkit-autofill:active {\n -webkit-transition-delay: 99999s;\n }\n ",a.cssRules.length)}, -axO(){var s=$.cA -return s==null?$.cA=A.hl():s}, -acu(a,b){var s -if(b.k(0,B.i))return a -s=new A.bA(new Float32Array(16)) -s.ba(a) -s.Bw(0,b.a,b.b,0) -return s}, -al5(a,b,c){var s=a.aar() -if(c!=null)A.afd(s,A.acu(c,b).a) -return s}, -afc(){var s=0,r=A.aj(t.z) -var $async$afc=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:if(!$.aeH){$.aeH=!0 -B.bz.Mg(window,new A.acn())}return A.ah(null,r)}}) -return A.ai($async$afc,r)}, -aqH(a,b,c){var s=A.cl("flt-canvas",null),r=A.a([],t.lX),q=A.aV(),p=a.a,o=a.c-p,n=A.RG(o),m=a.b,l=a.d-m,k=A.RF(l) -l=new A.S6(A.RG(o),A.RF(l),c,A.a([],t.vj),A.du()) -q=new A.je(a,s,l,r,n,k,q,c,b) -k=s.style -k.position="absolute" -q.Q=B.c.c7(p)-1 -q.ch=B.c.c7(m)-1 -q.Is() -l.Q=t.py.a(s) -q.Ho() -return q}, -RG(a){return B.c.dE((a+1)*A.aV())+2}, -RF(a){return B.c.dE((a+1)*A.aV())+2}, -akY(a){if(a==null)return null -switch(a.a){case 3:return"source-over" -case 5:return"source-in" -case 7:return"source-out" -case 9:return"source-atop" -case 4:return"destination-over" -case 6:return"destination-in" -case 8:return"destination-out" -case 10:return"destination-atop" -case 12:return"lighten" -case 1:return"copy" -case 11:return"xor" -case 24:case 13:return"multiply" -case 14:return"screen" -case 15:return"overlay" -case 16:return"darken" -case 17:return"lighten" -case 18:return"color-dodge" -case 19:return"color-burn" -case 20:return"hard-light" -case 21:return"soft-light" -case 22:return"difference" -case 23:return"exclusion" -case 25:return"hue" -case 26:return"saturation" -case 27:return"color" -case 28:return"luminosity" -default:throw A.c(A.c1("Flutter Web does not support the blend mode: "+a.j(0)))}}, -ayK(a){switch(a.a){case 0:return"butt" -case 1:return"round" -case 2:default:return"square"}}, -ayL(a){switch(a.a){case 1:return"round" -case 2:return"bevel" -case 0:default:return"miter"}}, -akk(b0,b1,b2,b3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1="absolute",a2="hidden",a3="transform-origin",a4="transform",a5="border-radius",a6="transform-style",a7=t.lX,a8=A.a([],a7),a9=b0.length -for(s=null,r=null,q=0;q>>24&255))&255)<<24|q.gm(q)&16777215)>>>0)) -q.toString -h=q}else{q="blur("+A.e(g)+"px)" -B.f.ar(i,B.f.a9(i,"filter"),q,"")}}q=n-o -if(s){q=A.e(q-r)+"px" -i.width=q -q=A.e(l-m-r)+"px" -i.height=q -q=A.kq(r)+" solid "+h -i.border=q}else{q=A.e(q)+"px" -i.width=q -q=A.e(l-m)+"px" -i.height=q -i.backgroundColor=h}return f}, -akW(a,b){var s,r,q=b.e,p=b.r -if(q===p){s=b.Q -if(q===s){r=b.y -s=q===r&&q===b.f&&p===b.x&&s===b.ch&&r===b.z}else s=!1}else s=!1 -if(s){q=A.kq(b.Q) -B.f.ar(a,B.f.a9(a,"border-radius"),q,"") -return}q=A.kq(q)+" "+A.kq(b.f) -B.f.ar(a,B.f.a9(a,"border-top-left-radius"),q,"") -p=A.kq(p)+" "+A.kq(b.x) -B.f.ar(a,B.f.a9(a,"border-top-right-radius"),p,"") -p=A.kq(b.Q)+" "+A.kq(b.ch) -B.f.ar(a,B.f.a9(a,"border-bottom-left-radius"),p,"") -p=A.kq(b.y)+" "+A.kq(b.z) -B.f.ar(a,B.f.a9(a,"border-bottom-right-radius"),p,"")}, -kq(a){return B.c.Z(a===0?1:a,3)+"px"}, -alA(a,b,c,d){var s,r,q,p,o="fill",n=A.aj3() -n.setAttribute("width",c+"px") -n.setAttribute("height",d+"px") -n.setAttribute("viewBox","0 0 "+c+" "+d) -s=t.YG.a(t.ry.a(B.e1.p1(document,"http://www.w3.org/2000/svg","path"))) -n.appendChild(s) -r=b.r -q=r==null -if(q)r=B.r -p=b.b -if(p!==B.ad)if(p!==B.b3){p=b.c -p=p!==0&&p!=null}else p=!1 -else p=!0 -if(p){q=A.e8(r) -q.toString -s.setAttribute("stroke",q) -q=b.c -s.setAttribute("stroke-width",A.e(q==null?1:q)) -s.setAttribute(o,"none")}else if(!q){q=A.e8(r) -q.toString -s.setAttribute(o,q)}else s.setAttribute(o,"#000000") -if(a.b===B.hE)s.setAttribute("fill-rule","evenodd") -s.setAttribute("d",A.alz(a.a,0,0)) -return n}, -ad7(a,b,c){var s,r,q,p,o,n,m -if(0===b){c.push(new A.k(a.c,a.d)) -c.push(new A.k(a.e,a.f)) -return}s=new A.KE() -a.Ec(s) -r=s.a -r.toString -q=s.b -q.toString -p=a.b -o=a.f -if(A.d1(p,a.d,o)){n=r.f -if(!A.d1(p,n,o))m=r.f=q.b=Math.abs(n-p)0){s=b[7] -b[9]=s -b[5]=s -if(o===2){s=b[13] -b[15]=s -b[11]=s}}return o}, -avV(b0,b1,b2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9=b0.length -if(0===a9)for(s=0;s<8;++s)b2[s]=b1[s] -else{r=b0[0] -for(q=a9-1,p=0,s=0;s0))return 0 -s=1 -r=0}q=h-i -p=g-h -o=f-g -do{n=(r+s)/2 -m=i+q*n -l=h+p*n -k=m+(l-m)*n -j=k+(l+(g+o*n-l)*n-k)*n -if(j===0)return n -if(j<0)s=n -else r=n}while(Math.abs(r-s)>0.0000152587890625) -return(s+r)/2}, -al9(a,b,c,d,e){return(((d+3*(b-c)-a)*e+3*(c-b-b+a))*e+3*(b-a))*e+a}, -ae8(){var s=new A.nz(A.aik(),B.bK) -s.H1() -return s}, -avI(a,b,c){var s -if(0===c)s=0===b||360===b -else s=!1 -if(s)return new A.k(a.c,a.gb3().b) -return null}, -aaR(a,b,c,d){var s=a+b -if(s<=c)return d -return Math.min(c/s,d)}, -aij(a,b){var s=new A.YI(a,!0,a.x) -if(a.ch)a.wp() -if(!a.cx)s.Q=a.x -return s}, -aik(){var s=new Float32Array(16) -s=new A.pT(s,new Uint8Array(8)) -s.e=s.c=8 -s.fr=172 -return s}, -asN(a,b,c){var s,r,q=a.d,p=a.c,o=new Float32Array(p*2),n=a.f,m=q*2 -for(s=0;s0?1:0 -return s}, -QQ(a,b){var s -if(a<0){a=-a -b=-b}if(b===0||a===0||a>=b)return null -s=a/b -if(isNaN(s))return null -if(s===0)return null -return s}, -ayi(a){var s,r,q=a.e,p=a.r -if(q+p!==a.c-a.a)return!1 -s=a.f -r=a.x -if(s+r!==a.d-a.b)return!1 -if(q!==a.Q||p!==a.y||s!==a.ch||r!==a.z)return!1 -return!0}, -aiW(a,b,c,d,e,f){return new A.a1T(e-2*c+a,f-2*d+b,2*(c-a),2*(d-b),a,b)}, -YK(a,b,c,d,e,f){if(d===f)return A.d1(c,a,e)&&a!==e -else return a===c&&b===d}, -asO(a){var s,r,q,p,o=a[0],n=a[1],m=a[2],l=a[3],k=a[4],j=a[5],i=n-l,h=A.QQ(i,i-l+j) -if(h!=null){s=o+h*(m-o) -r=n+h*(l-n) -q=m+h*(k-m) -p=l+h*(j-l) -a[2]=s -a[3]=r -a[4]=s+h*(q-s) -a[5]=r+h*(p-r) -a[6]=q -a[7]=p -a[8]=k -a[9]=j -return 1}a[3]=Math.abs(i)=q}, -ayR(a,b,c,d){var s,r,q,p,o=a[1],n=a[3] -if(!A.d1(o,c,n))return -s=a[0] -r=a[2] -if(!A.d1(s,b,r))return -q=r-s -p=n-o -if(!(Math.abs((b-s)*p-q*(c-o))<0.000244140625))return -d.push(new A.k(q,p))}, -ayS(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=a[1],h=a[3],g=a[5] -if(!A.d1(i,c,h)&&!A.d1(h,c,g))return -s=a[0] -r=a[2] -q=a[4] -if(!A.d1(s,b,r)&&!A.d1(r,b,q))return -p=new A.jP() -o=p.k6(i-2*h+g,2*(h-i),i-c) -for(n=q-2*r+s,m=2*(r-s),l=0;l30)B.b.kl($.kt,0).d.n(0)}else a.d.n(0)}}, -YO(a,b){if(a<=0)return b*0.1 -else return Math.min(Math.max(b*0.5,a*10),b)}, -avX(a7,a8,a9){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6 -if(a7==null||a7.Lc())return 1 -s=a7.a -r=s[12] -q=s[15] -p=r*q -o=s[13] -n=o*q -m=s[3] -l=m*a8 -k=s[7] -j=k*a9 -i=1/(l+j+q) -h=s[0] -g=h*a8 -f=s[4] -e=f*a9 -d=(g+e+r)*i -c=s[1] -b=c*a8 -a=s[5] -a0=a*a9 -a1=(b+a0+o)*i -a2=Math.min(p,d) -a3=Math.max(p,d) -a4=Math.min(n,a1) -a5=Math.max(n,a1) -i=1/(m*0+j+q) -d=(h*0+e+r)*i -a1=(c*0+a0+o)*i -p=Math.min(a2,d) -a3=Math.max(a3,d) -n=Math.min(a4,a1) -a5=Math.max(a5,a1) -i=1/(l+k*0+q) -d=(g+f*0+r)*i -a1=(b+a*0+o)*i -p=Math.min(p,d) -a3=Math.max(a3,d) -n=Math.min(n,a1) -a6=Math.min((a3-p)/a8,(Math.max(a5,a1)-n)/a9) -if(a6<1e-9||a6===1)return 1 -if(a6>1){a6=Math.min(4,B.c.dE(a6/2)*2) -r=a8*a9 -if(r*a6*a6>4194304&&a6>2)a6=3355443.2/r}else a6=Math.max(2/B.c.c7(2/a6),0.0001) -return a6}, -ob(a,b){var s=a<0?0:a,r=b<0?0:b -return s*s+r*r}, -Cw(a){var s,r=a.a,q=r.y,p=q!=null?0+q.b*2:0 -r=r.c -s=r==null -if((s?0:r)!==0)p+=(s?0:r)*0.70710678118 -return p}, -asK(a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a -if(a1==null)a1=B.J7 -s=a0.length -r=a1[0]!==0 -q=B.b.gJ(a1)!==1 -p=r?s+1:s -if(q)++p -o=p*4 -n=new Float32Array(o) -m=new Float32Array(o) -o=p-1 -l=B.e.bC(o,4) -k=new Float32Array(4*(l+1)) -if(r){l=a0[0].a -n[0]=(l>>>16&255)/255 -n[1]=(l>>>8&255)/255 -n[2]=(l&255)/255 -n[3]=(l>>>24&255)/255 -k[0]=0 -j=4 -i=1}else{j=0 -i=0}for(l=a0.length,h=0;h>>16&255)/255 -j=g+1 -n[g]=(f>>>8&255)/255 -g=j+1 -n[j]=(f&255)/255 -j=g+1 -n[g]=(f>>>24&255)/255}for(l=a1.length,h=0;h>>16&255)/255 -j=g+1 -n[g]=(l>>>8&255)/255 -n[j]=(l&255)/255 -n[j+1]=(l>>>24&255)/255 -k[i]=1}d=4*o -for(c=0;c>>2 -m[c]=(n[c+4]-n[c])/(k[i+1]-k[i])}m[d]=0 -m[d+1]=0 -m[d+2]=0 -m[d+3]=0 -for(c=0;c1)B.b.f4(p,new A.abH()) -for(p=$.ace,o=p.length,r=0;r1)s.push(new A.l1(B.b.gI(p),B.b.gJ(p))) -else s.push(new A.l1(q,null))}return s}, -awp(a,b){var s=a.hc(b),r=A.axM(A.bo(s.b)) -switch(s.a){case"setDevicePixelRatio":$.bg().x=r -$.bj().f.$0() -return!0}return!1}, -CF(a,b){if(a==null)return -if(b===$.a3)a.$0() -else b.np(a)}, -QK(a,b,c){if(a==null)return -if(b===$.a3)a.$1(c) -else b.lx(a,c)}, -ayf(a,b,c,d){if(b===$.a3)a.$2(c,d) -else b.np(new A.ac6(a,c,d))}, -lW(a,b,c,d,e){if(a==null)return -if(b===$.a3)a.$3(c,d,e) -else b.np(new A.ac7(a,c,d,e))}, -axt(a){switch(a){case 0:return 1 -case 1:return 4 -case 2:return 2 -default:return B.e.O8(1,a)}}, -rl(a){var s=B.c.cX(a) -return A.cj(0,0,B.c.cX((a-s)*1000),s,0)}, -acs(a,b){var s=b.$0() -return s}, -axZ(){if($.bj().dx==null)return -$.aeT=B.c.cX(window.performance.now()*1000)}, -axX(){if($.bj().dx==null)return -$.aeB=B.c.cX(window.performance.now()*1000)}, -ald(){if($.bj().dx==null)return -$.aeA=B.c.cX(window.performance.now()*1000)}, -ale(){if($.bj().dx==null)return -$.aeR=B.c.cX(window.performance.now()*1000)}, -axY(){var s,r,q=$.bj() -if(q.dx==null)return -s=$.akK=B.c.cX(window.performance.now()*1000) -$.aeI.push(new A.kP(A.a([$.aeT,$.aeB,$.aeA,$.aeR,s,s,0,0,0,0,1],t.t))) -$.akK=$.aeR=$.aeA=$.aeB=$.aeT=-1 -if(s-$.an0()>1e5){$.awd=s -r=$.aeI -A.QK(q.dx,q.dy,r) -$.aeI=A.a([],t.no)}}, -awM(){return B.c.cX(window.performance.now()*1000)}, -axy(a){var s=A.ady(a) -return s}, -ayv(a){var s=self.parseFloat.$1(a) -if(s==null||isNaN(s))return null -return s}, -az0(a,b){var s,r=document.createElement("CANVAS") -if(r==null)return null -try{r.width=a -r.height=b}catch(s){return null}return r}, -aqB(){var s=new A.Rd() -s.Sm() -return s}, -avT(a){var s=a.a -if((s&256)!==0)return B.a2y -else if((s&65536)!==0)return B.a2z -else return B.a2x}, -as6(a){var s=new A.pp(A.Wn(),a) -s.T9(a) -return s}, -a0Q(a){var s=a.style -s.removeProperty("transform-origin") -s.removeProperty("transform") -s=$.eb() -if(s!==B.b2)s=s===B.c9 -else s=!0 -if(s){s=a.style -s.top="0px" -s.left="0px"}else{s=a.style -s.removeProperty("top") -s.removeProperty("left")}}, -kL(){var s=t.UF,r=A.a([],t.eE),q=A.a([],t.b),p=$.eb() -p=J.ec(B.ng.a,p)?new A.Tc():new A.XG() -p=new A.Ur(A.x(t.S,s),A.x(t.bo,s),r,q,new A.Uu(),new A.a0M(p),B.d3,A.a([],t.sQ)) -p.SU() -return p}, -alq(a){var s,r,q,p,o,n,m,l,k=a.length,j=t.t,i=A.a([],j),h=A.a([0],j) -for(s=0,r=0;r=h.length)h.push(r) -else h[o]=r -if(o>s)s=o}m=A.a1(s,0,!1,t.S) -l=h[s] -for(r=s-1;r>=0;--r){m[r]=l -l=i[l]}return m}, -atA(a){var s=$.yb -if(s!=null&&s.a===a){s.toString -return s}return $.yb=new A.a0V(a,A.a([],t.Iu))}, -aej(){var s=new Uint8Array(0),r=new DataView(new ArrayBuffer(8)) -return new A.a4d(new A.JG(s,0),r,A.df(r.buffer,0,null))}, -axr(a){if(a===0)return B.i -return new A.k(200*a/600,400*a/600)}, -al1(a,b){if(b===0)return null -return new A.a2S(Math.min(b*((800+(a.c-a.a)*0.5)/600),b*((800+(a.d-a.b)*0.5)/600)),A.axr(b))}, -aeV(a,b,c,d){var s,r,q,p="box-shadow",o=A.al1(b,c) -if(o==null){s=a.style -B.f.ar(s,B.f.a9(s,p),"none","")}else{d=A.alL(d) -s=a.style -r=o.b -q=d.a -q=A.e(r.a)+"px "+A.e(r.b)+"px "+A.e(o.a)+"px 0px rgba("+(q>>>16&255)+", "+(q>>>8&255)+", "+(q&255)+", "+A.e((q>>>24&255)/255)+")" -B.f.ar(s,B.f.a9(s,p),q,"")}}, -alL(a){var s=a.a -return new A.F(((B.c.aU(0.3*(s>>>24&255))&255)<<24|s&16777215)>>>0)}, -avH(a,b){var s,r,q,p,o,n,m -for(s=b.length,r=0,q=null,p=0;pr){if(o.y)q=o.gzL() -r=n}}m=a.style -if(r!==0){s=A.e(r)+"px" -m.fontSize=s}if(q!=null){s=A.QE(q) -m.fontFamily=s==null?"":s}}, -arY(){var s=t.mo -if($.afA())return new A.Fj(A.a([],s)) -else return new A.Nm(A.a([],s))}, -adA(a,b,c,d,e,f){return new A.X7(A.a([],t.L5),A.a([],t.Kd),e,a,b,f,d,c,f)}, -al7(){var s=$.abj -if(s==null){s=t.jQ -s=$.abj=new A.k8(A.aeS(u.K,937,B.tk,s),B.bb,A.x(t.S,s),t.MX)}return s}, -ayu(a,b,c){var s=A.ax4(a,b,c) -if(s.a>c)return new A.dd(c,Math.min(c,s.b),Math.min(c,s.c),B.bV) -return s}, -ax4(a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=A.QI(a1,a2),b=A.al7().pm(c),a=b===B.fk?B.fh:null,a0=b===B.iO -if(b===B.iK||a0)b=B.bb -for(s=a1.length,r=t.jQ,q=t.S,p=t.MX,o=a2,n=o,m=null,l=0;a2a3)return new A.dd(a3,Math.min(a3,o),Math.min(a3,n),B.bV) -k=b===B.iS -l=k?l+1:0 -a2=(c!=null&&c>65535?a2+1:a2)+1 -j=b===B.fk -i=!j -if(i)a=null -c=A.QI(a1,a2) -h=$.abj -g=(h==null?$.abj=new A.k8(A.aeS(u.K,937,B.tk,r),B.bb,A.x(q,r),p):h).pm(c) -f=g===B.iO -if(b===B.fd||b===B.iP)return new A.dd(a2,o,n,B.e4) -if(b===B.iT)if(g===B.fd)continue -else return new A.dd(a2,o,n,B.e4) -if(i)n=a2 -if(g===B.fd||g===B.iP||g===B.iT){o=a2 -continue}if(a2>=s)return new A.dd(s,a2,n,B.cp) -if(g===B.fk){a=j?a:b -o=a2 -continue}if(g===B.ff){o=a2 -continue}if(b===B.ff||a===B.ff)return new A.dd(a2,a2,n,B.e3) -if(g===B.iK||f){if(!j){if(k)--l -o=a2 -g=b -continue}g=B.bb}if(a0){o=a2 -continue}if(g===B.fh||b===B.fh){o=a2 -continue}if(b===B.iM){o=a2 -continue}if(!(!i||b===B.fa||b===B.e6)&&g===B.iM){o=a2 -continue}if(i)k=g===B.fc||g===B.d7||g===B.p5||g===B.fb||g===B.iL -else k=!1 -if(k){o=a2 -continue}if(b===B.e5){o=a2 -continue}k=b===B.iU -if(k&&g===B.e5){o=a2 -continue}i=b!==B.fc -if((!i||a===B.fc||b===B.d7||a===B.d7)&&g===B.iN){o=a2 -continue}if((b===B.fg||a===B.fg)&&g===B.fg){o=a2 -continue}if(j)return new A.dd(a2,a2,n,B.e3) -if(k||g===B.iU){o=a2 -continue}if(b===B.iR||g===B.iR)return new A.dd(a2,a2,n,B.e3) -if(g===B.fa||g===B.e6||g===B.iN||b===B.p3){o=a2 -continue}if(m===B.aY)k=b===B.e6||b===B.fa -else k=!1 -if(k){o=a2 -continue}k=b===B.iL -if(k&&g===B.aY){o=a2 -continue}if(g===B.p4){o=a2 -continue}j=b!==B.bb -if(!((!j||b===B.aY)&&g===B.bW))if(b===B.bW)h=g===B.bb||g===B.aY -else h=!1 -else h=!0 -if(h){o=a2 -continue}h=b===B.fl -if(h)e=g===B.iQ||g===B.fi||g===B.fj -else e=!1 -if(e){o=a2 -continue}if((b===B.iQ||b===B.fi||b===B.fj)&&g===B.cq){o=a2 -continue}e=!h -if(!e||b===B.cq)d=g===B.bb||g===B.aY -else d=!1 -if(d){o=a2 -continue}if(!j||b===B.aY)d=g===B.fl||g===B.cq -else d=!1 -if(d){o=a2 -continue}if(!i||b===B.d7||b===B.bW)i=g===B.cq||g===B.fl -else i=!1 -if(i){o=a2 -continue}i=b!==B.cq -if((!i||h)&&g===B.e5){o=a2 -continue}if((!i||!e||b===B.e6||b===B.fb||b===B.bW||k)&&g===B.bW){o=a2 -continue}k=b===B.fe -if(k)i=g===B.fe||g===B.e7||g===B.e9||g===B.ea -else i=!1 -if(i){o=a2 -continue}i=b!==B.e7 -if(!i||b===B.e9)e=g===B.e7||g===B.e8 -else e=!1 -if(e){o=a2 -continue}e=b!==B.e8 -if((!e||b===B.ea)&&g===B.e8){o=a2 -continue}if((k||!i||!e||b===B.e9||b===B.ea)&&g===B.cq){o=a2 -continue}if(h)k=g===B.fe||g===B.e7||g===B.e8||g===B.e9||g===B.ea -else k=!1 -if(k){o=a2 -continue}if(!j||b===B.aY)k=g===B.bb||g===B.aY -else k=!1 -if(k){o=a2 -continue}if(b===B.fb)k=g===B.bb||g===B.aY -else k=!1 -if(k){o=a2 -continue}if(!j||b===B.aY||b===B.bW)if(g===B.e5){k=B.d.ay(a1,a2) -if(k!==9001)if(!(k>=12296&&k<=12317))k=k>=65047&&k<=65378 -else k=!0 -else k=!0 -k=!k}else k=!1 -else k=!1 -if(k){o=a2 -continue}if(b===B.d7){k=B.d.ay(a1,a2-1) -if(k!==9001)if(!(k>=12296&&k<=12317))k=k>=65047&&k<=65378 -else k=!0 -else k=!0 -if(!k)k=g===B.bb||g===B.aY||g===B.bW -else k=!1}else k=!1 -if(k){o=a2 -continue}if(g===B.iS)if((l&1)===1){o=a2 -continue}else return new A.dd(a2,a2,n,B.e3) -if(b===B.fi&&g===B.fj){o=a2 -continue}return new A.dd(a2,a2,n,B.e3)}return new A.dd(s,o,n,B.cp)}, -af5(a,b,c,d,e){var s,r,q -if(c===d)return 0 -s=a.font -if(c===$.akE&&d===$.akD&&b===$.akF&&s===$.akC)r=$.akG -else{q=a.measureText(c===0&&d===b.length?b:B.d.ag(b,c,d)).width -q.toString -r=q}$.akE=c -$.akD=d -$.akF=b -$.akC=s -$.akG=r -if(e==null)e=0 -return B.c.aU((e!==0?r+e*(d-c):r)*100)/100}, -avO(a,b,c,d){var s,r -if(!b.k(0,c)&&isFinite(a.gcG().c)&&a.b.a===B.nq){s=a.gcG().c -r=b.r -if(d instanceof A.fg&&d.Q)--r -if(r>0)return(s-b.cx)/r}return 0}, -ahd(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,a0,a1){var s=g==null,r=s?"":g -return new A.v4(b,c,d,e,f,l,k,a0,!s,r,h,i,j,o,a1,n,p,a,m,q)}, -alc(a){if(a==null)return null -return A.alb(a.a)}, -alb(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""}, -awR(a){switch(a.gd_()){case B.cE:return"top" -case B.cG:return"middle" -case B.cF:return"bottom" -case B.cC:return"baseline" -case B.cD:return"-"+A.e(a.gby(a))+"px" -case B.cB:return A.e(a.ga4u().a4(0,a.gby(a)))+"px"}}, -aw1(a){switch(a.a){case 3:return"dashed" -case 2:return"dotted" -case 1:return"double" -case 0:return"solid" -case 4:return"wavy" -default:return null}}, -ayU(a){if(a==null)return null -return A.ayT(a.a)}, -ayT(a){switch(a){case 0:return"rtl" -case 1:return null}return null}, -alJ(a,b){switch(a){case B.np:return"left" -case B.CN:return"right" -case B.CO:return"center" -case B.nq:return"justify" -case B.CP:switch(b.a){case 1:return"end" -case 0:return"left"}break -case B.cL:switch(b.a){case 1:return"" -case 0:return"right"}break -case null:return""}}, -ay_(a,b,c){var s,r,q,p,o,n=b.a -if(n===c.a)return new A.kI(c,null,!1) -s=c.c -if(n===s)return new A.kI(c,null,!0) -r=$.anw() -q=r.pl(0,a,n) -p=n+1 -for(;p=a.length)return null -s=B.d.ay(a,b) -if((s&63488)===55296&&b>>6&31)+1<<16|(s&63)<<10|B.d.ay(a,b+1)&1023 -return s}, -aut(a,b,c){return new A.k8(a,b,A.x(t.S,c),c.i("k8<0>"))}, -auu(a,b,c,d,e){return new A.k8(A.aeS(a,b,c,e),d,A.x(t.S,e),e.i("k8<0>"))}, -aeS(a,b,c,d){var s,r,q,p,o,n=A.a([],d.i("t>")),m=a.length -for(s=d.i("c0<0>"),r=0;r=0&&q<=r))break -q+=s -if(A.auE(b,q))break}return A.tw(q,0,r)}, -auE(a,b){var s,r,q,p,o,n,m,l,k,j=null -if(b<=0||b>=a.length)return!0 -s=b-1 -if((B.d.ay(a,s)&63488)===55296)return!1 -r=$.CO().pl(0,a,b) -q=$.CO().pl(0,a,s) -if(q===B.hQ&&r===B.hR)return!1 -if(A.dj(q,B.nH,B.hQ,B.hR,j,j))return!0 -if(A.dj(r,B.nH,B.hQ,B.hR,j,j))return!0 -if(q===B.nG&&r===B.nG)return!1 -if(A.dj(r,B.eK,B.eL,B.eJ,j,j))return!1 -for(p=0;A.dj(q,B.eK,B.eL,B.eJ,j,j);){++p -s=b-p-1 -if(s<0)return!0 -o=$.CO() -n=A.QI(a,s) -q=n==null?o.b:o.pm(n)}if(A.dj(q,B.bi,B.aA,j,j,j)&&A.dj(r,B.bi,B.aA,j,j,j))return!1 -m=0 -do{++m -l=$.CO().pl(0,a,b+m)}while(A.dj(l,B.eK,B.eL,B.eJ,j,j)) -do{++p -k=$.CO().pl(0,a,b-p-1)}while(A.dj(k,B.eK,B.eL,B.eJ,j,j)) -if(A.dj(q,B.bi,B.aA,j,j,j)&&A.dj(r,B.nE,B.eI,B.dM,j,j)&&A.dj(l,B.bi,B.aA,j,j,j))return!1 -if(A.dj(k,B.bi,B.aA,j,j,j)&&A.dj(q,B.nE,B.eI,B.dM,j,j)&&A.dj(r,B.bi,B.aA,j,j,j))return!1 -s=q===B.aA -if(s&&r===B.dM)return!1 -if(s&&r===B.nD&&l===B.aA)return!1 -if(k===B.aA&&q===B.nD&&r===B.aA)return!1 -s=q===B.bN -if(s&&r===B.bN)return!1 -if(A.dj(q,B.bi,B.aA,j,j,j)&&r===B.bN)return!1 -if(s&&A.dj(r,B.bi,B.aA,j,j,j))return!1 -if(k===B.bN&&A.dj(q,B.nF,B.eI,B.dM,j,j)&&r===B.bN)return!1 -if(s&&A.dj(r,B.nF,B.eI,B.dM,j,j)&&l===B.bN)return!1 -if(q===B.eM&&r===B.eM)return!1 -if(A.dj(q,B.bi,B.aA,B.bN,B.eM,B.hP)&&r===B.hP)return!1 -if(q===B.hP&&A.dj(r,B.bi,B.aA,B.bN,B.eM,j))return!1 -return!0}, -dj(a,b,c,d,e,f){if(a===b)return!0 -if(a===c)return!0 -if(d!=null&&a===d)return!0 -if(e!=null&&a===e)return!0 -if(f!=null&&a===f)return!0 -return!1}, -ahb(a,b){switch(a){case"TextInputType.number":return b?B.E8:B.Ep -case"TextInputType.phone":return B.Et -case"TextInputType.emailAddress":return B.Ee -case"TextInputType.url":return B.EF -case"TextInputType.multiline":return B.Eo -case"TextInputType.none":return B.ob -case"TextInputType.text":default:return B.ED}}, -aub(a){var s -if(a==="TextCapitalization.words")s=B.CR -else if(a==="TextCapitalization.characters")s=B.CT -else s=a==="TextCapitalization.sentences"?B.CS:B.nr -return new A.yE(s)}, -aw8(a){}, -Qy(a,b){var s,r="transparent",q="none",p=a.style -p.whiteSpace="pre-wrap" -B.f.ar(p,B.f.a9(p,"align-content"),"center","") -p.padding="0" -B.f.ar(p,B.f.a9(p,"opacity"),"1","") -p.color=r -p.backgroundColor=r -p.background=r -p.outline=q -p.border=q -B.f.ar(p,B.f.a9(p,"resize"),q,"") -p.width="0" -p.height="0" -B.f.ar(p,B.f.a9(p,"text-shadow"),r,"") -B.f.ar(p,B.f.a9(p,"transform-origin"),"0 0 0","") -if(b){p.top="-9999px" -p.left="-9999px"}s=$.c9() -if(s!==B.bO)if(s!==B.cV)s=s===B.R -else s=!0 -else s=!0 -if(s)a.classList.add("transparentTextEditing") -B.f.ar(p,B.f.a9(p,"caret-color"),r,null)}, -arH(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0 -if(a1==null)return null -s=t.N -r=A.x(s,t.py) -q=A.x(s,t.M1) -p=document.createElement("form") -p.noValidate=!0 -p.method="post" -p.action="#" -B.oR.jH(p,"submit",new A.Ua()) -A.Qy(p,!1) -o=J.vM(0,s) -n=A.acX(a1,B.CQ) -if(a2!=null)for(s=t.a,m=J.CQ(a2,s),l=A.o(m),m=new A.bY(m,m.gq(m),l.i("bY")),k=n.b,l=l.i("D.E");m.u();){j=l.a(m.d) -i=J.aD(j) -h=s.a(i.h(j,"autofill")) -g=A.bo(i.h(j,"textCapitalization")) -if(g==="TextCapitalization.words")g=B.CR -else if(g==="TextCapitalization.characters")g=B.CT -else g=g==="TextCapitalization.sentences"?B.CS:B.nr -f=A.acX(h,new A.yE(g)) -g=f.b -o.push(g) -if(g!==k){e=A.ahb(A.bo(J.ax(s.a(i.h(j,"inputType")),"name")),!1).zk() -f.a.ed(e) -f.ed(e) -A.Qy(e,!1) -q.p(0,g,f) -r.p(0,g,e) -p.appendChild(e)}}else o.push(n.b) -B.b.hx(o) -for(s=o.length,d=0,m="";d0?m+"*":m)+c}b=m.charCodeAt(0)==0?m:m -a=$.CC.h(0,b) -if(a!=null)B.oR.bD(a) -a0=A.Wn() -A.Qy(a0,!0) -a0.className="submitBtn" -a0.type="submit" -p.appendChild(a0) -return new A.U7(p,r,q,b)}, -acX(a,b){var s,r=J.aD(a),q=A.bo(r.h(a,"uniqueIdentifier")),p=t.kc.a(r.h(a,"hints")),o=p==null||J.h6(p)?null:A.bo(J.CS(p)),n=A.ah8(t.a.a(r.h(a,"editingValue"))) -if(o!=null){s=$.alR().a.h(0,o) -if(s==null)s=o}else s=null -return new A.Dc(n,q,s,A.cz(r.h(a,"hintText")))}, -TY(a,b,c){var s=a==null,r=s?0:a,q=b==null,p=q?0:b -p=Math.max(0,Math.min(r,p)) -s=s?0:a -r=q?0:b -return new A.p5(c,p,Math.max(0,Math.max(s,r)))}, -ah8(a){var s=J.aD(a) -return A.TY(A.dn(s.h(a,"selectionBase")),A.dn(s.h(a,"selectionExtent")),A.cz(s.h(a,"text")))}, -ah7(a){var s -if(t.Zb.b(a)){s=a.value -return A.TY(a.selectionStart,a.selectionEnd,s)}else if(t.S0.b(a)){s=a.value -return A.TY(a.selectionStart,a.selectionEnd,s)}else throw A.c(A.O("Initialized with unsupported input type"))}, -ahB(a){var s,r,q,p,o="inputType",n="autofill",m=J.aD(a),l=t.a,k=A.bo(J.ax(l.a(m.h(a,o)),"name")),j=A.tr(J.ax(l.a(m.h(a,o)),"decimal")) -k=A.ahb(k,j===!0) -j=A.cz(m.h(a,"inputAction")) -if(j==null)j="TextInputAction.done" -s=A.tr(m.h(a,"obscureText")) -r=A.tr(m.h(a,"readOnly")) -q=A.tr(m.h(a,"autocorrect")) -p=A.aub(A.bo(m.h(a,"textCapitalization"))) -l=m.aq(a,n)?A.acX(l.a(m.h(a,n)),B.CQ):null -return new A.Wm(k,j,r===!0,s===!0,q!==!1,l,A.arH(t.nA.a(m.h(a,n)),t.kc.a(m.h(a,"fields"))),p)}, -ayE(){$.CC.ai(0,new A.acl())}, -axl(){var s,r,q -for(s=$.CC.gbm($.CC),s=s.ga1(s);s.u();){r=s.gD(s) -q=r.parentNode -if(q!=null)q.removeChild(r)}$.CC.aC(0)}, -afd(a,b){var s,r=a.style -B.f.ar(r,B.f.a9(r,"transform-origin"),"0 0 0","") -s=A.hX(b) -B.f.ar(r,B.f.a9(r,"transform"),s,"")}, -hX(a){var s=A.act(a) -if(s===B.D4)return"matrix("+A.e(a[0])+","+A.e(a[1])+","+A.e(a[4])+","+A.e(a[5])+","+A.e(a[12])+","+A.e(a[13])+")" -else if(s===B.hL)return A.axW(a) -else return"none"}, -act(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.hL -if(a[0]===1&&a[1]===0&&a[4]===0&&a[5]===1&&a[12]===0&&a[13]===0)return B.D3 -else return B.D4}, -axW(a){var s,r,q=a[0] -if(q===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){s=a[12] -r=a[13] -return"translate3d("+A.e(s)+"px, "+A.e(r)+"px, 0px)"}else return"matrix3d("+A.e(q)+","+A.e(a[1])+","+A.e(a[2])+","+A.e(a[3])+","+A.e(a[4])+","+A.e(a[5])+","+A.e(a[6])+","+A.e(a[7])+","+A.e(a[8])+","+A.e(a[9])+","+A.e(a[10])+","+A.e(a[11])+","+A.e(a[12])+","+A.e(a[13])+","+A.e(a[14])+","+A.e(a[15])+")"}, -QP(a,b){var s=$.anu() -s[0]=b.a -s[1]=b.b -s[2]=b.c -s[3]=b.d -A.afh(a,s) -return new A.v(s[0],s[1],s[2],s[3])}, -afh(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=$.afx() -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=$.ant().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}, -alE(a,b){return a.a<=b.a&&a.b<=b.b&&a.c>=b.c&&a.d>=b.d}, -e8(a){var s,r,q -if(a==null)return null -s=a.gm(a) -if((s&4278190080)>>>0===4278190080){r=B.e.kp(s&16777215,16) -switch(r.length){case 1:return"#00000"+r -case 2:return"#0000"+r -case 3:return"#000"+r -case 4:return"#00"+r -case 5:return"#0"+r -default:return"#"+r}}else{q=""+"rgba("+B.e.j(s>>>16&255)+","+B.e.j(s>>>8&255)+","+B.e.j(s&255)+","+B.c.j((s>>>24&255)/255)+")" -return q.charCodeAt(0)==0?q:q}}, -akw(){if(A.ayh())return"BlinkMacSystemFont" -var s=$.eb() -if(s!==B.b2)s=s===B.c9 -else s=!0 -if(s)return"-apple-system, BlinkMacSystemFont" -return"Arial"}, -QE(a){var s -if(J.ec(B.Xh.a,a))return a -s=$.eb() -if(s!==B.b2)s=s===B.c9 -else s=!0 -if(s)if(a===".SF Pro Text"||a===".SF Pro Display"||a===".SF UI Text"||a===".SF UI Display")return A.akw() -return'"'+A.e(a)+'", '+A.akw()+", sans-serif"}, -tw(a,b,c){if(ac)return c -else return a}, -CJ(a,b){var s -if(a==null)return b==null -if(b==null||a.length!==b.length)return!1 -for(s=0;s").b(a))return new A.zJ(a,b.i("@<0>").an(c).i("zJ<1,2>")) -return new A.mg(a,b.i("@<0>").an(c).i("mg<1,2>"))}, -ahO(a){return new A.ii("Field '"+a+"' has been assigned during initialization.")}, -ahP(a){return new A.ii("Field '"+a+"' has not been initialized.")}, -jC(a){return new A.ii("Local '"+a+"' has not been initialized.")}, -vY(a){return new A.ii("Local '"+a+"' has already been initialized.")}, -abW(a){var s,r=a^48 -if(r<=9)return r -s=a|32 -if(97<=s&&s<=102)return s-87 -return-1}, -ayw(a,b){var s=A.abW(B.d.ay(a,b)),r=A.abW(B.d.ay(a,b+1)) -return s*16+r-(r&256)}, -d3(a,b){a=a+b&536870911 -a=a+((a&524287)<<10)&536870911 -return a^a>>>6}, -yz(a){a=a+((a&67108863)<<3)&536870911 -a^=a>>>11 -return a+((a&16383)<<15)&536870911}, -aj4(a,b,c){return A.yz(A.d3(A.d3(c,a),b))}, -au6(a,b,c,d,e){return A.yz(A.d3(A.d3(A.d3(A.d3(e,a),b),c),d))}, -eW(a,b,c){return a}, -fj(a,b,c,d){A.cG(b,"start") -if(c!=null){A.cG(c,"end") -if(b>c)A.L(A.bu(b,0,c,"start",null))}return new A.hL(a,b,c,d.i("hL<0>"))}, -mS(a,b,c,d){if(t.Ee.b(a))return new A.mq(a,b,c.i("@<0>").an(d).i("mq<1,2>")) -return new A.ek(a,b,c.i("@<0>").an(d).i("ek<1,2>"))}, -a2Z(a,b,c){var s="takeCount" -A.h7(b,s) -A.cG(b,s) -if(t.Ee.b(a))return new A.v_(a,b,c.i("v_<0>")) -return new A.nC(a,b,c.i("nC<0>"))}, -a2h(a,b,c){var s="count" -if(t.Ee.b(a)){A.h7(b,s) -A.cG(b,s) -return new A.p6(a,b,c.i("p6<0>"))}A.h7(b,s) -A.cG(b,s) -return new A.jY(a,b,c.i("jY<0>"))}, -arV(a,b,c){return new A.my(a,b,c.i("my<0>"))}, -bM(){return new A.fW("No element")}, -ahG(){return new A.fW("Too many elements")}, -ahF(){return new A.fW("Too few elements")}, -atT(a,b){A.IX(a,0,J.bP(a)-1,b)}, -IX(a,b,c,d){if(c-b<=32)A.IZ(a,b,c,d) -else A.IY(a,b,c,d)}, -IZ(a,b,c,d){var s,r,q,p,o -for(s=b+1,r=J.aD(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)}}, -IY(a3,a4,a5,a6){var s,r,q,p,o,n,m,l,k,j,i=B.e.bC(a5-a4+1,6),h=a4+i,g=a5-i,f=B.e.bC(a4+a5,2),e=f-i,d=f+i,c=J.aD(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.f(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.f(a6.$2(c.h(a3,r),a),0);)++r -for(;J.f(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(q36)throw A.c(A.bu(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)}, -aiu(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.qd(a) -if(r==="NaN"||r==="+NaN"||r==="-NaN")return s -return null}return s}, -Zi(a){return A.at8(a)}, -at8(a){var s,r,q,p,o -if(a instanceof A.M)return A.fo(A.aR(a),null) -s=J.j7(a) -if(s===B.IJ||s===B.IR||t.kk.b(a)){r=B.o8(a) -q=r!=="Object"&&r!=="" -if(q)return r -p=a.constructor -if(typeof p=="function"){o=p.name -if(typeof o=="string")q=o!=="Object"&&o!=="" -else q=!1 -if(q)return o}}return A.fo(A.aR(a),null)}, -atb(){return Date.now()}, -atc(){var s,r -if($.Zj!==0)return -$.Zj=1000 -if(typeof window=="undefined")return -s=window -if(s==null)return -r=s.performance -if(r==null)return -if(typeof r.now!="function")return -$.Zj=1e6 -$.Hk=new A.Zh(r)}, -ata(){if(!!self.location)return self.location.href -return null}, -ais(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.atd(a)}return A.ais(a)}, -ate(a,b,c){var s,r,q,p -if(c<=500&&b===0&&c===a.length)return String.fromCharCode.apply(null,a) -for(s=b,r="";s>>0,s&1023|56320)}}throw A.c(A.bu(a,0,1114111,null,null))}, -be(a,b,c,d,e,f,g,h){var s,r=b-1 -if(0<=a&&a<100){a+=400 -r-=4800}s=h?Date.UTC(a,r,c,d,e,f,g):new Date(a,r,c,d,e,f,g).valueOf() -if(isNaN(s)||s<-864e13||s>864e13)return null -return s}, -dX(a){if(a.date===void 0)a.date=new Date(a.a) -return a.date}, -aB(a){return a.b?A.dX(a).getUTCFullYear()+0:A.dX(a).getFullYear()+0}, -aA(a){return a.b?A.dX(a).getUTCMonth()+1:A.dX(a).getMonth()+1}, -by(a){return a.b?A.dX(a).getUTCDate()+0:A.dX(a).getDate()+0}, -fL(a){return a.b?A.dX(a).getUTCHours()+0:A.dX(a).getHours()+0}, -adW(a){return a.b?A.dX(a).getUTCMinutes()+0:A.dX(a).getMinutes()+0}, -adX(a){return a.b?A.dX(a).getUTCSeconds()+0:A.dX(a).getSeconds()+0}, -adV(a){return a.b?A.dX(a).getUTCMilliseconds()+0:A.dX(a).getMilliseconds()+0}, -q_(a){return B.e.bu((a.b?A.dX(a).getUTCDay()+0:A.dX(a).getDay()+0)+6,7)+1}, -lc(a,b,c){var s,r,q={} -q.a=0 -s=[] -r=[] -q.a=b.length -B.b.N(s,b) -q.b="" -if(c!=null&&!c.gR(c))c.ai(0,new A.Zg(q,r,s)) -""+q.a -return J.aq0(a,new A.Wu(B.Yl,0,s,r,0))}, -at9(a,b,c){var s,r,q -if(Array.isArray(b))s=c==null||c.gR(c) -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.at7(a,b,c)}, -at7(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=Array.isArray(b)?b:A.aq(b,!0,t.z),f=g.length,e=a.$R -if(fn)return A.lc(a,g,null) -if(fe)return A.lc(a,g,c) -if(g===b)g=A.aq(g,!0,t.z) -l=Object.keys(q) -if(c==null)for(r=l.length,k=0;k=s)return A.bH(b,a,r,null,s) -return A.Zp(b,r)}, -axJ(a,b,c){if(a>c)return A.bu(a,0,c,"start",null) -if(b!=null)if(bc)return A.bu(b,a,c,"end",null) -return new A.ft(!0,b,"end",null)}, -b1(a){return new A.ft(!0,a,null,null)}, -dA(a){return a}, -c(a){var s,r -if(a==null)a=new A.Gv() -s=new Error() -s.dartException=a -r=A.az_ -if("defineProperty" in Object){Object.defineProperty(s,"message",{get:r}) -s.name=""}else s.toString=r -return s}, -az_(){return J.dQ(this.dartException)}, -L(a){throw A.c(a)}, -C(a){throw A.c(A.br(a))}, -k5(a){var s,r,q,p,o,n -a=A.alD(a.replace(String({}),"$receiver$")) -s=a.match(/\\\$[a-zA-Z]+\\\$/g) -if(s==null)s=A.a([],t.s) -r=s.indexOf("\\$arguments\\$") -q=s.indexOf("\\$argumentsExpr\\$") -p=s.indexOf("\\$expr\\$") -o=s.indexOf("\\$method\\$") -n=s.indexOf("\\$receiver\\$") -return new A.a3T(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)}, -a3U(a){return function($expr$){var $argumentsExpr$="$arguments$" -try{$expr$.$method$($argumentsExpr$)}catch(s){return s.message}}(a)}, -ajl(a){return function($expr$){try{$expr$.$method$}catch(s){return s.message}}(a)}, -adx(a,b){var s=b==null,r=s?null:b.method -return new A.FH(a,r,s?null:b.receiver)}, -ae(a){if(a==null)return new A.Gw(a) -if(a instanceof A.v7)return A.lY(a,a.a) -if(typeof a!=="object")return a -if("dartException" in a)return A.lY(a,a.dartException) -return A.ax5(a)}, -lY(a,b){if(t.Lt.b(b))if(b.$thrownJsError==null)b.$thrownJsError=a -return b}, -ax5(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null -if(!("message" in a))return a -s=a.message -if("number" in a&&typeof a.number=="number"){r=a.number -q=r&65535 -if((B.e.h6(r,16)&8191)===10)switch(q){case 438:return A.lY(a,A.adx(A.e(s)+" (Error "+q+")",e)) -case 445:case 5007:p=A.e(s)+" (Error "+q+")" -return A.lY(a,new A.wK(p,e))}}if(a instanceof TypeError){o=$.amo() -n=$.amp() -m=$.amq() -l=$.amr() -k=$.amu() -j=$.amv() -i=$.amt() -$.ams() -h=$.amx() -g=$.amw() -f=o.ia(s) -if(f!=null)return A.lY(a,A.adx(s,f)) -else{f=n.ia(s) -if(f!=null){f.method="call" -return A.lY(a,A.adx(s,f))}else{f=m.ia(s) -if(f==null){f=l.ia(s) -if(f==null){f=k.ia(s) -if(f==null){f=j.ia(s) -if(f==null){f=i.ia(s) -if(f==null){f=l.ia(s) -if(f==null){f=h.ia(s) -if(f==null){f=g.ia(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.lY(a,new A.wK(s,f==null?e:f.method))}}return A.lY(a,new A.JI(typeof s=="string"?s:""))}if(a instanceof RangeError){if(typeof s=="string"&&s.indexOf("call stack")!==-1)return new A.yt() -s=function(b){try{return String(b)}catch(d){}return null}(a) -return A.lY(a,new A.ft(!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.yt() -return a}, -aF(a){var s -if(a instanceof A.v7)return a.b -if(a==null)return new A.Bw(a) -s=a.$cachedTrace -if(s!=null)return s -return a.$cachedTrace=new A.Bw(a)}, -lX(a){if(a==null||typeof a!="object")return J.bq(a) -else return A.fM(a)}, -ala(a,b){var s,r,q,p=a.length -for(s=0;s=0}, -al8(a){if(a.indexOf("$",0)>=0)return a.replace(/\$/g,"$$$$") -return a}, -alD(a){if(/[[\]{}()*+?.\\^$|]/.test(a))return a.replace(/[[\]{}()*+?.\\^$|]/g,"\\$&") -return a}, -acq(a,b,c){var s -if(typeof b=="string")return A.ayM(a,b,c) -if(b instanceof A.vQ){s=b.ga0k() -s.lastIndex=0 -return a.replace(s,A.al8(c))}throw A.c("String.replaceAll(Pattern) UNIMPLEMENTED")}, -ayM(a,b,c){var s,r,q,p -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.alD(b),"g"),A.al8(c))}, -ayN(a,b,c,d){var s=a.indexOf(b,d) -if(s<0)return a -return A.alI(a,s,s+b.length,c)}, -alI(a,b,c,d){var s=a.substring(0,b),r=a.substring(c) -return s+d+r}, -uw:function uw(a,b){this.a=a -this.$ti=b}, -oS:function oS(){}, -SB:function SB(a,b,c){this.a=a -this.b=b -this.c=c}, -G:function G(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.$ti=d}, -SC:function SC(a){this.a=a}, -zr:function zr(a,b){this.a=a -this.$ti=b}, -bz:function bz(a,b){this.a=a -this.$ti=b}, -Vp:function Vp(a){this.a=a}, -vG:function vG(){}, -vH:function vH(a,b){this.a=a -this.$ti=b}, -Wu:function Wu(a,b,c,d,e){var _=this -_.a=a -_.c=b -_.d=c -_.e=d -_.f=e}, -Zh:function Zh(a){this.a=a}, -Zg:function Zg(a,b,c){this.a=a -this.b=b -this.c=c}, -a3T:function a3T(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -wK:function wK(a,b){this.a=a -this.b=b}, -FH:function FH(a,b,c){this.a=a -this.b=b -this.c=c}, -JI:function JI(a){this.a=a}, -Gw:function Gw(a){this.a=a}, -v7:function v7(a,b){this.a=a -this.b=b}, -Bw:function Bw(a){this.a=a -this.b=null}, -ca:function ca(){}, -Ec:function Ec(){}, -Ed:function Ed(){}, -Jh:function Jh(){}, -J5:function J5(){}, -oz:function oz(a,b){this.a=a -this.b=b}, -Ia:function Ia(a){this.a=a}, -a91:function a91(){}, -dV:function dV(a){var _=this -_.a=0 -_.f=_.e=_.d=_.c=_.b=null -_.r=0 -_.$ti=a}, -WE:function WE(a){this.a=a}, -WD:function WD(a,b){this.a=a -this.b=b}, -WC:function WC(a){this.a=a}, -Xa:function Xa(a,b){var _=this -_.a=a -_.b=b -_.d=_.c=null}, -w1:function w1(a,b){this.a=a -this.$ti=b}, -FY:function FY(a,b,c){var _=this -_.a=a -_.b=b -_.d=_.c=null -_.$ti=c}, -abX:function abX(a){this.a=a}, -abY:function abY(a){this.a=a}, -abZ:function abZ(a){this.a=a}, -vQ:function vQ(a,b){var _=this -_.a=a -_.b=b -_.d=_.c=null}, -Mm:function Mm(a){this.b=a}, -yu:function yu(a,b){this.a=a -this.c=b}, -OG:function OG(a,b,c){this.a=a -this.b=b -this.c=c}, -OH:function OH(a,b,c){var _=this -_.a=a -_.b=b -_.c=c -_.d=null}, -ayW(a){return A.L(A.ahO(a))}, -bI(a){var s=new A.a5r(a) -return s.b=s}, -b(a,b){if(a===$)throw A.c(A.ahP(b)) -return a}, -d7(a,b){if(a!==$)throw A.c(new A.ii("Field '"+b+"' has already been initialized."))}, -bp(a,b){if(a!==$)throw A.c(A.ahO(b))}, -a5r:function a5r(a){this.a=a -this.b=null}, -Qu(a,b,c){}, -Cv(a){var s,r,q -if(t.RP.b(a))return a -s=J.aD(a) -r=A.a1(s.gq(a),null,!1,t.z) -for(q=0;q>>0!==a||a>=c)throw A.c(A.oi(b,a))}, -lS(a,b,c){var s -if(!(a>>>0!==a))if(b==null)s=a>c -else s=b>>>0!==b||a>b||b>c -else s=!0 -if(s)throw A.c(A.axJ(a,b,c)) -if(b==null)return c -return b}, -n_:function n_(){}, -d0:function d0(){}, -wz:function wz(){}, -pJ:function pJ(){}, -l6:function l6(){}, -f9:function f9(){}, -wA:function wA(){}, -Gl:function Gl(){}, -Gm:function Gm(){}, -wB:function wB(){}, -Gn:function Gn(){}, -Go:function Go(){}, -Gp:function Gp(){}, -wC:function wC(){}, -n0:function n0(){}, -AB:function AB(){}, -AC:function AC(){}, -AD:function AD(){}, -AE:function AE(){}, -aiM(a,b){var s=b.c -return s==null?b.c=A.aew(a,b.z,!0):s}, -aiL(a,b){var s=b.c -return s==null?b.c=A.BS(a,"av",[b.z]):s}, -aiN(a){var s=a.y -if(s===6||s===7||s===8)return A.aiN(a.z) -return s===11||s===12}, -ats(a){return a.cy}, -S(a){return A.Pz(v.typeUniverse,a,!1)}, -aye(a,b){var s,r,q,p,o -if(a==null)return null -s=b.Q -r=a.cx -if(r==null)r=a.cx=new Map() -q=b.cy -p=r.get(q) -if(p!=null)return p -o=A.ku(v.typeUniverse,a.z,s,0) -r.set(q,o) -return o}, -ku(a,b,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=b.y -switch(c){case 5:case 1:case 2:case 3:case 4:return b -case 6:s=b.z -r=A.ku(a,s,a0,a1) -if(r===s)return b -return A.ajY(a,r,!0) -case 7:s=b.z -r=A.ku(a,s,a0,a1) -if(r===s)return b -return A.aew(a,r,!0) -case 8:s=b.z -r=A.ku(a,s,a0,a1) -if(r===s)return b -return A.ajX(a,r,!0) -case 9:q=b.Q -p=A.Cz(a,q,a0,a1) -if(p===q)return b -return A.BS(a,b.z,p) -case 10:o=b.z -n=A.ku(a,o,a0,a1) -m=b.Q -l=A.Cz(a,m,a0,a1) -if(n===o&&l===m)return b -return A.aeu(a,n,l) -case 11:k=b.z -j=A.ku(a,k,a0,a1) -i=b.Q -h=A.awW(a,i,a0,a1) -if(j===k&&h===i)return b -return A.ajW(a,j,h) -case 12:g=b.Q -a1+=g.length -f=A.Cz(a,g,a0,a1) -o=b.z -n=A.ku(a,o,a0,a1) -if(f===g&&n===o)return b -return A.aev(a,n,f,!0) -case 13:e=b.z -if(e0;--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}, -fo(a,b){var s,r,q,p,o,n,m=a.y -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.fo(a.z,b) -return s}if(m===7){r=a.z -s=A.fo(r,b) -q=r.y -return(q===11||q===12?"("+s+")":s)+"?"}if(m===8)return"FutureOr<"+A.fo(a.z,b)+">" -if(m===9){p=A.ax3(a.z) -o=a.Q -return o.length>0?p+("<"+A.awS(o,b)+">"):p}if(m===11)return A.akx(a,b,null) -if(m===12)return A.akx(a.z,b,a.Q) -if(m===13){n=a.z -return b[b.length-1-n]}return"?"}, -ax3(a){var s,r=v.mangledGlobalNames[a] -if(r!=null)return r -s="minified:"+a -return s}, -avw(a,b){var s=a.tR[b] -for(;typeof s=="string";)s=a.tR[s] -return s}, -avv(a,b){var s,r,q,p,o,n=a.eT,m=n[b] -if(m==null)return A.Pz(a,b,!1) -else if(typeof m=="number"){s=m -r=A.BT(a,5,"#") -q=A.aap(s) -for(p=0;p0)p+="<"+A.Py(c)+">" -s=a.eC.get(p) -if(s!=null)return s -r=new A.hG(null,null) -r.y=9 -r.z=b -r.Q=c -if(c.length>0)r.c=c[0] -r.cy=p -q=A.lR(a,r) -a.eC.set(p,q) -return q}, -aeu(a,b,c){var s,r,q,p,o,n -if(b.y===10){s=b.z -r=b.Q.concat(c)}else{r=c -s=b}q=s.cy+(";<"+A.Py(r)+">") -p=a.eC.get(q) -if(p!=null)return p -o=new A.hG(null,null) -o.y=10 -o.z=s -o.Q=r -o.cy=q -n=A.lR(a,o) -a.eC.set(q,n) -return n}, -ajW(a,b,c){var s,r,q,p,o,n=b.cy,m=c.a,l=m.length,k=c.b,j=k.length,i=c.c,h=i.length,g="("+A.Py(m) -if(j>0){s=l>0?",":"" -r=A.Py(k) -g+=s+"["+r+"]"}if(h>0){s=l>0?",":"" -r=A.avm(i) -g+=s+"{"+r+"}"}q=n+(g+")") -p=a.eC.get(q) -if(p!=null)return p -o=new A.hG(null,null) -o.y=11 -o.z=b -o.Q=c -o.cy=q -r=A.lR(a,o) -a.eC.set(q,r) -return r}, -aev(a,b,c,d){var s,r=b.cy+("<"+A.Py(c)+">"),q=a.eC.get(r) -if(q!=null)return q -s=A.avo(a,b,c,r,d) -a.eC.set(r,s) -return s}, -avo(a,b,c,d,e){var s,r,q,p,o,n,m,l -if(e){s=c.length -r=A.aap(s) -for(q=0,p=0;p0){n=A.ku(a,b,r,0) -m=A.Cz(a,c,r,0) -return A.aev(a,n,m,c!==m)}}l=new A.hG(null,null) -l.y=12 -l.z=b -l.Q=c -l.cy=d -return A.lR(a,l)}, -ajK(a,b,c,d){return{u:a,e:b,r:c,s:[],p:0,n:d}}, -ajM(a){var s,r,q,p,o,n,m,l,k,j,i,h=a.r,g=a.s -for(s=h.length,r=0;r=48&&q<=57)r=A.av5(r+1,q,h,g) -else if((((q|32)>>>0)-97&65535)<26||q===95||q===36)r=A.ajL(a,r,h,g,!1) -else if(q===46)r=A.ajL(a,r,h,g,!0) -else{++r -switch(q){case 44:break -case 58:g.push(!1) -break -case 33:g.push(!0) -break -case 59:g.push(A.lP(a.u,a.e,g.pop())) -break -case 94:g.push(A.avr(a.u,g.pop())) -break -case 35:g.push(A.BT(a.u,5,"#")) -break -case 64:g.push(A.BT(a.u,2,"@")) -break -case 126:g.push(A.BT(a.u,3,"~")) -break -case 60:g.push(a.p) -a.p=g.length -break -case 62:p=a.u -o=g.splice(a.p) -A.aes(a.u,a.e,o) -a.p=g.pop() -n=g.pop() -if(typeof n=="string")g.push(A.BS(p,n,o)) -else{m=A.lP(p,a.e,n) -switch(m.y){case 11:g.push(A.aev(p,m,o,a.n)) -break -default:g.push(A.aeu(p,m,o)) -break}}break -case 38:A.av6(a,g) -break -case 42:p=a.u -g.push(A.ajY(p,A.lP(p,a.e,g.pop()),a.n)) -break -case 63:p=a.u -g.push(A.aew(p,A.lP(p,a.e,g.pop()),a.n)) -break -case 47:p=a.u -g.push(A.ajX(p,A.lP(p,a.e,g.pop()),a.n)) -break -case 40:g.push(a.p) -a.p=g.length -break -case 41:p=a.u -l=new A.LR() -k=p.sEA -j=p.sEA -n=g.pop() -if(typeof n=="number")switch(n){case-1:k=g.pop() -break -case-2:j=g.pop() -break -default:g.push(n) -break}else g.push(n) -o=g.splice(a.p) -A.aes(a.u,a.e,o) -a.p=g.pop() -l.a=o -l.b=k -l.c=j -g.push(A.ajW(p,A.lP(p,a.e,g.pop()),l)) -break -case 91:g.push(a.p) -a.p=g.length -break -case 93:o=g.splice(a.p) -A.aes(a.u,a.e,o) -a.p=g.pop() -g.push(o) -g.push(-1) -break -case 123:g.push(a.p) -a.p=g.length -break -case 125:o=g.splice(a.p) -A.av8(a.u,a.e,o) -a.p=g.pop() -g.push(o) -g.push(-2) -break -default:throw"Bad character "+q}}}i=g.pop() -return A.lP(a.u,a.e,i)}, -av5(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}, -ajL(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))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.y===10)o=o.z -n=A.avw(s,o.z)[p] -if(n==null)A.L('No "'+p+'" in "'+A.ats(o)+'"') -d.push(A.aah(s,o,n))}else d.push(p) -return m}, -av6(a,b){var s=b.pop() -if(0===s){b.push(A.BT(a.u,1,"0&")) -return}if(1===s){b.push(A.BT(a.u,4,"1&")) -return}throw A.c(A.tY("Unexpected extended operation "+A.e(s)))}, -lP(a,b,c){if(typeof c=="string")return A.BS(a,c,a.sEA) -else if(typeof c=="number")return A.av7(a,b,c) -else return c}, -aes(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}, -hG:function hG(a,b){var _=this -_.a=a -_.b=b -_.x=_.r=_.c=null -_.y=0 -_.cy=_.cx=_.ch=_.Q=_.z=null}, -LR:function LR(){this.c=this.b=this.a=null}, -BQ:function BQ(a){this.a=a}, -Lw:function Lw(){}, -BR:function BR(a){this.a=a}, -auF(){var s,r,q={} -if(self.scheduleImmediate!=null)return A.axa() -if(self.MutationObserver!=null&&self.document!=null){s=self.document.createElement("div") -r=self.document.createElement("span") -q.a=null -new self.MutationObserver(A.fp(new A.a4A(q),1)).observe(s,{childList:true}) -return new A.a4z(q,s,r)}else if(self.setImmediate!=null)return A.axb() -return A.axc()}, -auG(a){self.scheduleImmediate(A.fp(new A.a4B(a),0))}, -auH(a){self.setImmediate(A.fp(new A.a4C(a),0))}, -auI(a){A.aef(B.z,a)}, -aef(a,b){var s=B.e.bC(a.a,1000) -return A.avh(s<0?0:s,b)}, -aji(a,b){var s=B.e.bC(a.a,1000) -return A.avi(s<0?0:s,b)}, -avh(a,b){var s=new A.BO(!0) -s.Ur(a,b) -return s}, -avi(a,b){var s=new A.BO(!1) -s.Us(a,b) -return s}, -aj(a){return new A.Ke(new A.ad($.a3,a.i("ad<0>")),a.i("Ke<0>"))}, -ai(a,b){a.$2(0,null) -b.b=!0 -return b.a}, -an(a,b){A.avM(a,b)}, -ah(a,b){b.er(0,a)}, -ag(a,b){b.tf(A.ae(a),A.aF(a))}, -avM(a,b){var s,r,q=new A.aaK(b),p=new A.aaL(b) -if(a instanceof A.ad)a.HV(q,p,t.z) -else{s=t.z -if(t.L0.b(a))a.fY(0,q,p,s) -else{r=new A.ad($.a3,t.LR) -r.a=8 -r.c=a -r.HV(q,p,s)}}}, -ak(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 $.a3.ur(new A.abC(s))}, -aAQ(a){return new A.rS(a,1)}, -ajG(){return B.a2U}, -ajH(a){return new A.rS(a,3)}, -akH(a,b){return new A.BD(a,b.i("BD<0>"))}, -Rw(a,b){var s=A.eW(a,"error",t.K) -return new A.D8(s,b==null?A.D9(a):b)}, -D9(a){var s -if(t.Lt.b(a)){s=a.gnO() -if(s!=null)return s}return B.EQ}, -as0(a,b){var s=new A.ad($.a3,b.i("ad<0>")) -A.c_(B.z,new A.Vm(s,a)) -return s}, -as1(a,b){var s=new A.ad($.a3,b.i("ad<0>")) -A.eC(new A.Vl(s,a)) -return s}, -cY(a,b){var s=a==null?b.a(a):a,r=new A.ad($.a3,b.i("ad<0>")) -r.jk(s) -return r}, -adp(a,b,c){var s -A.eW(a,"error",t.K) -$.a3!==B.am -if(b==null)b=A.D9(a) -s=new A.ad($.a3,c.i("ad<0>")) -s.qQ(a,b) -return s}, -ado(a,b){var s,r=!b.b(null) -if(r)throw A.c(A.kC(null,"computation","The type parameter is not nullable")) -s=new A.ad($.a3,b.i("ad<0>")) -A.c_(a,new A.Vk(null,s,b)) -return s}, -jv(a,b){var s,r,q,p,o,n,m,l,k,j,i={},h=null,g=!1,f=new A.ad($.a3,b.i("ad>")) -i.a=null -i.b=0 -s=A.bI("error") -r=A.bI("stackTrace") -q=new A.Vo(i,h,g,f,s,r) -try{for(l=J.au(a),k=t.P;l.u();){p=l.gD(l) -o=i.b -J.aqs(p,new A.Vn(i,o,f,h,g,s,r,b),q,k);++i.b}l=i.b -if(l===0){l=f -l.o7(A.a([],b.i("t<0>"))) -return l}i.a=A.a1(l,null,!1,b.i("0?"))}catch(j){n=A.ae(j) -m=A.aF(j) -if(i.b===0||g)return A.adp(n,m,b.i("z<0>")) -else{s.b=n -r.b=m}}return f}, -ar9(a){return new A.bd(new A.ad($.a3,a.i("ad<0>")),a.i("bd<0>"))}, -akl(a,b,c){if(c==null)c=A.D9(b) -a.fu(b,c)}, -a6D(a,b){var s,r -for(;s=a.a,(s&4)!==0;)a=a.c -if((s&24)!==0){r=b.rG() -b.wj(a) -A.rJ(b,r)}else{r=b.c -b.a=b.a&1|4 -b.c=a -a.GM(r)}}, -rJ(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.oe(e.a,e.b)}return}r.a=b -n=b.a -for(e=b;n!=null;e=n,n=m){e.a=null -A.rJ(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.oe(l.a,l.b) -return}i=$.a3 -if(i!==j)$.a3=j -else i=null -e=e.c -if((e&15)===8)new A.a6L(r,f,o).$0() -else if(p){if((e&1)!==0)new A.a6K(r,l).$0()}else if((e&2)!==0)new A.a6J(f,r).$0() -if(i!=null)$.a3=i -e=r.c -if(s.b(e)){q=r.a.$ti -q=q.i("av<2>").b(e)||!q.Q[1].b(e)}else q=!1 -if(q){h=r.a.b -if(e instanceof A.ad)if((e.a&24)!==0){g=h.c -h.c=null -b=h.rH(g) -h.a=e.a&30|h.a&1 -h.c=e.c -f.a=e -continue}else A.a6D(e,h) -else h.wd(e) -return}}h=r.a.b -g=h.c -h.c=null -b=h.rH(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}}, -akL(a,b){if(t.Hg.b(a))return b.ur(a) -if(t.C_.b(a))return a -throw A.c(A.kC(a,"onError",u.w))}, -awJ(){var s,r -for(s=$.tu;s!=null;s=$.tu){$.Cy=null -r=s.b -$.tu=r -if(r==null)$.Cx=null -s.a.$0()}}, -awV(){$.aeO=!0 -try{A.awJ()}finally{$.Cy=null -$.aeO=!1 -if($.tu!=null)$.afm().$1(A.akX())}}, -akR(a){var s=new A.Kf(a),r=$.Cx -if(r==null){$.tu=$.Cx=s -if(!$.aeO)$.afm().$1(A.akX())}else $.Cx=r.b=s}, -awT(a){var s,r,q,p=$.tu -if(p==null){A.akR(a) -$.Cy=$.Cx -return}s=new A.Kf(a) -r=$.Cy -if(r==null){s.b=p -$.tu=$.Cy=s}else{q=r.b -s.b=q -$.Cy=r.b=s -if(q==null)$.Cx=s}}, -eC(a){var s=null,r=$.a3 -if(B.am===r){A.of(s,s,B.am,a) -return}A.of(s,s,r,r.yQ(a))}, -aAa(a,b){A.eW(a,"stream",t.K) -return new A.OF(b.i("OF<0>"))}, -a2J(a,b,c){return b?new A.BC(null,a,c.i("BC<0>")):new A.zd(null,a,c.i("zd<0>"))}, -QB(a){var s,r,q -if(a==null)return -try{a.$0()}catch(q){s=A.ae(q) -r=A.aF(q) -A.oe(s,r)}}, -auO(a,b,c,d,e,f){var s=$.a3,r=e?1:0 -return new A.lI(a,A.a4R(s,b),A.a4T(s,c),A.a4S(s,d),s,r,f.i("lI<0>"))}, -a4R(a,b){return b==null?A.axd():b}, -a4T(a,b){if(b==null)b=A.axf() -if(t.hK.b(b))return a.ur(b) -if(t.mX.b(b))return b -throw A.c(A.cs(u.y,null))}, -a4S(a,b){return b==null?A.axe():b}, -awN(a){}, -awP(a,b){A.oe(a,b)}, -awO(){}, -akg(a,b,c){a.o_(b,c)}, -c_(a,b){var s=$.a3 -if(s===B.am)return A.aef(a,b) -return A.aef(a,s.yQ(b))}, -a3L(a,b){var s=$.a3 -if(s===B.am)return A.aji(a,b) -return A.aji(a,s.J3(b,t.qe))}, -oe(a,b){A.awT(new A.abz(a,b))}, -akM(a,b,c,d){var s,r=$.a3 -if(r===c)return d.$0() -$.a3=c -s=r -try{r=d.$0() -return r}finally{$.a3=s}}, -akO(a,b,c,d,e){var s,r=$.a3 -if(r===c)return d.$1(e) -$.a3=c -s=r -try{r=d.$1(e) -return r}finally{$.a3=s}}, -akN(a,b,c,d,e,f){var s,r=$.a3 -if(r===c)return d.$2(e,f) -$.a3=c -s=r -try{r=d.$2(e,f) -return r}finally{$.a3=s}}, -of(a,b,c,d){if(B.am!==c)d=c.yQ(d) -A.akR(d)}, -a4A:function a4A(a){this.a=a}, -a4z:function a4z(a,b,c){this.a=a -this.b=b -this.c=c}, -a4B:function a4B(a){this.a=a}, -a4C:function a4C(a){this.a=a}, -BO:function BO(a){this.a=a -this.b=null -this.c=0}, -aa_:function aa_(a,b){this.a=a -this.b=b}, -a9Z:function a9Z(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -Ke:function Ke(a,b){this.a=a -this.b=!1 -this.$ti=b}, -aaK:function aaK(a){this.a=a}, -aaL:function aaL(a){this.a=a}, -abC:function abC(a){this.a=a}, -rS:function rS(a,b){this.a=a -this.b=b}, -kn:function kn(a,b){var _=this -_.a=a -_.d=_.c=_.b=null -_.$ti=b}, -BD:function BD(a,b){this.a=a -this.$ti=b}, -D8:function D8(a,b){this.a=a -this.b=b}, -ex:function ex(a,b){this.a=a -this.$ti=b}, -nQ:function nQ(a,b,c,d,e,f,g){var _=this -_.dx=0 -_.fr=_.dy=null -_.x=a -_.a=b -_.b=c -_.c=d -_.d=e -_.e=f -_.r=_.f=null -_.$ti=g}, -lG:function lG(){}, -BC:function BC(a,b,c){var _=this -_.a=a -_.b=b -_.c=0 -_.r=_.f=_.e=_.d=null -_.$ti=c}, -a9C:function a9C(a,b){this.a=a -this.b=b}, -a9E:function a9E(a,b,c){this.a=a -this.b=b -this.c=c}, -a9D:function a9D(a){this.a=a}, -zd:function zd(a,b,c){var _=this -_.a=a -_.b=b -_.c=0 -_.r=_.f=_.e=_.d=null -_.$ti=c}, -Vm:function Vm(a,b){this.a=a -this.b=b}, -Vl:function Vl(a,b){this.a=a -this.b=b}, -Vk:function Vk(a,b,c){this.a=a -this.b=b -this.c=c}, -Vo:function Vo(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -Vn:function Vn(a,b,c,d,e,f,g,h){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.x=h}, -zn:function zn(){}, -bd:function bd(a,b){this.a=a -this.$ti=b}, -iY:function iY(a,b,c,d,e){var _=this -_.a=null -_.b=a -_.c=b -_.d=c -_.e=d -_.$ti=e}, -ad:function ad(a,b){var _=this -_.a=0 -_.b=a -_.c=null -_.$ti=b}, -a6A:function a6A(a,b){this.a=a -this.b=b}, -a6I:function a6I(a,b){this.a=a -this.b=b}, -a6E:function a6E(a){this.a=a}, -a6F:function a6F(a){this.a=a}, -a6G:function a6G(a,b,c){this.a=a -this.b=b -this.c=c}, -a6C:function a6C(a,b){this.a=a -this.b=b}, -a6H:function a6H(a,b){this.a=a -this.b=b}, -a6B:function a6B(a,b,c){this.a=a -this.b=b -this.c=c}, -a6L:function a6L(a,b,c){this.a=a -this.b=b -this.c=c}, -a6M:function a6M(a){this.a=a}, -a6K:function a6K(a,b){this.a=a -this.b=b}, -a6J:function a6J(a,b){this.a=a -this.b=b}, -Kf:function Kf(a){this.a=a -this.b=null}, -bv:function bv(){}, -a2K:function a2K(a,b){this.a=a -this.b=b}, -a2L:function a2L(a,b){this.a=a -this.b=b}, -dJ:function dJ(){}, -J8:function J8(){}, -Bz:function Bz(){}, -a9x:function a9x(a){this.a=a}, -a9w:function a9w(a){this.a=a}, -Kg:function Kg(){}, -rj:function rj(a,b,c,d,e){var _=this -_.a=null -_.b=0 -_.c=null -_.d=a -_.e=b -_.f=c -_.r=d -_.$ti=e}, -lH:function lH(a,b){this.a=a -this.$ti=b}, -lI:function lI(a,b,c,d,e,f,g){var _=this -_.x=a -_.a=b -_.b=c -_.c=d -_.d=e -_.e=f -_.r=_.f=null -_.$ti=g}, -dz:function dz(){}, -a4V:function a4V(a,b,c){this.a=a -this.b=b -this.c=c}, -a4U:function a4U(a){this.a=a}, -ti:function ti(){}, -Ld:function Ld(){}, -iX:function iX(a,b){this.b=a -this.a=null -this.$ti=b}, -Lc:function Lc(a,b){this.b=a -this.c=b -this.a=null}, -a6a:function a6a(){}, -MW:function MW(){}, -a8o:function a8o(a,b){this.a=a -this.b=b}, -tj:function tj(a){var _=this -_.c=_.b=null -_.a=0 -_.$ti=a}, -ry:function ry(a,b,c){var _=this -_.a=a -_.b=0 -_.c=b -_.$ti=c}, -OF:function OF(a){this.$ti=a}, -h0:function h0(){}, -rG:function rG(a,b,c,d,e,f,g){var _=this -_.x=a -_.y=null -_.a=b -_.b=c -_.c=d -_.d=e -_.e=f -_.r=_.f=null -_.$ti=g}, -C_:function C_(a,b,c){this.b=a -this.a=b -this.$ti=c}, -Ao:function Ao(a,b,c){this.b=a -this.a=b -this.$ti=c}, -aaE:function aaE(){}, -abz:function abz(a,b){this.a=a -this.b=b}, -a96:function a96(){}, -a97:function a97(a,b){this.a=a -this.b=b}, -a98:function a98(a,b,c){this.a=a -this.b=b -this.c=c}, -f5(a,b,c,d,e){if(c==null)if(b==null){if(a==null)return new A.kh(d.i("@<0>").an(e).i("kh<1,2>")) -b=A.aeZ()}else{if(A.axx()===b&&A.axw()===a)return new A.nY(d.i("@<0>").an(e).i("nY<1,2>")) -if(a==null)a=A.aeY()}else{if(b==null)b=A.aeZ() -if(a==null)a=A.aeY()}return A.auP(a,b,c,d,e)}, -ael(a,b){var s=a[b] -return s===a?null:s}, -aen(a,b,c){if(c==null)a[b]=a -else a[b]=c}, -aem(){var s=Object.create(null) -A.aen(s,"",s) -delete s[""] -return s}, -auP(a,b,c,d,e){var s=c!=null?c:new A.a5L(d) -return new A.zx(a,b,s,d.i("@<0>").an(e).i("zx<1,2>"))}, -Xb(a,b,c,d){if(b==null){if(a==null)return new A.dV(c.i("@<0>").an(d).i("dV<1,2>"))}else if(a==null)a=A.aeZ() -return A.av0(A.aeY(),a,b,c,d)}, -aN(a,b,c){return A.ala(a,new A.dV(b.i("@<0>").an(c).i("dV<1,2>")))}, -x(a,b){return new A.dV(a.i("@<0>").an(b).i("dV<1,2>"))}, -av0(a,b,c,d,e){var s=c!=null?c:new A.a7n(d) -return new A.rV(a,b,s,d.i("@<0>").an(e).i("rV<1,2>"))}, -cZ(a){return new A.lL(a.i("lL<0>"))}, -aeo(){var s=Object.create(null) -s[""]=s -delete s[""] -return s}, -ij(a){return new A.h1(a.i("h1<0>"))}, -aT(a){return new A.h1(a.i("h1<0>"))}, -cD(a,b){return A.axR(a,new A.h1(b.i("h1<0>")))}, -aep(){var s=Object.create(null) -s[""]=s -delete s[""] -return s}, -h2(a,b,c){var s=new A.eV(a,b,c.i("eV<0>")) -s.c=a.e -return s}, -aw3(a,b){return J.f(a,b)}, -aw4(a){return J.bq(a)}, -adr(a,b,c){var s,r -if(A.aeP(a)){if(b==="("&&c===")")return"(...)" -return b+"..."+c}s=A.a([],t.s) -$.oh.push(a) -try{A.awC(a,s)}finally{$.oh.pop()}r=A.ae6(b,s,", ")+c -return r.charCodeAt(0)==0?r:r}, -vJ(a,b,c){var s,r -if(A.aeP(a))return b+"..."+c -s=new A.c7(b) -$.oh.push(a) -try{r=s -r.a=A.ae6(r.a,a,", ")}finally{$.oh.pop()}s.a+=c -r=s.a -return r.charCodeAt(0)==0?r:r}, -aeP(a){var s,r -for(s=$.oh.length,r=0;r100){while(!0){if(!(k>75&&j>3))break -k-=b.pop().length+2;--j}b.push("...") -return}}q=A.e(p) -r=A.e(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)}, -Xc(a,b,c){var s=A.Xb(null,null,b,c) -s.N(0,a) -return s}, -jD(a,b){var s,r=A.ij(b) -for(s=J.au(a);s.u();)r.F(0,b.a(s.gD(s))) -return r}, -jE(a,b){var s=A.ij(b) -s.N(0,a) -return s}, -av1(a,b){return new A.rW(a,a.a,a.c,b.i("rW<0>"))}, -adF(a){var s,r={} -if(A.aeP(a))return"{...}" -s=new A.c7("") -try{$.oh.push(a) -s.a+="{" -r.a=!0 -J.eY(a,new A.Xn(r,s)) -s.a+="}"}finally{$.oh.pop()}r=s.a -return r.charCodeAt(0)==0?r:r}, -ah5(a){var s=new A.zF(a.i("zF<0>")) -s.a=s -s.b=s -return new A.uU(s,a.i("uU<0>"))}, -hs(a,b){return new A.w5(A.a1(A.ask(a),null,!1,b.i("0?")),b.i("w5<0>"))}, -ask(a){if(a==null||a<8)return 8 -else if((a&a-1)>>>0!==0)return A.ahR(a) -return a}, -ahR(a){var s -a=(a<<1>>>0)-1 -for(;!0;a=s){s=(a&a-1)>>>0 -if(s===0)return a}}, -ajZ(){throw A.c(A.O("Cannot change an unmodifiable set"))}, -aw7(a,b){return J.R2(a,b)}, -aw2(a){if(a.i("n(0,0)").b(A.al2()))return A.al2() -return A.axm()}, -aj0(a,b){var s=A.aw2(a) -return new A.yq(s,new A.a2v(a),a.i("@<0>").an(b).i("yq<1,2>"))}, -ae5(a,b,c){var s=b==null?new A.a2x(c):b -return new A.qJ(a,s,c.i("qJ<0>"))}, -kh:function kh(a){var _=this -_.a=0 -_.e=_.d=_.c=_.b=null -_.$ti=a}, -a6R:function a6R(a){this.a=a}, -a6Q:function a6Q(a){this.a=a}, -nY:function nY(a){var _=this -_.a=0 -_.e=_.d=_.c=_.b=null -_.$ti=a}, -zx:function zx(a,b,c,d){var _=this -_.f=a -_.r=b -_.x=c -_.a=0 -_.e=_.d=_.c=_.b=null -_.$ti=d}, -a5L:function a5L(a){this.a=a}, -nW:function nW(a,b){this.a=a -this.$ti=b}, -rL:function rL(a,b,c){var _=this -_.a=a -_.b=b -_.c=0 -_.d=null -_.$ti=c}, -a7p:function a7p(a){var _=this -_.a=0 -_.f=_.e=_.d=_.c=_.b=null -_.r=0 -_.$ti=a}, -rV:function rV(a,b,c,d){var _=this -_.x=a -_.y=b -_.z=c -_.a=0 -_.f=_.e=_.d=_.c=_.b=null -_.r=0 -_.$ti=d}, -a7n:function a7n(a){this.a=a}, -lL:function lL(a){var _=this -_.a=0 -_.e=_.d=_.c=_.b=null -_.$ti=a}, -iZ:function iZ(a,b,c){var _=this -_.a=a -_.b=b -_.c=0 -_.d=null -_.$ti=c}, -h1:function h1(a){var _=this -_.a=0 -_.f=_.e=_.d=_.c=_.b=null -_.r=0 -_.$ti=a}, -a7o:function a7o(a){this.a=a -this.c=this.b=null}, -eV:function eV(a,b,c){var _=this -_.a=a -_.b=b -_.d=_.c=null -_.$ti=c}, -vL:function vL(){}, -vI:function vI(){}, -w2:function w2(a){var _=this -_.b=_.a=0 -_.c=null -_.$ti=a}, -rW:function rW(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=null -_.d=c -_.e=!1 -_.$ti=d}, -mR:function mR(){}, -w3:function w3(){}, -D:function D(){}, -wc:function wc(){}, -Xn:function Xn(a,b){this.a=a -this.b=b}, -af:function af(){}, -Xo:function Xo(a){this.a=a}, -An:function An(a,b){this.a=a -this.$ti=b}, -Ml:function Ml(a,b,c){var _=this -_.a=a -_.b=b -_.c=null -_.$ti=c}, -BU:function BU(){}, -pF:function pF(){}, -iR:function iR(a,b){this.a=a -this.$ti=b}, -zE:function zE(){}, -zD:function zD(a,b,c){var _=this -_.c=a -_.d=b -_.b=_.a=null -_.$ti=c}, -zF:function zF(a){this.b=this.a=null -this.$ti=a}, -uU:function uU(a,b){this.a=a -this.b=0 -this.$ti=b}, -Lp:function Lp(a,b,c){var _=this -_.a=a -_.b=b -_.c=null -_.$ti=c}, -w5:function w5(a,b){var _=this -_.a=a -_.d=_.c=_.b=0 -_.$ti=b}, -Mh:function Mh(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=null -_.$ti=e}, -cp:function cp(){}, -o4:function o4(){}, -PA:function PA(){}, -e7:function e7(a,b){this.a=a -this.$ti=b}, -OB:function OB(){}, -c8:function c8(a,b){var _=this -_.a=a -_.c=_.b=null -_.$ti=b}, -dO:function dO(a,b,c){var _=this -_.d=a -_.a=b -_.c=_.b=null -_.$ti=c}, -OA:function OA(){}, -yq:function yq(a,b,c){var _=this -_.d=null -_.e=a -_.f=b -_.c=_.b=_.a=0 -_.$ti=c}, -a2v:function a2v(a){this.a=a}, -j2:function j2(){}, -km:function km(a,b){this.a=a -this.$ti=b}, -o6:function o6(a,b){this.a=a -this.$ti=b}, -Bq:function Bq(a,b){this.a=a -this.$ti=b}, -cU:function cU(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=null -_.d=c -_.$ti=d}, -Bu:function Bu(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=null -_.d=c -_.$ti=d}, -o5:function o5(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=null -_.d=c -_.$ti=d}, -qJ:function qJ(a,b,c){var _=this -_.d=null -_.e=a -_.f=b -_.c=_.b=_.a=0 -_.$ti=c}, -a2x:function a2x(a){this.a=a}, -a2w:function a2w(a,b){this.a=a -this.b=b}, -Ak:function Ak(){}, -Br:function Br(){}, -Bs:function Bs(){}, -Bt:function Bt(){}, -BV:function BV(){}, -Cn:function Cn(){}, -Cs:function Cs(){}, -awQ(a,b){var s,r,q,p=null -try{p=JSON.parse(a)}catch(r){s=A.ae(r) -q=A.c4(String(s),null,null) -throw A.c(q)}q=A.aaU(p) -return q}, -aaU(a){var s -if(a==null)return null -if(typeof a!="object")return a -if(Object.getPrototypeOf(a)!==Array.prototype)return new A.M8(a,Object.create(null)) -for(s=0;s=0)return null -return r}return null}, -auz(a,b,c,d){var s=a?$.amz():$.amy() -if(s==null)return null -if(0===c&&d===b.length)return A.ajr(s,b) -return A.ajr(s,b.subarray(c,A.en(c,d,b.length,null,null)))}, -ajr(a,b){var s,r -try{s=a.decode(b) -return s}catch(r){}return null}, -agx(a,b,c,d,e,f){if(B.e.bu(f,4)!==0)throw A.c(A.c4("Invalid base64 padding, padded length must be multiple of four, is "+f,a,c)) -if(d+e!==f)throw A.c(A.c4("Invalid base64 padding, '=' not at the end",a,b)) -if(e>2)throw A.c(A.c4("Invalid base64 padding, more than two '=' characters",a,b))}, -ahM(a,b,c){return new A.vR(a,b)}, -aw6(a){return a.lA()}, -auZ(a,b){var s=b==null?A.axu():b -return new A.a7e(a,[],s)}, -ajJ(a,b,c){var s,r=new A.c7("") -A.av_(a,r,b,c) -s=r.a -return s.charCodeAt(0)==0?s:s}, -av_(a,b,c,d){var s=A.auZ(b,c) -s.uK(a)}, -adB(a){return A.akH(function(){var s=a -var r=0,q=1,p,o,n,m,l,k -return function $async$adB(b,c){if(b===1){p=c -r=q}while(true)switch(r){case 0:k=A.en(0,null,s.length,null,null) -o=0,n=0,m=0 -case 2:if(!(m>>0!==0?255:q}return o}, -M8:function M8(a,b){this.a=a -this.b=b -this.c=null}, -a7d:function a7d(a){this.a=a}, -M9:function M9(a){this.a=a}, -a45:function a45(){}, -a44:function a44(){}, -Dh:function Dh(){}, -Di:function Di(){}, -ml:function ml(){}, -kF:function kF(){}, -EL:function EL(){}, -vR:function vR(a,b){this.a=a -this.b=b}, -FJ:function FJ(a,b){this.a=a -this.b=b}, -FI:function FI(){}, -FL:function FL(a){this.b=a}, -FK:function FK(a){this.a=a}, -a7f:function a7f(){}, -a7g:function a7g(a,b){this.a=a -this.b=b}, -a7e:function a7e(a,b,c){this.c=a -this.a=b -this.b=c}, -JO:function JO(){}, -JP:function JP(){}, -aao:function aao(a){this.b=this.a=0 -this.c=a}, -z0:function z0(a){this.a=a}, -aan:function aan(a){this.a=a -this.b=16 -this.c=0}, -ay8(a){return A.lX(a)}, -ahs(a,b){return A.at9(a,b,null)}, -arM(a){var s=typeof a=="number"||typeof a=="string" -if(s)throw A.c(A.kC(a,u.e,null))}, -e9(a,b){var s=A.Hj(a,b) -if(s!=null)return s -throw A.c(A.c4(a,null,null))}, -axM(a){var s=A.aiu(a) -if(s!=null)return s -throw A.c(A.c4("Invalid double",a,null))}, -arK(a){if(a instanceof A.ca)return a.j(0) -return"Instance of '"+A.Zi(a)+"'"}, -arL(a,b){a=A.c(a) -a.stack=b.j(0) -throw a -throw A.c("unreachable")}, -ada(a,b){var s -if(Math.abs(a)<=864e13)s=!1 -else s=!0 -if(s)A.L(A.cs("DateTime is outside valid range: "+a,null)) -A.eW(b,"isUtc",t.y) -return new A.ao(a,b)}, -a1(a,b,c,d){var s,r=c?J.vM(a,d):J.ads(a,d) -if(a!==0&&b!=null)for(s=0;s")) -for(s=J.au(a);s.u();)r.push(s.gD(s)) -if(b)return r -return J.Wt(r)}, -aq(a,b,c){var s -if(b)return A.ahS(a,c) -s=J.Wt(A.ahS(a,c)) -return s}, -ahS(a,b){var s,r -if(Array.isArray(a))return A.a(a.slice(0),b.i("t<0>")) -s=A.a([],b.i("t<0>")) -for(r=J.au(a);r.u();)s.push(r.gD(r)) -return s}, -ahT(a,b){return J.ahI(A.ht(a,!1,b))}, -qM(a,b,c){var s,r,q=null -if(Array.isArray(a)){s=a -r=s.length -c=A.en(b,c,r,q,q) -return A.aiv(b>0||c>>4]&1<<(o&15))!==0)p+=A.hD(o) -else p=d&&o===32?p+"+":p+"%"+n[o>>>4&15]+n[o&15]}return p.charCodeAt(0)==0?p:p}, -atZ(){var s,r -if($.an1())return A.aF(new Error()) -try{throw A.c("")}catch(r){s=A.aF(r) -return s}}, -ar8(a,b){return J.R2(a,b)}, -agX(a,b){var s -if(Math.abs(a)<=864e13)s=!1 -else s=!0 -if(s)A.L(A.cs("DateTime is outside valid range: "+a,null)) -A.eW(b,"isUtc",t.y) -return new A.ao(a,b)}, -arl(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}, -arm(a){if(a>=100)return""+a -if(a>=10)return"0"+a -return"00"+a}, -Es(a){if(a>=10)return""+a -return"0"+a}, -cj(a,b,c,d,e){return new A.aP(c+1000*d+6e7*e+36e8*b+864e8*a)}, -mr(a){if(typeof a=="number"||A.lU(a)||a==null)return J.dQ(a) -if(typeof a=="string")return JSON.stringify(a) -return A.arK(a)}, -tY(a){return new A.m4(a)}, -cs(a,b){return new A.ft(!1,null,b,a)}, -kC(a,b,c){return new A.ft(!0,a,b,c)}, -h7(a,b){return a}, -ati(a){var s=null -return new A.q1(s,s,!1,s,s,a)}, -Zp(a,b){return new A.q1(null,null,!0,a,b,"Value not in range")}, -bu(a,b,c,d,e){return new A.q1(b,c,!0,a,d,"Invalid value")}, -aiB(a,b,c,d){if(ac)throw A.c(A.bu(a,b,c,d,null)) -return a}, -aiA(a,b,c,d){if(d==null)d=J.bP(b) -if(0>a||a>=d)throw A.c(A.bH(a,b,c==null?"index":c,null,d)) -return a}, -en(a,b,c,d,e){if(0>a||a>c)throw A.c(A.bu(a,0,c,d==null?"start":d,null)) -if(b!=null){if(a>b||b>c)throw A.c(A.bu(b,a,c,e==null?"end":e,null)) -return b}return c}, -cG(a,b){if(a<0)throw A.c(A.bu(a,0,null,b,null)) -return a}, -bH(a,b,c,d,e){var s=e==null?J.bP(b):e -return new A.Fy(s,!0,a,c,"Index out of range")}, -O(a){return new A.JL(a)}, -c1(a){return new A.rb(a)}, -a6(a){return new A.fW(a)}, -br(a){return new A.Ef(a)}, -cC(a){return new A.Lx(a)}, -c4(a,b,c){return new A.kO(a,b,c)}, -asb(a,b,c){if(a<=0)return new A.jn(c.i("jn<0>")) -return new A.zW(a,b,c.i("zW<0>"))}, -adG(a,b,c,d,e){return new A.mi(a,b.i("@<0>").an(c).an(d).an(e).i("mi<1,2,3,4>"))}, -adM(a,b,c,d,e,f){var s,r -if(B.aV===c)return A.aj4(J.bq(a),J.bq(b),$.tz()) -if(B.aV===d){s=J.bq(a) -b=J.bq(b) -c=J.bq(c) -return A.yz(A.d3(A.d3(A.d3($.tz(),s),b),c))}if(B.aV===e)return A.au6(J.bq(a),J.bq(b),J.bq(c),J.bq(d),$.tz()) -if(B.aV===f){s=J.bq(a) -b=J.bq(b) -c=J.bq(c) -d=J.bq(d) -e=e.gw(e) -return A.yz(A.d3(A.d3(A.d3(A.d3(A.d3($.tz(),s),b),c),d),e))}s=J.bq(a) -b=J.bq(b) -c=J.bq(c) -d=J.bq(d) -e=e.gw(e) -f=f.gw(f) -r=$.tz() -return A.yz(A.d3(A.d3(A.d3(A.d3(A.d3(A.d3(r,s),b),c),d),e),f))}, -Yl(a){var s,r=$.tz() -for(s=J.au(a);s.u();)r=A.d3(r,J.bq(s.gD(s))) -return A.yz(r)}, -ol(a){A.alB(A.e(a))}, -au1(){$.acB() -return new A.J6()}, -avW(a,b){return 65536+((a&1023)<<10)+(b&1023)}, -aei(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=((B.d.ap(a5,4)^58)*3|B.d.ap(a5,0)^100|B.d.ap(a5,1)^97|B.d.ap(a5,2)^116|B.d.ap(a5,3)^97)>>>0 -if(s===0)return A.ajo(a4=14)r[7]=a4 -q=r[1] -if(q>=0)if(A.akQ(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(!(mn+2&&B.d.eG(a5,"/..",m-3) -else h=!0 -if(h){j=a3 -k=!1}else{if(q===4)if(B.d.eG(a5,"file",0)){if(p<=0){if(!B.d.eG(a5,"/",n)){g="file:///" -s=3}else{g="file://" -s=2}a5=g+B.d.ag(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.lu(a5,n,m,"/");++a4 -m=f}j="file"}else if(B.d.eG(a5,"http",0)){if(i&&o+3===n&&B.d.eG(a5,"80",o+1)){l-=3 -e=n-3 -m-=3 -a5=B.d.lu(a5,o,n,"") -a4-=3 -n=e}j="http"}else j=a3 -else if(q===5&&B.d.eG(a5,"https",0)){if(i&&o+4===n&&B.d.eG(a5,"443",o+1)){l-=4 -e=n-4 -m-=4 -a5=B.d.lu(a5,o,n,"") -a4-=3 -n=e}j="https"}else j=a3 -k=!0}}}else j=a3 -if(k){if(a40)j=A.avA(a5,0,q) -else{if(q===0)A.tp(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.e9(B.d.ag(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.e9(B.d.ag(a,r,c),null) -if(o>255)k.$2(l,r) -j[q]=o -return j}, -ajp(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d=new A.a3Z(a),c=new A.a4_(d,a) -if(a.length<2)d.$2("address is too short",e) -s=A.a([],t.t) -for(r=b,q=r,p=!1,o=!1;r>>0) -s.push((k[2]<<8|k[3])>>>0)}if(p){if(s.length>7)d.$2("an address with a wildcard must have less than 7 parts",e)}else if(s.length!==8)d.$2("an address without a wildcard must contain exactly 8 parts",e) -j=new Uint8Array(16) -for(l=s.length,i=9-l,r=0,h=0;r=b&&q=b&&s>>4]&1<<(p&15))!==0){if(q&&65<=p&&90>=p){if(i==null)i=new A.c7("") -if(r>>4]&1<<(o&15))!==0){if(p&&65<=o&&90>=o){if(q==null)q=new A.c7("") -if(r>>4]&1<<(o&15))!==0)A.tp(a,s,"Invalid character") -else{if((o&64512)===55296&&s+1>>4]&1<<(q&15))!==0))A.tp(a,s,"Illegal scheme character") -if(65<=q&&q<=90)r=!0}a=B.d.ag(a,b,c) -return A.avx(r?a.toLowerCase():a)}, -avx(a){if(a==="http")return"http" -if(a==="file")return"file" -if(a==="https")return"https" -if(a==="package")return"package" -return a}, -ak8(a,b,c){if(a==null)return"" -return A.BZ(a,b,c,B.PB,!1)}, -ak5(a,b,c,d,e,f){var s,r=e==="file",q=r||f -if(a==null)return r?"/":"" -else s=A.BZ(a,b,c,B.vg,!0) -if(s.length===0){if(r)return"/"}else if(q&&!B.d.cr(s,"/"))s="/"+s -return A.avB(s,e,f)}, -avB(a,b,c){var s=b.length===0 -if(s&&!c&&!B.d.cr(a,"/"))return A.akb(a,!s||c) -return A.akd(a)}, -ak7(a,b,c,d){var s,r={} -if(a!=null){if(d!=null)throw A.c(A.cs("Both query and queryParameters specified",null)) -return A.BZ(a,b,c,B.fw,!0)}if(d==null)return null -s=new A.c7("") -r.a="" -d.ai(0,new A.aak(new A.aal(r,s))) -r=s.a -return r.charCodeAt(0)==0?r:r}, -ak3(a,b,c){if(a==null)return null -return A.BZ(a,b,c,B.fw,!0)}, -aey(a,b,c){var s,r,q,p,o,n=b+2 -if(n>=a.length)return"%" -s=B.d.ay(a,b+1) -r=B.d.ay(a,n) -q=A.abW(s) -p=A.abW(r) -if(q<0||p<0)return"%" -o=q*16+p -if(o<127&&(B.h5[B.e.h6(o,4)]&1<<(o&15))!==0)return A.hD(c&&65<=o&&90>=o?(o|32)>>>0:o) -if(s>=97||r>=97)return B.d.ag(a,b,b+3).toUpperCase() -return null}, -aex(a){var s,r,q,p,o,n="0123456789ABCDEF" -if(a<128){s=new Uint8Array(3) -s[0]=37 -s[1]=B.d.ap(n,a>>>4) -s[2]=B.d.ap(n,a&15)}else{if(a>2047)if(a>65535){r=240 -q=4}else{r=224 -q=3}else{r=192 -q=2}s=new Uint8Array(3*q) -for(p=0;--q,q>=0;r=128){o=B.e.a2J(a,6*q)&63|r -s[p]=37 -s[p+1]=B.d.ap(n,o>>>4) -s[p+2]=B.d.ap(n,o&15) -p+=3}}return A.qM(s,0,null)}, -BZ(a,b,c,d,e){var s=A.aka(a,b,c,d,e) -return s==null?B.d.ag(a,b,c):s}, -aka(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j=null -for(s=!e,r=b,q=r,p=j;r>>4]&1<<(o&15))!==0)++r -else{if(o===37){n=A.aey(a,r,!1) -if(n==null){r+=3 -continue}if("%"===n){n="%25" -m=1}else m=3}else if(s&&o<=93&&(B.pp[o>>>4]&1<<(o&15))!==0){A.tp(a,r,"Invalid character") -m=j -n=m}else{if((o&64512)===55296){l=r+1 -if(l=2&&A.ak2(B.d.ap(a,0)))for(s=1;s127||(B.rf[r>>>4]&1<<(r&15))===0)break}return a}, -avz(a,b){var s,r,q -for(s=0,r=0;r<2;++r){q=B.d.ap(a,b+r) -if(48<=q&&q<=57)s=s*16+q-48 -else{q|=32 -if(97<=q&&q<=102)s=s*16+q-87 -else throw A.c(A.cs("Invalid URL encoding",null))}}return s}, -aam(a,b,c,d,e){var s,r,q,p,o=b -while(!0){if(!(o127)throw A.c(A.cs("Illegal percent encoding in URI",null)) -if(r===37){if(o+3>q)throw A.c(A.cs("Truncated URI",null)) -p.push(A.avz(a,o+1)) -o+=2}else if(e&&r===43)p.push(32) -else p.push(r)}}return d.es(0,p)}, -ak2(a){var s=a|32 -return 97<=s&&s<=122}, -ajo(a,b,c){var s,r,q,p,o,n,m,l,k="Invalid MIME type",j=A.a([b-1],t.t) -for(s=a.length,r=b,q=-1,p=null;rb)throw A.c(A.c4(k,a,r)) -for(;p!==44;){j.push(r);++r -for(o=-1;r=0)j.push(o) -else{n=B.b.gJ(j) -if(p!==44||r!==n+7||!B.d.eG(a,"base64",n+1))throw A.c(A.c4("Expecting '='",a,r)) -break}}j.push(r) -m=r+1 -if((j.length&1)===1)a=B.E4.a8L(0,a,m,s) -else{l=A.aka(a,m,s,B.fw,!0) -if(l!=null)a=B.d.lu(a,m,s,l)}return new A.a3X(a,j,c)}, -aw_(){var s,r,q,p,o,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~!$&'()*+,;=",m=".",l=":",k="/",j="?",i="#",h=J.ahH(22,t.H3) -for(s=0;s<22;++s)h[s]=new Uint8Array(96) -r=new A.aaY(h) -q=new A.aaZ() -p=new A.ab_() -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,172) -q.$3(o,i,205) -o=r.$2(14,225) -q.$3(o,n,1) -q.$3(o,m,15) -q.$3(o,l,34) -q.$3(o,k,234) -q.$3(o,j,172) -q.$3(o,i,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,172) -q.$3(o,i,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,172) -q.$3(o,i,205) -o=r.$2(2,235) -q.$3(o,n,139) -q.$3(o,k,131) -q.$3(o,m,146) -q.$3(o,j,172) -q.$3(o,i,205) -o=r.$2(3,235) -q.$3(o,n,11) -q.$3(o,k,68) -q.$3(o,m,18) -q.$3(o,j,172) -q.$3(o,i,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,172) -q.$3(o,i,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,172) -q.$3(o,i,205) -o=r.$2(6,231) -p.$3(o,"19",7) -q.$3(o,"@",68) -q.$3(o,k,138) -q.$3(o,j,172) -q.$3(o,i,205) -o=r.$2(7,231) -p.$3(o,"09",7) -q.$3(o,"@",68) -q.$3(o,k,138) -q.$3(o,j,172) -q.$3(o,i,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,k,234) -q.$3(o,j,172) -q.$3(o,i,205) -o=r.$2(16,235) -q.$3(o,n,11) -q.$3(o,m,17) -q.$3(o,k,234) -q.$3(o,j,172) -q.$3(o,i,205) -o=r.$2(17,235) -q.$3(o,n,11) -q.$3(o,k,9) -q.$3(o,j,172) -q.$3(o,i,205) -o=r.$2(10,235) -q.$3(o,n,11) -q.$3(o,m,18) -q.$3(o,k,234) -q.$3(o,j,172) -q.$3(o,i,205) -o=r.$2(18,235) -q.$3(o,n,11) -q.$3(o,m,19) -q.$3(o,k,234) -q.$3(o,j,172) -q.$3(o,i,205) -o=r.$2(19,235) -q.$3(o,n,11) -q.$3(o,k,234) -q.$3(o,j,172) -q.$3(o,i,205) -o=r.$2(11,235) -q.$3(o,n,11) -q.$3(o,k,10) -q.$3(o,j,172) -q.$3(o,i,205) -o=r.$2(12,236) -q.$3(o,n,12) -q.$3(o,j,12) -q.$3(o,i,205) -o=r.$2(13,237) -q.$3(o,n,13) -q.$3(o,j,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 h}, -akQ(a,b,c,d,e){var s,r,q,p,o=$.anh() -for(s=b;s95?31:q] -d=p&31 -e[p>>>5]=s}return d}, -Y8:function Y8(a,b){this.a=a -this.b=b}, -bJ:function bJ(){}, -ao:function ao(a,b){this.a=a -this.b=b}, -aP:function aP(a){this.a=a}, -Lv:function Lv(){}, -bs:function bs(){}, -m4:function m4(a){this.a=a}, -lE:function lE(){}, -Gv:function Gv(){}, -ft:function ft(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -q1:function q1(a,b,c,d,e,f){var _=this -_.e=a -_.f=b -_.a=c -_.b=d -_.c=e -_.d=f}, -Fy:function Fy(a,b,c,d,e){var _=this -_.f=a -_.a=b -_.b=c -_.c=d -_.d=e}, -Gt:function Gt(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -JL:function JL(a){this.a=a}, -rb:function rb(a){this.a=a}, -fW:function fW(a){this.a=a}, -Ef:function Ef(a){this.a=a}, -GD:function GD(){}, -yt:function yt(){}, -Ep:function Ep(a){this.a=a}, -Lx:function Lx(a){this.a=a}, -kO:function kO(a,b,c){this.a=a -this.b=b -this.c=c}, -EY:function EY(a,b){this.a=a -this.$ti=b}, -p:function p(){}, -zW:function zW(a,b,c){this.a=a -this.b=b -this.$ti=c}, -Dk:function Dk(){}, -FF:function FF(){}, -bN:function bN(a,b,c){this.a=a -this.b=b -this.$ti=c}, -aH:function aH(){}, -M:function M(){}, -OK:function OK(){}, -J6:function J6(){this.b=this.a=0}, -a_V:function a_V(a){var _=this -_.a=a -_.c=_.b=0 -_.d=-1}, -c7:function c7(a){this.a=a}, -a40:function a40(a){this.a=a}, -a3Y:function a3Y(a){this.a=a}, -a3Z:function a3Z(a){this.a=a}, -a4_:function a4_(a,b){this.a=a -this.b=b}, -BY:function BY(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.Q=_.z=_.y=_.x=$}, -aal:function aal(a,b){this.a=a -this.b=b}, -aak:function aak(a){this.a=a}, -a3X:function a3X(a,b,c){this.a=a -this.b=b -this.c=c}, -aaY:function aaY(a){this.a=a}, -aaZ:function aaZ(){}, -ab_:function ab_(){}, -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 -_.x=h -_.y=null}, -L1:function L1(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.Q=_.z=_.y=_.x=$}, -atB(a){A.h7(a,"result") -return new A.np()}, -ayC(a,b){A.h7(a,"method") -if(!B.d.cr(a,"ext."))throw A.c(A.kC(a,"method","Must begin with ext.")) -if($.aku.h(0,a)!=null)throw A.c(A.cs("Extension already registered: "+a,null)) -A.h7(b,"handler") -$.aku.p(0,a,b)}, -ayz(a,b){A.h7(a,"eventKind") -A.h7(b,"eventData") -B.bP.tH(b)}, -aui(a,b,c){A.h7(a,"name") -$.aee.push(null) -return}, -auh(){var s,r -if($.aee.length===0)throw A.c(A.a6("Uneven calls to startSync and finishSync")) -s=$.aee.pop() -if(s==null)return -A.aez(s.c) -r=s.d -if(r!=null){A.e(r.b) -s.d.toString -A.aez(null)}}, -ajh(){return new A.a3J(0,A.a([],t._x))}, -aez(a){if(a==null||a.gq(a)===0)return"{}" -return B.bP.tH(a)}, -np:function np(){}, -a3J:function a3J(a,b){this.c=a -this.d=b}, -QS(){return window}, -af_(){return document}, -Dw(a,b){var s=document.createElement("canvas") -if(b!=null)s.width=b -if(a!=null)s.height=a -return s}, -auN(a,b){return!1}, -auM(a){var s=a.firstElementChild -if(s==null)throw A.c(A.a6("No elements")) -return s}, -arC(a,b,c){var s=document.body -s.toString -s=new A.aI(new A.dk(B.nZ.hS(s,a,b,c)),new A.U_(),t.A3.i("aI")) -return t.V.a(s.gbH(s))}, -arD(a){return A.cl(a,null)}, -v0(a){var s,r,q="element tag unavailable" -try{s=J.l(a) -s.gMt(a) -q=s.gMt(a)}catch(r){}return q}, -cl(a,b){return document.createElement(a)}, -arW(a,b,c){var s=new FontFace(a,b,A.QG(c)) -return s}, -as5(a,b){var s,r=new A.ad($.a3,t._Y),q=new A.bd(r,t.rj),p=new XMLHttpRequest() -B.Im.a9l(p,"GET",a,!0) -p.responseType=b -s=t._p -A.bG(p,"load",new A.VY(p,q),!1,s) -A.bG(p,"error",q.ga56(),!1,s) -p.send() -return r}, -Wn(){var s,r=null,q=document.createElement("input"),p=t.Zb.a(q) -if(r!=null)try{p.type=r}catch(s){}return p}, -bG(a,b,c,d,e){var s=c==null?null:A.aeU(new A.a6e(c),t.I3) -s=new A.zM(a,b,s,!1,e.i("zM<0>")) -s.ye() -return s}, -ajF(a){var s=document.createElement("a"),r=new A.a9d(s,window.location) -r=new A.rN(r) -r.Up(a) -return r}, -auW(a,b,c,d){return!0}, -auX(a,b,c,d){var s,r=d.a,q=r.a -q.href=c -s=q.hostname -r=r.b -if(!(s==r.hostname&&q.port===r.port&&q.protocol===r.protocol))if(s==="")if(q.port===""){r=q.protocol -r=r===":"||r===""}else r=!1 -else r=!1 -else r=!0 -return r}, -ajU(){var s=t.N,r=A.jD(B.vI,s),q=A.a(["TEMPLATE"],t.s) -s=new A.OV(r,A.ij(s),A.ij(s),A.ij(s),null) -s.Uq(null,new A.aG(B.vI,new A.a9F(),t.a4),q,null) -return s}, -aaV(a){var s -if("postMessage" in a){s=A.auQ(a) -return s}else return a}, -avZ(a){if(t.VF.b(a))return a -return new A.iV([],[]).jS(a,!0)}, -auQ(a){if(a===window)return a -else return new A.a5M(a)}, -aeU(a,b){var s=$.a3 -if(s===B.am)return a -return s.J3(a,b)}, -a5:function a5(){}, -Rg:function Rg(){}, -D0:function D0(){}, -D6:function D6(){}, -ow:function ow(){}, -m6:function m6(){}, -fu:function fu(){}, -m8:function m8(){}, -RV:function RV(){}, -Du:function Du(){}, -me:function me(){}, -Dz:function Dz(){}, -i2:function i2(){}, -uy:function uy(){}, -SF:function SF(){}, -oU:function oU(){}, -SG:function SG(){}, -bK:function bK(){}, -oV:function oV(){}, -SH:function SH(){}, -oW:function oW(){}, -hd:function hd(){}, -jj:function jj(){}, -SI:function SI(){}, -SJ:function SJ(){}, -ST:function ST(){}, -uN:function uN(){}, -i7:function i7(){}, -Tw:function Tw(){}, -p3:function p3(){}, -uS:function uS(){}, -uT:function uT(){}, -EH:function EH(){}, -Tx:function Tx(){}, -Kz:function Kz(a,b){this.a=a -this.b=b}, -rI:function rI(a,b){this.a=a -this.$ti=b}, -as:function as(){}, -U_:function U_(){}, -EJ:function EJ(){}, -hk:function hk(){}, -Uv:function Uv(a){this.a=a}, -Uw:function Uw(a){this.a=a}, -a_:function a_(){}, -U:function U(){}, -UB:function UB(){}, -F1:function F1(){}, -eh:function eh(){}, -pb:function pb(){}, -pc:function pc(){}, -UD:function UD(){}, -mz:function mz(){}, -js:function js(){}, -f4:function f4(){}, -VR:function VR(){}, -mG:function mG(){}, -vt:function vt(){}, -kS:function kS(){}, -VY:function VY(a,b){this.a=a -this.b=b}, -vu:function vu(){}, -Fv:function Fv(){}, -vw:function vw(){}, -mK:function mK(){}, -jB:function jB(){}, -vX:function vX(){}, -Xe:function Xe(){}, -G8:function G8(){}, -Xz:function Xz(){}, -XA:function XA(){}, -Ge:function Ge(){}, -pI:function pI(){}, -wq:function wq(){}, -l4:function l4(){}, -Gf:function Gf(){}, -XC:function XC(a){this.a=a}, -XD:function XD(a){this.a=a}, -Gg:function Gg(){}, -XE:function XE(a){this.a=a}, -XF:function XF(a){this.a=a}, -ws:function ws(){}, -f7:function f7(){}, -Gh:function Gh(){}, -em:function em(){}, -Y5:function Y5(){}, -dk:function dk(a){this.a=a}, -a0:function a0(){}, -pK:function pK(){}, -Gy:function Gy(){}, -Gz:function Gz(){}, -GE:function GE(){}, -Yr:function Yr(){}, -wX:function wX(){}, -H0:function H0(){}, -YG:function YG(){}, -iw:function iw(){}, -YL:function YL(){}, -fa:function fa(){}, -Hf:function Hf(){}, -jM:function jM(){}, -iD:function iD(){}, -I8:function I8(){}, -a_T:function a_T(a){this.a=a}, -a_U:function a_U(a){this.a=a}, -a0c:function a0c(){}, -y_:function y_(){}, -Io:function Io(){}, -Iw:function Iw(){}, -IU:function IU(){}, -ff:function ff(){}, -J_:function J_(){}, -fh:function fh(){}, -J1:function J1(){}, -fi:function fi(){}, -J2:function J2(){}, -a2u:function a2u(){}, -J7:function J7(){}, -a2H:function a2H(a){this.a=a}, -a2I:function a2I(a){this.a=a}, -yw:function yw(){}, -er:function er(){}, -yC:function yC(){}, -Je:function Je(){}, -Jf:function Jf(){}, -qU:function qU(){}, -qW:function qW(){}, -fk:function fk(){}, -ev:function ev(){}, -Ju:function Ju(){}, -Jv:function Jv(){}, -a3I:function a3I(){}, -fl:function fl(){}, -lD:function lD(){}, -yW:function yW(){}, -a3O:function a3O(){}, -k7:function k7(){}, -a41:function a41(){}, -a49:function a49(){}, -nM:function nM(){}, -nN:function nN(){}, -iU:function iU(){}, -rk:function rk(){}, -KR:function KR(){}, -zC:function zC(){}, -LS:function LS(){}, -AA:function AA(){}, -Oz:function Oz(){}, -ON:function ON(){}, -Kh:function Kh(){}, -Lt:function Lt(a){this.a=a}, -adj:function adj(a,b){this.a=a -this.$ti=b}, -zL:function zL(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.$ti=d}, -rB:function rB(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.$ti=d}, -zM:function zM(a,b,c,d,e){var _=this -_.a=0 -_.b=a -_.c=b -_.d=c -_.e=d -_.$ti=e}, -a6e:function a6e(a){this.a=a}, -a6f:function a6f(a){this.a=a}, -rN:function rN(a){this.a=a}, -at:function at(){}, -wI:function wI(a){this.a=a}, -Yb:function Yb(a){this.a=a}, -Ya:function Ya(a,b,c){this.a=a -this.b=b -this.c=c}, -Bn:function Bn(){}, -a9s:function a9s(){}, -a9t:function a9t(){}, -OV:function OV(a,b,c,d,e){var _=this -_.e=a -_.a=b -_.b=c -_.c=d -_.d=e}, -a9F:function a9F(){}, -OO:function OO(){}, -pd:function pd(a,b,c){var _=this -_.a=a -_.b=b -_.c=-1 -_.d=null -_.$ti=c}, -Eg:function Eg(){}, -a5M:function a5M(a){this.a=a}, -a9d:function a9d(a,b){this.a=a -this.b=b}, -PC:function PC(a){this.a=a -this.b=0}, -aaq:function aaq(a){this.a=a}, -KS:function KS(){}, -Ll:function Ll(){}, -Lm:function Lm(){}, -Ln:function Ln(){}, -Lo:function Lo(){}, -LB:function LB(){}, -LC:function LC(){}, -LX:function LX(){}, -LY:function LY(){}, -Mu:function Mu(){}, -Mv:function Mv(){}, -Mw:function Mw(){}, -Mx:function Mx(){}, -MI:function MI(){}, -MJ:function MJ(){}, -N_:function N_(){}, -N0:function N0(){}, -O3:function O3(){}, -Bo:function Bo(){}, -Bp:function Bp(){}, -Ox:function Ox(){}, -Oy:function Oy(){}, -OE:function OE(){}, -P6:function P6(){}, -P7:function P7(){}, -BL:function BL(){}, -BM:function BM(){}, -Pf:function Pf(){}, -Pg:function Pg(){}, -PN:function PN(){}, -PO:function PO(){}, -PR:function PR(){}, -PS:function PS(){}, -PY:function PY(){}, -PZ:function PZ(){}, -Qb:function Qb(){}, -Qc:function Qc(){}, -Qd:function Qd(){}, -Qe:function Qe(){}, -ako(a){var s,r -if(a==null)return a -if(typeof a=="string"||typeof a=="number"||A.lU(a))return a -if(A.aln(a))return A.h4(a) -if(Array.isArray(a)){s=[] -for(r=0;rc)throw A.c(A.bu(a,0,c,s,s)) -if(bc)throw A.c(A.bu(b,a,c,s,s))}, -avS(a){return a}, -aeG(a,b,c){var s -try{if(Object.isExtensible(a)&&!Object.prototype.hasOwnProperty.call(a,b)){Object.defineProperty(a,b,{value:c}) -return!0}}catch(s){}return!1}, -akA(a,b){if(Object.prototype.hasOwnProperty.call(a,b))return a[b] -return null}, -Qv(a){if(a==null||typeof a=="string"||typeof a=="number"||A.lU(a))return a -if(a instanceof A.jz)return a.a -if(A.alm(a))return a -if(t.e2.b(a))return a -if(a instanceof A.ao)return A.dX(a) -if(t._8.b(a))return A.akz(a,"$dart_jsFunction",new A.aaW()) -return A.akz(a,"_$dart_jsObject",new A.aaX($.afq()))}, -akz(a,b,c){var s=A.akA(a,b) -if(s==null){s=c.$1(a) -A.aeG(a,b,s)}return s}, -aeD(a){if(a==null||typeof a=="string"||typeof a=="number"||typeof a=="boolean")return a -else if(a instanceof Object&&A.alm(a))return a -else if(a instanceof Object&&t.e2.b(a))return a -else if(a instanceof Date)return A.ada(a.getTime(),!1) -else if(a.constructor===$.afq())return a.o -else return A.abD(a)}, -abD(a){if(typeof a=="function")return A.aeJ(a,$.QT(),new A.abE()) -if(a instanceof Array)return A.aeJ(a,$.afn(),new A.abF()) -return A.aeJ(a,$.afn(),new A.abG())}, -aeJ(a,b,c){var s=A.akA(a,b) -if(s==null||!(a instanceof Object)){s=c.$1(a) -A.aeG(a,b,s)}return s}, -avY(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.avQ,a) -s[$.QT()]=a -a.$dart_jsFunction=s -return s}, -avQ(a,b){return A.ahs(a,b)}, -lV(a){if(typeof a=="function")return a -else return A.avY(a)}, -WF:function WF(a){this.a=a}, -aaW:function aaW(){}, -aaX:function aaX(a){this.a=a}, -abE:function abE(){}, -abF:function abF(){}, -abG:function abG(){}, -jz:function jz(a){this.a=a}, -pv:function pv(a){this.a=a}, -mL:function mL(a,b){this.a=a -this.$ti=b}, -rT:function rT(){}, -abV(a,b){return b in a}, -ay2(a,b){return a[b]}, -bE(a,b,c){return a[b].apply(a,c)}, -aki(a,b){return a[b]()}, -avR(a,b,c){return a[b](c)}, -ky(a,b){var s=new A.ad($.a3,b.i("ad<0>")),r=new A.bd(s,b.i("bd<0>")) -a.then(A.fp(new A.acj(r),1),A.fp(new A.ack(r),1)) -return s}, -Gu:function Gu(a){this.a=a}, -acj:function acj(a){this.a=a}, -ack:function ack(a){this.a=a}, -alu(a,b){return Math.max(A.dA(a),A.dA(b))}, -alp(a){return Math.log(a)}, -fb:function fb(a,b,c){this.a=a -this.b=b -this.$ti=c}, -aj3(){var s=t.ry.a(B.e1.p1(document,"http://www.w3.org/2000/svg","svg")) -s.setAttribute("version","1.1") -return t.OM.a(s)}, -oL:function oL(){}, -p1:function p1(){}, -fD:function fD(){}, -dH:function dH(){}, -hr:function hr(){}, -FV:function FV(){}, -hy:function hy(){}, -Gx:function Gx(){}, -pS:function pS(){}, -Z0:function Z0(){}, -q9:function q9(){}, -Ja:function Ja(){}, -aC:function aC(){}, -nA:function nA(){}, -hO:function hO(){}, -JD:function JD(){}, -Md:function Md(){}, -Me:function Me(){}, -MP:function MP(){}, -MQ:function MQ(){}, -OI:function OI(){}, -OJ:function OJ(){}, -Pk:function Pk(){}, -Pl:function Pl(){}, -EM:function EM(){}, -asP(){var s=A.aQ() -if(s)return new A.mj() -else return new A.EQ()}, -aqW(a,b){var s='"recorder" must not already be associated with another Canvas.',r=A.aQ() -if(r){if(a.gLf())A.L(A.cs(s,null)) -if(b==null)b=B.n9 -return new A.S2(t.wW.a(a).l_(0,b))}else{t.X8.a(a) -if(a.c)A.L(A.cs(s,null)) -return new A.a2N(a.l_(0,b==null?B.n9:b))}}, -atw(){var s,r,q=A.aQ() -if(q){q=new A.I2(A.a([],t.k5),B.T) -s=new A.X4(q) -s.b=q -return s}else{q=A.a([],t.wc) -s=$.a2P -r=A.a([],t.g) -s=s!=null&&s.c===B.aw?s:null -s=new A.fC(s,t.Nh) -$.j6.push(s) -s=new A.x4(r,s,B.bw) -s.f=A.du() -q.push(s) -return new A.a2O(q)}}, -Yp(a,b,c){if(b==null)if(a==null)return null -else return a.a2(0,1-c) -else if(a==null)return b.a2(0,c) -else return new A.k(A.ks(a.a,b.a,c),A.ks(a.b,b.b,c))}, -atL(a,b,c){if(b==null)if(a==null)return null -else return a.a2(0,1-c) -else if(a==null)return b.a2(0,c) -else return new A.K(A.ks(a.a,b.a,c),A.ks(a.b,b.b,c))}, -le(a,b){var s=a.a,r=b*2/2,q=a.b -return new A.v(s-r,q-r,s+r,q+r)}, -atm(a,b,c){var s=a.a,r=c/2,q=a.b,p=b/2 -return new A.v(s-r,q-p,s+r,q+p)}, -Hv(a,b){var s=a.a,r=b.a,q=a.b,p=b.b -return new A.v(Math.min(s,r),Math.min(q,p),Math.max(s,r),Math.max(q,p))}, -aiD(a,b,c){var s,r,q,p,o -if(b==null)if(a==null)return null -else{s=1-c -return new A.v(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.v(r*c,q*c,p*c,o*c) -else return new A.v(A.ks(a.a,r,c),A.ks(a.b,q,c),A.ks(a.c,p,c),A.ks(a.d,o,c))}}, -xj(a,b,c){var s,r,q -if(b==null)if(a==null)return null -else{s=1-c -return new A.bR(a.a*s,a.b*s)}else{r=b.a -q=b.b -if(a==null)return new A.bR(r*c,q*c) -else return new A.bR(A.ks(a.a,r,c),A.ks(a.b,q,c))}}, -ae_(a,b){var s=b.a,r=b.b -return new A.iE(a.a,a.b,a.c,a.d,s,r,s,r,s,r,s,r,s===r)}, -Zo(a,b,c,d,e){var s=d.a,r=d.b,q=e.a,p=e.b,o=b.a,n=b.b,m=c.a,l=c.b,k=s===r&&s===q&&s===p&&s===o&&s===n&&s===m&&s===l -return new A.iE(a.a,a.b,a.c,a.d,s,r,q,p,m,l,o,n,k)}, -d6(a,b){a=a+J.bq(b)&536870911 -a=a+((a&524287)<<10)&536870911 -return a^a>>>6}, -ajI(a){a=a+((a&67108863)<<3)&536870911 -a^=a>>>11 -return a+((a&16383)<<15)&536870911}, -W(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1){var s=A.d6(A.d6(0,a),b) -if(!J.f(c,B.a)){s=A.d6(s,c) -if(!J.f(d,B.a)){s=A.d6(s,d) -if(!J.f(e,B.a)){s=A.d6(s,e) -if(!J.f(f,B.a)){s=A.d6(s,f) -if(!J.f(g,B.a)){s=A.d6(s,g) -if(!J.f(h,B.a)){s=A.d6(s,h) -if(!J.f(i,B.a)){s=A.d6(s,i) -if(!J.f(j,B.a)){s=A.d6(s,j) -if(!J.f(k,B.a)){s=A.d6(s,k) -if(!J.f(l,B.a)){s=A.d6(s,l) -if(!J.f(m,B.a)){s=A.d6(s,m) -if(!J.f(n,B.a)){s=A.d6(s,n) -if(!J.f(o,B.a)){s=A.d6(s,o) -if(!J.f(p,B.a)){s=A.d6(s,p) -if(!J.f(q,B.a)){s=A.d6(s,q) -if(!J.f(r,B.a)){s=A.d6(s,r) -if(!J.f(a0,B.a)){s=A.d6(s,a0) -if(!J.f(a1,B.a))s=A.d6(s,a1)}}}}}}}}}}}}}}}}}return A.ajI(s)}, -dB(a){var s,r,q -if(a!=null)for(s=a.length,r=0,q=0;q>>24&255)*b),0,255),a.gm(a)>>>16&255,a.gm(a)>>>8&255,a.gm(a)&255)}, -ap(a,b,c,d){return new A.F(((a&255)<<24|(b&255)<<16|(c&255)<<8|d&255)>>>0)}, -ad5(a){if(a<=0.03928)return a/12.92 -return Math.pow((a+0.055)/1.055,2.4)}, -y(a,b,c){if(b==null)if(a==null)return null -else return A.akP(a,1-c) -else if(a==null)return A.akP(b,c) -else return A.ap(A.tw(B.c.cX(A.abi(a.gm(a)>>>24&255,b.gm(b)>>>24&255,c)),0,255),A.tw(B.c.cX(A.abi(a.gm(a)>>>16&255,b.gm(b)>>>16&255,c)),0,255),A.tw(B.c.cX(A.abi(a.gm(a)>>>8&255,b.gm(b)>>>8&255,c)),0,255),A.tw(B.c.cX(A.abi(a.gm(a)&255,b.gm(b)&255,c)),0,255))}, -ad6(a,b){var s,r,q,p=a.gm(a)>>>24&255 -if(p===0)return b -s=255-p -r=b.gm(b)>>>24&255 -if(r===255)return A.ap(255,B.e.bC(p*(a.gm(a)>>>16&255)+s*(b.gm(b)>>>16&255),255),B.e.bC(p*(a.gm(a)>>>8&255)+s*(b.gm(b)>>>8&255),255),B.e.bC(p*(a.gm(a)&255)+s*(b.gm(b)&255),255)) -else{r=B.e.bC(r*s,255) -q=p+r -return A.ap(q,B.e.iz((a.gm(a)>>>16&255)*p+(b.gm(b)>>>16&255)*r,q),B.e.iz((a.gm(a)>>>8&255)*p+(b.gm(b)>>>8&255)*r,q),B.e.iz((a.gm(a)&255)*p+(b.gm(b)&255)*r,q))}}, -aht(a,b,c,d,e){var s=A.aQ() -if(s){s=new A.DT(a,b,c,d,e,null) -s.lZ(null,t.wX)}else s=new A.VI(a,b,c,d,e,null) -return s}, -atE(a){return a>0?a*0.57735+0.5:0}, -cF(){var s=A.aQ() -if(s){s=new A.oJ(B.bK) -s.lZ(null,t.Cj) -return s}else return A.ae8()}, -asS(a,b,c,d,e,f,g){return new A.Hd(a,!1,f,e,g,d,c)}, -aiq(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){return new A.iz(a8,b,f,a4,c,n,k,l,i,j,a,!1,a6,o,q,p,d,e,a5,r,a1,a0,s,h,a7,m,a2,a3)}, -adm(a,b,c){var s,r=a==null -if(r&&b==null)return null -r=r?null:a.a -if(r==null)r=3 -s=b==null?null:b.a -r=A.T(r,s==null?3:s,c) -r.toString -return B.pk[A.tw(B.c.aU(r),0,8)]}, -ajc(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1){var s=A.aQ() -if(s){s=t.eQ -return A.ad3(s.a(a),b,c,d,e,f,g,h,i,j,k,l,s.a(m),n,o,p,q,r,a0,a1)}else return A.ahd(a,b,c,d,e,f,g,h,i,j,k,l,m,n,p,q,r,a0,a1)}, -adP(a,b,c,d,e,f,g,h,i,j,a0,a1){var s,r,q,p,o,n,m,l=null,k=A.aQ() -if(k){s=A.atN(l) -k=$.ann()[j.a] -s.textAlign=k -k=a0==null -if(!k)s.textDirection=$.anq()[a0.a] -if(h!=null)s.maxLines=h -r=f!=null -if(r)s.heightMultiplier=f -q=a1==null -if(!q)s.textHeightBehavior=$.anr()[0] -if(a!=null)s.ellipsis=a -if(i!=null){t.S3.a(i) -p=A.atO(l) -p.fontFamilies=A.aeK(i.a,i.b) -o=i.c -if(o!=null)p.fontSize=o -o=i.d -if(o!=null)p.heightMultiplier=o -n=q?l:a1.c -switch(n){case null:break -case B.CY:p.halfLeading=!0 -break -case B.CX:p.halfLeading=!1 -break}o=i.f -if(o!=null||!1)p.fontStyle=A.afg(o,i.r) -p.forceStrutHeight=!0 -p.strutEnabled=!0 -s.strutStyle=p}m=A.aiX(l) -if(e!=null||!1)m.fontStyle=A.afg(e,d) -if(c!=null)m.fontSize=c -if(r)m.heightMultiplier=f -m.fontFamilies=A.aeK(b,l) -s.textStyle=m -r=J.anP($.cV.cu(),s) -k=k?B.w:a0 -return new A.DW(r,k,b,c,f,e,d,q?l:a1.c)}else return new A.v2(j,a0,e,d,h,b,c,f,a1,t.fd.a(i),a,g)}, -au4(a,b,c,d,e,f,g,h){var s=A.aQ() -if(s)return new A.uo(a,b,c,g,h,e,d,!0,null) -else return new A.v3(a,b,c,g,h,e,d,!0,null)}, -adO(a){var s=A.aQ() -if(s)return A.agN(a) -t.IH.a(a) -return new A.S5(new A.c7(""),a,A.a([],t.zY),A.a([],t.PL),new A.I3(a),A.a([],t.up))}, -asU(a){throw A.c(A.c1(null))}, -asT(a){throw A.c(A.c1(null))}, -ur:function ur(a,b){this.a=a -this.b=b}, -wZ:function wZ(a,b){this.a=a -this.b=b}, -a5t:function a5t(a,b){this.a=a -this.b=b}, -By:function By(a,b,c){this.a=a -this.b=b -this.c=c}, -kd:function kd(a,b){var _=this -_.a=a -_.b=!0 -_.c=b -_.d=!1 -_.e=null}, -Sb:function Sb(a){this.a=a}, -Sc:function Sc(){}, -Sd:function Sd(){}, -GA:function GA(){}, -k:function k(a,b){this.a=a -this.b=b}, -K:function K(a,b){this.a=a -this.b=b}, -v:function v(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -bR:function bR(a,b){this.a=a -this.b=b}, -iE:function iE(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m}, -a6P:function a6P(){}, -acv:function acv(){}, -px:function px(a,b){this.a=a -this.b=b}, -fE:function fE(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -WH:function WH(a){this.a=a}, -WI:function WI(){}, -F:function F(a){this.a=a}, -yv:function yv(a,b){this.a=a -this.b=b}, -Jb:function Jb(a,b){this.a=a -this.b=b}, -wW:function wW(a,b){this.a=a -this.b=b}, -u_:function u_(a,b){this.a=a -this.b=b}, -mk:function mk(a,b){this.a=a -this.b=b}, -Dn:function Dn(a,b){this.a=a -this.b=b}, -we:function we(a,b){this.a=a -this.b=b}, -F2:function F2(a,b){this.a=a -this.b=b}, -Iv:function Iv(){}, -YW:function YW(){}, -Hd:function Hd(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g}, -JS:function JS(){}, -kP:function kP(a){this.a=a}, -m3:function m3(a,b){this.a=a -this.b=b}, -l1:function l1(a,b){this.a=a -this.c=b}, -iy:function iy(a,b){this.a=a -this.b=b}, -hC:function hC(a,b){this.a=a -this.b=b}, -pU:function pU(a,b){this.a=a -this.b=b}, -iz:function iz(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 -_.c=b -_.d=c -_.e=d -_.f=e -_.r=f -_.x=g -_.y=h -_.z=i -_.Q=j -_.ch=k -_.cx=l -_.cy=m -_.db=n -_.dx=o -_.dy=p -_.fr=q -_.fx=r -_.fy=s -_.go=a0 -_.id=a1 -_.k1=a2 -_.k2=a3 -_.k3=a4 -_.k4=a5 -_.r1=a6 -_.r2=a7 -_.rx=a8}, -x9:function x9(a){this.a=a}, -ce:function ce(a){this.a=a}, -c6:function c6(a){this.a=a}, -a0X:function a0X(a){this.a=a}, -jK:function jK(a,b){this.a=a -this.b=b}, -fB:function fB(a){this.a=a}, -iN:function iN(a,b){this.a=a -this.b=b}, -qX:function qX(a,b){this.a=a -this.b=b}, -yF:function yF(a){this.a=a}, -Jl:function Jl(a,b){this.a=a -this.b=b}, -yJ:function yJ(a,b){this.a=a -this.b=b}, -k3:function k3(a,b){this.a=a -this.b=b}, -k2:function k2(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -qV:function qV(a,b){this.a=a -this.b=b}, -bm:function bm(a,b){this.a=a -this.b=b}, -cI:function cI(a,b){this.a=a -this.b=b}, -l8:function l8(a){this.a=a}, -ua:function ua(a,b){this.a=a -this.b=b}, -Ds:function Ds(a,b){this.a=a -this.b=b}, -r7:function r7(a,b){this.a=a -this.b=b}, -UU:function UU(){}, -mu:function mu(){}, -IA:function IA(){}, -CW:function CW(){}, -uc:function uc(a,b){this.a=a -this.b=b}, -S1:function S1(a){this.a=a}, -Fo:function Fo(){}, -Rx:function Rx(){}, -Da:function Da(){}, -Ry:function Ry(a){this.a=a}, -Rz:function Rz(a){this.a=a}, -RA:function RA(){}, -ov:function ov(){}, -Yn:function Yn(){}, -Ki:function Ki(){}, -Rn:function Rn(){}, -i_:function i_(){}, -RN:function RN(a,b){this.a=a -this.b=b}, -RO:function RO(a,b,c){this.a=a -this.b=b -this.c=c}, -RR:function RR(a,b,c){this.a=a -this.b=b -this.c=c}, -RP:function RP(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -RQ:function RQ(a,b,c){this.a=a -this.b=b -this.c=c}, -RL:function RL(){}, -RM:function RM(){}, -jf:function jf(){}, -ab1:function ab1(){}, -LF:function LF(a){this.$ti=a}, -a6m:function a6m(a,b,c){this.a=a -this.b=b -this.c=c}, -a6j:function a6j(a,b,c){this.a=a -this.b=b -this.c=c}, -a6i:function a6i(a,b,c){this.a=a -this.b=b -this.c=c}, -a6k:function a6k(a,b,c){this.a=a -this.b=b -this.c=c}, -a6l:function a6l(a){this.a=a}, -a6h:function a6h(){}, -kg:function kg(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.e=_.d=!1 -_.$ti=d}, -ae7(a,b,c){var s,r=a.length -A.en(b,c,r,"startIndex","endIndex") -s=A.ayA(a,0,r,b) -return new A.J9(a,s,c!==s?A.ayt(a,0,r,c):c)}, -awq(a,b,c,d){var s,r,q,p=b.length -if(p===0)return c -s=d-p -if(s=0}else q=!1 -if(!q)break -if(r>s)return-1 -if(A.af2(a,c,d,r)&&A.af2(a,c,d,r+p))return r -c=r+1}return-1}return A.awe(a,b,c,d)}, -awe(a,b,c,d){var s,r,q,p=new A.jh(a,d,c,0) -for(s=b.length;r=p.ib(),r>=0;){q=r+s -if(q>d)break -if(B.d.eG(a,b,r)&&A.af2(a,c,d,q))return r}return-1}, -fX:function fX(a){this.a=a}, -J9:function J9(a,b,c){var _=this -_.a=a -_.b=b -_.c=c -_.d=null}, -ac8(a,b,c,d){if(d===208)return A.als(a,b,c) -if(d===224){if(A.alr(a,b,c)>=0)return 145 -return 64}throw A.c(A.a6("Unexpected state: "+B.e.kp(d,16)))}, -als(a,b,c){var s,r,q,p,o -for(s=c,r=0;q=s-2,q>=b;s=q){p=B.d.ay(a,s-1) -if((p&64512)!==56320)break -o=B.d.ay(a,q) -if((o&64512)!==55296)break -if(A.j8(o,p)!==6)break -r^=1}if(r===0)return 193 -else return 144}, -alr(a,b,c){var s,r,q,p,o -for(s=c;s>b;){--s -r=B.d.ay(a,s) -if((r&64512)!==56320)q=A.oj(r) -else{if(s>b){--s -p=B.d.ay(a,s) -o=(p&64512)===55296}else{p=0 -o=!1}if(o)q=A.j8(p,r) -else break}if(q===7)return s -if(q!==4)break}return-1}, -af2(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=u.q -if(b=c)return!0 -n=B.d.ay(a,o) -if((n&64512)!==56320)return!0 -p=A.j8(s,n)}else return(q&64512)!==55296 -if((q&64512)!==56320){m=A.oj(q) -d=r}else{d-=2 -if(b<=d){l=B.d.ay(a,d) -if((l&64512)!==55296)return!0 -m=A.j8(l,q)}else return!0}k=B.d.ap(j,(B.d.ap(j,(p|176)>>>0)&240|m)>>>0) -return((k>=208?A.ac8(a,b,d,k):k)&1)===0}return b!==c}, -ayA(a,b,c,d){var s,r,q,p,o,n -if(d===b||d===c)return d -s=B.d.ay(a,d) -if((s&63488)!==55296){r=A.oj(s) -q=d}else if((s&64512)===55296){p=d+1 -if(p>>0)).ib()}, -ayt(a,b,c,d){var s,r,q,p,o,n,m,l -if(d===b||d===c)return d -s=d-1 -r=B.d.ay(a,s) -if((r&63488)!==55296)q=A.oj(r) -else if((r&64512)===55296){p=B.d.ay(a,d) -if((p&64512)===56320){++d -if(d===c)return c -q=A.j8(r,p)}else q=2}else if(s>b){o=s-1 -n=B.d.ay(a,o) -if((n&64512)===55296){q=A.j8(n,r) -s=o}else q=2}else q=2 -if(q===6)m=A.als(a,b,s)!==144?160:48 -else{l=q===1 -if(l||q===4)if(A.alr(a,b,s)>=0)m=l?144:128 -else m=48 -else m=B.d.ap(u.S,(q|176)>>>0)}return new A.jh(a,a.length,d,m).ib()}, -jh:function jh(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -Dd:function Dd(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -Ey:function Ey(a){this.$ti=a}, -vK:function vK(a,b){this.a=a -this.$ti=b}, -w4:function w4(a,b){this.a=a -this.$ti=b}, -to:function to(){}, -qj:function qj(a,b){this.a=a -this.$ti=b}, -rX:function rX(a,b,c){this.a=a -this.b=b -this.c=c}, -wd:function wd(a,b,c){this.a=a -this.b=b -this.$ti=c}, -Ew:function Ew(){}, -Ft:function Ft(a,b,c){var _=this -_.a=a -_.b=b -_.d=_.c=0 -_.$ti=c}, -ES:function ES(){}, -axP(a,b){var s,r,q,p,o -if(a===b)return!0 -s=a.length -if(s!==b.length)return!1 -for(r=0;r>>0}return(o.a^s.gq(b))>>>0}a=o.a=a+J.bq(b)&536870911 -a=o.a=a+((a&524287)<<10)&536870911 -return(a^a>>>6)>>>0}, -alt(a,b){return a.j(0)+"("+new A.aG(b,new A.acc(),A.a7(b).i("aG<1,m>")).bB(0,", ")+")"}, -aaP:function aaP(){}, -aaQ:function aaQ(a,b){this.a=a -this.b=b}, -acc:function acc(){}, -fs:function fs(a,b){this.a=a -this.b=b}, -bQ:function bQ(){}, -bX(a,b,c,d,e,f){var s=new A.or(0,d,a,B.Du,b,c,B.aq,B.N,new A.aU(A.a([],t.x8),t.jc),new A.aU(A.a([],t.b),t.fy)) -s.r=f.tn(s.gDT()) -s.xo(e==null?0:e) -return s}, -agv(a,b,c){var s=new A.or(-1/0,1/0,a,B.Dv,null,null,B.aq,B.N,new A.aU(A.a([],t.x8),t.jc),new A.aU(A.a([],t.b),t.fy)) -s.r=c.tn(s.gDT()) -s.xo(b) -return s}, -nP:function nP(a,b){this.a=a -this.b=b}, -tN:function tN(a,b){this.a=a -this.b=b}, -or:function or(a,b,c,d,e,f,g,h,i,j){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.x=_.r=null -_.y=$ -_.z=null -_.Q=g -_.ch=$ -_.cx=h -_.fd$=i -_.c5$=j}, -a7b:function a7b(a,b,c,d,e){var _=this -_.b=a -_.c=b -_.d=c -_.e=d -_.a=e}, -a90:function a90(a,b,c,d,e,f,g){var _=this -_.b=a -_.c=b -_.d=c -_.e=d -_.f=e -_.r=f -_.a=g}, -K8:function K8(){}, -K9:function K9(){}, -Ka:function Ka(){}, -Ho(a){var s=new A.xh(new A.aU(A.a([],t.x8),t.jc),new A.aU(A.a([],t.b),t.fy),0) -s.c=a -if(a==null){s.a=B.N -s.b=0}return s}, -dT(a,b,c){var s=new A.oY(b,a,c) -s.yh(b.gbk(b)) -b.cz(s.gyg()) -return s}, -aeg(a,b,c){var s,r,q=new A.nJ(a,b,c,new A.aU(A.a([],t.x8),t.jc),new A.aU(A.a([],t.b),t.fy)) -if(J.f(a.gm(a),b.gm(b))){q.a=b -q.b=null -s=b}else{if(a.gm(a)>b.gm(b))q.c=B.a3x -else q.c=B.a3w -s=a}s.cz(q.gmf()) -s=q.gys() -q.a.al(0,s) -r=q.b -if(r!=null)r.al(0,s) -return q}, -agw(a,b,c){return new A.tQ(a,b,new A.aU(A.a([],t.x8),t.jc),new A.aU(A.a([],t.b),t.fy),0,c.i("tQ<0>"))}, -K0:function K0(){}, -K1:function K1(){}, -tR:function tR(){}, -xh:function xh(a,b,c){var _=this -_.c=_.b=_.a=null -_.fd$=a -_.c5$=b -_.iO$=c}, -jT:function jT(a,b,c){this.a=a -this.fd$=b -this.iO$=c}, -oY:function oY(a,b,c){var _=this -_.a=a -_.b=b -_.c=c -_.d=null}, -BP:function BP(a,b){this.a=a -this.b=b}, -nJ:function nJ(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=null -_.d=c -_.f=_.e=null -_.fd$=d -_.c5$=e}, -oR:function oR(){}, -tQ:function tQ(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.d=_.c=null -_.fd$=c -_.c5$=d -_.iO$=e -_.$ti=f}, -zo:function zo(){}, -zp:function zp(){}, -zq:function zq(){}, -L_:function L_(){}, -Nq:function Nq(){}, -Nr:function Nr(){}, -Ns:function Ns(){}, -O0:function O0(){}, -O1:function O1(){}, -Ph:function Ph(){}, -Pi:function Pi(){}, -Pj:function Pj(){}, -wY:function wY(){}, -fw:function fw(){}, -Aj:function Aj(){}, -xW:function xW(a){this.a=a}, -eM:function eM(a,b,c){this.a=a -this.b=b -this.c=c}, -Jy:function Jy(a){this.a=a}, -he:function he(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -vc:function vc(a){this.a=a}, -L5:function L5(){}, -tP:function tP(){}, -tO:function tO(){}, -m2:function m2(){}, -kB:function kB(){}, -yY(a,b,c){return new A.aw(a,b,c.i("aw<0>"))}, -hf(a){return new A.f1(a)}, -am:function am(){}, -aL:function aL(a,b,c){this.a=a -this.b=b -this.$ti=c}, -ey:function ey(a,b,c){this.a=a -this.b=b -this.$ti=c}, -aw:function aw(a,b,c){this.a=a -this.b=b -this.$ti=c}, -xT:function xT(a,b,c,d){var _=this -_.c=a -_.a=b -_.b=c -_.$ti=d}, -f0:function f0(a,b){this.a=a -this.b=b}, -xq:function xq(a,b){this.a=a -this.b=b}, -kX:function kX(a,b){this.a=a -this.b=b}, -f1:function f1(a){this.a=a}, -C9:function C9(){}, -SL(a,b){if(a==null)return null -return a instanceof A.dF?a.eC(b):a}, -dF:function dF(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 -_.x=g -_.y=h -_.z=i -_.Q=j -_.ch=k -_.a=l}, -SM:function SM(a){this.a=a}, -KT:function KT(){}, -a5D:function a5D(){}, -uz:function uz(a,b,c){this.a=a -this.b=b -this.c=c}, -KU:function KU(){}, -KV:function KV(){}, -Ex:function Ex(){}, -ard(a){var s -if(a.gLb())return!1 -s=a.d2$ -if(s!=null&&s.length!==0)return!1 -if(a.r1.length!==0)return!1 -s=a.k3 -if(s.gbk(s)!==B.Y)return!1 -s=a.k4 -if(s.gbk(s)!==B.N)return!1 -if(a.a.fr.a)return!1 -return!0}, -are(a,b,c,d,e,f){var s,r,q,p=a.a.fr.a,o=p?c:A.dT(B.is,c,B.ow),n=$.ane(),m=t.m -m.a(o) -s=p?d:A.dT(B.is,d,B.ow) -r=$.and() -m.a(s) -p=p?c:A.dT(B.is,c,null) -q=$.amI() -return new A.Ek(new A.aL(o,n,n.$ti.i("aL")),new A.aL(s,r,r.$ti.i("aL")),new A.aL(m.a(p),q,A.o(q).i("aL")),new A.rs(e,new A.SO(a),new A.SP(a,f),null,f.i("rs<0>")),null)}, -a5E(a,b,c){var s,r,q,p,o,n,m=a==null -if(m&&b==null)return null -if(m){m=b.a -if(m==null)m=b -else{s=A.a7(m).i("aG<1,F>") -s=new A.hR(A.aq(new A.aG(m,new A.a5F(c),s),!0,s.i("aX.E"))) -m=s}return m}if(b==null){m=a.a -if(m==null)m=a -else{s=A.a7(m).i("aG<1,F>") -s=new A.hR(A.aq(new A.aG(m,new A.a5G(c),s),!0,s.i("aX.E"))) -m=s}return m}m=A.a([],t.t_) -for(s=b.a,r=a.a,q=r==null,p=0;p"))) -return new A.ph(r)}, -F8(a){return new A.ph(a)}, -arQ(a){return a}, -ahm(a,b){if($.adk===0||!1)A.axD(J.dQ(a.a),100,a.b) -else A.af9().$1("Another exception was thrown: "+a.gOy().j(0)) -$.adk=$.adk+1}, -arR(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=A.aN(["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),e=A.atX(J.apW(a,"\n")) -for(s=0,r=0;q=e.length,r0)q.push(h.geU(h))}B.b.hx(q) -if(s===1)j.push("(elided one frame from "+B.b.gbH(q)+")") -else if(s>1){l=q.length -if(l>1)q[l-1]="and "+B.b.gJ(q) -if(q.length>2)j.push("(elided "+s+" frames from "+B.b.bB(q,", ")+")") -else j.push("(elided "+s+" frames from "+B.b.bB(q," ")+")")}return j}, -ds(a){var s=$.hY() -if(s!=null)s.$1(a)}, -axD(a,b,c){var s,r -if(a!=null)A.af9().$1(a) -s=A.a(B.d.By(J.dQ(c==null?A.atZ():A.arQ(c))).split("\n"),t.s) -r=s.length -s=J.ago(r!==0?new A.yl(s,new A.abM(),t.Ws):s,b) -A.af9().$1(B.b.bB(A.arR(s),"\n"))}, -auU(a,b,c){return new A.LH(c,a,!0,!0,null,b)}, -lJ:function lJ(){}, -p9:function p9(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this -_.f=a -_.r=b -_.x=c -_.z=d -_.Q=e -_.ch=f -_.cx=g -_.cy=h -_.db=!0 -_.dx=null -_.dy=i -_.fr=j -_.a=k -_.b=l -_.c=m -_.d=n -_.e=o}, -EU:function EU(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this -_.f=a -_.r=b -_.x=c -_.z=d -_.Q=e -_.ch=f -_.cx=g -_.cy=h -_.db=!0 -_.dx=null -_.dy=i -_.fr=j -_.a=k -_.b=l -_.c=m -_.d=n -_.e=o}, -ET:function ET(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this -_.f=a -_.r=b -_.x=c -_.z=d -_.Q=e -_.ch=f -_.cx=g -_.cy=h -_.db=!0 -_.dx=null -_.dy=i -_.fr=j -_.a=k -_.b=l -_.c=m -_.d=n -_.e=o}, -bt:function bt(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.f=e -_.r=f}, -UQ:function UQ(a){this.a=a}, -ph:function ph(a){this.a=a}, -UR:function UR(){}, -US:function US(){}, -UT:function UT(){}, -abM:function abM(){}, -LH:function LH(a,b,c,d,e,f){var _=this -_.f=a -_.r=null -_.a=b -_.b=c -_.c=d -_.d=e -_.e=f}, -LJ:function LJ(){}, -LI:function LI(){}, -Dl:function Dl(){}, -RE:function RE(a,b){this.a=a -this.b=b}, -auA(a,b){return new A.cJ(a,A.a1(0,null,!1,t.Z),b.i("cJ<0>"))}, -aa:function aa(){}, -z1:function z1(){}, -i1:function i1(){}, -Sa:function Sa(a){this.a=a}, -o0:function o0(a){this.a=a}, -cJ:function cJ(a,b,c){var _=this -_.a=a -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1 -_.$ti=c}, -arr(a,b,c){var s=null -return A.mp("",s,b,B.bR,a,!1,s,s,B.ba,s,!1,!1,!0,c,s,t.H)}, -mp(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.hh(e,!1,c,s,g,o,k,b,d,i,a,m,l,j,n,p.i("hh<0>"))}, -ade(a,b,c){return new A.EE(c,a,!0,!0,null,b)}, -bF(a){return B.d.cW(B.e.kp(J.bq(a)&1048575,16),5,"0")}, -axG(a){var s -if(t.Q8.b(a))return a.b -s=J.dQ(a) -return B.d.dS(s,B.d.fg(s,".")+1)}, -p2:function p2(a,b){this.a=a -this.b=b}, -i5:function i5(a,b){this.a=a -this.b=b}, -a8i:function a8i(){}, -dU:function dU(){}, -hh:function hh(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this -_.f=a -_.r=b -_.x=c -_.z=d -_.Q=e -_.ch=f -_.cx=g -_.cy=h -_.db=!0 -_.dx=null -_.dy=i -_.fr=j -_.a=k -_.b=l -_.c=m -_.d=n -_.e=o -_.$ti=p}, -mo:function mo(){}, -EE:function EE(a,b,c,d,e,f){var _=this -_.f=a -_.r=null -_.a=b -_.b=c -_.c=d -_.d=e -_.e=f}, -ab:function ab(){}, -ED:function ED(){}, -i4:function i4(){}, -Lf:function Lf(){}, -ei:function ei(){}, -G4:function G4(){}, -di:function di(a,b){this.a=a -this.$ti=b}, -aet:function aet(a){this.$ti=a}, -fG:function fG(){}, -w0:function w0(){}, -A:function A(){}, -wL(a){return new A.aU(A.a([],a.i("t<0>")),a.i("aU<0>"))}, -aU:function aU(a,b){var _=this -_.a=a -_.b=!1 -_.c=$ -_.$ti=b}, -vr:function vr(a,b){this.a=a -this.$ti=b}, -dx:function dx(a,b){this.a=a -this.b=b}, -a4c(){var s=A.ajm(),r=new DataView(new ArrayBuffer(8)) -s=new A.a4b(s,r) -s.d=A.df(r.buffer,0,null) -return s}, -a4b:function a4b(a,b){var _=this -_.a=a -_.b=!1 -_.c=b -_.d=$}, -xp:function xp(a){this.a=a -this.b=0}, -atX(a){var s=t.ZK -return A.aq(new A.ka(new A.ek(new A.aI(A.a(B.d.qd(a).split("\n"),t.s),new A.a2z(),t.Hd),A.ayI(),t.C9),s),!0,s.i("p.E"))}, -atV(a){var s=A.atW(a) -return s}, -atW(a){var s,r,q="",p=$.aml().tN(a) -if(p==null)return null -s=A.a(p.b[1].split("."),t.s) -r=s.length>1?B.b.gI(s):q -return new A.hK(a,-1,q,q,q,-1,-1,r,s.length>1?A.fj(s,1,null,t.N).bB(0,"."):B.b.gbH(s))}, -atY(a){var s,r,q,p,o,n,m,l,k,j,i="" -if(a==="")return B.Yi -else if(a==="...")return B.Yh -if(!B.d.cr(a,"#"))return A.atV(a) -s=A.fO("^#(\\d+) +(.+) \\((.+?):?(\\d+){0,1}:?(\\d+){0,1}\\)$",!0).tN(a).b -r=s[2] -r.toString -q=A.acq(r,".","") -if(B.d.cr(q,"new")){p=q.split(" ").length>1?q.split(" ")[1]:i -if(B.d.A(p,".")){o=p.split(".") -p=o[0] -q=o[1]}else q=""}else if(B.d.A(q,".")){o=q.split(".") -p=o[0] -q=o[1]}else p="" -r=s[3] -r.toString -n=A.aei(r) -m=n.gul(n) -if(n.gnE()==="dart"||n.gnE()==="package"){l=n.gB2()[0] -m=B.d.aa2(n.gul(n),A.e(n.gB2()[0])+"/","")}else l=i -r=s[1] -r.toString -r=A.e9(r,null) -k=n.gnE() -j=s[4] -if(j==null)j=-1 -else{j=j -j.toString -j=A.e9(j,null)}s=s[5] -if(s==null)s=-1 -else{s=s -s.toString -s=A.e9(s,null)}return new A.hK(a,r,k,l,m,j,s,p,q)}, -hK:function hK(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 -_.x=h -_.y=i}, -a2z:function a2z(){}, -et:function et(a,b){this.a=a -this.$ti=b}, -a2U:function a2U(a){this.a=a}, -vn:function vn(a,b){this.a=a -this.b=b}, -cQ:function cQ(){}, -Fl:function Fl(a,b,c){this.a=a -this.b=b -this.c=c}, -rK:function rK(a){var _=this -_.a=a -_.b=!0 -_.d=_.c=!1 -_.e=null}, -a6N:function a6N(a){this.a=a}, -Vq:function Vq(a){this.a=a}, -Vs:function Vs(a,b){this.a=a -this.b=b}, -Vr:function Vr(a,b,c){this.a=a -this.b=b -this.c=c}, -arP(a,b,c,d,e,f,g){return new A.ve(c,g,f,a,e,!1)}, -a92:function a92(a,b,c,d,e,f,g,h){var _=this -_.a=a -_.b=!1 -_.c=b -_.d=c -_.e=d -_.f=e -_.r=f -_.x=g -_.y=h -_.z=null}, -vm:function vm(){}, -Vt:function Vt(a){this.a=a}, -Vu:function Vu(a,b){this.a=a -this.b=b}, -ve:function ve(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.f=e -_.r=f}, -akT(a,b){switch(b.a){case 1:return a -case 0:case 2:case 3:return a===0?1:a -case 4:return a===0?1:a}}, -asY(a,b){var s=A.a7(a) -return new A.ek(new A.aI(a,new A.Z3(),s.i("aI<1>")),new A.Z4(b),s.i("ek<1,bc>"))}, -Z3:function Z3(){}, -Z4:function Z4(a){this.a=a}, -jl:function jl(a){this.a=a}, -fz:function fz(a,b,c){this.a=a -this.b=b -this.d=c}, -fA:function fA(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -hj:function hj(a,b){this.a=a -this.b=b}, -adT(a,b){var s,r -if(a==null)return b -s=new A.d5(new Float64Array(3)) -s.iu(b.a,b.b,0) -r=a.un(s).a -return new A.k(r[0],r[1])}, -adS(a,b,c,d){if(a==null)return c -if(b==null)b=A.adT(a,d) -return b.a4(0,A.adT(a,d.a4(0,c)))}, -adR(a){var s,r,q=new Float64Array(4),p=new A.hP(q) -p.qz(0,0,1,0) -s=new Float64Array(16) -r=new A.aY(s) -r.ba(a) -s[11]=q[3] -s[10]=q[2] -s[9]=q[1] -s[8]=q[0] -r.ve(2,p) -return r}, -asV(a,b,c,d,e,f,g,h,i,j,k,l,m,n){return new A.n8(d,n,0,e,a,h,B.i,0,!1,!1,0,j,i,b,c,0,0,0,l,k,g,m,0,!1,null,null)}, -at1(a,b,c,d,e,f,g,h,i,j,k){return new A.nb(c,k,0,d,a,f,B.i,0,!1,!1,0,h,g,0,b,0,0,0,j,i,0,0,0,!1,null,null)}, -at_(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.jN(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)}, -asX(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.la(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)}, -asZ(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.lb(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)}, -asW(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.jL(d,s,h,e,b,i,B.i,a,!0,!1,j,l,k,0,c,q,m,p,o,n,g,r,0,!1,null,null)}, -at0(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.na(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)}, -at3(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.nd(e,a0,i,f,b,j,B.i,a,!1,!1,k,m,l,c,d,r,n,q,p,o,h,s,0,!1,null,null)}, -at2(a,b,c,d,e,f){return new A.nc(e,b,f,0,c,a,d,B.i,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, -aip(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.n9(e,s,i,f,b,j,B.i,a,!1,!1,0,l,k,c,d,q,m,p,o,n,h,r,0,!1,null,null)}, -CB(a,b){switch(a.a){case 1:return 1 -case 2:case 3:case 4:case 0:return 18}}, -axq(a,b){switch(a.a){case 1:return 2 -case 2:case 3:case 4:case 0:return 36}}, -bc:function bc(){}, -e4:function e4(){}, -JX:function JX(){}, -Pq:function Pq(){}, -KF:function KF(){}, -n8:function n8(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6}, -Pm:function Pm(a,b){var _=this -_.c=a -_.d=b -_.b=_.a=$}, -KM:function KM(){}, -nb:function nb(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6}, -Pu:function Pu(a,b){var _=this -_.c=a -_.d=b -_.b=_.a=$}, -KK:function KK(){}, -jN:function jN(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6}, -Ps:function Ps(a,b){var _=this -_.c=a -_.d=b -_.b=_.a=$}, -KI:function KI(){}, -la:function la(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6}, -Pp:function Pp(a,b){var _=this -_.c=a -_.d=b -_.b=_.a=$}, -KJ:function KJ(){}, -lb:function lb(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6}, -Pr:function Pr(a,b){var _=this -_.c=a -_.d=b -_.b=_.a=$}, -KH:function KH(){}, -jL:function jL(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6}, -Po:function Po(a,b){var _=this -_.c=a -_.d=b -_.b=_.a=$}, -KL:function KL(){}, -na:function na(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6}, -Pt:function Pt(a,b){var _=this -_.c=a -_.d=b -_.b=_.a=$}, -KO:function KO(){}, -nd:function nd(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6}, -Pw:function Pw(a,b){var _=this -_.c=a -_.d=b -_.b=_.a=$}, -iA:function iA(){}, -KN:function KN(){}, -nc:function nc(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 -_.c6=a -_.a=b -_.b=c -_.c=d -_.d=e -_.e=f -_.f=g -_.r=h -_.x=i -_.y=j -_.z=k -_.Q=l -_.ch=m -_.cx=n -_.cy=o -_.db=p -_.dx=q -_.dy=r -_.fr=s -_.fx=a0 -_.fy=a1 -_.go=a2 -_.id=a3 -_.k1=a4 -_.k2=a5 -_.k3=a6 -_.k4=a7}, -Pv:function Pv(a,b){var _=this -_.c=a -_.d=b -_.b=_.a=$}, -KG:function KG(){}, -n9:function n9(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6}, -Pn:function Pn(a,b){var _=this -_.c=a -_.d=b -_.b=_.a=$}, -N1:function N1(){}, -N2:function N2(){}, -N3:function N3(){}, -N4:function N4(){}, -N5:function N5(){}, -N6:function N6(){}, -N7:function N7(){}, -N8:function N8(){}, -N9:function N9(){}, -Na:function Na(){}, -Nb:function Nb(){}, -Nc:function Nc(){}, -Nd:function Nd(){}, -Ne:function Ne(){}, -Nf:function Nf(){}, -Ng:function Ng(){}, -Nh:function Nh(){}, -Ni:function Ni(){}, -Nj:function Nj(){}, -Nk:function Nk(){}, -Nl:function Nl(){}, -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(){}, -arZ(a){var s=t.S,r=A.cZ(s) -return new A.hm(B.nK,A.x(s,t.o),r,a,null,A.x(s,t.G))}, -ahp(a,b,c){var s=(c-a)/(b-a) -return!isNaN(s)?B.c.C(s,0,1):s}, -lK:function lK(a,b){this.a=a -this.b=b}, -mA:function mA(a){this.a=a}, -hm:function hm(a,b,c,d,e,f){var _=this -_.db=_.cy=_.cx=_.ch=null -_.fy=_.fx=$ -_.go=a -_.e=b -_.f=c -_.a=d -_.c=e -_.d=f}, -Vb:function Vb(a,b){this.a=a -this.b=b}, -V9:function V9(a){this.a=a}, -Va:function Va(a){this.a=a}, -uJ:function uJ(a){this.a=a}, -ahw(){var s=A.a([],t._K),r=new A.aY(new Float64Array(16)) -r.dj() -return new A.hn(s,A.a([r],t.rE),A.a([],t.cR))}, -ia:function ia(a){this.a=a -this.b=null}, -tn:function tn(){}, -As:function As(a){this.a=a}, -t2:function t2(a){this.a=a}, -hn:function hn(a,b,c){this.a=a -this.b=b -this.c=c}, -adC(a,b,c,d,e){var s=b==null?B.f3:b,r=t.S,q=A.cZ(r),p=t.G,o=c==null?e:A.cD([c],p) -return new A.eP(s,d,B.bU,A.x(r,t.o),q,a,o,A.x(r,p))}, -pE:function pE(a,b){this.a=a -this.b=b}, -w8:function w8(a,b,c){this.a=a -this.b=b -this.c=c}, -pD:function pD(a,b){this.b=a -this.c=b}, -eP:function eP(a,b,c,d,e,f,g,h){var _=this -_.r1=!1 -_.bd=_.aO=_.aB=_.b1=_.bg=_.aN=_.b0=_.bt=_.ac=_.ab=_.ae=_.X=_.V=_.aJ=_.L=_.K=_.ao=_.y2=_.y1=_.x2=_.x1=_.ry=_.rx=_.r2=null -_.ch=a -_.cy=b -_.db=c -_.dy=_.dx=null -_.fr=!1 -_.fx=null -_.e=d -_.f=e -_.a=f -_.c=g -_.d=h}, -Xh:function Xh(a,b){this.a=a -this.b=b}, -Xg:function Xg(a,b){this.a=a -this.b=b}, -Xf:function Xf(a,b){this.a=a -this.b=b}, -kp:function kp(a,b,c){this.a=a -this.b=b -this.c=c}, -aeq:function aeq(a,b){this.a=a -this.b=b}, -Za:function Za(a){this.a=a -this.b=$}, -FU:function FU(a,b,c){this.a=a -this.b=b -this.c=c}, -arx(a){return new A.iT(a.gcV(a),A.a1(20,null,!1,t.av))}, -aju(a,b){var s=t.S,r=A.cZ(s) -return new A.hQ(B.aW,A.af6(),B.eN,A.x(s,t.GY),A.aT(s),A.x(s,t.o),r,a,b,A.x(s,t.G))}, -adq(a,b){var s=t.S,r=A.cZ(s) -return new A.ho(B.aW,A.af6(),B.eN,A.x(s,t.GY),A.aT(s),A.x(s,t.o),r,a,b,A.x(s,t.G))}, -aig(a,b){var s=t.S,r=A.cZ(s) -return new A.hB(B.aW,A.af6(),B.eN,A.x(s,t.GY),A.aT(s),A.x(s,t.o),r,a,b,A.x(s,t.G))}, -rz:function rz(a,b){this.a=a -this.b=b}, -uV:function uV(){}, -Ty:function Ty(a,b){this.a=a -this.b=b}, -TC:function TC(a,b){this.a=a -this.b=b}, -TD:function TD(a,b){this.a=a -this.b=b}, -Tz:function Tz(a,b){this.a=a -this.b=b}, -TA:function TA(a){this.a=a}, -TB:function TB(a,b){this.a=a -this.b=b}, -hQ:function hQ(a,b,c,d,e,f,g,h,i,j){var _=this -_.ch=a -_.fy=_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=null -_.go=b -_.id=c -_.k2=_.k1=$ -_.r1=_.k4=_.k3=null -_.r2=$ -_.rx=d -_.ry=e -_.e=f -_.f=g -_.a=h -_.c=i -_.d=j}, -ho:function ho(a,b,c,d,e,f,g,h,i,j){var _=this -_.ch=a -_.fy=_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=null -_.go=b -_.id=c -_.k2=_.k1=$ -_.r1=_.k4=_.k3=null -_.r2=$ -_.rx=d -_.ry=e -_.e=f -_.f=g -_.a=h -_.c=i -_.d=j}, -hB:function hB(a,b,c,d,e,f,g,h,i,j){var _=this -_.ch=a -_.fy=_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=null -_.go=b -_.id=c -_.k2=_.k1=$ -_.r1=_.k4=_.k3=null -_.r2=$ -_.rx=d -_.ry=e -_.e=f -_.f=g -_.a=h -_.c=i -_.d=j}, -KQ:function KQ(){this.a=!1}, -tk:function tk(a,b,c,d,e){var _=this -_.b=a -_.c=b -_.d=c -_.e=d -_.f=e -_.r=!1}, -hi:function hi(a,b,c,d){var _=this -_.y=_.x=_.r=_.f=_.e=null -_.z=a -_.a=b -_.c=c -_.d=d}, -Z5:function Z5(a,b){this.a=a -this.b=b}, -Z7:function Z7(){}, -Z6:function Z6(a,b,c){this.a=a -this.b=b -this.c=c}, -Z8:function Z8(){this.b=this.a=null}, -uW:function uW(a,b){this.a=a -this.b=b}, -ct:function ct(){}, -wM:function wM(){}, -pi:function pi(a,b){this.a=a -this.b=b}, -pY:function pY(){}, -Zf:function Zf(a,b){this.a=a -this.b=b}, -fJ:function fJ(a,b){this.a=a -this.b=b}, -LT:function LT(){}, -aeb(a){var s=t.S,r=A.cZ(s) -return new A.eT(B.aL,18,B.bU,A.x(s,t.o),r,a,null,A.x(s,t.G))}, -qR:function qR(a,b,c){this.a=a -this.b=b -this.c=c}, -qS:function qS(a,b){this.a=a -this.c=b}, -Dj:function Dj(){}, -eT:function eT(a,b,c,d,e,f,g,h){var _=this -_.a_=_.t=_.l=_.c6=_.dq=_.bd=_.aO=_.aB=_.b1=_.bg=_.aN=null -_.r2=_.r1=!1 -_.ry=_.rx=null -_.ch=a -_.cy=b -_.db=c -_.dy=_.dx=null -_.fr=!1 -_.fx=null -_.e=d -_.f=e -_.a=f -_.c=g -_.d=h}, -a3_:function a3_(a,b){this.a=a -this.b=b}, -a30:function a30(a,b){this.a=a -this.b=b}, -a31:function a31(a,b){this.a=a -this.b=b}, -a32:function a32(a){this.a=a}, -iS:function iS(a){this.a=a}, -re:function re(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -AP:function AP(a,b){this.a=a -this.b=b}, -iT:function iT(a,b){this.a=a -this.b=b -this.c=0}, -pl:function pl(a,b,c){var _=this -_.d=a -_.a=b -_.b=c -_.c=0}, -asr(){return new A.vs(new A.Xp(),A.x(t.K,t.Qu))}, -Jx:function Jx(a,b){this.a=a -this.b=b}, -wg:function wg(a,b,c,d){var _=this -_.e=a -_.dy=b -_.fx=c -_.a=d}, -Xp:function Xp(){}, -Xs:function Xs(){}, -Ap:function Ap(a){var _=this -_.d=$ -_.a=null -_.b=a -_.c=null}, -a7H:function a7H(){}, -a7I:function a7I(){}, -aqE(a,b){var s=A.a2(a).ae.ch -if(s==null)s=56 -return s+0}, -aa0:function aa0(a){this.b=a}, -No:function No(a,b,c,d){var _=this -_.e=a -_.f=b -_.a=c -_.b=d}, -tV:function tV(a,b,c,d,e){var _=this -_.e=a -_.f=b -_.fx=c -_.k2=d -_.a=e}, -zc:function zc(a){var _=this -_.d=null -_.e=!1 -_.a=null -_.b=a -_.c=null}, -a4y:function a4y(){}, -Kd:function Kd(a,b){this.c=a -this.a=b}, -NB:function NB(a,b,c,d){var _=this -_.v=null -_.a3=a -_.aP=b -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -tW:function tW(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p}, -Kc:function Kc(){}, -awI(a,b){var s,r,q,p,o=A.bI("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.bQ()}, -wj:function wj(a,b){var _=this -_.c=!0 -_.r=_.f=_.e=_.d=null -_.a=a -_.b=b}, -Xq:function Xq(a,b){this.a=a -this.b=b}, -nS:function nS(a,b){this.a=a -this.b=b}, -kf:function kf(a,b){this.a=a -this.b=b}, -pH:function pH(a,b){var _=this -_.e=!0 -_.r=_.f=$ -_.a=a -_.b=b}, -Xr:function Xr(a,b){this.a=a -this.b=b}, -aqG(a){switch(a.a){case 0:case 1:case 3:case 5:return B.In -case 2:case 4:return B.Io}}, -Df:function Df(a){this.a=a}, -De:function De(a){this.a=a}, -RB:function RB(a,b){this.a=a -this.b=b}, -wh:function wh(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -Mn:function Mn(){}, -u5:function u5(a,b,c,d){var _=this -_.c=a -_.f=b -_.x=c -_.a=d}, -Ko:function Ko(a,b){var _=this -_.d=$ -_.e=a -_.a=null -_.b=b -_.c=null}, -Kn:function Kn(a,b,c,d,e){var _=this -_.b=a -_.c=b -_.d=c -_.e=d -_.a=e}, -u6:function u6(a,b,c){this.a=a -this.b=b -this.c=c}, -Kp:function Kp(){}, -u7:function u7(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m}, -Kq:function Kq(){}, -aqM(a,b,c){var s,r=A.y(a.a,b.a,c),q=A.T(a.b,b.b,c),p=A.y(a.c,b.c,c),o=A.T(a.d,b.d,c),n=A.dI(a.e,b.e,c) -if(c<0.5)s=a.f -else s=b.f -return new A.u8(r,q,p,o,n,s,A.oA(a.r,b.r,c))}, -u8:function u8(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g}, -Kr:function Kr(){}, -xo:function xo(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 -_.x=d -_.y=e -_.z=f -_.ch=g -_.cx=h -_.cy=i -_.db=j -_.dx=k -_.dy=l -_.fy=m -_.go=n -_.k1=o -_.k2=p -_.k3=q -_.k4=r -_.r1=s -_.r2=a0 -_.a=a1}, -Nw:function Nw(a,b){var _=this -_.hY$=a -_.a=null -_.b=b -_.c=null}, -M3:function M3(a,b,c){this.e=a -this.c=b -this.a=c}, -B_:function B_(a,b,c){var _=this -_.v=a -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a8O:function a8O(a,b){this.a=a -this.b=b}, -Q0:function Q0(){}, -aqS(a,b,c){var s,r,q,p,o,n,m,l,k=c<0.5 -if(k)s=a.a -else s=b.a -if(k)r=a.b -else r=b.b -if(k)q=a.c -else q=b.c -p=A.T(a.d,b.d,c) -o=A.T(a.e,b.e,c) -n=A.eI(a.f,b.f,c) -if(k)m=a.r -else m=b.r -if(k)l=a.x -else l=b.x -if(k)k=a.y -else k=b.y -return new A.ud(s,r,q,p,o,n,m,l,k)}, -ud:function ud(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 -_.x=h -_.y=i}, -Ks:function Ks(){}, -agJ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.bk(r,c,g,k,m,d,l,i,f,h,o,n,j,s,q,b,e,a,p)}, -ad1(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=null,a2=a3==null -if(a2&&a4==null)return a1 -s=a2?a1:a3.a -r=a4==null -q=r?a1:a4.a -q=A.ji(s,q,a5,A.alK(),t.p8) -s=a2?a1:a3.b -p=r?a1:a4.b -o=t.MH -p=A.ji(s,p,a5,A.ea(),o) -s=a2?a1:a3.c -s=A.ji(s,r?a1:a4.c,a5,A.ea(),o) -n=a2?a1:a3.d -n=A.ji(n,r?a1:a4.d,a5,A.ea(),o) -m=a2?a1:a3.e -o=A.ji(m,r?a1:a4.e,a5,A.ea(),o) -m=a2?a1:a3.f -l=r?a1:a4.f -l=A.ji(m,l,a5,A.alO(),t.PM) -m=a2?a1:a3.r -k=r?a1:a4.r -k=A.ji(m,k,a5,A.axN(),t.pc) -m=a2?a1:a3.x -j=r?a1:a4.x -i=t.tW -j=A.ji(m,j,a5,A.afi(),i) -m=a2?a1:a3.y -m=A.ji(m,r?a1:a4.y,a5,A.afi(),i) -h=a2?a1:a3.z -i=A.ji(h,r?a1:a4.z,a5,A.afi(),i) -h=a2?a1:a3.Q -h=A.aqV(h,r?a1:a4.Q,a5) -g=a2?a1:a3.ch -g=A.aqU(g,r?a1:a4.ch,a5) -f=a5<0.5 -if(f)e=a2?a1:a3.cx -else e=r?a1:a4.cx -if(f)d=a2?a1:a3.cy -else d=r?a1:a4.cy -if(f)c=a2?a1:a3.db -else c=r?a1:a4.db -if(f)b=a2?a1:a3.dx -else b=r?a1:a4.dx -if(f)a=a2?a1:a3.dy -else a=r?a1:a4.dy -a0=a2?a1:a3.fr -a0=A.acV(a0,r?a1:a4.fr,a5) -if(f)a2=a2?a1:a3.fx -else a2=r?a1:a4.fx -return A.agJ(a0,b,p,l,a,m,s,i,j,e,n,k,o,g,h,a2,c,q,d)}, -ji(a,b,c,d,e){if(a==null&&b==null)return null -return new A.Ac(a,b,c,d,e.i("Ac<0>"))}, -aqV(a,b,c){if(a==null&&b==null)return null -return new A.Mg(a,b,c)}, -aqU(a,b,c){if(a==null&&b==null)return null -return new A.Mf(a,b,c)}, -bk:function bk(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s}, -Ac:function Ac(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.$ti=e}, -Mg:function Mg(a,b,c){this.a=a -this.b=b -this.c=c}, -Mf:function Mf(a,b,c){this.a=a -this.b=b -this.c=c}, -Ku:function Ku(){}, -aqT(a,b,c,d){var s -if(d<=1)return a -else if(d>=3)return c -else if(d<=2){s=A.eI(a,b,d-1) -s.toString -return s}s=A.eI(b,c,d-2) -s.toString -return s}, -ue:function ue(){}, -Kt:function Kt(a,b,c,d){var _=this -_.f=_.e=_.d=null -_.bN$=a -_.aF$=b -_.hY$=c -_.a=null -_.b=d -_.c=null}, -a5i:function a5i(a,b,c){this.a=a -this.b=b -this.c=c}, -a5j:function a5j(a,b){this.a=a -this.b=b}, -a5k:function a5k(a,b,c){this.a=a -this.b=b -this.c=c}, -a4Z:function a4Z(){}, -a5_:function a5_(){}, -a50:function a50(){}, -a5a:function a5a(){}, -a5b:function a5b(){}, -a5c:function a5c(){}, -a5d:function a5d(){}, -a5e:function a5e(){}, -a5f:function a5f(){}, -a5g:function a5g(){}, -a5h:function a5h(){}, -a58:function a58(a){this.a=a}, -a4X:function a4X(a){this.a=a}, -a59:function a59(a){this.a=a}, -a4W:function a4W(a){this.a=a}, -a51:function a51(){}, -a52:function a52(){}, -a53:function a53(){}, -a54:function a54(){}, -a55:function a55(){}, -a56:function a56(){}, -a57:function a57(a){this.a=a}, -a4Y:function a4Y(){}, -Mz:function Mz(a){this.a=a}, -M4:function M4(a,b,c){this.e=a -this.c=b -this.a=c}, -B0:function B0(a,b,c){var _=this -_.v=a -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a8P:function a8P(a,b){this.a=a -this.b=b}, -PK:function PK(){}, -Cb:function Cb(){}, -agK(a,b,c,d,e,f,g,h,i){return new A.Dv(i,a,c,d,f,e,h,b,g)}, -uf:function uf(a,b){this.a=a -this.b=b}, -Dt:function Dt(a,b){this.a=a -this.b=b}, -Dv:function Dv(a,b,c,d,e,f,g,h,i){var _=this -_.c=a -_.x=b -_.y=c -_.z=d -_.Q=e -_.ch=f -_.cx=g -_.cy=h -_.db=i}, -Kv:function Kv(){}, -md:function md(a,b,c,d,e,f,g,h){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.y=f -_.z=g -_.a=h}, -zk:function zk(a,b,c){var _=this -_.d=!1 -_.r=_.f=_.e=$ -_.x=a -_.y=b -_.Q=_.z=$ -_.a=null -_.b=c -_.c=null}, -a5m:function a5m(a,b){this.a=a -this.b=b}, -a5n:function a5n(a,b){this.a=a -this.b=b}, -a5o:function a5o(a,b){this.a=a -this.b=b}, -a5l:function a5l(a,b){this.a=a -this.b=b}, -a5p:function a5p(a){this.a=a}, -zz:function zz(a,b,c,d){var _=this -_.c=a -_.d=b -_.e=c -_.a=d}, -L3:function L3(a,b,c){var _=this -_.d=$ -_.dd$=a -_.cc$=b -_.a=null -_.b=c -_.c=null}, -Ax:function Ax(a,b,c,d,e,f,g,h,i){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.z=h -_.a=i}, -Ay:function Ay(a,b){var _=this -_.d=a -_.z=_.y=_.x=_.r=_.f=_.e=$ -_.ch=_.Q=null -_.cx=$ -_.a=_.cy=null -_.b=b -_.c=null}, -a89:function a89(a){this.a=a}, -a88:function a88(a,b){this.a=a -this.b=b}, -a87:function a87(a,b){this.a=a -this.b=b}, -a86:function a86(a,b){this.a=a -this.b=b}, -zT:function zT(a,b,c){this.f=a -this.b=b -this.a=c}, -zA:function zA(a,b,c,d,e,f,g,h){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.a=h}, -L4:function L4(a){var _=this -_.d=$ -_.a=null -_.b=a -_.c=null}, -a5X:function a5X(a,b){this.a=a -this.b=b}, -a5W:function a5W(){}, -z7:function z7(a,b,c,d,e,f,g){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.a=g}, -C8:function C8(a){var _=this -_.d=$ -_.a=null -_.b=a -_.c=null}, -aaD:function aaD(a,b){this.a=a -this.b=b}, -aaC:function aaC(){}, -Ce:function Ce(){}, -uh:function uh(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -Kw:function Kw(){}, -ad2(a,b,c,d,e){if(a==null&&b==null)return null -return new A.Ah(a,b,c,d,e.i("Ah<0>"))}, -aqX(a,b,c){if(a==null&&b==null)return null -a.toString -b.toString -return A.b4(a,b,c)}, -uj:function uj(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 -_.x=h -_.y=i}, -Ah:function Ah(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.$ti=e}, -Kx:function Kx(){}, -ar1(a,b,c){var s,r,q=A.y(a.a,b.a,c),p=A.y(a.b,b.b,c),o=A.y(a.c,b.c,c),n=A.y(a.d,b.d,c),m=A.y(a.e,b.e,c),l=A.y(a.f,b.f,c),k=A.y(a.r,b.r,c),j=A.y(a.y,b.y,c),i=A.eI(a.z,b.z,c),h=A.eI(a.Q,b.Q,c),g=A.ar0(a.ch,b.ch,c),f=A.ar_(a.cx,b.cx,c),e=A.bi(a.cy,b.cy,c),d=A.bi(a.db,b.db,c) -if(c<0.5){s=a.dx -if(s==null)s=B.al}else{s=b.dx -if(s==null)s=B.al}r=A.T(a.dy,b.dy,c) -return new A.uk(q,p,o,n,m,l,k,j,i,h,g,f,e,d,s,r,A.T(a.fr,b.fr,c))}, -ar0(a,b,c){var s=a==null -if(s&&b==null)return null -if(s){s=b.a -return A.b4(new A.cO(A.ap(0,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255),0,B.bk),b,c)}if(b==null){s=a.a -return A.b4(new A.cO(A.ap(0,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255),0,B.bk),a,c)}return A.b4(a,b,c)}, -ar_(a,b,c){if(a==null&&b==null)return null -return t.KX.a(A.dI(a,b,c))}, -uk:function uk(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 -_.y=h -_.z=i -_.Q=j -_.ch=k -_.cx=l -_.cy=m -_.db=n -_.dx=o -_.dy=p -_.fr=q}, -KA:function KA(){}, -ad4(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 new A.ut(b,a0,k,a1,l,a3,m,a4,n,a9,q,b0,r,c,h,d,i,a,g,a7,o,a8,p,s,a6,f,j,e,a2,a5)}, -ut:function ut(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6 -_.r1=a7 -_.r2=a8 -_.rx=a9 -_.ry=b0}, -KD:function KD(){}, -Gb:function Gb(a,b){this.b=a -this.a=b}, -agV(a,b,c,d,e){if(a==null&&b==null)return null -return new A.Ag(a,b,c,d,e.i("Ag<0>"))}, -uD:function uD(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 -_.x=h -_.y=i -_.z=j -_.Q=k}, -Ag:function Ag(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.$ti=e}, -L0:function L0(){}, -T2(a,b){var s=null,r=a==null,q=r?s:A.aB(a),p=b==null -if(q==(p?s:A.aB(b))){q=r?s:A.aA(a) -if(q==(p?s:A.aA(b))){r=r?s:A.by(a) -r=r==(p?s:A.by(b))}else r=!1}else r=!1 -return r}, -uG(a,b){var s=a==null,r=s?null:A.aB(a) -if(r===A.aB(b)){s=s?null:A.aA(a) -s=s===A.aA(b)}else s=!1 -return s}, -adc(a,b){return(A.aB(b)-A.aB(a))*12+A.aA(b)-A.aA(a)}, -adb(a,b){if(b===2)return B.e.bu(a,4)===0&&B.e.bu(a,100)!==0||B.e.bu(a,400)===0?29:28 -return B.tp[b-1]}, -i3:function i3(a,b){this.a=a -this.b=b}, -uF:function uF(a,b){this.a=a -this.b=b}, -aff(a,b,c,d){return A.ayH(a,b,c,d)}, -ayH(a,b,c,d){var s=0,r=A.aj(t.Q0),q,p,o,n,m,l -var $async$aff=A.ak(function(e,f){if(e===1)return A.ag(f,r) -while(true)switch(s){case 0:m={} -l=A.be(A.aB(c),A.aA(c),A.by(c),0,0,0,0,!1) -if(!A.b0(l))A.L(A.b1(l)) -c=new A.ao(l,!1) -l=A.be(A.aB(b),A.aA(b),A.by(b),0,0,0,0,!1) -if(!A.b0(l))A.L(A.b1(l)) -b=new A.ao(l,!1) -l=A.be(A.aB(d),A.aA(d),A.by(d),0,0,0,0,!1) -if(!A.b0(l))A.L(A.b1(l)) -d=new A.ao(l,!1) -l=A.be(A.aB(c),A.aA(c),A.by(c),0,0,0,0,!1) -if(!A.b0(l))A.L(A.b1(l)) -p=A.be(A.aB(b),A.aA(b),A.by(b),0,0,0,0,!1) -if(!A.b0(p))A.L(A.b1(p)) -o=A.be(A.aB(d),A.aA(d),A.by(d),0,0,0,0,!1) -if(!A.b0(o))A.L(A.b1(o)) -n=new A.ao(Date.now(),!1) -n=A.be(A.aB(n),A.aA(n),A.by(n),0,0,0,0,!1) -if(!A.b0(n))A.L(A.b1(n)) -m.a=new A.uE(new A.ao(l,!1),new A.ao(p,!1),new A.ao(o,!1),new A.ao(n,!1),B.d_,null,null,null,null,B.d1,null,null,null,null,null) -q=A.alH(new A.acp(m,null),a,null,!0,t.W7) -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$aff,r)}, -acp:function acp(a,b){this.a=a -this.b=b}, -uE:function uE(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.z=h -_.Q=i -_.ch=j -_.cx=k -_.cy=l -_.db=m -_.dx=n -_.a=o}, -zy:function zy(a,b,c,d,e,f,g,h,i){var _=this -_.e=_.d=$ -_.f=a -_.r=b -_.x=c -_.aG$=d -_.ce$=e -_.ff$=f -_.c9$=g -_.cT$=h -_.a=null -_.b=i -_.c=null}, -a5S:function a5S(a){this.a=a}, -a5R:function a5R(a){this.a=a}, -a5Q:function a5Q(a,b){this.a=a -this.b=b}, -a5T:function a5T(a){this.a=a}, -a5V:function a5V(a,b){this.a=a -this.b=b}, -a5U:function a5U(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -NX:function NX(a,b){var _=this -_.fr=a -_.y=null -_.a=!1 -_.c=_.b=null -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1}, -NW:function NW(a,b){var _=this -_.fr=a -_.y=null -_.a=!1 -_.c=_.b=null -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1}, -L2:function L2(a,b,c,d,e,f,g){var _=this -_.c=a -_.d=b -_.f=c -_.r=d -_.x=e -_.y=f -_.a=g}, -aaF:function aaF(){}, -PP:function PP(){}, -a6b:function a6b(){}, -ah1(a,b,c,d,e,f,g){return new A.EF(b,e,f,d,g,a,c,null)}, -avN(a,b,c,d){return A.kN(!1,d,A.dT(B.oy,b,null))}, -alH(a,b,c,d,e){var s,r=A.hx(b,!0).c -r.toString -s=A.ahz(b,r) -return A.hx(b,!0).pZ(A.ars(B.A,!0,null,a,b,c,s,!0,e))}, -ars(a,b,c,d,e,f,g,h,i){var s,r,q,p,o,n,m=null -A.de(e,B.ae,t.v).toString -s=A.a([],t.Zt) -r=$.a3 -q=A.Ho(B.cY) -p=A.a([],t.wi) -o=A.a1(0,m,!1,t.Z) -n=$.a3 -return new A.uK(new A.Tf(d,g,!0),!0,"Dismiss",a,B.dX,A.axK(),m,s,new A.b7(m,i.i("b7>")),new A.b7(m,t.A),new A.wT(),m,new A.bd(new A.ad(r,i.i("ad<0?>")),i.i("bd<0?>")),q,p,B.nb,new A.cJ(m,o,t.XR),new A.bd(new A.ad(n,i.i("ad<0?>")),i.i("bd<0?>")),i.i("uK<0>"))}, -EF:function EF(a,b,c,d,e,f,g,h){var _=this -_.c=a -_.d=b -_.r=c -_.x=d -_.y=e -_.z=f -_.Q=g -_.a=h}, -op:function op(a,b,c,d){var _=this -_.c=a -_.f=b -_.y=c -_.a=d}, -uK:function uK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){var _=this -_.de=a -_.cn=b -_.cd=c -_.df=d -_.a6=e -_.ev=f -_.k1=g -_.k2=!1 -_.k4=_.k3=null -_.r1=h -_.r2=i -_.rx=j -_.ry=k -_.x1=$ -_.x2=null -_.y1=$ -_.d2$=l -_.z=m -_.Q=!1 -_.cx=_.ch=null -_.cy=n -_.dy=_.dx=null -_.e=o -_.a=null -_.b=p -_.c=q -_.d=r -_.$ti=s}, -Tf:function Tf(a,b,c){this.a=a -this.b=b -this.c=c}, -uL:function uL(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -Lg:function Lg(){}, -aru(a,b,c){var s,r,q=A.ah3(a).a -if(q==null)q=A.a2(a).k1 -s=q -r=c -return new A.cO(s,r,B.bk)}, -uO:function uO(a,b){this.d=a -this.a=b}, -ah3(a){var s -a.M(t.Jj) -s=A.a2(a) -return s.c6}, -uP:function uP(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -Lj:function Lj(){}, -arA(a,b,c){var s=A.y(a.a,b.a,c),r=A.y(a.b,b.b,c),q=A.T(a.c,b.c,c) -return new A.uY(s,r,q,A.dI(a.d,b.d,c))}, -uY:function uY(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -Lq:function Lq(){}, -arG(a,b,c){return new A.v1(A.ad1(a.a,b.a,c))}, -v1:function v1(a){this.a=a}, -Lu:function Lu(){}, -vb:function vb(a,b,c,d,e,f,g){var _=this -_.f=a -_.r=b -_.x=c -_.y=d -_.z=e -_.b=f -_.a=g}, -ahl(a,b,c){return new A.F6(a,c,b?B.a2Q:B.a2P,null)}, -a61:function a61(){}, -zP:function zP(a,b){this.a=a -this.b=b}, -F6:function F6(a,b,c,d){var _=this -_.c=a -_.Q=b -_.rx=c -_.a=d}, -Ky:function Ky(a,b){this.c=a -this.a=b}, -AS:function AS(a,b,c,d){var _=this -_.v=null -_.a3=a -_.aP=b -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -ajy(a,b,c,d,e){return new A.zb(c,d,a,b,new A.aU(A.a([],t.x8),t.jc),new A.aU(A.a([],t.b),t.fy),0,e.i("zb<0>"))}, -UP:function UP(){}, -a2A:function a2A(){}, -Uz:function Uz(){}, -Uy:function Uy(){}, -a5s:function a5s(){}, -UO:function UO(){}, -a9g:function a9g(){}, -zb:function zb(a,b,c,d,e,f,g,h){var _=this -_.x=a -_.y=b -_.a=c -_.b=d -_.d=_.c=null -_.fd$=e -_.c5$=f -_.iO$=g -_.$ti=h}, -PL:function PL(){}, -PM:function PM(){}, -arN(a,a0,a1){var s,r,q,p,o,n,m,l=A.y(a.a,a0.a,a1),k=A.y(a.b,a0.b,a1),j=A.y(a.c,a0.c,a1),i=A.y(a.d,a0.d,a1),h=A.y(a.e,a0.e,a1),g=A.T(a.f,a0.f,a1),f=A.T(a.r,a0.r,a1),e=A.T(a.x,a0.x,a1),d=A.T(a.y,a0.y,a1),c=A.T(a.z,a0.z,a1),b=A.dI(a.Q,a0.Q,a1) -if(a1<0.5)s=a.ch -else s=a0.ch -r=A.oA(a.cx,a0.cx,a1) -q=A.oA(a.cy,a0.cy,a1) -p=A.oA(a.db,a0.db,a1) -o=A.oA(a.dx,a0.dx,a1) -n=A.T(a.dy,a0.dy,a1) -m=A.eI(a.fr,a0.fr,a1) -return new A.vd(l,k,j,i,h,g,f,e,d,c,b,s,r,q,p,o,n,m,A.bi(a.fx,a0.fx,a1))}, -vd:function vd(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s}, -LG:function LG(){}, -ic(a,b,c,d,e,f,g){return new A.Fw(d,f,c,a,e,g,!0,null)}, -Fw:function Fw(a,b,c,d,e,f,g,h){var _=this -_.c=a -_.e=b -_.x=c -_.Q=d -_.db=e -_.fx=f -_.fy=g -_.a=h}, -vA:function vA(a,b,c){this.c=a -this.e=b -this.a=c}, -A6:function A6(a,b){var _=this -_.d=a -_.a=_.e=null -_.b=b -_.c=null}, -vB:function vB(a,b,c,d){var _=this -_.f=_.e=null -_.r=a -_.a=b -_.b=c -_.c=d -_.d=!1}, -kV:function kV(a,b,c,d,e,f,g,h,i,j){var _=this -_.z=a -_.Q=b -_.ch=c -_.cx=d -_.cy=e -_.db=f -_.dy=_.dx=$ -_.fr=!0 -_.e=g -_.a=h -_.b=i -_.c=j -_.d=!1}, -awj(a,b,c){if(c!=null)return c -if(b)return new A.ab5(a) -return null}, -ab5:function ab5(a){this.a=a}, -a75:function a75(){}, -vC:function vC(a,b,c,d,e,f,g,h,i,j){var _=this -_.z=a -_.Q=b -_.ch=c -_.cx=d -_.cy=e -_.db=f -_.go=_.fy=_.fx=_.fr=_.dy=_.dx=$ -_.e=g -_.a=h -_.b=i -_.c=j -_.d=!1}, -awk(a,b,c){if(c!=null)return c -if(b)return new A.ab6(a) -return null}, -awo(a,b,c,d){var s,r,q,p,o,n -if(b){if(c!=null){s=c.$0() -r=new A.K(s.c-s.a,s.d-s.b)}else{s=a.rx -s.toString -r=s}q=d.a4(0,B.i).gd1() -p=d.a4(0,new A.k(0+r.a,0)).gd1() -o=d.a4(0,new A.k(0,0+r.b)).gd1() -n=d.a4(0,r.yR(0,B.i)).gd1() -return Math.ceil(Math.max(Math.max(q,p),Math.max(o,n)))}return 35}, -ab6:function ab6(a){this.a=a}, -a76:function a76(){}, -vD:function vD(a,b,c,d,e,f,g,h,i,j,k){var _=this -_.z=a -_.Q=b -_.ch=c -_.cx=d -_.cy=e -_.db=f -_.dx=g -_.fx=_.fr=_.dy=$ -_.fy=null -_.e=h -_.a=i -_.b=j -_.c=k -_.d=!1}, -as8(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.mI(d,a1,a3,a2,p,a0,r,s,o,e,l,a5,b,f,i,m,k,a4,a6,a7,g,!1,q,!1,j,c,n)}, -vE(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.FA(c,p,s,s,s,o,m,n,k,!0,B.bC,s,s,d,f,i,h,q,r,a0,e!==!1,!1,l,!1,g,b,j)}, -kY:function kY(){}, -ps:function ps(){}, -AN:function AN(a,b,c){this.f=a -this.b=b -this.a=c}, -mI:function mI(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 -_.x=f -_.y=g -_.z=h -_.Q=i -_.ch=j -_.cx=k -_.cy=l -_.db=m -_.dx=n -_.dy=o -_.fr=p -_.fx=q -_.fy=r -_.go=s -_.id=a0 -_.k1=a1 -_.k2=a2 -_.k3=a3 -_.k4=a4 -_.r1=a5 -_.r2=a6 -_.a=a7}, -A5:function A5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.z=h -_.Q=i -_.ch=j -_.cx=k -_.cy=l -_.db=m -_.dx=n -_.dy=o -_.fr=p -_.fx=q -_.fy=r -_.go=s -_.id=a0 -_.k1=a1 -_.k2=a2 -_.k3=a3 -_.k4=a4 -_.r1=a5 -_.r2=a6 -_.rx=a7 -_.ry=a8 -_.x1=a9 -_.a=b0}, -nX:function nX(a,b){this.a=a -this.b=b}, -A4:function A4(a,b,c,d){var _=this -_.e=_.d=null -_.f=!1 -_.r=a -_.x=$ -_.y=b -_.z=!1 -_.hh$=c -_.a=null -_.b=d -_.c=null}, -a73:function a73(){}, -a74:function a74(a,b){this.a=a -this.b=b}, -a71:function a71(a,b){this.a=a -this.b=b}, -a72:function a72(a){this.a=a}, -FA:function FA(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 -_.x=f -_.y=g -_.z=h -_.Q=i -_.ch=j -_.cx=k -_.cy=l -_.db=m -_.dx=n -_.dy=o -_.fr=p -_.fx=q -_.fy=r -_.go=s -_.id=a0 -_.k1=a1 -_.k2=a2 -_.k3=a3 -_.k4=a4 -_.r1=a5 -_.r2=a6 -_.a=a7}, -Ci:function Ci(){}, -eL:function eL(){}, -MH:function MH(a){this.a=a}, -iP:function iP(a,b){this.b=a -this.a=b}, -hA:function hA(a,b,c){this.b=a -this.c=b -this.a=c}, -vF:function vF(a,b,c,d,e,f,g,h,i,j,k,l){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.z=h -_.Q=i -_.ch=j -_.cx=k -_.a=l}, -A9:function A9(a,b){var _=this -_.d=a -_.f=_.e=null -_.r=!1 -_.a=null -_.b=b -_.c=null}, -a78:function a78(a){this.a=a}, -a77:function a77(a){this.a=a}, -arO(a){if(a===-1)return"FloatingLabelAlignment.start" -if(a===0)return"FloatingLabelAlignment.center" -return"FloatingLabelAlignment(x: "+B.e.Z(a,1)+")"}, -ahC(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){return new A.pr(b1,b2,b5,b7,b6,s,a5,a4,a3,a8,a7,a9,a6,n,m,l,r,q,b4,d,!1,b9,c1,b8,c3,c2,c0,c6,c5,d0,c9,c7,c8,g,e,f,p,o,a0,b0,k,a1,a2,h,j,b,!0,c4,a,c)}, -A7:function A7(a){var _=this -_.a=null -_.V$=_.b=0 -_.X$=a -_.ab$=_.ae$=0 -_.ac$=!1}, -A8:function A8(a,b){this.a=a -this.b=b}, -M1:function M1(a,b,c,d,e,f,g,h,i){var _=this -_.b=a -_.c=b -_.d=c -_.e=d -_.f=e -_.r=f -_.x=g -_.y=h -_.a=i}, -zj:function zj(a,b,c,d,e,f,g){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.a=g}, -Km:function Km(a,b,c){var _=this -_.y=_.x=_.r=_.f=_.e=_.d=$ -_.bN$=a -_.aF$=b -_.a=null -_.b=c -_.c=null}, -Of:function Of(a,b,c){this.e=a -this.c=b -this.a=c}, -zZ:function zZ(a,b,c,d,e,f,g,h){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.a=h}, -A_:function A_(a,b,c){var _=this -_.d=$ -_.f=_.e=null -_.dd$=a -_.cc$=b -_.a=null -_.b=c -_.c=null}, -a6S:function a6S(){}, -pg:function pg(a,b){this.a=a -this.b=b}, -F7:function F7(){}, -dl:function dl(a,b){this.a=a -this.b=b}, -L6:function L6(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1}, -a8J:function a8J(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -AV:function AV(a,b,c,d,e,f,g,h){var _=this -_.l=a -_.t=b -_.a_=c -_.a8=d -_.aw=e -_.bl=f -_.aL=null -_.d3$=g -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=h -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a8N:function a8N(a){this.a=a}, -a8M:function a8M(a,b){this.a=a -this.b=b}, -a8L:function a8L(a,b){this.a=a -this.b=b}, -a8K:function a8K(a,b,c){this.a=a -this.b=b -this.c=c}, -L9:function L9(a,b,c,d,e,f,g){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.a=g}, -mJ:function mJ(a,b,c,d,e,f,g,h,i,j){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.z=h -_.Q=i -_.a=j}, -Aa:function Aa(a,b,c,d){var _=this -_.e=_.d=$ -_.f=a -_.r=null -_.bN$=b -_.aF$=c -_.a=null -_.b=d -_.c=null}, -a7a:function a7a(){}, -a79:function a79(a,b){this.a=a -this.b=b}, -pr:function pr(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){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6 -_.r1=a7 -_.r2=a8 -_.rx=a9 -_.ry=b0 -_.x1=b1 -_.x2=b2 -_.y1=b3 -_.y2=b4 -_.ao=b5 -_.K=b6 -_.L=b7 -_.aJ=b8 -_.V=b9 -_.X=c0 -_.ae=c1 -_.ab=c2 -_.ac=c3 -_.bt=c4 -_.b0=c5 -_.aN=c6 -_.bg=c7 -_.b1=c8 -_.aB=c9 -_.aO=d0}, -FB:function FB(){}, -M2:function M2(){}, -Ca:function Ca(){}, -PQ:function PQ(){}, -Ch:function Ch(){}, -Cj:function Cj(){}, -Q3:function Q3(){}, -asm(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=c<0.5 -if(g)s=a.a -else s=b.a -r=A.dI(a.b,b.b,c) -if(g)q=a.c -else q=b.c -p=A.y(a.d,b.d,c) -o=A.y(a.e,b.e,c) -n=A.y(a.f,b.f,c) -m=A.eI(a.r,b.r,c) -l=A.y(a.x,b.x,c) -k=A.y(a.y,b.y,c) -j=A.T(a.z,b.z,c) -i=A.T(a.Q,b.Q,c) -h=A.T(a.ch,b.ch,c) -if(g)g=a.cx -else g=b.cx -return new A.w6(s,r,q,p,o,n,m,l,k,j,i,h,g)}, -a8Q(a,b){var s -if(a==null)return B.p -a.c8(0,b,!0) -s=a.rx -s.toString -return s}, -G0:function G0(a,b){this.a=a -this.b=b}, -w6:function w6(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m}, -G_:function G_(a,b,c){this.c=a -this.d=b -this.a=c}, -h3:function h3(a,b){this.a=a -this.b=b}, -Mi:function Mi(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 -_.x=f -_.y=g -_.z=h -_.Q=i -_.ch=j -_.cx=k -_.cy=l -_.db=m -_.a=n}, -B2:function B2(a,b,c,d,e,f,g,h,i,j,k){var _=this -_.l=a -_.t=b -_.a_=c -_.a8=d -_.aw=e -_.bl=f -_.aL=g -_.bf=h -_.c2=i -_.d3$=j -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=k -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a8S:function a8S(a,b){this.a=a -this.b=b}, -a8R:function a8R(a,b,c){this.a=a -this.b=b -this.c=c}, -Mj:function Mj(){}, -PT:function PT(){}, -Q6:function Q6(){}, -l2(a,b,c,d,e,f,g,h,i,j,k){return new A.wf(c,k,f,e,h,j,i,d,a,b,g)}, -av2(a,b,c,d){var s=new A.Bl(b,d,!0,null) -if(a===B.u)return s -return A.agO(s,a,new A.nr(d,A.ef(c),null))}, -jH:function jH(a,b){this.a=a -this.b=b}, -wf:function wf(a,b,c,d,e,f,g,h,i,j,k){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.Q=h -_.ch=i -_.cx=j -_.a=k}, -Mr:function Mr(a,b,c,d){var _=this -_.d=a -_.bN$=b -_.aF$=c -_.a=null -_.b=d -_.c=null}, -a7X:function a7X(a){this.a=a}, -AZ:function AZ(a,b,c,d){var _=this -_.v=a -_.aP=b -_.bI=null -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -M0:function M0(a,b,c,d,e){var _=this -_.e=a -_.f=b -_.r=c -_.c=d -_.a=e}, -id:function id(){}, -ns:function ns(a,b){this.a=a -this.b=b}, -Aq:function Aq(a,b,c,d,e,f,g,h,i,j,k){var _=this -_.r=a -_.x=b -_.y=c -_.z=d -_.Q=e -_.ch=f -_.cx=g -_.c=h -_.d=i -_.e=j -_.a=k}, -Mo:function Mo(a,b,c){var _=this -_.fy=_.fx=_.fr=null -_.e=_.d=$ -_.dd$=a -_.cc$=b -_.a=null -_.b=c -_.c=null}, -a7J:function a7J(){}, -a7K:function a7K(){}, -a7L:function a7L(){}, -Bl:function Bl(a,b,c,d){var _=this -_.c=a -_.d=b -_.e=c -_.a=d}, -Og:function Og(a,b,c){this.b=a -this.c=b -this.a=c}, -PU:function PU(){}, -Mp:function Mp(){}, -Ez:function Ez(){}, -dt(a,b,c){if(c.i("b2<0>").b(a))return a.a0(b) -return a}, -cv:function cv(a,b){this.a=a -this.b=b}, -Gc:function Gc(){}, -zK:function zK(a,b){this.a=a -this.c=b}, -b2:function b2(){}, -fm:function fm(a,b){this.a=a -this.$ti=b}, -dN:function dN(a,b){this.a=a -this.$ti=b}, -wl:function wl(){}, -Xv:function Xv(a,b,c){this.a=a -this.b=b -this.c=c}, -Xt:function Xt(){}, -Xu:function Xu(){}, -asH(a,b,c){var s,r=A.T(a.a,b.a,c),q=A.y(a.b,b.b,c),p=A.y(a.c,b.c,c),o=A.ai8(a.d,b.d,c,A.alK(),t.p8),n=A.ai8(a.e,b.e,c,A.ay6(),t.lF) -if(c<0.5)s=a.f -else s=b.f -return new A.wD(r,q,p,o,n,s)}, -ai8(a,b,c,d,e){if(a==null&&b==null)return null -return new A.Af(a,b,c,d,e.i("Af<0>"))}, -wD:function wD(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -Af:function Af(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.$ti=e}, -MF:function MF(){}, -asI(a,b,c){var s,r=A.y(a.a,b.a,c),q=A.T(a.b,b.b,c),p=A.bi(a.c,b.c,c),o=A.bi(a.d,b.d,c),n=A.jw(a.e,b.e,c),m=A.jw(a.f,b.f,c),l=A.T(a.r,b.r,c),k=c<0.5 -if(k)s=a.x -else s=b.x -if(k)k=a.y -else k=b.y -return new A.wE(r,q,p,o,n,m,l,s,k,A.y(a.z,b.z,c))}, -wE:function wE(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 -_.x=h -_.y=i -_.z=j}, -MG:function MG(){}, -asL(a,b,c){return new A.wP(A.ad1(a.a,b.a,c))}, -wP:function wP(a){this.a=a}, -MS:function MS(){}, -mT:function mT(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this -_.cn=a -_.b1=b -_.k1=c -_.k2=!1 -_.k4=_.k3=null -_.r1=d -_.r2=e -_.rx=f -_.ry=g -_.x1=$ -_.x2=null -_.y1=$ -_.d2$=h -_.z=i -_.Q=!1 -_.cx=_.ch=null -_.cy=j -_.dy=_.dx=null -_.e=k -_.a=null -_.b=l -_.c=m -_.d=n -_.$ti=o}, -wk:function wk(){}, -Ar:function Ar(){}, -Lz:function Lz(a,b,c,d){var _=this -_.c=a -_.d=b -_.e=c -_.a=d}, -jJ:function jJ(){}, -F_:function F_(){}, -El:function El(){}, -GK:function GK(){}, -YA:function YA(a){this.a=a}, -MU:function MU(){}, -xa:function xa(){}, -Mt:function Mt(a,b,c){this.e=a -this.c=b -this.a=c}, -NK:function NK(a,b,c){var _=this -_.v=a -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -iB:function iB(a,b,c,d){var _=this -_.d=a -_.Q=b -_.a=c -_.$ti=d}, -pX:function pX(a,b){var _=this -_.a=null -_.b=a -_.c=null -_.$ti=b}, -AQ:function AQ(a,b,c,d){var _=this -_.c=a -_.d=b -_.a=c -_.$ti=d}, -a8B:function a8B(a,b){this.a=a -this.b=b}, -a8C:function a8C(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -a8z:function a8z(a,b,c,d,e){var _=this -_.b=a -_.c=b -_.d=c -_.e=d -_.f=e}, -AR:function AR(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 -_.de=a -_.cn=b -_.cd=c -_.df=d -_.a6=e -_.ev=f -_.dr=g -_.e0=h -_.ew=i -_.k5=j -_.k1=k -_.k2=!1 -_.k4=_.k3=null -_.r1=l -_.r2=m -_.rx=n -_.ry=o -_.x1=$ -_.x2=null -_.y1=$ -_.d2$=p -_.z=q -_.Q=!1 -_.cx=_.ch=null -_.cy=r -_.dy=_.dx=null -_.e=s -_.a=null -_.b=a0 -_.c=a1 -_.d=a2 -_.$ti=a3}, -a8A:function a8A(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -pV:function pV(a,b,c,d){var _=this -_.c=a -_.e=b -_.a=c -_.$ti=d}, -pW:function pW(a,b){var _=this -_.a=null -_.b=a -_.c=null -_.$ti=b}, -Zb:function Zb(a){this.a=a}, -at5(a,b,c){var s,r=A.y(a.a,b.a,c),q=A.dI(a.b,b.b,c),p=A.T(a.c,b.c,c),o=A.bi(a.d,b.d,c) -if(c<0.5)s=a.e -else s=b.e -return new A.xb(r,q,p,o,s)}, -Zc(a){var s -a.M(t.xF) -s=A.a2(a) -return s.bf}, -xb:function xb(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -Nn:function Nn(){}, -K_:function K_(a,b){this.a=a -this.b=b}, -Hm:function Hm(){}, -KB:function KB(a,b,c,d,e,f,g,h,i,j,k){var _=this -_.b=a -_.c=b -_.d=c -_.e=d -_.f=e -_.r=f -_.x=g -_.y=h -_.z=i -_.Q=j -_.a=k}, -ul:function ul(a,b,c,d,e,f,g){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.a=g}, -KC:function KC(a,b,c){var _=this -_.d=$ -_.dd$=a -_.cc$=b -_.a=null -_.b=c -_.c=null}, -a5u:function a5u(a){this.a=a}, -Cd:function Cd(){}, -ath(a,b,c){var s=A.y(a.a,b.a,c),r=A.y(a.b,b.b,c),q=A.T(a.c,b.c,c),p=A.y(a.d,b.d,c) -return new A.xf(s,r,q,p,A.y(a.e,b.e,c))}, -aiw(a){var s -a.M(t.C0) -s=A.a2(a) -return s.c2}, -xf:function xf(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -Np:function Np(){}, -aiz(a,b,c,d,e){if(a==null&&b==null)return null -return new A.Ae(a,b,c,d,e.i("Ae<0>"))}, -xi:function xi(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -Ae:function Ae(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.$ti=e}, -Nt:function Nt(){}, -atv(a){var s=a.mL(t.Np) -if(s!=null)return s -throw A.c(A.F8(A.a([A.pa("Scaffold.of() called with a context that does not contain a Scaffold."),A.bx("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.v5(u.V),A.v5("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.JP("The context used was")],t.F)))}, -ez:function ez(a,b){this.a=a -this.b=b}, -xZ:function xZ(a,b){this.c=a -this.a=b}, -Id:function Id(a,b,c,d,e,f){var _=this -_.d=a -_.e=b -_.r=c -_.z=_.y=_.x=null -_.bN$=d -_.aF$=e -_.a=null -_.b=f -_.c=null}, -a0_:function a0_(a,b,c){this.a=a -this.b=b -this.c=c}, -a_Z:function a_Z(a,b,c){this.a=a -this.b=b -this.c=c}, -Bc:function Bc(a,b,c){this.f=a -this.b=b -this.a=c}, -a00:function a00(a,b,c,d,e,f,g,h){var _=this -_.a=a -_.b=b -_.c=c -_.e=d -_.f=e -_.r=f -_.x=g -_.z=h}, -aaf:function aaf(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -xY:function xY(a,b){this.a=a -this.b=b}, -O6:function O6(a,b,c){var _=this -_.a=a -_.b=null -_.c=b -_.V$=0 -_.X$=c -_.ab$=_.ae$=0 -_.ac$=!1}, -zi:function zi(a,b,c,d,e,f,g){var _=this -_.e=a -_.f=b -_.r=c -_.a=d -_.b=e -_.c=f -_.d=g}, -Kl:function Kl(a,b,c,d){var _=this -_.c=a -_.d=b -_.e=c -_.a=d}, -a9e:function a9e(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this -_.d=a -_.e=b -_.f=c -_.r=d -_.x=e -_.y=f -_.z=g -_.Q=h -_.ch=i -_.cx=j -_.cy=k -_.db=l -_.dx=m -_.c=_.b=null}, -zN:function zN(a,b,c,d,e,f){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.a=f}, -zO:function zO(a,b,c){var _=this -_.y=_.x=_.r=_.f=_.e=_.d=$ -_.z=null -_.bN$=a -_.aF$=b -_.a=null -_.b=c -_.c=null}, -a6n:function a6n(a,b){this.a=a -this.b=b}, -xX:function xX(a,b,c,d,e,f){var _=this -_.e=a -_.f=b -_.r=c -_.x=d -_.dy=e -_.a=f}, -q8:function q8(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this -_.d=a -_.e=b -_.f=null -_.r=c -_.x=d -_.z=_.y=null -_.Q=e -_.db=_.cy=_.cx=null -_.dx=f -_.dy=null -_.fr=g -_.fy=_.fx=$ -_.id=_.go=null -_.k2=_.k1=$ -_.k3=!1 -_.k4=h -_.aG$=i -_.ce$=j -_.ff$=k -_.c9$=l -_.cT$=m -_.bN$=n -_.aF$=o -_.a=null -_.b=p -_.c=null}, -a05:function a05(a,b,c){this.a=a -this.b=b -this.c=c}, -a03:function a03(a,b){this.a=a -this.b=b}, -a02:function a02(a,b){this.a=a -this.b=b}, -a01:function a01(a,b,c){this.a=a -this.b=b -this.c=c}, -a04:function a04(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g}, -Be:function Be(a,b,c,d){var _=this -_.f=a -_.r=b -_.b=c -_.a=d}, -a9f:function a9f(){}, -Bd:function Bd(){}, -Bf:function Bf(){}, -Bg:function Bg(){}, -Cf:function Cf(){}, -Il:function Il(a,b,c){this.c=a -this.d=b -this.a=c}, -rY:function rY(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this -_.go=a -_.id=b -_.k1=c -_.c=d -_.d=e -_.e=f -_.r=g -_.x=h -_.ch=i -_.cx=j -_.cy=k -_.db=l -_.dx=m -_.dy=n -_.a=o}, -Mq:function Mq(a,b,c,d){var _=this -_.dy=$ -_.fx=_.fr=!1 -_.id=_.go=_.fy=$ -_.f=_.e=_.d=null -_.x=_.r=$ -_.y=a -_.z=!1 -_.Q=$ -_.bN$=b -_.aF$=c -_.a=null -_.b=d -_.c=null}, -a7Q:function a7Q(a){this.a=a}, -a7N:function a7N(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -a7P:function a7P(a,b,c){this.a=a -this.b=b -this.c=c}, -a7O:function a7O(a,b,c){this.a=a -this.b=b -this.c=c}, -a7M:function a7M(a){this.a=a}, -a7W:function a7W(a){this.a=a}, -a7V:function a7V(a){this.a=a}, -a7U:function a7U(a){this.a=a}, -a7S:function a7S(a){this.a=a}, -a7T:function a7T(a){this.a=a}, -a7R:function a7R(a){this.a=a}, -Im(a,b,c,d,e){if(a==null&&b==null)return null -return new A.Ai(a,b,c,d,e.i("Ai<0>"))}, -awF(a,b,c){return c<0.5?a:b}, -y9:function y9(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l}, -Ai:function Ai(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.$ti=e}, -O9:function O9(){}, -ym:function ym(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6 -_.r1=a7}, -Op:function Op(){}, -qI:function qI(a,b){this.a=a -this.b=b}, -yo:function yo(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g}, -Ow:function Ow(){}, -ae9(a,b,c,d,e){if(a==null&&b==null)return null -return new A.Ad(a,b,c,d,e.i("Ad<0>"))}, -yy:function yy(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -Ad:function Ad(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.$ti=e}, -OP:function OP(){}, -yB:function yB(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g}, -OT:function OT(){}, -a35(a,b,c){var s=null -return new A.Jj(b,s,s,s,c,B.u,s,!1,a,s)}, -aua(a,b,c,d,e,f,g,h,i,j,a0,a1,a2,a3,a4,a5,a6,a7){var s,r,q,p,o,n,m,l,k=null -if(g==null&&d==null)s=k -else{g.toString -d.toString -s=new A.OX(g,d)}r=a6==null?k:new A.dN(a6,t.MQ) -q=c==null?k:new A.dN(c,t.GJ) -p=a2==null?k:new A.dN(a2,t.GJ) -o=e==null?k:new A.dN(e,t.pv) -n=i==null?k:new A.dN(i,t.yG) -m=h==null?k:new A.dN(h,t.yG) -l=a3==null?k:new A.dN(a3,t.w2) -return A.agJ(a,b,q,o,f,k,new A.OW(a1,j),m,n,s,new A.OY(a1),new A.dN(a0,t.M5),p,l,k,a4,a5,r,a7)}, -Jj:function Jj(a,b,c,d,e,f,g,h,i,j){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.z=h -_.Q=i -_.a=j}, -OW:function OW(a,b){this.a=a -this.b=b}, -OY:function OY(a){this.a=a}, -OX:function OX(a,b){this.a=a -this.b=b}, -Qf:function Qf(){}, -au9(a,b,c){return new A.yD(A.ad1(a.a,b.a,c))}, -yD:function yD(a){this.a=a}, -OZ:function OZ(){}, -P_:function P_(a,b){var _=this -_.e=a -_.a=b -_.b=!0 -_.c=0 -_.d=!1}, -yG:function yG(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){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.z=h -_.Q=i -_.ch=j -_.cx=k -_.cy=l -_.db=m -_.dx=n -_.dy=o -_.fr=p -_.fx=q -_.fy=r -_.go=s -_.id=a0 -_.k1=a1 -_.k2=a2 -_.k3=a3 -_.k4=a4 -_.r1=a5 -_.r2=a6 -_.rx=a7 -_.ry=a8 -_.x1=a9 -_.x2=b0 -_.y2=b1 -_.ao=b2 -_.K=b3 -_.L=b4 -_.aJ=b5 -_.V=b6 -_.ab=b7 -_.ac=b8 -_.bt=b9 -_.b0=c0 -_.bg=c1 -_.aB=c2 -_.aO=c3 -_.bd=c4 -_.dq=c5 -_.l=c6 -_.t=c7 -_.a=c8}, -BF:function BF(a,b,c,d,e,f,g){var _=this -_.e=_.d=null -_.r=_.f=!1 -_.y=_.x=$ -_.z=a -_.aG$=b -_.ce$=c -_.ff$=d -_.c9$=e -_.cT$=f -_.a=null -_.b=g -_.c=null}, -a9H:function a9H(){}, -a9J:function a9J(a,b){this.a=a -this.b=b}, -a9I:function a9I(a,b){this.a=a -this.b=b}, -a9L:function a9L(a){this.a=a}, -a9M:function a9M(a){this.a=a}, -a9N:function a9N(a,b,c){this.a=a -this.b=b -this.c=c}, -a9P:function a9P(a){this.a=a}, -a9Q:function a9Q(a){this.a=a}, -a9O:function a9O(a,b){this.a=a -this.b=b}, -a9K:function a9K(a){this.a=a}, -aaH:function aaH(){}, -Cp:function Cp(){}, -aj7(a,b,c,d,e,f,g,h){var s,r=null -if(b!=null)s=b.a.a -else s="" -return new A.yH(b,g,h,new A.a3e(c,r,r,r,d,r,r,r,B.cL,r,r,B.Yu,a,r,!1,r,"\u2022",!1,!0,r,r,!0,!0,r,e,r,!1,r,r,r,f,r,r,2,r,r,r,B.I8,r,r,!0,r,r,r,r,!0),s,!0,B.eP,r,r)}, -yH:function yH(a,b,c,d,e,f,g,h,i){var _=this -_.Q=a -_.c=b -_.d=c -_.e=d -_.f=e -_.r=f -_.x=g -_.y=h -_.a=i}, -a3e:function a3e(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){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6 -_.r1=a7 -_.r2=a8 -_.rx=a9 -_.ry=b0 -_.x1=b1 -_.x2=b2 -_.y1=b3 -_.y2=b4 -_.ao=b5 -_.K=b6 -_.L=b7 -_.aJ=b8 -_.V=b9 -_.X=c0 -_.ae=c1 -_.ab=c2 -_.ac=c3 -_.bt=c4 -_.b0=c5 -_.aN=c6}, -a3f:function a3f(a,b){this.a=a -this.b=b}, -tl:function tl(a,b,c,d,e,f,g,h){var _=this -_.db=null -_.d=$ -_.e=a -_.f=b -_.aG$=c -_.ce$=d -_.ff$=e -_.c9$=f -_.cT$=g -_.a=null -_.b=h -_.c=null}, -Xw:function Xw(){}, -P0:function P0(a,b){this.b=a -this.a=b}, -aue(a,b,c){var s=A.y(a.a,b.a,c),r=A.y(a.b,b.b,c) -return new A.yM(s,r,A.y(a.c,b.c,c))}, -ajb(a){var s -a.M(t.bZ) -s=A.a2(a) -return s.iS}, -yM:function yM(a,b,c){this.a=a -this.b=b -this.c=c}, -P2:function P2(){}, -ajd(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.dL(r,q,p,a0,o,n,m,l,k,j,i,h,g,a4,a5==null?s:a5)}, -lC(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=null,e=a==null,d=e?f:a.a,c=b==null -d=A.bi(d,c?f:b.a,a0) -s=e?f:a.b -s=A.bi(s,c?f:b.b,a0) -r=e?f:a.c -r=A.bi(r,c?f:b.c,a0) -q=e?f:a.d -q=A.bi(q,c?f:b.d,a0) -p=e?f:a.e -p=A.bi(p,c?f:b.e,a0) -o=e?f:a.f -o=A.bi(o,c?f:b.f,a0) -n=e?f:a.r -n=A.bi(n,c?f:b.r,a0) -m=e?f:a.x -m=A.bi(m,c?f:b.x,a0) -l=e?f:a.y -l=A.bi(l,c?f:b.y,a0) -k=e?f:a.z -k=A.bi(k,c?f:b.z,a0) -j=e?f:a.Q -j=A.bi(j,c?f:b.Q,a0) -i=e?f:a.ch -i=A.bi(i,c?f:b.ch,a0) -h=e?f:a.cx -h=A.bi(h,c?f:b.cx,a0) -g=e?f:a.cy -g=A.bi(g,c?f:b.cy,a0) -e=e?f:a.db -return A.ajd(k,j,i,d,s,r,q,p,o,h,g,A.bi(e,c?f:b.db,a0),n,m,l)}, -dL:function dL(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o}, -P5:function P5(){}, -a2(a){var s,r=a.M(t.Nr),q=A.de(a,B.ae,t.v)==null?null:B.Cg -if(q==null)q=B.Cg -s=r==null?null:r.x.c -if(s==null)s=$.amn() -return A.aug(s,s.K.MT(q))}, -yO:function yO(a,b,c){this.c=a -this.d=b -this.a=c}, -A3:function A3(a,b,c){this.x=a -this.b=b -this.a=c}, -nH:function nH(a,b){this.a=a -this.b=b}, -tL:function tL(a,b,c,d,e,f){var _=this -_.r=a -_.x=b -_.c=c -_.d=d -_.e=e -_.a=f}, -K7:function K7(a,b,c){var _=this -_.fr=null -_.e=_.d=$ -_.dd$=a -_.cc$=b -_.a=null -_.b=c -_.c=null}, -a4x:function a4x(){}, -aje(c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3=null,c4=A.eB() -c4=c4 -switch(c4.a){case 0:case 1:case 2:s=B.VH -break -case 3:case 4:case 5:s=B.VI -break -default:s=c3}r=A.auB() -q=c7 -p=q===B.aa -if(d2==null)if(p){o=B.aJ.h(0,900) -o.toString -d2=o}else d2=B.jI -n=A.Jw(d2) -if(d4==null)if(p){o=B.aJ.h(0,500) -o.toString -d4=o}else{o=B.aP.h(0,100) -o.toString -d4=o}if(d3==null)if(p)d3=B.r -else{o=B.aP.h(0,700) -o.toString -d3=o}m=n===B.aa -if(d6==null)if(p){o=B.hB.h(0,200) -o.toString -d6=o}else{o=B.aP.h(0,600) -o.toString -d6=o}if(p){o=B.hB.h(0,200) -o.toString -l=o}else{o=B.aP.h(0,500) -o.toString -l=o}if(c5==null)c5=A.Jw(l) -k=c5===B.aa -j=p?A.ap(31,255,255,255):A.ap(31,0,0,0) -i=p?A.ap(10,255,255,255):A.ap(10,0,0,0) -if(c9==null)if(p){o=B.aJ.h(0,850) -o.toString -c9=o}else{o=B.aJ.h(0,50) -o.toString -c9=o}if(d5==null)d5=c9 -if(p){o=B.aJ.h(0,800) -o.toString -h=o}else h=B.m -if(p){o=B.aJ.h(0,800) -o.toString -g=o}else g=B.m -f=p?B.Hv:B.Hu -e=A.Jw(B.jI)===B.aa -o=A.Jw(l) -if(p){d=B.hB.h(0,700) -d.toString}else{d=B.aP.h(0,700) -d.toString}if(c6==null)if(p){c=B.aJ.h(0,700) -c.toString}else{c=B.aP.h(0,200) -c.toString}else c=c6 -if(d0==null){b=B.AU.h(0,700) -b.toString}else b=d0 -a=e?B.m:B.r -o=o===B.aa?B.m:B.r -a0=p?B.m:B.r -a1=e?B.m:B.r -a2=A.ad4(c,q,b,c3,c3,c3,a1,p?B.r:B.m,c3,c3,a,c3,o,c3,a0,c3,c3,c3,c3,B.jI,c3,d3,l,c3,d,c3,g,c3,c3,c3) -o=B.aJ.h(0,100) -o.toString -a3=p?B.D:B.A -if(p){d=B.aJ.h(0,700) -d.toString -a4=d}else{d=B.aP.h(0,50) -d.toString -a4=d}if(c6==null)if(p){d=B.aJ.h(0,700) -d.toString -c6=d}else{d=B.aP.h(0,200) -d.toString -c6=d}if(p){d=B.aJ.h(0,800) -d.toString -a5=d}else a5=B.m -if(d1==null)d1=l.k(0,d2)?B.m:l -a6=p?B.GH:A.ap(153,0,0,0) -if(d0==null){d=B.AU.h(0,700) -d.toString -d0=d}if(c8==null){if(p){d=B.aP.h(0,600) -d.toString}else{d=B.aJ.h(0,300) -d.toString}c8=A.agK(d,a2,c3,j,c3,i,s,c3,B.DZ)}a7=p?B.GD:B.GC -a8=p?B.ok:B.io -a9=p?B.ok:B.GF -b0=A.aup(c4) -b1=p?b0.b:b0.a -b2=m?b0.b:b0.a -b3=k?b0.b:b0.a -b4=b1.bq(c3) -b5=b2.bq(c3) -b6=p?B.iI:B.IA -b7=m?B.iI:B.oZ -if(p)b8=l -else{d=B.aP.h(0,200) -d.toString -b8=d}if(p){d=B.hB.h(0,400) -d.toString -b9=d}else{d=B.aP.h(0,300) -d.toString -b9=d}c0=b3.bq(c3) -c1=k?B.iI:B.oZ -if(p){d=B.aP.h(0,600) -d.toString -c2=d}else{d=B.aJ.h(0,300) -d.toString -c2=d}return A.aec(l,c5,c1,c0,c3,B.Dw,!1,c6,B.VF,h,B.DJ,B.DK,B.DL,B.DY,c2,c8,c9,g,B.EW,B.EX,B.EY,a2,c3,B.GY,B.HB,a5,B.HJ,a7,f,B.HO,B.HQ,B.Ia,d0,!0,B.Ie,j,a8,a6,i,b6,d1,B.Eg,B.J2,s,B.VU,B.VV,B.Wd,B.Er,c4,B.Wn,d2,n,d3,d4,b7,b5,B.Wo,B.Wp,d5,B.WP,a4,o,B.r,B.Y9,B.Yc,a9,B.EN,B.Yk,B.Yr,B.Yt,b8,b9,B.YJ,b4,B.a1c,B.a1d,d6,B.a1f,b0,a3,!1,!0,r)}, -aec(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){return new A.fY(e,g,a3,c2,c4,c8,c9,e0,e7,g3,!1,a2,d1,d4,d3,b6,b9,e3,q,d9,j,r,a9,b7,e6,e2,g0,a8,e1,h,a6,c1,b8,b3,f7,f9,f4,d6,c0,d5,f,i,k,l,m,n,p,s,a0,a1,a5,a7,b0,b1,b2,b5,c3,c5,c6,c7,d0,d7,d8,e4,e5,e8,e9,f0,f3,f5,f6,f8,!0,f1,a4,f2,a,b,d,c,o,!0,d2)}, -auf(){var s=null -return A.aje(s,s,B.al,s,s,s,s,s,s,s,s,s)}, -aug(a,b){return $.amm().bK(0,new A.rO(a,b),new A.a3G(a,b))}, -Jw(a){var s=0.2126*A.ad5((a.gm(a)>>>16&255)/255)+0.7152*A.ad5((a.gm(a)>>>8&255)/255)+0.0722*A.ad5((a.gm(a)&255)/255)+0.05 -if(s*s>0.15)return B.al -return B.aa}, -asv(a,b){return new A.Ga(a,b,B.nJ,b.a,b.b,b.c,b.d,b.e,b.f)}, -auB(){switch(A.eB().a){case 0:case 2:case 1:break -case 3:case 4:case 5:return B.a2v}return B.Db}, -l3:function l3(a,b){this.a=a -this.b=b}, -fY:function fY(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){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q -_.fr=r -_.fx=s -_.fy=a0 -_.go=a1 -_.id=a2 -_.k1=a3 -_.k2=a4 -_.k3=a5 -_.k4=a6 -_.r1=a7 -_.r2=a8 -_.rx=a9 -_.ry=b0 -_.x1=b1 -_.x2=b2 -_.y1=b3 -_.y2=b4 -_.ao=b5 -_.K=b6 -_.L=b7 -_.aJ=b8 -_.V=b9 -_.X=c0 -_.ae=c1 -_.ab=c2 -_.ac=c3 -_.bt=c4 -_.b0=c5 -_.aN=c6 -_.bg=c7 -_.b1=c8 -_.aB=c9 -_.aO=d0 -_.bd=d1 -_.dq=d2 -_.c6=d3 -_.l=d4 -_.t=d5 -_.a_=d6 -_.a8=d7 -_.aw=d8 -_.bl=d9 -_.aL=e0 -_.bf=e1 -_.c2=e2 -_.d5=e3 -_.fO=e4 -_.hZ=e5 -_.i_=e6 -_.hi=e7 -_.i0=e8 -_.iS=e9 -_.i1=f0 -_.iT=f1 -_.e_=f2 -_.de=f3 -_.cn=f4 -_.cd=f5 -_.df=f6 -_.a6=f7 -_.ev=f8 -_.dr=f9 -_.e0=g0 -_.ew=g1 -_.k5=g2 -_.v=g3}, -a3G:function a3G(a,b){this.a=a -this.b=b}, -Ga:function Ga(a,b,c,d,e,f,g,h,i){var _=this -_.cy=a -_.db=b -_.r=c -_.a=d -_.b=e -_.c=f -_.d=g -_.e=h -_.f=i}, -rO:function rO(a,b){this.a=a -this.b=b}, -LA:function LA(a,b,c){this.a=a -this.b=b -this.$ti=c}, -k9:function k9(a,b){this.a=a -this.b=b}, -P9:function P9(){}, -PE:function PE(){}, -yQ:function yQ(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q}, -Pb:function Pb(){}, -auj(a,b,c){var s=A.bi(a.a,b.a,c),r=A.oA(a.b,b.b,c),q=A.y(a.c,b.c,c),p=A.y(a.d,b.d,c),o=A.y(a.e,b.e,c),n=A.y(a.f,b.f,c),m=A.y(a.r,b.r,c),l=A.y(a.x,b.x,c),k=A.y(a.z,b.z,c),j=A.y(a.y,b.y,c),i=A.y(a.Q,b.Q,c),h=A.y(a.ch,b.ch,c),g=A.y(a.cx,b.cx,c),f=A.oy(a.db,b.db,c) -return new A.yS(s,r,q,p,o,n,m,l,j,k,i,h,g,A.T(a.cy,b.cy,c),f)}, -yS:function yS(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o}, -Pc:function Pc(){}, -auk(a,b){return new A.yT(b,a,null)}, -ajj(a){var s,r,q,p -if($.k4.length!==0){s=A.a($.k4.slice(0),A.a7($.k4)) -for(r=s.length,q=0;q>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) -break -default:p=null}switch(q.a){case 1:o=b.a -break -case 0:r=b.a -o=A.ap(0,r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) -break -default:o=null}r=A.y(p,o,c) -r.toString -return new A.cO(r,s,B.bk)}, -dI(a,b,c){var s,r=b!=null?b.ds(a,c):null -if(r==null&&a!=null)r=a.dt(b,c) -if(r==null)s=c<0.5?a:b -else s=r -return s}, -ajz(a,b,c){var s,r,q,p,o,n,m=a instanceof A.h_?a.a:A.a([a],t.Fi),l=b instanceof A.h_?b.a:A.a([b],t.Fi),k=A.a([],t.N_),j=Math.max(m.length,l.length) -for(s=1-c,r=0;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.a8j(r,q,b-p,p)}o=Math.sqrt(k-m)/(2*l) -s=-(n/2*l) -return new A.aag(o,s,b,(c-s*b)/o)}, -a2y:function a2y(a,b,c){this.a=a -this.b=b -this.c=c}, -qK:function qK(a,b){this.a=a -this.b=b}, -J3:function J3(){}, -lp:function lp(a,b,c){this.b=a -this.c=b -this.a=c}, -a5B:function a5B(a,b,c){this.a=a -this.b=b -this.c=c}, -a8j:function a8j(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -aag:function aag(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -JA:function JA(a,b){this.a=a -this.c=b}, -xO:function xO(){}, -a_A:function a_A(a){this.a=a}, -u9(a){var s=a.a,r=a.b -return new A.al(s,s,r,r)}, -f_(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.al(p,q,r,s?1/0:a)}, -mb(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.al(p,q,r,s?a:1/0)}, -RT(a){return new A.al(0,a.a,0,a.b)}, -oA(a,b,c){var s,r,q,p=a==null -if(p&&b==null)return null -if(p)return b.a2(0,c) -if(b==null)return a.a2(0,1-c) -p=a.a -if(isFinite(p)){p=A.T(p,b.a,c) -p.toString}else p=1/0 -s=a.b -if(isFinite(s)){s=A.T(s,b.b,c) -s.toString}else s=1/0 -r=a.c -if(isFinite(r)){r=A.T(r,b.c,c) -r.toString}else r=1/0 -q=a.d -if(isFinite(q)){q=A.T(q,b.d,c) -q.toString}else q=1/0 -return new A.al(p,s,r,q)}, -aqQ(){var s=A.a([],t._K),r=new A.aY(new Float64Array(16)) -r.dj() -return new A.h9(s,A.a([r],t.rE),A.a([],t.cR))}, -agI(a){return new A.h9(a.a,a.b,a.c)}, -al:function al(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -RU:function RU(){}, -h9:function h9(a,b,c){this.a=a -this.b=b -this.c=c}, -oB:function oB(a,b){this.c=a -this.a=b -this.b=null}, -eE:function eE(a){this.a=a}, -ux:function ux(){}, -o_:function o_(a,b){this.a=a -this.b=b}, -Ab:function Ab(a,b){this.a=a -this.b=b}, -u:function u(){}, -ZM:function ZM(a,b){this.a=a -this.b=b}, -ZO:function ZO(a,b){this.a=a -this.b=b}, -ZN:function ZN(a,b){this.a=a -this.b=b}, -bZ:function bZ(){}, -ZL:function ZL(a,b,c){this.a=a -this.b=b -this.c=c}, -zs:function zs(){}, -fI:function fI(a,b,c){var _=this -_.e=null -_.bx$=a -_.O$=b -_.a=c}, -XU:function XU(){}, -xw:function xw(a,b,c,d,e){var _=this -_.l=a -_.b4$=b -_.P$=c -_.ca$=d -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=e -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -AU:function AU(){}, -NC:function NC(){}, -aiH(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f={} -f.a=b -if(a==null)a=B.j8 -s=J.aD(a) -r=s.gq(a)-1 -q=A.a1(0,null,!1,t.LQ) -p=0<=r -while(!0){if(!!1)break -s.h(a,0) -o=b[0] -o.geU(o) -break}while(!0){if(!!1)break -s.h(a,r) -n=b[-1] -n.geU(n) -break}m=A.bI("oldKeyedChildren") -if(p){m.sef(A.x(t.D2,t.bu)) -for(l=0;l<=r;){s.h(a,l);++l}p=!0}else l=0 -for(k=m.a,j=0;!1;){o=f.a[j] -if(p){i=o.geU(o) -h=m.b -if(h===m)A.L(A.jC(k)) -g=J.ax(h,i) -if(g!=null){o.geU(o) -g=null}}else g=null -q[j]=A.aiG(g,o);++j}s.gq(a) -while(!0){if(!!1)break -q[j]=A.aiG(s.h(a,l),f.a[j]);++j;++l}return new A.ci(q,A.a7(q).i("ci<1,bU>"))}, -aiG(a,b){var s,r=a==null?A.Iq(b.geU(b),null):a,q=b.gabf(),p=A.nn() -q.gvl() -p.r2=q.gvl() -p.d=!0 -q.gz2(q) -s=q.gz2(q) -p.bo(B.X2,!0) -p.bo(B.X6,s) -q.gv5(q) -p.bo(B.Cv,q.gv5(q)) -q.gyW(q) -p.bo(B.CA,q.gyW(q)) -q.giZ() -p.bo(B.X9,q.giZ()) -q.gBm() -p.bo(B.Cr,q.gBm()) -q.gvk() -p.bo(B.Xb,q.gvk()) -q.gAx() -p.bo(B.X5,q.gAx()) -q.gq3(q) -p.bo(B.Cp,q.gq3(q)) -q.gA1() -p.bo(B.Ct,q.gA1()) -q.gA2(q) -p.bo(B.nf,q.gA2(q)) -q.gjY(q) -s=q.gjY(q) -p.bo(B.Cz,!0) -p.bo(B.Cq,s) -q.gAm() -p.bo(B.X7,q.gAm()) -q.gln() -p.bo(B.Co,q.gln()) -q.gAN(q) -p.bo(B.Cy,q.gAN(q)) -q.gAf(q) -p.bo(B.CB,q.gAf(q)) -q.gAe() -p.bo(B.Cx,q.gAe()) -q.gv2() -p.bo(B.Cs,q.gv2()) -q.gAP() -p.bo(B.Cw,q.gAP()) -q.gAz() -p.bo(B.Cu,q.gAz()) -q.gpF() -p.spF(q.gpF()) -q.gmz() -p.smz(q.gmz()) -q.gBv() -s=q.gBv() -p.bo(B.Xa,!0) -p.bo(B.X3,s) -q.gAl(q) -p.bo(B.X4,q.gAl(q)) -q.ga8m(q) -p.L=new A.ch(q.ga8m(q),B.ao) -p.d=!0 -q.gm(q) -p.aJ=new A.ch(q.gm(q),B.ao) -p.d=!0 -q.ga81() -p.V=new A.ch(q.ga81(),B.ao) -p.d=!0 -q.ga5V() -p.X=new A.ch(q.ga5V(),B.ao) -p.d=!0 -q.ga7R(q) -p.ae=new A.ch(q.ga7R(q),B.ao) -p.d=!0 -q.gbF(q) -p.b0=q.gbF(q) -p.d=!0 -q.gic() -p.sic(q.gic()) -q.gj1() -p.sj1(q.gj1()) -q.gnb() -p.snb(q.gnb()) -q.gnc() -p.snc(q.gnc()) -q.gnd() -p.snd(q.gnd()) -q.gna() -p.sna(q.gna()) -q.gpR() -p.spR(q.gpR()) -q.gpO() -p.spO(q.gpO()) -q.gn0(q) -p.sn0(0,q.gn0(q)) -q.gn1(q) -p.sn1(0,q.gn1(q)) -q.gn9(q) -p.sn9(0,q.gn9(q)) -q.gn7() -p.sn7(q.gn7()) -q.gn5() -p.sn5(q.gn5()) -q.gn8() -p.sn8(q.gn8()) -q.gn6() -p.sn6(q.gn6()) -q.gne() -p.sne(q.gne()) -q.gnf() -p.snf(q.gnf()) -q.gn2() -p.sn2(q.gn2()) -q.gpP() -p.spP(q.gpP()) -q.gn3() -p.sn3(q.gn3()) -r.jb(0,B.j8,p) -r.sbc(0,b.gbc(b)) -r.sc4(0,b.gc4(b)) -r.id=b.gabi() -return r}, -Eo:function Eo(){}, -xx:function xx(a,b,c,d,e,f,g){var _=this -_.v=a -_.a3=b -_.aP=c -_.bI=d -_.b2=e -_.hj=_.lg=_.ee=_.cS=null -_.l$=f -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=g -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -T3:function T3(){}, -ajP(a){var s=new A.ND(a,A.a8(t.T)) -s.gam() -s.fr=!0 -return s}, -ajV(){var s=A.aQ() -s=s?A.bl():new A.bf(new A.bh()) -return new A.BG(s,B.eR,B.cT,A.a1(0,null,!1,t.Z))}, -r3:function r3(a,b){this.a=a -this.b=b}, -a47:function a47(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=!0 -_.r=f}, -ng:function ng(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 -_.t=_.l=null -_.a_=$ -_.aw=_.a8=null -_.bl=$ -_.aL=a -_.bf=b -_.hi=_.i_=_.hZ=_.d5=_.c2=null -_.i0=c -_.iS=d -_.i1=e -_.iT=f -_.e_=g -_.de=h -_.cn=i -_.cd=j -_.df=null -_.a6=k -_.dr=_.ev=null -_.e0=l -_.ew=m -_.k5=n -_.v=o -_.a3=p -_.aP=q -_.bI=r -_.b2=s -_.cS=a0 -_.ee=a1 -_.lg=a2 -_.hj=a3 -_.i2=a4 -_.fe=a5 -_.iU=!1 -_.aG=$ -_.ce=a6 -_.ff=0 -_.c9=a7 -_.bx=_.cT=null -_.zT=_.O=$ -_.ca=_.P=_.b4=null -_.bN=$ -_.aF=a8 -_.d2=null -_.cC=_.k0=_.k_=_.lf=!1 -_.dZ=null -_.cb=a9 -_.b4$=b0 -_.P$=b1 -_.ca$=b2 -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=b3 -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -ZP:function ZP(a){this.a=a}, -ZR:function ZR(){}, -ZS:function ZS(){}, -ZT:function ZT(a,b,c){this.a=a -this.b=b -this.c=c}, -ZQ:function ZQ(a){this.a=a}, -ND:function ND(a,b){var _=this -_.l=a -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=b -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -lf:function lf(){}, -BG:function BG(a,b,c,d){var _=this -_.f=a -_.x=_.r=null -_.y=b -_.z=c -_.V$=0 -_.X$=d -_.ab$=_.ae$=0 -_.ac$=!1}, -zQ:function zQ(a,b,c,d){var _=this -_.f=!0 -_.r=a -_.x=!1 -_.y=b -_.z=$ -_.ch=_.Q=null -_.cx=c -_.db=_.cy=null -_.V$=0 -_.X$=d -_.ab$=_.ae$=0 -_.ac$=!1}, -rq:function rq(a,b){var _=this -_.f=a -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1}, -AW:function AW(){}, -AX:function AX(){}, -NE:function NE(){}, -xz:function xz(a,b){var _=this -_.l=a -_.t=$ -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=b -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -akS(a,b,c){switch(a.a){case 0:switch(b){case B.w:return!0 -case B.a4:return!1 -case null:return null}break -case 1:switch(c){case B.cP:return!0 -case B.a2u:return!1 -case null:return null}break}}, -va:function va(a,b){this.a=a -this.b=b}, -eJ:function eJ(a,b,c){var _=this -_.f=_.e=null -_.bx$=a -_.O$=b -_.a=c}, -wa:function wa(a,b){this.a=a -this.b=b}, -jF:function jF(a,b){this.a=a -this.b=b}, -kG:function kG(a,b){this.a=a -this.b=b}, -xA:function xA(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this -_.l=a -_.t=b -_.a_=c -_.a8=d -_.aw=e -_.bl=f -_.aL=g -_.bf=0 -_.c2=h -_.d5=i -_.a6G$=j -_.aba$=k -_.b4$=l -_.P$=m -_.ca$=n -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=o -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -ZX:function ZX(){}, -ZV:function ZV(){}, -ZW:function ZW(){}, -ZU:function ZU(){}, -a7l:function a7l(a,b,c){this.a=a -this.b=b -this.c=c}, -NF:function NF(){}, -NG:function NG(){}, -NH:function NH(){}, -a8(a){return new A.FP(a.i("FP<0>"))}, -ajk(a){return new A.ra(a,B.i,A.a8(t.R))}, -aim(){return new A.x6(B.u,A.a8(t.R))}, -aho(a){var s,r,q=new A.aY(new Float64Array(16)) -q.dj() -for(s=a.length-1;s>0;--s){r=a[s] -if(r!=null)r.mk(a[s-1],q)}return q}, -V2(a,b,c,d){var s,r -if(a==null||b==null)return null -if(a===b)return a -s=a.a -r=b.a -if(sr){s=t.Hb -c.push(s.a(A.A.prototype.gaf.call(a,a))) -return A.V2(s.a(A.A.prototype.gaf.call(a,a)),b,c,d)}s=t.Hb -c.push(s.a(A.A.prototype.gaf.call(a,a))) -d.push(s.a(A.A.prototype.gaf.call(b,b))) -return A.V2(s.a(A.A.prototype.gaf.call(a,a)),s.a(A.A.prototype.gaf.call(b,b)),c,d)}, -tU:function tU(a,b,c){this.a=a -this.b=b -this.$ti=c}, -D4:function D4(a,b){this.a=a -this.$ti=b}, -pB:function pB(){}, -FP:function FP(a){this.a=null -this.$ti=a}, -H9:function H9(a,b){var _=this -_.db=a -_.dx=null -_.d=_.fr=_.dy=!1 -_.e=b -_.f=0 -_.r=!0 -_.Q=_.z=_.y=_.x=null -_.a=0 -_.c=_.b=null}, -H2:function H2(a,b,c,d,e,f){var _=this -_.db=a -_.dx=b -_.dy=c -_.fr=d -_.fx=e -_.d=!1 -_.e=f -_.f=0 -_.r=!0 -_.Q=_.z=_.y=_.x=null -_.a=0 -_.c=_.b=null}, -dD:function dD(){}, -ir:function ir(a,b){var _=this -_.r2=a -_.dx=_.db=null -_.d=!1 -_.e=b -_.f=0 -_.r=!0 -_.Q=_.z=_.y=_.x=null -_.a=0 -_.c=_.b=null}, -oM:function oM(a,b){var _=this -_.r2=null -_.rx=a -_.dx=_.db=null -_.d=!1 -_.e=b -_.f=0 -_.r=!0 -_.Q=_.z=_.y=_.x=null -_.a=0 -_.c=_.b=null}, -us:function us(a,b){var _=this -_.r2=null -_.rx=a -_.dx=_.db=null -_.d=!1 -_.e=b -_.f=0 -_.r=!0 -_.Q=_.z=_.y=_.x=null -_.a=0 -_.c=_.b=null}, -ra:function ra(a,b,c){var _=this -_.ab=a -_.bt=_.ac=null -_.b0=!0 -_.r2=b -_.dx=_.db=null -_.d=!1 -_.e=c -_.f=0 -_.r=!0 -_.Q=_.z=_.y=_.x=null -_.a=0 -_.c=_.b=null}, -wN:function wN(a,b){var _=this -_.ab=null -_.r2=a -_.dx=_.db=null -_.d=!1 -_.e=b -_.f=0 -_.r=!0 -_.Q=_.z=_.y=_.x=null -_.a=0 -_.c=_.b=null}, -x6:function x6(a,b){var _=this -_.r2=null -_.rx=a -_.dx=_.db=_.x2=_.x1=_.ry=null -_.d=!1 -_.e=b -_.f=0 -_.r=!0 -_.Q=_.z=_.y=_.x=null -_.a=0 -_.c=_.b=null}, -vZ:function vZ(){this.a=null -this.b=0 -this.c=null}, -a7h:function a7h(a){this.a=a}, -mP:function mP(a,b,c){var _=this -_.r2=a -_.rx=b -_.dx=_.db=_.ry=null -_.d=!1 -_.e=c -_.f=0 -_.r=!0 -_.Q=_.z=_.y=_.x=null -_.a=0 -_.c=_.b=null}, -vk:function vk(a,b,c,d,e){var _=this -_.r2=a -_.rx=b -_.ry=c -_.x1=d -_.ao=_.y2=_.y1=_.x2=null -_.K=!0 -_.dx=_.db=null -_.d=!1 -_.e=e -_.f=0 -_.r=!0 -_.Q=_.z=_.y=_.x=null -_.a=0 -_.c=_.b=null}, -tT:function tT(a,b,c,d,e){var _=this -_.r2=a -_.rx=b -_.ry=c -_.dx=_.db=null -_.d=!1 -_.e=d -_.f=0 -_.r=!0 -_.Q=_.z=_.y=_.x=null -_.a=0 -_.c=_.b=null -_.$ti=e}, -Mc:function Mc(){}, -ik:function ik(a,b,c){this.bx$=a -this.O$=b -this.a=c}, -xD:function xD(a,b,c,d,e){var _=this -_.l=a -_.b4$=b -_.P$=c -_.ca$=d -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=e -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a_6:function a_6(a){this.a=a}, -a_7:function a_7(a){this.a=a}, -a_2:function a_2(a){this.a=a}, -a_3:function a_3(a){this.a=a}, -a_4:function a_4(a){this.a=a}, -a_5:function a_5(a){this.a=a}, -a_0:function a_0(a){this.a=a}, -a_1:function a_1(a){this.a=a}, -NI:function NI(){}, -NJ:function NJ(){}, -asC(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.gbS(s).k(0,b.gbS(b))}, -asB(a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=a4.d -if(a3==null)a3=a4.c -s=a4.a -r=a4.b -q=a3.gj7(a3) -p=a3.gcg() -o=a3.gcV(a3) -n=a3.giI(a3) -m=a3.gbS(a3) -l=a3.gp4() -k=a3.gda(a3) -a3.gln() -j=a3.gup() -i=a3.gpY() -h=a3.gd1() -g=a3.gzD() -f=a3.gkC(a3) -e=a3.gBc() -d=a3.gBf() -c=a3.gBe() -b=a3.gBd() -a=a3.gng(a3) -a0=a3.gBq() -s.ai(0,new A.XO(r,A.asZ(k,l,n,h,g,a3.gtG(),0,o,!1,a,p,m,i,j,e,b,c,d,f,a3.gnW(),a0,q).bL(a3.gc4(a3)),s)) -q=r.gas(r) -a0=A.o(q).i("aI") -a1=A.aq(new A.aI(q,new A.XP(s),a0),!0,a0.i("p.E")) -a0=a3.gj7(a3) -q=a3.gcg() -f=a3.gcV(a3) -d=a3.giI(a3) -c=a3.gbS(a3) -b=a3.gp4() -e=a3.gda(a3) -a3.gln() -j=a3.gup() -i=a3.gpY() -m=a3.gd1() -p=a3.gzD() -a=a3.gkC(a3) -o=a3.gBc() -g=a3.gBf() -h=a3.gBe() -n=a3.gBd() -l=a3.gng(a3) -k=a3.gBq() -a2=A.asX(e,b,d,m,p,a3.gtG(),0,f,!1,l,q,c,i,j,o,n,h,g,a,a3.gnW(),k,a0).bL(a3.gc4(a3)) -for(q=A.a7(a1).i("c5<1>"),p=new A.c5(a1,q),p=new A.bY(p,p.gq(p),q.i("bY")),q=q.i("aX.E");p.u();){o=q.a(p.d) -if(o.gBL()&&o.gAR(o)!=null){n=o.gAR(o) -n.toString -n.$1(a2.bL(r.h(0,o)))}}}, -MB:function MB(a,b){this.a=a -this.b=b}, -MC:function MC(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -Gj:function Gj(a,b,c){var _=this -_.a=a -_.b=b -_.c=!1 -_.V$=0 -_.X$=c -_.ab$=_.ae$=0 -_.ac$=!1}, -XQ:function XQ(){}, -XT:function XT(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -XS:function XS(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -XR:function XR(a,b){this.a=a -this.b=b}, -XO:function XO(a,b,c){this.a=a -this.b=b -this.c=c}, -XP:function XP(a){this.a=a}, -PX:function PX(){}, -aif(a,b,c){var s,r,q=a.dx,p=t.dJ.a(q.a) -if(p==null){s=new A.ir(B.i,A.a8(t.R)) -q.saS(0,s) -q=s}else{p.Bj() -q=p}r=a.gie() -b=new A.pQ(q,r) -a.Gx(b,B.i) -b.nR()}, -atq(a){a.Ed()}, -ajT(a,b){var s -if(a==null)return null -if(!a.gR(a)){s=b.a -s=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}else s=!0 -if(s)return B.T -return A.ai_(b,a)}, -avf(a,b,c,d){var s,r,q,p=b.gaf(b) -p.toString -s=t.d -s.a(p) -for(r=p;r!==a;r=p,b=q){r.d9(b,c) -p=r.gaf(r) -p.toString -s.a(p) -q=b.gaf(b) -q.toString -s.a(q)}a.d9(b,c) -a.d9(b,d)}, -ajS(a,b){if(a==null)return b -if(b==null)return a -return a.eT(b)}, -iv:function iv(){}, -pQ:function pQ(a,b){var _=this -_.a=a -_.b=b -_.e=_.d=_.c=null}, -YE:function YE(a,b,c){this.a=a -this.b=b -this.c=c}, -YD:function YD(a,b,c){this.a=a -this.b=b -this.c=c}, -SD:function SD(){}, -a0L:function a0L(a,b){this.a=a -this.b=b}, -Hb:function Hb(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=null -_.e=d -_.r=_.f=!1 -_.x=e -_.y=f -_.z=!1 -_.Q=null -_.ch=0 -_.cx=!1 -_.cy=g}, -YS:function YS(){}, -YR:function YR(){}, -YT:function YT(){}, -YU:function YU(){}, -q:function q(){}, -a_c:function a_c(a){this.a=a}, -a_g:function a_g(a,b,c){this.a=a -this.b=b -this.c=c}, -a_e:function a_e(a){this.a=a}, -a_f:function a_f(){}, -a_d:function a_d(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g}, -az:function az(){}, -dE:function dE(){}, -Y:function Y(){}, -xr:function xr(){}, -a9i:function a9i(){}, -a5A:function a5A(a,b){this.b=a -this.a=b}, -nZ:function nZ(){}, -O2:function O2(a,b,c){var _=this -_.e=a -_.b=b -_.c=null -_.a=c}, -OQ:function OQ(a,b,c,d,e){var _=this -_.e=a -_.f=b -_.r=!1 -_.x=c -_.y=!1 -_.b=d -_.c=null -_.a=e}, -a9j:function a9j(){var _=this -_.b=_.a=null -_.d=_.c=$ -_.e=!1}, -NL:function NL(){}, -e2:function e2(a,b,c){var _=this -_.e=null -_.bx$=a -_.O$=b -_.a=c}, -xG:function xG(a,b,c,d,e,f,g){var _=this -_.l=a -_.a_=_.t=null -_.a8=$ -_.aw=b -_.bl=c -_.aL=!1 -_.fO=_.d5=_.c2=_.bf=null -_.b4$=d -_.P$=e -_.ca$=f -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=g -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a_h:function a_h(a){this.a=a}, -a_j:function a_j(a,b,c){this.a=a -this.b=b -this.c=c}, -a_k:function a_k(a){this.a=a}, -a_i:function a_i(){}, -B3:function B3(){}, -NM:function NM(){}, -NN:function NN(){}, -xH:function xH(a,b,c,d,e){var _=this -_.l=a -_.t=b -_.a_=c -_.a8=d -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=e -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -aiF(a){var s=new A.xv(a,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -a__(a,b){if(b==null)return a -return B.c.dE(a/b)*b}, -HR:function HR(){}, -dY:function dY(){}, -pk:function pk(a,b){this.a=a -this.b=b}, -HS:function HS(){}, -xv:function xv(a,b,c){var _=this -_.v=a -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HK:function HK(a,b,c,d){var _=this -_.v=a -_.a3=b -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -xC:function xC(a,b,c,d){var _=this -_.v=a -_.a3=b -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -xt:function xt(){}, -HA:function HA(a,b,c,d,e,f){var _=this -_.mI$=a -_.iP$=b -_.hg$=c -_.iQ$=d -_.l$=e -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=f -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -uB:function uB(){}, -nr:function nr(a,b,c){this.b=a -this.c=b -this.a=c}, -t9:function t9(){}, -HD:function HD(a,b,c,d){var _=this -_.v=a -_.a3=null -_.aP=b -_.b2=_.bI=null -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HC:function HC(a,b,c,d){var _=this -_.v=a -_.a3=null -_.aP=b -_.b2=_.bI=null -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -B4:function B4(){}, -HN:function HN(a,b,c,d,e,f,g,h,i){var _=this -_.zW=a -_.zX=b -_.dc=c -_.eS=d -_.hf=e -_.v=f -_.a3=null -_.aP=g -_.b2=_.bI=null -_.l$=h -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=i -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HO:function HO(a,b,c,d,e,f,g){var _=this -_.dc=a -_.eS=b -_.hf=c -_.v=d -_.a3=null -_.aP=e -_.b2=_.bI=null -_.l$=f -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=g -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -uH:function uH(a,b){this.a=a -this.b=b}, -HE:function HE(a,b,c,d,e){var _=this -_.v=null -_.a3=a -_.aP=b -_.bI=c -_.l$=d -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=e -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HY:function HY(a,b,c){var _=this -_.aP=_.a3=_.v=null -_.bI=a -_.cS=_.b2=null -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a_x:function a_x(a){this.a=a}, -HH:function HH(a,b,c,d){var _=this -_.v=a -_.a3=b -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -ZZ:function ZZ(a){this.a=a}, -HP:function HP(a,b,c,d,e,f,g,h,i){var _=this -_.cC=a -_.dZ=b -_.cb=c -_.dn=d -_.dc=e -_.eS=f -_.v=g -_.l$=h -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=i -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HM:function HM(a,b,c,d,e,f,g){var _=this -_.v=a -_.a3=b -_.aP=c -_.bI=d -_.b2=e -_.cS=!0 -_.l$=f -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=g -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HT:function HT(a,b){var _=this -_.a3=_.v=0 -_.l$=a -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=b -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -xB:function xB(a,b,c,d){var _=this -_.v=a -_.a3=b -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -xE:function xE(a,b,c){var _=this -_.v=a -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -xs:function xs(a,b,c,d){var _=this -_.v=a -_.a3=b -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -jS:function jS(a,b,c){var _=this -_.dc=_.dn=_.cb=_.dZ=_.cC=null -_.v=a -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -xI:function xI(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,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){var _=this -_.v=a -_.a3=b -_.aP=c -_.bI=d -_.b2=e -_.cS=f -_.ee=g -_.lg=h -_.hj=i -_.i2=j -_.fe=k -_.ex=l -_.iU=m -_.aG=n -_.ce=o -_.ff=p -_.c9=q -_.cT=r -_.bx=s -_.O=a0 -_.zT=a1 -_.b4=a2 -_.P=a3 -_.ca=a4 -_.bN=a5 -_.aF=a6 -_.d2=a7 -_.lf=a8 -_.k_=a9 -_.k0=b0 -_.cC=b1 -_.dZ=b2 -_.cb=b3 -_.dn=b4 -_.dc=b5 -_.eS=b6 -_.hf=b7 -_.pj=b8 -_.ab8=b9 -_.ab9=c0 -_.iO=c1 -_.c5=c2 -_.fd=c3 -_.mI=c4 -_.iP=c5 -_.hg=c6 -_.iQ=c7 -_.cR=c8 -_.zU=c9 -_.zV=d0 -_.mJ=d1 -_.hY=d2 -_.hh=d3 -_.dd=d4 -_.cc=d5 -_.a6G=d6 -_.l$=d7 -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d8 -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HB:function HB(a,b,c){var _=this -_.v=a -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HL:function HL(a,b){var _=this -_.l$=a -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=b -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HF:function HF(a,b,c){var _=this -_.v=a -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HI:function HI(a,b,c){var _=this -_.v=a -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HJ:function HJ(a,b,c){var _=this -_.v=a -_.a3=null -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HG:function HG(a,b,c,d,e,f,g){var _=this -_.v=a -_.a3=b -_.aP=c -_.bI=d -_.b2=e -_.l$=f -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=g -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -ZY:function ZY(a){this.a=a}, -xu:function xu(a,b,c,d,e){var _=this -_.v=a -_.a3=b -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null -_.$ti=e}, -Nz:function Nz(){}, -NA:function NA(){}, -B5:function B5(){}, -B6:function B6(){}, -xJ:function xJ(){}, -a_l:function a_l(a,b,c){this.a=a -this.b=b -this.c=c}, -xF:function xF(a,b,c,d){var _=this -_.v=null -_.a3=a -_.aP=b -_.l$=c -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -Hz:function Hz(){}, -HQ:function HQ(a,b,c,d,e,f){var _=this -_.cb=a -_.dn=b -_.v=null -_.a3=c -_.aP=d -_.l$=e -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=f -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a14:function a14(){}, -xy:function xy(a,b,c){var _=this -_.v=a -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -B7:function B7(){}, -kv(a,b){switch(b.a){case 0:return a -case 1:return A.axU(a)}}, -ax7(a,b){switch(b.a){case 0:return a -case 1:return A.axV(a)}}, -nw(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.a2l(h,g,f,s,e,r,f>0,b,i,q)}, -vp:function vp(a,b){this.a=a -this.b=b}, -lv:function lv(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l}, -a2l:function a2l(a,b,c,d,e,f,g,h,i,j){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.r=f -_.x=g -_.y=h -_.z=i -_.Q=j}, -qG:function qG(a,b,c){this.a=a -this.b=b -this.c=c}, -IQ:function IQ(a,b,c){var _=this -_.c=a -_.d=b -_.a=c -_.b=null}, -IR:function IR(){}, -nx:function nx(a){this.a=a}, -jZ:function jZ(a,b,c){this.bx$=a -this.O$=b -this.a=c}, -cc:function cc(){}, -a_m:function a_m(){}, -a_n:function a_n(a,b){this.a=a -this.b=b}, -Os:function Os(){}, -Ov:function Ov(){}, -HU:function HU(a,b,c,d,e,f,g){var _=this -_.d2=a -_.aB=b -_.aO=c -_.bd=$ -_.dq=!0 -_.b4$=d -_.P$=e -_.ca$=f -_.k4=null -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=g -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -HV:function HV(){}, -a2n:function a2n(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -a2o:function a2o(){}, -IP:function IP(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -a2m:function a2m(){}, -qF:function qF(a,b,c){var _=this -_.b=_.x=null -_.c=!1 -_.mK$=a -_.bx$=b -_.O$=c -_.a=null}, -HW:function HW(a,b,c,d,e,f,g){var _=this -_.dr=a -_.aB=b -_.aO=c -_.bd=$ -_.dq=!0 -_.b4$=d -_.P$=e -_.ca$=f -_.k4=null -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=g -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -ih:function ih(){}, -a_r:function a_r(){}, -dZ:function dZ(a,b,c){var _=this -_.b=null -_.c=!1 -_.mK$=a -_.bx$=b -_.O$=c -_.a=null}, -li:function li(){}, -a_o:function a_o(a,b,c){this.a=a -this.b=b -this.c=c}, -a_q:function a_q(a,b){this.a=a -this.b=b}, -a_p:function a_p(){}, -B9:function B9(){}, -NR:function NR(){}, -NS:function NS(){}, -Ot:function Ot(){}, -Ou:function Ou(){}, -xK:function xK(){}, -HX:function HX(a,b,c,d){var _=this -_.de=null -_.cn=a -_.cd=b -_.l$=c -_.k4=null -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=d -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -NP:function NP(){}, -atn(a,b){return new A.Hx(a.a-b.a,a.b-b.b,b.c-a.c,b.d-a.d)}, -nh(a,b){var s,r,q,p -for(s=t.B,r=a,q=0;r!=null;){p=r.e -p.toString -s.a(p) -if(!p.gu2())q=Math.max(q,A.dA(b.$1(r))) -r=p.O$}return q}, -aiI(a,b,c,d){var s,r,q,p,o,n=b.x -if(n!=null&&b.f!=null){s=b.f -s.toString -n.toString -r=B.dP.qa(c.a-s-n)}else{n=b.y -r=n!=null?B.dP.qa(n):B.dP}n=b.e -if(n!=null&&b.r!=null){s=b.r -s.toString -n.toString -r=r.Bo(c.b-s-n)}a.c8(0,r,!0) -q=b.x -if(!(q!=null)){n=b.f -s=a.rx -if(n!=null)q=c.a-n-s.a -else{s.toString -q=d.kY(t.i.a(c.a4(0,s))).a}}p=(q<0||q+a.rx.a>c.a)&&!0 -o=b.e -if(!(o!=null)){n=b.r -s=a.rx -if(n!=null)o=c.b-n-s.b -else{s.toString -o=d.kY(t.i.a(c.a4(0,s))).b}}if(o<0||o+a.rx.b>c.b)p=!0 -b.a=new A.k(q,o) -return p}, -Hx:function Hx(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -e_:function e_(a,b,c){var _=this -_.z=_.y=_.x=_.r=_.f=_.e=null -_.bx$=a -_.O$=b -_.a=c}, -ys:function ys(a,b){this.a=a -this.b=b}, -GF:function GF(a,b){this.a=a -this.b=b}, -xL:function xL(a,b,c,d,e,f,g,h,i){var _=this -_.l=!1 -_.t=null -_.a_=a -_.a8=b -_.aw=c -_.bl=d -_.aL=e -_.b4$=f -_.P$=g -_.ca$=h -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=i -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a_v:function a_v(a){this.a=a}, -a_t:function a_t(a){this.a=a}, -a_u:function a_u(a){this.a=a}, -a_s:function a_s(a){this.a=a}, -NT:function NT(){}, -NU:function NU(){}, -kA:function kA(a,b){this.a=a -this.b=b}, -JR:function JR(a,b){this.a=a -this.b=b}, -xM:function xM(a,b,c,d,e){var _=this -_.k4=a -_.r1=b -_.r2=c -_.ry=null -_.l$=d -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=e -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -NV:function NV(){}, -ato(a){var s,r -for(s=t.Rn,r=t.NW;a!=null;){if(r.b(a))return a -a=s.a(a.gaf(a))}return null}, -aiJ(a,b,c,d,e,f){var s,r,q,p,o,n,m -if(b==null)return e -s=f.lE(b,0,e) -r=f.lE(b,1,e) -q=d.cx -q.toString -p=s.a -o=r.a -if(pp)n=s -else{if(!(q0)return a>=1e5 -return!0}, -rH:function rH(a){this.a=a -this.b=null}, -ln:function ln(a,b){this.a=a -this.b=b}, -hH:function hH(){}, -a07:function a07(a){this.a=a}, -a09:function a09(a){this.a=a}, -a0a:function a0a(a,b){this.a=a -this.b=b}, -a0b:function a0b(a,b){this.a=a -this.b=b}, -a06:function a06(a){this.a=a}, -a08:function a08(a){this.a=a}, -aed(){var s=new A.nI(new A.bd(new A.ad($.a3,t.U),t.h)) -s.HZ() -return s}, -r5:function r5(a,b){var _=this -_.a=null -_.b=!1 -_.c=null -_.d=a -_.e=null -_.f=b -_.r=$}, -nI:function nI(a){this.a=a -this.c=this.b=null}, -a3H:function a3H(a){this.a=a}, -yP:function yP(a){this.a=a}, -a0y:function a0y(){}, -agU(a){var s=$.agS.h(0,a) -if(s==null){s=$.agT -$.agT=s+1 -$.agS.p(0,a,s) -$.agR.p(0,s,a)}return s}, -atz(a,b){var s -if(a.length!==b.length)return!1 -for(s=0;s=0){p.ag(q,0,o).split("\n") -p.dS(q,o+2) -m.push(new A.w0())}else m.push(new A.w0())}return m}, -aiR(a){switch(a){case"AppLifecycleState.paused":return B.Dz -case"AppLifecycleState.resumed":return B.Dx -case"AppLifecycleState.inactive":return B.Dy -case"AppLifecycleState.detached":return B.DA}return null}, -yc:function yc(){}, -a0Z:function a0Z(a){this.a=a}, -a5Y:function a5Y(){}, -a5Z:function a5Z(a){this.a=a}, -a6_:function a6_(a){this.a=a}, -Eb(a){var s=0,r=A.aj(t.H) -var $async$Eb=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:s=2 -return A.an(B.bJ.cL("Clipboard.setData",A.aN(["text",a.a],t.N,t.z),t.H),$async$Eb) -case 2:return A.ah(null,r)}}) -return A.ai($async$Eb,r)}, -Sv(a){var s=0,r=A.aj(t.VA),q,p -var $async$Sv=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:s=3 -return A.an(B.bJ.cL("Clipboard.getData",a,t.a),$async$Sv) -case 3:p=c -if(p==null){q=null -s=1 -break}q=new A.oN(A.cz(J.ax(p,"text"))) -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$Sv,r)}, -oN:function oN(a){this.a=a}, -ash(a){var s,r,q=a.c,p=B.Vm.h(0,q) -if(p==null)p=new A.j(q) -q=a.d -s=B.VA.h(0,q) -if(s==null)s=new A.d(q) -r=a.a -switch(a.b.a){case 0:return new A.mN(p,s,a.e,r,a.f) -case 1:return new A.mO(p,s,null,r,a.f) -case 2:return new A.vW(p,s,a.e,r,!1)}}, -py:function py(a){this.a=a}, -l_:function l_(){}, -mN:function mN(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -mO:function mO(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -vW:function vW(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -VJ:function VJ(a,b,c){var _=this -_.a=a -_.b=b -_.c=c -_.d=!1 -_.e=null}, -vT:function vT(a,b){this.a=a -this.b=b}, -vU:function vU(a,b){this.a=a -this.b=b}, -FN:function FN(a,b,c){var _=this -_.a=null -_.b=a -_.c=b -_.d=null -_.e=c}, -Ma:function Ma(){}, -X1:function X1(){}, -d:function d(a){this.a=a}, -j:function j(a){this.a=a}, -Mb:function Mb(){}, -adQ(a,b,c,d){return new A.x8(a,c,b,d)}, -ai1(a){return new A.wt(a)}, -jI:function jI(a,b){this.a=a -this.b=b}, -x8:function x8(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -wt:function wt(a){this.a=a}, -a2M:function a2M(){}, -Ww:function Ww(){}, -Wy:function Wy(){}, -a2C:function a2C(){}, -a2D:function a2D(a,b){this.a=a -this.b=b}, -a2G:function a2G(){}, -auS(a){var s,r,q -for(s=A.o(a),s=s.i("@<1>").an(s.Q[1]),r=new A.pG(J.au(a.a),a.b,s.i("pG<1,2>")),s=s.Q[1];r.u();){q=s.a(r.a) -if(!q.k(0,B.cf))return q}return null}, -XN:function XN(a,b){this.a=a -this.b=b}, -wv:function wv(){}, -d_:function d_(){}, -Lb:function Lb(){}, -OS:function OS(a,b){this.a=a -this.b=b}, -k1:function k1(a){this.a=a}, -MA:function MA(){}, -kD:function kD(a,b,c){this.a=a -this.b=b -this.$ti=c}, -RC:function RC(a,b){this.a=a -this.b=b}, -wr:function wr(a,b){this.a=a -this.b=b}, -XB:function XB(a,b){this.a=a -this.b=b}, -n3:function n3(a,b){this.a=a -this.b=b}, -atj(a){var s,r,q,p={} -p.a=null -s=new A.Zu(p,a).$0() -r=$.acz().d -r=r.gas(r) -q=A.jE(r,A.o(r).i("p.E")).A(0,s.gfj()) -r=J.ax(a,"type") -r.toString -A.bo(r) -switch(r){case"keydown":return new A.jR(p.a,q,s) -case"keyup":return new A.xn(null,!1,s) -default:throw A.c(A.vf("Unknown key event type: "+r))}}, -l0:function l0(a,b){this.a=a -this.b=b}, -eR:function eR(a,b){this.a=a -this.b=b}, -xm:function xm(){}, -hE:function hE(){}, -Zu:function Zu(a,b){this.a=a -this.b=b}, -jR:function jR(a,b,c){this.a=a -this.b=b -this.c=c}, -xn:function xn(a,b,c){this.a=a -this.b=b -this.c=c}, -Zv:function Zv(a,b,c){this.a=a -this.d=b -this.e=c}, -Zw:function Zw(a){this.a=a}, -cf:function cf(a,b){this.a=a -this.b=b}, -Nv:function Nv(){}, -Nu:function Nu(){}, -Zr:function Zr(){}, -Zs:function Zs(){}, -Zt:function Zt(){}, -Hq:function Hq(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -xS:function xS(a,b){var _=this -_.b=_.a=null -_.f=_.e=_.d=_.c=!1 -_.r=a -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1}, -a_G:function a_G(a){this.a=a}, -a_H:function a_H(a){this.a=a}, -cx:function cx(a,b,c,d,e,f){var _=this -_.a=a -_.b=null -_.c=b -_.d=c -_.e=d -_.f=e -_.r=f -_.y=_.x=!1}, -a_D:function a_D(){}, -a_E:function a_E(){}, -a_C:function a_C(){}, -a_F:function a_F(){}, -a2W(a){var s=0,r=A.aj(t.H) -var $async$a2W=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:s=2 -return A.an(B.bJ.cL(u.p,A.aN(["label",a.a,"primaryColor",a.b],t.N,t.z),t.H),$async$a2W) -case 2:return A.ah(null,r)}}) -return A.ai($async$a2W,r)}, -au5(a){if($.qQ!=null){$.qQ=a -return}if(a.k(0,$.aea))return -$.qQ=a -A.eC(new A.a2X())}, -Rs:function Rs(a,b){this.a=a -this.b=b}, -ly:function ly(a,b,c,d,e,f,g,h){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.x=h}, -a2X:function a2X(){}, -Jd(a){var s=0,r=A.aj(t.H) -var $async$Jd=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:s=2 -return A.an(B.bJ.cL("SystemSound.play","SystemSoundType."+a.b,t.H),$async$Jd) -case 2:return A.ah(null,r)}}) -return A.ai($async$Jd,r)}, -yA:function yA(a,b){this.a=a -this.b=b}, -cy(a,b,c,d){var s=b1&&sa -q=!l -i=q&&!m&&rd||!q||k -if(c===n)return new A.qZ() -else if((!h||i)&&r)return new A.Jm() -else if((b===a||j)&&r){B.d.ag(a0,d,d+(a1-d)) -return new A.Jn()}else if(e)return new A.Jo() -return new A.qZ()}, -lz:function lz(){}, -Jn:function Jn(){}, -Jm:function Jm(){}, -Jo:function Jo(){}, -qZ:function qZ(){}, -asj(a){return B.VL}, -wn:function wn(a,b){this.a=a -this.b=b}, -nE:function nE(){}, -MD:function MD(a,b){this.a=a -this.b=b}, -a9G:function a9G(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=!1}, -F4:function F4(a,b,c){this.a=a -this.b=b -this.c=c}, -UH:function UH(a,b,c){this.a=a -this.b=b -this.c=c}, -aj8(a,b,c,d,e,f,g,h,i,j,k,l,m){return new A.a3i(g,j,!1,!0,b,k,l,!0,f,m,h,!0,!1)}, -ax0(a){switch(a){case"TextAffinity.downstream":return B.o -case"TextAffinity.upstream":return B.aQ}return null}, -aj6(a){var s,r,q,p=J.aD(a),o=A.bo(p.h(a,"text")),n=A.hU(p.h(a,"selectionBase")) -if(n==null)n=-1 -s=A.hU(p.h(a,"selectionExtent")) -if(s==null)s=-1 -r=A.ax0(A.cz(p.h(a,"selectionAffinity"))) -if(r==null)r=B.o -q=A.tr(p.h(a,"selectionIsDirectional")) -n=A.cy(r,n,s,q===!0) -s=A.hU(p.h(a,"composingBase")) -if(s==null)s=-1 -p=A.hU(p.h(a,"composingExtent")) -return new A.dK(o,n,new A.cI(s,p==null?-1:p))}, -aj9(a){var s=$.aja -$.aja=s+1 -return new A.a3j(s,a)}, -ax2(a){switch(a){case"TextInputAction.none":return B.Yw -case"TextInputAction.unspecified":return B.Yx -case"TextInputAction.go":return B.YA -case"TextInputAction.search":return B.YB -case"TextInputAction.send":return B.YC -case"TextInputAction.next":return B.YD -case"TextInputAction.previous":return B.YE -case"TextInputAction.continue_action":return B.YF -case"TextInputAction.join":return B.YG -case"TextInputAction.route":return B.Yy -case"TextInputAction.emergencyCall":return B.Yz -case"TextInputAction.done":return B.nt -case"TextInputAction.newline":return B.CV}throw A.c(A.F8(A.a([A.pa("Unknown text input action: "+a)],t.F)))}, -ax1(a){switch(a){case"FloatingCursorDragState.start":return B.oO -case"FloatingCursorDragState.update":return B.iB -case"FloatingCursorDragState.end":return B.iC}throw A.c(A.F8(A.a([A.pa("Unknown text cursor action: "+a)],t.F)))}, -IV:function IV(a,b){this.a=a -this.b=b}, -IW:function IW(a,b){this.a=a -this.b=b}, -r0:function r0(a,b,c){this.a=a -this.b=b -this.c=c}, -e1:function e1(a,b){this.a=a -this.b=b}, -Jk:function Jk(a,b){this.a=a -this.b=b}, -a3i:function a3i(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 -_.x=h -_.z=i -_.Q=j -_.ch=k -_.cx=l -_.cy=m}, -pf:function pf(a,b){this.a=a -this.b=b}, -dK:function dK(a,b,c){this.a=a -this.b=b -this.c=c}, -a39:function a39(a,b){this.a=a -this.b=b}, -hJ:function hJ(a,b){this.a=a -this.b=b}, -a3C:function a3C(){}, -a3j:function a3j(a,b){var _=this -_.d=_.c=_.b=_.a=null -_.e=a -_.f=b}, -Jq:function Jq(){var _=this -_.a=$ -_.b=null -_.c=$ -_.d=!1}, -a3w:function a3w(a){this.a=a}, -awn(a){var s=A.bI("parent") -a.kw(new A.ab9(s)) -return s.bQ()}, -CZ(a,b){return new A.m1(a,b,null)}, -Rk(a,b){var s,r=t.KU,q=a.fn(r) -for(;s=q!=null,s;){if(J.f(b.$1(q),!0))break -q=A.awn(q).fn(r)}return s}, -agt(a){var s={} -s.a=null -A.Rk(a,new A.Ri(s)) -return B.E1}, -acT(a,b,c){var s={} -s.a=null -if((b==null?null:A.w(b))==null)A.b8(c) -A.Rk(a,new A.Rm(s,b,a,c)) -return s.a}, -acS(a,b){var s={} -s.a=null -A.b8(b) -A.Rk(a,new A.Rj(s,null,b)) -return s.a}, -acR(a,b,c){var s,r=b==null?null:A.w(b) -if(r==null)r=A.b8(c) -s=a.r.h(0,r) -if(c.i("aZ<0>?").b(s))return s -else return null}, -jb(a,b,c){var s={} -s.a=null -A.Rk(a,new A.Rl(s,b,a,c)) -return s.a}, -ah4(a){return new A.uQ(a,new A.aU(A.a([],t.e),t.c))}, -av3(a,b,c){return new A.AL(a,b,!1,!1,!1,!1,new A.aU(A.a([],t.e),t.c),c.i("AL<0>"))}, -av4(a,b,c){return new A.AM(a,b,!1,!1,!1,!1,new A.aU(A.a([],t.e),t.c),c.i("AM<0>"))}, -ab9:function ab9(a){this.a=a}, -b6:function b6(){}, -aZ:function aZ(){}, -cm:function cm(){}, -d9:function d9(a,b,c){var _=this -_.c=a -_.a=b -_.b=null -_.$ti=c}, -Rh:function Rh(){}, -m1:function m1(a,b,c){this.d=a -this.e=b -this.a=c}, -Ri:function Ri(a){this.a=a}, -Rm:function Rm(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -Rj:function Rj(a,b,c){this.a=a -this.b=b -this.c=c}, -Rl:function Rl(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -z9:function z9(a,b,c){var _=this -_.d=a -_.e=b -_.a=null -_.b=c -_.c=null}, -a4g:function a4g(a){this.a=a}, -z8:function z8(a,b,c,d,e){var _=this -_.f=a -_.r=b -_.x=c -_.b=d -_.a=e}, -mx:function mx(a,b,c,d,e,f){var _=this -_.d=a -_.r=b -_.x=c -_.Q=d -_.cx=e -_.a=f}, -zS:function zS(a,b){var _=this -_.f=_.e=_.d=!1 -_.r=a -_.a=null -_.b=b -_.c=null}, -a6y:function a6y(a){this.a=a}, -a6x:function a6x(a){this.a=a}, -a6s:function a6s(a){this.a=a}, -a6t:function a6t(a){this.a=a}, -a6r:function a6r(a,b){this.a=a -this.b=b}, -a6w:function a6w(a){this.a=a}, -a6u:function a6u(a){this.a=a}, -a6v:function a6v(a,b){this.a=a -this.b=b}, -uQ:function uQ(a,b){this.c=a -this.a=b -this.b=null}, -oo:function oo(){}, -oC:function oC(){}, -kJ:function kJ(){}, -EG:function EG(){}, -nf:function nf(){}, -Hl:function Hl(a){var _=this -_.d=_.c=$ -_.a=a -_.b=null}, -t4:function t4(){}, -AL:function AL(a,b,c,d,e,f,g,h){var _=this -_.e=a -_.f=b -_.a6H$=c -_.a6I$=d -_.a6J$=e -_.a6K$=f -_.a=g -_.b=null -_.$ti=h}, -AM:function AM(a,b,c,d,e,f,g,h){var _=this -_.e=a -_.f=b -_.a6H$=c -_.a6I$=d -_.a6J$=e -_.a6K$=f -_.a=g -_.b=null -_.$ti=h}, -zt:function zt(a,b,c,d){var _=this -_.c=a -_.d=b -_.a=c -_.b=null -_.$ti=d}, -JZ:function JZ(){}, -JY:function JY(){}, -M7:function M7(){}, -Ck:function Ck(){}, -Cl:function Cl(){}, -tS:function tS(a,b,c,d){var _=this -_.e=a -_.c=b -_.a=c -_.$ti=d}, -axg(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.gI(a0) -s=t.N -r=t.da -q=A.f5(b,b,b,s,r) -p=A.f5(b,b,b,s,r) -o=A.f5(b,b,b,s,r) -n=A.f5(b,b,b,s,r) -m=A.f5(b,b,b,t.ob,r) -for(l=0;l<1;++l){k=a0[l] -s=k.a -r=B.bv.h(0,s) -r=(r==null?s:r)+"_null_" -j=k.c -i=B.bH.h(0,j) -r+=A.e(i==null?j:i) -if(q.h(0,r)==null)q.p(0,r,k) -r=B.bv.h(0,s) -r=(r==null?s:r)+"_null" -if(o.h(0,r)==null)o.p(0,r,k) -r=B.bv.h(0,s) -r=(r==null?s:r)+"_" -i=B.bH.h(0,j) -r+=A.e(i==null?j:i) -if(p.h(0,r)==null)p.p(0,r,k) -r=B.bv.h(0,s) -s=r==null?s:r -if(n.h(0,s)==null)n.p(0,s,k) -s=B.bH.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"))}, -aay:function aay(a,b,c){this.a=a -this.b=b -this.c=c}, -aaz:function aaz(a){this.a=a}, -fZ:function fZ(){}, -JU:function JU(){}, -aax:function aax(a,b){this.a=a -this.b=b}, -a4a:function a4a(a,b){this.a=a -this.b=b}, -lg:function lg(a,b,c,d,e){var _=this -_.c=a -_.d=b -_.e=c -_.a=d -_.$ti=e}, -a_a:function a_a(a,b,c){this.a=a -this.b=b -this.c=c}, -a_b:function a_b(a){this.a=a}, -lh:function lh(a,b,c,d){var _=this -_.dy=_.a_=_.t=null -_.fr=!1 -_.b=_.a=_.fx=null -_.c=a -_.d=null -_.e=$ -_.f=b -_.r=null -_.x=c -_.Q=_.z=null -_.ch=!1 -_.cx=!0 -_.dx=_.db=_.cy=!1 -_.$ti=d}, -JV:function JV(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){var _=this -_.t$=a -_.a_$=b -_.a8$=c -_.aw$=d -_.bl$=e -_.aL$=f -_.bf$=g -_.x2$=h -_.y1$=i -_.y2$=j -_.ao$=k -_.K$=l -_.L$=m -_.aJ$=n -_.zU$=o -_.zV$=p -_.mJ$=q -_.bg$=r -_.b1$=s -_.aB$=a0 -_.aO$=a1 -_.bd$=a2 -_.a$=a3 -_.b$=a4 -_.c$=a5 -_.d$=a6 -_.e$=a7 -_.f$=a8 -_.r$=a9 -_.x$=b0 -_.y$=b1 -_.z$=b2 -_.Q$=b3 -_.ch$=b4 -_.cx$=b5 -_.cy$=b6 -_.db$=b7 -_.dx$=b8 -_.dy$=b9 -_.fr$=c0 -_.fx$=c1 -_.fy$=c2 -_.go$=c3 -_.id$=c4 -_.k1$=c5 -_.k2$=c6 -_.k3$=c7 -_.k4$=c8 -_.r1$=c9 -_.r2$=d0 -_.rx$=d1 -_.ry$=d2 -_.x1$=d3 -_.a=0}, -C1:function C1(){}, -C2:function C2(){}, -C3:function C3(){}, -C4:function C4(){}, -C5:function C5(){}, -C6:function C6(){}, -C7:function C7(){}, -add(a,b,c){return new A.Eu(b,c,a,null)}, -ee(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.Bp(h,m) -if(s==null)s=A.f_(h,m)}else s=e -return new A.Eh(b,a,j,d,f,g,s,i,k,l,c,null)}, -Eu:function Eu(a,b,c,d){var _=this -_.e=a -_.f=b -_.c=c -_.a=d}, -Eh:function Eh(a,b,c,d,e,f,g,h,i,j,k,l){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.z=h -_.Q=i -_.ch=j -_.cx=k -_.a=l}, -L7:function L7(a,b,c){this.b=a -this.c=b -this.a=c}, -arp(){var s=$.alZ() -return s}, -EA:function EA(a,b,c,d){var _=this -_.d=a -_.e=b -_.f=c -_.a=d}, -aj5(a){var s=a==null?B.ns:new A.dK(a,B.eG,B.bh) -return new A.qY(s,A.a1(0,null,!1,t.Z))}, -auT(a){var s=A.a([],t.p) -a.bj(new A.a6d(s)) -return s}, -aai(a,b,c,d){return new A.BW(a,b,c,new A.aU(A.a([],t.e),t.c),d.i("BW<0>"))}, -qY:function qY(a,b){var _=this -_.a=a -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1}, -a3M:function a3M(a,b){this.a=a -this.b=b}, -uZ:function uZ(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){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.y=e -_.Q=f -_.ch=g -_.cx=h -_.cy=i -_.db=j -_.dx=k -_.dy=l -_.fr=m -_.fx=n -_.fy=o -_.go=p -_.id=q -_.k3=r -_.k4=s -_.r1=a0 -_.r2=a1 -_.rx=a2 -_.ry=a3 -_.x1=a4 -_.x2=a5 -_.y1=a6 -_.y2=a7 -_.ao=a8 -_.K=a9 -_.L=b0 -_.aJ=b1 -_.V=b2 -_.X=b3 -_.ae=b4 -_.ab=b5 -_.ac=b6 -_.bt=b7 -_.b0=b8 -_.aN=b9 -_.bg=c0 -_.b1=c1 -_.aB=c2 -_.aO=c3 -_.bd=c4 -_.dq=c5 -_.c6=c6 -_.l=c7 -_.t=c8 -_.a_=c9 -_.a8=d0 -_.aw=d1 -_.aL=d2 -_.bf=d3 -_.c2=d4 -_.fO=d5 -_.a=d6}, -p4:function p4(a,b,c,d,e,f,g,h,i){var _=this -_.d=null -_.e=!1 -_.f=a -_.r=b -_.ch=_.Q=_.z=_.y=null -_.cx=c -_.cy=d -_.db=e -_.dx=!1 -_.fr=_.dy=null -_.fx=!0 -_.k2=_.k1=_.id=_.go=_.fy=null -_.k3=0 -_.k4=!1 -_.r1=null -_.r2=!1 -_.rx=$ -_.ry=0 -_.x1=null -_.x2=!1 -_.y1=null -_.L=_.K=_.ao=_.y2=$ -_.bN$=f -_.aF$=g -_.hh$=h -_.a=null -_.b=i -_.c=null}, -TU:function TU(a){this.a=a}, -TM:function TM(a){this.a=a}, -TV:function TV(a){this.a=a}, -TK:function TK(a){this.a=a}, -TI:function TI(a){this.a=a}, -TJ:function TJ(){}, -TL:function TL(a){this.a=a}, -TS:function TS(a){this.a=a}, -TR:function TR(a){this.a=a}, -TQ:function TQ(a){this.a=a}, -TW:function TW(a,b,c){this.a=a -this.b=b -this.c=c}, -TN:function TN(a,b){this.a=a -this.b=b}, -TO:function TO(a,b){this.a=a -this.b=b}, -TP:function TP(a,b){this.a=a -this.b=b}, -TH:function TH(a){this.a=a}, -TT:function TT(a,b){this.a=a -this.b=b}, -zG:function zG(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){var _=this -_.e=a -_.f=b -_.r=c -_.x=d -_.y=e -_.z=f -_.Q=g -_.ch=h -_.cx=i -_.cy=j -_.db=k -_.dx=l -_.dy=m -_.fr=n -_.fx=o -_.fy=p -_.go=q -_.id=r -_.k1=s -_.k2=a0 -_.k3=a1 -_.k4=a2 -_.r1=a3 -_.x2=a4 -_.y1=a5 -_.y2=a6 -_.ao=a7 -_.K=a8 -_.L=a9 -_.aJ=b0 -_.V=b1 -_.X=b2 -_.ae=b3 -_.ab=b4 -_.ac=b5 -_.bt=b6 -_.b0=b7 -_.aN=b8 -_.bg=b9 -_.c=c0 -_.a=c1}, -a6d:function a6d(a){this.a=a}, -BE:function BE(){}, -aat:function aat(a){this.a=a}, -rm:function rm(a){this.a=a}, -aaA:function aaA(a,b){this.a=a -this.b=b}, -a7m:function a7m(a,b){this.a=a -this.b=b}, -a6c:function a6c(a){this.a=a}, -a6g:function a6g(a,b){this.a=a -this.b=b}, -ro:function ro(a,b){this.a=a -this.b=b}, -rZ:function rZ(a,b){this.a=a -this.b=b}, -ke:function ke(a,b,c,d){var _=this -_.e=a -_.f=b -_.a=c -_.b=null -_.$ti=d}, -BW:function BW(a,b,c,d,e){var _=this -_.e=a -_.f=b -_.r=c -_.a=d -_.b=null -_.$ti=e}, -aaj:function aaj(a){this.a=a}, -Ly:function Ly(a,b,c){var _=this -_.e=a -_.f=b -_.a=c -_.b=null}, -BX:function BX(a,b,c){var _=this -_.e=a -_.r=_.f=null -_.a=b -_.b=null -_.$ti=c}, -Oa:function Oa(a,b){this.e=a -this.a=b -this.b=null}, -KP:function KP(a,b){this.e=a -this.a=b -this.b=null}, -zH:function zH(){}, -Lr:function Lr(){}, -zI:function zI(){}, -Ls:function Ls(){}, -axn(a){var s,r,q -for(s=a.length,r=!1,q=0;q>"),o=new A.aG(a,new A.a8F(),p) -for(s=new A.bY(o,o.gq(o),p.i("bY")),p=p.i("aX.E"),r=null;s.u();){q=p.a(s.d) -r=(r==null?q:r).Ap(0,q)}if(r.gR(r))return B.b.gI(a).a -return B.b.Kl(B.b.gI(a).gJS(),r.ghQ(r)).f}, -ajO(a,b){A.ok(a,new A.a8H(b),t.zP)}, -av9(a,b){A.ok(a,new A.a8E(b),t.h7)}, -ab4:function ab4(a){this.a=a}, -rD:function rD(a,b){this.b=a -this.c=b}, -iO:function iO(a,b){this.a=a -this.b=b}, -Fg:function Fg(){}, -V1:function V1(a,b){this.a=a -this.b=b}, -V0:function V0(){}, -rx:function rx(a,b){this.a=a -this.b=b}, -Lh:function Lh(a){this.a=a}, -Tg:function Tg(){}, -a8I:function a8I(a){this.a=a}, -To:function To(a,b){this.a=a -this.b=b}, -Ti:function Ti(){}, -Tj:function Tj(a){this.a=a}, -Tk:function Tk(a){this.a=a}, -Tl:function Tl(){}, -Tm:function Tm(a){this.a=a}, -Tn:function Tn(a){this.a=a}, -Th:function Th(a,b,c){this.a=a -this.b=b -this.c=c}, -Tp:function Tp(a){this.a=a}, -Tq:function Tq(a){this.a=a}, -Tr:function Tr(a){this.a=a}, -Ts:function Ts(a){this.a=a}, -Tt:function Tt(a){this.a=a}, -Tu:function Tu(a){this.a=a}, -cT:function cT(a,b,c){var _=this -_.a=a -_.b=b -_.c=c -_.d=null}, -a8F:function a8F(){}, -a8H:function a8H(a){this.a=a}, -a8G:function a8G(){}, -j0:function j0(a){this.a=a -this.b=null}, -a8D:function a8D(){}, -a8E:function a8E(a){this.a=a}, -Ht:function Ht(a){this.i2$=a}, -ZH:function ZH(){}, -ZI:function ZI(){}, -ZJ:function ZJ(a){this.a=a}, -vj:function vj(a,b,c){this.c=a -this.e=b -this.a=c}, -LP:function LP(a){var _=this -_.a=_.d=null -_.b=a -_.c=null}, -rE:function rE(a,b,c,d){var _=this -_.f=a -_.r=b -_.b=c -_.a=d}, -HZ:function HZ(a){this.a=a -this.b=null}, -ip:function ip(){}, -Gs:function Gs(a){this.a=a -this.b=null}, -iC:function iC(){}, -Hi:function Hi(a){this.a=a -this.b=null}, -f2:function f2(a){this.a=a}, -uM:function uM(a,b){this.c=a -this.a=b -this.b=null}, -LQ:function LQ(){}, -Ny:function Ny(){}, -Q1:function Q1(){}, -Q2:function Q2(){}, -ahq(a,b,c){return new A.mB(b,a,c)}, -adn(a){var s=a.M(t.Jp) -return s==null?null:s.f}, -as_(a){var s=null -return new A.f3(new A.xQ(s,A.a1(0,s,!1,t.Z)),A.a_B(!1),s,A.x(t.yb,t.Q),s,!0,s,B.l,a.i("f3<0>"))}, -mB:function mB(a,b,c){this.c=a -this.f=b -this.a=c}, -vl:function vl(a,b){var _=this -_.d=0 -_.e=!1 -_.f=a -_.a=null -_.b=b -_.c=null}, -Ve:function Ve(){}, -Vf:function Vf(a){this.a=a}, -zV:function zV(a,b,c,d){var _=this -_.f=a -_.r=b -_.b=c -_.a=d}, -jt:function jt(){}, -f3:function f3(a,b,c,d,e,f,g,h,i){var _=this -_.d=$ -_.e=a -_.f=b -_.aG$=c -_.ce$=d -_.ff$=e -_.c9$=f -_.cT$=g -_.a=null -_.b=h -_.c=null -_.$ti=i}, -Vd:function Vd(a){this.a=a}, -Vc:function Vc(a,b){this.a=a -this.b=b}, -jd:function jd(a,b){this.a=a -this.b=b}, -a6z:function a6z(){}, -rF:function rF(){}, -auY(a){a.dm() -a.bj(A.abS())}, -arF(a,b){var s,r="_depth" -if(A.b(a.e,r)>")),i).bG(0,new A.abm(k,h),t.e3)}, -G6(a){var s=a.M(t.Gk) -return s==null?null:s.r.f}, -de(a,b,c){var s=a.M(t.Gk) -return s==null?null:c.i("0?").a(J.ax(s.r.e,b))}, -t6:function t6(a,b){this.a=a -this.b=b}, -abk:function abk(a){this.a=a}, -abl:function abl(){}, -abm:function abm(a,b){this.a=a -this.b=b}, -eO:function eO(){}, -PH:function PH(){}, -EC:function EC(){}, -Al:function Al(a,b,c,d){var _=this -_.r=a -_.x=b -_.b=c -_.a=d}, -w7:function w7(a,b,c,d){var _=this -_.c=a -_.d=b -_.e=c -_.a=d}, -Mk:function Mk(a,b,c){var _=this -_.d=a -_.e=b -_.a=_.f=null -_.b=c -_.c=null}, -a7r:function a7r(a){this.a=a}, -a7s:function a7s(a,b){this.a=a -this.b=b}, -a7q:function a7q(a,b,c){this.a=a -this.b=b -this.c=c}, -adI(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){return new A.wo(m,d,o,l,p,k,q,n,!1,a,i,h,e,c,j,g,f)}, -ai0(a,b,c,d,e,f){return new A.hv(b.M(t.l).f.Ma(c,!0,!0,f),a,null)}, -eQ(a){var s=a.M(t.l) -return s==null?null:s.f}, -adJ(a){var s=A.eQ(a) -s=s==null?null:s.c -return s==null?1:s}, -wO:function wO(a,b){this.a=a -this.b=b}, -wo:function wo(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.cy=n -_.db=o -_.dx=p -_.dy=q}, -hv:function hv(a,b,c){this.f=a -this.b=b -this.a=c}, -Gq:function Gq(a,b){this.a=a -this.b=b}, -At:function At(a,b){this.c=a -this.a=b}, -Ms:function Ms(a){this.a=null -this.b=a -this.c=null}, -a7Y:function a7Y(){}, -a7Z:function a7Z(){}, -PV:function PV(){}, -adK(a,b,c,d){return new A.Gi(b,c,!0,d,null)}, -Gi:function Gi(a,b,c,d,e){var _=this -_.c=a -_.d=b -_.f=c -_.r=d -_.a=e}, -XJ:function XJ(a,b){this.a=a -this.b=b}, -D3:function D3(a,b,c,d,e){var _=this -_.e=a -_.f=b -_.r=c -_.c=d -_.a=e}, -ri:function ri(a,b,c,d,e,f,g,h){var _=this -_.aN=null -_.r2=_.r1=!1 -_.ry=_.rx=null -_.ch=a -_.cy=b -_.db=c -_.dy=_.dx=null -_.fr=!1 -_.fx=null -_.e=d -_.f=e -_.a=f -_.c=g -_.d=h}, -a8_:function a8_(a){this.a=a}, -Kb:function Kb(a){this.a=a}, -My:function My(a,b,c){this.c=a -this.d=b -this.a=c}, -Gr:function Gr(a,b,c,d,e,f){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.a=f}, -tm:function tm(a,b){this.a=a -this.b=b}, -aa1:function aa1(a,b,c){var _=this -_.d=a -_.e=b -_.f=c -_.c=_.b=null}, -ai9(a){return A.hx(a,!1).a8B(null)}, -hx(a,b){var s,r,q=a instanceof A.e0&&a.gcs(a) instanceof A.io?t.uK.a(a.gcs(a)):null -if(b){s=a.A0(t.uK) -q=s==null?q:s -r=q}else{if(q==null)q=a.mL(t.uK) -r=q}r.toString -return r}, -asJ(a,b){var s,r,q,p,o,n,m=null,l=A.a([],t.ny) -if(B.d.cr(b,"/")&&b.length>1){b=B.d.dS(b,1) -s=t.z -l.push(a.ot("/",!0,m,s)) -r=b.split("/") -if(b.length!==0)for(q=r.length,p=0,o="";p=3}, -ave(a){var s=a.c.a -return s<=7&&s>=1}, -ajR(a){return new A.a9c(a)}, -avb(a){var s,r,q -t.Dn.a(a) -s=J.aD(a) -r=s.h(a,0) -r.toString -switch(B.MC[A.dn(r)].a){case 0:s=s.e5(a,1) -r=s[0] -r.toString -A.dn(r) -q=s[1] -q.toString -A.bo(q) -return new A.ME(r,q,s.length>2?s[2]:null,B.nQ) -case 1:s=s.e5(a,1)[1] -s.toString -t.pO.a(A.asT(new A.S1(A.dn(s)))) -return null}}, -nj:function nj(a,b){this.a=a -this.b=b}, -bS:function bS(){}, -a_M:function a_M(a){this.a=a}, -a_L:function a_L(a){this.a=a}, -a_P:function a_P(){}, -a_Q:function a_Q(){}, -a_R:function a_R(){}, -a_S:function a_S(){}, -a_N:function a_N(a){this.a=a}, -a_O:function a_O(){}, -hF:function hF(a,b){this.a=a -this.b=b}, -n1:function n1(){}, -mE:function mE(a,b,c){this.f=a -this.b=b -this.a=c}, -a_K:function a_K(){}, -JE:function JE(){}, -EB:function EB(a){this.$ti=a}, -wF:function wF(a,b,c,d,e,f,g,h){var _=this -_.f=a -_.r=b -_.x=c -_.y=d -_.z=e -_.Q=f -_.ch=g -_.a=h}, -Y6:function Y6(){}, -e6:function e6(a,b){this.a=a -this.b=b}, -MK:function MK(a,b,c){var _=this -_.a=null -_.b=a -_.c=b -_.d=c}, -dm:function dm(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=null -_.x=!0 -_.y=!1}, -a9b:function a9b(a,b){this.a=a -this.b=b}, -a99:function a99(){}, -a9a:function a9a(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -a9c:function a9c(a){this.a=a}, -lO:function lO(){}, -t1:function t1(a,b){this.a=a -this.b=b}, -AF:function AF(a,b){this.a=a -this.b=b}, -AG:function AG(a,b){this.a=a -this.b=b}, -AH:function AH(a,b){this.a=a -this.b=b}, -io:function io(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this -_.d=$ -_.e=a -_.f=b -_.r=c -_.x=d -_.y=e -_.z=!1 -_.Q=null -_.ch=$ -_.cx=f -_.cy=null -_.dx=_.db=!1 -_.dy=0 -_.fr=g -_.fx=h -_.aG$=i -_.ce$=j -_.ff$=k -_.c9$=l -_.cT$=m -_.bN$=n -_.aF$=o -_.a=null -_.b=p -_.c=null}, -Y4:function Y4(a){this.a=a}, -XZ:function XZ(){}, -Y_:function Y_(){}, -Y0:function Y0(){}, -Y1:function Y1(){}, -Y2:function Y2(){}, -Y3:function Y3(){}, -XY:function XY(a){this.a=a}, -td:function td(a,b){this.a=a -this.b=b}, -NZ:function NZ(){}, -ME:function ME(a,b,c,d){var _=this -_.c=a -_.d=b -_.e=c -_.a=d -_.b=null}, -aek:function aek(a,b,c,d){var _=this -_.c=a -_.d=b -_.e=c -_.a=d -_.b=null}, -LW:function LW(a){var _=this -_.y=null -_.a=!1 -_.c=_.b=null -_.V$=0 -_.X$=a -_.ab$=_.ae$=0 -_.ac$=!1}, -a6Y:function a6Y(){}, -a8h:function a8h(){}, -AI:function AI(){}, -AJ:function AJ(){}, -wJ:function wJ(){}, -dg:function dg(a,b,c,d){var _=this -_.c=a -_.d=b -_.a=c -_.$ti=d}, -fF:function fF(){}, -aib(a,b,c,d,e,f){return new A.GG(f,a,e,c,d,b,null)}, -wQ:function wQ(a,b){this.a=a -this.b=b}, -GG:function GG(a,b,c,d,e,f,g){var _=this -_.e=a -_.f=b -_.r=c -_.x=d -_.y=e -_.c=f -_.a=g}, -j_:function j_(a,b,c){this.bx$=a -this.O$=b -this.a=c}, -tb:function tb(a,b,c,d,e,f,g,h,i,j,k){var _=this -_.l=a -_.t=b -_.a_=c -_.a8=d -_.aw=e -_.bl=f -_.aL=g -_.b4$=h -_.P$=i -_.ca$=j -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=k -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a8T:function a8T(a,b){this.a=a -this.b=b}, -Q7:function Q7(){}, -Q8:function Q8(){}, -GH(a,b){return new A.is(a,b,new A.b7(null,t.af),A.a1(0,null,!1,t.Z))}, -is:function is(a,b,c,d){var _=this -_.a=a -_.b=!1 -_.c=b -_.d=!1 -_.e=null -_.f=c -_.V$=0 -_.X$=d -_.ab$=_.ae$=0 -_.ac$=!1}, -Ys:function Ys(a){this.a=a}, -t3:function t3(a,b,c){this.c=a -this.d=b -this.a=c}, -AK:function AK(a){this.a=null -this.b=a -this.c=null}, -a8k:function a8k(){}, -wR:function wR(a,b){this.c=a -this.a=b}, -pN:function pN(a,b,c,d){var _=this -_.d=a -_.bN$=b -_.aF$=c -_.a=null -_.b=d -_.c=null}, -Yw:function Yw(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -Yv:function Yv(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -Yx:function Yx(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -Yu:function Yu(){}, -Yt:function Yt(){}, -BN:function BN(a,b,c,d){var _=this -_.e=a -_.f=b -_.c=c -_.a=d}, -P8:function P8(a,b,c,d){var _=this -_.K=$ -_.L=a -_.dy=null -_.fr=!1 -_.b=_.a=_.fx=null -_.c=b -_.d=null -_.e=$ -_.f=c -_.r=null -_.x=d -_.Q=_.z=null -_.ch=!1 -_.cx=!0 -_.dx=_.db=_.cy=!1}, -tc:function tc(a,b,c,d,e,f,g,h){var _=this -_.l=!1 -_.t=null -_.a_=a -_.a8=b -_.aw=c -_.bl=d -_.b4$=e -_.P$=f -_.ca$=g -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=h -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a8Z:function a8Z(a){this.a=a}, -a8X:function a8X(a){this.a=a}, -a8Y:function a8Y(a){this.a=a}, -a8W:function a8W(a){this.a=a}, -a9_:function a9_(a,b,c){this.a=a -this.b=b -this.c=c}, -MT:function MT(){}, -Q9:function Q9(){}, -ajD(a,b,c){var s,r=null,q="_glowController",p=t.H7,o=new A.aw(0,0,p),n=new A.aw(0,0,p),m=new A.zX(B.hW,o,n,0.5,0.5,b,a,A.a1(0,r,!1,t.Z)),l=A.bX(r,r,r,1,r,c) -l.cz(m.gwe()) -A.d7(m.b,q) -m.b=l -s=A.dT(B.eW,A.b(l,q),r) -s.a.al(0,m.geV()) -t.m.a(s) -A.d7(m.r,"_glowOpacity") -m.r=new A.aL(s,o,p.i("aL")) -A.d7(m.y,"_glowSize") -m.y=new A.aL(s,n,p.i("aL")) -p=c.tn(m.ga39()) -A.d7(m.z,"_displacementTicker") -m.z=p -return m}, -pj:function pj(a,b,c,d){var _=this -_.e=a -_.f=b -_.x=c -_.a=d}, -zY:function zY(a,b,c,d){var _=this -_.r=_.f=_.e=_.d=null -_.x=a -_.bN$=b -_.aF$=c -_.a=null -_.b=d -_.c=null}, -nV:function nV(a,b){this.a=a -this.b=b}, -zX:function zX(a,b,c,d,e,f,g,h){var _=this -_.a=a -_.b=$ -_.c=null -_.e=_.d=0 -_.f=b -_.r=$ -_.x=c -_.z=_.y=$ -_.Q=null -_.ch=d -_.cx=e -_.cy=0 -_.db=f -_.dx=g -_.V$=0 -_.X$=h -_.ab$=_.ae$=0 -_.ac$=!1}, -a6O:function a6O(a){this.a=a}, -LV:function LV(a,b,c,d){var _=this -_.b=a -_.c=b -_.d=c -_.a=d}, -qL:function qL(a,b,c){this.c=a -this.e=b -this.a=c}, -BB:function BB(a,b,c){var _=this -_.d=$ -_.f=_.e=null -_.r=!0 -_.bN$=a -_.aF$=b -_.a=null -_.b=c -_.c=null}, -a9y:function a9y(a,b,c){this.a=a -this.b=b -this.c=c}, -o7:function o7(a,b){this.a=a -this.b=b}, -BA:function BA(a,b,c){var _=this -_.b=_.a=$ -_.c=a -_.d=b -_.V$=_.e=0 -_.X$=c -_.ab$=_.ae$=0 -_.ac$=!1}, -GI:function GI(a,b){this.a=a -this.cR$=b}, -t5:function t5(){}, -Cg:function Cg(){}, -Co:function Co(){}, -aid(a,b){var s=a.gG() -return!(s instanceof A.pO)}, -Yz(a){var s=a.a6O(t.Mf) -return s==null?null:s.d}, -Bx:function Bx(a){this.a=a}, -wT:function wT(){this.a=null}, -Yy:function Yy(a){this.a=a}, -pO:function pO(a,b,c){this.c=a -this.d=b -this.a=c}, -asM(a){return new A.GJ(a,0,A.a([],t.ZP),A.a1(0,null,!1,t.Z))}, -GJ:function GJ(a,b,c,d){var _=this -_.z=a -_.a=b -_.d=c -_.V$=0 -_.X$=d -_.ab$=_.ae$=0 -_.ac$=!1}, -n5:function n5(a,b,c,d,e,f){var _=this -_.f=a -_.a=b -_.b=c -_.c=d -_.d=e -_.e=f}, -o1:function o1(a,b,c,d,e,f,g,h,i){var _=this -_.a_=a -_.a8=null -_.aw=b -_.rx=0 -_.ry=c -_.x1=null -_.f=d -_.r=e -_.x=f -_.y=g -_.cy=_.cx=_.Q=_.z=null -_.db=!1 -_.dx=!0 -_.dy=!1 -_.fr=null -_.fx=!1 -_.go=_.fy=null -_.id=h -_.k1=null -_.V$=0 -_.X$=i -_.ab$=_.ae$=0 -_.ac$=!1}, -zU:function zU(a,b){this.b=a -this.a=b}, -wS:function wS(a){this.a=a}, -wU:function wU(a,b,c,d){var _=this -_.r=a -_.z=b -_.Q=c -_.a=d}, -MV:function MV(a){var _=this -_.d=0 -_.a=null -_.b=a -_.c=null}, -a8m:function a8m(a){this.a=a}, -a8l:function a8l(a,b){this.a=a -this.b=b}, -iu:function iu(){}, -H1:function H1(a,b,c,d){var _=this -_.d=a -_.f=b -_.r=c -_.a=d}, -air(a){return new A.pZ(null,a,null)}, -xe(a){var s=a.M(t.bb) -return s==null?null:s.f}, -pZ:function pZ(a,b,c){this.f=a -this.b=b -this.a=c}, -ll(a){var s=a.M(t.lQ) -return s==null?null:s.f}, -JJ(a,b){return new A.nK(a,b,null)}, -lk:function lk(a,b,c){this.c=a -this.d=b -this.a=c}, -O_:function O_(a,b,c,d,e,f){var _=this -_.aG$=a -_.ce$=b -_.ff$=c -_.c9$=d -_.cT$=e -_.a=null -_.b=f -_.c=null}, -nK:function nK(a,b,c){this.f=a -this.b=b -this.a=c}, -xV:function xV(a,b,c){this.c=a -this.d=b -this.a=c}, -Bb:function Bb(a){var _=this -_.d=null -_.e=!1 -_.r=_.f=null -_.x=!1 -_.a=null -_.b=a -_.c=null}, -a95:function a95(a){this.a=a}, -a94:function a94(a,b){this.a=a -this.b=b}, -cd:function cd(){}, -fQ:function fQ(){}, -a_I:function a_I(a,b){this.a=a -this.b=b}, -aaG:function aaG(){}, -Qa:function Qa(){}, -a_B(a){return new A.I_(!1,A.a1(0,null,!1,t.Z))}, -bn:function bn(){}, -fn:function fn(){}, -Ba:function Ba(){}, -xP:function xP(a,b,c){var _=this -_.fr=a -_.y=null -_.a=!1 -_.c=_.b=null -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1 -_.$ti=c}, -I_:function I_(a,b){var _=this -_.fr=a -_.y=null -_.a=!1 -_.c=_.b=null -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1}, -xQ:function xQ(a,b){var _=this -_.fr=a -_.y=null -_.a=!1 -_.c=_.b=null -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1}, -I0:function I0(a,b){var _=this -_.fr=a -_.y=null -_.a=!1 -_.c=_.b=null -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1}, -ni:function ni(){}, -q7:function q7(){}, -xR:function xR(a,b){var _=this -_.r1=a -_.y=null -_.a=!1 -_.c=_.b=null -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1}, -I5:function I5(a,b){this.a=a -this.b=b}, -I6:function I6(){}, -He:function He(a,b,c){var _=this -_.a=a -_.b=b -_.V$=0 -_.X$=c -_.ab$=_.ae$=0 -_.ac$=!1}, -MY:function MY(){}, -MZ:function MZ(){}, -wu(a,b){var s=a.M(t.Fe),r=s==null?null:s.x -return b.i("fH<0>?").a(r)}, -pM:function pM(){}, -d4:function d4(){}, -a3Q:function a3Q(a,b,c){this.a=a -this.b=b -this.c=c}, -a3R:function a3R(a,b,c){this.a=a -this.b=b -this.c=c}, -a3S:function a3S(a,b,c){this.a=a -this.b=b -this.c=c}, -a3P:function a3P(a,b){this.a=a -this.b=b}, -G3:function G3(){}, -Li:function Li(a,b){this.e=a -this.a=b -this.b=null}, -Aw:function Aw(a,b,c,d,e){var _=this -_.f=a -_.r=b -_.x=c -_.b=d -_.a=e}, -t0:function t0(a,b,c){this.c=a -this.a=b -this.$ti=c}, -kj:function kj(a,b,c,d){var _=this -_.d=null -_.e=$ -_.f=a -_.r=b -_.a=null -_.b=c -_.c=null -_.$ti=d}, -a80:function a80(a){this.a=a}, -a84:function a84(a){this.a=a}, -a85:function a85(a){this.a=a}, -a83:function a83(a){this.a=a}, -a81:function a81(a){this.a=a}, -a82:function a82(a){this.a=a}, -fH:function fH(){}, -XL:function XL(a,b){this.a=a -this.b=b}, -XK:function XK(){}, -xc:function xc(){}, -xl:function xl(){}, -Fe:function Fe(a,b,c){this.e=a -this.c=b -this.a=c}, -Ff:function Ff(a,b,c){this.e=a -this.c=b -this.a=c}, -ta:function ta(a,b,c){var _=this -_.v=a -_.l$=b -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -AY:function AY(a,b,c,d,e){var _=this -_.dZ=a -_.cb=b -_.v=c -_.l$=d -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=e -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -t_:function t_(){}, -a_X(a,b,c,d){return new A.Ib(d,a,c,b,null)}, -Ib:function Ib(a,b,c,d,e){var _=this -_.d=a -_.f=b -_.r=c -_.y=d -_.a=e}, -Ih:function Ih(){}, -kU:function kU(a){this.a=a}, -VS:function VS(a,b){this.b=a -this.a=b}, -a0g:function a0g(a,b,c,d,e,f,g,h){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.x=h}, -TE:function TE(a,b){this.b=a -this.a=b}, -Dg:function Dg(a){this.b=$ -this.a=a}, -EI:function EI(a){this.c=this.b=$ -this.a=a}, -a0f(a){var s=a.M(t.Cy),r=s==null?null:s.f -return r==null?B.Ew:r}, -Ii:function Ii(){}, -a0d:function a0d(){}, -a0e:function a0e(){}, -aaB:function aaB(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g}, -y0:function y0(a,b,c){this.f=a -this.b=b -this.a=c}, -Ij(a){return new A.nl(a,A.a([],t.ZP),A.a1(0,null,!1,t.Z))}, -nl:function nl(a,b,c){var _=this -_.a=a -_.d=b -_.V$=0 -_.X$=c -_.ab$=_.ae$=0 -_.ac$=!1}, -hI:function hI(){}, -v9:function v9(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -LE:function LE(){}, -ae2(a,b,c,d,e){var s=new A.fT(c,e,d,a,0) -if(b!=null)s.cR$=b -return s}, -axF(a){return a.cR$===0}, -z3:function z3(){}, -eo:function eo(){}, -y5:function y5(a,b,c,d){var _=this -_.d=a -_.a=b -_.b=c -_.cR$=d}, -fT:function fT(a,b,c,d,e){var _=this -_.d=a -_.e=b -_.a=c -_.b=d -_.cR$=e}, -it:function it(a,b,c,d,e,f){var _=this -_.d=a -_.e=b -_.f=c -_.a=d -_.b=e -_.cR$=f}, -lo:function lo(a,b,c,d){var _=this -_.d=a -_.a=b -_.b=c -_.cR$=d}, -JN:function JN(a,b,c,d){var _=this -_.d=a -_.a=b -_.b=c -_.cR$=d}, -tg:function tg(){}, -Bh:function Bh(a,b,c){this.f=a -this.b=b -this.a=c}, -lM:function lM(a){var _=this -_.d=a -_.c=_.b=_.a=null}, -y2:function y2(a,b){this.c=a -this.a=b}, -y3:function y3(a,b){var _=this -_.d=a -_.a=null -_.b=b -_.c=null}, -a0h:function a0h(a){this.a=a}, -a0i:function a0i(a){this.a=a}, -aqN(a,b,c){var s,r -if(a>0){s=a/c -if(b"))}, -aeL(a,b){var s=$.E.t$.Q.h(0,a).gE() -s.toString -return t.r.a(s).ir(b)}, -qf:function qf(a,b){this.a=a -this.b=b}, -qg:function qg(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this -_.a=a -_.b=b -_.c=c -_.d=null -_.e=d -_.f=e -_.r=f -_.x=g -_.y=h -_.z=i -_.Q=j -_.ch=k -_.cx=l -_.cy=m -_.db=!1 -_.fx=_.fr=_.dy=_.dx=null -_.fy=$ -_.V$=0 -_.X$=n -_.ab$=_.ae$=0 -_.ac$=!1}, -a0w:function a0w(){}, -q3:function q3(a,b,c,d,e,f,g,h,i,j,k,l){var _=this -_.c=a -_.d=b -_.e=c -_.r=d -_.x=e -_.ch=f -_.cx=g -_.cy=h -_.db=i -_.dx=j -_.dy=k -_.a=l}, -iF:function iF(a,b,c,d,e){var _=this -_.f=_.e=_.d=null -_.x=_.r=$ -_.y=a -_.z=!1 -_.Q=$ -_.bN$=b -_.aF$=c -_.a=null -_.b=d -_.c=null -_.$ti=e}, -ZE:function ZE(a){this.a=a}, -ZA:function ZA(a){this.a=a}, -ZB:function ZB(a){this.a=a}, -Zx:function Zx(a){this.a=a}, -Zy:function Zy(a){this.a=a}, -Zz:function Zz(a){this.a=a}, -ZC:function ZC(a){this.a=a}, -ZD:function ZD(a){this.a=a}, -ZF:function ZF(a){this.a=a}, -ZG:function ZG(a){this.a=a}, -j3:function j3(a,b,c,d,e,f,g,h,i){var _=this -_.hi=a -_.r1=!1 -_.bd=_.aO=_.aB=_.b1=_.bg=_.aN=_.b0=_.bt=_.ac=_.ab=_.ae=_.X=_.V=_.aJ=_.L=_.K=_.ao=_.y2=_.y1=_.x2=_.x1=_.ry=_.rx=_.r2=null -_.ch=b -_.cy=c -_.db=d -_.dy=_.dx=null -_.fr=!1 -_.fx=null -_.e=e -_.f=f -_.a=g -_.c=h -_.d=i}, -j4:function j4(a,b,c,d,e,f,g,h,i){var _=this -_.df=a -_.a_=_.t=_.l=_.c6=_.dq=_.bd=_.aO=_.aB=_.b1=_.bg=_.aN=null -_.r2=_.r1=!1 -_.ry=_.rx=null -_.ch=b -_.cy=c -_.db=d -_.dy=_.dx=null -_.fr=!1 -_.fx=null -_.e=e -_.f=f -_.a=g -_.c=h -_.d=i}, -t8:function t8(){}, -ye:function ye(a,b){this.c=a -this.a=b}, -Oh:function Oh(a){var _=this -_.d=$ -_.a=null -_.b=a -_.c=null}, -Oi:function Oi(a,b,c){this.y=a -this.b=b -this.a=c}, -nt(a,b,c,d,e){return new A.aK(a,c,e,b,d)}, -atF(){return new A.ql(B.Vv,A.a1(0,null,!1,t.Z))}, -atG(a){var s=A.x(t.y6,t.Xw) -a.ai(0,new A.a12(s)) -return s}, -aK:function aK(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -nO:function nO(a,b){this.a=a -this.b=b}, -ql:function ql(a,b){var _=this -_.b=a -_.c=null -_.V$=0 -_.X$=b -_.ab$=_.ae$=0 -_.ac$=!1}, -a12:function a12(a){this.a=a}, -a11:function a11(){}, -jV:function jV(a,b,c,d){var _=this -_.d=a -_.e=b -_.f=c -_.a=d}, -Bm:function Bm(a){var _=this -_.a=_.d=null -_.b=a -_.c=null}, -Ok:function Ok(a,b,c){this.f=a -this.b=b -this.a=c}, -Oj:function Oj(){}, -Om:function Om(){}, -PJ:function PJ(){}, -atI(a,b){return new A.Ix(b,!0,a,null)}, -Ix:function Ix(a,b,c,d){var _=this -_.e=a -_.r=b -_.y=c -_.a=d}, -a15:function a15(a,b,c){this.a=a -this.b=b -this.c=c}, -th:function th(a,b,c,d,e){var _=this -_.e=a -_.f=b -_.r=c -_.c=d -_.a=e}, -B8:function B8(a,b,c,d,e,f){var _=this -_.l=a -_.t=b -_.a8=c -_.aw=d -_.l$=e -_.r1=_.k4=null -_.r2=!1 -_.ry=_.rx=null -_.x1=0 -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=f -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -a8V:function a8V(a,b){this.a=a -this.b=b}, -a8U:function a8U(a,b){this.a=a -this.b=b}, -Cm:function Cm(){}, -aeQ(a,b){return b}, -aiZ(a,b,c,d,e){return new A.a2i(a,e,!0,!0,!0)}, -atR(a,b,c,d,e){if(b===e-1)return d -return d+(d-c)/(b-a+1)*(e-b-1)}, -asf(a,b){return new A.vS(b,a,null)}, -a2j:function a2j(){}, -te:function te(a){this.a=a}, -a2i:function a2i(a,b,c,d,e){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e}, -a2k:function a2k(a,b,c){this.b=a -this.f=b -this.r=c}, -IT:function IT(){}, -lw:function lw(){}, -IO:function IO(a,b,c){this.f=a -this.d=b -this.a=c}, -qH:function qH(a,b,c,d){var _=this -_.L=a -_.V=_.aJ=null -_.X=!1 -_.dy=null -_.fr=!1 -_.b=_.a=_.fx=null -_.c=b -_.d=null -_.e=$ -_.f=c -_.r=null -_.x=d -_.Q=_.z=null -_.ch=!1 -_.cx=!0 -_.dx=_.db=_.cy=!1}, -a2r:function a2r(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -a2q:function a2q(a,b){this.a=a -this.b=b}, -a2p:function a2p(a,b,c){this.a=a -this.b=b -this.c=c}, -a2s:function a2s(a,b){this.a=a -this.b=b}, -vS:function vS(a,b,c){this.f=a -this.b=b -this.a=c}, -IN:function IN(a,b,c,d){var _=this -_.c=a -_.d=b -_.e=c -_.a=d}, -Oq:function Oq(a,b,c){this.f=a -this.d=b -this.a=c}, -Or:function Or(a,b,c){this.e=a -this.c=b -this.a=c}, -NQ:function NQ(a,b,c){var _=this -_.de=null -_.cn=a -_.cd=null -_.l$=b -_.k4=null -_.d=!1 -_.f=_.e=null -_.x=_.r=!1 -_.y=null -_.z=!1 -_.Q=!0 -_.ch=null -_.cx=!1 -_.cy=null -_.db=!1 -_.dx=c -_.dy=!1 -_.fr=$ -_.fx=!0 -_.fy=null -_.go=!0 -_.id=null -_.a=0 -_.c=_.b=null}, -fV:function fV(){}, -k_:function k_(){}, -yn:function yn(a,b,c,d,e){var _=this -_.K=a -_.dy=_.L=null -_.fr=!1 -_.b=_.a=_.fx=null -_.c=b -_.d=null -_.e=$ -_.f=c -_.r=null -_.x=d -_.Q=_.z=null -_.ch=!1 -_.cx=!0 -_.dx=_.db=_.cy=!1 -_.$ti=e}, -J0:function J0(a){this.a=a}, -mn(a,b,c,d,e,f,g,h,i){return new A.p0(f,g,e,d,c,i,h,a,b)}, -agY(a){var s=a.M(t.uy) -return s==null?null:s.gq9(s)}, -cH(a,b,c,d,e,f,g){return new A.hN(a,null,e,f,g,c,b,d,null)}, -p0:function p0(a,b,c,d,e,f,g,h,i){var _=this -_.x=a -_.y=b -_.z=c -_.Q=d -_.ch=e -_.cx=f -_.cy=g -_.b=h -_.a=i}, -MO:function MO(a){this.a=a}, -hN:function hN(a,b,c,d,e,f,g,h,i){var _=this -_.c=a -_.d=b -_.e=c -_.r=d -_.x=e -_.Q=f -_.cx=g -_.cy=h -_.a=i}, -uR:function uR(){}, -fd:function fd(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -ew:function ew(a,b,c){this.a=a -this.b=b -this.c=c}, -r2:function r2(a,b){this.a=a -this.b=b}, -BK:function BK(a,b){this.a=a -this.b=b}, -a3B:function a3B(){}, -Jt:function Jt(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 -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=$ -_.cx=l -_.db=_.cy=null -_.dx=!1}, -a3E:function a3E(a){this.a=a}, -a3F:function a3F(a){this.a=a}, -a3D:function a3D(a,b){this.a=a -this.b=b}, -BI:function BI(a,b,c,d,e,f,g,h,i,j,k){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.z=h -_.Q=i -_.ch=j -_.a=k}, -BJ:function BJ(a,b,c){var _=this -_.e=_.d=$ -_.dd$=a -_.cc$=b -_.a=null -_.b=c -_.c=null}, -yL:function yL(){}, -yK:function yK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this -_.c=a -_.d=b -_.e=c -_.f=d -_.r=e -_.x=f -_.y=g -_.z=h -_.Q=i -_.ch=j -_.cx=k -_.cy=l -_.db=m -_.dx=n -_.dy=o -_.fr=p -_.a=q}, -BH:function BH(a){var _=this -_.e=_.d=null -_.f=!1 -_.a=_.y=_.x=_.r=null -_.b=a -_.c=null}, -a9R:function a9R(a){this.a=a}, -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}, -a9X:function a9X(a){this.a=a}, -a9Y:function a9Y(a){this.a=a}, -Cq:function Cq(){}, -ajg(a){var s=a.M(t.l3),r=s==null?null:s.f -return r!==!1}, -ajf(a){var s=a.fn(t.l3) -s=s==null?null:s.gG() -t.Wj.a(s) -s=s==null?null:s.r -return s==null?new A.cJ(!0,A.a1(0,null,!1,t.Z),t.uh):s}, -r6:function r6(a,b,c){this.c=a -this.d=b -this.a=c}, -Pa:function Pa(a,b){var _=this -_.d=!0 -_.e=a -_.a=null -_.b=b -_.c=null}, -rA:function rA(a,b,c,d){var _=this -_.f=a -_.r=b -_.b=c -_.a=d}, -iJ:function iJ(){}, -dy:function dy(){}, -PG:function PG(a,b,c){var _=this -_.x=a -_.a=null -_.b=!1 -_.c=null -_.d=b -_.e=null -_.f=c -_.r=$}, -Jz:function Jz(a,b,c,d){var _=this -_.c=a -_.d=b -_.e=c -_.a=d}, -ae4(a,b,c,d){return new A.IM(c,d,a,b,null)}, -aiO(a,b){return new A.Ie(a,b,null)}, -ae1(a,b){return new A.I4(a,b,null)}, -kN(a,b,c){return new A.mt(c,a,b,null)}, -jc(a,b,c){return new A.D1(b,c,a,null)}, -tM:function tM(){}, -za:function za(a){this.a=null -this.b=a -this.c=null}, -a4w:function a4w(){}, -IM:function IM(a,b,c,d,e){var _=this -_.e=a -_.f=b -_.r=c -_.c=d -_.a=e}, -Ie:function Ie(a,b,c){this.r=a -this.c=b -this.a=c}, -I4:function I4(a,b,c){this.r=a -this.c=b -this.a=c}, -mt:function mt(a,b,c,d){var _=this -_.e=a -_.f=b -_.c=c -_.a=d}, -Ev:function Ev(a,b,c,d){var _=this -_.e=a -_.r=b -_.c=c -_.a=d}, -D1:function D1(a,b,c,d){var _=this -_.e=a -_.f=b -_.c=c -_.a=d}, -ajv(a,b,c,d,e,f,g,h){return new A.nL(b,a,g,e,c,d,f,h,null)}, -ajw(a,b){var s -switch(b.a){case 0:s=a.M(t.I) -s.toString -return A.acr(s.f) -case 1:return B.W -case 2:s=a.M(t.I) -s.toString -return A.acr(s.f) -case 3:return B.W}}, -nL:function nL(a,b,c,d,e,f,g,h,i){var _=this -_.e=a -_.r=b -_.x=c -_.y=d -_.z=e -_.Q=f -_.ch=g -_.c=h -_.a=i}, -PD:function PD(a,b,c,d){var _=this -_.K=$ -_.L=a -_.dy=null -_.fr=!1 -_.b=_.a=_.fx=null -_.c=b -_.d=null -_.e=$ -_.f=c -_.r=null -_.x=d -_.Q=_.z=null -_.ch=!1 -_.cx=!0 -_.dx=_.db=_.cy=!1}, -JT:function JT(a,b,c){this.c=a -this.e=b -this.a=c}, -z6:function z6(a,b,c){this.c=a -this.d=b -this.a=c}, -PI:function PI(a){var _=this -_.a=_.d=null -_.b=a -_.c=null}, -u0:function u0(a,b,c,d,e){var _=this -_.f=a -_.c=b -_.d=c -_.a=d -_.$ti=e}, -ox:function ox(){}, -zf:function zf(a,b){var _=this -_.e=_.d=$ -_.a=null -_.b=a -_.c=null -_.$ti=b}, -a4M:function a4M(a){this.a=a}, -a4N:function a4N(a){this.a=a}, -a4L:function a4L(a,b){this.a=a -this.b=b}, -agy(a,b,c,d,e,f){return new A.u1(b,a,d,c,b,null,e.i("@<0>").an(f).i("u1<1,2>"))}, -RH:function RH(){}, -u1:function u1(a,b,c,d,e,f,g){var _=this -_.e=a -_.f=b -_.r=c -_.x=d -_.c=e -_.a=f -_.$ti=g}, -m7:function m7(){}, -zg:function zg(a,b){var _=this -_.r=null -_.y=_.x=$ -_.a=null -_.b=a -_.c=null -_.$ti=b}, -a4P:function a4P(a){this.a=a}, -a4O:function a4O(a){this.a=a}, -zh:function zh(){}, -aqJ(a,b){var s,r,q,p=!1 -try{r=A.q0(a,p,b) -return r}catch(q){r=A.ae(q) -if(r instanceof A.xg){s=r -if(s.a!==A.b8(b))throw q -throw A.c(A.vf(" BlocProvider.of() called with a context that does not contain a "+A.b8(b).j(0)+".\n No ancestor could be found starting from the context that was passed to BlocProvider.of<"+A.b8(b).j(0)+">().\n\n This can happen if the context you used comes from a widget above the BlocProvider.\n\n The context used was: "+a.j(0)+"\n "))}else throw q}}, -aqI(a,b){var s=b.gme(),r=new A.ex(s,A.o(s).i("ex<1>")).mW(new A.RJ(a)) -return r.gt7(r)}, -RI:function RI(){}, -u2:function u2(a,b,c,d,e){var _=this -_.e=a -_.r=b -_.c=c -_.a=d -_.$ti=e}, -RK:function RK(a){this.a=a}, -RJ:function RJ(a){this.a=a}, -Kk:function Kk(){}, -Q(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5){return new A.Er(i,e,d,j,q,h,p,m,s,a3,a1,o,a0,r,n,l,a,a5)}, -Er:function Er(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.x=h -_.y=i -_.z=j -_.Q=k -_.ch=l -_.cx=m -_.db=n -_.dx=o -_.dy=p -_.fr=q -_.k4=r}, -Eq:function Eq(a,b){var _=this -_.a=1970 -_.c=_.b=1 -_.x=_.r=_.f=_.e=_.d=0 -_.Q=_.z=_.y=!1 -_.ch=a -_.cx=null -_.cy=0 -_.db=!1 -_.dx=b}, -SV(a,b){var s=A.az1(b,A.axC(),null) -s.toString -s=new A.hg(new A.T1(),s) -s.yB(a) -return s}, -ark(a){return J.ec($.QV(),a)}, -arj(){return A.a([new A.SX(),new A.SY(),new A.SZ()],t.xf)}, -auR(a){var s,r -if(a==="''")return"'" -else{s=B.d.ag(a,1,a.length-1) -r=$.amJ() -return A.acq(s,r,"'")}}, -hg:function hg(a,b){var _=this -_.a=a -_.b=null -_.c=b -_.y=_.x=_.r=_.f=_.e=_.d=null}, -T1:function T1(){}, -SW:function SW(){}, -T_:function T_(){}, -T0:function T0(a){this.a=a}, -SX:function SX(){}, -SY:function SY(){}, -SZ:function SZ(){}, -iW:function iW(){}, -ru:function ru(a,b){this.a=a -this.b=b}, -rw:function rw(a,b,c){this.d=a -this.a=b -this.b=c}, -rv:function rv(a,b){this.d=null -this.a=a -this.b=b}, -a5N:function a5N(a){this.a=a}, -a5O:function a5O(a){this.a=a}, -a5P:function a5P(){}, -FD:function FD(a){this.a=a -this.b=0}, -ajn(a,b,c){return new A.rc(a,b,A.a([],t.s),c.i("rc<0>"))}, -aeW(a){var s,r -if(a==="C")return"en_ISO" -if(a.length<5)return a -s=a[2] -if(s!=="-"&&s!=="_")return a -r=B.d.dS(a,3) -if(r.length<=3)r=r.toUpperCase() -return a[0]+a[1]+"_"+r}, -az1(a,b,c){var s,r,q -if(b.$1(a))return a -for(s=[A.aeW(a),A.ayG(a),"fallback"],r=0;r<3;++r){q=s[r] -if(b.$1(q))return q}return A.awY(a)}, -awY(a){throw A.c(A.cs('Invalid locale "'+a+'"',null))}, -ayG(a){if(a.length<2)return a -return B.d.ag(a,0,2).toLowerCase()}, -rc:function rc(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.$ti=d}, -G5:function G5(a){this.a=a}, -dr:function dr(a,b){this.a=a -this.b=b}, -Xj:function Xj(a,b,c,d,e,f,g){var _=this -_.a=a -_.c=b -_.d=c -_.e=d -_.f=e -_.r=f -_.x=g}, -ayn(){var s,r,q,p,o,n,m,l,k=null,j=A.awl(A.auw().gM0()),i=new A.D5(k) -if($.E==null){s=A.a([],t.GA) -r=$.a3 -q=A.a([],t.Jh) -p=A.a1(7,k,!1,t.JI) -o=t.S -n=A.cZ(o) -m=t.j1 -l=A.a([],m) -m=A.a([],m) -new A.JV(k,s,!0,new A.bd(new A.ad(r,t.U),t.h),!1,k,!1,!1,k,$,k,!1,0,!1,$,k,new A.OR(A.aT(t.Q)),$,$,$,$,k,q,k,A.axj(),new A.Ft(A.axi(),p,t.G7),!1,0,A.x(o,t.h1),n,l,m,k,!1,B.dG,!0,!1,k,B.z,B.z,k,0,k,!1,k,A.hs(k,t.W2),new A.Z5(A.x(o,t.rr),A.x(t.Ld,t.iD)),new A.Vq(A.x(o,t.cK)),new A.Z8(),A.x(o,t.Fn),$,!1,B.I_).Sq()}s=$.E -s.Nt(new A.u2(i,new A.aca(j),i,k,t.VO)) -s.Ce()}, -awl(a){var s,r,q=a.h(0,"date") -try{s=q!=null?A.SV("dd-MM-yyyy","en_US").a14(q,!1,!1):new A.ao(Date.now(),!1) -return s}catch(r){if(t.VI.b(A.ae(r)))return new A.ao(Date.now(),!1) -else throw r}}, -aca:function aca(a){this.a=a}, -D5:function D5(a){this.a=a}, -asn(a){var s,r=new A.G7(),q=A.a2J(null,!1,t.y3),p=A.a([],t.aU),o=A.a([],t._X),n=A.a([],t.Nd) -$.alQ() -s=$.amZ() -q=new A.jG(a,q,p,o,n,s,null,r) -q.Ss(r,t.xY) -q.Tk(a) -return q}, -jG:function jG(a,b,c,d,e,f,g,h){var _=this -_.db=_.cy=$ -_.dy=a -_.k1=_.id=_.go=_.fy=_.fx=_.fr=null -_.e=b -_.f=c -_.r=d -_.x=e -_.y=f -_.a=g -_.b=$ -_.c=h -_.d=!1}, -Xm:function Xm(a){this.a=a}, -Xl:function Xl(a){this.a=a}, -ej:function ej(){}, -tX:function tX(){}, -iM:function iM(){}, -yR:function yR(){}, -xd:function xd(){}, -wG:function wG(){}, -yp:function yp(a){this.a=a}, -w9:function w9(a){this.a=a}, -cE:function cE(){}, -G7:function G7(){}, -p_:function p_(a,b){this.a=a -this.b=b}, -wb:function wb(a){this.a=a}, -Am:function Am(a,b,c){var _=this -_.d=a -_.e=b -_.a=null -_.b=c -_.c=null}, -a7G:function a7G(){}, -a7F:function a7F(){}, -a7E:function a7E(a,b){this.a=a -this.b=b}, -a7C:function a7C(a,b,c){this.a=a -this.b=b -this.c=c}, -a7y:function a7y(a,b){this.a=a -this.b=b}, -a7t:function a7t(a,b){this.a=a -this.b=b}, -a7u:function a7u(a){this.a=a}, -a7z:function a7z(){}, -a7B:function a7B(){}, -a7A:function a7A(){}, -a7D:function a7D(a,b,c){this.a=a -this.b=b -this.c=c}, -a7v:function a7v(a){this.a=a}, -a7w:function a7w(a){this.a=a}, -a7x:function a7x(a){this.a=a}, -G2:function G2(a){this.a=a}, -atK(a){var s=($.ba+1)%16777215 -$.ba=s -return new A.yf(null,s,a,B.a2)}, -atJ(a){var s=a.aj(),r=($.ba+1)%16777215 -$.ba=r -r=new A.Iy(null,s,r,a,B.a2) -r.gcs(r).c=r -r.gcs(r).a=a -return r}, -Iz:function Iz(){}, -a9u:function a9u(a){this.a=a}, -a9v:function a9v(a){this.a=a}, -nu:function nu(){}, -yf:function yf(a,b,c,d){var _=this -_.Kd$=a -_.dy=null -_.fr=!1 -_.b=_.a=null -_.c=b -_.d=null -_.e=$ -_.f=c -_.r=null -_.x=d -_.Q=_.z=null -_.ch=!1 -_.cx=!0 -_.dx=_.db=_.cy=!1}, -lq:function lq(){}, -qn:function qn(){}, -Iy:function Iy(a,b,c,d,e){var _=this -_.Kd$=a -_.ao=b -_.K=!1 -_.dy=null -_.fr=!1 -_.b=_.a=null -_.c=c -_.d=null -_.e=$ -_.f=d -_.r=null -_.x=e -_.Q=_.z=null -_.ch=!1 -_.cx=!0 -_.dx=_.db=_.cy=!1}, -On:function On(){}, -Oo:function Oo(){}, -aiQ(a,b,c,d){var s,r,q,p,o=A.aix(a,c) -try{q=o -if(q==null)p=null -else{q=q.gm2() -p=q.gm(q)}s=p -if(!c.b(s)){q=A.adZ(A.b8(c),A.w(a.gG())) -throw A.c(q)}r=b.$1(s) -if(o!=null)a.qE(t.IS.a(o),new A.a0x(c,a,b,r)) -else a.M(c.i("dM<0?>")) -return r}finally{}}, -q0(a,b,c){var s,r,q=A.aix(a,c) -if(q==null)s=null -else{r=q.gm2() -s=r.gm(r)}if($.an2()){if(!c.b(s))throw A.c(A.adZ(A.b8(c),A.w(a.gG()))) -return s}return c.a(s)}, -aix(a,b){var s=b.i("rR<0?>?").a(a.fn(b.i("dM<0?>"))) -if(s==null&&!b.b(null))throw A.c(new A.xg(A.b8(b),A.w(a.gG()))) -return s}, -adZ(a,b){return new A.Hn(a,b)}, -vz:function vz(a,b,c,d,e){var _=this -_.e=a -_.f=b -_.c=c -_.a=d -_.$ti=e}, -A2:function A2(a,b,c,d,e){var _=this -_.Kd$=a -_.dy=null -_.fr=!1 -_.b=_.a=null -_.c=b -_.d=null -_.e=$ -_.f=c -_.r=null -_.x=d -_.Q=_.z=null -_.ch=!1 -_.cx=!0 -_.dx=_.db=_.cy=!1 -_.$ti=e}, -a0x:function a0x(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -dM:function dM(a,b,c,d,e){var _=this -_.f=a -_.r=b -_.b=c -_.a=d -_.$ti=e}, -nT:function nT(a,b){var _=this -_.b=_.a=!1 -_.c=a -_.$ti=b}, -rR:function rR(a,b,c,d,e){var _=this -_.de=_.e_=!1 -_.cn=!0 -_.df=_.cd=!1 -_.ev=_.a6=$ -_.c6=a -_.dy=null -_.fr=!1 -_.b=_.a=null -_.c=b -_.d=null -_.e=$ -_.f=c -_.r=null -_.x=d -_.Q=_.z=null -_.ch=!1 -_.cx=!0 -_.dx=_.db=_.cy=!1 -_.$ti=e}, -a7_:function a7_(a,b){this.a=a -this.b=b}, -a70:function a70(a){this.a=a}, -Le:function Le(){}, -hS:function hS(){}, -rr:function rr(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.$ti=g}, -zu:function zu(a){var _=this -_.b=null -_.c=!1 -_.a=_.f=_.e=_.d=null -_.$ti=a}, -Hn:function Hn(a,b){this.a=a -this.b=b}, -xg:function xg(a,b){this.a=a -this.b=b}, -ajm(){return new A.JF(new Uint8Array(0),0)}, -k6:function k6(){}, -M6:function M6(){}, -JF:function JF(a,b){this.a=a -this.b=b}, -wm(a){var s=new A.aY(new Float64Array(16)) -if(s.jT(a)===0)return null -return s}, -asx(){return new A.aY(new Float64Array(16))}, -asy(){var s=new A.aY(new Float64Array(16)) -s.dj() -return s}, -mW(a,b,c){var s=new Float64Array(16),r=new A.aY(s) -r.dj() -s[14]=c -s[13]=b -s[12]=a -return r}, -Gd(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)}, -aiy(){var s=new Float64Array(4) -s[3]=1 -return new A.ld(s)}, -mU:function mU(a){this.a=a}, -aY:function aY(a){this.a=a}, -ld:function ld(a){this.a=a}, -d5:function d5(a){this.a=a}, -hP:function hP(a){this.a=a}, -arh(a){a.M(t.H5) -return null}, -alm(a){return t.jj.b(a)||t.I3.b(a)||t.X_.b(a)||t.J2.b(a)||t._A.b(a)||t.VW.b(a)||t.oL.b(a)}, -alB(a){if(typeof dartPrint=="function"){dartPrint(a) -return}if(typeof console=="object"&&typeof console.log!="undefined"){console.log(a) -return}if(typeof window=="object")return -if(typeof print=="function"){print(a) -return}throw"Unable to print message: "+String(a)}, -oj(a){var s=B.d.ap(u.s,a>>>6)+(a&63),r=s&1,q=B.d.ap(u.M,s>>>1) -return q>>>4&-r|q&15&r-1}, -j8(a,b){var s=B.d.ap(u.s,1024+(a&1023))+(b&1023),r=s&1,q=B.d.ap(u.M,s>>>1) -return q>>>4&-r|q&15&r-1}, -ayO(){return new A.ao(Date.now(),!1)}, -QF(a,b,c,d,e){return A.axp(a,b,c,d,e,e)}, -axp(a,b,c,d,e,f){var s=0,r=A.aj(f),q -var $async$QF=A.ak(function(g,h){if(g===1)return A.ag(h,r) -while(true)switch(s){case 0:s=3 -return A.an(null,$async$QF) -case 3:q=a.$1(b) -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$QF,r)}, -afe(a,b){var s,r -if(a==null)return b==null -if(b==null||a.a!==b.gq(b))return!1 -if(a===b)return!0 -for(s=A.h2(a,a.r,A.o(a).c),r=s.$ti.c;s.u();)if(!b.A(0,r.a(s.d)))return!1 -return!0}, -dP(a,b){var s -if(a==null)return b==null -if(b==null||a.length!==b.length)return!1 -if(a===b)return!0 -for(s=0;s1e6){if(q.b==null)q.b=$.Hk.$0() -q.eB(0) -$.Qx=0}while(!0){if($.Qx<12288){q=$.QW() -q=!q.gR(q)}else q=r -if(!q)break -s=$.QW().ls() -$.Qx=$.Qx+s.length -A.alB(s)}r=$.QW() -if(!r.gR(r)){$.aeE=!0 -$.Qx=0 -A.c_(B.d2,A.ayB()) -if($.ab0==null)$.ab0=new A.bd(new A.ad($.a3,t.U),t.h)}else{$.afr().qC(0) -r=$.ab0 -if(r!=null)r.dl(0) -$.ab0=null}}, -adh(a,b,c){var s,r=A.a2(a) -if(c>0)if(r.b){s=r.ch -if(s.a===B.aa){s=s.fy.a -s=A.ap(255,b.gm(b)>>>16&255,b.gm(b)>>>8&255,b.gm(b)&255).k(0,A.ap(255,s>>>16&255,s>>>8&255,s&255))}else s=!1}else s=!1 -else s=!1 -if(s){s=r.ch.go.a -return A.ad6(A.ap(B.c.aU(255*((4.5*Math.log(c+1)+2)/100)),s>>>16&255,s>>>8&255,s&255),b)}return b}, -UC(a){var s=0,r=A.aj(t.H),q -var $async$UC=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)$async$outer:switch(s){case 0:a.gE().v8(B.Ys) -switch(A.a2(a).r.a){case 0:case 1:q=A.Jd(B.Yn) -s=1 -break $async$outer -case 2:case 3:case 4:case 5:q=A.cY(null,t.H) -s=1 -break $async$outer}case 1:return A.ah(q,r)}}) -return A.ai($async$UC,r)}, -ahk(a){a.gE().v8(B.TQ) -switch(A.a2(a).r.a){case 0:case 1:return A.Fs() -case 2:case 3:case 4:case 5:return A.cY(null,t.H)}}, -asR(){switch(A.eB().a){case 0:case 1:case 3:case 5:return!1 -case 2:case 4:return!0}}, -ayy(a,b,c,d,e){var s,r,q,p,o,n,m=d.b,l=m+e,k=a.b,j=c.b-10,i=l+k<=j -k=m-e-k -s=k>=10 -if(b)r=i||!s -else r=!(s||!i) -q=r?Math.min(l,j):Math.max(k,10) -m=c.a -l=a.a -if(m-20m-n?k-l:o-j}return new A.k(p,q)}, -ahu(a,b,c){return null}, -Xy(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.k(s[12],s[13]) -return null}, -asA(a,b){var s,r -if(a===b)return!0 -if(a==null)return A.adH(b) -s=a.a -r=b.a -return s[0]===r[0]&&s[1]===r[1]&&s[2]===r[2]&&s[3]===r[3]&&s[4]===r[4]&&s[5]===r[5]&&s[6]===r[6]&&s[7]===r[7]&&s[8]===r[8]&&s[9]===r[9]&&s[10]===r[10]&&s[11]===r[11]&&s[12]===r[12]&&s[13]===r[13]&&s[14]===r[14]&&s[15]===r[15]}, -adH(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}, -el(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.k(p,o) -else return new A.k(p/n,o/n)}, -Xx(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=$.acy() -s[2]=q -s[0]=q -s[3]=p -s[1]=p}else{s=$.acy() -if(qs[2])s[2]=q -if(p>s[3])s[3]=p}}, -mX(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.Xx(a4,a5,a6,!0,s) -A.Xx(a4,a7,a6,!1,s) -A.Xx(a4,a5,a9,!1,s) -A.Xx(a4,a7,a9,!1,s) -a7=$.acy() -return new A.v(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.v(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.v(A.ahY(f,d,a0,a2),A.ahY(e,b,a1,a3),A.ahX(f,d,a0,a2),A.ahX(e,b,a1,a3))}}, -ahY(a,b,c,d){var s=ab?a:b,r=c>d?c:d -return s>r?s:r}, -ai_(a,b){var s -if(A.adH(a))return b -s=new A.aY(new Float64Array(16)) -s.ba(a) -s.jT(s) -return A.mX(s,b)}, -ahZ(a){var s,r=new A.aY(new Float64Array(16)) -r.dj() -s=new A.hP(new Float64Array(4)) -s.qz(0,0,0,a.a) -r.ve(0,s) -s=new A.hP(new Float64Array(4)) -s.qz(0,0,0,a.b) -r.ve(1,s) -return r}, -CL(a,b,c){if(a==null||!1)return a===b -return a>b-c&&a4294967295)throw A.c(A.bu(a,0,4294967295,"length",null)) -return J.FG(new Array(a),b)}, -vM(a,b){if(a<0)throw A.c(A.cs("Length must be a non-negative integer: "+a,null)) -return A.a(new Array(a),b.i("t<0>"))}, -ahH(a,b){if(a<0)throw A.c(A.cs("Length must be a non-negative integer: "+a,null)) -return A.a(new Array(a),b.i("t<0>"))}, -FG(a,b){return J.Wt(A.a(a,b.i("t<0>")))}, -Wt(a){a.fixed$length=Array -return a}, -ahI(a){a.fixed$length=Array -a.immutable$list=Array -return a}, -asc(a,b){return J.R2(a,b)}, -ahJ(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}}, -adu(a,b){var s,r -for(s=a.length;b0;b=s){s=b-1 -r=B.d.ay(a,s) -if(r!==32&&r!==13&&!J.ahJ(r))break}return b}, -j7(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.pu.prototype -return J.vP.prototype}if(typeof a=="string")return J.jy.prototype -if(a==null)return J.vO.prototype -if(typeof a=="boolean")return J.vN.prototype -if(a.constructor==Array)return J.t.prototype -if(typeof a!="object"){if(typeof a=="function")return J.ig.prototype -return a}if(a instanceof A.M)return a -return J.QJ(a)}, -ay0(a){if(typeof a=="number")return J.kZ.prototype -if(typeof a=="string")return J.jy.prototype -if(a==null)return a -if(a.constructor==Array)return J.t.prototype -if(typeof a!="object"){if(typeof a=="function")return J.ig.prototype -return a}if(a instanceof A.M)return a -return J.QJ(a)}, -aD(a){if(typeof a=="string")return J.jy.prototype -if(a==null)return a -if(a.constructor==Array)return J.t.prototype -if(typeof a!="object"){if(typeof a=="function")return J.ig.prototype -return a}if(a instanceof A.M)return a -return J.QJ(a)}, -bO(a){if(a==null)return a -if(a.constructor==Array)return J.t.prototype -if(typeof a!="object"){if(typeof a=="function")return J.ig.prototype -return a}if(a instanceof A.M)return a -return J.QJ(a)}, -ay1(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.pu.prototype -return J.vP.prototype}if(a==null)return a -if(!(a instanceof A.M))return J.iQ.prototype -return a}, -alh(a){if(typeof a=="number")return J.kZ.prototype -if(a==null)return a -if(!(a instanceof A.M))return J.iQ.prototype -return a}, -ali(a){if(typeof a=="number")return J.kZ.prototype -if(typeof a=="string")return J.jy.prototype -if(a==null)return a -if(!(a instanceof A.M))return J.iQ.prototype -return a}, -abU(a){if(typeof a=="string")return J.jy.prototype -if(a==null)return a -if(!(a instanceof A.M))return J.iQ.prototype -return a}, -l(a){if(a==null)return a -if(typeof a!="object"){if(typeof a=="function")return J.ig.prototype -return a}if(a instanceof A.M)return a -return J.QJ(a)}, -CD(a){if(a==null)return a -if(!(a instanceof A.M))return J.iQ.prototype -return a}, -afC(a,b){if(typeof a=="number"&&typeof b=="number")return a+b -return J.ay0(a).W(a,b)}, -f(a,b){if(a==null)return b==null -if(typeof a!="object")return b!=null&&a===b -return J.j7(a).k(a,b)}, -anF(a,b){if(typeof a=="number"&&typeof b=="number")return a*b -return J.ali(a).a2(a,b)}, -afD(a,b){if(typeof a=="number"&&typeof b=="number")return a-b -return J.alh(a).a4(a,b)}, -anG(a,b,c){return J.l(a).T2(a,b,c)}, -anH(a){return J.l(a).Tl(a)}, -anI(a,b,c,d){return J.l(a).Tm(a,b,c,d)}, -afE(a,b){return J.l(a).Tn(a,b)}, -anJ(a,b){return J.l(a).To(a,b)}, -anK(a,b,c){return J.l(a).Tp(a,b,c)}, -anL(a,b){return J.l(a).Tq(a,b)}, -anM(a,b,c,d,e,f,g){return J.l(a).Tr(a,b,c,d,e,f,g)}, -anN(a,b,c,d,e){return J.l(a).Ts(a,b,c,d,e)}, -anO(a,b){return J.l(a).Tt(a,b)}, -anP(a,b){return J.l(a).TJ(a,b)}, -anQ(a,b){return J.l(a).Uf(a,b)}, -ax(a,b){if(typeof b==="number")if(a.constructor==Array||typeof a=="string"||A.alo(a,a[v.dispatchPropertyName]))if(b>>>0===b&&b>>0===b&&b0?1:a<0?-1:a -return J.ay1(a).gCJ(a)}, -apB(a){return J.l(a).gCQ(a)}, -acO(a){return J.l(a).gil(a)}, -apC(a){return J.l(a).gm(a)}, -aga(a){return J.l(a).gbm(a)}, -apD(a){return J.l(a).MV(a)}, -acP(a){return J.l(a).dB(a)}, -R9(a){return J.l(a).MZ(a)}, -apE(a){return J.l(a).BP(a)}, -apF(a,b,c,d){return J.l(a).N2(a,b,c,d)}, -agb(a,b){return J.l(a).N3(a,b)}, -apG(a,b,c){return J.l(a).N4(a,b,c)}, -apH(a){return J.l(a).N5(a)}, -apI(a){return J.l(a).N6(a)}, -agc(a){return J.l(a).N7(a)}, -apJ(a){return J.l(a).N8(a)}, -apK(a){return J.l(a).Na(a)}, -apL(a){return J.l(a).Nb(a)}, -apM(a){return J.l(a).Nd(a)}, -apN(a){return J.l(a).qo(a)}, -apO(a,b,c){return J.bO(a).qq(a,b,c)}, -apP(a){return J.l(a).Nm(a)}, -apQ(a,b,c,d,e){return J.l(a).Nn(a,b,c,d,e)}, -apR(a){return J.l(a).nB(a)}, -apS(a,b){return J.l(a).f1(a,b)}, -apT(a,b){return J.l(a).kz(a,b)}, -agd(a){return J.l(a).a88(a)}, -apU(a){return J.CD(a).pv(a)}, -apV(a){return J.bO(a).Au(a)}, -apW(a,b){return J.bO(a).bB(a,b)}, -apX(a,b){return J.l(a).ei(a,b)}, -apY(a,b,c){return J.l(a).bR(a,b,c)}, -apZ(a,b){return J.CD(a).a8r(a,b)}, -Ra(a,b,c){return J.bO(a).i9(a,b,c)}, -age(a,b,c,d){return J.bO(a).AB(a,b,c,d)}, -aq_(a,b,c){return J.l(a).dv(a,b,c)}, -aq0(a,b){return J.j7(a).LA(a,b)}, -aq1(a,b,c){return J.CD(a).B1(a,b,c)}, -aq2(a){return J.l(a).dN(a)}, -aq3(a,b,c,d){return J.l(a).a9H(a,b,c,d)}, -aq4(a,b,c,d){return J.l(a).q0(a,b,c,d)}, -agf(a,b){return J.l(a).nn(a,b)}, -CU(a,b,c){return J.l(a).bK(a,b,c)}, -aq5(a,b,c,d,e){return J.l(a).a9I(a,b,c,d,e)}, -aq6(a,b,c){return J.l(a).q6(a,b,c)}, -agg(a,b,c){return J.l(a).a9Q(a,b,c)}, -aq7(a){return J.l(a).a9U(a)}, -cg(a){return J.bO(a).bD(a)}, -m0(a,b){return J.bO(a).B(a,b)}, -agh(a,b,c){return J.l(a).ut(a,b,c)}, -aq8(a,b,c,d){return J.l(a).no(a,b,c,d)}, -aq9(a){return J.bO(a).fl(a)}, -aqa(a,b,c,d){return J.l(a).ij(a,b,c,d)}, -aqb(a,b){return J.l(a).aa4(a,b)}, -aqc(a){return J.l(a).eB(a)}, -agi(a){return J.l(a).bE(a)}, -agj(a,b){return J.l(a).lv(a,b)}, -agk(a,b,c,d){return J.l(a).aad(a,b,c,d)}, -agl(a){return J.l(a).bz(a)}, -agm(a,b,c,d,e){return J.l(a).Ns(a,b,c,d,e)}, -agn(a,b,c){return J.l(a).cO(a,b,c)}, -aqd(a){return J.l(a).Nz(a)}, -aqe(a,b){return J.aD(a).sq(a,b)}, -aqf(a,b){return J.l(a).Co(a,b)}, -acQ(a,b){return J.l(a).va(a,b)}, -Rb(a,b){return J.l(a).NO(a,b)}, -aqg(a,b){return J.l(a).Cv(a,b)}, -aqh(a,b,c,d,e){return J.bO(a).b6(a,b,c,d,e)}, -aqi(a,b){return J.l(a).O_(a,b)}, -aqj(a,b){return J.l(a).CA(a,b)}, -aqk(a,b){return J.l(a).CB(a,b)}, -aql(a,b){return J.l(a).CC(a,b)}, -aqm(a,b){return J.l(a).CD(a,b)}, -Rc(a,b){return J.bO(a).fq(a,b)}, -aqn(a,b){return J.bO(a).f4(a,b)}, -aqo(a,b){return J.abU(a).Oo(a,b)}, -aqp(a,b,c){return J.bO(a).c_(a,b,c)}, -aqq(a){return J.CD(a).vs(a)}, -ago(a,b){return J.bO(a).hs(a,b)}, -aqr(a,b){return J.l(a).aam(a,b)}, -agp(a,b,c){return J.l(a).bG(a,b,c)}, -aqs(a,b,c,d){return J.l(a).fY(a,b,c,d)}, -aqt(a){return J.l(a).aao(a)}, -agq(a){return J.bO(a).ht(a)}, -aqu(a){return J.abU(a).Br(a)}, -aqv(a){return J.bO(a).io(a)}, -dQ(a){return J.j7(a).j(a)}, -aqw(a){return J.l(a).aav(a)}, -aqx(a,b,c,d,e,f,g,h,i,j){return J.l(a).aaA(a,b,c,d,e,f,g,h,i,j)}, -agr(a,b,c){return J.l(a).at(a,b,c)}, -aqy(a){return J.abU(a).aaE(a)}, -aqz(a){return J.abU(a).By(a)}, -aqA(a){return J.l(a).aaF(a)}, -pt:function pt(){}, -vN:function vN(){}, -vO:function vO(){}, -h:function h(){}, -I:function I(){}, -Hc:function Hc(){}, -iQ:function iQ(){}, -ig:function ig(){}, -t:function t(a){this.$ti=a}, -Wz:function Wz(a){this.$ti=a}, -dq:function dq(a,b,c){var _=this -_.a=a -_.b=b -_.c=0 -_.d=null -_.$ti=c}, -kZ:function kZ(){}, -pu:function pu(){}, -vP:function vP(){}, -jy:function jy(){}},B={} -var w=[A,J,B] -hunkHelpers.setFunctionNamesIfNecessary(w) -var $={} -A.D_.prototype={ -sa5P(a){var s,r,q,p=this -if(J.f(a,p.c))return -if(a==null){p.wc() -p.c=null -return}s=p.a.$0() -r=a.a -q=s.a -if(rr){p.wc() -p.b=A.c_(A.cj(0,0,0,r-q,0),p.gyc())}p.c=a}, -wc(){var s=this.b -if(s!=null)s.av(0) -this.b=null}, -a3c(){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.c_(A.cj(0,0,0,q-p,0),s.gyc())}} -A.Rt.prototype={ -gUZ(){var s=new A.ka(new A.rI(window.document.querySelectorAll("meta"),t.xl),t.u8).mN(0,new A.Ru(),new A.Rv()) -return s==null?null:s.content}, -uM(a){var s -if(A.aei(a).gKM())return A.PB(B.jb,a,B.ag,!1) -s=this.gUZ() -if(s==null)s="" -return A.PB(B.jb,s+("assets/"+a),B.ag,!1)}, -dI(a,b){return this.a8s(0,b)}, -a8s(a,b){var s=0,r=A.aj(t.V4),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f,e -var $async$dI=A.ak(function(c,d){if(c===1){o=d -s=p}while(true)switch(s){case 0:f=m.uM(b) -p=4 -s=7 -return A.an(A.as5(f,"arraybuffer"),$async$dI) -case 7:l=d -k=t.pI.a(A.avZ(l.response)) -h=A.l5(k,0,null) -q=h -s=1 -break -p=2 -s=6 -break -case 4:p=3 -e=o -h=A.ae(e) -if(t._p.b(h)){j=h -i=A.aaV(j.target) -if(t.Gf.b(i)){if(i.status===404&&b==="AssetManifest.json"){$.bV().$1("Asset manifest does not exist at `"+A.e(f)+"` \u2013 ignoring.") -q=A.l5(new Uint8Array(A.Cv(B.ag.gtI().eO("{}"))).buffer,0,null) -s=1 -break}h=i.status -h.toString -throw A.c(new A.os(f,h))}$.bV().$1("Caught ProgressEvent with target: "+A.e(i)) -throw e}else throw e -s=6 -break -case 3:s=2 -break -case 6:case 1:return A.ah(q,r) -case 2:return A.ag(o,r)}}) -return A.ai($async$dI,r)}} -A.Ru.prototype={ -$1(a){return J.f(J.apz(a),"assetBase")}, -$S:31} -A.Rv.prototype={ -$0(){return null}, -$S:11} -A.os.prototype={ -j(a){return'Failed to load asset at "'+this.a+'" ('+this.b+")"}, -$icP:1} -A.i0.prototype={ -j(a){return"BrowserEngine."+this.b}} -A.hz.prototype={ -j(a){return"OperatingSystem."+this.b}} -A.S6.prototype={ -gcA(a){var s,r=this.d -if(r==null){this.wv() -s=this.d -s.toString -r=s}return r}, -gcQ(){if(this.z==null)this.wv() -var s=this.e -s.toString -return s}, -wv(){var s,r,q,p,o,n,m,l,k=this,j=!1,i=null,h=k.z -if(h!=null){h.width=0 -k.z.height=0 -k.z=null}h=k.y -if(h!=null&&h.length!==0){h.toString -s=B.b.kl(h,0) -k.z=s -i=s -j=!0 -r=!0}else{h=k.f -q=A.aV() -p=k.r -o=A.aV() -i=k.DR(h,p) -n=i -k.z=n -if(n==null){A.alF() -i=k.DR(h,p)}n=i.style -n.position="absolute" -h=A.e(h/q)+"px" -n.width=h -h=A.e(p/o)+"px" -n.height=h -r=!1}h=k.Q -q=h.lastChild -p=i -if(q==null?p!=null:q!==p)h.appendChild(i) -try{if(j)i.style.removeProperty("z-index") -k.d=i.getContext("2d")}catch(m){}h=k.d -if(h==null){A.alF() -h=k.d=i.getContext("2d")}q=k.cx -k.e=new A.SE(h,k,q,B.id,B.cJ,B.eE) -l=k.gcA(k) -l.save();++k.ch -l.setTransform(1,0,0,1,0,0) -if(r)l.clearRect(0,0,k.f*q,k.r*q) -l.scale(A.aV()*q,A.aV()*q) -k.a1S()}, -DR(a,b){var s=this.cx -return A.az0(B.c.dE(a*s),B.c.dE(b*s))}, -aC(a){var s,r,q,p,o,n=this -n.Rx(0) -if(n.z!=null){s=n.d -if(s!=null)try{s.font=""}catch(q){r=A.ae(q) -if(!J.f(r.name,"NS_ERROR_FAILURE"))throw q}}if(n.z!=null){n.xT() -n.e.eB(0) -p=n.x -if(p==null)p=n.x=A.a([],t.r3) -o=n.z -o.toString -p.push(o) -n.e=n.d=null}n.y=n.x -n.e=n.d=n.z=n.x=null}, -GZ(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.gcA(i) -if(d!=null)for(s=d.length,r=i.cx,q=t.Ci;a>>16&255,q.gm(q)>>>8&255,q.gm(q)&255)) -q.toString -s.shadowColor=q}else{q=A.e8(B.r) -q.toString -s.shadowColor=q}s.translate(-5e4,0) -m=new Float32Array(2) -q=$.bg().x -m[0]=5e4*(q==null?A.aV():q) -q=j.b -q.c.MD(m) -l=m[0] -k=m[1] -m[1]=0 -m[0]=0 -q.c.MD(m) -s.shadowOffsetX=l-m[0] -s.shadowOffsetY=k-m[1]}}, -nq(){var s=this,r=s.Q -if((r==null?null:r.y)!=null){r=$.c9() -r=r===B.R||!1}else r=!1 -if(r)s.a.restore() -r=s.ch -if(r!=null){s.a.translate(-r.a,-r.b) -s.ch=null}}, -hn(a){var s=this.a -if(a===B.ad)s.stroke() -else s.fill()}, -eB(a){var s=this,r=s.a -r.fillStyle="" -s.r=r.fillStyle -r.strokeStyle="" -s.x=r.strokeStyle -r.shadowBlur=0 -r.shadowColor="none" -r.shadowOffsetX=0 -r.shadowOffsetY=0 -r.globalCompositeOperation="source-over" -s.d=B.id -r.lineWidth=1 -s.y=1 -r.lineCap="butt" -s.e=B.cJ -r.lineJoin="miter" -s.f=B.eE -s.ch=null}} -A.O5.prototype={ -aC(a){B.b.sq(this.a,0) -this.b=null -this.c=A.du()}, -bz(a){var s=this.c,r=new A.bA(new Float32Array(16)) -r.ba(s) -s=this.b -s=s==null?null:A.ht(s,!0,t.Sv) -this.a.push(new A.Ic(r,s))}, -bE(a){var s,r=this.a -if(r.length===0)return -s=r.pop() -this.c=s.a -this.b=s.b}, -at(a,b,c){this.c.at(0,b,c)}, -cO(a,b,c){this.c.cO(0,b,c)}, -fX(a,b){this.c.Mq(0,$.amR(),b)}, -aa(a,b){this.c.cf(0,new A.bA(b))}, -l2(a,b){var s,r,q=this.b -if(q==null)q=this.b=A.a([],t.CK) -s=this.c -r=new A.bA(new Float32Array(16)) -r.ba(s) -q.push(new A.nk(b,null,null,r))}, -l1(a,b){var s,r,q=this.b -if(q==null)q=this.b=A.a([],t.CK) -s=this.c -r=new A.bA(new Float32Array(16)) -r.ba(s) -q.push(new A.nk(null,b,null,r))}, -fJ(a,b){var s,r,q=this.b -if(q==null)q=this.b=A.a([],t.CK) -s=this.c -r=new A.bA(new Float32Array(16)) -r.ba(s) -q.push(new A.nk(null,null,b,r))}} -A.eF.prototype={ -l0(a,b){J.afH(this.a,A.akJ($.afs(),b))}, -iF(a,b,c){J.afI(this.a,b.gaI(),$.QU(),c)}, -z4(a,b,c){J.afJ(this.a,A.lZ(b),$.QU(),!0)}, -jR(a,b,c,d){J.afK(this.a,A.fq(b),$.afu()[c.a],d)}, -iJ(a,b,c,d,e,f){J.afM(this.a,A.fq(b),c*57.29577951308232,d*57.29577951308232,!1,f.gaI())}, -eQ(a,b,c,d){J.afN(this.a,b.a,b.b,c,d.gaI())}, -fL(a,b,c,d){J.afO(this.a,A.lZ(b),A.lZ(c),d.gaI())}, -hU(a,b,c,d){J.afP(this.a,b.a,b.b,c.a,c.b,d.gaI())}, -pd(a,b){J.afQ(this.a,b.gaI())}, -fM(a,b,c){var s=b.d -s.toString -J.afR(this.a,b.jn(s),c.a,c.b) -if(!$.tx().AF(b))$.tx().F(0,b)}, -c0(a,b,c){J.afS(this.a,b.gaI(),c.gaI())}, -pe(a,b){J.R5(this.a,b.gaI())}, -cJ(a,b,c){J.afT(this.a,A.lZ(b),c.gaI())}, -cm(a,b,c){J.afU(this.a,A.fq(b),c.gaI())}, -zI(a,b,c,d,e){var s=$.bg().x -if(s==null)s=A.aV() -A.al6(this.a,b,c,d,e,s)}, -bE(a){J.agi(this.a)}, -lv(a,b){J.agj(this.a,b)}, -fX(a,b){J.agk(this.a,b*180/3.141592653589793,0,0)}, -bz(a){return J.agl(this.a)}, -f2(a,b,c){var s=c==null?null:c.gaI() -J.agm(this.a,s,A.fq(b),null,null)}, -cO(a,b,c){J.agn(this.a,b,c)}, -aa(a,b){J.afL(this.a,A.alM(b))}, -at(a,b,c){J.agr(this.a,b,c)}, -gLO(){return null}} -A.Hu.prototype={ -l0(a,b){this.OM(0,b) -this.b.b.push(new A.DD(b))}, -iF(a,b,c){this.ON(0,b,c) -this.b.b.push(new A.DE(b,c))}, -z4(a,b,c){this.OO(0,b,!0) -this.b.b.push(new A.DF(b,!0))}, -jR(a,b,c,d){this.OP(0,b,c,d) -this.b.b.push(new A.DG(b,c,d))}, -iJ(a,b,c,d,e,f){this.OQ(0,b,c,d,!1,f) -this.b.b.push(new A.DH(b,c,d,!1,f))}, -eQ(a,b,c,d){this.OR(0,b,c,d) -this.b.b.push(new A.DI(b,c,d))}, -fL(a,b,c,d){this.OS(0,b,c,d) -this.b.b.push(new A.DJ(b,c,d))}, -hU(a,b,c,d){this.OT(0,b,c,d) -this.b.b.push(new A.DK(b,c,d))}, -pd(a,b){this.OU(0,b) -this.b.b.push(new A.DL(b))}, -fM(a,b,c){this.OV(0,b,c) -this.b.b.push(new A.DM(b,c))}, -c0(a,b,c){this.OW(0,b,c) -this.b.b.push(new A.DN(b,c))}, -pe(a,b){this.OX(0,b) -this.b.b.push(new A.DO(b))}, -cJ(a,b,c){this.OY(0,b,c) -this.b.b.push(new A.DP(b,c))}, -cm(a,b,c){this.OZ(0,b,c) -this.b.b.push(new A.DQ(b,c))}, -zI(a,b,c,d,e){this.P_(0,b,c,d,e) -this.b.b.push(new A.DR(b,c,d,e))}, -bE(a){this.P0(0) -this.b.b.push(B.E5)}, -lv(a,b){this.P1(0,b) -this.b.b.push(new A.DY(b))}, -fX(a,b){this.P2(0,b) -this.b.b.push(new A.DZ(b))}, -bz(a){this.b.b.push(B.E6) -return this.P3(0)}, -f2(a,b,c){this.P4(0,b,c) -this.b.b.push(new A.E0(b,c))}, -cO(a,b,c){this.P5(0,b,c) -this.b.b.push(new A.E1(b,c))}, -aa(a,b){this.P6(0,b) -this.b.b.push(new A.E3(b))}, -at(a,b,c){this.P7(0,b,c) -this.b.b.push(new A.E4(b,c))}, -gLO(){return this.b}} -A.Sh.prototype={ -aas(){var s,r,q,p,o=new self.window.flutterCanvasKit.PictureRecorder(),n=J.l(o),m=n.l_(o,A.fq(this.a)) -for(s=this.b,r=s.length,q=0;q") -r=A.aq(new A.aG(q,new A.VU(),s),!0,s.i("aX.E")) -return r}, -VD(a){var s,r,q,p,o,n,m,l=this.db -if(l.aq(0,a)){s=null.abg(0,"#sk_path_defs") -r=A.a([],t.lX) -q=l.h(0,a) -q.toString -for(p=s.gdX(s),p=p.ga1(p);p.u();){o=p.gD(p) -if(q.A(0,o.gabc(o)))r.push(o)}for(q=r.length,n=0;n") -q=a4.y -p=A.a7(q).i("aI<1>") -r=A.axL(A.aq(new A.aI(a7,new A.VV(),s),!0,s.i("p.E")),A.aq(new A.aI(q,new A.VW(),p),!0,p.i("p.E")))}o=a4.a3t(r) -s=$.bD -if(s==null)s=$.bD=new A.da(self.window.flutterConfiguration) -s=s.gmq(s)<=1 -if(!s)for(s=a4.y,q=a4.r,p=a4.d,n=a4.a,m=t.y1,l=!1,k=0;k") -p=A.aq(new A.aI(s,new A.VT(),q),!0,q.i("p.E")) -o=Math.min(A.es().c-2,p.length) -for(s=t.y1,n=0;ng){f=Math.min(A.es().c-2,s.length-g) -e=A.es().c-2-s.length -for(r=a5.r,q=a5.Q,l=t.y1;f>0;e=d){d=e+1 -k=q[e] -if(r.h(0,k)!=null){j=r.h(0,k) -j.toString -i=$.hM -if(i==null){i=$.bD -i=(i==null?$.bD=new A.da(self.window.flutterConfiguration):i).a -i=i==null?a6:J.tD(i) -if(i==null)i=8 -c=A.cl(a7,a6) -b=A.cl(a7,a6) -a=A.a([],l) -a0=A.a([],l) -i=$.hM=new A.k0(new A.d2(c),new A.d2(b),i,a,a0)}i.Bi(j) -r.B(0,k)}--f}}r=s.length -q=A.es() -a1=Math.min(r,q.c-2-q.d.length) -for(r=a5.r,q=t.y1,n=0;n0&&e") -s=new A.c5(s,r) -return new A.bY(s,s.gq(s),r.i("bY"))}} -A.rf.prototype={} -A.Fi.prototype={ -a6t(a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=a0.length,a=0 -while(!0){if(!(a=160){s=!1 -break}++a}if(s)return -r=A.aT(t.S) -for(b=new A.a_V(a0),q=c.c,p=c.b;b.u();){o=b.d -if(!(o<160||q.A(0,o)||p.A(0,o)))r.F(0,o)}if(r.a===0)return -n=A.aq(r,!0,r.$ti.i("cp.E")) -m=A.a([],t.Jw) -for(b=a1.length,l=0;l127&&e<160 -else e=!0}else e=!0 -i[a]=B.f6.C6(f,e)}}if(B.b.ha(i,new A.V5())){d=A.a([],t.t) -for(a=0;a127&&e<160 -else e=!0}else e=!0 -q[f]=B.f6.C6(d,e)}}b=0 -while(!0){if(!(b=0;--f)if(q[f])B.b.kl(r,f) -A.abO(r)}, -a9P(a,b){var s,r,q,p,o=this,n=J.afE(J.ag7($.cV.cu()),b.buffer) -if(n==null){$.bV().$1("Failed to parse fallback font "+a+" as a font.") -return}s=o.r -s.bK(0,a,new A.V6()) -r=s.h(0,a) -r.toString -q=s.h(0,a) -q.toString -s.p(0,a,q+1) -p=a+" "+A.e(r) -o.e.push(A.aiE(b,p,n)) -if(a==="Noto Color Emoji Compat"){s=o.f -if(B.b.gI(s)==="Roboto")B.b.mR(s,1,p) -else B.b.mR(s,0,p)}else o.f.push(p)}} -A.V4.prototype={ -$0(){return A.a([],t.Cz)}, -$S:136} -A.V5.prototype={ -$1(a){return!a}, -$S:196} -A.V6.prototype={ -$0(){return 0}, -$S:54} -A.abn.prototype={ -$0(){return A.a([],t.Cz)}, -$S:136} -A.abq.prototype={ -$1(a){var s,r,q -for(s=A.adB(a),s=new A.kn(s.a(),s.$ti.i("kn<1>"));s.u();){r=s.gD(s) -if(B.d.cr(r," src:")){q=B.d.fg(r,"url(") -if(q===-1){$.bV().$1("Unable to resolve Noto font URL: "+r) -return null}return B.d.ag(r,q+4,B.d.fg(r,")"))}}$.bV().$1("Unable to determine URL for Noto font") -return null}, -$S:187} -A.abP.prototype={ -$1(a){return B.b.A($.amX(),a)}, -$S:192} -A.abQ.prototype={ -$1(a){return this.a.a.d.c.a.th(a)}, -$S:44} -A.n2.prototype={ -ph(){var s=0,r=A.aj(t.H),q=this,p,o,n -var $async$ph=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:s=q.d==null?2:3 -break -case 2:p=q.c -s=p==null?4:6 -break -case 4:q.c=new A.bd(new A.ad($.a3,t.U),t.h) -p=$.om().a -o=q.a -n=A -s=7 -return A.an(p.zE("https://fonts.googleapis.com/css2?family="+A.acq(o," ","+")),$async$ph) -case 7:q.d=n.awH(b,o) -q.c.dl(0) -s=5 -break -case 6:s=8 -return A.an(p.a,$async$ph) -case 8:case 5:case 3:return A.ah(null,r)}}) -return A.ai($async$ph,r)}, -gaT(a){return this.a}} -A.P.prototype={ -k(a,b){if(b==null)return!1 -if(!(b instanceof A.P))return!1 -return b.a===this.a&&b.b===this.b}, -gw(a){return A.W(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"["+this.a+", "+this.b+"]"}} -A.a93.prototype={ -gaT(a){return this.a}} -A.kk.prototype={ -j(a){return"_ResolvedNotoSubset("+this.b+", "+this.a+")"}} -A.F0.prototype={ -F(a,b){var s,r,q=this -if(q.b.A(0,b)||q.c.aq(0,b.a))return -s=q.c -r=s.gR(s) -s.p(0,b.a,b) -if(r)A.c_(B.z,q.gOq())}, -kD(){var s=0,r=A.aj(t.H),q=1,p,o=[],n=this,m,l,k,j,i,h,g,f,e -var $async$kD=A.ak(function(a,b){if(a===1){p=b -s=q}while(true)switch(s){case 0:g=t.N -f=A.x(g,t.uz) -e=A.x(g,t.H3) -for(g=n.c,m=g.gbm(g),m=m.ga1(m),l=t.H;m.u();){k=m.gD(m) -f.p(0,k.a,A.as0(new A.UA(n,k,e),l))}s=2 -return A.an(A.jv(f.gbm(f),l),$async$kD) -case 2:m=e.gas(e) -m=A.aq(m,!0,A.o(m).i("p.E")) -B.b.hx(m) -l=A.a7(m).i("c5<1>") -j=A.aq(new A.c5(m,l),!0,l.i("aX.E")) -m=j.length,i=0 -case 3:if(!(i")),f=m.a,g=g.i("D.E"),e=t.j,d=!1;h.u();){c=g.a(h.d) -b=J.aD(c) -a=A.bo(b.h(c,"family")) -a0=e.a(b.h(c,"fonts")) -if(a==="Roboto")d=!0 -for(c=J.au(a0);c.u();)f.push(m.op(a3.uM(A.bo(J.ax(j.a(c.gD(c)),"asset"))),a))}if(!d)f.push(m.op("https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf","Roboto")) -case 1:return A.ah(q,r) -case 2:return A.ag(o,r)}}) -return A.ai($async$j4,r)}, -op(a,b){return this.a1E(a,b)}, -a1E(a,b){var s=0,r=A.aj(t.Zc),q,p=2,o,n=[],m=this,l,k,j,i,h,g -var $async$op=A.ak(function(c,d){if(c===1){o=d -s=p}while(true)switch(s){case 0:h=null -p=4 -s=7 -return A.an(A.CE(a).bG(0,m.gXo(),t.pI),$async$op) -case 7:h=d -p=2 -s=6 -break -case 4:p=3 -g=o -l=A.ae(g) -$.bV().$1("Failed to load font "+b+" at "+a) -$.bV().$1(J.dQ(l)) -q=null -s=1 -break -s=6 -break -case 3:s=2 -break -case 6:j=A.df(h,0,null) -i=J.afE(J.ag7($.cV.cu()),j.buffer) -if(i!=null){q=A.aiE(j,b,i) -s=1 -break}else{$.bV().$1("Failed to load font "+b+" at "+a) -$.bV().$1("Verify that "+a+" contains a valid font.") -q=null -s=1 -break}case 1:return A.ah(q,r) -case 2:return A.ag(o,r)}}) -return A.ai($async$op,r)}, -Xp(a){return A.ky(a.arrayBuffer(),t.z).bG(0,new A.a2e(),t.pI)}} -A.a2f.prototype={ -$0(){return A.a([],t.Jw)}, -$S:140} -A.a2g.prototype={ -$0(){return A.a([],t.Jw)}, -$S:140} -A.a2e.prototype={ -$1(a){return t.pI.a(a)}, -$S:97} -A.q4.prototype={} -A.ac1.prototype={ -$1(a){J.aqr(self.window.CanvasKitInit({locateFile:A.lV(new A.ac_())}),A.lV(new A.ac0(this.a)))}, -$S:25} -A.ac_.prototype={ -$2(a,b){var s=$.akp -s.toString -return s+a}, -$S:323} -A.ac0.prototype={ -$1(a){$.cV.b=a -self.window.flutterCanvasKit=$.cV.cu() -this.a.dl(0)}, -$S:322} -A.abA.prototype={ -$1(a){J.acI(this.a.bQ()) -this.b.dl(0)}, -$S:4} -A.FC.prototype={} -A.Wr.prototype={ -$2(a,b){var s,r,q,p,o -for(s=J.au(b),r=this.a,q=this.b.i("ie<0>");s.u();){p=s.gD(s) -o=p.a -p=p.b -r.push(new A.ie(a,o,p,p,q))}}, -$S(){return this.b.i("~(0,z

)")}} -A.Ws.prototype={ -$2(a,b){return a.b-b.b}, -$S(){return this.a.i("n(ie<0>,ie<0>)")}} -A.Wq.prototype={ -$1(a){var s,r,q=a.length -if(q===0)return null -if(q===1)return B.b.gbH(a) -s=q/2|0 -r=a[s] -r.e=this.$1(B.b.c_(a,0,s)) -r.f=this.$1(B.b.e5(a,s+1)) -return r}, -$S(){return this.a.i("ie<0>?(z>)")}} -A.Wp.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("~(ie<0>)")}} -A.ie.prototype={ -Jn(a){return this.b<=a&&a<=this.c}, -th(a){var s,r=this -if(a>r.d)return!1 -if(r.Jn(a))return!0 -s=r.e -if((s==null?null:s.th(a))===!0)return!0 -if(ar.d)return -s=r.e -if(s!=null)s.qu(a,b) -if(r.Jn(a))b.push(r.a) -if(a=q.c||q.b>=q.d)q=o.b -else{n=o.b -if(!(n.a>=n.c||n.b>=n.d))q=q.jZ(n)}}return q}, -lp(a){var s,r,q,p,o -for(s=this.c,r=s.length,q=0;q=o.c||o.b>=o.d))p.hn(a)}}} -A.I2.prototype={ -hn(a){this.lp(a)}} -A.E6.prototype={ -kk(a,b){var s,r,q=null,p=this.f,o=a.c.a -o.push(new A.im(B.VR,q,q,p,q,q)) -s=this.nl(a,b) -r=A.alg(J.acP(p.gaI())) -if(s.B_(r))this.b=s.eT(r) -o.pop()}, -hn(a){var s,r=this,q=a.a -q.bz(0) -s=r.r -q.iF(0,r.f,s!==B.aD) -s=s===B.eY -if(s)q.f2(0,r.b,null) -r.lp(a) -if(s)q.bE(0) -q.bE(0)}, -$iSn:1} -A.E8.prototype={ -kk(a,b){var s,r=null,q=this.f,p=a.c.a -p.push(new A.im(B.VQ,q,r,r,r,r)) -s=this.nl(a,b) -if(s.B_(q))this.b=s.eT(q) -p.pop()}, -hn(a){var s,r,q=a.a -q.bz(0) -s=this.f -r=this.r -q.jR(0,s,B.dQ,r!==B.aD) -r=r===B.eY -if(r)q.f2(0,s,null) -this.lp(a) -if(r)q.bE(0) -q.bE(0)}, -$iSo:1} -A.GC.prototype={ -kk(a,b){var s,r,q,p,o=this,n=null,m=new A.bA(new Float32Array(16)) -m.ba(b) -s=o.r -r=s.a -s=s.b -m.at(0,r,s) -q=A.du() -q.lO(r,s,0) -p=a.c.a -p.push(A.ai3(q)) -p.push(new A.im(B.VT,n,n,n,n,o.f)) -o.Pc(a,m) -p.pop() -p.pop() -o.b=o.b.at(0,r,s)}, -hn(a){var s,r,q,p=this,o=A.bl() -o.saz(0,A.ap(p.f,0,0,0)) -s=a.a -s.bz(0) -r=p.r -q=r.a -r=r.b -s.at(0,q,r) -s.f2(0,p.b.cj(new A.k(-q,-r)),o) -p.lp(a) -s.bE(0) -s.bE(0)}, -$iYq:1} -A.yX.prototype={ -kk(a,b){var s=this.f,r=b.Ly(s),q=a.c.a -q.push(A.ai3(s)) -this.b=A.QP(s,this.nl(a,r)) -q.pop()}, -hn(a){var s=a.a -s.bz(0) -s.aa(0,this.f.a) -this.lp(a) -s.bE(0)}, -$iJC:1} -A.GB.prototype={$iYo:1} -A.Ha.prototype={ -kk(a,b){this.b=this.c.b.cj(this.d)}, -hn(a){var s,r=a.b -r.bz(0) -s=this.d -r.at(0,s.a,s.b) -r.pe(0,this.c) -r.bE(0)}} -A.H8.prototype={ -kk(a,b){var s,r=this -r.nl(a,b) -s=$.bg().x -if(s==null)s=A.aV() -r.b=A.axs(r.y,r.f,s,b)}, -hn(a){var s,r,q,p,o=this,n=o.f -if(n!==0){s=o.x -s.toString -r=o.r -a.b.zI(0,o.y,s,n,(r.gm(r)>>>24&255)!==255)}q=A.bl() -q.saz(0,o.r) -n=o.z -s=n===B.eY -if(!s)a.b.c0(0,o.y,q) -r=a.a -p=r.bz(0) -switch(n.a){case 1:r.iF(0,o.y,!1) -break -case 2:r.iF(0,o.y,!0) -break -case 3:r.iF(0,o.y,!0) -r.f2(0,o.b,null) -break -case 0:break}if(s)a.b.pd(0,q) -o.lp(a) -r.lv(0,p)}, -$iYQ:1} -A.FQ.prototype={ -n(a){}} -A.X4.prototype={ -IO(a,b){throw A.c(A.c1(null))}, -IP(a,b,c,d){var s=A.b(this.b,"currentLayer"),r=new A.Ha(t.Bn.a(b),a,B.T) -r.a=s -s.c.push(r)}, -IQ(a){var s=A.b(this.b,"currentLayer") -t.L6.a(a) -a.a=s -s.c.push(a)}, -bA(a){return new A.FQ(new A.X5(this.a,$.bg().gnj()))}, -dN(a){var s,r=this,q="currentLayer" -if(A.b(r.b,q)===r.a)return -s=A.b(r.b,q).a -s.toString -r.b=s}, -LW(a,b,c){return this.nm(new A.E6(t.E_.a(a),b,A.a([],t.k5),B.T))}, -LX(a,b,c){return this.nm(new A.E8(a,b,A.a([],t.k5),B.T))}, -B8(a,b,c){var s=A.du() -s.lO(a,b,0) -return this.nm(new A.GB(s,A.a([],t.k5),B.T))}, -LY(a,b,c){return this.nm(new A.GC(a,b,A.a([],t.k5),B.T))}, -LZ(a,b,c,d,e,f){return this.nm(new A.H8(c,b,f,t.E_.a(e),a,A.a([],t.k5),B.T))}, -q1(a,b){return this.nm(new A.yX(new A.bA(A.QO(a)),A.a([],t.k5),B.T))}, -Cp(a){}, -Cq(a){}, -Cy(a){}, -a9F(a){var s=A.b(this.b,"currentLayer") -a.a=s -s.c.push(a) -return this.b=a}, -nm(a){return this.a9F(a,t.vn)}} -A.X5.prototype={ -a9q(a,b){var s,r,q,p=A.a([],t.iW),o=new A.Sf(p),n=a.a -p.push(n) -s=a.c.Ni() -for(r=0;r0))q.cx=null -else{s=new A.DV(a.a,s) -s.lZ(null,t.VE) -q.cx=s}s=q.gaI() -r=q.cx -J.aqg(s,r==null?null:r.gaI())}, -mx(){var s,r=new self.window.flutterCanvasKit.Paint(),q=J.l(r) -q.Cm(r,!0) -s=this.x -q.va(r,s.gm(s)) -return r}, -q8(){var s=this,r=null,q=new self.window.flutterCanvasKit.Paint(),p=s.b,o=J.l(q) -o.Co(q,$.aft()[p.a]) -p=s.c -o.CD(q,$.afv()[p.a]) -o.CC(q,s.d) -o.Cm(q,!0) -p=s.x -o.va(q,p.gm(p)) -p=s.Q -o.CA(q,p==null?r:p.gaI()) -p=s.cx -o.Cv(q,p==null?r:p.gaI()) -o.NG(q,r) -p=s.fr -o.NS(q,p==null?r:p.gaI()) -p=s.e -o.CB(q,$.afw()[p.a]) -o.O3(q,$.anm()[0]) -o.O4(q,0) -return q}, -fb(a){var s=this.a -if(s!=null)J.ja(s)}, -$ipP:1} -A.oJ.prototype={ -sKe(a){if(this.b===a)return -this.b=a -J.Rb(this.gaI(),$.R0()[a.a])}, -jG(a,b,c,d){J.anS(this.gaI(),A.fq(b),c*57.29577951308232,d*57.29577951308232)}, -oG(a,b){J.anU(this.gaI(),A.fq(b),!1,1)}, -h7(a,b){J.anW(this.gaI(),A.lZ(b),!1)}, -h8(a,b){J.anX(this.gaI(),A.fq(b))}, -kZ(a,b,c,d,e){J.anY(this.gaI(),A.fq(b),c*57.29577951308232,d*57.29577951308232,e)}, -IY(a,b,c){J.anZ(this.gaI(),c.a,c.b,0,!0,!0,a.a,a.b)}, -cl(a){J.acK(this.gaI())}, -A(a,b){return J.ao3(this.gaI(),b.a,b.b)}, -dB(a){var s=J.acP(this.gaI()) -return new A.v(s[0],s[1],s[2],s[3])}, -bR(a,b,c){J.apY(this.gaI(),b,c)}, -dv(a,b,c){J.aq_(this.gaI(),b,c)}, -Ba(a,b,c,d){J.aq5(this.gaI(),a,b,c,d)}, -eB(a){this.b=B.bK -J.aqc(this.gaI())}, -cj(a){var s=J.ao4(this.gaI()) -J.aqx(s,1,0,a.a,0,1,a.b,0,0,1) -return A.ar2(s,this.b)}, -gu3(){return!0}, -mx(){var s=new self.window.flutterCanvasKit.Path(),r=this.b -J.Rb(s,$.R0()[r.a]) -return s}, -fb(a){var s -this.c=J.aqt(this.gaI()) -s=this.a -if(s!=null)J.ja(s)}, -q8(){var s,r=J.ap3($.cV.cu()),q=this.c -q.toString -s=J.anJ(r,q) -q=this.b -J.Rb(s,$.R0()[q.a]) -return s}, -$ipR:1} -A.un.prototype={ -n(a){var s,r=this -r.d=!0 -s=r.c -if(s!=null)s.n(0) -s=r.a -if(s!=null)J.ja(s) -r.a=null}, -gu3(){return!0}, -mx(){throw A.c(A.a6("Unreachable code"))}, -q8(){return this.c.aas()}, -fb(a){var s -if(!this.d){s=this.a -if(s!=null)J.ja(s)}}} -A.mj.prototype={ -l_(a,b){var s,r -this.a=b -s=new self.window.flutterCanvasKit.PictureRecorder() -this.b=s -r=J.ao_(s,A.fq(b)) -return this.c=$.afy()?new A.eF(r):new A.Hu(new A.Sh(b,A.a([],t.Ns)),r)}, -tJ(){var s,r,q=this,p=q.b -if(p==null)throw A.c(A.a6("PictureRecorder is not recording")) -s=J.l(p) -r=s.Kk(p) -s.fb(p) -q.b=null -s=new A.un(q.a,q.c.gLO()) -s.lZ(r,t.xc) -return s}, -gLf(){return this.b!=null}} -A.Zq.prototype={ -a6d(a){var s,r,q,p,o -try{p=a.b -if(p.gR(p))return -s=A.es().a.yx(p) -$.acx().ch=p -r=new A.eF(J.R9(s.a.a)) -q=new A.Vg(r,null,$.acx()) -q.a9J(a,!0) -p=A.es().a -if(!p.cx){o=$.h5 -o.toString -J.ag8(o).mR(0,0,p.y)}p.cx=!0 -J.aqq(s) -$.acx().Ow(0)}finally{this.a29()}}, -a29(){var s,r -for(s=this.b,r=0;rr.a)A.atP(r)}, -aa7(a){var s,r,q,p,o,n=this.a/2|0 -for(s=this.b,r=s.a,q=this.c,p=0;pr;){o=q.a.xL(0);--s.b -p.B(0,o) -o.fb(0) -o.tu()}}} -A.ep.prototype={} -A.hu.prototype={ -lZ(a,b){var s=this,r=a==null?s.mx():a -s.a=r -if($.afy())$.alV().q6(0,s,t.s7.a(r)) -else if(s.gu3()){A.IJ() -$.afl().F(0,s)}else{A.IJ() -$.yk.push(s)}}, -gaI(){var s,r=this,q=r.a -if(q==null){s=r.q8() -r.a=s -if(r.gu3()){A.IJ() -$.afl().F(0,r)}else{A.IJ() -$.yk.push(r)}q=s}return q}, -tu(){if(this.a==null)return -this.a=null}, -gu3(){return!1}} -A.yx.prototype={ -vs(a){return this.b.$2(this,new A.eF(J.R9(this.a.a)))}} -A.d2.prototype={ -HJ(){var s,r=this.x -if(r!=null){s=this.f -if(s!=null)J.aqi(s,r)}}, -yx(a){return new A.yx(this.tl(a),new A.a2T(this))}, -tl(a){var s,r,q,p,o,n,m,l,k,j=this,i="webglcontextrestored",h="webglcontextlost" -if(a.gR(a))throw A.c(A.agL("Cannot create surfaces of empty size.")) -s=j.db -if(!j.b&&s!=null&&a.a===s.a&&a.b===s.b){r=$.bg().x -if(r==null)r=A.aV() -if(r!==j.dx)j.Ik() -r=j.a -r.toString -return r}r=$.bg() -q=r.x -j.dx=q==null?A.aV():q -p=j.cy -if(j.b||p==null||a.a>p.a||a.b>p.b){o=p==null?a:a.a2(0,1.4) -q=j.a -if(q!=null)q.n(0) -j.a=null -j.cx=!1 -q=j.f -if(q!=null)J.aq7(q) -q=j.f -if(q!=null)J.ja(q) -j.f=null -q=j.z -if(q!=null){B.bl.no(q,i,j.e,!1) -q=j.z -q.toString -B.bl.no(q,h,j.d,!1) -q=j.z -q.toString -B.bl.bD(q) -j.d=j.e=null}j.Q=B.c.dE(o.a) -q=B.c.dE(o.b) -j.ch=q -n=j.z=A.Dw(q,j.Q) -q=n.style -q.position="absolute" -j.Ik() -j.e=j.gVV() -q=j.gVT() -j.d=q -B.bl.jI(n,h,q,!1) -B.bl.jI(n,i,j.e,!1) -q=j.c=j.b=!1 -m=$.hV -if((m==null?$.hV=A.Cu():m)!==-1){q=$.bD -if(q==null)q=$.bD=new A.da(self.window.flutterConfiguration) -q=!q.gt9(q)}if(q){q=$.cV.cu() -m=$.hV -if(m==null)m=$.hV=A.Cu() -l=j.r=J.anG(q,n,{antialias:0,majorVersion:m}) -if(l!==0){q=J.anL($.cV.cu(),l) -j.f=q -if(q==null)A.L(A.agL("Failed to initialize CanvasKit. CanvasKit.MakeGrContext returned null.")) -j.HJ()}}j.y.appendChild(n) -j.cy=o}j.db=a -k=B.c.dE(a.b) -q=j.ch -r=r.x -if(r==null)r=A.aV() -m=j.z.style -r="translate(0, -"+A.e((q-k)/r)+"px)" -B.f.ar(m,B.f.a9(m,"transform"),r,"") -return j.a=j.W7(a)}, -Ik(){var s,r,q=this.Q,p=$.bg(),o=p.x -if(o==null)o=A.aV() -s=this.ch -p=p.x -if(p==null)p=A.aV() -r=this.z.style -o=A.e(q/o)+"px" -r.width=o -q=A.e(s/p)+"px" -r.height=q}, -VW(a){this.c=!1 -$.bj().Ar() -a.stopPropagation() -a.preventDefault()}, -VU(a){var s=this,r=A.es() -s.c=!0 -if(r.a8b(s)){s.b=!0 -a.preventDefault()}else s.n(0)}, -W7(a){var s,r,q=this,p=$.hV -if((p==null?$.hV=A.Cu():p)===-1){p=q.z -p.toString -return q.rp(p,"WebGL support not detected")}else{p=$.bD -if(p==null)p=$.bD=new A.da(self.window.flutterConfiguration) -if(p.gt9(p)){p=q.z -p.toString -return q.rp(p,"CPU rendering forced by application")}else if(q.r===0){p=q.z -p.toString -return q.rp(p,"Failed to initialize WebGL context")}else{p=$.cV.cu() -s=q.f -s.toString -r=J.anN(p,s,B.c.dE(a.a),B.c.dE(a.b),self.window.flutterCanvasKit.ColorSpace.SRGB) -if(r==null){p=q.z -p.toString -return q.rp(p,"Failed to initialize WebGL surface")}return new A.E2(r)}}}, -rp(a,b){if(!$.aj2){$.bV().$1("WARNING: Falling back to CPU-only rendering. "+b+".") -$.aj2=!0}return new A.E2(J.anO($.cV.cu(),a))}, -n(a){var s=this,r=s.z -if(r!=null)B.bl.no(r,"webglcontextlost",s.d,!1) -r=s.z -if(r!=null)B.bl.no(r,"webglcontextrestored",s.e,!1) -s.e=s.d=null -J.cg(s.y) -r=s.a -if(r!=null)r.n(0)}} -A.a2T.prototype={ -$2(a,b){J.ao8(this.a.a.a) -return!0}, -$S:226} -A.E2.prototype={ -n(a){if(this.c)return -J.R4(this.a) -this.c=!0}} -A.k0.prototype={ -uW(){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+2>>0 -if((r|2)===r)s=(s|J.ap1($.cV.cu()))>>>0 -a.decoration=(r|4)===r?(s|J.aoR($.cV.cu()))>>>0:s}if(j!=null)a.decorationThickness=j -if(l!=null)a.decorationColor=A.CK(l) -if(k!=null)a.decorationStyle=$.anp()[k.a] -if(h!=null)a.textBaseline=$.ano()[h.a] -if(g!=null)a.fontSize=g -if(f!=null)a.letterSpacing=f -if(e!=null)a.wordSpacing=e -if(d!=null)a.heightMultiplier=d -switch(o.db){case null:break -case B.CY:a.halfLeading=!0 -break -case B.CX:a.halfLeading=!1 -break}q=o.go -if(q===$){p=A.aeK(o.y,o.z) -A.bp(o.go,"effectiveFontFamilies") -o.go=p -q=p}a.fontFamilies=q -if(i!=null||!1)a.fontStyle=A.afg(i,o.r) -if(b!=null)a.foregroundColor=A.CK(b.x) -return J.anQ($.cV.cu(),a)}, -$S:207} -A.uo.prototype={ -k(a,b){var s,r=this -if(b==null)return!1 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.uo)if(b.a==r.a)if(b.c==r.c)if(b.d==r.d)if(b.f==r.f)s=A.CJ(b.b,r.b) -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -return s}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.y,s.f,s.r,!0,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} -A.um.prototype={ -jn(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=f.a -if(e==null){r=A.agN(f.b) -for(q=f.c,p=q.length,o=r.c,n=r.a,m=J.l(n),l=0;l=q.gCO(r)&&s<=q.gK4(r))return new A.cI(q.gCO(r),q.gK4(r))}return B.bh}, -oU(){var s,r,q=this.d -q.toString -s=J.agc(this.jn(q)) -r=A.a([],t.ER) -for(q=J.au(s);q.u();)r.push(new A.DU(q.gD(q))) -return r}} -A.DU.prototype={ -gp6(a){return J.apx(this.a)}, -gjP(a){return J.m_(this.a)}, -gu5(a){return J.apy(this.a)}, -$iX8:1} -A.Sg.prototype={ -kV(a,b){var s=A.a([],t.s),r=B.b.gJ(this.f),q=r.y -if(q!=null)s.push(q) -q=r.z -if(q!=null)B.b.N(s,q) -$.ty().a6t(b,s) -this.c.push(new A.o2(B.a3h,b,null,null)) -J.afF(this.a,b)}, -bA(a){return new A.um(this.E2(),this.b,this.c)}, -E2(){var s=this.a,r=J.l(s),q=r.bA(s) -r.fb(s) -return q}, -gLP(){return this.e}, -dN(a){var s=this.f -if(s.length<=1)return -this.c.push(B.a3l) -s.pop() -J.aq2(this.a)}, -nn(a3,a4){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.f,a2=B.b.gJ(a1) -t.BQ.a(a4) -s=a4.a -if(s==null)s=a2.a -r=a4.b -if(r==null)r=a2.b -q=a4.c -if(q==null)q=a2.c -p=a4.d -if(p==null)p=a2.d -o=a4.e -if(o==null)o=a2.e -n=a4.f -if(n==null)n=a2.f -m=a4.x -if(m==null)m=a2.x -l=a4.y -if(l==null)l=a2.y -k=a4.z -if(k==null)k=a2.z -j=a4.Q -if(j==null)j=a2.Q -i=a4.ch -if(i==null)i=a2.ch -h=a4.cx -if(h==null)h=a2.cx -g=a4.cy -if(g==null)g=a2.cy -f=a4.dy -if(f==null)f=a2.dy -e=a4.fr -if(e==null)e=a2.fr -d=A.ad3(f,s,r,q,p,o,l,k,a2.fy,j,a2.r,n,e,g,a2.db,i,a2.dx,a2.fx,m,h) -a1.push(d) -a.c.push(new A.o2(B.a3j,a0,a4,a0)) -a1=d.fr -s=a1==null -if(!s||d.dy!=null){c=s?a0:a1.gaI() -if(c==null){c=$.alT() -a1=d.a -a1=a1==null?a0:a1.gm(a1) -J.acQ(c,a1==null?4278190080:a1)}a1=d.dy -b=a1==null?a0:a1.gaI() -if(b==null)b=$.alS() -J.aq3(a.a,d.gCL(),c,b)}else J.agf(a.a,d.gCL())}} -A.o2.prototype={} -A.o3.prototype={ -j(a){return"_ParagraphCommandType."+this.b}} -A.ab7.prototype={ -$1(a){return this.a===a}, -$S:41} -A.Dx.prototype={ -j(a){return"CanvasKitError: "+this.a}} -A.Ea.prototype={ -NJ(a,b){var s={} -s.a=!1 -this.a.nH(0,A.cz(J.ax(a.b,"text"))).bG(0,new A.St(s,b),t.P).z_(new A.Su(s,b))}, -N_(a){this.b.ql(0).bG(0,new A.Sr(a),t.P).z_(new A.Ss(this,a))}} -A.St.prototype={ -$1(a){var s=this.b -if(a){s.toString -s.$1(B.ab.c1([!0]))}else{s.toString -s.$1(B.ab.c1(["copy_fail","Clipboard.setData failed",null])) -this.a.a=!0}}, -$S:70} -A.Su.prototype={ -$1(a){var s -if(!this.a.a){s=this.b -s.toString -s.$1(B.ab.c1(["copy_fail","Clipboard.setData failed",null]))}}, -$S:13} -A.Sr.prototype={ -$1(a){var s=A.aN(["text",a],t.N,t.z),r=this.a -r.toString -r.$1(B.ab.c1([s]))}, -$S:174} -A.Ss.prototype={ -$1(a){var s -if(a instanceof A.rb){A.ado(B.z,t.H).bG(0,new A.Sq(this.b),t.P) -return}s=this.b -A.ol("Could not get text from clipboard: "+A.e(a)) -s.toString -s.$1(B.ab.c1(["paste_fail","Clipboard.getData failed",null]))}, -$S:13} -A.Sq.prototype={ -$1(a){var s=this.a -if(s!=null)s.$1(null)}, -$S:25} -A.E9.prototype={ -nH(a,b){return this.NI(0,b)}, -NI(a,b){var s=0,r=A.aj(t.y),q,p=2,o,n=[],m,l,k,j -var $async$nH=A.ak(function(c,d){if(c===1){o=d -s=p}while(true)switch(s){case 0:p=4 -l=window.navigator.clipboard -l.toString -b.toString -s=7 -return A.an(A.ky(l.writeText(b),t.z),$async$nH) -case 7:p=2 -s=6 -break -case 4:p=3 -j=o -m=A.ae(j) -A.ol("copy is not successful "+A.e(m)) -l=A.cY(!1,t.y) -q=l -s=1 -break -s=6 -break -case 3:s=2 -break -case 6:q=A.cY(!0,t.y) -s=1 -break -case 1:return A.ah(q,r) -case 2:return A.ag(o,r)}}) -return A.ai($async$nH,r)}} -A.Sp.prototype={ -ql(a){var s=0,r=A.aj(t.N),q -var $async$ql=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:q=A.ky(window.navigator.clipboard.readText(),t.N) -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$ql,r)}} -A.EW.prototype={ -nH(a,b){return A.cY(this.a2u(b),t.y)}, -a2u(a){var s,r,q,p,o="-99999px",n="transparent",m=document,l=m.createElement("textarea"),k=l.style -k.position="absolute" -k.top=o -k.left=o -B.f.ar(k,B.f.a9(k,"opacity"),"0","") -k.color=n -k.backgroundColor=n -k.background=n -m.body.appendChild(l) -s=l -s.value=a -J.afV(s) -J.aqd(s) -r=!1 -try{r=m.execCommand("copy") -if(!r)A.ol("copy is not successful")}catch(p){q=A.ae(p) -A.ol("copy is not successful "+A.e(q))}finally{J.cg(s)}return r}} -A.Ux.prototype={ -ql(a){return A.adp(new A.rb("Paste is not implemented for this browser."),null,t.N)}} -A.da.prototype={ -gt8(a){var s=this.a -s=s==null?null:J.apu(s) -return s==null?"https://unpkg.com/canvaskit-wasm@0.33.0/bin/":s}, -gt9(a){var s=this.a -s=s==null?null:J.apv(s) -return s==null?!1:s}, -gmq(a){var s=this.a -s=s==null?null:J.tD(s) -return s==null?8:s}, -gmB(a){var s=this.a -s=s==null?null:J.apw(s) -return s==null?!1:s}} -A.WB.prototype={} -A.Fa.prototype={ -Me(a){var s=this.x -if(a==null?s!=null:a!==s){if(s!=null)J.cg(s) -this.x=a -s=this.e -s.toString -a.toString -s.appendChild(a)}}, -eB(a){var s,r,q,p,o,n,m,l,k=this,j="0",i="none",h="absolute",g={},f=$.c9(),e=f===B.R,d=k.c -if(d!=null)B.CI.bD(d) -d=document -s=d.createElement("style") -k.c=s -k.f=null -d.head.appendChild(s) -s=k.c.sheet -s.toString -t.IP.a(s) -if(f!==B.bO)if(f!==B.cV)r=e -else r=!0 -else r=!0 -A.akV(s,f,r) -r=d.body -r.toString -f=A.aQ() -r.setAttribute("flt-renderer",(f?"canvaskit":"html")+" (auto-selected)") -r.setAttribute("flt-build-mode","release") -A.cL(r,"position","fixed") -A.cL(r,"top",j) -A.cL(r,"right",j) -A.cL(r,"bottom",j) -A.cL(r,"left",j) -A.cL(r,"overflow","hidden") -A.cL(r,"padding",j) -A.cL(r,"margin",j) -A.cL(r,"user-select",i) -A.cL(r,"-webkit-user-select",i) -A.cL(r,"-ms-user-select",i) -A.cL(r,"-moz-user-select",i) -A.cL(r,"touch-action",i) -A.cL(r,"font","normal normal 14px sans-serif") -A.cL(r,"color","red") -r.spellcheck=!1 -for(f=t.xl,s=new A.rI(d.head.querySelectorAll('meta[name="viewport"]'),f),s=new A.bY(s,s.gq(s),f.i("bY")),f=f.i("D.E");s.u();){q=f.a(s.d) -p=q.parentNode -if(p!=null)p.removeChild(q)}f=k.d -if(f!=null)B.VM.bD(f) -f=d.createElement("meta") -f.setAttribute("flt-viewport","") -f.name="viewport" -f.content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" -k.d=f -d.head.appendChild(f) -f=k.z -if(f!=null)J.cg(f) -o=d.createElement("flt-glass-pane") -k.z=o -f=o.style -f.position=h -f.top=j -f.right=j -f.bottom=j -f.left=j -r.appendChild(o) -n=k.Q=k.W4(o) -f=d.createElement("flt-scene-host") -s=f.style -B.f.ar(s,B.f.a9(s,"pointer-events"),i,"") -k.e=f -m=d.createElement("flt-semantics-host") -f=m.style -f.position=h -B.f.ar(f,B.f.a9(f,"transform-origin"),"0 0 0","") -k.r=m -k.MG() -f=$.dG -l=(f==null?$.dG=A.kL():f).r.a.LS() -f=n.gLC(n) -d=k.e -d.toString -f.N(0,A.a([m,l,d],t.f2)) -f=$.bD -if(f==null)f=$.bD=new A.da(self.window.flutterConfiguration) -if(f.gmB(f)){f=k.e.style -B.f.ar(f,B.f.a9(f,"opacity"),"0.3","")}if($.aio==null){f=new A.Hg(o,new A.Z1(A.x(t.S,t.mm))) -f.d=f.W1() -$.aio=f}if($.ahN==null){f=new A.FO(A.x(t.N,t.lG)) -f.a2z() -$.ahN=f}k.e.setAttribute("aria-hidden","true") -if(window.visualViewport==null&&e){f=window.innerWidth -f.toString -g.a=0 -A.a3L(B.aL,new A.UV(g,k,f))}f=k.ga0g() -d=t.I3 -if(window.visualViewport!=null){s=window.visualViewport -s.toString -k.a=A.bG(s,"resize",f,!1,d)}else k.a=A.bG(window,"resize",f,!1,d) -k.b=A.bG(window,"languagechange",k.ga_S(),!1,d) -f=$.bj() -f.a=f.a.Js(A.adi())}, -W4(a){var s,r,q,p,o -if(a.attachShadow!=null){s=new A.a1_() -r=a.attachShadow(A.QG(A.aN(["mode","open","delegatesFocus",!1],t.N,t.z))) -s.a=r -q=document.createElement("style") -A.b(r,"_shadow").appendChild(q) -r=q.sheet -r.toString -t.IP.a(r) -p=$.c9() -if(p!==B.bO)if(p!==B.cV)o=p===B.R -else o=!0 -else o=!0 -A.akV(r,p,o) -return s}else{s=new A.TZ() -r=document.createElement("flt-element-host-node") -s.a=r -a.appendChild(A.b(r,"_element")) -return s}}, -MG(){var s=this.r.style,r="scale("+A.e(1/window.devicePixelRatio)+")" -B.f.ar(s,B.f.a9(s,"transform"),r,"")}, -Gl(a){var s -this.MG() -s=$.eb() -if(!J.ec(B.ng.a,s)&&!$.bg().a8e()&&$.afB().c){$.bg().Jg(!0) -$.bj().Ar()}else{s=$.bg() -s.Jh() -s.Jg(!1) -$.bj().Ar()}}, -a_T(a){var s=$.bj() -s.a=s.a.Js(A.adi()) -s=$.bg().b.k1 -if(s!=null)s.$0()}, -NZ(a){var s,r,q,p,o=window.screen.orientation -if(o!=null){q=J.aD(a) -if(q.gR(a)){q=o -q.toString -J.aqA(q) -return A.cY(!0,t.y)}else{s=A.arT(A.cz(q.gI(a))) -if(s!=null){r=new A.bd(new A.ad($.a3,t.tq),t.VY) -try{A.ky(o.lock(s),t.z).bG(0,new A.UW(r),t.P).z_(new A.UX(r))}catch(p){q=A.cY(!1,t.y) -return q}return r.a}}}return A.cY(!1,t.y)}} -A.UV.prototype={ -$1(a){var s=++this.a.a -if(this.c!==window.innerWidth){a.av(0) -this.b.Gl(null)}else if(s>5)a.av(0)}, -$S:71} -A.UW.prototype={ -$1(a){this.a.er(0,!0)}, -$S:13} -A.UX.prototype={ -$1(a){this.a.er(0,!1)}, -$S:13} -A.Ub.prototype={} -A.Ic.prototype={} -A.nk.prototype={} -A.O4.prototype={} -A.a_Y.prototype={ -bz(a){var s,r,q=this,p=q.pk$ -p=p.length===0?q.a:B.b.gJ(p) -s=q.iR$ -r=new A.bA(new Float32Array(16)) -r.ba(s) -q.Kc$.push(new A.O4(p,r))}, -bE(a){var s,r,q,p=this,o=p.Kc$ -if(o.length===0)return -s=o.pop() -p.iR$=s.b -o=p.pk$ -r=s.a -q=p.a -while(!0){if(!((o.length===0?q:B.b.gJ(o))!==r))break -o.pop()}}, -at(a,b,c){this.iR$.at(0,b,c)}, -cO(a,b,c){this.iR$.cO(0,b,c)}, -fX(a,b){this.iR$.Mq(0,$.ame(),b)}, -aa(a,b){this.iR$.cf(0,new A.bA(b))}} -A.acn.prototype={ -$1(a){$.aeH=!1 -$.bj().i7("flutter/system",$.an_(),new A.acm())}, -$S:120} -A.acm.prototype={ -$1(a){}, -$S:23} -A.fC.prototype={} -A.Ej.prototype={ -a54(){this.b=this.a -this.a=null}} -A.a1_.prototype={ -jN(a,b){return A.b(this.a,"_shadow").appendChild(b)}, -gLB(){return A.b(this.a,"_shadow")}, -gLC(a){return new A.dk(A.b(this.a,"_shadow"))}} -A.TZ.prototype={ -jN(a,b){return A.b(this.a,"_element").appendChild(b)}, -gLB(){return A.b(this.a,"_element")}, -gLC(a){return new A.dk(A.b(this.a,"_element"))}} -A.je.prototype={ -sJ5(a,b){var s,r,q=this -q.a=b -s=B.c.c7(b.a)-1 -r=B.c.c7(q.a.b)-1 -if(q.Q!==s||q.ch!==r){q.Q=s -q.ch=r -q.Is()}}, -Is(){var s=this.c.style,r="translate("+this.Q+"px, "+this.ch+"px)" -B.f.ar(s,B.f.a9(s,"transform"),r,"")}, -Ho(){var s=this,r=s.a,q=r.a -r=r.b -s.d.at(0,-q+(q-1-s.Q)+1,-r+(r-1-s.ch)+1)}, -JX(a,b){return this.r>=A.RG(a.c-a.a)&&this.x>=A.RF(a.d-a.b)&&this.dx===b}, -aC(a){var s,r,q,p,o,n,m=this -m.cy=!1 -m.d.aC(0) -s=m.f -r=s.length -for(q=m.c,p=0;pp){m=p -p=q -q=m}if(o>n){m=n -n=o -o=m}l=Math.abs(a2.r) -k=Math.abs(a2.e) -j=Math.abs(a2.x) -i=Math.abs(a2.f) -h=Math.abs(a2.Q) -g=Math.abs(a2.y) -f=Math.abs(a2.ch) -e=Math.abs(a2.z) -c.beginPath() -c.moveTo(q+l,o) -b=p-l -c.lineTo(b,o) -A.QH(c,b,o+j,l,j,0,4.71238898038469,6.283185307179586,!1) -b=n-e -c.lineTo(p,b) -A.QH(c,p-g,b,g,e,0,0,1.5707963267948966,!1) -b=q+h -c.lineTo(b,n) -A.QH(c,b,n-f,h,f,0,1.5707963267948966,3.141592653589793,!1) -b=o+i -c.lineTo(q,b) -A.QH(c,q+k,b,k,i,0,3.141592653589793,4.71238898038469,!1) -a0.gcQ().hn(d) -a0.gcQ().nq()}}, -eQ(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=A.le(b,c) -if(l.yq(d)){s=A.CA(k,d,"draw-circle",l.d.c) -l.oa(s,new A.k(Math.min(k.a,k.c),Math.min(k.b,k.d)),d) -r=s.style -B.f.ar(r,B.f.a9(r,"border-radius"),"50%","")}else{r=d.x!=null?A.le(b,c):null -q=l.d -q.gcQ().lP(d,r) -r=d.b -q.gcA(q).beginPath() -p=q.gcQ().ch -o=p==null -n=b.a -n=o?n:n-p.a -m=b.b -m=o?m:m-p.b -A.QH(q.gcA(q),n,m,c,c,0,0,6.283185307179586,!1) -q.gcQ().hn(r) -q.gcQ().nq()}}, -c0(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this -if(e.Iz(c)){s=e.d -r=s.c -t.Ci.a(b) -q=b.a.Nq() -if(q!=null){p=q.b -o=q.d -n=q.a -m=p===o?new A.v(n,p,n+(q.c-n),p+1):new A.v(n,p,n+1,p+(o-p)) -e.oa(A.CA(m,c,"draw-rect",s.c),new A.k(Math.min(m.a,m.c),Math.min(m.b,m.d)),c) -return}l=b.a.qr() -if(l!=null){e.cm(0,l,c) -return}p=b.a -k=p.db?p.rd():null -if(k!=null){e.cJ(0,k,c) -return}j=b.dB(0) -i=A.alA(b,c,A.e(j.c),A.e(j.d)) -if(s.b==null){h=i.style -h.position="absolute" -if(!r.pv(0)){s=A.hX(r.a) -B.f.ar(h,B.f.a9(h,"transform"),s,"") -B.f.ar(h,B.f.a9(h,"transform-origin"),"0 0 0","")}}if(c.y!=null){s=c.b -p=c.r -if(p==null)g="#000000" -else{p=A.e8(p) -p.toString -g=p}f=c.y.b -p=$.c9() -if(p===B.R&&s!==B.ad){s=i.style -p="0px 0px "+A.e(f*2)+"px "+g -B.f.ar(s,B.f.a9(s,"box-shadow"),p,"")}else{s=i.style -p="blur("+A.e(f)+"px)" -B.f.ar(s,B.f.a9(s,"filter"),p,"")}}e.oa(i,B.i,c)}else{s=c.x!=null?b.dB(0):null -p=e.d -p.gcQ().lP(c,s) -s=c.b -if(s==null&&c.c!=null)p.c0(0,b,B.ad) -else p.c0(0,b,s) -p.gcQ().nq()}}, -El(){var s,r,q=this.d -if(q.z!=null){q.xT() -q.e.eB(0) -s=q.x -if(s==null)s=q.x=A.a([],t.r3) -r=q.z -r.toString -s.push(r) -q.e=q.d=q.z=null}this.cx=!0 -this.e=null}, -zJ(a,b,c,d,e){var s=this.d,r=s.gcA(s) -if(e===B.ad)r.strokeText(a,b,c) -else B.EV.a6M(r,a,b,c)}, -a6k(a,b,c,d){return this.zJ(a,b,c,null,d)}, -fM(a,b,c){var s,r,q,p,o,n,m,l,k=this -if(b.e&&!k.cx&&!k.dy.d){s=b.y -if(s===$){A.bp(s,"_paintService") -s=b.y=new A.a3z(b)}s.aK(k,c) -return}r=A.al5(b,c,null) -q=k.d -p=q.b -q=q.c -if(p!=null){o=A.akk(p,r,c,q) -for(q=o.length,p=k.c,n=k.f,m=0;m1){s=q.a -s.z=s.r.pop() -r=s.x.pop() -if(r!=null){s.ch=r.a -s.cx=r.b -s.cy=r.c -s.db=r.d -s.Q=!0}else if(s.Q)s.Q=!1}s=q.c -if(s.length!==0&&B.b.gJ(s) instanceof A.wV)s.pop() -else s.push(B.Es);--q.r}, -at(a,b,c){var s=this.a,r=s.a -if(b!==0||c!==0)r.y=!1 -r.z.at(0,b,c) -s.c.push(new A.GZ(b,c))}, -cO(a,b,c){var s=this.a,r=s.a -if(b!==1||c!==1)r.y=!1 -r.z.cO(0,b,c) -s.c.push(new A.GX(b,c)) -return null}, -fX(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this.a,g=h.a -if(b!==0)g.y=!1 -g=g.z -s=Math.cos(b) -r=Math.sin(b) -g=g.a -q=g[0] -p=g[4] -o=g[1] -n=g[5] -m=g[2] -l=g[6] -k=g[3] -j=g[7] -i=-r -g[0]=q*s+p*r -g[1]=o*s+n*r -g[2]=m*s+l*r -g[3]=k*s+j*r -g[4]=q*i+p*s -g[5]=o*i+n*s -g[6]=m*i+l*s -g[7]=k*i+j*s -h.c.push(new A.GW(b))}, -aa(a,b){var s=A.QO(b),r=this.a,q=r.a -q.z.cf(0,new A.bA(s)) -q.y=q.z.pv(0) -r.c.push(new A.GY(s))}, -oR(a,b,c,d){var s=this.a,r=new A.GN(b,c,-1/0,-1/0,1/0,1/0) -switch(c.a){case 1:s.a.mu(0,b,r) -break -case 0:break}s.d.c=!0 -s.c.push(r)}, -Jd(a,b,c){return this.oR(a,b,B.dQ,c)}, -l2(a,b){return this.oR(a,b,B.dQ,!0)}, -z5(a,b,c){var s=this.a,r=new A.GM(b,-1/0,-1/0,1/0,1/0) -s.a.mu(0,new A.v(b.a,b.b,b.c,b.d),r) -s.d.c=!0 -s.c.push(r)}, -l1(a,b){return this.z5(a,b,!0)}, -td(a,b,c){var s,r=this.a -t.Ci.a(b) -s=new A.GL(b,-1/0,-1/0,1/0,1/0) -r.a.mu(0,b.dB(0),s) -r.d.c=!0 -r.c.push(s)}, -fJ(a,b){return this.td(a,b,!0)}, -hU(a,b,c,d){var s,r,q,p,o,n,m=this.a -t.Vh.a(d) -s=Math.max(A.Cw(d),1) -d.b=!0 -r=new A.GQ(b,c,d.a,-1/0,-1/0,1/0,1/0) -q=b.a -p=c.a -o=b.b -n=c.b -m.a.lL(Math.min(q,p)-s,Math.min(o,n)-s,Math.max(q,p)+s,Math.max(o,n)+s,r) -m.e=m.d.c=!0 -m.c.push(r)}, -cm(a,b,c){this.a.cm(0,b,t.Vh.a(c))}, -cJ(a,b,c){this.a.cJ(0,b,t.Vh.a(c))}, -fL(a,b,c,d){this.a.fL(0,b,c,t.Vh.a(d))}, -eQ(a,b,c,d){var s,r,q,p,o,n=this.a -t.Vh.a(d) -n.e=n.d.c=!0 -s=A.Cw(d) -d.b=!0 -r=new A.GO(b,c,d.a,-1/0,-1/0,1/0,1/0) -q=c+s -p=b.a -o=b.b -n.a.lL(p-q,o-q,p+q,o+q,r) -n.c.push(r)}, -iJ(a,b,c,d,e,f){var s,r=A.cF() -if(d<=-6.283185307179586){r.kZ(0,b,c,-3.141592653589793,!0) -c-=3.141592653589793 -r.kZ(0,b,c,-3.141592653589793,!1) -c-=3.141592653589793 -d+=6.283185307179586 -s=!1}else s=!0 -for(;d>=6.283185307179586;s=!1){r.kZ(0,b,c,3.141592653589793,s) -c+=3.141592653589793 -r.kZ(0,b,c,3.141592653589793,!1) -c+=3.141592653589793 -d-=6.283185307179586}r.kZ(0,b,c,d,s) -this.a.c0(0,r,t.Vh.a(f))}, -c0(a,b,c){this.a.c0(0,b,t.Vh.a(c))}, -fM(a,b,c){this.a.fM(0,b,c)}} -A.zB.prototype={ -gfI(){return this.d4$}, -bV(a){var s=this.tp("flt-clip"),r=A.cl("flt-clip-interior",null) -this.d4$=r -r=r.style -r.position="absolute" -r=this.d4$ -r.toString -s.appendChild(r) -return s}} -A.x0.prototype={ -hr(){var s=this -s.f=s.e.f -if(s.fr!==B.u)s.x=s.fx -else s.x=null -s.r=null}, -bV(a){var s=this.Dz(0) -s.setAttribute("clip-type","rect") -return s}, -fF(){var s,r=this,q=r.d.style,p=r.fx,o=p.a,n=A.e(o)+"px" -q.left=n -n=p.b -s=A.e(n)+"px" -q.top=s -s=A.e(p.c-o)+"px" -q.width=s -p=A.e(p.d-n)+"px" -q.height=p -q=r.d -q.toString -if(r.fr!==B.u){q=q.style -q.overflow="hidden" -q.zIndex="0"}q=r.d4$.style -o=A.e(-o)+"px" -q.left=o -p=A.e(-n)+"px" -q.top=p}, -bh(a,b){var s=this -s.lV(0,b) -if(!s.fx.k(0,b.fx)||s.fr!==b.fr){s.x=null -s.fF()}}, -$iSo:1} -A.x3.prototype={ -hr(){var s,r,q,p,o=this -o.f=o.e.f -if(o.k1!==B.u){s=o.fr -r=s.a -q=r.db?r.rd():null -if(q!=null)o.x=new A.v(q.a,q.b,q.c,q.d) -else{p=s.a.qr() -if(p!=null)o.x=p -else o.x=null}}else o.x=null -o.r=null}, -bV(a){var s=this.Dz(0) -s.setAttribute("clip-type","physical-shape") -return s}, -hd(){var s,r=this -r.Re() -s=r.k2 -if(s!=null)B.bg.bD(s) -r.k2=null -s=r.k3 -if(s!=null)B.bg.bD(s) -r.k3=null}, -fF(){this.DW()}, -DW(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a="border-radius",a0="hidden",a1=b.d.style,a2=b.go,a3=A.e8(a2) -a1.backgroundColor=a3==null?"":a3 -a1=b.fr -a3=a1.a -s=a3.db?a3.rd():null -if(s!=null){r=A.e(s.e)+"px "+A.e(s.r)+"px "+A.e(s.y)+"px "+A.e(s.Q)+"px" -q=b.d.style -a1=s.a -a2=A.e(a1)+"px" -q.left=a2 -a2=s.b -a3=A.e(a2)+"px" -q.top=a3 -a3=A.e(s.c-a1)+"px" -q.width=a3 -a3=A.e(s.d-a2)+"px" -q.height=a3 -B.f.ar(q,B.f.a9(q,a),r,"") -a3=b.d4$.style -a1=A.e(-a1)+"px" -a3.left=a1 -a1=A.e(-a2)+"px" -a3.top=a1 -if(b.k1!==B.u)q.overflow=a0 -A.aeV(b.d,b.fx,b.fy,b.id) -return}else{p=a1.a.qr() -if(p!=null){q=b.d.style -a1=p.a -a2=A.e(a1)+"px" -q.left=a2 -a2=p.b -a3=A.e(a2)+"px" -q.top=a3 -a3=A.e(p.c-a1)+"px" -q.width=a3 -a3=A.e(p.d-a2)+"px" -q.height=a3 -B.f.ar(q,B.f.a9(q,a),"","") -a3=b.d4$.style -a1=A.e(-a1)+"px" -a3.left=a1 -a1=A.e(-a2)+"px" -a3.top=a1 -if(b.k1!==B.u)q.overflow=a0 -A.aeV(b.d,b.fx,b.fy,b.id) -return}else{a3=a1.a -o=(a3.cy?a3.fr:-1)===-1?null:a3.dB(0) -if(o!=null){a1=o.c -a2=o.a -n=(a1-a2)/2 -a1=o.d -a3=o.b -m=(a1-a3)/2 -r=n===m?A.e(n)+"px ":A.e(n)+"px "+A.e(m)+"px " -q=b.d.style -a1=A.e(a2)+"px" -q.left=a1 -a1=A.e(a3)+"px" -q.top=a1 -a1=A.e(n*2)+"px" -q.width=a1 -a1=A.e(m*2)+"px" -q.height=a1 -B.f.ar(q,B.f.a9(q,a),r,"") -a1=b.d4$.style -a2=A.e(-a2)+"px" -a1.left=a2 -a2=A.e(-a3)+"px" -a1.top=a2 -if(b.k1!==B.u)q.overflow=a0 -A.aeV(b.d,b.fx,b.fy,b.id) -return}}}a3=b.fy -l=a3===0 -k=b.fx -j=k.c -i=k.d -if(l){h=k.a -g=k.b -f=A.af8(a1,-h,-g,1/(j-h),1/(i-g))}else f=A.af8(a1,0,0,1/j,1/i) -h=b.k2 -if(h!=null)B.bg.bD(h) -h=b.k3 -if(h!=null)B.bg.bD(h) -b.k2=f -b.d.appendChild(f) -if(l){a1=b.d -a1.toString -A.aco(a1,"url(#svgClip"+$.Ct+")") -e=b.d.style -e.overflow="" -a1=k.a -a2=A.e(a1)+"px" -e.left=a2 -a2=k.b -a3=A.e(a2)+"px" -e.top=a3 -a3=A.e(j-a1)+"px" -e.width=a3 -a3=A.e(i-a2)+"px" -e.height=a3 -B.f.ar(e,B.f.a9(e,a),"","") -a3=b.d4$.style -a1="-"+A.e(a1)+"px" -a3.left=a1 -a1="-"+A.e(a2)+"px" -a3.top=a1 -return}l=b.d4$ -l.toString -A.aco(l,"url(#svgClip"+$.Ct+")") -e=b.d.style -e.overflow="" -l=k.a -h=A.e(l)+"px" -e.left=h -h=k.b -g=A.e(h)+"px" -e.top=g -g=A.e(j-l)+"px" -e.width=g -g=A.e(i-h)+"px" -e.height=g -B.f.ar(e,B.f.a9(e,a),"","") -g=b.d4$.style -l="-"+A.e(l)+"px" -g.left=l -l="-"+A.e(h)+"px" -g.top=l -l=A.e(j)+"px" -g.width=l -l=A.e(i)+"px" -g.height=l -d=a1.dB(0) -l=new A.bh() -l.b=B.b3 -l.r=a2 -l=A.alA(a1,l,A.e(d.c),A.e(d.d)) -b.k3=l -b.d.insertBefore(l,b.d4$) -a3=A.al1(k,a3) -a3.toString -c=A.alL(b.id) -k=b.k3.style -l=a3.b -a1=c.a -a1="drop-shadow("+A.e(l.a)+"px "+A.e(l.b)+"px "+A.e(a3.a)+"px rgba("+(a1>>>16&255)+", "+(a1>>>8&255)+", "+(a1&255)+", "+A.e((a1>>>24&255)/255)+"))" -B.f.ar(k,B.f.a9(k,"filter"),a1,"") -a1="translate(-"+A.e(d.a)+"px, -"+A.e(d.b)+"px)" -B.f.ar(k,B.f.a9(k,"transform"),a1,"") -a1=b.d.style -a1.backgroundColor=""}, -bh(a,b){var s,r,q=this -q.lV(0,b) -s=b.fr===q.fr -if(!s)q.x=null -s=!s||b.fy!==q.fy||!b.id.k(0,q.id)||!b.go.k(0,q.go) -r=b.k2 -if(s){if(r!=null)B.bg.bD(r) -b.k2=null -s=b.k3 -if(s!=null)B.bg.bD(s) -b.k3=null -s=q.k2 -if(s!=null)B.bg.bD(s) -q.k2=null -s=q.k3 -if(s!=null)B.bg.bD(s) -q.k3=null -s=q.d -s.toString -A.aco(s,"") -q.DW()}else{q.k2=r -if(r!=null)q.d.appendChild(r) -b.k2=null -s=q.k3=b.k3 -if(s!=null)q.d.insertBefore(s,q.d4$) -b.k3=null}}, -$iYQ:1} -A.x_.prototype={ -bV(a){return this.tp("flt-clippath")}, -hr(){var s=this -s.PQ() -if(s.fx!==B.u){if(s.x==null)s.x=s.fr.dB(0)}else s.x=null}, -fF(){var s=this,r=s.fy -if(r!=null)B.bg.bD(r) -r=s.d -r.toString -r=A.al3(t.py.a(r),s.fr) -s.fy=r -s.d.appendChild(r)}, -bh(a,b){var s,r=this -r.lV(0,b) -if(b.fr!==r.fr){r.x=null -s=b.fy -if(s!=null)B.bg.bD(s) -r.fF()}else r.fy=b.fy -b.fy=null}, -hd(){var s=this.fy -if(s!=null)B.bg.bD(s) -this.fy=null -this.vI()}, -$iSn:1} -A.Tv.prototype={ -mu(a,b,c){throw A.c(A.c1(null))}, -l1(a,b){throw A.c(A.c1(null))}, -fJ(a,b){throw A.c(A.c1(null))}, -hU(a,b,c,d){throw A.c(A.c1(null))}, -cm(a,b,c){var s=this.pk$ -s=s.length===0?this.a:B.b.gJ(s) -s.appendChild(A.CA(b,c,"draw-rect",this.iR$))}, -cJ(a,b,c){var s,r=A.CA(new A.v(b.a,b.b,b.c,b.d),c,"draw-rrect",this.iR$) -A.akW(r.style,b) -s=this.pk$;(s.length===0?this.a:B.b.gJ(s)).appendChild(r)}, -eQ(a,b,c,d){throw A.c(A.c1(null))}, -c0(a,b,c){throw A.c(A.c1(null))}, -fM(a,b,c){var s=A.al5(b,c,this.iR$),r=this.pk$;(r.length===0?this.a:B.b.gJ(r)).appendChild(s)}, -mG(){}} -A.x1.prototype={ -hr(){var s,r,q=this,p=q.e.f -q.f=p -s=q.fr -if(s!==0||q.fx!==0){p.toString -r=new A.bA(new Float32Array(16)) -r.ba(p) -q.f=r -r.at(0,s,q.fx)}q.r=null}, -gpA(){var s=this,r=s.fy -if(r==null){r=A.du() -r.lO(-s.fr,-s.fx,0) -s.fy=r}return r}, -bV(a){var s=document.createElement("flt-offset") -A.cL(s,"position","absolute") -A.cL(s,"transform-origin","0 0 0") -return s}, -fF(){var s=this.d.style,r="translate("+A.e(this.fr)+"px, "+A.e(this.fx)+"px)" -B.f.ar(s,B.f.a9(s,"transform"),r,"")}, -bh(a,b){var s=this -s.lV(0,b) -if(b.fr!==s.fr||b.fx!==s.fx)s.fF()}, -$iYo:1} -A.x2.prototype={ -hr(){var s,r,q,p=this,o=p.e.f -p.f=o -s=p.fx -r=s.a -q=s.b -if(r!==0||q!==0){o.toString -s=new A.bA(new Float32Array(16)) -s.ba(o) -p.f=s -s.at(0,r,q)}p.r=null}, -gpA(){var s,r=this.fy -if(r==null){r=this.fx -s=A.du() -s.lO(-r.a,-r.b,0) -this.fy=s -r=s}return r}, -bV(a){var s=document.createElement("flt-opacity") -A.cL(s,"position","absolute") -A.cL(s,"transform-origin","0 0 0") -return s}, -fF(){var s,r=this.d -r.toString -A.cL(r,"opacity",A.e(this.fr/255)) -r=r.style -s=this.fx -s="translate("+A.e(s.a)+"px, "+A.e(s.b)+"px)" -B.f.ar(r,B.f.a9(r,"transform"),s,"")}, -bh(a,b){var s=this -s.lV(0,b) -if(s.fr!==b.fr||!s.fx.k(0,b.fx))s.fF()}, -$iYq:1} -A.bf.prototype={ -sJ4(a){var s=this -if(s.b){s.a=s.a.l3(0) -s.b=!1}s.a.a=a}, -gcP(a){var s=this.a.b -return s==null?B.b3:s}, -scP(a,b){var s=this -if(s.b){s.a=s.a.l3(0) -s.b=!1}s.a.b=b}, -gh0(){var s=this.a.c -return s==null?0:s}, -sh0(a){var s=this -if(s.b){s.a=s.a.l3(0) -s.b=!1}s.a.c=a}, -sCS(a){var s=this -if(s.b){s.a=s.a.l3(0) -s.b=!1}s.a.d=a}, -gaz(a){var s=this.a.r -return s==null?B.r:s}, -saz(a,b){var s,r=this -if(r.b){r.a=r.a.l3(0) -r.b=!1}s=r.a -s.r=A.w(b)===B.a1p?b:new A.F(b.gm(b))}, -sCF(a){var s=this -if(s.b){s.a=s.a.l3(0) -s.b=!1}s.a.x=a}, -sAG(a){var s=this -if(s.b){s.a=s.a.l3(0) -s.b=!1}s.a.y=a}, -j(a){var s,r=this,q=""+"Paint(",p=r.a.b,o=p==null -if((o?B.b3:p)===B.ad){q+=(o?B.b3:p).j(0) -p=r.a.c -o=p==null -if((o?0:p)!==0)q+=" "+A.e(o?0:p) -else q+=" hairline" -p=r.a.d -o=p==null -if((o?B.cJ:p)!==B.cJ)q+=" "+(o?B.cJ:p).j(0) -s="; "}else s="" -p=r.a.r -if(!(p==null?B.r:p).k(0,B.r)){p=r.a.r -q+=s+(p==null?B.r:p).j(0)}q+=")" -return q.charCodeAt(0)==0?q:q}, -$ipP:1} -A.bh.prototype={ -l3(a){var s=this,r=new A.bh() -r.a=s.a -r.z=s.z -r.y=s.y -r.x=s.x -r.r=s.r -r.Q=s.Q -r.c=s.c -r.b=s.b -r.e=s.e -r.d=s.d -return r}, -j(a){var s=this.bX(0) -return s}} -A.eG.prototype={ -Bt(){var s,r,q,p,o,n,m,l,k,j=this,i=A.a([],t.yv),h=j.VQ(0.25),g=B.e.a2C(1,h) -i.push(new A.k(j.a,j.b)) -if(h===5){s=new A.KE() -j.Ec(s) -r=s.a -r.toString -q=s.b -q.toString -p=r.c -if(p===r.e&&r.d===r.f&&q.a===q.c&&q.b===q.d){o=new A.k(p,r.d) -i.push(o) -i.push(o) -i.push(o) -i.push(new A.k(q.e,q.f)) -g=2 -n=!0}else n=!1}else n=!1 -if(!n)A.ad7(j,h,i) -m=2*g+1 -k=0 -while(!0){if(!(k=0)s.d=-r -s.f=s.e=-1}, -h8(a,b){this.rU(b,0,0)}, -rj(){var s,r=this.a,q=r.x -for(r=r.r,s=0;s359){j=c4<0?-0.001953125:0.001953125 -i=p -do{i-=j -m=Math.cos(i) -l=Math.sin(i)}while(o===m&&n===l)}}h=c4>0?0:1 -g=c0/2 -f=(c2.d-c2.b)/2 -e=c2.gb3().a+g*Math.cos(p) -d=c2.gb3().b+f*Math.sin(p) -if(o===m&&n===l){if(c5)b9.dv(0,e,d) -else b9.xv(e,d) -return}c=o*m+n*l -b=o*l-n*m -if(Math.abs(b)<=0.000244140625)if(c>0)if(!(b>=0&&h===0))c0=b<=0&&h===1 -else c0=!0 -else c0=!1 -else c0=!1 -if(c0){if(c5)b9.dv(0,e,d) -else b9.xv(e,d) -return}c0=h===1 -if(c0)b=-b -if(0===b)a=2 -else if(0===c)a=b>0?1:3 -else{r=b<0 -a=r?2:0 -if(c<0!==r)++a}a0=A.a([],t.td) -for(a1=0;a11){d=Math.sqrt(d) -l*=d -k*=d}c=(q*h+p*g)/l -b=(p*h-q*g)/k -a=(n*h+m*g)/l -a0=(m*h-n*g)/k -a1=a-c -a2=a0-b -a3=-Math.sqrt(Math.max(1/(a1*a1+a2*a2)-0.25,0)) -a4=(c+a)/2-a2*a3 -a5=(b+a0)/2+a1*a3 -a6=Math.atan2(b-a5,c-a4) -a7=Math.atan2(a0-a5,a-a4)-a6 -if(a7>0)a7-=6.283185307179586 -if(Math.abs(a7)<0.0000031415926535897933){c2.bR(0,n,m) -return}a8=B.e.cX(B.c.dE(Math.abs(a7/2.0943951023931953))) -a9=a7/a8 -b0=Math.tan(a9/2) -if(!isFinite(b0))return -b1=Math.sqrt(0.5+Math.cos(a9)*0.5) -b2=Math.abs(1.5707963267948966-Math.abs(a9)-0)<0.000244140625&&B.c.c7(l)===l&&B.c.c7(k)===k&&B.c.c7(n)===n&&B.c.c7(m)===m -for(b3=a6,b4=0;b4=6.283185307179586||d<=-6.283185307179586){s=c/1.5707963267948966 -r=Math.floor(s+0.5) -if(Math.abs(s-r-0)<0.000244140625){q=r+1 -if(q<0)q+=4 -p=d>0?0:1 -this.vZ(b,p,B.c.cX(q)) -return}}this.kZ(0,b,c,d,!0)}, -h7(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.rj(),e=a2.a,d=a2.b,c=a2.c,b=a2.d,a=new A.v(e,d,c,b),a0=a2.e -if(a0===0||a2.f===0)if(a2.r===0||a2.x===0)if(a2.Q===0||a2.ch===0)s=a2.y===0||a2.z===0 -else s=!1 -else s=!1 -else s=!1 -if(s||e>=c||d>=b)g.rU(a,0,3) -else if(A.ayi(a2))g.vZ(a,0,3) -else{r=c-e -q=b-d -p=Math.max(0,a0) -o=Math.max(0,a2.r) -n=Math.max(0,a2.Q) -m=Math.max(0,a2.y) -l=Math.max(0,a2.f) -k=Math.max(0,a2.x) -j=Math.max(0,a2.ch) -i=Math.max(0,a2.z) -h=A.aaR(j,i,q,A.aaR(l,k,q,A.aaR(n,m,r,A.aaR(p,o,r,1)))) -a0=b-h*j -g.dv(0,e,a0) -g.bR(0,e,d+h*l) -g.eN(0,e,d,e+h*p,d,0.707106781) -g.bR(0,c-h*o,d) -g.eN(0,c,d,c,d+h*k,0.707106781) -g.bR(0,c,b-h*i) -g.eN(0,c,b,c-h*m,b,0.707106781) -g.bR(0,e+h*n,b) -g.eN(0,e,b,e,a0,0.707106781) -g.cl(0) -g.f=f?0:-1 -e=g.a -e.db=f -e.dy=!1 -e.fr=6}}, -A(a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this -if(a3.a.x===0)return!1 -s=a3.dB(0) -r=a5.a -q=a5.b -if(rs.c||q>s.d)return!1 -p=a3.a -o=new A.YJ(p,r,q,new Float32Array(18)) -o.a3S() -n=B.hE===a3.b -m=o.d -if((n?m&1:m)!==0)return!0 -l=o.e -if(l<=1)return B.f6.Sl(l!==0,!1) -p=l&1 -if(p!==0||n)return p!==0 -k=A.aij(a3.a,!0) -j=new Float32Array(18) -i=A.a([],t.yv) -p=k.a -h=!1 -do{g=i.length -switch(k.ki(0,j)){case 0:case 5:break -case 1:A.ayR(j,r,q,i) -break -case 2:A.ayS(j,r,q,i) -break -case 3:f=k.f -A.ayP(j,r,q,p.z[f],i) -break -case 4:A.ayQ(j,r,q,i) -break -case 6:h=!0 -break}f=i.length -if(f>g){e=f-1 -d=i[e] -c=d.a -b=d.b -if(Math.abs(c*c+b*b-0)<0.000244140625)B.b.kl(i,e) -else for(a=0;a0?1:0 -if(f<=0){f=b*a1 -if(f<0)f=-1 -else f=f>0?1:0 -f=f<=0}else f=!1}else f=!1 -if(f){a2=B.b.kl(i,e) -if(a!==i.length)i[a]=a2 -break}}}}while(!h) -return i.length!==0||!1}, -cj(a){var s,r=a.a,q=a.b,p=this.a,o=A.asN(p,r,q),n=p.e,m=new Uint8Array(n) -B.a3.nG(m,0,p.r) -o=new A.pT(o,m) -n=p.y -o.y=n -o.Q=p.Q -s=p.z -if(s!=null){n=new Float32Array(n) -o.z=n -B.jL.nG(n,0,s)}o.e=p.e -o.x=p.x -o.c=p.c -o.d=p.d -n=p.ch -o.ch=n -if(!n){o.a=p.a.at(0,r,q) -n=p.b -o.b=n==null?null:n.at(0,r,q) -o.cx=p.cx}o.fx=p.fx -o.cy=p.cy -o.db=p.db -o.dx=p.dx -o.dy=p.dy -o.fr=p.fr -r=new A.nz(o,B.bK) -r.Ey(this) -return r}, -dB(e2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0=this,e1=e0.a -if((e1.db?e1.fr:-1)===-1)s=(e1.cy?e1.fr:-1)!==-1 -else s=!0 -if(s)return e1.dB(0) -if(!e1.ch&&e1.b!=null){e1=e1.b -e1.toString -return e1}r=new A.n7(e1) -r.nZ(e1) -q=e0.a.f -for(p=!1,o=0,n=0,m=0,l=0,k=0,j=0,i=0,h=0,g=null,f=null,e=null;d=r.a8I(),d!==6;){c=r.e -switch(d){case 0:j=q[c] -h=q[c+1] -i=h -k=j -break -case 1:j=q[c+2] -h=q[c+3] -i=h -k=j -break -case 2:if(f==null)f=new A.Zn() -b=c+1 -a=q[c] -a0=b+1 -a1=q[b] -b=a0+1 -a2=q[a0] -a0=b+1 -a3=q[b] -a4=q[a0] -a5=q[a0+1] -s=f.a=Math.min(a,a4) -a6=f.b=Math.min(a1,a5) -a7=f.c=Math.max(a,a4) -a8=f.d=Math.max(a1,a5) -a9=a-2*a2+a4 -if(Math.abs(a9)>0.000244140625){b0=(a-a2)/a9 -if(b0>=0&&b0<=1){b1=1-b0 -b2=b1*b1 -b3=2*b0*b1 -b0*=b0 -b4=b2*a+b3*a2+b0*a4 -b5=b2*a1+b3*a3+b0*a5 -s=Math.min(s,b4) -f.a=s -a7=Math.max(a7,b4) -f.c=a7 -a6=Math.min(a6,b5) -f.b=a6 -a8=Math.max(a8,b5) -f.d=a8}}a9=a1-2*a3+a5 -if(Math.abs(a9)>0.000244140625){b6=(a1-a3)/a9 -if(b6>=0&&b6<=1){b7=1-b6 -b2=b7*b7 -b3=2*b6*b7 -b6*=b6 -b8=b2*a+b3*a2+b6*a4 -b9=b2*a1+b3*a3+b6*a5 -s=Math.min(s,b8) -f.a=s -a7=Math.max(a7,b8) -f.c=a7 -a6=Math.min(a6,b9) -f.b=a6 -a8=Math.max(a8,b9) -f.d=a8}h=a8 -j=a7 -i=a6 -k=s}else{h=a8 -j=a7 -i=a6 -k=s}break -case 3:if(e==null)e=new A.SA() -s=e1.z[r.b] -b=c+1 -a=q[c] -a0=b+1 -a1=q[b] -b=a0+1 -a2=q[a0] -a0=b+1 -a3=q[b] -a4=q[a0] -a5=q[a0+1] -e.a=Math.min(a,a4) -e.b=Math.min(a1,a5) -e.c=Math.max(a,a4) -e.d=Math.max(a1,a5) -c0=new A.jP() -c1=a4-a -c2=s*(a2-a) -if(c0.k6(s*c1-c1,c1-2*c2,c2)!==0){a6=c0.a -a6.toString -if(a6>=0&&a6<=1){c3=2*(s-1) -a9=(-c3*a6+c3)*a6+1 -c4=a2*s -b4=(((a4-2*c4+a)*a6+2*(c4-a))*a6+a)/a9 -c4=a3*s -b5=(((a5-2*c4+a1)*a6+2*(c4-a1))*a6+a1)/a9 -e.a=Math.min(e.a,b4) -e.c=Math.max(e.c,b4) -e.b=Math.min(e.b,b5) -e.d=Math.max(e.d,b5)}}c5=a5-a1 -c6=s*(a3-a1) -if(c0.k6(s*c5-c5,c5-2*c6,c6)!==0){a6=c0.a -a6.toString -if(a6>=0&&a6<=1){c3=2*(s-1) -a9=(-c3*a6+c3)*a6+1 -c4=a2*s -b8=(((a4-2*c4+a)*a6+2*(c4-a))*a6+a)/a9 -c4=a3*s -b9=(((a5-2*c4+a1)*a6+2*(c4-a1))*a6+a1)/a9 -e.a=Math.min(e.a,b8) -e.c=Math.max(e.c,b8) -e.b=Math.min(e.b,b9) -e.d=Math.max(e.d,b9)}}k=e.a -i=e.b -j=e.c -h=e.d -break -case 4:if(g==null)g=new A.SK() -b=c+1 -c7=q[c] -a0=b+1 -c8=q[b] -b=a0+1 -c9=q[a0] -a0=b+1 -d0=q[b] -b=a0+1 -d1=q[a0] -a0=b+1 -d2=q[b] -d3=q[a0] -d4=q[a0+1] -s=Math.min(c7,d3) -g.a=s -g.c=Math.min(c8,d4) -a6=Math.max(c7,d3) -g.b=a6 -g.d=Math.max(c8,d4) -if(!(c7c9&&c9>d1&&d1>d3 -else a7=!0 -if(!a7){a7=-c7 -d5=a7+3*(c9-d1)+d3 -d6=2*(c7-2*c9+d1) -d7=d6*d6-4*d5*(a7+c9) -if(d7>=0&&Math.abs(d5)>0.000244140625){a7=-d6 -a8=2*d5 -if(d7===0){d8=a7/a8 -b1=1-d8 -if(d8>=0&&d8<=1){a7=3*b1 -b4=b1*b1*b1*c7+a7*b1*d8*c9+a7*d8*d8*d1+d8*d8*d8*d3 -g.a=Math.min(b4,s) -g.b=Math.max(b4,a6)}}else{d7=Math.sqrt(d7) -d8=(a7-d7)/a8 -b1=1-d8 -if(d8>=0&&d8<=1){s=3*b1 -b4=b1*b1*b1*c7+s*b1*d8*c9+s*d8*d8*d1+d8*d8*d8*d3 -g.a=Math.min(b4,g.a) -g.b=Math.max(b4,g.b)}d8=(a7+d7)/a8 -b1=1-d8 -if(d8>=0&&d8<=1){s=3*b1 -b4=b1*b1*b1*c7+s*b1*d8*c9+s*d8*d8*d1+d8*d8*d8*d3 -g.a=Math.min(b4,g.a) -g.b=Math.max(b4,g.b)}}}}if(!(c8d0&&d0>d2&&d2>d4 -else s=!0 -if(!s){s=-c8 -d5=s+3*(d0-d2)+d4 -d6=2*(c8-2*d0+d2) -d7=d6*d6-4*d5*(s+d0) -if(d7>=0&&Math.abs(d5)>0.000244140625){s=-d6 -a6=2*d5 -if(d7===0){d8=s/a6 -b1=1-d8 -if(d8>=0&&d8<=1){s=3*b1 -b5=b1*b1*b1*c8+s*b1*d8*d0+s*d8*d8*d2+d8*d8*d8*d4 -g.c=Math.min(b5,g.c) -g.d=Math.max(b5,g.d)}}else{d7=Math.sqrt(d7) -d8=(s-d7)/a6 -b1=1-d8 -if(d8>=0&&d8<=1){a7=3*b1 -b5=b1*b1*b1*c8+a7*b1*d8*d0+a7*d8*d8*d2+d8*d8*d8*d4 -g.c=Math.min(b5,g.c) -g.d=Math.max(b5,g.d)}s=(s+d7)/a6 -b7=1-s -if(s>=0&&s<=1){a6=3*b7 -b5=b7*b7*b7*c8+a6*b7*s*d0+a6*s*s*d2+s*s*s*d4 -g.c=Math.min(b5,g.c) -g.d=Math.max(b5,g.d)}}}}k=g.a -i=g.c -j=g.b -h=g.d -break}if(!p){l=h -m=j -n=i -o=k -p=!0}else{o=Math.min(o,k) -m=Math.max(m,j) -n=Math.min(n,i) -l=Math.max(l,h)}}d9=p?new A.v(o,n,m,l):B.T -e0.a.dB(0) -return e0.a.b=d9}, -j(a){var s=this.bX(0) -return s}, -$ipR:1} -A.YI.prototype={ -w5(a){var s=this,r=s.r,q=s.y -if(r!==q||s.x!==s.z){if(isNaN(r)||isNaN(s.x)||isNaN(q)||isNaN(s.z))return 5 -a[0]=r -a[1]=s.x -a[2]=q -r=s.z -a[3]=r -s.r=q -s.x=r -return 1}else{a[0]=q -a[1]=s.z -return 5}}, -qT(){var s,r,q=this -if(q.e===1){q.e=2 -return new A.k(q.y,q.z)}s=q.a.f -r=q.ch -return new A.k(s[r-2],s[r-1])}, -ki(a,b){var s,r,q,p,o,n,m=this,l=m.Q,k=m.a -if(l===k.x){if(m.d&&m.e===2){if(1===m.w5(b))return 1 -m.d=!1 -return 5}return 6}s=m.Q=l+1 -r=k.r[l] -switch(r){case 0:if(m.d){m.Q=s-1 -q=m.w5(b) -if(q===5)m.d=!1 -return q}if(s===m.c)return 6 -l=k.f -k=m.ch -s=m.ch=k+1 -p=l[k] -m.ch=s+1 -o=l[s] -m.y=p -m.z=o -b[0]=p -b[1]=o -m.e=1 -m.r=p -m.x=o -m.d=!0 -break -case 1:n=m.qT() -l=k.f -k=m.ch -s=m.ch=k+1 -p=l[k] -m.ch=s+1 -o=l[s] -b[0]=n.a -b[1]=n.b -b[2]=p -b[3]=o -m.r=p -m.x=o -break -case 3:++m.f -n=m.qT() -b[0]=n.a -b[1]=n.b -l=k.f -k=m.ch -s=m.ch=k+1 -b[2]=l[k] -k=m.ch=s+1 -b[3]=l[s] -s=m.ch=k+1 -k=l[k] -b[4]=k -m.r=k -m.ch=s+1 -s=l[s] -b[5]=s -m.x=s -break -case 2:n=m.qT() -b[0]=n.a -b[1]=n.b -l=k.f -k=m.ch -s=m.ch=k+1 -b[2]=l[k] -k=m.ch=s+1 -b[3]=l[s] -s=m.ch=k+1 -k=l[k] -b[4]=k -m.r=k -m.ch=s+1 -s=l[s] -b[5]=s -m.x=s -break -case 4:n=m.qT() -b[0]=n.a -b[1]=n.b -l=k.f -k=m.ch -s=m.ch=k+1 -b[2]=l[k] -k=m.ch=s+1 -b[3]=l[s] -s=m.ch=k+1 -b[4]=l[k] -k=m.ch=s+1 -b[5]=l[s] -s=m.ch=k+1 -k=l[k] -b[6]=k -m.r=k -m.ch=s+1 -s=l[s] -b[7]=s -m.x=s -break -case 5:r=m.w5(b) -if(r===1)--m.Q -else{m.d=!1 -m.e=0}m.r=m.y -m.x=m.z -break -case 6:break -default:throw A.c(A.c4("Unsupport Path verb "+r,null,null))}return r}} -A.pT.prototype={ -eF(a,b,c){var s=a*2,r=this.f -r[s]=b -r[s+1]=c}, -f9(a){var s=this.f,r=a*2 -return new A.k(s[r],s[r+1])}, -qr(){var s=this -if(s.dx)return new A.v(s.f9(0).a,s.f9(0).b,s.f9(1).a,s.f9(2).b) -else return s.x===4?s.Wi():null}, -dB(a){var s -if(this.ch)this.wp() -s=this.a -s.toString -return s}, -Wi(){var s,r,q,p,o,n,m=this,l=null,k=m.f9(0).a,j=m.f9(0).b,i=m.f9(1).a,h=m.f9(1).b -if(m.r[1]!==1||h!==j)return l -s=i-k -r=m.f9(2).a -q=m.f9(2).b -if(m.r[2]!==1||r!==i)return l -p=q-h -o=m.f9(3) -n=m.f9(3).b -if(m.r[3]!==1||n!==q)return l -if(r-o.a!==s||n-j!==p)return l -return new A.v(k,j,k+s,j+p)}, -Nq(){var s,r,q,p,o -if(this.x===2){s=this.r -s=s[0]!==0||s[1]!==1}else s=!0 -if(s)return null -s=this.f -r=s[0] -q=s[1] -p=s[2] -o=s[3] -if(q===o||r===p)return new A.v(r,q,p,o) -return null}, -rd(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this.dB(0),f=A.a([],t.kG),e=new A.n7(this) -e.nZ(this) -s=new Float32Array(8) -e.ki(0,s) -for(r=0;q=e.ki(0,s),q!==6;)if(3===q){p=s[2] -o=s[3] -n=p-s[0] -m=o-s[1] -l=s[4] -k=s[5] -if(n!==0){j=Math.abs(n) -i=Math.abs(k-o)}else{i=Math.abs(m) -j=m!==0?Math.abs(l-p):Math.abs(n)}f.push(new A.bR(j,i));++r}l=f[0] -k=f[1] -h=f[2] -return A.Zo(g,f[3],h,l,k)}, -k(a,b){if(b==null)return!1 -if(this===b)return!0 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.pT&&this.a6z(b)}, -gw(a){var s=this -return A.W(s.fx,s.f,s.z,s.r,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -a6z(a){var s,r,q,p,o,n,m,l=this -if(l.fx!==a.fx)return!1 -s=l.d -if(s!==a.d)return!1 -r=s*2 -for(q=l.f,p=a.f,o=0;oq.c){s=a+10 -q.c=s -r=new Float32Array(s*2) -B.jL.nG(r,0,q.f) -q.f=r}q.d=a}, -a1W(a){var s,r,q=this -if(a>q.e){s=a+8 -q.e=s -r=new Uint8Array(s) -B.a3.nG(r,0,q.r) -q.r=r}q.x=a}, -a1U(a){var s,r,q=this -if(a>q.y){s=a+4 -q.y=s -r=new Float32Array(s) -s=q.z -if(s!=null)B.jL.nG(r,0,s) -q.z=r}q.Q=a}, -wp(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.d -i.ch=!1 -i.b=null -if(h===0){i.a=B.T -i.cx=!0}else{s=i.f -r=s[0] -q=s[1] -p=0*r*q -o=2*h -for(n=q,m=r,l=2;lm){l.a=m -l.b=s}else if(s===m)return 1}return o}} -A.a1T.prototype={ -K9(a){return(this.a*a+this.c)*a+this.e}, -Ka(a){return(this.b*a+this.d)*a+this.f}} -A.YJ.prototype={ -a3S(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=e.a,c=A.aij(d,!0) -for(s=e.f,r=t.td;q=c.ki(0,s),q!==6;)switch(q){case 0:case 5:break -case 1:e.VO() -break -case 2:p=!A.ail(s)?A.asO(s):0 -o=e.Es(s[0],s[1],s[2],s[3],s[4],s[5]) -e.d+=p>0?o+e.Es(s[4],s[5],s[6],s[7],s[8],s[9]):o -break -case 3:n=d.z[c.f] -m=s[0] -l=s[1] -k=s[2] -j=s[3] -i=s[4] -h=s[5] -g=A.ail(s) -f=A.a([],r) -new A.eG(m,l,k,j,i,h,n).a4U(f) -e.Er(f[0]) -if(!g&&f.length===2)e.Er(f[1]) -break -case 4:e.VM() -break}}, -VO(){var s,r,q,p,o,n=this,m=n.f,l=m[0],k=m[1],j=m[2],i=m[3] -if(k>i){s=k -r=i -q=-1}else{s=i -r=k -q=1}m=n.c -if(ms)return -p=n.b -if(A.YK(p,m,l,k,j,i)){++n.e -return}if(m===s)return -o=(j-l)*(m-k)-(i-k)*(p-l) -if(o===0){if(p!==j||m!==i)++n.e -q=0}else if(A.att(o)===q)q=0 -n.d+=q}, -Es(a,b,c,d,e,f){var s,r,q,p,o,n,m,l,k=this -if(b>f){s=b -r=f -q=-1}else{s=f -r=b -q=1}p=k.c -if(ps)return 0 -o=k.b -if(A.YK(o,p,a,b,e,f)){++k.e -return 0}if(p===s)return 0 -n=new A.jP() -if(0===n.k6(b-2*d+f,2*(d-b),b-p))m=q===1?a:e -else{l=n.a -l.toString -m=((e-2*c+a)*l+2*(c-a))*l+a}if(Math.abs(m-o)<0.000244140625)if(o!==e||p!==f){++k.e -return 0}return mg){s=h -r=g -q=-1}else{s=g -r=h -q=1}p=i.c -if(ps)return -o=i.b -if(A.YK(o,p,a.a,h,a.e,g)){++i.e -return}if(p===s)return -n=a.r -m=a.d*n-p*n+p -l=new A.jP() -if(0===l.k6(g+(h-2*m),2*(m-h),h-p))k=q===1?a.a:a.e -else{j=l.a -j.toString -k=A.arc(a.a,a.c,a.e,n,j)/A.arb(n,j)}if(Math.abs(k-o)<0.000244140625)if(o!==a.e||p!==a.f){++i.e -return}p=i.d -i.d=p+(kq){p=b -o=q -n=-1}else{p=q -o=b -n=1}m=g.c -if(mp)return -l=g.b -if(A.YK(l,m,d,b,r,q)){++g.e -return}if(m===p)return -k=Math.min(d,Math.min(a,Math.min(s,r))) -j=Math.max(d,Math.max(a,Math.max(s,r))) -if(lj){g.d+=n -return}i=A.al_(f,a0,m) -if(i==null)return -h=A.al9(d,a,s,r,i) -if(Math.abs(h-l)<0.000244140625)if(l!==r||m!==q){++g.e -return}f=g.d -g.d=f+(h1,o=null,n=1/0,m=0;m<$.kt.length;++m){l=$.kt[m] -k=window.devicePixelRatio -j=k===0?1:k -if(l.z!==j)continue -j=l.a -i=j.c-j.a -j=j.d-j.b -h=i*j -g=c.k1 -k=window.devicePixelRatio -if(l.r>=B.c.dE(s*(k===0?1:k))+2){k=window.devicePixelRatio -f=l.x>=B.c.dE(r*(k===0?1:k))+2&&l.dx===g}else f=!1 -e=h4)){if(i===b&&j===a){o=l -break}n=h -o=l}}if(o!=null){B.b.B($.kt,o) -o.sJ5(0,a0) -o.b=c.k3 -return o}d=A.aqH(a0,c.fy.a.d,c.k1) -d.b=c.k3 -return d}, -DX(){var s=this.d.style,r="translate("+A.e(this.fr)+"px, "+A.e(this.fx)+"px)" -B.f.ar(s,B.f.a9(s,"transform"),r,"")}, -fF(){this.DX() -this.qP(null)}, -bA(a){this.wr(null) -this.k2=!0 -this.Df(0)}, -bh(a,b){var s,r,q=this -q.Dj(0,b) -q.k3=b.k3 -if(b!==q)b.k3=null -if(q.fr!==b.fr||q.fx!==b.fx)q.DX() -q.wr(b) -if(q.fy===b.fy){s=q.dy -r=s instanceof A.je&&q.k1!==s.dx -if(q.k2||r)q.qP(b) -else q.dy=b.dy}else q.qP(b)}, -kn(){var s=this -s.Di() -s.wr(s) -if(s.k2)s.qP(s)}, -hd(){A.Qz(this.dy) -this.dy=null -this.Dg()}} -A.YN.prototype={ -$0(){var s,r=this.a,q=r.k4 -q.toString -s=r.dy=r.X7(q) -s.b=r.k3 -q=r.d -q.toString -A.afa(q) -r.d.appendChild(s.c) -s.aC(0) -q=r.fy.a -q.toString -r=r.k4 -r.toString -q.yI(s,r) -s.mG()}, -$S:0} -A.ZK.prototype={ -yI(a,b){var s,r,q,p,o,n,m,l,k,j -try{m=this.b -m.toString -m=A.alE(b,m) -l=this.c -k=l.length -if(m){s=k -for(r=0;rq||l>p||k>o||j>n)return -d.e=d.d.c=!0 -i=A.Cw(a6) -a6.b=!0 -h=new A.GP(a4,a5,a6.a,-1/0,-1/0,1/0,1/0) -g=A.cF() -g.sKe(B.hE) -g.h7(0,a4) -g.h7(0,a5) -g.cl(0) -h.y=g -f=Math.min(b,a0) -e=Math.max(b,a0) -d.a.lL(f-i,Math.min(a,a1)-i,e+i,Math.max(a,a1)+i,h) -d.c.push(h)}, -c0(a,b,c){var s,r,q,p,o,n,m,l,k,j=this -if(c.a.x==null){t.Ci.a(b) -s=b.a.qr() -if(s!=null){j.cm(0,s,c) -return}r=b.a -q=r.db?r.rd():null -if(q!=null){j.cJ(0,q,c) -return}}t.Ci.a(b) -if(b.a.x!==0){j.e=j.d.c=!0 -p=b.dB(0) -o=A.Cw(c) -if(o!==0)p=p.fQ(o) -r=b.a -n=new A.pT(r.f,r.r) -n.e=r.e -n.x=r.x -n.c=r.c -n.d=r.d -n.y=r.y -n.Q=r.Q -n.z=r.z -m=r.ch -n.ch=m -if(!m){n.a=r.a -n.b=r.b -n.cx=r.cx}n.fx=r.fx -n.cy=r.cy -n.db=r.db -n.dx=r.dx -n.dy=r.dy -n.fr=r.fr -l=new A.nz(n,B.bK) -l.Ey(b) -c.b=!0 -k=new A.GS(l,c.a,-1/0,-1/0,1/0,1/0) -j.a.uZ(p,k) -l.b=b.b -j.c.push(k)}}, -fM(a,b,c){var s,r,q,p,o=this -t.ia.a(b) -if(!b.f)return -o.e=!0 -s=o.d -s.c=!0 -s.b=!0 -r=c.a -q=c.b -p=new A.GR(b,c,-1/0,-1/0,1/0,1/0) -o.a.lL(r,q,r+b.gcG().c,q+b.gcG().d,p) -o.c.push(p)}} -A.cR.prototype={} -A.uX.prototype={ -pw(a){var s=this -if(s.a)return!0 -return s.ea.d||s.da.c}} -A.wV.prototype={ -bp(a){a.bz(0)}, -j(a){var s=this.bX(0) -return s}} -A.GV.prototype={ -bp(a){a.bE(0)}, -j(a){var s=this.bX(0) -return s}} -A.GZ.prototype={ -bp(a){a.at(0,this.a,this.b)}, -j(a){var s=this.bX(0) -return s}} -A.GX.prototype={ -bp(a){a.cO(0,this.a,this.b)}, -j(a){var s=this.bX(0) -return s}} -A.GW.prototype={ -bp(a){a.fX(0,this.a)}, -j(a){var s=this.bX(0) -return s}} -A.GY.prototype={ -bp(a){a.aa(0,this.a)}, -j(a){var s=this.bX(0) -return s}} -A.GN.prototype={ -bp(a){a.mu(0,this.f,this.r)}, -j(a){var s=this.bX(0) -return s}} -A.GM.prototype={ -bp(a){a.l1(0,this.f)}, -j(a){var s=this.bX(0) -return s}} -A.GL.prototype={ -bp(a){a.fJ(0,this.f)}, -j(a){var s=this.bX(0) -return s}} -A.GQ.prototype={ -bp(a){a.hU(0,this.f,this.r,this.x)}, -j(a){var s=this.bX(0) -return s}} -A.GU.prototype={ -bp(a){a.cm(0,this.f,this.r)}, -j(a){var s=this.bX(0) -return s}} -A.GT.prototype={ -bp(a){a.cJ(0,this.f,this.r)}, -j(a){var s=this.bX(0) -return s}} -A.GP.prototype={ -bp(a){var s=this.x -if(s.b==null)s.b=B.b3 -a.c0(0,this.y,s)}, -j(a){var s=this.bX(0) -return s}} -A.GO.prototype={ -bp(a){a.eQ(0,this.f,this.r,this.x)}, -j(a){var s=this.bX(0) -return s}} -A.GS.prototype={ -bp(a){a.c0(0,this.f,this.r)}, -j(a){var s=this.bX(0) -return s}} -A.GR.prototype={ -bp(a){a.fM(0,this.f,this.r)}, -j(a){var s=this.bX(0) -return s}} -A.a8n.prototype={ -mu(a,b,c){var s,r,q,p,o=this,n=b.a,m=b.b,l=b.c,k=b.d -if(!o.y){s=$.afp() -s[0]=n -s[1]=m -s[2]=l -s[3]=k -A.afh(o.z,s) -n=s[0] -m=s[1] -l=s[2] -k=s[3]}if(!o.Q){o.ch=n -o.cx=m -o.cy=l -o.db=k -o.Q=!0 -r=k -q=l -p=m -s=n}else{s=o.ch -if(n>s){o.ch=n -s=n}p=o.cx -if(m>p){o.cx=m -p=m}q=o.cy -if(l=q||p>=r)c.a=!0 -else{c.b=s -c.c=p -c.d=q -c.e=r}}, -uZ(a,b){this.lL(a.a,a.b,a.c,a.d,b)}, -lL(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j=this -if(a===c||b===d){e.a=!0 -return}if(!j.y){s=$.afp() -s[0]=a -s[1]=b -s[2]=c -s[3]=d -A.afh(j.z,s) -r=s[0] -q=s[1] -p=s[2] -o=s[3]}else{o=d -p=c -q=b -r=a}if(j.Q){n=j.cy -if(r>=n){e.a=!0 -return}m=j.ch -if(p<=m){e.a=!0 -return}l=j.db -if(q>=l){e.a=!0 -return}k=j.cx -if(o<=k){e.a=!0 -return}if(rn)p=n -if(ql)o=l}e.b=r -e.c=q -e.d=p -e.e=o -if(j.b){j.c=Math.min(Math.min(j.c,r),p) -j.e=Math.max(Math.max(j.e,r),p) -j.d=Math.min(Math.min(j.d,q),o) -j.f=Math.max(Math.max(j.f,q),o)}else{j.c=Math.min(r,p) -j.e=Math.max(r,p) -j.d=Math.min(q,o) -j.f=Math.max(q,o)}j.b=!0}, -Cc(){var s=this,r=s.z,q=new A.bA(new Float32Array(16)) -q.ba(r) -s.r.push(q) -r=s.Q?new A.v(s.ch,s.cx,s.cy,s.db):null -s.x.push(r)}, -a59(){var s,r,q,p,o,n,m,l,k,j,i=this -if(!i.b)return B.T -s=i.a -r=s.a -if(isNaN(r))r=-1/0 -q=s.c -if(isNaN(q))q=1/0 -p=s.b -if(isNaN(p))p=-1/0 -o=s.d -if(isNaN(o))o=1/0 -s=i.c -n=i.e -m=Math.min(s,n) -l=Math.max(s,n) -n=i.d -s=i.f -k=Math.min(n,s) -j=Math.max(n,s) -if(l1;)s.pop() -t.IF.a(B.b.gI(s)).pX(new A.Ze())}, -$S:0} -A.a2R.prototype={ -$0(){var s,r,q=t.IF,p=this.a.a -if($.a2P==null)q.a(B.b.gI(p)).bA(0) -else{s=q.a(B.b.gI(p)) -r=$.a2P -r.toString -s.bh(0,r)}A.axo(q.a(B.b.gI(p))) -$.a2P=q.a(B.b.gI(p)) -return new A.qO(q.a(B.b.gI(p)).d)}, -$S:147} -A.Yc.prototype={ -O7(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this -for(s=f.d,r=f.c,q=a.a,p=f.b,o=b.a,n=0;n11920929e-14)b7.bv(0,1/a8) -c6=b9.f -if(c6!=null){c6=c6.a -b7.cO(0,1,-1) -b7.at(0,-c7.gb3().a,-c7.gb3().b) -b7.cf(0,new A.bA(c6)) -b7.at(0,c7.gb3().a,c7.gb3().b) -b7.cO(0,1,-1)}b7.cf(0,b5) -b7.cf(0,b4) -j.O7(k,a) -A.bE(o,"uniformMatrix4fv",[k.lK(0,n,c2),!1,b7.a]) -A.bE(o,"uniform2f",[k.lK(0,n,c1),s,p]) -$.af0.a6i(new A.v(0,0,0+c5,0+r),k,a,j,s,p) -b8=k.a9M() -A.bE(o,c4,[k.gpx(),null]) -A.bE(o,c4,[k.gAv(),null]) -b8.toString -return b8}} -A.Iu.prototype={ -yA(a,b){var s=new A.nq(b,a,1) -this.b.push(s) -return s}, -jJ(a,b){var s=new A.nq(b,a,2) -this.b.push(s) -return s}, -II(a,b){var s,r,q=this,p="varying ",o=b.c -switch(o){case 0:q.cx.a+="const " -break -case 1:if(q.z)s="in " -else s=q.Q?p:"attribute " -q.cx.a+=s -break -case 2:q.cx.a+="uniform " -break -case 3:s=q.z?"out ":p -q.cx.a+=s -break}s=q.cx -r=s.a+=A.atD(b.b)+" "+b.a -if(o===0)o=s.a=r+" = " -else o=r -s.a=o+";\n"}, -bA(a){var s,r,q,p,o,n=this,m=n.z -if(m)n.cx.a+="#version 300 es\n" -s=n.e -if(s!=null){if(s===0)s="lowp" -else s=s===1?"mediump":"highp" -n.cx.a+="precision "+s+" float;\n"}if(m&&n.ch!=null){m=n.ch -m.toString -n.II(n.cx,m)}for(m=n.b,s=m.length,r=n.cx,q=0;q=0;--r,o=m){a.toString -n=B.b.fg(a,r)!==-1&&B.b.A(l,r) -m=s[r].d -m.toString -p.a(m) -if(!n)if(o==null)q.appendChild(m) -else q.insertBefore(m,o)}}, -a05(a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this.y,c=d.length,b=a1.y,a=b.length,a0=A.a([],t.g) -for(s=0;s=97&&q<=122))q=q>=65&&q<=90 -else q=!0 -o=!(q&&e.length>1) -if(o)n=e -else n=g -m=new A.WT(a,n,e,p).$0() -if(f.type!=="keydown")if(h.b){e=f.code -e.toString -e=e==="CapsLock" -l=e}else l=!1 -else l=!0 -if(h.b){e=f.code -e.toString -e=e==="CapsLock"}else e=!1 -if(e){h.H9(B.z,new A.WU(r,p,m),new A.WV(h,p)) -k=B.f7}else if(l){e=h.e -if(e.h(0,p)!=null){q=f.repeat -if(q===!0)k=B.IX -else{h.c.$1(new A.fE(r,B.d5,p,m,g,!0)) -e.B(0,p) -k=B.f7}}else k=B.f7}else{if(h.e.h(0,p)==null){f.preventDefault() -return}k=B.d5}e=h.e -j=e.h(0,p) -switch(k.a){case 0:i=m -break -case 1:i=g -break -case 2:i=j -break -default:i=g}q=i==null -if(q)e.B(0,p) -else e.p(0,p,i) -$.an8().ai(0,new A.WW(h,a,r)) -if(o)if(!q)h.a2V(p,m,r) -else{e=h.f.B(0,p) -if(e!=null)e.$0()}e=j==null?m:j -q=k===B.d5?g:n -if(h.c.$1(new A.fE(r,k,p,e,q,!1)))f.preventDefault()}, -k9(a){var s=this,r={} -r.a=!1 -s.c=new A.X0(r,s) -try{s.Yx(a)}finally{if(!r.a)s.c.$1(B.IW) -s.c=null}}} -A.WX.prototype={ -$1(a){var s=this -if(!s.a.a&&!s.b.d){s.c.$0() -s.b.a.$1(s.d.$0())}}, -$S:25} -A.WY.prototype={ -$0(){this.a.a=!0}, -$S:0} -A.WZ.prototype={ -$0(){var s=this,r=s.a.b?B.iw:B.d2 -return new A.fE(new A.aP(s.b.a+r.a),B.d5,s.c,s.d,null,!0)}, -$S:129} -A.X_.prototype={ -$0(){this.a.e.B(0,this.b)}, -$S:0} -A.WT.prototype={ -$0(){var s,r,q,p,o,n,m,l=this,k=l.a.a,j=k.key -j.toString -if(B.bu.aq(0,j)){j=k.key -j.toString -j=B.bu.h(0,j) -s=j==null?null:j[k.location] -s.toString -return s}j=l.b -if(j!=null){s=B.d.ap(j,0)&65535 -if(j.length===2)s+=B.d.ap(j,1)<<16>>>0 -return s>=65&&s<=90?s+97-65:s}j=l.c -if(j==="Dead"){r=k.altKey -q=k.ctrlKey -p=k.shiftKey -o=k.metaKey -k=r?1073741824:0 -j=q?268435456:0 -n=p?536870912:0 -m=o?2147483648:0 -return l.d+(k+j+n+m)+98784247808}k=B.TT.h(0,j) -return k==null?B.d.gw(j)+98784247808:k}, -$S:54} -A.WU.prototype={ -$0(){return new A.fE(this.a,B.d5,this.b,this.c,null,!0)}, -$S:129} -A.WV.prototype={ -$0(){this.a.e.B(0,this.b)}, -$S:0} -A.WW.prototype={ -$2(a,b){var s=this.a,r=s.e -if(r.a5f(0,a)&&!b.$1(this.b))r.a9Y(r,new A.WS(s,a,this.c))}, -$S:208} -A.WS.prototype={ -$2(a,b){var s=this.b -if(b!==s)return!1 -this.a.c.$1(new A.fE(this.c,B.d5,a,s,null,!0)) -return!0}, -$S:209} -A.X0.prototype={ -$1(a){this.a.a=!0 -return this.b.a.$1(a)}, -$S:85} -A.XM.prototype={} -A.RX.prototype={ -ga3l(){return A.b(this.a,"_unsubscribe")}, -Hp(a){this.a=a.oH(0,t.lG.a(this.gLF(this)))}, -n(a){var s=this -if(s.c||s.gkt()==null)return -s.c=!0 -s.a3m()}, -pi(){var s=0,r=A.aj(t.H),q=this -var $async$pi=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:s=q.gkt()!=null?2:3 -break -case 2:s=4 -return A.an(q.im(),$async$pi) -case 4:s=5 -return A.an(q.gkt().kz(0,-1),$async$pi) -case 5:case 3:return A.ah(null,r)}}) -return A.ai($async$pi,r)}, -giG(){var s=this.gkt() -s=s==null?null:s.qo(0) -return s==null?"/":s}, -gah(){var s=this.gkt() -return s==null?null:s.nB(0)}, -a3m(){return this.ga3l().$0()}} -A.wx.prototype={ -TA(a){var s,r=this,q=r.d -if(q==null)return -r.Hp(q) -if(!r.xi(r.gah())){s=t.z -q.ij(0,A.aN(["serialCount",0,"state",r.gah()],s,s),"flutter",r.giG())}r.e=r.gwz()}, -gwz(){if(this.xi(this.gah())){var s=this.gah() -s.toString -return A.dn(J.ax(t.f.a(s),"serialCount"))}return 0}, -xi(a){return t.f.b(a)&&J.ax(a,"serialCount")!=null}, -qy(a,b,c){var s,r,q="_lastSeenSerialCount",p=this.d -if(p!=null){s=t.z -r=this.e -if(b){s=A.aN(["serialCount",A.b(r,q),"state",c],s,s) -a.toString -p.ij(0,s,"flutter",a)}else{r=A.b(r,q)+1 -this.e=r -s=A.aN(["serialCount",A.b(r,q),"state",c],s,s) -a.toString -p.q0(0,s,"flutter",a)}}}, -Cz(a){return this.qy(a,!1,null)}, -AW(a,b){var s,r,q,p,o=this -if(!o.xi(new A.iV([],[]).jS(b.state,!0))){s=o.d -s.toString -r=new A.iV([],[]).jS(b.state,!0) -q=t.z -s.ij(0,A.aN(["serialCount",A.b(o.e,"_lastSeenSerialCount")+1,"state",r],q,q),"flutter",o.giG())}o.e=o.gwz() -s=$.bj() -r=o.giG() -q=new A.iV([],[]).jS(b.state,!0) -q=q==null?null:J.ax(q,"state") -p=t.z -s.i7("flutter/navigation",B.aU.hV(new A.hw("pushRouteInformation",A.aN(["location",r,"state",q],p,p))),new A.XW())}, -im(){var s=0,r=A.aj(t.H),q,p=this,o,n,m -var $async$im=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:p.n(0) -if(p.b||p.d==null){s=1 -break}p.b=!0 -o=p.gwz() -s=o>0?3:4 -break -case 3:s=5 -return A.an(p.d.kz(0,-o),$async$im) -case 5:case 4:n=p.gah() -n.toString -t.f.a(n) -m=p.d -m.toString -m.ij(0,J.ax(n,"state"),"flutter",p.giG()) -case 1:return A.ah(q,r)}}) -return A.ai($async$im,r)}, -gkt(){return this.d}} -A.XW.prototype={ -$1(a){}, -$S:23} -A.yg.prototype={ -TY(a){var s,r=this,q=r.d -if(q==null)return -r.Hp(q) -s=r.giG() -if(!A.ae3(new A.iV([],[]).jS(window.history.state,!0))){q.ij(0,A.aN(["origin",!0,"state",r.gah()],t.N,t.z),"origin","") -r.xY(q,s,!1)}}, -qy(a,b,c){var s=this.d -if(s!=null)this.xY(s,a,!0)}, -Cz(a){return this.qy(a,!1,null)}, -AW(a,b){var s,r=this,q="flutter/navigation" -if(A.aiU(new A.iV([],[]).jS(b.state,!0))){s=r.d -s.toString -r.a2A(s) -$.bj().i7(q,B.aU.hV(B.VN),new A.a16())}else if(A.ae3(new A.iV([],[]).jS(b.state,!0))){s=r.f -s.toString -r.f=null -$.bj().i7(q,B.aU.hV(new A.hw("pushRoute",s)),new A.a17())}else{r.f=r.giG() -r.d.kz(0,-1)}}, -xY(a,b,c){var s -if(b==null)b=this.giG() -s=this.e -if(c)a.ij(0,s,"flutter",b) -else a.q0(0,s,"flutter",b)}, -a2A(a){return this.xY(a,null,!1)}, -im(){var s=0,r=A.aj(t.H),q,p=this,o,n -var $async$im=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:p.n(0) -if(p.b||p.d==null){s=1 -break}p.b=!0 -o=p.d -s=3 -return A.an(o.kz(0,-1),$async$im) -case 3:n=p.gah() -n.toString -o.ij(0,J.ax(t.f.a(n),"state"),"flutter",p.giG()) -case 1:return A.ah(q,r)}}) -return A.ai($async$im,r)}, -gkt(){return this.d}} -A.a16.prototype={ -$1(a){}, -$S:23} -A.a17.prototype={ -$1(a){}, -$S:23} -A.mM.prototype={} -A.a43.prototype={} -A.VK.prototype={ -oH(a,b){B.bz.jH(window,"popstate",b) -return new A.VM(this,b)}, -qo(a){var s=window.location.hash -if(s.length===0||s==="#")return"/" -return B.d.dS(s,1)}, -nB(a){return new A.iV([],[]).jS(window.history.state,!0)}, -LT(a,b){var s,r -if(b.length===0){s=window.location.pathname -s.toString -r=window.location.search -r.toString -r=s+r -s=r}else s="#"+b -return s}, -q0(a,b,c,d){var s=this.LT(0,d) -window.history.pushState(new A.OL([],[]).jc(b),c,s)}, -ij(a,b,c,d){var s=this.LT(0,d) -window.history.replaceState(new A.OL([],[]).jc(b),c,s)}, -kz(a,b){window.history.go(b) -return this.a3Q()}, -a3Q(){var s=new A.ad($.a3,t.U),r=A.bI("unsubscribe") -r.b=this.oH(0,new A.VL(r,new A.bd(s,t.h))) -return s}} -A.VM.prototype={ -$0(){B.bz.ut(window,"popstate",this.b) -return null}, -$S:0} -A.VL.prototype={ -$1(a){this.a.bQ().$0() -this.b.dl(0)}, -$S:6} -A.SS.prototype={ -oH(a,b){return J.anV(this.a,b)}, -qo(a){return J.apN(this.a)}, -nB(a){return J.apR(this.a)}, -q0(a,b,c,d){return J.aq4(this.a,b,c,d)}, -ij(a,b,c,d){return J.aqa(this.a,b,c,d)}, -kz(a,b){return J.apT(this.a,b)}} -A.YX.prototype={} -A.RY.prototype={} -A.EQ.prototype={ -l_(a,b){var s,r -this.b=b -this.c=!0 -s=A.b(b,"cullRect") -r=A.a([],t.EO) -return this.a=new A.ZK(new A.a8n(s,A.a([],t.Xr),A.a([],t.cA),A.du()),r,new A.a_w())}, -gLf(){return this.c}, -tJ(){var s,r=this -if(!r.c)r.l_(0,B.n9) -r.c=!1 -s=r.a -s.b=s.a.a59() -s.f=!0 -s=r.a -A.b(r.b,"cullRect") -return new A.EP(s)}} -A.EP.prototype={ -n(a){}} -A.Uf.prototype={ -Ar(){var s=this.f -if(s!=null)A.CF(s,this.r)}, -a86(a,b){var s=this.cy -if(s!=null)A.CF(new A.Up(b,s,a),this.db) -else b.$1(!1)}, -i7(a,b,c){var s,r,q,p,o,n,m,l,k,j="Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (arguments must be a two-element list, channel name and new capacity)",i="Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (arguments must be a two-element list, channel name and flag state)" -if(a==="dev.flutter/channel-buffers")try{s=$.R1() -r=A.df(b.buffer,b.byteOffset,b.byteLength) -if(r[0]===7){q=r[1] -if(q>=254)A.L(A.cC("Unrecognized message sent to dev.flutter/channel-buffers (method name too long)")) -p=2+q -o=B.ag.es(0,B.a3.c_(r,2,p)) -switch(o){case"resize":if(r[p]!==12)A.L(A.cC(j)) -n=p+1 -if(r[n]<2)A.L(A.cC(j));++n -if(r[n]!==7)A.L(A.cC("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (first argument must be a string)"));++n -m=r[n] -if(m>=254)A.L(A.cC("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++n -p=n+m -l=B.ag.es(0,B.a3.c_(r,n,p)) -if(r[p]!==3)A.L(A.cC("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (second argument must be an integer in the range 0 to 2147483647)")) -s.Mj(0,l,b.getUint32(p+1,B.aj===$.cW())) -break -case"overflow":if(r[p]!==12)A.L(A.cC(i)) -n=p+1 -if(r[n]<2)A.L(A.cC(i));++n -if(r[n]!==7)A.L(A.cC("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (first argument must be a string)"));++n -m=r[n] -if(m>=254)A.L(A.cC("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++n -s=n+m -B.ag.es(0,B.a3.c_(r,n,s)) -s=r[s] -if(s!==1&&s!==2)A.L(A.cC("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (second argument must be a boolean)")) -break -default:A.L(A.cC("Unrecognized method '"+o+"' sent to dev.flutter/channel-buffers"))}}else{k=A.a(B.ag.es(0,r).split("\r"),t.s) -if(k.length===3&&J.f(k[0],"resize"))s.Mj(0,k[1],A.e9(k[2],null)) -else A.L(A.cC("Unrecognized message "+A.e(k)+" sent to dev.flutter/channel-buffers."))}}finally{c.$1(null)}else $.R1().a9D(a,b,c)}, -a2t(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this -switch(a){case"flutter/skia":s=B.aU.hc(b) -switch(s.a){case"Skia.setResourceCacheMaxBytes":r=A.aQ() -if(r){q=A.dn(s.b) -h.guq().toString -r=A.es().a -r.x=q -r.HJ()}h.eX(c,B.ab.c1([A.a([!0],t.HZ)])) -break}return -case"flutter/assets":p=B.ag.es(0,A.df(b.buffer,0,null)) -$.Qt.dI(0,p).fY(0,new A.Ui(h,c),new A.Uj(h,c),t.P) -return -case"flutter/platform":s=B.aU.hc(b) -switch(s.a){case"SystemNavigator.pop":h.d.h(0,0).gt2().pi().bG(0,new A.Uk(h,c),t.P) -return -case"HapticFeedback.vibrate":r=h.XB(A.cz(s.b)) -o=window.navigator -if("vibrate" in o)o.vibrate(r) -h.eX(c,B.ab.c1([!0])) -return -case u.p:n=t.a.a(s.b) -r=J.aD(n) -m=A.cz(r.h(n,"label")) -if(m==null)m="" -l=A.hU(r.h(n,"primaryColor")) -if(l==null)l=4278190080 -r=document -r.title=m -k=t.iI.a(r.querySelector("#flutterweb-theme")) -if(k==null){k=r.createElement("meta") -k.id="flutterweb-theme" -k.name="theme-color" -r.head.appendChild(k)}r=A.e8(new A.F(l>>>0)) -r.toString -k.content=r -h.eX(c,B.ab.c1([!0])) -return -case"SystemChrome.setPreferredOrientations":n=t.j.a(s.b) -r=$.cA;(r==null?$.cA=A.hl():r).NZ(n).bG(0,new A.Ul(h,c),t.P) -return -case"SystemSound.play":h.eX(c,B.ab.c1([!0])) -return -case"Clipboard.setData":r=window.navigator.clipboard!=null?new A.E9():new A.EW() -new A.Ea(r,A.aii()).NJ(s,c) -return -case"Clipboard.getData":r=window.navigator.clipboard!=null?new A.E9():new A.EW() -new A.Ea(r,A.aii()).N_(c) -return}break -case"flutter/service_worker":r=window -j=document.createEvent("Event") -j.initEvent("flutter-first-frame",!0,!0) -r.dispatchEvent(j) -return -case"flutter/textinput":r=$.afB() -r.gtc(r).a7J(b,c) -return -case"flutter/mousecursor":s=B.cW.hc(b) -n=t.f.a(s.b) -switch(s.a){case"activateSystemCursor":$.adL.toString -r=A.cz(J.ax(n,"kind")) -i=$.cA -i=(i==null?$.cA=A.hl():i).z -i.toString -r=B.Vy.h(0,r) -A.cL(i,"cursor",r==null?"default":r) -break}return -case"flutter/web_test_e2e":h.eX(c,B.ab.c1([A.awp(B.aU,b)])) -return -case"flutter/platform_views":r=h.fy -if(r==null)r=h.fy=new A.Z_($.tA(),new A.Um()) -c.toString -r.a7w(b,c) -return -case"flutter/accessibility":$.anx().a7r(B.bQ,b) -h.eX(c,B.bQ.c1(!0)) -return -case"flutter/navigation":h.d.h(0,0).A9(b).bG(0,new A.Un(h,c),t.P) -h.ao="/" -return}h.eX(c,null)}, -XB(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}}, -is(){var s=$.alG -if(s==null)throw A.c(A.cC("scheduleFrameCallback must be initialized first.")) -s.$0()}, -aa_(a,b){var s=A.aQ() -if(s){A.ald() -A.ale() -t.h_.a(a) -this.guq().a6d(a.a)}else{t._P.a(a) -s=$.cA -if(s==null)s=$.cA=A.hl() -s.Me(a.a)}A.axY()}, -Iq(a){var s=this,r=s.a -if(r.d!==a){s.a=r.a5p(a) -A.CF(null,null) -A.CF(s.rx,s.ry)}}, -UE(){var s,r=this,q=r.r1 -r.Iq(q.matches?B.aa:B.al) -s=new A.Ug(r) -r.r2=s -B.B0.al(q,s) -$.hW.push(new A.Uh(r))}, -gzp(){var s=this.ao -return s==null?this.ao=this.d.h(0,0).gt2().giG():s}, -guq(){var s,r=this.K -if(r===$){s=A.aQ() -r=this.K=s?new A.Zq(new A.Sz(),A.a([],t.b)):null}return r}, -eX(a,b){A.ado(B.z,t.H).bG(0,new A.Uq(a,b),t.P)}} -A.Up.prototype={ -$0(){return this.a.$1(this.b.$1(this.c))}, -$S:0} -A.Uo.prototype={ -$1(a){this.a.lx(this.b,a)}, -$S:23} -A.Ui.prototype={ -$1(a){this.a.eX(this.b,a)}, -$S:237} -A.Uj.prototype={ -$1(a){$.bV().$1("Error while trying to load an asset: "+A.e(a)) -this.a.eX(this.b,null)}, -$S:13} -A.Uk.prototype={ -$1(a){this.a.eX(this.b,B.ab.c1([!0]))}, -$S:25} -A.Ul.prototype={ -$1(a){this.a.eX(this.b,B.ab.c1([a]))}, -$S:70} -A.Um.prototype={ -$1(a){var s=$.cA;(s==null?$.cA=A.hl():s).z.appendChild(a)}, -$S:248} -A.Un.prototype={ -$1(a){var s=this.b -if(a)this.a.eX(s,B.ab.c1([!0])) -else if(s!=null)s.$1(null)}, -$S:70} -A.Ug.prototype={ -$1(a){var s=t.oh.a(a).matches -s.toString -s=s?B.aa:B.al -this.a.Iq(s)}, -$S:6} -A.Uh.prototype={ -$0(){var s=this.a -B.B0.T(s.r1,s.r2) -s.r2=null}, -$S:0} -A.Uq.prototype={ -$1(a){var s=this.a -if(s!=null)s.$1(this.b)}, -$S:25} -A.ac6.prototype={ -$0(){this.a.$2(this.b,this.c)}, -$S:0} -A.ac7.prototype={ -$0(){var s=this -s.a.$3(s.b,s.c,s.d)}, -$S:0} -A.YY.prototype={ -aa0(a,b,c){var s="flt-pv-slot-"+b -this.d.p(0,b,a) -return this.b.bK(0,b,new A.YZ(this,s,a,b,c))}, -a2c(a){var s,r,q -if(a==null)return -s=$.c9() -if(s!==B.R){J.cg(a) -return}r="tombstone-"+A.e(a.getAttribute("slot")) -q=document.createElement("slot") -s=q.style -s.display="none" -q.setAttribute("name",r) -s=$.cA;(s==null?$.cA=A.hl():s).Q.jN(0,q) -a.setAttribute("slot",r) -J.cg(a) -J.cg(q)}, -pw(a){var s=this.d.h(0,a) -return s!=null&&this.c.A(0,s)}} -A.YZ.prototype={ -$0(){var s,r,q,p,o=this,n=document.createElement("flt-platform-view") -n.setAttribute("slot",o.b) -s=o.c -r=o.a.a.h(0,s) -r.toString -q=A.bI("content") -q.b=t.BP.a(r).$1(o.d) -r=q.bQ() -if(r.style.height.length===0){$.bV().$1("Height of Platform View type: ["+s+"] may not be set. Defaulting to `height: 100%`.\nSet `style.height` to any appropriate value to stop this message.") -p=r.style -p.height="100%"}if(r.style.width.length===0){$.bV().$1("Width of Platform View type: ["+s+"] may not be set. Defaulting to `width: 100%`.\nSet `style.width` to any appropriate value to stop this message.") -s=r.style -s.width="100%"}n.appendChild(q.bQ()) -return n}, -$S:252} -A.Z_.prototype={ -W9(a,b){var s=t.f.a(a.b),r=J.aD(s),q=A.dn(r.h(s,"id")),p=A.bo(r.h(s,"viewType")) -r=this.b -if(!r.a.aq(0,p)){b.$1(B.cW.ld("unregistered_view_type","unregistered view type: "+p,"trying to create a view with an unregistered type")) -return}if(r.b.aq(0,q)){b.$1(B.cW.ld("recreating_view","view id: "+q,"trying to create an already created view")) -return}this.c.$1(r.aa0(p,q,s)) -b.$1(B.cW.pf(null))}, -a7w(a,b){var s,r=B.cW.hc(a) -switch(r.a){case"create":this.W9(r,b) -return -case"dispose":s=this.b -s.a2c(s.b.B(0,A.dn(r.b))) -b.$1(B.cW.pf(null)) -return}b.$1(null)}} -A.Hg.prototype={ -W1(){var s,r=this -if("PointerEvent" in window){s=new A.a8p(A.x(t.S,t.ZW),r.a,r.gxF(),r.c) -s.nJ() -return s}if("TouchEvent" in window){s=new A.aa9(A.aT(t.S),r.a,r.gxF(),r.c) -s.nJ() -return s}if("MouseEvent" in window){s=new A.a8a(new A.nR(),r.a,r.gxF(),r.c) -s.nJ() -return s}throw A.c(A.O("This browser does not support pointer, touch, or mouse events."))}, -a0D(a){var s=A.a(a.slice(0),A.a7(a)),r=$.bj() -A.QK(r.ch,r.cx,new A.x9(s))}} -A.Z9.prototype={ -j(a){return"pointers:"+("PointerEvent" in window)+", touch:"+("TouchEvent" in window)+", mouse:"+("MouseEvent" in window)}} -A.a4J.prototype={ -yz(a,b,c,d){var s=new A.a4K(this,d,c) -$.auK.p(0,b,s) -B.bz.jI(window,b,s,!0)}, -jH(a,b,c){return this.yz(a,b,c,!1)}} -A.a4K.prototype={ -$1(a){var s -if(!this.b&&!this.a.a.contains(t.ZR.a(J.acO(a))))return null -s=$.dG -if((s==null?$.dG=A.kL():s).M2(a))this.c.$1(a)}, -$S:34} -A.PF.prototype={ -DL(a){var s=A.axy(A.aN(["passive",!1],t.N,t.X)),r=A.lV(new A.aas(a)) -$.auL.p(0,"wheel",r) -A.bE(this.a,"addEventListener",["wheel",r,s])}, -FS(a){var s,r,q,p,o,n,m,l,k,j,i,h -t.V6.a(a) -s=B.nC.ga5Z(a) -r=B.nC.ga6_(a) -switch(B.nC.ga5Y(a)){case 1:q=$.akf -if(q==null){q=document -p=q.createElement("div") -o=p.style -o.fontSize="initial" -o.display="none" -q.body.appendChild(p) -n=B.oD.BP(p).fontSize -if(B.d.A(n,"px"))m=A.aiu(A.acq(n,"px","")) -else m=null -B.oD.bD(p) -q=$.akf=m==null?16:m/4}s*=q -r*=q -break -case 2:q=$.bg() -s*=q.gnj().a -r*=q.gnj().b -break -case 0:default:break}l=A.a([],t.C) -q=a.timeStamp -q.toString -q=A.rl(q) -o=a.clientX -a.clientY -k=$.bg() -j=k.x -if(j==null)j=A.aV() -a.clientX -i=a.clientY -k=k.x -if(k==null)k=A.aV() -h=a.buttons -h.toString -this.c.a5h(l,h,B.et,-1,B.cb,o*j,i*k,1,1,0,s,r,B.Wl,q) -this.b.$1(l) -if(a.getModifierState("Control")){q=$.eb() -if(q!==B.c9)q=q!==B.b2 -else q=!1}else q=!1 -if(q)return -a.preventDefault()}} -A.aas.prototype={ -$1(a){return this.a.$1(a)}, -$S:34} -A.kl.prototype={ -j(a){return A.w(this).j(0)+"(change: "+this.a.j(0)+", buttons: "+this.b+")"}} -A.nR.prototype={ -C7(a,b){var s -if(this.a!==0)return this.v_(b) -s=(b===0&&a>-1?A.axt(a):b)&1073741823 -this.a=s -return new A.kl(B.C4,s)}, -v_(a){var s=a&1073741823,r=this.a -if(r===0&&s!==0)return new A.kl(B.et,r) -this.a=s -return new A.kl(s===0?B.et:B.eu,s)}, -qs(a){if(this.a!==0&&(a&1073741823)===0){this.a=0 -return new A.kl(B.n8,0)}return null}, -C9(a){var s -if(this.a===0)return null -s=this.a=(a==null?0:a)&1073741823 -if(s===0)return new A.kl(B.n8,s) -else return new A.kl(B.eu,s)}} -A.a8p.prototype={ -F2(a){return this.d.bK(0,a,new A.a8r())}, -GY(a){if(a.pointerType==="touch")this.d.B(0,a.pointerId)}, -w_(a,b,c){this.yz(0,a,new A.a8q(b),c)}, -DJ(a,b){return this.w_(a,b,!1)}, -nJ(){var s=this -s.DJ("pointerdown",new A.a8s(s)) -s.w_("pointermove",new A.a8t(s),!0) -s.w_("pointerup",new A.a8u(s),!0) -s.DJ("pointercancel",new A.a8v(s)) -s.DL(new A.a8w(s))}, -fv(a,b,c){var s,r,q,p,o,n,m,l,k,j=c.pointerType -j.toString -s=this.GK(j) -j=c.tiltX -j.toString -r=c.tiltY -r.toString -if(!(Math.abs(j)>Math.abs(r)))j=r -r=c.timeStamp -r.toString -q=A.rl(r) -p=c.pressure -r=this.od(c) -o=c.clientX -c.clientY -n=$.bg() -m=n.x -if(m==null)m=A.aV() -c.clientX -l=c.clientY -n=n.x -if(n==null)n=A.aV() -k=p==null?0:p -this.c.a5g(a,b.b,b.a,r,s,o*m,l*n,k,1,0,B.dD,j/180*3.141592653589793,q)}, -WV(a){var s -if("getCoalescedEvents" in a){s=J.CQ(a.getCoalescedEvents(),t.qL) -if(!s.gR(s))return s}return A.a([a],t.Y2)}, -GK(a){switch(a){case"mouse":return B.cb -case"pen":return B.hF -case"touch":return B.ca -default:return B.C5}}, -od(a){var s=a.pointerType -s.toString -if(this.GK(s)===B.cb)s=-1 -else{s=a.pointerId -s.toString}return s}} -A.a8r.prototype={ -$0(){return new A.nR()}, -$S:283} -A.a8q.prototype={ -$1(a){return this.a.$1(t.qL.a(a))}, -$S:34} -A.a8s.prototype={ -$1(a){var s,r,q=this.a,p=q.od(a),o=A.a([],t.C),n=q.F2(p),m=a.buttons -m.toString -s=n.qs(m) -if(s!=null)q.fv(o,s,a) -m=a.button -r=a.buttons -r.toString -q.fv(o,n.C7(m,r),a) -q.b.$1(o)}, -$S:49} -A.a8t.prototype={ -$1(a){var s,r,q,p,o=this.a,n=o.F2(o.od(a)),m=A.a([],t.C) -for(s=J.au(o.WV(a));s.u();){r=s.gD(s) -q=r.buttons -q.toString -p=n.qs(q) -if(p!=null)o.fv(m,p,r) -q=r.buttons -q.toString -o.fv(m,n.v_(q),r)}o.b.$1(m)}, -$S:49} -A.a8u.prototype={ -$1(a){var s,r=this.a,q=r.od(a),p=A.a([],t.C),o=r.d.h(0,q) -o.toString -s=o.C9(a.buttons) -r.GY(a) -if(s!=null){r.fv(p,s,a) -r.b.$1(p)}}, -$S:49} -A.a8v.prototype={ -$1(a){var s=this.a,r=s.od(a),q=A.a([],t.C),p=s.d.h(0,r) -p.toString -p.a=0 -s.GY(a) -s.fv(q,new A.kl(B.n6,0),a) -s.b.$1(q)}, -$S:49} -A.a8w.prototype={ -$1(a){this.a.FS(a)}, -$S:6} -A.aa9.prototype={ -qO(a,b){this.jH(0,a,new A.aaa(b))}, -nJ(){var s=this -s.qO("touchstart",new A.aab(s)) -s.qO("touchmove",new A.aac(s)) -s.qO("touchend",new A.aad(s)) -s.qO("touchcancel",new A.aae(s))}, -qU(a,b,c,d,e){var s,r,q,p,o,n=e.identifier -n.toString -s=B.c.aU(e.clientX) -B.c.aU(e.clientY) -r=$.bg() -q=r.x -if(q==null)q=A.aV() -B.c.aU(e.clientX) -p=B.c.aU(e.clientY) -r=r.x -if(r==null)r=A.aV() -o=c?1:0 -this.c.Jo(b,o,a,n,B.ca,s*q,p*r,1,1,0,B.dD,d)}} -A.aaa.prototype={ -$1(a){return this.a.$1(t.wv.a(a))}, -$S:34} -A.aab.prototype={ -$1(a){var s,r,q,p,o,n,m,l,k=a.timeStamp -k.toString -s=A.rl(k) -r=A.a([],t.C) -for(k=a.changedTouches,q=k.length,p=this.a,o=p.d,n=0;nq){r.d=q+1 -r=$.bj() -A.lW(r.y1,r.y2,this.b.r1,B.Cn,null)}else if(sq){s=s.b -s.toString -if((s&32)!==0||(s&16)!==0){s=$.bj() -A.lW(s.y1,s.y2,p,B.ey,n)}else{s=$.bj() -A.lW(s.y1,s.y2,p,B.eA,n)}}else{s=s.b -s.toString -if((s&32)!==0||(s&16)!==0){s=$.bj() -A.lW(s.y1,s.y2,p,B.ez,n)}else{s=$.bj() -A.lW(s.y1,s.y2,p,B.eB,n)}}}}, -ja(a){var s,r,q,p=this -if(p.d==null){s=p.b -r=s.rx -q=r.style -B.f.ar(q,B.f.a9(q,"touch-action"),"none","") -p.Fe() -s=s.r2 -s.d.push(new A.a0t(p)) -q=new A.a0u(p) -p.c=q -s.ch.push(q) -q=new A.a0v(p) -p.d=q -J.acH(r,"scroll",q)}}, -gEP(){var s=this.b,r=s.b -r.toString -r=(r&32)!==0||(r&16)!==0 -s=s.rx -if(r)return B.c.aU(s.scrollTop) -else return B.c.aU(s.scrollLeft)}, -Gm(){var s=this.b,r=s.rx,q=s.b -q.toString -if((q&32)!==0||(q&16)!==0){r.scrollTop=10 -s.y2=this.e=B.c.aU(r.scrollTop) -s.ao=0}else{r.scrollLeft=10 -q=B.c.aU(r.scrollLeft) -this.e=q -s.y2=0 -s.ao=q}}, -Fe(){var s="overflow-y",r="overflow-x",q=this.b,p=q.rx -switch(q.r2.z.a){case 1:q=q.b -q.toString -if((q&32)!==0||(q&16)!==0){q=p.style -B.f.ar(q,B.f.a9(q,s),"scroll","")}else{q=p.style -B.f.ar(q,B.f.a9(q,r),"scroll","")}break -case 0:q=q.b -q.toString -if((q&32)!==0||(q&16)!==0){q=p.style -B.f.ar(q,B.f.a9(q,s),"hidden","")}else{q=p.style -B.f.ar(q,B.f.a9(q,r),"hidden","")}break}}, -n(a){var s,r=this,q=r.b,p=q.rx,o=p.style -o.removeProperty("overflowY") -o.removeProperty("overflowX") -o.removeProperty("touch-action") -s=r.d -if(s!=null)J.agh(p,"scroll",s) -B.b.B(q.r2.ch,r.c) -r.c=null}} -A.a0t.prototype={ -$0(){this.a.Gm()}, -$S:0} -A.a0u.prototype={ -$1(a){this.a.Fe()}, -$S:91} -A.a0v.prototype={ -$1(a){this.a.a1D()}, -$S:6} -A.a0W.prototype={} -A.Ir.prototype={} -A.fR.prototype={ -j(a){return"Role."+this.b}} -A.abr.prototype={ -$1(a){return A.as6(a)}, -$S:347} -A.abs.prototype={ -$1(a){return new A.qe(a)}, -$S:350} -A.abt.prototype={ -$1(a){return new A.pA(a)}, -$S:351} -A.abu.prototype={ -$1(a){return new A.qT(a)}, -$S:355} -A.abv.prototype={ -$1(a){var s,r,q="editableElement",p=new A.r_(a),o=(a.a&524288)!==0?document.createElement("textarea"):A.Wn() -A.d7($,q) -p.c=o -s=A.b(o,q) -s.spellcheck=!1 -s.setAttribute("autocorrect","off") -s.setAttribute("autocomplete","off") -s.setAttribute("data-semantics-role","text-field") -s=A.b(o,q).style -s.position="absolute" -s.top="0" -s.left="0" -r=a.z -r=A.e(r.c-r.a)+"px" -s.width=r -r=a.z -r=A.e(r.d-r.b)+"px" -s.height=r -a.rx.appendChild(A.b(o,q)) -o=$.c9() -switch(o.a){case 0:case 5:case 3:case 4:case 2:case 6:p.FZ() -break -case 1:p.a_x() -break}return p}, -$S:405} -A.abw.prototype={ -$1(a){return new A.oH(A.avT(a),a)}, -$S:403} -A.abx.prototype={ -$1(a){return new A.pn(a)}, -$S:372} -A.aby.prototype={ -$1(a){return new A.pC(a)}, -$S:368} -A.fe.prototype={} -A.co.prototype={ -vS(a,b){var s=this.rx,r=s.style -r.position="absolute" -if(this.r1===0){r=$.bD -if(r==null)r=$.bD=new A.da(self.window.flutterConfiguration) -r=!r.gmB(r)}else r=!1 -if(r){r=s.style -B.f.ar(r,B.f.a9(r,"filter"),"opacity(0%)","") -r=s.style -r.color="rgba(0,0,0,0)"}r=$.bD -if(r==null)r=$.bD=new A.da(self.window.flutterConfiguration) -if(r.gmB(r)){s=s.style -s.outline="1px solid green"}}, -C2(){var s,r=this -if(r.x1==null){s=A.cl("flt-semantics-container",null) -r.x1=s -s=s.style -s.position="absolute" -s=r.x1 -s.toString -r.rx.appendChild(s)}return r.x1}, -gLj(){var s,r=this.a -if((r&16384)!==0){s=this.b -s.toString -r=(s&1)===0&&(r&8)===0}else r=!1 -return r}, -K1(){var s=this.a -if((s&64)!==0)if((s&128)!==0)return B.Ic -else return B.iA -else return B.Ib}, -fp(a,b){var s -if(b)this.rx.setAttribute("role",a) -else{s=this.rx -if(s.getAttribute("role")===a)s.removeAttribute("role")}}, -jD(a,b){var s=this.y1,r=s.h(0,a) -if(b){if(r==null){r=$.ang().h(0,a).$1(this) -s.p(0,a,r)}r.ja(0)}else if(r!=null){r.n(0) -s.B(0,a)}}, -M3(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.rx,g=h.style,f=i.z -f=A.e(f.c-f.a)+"px" -g.width=f -f=i.z -f=A.e(f.d-f.b)+"px" -g.height=f -g=i.k1 -s=g!=null&&!B.hD.gR(g)?i.C2():null -g=i.z -r=g.b===0&&g.a===0 -q=i.id -g=q==null -p=g||A.act(q)===B.D3 -if(r&&p&&i.y2===0&&i.ao===0){A.a0Q(h) -if(s!=null)A.a0Q(s) -return}o=A.bI("effectiveTransform") -if(!r)if(g){g=i.z -n=g.a -m=g.b -g=A.du() -g.lO(n,m,0) -o.b=g -l=n===0&&m===0}else{g=new A.bA(new Float32Array(16)) -g.ba(new A.bA(q)) -f=i.z -g.Bw(0,f.a,f.b,0) -o.b=g -l=J.apU(o.bQ())}else if(!p){o.b=new A.bA(q) -l=!1}else l=!0 -if(!l){h=h.style -B.f.ar(h,B.f.a9(h,"transform-origin"),"0 0 0","") -g=A.hX(o.bQ().a) -B.f.ar(h,B.f.a9(h,"transform"),g,"")}else A.a0Q(h) -if(s!=null)if(!r||i.y2!==0||i.ao!==0){h=i.z -g=h.a -f=i.ao -h=h.b -k=i.y2 -j=s.style -k=A.e(-h+k)+"px" -j.top=k -h=A.e(-g+f)+"px" -j.left=h}else A.a0Q(s)}, -a3n(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2="flt-semantics",a3=a1.k1 -if(a3==null||a3.length===0){s=a1.K -if(s==null||s.length===0){a1.K=a3 -return}r=s.length -for(a3=a1.r2,s=a3.a,q=0;q=0;--q){a0=a1.k1[q] -p=s.h(0,a0) -if(p==null){p=new A.co(a0,a3,A.cl(a2,null),A.x(n,m)) -p.vS(a0,a3) -s.p(0,a0,p)}if(!B.b.A(b,a0)){l=p.rx -if(a==null)o.appendChild(l) -else o.insertBefore(l,a) -p.x2=a1 -a3.b.p(0,p.r1,a1)}a=p.rx}a1.K=a1.k1}, -j(a){var s=this.bX(0) -return s}} -A.CX.prototype={ -j(a){return"AccessibilityMode."+this.b}} -A.kQ.prototype={ -j(a){return"GestureMode."+this.b}} -A.Ur.prototype={ -SU(){$.hW.push(new A.Us(this))}, -X_(){var s,r,q,p,o,n,m,l=this -for(s=l.c,r=s.length,q=l.a,p=0;p>>0}l=m.fx -if(k.db!==l){k.db=l -k.ry=(k.ry|4096)>>>0}l=m.fy -if(k.dx!==l){k.dx=l -k.ry=(k.ry|4096)>>>0}l=m.db -if(k.Q!==l){k.Q=l -k.ry=(k.ry|1024)>>>0}l=m.dx -if(k.ch!==l){k.ch=l -k.ry=(k.ry|1024)>>>0}l=m.cy -if(!J.f(k.z,l)){k.z=l -k.ry=(k.ry|512)>>>0}l=m.r1 -if(k.id!==l){k.id=l -k.ry=(k.ry|65536)>>>0}l=m.Q -if(k.r!==l){k.r=l -k.ry=(k.ry|64)>>>0}l=k.b -j=m.c -if(l!==j){k.b=j -k.ry=(k.ry|2)>>>0 -l=j}j=m.f -if(k.c!==j){k.c=j -k.ry=(k.ry|4)>>>0}j=m.r -if(k.d!==j){k.d=j -k.ry=(k.ry|8)>>>0}j=m.y -if(k.e!==j){k.e=j -k.ry=(k.ry|16)>>>0}j=m.z -if(k.f!==j){k.f=j -k.ry=(k.ry|32)>>>0}j=m.ch -if(k.x!==j){k.x=j -k.ry=(k.ry|128)>>>0}j=m.cx -if(k.y!==j){k.y=j -k.ry=(k.ry|256)>>>0}j=m.dy -if(k.cx!==j){k.cx=j -k.ry=(k.ry|2048)>>>0}j=m.fr -if(k.cy!==j){k.cy=j -k.ry=(k.ry|2048)>>>0}j=m.go -if(k.dy!==j){k.dy=j -k.ry=(k.ry|8192)>>>0}j=m.id -if(k.fr!==j){k.fr=j -k.ry=(k.ry|8192)>>>0}j=m.k1 -if(k.fx!==j){k.fx=j -k.ry=(k.ry|16384)>>>0}j=m.k2 -if(k.fy!==j){k.fy=j -k.ry=(k.ry|16384)>>>0}j=m.k4 -if(k.go!=j){k.go=j -k.ry=(k.ry|32768)>>>0}j=m.rx -if(k.k2!==j){k.k2=j -k.ry=(k.ry|1048576)>>>0}j=m.r2 -if(k.k1!==j){k.k1=j -k.ry=(k.ry|524288)>>>0}j=m.ry -if(k.k3!==j){k.k3=j -k.ry=(k.ry|2097152)>>>0}j=k.Q -if(!(j!=null&&j.length!==0)){j=k.db -if(!(j!=null&&j.length!==0))j=!1 -else j=!0}else j=!0 -if(j){j=k.a -if((j&16)===0){if((j&16384)!==0){l.toString -l=(l&1)===0&&(j&8)===0}else l=!1 -l=!l}else l=!1}else l=!1 -k.jD(B.C9,l) -k.jD(B.Cb,(k.a&16)!==0) -l=k.b -l.toString -k.jD(B.Ca,((l&1)!==0||(k.a&8)!==0)&&(k.a&16)===0) -l=k.b -l.toString -k.jD(B.C7,(l&64)!==0||(l&128)!==0) -l=k.b -l.toString -k.jD(B.C8,(l&32)!==0||(l&16)!==0||(l&4)!==0||(l&8)!==0) -l=k.a -k.jD(B.Cc,(l&1)!==0||(l&65536)!==0) -l=k.a -if((l&16384)!==0){j=k.b -j.toString -l=(j&1)===0&&(l&8)===0}else l=!1 -k.jD(B.Cd,l) -l=k.a -k.jD(B.Ce,(l&32768)!==0&&(l&8192)===0) -k.a3n() -l=k.ry -if((l&512)!==0||(l&65536)!==0||(l&64)!==0)k.M3() -k.ry=0}if(i.e==null){s=q.h(0,0).rx -i.e=s -r=$.cA;(r==null?$.cA=A.hl():r).r.appendChild(s)}i.X_()}} -A.Us.prototype={ -$0(){var s=this.a.e -if(s!=null)J.cg(s)}, -$S:0} -A.Uu.prototype={ -$0(){return new A.ao(Date.now(),!1)}, -$S:363} -A.Ut.prototype={ -$0(){var s=this.a -if(s.z===B.d3)return -s.z=B.d3 -s.Gn()}, -$S:0} -A.p7.prototype={ -j(a){return"EnabledState."+this.b}} -A.a0M.prototype={} -A.a0I.prototype={ -Ob(a){if(!this.gLk())return!0 -else return this.uC(a)}} -A.Tc.prototype={ -gLk(){return this.a!=null}, -uC(a){var s,r -if(this.a==null)return!0 -s=$.dG -if((s==null?$.dG=A.kL():s).x)return!0 -if(!J.ec(B.Xg.a,a.type))return!0 -s=J.acO(a) -r=this.a -if(s==null?r!=null:s!==r)return!0 -s=$.dG;(s==null?$.dG=A.kL():s).sv6(!0) -this.n(0) -return!1}, -LS(){var s,r=this.a=A.cl("flt-semantics-placeholder",null) -J.CP(r,"click",new A.Td(this),!0) -r.setAttribute("role","button") -r.setAttribute("aria-live","polite") -r.setAttribute("tabindex","0") -r.setAttribute("aria-label","Enable accessibility") -s=r.style -s.position="absolute" -s.left="-1px" -s.top="-1px" -s.width="1px" -s.height="1px" -return r}, -n(a){var s=this.a -if(s!=null)J.cg(s) -this.a=null}} -A.Td.prototype={ -$1(a){this.a.uC(a)}, -$S:6} -A.XG.prototype={ -gLk(){return this.b!=null}, -uC(a){var s,r,q,p,o,n,m,l,k,j=this -if(j.b==null)return!0 -if(j.d){s=$.c9() -if(s===B.R){s=a.type -r=s==="touchend"||s==="pointerup"||s==="click"}else r=!0 -if(r)j.n(0) -return!0}s=$.dG -if((s==null?$.dG=A.kL():s).x)return!0 -if(++j.c>=20)return j.d=!0 -if(!J.ec(B.Xd.a,a.type))return!0 -if(j.a!=null)return!1 -switch(a.type){case"click":q=J.apA(t.Tl.a(a)) -break -case"touchstart":case"touchend":s=t.wv.a(a).changedTouches -s.toString -s=B.eH.gI(s) -q=new A.fb(B.c.aU(s.clientX),B.c.aU(s.clientY),t.i6) -break -case"pointerdown":case"pointerup":t.qL.a(a) -q=new A.fb(a.clientX,a.clientY,t.i6) -break -default:return!0}p=j.b.getBoundingClientRect() -s=p.left -s.toString -o=p.right -o.toString -n=p.top -n.toString -m=p.bottom -m.toString -l=q.a-(s+(o-s)/2) -k=q.b-(n+(m-n)/2) -if(l*l+k*k<1&&!0){j.d=!0 -j.a=A.c_(B.bT,new A.XI(j)) -return!1}return!0}, -LS(){var s,r=this.b=A.cl("flt-semantics-placeholder",null) -J.CP(r,"click",new A.XH(this),!0) -r.setAttribute("role","button") -r.setAttribute("aria-label","Enable accessibility") -s=r.style -s.position="absolute" -s.left="0" -s.top="0" -s.right="0" -s.bottom="0" -return r}, -n(a){var s=this.b -if(s!=null)J.cg(s) -this.a=this.b=null}} -A.XI.prototype={ -$0(){this.a.n(0) -var s=$.dG;(s==null?$.dG=A.kL():s).sv6(!0)}, -$S:0} -A.XH.prototype={ -$1(a){this.a.uC(a)}, -$S:6} -A.qT.prototype={ -ja(a){var s,r=this,q=r.b,p=q.rx -p.tabIndex=0 -q.fp("button",(q.a&8)!==0) -if(q.K1()===B.iA&&(q.a&8)!==0){p.setAttribute("aria-disabled","true") -r.y5()}else{s=q.b -s.toString -if((s&1)!==0&&(q.a&16)===0){if(r.c==null){s=new A.a34(r) -r.c=s -J.acH(p,"click",s)}}else r.y5()}if((q.ry&1)!==0&&(q.a&32)!==0)J.afV(p)}, -y5(){var s=this.c -if(s==null)return -J.agh(this.b.rx,"click",s) -this.c=null}, -n(a){this.y5() -this.b.fp("button",!1)}} -A.a34.prototype={ -$1(a){var s,r=this.a.b -if(r.r2.z!==B.d3)return -s=$.bj() -A.lW(s.y1,s.y2,r.r1,B.ex,null)}, -$S:6} -A.a0V.prototype={ -zN(a,b,c,d){this.cx=b -this.x=d -this.y=c}, -a3W(a){var s,r,q=this,p=q.ch -if(p===a)return -else if(p!=null)q.hT(0) -q.ch=a -q.c=A.b(a.c,"editableElement") -q.HK() -p=q.cx -p.toString -s=q.x -s.toString -r=q.y -r.toString -q.Pg(0,p,r,s)}, -hT(a){var s,r,q=this -if(!q.b)return -q.b=!1 -q.r=q.f=null -for(s=q.z,r=0;r=this.b)throw A.c(A.bH(b,this,null,null,null)) -return this.a[b]}, -p(a,b,c){if(b>=this.b)throw A.c(A.bH(b,this,null,null,null)) -this.a[b]=c}, -sq(a,b){var s,r,q,p=this,o=p.b -if(bo){if(o===0)q=new Uint8Array(b) -else q=p.vU(b) -B.a3.d7(q,0,p.b,p.a) -p.a=q}}p.b=b}, -dC(a,b){var s=this,r=s.b -if(r===s.a.length)s.DG(r) -s.a[s.b++]=b}, -F(a,b){var s=this,r=s.b -if(r===s.a.length)s.DG(r) -s.a[s.b++]=b}, -hJ(a,b,c,d){A.cG(c,"start") -if(d!=null&&c>d)throw A.c(A.bu(d,c,null,"end",null)) -this.Ut(b,c,d)}, -N(a,b){return this.hJ(a,b,0,null)}, -Ut(a,b,c){var s,r,q,p=this -if(A.o(p).i("z").b(a))c=c==null?a.length:c -if(c!=null){p.Uv(p.b,a,b,c) -return}for(s=J.au(a),r=0;s.u();){q=s.gD(s) -if(r>=b)p.dC(0,q);++r}if(ro.gq(b)||d>o.gq(b))throw A.c(A.a6("Too few elements")) -s=d-c -r=p.b+s -p.Uu(r) -o=p.a -q=a+s -B.a3.b6(o,q,p.b+s,o,a) -B.a3.b6(p.a,a,q,b,c) -p.b=r}, -Uu(a){var s,r=this -if(a<=r.a.length)return -s=r.vU(a) -B.a3.d7(s,0,r.b,r.a) -r.a=s}, -vU(a){var s=this.a.length*2 -if(a!=null&&ss)throw A.c(A.bu(c,0,s,null,null)) -s=this.a -if(A.o(this).i("j5").b(d))B.a3.b6(s,b,c,d.a,e) -else B.a3.b6(s,b,c,d,e)}, -d7(a,b,c,d){return this.b6(a,b,c,d,0)}} -A.M5.prototype={} -A.JG.prototype={} -A.hw.prototype={ -j(a){return A.w(this).j(0)+"("+this.a+", "+A.e(this.b)+")"}} -A.Wv.prototype={ -c1(a){return A.l5(B.cX.eO(B.bP.tH(a)).buffer,0,null)}, -fa(a){if(a==null)return a -return B.bP.es(0,B.dL.eO(A.df(a.buffer,0,null)))}} -A.Wx.prototype={ -hV(a){return B.ab.c1(A.aN(["method",a.a,"args",a.b],t.N,t.z))}, -hc(a){var s,r,q,p=null,o=B.ab.fa(a) -if(!t.f.b(o))throw A.c(A.c4("Expected method call Map, got "+A.e(o),p,p)) -s=J.aD(o) -r=s.h(o,"method") -q=s.h(o,"args") -if(typeof r=="string")return new A.hw(r,q) -throw A.c(A.c4("Invalid method call: "+A.e(o),p,p))}} -A.a2B.prototype={ -c1(a){var s=A.aej() -this.dA(0,s,!0) -return s.jX()}, -fa(a){var s,r -if(a==null)return null -s=new A.Hs(a) -r=this.fW(0,s) -if(s.b=b.a.byteLength)throw A.c(B.aX) -return this.j3(b.lI(0),b)}, -j3(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.aj===$.cW()) -b.b+=4 -s=r -break -case 4:s=b.uT(0) -break -case 5:q=k.e2(b) -s=A.e9(B.dL.eO(b.lJ(q)),16) -break -case 6:b.ji(8) -r=b.a.getFloat64(b.b,B.aj===$.cW()) -b.b+=8 -s=r -break -case 7:q=k.e2(b) -s=B.dL.eO(b.lJ(q)) -break -case 8:s=b.lJ(k.e2(b)) -break -case 9:q=k.e2(b) -b.ji(4) -p=b.a -o=A.ai6(p.buffer,p.byteOffset+b.b,q) -b.b=b.b+4*q -s=o -break -case 10:s=b.uU(k.e2(b)) -break -case 11:q=k.e2(b) -b.ji(8) -p=b.a -o=A.ai4(p.buffer,p.byteOffset+b.b,q) -b.b=b.b+8*q -s=o -break -case 12:q=k.e2(b) -s=[] -for(p=b.a,n=0;n=p.byteLength)A.L(B.aX) -b.b=m+1 -s.push(k.j3(p.getUint8(m),b))}break -case 13:q=k.e2(b) -p=t.z -s=A.x(p,p) -for(p=b.a,n=0;n=p.byteLength)A.L(B.aX) -b.b=m+1 -m=k.j3(p.getUint8(m),b) -l=b.b -if(l>=p.byteLength)A.L(B.aX) -b.b=l+1 -s.p(0,m,k.j3(p.getUint8(l),b))}break -default:throw A.c(B.aX)}return s}, -f_(a,b){var s,r,q -if(b<254)a.b.dC(0,b) -else{s=a.b -r=a.c -q=a.d -if(b<=65535){s.dC(0,254) -r.setUint16(0,b,B.aj===$.cW()) -s.hJ(0,q,0,2)}else{s.dC(0,255) -r.setUint32(0,b,B.aj===$.cW()) -s.hJ(0,q,0,4)}}}, -e2(a){var s=a.lI(0) -switch(s){case 254:s=a.a.getUint16(a.b,B.aj===$.cW()) -a.b+=2 -return s -case 255:s=a.a.getUint32(a.b,B.aj===$.cW()) -a.b+=4 -return s -default:return s}}} -A.a2E.prototype={ -$2(a,b){var s=this.a,r=this.b -s.dA(0,r,a) -s.dA(0,r,b)}, -$S:64} -A.a2F.prototype={ -hc(a){var s,r,q -a.toString -s=new A.Hs(a) -r=B.bQ.fW(0,s) -q=B.bQ.fW(0,s) -if(typeof r=="string"&&s.b>=a.byteLength)return new A.hw(r,q) -else throw A.c(B.oS)}, -pf(a){var s=A.aej() -s.b.dC(0,0) -B.bQ.dA(0,s,a) -return s.jX()}, -ld(a,b,c){var s=A.aej() -s.b.dC(0,1) -B.bQ.dA(0,s,a) -B.bQ.dA(0,s,c) -B.bQ.dA(0,s,b) -return s.jX()}} -A.a4d.prototype={ -ji(a){var s,r,q=this.b,p=B.e.bu(q.b,a) -if(p!==0)for(s=a-p,r=0;ra9.gpB()){q=A.e(a9.gcG().c)+"px" -r.width=q}if(s.e!=null||s.Q!=null){B.f.ar(r,B.f.a9(r,"overflow-y"),"hidden","") -s=A.e(a9.gcG().d)+"px" -r.height=s}o=a9.gcG().Q -for(n=b2,m=b0,l=0;l0){s=b1.createElement("br") -n.appendChild(s)}k=o[l] -j=k.f -for(i=0,s="";i0)b=c -else{f=$.bg().x -if(f==null){a=window.devicePixelRatio -f=a===0?1:a}b=1/f}a0=A.e(b)+"px "+A.e(A.e8(d)) -f=B.f.a9(r,"text-stroke") -r.setProperty(f,a0,"")}else if(d!=null){f=A.e8(d) -r.color=f==null?"":f}f=p.fr -a1=f==null?b0:f.gaz(f) -if(a1!=null){f=A.e8(a1) -r.backgroundColor=f==null?"":f}f=p.dx -if(f!=null){f=A.e(f) -r.lineHeight=f}a2=p.cx -if(a2!=null){f=""+B.c.c7(a2)+"px" -r.fontSize=f}f=p.f -if(f!=null){f=A.alc(f) -r.fontWeight=f==null?"":f}f=A.QE(p.z) -r.fontFamily=f==null?"":f -f=p.cy -if(f!=null){f=A.e(f)+"px" -r.letterSpacing=f}f=p.db -if(f!=null){f=A.e(f)+"px" -r.wordSpacing=f}f=p.b -e=f!=null -a3=e&&!0 -if(a3)if(e){e=p.d -f=f.a -a4=(f|1)===f?""+"underline ":"" -if((f|2)===f)a4+="overline " -f=(f|4)===f?a4+"line-through ":a4 -if(e!=null)f+=A.e(A.aw1(e)) -a5=f.length===0?b0:f.charCodeAt(0)==0?f:f -if(a5!=null){f=$.c9() -if(f===B.R){f=q.style -e=B.f.a9(f,"-webkit-text-decoration") -f.setProperty(e,a5,"")}else r.textDecoration=a5 -a6=p.c -if(a6!=null){p=A.e8(a6) -p.toString -f=B.f.a9(r,"text-decoration-color") -r.setProperty(f,p,"")}}}b2.appendChild(q) -s+=B.d.ag(g.x.a.c,g.a.a,g.b.b) -n=q -q=s}else{if(g instanceof A.x7){q=g.x -n=b1.createElement("span") -a7=n.style -a7.display="inline-block" -f=A.e(q.gbM(q))+"px" -a7.width=f -f=A.e(q.gby(q))+"px" -a7.height=f -q=A.awR(q) -a7.verticalAlign=q==null?"":q -b2.appendChild(n)}else throw A.c(A.c1("Unknown box type: "+A.w(g).j(0))) -q=p -n=b2 -m=b0}}if(s.length!==0)n.appendChild(b1.createTextNode(s.charCodeAt(0)==0?s:s)) -a8=k.b -if(a8!=null)n.appendChild(b1.createTextNode(a8))}return b2}, -qi(){return this.gcG().qi()}, -lC(a,b,c,d){return this.gcG().MY(a,b,c,d)}, -uN(a,b,c){return this.lC(a,b,c,B.cT)}, -fo(a){return this.gcG().fo(a)}, -f1(a,b){var s=this.c,r=b.a -return new A.cI(A.ajx(B.a2O,s,r+1),A.ajx(B.a2N,s,r))}, -BY(a){var s,r,q,p=a.a,o=this.gcG().Q -for(s=o.length-1,r=0;r=q.c&&p")),f=t.N,g=g.i("D.E"),e=t.j;h.u();){d=g.a(h.d) -c=J.aD(d) -b=A.cz(c.h(d,"family")) -d=J.CQ(e.a(c.h(d,"fonts")),j) -for(c=d.$ti,d=new A.bY(d,d.gq(d),c.i("bY")),c=c.i("D.E");d.u();){a=c.a(d.d) -a0=J.aD(a) -a1=A.bo(a0.h(a,"asset")) -a2=A.x(f,f) -for(a3=J.au(a0.gas(a));a3.u();){a4=a3.gD(a3) -if(a4!=="asset")a2.p(0,a4,A.e(a0.h(a,a4)))}a=m.a -a.toString -b.toString -a.M5(b,"url("+a7.uM(a1)+")",a2)}}case 1:return A.ah(q,r) -case 2:return A.ag(o,r)}}) -return A.ai($async$j4,r)}, -he(){var s=0,r=A.aj(t.H),q=this,p -var $async$he=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:p=q.a -s=2 -return A.an(p==null?null:A.jv(p.a,t.H),$async$he) -case 2:p=q.b -s=3 -return A.an(p==null?null:A.jv(p.a,t.H),$async$he) -case 3:return A.ah(null,r)}}) -return A.ai($async$he,r)}} -A.Fj.prototype={ -M5(a,b,c){var s=$.am6().b -if(s.test(a)||$.am5().CR(a)!==a)this.Gf("'"+a+"'",b,c) -this.Gf(a,b,c)}, -Gf(a,b,c){var s,r,q -try{s=A.arW(a,b,c) -this.a.push(A.ky(s.load(),t.uC).fY(0,new A.V7(s),new A.V8(a),t.H))}catch(q){r=A.ae(q) -$.bV().$1('Error while loading font family "'+a+'":\n'+A.e(r))}}} -A.V7.prototype={ -$1(a){document.fonts.add(this.a)}, -$S:338} -A.V8.prototype={ -$1(a){$.bV().$1('Error while trying to load font family "'+this.a+'":\n'+A.e(a))}, -$S:13} -A.Nm.prototype={ -M5(a,b,c){var s,r,q,p,o,n,m,l,k="style",j="weight",i=document,h=i.createElement("p"),g=h.style -g.position="absolute" -g=h.style -g.visibility="hidden" -g=h.style -g.fontSize="72px" -g=$.c9() -s=g===B.o4?"Times New Roman":"sans-serif" -g=h.style -g.fontFamily=s -if(c.h(0,k)!=null){g=h.style -r=c.h(0,k) -g.fontStyle=r==null?"":r}if(c.h(0,j)!=null){g=h.style -r=c.h(0,j) -g.fontWeight=r==null?"":r}h.textContent="giItT1WQy@!-/#" -i.body.appendChild(h) -q=B.c.aU(h.offsetWidth) -g=h.style -r="'"+a+"', "+s -g.fontFamily=r -g=new A.ad($.a3,t.U) -p=A.bI("_fontLoadStart") -r=t.N -o=A.x(r,t.ob) -o.p(0,"font-family","'"+a+"'") -o.p(0,"src",b) -if(c.h(0,k)!=null)o.p(0,"font-style",c.h(0,k)) -if(c.h(0,j)!=null)o.p(0,"font-weight",c.h(0,j)) -n=o.gas(o) -m=A.mS(n,new A.a8y(o),A.o(n).i("p.E"),r).bB(0," ") -l=i.createElement("style") -l.type="text/css" -B.CI.NT(l,"@font-face { "+m+" }") -i.head.appendChild(l) -if(B.d.A(a.toLowerCase(),"icon")){B.Bd.bD(h) -return}p.b=new A.ao(Date.now(),!1) -new A.a8x(h,q,new A.bd(g,t.h),p,a).$0() -this.a.push(g)}} -A.a8x.prototype={ -$0(){var s=this,r=s.a -if(B.c.aU(r.offsetWidth)!==s.b){B.Bd.bD(r) -s.c.dl(0)}else if(A.cj(0,0,0,Date.now()-s.d.bQ().a,0).a>2e6){s.c.dl(0) -throw A.c(A.cC("Timed out trying to load font: "+s.e))}else A.c_(B.iy,s)}, -$S:0} -A.a8y.prototype={ -$1(a){return a+": "+A.e(this.a.h(0,a))+";"}, -$S:65} -A.a3y.prototype={ -um(a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0=a.a,a1=a0.a,a2=a1.length,a3=a.c=a4.a -a.d=0 -a.e=null -a.r=a.f=0 -a.z=!1 -s=a.Q -B.b.sq(s,0) -if(a2===0)return -r=new A.a2t(a0,a.b) -q=A.adA(a0,r,0,0,a3,B.p2) -for(p=a0.b,o=p.e,p=p.Q,n=p!=null,m=o==null,l=0;!0;){if(l===a2){if(q.a.length!==0||q.y.d!==B.cp){q.a6F() -s.push(q.bA(0))}break}k=a1[l] -r.smy(k) -j=q.Kj() -i=j.a -h=q.MU(i) -if(q.z+h<=a3){q.iN(j) -if(i.d===B.e4){s.push(q.bA(0)) -q=q.ue()}}else if((n&&m||s.length+1===o)&&n){q.Kr(j,!0,p) -s.push(q.J6(0,p)) -break}else if(!q.cy){q.a73(j,!1) -s.push(q.bA(0)) -q=q.ue()}else{q.aaa() -g=B.b.gJ(q.a).a -for(;k!==g;){--l -k=a1[l]}s.push(q.bA(0)) -q=q.ue()}if(q.y.a>=k.c){q.zj();++l}if(s.length===o)break}for(p=s.length,f=0;f=k.c)++l -b=B.b.gJ(q.a).d -if(a.f=b||a<0||b<0)return A.a([],t.Lx) -s=this.a.c.length -if(a>s||b>s)return A.a([],t.Lx) -r=A.a([],t.Lx) -for(q=this.Q,p=q.length,o=0;o=j+l.cy)return new A.bm(l.e,B.aQ) -s=k-j -for(k=l.f,j=k.length,r=0;r=l)q=0 -else{r=n.x -r.smy(n.y) -q=r.js(c,l)}l=n.z -if(l===B.w){p=n.giY(n)+s -o=n.guw(n)-q}else{p=n.giY(n)+q -o=n.guw(n)-s}r=a.db -return new A.k2(r+p,m,r+o,m+n.ch,l)}, -Nj(a){var s,r,q,p,o=this,n=o.x -n.smy(o.y) -a=o.z!==B.w?o.guw(o)-a:a-o.giY(o) -s=o.a.a -r=o.b.b -q=n.A3(s,r,!0,a) -if(q===r)return new A.bm(q,B.aQ) -p=q+1 -if(a-n.js(s,q)=0 -if(!(s&&n[r].d===0))break -q+=n[r].e;--r}if(s){n=n[r] -q+=n.e-n.d}o.z-=q}}if(o.gEE().a>m.b.a){p=o.b.pop() -o.fr=o.fr-p.d -if(p instanceof A.fg&&p.Q)--o.db}return m}, -Kr(a,b,c){var s,r,q,p,o,n=this -if(c==null){s=n.Q -r=a.a.c -q=n.e.A3(n.y.a,r,b,n.c-s) -if(q===r)n.iN(a) -else n.iN(new A.kI(new A.dd(q,q,q,B.bV),a.b,a.c)) -return}s=n.e -p=n.c-A.af5(s.b,c,0,c.length,null) -o=n.wx(a.a) -r=n.a -while(!0){if(!(r.length!==0&&n.Q>p))break -o=n.GL()}s.smy(o.a) -q=s.A3(o.b.a,o.c.a,b,p-n.Q) -s=n.b -while(!0){if(!(s.length!==0&&B.b.gJ(s).b.a>q))break -s.pop()}n.fr=n.Q -n.iN(new A.kI(new A.dd(q,q,q,B.bV),a.b,a.c))}, -a73(a,b){return this.Kr(a,b,null)}, -aaa(){for(;this.y.d===B.bV;)this.GL()}, -gEE(){var s=this.b -if(s.length===0)return this.f -return B.b.gJ(s).b}, -JE(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.gEE(),h=j.y -if(i.a===h.a)return -s=j.e -r=j.Q -q=j.fr -p=j.d.b.b -if(p==null)p=B.w -o=j.gwy() -n=j.gEF() -m=s.e -m.toString -l=s.d -l=l.gby(l) -k=s.d -j.b.push(new A.fg(s,m,n,a,l,k.gjL(k),i,h,r-q,p,o)) -if(a)++j.db -j.fr=j.Q}, -zj(){return this.JE(!1)}, -J6(a,b){var s,r,q,p,o,n,m,l,k,j,i=this -i.zj() -i.a1t() -s=b==null?0:A.af5(i.e.b,b,0,b.length,null) -r=i.f.a -q=i.y -p=Math.max(r,q.b) -if(q.d!==B.cp&&i.ga_O())o=!1 -else{q=i.y.d -o=q===B.e4||q===B.cp}q=i.y -n=i.z -m=i.Q -l=i.ga48() -k=i.ch -j=i.cx -return new A.p8(b,r,q.a,p,i.b,i.db,o,k,j,k+j,n+s,m+s,l,i.x+k,i.r)}, -bA(a){return this.J6(a,null)}, -a1t(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.b -for(s=i.d.b.b,r=0,q=0;p=h.length,r=b;--s){q=a[s] -A.d7(q.c,"startOffset") -q.c=d+r -p=this.z -A.d7(q.e,"lineWidth") -q.e=p -r+=q.d}return r}, -Kj(){var s,r=this,q=r.fx,p=r.d.c -if(q==null||r.y.a>=q.a){s=r.e.e.c -q=r.fx=A.ayu(p,r.y.a,s)}return A.ay_(p,r.y,q)}, -ue(){var s=this,r=s.y -return A.adA(s.d,s.e,s.x+(s.ch+s.cx),s.r+1,s.c,r)}} -A.a2t.prototype={ -smy(a){var s,r,q,p,o,n,m=this -if(a===m.e)return -m.e=a -s=a.a -r=s.id -if(r===$){q=s.gzL() -p=s.cx -if(p==null)p=14 -A.bp(s.id,"heightStyle") -r=s.id=new A.yI(q,p,s.dx,null)}o=$.aj_.h(0,r) -if(o==null){o=new A.Jp(r,$.amk(),new A.a36(document.createElement("p"))) -$.aj_.p(0,r,o)}m.d=o -n=s.gJH() -if(m.c!==n){m.c=n -m.b.font=n}}, -A3(a,b,c,d){var s,r,q,p -this.e.toString -if(d<=0)return c?a:a+1 -s=b -r=a -do{q=B.e.bC(r+s,2) -p=this.js(a,q) -if(pd?r:q -s=q}}while(s-r>1) -return r===a&&!c?r+1:r}, -js(a,b){return A.af5(this.b,this.a.c,a,b,this.e.a.cy)}} -A.bb.prototype={ -j(a){return"LineCharProperty."+this.b}} -A.mQ.prototype={ -j(a){return"LineBreakType."+this.b}} -A.dd.prototype={ -gw(a){var s=this -return A.W(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,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.dd&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, -j(a){var s=this.bX(0) -return s}} -A.I9.prototype={ -n(a){J.cg(this.a)}} -A.a3z.prototype={ -aK(a,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this.a,b=c.gcG().Q -if(b.length===0)return -s=B.b.gJ(b) -for(r=b.length,q=t.aE,p=0;pthis.b)return B.a2B -return B.a2A}} -A.k8.prototype={ -pl(a,b,c){var s=A.QI(b,c) -return s==null?this.b:this.pm(s)}, -pm(a){var s,r,q,p,o=this -if(a==null)return o.b -s=o.c -r=s.h(0,a) -if(r!=null)return r -q=o.V_(a) -p=q===-1?o.b:o.a[q].c -s.p(0,a,p) -return p}, -V_(a){var s,r,q=this.a,p=q.length -for(s=0;s ("+J.R(a).j(0)+")"))}} -A.Wm.prototype={} -A.Fr.prototype={ -hq(){var s,r=this,q=r.r -if(q!=null){s=r.c -s.toString -q.ed(s)}if(A.b(r.d,"inputConfiguration").r!=null){r.pW() -q=r.e -if(q!=null)q.ed(r.c) -r.gKp().focus() -r.c.focus()}}} -A.a_W.prototype={ -hq(){var s,r=this,q=r.r -if(q!=null){s=r.c -s.toString -q.ed(s)}if(A.b(r.d,"inputConfiguration").r!=null){r.pW() -r.gKp().focus() -r.c.focus() -q=r.e -if(q!=null){s=r.c -s.toString -q.ed(s)}}}, -tZ(){if(this.r!=null)this.hq() -this.c.focus()}} -A.uI.prototype={ -gKp(){var s=A.b(this.d,"inputConfiguration").r -return s==null?null:s.a}, -mQ(a,b,c){var s,r,q,p=this,o="transparent",n="none" -p.c=a.a.zk() -p.yJ(a) -s=p.c -s.classList.add("flt-text-editing") -r=s.style -r.whiteSpace="pre-wrap" -B.f.ar(r,B.f.a9(r,"align-content"),"center","") -r.position="absolute" -r.top="0" -r.left="0" -r.padding="0" -B.f.ar(r,B.f.a9(r,"opacity"),"1","") -r.color=o -r.backgroundColor=o -r.background=o -r.outline=n -r.border=n -B.f.ar(r,B.f.a9(r,"resize"),n,"") -B.f.ar(r,B.f.a9(r,"text-shadow"),o,"") -r.overflow="hidden" -B.f.ar(r,B.f.a9(r,"transform-origin"),"0 0 0","") -q=$.c9() -if(q!==B.bO)if(q!==B.cV)q=q===B.R -else q=!0 -else q=!0 -if(q)s.classList.add("transparentTextEditing") -B.f.ar(r,B.f.a9(r,"caret-color"),o,null) -s=p.f -if(s!=null){q=p.c -q.toString -s.ed(q)}if(A.b(p.d,"inputConfiguration").r==null){s=$.cA -s=(s==null?$.cA=A.hl():s).Q -s.toString -q=p.c -q.toString -s.jN(0,q) -p.Q=!1}p.tZ() -p.b=!0 -p.x=c -p.y=b}, -yJ(a){var s,r,q,p=this,o="readonly" -p.d=a -s=p.c -if(a.c)s.setAttribute(o,o) -else s.removeAttribute(o) -if(a.d)p.c.setAttribute("type","password") -if(a.a===B.ob)p.c.setAttribute("inputmode","none") -r=a.f -s=p.c -if(r!=null){s.toString -r.IX(s,!0)}else s.setAttribute("autocomplete","off") -q=a.e?"on":"off" -p.c.setAttribute("autocorrect",q)}, -tZ(){this.hq()}, -oD(){var s,r,q,p,o=this,n="inputConfiguration" -if(A.b(o.d,n).r!=null)B.b.N(o.z,A.b(o.d,n).r.oF()) -s=o.z -r=o.c -r.toString -q=o.gpo() -p=t.TV.c -s.push(A.bG(r,"input",q,!1,p)) -r=o.c -r.toString -s.push(A.bG(r,"keydown",o.gpH(),!1,t.hG.c)) -s.push(A.bG(document,"selectionchange",q,!1,t.I3)) -q=o.c -q.toString -s.push(A.bG(q,"blur",new A.T8(o),!1,p)) -o.B6()}, -BG(a){this.r=a -if(this.b)this.hq()}, -BH(a){var s -this.f=a -if(this.b){s=this.c -s.toString -a.ed(s)}}, -hT(a){var s,r,q=this,p="inputConfiguration",o=q.b=!1 -q.r=q.f=q.e=null -for(s=q.z,r=0;r=0&&a.c>=0) -else s=!0 -if(s)return -a.ed(this.c)}, -hq(){this.c.focus()}, -pW(){var s,r=A.b(this.d,"inputConfiguration").r -r.toString -s=this.c -s.toString -r=r.a -r.appendChild(s) -s=$.cA;(s==null?$.cA=A.hl():s).Q.jN(0,r) -this.Q=!0}, -Kz(a){var s,r=this,q=r.c -q.toString -s=A.ah7(q) -if(!s.k(0,r.e)){r.e=s -r.x.$1(s)}}, -a8C(a){var s,r="inputConfiguration" -if(t.JG.b(a))if(A.b(this.d,r).a.gCT()&&a.keyCode===13){a.preventDefault() -s=this.y -s.toString -s.$1(A.b(this.d,r).b)}}, -zN(a,b,c,d){var s,r=this -r.mQ(b,c,d) -r.oD() -s=r.e -if(s!=null)r.vb(s) -r.c.focus()}, -B6(){var s,r=this,q=r.z,p=r.c -p.toString -s=t.dP.c -q.push(A.bG(p,"mousedown",new A.T9(),!1,s)) -p=r.c -p.toString -q.push(A.bG(p,"mouseup",new A.Ta(),!1,s)) -p=r.c -p.toString -q.push(A.bG(p,"mousemove",new A.Tb(),!1,s))}} -A.T8.prototype={ -$1(a){this.a.c.focus()}, -$S:4} -A.T9.prototype={ -$1(a){a.preventDefault()}, -$S:62} -A.Ta.prototype={ -$1(a){a.preventDefault()}, -$S:62} -A.Tb.prototype={ -$1(a){a.preventDefault()}, -$S:62} -A.W1.prototype={ -mQ(a,b,c){var s,r=this -r.vB(a,b,c) -s=r.c -s.toString -a.a.Jl(s) -if(A.b(r.d,"inputConfiguration").r!=null)r.pW() -s=r.c -s.toString -a.x.Cn(s)}, -tZ(){var s=this.c.style -B.f.ar(s,B.f.a9(s,"transform"),"translate(-9999px, -9999px)","") -this.k2=!1}, -oD(){var s,r,q,p,o=this,n="inputConfiguration" -if(A.b(o.d,n).r!=null)B.b.N(o.z,A.b(o.d,n).r.oF()) -s=o.z -r=o.c -r.toString -q=o.gpo() -p=t.TV.c -s.push(A.bG(r,"input",q,!1,p)) -r=o.c -r.toString -s.push(A.bG(r,"keydown",o.gpH(),!1,t.hG.c)) -s.push(A.bG(document,"selectionchange",q,!1,t.I3)) -q=o.c -q.toString -s.push(A.bG(q,"focus",new A.W4(o),!1,p)) -o.UN() -q=o.c -q.toString -s.push(A.bG(q,"blur",new A.W5(o),!1,p))}, -BG(a){var s=this -s.r=a -if(s.b&&s.k2)s.hq()}, -hT(a){var s -this.Pf(0) -s=this.k1 -if(s!=null)s.av(0) -this.k1=null}, -UN(){var s=this.c -s.toString -this.z.push(A.bG(s,"click",new A.W2(this),!1,t.dP.c))}, -Ha(){var s=this.k1 -if(s!=null)s.av(0) -this.k1=A.c_(B.aL,new A.W3(this))}, -hq(){var s,r -this.c.focus() -s=this.r -if(s!=null){r=this.c -r.toString -s.ed(r)}}} -A.W4.prototype={ -$1(a){this.a.Ha()}, -$S:4} -A.W5.prototype={ -$1(a){var s=this.a -if(document.hasFocus())s.c.focus() -else s.a.v9()}, -$S:4} -A.W2.prototype={ -$1(a){var s,r=this.a -if(r.k2){s=r.c.style -B.f.ar(s,B.f.a9(s,"transform"),"translate(-9999px, -9999px)","") -r.k2=!1 -r.Ha()}}, -$S:62} -A.W3.prototype={ -$0(){var s=this.a -s.k2=!0 -s.hq()}, -$S:0} -A.Ro.prototype={ -mQ(a,b,c){var s,r,q=this -q.vB(a,b,c) -s=q.c -s.toString -a.a.Jl(s) -if(A.b(q.d,"inputConfiguration").r!=null)q.pW() -else{s=$.cA -s=(s==null?$.cA=A.hl():s).Q -s.toString -r=q.c -r.toString -s.jN(0,r)}s=q.c -s.toString -a.x.Cn(s)}, -oD(){var s,r,q,p,o=this,n="inputConfiguration" -if(A.b(o.d,n).r!=null)B.b.N(o.z,A.b(o.d,n).r.oF()) -s=o.z -r=o.c -r.toString -q=o.gpo() -p=t.TV.c -s.push(A.bG(r,"input",q,!1,p)) -r=o.c -r.toString -s.push(A.bG(r,"keydown",o.gpH(),!1,t.hG.c)) -s.push(A.bG(document,"selectionchange",q,!1,t.I3)) -q=o.c -q.toString -s.push(A.bG(q,"blur",new A.Rp(o),!1,p))}, -hq(){var s,r -this.c.focus() -s=this.r -if(s!=null){r=this.c -r.toString -s.ed(r)}}} -A.Rp.prototype={ -$1(a){var s=this.a -if(document.hasFocus())s.c.focus() -else s.a.v9()}, -$S:4} -A.UI.prototype={ -mQ(a,b,c){this.vB(a,b,c) -if(A.b(this.d,"inputConfiguration").r!=null)this.pW()}, -oD(){var s,r,q,p,o,n=this,m="inputConfiguration" -if(A.b(n.d,m).r!=null)B.b.N(n.z,A.b(n.d,m).r.oF()) -s=n.z -r=n.c -r.toString -q=n.gpo() -p=t.TV.c -s.push(A.bG(r,"input",q,!1,p)) -r=n.c -r.toString -o=t.hG.c -s.push(A.bG(r,"keydown",n.gpH(),!1,o)) -r=n.c -r.toString -s.push(A.bG(r,"keyup",new A.UK(n),!1,o)) -o=n.c -o.toString -s.push(A.bG(o,"select",q,!1,p)) -q=n.c -q.toString -s.push(A.bG(q,"blur",new A.UL(n),!1,p)) -n.B6()}, -a1v(){A.c_(B.z,new A.UJ(this))}, -hq(){var s,r,q=this -q.c.focus() -s=q.r -if(s!=null){r=q.c -r.toString -s.ed(r)}s=q.e -if(s!=null){r=q.c -r.toString -s.ed(r)}}} -A.UK.prototype={ -$1(a){this.a.Kz(a)}, -$S:336} -A.UL.prototype={ -$1(a){this.a.a1v()}, -$S:4} -A.UJ.prototype={ -$0(){this.a.c.focus()}, -$S:0} -A.a3h.prototype={} -A.a3o.prototype={ -eE(a){var s=a.b -if(s!=null&&s!==this.a&&a.c){a.c=!1 -a.gix().hT(0)}a.b=this.a -a.d=this.b}} -A.a3v.prototype={ -eE(a){var s=a.gix(),r=a.d -r.toString -s.yJ(r)}} -A.a3q.prototype={ -eE(a){a.gix().vb(this.a)}} -A.a3t.prototype={ -eE(a){if(!a.c)a.a2U()}} -A.a3p.prototype={ -eE(a){a.gix().BG(this.a)}} -A.a3s.prototype={ -eE(a){a.gix().BH(this.a)}} -A.a3g.prototype={ -eE(a){if(a.c){a.c=!1 -a.gix().hT(0)}}} -A.a3l.prototype={ -eE(a){if(a.c){a.c=!1 -a.gix().hT(0)}}} -A.a3r.prototype={ -eE(a){}} -A.a3n.prototype={ -eE(a){}} -A.a3m.prototype={ -eE(a){}} -A.a3k.prototype={ -eE(a){a.v9() -if(this.a)A.ayE() -A.axl()}} -A.acl.prototype={ -$2(a,b){t.Zb.a(J.CS(b.getElementsByClassName("submitBtn"))).click()}, -$S:335} -A.a37.prototype={ -a7J(a,b){var s,r,q,p,o,n,m,l,k=B.aU.hc(a) -switch(k.a){case"TextInput.setClient":s=k.b -r=J.aD(s) -q=new A.a3o(A.dn(r.h(s,0)),A.ahB(t.a.a(r.h(s,1)))) -break -case"TextInput.updateConfig":this.a.d=A.ahB(t.a.a(k.b)) -q=B.EE -break -case"TextInput.setEditingState":q=new A.a3q(A.ah8(t.a.a(k.b))) -break -case"TextInput.show":q=B.EC -break -case"TextInput.setEditableSizeAndTransform":s=t.a.a(k.b) -r=J.aD(s) -p=A.ht(t.j.a(r.h(s,"transform")),!0,t.wR) -q=new A.a3p(new A.TG(A.o9(r.h(s,"width")),A.o9(r.h(s,"height")),new Float32Array(A.Cv(p)))) -break -case"TextInput.setStyle":s=t.a.a(k.b) -r=J.aD(s) -o=A.dn(r.h(s,"textAlignIndex")) -n=A.dn(r.h(s,"textDirectionIndex")) -m=A.hU(r.h(s,"fontWeightIndex")) -l=m!=null?A.alb(m):"normal" -q=new A.a3s(new A.TX(A.avJ(r.h(s,"fontSize")),l,A.cz(r.h(s,"fontFamily")),B.R8[o],B.NH[n])) -break -case"TextInput.clearClient":q=B.Ex -break -case"TextInput.hide":q=B.Ey -break -case"TextInput.requestAutofill":q=B.Ez -break -case"TextInput.finishAutofillContext":q=new A.a3k(A.tq(k.b)) -break -case"TextInput.setMarkedTextRect":q=B.EB -break -case"TextInput.setCaretRect":q=B.EA -break -default:$.bj().eX(b,null) -return}q.eE(this.a) -new A.a38(b).$0()}} -A.a38.prototype={ -$0(){$.bj().eX(this.a,B.ab.c1([!0]))}, -$S:0} -A.VZ.prototype={ -gtc(a){var s=this.a -if(s===$){A.bp(s,"channel") -s=this.a=new A.a37(this)}return s}, -gix(){var s,r,q,p,o,n=this,m=n.f -if(m===$){s=$.dG -if((s==null?$.dG=A.kL():s).x){s=A.atA(n) -r=s}else{s=$.c9() -q=s===B.R -if(q){p=$.eb() -p=p===B.b2}else p=!1 -if(p)o=new A.W1(n,A.a([],t.Iu)) -else if(q)o=new A.a_W(n,A.a([],t.Iu)) -else{if(s===B.bO){q=$.eb() -q=q===B.jM}else q=!1 -if(q)o=new A.Ro(n,A.a([],t.Iu)) -else{q=t.Iu -o=s===B.cU?new A.UI(n,A.a([],q)):new A.Fr(n,A.a([],q))}}r=o}A.bp(n.f,"strategy") -m=n.f=r}return m}, -a2U(){var s,r,q=this -q.c=!0 -s=q.gix() -r=q.d -r.toString -s.zN(0,r,new A.W_(q),new A.W0(q))}, -v9(){var s,r=this -if(r.c){r.c=!1 -r.gix().hT(0) -r.gtc(r) -s=r.b -$.bj().i7("flutter/textinput",B.aU.hV(new A.hw("TextInputClient.onConnectionClosed",[s])),A.ab2())}}} -A.W0.prototype={ -$1(a){var s=this.a -s.gtc(s) -s=s.b -$.bj().i7("flutter/textinput",B.aU.hV(new A.hw("TextInputClient.updateEditingState",[s,a.My()])),A.ab2())}, -$S:327} -A.W_.prototype={ -$1(a){var s=this.a -s.gtc(s) -s=s.b -$.bj().i7("flutter/textinput",B.aU.hV(new A.hw("TextInputClient.performAction",[s,a])),A.ab2())}, -$S:66} -A.TX.prototype={ -ed(a){var s=this,r=a.style,q=A.alJ(s.d,s.e) -r.textAlign=q==null?"":q -q=s.b+" "+A.e(s.a)+"px "+A.e(A.QE(s.c)) -r.font=q}} -A.TG.prototype={ -ed(a){var s=A.hX(this.c),r=a.style,q=A.e(this.a)+"px" -r.width=q -q=A.e(this.b)+"px" -r.height=q -B.f.ar(r,B.f.a9(r,"transform"),s,"")}} -A.r9.prototype={ -j(a){return"TransformKind."+this.b}} -A.bA.prototype={ -ba(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]}, -Bw(a,b,a0,a1){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15] -s[12]=r*b+q*a0+p*a1+o -s[13]=n*b+m*a0+l*a1+k -s[14]=j*b+i*a0+h*a1+g -s[15]=f*b+e*a0+d*a1+c}, -at(a,b,c){return this.Bw(a,b,c,0)}, -cO(a,b,c){var s=c==null?b:c,r=this.a -r[15]=r[15] -r[0]=r[0]*b -r[1]=r[1]*b -r[2]=r[2]*b -r[3]=r[3]*b -r[4]=r[4]*s -r[5]=r[5]*s -r[6]=r[6]*s -r[7]=r[7]*s -r[8]=r[8]*b -r[9]=r[9]*b -r[10]=r[10]*b -r[11]=r[11]*b -r[12]=r[12] -r[13]=r[13] -r[14]=r[14]}, -bv(a,b){return this.cO(a,b,null)}, -pv(a){var s=this.a -return s[0]===1&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===1&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===1&&s[11]===0&&s[12]===0&&s[13]===0&&s[14]===0&&s[15]===1}, -Lc(){var s=this.a -return s[15]===1&&s[0]===1&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===1&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===1&&s[11]===0}, -Mq(b1,b2,b3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=Math.sqrt(b2.glj()),c=b2.a,b=c[0]/d,a=c[1]/d,a0=c[2]/d,a1=Math.cos(b3),a2=Math.sin(b3),a3=1-a1,a4=b*b*a3+a1,a5=a0*a2,a6=b*a*a3-a5,a7=a*a2,a8=b*a0*a3+a7,a9=a*b*a3+a5,b0=a*a*a3+a1 -a5=b*a2 -s=a*a0*a3-a5 -r=a0*b*a3-a7 -q=a0*a*a3+a5 -p=a0*a0*a3+a1 -a5=this.a -a7=a5[0] -o=a5[4] -n=a5[8] -m=a5[1] -l=a5[5] -k=a5[9] -j=a5[2] -i=a5[6] -h=a5[10] -g=a5[3] -f=a5[7] -e=a5[11] -a5[0]=a7*a4+o*a9+n*r -a5[1]=m*a4+l*a9+k*r -a5[2]=j*a4+i*a9+h*r -a5[3]=g*a4+f*a9+e*r -a5[4]=a7*a6+o*b0+n*q -a5[5]=m*a6+l*b0+k*q -a5[6]=j*a6+i*b0+h*q -a5[7]=g*a6+f*b0+e*q -a5[8]=a7*a8+o*s+n*p -a5[9]=m*a8+l*s+k*p -a5[10]=j*a8+i*s+h*p -a5[11]=g*a8+f*s+e*p}, -lO(a,b,c){var s=this.a -s[14]=c -s[13]=b -s[12]=a}, -jT(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.ba(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}, -cf(b5,b6){var s=this.a,r=s[15],q=s[0],p=s[4],o=s[8],n=s[12],m=s[1],l=s[5],k=s[9],j=s[13],i=s[2],h=s[6],g=s[10],f=s[14],e=s[3],d=s[7],c=s[11],b=b6.a,a=b[15],a0=b[0],a1=b[4],a2=b[8],a3=b[12],a4=b[1],a5=b[5],a6=b[9],a7=b[13],a8=b[2],a9=b[6],b0=b[10],b1=b[14],b2=b[3],b3=b[7],b4=b[11] -s[0]=q*a0+p*a4+o*a8+n*b2 -s[4]=q*a1+p*a5+o*a9+n*b3 -s[8]=q*a2+p*a6+o*b0+n*b4 -s[12]=q*a3+p*a7+o*b1+n*a -s[1]=m*a0+l*a4+k*a8+j*b2 -s[5]=m*a1+l*a5+k*a9+j*b3 -s[9]=m*a2+l*a6+k*b0+j*b4 -s[13]=m*a3+l*a7+k*b1+j*a -s[2]=i*a0+h*a4+g*a8+f*b2 -s[6]=i*a1+h*a5+g*a9+f*b3 -s[10]=i*a2+h*a6+g*b0+f*b4 -s[14]=i*a3+h*a7+g*b1+f*a -s[3]=e*a0+d*a4+c*a8+r*b2 -s[7]=e*a1+d*a5+c*a9+r*b3 -s[11]=e*a2+d*a6+c*b0+r*b4 -s[15]=e*a3+d*a7+c*b1+r*a}, -Ly(a){var s=new A.bA(new Float32Array(16)) -s.ba(this) -s.cf(0,a) -return s}, -MD(a){var s=a[0],r=a[1],q=this.a -a[0]=q[0]*s+q[4]*r+q[12] -a[1]=q[1]*s+q[5]*r+q[13]}, -j(a){var s=this.bX(0) -return s}} -A.a46.prototype={ -h(a,b){return this.a[b]}, -gq(a){var s=this.a,r=s[0],q=s[1] -s=s[2] -return Math.sqrt(r*r+q*q+s*s)}, -glj(){var s=this.a,r=s[0],q=s[1] -s=s[2] -return r*r+q*q+s*s}} -A.EN.prototype={ -ST(a,b){var s=this,r=s.b,q=s.a -r.d.p(0,q,s) -r.e.p(0,q,B.od) -if($.oa)s.c=A.abJ($.Qw) -$.hW.push(new A.Uc(s))}, -gt2(){var s,r=this.c -if(r==null){if($.oa)s=$.Qw -else s=B.ig -$.oa=!0 -r=this.c=A.abJ(s)}return r}, -oy(){var s=0,r=A.aj(t.H),q,p=this,o,n,m -var $async$oy=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:m=p.c -if(m==null){if($.oa)o=$.Qw -else o=B.ig -$.oa=!0 -m=p.c=A.abJ(o)}if(m instanceof A.yg){s=1 -break}n=m.gkt() -m=p.c -s=3 -return A.an(m==null?null:m.im(),$async$oy) -case 3:p.c=A.aiT(n) -case 1:return A.ah(q,r)}}) -return A.ai($async$oy,r)}, -rR(){var s=0,r=A.aj(t.H),q,p=this,o,n,m -var $async$rR=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:m=p.c -if(m==null){if($.oa)o=$.Qw -else o=B.ig -$.oa=!0 -m=p.c=A.abJ(o)}if(m instanceof A.wx){s=1 -break}n=m.gkt() -m=p.c -s=3 -return A.an(m==null?null:m.im(),$async$rR) -case 3:p.c=A.ai2(n) -case 1:return A.ah(q,r)}}) -return A.ai($async$rR,r)}, -oA(a){return this.a3R(a)}, -a3R(a){var s=0,r=A.aj(t.y),q,p=2,o,n=[],m=this,l,k,j -var $async$oA=A.ak(function(b,c){if(b===1){o=c -s=p}while(true)switch(s){case 0:k=m.d -j=new A.bd(new A.ad($.a3,t.U),t.h) -m.d=j.a -s=3 -return A.an(k,$async$oA) -case 3:l=!1 -p=4 -s=7 -return A.an(a.$0(),$async$oA) -case 7:l=c -n.push(6) -s=5 -break -case 4:n=[2] -case 5:p=2 -J.ao1(j) -s=n.pop() -break -case 6:q=l -s=1 -break -case 1:return A.ah(q,r) -case 2:return A.ag(o,r)}}) -return A.ai($async$oA,r)}, -A9(a){return this.a7t(a)}, -a7t(a){var s=0,r=A.aj(t.y),q,p=this -var $async$A9=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:q=p.oA(new A.Ud(p,a)) -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$A9,r)}, -glB(){var s=this.b.e.h(0,this.a) -return s==null?B.od:s}, -gnj(){if(this.f==null)this.Jh() -var s=this.f -s.toString -return s}, -Jh(){var s,r,q,p,o,n,m=this,l=window.visualViewport -if(l!=null){s=$.eb() -r=m.x -if(s===B.b2){s=document.documentElement -q=s.clientWidth -p=s.clientHeight -o=q*(r==null?A.aV():r) -s=m.x -n=p*(s==null?A.aV():s)}else{s=l.width -s.toString -o=s*(r==null?A.aV():r) -s=l.height -s.toString -r=m.x -n=s*(r==null?A.aV():r)}}else{s=window.innerWidth -s.toString -r=m.x -o=s*(r==null?A.aV():r) -s=window.innerHeight -s.toString -r=m.x -n=s*(r==null?A.aV():r)}m.f=new A.K(o,n)}, -Jg(a){var s,r,q,p=this,o=window.visualViewport -if(o!=null){s=$.eb() -s=s===B.b2&&!a -r=p.x -if(s){s=document.documentElement.clientHeight -q=s*(r==null?A.aV():r)}else{s=o.height -s.toString -q=s*(r==null?A.aV():r)}}else{s=window.innerHeight -s.toString -r=p.x -q=s*(r==null?A.aV():r)}p.e=new A.JW(0,0,0,p.f.b-q)}, -a8e(){var s,r,q=this,p=window.visualViewport,o=q.x -if(p!=null){p=window.visualViewport.height -p.toString -s=p*(o==null?A.aV():o) -p=window.visualViewport.width -p.toString -o=q.x -r=p*(o==null?A.aV():o)}else{p=window.innerHeight -p.toString -s=p*(o==null?A.aV():o) -p=window.innerWidth -p.toString -o=q.x -r=p*(o==null?A.aV():o)}p=q.f -if(p!=null){o=p.b -if(o!==s&&p.a!==r){p=p.a -if(!(o>p&&so&&r").an(b).i("ci<1,2>"))}, -F(a,b){if(!!a.fixed$length)A.L(A.O("add")) -a.push(b)}, -kl(a,b){if(!!a.fixed$length)A.L(A.O("removeAt")) -if(b<0||b>=a.length)throw A.c(A.Zp(b,null)) -return a.splice(b,1)[0]}, -mR(a,b,c){if(!!a.fixed$length)A.L(A.O("insert")) -if(b<0||b>a.length)throw A.c(A.Zp(b,null)) -a.splice(b,0,c)}, -KY(a,b,c){var s,r -if(!!a.fixed$length)A.L(A.O("insertAll")) -A.aiB(b,0,a.length,"index") -if(!t.Ee.b(c))c=J.agq(c) -s=J.bP(c) -a.length=a.length+s -r=b+s -this.b6(a,r,a.length,a,b) -this.d7(a,b,r,c)}, -fl(a){if(!!a.fixed$length)A.L(A.O("removeLast")) -if(a.length===0)throw A.c(A.oi(a,-1)) -return a.pop()}, -B(a,b){var s -if(!!a.fixed$length)A.L(A.O("remove")) -for(s=0;s").an(c).i("aG<1,2>"))}, -bB(a,b){var s,r=A.a1(a.length,"",!1,t.N) -for(s=0;s=0;--s){r=a[s] -if(b.$1(r))return r -if(q!==a.length)throw A.c(A.br(a))}if(c!=null)return c.$0() -throw A.c(A.bM())}, -a8o(a,b){return this.mV(a,b,null)}, -b9(a,b){return a[b]}, -c_(a,b,c){if(b<0||b>a.length)throw A.c(A.bu(b,0,a.length,"start",null)) -if(c==null)c=a.length -else if(ca.length)throw A.c(A.bu(c,b,a.length,"end",null)) -if(b===c)return A.a([],A.a7(a)) -return A.a(a.slice(b,c),A.a7(a))}, -e5(a,b){return this.c_(a,b,null)}, -qq(a,b,c){A.en(b,c,a.length,null,null) -return A.fj(a,b,c,A.a7(a).c)}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.bM())}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.bM())}, -gbH(a){var s=a.length -if(s===1)return a[0] -if(s===0)throw A.c(A.bM()) -throw A.c(A.ahG())}, -b6(a,b,c,d,e){var s,r,q,p,o -if(!!a.immutable$list)A.L(A.O("setRange")) -A.en(b,c,a.length,null,null) -s=c-b -if(s===0)return -A.cG(e,"skipCount") -if(t.j.b(d)){r=d -q=e}else{r=J.Rc(d,e).dw(0,!1) -q=0}p=J.aD(r) -if(q+s>p.gq(r))throw A.c(A.ahF()) -if(q=0;--o)a[b+o]=p.h(r,q+o) -else for(o=0;o=r)return-1 -for(s=0;s=0;--s)if(J.f(a[s],b))return s -return-1}, -A(a,b){var s -for(s=0;s"))}, -gw(a){return A.fM(a)}, -gq(a){return a.length}, -sq(a,b){if(!!a.fixed$length)A.L(A.O("set length")) -if(b<0)throw A.c(A.bu(b,0,null,"newLength",null)) -if(b>a.length)A.a7(a).c.a(null) -a.length=b}, -h(a,b){if(!(b>=0&&b=0&&b=p){r.d=null -return!1}r.d=q[s] -r.c=s+1 -return!0}} -J.kZ.prototype={ -bn(a,b){var s -if(ab)return 1 -else if(a===b){if(a===0){s=this.gu1(b) -if(this.gu1(a)===s)return 0 -if(this.gu1(a))return-1 -return 1}return 0}else if(isNaN(a)){if(isNaN(b))return 0 -return 1}else return-1}, -gu1(a){return a===0?1/a<0:a<0}, -gCJ(a){var s -if(a>0)s=1 -else s=a<0?-1:a -return s}, -cX(a){var s -if(a>=-2147483648&&a<=2147483647)return a|0 -if(isFinite(a)){s=a<0?Math.ceil(a):Math.floor(a) -return s+0}throw A.c(A.O(""+a+".toInt()"))}, -dE(a){var s,r -if(a>=0){if(a<=2147483647){s=a|0 -return a===s?s:s+1}}else if(a>=-2147483648)return a|0 -r=Math.ceil(a) -if(isFinite(r))return r -throw A.c(A.O(""+a+".ceil()"))}, -c7(a){var s,r -if(a>=0){if(a<=2147483647)return a|0}else if(a>=-2147483648){s=a|0 -return a===s?s:s-1}r=Math.floor(a) -if(isFinite(r))return r -throw A.c(A.O(""+a+".floor()"))}, -aU(a){if(a>0){if(a!==1/0)return Math.round(a)}else if(a>-1/0)return 0-Math.round(0-a) -throw A.c(A.O(""+a+".round()"))}, -Bk(a){if(a<0)return-Math.round(-a) -else return Math.round(a)}, -C(a,b,c){if(this.bn(b,c)>0)throw A.c(A.b1(b)) -if(this.bn(a,b)<0)return b -if(this.bn(a,c)>0)return c -return a}, -Z(a,b){var s -if(b>20)throw A.c(A.bu(b,0,20,"fractionDigits",null)) -s=a.toFixed(b) -if(a===0&&this.gu1(a))return"-"+s -return s}, -kp(a,b){var s,r,q,p -if(b<2||b>36)throw A.c(A.bu(b,2,36,"radix",null)) -s=a.toString(b) -if(B.d.ay(s,s.length-1)!==41)return s -r=/^([\da-z]+)(?:\.([\da-z]+))?\(e\+(\d+)\)$/.exec(s) -if(r==null)A.L(A.O("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.a2("0",q)}, -j(a){if(a===0&&1/a<0)return"-0.0" -else return""+a}, -gw(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}, -W(a,b){return a+b}, -a4(a,b){return a-b}, -a2(a,b){return a*b}, -bu(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}, -iz(a,b){if((a|0)===a)if(b>=1||b<-1)return a/b|0 -return this.HN(a,b)}, -bC(a,b){return(a|0)===a?a/b|0:this.HN(a,b)}, -HN(a,b){var s=a/b -if(s>=-2147483648&&s<=2147483647)return s|0 -if(s>0){if(s!==1/0)return Math.floor(s)}else if(s>-1/0)return Math.ceil(s) -throw A.c(A.O("Result of truncating division is "+A.e(s)+": "+A.e(a)+" ~/ "+A.e(b)))}, -O8(a,b){if(b<0)throw A.c(A.b1(b)) -return b>31?0:a<>>0}, -a2C(a,b){return b>31?0:a<>>0}, -h6(a,b){var s -if(a>0)s=this.Hu(a,b) -else{s=b>31?31:b -s=a>>s>>>0}return s}, -a2J(a,b){if(0>b)throw A.c(A.b1(b)) -return this.Hu(a,b)}, -Hu(a,b){return b>31?0:a>>>b}, -gdi(a){return B.a23}, -$ibJ:1, -$iN:1, -$ibw:1} -J.pu.prototype={ -gCJ(a){var s -if(a>0)s=1 -else s=a<0?-1:a -return s}, -gdi(a){return B.a20}, -$in:1} -J.vP.prototype={ -gdi(a){return B.a1Z}} -J.jy.prototype={ -ay(a,b){if(b<0)throw A.c(A.oi(a,b)) -if(b>=a.length)A.L(A.oi(a,b)) -return a.charCodeAt(b)}, -ap(a,b){if(b>=a.length)throw A.c(A.oi(a,b)) -return a.charCodeAt(b)}, -a4a(a,b,c){var s=b.length -if(c>s)throw A.c(A.bu(c,0,s,null,null)) -return new A.OG(b,a,c)}, -a49(a,b){return this.a4a(a,b,0)}, -W(a,b){return a+b}, -K5(a,b){var s=b.length,r=a.length -if(s>r)return!1 -return b===this.dS(a,r-s)}, -aa2(a,b,c){A.aiB(0,0,a.length,"startIndex") -return A.ayN(a,b,c,0)}, -Oo(a,b){var s=A.a(a.split(b),t.s) -return s}, -lu(a,b,c,d){var s=A.en(b,c,a.length,null,null) -return A.alI(a,b,s,d)}, -eG(a,b,c){var s -if(c<0||c>a.length)throw A.c(A.bu(c,0,a.length,null,null)) -s=c+b.length -if(s>a.length)return!1 -return b===a.substring(c,s)}, -cr(a,b){return this.eG(a,b,0)}, -ag(a,b,c){return a.substring(b,A.en(b,c,a.length,null,null))}, -dS(a,b){return this.ag(a,b,null)}, -Br(a){return a.toLowerCase()}, -qd(a){var s,r,q,p=a.trim(),o=p.length -if(o===0)return p -if(this.ap(p,0)===133){s=J.adu(p,1) -if(s===o)return""}else s=0 -r=o-1 -q=this.ay(p,r)===133?J.adv(p,r):o -if(s===0&&q===o)return p -return p.substring(s,q)}, -aaE(a){var s,r -if(typeof a.trimLeft!="undefined"){s=a.trimLeft() -if(s.length===0)return s -r=this.ap(s,0)===133?J.adu(s,1):0}else{r=J.adu(a,0) -s=a}if(r===0)return s -if(r===s.length)return"" -return s.substring(r)}, -By(a){var s,r,q -if(typeof a.trimRight!="undefined"){s=a.trimRight() -r=s.length -if(r===0)return s -q=r-1 -if(this.ay(s,q)===133)r=J.adv(s,q)}else{r=J.adv(a,a.length) -s=a}if(r===s.length)return s -if(r===0)return"" -return s.substring(0,r)}, -a2(a,b){var s,r -if(0>=b)return"" -if(b===1||a.length===0)return a -if(b!==b>>>0)throw A.c(B.Eq) -for(s=a,r="";!0;){if((b&1)===1)r=s+r -b=b>>>1 -if(b===0)break -s+=s}return r}, -cW(a,b,c){var s=b-a.length -if(s<=0)return a -return this.a2(c,s)+a}, -pt(a,b,c){var s -if(c<0||c>a.length)throw A.c(A.bu(c,0,a.length,null,null)) -s=a.indexOf(b,c) -return s}, -fg(a,b){return this.pt(a,b,0)}, -a8n(a,b,c){var s,r -if(c==null)c=a.length -else if(c<0||c>a.length)throw A.c(A.bu(c,0,a.length,null,null)) -s=b.length -r=a.length -if(c+s>r)c=r-s -return a.lastIndexOf(b,c)}, -Ay(a,b){return this.a8n(a,b,null)}, -l6(a,b,c){var s=a.length -if(c>s)throw A.c(A.bu(c,0,s,null,null)) -return A.ayJ(a,b,c)}, -A(a,b){return this.l6(a,b,0)}, -bn(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}, -gdi(a){return B.D8}, -gq(a){return a.length}, -h(a,b){if(!(b>=0&&b").an(r.Q[1]).i("oE<1,2>")) -s.pN(r.ga0w()) -r.pN(a) -r.pQ(0,d) -return r}, -mW(a){return this.dh(a,null,null,null)}, -u6(a,b,c){return this.dh(a,b,c,null)}, -u7(a,b,c){return this.dh(a,null,b,c)}, -py(a,b){return this.dh(a,null,null,b)}} -A.oE.prototype={ -av(a){return this.a.av(0)}, -pN(a){this.c=a==null?null:a}, -pQ(a,b){var s=this -s.a.pQ(0,b) -if(b==null)s.d=null -else if(t.hK.b(b))s.d=s.b.ur(b) -else if(t.mX.b(b))s.d=b -else throw A.c(A.cs(u.y,null))}, -n4(a){this.a.n4(a)}, -a0x(a){var s,r,q,p,o,n=this,m=n.c -if(m==null)return -s=null -try{s=n.$ti.Q[1].a(a)}catch(o){r=A.ae(o) -q=A.aF(o) -p=n.d -if(p==null)A.oe(r,q) -else{m=n.b -if(t.hK.b(p))m.Ms(p,r,q) -else m.lx(t.mX.a(p),r)}return}n.b.lx(m,s)}, -kj(a,b){this.a.kj(0,b)}, -pU(a){return this.kj(a,null)}, -lw(a){this.a.lw(0)}, -$idJ:1} -A.kc.prototype={ -ga1(a){var s=A.o(this) -return new A.DB(J.au(this.gfz()),s.i("@<1>").an(s.Q[1]).i("DB<1,2>"))}, -gq(a){return J.bP(this.gfz())}, -gR(a){return J.h6(this.gfz())}, -gb5(a){return J.tE(this.gfz())}, -fq(a,b){var s=A.o(this) -return A.mh(J.Rc(this.gfz(),b),s.c,s.Q[1])}, -hs(a,b){var s=A.o(this) -return A.mh(J.ago(this.gfz(),b),s.c,s.Q[1])}, -b9(a,b){return A.o(this).Q[1].a(J.on(this.gfz(),b))}, -gI(a){return A.o(this).Q[1].a(J.CS(this.gfz()))}, -gJ(a){return A.o(this).Q[1].a(J.CT(this.gfz()))}, -A(a,b){return J.R3(this.gfz(),b)}, -j(a){return J.dQ(this.gfz())}} -A.DB.prototype={ -u(){return this.a.u()}, -gD(a){var s=this.a -return this.$ti.Q[1].a(s.gD(s))}} -A.mg.prototype={ -gfz(){return this.a}} -A.zJ.prototype={$iJ:1} -A.zm.prototype={ -h(a,b){return this.$ti.Q[1].a(J.ax(this.a,b))}, -p(a,b,c){J.eX(this.a,b,this.$ti.c.a(c))}, -sq(a,b){J.aqe(this.a,b)}, -F(a,b){J.j9(this.a,this.$ti.c.a(b))}, -B(a,b){return J.m0(this.a,b)}, -fl(a){return this.$ti.Q[1].a(J.aq9(this.a))}, -qq(a,b,c){var s=this.$ti -return A.mh(J.apO(this.a,b,c),s.c,s.Q[1])}, -b6(a,b,c,d,e){var s=this.$ti -J.aqh(this.a,b,c,A.mh(d,s.Q[1],s.c),e)}, -d7(a,b,c,d){return this.b6(a,b,c,d,0)}, -$iJ:1, -$iz:1} -A.ci.prototype={ -ta(a,b){return new A.ci(this.a,this.$ti.i("@<1>").an(b).i("ci<1,2>"))}, -gfz(){return this.a}} -A.mi.prototype={ -mr(a,b,c){var s=this.$ti -return new A.mi(this.a,s.i("@<1>").an(s.Q[1]).an(b).an(c).i("mi<1,2,3,4>"))}, -aq(a,b){return J.ec(this.a,b)}, -h(a,b){return this.$ti.i("4?").a(J.ax(this.a,b))}, -p(a,b,c){var s=this.$ti -J.eX(this.a,s.c.a(b),s.Q[1].a(c))}, -bK(a,b,c){var s=this.$ti -return s.Q[3].a(J.CU(this.a,s.c.a(b),new A.S9(this,c)))}, -B(a,b){return this.$ti.i("4?").a(J.m0(this.a,b))}, -ai(a,b){J.eY(this.a,new A.S8(this,b))}, -gas(a){var s=this.$ti -return A.mh(J.tF(this.a),s.c,s.Q[2])}, -gbm(a){var s=this.$ti -return A.mh(J.aga(this.a),s.Q[1],s.Q[3])}, -gq(a){return J.bP(this.a)}, -gR(a){return J.h6(this.a)}, -gb5(a){return J.tE(this.a)}, -ghX(a){var s=J.ag9(this.a) -return s.i9(s,new A.S7(this),this.$ti.i("bN<3,4>"))}} -A.S9.prototype={ -$0(){return this.a.$ti.Q[1].a(this.b.$0())}, -$S(){return this.a.$ti.i("2()")}} -A.S8.prototype={ -$2(a,b){var s=this.a.$ti -this.b.$2(s.Q[2].a(a),s.Q[3].a(b))}, -$S(){return this.a.$ti.i("~(1,2)")}} -A.S7.prototype={ -$1(a){var s=this.a.$ti,r=s.Q[3] -return new A.bN(s.Q[2].a(a.geU(a)),r.a(a.gm(a)),s.i("@<3>").an(r).i("bN<1,2>"))}, -$S(){return this.a.$ti.i("bN<3,4>(bN<1,2>)")}} -A.ii.prototype={ -j(a){var s="LateInitializationError: "+this.a -return s}} -A.oO.prototype={ -gq(a){return this.a.length}, -h(a,b){return B.d.ay(this.a,b)}} -A.acd.prototype={ -$0(){return A.cY(null,t.P)}, -$S:324} -A.a0Y.prototype={} -A.J.prototype={} -A.aX.prototype={ -ga1(a){var s=this -return new A.bY(s,s.gq(s),A.o(s).i("bY"))}, -ai(a,b){var s,r=this,q=r.gq(r) -for(s=0;s").an(c).i("aG<1,2>"))}, -fq(a,b){return A.fj(this,b,null,A.o(this).i("aX.E"))}, -hs(a,b){return A.fj(this,0,A.eW(b,"count",t.S),A.o(this).i("aX.E"))}, -dw(a,b){return A.aq(this,b,A.o(this).i("aX.E"))}, -ht(a){return this.dw(a,!0)}, -io(a){var s,r=this,q=A.ij(A.o(r).i("aX.E")) -for(s=0;ss)throw A.c(A.bu(r,0,s,"start",null))}}, -gWL(){var s=J.bP(this.a),r=this.c -if(r==null||r>s)return s -return r}, -ga2W(){var s=J.bP(this.a),r=this.b -if(r>s)return s -return r}, -gq(a){var s,r=J.bP(this.a),q=this.b -if(q>=r)return 0 -s=this.c -if(s==null||s>=r)return r-q -return s-q}, -b9(a,b){var s=this,r=s.ga2W()+b -if(b<0||r>=s.gWL())throw A.c(A.bH(b,s,"index",null,null)) -return J.on(s.a,r)}, -fq(a,b){var s,r,q=this -A.cG(b,"count") -s=q.b+b -r=q.c -if(r!=null&&s>=r)return new A.jn(q.$ti.i("jn<1>")) -return A.fj(q.a,s,r,q.$ti.c)}, -hs(a,b){var s,r,q,p=this -A.cG(b,"count") -s=p.c -r=p.b -q=r+b -if(s==null)return A.fj(p.a,r,q,p.$ti.c) -else{if(s=o){r.d=null -return!1}r.d=p.b9(q,s);++r.c -return!0}} -A.ek.prototype={ -ga1(a){var s=A.o(this) -return new A.pG(J.au(this.a),this.b,s.i("@<1>").an(s.Q[1]).i("pG<1,2>"))}, -gq(a){return J.bP(this.a)}, -gR(a){return J.h6(this.a)}, -gI(a){return this.b.$1(J.CS(this.a))}, -gJ(a){return this.b.$1(J.CT(this.a))}, -b9(a,b){return this.b.$1(J.on(this.a,b))}} -A.mq.prototype={$iJ:1} -A.pG.prototype={ -u(){var s=this,r=s.b -if(r.u()){s.a=s.c.$1(r.gD(r)) -return!0}s.a=null -return!1}, -gD(a){return this.$ti.Q[1].a(this.a)}} -A.aG.prototype={ -gq(a){return J.bP(this.a)}, -b9(a,b){return this.b.$1(J.on(this.a,b))}} -A.aI.prototype={ -ga1(a){return new A.rg(J.au(this.a),this.b,this.$ti.i("rg<1>"))}, -i9(a,b,c){return new A.ek(this,b,this.$ti.i("@<1>").an(c).i("ek<1,2>"))}} -A.rg.prototype={ -u(){var s,r -for(s=this.a,r=this.b;s.u();)if(r.$1(s.gD(s)))return!0 -return!1}, -gD(a){var s=this.a -return s.gD(s)}} -A.jo.prototype={ -ga1(a){var s=this.$ti -return new A.kM(J.au(this.a),this.b,B.eT,s.i("@<1>").an(s.Q[1]).i("kM<1,2>"))}} -A.kM.prototype={ -gD(a){return this.$ti.Q[1].a(this.d)}, -u(){var s,r,q=this,p=q.c -if(p==null)return!1 -for(s=q.a,r=q.b;!p.u();){q.d=null -if(s.u()){q.c=null -p=J.au(r.$1(s.gD(s))) -q.c=p}else return!1}p=q.c -q.d=p.gD(p) -return!0}} -A.nC.prototype={ -ga1(a){return new A.Jg(J.au(this.a),this.b,A.o(this).i("Jg<1>"))}} -A.v_.prototype={ -gq(a){var s=J.bP(this.a),r=this.b -if(s>r)return r -return s}, -$iJ:1} -A.Jg.prototype={ -u(){if(--this.b>=0)return this.a.u() -this.b=-1 -return!1}, -gD(a){var s -if(this.b<0)return this.$ti.c.a(null) -s=this.a -return s.gD(s)}} -A.jY.prototype={ -fq(a,b){A.h7(b,"count") -A.cG(b,"count") -return new A.jY(this.a,this.b+b,A.o(this).i("jY<1>"))}, -ga1(a){return new A.IK(J.au(this.a),this.b,A.o(this).i("IK<1>"))}} -A.p6.prototype={ -gq(a){var s=J.bP(this.a)-this.b -if(s>=0)return s -return 0}, -fq(a,b){A.h7(b,"count") -A.cG(b,"count") -return new A.p6(this.a,this.b+b,this.$ti)}, -$iJ:1} -A.IK.prototype={ -u(){var s,r -for(s=this.a,r=0;r"))}} -A.IL.prototype={ -u(){var s,r,q=this -if(!q.c){q.c=!0 -for(s=q.a,r=q.b;s.u();)if(!r.$1(s.gD(s)))return!0}return q.a.u()}, -gD(a){var s=this.a -return s.gD(s)}} -A.jn.prototype={ -ga1(a){return B.eT}, -gR(a){return!0}, -gq(a){return 0}, -gI(a){throw A.c(A.bM())}, -gJ(a){throw A.c(A.bM())}, -b9(a,b){throw A.c(A.bu(b,0,0,"index",null))}, -A(a,b){return!1}, -i9(a,b,c){return new A.jn(c.i("jn<0>"))}, -fq(a,b){A.cG(b,"count") -return this}, -hs(a,b){A.cG(b,"count") -return this}, -dw(a,b){var s=this.$ti.c -return b?J.vM(0,s):J.ads(0,s)}, -ht(a){return this.dw(a,!0)}, -io(a){return A.ij(this.$ti.c)}} -A.EK.prototype={ -u(){return!1}, -gD(a){throw A.c(A.bM())}} -A.my.prototype={ -ga1(a){return new A.Fh(J.au(this.a),this.b,A.o(this).i("Fh<1>"))}, -gq(a){var s=this.b -return J.bP(this.a)+s.gq(s)}, -gR(a){var s -if(J.h6(this.a)){s=this.b -s=!s.ga1(s).u()}else s=!1 -return s}, -gb5(a){var s -if(!J.tE(this.a)){s=this.b -s=!s.gR(s)}else s=!0 -return s}, -A(a,b){return J.R3(this.a,b)||this.b.A(0,b)}, -gI(a){var s,r=J.au(this.a) -if(r.u())return r.gD(r) -s=this.b -return s.gI(s)}, -gJ(a){var s,r,q=this.b,p=q.$ti -p=p.i("@<1>").an(p.Q[1]) -s=new A.kM(J.au(q.a),q.b,B.eT,p.i("kM<1,2>")) -if(s.u()){q=p.Q[1] -r=q.a(s.d) -for(;s.u();)r=q.a(s.d) -return r}return J.CT(this.a)}} -A.Fh.prototype={ -u(){var s,r,q=this -if(q.a.u())return!0 -s=q.b -if(s!=null){r=s.$ti -r=new A.kM(J.au(s.a),s.b,B.eT,r.i("@<1>").an(r.Q[1]).i("kM<1,2>")) -q.a=r -q.b=null -return r.u()}return!1}, -gD(a){var s=this.a -return s.gD(s)}} -A.ka.prototype={ -ga1(a){return new A.rh(J.au(this.a),this.$ti.i("rh<1>"))}} -A.rh.prototype={ -u(){var s,r -for(s=this.a,r=this.$ti.c;s.u();)if(r.b(s.gD(s)))return!0 -return!1}, -gD(a){var s=this.a -return this.$ti.c.a(s.gD(s))}} -A.v8.prototype={ -sq(a,b){throw A.c(A.O("Cannot change the length of a fixed-length list"))}, -F(a,b){throw A.c(A.O("Cannot add to a fixed-length list"))}, -B(a,b){throw A.c(A.O("Cannot remove from a fixed-length list"))}, -fl(a){throw A.c(A.O("Cannot remove from a fixed-length list"))}} -A.JK.prototype={ -p(a,b,c){throw A.c(A.O("Cannot modify an unmodifiable list"))}, -sq(a,b){throw A.c(A.O("Cannot change the length of an unmodifiable list"))}, -F(a,b){throw A.c(A.O("Cannot add to an unmodifiable list"))}, -B(a,b){throw A.c(A.O("Cannot remove from an unmodifiable list"))}, -fl(a){throw A.c(A.O("Cannot remove from an unmodifiable list"))}, -b6(a,b,c,d,e){throw A.c(A.O("Cannot modify an unmodifiable list"))}, -d7(a,b,c,d){return this.b6(a,b,c,d,0)}} -A.rd.prototype={} -A.c5.prototype={ -gq(a){return J.bP(this.a)}, -b9(a,b){var s=this.a,r=J.aD(s) -return r.b9(s,r.gq(s)-1-b)}} -A.qP.prototype={ -gw(a){var s=this._hashCode -if(s!=null)return s -s=664597*J.bq(this.a)&536870911 -this._hashCode=s -return s}, -j(a){return'Symbol("'+A.e(this.a)+'")'}, -k(a,b){if(b==null)return!1 -return b instanceof A.qP&&this.a==b.a}, -$inB:1} -A.Cc.prototype={} -A.uw.prototype={} -A.oS.prototype={ -mr(a,b,c){var s=A.o(this) -return A.adG(this,s.c,s.Q[1],b,c)}, -gR(a){return this.gq(this)===0}, -gb5(a){return this.gq(this)!==0}, -j(a){return A.adF(this)}, -p(a,b,c){A.ad8()}, -bK(a,b,c){A.ad8()}, -B(a,b){A.ad8()}, -ghX(a){return this.a6x(0,A.o(this).i("bN<1,2>"))}, -a6x(a,b){var s=this -return A.akH(function(){var r=a -var q=0,p=1,o,n,m,l -return function $async$ghX(c,d){if(c===1){o=d -q=p}while(true)switch(q){case 0:n=s.gas(s),n=n.ga1(n),m=A.o(s),m=m.i("@<1>").an(m.Q[1]).i("bN<1,2>") -case 2:if(!n.u()){q=3 -break}l=n.gD(n) -q=4 -return new A.bN(l,s.h(0,l),m) -case 4:q=2 -break -case 3:return A.ajG() -case 1:return A.ajH(o)}}},b)}, -AB(a,b,c,d){var s=A.x(c,d) -this.ai(0,new A.SB(this,b,s)) -return s}, -$iay:1} -A.SB.prototype={ -$2(a,b){var s=this.b.$2(a,b) -this.c.p(0,s.geU(s),s.gm(s))}, -$S(){return A.o(this.a).i("~(1,2)")}} -A.G.prototype={ -gq(a){return this.a}, -aq(a,b){if(typeof b!="string")return!1 -if("__proto__"===b)return!1 -return this.b.hasOwnProperty(b)}, -h(a,b){if(!this.aq(0,b))return null -return this.b[b]}, -ai(a,b){var s,r,q,p,o=this.c -for(s=o.length,r=this.b,q=0;q"))}, -gbm(a){var s=this.$ti -return A.mS(this.c,new A.SC(this),s.c,s.Q[1])}} -A.SC.prototype={ -$1(a){return this.a.b[a]}, -$S(){return this.a.$ti.i("2(1)")}} -A.zr.prototype={ -ga1(a){var s=this.a.c -return new J.dq(s,s.length,A.a7(s).i("dq<1>"))}, -gq(a){return this.a.c.length}} -A.bz.prototype={ -m5(){var s,r,q,p=this,o=p.$map -if(o==null){s=p.$ti -r=s.c -q=A.as3(r) -o=A.Xb(A.awD(),q,r,s.Q[1]) -A.ala(p.a,o) -p.$map=o}return o}, -aq(a,b){return this.m5().aq(0,b)}, -h(a,b){return this.m5().h(0,b)}, -ai(a,b){this.m5().ai(0,b)}, -gas(a){var s=this.m5() -return s.gas(s)}, -gbm(a){var s=this.m5() -return s.gbm(s)}, -gq(a){var s=this.m5() -return s.gq(s)}} -A.Vp.prototype={ -$1(a){return this.a.b(a)}, -$S:22} -A.vG.prototype={ -k(a,b){if(b==null)return!1 -return b instanceof A.vG&&this.a.k(0,b.a)&&A.w(this)===A.w(b)}, -gw(a){return A.adM(this.a,A.w(this),B.aV,B.aV,B.aV,B.aV)}, -j(a){var s="<"+B.b.bB([A.b8(this.$ti.c)],", ")+">" -return this.a.j(0)+" with "+s}} -A.vH.prototype={ -$2(a,b){return this.a.$1$2(a,b,this.$ti.Q[0])}, -$1(a){return this.a.$1$1(a,this.$ti.Q[0])}, -$S(){return A.aye(A.d8(this.a),this.$ti)}} -A.Wu.prototype={ -gLv(){var s=this.a -return s}, -gLR(){var s,r,q,p,o=this -if(o.c===1)return B.fW -s=o.d -r=s.length-o.e.length-o.f -if(r===0)return B.fW -q=[] -for(p=0;p>>0}, -j(a){return"Closure '"+this.$_name+"' of "+("Instance of '"+A.Zi(this.a)+"'")}} -A.Ia.prototype={ -j(a){return"RuntimeError: "+this.a}} -A.a91.prototype={} -A.dV.prototype={ -gq(a){return this.a}, -gR(a){return this.a===0}, -gb5(a){return!this.gR(this)}, -gas(a){return new A.w1(this,A.o(this).i("w1<1>"))}, -gbm(a){var s=this,r=A.o(s) -return A.mS(s.gas(s),new A.WE(s),r.c,r.Q[1])}, -aq(a,b){var s,r,q=this -if(typeof b=="string"){s=q.b -if(s==null)return!1 -return q.Ew(s,b)}else if(typeof b=="number"&&(b&0x3ffffff)===b){r=q.c -if(r==null)return!1 -return q.Ew(r,b)}else return q.L1(b)}, -L1(a){var s=this,r=s.d -if(r==null)return!1 -return s.mT(s.rf(r,s.mS(a)),a)>=0}, -a5f(a,b){return this.gas(this).ha(0,new A.WD(this,b))}, -N(a,b){J.eY(b,new A.WC(this))}, -h(a,b){var s,r,q,p,o=this,n=null -if(typeof b=="string"){s=o.b -if(s==null)return n -r=o.oe(s,b) -q=r==null?n:r.b -return q}else if(typeof b=="number"&&(b&0x3ffffff)===b){p=o.c -if(p==null)return n -r=o.oe(p,b) -q=r==null?n:r.b -return q}else return o.L2(b)}, -L2(a){var s,r,q=this,p=q.d -if(p==null)return null -s=q.rf(p,q.mS(a)) -r=q.mT(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.DI(s==null?q.b=q.xB():s,b,c)}else if(typeof b=="number"&&(b&0x3ffffff)===b){r=q.c -q.DI(r==null?q.c=q.xB():r,b,c)}else q.L4(b,c)}, -L4(a,b){var s,r,q,p=this,o=p.d -if(o==null)o=p.d=p.xB() -s=p.mS(a) -r=p.rf(o,s) -if(r==null)p.xX(o,s,[p.xC(a,b)]) -else{q=p.mT(r,a) -if(q>=0)r[q].b=b -else r.push(p.xC(a,b))}}, -bK(a,b,c){var s,r=this -if(r.aq(0,b))return A.o(r).Q[1].a(r.h(0,b)) -s=c.$0() -r.p(0,b,s) -return s}, -B(a,b){var s=this -if(typeof b=="string")return s.GW(s.b,b) -else if(typeof b=="number"&&(b&0x3ffffff)===b)return s.GW(s.c,b) -else return s.L3(b)}, -L3(a){var s,r,q,p,o=this,n=o.d -if(n==null)return null -s=o.mS(a) -r=o.rf(n,s) -q=o.mT(r,a) -if(q<0)return null -p=r.splice(q,1)[0] -o.I3(p) -if(r.length===0)o.wE(n,s) -return p.b}, -aC(a){var s=this -if(s.a>0){s.b=s.c=s.d=s.e=s.f=null -s.a=0 -s.xA()}}, -ai(a,b){var s=this,r=s.e,q=s.r -for(;r!=null;){b.$2(r.a,r.b) -if(q!==s.r)throw A.c(A.br(s)) -r=r.c}}, -DI(a,b,c){var s=this.oe(a,b) -if(s==null)this.xX(a,b,this.xC(b,c)) -else s.b=c}, -GW(a,b){var s -if(a==null)return null -s=this.oe(a,b) -if(s==null)return null -this.I3(s) -this.wE(a,b) -return s.b}, -xA(){this.r=this.r+1&67108863}, -xC(a,b){var s,r=this,q=new A.Xa(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.xA() -return q}, -I3(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.xA()}, -mS(a){return J.bq(a)&0x3ffffff}, -mT(a,b){var s,r -if(a==null)return-1 -s=a.length -for(r=0;r")) -r.c=s.e -return r}, -A(a,b){return this.a.aq(0,b)}, -ai(a,b){var s=this.a,r=s.e,q=s.r -for(;r!=null;){b.$1(r.a) -if(q!==s.r)throw A.c(A.br(s)) -r=r.c}}} -A.FY.prototype={ -gD(a){return this.d}, -u(){var s,r=this,q=r.a -if(r.b!==q.r)throw A.c(A.br(q)) -s=r.c -if(s==null){r.d=null -return!1}else{r.d=s.a -r.c=s.c -return!0}}} -A.abX.prototype={ -$1(a){return this.a(a)}, -$S:42} -A.abY.prototype={ -$2(a,b){return this.a(a,b)}, -$S:321} -A.abZ.prototype={ -$1(a){return this.a(a)}, -$S:320} -A.vQ.prototype={ -j(a){return"RegExp/"+this.a+"/"+this.b.flags}, -ga0k(){var s=this,r=s.c -if(r!=null)return r -r=s.b -return s.c=A.ahK(s.a,r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, -tN(a){var s=this.b.exec(a) -if(s==null)return null -return new A.Mm(s)}, -CR(a){var s=this.tN(a) -if(s!=null)return s.b[0] -return null}, -$iHw:1} -A.Mm.prototype={ -h(a,b){return this.b[b]}, -$iG9:1} -A.yu.prototype={ -h(a,b){if(b!==0)A.L(A.Zp(b,null)) -return this.c}, -$iG9:1} -A.OG.prototype={ -ga1(a){return new A.OH(this.a,this.b,this.c)}, -gI(a){var s=this.b,r=this.a.indexOf(s,this.c) -if(r>=0)return new A.yu(r,s) -throw A.c(A.bM())}} -A.OH.prototype={ -u(){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.yu(s,o) -q.c=r===q.c?r+1:r -return!0}, -gD(a){var s=this.d -s.toString -return s}} -A.a5r.prototype={ -bQ(){var s=this.b -if(s===this)throw A.c(new A.ii("Local '"+this.a+"' has not been initialized.")) -return s}, -cu(){var s=this.b -if(s===this)throw A.c(A.ahP(this.a)) -return s}, -sef(a){var s=this -if(s.b!==s)throw A.c(new A.ii("Local '"+s.a+"' has already been initialized.")) -s.b=a}} -A.n_.prototype={ -gdi(a){return B.a1n}, -IZ(a,b,c){throw A.c(A.O("Int64List not supported by dart2js."))}, -$in_:1, -$ioD:1} -A.d0.prototype={ -a_M(a,b,c,d){var s=A.bu(b,0,c,d,null) -throw A.c(s)}, -E8(a,b,c,d){if(b>>>0!==b||b>c)this.a_M(a,b,c,d)}, -$id0:1, -$icq:1} -A.wz.prototype={ -gdi(a){return B.a1o}, -BV(a,b,c){throw A.c(A.O("Int64 accessor not supported by dart2js."))}, -Ct(a,b,c,d){throw A.c(A.O("Int64 accessor not supported by dart2js."))}, -$icB:1} -A.pJ.prototype={ -gq(a){return a.length}, -Hm(a,b,c,d,e){var s,r,q=a.length -this.E8(a,b,q,"start") -this.E8(a,c,q,"end") -if(b>c)throw A.c(A.bu(b,0,c,null,null)) -s=c-b -if(e<0)throw A.c(A.cs(e,null)) -r=d.length -if(r-e0){s=Date.now()-r.c -if(s>(p+1)*o)p=B.e.iz(s,o)}q.c=p -r.d.$1(q)}, -$S:11} -A.Ke.prototype={ -er(a,b){var s,r=this -if(b==null)b=r.$ti.c.a(b) -if(!r.b)r.a.jk(b) -else{s=r.a -if(r.$ti.i("av<1>").b(b))s.E4(b) -else s.o7(b)}}, -tf(a,b){var s=this.a -if(this.b)s.fu(a,b) -else s.qQ(a,b)}} -A.aaK.prototype={ -$1(a){return this.a.$2(0,a)}, -$S:18} -A.aaL.prototype={ -$2(a,b){this.a.$2(1,new A.v7(a,b))}, -$S:316} -A.abC.prototype={ -$2(a,b){this.a(a,b)}, -$S:307} -A.rS.prototype={ -j(a){return"IterationMarker("+this.b+", "+A.e(this.a)+")"}} -A.kn.prototype={ -gD(a){var s=this.c -if(s==null)return this.b -return s.gD(s)}, -u(){var s,r,q,p,o,n=this -for(;!0;){s=n.c -if(s!=null)if(s.u())return!0 -else n.c=null -r=function(a,b,c){var m,l=b -while(true)try{return a(l,m)}catch(k){m=k -l=c}}(n.a,0,1) -if(r instanceof A.rS){q=r.b -if(q===2){p=n.d -if(p==null||p.length===0){n.b=null -return!1}n.a=p.pop() -continue}else{s=r.a -if(q===3)throw s -else{o=J.au(s) -if(o instanceof A.kn){s=n.d -if(s==null)s=n.d=[] -s.push(n.a) -n.a=o.a -continue}else{n.c=o -continue}}}}else{n.b=r -return!0}}return!1}} -A.BD.prototype={ -ga1(a){return new A.kn(this.a(),this.$ti.i("kn<1>"))}} -A.D8.prototype={ -j(a){return A.e(this.a)}, -$ibs:1, -gnO(){return this.b}} -A.ex.prototype={} -A.nQ.prototype={ -jt(){}, -ju(){}} -A.lG.prototype={ -gCQ(a){return new A.ex(this,A.o(this).i("ex<1>"))}, -gok(){return this.c<4}, -GX(a){var s=a.fr,r=a.dy -if(s==null)this.d=r -else s.dy=r -if(r==null)this.e=s -else r.fr=s -a.fr=a -a.dy=a}, -HH(a,b,c,d){var s,r,q,p,o=this -if((o.c&4)!==0){s=new A.ry($.a3,c,A.o(o).i("ry<1>")) -s.H8() -return s}s=$.a3 -r=d?1:0 -q=new A.nQ(o,A.a4R(s,a),A.a4T(s,b),A.a4S(s,c),s,r,A.o(o).i("nQ<1>")) -q.fr=q -q.dy=q -q.dx=o.c&1 -p=o.e -o.e=q -q.dy=null -q.fr=p -if(p==null)o.d=q -else p.dy=q -if(o.d===q)A.QB(o.a) -return q}, -GN(a){var s,r=this -A.o(r).i("nQ<1>").a(a) -if(a.dy===a)return null -s=a.dx -if((s&2)!==0)a.dx=s|4 -else{r.GX(a) -if((r.c&2)===0&&r.d==null)r.w9()}return null}, -GO(a){}, -GP(a){}, -o0(){if((this.c&4)!==0)return new A.fW("Cannot add new events after calling close") -return new A.fW("Cannot add new events while doing an addStream")}, -F(a,b){if(!this.gok())throw A.c(this.o0()) -this.kS(b)}, -IM(a,b){A.eW(a,"error",t.K) -if(!this.gok())throw A.c(this.o0()) -if(b==null)b=A.D9(a) -this.ov(a,b)}, -a3X(a){return this.IM(a,null)}, -cl(a){var s,r,q=this -if((q.c&4)!==0){s=q.r -s.toString -return s}if(!q.gok())throw A.c(q.o0()) -q.c|=4 -r=q.r -if(r==null)r=q.r=new A.ad($.a3,t.U) -q.iD() -return r}, -wY(a){var s,r,q,p=this,o=p.c -if((o&2)!==0)throw A.c(A.a6(u.c)) -s=p.d -if(s==null)return -r=o&1 -p.c=o^3 -for(;s!=null;){o=s.dx -if((o&1)===r){s.dx=o|2 -a.$1(s) -o=s.dx^=1 -q=s.dy -if((o&4)!==0)p.GX(s) -s.dx&=4294967293 -s=q}else s=s.dy}p.c&=4294967293 -if(p.d==null)p.w9()}, -w9(){if((this.c&4)!==0){var s=this.r -if((s.a&30)===0)s.jk(null)}A.QB(this.b)}} -A.BC.prototype={ -gok(){return A.lG.prototype.gok.call(this)&&(this.c&2)===0}, -o0(){if((this.c&2)!==0)return new A.fW(u.c) -return this.QU()}, -kS(a){var s=this,r=s.d -if(r==null)return -if(r===s.e){s.c|=2 -r.m_(0,a) -s.c&=4294967293 -if(s.d==null)s.w9() -return}s.wY(new A.a9C(s,a))}, -ov(a,b){if(this.d==null)return -this.wY(new A.a9E(this,a,b))}, -iD(){var s=this -if(s.d!=null)s.wY(new A.a9D(s)) -else s.r.jk(null)}} -A.a9C.prototype={ -$1(a){a.m_(0,this.b)}, -$S(){return this.a.$ti.i("~(dz<1>)")}} -A.a9E.prototype={ -$1(a){a.o_(this.b,this.c)}, -$S(){return this.a.$ti.i("~(dz<1>)")}} -A.a9D.prototype={ -$1(a){a.DY()}, -$S(){return this.a.$ti.i("~(dz<1>)")}} -A.zd.prototype={ -kS(a){var s,r -for(s=this.d,r=this.$ti.i("iX<1>");s!=null;s=s.dy)s.jj(new A.iX(a,r))}, -ov(a,b){var s -for(s=this.d;s!=null;s=s.dy)s.jj(new A.Lc(a,b))}, -iD(){var s=this.d -if(s!=null)for(;s!=null;s=s.dy)s.jj(B.eX) -else this.r.jk(null)}} -A.Vm.prototype={ -$0(){var s,r,q -try{this.a.qR(this.b.$0())}catch(q){s=A.ae(q) -r=A.aF(q) -A.akl(this.a,s,r)}}, -$S:0} -A.Vl.prototype={ -$0(){var s,r,q -try{this.a.qR(this.b.$0())}catch(q){s=A.ae(q) -r=A.aF(q) -A.akl(this.a,s,r)}}, -$S:0} -A.Vk.prototype={ -$0(){this.b.qR(this.c.a(null))}, -$S:0} -A.Vo.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.fu(a,b) -else{s.e.b=a -s.f.b=b}}else if(q===0&&!s.c)s.d.fu(s.e.bQ(),s.f.bQ())}, -$S:67} -A.Vn.prototype={ -$1(a){var s,r=this,q=r.a;--q.b -s=q.a -if(s!=null){J.eX(s,r.b,a) -if(q.b===0)r.c.o7(A.ht(s,!0,r.x))}else if(q.b===0&&!r.e)r.c.fu(r.f.bQ(),r.r.bQ())}, -$S(){return this.x.i("aH(0)")}} -A.zn.prototype={ -tf(a,b){A.eW(a,"error",t.K) -if((this.a.a&30)!==0)throw A.c(A.a6("Future already completed")) -if(b==null)b=A.D9(a) -this.fu(a,b)}, -l4(a){return this.tf(a,null)}} -A.bd.prototype={ -er(a,b){var s=this.a -if((s.a&30)!==0)throw A.c(A.a6("Future already completed")) -s.jk(b)}, -dl(a){return this.er(a,null)}, -fu(a,b){this.a.qQ(a,b)}} -A.iY.prototype={ -a8x(a){if((this.c&15)!==6)return!0 -return this.b.b.Bl(this.d,a.a)}, -a7i(a){var s,r=this.e,q=null,p=a.a,o=this.b.b -if(t.Hg.b(r))q=o.aaf(r,p,a.b) -else q=o.Bl(r,p) -try{p=q -return p}catch(s){if(t.ns.b(A.ae(s))){if((this.c&1)!==0)throw A.c(A.cs("The error handler of Future.then must return a value of the returned future's type","onError")) -throw A.c(A.cs("The error handler of Future.catchError must return a value of the future's type","onError"))}else throw s}}} -A.ad.prototype={ -fY(a,b,c,d){var s,r,q=$.a3 -if(q===B.am){if(c!=null&&!t.Hg.b(c)&&!t.C_.b(c))throw A.c(A.kC(c,"onError",u.w))}else if(c!=null)c=A.akL(c,q) -s=new A.ad(q,d.i("ad<0>")) -r=c==null?1:3 -this.o2(new A.iY(s,r,b,c,this.$ti.i("@<1>").an(d).i("iY<1,2>"))) -return s}, -bG(a,b,c){return this.fY(a,b,null,c)}, -HV(a,b,c){var s=new A.ad($.a3,c.i("ad<0>")) -this.o2(new A.iY(s,19,a,b,this.$ti.i("@<1>").an(c).i("iY<1,2>"))) -return s}, -a4N(a,b){var s=this.$ti,r=$.a3,q=new A.ad(r,s) -if(r!==B.am)a=A.akL(a,r) -this.o2(new A.iY(q,2,b,a,s.i("@<1>").an(s.c).i("iY<1,2>"))) -return q}, -z_(a){return this.a4N(a,null)}, -ip(a){var s=this.$ti,r=new A.ad($.a3,s) -this.o2(new A.iY(r,8,a,null,s.i("@<1>").an(s.c).i("iY<1,2>"))) -return r}, -a2v(a){this.a=this.a&1|16 -this.c=a}, -wj(a){this.a=a.a&30|this.a&1 -this.c=a.c}, -o2(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.o2(a) -return}s.wj(r)}A.of(null,null,s.b,new A.a6A(s,a))}}, -GM(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.GM(a) -return}n.wj(s)}m.a=n.rH(a) -A.of(null,null,n.b,new A.a6I(m,n))}}, -rG(){var s=this.c -this.c=null -return this.rH(s)}, -rH(a){var s,r,q -for(s=a,r=null;s!=null;r=s,s=q){q=s.a -s.a=r}return r}, -wd(a){var s,r,q,p=this -p.a^=2 -try{a.fY(0,new A.a6E(p),new A.a6F(p),t.P)}catch(q){s=A.ae(q) -r=A.aF(q) -A.eC(new A.a6G(p,s,r))}}, -qR(a){var s,r=this,q=r.$ti -if(q.i("av<1>").b(a))if(q.b(a))A.a6D(a,r) -else r.wd(a) -else{s=r.rG() -r.a=8 -r.c=a -A.rJ(r,s)}}, -o7(a){var s=this,r=s.rG() -s.a=8 -s.c=a -A.rJ(s,r)}, -fu(a,b){var s=this.rG() -this.a2v(A.Rw(a,b)) -A.rJ(this,s)}, -jk(a){if(this.$ti.i("av<1>").b(a)){this.E4(a) -return}this.UX(a)}, -UX(a){this.a^=2 -A.of(null,null,this.b,new A.a6C(this,a))}, -E4(a){var s=this -if(s.$ti.b(a)){if((a.a&16)!==0){s.a^=2 -A.of(null,null,s.b,new A.a6H(s,a))}else A.a6D(a,s) -return}s.wd(a)}, -qQ(a,b){this.a^=2 -A.of(null,null,this.b,new A.a6B(this,a,b))}, -$iav:1} -A.a6A.prototype={ -$0(){A.rJ(this.a,this.b)}, -$S:0} -A.a6I.prototype={ -$0(){A.rJ(this.b,this.a.a)}, -$S:0} -A.a6E.prototype={ -$1(a){var s,r,q,p=this.a -p.a^=2 -try{p.o7(p.$ti.c.a(a))}catch(q){s=A.ae(q) -r=A.aF(q) -p.fu(s,r)}}, -$S:13} -A.a6F.prototype={ -$2(a,b){this.a.fu(a,b)}, -$S:304} -A.a6G.prototype={ -$0(){this.a.fu(this.b,this.c)}, -$S:0} -A.a6C.prototype={ -$0(){this.a.o7(this.b)}, -$S:0} -A.a6H.prototype={ -$0(){A.a6D(this.b,this.a)}, -$S:0} -A.a6B.prototype={ -$0(){this.a.fu(this.b,this.c)}, -$S:0} -A.a6L.prototype={ -$0(){var s,r,q,p,o,n,m=this,l=null -try{q=m.a.a -l=q.b.b.eE(q.d)}catch(p){s=A.ae(p) -r=A.aF(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.Rw(s,r) -o.b=!0 -return}if(l instanceof A.ad&&(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=J.agp(l,new A.a6M(n),t.z) -q.b=!1}}, -$S:0} -A.a6M.prototype={ -$1(a){return this.a}, -$S:293} -A.a6K.prototype={ -$0(){var s,r,q,p,o -try{q=this.a -p=q.a -q.c=p.b.b.Bl(p.d,this.b)}catch(o){s=A.ae(o) -r=A.aF(o) -q=this.a -q.c=A.Rw(s,r) -q.b=!0}}, -$S:0} -A.a6J.prototype={ -$0(){var s,r,q,p,o,n,m=this -try{s=m.a.a.c -p=m.b -if(p.a.a8x(s)&&p.a.e!=null){p.c=p.a.a7i(s) -p.b=!1}}catch(o){r=A.ae(o) -q=A.aF(o) -p=m.a.a.c -n=m.b -if(p.a===r)n.c=p -else n.c=A.Rw(r,q) -n.b=!0}}, -$S:0} -A.Kf.prototype={} -A.bv.prototype={ -gq(a){var s={},r=new A.ad($.a3,t.wJ) -s.a=0 -this.dh(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.o(this.b).i("~(bv.T)")}} -A.a2L.prototype={ -$0(){this.b.qR(this.a.a)}, -$S:0} -A.dJ.prototype={} -A.J8.prototype={} -A.Bz.prototype={ -gCQ(a){return new A.lH(this,A.o(this).i("lH<1>"))}, -ga15(){if((this.b&8)===0)return this.a -return this.a.gBM()}, -F1(){var s,r=this -if((r.b&8)===0){s=r.a -return s==null?r.a=new A.tj(A.o(r).i("tj<1>")):s}s=r.a.gBM() -return s}, -gHI(){var s=this.a -return(this.b&8)!==0?s.gBM():s}, -DZ(){if((this.b&4)!==0)return new A.fW("Cannot add event after closing") -return new A.fW("Cannot add event while adding a stream")}, -F_(){var s=this.c -if(s==null)s=this.c=(this.b&2)!==0?$.CM():new A.ad($.a3,t.U) -return s}, -F(a,b){var s=this,r=s.b -if(r>=4)throw A.c(s.DZ()) -if((r&1)!==0)s.kS(b) -else if((r&3)===0)s.F1().F(0,new A.iX(b,A.o(s).i("iX<1>")))}, -cl(a){var s=this,r=s.b -if((r&4)!==0)return s.F_() -if(r>=4)throw A.c(s.DZ()) -r=s.b=r|4 -if((r&1)!==0)s.iD() -else if((r&3)===0)s.F1().F(0,B.eX) -return s.F_()}, -HH(a,b,c,d){var s,r,q,p,o=this -if((o.b&3)!==0)throw A.c(A.a6("Stream has already been listened to.")) -s=A.auO(o,a,b,c,d,A.o(o).c) -r=o.ga15() -q=o.b|=1 -if((q&8)!==0){p=o.a -p.sBM(s) -p.lw(0)}else o.a=s -s.a2x(r) -s.x4(new A.a9x(o)) -return s}, -GN(a){var s,r,q,p,o,n,m,l=this,k=null -if((l.b&8)!==0)k=l.a.av(0) -l.a=null -l.b=l.b&4294967286|2 -s=l.r -if(s!=null)if(k==null)try{r=s.$0() -if(t.uz.b(r))k=r}catch(o){q=A.ae(o) -p=A.aF(o) -n=new A.ad($.a3,t.U) -n.qQ(q,p) -k=n}else k=k.ip(s) -m=new A.a9w(l) -if(k!=null)k=k.ip(m) -else m.$0() -return k}, -GO(a){if((this.b&8)!==0)this.a.pU(0) -A.QB(this.e)}, -GP(a){if((this.b&8)!==0)this.a.lw(0) -A.QB(this.f)}} -A.a9x.prototype={ -$0(){A.QB(this.a.d)}, -$S:0} -A.a9w.prototype={ -$0(){var s=this.a.c -if(s!=null&&(s.a&30)===0)s.jk(null)}, -$S:0} -A.Kg.prototype={ -kS(a){this.gHI().jj(new A.iX(a,this.$ti.i("iX<1>")))}, -iD(){this.gHI().jj(B.eX)}} -A.rj.prototype={} -A.lH.prototype={ -gw(a){return(A.fM(this.a)^892482866)>>>0}, -k(a,b){if(b==null)return!1 -if(this===b)return!0 -return b instanceof A.lH&&b.a===this.a}} -A.lI.prototype={ -xE(){return this.x.GN(this)}, -jt(){this.x.GO(this)}, -ju(){this.x.GP(this)}} -A.dz.prototype={ -a2x(a){var s=this -if(a==null)return -s.r=a -if(a.c!=null){s.e=(s.e|64)>>>0 -a.qt(s)}}, -pN(a){this.a=A.a4R(this.d,a)}, -pQ(a,b){this.b=A.a4T(this.d,b)}, -n4(a){this.c=A.a4S(this.d,a)}, -kj(a,b){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.x4(q.grA())}, -pU(a){return this.kj(a,null)}, -lw(a){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.qt(s) -else{r=(r&4294967291)>>>0 -s.e=r -if((r&32)===0)s.x4(s.grB())}}}, -av(a){var s=this,r=(s.e&4294967279)>>>0 -s.e=r -if((r&8)===0)s.wb() -r=s.f -return r==null?$.CM():r}, -wb(){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.xE()}, -m_(a,b){var s=this,r=s.e -if((r&8)!==0)return -if(r<32)s.kS(b) -else s.jj(new A.iX(b,A.o(s).i("iX")))}, -o_(a,b){var s=this.e -if((s&8)!==0)return -if(s<32)this.ov(a,b) -else this.jj(new A.Lc(a,b))}, -DY(){var s=this,r=s.e -if((r&8)!==0)return -r=(r|2)>>>0 -s.e=r -if(r<32)s.iD() -else s.jj(B.eX)}, -jt(){}, -ju(){}, -xE(){return null}, -jj(a){var s,r=this,q=r.r -if(q==null)q=new A.tj(A.o(r).i("tj")) -r.r=q -q.F(0,a) -s=r.e -if((s&64)===0){s=(s|64)>>>0 -r.e=s -if(s<128)q.qt(r)}}, -kS(a){var s=this,r=s.e -s.e=(r|32)>>>0 -s.d.lx(s.a,a) -s.e=(s.e&4294967263)>>>0 -s.wh((r&4)!==0)}, -ov(a,b){var s,r=this,q=r.e,p=new A.a4V(r,a,b) -if((q&1)!==0){r.e=(q|16)>>>0 -r.wb() -s=r.f -if(s!=null&&s!==$.CM())s.ip(p) -else p.$0()}else{p.$0() -r.wh((q&4)!==0)}}, -iD(){var s,r=this,q=new A.a4U(r) -r.wb() -r.e=(r.e|16)>>>0 -s=r.f -if(s!=null&&s!==$.CM())s.ip(q) -else q.$0()}, -x4(a){var s=this,r=s.e -s.e=(r|32)>>>0 -a.$0() -s.e=(s.e&4294967263)>>>0 -s.wh((r&4)!==0)}, -wh(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.jt() -else q.ju() -p=(q.e&4294967263)>>>0 -q.e=p}if((p&64)!==0&&p<128)q.r.qt(q)}, -$idJ:1} -A.a4V.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.Ms(s,p,this.c) -else r.lx(s,p) -q.e=(q.e&4294967263)>>>0}, -$S:0} -A.a4U.prototype={ -$0(){var s=this.a,r=s.e -if((r&16)===0)return -s.e=(r|42)>>>0 -s.d.np(s.c) -s.e=(s.e&4294967263)>>>0}, -$S:0} -A.ti.prototype={ -dh(a,b,c,d){return this.a.HH(a,d,c,b===!0)}, -mW(a){return this.dh(a,null,null,null)}, -u6(a,b,c){return this.dh(a,b,c,null)}, -u7(a,b,c){return this.dh(a,null,b,c)}, -py(a,b){return this.dh(a,null,null,b)}} -A.Ld.prototype={ -gpJ(a){return this.a}, -spJ(a,b){return this.a=b}} -A.iX.prototype={ -B4(a){a.kS(this.b)}} -A.Lc.prototype={ -B4(a){a.ov(this.b,this.c)}} -A.a6a.prototype={ -B4(a){a.iD()}, -gpJ(a){return null}, -spJ(a,b){throw A.c(A.a6("No events after a done."))}} -A.MW.prototype={ -qt(a){var s=this,r=s.a -if(r===1)return -if(r>=1){s.a=1 -return}A.eC(new A.a8o(s,a)) -s.a=1}} -A.a8o.prototype={ -$0(){var s,r,q=this.a,p=q.a -q.a=0 -if(p===3)return -s=q.b -r=s.gpJ(s) -q.b=r -if(r==null)q.c=null -s.B4(this.b)}, -$S:0} -A.tj.prototype={ -F(a,b){var s=this,r=s.c -if(r==null)s.b=s.c=b -else{r.spJ(0,b) -s.c=b}}} -A.ry.prototype={ -H8(){var s=this -if((s.b&2)!==0)return -A.of(null,null,s.a,s.ga2s()) -s.b=(s.b|2)>>>0}, -pN(a){}, -pQ(a,b){}, -n4(a){this.c=a}, -kj(a,b){this.b+=4}, -pU(a){return this.kj(a,null)}, -lw(a){var s=this.b -if(s>=4){s=this.b=s-4 -if(s<4&&(s&1)===0)this.H8()}}, -av(a){return $.CM()}, -iD(){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.np(s)}, -$idJ:1} -A.OF.prototype={} -A.h0.prototype={ -dh(a,b,c,d){var s=A.o(this),r=$.a3,q=b===!0?1:0 -s=new A.rG(this,A.a4R(r,a),A.a4T(r,d),A.a4S(r,c),r,q,s.i("@").an(s.i("h0.T")).i("rG<1,2>")) -s.y=this.a.u7(s.gY9(),s.gYi(),s.gYv()) -return s}, -mW(a){return this.dh(a,null,null,null)}, -u6(a,b,c){return this.dh(a,b,c,null)}, -u7(a,b,c){return this.dh(a,null,b,c)}, -py(a,b){return this.dh(a,null,null,b)}} -A.rG.prototype={ -m_(a,b){if((this.e&2)!==0)return -this.QV(0,b)}, -o_(a,b){if((this.e&2)!==0)return -this.QW(a,b)}, -jt(){var s=this.y -if(s!=null)s.pU(0)}, -ju(){var s=this.y -if(s!=null)s.lw(0)}, -xE(){var s=this.y -if(s!=null){this.y=null -return s.av(0)}return null}, -Ya(a){this.x.FB(a,this)}, -Yw(a,b){this.o_(a,b)}, -Yj(){this.DY()}} -A.C_.prototype={ -FB(a,b){var s,r,q,p=null -try{p=this.b.$1(a)}catch(q){s=A.ae(q) -r=A.aF(q) -A.akg(b,s,r) -return}if(p)b.m_(0,a)}} -A.Ao.prototype={ -FB(a,b){var s,r,q,p=null -try{p=this.b.$1(a)}catch(q){s=A.ae(q) -r=A.aF(q) -A.akg(b,s,r) -return}b.m_(0,p)}} -A.aaE.prototype={} -A.abz.prototype={ -$0(){var s=this.a,r=this.b -A.eW(s,"error",t.K) -A.eW(r,"stackTrace",t.Km) -A.arL(s,r)}, -$S:0} -A.a96.prototype={ -np(a){var s,r,q -try{if(B.am===$.a3){a.$0() -return}A.akM(null,null,this,a)}catch(q){s=A.ae(q) -r=A.aF(q) -A.oe(s,r)}}, -aaj(a,b){var s,r,q -try{if(B.am===$.a3){a.$1(b) -return}A.akO(null,null,this,a,b)}catch(q){s=A.ae(q) -r=A.aF(q) -A.oe(s,r)}}, -lx(a,b){return this.aaj(a,b,t.z)}, -aah(a,b,c){var s,r,q -try{if(B.am===$.a3){a.$2(b,c) -return}A.akN(null,null,this,a,b,c)}catch(q){s=A.ae(q) -r=A.aF(q) -A.oe(s,r)}}, -Ms(a,b,c){return this.aah(a,b,c,t.z,t.z)}, -yQ(a){return new A.a97(this,a)}, -J3(a,b){return new A.a98(this,a,b)}, -h(a,b){return null}, -aae(a){if($.a3===B.am)return a.$0() -return A.akM(null,null,this,a)}, -eE(a){return this.aae(a,t.z)}, -aai(a,b){if($.a3===B.am)return a.$1(b) -return A.akO(null,null,this,a,b)}, -Bl(a,b){return this.aai(a,b,t.z,t.z)}, -aag(a,b,c){if($.a3===B.am)return a.$2(b,c) -return A.akN(null,null,this,a,b,c)}, -aaf(a,b,c){return this.aag(a,b,c,t.z,t.z,t.z)}, -a9O(a){return a}, -ur(a){return this.a9O(a,t.z,t.z,t.z)}} -A.a97.prototype={ -$0(){return this.a.np(this.b)}, -$S:0} -A.a98.prototype={ -$1(a){return this.a.lx(this.b,a)}, -$S(){return this.c.i("~(0)")}} -A.kh.prototype={ -gq(a){return this.a}, -gR(a){return this.a===0}, -gb5(a){return this.a!==0}, -gas(a){return new A.nW(this,A.o(this).i("nW<1>"))}, -gbm(a){var s=A.o(this) -return A.mS(new A.nW(this,s.i("nW<1>")),new A.a6R(this),s.c,s.Q[1])}, -aq(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.o8(b)}, -o8(a){var s=this.d -if(s==null)return!1 -return this.eL(this.Fg(s,a),a)>=0}, -N(a,b){b.ai(0,new A.a6Q(this))}, -h(a,b){var s,r,q -if(typeof b=="string"&&b!=="__proto__"){s=this.b -r=s==null?null:A.ael(s,b) -return r}else if(typeof b=="number"&&(b&1073741823)===b){q=this.c -r=q==null?null:A.ael(q,b) -return r}else return this.Ff(0,b)}, -Ff(a,b){var s,r,q=this.d -if(q==null)return null -s=this.Fg(q,b) -r=this.eL(s,b) -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.En(s==null?q.b=A.aem():s,b,c)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c -q.En(r==null?q.c=A.aem():r,b,c)}else q.Hh(b,c)}, -Hh(a,b){var s,r,q,p=this,o=p.d -if(o==null)o=p.d=A.aem() -s=p.f6(a) -r=o[s] -if(r==null){A.aen(o,s,[a,b]);++p.a -p.e=null}else{q=p.eL(r,a) -if(q>=0)r[q+1]=b -else{r.push(a,b);++p.a -p.e=null}}}, -bK(a,b,c){var s,r=this -if(r.aq(0,b))return A.o(r).Q[1].a(r.h(0,b)) -s=c.$0() -r.p(0,b,s) -return s}, -B(a,b){var s=this -if(typeof b=="string"&&b!=="__proto__")return s.jl(s.b,b) -else if(typeof b=="number"&&(b&1073741823)===b)return s.jl(s.c,b) -else return s.iC(0,b)}, -iC(a,b){var s,r,q,p,o=this,n=o.d -if(n==null)return null -s=o.f6(b) -r=n[s] -q=o.eL(r,b) -if(q<0)return null;--o.a -o.e=null -p=r.splice(q,2)[1] -if(0===r.length)delete n[s] -return p}, -ai(a,b){var s,r,q,p,o=this,n=o.wq() -for(s=n.length,r=A.o(o).Q[1],q=0;q"))}, -A(a,b){return this.a.aq(0,b)}} -A.rL.prototype={ -gD(a){return this.$ti.c.a(this.d)}, -u(){var s=this,r=s.b,q=s.c,p=s.a -if(r!==p.e)throw A.c(A.br(p)) -else if(q>=r.length){s.d=null -return!1}else{s.d=r[q] -s.c=q+1 -return!0}}} -A.a7p.prototype={ -mS(a){return A.lX(a)&1073741823}, -mT(a,b){var s,r,q -if(a==null)return-1 -s=a.length -for(r=0;r"))}, -ga1(a){return new A.iZ(this,this.qS(),A.o(this).i("iZ<1>"))}, -gq(a){return this.a}, -gR(a){return this.a===0}, -gb5(a){return this.a!==0}, -A(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.ws(b)}, -ws(a){var s=this.d -if(s==null)return!1 -return this.eL(s[this.f6(a)],a)>=0}, -F(a,b){var s,r,q=this -if(typeof b=="string"&&b!=="__proto__"){s=q.b -return q.o6(s==null?q.b=A.aeo():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c -return q.o6(r==null?q.c=A.aeo():r,b)}else return q.e6(0,b)}, -e6(a,b){var s,r,q=this,p=q.d -if(p==null)p=q.d=A.aeo() -s=q.f6(b) -r=p[s] -if(r==null)p[s]=[b] -else{if(q.eL(r,b)>=0)return!1 -r.push(b)}++q.a -q.e=null -return!0}, -N(a,b){var s -for(s=J.au(b);s.u();)this.F(0,s.gD(s))}, -B(a,b){var s=this -if(typeof b=="string"&&b!=="__proto__")return s.jl(s.b,b) -else if(typeof b=="number"&&(b&1073741823)===b)return s.jl(s.c,b) -else return s.iC(0,b)}, -iC(a,b){var s,r,q,p=this,o=p.d -if(o==null)return!1 -s=p.f6(b) -r=o[s] -q=p.eL(r,b) -if(q<0)return!1;--p.a -p.e=null -r.splice(q,1) -if(0===r.length)delete o[s] -return!0}, -aC(a){var s=this -if(s.a>0){s.b=s.c=s.d=s.e=null -s.a=0}}, -qS(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.e -if(h!=null)return h -h=A.a1(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.h1.prototype={ -ol(){return new A.h1(A.o(this).i("h1<1>"))}, -ga1(a){var s=this,r=new A.eV(s,s.r,A.o(s).i("eV<1>")) -r.c=s.e -return r}, -gq(a){return this.a}, -gR(a){return this.a===0}, -gb5(a){return this.a!==0}, -A(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.ws(b)}, -ws(a){var s=this.d -if(s==null)return!1 -return this.eL(s[this.f6(a)],a)>=0}, -ai(a,b){var s=this,r=s.e,q=s.r -for(;r!=null;){b.$1(r.a) -if(q!==s.r)throw A.c(A.br(s)) -r=r.b}}, -gI(a){var s=this.e -if(s==null)throw A.c(A.a6("No elements")) -return s.a}, -gJ(a){var s=this.f -if(s==null)throw A.c(A.a6("No elements")) -return s.a}, -F(a,b){var s,r,q=this -if(typeof b=="string"&&b!=="__proto__"){s=q.b -return q.o6(s==null?q.b=A.aep():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c -return q.o6(r==null?q.c=A.aep():r,b)}else return q.e6(0,b)}, -e6(a,b){var s,r,q=this,p=q.d -if(p==null)p=q.d=A.aep() -s=q.f6(b) -r=p[s] -if(r==null)p[s]=[q.wl(b)] -else{if(q.eL(r,b)>=0)return!1 -r.push(q.wl(b))}return!0}, -B(a,b){var s=this -if(typeof b=="string"&&b!=="__proto__")return s.jl(s.b,b) -else if(typeof b=="number"&&(b&1073741823)===b)return s.jl(s.c,b) -else return s.iC(0,b)}, -iC(a,b){var s,r,q,p,o=this,n=o.d -if(n==null)return!1 -s=o.f6(b) -r=n[s] -q=o.eL(r,b) -if(q<0)return!1 -p=r.splice(q,1)[0] -if(0===r.length)delete n[s] -o.Eo(p) -return!0}, -WY(a,b){var s,r,q,p,o=this,n=o.e -for(;n!=null;n=r){s=n.a -r=n.b -q=o.r -p=a.$1(s) -if(q!==o.r)throw A.c(A.br(o)) -if(!0===p)o.B(0,s)}}, -aC(a){var s=this -if(s.a>0){s.b=s.c=s.d=s.e=s.f=null -s.a=0 -s.wk()}}, -o6(a,b){if(a[b]!=null)return!1 -a[b]=this.wl(b) -return!0}, -jl(a,b){var s -if(a==null)return!1 -s=a[b] -if(s==null)return!1 -this.Eo(s) -delete a[b] -return!0}, -wk(){this.r=this.r+1&1073741823}, -wl(a){var s,r=this,q=new A.a7o(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.wk() -return q}, -Eo(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.wk()}, -f6(a){return J.bq(a)&1073741823}, -eL(a,b){var s,r -if(a==null)return-1 -s=a.length -for(r=0;r>")),this.c,s.i("@<1>").an(s.i("c8<1>")).i("cU<1,2>"));s.u();)if(J.f(s.gD(s),b))return!0 -return!1}, -dw(a,b){return A.ht(this,!0,this.$ti.c)}, -ht(a){return this.dw(a,!0)}, -io(a){return A.jD(this,this.$ti.c)}, -gq(a){var s,r=this.$ti,q=new A.cU(this,A.a([],r.i("t>")),this.c,r.i("@<1>").an(r.i("c8<1>")).i("cU<1,2>")) -for(s=0;q.u();)++s -return s}, -gR(a){var s=this.$ti -return!new A.cU(this,A.a([],s.i("t>")),this.c,s.i("@<1>").an(s.i("c8<1>")).i("cU<1,2>")).u()}, -gb5(a){return this.d!=null}, -hs(a,b){return A.a2Z(this,b,this.$ti.c)}, -fq(a,b){return A.a2h(this,b,this.$ti.c)}, -gI(a){var s=this.$ti,r=new A.cU(this,A.a([],s.i("t>")),this.c,s.i("@<1>").an(s.i("c8<1>")).i("cU<1,2>")) -if(!r.u())throw A.c(A.bM()) -return r.gD(r)}, -gJ(a){var s,r=this.$ti,q=new A.cU(this,A.a([],r.i("t>")),this.c,r.i("@<1>").an(r.i("c8<1>")).i("cU<1,2>")) -if(!q.u())throw A.c(A.bM()) -do s=q.gD(q) -while(q.u()) -return s}, -b9(a,b){var s,r,q,p=this,o="index" -A.eW(b,o,t.S) -A.cG(b,o) -for(s=p.$ti,s=new A.cU(p,A.a([],s.i("t>")),p.c,s.i("@<1>").an(s.i("c8<1>")).i("cU<1,2>")),r=0;s.u();){q=s.gD(s) -if(b===r)return q;++r}throw A.c(A.bH(b,p,o,null,r))}, -j(a){return A.adr(this,"(",")")}} -A.vI.prototype={} -A.w2.prototype={ -A(a,b){return b instanceof A.mR&&this===b.a}, -ga1(a){var s=this -return new A.rW(s,s.a,s.c,s.$ti.i("rW<1>"))}, -gq(a){return this.b}, -gI(a){var s -if(this.b===0)throw A.c(A.a6("No such element")) -s=this.c -s.toString -return s}, -gJ(a){var s -if(this.b===0)throw A.c(A.a6("No such element")) -s=this.c.c -s.toString -return s}, -gR(a){return this.b===0}, -a_G(a,b,c){var s,r,q=this -if(b.a!=null)throw A.c(A.a6("LinkedListEntry is already in a LinkedList"));++q.a -b.a=q -s=q.b -if(s===0){b.b=b -q.c=b.c=b -q.b=s+1 -return}r=a.c -r.toString -b.c=r -b.b=a -a.c=r.b=b -q.b=s+1}} -A.rW.prototype={ -gD(a){return this.$ti.c.a(this.c)}, -u(){var s=this,r=s.a -if(s.b!==r.a)throw A.c(A.br(s)) -if(r.b!==0)r=s.e&&s.d===r.gI(r) -else r=!0 -if(r){s.c=null -return!1}s.e=!0 -r=s.d -s.c=r -s.d=r.b -return!0}} -A.mR.prototype={} -A.w3.prototype={$iJ:1,$ip:1,$iz:1} -A.D.prototype={ -ga1(a){return new A.bY(a,this.gq(a),A.aR(a).i("bY"))}, -b9(a,b){return this.h(a,b)}, -ai(a,b){var s,r=this.gq(a) -for(s=0;s=0;--s){r=this.h(a,s) -if(b.$1(r))return r -if(q!==this.gq(a))throw A.c(A.br(a))}if(c!=null)return c.$0() -throw A.c(A.bM())}, -bB(a,b){var s -if(this.gq(a)===0)return"" -s=A.ae6("",a,b) -return s.charCodeAt(0)==0?s:s}, -Au(a){return this.bB(a,"")}, -i9(a,b,c){return new A.aG(a,b,A.aR(a).i("@").an(c).i("aG<1,2>"))}, -fq(a,b){return A.fj(a,b,null,A.aR(a).i("D.E"))}, -hs(a,b){return A.fj(a,0,A.eW(b,"count",t.S),A.aR(a).i("D.E"))}, -dw(a,b){var s,r,q,p,o=this -if(o.gR(a)){s=J.vM(0,A.aR(a).i("D.E")) -return s}r=o.h(a,0) -q=A.a1(o.gq(a),r,!0,A.aR(a).i("D.E")) -for(p=1;p").an(b).i("ci<1,2>"))}, -fl(a){var s,r=this -if(r.gq(a)===0)throw A.c(A.bM()) -s=r.h(a,r.gq(a)-1) -r.sq(a,r.gq(a)-1) -return s}, -W(a,b){var s=A.aq(a,!0,A.aR(a).i("D.E")) -B.b.N(s,b) -return s}, -c_(a,b,c){var s=this.gq(a) -if(c==null)c=s -A.en(b,c,s,null,null) -return A.ht(this.qq(a,b,c),!0,A.aR(a).i("D.E"))}, -e5(a,b){return this.c_(a,b,null)}, -qq(a,b,c){A.en(b,c,this.gq(a),null,null) -return A.fj(a,b,c,A.aR(a).i("D.E"))}, -a6L(a,b,c,d){var s -A.aR(a).i("D.E").a(d) -A.en(b,c,this.gq(a),null,null) -for(s=b;s").b(d)){r=e -q=d}else{q=J.Rc(d,e).dw(0,!1) -r=0}p=J.aD(q) -if(r+s>p.gq(q))throw A.c(A.ahF()) -if(r=0;--o)this.p(a,b+o,p.h(q,r+o)) -else for(o=0;o"))}, -AB(a,b,c,d){var s,r,q,p,o=A.x(c,d) -for(s=J.au(this.gas(a)),r=A.aR(a).i("af.V");s.u();){q=s.gD(s) -p=b.$2(q,r.a(this.h(a,q))) -o.p(0,p.geU(p),p.gm(p))}return o}, -a9Y(a,b){var s,r,q,p=A.aR(a),o=A.a([],p.i("t")) -for(s=J.au(this.gas(a)),p=p.i("af.V");s.u();){r=s.gD(s) -if(b.$2(r,p.a(this.h(a,r))))o.push(r)}for(p=o.length,q=0;q").an(s.i("af.V")).i("An<1,2>"))}, -j(a){return A.adF(a)}, -$iay:1} -A.Xo.prototype={ -$1(a){var s=this.a,r=A.aR(s),q=r.i("af.V") -return new A.bN(a,q.a(J.ax(s,a)),r.i("@").an(q).i("bN<1,2>"))}, -$S(){return A.aR(this.a).i("bN(af.K)")}} -A.An.prototype={ -gq(a){return J.bP(this.a)}, -gR(a){return J.h6(this.a)}, -gb5(a){return J.tE(this.a)}, -gI(a){var s=this.a,r=J.l(s) -return this.$ti.Q[1].a(r.h(s,J.CS(r.gas(s))))}, -gJ(a){var s=this.a,r=J.l(s) -return this.$ti.Q[1].a(r.h(s,J.CT(r.gas(s))))}, -ga1(a){var s=this.a,r=this.$ti -return new A.Ml(J.au(J.tF(s)),s,r.i("@<1>").an(r.Q[1]).i("Ml<1,2>"))}} -A.Ml.prototype={ -u(){var s=this,r=s.a -if(r.u()){s.c=J.ax(s.b,r.gD(r)) -return!0}s.c=null -return!1}, -gD(a){return this.$ti.Q[1].a(this.c)}} -A.BU.prototype={ -p(a,b,c){throw A.c(A.O("Cannot modify unmodifiable map"))}, -B(a,b){throw A.c(A.O("Cannot modify unmodifiable map"))}, -bK(a,b,c){throw A.c(A.O("Cannot modify unmodifiable map"))}} -A.pF.prototype={ -mr(a,b,c){return J.acJ(this.a,b,c)}, -h(a,b){return J.ax(this.a,b)}, -p(a,b,c){J.eX(this.a,b,c)}, -bK(a,b,c){return J.CU(this.a,b,c)}, -aq(a,b){return J.ec(this.a,b)}, -ai(a,b){J.eY(this.a,b)}, -gR(a){return J.h6(this.a)}, -gb5(a){return J.tE(this.a)}, -gq(a){return J.bP(this.a)}, -gas(a){return J.tF(this.a)}, -B(a,b){return J.m0(this.a,b)}, -j(a){return J.dQ(this.a)}, -gbm(a){return J.aga(this.a)}, -ghX(a){return J.ag9(this.a)}, -AB(a,b,c,d){return J.age(this.a,b,c,d)}, -$iay:1} -A.iR.prototype={ -mr(a,b,c){return new A.iR(J.acJ(this.a,b,c),b.i("@<0>").an(c).i("iR<1,2>"))}} -A.zE.prototype={ -a01(a,b){var s=this -s.b=b -s.a=a -if(a!=null)a.b=s -if(b!=null)b.a=s}, -a3h(){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.zD.prototype={ -xL(a){var s,r,q=this -q.c=null -s=q.a -if(s!=null)s.b=q.b -r=q.b -if(r!=null)r.a=s -q.a=q.b=null -return q.d}, -bD(a){var s=this,r=s.c -if(r!=null)--r.b -s.c=null -s.a3h() -return s.d}, -o3(){return this}, -$iadf:1, -gzM(){return this.d}} -A.zF.prototype={ -o3(){return null}, -xL(a){throw A.c(A.bM())}, -gzM(){throw A.c(A.bM())}} -A.uU.prototype={ -gq(a){return this.b}, -oE(a){var s=this.a -new A.zD(this,a,s.$ti.i("zD<1>")).a01(s,s.b);++this.b}, -gI(a){return this.a.b.gzM()}, -gJ(a){return this.a.a.gzM()}, -gR(a){var s=this.a -return s.b===s}, -ga1(a){return new A.Lp(this,this.a.b,this.$ti.i("Lp<1>"))}, -j(a){return A.vJ(this,"{","}")}, -$iJ:1} -A.Lp.prototype={ -u(){var s=this,r=s.b,q=r==null?null:r.o3() -if(q==null){s.a=s.b=s.c=null -return!1}r=s.a -if(r!=q.c)throw A.c(A.br(r)) -s.c=q.d -s.b=q.b -return!0}, -gD(a){return this.$ti.c.a(this.c)}} -A.w5.prototype={ -ga1(a){var s=this -return new A.Mh(s,s.c,s.d,s.b,s.$ti.i("Mh<1>"))}, -gR(a){return this.b===this.c}, -gq(a){return(this.c-this.b&this.a.length-1)>>>0}, -gI(a){var s=this,r=s.b -if(r===s.c)throw A.c(A.bM()) -return s.$ti.c.a(s.a[r])}, -gJ(a){var s=this,r=s.b,q=s.c -if(r===q)throw A.c(A.bM()) -r=s.a -return s.$ti.c.a(r[(q-1&r.length-1)>>>0])}, -b9(a,b){var s,r=this -A.aiA(b,r,null,null) -s=r.a -return r.$ti.c.a(s[(r.b+b&s.length-1)>>>0])}, -dw(a,b){var s,r,q,p,o,n=this,m=n.a.length-1,l=(n.c-n.b&m)>>>0 -if(l===0){s=J.vM(0,n.$ti.c) -return s}s=n.$ti.c -r=A.a1(l,n.gI(n),!0,s) -for(q=n.a,p=n.b,o=0;o>>0]) -return r}, -ht(a){return this.dw(a,!0)}, -N(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.$ti -if(j.i("z<1>").b(b)){s=b.length -r=k.gq(k) -q=r+s -p=k.a -o=p.length -if(q>=o){n=A.a1(A.ahR(q+(q>>>1)),null,!1,j.i("1?")) -k.c=k.a3V(n) -k.a=n -k.b=0 -B.b.b6(n,r,q,b,0) -k.c+=s}else{j=k.c -m=o-j -if(s>>0)s[p]=null -q.b=q.c=0;++q.d}}, -j(a){return A.vJ(this,"{","}")}, -oE(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.Fx();++s.d}, -ls(){var s,r,q=this,p=q.b -if(p===q.c)throw A.c(A.bM());++q.d -s=q.a -r=q.$ti.c.a(s[p]) -s[p]=null -q.b=(p+1&s.length-1)>>>0 -return r}, -fl(a){var s,r=this,q=r.b,p=r.c -if(q===p)throw A.c(A.bM());++r.d -q=r.a -p=r.c=(p-1&q.length-1)>>>0 -s=r.$ti.c.a(q[p]) -q[p]=null -return s}, -e6(a,b){var s=this,r=s.a,q=s.c -r[q]=b -r=(q+1&r.length-1)>>>0 -s.c=r -if(s.b===r)s.Fx();++s.d}, -Fx(){var s=this,r=A.a1(s.a.length*2,null,!1,s.$ti.i("1?")),q=s.a,p=s.b,o=q.length-p -B.b.b6(r,0,o,q,p) -B.b.b6(r,o,o+s.b,s.a,0) -s.b=0 -s.c=s.a.length -s.a=r}, -a3V(a){var s,r,q=this,p=q.b,o=q.c,n=q.a -if(p<=o){s=o-p -B.b.b6(a,0,s,n,p) -return s}else{r=n.length-p -B.b.b6(a,0,r,n,p) -B.b.b6(a,r,r+q.c,q.a,0) -return q.c+r}}} -A.Mh.prototype={ -gD(a){return this.$ti.c.a(this.e)}, -u(){var s,r=this,q=r.a -if(r.c!==q.d)A.L(A.br(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.cp.prototype={ -gR(a){return this.gq(this)===0}, -gb5(a){return this.gq(this)!==0}, -N(a,b){var s -for(s=J.au(b);s.u();)this.F(0,s.gD(s))}, -M8(a){var s,r -for(s=a.length,r=0;r").an(c).i("mq<1,2>"))}, -j(a){return A.vJ(this,"{","}")}, -ha(a,b){var s -for(s=this.ga1(this);s.u();)if(b.$1(s.gD(s)))return!0 -return!1}, -hs(a,b){return A.a2Z(this,b,A.o(this).i("cp.E"))}, -fq(a,b){return A.a2h(this,b,A.o(this).i("cp.E"))}, -gI(a){var s=this.ga1(this) -if(!s.u())throw A.c(A.bM()) -return s.gD(s)}, -gJ(a){var s,r=this.ga1(this) -if(!r.u())throw A.c(A.bM()) -do s=r.gD(r) -while(r.u()) -return s}, -b9(a,b){var s,r,q,p="index" -A.eW(b,p,t.S) -A.cG(b,p) -for(s=this.ga1(this),r=0;s.u();){q=s.gD(s) -if(b===r)return q;++r}throw A.c(A.bH(b,this,p,null,r))}} -A.o4.prototype={ -mE(a){var s,r,q=this.ol() -for(s=this.ga1(this);s.u();){r=s.gD(s) -if(!a.A(0,r))q.F(0,r)}return q}, -Ap(a,b){var s,r,q=this.ol() -for(s=this.ga1(this);s.u();){r=s.gD(s) -if(b.A(0,r))q.F(0,r)}return q}, -io(a){var s=this.ol() -s.N(0,this) -return s}, -$iJ:1, -$ip:1, -$ick:1} -A.PA.prototype={ -F(a,b){return A.ajZ()}, -B(a,b){return A.ajZ()}} -A.e7.prototype={ -ol(){return A.ij(this.$ti.c)}, -A(a,b){return J.ec(this.a,b)}, -ga1(a){return J.au(J.tF(this.a))}, -gq(a){return J.bP(this.a)}} -A.OB.prototype={ -geU(a){return this.a}} -A.c8.prototype={} -A.dO.prototype={ -a1R(a){var s=this,r=s.$ti -r=new A.dO(a,s.a,r.i("@<1>").an(r.Q[1]).i("dO<1,2>")) -r.b=s.b -r.c=s.c -return r}, -j(a){return"MapEntry("+A.e(this.a)+": "+A.e(this.d)+")"}, -$ibN:1, -gm(a){return this.d}} -A.OA.prototype={ -iE(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.gcZ() -if(f==null){h.wo(a,a) -return-1}s=h.gwn() -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.gcZ()!==q){h.scZ(q);++h.c}return r}, -a2S(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}, -HA(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}, -iC(a,b){var s,r,q,p,o=this -if(o.gcZ()==null)return null -if(o.iE(b)!==0)return null -s=o.gcZ() -r=s.b;--o.a -q=s.c -if(r==null)o.scZ(q) -else{p=o.HA(r) -p.c=q -o.scZ(p)}++o.b -return s}, -vY(a,b){var s,r=this;++r.a;++r.b -s=r.gcZ() -if(s==null){r.scZ(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.scZ(a)}, -gF7(){var s=this,r=s.gcZ() -if(r==null)return null -s.scZ(s.a2S(r)) -return s.gcZ()}, -gG8(){var s=this,r=s.gcZ() -if(r==null)return null -s.scZ(s.HA(r)) -return s.gcZ()}, -o8(a){return this.yr(a)&&this.iE(a)===0}, -wo(a,b){return this.gwn().$2(a,b)}, -yr(a){return this.gab6().$1(a)}} -A.yq.prototype={ -h(a,b){var s=this -if(!s.f.$1(b))return null -if(s.d!=null)if(s.iE(b)===0)return s.d.d -return null}, -B(a,b){var s -if(!this.f.$1(b))return null -s=this.iC(0,b) -if(s!=null)return s.d -return null}, -p(a,b,c){var s,r=this,q=r.iE(b) -if(q===0){r.d=r.d.a1R(c);++r.c -return}s=r.$ti -r.vY(new A.dO(c,b,s.i("@<1>").an(s.Q[1]).i("dO<1,2>")),q)}, -bK(a,b,c){var s,r,q,p,o=this,n=o.iE(b) -if(n===0)return o.d.d -s=o.b -r=o.c -q=c.$0() -if(s!==o.b)throw A.c(A.br(o)) -if(r!==o.c)n=o.iE(b) -p=o.$ti -o.vY(new A.dO(q,b,p.i("@<1>").an(p.Q[1]).i("dO<1,2>")),n) -return q}, -gR(a){return this.d==null}, -gb5(a){return this.d!=null}, -ai(a,b){var s,r,q=this.$ti -q=q.i("@<1>").an(q.Q[1]) -s=new A.o5(this,A.a([],q.i("t>")),this.c,q.i("o5<1,2>")) -for(;s.u();){r=s.gD(s) -b.$2(r.geU(r),r.gm(r))}}, -gq(a){return this.a}, -aq(a,b){return this.o8(b)}, -gas(a){var s=this.$ti -return new A.km(this,s.i("@<1>").an(s.i("dO<1,2>")).i("km<1,2>"))}, -gbm(a){var s=this.$ti -return new A.o6(this,s.i("@<1>").an(s.Q[1]).i("o6<1,2>"))}, -ghX(a){var s=this.$ti -return new A.Bq(this,s.i("@<1>").an(s.Q[1]).i("Bq<1,2>"))}, -a6S(){if(this.d==null)return null -return this.gF7().a}, -Lm(){if(this.d==null)return null -return this.gG8().a}, -$iay:1, -wo(a,b){return this.e.$2(a,b)}, -yr(a){return this.f.$1(a)}, -gcZ(){return this.d}, -gwn(){return this.e}, -scZ(a){return this.d=a}} -A.a2v.prototype={ -$1(a){return this.a.b(a)}, -$S:31} -A.j2.prototype={ -gD(a){var s=this.b -if(s.length===0)return A.o(this).i("j2.T").a(null) -return this.x0(B.b.gJ(s))}, -u(){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.gcZ() -for(p=q.b;s!=null;){p.push(s) -s=s.b}return p.length!==0}throw A.c(A.br(o))}p=q.b -if(p.length===0)return!1 -if(q.d!==o.c){n=B.b.gJ(p) -B.b.sq(p,0) -o.iE(n.a) -n=o.gcZ() -n.toString -p.push(n) -q.d=o.c}s=B.b.gJ(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.gJ(p).c===s))break -s=p.pop()}return p.length!==0}} -A.km.prototype={ -gq(a){return this.a.a}, -gR(a){return this.a.a===0}, -ga1(a){var s=this.a,r=this.$ti -return new A.cU(s,A.a([],r.i("t<2>")),s.c,r.i("@<1>").an(r.Q[1]).i("cU<1,2>"))}, -A(a,b){return this.a.o8(b)}, -io(a){var s=this.a,r=this.$ti,q=A.ae5(s.e,s.f,r.c) -q.a=s.a -q.d=q.Ez(s.d,r.Q[1]) -return q}} -A.o6.prototype={ -gq(a){return this.a.a}, -gR(a){return this.a.a===0}, -ga1(a){var s=this.a,r=this.$ti -r=r.i("@<1>").an(r.Q[1]) -return new A.Bu(s,A.a([],r.i("t>")),s.c,r.i("Bu<1,2>"))}} -A.Bq.prototype={ -gq(a){return this.a.a}, -gR(a){return this.a.a===0}, -ga1(a){var s=this.a,r=this.$ti -r=r.i("@<1>").an(r.Q[1]) -return new A.o5(s,A.a([],r.i("t>")),s.c,r.i("o5<1,2>"))}} -A.cU.prototype={ -x0(a){return a.a}} -A.Bu.prototype={ -x0(a){return a.d}} -A.o5.prototype={ -x0(a){return a}} -A.qJ.prototype={ -ga1(a){var s=this.$ti -return new A.cU(this,A.a([],s.i("t>")),this.c,s.i("@<1>").an(s.i("c8<1>")).i("cU<1,2>"))}, -gq(a){return this.a}, -gR(a){return this.d==null}, -gb5(a){return this.d!=null}, -gI(a){if(this.a===0)throw A.c(A.bM()) -return this.gF7().a}, -gJ(a){if(this.a===0)throw A.c(A.bM()) -return this.gG8().a}, -A(a,b){return this.f.$1(b)&&this.iE(this.$ti.c.a(b))===0}, -F(a,b){return this.e6(0,b)}, -e6(a,b){var s=this.iE(b) -if(s===0)return!1 -this.vY(new A.c8(b,this.$ti.i("c8<1>")),s) -return!0}, -B(a,b){if(!this.f.$1(b))return!1 -return this.iC(0,this.$ti.c.a(b))!=null}, -Ap(a,b){var s,r=this,q=r.$ti,p=A.ae5(r.e,r.f,q.c) -for(q=new A.cU(r,A.a([],q.i("t>")),r.c,q.i("@<1>").an(q.i("c8<1>")).i("cU<1,2>"));q.u();){s=q.gD(q) -if(b.A(0,s))p.e6(0,s)}return p}, -Ez(a,b){var s -if(a==null)return null -s=new A.c8(a.a,this.$ti.i("c8<1>")) -new A.a2w(this,b).$2(a,s) -return s}, -io(a){var s=this,r=s.$ti,q=A.ae5(s.e,s.f,r.c) -q.a=s.a -q.d=s.Ez(s.d,r.i("c8<1>")) -return q}, -j(a){return A.vJ(this,"{","}")}, -$iJ:1, -$ip:1, -$ick:1, -wo(a,b){return this.e.$2(a,b)}, -yr(a){return this.f.$1(a)}, -gcZ(){return this.d}, -gwn(){return this.e}, -scZ(a){return this.d=a}} -A.a2x.prototype={ -$1(a){return this.a.b(a)}, -$S:31} -A.a2w.prototype={ -$2(a,b){var s,r,q,p,o,n=this.a.$ti.i("c8<1>") -do{s=a.b -r=a.c -if(s!=null){q=new A.c8(s.a,n) -b.b=q -this.$2(s,q)}p=r!=null -if(p){o=new A.c8(r.a,n) -b.c=o -b=o -a=r}}while(p)}, -$S(){return this.a.$ti.an(this.b).i("~(1,c8<2>)")}} -A.Ak.prototype={} -A.Br.prototype={} -A.Bs.prototype={} -A.Bt.prototype={} -A.BV.prototype={} -A.Cn.prototype={} -A.Cs.prototype={} -A.M8.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.a1x(b):s}}, -gq(a){var s -if(this.b==null){s=this.c -s=s.gq(s)}else s=this.m0().length -return s}, -gR(a){return this.gq(this)===0}, -gb5(a){return this.gq(this)>0}, -gas(a){var s -if(this.b==null){s=this.c -return s.gas(s)}return new A.M9(this)}, -gbm(a){var s,r=this -if(r.b==null){s=r.c -return s.gbm(s)}return A.mS(r.m0(),new A.a7d(r),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.aq(0,b)){s=q.b -s[b]=c -r=q.a -if(r==null?s!=null:r!==s)r[b]=null}else q.Iy().p(0,b,c)}, -aq(a,b){if(this.b==null)return this.c.aq(0,b) -if(typeof b!="string")return!1 -return Object.prototype.hasOwnProperty.call(this.a,b)}, -bK(a,b,c){var s -if(this.aq(0,b))return this.h(0,b) -s=c.$0() -this.p(0,b,s) -return s}, -B(a,b){if(this.b!=null&&!this.aq(0,b))return null -return this.Iy().B(0,b)}, -ai(a,b){var s,r,q,p,o=this -if(o.b==null)return o.c.ai(0,b) -s=o.m0() -for(r=0;r"))}return s}, -A(a,b){return this.a.aq(0,b)}} -A.a45.prototype={ -$0(){var s,r -try{s=new TextDecoder("utf-8",{fatal:true}) -return s}catch(r){}return null}, -$S:30} -A.a44.prototype={ -$0(){var s,r -try{s=new TextDecoder("utf-8",{fatal:false}) -return s}catch(r){}return null}, -$S:30} -A.Dh.prototype={ -a8L(a,a0,a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=null,b="Invalid base64 encoding length " -a2=A.en(a1,a2,a0.length,c,c) -s=$.amD() -for(r=a1,q=r,p=c,o=-1,n=-1,m=0;r=0){i=B.d.ay("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",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.c7("") -g=p}else g=p -f=g.a+=B.d.ag(a0,q,r) -g.a=f+A.hD(k) -q=l -continue}}throw A.c(A.c4("Invalid base64 data",a0,r))}if(p!=null){g=p.a+=B.d.ag(a0,q,a2) -f=g.length -if(o>=0)A.agx(a0,n,a2,o,m,f) -else{e=B.e.bu(f-1,4)+1 -if(e===1)throw A.c(A.c4(b,a0,a2)) -for(;e<4;){g+="=" -p.a=g;++e}}g=p.a -return B.d.lu(a0,a1,a2,g.charCodeAt(0)==0?g:g)}d=a2-a1 -if(o>=0)A.agx(a0,n,a2,o,m,d) -else{e=B.e.bu(d,4) -if(e===1)throw A.c(A.c4(b,a0,a2)) -if(e>1)a0=B.d.lu(a0,a2,a2,e===2?"==":"=")}return a0}} -A.Di.prototype={} -A.ml.prototype={} -A.kF.prototype={} -A.EL.prototype={} -A.vR.prototype={ -j(a){var s=A.mr(this.a) -return(this.b!=null?"Converting object to an encodable object failed:":"Converting object did not return an encodable object:")+" "+s}} -A.FJ.prototype={ -j(a){return"Cyclic error in JSON stringify"}} -A.FI.prototype={ -es(a,b){var s=A.awQ(b,this.ga5U().a) -return s}, -a6o(a,b){if(b==null)b=null -if(b==null)return A.ajJ(a,this.gtI().b,null) -return A.ajJ(a,b,null)}, -tH(a){return this.a6o(a,null)}, -gtI(){return B.IT}, -ga5U(){return B.IS}} -A.FL.prototype={} -A.FK.prototype={} -A.a7f.prototype={ -MO(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&&(B.d.ay(a,p)&64512)===55296)}else p=!1 -else p=!0 -if(p){if(r>s)n.uL(a,s,r) -s=r+1 -n.d6(92) -n.d6(117) -n.d6(100) -p=q>>>8&15 -n.d6(p<10?48+p:87+p) -p=q>>>4&15 -n.d6(p<10?48+p:87+p) -p=q&15 -n.d6(p<10?48+p:87+p)}}continue}if(q<32){if(r>s)n.uL(a,s,r) -s=r+1 -n.d6(92) -switch(q){case 8:n.d6(98) -break -case 9:n.d6(116) -break -case 10:n.d6(110) -break -case 12:n.d6(102) -break -case 13:n.d6(114) -break -default:n.d6(117) -n.d6(48) -n.d6(48) -p=q>>>4&15 -n.d6(p<10?48+p:87+p) -p=q&15 -n.d6(p<10?48+p:87+p) -break}}else if(q===34||q===92){if(r>s)n.uL(a,s,r) -s=r+1 -n.d6(92) -n.d6(q)}}if(s===0)n.f0(a) -else if(s>>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.yw() -return!1}}, -WX(a,b,c){var s,r,q,p,o,n,m,l=this -if(b!==c&&(B.d.ay(a,c-1)&64512)===55296)--c -for(s=l.c,r=s.length,q=b;q=r)break -l.b=o+1 -s[o]=p}else{o=p&64512 -if(o===55296){if(l.b+4>r)break -n=q+1 -if(l.a3U(p,B.d.ap(a,n)))q=n}else if(o===56320){if(l.b+3>r)break -l.yw()}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.z0.prototype={ -eO(a){var s=this.a,r=A.auy(s,a,0,null) -if(r!=null)return r -return new A.aan(s).a5i(a,0,null,!0)}} -A.aan.prototype={ -a5i(a,b,c,d){var s,r,q,p,o,n=this,m=A.en(b,c,J.bP(a),null,null) -if(b===m)return"" -if(t.H3.b(a)){s=a -r=0}else{s=A.avD(a,b,m) -m-=b -r=b -b=0}q=n.wt(s,b,m,d) -p=n.b -if((p&1)!==0){o=A.avE(p) -n.b=0 -throw A.c(A.c4(o,a,r+n.c))}return q}, -wt(a,b,c,d){var s,r,q=this -if(c-b>1000){s=B.e.bC(b+c,2) -r=q.wt(a,b,s,!1) -if((q.b&1)!==0)return r -return r+q.wt(a,s,c,d)}return q.a5T(a,b,c,d)}, -a5T(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.c7(""),g=b+1,f=a[b] -$label0$0:for(s=l.a;!0;){for(;!0;g=p){r=B.d.ap("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHIHHHJEEBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBKCCCCCCCCCCCCDCLONNNMEEEEEEEEEEE",f)&31 -i=j<=32?f&61694>>>r:(f&63|i<<6)>>>0 -j=B.d.ap(" \x000:XECCCCCN:lDb \x000:XECCCCCNvlDb \x000:XECCCCCN:lDb AAAAA\x00\x00\x00\x00\x00AAAAA00000AAAAA:::::AAAAAGG000AAAAA00KKKAAAAAG::::AAAAA:IIIIAAAAA000\x800AAAAA\x00\x00\x00\x00 AAAAA",j+r) -if(j===0){h.a+=A.hD(i) -if(g===c)break $label0$0 -break}else if((j&1)!==0){if(s)switch(j){case 69:case 67:h.a+=A.hD(k) -break -case 65:h.a+=A.hD(k);--g -break -default:q=h.a+=A.hD(k) -h.a=q+A.hD(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.hD(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.Y8.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.mr(b) -r.a=", "}, -$S:284} -A.bJ.prototype={} -A.ao.prototype={ -F(a,b){return A.agX(this.a+B.e.bC(b.a,1000),this.b)}, -k(a,b){if(b==null)return!1 -return b instanceof A.ao&&this.a===b.a&&this.b===b.b}, -bn(a,b){return B.e.bn(this.a,b.a)}, -gw(a){var s=this.a -return(s^B.e.h6(s,30))&1073741823}, -aaw(){if(this.b)return this -return A.agX(this.a,!0)}, -j(a){var s=this,r=A.arl(A.aB(s)),q=A.Es(A.aA(s)),p=A.Es(A.by(s)),o=A.Es(A.fL(s)),n=A.Es(A.adW(s)),m=A.Es(A.adX(s)),l=A.arm(A.adV(s)) -if(s.b)return r+"-"+q+"-"+p+" "+o+":"+n+":"+m+"."+l+"Z" -else return r+"-"+q+"-"+p+" "+o+":"+n+":"+m+"."+l}, -$ibJ:1} -A.aP.prototype={ -W(a,b){return new A.aP(this.a+b.a)}, -a4(a,b){return new A.aP(this.a-b.a)}, -a2(a,b){return new A.aP(B.c.aU(this.a*b))}, -k(a,b){if(b==null)return!1 -return b instanceof A.aP&&this.a===b.a}, -gw(a){return B.e.gw(this.a)}, -bn(a,b){return B.e.bn(this.a,b.a)}, -j(a){var s,r,q,p,o,n=this.a,m=B.e.bC(n,36e8) -n%=36e8 -if(n<0)n=-n -s=B.e.bC(n,6e7) -n%=6e7 -r=s<10?"0":"" -q=B.e.bC(n,1e6) -p=q<10?"0":"" -o=B.d.cW(B.e.j(n%1e6),6,"0") -return""+m+":"+r+s+":"+p+q+"."+o}, -$ibJ:1} -A.Lv.prototype={$iH:1} -A.bs.prototype={ -gnO(){return A.aF(this.$thrownJsError)}} -A.m4.prototype={ -j(a){var s=this.a -if(s!=null)return"Assertion failed: "+A.mr(s) -return"Assertion failed"}, -gLw(a){return this.a}} -A.lE.prototype={} -A.Gv.prototype={ -j(a){return"Throw of null."}} -A.ft.prototype={ -gwL(){return"Invalid argument"+(!this.a?"(s)":"")}, -gwK(){return""}, -j(a){var s,r,q=this,p=q.c,o=p==null?"":" ("+p+")",n=q.d,m=n==null?"":": "+A.e(n),l=q.gwL()+o+m -if(!q.a)return l -s=q.gwK() -r=A.mr(q.b) -return l+s+": "+r}, -gaT(a){return this.c}} -A.q1.prototype={ -gwL(){return"RangeError"}, -gwK(){var s,r=this.e,q=this.f -if(r==null)s=q!=null?": Not less than or equal to "+A.e(q):"" -else if(q==null)s=": Not greater than or equal to "+A.e(r) -else if(q>r)s=": Not in inclusive range "+A.e(r)+".."+A.e(q) -else s=qd.length -else s=!1 -if(s)e=null -if(e==null){if(d.length>78)d=B.d.ag(d,0,75)+"..." -return f+"\n"+d}for(r=1,q=0,p=!1,o=0;o1?f+(" (at line "+r+", character "+(e-q+1)+")\n"):f+(" (at character "+(e+1)+")\n") -m=d.length -for(o=e;o78)if(e-q<75){l=q+75 -k=q -j="" -i="..."}else{if(m-e<75){k=m-75 -l=m -i=""}else{k=e-36 -l=e+36 -i="..."}j="..."}else{l=m -k=q -j="" -i=""}h=B.d.ag(d,k,l) -return f+j+h+i+"\n"+B.d.a2(" ",e-k+j.length)+"^\n"}else return e!=null?f+(" (at offset "+A.e(e)+")"):f}, -$icP:1} -A.EY.prototype={ -h(a,b){var s=typeof b=="number"||typeof b=="string" -if(s)A.L(A.kC(b,u.e,null)) -return this.a.get(b)}, -j(a){return"Expando:null"}, -gaT(){return null}} -A.p.prototype={ -ta(a,b){return A.mh(this,A.o(this).i("p.E"),b)}, -a7_(a,b){var s=this,r=A.o(s) -if(r.i("J").b(s))return A.arV(s,b,r.i("p.E")) -return new A.my(s,b,r.i("my"))}, -i9(a,b,c){return A.mS(this,b,A.o(this).i("p.E"),c)}, -uJ(a,b){return new A.aI(this,b,A.o(this).i("aI"))}, -A(a,b){var s -for(s=this.ga1(this);s.u();)if(J.f(s.gD(s),b))return!0 -return!1}, -ai(a,b){var s -for(s=this.ga1(this);s.u();)b.$1(s.gD(s))}, -bB(a,b){var s,r=this.ga1(this) -if(!r.u())return"" -if(b===""){s="" -do s+=A.e(J.dQ(r.gD(r))) -while(r.u())}else{s=""+A.e(J.dQ(r.gD(r))) -for(;r.u();)s=s+b+A.e(J.dQ(r.gD(r)))}return s.charCodeAt(0)==0?s:s}, -Au(a){return this.bB(a,"")}, -ha(a,b){var s -for(s=this.ga1(this);s.u();)if(b.$1(s.gD(s)))return!0 -return!1}, -dw(a,b){return A.aq(this,b,A.o(this).i("p.E"))}, -ht(a){return this.dw(a,!0)}, -io(a){return A.jE(this,A.o(this).i("p.E"))}, -gq(a){var s,r=this.ga1(this) -for(s=0;r.u();)++s -return s}, -gR(a){return!this.ga1(this).u()}, -gb5(a){return!this.gR(this)}, -hs(a,b){return A.a2Z(this,b,A.o(this).i("p.E"))}, -fq(a,b){return A.a2h(this,b,A.o(this).i("p.E"))}, -gI(a){var s=this.ga1(this) -if(!s.u())throw A.c(A.bM()) -return s.gD(s)}, -gJ(a){var s,r=this.ga1(this) -if(!r.u())throw A.c(A.bM()) -do s=r.gD(r) -while(r.u()) -return s}, -gbH(a){var s,r=this.ga1(this) -if(!r.u())throw A.c(A.bM()) -s=r.gD(r) -if(r.u())throw A.c(A.ahG()) -return s}, -mN(a,b,c){var s,r -for(s=this.ga1(this);s.u();){r=s.gD(s) -if(b.$1(r))return r}return c.$0()}, -b9(a,b){var s,r,q -A.cG(b,"index") -for(s=this.ga1(this),r=0;s.u();){q=s.gD(s) -if(b===r)return q;++r}throw A.c(A.bH(b,this,"index",null,r))}, -j(a){return A.adr(this,"(",")")}} -A.zW.prototype={ -b9(a,b){A.aiA(b,this,null,null) -return this.b.$1(b)}, -gq(a){return this.a}} -A.Dk.prototype={} -A.FF.prototype={} -A.bN.prototype={ -j(a){return"MapEntry("+A.e(this.a)+": "+A.e(this.b)+")"}, -geU(a){return this.a}, -gm(a){return this.b}} -A.aH.prototype={ -gw(a){return A.M.prototype.gw.call(this,this)}, -j(a){return"null"}} -A.M.prototype={$iM:1, -k(a,b){return this===b}, -gw(a){return A.fM(this)}, -j(a){return"Instance of '"+A.Zi(this)+"'"}, -LA(a,b){throw A.c(A.aia(this,b.gLv(),b.gLR(),b.gLz()))}, -gdi(a){return A.w(this)}, -toString(){return this.j(this)}} -A.OK.prototype={ -j(a){return""}, -$ieq:1} -A.J6.prototype={ -ga6l(){var s,r=this.b -if(r==null)r=$.Hk.$0() -s=r-this.a -if($.acB()===1e6)return s -return s*1000}, -qC(a){var s=this,r=s.b -if(r!=null){s.a=s.a+($.Hk.$0()-r) -s.b=null}}, -eB(a){var s=this.b -this.a=s==null?$.Hk.$0():s}} -A.a_V.prototype={ -gD(a){return this.d}, -u(){var s,r,q,p=this,o=p.b=p.c,n=p.a,m=n.length -if(o===m){p.d=-1 -return!1}s=B.d.ap(n,o) -r=o+1 -if((s&64512)===55296&&r4)this.a.$2("an IPv6 part can only contain a maximum of 4 hex digits",a) -s=A.e9(B.d.ag(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:271} -A.BY.prototype={ -gHO(){var s,r,q,p,o=this,n=o.x -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.e(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 -A.bp(o.x,"_text") -n=o.x=s.charCodeAt(0)==0?s:s}return n}, -gB2(){var s,r,q=this,p=q.y -if(p===$){s=q.e -if(s.length!==0&&B.d.ap(s,0)===47)s=B.d.dS(s,1) -r=s.length===0?B.c2:A.ahT(new A.aG(A.a(s.split("/"),t.s),A.axv(),t.cj),t.N) -A.bp(q.y,"pathSegments") -p=q.y=r}return p}, -gw(a){var s,r=this,q=r.z -if(q===$){s=B.d.gw(r.gHO()) -A.bp(r.z,"hashCode") -r.z=s -q=s}return q}, -gM0(){var s,r=this,q=r.Q -if(q===$){s=r.f -s=A.ajq(s==null?"":s) -A.bp(r.Q,"queryParameters") -q=r.Q=new A.iR(s,t.G5)}return q}, -gMK(){return this.b}, -gAj(a){var s=this.c -if(s==null)return"" -if(B.d.cr(s,"["))return B.d.ag(s,1,s.length-1) -return s}, -gB5(a){var s=this.d -return s==null?A.ak0(this.a):s}, -gBb(a){var s=this.f -return s==null?"":s}, -gKv(){var s=this.r -return s==null?"":s}, -gKM(){return this.a.length!==0}, -gKI(){return this.c!=null}, -gKL(){return this.f!=null}, -gKJ(){return this.r!=null}, -j(a){return this.gHO()}, -k(a,b){var s,r,q=this -if(b==null)return!1 -if(q===b)return!0 -if(t.Xu.b(b))if(q.a===b.gnE())if(q.c!=null===b.gKI())if(q.b===b.gMK())if(q.gAj(q)===b.gAj(b))if(q.gB5(q)===b.gB5(b))if(q.e===b.gul(b)){s=q.f -r=s==null -if(!r===b.gKL()){if(r)s="" -if(s===b.gBb(b)){s=q.r -r=s==null -if(!r===b.gKJ()){if(r)s="" -s=s===b.gKv()}else s=!1}else s=!1}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}, -$iJM:1, -gnE(){return this.a}, -gul(a){return this.e}} -A.aal.prototype={ -$2(a,b){var s=this.b,r=this.a -s.a+=r.a -r.a="&" -r=s.a+=A.PB(B.h5,a,B.ag,!0) -if(b!=null&&b.length!==0){s.a=r+"=" -s.a+=A.PB(B.h5,b,B.ag,!0)}}, -$S:266} -A.aak.prototype={ -$2(a,b){var s,r -if(b==null||typeof b=="string")this.a.$2(a,b) -else for(s=J.au(b),r=this.a;s.u();)r.$2(a,s.gD(s))}, -$S:17} -A.a3X.prototype={ -gMJ(){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.pt(m,"?",s) -q=m.length -if(r>=0){p=A.BZ(m,r+1,q,B.fw,!1) -q=r}else p=n -m=o.c=new A.L1("data","",n,n,A.BZ(m,s,q,B.vg,!1),p,n)}return m}, -j(a){var s=this.a -return this.b[0]===-1?"data:"+s:s}} -A.aaY.prototype={ -$2(a,b){var s=this.a[a] -B.a3.a6L(s,0,96,b) -return s}, -$S:265} -A.aaZ.prototype={ -$3(a,b,c){var s,r -for(s=b.length,r=0;r>>0]=c}, -$S:105} -A.Ol.prototype={ -gKM(){return this.b>0}, -gKI(){return this.c>0}, -ga7M(){return this.c>0&&this.d+1r?B.d.ag(this.a,r,s-1):""}, -gAj(a){var s=this.c -return s>0?B.d.ag(this.a,s,this.d):""}, -gB5(a){var s,r=this -if(r.ga7M())return A.e9(B.d.ag(r.a,r.d+1,r.e),null) -s=r.b -if(s===4&&B.d.cr(r.a,"http"))return 80 -if(s===5&&B.d.cr(r.a,"https"))return 443 -return 0}, -gul(a){return B.d.ag(this.a,this.e,this.f)}, -gBb(a){var s=this.f,r=this.r -return s=s.r)return B.Vs -return new A.iR(A.ajq(s.gBb(s)),t.G5)}, -gw(a){var s=this.y -return s==null?this.y=B.d.gw(this.a):s}, -k(a,b){if(b==null)return!1 -if(this===b)return!0 -return t.Xu.b(b)&&this.a===b.j(0)}, -j(a){return this.a}, -$iJM:1} -A.L1.prototype={} -A.np.prototype={} -A.a3J.prototype={ -vn(a,b,c){A.h7(b,"name") -this.d.push(null) -return}, -vm(a,b){return this.vn(a,b,null)}, -tM(a){var s=this.d -if(s.length===0)throw A.c(A.a6("Uneven calls to start and finish")) -if(s.pop()==null)return -A.aez(null)}} -A.a5.prototype={$ia5:1} -A.Rg.prototype={ -gq(a){return a.length}} -A.D0.prototype={ -j(a){return String(a)}} -A.D6.prototype={ -j(a){return String(a)}} -A.ow.prototype={$iow:1} -A.m6.prototype={$im6:1} -A.fu.prototype={$ifu:1} -A.m8.prototype={$im8:1} -A.RV.prototype={ -gaT(a){return a.name}} -A.Du.prototype={ -gaT(a){return a.name}} -A.me.prototype={ -qk(a,b,c){if(c!=null)return a.getContext(b,A.QG(c)) -return a.getContext(b)}, -BQ(a,b){return this.qk(a,b,null)}, -$ime:1} -A.Dz.prototype={ -a6M(a,b,c,d){a.fillText(b,c,d)}} -A.i2.prototype={ -gq(a){return a.length}} -A.uy.prototype={} -A.SF.prototype={ -gaT(a){return a.name}} -A.oU.prototype={ -gaT(a){return a.name}} -A.SG.prototype={ -gq(a){return a.length}} -A.bK.prototype={$ibK:1} -A.oV.prototype={ -a9(a,b){var s=$.alX(),r=s[b] -if(typeof r=="string")return r -r=this.a3_(a,b) -s[b]=r -return r}, -a3_(a,b){var s -if(b.replace(/^-ms-/,"ms-").replace(/-([\da-z])/ig,function(c,d){return d.toUpperCase()}) in a)return b -s=$.am_()+b -if(s in a)return s -return b}, -ar(a,b,c,d){if(d==null)d="" -a.setProperty(b,c,d)}, -gq(a){return a.length}, -sby(a,b){a.height=b}, -siY(a,b){a.left=b}, -sAZ(a,b){a.overflow=b}, -sbS(a,b){a.position=b}, -skq(a,b){a.top=b}, -saaR(a,b){a.visibility=b}, -sbM(a,b){a.width=b}} -A.SH.prototype={} -A.oW.prototype={$ioW:1} -A.hd.prototype={} -A.jj.prototype={} -A.SI.prototype={ -gq(a){return a.length}} -A.SJ.prototype={ -gq(a){return a.length}} -A.ST.prototype={ -gq(a){return a.length}, -h(a,b){return a[b]}} -A.uN.prototype={} -A.i7.prototype={ -p1(a,b,c){var s=a.createElementNS(b,c) -return s}, -$ii7:1} -A.Tw.prototype={ -gaT(a){return a.name}} -A.p3.prototype={ -gaT(a){var s=a.name,r=$.am2() -if(r&&s==="SECURITY_ERR")return"SecurityError" -if(r&&s==="SYNTAX_ERR")return"SyntaxError" -return s}, -j(a){return String(a)}, -$ip3:1} -A.uS.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.uT.prototype={ -j(a){var s,r=a.left -r.toString -r="Rectangle ("+A.e(r)+", " -s=a.top -s.toString -return r+A.e(s)+") "+A.e(this.gbM(a))+" x "+A.e(this.gby(a))}, -k(a,b){var s,r -if(b==null)return!1 -if(t.Bb.b(b)){s=a.left -s.toString -r=J.l(b) -if(s===r.giY(b)){s=a.top -s.toString -s=s===r.gkq(b)&&this.gbM(a)===r.gbM(b)&&this.gby(a)===r.gby(b)}else s=!1}else s=!1 -return s}, -gw(a){var s,r=a.left -r.toString -s=a.top -s.toString -return A.adM(r,s,this.gbM(a),this.gby(a),B.aV,B.aV)}, -gFU(a){return a.height}, -gby(a){var s=this.gFU(a) -s.toString -return s}, -giY(a){var s=a.left -s.toString -return s}, -gkq(a){var s=a.top -s.toString -return s}, -gIG(a){return a.width}, -gbM(a){var s=this.gIG(a) -s.toString -return s}, -$ifN:1} -A.EH.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.Tx.prototype={ -gq(a){return a.length}} -A.Kz.prototype={ -A(a,b){return J.R3(this.b,b)}, -gR(a){return this.a.firstElementChild==null}, -gq(a){return this.b.length}, -h(a,b){return t.V.a(this.b[b])}, -p(a,b,c){this.a.replaceChild(c,this.b[b])}, -sq(a,b){throw A.c(A.O("Cannot resize element lists"))}, -F(a,b){this.a.appendChild(b) -return b}, -ga1(a){var s=this.ht(this) -return new J.dq(s,s.length,A.a7(s).i("dq<1>"))}, -b6(a,b,c,d,e){throw A.c(A.c1(null))}, -d7(a,b,c,d){return this.b6(a,b,c,d,0)}, -B(a,b){return A.auN(this.a,b)}, -mR(a,b,c){var s,r=this,q=r.b,p=q.length -if(b>p)throw A.c(A.bu(b,0,r.gq(r),null,null)) -s=r.a -if(b===p)s.appendChild(c) -else s.insertBefore(c,t.V.a(q[b]))}, -fl(a){var s=this.gJ(this) -this.a.removeChild(s) -return s}, -gI(a){return A.auM(this.a)}, -gJ(a){var s=this.a.lastElementChild -if(s==null)throw A.c(A.a6("No elements")) -return s}} -A.rI.prototype={ -gq(a){return this.a.length}, -h(a,b){return this.$ti.c.a(this.a[b])}, -p(a,b,c){throw A.c(A.O("Cannot modify list"))}, -sq(a,b){throw A.c(A.O("Cannot modify list"))}, -gI(a){return this.$ti.c.a(B.B6.gI(this.a))}, -gJ(a){return this.$ti.c.a(B.B6.gJ(this.a))}} -A.as.prototype={ -ga4s(a){return new A.Lt(a)}, -gdX(a){return new A.Kz(a,a.children)}, -BP(a){return window.getComputedStyle(a,"")}, -j(a){return a.localName}, -hS(a,b,c,d){var s,r,q,p -if(c==null){s=$.aha -if(s==null){s=A.a([],t.qF) -r=new A.wI(s) -s.push(A.ajF(null)) -s.push(A.ajU()) -$.aha=r -d=r}else d=s -s=$.ah9 -if(s==null){s=new A.PC(d) -$.ah9=s -c=s}else{s.a=d -c=s}}if($.kK==null){s=document -r=s.implementation.createHTMLDocument("") -$.kK=r -$.adg=r.createRange() -r=$.kK.createElement("base") -t.N2.a(r) -s=s.baseURI -s.toString -r.href=s -$.kK.head.appendChild(r)}s=$.kK -if(s.body==null){r=s.createElement("body") -s.body=t.C4.a(r)}s=$.kK -if(t.C4.b(a)){s=s.body -s.toString -q=s}else{s.toString -q=s.createElement(a.tagName) -$.kK.body.appendChild(q)}if("createContextualFragment" in window.Range.prototype&&!B.b.A(B.Pb,a.tagName)){$.adg.selectNodeContents(q) -s=$.adg -p=s.createContextualFragment(b)}else{q.innerHTML=b -p=$.kK.createDocumentFragment() -for(;s=q.firstChild,s!=null;)p.appendChild(s)}if(q!==$.kK.body)J.cg(q) -c.C8(p) -document.adoptNode(p) -return p}, -a5H(a,b,c){return this.hS(a,b,c,null)}, -NT(a,b){a.textContent=null -a.appendChild(this.hS(a,b,null,null))}, -Ko(a){return a.focus()}, -gMt(a){return a.tagName}, -$ias:1} -A.U_.prototype={ -$1(a){return t.V.b(a)}, -$S:106} -A.EJ.prototype={ -gaT(a){return a.name}} -A.hk.prototype={ -gaT(a){return a.name}, -a_s(a,b,c){return a.remove(A.fp(b,0),A.fp(c,1))}, -bD(a){var s=new A.ad($.a3,t.LR),r=new A.bd(s,t.zh) -this.a_s(a,new A.Uv(r),new A.Uw(r)) -return s}} -A.Uv.prototype={ -$0(){this.a.dl(0)}, -$S:0} -A.Uw.prototype={ -$1(a){this.a.l4(a)}, -$S:263} -A.a_.prototype={ -gil(a){return A.aaV(a.target)}, -$ia_:1} -A.U.prototype={ -jI(a,b,c,d){if(c!=null)this.UH(a,b,c,d)}, -jH(a,b,c){return this.jI(a,b,c,null)}, -no(a,b,c,d){if(c!=null)this.a1K(a,b,c,d)}, -ut(a,b,c){return this.no(a,b,c,null)}, -UH(a,b,c,d){return a.addEventListener(b,A.fp(c,1),d)}, -a1K(a,b,c,d){return a.removeEventListener(b,A.fp(c,1),d)}} -A.UB.prototype={ -gaT(a){return a.name}} -A.F1.prototype={ -gaT(a){return a.name}} -A.eh.prototype={ -gaT(a){return a.name}, -$ieh:1} -A.pb.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1, -$ipb:1} -A.pc.prototype={ -gaT(a){return a.name}} -A.UD.prototype={ -gq(a){return a.length}} -A.mz.prototype={$imz:1} -A.js.prototype={ -gq(a){return a.length}, -gaT(a){return a.name}, -$ijs:1} -A.f4.prototype={$if4:1} -A.VR.prototype={ -gq(a){return a.length}} -A.mG.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.vt.prototype={} -A.kS.prototype={ -a9l(a,b,c,d){return a.open(b,c,!0)}, -$ikS:1} -A.VY.prototype={ -$1(a){var s,r,q,p=this.a,o=p.status -o.toString -s=o>=200&&o<300 -r=o>307&&o<400 -o=s||o===0||o===304||r -q=this.b -if(o)q.er(0,p) -else q.l4(a)}, -$S:261} -A.vu.prototype={} -A.Fv.prototype={ -gaT(a){return a.name}} -A.vw.prototype={$ivw:1} -A.mK.prototype={ -gaT(a){return a.name}, -$imK:1} -A.jB.prototype={$ijB:1} -A.vX.prototype={} -A.Xe.prototype={ -j(a){return String(a)}} -A.G8.prototype={ -gaT(a){return a.name}} -A.Xz.prototype={ -bD(a){return A.ky(a.remove(),t.z)}} -A.XA.prototype={ -gq(a){return a.length}} -A.Ge.prototype={ -al(a,b){return a.addListener(A.fp(b,1))}, -T(a,b){return a.removeListener(A.fp(b,1))}} -A.pI.prototype={$ipI:1} -A.wq.prototype={ -jI(a,b,c,d){if(b==="message")a.start() -this.Pm(a,b,c,!1)}, -$iwq:1} -A.l4.prototype={ -gaT(a){return a.name}, -$il4:1} -A.Gf.prototype={ -aq(a,b){return A.h4(a.get(b))!=null}, -h(a,b){return A.h4(a.get(b))}, -ai(a,b){var s,r=a.entries() -for(;!0;){s=r.next() -if(s.done)return -b.$2(s.value[0],A.h4(s.value[1]))}}, -gas(a){var s=A.a([],t.s) -this.ai(a,new A.XC(s)) -return s}, -gbm(a){var s=A.a([],t.n4) -this.ai(a,new A.XD(s)) -return s}, -gq(a){return a.size}, -gR(a){return a.size===0}, -gb5(a){return a.size!==0}, -p(a,b,c){throw A.c(A.O("Not supported"))}, -bK(a,b,c){throw A.c(A.O("Not supported"))}, -B(a,b){throw A.c(A.O("Not supported"))}, -$iay:1} -A.XC.prototype={ -$2(a,b){return this.a.push(a)}, -$S:17} -A.XD.prototype={ -$2(a,b){return this.a.push(b)}, -$S:17} -A.Gg.prototype={ -aq(a,b){return A.h4(a.get(b))!=null}, -h(a,b){return A.h4(a.get(b))}, -ai(a,b){var s,r=a.entries() -for(;!0;){s=r.next() -if(s.done)return -b.$2(s.value[0],A.h4(s.value[1]))}}, -gas(a){var s=A.a([],t.s) -this.ai(a,new A.XE(s)) -return s}, -gbm(a){var s=A.a([],t.n4) -this.ai(a,new A.XF(s)) -return s}, -gq(a){return a.size}, -gR(a){return a.size===0}, -gb5(a){return a.size!==0}, -p(a,b,c){throw A.c(A.O("Not supported"))}, -bK(a,b,c){throw A.c(A.O("Not supported"))}, -B(a,b){throw A.c(A.O("Not supported"))}, -$iay:1} -A.XE.prototype={ -$2(a,b){return this.a.push(a)}, -$S:17} -A.XF.prototype={ -$2(a,b){return this.a.push(b)}, -$S:17} -A.ws.prototype={ -gaT(a){return a.name}} -A.f7.prototype={$if7:1} -A.Gh.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.em.prototype={ -gek(a){var s,r,q,p,o,n,m -if(!!a.offsetX)return new A.fb(a.offsetX,a.offsetY,t.i6) -else{s=a.target -r=t.V -if(!r.b(A.aaV(s)))throw A.c(A.O("offsetX is only supported on elements")) -q=r.a(A.aaV(s)) -s=a.clientX -r=a.clientY -p=t.i6 -o=q.getBoundingClientRect() -n=o.left -n.toString -o=o.top -o.toString -m=new A.fb(s,r,p).a4(0,new A.fb(n,o,p)) -return new A.fb(B.c.cX(m.a),B.c.cX(m.b),p)}}, -$iem:1} -A.Y5.prototype={ -gaT(a){return a.name}} -A.dk.prototype={ -gI(a){var s=this.a.firstChild -if(s==null)throw A.c(A.a6("No elements")) -return s}, -gJ(a){var s=this.a.lastChild -if(s==null)throw A.c(A.a6("No elements")) -return s}, -gbH(a){var s=this.a,r=s.childNodes.length -if(r===0)throw A.c(A.a6("No elements")) -if(r>1)throw A.c(A.a6("More than one element")) -s=s.firstChild -s.toString -return s}, -F(a,b){this.a.appendChild(b)}, -N(a,b){var s,r,q,p,o -if(b instanceof A.dk){s=b.a -r=this.a -if(s!==r)for(q=s.childNodes.length,p=0;p"))}, -b6(a,b,c,d,e){throw A.c(A.O("Cannot setRange on Node list"))}, -d7(a,b,c,d){return this.b6(a,b,c,d,0)}, -gq(a){return this.a.childNodes.length}, -sq(a,b){throw A.c(A.O("Cannot set length on immutable List."))}, -h(a,b){return this.a.childNodes[b]}} -A.a0.prototype={ -bD(a){var s=a.parentNode -if(s!=null)s.removeChild(a)}, -aa4(a,b){var s,r,q -try{r=a.parentNode -r.toString -s=r -J.anR(s,b,a)}catch(q){}return a}, -j(a){var s=a.nodeValue -return s==null?this.Pv(a):s}, -a1N(a,b,c){return a.replaceChild(b,c)}, -$ia0:1} -A.pK.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.Gy.prototype={ -gaT(a){return a.name}} -A.Gz.prototype={ -qk(a,b,c){var s=a.getContext(b,A.QG(c)) -return s}} -A.GE.prototype={ -gaT(a){return a.name}} -A.Yr.prototype={ -gaT(a){return a.name}} -A.wX.prototype={} -A.H0.prototype={ -gaT(a){return a.name}} -A.YG.prototype={ -gaT(a){return a.name}} -A.iw.prototype={ -gaT(a){return a.name}} -A.YL.prototype={ -gaT(a){return a.name}} -A.fa.prototype={ -gq(a){return a.length}, -gaT(a){return a.name}, -$ifa:1} -A.Hf.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.jM.prototype={$ijM:1} -A.iD.prototype={$iiD:1} -A.I8.prototype={ -aq(a,b){return A.h4(a.get(b))!=null}, -h(a,b){return A.h4(a.get(b))}, -ai(a,b){var s,r=a.entries() -for(;!0;){s=r.next() -if(s.done)return -b.$2(s.value[0],A.h4(s.value[1]))}}, -gas(a){var s=A.a([],t.s) -this.ai(a,new A.a_T(s)) -return s}, -gbm(a){var s=A.a([],t.n4) -this.ai(a,new A.a_U(s)) -return s}, -gq(a){return a.size}, -gR(a){return a.size===0}, -gb5(a){return a.size!==0}, -p(a,b,c){throw A.c(A.O("Not supported"))}, -bK(a,b,c){throw A.c(A.O("Not supported"))}, -B(a,b){throw A.c(A.O("Not supported"))}, -$iay:1} -A.a_T.prototype={ -$2(a,b){return this.a.push(a)}, -$S:17} -A.a_U.prototype={ -$2(a,b){return this.a.push(b)}, -$S:17} -A.a0c.prototype={ -aaF(a){return a.unlock()}} -A.y_.prototype={} -A.Io.prototype={ -gq(a){return a.length}, -gaT(a){return a.name}} -A.Iw.prototype={ -gaT(a){return a.name}} -A.IU.prototype={ -gaT(a){return a.name}} -A.ff.prototype={$iff:1} -A.J_.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.fh.prototype={$ifh:1} -A.J1.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.fi.prototype={ -gq(a){return a.length}, -$ifi:1} -A.J2.prototype={ -gaT(a){return a.name}} -A.a2u.prototype={ -gaT(a){return a.name}} -A.J7.prototype={ -aq(a,b){return a.getItem(A.bo(b))!=null}, -h(a,b){return a.getItem(A.bo(b))}, -p(a,b,c){a.setItem(b,c)}, -bK(a,b,c){if(a.getItem(b)==null)a.setItem(b,c.$0()) -return A.bo(a.getItem(b))}, -B(a,b){var s -A.bo(b) -s=a.getItem(b) -a.removeItem(b) -return s}, -ai(a,b){var s,r,q -for(s=0;!0;++s){r=a.key(s) -if(r==null)return -q=a.getItem(r) -q.toString -b.$2(r,q)}}, -gas(a){var s=A.a([],t.s) -this.ai(a,new A.a2H(s)) -return s}, -gbm(a){var s=A.a([],t.s) -this.ai(a,new A.a2I(s)) -return s}, -gq(a){return a.length}, -gR(a){return a.key(0)==null}, -gb5(a){return a.key(0)!=null}, -$iay:1} -A.a2H.prototype={ -$2(a,b){return this.a.push(a)}, -$S:109} -A.a2I.prototype={ -$2(a,b){return this.a.push(b)}, -$S:109} -A.yw.prototype={} -A.er.prototype={$ier:1} -A.yC.prototype={ -hS(a,b,c,d){var s,r -if("createContextualFragment" in window.Range.prototype)return this.vC(a,b,c,d) -s=A.arC(""+b+"
",c,d) -r=document.createDocumentFragment() -new A.dk(r).N(0,new A.dk(s)) -return r}} -A.Je.prototype={ -hS(a,b,c,d){var s,r -if("createContextualFragment" in window.Range.prototype)return this.vC(a,b,c,d) -s=document -r=s.createDocumentFragment() -s=new A.dk(B.CK.hS(s.createElement("table"),b,c,d)) -s=new A.dk(s.gbH(s)) -new A.dk(r).N(0,new A.dk(s.gbH(s))) -return r}} -A.Jf.prototype={ -hS(a,b,c,d){var s,r -if("createContextualFragment" in window.Range.prototype)return this.vC(a,b,c,d) -s=document -r=s.createDocumentFragment() -s=new A.dk(B.CK.hS(s.createElement("table"),b,c,d)) -new A.dk(r).N(0,new A.dk(s.gbH(s))) -return r}} -A.qU.prototype={$iqU:1} -A.qW.prototype={ -gaT(a){return a.name}, -Nz(a){return a.select()}, -$iqW:1} -A.fk.prototype={$ifk:1} -A.ev.prototype={$iev:1} -A.Ju.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.Jv.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.a3I.prototype={ -gq(a){return a.length}} -A.fl.prototype={$ifl:1} -A.lD.prototype={$ilD:1} -A.yW.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.a3O.prototype={ -gq(a){return a.length}} -A.k7.prototype={} -A.a41.prototype={ -j(a){return String(a)}} -A.a49.prototype={ -gq(a){return a.length}} -A.nM.prototype={ -ga6_(a){var s=a.deltaY -if(s!=null)return s -throw A.c(A.O("deltaY is not supported"))}, -ga5Z(a){var s=a.deltaX -if(s!=null)return s -throw A.c(A.O("deltaX is not supported"))}, -ga5Y(a){if(!!a.deltaMode)return a.deltaMode -return 0}, -$inM:1} -A.nN.prototype={ -Mg(a,b){var s -this.WQ(a) -s=A.aeU(b,t.Jy) -s.toString -return this.a1T(a,s)}, -a1T(a,b){return a.requestAnimationFrame(A.fp(b,1))}, -WQ(a){if(!!(a.requestAnimationFrame&&a.cancelAnimationFrame))return;(function(b){var s=["ms","moz","webkit","o"] -for(var r=0;r>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.zC.prototype={ -j(a){var s,r=a.left -r.toString -r="Rectangle ("+A.e(r)+", " -s=a.top -s.toString -s=r+A.e(s)+") " -r=a.width -r.toString -r=s+A.e(r)+" x " -s=a.height -s.toString -return r+A.e(s)}, -k(a,b){var s,r -if(b==null)return!1 -if(t.Bb.b(b)){s=a.left -s.toString -r=J.l(b) -if(s===r.giY(b)){s=a.top -s.toString -if(s===r.gkq(b)){s=a.width -s.toString -if(s===r.gbM(b)){s=a.height -s.toString -r=s===r.gby(b) -s=r}else s=!1}else s=!1}else s=!1}else s=!1 -return s}, -gw(a){var s,r,q,p=a.left -p.toString -s=a.top -s.toString -r=a.width -r.toString -q=a.height -q.toString -return A.adM(p,s,r,q,B.aV,B.aV)}, -gFU(a){return a.height}, -gby(a){var s=a.height -s.toString -return s}, -gIG(a){return a.width}, -gbM(a){var s=a.width -s.toString -return s}} -A.LS.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.AA.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.Oz.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.ON.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a[b]}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return a[b]}, -$iaW:1, -$iJ:1, -$ib5:1, -$ip:1, -$iz:1} -A.Kh.prototype={ -mr(a,b,c){var s=t.N -return A.adG(this,s,s,b,c)}, -bK(a,b,c){var s=this.a,r=s.hasAttribute(b) -if(!r)s.setAttribute(b,c.$0()) -return A.bo(s.getAttribute(b))}, -ai(a,b){var s,r,q,p,o -for(s=this.gas(this),r=s.length,q=this.a,p=0;p"))}, -F(a,b){throw A.c(A.O("Cannot add to immutable List."))}, -fl(a){throw A.c(A.O("Cannot remove from immutable List."))}, -B(a,b){throw A.c(A.O("Cannot remove from immutable List."))}, -b6(a,b,c,d,e){throw A.c(A.O("Cannot setRange on immutable List."))}, -d7(a,b,c,d){return this.b6(a,b,c,d,0)}} -A.wI.prototype={ -mi(a){return B.b.ha(this.a,new A.Yb(a))}, -jK(a,b,c){return B.b.ha(this.a,new A.Ya(a,b,c))}, -$iiq:1} -A.Yb.prototype={ -$1(a){return a.mi(this.a)}, -$S:110} -A.Ya.prototype={ -$1(a){return a.jK(this.a,this.b,this.c)}, -$S:110} -A.Bn.prototype={ -Uq(a,b,c,d){var s,r,q -this.a.N(0,c) -s=b.uJ(0,new A.a9s()) -r=b.uJ(0,new A.a9t()) -this.b.N(0,s) -q=this.c -q.N(0,B.c2) -q.N(0,r)}, -mi(a){return this.a.A(0,A.v0(a))}, -jK(a,b,c){var s=this,r=A.v0(a),q=s.c -if(q.A(0,r+"::"+b))return s.d.a4b(c) -else if(q.A(0,"*::"+b))return s.d.a4b(c) -else{q=s.b -if(q.A(0,r+"::"+b))return!0 -else if(q.A(0,"*::"+b))return!0 -else if(q.A(0,r+"::*"))return!0 -else if(q.A(0,"*::*"))return!0}return!1}, -$iiq:1} -A.a9s.prototype={ -$1(a){return!B.b.A(B.jj,a)}, -$S:41} -A.a9t.prototype={ -$1(a){return B.b.A(B.jj,a)}, -$S:41} -A.OV.prototype={ -jK(a,b,c){if(this.RS(a,b,c))return!0 -if(b==="template"&&c==="")return!0 -if(a.getAttribute("template")==="")return this.e.A(0,b) -return!1}} -A.a9F.prototype={ -$1(a){return"TEMPLATE::"+a}, -$S:65} -A.OO.prototype={ -mi(a){var s -if(t.MF.b(a))return!1 -s=t.ry.b(a) -if(s&&A.v0(a)==="foreignObject")return!1 -if(s)return!0 -return!1}, -jK(a,b,c){if(b==="is"||B.d.cr(b,"on"))return!1 -return this.mi(a)}, -$iiq:1} -A.pd.prototype={ -u(){var s=this,r=s.c+1,q=s.b -if(r" -if(typeof console!="undefined")window.console.warn(s) -return}if(!m.a.mi(a)){m.or(a,b) -window -s="Removing disallowed element <"+e+"> from "+A.e(b) -if(typeof console!="undefined")window.console.warn(s) -return}if(g!=null)if(!m.a.jK(a,"is",g)){m.or(a,b) -window -s="Removing disallowed type extension <"+e+' is="'+g+'">' -if(typeof console!="undefined")window.console.warn(s) -return}s=f.gas(f) -r=A.a(s.slice(0),A.a7(s)) -for(q=f.gas(f).length-1,s=f.a;q>=0;--q){p=r[q] -o=m.a -n=J.aqu(p) -A.bo(p) -if(!o.jK(a,n,s.getAttribute(p))){window -o="Removing disallowed attribute <"+e+" "+p+'="'+A.e(s.getAttribute(p))+'">' -if(typeof console!="undefined")window.console.warn(o) -s.removeAttribute(p)}}if(t.aW.b(a)){s=a.content -s.toString -m.C8(s)}}} -A.aaq.prototype={ -$2(a,b){var s,r,q,p,o,n=this.a -switch(a.nodeType){case 1:n.a2e(a,b) -break -case 8:case 11:case 3:case 4:break -default:n.or(a,b)}s=a.lastChild -for(;s!=null;){r=null -try{r=s.previousSibling -if(r!=null){q=r.nextSibling -p=s -p=q==null?p!=null:q!==p -q=p}else q=!1 -if(q){q=A.a6("Corrupt HTML") -throw A.c(q)}}catch(o){q=s;++n.b -p=q.parentNode -if(a!==p){if(p!=null)p.removeChild(q)}else a.removeChild(q) -s=null -r=a.lastChild}if(s!=null)this.$2(s,a) -s=r}}, -$S:257} -A.KS.prototype={} -A.Ll.prototype={} -A.Lm.prototype={} -A.Ln.prototype={} -A.Lo.prototype={} -A.LB.prototype={} -A.LC.prototype={} -A.LX.prototype={} -A.LY.prototype={} -A.Mu.prototype={} -A.Mv.prototype={} -A.Mw.prototype={} -A.Mx.prototype={} -A.MI.prototype={} -A.MJ.prototype={} -A.N_.prototype={} -A.N0.prototype={} -A.O3.prototype={} -A.Bo.prototype={} -A.Bp.prototype={} -A.Ox.prototype={} -A.Oy.prototype={} -A.OE.prototype={} -A.P6.prototype={} -A.P7.prototype={} -A.BL.prototype={} -A.BM.prototype={} -A.Pf.prototype={} -A.Pg.prototype={} -A.PN.prototype={} -A.PO.prototype={} -A.PR.prototype={} -A.PS.prototype={} -A.PY.prototype={} -A.PZ.prototype={} -A.Qb.prototype={} -A.Qc.prototype={} -A.Qd.prototype={} -A.Qe.prototype={} -A.a9z.prototype={ -mM(a){var s,r=this.a,q=r.length -for(s=0;s")),new A.UF(),r.i("ek"))}, -ai(a,b){B.b.ai(A.ht(this.ghD(),!1,t.V),b)}, -p(a,b,c){var s=this.ghD() -J.aqb(s.b.$1(J.on(s.a,b)),c)}, -sq(a,b){var s=J.bP(this.ghD().a) -if(b>=s)return -else if(b<0)throw A.c(A.cs("Invalid list length",null)) -this.a9W(0,b,s)}, -F(a,b){this.b.a.appendChild(b)}, -A(a,b){if(!t.V.b(b))return!1 -return b.parentNode===this.a}, -b6(a,b,c,d,e){throw A.c(A.O("Cannot setRange on filtered list"))}, -d7(a,b,c,d){return this.b6(a,b,c,d,0)}, -a9W(a,b,c){var s=this.ghD() -s=A.a2h(s,b,s.$ti.i("p.E")) -B.b.ai(A.ht(A.a2Z(s,c-b,A.o(s).i("p.E")),!0,t.z),new A.UG())}, -fl(a){var s=this.ghD(),r=s.b.$1(J.CT(s.a)) -J.cg(r) -return r}, -mR(a,b,c){var s,r -if(b===J.bP(this.ghD().a))this.b.a.appendChild(c) -else{s=this.ghD() -r=s.b.$1(J.on(s.a,b)) -r.parentNode.insertBefore(c,r)}}, -B(a,b){return!1}, -gq(a){return J.bP(this.ghD().a)}, -h(a,b){var s=this.ghD() -return s.b.$1(J.on(s.a,b))}, -ga1(a){var s=A.ht(this.ghD(),!1,t.V) -return new J.dq(s,s.length,A.a7(s).i("dq<1>"))}} -A.UE.prototype={ -$1(a){return t.V.b(a)}, -$S:106} -A.UF.prototype={ -$1(a){return t.V.a(a)}, -$S:246} -A.UG.prototype={ -$1(a){return J.cg(a)}, -$S:18} -A.SU.prototype={ -gaT(a){return a.name}} -A.Wi.prototype={ -gaT(a){return a.name}} -A.vV.prototype={$ivV:1} -A.Yk.prototype={ -gaT(a){return a.name}} -A.JQ.prototype={ -gil(a){return a.target}} -A.WF.prototype={ -$1(a){var s,r,q,p,o=this.a -if(o.aq(0,a))return o.h(0,a) -if(t.f.b(a)){s={} -o.p(0,a,s) -for(o=J.l(a),r=J.au(o.gas(a));r.u();){q=r.gD(r) -s[q]=this.$1(o.h(a,q))}return s}else if(t.JY.b(a)){p=[] -o.p(0,a,p) -B.b.N(p,J.Ra(a,this,t.z)) -return p}else return A.Qv(a)}, -$S:96} -A.aaW.prototype={ -$1(a){var s=function(b,c,d){return function(){return b(c,d,this,Array.prototype.slice.apply(arguments))}}(A.avP,a,!1) -A.aeG(s,$.QT(),a) -return s}, -$S:42} -A.aaX.prototype={ -$1(a){return new this.a(a)}, -$S:42} -A.abE.prototype={ -$1(a){return new A.pv(a)}, -$S:245} -A.abF.prototype={ -$1(a){return new A.mL(a,t.sW)}, -$S:244} -A.abG.prototype={ -$1(a){return new A.jz(a)}, -$S:227} -A.jz.prototype={ -h(a,b){if(typeof b!="string"&&typeof b!="number")throw A.c(A.cs("property is not a String or num",null)) -return A.aeD(this.a[b])}, -p(a,b,c){if(typeof b!="string"&&typeof b!="number")throw A.c(A.cs("property is not a String or num",null)) -this.a[b]=A.Qv(c)}, -k(a,b){if(b==null)return!1 -return b instanceof A.jz&&this.a===b.a}, -j(a){var s,r -try{s=String(this.a) -return s}catch(r){s=this.bX(0) -return s}}, -oO(a,b){var s=this.a,r=b==null?null:A.ht(new A.aG(b,A.ayl(),A.a7(b).i("aG<1,@>")),!0,t.z) -return A.aeD(s[a].apply(s,r))}, -a4K(a){return this.oO(a,null)}, -gw(a){return 0}} -A.pv.prototype={} -A.mL.prototype={ -E6(a){var s=this,r=a<0||a>=s.gq(s) -if(r)throw A.c(A.bu(a,0,s.gq(s),null,null))}, -h(a,b){if(A.b0(b))this.E6(b) -return this.PB(0,b)}, -p(a,b,c){if(A.b0(b))this.E6(b) -this.DA(0,b,c)}, -gq(a){var s=this.a.length -if(typeof s==="number"&&s>>>0===s)return s -throw A.c(A.a6("Bad JsArray length"))}, -sq(a,b){this.DA(0,"length",b)}, -F(a,b){this.oO("push",[b])}, -fl(a){if(this.gq(this)===0)throw A.c(A.ati(-1)) -return this.a4K("pop")}, -b6(a,b,c,d,e){var s,r -A.asd(b,c,this.gq(this)) -s=c-b -if(s===0)return -r=[b,s] -B.b.N(r,J.Rc(d,e).hs(0,s)) -this.oO("splice",r)}, -d7(a,b,c,d){return this.b6(a,b,c,d,0)}, -$iJ:1, -$ip:1, -$iz:1} -A.rT.prototype={ -p(a,b,c){return this.PC(0,b,c)}} -A.Gu.prototype={ -j(a){return"Promise was rejected with a value of `"+(this.a?"undefined":"null")+"`."}, -$icP:1} -A.acj.prototype={ -$1(a){return this.a.er(0,a)}, -$S:18} -A.ack.prototype={ -$1(a){if(a==null)return this.a.l4(new A.Gu(a===undefined)) -return this.a.l4(a)}, -$S:18} -A.fb.prototype={ -j(a){return"Point("+A.e(this.a)+", "+A.e(this.b)+")"}, -k(a,b){if(b==null)return!1 -return b instanceof A.fb&&this.a===b.a&&this.b===b.b}, -gw(a){return A.aj4(B.c.gw(this.a),B.c.gw(this.b),0)}, -W(a,b){var s=this.$ti,r=s.c -return new A.fb(r.a(this.a+b.a),r.a(this.b+b.b),s)}, -a4(a,b){var s=this.$ti,r=s.c -return new A.fb(r.a(this.a-b.a),r.a(this.b-b.b),s)}, -a2(a,b){var s=this.$ti,r=s.c -return new A.fb(r.a(this.a*b),r.a(this.b*b),s)}} -A.oL.prototype={$ioL:1} -A.p1.prototype={$ip1:1} -A.fD.prototype={} -A.dH.prototype={} -A.hr.prototype={$ihr:1} -A.FV.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a.getItem(b)}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return this.h(a,b)}, -$iJ:1, -$ip:1, -$iz:1} -A.hy.prototype={$ihy:1} -A.Gx.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a.getItem(b)}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return this.h(a,b)}, -$iJ:1, -$ip:1, -$iz:1} -A.pS.prototype={$ipS:1} -A.Z0.prototype={ -gq(a){return a.length}} -A.q9.prototype={$iq9:1} -A.Ja.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a.getItem(b)}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return this.h(a,b)}, -$iJ:1, -$ip:1, -$iz:1} -A.aC.prototype={ -gdX(a){return new A.F3(a,new A.dk(a))}, -hS(a,b,c,d){var s,r,q,p,o,n=A.a([],t.qF) -n.push(A.ajF(null)) -n.push(A.ajU()) -n.push(new A.OO()) -c=new A.PC(new A.wI(n)) -s=''+b+"" -n=document -r=n.body -r.toString -q=B.nZ.a5H(r,s,c) -p=n.createDocumentFragment() -n=new A.dk(q) -o=n.gbH(n) -for(;n=o.firstChild,n!=null;)p.appendChild(n) -return p}, -Ko(a){return a.focus()}, -$iaC:1} -A.nA.prototype={$inA:1} -A.hO.prototype={$ihO:1} -A.JD.prototype={ -gq(a){return a.length}, -h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bH(b,a,null,null,null)) -return a.getItem(b)}, -p(a,b,c){throw A.c(A.O("Cannot assign element of immutable List."))}, -sq(a,b){throw A.c(A.O("Cannot resize immutable List."))}, -gI(a){if(a.length>0)return a[0] -throw A.c(A.a6("No elements"))}, -gJ(a){var s=a.length -if(s>0)return a[s-1] -throw A.c(A.a6("No elements"))}, -b9(a,b){return this.h(a,b)}, -$iJ:1, -$ip:1, -$iz:1} -A.Md.prototype={} -A.Me.prototype={} -A.MP.prototype={} -A.MQ.prototype={} -A.OI.prototype={} -A.OJ.prototype={} -A.Pk.prototype={} -A.Pl.prototype={} -A.EM.prototype={} -A.ur.prototype={ -j(a){return"ClipOp."+this.b}} -A.wZ.prototype={ -j(a){return"PathFillType."+this.b}} -A.a5t.prototype={ -cU(a,b){A.ayf(this.a,this.b,a,b)}} -A.By.prototype={ -cD(a){A.QK(this.b,this.c,a)}} -A.kd.prototype={ -gq(a){var s=this.a -return s.gq(s)}, -pZ(a){var s,r,q=this -if(!q.d&&q.e!=null){q.e.cU(a.a,a.gL6()) -return!1}s=q.c -if(s<=0)return!0 -r=q.ER(s-1) -q.a.e6(0,a) -return r}, -ER(a){var s,r,q -for(s=this.a,r=!1;(s.c-s.b&s.a.length-1)>>>0>a;r=!0){q=s.ls() -A.QK(q.b,q.c,null)}return r}, -Wy(){var s=this,r=s.a -if(!r.gR(r)&&s.e!=null){r=r.ls() -s.e.cU(r.a,r.gL6()) -A.eC(s.gEQ())}else s.d=!1}} -A.Sb.prototype={ -a9D(a,b,c){this.a.bK(0,a,new A.Sc()).pZ(new A.By(b,c,$.a3))}, -NU(a,b){var s=this.a.bK(0,a,new A.Sd()),r=s.e -s.e=new A.a5t(b,$.a3) -if(r==null&&!s.d){s.d=!0 -A.eC(s.gEQ())}}, -Mj(a,b,c){var s=this.a,r=s.h(0,b) -if(r==null)s.p(0,b,new A.kd(A.hs(c,t.S8),c)) -else{r.c=c -r.ER(c)}}} -A.Sc.prototype={ -$0(){return new A.kd(A.hs(1,t.S8),1)}, -$S:118} -A.Sd.prototype={ -$0(){return new A.kd(A.hs(1,t.S8),1)}, -$S:118} -A.GA.prototype={ -k(a,b){if(b==null)return!1 -return b instanceof A.GA&&b.a===this.a&&b.b===this.b}, -gw(a){return A.W(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"OffsetBase("+B.c.Z(this.a,1)+", "+B.c.Z(this.b,1)+")"}} -A.k.prototype={ -gd1(){var s=this.a,r=this.b -return Math.sqrt(s*s+r*r)}, -gtF(){var s=this.a,r=this.b -return s*s+r*r}, -a4(a,b){return new A.k(this.a-b.a,this.b-b.b)}, -W(a,b){return new A.k(this.a+b.a,this.b+b.b)}, -a2(a,b){return new A.k(this.a*b,this.b*b)}, -fm(a,b){return new A.k(this.a/b,this.b/b)}, -k(a,b){if(b==null)return!1 -return b instanceof A.k&&b.a===this.a&&b.b===this.b}, -gw(a){return A.W(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"Offset("+B.c.Z(this.a,1)+", "+B.c.Z(this.b,1)+")"}} -A.K.prototype={ -gR(a){return this.a<=0||this.b<=0}, -a4(a,b){var s=this -if(b instanceof A.K)return new A.k(s.a-b.a,s.b-b.b) -if(b instanceof A.k)return new A.K(s.a-b.a,s.b-b.b) -throw A.c(A.cs(b,null))}, -W(a,b){return new A.K(this.a+b.a,this.b+b.b)}, -a2(a,b){return new A.K(this.a*b,this.b*b)}, -fm(a,b){return new A.K(this.a/b,this.b/b)}, -hP(a){return new A.k(a.a+this.a/2,a.b+this.b/2)}, -yR(a,b){return new A.k(b.a+this.a,b.b+this.b)}, -A(a,b){var s=b.a -if(s>=0)if(s=0&&s=s.c||s.b>=s.d}, -cj(a){var s=this,r=a.a,q=a.b -return new A.v(s.a+r,s.b+q,s.c+r,s.d+q)}, -at(a,b,c){var s=this -return new A.v(s.a+b,s.b+c,s.c+b,s.d+c)}, -fQ(a){var s=this -return new A.v(s.a-a,s.b-a,s.c+a,s.d+a)}, -eT(a){var s=this -return new A.v(Math.max(s.a,a.a),Math.max(s.b,a.b),Math.min(s.c,a.c),Math.min(s.d,a.d))}, -jZ(a){var s=this -return new A.v(Math.min(s.a,a.a),Math.min(s.b,a.b),Math.max(s.c,a.c),Math.max(s.d,a.d))}, -B_(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}, -glQ(){var s=this -return Math.min(Math.abs(s.c-s.a),Math.abs(s.d-s.b))}, -ga4O(){var s=this.b -return new A.k(this.a,s+(this.d-s)/2)}, -gb3(){var s=this,r=s.a,q=s.b -return new A.k(r+(s.c-r)/2,q+(s.d-q)/2)}, -A(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}, -nD(){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.ch,k=s.f,j=s.e,i=s.r,h=s.x,g=s.z,f=s.y,e=s.Q,d=s.rb(s.rb(s.rb(s.rb(1,l,k,m),j,i,p),h,g,m),f,e,p) -if(d<1)return new A.iE(q,n,r,o,j*d,k*d,i*d,h*d,f*d,g*d,e*d,l*d,!1) -return new A.iE(q,n,r,o,j,k,i,h,f,g,e,l,!1)}, -A(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.nD() -q=r.e -if(ls-q&&b.bs-q&&b.b>m.d-r.z){p=l-s+q -o=r.z -n=b.b-m.d+o}else{q=r.Q -if(lm.d-r.ch){p=l-k-q -o=r.ch -n=b.b-m.d+o}else return!0}}}p/=q -n/=o -if(p*p+n*n>1)return!1 -return!0}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(A.w(s)!==J.R(b))return!1 -return b instanceof A.iE&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e&&b.f===s.f&&b.r===s.r&&b.x===s.x&&b.Q===s.Q&&b.ch===s.ch&&b.y===s.y&&b.z===s.z}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.Q,s.ch,s.y,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){var s,r,q=this,p=B.c.Z(q.a,1)+", "+B.c.Z(q.b,1)+", "+B.c.Z(q.c,1)+", "+B.c.Z(q.d,1),o=q.e,n=q.f,m=q.r,l=q.x -if(new A.bR(o,n).k(0,new A.bR(m,l))){s=q.y -r=q.z -s=new A.bR(m,l).k(0,new A.bR(s,r))&&new A.bR(s,r).k(0,new A.bR(q.Q,q.ch))}else s=!1 -if(s){if(o===n)return"RRect.fromLTRBR("+p+", "+B.c.Z(o,1)+")" -return"RRect.fromLTRBXY("+p+", "+B.c.Z(o,1)+", "+B.c.Z(n,1)+")"}return"RRect.fromLTRBAndCorners("+p+", topLeft: "+new A.bR(o,n).j(0)+", topRight: "+new A.bR(m,l).j(0)+", bottomRight: "+new A.bR(q.y,q.z).j(0)+", bottomLeft: "+new A.bR(q.Q,q.ch).j(0)+")"}} -A.a6P.prototype={} -A.acv.prototype={ -$0(){A.al7()}, -$S:0} -A.px.prototype={ -j(a){return"KeyEventType."+this.b}} -A.fE.prototype={ -a03(){var s=this.d -return"0x"+B.e.kp(s,16)+new A.WH(B.c.c7(s/4294967296)).$0()}, -WR(){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+'"'}}, -a1z(){var s=this.e -if(s==null)return"" -return" (0x"+new A.aG(new A.oO(s),new A.WI(),t.Hz.i("aG")).bB(0," ")+")"}, -j(a){var s=this,r="KeyData(type: "+A.e(A.asg(s.b))+", physical: 0x"+B.e.kp(s.c,16)+", logical: "+s.a03()+", character: "+s.WR()+s.a1z() -return r+(s.f?", synthesized":"")+")"}} -A.WH.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.WI.prototype={ -$1(a){return B.d.cW(B.e.kp(a,16),2,"0")}, -$S:225} -A.F.prototype={ -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.F&&b.gm(b)===s.gm(s)}, -gw(a){return B.e.gw(this.gm(this))}, -j(a){return"Color(0x"+B.d.cW(B.e.kp(this.gm(this),16),8,"0")+")"}, -gm(a){return this.a}} -A.yv.prototype={ -j(a){return"StrokeCap."+this.b}} -A.Jb.prototype={ -j(a){return"StrokeJoin."+this.b}} -A.wW.prototype={ -j(a){return"PaintingStyle."+this.b}} -A.u_.prototype={ -j(a){return"BlendMode."+this.b}} -A.mk.prototype={ -j(a){return"Clip."+this.b}} -A.Dn.prototype={ -j(a){return"BlurStyle."+this.b}} -A.we.prototype={ -k(a,b){if(b==null)return!1 -return b instanceof A.we&&b.a===this.a&&b.b===this.b}, -gw(a){return A.W(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"MaskFilter.blur("+this.a.j(0)+", "+B.c.Z(this.b,1)+")"}} -A.F2.prototype={ -j(a){return"FilterQuality."+this.b}} -A.Iv.prototype={ -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -return b instanceof A.Iv&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c}, -gw(a){return A.W(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"TextShadow("+this.a.j(0)+", "+this.b.j(0)+", "+A.e(this.c)+")"}} -A.YW.prototype={} -A.Hd.prototype={ -zg(a,b,c){var s=this,r=c==null?s.c:c,q=b==null?s.d:b,p=a==null?s.f:a -return new A.Hd(s.a,!1,r,q,s.e,p,s.r)}, -Js(a){return this.zg(a,null,null)}, -a5r(a){return this.zg(null,null,a)}, -a5p(a){return this.zg(null,a,null)}} -A.JS.prototype={ -j(a){return A.w(this).j(0)+"[window: null, geometry: "+B.T.j(0)+"]"}} -A.kP.prototype={ -j(a){var s=this.a -return A.w(this).j(0)+"(buildDuration: "+(A.e((A.cj(0,0,s[2],0,0).a-A.cj(0,0,s[1],0,0).a)*0.001)+"ms")+", rasterDuration: "+(A.e((A.cj(0,0,s[4],0,0).a-A.cj(0,0,s[3],0,0).a)*0.001)+"ms")+", vsyncOverhead: "+(A.e((A.cj(0,0,s[1],0,0).a-A.cj(0,0,s[0],0,0).a)*0.001)+"ms")+", totalSpan: "+(A.e((A.cj(0,0,s[4],0,0).a-A.cj(0,0,s[0],0,0).a)*0.001)+"ms")+", layerCacheCount: "+s[6]+", layerCacheBytes: "+s[7]+", pictureCacheCount: "+s[8]+", pictureCacheBytes: "+s[9]+", frameNumber: "+B.b.gJ(s)+")"}} -A.m3.prototype={ -j(a){return"AppLifecycleState."+this.b}} -A.l1.prototype={ -gmU(a){var s=this.a,r=B.bv.h(0,s) -return r==null?s:r}, -gtj(){var s=this.c,r=B.bH.h(0,s) -return r==null?s:r}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(b instanceof A.l1)if(b.gmU(b)===r.gmU(r))s=b.gtj()==r.gtj() -else s=!1 -else s=!1 -return s}, -gw(a){return A.W(this.gmU(this),null,this.gtj(),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return this.a1A("_")}, -a1A(a){var s=this,r=s.gmU(s) -if(s.c!=null)r+=a+A.e(s.gtj()) -return r.charCodeAt(0)==0?r:r}} -A.iy.prototype={ -j(a){return"PointerChange."+this.b}} -A.hC.prototype={ -j(a){return"PointerDeviceKind."+this.b}} -A.pU.prototype={ -j(a){return"PointerSignalKind."+this.b}} -A.iz.prototype={ -j(a){return"PointerData(x: "+A.e(this.x)+", y: "+A.e(this.y)+")"}} -A.x9.prototype={} -A.ce.prototype={ -j(a){switch(this.a){case 1:return"SemanticsAction.tap" -case 2:return"SemanticsAction.longPress" -case 4:return"SemanticsAction.scrollLeft" -case 8:return"SemanticsAction.scrollRight" -case 16:return"SemanticsAction.scrollUp" -case 32:return"SemanticsAction.scrollDown" -case 64:return"SemanticsAction.increase" -case 128:return"SemanticsAction.decrease" -case 256:return"SemanticsAction.showOnScreen" -case 512:return"SemanticsAction.moveCursorForwardByCharacter" -case 1024:return"SemanticsAction.moveCursorBackwardByCharacter" -case 2048:return"SemanticsAction.setSelection" -case 4096:return"SemanticsAction.copy" -case 8192:return"SemanticsAction.cut" -case 16384:return"SemanticsAction.paste" -case 32768:return"SemanticsAction.didGainAccessibilityFocus" -case 65536:return"SemanticsAction.didLoseAccessibilityFocus" -case 131072:return"SemanticsAction.customAction" -case 262144:return"SemanticsAction.dismiss" -case 524288:return"SemanticsAction.moveCursorForwardByWord" -case 1048576:return"SemanticsAction.moveCursorBackwardByWord" -case 2097152:return"SemanticsAction.setText"}return""}} -A.c6.prototype={ -j(a){switch(this.a){case 1:return"SemanticsFlag.hasCheckedState" -case 2:return"SemanticsFlag.isChecked" -case 4:return"SemanticsFlag.isSelected" -case 8:return"SemanticsFlag.isButton" -case 16:return"SemanticsFlag.isTextField" -case 32:return"SemanticsFlag.isFocused" -case 64:return"SemanticsFlag.hasEnabledState" -case 128:return"SemanticsFlag.isEnabled" -case 256:return"SemanticsFlag.isInMutuallyExclusiveGroup" -case 512:return"SemanticsFlag.isHeader" -case 1024:return"SemanticsFlag.isObscured" -case 2048:return"SemanticsFlag.scopesRoute" -case 4096:return"SemanticsFlag.namesRoute" -case 8192:return"SemanticsFlag.isHidden" -case 16384:return"SemanticsFlag.isImage" -case 32768:return"SemanticsFlag.isLiveRegion" -case 65536:return"SemanticsFlag.hasToggledState" -case 131072:return"SemanticsFlag.isToggled" -case 262144:return"SemanticsFlag.hasImplicitScrolling" -case 524288:return"SemanticsFlag.isMultiline" -case 1048576:return"SemanticsFlag.isReadOnly" -case 2097152:return"SemanticsFlag.isFocusable" -case 4194304:return"SemanticsFlag.isLink" -case 8388608:return"SemanticsFlag.isSlider" -case 16777216:return"SemanticsFlag.isKeyboardKey"}return""}} -A.a0X.prototype={} -A.jK.prototype={ -j(a){return"PlaceholderAlignment."+this.b}} -A.fB.prototype={ -j(a){var s=B.VD.h(0,this.a) -s.toString -return s}} -A.iN.prototype={ -j(a){return"TextAlign."+this.b}} -A.qX.prototype={ -j(a){return"TextBaseline."+this.b}} -A.yF.prototype={ -k(a,b){if(b==null)return!1 -return b instanceof A.yF&&b.a===this.a}, -gw(a){return B.e.gw(this.a)}, -j(a){var s,r=this.a -if(r===0)return"TextDecoration.none" -s=A.a([],t.s) -if((r&1)!==0)s.push("underline") -if((r&2)!==0)s.push("overline") -if((r&4)!==0)s.push("lineThrough") -if(s.length===1)return"TextDecoration."+s[0] -return"TextDecoration.combine(["+B.b.bB(s,", ")+"])"}} -A.Jl.prototype={ -j(a){return"TextDecorationStyle."+this.b}} -A.yJ.prototype={ -j(a){return"TextLeadingDistribution."+this.b}} -A.k3.prototype={ -j(a){return"TextDirection."+this.b}} -A.k2.prototype={ -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.k2&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){var s=this -return"TextBox.fromLTRBD("+B.c.Z(s.a,1)+", "+B.c.Z(s.b,1)+", "+B.c.Z(s.c,1)+", "+B.c.Z(s.d,1)+", "+s.e.j(0)+")"}} -A.qV.prototype={ -j(a){return"TextAffinity."+this.b}} -A.bm.prototype={ -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.bm&&b.a===this.a&&b.b===this.b}, -gw(a){return A.W(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return A.w(this).j(0)+"(offset: "+this.a+", affinity: "+this.b.j(0)+")"}} -A.cI.prototype={ -gbJ(){return this.a>=0&&this.b>=0}, -k(a,b){if(b==null)return!1 -if(this===b)return!0 -return b instanceof A.cI&&b.a===this.a&&b.b===this.b}, -gw(a){return A.W(B.e.gw(this.a),B.e.gw(this.b),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"TextRange(start: "+this.a+", end: "+this.b+")"}} -A.l8.prototype={ -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.l8&&b.a===this.a}, -gw(a){return B.c.gw(this.a)}, -j(a){return A.w(this).j(0)+"(width: "+A.e(this.a)+")"}} -A.ua.prototype={ -j(a){return"BoxHeightStyle."+this.b}} -A.Ds.prototype={ -j(a){return"BoxWidthStyle."+this.b}} -A.r7.prototype={ -j(a){return"TileMode."+this.b}} -A.UU.prototype={} -A.mu.prototype={} -A.IA.prototype={} -A.CW.prototype={ -j(a){var s=A.a([],t.s) -return"AccessibilityFeatures"+A.e(s)}, -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.CW&&!0}, -gw(a){return B.e.gw(0)}} -A.uc.prototype={ -j(a){return"Brightness."+this.b}} -A.S1.prototype={ -k(a,b){if(b==null)return!1 -return this===b}, -gw(a){return A.M.prototype.gw.call(this,this)}} -A.Fo.prototype={ -k(a,b){var s -if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -if(b instanceof A.Fo)s=!0 -else s=!1 -return s}, -gw(a){return A.W(null,null,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"GestureSettings(physicalTouchSlop: null, physicalDoubleTapSlop: null)"}} -A.Rx.prototype={ -gq(a){return a.length}} -A.Da.prototype={ -aq(a,b){return A.h4(a.get(b))!=null}, -h(a,b){return A.h4(a.get(b))}, -ai(a,b){var s,r=a.entries() -for(;!0;){s=r.next() -if(s.done)return -b.$2(s.value[0],A.h4(s.value[1]))}}, -gas(a){var s=A.a([],t.s) -this.ai(a,new A.Ry(s)) -return s}, -gbm(a){var s=A.a([],t.n4) -this.ai(a,new A.Rz(s)) -return s}, -gq(a){return a.size}, -gR(a){return a.size===0}, -gb5(a){return a.size!==0}, -p(a,b,c){throw A.c(A.O("Not supported"))}, -bK(a,b,c){throw A.c(A.O("Not supported"))}, -B(a,b){throw A.c(A.O("Not supported"))}, -$iay:1} -A.Ry.prototype={ -$2(a,b){return this.a.push(a)}, -$S:17} -A.Rz.prototype={ -$2(a,b){return this.a.push(b)}, -$S:17} -A.RA.prototype={ -gq(a){return a.length}} -A.ov.prototype={} -A.Yn.prototype={ -gq(a){return a.length}} -A.Ki.prototype={} -A.Rn.prototype={ -gaT(a){return a.name}} -A.i_.prototype={ -F(a,b){var s,r,q -try{this.e.F(0,b)}catch(q){s=A.ae(q) -r=A.aF(q) -this.AS(0,s,r) -throw q}}, -a8O(a,b,c){var s=this,r=s.e,q=A.o(r).i("ex<1>"),p=q.i("C_") -s.f.push(s.y.$2(new A.ui(new A.C_(new A.RN(s,c),new A.ex(r,q),p),p.i("@").an(c).i("ui<1,2>")),new A.RO(s,c,b)).mW(null))}, -cl(a){var s=0,r=A.aj(t.H),q,p=this,o,n,m -var $async$cl=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:s=3 -return A.an(p.e.cl(0),$async$cl) -case 3:for(o=p.x,n=o.length,m=0;m>")),n),$async$cl) -case 4:o=p.f -s=5 -return A.an(A.jv(new A.aG(o,new A.RM(),A.a7(o).i("aG<1,av<~>>")),n),$async$cl) -case 5:q=p.OF(0) -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$cl,r)}} -A.RN.prototype={ -$1(a){return this.b.b(a)}, -$S(){return A.o(this.a).i("B(i_.0)")}} -A.RO.prototype={ -$1(a){var s=this.a,r=this.b,q=new A.kg(new A.RR(s,a,r),new A.bd(new A.ad($.a3,t.U),t.h),A.a([],t.b),A.o(s).i("kg")),p=A.a2J(q.gt7(q),!0,r) -new A.RP(s,q,p,this.c,a,r).$0() -return new A.ex(p,A.o(p).i("ex<1>"))}, -$S(){return this.b.i("bv<0>(@)")}} -A.RR.prototype={ -$1(a){var s=this.a -if((s.gme().c&4)!==0)return -if(J.f(s.c,a)&&s.d)return -this.c.a(this.b) -s.OG(a)}, -$S(){return A.o(this.a).i("~(i_.1)")}} -A.RP.prototype={ -$0(){var s=0,r=A.aj(t.z),q=1,p,o=[],n=this,m,l,k,j,i,h,g -var $async$$0=A.ak(function(a,b){if(a===1){p=b -s=q}while(true)switch(s){case 0:j=n.a -i=n.b -h=new A.RQ(j,i,n.c) -q=3 -j.x.push(i) -s=6 -return A.an(n.d.$2(n.f.a(n.e),i),$async$$0) -case 6:o.push(5) -s=4 -break -case 3:q=2 -g=p -m=A.ae(g) -l=A.aF(g) -j.AS(0,m,l) -throw g -o.push(5) -s=4 -break -case 2:o=[1] -case 4:q=1 -h.$0() -s=o.pop() -break -case 5:return A.ah(null,r) -case 1:return A.ag(p,r)}}) -return A.ai($async$$0,r)}, -$S:0} -A.RQ.prototype={ -$0(){var s=this.b -s.dl(0) -B.b.B(this.a.x,s) -s=this.c -if((s.c&4)===0)s.cl(0)}, -$S:0} -A.RL.prototype={ -$1(a){return a.b.a}, -$S:224} -A.RM.prototype={ -$1(a){return a.av(0)}, -$S:222} -A.jf.prototype={ -Ss(a,b){}, -gme(){var s,r=this.b -if(r===$){s=A.a2J(null,!1,A.o(this).i("jf.0")) -A.bp(r,"_stateController") -this.b=s -r=s}return r}, -a6m(a){var s,r,q,p,o=this -try{if((o.gme().c&4)!==0){q=A.a6("Cannot emit new states after calling close") -throw A.c(q)}if(J.f(a,o.c)&&o.d)return -o.c=a -o.gme().F(0,o.c) -o.d=!0}catch(p){s=A.ae(p) -r=A.aF(p) -o.AS(0,s,r) -throw p}}, -AS(a,b,c){}, -cl(a){var s=0,r=A.aj(t.H),q=this -var $async$cl=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:s=2 -return A.an(q.gme().cl(0),$async$cl) -case 2:return A.ah(null,r)}}) -return A.ai($async$cl,r)}, -$iny:1} -A.ab1.prototype={ -$2(a,b){return B.EL.a4x(new A.Ao(b,a,a.$ti.i("Ao>")))}, -$S:214} -A.LF.prototype={ -a4x(a){var s=A.a2J(null,!0,this.$ti.c) -s.a=new A.a6m(this,a,s) -return new A.ex(s,A.o(s).i("ex<1>"))}} -A.a6m.prototype={ -$0(){var s=A.a([],t.aU),r=this.c,q=this.b.py(new A.a6j(this.a,r,s),r.gIL()) -q.n4(new A.a6k(s,q,r)) -s.push(q) -r.b=new A.a6l(s)}, -$S:0} -A.a6j.prototype={ -$1(a){var s=this.b,r=a.py(s.goC(s),s.gIL()),q=this.c -r.n4(new A.a6i(q,r,s)) -q.push(r)}, -$S(){return this.a.$ti.i("~(bv<1>)")}} -A.a6i.prototype={ -$0(){var s=this.a -B.b.B(s,this.b) -if(s.length===0)this.c.cl(0)}, -$S:0} -A.a6k.prototype={ -$0(){var s=this.a -B.b.B(s,this.b) -if(s.length===0)this.c.cl(0)}, -$S:0} -A.a6l.prototype={ -$0(){var s,r,q,p=this.a -if(p.length===0)return null -s=A.a([],t.mo) -for(r=p.length,q=0;q=0;)++r -return r}, -b9(a,b){var s,r,q,p,o,n -A.cG(b,"index") -s=this.a -r=s.length -if(r!==0){q=new A.jh(s,r,0,176) -for(p=0,o=0;n=q.ib(),n>=0;o=n){if(p===b)return B.d.ag(s,o,n);++p}}else p=0 -throw A.c(A.bH(b,this,"index",null,p))}, -A(a,b){var s -if(typeof b!="string")return!1 -s=b.length -if(s===0)return!1 -if(new A.jh(b,s,0,176).ib()!==s)return!1 -s=this.a -return A.awq(s,b,0,s.length)>=0}, -Hx(a,b,c){var s,r -if(a===0||b===this.a.length)return b -s=this.a -c=new A.jh(s,s.length,b,176) -do{r=c.ib() -if(r<0)break -if(--a,a>0){b=r -continue}else{b=r -break}}while(!0) -return b}, -fq(a,b){A.cG(b,"count") -return this.a2M(b)}, -a2M(a){var s=this.Hx(a,0,null),r=this.a -if(s===r.length)return B.eD -return new A.fX(B.d.dS(r,s))}, -hs(a,b){A.cG(b,"count") -return this.a31(b)}, -a31(a){var s=this.Hx(a,0,null),r=this.a -if(s===r.length)return this -return new A.fX(B.d.ag(r,0,s))}, -W(a,b){return new A.fX(this.a+b.a)}, -Br(a){return new A.fX(this.a.toLowerCase())}, -k(a,b){if(b==null)return!1 -return t.mV.b(b)&&this.a===b.a}, -gw(a){return B.d.gw(this.a)}, -j(a){return this.a}, -$iagM:1} -A.J9.prototype={ -gD(a){var s=this,r=s.d -return r==null?s.d=B.d.ag(s.a,s.b,s.c):r}, -u(){return this.UR(1,this.c)}, -UR(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;s>>0) -if((p&1)===0){--a -k=a===0}else k=!1 -if(k){j.b=b -j.c=s -j.d=null -return!0}}j.b=b -j.c=q -j.d=null -return a===1&&p!==176}else{j.b=b -j.d=null -return!0}}} -A.jh.prototype={ -ib(){var s,r,q,p,o,n,m,l=this,k=u.S -for(s=l.b,r=l.a;q=l.c,q>>0) -l.d=p -if((p&1)===0)return q}s=B.d.ap(k,l.d&240|15) -l.d=s -if((s&1)===0)return q -return-1}} -A.Dd.prototype={ -ib(){var s,r,q,p,o,n,m,l,k=this,j=u.q -for(s=k.b,r=k.a;q=k.c,q>s;){p=k.c=q-1 -o=B.d.ay(r,p) -if((o&64512)!==56320){p=k.d=B.d.ap(j,k.d&240|A.oj(o)) -if(((p>=208?k.d=A.ac8(r,s,k.c,p):p)&1)===0)return q -continue}if(p>=s){n=B.d.ay(r,p-1) -if((n&64512)===55296){m=A.j8(n,o) -p=--k.c}else m=2}else m=2 -l=k.d=B.d.ap(j,(k.d&240|m)>>>0) -if(((l>=208?k.d=A.ac8(r,s,p,l):l)&1)===0)return q}p=k.d=B.d.ap(j,k.d&240|15) -if(((p>=208?k.d=A.ac8(r,s,q,p):p)&1)===0)return k.c -return-1}} -A.Ey.prototype={} -A.vK.prototype={ -eR(a,b){var s,r,q,p -if(a===b)return!0 -s=J.au(a) -r=J.au(b) -for(q=this.a;!0;){p=s.u() -if(p!==r.u())return!1 -if(!p)return!0 -if(!q.eR(s.gD(s),r.gD(r)))return!1}}, -eh(a,b){var s,r,q -for(s=J.au(b),r=this.a,q=0;s.u();){q=q+r.eh(0,s.gD(s))&2147483647 -q=q+(q<<10>>>0)&2147483647 -q^=q>>>6}q=q+(q<<3>>>0)&2147483647 -q^=q>>>11 -return q+(q<<15>>>0)&2147483647}} -A.w4.prototype={ -eR(a,b){var s,r,q,p,o -if(a===b)return!0 -s=J.aD(a) -r=s.gq(a) -q=J.aD(b) -if(r!==q.gq(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.to.prototype={ -eR(a,b){var s,r,q,p,o -if(a===b)return!0 -s=this.a -r=A.f5(s.ga6y(),s.ga7O(s),s.ga8i(),A.o(this).i("to.E"),t.z) -for(s=J.au(a),q=0;s.u();){p=s.gD(s) -o=r.h(0,p) -r.p(0,p,J.afC(o==null?0:o,1));++q}for(s=J.au(b);s.u();){p=s.gD(s) -o=r.h(0,p) -if(o==null||J.f(o,0))return!1 -r.p(0,p,J.afD(o,1));--q}return q===0}, -eh(a,b){var s,r,q -for(s=J.au(b),r=this.a,q=0;s.u();)q=q+r.eh(0,s.gD(s))&2147483647 -q=q+(q<<3>>>0)&2147483647 -q^=q>>>11 -return q+(q<<15>>>0)&2147483647}} -A.qj.prototype={} -A.rX.prototype={ -gw(a){var s=this.a -return 3*s.a.eh(0,this.b)+7*s.b.eh(0,this.c)&2147483647}, -k(a,b){var s -if(b==null)return!1 -if(b instanceof A.rX){s=this.a -s=s.a.eR(this.b,b.b)&&s.b.eR(this.c,b.c)}else s=!1 -return s}} -A.wd.prototype={ -eR(a,b){var s,r,q,p,o,n,m -if(a===b)return!0 -s=J.aD(a) -r=J.aD(b) -if(s.gq(a)!==r.gq(b))return!1 -q=A.f5(null,null,null,t.PJ,t.S) -for(p=J.au(s.gas(a));p.u();){o=p.gD(p) -n=new A.rX(this,o,s.h(a,o)) -m=q.h(0,n) -q.p(0,n,(m==null?0:m)+1)}for(s=J.au(r.gas(b));s.u();){o=s.gD(s) -n=new A.rX(this,o,r.h(b,o)) -m=q.h(0,n) -if(m==null||m===0)return!1 -q.p(0,n,m-1)}return!0}, -eh(a,b){var s,r,q,p,o,n,m -for(s=J.l(b),r=J.au(s.gas(b)),q=this.a,p=this.b,o=this.$ti.Q[1],n=0;r.u();){m=r.gD(r) -n=n+3*q.eh(0,m)+7*p.eh(0,o.a(s.h(b,m)))&2147483647}n=n+(n<<3>>>0)&2147483647 -n^=n>>>11 -return n+(n<<15>>>0)&2147483647}} -A.Ew.prototype={ -eR(a,b){var s=this,r=t.Ro -if(r.b(a))return r.b(b)&&new A.qj(s,t.n5).eR(a,b) -r=t.f -if(r.b(a))return r.b(b)&&new A.wd(s,s,t.Dx).eR(a,b) -r=t.j -if(r.b(a))return r.b(b)&&new A.w4(s,t.wO).eR(a,b) -r=t.JY -if(r.b(a))return r.b(b)&&new A.vK(s,t.K9).eR(a,b) -return J.f(a,b)}, -eh(a,b){var s=this -if(t.Ro.b(b))return new A.qj(s,t.n5).eh(0,b) -if(t.f.b(b))return new A.wd(s,s,t.Dx).eh(0,b) -if(t.j.b(b))return new A.w4(s,t.wO).eh(0,b) -if(t.JY.b(b))return new A.vK(s,t.K9).eh(0,b) -return J.bq(b)}, -a8j(a){!t.JY.b(a) -return!0}} -A.Ft.prototype={ -r_(a){var s=this.b[a] -return s==null?this.$ti.c.a(null):s}, -gq(a){return this.c}, -j(a){var s=this.b -return A.adr(A.fj(s,0,A.eW(this.c,"count",t.S),A.a7(s).c),"(",")")}, -V0(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){B.b.p(j.b,b,k) -b=p}}B.b.p(j.b,b,a)}} -A.ES.prototype={ -k(a,b){var s -if(b==null)return!1 -if(this!==b)s=b instanceof A.ES&&A.w(this)===A.w(b)&&A.axP(this.gj2(),b.gj2()) -else s=!0 -return s}, -gw(a){var s=A.fM(A.w(this)),r=B.b.pn(this.gj2(),0,A.axQ()),q=r+((r&67108863)<<3)&536870911 -q^=q>>>11 -return(s^q+((q&16383)<<15)&536870911)>>>0}, -j(a){var s,r=this -switch(null){case!0:return A.alt(A.w(r),r.gj2()) -case!1:return A.w(r).j(0) -default:s=$.ahe -return(s==null?$.ahe=!1:s)?A.alt(A.w(r),r.gj2()):A.w(r).j(0)}}} -A.aaP.prototype={ -$2(a,b){return J.bq(a)-J.bq(b)}, -$S:48} -A.aaQ.prototype={ -$1(a){var s=this.a,r=s.a -s.a=(r^A.aeC(r,[a,J.ax(this.b,a)]))>>>0}, -$S:18} -A.acc.prototype={ -$1(a){return J.dQ(a)}, -$S:205} -A.fs.prototype={ -j(a){return"AnimationStatus."+this.b}} -A.bQ.prototype={ -j(a){return"#"+A.bF(this)+"("+A.e(this.uA())+")"}, -uA(){switch(this.gbk(this)){case B.bB:return"\u25b6" -case B.b8:return"\u25c0" -case B.Y:return"\u23ed" -case B.N:return"\u23ee"}}} -A.nP.prototype={ -j(a){return"_AnimationDirection."+this.b}} -A.tN.prototype={ -j(a){return"AnimationBehavior."+this.b}} -A.or.prototype={ -gm(a){return A.b(this.y,"_value")}, -sm(a,b){var s=this -s.eH(0) -s.xo(b) -s.aA() -s.o5()}, -geZ(){var s=this.r -if(!(s!=null&&s.a!=null))return 0 -s=this.x -s.toString -return s.fN(0,this.z.a/1e6)}, -xo(a){var s=this,r=s.a,q=s.b,p=B.c.C(a,r,q) -s.y=p -if(A.b(p,"_value")===r)s.ch=B.N -else if(A.b(s.y,"_value")===q)s.ch=B.Y -else s.ch=s.Q===B.aq?B.bB:B.b8}, -gbk(a){return A.b(this.ch,"_status")}, -k8(a,b){var s=this -s.Q=B.aq -if(b!=null)s.sm(0,b) -return s.DS(s.b)}, -bZ(a){return this.k8(a,null)}, -Mp(a,b){this.Q=B.nI -return this.DS(this.a)}, -dO(a){return this.Mp(a,null)}, -iA(a,b,c){var s,r,q,p,o,n=this,m="_value" -A.b($.a0z.zU$,"_accessibilityFeatures") -if(c==null){s=n.b-n.a -r=isFinite(s)?Math.abs(a-A.b(n.y,m))/s:1 -if(n.Q===B.nI&&n.f!=null){q=n.f -q.toString -p=q}else{q=n.e -q.toString -p=q}o=new A.aP(B.c.aU(p.a*r))}else o=a===A.b(n.y,m)?B.z:c -n.eH(0) -q=o.a -if(q===B.z.a){if(A.b(n.y,m)!==a){n.y=B.c.C(a,n.a,n.b) -n.aA()}n.ch=n.Q===B.aq?B.Y:B.N -n.o5() -return A.aed()}return n.y3(new A.a7b(q/1e6,A.b(n.y,m),a,b,B.cN))}, -DS(a){return this.iA(a,B.ac,null)}, -Mf(a){var s,r,q=this,p=q.a,o=q.b,n=q.e -q.eH(0) -s=A.b(q.y,"_value") -r=n.a/1e6 -s=o===p?0:s/(o-p)*r -return q.y3(new A.a90(p,o,!1,q.gWl(),r,s,B.cN))}, -Wm(a){this.Q=a -this.ch=a===B.aq?B.bB:B.b8 -this.o5()}, -y3(a){var s,r=this -r.x=a -r.z=B.z -r.y=B.c.C(a.e3(0,0),r.a,r.b) -s=r.r.qC(0) -r.ch=r.Q===B.aq?B.bB:B.b8 -r.o5() -return s}, -nQ(a,b){this.z=this.x=null -this.r.nQ(0,b)}, -eH(a){return this.nQ(a,!0)}, -n(a){var s=this -s.r.n(0) -s.r=null -s.fd$.aC(0) -s.c5$.aC(0) -s.vx(0)}, -o5(){var s=this,r=A.b(s.ch,"_status") -if(s.cx!==r){s.cx=r -s.pL(r)}}, -US(a){var s,r=this -r.z=a -s=a.a/1e6 -r.y=B.c.C(r.x.e3(0,s),r.a,r.b) -if(r.x.kg(s)){r.ch=r.Q===B.aq?B.Y:B.N -r.nQ(0,!1)}r.aA() -r.o5()}, -uA(){var s,r,q=this,p=q.r,o=p==null,n=!o&&p.a!=null?"":"; paused" -if(o)s="; DISPOSED" -else s=p.b?"; silenced":"" -p=q.c -r=p==null?"":"; for "+p -return A.e(q.vw())+" "+B.c.Z(A.b(q.y,"_value"),3)+n+s+r}} -A.a7b.prototype={ -e3(a,b){var s,r,q=this,p=B.c.C(b/q.b,0,1) -if(p===0)return q.c -else{s=q.d -if(p===1)return s -else{r=q.c -return r+(s-r)*q.e.aa(0,p)}}}, -fN(a,b){return(this.e3(0,b+0.001)-this.e3(0,b-0.001))/0.002}, -kg(a){return a>this.b}} -A.a90.prototype={ -e3(a,b){var s=this,r=b+s.r,q=s.f,p=B.c.bu(r/q,1) -B.c.iz(r,q) -s.e.$1(B.aq) -q=A.T(s.b,s.c,p) -q.toString -return q}, -fN(a,b){return(this.c-this.b)/this.f}, -kg(a){return!1}} -A.K8.prototype={} -A.K9.prototype={} -A.Ka.prototype={} -A.K0.prototype={ -al(a,b){}, -T(a,b){}, -cz(a){}, -eW(a){}, -gbk(a){return B.Y}, -gm(a){return 1}, -j(a){return"kAlwaysCompleteAnimation"}} -A.K1.prototype={ -al(a,b){}, -T(a,b){}, -cz(a){}, -eW(a){}, -gbk(a){return B.N}, -gm(a){return 0}, -j(a){return"kAlwaysDismissedAnimation"}} -A.tR.prototype={ -al(a,b){return this.gaf(this).al(0,b)}, -T(a,b){return this.gaf(this).T(0,b)}, -cz(a){return this.gaf(this).cz(a)}, -eW(a){return this.gaf(this).eW(a)}, -gbk(a){var s=this.gaf(this) -return s.gbk(s)}} -A.xh.prototype={ -saf(a,b){var s,r=this,q=r.c -if(b==q)return -if(q!=null){r.a=q.gbk(q) -q=r.c -r.b=q.gm(q) -if(r.iO$>0)r.tz()}r.c=b -if(b!=null){if(r.iO$>0)r.ty() -q=r.b -s=r.c -s=s.gm(s) -if(q==null?s!=null:q!==s)r.aA() -q=r.a -s=r.c -if(q!=s.gbk(s)){q=r.c -r.pL(q.gbk(q))}r.b=r.a=null}}, -ty(){var s=this,r=s.c -if(r!=null){r.al(0,s.geV()) -s.c.cz(s.gLD())}}, -tz(){var s=this,r=s.c -if(r!=null){r.T(0,s.geV()) -s.c.eW(s.gLD())}}, -gbk(a){var s=this.c -if(s!=null)s=s.gbk(s) -else{s=this.a -s.toString}return s}, -gm(a){var s=this.c -if(s!=null)s=s.gm(s) -else{s=this.b -s.toString}return s}, -j(a){var s=this,r=s.c -if(r==null)return"ProxyAnimation(null; "+A.e(s.vw())+" "+B.c.Z(s.gm(s),3)+")" -return r.j(0)+"\u27a9ProxyAnimation"}} -A.jT.prototype={ -al(a,b){var s -this.cB() -s=this.a -s.gaf(s).al(0,b)}, -T(a,b){var s=this.a -s.gaf(s).T(0,b) -this.tD()}, -ty(){var s=this.a -s.gaf(s).cz(this.gmf())}, -tz(){var s=this.a -s.gaf(s).eW(this.gmf())}, -rN(a){this.pL(this.H5(a))}, -gbk(a){var s=this.a -s=s.gaf(s) -return this.H5(s.gbk(s))}, -gm(a){var s=this.a -return 1-s.gm(s)}, -H5(a){switch(a.a){case 1:return B.b8 -case 2:return B.bB -case 3:return B.N -case 0:return B.Y}}, -j(a){return this.a.j(0)+"\u27aaReverseAnimation"}} -A.oY.prototype={ -yh(a){var s=this -switch(a.a){case 0:case 3:s.d=null -break -case 1:if(s.d==null)s.d=B.bB -break -case 2:if(s.d==null)s.d=B.b8 -break}}, -gIA(){if(this.c!=null){var s=this.d -if(s==null){s=this.a -s=s.gbk(s)}s=s!==B.b8}else s=!0 -return s}, -n(a){this.a.eW(this.gyg())}, -gm(a){var s=this,r=s.gIA()?s.b:s.c,q=s.a,p=q.gm(q) -if(r==null)return p -if(p===0||p===1)return p -return r.aa(0,p)}, -j(a){var s=this,r=s.c -if(r==null)return s.a.j(0)+"\u27a9"+s.b.j(0) -if(s.gIA())return s.a.j(0)+"\u27a9"+s.b.j(0)+"\u2092\u2099/"+r.j(0) -return s.a.j(0)+"\u27a9"+s.b.j(0)+"/"+r.j(0)+"\u2092\u2099"}, -gaf(a){return this.a}} -A.BP.prototype={ -j(a){return"_TrainHoppingMode."+this.b}} -A.nJ.prototype={ -rN(a){if(a!==this.e){this.aA() -this.e=a}}, -gbk(a){var s=this.a -return s.gbk(s)}, -a3O(){var s,r,q=this,p=q.b -if(p!=null){switch(q.c.a){case 0:p=p.gm(p) -s=q.a -r=p<=s.gm(s) -break -case 1:p=p.gm(p) -s=q.a -r=p>=s.gm(s) -break -default:r=!1}if(r){p=q.a -s=q.gmf() -p.eW(s) -p.T(0,q.gys()) -p=q.b -q.a=p -q.b=null -p.cz(s) -s=q.a -q.rN(s.gbk(s))}}else r=!1 -p=q.a -p=p.gm(p) -if(p!==q.f){q.aA() -q.f=p}if(r&&q.d!=null)q.d.$0()}, -gm(a){var s=this.a -return s.gm(s)}, -n(a){var s,r,q=this -q.a.eW(q.gmf()) -s=q.gys() -q.a.T(0,s) -q.a=null -r=q.b -if(r!=null)r.T(0,s) -q.b=null -q.c5$.aC(0) -q.fd$.aC(0) -q.vx(0)}, -j(a){var s=this -if(s.b!=null)return A.e(s.a)+"\u27a9TrainHoppingAnimation(next: "+A.e(s.b)+")" -return A.e(s.a)+"\u27a9TrainHoppingAnimation(no next)"}} -A.oR.prototype={ -ty(){var s,r=this,q=r.a,p=r.gGj() -q.al(0,p) -s=r.gGk() -q.cz(s) -q=r.b -q.al(0,p) -q.cz(s)}, -tz(){var s,r=this,q=r.a,p=r.gGj() -q.T(0,p) -s=r.gGk() -q.eW(s) -q=r.b -q.T(0,p) -q.eW(s)}, -gbk(a){var s=this.b -if(s.gbk(s)===B.bB||s.gbk(s)===B.b8)return s.gbk(s) -s=this.a -return s.gbk(s)}, -j(a){return"CompoundAnimation("+this.a.j(0)+", "+this.b.j(0)+")"}, -a0d(a){var s=this -if(s.gbk(s)!=s.c){s.c=s.gbk(s) -s.pL(s.gbk(s))}}, -a0c(){var s=this -if(!J.f(s.gm(s),s.d)){s.d=s.gm(s) -s.aA()}}} -A.tQ.prototype={ -gm(a){var s,r=this.a -r=r.gm(r) -s=this.b -s=s.gm(s) -return Math.min(A.dA(r),A.dA(s))}} -A.zo.prototype={} -A.zp.prototype={} -A.zq.prototype={} -A.L_.prototype={} -A.Nq.prototype={} -A.Nr.prototype={} -A.Ns.prototype={} -A.O0.prototype={} -A.O1.prototype={} -A.Ph.prototype={} -A.Pi.prototype={} -A.Pj.prototype={} -A.wY.prototype={ -aa(a,b){return this.kr(b)}, -kr(a){throw A.c(A.c1(null))}, -j(a){return"ParametricCurve"}} -A.fw.prototype={ -aa(a,b){if(b===0||b===1)return b -return this.PP(0,b)}} -A.Aj.prototype={ -kr(a){return a}} -A.xW.prototype={ -kr(a){a*=this.a -return a-(a<0?Math.ceil(a):Math.floor(a))}, -j(a){return"SawTooth("+this.a+")"}} -A.eM.prototype={ -kr(a){var s=this.a -a=B.c.C((a-s)/(this.b-s),0,1) -if(a===0||a===1)return a -return this.c.aa(0,a)}, -j(a){var s=this,r=s.c -if(!(r instanceof A.Aj))return"Interval("+A.e(s.a)+"\u22ef"+A.e(s.b)+")\u27a9"+r.j(0) -return"Interval("+A.e(s.a)+"\u22ef"+A.e(s.b)+")"}} -A.Jy.prototype={ -kr(a){return a"))}} -A.aL.prototype={ -gm(a){var s=this.a -return this.b.aa(0,s.gm(s))}, -j(a){var s=this.a,r=this.b -return s.j(0)+"\u27a9"+r.j(0)+"\u27a9"+A.e(r.aa(0,s.gm(s)))}, -uA(){return A.e(this.vw())+" "+this.b.j(0)}, -gaf(a){return this.a}} -A.ey.prototype={ -aa(a,b){return this.b.aa(0,this.a.aa(0,b))}, -j(a){return this.a.j(0)+"\u27a9"+this.b.j(0)}} -A.aw.prototype={ -dg(a){var s=this.a -return A.o(this).i("aw.T").a(J.afC(s,J.anF(J.afD(this.b,s),a)))}, -aa(a,b){var s=this -if(b===0)return A.o(s).i("aw.T").a(s.a) -if(b===1)return A.o(s).i("aw.T").a(s.b) -return s.dg(b)}, -j(a){return"Animatable("+A.e(this.a)+" \u2192 "+A.e(this.b)+")"}, -syP(a){return this.a=a}, -shW(a,b){return this.b=b}} -A.xT.prototype={ -dg(a){return this.c.dg(1-a)}} -A.f0.prototype={ -dg(a){return A.y(this.a,this.b,a)}} -A.xq.prototype={ -dg(a){return A.aiD(this.a,this.b,a)}} -A.kX.prototype={ -dg(a){var s,r=this.a -r.toString -s=this.b -s.toString -return B.c.aU(r+(s-r)*a)}} -A.f1.prototype={ -aa(a,b){if(b===0||b===1)return b -return this.a.aa(0,b)}, -j(a){return"CurveTween(curve: "+this.a.j(0)+")"}} -A.C9.prototype={} -A.dF.prototype={ -gm(a){return this.b.a}, -goi(){var s=this -return!s.e.k(0,s.f)||!s.y.k(0,s.z)||!s.r.k(0,s.x)||!s.Q.k(0,s.ch)}, -gog(){var s=this -return!s.e.k(0,s.r)||!s.f.k(0,s.x)||!s.y.k(0,s.Q)||!s.z.k(0,s.ch)}, -goh(){var s=this -return!s.e.k(0,s.y)||!s.f.k(0,s.z)||!s.r.k(0,s.Q)||!s.x.k(0,s.ch)}, -eC(a){var s,r,q,p,o,n=this,m=null -if(n.goi()){s=a.M(t.WD) -r=s==null?m:s.f.c.gt1() -if(r==null){r=A.eQ(a) -r=r==null?m:r.d -q=r}else q=r -if(q==null)q=B.al}else q=B.al -if(n.gog()){r=A.eQ(a) -r=r==null?m:r.ch -p=r===!0}else p=!1 -if(n.goh())A.arh(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.x:n.f -break}break -default:o=m}return new A.dF(o,n.c,m,n.e,n.f,n.r,n.x,n.y,n.z,n.Q,n.ch,0)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.dF&&b.b.a===s.b.a&&b.e.k(0,s.e)&&b.f.k(0,s.f)&&b.r.k(0,s.r)&&b.x.k(0,s.x)&&b.y.k(0,s.y)&&b.z.k(0,s.z)&&b.Q.k(0,s.Q)&&b.ch.k(0,s.ch)}, -gw(a){var s=this -return A.W(s.b.a,s.e,s.f,s.r,s.y,s.z,s.x,s.ch,s.Q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){var s=this,r=new A.SM(s),q=A.a([r.$2("color",s.e)],t.s) -if(s.goi())q.push(r.$2("darkColor",s.f)) -if(s.gog())q.push(r.$2("highContrastColor",s.r)) -if(s.goi()&&s.gog())q.push(r.$2("darkHighContrastColor",s.x)) -if(s.goh())q.push(r.$2("elevatedColor",s.y)) -if(s.goi()&&s.goh())q.push(r.$2("darkElevatedColor",s.z)) -if(s.gog()&&s.goh())q.push(r.$2("highContrastElevatedColor",s.Q)) -if(s.goi()&&s.gog()&&s.goh())q.push(r.$2("darkHighContrastElevatedColor",s.ch)) -r=s.c -r=(r==null?"CupertinoDynamicColor":r)+"("+B.b.bB(q,", ") -return r+", resolved by: UNRESOLVED)"}} -A.SM.prototype={ -$2(a,b){var s=b.k(0,this.a.b)?"*":"" -return s+a+" = "+b.j(0)+s}, -$S:191} -A.KT.prototype={} -A.a5D.prototype={ -lD(a){return B.p}, -t3(a,b,c,d,e,f){return B.dJ}, -jd(a,b,c,d){return B.i}, -qm(a,b){return this.jd(a,b,null,null)}} -A.uz.prototype={ -a0(a){var s=this.a,r=A.SL(s,a) -return J.f(r,s)?this:this.dY(r)}, -oZ(a,b,c){var s=this,r=a==null?s.a:a,q=b==null?s.gez(s):b -return new A.uz(r,q,c==null?s.c:c)}, -dY(a){return this.oZ(a,null,null)}} -A.KU.prototype={} -A.KV.prototype={ -At(a){return a.gmU(a)==="en"}, -dI(a,b){return new A.et(B.Ea,t.u4)}, -vi(a){return!1}, -j(a){return"DefaultCupertinoLocalizations.delegate(en_US)"}} -A.Ex.prototype={$iSN:1} -A.SO.prototype={ -$0(){return A.ard(this.a)}, -$S:135} -A.SP.prototype={ -$0(){var s=this.a,r=s.a -r.toString -s=s.cx -s.toString -r.a66() -return new A.zv(s,r,this.b.i("zv<0>"))}, -$S(){return this.b.i("zv<0>()")}} -A.Ek.prototype={ -H(a,b){var s,r=this,q=b.M(t.I) -q.toString -s=q.f -q=r.e -return A.ae4(A.ae4(new A.Ev(q,r.f,q,null),r.c,s,!0),r.d,s,!1)}} -A.rs.prototype={ -aj(){return new A.rt(B.l,this.$ti.i("rt<1>"))}, -a6n(){return this.d.$0()}, -a9g(){return this.e.$0()}} -A.rt.prototype={ -aR(){var s,r=this -r.bi() -s=A.adq(r,null) -s.cy=r.ga22() -s.db=r.ga24() -s.dx=r.ga20() -s.dy=r.gYk() -r.e=s}, -n(a){var s=A.b(this.e,"_recognizer") -s.rx.aC(0) -s.nT(0) -this.bb(0)}, -a23(a){this.d=this.a.a9g()}, -a25(a){var s,r,q=this.d -q.toString -s=a.c -s.toString -r=this.c -r=this.Ex(s/r.gkC(r).a) -q=q.a -q.sm(0,A.b(q.y,"_value")-r)}, -a21(a){var s,r=this,q=r.d -q.toString -s=r.c -q.K_(r.Ex(a.a.a.a/s.gkC(s).a)) -r.d=null}, -Yl(){var s=this.d -if(s!=null)s.K_(0) -this.d=null}, -a27(a){if(this.a.a6n())A.b(this.e,"_recognizer").a40(a)}, -Ex(a){var s=this.c.M(t.I) -s.toString -switch(s.f.a){case 0:return-a -case 1:return a}}, -H(a,b){var s,r,q=null,p=b.M(t.I) -p.toString -s=t.l -r=p.f===B.w?b.M(s).f.f.a:b.M(s).f.f.c -r=Math.max(r,20) -return A.yr(B.dN,A.a([this.a.c,new A.Hh(0,0,0,r,A.Xd(B.co,q,q,this.ga26(),q,q),q)],t.p),B.Yg)}} -A.zv.prototype={ -K_(a){var s,r,q,p=this,o="_value" -if(Math.abs(a)>=1?a<=0:A.b(p.a.y,o)>0.5){s=p.a -r=A.T(800,0,A.b(s.y,o)) -r.toString -r=A.cj(0,0,0,Math.min(B.c.c7(r),300),0) -s.Q=B.aq -s.iA(1,B.ov,r)}else{p.b.dN(0) -s=p.a -r=s.r -if(r!=null&&r.a!=null){r=A.T(0,800,A.b(s.y,o)) -r.toString -r=A.cj(0,0,0,B.c.c7(r),0) -s.Q=B.nI -s.iA(0,B.ov,r)}}r=s.r -if(r!=null&&r.a!=null){q=A.bI("animationStatusCallback") -q.b=new A.a5C(p,q) -s.cz(q.bQ())}else p.b.tB()}} -A.a5C.prototype={ -$1(a){var s=this.a -s.b.tB() -s.a.eW(this.b.bQ())}, -$S:3} -A.hR.prototype={ -ds(a,b){var s -if(a instanceof A.hR){s=A.a5E(a,this,b) -s.toString -return s}s=A.a5E(null,this,b) -s.toString -return s}, -dt(a,b){var s -if(a instanceof A.hR){s=A.a5E(this,a,b) -s.toString -return s}s=A.a5E(this,null,b) -s.toString -return s}, -tk(a){return new A.a5H(this,a)}, -k(a,b){var s,r -if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -if(b instanceof A.hR){s=b.a -r=this.a -r=s==null?r==null:s===r -s=r}else s=!1 -return s}, -gw(a){return J.bq(this.a)}} -A.a5F.prototype={ -$1(a){var s=A.y(null,a,this.a) -s.toString -return s}, -$S:73} -A.a5G.prototype={ -$1(a){var s=A.y(null,a,1-this.a) -s.toString -return s}, -$S:73} -A.a5H.prototype={ -ho(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.vq() -break -case 0:if(Math.abs(b.a.a)<10&&Math.abs(a.a-s.fr)>0)A.vq() -break}}, -n(a){A.b(this.dy,"_thicknessAnimationController").n(0) -this.Dn(0)}} -A.a5J.prototype={ -$0(){this.a.qe()}, -$S:0} -A.a5I.prototype={ -$1(a){return A.vq()}, -$S:164} -A.P1.prototype={ -aK(a,b){var s,r,q,p=A.aQ(),o=p?A.bl():new A.bf(new A.bh()) -o.saz(0,this.b) -s=A.le(B.W0,6) -r=A.Hv(B.W1,new A.k(7,b.b)) -q=A.cF() -q.oG(0,s) -q.h8(0,r) -a.c0(0,q,o)}, -f3(a){return!this.b.k(0,a.b)}} -A.SQ.prototype={ -lD(a){return new A.K(12,a+12-1.5)}, -t3(a,b,a0,a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=null -if(a2==null)a2=a0 -if(a3==null)a3=a0 -s=A.oZ(c,c,c,new A.P1(A.ad9(a).gih(),c)) -switch(b.a){case 0:return A.aiV(s,new A.K(12,a2+12-1.5)) -case 1:r=a3+12-1.5 -q=A.aiV(s,new A.K(12,r)) -p=new Float64Array(16) -o=new A.aY(p) -o.dj() -o.at(0,6,r/2) -n=Math.cos(3.141592653589793) -m=Math.sin(3.141592653589793) -l=p[0] -k=p[4] -j=p[1] -i=p[5] -h=p[2] -g=p[6] -f=p[3] -e=p[7] -d=-m -p[0]=l*n+k*m -p[1]=j*n+i*m -p[2]=h*n+g*m -p[3]=f*n+e*m -p[4]=l*d+k*n -p[5]=j*d+i*n -p[6]=h*d+g*n -p[7]=f*d+e*n -o.at(0,-6,-r/2) -return A.JB(c,q,o,!0) -case 2:return B.hJ}}, -jd(a,b,c,d){if(c==null)c=b -if(d==null)d=b -switch(a.a){case 0:return new A.k(6,c+12-1.5) -case 1:return new A.k(6,d+12-1.5-12+1.5) -case 2:return new A.k(6,b+(b+12-1.5-b)/2)}}, -qm(a,b){return this.jd(a,b,null,null)}} -A.Em.prototype={ -eC(a){var s=this,r=s.a,q=r.a,p=q instanceof A.dF?q.eC(a):q,o=r.b -if(o instanceof A.dF)o=o.eC(a) -r=p.k(0,q)&&o.k(0,B.f1)?r:new A.P4(p,o) -return new A.Em(r,A.SL(s.b,a),A.od(s.c,a),A.od(s.d,a),A.od(s.e,a),A.od(s.f,a),A.od(s.r,a),A.od(s.x,a),A.od(s.y,a),A.od(s.z,a))}} -A.P4.prototype={} -A.KW.prototype={} -A.En.prototype={ -H(a,b){var s=null -return new A.A1(this,A.W6(this.d,new A.uz(this.c.gih(),s,s),s),s)}} -A.A1.prototype={ -cq(a){return this.f.c!==a.f.c}} -A.uA.prototype={ -gih(){var s=this.b -return s==null?this.r.b:s}, -gB7(){var s=this.c -return s==null?this.r.c:s}, -gMv(){var s=null,r=this.d -if(r==null){r=this.r.f -r=new A.a60(r.a,r.b,B.a3v,this.gih(),s,s,s,s,s,s,s,s)}return r}, -gJ2(){var s=this.e -return s==null?this.r.d:s}, -gv0(){var s=this.f -return s==null?this.r.e:s}, -eC(a){var s=this,r=new A.SR(a),q=s.gt1(),p=r.$1(s.b),o=r.$1(s.c),n=s.d -n=n==null?null:n.eC(a) -return A.arf(q,p,o,n,r.$1(s.e),r.$1(s.f),s.r.aa8(a,s.d==null))}} -A.SR.prototype={ -$1(a){return A.SL(a,this.a)}, -$S:142} -A.wH.prototype={ -eC(a){var s=this,r=new A.Y7(a),q=s.gt1(),p=r.$1(s.gih()),o=r.$1(s.gB7()),n=s.gMv() -n=n==null?null:n.eC(a) -return new A.wH(q,p,o,n,r.$1(s.gJ2()),r.$1(s.gv0()))}, -gt1(){return this.a}, -gih(){return this.b}, -gB7(){return this.c}, -gMv(){return this.d}, -gJ2(){return this.e}, -gv0(){return this.f}} -A.Y7.prototype={ -$1(a){return A.SL(a,this.a)}, -$S:142} -A.KZ.prototype={ -aa8(a,b){var s,r,q=this,p=new A.a5K(a),o=p.$1(q.b),n=p.$1(q.c),m=p.$1(q.d) -p=p.$1(q.e) -s=q.f -if(b){r=s.a -if(r instanceof A.dF)r=r.eC(a) -s=s.b -s=new A.KX(r,s instanceof A.dF?s.eC(a):s)}return new A.KZ(q.a,o,n,m,p,s)}} -A.a5K.prototype={ -$1(a){return a instanceof A.dF?a.eC(this.a):a}, -$S:73} -A.KX.prototype={} -A.a60.prototype={} -A.KY.prototype={} -A.abB.prototype={ -$0(){return null}, -$S:162} -A.aaM.prototype={ -$0(){var s=window.navigator.platform,r=s==null?null:s.toLowerCase() -if(r==null)r="" -if(B.d.cr(r,"mac"))return B.by -if(B.d.cr(r,"win"))return B.bM -if(B.d.A(r,"iphone")||B.d.A(r,"ipad")||B.d.A(r,"ipod"))return B.b4 -if(B.d.A(r,"android"))return B.bx -if(window.matchMedia("only screen and (pointer: fine)").matches)return B.bL -return B.bx}, -$S:215} -A.lJ.prototype={} -A.p9.prototype={} -A.EU.prototype={} -A.ET.prototype={} -A.bt.prototype={ -a6B(){var s,r,q,p,o,n,m,l=this.a -if(t.vp.b(l)){s=l.gLw(l) -r=l.j(0) -if(typeof s=="string"&&s!==r){q=r.length -p=J.aD(s) -if(q>p.gq(s)){o=B.d.Ay(r,s) -if(o===q-p.gq(s)&&o>2&&B.d.ag(r,o-2,o)===": "){n=B.d.ag(r,0,o-2) -m=B.d.fg(n," Failed assertion:") -if(m>=0)n=B.d.ag(n,0,m)+"\n"+B.d.dS(n,m+1) -l=p.By(s)+"\n"+n}else l=null}else l=null}else l=null -if(l==null)l=r}else if(!(typeof l=="string")){q=t.Lt.b(l)||t.VI.b(l) -p=J.j7(l) -l=q?p.j(l):" "+A.e(p.j(l))}l=J.aqz(l) -return l.length===0?" ":l}, -gOy(){var s=A.arr(new A.UQ(this).$0(),!0,B.oC) -return s}, -ci(){var s="Exception caught by "+this.c -return s}, -j(a){A.auU(null,B.HI,this) -return""}} -A.UQ.prototype={ -$0(){return J.aqy(this.a.a6B().split("\n")[0])}, -$S:45} -A.ph.prototype={ -gLw(a){return this.j(0)}, -ci(){return"FlutterError"}, -j(a){var s,r,q=new A.ka(this.a,t.ow) -if(!q.gR(q)){s=q.gI(q) -r=J.l(s) -s=A.hh.prototype.gm.call(r,s) -s.toString -s=J.apV(s)}else s="FlutterError" -return s}, -$im4:1} -A.UR.prototype={ -$1(a){return A.bx(a)}, -$S:145} -A.US.prototype={ -$1(a){return a+1}, -$S:37} -A.UT.prototype={ -$1(a){return a+1}, -$S:37} -A.abM.prototype={ -$1(a){return B.d.A(a,"StackTrace.current")||B.d.A(a,"dart-sdk/lib/_internal")||B.d.A(a,"dart:sdk_internal")}, -$S:41} -A.LH.prototype={} -A.LJ.prototype={} -A.LI.prototype={} -A.Dl.prototype={ -Sq(){var s,r,q,p,o,n=this,m=null -A.aui("Framework initialization",m,m) -n.S1() -$.E=n -s=t.u -r=A.cZ(s) -q=A.a([],t.CE) -p=A.Xb(m,m,t.Su,t.S) -o=A.V_(!0,"Root Focus Scope",!1) -o=o.r=new A.vh(new A.vr(p,t.op),o,A.aT(t.mx),A.a([],t.SW),A.a1(0,m,!1,t.Z)) -p=A.b($.eS.b1$,"_keyEventManager") -p.a=o.gFK() -$.eK.k3$.b.p(0,o.gF8(),m) -s=new A.RZ(new A.M_(r),q,o,A.x(t.yi,s)) -n.t$=s -s.a=n.gY_() -$.bg().b.k1=n.ga7p() -B.jO.qx(n.gZd()) -n.iX() -s=t.N -A.ayz("Flutter.FrameworkInitialization",A.x(s,s)) -A.auh()}, -fh(){}, -iX(){}, -a8v(a){var s,r=A.ajh() -r.vm(0,"Lock events");++this.a -s=a.$0() -s.ip(new A.RE(this,r)) -return s}, -BC(){}, -j(a){return""}} -A.RE.prototype={ -$0(){var s=this.a -if(--s.a<=0){this.b.tM(0) -s.RU() -if(s.d$.c!==0)s.F0()}}, -$S:11} -A.aa.prototype={} -A.z1.prototype={} -A.i1.prototype={ -al(a,b){var s,r,q=this,p=q.V$,o=q.X$,n=o.length -if(p===n){o=t.Z -if(p===0){p=A.a1(1,null,!1,o) -q.X$=p}else{s=A.a1(n*2,null,!1,o) -for(p=q.V$,o=q.X$,r=0;r0){r.X$[s]=null;++r.ab$}else r.a1I(s) -break}}, -n(a){}, -aA(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=f.V$ -if(e===0)return;++f.ae$ -for(s=0;s0){l=f.V$-f.ab$ -e=f.X$ -if(l*2<=e.length){k=A.a1(l,null,!1,t.Z) -for(e=f.V$,p=f.X$,j=0,s=0;s#"+A.bF(this)+"("+A.e(this.a)+")"}} -A.p2.prototype={ -j(a){return"DiagnosticLevel."+this.b}} -A.i5.prototype={ -j(a){return"DiagnosticsTreeStyle."+this.b}} -A.a8i.prototype={} -A.dU.prototype={ -Bu(a,b){return this.bX(0)}, -j(a){return this.Bu(a,B.ba)}, -gaT(a){return this.a}} -A.hh.prototype={ -gm(a){this.a0b() -return this.cy}, -a0b(){return}} -A.mo.prototype={} -A.EE.prototype={} -A.ab.prototype={ -ci(){return"#"+A.bF(this)}, -Bu(a,b){var s=this.ci() -return s}, -j(a){return this.Bu(a,B.ba)}} -A.ED.prototype={ -ci(){return"#"+A.bF(this)}} -A.i4.prototype={ -j(a){return this.Mx(B.oC).bX(0)}, -ci(){return"#"+A.bF(this)}, -aap(a,b){return A.ade(a,b,this)}, -Mx(a){return this.aap(null,a)}} -A.Lf.prototype={} -A.ei.prototype={} -A.G4.prototype={} -A.di.prototype={ -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return A.o(this).i("di").b(b)&&J.f(b.a,this.a)}, -gw(a){return A.W(A.w(this),this.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){var s=A.o(this),r=s.i("di.T"),q=this.a,p=A.b8(r)===B.D8?"<'"+A.e(q)+"'>":"<"+A.e(q)+">" -if(A.w(this)===A.b8(s.i("di")))return"["+p+"]" -return"["+A.b8(r).j(0)+" "+p+"]"}} -A.aet.prototype={} -A.fG.prototype={} -A.w0.prototype={} -A.A.prototype={ -q5(a){var s=a.a,r=this.a -if(s<=r){a.a=r+1 -a.ii()}}, -ii(){}, -gc3(){return this.b}, -ad(a){this.b=a}, -a7(a){this.b=null}, -gaf(a){return this.c}, -fE(a){var s -a.c=this -s=this.b -if(s!=null)a.ad(s) -this.q5(a)}, -iK(a){a.c=null -if(this.b!=null)a.a7(0)}} -A.aU.prototype={ -grz(){var s,r=this,q=r.c -if(q===$){s=A.cZ(r.$ti.c) -A.bp(r.c,"_set") -r.c=s -q=s}return q}, -B(a,b){this.b=!0 -this.grz().aC(0) -return B.b.B(this.a,b)}, -aC(a){this.b=!1 -B.b.sq(this.a,0) -this.grz().aC(0)}, -A(a,b){var s=this,r=s.a -if(r.length<3)return B.b.A(r,b) -if(s.b){s.grz().N(0,r) -s.b=!1}return s.grz().A(0,b)}, -ga1(a){var s=this.a -return new J.dq(s,s.length,A.a7(s).i("dq<1>"))}, -gR(a){return this.a.length===0}, -gb5(a){return this.a.length!==0}} -A.vr.prototype={ -F(a,b){var s=this.a,r=s.h(0,b) -s.p(0,b,(r==null?0:r)+1)}, -B(a,b){var s=this.a,r=s.h(0,b) -if(r==null)return!1 -if(r===1)s.B(0,b) -else s.p(0,b,r-1) -return!0}, -A(a,b){return this.a.aq(0,b)}, -ga1(a){var s=this.a -s=s.gas(s) -return s.ga1(s)}, -gR(a){var s=this.a -return s.gR(s)}, -gb5(a){var s=this.a -return s.gb5(s)}} -A.dx.prototype={ -j(a){return"TargetPlatform."+this.b}} -A.a4b.prototype={ -hA(a){var s=this.a,r=B.e.bu(s.b,a) -if(r!==0)s.hJ(0,$.amC(),0,a-r)}, -jX(){var s,r,q,p=this -if(p.b)throw A.c(A.a6("done() must not be called more than once on the same "+A.w(p).j(0)+".")) -s=p.a -r=s.a -q=A.l5(r.buffer,0,s.b*r.BYTES_PER_ELEMENT) -p.a=A.ajm() -p.b=!0 -return q}} -A.xp.prototype={ -lI(a){return this.a.getUint8(this.b++)}, -uT(a){var s=this.b,r=$.cW() -B.hC.BV(this.a,s,r)}, -lJ(a){var s=this.a,r=A.df(s.buffer,s.byteOffset+this.b,a) -this.b+=a -return r}, -uU(a){var s -this.hA(8) -s=this.a -B.B5.IZ(s.buffer,s.byteOffset+this.b,a)}, -hA(a){var s=this.b,r=B.e.bu(s,a) -if(r!==0)this.b=s+(a-r)}} -A.hK.prototype={ -gw(a){var s=this -return A.W(s.b,s.d,s.f,s.r,s.x,s.y,s.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s=this -if(b==null)return!1 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.hK&&b.b===s.b&&b.d===s.d&&b.f===s.f&&b.r===s.r&&b.x===s.x&&b.y===s.y&&b.a===s.a}, -j(a){var s=this -return"StackFrame(#"+s.b+", "+s.c+":"+s.d+"/"+s.e+":"+s.f+":"+s.r+", className: "+s.x+", method: "+s.y+")"}} -A.a2z.prototype={ -$1(a){return a.length!==0}, -$S:41} -A.et.prototype={ -fY(a,b,c,d){var s=b.$1(this.a) -if(d.i("av<0>").b(s))return s -return new A.et(d.a(s),d.i("et<0>"))}, -bG(a,b,c){return this.fY(a,b,null,c)}, -ip(a){var s,r,q,p,o,n=this -try{s=a.$0() -if(t.L0.b(s)){p=J.agp(s,new A.a2U(n),n.$ti.c) -return p}return n}catch(o){r=A.ae(o) -q=A.aF(o) -p=A.adp(r,q,n.$ti.c) -return p}}, -$iav:1} -A.a2U.prototype={ -$1(a){return this.a.a}, -$S(){return this.a.$ti.i("1(@)")}} -A.vn.prototype={ -j(a){return"GestureDisposition."+this.b}} -A.cQ.prototype={} -A.Fl.prototype={} -A.rK.prototype={ -j(a){var s=this,r=s.a -r=r.length===0?""+"":""+new A.aG(r,new A.a6N(s),A.a7(r).i("aG<1,m>")).bB(0,", ") -if(s.b)r+=" [open]" -if(s.c)r+=" [held]" -if(s.d)r+=" [hasPendingSweep]" -return r.charCodeAt(0)==0?r:r}} -A.a6N.prototype={ -$1(a){if(a===this.a.e)return a.j(0)+" (eager winner)" -return a.j(0)}, -$S:149} -A.Vq.prototype={ -IK(a,b,c){this.a.bK(0,b,new A.Vs(this,b)).a.push(c) -return new A.Fl(this,b,c)}, -a50(a,b){var s=this.a.h(0,b) -if(s==null)return -s.b=!1 -this.I1(b,s)}, -DC(a){var s,r=this.a,q=r.h(0,a) -if(q==null)return -if(q.c){q.d=!0 -return}r.B(0,a) -r=q.a -if(r.length!==0){B.b.gI(r).hI(a) -for(s=1;s0.4){r.go=B.hV -r.a0(B.cl)}else if(a.gp4().gtF()>A.CB(a.gcV(a),null))r.a0(B.au) -if(s>0.4&&r.go===B.Di){r.go=B.hV -if(r.ch!=null)r.dH("onStart",new A.Vb(r,s))}}r.CP(a)}, -hI(a){var s=this,r=s.go -if(r===B.hU)r=s.go=B.Di -if(s.ch!=null&&r===B.hV)s.dH("onStart",new A.V9(s))}, -tA(a){var s=this,r=s.go,q=r===B.hV||r===B.a2R -if(r===B.hU){s.a0(B.au) -return}if(q&&s.db!=null)if(s.db!=null)s.dH("onEnd",new A.Va(s)) -s.go=B.nK}, -j5(a){this.hy(a) -this.tA(a)}} -A.Vb.prototype={ -$0(){var s,r="_lastPosition",q=this.a,p=q.ch -p.toString -s=A.b(q.fx,r).b -A.b(q.fx,r) -return p.$1(new A.mA(s))}, -$S:0} -A.V9.prototype={ -$0(){var s,r="_lastPosition",q=this.a,p=q.ch -p.toString -A.b(q.fy,"_lastPressure") -s=A.b(q.fx,r).b -A.b(q.fx,r) -return p.$1(new A.mA(s))}, -$S:0} -A.Va.prototype={ -$0(){var s,r="_lastPosition",q=this.a,p=q.db -p.toString -s=A.b(q.fx,r).b -A.b(q.fx,r) -return p.$1(new A.mA(s))}, -$S:0} -A.uJ.prototype={ -gw(a){return A.W(this.a,23,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.uJ&&b.a==this.a}, -j(a){return"DeviceGestureSettings(touchSlop: "+A.e(this.a)+")"}} -A.ia.prototype={ -j(a){return"#"+A.bF(this)+"("+this.gil(this).j(0)+")"}, -gil(a){return this.a}} -A.tn.prototype={} -A.As.prototype={ -cf(a,b){return t.xV.a(this.a.a2(0,b))}} -A.t2.prototype={ -cf(a,b){var s,r,q,p,o=new Float64Array(16),n=new A.aY(o) -n.ba(b) -s=this.a -r=s.a -q=s.b -s=o[0] -p=o[3] -o[0]=s+r*p -o[1]=o[1]+q*p -o[2]=o[2]+0*p -o[3]=p -p=o[4] -s=o[7] -o[4]=p+r*s -o[5]=o[5]+q*s -o[6]=o[6]+0*s -o[7]=s -s=o[8] -p=o[11] -o[8]=s+r*p -o[9]=o[9]+q*p -o[10]=o[10]+0*p -o[11]=p -p=o[12] -s=o[15] -o[12]=p+r*s -o[13]=o[13]+q*s -o[14]=o[14]+0*s -o[15]=s -return n}} -A.hn.prototype={ -jr(){var s,r,q,p,o=this.c -if(o.length===0)return -s=this.b -r=B.b.gJ(s) -for(q=o.length,p=0;p":B.b.bB(s,", "))+")"}} -A.pE.prototype={} -A.w8.prototype={} -A.pD.prototype={} -A.eP.prototype={ -fS(a){var s,r=this -switch(a.gda(a)){case 1:s=r.y1==null&&r.x2==null&&r.y2==null&&r.K==null&&!0 -if(s)return!1 -break -case 2:return!1 -case 4:return!1 -default:return!1}return r.nS(a)}, -zv(){var s,r=this -r.a0(B.cl) -r.r1=!0 -s=r.dx -s.toString -r.Dk(s) -r.Vz()}, -KC(a){var s,r=this -if(!a.gnW()){if(t._.b(a)){s=new A.iT(a.gcV(a),A.a1(20,null,!1,t.av)) -r.bd=s -s.rT(a.gj7(a),a.ge1())}if(t.n2.b(a)){s=r.bd -s.toString -s.rT(a.gj7(a),a.ge1())}}if(t.oN.b(a)){if(r.r1)r.Vx(a) -else r.a0(B.au) -r.xR()}else if(t.Ko.b(a)){r.E7() -r.xR()}else if(t._.b(a)){r.r2=new A.fJ(a.ge1(),a.gbS(a)) -r.rx=a.gda(a) -r.Vw(a)}else if(t.n2.b(a))if(a.gda(a)!==r.rx){r.a0(B.au) -s=r.dx -s.toString -r.hy(s)}else if(r.r1)r.Vy(a)}, -Vw(a){this.r2.toString -this.d.h(0,a.gcg()).toString -switch(this.rx){case 1:break -case 2:break -case 4:break}}, -E7(){if(this.db===B.f5)switch(this.rx){case 1:break -case 2:break -case 4:break}}, -Vz(){var s,r,q=this -switch(q.rx){case 1:if(q.y1!=null){s=q.r2 -r=s.b -s=s.a -q.dH("onLongPressStart",new A.Xh(q,new A.pE(r,s)))}s=q.x2 -if(s!=null)q.dH("onLongPress",s) -break -case 2:break -case 4:break}}, -Vy(a){var s=this,r=a.gbS(a),q=a.ge1(),p=a.gbS(a).a4(0,s.r2.b) -a.ge1().a4(0,s.r2.a) -switch(s.rx){case 1:if(s.y2!=null)s.dH("onLongPressMoveUpdate",new A.Xg(s,new A.w8(r,q,p))) -break -case 2:break -case 4:break}}, -Vx(a){var s,r=this,q=r.bd.uY(),p=q==null?B.cO:new A.iS(q.a) -a.gbS(a) -s=a.ge1() -r.bd=null -switch(r.rx){case 1:if(r.K!=null)r.dH("onLongPressEnd",new A.Xf(r,new A.pD(s,p))) -break -case 2:break -case 4:break}}, -xR(){var s=this -s.r1=!1 -s.bd=s.rx=s.r2=null}, -a0(a){var s=this -if(a===B.au)if(s.r1)s.xR() -else s.E7() -s.Dd(a)}, -hI(a){}} -A.Xh.prototype={ -$0(){return this.a.y1.$1(this.b)}, -$S:0} -A.Xg.prototype={ -$0(){return this.a.y2.$1(this.b)}, -$S:0} -A.Xf.prototype={ -$0(){return this.a.K.$1(this.b)}, -$S:0} -A.kp.prototype={ -h(a,b){return this.c[b+this.a]}, -a2(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;ma5)return null -s=a6+1 -r=new A.Za(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.kp(c*a5,a5,q).a2(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;mr&&Math.abs(a.d.b)>s}, -xj(a,b){return Math.abs(A.b(this.r2,"_globalDistanceMoved"))>A.CB(a,null)}, -oc(a){return new A.k(0,a.b)}, -m6(a){return a.b}} -A.ho.prototype={ -As(a,b){var s,r=this.fx -if(r==null)r=50 -s=this.fr -if(s==null)s=A.CB(b,null) -return Math.abs(a.a.a)>r&&Math.abs(a.d.a)>s}, -xj(a,b){return Math.abs(A.b(this.r2,"_globalDistanceMoved"))>A.CB(a,null)}, -oc(a){return new A.k(a.a,0)}, -m6(a){return a.a}} -A.hB.prototype={ -As(a,b){var s,r=this.fx -if(r==null)r=50 -s=this.fr -if(s==null)s=A.CB(b,null) -return a.a.gtF()>r*r&&a.d.gtF()>s*s}, -xj(a,b){return Math.abs(A.b(this.r2,"_globalDistanceMoved"))>A.axq(a,null)}, -oc(a){return a}, -m6(a){return null}} -A.KQ.prototype={ -a0H(){this.a=!0}} -A.tk.prototype={ -hy(a){if(this.r){this.r=!1 -$.eK.k3$.Mb(this.b,a)}}, -Ll(a,b){return a.gbS(a).a4(0,this.d).gd1()<=b}} -A.hi.prototype={ -fS(a){var s -if(this.y==null)switch(a.gda(a)){case 1:s=this.f==null&&!0 -if(s)return!1 -break -default:return!1}return this.nS(a)}, -hK(a){var s=this,r=s.y -if(r!=null)if(!r.Ll(a,100))return -else{r=s.y -if(!r.f.a||a.gda(a)!==r.e){s.m9() -return s.I0(a)}}s.I0(a)}, -I0(a){var s,r,q,p,o,n,m=this -m.HF() -s=$.eK.k4$.IK(0,a.gcg(),m) -r=a.gcg() -q=a.gbS(a) -p=a.gda(a) -o=new A.KQ() -A.c_(B.HY,o.ga0G()) -n=new A.tk(r,s,q,p,o) -m.z.p(0,a.gcg(),n) -o=a.gc4(a) -if(!n.r){n.r=!0 -$.eK.k3$.IR(r,m.grw(),o)}}, -a0i(a){var s,r=this,q=r.z,p=q.h(0,a.gcg()) -p.toString -if(t.oN.b(a)){s=r.y -if(s==null){if(r.x==null)r.x=A.c_(B.bT,r.ga0j()) -s=p.b -$.eK.k4$.a7Z(s) -p.hy(r.grw()) -q.B(0,s) -r.Ei() -r.y=p}else{s=s.c -s.a.os(s.b,s.c,B.cl) -s=p.c -s.a.os(s.b,s.c,B.cl) -p.hy(r.grw()) -q.B(0,p.b) -q=r.f -if(q!=null)r.dH("onDoubleTap",q) -r.m9()}}else if(t.n2.b(a)){if(!p.Ll(a,18))r.oq(p)}else if(t.Ko.b(a))r.oq(p)}, -hI(a){}, -j5(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.oq(q)}, -oq(a){var s,r=this,q=r.z -q.B(0,a.b) -s=a.c -s.a.os(s.b,s.c,B.au) -a.hy(r.grw()) -s=r.y -if(s!=null)if(a===s)r.m9() -else{r.E5() -if(q.gR(q))r.m9()}}, -n(a){this.m9() -this.D9(0)}, -m9(){var s,r=this -r.HF() -if(r.y!=null){s=r.z -if(s.gb5(s))r.E5() -s=r.y -s.toString -r.y=null -r.oq(s) -$.eK.k4$.a9T(0,s.b)}r.Ei()}, -Ei(){var s=this.z -s=s.gbm(s) -B.b.ai(A.aq(s,!0,A.o(s).i("p.E")),this.ga1F())}, -HF(){var s=this.x -if(s!=null){s.av(0) -this.x=null}}, -E5(){}} -A.Z5.prototype={ -IR(a,b,c){J.eX(this.a.bK(0,a,new A.Z7()),b,c)}, -Mb(a,b){var s,r=this.a,q=r.h(0,a) -q.toString -s=J.bO(q) -s.B(q,b) -if(s.gR(q))r.B(0,a)}, -Wn(a,b,c){var s,r,q,p -try{b.$1(a.bL(c))}catch(q){s=A.ae(q) -r=A.aF(q) -p=A.bx("while routing a pointer event") -A.ds(new A.bt(s,r,"gesture library",p,null,!1))}}, -Mr(a){var s=this,r=s.a.h(0,a.gcg()),q=s.b,p=t.Ld,o=t.iD,n=A.Xc(q,p,o) -if(r!=null)s.EN(a,r,A.Xc(r,p,o)) -s.EN(a,q,n)}, -EN(a,b,c){c.ai(0,new A.Z6(this,b,a))}} -A.Z7.prototype={ -$0(){return A.x(t.Ld,t.iD)}, -$S:156} -A.Z6.prototype={ -$2(a,b){if(J.ec(this.b,a))this.a.Wn(this.c,a,b)}, -$S:157} -A.Z8.prototype={ -q6(a,b,c){if(this.a!=null)return -this.b=b -this.a=c}, -a0(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.ae(p) -r=A.aF(p) -n=A.bx("while resolving a PointerSignalEvent") -A.ds(new A.bt(s,r,"gesture library",n,null,!1))}o.b=o.a=null}} -A.uW.prototype={ -j(a){return"DragStartBehavior."+this.b}} -A.ct.prototype={ -a40(a){var s=this -s.d.p(0,a.gcg(),a.gcV(a)) -if(s.fS(a))s.hK(a) -else s.pr(a)}, -hK(a){}, -pr(a){}, -fS(a){var s=this.c -return s==null||s.A(0,a.gcV(a))}, -n(a){}, -L8(a,b,c){var s,r,q,p,o=null -try{o=b.$0()}catch(q){s=A.ae(q) -r=A.aF(q) -p=A.bx("while handling a gesture") -A.ds(new A.bt(s,r,"gesture",p,null,!1))}return o}, -dH(a,b){return this.L8(a,b,null,t.z)}, -a84(a,b,c){return this.L8(a,b,c,t.z)}} -A.wM.prototype={ -hK(a){this.vq(a.gcg(),a.gc4(a))}, -pr(a){this.a0(B.au)}, -hI(a){}, -j5(a){}, -a0(a){var s,r,q=this.e,p=A.aq(q.gbm(q),!0,t.o) -q.aC(0) -for(q=p.length,s=0;s")),r=r.c;q.u();){p=r.a(q.d) -o=$.eK.k3$ -n=k.gpp() -o=o.a -m=o.h(0,p) -m.toString -l=J.bO(m) -l.B(m,n) -if(l.gR(m))o.B(0,p)}s.aC(0) -k.D9(0)}, -UM(a){return $.eK.k4$.IK(0,a,this)}, -vq(a,b){var s=this -$.eK.k3$.IR(a,s.gpp(),b) -s.f.F(0,a) -s.e.p(0,a,s.UM(a))}, -hy(a){var s=this.f -if(s.A(0,a)){$.eK.k3$.Mb(a,this.gpp()) -s.B(0,a) -if(s.a===0)this.tA(a)}}, -CP(a){if(t.oN.b(a)||t.Ko.b(a))this.hy(a.gcg())}} -A.pi.prototype={ -j(a){return"GestureRecognizerState."+this.b}} -A.pY.prototype={ -hK(a){var s=this -s.vG(a) -if(s.db===B.bU){s.db=B.f5 -s.dx=a.gcg() -s.dy=new A.fJ(a.ge1(),a.gbS(a)) -s.fx=A.c_(s.ch,new A.Zf(s,a))}}, -pr(a){if(!this.fr)this.PK(a)}, -k9(a){var s,r,q,p=this -if(p.db===B.f5&&a.gcg()===p.dx){if(!p.fr)s=p.Fj(a)>18 -else s=!1 -if(p.fr){r=p.cy -q=r!=null&&p.Fj(a)>r}else q=!1 -if(t.n2.b(a))r=s||q -else r=!1 -if(r){p.a0(B.au) -r=p.dx -r.toString -p.hy(r)}else p.KC(a)}p.CP(a)}, -zv(){}, -hI(a){if(a===this.dx){this.mg() -this.fr=!0}}, -j5(a){var s=this -if(a===s.dx&&s.db===B.f5){s.mg() -s.db=B.Il}}, -tA(a){var s=this -s.mg() -s.db=B.bU -s.dy=null -s.fr=!1}, -n(a){this.mg() -this.nT(0)}, -mg(){var s=this.fx -if(s!=null){s.av(0) -this.fx=null}}, -Fj(a){return a.gbS(a).a4(0,this.dy.b).gd1()}} -A.Zf.prototype={ -$0(){this.a.zv() -return null}, -$S:0} -A.fJ.prototype={ -W(a,b){return new A.fJ(this.a.W(0,b.a),this.b.W(0,b.b))}, -a4(a,b){return new A.fJ(this.a.a4(0,b.a),this.b.a4(0,b.b))}, -j(a){return"OffsetPair(local: "+this.a.j(0)+", global: "+this.b.j(0)+")"}} -A.LT.prototype={} -A.qR.prototype={} -A.qS.prototype={} -A.Dj.prototype={ -hK(a){var s=this -if(s.db===B.bU){if(s.rx!=null&&s.ry!=null)s.ow() -s.rx=a}if(s.rx!=null)s.PS(a)}, -vq(a,b){this.PL(a,b)}, -KC(a){var s,r,q=this -if(t.oN.b(a)){q.ry=a -q.E9()}else if(t.Ko.b(a)){q.a0(B.au) -if(q.r1){s=q.rx -s.toString -q.tR(a,s,"")}q.ow()}else{s=a.gda(a) -r=q.rx -if(s!==r.gda(r)){q.a0(B.au) -s=q.dx -s.toString -q.hy(s)}}}, -a0(a){var s,r=this -if(r.r2&&a===B.au){s=r.rx -s.toString -r.tR(null,s,"spontaneous") -r.ow()}r.Dd(a)}, -zv(){this.HL()}, -hI(a){var s=this -s.Dk(a) -if(a===s.dx){s.HL() -s.r2=!0 -s.E9()}}, -j5(a){var s,r=this -r.PT(a) -if(a===r.dx){if(r.r1){s=r.rx -s.toString -r.tR(null,s,"forced")}r.ow()}}, -HL(){var s,r=this -if(r.r1)return -s=r.rx -s.toString -r.KD(s) -r.r1=!0}, -E9(){var s,r,q=this -if(!q.r2||q.ry==null)return -s=q.rx -s.toString -r=q.ry -r.toString -q.KE(s,r) -q.ow()}, -ow(){var s=this -s.r2=s.r1=!1 -s.rx=s.ry=null}} -A.eT.prototype={ -fS(a){var s,r=this -switch(a.gda(a)){case 1:if(r.aN==null&&r.b1==null&&r.bg==null&&r.aB==null)return!1 -break -case 2:if(r.aO==null)if(r.bd==null)s=!0 -else s=!1 -else s=!1 -if(s)return!1 -break -case 4:return!1 -default:return!1}return r.nS(a)}, -KD(a){var s,r=this,q=a.gbS(a),p=a.ge1(),o=r.d.h(0,a.gcg()) -o.toString -s=new A.qR(q,o,p) -switch(a.gda(a)){case 1:if(r.aN!=null)r.dH("onTapDown",new A.a3_(r,s)) -break -case 2:if(r.bd!=null)r.dH("onSecondaryTapDown",new A.a30(r,s)) -break -case 4:break}}, -KE(a,b){var s=this,r=b.gcV(b),q=b.gbS(b) -b.ge1() -switch(a.gda(a)){case 1:if(s.bg!=null)s.dH("onTapUp",new A.a31(s,new A.qS(q,r))) -r=s.b1 -if(r!=null)s.dH("onTap",r) -break -case 2:if(s.aO!=null)s.dH("onSecondaryTap",new A.a32(s)) -break -case 4:break}}, -tR(a,b,c){var s,r=c===""?c:c+" " -switch(b.gda(b)){case 1:s=this.aB -if(s!=null)this.dH(r+"onTapCancel",s) -break -case 2:break -case 4:break}}} -A.a3_.prototype={ -$0(){return this.a.aN.$1(this.b)}, -$S:0} -A.a30.prototype={ -$0(){return this.a.bd.$1(this.b)}, -$S:0} -A.a31.prototype={ -$0(){return this.a.bg.$1(this.b)}, -$S:0} -A.a32.prototype={ -$0(){return this.a.aO.$0()}, -$S:0} -A.iS.prototype={ -a4(a,b){return new A.iS(this.a.a4(0,b.a))}, -W(a,b){return new A.iS(this.a.W(0,b.a))}, -a4W(a,b){var s=this.a,r=s.gtF() -if(r>b*b)return new A.iS(s.fm(0,s.gd1()).a2(0,b)) -if(r100||Math.abs(m-p.a.a)/1000>40)break -k=n.b -f.push(k.a) -e.push(k.b) -d.push(1) -c.push(-l) -b=(b===0?20:b)-1;++o -if(o<20){q=n -p=q -continue}else{q=n -break}}while(!0) -if(o>=3){j=new A.FU(c,f,d).CN(2) -if(j!=null){i=new A.FU(c,e,d).CN(2) -if(i!=null)return new A.re(new A.k(j.a[1]*1000,i.a[1]*1000),A.b(j.b,h)*A.b(i.b,h),new A.aP(r-q.a.a),s.b.a4(0,q.b))}}return new A.re(B.i,1,new A.aP(r-q.a.a),s.b.a4(0,q.b))}} -A.pl.prototype={ -rT(a,b){var s=(this.c+1)%20 -this.c=s -this.d[s]=new A.AP(a,b)}, -xJ(a){var s,r,q=this.c+a,p=B.e.bu(q,20),o=B.e.bu(q-1,20) -q=this.d -s=q[p] -r=q[o] -if(s==null||r==null)return B.i -q=s.a.a-r.a.a -return q>0?s.b.a4(0,r.b).a2(0,1000).fm(0,q/1000):B.i}, -uY(){var s,r,q=this,p=q.xJ(-2).a2(0,0.6).W(0,q.xJ(-1).a2(0,0.35)).W(0,q.xJ(0).a2(0,0.05)),o=q.d,n=q.c,m=o[n] -for(s=null,r=1;r<=20;++r){s=o[B.e.bu(n+r,20)] -if(s!=null)break}if(s==null||m==null)return B.a2t -else return new A.re(p,1,new A.aP(m.a.a-s.a.a),m.b.a4(0,s.b))}} -A.Jx.prototype={ -j(a){return"ThemeMode."+this.b}} -A.wg.prototype={ -aj(){return new A.Ap(B.l)}} -A.Xp.prototype={ -$2(a,b){return new A.pH(a,b)}, -$S:158} -A.Xs.prototype={ -lG(a){return A.a2(a).r}, -t5(a,b,c){switch(A.b9(c.a)){case B.aK:return b -case B.as:switch(A.a2(a).r.a){case 3:case 4:case 5:return new A.Il(b,c.b,null) -case 0:case 1:case 2:return b}break}}, -t4(a,b,c){var s,r=null -A.a2(a) -switch(A.a2(a).r.a){case 2:case 3:case 4:case 5:s=1 -break -case 0:s=2 -break -case 1:s=3 -break -default:s=r -break}if(s)c$0:for(;!0;)switch(s){case 1:return b -case 2:switch(1){case 0:s=1 -break -case 1:s=2 -break -default:s=r -break}if(s)c$1:for(;!0;)switch(s){case 1:return new A.qL(c.a,b,r) -case 2:s=3 -continue c$0}break c$0 -case 3:return new A.pj(c.a,A.a2(a).ch.f,b,r)}}} -A.Ap.prototype={ -aR(){this.bi() -this.d=A.asr()}, -ga02(){var s=A.a([],t.a9) -this.a.toString -s.push(B.EO) -s.push(B.EH) -return s}, -a_K(a,b){return A.ahl(B.IC,!0,b)}, -a07(a,b){var s,r,q,p,o,n=this,m=null -n.a.toString -s=A.eQ(a) -r=s==null?m:s.d -if(r==null)r=B.al -q=r===B.aa -s=A.eQ(a) -s=s==null?m:s.ch -p=s===!0 -if(q)if(p)n.a.toString -if(q)n.a.toString -if(p)n.a.toString -o=n.a.fx -s=b==null?B.dJ:b -return new A.xZ(new A.tL(o,s,B.ac,B.H,m,m),m)}, -Ve(a){var s,r,q=this,p=null,o=q.a,n=o.fx -n=n.cx -s=n -n=o.e -o=o.dy -r=q.ga02() -q.a.toString -return new A.z4(p,p,p,new A.a7H(),p,p,p,p,n,B.Vt,p,p,B.Pg,q.ga06(),o,p,B.a03,s,p,r,p,p,B.ru,!1,!1,!1,!1,q.ga_J(),!0,p,p,p,!1,new A.kR(q,t.bT))}, -H(a,b){var s=null,r=A.vg(!1,!1,this.Ve(b),s,s,s,!0,s,s,new A.a7I(),s,s) -this.a.toString -return new A.y0(B.En,new A.mE(A.b(this.d,"_heroController"),r,s),s)}} -A.a7H.prototype={ -$1$2(a,b,c){var s=null,r=A.a([],t.Zt),q=$.a3,p=A.Ho(B.cY),o=A.a([],t.wi),n=A.a1(0,s,!1,t.Z),m=$.a3 -return new A.mT(b,!1,s,r,new A.b7(s,c.i("b7>")),new A.b7(s,t.A),new A.wT(),s,new A.bd(new A.ad(q,c.i("ad<0?>")),c.i("bd<0?>")),p,o,a,new A.cJ(s,n,t.XR),new A.bd(new A.ad(m,c.i("ad<0?>")),c.i("bd<0?>")),c.i("mT<0>"))}, -$2(a,b){return this.$1$2(a,b,t.z)}, -$S:161} -A.a7I.prototype={ -$2(a,b){if(!(b instanceof A.jR)||!b.c.gu8().k(0,B.hn))return B.e2 -return A.aun()?B.iJ:B.e2}, -$S:143} -A.aa0.prototype={ -qj(a){return a.Bo(this.b)}, -ky(a){return new A.K(a.b,this.b)}, -qp(a,b){return new A.k(0,a.b-b.b)}, -iv(a){return this.b!==a.b}} -A.No.prototype={} -A.tV.prototype={ -Xw(a){return!0}, -aj(){return new A.zc(B.l)}} -A.zc.prototype={ -be(){var s,r=this -r.ct() -s=r.d -if(s!=null)s.T(0,r.gxd()) -s=r.c.M(t.yd) -s=s==null?null:s.f -r.d=s -if(s!=null){s=s.d -s.a_G(s.c,new A.lM(r.gxd()),!1)}}, -n(a){var s=this,r=s.d -if(r!=null){r.T(0,s.gxd()) -s.d=null}s.bb(0)}, -Yt(){var s,r,q=this.c -q.toString -q=A.atv(q) -s=q.e -if(s.gah()!=null){r=q.x -r=A.o(r).i("bn.T").a(r.y)}else r=!1 -if(r)s.gah().cl(0) -q=q.d.gah() -if(q!=null)q.abe(0)}, -ZN(a){var s,r -if(a instanceof A.fT){s=this.e -if(a.cR$===0){r=a.a -r=Math.max(r.gcM()-r.gfi(),0)>0&&A.b9(r.e)===B.as}else r=!1 -this.e=r -if(r!==s)this.au(new A.a4y())}}, -H(a8,a9){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2=null,a3=A.a2(a9),a4=a3.ch,a5=A.a2(a9).ae,a6=a9.mL(t.Np),a7=A.wu(a9,t.X) -a9.M(t.N8) -s=A.aT(t.W) -r=a1.e -if(r)s.F(0,B.VG) -r=a6==null -if(r)q=a2 -else{a6.a.toString -q=!1}if(r)a6=a2 -else{a6.a.toString -a6=!1}p=a6===!0 -if(a7==null)a6=a2 -else if(!a7.gKH()){a6=a7.d2$ -a6=a6!=null&&a6.length!==0}else a6=!0 -o=a6===!0 -a1.a.toString -n=a5.ch -if(n==null)n=56 -a6=a4.a===B.aa?a4.fy:a4.b -r=t.MH -m=A.dt(a2,s,r) -r=m==null?A.dt(a5.b,s,r):m -l=r==null?A.dt(a6,s,t.n8):r -a1.a.toString -k=a5.c -if(k==null)k=a4.a===B.aa?a4.go:a4.c -a6=a5.r -j=a6==null?a3.V.dY(k):a6 -a1.a.toString -i=a5.x -if(i==null)i=j -a6=a5.cx -if(a6==null){a6=a3.L.Q -a6=a6==null?a2:a6.dY(k) -h=a6}else h=a6 -a1.a.toString -a6=a5.cy -if(a6==null){a6=a3.L.r -a6=a6==null?a2:a6.dY(k) -g=a6}else g=a6 -a1.a.toString -if(q===!0){a6=j.c -if(a6==null)a6=24 -A.de(a9,B.ae,t.v).toString -f=A.ic(a2,!0,B.IG,a6,a1.gYs(),B.aM,"Open navigation menu")}else if(!p&&o)f=B.DD -else f=a2 -if(f!=null){a1.a.toString -f=new A.eH(A.f_(a2,56),f,a2)}e=a1.a.e -switch(a3.r.a){case 0:case 1:case 3:case 5:d=!0 -break -case 2:case 4:d=a2 -break -default:d=a2}e=A.bB(a2,new A.Kd(e,a2),!1,a2,a2,!1,!1,a2,a2,!0,a2,a2,a2,d,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2) -g.toString -e=A.mn(e,a2,a2,B.b5,!1,g,a2,a2,B.b6) -c=a9.M(t.l).f -e=new A.hv(c.Jw(Math.min(c.c,1.34)),e,a2) -a6=a1.a -b=A.jU(a6.f,B.ch,B.ap,B.dv) -b=A.pm(b,i) -a6=a6.Xw(a3) -a1.a.toString -s=a5.Q -if(s==null)s=16 -h.toString -a=A.agP(new A.kH(new A.aa0(n),A.pm(A.mn(new A.Gr(f,e,b,a6,s,a2),a2,a2,B.cM,!0,h,a2,a2,B.b6),j),a2),a2) -a=A.a_X(!1,a,B.an,!0) -a6=A.Jw(l) -a6=a6===B.aa?B.Yp:B.Yq -a0=a6 -a1.a.toString -a6=a5.d -if(a6==null)a6=4 -s=a5.e -if(s==null)s=B.r -return A.bB(a2,new A.tS(a0,A.l2(B.H,a2,A.bB(a2,new A.hZ(B.Ds,a2,a2,a,a2),!1,a2,a2,!1,!0,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2),B.u,l,a6,a2,s,a5.f,a2,B.dx),a2,t.ph),!0,a2,a2,!1,!1,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2)}} -A.a4y.prototype={ -$0(){}, -$S:0} -A.Kd.prototype={ -aD(a){var s=a.M(t.I) -s.toString -s=new A.NB(B.ax,s.f,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){var s=a.M(t.I) -s.toString -b.sbF(0,s.f)}} -A.NB.prototype={ -bU(a){var s=a.Jt(1/0) -return a.aW(this.l$.em(s))}, -bw(){var s,r=this,q=t.k,p=q.a(A.q.prototype.gS.call(r)).Jt(1/0) -r.l$.c8(0,p,!0) -q=q.a(A.q.prototype.gS.call(r)) -s=r.l$.rx -s.toString -r.rx=q.aW(s) -r.yD()}} -A.tW.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,B.a,B.a,B.a,B.a)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.tW)if(J.f(b.b,r.b))if(J.f(b.c,r.c))if(b.d==r.d)if(J.f(b.e,r.e))if(J.f(b.f,r.f))if(J.f(b.r,r.r))if(J.f(b.x,r.x))if(J.f(b.y,r.y))if(b.Q==r.Q)if(b.ch==r.ch)if(J.f(b.cx,r.cx))if(J.f(b.cy,r.cy))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.Kc.prototype={} -A.wj.prototype={ -iB(){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.a4(0,f) -q=Math.abs(r.a) -p=Math.abs(r.b) -o=r.gd1() -n=s.a -m=f.b -l=new A.k(n,m) -k=new A.Xq(g,o) -if(q>2&&p>2){j=o*o -i=f.a -h=s.b -if(q>>16&255,q.gm(q)>>>8&255,q.gm(q)&255),0,B.bk),s,r.c)}if(s==null){q=p.a -return A.b4(p,new A.cO(A.ap(0,q.gm(q)>>>16&255,q.gm(q)>>>8&255,q.gm(q)&255),0,B.bk),r.c)}return A.b4(p,s,r.c)}, -$ib2:1} -A.Mf.prototype={ -a0(a){var s,r=this.a,q=r==null?null:r.a0(a) -r=this.b -s=r==null?null:r.a0(a) -return t.KX.a(A.dI(q,s,this.c))}, -$ib2:1} -A.Ku.prototype={} -A.ue.prototype={ -aj(){return new A.Kt(null,null,A.aT(t.W),B.l)}} -A.Kt.prototype={ -aR(){this.bi() -this.a.toString -this.lt(B.b1)}, -n(a){var s=this.d -if(s!=null)s.n(0) -this.S4(0)}, -b_(a){var s,r=this -r.br(a) -r.a.toString -r.lt(B.b1) -s=r.hY$ -if(s.A(0,B.b1)&&s.A(0,B.bI))r.lt(B.bI)}, -H(c5,c6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0=this,c1=null,c2=c0.a.r,c3=c6.M(t.Pj),c4=c3==null?c1:c3.x -if(c4==null)c4=A.a2(c6).i0 -c0.a.toString -s=A.a2(c6) -r=s.ch -q=A.eQ(c6) -q=q==null?c1:q.c -p=new A.a5i(c2,c4.a,A.aua(B.ax,B.H,B.aF,B.CJ,0,!0,B.no,B.Y6,B.Y5,r.go,A.aqT(B.aM,B.dZ,B.oL,q==null?1:q),r.b,s.fr,B.na,B.EM,s.e,s.L.cx,s.z)) -o=new A.a5j(c0,p) -n=o.$1$1(new A.a4Z(),t.PM) -m=o.$1$1(new A.a5_(),t.p8) -c4=t.MH -l=o.$1$1(new A.a50(),c4) -k=o.$1$1(new A.a5a(),c4) -j=o.$1$1(new A.a5b(),c4) -i=o.$1$1(new A.a5c(),t.pc) -c4=t.tW -h=o.$1$1(new A.a5d(),c4) -g=o.$1$1(new A.a5e(),c4) -f=o.$1$1(new A.a5f(),c4) -e=o.$1$1(new A.a5g(),t.oI) -d=o.$1$1(new A.a5h(),t.KX) -c=p.$1$1(new A.a51(),t.X3) -b=p.$1$1(new A.a52(),t.i1) -a=p.$1$1(new A.a53(),t.Tu) -a0=p.$1$1(new A.a54(),t.y) -a1=p.$1$1(new A.a55(),t.pC) -a2=new A.k(c.a,c.b).a2(0,4) -a3=p.$1$1(new A.a56(),t.Ya) -c4=h.a -q=h.b -a4=c.zK(new A.al(c4,f.a,q,f.b)) -if(g!=null){a5=a4.aW(g) -c4=a5.a -if(isFinite(c4))a4=a4.ze(c4,c4) -c4=a5.b -if(isFinite(c4))a4=a4.a5w(c4,c4)}a6=a2.b -c4=a2.a -a7=Math.max(0,c4) -a8=i.F(0,new A.aS(a7,a6,a7,a6)).C(0,B.an,B.nM) -if(a.a>0){q=c0.e -if(q!=null){a9=c0.f -if(a9!=null)if(q!==n)if(a9.gm(a9)!==l.gm(l)){q=c0.f -q=(q.gm(q)>>>24&255)/255===1&&(l.gm(l)>>>24&255)/255<1&&n===0}else q=!1 -else q=!1 -else q=!1}else q=!1}else q=!1 -if(q){q=c0.d -if(!J.f(q==null?c1:q.e,a)){q=c0.d -if(q!=null)q.n(0) -q=A.bX(c1,a,c1,1,c1,c0) -q.cz(new A.a57(c0)) -c0.d=q}l=c0.f -c0.d.sm(0,0) -c0.d.bZ(0)}c0.e=n -c0.f=l -n.toString -q=m==null?c1:m.dY(k) -a9=d.zb(e) -b0=l==null?B.ei:B.jK -b1=c0.a -b2=b1.x -b3=b1.c -b1=b1.d -b4=c0.BI(B.bI) -b5=c0.uD(B.bf,c0.a.e) -b6=c0.a -b7=b6.y -b6=c0.uD(B.c7,b6.f) -b8=c0.a -b8.toString -a1.toString -b0=A.l2(a,c1,A.vE(!1,!0,A.pm(new A.cw(a8,new A.hZ(a1,1,1,b8.Q,c1),c1),new A.cu(k,c1,c1)),d,a0,c1,b7,B.aF,c1,c1,new A.Mz(new A.a58(p)),b6,b4,b5,b1,b3,new A.fm(new A.a59(p),t._s),c1,a3),b2,l,n,c1,j,a9,q,b0) -switch(b.a){case 0:b9=new A.K(48+c4,48+a6) -break -case 1:b9=B.p -break -default:b9=c1}return A.bB(!0,new A.M4(b9,new A.eH(a4,b0,c1),c1),!0,c1,!0,!1,!1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1)}} -A.a5i.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.a5j.prototype={ -$1$1(a,b){return this.b.$1$1(new A.a5k(this.a,a,b),b)}, -$1(a){return this.$1$1(a,t.z)}, -$S:169} -A.a5k.prototype={ -$1(a){var s=this.b.$1(a) -return s==null?null:s.a0(this.a.hY$)}, -$S(){return this.c.i("0?(bk?)")}} -A.a4Z.prototype={ -$1(a){return a==null?null:a.f}, -$S:170} -A.a5_.prototype={ -$1(a){return a==null?null:a.a}, -$S:171} -A.a50.prototype={ -$1(a){return a==null?null:a.b}, -$S:87} -A.a5a.prototype={ -$1(a){return a==null?null:a.c}, -$S:87} -A.a5b.prototype={ -$1(a){return a==null?null:a.e}, -$S:87} -A.a5c.prototype={ -$1(a){return a==null?null:a.r}, -$S:173} -A.a5d.prototype={ -$1(a){return a==null?null:a.x}, -$S:86} -A.a5e.prototype={ -$1(a){return a==null?null:a.y}, -$S:86} -A.a5f.prototype={ -$1(a){return a==null?null:a.z}, -$S:86} -A.a5g.prototype={ -$1(a){return a==null?null:a.Q}, -$S:175} -A.a5h.prototype={ -$1(a){return a==null?null:a.ch}, -$S:176} -A.a58.prototype={ -$1(a){return this.a.$1$1(new A.a4X(a),t.Pb)}, -$S:177} -A.a4X.prototype={ -$1(a){var s -if(a==null)s=null -else{s=a.cx -s=s==null?null:s.a0(this.a)}return s}, -$S:178} -A.a59.prototype={ -$1(a){return this.a.$1$1(new A.a4W(a),t.n8)}, -$S:179} -A.a4W.prototype={ -$1(a){var s -if(a==null)s=null -else{s=a.d -s=s==null?null:s.a0(this.a)}return s}, -$S:180} -A.a51.prototype={ -$1(a){return a==null?null:a.cy}, -$S:181} -A.a52.prototype={ -$1(a){return a==null?null:a.db}, -$S:182} -A.a53.prototype={ -$1(a){return a==null?null:a.dx}, -$S:183} -A.a54.prototype={ -$1(a){return a==null?null:a.dy}, -$S:184} -A.a55.prototype={ -$1(a){return a==null?null:a.fr}, -$S:185} -A.a56.prototype={ -$1(a){return a==null?null:a.fx}, -$S:186} -A.a57.prototype={ -$1(a){if(a===B.Y)this.a.au(new A.a4Y())}, -$S:3} -A.a4Y.prototype={ -$0(){}, -$S:0} -A.Mz.prototype={ -a0(a){var s=this.a.$1(a) -s.toString -return s}, -gto(){return"ButtonStyleButton_MouseCursor"}} -A.M4.prototype={ -aD(a){var s=new A.B0(this.e,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.sAM(this.e)}} -A.B0.prototype={ -sAM(a){if(this.v.k(0,a))return -this.v=a -this.U()}, -aZ(a){var s=this.l$ -if(s!=null)return Math.max(s.Y(B.G,a,s.gaM()),this.v.a) -return 0}, -aV(a){var s=this.l$ -if(s!=null)return Math.max(s.Y(B.V,a,s.gb8()),this.v.b) -return 0}, -aQ(a){var s=this.l$ -if(s!=null)return Math.max(s.Y(B.M,a,s.gaX()),this.v.a) -return 0}, -aY(a){var s=this.l$ -if(s!=null)return Math.max(s.Y(B.aB,a,s.gbs()),this.v.b) -return 0}, -Et(a,b){var s,r,q=this.l$ -if(q!=null){s=b.$2(q,a) -q=s.a -r=this.v -return a.aW(new A.K(Math.max(q,r.a),Math.max(s.b,r.b)))}return B.p}, -bU(a){return this.Et(a,A.CH())}, -bw(){var s,r,q=this,p=q.Et(t.k.a(A.q.prototype.gS.call(q)),A.CI()) -q.rx=p -s=q.l$ -if(s!=null){r=s.e -r.toString -t.x.a(r) -s=s.rx -s.toString -r.a=B.ax.kY(t.i.a(p.a4(0,s)))}}, -bO(a,b){var s -if(this.hz(a,b))return!0 -s=this.l$.rx.hP(B.i) -return a.yC(new A.a8P(this,s),s,A.ahZ(s))}} -A.a8P.prototype={ -$2(a,b){return this.a.l$.bO(a,this.b)}, -$S:9} -A.PK.prototype={} -A.Cb.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.uf.prototype={ -j(a){return"ButtonTextTheme."+this.b}} -A.Dt.prototype={ -j(a){return"ButtonBarLayoutBehavior."+this.b}} -A.Dv.prototype={ -gdL(a){switch(this.c.a){case 0:case 1:return B.ck -case 2:return B.oK}}, -gkB(a){switch(this.c.a){case 0:case 1:return B.Wv -case 2:return B.na}}, -k(a,b){var s,r=this -if(b==null)return!1 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.Dv)if(b.c===r.c)if(J.f(b.gdL(b),r.gdL(r)))if(J.f(b.gkB(b),r.gkB(r)))if(J.f(b.x,r.x))if(J.f(b.z,r.z))if(J.f(b.Q,r.Q))s=J.f(b.cy,r.cy)&&b.db==r.db -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -return s}, -gw(a){var s=this -return A.W(s.c,88,36,s.gdL(s),s.gkB(s),!1,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,B.a,B.a,B.a,B.a,B.a,B.a)}} -A.Kv.prototype={} -A.md.prototype={ -aj(){var s=t.A -return new A.zk(new A.b7(null,s),new A.b7(null,s),B.l)}, -a8P(a){return this.r.$1(a)}} -A.zk.prototype={ -aR(){var s,r=this -r.bi() -s=r.a -r.e=s.y -s=s.c -s=A.be(A.aB(s),A.aA(s),1,0,0,0,0,!1) -if(!A.b0(s))A.L(A.b1(s)) -r.f=new A.ao(s,!1) -r.r=r.a.c}, -b_(a){var s,r,q=this -q.br(a) -s=q.a -r=s.y -if(r!==a.y)q.e=r -s=s.c -if(!A.T2(s,a.c)){s=A.be(A.aB(s),A.aA(s),1,0,0,0,0,!1) -if(!A.b0(s))A.L(A.b1(s)) -q.f=new A.ao(s,!1) -q.r=q.a.c}}, -be(){var s,r=this -r.ct() -s=r.c -s.toString -s=A.de(s,B.ae,t.v) -s.toString -r.z=s -s=r.c.M(t.I) -s.toString -r.Q=s.f -if(!r.d){r.d=!0 -A.no(A.b(r.z,"_localizations").Ku(A.b(r.r,"_selectedDate")),A.b(r.Q,"_textDirection"))}}, -yt(){var s=this.c -s.toString -switch(A.a2(s).r.a){case 0:case 1:case 3:case 5:A.Fs() -break -case 2:case 4:break}}, -YX(a){this.yt() -this.au(new A.a5m(this,a))}, -FL(a){this.au(new A.a5n(this,a))}, -a_o(a){var s,r,q,p=this,o={} -o.a=a -p.yt() -s=p.a -r=s.d -q=a.a -if(qs.a)o.a=s}p.au(new A.a5o(o,p))}, -Yf(a){this.yt() -this.au(new A.a5l(this,a))}, -Vd(){var s,r,q,p,o,n=this,m="_currentDisplayedMonthDate",l="_selectedDate" -switch(A.b(n.e,"_mode").a){case 0:s=A.b(n.f,m) -r=n.a -return new A.Ax(s,r.f,r.d,r.e,A.b(n.r,l),n.gYe(),n.gYY(),n.a.z,n.x) -case 1:s=n.a -r=s.f -q=s.d -s=s.e -p=A.b(n.f,m) -o=A.b(n.r,l) -r=A.be(A.aB(r),A.aA(r),A.by(r),0,0,0,0,!1) -if(!A.b0(r))A.L(A.b1(r)) -p=A.be(A.aB(p),A.aA(p),A.by(p),0,0,0,0,!1) -if(!A.b0(p))A.L(A.b1(p)) -return new A.cw(B.I2,new A.z7(new A.ao(r,!1),q,s,new A.ao(p,!1),o,n.ga_n(),n.y),null)}}, -H(a,b){var s=this -return A.yr(B.dN,A.a([A.fU(s.Vd(),346,null),new A.zz(A.b(s.e,"_mode"),A.b(s.z,"_localizations").mP(A.b(s.f,"_currentDisplayedMonthDate")),new A.a5p(s),null)],t.p),B.eC)}} -A.a5m.prototype={ -$0(){var s,r="_localizations",q="_selectedDate",p="_textDirection",o=this.a,n=this.b -o.e=n -n=A.b(n,"_mode") -s=o.z -if(n===B.d1)A.no(A.b(s,r).mP(A.b(o.r,q)),A.b(o.Q,p)) -else{A.b(s,r) -A.no(B.e.j(A.aB(A.b(o.r,q))),A.b(o.Q,p))}}, -$S:0} -A.a5n.prototype={ -$0(){var s="_currentDisplayedMonthDate",r=this.a,q=this.b -if(A.aB(A.b(r.f,s))!==A.aB(q)||A.aA(A.b(r.f,s))!==A.aA(q)){q=A.be(A.aB(q),A.aA(q),1,0,0,0,0,!1) -if(!A.b0(q))A.L(A.b1(q)) -r.f=new A.ao(q,!1) -r.a.toString}}, -$S:0} -A.a5o.prototype={ -$0(){var s=this.b -s.e=B.d1 -s.FL(this.a.a)}, -$S:0} -A.a5l.prototype={ -$0(){var s=this.a,r=this.b -s.r=r -s=s.a -s.toString -s.a8P(A.b(r,"_selectedDate"))}, -$S:0} -A.a5p.prototype={ -$0(){var s=this.a -s.YX(A.b(s.e,"_mode")===B.d1?B.it:B.d1)}, -$S:0} -A.zz.prototype={ -aj(){return new A.L3(null,null,B.l)}} -A.L3.prototype={ -aR(){var s=this -s.bi() -s.d=A.bX(null,B.H,null,0.5,s.a.c===B.it?0.5:0,s)}, -b_(a){var s,r,q="_controller" -this.br(a) -s=this.a.c -if(a.c===s)return -r=this.d -if(s===B.it)A.b(r,q).bZ(0) -else A.b(r,q).dO(0)}, -H(a,b){var s,r,q,p=null,o=A.a2(b),n=A.a2(b) -o=o.ch.go.a -s=A.ap(153,o>>>16&255,o>>>8&255,o&255) -A.de(b,B.ae,t.v).toString -o=this.a -r=o.e -o=o.d -n=n.L.y -o=A.cH(o,p,B.b5,p,n==null?p:n.dY(s),p,p) -n=A.b(this.d,"_controller") -q=t.p -q=A.a([new A.jp(1,B.e_,A.bB(!0,A.fU(A.vE(!1,!0,new A.cw(B.dZ,A.jU(A.a([new A.jp(1,B.e_,o,p),A.ae1(A.kT(B.Ip,s),n)],q),B.aG,B.ap,B.ak),p),p,!0,p,p,p,p,p,p,p,p,p,p,r,p,p,p),52,p),!1,p,p,!0,!1,p,p,p,"Select year",p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p),p)],q) -if(this.a.c===B.d1)q.push(B.Y7) -return A.ee(p,A.jU(q,B.aG,B.ap,B.ak),B.u,p,p,p,p,52,p,B.oI,p,p,p)}, -n(a){A.b(this.d,"_controller").n(0) -this.S6(0)}} -A.Ax.prototype={ -aj(){return new A.Ay(new A.b7(null,t.A),B.l)}, -pM(a){return this.x.$1(a)}, -a8Q(a){return this.y.$1(a)}} -A.Ay.prototype={ -aR(){var s,r,q=this,p="_currentMonth" -q.bi() -s=q.a.c -q.e=s -s=A.b(s,p) -s=A.be(A.aB(s),A.aA(s)+-1,1,0,0,0,0,!1) -if(!A.b0(s))A.L(A.b1(s)) -q.r=new A.ao(s,!1) -s=A.b(q.e,p) -s=A.be(A.aB(s),A.aA(s)+1,1,0,0,0,0,!1) -if(!A.b0(s))A.L(A.b1(s)) -q.f=new A.ao(s,!1) -q.x=A.asM(A.adc(q.a.e,A.b(q.e,p))) -q.Q=B.Vk -s=t.e -r=t.c -q.ch=A.aN([B.D6,new A.d9(q.gYI(),new A.aU(A.a([],s),r),t._M),B.D7,new A.d9(q.gYK(),new A.aU(A.a([],s),r),t.Dd),B.nw,new A.d9(q.gYg(),new A.aU(A.a([],s),r),t.Nv)],t.n,t.od) -q.cx=A.Fc(!0,"Day Grid",!0,null,null,!1)}, -be(){var s,r=this -r.ct() -s=r.c -s.toString -s=A.de(s,B.ae,t.v) -s.toString -r.y=s -s=r.c.M(t.I) -s.toString -r.z=s.f}, -b_(a){var s=this -s.br(a) -if(!s.a.c.k(0,a.c)&&!s.a.c.k(0,A.b(s.e,"_currentMonth")))$.E.z$.push(new A.a89(s))}, -n(a){A.b(this.x,"_pageController").n(0) -A.b(this.cx,"_dayGridFocus").n(0) -this.bb(0)}, -Yd(a){this.cy=a -this.a.pM(a)}, -Z_(a){this.au(new A.a88(this,a))}, -wR(a,b){var s,r,q=A.adb(A.aB(a),A.aA(a)) -if(b<=q){s=A.be(A.aB(a),A.aA(a),b,0,0,0,0,!1) -if(!A.b0(s))A.L(A.b1(s)) -r=new A.ao(s,!1) -if(this.a_Q(r))return r}for(;1<=q;){s=A.be(A.aB(a),A.aA(a),1,0,0,0,0,!1) -if(!A.b0(s))A.L(A.b1(s)) -r=new A.ao(s,!1) -this.a.toString -return r}return null}, -Zg(){var s,r,q,p=this -if(!p.gxr()){A.no(A.b(p.y,"_localizations").mP(A.b(p.f,"_nextMonthDate")),A.b(p.z,"_textDirection")) -s=A.b(p.x,"_pageController") -r=t.gQ.a(B.b.gbH(s.d)) -q=r.guh(r) -q.toString -s.yF(B.c.aU(q)+1,B.aH,B.H)}}, -ZD(){var s,r,q,p=this -if(!p.gxq()){A.no(A.b(p.y,"_localizations").mP(A.b(p.r,"_previousMonthDate")),A.b(p.z,"_textDirection")) -s=A.b(p.x,"_pageController") -r=t.gQ.a(B.b.gbH(s.d)) -q=r.guh(r) -q.toString -s.yF(B.c.aU(q)-1,B.aH,B.H)}}, -Hs(a,b){var s="_pageController",r=A.adc(this.a.e,a),q=this.x -if(b)A.b(q,s).a8l(r) -else A.b(q,s).yF(r,B.aH,B.H)}, -a2I(a){return this.Hs(a,!1)}, -gxq(){var s=A.b(this.e,"_currentMonth"),r=this.a.e -r=A.be(A.aB(r),A.aA(r),1,0,0,0,0,!1) -if(!A.b0(r))A.L(A.b1(r)) -return!(s.a>r)}, -gxr(){var s=A.b(this.e,"_currentMonth"),r=this.a.f -r=A.be(A.aB(r),A.aA(r),1,0,0,0,0,!1) -if(!A.b0(r))A.L(A.b1(r)) -return!(s.a=p.e.a -p=o<=p.f.a -while(!0){if(!(n&&p))break -return r}return null}, -a_Q(a){this.a.toString -return!0}, -V5(a,b){var s,r=this.a.e -r=A.be(A.aB(r),A.aA(r)+b,1,0,0,0,0,!1) -if(!A.b0(r))A.L(A.b1(r)) -s=new A.ao(r,!1) -r=this.a -return new A.zA(r.r,r.d,this.gYc(),r.e,r.f,s,r.z,new A.di(s,t.tJ))}, -H(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f="_localizations",e="_dayGridFocus" -A.b(h.y,f) -s="Previous month "+A.b(h.y,f).mP(A.b(h.r,"_previousMonthDate")) -A.b(h.y,f) -r="Next month "+A.b(h.y,f).mP(A.b(h.f,"_nextMonthDate")) -q=A.a2(b).ch.go.a -p=A.ap(153,q>>>16&255,q>>>8&255,q&255) -q=h.gxq()?g:s -q=A.ic(p,!0,B.ID,g,h.gxq()?g:h.gZC(),B.aM,q) -o=h.gxr()?g:r -n=t.p -o=A.ee(g,A.jU(A.a([B.nm,q,A.ic(p,!0,B.IF,g,h.gxr()?g:h.gZf(),B.aM,o)],n),B.aG,B.ap,B.ak),B.u,g,g,g,g,52,g,B.oI,g,g,g) -q=h.Q -m=h.ch -l=A.b(h.cx,e) -k=A.b(h.cx,e).gbW()?h.cy:g -j=A.b(h.x,"_pageController") -i=h.a -i=A.adc(i.e,i.f) -return A.bB(g,A.fv(A.a([o,A.ms(new A.mx(l,m,q,h.gYG(),new A.zT(k,new A.wU(j,h.gYZ(),A.aiZ(h.gV4(),!0,!0,!0,i+1),h.d),g),g),1)],n),B.aG,B.ap,B.ak),!1,g,g,!1,!1,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g)}} -A.a89.prototype={ -$1(a){var s=this.a -return s.Hs(s.a.c,!0)}, -$S:2} -A.a88.prototype={ -$0(){var s,r,q="_currentMonth",p=this.a,o=p.a.e -o=A.be(A.aB(o),A.aA(o)+this.b,1,0,0,0,0,!1) -if(!A.b0(o))A.L(A.b1(o)) -s=new A.ao(o,!1) -if(!A.uG(A.b(p.e,q),s)){o=A.be(A.aB(s),A.aA(s),1,0,0,0,0,!1) -if(!A.b0(o))A.L(A.b1(o)) -o=new A.ao(o,!1) -p.e=o -o=A.b(o,q) -o=A.be(A.aB(o),A.aA(o)+-1,1,0,0,0,0,!1) -if(!A.b0(o))A.L(A.b1(o)) -p.r=new A.ao(o,!1) -o=A.b(p.e,q) -o=A.be(A.aB(o),A.aA(o)+1,1,0,0,0,0,!1) -if(!A.b0(o))A.L(A.b1(o)) -p.f=new A.ao(o,!1) -o=p.a -o.toString -o.a8Q(A.b(p.e,q)) -o=p.cy -if(o!=null&&!A.uG(o,A.b(p.e,q))){o=A.b(p.e,q) -r=p.cy -r.toString -p.cy=p.wR(o,A.by(r))}}}, -$S:0} -A.a87.prototype={ -$0(){var s,r,q,p="_currentMonth" -if(this.b&&this.a.cy==null){s=this.a -if(A.uG(s.a.r,A.b(s.e,p)))s.cy=s.a.r -else{r=A.uG(s.a.d,A.b(s.e,p)) -q=s.e -if(r)s.cy=s.wR(A.b(q,p),A.by(s.a.d)) -else s.cy=s.wR(A.b(q,p),1)}}}, -$S:0} -A.a86.prototype={ -$0(){var s,r=this.a,q=r.cy -q.toString -s=r.a0m(q,this.b.a) -if(s!=null){r.cy=s -if(!A.uG(s,A.b(r.e,"_currentMonth"))){q=r.cy -q.toString -r.a2I(q)}}}, -$S:0} -A.zT.prototype={ -cq(a){return!A.T2(this.f,a.f)}} -A.zA.prototype={ -aj(){return new A.L4(B.l)}, -pM(a){return this.e.$1(a)}} -A.L4.prototype={ -aR(){var s,r,q,p,o -this.bi() -s=this.a.x -r=A.adb(A.aB(s),A.aA(s)) -q=J.ahH(r,t.mx) -for(p=0;p>>16&255,q>>>8&255,q&255))}s.toString -q=a6.go.a -p=q>>>16&255 -o=q>>>8&255 -q&=255 -n=A.ap(222,p,o,q) -m=A.ap(97,p,o,q) -l=a6.c -k=a6.b -q=a4.a.x -j=A.aB(q) -i=A.aA(q) -h=A.adb(j,i) -q=A.be(j,i,1,0,0,0,0,!1) -if(!A.b0(q))A.L(A.b1(q)) -g=B.e.bu(A.q_(new A.ao(q,!1))-1-6,7) -f=a4.We(r,a7) -e=-g -for(;ep.r.a))if(!(q>>16&255,k.gm(k)>>>8&255,k.gm(k)&255) -o=a7.Kt(e)+", "+a7.Ku(d) -a3=new A.mI(new A.nm(new A.Is(a5,a5,a5,b,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,o,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5),!1,!1,!0,a3,a5),new A.a5X(a4,d),a5,a5,a5,a5,a5,a5,a5,!1,B.eS,25,a5,a5,a5,a5,a5,a5,p,a5,!0,!1,a5,!1,q,!0,a5)}f.push(a3)}}a7=A.aN([null,0],t.LO,t.S) -return new A.cw(B.dZ,new A.vo(B.EI,new A.a2k(!1,f,a7),a5,B.as,!1,a5,!0,B.F2,!1,a5,a5,B.aW,B.Cj,a5,B.aD,a5),a5)}} -A.a5X.prototype={ -$0(){return this.a.a.pM(this.b)}, -$S:0} -A.a5W.prototype={ -uV(a){var s=a.x/7,r=Math.min(42,a.z/7) -return new A.IP(7,r,s,r,s,A.QC(a.y))}, -iv(a){return!1}} -A.z7.prototype={ -aj(){return new A.C8(B.l)}, -pM(a){return this.x.$1(a)}} -A.C8.prototype={ -aR(){var s=this -s.bi() -s.d=A.Ij(s.Hb(s.a.r))}, -b_(a){var s=this -s.br(a) -if(!s.a.r.k(0,a.r))A.b(s.d,"_scrollController").hm(s.Hb(s.a.r))}, -Hb(a){var s=B.e.bC(A.aB(a)-A.aB(this.a.d),3) -return this.grn()<18?0:(s-2)*52}, -Vg(a,b){var s,r,q,p,o=this,n=null,m=A.a2(a).ch,l=A.a2(a),k=o.grn()<18?B.e.bC(18-o.grn(),2):0,j=o.a,i=j.d,h=A.aB(i)+b-k,g=h===A.aB(j.r),f=h===A.aB(j.c),e=hA.aB(j.e) -if(g)s=m.c -else if(e){j=m.go.a -s=A.ap(97,j>>>16&255,j>>>8&255,j&255)}else if(f)s=m.b -else{j=m.go.a -s=A.ap(222,j>>>16&255,j>>>8&255,j&255)}l=l.L.z -r=l==null?n:l.yH(s) -if(g)q=new A.dC(m.b,n,n,A.acZ(18),n,n,B.bC) -else q=f&&!e?new A.dC(n,n,A.aqL(m.b),A.acZ(18),n,n,B.bC):n -p=A.oG(A.ee(n,A.oG(A.bB(n,A.cH(B.e.j(h),n,n,n,r,n,n),!1,n,n,!1,!1,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,g,n,n,n,n),n,n),B.u,n,n,q,n,36,n,n,n,n,72),n,n) -return e?new A.i8(!0,p,n):A.vE(!1,!0,p,n,!0,n,n,n,n,new A.di(h,t.f3),n,n,n,n,n,new A.aaD(o,h),n,n,n)}, -grn(){var s=this.a -return A.aB(s.e)-A.aB(s.d)+1}, -H(a,b){var s,r,q=this,p=null,o=A.b(q.d,"_scrollController") -q.a.toString -s=Math.max(q.grn(),18) -r=A.aiZ(q.gVf(),!0,!0,!0,s) -return A.fv(A.a([B.oE,A.ms(new A.vo(B.ES,r,B.ck,B.as,!1,o,!1,p,!1,p,s,B.aW,B.Cj,p,B.aD,p),1),B.oE],t.p),B.aG,B.ap,B.ak)}} -A.aaD.prototype={ -$0(){var s=this.a.a,r=s.f -r=A.be(this.b,A.aA(r),1,0,0,0,0,!1) -if(!A.b0(r))A.L(A.b1(r)) -return s.pM(new A.ao(r,!1))}, -$S:0} -A.aaC.prototype={ -uV(a){var s=(a.x-16)/3 -return new A.IP(3,52,s+8,52,s,A.QC(a.y))}, -iv(a){return!1}} -A.Ce.prototype={ -n(a){var s=this,r=s.cc$ -if(r!=null)r.T(0,s.gjE()) -s.cc$=null -s.bb(0)}, -bT(){this.d8() -this.cH() -this.jF()}} -A.uh.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.uh)s=J.f(b.b,r.b)&&J.f(b.c,r.c)&&b.d==r.d&&J.f(b.e,r.e)&&J.f(b.f,r.f) -else s=!1 -return s}} -A.Kw.prototype={} -A.uj.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.uj)if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)if(b.e==r.e)s=J.f(b.x,r.x)&&J.f(b.y,r.y) -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -return s}} -A.Ah.prototype={ -a0(a){var s,r=this,q=r.a,p=q==null?null:q.a0(a) -q=r.b -s=q==null?null:q.a0(a) -return r.d.$3(p,s,r.c)}, -$ib2:1} -A.Kx.prototype={} -A.uk.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,B.a,B.a,B.a)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.uk&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&J.f(b.c,s.c)&&J.f(b.d,s.d)&&J.f(b.e,s.e)&&J.f(b.f,s.f)&&J.f(b.r,s.r)&&J.f(b.y,s.y)&&J.f(b.z,s.z)&&J.f(b.Q,s.Q)&&J.f(b.ch,s.ch)&&J.f(b.cx,s.cx)&&J.f(b.cy,s.cy)&&J.f(b.db,s.db)&&b.dx==s.dx&&b.dy==s.dy&&b.fr==s.fr}} -A.KA.prototype={} -A.ut.prototype={ -JA(b0,b1,b2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6=this,a7=b1==null?a6.b:b1,a8=a6.c,a9=a6.d -if(a9==null)a9=a6.b -s=a6.e -if(s==null)s=a8 -r=b2==null?a6.f:b2 -q=a6.r -p=a6.x -if(p==null)p=a6.f -o=a6.y -if(o==null)o=q -n=a6.z -m=n==null?a6.f:n -l=a6.Q -k=l==null?q:l -j=a6.ch -if(j==null){if(n==null)n=a6.f}else n=j -j=a6.cx -if(j==null){if(l==null)l=q}else l=j -j=a6.cy -i=a6.db -h=a6.dx -if(h==null)h=j -g=a6.dy -if(g==null)g=i -f=a6.fx -e=a6.fy -d=a6.go -c=a6.id -if(c==null)c=e -b=a6.k1 -if(b==null)b=d -a=a6.k2 -if(a==null)a=f -a0=a6.k3 -if(a0==null)a0=f -a1=a6.k4 -if(a1==null)a1=d -a2=a6.r1 -if(a2==null)a2=e -a3=a6.r2 -if(a3==null)a3=a8 -a4=a6.rx -if(a4==null)a4=a6.b -a5=a6.ry -if(a5==null)a5=a6.f -return A.ad4(a6.fr,a6.a,j,h,a3,a1,f,i,g,a2,a8,s,q,o,d,b,k,l,a,a7,a9,a4,r,p,a5,a0,e,c,m,n)}, -a5z(a,b){return this.JA(null,a,b)}, -a5k(a){return this.JA(a,null,null)}, -k(a,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this -if(a0==null)return!1 -if(b===a0)return!0 -if(J.R(a0)!==A.w(b))return!1 -if(a0 instanceof A.ut)if(a0.a===b.a){s=a0.b -r=b.b -if(s.k(0,r)){q=a0.c -p=b.c -if(q.k(0,p)){o=a0.d -if(o==null)o=s -n=b.d -if(o.k(0,n==null?r:n)){o=a0.e -if(o==null)o=q -n=b.e -if(o.k(0,n==null?p:n)){o=a0.f -n=b.f -if(o.k(0,n)){m=a0.r -l=b.r -if(m.k(0,l)){k=a0.x -if(k==null)k=o -j=b.x -if(k.k(0,j==null?n:j)){k=a0.y -if(k==null)k=m -j=b.y -if(k.k(0,j==null?l:j)){k=a0.z -j=k==null -i=j?o:k -h=b.z -g=h==null -if(i.k(0,g?n:h)){i=a0.Q -f=i==null -e=f?m:i -d=b.Q -c=d==null -if(e.k(0,c?l:d)){e=a0.ch -if(e==null){if(j)k=o}else k=e -j=b.ch -if(j==null)j=g?n:h -if(k.k(0,j)){k=a0.cx -if(k==null)m=f?m:i -else m=k -k=b.cx -if(k==null)l=c?l:d -else l=k -if(m.k(0,l)){m=a0.cy -l=b.cy -if(m.k(0,l)){k=a0.db -j=b.db -if(k.k(0,j)){i=a0.dx -m=i==null?m:i -i=b.dx -if(m.k(0,i==null?l:i)){m=a0.dy -if(m==null)m=k -l=b.dy -if(m.k(0,l==null?j:l))if(a0.fr.k(0,b.fr)){m=a0.fx -l=b.fx -if(m.k(0,l)){k=a0.fy -j=b.fy -if(k.k(0,j)){i=a0.go -h=b.go -if(i.k(0,h)){g=a0.id -if(g==null)g=k -f=b.id -if(g.k(0,f==null?j:f)){g=a0.k1 -if(g==null)g=i -f=b.k1 -if(g.k(0,f==null?h:f)){g=a0.k2 -if(g==null)g=m -f=b.k2 -if(g.k(0,f==null?l:f)){g=a0.k3 -m=g==null?m:g -g=b.k3 -if(m.k(0,g==null?l:g)){m=a0.k4 -if(m==null)m=i -l=b.k4 -if(m.k(0,l==null?h:l)){m=a0.r1 -if(m==null)m=k -l=b.r1 -if(m.k(0,l==null?j:l)){m=a0.r2 -q=m==null?q:m -m=b.r2 -if(q.k(0,m==null?p:m)){q=a0.rx -s=q==null?s:q -q=b.rx -if(s.k(0,q==null?r:q)){s=a0.ry -if(s==null)s=o -r=b.ry -s=s.k(0,r==null?n: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 -return s}, -gw(b0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6=this,a7=a6.b,a8=a6.c,a9=a6.d -if(a9==null)a9=a7 -s=a6.e -if(s==null)s=a8 -r=a6.f -q=a6.r -p=a6.x -if(p==null)p=r -o=a6.y -if(o==null)o=q -n=a6.z -m=n==null -l=m?r:n -k=a6.Q -j=k==null -i=j?q:k -h=a6.ch -if(h==null){if(m)n=r}else n=h -m=a6.cx -if(m==null)m=j?q:k -k=a6.cy -j=a6.db -h=a6.dx -if(h==null)h=k -g=a6.dy -if(g==null)g=j -f=a6.fx -e=a6.fy -d=a6.go -c=a6.id -if(c==null)c=e -b=a6.k1 -if(b==null)b=d -a=a6.k2 -if(a==null)a=f -a0=a6.k3 -if(a0==null)a0=f -a1=a6.k4 -if(a1==null)a1=d -a2=a6.r1 -if(a2==null)a2=e -a3=a6.r2 -if(a3==null)a3=a8 -a4=a6.rx -if(a4==null)a4=a7 -a5=a6.ry -if(a5==null)a5=r -return A.dB([a6.a,a7,a8,a9,s,r,q,p,o,l,i,n,m,k,j,h,g,a6.fr,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5])}} -A.KD.prototype={} -A.Gb.prototype={} -A.uD.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.uD&&J.f(b.a,s.a)&&b.b==s.b&&b.c==s.c&&J.f(b.d,s.d)&&b.e==s.e&&b.f==s.f&&J.f(b.r,s.r)&&b.x==s.x&&b.y==s.y&&b.z==s.z&&b.Q==s.Q}} -A.Ag.prototype={ -a0(a){var s,r=this,q=r.a,p=q==null?null:q.a0(a) -q=r.b -s=q==null?null:q.a0(a) -return r.d.$3(p,s,r.c)}, -$ib2:1} -A.L0.prototype={} -A.i3.prototype={ -j(a){return"DatePickerEntryMode."+this.b}} -A.uF.prototype={ -j(a){return"DatePickerMode."+this.b}} -A.acp.prototype={ -$1(a){var s=this.a.a -return s}, -$S:16} -A.uE.prototype={ -aj(){var s=null -return new A.zy(new A.NW(B.eP,A.a1(0,s,!1,t.Z)),new A.b7(s,t.A),new A.b7(s,t.am),s,A.x(t.yb,t.Q),s,!0,s,B.l)}} -A.zy.prototype={ -gmb(){var s,r,q=this,p=q.d -if(p===$){s=q.a.c -r=A.a1(0,null,!1,t.Z) -A.bp(q.d,"_selectedDate") -p=q.d=new A.I0(s,r)}return p}, -gjo(){var s,r,q=this,p=q.e -if(p===$){s=q.a.r -r=A.a1(0,null,!1,t.Z) -A.bp(q.e,"_entryMode") -p=q.e=new A.NX(s,r)}return p}, -gel(){this.a.toString -return null}, -eD(a,b){var s=this -s.fk(s.gmb(),"selected_date") -s.fk(s.f,"autovalidateMode") -s.fk(s.gjo(),"calendar_entry_mode")}, -Zi(){var s,r=this,q=r.gjo() -if(A.o(q).i("bn.T").a(q.y)!==B.d0){q=r.gjo() -q=A.o(q).i("bn.T").a(q.y)===B.dW}else q=!0 -if(q){q=r.x.gah() -q.toString -if(!q.uF()){r.au(new A.a5S(r)) -return}q.bz(0)}q=r.c -q.toString -s=r.gmb() -s=A.o(s).i("bn.T").a(s.y) -A.hx(q,!1).nk(0,s)}, -Y2(){var s=this.c -s.toString -A.hx(s,!1).nk(0,null)}, -Yu(){this.au(new A.a5R(this))}, -Yb(a){this.au(new A.a5Q(this,a))}, -Wj(a){var s=a.M(t.l).f,r=s.gng(s) -s=this.gjo() -switch(A.o(s).i("bn.T").a(s.y)){case B.d_:case B.f2:switch(r.a){case 0:return B.Y2 -case 1:return B.Y4}break -case B.d0:case B.dW:switch(r.a){case 0:return B.Y1 -case 1:return B.Y3}break}}, -H(a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=null,a={},a0=A.a2(a3),a1=a0.ch -A.de(a3,B.ae,t.v).toString -s=t.l -r=a3.M(s).f -q=r.gng(r) -p=a0.L -o=Math.min(a3.M(s).f.c,1.3) -r=c.gmb() -r=A.o(r).i("bn.T").a(r.y) -n=B.Lw[A.q_(r)-1] -m=B.X[A.aA(r)-1] -l=n+", "+m+" "+A.by(r) -k=a1.a===B.al?a1.c:a1.go -r=q===B.Bc -if(r){j=p.f -i=j==null?b:j.dY(k)}else{j=p.e -i=j==null?b:j.dY(k)}c.a.toString -j=A.a35(A.cH("CANCEL",b,b,b,b,b,b),c.gY1(),b) -h=A.ee(B.i9,A.aib(b,A.a([j,A.a35(A.cH("OK",b,b,b,b,b,b),c.gZh(),b)],t.p),B.We,B.cP,0,8),B.u,b,B.DV,b,b,b,b,B.dZ,b,b,b) -g=new A.a5T(c) -f=new A.a5V(c,q) -a.a=null -j=c.gjo() -switch(A.o(j).i("bn.T").a(j.y)){case B.d_:a.a=g.$0() -e=A.ic(k,!0,B.IE,b,c.gFG(),B.aM,"Switch to input") -break -case B.f2:a.a=g.$0() -e=b -break -case B.d0:a.a=f.$0() -e=A.ic(k,!0,B.IH,b,c.gFG(),B.aM,"Switch to calendar") -break -case B.dW:a.a=f.$0() -e=b -break -default:e=b}c.a.toString -d=c.Wj(a3).a2(0,o) -s=a3.M(s).f.Jw(o) -j=A.f_(d.b,d.a) -return A.ah1(b,b,new A.tG(new A.hv(s,new A.hb(new A.a5U(a,q,new A.L2("SELECT DATE",l,i,q,r,e,b),h),b),b),b,j,B.cZ,B.H,b,b),B.og,b,B.I7,b)}} -A.a5S.prototype={ -$0(){this.a.f.sm(0,B.ib) -return B.ib}, -$S:0} -A.a5R.prototype={ -$0(){var s=this.a,r=s.gjo() -switch(A.o(r).i("bn.T").a(r.y)){case B.d_:s.f.sm(0,B.eP) -s.gjo().sm(0,B.d0) -break -case B.d0:s.x.gah().bz(0) -s.gjo().sm(0,B.d_) -break -case B.f2:case B.dW:break}}, -$S:0} -A.a5Q.prototype={ -$0(){this.a.gmb().sm(0,this.b)}, -$S:0} -A.a5T.prototype={ -$0(){var s,r,q,p,o,n=this.a,m=n.gmb() -m=A.o(m).i("bn.T").a(m.y) -s=n.a -r=s.d -q=s.e -p=s.f -o=s.x -s=s.ch -m=A.be(A.aB(m),A.aA(m),A.by(m),0,0,0,0,!1) -if(!A.b0(m))A.L(A.b1(m)) -r=A.be(A.aB(r),A.aA(r),A.by(r),0,0,0,0,!1) -if(!A.b0(r))A.L(A.b1(r)) -q=A.be(A.aB(q),A.aA(q),A.by(q),0,0,0,0,!1) -if(!A.b0(q))A.L(A.b1(q)) -p=A.be(A.aB(p),A.aA(p),A.by(p),0,0,0,0,!1) -if(!A.b0(p))A.L(A.b1(p)) -return new A.md(new A.ao(m,!1),new A.ao(r,!1),new A.ao(q,!1),new A.ao(p,!1),n.gFC(),s,o,n.r)}, -$S:193} -A.a5V.prototype={ -$0(){var s,r,q,p,o,n,m,l,k,j,i=null,h=this.a,g=h.f -g=A.o(g).i("bn.T").a(g.y) -s=this.b===B.jP?98:108 -r=h.gmb() -r=A.o(r).i("bn.T").a(r.y) -q=h.a -p=q.d -o=q.e -n=h.gFC() -m=q.x -l=q.cx -k=q.cy -j=q.db -q=q.dx -if(r!=null){r=A.be(A.aB(r),A.aA(r),A.by(r),0,0,0,0,!1) -if(!A.b0(r))A.L(A.b1(r)) -r=new A.ao(r,!1)}else r=i -p=A.be(A.aB(p),A.aA(p),A.by(p),0,0,0,0,!1) -if(!A.b0(p))A.L(A.b1(p)) -o=A.be(A.aB(o),A.aA(o),A.by(o),0,0,0,0,!1) -if(!A.b0(o))A.L(A.b1(o)) -return A.ahq(g,A.ee(i,new A.jV(B.Vn,A.fv(A.a([B.nm,new A.vF(r,new A.ao(p,!1),new A.ao(o,!1),n,n,m,l,k,j,q,!0,i),B.nm],t.p),B.aG,B.ap,B.ak),i,i),B.u,i,i,i,i,s,i,B.oK,i,i,i),h.x)}, -$S:194} -A.a5U.prototype={ -$1(a){var s,r=this -switch(r.b.a){case 0:return A.fv(A.a([r.c,A.ms(r.a.a,1),r.d],t.p),B.ch,B.ap,B.dv) -case 1:s=t.p -return A.jU(A.a([r.c,new A.jp(1,B.e_,A.fv(A.a([A.ms(r.a.a,1),r.d],s),B.ch,B.ap,B.dv),null)],s),B.ch,B.ap,B.dv)}}, -$S:195} -A.NX.prototype={ -l9(){return this.fr}, -pc(a){this.aA()}, -iV(a){a.toString -return B.Oi[A.dn(a)]}, -j9(){return A.o(this).i("bn.T").a(this.y).a}} -A.NW.prototype={ -l9(){return this.fr}, -pc(a){this.aA()}, -iV(a){a.toString -return B.RA[A.dn(a)]}, -j9(){return A.o(this).i("bn.T").a(this.y).a}} -A.L2.prototype={ -H(a,b){var s,r,q,p=this,o=null,n=A.a2(b),m=n.ch,l=m.a===B.aa,k=l?m.fy:m.b,j=l?m.go:m.c,i=n.L.db,h=i==null?o:i.dY(j),g=A.cH(p.c,1,B.b5,o,h,o,o) -i=p.d -s=p.r -r=s===B.jP?1:2 -q=A.cH(i,r,B.b5,i,p.f,o,o) -switch(s.a){case 0:i=t.p -s=A.a([A.ms(q,1)],i) -r=p.y -if(r!=null)s.push(r) -return A.fU(A.l2(B.H,o,new A.cw(B.I0,A.fv(A.a([B.CH,g,B.Id,A.jU(s,B.aG,B.ap,B.ak)],i),B.dV,B.ap,B.ak),o),B.u,k,0,o,o,o,o,B.dx),120,o) -case 1:i=A.a([B.CH,new A.cw(B.ck,g,o),A.fU(o,p.x?16:56,o),A.ms(new A.cw(B.ck,q,o),1)],t.p) -s=p.y -if(s!=null)i.push(new A.cw(B.oL,s,o)) -return A.fU(A.l2(B.H,o,A.fv(i,B.dV,B.ap,B.ak),B.u,k,0,o,o,o,o,B.dx),o,152)}}} -A.aaF.prototype={ -$2(a,b){if(!a.a)a.T(0,b)}, -$S:27} -A.PP.prototype={ -b_(a){this.br(a) -this.lb()}, -be(){var s,r,q,p,o=this -o.ct() -s=o.aG$ -r=o.gj6() -q=o.c -q.toString -q=A.ll(q) -o.cT$=q -p=o.jB(q,r) -if(r){o.eD(s,o.c9$) -o.c9$=!1}if(p)if(s!=null)s.n(0)}, -n(a){var s,r=this -r.ce$.ai(0,new A.aaF()) -s=r.aG$ -if(s!=null)s.n(0) -r.aG$=null -r.bb(0)}} -A.a6b.prototype={ -lD(a){return B.p}, -t3(a,b,c,d,e,f){return B.dJ}, -jd(a,b,c,d){return B.i}, -qm(a,b){return this.jd(a,b,null,null)}} -A.EF.prototype={ -H(a,b){var s,r,q,p=null,o=A.a2(b).dq,n=t.l,m=b.M(n).f,l=m.e.W(0,this.r) -m=o.d -if(m==null)m=B.ax -s=o.a -if(s==null)s=A.a2(b).x1 -r=o.b -if(r==null)r=24 -q=o.c -if(q==null)q=B.na -q=A.l2(B.H,p,this.Q,this.x,s,r,p,p,q,p,B.jJ) -return new A.tJ(l,new A.hv(b.M(n).f.Md(!0,!0,!0,!0),new A.hZ(m,p,p,new A.eH(B.DU,q,p),p),p),B.eW,B.aL,p,p)}} -A.op.prototype={ -H(a,b){var s,r,q,p,o,n,m,l,k=null,j=A.a2(b),i=A.a2(b).dq,h=j.r -switch(h.a){case 2:case 4:s=k -break -case 0:case 1:case 3:case 5:A.de(b,B.ae,t.v).toString -s="Alert" -break -default:s=k}r=A.T(1,0.3333333333333333,B.c.C(b.M(t.l).f.c,1,2)-1) -r.toString -A.ef(b) -q=24*r -p=i.e -if(p==null){p=j.L.r -p.toString}h=s==null&&h!==B.b4 -o=new A.cw(new A.aS(q,q,q,0),A.mn(A.bB(k,this.c,!0,k,k,!1,!1,k,k,k,k,k,k,h,k,k,k,k,k,k,k,k,k,k,k,k,k),k,k,B.cM,!0,p,k,k,B.b6),k) -h=24*r -r=i.f -if(r==null){r=j.L.x -r.toString}n=new A.cw(new A.aS(h,20,h,24),A.mn(A.bB(k,this.f,!0,k,k,!1,!1,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k),k,k,B.cM,!0,r,k,k,B.b6),k) -h=B.an.F(0,new A.aS(8,8,8,8)) -m=new A.cw(h,A.aib(B.AJ,this.y,B.Wf,B.cP,0,8),k) -h=A.a([],t.p) -h.push(o) -h.push(new A.jp(1,B.e_,n,k)) -h.push(m) -l=A.ahE(A.fv(h,B.ch,B.ap,B.dv),k) -return A.ah1(k,k,s!=null?A.bB(k,l,!1,k,k,!1,!0,k,k,k,s,k,k,!0,k,k,k,k,k,k,k,!0,k,k,k,k,k):l,B.u,k,B.I9,k)}} -A.uK.prototype={} -A.Tf.prototype={ -$3(a,b,c){var s=new A.zl(this.b.a,new A.hb(this.a,null),null) -s=A.a_X(!0,s,B.an,!0) -return s}, -$C:"$3", -$R:3, -$S:197} -A.uL.prototype={ -gw(a){return J.bq(this.c)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.uL&&J.f(b.a,s.a)&&b.b==s.b&&J.f(b.c,s.c)&&J.f(b.d,s.d)&&J.f(b.e,s.e)&&J.f(b.f,s.f)}} -A.Lg.prototype={} -A.uO.prototype={ -H(a,b){var s,r,q,p,o=null,n=A.ah3(b),m=n.b -if(m==null)m=16 -s=this.d -r=s==null?n.c:s -if(r==null)r=0 -q=n.d -if(q==null)q=0 -p=n.e -if(p==null)p=0 -return A.fU(A.oG(A.ee(o,o,B.u,o,o,new A.dC(o,o,new A.cM(B.x,B.x,A.aru(b,o,r),B.x),o,o,o,B.bC),o,r,new A.eg(q,0,p,0),o,o,o,o),o,o),m,o)}} -A.uP.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.uP&&J.f(b.a,s.a)&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e}} -A.Lj.prototype={} -A.uY.prototype={ -gw(a){var s=this -return A.W(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,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.uY&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&b.c==s.c&&J.f(b.d,s.d)}} -A.Lq.prototype={} -A.v1.prototype={ -gw(a){return J.bq(this.a)}, -k(a,b){if(b==null)return!1 -if(this===b)return!0 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.v1&&J.f(b.a,this.a)}} -A.Lu.prototype={} -A.vb.prototype={ -cq(a){var s=this -return s.f!==a.f||s.r!==a.r||s.x!==a.x||s.y!==a.y||!1}} -A.a61.prototype={ -j(a){return""}} -A.zP.prototype={ -j(a){return"_FloatingActionButtonType."+this.b}} -A.F6.prototype={ -H(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=null,b=A.a2(a2),a=b.a_,a0=a.a -if(a0==null)a0=b.ch.r -s=a.b -if(s==null)s=b.ch.f -r=a.c -if(r==null)r=b.dx -q=a.d -if(q==null)q=b.dy -p=a.e -if(p==null)p=b.k3 -o=a.f -if(o==null)o=6 -n=a.r -if(n==null)n=6 -m=a.x -if(m==null)m=8 -l=a.y -if(l==null)l=o -k=a.z -if(k==null)k=12 -j=a.fx -i=(j==null?b.L.cx.a5o(1.2):j).dY(a0) -h=a.Q -if(h==null)h=B.il -g=this.c -switch(this.rx.a){case 0:f=a.cx -if(f==null)f=B.DO -break -case 1:f=a.cy -if(f==null)f=B.DN -break -case 2:f=a.db -if(f==null)f=B.DP -g=A.pm(g,B.IB) -break -case 3:f=a.dx -if(f==null)f=B.DQ -e=a.fr -if(e==null)e=new A.eg(20,0,20,0) -j=A.a([],t.p) -j.push(g) -g=new A.Ky(new A.cw(e,A.jU(j,B.aG,B.ap,B.dv),c),c) -break -default:f=c}d=A.as4(new A.xo(this.Q,c,i,s,r,q,p,o,m,n,k,l,f,h,g,b.e,c,!1,B.u,!0,c),B.EK) -return new A.wp(d,c)}} -A.Ky.prototype={ -aD(a){var s=a.M(t.I) -s.toString -s=new A.AS(B.ax,s.f,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){var s=a.M(t.I) -s.toString -b.sbF(0,s.f)}} -A.AS.prototype={ -aZ(a){return 0}, -aV(a){return 0}, -bU(a){var s,r=this.l$,q=a.a,p=a.b,o=a.c,n=a.d -if(r!=null){s=r.em(B.dP) -return new A.K(Math.max(q,Math.min(p,s.a)),Math.max(o,Math.min(n,s.b)))}else return new A.K(B.e.C(1/0,q,p),B.e.C(1/0,o,n))}, -bw(){var s=this,r=t.k.a(A.q.prototype.gS.call(s)),q=s.l$,p=r.a,o=r.b,n=r.c,m=r.d -if(q!=null){q.c8(0,B.dP,!0) -q=s.l$.rx -s.rx=new A.K(Math.max(p,Math.min(o,q.a)),Math.max(n,Math.min(m,q.b))) -s.yD()}else s.rx=new A.K(B.e.C(1/0,p,o),B.e.C(1/0,n,m))}} -A.UP.prototype={ -j(a){return"FloatingActionButtonLocation"}} -A.a2A.prototype={ -nz(a){return new A.k(this.Nf(a,0),this.Ng(a,0))}} -A.Uz.prototype={ -Ng(a,b){var s,r,q=a.c,p=a.r.b,o=a.f.d,n=a.b.b,m=a.a.b,l=a.x.b,k=a.e.d,j=m/2 -if(p-q>k+j)s=0 -else s=k===0?o:j+16 -r=q-j-s -if(l>0)r=Math.min(r,q-l-m-16) -if(n>0)r=Math.min(r,q-n-j) -return Math.min(p-m-s,r)}} -A.Uy.prototype={ -Nf(a,b){return(a.r.a-a.a.a)/2}} -A.a5s.prototype={ -j(a){return"FloatingActionButtonLocation.centerDocked"}} -A.UO.prototype={ -j(a){return"FloatingActionButtonAnimator"}} -A.a9g.prototype={ -C_(a,b,c){if(c<0.5)return a -else return b}} -A.zb.prototype={ -gm(a){var s,r=this -if(A.b(r.x.y,"_value")>>16&255,n.gm(n)>>>8&255,n.gm(n)&255)) -q=A.Xy(b) -n=o.cy -if(n!=null)p=n.$0() -else{n=o.b.rx -p=new A.v(0,0,0+n.a,0+n.b)}if(q==null){a.bz(0) -a.aa(0,b.a) -o.Gt(a,p,m) -a.bE(0)}else o.Gt(a,p.cj(q),m)}} -A.ab5.prototype={ -$0(){var s=this.a.rx -return new A.v(0,0,0+s.a,0+s.b)}, -$S:131} -A.a75.prototype={ -JD(a,b,c,d,e,f,g,a0,a1,a2,a3,a4){var s,r,q,p,o,n,m,l,k,j,i,h=null -if(a1==null){if(a2!=null){s=a2.$0() -r=new A.K(s.c-s.a,s.d-s.b)}else{s=a3.rx -s.toString -r=s}s=Math.max(r.yR(0,B.i).gd1(),new A.k(0+r.a,0).a4(0,new A.k(0,0+r.b)).gd1())/2}else s=a1 -q=new A.vC(a0,B.bj,f,s,A.awj(a3,d,a2),a4,c,e,a3,g) -p=e.v -o=A.bX(h,B.iz,h,1,h,p) -n=e.gdJ() -o.cB() -m=o.c5$ -m.b=!0 -m.a.push(n) -o.bZ(0) -q.fx=o -o=A.b(o,"_fadeInController") -m=c.gm(c) -l=t.m -k=t.gD -q.fr=new A.aL(l.a(o),new A.kX(0,m>>>24&255),k.i("aL")) -m=A.bX(h,B.d2,h,1,h,p) -m.cB() -o=m.c5$ -o.b=!0 -o.a.push(n) -m.bZ(0) -q.dy=m -m=A.b(m,"_radiusController") -o=t.H7 -j=$.am7() -i=o.i("ey") -q.dx=new A.aL(l.a(m),new A.ey(j,new A.aw(s*0.3,s+5,o),i),i.i("aL")) -p=A.bX(h,B.oH,h,1,h,p) -p.cB() -i=p.c5$ -i.b=!0 -i.a.push(n) -p.cz(q.ga_z()) -q.go=p -p=A.b(p,"_fadeOutController") -n=c.gm(c) -i=$.am8() -k=k.i("ey") -q.fy=new A.aL(l.a(p),new A.ey(i,new A.kX(n>>>24&255,0),k),k.i("aL")) -e.rS(q) -return q}} -A.vC.prototype={ -Jm(a){var s=A.b(this.dy,"_radiusController") -s.e=B.HW -s.bZ(0) -A.b(this.fx,"_fadeInController").bZ(0) -s=A.b(this.go,"_fadeOutController") -s.Q=B.aq -s.iA(1,B.ac,B.oH)}, -av(a){var s,r,q=this,p="_fadeInController",o="_fadeOutController" -A.b(q.fx,p).eH(0) -s=1-A.b(A.b(q.fx,p).y,"_value") -A.b(q.go,o).sm(0,s) -if(s<1){r=A.b(q.go,o) -r.Q=B.aq -r.iA(1,B.ac,B.iz)}}, -a_A(a){if(a===B.Y)this.n(0)}, -n(a){var s=this -A.b(s.dy,"_radiusController").n(0) -A.b(s.fx,"_fadeInController").n(0) -A.b(s.go,"_fadeOutController").n(0) -s.lU(0)}, -uj(a,b){var s,r,q,p,o=this,n=A.b(o.fx,"_fadeInController").r -if(n!=null&&n.a!=null){n=A.b(o.fr,"_fadeIn") -s=n.b -n=n.a -r=s.aa(0,n.gm(n))}else{n=A.b(o.fy,"_fadeOut") -s=n.b -n=n.a -r=s.aa(0,n.gm(n))}n=A.aQ() -q=n?A.bl():new A.bf(new A.bh()) -n=o.e -q.saz(0,A.ap(r,n.gm(n)>>>16&255,n.gm(n)>>>8&255,n.gm(n)&255)) -n=A.Yp(o.z,o.b.rx.hP(B.i),B.aH.aa(0,A.b(A.b(o.dy,"_radiusController").y,"_value"))) -n.toString -s=A.b(o.dx,"_radius") -p=s.b -s=s.a -o.LK(o.Q,a,n,o.cy,o.ch,q,p.aa(0,s.gm(s)),o.db,b)}} -A.ab6.prototype={ -$0(){var s=this.a.rx -return new A.v(0,0,0+s.a,0+s.b)}, -$S:131} -A.a76.prototype={ -JD(a,b,c,d,e,f,g,h,i,j,k,a0){var s,r,q=null,p=i==null?A.awo(k,d,j,h):i,o=new A.vD(h,B.bj,f,p,A.awk(k,d,j),!d,a0,c,e,k,g),n=e.v,m=A.bX(q,B.d2,q,1,q,n),l=e.gdJ() -m.cB() -s=m.c5$ -s.b=!0 -s.a.push(l) -m.bZ(0) -o.fr=m -s=t.H7 -r=t.m -o.dy=new A.aL(r.a(A.b(m,"_radiusController")),new A.aw(0,p,s),s.i("aL")) -n=A.bX(q,B.H,q,1,q,n) -n.cB() -s=n.c5$ -s.b=!0 -s.a.push(l) -n.cz(o.ga_B()) -o.fy=n -l=c.gm(c) -o.fx=new A.aL(r.a(n),new A.kX(l>>>24&255,0),t.gD.i("aL")) -e.rS(o) -return o}} -A.vD.prototype={ -Jm(a){var s=B.c.c7(this.cx/1),r=A.b(this.fr,"_radiusController") -r.e=A.cj(0,0,0,s,0) -r.bZ(0) -this.fy.bZ(0)}, -av(a){var s=this.fy -if(s!=null)s.bZ(0)}, -a_C(a){if(a===B.Y)this.n(0)}, -n(a){var s=this -A.b(s.fr,"_radiusController").n(0) -s.fy.n(0) -s.fy=null -s.lU(0)}, -uj(a,b){var s,r,q,p=this,o=A.aQ(),n=o?A.bl():new A.bf(new A.bh()) -o=p.e -s=A.b(p.fx,"_alpha") -r=s.b -s=s.a -n.saz(0,A.ap(r.aa(0,s.gm(s)),o.gm(o)>>>16&255,o.gm(o)>>>8&255,o.gm(o)&255)) -q=p.z -if(p.db)q=A.Yp(q,p.b.rx.hP(B.i),A.b(A.b(p.fr,"_radiusController").y,"_value")) -q.toString -o=A.b(p.dy,"_radius") -s=o.b -o=o.a -p.LK(p.Q,a,q,p.cy,p.ch,n,s.aa(0,o.gm(o)),p.dx,b)}} -A.kY.prototype={ -saz(a,b){if(b.k(0,this.e))return -this.e=b -this.a.aH()}, -LK(a,b,c,d,e,f,g,h,i){var s,r=A.Xy(i) -b.bz(0) -if(r==null)b.aa(0,i.a) -else b.at(0,r.a,r.b) -if(d!=null){s=d.$0() -if(e!=null)b.fJ(0,e.dQ(s,h)) -else if(!a.k(0,B.bj))b.l1(0,A.Zo(s,a.c,a.d,a.a,a.b)) -else b.l2(0,s)}b.eQ(0,c,g,f) -b.bE(0)}} -A.ps.prototype={} -A.AN.prototype={ -cq(a){return this.f!==a.f}} -A.mI.prototype={ -Nl(a){return null}, -H(a,b){var s=this,r=b.M(t.sZ),q=r==null?null:r.f -return new A.A5(s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k1,!1,s.k3,!1,s.r1,s.r2,q,s.gNk(),s.ga5Q(),null)}, -a5R(a){return!0}} -A.A5.prototype={ -aj(){return new A.A4(A.x(t.R9,t.Pr),new A.aU(A.a([],t.ML),t.yw),null,B.l)}} -A.nX.prototype={ -j(a){return"_HighlightType."+this.b}} -A.A4.prototype={ -ga7Q(){var s=this.r -s=s.gbm(s) -s=new A.aI(s,new A.a73(),A.o(s).i("aI")) -return!s.gR(s)}, -AD(a,b){var s,r=this.y,q=r.a,p=q.length -if(b){r.b=!0 -q.push(a)}else r.B(0,a) -s=q.length!==0 -if(s!==(p!==0)){r=this.a.rx -if(r!=null)r.AD(this,s)}}, -Hw(a){var s=this.c -s.toString -this.a2X(s) -this.FR()}, -a2K(){return this.Hw(null)}, -aR(){this.Sb() -$.E.t$.f.d.F(0,this.gG_())}, -b_(a){var s,r=this -r.br(a) -s=r.a -s.toString -if(r.h4(s)!==r.h4(a)){s=r.a -s.toString -if(r.h4(s))r.MF(B.nL,!1,r.f) -r.yi()}}, -n(a){$.E.t$.f.d.B(0,this.gG_()) -this.bb(0)}, -guI(){if(!this.ga7Q()){var s=this.d -s=s!=null&&s.a!==0}else s=!0 -return s}, -BU(a){var s,r=this -switch(a.a){case 0:s=r.a.fx -if(s==null){s=r.c -s.toString -s=A.a2(s).k2}return s -case 2:s=r.a.fy -s=s==null?null:s.a.$1(B.Xf) -if(s==null)s=r.a.dy -if(s==null){s=r.c -s.toString -s=A.a2(s).dx}return s -case 1:s=r.a.fy -s=s==null?null:s.a.$1(B.Xe) -if(s==null)s=r.a.fr -if(s==null){s=r.c -s.toString -s=A.a2(s).dy}return s}}, -N1(a){switch(a.a){case 0:return B.H -case 1:case 2:return B.iy}}, -MF(a,b,c){var s,r,q,p,o,n,m,l,k,j=this,i="_alphaController",h=j.r,g=h.h(0,a) -if(a===B.hY){s=j.a.rx -if(s!=null)s.AD(j,c)}s=g==null -if(c===(!s&&g.fr))return -if(c)if(s){s=j.c.gE() -s.toString -t.r.a(s) -r=j.c.tL(t.zd) -r.toString -q=j.BU(a) -p=j.a -o=p.cx -n=p.cy -m=p.dx -p=p.ry.$1(s) -l=j.c.M(t.I) -l.toString -k=j.N1(a) -s=new A.kV(o,n,B.bj,m,p,l.f,q,r,s,new A.a74(j,a)) -k=A.bX(null,k,null,1,null,r.v) -k.cB() -p=k.c5$ -p.b=!0 -p.a.push(r.gdJ()) -k.cz(s.gXS()) -k.bZ(0) -s.dy=k -k=A.b(k,i) -q=q.gm(q) -s.dx=new A.aL(t.m.a(k),new A.kX(0,q>>>24&255),t.gD.i("aL")) -r.rS(s) -h.p(0,a,s) -j.nv()}else{g.fr=!0 -A.b(g.dy,i).bZ(0)}else{g.fr=!1 -A.b(g.dy,i).dO(0)}switch(a.a){case 0:h=j.a.y -if(h!=null)h.$1(c) -break -case 1:if(b){h=j.a.z -if(h!=null)h.$1(c)}break -case 2:break}}, -nu(a,b){return this.MF(a,!0,b)}, -W5(a){var s,r,q,p,o,n,m,l,k,j,i=this,h={},g=i.c.tL(t.zd) -g.toString -s=i.c.gE() -s.toString -t.r.a(s) -r=s.ir(a) -q=i.a.fy -q=q==null?null:q.a.$1(B.CE) -p=q==null?i.a.go:q -if(p==null){q=i.c -q.toString -p=A.a2(q).k3}q=i.a -o=q.ch?q.ry.$1(s):null -q=i.a -n=q.db -m=q.dx -h.a=null -q=q.id -if(q==null){q=i.c -q.toString -q=A.a2(q).y}l=i.a -k=l.ch -l=l.cy -j=i.c.M(t.I) -j.toString -return h.a=q.JD(0,n,p,k,g,m,new A.a71(h,i),r,l,o,s,j.f)}, -a_D(a){if(this.c==null)return -this.au(new A.a72(this))}, -ga2E(){var s,r=this,q=r.c -q.toString -q=A.eQ(q) -s=q==null?null:q.db -switch((s==null?B.c8:s).a){case 0:q=r.a -q.toString -return r.h4(q)&&r.z -case 1:return r.z}}, -yi(){var s,r=$.E.t$.f.b -switch((r==null?A.vi():r).a){case 0:s=!1 -break -case 1:s=this.ga2E() -break -default:s=null}this.nu(B.a2T,s)}, -YF(a){var s -this.z=a -this.yi() -s=this.a.k3 -if(s!=null)s.$1(a)}, -a_d(a){if(this.y.a.length!==0)return -this.a2Y(a) -this.a.toString}, -HE(a,b){var s,r,q,p,o=this -if(a!=null){s=a.gE() -s.toString -t.r.a(s) -r=s.rx -r=new A.v(0,0,0+r.a,0+r.b).gb3() -q=A.el(s.cN(0,null),r)}else q=b.a -p=o.W5(q) -s=o.d;(s==null?o.d=A.cZ(t.nQ):s).F(0,p) -o.e=p -o.nv() -o.nu(B.hY,!0)}, -a2Y(a){return this.HE(null,a)}, -a2X(a){return this.HE(a,null)}, -FR(){var s=this,r=s.e -if(r!=null)r.Jm(0) -s.e=null -s.nu(B.hY,!1) -r=s.a -if(r.d!=null){if(r.k1){r=s.c -r.toString -A.UC(r)}r=s.a.d -if(r!=null)r.$0()}}, -a_b(){var s=this,r=s.e -if(r!=null)r.av(0) -s.e=null -s.a.toString -s.nu(B.hY,!1)}, -dm(){var s,r,q,p,o,n,m,l=this,k=l.d -if(k!=null){l.d=null -for(s=A.o(k),k=new A.iZ(k,k.qS(),s.i("iZ<1>")),s=s.c;k.u();)s.a(k.d).n(0) -l.e=null}for(k=l.r,s=k.gas(k),s=s.ga1(s);s.u();){r=s.gD(s) -q=k.h(0,r) -if(q!=null){p=A.b(q.dy,"_alphaController") -p.r.n(0) -p.r=null -o=p.fd$ -o.b=!1 -B.b.sq(o.a,0) -n=o.c -if(n===$){m=A.cZ(o.$ti.c) -A.bp(o.c,"_set") -o.c=m -n=m}if(n.a>0){n.b=n.c=n.d=n.e=null -n.a=0}o=p.c5$ -o.b=!1 -B.b.sq(o.a,0) -n=o.c -if(n===$){m=A.cZ(o.$ti.c) -A.bp(o.c,"_set") -o.c=m -n=m}if(n.a>0){n.b=n.c=n.d=n.e=null -n.a=0}p.vx(0) -q.lU(0)}k.p(0,r,null)}k=l.a.rx -if(k!=null)k.AD(l,!1) -l.Sa()}, -h4(a){var s -if(a.d==null)s=!1 -else s=!0 -return s}, -Z1(a){var s,r=this -r.f=!0 -s=r.a -s.toString -if(r.h4(s))r.nu(B.nL,r.f)}, -Z3(a){this.f=!1 -this.nu(B.nL,!1)}, -gVo(){var s,r=this,q=r.c -q.toString -q=A.eQ(q) -s=q==null?null:q.db -switch((s==null?B.c8:s).a){case 0:q=r.a -q.toString -return r.h4(q)&&r.a.r2 -case 1:return!0}}, -H(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=null -i.CW(0,b) -for(s=i.r,r=s.gas(s),r=r.ga1(r);r.u();){q=r.gD(r) -p=s.h(0,q) -if(p!=null)p.saz(0,i.BU(q))}s=i.e -if(s!=null){r=i.a.fy -r=r==null?h:r.a.$1(B.CE) -if(r==null)r=i.a.go -s.saz(0,r==null?A.a2(b).k3:r)}s=i.a -r=s.Q -if(r==null)r=B.hT -q=A.aT(t.W) -if(!i.h4(s))q.F(0,B.b1) -if(i.f){s=i.a -s.toString -s=i.h4(s)}else s=!1 -if(s)q.F(0,B.bf) -if(i.z)q.F(0,B.c7) -o=A.dt(r,q,t.Pb) -n=i.x -if(n===$){s=i.gHv() -r=t.e -q=t.c -m=A.aN([B.a1l,new A.d9(s,new A.aU(A.a([],r),q),t.wY),B.a1m,new A.d9(s,new A.aU(A.a([],r),q),t.nz)],t.n,t.od) -A.bp(i.x,"_actionMap") -i.x=m -n=m}s=i.a.r1 -r=i.gVo() -q=i.a -p=q.d -p=p==null?h:i.gHv() -q=i.h4(q)?i.ga_c():h -l=i.a -l.toString -l=i.h4(l)?i.ga_9():h -k=i.a -k.toString -k=i.h4(k)?i.ga_a():h -j=i.a -return new A.AN(i,A.CZ(n,A.vg(!1,r,A.mY(A.bB(h,A.Fn(B.bD,j.c,B.aW,!0,h,h,h,h,h,h,h,h,h,h,h,h,l,k,q,h,h,h,h),!1,h,h,!1,!1,h,h,h,h,h,h,h,h,h,h,h,h,h,p,h,h,h,h,h,h),o,h,i.gZ0(),i.gZ2(),h),h,h,s,!0,h,i.gYE(),h,h,h)),h)}, -$iaer:1} -A.a73.prototype={ -$1(a){return a!=null}, -$S:206} -A.a74.prototype={ -$0(){var s=this.a -s.r.p(0,this.b,null) -s.nv()}, -$S:0} -A.a71.prototype={ -$0(){var s,r=this.b,q=r.d -if(q!=null){s=this.a -q.B(0,s.a) -if(r.e==s.a)r.e=null -r.nv()}}, -$S:0} -A.a72.prototype={ -$0(){this.a.yi()}, -$S:0} -A.FA.prototype={} -A.Ci.prototype={ -aR(){this.bi() -if(this.guI())this.r0()}, -dm(){var s=this.hh$ -if(s!=null){s.aA() -this.hh$=null}this.kI()}} -A.eL.prototype={} -A.MH.prototype={ -za(a){return B.nN}, -glh(){return!1}, -gfK(){return B.an}, -bv(a,b){return B.nN}, -dQ(a,b){var s=A.cF() -s.h8(0,a) -return s}, -nh(a,b,c,d,e,f){}, -hp(a,b,c){return this.nh(a,b,0,0,null,c)}} -A.iP.prototype={ -glh(){return!1}, -za(a){return new A.iP(this.b,a)}, -gfK(){return new A.aS(0,0,0,this.a.b)}, -bv(a,b){return new A.iP(B.o_,this.a.bv(0,b))}, -dQ(a,b){var s=A.cF() -s.h7(0,this.b.eY(a)) -return s}, -ds(a,b){var s,r -if(a instanceof A.iP){s=A.b4(a.a,this.a,b) -r=A.oy(a.b,this.b,b) -r.toString -return new A.iP(r,s)}return this.kG(a,b)}, -dt(a,b){var s,r -if(a instanceof A.iP){s=A.b4(this.a,a.a,b) -r=A.oy(this.b,a.b,b) -r.toString -return new A.iP(r,s)}return this.kH(a,b)}, -nh(a,b,c,d,e,f){var s=this.b -if(!s.c.k(0,B.a0)||!s.d.k(0,B.a0))a.fJ(0,this.dQ(b,f)) -s=b.d -a.hU(0,new A.k(b.a,s),new A.k(b.c,s),this.a.j8())}, -hp(a,b,c){return this.nh(a,b,0,0,null,c)}, -k(a,b){if(b==null)return!1 -if(this===b)return!0 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.eL&&b.a.k(0,this.a)}, -gw(a){var s=this.a -return A.W(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,B.a)}} -A.hA.prototype={ -glh(){return!0}, -za(a){return new A.hA(this.b,this.c,a)}, -gfK(){var s=this.a.b -return new A.aS(s,s,s,s)}, -bv(a,b){var s=this.a.bv(0,b) -return new A.hA(this.b*b,this.c.a2(0,b),s)}, -ds(a,b){var s,r -if(a instanceof A.hA){s=A.oy(a.c,this.c,b) -s.toString -r=A.b4(a.a,this.a,b) -return new A.hA(a.b,s,r)}return this.kG(a,b)}, -dt(a,b){var s,r -if(a instanceof A.hA){s=A.oy(this.c,a.c,b) -s.toString -r=A.b4(this.a,a.a,b) -return new A.hA(a.b,s,r)}return this.kH(a,b)}, -dQ(a,b){var s=A.cF() -s.h7(0,this.c.eY(a)) -return s}, -Fd(a3,a4,a5,a6){var s,r,q,p,o,n,m,l,k,j,i,h=a4.nD(),g=h.a,f=h.b,e=h.e,d=h.f,c=h.c,b=h.r,a=b*2,a0=c-a,a1=h.x,a2=new A.v(a0,f,a0+a,f+a1*2) -a=h.y*2 -a0=c-a -s=h.d -r=h.z -q=r*2 -p=s-q -o=s-h.ch*2 -n=h.Q -m=n*2 -l=Math.acos(B.c.C(1-a5/e,0,1)) -k=A.cF() -k.jG(0,new A.v(g,f,g+e*2,f+d*2),3.141592653589793,l) -if(a5>e)k.bR(0,g+a5,f) -e=a5+a6 -j=c-g -if(e=r.a)if(q<=s.e.a)s=!0 -else s=!1 -else s=!1}else s=!1 -return s}, -a3J(a){var s,r,q=this,p=q.c -p.toString -s=t.v -p=A.de(p,B.ae,s) -p.toString -r=p.LL(a) -if(r==null){q.a.toString -p=q.c -p.toString -A.de(p,B.ae,s).toString -return"Invalid format."}else if(!q.G5(r)){q.a.toString -p=q.c -p.toString -A.de(p,B.ae,s).toString -return"Out of range."}return null}, -Ie(a,b){var s,r=this,q=r.c -q.toString -q=A.de(q,B.ae,t.v) -q.toString -s=q.LL(a) -if(r.G5(s)){r.e=s -r.f=a -s.toString -b.$1(s)}}, -ZK(a){this.Ie(a,this.a.r)}, -a_F(a){this.Ie(a,this.a.f)}, -H(a,b){var s=this,r=null -A.de(b,B.ae,t.v).toString -A.a2(b) -s.a.toString -return A.aj7(!0,s.d,A.ahC(r,B.D9,r,r,r,r,r,r,!0,r,r,r,r,r,r,!1,r,r,r,r,r,r,r,r,r,r,r,"mm/dd/yyyy",r,r,r,r,!1,r,r,r,"Enter Date",r,r,r,r,r,r,r,r,r,r,r,r,r),B.CW,1,s.ga_E(),s.gZJ(),s.ga3I())}} -A.a78.prototype={ -$1(a){var s=this.a -s.au(new A.a77(s))}, -$S:2} -A.a77.prototype={ -$0(){var s=this.a -s.e=s.a.c -s.Iw()}, -$S:0} -A.A7.prototype={ -snP(a,b){if(b!=this.a){this.a=b -this.aA()}}, -sdG(a){if(a!==this.b){this.b=a -this.aA()}}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.A7&&b.a==s.a&&b.b===s.b}, -gw(a){return A.W(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"#"+A.bF(this)}} -A.A8.prototype={ -dg(a){var s=A.dI(this.a,this.b,a) -s.toString -return t.U1.a(s)}} -A.M1.prototype={ -aK(a,b){var s,r,q=this,p=q.b,o=q.c.aa(0,p.gm(p)),n=new A.v(0,0,0+b.a,0+b.b) -p=q.y -p=q.x.aa(0,p.gm(p)) -p.toString -s=A.ad6(p,q.r) -if((s.gm(s)>>>24&255)>0){p=o.dQ(n,q.f) -r=A.aQ() -r=r?A.bl():new A.bf(new A.bh()) -r.saz(0,s) -r.scP(0,B.b3) -a.c0(0,p,r)}p=q.e -r=p.a -o.nh(a,n,p.b,A.b(q.d.y,"_value"),r,q.f)}, -f3(a){var s=this -return s.b!==a.b||s.y!==a.y||s.d!==a.d||s.c!==a.c||!s.e.k(0,a.e)||s.f!==a.f}, -j(a){return"#"+A.bF(this)}} -A.zj.prototype={ -aj(){return new A.Km(null,null,B.l)}} -A.Km.prototype={ -aR(){var s,r=this,q=null -r.bi() -r.e=A.bX(q,B.HT,q,1,r.a.x?1:0,r) -s=A.bX(q,B.H,q,1,q,r) -r.d=s -r.f=A.dT(B.ay,A.b(s,"_controller"),q) -s=r.a.c -r.r=new A.A8(s,s) -r.x=A.dT(B.ac,A.b(r.e,"_hoverColorController"),q) -r.y=new A.f0(B.aF,r.a.r)}, -n(a){A.b(this.d,"_controller").n(0) -A.b(this.e,"_hoverColorController").n(0) -this.S3(0)}, -b_(a){var s,r,q=this,p="_hoverColorController" -q.br(a) -s=a.c -if(!q.a.c.k(0,s)){q.r=new A.A8(s,q.a.c) -s=A.b(q.d,"_controller") -s.sm(0,0) -s.bZ(0)}if(!q.a.r.k(0,a.r))q.y=new A.f0(B.aF,q.a.r) -s=q.a.x -if(s!==a.x){r=q.e -if(s)A.b(r,p).bZ(0) -else A.b(r,p).dO(0)}}, -H(a,b){var s,r,q,p,o=this,n="_borderAnimation",m=A.a([A.b(o.f,n),o.a.d,A.b(o.e,"_hoverColorController")],t.Eo),l=A.b(o.f,n),k=A.b(o.r,"_border"),j=o.a,i=j.e -j=j.d -s=b.M(t.I) -s.toString -r=o.a.f -q=A.b(o.y,"_hoverColorTween") -p=A.b(o.x,"_hoverAnimation") -o.a.toString -return A.oZ(null,new A.M1(l,k,i,j,s.f,r,q,p,new A.o0(m)),null,null)}} -A.Of.prototype={ -gaaC(){var s=t.m.a(this.c),r=s.gm(s) -if(r<=0.25)return-r*4 -else if(r<0.75)return(r-0.5)*4 -else return(1-r)*4*4}, -H(a,b){return A.JB(null,this.e,A.mW(this.gaaC(),0,0),!0)}} -A.zZ.prototype={ -aj(){return new A.A_(null,null,B.l)}} -A.A_.prototype={ -aR(){var s,r=this,q="_controller" -r.bi() -r.d=A.bX(null,B.H,null,1,null,r) -if(r.a.r!=null){r.f=r.o4() -A.b(r.d,q).sm(0,1)}s=A.b(r.d,q) -s.cB() -s=s.c5$ -s.b=!0 -s.a.push(r.gxl())}, -n(a){A.b(this.d,"_controller").n(0) -this.S9(0)}, -xm(){this.au(new A.a6S())}, -b_(a){var s,r=this,q="_controller" -r.br(a) -s=r.a.r!=null -if(s!==(a.r!=null)||!1)if(s){r.f=r.o4() -A.b(r.d,q).bZ(0)}else{s=A.b(r.d,q) -s.dO(0)}}, -o4(){var s,r,q,p,o=null,n="_controller",m=A.b(this.d,n),l=A.b(this.d,n) -l=new A.aw(B.W2,B.i,t.Ni).aa(0,l.gm(l)) -s=this.a -r=s.r -r.toString -q=s.x -p=s.c -return A.bB(o,A.kN(!1,A.ahr(A.cH(r,s.y,B.b5,o,q,p,o),!0,l),m),!0,o,o,!1,!1,o,o,o,o,!0,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o)}, -H(a,b){var s,r=this,q="_controller",p=A.b(r.d,q) -if(p.gbk(p)===B.N){r.f=null -r.a.toString -r.e=null -return B.hJ}p=A.b(r.d,q) -if(p.gbk(p)===B.Y){r.e=null -if(r.a.r!=null)return r.f=r.o4() -else{r.f=null -return B.hJ}}if(r.e==null&&r.a.r!=null)return r.o4() -if(r.f==null)r.a.toString -if(r.a.r!=null){p=t.H7 -s=A.b(r.d,q) -return A.yr(B.dN,A.a([A.kN(!1,r.e,new A.aL(s,new A.aw(1,0,p),p.i("aL"))),r.o4()],t.p),B.eC)}return B.hJ}} -A.a6S.prototype={ -$0(){}, -$S:0} -A.pg.prototype={ -j(a){return"FloatingLabelBehavior."+this.b}} -A.F7.prototype={ -gw(a){return B.e.gw(-1)}, -k(a,b){if(b==null)return!1 -if(this===b)return!0 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.F7&&!0}, -j(a){return A.arO(-1)}} -A.dl.prototype={ -j(a){return"_DecorationSlot."+this.b}} -A.L6.prototype={ -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.L6)if(b.a.k(0,r.a))if(b.c===r.c)if(b.d===r.d)if(b.e.k(0,r.e))if(b.f.k(0,r.f))if(b.r.k(0,r.r))s=b.y==r.y&&b.z.k(0,r.z)&&J.f(b.Q,r.Q)&&J.f(b.ch,r.ch)&&J.f(b.cx,r.cx)&&J.f(b.cy,r.cy)&&J.f(b.db,r.db)&&J.f(b.dx,r.dx)&&J.f(b.dy,r.dy)&&J.f(b.fr,r.fr)&&b.fx.vF(0,r.fx)&&J.f(b.fy,r.fy)&&b.go.vF(0,r.go) -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -return s}, -gw(a){var s=this -return A.W(s.a,s.c,s.d,s.e,s.f,s.r,!1,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go)}} -A.a8J.prototype={} -A.AV.prototype={ -gdX(a){var s,r=A.a([],t.Ik),q=this.d3$ -if(q.h(0,B.Q)!=null){s=q.h(0,B.Q) -s.toString -r.push(s)}if(q.h(0,B.a5)!=null){s=q.h(0,B.a5) -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.a6)!=null){s=q.h(0,B.a6) -s.toString -r.push(s)}if(q.h(0,B.a7)!=null){s=q.h(0,B.a7) -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.af)!=null){s=q.h(0,B.af) -s.toString -r.push(s)}if(q.h(0,B.ai)!=null){s=q.h(0,B.ai) -s.toString -r.push(s)}if(q.h(0,B.a1)!=null){s=q.h(0,B.a1) -s.toString -r.push(s)}if(q.h(0,B.aR)!=null){q=q.h(0,B.aR) -q.toString -r.push(q)}return r}, -sa5(a,b){if(this.l.k(0,b))return -this.l=b -this.U()}, -sbF(a,b){if(this.t===b)return -this.t=b -this.U()}, -sMu(a,b){if(this.a_===b)return -this.a_=b -this.U()}, -saal(a){return}, -sa8a(a){if(this.aw===a)return -this.aw=a -this.ak()}, -szS(a){return}, -gxs(){var s=this.l.f.glh() -return s}, -fZ(a){var s,r=this.d3$ -if(r.h(0,B.Q)!=null){s=r.h(0,B.Q) -s.toString -a.$1(s)}if(r.h(0,B.a6)!=null){s=r.h(0,B.a6) -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.af)!=null)if(this.aw){s=r.h(0,B.af) -s.toString -a.$1(s)}else if(r.h(0,B.L)==null){s=r.h(0,B.af) -s.toString -a.$1(s)}if(r.h(0,B.a5)!=null){s=r.h(0,B.a5) -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.a7)!=null){s=r.h(0,B.a7) -s.toString -a.$1(s)}if(r.h(0,B.aR)!=null){s=r.h(0,B.aR) -s.toString -a.$1(s)}if(r.h(0,B.ai)!=null){s=r.h(0,B.ai) -s.toString -a.$1(s)}if(r.h(0,B.a1)!=null){r=r.h(0,B.a1) -r.toString -a.$1(r)}}, -ghw(){return!1}, -hE(a,b){var s -if(a==null)return 0 -a.c8(0,b,!0) -s=a.nx(B.C) -s.toString -return s}, -a_L(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}, -aZ(a){var s,r,q,p,o,n=this.d3$,m=n.h(0,B.Q) -m=m==null?0:m.Y(B.G,a,m.gaM()) -s=this.l -r=n.h(0,B.a8) -r=r==null?0:r.Y(B.G,a,r.gaM()) -q=n.h(0,B.a6) -q=q==null?0:q.Y(B.G,a,q.gaM()) -p=n.h(0,B.a5) -p=p==null?0:p.Y(B.G,a,p.gaM()) -o=n.h(0,B.af) -o=o==null?0:o.Y(B.G,a,o.gaM()) -o=Math.max(p,o) -p=n.h(0,B.a7) -p=p==null?0:p.Y(B.G,a,p.gaM()) -n=n.h(0,B.a9) -n=n==null?0:n.Y(B.G,a,n.gaM()) -return m+s.a.a+r+q+o+p+n+this.l.a.c}, -aQ(a){var s,r,q,p,o,n=this.d3$,m=n.h(0,B.Q) -m=m==null?0:m.Y(B.M,a,m.gaX()) -s=this.l -r=n.h(0,B.a8) -r=r==null?0:r.Y(B.M,a,r.gaX()) -q=n.h(0,B.a6) -q=q==null?0:q.Y(B.M,a,q.gaX()) -p=n.h(0,B.a5) -p=p==null?0:p.Y(B.M,a,p.gaX()) -o=n.h(0,B.af) -o=o==null?0:o.Y(B.M,a,o.gaX()) -o=Math.max(p,o) -p=n.h(0,B.a7) -p=p==null?0:p.Y(B.M,a,p.gaX()) -n=n.h(0,B.a9) -n=n==null?0:n.Y(B.M,a,n.gaX()) -return m+s.a.a+r+q+o+p+n+this.l.a.c}, -a_Y(a,b,c){var s,r,q,p -for(s=0,r=0;r<2;++r){q=c[r] -if(q==null)continue -p=q.Y(B.V,b,q.gb8()) -s=Math.max(p,s)}return s}, -aV(a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=b.d3$,a0=a.h(0,B.Q),a1=a0==null?0:a0.Y(B.V,a2,a0.gb8()) -a0=a.h(0,B.Q) -a2=Math.max(a2-(a0==null?0:a0.Y(B.G,a1,a0.gaM())),0) -a0=a.h(0,B.a8) -s=a0==null?0:a0.Y(B.V,a2,a0.gb8()) -a0=a.h(0,B.a8) -r=a0==null?0:a0.Y(B.G,s,a0.gaM()) -a0=a.h(0,B.a9) -q=a0==null?0:a0.Y(B.V,a2,a0.gb8()) -a0=a.h(0,B.a9) -p=a0==null?0:a0.Y(B.G,q,a0.gaM()) -a2=Math.max(a2-b.l.a.gi5(),0) -a0=a.h(0,B.a1) -o=a0==null?0:a0.Y(B.V,a2,a0.gb8()) -a0=a.h(0,B.a1) -n=Math.max(a2-(a0==null?0:a0.Y(B.G,o,a0.gaM())),0) -a0=a.h(0,B.ai) -m=a0==null?0:a0.Y(B.V,n,a0.gb8()) -l=Math.max(o,m) -if(l>0)l+=8 -a0=a.h(0,B.a6) -k=a0==null?0:a0.Y(B.V,a2,a0.gb8()) -a0=a.h(0,B.a6) -j=a0==null?0:a0.Y(B.G,k,a0.gaM()) -a0=a.h(0,B.a7) -i=a0==null?0:a0.Y(B.V,a2,a0.gb8()) -a0=a.h(0,B.a7) -h=a0==null?0:a0.Y(B.G,i,a0.gaM()) -a0=t.up -g=B.b.M4(A.a([b.a_Y(0,Math.max(a2-j-h-r-p,0),A.a([a.h(0,B.a5),a.h(0,B.af)],t.iG)),k,i],a0),B.o5) -f=b.l.z -e=new A.k(f.a,f.b).a2(0,4) -f=b.l -a=a.h(0,B.L)==null?0:b.l.c -d=B.b.M4(A.a([a1,f.a.b+a+g+b.l.a.d+e.b,s,q],a0),B.o5) -a=b.l.y -a.toString -c=a||!1?0:48 -return Math.max(d,c)+l}, -aY(a){return this.aV(a)}, -d0(a){var s=this.d3$,r=s.h(0,B.a5).e -r.toString -r=t.x.a(r).a -s=s.h(0,B.a5).d0(a) -s.toString -return r.b+s}, -bU(a){return B.p}, -bw(){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=this,e5=null,e6={},e7=t.k,e8=e7.a(A.q.prototype.gS.call(e4)) -e4.aL=null -s=A.x(t.Qv,t.wR) -r=e8.b -q=e8.d -p=new A.al(0,r,0,q) -o=e4.d3$ -s.p(0,o.h(0,B.Q),e4.hE(o.h(0,B.Q),p)) -n=o.h(0,B.Q) -if(n==null)n=B.p -else{n=n.rx -n.toString}m=p.oX(r-n.a) -s.p(0,o.h(0,B.a8),e4.hE(o.h(0,B.a8),m)) -s.p(0,o.h(0,B.a9),e4.hE(o.h(0,B.a9),m)) -l=m.oX(m.b-e4.l.a.gi5()) -s.p(0,o.h(0,B.a6),e4.hE(o.h(0,B.a6),l)) -s.p(0,o.h(0,B.a7),e4.hE(o.h(0,B.a7),l)) -n=e7.a(A.q.prototype.gS.call(e4)) -k=o.h(0,B.Q) -if(k==null)k=B.p -else{k=k.rx -k.toString}j=e4.l -i=o.h(0,B.a8) -if(i==null)i=B.p -else{i=i.rx -i.toString}h=o.h(0,B.a6) -if(h==null)h=B.p -else{h=h.rx -h.toString}g=o.h(0,B.a7) -if(g==null)g=B.p -else{g=g.rx -g.toString}f=o.h(0,B.a9) -if(f==null)f=B.p -else{f=f.rx -f.toString}e=e4.l -d=Math.max(0,n.b-(k.a+j.a.a+i.a+h.a+g.a+f.a+e.a.c)) -e=A.T(1,1.3333333333333333,e.d) -e.toString -f=o.h(0,B.a9) -if(f==null)n=B.p -else{n=f.rx -n.toString}c=n.a -if(e4.l.f.glh()){n=A.T(c,0,e4.l.d) -n.toString -c=n}e7=e7.a(A.q.prototype.gS.call(e4)) -n=o.h(0,B.Q) -if(n==null)n=B.p -else{n=n.rx -n.toString}k=e4.l -j=o.h(0,B.a8) -if(j==null)j=B.p -else{j=j.rx -j.toString}b=Math.max(0,e7.b-(n.a+k.a.a+j.a+c+e4.l.a.c)) -s.p(0,o.h(0,B.L),e4.hE(o.h(0,B.L),p.oX(b*e))) -s.p(0,o.h(0,B.af),e4.hE(o.h(0,B.af),p.ze(d,d))) -s.p(0,o.h(0,B.a1),e4.hE(o.h(0,B.a1),l)) -e=o.h(0,B.ai) -j=o.h(0,B.ai) -k=o.h(0,B.a1) -if(k==null)e7=B.p -else{e7=k.rx -e7.toString}s.p(0,e,e4.hE(j,l.oX(Math.max(0,l.b-e7.a)))) -a=o.h(0,B.L)==null?0:e4.l.c -if(e4.l.f.glh()){e7=s.h(0,o.h(0,B.L)) -e7.toString -a0=Math.max(a-e7,0)}else a0=a -if(o.h(0,B.a1)==null)a1=0 -else{e7=s.h(0,o.h(0,B.a1)) -e7.toString -a1=e7+8}e7=o.h(0,B.ai) -if(e7==null)e7=e5 -else{e7=e7.rx -e7.toString}a2=e7!=null&&o.h(0,B.ai).rx.b>0 -a3=!a2?0:o.h(0,B.ai).rx.b+8 -a4=Math.max(a1,a3) -e7=e4.l.z -a5=new A.k(e7.a,e7.b).a2(0,4) -e7=o.h(0,B.a5) -n=o.h(0,B.a5) -k=e4.l.a -j=a5.b -i=j/2 -s.p(0,e7,e4.hE(n,p.tq(new A.aS(0,k.b+a0+i,0,k.d+a4+i)).ze(d,d))) -a6=o.h(0,B.af)==null?0:o.h(0,B.af).rx.b -a7=o.h(0,B.a5)==null?0:o.h(0,B.a5).rx.b -a8=Math.max(a6,a7) -e7=s.h(0,o.h(0,B.a5)) -e7.toString -n=s.h(0,o.h(0,B.af)) -n.toString -a9=Math.max(A.dA(e7),A.dA(n)) -n=o.h(0,B.a6) -b0=n==null?e5:n.rx.b -if(b0==null)b0=0 -e7=o.h(0,B.a7) -b1=e7==null?e5:e7.rx.b -if(b1==null)b1=0 -e7=s.h(0,o.h(0,B.a6)) -e7.toString -n=s.h(0,o.h(0,B.a7)) -n.toString -b2=Math.max(0,Math.max(A.dA(e7),A.dA(n))-a9) -n=s.h(0,o.h(0,B.a6)) -n.toString -e7=s.h(0,o.h(0,B.a7)) -e7.toString -b3=Math.max(0,Math.max(b0-n,b1-e7)-(a8-a9)) -b4=o.h(0,B.a8)==null?0:o.h(0,B.a8).rx.b -b5=o.h(0,B.a9)==null?0:o.h(0,B.a9).rx.b -b6=Math.max(b4,b5) -e7=e4.l -n=e7.a -b7=Math.max(b6,a0+n.b+b2+a8+b3+n.d+j) -e7=e7.y -e7.toString -if(!e7)e7=!1 -else e7=!0 -b8=e7?0:48 -b9=q-a4 -c0=Math.min(Math.max(b7,b8),b9) -c1=b8>b7?(b8-b7)/2:0 -c2=Math.max(0,b7-b9) -e7=e4.gxs()?B.CL:B.CM -c3=(e7.a+1)/2 -c4=b2-c2*(1-c3) -e7=e4.l.a -q=e7.b -c5=q+a0+a9+c4+c1 -c6=c0-q-a0-e7.d-(b2+a8+b3) -c7=c5+c6*c3+i -e7=e4.gxs()?B.CL:B.CM -c8=e4.a_L(c5,a9+c4/2+(c0-(2+a8))/2,c5+c6,e7) -if(o.h(0,B.a1)!=null){e7=s.h(0,o.h(0,B.a1)) -e7.toString -c9=c0+8+e7 -d0=o.h(0,B.a1).rx.b+8}else{c9=0 -d0=0}if(a2){e7=s.h(0,o.h(0,B.ai)) -e7.toString -d1=c0+8+e7 -d2=a3}else{d1=0 -d2=0}d3=Math.max(c9,d1) -d4=Math.max(d0,d2) -if(o.h(0,B.aR)!=null){e7=o.h(0,B.Q) -if(e7==null)e7=B.p -else{e7=e7.rx -e7.toString}m=A.f_(c0,r-e7.a) -o.h(0,B.aR).c8(0,m,!0) -switch(e4.t.a){case 0:d5=0 -break -case 1:e7=o.h(0,B.Q) -if(e7==null)e7=B.p -else{e7=e7.rx -e7.toString}d5=e7.a -break -default:d5=e5}e7=o.h(0,B.aR).e -e7.toString -t.x.a(e7).a=new A.k(d5,0)}e6.a=null -d6=new A.a8N(e6) -e6.b=null -d7=new A.a8M(e6,new A.a8J(s,c7,c8,d3,c0,d4)) -e7=e4.l.a -d8=e7.a -d9=r-e7.c -e6.a=c0 -e6.b=e4.gxs()?c8:c7 -if(o.h(0,B.Q)!=null){switch(e4.t.a){case 0:d5=r-o.h(0,B.Q).rx.a -break -case 1:d5=0 -break -default:d5=e5}e7=o.h(0,B.Q) -e7.toString -d6.$2(e7,d5)}switch(e4.t.a){case 0:e7=o.h(0,B.Q) -if(e7==null)e7=B.p -else{e7=e7.rx -e7.toString}e0=d9-e7.a -if(o.h(0,B.a8)!=null){e0+=e4.l.a.a -e7=o.h(0,B.a8) -e7.toString -e0-=d6.$2(e7,e0-o.h(0,B.a8).rx.a)}if(o.h(0,B.L)!=null){e7=o.h(0,B.L) -e7.toString -d6.$2(e7,e0-o.h(0,B.L).rx.a)}if(o.h(0,B.a6)!=null){e7=o.h(0,B.a6) -e7.toString -e0-=d7.$2(e7,e0-o.h(0,B.a6).rx.a)}if(o.h(0,B.a5)!=null){e7=o.h(0,B.a5) -e7.toString -d7.$2(e7,e0-o.h(0,B.a5).rx.a)}if(o.h(0,B.af)!=null){e7=o.h(0,B.af) -e7.toString -d7.$2(e7,e0-o.h(0,B.af).rx.a)}if(o.h(0,B.a9)!=null){e1=d8-e4.l.a.a -e7=o.h(0,B.a9) -e7.toString -e1+=d6.$2(e7,e1)}else e1=d8 -if(o.h(0,B.a7)!=null){e7=o.h(0,B.a7) -e7.toString -d7.$2(e7,e1)}break -case 1:e7=o.h(0,B.Q) -if(e7==null)e7=B.p -else{e7=e7.rx -e7.toString}e0=d8+e7.a -if(o.h(0,B.a8)!=null){e0-=e4.l.a.a -e7=o.h(0,B.a8) -e7.toString -e0+=d6.$2(e7,e0)}if(o.h(0,B.L)!=null){e7=o.h(0,B.L) -e7.toString -d6.$2(e7,e0)}if(o.h(0,B.a6)!=null){e7=o.h(0,B.a6) -e7.toString -e0+=d7.$2(e7,e0)}if(o.h(0,B.a5)!=null){e7=o.h(0,B.a5) -e7.toString -d7.$2(e7,e0)}if(o.h(0,B.af)!=null){e7=o.h(0,B.af) -e7.toString -d7.$2(e7,e0)}if(o.h(0,B.a9)!=null){e1=d9+e4.l.a.c -e7=o.h(0,B.a9) -e7.toString -e1-=d6.$2(e7,e1-o.h(0,B.a9).rx.a)}else e1=d9 -if(o.h(0,B.a7)!=null){e7=o.h(0,B.a7) -e7.toString -d7.$2(e7,e1-o.h(0,B.a7).rx.a)}break}if(o.h(0,B.ai)!=null||o.h(0,B.a1)!=null){e6.a=d4 -e6.b=d3 -switch(e4.t.a){case 0:if(o.h(0,B.ai)!=null){e7=o.h(0,B.ai) -e7.toString -q=o.h(0,B.ai).rx.a -n=o.h(0,B.Q) -if(n==null)n=B.p -else{n=n.rx -n.toString}d7.$2(e7,d9-q-n.a)}if(o.h(0,B.a1)!=null){e7=o.h(0,B.a1) -e7.toString -d7.$2(e7,d8)}break -case 1:if(o.h(0,B.ai)!=null){e7=o.h(0,B.ai) -e7.toString -q=o.h(0,B.Q) -if(q==null)q=B.p -else{q=q.rx -q.toString}d7.$2(e7,d8+q.a)}if(o.h(0,B.a1)!=null){e7=o.h(0,B.a1) -e7.toString -d7.$2(e7,d9-o.h(0,B.a1).rx.a)}break}}if(o.h(0,B.L)!=null){e7=o.h(0,B.L).e -e7.toString -e2=t.x.a(e7).a.a -e7=o.h(0,B.L) -if(e7==null)e7=B.p -else{e7=e7.rx -e7.toString}e3=e7.a*0.75 -switch(e4.t.a){case 0:e7=e4.l -q=o.h(0,B.L) -if(q==null)q=B.p -else{q=q.rx -q.toString}n=o.h(0,B.aR) -if(n==null)n=B.p -else{n=n.rx -n.toString}e7.r.snP(0,A.T(e2+q.a,n.a/2+e3/2,0)) -break -case 1:e7=e4.l -q=o.h(0,B.Q) -if(q==null)q=B.p -else{q=q.rx -q.toString}n=o.h(0,B.aR) -if(n==null)n=B.p -else{n=n.rx -n.toString}e7.r.snP(0,A.T(e2-q.a,n.a/2-e3/2,0)) -break}e4.l.r.sdG(o.h(0,B.L).rx.a*0.75)}else{e4.l.r.snP(0,e5) -e4.l.r.sdG(0)}e4.rx=e8.aW(new A.K(r,c0+d4))}, -a0X(a,b){var s=this.d3$.h(0,B.L) -s.toString -a.dM(s,b)}, -aK(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=new A.a8L(a,b),f=h.d3$ -g.$1(f.h(0,B.aR)) -if(f.h(0,B.L)!=null){s=f.h(0,B.L).e -s.toString -r=t.x -q=r.a(s).a -s=f.h(0,B.L) -if(s==null)s=B.p -else{s=s.rx -s.toString}p=f.h(0,B.L) -if(p==null)p=B.p -else{p=p.rx -p.toString}o=p.a -p=h.l -n=p.f -m=p.d -l=n.glh() -k=l?-s.b*0.75/2+n.a.b/2:h.l.a.b -s=A.T(1,0.75,m) -s.toString -p=f.h(0,B.aR).e -p.toString -p=r.a(p).a -r=f.h(0,B.aR) -if(r==null)r=B.p -else{r=r.rx -r.toString}switch(h.t.a){case 0:j=q.a+o*(1-s) -break -case 1:j=q.a -break -default:j=null}r=A.T(j,p.a+r.a/2-o*0.75/2,0) -r.toString -r=A.T(j,r,m) -r.toString -p=q.b -n=A.T(0,k-p,m) -n.toString -i=new A.aY(new Float64Array(16)) -i.dj() -i.at(0,r,p+n) -i.bv(0,s) -h.aL=i -i=A.b(h.fr,"_needsCompositing") -s=h.aL -s.toString -n=h.dx -n.saS(0,a.B9(i,b,s,h.ga0W(),t.zV.a(n.a)))}else h.dx.saS(0,null) -g.$1(f.h(0,B.Q)) -g.$1(f.h(0,B.a6)) -g.$1(f.h(0,B.a7)) -g.$1(f.h(0,B.a8)) -g.$1(f.h(0,B.a9)) -g.$1(f.h(0,B.af)) -g.$1(f.h(0,B.a5)) -g.$1(f.h(0,B.ai)) -g.$1(f.h(0,B.a1))}, -hk(a){return!0}, -co(a,b){var s,r,q,p,o,n,m -for(s=this.gdX(this),r=s.length,q=t.x,p=0;p>>16&255,s>>>8&255,s&255) -if(q.a.x){q.ga5(q).toString -s=!0}else s=!1 -if(s){q.ga5(q).toString -s=a.dy.a -return A.ad6(A.ap(31,s>>>16&255,s>>>8&255,s&255),r)}return r}, -Xy(a){var s=this -if(s.ga5(s).L!==!0)return B.aF -s.ga5(s).toString -switch(a.ch.a.a){case 0:s.ga5(s).toString -return B.Ht -case 1:s.ga5(s).toString -return B.GE}}, -XD(a){var s=this -if(s.ga5(s).L!=null)s.ga5(s).L.toString -return B.aF}, -gFT(){var s=this,r=s.a -if(r.z)r=r.r&&!0 -else r=!0 -if(!r){if(s.ga5(s).d==null){s.ga5(s).toString -r=!1}else r=!0 -r=r&&s.ga5(s).dy!==B.iE}else r=!1 -return r}, -Xz(a){var s=this,r=t.p8,q=A.dt(s.ga5(s).f,s.gj0(),r) -if(q==null)q=A.dt(null,s.gj0(),r) -r=a.L.x -r.toString -return r.bq(s.a.d).Jr(1).bq(new A.a79(s,a).$0()).bq(q)}, -Fk(a){var s=this -s.ga5(s).toString -return a.L.ch.dY(a.y1).bq(A.dt(s.ga5(s).x,s.gj0(),t.p8))}, -gj0(){var s,r=this,q=A.aT(t.W) -r.ga5(r).toString -if(r.a.r)q.F(0,B.c7) -if(r.a.x){r.ga5(r).toString -s=!0}else s=!1 -if(s)q.F(0,B.bf) -if(r.ga5(r).cy!=null)q.F(0,B.B_) -return q}, -Xr(a){var s,r,q,p=this,o=A.dt(p.ga5(p).aN,p.gj0(),t.Ef) -if(o==null)o=B.D9 -p.ga5(p).toString -if(o.a.k(0,B.x))return o -p.ga5(p).toString -s=p.ga5(p).cy==null?p.Xs(a):a.y2 -p.ga5(p).toString -r=p.ga5(p) -if(!J.f(r==null?null:r.aN,B.nN)){p.ga5(p).toString -r=!1}else r=!0 -if(r)q=0 -else q=p.a.r?2:1 -return o.za(new A.cO(s,q,B.bk))}, -H(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=this,b5=null,b6="_floatingLabelController",b7=A.a2(b9) -b4.ga5(b4).toString -s=b7.y1 -r=A.lB(b5,b5,s,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,!0,b5,b5,b5,b5,b5,b5,b5,b5) -q=t.p8 -p=A.dt(b4.ga5(b4).e,b4.gj0(),q) -if(p==null)p=A.dt(b5,b4.gj0(),q) -o=b7.L -n=o.x -n.toString -m=n.bq(b4.a.d).bq(r).bq(p).Jr(1) -l=m.ch -l.toString -b4.ga5(b4).toString -r=A.lB(b5,b5,s,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,!0,b5,b5,b5,b5,b5,b5,b5,b5) -p=A.dt(b4.ga5(b4).Q,b4.gj0(),q) -if(p==null)p=A.dt(b5,b4.gj0(),q) -k=n.bq(b4.a.d).bq(r).bq(p) -if(b4.ga5(b4).z==null)j=b5 -else{s=b4.a.z&&!b4.gFT()?1:0 -n=b4.ga5(b4).z -n.toString -i=b4.ga5(b4).ch -h=b4.a.e -j=A.agu(!0,A.cH(n,b4.ga5(b4).cx,B.b5,b5,k,h,i),B.ay,B.H,s)}g=b4.ga5(b4).cy!=null -b4.ga5(b4).toString -if(b4.a.r)if(g)b4.ga5(b4).toString -else b4.ga5(b4).toString -else if(g)b4.ga5(b4).toString -else b4.ga5(b4).toString -f=b4.Xr(b7) -s=b4.f -n=A.b(b4.d,b6) -i=b4.Xy(b7) -h=b4.XD(b7) -if(b4.a.x){b4.ga5(b4).toString -e=!0}else e=!1 -if(b4.ga5(b4).d==null){b4.ga5(b4).toString -d=!0}else d=!1 -if(d)c=b5 -else{d=A.b(b4.e,"_shakingLabelController") -b=b4.gFT()||b4.ga5(b4).dy!==B.iD?1:0 -a=b4.a -if(a.z)a=a.r&&!0 -else a=!0 -a=a?b4.Xz(b7):m -b4.ga5(b4).toString -a0=b4.ga5(b4).d -a0.toString -a0=A.cH(a0,b5,B.b5,b5,b5,b4.a.e,b5) -c=new A.Of(A.agu(!1,A.D2(a0,B.ay,B.H,a),B.ay,B.H,b),d,b5)}b4.ga5(b4).toString -b4.ga5(b4).toString -b4.ga5(b4).toString -b4.ga5(b4).toString -a1=b4.ga5(b4).fx===!0 -b4.ga5(b4).toString -b4.ga5(b4).toString -b4.ga5(b4).toString -d=b4.a.e -b=b4.ga5(b4).r -a=b4.Fk(b7) -a0=b4.ga5(b4).y -a2=b4.ga5(b4).cy -b4.ga5(b4).toString -o=o.ch.dY(b7.y2).bq(b4.ga5(b4).db) -a3=b4.ga5(b4).dx -if(b4.ga5(b4).ao!=null)a4=b4.ga5(b4).ao -else if(b4.ga5(b4).y2!=null&&b4.ga5(b4).y2!==""){a5=b4.a.r -a6=b4.ga5(b4).y2 -a6.toString -q=b4.Fk(b7).bq(A.dt(b4.ga5(b4).K,b4.gj0(),q)) -a4=A.bB(b5,A.cH(a6,b5,B.b5,b4.ga5(b4).b1,q,b5,b5),!0,b5,b5,!1,!1,b5,b5,b5,b5,a5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5)}else a4=b5 -q=b9.M(t.I) -q.toString -b4.ga5(b4).toString -b4.ga5(b4).toString -if(!f.glh()){a5=m.r -a5.toString -a7=(4+0.75*a5)*A.adJ(b9) -if(b4.ga5(b4).L===!0)a8=a1?B.I6:B.I3 -else a8=a1?B.oJ:B.I1}else{a8=a1?B.I4:B.I5 -a7=0}b4.ga5(b4).toString -a5=b4.ga5(b4).fr -a5.toString -a6=A.b(A.b(b4.d,b6).y,"_value") -a9=b4.ga5(b4).aB -b0=b4.ga5(b4).fx -b1=b4.a -b2=b1.Q -b3=b1.f -b1=b1.r -b4.ga5(b4).toString -return new A.L9(new A.L6(a8,!1,a7,a6,a5,f,s,a9===!0,b0,b7.z,b5,b2,c,j,b5,b5,b5,b5,new A.zZ(d,b,a,a0,a2,o,a3,b5),a4,new A.zj(f,s,n,i,h,e,b5)),q.f,l,b3,b1,!1,b5)}} -A.a7a.prototype={ -$0(){}, -$S:0} -A.a79.prototype={ -$0(){var s,r,q=null,p=this.a -if(p.ga5(p).cy!=null){p.ga5(p).toString -s=this.b.y2}else s=p.Xm(this.b) -p.ga5(p).toString -r=A.lB(q,q,s,q,q,q,q,q,q,q,q,q,q,q,q,q,!0,q,q,q,q,q,q,q,q) -p.ga5(p).toString -p=p.ga5(p).e -return r.bq(p)}, -$S:211} -A.pr.prototype={ -zh(a,b,c,d,e,f,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){var s=this,r=b8==null?s.cx:b8,q=a7==null?s.cy:a7,p=b1==null?s.dy:b1,o=b0==null?s.fr:b0,n=c2==null?s.fx:c2,m=e==null?s.ao:e,l=a0==null?s.y2:a0,k=f==null?s.K:f,j=a9==null?s.L:a9,i=b==null?s.aN:b,h=c5==null?s.b1:c5,g=a==null?s.aB:a -return A.ahC(g,i,s.aO,s.fy,m,k,l,s.bt,a2!==!1,s.b0,s.ae,s.dx,s.db,q,s.aJ,j,o,p,s.f,s.V,s.ab,s.ac,s.y,s.x,s.r,r,s.Q,s.z,s.ch,s.X,s.a,s.b,c1===!0,n,s.c,s.e,s.d,s.k2,s.id,s.r1,s.k1,s.k4,s.k3,h,s.rx,s.r2,s.x2,s.y1,s.x1,s.ry)}, -a5l(a){return this.zh(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)}, -a5u(a,b){return this.zh(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)}, -a5A(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 this.zh(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,null,a7)}, -yK(a){var s,r,q,p=this,o=null,n=p.dy -if(n==null)n=B.oP -s=p.fr -if(s==null)s=B.eV -r=p.K -if(r==null)r=o -q=p.aN -if(q==null)q=o -return p.a5A(p.aB===!0,q,o,o,r,o,o,o,o,o,o,p.L===!0,s,n,o,o,o,o,o,o,o,o,!1,p.fx===!0,o,o,o)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.pr)if(b.d==r.d)if(b.z==r.z)if(b.cx==r.cx)if(b.cy==r.cy)if(b.dy==r.dy)if(J.f(b.fr,r.fr))if(b.fx==r.fx)if(J.f(b.ao,r.ao))if(b.y2==r.y2)if(J.f(b.K,r.K))if(b.L==r.L)if(J.f(b.aN,r.aN))s=b.b1==r.b1&&b.aB==r.aB&&!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}, -gw(a){var s=this,r=s.aN -return A.dB([s.a,s.b,s.c,s.d,s.f,s.e,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,!1,s.L,s.aJ,s.V,s.X,r,!0,s.id,s.r1,s.k2,s.k3,s.k4,s.k1,s.r2,s.x2,s.rx,s.ry,s.x1,s.y1,s.ao,s.y2,s.K,s.ae,s.ab,s.ac,s.bt,s.b0,r,!0,s.b1,s.aB,s.aO])}, -j(a){var s=this,r=A.a([],t.s),q=s.d -if(q!=null)r.push('labelText: "'+q+'"') -q=s.z -if(q!=null)r.push('hintText: "'+q+'"') -q=s.cx -if(q!=null)r.push('hintMaxLines: "'+A.e(q)+'"') -q=s.cy -if(q!=null)r.push('errorText: "'+q+'"') -q=s.dy -if(q!=null)r.push("floatingLabelBehavior: "+q.j(0)) -q=s.fr -if(q!=null)r.push("floatingLabelAlignment: "+q.j(0)) -q=s.fx -if(q===!0)r.push("isDense: "+A.e(q)) -q=s.ao -if(q!=null)r.push("counter: "+q.j(0)) -q=s.y2 -if(q!=null)r.push("counterText: "+q) -q=s.K -if(q!=null)r.push("counterStyle: "+q.j(0)) -if(s.L===!0)r.push("filled: true") -q=s.aN -if(q!=null)r.push("border: "+q.j(0)) -q=s.b1 -if(q!=null)r.push("semanticCounterText: "+q) -q=s.aB -if(q!=null)r.push("alignLabelWithHint: "+A.e(q)) -return"InputDecoration("+B.b.bB(r,", ")+")"}} -A.FB.prototype={ -gw(a){return A.dB([null,null,null,null,null,null,null,B.oP,B.eV,!1,null,!1,null,null,null,null,null,null,!1,null,null,null,null,null,null,null,null,null,!1,null])}, -k(a,b){var s -if(b==null)return!1 -if(this===b)return!0 -if(J.R(b)!==A.w(this))return!1 -if(b instanceof A.FB)if(B.eV.k(0,B.eV))s=!0 -else s=!1 -else s=!1 -return s}} -A.M2.prototype={} -A.Ca.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.PQ.prototype={ -aE(a,b){return this.Du(a,b)}} -A.Ch.prototype={ -n(a){var s=this,r=s.cc$ -if(r!=null)r.T(0,s.gjE()) -s.cc$=null -s.bb(0)}, -bT(){this.d8() -this.cH() -this.jF()}} -A.Cj.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.Q3.prototype={ -ad(a){var s,r,q -this.dk(a) -for(s=this.gdX(this),r=s.length,q=0;q0){c=a/2 -e-=c -d+=c}a0=a3.bf -if(eh){f=g+k.b+2*a0 -d=g+a0 -e=a0}else f=h}if(f>72){a1=16 -a2=16}else{a1=Math.min((f-q.b)/2,16) -a2=(f-p.b)/2}switch(a3.a8.a){case 0:if(a6){g=a5.h(0,B.b7).e -g.toString -t.x.a(g).a=new A.k(b0-q.a,a1)}g=a5.h(0,B.aS).e -g.toString -c=t.x -c.a(g).a=new A.k(n,e) -if(a8){g=a5.h(0,B.aT) -g.toString -d.toString -g=g.e -g.toString -c.a(g).a=new A.k(n,d)}if(a9){a5=a5.h(0,B.bA).e -a5.toString -c.a(a5).a=new A.k(0,a2)}break -case 1:if(a6){g=a5.h(0,B.b7).e -g.toString -t.x.a(g).a=new A.k(0,a1)}g=a5.h(0,B.aS).e -g.toString -c=t.x -c.a(g).a=new A.k(o,e) -if(a8){g=a5.h(0,B.aT) -g.toString -d.toString -g=g.e -g.toString -c.a(g).a=new A.k(o,d)}if(a9){a5=a5.h(0,B.bA).e -a5.toString -c.a(a5).a=new A.k(b0-p.a,a2)}break}a3.rx=a4.aW(new A.K(b0,f))}, -aK(a,b){var s=new A.a8S(a,b),r=this.d3$ -s.$1(r.h(0,B.b7)) -s.$1(r.h(0,B.aS)) -s.$1(r.h(0,B.aT)) -s.$1(r.h(0,B.bA))}, -hk(a){return!0}, -co(a,b){var s,r,q,p,o,n -for(s=this.gdX(this),r=s.length,q=t.x,p=0;p0;o=n){n=o-1 -l[o].d9(l[n],p)}this.uj(a,p)}, -j(a){return"#"+A.bF(this)}} -A.ns.prototype={ -dg(a){return A.dI(this.a,this.b,a)}} -A.Aq.prototype={ -aj(){return new A.Mo(null,null,B.l)}} -A.Mo.prototype={ -k7(a){var s=this -s.fr=t.ir.a(a.$3(s.fr,s.a.Q,new A.a7J())) -s.fx=t.YJ.a(a.$3(s.fx,s.a.cx,new A.a7K())) -s.fy=t.TZ.a(a.$3(s.fy,s.a.x,new A.a7L()))}, -H(a,b){var s,r,q,p,o,n,m=this,l=m.fy -l.toString -s=m.geJ() -s=l.aa(0,s.gm(s)) -s.toString -l=m.fr -l.toString -r=m.geJ() -q=l.aa(0,r.gm(r)) -r=A.ef(b) -l=m.a -p=l.z -l=A.adh(b,l.ch,q) -o=m.fx -o.toString -n=m.geJ() -n=o.aa(0,n.gm(n)) -n.toString -return A.ain(new A.Bl(m.a.r,s,!0,null),p,new A.nr(s,r,null),l,q,n)}} -A.a7J.prototype={ -$1(a){return new A.aw(A.o9(a),null,t.H7)}, -$S:84} -A.a7K.prototype={ -$1(a){return new A.f0(t.n8.a(a),null)}, -$S:83} -A.a7L.prototype={ -$1(a){return new A.ns(t.RY.a(a),null)}, -$S:430} -A.Bl.prototype={ -H(a,b){var s=A.ef(b) -return A.oZ(this.c,new A.Og(this.d,s,null),null,null)}} -A.Og.prototype={ -aK(a,b){this.b.hp(a,new A.v(0,0,0+b.a,0+b.b),this.c)}, -f3(a){return!a.b.k(0,this.b)}} -A.PU.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.Mp.prototype={ -At(a){return a.gmU(a)==="en"}, -dI(a,b){return new A.et(B.Eb,t.az)}, -vi(a){return!1}, -j(a){return"DefaultMaterialLocalizations.delegate(en_US)"}} -A.Ez.prototype={ -Xq(a,b){if(b===2){if(B.e.bu(a,4)===0&&B.e.bu(a,100)!==0||B.e.bu(a,400)===0)return 29 -return 28}return B.tp[b-1]}, -Fc(a){if(a<10)return"0"+a -return""+a}, -Ku(a){var s=B.O[A.aA(a)-1] -return B.KT[A.q_(a)-1]+", "+s+" "+A.by(a)+", "+A.aB(a)}, -mP(a){var s=B.e.j(A.aB(a)) -return B.O[A.aA(a)-1]+" "+s}, -LL(a){var s,r,q,p,o=null,n=a.split("/") -if(n.length!==3)return o -s=A.Hj(n[2],10) -if(s==null||s<1)return o -r=A.Hj(n[0],10) -if(r==null||r<1||r>12)return o -q=A.Hj(n[1],10) -if(q==null||q<1||q>this.Xq(s,r))return o -p=A.be(s,r,q,0,0,0,0,!1) -if(!A.b0(p))A.L(A.b1(p)) -return new A.ao(p,!1)}, -Kt(a){var s,r,q,p -if(a>-1000&&a<1000)return B.e.j(a) -s=B.e.j(Math.abs(a)) -r=a<0?"-":"" -q=s.length-1 -for(p=0;p<=q;++p){r+=s[p] -if(p") -t.m.a(c) -s=$.amL() -return new A.Lz(new A.aL(c,new A.ey(q,r,p),p.i("aL")),new A.aL(c,s,A.o(s).i("aL")),e,null)}} -A.El.prototype={ -J8(a,b,c,d,e,f){return A.are(a,b,c,d,e,f)}} -A.GK.prototype={ -w2(a){var s=t.Tr -return A.aq(new A.aG(B.K6,new A.YA(a),s),!0,s.i("aX.E"))}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -s=b instanceof A.GK -if(s&&!0)return!0 -return s&&A.dP(r.w2(B.hA),r.w2(B.hA))}, -gw(a){return A.dB(this.w2(B.hA))}} -A.YA.prototype={ -$1(a){return this.a.h(0,a)}, -$S:216} -A.MU.prototype={} -A.xa.prototype={} -A.Mt.prototype={ -aD(a){var s=new A.NK(this.e,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.v=this.e}} -A.NK.prototype={ -bU(a){var s=this.l$ -if(s==null)return B.p -return s.em(a)}, -bw(){var s,r=this,q=r.l$ -if(q==null)q=r.rx=B.p -else{s=t.k -q.c8(0,s.a(A.q.prototype.gS.call(r)),!0) -s=s.a(A.q.prototype.gS.call(r)) -q=r.l$.rx -q.toString -q=r.rx=s.aW(q) -s=r.l$.e -s.toString -t.x.a(s).a=B.i}r.v.$1(q)}} -A.iB.prototype={ -aj(){var s=this.$ti -return new A.pX(B.l,s.i("@<1>").an(s).i("pX<1,2>"))}} -A.pX.prototype={ -a7I(){var s,r=this.a -r.toString -s=this.c -s.toString -A.hx(s,!1).nk(0,r.d)}, -H(a,b){var s,r,q,p,o=null,n=A.a2(b),m=A.Zc(b),l=this.a -l.toString -s=m.d -if(s==null){r=n.L.x -r.toString -s=r}q=A.D2(A.ee(B.ia,l.Q,B.u,o,new A.al(0,1/0,48,1/0),o,o,o,o,B.ck,o,o,o),B.ac,B.H,s) -p=A.dt(B.hT,A.aT(t.W),t.Pb) -this.a.toString -return new A.wp(A.bB(!0,A.vE(!1,!0,q,o,!0,o,o,o,o,o,p,o,o,o,o,this.ga7H(),o,o,o),!1,o,!0,!1,!1,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o),o)}} -A.AQ.prototype={ -H(a,b){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.c,h=i.cn,g=J.aD(h),f=1/(g.gq(h)+1.5),e=A.a([],t.p),d=A.Zc(b) -for(s=1.5*f,r=0;r")))}, -$S:218} -A.a8z.prototype={ -qj(a){return A.RT(new A.K(B.e.C(1/0,a.a,a.b),B.e.C(1/0,a.c,a.d))).tq(B.aM.W(0,this.f))}, -qp(a,b){var s,r,q,p,o,n,m,l=this,k=a.b,j=l.b,i=j.b,h=l.d -if(h!=null&&!0){h.toString -s=l.c -r=8 -q=0 -for(;qj)p=a.a-j-b.a -else if(!(ps-8-n)p=s-h-8-n}m=8+j.b -if(ik-8-j)i=k-j-8-h}return new A.k(p,i)}, -iv(a){var s=this -return!s.b.k(0,a.b)||s.d!=a.d||s.e!==a.e||!A.dP(s.c,a.c)||!s.f.k(0,a.f)}} -A.AR.prototype={ -zi(){return A.dT(B.ac,this.QN(),B.IM)}, -guB(a){return B.bT}, -gmo(){return!0}, -gmn(){return null}, -yU(a,b,c){var s=this,r={} -r.a=null -return A.ai0(new A.hb(new A.a8A(r,s,a.M(t.l).f,new A.AQ(s,s.ev,null,s.$ti.i("AQ<1>"))),null),a,!0,!0,!0,!0)}, -gt_(){return this.k5}} -A.a8A.prototype={ -$1(a){var s=this,r=s.b,q=s.a.a,p=a.M(t.I) -p.toString -return new A.kH(new A.a8z(r.de,r.cd,q,p.f,s.c.f),new A.zl(r.ew.a,s.d,null),null)}, -$S:219} -A.pV.prototype={ -aj(){return new A.pW(B.l,this.$ti.i("pW<1>"))}, -a8k(a){return this.c.$1(a)}} -A.pW.prototype={ -Oe(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null,b=d.c -b.toString -s=A.Zc(b) -b=d.c.gE() -b.toString -r=t.r -r.a(b) -q=d.c -q.toString -q=A.b(A.hx(q,!1).d,"_overlayKey").gah().c.gE() -q.toString -r.a(q) -d.a.toString -r=A.el(b.cN(0,q),B.i) -p=b.rx.yR(0,B.i) -d.a.toString -p=p.W(0,B.i) -p=A.Hv(r,A.el(b.cN(0,q),p)) -q=q.rx -o=A.atn(p,new A.v(0,0,0+q.a,0+q.b)) -q=d.a -q.toString -p=d.c -p.toString -n=q.a8k(p) -b=J.aD(n) -if(b.gb5(n)){r=d.c -r.toString -d.a.toString -q=d.$ti -switch(A.a2(r).r.a){case 2:case 4:m=c -break -case 0:case 1:case 3:case 5:A.de(r,B.ae,t.v).toString -m="Popup menu" -break -default:m=c}l=A.hx(r,!1) -A.de(r,B.ae,t.v).toString -p=l.c -p.toString -p=A.ahz(r,p) -b=A.a1(b.gq(n),c,!1,t.tW) -r=A.a([],t.Zt) -k=$.a3 -j=q.i("ad<1?>") -i=q.i("bd<1?>") -h=A.Ho(B.cY) -g=A.a([],t.wi) -f=A.a1(0,c,!1,t.Z) -e=$.a3 -l.pZ(new A.AR(o,n,b,c,s.c,m,s.b,s.a,p,"Dismiss",c,r,new A.b7(c,q.i("b7>")),new A.b7(c,t.A),new A.wT(),c,new A.bd(new A.ad(k,j),i),h,g,B.nb,new A.cJ(c,f,t.XR),new A.bd(new A.ad(e,j),i),q.i("AR<1?>"))).bG(0,new A.Zb(d),t.H)}}, -H(a,b){var s,r=this -r.a.toString -A.Zc(b) -r.a.toString -s=A.kT(!A.asR()?B.It:B.Is,null) -A.de(b,B.ae,t.v).toString -r.a.toString -return A.ic(null,!0,s,24,r.gOd(),B.aM,"Show menu")}} -A.Zb.prototype={ -$1(a){var s=this.a -if(s.c==null)return null -if(a==null){s.a.toString -return null}s.a.e.$1(a)}, -$S(){return this.a.$ti.i("aH(1?)")}} -A.xb.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.xb&&b.c==s.c&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&J.f(b.d,s.d)&&!0}} -A.Nn.prototype={} -A.K_.prototype={ -j(a){return"_ActivityIndicatorType."+this.b}} -A.Hm.prototype={} -A.KB.prototype={ -aK(a,b){var s,r,q,p=this,o=A.aQ(),n=o?A.bl():new A.bf(new A.bh()) -n.saz(0,p.c) -o=p.y -n.sh0(o) -n.scP(0,B.ad) -s=p.b -if(s!=null){r=A.aQ() -q=r?A.bl():new A.bf(new A.bh()) -q.saz(0,s) -q.sh0(o) -q.scP(0,B.ad) -a.iJ(0,new A.v(0,0,0+b.a,0+b.b),0,6.282185307179586,!1,q)}n.sCS(B.Yj) -a.iJ(0,new A.v(0,0,0+b.a,0+b.b),p.z,p.Q,!1,n)}, -f3(a){var s,r=this -if(J.f(a.b,r.b))if(a.c.k(0,r.c))s=a.e!==r.e||a.f!==r.f||a.r!==r.r||a.x!==r.x||a.y!==r.y -else s=!0 -else s=!0 -return s}} -A.ul.prototype={ -aj(){return new A.KC(null,null,B.l)}} -A.KC.prototype={ -aR(){var s,r=this -r.bi() -s=A.bX(null,B.HX,null,1,null,r) -r.d=s -r.a.toString -s=A.b(s,"_controller") -s.Mf(0)}, -b_(a){var s,r=this,q="_controller" -r.br(a) -r.a.toString -s=A.b(r.d,q) -s=s.r -s=!(s!=null&&s.a!=null) -if(s)A.b(r.d,q).Mf(0) -else r.a.toString}, -n(a){A.b(this.d,"_controller").n(0) -this.S5(0)}, -V6(a,b,c,d,e){var s,r,q,p,o,n=null,m=this.a -m.toString -s=m.d -if(s==null)s=A.aiw(a).d -m=this.a -m.toString -r=A.aiw(a).a -if(r==null)r=A.a2(a).ch.b -q=this.a.c -p=c*3/2*3.141592653589793 -o=Math.max(b*3/2*3.141592653589793-p,0.001) -r=A.ee(n,A.oZ(n,n,n,new A.KB(s,r,q,b,c,d,e,4,-1.5707963267948966+p+e*3.141592653589793*2+d*0.5*3.141592653589793,o,n)),B.u,n,B.DS,n,n,n,n,n,n,n,n) -return A.bB(n,r,!1,n,n,!1,!1,n,n,n,m.r,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,m.x)}, -V3(){return A.jc(A.b(this.d,"_controller"),new A.a5u(this),null)}, -H(a,b){this.a.toString -switch(0){case 0:return this.V3()}}} -A.a5u.prototype={ -$2(a,b){var s,r,q,p="_controller",o=this.a,n=$.amG(),m=A.b(o.d,p) -m=n.aa(0,m.gm(m)) -n=$.amH() -s=A.b(o.d,p) -s=n.aa(0,s.gm(s)) -n=$.amE() -r=A.b(o.d,p) -r=n.aa(0,r.gm(r)) -n=$.amF() -q=A.b(o.d,p) -return o.V6(a,m,s,r,n.aa(0,q.gm(q)))}, -$S:60} -A.Cd.prototype={ -n(a){var s=this,r=s.cc$ -if(r!=null)r.T(0,s.gjE()) -s.cc$=null -s.bb(0)}, -bT(){this.d8() -this.cH() -this.jF()}} -A.xf.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.xf&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&b.c==s.c&&J.f(b.d,s.d)&&J.f(b.e,s.e)}} -A.Np.prototype={} -A.xi.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.xi)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.Ae.prototype={ -a0(a){var s,r=this,q=r.a,p=q==null?null:q.a0(a) -q=r.b -s=q==null?null:q.a0(a) -return r.d.$3(p,s,r.c)}, -$ib2:1} -A.Nt.prototype={} -A.ez.prototype={ -j(a){return"_ScaffoldSlot."+this.b}} -A.xZ.prototype={ -aj(){var s=null -return new A.Id(A.ij(t.Np),A.hs(s,t.nY),A.hs(s,t.BL),s,s,B.l)}} -A.Id.prototype={ -be(){var s,r=this,q=r.c.M(t.l).f -if(r.z===!0)if(!q.z){s=r.y -s=s!=null&&s.b==null}else s=!1 -else s=!1 -if(s)r.ps(B.nl) -r.z=q.z -r.ct()}, -a_P(a){var s=a.c.mL(t.Np) -return s==null||!this.d.A(0,s)}, -ps(a){var s,r,q=this,p=q.r -if(p.b===p.c||A.b(q.x.ch,"_status")===B.N)return -s=p.gI(p).b -p=q.z -p.toString -r=q.x -if(p){r.sm(0,0) -s.er(0,a)}else r.dO(0).bG(0,new A.a0_(q,s,a),t.H) -p=q.y -if(p!=null)p.av(0) -q.y=null}, -H(a,b){var s,r,q,p,o=this -o.z=b.M(t.l).f.z -s=o.r -if(!s.gR(s)){r=A.wu(b,t.X) -if(r==null||r.gkf()){q=o.x -if(q.gbk(q)===B.Y&&o.y==null){p=s.gI(s).a -o.y=A.c_(p.ch,new A.a_Z(o,b,p))}}}return new A.Bc(o,o.a.c,null)}, -n(a){var s=this,r=s.x -if(r!=null)r.n(0) -r=s.y -if(r!=null)r.av(0) -s.y=null -s.RH(0)}} -A.a0_.prototype={ -$1(a){var s=this.b -if((s.a.a&30)===0)s.er(0,this.c)}, -$S:25} -A.a_Z.prototype={ -$0(){this.b.M(t.l).toString -this.a.ps(B.nl)}, -$S:0} -A.Bc.prototype={ -cq(a){return this.f!==a.f}} -A.a00.prototype={} -A.aaf.prototype={ -nz(a){var s=this -return s.c.C_(s.a.nz(a),s.b.nz(a),s.d)}, -j(a){return"_TransitionSnapshotFabLocation(begin: "+this.a.j(0)+", end: "+this.b.j(0)+", progress: "+A.e(this.d)+")"}} -A.xY.prototype={ -H7(a){var s,r,q,p=this -if(a===1)return p -if(a===0)return new A.xY(p.a,null) -s=p.b -r=s.gb3() -q=r.a -r=r.b -s=A.aiD(new A.v(q,r,q+0,r+0),s,a) -s.toString -return p.a5n(s)}, -Jy(a,b){var s=a==null?this.a:a -return new A.xY(s,b==null?this.b:b)}, -a5n(a){return this.Jy(null,a)}} -A.O6.prototype={ -Ix(a,b,c){var s=this -s.b=c==null?s.b:c -s.c=s.c.Jy(a,b) -s.aA()}, -a3F(a){return this.Ix(null,null,a)}, -a3G(a,b){return this.Ix(a,b,null)}} -A.zi.prototype={ -k(a,b){var s=this -if(b==null)return!1 -if(!s.OJ(0,b))return!1 -return b instanceof A.zi&&b.r===s.r&&b.e===s.e&&b.f===s.f}, -gw(a){var s=this -return A.W(A.al.prototype.gw.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.Kl.prototype={ -H(a,b){return this.c}} -A.a9e.prototype={ -um(a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=A.RT(a3),a0=a3.a,a1=a.qa(a0),a2=a3.b -if(b.b.h(0,B.i_)!=null){s=b.ej(B.i_,a1).b -b.eA(B.i_,B.i) -r=s}else{r=0 -s=0}if(b.b.h(0,B.i4)!=null){q=0+b.ej(B.i4,a1).b -p=Math.max(0,a2-q) -b.eA(B.i4,new A.k(0,p))}else{q=0 -p=null}if(b.b.h(0,B.nS)!=null){q+=b.ej(B.nS,new A.al(0,a1.b,0,Math.max(0,a2-q-r))).b -b.eA(B.nS,new A.k(0,Math.max(0,a2-q)))}if(b.b.h(0,B.i3)!=null){o=b.ej(B.i3,a1) -b.eA(B.i3,new A.k(0,s)) -if(!b.dx)r+=o.b}else o=B.p -n=b.f -m=Math.max(0,a2-Math.max(n.d,q)) -if(b.b.h(0,B.hZ)!=null){l=Math.max(0,m-r) -k=b.d -if(k)l=B.c.C(l+q,0,a.d-r) -k=k?q:0 -b.ej(B.hZ,new A.zi(k,s,o.b,0,a1.b,0,l)) -b.eA(B.hZ,new A.k(0,r))}if(b.b.h(0,B.i1)!=null){b.ej(B.i1,new A.al(0,a1.b,0,m)) -b.eA(B.i1,B.i)}j=b.b.h(0,B.cR)!=null&&!b.cy?b.ej(B.cR,a1):B.p -if(b.b.h(0,B.i2)!=null){i=b.ej(B.i2,new A.al(0,a1.b,0,Math.max(0,m-r))) -b.eA(B.i2,new A.k((a0-i.a)/2,m-i.b))}else i=B.p -h=A.bI("floatingActionButtonRect") -if(b.b.h(0,B.i5)!=null){g=b.ej(B.i5,a) -f=new A.a00(g,i,m,n,b.r,a3,j,b.x) -e=b.Q.nz(f) -d=b.cx.C_(b.z.nz(f),e,b.ch) -b.eA(B.i5,d) -a0=d.a -k=d.b -h.b=new A.v(a0,k,a0+g.a,k+g.b)}if(b.b.h(0,B.cR)!=null){if(j.k(0,B.p))j=b.ej(B.cR,a1) -a0=h.bQ() -if(!new A.K(a0.c-a0.a,a0.d-a0.b).k(0,B.p)&&b.cy)c=h.bQ().b -else c=b.cy?Math.min(m,a2-b.r.d):m -b.eA(B.cR,new A.k(0,c-j.b))}if(b.b.h(0,B.i0)!=null){b.ej(B.i0,a1.Bo(n.b)) -b.eA(B.i0,B.i)}if(b.b.h(0,B.nT)!=null){b.ej(B.nT,A.u9(a3)) -b.eA(B.nT,B.i)}if(b.b.h(0,B.nR)!=null){b.ej(B.nR,A.u9(a3)) -b.eA(B.nR,B.i)}b.y.a3G(p,h.bQ())}, -iv(a){var s=this -return!a.f.k(0,s.f)||a.x!==s.x||a.ch!==s.ch||a.z!==s.z||a.Q!==s.Q||a.d!==s.d||!1}} -A.zN.prototype={ -aj(){return new A.zO(null,null,B.l)}} -A.zO.prototype={ -aR(){var s,r=this -r.bi() -s=A.bX(null,B.H,null,1,null,r) -s.cz(r.gZA()) -r.d=s -r.I7() -r.a.r.sm(0,1)}, -n(a){A.b(this.d,"_previousController").n(0) -this.S7(0)}, -b_(a){var s,r,q=this,p="_previousController" -q.br(a) -s=q.a -r=a.c -s=s.c -s=J.f(r.a,s.a) -if(s)return -s=q.a -if(a.e!==s.e||a.d!==s.d)q.I7() -if(A.b(A.b(q.d,p).ch,"_status")===B.N){s=A.b(q.a.r.y,"_value") -if(s===0||!1){q.z=null -q.a.r.bZ(0)}else{q.z=r -r=A.b(q.d,p) -r.sm(0,s) -r.dO(0) -q.a.r.sm(0,0)}}}, -I7(){var s,r,q,p,o,n,m,l,k=this,j=null,i="_previousController",h="_currentScaleAnimation",g=A.dT(B.cZ,A.b(k.d,i),j),f=t.H7,e=A.dT(B.cZ,A.b(k.d,i),j),d=A.dT(B.cZ,k.a.r,j),c=k.a,b=c.r,a=$.amN(),a0=t.m -a0.a(b) -c=c.d -a0.a(c) -s=t.HY.i("aL") -r=t.x8 -q=t.jc -p=t.wR -o=A.ajy(new A.jT(new A.aL(c,new A.f1(new A.vc(B.p0)),s),new A.aU(A.a([],r),q),0),new A.aL(c,new A.f1(B.p0),s),c,0.5,p) -c=k.a.d -n=$.amS() -a0.a(c) -m=$.amT() -l=A.ajy(new A.aL(c,n,n.$ti.i("aL")),new A.jT(new A.aL(c,m,A.o(m).i("aL")),new A.aU(A.a([],r),q),0),c,0.5,p) -k.e=A.agw(o,g,p) -p=A.agw(o,d,p) -k.r=p -k.x=new A.aL(a0.a(A.b(p,h)),new A.f1(B.IK),s) -k.f=A.aeg(new A.aL(e,new A.aw(1,1,f),f.i("aL")),l,j) -k.y=A.aeg(new A.aL(b,a,a.$ti.i("aL")),l,j) -a=A.b(k.r,h) -b=k.ga0E() -a.cB() -a=a.c5$ -a.b=!0 -a.a.push(b) -a=A.b(k.e,"_previousScaleAnimation") -a.cB() -a=a.c5$ -a.b=!0 -a.a.push(b)}, -ZB(a){this.au(new A.a6n(this,a))}, -H(a,b){var s,r,q=this,p=A.a([],t.p) -if(A.b(A.b(q.d,"_previousController").ch,"_status")!==B.N){s=A.b(q.e,"_previousScaleAnimation") -r=A.b(q.f,"_previousRotationAnimation") -p.push(A.aiO(A.ae1(q.z,r),s))}q.a.toString -s=A.b(q.r,"_currentScaleAnimation") -r=A.b(q.y,"_currentRotationAnimation") -p.push(A.aiO(A.ae1(q.a.c,r),s)) -return A.yr(B.Dt,p,B.eC)}, -a0F(){var s,r=A.b(this.e,"_previousScaleAnimation"),q=r.a -q=q.gm(q) -r=r.b -r=r.gm(r) -r=Math.min(A.dA(q),A.dA(r)) -q=A.b(this.r,"_currentScaleAnimation") -s=q.a -s=s.gm(s) -q=q.b -q=q.gm(q) -q=Math.max(r,Math.min(A.dA(s),A.dA(q))) -this.a.f.a3F(q)}} -A.a6n.prototype={ -$0(){if(this.b===B.N)this.a.a.r.bZ(0)}, -$S:0} -A.xX.prototype={ -aj(){var s=null,r=t.bR -return new A.q8(new A.b7(s,r),new A.b7(s,r),A.a_B(!1),A.a_B(!1),A.hs(s,t.BL),A.a([],t.Z4),new A.b7(s,t.A),B.r,s,A.x(t.yb,t.Q),s,!0,s,s,s,B.l)}} -A.q8.prototype={ -gel(){this.a.toString -return null}, -eD(a,b){var s=this -s.fk(s.r,"drawer_open") -s.fk(s.x,"end_drawer_open")}, -ps(a){var s,r,q,p,o=this,n=null -if(o.cy!=null){o.y.ps(a) -return}s=o.Q -if(s.b!==s.c){n.gbk(n) -r=!1}else r=!0 -if(r)return -q=o.c.M(t.l).f -p=s.gI(s).b -if(q.z){n.sm(0,0) -p.er(0,a)}else n.dO(0).bG(0,new A.a05(o,p,a),t.H) -s=o.cx -if(s!=null)s.av(0) -o.cx=null}, -a3D(){var s,r=this,q=r.y.r -if(!q.gR(q)){q=r.y.r -s=q.gI(q)}else s=null -if(r.cy!=s)r.au(new A.a03(r,s))}, -a3s(){var s,r=this,q=r.y.e -if(!q.gR(q)){q=r.y.e -s=q.gI(q)}else s=null -if(r.db!=s)r.au(new A.a02(r,s))}, -a0a(){this.a.toString}, -a0h(a){var s,r,q,p=this,o="_floatingActionButtonMoveController",n="_floatingActionButtonAnimator",m={} -m.a=p.id -s=A.b(p.fx,o).r -if(s!=null&&s.a!=null){s=p.go -s.toString -r=p.id -r.toString -m.a=new A.aaf(s,r,A.b(p.fy,n),A.b(A.b(p.fx,o).y,"_value")) -A.b(p.fy,n) -r=A.b(A.b(p.fx,o).y,"_value") -q=Math.min(1-r,r)}else q=0 -p.au(new A.a01(m,p,a)) -A.b(p.fx,o).k8(0,q)}, -a_5(){var s,r=this.c -r.toString -s=A.xe(r) -if(s!=null&&s.d.length!==0)s.hN(0,B.ac,B.bT)}, -gjw(){this.a.toString -return!0}, -aR(){var s,r=this,q=null -r.bi() -s=r.c -s.toString -r.k2=new A.O6(s,B.WA,A.a1(0,q,!1,t.Z)) -s=r.a.x -r.id=s -r.fy=B.EP -r.go=s -r.fx=A.bX(q,new A.aP(4e5),q,1,1,r) -r.k1=A.bX(q,B.H,q,1,q,r)}, -b_(a){var s=this,r=s.a -r=r.x -if(r!==a.x)s.a0h(r) -s.a.toString -s.RK(a)}, -be(){var s,r,q=this,p=q.c.M(t.Pu),o=p==null?null:p.f,n=q.y,m=n==null -if(!m)s=o==null||n!==o -else s=!1 -if(s)if(!m)n.d.B(0,q) -q.y=o -if(o!=null){o.d.F(0,q) -if(o.a_P(q)){n=o.r -if(!n.gR(n))q.a3D() -n=o.e -if(!n.gR(n))q.a3s()}}r=q.c.M(t.l).f -if(q.z===!0)if(!r.z){n=q.cx -n=n!=null&&n.b==null}else n=!1 -else n=!1 -if(n)q.ps(B.nl) -q.z=r.z -q.a0a() -q.RJ()}, -n(a){var s=this,r=s.cx -if(r!=null)r.av(0) -s.cx=null -A.b(s.k2,"_geometryNotifier") -A.b(s.fx,"_floatingActionButtonMoveController").n(0) -A.b(s.k1,u.Z).n(0) -r=s.y -if(r!=null)r.d.B(0,s) -s.RL(0)}, -vW(a,b,c,d,e,f,g,h,i){var s=this.c.M(t.l).f.Ma(f,g,h,i) -if(e)s=s.a9X(!0) -if(d&&s.e.d!==0)s=s.Ju(s.f.ti(s.r.d)) -if(b!=null)a.push(A.X6(new A.hv(s,b,null),c))}, -UI(a,b,c,d,e,f,g,h){return this.vW(a,b,c,!1,d,e,f,g,h)}, -o1(a,b,c,d,e,f,g){return this.vW(a,b,c,!1,!1,d,e,f,g)}, -qN(a,b,c,d,e,f,g,h){return this.vW(a,b,c,d,!1,e,f,g,h)}, -E0(a,b){this.a.toString}, -E_(a,b){this.a.toString}, -H(a,a0){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g="_floatingActionButtonMoveController",f="_geometryNotifier",e={},d=a0.M(t.l).f,c=A.a2(a0),b=a0.M(t.I) -b.toString -s=b.f -i.z=d.z -b=i.Q -if(!b.gR(b)){r=A.wu(a0,t.X) -if(r==null||r.gkf())h.gabd() -else{q=i.cx -if(q!=null)q.av(0) -i.cx=null}}p=A.a([],t.s9) -q=i.a.f -i.gjw() -i.UI(p,new A.Kl(q,!1,!1,h),B.hZ,!0,!0,!1,!1,!0) -if(i.k3)i.o1(p,A.adK(!0,i.k4,!1,h),B.i1,!0,!0,!0,!0) -q=i.a -q=i.f=A.aqE(a0,q.e.k2)+d.f.b -o=i.a.e -i.o1(p,new A.eH(new A.al(0,1/0,0,q),new A.vb(1,q,q,q,h,o,h),h),B.i_,!0,!1,!1,!1) -e.a=!1 -e.b=null -if(i.dy!=null||i.dx.length!==0){q=A.aq(i.dx,!0,t.l7) -o=i.dy -if(o!=null)q.push(o.a) -n=A.yr(B.Dr,q,B.eC) -i.gjw() -i.o1(p,n,B.i2,!0,!1,!1,!0)}q=i.cy -if(q!=null){e.a=!1 -q=q.a -e.b=q.x -i.a.toString -i.gjw() -i.qN(p,q,B.cR,!1,!0,!1,!1,!0)}if(!b.gR(b)){b.gI(b).toString -e.a=!1 -e.b=b.gI(b).a.x -b=b.gI(b).a -i.a.toString -i.gjw() -i.qN(p,b,B.cR,!1,!0,!1,!1,!0)}e.c=!1 -if(i.db!=null){a0.M(t.iB) -b=A.a2(a0) -q=i.db -if(q!=null){q=q.a -q.giL(q)}m=b.ab.c -e.c=(m==null?0:m)!==0 -b=i.db -b=b==null?h:b.a -i.a.toString -i.gjw() -i.qN(p,b,B.i3,!1,!0,!1,!1,!0)}b=i.a -b=b.dy -i.gjw() -i.qN(p,b,B.i4,!1,!1,!1,!1,!0) -b=A.b(i.fx,g) -q=A.b(i.fy,"_floatingActionButtonAnimator") -o=A.b(i.k2,f) -l=A.b(i.k1,u.Z) -i.o1(p,new A.zN(i.a.r,b,q,o,l,h),B.i5,!0,!0,!0,!0) -switch(c.r.a){case 2:case 4:i.o1(p,A.Fn(B.bD,h,B.aW,!0,h,h,h,h,h,h,h,h,h,h,h,h,i.ga_4(),h,h,h,h,h,h),B.i0,!0,!1,!1,!0) -break -case 0:case 1:case 3:case 5:break}b=i.x -if(A.o(b).i("bn.T").a(b.y)){i.E_(p,s) -i.E0(p,s)}else{i.E0(p,s) -i.E_(p,s)}i.gjw() -b=d.e.d -k=d.f.ti(b) -i.gjw() -b=b!==0?0:h -j=d.r.ti(b) -if(k.d<=0)i.a.toString -i.a.toString -b=A.b(i.k2,f) -i.a.toString -return new A.Be(!1,b,new A.y2(A.l2(B.H,h,A.jc(A.b(i.fx,g),new A.a04(e,i,!1,k,j,s,p),h),B.u,c.fy,0,h,h,h,h,B.dx),h),h)}} -A.a05.prototype={ -$1(a){var s=this.b -if((s.a.a&30)===0)s.er(0,this.c)}, -$S:25} -A.a03.prototype={ -$0(){this.a.cy=this.b}, -$S:0} -A.a02.prototype={ -$0(){this.a.db=this.b}, -$S:0} -A.a01.prototype={ -$0(){var s=this.b -s.go=this.a.a -s.id=this.c}, -$S:0} -A.a04.prototype={ -$2(a,b){var s,r,q,p,o,n,m,l=this,k=l.b -k.a.toString -s=k.id -s.toString -r=A.b(A.b(k.fx,"_floatingActionButtonMoveController").y,"_value") -q=A.b(k.fy,"_floatingActionButtonAnimator") -p=A.b(k.k2,"_geometryNotifier") -k=k.go -k.toString -o=l.a -n=o.a -m=o.c -return new A.mm(new A.a9e(l.c,!1,l.d,l.e,l.f,p,k,s,r,q,n,o.b,m),l.r,null)}, -$S:220} -A.Be.prototype={ -cq(a){return this.f!==a.f}} -A.a9f.prototype={ -$2(a,b){if(!a.a)a.T(0,b)}, -$S:27} -A.Bd.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.Bf.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.Bg.prototype={ -b_(a){this.br(a) -this.lb()}, -be(){var s,r,q,p,o=this -o.ct() -s=o.aG$ -r=o.gj6() -q=o.c -q.toString -q=A.ll(q) -o.cT$=q -p=o.jB(q,r) -if(r){o.eD(s,o.c9$) -o.c9$=!1}if(p)if(s!=null)s.n(0)}, -n(a){var s,r=this -r.ce$.ai(0,new A.a9f()) -s=r.aG$ -if(s!=null)s.n(0) -r.aG$=null -r.RI(0)}} -A.Cf.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.Il.prototype={ -H(a,b){var s=this,r=null -if(A.a2(b).r===B.b4)return new A.oX(8,B.cH,s.c,s.d,!1,B.Ws,3,B.oG,B.HR,B.aL,A.QN(),r,r,r) -return new A.rY(r,r,r,s.c,s.d,r,r,r,B.bT,B.dY,B.z,A.QN(),r,r,r)}} -A.rY.prototype={ -aj(){return new A.Mq(new A.b7(null,t.A),null,null,B.l)}} -A.Mq.prototype={ -gvj(){var s=this.a.e -if(s==null)s=A.b(this.go,"_scrollbarTheme").d -return s===!0}, -glc(){this.a.toString -var s=A.b(this.go,"_scrollbarTheme") -s=s.e -return s==null?!A.b(this.id,"_useAndroidScrollbar"):s}, -grP(){return new A.fm(new A.a7Q(this),t.Lf)}, -grM(){var s=A.aT(t.W) -if(this.fr)s.F(0,B.AZ) -if(this.fx)s.F(0,B.bf) -return s}, -ga38(){var s,r,q,p=this,o="_colorScheme",n="_useAndroidScrollbar",m=A.b(p.fy,o).go,l=A.b(p.fy,o).a,k=A.bI("dragColor"),j=A.bI("hoverColor"),i=A.bI("idleColor") -switch(l.a){case 1:s=m.a -r=s>>>16&255 -q=s>>>8&255 -s&=255 -k.b=A.ap(153,r,q,s) -j.b=A.ap(B.c.aU(127.5),r,q,s) -if(A.b(p.id,n)){s=p.c -s.toString -s=A.a2(s).k2.a -s=A.ap(255,s>>>16&255,s>>>8&255,s&255)}else s=A.ap(B.c.aU(25.5),r,q,s) -i.b=s -break -case 0:s=m.a -r=s>>>16&255 -q=s>>>8&255 -s&=255 -k.b=A.ap(191,r,q,s) -j.b=A.ap(166,r,q,s) -if(A.b(p.id,n)){s=p.c -s.toString -s=A.a2(s).k2.a -s=A.ap(255,s>>>16&255,s>>>8&255,s&255)}else s=A.ap(B.c.aU(76.5),r,q,s) -i.b=s -break}return new A.fm(new A.a7N(p,k,j,i),t.h2)}, -ga3g(){var s="_colorScheme",r=A.b(this.fy,s).go -return new A.fm(new A.a7P(this,A.b(this.fy,s).a,r),t.h2)}, -ga3f(){var s="_colorScheme",r=A.b(this.fy,s).go -return new A.fm(new A.a7O(this,A.b(this.fy,s).a,r),t.h2)}, -ga37(){return new A.fm(new A.a7M(this),t.pj)}, -aR(){var s,r=this -r.Dq() -s=A.bX(null,B.H,null,1,null,r) -r.dy=s -s=A.b(s,"_hoverAnimationController") -s.cB() -s=s.c5$ -s.b=!0 -s.a.push(new A.a7W(r))}, -be(){var s,r=this,q=r.c -q.toString -s=A.a2(q) -r.fy=s.ch -r.go=s.x -switch(s.r.a){case 0:r.id=!0 -break -case 2:case 3:case 1:case 4:case 5:r.id=!1 -break}r.PV()}, -qe(){var s,r=this,q="_scrollbarTheme",p="_useAndroidScrollbar",o=A.b(r.Q,"scrollbarPainter") -o.saz(0,r.ga38().a.$1(r.grM())) -o.saay(r.ga3g().a.$1(r.grM())) -o.saax(r.ga3f().a.$1(r.grM())) -s=r.c.M(t.I) -s.toString -o.sbF(0,s.f) -o.sBn(r.ga37().a.$1(r.grM())) -s=r.a.r -if(s==null)s=A.b(r.go,q).f -if(s==null)s=A.b(r.id,p)?null:B.Wr -o.sq2(s) -s=A.b(r.go,q).z -if(s==null)s=A.b(r.id,p)?0:2 -o.szm(s) -s=A.b(r.go,q).Q -o.sAA(s==null?0:s) -s=A.b(r.go,q).ch -o.sAL(0,s==null?48:s) -o.sdL(0,r.c.M(t.l).f.f) -o.sv4(r.a.dy) -o.sKT(!r.glc())}, -tU(a){this.Dp(a) -this.au(new A.a7V(this))}, -tT(a,b){this.Do(a,b) -this.au(new A.a7U(this))}, -A6(a){var s=this,r="_hoverAnimationController" -s.PW(a) -if(s.Le(a.gbS(a),a.gcV(a),!0)){s.au(new A.a7S(s)) -A.b(s.dy,r).bZ(0)}else if(s.fx){s.au(new A.a7T(s)) -A.b(s.dy,r).dO(0)}}, -A7(a){var s=this -s.PX(a) -s.au(new A.a7R(s)) -A.b(s.dy,"_hoverAnimationController").dO(0)}, -n(a){A.b(this.dy,"_hoverAnimationController").n(0) -this.Dn(0)}} -A.a7Q.prototype={ -$1(a){var s,r="_scrollbarTheme" -if(a.A(0,B.bf)){s=this.a -s.a.toString -s=A.b(s.go,r) -s=s.c -s=s===!0}else s=!1 -if(s)return!0 -s=this.a -s.a.toString -s=A.b(s.go,r) -s=s.b -s=s==null?null:s.a0(a) -return s==null?!1:s}, -$S:221} -A.a7N.prototype={ -$1(a){var s,r,q,p=this,o=null,n="_scrollbarTheme" -if(a.A(0,B.AZ)){s=A.b(p.a.go,n).r -s=s==null?o:s.a0(a) -return s==null?p.b.bQ():s}s=p.a -if(s.grP().a.$1(a)){s=A.b(s.go,n).r -s=s==null?o:s.a0(a) -return s==null?p.c.bQ():s}r=A.b(s.go,n).r -r=r==null?o:r.a0(a) -if(r==null)r=p.d.bQ() -q=A.b(s.go,n).r -q=q==null?o:q.a0(a) -if(q==null)q=p.c.bQ() -s=A.y(r,q,A.b(A.b(s.dy,"_hoverAnimationController").y,"_value")) -s.toString -return s}, -$S:82} -A.a7P.prototype={ -$1(a){var s=this.a -if(s.grP().a.$1(a)){s=A.b(s.go,"_scrollbarTheme").x -s=s==null?null:s.a0(a) -if(s==null){s=this.c.a -s=this.b===B.al?A.ap(8,s>>>16&255,s>>>8&255,s&255):A.ap(13,s>>>16&255,s>>>8&255,s&255)}return s}return B.aF}, -$S:82} -A.a7O.prototype={ -$1(a){var s=this.a -if(s.grP().a.$1(a)){s=A.b(s.go,"_scrollbarTheme").y -s=s==null?null:s.a0(a) -if(s==null){s=this.c.a -s=this.b===B.al?A.ap(B.c.aU(25.5),s>>>16&255,s>>>8&255,s&255):A.ap(64,s>>>16&255,s>>>8&255,s&255)}return s}return B.aF}, -$S:82} -A.a7M.prototype={ -$1(a){var s,r,q="_scrollbarTheme" -if(a.A(0,B.bf)&&this.a.grP().a.$1(a)){s=this.a -s.a.toString -s=A.b(s.go,q) -s=s.a -s=s==null?null:s.a0(a) -return s==null?12:s}s=this.a -r=s.a.x -if(r==null){r=A.b(s.go,q).a -r=r==null?null:r.a0(a)}if(r==null){r=8/(A.b(s.id,"_useAndroidScrollbar")?2:1) -s=r}else s=r -return s}, -$S:223} -A.a7W.prototype={ -$0(){this.a.qe()}, -$S:0} -A.a7V.prototype={ -$0(){this.a.fr=!0}, -$S:0} -A.a7U.prototype={ -$0(){this.a.fr=!1}, -$S:0} -A.a7S.prototype={ -$0(){this.a.fx=!0}, -$S:0} -A.a7T.prototype={ -$0(){this.a.fx=!1}, -$S:0} -A.a7R.prototype={ -$0(){this.a.fx=!1}, -$S:0} -A.y9.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.y9&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.f(b.f,s.f)&&b.r==s.r&&b.x==s.x&&b.y==s.y&&b.z==s.z&&b.Q==s.Q&&b.ch==s.ch}} -A.Ai.prototype={ -a0(a){var s,r=this,q=r.a,p=q==null?null:q.a0(a) -q=r.b -s=q==null?null:q.a0(a) -return r.d.$3(p,s,r.c)}, -$ib2:1} -A.O9.prototype={} -A.ym.prototype={ -gw(a){var s=this -return A.dB([s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,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.r1])}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.ym)if(b.a==r.a)if(J.f(b.b,r.b))if(J.f(b.c,r.c))if(J.f(b.d,r.d))if(J.f(b.e,r.e))if(J.f(b.f,r.f))if(J.f(b.r,r.r))if(J.f(b.x,r.x))if(J.f(b.y,r.y))if(J.f(b.z,r.z))if(J.f(b.Q,r.Q))if(J.f(b.ch,r.ch))if(J.f(b.cx,r.cx))if(J.f(b.cy,r.cy))s=J.f(b.k3,r.k3)&&b.k4==r.k4&&!0 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -return s}} -A.Op.prototype={} -A.qI.prototype={ -j(a){return"SnackBarClosedReason."+this.b}} -A.yo.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.yo&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&J.f(b.c,s.c)&&J.f(b.d,s.d)&&b.e==s.e&&J.f(b.f,s.f)&&!0}} -A.Ow.prototype={} -A.yy.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.yy)if(b.a==r.a)if(b.b==r.b)s=b.e==r.e&&b.f==r.f -else s=!1 -else s=!1 -else s=!1 -return s}} -A.Ad.prototype={ -a0(a){var s,r=this,q=r.a,p=q==null?null:q.a0(a) -q=r.b -s=q==null?null:q.a0(a) -return r.d.$3(p,s,r.c)}, -$ib2:1} -A.OP.prototype={} -A.yB.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.yB)if(J.f(b.a,r.a))s=J.f(b.c,r.c)&&J.f(b.d,r.d)&&J.f(b.e,r.e)&&J.f(b.f,r.f)&&J.f(b.r,r.r) -else s=!1 -else s=!1 -return s}} -A.OT.prototype={} -A.Jj.prototype={} -A.OW.prototype={ -a0(a){var s -if(a.A(0,B.b1)){s=this.b -if(s==null)s=null -else{s=s.a -s=A.ap(97,s>>>16&255,s>>>8&255,s&255)}return s}return this.a}, -j(a){var s=this.b -if(s==null)s=null -else{s=s.a -s=A.ap(97,s>>>16&255,s>>>8&255,s&255)}return"{disabled: "+A.e(s)+", otherwise: "+this.a.j(0)+"}"}} -A.OY.prototype={ -a0(a){var s -if(a.A(0,B.bf)){s=this.a -return A.ap(10,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.A(0,B.c7)||a.A(0,B.bI)){s=this.a -return A.ap(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}return null}, -j(a){var s=this.a -return"{hovered: "+A.ap(10,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255).j(0)+", focused,pressed: "+A.ap(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255).j(0)+", otherwise: null}"}} -A.OX.prototype={ -a0(a){if(a.A(0,B.b1))return this.b -return this.a}} -A.Qf.prototype={} -A.yD.prototype={ -gw(a){return J.bq(this.a)}, -k(a,b){if(b==null)return!1 -if(this===b)return!0 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.yD&&J.f(b.a,this.a)}} -A.OZ.prototype={} -A.P_.prototype={ -AU(a){var s,r -this.QL(a) -s=this.a -s.a.toString -r=this.b -if(r){s=s.z.gah() -s.toString -s.nN()}}, -a9_(a){}, -a9a(a){var s,r=this.a -r.a.toString -s=this.e.c -s.toString -switch(A.a2(s).r.a){case 2:case 4:r=r.z.gah() -r.toString -r=$.E.t$.Q.h(0,r.r).gE() -r.toString -t.E.a(r).lM(B.cd,a.a) -break -case 0:case 1:case 3:case 5:r=r.z.gah() -r.toString -r=$.E.t$.Q.h(0,r.r).gE() -r.toString -s=a.a -t.E.a(r).Ch(B.cd,s.a4(0,a.c),s) -break}}, -AX(a){var s=this.a.z.gah() -s.toString -s.iW() -this.QM(a) -s=this.e -s.H_() -s.a.toString}, -a9c(a){var s,r,q=this.a -q.a.toString -s=this.e -r=s.c -r.toString -switch(A.a2(r).r.a){case 2:case 4:q=q.z.gah() -q.toString -q=$.E.t$.Q.h(0,q.r).gE() -q.toString -t.E.a(q).lM(B.cd,a.a) -break -case 0:case 1:case 3:case 5:q=q.z.gah() -q.toString -q=$.E.t$.Q.h(0,q.r).gE() -q.toString -t.E.a(q) -r=q.b4 -r.toString -q.nF(B.cd,r) -s=s.c -s.toString -A.ahk(s) -break}}} -A.yG.prototype={ -aj(){var s=null -return new A.BF(new A.b7(s,t.NE),s,A.x(t.yb,t.Q),s,!0,s,B.l)}} -A.BF.prototype={ -gjA(){var s=this.a.c -return s}, -gf7(){this.a.toString -var s=this.e -if(s==null){s=A.Fc(!0,null,!0,null,null,!1) -this.e=s}return s}, -gWI(){this.a.toString -var s=this.c -s.toString -s=A.asj(A.a2(s).r) -return s}, -gkQ(){this.a.toString -return!0}, -ga_p(){this.a.toString -return!1}, -Xx(){var s,r,q,p,o=this,n=o.c -n.toString -A.de(n,B.ae,t.v).toString -n=o.c -n.toString -s=A.a2(n) -n=o.a.e -n=n.yK(s.d) -o.gkQ() -r=o.a -q=r.e.cx -p=n.a5u(!0,q==null?r.go:q) -n=p.ao==null -if(!n||p.y2!=null)return p -r=o.gjA().a.a -r=r.length===0?B.eD:new A.fX(r) -r.gq(r) -if(n)if(p.y2==null)o.a.toString -o.a.toString -return p}, -aR(){var s,r=this -r.bi() -r.x=new A.P_(r,r) -r.a.toString -s=r.gf7() -r.gkQ() -s.sck(!0) -r.gf7().al(0,r.gHS())}, -gHR(){var s,r=this.c -r.toString -r=A.eQ(r) -s=r==null?null:r.db -switch((s==null?B.c8:s).a){case 0:this.gkQ() -return!0 -case 1:return!0}}, -be(){this.Sg() -this.gf7().sck(this.gHR())}, -b_(a){var s=this -s.Sh(a) -s.a.toString -s.gf7().sck(s.gHR()) -if(s.gf7().gbW())s.a.toString}, -eD(a,b){var s=this.d -if(s!=null)this.fk(s,"controller")}, -gel(){return this.a.l}, -n(a){var s,r=this -r.gf7().T(0,r.gHS()) -s=r.e -if(s!=null)s.n(0) -s=r.d -if(s!=null){s.o9() -s.qK(0)}r.Si(0)}, -H_(){var s=this.z.gah() -if(s!=null)s.Mh()}, -a2F(a){var s=this -if(!A.b(s.x,"_selectionGestureDetectorBuilder").b)return!1 -if(a===B.U)return!1 -s.a.toString -s.gkQ() -if(a===B.cd)return!0 -if(s.gjA().a.a.length!==0)return!0 -return!1}, -a32(){this.au(new A.a9H())}, -ZQ(a,b){var s,r=this,q=r.a2F(b) -if(q!==r.r)r.au(new A.a9J(r,q)) -s=r.c -s.toString -switch(A.a2(s).r.a){case 2:case 4:if(b===B.cd||b===B.ew){s=r.z.gah() -if(s!=null)s.mp(a.gdG())}return -case 3:case 5:case 1:case 0:if(b===B.ew){s=r.z.gah() -if(s!=null)s.mp(a.gdG())}return}}, -ZS(){var s=this.gjA().a.b -if(s.a===s.b){s=this.z.gah() -if(s.z.db!=null)s.iW() -else s.nN()}}, -FI(a){if(a!==this.f)this.au(new A.a9I(this,a))}, -gko(){this.a.toString -var s=this.z.gah().gko() -return A.aj8(!0,B.DB,!1,!0,!0,s.z,s.a,s.ch,!1,s.b,s.f,s.r,s.Q)}, -H(c8,c9){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=this,c2=null,c3="forcePressEnabled",c4={},c5=A.a2(c9),c6=A.ajb(c9),c7=c5.L.x -c7.toString -s=c7.bq(c1.a.y) -c1.a.toString -c7=c5.ch -r=c1.gjA() -q=c1.gf7() -p=t.VS -o=A.a([],p) -n=c1.a -m=n.b0 -l=n.V -k=n.aJ -c4.a=null -switch(c5.r.a){case 2:j=A.ad9(c9) -c1.y=!0 -m=$.anA() -l=c6.a -if(l==null)l=j.gih() -i=c6.b -if(i==null){n=j.gih() -i=A.ap(102,n.gm(n)>>>16&255,n.gm(n)>>>8&255,n.gm(n)&255)}h=new A.k(-2/c9.M(t.l).f.b,0) -g=i -f=!0 -e=!0 -k=B.dE -break -case 4:j=A.ad9(c9) -c1.y=!1 -m=$.anz() -l=c6.a -if(l==null)l=j.gih() -i=c6.b -if(i==null){n=j.gih() -i=A.ap(102,n.gm(n)>>>16&255,n.gm(n)>>>8&255,n.gm(n)&255)}h=new A.k(-2/c9.M(t.l).f.b,0) -c4.a=new A.a9L(c1) -g=c2 -f=!0 -e=!0 -k=B.dE -break -case 0:case 1:c1.y=!1 -m=$.anD() -l=c6.a -if(l==null)l=c7.b -i=c6.b -if(i==null){n=c7.b -i=A.ap(102,n.gm(n)>>>16&255,n.gm(n)>>>8&255,n.gm(n)&255)}g=c2 -h=g -f=!1 -e=!1 -break -case 3:c1.y=!1 -m=$.afz() -l=c6.a -if(l==null)l=c7.b -i=c6.b -if(i==null){n=c7.b -i=A.ap(102,n.gm(n)>>>16&255,n.gm(n)>>>8&255,n.gm(n)&255)}g=c2 -h=g -f=!1 -e=!1 -break -case 5:c1.y=!1 -m=$.afz() -l=c6.a -if(l==null)l=c7.b -i=c6.b -if(i==null){n=c7.b -i=A.ap(102,n.gm(n)>>>16&255,n.gm(n)>>>8&255,n.gm(n)&255)}c4.a=new A.a9M(c1) -g=c2 -h=g -f=!1 -e=!1 -break -default:g=c2 -i=g -h=i -e=h -f=e}n=c1.aG$ -c1.a.toString -c1.gkQ() -d=c1.a -c=d.k3 -b=c1.r -a=d.f -a0=d.r -a1=d.x -a2=d.z -a3=d.Q -a4=d.cx -a5=d.cy -a6=d.db -a7=d.fr -a8=d.fx -a9=d.go -d=d.id -b0=q.gbW()?i:c2 -b1=c1.a -b2=b1.ry -b3=b1.x1 -b4=b1.x2 -b5=b1.K -b6=b1.L -b7=b1.ac -b8=b1.bd -b1=b1.aO -if(a9===1){p=A.a([$.am4()],p) -B.b.N(p,o)}else p=o -c7=A.JJ(n,new A.uZ(r,q,a6,!1,!1,c,b,!0,!0,a7,a8,!0,s,a2,a3,a4,a1,l,g,B.f1,a9,d,!1,a5,b0,m,a,a0,b2,b3,b4,c2,c1.gZP(),c1.gZR(),p,B.cf,!0,b5,b6,k,e,h,f,B.eR,B.cT,c7.a,b7,!0,B.aW,b8,b1,c1,B.aD,"editable",!0,c1.z)) -c1.a.toString -b9=A.jc(new A.o0(A.a([q,r],t.Eo)),new A.a9N(c1,q,r),new A.fP(c7,c2)) -c1.a.toString -c7=A.aT(t.W) -c1.gkQ() -if(c1.f)c7.F(0,B.bf) -if(q.gbW())c7.F(0,B.c7) -p=c1.a.e -if(p.cy!=null||c1.ga_p())c7.F(0,B.B_) -c0=A.dt(B.a2M,c7,t.Pb) -c4.b=null -c1.a.toString -if(c1.gWI()!==B.VK)c1.a.toString -c1.gkQ() -c7=A.b(c1.x,"_selectionGestureDetectorBuilder") -p=c7.ga9h() -o=c7.a -n=A.b(o.y,c3)?c7.ga90():c2 -o=A.b(o.y,c3)?c7.ga8Z():c2 -return new A.Ff(q,A.mY(new A.hp(!1,c2,A.jc(r,new A.a9O(c4,c1),new A.yK(p,n,o,c7.ga93(),c7.ga95(),c7.ga9f(),c7.ga9d(),c7.ga9b(),c7.ga99(),c7.ga97(),c7.ga8R(),c7.ga8V(),c7.ga8X(),c7.ga8T(),B.co,b9,c2)),c2),c0,c2,new A.a9P(c1),new A.a9Q(c1),c2),c2)}} -A.a9H.prototype={ -$0(){}, -$S:0} -A.a9J.prototype={ -$0(){this.a.r=this.b}, -$S:0} -A.a9I.prototype={ -$0(){this.a.f=this.b}, -$S:0} -A.a9L.prototype={ -$0(){var s=this.a -if(!s.gf7().gbW()&&s.gf7().gck())s.gf7().ik()}, -$S:0} -A.a9M.prototype={ -$0(){var s=this.a -if(!s.gf7().gbW()&&s.gf7().gck())s.gf7().ik()}, -$S:0} -A.a9N.prototype={ -$2(a,b){var s,r,q,p=this.a,o=p.Xx(),n=p.a,m=n.y,l=n.Q -n=n.ch -s=p.f -r=this.b.gbW() -q=this.c.a.a -p.a.toString -return new A.mJ(o,m,l,n,r,s,!1,q.length===0,b,null)}, -$S:229} -A.a9P.prototype={ -$1(a){return this.a.FI(!0)}, -$S:39} -A.a9Q.prototype={ -$1(a){return this.a.FI(!1)}, -$S:29} -A.a9O.prototype={ -$2(a,b){var s=null,r=this.a,q=r.b,p=this.b,o=p.gjA().a.a -o=o.length===0?B.eD:new A.fX(o) -o=o.gq(o) -p.a.toString -return A.bB(s,b,!1,o,s,!1,!1,s,s,s,s,s,q,s,s,s,r.a,s,s,s,new A.a9K(p),s,s,s,s,s,s)}, -$S:230} -A.a9K.prototype={ -$0(){var s=this.a -if(!s.gjA().a.b.gbJ())s.gjA().sqv(A.nF(B.o,s.gjA().a.a.length)) -s.H_()}, -$S:0} -A.aaH.prototype={ -$2(a,b){if(!a.a)a.T(0,b)}, -$S:27} -A.Cp.prototype={ -b_(a){this.br(a) -this.lb()}, -be(){var s,r,q,p,o=this -o.ct() -s=o.aG$ -r=o.gj6() -q=o.c -q.toString -q=A.ll(q) -o.cT$=q -p=o.jB(q,r) -if(r){o.eD(s,o.c9$) -o.c9$=!1}if(p)if(s!=null)s.n(0)}, -n(a){var s,r=this -r.ce$.ai(0,new A.aaH()) -s=r.aG$ -if(s!=null)s.n(0) -r.aG$=null -r.bb(0)}} -A.yH.prototype={ -aj(){var s=null -return new A.tl(new A.xQ(s,A.a1(0,s,!1,t.Z)),A.a_B(!1),s,A.x(t.yb,t.Q),s,!0,s,B.l)}} -A.a3e.prototype={ -$1(a){var s,r,q,p,o=this -t.iN.a(a) -s=a.c -s.toString -r=o.a.yK(A.a2(s).d) -s=a.aG$ -q=a.gm4() -p=a.e -p=r.a5l(A.o(p).i("bn.T").a(p.y)) -return A.JJ(s,new A.yG(q,o.d,p,o.e,o.f,o.ch,o.r,o.x,o.y,o.z,o.Q,o.cx,o.dy,o.fr,o.fx,B.Ya,B.Yb,o.id,o.k3,o.k4,o.r1,o.db,B.a1e,o.dx,o.r2,o.k1,o.k2,new A.a3f(a,o.b),o.ry,o.x1,o.x2,!0,o.y2,o.ao,o.K,o.L,o.X,o.aJ,o.ae,o.ab,o.rx,o.ac,o.V,o.b0,o.bt,o.c,o.aN,null))}, -$S:231} -A.a3f.prototype={ -$1(a){this.a.tt(a)}, -$S:51} -A.tl.prototype={ -gm4(){var s=t.mr.a(A.X.prototype.gG.call(this)).Q -if(s==null){s=this.db.y -s.toString}return s}, -gG(){return t.mr.a(A.X.prototype.gG.call(this))}, -eD(a,b){var s,r=this -r.Pp(a,b) -s=r.db -if(s!=null)r.fk(s,"controller") -r.d=r.gm4().a.a}, -EA(a){var s,r=this -if(a==null)s=new A.xR(B.ns,A.a1(0,null,!1,t.Z)) -else s=new A.xR(a,A.a1(0,null,!1,t.Z)) -r.db=s -if(!r.gj6()){s=r.db -s.toString -r.fk(s,"controller")}}, -aR(){var s,r=this -r.bi() -s=t.mr -if(s.a(A.X.prototype.gG.call(r)).Q==null){s.a(A.X.prototype.gG.call(r)) -s=s.a(A.X.prototype.gG.call(r)) -r.EA(new A.dK(s.f,B.eG,B.bh))}else s.a(A.X.prototype.gG.call(r)).Q.al(0,r.grh())}, -b_(a){var s,r,q,p,o=this -o.R0(a) -s=t.mr -r=a.Q -if(s.a(A.X.prototype.gG.call(o)).Q!=r){q=r==null -if(!q)r.T(0,o.grh()) -p=s.a(A.X.prototype.gG.call(o)).Q -if(p!=null)p.al(0,o.grh()) -if(!q&&s.a(A.X.prototype.gG.call(o)).Q==null)o.EA(r.a) -if(s.a(A.X.prototype.gG.call(o)).Q!=null){o.d=s.a(A.X.prototype.gG.call(o)).Q.a.a -if(q){s=o.db -s.toString -o.aaG(s) -s=o.db -s.o9() -s.qK(0) -o.db=null}}}}, -n(a){var s=this,r=t.mr.a(A.X.prototype.gG.call(s)).Q -if(r!=null)r.T(0,s.grh()) -r=s.db -if(r!=null){r.o9() -r.qK(0)}s.R1(0)}, -tt(a){var s -this.Po(a) -if(this.gm4().a.a!==a){s=this.gm4() -s.kJ(0,s.a.p_(B.bh,B.eG,a))}}, -Y8(){var s=this -if(s.gm4().a.a!==s.gID())s.tt(s.gm4().a.a)}} -A.Xw.prototype={ -lD(a){return B.Y0}, -t3(a,b,c,d,e,f){var s,r=null,q=A.a2(a),p=A.ajb(a).c -if(p==null)p=q.ch.b -s=A.fU(A.oZ(A.Fn(B.co,r,B.aW,!1,r,r,r,r,r,r,r,r,r,r,r,r,d,r,r,r,r,r,r),r,r,new A.P0(p,r)),22,22) -switch(b.a){case 0:return A.aeh(B.ax,1.5707963267948966,s,r) -case 1:return s -case 2:return A.aeh(B.ax,0.7853981633974483,s,r)}}, -jd(a,b,c,d){switch(a.a){case 0:return B.W_ -case 1:return B.i -case 2:return B.VX}}, -qm(a,b){return this.jd(a,b,null,null)}} -A.P0.prototype={ -aK(a,b){var s,r,q,p=A.aQ(),o=p?A.bl():new A.bf(new A.bh()) -o.saz(0,this.b) -s=b.a/2 -r=A.le(new A.k(s,s),s) -p=0+s -q=A.cF() -q.oG(0,r) -q.h8(0,new A.v(0,0,p,p)) -a.c0(0,q,o)}, -f3(a){return!this.b.k(0,a.b)}} -A.yM.prototype={ -gw(a){return A.W(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.yM&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&J.f(b.c,s.c)}} -A.P2.prototype={} -A.dL.prototype={ -bq(b3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1=this,b2=null -if(b3==null)return b1 -s=b1.a -r=s==null?b2:s.bq(b3.a) -if(r==null)r=b3.a -q=b1.b -p=q==null?b2:q.bq(b3.b) -if(p==null)p=b3.b -o=b1.c -n=o==null?b2:o.bq(b3.c) -if(n==null)n=b3.c -m=b1.d -l=m==null?b2:m.bq(b3.d) -if(l==null)l=b3.d -k=b1.e -j=k==null?b2:k.bq(b3.e) -if(j==null)j=b3.e -i=b1.f -h=i==null?b2:i.bq(b3.f) -if(h==null)h=b3.f -g=b1.r -f=g==null?b2:g.bq(b3.r) -if(f==null)f=b3.r -e=b1.x -d=e==null?b2:e.bq(b3.x) -if(d==null)d=b3.x -c=b1.y -b=c==null?b2:c.bq(b3.y) -if(b==null)b=b3.y -a=b1.z -a0=a==null?b2:a.bq(b3.z) -if(a0==null)a0=b3.z -a1=b1.Q -a2=a1==null?b2:a1.bq(b3.Q) -if(a2==null)a2=b3.Q -a3=b1.ch -a4=a3==null?b2:a3.bq(b3.ch) -if(a4==null)a4=b3.ch -a5=b1.cx -a6=a5==null?b2:a5.bq(b3.cx) -if(a6==null)a6=b3.cx -a7=b1.cy -a8=a7==null?b2:a7.bq(b3.cy) -if(a8==null)a8=b3.cy -a9=b1.db -b0=a9==null?b2:a9.bq(b3.db) -if(b0==null)b0=b3.db -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.ajd(j,i,h,s,r,q,p,o,n,g,f,e==null?a9:e,m,l,k)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.dL&&J.f(s.a,b.a)&&J.f(s.b,b.b)&&J.f(s.c,b.c)&&J.f(s.d,b.d)&&J.f(s.e,b.e)&&J.f(s.f,b.f)&&J.f(s.r,b.r)&&J.f(s.x,b.x)&&J.f(s.y,b.y)&&J.f(s.z,b.z)&&J.f(s.Q,b.Q)&&J.f(s.ch,b.ch)&&J.f(s.cx,b.cx)&&J.f(s.cy,b.cy)&&J.f(s.db,b.db)}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,B.a,B.a,B.a,B.a,B.a)}} -A.P5.prototype={} -A.yO.prototype={ -H(a,b){var s=this.c,r=B.ci.a,q=B.ci.b,p=B.ci.c,o=B.ci.d,n=B.ci.e,m=B.ci.f -return new A.A3(this,new A.En(new A.Ga(s,new A.wH(r,q,p,o,n,m),B.nJ,r,q,p,o,n,m),A.W6(this.d,s.V,null),null),null)}} -A.A3.prototype={ -BN(a,b,c){return new A.yO(this.x.c,c,null)}, -cq(a){return!this.x.c.k(0,a.x.c)}} -A.nH.prototype={ -dg(u8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6,g7,g8,g9,h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,i0,i1,i2,i3,i4,i5,i6,i7,i8,i9,j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,k0,k1,k2,k3,k4,k5,k6,k7,k8,k9,l0,l1,l2,l3,l4,l5,l6,l7,l8,l9,m0,m1,m2,m3,m4,m5,m6,m7,m8,m9,n0,n1,n2,n3,n4,n5,n6,n7,n8,n9,o0,o1,o2,o3,o4,o5,o6,o7,o8,o9,p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,q0,q1,q2,q3,q4,q5,q6,q7,q8,q9,r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,s0,s1,s2,s3,s4,s5,s6,s7,s8,s9,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,u0,u1,u2,u3,u4,u5,u6,u7=this.a -u7.toString -s=this.b -s.toString -r=u8<0.5 -q=r?u7.a:s.a -p=r?u7.b:s.b -o=r?u7.c:s.c -n=r?u7.d:s.d -m=r?u7.e:s.e -l=r?u7.f:s.f -k=r?u7.r:s.r -j=u7.x -i=s.x -h=A.Im(j.a,i.a,u8,A.alO(),t.PM) -g=A.Im(j.b,i.b,u8,A.ayF(),t.X7) -f=j.c -e=i.c -f=r?f:e -e=j.d -d=i.d -e=r?e:d -d=j.e -c=i.e -d=r?d:c -c=A.xj(j.f,i.f,u8) -b=t.MH -a=A.Im(j.r,i.r,u8,A.ea(),b) -a0=A.Im(j.x,i.x,u8,A.ea(),b) -a1=A.Im(j.y,i.y,u8,A.ea(),b) -a2=A.T(j.z,i.z,u8) -a3=A.T(j.Q,i.Q,u8) -j=A.T(j.ch,i.ch,u8) -i=r?u7.y:s.y -a4=u7.z.a -a5=s.z.a -a6=A.T(a4,a5,u8) -a6.toString -a5=A.T(a4,a5,u8) -a5.toString -a4=u7.ch -a7=s.ch -a8=r?a4.a:a7.a -a9=a4.b -b0=a7.b -b1=A.y(a9,b0,u8) -b1.toString -b2=a4.c -b3=a7.c -b4=A.y(b2,b3,u8) -b4.toString -b5=a4.d -if(b5==null)b5=a9 -b6=a7.d -b5=A.y(b5,b6==null?b0:b6,u8) -b6=a4.e -if(b6==null)b6=b2 -b7=a7.e -b6=A.y(b6,b7==null?b3:b7,u8) -b7=a4.f -b8=a7.f -b9=A.y(b7,b8,u8) -b9.toString -c0=a4.r -c1=a7.r -c2=A.y(c0,c1,u8) -c2.toString -c3=a4.x -if(c3==null)c3=b7 -c4=a7.x -c3=A.y(c3,c4==null?b8:c4,u8) -c4=a4.y -if(c4==null)c4=c0 -c5=a7.y -c4=A.y(c4,c5==null?c1:c5,u8) -c5=a4.z -c6=c5==null -c7=c6?b7:c5 -c8=a7.z -c9=c8==null -c7=A.y(c7,c9?b8:c8,u8) -d0=a4.Q -d1=d0==null -d2=d1?c0:d0 -d3=a7.Q -d4=d3==null -d2=A.y(d2,d4?c1:d3,u8) -d5=a4.ch -if(d5==null){if(c6)c5=b7}else c5=d5 -c6=a7.ch -if(c6==null)c6=c9?b8:c8 -c6=A.y(c5,c6,u8) -c5=a4.cx -if(c5==null)c0=d1?c0:d0 -else c0=c5 -c5=a7.cx -if(c5==null)c1=d4?c1:d3 -else c1=c5 -c1=A.y(c0,c1,u8) -c0=a4.cy -c5=a7.cy -c8=A.y(c0,c5,u8) -c8.toString -c9=a4.db -d0=a7.db -d1=A.y(c9,d0,u8) -d1.toString -d3=a4.dx -c0=d3==null?c0:d3 -d3=a7.dx -c0=A.y(c0,d3==null?c5:d3,u8) -c5=a4.dy -if(c5==null)c5=c9 -c9=a7.dy -c5=A.y(c5,c9==null?d0:c9,u8) -c9=A.y(a4.fr,a7.fr,u8) -c9.toString -d0=a4.fx -d3=a7.fx -d4=A.y(d0,d3,u8) -d4.toString -d5=a4.fy -d6=a7.fy -d7=A.y(d5,d6,u8) -d7.toString -d8=a4.go -d9=a7.go -e0=A.y(d8,d9,u8) -e0.toString -e1=a4.id -if(e1==null)e1=d5 -e2=a7.id -e1=A.y(e1,e2==null?d6:e2,u8) -e2=a4.k1 -if(e2==null)e2=d8 -e3=a7.k1 -e2=A.y(e2,e3==null?d9:e3,u8) -e3=a4.k2 -if(e3==null)e3=d0 -e4=a7.k2 -e3=A.y(e3,e4==null?d3:e4,u8) -e4=a4.k3 -d0=e4==null?d0:e4 -e4=a7.k3 -d0=A.y(d0,e4==null?d3:e4,u8) -d3=a4.k4 -if(d3==null)d3=d8 -d8=a7.k4 -d3=A.y(d3,d8==null?d9:d8,u8) -d8=a4.r1 -d5=d8==null?d5:d8 -d8=a7.r1 -d5=A.y(d5,d8==null?d6:d8,u8) -d6=a4.r2 -b2=d6==null?b2:d6 -d6=a7.r2 -b2=A.y(b2,d6==null?b3:d6,u8) -b3=a4.rx -a9=b3==null?a9:b3 -b3=a7.rx -a9=A.y(a9,b3==null?b0:b3,u8) -a4=a4.ry -if(a4==null)a4=b7 -a7=a7.ry -a4=A.ad4(c9,a8,c8,c0,b2,d3,d4,d1,c5,d5,b4,b6,c2,c4,e0,e2,d2,c1,e3,b1,b5,a9,b9,c3,A.y(a4,a7==null?b8:a7,u8),d0,d7,e1,c7,c6) -a7=A.y(u7.cx,s.cx,u8) -a7.toString -a8=A.y(u7.cy,s.cy,u8) -a8.toString -a9=A.y(u7.db,s.db,u8) -a9.toString -b0=A.y(u7.dx,s.dx,u8) -b0.toString -b1=A.y(u7.dy,s.dy,u8) -b1.toString -b2=A.y(u7.fr,s.fr,u8) -b2.toString -b3=A.y(u7.fx,s.fx,u8) -b3.toString -b4=A.y(u7.fy,s.fy,u8) -b4.toString -b5=A.y(u7.go,s.go,u8) -b5.toString -b6=A.y(u7.id,s.id,u8) -b6.toString -b7=A.y(u7.k1,s.k1,u8) -b7.toString -b8=A.y(u7.k2,s.k2,u8) -b8.toString -b9=A.y(u7.k3,s.k3,u8) -b9.toString -c0=A.y(u7.k4,s.k4,u8) -c0.toString -c1=A.y(u7.r1,s.r1,u8) -c1.toString -c2=A.y(u7.r2,s.r2,u8) -c2.toString -c3=A.y(u7.rx,s.rx,u8) -c3.toString -c4=A.y(u7.ry,s.ry,u8) -c4.toString -c5=A.y(u7.x1,s.x1,u8) -c5.toString -c6=A.y(u7.x2,s.x2,u8) -c6.toString -c7=A.y(u7.y1,s.y1,u8) -c7.toString -c8=A.y(u7.y2,s.y2,u8) -c8.toString -c9=A.y(u7.ao,s.ao,u8) -c9.toString -d0=u7.K -d1=s.K -d2=A.lC(d0.a,d1.a,u8) -d3=A.lC(d0.b,d1.b,u8) -d4=A.lC(d0.c,d1.c,u8) -d5=A.lC(d0.d,d1.d,u8) -d1=A.lC(d0.e,d1.e,u8) -d0=A.lC(u7.L,s.L,u8) -d6=A.lC(u7.aJ,s.aJ,u8) -d7=A.jw(u7.V,s.V,u8) -d8=A.jw(u7.X,s.X,u8) -d9=u7.ae -e0=s.ae -if(r)e1=d9.a -else e1=e0.a -e2=A.y(d9.b,e0.b,u8) -e3=A.y(d9.c,e0.c,u8) -e4=A.T(d9.d,e0.d,u8) -e5=A.y(d9.e,e0.e,u8) -e6=A.dI(d9.f,e0.f,u8) -e7=A.jw(d9.r,e0.r,u8) -e8=A.jw(d9.x,e0.x,u8) -e9=A.lC(d9.y,e0.y,u8) -if(r)f0=d9.z -else f0=e0.z -f1=A.T(d9.Q,e0.Q,u8) -f2=A.T(d9.ch,e0.ch,u8) -f3=A.bi(d9.cx,e0.cx,u8) -f4=A.bi(d9.cy,e0.cy,u8) -if(r)f5=d9.db -else f5=e0.db -if(r)d9=d9.dx -else d9=e0.dx -e0=e2==null?null:e2 -e2=u7.ab -f6=s.ab -f7=A.y(e2.a,f6.a,u8) -f8=A.bi(e2.b,f6.b,u8) -f9=A.T(e2.c,f6.c,u8) -g0=A.eI(e2.d,f6.d,u8) -e2=A.eI(e2.e,f6.e,u8) -f6=u7.ac -g1=s.ac -g2=A.y(f6.a,g1.a,u8) -g3=A.T(f6.b,g1.b,u8) -if(r)f6=f6.c -else f6=g1.c -g1=u7.bt -g4=s.bt -g5=A.y(g1.a,g4.a,u8) -g6=A.T(g1.b,g4.b,u8) -g7=A.jw(g1.c,g4.c,u8) -g8=A.jw(g1.d,g4.d,u8) -g9=A.y(g1.e,g4.e,u8) -h0=A.y(g1.f,g4.f,u8) -h1=A.bi(g1.r,g4.r,u8) -h2=A.bi(g1.x,g4.x,u8) -if(r)h3=g1.y -else h3=g4.y -if(r)h4=g1.z -else h4=g4.z -if(r)h5=g1.Q -else h5=g4.Q -if(r)h6=g1.ch -else h6=g4.ch -if(r)g1=g1.cx -else g1=g4.cx -g4=A.aqM(u7.b0,s.b0,u8) -g4.toString -h7=A.aqS(u7.aN,s.aN,u8) -h7.toString -h8=r?u7.bg:s.bg -h9=u7.b1 -i0=s.b1 -if(r)i1=h9.a -else i1=i0.a -i2=A.y(h9.b,i0.b,u8) -i3=A.y(h9.c,i0.c,u8) -i4=A.T(h9.d,i0.d,u8) -i5=A.eI(h9.e,i0.e,u8) -h9=A.dI(h9.f,i0.f,u8) -i0=u7.aB -i6=s.aB -if(r)i7=i0.a -else i7=i6.a -i8=A.ad2(i0.b,i6.b,u8,A.ea(),b) -i9=A.ad2(i0.c,i6.c,u8,A.ea(),b) -j0=A.ad2(i0.d,i6.d,u8,A.ea(),b) -j1=A.T(i0.e,i6.e,u8) -if(r)j2=i0.f -else j2=i6.f -if(r)j3=i0.r -else j3=i6.r -j4=t.KX -j5=j4.a(A.dI(i0.x,i6.x,u8)) -i0=A.aqX(i0.y,i6.y,u8) -i6=A.ar1(u7.aO,s.aO,u8) -i6.toString -j6=u7.bd -j7=s.bd -j8=A.T7(j6.a,j7.a,u8) -j9=A.agV(j6.b,j7.b,u8,A.ea(),b) -k0=A.T(j6.c,j7.c,u8) -k1=A.bi(j6.d,j7.d,u8) -k2=A.agV(j6.e,j7.e,u8,A.ea(),b) -k3=A.T(j6.f,j7.f,u8) -k4=A.bi(j6.r,j7.r,u8) -k5=A.T(j6.x,j7.x,u8) -k6=A.T(j6.y,j7.y,u8) -k7=A.T(j6.z,j7.z,u8) -j7=A.T(j6.Q,j7.Q,u8) -j6=u7.dq -k8=s.dq -k9=A.y(j6.a,k8.a,u8) -l0=A.T(j6.b,k8.b,u8) -l1=A.dI(j6.c,k8.c,u8) -l2=A.acV(j6.d,k8.d,u8) -l3=A.bi(j6.e,k8.e,u8) -j6=A.bi(j6.f,k8.f,u8) -k8=u7.c6 -l4=s.c6 -l5=A.y(k8.a,l4.a,u8) -l6=A.T(k8.b,l4.b,u8) -l7=A.T(k8.c,l4.c,u8) -l8=A.T(k8.d,l4.d,u8) -k8=A.T(k8.e,l4.e,u8) -l4=A.arA(u7.l,s.l,u8) -l4.toString -l9=A.arG(u7.t,s.t,u8) -l9.toString -m0=A.arN(u7.a_,s.a_,u8) -m0.toString -m1=A.asm(u7.a8,s.a8,u8) -m1.toString -m2=A.asH(u7.aw,s.aw,u8) -m2.toString -m3=A.asI(u7.bl,s.bl,u8) -m3.toString -m4=A.asL(u7.aL,s.aL,u8) -m4.toString -m5=A.at5(u7.bf,s.bf,u8) -m5.toString -m6=A.ath(u7.c2,s.c2,u8) -m6.toString -m7=u7.d5 -m8=s.d5 -if(r)m9=m7.a -else m9=m8.a -n0=A.aiz(m7.b,m8.b,u8,A.ea(),b) -if(r)n1=m7.e -else n1=m8.e -n2=A.aiz(m7.c,m8.c,u8,A.ea(),b) -n3=A.T(m7.d,m8.d,u8) -if(r)m7=m7.f -else m7=m8.f -m8=u7.fO -n4=s.fO -n5=A.T(m8.a,n4.a,u8) -n6=A.y(m8.b,n4.b,u8) -n7=A.y(m8.c,n4.c,u8) -n8=A.y(m8.d,n4.d,u8) -n9=A.y(m8.e,n4.e,u8) -o0=A.y(m8.f,n4.f,u8) -o1=A.y(m8.r,n4.r,u8) -o2=A.y(m8.x,n4.x,u8) -o3=A.y(m8.y,n4.y,u8) -o4=A.y(m8.z,n4.z,u8) -o5=A.y(m8.Q,n4.Q,u8) -o6=A.y(m8.ch,n4.ch,u8) -o7=A.y(m8.cx,n4.cx,u8) -o8=A.y(m8.cy,n4.cy,u8) -o9=r?m8.db:n4.db -p0=r?m8.dx:n4.dx -p1=r?m8.dy:n4.dy -p2=r?m8.fr:n4.fr -p3=r?m8.fx:n4.fx -p4=r?m8.fy:n4.fy -p5=r?m8.go:n4.go -p6=r?m8.id:n4.id -p7=r?m8.k1:n4.k1 -p8=r?m8.k2:n4.k2 -p9=A.bi(m8.k3,n4.k3,u8) -q0=A.T(m8.k4,n4.k4,u8) -m8=r?m8.r1:n4.r1 -n4=u7.hZ -q1=s.hZ -q2=A.y(n4.a,q1.a,u8) -q3=A.y(n4.b,q1.b,u8) -q4=A.y(n4.c,q1.c,u8) -q5=A.bi(n4.d,q1.d,u8) -q6=A.T(n4.e,q1.e,u8) -q7=A.dI(n4.f,q1.f,u8) -if(r)n4=n4.r -else n4=q1.r -q1=u7.i_ -q8=s.i_ -q9=A.ae9(q1.a,q8.a,u8,A.ea(),b) -r0=A.ae9(q1.b,q8.b,u8,A.ea(),b) -if(r)r1=q1.c -else r1=q8.c -if(r)r2=q1.d -else r2=q8.d -b=A.ae9(q1.e,q8.e,u8,A.ea(),b) -q1=A.T(q1.f,q8.f,u8) -q8=u7.hi -r3=s.hi -r4=A.T7(q8.a,r3.a,u8) -r5=r?q8.b:r3.b -r6=A.y(q8.c,r3.c,u8) -r7=A.eI(q8.d,r3.d,u8) -r8=A.bi(q8.e,r3.e,u8) -r9=A.y(q8.f,r3.f,u8) -r3=A.bi(q8.r,r3.r,u8) -q8=A.au9(u7.i0,s.i0,u8) -q8.toString -s0=A.aue(u7.iS,s.iS,u8) -s0.toString -s1=u7.i1 -s2=s.i1 -s3=s1.dx -s4=s3==null -if(s4)s5=s2.dx==null -else s5=!1 -if(s5)s3=null -else if(s4)s3=s2.dx -else{s4=s2.dx -if(!(s4==null))s3=A.b4(s3,s4,u8)}s4=A.y(s1.a,s2.a,u8) -s5=A.y(s1.b,s2.b,u8) -s6=A.y(s1.c,s2.c,u8) -s7=A.y(s1.d,s2.d,u8) -s8=A.y(s1.e,s2.e,u8) -s9=A.y(s1.f,s2.f,u8) -t0=A.y(s1.r,s2.r,u8) -t1=A.y(s1.x,s2.x,u8) -t2=A.y(s1.y,s2.y,u8) -t3=A.bi(s1.z,s2.z,u8) -t4=A.bi(s1.Q,s2.Q,u8) -t5=A.bi(s1.ch,s2.ch,u8) -t6=A.dI(s1.cx,s2.cx,u8) -t7=A.dI(s1.cy,s2.cy,u8) -j4=j4.a(A.dI(s1.db,s2.db,u8)) -if(r)s1=s1.dy -else s1=s2.dy -s2=A.auj(u7.iT,s.iT,u8) -s2.toString -t8=A.aum(u7.e_,s.e_,u8) -t8.toString -t9=A.y(u7.cn,s.cn,u8) -t9.toString -u0=A.y(u7.cd,s.cd,u8) -u0.toString -u1=A.y(u7.df,s.df,u8) -u1.toString -u2=A.y(u7.a6,s.a6,u8) -u2.toString -u3=r?u7.ev:s.ev -u4=A.lC(u7.dr,s.dr,u8) -u5=A.jw(u7.e0,s.e0,u8) -u6=A.y(u7.ew,s.ew,u8) -u6.toString -u7=r?u7.v:s.v -return A.aec(u2,u3,u5,u4,q,new A.tW(e1,e0,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,d9),p,c4,new A.wh(f7,f8,f9,g0,e2),b5,new A.u6(g2,g3,f6),new A.u7(g5,g6,g7,g8,g9,h0,h1,h2,h3,h4,h5,h6,g1),g4,h7,u6,h8,b3,b6,new A.uh(i1,i2,i3,i4,i5,h9),new A.uj(i7,i8,i9,j0,j1,j2,j3,j5,i0),i6,a4,o,u0,new A.uD(j8,j9,k0,k1,k2,k3,k4,k5,k6,k7,j7),c5,new A.uL(k9,l0,l1,l2,l3,j6),c2,b7,new A.uP(l5,l6,l7,l8,k8),l4,l9,c8,!0,m0,b0,b8,c7,b1,d7,c6,n,m1,m,m2,m3,m4,l,k,m5,a7,u7,a9,a8,d8,d6,m6,new A.xi(m9,n0,n2,n3,n1,m7),b4,new A.y9(h,g,f,e,d,c,a,a0,a1,a2,a3,j),c3,c0,b2,new A.ym(n5,n6,n7,n8,n9,o0,o1,o2,o3,o4,o5,o6,o7,o8,o9,p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,q0,m8),new A.yo(q2,q3,q4,q5,q6,q7,n4),b9,i,new A.yy(q9,r0,r1,r2,b,q1),new A.yB(r4,r5,r6,r7,r8,r9,r3),q8,t9,u1,s0,d0,new A.yQ(s4,s5,s6,s7,s8,s9,t0,t1,t2,t3,t4,t5,t6,t7,j4,s3,s1),s2,c9,t8,new A.yZ(d2,d3,d4,d5,d1),c1,!1,!0,new A.k9(a6,a5))}} -A.tL.prototype={ -aj(){return new A.K7(null,null,B.l)}} -A.K7.prototype={ -k7(a){var s=a.$3(this.fr,this.a.r,new A.a4x()) -s.toString -this.fr=t.ZM.a(s)}, -H(a,b){var s,r=this.fr -r.toString -s=this.geJ() -return new A.yO(r.aa(0,s.gm(s)),this.a.x,null)}} -A.a4x.prototype={ -$1(a){return new A.nH(t.we.a(a),null)}, -$S:232} -A.l3.prototype={ -j(a){return"MaterialTapTargetSize."+this.b}} -A.fY.prototype={ -a5C(a,b,c,d){var s=this,r=(b==null?s.ch:b).a5k(null),q=d==null?s.L:d,p=c==null?s.aJ:c,o=a==null?s.dr:a -return A.aec(s.a6,s.ev,s.e0,o,s.a,s.ae,s.b,s.ry,s.ab,s.go,s.ac,s.bt,s.b0,s.aN,s.ew,s.bg,s.fx,s.id,s.b1,s.aB,s.aO,r,s.c,s.cd,s.bd,s.x1,s.dq,s.r2,s.k1,s.c6,s.l,s.t,s.y2,!0,s.a_,s.dx,s.k2,s.y1,s.dy,s.V,s.x2,s.d,s.a8,s.e,s.aw,s.bl,s.aL,s.f,s.r,s.bf,s.cx,s.v,s.db,s.cy,s.X,p,s.c2,s.d5,s.fy,s.x,s.rx,s.k4,s.fr,s.fO,s.hZ,s.k3,s.y,s.i_,s.hi,s.i0,s.cn,s.df,s.iS,q,s.i1,s.iT,s.ao,s.e_,s.K,s.r1,!1,!0,s.z)}, -a5B(a,b,c){return this.a5C(a,null,b,c)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.fY)if(b.b===r.b)if(b.d.k(0,r.d))if(b.e===r.e)if(b.f.k(0,r.f))if(b.r===r.r)if(b.x.k(0,r.x))if(b.y===r.y)if(b.z.k(0,r.z))if(b.ch.k(0,r.ch))if(b.cx.k(0,r.cx))if(b.cy.k(0,r.cy))if(b.db.k(0,r.db))if(b.dx.k(0,r.dx))if(b.dy.k(0,r.dy))if(b.fr.k(0,r.fr))if(b.fx.k(0,r.fx))if(b.fy.k(0,r.fy))if(b.go.k(0,r.go))if(b.id.k(0,r.id))if(b.k1.k(0,r.k1))if(b.k2.k(0,r.k2))if(b.k3.k(0,r.k3))if(b.k4.k(0,r.k4))if(b.r1.k(0,r.r1))if(b.r2.k(0,r.r2))if(b.rx.k(0,r.rx))if(b.ry.k(0,r.ry))if(b.x1.k(0,r.x1))if(b.x2.k(0,r.x2))if(b.y1.k(0,r.y1))if(b.y2.k(0,r.y2))if(b.ao.k(0,r.ao))if(b.K.k(0,r.K))if(b.L.k(0,r.L))if(b.aJ.k(0,r.aJ))if(b.V.k(0,r.V))if(b.X.k(0,r.X))if(b.ae.k(0,r.ae))if(b.ab.k(0,r.ab))if(b.ac.k(0,r.ac))if(b.bt.k(0,r.bt))if(b.b0.k(0,r.b0))if(b.aN.k(0,r.aN))if(b.bg.k(0,r.bg))if(b.b1.k(0,r.b1))if(b.aB.k(0,r.aB))if(b.aO.k(0,r.aO))if(b.bd.k(0,r.bd))if(b.dq.k(0,r.dq))if(b.c6.k(0,r.c6))if(b.l.k(0,r.l))if(b.t.k(0,r.t))if(b.a_.k(0,r.a_))if(b.a8.k(0,r.a8))if(b.aw.k(0,r.aw))if(b.bl.k(0,r.bl))if(b.aL.k(0,r.aL))if(b.bf.k(0,r.bf))if(b.c2.k(0,r.c2))if(b.d5.k(0,r.d5))if(b.fO.k(0,r.fO))if(b.hZ.k(0,r.hZ))if(b.i_.k(0,r.i_))if(b.hi.k(0,r.hi))if(b.i0.k(0,r.i0))if(b.iS.k(0,r.iS))if(b.i1.k(0,r.i1))if(b.iT.k(0,r.iT))if(b.e_.k(0,r.e_))if(b.cn.k(0,r.cn))if(b.cd.k(0,r.cd))if(b.df.k(0,r.df))if(b.a6.k(0,r.a6))if(b.ev===r.ev)if(b.dr.k(0,r.dr))if(b.e0.k(0,r.e0))if(b.ew.k(0,r.ew))s=b.v===r.v -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -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}, -gw(a){var s=this -return A.dB([s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,!1,s.ch,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.r1,s.r2,s.rx,s.ry,s.x1,s.x2,s.y1,s.y2,s.ao,s.K,s.L,s.aJ,s.V,s.X,s.ae,s.ab,s.ac,s.bt,s.b0,s.aN,s.bg,s.b1,s.aB,s.aO,s.bd,s.dq,s.c6,s.l,s.t,s.a_,s.a8,s.aw,s.bl,s.aL,s.bf,s.c2,s.d5,s.fO,s.hZ,s.i_,s.hi,s.i0,s.iS,s.i1,s.iT,s.e_,!0,s.cn,s.cd,s.df,s.a6,s.ev,s.dr,s.e0,s.ew,!0,s.v])}} -A.a3G.prototype={ -$0(){var s=this.a,r=this.b,q=r.bq(s.aJ) -return s.a5B(r.bq(s.dr),q,r.bq(s.L))}, -$S:233} -A.Ga.prototype={ -gt1(){var s=this.db.a -return s==null?this.cy.ch.a:s}, -gih(){var s=this.db.b -return s==null?this.cy.ch.b:s}, -gB7(){var s=this.db.c -return s==null?this.cy.ch.c:s}, -gv0(){var s=this.db.f -return s==null?this.cy.fy:s}, -eC(a){return A.asv(this.cy,this.db.eC(a))}} -A.rO.prototype={ -gw(a){return(A.lX(this.a)^A.lX(this.b))>>>0}, -k(a,b){if(b==null)return!1 -return b instanceof A.rO&&b.a===this.a&&b.b===this.b}} -A.LA.prototype={ -bK(a,b,c){var s,r=this.a,q=r.h(0,b) -if(q!=null)return q -if(r.gq(r)===this.b){s=r.gas(r) -r.B(0,s.gI(s))}s=c.$0() -r.p(0,b,s) -return s}} -A.k9.prototype={ -zK(a){var s=this.a,r=this.b,q=B.c.C(a.a+new A.k(s,r).a2(0,4).a,0,a.b) -return a.a5x(B.c.C(a.c+new A.k(s,r).a2(0,4).b,0,a.d),q)}, -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.k9&&b.a===this.a&&b.b===this.b}, -gw(a){return A.W(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)}, -ci(){return this.Pi()+"(h: "+A.kw(this.a)+", v: "+A.kw(this.b)+")"}} -A.P9.prototype={} -A.PE.prototype={} -A.yQ.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,B.a,B.a,B.a)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.yQ&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&J.f(b.c,s.c)&&J.f(b.d,s.d)&&J.f(b.e,s.e)&&J.f(b.f,s.f)&&J.f(b.r,s.r)&&J.f(b.x,s.x)&&J.f(b.y,s.y)&&J.f(b.z,s.z)&&J.f(b.Q,s.Q)&&J.f(b.ch,s.ch)&&J.f(b.cx,s.cx)&&J.f(b.cy,s.cy)&&J.f(b.db,s.db)&&J.f(b.dx,s.dx)&&!0}} -A.Pb.prototype={} -A.yS.prototype={ -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.z,s.y,s.Q,s.ch,s.cx,s.db,s.cy,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.yS&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&J.f(b.c,s.c)&&J.f(b.d,s.d)&&J.f(b.e,s.e)&&J.f(b.f,s.f)&&J.f(b.r,s.r)&&J.f(b.x,s.x)&&J.f(b.z,s.z)&&J.f(b.y,s.y)&&J.f(b.Q,s.Q)&&J.f(b.ch,s.ch)&&J.f(b.cx,s.cx)&&J.f(b.db,s.db)&&b.cy==s.cy}} -A.Pc.prototype={} -A.yT.prototype={ -aj(){return new A.o8(null,null,B.l)}} -A.o8.prototype={ -grO(){var s=this.a.c -return s==null?null.MB():s}, -aR(){var s,r=this -r.bi() -r.k2=r.k1=!1 -s=$.lj.y1$.b -r.fx=s.gb5(s) -s=A.bX(null,B.dX,B.iz,1,null,r) -s.cz(r.ga3d()) -r.ch=s -$.lj.y1$.al(0,r.gFM()) -$.eK.k3$.b.p(0,r.gFN(),null)}, -be(){this.ct() -this.c.M(t.tH) -this.k3=!0}, -Xu(){var s=this.c -s.toString -switch(A.a2(s).r.a){case 4:case 3:case 5:return 24 -case 0:case 1:case 2:return 32}}, -Xt(){var s=this.c -s.toString -switch(A.a2(s).r.a){case 4:case 3:case 5:return B.dZ -case 0:case 1:case 2:return B.ck}}, -Fi(){var s=this.c -s.toString -switch(A.a2(s).r.a){case 4:case 3:case 5:return 10 -case 0:case 1:case 2:return 14}}, -Z4(){var s,r,q=this -if(q.c==null)return -s=$.lj.y1$.b -r=s.gb5(s) -if(r!==A.b(q.fx,"_mouseIsConnected"))q.au(new A.aa6(q,r))}, -a3e(a){var s -if(a===B.N)s=A.b(this.k2,"_forceRemoval")||!A.b(this.k1,"_isConcealed") -else s=!1 -if(s)this.xM()}, -m3(a){var s,r=this,q="_controller",p=r.db -if(p!=null)p.av(0) -r.db=null -if(a){r.xM() -return}r.k2=!0 -if(r.fy){if(r.cy==null){p=A.b(r.dx,"showDuration") -s=A.b(r.ch,q) -r.cy=A.c_(p,s.gMo(s))}}else if(r.cy==null){p=A.b(r.dy,"hoverShowDuration") -s=A.b(r.ch,q) -r.cy=A.c_(p,s.gMo(s))}r.fy=!1}, -Ht(){var s=this,r=s.cy -if(r!=null)r.av(0) -s.cy=null -if(s.db==null)s.db=A.c_(A.b(s.fr,"waitDuration"),s.ga6v())}, -VS(){var s,r=this -if(A.b(r.k1,"_isConcealed")||A.b(r.k2,"_forceRemoval"))return -r.k1=!0 -s=r.cy -if(s!=null)s.av(0) -r.cy=null -s=r.db -if(s!=null)s.av(0) -r.db=null -s=r.cx -if(s!=null)s.bD(0) -A.b(r.ch,"_controller").dO(0)}, -H4(){var s,r,q=this -if(!A.b(q.k1,"_isConcealed"))return -q.k1=!1 -s=q.cy -if(s!=null)s.av(0) -q.cy=null -s=q.db -if(s!=null)s.av(0) -q.db=null -if(!q.cx.d){s=q.c -s.toString -q.a.toString -r=s.mL(t.N1) -r.toString -s=q.cx -s.toString -r.An(0,s)}A.It(q.grO()) -A.b(q.ch,"_controller").bZ(0)}, -K7(){var s,r=this,q="_controller" -if(!A.b(r.k3,"_visible"))return!1 -s=r.db -if(s!=null)s.av(0) -r.db=null -r.k2=!1 -if(A.b(r.k1,"_isConcealed")){if(A.b(r.fx,"_mouseIsConnected"))A.ajj(r) -r.H4() -return!0}if(r.cx!=null){s=r.cy -if(s!=null)s.av(0) -r.cy=null -A.b(r.ch,q).bZ(0) -return!1}r.W6() -A.b(r.ch,q).bZ(0) -return!0}, -W6(){var s,r,q,p,o,n,m,l,k=this,j=null,i="_mouseIsConnected",h=k.c -h.toString -k.a.toString -s=h.mL(t.N1) -s.toString -h=k.c.gE() -h.toString -t.r.a(h) -r=h.rx.hP(B.i) -q=A.el(h.cN(0,s.c.gE()),r) -r=k.c.M(t.I) -r.toString -h=A.lA(j,j,k.a.c) -p=A.b(k.d,"height") -o=A.b(k.e,"padding") -n=A.b(k.f,"margin") -m=A.b(k.fx,i)?new A.aa3(k):j -l=A.b(k.fx,i)?new A.aa4(k):j -r=A.GH(new A.aa5(A.ah2(new A.Pd(h,p,o,n,A.b(k.r,"decoration"),A.b(k.x,"textStyle"),A.dT(B.ay,A.b(k.ch,"_controller"),j),q,A.b(k.y,"verticalOffset"),A.b(k.z,"preferBelow"),m,l,j),r.f)),!1) -k.cx=r -k.k1=!1 -s.An(0,r) -A.It(k.grO()) -if(A.b(k.fx,i))A.ajj(k) -$.k4.push(k)}, -xM(){var s,r=this -B.b.B($.k4,r) -$.avj.B(0,r) -s=r.cy -if(s!=null)s.av(0) -r.cy=null -s=r.db -if(s!=null)s.av(0) -r.db=null -if(!A.b(r.k1,"_isConcealed")){s=r.cx -if(s!=null)s.bD(0)}r.k1=!1 -r.cx=null -if(A.b(r.fx,"_mouseIsConnected"))if($.k4.length!==0)B.b.gJ($.k4).H4()}, -Zt(a){var s=this,r="_isConcealed" -if(s.cx==null)return -if(t.oN.b(a)||t.Ko.b(a))s.m3(A.b(s.k1,r)||!1) -else if(t._.b(a)){A.b(s.k1,r) -s.m3(!0)}}, -dm(){var s,r=this -if(r.cx!=null)r.m3(!0) -s=r.db -if(s!=null)s.av(0) -r.kI()}, -n(a){var s=this -$.eK.k3$.b.B(0,s.gFN()) -$.lj.y1$.T(0,s.gFM()) -s.xM() -A.b(s.ch,"_controller").n(0) -s.Sk(0)}, -Zz(){var s,r,q=this -q.fy=!0 -if(q.K7()&&A.b(q.id,"enableFeedback")){s=A.b(q.go,"triggerMode") -r=q.c -if(s===B.nu){r.toString -A.ahk(r)}else{r.toString -A.UC(r)}}}, -H(a,b){var s,r,q,p,o,n,m=this,l=null,k="triggerMode" -if(m.grO().length===0){s=m.a.Q -return s}r=A.a2(b) -b.M(t.U2) -q=A.a2(b).e_ -s=r.L.Q -if(r.ch.a===B.aa){s.toString -p=s.Jz(B.r,m.Fi()) -o=new A.dC(A.ap(B.c.aU(229.5),255,255,255),l,l,B.eQ,l,l,B.bC)}else{s.toString -p=s.Jz(B.m,m.Fi()) -s=B.aJ.h(0,700) -s.toString -s=s.a -o=new A.dC(A.ap(B.c.aU(229.5),s>>>16&255,s>>>8&255,s&255),l,l,B.eQ,l,l,B.bC)}m.a.toString -s=q.a -m.d=s==null?m.Xu():s -m.a.toString -s=q.b -m.e=s==null?m.Xt():s -m.a.toString -s=q.c -m.f=s==null?B.an:s -s=q.d -m.y=s==null?24:s -m.z=!0 -m.Q=!1 -s=q.r -m.r=s==null?o:s -s=q.x -m.x=s==null?p:s -m.fr=B.z -m.dx=B.HU -m.dy=B.aL -m.go=B.nu -m.id=!0 -s=A.b(!1,"excludeFromSemantics")?l:m.grO() -n=A.bB(l,m.a.Q,!1,l,l,!1,!1,l,l,l,s,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l) -if(A.b(m.k3,"_visible")){s=A.b(m.go,k)===B.nu?m.gFP():l -n=A.Fn(B.bD,n,B.aW,!0,l,l,l,l,l,l,l,s,l,l,l,l,A.b(m.go,k)===B.a1g?m.gFP():l,l,l,l,l,l,l) -if(A.b(m.fx,"_mouseIsConnected"))n=A.mY(n,B.cf,l,new A.aa7(m),new A.aa8(m),l)}return n}} -A.aa6.prototype={ -$0(){this.a.fx=this.b}, -$S:0} -A.aa3.prototype={ -$1(a){this.a.Ht() -return null}, -$S:39} -A.aa4.prototype={ -$1(a){var s=this.a -s.m3(A.b(s.k1,"_isConcealed")||!1) -return null}, -$S:29} -A.aa5.prototype={ -$1(a){return this.a}, -$S:16} -A.aa7.prototype={ -$1(a){this.a.Ht() -return null}, -$S:39} -A.aa8.prototype={ -$1(a){var s=this.a -s.m3(A.b(s.k1,"_isConcealed")||!1) -return null}, -$S:29} -A.aa2.prototype={ -qj(a){return new A.al(0,a.b,0,a.d)}, -qp(a,b){return A.ayy(b,!0,a,this.b,this.c)}, -iv(a){return!this.b.k(0,a.b)||this.c!==a.c||!1}} -A.Pd.prototype={ -H(a,b){var s,r=this,q=null,p=A.a2(b).L.Q -p.toString -s=new A.hp(!0,q,A.kN(!1,new A.eH(new A.al(0,1/0,r.d,1/0),A.mn(A.ee(q,A.oG(new A.hN(q,r.c,r.x,q,q,q,q,q,q),1,1),B.u,q,q,r.r,q,q,r.f,r.e,q,q,q),q,q,B.cM,!0,p,q,q,B.b6),q),r.y),q) -p=r.cx -if(p!=null||r.cy!=null)s=A.mY(s,B.cf,q,p,r.cy,q) -return A.at6(new A.kH(new A.aa2(r.z,r.Q,!0),s,q))}} -A.Cr.prototype={ -n(a){var s=this,r=s.cc$ -if(r!=null)r.T(0,s.gjE()) -s.cc$=null -s.bb(0)}, -bT(){this.d8() -this.cH() -this.jF()}} -A.yU.prototype={ -gw(a){var s=this,r=null -return A.W(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,r,r,r,r,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.yU)if(b.a==r.a)if(J.f(b.b,r.b))if(J.f(b.c,r.c))if(b.d==r.d)if(J.f(b.r,r.r))if(J.f(b.x,r.x))s=!0 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -return s}} -A.yV.prototype={ -j(a){return"TooltipTriggerMode."+this.b}} -A.Pe.prototype={} -A.If.prototype={ -j(a){return"ScriptCategory."+this.b}} -A.yZ.prototype={ -MT(a){switch(a.a){case 0:return this.c -case 1:return this.d -case 2:return this.e}}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.yZ&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)&&b.e.k(0,s.e)}, -gw(a){var s=this -return A.W(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.Px.prototype={} -A.eD.prototype={ -j(a){var s=this -if(s.ghB(s)===0)return A.acW(s.ghG(),s.ghH()) -if(s.ghG()===0)return A.acU(s.ghB(s),s.ghH()) -return A.acW(s.ghG(),s.ghH())+" + "+A.acU(s.ghB(s),0)}, -k(a,b){var s=this -if(b==null)return!1 -return b instanceof A.eD&&b.ghG()===s.ghG()&&b.ghB(b)===s.ghB(s)&&b.ghH()===s.ghH()}, -gw(a){var s=this -return A.W(s.ghG(),s.ghB(s),s.ghH(),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} -A.dp.prototype={ -ghG(){return this.a}, -ghB(a){return 0}, -ghH(){return this.b}, -a4(a,b){return new A.dp(this.a-b.a,this.b-b.b)}, -W(a,b){return new A.dp(this.a+b.a,this.b+b.b)}, -a2(a,b){return new A.dp(this.a*b,this.b*b)}, -kY(a){var s=a.a/2,r=a.b/2 -return new A.k(s+this.a*s,r+this.b*r)}, -yE(a){var s=a.a/2,r=a.b/2 -return new A.k(s+this.a*s,r+this.b*r)}, -a0(a){return this}, -j(a){return A.acW(this.a,this.b)}} -A.ed.prototype={ -ghG(){return 0}, -ghB(a){return this.a}, -ghH(){return this.b}, -a4(a,b){return new A.ed(this.a-b.a,this.b-b.b)}, -W(a,b){return new A.ed(this.a+b.a,this.b+b.b)}, -a2(a,b){return new A.ed(this.a*b,this.b*b)}, -a0(a){var s=this -switch(a.a){case 0:return new A.dp(-s.a,s.b) -case 1:return new A.dp(s.a,s.b)}}, -j(a){return A.acU(this.a,this.b)}} -A.Au.prototype={ -a2(a,b){return new A.Au(this.a*b,this.b*b,this.c*b)}, -a0(a){var s=this -switch(a.a){case 0:return new A.dp(s.a-s.b,s.c) -case 1:return new A.dp(s.a+s.b,s.c)}}, -ghG(){return this.a}, -ghB(a){return this.b}, -ghH(){return this.c}} -A.Ji.prototype={ -j(a){return"TextAlignVertical(y: "+this.a+")"}} -A.q5.prototype={ -j(a){return"RenderComparison."+this.b}} -A.tZ.prototype={ -j(a){return"Axis."+this.b}} -A.z2.prototype={ -j(a){return"VerticalDirection."+this.b}} -A.m5.prototype={ -j(a){return"AxisDirection."+this.b}} -A.YC.prototype={} -A.OR.prototype={ -aA(){var s,r -for(s=this.a,s=A.h2(s,s.r,A.o(s).c),r=s.$ti.c;s.u();)r.a(s.d).$0()}, -al(a,b){this.a.F(0,b)}, -T(a,b){this.a.B(0,b)}} -A.u3.prototype={ -vt(a){var s=this -return new A.Av(s.ge9().a4(0,a.ge9()),s.gfB().a4(0,a.gfB()),s.gft().a4(0,a.gft()),s.gh2().a4(0,a.gh2()),s.gea().a4(0,a.gea()),s.gfA().a4(0,a.gfA()),s.gh3().a4(0,a.gh3()),s.gfs().a4(0,a.gfs()))}, -F(a,b){var s=this -return new A.Av(s.ge9().W(0,b.ge9()),s.gfB().W(0,b.gfB()),s.gft().W(0,b.gft()),s.gh2().W(0,b.gh2()),s.gea().W(0,b.gea()),s.gfA().W(0,b.gfA()),s.gh3().W(0,b.gh3()),s.gfs().W(0,b.gfs()))}, -j(a){var s,r,q,p,o=this -if(o.ge9().k(0,o.gfB())&&o.gfB().k(0,o.gft())&&o.gft().k(0,o.gh2()))if(!o.ge9().k(0,B.a0))s=o.ge9().a===o.ge9().b?"BorderRadius.circular("+B.c.Z(o.ge9().a,1)+")":"BorderRadius.all("+o.ge9().j(0)+")" -else s=null -else{r=""+"BorderRadius.only(" -if(!o.ge9().k(0,B.a0)){r+="topLeft: "+o.ge9().j(0) -q=!0}else q=!1 -if(!o.gfB().k(0,B.a0)){if(q)r+=", " -r+="topRight: "+o.gfB().j(0) -q=!0}if(!o.gft().k(0,B.a0)){if(q)r+=", " -r+="bottomLeft: "+o.gft().j(0) -q=!0}if(!o.gh2().k(0,B.a0)){if(q)r+=", " -r+="bottomRight: "+o.gh2().j(0)}r+=")" -s=r.charCodeAt(0)==0?r:r}if(o.gea().k(0,o.gfA())&&o.gfA().k(0,o.gfs())&&o.gfs().k(0,o.gh3()))if(!o.gea().k(0,B.a0))p=o.gea().a===o.gea().b?"BorderRadiusDirectional.circular("+B.c.Z(o.gea().a,1)+")":"BorderRadiusDirectional.all("+o.gea().j(0)+")" -else p=null -else{r=""+"BorderRadiusDirectional.only(" -if(!o.gea().k(0,B.a0)){r+="topStart: "+o.gea().j(0) -q=!0}else q=!1 -if(!o.gfA().k(0,B.a0)){if(q)r+=", " -r+="topEnd: "+o.gfA().j(0) -q=!0}if(!o.gh3().k(0,B.a0)){if(q)r+=", " -r+="bottomStart: "+o.gh3().j(0) -q=!0}if(!o.gfs().k(0,B.a0)){if(q)r+=", " -r+="bottomEnd: "+o.gfs().j(0)}r+=")" -p=r.charCodeAt(0)==0?r:r}r=s!=null -if(r&&p!=null)return A.e(s)+" + "+p -if(r)return s -if(p!=null)return p -return"BorderRadius.zero"}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.u3&&b.ge9().k(0,s.ge9())&&b.gfB().k(0,s.gfB())&&b.gft().k(0,s.gft())&&b.gh2().k(0,s.gh2())&&b.gea().k(0,s.gea())&&b.gfA().k(0,s.gfA())&&b.gh3().k(0,s.gh3())&&b.gfs().k(0,s.gfs())}, -gw(a){var s=this -return A.W(s.ge9(),s.gfB(),s.gft(),s.gh2(),s.gea(),s.gfA(),s.gh3(),s.gfs(),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} -A.cN.prototype={ -ge9(){return this.a}, -gfB(){return this.b}, -gft(){return this.c}, -gh2(){return this.d}, -gea(){return B.a0}, -gfA(){return B.a0}, -gh3(){return B.a0}, -gfs(){return B.a0}, -eY(a){var s=this -return A.Zo(a,s.c,s.d,s.a,s.b)}, -vt(a){if(a instanceof A.cN)return this.a4(0,a) -return this.OI(a)}, -F(a,b){if(b instanceof A.cN)return this.W(0,b) -return this.OH(0,b)}, -a4(a,b){var s=this -return new A.cN(s.a.a4(0,b.a),s.b.a4(0,b.b),s.c.a4(0,b.c),s.d.a4(0,b.d))}, -W(a,b){var s=this -return new A.cN(s.a.W(0,b.a),s.b.W(0,b.b),s.c.W(0,b.c),s.d.W(0,b.d))}, -a2(a,b){var s=this -return new A.cN(s.a.a2(0,b),s.b.a2(0,b),s.c.a2(0,b),s.d.a2(0,b))}, -a0(a){return this}} -A.Av.prototype={ -a2(a,b){var s=this -return new A.Av(s.a.a2(0,b),s.b.a2(0,b),s.c.a2(0,b),s.d.a2(0,b),s.e.a2(0,b),s.f.a2(0,b),s.r.a2(0,b),s.x.a2(0,b))}, -a0(a){var s=this -switch(a.a){case 0:return new A.cN(s.a.W(0,s.f),s.b.W(0,s.e),s.c.W(0,s.x),s.d.W(0,s.r)) -case 1:return new A.cN(s.a.W(0,s.e),s.b.W(0,s.f),s.c.W(0,s.r),s.d.W(0,s.x))}}, -ge9(){return this.a}, -gfB(){return this.b}, -gft(){return this.c}, -gh2(){return this.d}, -gea(){return this.e}, -gfA(){return this.f}, -gh3(){return this.r}, -gfs(){return this.x}} -A.u4.prototype={ -j(a){return"BorderStyle."+this.b}} -A.cO.prototype={ -bv(a,b){var s=Math.max(0,this.b*b),r=b<=0?B.cS:this.c -return new A.cO(this.a,s,r)}, -j8(){switch(this.c.a){case 1:var s=A.aQ() -s=s?A.bl():new A.bf(new A.bh()) -s.saz(0,this.a) -s.sh0(this.b) -s.scP(0,B.ad) -return s -case 0:s=A.aQ() -s=s?A.bl():new A.bf(new A.bh()) -s.saz(0,B.aF) -s.sh0(0) -s.scP(0,B.ad) -return s}}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.cO&&b.a.k(0,s.a)&&b.b===s.b&&b.c===s.c}, -gw(a){return A.W(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"BorderSide("+this.a.j(0)+", "+B.c.Z(this.b,1)+", "+this.c.j(0)+")"}} -A.bC.prototype={ -fC(a,b,c){return null}, -F(a,b){return this.fC(a,b,!1)}, -W(a,b){var s=this.F(0,b) -if(s==null)s=b.fC(0,this,!0) -return s==null?new A.h_(A.a([b,this],t.N_)):s}, -ds(a,b){if(a==null)return this.bv(0,b) -return null}, -dt(a,b){if(a==null)return this.bv(0,1-b) -return null}, -j(a){return"ShapeBorder()"}} -A.fK.prototype={} -A.h_.prototype={ -gfK(){return B.b.pn(this.a,B.an,new A.a5x())}, -fC(a,b,c){var s,r,q,p=b instanceof A.h_ -if(!p){s=this.a -r=c?B.b.gJ(s):B.b.gI(s) -q=r.fC(0,b,c) -if(q==null)q=b.fC(0,r,!c) -if(q!=null){p=A.aq(s,!0,t.RY) -p[c?p.length-1:0]=q -return new A.h_(p)}}s=A.a([],t.N_) -if(c)B.b.N(s,this.a) -if(p)B.b.N(s,b.a) -else s.push(b) -if(!c)B.b.N(s,this.a) -return new A.h_(s)}, -F(a,b){return this.fC(a,b,!1)}, -bv(a,b){var s=this.a,r=A.a7(s).i("aG<1,bC>") -return new A.h_(A.aq(new A.aG(s,new A.a5y(b),r),!0,r.i("aX.E")))}, -ds(a,b){return A.ajz(a,this,b)}, -dt(a,b){return A.ajz(this,a,b)}, -dQ(a,b){return B.b.gI(this.a).dQ(a,b)}, -hp(a,b,c){var s,r,q,p -for(s=this.a,r=s.length,q=0;q") -return new A.aG(new A.c5(s,r),new A.a5z(),r.i("aG")).bB(0," + ")}} -A.a5x.prototype={ -$2(a,b){return a.F(0,b.gfK())}, -$S:234} -A.a5y.prototype={ -$1(a){return a.bv(0,this.a)}, -$S:235} -A.a5z.prototype={ -$1(a){return a.j(0)}, -$S:236} -A.ub.prototype={ -j(a){return"BoxShape."+this.b}} -A.Dp.prototype={ -fC(a,b,c){return null}, -F(a,b){return this.fC(a,b,!1)}, -dQ(a,b){var s=A.cF() -s.h8(0,a) -return s}} -A.cM.prototype={ -gfK(){var s=this -return new A.aS(s.d.b,s.a.b,s.b.b,s.c.b)}, -gEp(){var s=this,r=s.a.a -return s.b.a.k(0,r)&&s.c.a.k(0,r)&&s.d.a.k(0,r)}, -gIH(){var s=this,r=s.a.b -return s.b.b===r&&s.c.b===r&&s.d.b===r}, -gHG(){var s=this,r=s.a.c -return s.b.c===r&&s.c.c===r&&s.d.c===r}, -fC(a,b,c){var s=this -if(b instanceof A.cM&&A.jg(s.a,b.a)&&A.jg(s.b,b.b)&&A.jg(s.c,b.c)&&A.jg(s.d,b.d))return new A.cM(A.h8(s.a,b.a),A.h8(s.b,b.b),A.h8(s.c,b.c),A.h8(s.d,b.d)) -return null}, -F(a,b){return this.fC(a,b,!1)}, -bv(a,b){var s=this -return new A.cM(s.a.bv(0,b),s.b.bv(0,b),s.c.bv(0,b),s.d.bv(0,b))}, -ds(a,b){if(a instanceof A.cM)return A.ad_(a,this,b) -return this.kG(a,b)}, -dt(a,b){if(a instanceof A.cM)return A.ad_(this,a,b) -return this.kH(a,b)}, -ui(a,b,c,d,e){var s,r=this -if(r.gEp()&&r.gIH()&&r.gHG()){s=r.a -switch(s.c.a){case 0:return -case 1:switch(d.a){case 1:A.agD(a,b,s) -break -case 0:if(c!=null){A.agE(a,b,s,c) -return}A.agF(a,b,s) -break}return}}A.alx(a,b,r.c,r.d,r.b,r.a)}, -hp(a,b,c){return this.ui(a,b,null,B.bC,c)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.cM&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){var s,r,q=this -if(q.gEp()&&q.gIH()&&q.gHG())return"Border.all("+q.a.j(0)+")" -s=A.a([],t.s) -r=q.a -if(!r.k(0,B.x))s.push("top: "+r.j(0)) -r=q.b -if(!r.k(0,B.x))s.push("right: "+r.j(0)) -r=q.c -if(!r.k(0,B.x))s.push("bottom: "+r.j(0)) -r=q.d -if(!r.k(0,B.x))s.push("left: "+r.j(0)) -return"Border("+B.b.bB(s,", ")+")"}, -gkq(a){return this.a}} -A.dR.prototype={ -gfK(){var s=this -return new A.eg(s.b.b,s.a.b,s.c.b,s.d.b)}, -ga8h(){var s,r,q=this,p=q.a,o=p.a,n=q.b -if(!n.a.k(0,o)||!q.c.a.k(0,o)||!q.d.a.k(0,o))return!1 -s=p.b -if(n.b!==s||q.c.b!==s||q.d.b!==s)return!1 -r=p.c -if(n.c!==r||q.c.c!==r||q.d.c!==r)return!1 -return!0}, -fC(a,b,c){var s,r,q,p=this,o=null -if(b instanceof A.dR){s=p.a -r=b.a -if(A.jg(s,r)&&A.jg(p.b,b.b)&&A.jg(p.c,b.c)&&A.jg(p.d,b.d))return new A.dR(A.h8(s,r),A.h8(p.b,b.b),A.h8(p.c,b.c),A.h8(p.d,b.d)) -return o}if(b instanceof A.cM){s=b.a -r=p.a -if(!A.jg(s,r)||!A.jg(b.c,p.d))return o -q=p.b -if(!q.k(0,B.x)||!p.c.k(0,B.x)){if(!b.d.k(0,B.x)||!b.b.k(0,B.x))return o -return new A.dR(A.h8(s,r),q,p.c,A.h8(b.c,p.d))}return new A.cM(A.h8(s,r),b.b,A.h8(b.c,p.d),b.d)}return o}, -F(a,b){return this.fC(a,b,!1)}, -bv(a,b){var s=this -return new A.dR(s.a.bv(0,b),s.b.bv(0,b),s.c.bv(0,b),s.d.bv(0,b))}, -ds(a,b){if(a instanceof A.dR)return A.acY(a,this,b) -return this.kG(a,b)}, -dt(a,b){if(a instanceof A.dR)return A.acY(this,a,b) -return this.kH(a,b)}, -ui(a,b,c,d,e){var s,r,q,p=this -if(p.ga8h()){s=p.a -switch(s.c.a){case 0:return -case 1:switch(d.a){case 1:A.agD(a,b,s) -break -case 0:if(c!=null){A.agE(a,b,s,c) -return}A.agF(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}A.alx(a,b,p.d,r,q,p.a)}, -hp(a,b,c){return this.ui(a,b,null,B.bC,c)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.dR&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){var s=this,r=A.a([],t.s),q=s.a -if(!q.k(0,B.x))r.push("top: "+q.j(0)) -q=s.b -if(!q.k(0,B.x))r.push("start: "+q.j(0)) -q=s.c -if(!q.k(0,B.x))r.push("end: "+q.j(0)) -q=s.d -if(!q.k(0,B.x))r.push("bottom: "+q.j(0)) -return"BorderDirectional("+B.b.bB(r,", ")+")"}, -gkq(a){return this.a}} -A.dC.prototype={ -gdL(a){var s=this.c -return s==null?null:s.gfK()}, -uQ(a,b){var s,r,q -switch(this.x.a){case 1:s=A.le(a.gb3(),a.glQ()/2) -r=A.cF() -r.oG(0,s) -return r -case 0:r=this.d -if(r!=null){q=A.cF() -q.h7(0,r.a0(b).eY(a)) -return q}r=A.cF() -r.h8(0,a) -return r}}, -bv(a,b){var s=this,r=null,q=A.y(r,s.a,b),p=A.agG(r,s.c,b),o=A.m9(r,s.d,b),n=A.ad0(r,s.e,b) -return new A.dC(q,s.b,p,o,n,r,s.x)}, -gu_(){return this.e!=null}, -ds(a,b){if(a==null)return this.bv(0,b) -if(a instanceof A.dC)return A.agH(a,this,b) -return this.D1(a,b)}, -dt(a,b){if(a==null)return this.bv(0,1-b) -if(a instanceof A.dC)return A.agH(this,a,b) -return this.D2(a,b)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.dC)if(J.f(b.a,r.a))if(J.f(b.c,r.c))if(J.f(b.d,r.d))if(A.dP(b.e,r.e))s=b.x===r.x -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -return s}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,A.dB(s.e),s.f,s.x,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -Ah(a,b,c){var s -switch(this.x.a){case 0:s=this.d -if(s!=null)return s.a0(c).eY(new A.v(0,0,0+a.a,0+a.b)).A(0,b) -return!0 -case 1:return b.a4(0,a.hP(B.i)).gd1()<=Math.min(a.a,a.b)/2}}, -tk(a){return new A.a4Q(this,a)}} -A.a4Q.prototype={ -Gr(a,b,c,d){var s=this.b -switch(s.x.a){case 1:a.eQ(0,b.gb3(),b.glQ()/2,c) -break -case 0:s=s.d -if(s==null)a.cm(0,b,c) -else a.cJ(0,s.a0(d).eY(b),c) -break}}, -a0Z(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)) -p=b.cj(q.b) -n=q.d -this.Gr(a,new A.v(p.a-n,p.b-n,p.c+n,p.d+n),o,c)}}, -a0T(a,b,c){return}, -n(a){this.CX(0)}, -ho(a,b,c){var s,r,q,p=this,o=c.e,n=b.a,m=b.b,l=new A.v(n,m,n+o.a,m+o.b),k=c.d -p.a0Z(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){s=A.aQ() -q=s?A.bl():new A.bf(new A.bh()) -if(!m)q.saz(0,n) -p.c=q -n=q}else n=s -n.toString -p.Gr(a,l,n,k)}p.a0T(a,l,c) -n=o.c -if(n!=null){m=o.d -m=m==null?null:m.a0(k) -n.ui(a,l,m,o.x,k)}}, -j(a){return"BoxPainter for "+this.b.j(0)}} -A.ha.prototype={ -j8(){var s=A.aQ(),r=s?A.bl():new A.bf(new A.bh()) -r.saz(0,this.a) -r.sAG(new A.we(this.e,A.atE(this.c))) -return r}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.ha&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c&&b.d===s.d&&b.e===s.e}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){var s=this -return"BoxShadow("+s.a.j(0)+", "+s.b.j(0)+", "+A.kw(s.c)+", "+A.kw(s.d)+"), "+s.e.j(0)}} -A.dS.prototype={ -gfK(){var s=this.a.b -return new A.aS(s,s,s,s)}, -bv(a,b){return new A.dS(this.a.bv(0,b))}, -ds(a,b){if(a instanceof A.dS)return new A.dS(A.b4(a.a,this.a,b)) -return this.kG(a,b)}, -dt(a,b){if(a instanceof A.dS)return new A.dS(A.b4(this.a,a.a,b)) -return this.kH(a,b)}, -dQ(a,b){var s=A.cF() -s.oG(0,A.le(a.gb3(),a.glQ()/2)) -return s}, -zb(a){return new A.dS(a==null?this.a:a)}, -hp(a,b,c){var s=this.a -switch(s.c.a){case 0:break -case 1:a.eQ(0,b.gb3(),(b.glQ()-s.b)/2,s.j8()) -break}}, -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.dS&&b.a.k(0,this.a)}, -gw(a){var s=this.a -return A.W(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,B.a)}, -j(a){return"CircleBorder("+this.a.j(0)+")"}} -A.Sk.prototype={ -Ej(a,b,c,d){var s,r,q=this -q.gcv(q).bz(0) -switch(b.a){case 0:break -case 1:a.$1(!1) -break -case 2:a.$1(!0) -break -case 3:a.$1(!0) -s=q.gcv(q) -r=A.aQ() -s.f2(0,c,r?A.bl():new A.bf(new A.bh())) -break}d.$0() -if(b===B.eY)q.gcv(q).bE(0) -q.gcv(q).bE(0)}, -a4Y(a,b,c,d){this.Ej(new A.Sl(this,a),b,c,d)}, -a5_(a,b,c,d){this.Ej(new A.Sm(this,a),b,c,d)}} -A.Sl.prototype={ -$1(a){var s=this.a -return s.gcv(s).td(0,this.b,a)}, -$S:14} -A.Sm.prototype={ -$1(a){var s=this.a -return s.gcv(s).Jd(0,this.b,a)}, -$S:14} -A.kE.prototype={ -h(a,b){return this.b.h(0,b)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return s.P8(0,b)&&A.o(s).i("kE").b(b)&&A.af4(b.b,s.b)}, -gw(a){return A.W(A.w(this),this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"ColorSwatch(primary value: "+this.P9(0)+")"}} -A.fx.prototype={ -ci(){return"Decoration"}, -gdL(a){return B.an}, -gu_(){return!1}, -ds(a,b){return null}, -dt(a,b){return null}, -Ah(a,b,c){return!0}, -uQ(a,b){throw A.c(A.O("This Decoration subclass does not expect to be used for clipping."))}} -A.Dq.prototype={ -n(a){}} -A.L8.prototype={} -A.c3.prototype={ -gi5(){var s=this -return s.gdU(s)+s.gdV(s)+s.geM(s)+s.geK()}, -a4c(a){var s=this -switch(a.a){case 0:return s.gi5() -case 1:return s.gcw(s)+s.gcF(s)}}, -F(a,b){var s=this -return new A.lN(s.gdU(s)+b.gdU(b),s.gdV(s)+b.gdV(b),s.geM(s)+b.geM(b),s.geK()+b.geK(),s.gcw(s)+b.gcw(b),s.gcF(s)+b.gcF(b))}, -C(a,b,c){var s=this -return new A.lN(B.c.C(s.gdU(s),b.a,c.a),B.c.C(s.gdV(s),b.c,c.b),B.c.C(s.geM(s),0,c.c),B.c.C(s.geK(),0,c.d),B.c.C(s.gcw(s),b.b,c.e),B.c.C(s.gcF(s),b.d,c.f))}, -j(a){var s=this -if(s.geM(s)===0&&s.geK()===0){if(s.gdU(s)===0&&s.gdV(s)===0&&s.gcw(s)===0&&s.gcF(s)===0)return"EdgeInsets.zero" -if(s.gdU(s)===s.gdV(s)&&s.gdV(s)===s.gcw(s)&&s.gcw(s)===s.gcF(s))return"EdgeInsets.all("+B.c.Z(s.gdU(s),1)+")" -return"EdgeInsets("+B.c.Z(s.gdU(s),1)+", "+B.c.Z(s.gcw(s),1)+", "+B.c.Z(s.gdV(s),1)+", "+B.c.Z(s.gcF(s),1)+")"}if(s.gdU(s)===0&&s.gdV(s)===0)return"EdgeInsetsDirectional("+B.c.Z(s.geM(s),1)+", "+B.c.Z(s.gcw(s),1)+", "+B.c.Z(s.geK(),1)+", "+B.c.Z(s.gcF(s),1)+")" -return"EdgeInsets("+B.c.Z(s.gdU(s),1)+", "+B.c.Z(s.gcw(s),1)+", "+B.c.Z(s.gdV(s),1)+", "+B.c.Z(s.gcF(s),1)+") + EdgeInsetsDirectional("+B.c.Z(s.geM(s),1)+", 0.0, "+B.c.Z(s.geK(),1)+", 0.0)"}, -k(a,b){var s=this -if(b==null)return!1 -return b instanceof A.c3&&b.gdU(b)===s.gdU(s)&&b.gdV(b)===s.gdV(s)&&b.geM(b)===s.geM(s)&&b.geK()===s.geK()&&b.gcw(b)===s.gcw(s)&&b.gcF(b)===s.gcF(s)}, -gw(a){var s=this -return A.W(s.gdU(s),s.gdV(s),s.geM(s),s.geK(),s.gcw(s),s.gcF(s),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} -A.aS.prototype={ -gdU(a){return this.a}, -gcw(a){return this.b}, -gdV(a){return this.c}, -gcF(a){return this.d}, -geM(a){return 0}, -geK(){return 0}, -KV(a){var s=this -return new A.v(a.a-s.a,a.b-s.b,a.c+s.c,a.d+s.d)}, -a5X(a){var s=this -return new A.v(a.a+s.a,a.b+s.b,a.c-s.c,a.d-s.d)}, -F(a,b){if(b instanceof A.aS)return this.W(0,b) -return this.D3(0,b)}, -C(a,b,c){var s=this -return new A.aS(B.c.C(s.a,b.a,c.a),B.c.C(s.b,b.b,c.e),B.c.C(s.c,b.c,c.b),B.c.C(s.d,b.d,c.f))}, -a4(a,b){var s=this -return new A.aS(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, -W(a,b){var s=this -return new A.aS(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, -a2(a,b){var s=this -return new A.aS(s.a*b,s.b*b,s.c*b,s.d*b)}, -a0(a){return this}, -l8(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.aS(r,q,p,a==null?s.d:a)}, -ti(a){return this.l8(a,null,null,null)}, -a5s(a,b){return this.l8(a,null,null,b)}, -a5v(a,b){return this.l8(null,a,b,null)}} -A.eg.prototype={ -geM(a){return this.a}, -gcw(a){return this.b}, -geK(){return this.c}, -gcF(a){return this.d}, -gdU(a){return 0}, -gdV(a){return 0}, -F(a,b){if(b instanceof A.eg)return this.W(0,b) -return this.D3(0,b)}, -a4(a,b){var s=this -return new A.eg(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, -W(a,b){var s=this -return new A.eg(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, -a2(a,b){var s=this -return new A.eg(s.a*b,s.b*b,s.c*b,s.d*b)}, -a0(a){var s=this -switch(a.a){case 0:return new A.aS(s.c,s.b,s.a,s.d) -case 1:return new A.aS(s.a,s.b,s.c,s.d)}}} -A.lN.prototype={ -a2(a,b){var s=this -return new A.lN(s.a*b,s.b*b,s.c*b,s.d*b,s.e*b,s.f*b)}, -a0(a){var s=this -switch(a.a){case 0:return new A.aS(s.d+s.a,s.e,s.c+s.b,s.f) -case 1:return new A.aS(s.c+s.a,s.e,s.d+s.b,s.f)}}, -gdU(a){return this.a}, -gdV(a){return this.b}, -geM(a){return this.c}, -geK(){return this.d}, -gcw(a){return this.e}, -gcF(a){return this.f}} -A.W8.prototype={ -aC(a){var s,r -for(s=this.b,r=s.gbm(s),r=r.ga1(r);r.u();)r.gD(r).n(0) -s.aC(0) -this.a.aC(0) -this.f=0}, -aq(a,b){this.a.h(0,b) -this.b.h(0,b) -return!1}} -A.vv.prototype={ -Jv(a){var s=this -return new A.vv(s.a,s.b,s.c,s.d,a,s.f)}, -k(a,b){var s=this -if(b==null)return!1 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.vv&&b.a==s.a&&b.b==s.b&&J.f(b.c,s.c)&&b.d==s.d&&J.f(b.e,s.e)&&b.f==s.f}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){var s,r=this,q=""+"ImageConfiguration(",p=r.a -if(p!=null){q+="bundle: "+p.j(0) -s=!0}else s=!1 -p=r.b -if(p!=null){if(s)q+=", " -p=q+("devicePixelRatio: "+B.c.Z(p,1)) -q=p -s=!0}p=r.c -if(p!=null){if(s)q+=", " -p=q+("locale: "+p.j(0)) -q=p -s=!0}p=r.d -if(p!=null){if(s)q+=", " -p=q+("textDirection: "+p.j(0)) -q=p -s=!0}p=r.e -if(p!=null){if(s)q+=", " -p=q+("size: "+p.j(0)) -q=p -s=!0}p=r.f -if(p!=null){if(s)q+=", " -p=q+("platform: "+p.b) -q=p}q+=")" -return q.charCodeAt(0)==0?q:q}} -A.CY.prototype={} -A.kW.prototype={ -k(a,b){var s -if(b==null)return!1 -if(b instanceof A.kW)if(b.a===this.a)if(b.b==this.b)s=A.dP(b.f,this.f) -else s=!1 -else s=!1 -else s=!1 -return s}, -gw(a){return A.W(this.a,this.b,this.c,!1,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"InlineSpanSemanticsInformation{text: "+this.a+", semanticsLabel: "+A.e(this.b)+", recognizer: "+A.e(this.c)+"}"}} -A.hq.prototype={ -C3(a){var s={} -s.a=null -this.bj(new A.Wl(s,a,new A.CY())) -return s.a}, -Bs(a,b){var s,r=new A.c7("") -this.Jk(r,a,b) -s=r.a -return s.charCodeAt(0)==0?s:s}, -MB(){return this.Bs(!0,!0)}, -MC(a){return this.Bs(a,!0)}, -aat(a){return this.Bs(!0,a)}, -ay(a,b){var s={} -if(b<0)return null -s.a=null -this.bj(new A.Wk(s,b,new A.CY())) -return s.a}, -k(a,b){if(b==null)return!1 -if(this===b)return!0 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.hq&&J.f(b.a,this.a)}, -gw(a){return J.bq(this.a)}} -A.Wl.prototype={ -$1(a){var s=a.Np(this.b,this.c) -this.a.a=s -return s==null}, -$S:36} -A.Wk.prototype={ -$1(a){var s=a.a51(this.b,this.c) -this.a.a=s -return s==null}, -$S:36} -A.Yd.prototype={} -A.Se.prototype={ -Nh(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c -if(b==null||!a.B_(b)){s=A.cF() -s.h8(0,a) -return s}s=b.c -r=b.a -q=(s-r)/2 -p=-1*q-1 -s=a.b -o=s-b.gb3().b -n=o*o -m=p*p+n -l=q*q -k=Math.sqrt(n*q*q*(m-l)) -n=p*q*q -j=(n-k)/m -i=(n+k)/m -h=Math.sqrt(l-j*j) -g=Math.sqrt(l-i*i) -f=A.a1(6,null,!1,t.NT) -l=p-15 -f[0]=new A.k(l,o) -f[1]=new A.k(p,o) -e=o<0?-1:1 -n=e*h>e*g?new A.k(j,h):new A.k(i,g) -f[2]=n -f[3]=new A.k(-1*n.a,n.b) -f[4]=new A.k(-1*p,o) -f[5]=new A.k(-1*l,o) -for(r+=q,n=b.b,n+=(b.d-n)/2,d=0;d<6;++d){m=f[d] -f[d]=new A.k(m.a+r,m.b+n)}r=A.cF() -n=a.a -r.dv(0,n,s) -m=f[0] -r.bR(0,m.a,m.b) -m=f[1] -l=m.a -m=m.b -c=f[2] -r.Ba(l,m,c.a,c.b) -c=f[3] -c.toString -r.IY(c,!1,new A.bR(q,q)) -c=f[4] -m=c.a -c=c.b -l=f[5] -r.Ba(m,c,l.a,l.b) -l=a.c -r.bR(0,l,s) -s=a.d -r.bR(0,l,s) -r.bR(0,n,s) -r.cl(0) -return r}} -A.dw.prototype={ -gfK(){var s=this.a.b -return new A.aS(s,s,s,s)}, -bv(a,b){var s=this.a.bv(0,b) -return new A.dw(this.b.a2(0,b),s)}, -ds(a,b){var s,r,q=this -if(a instanceof A.dw){s=A.b4(a.a,q.a,b) -r=A.m9(a.b,q.b,b) -r.toString -return new A.dw(r,s)}if(a instanceof A.dS)return new A.e5(q.b,1-b,A.b4(a.a,q.a,b)) -return q.kG(a,b)}, -dt(a,b){var s,r,q=this -if(a instanceof A.dw){s=A.b4(q.a,a.a,b) -r=A.m9(q.b,a.b,b) -r.toString -return new A.dw(r,s)}if(a instanceof A.dS)return new A.e5(q.b,b,A.b4(q.a,a.a,b)) -return q.kH(a,b)}, -zb(a){var s=a==null?this.a:a -return new A.dw(this.b,s)}, -dQ(a,b){var s=A.cF() -s.h7(0,this.b.a0(b).eY(a)) -return s}, -hp(a,b,c){var s,r,q,p,o,n=this.a -switch(n.c.a){case 0:break -case 1:s=n.b -r=this.b -if(s===0)a.cJ(0,r.a0(c).eY(b),n.j8()) -else{q=r.a0(c).eY(b) -p=q.fQ(-s) -r=A.aQ() -o=r?A.bl():new A.bf(new A.bh()) -o.saz(0,n.a) -a.fL(0,q,p,o)}break}}, -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.dw&&b.a.k(0,this.a)&&b.b.k(0,this.b)}, -gw(a){return A.W(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return"RoundedRectangleBorder("+this.a.j(0)+", "+this.b.j(0)+")"}} -A.e5.prototype={ -gfK(){var s=this.a.b -return new A.aS(s,s,s,s)}, -bv(a,b){var s=this.a.bv(0,b) -return new A.e5(this.b.a2(0,b),b,s)}, -ds(a,b){var s,r,q,p=this -if(a instanceof A.dw){s=A.b4(a.a,p.a,b) -r=A.m9(a.b,p.b,b) -r.toString -return new A.e5(r,p.c*b,s)}if(a instanceof A.dS){s=p.c -return new A.e5(p.b,s+(1-s)*(1-b),A.b4(a.a,p.a,b))}if(a instanceof A.e5){s=A.b4(a.a,p.a,b) -r=A.m9(a.b,p.b,b) -r.toString -q=A.T(a.c,p.c,b) -q.toString -return new A.e5(r,q,s)}return p.kG(a,b)}, -dt(a,b){var s,r,q,p=this -if(a instanceof A.dw){s=A.b4(p.a,a.a,b) -r=A.m9(p.b,a.b,b) -r.toString -return new A.e5(r,p.c*(1-b),s)}if(a instanceof A.dS){s=p.c -return new A.e5(p.b,s+(1-s)*b,A.b4(p.a,a.a,b))}if(a instanceof A.e5){s=A.b4(p.a,a.a,b) -r=A.m9(p.b,a.b,b) -r.toString -q=A.T(p.c,a.c,b) -q.toString -return new A.e5(r,q,s)}return p.kH(a,b)}, -w1(a){var s,r,q,p,o,n,m,l=this.c -if(l===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 -if(q")),!0,t.Q2)}q.y=A.aq(new A.aG(r,new A.a9r(q,a,b),A.a7(r).i("aG<1,pR>")),!0,t.ke)}if(q.r!=null||q.x!=null)q.e=s.e.dQ(a,b) -q.c=a -q.d=b}, -a2B(a){var s,r,q=this -if(q.x!=null){s=0 -while(!0){r=q.x -r.toString -if(!(s=3)q.U() -else if(s>=2)q.b=!0}, -slz(a,b){if(this.d===b)return -this.d=b -this.U()}, -sbF(a,b){var s=this -if(s.e===b)return -s.e=b -s.U() -s.dx=null}, -snr(a){var s=this -if(s.f===a)return -s.f=a -s.U() -s.dx=null}, -sK0(a,b){if(this.r==b)return -this.r=b -this.U()}, -slk(a,b){if(J.f(this.x,b))return -this.x=b -this.U()}, -smY(a,b){if(this.y==b)return -this.y=b -this.U()}, -siy(a,b){if(J.f(this.z,b))return -this.z=b -this.U()}, -sns(a){if(this.Q===a)return -this.Q=a -this.U()}, -it(a){if(a==null||a.length===0||A.dP(a,this.db))return -this.db=a -this.U()}, -ED(a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=null,a0=b.c.a -if(a0==null)a0=a -else{s=b.d -r=b.e -if(r==null)r=a1 -q=b.f -p=b.y -o=b.r -n=b.x -m=b.z -l=a0.x -k=a0.y -j=a0.d -i=a0.r -if(i==null)i=14 -a0=a0.cx -if(m==null)m=a -else{h=m.a -g=m.geg() -f=m.d -f=f==null?a:f*q -e=m.e -d=m.y -c=m.r -d=A.au4(h,g,f,m.x,c,!0,e,d) -m=d}r=A.adP(o,j,i*q,k,l,a0,n,p,m,s,r,a) -a0=r}if(a0==null){a0=b.d -s=b.e -if(s==null)s=a1 -r=b.f -q=b.y -p=b.ch -p=A.adP(b.r,a,14*r,a,a,a,b.x,q,a,a0,s,p) -a0=p}return a0}, -W8(){return this.ED(null)}, -gcE(){var s,r,q=this,p=q.dx -if(p==null){s=A.adO(q.ED(B.a4)) -p=q.c -if(p==null)r=null -else{p=p.a -r=p==null?null:p.C5(q.f)}if(r!=null)s.nn(0,r) -s.kV(0," ") -p=s.bA(0) -p.ei(0,B.Wh) -q.dx=p}return p.gby(p)}, -gbM(a){var s=this.Q,r=this.a -s=s===B.D1?r.gpB():r.gbM(r) -return Math.ceil(s)}, -d0(a){var s -switch(a.a){case 0:s=this.a -return s.gjL(s) -case 1:s=this.a -return s.gKS(s)}}, -EC(){var s,r,q=this,p=q.c -if(p==null)throw A.c(A.a6("TextPainter.text must be set to a non-null value before using the TextPainter.")) -s=A.adO(q.W8()) -r=q.f -p.J7(0,s,q.db,r) -q.cy=s.gLP() -q.a=s.bA(0) -q.b=!1}, -Gb(a,b){var s,r,q=this -q.a.ei(0,new A.l8(b)) -if(a!==b){switch(q.Q.a){case 1:s=Math.ceil(q.a.gpB()) -break -case 0:s=Math.ceil(q.a.gub()) -break -default:s=null}s=J.afG(s,a,b) -r=q.a -if(s!==Math.ceil(r.gbM(r)))q.a.ei(0,new A.l8(s))}}, -u4(a,b,c){var s=this,r=s.a==null -if(!r&&c===s.dy&&b===s.fr)return -if(s.b||r)s.EC() -s.dy=c -s.fr=b -s.go=s.fy=null -s.Gb(c,b) -s.cx=s.a.qi()}, -a8p(a){return this.u4(a,1/0,0)}, -aK(a,b){var s,r=this,q=r.dy,p=r.fr -if(r.a==null||q==null||p==null)throw A.c(A.a6("TextPainter.paint called when text geometry was not yet calculated.\nPlease call layout() before paint() to position the text before painting it.")) -if(r.b){r.EC() -r.Gb(q,p)}s=r.a -s.toString -a.fM(0,s,b)}, -C0(a){var s=this.c.ay(0,a) -if(s==null)return null -return(s&63488)===55296?a+2:a+1}, -C1(a){var s=a-1,r=this.c.ay(0,s) -if(r==null)return null -return(r&63488)===55296?a-2:s}, -Fr(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.c.MC(!1),g=i.c -g.toString -s=g.ay(0,Math.max(0,a-1)) -if(s==null)return null -r=(s&63488)===55296||i.c.ay(0,a)===8205||s===8207||s===8206 -q=r?2:1 -p=A.a([],t.Lx) -for(g=-h.length,o=!r,n=s===10;p.length===0;){m=a-q -p=i.a.uN(m,a,B.o3) -if(p.length===0){if(o&&n)break -if(m>>0,s=!q;o.length===0;){n=a+p -o=j.a.uN(a,n,B.o3) -if(o.length===0){if(s)break -if(n>=h)break -p*=2 -continue}m=B.b.gJ(o) -h=m.e -l=h===B.w?m.a:m.c -k=h===B.a4?l-(b.c-b.a):l -h=j.a -h=B.c.C(k,0,h.gbM(h)) -s=j.a -return new A.v(h,m.b,B.c.C(k,0,s.gbM(s)),m.d)}return null}, -gwJ(){var s=this -switch(s.d.a){case 0:return B.i -case 1:return new A.k(s.gbM(s),0) -case 2:return new A.k(s.gbM(s)/2,0) -case 3:case 4:switch(s.e.a){case 0:return new A.k(s.gbM(s),0) -case 1:return B.i}break -case 5:switch(s.e.a){case 0:return B.i -case 1:return new A.k(s.gbM(s),0)}break}}, -kL(a,b){var s,r,q,p,o=this -if(a.k(0,o.fy)&&b.k(0,o.go))return -s=a.a -switch(a.b.a){case 0:r=o.Fr(s,b) -if(r==null)r=o.Fq(s,b) -break -case 1:r=o.Fq(s,b) -if(r==null)r=o.Fr(s,b) -break -default:r=null}q=r!=null -p=q?new A.k(r.a,r.b):o.gwJ() -o.fx=new A.a5q(p,q?r.d-r.b:null) -o.fy=a -o.go=b}, -uO(a,b,c){return this.a.lC(a.a,a.b,b,c)}, -oU(){var s=this.id -return s==null?this.id=this.a.oU():s}} -A.r4.prototype={ -gJI(a){return this.e}, -gBL(){return!0}, -i4(a,b){t._.b(a)}, -J7(a,b,c,d){var s,r,q,p,o,n=this.a,m=n!=null -if(m)b.nn(0,n.C5(d)) -n=this.b -if(n!=null)try{b.kV(0,n)}catch(q){n=A.ae(q) -if(n instanceof A.ft){s=n -r=A.aF(q) -A.ds(new A.bt(s,r,"painting library",A.bx("while building a TextSpan"),null,!1)) -b.kV(0,"\ufffd")}else throw q}n=this.c -if(n!=null)for(p=n.length,o=0;o0?q:B.ev -if(p===B.dF)return p}else p=B.ev -s=n.c -if(s!=null)for(r=b.c,o=0;op.a)p=q -if(p===B.dF)return p}return p}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(!r.Pu(0,b))return!1 -if(b instanceof A.r4)if(b.b==r.b)s=r.e.k(0,b.e)&&A.dP(b.c,r.c) -else s=!1 -else s=!1 -return s}, -gw(a){var s=this,r=null -return A.W(A.hq.prototype.gw.call(s,s),s.b,r,r,r,r,s.e,A.dB(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)}, -ci(){return"TextSpan"}, -$ia9:1, -$iil:1, -gAR(){return null}, -gAT(){return null}} -A.r.prototype={ -geg(){return this.e}, -gkT(a){return this.d}, -oY(a,b,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=d.dx -if(c==null&&b2==null)s=a0==null?d.b:a0 -else s=null -r=d.dy -if(r==null&&a==null)q=b==null?d.c:b -else q=null -p=a9==null?d.r:a9 -o=b1==null?d.x:b1 -n=b5==null?d.z:b5 -m=c1==null?d.Q:c1 -l=c0==null?d.ch:c0 -k=b3==null?d.cx:b3 -c=b2==null?c:b2 -r=a==null?r:a -j=a2==null?d.fr:a2 -i=a3==null?d.fx:a3 -h=a4==null?d.fy:a4 -g=a5==null?d.go:a5 -f=a6==null?d.gkT(d):a6 -e=a7==null?d.geg():a7 -return A.lB(r,q,s,null,j,i,h,g,f,e,d.k2,p,d.y,o,c,k,d.a,d.cy,n,d.db,d.k3,d.f,d.k1,l,m)}, -a5o(a){return this.oY(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null)}, -dY(a){return this.oY(null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, -Jz(a,b){return this.oY(null,null,a,null,null,null,null,null,null,null,null,b,null,null,null,null,null,null,null,null,null,null,null,null)}, -Jr(a){return this.oY(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null)}, -a4g(a,b,c,d,e,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.dx -if(f==null)s=a==null?h.b:a -else s=g -r=h.dy -if(r==null)q=h.c -else q=g -p=h.gkT(h) -o=h.geg() -n=h.r -n=n==null?g:n*a1+a0 -m=h.x -m=m==null?g:B.pk[B.e.C(m.a,0,8)] -l=h.z -l=l==null?g:l+0 -k=h.Q -k=k==null?g:k+0 -j=h.cx -j=j==null?g:j+0 -i=h.go -i=i==null?g:i+0 -return A.lB(r,q,s,g,h.fr,h.fx,h.fy,i,p,o,h.k2,n,h.y,m,f,j,h.a,h.cy,l,h.db,h.k3,h.f,h.k1,h.ch,k)}, -yH(a){return this.a4g(a,null,null,null,null,0,1)}, -bq(a3){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==null)return this -if(!a3.a)return a3 -s=a3.b -r=a3.c -q=a3.r -p=a3.x -o=a3.y -n=a3.z -m=a3.Q -l=a3.ch -k=a3.cx -j=a3.cy -i=a3.db -h=a3.dx -g=a3.dy -f=a3.k1 -e=a3.k2 -d=a3.fr -c=a3.fx -b=a3.fy -a=a3.go -a0=a3.gkT(a3) -a1=a3.geg() -a2=a3.f -return this.oY(g,r,s,null,d,c,b,a,a0,a1,e,q,o,p,h,k,j,n,i,a3.k3,a2,f,l,m)}, -C5(a){var s,r,q=this,p=q.geg(),o=q.r -o=o==null?null:o*a -s=q.dy -if(s==null){s=q.c -if(s!=null){r=A.aQ() -r=r?A.bl():new A.bf(new A.bh()) -r.saz(0,s) -s=r}else s=null}return A.ajc(s,q.b,q.fr,q.fx,q.fy,q.go,q.d,p,q.k2,o,q.y,q.x,q.dx,q.cx,q.cy,q.z,q.db,q.k1,q.ch,q.Q)}, -bn(a,b){var s,r=this -if(r===b)return B.ev -if(r.a===b.a)if(r.d==b.d)if(r.r==b.r)if(r.x==b.x)if(r.z==b.z)if(r.Q==b.Q)if(r.ch==b.ch)if(r.cx==b.cx)s=r.dx!=b.dx||r.dy!=b.dy||!A.dP(r.k1,b.k1)||!A.dP(r.k2,b.k2)||!A.dP(r.geg(),b.geg())||!1 -else s=!0 -else s=!0 -else s=!0 -else s=!0 -else s=!0 -else s=!0 -else s=!0 -else s=!0 -if(s)return B.dF -if(!J.f(r.b,b.b)||!J.f(r.c,b.c)||!J.f(r.fr,b.fr)||!J.f(r.fx,b.fx)||r.fy!=b.fy||r.go!=b.go)return B.Wu -return B.ev}, -k(a,b){var s,r=this -if(b==null)return!1 -if(r===b)return!0 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.r)if(b.a===r.a)if(J.f(b.b,r.b))if(J.f(b.c,r.c))if(b.r==r.r)if(b.x==r.x)if(b.z==r.z)if(b.Q==r.Q)if(b.ch==r.ch)if(b.cx==r.cx)if(b.dx==r.dx)if(b.dy==r.dy)if(A.dP(b.k1,r.k1))if(A.dP(b.k2,r.k2))if(J.f(b.fr,r.fr))if(J.f(b.fx,r.fx))if(b.fy==r.fy)if(b.go==r.go)if(b.d==r.d)if(A.dP(b.geg(),r.geg()))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 -return s}, -gw(a){var s=this -return A.dB([s.a,s.b,s.c,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,A.dB(s.k1),A.dB(s.k2),s.fr,s.fx,s.fy,s.go,s.d,A.dB(s.geg()),s.f,s.k3])}, -ci(){return"TextStyle"}} -A.P3.prototype={} -A.Vj.prototype={ -e3(a,b){var s=this,r=s.e,q=s.c -return s.d+r*Math.pow(s.b,b)/q-r/q}, -fN(a,b){return this.e*Math.pow(this.b,b)}, -gA_(){return this.d-this.e/this.c}, -Mw(a){var s,r,q=this,p=q.d -if(a===p)return 0 -s=q.e -if(s!==0)if(s>0)r=aq.gA_() -else r=a>p||a=s.b&&s.c>=s.d}, -a2(a,b){var s=this -return new A.al(s.a*b,s.b*b,s.c*b,s.d*b)}, -fm(a,b){var s=this -return new A.al(s.a/b,s.b/b,s.c/b,s.d/b)}, -ga8d(){var s=this,r=s.a -if(r>=0)if(r<=s.b){r=s.c -r=r>=0&&r<=s.d}else r=!1 -else r=!1 -return r}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.al&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){var s,r,q,p=this,o=p.ga8d()?"":"; NOT NORMALIZED",n=p.a -if(n===1/0&&p.c===1/0)return"BoxConstraints(biggest"+o+")" -if(n===0&&p.b===1/0&&p.c===0&&p.d===1/0)return"BoxConstraints(unconstrained"+o+")" -s=new A.RU() -r=s.$3(n,p.b,"w") -q=s.$3(p.c,p.d,"h") -return"BoxConstraints("+r+", "+q+o+")"}} -A.RU.prototype={ -$3(a,b,c){if(a===b)return c+"="+B.c.Z(a,1) -return B.c.Z(a,1)+"<="+c+"<="+B.c.Z(b,1)}, -$S:241} -A.h9.prototype={ -rV(a,b,c){if(c!=null){c=A.wm(A.adR(c)) -if(c==null)return!1}return this.yC(a,b,c)}, -kW(a,b,c){var s,r=b==null,q=r?c:c.a4(0,b) -r=!r -if(r)this.c.push(new A.t2(new A.k(-b.a,-b.b))) -s=a.$2(this,q) -if(r)this.uo() -return s}, -yC(a,b,c){var s,r=c==null,q=r?b:A.el(c,b) -r=!r -if(r)this.c.push(new A.As(c)) -s=a.$2(this,q) -if(r)this.uo() -return s}, -IT(a,b,c){var s,r=this -if(b!=null)r.c.push(new A.t2(new A.k(-b.a,-b.b))) -else{c.toString -c=A.wm(A.adR(c)) -c.toString -r.c.push(new A.As(c))}s=a.$1(r) -r.uo() -return s}, -a45(a,b){return this.IT(a,null,b)}, -a44(a,b){return this.IT(a,b,null)}} -A.oB.prototype={ -gil(a){return t.r.a(this.a)}, -j(a){return"#"+A.bF(t.r.a(this.a))+"@"+this.c.j(0)}} -A.eE.prototype={ -j(a){return"offset="+this.a.j(0)}} -A.ux.prototype={} -A.o_.prototype={ -j(a){return"_IntrinsicDimension."+this.b}} -A.Ab.prototype={ -k(a,b){if(b==null)return!1 -return b instanceof A.Ab&&b.a===this.a&&b.b===this.b}, -gw(a){return A.W(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.u.prototype={ -dR(a){if(!(a.e instanceof A.eE))a.e=new A.eE(B.i)}, -Y(a,b,c){var s,r=this.k4 -if(r==null)r=this.k4=A.x(t.oc,t.wR) -s=r.bK(0,new A.Ab(a,b),new A.ZM(c,b)) -return s}, -aZ(a){return 0}, -aQ(a){return 0}, -aV(a){return 0}, -aY(a){return 0}, -em(a){var s,r=this.r1 -if(r==null)r=this.r1=A.x(t.k,t.FW) -s=r.bK(0,a,new A.ZO(this,a)) -return s}, -bU(a){return B.p}, -gkA(){var s=this.rx -return new A.v(0,0,0+s.a,0+s.b)}, -uR(a,b){var s=this.iq(a) -if(s==null&&!b)return this.rx.b -return s}, -nx(a){return this.uR(a,!1)}, -iq(a){var s=this,r=s.ry -if(r==null)r=s.ry=A.x(t._0,t.PM) -r.bK(0,a,new A.ZN(s,a)) -return s.ry.h(0,a)}, -d0(a){return null}, -gS(){return t.k.a(A.q.prototype.gS.call(this))}, -U(){var s=this,r=s.ry -if(!(r!=null&&r.gb5(r))){r=s.k4 -if(!(r!=null&&r.gb5(r))){r=s.r1 -r=r!=null&&r.gb5(r)}else r=!0}else r=!0 -if(r){r=s.ry -if(r!=null)r.aC(0) -r=s.k4 -if(r!=null)r.aC(0) -r=s.r1 -if(r!=null)r.aC(0) -if(s.gaf(s) instanceof A.q){s.AE() -return}}s.Q2()}, -pV(){this.rx=this.bU(t.k.a(A.q.prototype.gS.call(this)))}, -bw(){}, -bO(a,b){var s,r=this -if(r.rx.A(0,b))if(r.co(a,b)||r.hk(b)){s=new A.oB(b,r) -a.jr() -s.b=B.b.gJ(a.b) -a.a.push(s) -return!0}return!1}, -hk(a){return!1}, -co(a,b){return!1}, -d9(a,b){var s,r=a.e -r.toString -s=t.x.a(r).a -b.at(0,s.a,s.b)}, -ir(a){var s,r,q,p,o,n=this.cN(0,null) -if(n.jT(n)===0)return B.i -s=new A.d5(new Float64Array(3)) -s.iu(0,0,1) -r=new A.d5(new Float64Array(3)) -r.iu(0,0,0) -q=n.un(r) -r=new A.d5(new Float64Array(3)) -r.iu(0,0,1) -p=n.un(r).a4(0,q) -r=new A.d5(new Float64Array(3)) -r.iu(a.a,a.b,0) -o=n.un(r) -r=o.a4(0,p.jf(s.JY(o)/s.JY(p))).a -return new A.k(r[0],r[1])}, -gie(){var s=this.rx -return new A.v(0,0,0+s.a,0+s.b)}, -i4(a,b){this.Q1(a,b)}} -A.ZM.prototype={ -$0(){return this.a.$1(this.b)}, -$S:141} -A.ZO.prototype={ -$0(){return this.a.bU(this.b)}, -$S:242} -A.ZN.prototype={ -$0(){return this.a.d0(this.b)}, -$S:243} -A.bZ.prototype={ -JO(a){var s,r,q,p=this.P$ -for(s=A.o(this).i("bZ.1?");p!=null;){r=s.a(p.e) -q=p.iq(a) -if(q!=null)return q+r.a.b -p=r.O$}return null}, -zo(a){var s,r,q,p,o=this.P$ -for(s=A.o(this).i("bZ.1"),r=null;o!=null;){q=o.e -q.toString -s.a(q) -p=o.iq(a) -if(p!=null){p+=q.a.b -r=r!=null?Math.min(r,p):p}o=q.O$}return r}, -p3(a,b){var s,r,q={},p=q.a=this.ca$ -for(s=A.o(this).i("bZ.1");p!=null;p=r){p=p.e -p.toString -s.a(p) -if(a.kW(new A.ZL(q,b,p),p.a,b))return!0 -r=p.bx$ -q.a=r}return!1}, -jV(a,b){var s,r,q,p,o,n=this.P$ -for(s=A.o(this).i("bZ.1"),r=b.a,q=b.b;n!=null;){p=n.e -p.toString -s.a(p) -o=p.a -a.dM(n,new A.k(o.a+r,o.b+q)) -n=p.O$}}} -A.ZL.prototype={ -$2(a,b){return this.a.a.bO(a,b)}, -$S:9} -A.zs.prototype={ -a7(a){this.vH(0)}} -A.fI.prototype={ -j(a){return this.qD(0)+"; id="+A.e(this.e)}} -A.XU.prototype={ -ej(a,b){var s,r=this.b.h(0,a) -r.c8(0,b,!0) -s=r.rx -s.toString -return s}, -eA(a,b){var s=this.b.h(0,a).e -s.toString -t.Wz.a(s).a=b}, -Vm(a,b){var s,r,q,p,o,n,m=this,l=m.b -try{m.b=A.x(t.K,t.r) -for(r=t.Wz,q=b;q!=null;q=n){p=q.e -p.toString -s=r.a(p) -p=m.b -p.toString -o=s.e -o.toString -p.p(0,o,q) -n=s.O$}m.um(a)}finally{m.b=l}}, -j(a){return"MultiChildLayoutDelegate"}} -A.xw.prototype={ -dR(a){if(!(a.e instanceof A.fI))a.e=new A.fI(null,null,B.i)}, -szq(a){var s=this,r=s.l -if(r===a)return -if(A.w(a)!==A.w(r)||a.iv(r))s.U() -s.l=a -s.b!=null}, -ad(a){this.Rg(a)}, -a7(a){this.Rh(0)}, -aZ(a){var s=A.mb(a,1/0),r=s.aW(new A.K(B.e.C(1/0,s.a,s.b),B.e.C(1/0,s.c,s.d))).a -if(isFinite(r))return r -return 0}, -aQ(a){var s=A.mb(a,1/0),r=s.aW(new A.K(B.e.C(1/0,s.a,s.b),B.e.C(1/0,s.c,s.d))).a -if(isFinite(r))return r -return 0}, -aV(a){var s=A.mb(1/0,a),r=s.aW(new A.K(B.e.C(1/0,s.a,s.b),B.e.C(1/0,s.c,s.d))).b -if(isFinite(r))return r -return 0}, -aY(a){var s=A.mb(1/0,a),r=s.aW(new A.K(B.e.C(1/0,s.a,s.b),B.e.C(1/0,s.c,s.d))).b -if(isFinite(r))return r -return 0}, -bU(a){return a.aW(new A.K(B.e.C(1/0,a.a,a.b),B.e.C(1/0,a.c,a.d)))}, -bw(){var s=this,r=t.k.a(A.q.prototype.gS.call(s)) -r=r.aW(new A.K(B.e.C(1/0,r.a,r.b),B.e.C(1/0,r.c,r.d))) -s.rx=r -s.l.Vm(r,s.P$)}, -aK(a,b){this.jV(a,b)}, -co(a,b){return this.p3(a,b)}} -A.AU.prototype={ -ad(a){var s,r,q -this.dk(a) -s=this.P$ -for(r=t.Wz;s!=null;){s.ad(a) -q=s.e -q.toString -s=r.a(q).O$}}, -a7(a){var s,r,q -this.cY(0) -s=this.P$ -for(r=t.Wz;s!=null;){s.a7(0) -q=s.e -q.toString -s=r.a(q).O$}}} -A.NC.prototype={} -A.Eo.prototype={ -al(a,b){var s=this.a -return s==null?null:s.al(0,b)}, -T(a,b){var s=this.a -return s==null?null:s.T(0,b)}, -gCl(){return null}, -CI(a){return this.f3(a)}, -Ag(a){return null}, -j(a){var s="#"+A.bF(this)+"(",r=this.a -r=r==null?null:r.j(0) -return s+(r==null?"":r)+")"}} -A.xx.prototype={ -spS(a){var s=this.v -if(s==a)return -this.v=a -this.EL(a,s)}, -sKs(a){var s=this.a3 -if(s==a)return -this.a3=a -this.EL(a,s)}, -EL(a,b){var s=this,r=a==null -if(r)s.aH() -else if(b==null||A.w(a)!==A.w(b)||a.f3(b))s.aH() -if(s.b!=null){if(b!=null)b.T(0,s.gdJ()) -if(!r)a.al(0,s.gdJ())}if(r){if(s.b!=null)s.ak()}else if(b==null||A.w(a)!==A.w(b)||a.CI(b))s.ak()}, -sa9B(a){if(this.aP.k(0,a))return -this.aP=a -this.U()}, -aZ(a){var s -if(this.l$==null){s=this.aP.a -return isFinite(s)?s:0}return this.vQ(a)}, -aQ(a){var s -if(this.l$==null){s=this.aP.a -return isFinite(s)?s:0}return this.vO(a)}, -aV(a){var s -if(this.l$==null){s=this.aP.b -return isFinite(s)?s:0}return this.vP(a)}, -aY(a){var s -if(this.l$==null){s=this.aP.b -return isFinite(s)?s:0}return this.vN(a)}, -ad(a){var s,r=this -r.qM(a) -s=r.v -if(s!=null)s.al(0,r.gdJ()) -s=r.a3 -if(s!=null)s.al(0,r.gdJ())}, -a7(a){var s=this,r=s.v -if(r!=null)r.T(0,s.gdJ()) -r=s.a3 -if(r!=null)r.T(0,s.gdJ()) -s.lY(0)}, -co(a,b){var s=this.a3 -if(s!=null){s=s.Ag(b) -s=s===!0}else s=!1 -if(s)return!0 -return this.qI(a,b)}, -hk(a){var s=this.v -if(s!=null){s=s.Ag(a) -s=s!==!1}else s=!1 -return s}, -bw(){this.qJ() -this.ak()}, -oV(a){return a.aW(this.aP)}, -Gy(a,b,c){var s -A.bI("debugPreviousCanvasSaveCount") -a.bz(0) -if(!b.k(0,B.i))a.at(0,b.a,b.b) -s=this.rx -s.toString -c.aK(a,s) -a.bE(0)}, -aK(a,b){var s,r,q=this -if(q.v!=null){s=a.gcv(a) -r=q.v -r.toString -q.Gy(s,b,r) -q.Hn(a)}q.lX(a,b) -if(q.a3!=null){s=a.gcv(a) -r=q.a3 -r.toString -q.Gy(s,b,r) -q.Hn(a)}}, -Hn(a){}, -eP(a){var s,r=this -r.h1(a) -r.cS=null -s=r.a3 -r.ee=s==null?null:s.gCl() -a.a=!1}, -mm(a,b,c){var s,r,q,p,o=this -o.lg=A.aiH(o.lg,B.ub) -o.hj=A.aiH(o.hj,B.ub) -s=o.lg -r=s!=null&&!s.gR(s) -s=o.hj -q=s!=null&&!s.gR(s) -s=A.a([],t.J) -if(r){p=o.lg -p.toString -B.b.N(s,p)}B.b.N(s,c) -if(q){p=o.hj -p.toString -B.b.N(s,p)}o.Dt(a,b,s)}, -mt(){this.vK() -this.hj=this.lg=null}} -A.T3.prototype={} -A.r3.prototype={ -j(a){var s=this -switch(s.b){case B.w:return s.a.j(0)+"-ltr" -case B.a4:return s.a.j(0)+"-rtl" -case null:return s.a.j(0)}}} -A.a47.prototype={ -gbJ(){var s=this -if(!s.f)return!1 -if(s.e.a6.oU()!==s.d)s.f=!1 -return s.f}, -Fv(a){var s,r,q,p,o=this,n=o.r,m=n.h(0,a) -if(m!=null)return m -s=o.a -r=o.d[a] -q=new A.k(s.a,r.gjP(r)) -p=new A.bN(q,o.e.a6.a.fo(q),t.tO) -n.p(0,a,p) -return p}, -gD(a){return this.c}, -u(){var s,r=this,q=r.b+1 -if(q>=r.d.length)return!1 -s=r.Fv(q);++r.b -r.a=s.a -r.c=s.b -return!0}, -a8H(){var s,r=this,q=r.b -if(q<=0)return!1 -s=r.Fv(q-1);--r.b -r.a=s.a -r.c=s.b -return!0}} -A.ng.prototype={ -dR(a){if(!(a.e instanceof A.e2))a.e=new A.e2(null,null,B.i)}, -n(a){var s=this,r=s.l -if(r!=null)r.dx.saS(0,null) -s.l=null -r=s.t -if(r!=null)r.dx.saS(0,null) -s.t=null -s.cb.saS(0,null) -s.lW(0)}, -Ii(a){var s,r=this,q=r.gVh(),p=r.l -if(p==null){s=A.ajP(q) -r.fE(s) -r.l=s}else p.spS(q) -r.a8=a}, -ES(a){this.a_=A.a([],t.TP) -a.bj(new A.ZP(this))}, -Io(a){var s,r=this,q=r.gVi(),p=r.t -if(p==null){s=A.ajP(q) -r.fE(s) -r.t=s}else p.spS(q) -r.aw=a}, -gdT(){var s,r,q=this,p=q.bl -if(p===$){s=A.aQ() -s=s?A.bl():new A.bf(new A.bh()) -r=A.a1(0,null,!1,t.Z) -A.bp(q.bl,"_caretPainter") -p=q.bl=new A.zQ(q.ga0s(),s,B.i,r)}return p}, -gVh(){var s=this,r=s.c2 -if(r==null){r=A.a([],t.xT) -if(s.hj)r.push(s.gdT()) -r=s.c2=new A.rq(r,A.a1(0,null,!1,t.Z))}return r}, -gVi(){var s=this,r=s.d5 -if(r==null){r=A.a([s.bf,s.aL],t.xT) -if(!s.hj)r.push(s.gdT()) -r=s.d5=new A.rq(r,A.a1(0,null,!1,t.Z))}return r}, -a0t(a){if(!J.f(this.hi,a))this.i0.$1(a) -this.hi=a}, -sq9(a,b){return}, -sns(a){var s=this.a6 -if(s.Q===a)return -s.sns(a) -this.j_()}, -sts(a,b){if(this.i1===b)return -this.i1=b -this.j_()}, -sa8N(a){if(this.iT===a)return -this.iT=a -this.U()}, -sa8M(a){return}, -BX(a){var s=this.a6.a.BY(a) -return A.cy(B.o,s.a,s.b,!1)}, -jx(a,b){var s,r,q=this -if(a.gbJ()){s=q.de.a.c.a.a.length -a=a.zd(Math.min(a.c,s),Math.min(a.d,s))}q.ZO(a,b) -r=q.de.a.c.a.l7(a) -q.de.ku(r,b)}, -ZO(a,b){var s=a.c===0&&a.d===0&&!this.ew -if(a.k(0,this.b2)&&b!==B.U&&!s)return}, -aH(){this.Q3() -var s=this.l -if(s!=null)s.aH() -s=this.t -if(s!=null)s.aH()}, -j_(){this.i_=this.hZ=null -this.U()}, -nY(){var s=this -s.Dr() -s.a6.U() -s.i_=s.hZ=null}, -gGH(){var s=this.df -return s==null?this.df=this.a6.c.aat(!1):s}, -sly(a,b){var s=this,r=s.a6 -if(J.f(r.c,b))return -r.sly(0,b) -s.dr=s.ev=s.df=null -s.ES(b) -s.j_() -s.ak()}, -slz(a,b){var s=this.a6 -if(s.d===b)return -s.slz(0,b) -this.j_()}, -sbF(a,b){var s=this.a6 -if(s.e===b)return -s.sbF(0,b) -this.j_() -this.ak()}, -slk(a,b){var s=this.a6 -if(J.f(s.x,b))return -s.slk(0,b) -this.j_()}, -siy(a,b){var s=this.a6 -if(J.f(s.z,b))return -s.siy(0,b) -this.j_()}, -sOf(a){var s=this,r=s.e0 -if(r===a)return -if(s.b!=null)r.T(0,s.grJ()) -s.e0=a -if(s.b!=null){s.gdT().svg(s.e0.a) -s.e0.al(0,s.grJ())}}, -a2H(){this.gdT().svg(this.e0.a)}, -sbW(a){if(this.ew===a)return -this.ew=a -this.ak()}, -sa74(a){if(this.k5)return -this.k5=!0 -this.U()}, -sq3(a,b){if(this.v===b)return -this.v=b -this.ak()}, -smY(a,b){if(this.a3===b)return -this.a3=b -this.j_()}, -sa8E(a){return}, -szS(a){return}, -snr(a){var s=this.a6 -if(s.f===a)return -s.snr(a) -this.j_()}, -sqv(a){var s=this -if(s.b2.k(0,a))return -s.b2=a -s.aL.stX(a) -s.aH() -s.ak()}, -sek(a,b){var s=this,r=s.cS -if(r===b)return -if(s.b!=null)r.T(0,s.gdJ()) -s.cS=b -if(s.b!=null)b.al(0,s.gdJ()) -s.U()}, -sa5N(a){if(this.ee===a)return -this.ee=a -this.U()}, -sa5M(a){return}, -sa9s(a){var s=this -if(s.hj===a)return -s.hj=a -s.d5=s.c2=null -s.Ii(s.a8) -s.Io(s.aw)}, -sOs(a){if(this.i2===a)return -this.i2=a -this.aH()}, -sa6r(a){if(this.fe===a)return -this.fe=a -this.aH()}, -gCi(){return!0}, -eP(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this -d.h1(a) -s=d.a6 -r=s.c -r.toString -q=A.a([],t.O_) -r.Ji(q) -d.cT=q -if(B.b.ha(q,new A.ZR())&&A.eB()!==B.by){a.b=a.a=!0 -return}r=d.ev -if(r==null){p=new A.c7("") -o=A.a([],t.oU) -for(r=d.cT,n=r.length,m=0,l=0,k="";l"),c=new A.hL(f,1,a3,g),c.vT(f,1,a3,h.c),c=new A.bY(c,c.gq(c),g.i("bY")),g=g.i("aX.E");c.u();){h=g.a(c.d) -e=e.jZ(new A.v(h.a,h.b,h.c,h.d)) -d=h.e}h=e.a -g=Math.max(0,h) -c=e.b -b=Math.max(0,c) -h=Math.min(e.c-h,p.a(A.q.prototype.gS.call(a2)).b) -c=Math.min(e.d-c,p.a(A.q.prototype.gS.call(a2)).d) -o=new A.v(Math.floor(g)-4,Math.floor(b)-4,Math.ceil(g+h)+4,Math.ceil(b+c)+4) -a=A.nn() -a0=m+1 -a.r2=new A.n4(m,a3) -a.d=!0 -a.b0=n -c=j.b -a6=c==null?a6:c -a.L=new A.ch(a6,j.f) -a6=a2.bx -a1=(a6==null?a3:!a6.gR(a6))===!0?a2.bx.ls():A.Iq(a3,a3) -a1.MI(0,a) -if(!a1.x.k(0,o)){a1.x=o -a1.hF()}s.e6(0,a1) -a4.push(a1) -m=a0 -n=d}a2.bx=s -a7.jb(0,a4,a8)}, -a_1(a){this.jx(a,B.U)}, -Za(a){var s=this,r=s.a6.C0(s.b2.d) -if(r==null)return -s.jx(A.cy(B.o,!a?r:s.b2.c,r,!1),B.U)}, -Z6(a){var s=this,r=s.a6.C1(s.b2.d) -if(r==null)return -s.jx(A.cy(B.o,!a?r:s.b2.c,r,!1),B.U)}, -Zc(a){var s,r=this,q=r.b2.gdG(),p=r.Fn(r.a6.a.f1(0,q).b) -if(p==null)return -s=a?r.b2.c:p.a -r.jx(A.cy(B.o,s,p.a,!1),B.U)}, -Z8(a){var s,r=this,q=r.b2.gdG(),p=r.Fp(r.a6.a.f1(0,q).a-1) -if(p==null)return -s=a?r.b2.c:p.a -r.jx(A.cy(B.o,s,p.a,!1),B.U)}, -Fn(a){var s,r,q -for(s=this.a6;!0;){r=s.a.f1(0,new A.bm(a,B.o)) -q=r.a -q=!(q>=0&&r.b>=0)||q===r.b -if(q)return null -if(!this.Gq(r))return r -a=r.b}}, -Fp(a){var s,r,q -for(s=this.a6;a>=0;){r=s.a.f1(0,new A.bm(a,B.o)) -q=r.a -q=!(q>=0&&r.b>=0)||q===r.b -if(q)return null -if(!this.Gq(r))return r -a=r.a-1}return null}, -Gq(a){var s,r,q,p -for(s=a.a,r=a.b,q=this.a6;ss.gcE()*n.a3)return s.gcE()*n.a3 -if(a===1/0){q=n.gGH() -for(s=q.length,p=1,o=0;o=m)return A.Js(a) -if(A.a3x(B.d.ay(p.gGH(),n))&&n>0){s=o.a -r=p.Fp(s) -switch(A.eB().a){case 2:if(r==null){q=p.Fn(s) -if(q==null)return A.nF(B.o,n) -return A.cy(B.o,n,q.b,!1)}return A.cy(B.o,r.a,n,!1) -case 0:if(p.v){if(r==null)return A.cy(B.o,n,n+1,!1) -return A.cy(B.o,r.a,n,!1)}break -case 1:case 4:case 3:case 5:break}}return A.cy(B.o,o.a,m,!1)}, -Ga(a,b){var s,r,q,p,o,n,m,l=this,k="_placeholderSpans",j=l.b4$ -if(j===0){j=t.tZ -l.a6.it(A.a([],j)) -return A.a([],j)}s=l.P$ -r=A.a1(j,B.es,!1,t.jP) -q=new A.al(0,a.b,0,1/0).fm(0,l.a6.f) -for(j=A.o(l).i("Y.1"),p=!b,o=0;s!=null;){if(p){s.c8(0,q,!0) -n=s.rx -n.toString -switch(J.ax(A.b(l.a_,k),o).gd_()){case B.cB:s.nx(J.m_(J.ax(A.b(l.a_,k),o))) -break -case B.cC:case B.cD:case B.cF:case B.cG:case B.cE:break}m=n}else m=s.em(q) -J.ax(A.b(l.a_,k),o).gd_() -r[o]=new A.ix(m,J.m_(J.ax(A.b(l.a_,k),o))) -n=s.e -n.toString -s=j.a(n).O$;++o}return r}, -a_W(a){return this.Ga(a,!1)}, -a2w(){var s,r,q=this.P$,p=t.ot,o=this.a6,n=A.o(this).i("Y.1"),m=0 -while(!0){if(!(q!=null&&mr)return new A.bN(o.gu5(o),new A.k(s.a,o.gjP(o)),t.DC)}n=Math.max(0,p-1) -if(p!==0){r=B.b.gJ(b) -r=r.gjP(r) -p=B.b.gJ(b) -p=r+p.gp6(p) -r=p}else r=0 -return new A.bN(n,new A.k(s.a,r),t.DC)}, -ET(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d="_caretPrototype",c="_caretMetrics",b={},a=a2.W(0,e.ge8()),a0=e.iU -if(!a0){a0=e.rx -s=new A.v(0,0,0+a0.a,0+a0.b) -a0=e.a6 -r=e.b2 -a0.kL(new A.bm(r.a,r.e),A.b(e.bN,d)) -q=A.b(a0.fx,c).a -e.cn.sm(0,s.fQ(0.5).A(0,q.W(0,a))) -r=e.b2 -a0.kL(new A.bm(r.b,r.e),A.b(e.bN,d)) -p=A.b(a0.fx,c).a -e.cd.sm(0,s.fQ(0.5).A(0,p.W(0,a)))}o=e.l -n=e.t -if(n!=null)a1.dM(n,a2) -a0=e.a6 -a0.aK(a1.gcv(a1),a) -r=b.a=e.P$ -m=t.ot -l=a.a -k=a.b -j=A.o(e).i("Y.1") -i=0 -while(!0){if(!(r!=null&&i0||!J.f(m.ge8(),B.i))&&m.c9!==B.u -r=m.cb -if(s){s=A.b(m.fr,"_needsCompositing") -q=m.rx -r.saS(0,a.lq(s,b,new A.v(0,0,0+q.a,0+q.b),m.gWF(),m.c9,r.a))}else{r.saS(0,null) -m.ET(a,b)}if(m.b2.gbJ()){s=m.N0(m.b2) -p=s[0].a -r=B.c.C(p.a,0,m.rx.a) -q=B.c.C(p.b,0,m.rx.b) -o=t.R -a.q_(new A.mP(m.i2,new A.k(r,q),A.a8(o)),A.q.prototype.gfV.call(m),B.i) -if(s.length===2){n=s[1].a -s=B.c.C(n.a,0,m.rx.a) -r=B.c.C(n.b,0,m.rx.b) -a.q_(new A.mP(m.fe,new A.k(s,r),A.a8(o)),A.q.prototype.gfV.call(m),B.i)}}}, -iH(a){var s -if(this.ff>0||!J.f(this.ge8(),B.i)){s=this.rx -s=new A.v(0,0,0+s.a,0+s.b)}else s=null -return s}} -A.ZP.prototype={ -$1(a){return!0}, -$S:36} -A.ZR.prototype={ -$1(a){return!1}, -$S:114} -A.ZS.prototype={ -$2(a,b){var s=a==null?null:a.jZ(new A.v(b.a,b.b,b.c,b.d)) -return s==null?new A.v(b.a,b.b,b.c,b.d):s}, -$S:247} -A.ZT.prototype={ -$2(a,b){return this.a.a.bO(a,b)}, -$S:9} -A.ZQ.prototype={ -$2(a,b){var s=this.a.a -s.toString -a.dM(s,b)}, -$S:15} -A.ND.prototype={ -gaf(a){return t.CA.a(A.A.prototype.gaf.call(this,this))}, -gam(){return!0}, -ghw(){return!0}, -spS(a){var s,r=this,q=r.l -if(a===q)return -r.l=a -s=a.f3(q) -if(s)r.aH() -if(r.b!=null){s=r.gdJ() -q.T(0,s) -a.al(0,s)}}, -aK(a,b){var s,r,q=this,p=t.CA.a(A.A.prototype.gaf.call(q,q)),o=q.l -if(p!=null){p.hC() -s=a.gcv(a) -r=q.rx -r.toString -o.ho(s,r,p)}}, -ad(a){this.dk(a) -this.l.al(0,this.gdJ())}, -a7(a){this.l.T(0,this.gdJ()) -this.cY(0)}, -bU(a){return new A.K(B.e.C(1/0,a.a,a.b),B.e.C(1/0,a.c,a.d))}} -A.lf.prototype={} -A.BG.prototype={ -stW(a){if(J.f(a,this.r))return -this.r=a -this.aA()}, -stX(a){if(J.f(a,this.x))return -this.x=a -this.aA()}, -sCj(a){if(this.y===a)return -this.y=a -this.aA()}, -sCk(a){if(this.z===a)return -this.z=a -this.aA()}, -ho(a,b,c){var s,r,q,p,o,n,m,l,k,j=this,i=j.x,h=j.r -if(i==null||h==null||i.a===i.b)return -s=j.f -s.saz(0,h) -r=c.a6 -q=r.uO(A.cy(B.o,i.a,i.b,!1),j.y,j.z) -for(p=q.length,o=0;o>>16&255,o>>>8&255,o&255)}if(r||h==null||!e.f)return -r=A.ae_(s.cj(a0.ge8()),B.Wq) -g=e.z -if(g===$){o=A.aQ() -f=o?A.bl():new A.bf(new A.bh()) -A.bp(e.z,"floatingCursorPaint") -g=e.z=f}g.saz(0,h) -a.cJ(0,r,g)}, -f3(a){var s=this -if(s===a)return!1 -return!(a instanceof A.zQ)||a.f!==s.f||a.x!==s.x||!J.f(a.Q,s.Q)||!J.f(a.ch,s.ch)||!a.cx.k(0,s.cx)||!J.f(a.cy,s.cy)||!J.f(a.db,s.db)}} -A.rq.prototype={ -al(a,b){var s,r,q -for(s=this.f,r=s.length,q=0;q")) -s=this.f -p=A.a7(s) -o=new J.dq(s,s.length,p.i("dq<1>")) -s=p.c -r=r.c -while(!0){if(!(q.u()&&o.u()))break -if(s.a(o.d).f3(r.a(q.d)))return!0}return!1}} -A.AW.prototype={ -ad(a){this.dk(a) -$.H_.mJ$.a.F(0,this.gnX())}, -a7(a){$.H_.mJ$.a.B(0,this.gnX()) -this.cY(0)}} -A.AX.prototype={ -ad(a){var s,r,q -this.Ri(a) -s=this.P$ -for(r=t.ot;s!=null;){s.ad(a) -q=s.e -q.toString -s=r.a(q).O$}}, -a7(a){var s,r,q -this.Rj(0) -s=this.P$ -for(r=t.ot;s!=null;){s.a7(0) -q=s.e -q.toString -s=r.a(q).O$}}} -A.NE.prototype={} -A.xz.prototype={ -TQ(a){var s,r,q,p=this,o="_paragraph" -try{r=p.l -if(r!==""){s=A.adO($.amc()) -J.agf(s,$.amd()) -J.afF(s,r) -r=J.ao0(s) -A.d7(p.t,o) -p.t=r}else{A.d7(p.t,o) -p.t=null}}catch(q){}}, -aQ(a){return 1e5}, -aY(a){return 1e5}, -ghw(){return!0}, -hk(a){return!0}, -bU(a){return a.aW(B.Y_)}, -aK(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h="_paragraph" -try{p=a.gcv(a) -o=i.rx -n=b.a -m=b.b -l=o.a -o=o.b -k=A.aQ() -k=k?A.bl():new A.bf(new A.bh()) -k.saz(0,$.amb()) -p.cm(0,new A.v(n,m,n+l,m+o),k) -if(A.b(i.t,h)!=null){s=i.rx.a -r=0 -q=0 -if(s>328){s-=128 -r+=64}A.b(i.t,h).ei(0,new A.l8(s)) -p=i.rx.b -o=A.b(i.t,h) -if(p>96+o.gby(o)+12)q+=96 -p=a.gcv(a) -o=A.b(i.t,h) -o.toString -p.fM(0,o,b.W(0,new A.k(r,q)))}}catch(j){}}} -A.va.prototype={ -j(a){return"FlexFit."+this.b}} -A.eJ.prototype={ -j(a){return this.qD(0)+"; flex="+A.e(this.e)+"; fit="+A.e(this.f)}} -A.wa.prototype={ -j(a){return"MainAxisSize."+this.b}} -A.jF.prototype={ -j(a){return"MainAxisAlignment."+this.b}} -A.kG.prototype={ -j(a){return"CrossAxisAlignment."+this.b}} -A.xA.prototype={ -dR(a){if(!(a.e instanceof A.eJ))a.e=new A.eJ(null,null,B.i)}, -r9(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=this -if(g.a8===B.ir)return 0 -s=g.l -r=g.P$ -if(s===c){for(s=t.US,q=0,p=0,o=0;r!=null;){n=r.e -n.toString -m=s.a(n).e -if(m==null)m=0 -q+=m -if(m>0){n=a.$2(r,b) -l=r.e -l.toString -l=s.a(l).e -o=Math.max(o,n/(l==null?0:l))}else p+=a.$2(r,b) -n=r.e -n.toString -r=s.a(n).O$}return o*q+p}else{for(s=t.US,q=0,p=0,k=0;r!=null;){n=r.e -n.toString -m=s.a(n).e -if(m==null)m=0 -q+=m -j=A.bI("mainSize") -i=A.bI("crossSize") -if(m===0){switch(g.l.a){case 0:n=r.Y(B.M,1/0,r.gaX()) -if(j.b!==j)A.L(A.vY(j.a)) -j.b=n -n=a.$2(r,n) -if(i.b!==i)A.L(A.vY(i.a)) -i.b=n -break -case 1:n=r.Y(B.aB,1/0,r.gbs()) -if(j.b!==j)A.L(A.vY(j.a)) -j.b=n -n=a.$2(r,n) -if(i.b!==i)A.L(A.vY(i.a)) -i.b=n -break}n=j.b -if(n===j)A.L(A.jC(j.a)) -p+=n -n=i.b -if(n===i)A.L(A.jC(i.a)) -k=Math.max(k,A.dA(n))}n=r.e -n.toString -r=s.a(n).O$}h=Math.max(0,(b-p)/q) -r=g.P$ -for(;r!=null;){n=r.e -n.toString -m=s.a(n).e -if(m==null)m=0 -if(m>0)k=Math.max(k,A.dA(a.$2(r,h*m))) -n=r.e -n.toString -r=s.a(n).O$}return k}}, -aZ(a){return this.r9(new A.ZX(),a,B.aK)}, -aQ(a){return this.r9(new A.ZV(),a,B.aK)}, -aV(a){return this.r9(new A.ZW(),a,B.as)}, -aY(a){return this.r9(new A.ZU(),a,B.as)}, -d0(a){if(this.l===B.aK)return this.zo(a) -return this.JO(a)}, -r6(a){switch(this.l.a){case 0:return a.b -case 1:return a.a}}, -ra(a){switch(this.l.a){case 0:return a.a -case 1:return a.b}}, -bU(a){var s -if(this.a8===B.ir)return B.p -s=this.Eu(a,A.CH()) -switch(this.l.a){case 0:return a.aW(new A.K(s.a,s.b)) -case 1:return a.aW(new A.K(s.b,s.a))}}, -Eu(a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=null,a=c.l===B.aK?a2.b:a2.d,a0=a<1/0,a1=c.P$ -for(s=t.US,r=a2.b,q=a2.d,p=b,o=0,n=0,m=0;a1!=null;){l=a1.e -l.toString -s.a(l) -k=l.e -if(k==null)k=0 -if(k>0){o+=k -p=a1}else{if(c.a8===B.ch)switch(c.l.a){case 0:j=A.f_(q,b) -break -case 1:j=A.f_(b,r) -break -default:j=b}else switch(c.l.a){case 0:j=new A.al(0,1/0,0,q) -break -case 1:j=new A.al(0,r,0,1/0) -break -default:j=b}i=a3.$2(a1,j) -m+=c.ra(i) -n=Math.max(n,A.dA(c.r6(i)))}a1=l.O$}h=Math.max(0,(a0?a:0)-m) -if(o>0){g=a0?h/o:0/0 -a1=c.P$ -for(f=0;a1!=null;){l=a1.e -l.toString -k=s.a(l).e -if(k==null)k=0 -if(k>0){if(a0)e=a1===p?h-f:g*k -else e=1/0 -d=A.bI("minChildExtent") -l=a1.e -l.toString -l=s.a(l).f -switch((l==null?B.oN:l).a){case 0:if(d.b!==d)A.L(A.vY(d.a)) -d.b=e -break -case 1:if(d.b!==d)A.L(A.vY(d.a)) -d.b=0 -break}if(c.a8===B.ch)switch(c.l.a){case 0:l=d.b -if(l===d)A.L(A.jC(d.a)) -j=new A.al(l,e,q,q) -break -case 1:l=d.b -if(l===d)A.L(A.jC(d.a)) -j=new A.al(r,r,l,e) -break -default:j=b}else switch(c.l.a){case 0:l=d.b -if(l===d)A.L(A.jC(d.a)) -j=new A.al(l,e,0,q) -break -case 1:l=d.b -if(l===d)A.L(A.jC(d.a)) -j=new A.al(0,r,l,e) -break -default:j=b}i=a3.$2(a1,j) -m+=c.ra(i) -f+=e -n=Math.max(n,A.dA(c.r6(i)))}l=a1.e -l.toString -a1=s.a(l).O$}}return new A.a7l(a0&&c.a_===B.ak?a:m,n,m)}, -bw(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0=t.k.a(A.q.prototype.gS.call(a)),a1=a.Eu(a0,A.CI()),a2=a1.a,a3=a1.b -if(a.a8===B.ir){s=a.P$ -for(r=t.US,q=0,p=0,o=0;s!=null;){n=a.aL -n.toString -m=s.uR(n,!0) -if(m!=null){q=Math.max(q,m) -p=Math.max(m,p) -o=Math.max(s.rx.b-m,o) -a3=Math.max(p+o,a3)}n=s.e -n.toString -s=r.a(n).O$}}else q=0 -switch(a.l.a){case 0:r=a.rx=a0.aW(new A.K(a2,a3)) -a2=r.a -a3=r.b -break -case 1:r=a.rx=a0.aW(new A.K(a3,a2)) -a2=r.b -a3=r.a -break}l=a2-a1.c -a.bf=Math.max(0,-l) -k=Math.max(0,l) -j=A.bI("leadingSpace") -i=A.bI("betweenSpace") -r=A.akS(a.l,a.aw,a.bl) -h=r===!1 -switch(a.t.a){case 0:j.sef(0) -i.sef(0) -break -case 1:j.sef(k) -i.sef(0) -break -case 2:j.sef(k/2) -i.sef(0) -break -case 3:j.sef(0) -r=a.b4$ -i.sef(r>1?k/(r-1):0) -break -case 4:r=a.b4$ -i.sef(r>0?k/r:0) -j.sef(i.bQ()/2) -break -case 5:r=a.b4$ -i.sef(r>0?k/(r+1):0) -j.sef(i.bQ()) -break}g=h?a2-j.bQ():j.bQ() -s=a.P$ -for(r=t.US,n=a3/2,f=i.a;s!=null;){e=s.e -e.toString -r.a(e) -d=a.a8 -switch(d.a){case 0:case 1:if(A.akS(A.axT(a.l),a.aw,a.bl)===(d===B.dV))c=0 -else{d=s.rx -d.toString -c=a3-a.r6(d)}break -case 2:d=s.rx -d.toString -c=n-a.r6(d)/2 -break -case 3:c=0 -break -case 4:if(a.l===B.aK){d=a.aL -d.toString -m=s.uR(d,!0) -c=m!=null?q-m:0}else c=0 -break -default:c=null}if(h){d=s.rx -d.toString -g-=a.ra(d)}switch(a.l.a){case 0:e.a=new A.k(g,c) -break -case 1:e.a=new A.k(c,g) -break}if(h){d=i.b -if(d===i)A.L(A.jC(f)) -g-=d}else{d=s.rx -d.toString -d=a.ra(d) -b=i.b -if(b===i)A.L(A.jC(f)) -g+=d+b}s=e.O$}}, -co(a,b){return this.p3(a,b)}, -aK(a,b){var s,r,q,p=this -if(!(p.bf>1e-10)){p.jV(a,b) -return}s=p.rx -if(s.gR(s))return -s=p.d5 -if(p.c2===B.u){s.saS(0,null) -p.jV(a,b)}else{r=A.b(p.fr,"_needsCompositing") -q=p.rx -s.saS(0,a.lq(r,b,new A.v(0,0,0+q.a,0+q.b),p.ga5W(),p.c2,s.a))}}, -n(a){this.d5.saS(0,null) -this.lW(0)}, -iH(a){var s -if(this.bf>1e-10){s=this.rx -s=new A.v(0,0,0+s.a,0+s.b)}else s=null -return s}, -ci(){var s=this.Q4() -return s}} -A.ZX.prototype={ -$2(a,b){return a.Y(B.G,b,a.gaM())}, -$S:35} -A.ZV.prototype={ -$2(a,b){return a.Y(B.M,b,a.gaX())}, -$S:35} -A.ZW.prototype={ -$2(a,b){return a.Y(B.V,b,a.gb8())}, -$S:35} -A.ZU.prototype={ -$2(a,b){return a.Y(B.aB,b,a.gbs())}, -$S:35} -A.a7l.prototype={} -A.NF.prototype={ -ad(a){var s,r,q -this.dk(a) -s=this.P$ -for(r=t.US;s!=null;){s.ad(a) -q=s.e -q.toString -s=r.a(q).O$}}, -a7(a){var s,r,q -this.cY(0) -s=this.P$ -for(r=t.US;s!=null;){s.a7(0) -q=s.e -q.toString -s=r.a(q).O$}}} -A.NG.prototype={} -A.NH.prototype={} -A.tU.prototype={ -j(a){return"AnnotationEntry(annotation: "+this.a.j(0)+", localPosition: "+this.b.j(0)+")"}} -A.D4.prototype={} -A.pB.prototype={ -n(a){var s=this.x -if(s!=null)s.n(0) -this.x=null}, -du(){if(this.r)return -this.r=!0}, -gjM(){return!1}, -sfc(a){var s=this,r=s.x -if(r!=null)r.n(0) -s.x=a -if(!s.gjM()){r=t.Hb -if(r.a(A.A.prototype.gaf.call(s,s))!=null&&!r.a(A.A.prototype.gaf.call(s,s)).gjM())r.a(A.A.prototype.gaf.call(s,s)).du()}}, -uE(){this.r=this.r||this.gjM()}, -iK(a){if(!this.gjM())this.du() -this.vv(a)}, -bD(a){var s,r,q=this,p=t.Hb.a(A.A.prototype.gaf.call(q,q)) -if(p!=null){s=q.z -r=q.y -if(s==null)p.db=r -else s.y=r -r=q.y -if(r==null)p.dx=s -else r.z=s -q.y=q.z=null -p.iK(q) -q.e.saS(0,null)}}, -ey(a,b,c){return!1}, -Kh(a,b,c){var s=A.a([],c.i("t>")) -this.ey(new A.D4(s,c.i("D4<0>")),b,!0,c) -return s.length===0?null:B.b.gI(s).a}, -UO(a){var s,r=this -if(!r.r&&r.x!=null){s=r.x -s.toString -a.IQ(s) -return}r.fD(a) -r.r=!1}, -ci(){var s=this.Pj() -return s+(this.b==null?" DETACHED":"")}} -A.FP.prototype={ -saS(a,b){var s=this.a -if(b==s)return -if(s!=null)if(--s.f===0)s.n(0) -this.a=b -if(b!=null)++b.f}, -j(a){var s=this.a -return"LayerHandle("+(s!=null?s.j(0):"DISPOSED")+")"}} -A.H9.prototype={ -sLN(a){var s -this.du() -s=this.dx -if(s!=null)s.n(0) -this.dx=a}, -n(a){this.sLN(null) -this.Db(0)}, -fD(a){var s=this.dx -s.toString -a.IP(B.i,s,this.dy,this.fr)}, -ey(a,b,c){return!1}} -A.H2.prototype={ -fD(a){a.IO(this.dx,this.db) -a.Cy(this.dy) -a.Cq(!1) -a.Cp(!1)}, -ey(a,b,c){return!1}} -A.dD.prototype={ -a4B(a){this.uE() -this.fD(a) -this.r=!1 -return a.bA(0)}, -n(a){this.Bj() -this.Db(0)}, -uE(){var s,r=this -r.PD() -s=r.db -for(;s!=null;){s.uE() -r.r=r.r||s.r -s=s.y}}, -ey(a,b,c,d){var s,r,q -for(s=this.dx,r=a.a;s!=null;s=s.z){if(s.ey(a,b,!0,d))return!0 -q=r.length -if(q!==0)return!1}return!1}, -ad(a){var s -this.vu(a) -s=this.db -for(;s!=null;){s.ad(a) -s=s.y}}, -a7(a){var s -this.cY(0) -s=this.db -for(;s!=null;){s.a7(0) -s=s.y}}, -jN(a,b){var s,r=this -if(!r.gjM())r.du() -r.CU(b) -s=b.z=r.dx -if(s!=null)s.y=b -r.dx=b -if(r.db==null)r.db=b -b.e.saS(0,b)}, -Bj(){var s,r=this,q=r.db -for(;q!=null;q=s){s=q.y -q.y=q.z=null -if(!r.gjM())r.du() -r.vv(q) -q.e.saS(0,null)}r.dx=r.db=null}, -fD(a){this.hL(a)}, -hL(a){var s=this.db -for(;s!=null;){s.UO(a) -s=s.y}}, -mk(a,b){}} -A.ir.prototype={ -sek(a,b){if(!b.k(0,this.r2))this.du() -this.r2=b}, -ey(a,b,c,d){return this.kE(a,b.a4(0,this.r2),!0,d)}, -mk(a,b){var s=this.r2 -b.cf(0,A.mW(s.a,s.b,0))}, -fD(a){var s=this,r=s.r2 -s.sfc(a.B8(r.a,r.b,t.Ff.a(s.x))) -s.hL(a) -a.dN(0)}} -A.oM.prototype={ -ey(a,b,c,d){if(!this.r2.A(0,b))return!1 -return this.kE(a,b,!0,d)}, -fD(a){var s=this,r=s.r2 -r.toString -s.sfc(a.LX(r,s.rx,t.GB.a(s.x))) -s.hL(a) -a.dN(0)}} -A.us.prototype={ -ey(a,b,c,d){if(!this.r2.A(0,b))return!1 -return this.kE(a,b,!0,d)}, -fD(a){var s=this,r=s.r2 -r.toString -s.sfc(a.LW(r,s.rx,t.Aw.a(s.x))) -s.hL(a) -a.dN(0)}} -A.ra.prototype={ -sc4(a,b){var s=this -if(b.k(0,s.ab))return -s.ab=b -s.b0=!0 -s.du()}, -fD(a){var s,r,q=this -q.ac=q.ab -if(!q.r2.k(0,B.i)){s=q.r2 -s=A.mW(s.a,s.b,0) -r=q.ac -r.toString -s.cf(0,r) -q.ac=s}q.sfc(a.q1(q.ac.a,t.qf.a(q.x))) -q.hL(a) -a.dN(0)}, -yd(a){var s,r=this -if(r.b0){s=r.ab -s.toString -r.bt=A.wm(A.adR(s)) -r.b0=!1}s=r.bt -if(s==null)return null -return A.el(s,a)}, -ey(a,b,c,d){var s=this.yd(b) -if(s==null)return!1 -return this.PJ(a,s,!0,d)}, -mk(a,b){var s=this.ac -if(s==null){s=this.ab -s.toString -b.cf(0,s)}else b.cf(0,s)}} -A.wN.prototype={ -fD(a){var s,r,q,p=this -if(p.db==null){p.sfc(null) -return}s=p.ab -s.toString -r=p.r2 -q=p.x -if(s<255)p.sfc(a.LY(s,r,t.Zr.a(q))) -else p.sfc(a.B8(r.a,r.b,t.Ff.a(q))) -p.hL(a) -a.dN(0)}} -A.x6.prototype={ -sJc(a,b){if(b!==this.r2){this.r2=b -this.du()}}, -shb(a){if(a!==this.rx){this.rx=a -this.du()}}, -siL(a,b){if(b!==this.ry){this.ry=b -this.du()}}, -saz(a,b){if(!b.k(0,this.x1)){this.x1=b -this.du()}}, -snK(a,b){if(!b.k(0,this.x2)){this.x2=b -this.du()}}, -ey(a,b,c,d){if(!this.r2.A(0,b))return!1 -return this.kE(a,b,!0,d)}, -fD(a){var s,r,q,p=this,o=p.r2 -o.toString -s=p.ry -s.toString -r=p.x1 -r.toString -q=p.x2 -p.sfc(a.LZ(p.rx,r,s,t._c.a(p.x),o,q)) -p.hL(a) -a.dN(0)}} -A.vZ.prototype={ -GS(){++this.b -return new A.a7h(this)}, -j(a){var s="#"+A.bF(this)+"(" -return s+(this.a!=null?"":"")+")"}} -A.a7h.prototype={ -n(a){--this.a.b -this.a=null}} -A.mP.prototype={ -siZ(a){var s=this.r2 -if(s===a)return -s.a=null -this.r2=a}, -sek(a,b){var s=this -if(b.k(0,s.rx))return -s.rx=b -if(s.r2.b<=0)s.du()}, -gjM(){return this.r2.b>0}, -ad(a){var s=this -s.CZ(a) -s.ry=null -s.r2.a=s}, -a7(a){this.ry=this.r2.a=null -this.D_(0)}, -ey(a,b,c,d){return this.kE(a,b.a4(0,this.rx),!0,d)}, -fD(a){var s=this,r=s.rx -s.ry=r -if(!r.k(0,B.i)){r=s.ry -s.sfc(a.q1(A.mW(r.a,r.b,0).a,t.qf.a(s.x)))}s.hL(a) -if(!J.f(s.ry,B.i))a.dN(0)}, -mk(a,b){var s -if(!J.f(this.ry,B.i)){s=this.ry -b.at(0,s.a,s.b)}}} -A.vk.prototype={ -ad(a){this.CZ(a) -this.x2=this.r2.GS()}, -a7(a){var s -this.D_(0) -s=this.x2 -if(s!=null)s.n(0) -this.x2=null}, -yd(a){var s,r,q,p,o=this -if(o.K){s=o.BW() -s.toString -o.ao=A.wm(s) -o.K=!1}if(o.ao==null)return null -r=new A.hP(new Float64Array(4)) -r.qz(a.a,a.b,0,1) -s=o.ao.aa(0,r).a -q=s[0] -p=o.x1 -return new A.k(q-p.a,s[1]-p.b)}, -ey(a,b,c,d){var s -if(this.x2.a.a==null)return!1 -s=this.yd(b) -if(s==null)return!1 -return this.kE(a,s,!0,d)}, -BW(){var s,r -if(this.y2==null)return null -s=this.y1 -r=A.mW(-s.a,-s.b,0) -s=this.y2 -s.toString -r.cf(0,s) -return r}, -WS(){var s,r,q,p,o,n,m=this -m.y2=null -s=m.x2.a.a -if(s==null)return -r=t.KV -q=A.a([s],r) -p=A.a([m],r) -A.V2(s,m,q,p) -o=A.aho(q) -s.mk(null,o) -r=m.x1 -o.at(0,r.a,r.b) -n=A.aho(p) -if(n.jT(n)===0)return -n.cf(0,o) -m.y2=n -m.K=!0}, -gjM(){return!0}, -fD(a){var s,r,q=this -if(q.x2.a.a==null&&!0){q.y1=q.y2=null -q.K=!0 -q.sfc(null) -return}q.WS() -s=q.y2 -r=t.qf -if(s!=null){q.sfc(a.q1(s.a,r.a(q.x))) -q.hL(a) -a.dN(0) -q.y1=q.ry}else{q.y1=null -s=q.ry -q.sfc(a.q1(A.mW(s.a,s.b,0).a,r.a(q.x))) -q.hL(a) -a.dN(0)}q.K=!0}, -mk(a,b){var s=this.y2 -if(s!=null)b.cf(0,s) -else{s=this.ry -b.cf(0,A.mW(s.a,s.b,0))}}} -A.tT.prototype={ -ey(a,b,c,d){var s,r,q,p=this,o=p.kE(a,b,!0,d),n=a.a -if(n.length!==0&&!0)return o -s=p.rx -if(s!=null){r=p.ry -q=r.a -r=r.b -s=!new A.v(q,r,q+s.a,r+s.b).A(0,b)}else s=!1 -if(s)return o -if(A.b8(p.$ti.c)===A.b8(d)){o=o||!1 -n.push(new A.tU(d.a(p.r2),b.a4(0,p.ry),d.i("tU<0>")))}return o}} -A.Mc.prototype={} -A.ik.prototype={} -A.xD.prototype={ -dR(a){if(!(a.e instanceof A.ik))a.e=new A.ik(null,null,B.i)}, -sfG(a){if(this.l===a)return -this.l=a -this.U()}, -bU(a){var s,r,q,p,o,n=this,m=n.P$ -switch(n.l.a){case 1:case 3:s=a.d -r=A.f_(s,null) -for(q=A.o(n).i("Y.1"),p=0;m!=null;){p+=m.em(r).a -o=m.e -o.toString -m=q.a(o).O$}return a.aW(new A.K(p,s)) -case 0:case 2:s=a.b -r=A.f_(null,s) -for(q=A.o(n).i("Y.1"),p=0;m!=null;){p+=m.em(r).b -o=m.e -o.toString -m=q.a(o).O$}return a.aW(new A.K(s,p))}}, -bw(){var s,r,q,p,o,n,m=this,l=null,k=t.k.a(A.q.prototype.gS.call(m)),j=m.P$ -switch(m.l.a){case 1:s=k.d -r=A.f_(s,l) -for(q=t.U9,p=0;j!=null;){j.c8(0,r,!0) -o=j.e -o.toString -q.a(o) -o.a=new A.k(p,0) -p+=j.rx.a -j=o.O$}m.rx=k.aW(new A.K(p,s)) -break -case 3:s=k.d -r=A.f_(s,l) -for(q=t.U9,p=0;j!=null;){j.c8(0,r,!0) -o=j.e -o.toString -q.a(o) -p+=j.rx.a -j=o.O$}j=m.P$ -for(n=0;j!=null;){o=j.e -o.toString -q.a(o) -n+=j.rx.a -o.a=new A.k(p-n,0) -j=o.O$}m.rx=k.aW(new A.K(p,s)) -break -case 2:s=k.b -r=A.f_(l,s) -for(q=t.U9,p=0;j!=null;){j.c8(0,r,!0) -o=j.e -o.toString -q.a(o) -o.a=new A.k(0,p) -p+=j.rx.b -j=o.O$}m.rx=k.aW(new A.K(s,p)) -break -case 0:s=k.b -r=A.f_(l,s) -for(q=t.U9,p=0;j!=null;){j.c8(0,r,!0) -o=j.e -o.toString -q.a(o) -p+=j.rx.b -j=o.O$}j=m.P$ -for(n=0;j!=null;){o=j.e -o.toString -q.a(o) -n+=j.rx.b -o.a=new A.k(0,p-n) -j=o.O$}m.rx=k.aW(new A.K(s,p)) -break}}, -r7(a){var s,r,q,p=this.P$ -for(s=t.U9,r=0;p!=null;){r=Math.max(r,A.dA(a.$1(p))) -q=p.e -q.toString -p=s.a(q).O$}return r}, -r8(a){var s,r,q,p=this.P$ -for(s=t.U9,r=0;p!=null;){r+=a.$1(p) -q=p.e -q.toString -p=s.a(q).O$}return r}, -aZ(a){switch(A.b9(this.l).a){case 0:return this.r8(new A.a_6(a)) -case 1:return this.r7(new A.a_7(a))}}, -aQ(a){switch(A.b9(this.l).a){case 0:return this.r8(new A.a_2(a)) -case 1:return this.r7(new A.a_3(a))}}, -aV(a){switch(A.b9(this.l).a){case 0:return this.r8(new A.a_4(a)) -case 1:return this.r7(new A.a_5(a))}}, -aY(a){switch(A.b9(this.l).a){case 0:return this.r8(new A.a_0(a)) -case 1:return this.r7(new A.a_1(a))}}, -d0(a){return this.JO(a)}, -aK(a,b){this.jV(a,b)}, -co(a,b){return this.p3(a,b)}} -A.a_6.prototype={ -$1(a){return a.Y(B.G,this.a,a.gaM())}, -$S:5} -A.a_7.prototype={ -$1(a){return a.Y(B.G,this.a,a.gaM())}, -$S:5} -A.a_2.prototype={ -$1(a){return a.Y(B.M,this.a,a.gaX())}, -$S:5} -A.a_3.prototype={ -$1(a){return a.Y(B.M,this.a,a.gaX())}, -$S:5} -A.a_4.prototype={ -$1(a){return a.Y(B.V,this.a,a.gb8())}, -$S:5} -A.a_5.prototype={ -$1(a){return a.Y(B.V,this.a,a.gb8())}, -$S:5} -A.a_0.prototype={ -$1(a){return a.Y(B.aB,this.a,a.gbs())}, -$S:5} -A.a_1.prototype={ -$1(a){return a.Y(B.aB,this.a,a.gbs())}, -$S:5} -A.NI.prototype={ -ad(a){var s,r,q -this.dk(a) -s=this.P$ -for(r=t.U9;s!=null;){s.ad(a) -q=s.e -q.toString -s=r.a(q).O$}}, -a7(a){var s,r,q -this.cY(0) -s=this.P$ -for(r=t.U9;s!=null;){s.a7(0) -q=s.e -q.toString -s=r.a(q).O$}}} -A.NJ.prototype={} -A.MB.prototype={ -aa1(a){var s=this.a -this.a=a -return s}, -j(a){var s="#",r="latestEvent: "+(s+A.bF(this.b)),q=this.a,p="annotations: [list of "+q.gq(q)+"]" -return s+A.bF(this)+"("+r+", "+p+")"}} -A.MC.prototype={ -giI(a){var s=this.c -return s.giI(s)}} -A.Gj.prototype={ -FV(a){var s,r,q,p,o,n,m=t._h,l=t.XK.a(A.x(m,t.xV)) -for(s=a.a,r=s.length,q=0;q"}} -A.pQ.prototype={ -dM(a,b){var s -if(a.gam()){this.nR() -if(a.fx)A.aif(a,null,!0) -s=a.dx.a -s.toString -t.gY.a(s) -s.sek(0,b) -this.yG(s)}else a.Gx(this,b)}, -yG(a){a.bD(0) -this.a.jN(0,a)}, -gcv(a){var s,r=this -if(r.e==null){r.c=new A.H9(r.b,A.a8(t.R)) -s=A.asP() -r.d=s -r.e=A.aqW(s,null) -s=r.c -s.toString -r.a.jN(0,s)}s=r.e -s.toString -return s}, -nR(){var s,r=this -if(r.e==null)return -s=r.c -s.toString -s.sLN(r.d.tJ()) -r.e=r.d=r.c=null}, -Cu(){var s=this.c -if(s!=null)if(!s.dy){s.dy=!0 -s.du()}}, -lr(a,b,c,d){var s,r=this -if(a.db!=null)a.Bj() -r.nR() -r.yG(a) -s=r.a5G(a,d==null?r.b:d) -b.$2(s,c) -s.nR()}, -q_(a,b,c){return this.lr(a,b,c,null)}, -a5G(a,b){return new A.pQ(a,b)}, -lq(a,b,c,d,e,f){var s,r=c.cj(b) -if(a){s=f==null?new A.oM(B.aD,A.a8(t.R)):f -if(!r.k(0,s.r2)){s.r2=r -s.du()}if(e!==s.rx){s.rx=e -s.du()}this.lr(s,d,b,r) -return s}else{this.a5_(r,e,r,new A.YE(this,d,b)) -return null}}, -a9E(a,b,c,d,e,f,g){var s,r=c.cj(b),q=d.cj(b) -if(a){s=g==null?new A.us(B.og,A.a8(t.R)):g -if(q!==s.r2){s.r2=q -s.du()}if(f!==s.rx){s.rx=f -s.du()}this.lr(s,e,b,r) -return s}else{this.a4Y(q,f,r,new A.YD(this,e,b)) -return null}}, -B9(a,b,c,d,e){var s,r=this,q=b.a,p=b.b,o=A.mW(q,p,0) -o.cf(0,c) -o.at(0,-q,-p) -if(a){s=e==null?A.ajk(null):e -s.sc4(0,o) -r.lr(s,d,b,A.ai_(o,r.b)) -return s}else{q=r.gcv(r) -q.bz(0) -q.aa(0,o.a) -d.$2(r,b) -r.gcv(r).bE(0) -return null}}, -M_(a,b,c,d){return this.B9(a,b,c,d,null)}, -a9G(a,b,c,d){var s=d==null?new A.wN(B.i,A.a8(t.R)):d,r=s.ab -if(b!==r){if(b===255||r===255)s.sfc(null) -s.ab=b -s.du()}s.sek(0,a) -this.q_(s,c,B.i) -return s}, -j(a){return"PaintingContext#"+A.fM(this)+"(layer: "+this.a.j(0)+", canvas bounds: "+this.b.j(0)+")"}} -A.YE.prototype={ -$0(){return this.b.$2(this.a,this.c)}, -$S:0} -A.YD.prototype={ -$0(){return this.b.$2(this.a,this.c)}, -$S:0} -A.SD.prototype={} -A.a0L.prototype={ -n(a){var s=this.b -if(s!=null)this.a.Q.T(0,s) -s=this.a -if(--s.ch===0){s.Q.n(0) -s.Q=null -s.c.$0()}}} -A.Hb.prototype={ -q7(){this.a.$0()}, -saac(a){var s=this.d -if(s===a)return -if(s!=null)s.a7(0) -this.d=a -a.ad(this)}, -a6V(){var s,r,q,p,o,n,m,l -try{for(q=t.O,p=t.TT;o=this.e,o.length!==0;){s=o -this.e=A.a([],p) -o=s -n=new A.YS() -if(!!o.immutable$list)A.L(A.O("sort")) -m=o.length-1 -if(m-0<=32)A.IZ(o,0,m,n) -else A.IY(o,0,m,n) -n=o.length -l=0 -for(;l0;m=l){l=m-1 -r[m].d9(r[l],n)}return n}, -iH(a){return null}, -zr(a){return null}, -eP(a){}, -v8(a){var s,r=this -if(t.O.a(A.A.prototype.gc3.call(r)).Q==null)return -s=r.id -if(s!=null&&!s.cx)s.NC(a) -else if(r.gaf(r)!=null){s=r.gaf(r) -s.toString -t.d.a(s).v8(a)}}, -gxW(){var s,r=this -if(r.fy==null){s=A.nn() -r.fy=s -r.eP(s)}s=r.fy -s.toString -return s}, -mt(){this.go=!0 -this.id=null -this.bj(new A.a_f())}, -ak(){var s,r,q,p,o,n,m=this -if(m.b==null||t.O.a(A.A.prototype.gc3.call(m)).Q==null){m.fy=null -return}if(m.id!=null){s=m.fy -r=(s==null?null:s.a)===!0}else r=!1 -m.fy=null -q=m.gxW().a&&r -s=t.d -p=m -while(!0){if(!(!q&&p.gaf(p) instanceof A.q))break -if(p!==m&&p.go)break -p.go=!0 -o=p.gaf(p) -o.toString -s.a(o) -if(o.fy==null){n=A.nn() -o.fy=n -o.eP(n)}q=o.fy.a -if(q&&o.id==null)return -p=o}if(p!==m&&m.id!=null&&m.go)t.O.a(A.A.prototype.gc3.call(m)).cy.B(0,m) -if(!p.go){p.go=!0 -s=t.O -if(s.a(A.A.prototype.gc3.call(m))!=null){s.a(A.A.prototype.gc3.call(m)).cy.F(0,p) -s.a(A.A.prototype.gc3.call(m)).q7()}}}, -a3A(){var s,r,q,p,o,n,m=this,l=null -if(m.Q)return -s=m.id -if(s==null)s=l -else{s=t.LQ.a(A.A.prototype.gaf.call(s,s)) -if(s==null)s=l -else s=s.cy||s.cx}r=t.pp.a(m.Ft(s===!0)) -q=A.a([],t.J) -s=m.id -p=s==null -o=p?l:s.y -n=p?l:s.z -s=p?l:s.Q -r.oT(s==null?0:s,n,o,q) -B.b.gbH(q)}, -Ft(a){var s,r,q,p,o,n,m,l=this,k={},j=l.gxW() -k.a=j.c -s=!j.d&&!j.a -r=t.CZ -q=A.a([],r) -p=A.aT(t.pp) -l.fZ(new A.a_d(k,l,a||j.ao,q,p,j,s)) -for(o=A.h2(p,p.r,p.$ti.c),n=o.$ti.c;o.u();)n.a(o.d).AC() -l.go=!1 -if(!(l.gaf(l) instanceof A.q)){o=k.a -m=new A.O2(A.a([],r),A.a([l],t.TT),o)}else{o=k.a -if(s)m=new A.a5A(A.a([],r),o) -else{m=new A.OQ(a,j,A.a([],r),A.a([l],t.TT),o) -if(j.a)m.y=!0}}m.N(0,q) -return m}, -fZ(a){this.bj(a)}, -mm(a,b,c){a.jb(0,t.V1.a(c),b)}, -i4(a,b){}, -ci(){var s="#"+A.bF(this) -return s}, -j(a){return this.ci()}, -e4(a,b,c,d){var s,r=this -if(r.gaf(r) instanceof A.q){s=r.gaf(r) -s.toString -t.d.a(s) -s.e4(a,b==null?r:b,c,d)}}, -nM(){return this.e4(B.aH,null,B.z,null)}, -lR(a){return this.e4(B.aH,null,B.z,a)}, -lS(a,b,c){return this.e4(a,null,b,c)}, -$ia9:1} -A.a_c.prototype={ -$0(){var s=A.a([],t.F),r=this.a -s.push(A.ade("The following RenderObject was being processed when the exception was fired",B.HG,r)) -s.push(A.ade("RenderObject",B.HH,r)) -return s}, -$S:20} -A.a_g.prototype={ -$0(){this.b.$1(this.c.a(this.a.gS()))}, -$S:0} -A.a_e.prototype={ -$1(a){a.Id() -if(A.b(a.fr,"_needsCompositing"))this.a.fr=!0}, -$S:56} -A.a_f.prototype={ -$1(a){a.mt()}, -$S:56} -A.a_d.prototype={ -$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=a.Ft(f.c) -if(e.a){B.b.sq(f.d,0) -f.e.aC(0) -if(!f.f.a)f.a.a=!0}for(s=e.gL0(),r=s.length,q=f.d,p=f.e,o=f.f,n=f.b,m=f.r,l=0;l"),n=0;n1){k=new A.a9j() -k.VR(c,b,s)}else k=g -r=h.e -q=!r -if(q){if(k==null)p=g -else{p=A.b(k.d,"_rect") -p=p.gR(p)}p=p===!0}else p=!1 -if(p)return -p=B.b.gI(s) -if(p.id==null)p.id=A.Iq(g,B.b.gI(s).gnL()) -j=B.b.gI(s).id -j.sLd(r) -j.id=h.c -j.Q=a -if(a!==0){h.EZ() -r=h.f -r.siL(0,r.ac+a)}if(k!=null){j.sbc(0,A.b(k.d,"_rect")) -j.sc4(0,A.b(k.c,"_transform")) -j.y=k.b -j.z=k.a -if(q&&k.e){h.EZ() -h.f.bo(B.CB,!0)}}i=A.a([],t.J) -for(r=h.x,q=r.length,n=0;n0;){r=c[s];--s -q=c[s] -a=r.zr(q) -if(a!=null){m.b=a -m.a=A.ajS(m.a,r.iH(q))}else m.b=A.ajS(m.b,r.iH(q)) -l=$.amU() -l.dj() -A.avf(r,q,A.b(m.c,"_transform"),l) -m.b=A.ajT(m.b,l) -m.a=A.ajT(m.a,l)}p=B.b.gI(c) -l=m.b -l=l==null?p.gkA():l.eT(p.gkA()) -m.d=l -o=m.a -if(o!=null){n=o.eT(A.b(l,"_rect")) -if(n.gR(n)){l=A.b(m.d,"_rect") -l=!l.gR(l)}else l=!1 -m.e=l -if(!l)m.d=n}}} -A.NL.prototype={} -A.e2.prototype={ -j(a){var s=A.a(["offset="+this.a.j(0)],t.s) -s.push(this.qD(0)) -return B.b.bB(s,"; ")}} -A.xG.prototype={ -dR(a){if(!(a.e instanceof A.e2))a.e=new A.e2(null,null,B.i)}, -sly(a,b){var s=this,r=s.l -switch(r.c.bn(0,b).a){case 0:case 1:return -case 2:r.sly(0,b) -s.a_=s.t=null -s.wM(b) -s.aH() -s.ak() -break -case 3:r.sly(0,b) -s.a_=s.t=s.bf=null -s.wM(b) -s.U() -break}}, -wM(a){this.a8=A.a([],t.TP) -a.bj(new A.a_h(this))}, -slz(a,b){var s=this.l -if(s.d===b)return -s.slz(0,b) -this.aH()}, -sbF(a,b){var s=this.l -if(s.e===b)return -s.sbF(0,b) -this.U()}, -sOj(a){if(this.aw===a)return -this.aw=a -this.U()}, -sAZ(a,b){var s,r=this -if(r.bl===b)return -r.bl=b -s=b===B.b5?"\u2026":null -r.l.sK0(0,s) -r.U()}, -snr(a){var s=this.l -if(s.f===a)return -s.snr(a) -this.bf=null -this.U()}, -smY(a,b){var s=this.l -if(s.y==b)return -s.smY(0,b) -this.bf=null -this.U()}, -slk(a,b){var s=this.l -if(J.f(s.x,b))return -s.slk(0,b) -this.bf=null -this.U()}, -siy(a,b){var s=this.l -if(J.f(s.z,b))return -s.siy(0,b) -this.bf=null -this.U()}, -sns(a){var s=this.l -if(s.Q===a)return -s.sns(a) -this.bf=null -this.U()}, -sq9(a,b){return}, -aZ(a){var s=this -if(!s.wa())return 0 -s.VL(a) -s.GA() -return Math.ceil(s.l.a.gAK())}, -aQ(a){var s=this -if(!s.wa())return 0 -s.VK(a) -s.GA() -return Math.ceil(s.l.a.gub())}, -Eq(a){var s,r=this -if(!r.wa())return 0 -r.VJ(a) -r.rC(a,a) -s=r.l.a -return Math.ceil(s.gby(s))}, -aV(a){return this.Eq(a)}, -aY(a){return this.Eq(a)}, -d0(a){this.xt(t.k.a(A.q.prototype.gS.call(this))) -return this.l.d0(B.C)}, -wa(){var s,r,q -for(s=A.b(this.a8,"_placeholderSpans"),r=s.length,q=0;q"),f=new A.hL(d,1,a3,g),f.vT(d,1,a3,h.c),f=new A.bY(f,f.gq(f),g.i("bY")),g=g.i("aX.E");f.u();){h=g.a(f.d) -c=c.jZ(new A.v(h.a,h.b,h.c,h.d)) -b=h.e}h=c.a -g=Math.max(0,h) -f=c.b -e=Math.max(0,f) -h=Math.min(c.c-h,p.a(A.q.prototype.gS.call(a2)).b) -f=Math.min(c.d-f,p.a(A.q.prototype.gS.call(a2)).d) -o=new A.v(Math.floor(g)-4,Math.floor(e)-4,Math.ceil(g+h)+4,Math.ceil(e+f)+4) -a=A.nn() -a0=m+1 -a.r2=new A.n4(m,a3) -a.d=!0 -a.b0=n -f=j.b -a6=f==null?a6:f -a.L=new A.ch(a6,j.f) -a6=a2.fO -a1=(a6==null?a3:!a6.gR(a6))===!0?a2.fO.ls():A.Iq(a3,a3) -a1.MI(0,a) -if(!a1.x.k(0,o)){a1.x=o -a1.hF()}s.e6(0,a1) -a4.push(a1) -m=a0 -n=b}a2.fO=s -a7.jb(0,a4,a8)}, -mt(){this.vK() -this.fO=null}} -A.a_h.prototype={ -$1(a){return!0}, -$S:36} -A.a_j.prototype={ -$2(a,b){return this.a.a.bO(a,b)}, -$S:9} -A.a_k.prototype={ -$2(a,b){var s=this.a.a -s.toString -a.dM(s,b)}, -$S:15} -A.a_i.prototype={ -$1(a){return!1}, -$S:114} -A.B3.prototype={ -ad(a){var s,r,q -this.dk(a) -s=this.P$ -for(r=t.ot;s!=null;){s.ad(a) -q=s.e -q.toString -s=r.a(q).O$}}, -a7(a){var s,r,q -this.cY(0) -s=this.P$ -for(r=t.ot;s!=null;){s.a7(0) -q=s.e -q.toString -s=r.a(q).O$}}} -A.NM.prototype={} -A.NN.prototype={ -ad(a){this.Rm(a) -$.H_.mJ$.a.F(0,this.gnX())}, -a7(a){$.H_.mJ$.a.B(0,this.gnX()) -this.Rn(0)}} -A.xH.prototype={ -sa9m(a){if(a===this.l)return -this.l=a -this.aH()}, -sa9K(a){if(a===this.t)return -this.t=a -this.aH()}, -ghw(){return!0}, -gax(){return!0}, -aZ(a){return 0}, -aQ(a){return 0}, -gxp(){var s=this.l,r=(s|1)>>>0>0||(s|2)>>>0>0?80:0 -return(s|4)>>>0>0||(s|8)>>>0>0?r+80:r}, -aV(a){return this.gxp()}, -aY(a){return this.gxp()}, -bU(a){return a.aW(new A.K(1/0,this.gxp()))}, -aK(a,b){var s,r,q,p=b.a,o=b.b,n=this.rx,m=n.a -n=n.b -s=this.l -r=this.t -q=A.a8(t.R) -a.nR() -a.yG(new A.H2(new A.v(p,o,p+m,o+n),s,r,!1,!1,q))}} -A.HR.prototype={} -A.dY.prototype={ -dR(a){if(!(a.e instanceof A.iv))a.e=new A.iv()}, -aZ(a){var s=this.l$ -if(s!=null)return s.Y(B.G,a,s.gaM()) -return 0}, -aQ(a){var s=this.l$ -if(s!=null)return s.Y(B.M,a,s.gaX()) -return 0}, -aV(a){var s=this.l$ -if(s!=null)return s.Y(B.V,a,s.gb8()) -return 0}, -aY(a){var s=this.l$ -if(s!=null)return s.Y(B.aB,a,s.gbs()) -return 0}, -bU(a){var s=this.l$ -if(s!=null)return s.em(a) -return this.oV(a)}, -bw(){var s=this,r=s.l$,q=t.k -if(r!=null){r.c8(0,q.a(A.q.prototype.gS.call(s)),!0) -r=s.l$.rx -r.toString -s.rx=r}else s.rx=s.oV(q.a(A.q.prototype.gS.call(s)))}, -oV(a){return new A.K(B.e.C(0,a.a,a.b),B.e.C(0,a.c,a.d))}, -co(a,b){var s=this.l$ -s=s==null?null:s.bO(a,b) -return s===!0}, -d9(a,b){}, -aK(a,b){var s=this.l$ -if(s!=null)a.dM(s,b)}} -A.pk.prototype={ -j(a){return"HitTestBehavior."+this.b}} -A.HS.prototype={ -bO(a,b){var s,r,q=this -if(q.rx.A(0,b)){s=q.co(a,b)||q.v===B.bD -if(s||q.v===B.co){r=new A.oB(b,q) -a.jr() -r.b=B.b.gJ(a.b) -a.a.push(r)}}else s=!1 -return s}, -hk(a){return this.v===B.bD}} -A.xv.prototype={ -sIU(a){if(this.v.k(0,a))return -this.v=a -this.U()}, -aZ(a){var s,r=this.v,q=r.b -if(q<1/0&&r.a>=q)return r.a -s=this.vQ(a) -r=this.v -q=r.a -if(!(q>=1/0))return B.c.C(s,q,r.b) -return s}, -aQ(a){var s,r=this.v,q=r.b -if(q<1/0&&r.a>=q)return r.a -s=this.vO(a) -r=this.v -q=r.a -if(!(q>=1/0))return B.c.C(s,q,r.b) -return s}, -aV(a){var s,r=this.v,q=r.d -if(q<1/0&&r.c>=q)return r.c -s=this.vP(a) -r=this.v -q=r.c -if(!(q>=1/0))return B.c.C(s,q,r.d) -return s}, -aY(a){var s,r=this.v,q=r.d -if(q<1/0&&r.c>=q)return r.c -s=this.vN(a) -r=this.v -q=r.c -if(!(q>=1/0))return B.c.C(s,q,r.d) -return s}, -bw(){var s=this,r=t.k.a(A.q.prototype.gS.call(s)),q=s.l$,p=s.v -if(q!=null){q.c8(0,p.pg(r),!0) -q=s.l$.rx -q.toString -s.rx=q}else s.rx=p.pg(r).aW(B.p)}, -bU(a){var s=this.l$,r=this.v -if(s!=null)return s.em(r.pg(a)) -else return r.pg(a).aW(B.p)}} -A.HK.prototype={ -sa8A(a,b){if(this.v===b)return -this.v=b -this.U()}, -sa8y(a,b){if(this.a3===b)return -this.a3=b -this.U()}, -Ge(a){var s,r,q=a.a,p=a.b -p=p<1/0?p:B.e.C(this.v,q,p) -s=a.c -r=a.d -return new A.al(q,p,s,r<1/0?r:B.e.C(this.a3,s,r))}, -on(a,b){var s=this.l$ -if(s!=null)return a.aW(b.$2(s,this.Ge(a))) -return this.Ge(a).aW(B.p)}, -bU(a){return this.on(a,A.CH())}, -bw(){this.rx=this.on(t.k.a(A.q.prototype.gS.call(this)),A.CI())}} -A.xC.prototype={ -sOu(a){if(a==this.v)return -this.v=a -this.U()}, -sOt(a){return}, -aZ(a){return this.aQ(a)}, -aQ(a){var s=this.l$ -if(s==null)return 0 -return A.a__(s.Y(B.M,a,s.gaX()),this.v)}, -aV(a){var s,r=this -if(r.l$==null)return 0 -if(!isFinite(a))a=r.aQ(1/0) -s=r.l$ -return A.a__(s.Y(B.V,a,s.gb8()),r.a3)}, -aY(a){var s,r=this -if(r.l$==null)return 0 -if(!isFinite(a))a=r.aQ(1/0) -s=r.l$ -return A.a__(s.Y(B.aB,a,s.gbs()),r.a3)}, -on(a,b){var s=this.l$ -if(s!=null){if(!(a.a>=a.b))a=a.qa(A.a__(s.Y(B.M,a.d,s.gaX()),this.v)) -s=this.l$ -s.toString -return b.$2(s,a)}else return new A.K(B.e.C(0,a.a,a.b),B.e.C(0,a.c,a.d))}, -bU(a){return this.on(a,A.CH())}, -bw(){this.rx=this.on(t.k.a(A.q.prototype.gS.call(this)),A.CI())}} -A.xt.prototype={ -gax(){if(this.l$!=null){var s=this.iP$ -s.toString}else s=!1 -return s}, -sez(a,b){var s=this,r=s.hg$ -if(r===b)return -if(s.b!=null&&r!=null)r.T(0,s.grQ()) -s.hg$=b -if(s.b!=null)b.al(0,s.grQ()) -s.yl()}, -sIW(a){if(a===this.iQ$)return -this.iQ$=a -this.ak()}, -yl(){var s,r=this,q=r.mI$,p=r.hg$ -p=r.mI$=B.c.aU(B.c.C(p.gm(p),0,1)*255) -if(q!==p){s=r.iP$ -p=p>0 -r.iP$=p -if(r.l$!=null&&s!==p)r.pE() -r.aH() -if(q===0||r.mI$===0)r.ak()}}, -fZ(a){var s,r=this.l$ -if(r!=null)if(this.mI$===0){s=this.iQ$ -s.toString}else s=!0 -else s=!1 -if(s){r.toString -a.$1(r)}}} -A.HA.prototype={} -A.uB.prototype={ -al(a,b){var s=this.a -return s==null?null:s.al(0,b)}, -T(a,b){var s=this.a -return s==null?null:s.T(0,b)}, -MW(a){return new A.v(0,0,0+a.a,0+a.b)}, -j(a){return"CustomClipper"}} -A.nr.prototype={ -uP(a){return this.b.dQ(new A.v(0,0,0+a.a,0+a.b),this.c)}, -vh(a){if(A.w(a)!==B.a1M)return!0 -t.jH.a(a) -return!a.b.k(0,this.b)||a.c!=this.c}} -A.t9.prototype={ -soS(a){var s,r=this,q=r.v -if(q==a)return -r.v=a -s=a==null -if(s||q==null||A.w(a)!==A.w(q)||a.vh(q))r.rr() -if(r.b!=null){if(q!=null)q.T(0,r.grq()) -if(!s)a.al(0,r.grq())}}, -ad(a){var s -this.qM(a) -s=this.v -if(s!=null)s.al(0,this.grq())}, -a7(a){var s=this.v -if(s!=null)s.T(0,this.grq()) -this.lY(0)}, -rr(){this.a3=null -this.aH() -this.ak()}, -shb(a){if(a!==this.aP){this.aP=a -this.aH()}}, -bw(){var s,r=this,q=r.rx -q=q!=null?q:null -r.qJ() -s=r.rx -s.toString -if(!J.f(q,s))r.a3=null}, -jC(){var s,r,q=this -if(q.a3==null){s=q.v -if(s==null)s=null -else{r=q.rx -r.toString -r=s.uP(r) -s=r}q.a3=s==null?q.gqW():s}}, -iH(a){var s,r=this.v -if(r==null)r=null -else{s=this.rx -s.toString -s=r.MW(s) -r=s}if(r==null){r=this.rx -r=new A.v(0,0,0+r.a,0+r.b)}return r}} -A.HD.prototype={ -gqW(){var s=this.rx -return new A.v(0,0,0+s.a,0+s.b)}, -bO(a,b){var s=this -if(s.v!=null){s.jC() -if(!s.a3.A(0,b))return!1}return s.hz(a,b)}, -aK(a,b){var s,r,q=this,p=q.dx -if(q.l$!=null){q.jC() -s=A.b(q.fr,"_needsCompositing") -r=q.a3 -r.toString -p.saS(0,a.lq(s,b,r,A.dY.prototype.gfV.call(q),q.aP,t.EM.a(p.a)))}else p.saS(0,null)}} -A.HC.prototype={ -gqW(){var s=A.cF(),r=this.rx -s.h8(0,new A.v(0,0,0+r.a,0+r.b)) -return s}, -bO(a,b){var s=this -if(s.v!=null){s.jC() -if(!s.a3.A(0,b))return!1}return s.hz(a,b)}, -aK(a,b){var s,r,q,p,o=this,n=o.dx -if(o.l$!=null){o.jC() -s=A.b(o.fr,"_needsCompositing") -r=o.rx -q=r.a -r=r.b -p=o.a3 -p.toString -n.saS(0,a.a9E(s,b,new A.v(0,0,0+q,0+r),p,A.dY.prototype.gfV.call(o),o.aP,t.ts.a(n.a)))}else n.saS(0,null)}} -A.B4.prototype={ -siL(a,b){if(this.dc===b)return -this.dc=b -this.aH()}, -snK(a,b){if(this.eS.k(0,b))return -this.eS=b -this.aH()}, -saz(a,b){if(this.hf.k(0,b))return -this.hf=b -this.aH()}, -gax(){return!0}, -eP(a){this.h1(a) -a.siL(0,this.dc)}} -A.HN.prototype={ -skB(a,b){if(this.zW===b)return -this.zW=b -this.rr()}, -sa4z(a,b){if(J.f(this.zX,b))return -this.zX=b -this.rr()}, -gqW(){var s,r,q,p,o=this -switch(o.zW.a){case 0:s=o.zX -if(s==null)s=B.bj -r=o.rx -return s.eY(new A.v(0,0,0+r.a,0+r.b)) -case 1:s=o.rx -r=0+s.a -s=0+s.b -q=(r-0)/2 -p=(s-0)/2 -return new A.iE(0,0,r,s,q,p,q,p,q,p,q,p,q===p)}}, -bO(a,b){var s=this -if(s.v!=null){s.jC() -if(!s.a3.A(0,b))return!1}return s.hz(a,b)}, -aK(a,b){var s,r,q,p,o,n=this -if(n.l$!=null){n.jC() -s=n.a3.cj(b) -r=A.cF() -r.h7(0,s) -q=t.EA -if(q.a(A.q.prototype.gaS.call(n,n))==null)n.dx.saS(0,A.aim()) -p=q.a(A.q.prototype.gaS.call(n,n)) -p.sJc(0,r) -p.shb(n.aP) -o=n.dc -p.siL(0,o) -p.saz(0,n.hf) -p.snK(0,n.eS) -q=q.a(A.q.prototype.gaS.call(n,n)) -q.toString -a.lr(q,A.dY.prototype.gfV.call(n),b,new A.v(s.a,s.b,s.c,s.d))}else n.dx.saS(0,null)}} -A.HO.prototype={ -gqW(){var s=A.cF(),r=this.rx -s.h8(0,new A.v(0,0,0+r.a,0+r.b)) -return s}, -bO(a,b){var s=this -if(s.v!=null){s.jC() -if(!s.a3.A(0,b))return!1}return s.hz(a,b)}, -aK(a,b){var s,r,q,p,o,n,m,l,k=this -if(k.l$!=null){k.jC() -s=k.rx -r=b.a -q=b.b -p=s.a -s=s.b -o=k.a3.cj(b) -n=t.EA -if(n.a(A.q.prototype.gaS.call(k,k))==null)k.dx.saS(0,A.aim()) -m=n.a(A.q.prototype.gaS.call(k,k)) -m.sJc(0,o) -m.shb(k.aP) -l=k.dc -m.siL(0,l) -m.saz(0,k.hf) -m.snK(0,k.eS) -n=n.a(A.q.prototype.gaS.call(k,k)) -n.toString -a.lr(n,A.dY.prototype.gfV.call(k),b,new A.v(r,q,r+p,q+s))}else k.dx.saS(0,null)}} -A.uH.prototype={ -j(a){return"DecorationPosition."+this.b}} -A.HE.prototype={ -sa5(a,b){var s,r=this -if(b.k(0,r.a3))return -s=r.v -if(s!=null)s.n(0) -r.v=null -r.a3=b -r.aH()}, -sbS(a,b){if(b===this.aP)return -this.aP=b -this.aH()}, -soW(a){if(a.k(0,this.bI))return -this.bI=a -this.aH()}, -a7(a){var s=this,r=s.v -if(r!=null)r.n(0) -s.v=null -s.lY(0) -s.aH()}, -hk(a){var s=this.a3,r=this.rx -r.toString -return s.Ah(r,a,this.bI.d)}, -aK(a,b){var s,r,q,p=this -if(p.v==null)p.v=p.a3.tk(p.gdJ()) -s=p.bI -r=p.rx -r.toString -q=s.Jv(r) -if(p.aP===B.iu){s=p.v -s.toString -s.ho(a.gcv(a),b,q) -if(p.a3.gu_())a.Cu()}p.lX(a,b) -if(p.aP===B.oB){s=p.v -s.toString -s.ho(a.gcv(a),b,q) -if(p.a3.gu_())a.Cu()}}} -A.HY.prototype={ -sLI(a,b){return}, -sd_(a){var s=this -if(J.f(s.a3,a))return -s.a3=a -s.aH() -s.ak()}, -sbF(a,b){var s=this -if(s.aP==b)return -s.aP=b -s.aH() -s.ak()}, -gax(){return!1}, -sc4(a,b){var s,r=this -if(J.f(r.b2,b))return -s=new A.aY(new Float64Array(16)) -s.ba(b) -r.b2=s -r.aH() -r.ak()}, -sKf(a){return}, -gwI(){var s,r,q=this,p=q.a3,o=p==null?null:p.a0(q.aP) -if(o==null)return q.b2 -s=new A.aY(new Float64Array(16)) -s.dj() -p=q.rx -p.toString -r=o.yE(p) -s.at(0,r.a,r.b) -p=q.b2 -p.toString -s.cf(0,p) -s.at(0,-r.a,-r.b) -return s}, -bO(a,b){return this.co(a,b)}, -co(a,b){var s=this.bI?this.gwI():null -return a.rV(new A.a_x(this),b,s)}, -aK(a,b){var s,r,q,p,o,n,m=this -if(m.l$!=null){s=m.gwI() -s.toString -r=A.Xy(s) -if(r==null){q=A.b(m.fr,"_needsCompositing") -p=A.dY.prototype.gfV.call(m) -o=m.dx -n=o.a -o.saS(0,a.B9(q,b,s,p,n instanceof A.ra?n:null))}else{m.lX(a,b.W(0,r)) -m.dx.saS(0,null)}}}, -d9(a,b){var s=this.gwI() -s.toString -b.cf(0,s)}} -A.a_x.prototype={ -$2(a,b){return this.a.qI(a,b)}, -$S:9} -A.HH.prototype={ -saaD(a){var s=this -if(s.v.k(0,a))return -s.v=a -s.aH() -s.ak()}, -bO(a,b){return this.co(a,b)}, -co(a,b){var s,r,q=this -if(q.a3){s=q.v -r=q.rx -r=new A.k(s.a*r.a,s.b*r.b) -s=r}else s=null -return a.kW(new A.ZZ(q),s,b)}, -aK(a,b){var s,r,q=this -if(q.l$!=null){s=q.v -r=q.rx -q.lX(a,new A.k(b.a+s.a*r.a,b.b+s.b*r.b))}}, -d9(a,b){var s=this.v,r=this.rx -b.at(0,s.a*r.a,s.b*r.b)}} -A.ZZ.prototype={ -$2(a,b){return this.a.qI(a,b)}, -$S:9} -A.HP.prototype={ -oV(a){return new A.K(B.e.C(1/0,a.a,a.b),B.e.C(1/0,a.c,a.d))}, -i4(a,b){var s,r=this,q=null -if(t._.b(a)){s=r.cC -return s==null?q:s.$1(a)}if(t.n2.b(a))return q -if(t.oN.b(a)){s=r.cb -return s==null?q:s.$1(a)}if(t.XA.b(a))return q -if(t.Ko.b(a)){s=r.dc -return s==null?q:s.$1(a)}if(t.ks.b(a)){s=r.eS -return s==null?q:s.$1(a)}}} -A.HM.prototype={ -hk(a){return!0}, -bO(a,b){return this.hz(a,b)&&!0}, -i4(a,b){var s=this.aP -if(s!=null&&t.XA.b(a))return s.$1(a)}, -gJI(a){return this.b2}, -gBL(){return this.cS}, -ad(a){this.qM(a) -this.cS=!0}, -a7(a){this.cS=!1 -this.lY(0)}, -oV(a){return new A.K(B.e.C(1/0,a.a,a.b),B.e.C(1/0,a.c,a.d))}, -$iil:1, -gAR(a){return this.a3}, -gAT(a){return this.bI}} -A.HT.prototype={ -gam(){return!0}} -A.xB.prototype={ -sKU(a){var s,r=this -if(a===r.v)return -r.v=a -s=r.a3 -if(s==null||!s)r.ak()}, -sAk(a){var s=this,r=s.a3 -if(a==r)return -if(r==null)r=s.v -s.a3=a -if(r!==(a==null?s.v:a))s.ak()}, -bO(a,b){return!this.v&&this.hz(a,b)}, -fZ(a){var s,r=this.l$ -if(r!=null){s=this.a3 -s=!(s==null?this.v:s)}else s=!1 -if(s){r.toString -a.$1(r)}}} -A.xE.prototype={ -suf(a){var s=this -if(a===s.v)return -s.v=a -s.U() -s.AE()}, -aZ(a){if(this.v)return 0 -return this.vQ(a)}, -aQ(a){if(this.v)return 0 -return this.vO(a)}, -aV(a){if(this.v)return 0 -return this.vP(a)}, -aY(a){if(this.v)return 0 -return this.vN(a)}, -d0(a){if(this.v)return null -return this.DB(a)}, -ghw(){return this.v}, -bU(a){if(this.v)return new A.K(B.e.C(0,a.a,a.b),B.e.C(0,a.c,a.d)) -return this.Q6(a)}, -pV(){this.Q_()}, -bw(){var s,r=this -if(r.v){s=r.l$ -if(s!=null)s.ei(0,t.k.a(A.q.prototype.gS.call(r)))}else r.qJ()}, -bO(a,b){return!this.v&&this.hz(a,b)}, -aK(a,b){if(this.v)return -this.lX(a,b)}, -fZ(a){if(this.v)return -this.vL(a)}} -A.xs.prototype={ -sIJ(a){if(this.v===a)return -this.v=a -this.ak()}, -sAk(a){return}, -bO(a,b){return this.v?this.rx.A(0,b):this.hz(a,b)}, -fZ(a){var s,r=this.l$ -if(r!=null){s=this.v -s=!s}else s=!1 -if(s){r.toString -a.$1(r)}}} -A.jS.prototype={ -saaP(a){if(A.afe(a,this.cC))return -this.cC=a -this.ak()}, -sic(a){var s,r=this -if(J.f(r.dZ,a))return -s=r.dZ -r.dZ=a -if(a!=null!==(s!=null))r.ak()}, -sj1(a){var s,r=this -if(J.f(r.cb,a))return -s=r.cb -r.cb=a -if(a!=null!==(s!=null))r.ak()}, -sa92(a){var s,r=this -if(J.f(r.dn,a))return -s=r.dn -r.dn=a -if(a!=null!==(s!=null))r.ak()}, -sa9k(a){var s,r=this -if(J.f(r.dc,a))return -s=r.dc -r.dc=a -if(a!=null!==(s!=null))r.ak()}, -eP(a){var s,r=this -r.h1(a) -if(r.dZ!=null){s=r.cC -s=s==null||s.A(0,B.ex)}else s=!1 -if(s)a.sic(r.dZ) -if(r.cb!=null){s=r.cC -s=s==null||s.A(0,B.Cm)}else s=!1 -if(s)a.sj1(r.cb) -if(r.dn!=null){s=r.cC -if(s==null||s.A(0,B.eB))a.snc(r.ga1m()) -s=r.cC -if(s==null||s.A(0,B.eA))a.snb(r.ga1k())}if(r.dc!=null){s=r.cC -if(s==null||s.A(0,B.ey))a.snd(r.ga1o()) -s=r.cC -if(s==null||s.A(0,B.ez))a.sna(r.ga1i())}}, -a1l(){var s,r,q=this.dn -if(q!=null){s=this.rx -r=s.a*-0.8 -s=s.hP(B.i) -s=A.el(this.cN(0,null),s) -q.$1(new A.fA(null,new A.k(r,0),r,s))}}, -a1n(){var s,r,q=this.dn -if(q!=null){s=this.rx -r=s.a*0.8 -s=s.hP(B.i) -s=A.el(this.cN(0,null),s) -q.$1(new A.fA(null,new A.k(r,0),r,s))}}, -a1p(){var s,r,q=this.dc -if(q!=null){s=this.rx -r=s.b*-0.8 -s=s.hP(B.i) -s=A.el(this.cN(0,null),s) -q.$1(new A.fA(null,new A.k(0,r),r,s))}}, -a1j(){var s,r,q=this.dc -if(q!=null){s=this.rx -r=s.b*0.8 -s=s.hP(B.i) -s=A.el(this.cN(0,null),s) -q.$1(new A.fA(null,new A.k(0,r),r,s))}}} -A.xI.prototype={ -sa5e(a){if(this.v===a)return -this.v=a -this.ak()}, -sa6E(a){if(this.a3===a)return -this.a3=a -this.ak()}, -sa6C(a){if(this.aP===a)return -this.aP=a -this.ak()}, -sz2(a,b){return}, -sjY(a,b){if(this.b2==b)return -this.b2=b -this.ak()}, -sv5(a,b){if(this.cS==b)return -this.cS=b -this.ak()}, -syW(a,b){if(this.ee==b)return -this.ee=b -this.ak()}, -svk(a){return}, -sAx(a){return}, -siZ(a){return}, -sAe(a){if(this.fe==a)return -this.fe=a -this.ak()}, -sBm(a){return}, -sq3(a,b){return}, -sA1(a){if(this.aG==a)return -this.aG=a -this.ak()}, -sA2(a,b){if(this.ce==b)return -this.ce=b -this.ak()}, -sAm(a){return}, -sln(a){return}, -sAN(a,b){return}, -sv2(a){if(this.bx==a)return -this.bx=a -this.ak()}, -sAP(a){if(this.O==a)return -this.O=a -this.ak()}, -sAf(a,b){return}, -sAl(a,b){return}, -sAz(a){if(this.P==a)return -this.P=a -this.ak()}, -spF(a){return}, -smz(a){if(this.bN==a)return -this.bN=a -this.ak()}, -sBv(a){return}, -sa4q(a){if(J.f(this.d2,a))return -this.d2=a -this.ak()}, -sa4r(a){if(J.f(this.lf,a))return -this.lf=a -this.ak()}, -sa4p(a){if(J.f(this.k_,a))return -this.k_=a -this.ak()}, -sa4n(a){if(J.f(this.k0,a))return -this.k0=a -this.ak()}, -sa4o(a){if(J.f(this.cC,a))return -this.cC=a -this.ak()}, -sa7S(a){if(J.f(this.dZ,a))return -this.dZ=a -this.ak()}, -sbF(a,b){if(this.cb==b)return -this.cb=b -this.ak()}, -svl(a){if(this.dn==a)return -this.dn=a -this.ak()}, -saak(a){if(J.f(this.dc,a))return -this.ak() -this.dc=a}, -sic(a){var s,r=this -if(J.f(r.eS,a))return -s=r.eS -r.eS=a -if(a!=null!==(s!=null))r.ak()}, -sn3(a){var s,r=this -if(J.f(r.hf,a))return -s=r.hf -r.hf=a -if(a!=null!==(s!=null))r.ak()}, -sj1(a){var s,r=this -if(J.f(r.pj,a))return -s=r.pj -r.pj=a -if(a!=null!==(s!=null))r.ak()}, -snb(a){return}, -snc(a){return}, -snd(a){return}, -sna(a){return}, -spR(a){return}, -spO(a){return}, -sn0(a,b){var s,r=this -if(J.f(r.iP,b))return -s=r.iP -r.iP=b -if(b!=null!==(s!=null))r.ak()}, -sn1(a,b){var s,r=this -if(J.f(r.hg,b))return -s=r.hg -r.hg=b -if(b!=null!==(s!=null))r.ak()}, -sn9(a,b){var s,r=this -if(J.f(r.iQ,b))return -s=r.iQ -r.iQ=b -if(b!=null!==(s!=null))r.ak()}, -sn7(a){return}, -sn5(a){return}, -sn8(a){return}, -sn6(a){return}, -sne(a){return}, -snf(a){return}, -sn2(a){var s,r=this -if(J.f(r.dd,a))return -s=r.dd -r.dd=a -if(a!=null!==(s!=null))r.ak()}, -spP(a){return}, -sa5O(a){return}, -fZ(a){if(this.aP)return -this.vL(a)}, -eP(a){var s,r=this -r.h1(a) -a.a=r.v -a.b=r.a3 -s=r.b2 -if(s!=null){a.bo(B.Cz,!0) -a.bo(B.Cq,s)}s=r.cS -if(s!=null)a.bo(B.Cv,s) -s=r.ee -if(s!=null)a.bo(B.CA,s) -s=r.fe -if(s!=null)a.bo(B.Cx,s) -s=r.aG -if(s!=null)a.bo(B.Ct,s) -s=r.ce -if(s!=null)a.bo(B.nf,s) -s=r.d2 -if(s!=null){a.L=s -a.d=!0}s=r.lf -if(s!=null){a.aJ=s -a.d=!0}s=r.k_ -if(s!=null){a.V=s -a.d=!0}s=r.k0 -if(s!=null){a.X=s -a.d=!0}s=r.cC -if(s!=null){a.ae=s -a.d=!0}r.dZ!=null -s=r.bx -if(s!=null)a.bo(B.Cs,s) -s=r.O -if(s!=null)a.bo(B.Cw,s) -s=r.P -if(s!=null)a.bo(B.Cu,s) -s=r.bN -if(s!=null)a.smz(s) -s=r.cb -if(s!=null){a.b0=s -a.d=!0}s=r.dn -if(s!=null){a.r2=s -a.d=!0}s=r.dc -if(s!=null)a.IS(s) -if(r.eS!=null)a.sic(r.ga1q()) -if(r.pj!=null)a.sj1(r.ga1e()) -if(r.hf!=null)a.sn3(r.ga1c()) -if(r.iP!=null)a.sn0(0,r.ga16()) -if(r.hg!=null)a.sn1(0,r.ga18()) -if(r.iQ!=null)a.sn9(0,r.ga1g()) -if(r.dd!=null)a.sn2(r.ga1a())}, -a1r(){var s=this.eS -if(s!=null)s.$0()}, -a1f(){var s=this.pj -if(s!=null)s.$0()}, -a1d(){var s=this.hf -if(s!=null)s.$0()}, -a17(){var s=this.iP -if(s!=null)s.$0()}, -a19(){var s=this.hg -if(s!=null)s.$0()}, -a1h(){var s=this.iQ -if(s!=null)s.$0()}, -a1b(){var s=this.dd -if(s!=null)s.$0()}} -A.HB.prototype={ -sa4y(a){return}, -eP(a){this.h1(a) -a.c=!0}} -A.HL.prototype={ -eP(a){this.h1(a) -a.d=a.ao=a.a=!0}} -A.HF.prototype={ -sa6D(a){if(a===this.v)return -this.v=a -this.ak()}, -fZ(a){if(this.v)return -this.vL(a)}} -A.HI.prototype={ -sa82(a,b){if(b===this.v)return -this.v=b -this.ak()}, -eP(a){this.h1(a) -a.rx=this.v -a.d=!0}} -A.HJ.prototype={ -siZ(a){var s=this,r=s.v -if(r===a)return -r.c=null -s.v=a -r=s.a3 -if(r!=null)a.c=r -s.aH()}, -gax(){return!0}, -bw(){var s,r=this -r.qJ() -s=r.rx -s.toString -r.a3=s -r.v.c=s}, -aK(a,b){var s=this.dx,r=s.a,q=this.v -if(r==null)s.saS(0,new A.mP(q,b,A.a8(t.R))) -else{t.rf.a(r) -r.siZ(q) -r.sek(0,b)}s=s.a -s.toString -a.q_(s,A.dY.prototype.gfV.call(this),B.i)}} -A.HG.prototype={ -siZ(a){if(this.v===a)return -this.v=a -this.aH()}, -sOh(a){return}, -sek(a,b){if(this.aP.k(0,b))return -this.aP=b -this.aH()}, -sa8q(a){if(this.bI.k(0,a))return -this.bI=a -this.aH()}, -sa70(a){if(this.b2.k(0,a))return -this.b2=a -this.aH()}, -a7(a){this.dx.saS(0,null) -this.lY(0)}, -gax(){return!0}, -BR(){var s=t.RC.a(A.q.prototype.gaS.call(this,this)) -s=s==null?null:s.BW() -if(s==null){s=new A.aY(new Float64Array(16)) -s.dj()}return s}, -bO(a,b){if(this.v.a==null&&!0)return!1 -return this.co(a,b)}, -co(a,b){return a.rV(new A.ZY(this),b,this.BR())}, -aK(a,b){var s,r,q,p,o=this,n=o.v.c -if(n==null)s=o.aP -else{r=o.bI.yE(n) -q=o.b2 -p=o.rx -p.toString -s=r.a4(0,q.yE(p)).W(0,o.aP)}r=t.RC -if(r.a(A.q.prototype.gaS.call(o,o))==null)o.dx.saS(0,new A.vk(o.v,!1,b,s,A.a8(t.R))) -else{q=r.a(A.q.prototype.gaS.call(o,o)) -if(q!=null){p=o.v -if(p!==q.r2&&q.x2!=null){q.x2.n(0) -q.x2=p.GS()}q.r2=p -q.rx=!1 -q.x1=s -q.ry=b}}r=r.a(A.q.prototype.gaS.call(o,o)) -r.toString -a.lr(r,A.dY.prototype.gfV.call(o),B.i,B.Wt)}, -d9(a,b){b.cf(0,this.BR())}} -A.ZY.prototype={ -$2(a,b){return this.a.qI(a,b)}, -$S:9} -A.xu.prototype={ -sm(a,b){if(this.v.k(0,b))return -this.v=b -this.aH()}, -sOi(a){return}, -aK(a,b){var s=this,r=s.v,q=s.rx -q.toString -a.q_(new A.tT(r,q,b,A.a8(t.R),s.$ti.i("tT<1>")),A.dY.prototype.gfV.call(s),b)}, -gax(){return!0}} -A.Nz.prototype={ -d0(a){var s=this.l$ -if(s!=null)return s.iq(a) -return this.DB(a)}} -A.NA.prototype={ -ad(a){var s=this -s.qM(a) -s.hg$.al(0,s.grQ()) -s.yl()}, -a7(a){this.hg$.T(0,this.grQ()) -this.lY(0)}, -aK(a,b){var s,r,q=this -if(q.l$!=null){s=q.mI$ -if(s===0){q.dx.saS(0,null) -return}s.toString -r=q.dx -r.saS(0,a.a9G(b,s,A.dY.prototype.gfV.call(q),t.Jq.a(r.a)))}}} -A.B5.prototype={ -ad(a){var s -this.dk(a) -s=this.l$ -if(s!=null)s.ad(a)}, -a7(a){var s -this.cY(0) -s=this.l$ -if(s!=null)s.a7(0)}} -A.B6.prototype={ -d0(a){var s=this.l$ -if(s!=null)return s.iq(a) -return this.vJ(a)}} -A.xJ.prototype={ -aZ(a){var s=this.l$ -if(s!=null)return s.Y(B.G,a,s.gaM()) -return 0}, -aQ(a){var s=this.l$ -if(s!=null)return s.Y(B.M,a,s.gaX()) -return 0}, -aV(a){var s=this.l$ -if(s!=null)return s.Y(B.V,a,s.gb8()) -return 0}, -aY(a){var s=this.l$ -if(s!=null)return s.Y(B.aB,a,s.gbs()) -return 0}, -d0(a){var s,r=this.l$ -if(r!=null){s=r.iq(a) -r=this.l$.e -r.toString -t.x.a(r) -if(s!=null)s+=r.a.b}else s=this.vJ(a) -return s}, -aK(a,b){var s,r=this.l$ -if(r!=null){s=r.e -s.toString -a.dM(r,t.x.a(s).a.W(0,b))}}, -co(a,b){var s=this.l$ -if(s!=null){s=s.e -s.toString -t.x.a(s) -return a.kW(new A.a_l(this,b,s),s.a,b)}return!1}} -A.a_l.prototype={ -$2(a,b){return this.a.l$.bO(a,b)}, -$S:9} -A.xF.prototype={ -jy(){var s=this -if(s.v!=null)return -s.v=s.a3.a0(s.aP)}, -sdL(a,b){var s=this -if(s.a3.k(0,b))return -s.a3=b -s.v=null -s.U()}, -sbF(a,b){var s=this -if(s.aP==b)return -s.aP=b -s.v=null -s.U()}, -aZ(a){var s,r,q,p -this.jy() -s=this.v -r=s.a+s.c -q=s.b -s=s.d -p=this.l$ -if(p!=null)return p.Y(B.G,Math.max(0,a-(q+s)),p.gaM())+r -return r}, -aQ(a){var s,r,q,p -this.jy() -s=this.v -r=s.a+s.c -q=s.b -s=s.d -p=this.l$ -if(p!=null)return p.Y(B.M,Math.max(0,a-(q+s)),p.gaX())+r -return r}, -aV(a){var s,r,q,p -this.jy() -s=this.v -r=s.a -q=s.c -p=s.b+s.d -s=this.l$ -if(s!=null)return s.Y(B.V,Math.max(0,a-(r+q)),s.gb8())+p -return p}, -aY(a){var s,r,q,p -this.jy() -s=this.v -r=s.a -q=s.c -p=s.b+s.d -s=this.l$ -if(s!=null)return s.Y(B.aB,Math.max(0,a-(r+q)),s.gbs())+p -return p}, -bU(a){var s,r,q,p=this -p.jy() -if(p.l$==null){s=p.v -return a.aW(new A.K(s.a+s.c,s.b+s.d))}s=p.v -s.toString -r=a.tq(s) -q=p.l$.em(r) -s=p.v -return a.aW(new A.K(s.a+q.a+s.c,s.b+q.b+s.d))}, -bw(){var s,r,q,p,o,n,m=this,l=t.k.a(A.q.prototype.gS.call(m)) -m.jy() -if(m.l$==null){s=m.v -m.rx=l.aW(new A.K(s.a+s.c,s.b+s.d)) -return}s=m.v -s.toString -r=l.tq(s) -m.l$.c8(0,r,!0) -s=m.l$ -q=s.e -q.toString -t.x.a(q) -p=m.v -o=p.a -n=p.b -q.a=new A.k(o,n) -s=s.rx -m.rx=l.aW(new A.K(o+s.a+p.c,n+s.b+p.d))}} -A.Hz.prototype={ -jy(){var s=this -if(s.v!=null)return -s.v=s.a3.a0(s.aP)}, -sd_(a){var s=this -if(s.a3.k(0,a))return -s.a3=a -s.v=null -s.U()}, -sbF(a,b){var s=this -if(s.aP==b)return -s.aP=b -s.v=null -s.U()}, -yD(){var s,r,q,p,o=this -o.jy() -s=o.l$ -r=s.e -r.toString -t.x.a(r) -q=o.v -q.toString -p=o.rx -p.toString -s=s.rx -s.toString -r.a=q.kY(t.i.a(p.a4(0,s)))}} -A.HQ.prototype={ -saaW(a){if(this.cb==a)return -this.cb=a -this.U()}, -sa7P(a){if(this.dn==a)return -this.dn=a -this.U()}, -bU(a){var s,r,q=this,p=q.cb!=null||a.b===1/0,o=q.dn!=null||a.d===1/0,n=q.l$ -if(n!=null){s=n.em(new A.al(0,a.b,0,a.d)) -if(p){n=q.cb -if(n==null)n=1 -n=s.a*n}else n=1/0 -if(o){r=q.dn -if(r==null)r=1 -r=s.b*r}else r=1/0 -return a.aW(new A.K(n,r))}n=p?0:1/0 -return a.aW(new A.K(n,o?0:1/0))}, -bw(){var s,r,q=this,p=t.k.a(A.q.prototype.gS.call(q)),o=q.cb!=null||p.b===1/0,n=q.dn!=null||p.d===1/0,m=q.l$ -if(m!=null){m.c8(0,new A.al(0,p.b,0,p.d),!0) -if(o){m=q.l$.rx.a -s=q.cb -m*=s==null?1:s}else m=1/0 -if(n){s=q.l$.rx.b -r=q.dn -s*=r==null?1:r}else s=1/0 -q.rx=p.aW(new A.K(m,s)) -q.yD()}else{m=o?0:1/0 -q.rx=p.aW(new A.K(m,n?0:1/0))}}} -A.a14.prototype={ -ky(a){return new A.K(B.e.C(1/0,a.a,a.b),B.e.C(1/0,a.c,a.d))}, -qj(a){return a}, -qp(a,b){return B.i}} -A.xy.prototype={ -szq(a){var s=this,r=s.v -if(r===a)return -if(A.w(a)!==A.w(r)||a.iv(r))s.U() -s.v=a -s.b!=null}, -ad(a){this.Ro(a)}, -a7(a){this.Rp(0)}, -aZ(a){var s=A.mb(a,1/0),r=s.aW(this.v.ky(s)).a -if(isFinite(r))return r -return 0}, -aQ(a){var s=A.mb(a,1/0),r=s.aW(this.v.ky(s)).a -if(isFinite(r))return r -return 0}, -aV(a){var s=A.mb(1/0,a),r=s.aW(this.v.ky(s)).b -if(isFinite(r))return r -return 0}, -aY(a){var s=A.mb(1/0,a),r=s.aW(this.v.ky(s)).b -if(isFinite(r))return r -return 0}, -bU(a){return a.aW(this.v.ky(a))}, -bw(){var s,r,q,p,o,n,m=this,l=t.k,k=l.a(A.q.prototype.gS.call(m)) -m.rx=k.aW(m.v.ky(k)) -if(m.l$!=null){s=m.v.qj(l.a(A.q.prototype.gS.call(m))) -l=m.l$ -l.toString -k=s.a -r=s.b -q=k>=r -l.c8(0,s,!(q&&s.c>=s.d)) -l=m.l$ -p=l.e -p.toString -t.x.a(p) -o=m.v -n=m.rx -n.toString -if(q&&s.c>=s.d)l=new A.K(B.e.C(0,k,r),B.e.C(0,s.c,s.d)) -else{l=l.rx -l.toString}p.a=o.qp(n,l)}}} -A.B7.prototype={ -ad(a){var s -this.dk(a) -s=this.l$ -if(s!=null)s.ad(a)}, -a7(a){var s -this.cY(0) -s=this.l$ -if(s!=null)s.a7(0)}} -A.vp.prototype={ -j(a){return"GrowthDirection."+this.b}} -A.lv.prototype={ -gLi(){return!1}, -rY(a,b,c){if(a==null)a=this.x -switch(A.b9(this.a).a){case 0:return new A.al(c,b,a,a) -case 1:return new A.al(a,a,c,b)}}, -a4j(a,b){return this.rY(null,a,b)}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(!(b instanceof A.lv))return!1 -return b.a===s.a&&b.b===s.b&&b.d===s.d&&b.f===s.f&&b.r===s.r&&b.x===s.x&&b.y===s.y&&b.z===s.z&&b.ch===s.ch&&b.Q===s.Q}, -gw(a){var s=this -return A.W(s.a,s.b,s.d,s.f,s.r,s.x,s.y,s.z,s.ch,s.Q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){var s=this,r=A.a([s.a.j(0),s.b.j(0),s.c.j(0),"scrollOffset: "+B.c.Z(s.d,1),"remainingPaintExtent: "+B.c.Z(s.r,1)],t.s),q=s.f -if(q!==0)r.push("overlap: "+B.c.Z(q,1)) -r.push("crossAxisExtent: "+B.c.Z(s.x,1)) -r.push("crossAxisDirection: "+s.y.j(0)) -r.push("viewportMainAxisExtent: "+B.c.Z(s.z,1)) -r.push("remainingCacheExtent: "+B.c.Z(s.ch,1)) -r.push("cacheOrigin: "+B.c.Z(s.Q,1)) -return"SliverConstraints("+B.b.bB(r,", ")+")"}} -A.a2l.prototype={ -ci(){return"SliverGeometry"}} -A.qG.prototype={} -A.IQ.prototype={ -gil(a){return t.nl.a(this.a)}, -j(a){var s=this -return A.w(t.nl.a(s.a)).j(0)+"@(mainAxis: "+A.e(s.c)+", crossAxis: "+A.e(s.d)+")"}} -A.IR.prototype={ -j(a){var s=this.a -return"layoutOffset="+(s==null?"None":B.c.Z(s,1))}} -A.nx.prototype={ -j(a){return"paintOffset="+A.e(this.a)}} -A.jZ.prototype={} -A.cc.prototype={ -gS(){return t.q.a(A.q.prototype.gS.call(this))}, -gkA(){return this.gie()}, -gie(){var s=this,r=t.q -switch(A.b9(r.a(A.q.prototype.gS.call(s)).a).a){case 0:return new A.v(0,0,0+s.k4.c,0+r.a(A.q.prototype.gS.call(s)).x) -case 1:return new A.v(0,0,0+r.a(A.q.prototype.gS.call(s)).x,0+s.k4.c)}}, -pV(){}, -KP(a,b,c){var s,r=this -if(c>=0&&c=0&&b0){s=a/b -r=B.c.aU(s) -if(Math.abs(s*b-r*b)<1e-10)return r -return B.c.c7(s)}return 0}, -BZ(a,b){var s,r -if(b>0){s=a/b-1 -r=B.c.aU(s) -if(Math.abs(s*b-r*b)<1e-10)return Math.max(0,r) -return Math.max(0,B.c.dE(s))}return 0}, -Vj(a){var s,r=this.P$,q=A.o(this).i("Y.1"),p=t.D,o=0 -while(!0){if(r!=null){s=r.e -s.toString -s=p.a(s).b -s.toString -s=sa}else s=!1 -if(!s)break;++o -s=r.e -s.toString -r=q.a(s).bx$}return o}, -bw(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=this,a5=null,a6=t.q,a7=a6.a(A.q.prototype.gS.call(a4)),a8=a4.aB -a8.X=!1 -s=a6.a(A.q.prototype.gS.call(a4)).z*a4.d2 -a6=a7.d -r=a6+a7.Q -q=r+a7.ch -p=a7.a4j(s,s) -o=a4.Nc(r,s) -n=isFinite(q)?a4.BZ(q,s):a5 -if(a4.P$!=null){m=a4.Vj(o) -a4.te(m,n!=null?a4.Vl(n):0)}else a4.te(0,0) -if(a4.P$==null)if(!a4.IN(o,s*o)){l=o<=0?0:a8.goQ()*s -a4.k4=A.nw(a5,!1,a5,a5,l,0,0,l,a5) -a8.tv() -return}k=a4.P$ -k.toString -k=k.e -k.toString -j=t.D -k=j.a(k).b -k.toString -i=k-1 -h=a5 -for(;i>=o;--i){g=a4.L_(p) -if(g==null){a4.k4=A.nw(a5,!1,a5,a5,0,0,0,0,i*s) -return}k=g.e -k.toString -j.a(k).a=s*i -if(h==null)h=g}if(h==null){a4.P$.ei(0,p) -h=a4.P$ -k=h.e -k.toString -j.a(k).a=s*o}k=h.e -k.toString -k=j.a(k).b -k.toString -i=k+1 -k=A.o(a4).i("Y.1") -f=n!=null -while(!0){if(!(!f||i<=n)){e=1/0 -break}d=h.e -d.toString -g=k.a(d).O$ -if(g!=null){d=g.e -d.toString -d=j.a(d).b -d.toString -d=d!==i}else d=!0 -if(d){g=a4.KZ(p,h) -if(g==null){e=i*s -break}}else g.ei(0,p) -d=g.e -d.toString -j.a(d) -c=d.b -c.toString -d.a=s*c;++i -h=g}k=a4.ca$ -k.toString -k=k.e -k.toString -k=j.a(k).b -k.toString -b=s*o -a=s*(k+1) -e=Math.min(e,a8.K8(a7,o,k,b,a)) -a0=a4.hO(a7,b,a) -a1=a4.oN(a7,b,a) -a2=a6+a7.r -a3=isFinite(a2)?a4.BZ(a2,s):a5 -a4.k4=A.nw(a1,a3!=null&&k>=a3||a6>0,a5,a5,e,a0,0,e,a5) -if(e===a)a8.X=!0 -a8.tv()}} -A.a2n.prototype={ -MX(a){var s=this.c -return a.rY(this.d,s,s)}, -j(a){var s=this -return"SliverGridGeometry("+B.b.bB(A.a(["scrollOffset: "+A.e(s.a),"crossAxisOffset: "+A.e(s.b),"mainAxisExtent: "+A.e(s.c),"crossAxisExtent: "+A.e(s.d)],t.s),", ")+")"}} -A.a2o.prototype={} -A.IP.prototype={ -N9(a){var s=this.b -if(s>0)return Math.max(0,this.a*B.c.dE(a/s)-1) -return 0}, -XI(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}, -uS(a){var s=this,r=s.a,q=B.e.bu(a,r) -return new A.a2n(B.e.iz(a,r)*s.b,s.XI(q*s.c),s.d,s.e)}, -Jf(a){var s=this.b -return s*(B.e.iz(a-1,this.a)+1)-(s-this.d)}} -A.a2m.prototype={} -A.qF.prototype={ -j(a){return"crossAxisOffset="+A.e(this.x)+"; "+this.QE(0)}} -A.HW.prototype={ -dR(a){if(!(a.e instanceof A.qF))a.e=new A.qF(!1,null,null)}, -sNr(a){var s,r=this -if(r.dr===a)return -if(A.w(a)===A.w(r.dr)){a.iv(r.dr) -s=!1}else s=!0 -if(s)r.U() -r.dr=a}, -ms(a){var s=a.e -s.toString -s=t.h5.a(s).x -s.toString -return s}, -bw(){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=null,a7=t.q.a(A.q.prototype.gS.call(a5)),a8=a5.aB -a8.X=!1 -s=a7.d -r=s+a7.Q -q=r+a7.ch -p=a5.dr.uV(a7) -o=p.b -n=o>1e-10?p.a*B.c.iz(r,o):0 -m=isFinite(q)?p.N9(q):a6 -o=a5.P$ -if(o!=null){o=o.e -o.toString -l=t.D -o=l.a(o).b -o.toString -k=a5.ca$ -k.toString -k=k.e -k.toString -k=l.a(k).b -k.toString -j=B.e.C(n-o,0,a5.b4$) -a5.te(j,m==null?0:B.e.C(k-m,0,a5.b4$))}else a5.te(0,0) -i=p.uS(n) -h=i.a -g=h+i.c -if(a5.P$==null)if(!a5.IN(n,h)){f=p.Jf(a8.goQ()) -a5.k4=A.nw(a6,!1,a6,a6,f,0,0,f,a6) -a8.tv() -return}o=a5.P$ -o.toString -o=o.e -o.toString -l=t.D -o=l.a(o).b -o.toString -e=o-1 -o=t.h5 -d=a6 -for(;e>=n;--e){c=p.uS(e) -k=c.c -b=a5.L_(a7.rY(c.d,k,k)) -a=b.e -a.toString -o.a(a) -a0=c.a -a.a=a0 -a.x=c.b -if(d==null)d=b -g=Math.max(g,a0+k)}if(d==null){k=a5.P$ -k.toString -k.ei(0,i.MX(a7)) -d=a5.P$ -k=d.e -k.toString -o.a(k) -k.a=h -k.x=i.b}k=d.e -k.toString -k=l.a(k).b -k.toString -e=k+1 -k=A.o(a5).i("Y.1") -a=m!=null -while(!0){if(!(!a||e<=m))break -c=p.uS(e) -a0=c.c -a1=a7.rY(c.d,a0,a0) -a2=d.e -a2.toString -b=k.a(a2).O$ -if(b!=null){a2=b.e -a2.toString -a2=l.a(a2).b -a2.toString -a2=a2!==e}else a2=!0 -if(a2){b=a5.KZ(a1,d) -if(b==null)break}else b.ei(0,a1) -a1=b.e -a1.toString -o.a(a1) -a2=c.a -a1.a=a2 -a1.x=c.b -g=Math.max(g,a2+a0);++e -d=b}o=a5.ca$ -o.toString -o=o.e -o.toString -o=l.a(o).b -o.toString -a3=a8.K8(a7,n,o,h,g) -a4=a5.hO(a7,Math.min(s,h),g) -a5.k4=A.nw(a5.oN(a7,h,g),!0,a6,a6,a3,a4,0,a3,a6) -if(a3===g)a8.X=!0 -a8.tv()}} -A.ih.prototype={} -A.a_r.prototype={ -dR(a){}} -A.dZ.prototype={ -j(a){var s="index="+A.e(this.b)+"; " -return s+(this.mK$?"keepAlive; ":"")+this.QD(0)}} -A.li.prototype={ -dR(a){if(!(a.e instanceof A.dZ))a.e=new A.dZ(!1,null,null)}, -fE(a){var s -this.Ds(a) -s=a.e -s.toString -t.D.a(s) -if(!s.c){t.r.a(a) -s.b=this.aB.V}}, -Ao(a,b,c){this.vz(0,b,c)}, -ud(a,b){var s,r,q,p=this,o=a.e -o.toString -s=t.D -s.a(o) -if(!o.c){p.Pd(a,b) -o=a.e -o.toString -s.a(o).b=p.aB.V -p.U()}else{r=p.aO -if(r.h(0,o.b)===a)r.B(0,o.b) -q=a.e -q.toString -s.a(q).b=p.aB.V -o=o.b -o.toString -r.p(0,o,a)}}, -B(a,b){var s=b.e -s.toString -t.D.a(s) -if(!s.c){this.Pe(0,b) -return}this.aO.B(0,s.b) -this.iK(b)}, -ww(a,b){this.Aq(new A.a_o(this,a,b),t.q)}, -EJ(a){var s,r=this,q=a.e -q.toString -t.D.a(q) -if(q.mK$){r.B(0,a) -s=q.b -s.toString -r.aO.p(0,s,a) -a.e=q -r.Ds(a) -q.c=!0}else r.aB.M9(a)}, -ad(a){var s -this.Rq(a) -for(s=this.aO,s=s.gbm(s),s=s.ga1(s);s.u();)s.gD(s).ad(a)}, -a7(a){var s -this.Rr(0) -for(s=this.aO,s=s.gbm(s),s=s.ga1(s);s.u();)s.gD(s).a7(0)}, -ii(){this.D0() -var s=this.aO -s.gbm(s).ai(0,this.gBh())}, -bj(a){var s -this.vA(a) -s=this.aO -s.gbm(s).ai(0,a)}, -fZ(a){this.vA(a)}, -IN(a,b){var s -this.ww(a,null) -s=this.P$ -if(s!=null){s=s.e -s.toString -t.D.a(s).a=b -return!0}this.aB.X=!0 -return!1}, -L_(a){var s,r,q,p=this,o=p.P$ -o.toString -o=o.e -o.toString -s=t.D -o=s.a(o).b -o.toString -r=o-1 -p.ww(r,null) -o=p.P$ -o.toString -q=o.e -q.toString -q=s.a(q).b -q.toString -if(q===r){o.c8(0,a,!1) -return p.P$}p.aB.X=!0 -return null}, -KZ(a,b){var s,r,q,p=b.e -p.toString -s=t.D -p=s.a(p).b -p.toString -r=p+1 -this.ww(r,b) -p=b.e -p.toString -q=A.o(this).i("Y.1").a(p).O$ -if(q!=null){p=q.e -p.toString -p=s.a(p).b -p.toString -p=p===r}else p=!1 -if(p){q.c8(0,a,!1) -return q}this.aB.X=!0 -return null}, -te(a,b){var s={} -s.a=a -s.b=b -this.Aq(new A.a_q(s,this),t.q)}, -LJ(a){switch(A.b9(t.q.a(A.q.prototype.gS.call(this)).a).a){case 0:return a.rx.a -case 1:return a.rx.b}}, -Ai(a,b,c){var s,r,q=this.ca$,p=A.agI(a) -for(s=A.o(this).i("Y.1");q!=null;){if(this.a7V(p,q,b,c))return!0 -r=q.e -r.toString -q=s.a(r).bx$}return!1}, -z3(a){var s=a.e -s.toString -return t.D.a(s).a}, -d9(a,b){var s,r,q,p,o,n=this,m=a.e -m.toString -s=t.D -m=s.a(m).b -if(m==null)b.CE() -else if(n.aO.aq(0,m))b.CE() -else{m=t.q -r=n.Fs(m.a(A.q.prototype.gS.call(n))) -q=a.e -q.toString -q=s.a(q).a -q.toString -p=q-m.a(A.q.prototype.gS.call(n)).d -o=n.ms(a) -switch(A.b9(m.a(A.q.prototype.gS.call(n)).a).a){case 0:b.at(0,!r?n.k4.c-a.rx.a-p:p,o) -break -case 1:b.at(0,o,!r?n.k4.c-a.rx.b-p:p) -break}}}, -aK(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.P$==null)return -s=t.q -switch(A.kv(s.a(A.q.prototype.gS.call(c)).a,s.a(A.q.prototype.gS.call(c)).b)){case B.Z:r=a0.W(0,new A.k(0,c.k4.c)) -q=B.B8 -p=B.dy -o=!0 -break -case B.aC:r=a0 -q=B.dy -p=B.en -o=!1 -break -case B.W:r=a0 -q=B.en -p=B.dy -o=!1 -break -case B.ar:r=a0.W(0,new A.k(c.k4.c,0)) -q=B.B9 -p=B.en -o=!0 -break -default:o=b -r=o -p=r -q=p}n=c.P$ -for(m=A.o(c).i("Y.1"),l=t.D;n!=null;){k=n.e -k.toString -k=l.a(k).a -k.toString -j=k-s.a(A.q.prototype.gS.call(c)).d -i=c.ms(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.k(k,g) -if(o){d=c.LJ(n) -e=new A.k(k+h*d,g+f*d)}if(j0)a.dM(n,e) -k=n.e -k.toString -n=m.a(k).O$}}} -A.a_o.prototype={ -$1(a){var s=this.a,r=s.aO,q=this.b,p=this.c -if(r.aq(0,q)){r=r.B(0,q) -r.toString -q=r.e -q.toString -t.D.a(q) -s.iK(r) -r.e=q -s.vz(0,r,p) -q.c=!1}else s.aB.a5F(q,p)}, -$S:111} -A.a_q.prototype={ -$1(a){var s,r,q -for(s=this.a,r=this.b;s.a>0;){q=r.P$ -q.toString -r.EJ(q);--s.a}for(;s.b>0;){q=r.ca$ -q.toString -r.EJ(q);--s.b}s=r.aO -s=s.gbm(s) -q=A.o(s).i("aI") -B.b.ai(A.aq(new A.aI(s,new A.a_p(),q),!0,q.i("p.E")),r.aB.ga9V())}, -$S:111} -A.a_p.prototype={ -$1(a){var s=a.e -s.toString -return!t.D.a(s).mK$}, -$S:258} -A.B9.prototype={ -ad(a){var s,r,q -this.dk(a) -s=this.P$ -for(r=t.D;s!=null;){s.ad(a) -q=s.e -q.toString -s=r.a(q).O$}}, -a7(a){var s,r,q -this.cY(0) -s=this.P$ -for(r=t.D;s!=null;){s.a7(0) -q=s.e -q.toString -s=r.a(q).O$}}} -A.NR.prototype={} -A.NS.prototype={} -A.Ot.prototype={ -a7(a){this.vH(0)}} -A.Ou.prototype={} -A.xK.prototype={ -gyO(){var s=this,r=t.q -switch(A.kv(r.a(A.q.prototype.gS.call(s)).a,r.a(A.q.prototype.gS.call(s)).b)){case B.Z:return s.gcp().d -case B.aC:return s.gcp().a -case B.W:return s.gcp().b -case B.ar:return s.gcp().c}}, -ga47(){var s=this,r=t.q -switch(A.kv(r.a(A.q.prototype.gS.call(s)).a,r.a(A.q.prototype.gS.call(s)).b)){case B.Z:return s.gcp().b -case B.aC:return s.gcp().c -case B.W:return s.gcp().d -case B.ar:return s.gcp().a}}, -ga5L(){switch(A.b9(t.q.a(A.q.prototype.gS.call(this)).a).a){case 0:var s=this.gcp() -return s.gcw(s)+s.gcF(s) -case 1:return this.gcp().gi5()}}, -dR(a){if(!(a.e instanceof A.nx))a.e=new A.nx(B.i)}, -bw(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=null,a2=t.q,a3=a2.a(A.q.prototype.gS.call(a0)),a4=a0.gyO() -a0.ga47() -s=a0.gcp() -s.toString -a2=s.a4c(A.b9(a2.a(A.q.prototype.gS.call(a0)).a)) -r=a0.ga5L() -if(a0.l$==null){a0.k4=A.nw(a1,!1,a1,a1,a2,Math.min(a2,a3.r),0,a2,a1) -return}q=a0.hO(a3,0,a4) -p=a3.f -if(p>0)p=Math.max(0,p-q) -s=a0.l$ -s.toString -o=Math.max(0,a3.d-a4) -n=Math.min(0,a3.Q+a4) -m=a3.r -l=a0.hO(a3,0,a4) -k=a3.ch -j=a0.oN(a3,0,a4) -i=Math.max(0,a3.x-r) -h=a3.a -g=a3.b -s.c8(0,new A.lv(h,g,a3.c,o,a4+a3.e,p,m-l,i,a3.y,a3.z,n,k-j),!0) -f=a0.l$.k4 -s=f.z -if(s!=null){a0.k4=A.nw(a1,!1,a1,a1,0,0,0,0,s) -return}s=f.a -o=a4+s -n=a2+s -e=a0.hO(a3,o,n) -d=q+e -c=a0.oN(a3,0,a4) -b=a0.oN(a3,o,n) -o=f.c -l=f.d -a=Math.min(q+Math.max(o,l+e),m) -m=f.b -l=Math.min(d+l,a) -k=Math.min(b+c+f.Q,k) -j=f.e -o=Math.max(d+o,q+f.r) -a0.k4=A.nw(k,f.y,o,l,a2+j,a,m,n,a1) -n=a0.l$.e -n.toString -t.jB.a(n) -switch(A.kv(h,g)){case B.Z:n.a=new A.k(a0.gcp().a,a0.hO(a3,a0.gcp().d+s,a0.gcp().d+s+a0.gcp().b)) -break -case B.aC:n.a=new A.k(a0.hO(a3,0,a0.gcp().a),a0.gcp().b) -break -case B.W:n.a=new A.k(a0.gcp().a,a0.hO(a3,0,a0.gcp().b)) -break -case B.ar:n.a=new A.k(a0.hO(a3,a0.gcp().c+s,a0.gcp().c+s+a0.gcp().a),a0.gcp().b) -break}}, -Ai(a,b,c){var s,r,q,p,o=this,n=o.l$ -if(n!=null&&n.k4.r>0){n=n.e -n.toString -t.jB.a(n) -s=o.hO(t.q.a(A.q.prototype.gS.call(o)),0,o.gyO()) -r=o.l$ -r.toString -r=o.ms(r) -n=n.a -q=o.l$.ga7T() -p=n!=null -if(p)a.c.push(new A.t2(new A.k(-n.a,-n.b))) -q.$3$crossAxisPosition$mainAxisPosition(a,b-r,c-s) -if(p)a.uo()}return!1}, -ms(a){var s=this,r=t.q -switch(A.kv(r.a(A.q.prototype.gS.call(s)).a,r.a(A.q.prototype.gS.call(s)).b)){case B.Z:case B.W:return s.gcp().a -case B.ar:case B.aC:return s.gcp().b}}, -z3(a){return this.gyO()}, -d9(a,b){var s=a.e -s.toString -s=t.jB.a(s).a -b.at(0,s.a,s.b)}, -aK(a,b){var s,r=this.l$ -if(r!=null&&r.k4.x){s=r.e -s.toString -a.dM(r,b.W(0,t.jB.a(s).a))}}} -A.HX.prototype={ -gcp(){return this.de}, -a2P(){if(this.de!=null)return -this.de=this.cn}, -sdL(a,b){var s=this -if(s.cn.k(0,b))return -s.cn=b -s.de=null -s.U()}, -sbF(a,b){var s=this -if(s.cd===b)return -s.cd=b -s.de=null -s.U()}, -bw(){this.a2P() -this.Dv()}} -A.NP.prototype={ -ad(a){var s -this.dk(a) -s=this.l$ -if(s!=null)s.ad(a)}, -a7(a){var s -this.cY(0) -s=this.l$ -if(s!=null)s.a7(0)}} -A.Hx.prototype={ -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -return b instanceof A.Hx&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){var s=this -return"RelativeRect.fromLTRB("+B.c.Z(s.a,1)+", "+B.c.Z(s.b,1)+", "+B.c.Z(s.c,1)+", "+B.c.Z(s.d,1)+")"}} -A.e_.prototype={ -gu2(){var s=this -return s.e!=null||s.f!=null||s.r!=null||s.x!=null||s.y!=null||!1}, -j(a){var s=this,r=A.a([],t.s),q=s.e -if(q!=null)r.push("top="+A.kw(q)) -q=s.f -if(q!=null)r.push("right="+A.kw(q)) -q=s.r -if(q!=null)r.push("bottom="+A.kw(q)) -q=s.x -if(q!=null)r.push("left="+A.kw(q)) -q=s.y -if(q!=null)r.push("width="+A.kw(q)) -if(r.length===0)r.push("not positioned") -r.push(s.qD(0)) -return B.b.bB(r,"; ")}} -A.ys.prototype={ -j(a){return"StackFit."+this.b}} -A.GF.prototype={ -j(a){return"Overflow."+this.b}} -A.xL.prototype={ -dR(a){if(!(a.e instanceof A.e_))a.e=new A.e_(null,null,B.i)}, -a2T(){var s=this -if(s.t!=null)return -s.t=s.a_.a0(s.a8)}, -sd_(a){var s=this -if(s.a_.k(0,a))return -s.a_=a -s.t=null -s.U()}, -sbF(a,b){var s=this -if(s.a8==b)return -s.a8=b -s.t=null -s.U()}, -aZ(a){return A.nh(this.P$,new A.a_v(a))}, -aQ(a){return A.nh(this.P$,new A.a_t(a))}, -aV(a){return A.nh(this.P$,new A.a_u(a))}, -aY(a){return A.nh(this.P$,new A.a_s(a))}, -d0(a){return this.zo(a)}, -bU(a){return this.HB(a,A.CH())}, -HB(a,b){var s,r,q,p,o,n,m,l,k,j,i=this -i.a2T() -if(i.b4$===0)return new A.K(B.e.C(1/0,a.a,a.b),B.e.C(1/0,a.c,a.d)) -s=a.a -r=a.c -switch(i.aw.a){case 0:q=new A.al(0,a.b,0,a.d) -break -case 1:q=A.u9(new A.K(B.e.C(1/0,s,a.b),B.e.C(1/0,r,a.d))) -break -case 2:q=a -break -default:q=null}p=i.P$ -for(o=t.B,n=r,m=s,l=!1;p!=null;){k=p.e -k.toString -o.a(k) -if(!k.gu2()){j=b.$2(p,q) -m=Math.max(m,j.a) -n=Math.max(n,j.b) -l=!0}p=k.O$}return l?new A.K(m,n):new A.K(B.e.C(1/0,s,a.b),B.e.C(1/0,r,a.d))}, -bw(){var s,r,q,p,o,n,m,l=this,k=t.k.a(A.q.prototype.gS.call(l)) -l.l=!1 -l.rx=l.HB(k,A.CI()) -s=l.P$ -for(r=t.B,q=t.i;s!=null;){p=s.e -p.toString -r.a(p) -if(!p.gu2()){o=l.t -o.toString -n=l.rx -n.toString -m=s.rx -m.toString -p.a=o.kY(q.a(n.a4(0,m)))}else{o=l.rx -o.toString -n=l.t -n.toString -l.l=A.aiI(s,p,o,n)||l.l}s=p.O$}}, -co(a,b){return this.p3(a,b)}, -uk(a,b){this.jV(a,b)}, -aK(a,b){var s,r=this,q=r.bl!==B.u&&r.l,p=r.aL -if(q){q=A.b(r.fr,"_needsCompositing") -s=r.rx -p.saS(0,a.lq(q,b,new A.v(0,0,0+s.a,0+s.b),r.gB0(),r.bl,p.a))}else{p.saS(0,null) -r.jV(a,b)}}, -n(a){this.aL.saS(0,null) -this.lW(0)}, -iH(a){var s -if(this.l){s=this.rx -s=new A.v(0,0,0+s.a,0+s.b)}else s=null -return s}} -A.a_v.prototype={ -$1(a){return a.Y(B.G,this.a,a.gaM())}, -$S:5} -A.a_t.prototype={ -$1(a){return a.Y(B.M,this.a,a.gaX())}, -$S:5} -A.a_u.prototype={ -$1(a){return a.Y(B.V,this.a,a.gb8())}, -$S:5} -A.a_s.prototype={ -$1(a){return a.Y(B.aB,this.a,a.gbs())}, -$S:5} -A.NT.prototype={ -ad(a){var s,r,q -this.dk(a) -s=this.P$ -for(r=t.B;s!=null;){s.ad(a) -q=s.e -q.toString -s=r.a(q).O$}}, -a7(a){var s,r,q -this.cY(0) -s=this.P$ -for(r=t.B;s!=null;){s.a7(0) -q=s.e -q.toString -s=r.a(q).O$}}} -A.NU.prototype={} -A.kA.prototype={ -dg(a){return A.acV(this.a,this.b,a)}} -A.JR.prototype={ -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.JR&&b.a.k(0,this.a)&&b.b===this.b}, -gw(a){return A.W(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -j(a){return this.a.j(0)+" at "+A.kw(this.b)+"x"}} -A.xM.prototype={ -soW(a){var s,r,q=this -if(q.r1.k(0,a))return -q.r1=a -s=q.Il() -r=q.dx -r.a.a7(0) -r.saS(0,s) -q.aH() -q.U()}, -Il(){var s,r=this.r1.b -r=A.Gd(r,r,1) -this.ry=r -s=A.ajk(r) -s.ad(this) -return s}, -pV(){}, -bw(){var s,r=this.r1.a -this.k4=r -s=this.l$ -if(s!=null)s.ei(0,A.u9(r))}, -bO(a,b){var s=this.l$ -if(s!=null)s.bO(A.agI(a),b) -s=new A.ia(this) -a.jr() -s.b=B.b.gJ(a.b) -a.a.push(s) -return!0}, -a7Y(a){var s,r=A.a([],t._K),q=new A.aY(new Float64Array(16)) -q.dj() -s=new A.h9(r,A.a([q],t.rE),A.a([],t.cR)) -this.bO(s,a) -return s}, -gam(){return!0}, -aK(a,b){var s=this.l$ -if(s!=null)a.dM(s,b)}, -d9(a,b){var s=this.ry -s.toString -b.cf(0,s) -this.Q0(a,b)}, -a57(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null -try{s=A.atw() -q=this.dx -r=q.a.a4B(s) -p=this.gie() -o=p.gb3() -n=this.r2 -n.glB() -m=p.gb3() -n.glB() -l=q.a -k=t.lu -j=l.Kh(0,new A.k(o.a,0),k) -switch(A.eB().a){case 0:i=q.a.Kh(0,new A.k(m.a,p.d-1-0),k) -break -case 1:case 2:case 3:case 4:case 5:i=e -break -default:i=e}q=j==null -if(!q||i!=null){o=q?e:j.f -m=q?e:j.r -l=q?e:j.e -q=q?e:j.x -k=i==null -h=k?e:i.a -g=k?e:i.b -f=k?e:i.c -A.au5(new A.ly(h,g,f,k?e:i.d,l,o,m,q))}n.b.aa_(r,n) -J.R4(r)}finally{}}, -gie(){var s=this.k4.a2(0,this.r1.b) -return new A.v(0,0,0+s.a,0+s.b)}, -gkA(){var s,r=this.ry -r.toString -s=this.k4 -return A.mX(r,new A.v(0,0,0+s.a,0+s.b))}} -A.NV.prototype={ -ad(a){var s -this.dk(a) -s=this.l$ -if(s!=null)s.ad(a)}, -a7(a){var s -this.cY(0) -s=this.l$ -if(s!=null)s.a7(0)}} -A.ug.prototype={ -j(a){return"CacheExtentStyle."+this.b}} -A.lm.prototype={ -j(a){return"RevealedOffset(offset: "+A.e(this.a)+", rect: "+this.b.j(0)+")"}} -A.q6.prototype={ -eP(a){this.h1(a) -a.IS(B.CC)}, -fZ(a){var s=this.gJb() -new A.aI(s,new A.a_z(),A.aR(s).i("aI<1>")).ai(0,a)}, -sfG(a){if(a===this.l)return -this.l=a -this.U()}, -sa5K(a){if(a===this.t)return -this.t=a -this.U()}, -sek(a,b){var s=this,r=s.a_ -if(b===r)return -if(s.b!=null)r.T(0,s.gua()) -s.a_=b -if(s.b!=null)b.al(0,s.gua()) -s.U()}, -sa4I(a){if(a==null)a=250 -if(a===this.a8)return -this.a8=a -this.U()}, -sa4J(a){if(a===this.bl)return -this.bl=a -this.U()}, -shb(a){var s=this -if(a!==s.aL){s.aL=a -s.aH() -s.ak()}}, -ad(a){this.Rs(a) -this.a_.al(0,this.gua())}, -a7(a){this.a_.T(0,this.gua()) -this.Rt(0)}, -aZ(a){return 0}, -aQ(a){return 0}, -aV(a){return 0}, -aY(a){return 0}, -gam(){return!0}, -Ln(a,b,c,d,e,f,g,h,a0,a1,a2){var s,r,q,p,o,n,m,l,k=this,j=A.ax7(k.a_.ry,e),i=f+h -for(s=f,r=0;c!=null;){q=a2<=0?0:a2 -p=Math.max(b,-q) -o=b-p -c.c8(0,new A.lv(k.l,e,j,q,r,i-s,Math.max(0,a1-s+f),d,k.t,g,p,Math.max(0,a0+o)),!0) -n=c.k4 -m=n.z -if(m!=null)return m -l=s+n.b -if(n.x||a2>0)k.ME(c,l,e) -else k.ME(c,-a2+f,e) -i=Math.max(l+n.c,i) -m=n.a -a2-=m -r+=m -s+=n.d -m=n.Q -if(m!==0){a0-=m-o -b=Math.min(p+m,0)}k.aaL(e,n) -c=a.$1(c)}return 0}, -iH(a){var s,r,q,p=this.rx,o=0+p.a,n=0+p.b -p=t.q -if(p.a(A.q.prototype.gS.call(a)).f===0||!isFinite(p.a(A.q.prototype.gS.call(a)).z))return new A.v(0,0,o,n) -s=p.a(A.q.prototype.gS.call(a)).z-p.a(A.q.prototype.gS.call(a)).r+p.a(A.q.prototype.gS.call(a)).f -switch(A.kv(this.l,p.a(A.q.prototype.gS.call(a)).b)){case B.W:r=0+s -q=0 -break -case B.Z:n-=s -q=0 -r=0 -break -case B.aC:q=0+s -r=0 -break -case B.ar:o-=s -q=0 -r=0 -break -default:q=0 -r=0}return new A.v(q,r,o,n)}, -zr(a){var s,r=this,q=r.aw -if(q==null){q=r.rx -return new A.v(0,0,0+q.a,0+q.b)}switch(A.b9(r.l).a){case 1:s=r.rx -return new A.v(0,0-q,0+s.a,0+s.b+q) -case 0:s=r.rx -return new A.v(0-q,0,0+s.a+q,0+s.b)}}, -aK(a,b){var s,r,q,p=this -if(p.P$==null)return -s=p.ga7N()&&p.aL!==B.u -r=p.bf -if(s){s=A.b(p.fr,"_needsCompositing") -q=p.rx -r.saS(0,a.lq(s,b,new A.v(0,0,0+q.a,0+q.b),p.ga0U(),p.aL,r.a))}else{r.saS(0,null) -p.Gs(a,b)}}, -n(a){this.bf.saS(0,null) -this.lW(0)}, -Gs(a,b){var s,r,q,p,o,n,m -for(s=this.gJb(),r=s.length,q=b.a,p=b.b,o=0;o0}, -$S:260} -A.a_y.prototype={ -$1(a){var s=this,r=s.c,q=s.a,p=s.b.a5a(r,q.b) -return r.KP(s.d,q.a,p)}, -$S:112} -A.xN.prototype={ -dR(a){if(!(a.e instanceof A.jZ))a.e=new A.jZ(null,null,B.i)}, -sa4e(a){if(a===this.fe)return -this.fe=a -this.U()}, -sb3(a){if(a==this.ex)return -this.ex=a -this.U()}, -ghw(){return!0}, -bU(a){return new A.K(B.e.C(1/0,a.a,a.b),B.e.C(1/0,a.c,a.d))}, -bw(){var s,r,q,p,o,n,m=this -switch(A.b9(m.l).a){case 1:m.a_.ml(m.rx.b) -break -case 0:m.a_.ml(m.rx.a) -break}if(m.ex==null){m.aG=m.iU=0 -m.ce=!1 -m.a_.mj(0,0) -return}switch(A.b9(m.l).a){case 1:s=m.rx -r=s.b -q=s.a -break -case 0:s=m.rx -r=s.a -q=s.b -break -default:r=null -q=null}s=0 -do{p=m.a_.cx -p.toString -o=m.UY(r,q,p+0) -if(o!==0)m.a_.a5D(o) -else if(m.a_.mj(Math.min(0,A.b(m.iU,"_minScrollExtent")+r*m.fe),Math.max(0,A.b(m.aG,"_maxScrollExtent")-r*(1-m.fe))))break -n=s+1 -if(n<10){s=n -continue}else break}while(!0)}, -UY(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this -e.aG=e.iU=0 -e.ce=!1 -s=a*e.fe-c -r=B.c.C(s,0,a) -q=a-s -p=B.c.C(q,0,a) -switch(e.bl.a){case 0:e.aw=e.a8 -break -case 1:e.aw=a*e.a8 -break}o=e.aw -o.toString -n=a+2*o -m=s+o -l=B.c.C(m,0,n) -k=B.c.C(n-m,0,n) -o=e.ex.e -o.toString -j=A.o(e).i("Y.1").a(o).bx$ -o=j==null -if(!o){i=Math.max(a,s) -h=e.aw -h.toString -g=e.Ln(e.ga4R(),B.c.C(q,-h,0),j,b,B.oV,p,a,0,l,r,i-a) -if(g!==0)return-g}q=e.ex -i=-s -h=Math.max(0,i) -o=o?Math.min(0,i):0 -i=s>=a?s:r -f=e.aw -f.toString -return e.Ln(e.ga4P(),B.c.C(s,-f,0),q,b,B.oU,i,a,o,k,p,h)}, -ga7N(){return this.ce}, -aaL(a,b){var s=this -switch(a.a){case 0:s.aG=A.b(s.aG,"_maxScrollExtent")+b.a -break -case 1:s.iU=A.b(s.iU,"_minScrollExtent")-b.a -break}if(b.y)s.ce=!0}, -ME(a,b,c){var s=a.e -s.toString -t.jB.a(s).a=this.a58(a,b,c)}, -a9t(a){var s=a.e -s.toString -return t.jB.a(s).a}, -Ny(a,b){var s,r,q,p,o=this -switch(t.q.a(A.q.prototype.gS.call(a)).b.a){case 0:s=o.ex -for(r=A.o(o).i("Y.1"),q=0;s!==a;){q+=s.k4.a -p=s.e -p.toString -s=r.a(p).O$}return q+b -case 1:r=o.ex.e -r.toString -p=A.o(o).i("Y.1") -s=p.a(r).bx$ -for(q=0;s!==a;){q-=s.k4.a -r=s.e -r.toString -s=p.a(r).bx$}return q-b}}, -a8z(a){var s,r,q,p=this -switch(t.q.a(A.q.prototype.gS.call(a)).b.a){case 0:s=p.ex -for(r=A.o(p).i("Y.1");s!==a;){s.k4.toString -q=s.e -q.toString -s=r.a(q).O$}return 0 -case 1:r=p.ex.e -r.toString -q=A.o(p).i("Y.1") -s=q.a(r).bx$ -for(;s!==a;){s.k4.toString -r=s.e -r.toString -s=q.a(r).bx$}return 0}}, -d9(a,b){var s=a.e -s.toString -s=t.jB.a(s).a -b.at(0,s.a,s.b)}, -a5a(a,b){var s,r=a.e -r.toString -t.jB.a(r) -s=t.q -switch(A.kv(s.a(A.q.prototype.gS.call(a)).a,s.a(A.q.prototype.gS.call(a)).b)){case B.W:return b-r.a.b -case B.aC:return b-r.a.a -case B.Z:return a.k4.c-(b-r.a.b) -case B.ar:return a.k4.c-(b-r.a.a)}}, -gJb(){var s,r,q=this,p=A.a([],t.Ry),o=q.P$ -if(o==null)return p -for(s=A.o(q).i("Y.1");o!=q.ex;){o.toString -p.push(o) -r=o.e -r.toString -o=s.a(r).O$}o=q.ca$ -for(;!0;){o.toString -p.push(o) -if(o===q.ex)return p -r=o.e -r.toString -o=s.a(r).bx$}}, -ga4T(){var s,r,q,p=this,o=A.a([],t.Ry) -if(p.P$==null)return o -s=p.ex -for(r=A.o(p).i("Y.1");s!=null;){o.push(s) -q=s.e -q.toString -s=r.a(q).O$}q=p.ex.e -q.toString -s=r.a(q).bx$ -for(;s!=null;){o.push(s) -q=s.e -q.toString -s=r.a(q).bx$}return o}} -A.j1.prototype={ -ad(a){var s,r,q -this.dk(a) -s=this.P$ -for(r=A.o(this).i("j1.0");s!=null;){s.ad(a) -q=s.e -q.toString -s=r.a(q).O$}}, -a7(a){var s,r,q -this.cY(0) -s=this.P$ -for(r=A.o(this).i("j1.0");s!=null;){s.a7(0) -q=s.e -q.toString -s=r.a(q).O$}}} -A.qa.prototype={ -j(a){return"ScrollDirection."+this.b}} -A.e3.prototype={ -pI(a,b,c,d){var s=d.a===B.z.a -if(s){this.hm(b) -return A.cY(null,t.H)}else return this.hN(b,c,d)}, -j(a){var s=this,r=A.a([],t.s) -s.Qy(r) -r.push(A.w(s.r).j(0)) -r.push(s.f.j(0)) -r.push(A.e(s.k1)) -r.push(s.ry.j(0)) -return"#"+A.bF(s)+"("+B.b.bB(r,", ")+")"}, -cI(a){var s=this.cx -if(s!=null)a.push("offset: "+B.c.Z(s,1))}} -A.rH.prototype={} -A.ln.prototype={ -j(a){return"SchedulerPhase."+this.b}} -A.hH.prototype={ -a43(a){var s=this.a$ -s.push(a) -if(s.length===1){s=$.bg().b -s.dx=this.gWT() -s.dy=$.a3}}, -Mc(a){var s=this.a$ -B.b.B(s,a) -if(s.length===0){s=$.bg().b -s.dx=null -s.dy=$.a3}}, -WU(a){var s,r,q,p,o,n,m,l,k=this.a$,j=A.aq(k,!0,t.xt) -for(p=j.length,o=0;o0)return!1 -if(j)A.L(A.a6(l)) -s=k.r_(0) -j=s.b -if(m.c$.$2$priority$scheduler(j,m)){try{if(k.c===0)A.L(A.a6(l));++k.d -k.r_(0) -p=k.c-1 -o=k.r_(p) -B.b.p(k.b,p,null) -k.c=p -if(p>0)k.V0(o,0) -s.abh()}catch(n){r=A.ae(n) -q=A.aF(n) -j=A.bx("during a task callback") -A.ds(new A.bt(r,q,"scheduler library",j,null,!1))}return k.c!==0}return!1}, -v1(a,b){var s,r=this -r.is() -s=++r.f$ -r.r$.p(0,s,new A.rH(a)) -return r.f$}, -ga6s(){var s=this -if(s.Q$==null){if(s.cx$===B.dG)s.is() -s.Q$=new A.bd(new A.ad($.a3,t.U),t.h) -s.z$.push(new A.a07(s))}return s.Q$.a}, -gA5(){return this.cy$}, -Hj(a){if(this.cy$===a)return -this.cy$=a -if(a)this.is()}, -zP(){switch(this.cx$.a){case 0:case 4:this.is() -return -case 1:case 2:case 3:return}}, -is(){var s,r=this -if(!r.ch$)s=!(A.hH.prototype.gA5.call(r)&&r.bf$) -else s=!0 -if(s)return -s=$.bg().b -if(s.x==null){s.x=r.gXY() -s.y=$.a3}if(s.z==null){s.z=r.gYq() -s.Q=$.a3}s.is() -r.ch$=!0}, -Nu(){var s=this -if(!(A.hH.prototype.gA5.call(s)&&s.bf$))return -if(s.ch$)return -$.bg().b.is() -s.ch$=!0}, -Ce(){var s,r,q=this -if(q.db$||q.cx$!==B.dG)return -q.db$=!0 -s=A.ajh() -s.vm(0,"Warm-up frame") -r=q.ch$ -A.c_(B.z,new A.a09(q)) -A.c_(B.z,new A.a0a(q,r)) -q.a8v(new A.a0b(q,s))}, -aa6(){var s=this -s.dy$=s.DN(s.fr$) -s.dx$=null}, -DN(a){var s=this.dx$,r=s==null?B.z:new A.aP(a.a-s.a) -return A.cj(0,0,B.c.aU(r.a/$.awZ)+this.dy$.a,0,0)}, -XZ(a){if(this.db$){this.id$=!0 -return}this.Ky(a)}, -Yr(){var s=this -if(s.id$){s.id$=!1 -s.z$.push(new A.a06(s)) -return}s.KA()}, -Ky(a){var s,r,q=this,p=q.k1$,o=p==null -if(!o)p.vn(0,"Frame",B.AM) -if(q.dx$==null)q.dx$=a -r=a==null -q.fx$=q.DN(r?q.fr$:a) -if(!r)q.fr$=a -q.ch$=!1 -try{if(!o)p.vn(0,"Animate",B.AM) -q.cx$=B.WB -s=q.r$ -q.r$=A.x(t.S,t.h1) -J.eY(s,new A.a08(q)) -q.x$.aC(0)}finally{q.cx$=B.WC}}, -KA(){var s,r,q,p,o,n,m,l=this,k=l.k1$,j=k==null -if(!j)k.tM(0) -try{l.cx$=B.hG -for(p=l.y$,o=p.length,n=0;n0&&r<4){s=s.fx$ -s.toString -q.c=s}s=q.a -s.toString -return s}, -nQ(a,b){var s=this,r=s.a -if(r==null)return -s.c=s.a=null -s.BD() -if(b)r.HY(s) -else r.HZ()}, -eH(a){return this.nQ(a,!1)}, -a3b(a){var s,r=this -r.e=null -s=r.c -if(s==null)s=r.c=a -r.d.$1(new A.aP(a.a-s.a)) -if(!r.b&&r.a!=null&&r.e==null)r.e=$.bT.v1(r.gyb(),!0)}, -BD(){var s,r=this.e -if(r!=null){s=$.bT -s.r$.B(0,r) -s.x$.F(0,r) -this.e=null}}, -n(a){var s=this,r=s.a -if(r!=null){s.a=null -s.BD() -r.HY(s)}}, -aau(a,b){var s -""+"Ticker(" -s=""+"Ticker()" -return s.charCodeAt(0)==0?s:s}, -j(a){return this.aau(a,!1)}} -A.nI.prototype={ -HZ(){this.c=!0 -this.a.dl(0) -var s=this.b -if(s!=null)s.dl(0)}, -HY(a){var s -this.c=!1 -s=this.b -if(s!=null)s.l4(new A.yP(a))}, -aaV(a){var s,r,q=this,p=new A.a3H(a) -if(q.b==null){s=q.b=new A.bd(new A.ad($.a3,t.U),t.h) -r=q.c -if(r!=null)if(r)s.dl(0) -else s.l4(B.a1a)}q.b.a.fY(0,p,p,t.H)}, -fY(a,b,c,d){return this.a.a.fY(0,b,c,d)}, -bG(a,b,c){return this.fY(a,b,null,c)}, -ip(a){return this.a.a.ip(a)}, -j(a){var s="#"+A.bF(this)+"(",r=this.c -if(r==null)r="active" -else r=r?"complete":"canceled" -return s+r+")"}, -$iav:1} -A.a3H.prototype={ -$1(a){this.a.$0()}, -$S:18} -A.yP.prototype={ -j(a){var s=this.a -if(s!=null)return"This ticker was canceled: "+s.j(0) -return'The ticker was canceled before the "orCancel" property was first used.'}, -$icP:1} -A.a0y.prototype={} -A.ya.prototype={ -j(a){return"SemanticsTag("+this.a+")"}, -gaT(a){return this.a}} -A.ch.prototype={ -W(a,b){var s,r,q,p,o,n,m=this.a,l=m.length -if(l===0)return b -s=b.a -if(s.length===0)return this -r=m+s -q=A.aq(this.b,!0,t.u1) -m=b.b -s=m.length -if(s!==0)for(p=0;p=0;--o)r[o]=n[q-o-1].e}n=a3.k1 -m=n.length -if(m!==0){l=new Int32Array(m) -for(o=0;o0?r[n-1].y1:null -if(n!==0)if(J.R(l)===J.R(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.L(A.O("sort")) -h=p.length-1 -if(h-0<=32)A.IZ(p,0,h,J.aeN()) -else A.IY(p,0,h,J.aeN())}B.b.N(q,p) -B.b.sq(p,0)}p.push(new A.ko(m,l,n))}if(o!=null)B.b.hx(p) -B.b.N(q,p) -h=t.rB -return A.aq(new A.aG(q,new A.a0N(),h),!0,h.i("aX.E"))}, -NC(a){if(this.b==null)return -B.ic.lN(0,a.MA(this.e))}, -ci(){return"SemanticsNode#"+this.e}, -aaq(a,b,c){return new A.Oc(a,this,b,!0,!0,null,c)}, -Mx(a){return this.aaq(B.HC,null,a)}} -A.a0P.prototype={ -$1(a){var s,r,q=this.a -q.a=q.a|a.k1 -q.b=q.b|a.go -if(q.x==null)q.x=a.x2 -if(q.z==null)q.z=a.y2 -if(q.Q==null)q.Q=a.K -if(q.ch==null)q.ch=a.L -if(q.cx==null)q.cx=a.aJ -if(q.cy==null)q.cy=a.V -if(q.db==null)q.db=a.X -q.dx=a.ae -q.dy=a.ab -if(q.fr==null)q.fr=a.ac -s=q.d -if(s.a==="")q.d=a.k3 -s=q.e -if(s.a==="")q.e=a.k4 -s=q.f -if(s.a==="")q.f=a.r1 -s=a.id -if(s!=null){r=q.y;(r==null?q.y=A.aT(t.g3):r).N(0,s)}for(s=this.b.fy,s=s.gas(s),s=s.ga1(s),r=this.c;s.u();)r.F(0,A.agU(s.gD(s))) -a.x1!=null -s=q.c -r=q.x -q.c=A.aaS(a.k2,a.x2,s,r) -r=q.r -s=q.x -q.r=A.aaS(a.r2,a.x2,r,s) -q.fx=Math.max(q.fx,a.ry+a.rx) -return!0}, -$S:79} -A.a0N.prototype={ -$1(a){return a.a}, -$S:264} -A.kb.prototype={ -bn(a,b){return B.c.bn(this.b,b.b)}, -$ibJ:1} -A.hT.prototype={ -bn(a,b){return B.c.bn(this.a,b.a)}, -Om(){var s,r,q,p,o,n,m,l,k,j=A.a([],t.rF) -for(s=this.c,r=s.length,q=0;q") -return A.aq(new A.jo(n,new A.a9o(),s),!0,s.i("p.E"))}, -Ol(){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.x(s,t.bu) -q=A.x(s,s) -for(p=this.b,o=p===B.a4,p=p===B.w,n=a4,m=0;m2.356194490192345 -else a0=!1 -if(a||a0)q.p(0,l.e,f.e)}}a1=A.a([],t.t) -a2=A.a(a3.slice(0),A.a7(a3)) -B.b.f4(a2,new A.a9k()) -new A.aG(a2,new A.a9l(),A.a7(a2).i("aG<1,n>")).ai(0,new A.a9n(A.aT(s),q,a1)) -a3=t.qn -a3=A.aq(new A.aG(a1,new A.a9m(r),a3),!0,a3.i("aX.E")) -a4=A.a7(a3).i("c5<1>") -return A.aq(new A.c5(a3,a4),!0,a4.i("aX.E"))}} -A.a9o.prototype={ -$1(a){return a.Ol()}, -$S:104} -A.a9k.prototype={ -$2(a,b){var s,r,q=a.x,p=A.oc(a,new A.k(q.a,q.b)) -q=b.x -s=A.oc(b,new A.k(q.a,q.b)) -r=B.c.bn(p.b,s.b) -if(r!==0)return-r -return-B.c.bn(p.a,s.a)}, -$S:78} -A.a9n.prototype={ -$1(a){var s=this,r=s.a -if(r.A(0,a))return -r.F(0,a) -r=s.b -if(r.aq(0,a)){r=r.h(0,a) -r.toString -s.$1(r)}s.c.push(a)}, -$S:8} -A.a9l.prototype={ -$1(a){return a.e}, -$S:267} -A.a9m.prototype={ -$1(a){var s=this.a.h(0,a) -s.toString -return s}, -$S:268} -A.aaO.prototype={ -$1(a){return a.Om()}, -$S:104} -A.ko.prototype={ -bn(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.bn(0,s)}, -$ibJ:1} -A.qh.prototype={ -n(a){var s=this -s.a.aC(0) -s.b.aC(0) -s.c.aC(0) -s.f5(0)}, -ND(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=f.a -if(e.a===0)return -s=A.aT(t.S) -r=A.a([],t.J) -for(q=t.LQ,p=A.o(e).i("aI"),o=p.i("p.E"),n=f.c;e.a!==0;){m=A.aq(new A.aI(e,new A.a0S(f),p),!0,o) -e.aC(0) -n.aC(0) -l=new A.a0T() -if(!!m.immutable$list)A.L(A.O("sort")) -k=m.length-1 -if(k-0<=32)A.IZ(m,0,k,l) -else A.IY(m,0,k,l) -B.b.N(r,m) -for(l=m.length,j=0;j#"+A.bF(this)}} -A.a0S.prototype={ -$1(a){return!this.a.c.A(0,a)}, -$S:79} -A.a0T.prototype={ -$2(a,b){return a.a-b.a}, -$S:78} -A.a0U.prototype={ -$2(a,b){return a.a-b.a}, -$S:78} -A.a0R.prototype={ -$1(a){if(a.fx.aq(0,this.b)){this.a.a=a -return!1}return!0}, -$S:79} -A.a0A.prototype={ -kK(a,b){var s=this -s.e.p(0,a,b) -s.f=s.f|a.a -s.d=!0}, -eI(a,b){this.kK(a,new A.a0B(b))}, -sic(a){a.toString -this.eI(B.ex,a) -this.r=a}, -sj1(a){a.toString -this.eI(B.Cm,a)}, -snb(a){this.eI(B.eA,a)}, -sn3(a){this.eI(B.WW,a)}, -snc(a){this.eI(B.eB,a)}, -snd(a){this.eI(B.ey,a)}, -sna(a){this.eI(B.ez,a)}, -spR(a){this.eI(B.Cn,a)}, -spO(a){this.eI(B.Cl,a)}, -sn0(a,b){this.eI(B.WY,b)}, -sn1(a,b){this.eI(B.X1,b)}, -sn9(a,b){this.eI(B.WS,b)}, -sn7(a){this.kK(B.WZ,new A.a0E(a))}, -sn5(a){this.kK(B.WQ,new A.a0C(a))}, -sn8(a){this.kK(B.X_,new A.a0F(a))}, -sn6(a){this.kK(B.WR,new A.a0D(a))}, -sne(a){this.kK(B.WT,new A.a0G(a))}, -snf(a){this.kK(B.WU,new A.a0H(a))}, -sn2(a){this.eI(B.WX,a)}, -spP(a){this.eI(B.X0,a)}, -sNw(a){if(a==this.ry)return -this.ry=a -this.d=!0}, -sNx(a){if(a==this.x1)return -this.x1=a -this.d=!0}, -spF(a){return}, -smz(a){if(a==this.y2)return -this.y2=a -this.d=!0}, -siL(a,b){if(b===this.ac)return -this.ac=b -this.d=!0}, -IS(a){var s=this.aO;(s==null?this.aO=A.aT(t.g3):s).F(0,a)}, -bo(a,b){var s=this,r=s.bd,q=a.a -if(b)s.bd=r|q -else s.bd=r&~q -s.d=!0}, -La(a){var s,r=this -if(a==null||!a.d||!r.d)return!0 -if((r.f&a.f)!==0)return!1 -if((r.bd&a.bd)!==0)return!1 -if(r.y2!=null&&a.y2!=null)return!1 -if(r.aJ.a.length!==0)s=a.aJ.a.length!==0 -else s=!1 -if(s)return!1 -return!0}, -oB(a){var s,r,q=this -if(!a.d)return -q.e.N(0,a.e) -q.K.N(0,a.K) -q.f=q.f|a.f -q.bd=q.bd|a.bd -if(q.aN==null)q.aN=a.aN -if(q.bg==null)q.bg=a.bg -if(q.b1==null)q.b1=a.b1 -if(q.aB==null)q.aB=a.aB -if(q.ab==null)q.ab=a.ab -if(q.rx==null)q.rx=a.rx -if(q.x1==null)q.x1=a.x1 -if(q.ry==null)q.ry=a.ry -q.x2=a.x2 -q.y1=a.y1 -if(q.y2==null)q.y2=a.y2 -s=q.b0 -if(s==null){s=q.b0=a.b0 -q.d=!0}if(q.r2==null)q.r2=a.r2 -r=q.L -q.L=A.aaS(a.L,a.b0,r,s) -s=q.aJ -if(s.a==="")q.aJ=a.aJ -s=q.V -if(s.a==="")q.V=a.V -s=q.X -if(s.a==="")q.X=a.X -s=q.ae -r=q.b0 -q.ae=A.aaS(a.ae,a.b0,s,r) -q.bt=Math.max(q.bt,a.bt+a.ac) -q.d=q.d||a.d}, -z8(a){var s=this,r=A.nn() -r.a=s.a -r.b=s.b -r.c=s.c -r.d=s.d -r.ao=s.ao -r.b0=s.b0 -r.r2=s.r2 -r.L=s.L -r.V=s.V -r.aJ=s.aJ -r.X=s.X -r.ae=s.ae -r.ab=s.ab -r.ac=s.ac -r.bt=s.bt -r.bd=s.bd -r.aO=s.aO -r.aN=s.aN -r.bg=s.bg -r.b1=s.b1 -r.aB=s.aB -r.f=s.f -r.rx=s.rx -r.x1=s.x1 -r.ry=s.ry -r.x2=s.x2 -r.y1=s.y1 -r.y2=s.y2 -r.e.N(0,s.e) -r.K.N(0,s.K) -return r}} -A.a0B.prototype={ -$1(a){this.a.$0()}, -$S:7} -A.a0E.prototype={ -$1(a){a.toString -this.a.$1(A.tq(a))}, -$S:7} -A.a0C.prototype={ -$1(a){a.toString -this.a.$1(A.tq(a))}, -$S:7} -A.a0F.prototype={ -$1(a){a.toString -this.a.$1(A.tq(a))}, -$S:7} -A.a0D.prototype={ -$1(a){a.toString -this.a.$1(A.tq(a))}, -$S:7} -A.a0G.prototype={ -$1(a){var s,r,q -a.toString -s=J.acJ(t.f.a(a),t.N,t.S) -r=s.h(0,"base") -r.toString -q=s.h(0,"extent") -q.toString -this.a.$1(A.cy(B.o,r,q,!1))}, -$S:7} -A.a0H.prototype={ -$1(a){a.toString -this.a.$1(A.bo(a))}, -$S:7} -A.Et.prototype={ -j(a){return"DebugSemanticsDumpOrder."+this.b}} -A.qi.prototype={ -bn(a,b){var s=this.a6b(b) -return s}, -$ibJ:1, -gaT(a){return this.a}} -A.n4.prototype={ -a6b(a){var s=a.b===this.b -if(s)return 0 -return B.e.bn(this.b,a.b)}} -A.Ob.prototype={} -A.Od.prototype={} -A.Oe.prototype={} -A.a0J.prototype={ -MA(a){var s=A.aN(["type",this.a,"data",this.nw()],t.N,t.z) -if(a!=null)s.p(0,"nodeId",a) -return s}, -Mz(){return this.MA(null)}, -j(a){var s,r,q,p=A.a([],t.s),o=this.nw(),n=J.agq(o.gas(o)) -B.b.hx(n) -for(s=n.length,r=0;r#"+A.bF(this)+"()"}} -A.S0.prototype={ -mX(a,b){return this.OB(a,!0)}} -A.YV.prototype={ -dI(a,b){return this.a8t(0,b)}, -a8t(a,b){var s=0,r=A.aj(t.V4),q,p,o,n,m,l,k,j,i,h,g,f -var $async$dI=A.ak(function(c,d){if(c===1)return A.ag(d,r) -while(true)switch(s){case 0:k=A.PB(B.jb,b,B.ag,!1) -j=A.ak8(null,0,0) -i=A.ak4(null,0,0,!1) -h=A.ak7(null,0,0,null) -g=A.ak3(null,0,0) -f=A.ak6(null,"") -if(i==null)p=j.length!==0||f!=null||!1 -else p=!1 -if(p)i="" -p=i==null -o=!p -n=A.ak5(k,0,k.length,null,"",o) -k=p&&!B.d.cr(n,"/") -if(k)n=A.akb(n,o) -else n=A.akd(n) -m=B.cX.eO(A.ak_("",j,p&&B.d.cr(n,"//")?"":i,f,n,h,g).e) -s=3 -return A.an(A.b($.eS.aB$,"_defaultBinaryMessenger").v7(0,"flutter/assets",A.l5(m.buffer,0,null)),$async$dI) -case 3:l=d -if(l==null)throw A.c(A.vf("Unable to load asset: "+b)) -q=l -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$dI,r)}} -A.Db.prototype={ -lA(){var s,r,q=this -if(q.a){s=A.x(t.N,t.z) -s.p(0,"uniqueIdentifier",q.b) -s.p(0,"hints",q.c) -s.p(0,"editingValue",q.d.qb()) -r=q.e -if(r!=null)s.p(0,"hintText",r)}else s=null -return s}} -A.RD.prototype={} -A.yc.prototype={ -pq(){var s=$.acG() -s.a.aC(0) -s.b.aC(0)}, -ka(a){return this.a7F(a)}, -a7F(a){var s=0,r=A.aj(t.H),q,p=this -var $async$ka=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:switch(A.bo(J.ax(t.a.a(a),"type"))){case"memoryPressure":p.pq() -break}s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$ka,r)}, -UK(){var s=A.bI("controller") -s.sef(new A.rj(new A.a0Z(s),null,null,null,t.qh)) -return J.apB(s.bQ())}, -a9L(){if(this.b$!=null)return -$.bg() -var s=A.aiR("AppLifecycleState.resumed") -if(s!=null)this.tO(s)}, -xb(a){return this.YO(a)}, -YO(a){var s=0,r=A.aj(t.ob),q,p=this,o -var $async$xb=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:a.toString -o=A.aiR(a) -o.toString -p.tO(o) -q=null -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$xb,r)}, -xc(a){return this.Zo(a)}, -Zo(a){var s=0,r=A.aj(t.H) -var $async$xc=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:t.j.a(a.b) -return A.ah(null,r)}}) -return A.ai($async$xc,r)}} -A.a0Z.prototype={ -$0(){var s=0,r=A.aj(t.H),q=this,p,o,n -var $async$$0=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:o=A.bI("rawLicenses") -n=o -s=2 -return A.an($.acG().mX("NOTICES",!1),$async$$0) -case 2:n.sef(b) -p=q.a -n=J -s=3 -return A.an(A.QF(A.axh(),o.bQ(),"parseLicenses",t.N,t.qC),$async$$0) -case 3:n.eY(b,J.aps(p.bQ())) -s=4 -return A.an(J.acK(p.bQ()),$async$$0) -case 4:return A.ah(null,r)}}) -return A.ai($async$$0,r)}, -$S:58} -A.a5Y.prototype={ -v7(a,b,c){var s=new A.ad($.a3,t.gg) -$.bj().a2t(b,c,A.arI(new A.a5Z(new A.bd(s,t.yB)))) -return s}, -Cw(a,b){if(b==null){a=$.R1().a.h(0,a) -if(a!=null)a.e=null}else $.R1().NU(a,new A.a6_(b))}} -A.a5Z.prototype={ -$1(a){var s,r,q,p -try{this.a.er(0,a)}catch(q){s=A.ae(q) -r=A.aF(q) -p=A.bx("during a platform message response callback") -A.ds(new A.bt(s,r,"services library",p,null,!1))}}, -$S:23} -A.a6_.prototype={ -$2(a,b){return this.MR(a,b)}, -MR(a,b){var s=0,r=A.aj(t.H),q=1,p,o=[],n=this,m,l,k,j,i,h -var $async$$2=A.ak(function(c,d){if(c===1){p=d -s=q}while(true)switch(s){case 0:i=null -q=3 -s=6 -return A.an(n.a.$1(a),$async$$2) -case 6:i=d -o.push(5) -s=4 -break -case 3:q=2 -h=p -m=A.ae(h) -l=A.aF(h) -j=A.bx("during a platform message callback") -A.ds(new A.bt(m,l,"services library",j,null,!1)) -o.push(5) -s=4 -break -case 2:o=[1] -case 4:q=1 -b.$1(i) -s=o.pop() -break -case 5:return A.ah(null,r) -case 1:return A.ag(p,r)}}) -return A.ai($async$$2,r)}, -$S:272} -A.oN.prototype={} -A.py.prototype={} -A.l_.prototype={} -A.mN.prototype={} -A.mO.prototype={} -A.vW.prototype={} -A.VJ.prototype={ -Wo(a){var s,r,q,p,o,n,m,l,k,j -this.d=!0 -s=!1 -for(n=this.c,m=0;!1;++m){r=n[m] -try{q=r.$1(a) -s=s||q}catch(l){p=A.ae(l) -o=A.aF(l) -k=A.bx("while processing a key handler") -j=$.hY() -if(j!=null)j.$1(new A.bt(p,o,"services library",k,null,!1))}}this.d=!1 -return s}} -A.vT.prototype={ -j(a){return"KeyDataTransitMode."+this.b}} -A.vU.prototype={ -j(a){return"KeyMessage("+A.e(this.a)+")"}} -A.FN.prototype={ -a7n(a){var s=this.d -switch((s==null?this.d=B.IV:s).a){case 0:return!1 -case 1:if(a.c!==0&&a.d!==0)this.e.push(A.ash(a)) -return!1}}, -Ac(a){return this.a7D(a)}, -a7D(a2){var s=0,r=A.aj(t.a),q,p=[],o=this,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1 -var $async$Ac=A.ak(function(a4,a5){if(a4===1)return A.ag(a5,r) -while(true)switch(s){case 0:if(o.d==null){o.d=B.IU -o.c.a.push(o.gVY())}j=A.atj(t.a.a(a2)) -n=o.c.a7B(j) -for(i=o.e,h=i.length,g=o.b,f=g.a,e=g.b,d=0;d=b.a.byteLength)throw A.c(B.aX) -return this.j3(b.lI(0),b)}, -j3(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=$.cW() -q=b.a.getInt32(s,B.aj===r) -b.b+=4 -return q -case 4:return b.uT(0) -case 6:b.hA(8) -s=b.b -r=$.cW() -q=b.a.getFloat64(s,B.aj===r) -b.b+=8 -return q -case 5:case 7:p=k.e2(b) -return B.dL.eO(b.lJ(p)) -case 8:return b.lJ(k.e2(b)) -case 9:p=k.e2(b) -b.hA(4) -s=b.a -o=A.ai6(s.buffer,s.byteOffset+b.b,p) -b.b=b.b+4*p -return o -case 10:return b.uU(k.e2(b)) -case 14:p=k.e2(b) -b.hA(4) -s=b.a -r=s.buffer -s=s.byteOffset+b.b -A.Qu(r,s,p) -o=new Float32Array(r,s,p) -b.b=b.b+4*p -return o -case 11:p=k.e2(b) -b.hA(8) -s=b.a -o=A.ai4(s.buffer,s.byteOffset+b.b,p) -b.b=b.b+8*p -return o -case 12:p=k.e2(b) -n=A.a1(p,null,!1,t.X) -for(s=b.a,m=0;m=s.byteLength)A.L(B.aX) -b.b=r+1 -n[m]=k.j3(s.getUint8(r),b)}return n -case 13:p=k.e2(b) -s=t.X -n=A.x(s,s) -for(s=b.a,m=0;m=s.byteLength)A.L(B.aX) -b.b=r+1 -r=k.j3(s.getUint8(r),b) -l=b.b -if(l>=s.byteLength)A.L(B.aX) -b.b=l+1 -n.p(0,r,k.j3(s.getUint8(l),b))}return n -default:throw A.c(B.aX)}}, -f_(a,b){var s,r,q="_eightBytesAsList" -if(b<254)a.a.dD(0,b) -else{s=a.a -r=a.c -if(b<=65535){s.dD(0,254) -s=$.cW() -r.setUint16(0,b,B.aj===s) -a.a.hJ(0,A.b(a.d,q),0,2)}else{s.dD(0,255) -s=$.cW() -r.setUint32(0,b,B.aj===s) -a.a.hJ(0,A.b(a.d,q),0,4)}}}, -e2(a){var s,r,q=a.lI(0) -switch(q){case 254:s=a.b -r=$.cW() -q=a.a.getUint16(s,B.aj===r) -a.b+=2 -return q -case 255:s=a.b -r=$.cW() -q=a.a.getUint32(s,B.aj===r) -a.b+=4 -return q -default:return q}}} -A.a2D.prototype={ -$2(a,b){var s=this.a,r=this.b -s.dA(0,r,a) -s.dA(0,r,b)}, -$S:68} -A.a2G.prototype={ -hV(a){var s=A.a4c() -B.at.dA(0,s,a.a) -B.at.dA(0,s,a.b) -return s.jX()}, -hc(a){var s,r,q -a.toString -s=new A.xp(a) -r=B.at.fW(0,s) -q=B.at.fW(0,s) -if(typeof r=="string"&&s.b>=a.byteLength)return new A.jI(r,q) -else throw A.c(B.oS)}, -pf(a){var s=A.a4c() -s.a.dD(0,0) -B.at.dA(0,s,a) -return s.jX()}, -ld(a,b,c){var s=A.a4c() -s.a.dD(0,1) -B.at.dA(0,s,a) -B.at.dA(0,s,c) -B.at.dA(0,s,b) -return s.jX()}, -K2(a,b){return this.ld(a,null,b)}, -JM(a){var s,r,q,p,o,n -if(a.byteLength===0)throw A.c(B.Ij) -s=new A.xp(a) -if(s.lI(0)===0)return B.at.fW(0,s) -r=B.at.fW(0,s) -q=B.at.fW(0,s) -p=B.at.fW(0,s) -o=s.b=a.byteLength -else n=!1 -if(n)throw A.c(A.adQ(r,p,A.cz(q),o)) -else throw A.c(B.Ik)}} -A.XN.prototype={ -a7h(a,b,c){var s,r,q,p -if(t.PB.b(b)){this.b.B(0,a) -return}s=this.b -r=s.h(0,a) -q=A.auS(c) -if(q==null)q=this.a -if(J.f(r==null?null:t.ZC.a(r.a),q))return -p=q.tm(a) -s.p(0,a,p) -B.W9.cL("activateSystemCursor",A.aN(["device",p.b,"kind",t.ZC.a(p.a).a],t.N,t.z),t.H)}} -A.wv.prototype={} -A.d_.prototype={ -j(a){var s=this.gto() -return s}} -A.Lb.prototype={ -tm(a){throw A.c(A.c1(null))}, -gto(){return"defer"}} -A.OS.prototype={} -A.k1.prototype={ -gto(){return"SystemMouseCursor("+this.a+")"}, -tm(a){return new A.OS(this,a)}, -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.k1&&b.a===this.a}, -gw(a){return B.d.gw(this.a)}} -A.MA.prototype={} -A.kD.prototype={ -goL(){var s=A.b($.eS.aB$,"_defaultBinaryMessenger") -return s}, -lN(a,b){return this.NB(0,b,this.$ti.i("1?"))}, -NB(a,b,c){var s=0,r=A.aj(c),q,p=this,o,n -var $async$lN=A.ak(function(d,e){if(d===1)return A.ag(e,r) -while(true)switch(s){case 0:o=p.b -n=o -s=3 -return A.an(p.goL().v7(0,p.a,o.c1(b)),$async$lN) -case 3:q=n.fa(e) -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$lN,r)}, -vd(a){this.goL().Cw(this.a,new A.RC(this,a))}, -gaT(a){return this.a}} -A.RC.prototype={ -$1(a){return this.MQ(a)}, -MQ(a){var s=0,r=A.aj(t.CD),q,p=this,o,n -var $async$$1=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:o=p.a.b -n=o -s=3 -return A.an(p.b.$1(o.fa(a)),$async$$1) -case 3:q=n.c1(c) -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$$1,r)}, -$S:101} -A.wr.prototype={ -goL(){var s=A.b($.eS.aB$,"_defaultBinaryMessenger") -return s}, -of(a,b,c,d){return this.a_N(a,b,c,d,d.i("0?"))}, -a_N(a,b,c,d,e){var s=0,r=A.aj(e),q,p=this,o,n,m -var $async$of=A.ak(function(f,g){if(f===1)return A.ag(g,r) -while(true)switch(s){case 0:o=p.a -n=p.b -s=3 -return A.an(p.goL().v7(0,o,n.hV(new A.jI(a,b))),$async$of) -case 3:m=g -if(m==null){if(c){q=null -s=1 -break}throw A.c(A.ai1("No implementation found for method "+a+" on channel "+o))}q=d.i("0?").a(n.JM(m)) -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$of,r)}, -qx(a){var s=this.goL() -s.Cw(this.a,new A.XB(this,a))}, -rg(a,b){return this.XX(a,b)}, -XX(a,b){var s=0,r=A.aj(t.CD),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f,e,d -var $async$rg=A.ak(function(c,a0){if(c===1){o=a0 -s=p}while(true)switch(s){case 0:g=m.b -f=g.hc(a) -p=4 -d=g -s=7 -return A.an(b.$1(f),$async$rg) -case 7:j=d.pf(a0) -q=j -s=1 -break -p=2 -s=6 -break -case 4:p=3 -e=o -j=A.ae(e) -if(j instanceof A.x8){l=j -j=l.a -h=l.b -q=g.ld(j,l.c,h) -s=1 -break}else if(j instanceof A.wt){q=null -s=1 -break}else{k=j -g=g.K2("error",J.dQ(k)) -q=g -s=1 -break}s=6 -break -case 3:s=2 -break -case 6:case 1:return A.ah(q,r) -case 2:return A.ag(o,r)}}) -return A.ai($async$rg,r)}, -gaT(a){return this.a}} -A.XB.prototype={ -$1(a){return this.a.rg(a,this.b)}, -$S:101} -A.n3.prototype={ -cL(a,b,c){return this.a85(a,b,c,c.i("0?"))}, -ke(a,b){return this.cL(a,null,b)}, -a85(a,b,c,d){var s=0,r=A.aj(d),q,p=this -var $async$cL=A.ak(function(e,f){if(e===1)return A.ag(f,r) -while(true)switch(s){case 0:q=p.PG(a,b,!0,c) -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$cL,r)}} -A.l0.prototype={ -j(a){return"KeyboardSide."+this.b}} -A.eR.prototype={ -j(a){return"ModifierKey."+this.b}} -A.xm.prototype={ -ga8G(){var s,r,q,p=A.x(t.xS,t.LE) -for(s=0;s<9;++s){r=B.pD[s] -if(this.a8c(r)){q=this.Ne(r) -if(q!=null)p.p(0,r,q)}}return p}, -Oa(){return!0}} -A.hE.prototype={} -A.Zu.prototype={ -$0(){var s,r,q=this.b,p=J.aD(q),o=A.cz(p.h(q,"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.cz(p.h(q,"code")) -if(s==null)s="" -n=n?"":o -r=A.hU(p.h(q,"location")) -if(r==null)r=0 -q=A.hU(p.h(q,"metaState")) -return new A.Hq(s,n,r,q==null?0:q)}, -$S:276} -A.jR.prototype={} -A.xn.prototype={} -A.Zv.prototype={ -a7B(a){var s,r,q,p,o,n,m,l,k,j,i,h=this -if(a instanceof A.jR){p=a.c -if(p.Oa()){h.d.p(0,p.gfj(),p.gu8()) -o=!0}else{h.e.F(0,p.gfj()) -o=!1}}else if(a instanceof A.xn){p=h.e -n=a.c -if(!p.A(0,n.gfj())){h.d.B(0,n.gfj()) -o=!0}else{p.B(0,n.gfj()) -o=!1}}else o=!0 -if(!o)return!0 -h.a30(a) -for(p=h.a,n=A.aq(p,!0,t.iS),m=n.length,l=0;l")),m.c=o.e,n=n.c;m.u();){l=n.a(m.d) -k=$.ama().h(0,l) -k.toString -f.p(0,l,k)}}g=$.Hr.gas($.Hr) -new A.aI(g,new A.Zw(e),A.o(g).i("aI")).ai(0,d.gM6(d)) -if(!(i instanceof A.Zr)&&!(i instanceof A.Zt))d.B(0,B.eo) -d.N(0,f) -if(b&&s!=null&&!d.aq(0,i.gfj()))if(i instanceof A.Zs&&i.gfj().k(0,B.cA)){j=$.Hr.h(0,i.gfj()) -if(j!=null)d.p(0,i.gfj(),j)}}} -A.Zw.prototype={ -$1(a){return!this.a.A(0,a)}, -$S:277} -A.cf.prototype={ -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.cf&&b.a===this.a&&b.b==this.b}, -gw(a){return A.W(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.Nv.prototype={} -A.Nu.prototype={} -A.Zr.prototype={} -A.Zs.prototype={} -A.Zt.prototype={} -A.Hq.prototype={ -gfj(){var s=this.a,r=B.TU.h(0,s) -return r==null?new A.j(98784247808+B.d.gw(s)):r}, -gu8(){var s,r=this.b,q=B.TY.h(0,r),p=q==null?null:q[this.c] -if(p!=null)return p -q=this.a -s=B.TS.h(0,q) -if(s!=null)return s -if(r.length===1)return new A.d(B.d.ap(r.toLowerCase(),0)) -return new A.d(B.d.gw(q)+98784247808)}, -a8c(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}}, -Ne(a){return B.d6}, -k(a,b){var s=this -if(b==null)return!1 -if(s===b)return!0 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.Hq&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} -A.xS.prototype={ -gaab(){var s=this -if(s.c)return new A.et(s.a,t.hr) -if(s.b==null){s.b=new A.bd(new A.ad($.a3,t.X6),t.EZ) -s.re()}return s.b.a}, -re(){var s=0,r=A.aj(t.H),q,p=this,o -var $async$re=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:s=3 -return A.an(B.jN.ke("get",t.pE),$async$re) -case 3:o=b -if(p.b==null){s=1 -break}p.GB(o) -case 1:return A.ah(q,r)}}) -return A.ai($async$re,r)}, -GB(a){var s,r=a==null -if(!r){s=J.ax(a,"enabled") -s.toString -A.tq(s)}else s=!1 -this.a7E(r?null:t.nc.a(J.ax(a,"data")),s)}, -a7E(a,b){var s,r,q=this,p=q.c&&b -q.d=p -if(p)$.bT.z$.push(new A.a_G(q)) -s=q.a -if(b){p=q.Wf(a) -r=t.N -if(p==null){p=t.X -p=A.x(p,p)}r=new A.cx(p,q,null,"root",A.x(r,t.z4),A.x(r,t.I1)) -p=r}else p=null -q.a=p -q.c=!0 -r=q.b -if(r!=null)r.er(0,p) -q.b=null -if(q.a!=s){q.aA() -if(s!=null)s.n(0)}}, -xz(a){return this.a0f(a)}, -a0f(a){var s=0,r=A.aj(t.H),q=this,p -var $async$xz=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:p=a.a -switch(p){case"push":q.GB(t.pE.a(a.b)) -break -default:throw A.c(A.c1(p+" was invoked but isn't implemented by "+A.w(q).j(0)))}return A.ah(null,r)}}) -return A.ai($async$xz,r)}, -Wf(a){if(a==null)return null -return t.J1.a(B.at.fa(A.l5(a.buffer,a.byteOffset,a.byteLength)))}, -Nv(a){var s=this -s.r.F(0,a) -if(!s.f){s.f=!0 -$.bT.z$.push(new A.a_H(s))}}, -EO(){var s,r,q,p,o=this -if(!o.f)return -o.f=!1 -for(s=o.r,r=A.h2(s,s.r,A.o(s).c),q=r.$ti.c;r.u();)q.a(r.d).x=!1 -s.aC(0) -p=B.at.c1(o.a.a) -B.jN.cL("put",A.df(p.buffer,p.byteOffset,p.byteLength),t.H)}, -Kn(){if($.bT.ch$)return -this.EO()}} -A.a_G.prototype={ -$1(a){this.a.d=!1}, -$S:2} -A.a_H.prototype={ -$1(a){return this.a.EO()}, -$S:2} -A.cx.prototype={ -goo(){var s=J.CU(this.a,"c",new A.a_D()) -s.toString -return t.pE.a(s)}, -gjv(){var s=J.CU(this.a,"v",new A.a_E()) -s.toString -return t.pE.a(s)}, -M7(a,b,c){var s=this,r=J.ec(s.gjv(),b),q=c.i("0?").a(J.m0(s.gjv(),b)) -if(J.h6(s.gjv()))J.m0(s.a,"v") -if(r)s.m7() -return q}, -a4V(a,b){var s,r,q,p,o=this,n=o.f -if(n.aq(0,a)||!J.ec(o.goo(),a)){n=t.N -s=new A.cx(A.x(n,t.X),null,null,a,A.x(n,t.z4),A.x(n,t.I1)) -o.fE(s) -return s}r=t.N -q=o.c -p=J.ax(o.goo(),a) -p.toString -s=new A.cx(t.pE.a(p),q,o,a,A.x(r,t.z4),A.x(r,t.I1)) -n.p(0,a,s) -return s}, -fE(a){var s=this,r=a.d -if(r!==s){if(r!=null)r.rF(a) -a.d=s -s.DH(a) -if(a.c!=s.c)s.GR(a)}}, -WA(a){this.rF(a) -a.d=null -if(a.c!=null){a.xS(null) -a.IE(this.gGQ())}}, -m7(){var s,r=this -if(!r.x){r.x=!0 -s=r.c -if(s!=null)s.Nv(r)}}, -GR(a){a.xS(this.c) -a.IE(this.gGQ())}, -xS(a){var s=this,r=s.c -if(r==a)return -if(s.x)if(r!=null)r.r.B(0,s) -s.c=a -if(s.x&&a!=null){s.x=!1 -s.m7()}}, -rF(a){var s,r,q,p=this -if(J.f(p.f.B(0,a.e),a)){J.m0(p.goo(),a.e) -s=p.r -r=s.h(0,a.e) -if(r!=null){q=J.bO(r) -p.F5(q.fl(r)) -if(q.gR(r))s.B(0,a.e)}if(J.h6(p.goo()))J.m0(p.a,"c") -p.m7() -return}s=p.r -q=s.h(0,a.e) -if(q!=null)J.m0(q,a) -q=s.h(0,a.e) -if((q==null?null:J.h6(q))===!0)s.B(0,a.e)}, -DH(a){var s=this -if(s.f.aq(0,a.e)){J.j9(s.r.bK(0,a.e,new A.a_C()),a) -s.m7() -return}s.F5(a) -s.m7()}, -F5(a){this.f.p(0,a.e,a) -J.eX(this.goo(),a.e,a.a)}, -IF(a,b){var s,r,q=this.f -q=q.gbm(q) -s=this.r -s=s.gbm(s) -r=q.a7_(0,new A.jo(s,new A.a_F(),A.o(s).i("jo"))) -J.eY(b?A.aq(r,!1,A.o(r).i("p.E")):r,a)}, -IE(a){return this.IF(a,!1)}, -a9Z(a){var s,r=this -if(a===r.e)return -s=r.d -if(s!=null)s.rF(r) -r.e=a -s=r.d -if(s!=null)s.DH(r)}, -n(a){var s,r=this -r.IF(r.gWz(),!0) -r.f.aC(0) -r.r.aC(0) -s=r.d -if(s!=null)s.rF(r) -r.d=null -r.xS(null) -r.y=!0}, -j(a){return"RestorationBucket(restorationId: "+this.e+", owner: "+A.e(this.b)+")"}} -A.a_D.prototype={ -$0(){var s=t.X -return A.x(s,s)}, -$S:99} -A.a_E.prototype={ -$0(){var s=t.X -return A.x(s,s)}, -$S:99} -A.a_C.prototype={ -$0(){return A.a([],t.QT)}, -$S:280} -A.a_F.prototype={ -$1(a){return a}, -$S:281} -A.Rs.prototype={} -A.ly.prototype={ -I_(){var s,r,q,p=this,o=null,n=p.a -n=n==null?o:n.a -s=p.f -s=s==null?o:"Brightness."+s.b -r=p.r -r=r==null?o:"Brightness."+r.b -q=p.c -q=q==null?o:"Brightness."+q.b -return A.aN(["systemNavigationBarColor",n,"systemNavigationBarDividerColor",null,"systemStatusBarContrastEnforced",p.x,"statusBarColor",null,"statusBarBrightness",s,"statusBarIconBrightness",r,"systemNavigationBarIconBrightness",q,"systemNavigationBarContrastEnforced",p.d],t.N,t.z)}, -j(a){return"SystemUiOverlayStyle("+this.I_().j(0)+")"}, -gw(a){var s=this -return A.W(s.a,s.b,s.d,s.e,s.f,s.r,s.x,s.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.ly)if(J.f(b.a,r.a))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 -return s}} -A.a2X.prototype={ -$0(){if(!J.f($.qQ,$.aea)){B.bJ.cL("SystemChrome.setSystemUIOverlayStyle",$.qQ.I_(),t.H) -$.aea=$.qQ}$.qQ=null}, -$S:0} -A.yA.prototype={ -j(a){return"SystemSoundType."+this.b}} -A.eu.prototype={ -gt0(){var s,r=this -if(!r.gbJ()||r.c===r.d)s=r.e -else s=r.c0){d.aF=new A.k(a0.a- -4,d.aF.b) -d.lf=!1}else if(d.k_&&a4.a<0){d.aF=new A.k(a0.a-a3,d.aF.b) -d.k_=!1}if(d.k0&&a4.b>0){d.aF=new A.k(d.aF.a,a0.b- -4) -d.k0=!1}else if(d.cC&&a4.b<0){d.aF=new A.k(d.aF.a,a0.b-a2) -d.cC=!1}b0=d.aF -a5=a0.a-b0.a -a6=a0.b-b0.b -a7=Math.min(Math.max(a5,-4),a3) -a8=Math.min(Math.max(a6,-4),a2) -if(a5<-4&&a4.a<0)d.lf=!0 -else if(a5>a3&&a4.a>0)d.k_=!0 -if(a6<-4&&a4.b<0)d.k0=!0 -else if(a6>a2&&a4.b>0)d.cC=!0 -d.d2=a0 -n.k2=new A.k(a7,a8) -b0=$.E.t$.Q.h(0,f).gE() -b0.toString -b.a(b0) -d=$.E.t$.Q.h(0,f).gE() -d.toString -b.a(d) -a1=n.k2 -a1.toString -a9=$.E.t$.Q.h(0,f).gE() -a9.toString -a9=a1.W(0,new A.k(0,b.a(a9).a6.gcE()/2)) -n.id=b0.nA(A.el(d.cN(0,null),a9)) -f=$.E.t$.Q.h(0,f).gE() -f.toString -b.a(f) -b=n.k2 -b.toString -n=n.id -n.toString -f.vc(k,b,n) -break -case 2:if(n.id!=null&&n.k2!=null){b0.sm(0,0) -b0=n.fr -b0.Q=B.aq -b0.iA(1,B.eW,B.HS)}break}break -case"TextInputClient.onConnectionClosed":b0=n.f -if(b0.gfw()){b0.y.toString -b0.fy=b0.y=$.fr().b=null -b0.r4(B.nt,!0)}break -case"TextInputClient.showAutocorrectionPromptRect":n.f.Oc(A.dn(b0.h(m,1)),A.dn(b0.h(m,2))) -break -default:throw A.c(A.ai1(null))}case 1:return A.ah(q,r)}}) -return A.ai($async$xe,r)}, -a2f(){if(this.d)return -this.d=!0 -A.eC(new A.a3w(this))}, -Eh(){A.b(this.a,"_channel").ke("TextInput.clearClient",t.H) -this.b=null -this.a2f()}} -A.a3w.prototype={ -$0(){var s=this.a -s.d=!1 -if(s.b==null)A.b(s.a,"_channel").ke("TextInput.hide",t.H)}, -$S:0} -A.ab9.prototype={ -$1(a){this.a.sef(a) -return!1}, -$S:12} -A.b6.prototype={} -A.aZ.prototype={ -dW(a){this.b=a}, -i8(a,b){return this.gfR()}, -gfR(){return!0}, -mv(a){return!0}, -yy(a){var s=this.a -s.b=!0 -s.a.push(a) -return null}, -us(a){return this.a.B(0,a)}, -f8(a){return A.av3(this,a,A.o(this).i("aZ.T"))}} -A.cm.prototype={ -f8(a){return A.av4(this,a,A.o(this).i("cm.T"))}} -A.d9.prototype={ -cD(a){return this.c.$1(a)}} -A.Rh.prototype={ -L7(a,b,c){if(a instanceof A.cm)return a.cU(b,c) -else return a.cD(b)}} -A.m1.prototype={ -aj(){return new A.z9(A.aT(t.od),new A.M(),B.l)}} -A.Ri.prototype={ -$1(a){t.KU.a(a.gG()) -return!1}, -$S:57} -A.Rm.prototype={ -$1(a){var s=this,r=A.acR(t.KU.a(a.gG()),s.b,s.d) -if(r!=null){s.c.qE(a,null) -s.a.a=r -return!0}return!1}, -$S:57} -A.Rj.prototype={ -$1(a){var s=A.acR(t.KU.a(a.gG()),this.b,this.c) -if(s!=null){this.a.a=s -return!0}return!1}, -$S:57} -A.Rl.prototype={ -$1(a){var s=this,r=s.b,q=A.acR(t.KU.a(a.gG()),r,s.d),p=q!=null -if(p&&q.i8(0,r))s.a.a=A.agt(a).L7(q,r,s.c) -return p}, -$S:57} -A.z9.prototype={ -aR(){this.bi() -this.I6()}, -XR(a){this.au(new A.a4g(this))}, -I6(){var s,r,q,p,o=this,n=o.a.d -n=n.gbm(n) -s=A.jE(n,A.o(n).i("p.E")) -r=o.d.mE(s) -n=o.d -n.toString -q=s.mE(n) -for(n=r.ga1(r),p=o.gFy();n.u();)n.gD(n).us(p) -for(n=q.ga1(q);n.u();)n.gD(n).yy(p) -o.d=s}, -b_(a){this.br(a) -this.I6()}, -n(a){var s,r,q,p=this -p.bb(0) -for(s=p.d,s=A.h2(s,s.r,A.o(s).c),r=s.$ti.c,q=p.gFy();s.u();)r.a(s.d).us(q) -p.d=null}, -H(a,b){var s=this.a -return new A.z8(null,s.d,this.e,s.e,null)}} -A.a4g.prototype={ -$0(){this.a.e=new A.M()}, -$S:0} -A.z8.prototype={ -cq(a){var s -if(this.x===a.x)s=!A.af4(a.r,this.r) -else s=!0 -return s}} -A.mx.prototype={ -aj(){return new A.zS(new A.b7(null,t.A),B.l)}} -A.zS.prototype={ -aR(){this.bi() -$.bT.z$.push(new A.a6y(this)) -$.E.t$.f.d.F(0,this.gFH())}, -n(a){$.E.t$.f.d.B(0,this.gFH()) -this.bb(0)}, -Ij(a){this.rt(new A.a6x(this))}, -YD(a){if(this.c==null)return -this.Ij(a)}, -Uz(a){if(!this.e)this.rt(new A.a6s(this))}, -UB(a){if(this.e)this.rt(new A.a6t(this))}, -YB(a){var s=this -if(s.f!==a){s.rt(new A.a6r(s,a)) -s.a.Q.$1(s.f)}}, -a09(a,b){var s,r,q,p,o,n=this,m=new A.a6w(n),l=new A.a6v(n,new A.a6u(n)) -if(a==null){s=n.a -s.toString -r=s}else r=a -q=m.$1(r) -p=l.$1(r) -if(b!=null)b.$0() -s=n.a -s.toString -o=m.$1(s) -s=n.a -s.toString -if(p!==l.$1(s))n.a.toString -if(q!==o)n.a.toString}, -rt(a){return this.a09(null,a)}, -b_(a){this.br(a) -this.a.toString}, -gUx(){var s,r=this.c -r.toString -r=A.eQ(r) -s=r==null?null:r.db -switch((s==null?B.c8:s).a){case 0:this.a.toString -return!0 -case 1:return!0}}, -H(a,b){var s=this,r=null,q=s.a.d,p=s.gUx(),o=s.a,n=A.mY(A.vg(!1,p,o.cx,r,!0,q,!0,r,s.gYA(),r,r,r),B.cf,s.r,s.gUy(),s.gUA(),r) -q=o.r -q=q!=null&&q.gb5(q) -if(q){q=s.a.r -q.toString -n=A.CZ(q,n)}q=s.a -q=q.x -q=q!=null&&q.gb5(q) -if(q){q=s.a.x -q.toString -n=new A.jV(q,n,r,r)}return n}} -A.a6y.prototype={ -$1(a){var s=$.E.t$.f.b -if(s==null)s=A.vi() -this.a.Ij(s)}, -$S:2} -A.a6x.prototype={ -$0(){var s=$.E.t$.f.b -switch((s==null?A.vi():s).a){case 0:this.a.d=!1 -break -case 1:this.a.d=!0 -break}}, -$S:0} -A.a6s.prototype={ -$0(){this.a.e=!0}, -$S:0} -A.a6t.prototype={ -$0(){this.a.e=!1}, -$S:0} -A.a6r.prototype={ -$0(){this.a.f=this.b}, -$S:0} -A.a6w.prototype={ -$1(a){var s=this.a -if(s.e)s=s.d -else s=!1 -return s}, -$S:63} -A.a6u.prototype={ -$1(a){var s,r=this.a.c -r.toString -r=A.eQ(r) -s=r==null?null:r.db -switch((s==null?B.c8:s).a){case 0:return!0 -case 1:return!0}}, -$S:63} -A.a6v.prototype={ -$1(a){var s=this.a -return s.f&&s.d&&this.b.$1(a)}, -$S:63} -A.uQ.prototype={ -mv(a){return this.c}, -cD(a){}} -A.oo.prototype={} -A.oC.prototype={} -A.kJ.prototype={} -A.EG.prototype={} -A.nf.prototype={} -A.Hl.prototype={ -i8(a,b){var s,r,q,p,o,n=$.E.t$.f.f -if(n==null||n.d==null)return!1 -for(s=t.vz,r=0;r<2;++r){q=B.Jl[r] -p=n.d -p.toString -o=A.acT(p,q,s) -if(o!=null&&o.i8(0,q)){this.c=o -this.d=q -return!0}}return!1}, -cD(a){A.b(this.c,"_selectedAction").cD(A.b(this.d,"_selectedIntent"))}} -A.t4.prototype={ -G3(a,b,c){var s -a.dW(this.gjU()) -s=A.o(this).i("cm<1>").b(a)?a.cU(b,c):a.cD(b) -a.dW(null) -return s}, -cU(a,b){var s=this,r=A.acS(s.gpC(),A.o(s).c) -return r==null?s.L9(a,s.b,b):s.G3(r,a,b)}, -cD(a){return this.cU(a,null)}, -gfR(){var s,r,q=this,p=A.acT(q.gpC(),null,A.o(q).c) -if(p!=null){p.dW(q.gjU()) -s=p.gfR() -p.dW(null) -r=s}else r=q.gjU().gfR() -return r}, -i8(a,b){var s,r=this,q=A.acS(r.gpC(),A.o(r).c),p=q==null -if(!p)q.dW(r.gjU()) -s=(p?r.gjU():q).i8(0,b) -if(!p)q.dW(null) -return s}, -mv(a){var s,r=this,q=A.acS(r.gpC(),A.o(r).c),p=q==null -if(!p)q.dW(r.gjU()) -s=(p?r.gjU():q).mv(a) -if(!p)q.dW(null) -return s}} -A.AL.prototype={ -L9(a,b,c){var s=this.e -if(b==null)return s.cD(a) -else return s.cD(a)}, -gjU(){return this.e}, -gpC(){return this.f}} -A.AM.prototype={ -G3(a,b,c){var s,r -c.toString -s=this.$ti -a.dW(new A.zt(c,this.e,new A.aU(A.a([],t.e),t.c),s.i("zt<1>"))) -r=s.i("cm<1>").b(a)?a.cU(b,c):a.cD(b) -a.dW(null) -return r}, -L9(a,b,c){var s=this.e -if(b==null)return s.cU(a,c) -else return s.cU(a,c)}, -gjU(){return this.e}, -gpC(){return this.f}} -A.zt.prototype={ -dW(a){this.d.dW(a)}, -i8(a,b){return this.d.i8(0,b)}, -gfR(){return this.d.gfR()}, -mv(a){return this.d.mv(a)}, -yy(a){var s -this.Oz(a) -s=this.d.a -s.b=!0 -s.a.push(a)}, -us(a){this.OA(a) -this.d.a.B(0,a)}, -cD(a){return this.d.cU(a,this.c)}} -A.JZ.prototype={} -A.JY.prototype={} -A.M7.prototype={} -A.Ck.prototype={ -dW(a){this.CV(a) -this.e.dW(a)}} -A.Cl.prototype={ -dW(a){this.CV(a) -this.e.dW(a)}} -A.tS.prototype={ -aD(a){var s=new A.xu(this.e,!0,null,A.a8(t.T),this.$ti.i("xu<1>")) -s.gam() -s.fr=!0 -s.sb7(null) -return s}, -aE(a,b){b.sm(0,this.e) -b.sOi(!0)}} -A.z4.prototype={ -aj(){return new A.C0(B.l)}} -A.C0.prototype={ -ga_w(){$.E.toString -var s=$.bg().b -if(s.gzp()!=="/"){$.E.toString -s=s.gzp()}else{this.a.toString -$.E.toString -s=s.gzp()}return s}, -aR(){var s=this -s.bi() -s.a3v() -$.E.toString -s.f=s.H3($.bg().b.a.f,s.a.k3) -$.E.a_$.push(s)}, -b_(a){this.br(a) -this.It(a)}, -n(a){var s -B.b.B($.E.a_$,this) -s=this.d -if(s!=null)s.n(0) -this.bb(0)}, -It(a){var s,r=this -r.a.toString -if(r.gIC()){s=r.d -if(s!=null)s.n(0) -r.d=null -if(r.e!=null){r.a.toString -a.toString -s=!1}else s=!0 -if(s){r.a.toString -r.e=new A.kR(r,t.TX)}}else{r.e=null -s=r.d -if(s!=null)s.n(0) -r.d=null}}, -a3v(){return this.It(null)}, -gIC(){var s=this.a -if(s.Q==null){s=s.ch -if((s==null?null:s.gb5(s))!==!0){this.a.toString -s=!1}else s=!0}else s=!0 -return s}, -a0A(a){var s=this,r=a.a,q=r==="/"&&s.a.Q!=null?new A.aau(s):s.a.ch.h(0,r) -if(q!=null)return s.a.f.$1$2(a,q,t.z) -s.a.toString -return null}, -a0J(a){return this.a.cx.$1(a)}, -tw(){var s=0,r=A.aj(t.y),q,p=this,o,n -var $async$tw=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:p.a.toString -o=p.e -n=o==null?null:o.gah() -if(n==null){q=!1 -s=1 -break}q=n.Lu() -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$tw,r)}, -jW(a){return this.a64(a)}, -a64(a){var s=0,r=A.aj(t.y),q,p=this,o,n -var $async$jW=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:p.a.toString -o=p.e -n=o==null?null:o.gah() -if(n==null){q=!1 -s=1 -break}o=n.H6(a,null,t.X) -o.toString -n.pZ(o) -q=!0 -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$jW,r)}, -H3(a,b){this.a.toString -return A.axg(a,b)}, -JQ(a){var s=this,r=s.H3(a,s.a.k3) -if(!r.k(0,s.f))s.au(new A.aaw(s,r))}, -H(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null,h={} -h.a=null -j.a.toString -if(j.gIC()){s=j.e -r=j.ga_w() -q=j.a -q=q.db -q.toString -h.a=new A.wF(r,j.ga0z(),j.ga0I(),q,"nav",A.ays(),!0,s)}h.b=null -s=j.a -s.toString -p=new A.hb(new A.aav(h,j),i) -h.b=p -p=A.mn(p,i,i,B.cM,!0,s.fx,i,i,B.b6) -h.b=p -s=$.auD -if(s)o=new A.H1(15,!1,!1,i) -else o=i -if(o!=null)h.b=A.yr(B.dN,A.a([p,A.adU(i,o,i,i,0,0,0,i)],t.p),B.eC) -s=j.a -r=s.dy -s=s.fy -s=A.ap(255,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255) -h=h.b -j.a.toString -q=j.f -q.toString -n=t.a9 -m=A.a([],n) -B.b.N(m,j.a.id) -m.push(B.ER) -n=A.a(m.slice(0),n) -A.eQ(b) -m=j.a -m=m.ao -l=A.auC() -k=$.amB() -h=A.CZ(k,new A.vj(new A.Ht(A.x(t.l5,t.UJ)),new A.At(new A.w7(q,n,new A.Jz(r,s,h,i),i),i),i)) -return new A.xV(new A.ye(new A.jV(l,new A.EA(A.arp(),h,"",i),"",i),i),m,i)}} -A.aau.prototype={ -$1(a){var s=this.a.a.Q -s.toString -return s}, -$S:16} -A.aaw.prototype={ -$0(){this.a.f=this.b}, -$S:0} -A.aav.prototype={ -$1(a){return this.b.a.dx.$2(a,this.a.a)}, -$S:16} -A.Qs.prototype={} -A.ot.prototype={ -aj(){return new A.ze(B.l)}} -A.ze.prototype={ -aR(){this.bi() -this.Ia()}, -b_(a){this.br(a) -this.Ia()}, -Ia(){this.e=new A.dg(this.a.c,this.gUF(),null,t.Jc)}, -n(a){var s,r,q=this.d -if(q!=null)for(q=q.gas(q),q=q.ga1(q);q.u();){s=q.gD(q) -r=this.d.h(0,s) -r.toString -s.T(0,r)}this.bb(0)}, -UG(a){var s,r=this,q=a.a,p=r.d -if(p==null)p=r.d=A.x(t.I_,t.Q) -p.p(0,q,r.W2(q)) -p=r.d.h(0,q) -p.toString -q.al(0,p) -if(!r.f){r.f=!0 -s=r.Fh() -if(s!=null)r.Ip(s) -else $.bT.z$.push(new A.a4D(r))}return!1}, -Fh(){var s={},r=this.c -r.toString -s.a=null -r.bj(new A.a4I(s)) -return t.xO.a(s.a)}, -Ip(a){var s,r -this.c.toString -s=this.f -r=this.e -r.toString -a.DV(t.Fw.a(A.asf(r,s)))}, -W2(a){return new A.a4H(this,a)}, -H(a,b){var s=this.f,r=this.e -r.toString -return new A.vS(s,r,null)}} -A.a4D.prototype={ -$1(a){var s,r=this.a -if(r.c==null)return -s=r.Fh() -s.toString -r.Ip(s)}, -$S:2} -A.a4I.prototype={ -$1(a){this.a.a=a}, -$S:10} -A.a4H.prototype={ -$0(){var s,r=this.a -r.d.B(0,this.b) -s=r.d -if(s.gR(s))if($.bT.cx$.a<3)r.au(new A.a4F(r)) -else{r.f=!1 -A.eC(new A.a4G(r))}}, -$S:0} -A.a4F.prototype={ -$0(){this.a.f=!1}, -$S:0} -A.a4G.prototype={ -$0(){var s,r=this.a -if(r.c!=null){s=r.d -s=s.gR(s)}else s=!1 -if(s)r.au(new A.a4E(r))}, -$S:0} -A.a4E.prototype={ -$0(){}, -$S:0} -A.pw.prototype={} -A.FM.prototype={} -A.ou.prototype={ -r0(){var s,r=new A.FM(A.a1(0,null,!1,t.Z)) -this.hh$=r -s=this.c -s.toString -new A.pw(r).eu(s)}, -nv(){var s,r=this -if(r.guI()){if(r.hh$==null)r.r0()}else{s=r.hh$ -if(s!=null){s.aA() -r.hh$=null}}}, -H(a,b){if(this.guI()&&this.hh$==null)this.r0() -return B.a3f}} -A.MM.prototype={ -H(a,b){throw A.c(A.vf("Widgets that mix AutomaticKeepAliveClientMixin into their State must call super.build() but must ignore the return value of the superclass."))}} -A.fy.prototype={ -cq(a){return this.f!==a.f}} -A.uC.prototype={ -aD(a){var s=new A.xx(this.e,this.f,B.p,!1,!1,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.spS(this.e) -b.sKs(this.f) -b.sa9B(B.p) -b.b2=b.bI=!1}, -tC(a){a.spS(null) -a.sKs(null)}} -A.E7.prototype={ -aD(a){var s=new A.HD(this.e,B.aD,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.soS(this.e) -b.shb(B.aD)}, -tC(a){a.soS(null)}} -A.E5.prototype={ -aD(a){var s=new A.HC(this.e,this.f,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.soS(this.e) -b.shb(this.f)}, -tC(a){a.soS(null)}} -A.H6.prototype={ -aD(a){var s=this,r=new A.HN(s.e,s.r,s.x,s.z,s.y,null,s.f,null,A.a8(t.T)) -r.gam() -r.gax() -r.fr=!0 -r.sb7(null) -return r}, -aE(a,b){var s=this -b.skB(0,s.e) -b.shb(s.f) -b.sa4z(0,s.r) -b.siL(0,s.x) -b.saz(0,s.y) -b.snK(0,s.z)}} -A.H7.prototype={ -aD(a){var s=this,r=new A.HO(s.r,s.y,s.x,s.e,s.f,null,A.a8(t.T)) -r.gam() -r.gax() -r.fr=!0 -r.sb7(null) -return r}, -aE(a,b){var s=this -b.soS(s.e) -b.shb(s.f) -b.siL(0,s.r) -b.saz(0,s.x) -b.snK(0,s.y)}} -A.r8.prototype={ -aD(a){var s,r=this,q=A.ef(a),p=new A.HY(r.x,null,A.a8(t.T)) -p.gam() -s=p.gax() -p.fr=s -p.sb7(null) -p.sc4(0,r.e) -p.sd_(r.r) -p.sbF(0,q) -p.sKf(r.y) -p.sLI(0,null) -return p}, -aE(a,b){var s=this -b.sc4(0,s.e) -b.sLI(0,null) -b.sd_(s.r) -b.sbF(0,A.ef(a)) -b.bI=s.x -b.sKf(s.y)}} -A.oQ.prototype={ -aD(a){var s=new A.HJ(this.e,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!0 -s.sb7(null) -return s}, -aE(a,b){b.siZ(this.e)}} -A.Ee.prototype={ -aD(a){var s=new A.HG(this.e,!1,this.y,B.dO,B.dO,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!0 -s.sb7(null) -return s}, -aE(a,b){b.siZ(this.e) -b.sOh(!1) -b.sek(0,this.y) -b.sa8q(B.dO) -b.sa70(B.dO)}} -A.Fk.prototype={ -aD(a){var s=new A.HH(this.e,this.f,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.saaD(this.e) -b.a3=this.f}} -A.cw.prototype={ -aD(a){var s=new A.xF(this.e,A.ef(a),null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.sdL(0,this.e) -b.sbF(0,A.ef(a))}} -A.hZ.prototype={ -aD(a){var s=new A.HQ(this.f,this.r,this.e,A.ef(a),null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.sd_(this.e) -b.saaW(this.f) -b.sa7P(this.r) -b.sbF(0,A.ef(a))}} -A.oF.prototype={} -A.kH.prototype={ -aD(a){var s=new A.xy(this.e,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.szq(this.e)}} -A.w_.prototype={ -oK(a){var s,r,q=a.e -q.toString -t.Wz.a(q) -s=this.f -if(q.e!==s){q.e=s -r=a.gaf(a) -if(r instanceof A.q)r.U()}}} -A.mm.prototype={ -aD(a){var s=new A.xw(this.e,0,null,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.N(0,null) -return s}, -aE(a,b){b.szq(this.e)}} -A.iK.prototype={ -aD(a){return A.aiF(A.f_(this.f,this.e))}, -aE(a,b){b.sIU(A.f_(this.f,this.e))}, -ci(){var s,r=this,q=r.e -if(q===1/0&&r.f===1/0)s="SizedBox.expand" -else s=q===0&&r.f===0?"SizedBox.shrink":"SizedBox" -q=r.a -return q==null?s:s+"-"+q.j(0)}} -A.eH.prototype={ -aD(a){return A.aiF(this.e)}, -aE(a,b){b.sIU(this.e)}} -A.FW.prototype={ -aD(a){var s=new A.HK(this.e,this.f,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.sa8A(0,this.e) -b.sa8y(0,this.f)}} -A.pL.prototype={ -aD(a){var s=new A.xE(this.e,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.suf(this.e)}, -bV(a){var s=($.ba+1)%16777215 -$.ba=s -return new A.MR(s,this,B.a2)}} -A.MR.prototype={ -gG(){return t.kY.a(A.qm.prototype.gG.call(this))}} -A.FE.prototype={ -aD(a){var s=null,r=this.e -if(r===0)r=s -r=new A.xC(r,s,s,A.a8(t.T)) -r.gam() -r.gax() -r.fr=!1 -r.sb7(s) -return r}, -aE(a,b){var s=this.e -b.sOu(s===0?null:s) -b.sOt(null)}} -A.IS.prototype={ -aD(a){var s=a.M(t.I) -s.toString -s=new A.HX(this.e,s.f,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){var s -b.sdL(0,this.e) -s=a.M(t.I) -s.toString -b.sbF(0,s.f)}} -A.FZ.prototype={ -aD(a){var s=new A.xD(A.abT(a,B.as,!1),0,null,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.N(0,null) -return s}, -aE(a,b){b.sfG(A.abT(a,B.as,!1))}} -A.J4.prototype={ -aD(a){var s=A.ef(a) -s=new A.xL(this.e,s,this.r,B.aD,A.a8(t.O5),0,null,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.N(0,null) -return s}, -aE(a,b){var s -b.sd_(this.e) -s=A.ef(a) -b.sbF(0,s) -s=this.r -if(b.aw!==s){b.aw=s -b.U()}if(B.aD!==b.bl){b.bl=B.aD -b.aH() -b.ak()}}} -A.ne.prototype={ -oK(a){var s,r,q,p=this,o=a.e -o.toString -t.B.a(o) -s=p.f -if(o.x!=s){o.x=s -r=!0}else r=!1 -s=p.r -if(o.e!=s){o.e=s -r=!0}s=p.x -if(o.f!=s){o.f=s -r=!0}s=p.y -if(o.r!=s){o.r=s -r=!0}s=p.z -if(o.y!=s){o.y=s -r=!0}if(r){q=a.gaf(a) -if(q instanceof A.q)q.U()}}} -A.Hh.prototype={ -H(a,b){var s,r,q=this,p=null,o=b.M(t.I) -o.toString -s=q.c -switch(o.f.a){case 0:r=p -break -case 1:r=s -s=p -break -default:s=p -r=s}return A.adU(q.f,q.y,p,p,r,s,q.d,q.r)}} -A.pe.prototype={ -ga0l(){switch(this.e.a){case 0:return!0 -case 1:var s=this.x -return s===B.dV||s===B.ou}}, -BS(a){var s=this.ga0l()?A.ef(a):null -return s}, -aD(a){var s=this,r=null,q=new A.xA(s.e,s.f,s.r,s.x,s.BS(a),s.z,s.Q,B.u,A.a8(t.O5),A.a1(4,A.a3A(r,r,r,r,r,B.cL,B.w,r,1,B.b6),!1,t.mi),!0,0,r,r,A.a8(t.T)) -q.gam() -q.gax() -q.fr=!1 -q.N(0,r) -return q}, -aE(a,b){var s=this,r=s.e -if(b.l!==r){b.l=r -b.U()}r=s.f -if(b.t!==r){b.t=r -b.U()}r=s.r -if(b.a_!==r){b.a_=r -b.U()}r=s.x -if(b.a8!==r){b.a8=r -b.U()}r=s.BS(a) -if(b.aw!=r){b.aw=r -b.U()}r=s.z -if(b.bl!==r){b.bl=r -b.U()}if(B.u!==b.c2){b.c2=B.u -b.aH() -b.ak()}}} -A.I7.prototype={} -A.oP.prototype={} -A.jp.prototype={ -oK(a){var s,r,q,p=a.e -p.toString -t.US.a(p) -s=this.f -if(p.e!==s){p.e=s -r=!0}else r=!1 -s=this.r -if(p.f!==s){p.f=s -r=!0}if(r){q=a.gaf(a) -if(q instanceof A.q)q.U()}}} -A.EX.prototype={} -A.I1.prototype={ -aD(a){var s,r,q,p=this,o=null,n=p.e,m=p.r -if(m==null){m=a.M(t.I) -m.toString -m=m.f}s=p.y -r=A.G6(a) -q=s===B.b5?"\u2026":o -s=new A.xG(A.a3A(q,r,p.Q,p.cx,n,p.f,m,p.db,p.z,p.cy),p.x,s,0,o,o,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.N(0,o) -s.wM(n) -return s}, -aE(a,b){var s,r=this -b.sly(0,r.e) -b.slz(0,r.f) -s=r.r -if(s==null){s=a.M(t.I) -s.toString -s=s.f}b.sbF(0,s) -b.sOj(r.x) -b.sAZ(0,r.y) -b.snr(r.z) -b.smY(0,r.Q) -b.siy(0,r.cx) -b.sns(r.cy) -b.sq9(0,r.db) -s=A.G6(a) -b.slk(0,s)}} -A.a_J.prototype={ -$1(a){return!0}, -$S:36} -A.G1.prototype={ -aD(a){var s=this,r=null,q=new A.HP(s.e,r,s.r,r,s.y,s.z,s.Q,r,A.a8(t.T)) -q.gam() -q.gax() -q.fr=!1 -q.sb7(r) -return q}, -aE(a,b){var s=this -b.cC=s.e -b.dZ=null -b.cb=s.r -b.dn=null -b.dc=s.y -b.eS=s.z -b.v=s.Q}} -A.ww.prototype={ -aj(){return new A.Az(B.l)}} -A.Az.prototype={ -a7l(a){var s=this.a.e -if(s!=null&&this.c!=null)s.$1(a)}, -BT(){return this.a.e==null?null:this.ga7k()}, -H(a,b){return new A.Nx(this,this.a.x,null)}} -A.Nx.prototype={ -aD(a){var s=this.e,r=s.a -r.toString -r=new A.HM(!0,r.c,r.d,s.BT(),r.f,null,A.a8(t.T)) -r.gam() -r.gax() -r.fr=!1 -r.sb7(null) -return r}, -aE(a,b){var s=this.e,r=s.a -r.toString -b.a3=r.c -b.aP=r.d -b.bI=s.BT() -r=r.f -if(!b.b2.k(0,r)){b.b2=r -b.aH()}}} -A.fP.prototype={ -aD(a){var s=new A.HT(null,A.a8(t.T)) -s.gam() -s.fr=!0 -s.sb7(null) -return s}} -A.hp.prototype={ -aD(a){var s=new A.xB(this.e,this.f,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.sKU(this.e) -b.sAk(this.f)}} -A.CV.prototype={ -aD(a){var s=new A.xs(!1,null,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.sIJ(!1) -b.sAk(null)}} -A.nm.prototype={ -gEX(){var s=this.e.k2 -s=s==null?null:new A.ch(s,B.ao) -return s}, -gEY(){var s=this.e.k4 -s=s==null?null:new A.ch(s,B.ao) -return s}, -gEW(){return null}, -gEU(){return null}, -gEV(){return null}, -aD(a){var s=this,r=null,q=s.e -q=new A.xI(s.f,s.r,s.x,q.b,q.a,q.d,q.e,q.y,q.z,q.f,q.r,q.x,q.Q,q.ch,q.cx,q.cy,q.dx,q.dy,q.fr,q.fx,q.db,q.fy,q.go,q.id,q.k1,q.c,s.gEX(),s.gEY(),s.gEW(),s.gEU(),s.gEV(),q.y2,s.Fu(a),q.K,q.L,q.aJ,q.a8,q.V,q.X,q.ae,q.ab,q.ac,q.bt,q.b0,q.aN,q.bg,q.b1,q.aB,q.aO,r,r,q.c6,q.l,q.t,q.a_,q.aw,r,A.a8(t.T)) -q.gam() -q.gax() -q.fr=!1 -q.sb7(r) -return q}, -Fu(a){var s,r=this.e,q=r.ao -if(q!=null)return q -s=r.k2!=null||r.k4!=null||!1 -if(!s)return null -return A.ef(a)}, -aE(a,b){var s,r,q=this -b.sa5e(q.f) -b.sa6E(q.r) -b.sa6C(q.x) -s=q.e -b.sv2(s.fr) -b.sjY(0,s.a) -b.sz2(0,s.b) -b.sBv(s.c) -b.sv5(0,s.d) -b.syW(0,s.e) -b.svk(s.y) -b.sAx(s.z) -b.siZ(s.f) -b.sAe(s.r) -b.sBm(s.x) -b.sq3(0,s.Q) -b.sA1(s.ch) -b.sA2(0,s.cx) -b.sAm(s.cy) -b.sln(s.dx) -b.sAN(0,s.dy) -b.sAf(0,s.db) -b.sAl(0,s.fy) -b.sAz(s.go) -b.spF(s.id) -b.smz(s.k1) -b.sa4q(q.gEX()) -b.sa4r(q.gEY()) -b.sa4p(q.gEW()) -b.sa4n(q.gEU()) -b.sa4o(q.gEV()) -b.sa7S(s.y2) -b.sAP(s.fx) -b.sbF(0,q.Fu(a)) -b.svl(s.K) -b.saak(s.L) -b.sic(s.aJ) -b.sj1(s.V) -b.snb(s.X) -b.snc(s.ae) -b.snd(s.ab) -b.sna(s.ac) -b.spR(s.bt) -b.sn3(s.a8) -b.spO(s.b0) -b.sn0(0,s.aN) -b.sn1(0,s.bg) -b.sn9(0,s.b1) -r=s.aB -b.sn7(r) -b.sn5(r) -b.sn8(null) -b.sn6(null) -b.sne(s.c6) -b.snf(s.l) -b.sn2(s.t) -b.spP(s.a_) -b.sa5O(s.aw)}} -A.wp.prototype={ -aD(a){var s=new A.HL(null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}} -A.Dm.prototype={ -aD(a){var s=new A.HB(!0,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.sa4y(!0)}} -A.i8.prototype={ -aD(a){var s=new A.HF(this.e,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.sa6D(this.e)}} -A.vx.prototype={ -aD(a){var s=new A.HI(this.e,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){b.sa82(0,this.e)}} -A.pz.prototype={ -H(a,b){return this.c}} -A.hb.prototype={ -H(a,b){return this.c.$1(b)}} -A.uu.prototype={ -aD(a){var s=new A.AT(this.e,B.bD,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){t.yE.a(b).saz(0,this.e)}} -A.AT.prototype={ -saz(a,b){if(b.k(0,this.cC))return -this.cC=b -this.aH()}, -aK(a,b){var s,r,q,p,o,n=this,m=n.rx -if(m.a>0&&m.b>0){m=a.gcv(a) -s=n.rx -r=b.a -q=b.b -p=s.a -s=s.b -o=A.aQ() -o=o?A.bl():new A.bf(new A.bh()) -o.saz(0,n.cC) -m.cm(0,new A.v(r,q,r+p,q+s),o)}m=n.l$ -if(m!=null)a.dM(m,b)}} -A.aay.prototype={ -$0(){var s,r,q=this,p=q.b -if(p==null||t.n2.b(q.c)){p=A.b(q.a.y2$,"_pipelineOwner").d -p.toString -s=q.c -s=s.gbS(s) -r=A.aqQ() -p.bO(r,s) -p=r}return p}, -$S:291} -A.aaz.prototype={ -$1(a){return this.a.ka(t.K.a(a))}, -$S:292} -A.fZ.prototype={ -tw(){return A.cY(!1,t.y)}, -jW(a){return A.cY(!1,t.y)}, -tx(a){var s=a.a -s.toString -return this.jW(s)}, -zs(){}, -JR(){}, -JQ(a){}, -a60(a){}} -A.JU.prototype={ -a7q(){this.a6a($.bg().b.a.f)}, -a6a(a){var s,r,q -for(s=this.a_$,r=s.length,q=0;q"))}, -aD(a){return this.d}, -aE(a,b){}, -a4m(a,b){var s,r={} -r.a=b -if(b==null){a.Lr(new A.a_a(r,this,a)) -s=r.a -s.toString -a.oM(s,new A.a_b(r))}else{b.a_=this -b.fT()}r=r.a -r.toString -return r}, -ci(){return this.e}} -A.a_a.prototype={ -$0(){var s=this.b,r=A.atp(s,s.$ti.c) -this.a.a=r -r.r=this.c}, -$S:0} -A.a_b.prototype={ -$0(){var s=this.a.a -s.toString -s.Dx(null,null) -s.rE()}, -$S:0} -A.lh.prototype={ -gG(){return this.$ti.i("lg<1>").a(A.ar.prototype.gG.call(this))}, -bj(a){var s=this.t -if(s!=null)a.$1(s)}, -i3(a){this.t=null -this.jh(a)}, -dK(a,b){this.Dx(a,b) -this.rE()}, -bh(a,b){this.kF(0,b) -this.rE()}, -ig(){var s=this,r=s.a_ -if(r!=null){s.a_=null -s.kF(0,s.$ti.i("lg<1>").a(r)) -s.rE()}s.vM()}, -rE(){var s,r,q,p,o,n,m=this -try{m.t=m.dz(m.t,m.$ti.i("lg<1>").a(A.ar.prototype.gG.call(m)).c,B.ii)}catch(o){s=A.ae(o) -r=A.aF(o) -n=A.bx("attaching to the render tree") -q=new A.bt(s,r,"widgets library",n,null,!1) -A.ds(q) -p=A.v6(q) -m.t=m.dz(null,p,B.ii)}}, -gE(){return this.$ti.i("az<1>").a(A.ar.prototype.gE.call(this))}, -kc(a,b){var s=this.$ti -s.i("az<1>").a(A.ar.prototype.gE.call(this)).sb7(s.c.a(a))}, -kh(a,b,c){}, -km(a,b){this.$ti.i("az<1>").a(A.ar.prototype.gE.call(this)).sb7(null)}} -A.JV.prototype={$ia9:1} -A.C1.prototype={ -fh(){this.OC() -$.eK=this -var s=$.bg().b -s.ch=this.gZp() -s.cx=$.a3}, -BC(){this.OE() -this.wQ()}} -A.C2.prototype={ -fh(){this.RT() -$.bT=this}, -iX(){this.OD()}} -A.C3.prototype={ -fh(){var s,r,q=this,p="_keyboard",o="_keyEventManager" -q.RV() -$.eS=q -A.d7(q.aB$,"_defaultBinaryMessenger") -q.aB$=B.EJ -s=new A.xS(A.aT(t.z4),A.a1(0,null,!1,t.Z)) -B.jN.qx(s.ga0e()) -q.aO$=s -s=new A.VJ(A.x(t.v3,t.bd),A.aT(t.SQ),A.a([],t.sA)) -A.d7(q.bg$,p) -q.bg$=s -s=new A.FN(A.b(s,p),$.acz(),A.a([],t.K0)) -A.d7(q.b1$,o) -q.b1$=s -r=$.bg() -s=A.b(s,o).ga7m() -r=r.b -r.cy=s -r.db=$.a3 -B.DE.vd(A.b(q.b1$,o).ga7C()) -s=$.ahQ -if(s==null)s=$.ahQ=A.a([],t.iL) -s.push(q.gUJ()) -B.DG.vd(new A.aaz(q)) -B.DF.vd(q.gYN()) -B.bJ.qx(q.gZn()) -q.a9L()}, -iX(){this.RW()}} -A.C4.prototype={ -fh(){this.RX() -$.H_=this -var s=t.K -this.zV$=new A.W8(A.x(s,t.Sc),A.x(s,t.B6),A.x(s,t.pt))}, -pq(){this.QB() -var s=this.zV$ -if(s!=null)s.aC(0)}, -ka(a){return this.a7G(a)}, -a7G(a){var s=0,r=A.aj(t.H),q,p=this -var $async$ka=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:s=3 -return A.an(p.QC(a),$async$ka) -case 3:switch(A.bo(J.ax(t.a.a(a),"type"))){case"fontsChange":p.mJ$.aA() -break}s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$ka,r)}} -A.C5.prototype={ -fh(){this.S_() -$.a0z=this -this.zU$=$.bg().b.a.a}} -A.C6.prototype={ -fh(){var s,r,q,p,o=this,n="_pipelineOwner" -o.S0() -$.lj=o -s=t.TT -o.y2$=new A.Hb(o.ga6w(),o.gZX(),o.gZZ(),A.a([],s),A.a([],s),A.a([],s),A.aT(t.d)) -s=$.bg() -r=s.b -r.f=o.ga7s() -q=r.r=$.a3 -r.rx=o.ga7v() -r.ry=q -r.x1=o.gZV() -r.x2=q -r.y1=o.gZT() -r.y2=q -s=new A.xM(B.p,o.JG(),s,null,A.a8(t.T)) -s.gam() -s.fr=!0 -s.sb7(null) -A.b(o.y2$,n).saac(s) -s=A.b(o.y2$,n).d -s.ch=s -q=t.O -q.a(A.A.prototype.gc3.call(s)).e.push(s) -p=s.Il() -s.dx.saS(0,p) -q.a(A.A.prototype.gc3.call(s)).y.push(s) -o.O2(r.a.c) -o.y$.push(o.gZl()) -s=t.S -r=A.a1(0,null,!1,t.Z) -o.y1$=new A.Gj(new A.XN(B.nn,A.x(s,t.ZA)),A.x(s,t.xg),r) -o.z$.push(o.ga_l())}, -iX(){this.RY()}, -zC(a,b,c){this.y1$.aaO(b,new A.aay(this,c,b)) -this.Pq(0,b,c)}} -A.C7.prototype={ -iX(){this.S2()}, -A8(){var s,r,q -this.Q8() -for(s=this.a_$,r=s.length,q=0;q=s.b&&s.c>=s.d) -else s=!0}else s=!1 -if(s)m=new A.FW(0,0,new A.eH(B.o2,n,n),n) -s=o.d -if(s!=null)m=new A.hZ(s,n,n,m,n) -r=o.ga0R() -if(r!=null)m=new A.cw(r,m,n) -s=o.f -if(s!=null)m=new A.uu(s,m,n) -s=o.cx -if(s!==B.u){q=A.ef(b) -p=o.r -p.toString -m=A.agO(m,s,new A.L7(q==null?B.w:q,p,n))}s=o.r -if(s!=null)m=A.add(m,s,B.iu) -s=o.x -if(s!=null)m=A.add(m,s,B.oB) -s=o.y -if(s!=null)m=new A.eH(s,m,n) -s=o.z -if(s!=null)m=new A.cw(s,m,n) -s=o.Q -if(s!=null)m=A.JB(o.ch,m,s,!0) -m.toString -return m}} -A.L7.prototype={ -uP(a){return this.c.uQ(new A.v(0,0,0+a.a,0+a.b),this.b)}, -vh(a){return!a.c.k(0,this.c)||a.b!==this.b}} -A.EA.prototype={} -A.qY.prototype={ -a4E(a,b,c){var s,r,q=null,p=this.a,o=p.c -if(o.gbJ()){s=o.b -p=s>=o.a&&s<=p.a.length}else p=!1 -if(!p||!c)return A.lA(q,b,this.a.a) -r=b.bq(B.Z_) -p=this.a -o=p.c -p=p.a -s=o.a -o=o.b -return A.lA(A.a([A.lA(q,q,B.d.ag(p,0,s)),A.lA(q,r,B.d.ag(p,s,o)),A.lA(q,q,B.d.dS(p,o))],t.Ne),b,q)}, -sqv(a){var s,r,q,p,o=this -if(!o.Lh(a))throw A.c(A.vf("invalid text selection: "+a.j(0))) -s=a.a -r=a.b -if(s===r){q=o.a.c -s=s>=q.a&&r<=q.b}else s=!1 -p=s?o.a.c:B.bh -o.kJ(0,o.a.a5t(p,a))}, -Lh(a){var s=this.a.a.length -return a.a<=s&&a.b<=s}} -A.a3M.prototype={} -A.uZ.prototype={ -giy(a){var s=this.fr,r=s.geg() -return new A.Jc(s.d,r,s.r,s.cx,s.x,s.y,null,!0,s.id)}, -aj(){var s=null -return new A.p4(new A.cJ(!0,A.a1(0,s,!1,t.Z),t.uh),new A.b7(s,t.A),new A.vZ(),new A.vZ(),new A.vZ(),s,s,s,B.l)}} -A.p4.prototype={ -gh5(){this.a.toString -var s=this.Q -if(s==null){s=A.Ij(0) -this.Q=s}return s}, -guI(){return this.a.d.gbW()}, -gy8(){var s=$.E.t$.Q.h(0,this.r),r=s==null?null:s.gG() -if(!(r instanceof A.zG))throw A.c(A.a6("_Editable must be mounted.")) -return r.f}, -Jp(a){var s,r=this,q=r.a.c.a,p=q.b,o=q.a -q=p.a -s=p.b -if(q===s)return -A.Eb(new A.oN(B.d.ag(o,q,s))) -if(a===B.cI){r.mp(r.a.c.a.b.gdG()) -r.KO(!1) -switch(A.eB().a){case 2:break -case 4:case 0:case 1:case 3:case 5:q=r.a.c.a -r.ku(new A.dK(q.a,A.nF(B.o,q.b.b),B.bh),B.cI) -break}}}, -JL(a){var s,r,q,p=this,o=p.a -if(o.y)return -o=o.c.a -s=o.b -r=o.a -o=s.a -q=s.b -if(o===q)return -A.Eb(new A.oN(B.d.ag(r,o,q))) -p.xQ(new A.fd(p.a.c.a,"",s,a)) -if(a===B.cI){p.mp(p.a.c.a.b.gdG()) -p.iW()}}, -pT(a){return this.a9y(a)}, -a9y(a){var s=0,r=A.aj(t.H),q,p=this,o,n,m,l -var $async$pT=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:l=p.a -if(l.y){s=1 -break}o=l.c.a.b -if(!o.gbJ()){s=1 -break}s=3 -return A.an(A.Sv("text/plain"),$async$pT) -case 3:n=c -if(n==null){s=1 -break}l=p.a.c.a -m=n.a -m.toString -p.xQ(new A.fd(l,m,o,a)) -if(a===B.cI){p.mp(p.a.c.a.b.gdG()) -p.iW()}case 1:return A.ah(q,r)}}) -return A.ai($async$pT,r)}, -aR(){var s,r,q=this -q.QZ() -s=A.bX(null,B.oG,null,1,null,q) -s.cB() -r=s.c5$ -r.b=!0 -r.a.push(q.ga0u()) -q.ch=s -q.a.c.al(0,q.gwF()) -q.a.d.al(0,q.gwH()) -q.gh5().al(0,q.ga3y()) -q.f.sm(0,q.a.cx)}, -be(){var s,r,q=this -q.ct() -q.c.M(t.BY) -if(!q.dx&&q.a.x1){q.dx=!0 -$.bT.z$.push(new A.TU(q))}s=q.c -s.toString -r=A.ajg(s) -if(q.fx!==r){q.fx=r -if(r&&q.x2)q.rL() -else if(!r&&q.d!=null){q.d.av(0) -q.d=null}}}, -b_(a){var s,r,q,p=this -p.br(a) -s=a.c -if(p.a.c!==s){r=p.gwF() -s.T(0,r) -p.a.c.al(0,r) -p.yn()}if(!p.a.c.a.b.k(0,s.a.b)){s=p.z -if(s!=null)s.bh(0,p.a.c.a)}s=p.z -if(s!=null)s.sKG(p.a.ch) -s=p.a -s.aL!==a.aL -r=a.d -if(s.d!==r){s=p.gwH() -r.T(0,s) -p.a.d.al(0,s) -p.nv()}s=p.a -s.toString -if(a.y&&s.d.gbW())p.xG() -s=p.gfw() -if(s){s=p.a -if(a.y!==s.y){p.y.toString -s=s.aL -s=s.gko() -A.b($.fr().a,"_channel").cL("TextInput.updateConfig",s.lA(),t.H)}}if(!p.a.fr.k(0,a.fr)){q=p.a.fr -if(p.gfw()){s=p.y -s.toString -r=p.gqY() -s.vf(0,q.d,q.r,q.x,p.a.fy,r)}}s=p.a -r=s.y -if(!r){if(s.y1==null)s=null -else s=!0 -s=s===!0}else s=!1 -s}, -n(a){var s=this,r=s.Q -if(r!=null)r.n(0) -s.a.c.T(0,s.gwF()) -r=s.fr -if(r!=null)r.n(0) -s.fr=null -s.Em() -r=s.d -if(r!=null)r.av(0) -s.d=null -r=s.ch -if(r!=null)r.n(0) -s.ch=null -r=s.z -if(r!=null){r.tV() -A.b(r.ch,"_toolbarController").n(0)}s.z=null -s.a.d.T(0,s.gwH()) -B.b.B($.E.a_$,s) -s.R_(0)}, -aaK(a){var s=this,r=s.a -if(r.y)a=r.c.a.l7(a.b) -s.fy=a -if(a.k(0,s.a.c.a))return -r=s.a.c.a -if(a.a===r.a&&a.c.k(0,r.c))s.qX(a.b,B.U) -else{s.iW() -s.y1=null -if(s.gfw())s.a.toString -s.Xi(a,B.U)}s.rI() -if(s.gfw()){s.y4(!1) -s.rL()}}, -Gp(){var s,r,q,p,o=this,n=o.r,m=$.E.t$.Q.h(0,n).gE() -m.toString -s=t.E -s.a(m) -r=o.id -r.toString -r=m.ny(r).ga4O() -m=$.E.t$.Q.h(0,n).gE() -m.toString -q=r.a4(0,new A.k(0,s.a(m).a6.gcE()/2)) -m=o.fr -if(m.gbk(m)===B.Y){m=$.E.t$.Q.h(0,n).gE() -m.toString -s.a(m) -r=o.id -r.toString -m.vc(B.iC,q,r) -m=o.id.a -n=$.E.t$.Q.h(0,n).gE() -n.toString -if(m!==s.a(n).b2.c)o.qX(A.nF(B.o,o.id.a),B.Ck) -o.k2=o.k1=o.id=o.go=null}else{m=A.b(o.fr.y,"_value") -r=o.k2 -p=A.T(r.a,q.a,m) -p.toString -r=A.T(r.b,q.b,m) -r.toString -n=$.E.t$.Q.h(0,n).gE() -n.toString -s.a(n) -s=o.id -s.toString -n.Cr(B.iB,new A.k(p,r),s,m)}}, -r4(a,b){var s,r,q,p,o=this,n=o.a.c -n.kJ(0,n.a.Jq(B.bh)) -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:o.a.d.BA() -break -case 6:n=o.a.d -n.d.M(t.ag).f.m8(n,!0) -break -case 7:n=o.a.d -n.d.M(t.ag).f.m8(n,!1) -break}b=!0}n=o.a -s=n.aJ -if(s==null)return -try{s.$1(n.c.a.a)}catch(p){r=A.ae(p) -q=A.aF(p) -n=A.bx("while calling onSubmitted for "+a.j(0)) -A.ds(new A.bt(r,q,"widgets",n,null,!1))}if(b)o.a2h()}, -yn(){var s,r=this -if(r.k3>0||!r.gfw())return -s=r.a.c.a -if(s.k(0,r.fy))return -r.y.toString -A.b($.fr().a,"_channel").cL("TextInput.setEditingState",s.qb(),t.H) -r.fy=s}, -Fo(a){var s,r,q,p,o,n,m,l,k=this -if(!B.b.gbH(k.gh5().d).f.gkX()){s=B.b.gbH(k.gh5().d).cx -s.toString -return new A.lm(s,a)}s=k.r -r=$.E.t$.Q.h(0,s).gE() -r.toString -q=t.E -r=q.a(r).rx -r.toString -if(k.a.r2===1){s=a.c -q=a.a -r=r.a -p=s-q>=r?r/2-a.gb3().a:B.e.C(0,s-r,q) -o=B.dy}else{n=a.gb3() -s=$.E.t$.Q.h(0,s).gE() -s.toString -m=A.atm(n,Math.max(a.d-a.b,q.a(s).a6.gcE()),a.c-a.a) -s=m.d -q=m.b -r=r.b -p=s-q>=r?r/2-m.gb3().b:B.e.C(0,s-r,q) -o=B.en}s=B.b.gbH(k.gh5().d).cx -s.toString -r=B.b.gbH(k.gh5().d).z -r.toString -q=B.b.gbH(k.gh5().d).Q -q.toString -l=B.c.C(p+s,r,q) -q=B.b.gbH(k.gh5().d).cx -q.toString -return new A.lm(l,a.cj(o.a2(0,q-l)))}, -gfw(){var s=this.y -s=s==null?null:$.fr().b===s -return s===!0}, -xG(){var s,r,q,p,o,n,m=this,l="_channel",k="TextInput.show" -if(!m.gfw()){s=m.a -r=s.c.a -s=s.aL -s.gko() -s=m.a.aL -s=s.gko() -q=A.aj9(m) -$.fr().w4(q,s) -s=q -m.y=s -m.Iv() -m.Ic() -m.I8() -p=m.a.fr -s=m.y -s.toString -o=m.gqY() -s.vf(0,p.d,p.r,p.x,m.a.fy,o) -o=$.fr() -s=t.H -A.b(o.a,l).cL("TextInput.setEditingState",r.qb(),s) -A.b(o.a,l).ke(k,s) -n=m.a.aL -if(n.gko().e.a){m.y.toString -A.b(o.a,l).ke("TextInput.requestAutofill",s)}m.fy=r}else{m.y.toString -A.b($.fr().a,l).ke(k,t.H)}}, -Em(){var s,r,q=this -if(q.gfw()){s=q.y -s.toString -r=$.fr() -if(r.b===s)r.Eh() -q.fy=q.y=null}}, -a2h(){if(this.k4)return -this.k4=!0 -A.eC(this.ga1Y())}, -a1Z(){var s,r,q,p,o,n=this -n.k4=!1 -if(n.gfw())s=!1 -else s=!0 -if(s)return -s=n.y -s.toString -r=$.fr() -if(r.b===s)r.Eh() -n.fy=n.y=null -s=n.a.aL -s.gko() -s=n.a.aL -s=s.gko() -q=A.aj9(n) -r.w4(q,s) -p=q -n.y=p -o=n.a.fr -s=n.gqY() -p.vf(0,o.d,o.r,o.x,n.a.fy,s) -s=n.a.c.a -A.b(r.a,"_channel").cL("TextInput.setEditingState",s.qb(),t.H) -n.fy=n.a.c.a}, -Mh(){if(this.a.d.gbW())this.xG() -else this.a.d.ik()}, -In(){var s,r,q=this -if(q.z!=null){s=q.a.d.gbW() -r=q.z -if(s){r.toString -r.bh(0,q.a.c.a)}else{r.tV() -A.b(r.ch,"_toolbarController").n(0) -q.z=null}}}, -a3z(){var s=this.z -if(s!=null)s.ox()}, -qX(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null,h="_toolbarController" -if(!j.a.c.Lh(a))return -j.a.c.sqv(a) -j.Mh() -q=j.a -if(q.y1==null){q=j.z -if(q!=null){q.tV() -A.b(q.ch,h).n(0)}j.z=null}else{p=j.z -o=q.c.a -if(p==null){p=j.c -p.toString -n=$.E.t$.Q.h(0,j.r).gE() -n.toString -t.E.a(n) -m=j.a -o=new A.Jt(p,q,j.cx,j.cy,j.db,n,m.y1,j,m.a_,m.ae,i,o) -l=p.A0(t.N1) -l.toString -q=A.bX(i,B.dX,i,1,i,l) -A.d7($,h) -o.ch=q -j.z=o}else p.bh(0,o) -q=j.z -q.toString -q.sKG(j.a.ch) -j.z.Og()}try{j.a.X.$2(a,b)}catch(k){s=A.ae(k) -r=A.aF(k) -q=A.bx("while calling onSelectionChanged for "+A.e(b)) -A.ds(new A.bt(s,r,"widgets",q,i,!1))}if(j.d!=null){j.y4(!1) -j.rL()}}, -Y4(a){this.r1=a}, -rI(){if(this.r2)return -this.r2=!0 -$.bT.z$.push(new A.TM(this))}, -zs(){var s,r=this,q="_lastBottomViewInset",p=A.b(r.rx,q) -$.E.toString -s=$.bg() -if(p!==s.e.d){$.bT.z$.push(new A.TV(r)) -p=A.b(r.rx,q) -$.E.toString -if(p>>16&255,s.gm(s)>>>8&255,s.gm(s)&255) -q.gdT().syY(s) -q=r.a.cx&&A.b(r.ch.y,"_value")>0 -r.f.sm(0,q)}, -Wa(a){var s,r,q=this,p=!q.e -q.e=p -s=p?1:0 -p=q.a.b1 -r=q.ch -if(p){r.Q=B.aq -r.iA(s,B.oy,null)}else r.sm(0,s) -if(q.ry>0)q.au(new A.TI(q))}, -Wc(a){var s=this.d -if(s!=null)s.av(0) -this.d=A.a3L(B.f3,this.gEH())}, -rL(){var s=this -s.x2=!0 -if(!s.fx)return -s.e=!0 -s.ch.sm(0,1) -if(s.a.b1)s.d=A.a3L(B.dX,s.gWb()) -else s.d=A.a3L(B.f3,s.gEH())}, -y4(a){var s,r=this -r.x2=!1 -s=r.d -if(s!=null)s.av(0) -r.d=null -r.e=!1 -r.ch.sm(0,0) -if(a)r.ry=0 -if(r.a.b1){r.ch.eH(0) -r.ch.sm(0,0)}}, -a2Z(){return this.y4(!0)}, -HD(){var s,r=this -if(r.d==null)if(r.a.d.gbW()){s=r.a.c.a.b -s=s.a===s.b}else s=!1 -else s=!1 -if(s)r.rL() -else{if(r.x2)if(r.a.d.gbW()){s=r.a.c.a.b -s=s.a!==s.b}else s=!0 -else s=!1 -if(s)r.a2Z()}}, -Wk(){var s=this -s.yn() -s.HD() -s.In() -s.au(new A.TJ()) -s.gDM().Ov()}, -WG(){var s,r,q=this -if(q.a.d.gbW()&&q.a.d.a5d())q.xG() -else if(!q.a.d.gbW()){q.Em() -s=q.a.c -s.kJ(0,s.a.Jq(B.bh))}q.HD() -q.In() -s=q.a.d.gbW() -r=$.E -if(s){r.a_$.push(q) -$.E.toString -q.rx=$.bg().e.d -if(!q.a.y)q.rI() -if(!q.a.c.a.b.gbJ())q.qX(A.nF(B.o,q.a.c.a.a.length),null)}else{B.b.B(r.a_$,q) -q.au(new A.TL(q))}q.nv()}, -Iv(){var s,r,q,p,o=this -if(o.gfw()){s=o.r -r=$.E.t$.Q.h(0,s).gE() -r.toString -q=t.E -r=q.a(r).rx -r.toString -s=$.E.t$.Q.h(0,s).gE() -s.toString -p=q.a(s).cN(0,null) -s=o.y -if(!r.k(0,s.a)||!p.k(0,s.b)){s.a=r -s.b=p -s=$.fr() -r=A.aN(["width",r.a,"height",r.b,"transform",p.a],t.N,t.z) -A.b(s.a,"_channel").cL("TextInput.setEditableSizeAndTransform",r,t.H)}$.bT.z$.push(new A.TS(o))}}, -Ic(){var s,r,q,p,o,n=this,m=n.a.c.a.c -if(n.gfw()){s=n.r -r=$.E.t$.Q.h(0,s).gE() -r.toString -q=t.E -p=q.a(r).uX(m) -if(p==null){o=m.gbJ()?m.a:0 -s=$.E.t$.Q.h(0,s).gE() -s.toString -p=q.a(s).ny(new A.bm(o,B.o))}n.y.NH(p) -$.bT.z$.push(new A.TR(n))}}, -I8(){var s,r,q,p,o=this -if(o.gfw()){s=o.r -r=$.E.t$.Q.h(0,s).gE() -r.toString -q=t.E -q.a(r) -r=$.E.t$.Q.h(0,s).gE() -r.toString -if(q.a(r).b2.gbJ()){r=$.E.t$.Q.h(0,s).gE() -r.toString -r=q.a(r).b2 -r=r.a===r.b}else r=!1 -if(r){r=$.E.t$.Q.h(0,s).gE() -r.toString -r=q.a(r).b2 -s=$.E.t$.Q.h(0,s).gE() -s.toString -p=q.a(s).ny(new A.bm(r.c,B.o)) -o.y.NF(p)}$.bT.z$.push(new A.TQ(o))}}, -gqY(){this.a.toString -var s=this.c.M(t.I) -s.toString -return s.f}, -ku(a,b){var s=this.a,r=s.y -s=s.c.a -if(r?!s.b.k(0,a.b):!s.k(0,a))this.rI() -this.Fb(a,b,!0)}, -mp(a){var s,r,q=this.r,p=$.E.t$.Q.h(0,q).gE() -p.toString -s=t.E -r=this.Fo(s.a(p).ny(a)) -this.gh5().hm(r.a) -q=$.E.t$.Q.h(0,q).gE() -q.toString -s.a(q).lR(r.b)}, -nN(){return!1}, -KO(a){var s,r,q -if(a){s=this.z -if(s!=null)s.tV()}else{s=this.z -r=s==null -q=r?null:s.db!=null -if(q===!0)if(!r)s.iW()}}, -iW(){return this.KO(!0)}, -gko(){var s,r,q,p,o,n,m,l,k,j=this -j.a.toString -s=J.FG(B.c2.slice(0),t.N) -r="EditableText-"+A.fM(j) -q=j.a -p=q.c.a -o=new A.Db(!0,r,s,p,null) -r=q.y2 -p=q.y -n=q.db -q=q.dx -m=r.k(0,B.YH)?B.CV:B.nt -l=j.a -k=l.id -return A.aj8(!0,o,!1,!0,!0,m,r,l.c6,!1,p,n,q,k)}, -Oc(a,b){this.au(new A.TW(this,a,b))}, -a2p(a){var s=this.a -if(s.Q.a)if(s.d.gbW()){if(a==null)s=null -else{s=this.a -if(s.Q.a){s=s.c.a.b -s=s.a!==s.b}else s=!1}s=s===!0}else s=!1 -else s=!1 -return s?new A.TN(this,a):null}, -a2q(a){var s=this.a -if(s.Q.b&&!s.y)if(s.d.gbW()){if(a==null)s=null -else{s=this.a -if(s.Q.b&&!s.y){s=s.c.a.b -s=s.a!==s.b}else s=!1}s=s===!0}else s=!1 -else s=!1 -return s?new A.TO(this,a):null}, -a2r(a){var s=this.a,r=s.y -if(!r)if(s.d.gbW()){if(a==null)s=null -else s=!this.a.y -if(s===!0)s=!0 -else s=!1}else s=!1 -else s=!1 -return s?new A.TP(this,a):null}, -Vs(a){var s=this.a.c.a,r=new A.rm(s) -return new A.ro(r,a.a)}, -a0o(a){var s,r,q,p -this.a.toString -s=this.gy8() -r=new A.rm(s) -q=$.E.t$.Q.h(0,this.r).gE() -q.toString -p=new A.a6g(new A.aat(s),new A.aaA(t.E.a(q),s)) -q=a.a -return new A.ro(q?new A.rZ(r,p):new A.rZ(p,r),q)}, -a00(a){var s,r,q,p -this.a.toString -s=this.gy8() -r=new A.rm(s) -q=$.E.t$.Q.h(0,this.r).gE() -q.toString -p=new A.a7m(t.E.a(q),s) -return a.a?new A.rZ(new A.ro(r,!0),p):new A.rZ(p,new A.ro(r,!1))}, -Wv(a){return new A.a6c(this.a.c.a)}, -xQ(a){this.ku(a.a.aa5(a.c,a.b),a.d)}, -a3x(a){this.ku(a.a.l7(a.b),a.c)}, -gDM(){var s,r=this,q=r.K -if(q===$){s=A.a([],t.e) -A.bp(r.K,"_adjacentLineAction") -q=r.K=new A.BX(r,new A.aU(s,t.c),t.w7)}return q}, -gUw(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0=a.L -if(a0===$){s=t.e -r=A.a([],s) -q=t.c -a0=a.y2 -if(a0===$){p=A.a([],s) -A.bp(a.y2,"_replaceTextAction") -a0=a.y2=new A.d9(a.ga1Q(),new A.aU(p,q),t.Tx)}o=a.ao -if(o===$){p=A.a([],s) -A.bp(a.ao,"_updateSelectionAction") -o=a.ao=new A.d9(a.ga3w(),new A.aU(p,q),t.ZQ)}p=A.a([],s) -n=a.gVr() -m=A.a([],s) -l=a.c -l.toString -l=new A.ke(a,n,new A.aU(m,q),t.dA).f8(l) -m=a.ga0n() -k=A.a([],s) -j=a.c -j.toString -j=new A.ke(a,m,new A.aU(k,q),t.Uy).f8(j) -k=a.ga0_() -i=A.a([],s) -h=a.c -h.toString -h=new A.ke(a,k,new A.aU(i,q),t.Fb).f8(h) -n=A.aai(a,!1,n,t._w) -i=a.c -i.toString -i=n.f8(i) -n=A.aai(a,!0,m,t.P9) -g=a.c -g.toString -g=n.f8(g) -k=A.aai(a,!0,k,t.OO) -n=a.c -n.toString -n=k.f8(n) -k=a.gDM() -f=a.c -f.toString -f=k.f8(f) -k=A.aai(a,!0,a.gWu(),t.HH) -e=a.c -e.toString -e=k.f8(e) -k=A.a([],s) -d=a.c -d.toString -d=new A.Ly(a,m,new A.aU(k,q)).f8(d) -k=A.a([],s) -m=a.c -m.toString -m=new A.Oa(a,new A.aU(k,q)).f8(m) -k=A.a([],s) -c=a.c -c.toString -c=new A.KP(a,new A.aU(k,q)).f8(c) -s=A.a([],s) -k=a.c -k.toString -b=A.aN([B.a21,new A.uQ(!1,new A.aU(r,q)),B.a1I,a0,B.a1S,o,B.nw,new A.uM(!0,new A.aU(p,q)),B.a1r,l,B.a25,j,B.a1s,h,B.a1k,i,B.a1h,g,B.a1j,n,B.a2_,f,B.a1i,e,B.a22,d,B.a1L,m,B.a1q,c,B.a1G,new A.d9(new A.TH(a),new A.aU(s,q),t.gv).f8(k)],t.n,t.od) -A.bp(a.L,"_actions") -a.L=b -a0=b}return a0}, -H(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=null -i.CW(0,b) -s=i.a -r=s.y1 -s=s.ac -q=i.gUw() -p=i.a -o=p.d -p=p.r2!==1?B.W:B.aC -n=i.gh5() -m=i.a -l=m.aw -k=m.a_ -m=m.c2 -j=A.a0f(b).a5y(!1,i.a.r2!==1) -return A.mY(A.CZ(q,A.vg(!1,h,A.a0m(p,n,k,!0,l,m,j,h,new A.TT(i,r)),"EditableText",h,o,!1,h,h,h,h,h)),s,h,h,h,h)}, -a4D(){var s,r=this.a,q=r.c,p=this.c -p.toString -s=r.fr -return q.a4E(p,s,!r.y&&r.d.gbW())}} -A.TU.prototype={ -$1(a){var s,r=this.a -if(r.c!=null){s=$.E.t$.Q.h(0,r.r).gE() -s.toString -s=t.E.a(s).rx!=null}else s=!1 -if(s){s=r.c -s.toString -A.adl(s).J0(0,r.a.d)}}, -$S:2} -A.TM.prototype={ -$1(a){var s,r,q,p,o,n,m,l,k,j=this.a -j.r2=!1 -if(j.r1==null||j.gh5().d.length===0)return -s=j.r -r=$.E.t$.Q.h(0,s).gE() -r.toString -q=t.E -r=q.a(r).a6.gcE() -p=j.a.l.d -o=j.z -if((o==null?null:o.r)!=null){n=o.r.lD(r).b -m=Math.max(n,48) -p=Math.max(n/2-j.z.r.qm(B.D0,r).b+m/2,p)}l=j.a.l.ti(p) -r=j.r1 -r.toString -k=j.Fo(r) -j.gh5().hN(k.a,B.ay,B.aL) -s=$.E.t$.Q.h(0,s).gE() -s.toString -q.a(s).lS(B.ay,B.aL,l.KV(k.b))}, -$S:2} -A.TV.prototype={ -$1(a){var s=this.a.z -if(s!=null)s.ox()}, -$S:2} -A.TK.prototype={ -$2(a,b){return b.a75(this.a.a.c.a,a)}, -$S:296} -A.TI.prototype={ -$0(){--this.a.ry}, -$S:0} -A.TJ.prototype={ -$0(){}, -$S:0} -A.TL.prototype={ -$0(){this.a.y1=null}, -$S:0} -A.TS.prototype={ -$1(a){return this.a.Iv()}, -$S:2} -A.TR.prototype={ -$1(a){return this.a.Ic()}, -$S:2} -A.TQ.prototype={ -$1(a){return this.a.I8()}, -$S:2} -A.TW.prototype={ -$0(){this.a.y1=new A.cI(this.b,this.c)}, -$S:0} -A.TN.prototype={ -$0(){return this.b.a7f(this.a,null)}, -$S:0} -A.TO.prototype={ -$0(){return this.b.a7g(this.a,null)}, -$S:0} -A.TP.prototype={ -$0(){return this.b.Aa(this.a)}, -$S:0} -A.TH.prototype={ -$1(a){return this.a.pT(B.U)}, -$S:297} -A.TT.prototype={ -$2(b1,b2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6=null,a7=this.a,a8=this.b,a9=a7.a2p(a8),b0=a7.a2q(a8) -a8=a7.a2r(a8) -s=a7.a4D() -r=a7.a -q=r.c.a -r=r.k3 -r=A.ap(B.c.aU(255*A.b(a7.ch.y,"_value")),r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) -p=a7.a -o=p.r1 -n=p.y -p=p.d.gbW() -m=a7.a -l=m.r2 -k=m.rx -m=m.giy(m) -j=a7.a.x2 -i=A.adJ(b1) -h=a7.a.fy -g=a7.gqY() -a7.a.toString -f=A.agY(b1) -e=a7.a -d=e.e -c=e.b0 -b=e.aN -a=e.bg -a0=e.aB -if(a0==null)a0=B.i -a1=e.bd -a2=e.dq -e=e.aO -a3=a7.c.M(t.l).f -a4=a7.y1 -a5=a7.a -return new A.oQ(a7.cx,A.bB(a6,new A.zG(s,q,r,a7.cy,a7.db,o,a7.f,!0,n,p,l,k,!1,m,j,i,h,g,a6,d,!1,f,B.b6,b2,a7.gY3(),!0,c,b,a,a0,e,a1,a2,!0,a7,a3.b,a4,a5.k4,a5.bf,A.auT(s),a7.r),!1,a6,a6,!1,!1,a6,a6,a6,a6,a6,a6,a6,a9,b0,a6,a6,a6,a8,a6,a6,a6,a6,a6,a6,a6),a6)}, -$S:298} -A.zG.prototype={ -aD(a){var s,r=this,q=null,p=r.e,o=A.G6(a),n=r.f.b,m=A.ajV(),l=A.ajV(),k=t.Z,j=A.a1(0,q,!1,k),i=t.uh -k=A.a1(0,q,!1,k) -s=A.a8(t.O5) -o=A.a3A(q,o,q,r.fr,p,r.go,r.id,r.k4,r.fy,r.r1) -o=new A.ng(m,l,r.y1,!0,r.bt,r.k2,!1,r.ac,new A.cJ(!0,j,i),new A.cJ(!0,k,i),o,r.Q,r.cy,!0,r.cx,r.db,r.dx,!1,n,r.x2,r.ao,r.K,r.V,r.x,r.y,!0,r.bg,B.i,s,0,q,q,A.a8(t.T)) -o.gam() -o.gax() -o.fr=!1 -m.stW(r.fx) -m.stX(n) -m.sCj(r.X) -m.sCk(r.ae) -l.stW(r.aN) -l.stX(r.b0) -o.gdT().syY(r.r) -o.gdT().sJK(r.L) -o.gdT().sJJ(r.aJ) -o.gdT().sa4t(r.z) -o.Ii(q) -o.Io(q) -o.N(0,q) -o.ES(p) -return o}, -aE(a,b){var s,r,q=this -b.sly(0,q.e) -b.gdT().syY(q.r) -b.sOs(q.x) -b.sa6r(q.y) -b.sOf(q.Q) -b.sa74(!0) -b.sq3(0,q.cx) -b.sbW(q.cy) -b.smY(0,q.db) -b.sa8E(q.dx) -b.szS(!1) -b.siy(0,q.fr) -s=b.aL -s.stW(q.fx) -b.snr(q.fy) -b.slz(0,q.go) -b.sbF(0,q.id) -r=A.G6(a) -b.slk(0,r) -b.sqv(q.f.b) -b.sek(0,q.x2) -b.i0=q.y1 -b.iS=!0 -b.sq9(0,q.k4) -b.sns(q.r1) -b.sa8N(q.k2) -b.sa8M(!1) -b.sa5N(q.ao) -b.sa5M(q.K) -b.gdT().sJK(q.L) -b.gdT().sJJ(q.aJ) -s.sCj(q.X) -s.sCk(q.ae) -b.de=q.ac -b.sts(0,q.bt) -b.sa9s(q.V) -s=b.bf -s.stW(q.aN) -r=q.bg -if(r!==b.c9){b.c9=r -b.aH() -b.ak()}s.stX(q.b0)}} -A.a6d.prototype={ -$1(a){return!0}, -$S:36} -A.BE.prototype={ -C4(a){return new A.cI(this.en(a).a,this.eo(a).a)}} -A.aat.prototype={ -en(a){var s,r -for(s=a.a,r=this.a.a;s>=0;--s)if(!A.a3x(B.d.ay(r,s)))return new A.bm(s,B.o) -return B.eF}, -eo(a){var s,r,q -for(s=a.a,r=this.a.a,q=r.length;so?B.o:B.aQ,o) -else m=r.iN(p) -b.toString -return A.jb(b,new A.ew(s.gdP(),m,B.U),t.gU)}, -cD(a){return this.cU(a,null)}, -gfR(){var s=this.e.a.c.a -return s.b.gbJ()}} -A.BX.prototype={ -Ov(){var s,r=this,q=r.r -if(q==null)return -s=r.r=r.e.a.c.a.b -if(!(s.gbJ()&&s.a===s.b&&s.c===q.c&&s.d===q.d))r.r=r.f=null}, -cU(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=this -if(!a.b){g.e.a.toString -s=!1}else s=!0 -r=g.e -q=r.gy8() -p=q.b -if(!p.gbJ())return -o=g.f -if((o==null?null:o.gbJ())===!1)g.r=g.f=null -n=g.f -if(n==null){o=r.r -m=$.E.t$.Q.h(0,o).gE() -m.toString -l=t.E -l.a(m) -o=$.E.t$.Q.h(0,o).gE() -o.toString -o=l.a(o).b2.gdG() -k=m.a6.oU() -j=m.a_Z(o,k) -n=new A.a47(j.b,j.a,o,k,m,A.x(t.S,t.tO))}o=a.a -if(o?n.u():n.a8H())i=n.c -else i=o?new A.bm(r.a.c.a.a.length,B.o):B.eF -h=s?A.Js(i):p.iN(i) -b.toString -A.jb(b,new A.ew(q,h,B.U),t.gU) -if(r.a.c.a.b.k(0,h)){g.f=n -g.r=h}}, -cD(a){return this.cU(a,null)}, -gfR(){return this.e.a.c.a.b.gbJ()}} -A.Oa.prototype={ -cU(a,b){var s -b.toString -s=this.e.a.c.a -return A.jb(b,new A.ew(s,A.cy(B.o,0,s.a.length,!1),B.U),t.gU)}, -cD(a){return this.cU(a,null)}, -gfR(){this.e.a.toString -return!0}} -A.KP.prototype={ -cU(a,b){var s=this.e -if(a.b)s.JL(B.U) -else s.Jp(B.U)}, -cD(a){return this.cU(a,null)}, -gfR(){var s=this.e -if(s.a.c.a.b.gbJ()){s=s.a.c.a.b -s=s.a!==s.b}else s=!1 -return s}} -A.zH.prototype={ -aR(){this.bi() -if(this.a.d.gbW())this.r0()}, -dm(){var s=this.hh$ -if(s!=null){s.aA() -this.hh$=null}this.kI()}} -A.Lr.prototype={} -A.zI.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.Ls.prototype={} -A.jA.prototype={ -j(a){return"KeyEventResult."+this.b}} -A.Kj.prototype={} -A.UY.prototype={ -a7(a){var s,r=this.a -if(r.cy===this){if(!r.gkb()){s=r.r -s=s!=null&&s.x===r}else s=!0 -if(s)r.BB(B.Da) -s=r.r -if(s!=null){if(s.f===r)s.f=null -s.r.B(0,r)}s=r.Q -if(s!=null)s.a1J(0,r) -r.cy=null}}, -uu(){var s,r,q=this.a -if(q.cy===this){s=q.d -s.toString -r=A.arU(s,!0);(r==null?q.d.r.f.e:r).xO(q)}}} -A.z_.prototype={ -j(a){return"UnfocusDisposition."+this.b}} -A.cX.prototype={ -siw(a){var s,r=this -if(a!==r.a){r.a=a -s=r.r -if(s!=null){s.rs() -s.r.F(0,r)}}}, -gck(){var s,r,q,p -if(!this.b)return!1 -s=this.giM() -if(s!=null&&!s.gck())return!1 -for(r=this.ghM(),q=r.length,p=0;p"))}, -ghM(){var s,r,q=this.x -if(q==null){s=A.a([],t.bp) -r=this.Q -for(;r!=null;){s.push(r) -r=r.Q}this.x=s -q=s}return q}, -gbW(){if(!this.gkb()){var s=this.r -if(s==null)s=null -else{s=s.f -s=s==null?null:B.b.A(s.ghM(),this)}s=s===!0}else s=!0 -return s}, -gkb(){var s=this.r -return(s==null?null:s.f)===this}, -gll(){return this.giM()}, -giM(){var s,r,q,p -for(s=this.ghM(),r=s.length,q=0;q"))),o=null;l.u();o=n){n=l.gD(l) -if(o==r){l=b?B.dH:B.dI -n.ik() -s=n.d -s.toString -A.aiP(s,1,l) -return!0}}return!1}} -A.V1.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")) -break -case 1:s=new A.aI(q,new A.Tk(b),A.a7(q).i("aI<1>")) -break -case 0:case 2:s=null -break -default:s=null}return s}, -a2R(a,b,c){var s=A.aq(c,!0,c.$ti.i("p.E")) -A.ok(s,new A.Tl(),t.mx) -switch(a.a){case 0:return new A.aI(s,new A.Tm(b),A.a7(s).i("aI<1>")) -case 2:return new A.aI(s,new A.Tn(b),A.a7(s).i("aI<1>")) -case 3:case 1:break}return null}, -a1s(a,b,c){var s,r,q=this,p=q.i2$,o=p.h(0,b),n=o!=null -if(n){s=o.a -s=s.length!==0&&B.b.gI(s).a!==a}else s=!1 -if(s){s=o.a -if(B.b.gJ(s).b.Q==null){q.lT(b) -p.B(0,b) -return!1}r=new A.Th(q,o,b) -switch(a.a){case 2:case 0:switch(B.b.gI(s).a.a){case 3:case 1:q.lT(b) -p.B(0,b) -break -case 0:case 2:if(r.$1(a))return!0 -break}break -case 3:case 1:switch(B.b.gI(s).a.a){case 3:case 1:if(r.$1(a))return!0 -break -case 0:case 2:q.lT(b) -p.B(0,b) -break}break}}if(n&&o.a.length===0){q.lT(b) -p.B(0,b)}return!1}, -a80(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g=a.gll(),f=g.go,e=f.length!==0?B.b.gJ(f):h -if(e==null){s=i.a6P(a,b) -if(s==null)s=a -switch(b.a){case 0:case 3:A.lT(s,B.dI) -break -case 1:case 2:A.lT(s,B.dH) -break}return!0}if(i.a1s(b,g,e))return!0 -f=e.d -f.toString -r=A.iH(f) -f=b.a -switch(f){case 2:case 0:q=i.a2R(b,e.gbc(e),g.gBx()) -if(r!=null&&!r.d.gJ_()){q.toString -p=new A.aI(q,new A.Tp(r),q.$ti.i("aI")) -if(!p.gR(p))q=p}if(!q.ga1(q).u()){o=h -break}n=A.aq(q,!0,A.o(q).i("p.E")) -if(b===B.nv){m=A.a7(n).i("c5<1>") -n=A.aq(new A.c5(n,m),!0,m.i("aX.E"))}l=new A.aI(n,new A.Tq(new A.v(e.gbc(e).a,-1/0,e.gbc(e).c,1/0)),A.a7(n).i("aI<1>")) -if(!l.gR(l)){o=l.gI(l) -break}A.ok(n,new A.Tr(e),t.mx) -o=B.b.gI(n) -break -case 1:case 3:q=i.a2Q(b,e.gbc(e),g) -if(r!=null&&!r.d.gJ_()){q.toString -p=new A.aI(q,new A.Ts(r),q.$ti.i("aI")) -if(!p.gR(p))q=p}if(!q.ga1(q).u()){o=h -break}n=A.aq(q,!0,A.o(q).i("p.E")) -if(b===B.dK){m=A.a7(n).i("c5<1>") -n=A.aq(new A.c5(n,m),!0,m.i("aX.E"))}l=new A.aI(n,new A.Tt(new A.v(-1/0,e.gbc(e).b,1/0,e.gbc(e).d)),A.a7(n).i("aI<1>")) -if(!l.gR(l)){o=l.gI(l) -break}A.ok(n,new A.Tu(e),t.mx) -o=B.b.gI(n) -break -default:o=h}if(o!=null){m=i.i2$ -k=m.h(0,g) -j=new A.rx(b,e) -if(k!=null)k.a.push(j) -else m.p(0,g,new A.Lh(A.a([j],t.Kj))) -switch(f){case 0:case 3:A.lT(o,B.dI) -break -case 2:case 1:A.lT(o,B.dH) -break}return!0}return!1}} -A.a8I.prototype={ -$1(a){return a.b===this.a}, -$S:303} -A.To.prototype={ -$2(a,b){if(this.a)if(this.b)return B.c.bn(a.gbc(a).b,b.gbc(b).b) -else return B.c.bn(b.gbc(b).d,a.gbc(a).d) -else if(this.b)return B.c.bn(a.gbc(a).a,b.gbc(b).a) -else return B.c.bn(b.gbc(b).c,a.gbc(a).c)}, -$S:43} -A.Ti.prototype={ -$2(a,b){return B.c.bn(a.gbc(a).gb3().a,b.gbc(b).gb3().a)}, -$S:43} -A.Tj.prototype={ -$1(a){var s=this.a -return!a.gbc(a).k(0,s)&&a.gbc(a).gb3().a<=s.a}, -$S:21} -A.Tk.prototype={ -$1(a){var s=this.a -return!a.gbc(a).k(0,s)&&a.gbc(a).gb3().a>=s.c}, -$S:21} -A.Tl.prototype={ -$2(a,b){return B.c.bn(a.gbc(a).gb3().b,b.gbc(b).gb3().b)}, -$S:43} -A.Tm.prototype={ -$1(a){var s=this.a -return!a.gbc(a).k(0,s)&&a.gbc(a).gb3().b<=s.b}, -$S:21} -A.Tn.prototype={ -$1(a){var s=this.a -return!a.gbc(a).k(0,s)&&a.gbc(a).gb3().b>=s.d}, -$S:21} -A.Th.prototype={ -$1(a){var s,r,q=this.b.a.pop().b,p=q.d -p.toString -p=A.iH(p) -s=$.E.t$.f.f.d -s.toString -if(p!=A.iH(s)){p=this.a -s=this.c -p.lT(s) -p.i2$.B(0,s) -return!1}switch(a.a){case 0:case 3:r=B.dI -break -case 1:case 2:r=B.dH -break -default:r=null}A.lT(q,r) -return!0}, -$S:305} -A.Tp.prototype={ -$1(a){var s=a.d -s.toString -return A.iH(s)===this.a}, -$S:21} -A.Tq.prototype={ -$1(a){var s=a.gbc(a).eT(this.a) -return!s.gR(s)}, -$S:21} -A.Tr.prototype={ -$2(a,b){var s=this.a -return B.c.bn(Math.abs(a.gbc(a).gb3().a-s.gbc(s).gb3().a),Math.abs(b.gbc(b).gb3().a-s.gbc(s).gb3().a))}, -$S:43} -A.Ts.prototype={ -$1(a){var s=a.d -s.toString -return A.iH(s)===this.a}, -$S:21} -A.Tt.prototype={ -$1(a){var s=a.gbc(a).eT(this.a) -return!s.gR(s)}, -$S:21} -A.Tu.prototype={ -$2(a,b){var s=this.a -return B.c.bn(Math.abs(a.gbc(a).gb3().b-s.gbc(s).gb3().b),Math.abs(b.gbc(b).gb3().b-s.gbc(s).gb3().b))}, -$S:43} -A.cT.prototype={ -gJS(){var s=this.d -if(s==null){s=this.c.d -s.toString -s=this.d=new A.a8G().$1(s)}s.toString -return s}} -A.a8F.prototype={ -$1(a){var s=a.gJS() -return A.jD(s,A.a7(s).c)}, -$S:306} -A.a8H.prototype={ -$2(a,b){switch(this.a.a){case 1:return B.c.bn(a.b.a,b.b.a) -case 0:return B.c.bn(b.b.c,a.b.c)}}, -$S:138} -A.a8G.prototype={ -$1(a){var s,r=A.a([],t.vl),q=t.I,p=a.fn(q) -for(;p!=null;){r.push(q.a(p.gG())) -s=A.aky(p,1) -p=s==null?null:s.fn(q)}return r}, -$S:308} -A.j0.prototype={ -gbc(a){var s,r,q,p,o=this -if(o.b==null)for(s=o.a,r=A.a7(s).i("aG<1,v>"),s=new A.aG(s,new A.a8D(),r),s=new A.bY(s,s.gq(s),r.i("bY")),r=r.i("aX.E");s.u();){q=r.a(s.d) -p=o.b -if(p==null){o.b=q -p=q}o.b=p.jZ(q)}s=o.b -s.toString -return s}} -A.a8D.prototype={ -$1(a){return a.b}, -$S:309} -A.a8E.prototype={ -$2(a,b){switch(this.a.a){case 1:return B.c.bn(a.gbc(a).a,b.gbc(b).a) -case 0:return B.c.bn(b.gbc(b).c,a.gbc(a).c)}}, -$S:310} -A.Ht.prototype={ -VH(a){var s,r,q,p,o,n=B.b.gI(a).a,m=t.qi,l=A.a([],m),k=A.a([],t.jE) -for(s=a.length,r=0;r") -return A.aq(new A.aI(b,new A.ZJ(new A.v(-1/0,s.b,1/0,s.d)),r),!0,r.i("p.E"))}, -$S:311} -A.ZJ.prototype={ -$1(a){var s=a.b.eT(this.a) -return!s.gR(s)}, -$S:312} -A.vj.prototype={ -aj(){return new A.LP(B.l)}} -A.LP.prototype={ -aR(){this.bi() -this.d=A.Fc(!1,"FocusTraversalGroup",!0,null,null,!0)}, -n(a){var s=this.d -if(s!=null)s.n(0) -this.bb(0)}, -H(a,b){var s=null,r=this.a,q=r.c,p=this.d -p.toString -return new A.rE(q,p,A.vg(!1,!1,r.e,s,!0,p,!1,s,s,s,s,!0),s)}} -A.rE.prototype={ -cq(a){return!1}} -A.HZ.prototype={ -cD(a){A.lT(a.gcK(a),B.WK)}} -A.ip.prototype={} -A.Gs.prototype={ -cD(a){var s=$.E.t$.f.f -s.d.M(t.ag).f.m8(s,!0)}} -A.iC.prototype={} -A.Hi.prototype={ -cD(a){var s=$.E.t$.f.f -s.d.M(t.ag).f.m8(s,!1)}} -A.f2.prototype={} -A.uM.prototype={ -cD(a){var s -if(!this.c){s=$.E.t$.f.f -s.d.M(t.ag).f.a80(s,a.a)}}} -A.LQ.prototype={} -A.Ny.prototype={ -z1(a,b){var s -this.Pn(a,b) -s=this.i2$.h(0,b) -if(s!=null){s=s.a -if(!!s.fixed$length)A.L(A.O("removeWhere")) -B.b.xN(s,new A.a8I(a),!0)}}} -A.Q1.prototype={} -A.Q2.prototype={} -A.mB.prototype={ -aj(){return new A.vl(A.aT(t.gx),B.l)}} -A.vl.prototype={ -WW(){var s=this -s.a.toString -s.e=s.f.ha(0,new A.Ve()) -s.Fa()}, -Fa(){this.au(new A.Vf(this))}, -H(a,b){var s,r=this -switch(r.a.f.a){case 1:r.kU() -break -case 2:if(r.e)r.kU() -break -case 0:break}s=r.a -return new A.z6(new A.zV(r,r.d,s.c,null),null,null)}, -bz(a){var s,r,q,p,o -for(s=this.f,s=A.h2(s,s.r,A.o(s).c),r=s.$ti.c;s.u();){q=r.a(s.d) -p=q.gG() -o=q.d -if(o===$)o=q.d=q.gG().f -p.c.$1(o)}}, -uF(){this.e=!0 -this.Fa() -return this.kU()}, -kU(){var s,r,q -for(s=this.f,s=A.h2(s,s.r,A.o(s).c),r=s.$ti.c,q=!1;s.u();)q=!r.a(s.d).uF()||q -return!q}} -A.Ve.prototype={ -$1(a){var s=a.f -return A.o(s).i("bn.T").a(s.y)}, -$S:313} -A.Vf.prototype={ -$0(){++this.a.d}, -$S:0} -A.zV.prototype={ -cq(a){return this.r!==a.r}} -A.jt.prototype={ -aj(){return A.as_(A.o(this).i("jt.T"))}} -A.f3.prototype={ -gID(){var s=this.d -return s===$?this.d=this.gG().f:s}, -uF(){this.au(new A.Vd(this)) -var s=this.e -return A.o(s).i("bn.T").a(s.y)==null}, -kU(){var s=this -s.gG() -s.e.sm(0,s.gG().d.$1(s.gID()))}, -tt(a){var s -this.au(new A.Vc(this,a)) -s=this.c -s.toString -s=A.adn(s) -if(s!=null)s.WW()}, -gel(){return this.gG().y}, -eD(a,b){var s=this -s.fk(s.e,"error_text") -s.fk(s.f,"has_interacted_by_user")}, -dm(){var s=this.c -s.toString -s=A.adn(s) -if(s!=null)s.f.B(0,this) -this.kI()}, -H(a,b){var s,r=this -r.gG() -switch(r.gG().x.a){case 1:r.kU() -break -case 2:s=r.f -if(A.o(s).i("bn.T").a(s.y))r.kU() -break -case 0:break}s=A.adn(b) -if(s!=null)s.f.F(0,r) -return r.gG().e.$1(r)}} -A.Vd.prototype={ -$0(){this.a.kU()}, -$S:0} -A.Vc.prototype={ -$0(){var s=this.a -s.d=this.b -s.f.Dw(0,!0)}, -$S:0} -A.jd.prototype={ -j(a){return"AutovalidateMode."+this.b}} -A.a6z.prototype={ -$2(a,b){if(!a.a)a.T(0,b)}, -$S:27} -A.rF.prototype={ -b_(a){this.br(a) -this.lb()}, -be(){var s,r,q,p,o=this -o.ct() -s=o.aG$ -r=o.gj6() -q=o.c -q.toString -q=A.ll(q) -o.cT$=q -p=o.jB(q,r) -if(r){o.eD(s,o.c9$) -o.c9$=!1}if(p)if(s!=null)s.n(0)}, -n(a){var s,r=this -r.ce$.ai(0,new A.a6z()) -s=r.aG$ -if(s!=null)s.n(0) -r.aG$=null -r.bb(0)}} -A.JH.prototype={ -j(a){return"[#"+A.bF(this)+"]"}} -A.i9.prototype={ -gah(){var s,r=$.E.t$.Q.h(0,this) -if(r instanceof A.e0){s=r.gcs(r) -if(A.o(this).c.b(s))return s}return null}} -A.b7.prototype={ -j(a){var s=this,r=s.a,q=r!=null?" "+r:"" -if(A.w(s)===B.a1D)return"[GlobalKey#"+A.bF(s)+q+"]" -return"["+("#"+A.bF(s))+q+"]"}} -A.kR.prototype={ -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return this.$ti.b(b)&&b.a===this.a}, -gw(a){return A.lX(this.a)}, -j(a){var s="GlobalObjectKey" -return"["+(B.d.K5(s,">")?B.d.ag(s,0,-8):s)+" "+("#"+A.bF(this.a))+"]"}} -A.i.prototype={ -ci(){var s=this.a -return s==null?"Widget":"Widget-"+s.j(0)}, -k(a,b){if(b==null)return!1 -return this.vF(0,b)}, -gw(a){return A.M.prototype.gw.call(this,this)}} -A.aO.prototype={ -bV(a){return A.au0(this)}} -A.V.prototype={ -bV(a){return A.au_(this)}} -A.OC.prototype={ -j(a){return"_StateLifecycle."+this.b}} -A.X.prototype={ -gG(){var s=this.a -s.toString -return s}, -aR(){}, -b_(a){}, -au(a){a.$0() -this.c.fT()}, -dm(){}, -bT(){}, -n(a){}, -be(){}} -A.aJ.prototype={} -A.dh.prototype={ -bV(a){var s=($.ba+1)%16777215 -$.ba=s -return new A.n6(s,this,B.a2,A.o(this).i("n6"))}} -A.b3.prototype={ -bV(a){return A.as7(this)}} -A.ac.prototype={ -aE(a,b){}, -tC(a){}} -A.FT.prototype={ -bV(a){var s=($.ba+1)%16777215 -$.ba=s -return new A.FS(s,this,B.a2)}} -A.b_.prototype={ -bV(a){return A.atH(this)}} -A.dW.prototype={ -bV(a){return A.asD(this)}} -A.nU.prototype={ -j(a){return"_ElementLifecycle."+this.b}} -A.M_.prototype={ -I4(a){a.bj(new A.a6Z(this,a)) -a.ks()}, -a3k(){var s,r,q,p=this -p.a=!0 -r=p.b -q=A.aq(r,!0,A.o(r).i("cp.E")) -B.b.f4(q,A.abR()) -s=q -r.aC(0) -try{r=s -new A.c5(r,A.aR(r).i("c5<1>")).ai(0,p.ga3i())}finally{p.a=!1}}} -A.a6Z.prototype={ -$1(a){this.a.I4(a)}, -$S:10} -A.RZ.prototype={ -Cd(a){var s=this -if(a.cy){s.e=!0 -return}if(!s.d&&s.a!=null){s.d=!0 -s.a.$0()}s.c.push(a) -a.cy=!0}, -Lr(a){try{a.$0()}finally{}}, -oM(a,b){var s,r,q,p,o,n,m,l,k,j=this,i={},h=b==null -if(h&&j.c.length===0)return -try{j.d=!0 -if(!h){i.a=null -j.e=!1 -try{b.$0()}finally{}}h=j.c -B.b.f4(h,A.abR()) -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.L(A.O("sort")) -o=l-1 -if(o-0<=32)A.IZ(h,0,o,A.abR()) -else A.IY(h,0,o,A.abR()) -o=j.e=!1 -i.b=h.length -while(!0){m=i.c -if(!(m>0?h[m-1].cx:o))break -i.c=m-1}o=m}}}finally{for(h=j.c,o=h.length,k=0;k")),s=s.c;q.u();)s.a(q.d).c6.B(0,r) -r.z=null -r.x=B.a2L}, -ks(){var s,r=this,q=r.f.a -if(q instanceof A.i9){s=r.r.Q -if(J.f(s.h(0,q),r))s.B(0,q)}r.Q=r.f=null -r.x=B.Dh}, -gkC(a){var s,r=this.gE() -if(r instanceof A.u){s=r.rx -s.toString -return s}return null}, -tr(a,b){var s=this.Q;(s==null?this.Q=A.cZ(t.IS):s).F(0,a) -a.BF(this,b) -return a.gG()}, -M(a){var s=this.z,r=s==null?null:s.h(0,A.b8(a)) -if(r!=null)return a.a(this.tr(r,null)) -this.ch=!0 -return null}, -fn(a){var s=this.z -return s==null?null:s.h(0,A.b8(a))}, -yk(){var s=this.a -this.z=s==null?null:s.z}, -a6O(a){var s,r,q,p=this.a -while(!0){s=p==null -if(!s){r=p.gG() -q=r instanceof A.ca?A.d8(r):null -r=A.b8(q==null?A.aR(r):q)!==A.b8(a)}else r=!1 -if(!r)break -p=p.a}s=s?null:p.gG() -return a.i("0?").a(s)}, -mL(a){var s,r=this.a -for(;s=r==null,!s;){if(r instanceof A.e0&&a.b(r.gcs(r)))break -r=r.a}t.lE.a(r) -s=s?null:r.gcs(r) -return a.i("0?").a(s)}, -A0(a){var s,r,q=this.a -for(s=null;q!=null;){if(q instanceof A.e0&&a.b(q.gcs(q)))s=q -q=q.a}r=s==null?null:s.gcs(s) -return a.i("0?").a(r)}, -tL(a){var s=this.a -for(;s!=null;){if(s instanceof A.ar&&a.b(s.gE()))return a.a(s.gE()) -s=s.a}return null}, -kw(a){var s=this.a -while(!0){if(!(s!=null&&a.$1(s)))break -s=s.a}}, -be(){this.fT()}, -ci(){var s=this.f -s=s==null?null:s.ci() -return s==null?"#"+A.bF(this)+"(DEFUNCT)":s}, -fT(){var s=this -if(s.x!==B.cQ)return -if(s.cx)return -s.cx=!0 -s.r.Cd(s)}, -q4(){if(this.x!==B.cQ||!this.cx)return -this.ig()}, -$iZ:1} -A.U3.prototype={ -$1(a){if(a.x===B.Dh)return -else if(a instanceof A.ar)this.a.a=a.gE() -else a.bj(this)}, -$S:10} -A.U4.prototype={ -$1(a){a.yp(this.a) -if(!(a instanceof A.ar))a.bj(this)}, -$S:10} -A.U0.prototype={ -$1(a){a.If(this.a)}, -$S:10} -A.U2.prototype={ -$1(a){a.p8()}, -$S:10} -A.U1.prototype={ -$1(a){a.rZ(this.a)}, -$S:10} -A.EV.prototype={ -aD(a){var s=this.d,r=new A.xz(s,A.a8(t.T)) -r.gam() -r.gax() -r.fr=!1 -r.TQ(s) -return r}} -A.uv.prototype={ -dK(a,b){this.D8(a,b) -this.wN()}, -wN(){this.q4()}, -ig(){var s,r,q,p,o,n,m=this,l=null -try{l=m.bA(0) -m.gG()}catch(o){s=A.ae(o) -r=A.aF(o) -m.fr=!1 -n=A.v6(A.aeF(A.bx("building "+m.j(0)),s,r,new A.Sx(m))) -l=n}finally{m.cx=!1}try{m.dy=m.dz(m.dy,l,m.d)}catch(o){q=A.ae(o) -p=A.aF(o) -n=A.v6(A.aeF(A.bx("building "+m.j(0)),q,p,new A.Sy(m))) -l=n -m.dy=m.dz(null,l,m.d)}}, -bj(a){var s=this.dy -if(s!=null)a.$1(s)}, -i3(a){this.dy=null -this.jh(a)}} -A.Sx.prototype={ -$0(){var s=A.a([],t.F) -return s}, -$S:20} -A.Sy.prototype={ -$0(){var s=A.a([],t.F) -return s}, -$S:20} -A.lx.prototype={ -gG(){return t.Iz.a(A.aM.prototype.gG.call(this))}, -bA(a){return this.gG().H(0,this)}, -bh(a,b){this.qG(0,b) -this.cx=!0 -this.q4()}} -A.e0.prototype={ -bA(a){return this.gcs(this).H(0,this)}, -gcs(a){var s=this.ao -s.toString -return s}, -wN(){var s,r=this -try{r.dx=!0 -s=r.gcs(r).aR()}finally{r.dx=!1}r.gcs(r).be() -r.Pa()}, -ig(){var s=this -if(s.K){s.gcs(s).be() -s.K=!1}s.Pb()}, -bh(a,b){var s,r,q,p=this -p.qG(0,b) -q=p.gcs(p).a -q.toString -s=q -p.cx=!0 -p.gcs(p).a=t.lb.a(p.gG()) -try{p.dx=!0 -r=p.gcs(p).b_(s)}finally{p.dx=!1}p.q4()}, -bT(){var s=this -s.D4() -s.gcs(s).bT() -s.fT()}, -dm(){this.gcs(this).dm() -this.D5()}, -ks(){var s=this -s.qF() -s.gcs(s).n(0) -s.ao=s.gcs(s).c=null}, -tr(a,b){return this.qE(a,b)}, -be(){this.D6() -this.K=!0}} -A.jO.prototype={ -gG(){return t.yH.a(A.aM.prototype.gG.call(this))}, -bA(a){return this.gG().b}, -bh(a,b){var s=this,r=s.gG() -s.qG(0,b) -s.qf(r) -s.cx=!0 -s.q4()}, -qf(a){this.n_(a)}} -A.n6.prototype={ -gG(){return this.$ti.i("dh<1>").a(A.jO.prototype.gG.call(this))}, -DV(a){this.bj(new A.YF(a))}, -n_(a){this.DV(this.$ti.i("dh<1>").a(A.jO.prototype.gG.call(this)))}} -A.YF.prototype={ -$1(a){if(a instanceof A.ar)this.a.oK(a.gE()) -else a.bj(this)}, -$S:10} -A.bL.prototype={ -gG(){return t.WB.a(A.jO.prototype.gG.call(this))}, -yk(){var s,r=this,q=null,p=r.a,o=p==null?q:p.z -p=t.n -s=t.IS -if(o!=null){p=A.f5(q,q,q,p,s) -p.N(0,o) -r.z=p}else p=r.z=A.f5(q,q,q,p,s) -p.p(0,A.w(r.gG()),r)}, -BF(a,b){this.c6.p(0,a,null)}, -AQ(a,b){b.be()}, -qf(a){if(this.gG().cq(a))this.PU(a)}, -n_(a){var s,r -for(s=this.c6,r=A.o(s),s=new A.rL(s,s.wq(),r.i("rL<1>")),r=r.c;s.u();)this.AQ(a,r.a(s.d))}} -A.ar.prototype={ -gG(){return t.F5.a(A.aM.prototype.gG.call(this))}, -gE(){var s=this.dy -s.toString -return s}, -X2(){var s=this.a -while(!0){if(!(s!=null&&!(s instanceof A.ar)))break -s=s.a}return t.c_.a(s)}, -X1(){var s,r={},q=r.a=this.a -r.b=null -while(!0){if(!(q!=null&&!(q instanceof A.ar)))break -if(q instanceof A.n6){r.b=q -break}s=q.a -r.a=s -q=s}return r.b}, -dK(a,b){var s=this -s.D8(a,b) -s.dy=s.gG().aD(s) -s.rZ(b) -s.cx=!1}, -bh(a,b){this.qG(0,b) -this.GF()}, -ig(){this.GF()}, -GF(){var s=this -s.gG().aE(s,s.gE()) -s.cx=!1}, -aaJ(a1,a2,a3){var s,r,q,p,o,n,m,l,k=this,j=null,i=new A.a_8(a3),h=new A.a_9(j),g=a2.length,f=g-1,e=a1.length,d=e-1,c=e===g?a1:A.a1(g,$.afo(),!1,t.u),b=j,a=0,a0=0 -while(!0){if(!(a0<=d&&a<=f))break -s=i.$1(a1[a0]) -r=a2[a] -if(s!=null){g=s.gG() -q=g instanceof A.ca?A.d8(g):j -e=A.b8(q==null?A.aR(g):q) -q=r instanceof A.ca?A.d8(r):j -g=!(e===A.b8(q==null?A.aR(r):q)&&J.f(g.a,r.a))}else g=!0 -if(g)break -g=k.dz(s,r,h.$2(a,b)) -g.toString -c[a]=g;++a;++a0 -b=g}p=d -while(!0){o=a0<=p -if(!(o&&a<=f))break -s=i.$1(a1[p]) -r=a2[f] -if(s!=null){g=s.gG() -q=g instanceof A.ca?A.d8(g):j -e=A.b8(q==null?A.aR(g):q) -q=r instanceof A.ca?A.d8(r):j -g=!(e===A.b8(q==null?A.aR(r):q)&&J.f(g.a,r.a))}else g=!0 -if(g)break;--p;--f}if(o){n=A.x(t.D2,t.u) -for(;a0<=p;){s=i.$1(a1[a0]) -if(s!=null)if(s.gG().a!=null){g=s.gG().a -g.toString -n.p(0,g,s)}else{s.a=null -s.p8() -g=k.r.b -if(s.x===B.cQ){s.dm() -s.bj(A.abS())}g.b.F(0,s)}++a0}o=!0}else n=j -for(;a<=f;b=g){r=a2[a] -if(o){m=r.a -if(m!=null){s=n.h(0,m) -if(s!=null){g=s.gG() -q=g instanceof A.ca?A.d8(g):j -e=A.b8(q==null?A.aR(g):q) -q=r instanceof A.ca?A.d8(r):j -if(e===A.b8(q==null?A.aR(r):q)&&J.f(g.a,m))n.B(0,m) -else s=j}}else s=j}else s=j -g=k.dz(s,r,h.$2(a,b)) -g.toString -c[a]=g;++a}f=a2.length-1 -while(!0){if(!(a0<=d&&a<=f))break -g=k.dz(a1[a0],a2[a],h.$2(a,b)) -g.toString -c[a]=g;++a;++a0 -b=g}if(o&&n.gb5(n))for(g=n.gbm(n),g=g.ga1(g);g.u();){e=g.gD(g) -if(!a3.A(0,e)){e.a=null -e.p8() -l=k.r.b -if(e.x===B.cQ){e.dm() -e.bj(A.abS())}l.b.F(0,e)}}return c}, -dm(){this.D5()}, -ks(){var s=this,r=s.gG() -s.qF() -r.tC(s.gE()) -s.dy.n(0) -s.dy=null}, -yp(a){var s,r=this,q=r.d -r.Pk(a) -s=r.fx -s.toString -s.kh(r.gE(),q,r.d)}, -rZ(a){var s,r,q=this -q.d=a -s=q.fx=q.X2() -if(s!=null)s.kc(q.gE(),a) -r=q.X1() -if(r!=null)r.$ti.i("dh<1>").a(A.jO.prototype.gG.call(r)).oK(q.gE())}, -p8(){var s=this,r=s.fx -if(r!=null){r.km(s.gE(),s.d) -s.fx=null}s.d=null}, -kc(a,b){}, -kh(a,b,c){}, -km(a,b){}} -A.a_8.prototype={ -$1(a){var s=this.a.A(0,a) -return s?null:a}, -$S:314} -A.a_9.prototype={ -$2(a,b){return new A.pq(b,a,t.Bc)}, -$S:315} -A.xU.prototype={ -dK(a,b){this.nU(a,b)}} -A.FS.prototype={ -i3(a){this.jh(a)}, -kc(a,b){}, -kh(a,b,c){}, -km(a,b){}} -A.qm.prototype={ -gG(){return t.Mp.a(A.ar.prototype.gG.call(this))}, -bj(a){var s=this.K -if(s!=null)a.$1(s)}, -i3(a){this.K=null -this.jh(a)}, -dK(a,b){var s=this -s.nU(a,b) -s.K=s.dz(s.K,s.gG().c,null)}, -bh(a,b){var s=this -s.kF(0,b) -s.K=s.dz(s.K,s.gG().c,null)}, -kc(a,b){var s=this.dy -s.toString -t.GM.a(s).sb7(a)}, -kh(a,b,c){}, -km(a,b){var s=this.dy -s.toString -t.GM.a(s).sb7(null)}} -A.f8.prototype={ -gG(){return t.Lb.a(A.ar.prototype.gG.call(this))}, -gE(){return t.pU.a(A.ar.prototype.gE.call(this))}, -gdX(a){var s=A.b(this.K,"_children") -return new A.aI(s,new A.XV(this),A.aR(s).i("aI<1>"))}, -kc(a,b){var s=this.gE(),r=b.a -s.Ao(0,a,r==null?null:r.gE())}, -kh(a,b,c){var s=this.gE(),r=c.a -s.ud(a,r==null?null:r.gE())}, -km(a,b){this.gE().B(0,a)}, -bj(a){var s,r,q,p,o -for(s=A.b(this.K,"_children"),r=s.length,q=this.L,p=0;p") -k.d=new A.aL(t.m.a(q),new A.ey(new A.f1(new A.eM(o,1,B.ac)),p,n),n.i("aL"))}}if(s)s=!(isFinite(r.a)&&isFinite(r.b)) -else s=!0 -k.x=s}, -j(a){var s=this,r="manifest",q=A.b(s.f,r).d.b,p=A.b(s.f,r).e.b -return"HeroFlight(for: "+A.e(A.b(s.f,r).f.a.c)+", from: "+q.j(0)+", to: "+p.j(0)+" "+A.e(A.b(s.e,"_proxyAnimation").c)+")"}} -A.a6U.prototype={ -$2(a,b){var s=null,r=this.a,q=A.b(r.b,"heroRectTween"),p=A.b(r.e,"_proxyAnimation") -p=q.aa(0,p.gm(p)) -p.toString -q=A.b(r.f,"manifest").c -return A.adU(q.b-p.d,new A.hp(!0,s,new A.fP(A.kN(!1,b,r.d),s),s),s,s,p.a,q.a-p.c,p.b,s)}, -$S:330} -A.a6V.prototype={ -$0(){var s,r=this.a -r.y=!1 -this.b.fr.T(0,this) -s=A.b(r.e,"_proxyAnimation") -r.GE(s.gbk(s))}, -$S:0} -A.vs.prototype={ -tB(){var s,r,q,p -if(this.a.fr.a)return -s=this.c -s=s.gbm(s) -r=A.o(s).i("aI") -q=A.aq(new A.aI(s,new A.VO(),r),!1,r.i("p.E")) -for(s=q.length,p=0;p"),a2=t.k2;r.u();){a3=r.gD(r) -a4=a3.geU(a3) -a5=a3.gm(a3) -a6=l.h(0,a4) -a7=i.h(0,a4) -if(a6==null)a8=b4 -else{a3=p.rx -a3.toString -a6.a.toString -a5.a.toString -a8=new A.a6T(c1,q,a3,b8,b9,a5,a6,j,k,c2,a7!=null)}if(a8!=null&&a8.gbJ()){l.B(0,a4) -if(a7!=null){if(A.b(a7.f,b5).a===B.cm&&a8.a===B.cn){A.b(a7.e,b6).saf(0,new A.jT(a8.gh9(a8),new A.aU(A.a([],e),d),0)) -a3=A.b(a7.b,b7) -a7.b=new A.xT(a3,a3.b,a3.a,a2)}else if(A.b(a7.f,b5).a===B.cn&&a8.a===B.cm){a3=A.b(a7.e,b6) -a9=a8.gh9(a8) -b0=A.b(a7.f,b5) -b0=b0.gh9(b0) -b0=b0.gm(b0) -a3.saf(0,new A.aL(a0.a(a9),new A.aw(b0,1,a),a1)) -a3=A.b(a7.f,b5).f -a9=a8.r -b0=a7.f -if(a3!==a9){A.b(b0,b5).f.mF(!0) -a9.vo() -a7.b=A.b(a7.f,b5).p2(A.b(a7.b,b7).b,a8.guz())}else a7.b=A.b(b0,b5).p2(A.b(a7.b,b7).b,A.b(a7.b,b7).a)}else{a3=A.b(a7.f,b5) -a9=A.b(a7.b,b7) -b0=A.b(a7.e,b6) -a7.b=a3.p2(a9.aa(0,b0.gm(b0)),a8.guz()) -a7.c=null -a3=a8.a -a9=a7.e -if(a3===B.cn)A.b(a9,b6).saf(0,new A.jT(a8.gh9(a8),new A.aU(A.a([],e),d),0)) -else A.b(a9,b6).saf(0,a8.gh9(a8)) -A.b(a7.f,b5).f.mF(!0) -A.b(a7.f,b5).r.mF(!0) -a8.f.vp(a3===B.cm) -a8.r.vo() -a3=a7.r.f.gah() -if(a3!=null)a3.Gh()}a7.f=a8}else{a3=new A.ki(f,B.oe) -a9=A.a([],e) -b0=new A.aU(a9,d) -b1=new A.xh(b0,new A.aU(A.a([],c),b),0) -b1.a=B.N -b1.b=0 -b1.cB() -b0.b=!0 -a9.push(a3.gXW()) -a3.e=b1 -a3.f=a8 -switch(A.b(a8,b5).a.a){case 1:a9=A.b(a3.e,b6) -b0=A.b(a3.f,b5) -a9.saf(0,new A.jT(b0.gh9(b0),new A.aU(A.a([],e),d),0)) -b2=!1 -break -case 0:a9=A.b(a3.e,b6) -b0=A.b(a3.f,b5) -a9.saf(0,b0.gh9(b0)) -b2=!0 -break -default:b2=b4}a3.b=A.b(a3.f,b5).p2(A.b(a3.f,b5).gKw(),A.b(a3.f,b5).guz()) -A.b(a3.f,b5).f.vp(b2) -A.b(a3.f,b5).r.vo() -a9=A.b(a3.f,b5).b -b0=new A.is(a3.gVb(),!1,new A.b7(b4,h),A.a1(0,b4,!1,g)) -a3.r=b0 -a9.An(0,b0) -b0=A.b(a3.e,b6) -b0.cB() -b0=b0.c5$ -b0.b=!0 -b0.a.push(a3.gLH()) -i.p(0,a4,a3)}}else if(a7!=null)a7.x=!0}for(r=J.au(l.gbm(l));r.u();)r.gD(r).K3()}, -Yz(a){this.c.B(0,A.b(a.f,"manifest").f.a.c)}, -Wh(a,b,c,d,e){return t.rA.a(e.gG()).e}} -A.VO.prototype={ -$1(a){var s,r="manifest" -if(A.b(a.f,r).z)if(A.b(a.f,r).a===B.cn){s=A.b(a.e,"_proxyAnimation") -s=s.gbk(s)===B.N}else s=!1 -else s=!1 -return s}, -$S:333} -A.VN.prototype={ -$1(a){var s=this -s.a.HC(s.b,s.c,s.d,s.e,s.f)}, -$S:2} -A.ib.prototype={ -H(a,b){var s,r,q,p,o,n,m,l=null,k=b.M(t.I) -k.toString -s=k.f -r=A.ahy(b) -q=r.c -k=this.c -if(k==null)return A.bB(l,A.fU(l,q,q),!1,l,l,!1,!1,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l) -p=r.gez(r) -if(p==null)p=1 -o=this.e -if(o==null){n=r.a -n.toString -o=n}if(p!==1)o=A.ap(B.c.aU(255*((o.gm(o)>>>24&255)/255*p)),o.gm(o)>>>16&255,o.gm(o)>>>8&255,o.gm(o)&255) -n=A.hD(k.a) -m=A.aiK(l,l,B.YI,!0,l,A.lA(l,A.lB(l,l,o,l,l,l,l,l,k.b,l,l,q,l,l,l,l,!1,l,l,l,l,l,l,l,l),n),B.cL,s,l,1,B.b6) -if(k.d)switch(s.a){case 0:k=new A.aY(new Float64Array(16)) -k.dj() -k.nC(0,-1,1,1) -m=A.JB(B.ax,m,k,!1) -break -case 1:break}return A.bB(l,new A.i8(!0,A.fU(A.oG(m,l,l),q,q),l),!1,l,l,!1,!1,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l)}} -A.db.prototype={ -k(a,b){var s,r=this -if(b==null)return!1 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.db)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}, -gw(a){return A.W(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){return"IconData(U+"+B.d.cW(B.e.kp(this.a,16).toUpperCase(),5,"0")+")"}} -A.mH.prototype={ -cq(a){return!this.x.k(0,a.x)}, -BN(a,b,c){return A.W6(c,this.x,null)}} -A.W7.prototype={ -$1(a){return A.W6(this.c,A.ahx(a).bq(this.b),this.a)}, -$S:334} -A.cu.prototype={ -oZ(a,b,c){var s=this,r=a==null?s.a:a,q=b==null?s.gez(s):b -return new A.cu(r,q,c==null?s.c:c)}, -dY(a){return this.oZ(a,null,null)}, -bq(a){return this.oZ(a.a,a.gez(a),a.c)}, -a0(a){return this}, -gez(a){var s=this.b -return s==null?null:B.c.C(s,0,1)}, -k(a,b){var s=this -if(b==null)return!1 -if(J.R(b)!==A.w(s))return!1 -return b instanceof A.cu&&J.f(b.a,s.a)&&b.gez(b)==s.gez(s)&&b.c==s.c}, -gw(a){var s=this -return A.W(s.a,s.gez(s),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,B.a)}} -A.LZ.prototype={} -A.mc.prototype={ -dg(a){var s=A.oA(this.a,this.b,a) -s.toString -return s}} -A.jk.prototype={ -dg(a){var s=A.T7(this.a,this.b,a) -s.toString -return s}} -A.jm.prototype={ -dg(a){var s=A.eI(this.a,this.b,a) -s.toString -return s}} -A.ma.prototype={ -dg(a){return A.oy(this.a,this.b,a)}} -A.mV.prototype={ -dg(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.d5(new Float64Array(3)),a5=new A.d5(new Float64Array(3)),a6=A.aiy(),a7=A.aiy(),a8=new A.d5(new Float64Array(3)),a9=new A.d5(new Float64Array(3)) -this.a.JN(a4,a6,a8) -this.b.JN(a5,a7,a9) -s=1-b0 -r=a4.jf(s).W(0,a5.jf(b0)) -q=a6.jf(s).W(0,a7.jf(b0)) -p=new Float64Array(4) -o=new A.ld(p) -o.ba(q) -o.a8K(0) -n=a8.jf(s).W(0,a9.jf(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.bv(0,n) -return q}} -A.nG.prototype={ -dg(a){var s=A.bi(this.a,this.b,a) -s.toString -return s}} -A.Fx.prototype={} -A.po.prototype={ -gkM(){var s,r,q=this,p=q.d -if(p===$){s=q.a.d -r=A.bX(null,s,null,1,null,q) -A.bp(q.d,"_controller") -q.d=r -p=r}return p}, -geJ(){var s,r=this,q=r.e -if(q===$){s=r.gkM() -q=r.e=A.dT(r.a.c,s,null)}return q}, -aR(){var s=this -s.bi() -s.gkM().cz(new A.Wf(s)) -s.Ev() -s.zB()}, -b_(a){var s,r=this -r.br(a) -if(r.a.c!==a.c){r.geJ().n(0) -s=r.gkM() -r.e=A.dT(r.a.c,s,null)}r.gkM().e=r.a.d -if(r.Ev()){r.k7(new A.We(r)) -s=r.gkM() -s.sm(0,0) -s.bZ(0) -r.zB()}}, -n(a){this.geJ().n(0) -this.gkM().n(0) -this.R6(0)}, -a3E(a,b){var s -if(a==null)return -s=this.geJ() -a.syP(a.aa(0,s.gm(s))) -a.shW(0,b)}, -Ev(){var s={} -s.a=!1 -this.k7(new A.Wd(s,this)) -return s.a}, -zB(){}} -A.Wf.prototype={ -$1(a){switch(a.a){case 3:this.a.a.toString -break -case 0:case 1:case 2:break}}, -$S:3} -A.We.prototype={ -$3(a,b,c){this.a.a3E(a,b) -return a}, -$S:92} -A.Wd.prototype={ -$3(a,b,c){var s -if(b!=null){if(a==null)a=c.$1(b) -s=a.b -if(!J.f(b,s==null?a.a:s))this.a.a=!0}else a=null -return a}, -$S:92} -A.oq.prototype={ -aR(){this.Ps() -var s=this.gkM() -s.cB() -s=s.c5$ -s.b=!0 -s.a.push(this.gXU())}, -XV(){this.au(new A.Rq())}} -A.Rq.prototype={ -$0(){}, -$S:0} -A.tG.prototype={ -aj(){return new A.K2(null,null,B.l)}} -A.K2.prototype={ -k7(a){var s,r,q,p=this,o=null,n=p.fr -p.a.toString -s=t.ZU -p.fr=s.a(a.$3(n,o,new A.a4h())) -n=p.fx -p.a.toString -r=t.Om -p.fx=r.a(a.$3(n,o,new A.a4i())) -n=t.xG -p.fy=n.a(a.$3(p.fy,p.a.z,new A.a4j())) -q=p.go -p.a.toString -p.go=n.a(a.$3(q,o,new A.a4k())) -p.id=t.YY.a(a.$3(p.id,p.a.ch,new A.a4l())) -q=p.k1 -p.a.toString -p.k1=r.a(a.$3(q,o,new A.a4m())) -q=p.k2 -p.a.toString -p.k2=t.ka.a(a.$3(q,o,new A.a4n())) -q=p.k3 -p.a.toString -p.k3=s.a(a.$3(q,o,new A.a4o()))}, -H(a,b){var s,r,q,p,o,n,m,l=this,k=null,j=l.geJ(),i=l.fr -i=i==null?k:i.aa(0,j.gm(j)) -s=l.fx -s=s==null?k:s.aa(0,j.gm(j)) -r=l.fy -r=r==null?k:r.aa(0,j.gm(j)) -q=l.go -q=q==null?k:q.aa(0,j.gm(j)) -p=l.id -p=p==null?k:p.aa(0,j.gm(j)) -o=l.k1 -o=o==null?k:o.aa(0,j.gm(j)) -n=l.k2 -n=n==null?k:n.aa(0,j.gm(j)) -m=l.k3 -m=m==null?k:m.aa(0,j.gm(j)) -return A.ee(i,l.a.r,B.u,k,p,r,q,k,o,s,n,m,k)}} -A.a4h.prototype={ -$1(a){return new A.kA(t.pC.a(a),null)}, -$S:98} -A.a4i.prototype={ -$1(a){return new A.jm(t.A0.a(a),null)}, -$S:74} -A.a4j.prototype={ -$1(a){return new A.jk(t.Hw.a(a),null)}, -$S:133} -A.a4k.prototype={ -$1(a){return new A.jk(t.Hw.a(a),null)}, -$S:133} -A.a4l.prototype={ -$1(a){return new A.mc(t.k.a(a),null)}, -$S:339} -A.a4m.prototype={ -$1(a){return new A.jm(t.A0.a(a),null)}, -$S:74} -A.a4n.prototype={ -$1(a){return new A.mV(t.xV.a(a),null)}, -$S:340} -A.a4o.prototype={ -$1(a){return new A.kA(t.pC.a(a),null)}, -$S:98} -A.tJ.prototype={ -aj(){return new A.K5(null,null,B.l)}} -A.K5.prototype={ -k7(a){this.fr=t.Om.a(a.$3(this.fr,this.a.r,new A.a4r()))}, -H(a,b){var s,r=this.fr -r.toString -s=this.geJ() -return new A.cw(J.afG(r.aa(0,s.gm(s)),B.an,B.nM),this.a.x,null)}} -A.a4r.prototype={ -$1(a){return new A.jm(t.A0.a(a),null)}, -$S:74} -A.tI.prototype={ -aj(){return new A.K4(null,null,B.l)}} -A.K4.prototype={ -k7(a){this.Q=t.ir.a(a.$3(this.Q,this.a.x,new A.a4q()))}, -zB(){var s=this.geJ(),r=this.Q -r.toString -this.ch=new A.aL(t.m.a(s),r,A.o(r).i("aL"))}, -H(a,b){var s=A.b(this.ch,"_opacityAnimation"),r=this.a -return A.kN(r.y,r.r,s)}} -A.a4q.prototype={ -$1(a){return new A.aw(A.o9(a),null,t.H7)}, -$S:84} -A.tH.prototype={ -aj(){return new A.K3(null,null,B.l)}} -A.K3.prototype={ -k7(a){this.fr=t.Dh.a(a.$3(this.fr,this.a.x,new A.a4p()))}, -H(a,b){var s,r=null,q=this.fr -q.toString -s=this.geJ() -s=q.aa(0,s.gm(s)) -return A.mn(this.a.r,r,r,B.cM,!0,s,r,r,B.b6)}} -A.a4p.prototype={ -$1(a){return new A.nG(t.em.a(a),null)}, -$S:341} -A.tK.prototype={ -aj(){return new A.K6(null,null,B.l)}} -A.K6.prototype={ -k7(a){var s=this,r=s.fr -s.a.toString -s.fr=t.eJ.a(a.$3(r,B.bj,new A.a4s())) -s.fx=t.ir.a(a.$3(s.fx,s.a.Q,new A.a4t())) -r=t.YJ -s.fy=r.a(a.$3(s.fy,s.a.ch,new A.a4u())) -s.go=r.a(a.$3(s.go,s.a.cy,new A.a4v()))}, -H(a,b){var s,r,q,p,o,n=this,m=n.a,l=m.x -m=m.y -s=n.fr -s.toString -r=n.geJ() -r=s.aa(0,r.gm(r)) -s=n.fx -s.toString -q=n.geJ() -q=s.aa(0,q.gm(q)) -s=n.a.ch -p=n.go -p.toString -o=n.geJ() -o=p.aa(0,o.gm(o)) -o.toString -return new A.H6(l,m,r,q,s,o,n.a.r,null)}} -A.a4s.prototype={ -$1(a){return new A.ma(t.m_.a(a),null)}, -$S:342} -A.a4t.prototype={ -$1(a){return new A.aw(A.o9(a),null,t.H7)}, -$S:84} -A.a4u.prototype={ -$1(a){return new A.f0(t.n8.a(a),null)}, -$S:83} -A.a4v.prototype={ -$1(a){return new A.f0(t.n8.a(a),null)}, -$S:83} -A.rP.prototype={ -n(a){var s=this,r=s.cc$ -if(r!=null)r.T(0,s.gjE()) -s.cc$=null -s.bb(0)}, -bT(){this.d8() -this.cH() -this.jF()}} -A.jx.prototype={ -bV(a){var s=A.f5(null,null,null,t.u,t.X),r=($.ba+1)%16777215 -$.ba=r -return new A.vy(s,r,this,B.a2,A.o(this).i("vy"))}} -A.vy.prototype={ -gG(){return this.$ti.i("jx<1>").a(A.bL.prototype.gG.call(this))}, -BF(a,b){var s=this.c6,r=this.$ti,q=r.i("ck<1>?").a(s.h(0,a)),p=q==null -if(!p&&q.gR(q))return -if(b==null)s.p(0,a,A.cZ(r.c)) -else{p=p?A.cZ(r.c):q -p.F(0,r.c.a(b)) -s.p(0,a,p)}}, -AQ(a,b){var s=this.$ti,r=s.i("ck<1>?").a(this.c6.h(0,b)) -if(r==null)return -if(r.gR(r)||s.i("jx<1>").a(A.bL.prototype.gG.call(this)).aaN(a,r))b.be()}} -A.f6.prototype={ -cq(a){return a.f!==this.f}, -bV(a){var s=A.f5(null,null,null,t.u,t.X),r=($.ba+1)%16777215 -$.ba=r -r=new A.rQ(s,r,this,B.a2,A.o(this).i("rQ")) -this.f.al(0,r.gxf()) -return r}} -A.rQ.prototype={ -gG(){return this.$ti.i("f6<1>").a(A.bL.prototype.gG.call(this))}, -bh(a,b){var s,r=this,q=r.$ti.i("f6<1>").a(A.bL.prototype.gG.call(r)).f,p=b.f -if(q!==p){s=r.gxf() -q.T(0,s) -p.al(0,s)}r.Dm(0,b)}, -bA(a){var s=this -if(s.e_){s.Da(s.$ti.i("f6<1>").a(A.bL.prototype.gG.call(s))) -s.e_=!1}return s.Dl(0)}, -a_k(){this.e_=!0 -this.fT()}, -n_(a){this.Da(a) -this.e_=!1}, -ks(){var s=this -s.$ti.i("f6<1>").a(A.bL.prototype.gG.call(s)).f.T(0,s.gxf()) -s.qF()}} -A.dc.prototype={} -A.Wj.prototype={ -$1(a){var s,r,q -if(a===this.a)return!1 -if(a instanceof A.bL&&a.gG() instanceof A.dc){s=t.og.a(a.gG()) -r=A.w(s) -q=this.c -if(!q.A(0,r)){q.F(0,r) -this.d.push(s)}}return!0}, -$S:12} -A.DA.prototype={} -A.zl.prototype={ -H(a,b){var s,r,q,p=this.d -for(s=this.c,r=s.length,q=0;q"))}} -A.rU.prototype={ -gG(){return this.$ti.i("hc<1>").a(A.ar.prototype.gG.call(this))}, -gE(){return this.$ti.i("fc<1,q>").a(A.ar.prototype.gE.call(this))}, -bj(a){var s=this.K -if(s!=null)a.$1(s)}, -i3(a){this.K=null -this.jh(a)}, -dK(a,b){var s=this -s.nU(a,b) -s.$ti.i("fc<1,q>").a(A.ar.prototype.gE.call(s)).BE(s.gG9())}, -bh(a,b){var s,r=this -r.kF(0,b) -s=r.$ti.i("fc<1,q>") -s.a(A.ar.prototype.gE.call(r)).BE(r.gG9()) -s=s.a(A.ar.prototype.gE.call(r)) -s.tK$=!0 -s.U()}, -ig(){var s=this.$ti.i("fc<1,q>").a(A.ar.prototype.gE.call(this)) -s.tK$=!0 -s.U() -this.vM()}, -ks(){this.$ti.i("fc<1,q>").a(A.ar.prototype.gE.call(this)).BE(null) -this.Q5()}, -a_V(a){this.r.oM(this,new A.a7i(this,a))}, -kc(a,b){this.$ti.i("fc<1,q>").a(A.ar.prototype.gE.call(this)).sb7(a)}, -kh(a,b,c){}, -km(a,b){this.$ti.i("fc<1,q>").a(A.ar.prototype.gE.call(this)).sb7(null)}} -A.a7i.prototype={ -$0(){var s,r,q,p,o,n,m,l,k,j=this,i=null -try{o=j.a -n=o.$ti.i("hc<1>") -m=n.a(A.ar.prototype.gG.call(o)) -i=m.c.$2(o,j.b) -n.a(A.ar.prototype.gG.call(o))}catch(l){s=A.ae(l) -r=A.aF(l) -o=j.a -k=A.v6(A.akr(A.bx("building "+o.$ti.i("hc<1>").a(A.ar.prototype.gG.call(o)).j(0)),s,r,new A.a7j(o))) -i=k}try{o=j.a -o.K=o.dz(o.K,i,null)}catch(l){q=A.ae(l) -p=A.aF(l) -o=j.a -k=A.v6(A.akr(A.bx("building "+o.$ti.i("hc<1>").a(A.ar.prototype.gG.call(o)).j(0)),q,p,new A.a7k(o))) -i=k -o.K=o.dz(null,i,o.d)}}, -$S:0} -A.a7j.prototype={ -$0(){var s=A.a([],t.F) -return s}, -$S:20} -A.a7k.prototype={ -$0(){var s=A.a([],t.F) -return s}, -$S:20} -A.fc.prototype={ -BE(a){if(J.f(a,this.zY$))return -this.zY$=a -this.U()}} -A.FR.prototype={ -aD(a){var s=new A.B1(null,!0,null,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -return s}} -A.B1.prototype={ -aZ(a){return 0}, -aQ(a){return 0}, -aV(a){return 0}, -aY(a){return 0}, -bU(a){return B.p}, -bw(){var s=this,r=t.k,q=r.a(A.q.prototype.gS.call(s)) -if(s.tK$||!r.a(A.q.prototype.gS.call(s)).k(0,s.Kb$)){s.Kb$=r.a(A.q.prototype.gS.call(s)) -s.tK$=!1 -r=s.zY$ -r.toString -s.Aq(r,A.o(s).i("fc.0"))}r=s.l$ -if(r!=null){r.c8(0,q,!0) -r=s.l$.rx -r.toString -s.rx=q.aW(r)}else s.rx=new A.K(B.e.C(1/0,q.a,q.b),B.e.C(1/0,q.c,q.d))}, -d0(a){var s=this.l$ -if(s!=null)return s.iq(a) -return this.vJ(a)}, -co(a,b){var s=this.l$ -s=s==null?null:s.bO(a,b) -return s===!0}, -aK(a,b){var s=this.l$ -if(s!=null)a.dM(s,b)}} -A.Q4.prototype={ -ad(a){var s -this.dk(a) -s=this.l$ -if(s!=null)s.ad(a)}, -a7(a){var s -this.cY(0) -s=this.l$ -if(s!=null)s.a7(0)}} -A.Q5.prototype={} -A.t6.prototype={} -A.abk.prototype={ -$1(a){return this.a.a=a}, -$S:42} -A.abl.prototype={ -$1(a){return a.b}, -$S:343} -A.abm.prototype={ -$1(a){var s,r,q,p -for(s=J.aD(a),r=this.a,q=this.b,p=0;ps.b?B.Bc:B.jP}, -JB(a,b,c){var s=this,r=c==null?s.c:c,q=a==null?s.f:a -return A.adI(s.z,!1,s.cy,s.b,s.cx,s.dy,s.dx,s.ch,s.Q,s.db,q,s.d,s.a,s.x,r,s.e,s.r)}, -Ju(a){return this.JB(a,null,null)}, -Jw(a){return this.JB(null,null,a)}, -Ma(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.l8(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 A.adI(m.z,!1,m.cy,m.b,m.cx,m.dy,m.dx,m.ch,m.Q,B.c8,r,m.d,m.a,B.an,m.c,m.e,q.l8(a?Math.max(0,q.d-s.d):l,p,n,o))}, -Md(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.l8(n,r,p,q) -r=b?0:l -q=d?0:l -p=c?0:l -return A.adI(m.z,!1,m.cy,m.b,m.cx,m.dy,m.dx,m.ch,m.Q,B.c8,m.f,m.d,m.a,B.an,m.c,o.l8(0,r,p,q),s)}, -a9X(a){return this.Md(a,!1,!1,!1)}, -k(a,b){var s,r=this -if(b==null)return!1 -if(J.R(b)!==A.w(r))return!1 -if(b instanceof A.wo)if(b.a.k(0,r.a))if(b.b===r.b)if(b.c===r.c)if(b.d===r.d)if(b.f.k(0,r.f))if(b.r.k(0,r.r))if(b.e.k(0,r.e))s=b.ch===r.ch&&b.cx===r.cx&&b.Q===r.Q&&b.z===r.z&&b.cy===r.cy&&b.db===r.db&&b.dx.k(0,r.dx)&&A.dP(b.dy,r.dy) -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}, -gw(a){var s=this -return A.W(s.a,s.b,s.c,s.d,s.f,s.r,s.e,!1,s.ch,s.cx,s.Q,s.z,s.cy,s.db,s.dx,A.dB(s.dy),B.a,B.a,B.a,B.a)}, -j(a){var s=this -return"MediaQueryData("+B.b.bB(A.a(["size: "+s.a.j(0),"devicePixelRatio: "+B.c.Z(s.b,1),"textScaleFactor: "+B.c.Z(s.c,1),"platformBrightness: "+s.d.j(0),"padding: "+s.f.j(0),"viewPadding: "+s.r.j(0),"viewInsets: "+s.e.j(0),"alwaysUse24HourFormat: false","accessibleNavigation: "+s.z,"highContrast: "+s.ch,"disableAnimations: "+s.cx,"invertColors: "+s.Q,"boldText: "+s.cy,"navigationMode: "+s.db.b,"gestureSettings: "+s.dx.j(0),"displayFeatures: "+A.e(s.dy)],t.s),", ")+")"}} -A.hv.prototype={ -cq(a){return!this.f.k(0,a.f)}} -A.Gq.prototype={ -j(a){return"NavigationMode."+this.b}} -A.At.prototype={ -aj(){return new A.Ms(B.l)}} -A.Ms.prototype={ -aR(){this.bi() -$.E.a_$.push(this)}, -zs(){this.au(new A.a7Y())}, -JR(){this.au(new A.a7Z())}, -H(a,b){var s,r,q,p,o,n,m,l -$.E.toString -s=$.bg() -r=s.gnj() -q=s.x -r=r.fm(0,q==null?A.aV():q) -q=s.x -if(q==null)q=A.aV() -p=s.b.a -s.glB() -o=s.x -o=A.TF(B.hO,o==null?A.aV():o) -s.glB() -n=s.x -n=A.TF(B.hO,n==null?A.aV():n) -m=s.e -l=s.x -m=A.TF(m,l==null?A.aV():l) -s.glB() -l=s.x -l=A.TF(B.hO,l==null?A.aV():l) -s.glB() -s.glB() -return new A.hv(new A.wo(r,q,p.e,p.d,m,o,n,l,!1,!1,!1,!1,!1,!1,B.c8,new A.uJ(null),B.Ph),this.a.c,null)}, -n(a){B.b.B($.E.a_$,this) -this.bb(0)}} -A.a7Y.prototype={ -$0(){}, -$S:0} -A.a7Z.prototype={ -$0(){}, -$S:0} -A.PV.prototype={} -A.Gi.prototype={ -H(a,b){var s,r,q,p,o,n,m,l,k=this,j=null -switch(A.eB().a){case 0:case 1:case 3:case 5:s=!1 -break -case 2:case 4:s=!0 -break -default:s=j}r=k.d&&s -q=new A.XJ(k,b) -p=!r||!1 -o=r?k.r:j -n=r?q:j -if(r&&k.r!=null){m=b.M(t.I) -m.toString -m=m.f}else m=j -l=k.c -return A.aqK(new A.i8(p,new A.My(A.bB(j,A.mY(new A.eH(B.o2,l==null?j:new A.uu(l,j,j),j),B.nn,j,j,j,j),!1,j,j,!1,!1,j,j,j,o,j,j,j,j,j,j,n,j,j,j,j,j,j,j,m,j),q,j),j))}} -A.XJ.prototype={ -$0(){if(this.a.d)A.ai9(this.b) -else A.Jd(B.Yo)}, -$S:0} -A.D3.prototype={ -H(a,b){var s=t.Bs.a(this.c) -return A.adK(!0,s.gm(s),this.e,this.f)}} -A.ri.prototype={ -fS(a){if(this.aN==null)return!1 -return this.nS(a)}, -KD(a){}, -KE(a,b){var s=this.aN -if(s!=null)s.$0()}, -tR(a,b,c){}} -A.a8_.prototype={ -yN(a){a.sic(this.a)}} -A.Kb.prototype={ -z6(a){var s=t.S,r=A.cZ(s) -return new A.ri(B.aL,18,B.bU,A.x(s,t.o),r,null,null,A.x(s,t.G))}, -KW(a){a.aN=this.a}} -A.My.prototype={ -H(a,b){var s=this.d -return new A.jQ(this.c,A.aN([B.a1U,new A.Kb(s)],t.n,t.xR),B.bD,!1,new A.a8_(s),null)}} -A.Gr.prototype={ -H(a,b){var s,r,q=this,p=b.M(t.I) -p.toString -s=A.a([],t.p) -r=q.c -if(r!=null)s.push(A.X6(r,B.i6)) -r=q.d -if(r!=null)s.push(A.X6(r,B.i7)) -r=q.e -if(r!=null)s.push(A.X6(r,B.i8)) -return new A.mm(new A.aa1(q.f,q.r,p.f),s,null)}} -A.tm.prototype={ -j(a){return"_ToolbarSlot."+this.b}} -A.aa1.prototype={ -um(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this -if(f.b.h(0,B.i6)!=null){s=a.a -r=a.b -q=f.ej(B.i6,new A.al(0,s/3,r,r)).a -switch(f.f.a){case 0:p=s-q -break -case 1:p=0 -break -default:p=null}f.eA(B.i6,new A.k(p,0))}else q=0 -if(f.b.h(0,B.i8)!=null){o=f.ej(B.i8,A.RT(a)) -switch(f.f.a){case 0:n=0 -break -case 1:n=a.a-o.a -break -default:n=null}m=o.a -f.eA(B.i8,new A.k(n,(a.b-o.b)/2))}else m=0 -if(f.b.h(0,B.i7)!=null){s=a.a -r=f.e -l=Math.max(s-q-m-r*2,0) -k=f.ej(B.i7,A.RT(a).oX(l)) -j=q+r -if(f.d){r=k.a -i=(s-r)/2 -h=s-m -if(i+r>h)i=h-r -else if(i")) -s=r.mV(r,new A.a_P(),new A.a_Q()) -if(s==null)return!1 -return s.a===this}, -gLb(){var s,r=this.a -if(r==null)return!1 -r=r.e -r=new A.ci(r,A.a7(r).i("ci<1,dm?>")) -s=r.mN(r,new A.a_R(),new A.a_S()) -if(s==null)return!1 -return s.a===this}, -gKH(){var s,r,q,p,o=this.a -if(o==null)return!1 -for(o=o.e,s=o.length,r=0;r=1)return!0}return!1}, -ga87(){var s=this.a -if(s==null)return!1 -s=s.e -s=new A.ci(s,A.a7(s).i("ci<1,dm?>")) -s=s.mN(s,new A.a_N(this),new A.a_O()) -return(s==null?null:s.gli())===!0}} -A.a_M.prototype={ -$1(a){var s,r=this.a.a -if(r==null)s=null -else{r.a.toString -s=!0}if(s===!0)r.y.ik()}, -$S:25} -A.a_L.prototype={ -$1(a){var s=this.a.a -if(s!=null)s.y.ik()}, -$S:25} -A.a_P.prototype={ -$1(a){return a!=null&&a.gli()}, -$S:33} -A.a_Q.prototype={ -$0(){return null}, -$S:11} -A.a_R.prototype={ -$1(a){return a!=null&&a.gli()}, -$S:33} -A.a_S.prototype={ -$0(){return null}, -$S:11} -A.a_N.prototype={ -$1(a){return a!=null&&A.ajR(this.a).$1(a)}, -$S:33} -A.a_O.prototype={ -$0(){return null}, -$S:11} -A.hF.prototype={ -j(a){return'RouteSettings("'+A.e(this.a)+'", '+A.e(this.b)+")"}, -gaT(a){return this.a}} -A.n1.prototype={} -A.mE.prototype={ -cq(a){return a.f!=this.f}} -A.a_K.prototype={} -A.JE.prototype={} -A.EB.prototype={} -A.wF.prototype={ -aj(){var s=null,r=t.Z,q=t.Tp -return new A.io(A.a([],t.uD),new A.LW(A.a1(0,s,!1,r)),A.hs(s,q),A.hs(s,q),A.V_(!0,"Navigator Scope",!1),new A.xP(0,A.a1(0,s,!1,r),t.dZ),new A.cJ(!1,A.a1(0,s,!1,r),t.uh),A.aT(t.S),s,A.x(t.yb,t.Q),s,!0,s,s,s,B.l)}, -a91(a,b){return this.Q.$2(a,b)}} -A.Y6.prototype={ -$1(a){return a==null}, -$S:348} -A.e6.prototype={ -j(a){return"_RouteLifecycle."+this.b}} -A.MK.prototype={} -A.dm.prototype={ -gel(){var s=this.b -if(s!=null)return"r+"+s.gMk() -return null}, -a7z(a,b,c,d){var s,r,q,p=this,o=p.c,n=p.a -n.a=b -n.kd() -s=p.c -if(s===B.Dl||s===B.Dm){r=n.pb() -p.c=B.Dn -r.aaV(new A.a9b(p,b))}else{n.zx(c) -p.c=B.eO}if(a)n.pa(null) -s=o===B.a3q||o===B.Dm -q=b.r -if(s)q.e6(0,new A.AH(n,d)) -else q.e6(0,new A.t1(n,d))}, -a7y(a,b){var s,r=this -r.c=B.a3m -s=r.a -if((s.d.a.a&30)!==0)return!0 -if(!s.la(r.r)){r.c=B.eO -return!1}r.r=null -return!0}, -bD(a){if(this.c.a>=10)return -this.x=!0 -this.c=B.Dk}, -n(a){var s,r,q,p,o,n,m={} -this.c=B.a3o -s=this.a -r=s.gug() -q=new A.a99() -p=A.a7(r) -o=new A.aI(r,q,p.i("aI<1>")) -if(!o.ga1(o).u())s.n(0) -else{m.a=o.gq(o) -for(s=B.b.ga1(r),p=new A.rg(s,q,p.i("rg<1>"));p.u();){r=s.gD(s) -n=A.bI("listener") -q=new A.a9a(m,this,r,n) -n.b=q -r.al(0,q)}}}, -gli(){var s=this.c.a -return s<=10&&s>=1}} -A.a9b.prototype={ -$0(){var s=this.a -if(s.c===B.Dn){s.c=B.eO -this.b.wO()}}, -$S:0} -A.a99.prototype={ -$1(a){return a.d}, -$S:349} -A.a9a.prototype={ -$0(){var s=this,r=s.a;--r.a -s.c.T(0,s.d.bQ()) -if(r.a===0)s.b.a.n(0)}, -$S:0} -A.a9c.prototype={ -$1(a){return a.a===this.a}, -$S:61} -A.lO.prototype={} -A.t1.prototype={ -lm(a){a.rv(this.b,this.a,B.cm,!1)}} -A.AF.prototype={ -lm(a){if(!a.a.fr.a)a.rv(this.a,this.b,B.cn,!1)}} -A.AG.prototype={ -lm(a){}} -A.AH.prototype={ -lm(a){var s=this.a,r=s.gkf() -if(r)a.rv(this.b,s,B.cm,!1)}} -A.io.prototype={ -aR(){var s,r,q=this -q.bi() -for(s=q.a.y,r=0;!1;++r)s[r].a=q -q.ch=q.a.y -s=q.c.fn(t.mS) -s=s==null?null:s.gG() -t._I.a(s) -q.yj(s==null?null:s.f) -q.a.toString -B.jO.ke("selectSingleEntryHistory",t.H)}, -eD(a,b){var s,r,q,p,o,n,m,l=this -l.fk(l.cx,"id") -s=l.f -l.fk(s,"history") -for(;r=l.e,r.length!==0;)J.R4(r.pop()) -l.d=new A.b7(null,t.ku) -B.b.N(r,s.Ml(null,l)) -l.a.toString -q=0 -for(;!1;++q){p=B.Pi[q] -r=l.c -r.toString -r=p.zl(r) -o=$.acC() -n=new A.dm(r,null,B.nO,o,o,o) -l.e.push(n) -B.b.N(l.e,s.Ml(n,l))}if(s.y==null){s=l.a -m=s.f -r=l.e -B.b.N(r,J.Ra(s.a91(l,m),new A.Y4(l),t.Ez))}l.wO()}, -zz(a){var s,r=this -r.Qc(a) -s=r.f -if(r.aG$!=null)s.bh(0,r.e) -else s.aC(0)}, -gel(){return this.a.z}, -be(){var s,r,q,p,o=this -o.Ra() -s=o.c.M(t.mS) -o.yj(s==null?null:s.f) -for(r=o.e,q=r.length,p=0;p0?s[r-1]:a0 -o=A.a([],t.uD) -for(s=a.x,n=a.r,m=a0,l=m,k=!1,j=!1;r>=0;){switch(q.c.a){case 1:i=a.jq(r-1,A.af7()) -h=i>=0?a.e[i]:a0 -h=h==null?a0:h.a -g=q.a -g.a=a -g.kd() -q.c=B.a3p -n.e6(0,new A.t1(g,h)) -continue -case 2:if(k||l==null){h=q.a -h.p9() -q.c=B.eO -if(l==null)h.pa(a0) -continue}break -case 3:case 4:case 6:h=p==null?a0:p.a -i=a.jq(r-1,A.af7()) -g=i>=0?a.e[i]:a0 -g=g==null?a0:g.a -q.a7z(l==null,a,h,g) -if(q.c===B.eO)continue -break -case 5:if(!j&&m!=null){q.a.mD(m) -q.e=m}j=!0 -break -case 7:if(!j&&m!=null){q.a.mD(m) -q.e=m}k=!0 -j=!0 -break -case 8:i=a.jq(r,A.QM()) -h=i>=0?a.e[i]:a0 -if(!q.a7y(a,h==null?a0:h.a))continue -if(!j){if(m!=null){q.a.mD(m) -q.e=m}m=q.a}h=q.a -i=a.jq(r,A.QM()) -g=i>=0?a.e[i]:a0 -s.e6(0,new A.AF(h,g==null?a0:g.a)) -if(q.c===B.nP)continue -k=!0 -break -case 11:break -case 9:h=q.a -g=q.r -if(g==null)g=a0 -h=h.d.a -if((h.a&30)!==0)A.L(A.a6("Future already completed")) -h.jk(g) -q.r=null -q.c=B.Dk -continue -case 10:if(!j){if(m!=null)q.a.mD(m) -m=a0}i=a.jq(r,A.QM()) -h=i>=0?a.e[i]:a0 -h=h==null?a0:h.a -q.c=B.a3n -if(q.x)s.e6(0,new A.AG(q.a,h)) -continue -case 12:if(!k&&l!=null)break -q.c=B.nP -continue -case 13:o.push(B.b.kl(a.e,r)) -q=l -break -case 14:case 0:break}--r -f=r>0?a.e[r-1]:a0 -l=q -q=p -p=f}a.X9() -a.Xb() -a.a.toString -s=a.e -s=new A.ci(s,A.a7(s).i("ci<1,dm?>")) -e=s.mV(s,new A.XZ(),new A.Y_()) -d=e==null?a0:e.a.b.a -if(d!=null&&d!==a.cy){A.au7(d,!1,a0) -a.cy=d}for(s=o.length,c=0;c=0;){s=m.e[k] -r=s.c.a -if(!(r<=12&&r>=3)){--k -continue}q=m.XL(k+1,A.alv()) -r=q==null -p=r?l:q.a -o=s.f -if(p!=o){if((r?l:q.a)==null){p=s.e -p=p!=null&&p===o}else p=!1 -if(!p){p=s.a -p.pa(r?l:q.a)}s.f=r?l:q.a}--k -n=m.jq(k,A.alv()) -r=n>=0?m.e[n]:l -p=r==null -o=p?l:r.a -if(o!=s.d){o=s.a -o.zt(p?l:r.a) -s.d=p?l:r.a}}}, -XM(a,b){a=this.jq(a,b) -return a>=0?this.e[a]:null}, -jq(a,b){while(!0){if(!(a>=0&&!b.$1(this.e[a])))break;--a}return a}, -XL(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.x.$1(s)):q}, -H6(a,b,c){return this.ot(a,!1,b,c)}, -a9C(a){var s=A.ajQ(a,B.Dl,null) -this.e.push(s) -this.wO() -this.DO(s.a) -return a.d.a}, -pZ(a){return this.a9C(a,t.X)}, -DO(a){this.Vp()}, -pG(a){var s=0,r=A.aj(t.y),q,p=this,o,n,m -var $async$pG=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)$async$outer:switch(s){case 0:m=p.e -m=new A.ci(m,A.a7(m).i("ci<1,dm?>")) -o=m.mV(m,new A.Y0(),new A.Y1()) -if(o==null){q=!1 -s=1 -break}s=3 -return A.an(o.a.h_(),$async$pG) -case 3:n=c -if(p.c==null){q=!0 -s=1 -break}m=p.e -m=new A.ci(m,A.a7(m).i("ci<1,dm?>")) -if(o!==m.mV(m,new A.Y2(),new A.Y3())){q=!0 -s=1 -break}switch(n.a){case 2:q=!1 -s=1 -break $async$outer -case 0:p.nk(0,a) -q=!0 -s=1 -break $async$outer -case 1:q=!0 -s=1 -break $async$outer}case 1:return A.ah(q,r)}}) -return A.ai($async$pG,r)}, -Lu(){return this.pG(null,t.X)}, -a8B(a){return this.pG(a,t.X)}, -LQ(a,b){var s=B.b.a8o(this.e,A.af7()) -s.r=b -s.c=B.a3r -this.wP(!1) -this.DO(s.a)}, -dN(a){return this.LQ(a,null,t.X)}, -nk(a,b){return this.LQ(a,b,t.X)}, -Kg(a){B.b.Kl(this.e,A.ajR(a)).c=B.nP -if(!this.dx)this.wP(!1)}, -sIB(a){this.dy=a -this.fr.sm(0,a>0)}, -a66(){var s,r,q,p,o,n,m=this -m.sIB(m.dy+1) -if(m.dy===1){s=m.jq(m.e.length-1,A.QM()) -r=m.e[s].a -q=!r.gML()&&s>0?m.XM(s-1,A.QM()).a:null -for(p=A.b(m.ch,"_effectiveObservers"),o=p.length,n=0;n7){i=j.a -i.c.sm(0,d) -continue}if(l){i=j.b -l=(i==null?d:i.gLg())===!0}else l=!1 -i=j.a -h=l?j.gel():d -i.c.sm(0,h) -if(l){i=j.b -h=i.b -i=h==null?i.b=i.tg():h -if(!m){h=J.aD(q) -g=h.gq(q) -f=s.length -m=g<=f||!J.f(h.h(q,f),i)}else m=!0 -s.push(i)}}m=m||s.length!==J.bP(q) -e.WZ(s,n,p,o) -if(m||o.gb5(o)){e.y=p -e.aA()}}, -WZ(a,b,c,d){var s,r=a.length -if(r!==0){s=b==null?null:b.gel() -c.p(0,s,a) -d.B(0,s)}}, -aC(a){if(this.y==null)return -this.y=null -this.aA()}, -Ml(a,b){var s,r,q,p,o,n=A.a([],t.uD) -if(this.y!=null)s=a!=null&&a.gel()==null -else s=!0 -if(s)return n -s=this.y -s.toString -r=J.ax(s,a==null?null:a.gel()) -if(r==null)return n -for(s=J.au(r);s.u();){q=A.avb(s.gD(s)) -p=q.zl(b) -o=$.acC() -n.push(new A.dm(p,q,B.nO,o,o,o))}return n}, -l9(){return null}, -iV(a){a.toString -return J.age(t.f.a(a),new A.a6Y(),t.ob,t.UX)}, -pu(a){this.y=a}, -j9(){return this.y}, -gjY(a){return this.y!=null}} -A.a6Y.prototype={ -$2(a,b){return new A.bN(A.cz(a),A.ht(t.j.a(b),!0,t.K),t.qE)}, -$S:353} -A.a8h.prototype={ -$2(a,b){if(!a.a)a.T(0,b)}, -$S:27} -A.AI.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.AJ.prototype={ -b_(a){this.br(a) -this.lb()}, -be(){var s,r,q,p,o=this -o.ct() -s=o.aG$ -r=o.gj6() -q=o.c -q.toString -q=A.ll(q) -o.cT$=q -p=o.jB(q,r) -if(r){o.eD(s,o.c9$) -o.c9$=!1}if(p)if(s!=null)s.n(0)}, -n(a){var s,r=this -r.ce$.ai(0,new A.a8h()) -s=r.aG$ -if(s!=null)s.n(0) -r.aG$=null -r.R9(0)}} -A.wJ.prototype={ -kv(a){var s -if(a instanceof A.lx){s=a.gG() -if(s instanceof A.dg)if(s.a0p(this,a))return!1}return!0}, -eu(a){if(a!=null)a.kw(this.guH())}, -j(a){var s=A.a([],t.s) -this.cI(s) -return"Notification("+B.b.bB(s,", ")+")"}, -cI(a){}} -A.dg.prototype={ -a0p(a,b){if(this.$ti.c.b(a))return this.d.$1(a) -return!1}, -H(a,b){return this.c}} -A.fF.prototype={} -A.wQ.prototype={ -j(a){return"OverflowBarAlignment."+this.b}} -A.GG.prototype={ -aD(a){var s=this,r=a.M(t.I) -r.toString -r=r.f -r=new A.tb(s.e,s.f,s.r,s.x,s.y,r,B.u,0,null,null,A.a8(t.T)) -r.gam() -r.gax() -r.fr=!1 -r.N(0,null) -return r}, -aE(a,b){var s,r=this -t.Eg.a(b) -b.sOn(0,r.e) -b.sd_(r.f) -b.sa9p(r.r) -b.sa9n(r.x) -b.sa9o(r.y) -s=a.M(t.I) -s.toString -b.sbF(0,s.f) -b.shb(B.u)}} -A.j_.prototype={} -A.tb.prototype={ -sOn(a,b){if(this.l===b)return -this.l=b -this.U()}, -sd_(a){if(this.t==a)return -this.t=a -this.U()}, -sa9p(a){if(this.a_===a)return -this.a_=a -this.U()}, -sa9n(a){if(this.a8===a)return -this.a8=a -this.U()}, -sa9o(a){if(this.aw===a)return -this.aw=a -this.U()}, -sbF(a,b){if(this.bl===b)return -this.bl=b -this.U()}, -shb(a){var s=this -if(a===s.aL)return -s.aL=a -s.aH() -s.ak()}, -dR(a){if(!(a.e instanceof A.j_))a.e=new A.j_(null,null,B.i)}, -aV(a){var s,r,q,p,o,n=this,m=n.P$ -if(m==null)return 0 -for(s=A.o(n).i("Y.1"),r=0;m!=null;){r+=m.Y(B.G,1/0,m.gaM()) -q=m.e -q.toString -m=s.a(q).O$}q=n.l -p=n.b4$ -m=n.P$ -if(r+q*(p-1)>a){for(o=0;m!=null;){o+=m.Y(B.V,a,m.gb8()) -q=m.e -q.toString -m=s.a(q).O$}return o+n.a_*(n.b4$-1)}else{for(o=0;m!=null;){o=Math.max(o,m.Y(B.V,a,m.gb8())) -q=m.e -q.toString -m=s.a(q).O$}return o}}, -aY(a){var s,r,q,p,o,n=this,m=n.P$ -if(m==null)return 0 -for(s=A.o(n).i("Y.1"),r=0;m!=null;){r+=m.Y(B.G,1/0,m.gaM()) -q=m.e -q.toString -m=s.a(q).O$}q=n.l -p=n.b4$ -m=n.P$ -if(r+q*(p-1)>a){for(o=0;m!=null;){o+=m.Y(B.aB,a,m.gbs()) -q=m.e -q.toString -m=s.a(q).O$}return o+n.a_*(n.b4$-1)}else{for(o=0;m!=null;){o=Math.max(o,m.Y(B.aB,a,m.gbs())) -q=m.e -q.toString -m=s.a(q).O$}return o}}, -aZ(a){var s,r,q,p=this,o=p.P$ -if(o==null)return 0 -for(s=A.o(p).i("Y.1"),r=0;o!=null;){r+=o.Y(B.G,1/0,o.gaM()) -q=o.e -q.toString -o=s.a(q).O$}return r+p.l*(p.b4$-1)}, -aQ(a){var s,r,q,p=this,o=p.P$ -if(o==null)return 0 -for(s=A.o(p).i("Y.1"),r=0;o!=null;){r+=o.Y(B.M,1/0,o.gaX()) -q=o.e -q.toString -o=s.a(q).O$}return r+p.l*(p.b4$-1)}, -d0(a){return this.zo(a)}, -bU(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.P$ -if(i==null)return new A.K(B.e.C(0,a.a,a.b),B.e.C(0,a.c,a.d)) -s=a.b -r=new A.al(0,s,0,a.d) -for(q=A.o(j).i("Y.1"),p=0,o=0,n=0;i!=null;){m=i.em(r) -p+=m.a -l=m.b -o=Math.max(o,l) -n+=l+j.a_ -l=i.e -l.toString -i=q.a(l).O$}k=p+j.l*(j.b4$-1) -if(k>s)return a.aW(new A.K(s,n-j.a_)) -else return a.aW(new A.K(j.t==null?k:s,o))}, -bw(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2={},a3=a2.a=a1.P$ -if(a3==null){s=t.k.a(A.q.prototype.gS.call(a1)) -a1.rx=new A.K(B.e.C(0,s.a,s.b),B.e.C(0,s.c,s.d)) -return}s=t.k -r=s.a(A.q.prototype.gS.call(a1)) -q=new A.al(0,r.b,0,r.d) -for(r=A.o(a1).i("Y.1"),p=a3,o=0,n=0,m=0;p!=null;p=a3){p.c8(0,q,!0) -p=a2.a -l=p.rx -k=l.a -o+=k -n=Math.max(n,l.b) -m=Math.max(m,k) -p=p.e -p.toString -a3=r.a(p).O$ -a2.a=a3}j=a1.bl===B.a4 -i=o+a1.l*(a1.b4$-1) -if(i>s.a(A.q.prototype.gS.call(a1)).b){a3=a1.aw===B.cP?a1.P$:a1.ca$ -a2.a=a3 -h=new A.a8T(a2,a1) -for(r=t.pi,p=a3,g=0;p!=null;p=a3){l=p.e -l.toString -r.a(l) -switch(a1.a8.a){case 0:if(j){p=s.a(A.q.prototype.gS.call(a1)) -k=a2.a -f=p.b-k.rx.a -p=k}else f=0 -break -case 2:p=s.a(A.q.prototype.gS.call(a1)) -k=a2.a -f=(p.b-k.rx.a)/2 -p=k -break -case 1:if(j)f=0 -else{p=s.a(A.q.prototype.gS.call(a1)) -k=a2.a -f=p.b-k.rx.a -p=k}break -default:f=0}l.a=new A.k(f,g) -g+=p.rx.b+a1.a_ -a3=h.$0() -a2.a=a3}a1.rx=s.a(A.q.prototype.gS.call(a1)).aW(new A.K(s.a(A.q.prototype.gS.call(a1)).b,g-a1.a_))}else{a3=a1.P$ -a2.a=a3 -e=a3.rx.a -d=a1.t==null?i:s.a(A.q.prototype.gS.call(a1)).b -a1.rx=s.a(A.q.prototype.gS.call(a1)).aW(new A.K(d,n)) -f=A.bI("x") -c=a1.l -switch(a1.t){case null:f.b=j?a1.rx.a-e:0 -break -case B.ap:f.b=j?a1.rx.a-e:0 -break -case B.AK:s=a1.rx.a -b=(s-i)/2 -f.b=j?s-b-e:b -break -case B.AJ:f.b=j?i-e:a1.rx.a-i -break -case B.AL:s=a1.rx.a -c=(s-o)/(a1.b4$-1) -f.b=j?s-e:0 -break -case B.jD:s=a1.b4$ -c=s>0?(a1.rx.a-o)/s:0 -s=c/2 -f.b=j?a1.rx.a-s-e:s -break -case B.hz:s=a1.rx.a -c=(s-o)/(a1.b4$+1) -f.b=j?s-c-e:c -break}for(s=!j,p=t.pi,l=f.a;k=a2.a,k!=null;){a=k.e -a.toString -p.a(a) -a0=f.b -if(a0===f)A.L(A.jC(l)) -k=k.rx -a.a=new A.k(a0,(n-k.b)/2) -if(s)k=f.b=a0+(k.a+c) -else k=a0 -a3=a2.a=r.a(a).O$ -if(j&&a3!=null)f.b=k-(a3.rx.a+c)}}}, -co(a,b){return this.p3(a,b)}, -aK(a,b){this.jV(a,b)}} -A.a8T.prototype={ -$0(){var s=this.b,r=s.aw,q=this.a.a -s=A.o(s).i("Y.1") -if(r===B.cP){r=q.e -r.toString -r=s.a(r).O$ -s=r}else{r=q.e -r.toString -r=s.a(r).bx$ -s=r}return s}, -$S:354} -A.Q7.prototype={ -ad(a){var s,r,q -this.dk(a) -s=this.P$ -for(r=t.pi;s!=null;){s.ad(a) -q=s.e -q.toString -s=r.a(q).O$}}, -a7(a){var s,r,q -this.cY(0) -s=this.P$ -for(r=t.pi;s!=null;){s.a7(0) -q=s.e -q.toString -s=r.a(q).O$}}} -A.Q8.prototype={} -A.is.prototype={ -slo(a){var s -if(this.b===a)return -this.b=a -s=this.e -if(s!=null)s.EK()}, -spD(a){if(this.c)return -this.c=!0 -this.e.EK()}, -Im(a){if(a===this.d)return -this.d=a -this.aA()}, -bD(a){var s,r=this.e -r.toString -this.e=null -if(r.c==null)return -B.b.B(r.d,this) -s=$.bT -if(s.cx$===B.hG)s.z$.push(new A.Ys(r)) -else r.Gg()}, -fT(){var s=this.f.gah() -if(s!=null)s.Gh()}, -j(a){return"#"+A.bF(this)+"(opaque: "+this.b+"; maintainState: "+this.c+")"}} -A.Ys.prototype={ -$1(a){this.a.Gg()}, -$S:2} -A.t3.prototype={ -aj(){return new A.AK(B.l)}} -A.AK.prototype={ -aR(){this.bi() -this.a.c.Im(!0)}, -n(a){this.a.c.Im(!1) -this.bb(0)}, -H(a,b){var s=this.a -return new A.r6(s.d,s.c.a.$1(b),null)}, -Gh(){this.au(new A.a8k())}} -A.a8k.prototype={ -$0(){}, -$S:0} -A.wR.prototype={ -aj(){return new A.pN(A.a([],t.wi),null,null,B.l)}} -A.pN.prototype={ -aR(){this.bi() -this.KX(0,this.a.c)}, -xn(a,b){return this.d.length}, -An(a,b){b.e=this -this.au(new A.Yw(this,null,null,b))}, -KX(a,b){var s,r=b.length -if(r===0)return -for(s=0;s=0;--r){o=s[r] -if(q){++p -m.push(new A.t3(o,!0,o.f)) -q=!o.b||!1}else if(o.c)m.push(new A.t3(o,!1,o.f))}s=m.length -this.a.toString -n=t.H8 -return new A.BN(s-p,B.aD,A.aq(new A.c5(m,n),!1,n.i("aX.E")),null)}} -A.Yw.prototype={ -$0(){var s=this,r=s.a -B.b.mR(r.d,r.xn(s.b,s.c),s.d)}, -$S:0} -A.Yv.prototype={ -$0(){var s=this,r=s.a -B.b.KY(r.d,r.xn(s.b,s.c),s.d)}, -$S:0} -A.Yx.prototype={ -$0(){var s,r,q=this,p=q.a,o=p.d -B.b.sq(o,0) -s=q.b -B.b.N(o,s) -r=q.c -r.M8(s) -B.b.KY(o,p.xn(q.d,q.e),r)}, -$S:0} -A.Yu.prototype={ -$0(){}, -$S:0} -A.Yt.prototype={ -$0(){}, -$S:0} -A.BN.prototype={ -bV(a){var s=A.cZ(t.u),r=($.ba+1)%16777215 -$.ba=r -return new A.P8(s,r,this,B.a2)}, -aD(a){var s=a.M(t.I) -s.toString -s=new A.tc(s.f,this.e,this.f,A.a8(t.O5),0,null,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.N(0,null) -return s}, -aE(a,b){var s=this.e -if(b.a8!==s){b.a8=s -b.U()}s=a.M(t.I) -s.toString -b.sbF(0,s.f) -s=this.f -if(s!==b.aw){b.aw=s -b.aH() -b.ak()}}} -A.P8.prototype={ -gG(){return t.sG.a(A.f8.prototype.gG.call(this))}, -gE(){return t._2.a(A.f8.prototype.gE.call(this))}} -A.tc.prototype={ -dR(a){if(!(a.e instanceof A.e_))a.e=new A.e_(null,null,B.i)}, -a0Q(){if(this.t!=null)return -this.t=B.dN.a0(this.a_)}, -sbF(a,b){var s=this -if(s.a_===b)return -s.a_=b -s.t=null -s.U()}, -gjp(){var s,r,q,p,o=this -if(o.a8===A.Y.prototype.goQ.call(o))return null -s=A.Y.prototype.ga6R.call(o,o) -for(r=o.a8,q=t.B;r>0;--r){p=s.e -p.toString -s=q.a(p).O$}return s}, -aZ(a){return A.nh(this.gjp(),new A.a8Z(a))}, -aQ(a){return A.nh(this.gjp(),new A.a8X(a))}, -aV(a){return A.nh(this.gjp(),new A.a8Y(a))}, -aY(a){return A.nh(this.gjp(),new A.a8W(a))}, -d0(a){var s,r,q,p,o=this.gjp() -for(s=t.B,r=null;o!=null;){q=o.e -q.toString -s.a(q) -p=o.iq(a) -if(p!=null){p+=q.a.b -r=r!=null?Math.min(r,p):p}o=q.O$}return r}, -ghw(){return!0}, -bU(a){return new A.K(B.e.C(1/0,a.a,a.b),B.e.C(1/0,a.c,a.d))}, -bw(){var s,r,q,p,o,n,m,l,k=this -k.l=!1 -if(k.b4$-k.a8===0)return -k.a0Q() -s=t.k.a(A.q.prototype.gS.call(k)) -r=A.u9(new A.K(B.e.C(1/0,s.a,s.b),B.e.C(1/0,s.c,s.d))) -q=k.gjp() -for(s=t.B,p=t.i;q!=null;){o=q.e -o.toString -s.a(o) -if(!o.gu2()){q.c8(0,r,!0) -n=k.t -n.toString -m=k.rx -m.toString -l=q.rx -l.toString -o.a=n.kY(p.a(m.a4(0,l)))}else{n=k.rx -n.toString -m=k.t -m.toString -k.l=A.aiI(q,o,n,m)||k.l}q=o.O$}}, -co(a,b){var s,r,q,p=this,o={},n=o.a=p.a8===A.Y.prototype.goQ.call(p)?null:p.ca$ -for(s=t.B,r=0;r0)n=p -else n=null -m=n===s -s=j.c -s.toString -new A.GI(m,0).eu(s) -s=j.x -s.p(0,m,!0) -s.h(0,m).toString -n.d=0 -s.h(0,m).toString -s=a.f -if(s!==0){r=n.c -if(r!=null)r.av(0) -n.c=null -l=B.c.C(Math.abs(s),100,1e4) -s=n.f -if(n.a===B.hW)r=0.3 -else{r=A.b(n.r,"_glowOpacity") -q=r.b -r=r.a -r=q.aa(0,r.gm(r))}s.a=r -r.toString -s.b=B.c.C(l*0.00006,r,0.5) -r=n.x -s=A.b(n.y,"_glowSize") -q=s.b -s=s.a -r.a=q.aa(0,s.gm(s)) -r.b=Math.min(0.025+75e-8*l*l,1) -A.b(n.b,i).e=A.cj(0,0,0,B.c.aU(0.15+l*0.02),0) -A.b(n.b,i).k8(0,0) -n.cx=0.5 -n.a=B.a2S}else{s=a.d -if(s!=null){p=a.b.gE() -p.toString -t.r.a(p) -o=p.rx -o.toString -k=p.ir(s.d) -switch(A.b9(r.e).a){case 0:n.toString -s=o.b -n.LV(0,Math.abs(q),o.a,B.c.C(k.b,0,s),s) -break -case 1:n.toString -s=o.a -n.LV(0,Math.abs(q),o.b,B.c.C(k.a,0,s),s) -break}}}}else if(a instanceof A.lo||a instanceof A.fT)if(a.gJZ()!=null){s=j.d -if(s.a===B.hX)s.kR(B.dY) -s=j.e -if(s.a===B.hX)s.kR(B.dY)}j.r=A.w(a) -return!1}, -n(a){this.d.n(0) -this.e.n(0) -this.S8(0)}, -H(a,b){var s=this,r=null,q=s.a,p=s.d,o=s.e,n=q.e,m=s.f -return new A.dg(new A.fP(A.oZ(new A.fP(q.x,r),new A.LV(p,o,n,m),r,r),r),s.gxH(),r,t.WA)}} -A.nV.prototype={ -j(a){return"_GlowState."+this.b}} -A.zX.prototype={ -saz(a,b){if(this.db.k(0,b))return -this.db=b -this.aA()}, -sJ1(a){if(this.dx===a)return -this.dx=a -this.aA()}, -n(a){var s,r=this -A.b(r.b,"_glowController").n(0) -s=A.b(r.z,"_displacementTicker") -s.x.bN$.B(0,s) -s.Dy(0) -s=r.c -if(s!=null)s.av(0) -r.f5(0)}, -LV(a,b,c,d,e){var s,r,q,p,o=this,n="_glowOpacity",m="_glowSize",l="_displacementTicker",k="_glowController",j=o.c -if(j!=null)j.av(0) -o.cy=o.cy+b/200 -j=o.f -s=A.b(o.r,n) -r=s.b -s=s.a -j.a=r.aa(0,s.gm(s)) -s=A.b(o.r,n) -r=s.b -s=s.a -j.b=Math.min(r.aa(0,s.gm(s))+b/c*0.8,0.5) -q=Math.min(c,e*0.20096189432249995) -s=o.x -r=A.b(o.y,m) -j=r.b -r=r.a -s.a=j.aa(0,r.gm(r)) -r=Math.sqrt(o.cy*q) -j=A.b(o.y,m) -p=j.b -j=j.a -s.b=Math.max(1-1/(0.7*r),A.dA(p.aa(0,j.gm(j)))) -j=d/e -o.ch=j -if(j!==o.cx){if(!A.b(o.z,l).ga8g())A.b(o.z,l).qC(0)}else{A.b(o.z,l).eH(0) -o.Q=null}A.b(o.b,k).e=B.oF -if(o.a!==B.hX){A.b(o.b,k).k8(0,0) -o.a=B.hX}else{j=A.b(o.b,k).r -if(!(j!=null&&j.a!=null))o.aA()}o.c=A.c_(B.oF,new A.a6O(o))}, -wf(a){var s=this -if(a!==B.Y)return -switch(s.a.a){case 1:s.kR(B.dY) -break -case 3:s.a=B.hW -s.cy=0 -break -case 2:case 0:break}}, -kR(a){var s,r,q=this,p="_glowController",o=q.a -if(o===B.Dj||o===B.hW)return -o=q.c -if(o!=null)o.av(0) -q.c=null -o=q.f -s=A.b(q.r,"_glowOpacity") -r=s.b -s=s.a -o.a=r.aa(0,s.gm(s)) -o.b=0 -o=q.x -s=A.b(q.y,"_glowSize") -r=s.b -s=s.a -o.a=r.aa(0,s.gm(s)) -o.b=0 -A.b(q.b,p).e=a -A.b(q.b,p).k8(0,0) -q.a=B.Dj}, -a3a(a){var s,r=this,q=r.Q -if(q!=null){q=q.a -s=r.ch -r.cx=s-(s-r.cx)*Math.pow(2,-(a.a-q)/$.amO().a) -r.aA()}if(A.CL(r.ch,r.cx,0.001)){A.b(r.z,"_displacementTicker").eH(0) -r.Q=null}else r.Q=a}, -aK(a,b){var s,r,q,p,o,n,m,l,k=this,j="_glowOpacity",i=A.b(k.r,j),h=i.b -i=i.a -if(J.f(h.aa(0,i.gm(i)),0))return -i=b.a -h=b.b -s=i>h?h/i:1 -r=i*3/2 -q=Math.min(h,i*0.20096189432249995) -h=A.b(k.y,"_glowSize") -p=h.b -h=h.a -h=p.aa(0,h.gm(h)) -p=k.cx -o=A.aQ() -n=o?A.bl():new A.bf(new A.bh()) -o=k.db -m=A.b(k.r,j) -l=m.b -m=m.a -n.saz(0,A.ap(B.c.aU(255*l.aa(0,m.gm(m))),o.gm(o)>>>16&255,o.gm(o)>>>8&255,o.gm(o)&255)) -a.bz(0) -a.at(0,0,k.d+k.e) -a.cO(0,1,h*s) -a.l2(0,new A.v(0,0,0+i,0+q)) -a.eQ(0,new A.k(i/2*(0.5+p),q-r),r,n) -a.bE(0)}, -j(a){return"_GlowController(color: "+this.db.j(0)+", axis: "+A.axG(this.dx)+")"}} -A.a6O.prototype={ -$0(){return this.a.kR(B.iw)}, -$S:0} -A.LV.prototype={ -Gu(a,b,c,d,e){var s -if(c==null)return -switch(A.kv(d,e)){case B.Z:c.aK(a,b) -break -case B.W:a.bz(0) -a.at(0,0,b.b) -a.cO(0,1,-1) -c.aK(a,b) -a.bE(0) -break -case B.ar:a.bz(0) -a.fX(0,1.5707963267948966) -a.cO(0,1,-1) -c.aK(a,new A.K(b.b,b.a)) -a.bE(0) -break -case B.aC:a.bz(0) -s=b.a -a.at(0,s,0) -a.fX(0,1.5707963267948966) -c.aK(a,new A.K(b.b,s)) -a.bE(0) -break}}, -aK(a,b){var s=this,r=s.d -s.Gu(a,b,s.b,r,B.oV) -s.Gu(a,b,s.c,r,B.oU)}, -f3(a){return a.b!=this.b||a.c!=this.c}, -j(a){return"_GlowingOverscrollIndicatorPainter("+A.e(this.b)+", "+A.e(this.c)+")"}} -A.qL.prototype={ -aj(){return new A.BB(null,null,B.l)}, -mZ(a){return A.QN().$1(a)}} -A.BB.prototype={ -gmh(){var s,r,q,p,o,n=this,m=null,l="_stretchController",k=n.d -if(k===$){s=t.H7 -r=new A.aw(0,0,s) -q=new A.BA(r,B.nU,A.a1(0,m,!1,t.Z)) -p=A.bX(m,m,m,1,m,n) -p.cz(q.gwe()) -A.d7(q.a,l) -q.a=p -o=A.dT(B.eW,A.b(p,l),m) -o.a.al(0,q.geV()) -t.m.a(o) -A.d7(q.b,"_stretchSize") -q.b=new A.aL(o,r,s.i("aL")) -A.bp(n.d,l) -n.d=q -k=q}return k}, -xI(a){var s,r,q,p,o,n=this,m="_stretchSize",l="_stretchController" -if(!n.a.mZ(a))return!1 -if(a instanceof A.it){n.f=a -J.R(n.e) -s=a.e -r=n.c -r.toString -new A.GI(s<0,0).eu(r) -n.r=!0 -r=a.f -if(r!==0){s=n.gmh() -q=B.c.C(Math.abs(r),1,1e4) -r=s.c -p=A.b(s.b,m) -o=p.b -p=p.a -r.a=o.aa(0,p.gm(p)) -r.b=Math.min(0.016+1.01/q,1) -A.b(s.a,l).e=A.cj(0,0,0,B.c.aU(q*0.02),0) -A.b(s.a,l).k8(0,0) -s.d=B.a3t}else if(a.d!=null){r=n.gmh() -p=a.a.d -p.toString -r.e=Math.abs(s)/p+r.e -p=r.c -s=A.b(r.b,m) -o=s.b -s=s.a -p.a=o.aa(0,s.gm(s)) -s=r.e -p.b=0.016*s+0.016*(1-Math.exp(-s*8.237217661997105)) -A.b(r.a,l).e=B.ix -if(r.d!==B.nV){A.b(r.a,l).k8(0,0) -r.d=B.nV}else{s=A.b(r.a,l).r -if(!(s!=null&&s.a!=null))r.aA()}}}else if(a instanceof A.lo||a instanceof A.fT){s=n.gmh() -if(s.d===B.nV)s.kR(B.ix)}n.e=a -return!1}, -Xn(a){switch(this.a.c.a){case 0:return a>0?B.nX:B.nW -case 1:return a>0?B.i9:B.ia -case 2:return a>0?B.nW:B.nX -case 3:return a>0?B.ia:B.i9}}, -n(a){var s=this.gmh() -A.b(s.a,"_stretchController").n(0) -s.f5(0) -this.Sf(0)}, -H(a,b){var s={},r=b.M(t.l).f -s.a=null -return new A.dg(A.jc(this.gmh(),new A.a9y(s,this,r.a),null),this.gxH(),null,t.WA)}} -A.a9y.prototype={ -$2(a,b){var s,r,q,p,o,n=this,m=n.b,l=A.b(m.gmh().b,"_stretchSize"),k=l.b -l=l.a -l=k.aa(0,l.gm(l)) -switch(A.b9(m.a.c).a){case 0:s=1+l -n.a.a=n.c.a -r=1 -break -case 1:r=1+l -n.a.a=n.c.b -s=1 -break -default:s=1 -r=1}k=m.f -k=k==null?null:k.e -q=m.Xn(k==null?0:k) -k=m.f -if(k==null)p=null -else{k=k.a.d -k.toString -p=k}if(p==null)p=n.a.a -k=A.Gd(s,r,1) -o=A.JB(q,m.a.e,k,!0) -if(l!==0&&p!==n.a.a)return A.agP(o,null) -return o}, -$S:60} -A.o7.prototype={ -j(a){return"_StretchState."+this.b}} -A.BA.prototype={ -wf(a){var s=this -if(a!==B.Y)return -switch(s.d.a){case 1:s.kR(B.ix) -break -case 3:s.d=B.nU -s.e=0 -break -case 2:case 0:break}}, -kR(a){var s,r,q=this,p="_stretchController",o=q.d -if(o===B.Do||o===B.nU)return -o=q.c -s=A.b(q.b,"_stretchSize") -r=s.b -s=s.a -o.a=r.aa(0,s.gm(s)) -o.b=0 -A.b(q.a,p).e=a -A.b(q.a,p).k8(0,0) -q.d=B.Do}, -n(a){A.b(this.a,"_stretchController").n(0) -this.f5(0)}, -j(a){return"_StretchController()"}} -A.GI.prototype={ -cI(a){this.Rd(a) -a.push("side: "+(this.a?"leading edge":"trailing edge"))}} -A.t5.prototype={ -kv(a){if(a instanceof A.ar&&t.NW.b(a.gE()))++this.cR$ -return this.vE(a)}, -cI(a){var s -this.vD(a) -s="depth: "+this.cR$+" (" -a.push(s+(this.cR$===0?"local":"remote")+")")}} -A.Cg.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.Co.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.Bx.prototype={ -k(a,b){if(b==null)return!1 -if(J.R(b)!==A.w(this))return!1 -return b instanceof A.Bx&&A.dP(b.a,this.a)}, -gw(a){return A.dB(this.a)}, -j(a){return"StorageEntryIdentifier("+B.b.bB(this.a,":")+")"}} -A.wT.prototype={ -DP(a){var s=A.a([],t.g8) -if(A.aid(a,s))a.kw(new A.Yy(s)) -return s}, -MN(a,b){var s,r=this -if(r.a==null)r.a=A.x(t.K,t.z) -s=r.DP(a) -if(s.length!==0)r.a.p(0,new A.Bx(s),b)}, -M1(a){var s -if(this.a==null)return null -s=this.DP(a) -return s.length!==0?this.a.h(0,new A.Bx(s)):null}} -A.Yy.prototype={ -$1(a){return A.aid(a,this.a)}, -$S:12} -A.pO.prototype={ -H(a,b){return this.c}} -A.GJ.prototype={ -yF(a,b,c){var s=t.gQ.a(B.b.gbH(this.d)) -if(s.a8!=null){s.a8=a -return A.cY(null,t.H)}return s.hN(s.lF(a),b,c)}, -a8l(a){var s=t.gQ.a(B.b.gbH(this.d)) -if(s.a8!=null){s.a8=a -return}s.hm(s.lF(a))}, -JF(a,b,c){var s=null,r=t.Z -r=new A.o1(this.z,1,B.hH,a,b,!0,s,new A.cJ(!1,A.a1(0,s,!1,r),t.uh),A.a1(0,s,!1,r)) -r.DD(b,s,!0,c,a) -r.DE(b,s,s,!0,c,a) -return r}, -ad(a){this.Qq(a) -t.gQ.a(a).sqh(1)}} -A.n5.prototype={} -A.o1.prototype={ -zO(a,b,c,d,e,f){return this.QA(a,b,c,d,e,null)}, -sqh(a){var s,r=this -if(r.aw===a)return -s=r.guh(r) -r.aw=a -if(s!=null)r.A4(r.lF(s))}, -grl(){var s=this.cy -s.toString -return Math.max(0,s*(this.aw-1)/2)}, -qn(a,b){var s=Math.max(0,a-this.grl())/(b*this.aw),r=B.c.Bk(s) -if(Math.abs(s-r)<1e-10)return r -return s}, -lF(a){var s=this.cy -s.toString -return a*s*this.aw+this.grl()}, -guh(a){var s,r,q=this,p=q.cx -if(p!=null)s=!(q.z!=null&&q.Q!=null) -else s=!0 -if(s)p=null -else{s=q.a8 -if(s==null){p.toString -s=q.z -s.toString -r=q.Q -r.toString -r=B.c.C(p,s,r) -s=q.cy -s.toString -s=q.qn(r,s) -p=s}else p=s}return p}, -Cb(){var s,r,q=this,p=q.r,o=p.c -o.toString -o=A.Yz(o) -if(o!=null){p=p.c -p.toString -s=q.a8 -if(s==null){s=q.cx -s.toString -r=q.cy -r.toString -r=q.qn(s,r) -s=r}o.MN(p,s)}}, -Mn(){var s,r,q -if(this.cx==null){s=this.r -r=s.c -r.toString -r=A.Yz(r) -if(r==null)q=null -else{s=s.c -s.toString -q=r.M1(s)}if(q!=null)this.a_=q}}, -Ca(){var s,r=this,q=r.a8 -if(q==null){q=r.cx -q.toString -s=r.cy -s.toString -s=r.qn(q,s) -q=s}r.r.e.sm(0,q) -A.b($.eS.aO$,"_restorationManager").Kn()}, -Mm(a,b){if(b)this.a_=a -else this.hm(this.lF(a))}, -ml(a){var s,r,q,p,o=this,n=o.cy -n=n!=null?n:null -if(a===n)return!0 -o.Qw(a) -s=o.cx -s=s!=null?s:null -if(s==null)r=o.a_ -else if(n===0){q=o.a8 -q.toString -r=q}else{n.toString -r=o.qn(s,n)}p=o.lF(r) -o.a8=a===0?r:null -if(p!==s){o.cx=p -return!1}return!0}, -mj(a,b){var s=a+this.grl() -return this.Qu(s,Math.max(s,b-this.grl()))}, -hR(){var s,r,q,p,o,n=this,m=null,l=n.z -if(l!=null&&n.Q!=null)l.toString -else l=m -if(n.z!=null&&n.Q!=null){s=n.Q -s.toString}else s=m -r=n.cx -r=r!=null?r:m -q=n.cy -q=q!=null?q:m -p=n.r.a.c -o=n.aw -return new A.n5(o,l,s,r,q,p)}, -$in5:1} -A.zU.prototype={ -jO(a){return new A.zU(!1,this.jQ(a))}, -gkX(){return this.b}} -A.wS.prototype={ -jO(a){return new A.wS(this.jQ(a))}, -XJ(a){var s,r -if(a instanceof A.o1){s=a.guh(a) -s.toString -return s}s=a.cx -s.toString -r=a.cy -r.toString -return s/r}, -XK(a,b){var s -if(a instanceof A.o1)return a.lF(b) -s=a.cy -s.toString -return b*s}, -mw(a,b){var s,r,q,p,o,n=this -if(b<=0){s=a.cx -s.toString -r=a.z -r.toString -r=s<=r -s=r}else s=!1 -if(!s)if(b>=0){s=a.cx -s.toString -r=a.Q -r.toString -r=s>=r -s=r}else s=!1 -else s=!0 -if(s)return n.Qs(a,b) -q=n.gqc() -p=n.XJ(a) -s=q.c -if(b<-s)p-=0.5 -else if(b>s)p+=0.5 -o=n.XK(a,B.c.Bk(p)) -s=a.cx -s.toString -if(o!==s){s=n.gqB() -r=a.cx -r.toString -return new A.lp(o,A.Bv(s,r-o,b),q)}return null}} -A.wU.prototype={ -aj(){return new A.MV(B.l)}} -A.MV.prototype={ -aR(){this.bi() -this.d=this.a.r.z}, -Xv(a){var s,r -this.a.toString -switch(0){case 0:s=a.M(t.I) -s.toString -r=A.acr(s.f) -this.a.toString -return r}}, -H(a,b){var s,r,q,p=this,o=null,n=p.Xv(b) -p.a.toString -s=new A.wS(B.Wg.jQ(o)) -s=new A.zU(!1,o).jQ(s) -r=p.a.r -q=A.a0f(b).a5q(!1) -return new A.dg(A.a0m(n,r,B.aW,!1,new A.zU(!1,s),o,q,o,new A.a8l(p,n)),new A.a8m(p),o,t.WA)}} -A.a8m.prototype={ -$1(a){var s,r,q,p,o -if(a.cR$===0){this.a.a.toString -s=a instanceof A.fT}else s=!1 -if(s){r=t.B9.a(a.a) -s=r.c -s.toString -q=r.a -q.toString -p=r.b -p.toString -p=Math.max(0,B.c.C(s,q,p)) -q=r.d -q.toString -o=B.c.aU(p/Math.max(1,q*r.f)) -s=this.a -if(o!==s.d){s.d=o -s.a.z.$1(o)}}return!1}, -$S:32} -A.a8l.prototype={ -$2(a,b){var s=this.a.a -s.r.toString -return A.ajv(0,this.b,0,B.EU,null,B.aD,b,A.a([new A.IN(1,!0,s.Q,null)],t.p))}, -$S:356} -A.iu.prototype={ -glo(){return!0}, -gmo(){return!1}, -yX(a){return a instanceof A.iu}, -J9(a){return a instanceof A.iu}} -A.H1.prototype={ -aD(a){var s=new A.xH(this.d,0,!1,!1,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!0 -return s}, -aE(a,b){b.sa9m(this.d) -b.sa9K(0)}} -A.pZ.prototype={ -cq(a){return this.f!=a.f}} -A.lk.prototype={ -aj(){return new A.O_(null,A.x(t.yb,t.Q),null,!0,null,B.l)}} -A.O_.prototype={ -gel(){return this.a.d}, -eD(a,b){}, -H(a,b){return A.JJ(this.aG$,this.a.c)}} -A.nK.prototype={ -cq(a){return a.f!=this.f}} -A.xV.prototype={ -aj(){return new A.Bb(B.l)}} -A.Bb.prototype={ -be(){var s,r=this -r.ct() -s=r.c -s.toString -r.r=A.ll(s) -r.xw() -if(r.d==null){r.a.toString -r.d=!1}}, -b_(a){this.br(a) -this.xw()}, -gG6(){this.a.toString -return!1}, -xw(){var s=this -if(s.gG6()&&!s.x){s.x=!0;++$.lj.L$ -A.b($.eS.aO$,"_restorationManager").gaab().bG(0,new A.a95(s),t.P)}}, -a1P(){var s=this -s.e=!1 -s.f=null -A.b($.eS.aO$,"_restorationManager").T(0,s.gxP()) -s.xw()}, -n(a){if(this.e)A.b($.eS.aO$,"_restorationManager").T(0,this.gxP()) -this.bb(0)}, -H(a,b){var s,r,q=this,p=q.d -p.toString -if(p&&q.gG6())return B.dJ -p=q.r -if(p==null)p=q.f -s=q.a -r=s.d -return A.JJ(p,new A.lk(s.c,r,null))}} -A.a95.prototype={ -$1(a){var s=this.a -s.x=!1 -if(s.c!=null){A.b($.eS.aO$,"_restorationManager").al(0,s.gxP()) -s.au(new A.a94(s,a))}$.lj.IV()}, -$S:357} -A.a94.prototype={ -$0(){var s=this.a -s.f=this.b -s.e=!0 -s.d=!1}, -$S:0} -A.cd.prototype={ -gjY(a){return!0}, -n(a){var s=this,r=s.c -if(r!=null)r.I5(s) -s.f5(0) -s.a=!0}} -A.fQ.prototype={ -zz(a){}, -fk(a,b){var s=this,r=s.aG$,q=(r==null?null:J.ec(r.gjv(),b))===!0,p=q?a.iV(J.ax(s.aG$.gjv(),b)):a.l9() -if(a.b==null){a.b=b -a.c=s -r=new A.a_I(s,a) -a.al(0,r) -s.ce$.p(0,a,r)}a.pu(p) -if(!q&&a.gjY(a)&&s.aG$!=null)s.ym(a)}, -aaG(a){var s,r=this.aG$ -if(r!=null){s=a.b -s.toString -r.M7(0,s,t.X)}this.I5(a)}, -lb(){var s,r,q=this -if(q.cT$!=null){s=q.aG$ -s=s==null?null:s.e -s=s==q.gel()||q.gj6()}else s=!0 -if(s)return -r=q.aG$ -if(q.jB(q.cT$,!1))if(r!=null)r.n(0)}, -gj6(){var s,r,q=this -if(q.c9$)return!0 -if(q.gel()==null)return!1 -s=q.c -s.toString -r=A.ll(s) -if(r!=q.cT$){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}, -jB(a,b){var s,r,q=this -if(q.gel()==null||a==null)return q.Hl(null,b) -if(b||q.aG$==null){s=q.gel() -s.toString -return q.Hl(a.a4V(s,q),b)}s=q.aG$ -s.toString -r=q.gel() -r.toString -s.a9Z(r) -r=q.aG$ -r.toString -a.fE(r) -return!1}, -Hl(a,b){var s,r=this,q=r.aG$ -if(a==q)return!1 -r.aG$=a -if(!b){if(a!=null){s=r.ce$ -s.gas(s).ai(0,r.ga3u())}r.zz(q)}return!0}, -ym(a){var s,r=a.gjY(a),q=this.aG$ -if(r){if(q!=null){r=a.b -r.toString -s=a.j9() -if(!J.f(J.ax(q.gjv(),r),s)||!J.ec(q.gjv(),r)){J.eX(q.gjv(),r,s) -q.m7()}}}else if(q!=null){r=a.b -r.toString -q.M7(0,r,t.K)}}, -I5(a){var s=this.ce$.B(0,a) -s.toString -a.T(0,s) -a.c=a.b=null}} -A.a_I.prototype={ -$0(){var s=this.a -if(s.aG$==null)return -s.ym(this.b)}, -$S:0} -A.aaG.prototype={ -$2(a,b){if(!a.a)a.T(0,b)}, -$S:27} -A.Qa.prototype={ -b_(a){this.br(a) -this.lb()}, -be(){var s,r,q,p,o=this -o.ct() -s=o.aG$ -r=o.gj6() -q=o.c -q.toString -q=A.ll(q) -o.cT$=q -p=o.jB(q,r) -if(r){o.eD(s,o.c9$) -o.c9$=!1}if(p)if(s!=null)s.n(0)}, -n(a){var s,r=this -r.ce$.ai(0,new A.aaG()) -s=r.aG$ -if(s!=null)s.n(0) -r.aG$=null -r.bb(0)}} -A.bn.prototype={ -sm(a,b){var s,r=this -if(!J.f(b,r.y)){s=r.y -r.y=b -r.pc(s)}}, -pu(a){this.y=a}} -A.fn.prototype={ -l9(){return this.fr}, -pc(a){this.aA()}, -iV(a){return A.o(this).i("fn.T").a(a)}, -j9(){return A.o(this).i("bn.T").a(this.y)}} -A.Ba.prototype={ -iV(a){return this.Ru(a)}, -j9(){var s=this.Rv() -s.toString -return s}} -A.xP.prototype={} -A.I_.prototype={} -A.xQ.prototype={} -A.I0.prototype={ -l9(){return this.fr}, -pc(a){this.aA()}, -iV(a){a.toString -return A.ada(A.dn(a),!1)}, -j9(){return A.o(this).i("bn.T").a(this.y).a}} -A.ni.prototype={ -pu(a){var s=this,r=s.y -if(r!=null)r.T(0,s.geV()) -s.y=a -a.toString -J.anT(a,s.geV())}, -n(a){var s -this.Qb(0) -s=this.y -if(s!=null)s.T(0,this.geV())}} -A.q7.prototype={ -pu(a){this.o9() -this.Qa(a)}, -n(a){this.o9() -this.qK(0)}, -o9(){var s=this.y -if(s!=null)A.eC(s.gdF(s))}} -A.xR.prototype={ -l9(){return new A.qY(this.r1,A.a1(0,null,!1,t.Z))}, -iV(a){a.toString -return A.aj5(A.bo(a))}, -j9(){return this.y.a.a}} -A.I5.prototype={} -A.I6.prototype={} -A.He.prototype={ -GI(a){var s=this -if(s.a===a)return -s.b=s.a=a -s.aA()}, -al(a,b){if(this.V$<=0)$.E.a_$.push(this) -this.OK(0,b)}, -T(a,b){this.OL(0,b) -if(this.V$<=0)B.b.B($.E.a_$,this)}, -n(a){if(this.V$>0)B.b.B($.E.a_$,this) -this.f5(0)}, -tx(a){return this.a65(a)}, -a65(a){var s=0,r=A.aj(t.y),q,p=this -var $async$tx=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:p.GI(a) -q=!0 -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$tx,r)}, -jW(a){return this.a63(a)}, -a63(a){var s=0,r=A.aj(t.y),q,p=this -var $async$jW=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:p.GI(new A.I5(a,null)) -q=!0 -s=1 -break -case 1:return A.ah(q,r)}}) -return A.ai($async$jW,r)}} -A.MY.prototype={} -A.MZ.prototype={} -A.pM.prototype={ -gug(){return this.e}, -kd(){var s,r=this,q=A.GH(r.gV7(),!1) -r.x1=q -r.gpD() -s=A.GH(r.gV9(),!0) -r.y1=s -B.b.N(r.e,A.a([q,s],t.wi)) -r.Qn()}, -la(a){var s=this -s.Qi(a) -if(A.b(s.cx.ch,"_status")===B.N&&!s.Q)s.a.Kg(s) -return!0}, -n(a){B.b.sq(this.e,0) -this.Qm(0)}} -A.d4.prototype={ -gh9(a){return this.ch}, -gCf(){return this.cy}, -zi(){var s=this.cx -s.toString -return s}, -a_6(a){var s,r=this -switch(a.a){case 3:s=r.e -if(s.length!==0)B.b.gI(s).slo(r.glo()) -break -case 1:case 2:s=r.e -if(s.length!==0)B.b.gI(s).slo(!1) -break -case 0:if(!r.ga87()){r.a.Kg(r) -r.Q=!0}break}}, -kd(){var s=this,r=s.guB(s),q=s.guB(s),p=s.gmA(),o=s.a -o.toString -s.cx=A.bX(p,r,q,1,null,o) -o=s.zi() -o.cz(s.gFQ()) -s.ch=o -s.PO() -p=s.ch -if(p.gbk(p)===B.Y&&s.e.length!==0)B.b.gI(s.e).slo(s.glo())}, -pb(){this.Qk() -return this.cx.bZ(0)}, -p9(){this.Qf() -var s=this.cx -s.sm(0,s.b)}, -zx(a){var s -if(a instanceof A.d4){s=this.cx -s.toString -s.sm(0,A.b(a.cx.y,"_value"))}this.Ql(a)}, -la(a){this.dx=a -this.cx.dO(0) -this.PM(a) -return!0}, -mD(a){this.Iu(a) -this.Qj(a)}, -pa(a){this.Iu(a) -this.Qg(a)}, -Iu(a){var s,r,q,p,o,n,m=this,l={},k=m.dy -m.dy=null -if(a instanceof A.d4&&m.yX(a)&&a.J9(m)){s=m.cy.c -if(s!=null){r=s instanceof A.nJ?s.a:s -r.toString -q=a.ch -q.toString -p=J.f(r.gm(r),q.gm(q))||q.gbk(q)===B.Y||q.gbk(q)===B.N -o=a.z.a -if(p)m.md(q,o) -else{l.a=null -p=new A.a3Q(m,q,a) -m.dy=new A.a3R(l,q,p) -q.cz(p) -n=A.aeg(r,q,new A.a3S(l,m,a)) -l.a=n -m.md(n,o)}}else m.md(a.ch,a.z.a)}else m.a2y(B.cY) -if(k!=null)k.$0()}, -md(a,b){this.cy.saf(0,a) -if(b!=null)b.bG(0,new A.a3P(this,a),t.P)}, -a2y(a){return this.md(a,null)}, -yX(a){return!0}, -J9(a){return!0}, -n(a){var s=this,r=s.ch -if(r!=null)r.eW(s.gFQ()) -r=s.cx -if(r!=null)r.n(0) -s.z.er(0,s.dx) -s.PN(0)}, -gmA(){return"TransitionRoute"}, -j(a){return"TransitionRoute(animation: "+A.e(this.cx)+")"}} -A.a3Q.prototype={ -$1(a){var s,r -switch(a.a){case 3:case 0:s=this.a -s.md(this.b,this.c.z.a) -r=s.dy -if(r!=null){r.$0() -s.dy=null}break -case 1:case 2:break}}, -$S:3} -A.a3R.prototype={ -$0(){this.b.eW(this.c) -var s=this.a.a -if(s!=null)s.n(0)}, -$S:0} -A.a3S.prototype={ -$0(){var s,r=this.b -r.md(this.a.a.a,this.c.z.a) -s=r.dy -if(s!=null){s.$0() -r.dy=null}}, -$S:0} -A.a3P.prototype={ -$1(a){var s=this.a.cy,r=this.b -if(s.c==r){s.saf(0,B.cY) -if(r instanceof A.nJ)r.n(0)}}, -$S:13} -A.G3.prototype={ -gML(){var s=this.d2$ -return s!=null&&s.length!==0}} -A.Li.prototype={ -i8(a,b){return A.wu(this.e,t.z).gmo()}, -cD(a){return A.hx(this.e,!1).Lu()}} -A.Aw.prototype={ -cq(a){return this.f!==a.f||this.r!==a.r||this.x!==a.x}} -A.t0.prototype={ -aj(){return new A.kj(A.V_(!0,B.a1V.j(0)+" Focus Scope",!1),A.Ij(0),B.l,this.$ti.i("kj<1>"))}} -A.kj.prototype={ -aR(){var s,r,q=this -q.bi() -s=A.a([],t.Eo) -r=q.a.c.k3 -if(r!=null)s.push(r) -r=q.a.c.k4 -if(r!=null)s.push(r) -q.e=new A.o0(s) -if(q.a.c.gkf()){q.a.c.a.a.toString -s=!0}else s=!1 -if(s)q.a.c.a.y.nI(q.f)}, -b_(a){var s,r=this -r.br(a) -if(r.a.c.gkf()){r.a.c.a.a.toString -s=!0}else s=!1 -if(s)r.a.c.a.y.nI(r.f)}, -be(){this.ct() -this.d=null}, -Xh(){this.au(new A.a80(this))}, -n(a){this.f.n(0) -this.bb(0)}, -gHr(){var s=this.a.c.k3 -if((s==null?null:s.gbk(s))!==B.b8){s=this.a.c.a -s=s==null?null:s.fr.a -s=s===!0}else s=!0 -return s}, -H(a,b){var s,r=this,q=null,p=r.a.c,o=p.gkf(),n=r.a.c -if(!n.gKH()){n=n.d2$ -n=n!=null&&n.length!==0}else n=!0 -s=r.a.c -return A.jc(p.c,new A.a84(r),new A.Aw(o,n,p,new A.pL(s.k2,new A.pO(new A.hb(new A.a85(r),q),s.ry,q),q),q))}} -A.a80.prototype={ -$0(){this.a.d=null}, -$S:0} -A.a84.prototype={ -$2(a,b){var s=this.a.a.c.c.a -b.toString -return new A.lk(b,s,null)}, -$S:359} -A.a85.prototype={ -$1(a){var s=null,r=A.aN([B.a1t,new A.Li(a,new A.aU(A.a([],t.e),t.c))],t.n,t.od),q=this.a,p=q.f,o=A.b(q.e,"_listenable"),n=q.d -if(n==null)n=q.d=new A.fP(new A.hb(new A.a82(q),s),q.a.c.rx) -return A.CZ(r,new A.pZ(q.r,A.ahn(!1,new A.Fe(p,new A.fP(A.jc(o,new A.a83(q),n),s),s),s,p),s))}, -$S:360} -A.a83.prototype={ -$2(a,b){var s,r,q=this.a,p=q.a.c,o=p.k3 -o.toString -s=p.k4 -s.toString -r=p.a -r=r==null?null:r.fr -if(r==null)r=new A.cJ(!1,A.a1(0,null,!1,t.Z),t.uh) -return p.yV(a,o,s,A.jc(r,new A.a81(q),b))}, -$S:60} -A.a81.prototype={ -$2(a,b){var s=this.a,r=s.gHr() -s.f.sck(!r) -return new A.hp(r,null,b,null)}, -$S:361} -A.a82.prototype={ -$1(a){var s,r=this.a.a.c,q=r.k3 -q.toString -s=r.k4 -s.toString -return r.yU(a,q,s)}, -$S:16} -A.fH.prototype={ -au(a){var s,r=this.r2 -if(r.gah()!=null){r=r.gah() -if(r.a.c.gkf())if(!r.gHr()){r.a.c.a.a.toString -s=!0}else s=!1 -else s=!1 -if(s)r.a.c.a.y.nI(r.f) -r.au(a)}else a.$0()}, -yV(a,b,c,d){return d}, -kd(){var s=this -s.QR() -s.k3=A.Ho(A.d4.prototype.gh9.call(s,s)) -s.k4=A.Ho(A.d4.prototype.gCf.call(s))}, -pb(){var s,r=this,q=r.r2 -if(q.gah()!=null){r.a.a.toString -s=!0}else s=!1 -if(s)r.a.y.nI(q.gah().f) -return r.QQ()}, -p9(){var s,r=this,q=r.r2 -if(q.gah()!=null){r.a.a.toString -s=!0}else s=!1 -if(s)r.a.y.nI(q.gah().f) -r.QO()}, -suf(a){var s,r=this -if(r.k2===a)return -r.au(new A.XL(r,a)) -s=r.k3 -s.toString -s.saf(0,r.k2?B.oe:A.d4.prototype.gh9.call(r,r)) -s=r.k4 -s.toString -s.saf(0,r.k2?B.cY:A.d4.prototype.gCf.call(r)) -r.oP()}, -h_(){var s=0,r=A.aj(t.oj),q,p=this,o,n,m,l -var $async$h_=A.ak(function(a,b){if(a===1)return A.ag(b,r) -while(true)switch(s){case 0:p.r2.gah() -o=A.aq(p.r1,!0,t.Ev),n=o.length,m=0 -case 3:if(!(m>>24&255)!==0&&!n.k2){s=n.k3 -s.toString -r=n.gmn().a -r=A.ap(0,r>>>16&255,r>>>8&255,r&255) -q=n.gmn() -p=t.IC.i("ey") -t.m.a(s) -o=new A.D3(n.gmo(),n.gt_(),!0,new A.aL(s,new A.ey(new A.f1(B.aH),new A.f0(r,q),p),p.i("aL")),m)}else o=A.adK(!0,m,n.gmo(),n.gt_()) -s=n.k3 -if(s.gbk(s)!==B.b8){s=n.k3 -s=s.gbk(s)===B.N}else s=!0 -o=new A.hp(s,m,o,m) -s=n.gmo() -return s?A.bB(m,o,!1,m,m,!1,!1,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,B.Wb,m,m,m):o}, -Va(a){var s=this,r=null,q=s.x2 -return q==null?s.x2=A.bB(r,new A.t0(s,s.r2,A.o(s).i("t0<1>")),!1,r,r,!1,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,B.Wa,r,r,r):q}, -j(a){return"ModalRoute("+this.b.j(0)+", animation: "+A.e(this.ch)+")"}} -A.XL.prototype={ -$0(){this.a.k2=this.b}, -$S:0} -A.XK.prototype={ -$0(){}, -$S:0} -A.xc.prototype={ -glo(){return!1}, -gpD(){return!0}} -A.xl.prototype={ -gmo(){return!0}, -gt_(){return this.cd}, -gmn(){return this.df}, -guB(a){return this.a6}, -yU(a,b,c){var s=null -return A.bB(s,this.de.$3(a,b,c),!1,s,s,!1,!0,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s)}, -yV(a,b,c,d){return this.ev.$4(a,b,c,d)}} -A.Fe.prototype={ -aD(a){var s=new A.AY(new A.EY(new WeakMap(),t.ii),this.e,B.d4,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){if(b instanceof A.AY)b.sa6Y(this.e)}} -A.Ff.prototype={ -aD(a){var s=new A.ta(this.e,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -s.sb7(null) -return s}, -aE(a,b){if(b instanceof A.ta)b.v=this.e}} -A.ta.prototype={} -A.AY.prototype={ -sa6Y(a){if(this.cb===a)return -this.cb=a}, -bO(a,b){var s,r,q=this -if(q.rx.A(0,b)){s=q.co(a,b)||q.v===B.bD -if(s){r=new A.oB(b,q) -q.dZ.a.set(r,a) -a.jr() -r.b=B.b.gJ(a.b) -a.a.push(r)}}else s=!1 -return s}, -ga2D(){switch(A.eB().a){case 0:case 2:return!1 -case 3:case 4:case 5:case 1:return!1}}, -i4(a,b){var s,r,q,p,o,n,m,l,k=this -if(t._.b(a))if(a.gda(a)===1)if(a.gcV(a)===B.cb)if(!k.ga2D()){s=k.cb.go -s=(s.length!==0?B.b.gJ(s):null)==null}else s=!0 -else s=!0 -else s=!0 -else s=!0 -if(s)return -A.arM(b) -r=k.dZ.a.get(b) -s=k.cb.go -q=s.length!==0?B.b.gJ(s):null -if(q==null||r==null)return -s=q.d -p=s==null?null:s.gE() -if(p==null)return -s=r.a -n=s.length -m=0 -while(!0){if(!(m#"+A.bF(this)}} -A.kU.prototype={ -oJ(){this.a.hu(0)}, -gjg(){return!1}, -ghl(){return!1}, -geZ(){return 0}} -A.VS.prototype={ -gjg(){return!1}, -ghl(){return!1}, -geZ(){return 0}, -n(a){this.b.$0() -this.qL(0)}} -A.a0g.prototype={ -UQ(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.eZ(a)}else return 0}}}, -bh(a,b){var s,r,q,p,o=this -o.x=b -s=b.c -s.toString -r=s===0 -if(!r)o.e=b.a -q=b.a -if(o.f)if(r)if(q!=null){r=o.e -r=q.a-r.a>2e4}else r=!0 -else r=!1 -else r=!1 -if(r)o.f=!1 -p=o.UQ(s,q) -if(p===0)return -s=o.a -if(A.QC(s.r.a.c))p=-p -s.BJ(p>0?B.nd:B.ne) -r=s.cx -r.toString -s.vR(r-s.f.yL(s,p))}, -n(a){this.x=null -this.b.$0()}, -j(a){return"#"+A.bF(this)}} -A.TE.prototype={ -JU(a,b){new A.y5(t.uL.a(this.b.x),a,b,0).eu(b)}, -JV(a,b,c){A.ae2(b,null,t.zk.a(this.b.x),a,c).eu(b)}, -tE(a,b,c){new A.it(t.zk.a(this.b.x),c,0,a,b,0).eu(b)}, -JT(a,b){var s=this.b.x -new A.lo(s instanceof A.hj?s:null,a,b,0).eu(b)}, -gjg(){return!0}, -ghl(){return!0}, -geZ(){return 0}, -n(a){this.b=null -this.qL(0)}, -j(a){return"#"+A.bF(this)+"("+A.e(this.b)+")"}} -A.Dg.prototype={ -Mi(){this.a.hu(A.b(this.b,"_controller").geZ())}, -oJ(){this.a.hu(A.b(this.b,"_controller").geZ())}, -ya(){var s=A.b(A.b(this.b,"_controller").y,"_value") -if(!(Math.abs(this.a.vR(s))<1e-10)){s=this.a -s.fH(new A.kU(s))}}, -xV(){this.a.hu(0)}, -tE(a,b,c){new A.it(null,c,A.b(this.b,"_controller").geZ(),a,b,0).eu(b)}, -gjg(){return!0}, -ghl(){return!0}, -geZ(){return A.b(this.b,"_controller").geZ()}, -n(a){A.b(this.b,"_controller").n(0) -this.qL(0)}, -j(a){return"#"+A.bF(this)+"("+A.b(this.b,"_controller").j(0)+")"}} -A.EI.prototype={ -ya(){if(this.a.vR(A.b(A.b(this.c,"_controller").y,"_value"))!==0){var s=this.a -s.fH(new A.kU(s))}}, -xV(){this.a.hu(A.b(this.c,"_controller").geZ())}, -tE(a,b,c){new A.it(null,c,A.b(this.c,"_controller").geZ(),a,b,0).eu(b)}, -gjg(){return!0}, -ghl(){return!0}, -geZ(){return A.b(this.c,"_controller").geZ()}, -n(a){A.b(this.b,"_completer").dl(0) -A.b(this.c,"_controller").n(0) -this.qL(0)}, -j(a){return"#"+A.bF(this)+"("+A.b(this.c,"_controller").j(0)+")"}} -A.Ii.prototype={ -JC(a,b,c,d,e,f){return new A.aaB(this,f,c!==!1,d,e,b,a)}, -a5y(a,b){return this.JC(null,null,a,null,null,b)}, -a5q(a){return this.JC(null,null,null,null,null,a)}, -lG(a){return A.eB()}, -gzF(){return B.CD}, -a4G(a,b,c){var s -switch(this.lG(a)){case B.b4:case B.bL:case B.by:case B.bM:s=1 -break -case B.bx:s=2 -break -case B.cK:s=3 -break -default:s=null -break}if(s)c$0:for(;!0;)switch(s){case 1:return b -case 2:switch(1){case 1:break}if(2)c$1:for(;!0;)switch(2){case 1:return new A.qL(c,b,null) -case 2:s=3 -continue c$0}break c$0 -case 3:return new A.pj(c,B.m,b,null)}}, -t5(a,b,c){var s=null -switch(this.lG(a)){case B.bL:case B.by:case B.bM:return A.atk(b,c.b,B.bT,s,s,s,A.QN(),B.z,s,s,s,B.dY) -case B.bx:case B.cK:case B.b4:return b}}, -t4(a,b,c){return this.a4G(a,b,c.a)}, -uG(a){switch(this.lG(a)){case B.b4:case B.by:return new A.a0d() -case B.bx:case B.cK:case B.bL:case B.bM:return new A.a0e()}}, -lH(a){switch(this.lG(a)){case B.b4:case B.by:return B.DM -case B.bx:case B.cK:case B.bL:case B.bM:return B.F1}}, -j(a){return"ScrollBehavior"}} -A.a0d.prototype={ -$1(a){var s=a.gcV(a),r=t.av -return new A.pl(A.a1(20,null,!1,r),s,A.a1(20,null,!1,r))}, -$S:362} -A.a0e.prototype={ -$1(a){return new A.iT(a.gcV(a),A.a1(20,null,!1,t.av))}, -$S:95} -A.aaB.prototype={ -gzF(){var s=this.f -return s==null?B.CD:s}, -t4(a,b,c){if(this.c)return this.a.t4(a,b,c) -return b}, -t5(a,b,c){if(this.b)return this.a.t5(a,b,c) -return b}, -lH(a){var s=this.a.lH(a) -return s}, -uG(a){return this.a.uG(a)}, -j(a){return"_WrappedScrollBehavior"}} -A.y0.prototype={ -cq(a){var s -if(A.w(this.f)===A.w(a.f))s=!1 -else s=!0 -return s}} -A.nl.prototype={ -hN(a,b,c){return this.a4f(a,b,c)}, -a4f(a,b,c){var s=0,r=A.aj(t.H),q=this,p,o,n -var $async$hN=A.ak(function(d,e){if(d===1)return A.ag(e,r) -while(true)switch(s){case 0:n=A.a([],t.mo) -for(p=q.d,o=0;o#"+A.bF(this)+"("+B.b.bB(r,", ")+")"}} -A.hI.prototype={ -hR(){var s=this,r=null,q=s.gAd()?s.gfi():r,p=s.gAd()?s.gfU():r,o=s.gKK()?s.gcM():r,n=s.gKN()?s.gqg():r,m=s.gfG() -return new A.v9(q,p,o,n,m)}, -gAY(){var s=this -return s.gcM()s.gfU()}, -gJ_(){var s=this -return s.gcM()===s.gfi()||s.gcM()===s.gfU()}, -gle(){var s=this -return s.gqg()-B.c.C(s.gfi()-s.gcM(),0,s.gqg())-B.c.C(s.gcM()-s.gfU(),0,s.gqg())}} -A.v9.prototype={ -gfi(){var s=this.a -s.toString -return s}, -gfU(){var s=this.b -s.toString -return s}, -gAd(){return this.a!=null&&this.b!=null}, -gcM(){var s=this.c -s.toString -return s}, -gKK(){return this.c!=null}, -gqg(){var s=this.d -s.toString -return s}, -gKN(){return this.d!=null}, -j(a){var s=this -return"FixedScrollMetrics("+B.c.Z(Math.max(s.gcM()-s.gfi(),0),1)+"..["+B.c.Z(s.gle(),1)+"].."+B.c.Z(Math.max(s.gfU()-s.gcM(),0),1)+")"}, -gfG(){return this.e}} -A.LE.prototype={} -A.z3.prototype={} -A.eo.prototype={ -cI(a){this.RN(a) -a.push(this.a.j(0))}} -A.y5.prototype={ -cI(a){var s -this.nV(a) -s=this.d -if(s!=null)a.push(s.j(0))}} -A.fT.prototype={ -cI(a){var s -this.nV(a) -a.push("scrollDelta: "+A.e(this.e)) -s=this.d -if(s!=null)a.push(s.j(0))}, -gJZ(){return this.d}} -A.it.prototype={ -cI(a){var s,r=this -r.nV(a) -a.push("overscroll: "+B.c.Z(r.e,1)) -a.push("velocity: "+B.c.Z(r.f,1)) -s=r.d -if(s!=null)a.push(s.j(0))}} -A.lo.prototype={ -cI(a){var s -this.nV(a) -s=this.d -if(s!=null)a.push(s.j(0))}, -gJZ(){return this.d}} -A.JN.prototype={ -cI(a){this.nV(a) -a.push("direction: "+this.d.j(0))}} -A.tg.prototype={ -kv(a){if(a instanceof A.ar&&t.NW.b(a.gE()))++this.cR$ -return this.vE(a)}, -cI(a){var s -this.vD(a) -s="depth: "+this.cR$+" (" -a.push(s+(this.cR$===0?"local":"remote")+")")}} -A.Bh.prototype={ -cq(a){return this.f!==a.f}} -A.lM.prototype={ -a8r(a,b){return this.d.$1(b)}} -A.y2.prototype={ -aj(){return new A.y3(new A.w2(t.z_),B.l)}} -A.y3.prototype={ -T(a,b){var s,r,q,p=this.d -p.toString -p=A.av1(p,p.$ti.c) -s=p.$ti.c -for(;p.u();){r=s.a(p.c) -if(J.f(r.d,b)){p=r.a -p.toString -A.o(r).i("mR.E").a(r);++p.a -s=r.b -s.c=r.c -r.c.b=s -q=--p.b -r.a=r.b=r.c=null -if(q===0)p.c=null -else if(r===p.c)p.c=s -return}}}, -a0r(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.d -if(i.b===0)return -p=A.aq(i,!0,t.Sx) -for(i=p.length,o=0;o "+s.j(0)}} -A.Hp.prototype={ -jO(a){return new A.Hp(this.jQ(a))}, -rW(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.cy -if(n){s.toString -m=0.52*Math.pow(1-(o-Math.abs(b))/s,2)}else{s.toString -m=0.52*Math.pow(1-o/s,2)}return J.eZ(b)*A.aqN(o,Math.abs(b),m)}, -oI(a,b){return 0}, -mw(a,b){var s,r,q,p,o,n,m="_frictionSimulation",l="_springTime",k=this.gqc() -if(Math.abs(b)>=k.c||a.gAY()){s=this.gqB() -r=a.cx -r.toString -q=a.z -q.toString -p=a.Q -p.toString -o=new A.RS(q,p,s,k) -if(rp){o.f=new A.lp(p,A.Bv(s,r-p,b),B.cN) -o.r=-1/0}else{r=o.e=new A.Vj(0.135,Math.log(0.135),r,b,B.cN) -n=A.b(r,m).gA_() -if(b>0&&n>p){q=A.b(r,m).Mw(p) -o.r=q -r=A.b(r,m) -q=A.b(q,l) -o.f=new A.lp(p,A.Bv(s,p-p,Math.min(r.e*Math.pow(r.b,q),5000)),B.cN)}else if(b<0&&nr)q=r -else q=o -r=a.z -r.toString -if(s0){r=a.cx -r.toString -p=a.Q -p.toString -p=r>=p -r=p}else r=!1 -if(r)return o -if(b<0){r=a.cx -r.toString -p=a.z -p.toString -p=r<=p -r=p}else r=!1 -if(r)return o -r=a.cx -r.toString -r=new A.Sj(r,b,n) -s=Math.exp(Math.log(0.35*s/778.3530259679999)/($.alU()-1)) -r.e=s -r.f=Math.abs(b*A.b(s,"_duration")/3.065) -return r}} -A.qc.prototype={ -j(a){return"ScrollPositionAlignmentPolicy."+this.b}} -A.iG.prototype={ -DD(a,b,c,d,e){if(d!=null)this.oB(d) -this.Mn()}, -gfi(){var s=this.z -s.toString -return s}, -gfU(){var s=this.Q -s.toString -return s}, -gAd(){return this.z!=null&&this.Q!=null}, -gcM(){var s=this.cx -s.toString -return s}, -gKK(){return this.cx!=null}, -gqg(){var s=this.cy -s.toString -return s}, -gKN(){return this.cy!=null}, -oB(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.cx -if(r!=null)s.cx=r -r=a.cy -if(r!=null)s.cy=r -s.k1=a.k1 -a.k1=null -if(A.w(a)!==A.w(s))s.k1.Mi() -s.r.Cs(s.k1.gjg()) -s.id.sm(0,s.k1.ghl())}, -NY(a){var s,r,q,p=this,o=p.cx -o.toString -if(a!==o){s=p.f.oI(p,a) -o=p.cx -o.toString -r=a-s -p.cx=r -if(r!==o){p.yo() -p.CY() -r=p.cx -r.toString -p.zA(r-o)}if(s!==0){o=p.k1 -o.toString -r=p.hR() -q=$.E.t$.Q.h(0,p.r.z) -q.toString -o.tE(r,q,s) -return s}}return 0}, -a5D(a){var s=this.cx -s.toString -this.cx=s+a -this.dx=!0}, -A4(a){var s=this -s.cx.toString -s.cx=a -s.yo() -s.CY() -$.bT.z$.push(new A.a0j(s))}, -Cb(){var s,r=this.r,q=r.c -q.toString -q=A.Yz(q) -if(q!=null){r=r.c -r.toString -s=this.cx -s.toString -q.MN(r,s)}}, -Mn(){var s,r,q -if(this.cx==null){s=this.r -r=s.c -r.toString -r=A.Yz(r) -if(r==null)q=null -else{s=s.c -s.toString -q=r.M1(s)}if(q!=null)this.cx=q}}, -Mm(a,b){if(b)this.cx=a -else this.hm(a)}, -Ca(){var s=this.cx -s.toString -this.r.e.sm(0,s) -A.b($.eS.aO$,"_restorationManager").Kn()}, -ml(a){if(this.cy!==a){this.cy=a -this.dx=!0}return!0}, -mj(a,b){var s,r,q,p=this -if(!A.CL(p.z,a,0.001)||!A.CL(p.Q,b,0.001)||p.dx||p.fy!==A.b9(p.gfG())){p.z=a -p.Q=b -p.fy=A.b9(p.gfG()) -s=p.db?p.hR():null -p.dx=!1 -p.dy=!0 -if(p.db){r=p.fr -r.toString -s.toString -r=!p.a5E(r,s)}else r=!1 -if(r)return!1 -p.db=!0}if(p.dy){p.Qv() -p.r.NE(p.f.qA(p)) -p.dy=!1}s=p.hR() -if(p.fr!=null){r=Math.max(s.gcM()-s.gfi(),0) -q=p.fr -if(r===Math.max(q.gcM()-q.gfi(),0))if(s.gle()===p.fr.gle()){r=Math.max(s.gfU()-s.gcM(),0) -q=p.fr -r=r===Math.max(q.gfU()-q.gcM(),0)&&s.e===p.fr.e}else r=!1 -else r=!1 -r=!r}else r=!0 -if(r){if(!p.fx){A.eC(p.ga67()) -p.fx=!0}p.fr=p.hR()}return!0}, -a5E(a,b){var s=this,r=s.f.rW(s.k1.ghl(),b,a,s.k1.geZ()),q=s.cx -q.toString -if(r!==q){s.cx=r -return!1}return!0}, -oJ(){this.k1.oJ() -this.yo()}, -yo(){var s,r,q,p,o,n=this,m=n.r -switch(m.a.c.a){case 0:s=B.ez -r=B.ey -break -case 1:s=B.eA -r=B.eB -break -case 2:s=B.ey -r=B.ez -break -case 3:s=B.eB -r=B.eA -break -default:s=null -r=null}q=A.aT(t._S) -p=n.cx -p.toString -o=n.z -o.toString -if(p>o)q.F(0,r) -p=n.cx -p.toString -o=n.Q -o.toString -if(pm)p=m -break -default:p=n}m=o.cx -m.toString -if(p===m)return A.cY(n,t.H) -if(e.a===B.z.a){o.hm(p) -return A.cY(n,t.H)}return o.hN(p,d,e)}, -pI(a,b,c,d){var s,r=this.z -r.toString -s=this.Q -s.toString -b=B.c.C(b,r,s) -return this.QT(0,b,c,d)}, -fH(a){var s,r,q=this,p=q.k1 -if(p!=null){s=p.gjg() -r=q.k1.ghl() -if(r&&!a.ghl())q.zu() -q.k1.n(0)}else{r=!1 -s=!1}q.k1=a -if(s!==a.gjg())q.r.Cs(q.k1.gjg()) -q.id.sm(0,q.k1.ghl()) -if(!r&&q.k1.ghl())q.zy()}, -zy(){var s=this.k1 -s.toString -s.JU(this.hR(),$.E.t$.Q.h(0,this.r.z))}, -zA(a){var s,r,q=this.k1 -q.toString -s=this.hR() -r=$.E.t$.Q.h(0,this.r.z) -r.toString -q.JV(s,r,a)}, -zu(){var s,r,q=this,p=q.k1 -p.toString -s=q.hR() -r=$.E.t$.Q.h(0,q.r.z) -r.toString -p.JT(s,r) -q.Ca() -q.Cb()}, -a68(){var s,r,q -this.fx=!1 -s=this.r.z -if($.E.t$.Q.h(0,s)!=null){r=this.hR() -q=$.E.t$.Q.h(0,s) -q.toString -new A.qb(r,q,0).eu($.E.t$.Q.h(0,s))}}, -n(a){var s=this.k1 -if(s!=null)s.n(0) -this.k1=null -this.f5(0)}, -cI(a){var s,r,q=this -q.QS(a) -s=q.z -s="range: "+A.e(s==null?null:B.c.Z(s,1))+".." -r=q.Q -a.push(s+A.e(r==null?null:B.c.Z(r,1))) -s=q.cy -a.push("viewport: "+A.e(s==null?null:B.c.Z(s,1)))}} -A.a0j.prototype={ -$1(a){}, -$S:2} -A.qb.prototype={ -cI(a){this.RM(a) -a.push(this.a.j(0))}} -A.tf.prototype={ -kv(a){if(a instanceof A.ar&&t.NW.b(a.gE()))++this.cR$ -return this.vE(a)}, -cI(a){var s -this.vD(a) -s="depth: "+this.cR$+" (" -a.push(s+(this.cR$===0?"local":"remote")+")")}} -A.O7.prototype={} -A.qd.prototype={ -DE(a,b,c,d,e,f){var s=this -if(s.cx==null&&c!=null)s.cx=c -if(s.k1==null)s.fH(new A.kU(s))}, -gfG(){return this.r.a.c}, -oB(a){var s,r=this -r.Qt(a) -r.k1.a=r -r.ry=a.ry -s=a.x1 -if(s!=null){r.x1=s -s.a=r -a.x1=null}}, -fH(a){var s,r=this -r.rx=0 -r.Qx(a) -s=r.x1 -if(s!=null)s.n(0) -r.x1=null -if(!r.k1.ghl())r.BJ(B.hH)}, -hu(a){var s,r,q,p=this,o=p.f.mw(p,a) -if(o!=null){s=new A.Dg(p) -r=A.agv(null,0,p.r) -r.cB() -q=r.c5$ -q.b=!0 -q.a.push(s.gy9()) -r.eH(0) -r.Q=B.aq -r.y3(o).a.a.ip(s.gxU()) -s.b=r -p.fH(s)}else p.fH(new A.kU(p))}, -BJ(a){var s,r,q,p=this -if(p.ry===a)return -p.ry=a -s=p.hR() -r=p.r.z -q=$.E.t$.Q.h(0,r) -q.toString -new A.JN(a,s,q,0).eu($.E.t$.Q.h(0,r))}, -hN(a,b,c){var s,r,q=this,p="_completer",o=q.cx -o.toString -if(A.CL(a,o,q.f.gqc().a)){q.hm(a) -return A.cY(null,t.H)}o=q.cx -o.toString -s=new A.EI(q) -r=$.a3 -A.d7($,p) -s.b=new A.bd(new A.ad(r,t.U),t.h) -o=A.agv("DrivenScrollActivity",o,q.r) -o.cB() -r=o.c5$ -r.b=!0 -r.a.push(s.gy9()) -o.Q=B.aq -o.iA(a,b,c).a.a.ip(s.gxU()) -A.d7(s.c,"_controller") -s.c=o -q.fH(s) -return A.b(s.b,p).a}, -hm(a){var s,r,q=this -q.fH(new A.kU(q)) -s=q.cx -s.toString -if(s!==a){q.A4(a) -q.zy() -r=q.cx -r.toString -q.zA(r-s) -q.zu()}q.hu(0)}, -n(a){var s=this.x1 -if(s!=null)s.n(0) -this.x1=null -this.Qz(0)}} -A.RS.prototype={ -y0(a){var s,r=this,q="_springTime" -if(a>A.b(r.r,q)){r.x=isFinite(A.b(r.r,q))?A.b(r.r,q):0 -s=A.b(r.f,"_springSimulation")}else{r.x=0 -s=A.b(r.e,"_frictionSimulation")}s.a=r.a -return s}, -e3(a,b){return this.y0(b).e3(0,b-this.x)}, -fN(a,b){return this.y0(b).fN(0,b-this.x)}, -kg(a){return this.y0(a).kg(a-this.x)}, -j(a){return"BouncingScrollSimulation(leadingExtent: "+A.e(this.b)+", trailingExtent: "+A.e(this.c)+")"}} -A.Sj.prototype={ -e3(a,b){var s=this,r=B.c.C(b/A.b(s.e,"_duration"),0,1) -return s.b+A.b(s.f,"_distance")*(1.2*r*r*r-3.27*r*r+3.065*r)*J.eZ(s.c)}, -fN(a,b){var s=this,r="_duration",q=B.c.C(b/A.b(s.e,r),0,1) -return A.b(s.f,"_distance")*(3.6*q*q-6.54*q+3.065)*J.eZ(s.c)/A.b(s.e,r)}, -kg(a){return a>=A.b(this.e,"_duration")}} -A.y6.prototype={ -j(a){return"ScrollViewKeyboardDismissBehavior."+this.b}} -A.Ik.prototype={ -a4F(a,b,c,d){return A.ajv(0,c,this.ch,B.ET,null,this.dy,b,d)}, -H(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=new A.IO(j.K,j.L,i),g=j.fx -if(g==null){s=A.eQ(b) -if(s!=null){r=s.f -q=r.a5s(0,0) -p=r.a5v(0,0) -r=j.c===B.as -g=r?p:q -h=new A.hv(s.Ju(r?q:p),h,i)}}o=A.a([g!=null?new A.IS(g,h,i):h],t.p) -r=A.abT(b,j.c,!1) -n=j.f -m=n?A.xe(b):j.e -l=A.a0m(r,m,j.cy,!1,j.r,j.dx,i,j.cx,new A.a0k(j,r,o)) -k=n&&m!=null?A.air(l):l -if(j.db===B.WL)return new A.dg(k,new A.a0l(b),i,t.kj) -else return k}} -A.a0k.prototype={ -$2(a,b){return this.a.a4F(a,b,this.b,this.c)}, -$S:364} -A.a0l.prototype={ -$1(a){var s=A.adl(this.a) -if(a.d!=null&&s.gbW())s.BA() -return!1}, -$S:365} -A.Dr.prototype={} -A.vo.prototype={} -A.a9h.prototype={ -$2(a,b){if(!a.a)a.T(0,b)}, -$S:27} -A.y7.prototype={ -aj(){var s=null,r=t.A -return new A.y8(new A.NY(A.a1(0,s,!1,t.Z)),new A.b7(s,r),new A.b7(s,t.hA),new A.b7(s,r),B.AY,s,A.x(t.yb,t.Q),s,!0,s,s,s,B.l)}, -aaQ(a,b){return this.f.$2(a,b)}} -A.a0s.prototype={ -$1(a){return null}, -$S:125} -A.Bi.prototype={ -cq(a){return this.r!==a.r}} -A.y8.prototype={ -gob(){var s=this.a.d -if(s==null){s=this.x -s.toString}return s}, -Ir(){var s,r,q,p=this,o=p.a.ch -if(o==null){o=p.c -o.toString -o=A.a0f(o)}p.f=o -o=A.b(o,"_configuration") -s=p.c -s.toString -s=o.lH(s) -p.r=s -o=p.a -r=o.e -if(r!=null)p.r=r.jO(s) -else{o=o.ch -if(o!=null){s=p.c -s.toString -p.r=o.lH(s).jO(p.r)}}q=p.d -if(q!=null){p.gob().p7(0,q) -A.eC(q.gdF(q))}o=p.gob() -s=p.r -s.toString -p.d=o.JF(s,p,q) -s=p.gob() -o=p.d -o.toString -s.ad(o)}, -eD(a,b){var s=this.e -this.fk(s,"offset") -s=A.o(s).i("bn.T").a(s.y) -if(s!=null)this.d.Mm(s,b)}, -aR(){if(this.a.d==null)this.x=A.Ij(0) -this.bi()}, -be(){this.Ir() -this.RP()}, -a2G(a){var s,r,q,p=this,o=null,n=p.a,m=n.e -if(m==null){n=n.ch -if(n==null)m=o -else{s=p.c -s.toString -s=n.lH(s) -m=s}}r=a.e -if(r==null){n=a.ch -if(n==null)r=o -else{s=p.c -s.toString -s=n.lH(s) -r=s}}do{n=m==null -s=n?o:A.w(m) -q=r==null -if(s!=(q?o:A.w(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.w(n) -s=a.d -return n!=(s==null?o:A.w(s))}, -b_(a){var s,r,q=this -q.RQ(a) -s=a.d -if(q.a.d!=s){if(s==null){s=q.x -s.toString -r=q.d -r.toString -s.p7(0,r) -q.x.n(0) -q.x=null}else{r=q.d -r.toString -s.p7(0,r) -if(q.a.d==null)q.x=A.Ij(0)}s=q.gob() -r=q.d -r.toString -s.ad(r)}if(q.a2G(a))q.Ir()}, -n(a){var s,r=this,q=r.a.d -if(q!=null){s=r.d -s.toString -q.p7(0,s)}else{q=r.x -if(q!=null){s=r.d -s.toString -q.p7(0,s)}q=r.x -if(q!=null)q.n(0)}r.d.n(0) -r.e.n(0) -r.RR(0)}, -NE(a){var s,r,q=this -if(a===q.cy)s=!a||A.b9(q.a.c)===q.db -else s=!1 -if(s)return -if(!a){q.ch=B.AY -q.Hd()}else{switch(A.b9(q.a.c).a){case 1:q.ch=A.aN([B.nA,new A.cb(new A.a0o(q),new A.a0p(q),t.ok)],t.n,t.xR) -break -case 0:q.ch=A.aN([B.nz,new A.cb(new A.a0q(q),new A.a0r(q),t.Uv)],t.n,t.xR) -break}a=!0}q.cy=a -q.db=A.b9(q.a.c) -s=q.z -if(s.gah()!=null){s=s.gah() -s.y6(q.ch) -if(!s.a.f){r=s.c.gE() -r.toString -t.Wx.a(r) -s.e.yN(r)}}}, -Cs(a){var s,r=this -if(r.cx===a)return -r.cx=a -s=r.Q -if($.E.t$.Q.h(0,s)!=null){s=$.E.t$.Q.h(0,s).gE() -s.toString -t.f1.a(s).sKU(r.cx)}}, -Ym(a){var s=this.d,r=s.k1.geZ(),q=new A.VS(this.gWr(),s) -s.fH(q) -s.rx=r -this.dy=q}, -a2j(a){var s,r,q=this.d,p=q.f,o=p.yZ(q.rx) -p=p.gzG() -s=p==null?null:0 -r=new A.a0g(q,this.gWp(),o,p,a.a,o!==0,s,a) -q.fH(new A.TE(r,q)) -this.dx=q.x1=r}, -a2k(a){var s=this.dx -if(s!=null)s.bh(0,a)}, -a2i(a){var s,r,q,p,o=this.dx -if(o!=null){s=a.b -s.toString -r=-s -if(A.QC(o.a.r.a.c))r=-r -o.x=a -if(o.f){s=J.eZ(r) -q=o.c -p=Math.abs(r)>Math.abs(q)*0.5 -if(s===J.eZ(q)&&p)r+=q}o.a.hu(r)}}, -Hd(){var s=this.dy -if(s!=null)s.a.hu(0) -s=this.dx -if(s!=null)s.a.hu(0)}, -Ws(){this.dy=null}, -Wq(){this.dx=null}, -HM(a){var s,r=this.d,q=r.cx -q.toString -s=r.z -s.toString -s=Math.max(q+a,s) -r=r.Q -r.toString -return Math.min(s,r)}, -GJ(a){var s=A.b9(this.a.c)===B.aK?a.gv3().a:a.gv3().b -return A.QC(this.a.c)?s*-1:s}, -a1C(a){var s,r,q,p,o=this -if(t.Mj.b(a)&&o.d!=null){s=o.r -if(s!=null){r=o.d -r.toString -r=!s.qA(r) -s=r}else s=!1 -if(s)return -q=o.GJ(a) -p=o.HM(q) -if(q!==0){s=o.d.cx -s.toString -s=p!==s}else s=!1 -if(s)$.eK.r1$.q6(0,a,o.gZv())}}, -Zw(a){var s,r,q,p,o,n=this,m=n.GJ(a),l=n.HM(m) -if(m!==0){s=n.d.cx -s.toString -s=l!==s}else s=!1 -if(s){s=n.d -r=s.cx -r.toString -q=s.z -q.toString -q=Math.max(r+m,q) -p=s.Q -p.toString -o=Math.min(q,p) -if(o!==r){s.fH(new A.kU(s)) -s.BJ(-m>0?B.nd:B.ne) -r=s.cx -r.toString -s.A4(o) -s.id.sm(0,!0) -s.zy() -q=s.cx -q.toString -s.zA(q-r) -s.zu() -s.hu(0)}}}, -ZM(a){var s,r -if(a.cR$===0){s=$.E.t$.Q.h(0,this.y) -r=s==null?null:s.gE() -if(r!=null)r.ak()}return!1}, -H(a,b){var s,r,q,p,o,n=this,m=null,l="_configuration",k=n.d -k.toString -s=n.ch -r=n.a -q=r.x -p=new A.Bi(n,k,A.Xd(B.d4,new A.jQ(A.bB(m,new A.hp(n.cx,!1,r.aaQ(b,k),n.Q),!1,m,m,!1,!q,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m),s,B.bD,q,m,n.z),m,m,n.ga1B(),m),m) -k=n.a -if(!k.x){k=n.d -k.toString -s=n.r.gkX() -r=n.a -p=new A.dg(new A.O8(k,s,r.y,p,n.y),n.gZL(),m,t.ji) -k=r}o=new A.a0n(k.c,n.gob()) -return A.b(n.f,l).t5(b,A.b(n.f,l).t4(b,p,o),o)}, -gel(){return this.a.Q}} -A.a0o.prototype={ -$0(){return A.aju(null,A.b(this.a.f,"_configuration").gzF())}, -$S:122} -A.a0p.prototype={ -$1(a){var s,r,q=this.a -a.cx=q.gFE() -a.cy=q.gHf() -a.db=q.gHg() -a.dx=q.gHe() -a.dy=q.gHc() -s=q.r -a.fr=s==null?null:s.gAJ() -s=q.r -a.fx=s==null?null:s.guc() -s=q.r -a.fy=s==null?null:s.gAI() -s=A.b(q.f,"_configuration") -r=q.c -r.toString -a.go=s.uG(r) -a.ch=q.a.z}, -$S:117} -A.a0q.prototype={ -$0(){return A.adq(null,A.b(this.a.f,"_configuration").gzF())}, -$S:113} -A.a0r.prototype={ -$1(a){var s,r,q=this.a -a.cx=q.gFE() -a.cy=q.gHf() -a.db=q.gHg() -a.dx=q.gHe() -a.dy=q.gHc() -s=q.r -a.fr=s==null?null:s.gAJ() -s=q.r -a.fx=s==null?null:s.guc() -s=q.r -a.fy=s==null?null:s.gAI() -s=A.b(q.f,"_configuration") -r=q.c -r.toString -a.go=s.uG(r) -a.ch=q.a.z}, -$S:107} -A.a0n.prototype={} -A.O8.prototype={ -aD(a){var s=this.e,r=new A.NO(s,this.f,this.r,null,A.a8(t.T)) -r.gam() -r.gax() -r.fr=!1 -r.sb7(null) -s.al(0,r.gLs()) -return r}, -aE(a,b){b.skX(this.f) -b.sbS(0,this.e) -b.sNA(this.r)}} -A.NO.prototype={ -sbS(a,b){var s,r=this,q=r.v -if(b===q)return -s=r.gLs() -q.T(0,s) -r.v=b -b.al(0,s) -r.ak()}, -skX(a){if(a===this.a3)return -this.a3=a -this.ak()}, -sNA(a){if(a==this.aP)return -this.aP=a -this.ak()}, -eP(a){var s,r,q=this -q.h1(a) -a.a=!0 -if(q.v.db){a.bo(B.X8,q.a3) -s=q.v -r=s.cx -r.toString -a.bg=r -a.d=!0 -r=s.Q -r.toString -a.b1=r -s=s.z -s.toString -a.aB=s -a.sNw(q.aP)}}, -mm(a,b,c){var s,r,q,p,o,n,m,l=this -if(c.length!==0){s=B.b.gI(c).id -s=!(s!=null&&s.A(0,B.CC))}else s=!0 -if(s){l.Dt(a,b,c) -return}s=l.bI -if(s==null)s=l.bI=A.Iq(null,l.gnL()) -s.sLd(a.cy||a.cx) -s.sbc(0,a.x) -s=l.bI -s.toString -r=t.J -q=A.a([s],r) -p=A.a([],r) -for(s=c.length,o=null,n=0;n>>24&255)/255*r.gm(r))),s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)) -return q}, -Gw(a){var s,r,q,p=this -if(a){s=A.aQ() -s=s?A.bl():new A.bf(new A.bh()) -r=p.c -q=p.f -s.saz(0,A.ap(B.c.aU(255*((r.gm(r)>>>24&255)/255*q.gm(q))),r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255)) -s.scP(0,B.ad) -s.sh0(1) -return s}s=A.aQ() -s=s?A.bl():new A.bf(new A.bh()) -r=p.b -q=p.f -s.saz(0,A.ap(B.c.aU(255*((r.gm(r)>>>24&255)/255*q.gm(q))),r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255)) -return s}, -a10(){return this.Gw(!1)}, -a0Y(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g="_thumbOffset",f=i.dy -if(f===B.W||f===B.Z)s=i.d===B.w?B.WN:B.WM -else s=B.WO -switch(s.a){case 0:f=i.e -r=new A.K(f,c) -f+=2*i.x -q=new A.K(f,i.gep()) -p=i.x+i.Q.a -o=A.b(i.fy,g) -n=p-i.x -m=i.r -l=new A.k(n,m) -k=l.W(0,new A.k(f,0)) -j=new A.k(n+f,m+i.gep()) -break -case 1:f=i.e -r=new A.K(f,c) -q=new A.K(f+2*i.x,i.gep()) -p=b.a-i.e-i.x-i.Q.c -o=A.b(i.fy,g) -f=p-i.x -n=i.r -l=new A.k(f,n) -j=new A.k(f,n+i.gep()) -k=l -break -case 2:r=new A.K(c,i.e) -f=i.gep() -n=i.e+2*i.x -q=new A.K(f,n) -p=A.b(i.fy,g) -f=i.x -o=f+i.Q.b -m=i.r -f=o-f -l=new A.k(m,f) -k=l.W(0,new A.k(0,n)) -j=new A.k(m+i.gep(),f+n) -break -case 3:r=new A.K(c,i.e) -q=new A.K(i.gep(),i.e+2*i.x) -p=A.b(i.fy,g) -f=i.e -n=i.x -o=b.b-f-n-i.Q.d -f=i.r -n=o-n -l=new A.k(f,n) -j=new A.k(f+i.gep(),n) -k=l -break -default:j=h -k=j -l=k -q=l -r=q -o=r -p=o}f=l.a -n=l.b -i.fx=new A.v(f,n,f+q.a,n+q.b) -i.fr=new A.v(p,o,p+r.a,o+r.b) -f=i.f -if(f.gm(f)!==0){f=i.fx -f.toString -a.cm(0,f,i.a10()) -a.hU(0,k,j,i.Gw(!0)) -f=i.y -if(f!=null){n=i.fr -n.toString -a.cJ(0,A.ae_(n,f),i.gGv()) -return}f=i.fr -f.toString -a.cm(0,f,i.gGv()) -return}}, -HX(){var s,r,q,p,o,n,m,l,k,j=this,i=j.dx.gle(),h=j.dy -h=h===B.W||h===B.Z -s=j.Q -h=h?s.gcw(s)+s.gcF(s):s.gi5() -s=j.dx -r=s.b -r.toString -q=s.a -q.toString -s=s.d -s.toString -p=j.dy -p=p===B.W||p===B.Z -o=j.Q -p=p?o.gcw(o)+o.gcF(o):o.gi5() -n=B.c.C((i-h)/(r-q+s-p),0,1) -m=Math.max(Math.min(j.gep(),j.cx),j.gep()*n) -p=j.dx.gle() -s=j.dx.d -s.toString -l=Math.min(j.ch,j.gep()) -i=j.dy -i=i===B.Z||i===B.ar -h=j.dx -if((i?Math.max(h.gfU()-h.gcM(),0):Math.max(h.gcM()-h.gfi(),0))>0){i=j.dy -i=i===B.Z||i===B.ar -h=j.dx -h=(i?Math.max(h.gcM()-h.gfi(),0):Math.max(h.gfU()-h.gcM(),0))>0 -i=h}else i=!1 -k=i?l:l*(1-B.c.C(1-p/s,0,0.2)/0.2) -return B.c.C(m,k,j.gep())}, -n(a){this.f.a.T(0,this.geV()) -this.f5(0)}, -gep(){var s,r,q,p=this,o=p.dx.d -o.toString -s=p.r -r=p.dy -r=r===B.W||r===B.Z -q=p.Q -r=r?q.gcw(q)+q.gcF(q):q.gi5() -return o-2*s-r}, -aK(a,b){var s,r,q,p,o,n,m=this,l=m.dy -if(l!=null){s=m.dx -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=m.dx.d -s.toString -l=l===B.W||l===B.Z -r=m.Q -if(s<=(l?r.gcw(r)+r.gcF(r):r.gi5())||m.gep()<=0)return -l=m.dy -l=l===B.W||l===B.Z -s=m.Q -q=l?s.b:s.a -p=m.HX() -l=m.dx -s=l.b -s.toString -r=l.a -r.toString -o=s-r -if(o>0){l=l.c -l.toString -n=B.c.C((l-r)/o,0,1)}else n=0 -l=m.dy -l=l===B.Z||l===B.ar?1-n:n -m.fy=l*(m.gep()-p)+m.r+q -l=m.dx.b -l.toString -if(l==1/0||l==-1/0)return -l=m.dy -l.toString -return m.a0Y(a,b,p,l)}, -KQ(a,b,c){var s,r,q,p=this,o=p.fx -if(o==null)return!1 -if(p.db)return!1 -s=p.dx -r=s.a -r.toString -s=s.b -s.toString -if(r===s)return!1 -q=o.jZ(A.le(p.fr.gb3(),24)) -s=p.f -if(s.gm(s)===0){if(c&&b===B.cb)return q.A(0,a) -return!1}switch(b.a){case 0:return q.A(0,a) -case 1:case 2:case 3:case 4:return o.A(0,a)}}, -a7W(a,b){return this.KQ(a,b,!1)}, -KR(a,b){var s,r,q=this -if(q.fr==null)return!1 -if(q.db)return!1 -s=q.f -if(s.gm(s)===0)return!1 -s=q.dx -r=s.a -r.toString -s=s.b -s.toString -if(r===s)return!1 -switch(b.a){case 0:s=q.fr -return s.jZ(A.le(s.gb3(),24)).A(0,a) -case 1:case 2:case 3:case 4:return q.fr.A(0,a)}}, -Ag(a){var s,r,q=this -if(q.fr==null)return null -if(q.db)return!1 -s=q.f -if(s.gm(s)===0)return!1 -s=q.dx -r=s.a -r.toString -s=s.b -s.toString -if(r===s)return!1 -return q.fr.A(0,a)}, -f3(a){var s,r=this -if(r.a.k(0,a.a))if(r.b.k(0,a.b))if(r.c.k(0,a.c))if(r.d==a.d)if(r.e===a.e)if(r.f===a.f)if(r.r===a.r)if(r.x===a.x)if(J.f(r.y,a.y))if(r.Q.k(0,a.Q))if(r.ch===a.ch)if(r.cx===a.cx)s=r.db!==a.db -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}, -CI(a){return!1}, -gCl(){return null}, -j(a){return"#"+A.bF(this)}} -A.a0w.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:369} -A.q3.prototype={ -aj(){return A.atl(t.mz)}, -mZ(a){return this.db.$1(a)}} -A.iF.prototype={ -gvj(){var s=this.a.e -return s===!0}, -glc(){this.a.toString -return!0}, -aR(){var s,r,q,p,o=this,n=null -o.bi() -s=A.bX(n,o.a.ch,n,1,n,o) -s.cz(o.ga3K()) -o.r=s -s=A.dT(B.ay,A.b(s,"_fadeoutAnimationController"),n) -o.x=s -o.a.toString -s=A.b(s,"_fadeoutOpacityAnimation") -r=o.a -q=r.x -if(q==null)q=6 -p=r.r -r=r.dy -r=new A.qg(B.io,B.aF,B.aF,q,s,0,0,p,n,B.an,18,18,r,A.a1(0,n,!1,t.Z)) -s.a.al(0,r.geV()) -A.d7(o.Q,"scrollbarPainter") -o.Q=r}, -be(){this.ct()}, -a3L(a){this.a.toString -if(a!==B.N)this.glc()}, -qe(){var s,r=this,q=A.b(r.Q,"scrollbarPainter") -r.a.toString -q.saz(0,B.io) -s=r.c.M(t.I) -s.toString -q.sbF(0,s.f) -s=r.a.x -q.sBn(s==null?6:s) -q.sq2(r.a.r) -q.sdL(0,r.c.M(t.l).f.f) -q.sv4(r.a.dy) -r.a.toString -q.sAA(0) -r.a.toString -q.skB(0,null) -r.a.toString -q.szm(0) -r.a.toString -q.sAL(0,18) -r.a.toString -q.sLx(18) -q.sKT(!r.glc())}, -b_(a){var s,r=this,q="_fadeoutAnimationController" -r.br(a) -s=r.a.e -if(s!=a.e)if(s===!0){s=r.f -if(s!=null)s.av(0) -s=A.b(r.r,q) -s.Q=B.aq -s.iA(1,B.ac,null)}else A.b(r.r,q).dO(0)}, -ru(){var s,r=this -if(!r.gvj()){s=r.f -if(s!=null)s.av(0) -r.f=A.c_(r.a.cx,new A.ZE(r))}}, -kx(){var s=this.e.d -if(s.length!==0)return A.b9(B.b.gbH(s).gfG()) -return null}, -tS(){if(this.kx()==null)return -var s=this.f -if(s!=null)s.av(0)}, -tU(a){var s=this,r=s.a.d -s.e=r -if(s.kx()==null)return -r=s.f -if(r!=null)r.av(0) -A.b(s.r,"_fadeoutAnimationController").bZ(0) -s.d=a}, -a7K(a){var s,r,q,p,o,n,m,l,k,j,i=this -if(i.kx()==null)return -s=B.b.gbH(i.e.d) -r=A.bI("primaryDelta") -switch(s.r.a.c.a){case 0:r.b=i.d.b-a.b -break -case 1:r.b=a.a-i.d.a -break -case 2:r.b=a.b-i.d.b -break -case 3:r.b=i.d.a-a.a -break}q=A.b(i.Q,"scrollbarPainter") -p=r.bQ() -o=q.dx -n=o.b -n.toString -o=o.a -o.toString -m=q.gep() -q=q.HX() -l=s.cx -l.toString -k=(n-o)*p/(m-q)+l -if(k!==l){j=k-s.f.oI(s,k) -q=i.c -q.toString -q=A.a0f(q) -p=i.c -p.toString -switch(q.lG(p)){case B.cK:case B.bL:case B.by:case B.bM:q=s.Q -q.toString -j=B.c.C(j,0,q) -break -case B.b4:case B.bx:break}s.hm(j)}i.d=a}, -tT(a,b){var s=this -if(s.kx()==null)return -s.ru() -s.e=s.d=null}, -a_j(a){var s,r,q=this,p="scrollbarPainter",o="_thumbOffset",n=q.a.d -q.e=n -n=B.b.gbH(n.d) -n=$.E.t$.Q.h(0,n.r.z) -n.toString -n=A.iH(n) -if(n!=null)n.a.toString -n=B.b.gbH(q.e.d).cy -n.toString -s=0.8*n -switch(B.b.gbH(q.e.d).r.a.c.a){case 0:if(a.c.b>A.b(A.b(q.Q,p).fy,o))s=-s -break -case 2:if(a.c.bA.b(A.b(q.Q,p).fy,o))s=-s -break}n=B.b.gbH(q.e.d) -r=B.b.gbH(q.e.d).cx -r.toString -n.pI(0,r+s,B.ox,B.aL)}, -y_(a){var s=this.a.d,r=s.d,q=r.length -if(q>1)return!1 -return q===0||A.b9(B.b.gbH(r).gfG())===a}, -a2m(a){var s,r=this,q="_fadeoutAnimationController",p=r.a -p.toString -s=a.a -if(!p.mZ(A.ae2(a.b,a.cR$,null,s,null)))return!1 -if(r.gvj())if(A.b(A.b(r.r,q).ch,"_status")!==B.bB&&A.b(A.b(r.r,q).ch,"_status")!==B.Y)A.b(r.r,q).bZ(0) -p=s.e -if(r.y_(A.b9(p)))A.b(r.Q,"scrollbarPainter").nt(0,s,p) -return!1}, -a2o(a){var s,r,q,p=this,o="_fadeoutAnimationController",n="_status",m="scrollbarPainter" -if(!p.a.mZ(a))return!1 -s=a.a -r=s.b -r.toString -q=s.a -q.toString -if(r<=q){if(A.b(A.b(p.r,o).ch,n)!==B.N&&A.b(A.b(p.r,o).ch,n)!==B.b8)A.b(p.r,o).dO(0) -r=s.e -if(p.y_(A.b9(r)))A.b(p.Q,m).nt(0,s,r) -return!1}if(a instanceof A.fT||a instanceof A.it){if(A.b(A.b(p.r,o).ch,n)!==B.bB&&A.b(A.b(p.r,o).ch,n)!==B.Y)A.b(p.r,o).bZ(0) -r=p.f -if(r!=null)r.av(0) -r=s.e -if(p.y_(A.b9(r)))A.b(p.Q,m).nt(0,s,r)}else if(a instanceof A.lo)if(p.d==null)p.ru() -return!1}, -gXl(){var s,r=this,q=A.x(t.n,t.xR) -r.a.toString -s=r.glc() -if(!s)return q -q.p(0,B.a1W,new A.cb(new A.ZA(r),new A.ZB(r),t.ff)) -q.p(0,B.a1X,new A.cb(new A.ZC(r),new A.ZD(r),t.Bk)) -return q}, -Le(a,b,c){var s,r=this.y -if($.E.t$.Q.h(0,r)==null)return!1 -s=A.aeL(r,a) -return A.b(this.Q,"scrollbarPainter").KQ(s,b,!0)}, -A6(a){var s,r=this -if(r.Le(a.gbS(a),a.gcV(a),!0)){r.z=!0 -A.b(r.r,"_fadeoutAnimationController").bZ(0) -s=r.f -if(s!=null)s.av(0)}else if(r.z){r.z=!1 -r.ru()}}, -A7(a){this.z=!1 -this.ru()}, -n(a){var s,r=this -A.b(r.r,"_fadeoutAnimationController").n(0) -s=r.f -if(s!=null)s.av(0) -s=A.b(r.Q,"scrollbarPainter") -s.f.a.T(0,s.geV()) -s.f5(0) -r.Rf(0)}, -H(a,b){var s,r,q=this,p=null -q.qe() -s=q.gXl() -r=A.b(q.Q,"scrollbarPainter") -return new A.dg(new A.dg(new A.fP(new A.jQ(A.mY(A.oZ(new A.fP(q.a.c,p),r,q.y,p),B.cf,p,p,new A.ZF(q),new A.ZG(q)),s,p,!1,p,p),p),q.ga2n(),p,t.WA),q.ga2l(),p,t.ji)}} -A.ZE.prototype={ -$0(){var s=this.a -A.b(s.r,"_fadeoutAnimationController").dO(0) -s.f=null}, -$S:0} -A.ZA.prototype={ -$0(){var s=this.a,r=s.a.cy,q=t.S,p=A.cZ(q) -return new A.j3(s.y,r,null,B.bU,A.x(q,t.o),p,s,null,A.x(q,t.G))}, -$S:370} -A.ZB.prototype={ -$1(a){var s=this.a -a.x2=s.gKF() -a.y1=new A.Zx(s) -a.y2=new A.Zy(s) -a.K=new A.Zz(s)}, -$S:371} -A.Zx.prototype={ -$1(a){return this.a.tU(a.b)}, -$S:81} -A.Zy.prototype={ -$1(a){return this.a.a7K(a.b)}, -$S:76} -A.Zz.prototype={ -$1(a){return this.a.tT(a.b,a.c)}, -$S:75} -A.ZC.prototype={ -$0(){var s=this.a,r=t.S,q=A.cZ(r) -return new A.j4(s.y,B.aL,18,B.bU,A.x(r,t.o),q,s,null,A.x(r,t.G))}, -$S:373} -A.ZD.prototype={ -$1(a){a.aN=this.a.ga_i()}, -$S:374} -A.ZF.prototype={ -$1(a){var s -switch(a.gcV(a).a){case 1:s=this.a -if(s.glc())s.A7(a) -break -case 2:case 3:case 4:case 0:break}}, -$S:29} -A.ZG.prototype={ -$1(a){var s -switch(a.gcV(a).a){case 1:s=this.a -if(s.glc())s.A6(a) -break -case 2:case 3:case 4:case 0:break}}, -$S:375} -A.j3.prototype={ -fS(a){if(!this.xk(this.hi,a.gbS(a),a.gcV(a)))return!1 -return this.PF(a)}, -xk(a,b,c){var s -if($.E.t$.Q.h(0,a)==null)return!1 -s=t.ip.a($.E.t$.Q.h(0,a).gG()).f -s.toString -return t.sm.a(s).KR(A.aeL(a,b),c)}} -A.j4.prototype={ -fS(a){if(!this.xk(this.df,a.gbS(a),a.gcV(a)))return!1 -return this.QK(a)}, -xk(a,b,c){var s,r -if($.E.t$.Q.h(0,a)==null)return!1 -s=t.ip.a($.E.t$.Q.h(0,a).gG()).f -s.toString -t.sm.a(s) -r=A.aeL(a,b) -return s.a7W(r,c)&&!s.KR(r,c)}} -A.t8.prototype={ -bT(){this.d8() -this.cH() -this.eq()}, -n(a){var s=this,r=s.aF$ -if(r!=null)r.T(0,s.geb()) -s.aF$=null -s.bb(0)}} -A.ye.prototype={ -aj(){return new A.Oh(B.l)}} -A.Oh.prototype={ -H(a,b){var s=this.a.c,r=this.d -return new A.Oi(r===$?this.d=A.x(t.K,t.X):r,s,null)}} -A.Oi.prototype={ -cq(a){return this.y!==a.y}, -aaN(a,b){var s,r,q,p -for(s=b.ga1(b),r=this.y,q=a.y;s.u();){p=s.gD(s) -if(!J.f(r.h(0,p),q.h(0,p)))return!0}return!1}} -A.aK.prototype={$iqk:1} -A.nO.prototype={} -A.ql.prototype={ -sCG(a){var s=this -if(!A.af4(s.b,a)){s.b=a -s.c=null -s.aA()}}, -gFW(){var s=this.c -return s==null?this.c=A.atG(this.b):s}, -X0(a,b){var s,r,q,p,o,n,m,l,k=this.gFW().h(0,a.c.gu8()),j=this.gFW().h(0,null),i=A.a([],t.Na) -if(k!=null)B.b.N(i,k) -if(j!=null)B.b.N(i,j) -for(s=i.length,r=a instanceof A.jR,q=b.d,p=0;pp.a||s+r.b>p.b}else o=!0}else o=!0 -return o}, -aK(a,b){var s,r,q,p,o=this -if(o.l$!=null){s=o.t.cx -s.toString -s=o.om(s) -r=new A.a8V(o,s) -s=o.Hq(s)&&o.a8!==B.u -q=o.aw -if(s){s=A.b(o.fr,"_needsCompositing") -p=o.rx -q.saS(0,a.lq(s,b,new A.v(0,0,0+p.a,0+p.b),r,o.a8,q.a))}else{q.saS(0,null) -r.$2(a,b)}}}, -n(a){this.aw.saS(0,null) -this.lW(0)}, -d9(a,b){var s=this.t.cx -s.toString -s=this.om(s) -b.at(0,s.a,s.b)}, -iH(a){var s=this,r=s.t.cx -r.toString -r=s.om(r) -if(s.Hq(r)){r=s.rx -return new A.v(0,0,0+r.a,0+r.b)}return null}, -co(a,b){var s,r=this -if(r.l$!=null){s=r.t.cx -s.toString -return a.kW(new A.a8U(r,b),r.om(s),b)}return!1}, -lE(a,b,c){var s,r,q,p,o,n,m,l=this -if(c==null)c=a.gie() -if(!(a instanceof A.u)){s=l.t.cx -s.toString -return new A.lm(s,c)}r=A.mX(a.cN(0,l.l$),c) -s=l.l$.rx -s.toString -switch(l.l.a){case 0:q=l.rx.b -p=r.d -o=s.b-p -n=p-r.b -break -case 1:q=l.rx.a -o=r.a -n=r.c-o -break -case 2:q=l.rx.b -o=r.b -n=r.d-o -break -case 3:q=l.rx.a -p=r.c -o=s.a-p -n=p-r.a -break -default:o=null -n=null -q=null}m=o-(q-n)*b -return new A.lm(m,r.cj(l.om(m)))}, -e4(a,b,c,d){var s=this -if(!s.t.f.gkX())return s.qH(a,b,c,d) -s.qH(a,null,c,A.aiJ(a,b,c,s.t,d,s))}, -nM(){return this.e4(B.aH,null,B.z,null)}, -lR(a){return this.e4(B.aH,null,B.z,a)}, -lS(a,b,c){return this.e4(a,null,b,c)}, -zr(a){var s -switch(A.b9(this.l).a){case 1:s=this.rx -return new A.v(0,-250,0+s.a,0+s.b+250) -case 0:s=this.rx -return new A.v(-250,0,0+s.a+250,0+s.b)}}, -$iHy:1} -A.a8V.prototype={ -$2(a,b){var s=this.a.l$ -s.toString -a.dM(s,b.W(0,this.b))}, -$S:15} -A.a8U.prototype={ -$2(a,b){return this.a.l$.bO(a,b)}, -$S:9} -A.Cm.prototype={ -ad(a){var s -this.dk(a) -s=this.l$ -if(s!=null)s.ad(a)}, -a7(a){var s -this.cY(0) -s=this.l$ -if(s!=null)s.a7(0)}} -A.a2j.prototype={ -gmH(){return null}, -j(a){var s=A.a([],t.s) -this.cI(s) -return"#"+A.bF(this)+"("+B.b.bB(s,", ")+")"}, -cI(a){var s,r,q -try{s=this.gmH() -if(s!=null)a.push("estimated child count: "+A.e(s))}catch(q){r=A.ae(q) -a.push("estimated child count: EXCEPTION ("+J.R(r).j(0)+")")}}} -A.te.prototype={} -A.a2i.prototype={ -Ki(a){return null}, -yT(a,b,c){var s,r,q,p,o,n,m,l,k=null -if(c>=0)p=c>=this.b -else p=!0 -if(p)return k -s=null -try{s=this.a.$2(b,c)}catch(o){r=A.ae(o) -q=A.aF(o) -n=new A.bt(r,q,"widgets library",A.bx("building"),k,!1) -A.ds(n) -s=A.v6(n)}if(s==null)return k -if(s.a!=null){p=s.a -p.toString -m=new A.te(p)}else m=k -p=s -s=new A.fP(p,k) -l=A.aeQ(s,c) -if(l!=null)s=new A.vx(l,s,k) -p=s -s=new A.ot(p,k) -return new A.pz(s,m)}, -gmH(){return this.b}, -CH(a){return!0}} -A.a2k.prototype={ -X4(a){var s,r,q,p=null,o=this.r -if(!o.aq(0,a)){s=o.h(0,p) -s.toString -for(r=this.f,q=s;q=this.f.length)return o -s=this.f[c] -r=s.a -q=r!=null?new A.te(r):o -p=A.aeQ(s,c) -if(p!=null)s=new A.vx(p,s,o) -return new A.pz(new A.ot(s,o),q)}, -gmH(){return this.f.length}, -CH(a){return this.f!==a.f}} -A.IT.prototype={} -A.lw.prototype={ -bV(a){var s=A.aj0(t.S,t.Dv),r=($.ba+1)%16777215 -$.ba=r -return new A.qH(s,r,this,B.a2)}, -zQ(a,b,c,d,e){return null}} -A.IO.prototype={ -aD(a){var s=new A.HW(this.f,t.Gt.a(a),A.x(t.S,t.r),0,null,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -return s}, -aE(a,b){b.sNr(this.f)}, -zQ(a,b,c,d,e){var s -this.QF(a,b,c,d,e) -s=this.f.uV(a).Jf(this.d.gmH()) -return s}} -A.qH.prototype={ -gG(){return t.M0.a(A.ar.prototype.gG.call(this))}, -gE(){return t.Ss.a(A.ar.prototype.gE.call(this))}, -bh(a,b){var s,r,q,p=t.M0.a(A.ar.prototype.gG.call(this)) -this.kF(0,b) -s=b.d -r=p.d -if(s!==r)q=A.w(s)!==A.w(r)||s.CH(r) -else q=!1 -if(q)this.ig()}, -ig(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=null,a0={} -b.vM() -b.aJ=null -a0.a=!1 -try{j=t.S -s=A.aj0(j,t.Dv) -r=A.f5(a,a,a,j,t.wR) -q=new A.a2r(a0,b,s,r) -for(j=b.L,i=j.$ti,i=i.i("@<1>").an(i.i("dO<1,2>")).i("km<1,2>"),i=A.aq(new A.km(j,i),!0,i.i("p.E")),h=i.length,g=t.MR,f=t.M0,e=0;e").an(h.i("dO<1,2>")).i("km<1,2>")).ai(0,q) -if(!a0.a&&b.X){c=j.Lm() -l=c==null?-1:c -k=l+1 -J.eX(s,k,j.h(0,k)) -q.$1(k)}}finally{b.V=null -t.Ss.a(A.ar.prototype.gE.call(b))}}, -a5F(a,b){this.r.oM(this,new A.a2p(this,b,a))}, -dz(a,b,c){var s,r,q,p,o=null -if(a==null)s=o -else{s=a.gE() -s=s==null?o:s.e}r=t.MR -r.a(s) -q=this.Pl(a,b,c) -if(q==null)p=o -else{p=q.gE() -p=p==null?o:p.e}r.a(p) -if(s!=p&&s!=null&&p!=null)p.a=s.a -return q}, -i3(a){this.L.B(0,a.d) -this.jh(a)}, -M9(a){var s,r=this -t.Ss.a(A.ar.prototype.gE.call(r)) -s=a.e -s.toString -s=t.D.a(s).b -s.toString -r.r.oM(r,new A.a2s(r,s))}, -K8(a,b,c,d,e){var s=t.M0,r=s.a(A.ar.prototype.gG.call(this)).d.gmH() -s=s.a(A.ar.prototype.gG.call(this)).zQ(a,b,c,d,e) -return s==null?A.atR(b,c,d,e,r):s}, -goQ(){var s=t.M0.a(A.ar.prototype.gG.call(this)).d.gmH() -return s}, -tv(){var s=this.L -s.a6S() -s.Lm() -t.M0.a(A.ar.prototype.gG.call(this))}, -kc(a,b){t.Ss.a(A.ar.prototype.gE.call(this)).vz(0,t.r.a(a),this.aJ)}, -kh(a,b,c){t.Ss.a(A.ar.prototype.gE.call(this)).ud(t.r.a(a),this.aJ)}, -km(a,b){t.Ss.a(A.ar.prototype.gE.call(this)).B(0,t.r.a(a))}, -bj(a){var s=this.L,r=s.$ti -r=r.i("@<1>").an(r.Q[1]).i("o6<1,2>") -r=A.mh(new A.o6(s,r),r.i("p.E"),t.u) -B.b.ai(A.aq(r,!0,A.o(r).i("p.E")),a)}} -A.a2r.prototype={ -$1(a){var s,r,q,p,o=this,n=o.b -n.V=a -q=n.L -if(q.h(0,a)!=null&&!J.f(q.h(0,a),o.c.h(0,a))){q.p(0,a,n.dz(q.h(0,a),null,a)) -o.a.a=!0}s=n.dz(o.c.h(0,a),t.M0.a(A.ar.prototype.gG.call(n)).d.yT(0,n,a),a) -if(s!=null){p=o.a -p.a=p.a||!J.f(q.h(0,a),s) -q.p(0,a,s) -q=s.gE().e -q.toString -r=t.D.a(q) -if(a===0)r.a=0 -else{q=o.d -if(q.aq(0,a))r.a=q.h(0,a)}if(!r.c)n.aJ=t.Qv.a(s.gE())}else{o.a.a=!0 -q.B(0,a)}}, -$S:8} -A.a2q.prototype={ -$0(){return this.a.L.h(0,this.b)}, -$S:380} -A.a2p.prototype={ -$0(){var s,r,q=this,p=q.a -p.aJ=q.b==null?null:t.Qv.a(p.L.h(0,q.c-1).gE()) -s=null -try{r=p.V=q.c -s=p.dz(p.L.h(0,r),t.M0.a(A.ar.prototype.gG.call(p)).d.yT(0,p,r),r)}finally{p.V=null}r=q.c -p=p.L -if(s!=null)p.p(0,r,s) -else p.B(0,r)}, -$S:0} -A.a2s.prototype={ -$0(){var s,r,q,p=this -try{r=p.a -q=r.V=p.b -s=r.dz(r.L.h(0,q),null,q)}finally{p.a.V=null}p.a.L.B(0,p.b)}, -$S:0} -A.vS.prototype={ -oK(a){var s,r,q=a.e -q.toString -t.Cl.a(q) -s=this.f -if(q.mK$!==s){q.mK$=s -r=a.gaf(a) -if(r instanceof A.q&&!s)r.U()}}} -A.IN.prototype={ -H(a,b){var s=this.c,r=B.e.C(1-s,0,1) -return new A.Or(r/2,new A.Oq(s,this.e,null),null)}} -A.Oq.prototype={ -aD(a){var s=new A.HU(this.f,t.Gt.a(a),A.x(t.S,t.r),0,null,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -return s}, -aE(a,b){b.sqh(this.f)}} -A.Or.prototype={ -aD(a){var s=new A.NQ(this.e,null,A.a8(t.T)) -s.gam() -s.gax() -s.fr=!1 -return s}, -aE(a,b){b.sqh(this.e)}} -A.NQ.prototype={ -sqh(a){var s=this -if(s.cn===a)return -s.cn=a -s.cd=null -s.U()}, -gcp(){return this.cd}, -a2O(){var s,r,q=this -if(q.cd!=null&&J.f(q.de,t.q.a(A.q.prototype.gS.call(q))))return -s=t.q -r=s.a(A.q.prototype.gS.call(q)).z*q.cn -q.de=s.a(A.q.prototype.gS.call(q)) -switch(A.b9(s.a(A.q.prototype.gS.call(q)).a).a){case 0:q.cd=new A.aS(r,0,r,0) -break -case 1:q.cd=new A.aS(0,r,0,r) -break}return}, -bw(){this.a2O() -this.Dv()}} -A.fV.prototype={ -bV(a){var s=A.o(this),r=($.ba+1)%16777215 -$.ba=r -return new A.yn(A.x(s.i("fV.S"),t.u),r,this,B.a2,s.i("yn"))}} -A.k_.prototype={ -gdX(a){var s=this.d3$ -return s.gbm(s)}, -ii(){J.eY(this.gdX(this),this.gBh())}, -bj(a){J.eY(this.gdX(this),a)}, -Hi(a,b){var s=this.d3$,r=s.h(0,b) -if(r!=null){this.iK(r) -s.B(0,b)}if(a!=null){s.p(0,b,a) -this.fE(a)}}} -A.yn.prototype={ -gG(){return this.$ti.i("fV<1>").a(A.ar.prototype.gG.call(this))}, -gE(){return this.$ti.i("k_<1>").a(A.ar.prototype.gE.call(this))}, -bj(a){var s=this.K -s.gbm(s).ai(0,a)}, -i3(a){this.K.B(0,a.d) -this.jh(a)}, -dK(a,b){this.nU(a,b) -this.Ib()}, -bh(a,b){this.kF(0,b) -this.Ib()}, -Ib(){var s,r,q,p,o,n,m,l,k,j=this -for(s=j.$ti.i("fV<1>"),r=s.a(A.ar.prototype.gG.call(j)).gCM(),q=r.length,p=j.K,o=0;o").a(A.ar.prototype.gE.call(this)).Hi(a,b)}, -km(a,b){this.$ti.i("k_<1>").a(A.ar.prototype.gE.call(this)).Hi(null,b)}, -kh(a,b,c){}} -A.J0.prototype={ -H(a,b){return A.ms(B.dJ,1)}} -A.p0.prototype={ -cq(a){var s,r=this -if(r.x.k(0,a.x))if(r.z===a.z)if(r.Q===a.Q)s=r.cx!==a.cx||!1 -else s=!0 -else s=!0 -else s=!0 -return s}, -BN(a,b,c){var s=this -return A.mn(c,null,s.ch,s.Q,s.z,s.x,s.y,s.cy,s.cx)}} -A.MO.prototype={ -H(a,b){throw A.c(A.vf("A DefaultTextStyle constructed with DefaultTextStyle.fallback cannot be incorporated into the widget tree, it is meant only to provide a fallback value returned by DefaultTextStyle.of() when no enclosing default text style is present in a BuildContext."))}} -A.hN.prototype={ -H(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=b.M(t.yS) -if(h==null)h=B.HD -s=j.e -if(s==null||s.a)s=h.x.bq(s) -r=A.eQ(b) -r=r==null?i:r.cy -if(r===!0)s=s.bq(B.a0k) -r=j.r -if(r==null)r=h.y -if(r==null)r=B.cL -q=j.x -p=j.Q -if(p==null)p=s==null?i:s.k3 -if(p==null)p=h.Q -o=A.adJ(b) -n=j.cx -if(n==null)n=h.ch -m=A.agY(b) -l=j.d -l=l!=null?A.a([l],t.B5):i -k=A.aiK(i,n,p,h.z,i,A.lA(l,s,j.c),r,q,m,o,h.cx) -h=j.cy -return h!=null?A.bB(i,new A.i8(!0,k,i),!1,i,i,!1,!1,i,i,i,h,i,i,i,i,i,i,i,i,i,i,i,i,i,i,q,i):k}} -A.uR.prototype={} -A.fd.prototype={} -A.ew.prototype={} -A.r2.prototype={ -j(a){return"TextSelectionHandleType."+this.b}} -A.BK.prototype={ -j(a){return"_TextSelectionHandlePosition."+this.b}} -A.a3B.prototype={ -a7g(a,b){a.JL(B.cI)}, -a7f(a,b){a.Jp(B.cI)}, -Aa(a){return this.a7u(a)}, -a7u(a){var s=0,r=A.aj(t.H) -var $async$Aa=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:a.pT(B.cI) -return A.ah(null,r)}}) -return A.ai($async$Aa,r)}} -A.Jt.prototype={ -sKG(a){var s,r=this -if(r.dx===a)return -r.dx=a -s=$.bT -if(s.cx$===B.hG)s.z$.push(r.gHT()) -else r.ox()}, -Og(){var s,r,q=this -if(q.cy!=null)return -q.cy=A.a([A.GH(new A.a3E(q),!1),A.GH(new A.a3F(q),!1)],t.wi) -s=q.a.A0(t.N1) -s.toString -r=q.cy -r.toString -s.KX(0,r)}, -bh(a,b){var s,r=this -if(r.cx.k(0,b))return -r.cx=b -s=$.bT -if(s.cx$===B.hG)s.z$.push(r.gHT()) -else r.ox()}, -HU(a){var s=this.cy -if(s!=null){s[0].fT() -this.cy[1].fT()}s=this.db -if(s!=null)s.fT()}, -ox(){return this.HU(null)}, -tV(){var s=this,r=s.cy -if(r!=null){r[0].bD(0) -s.cy[1].bD(0) -s.cy=null}if(s.db!=null)s.iW()}, -iW(){A.b(this.ch,"_toolbarController").eH(0) -var s=this.db -if(s!=null)s.bD(0) -this.db=null}, -E1(a,b){var s=this,r=null,q=s.r,p=s.cx.b -return new A.i8(!0,p.a===p.b&&b===B.Dp||q==null?A.ee(r,r,B.u,r,r,r,r,r,r,r,r,r,r):new A.JT(new A.BI(p,b,s.d,s.e,s.f,new A.a3D(s,b),s.z,q,s.y,s.x,r),s.dx,r),r)}} -A.a3E.prototype={ -$1(a){return this.a.E1(a,B.a3u)}, -$S:16} -A.a3F.prototype={ -$1(a){return this.a.E1(a,B.Dp)}, -$S:16} -A.a3D.prototype={ -$1(a){var s,r,q=this.a -switch(this.b.a){case 0:s=a.gt0() -break -case 1:s=a.gdG() -break -default:s=null}r=q.x -r.ku(q.cx.l7(a),B.ew) -r.mp(s)}, -$S:115} -A.BI.prototype={ -aj(){return new A.BJ(null,null,B.l)}, -goz(a){switch(this.d.a){case 0:return this.r.cn -case 1:return this.r.cd}}, -LG(a){return this.x.$1(a)}} -A.BJ.prototype={ -aR(){var s,r=this -r.bi() -r.e=A.bX(null,B.dX,null,1,null,r) -r.xh() -s=r.a -s.goz(s).al(0,r.gxg())}, -xh(){var s,r="_controller",q=this.a -q=q.goz(q).a -s=this.e -if(q)A.b(s,r).bZ(0) -else A.b(s,r).dO(0)}, -b_(a){var s,r,q=this -q.br(a) -s=q.gxg() -a.goz(a).T(0,s) -q.xh() -r=q.a -r.goz(r).al(0,s)}, -n(a){var s=this,r=s.a -r.goz(r).T(0,s.gxg()) -A.b(s.e,"_controller").n(0) -s.Sj(0)}, -x7(a){var s=this.a -this.d=a.b.W(0,new A.k(0,-s.z.lD(s.r.a6.gcE()).b))}, -x9(a){var s,r,q,p=this,o="_dragPosition",n=A.b(p.d,o).W(0,a.b) -p.d=n -s=p.a.r.nA(A.b(n,o)) -n=p.a -r=n.c -if(r.a===r.b){n.LG(A.Js(s)) -return}switch(n.d.a){case 0:q=A.cy(B.o,s.a,r.d,!1) -break -case 1:q=A.cy(B.o,r.c,s.a,!1) -break -default:q=null}if(q.c>=q.d)return -n.LG(q)}, -H(a9,b0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6=this,a7=null,a8=a6.a -switch(a8.d.a){case 0:s=a8.e -a8=a8.r.a6.e -a8.toString -r=a6.Eb(a8,B.CZ,B.D_) -break -case 1:s=a8.f -a8=a8.r.a6.e -a8.toString -r=a6.Eb(a8,B.D_,B.CZ) -break -default:r=a7 -s=r}q=a6.a.r.a6.c.MB() -a8=a6.a -p=a8.ch.a.c.a.a -o=a8.c -if(q===p)a8=o.gbJ()&&o.a!==o.b -else a8=!1 -if(a8){a8=o.a -n=o.b -m=B.d.ag(p,a8,n) -l=m.length===0 -k=l?B.eD:new A.fX(m) -k=k.gI(k) -l=l?B.eD:new A.fX(m) -l=l.gJ(l) -j=a6.a.r.uX(new A.cI(a8,a8+k.length)) -i=a6.a.r.uX(new A.cI(n-l.length,n))}else{i=a7 -j=i}a8=a6.a -n=a8.z -a8=a8.r.a6.gcE() -l=j==null -k=l?a7:j.d-j.b -if(k==null)k=a6.a.r.a6.gcE() -h=i==null -g=h?a7:i.d-i.b -f=n.jd(r,a8,k,g==null?a6.a.r.a6.gcE():g) -a8=a6.a -e=a8.z.lD(a8.r.a6.gcE()) -a8=-f.a -n=-f.b -k=a8+e.a -g=n+e.b -d=new A.v(a8,n,k,g) -c=d.jZ(A.le(d.gb3(),24)) -b=c.a -a=c.c-b -a8=Math.max((a-(k-a8))/2,0) -k=c.b -a0=c.d-k -n=Math.max((a0-(g-n))/2,0) -g=A.b(a6.e,"_controller") -a1=a6.a -a2=a1.Q -a3=a1.z -a1=a1.r.a6.gcE() -a4=a6.a -a5=a4.y -l=l?a7:j.d-j.b -if(l==null)l=a4.r.a6.gcE() -h=h?a7:i.d-i.b -return A.ara(A.kN(!1,A.ee(B.dO,A.Fn(B.co,new A.cw(new A.aS(a8,n,a8,n),a3.t3(b0,r,a1,a5,l,h==null?a6.a.r.a6.gcE():h),a7),a2,!1,a7,a7,a7,a7,a7,a7,a7,a7,a7,a7,a6.gx6(),a6.gx8(),a7,a7,a7,a7,a7,a7,a7),B.u,a7,a7,a7,a7,a0,a7,a7,a7,a7,a),g),s,new A.k(b,k),!1)}, -Eb(a,b,c){var s=this.a.c -if(s.a===s.b)return B.D0 -switch(a.a){case 1:return b -case 0:return c}}} -A.yL.prototype={ -ga_U(){var s,r,q,p=this.a.z,o=p.gah() -o.toString -o=$.E.t$.Q.h(0,o.r).gE() -o.toString -s=t.E -s.a(o) -o=p.gah() -o.toString -o=$.E.t$.Q.h(0,o.r).gE() -o.toString -s.a(o) -r=p.gah() -r.toString -r=$.E.t$.Q.h(0,r.r).gE() -r.toString -r=s.a(r).P -r.toString -q=o.nA(r) -o=p.gah() -o.toString -o=$.E.t$.Q.h(0,o.r).gE() -o.toString -r=q.a -if(s.a(o).b2.a<=r){p=p.gah() -p.toString -p=$.E.t$.Q.h(0,p.r).gE() -p.toString -r=s.a(p).b2.b>=r -p=r}else p=!1 -return p}, -a9i(a){var s,r,q,p,o,n,m,l=this.a.z,k=l.gah() -k.toString -k=$.E.t$.Q.h(0,k.r).gE() -k.toString -s=t.E -k=s.a(k).b4=a.a -r=a.b -this.b=r==null||r===B.ca||r===B.hF -q=A.b($.eS.bg$,"_keyboard").a -q=q.gbm(q) -q=A.jE(q,A.o(q).i("p.E")) -p=A.cD([B.eg,B.eh],t.bd) -if(q.ha(0,p.ghQ(p))){q=l.gah() -q.toString -q=$.E.t$.Q.h(0,q.r).gE() -q.toString -s.a(q) -q=!0}else q=!1 -if(q){this.d=!0 -switch(A.eB().a){case 2:case 4:q=l.gah() -q.toString -q=$.E.t$.Q.h(0,q.r).gE() -q.toString -o=s.a(q).nA(k) -k=l.gah() -k.toString -k=$.E.t$.Q.h(0,k.r).gE() -k.toString -n=s.a(k).b2 -k=o.a -s=n.c -q=n.d -m=n.zd(Math.abs(k-s)").an(s.Q[1]).i("zf<1,2>"))}} -A.zf.prototype={ -aR(){var s,r=this -r.bi() -r.a.toString -s=r.c -s.toString -s=A.q0(s,!1,r.$ti.c) -r.d=s -r.e=A.b(s,"_bloc").c}, -b_(a){var s,r,q=this -q.br(a) -s=q.c -s.toString -r=A.q0(s,!1,q.$ti.c) -q.a.toString -if(!J.f(r,r)){q.d=r -q.e=A.b(r,"_bloc").c}}, -be(){var s,r,q=this -q.ct() -q.a.toString -s=q.c -s.toString -r=A.q0(s,!1,q.$ti.c) -if(!J.f(A.b(q.d,"_bloc"),r)){q.d=r -q.e=A.b(r,"_bloc").c}}, -H(a,b){var s,r,q,p,o,n=this -n.a.toString -s=n.$ti -r=s.c -A.aiQ(b,new A.a4M(n),r,t.y) -q=A.b(n.d,"_bloc") -p=n.a -o=p.d -return A.agy(q,p.a4H(b,A.b(n.e,"_state")),o,new A.a4N(n),r,s.Q[1])}} -A.a4M.prototype={ -$1(a){var s=A.b(this.a.d,"_bloc") -return s==null?a==null:s===a}, -$S(){return this.a.$ti.i("B(1)")}} -A.a4N.prototype={ -$2(a,b){var s=this.a -return s.au(new A.a4L(s,b))}, -$S(){return this.a.$ti.i("~(Z,2)")}} -A.a4L.prototype={ -$0(){return this.a.e=this.b}, -$S:0} -A.RH.prototype={} -A.u1.prototype={} -A.m7.prototype={ -aj(){var s=this.$ti -return new A.zg(B.l,s.i("@<1>").an(s.Q[1]).i("zg<1,2>"))}} -A.zg.prototype={ -aR(){var s,r=this -r.bi() -s=r.a.f -if(s==null){s=r.c -s.toString -s=A.q0(s,!1,r.$ti.c)}r.x=s -r.y=A.b(s,"_bloc").c -r.w7()}, -b_(a){var s,r,q,p=this -p.br(a) -s=a.f -if(s==null){r=p.c -r.toString -s=A.q0(r,!1,p.$ti.c)}q=p.a.f -if(q==null)q=s -if(!J.f(s,q)){if(p.r!=null){p.w8() -p.x=q -p.y=A.b(q,"_bloc").c}p.w7()}}, -be(){var s,r,q=this -q.ct() -s=q.a.f -if(s==null){r=q.c -r.toString -s=A.q0(r,!1,q.$ti.c)}if(!J.f(A.b(q.x,"_bloc"),s)){if(q.r!=null){q.w8() -q.x=s -q.y=A.b(s,"_bloc").c}q.w7()}}, -t6(a,b){if(this.a.f==null)A.aiQ(a,new A.a4P(this),this.$ti.c,t.y) -return b}, -n(a){this.w8() -this.bb(0)}, -w7(){var s=A.b(this.x,"_bloc").gme() -this.r=new A.ex(s,A.o(s).i("ex<1>")).mW(new A.a4O(this))}, -w8(){var s=this.r -if(s!=null)s.av(0) -this.r=null}} -A.a4P.prototype={ -$1(a){var s=A.b(this.a.x,"_bloc") -return s==null?a==null:s===a}, -$S(){return this.a.$ti.i("B(1)")}} -A.a4O.prototype={ -$1(a){var s,r=this.a,q=r.a.x -q=q==null?null:q.$2(A.b(r.y,"_previousState"),a) -if(q==null?!0:q){q=r.a -q.toString -s=r.c -s.toString -q.r.$2(s,a)}r.y=a}, -$S(){return this.a.$ti.i("~(2)")}} -A.zh.prototype={} -A.RI.prototype={} -A.u2.prototype={ -t6(a,b){var s=null,r=this.$ti -return new A.vz(new A.rr(this.r,s,s,s,A.axk(),new A.RK(this),r.i("rr<1>")),!0,b,s,r.i("vz<1>"))}} -A.RK.prototype={ -$2(a,b){return J.acK(b)}, -$S(){return this.a.$ti.i("~(Z,1)")}} -A.RJ.prototype={ -$1(a){return this.a.a8w()}, -$S:18} -A.Kk.prototype={} -A.Er.prototype={ -j(a){return this.a}} -A.Eq.prototype={ -O6(a){this.a=a}, -NX(a){this.b=a}, -NL(a){this.c=a}, -NN(a){this.d=a}, -NR(a){this.e=a}, -NW(a){this.f=a}, -O1(a){this.r=a}, -NQ(a){this.x=a}, -Go(a,b){return this.dx.$8(A.aB(a)+b,A.aA(a),A.by(a),A.fL(a),A.adW(a),A.adX(a),A.adV(a),a.b)}, -yM(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=h.cx -if(g!=null)return g -if(h.Q){g=h.a -s=g<0||g>=100}else s=!0 -if(s){g=h.a -r=h.b -q=h.d -if(q===0)q=h.c -p=h.y -o=h.e -p=p?o+12:o -n=h.dx.$8(g,r,q,p,h.f,h.r,h.x,h.z)}else{$.amY() -m=A.ayO() -if(h.z)m=m.aaw() -l=h.Go(m,-80) -k=h.Go(m,20) -g=B.e.bC(A.aB(l),100) -r=B.e.bC(A.aB(k),100) -q=h.a -p=h.b -o=h.d -if(o===0)o=h.c -j=h.y -i=h.e -j=j?i+12:i -i=h.dx -n=i.$8(r*100+q,p,o,j,h.f,h.r,h.x,h.z) -if(!(B.e.bn(n.a,k.a)<=0)){r=h.a -q=h.b -p=h.d -if(p===0)p=h.c -o=h.y -j=h.e -o=o?j+12:j -n=i.$8(g*100+r,q,p,o,h.f,h.r,h.x,h.z)}}if(h.z&&s){h.cx=n -g=n}else g=h.cx=h.W0(n,a) -return g}, -a4k(){return this.yM(3)}, -W0(a,b){var s,r,q,p,o,n,m,l=this -if(b<=0)return a -s=A.be(A.aB(a),2,29,0,0,0,0,!1) -if(!A.b0(s))A.L(A.b1(s)) -r=A.aA(new A.ao(s,!1))===2 -q=A.abL(A.aA(a),A.by(a),r) -if(!l.z)if(a.b){s=l.y -p=l.e -s=s?p+12:p -if(A.fL(a)===s)if(A.by(a)===q)Date.now() -s=!0}else s=!1 -else s=!1 -if(s){++l.cy -return l.yM(b-1)}if(l.db&&A.fL(a)!==0){o=l.yM(b-1) -if(!o.k(0,a))return o -n=l.d -if(n===0)n=A.abL(l.b,l.c,r) -m=a.F(0,A.cj(0,(n-q)*24-A.fL(a),0,0,0)) -if(A.fL(m)===0)return m -if(A.abL(A.aA(m),A.by(m),r)!==n)return a -return m}return a}} -A.hg.prototype={ -mO(a,b){var s,r,q,p -for(s=this.gwZ(),r=s.length,q=0,p="";q") -s=r.e=A.aq(new A.c5(q,s),!0,s.i("aX.E")) -q=s}return q}, -DU(a,b){var s=this.d -this.d=s==null?a:s+b+a}, -yB(a){var s,r=this -r.e=null -s=r.c -if(!J.ec(J.ax($.acE(),s),a))r.DU(a," ") -else r.DU(J.ax(J.ax($.acE(),s),a)," ") -return r}, -gbY(){var s=this.c -if(s!==$.QL){$.QL=s -$.QD=J.ax($.QV(),s)}s=$.QD -s.toString -return s}, -gBK(){var s=this.f -if(s==null){$.agW.h(0,this.c) -s=this.f=!0}return s}, -ga69(){var s=this,r=s.r -if(r!=null)return r -r=$.ari.bK(0,s.gLp(),s.ga_u()) -s.r=r -r.toString -return r}, -gLq(){var s=this.x -return s==null?this.x=B.d.ap(this.gLp(),0):s}, -gLp(){var s=this,r=s.y -if(r==null){s.gBK() -r=s.gbY().k4 -if(r==null)r="0" -r=s.y=r}return r}, -e7(a){var s,r,q,p,o,n,m,l=this -l.gBK() -s=l.x -r=$.acD() -if(s==r)return a -s=a.length -q=A.a1(s,0,!1,t.S) -for(p=l.c,o=0;o=4?r.gbY().z:r.gbY().ch) -break -case"G":r=p.b -p.ni(a,s.length>=4?r.gbY().c:r.gbY().b) -break -case"h":p.fP(a,b.gqw()) -if(b.e===12)b.e=0 -break -case"H":p.fP(a,b.gqw()) -break -case"K":p.fP(a,b.gqw()) -break -case"k":p.KB(a,b.gqw(),-1) -break -case"L":p.a9x(a,b) -break -case"M":p.a9v(a,b) -break -case"m":p.fP(a,b.gNV()) -break -case"Q":break -case"S":p.fP(a,b.gNP()) -break -case"s":p.fP(a,b.gO0()) -break -case"v":break -case"y":p.fP(a,b.gO5()) -b.Q=s.length===2 -break -case"z":break -case"Z":break -default:return}}catch(q){p.uy(a)}}, -a76(a){var s,r,q,p,o,n=this,m="0",l=n.a -switch(l[0]){case"a":s=A.fL(a) -r=s>=12&&s<24?1:0 -return n.b.gbY().fr[r] -case"c":return n.a7a(a) -case"d":return n.b.e7(B.d.cW(""+A.by(a),l.length,m)) -case"D":q=A.be(A.aB(a),2,29,0,0,0,0,!1) -if(!A.b0(q))A.L(A.b1(q)) -return n.b.e7(B.d.cW(""+A.abL(A.aA(a),A.by(a),A.aA(new A.ao(q,!1))===2),l.length,m)) -case"E":q=n.b -l=l.length>=4?q.gbY().z:q.gbY().ch -return l[B.e.bu(A.q_(a),7)] -case"G":p=A.aB(a)>0?1:0 -q=n.b -return l.length>=4?q.gbY().c[p]:q.gbY().b[p] -case"h":s=A.fL(a) -if(A.fL(a)>12)s-=12 -return n.b.e7(B.d.cW(""+(s===0?12:s),l.length,m)) -case"H":return n.b.e7(B.d.cW(""+A.fL(a),l.length,m)) -case"K":return n.b.e7(B.d.cW(""+B.e.bu(A.fL(a),12),l.length,m)) -case"k":return n.b.e7(B.d.cW(""+(A.fL(a)===0?24:A.fL(a)),l.length,m)) -case"L":return n.a7b(a) -case"M":return n.a78(a) -case"m":return n.b.e7(B.d.cW(""+A.adW(a),l.length,m)) -case"Q":return n.a79(a) -case"S":return n.a77(a) -case"s":return n.b.e7(B.d.cW(""+A.adX(a),l.length,m)) -case"v":return n.a7d(a) -case"y":o=A.aB(a) -if(o<0)o=-o -l=l.length -q=n.b -return l===2?q.e7(B.d.cW(""+B.e.bu(o,100),2,m)):q.e7(B.d.cW(""+o,l,m)) -case"z":return n.a7c(a) -case"Z":return n.a7e(a) -default:return""}}, -KB(a,b,c){var s=this.b,r=a.a8J(s.ga69(),s.gLq()) -if(r==null)this.uy(a) -b.$1(r+c)}, -fP(a,b){return this.KB(a,b,0)}, -ni(a,b){var s,r=new A.FD(b).a6Q(new A.a5N(a)) -if(r.length===0)this.uy(a) -B.b.f4(r,new A.a5O(b)) -s=B.b.gJ(r) -a.Bg(0,b[s].length) -return s}, -a78(a){var s=this.a.length,r=this.b -switch(s){case 5:return r.gbY().d[A.aA(a)-1] -case 4:return r.gbY().f[A.aA(a)-1] -case 3:return r.gbY().x[A.aA(a)-1] -default:return r.e7(B.d.cW(""+A.aA(a),s,"0"))}}, -a9v(a,b){var s,r=this -switch(r.a.length){case 5:s=r.b.gbY().d -break -case 4:s=r.b.gbY().f -break -case 3:s=r.b.gbY().x -break -default:return r.fP(a,b.gCx())}b.b=r.ni(a,s)+1}, -a77(a){var s=this.b,r=s.e7(B.d.cW(""+A.adV(a),3,"0")),q=this.a.length-3 -if(q>0)return r+s.e7(B.d.cW(""+0,q,"0")) -else return r}, -a7a(a){var s=this.b -switch(this.a.length){case 5:return s.gbY().db[B.e.bu(A.q_(a),7)] -case 4:return s.gbY().Q[B.e.bu(A.q_(a),7)] -case 3:return s.gbY().cx[B.e.bu(A.q_(a),7)] -default:return s.e7(B.d.cW(""+A.by(a),1,"0"))}}, -a9w(a){var s,r=this -switch(r.a.length){case 5:s=r.b.gbY().db -break -case 4:s=r.b.gbY().Q -break -case 3:s=r.b.gbY().cx -break -default:return r.fP(a,new A.a5P())}r.ni(a,s)}, -a7b(a){var s=this.a.length,r=this.b -switch(s){case 5:return r.gbY().e[A.aA(a)-1] -case 4:return r.gbY().r[A.aA(a)-1] -case 3:return r.gbY().y[A.aA(a)-1] -default:return r.e7(B.d.cW(""+A.aA(a),s,"0"))}}, -a9x(a,b){var s,r=this -switch(r.a.length){case 5:s=r.b.gbY().e -break -case 4:s=r.b.gbY().r -break -case 3:s=r.b.gbY().y -break -default:return r.fP(a,b.gCx())}b.b=r.ni(a,s)+1}, -a79(a){var s=B.c.cX((A.aA(a)-1)/3),r=this.a.length,q=this.b -switch(r){case 4:return q.gbY().dy[s] -case 3:return q.gbY().dx[s] -default:return q.e7(B.d.cW(""+(s+1),r,"0"))}}, -a7d(a){throw A.c(A.c1(null))}, -a7c(a){throw A.c(A.c1(null))}, -a7e(a){throw A.c(A.c1(null))}} -A.a5N.prototype={ -$1(a){return this.a.B3(J.bP(a))===a}, -$S:31} -A.a5O.prototype={ -$2(a,b){var s=this.a -return B.e.bn(s[a].length,s[b].length)}, -$S:48} -A.a5P.prototype={ -$1(a){return a}, -$S:8} -A.FD.prototype={ -Bg(a,b){var s=this.B3(b) -this.b+=b -return s}, -B3(a){var s=this.a,r=this.b,q=r+a -return typeof s=="string"?B.d.ag(s,r,Math.min(q,s.length)):J.aqp(s,r,q)}, -a6Q(a){var s,r,q=this,p=[] -for(s=q.a;r=q.b,r=9?s.kP(r-1,b):q}, -kP(a2,a3){var s,r,q=a2/1236.85,p=q*q,o=p*q,n=Math.sin((166.56+132.87*q-0.009173*p)*0.017453292519943295),m=359.2242+29.10535608*a2-0.0000333*p-0.00000347*o,l=306.0253+385.81691806*a2+0.0107306*p+0.00001236*o,k=21.2964+390.67050646*a2-0.0016528*p-0.00000239*o,j=Math.sin(m*0.017453292519943295),i=Math.sin(0.03490658503988659*m),h=Math.sin(l*0.017453292519943295),g=Math.sin(0.03490658503988659*l),f=Math.sin(0.05235987755982989*l),e=Math.sin(0.03490658503988659*k),d=Math.sin(0.017453292519943295*(m+l)),c=Math.sin(0.017453292519943295*(m-l)),b=2*k,a=Math.sin(0.017453292519943295*(b+m)),a0=Math.sin(0.017453292519943295*(b-m)),a1=Math.sin(0.017453292519943295*(b+l)) -b=Math.sin(0.017453292519943295*(b-l)) -s=Math.sin(0.017453292519943295*(2*l+m)) -r=q<-11?0.001+0.000839*q+0.0002261*p-0.00000845*o-81e-9*q*o:-0.000278+0.000265*q+0.000262*p -return B.c.c7(2415020.75933+29.53058868*a2+0.0001178*p-155e-9*o+0.00033*n+((0.1734-0.000393*q)*j+0.0021*i-0.4068*h+0.0161*g-0.0004*f+0.0104*e-0.0051*d-0.0074*c+0.0004*a-0.0004*a0-0.0006*a1+0.001*b+0.0005*s)-r+0.5+a3/24)}, -G7(a,b,c){var s=B.e.bC(14-b,12),r=c+4800-s,q=a+B.e.bC(153*(b+12*s-3)+2,5)+365*r+B.e.bC(r,4),p=q-B.e.bC(r,100)+B.e.bC(r,400)-32045 -return p<2299161?q-32083:p}, -W_(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.G7(a,b,c),e=B.e.bu(f+5,12) -g.fy=$.adD[B.e.bu(f+3,10)]+" "+$.adE[e] -g.k1=A.a([],t.s) -s=B.e.bu(e,6)*2 -for(r=0;r<12;++r)if($.aso[B.e.bu(r-s,12)])g.k1.push($.asp[r]) -q=B.c.c7((f-2415021.076998695)/29.530588853) -p=g.kP(q+1,d) -if(p>f)p=g.kP(q,d) -o=g.kO(c,d) -if(o>=p){n=g.kO(c-1,d) -m=o -o=n -l=c}else{l=c+1 -m=g.kO(l,d)}k=B.c.c7((p-o)/29) -j=k+11 -if(m-o>365){i=g.Fm(o,d) -if(k>=i){j=k+10 -h=k===i?1:0}else h=0}else h=0 -if(j>12)j-=12 -if(j>=11&&k<4)--l -return A.a([f-p+1,j,l,h],t.t)}, -VX(a,b,c,d,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this -if(b<11){s=e.kO(c-1,a0) -r=e.kO(c,a0)}else{s=e.kO(c,a0) -r=e.kO(c+1,a0)}q=B.c.c7(0.5+(s-2415021.076998695)/29.530588853) -p=b-11 -if(p<0)p+=12 -if(r-s>365){o=e.Fm(s,a0) -n=o-2 -if(n<0)n+=12 -m=d===0 -if(!m&&b!==n){m=A.be(0,0,0,0,0,0,0,!1) -if(!A.b0(m))A.L(A.b1(m)) -return new A.ao(m,!1)}else if(!m||p>=o)++p}m=e.kP(q+p,a0)+a-1 -if(m>2299160){l=m+32044 -k=B.e.bC(4*l+3,146097) -j=l-B.e.bC(k*146097,4)}else{j=m+32082 -k=0}i=B.e.bC(4*j+3,1461) -h=j-B.e.bC(1461*i,4) -g=B.e.bC(5*h+2,153) -m=B.e.bC(153*g+2,5) -f=B.e.bC(g,10) -m=A.be(k*100+i-4800+f,g+3-12*f,h-m+1,0,0,0,0,!1) -if(!A.b0(m))A.L(A.b1(m)) -return new A.ao(m,!1)}} -A.Xm.prototype={ -$2(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null -if(a instanceof A.tX){$.aw5="vi_VN" -if($.QV() instanceof A.rc){$.aw0=A.axB() -$.QL=$.QD=null}if($.acE() instanceof A.rc)$.axA=A.axz() -s=t.H -r=j.a -A.cY(i,s).bG(0,new A.Xl(r),s) -s=r.dy -r.dy=s==null?new A.ao(Date.now(),!1):s -r.F(0,new A.iM())}else if(a instanceof A.iM){s=j.a -r=s.dy -r.toString -q=s.W_(A.by(r),A.aA(r),A.aB(r),7) -$.Xk.b=q[1] -p=q[2] -s.fx=$.asq[$.Xk.cu()-1] -o=B.e.bu(p,10) -r=B.e.bu(o,5) -r=$.adD[B.e.bu(r+B.e.bu(r+7,10)*2+$.Xk.cu()-1,10)]+" "+$.adE[B.e.bu($.Xk.cu()+5,12)] -s.go=r -n=$.adD[o]+" "+$.adE[B.e.bu(p,12)] -s.id=n -n=new A.Xj(q[0],q[2],s.fx,s.fy,r,n,s.k1) -s.fr=n -s=s.dy -if(!b.d)b.a.$1(new A.p_(s,n))}else if(a instanceof A.yR){s=j.a -s.dy=new A.ao(Date.now(),!1) -s.F(0,new A.iM())}else if(a instanceof A.xd){s=j.a -r=s.dy -r.toString -s.dy=r.F(0,A.cj(-1,0,0,0,0)) -s.F(0,new A.iM())}else if(a instanceof A.wG){s=j.a -r=s.dy -r.toString -s.dy=r.F(0,A.cj(1,0,0,0,0)) -s.F(0,new A.iM())}else if(a instanceof A.yp){s=j.a -s.dy=a.a -s.F(0,new A.iM())}else if(a instanceof A.w9){m=a.a.split("/") -s=j.a -r=A.e9(m[0],i) -n=A.e9(m[1],i) -l=A.e9(m[2],i) -k=s.fx -k.toString -s.dy=s.VX(r,n,l,B.d.K5(k,"Nhu\u1eadn")?1:0,7) -s.F(0,new A.iM())}}, -$S:392} -A.Xl.prototype={ -$1(a){var s=this.a -A.ol("_initDateFormat") -s.cy=A.SV("EEEE","vi") -s.db=A.SV("MMMM, y","vi") -A.SV("dd/MM/yyyy","vi") -return null}, -$S:393} -A.ej.prototype={ -gj2(){return B.fW}} -A.tX.prototype={ -j(a){return"AppStarted"}} -A.iM.prototype={ -j(a){return"SolarChanged"}} -A.yR.prototype={ -j(a){return"TodaySelected"}} -A.xd.prototype={ -j(a){return"PreviousSelected"}} -A.wG.prototype={ -j(a){return"NextSelected"}} -A.yp.prototype={ -j(a){return"SolarSelected { solar: "+A.e(this.a)+" }"}, -gj2(){return[this.a]}} -A.w9.prototype={ -j(a){return"LunarSelected { lunar: "+this.a+" }"}, -gj2(){return[this.a]}} -A.cE.prototype={ -gj2(){return B.fW}} -A.G7.prototype={ -j(a){return"MainUninitialized"}} -A.p_.prototype={ -j(a){return"DateUpdate { solar: "+A.e(this.a)+", lunar: "+A.e(this.b)+" }"}, -gj2(){return[this.a,this.b]}} -A.wb.prototype={ -aj(){return new A.Am(new A.ao(Date.now(),!1),new A.b7(null,t.am),B.l)}} -A.Am.prototype={ -H(a,b){var s=null,r=t.HW -return A.agy(s,new A.u0(new A.a7E(this,A.aqJ(b,r)),s,new A.a7F(),s,t.aw),s,new A.a7G(),r,t.xY)}, -a0L(){self.open("https://calendar.google.com/calendar/r?cid=demen.org_4jc7p02lkoire319rabglmfifo@group.calendar.google.com")}, -a0N(){self.open("https://calendar.google.com/calendar/ical/demen.org_4jc7p02lkoire319rabglmfifo%40group.calendar.google.com/public/basic.ics")}, -a0P(){self.open("https://github.com/de-men/amlich")}, -a3N(a){var s -if(a.length===0)return"C\u1ea7n nh\u1eadp ng\xe0y \xe2m" -s=A.fO("^(?:31([/\\-.])(?:0?[13578]|1[02])\\1|(?:29|30)(/)(?:0?[13-9]|1[0-2])\\2)(?:1[6-9]|[2-9]\\d)?\\d{2}$|^29([/\\-.])0?2\\3(?:(?:1[6-9]|[2-9]\\d)?(?:0[48]|[2468][048]|[13579][26])|(?:16|[2468][048]|[3579][26])00)$|^(?:0?[1-9]|1\\d|2[0-8])([/\\-.])(?:0?[1-9]|1[0-2])\\4(?:1[6-9]|[2-9]\\d)?\\d{2}$",!0) -if(typeof a!="string")A.L(A.b1(a)) -if(!s.b.test(a))return"Nh\u1eadp theo Ng\xe0y/Th\xe1ng/N\u0103m" -return null}, -a_8(){var s=this.e.gah() -s.toString -if(s.uF())s.bz(0)}} -A.a7G.prototype={ -$2(a,b){}, -$S:394} -A.a7F.prototype={ -$2(a,b){return b instanceof A.p_}, -$S:395} -A.a7E.prototype={ -$2(a,b){var s,r,q,p,o,n=null -A.ol("_buildTitle "+b.j(0)) -if(b instanceof A.p_){s=this.a -s.d=b.a -r=this.b -q=A.b(r.db,"monthYearFormat") -p=s.d -p.toString -p=A.cH(q.mO(0,p).toUpperCase(),n,n,n,n,n,n) -q=t.p -o=A.a([new A.pV(new A.a7B(),new A.a7C(s,r,a),n,t.AO)],q) -return new A.xX(new A.tV(p,o,!0,new A.No(n,n,1/0,56),n),new A.FR(new A.a7D(s,r,b),n),A.ahl(A.kT(B.Iz,n),!1,s.ga0K()),B.EG,new A.u5(A.jU(A.a([A.ic(n,!0,A.kT(B.Iv,n),n,s.ga0M(),B.aM,n),A.ic(n,!0,A.kT(B.Iw,n),n,s.ga0O(),B.aM,n)],q),B.aG,B.jD,B.ak),new A.Se(),4,n),n)}return new A.G2(n)}, -$S:396} -A.a7C.prototype={ -$1(a){return this.MS(a)}, -MS(a){var s=0,r=A.aj(t.H),q=this,p,o,n,m,l -var $async$$1=A.ak(function(b,c){if(b===1)return A.ag(c,r) -while(true)switch(s){case 0:case 2:switch(B.b.fg(B.vt,a)){case 0:s=4 -break -case 1:s=5 -break -case 2:s=6 -break -default:s=3 -break}break -case 4:q.b.F(0,new A.yR()) -s=3 -break -case 5:p=q.a.d -p.toString -o=A.be(1,1,1,0,0,0,0,!1) -if(!A.b0(o))A.L(A.b1(o)) -n=A.be(3000,1,1,0,0,0,0,!1) -if(!A.b0(n))A.L(A.b1(n)) -m=q.b -l=A -s=7 -return A.an(A.aff(q.c,new A.ao(o,!1),p,new A.ao(n,!1)),$async$$1) -case 7:m.F(0,new l.yp(c)) -s=3 -break -case 6:A.alH(new A.a7y(q.a,q.b),q.c,null,!0,t.z).bG(0,new A.a7z(),t.H) -s=3 -break -case 3:return A.ah(null,r)}}) -return A.ai($async$$1,r)}, -$S:397} -A.a7y.prototype={ -$1(a){var s=null,r=this.a -return new A.op(B.a18,A.ahq(B.nY,A.aj7(!1,s,B.II,B.CW,1,s,new A.a7t(a,this.b),r.ga3M()),r.e),A.a([A.a35(B.a16,new A.a7u(a),s),A.a35(B.a17,r.ga_7(),s)],t.p),s)}, -$S:398} -A.a7t.prototype={ -$1(a){A.hx(this.a,!1).nk(0,null) -this.b.F(0,new A.w9(a))}, -$S:66} -A.a7u.prototype={ -$0(){A.hx(this.a,!1).nk(0,null)}, -$S:0} -A.a7z.prototype={ -$1(a){if(a!=null)A.ol("You selected: "+A.e(a))}, -$S:13} -A.a7B.prototype={ -$1(a){var s=t.uT -return A.aq(new A.aG(B.vt,new A.a7A(),s),!0,s.i("aX.E"))}, -$S:399} -A.a7A.prototype={ -$1(a){var s=null -return new A.iB(a,new A.G_(A.kT(a.b,s),A.cH(a.a,s,s,s,s,s,s),s),s,t.MB)}, -$S:400} -A.a7D.prototype={ -$2(a,b){var s,r,q=null,p=this.b,o=A.ic(q,!0,A.kT(B.oX,q),q,new A.a7v(p),B.aM,q),n=this.a,m=n.d -m.toString -m=A.cH(""+A.by(m),q,q,q,A.a2(a).L.a,q,q) -s=A.b(p.cy,"weekFormat") -n=n.d -n.toString -r=t.p -p=A.ms(A.jU(A.a([o,A.fv(A.a([m,A.cH(s.mO(0,n),q,q,q,A.a2(a).L.x,q,q)],r),B.aG,B.jD,B.ak),A.ic(q,!0,A.kT(B.oY,q),q,new A.a7w(p),B.aM,q)],r),B.aG,B.AL,B.ak),1) -n=this.c.b -s=A.fv(A.a([A.cH("Th\xe1ng "+A.e(n.f),q,q,q,A.a2(a).L.z,q,q),A.cH("Ng\xe0y "+A.e(n.e),q,q,q,A.a2(a).L.z,q,q),A.cH("N\u0103m "+A.e(n.r),q,q,q,A.a2(a).L.z,q,q)],r),B.ou,B.hz,B.ak) -m=A.fv(A.a([A.cH(A.e(n.d),q,q,q,A.a2(a).L.x,q,q),A.cH(""+n.a,q,q,q,A.a2(a).L.b,q,q),A.cH("N\u0103m "+n.c,q,q,q,A.a2(a).L.x,q,q)],r),B.aG,B.AK,B.ak) -n=n.x -n.toString -o=A.a7(n).i("aG<1,hN>") -return A.fv(A.a([p,new A.uO(8,q),A.fU(A.jU(A.a([s,m,A.fv(A.aq(new A.aG(n,new A.a7x(a),o),!0,o.i("aX.E")),B.dV,B.hz,B.ak)],r),B.aG,B.hz,B.ak),(b.d-b.c)*0.4,q)],r),B.aG,B.ap,B.ak)}, -$S:401} -A.a7v.prototype={ -$0(){this.a.F(0,new A.xd())}, -$S:0} -A.a7w.prototype={ -$0(){this.a.F(0,new A.wG())}, -$S:0} -A.a7x.prototype={ -$1(a){var s=null -return A.cH(a,s,s,s,A.a2(this.a).L.z,s,s)}, -$S:402} -A.G2.prototype={ -H(a,b){var s=null -return A.oG(new A.ul(s,s,s,s,s,s,s),s,s)}} -A.Iz.prototype={} -A.a9u.prototype={ -$1(a){return!1}, -$S:12} -A.a9v.prototype={ -$1(a){return!1}, -$S:12} -A.nu.prototype={ -H(a,b){return this.t6(b,this.c)}, -bV(a){return A.atK(this)}} -A.yf.prototype={ -bA(a){return this.QJ(0)}, -gG(){return t.k7.a(A.lx.prototype.gG.call(this))}} -A.lq.prototype={ -bV(a){return A.atJ(this)}} -A.qn.prototype={ -H(a,b){return this.t6(b,this.a.c)}} -A.Iy.prototype={ -gG(){return t.zL.a(A.aM.prototype.gG.call(this))}, -gcs(a){return t.hY.a(A.e0.prototype.gcs.call(this,this))}, -bA(a){return this.QI(0)}} -A.On.prototype={ -dK(a,b){this.vy(a,b)}, -bT(){this.QH() -this.kw(new A.a9u(this))}} -A.Oo.prototype={ -dK(a,b){this.vy(a,b)}, -bT(){this.D4() -this.kw(new A.a9v(this))}} -A.vz.prototype={ -bV(a){var s=($.ba+1)%16777215 -$.ba=s -return new A.A2(null,s,this,B.a2,this.$ti.i("A2<1>"))}, -t6(a,b){return new A.dM(this,"",b,null,this.$ti.i("dM<1?>"))}} -A.A2.prototype={} -A.a0x.prototype={ -$1(a){var s=this,r=s.a -if(!r.b(a))throw A.c(A.adZ(A.b8(r),A.w(s.b.gG()))) -return!B.E9.eR(s.c.$1(a),s.d)}, -$S(){return this.a.i("B(0?)")}} -A.dM.prototype={ -cq(a){return!1}, -bV(a){var s=A.f5(null,null,null,t.u,t.X),r=($.ba+1)%16777215 -$.ba=r -return new A.rR(s,r,this,B.a2,this.$ti.i("rR<1>"))}} -A.nT.prototype={} -A.rR.prototype={ -gm2(){var s,r=this,q=r.a6 -if(q===$){s=r.$ti.i("dM<1>").a(A.bL.prototype.gG.call(r)).f.e.aj() -s.a=r -A.bp(r.a6,"_delegateState") -r.a6=s -q=s}return q}, -fn(a){var s={} -s.a=null -this.kw(new A.a7_(s,a)) -return s.a}, -dK(a,b){this.vy(a,b)}, -gG(){return this.$ti.i("dM<1>").a(A.bL.prototype.gG.call(this))}, -BF(a,b){var s,r=this.c6,q=r.h(0,a),p=q==null -if(!p&&!this.$ti.i("nT<1>").b(q))return -s=this.$ti -if(s.i("B(1)").b(b)){p=p?new A.nT(A.a([],s.i("t")),s.i("nT<1>")):q -s.i("nT<1>").a(p) -if(p.a){p.a=!1 -B.b.sq(p.c,0)}if(!p.b){p.b=!0 -A.as1(new A.a70(p),t.P)}p.c.push(b) -r.p(0,a,p)}else r.p(0,a,B.ii)}, -AQ(a,b){var s,r,q,p,o,n=this.c6.h(0,b),m=!1 -if(n!=null)if(this.$ti.i("nT<1>").b(n)){if(b.cx)return -for(r=n.c,q=r.length,p=0;p") -r.a(A.bL.prototype.gG.call(s)) -s.gm2().yS(0,s.df) -s.df=!1 -if(s.e_){s.e_=!1 -s.n_(r.a(A.bL.prototype.gG.call(s)))}return s.Dl(0)}, -ks(){this.gm2().n(0) -this.qF()}, -a8w(){if(!this.cn)return -this.fT() -this.e_=!0}, -tr(a,b){return this.qE(a,b)}, -$iFz:1} -A.a7_.prototype={ -$1(a){this.a.a=a.fn(this.b) -return!1}, -$S:12} -A.a70.prototype={ -$0(){var s=this.a -s.b=!1 -s.a=!0}, -$S:11} -A.Le.prototype={} -A.hS.prototype={ -aaX(a){return!1}, -n(a){}, -yS(a,b){}} -A.rr.prototype={ -aj(){return new A.zu(this.$ti.i("zu<1>"))}} -A.zu.prototype={ -gm(a){var s,r,q,p,o,n=this,m=n.c -if(m&&n.f!=null){m="Tried to read a provider that threw during the creation of its value.\nThe exception occurred during the creation of type "+A.b8(n.$ti.c).j(0)+".\n\n" -q=n.f -throw A.c(A.a6(m+A.e(q==null?null:q.j(0))))}if(!m){n.c=!0 -m=n.a -m.toString -q=n.$ti.i("hS.D") -q.a(m.$ti.i("dM<1>").a(A.bL.prototype.gG.call(m)).f.e) -try{m=n.a -m.toString -m=q.a(m.$ti.i("dM<1>").a(A.bL.prototype.gG.call(m)).f.e) -p=n.a -p.toString -n.d=m.a.$1(p)}catch(o){s=A.ae(o) -r=A.aF(o) -n.f=new A.bt(s,r,"provider",null,null,!1) -throw o}finally{}m=n.a -m.toString -q.a(m.$ti.i("dM<1>").a(A.bL.prototype.gG.call(m)).f.e)}m=n.a -m.cn=!1 -if(n.b==null){q=n.$ti -m=q.i("hS.D").a(A.o(m).i("dM<1>").a(A.bL.prototype.gG.call(m)).f.e) -p=n.a -p.toString -q=m.e.$2(p,q.c.a(n.d)) -n.b=q}n.a.cn=!0 -return n.$ti.c.a(n.d)}, -n(a){var s,r,q,p=this -p.QY(0) -s=p.b -if(s!=null)s.$0() -if(p.c){s=p.a -s.toString -r=p.$ti -s=r.i("hS.D").a(s.$ti.i("dM<1>").a(A.bL.prototype.gG.call(s)).f.e) -q=p.a -q.toString -s.f.$2(q,r.c.a(p.d))}}, -yS(a,b){var s,r=this -if(b)if(r.c){s=r.a -s.toString -r.$ti.i("hS.D").a(s.$ti.i("dM<1>").a(A.bL.prototype.gG.call(s)).f.e)}s=r.a -s.toString -r.e=r.$ti.i("hS.D").a(s.$ti.i("dM<1>").a(A.bL.prototype.gG.call(s)).f.e) -return r.QX(0,b)}} -A.Hn.prototype={ -j(a){var s="A provider for "+this.a.j(0)+" unexpectedly returned null." -return s}, -$icP:1} -A.xg.prototype={ -j(a){var s="Provider<"+this.a.j(0)+"> not found for "+this.b.j(0) -return s}, -$icP:1} -A.k6.prototype={ -gq(a){return this.b}, -h(a,b){if(b>=this.b)throw A.c(A.bH(b,this,null,null,null)) -return this.a[b]}, -p(a,b,c){if(b>=this.b)throw A.c(A.bH(b,this,null,null,null)) -this.a[b]=c}, -sq(a,b){var s,r,q,p=this,o=p.b -if(bo){if(o===0)q=new Uint8Array(b) -else q=p.wu(b) -B.a3.d7(q,0,p.b,p.a) -p.a=q}}p.b=b}, -dD(a,b){var s=this,r=s.b -if(r===s.a.length)s.I2(r) -s.a[s.b++]=b}, -F(a,b){var s=this,r=s.b -if(r===s.a.length)s.I2(r) -s.a[s.b++]=b}, -hJ(a,b,c,d){A.cG(c,"start") -if(d!=null&&c>d)throw A.c(A.bu(d,c,null,"end",null)) -this.UC(b,c,d)}, -N(a,b){return this.hJ(a,b,0,null)}, -UC(a,b,c){var s,r,q -if(t.j.b(a))c=c==null?a.length:c -if(c!=null){this.a_I(this.b,a,b,c) -return}for(s=J.au(a),r=0;s.u();){q=s.gD(s) -if(r>=b)this.dD(0,q);++r}if(rs||d>s)throw A.c(A.a6("Too few elements"))}r=d-c -q=o.b+r -o.WN(q) -s=o.a -p=a+r -B.a3.b6(s,p,o.b+r,s,a) -B.a3.b6(o.a,a,p,b,c) -o.b=q}, -WN(a){var s,r=this -if(a<=r.a.length)return -s=r.wu(a) -B.a3.d7(s,0,r.b,r.a) -r.a=s}, -wu(a){var s=this.a.length*2 -if(a!=null&&ss)throw A.c(A.bu(c,0,s,null,null)) -s=this.a -if(A.o(this).i("k6").b(d))B.a3.b6(s,b,c,d.a,e) -else B.a3.b6(s,b,c,d,e)}, -d7(a,b,c,d){return this.b6(a,b,c,d,0)}} -A.M6.prototype={} -A.JF.prototype={} -A.mU.prototype={ -ba(a){var s=a.a,r=this.a -r[8]=s[8] -r[7]=s[7] -r[6]=s[6] -r[5]=s[5] -r[4]=s[4] -r[3]=s[3] -r[2]=s[2] -r[1]=s[1] -r[0]=s[0]}, -j(a){return"[0] "+this.je(0).j(0)+"\n[1] "+this.je(1).j(0)+"\n[2] "+this.je(2).j(0)+"\n"}, -h(a,b){return this.a[b]}, -k(a,b){var s,r,q -if(b==null)return!1 -if(b instanceof A.mU){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}, -gw(a){return A.Yl(this.a)}, -je(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.d5(s)}, -a2(a,b){var s=new Float64Array(9),r=new A.mU(s) -r.ba(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}, -W(a,b){var s,r=new Float64Array(9),q=new A.mU(r) -q.ba(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}, -a4(a,b){var s,r=new Float64Array(9),q=new A.mU(r) -q.ba(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={ -ba(a){var s=a.a,r=this.a -r[15]=s[15] -r[14]=s[14] -r[13]=s[13] -r[12]=s[12] -r[11]=s[11] -r[10]=s[10] -r[9]=s[9] -r[8]=s[8] -r[7]=s[7] -r[6]=s[6] -r[5]=s[5] -r[4]=s[4] -r[3]=s[3] -r[2]=s[2] -r[1]=s[1] -r[0]=s[0]}, -j(a){var s=this -return"[0] "+s.je(0).j(0)+"\n[1] "+s.je(1).j(0)+"\n[2] "+s.je(2).j(0)+"\n[3] "+s.je(3).j(0)+"\n"}, -h(a,b){return this.a[b]}, -k(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}, -gw(a){return A.Yl(this.a)}, -ve(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]}, -je(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.hP(s)}, -a2(a,b){var s -if(typeof b=="number"){s=new A.aY(new Float64Array(16)) -s.ba(this) -s.nC(0,b,null,null) -return s}if(b instanceof A.aY){s=new A.aY(new Float64Array(16)) -s.ba(this) -s.cf(0,b) -return s}throw A.c(A.cs(b,null))}, -W(a,b){var s,r=new Float64Array(16),q=new A.aY(r) -q.ba(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}, -a4(a,b){var s,r=new Float64Array(16),q=new A.aY(r) -q.ba(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}, -at(a,b,a0){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15] -s[12]=r*b+q*a0+p*0+o -s[13]=n*b+m*a0+l*0+k -s[14]=j*b+i*a0+h*0+g -s[15]=f*b+e*a0+d*0+c}, -nC(a,b,c,d){var s,r,q,p -if(b instanceof A.d5){s=b.a -r=s[0] -q=s[1] -p=s[2]}else{if(typeof b=="number"){q=c==null?b:c -p=d==null?b:d}else throw A.c(A.c1(null)) -r=b}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]}, -bv(a,b){return this.nC(a,b,null,null)}, -CE(){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}, -dj(){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}, -jT(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.ba(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}, -cf(b5,b6){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15],b=b6.a,a=b[0],a0=b[4],a1=b[8],a2=b[12],a3=b[1],a4=b[5],a5=b[9],a6=b[13],a7=b[2],a8=b[6],a9=b[10],b0=b[14],b1=b[3],b2=b[7],b3=b[11],b4=b[15] -s[0]=r*a+q*a3+p*a7+o*b1 -s[4]=r*a0+q*a4+p*a8+o*b2 -s[8]=r*a1+q*a5+p*a9+o*b3 -s[12]=r*a2+q*a6+p*b0+o*b4 -s[1]=n*a+m*a3+l*a7+k*b1 -s[5]=n*a0+m*a4+l*a8+k*b2 -s[9]=n*a1+m*a5+l*a9+k*b3 -s[13]=n*a2+m*a6+l*b0+k*b4 -s[2]=j*a+i*a3+h*a7+g*b1 -s[6]=j*a0+i*a4+h*a8+g*b2 -s[10]=j*a1+i*a5+h*a9+g*b3 -s[14]=j*a2+i*a6+h*b0+g*b4 -s[3]=f*a+e*a3+d*a7+c*b1 -s[7]=f*a0+e*a4+d*a8+c*b2 -s[11]=f*a1+e*a5+d*a9+c*b3 -s[15]=f*a2+e*a6+d*b0+c*b4}, -JN(b1,b2,b3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0=$.ahW -if(b0==null)b0=$.ahW=new A.d5(new Float64Array(3)) -s=this.a -b0.iu(s[0],s[1],s[2]) -r=Math.sqrt(b0.glj()) -b0.iu(s[4],s[5],s[6]) -q=Math.sqrt(b0.glj()) -b0.iu(s[8],s[9],s[10]) -p=Math.sqrt(b0.glj()) -o=s[0] -n=s[5] -m=s[1] -l=s[4] -k=o*n-m*l -j=s[6] -i=s[2] -h=o*j-i*l -g=s[7] -f=s[3] -e=o*g-f*l -d=m*j-i*n -c=m*g-f*n -b=i*g-f*j -j=s[8] -f=s[9] -g=s[10] -i=s[11] -n=s[12] -if(-(f*b-g*c+i*d)*n+(j*b-g*e+i*h)*s[13]-(j*c-f*e+i*k)*s[14]+(j*d-f*h+g*k)*s[15]<0)r=-r -o=b1.a -o[0]=n -o[1]=s[13] -o[2]=s[14] -a=1/r -a0=1/q -a1=1/p -a2=$.ahU -if(a2==null)a2=$.ahU=new A.aY(new Float64Array(16)) -a2.ba(this) -s=a2.a -s[0]=s[0]*a -s[1]=s[1]*a -s[2]=s[2]*a -s[4]=s[4]*a0 -s[5]=s[5]*a0 -s[6]=s[6]*a0 -s[8]=s[8]*a1 -s[9]=s[9]*a1 -s[10]=s[10]*a1 -a3=$.ahV -if(a3==null)a3=$.ahV=new A.mU(new Float64Array(9)) -a4=a3.a -a4[0]=s[0] -a4[1]=s[1] -a4[2]=s[2] -a4[3]=s[4] -a4[4]=s[5] -a4[5]=s[6] -a4[6]=s[8] -a4[7]=s[9] -a4[8]=s[10] -s=a4[0] -o=a4[4] -n=a4[8] -a5=0+s+o+n -if(a5>0){a6=Math.sqrt(a5+1) -s=b2.a -s[3]=a6*0.5 -a6=0.5/a6 -s[0]=(a4[5]-a4[7])*a6 -s[1]=(a4[6]-a4[2])*a6 -s[2]=(a4[1]-a4[3])*a6}else{if(s()","B(cX)","B(M?)","~(cB?)","~(bc)","aH(~)","B(jq)","~(cd,~())","~(qR)","~(lb)","@()","B(@)","B(eo)","B(dm?)","@(a_)","N(u,N)","B(hq)","n(n)","~(fz)","~(la)","~(ao)","B(m)","@(@)","n(cX,cX)","B(n)","m()","~(n1)","n(M?)","n(@,@)","aH(jM)","aH(lD)","~(m)","~(mA)","~(hj)","n()","n(q,q)","~(q)","B(bL)","av<~>()","BE(i6)","i(Z,i?)","B(dm)","~(em)","B(mx)","~(@,@)","m(m)","~(m?)","~(M,eq)","~(M?,M?)","B(M?,M?)","aH(B)","~(a3K)","~(jL)","F(F)","jm(@)","~(pD)","~(w8)","aH(em)","n(bU,bU)","B(bU)","~({curve:fw,descendant:q?,duration:aP,rect:v?})","~(pE)","F(ck)","f0(@)","aw(@)","B(fE)","b2?(bk?)","b2?(bk?)","~(~())","av<@>(jI)","B(qb)","~(kQ)","aw<@>?(aw<@>?,@,aw<@>(@))","av<@>()","K(u,al)","iT(bc)","@(M?)","oD(@)","kA(@)","ay()","~(cx)","av(cB?)","av<~>(jI)","hB()","z(hT)","~(lF,m,n)","B(a0)","~(ho)","~(z)","~(m,m)","B(iq)","~(lv)","B(h9)","ho()","B(kW)","~(eu)","~(v)","~(hQ)","kd()","~(qS)","~(bw)","av(fu)","hQ()","~(eP)","eP()","aH(z<~>)","B(as,m,m,rN)","~(u?)","m?(m?)","fE()","~(jr)","v()","~(hB)","jk(@)","i(Z,n)","B()","z

()","eT()","n(cT,cT)","~(M[eq?])","z()","N()","F?(F?)","jA(cX,hE)","~(eT)","p9(m)","eF(mj)","qO()","~(A)","m(cQ)","rK()","~(x9)","n(l7,l7)","B(iz)","e4(iz)","~(tk)","ay<~(bc),aY?>()","~(~(bc),aY?)","pH(v?,v?)","i(Z,~())","n(lQ,lQ)","mT<0^>(hF,i(Z))","dx?()","~(eo)","av<~>(~)","N(kf)","av(m,ay)","~(mM?)","0^?(0^?(bk?))","0^?(b2<0^>?(bk?))","b2?(bk?)","b2?(bk?)","~(a_?)","b2?(bk?)","aH(m)","b2?(bk?)","b2?(bk?)","d_?(ck)","d_?(bk?)","F?(ck)","F?(bk?)","k9?(bk?)","l3?(bk?)","aP?(bk?)","B?(bk?)","eD?(bk?)","ps?(bk?)","m?(m)","~(ip)","~(iC)","~(f2)","m(m,F)","B(n2)","md()","mB()","pe(Z)","B(B)","i(Z,bQ,bQ)","~(nP)","v()?(u)","B(Z)","~([b6?])","nI({from:N?})","~(kk)","aH(jW)","m(M?)","B(kV?)","nv()","~(n,B(jq))","B(n,n)","~(d2)","r()","B(fF)","av<~>?()","bv<@>(bv<@>,bv<@>(@))","dx()","jJ?(dx)","~(K)","mt(Z,i?)","kH(Z)","mm(Z,i?)","B(ck)","av<~>(dJ<@>)","N(ck)","av<~>(kg<@>)","m(n)","B(yx,eF)","jz(@)","~(eu,hJ?)","mJ(Z,i?)","nm(Z,i?)","nK(f3)","nH(@)","fY()","c3(c3,bC)","bC(bC)","m(bC)","aH(cB)","pP(ha)","pR(ha)","~(n,ce,cB?)","m(N,N,m)","K()","N?()","mL<@>(@)","pv(@)","as(a0)","v(v?,k2)","~(as)","d_(il)","~(il,aY)","B(il)","as()","@(@,@)","~(p)","B(qG{crossAxisPosition!N,mainAxisPosition!N})","aH(@,@)","~(a0,a0?)","B(u)","hn(k)","B(cc)","~(iD)","~(n,rH)","~(p3)","bU(ko)","lF(@,@)","~(m,m?)","n(bU)","bU(n)","bv()","av(m?)","n(n,n)","av<~>(cB?,~(cB?))","av>(@)","~(hE)","~(m,n?)","xm()","B(j)","~(m,n)","ay(ay,m)","z()","z(z)","~([M?])","nR()","~(nB,@)","~(aZ)","~(@,eq)","bS<@>?(hF)","bS<@>(hF)","B(pw)","av(fu)","hn()","av<~>(@)","ad<@>(@)","~(fd)","~(ew)","dK(dK,nE)","av<~>(YH)","oQ(Z,e3)","eu(eu)","t7()","B(vU)","~(rD)","B(rx)","aH(M,eq)","B(iO)","ck(cT)","~(n,@)","z(Z)","v(cT)","n(j0,j0)","z(cT,p)","B(cT)","B(f3<@>)","aM?(aM)","M?(n,aM?)","aH(@,eq)","aH(~())","hi()","~(hi)","@(m)","@(@,m)","~(mf)","m(m,m)","av()","~(n,n)","av()","~(p5?)","~(jS)","~(e0,M)","ne(Z,i?)","~(ki)","i(Z,bQ,mF,Z,Z)","B(ki)","mH(Z)","~(m,js)","~(jB)","m(@)","aH(mz)","mc(@)","mV(@)","nG(@)","ma(@)","av<@>(t6)","ay(z<@>)","ay(ay)","aH(ay)","pp(co)","B(bS<@>?)","B(is)","qe(co)","pA(co)","dm(bS<@>)","bN>(@,@)","u?()","qT(co)","nL(Z,e3)","aH(cx?)","~(cd)","lk(Z,i?)","m1(Z)","hp(Z,i?)","pl(bc)","ao()","i(Z,e3)","B(fT)","~(jl)","~(iA)","pC(co)","B(hI?)","j3()","~(j3)","pn(co)","j4()","~(j4)","~(jN)","~(qk,b6)","z()","th(Z,e3)","~(u)","aM?()","~([aP?])","~(fz,fA)","hm()","~(hm)","Hw()","ao(n,n,n,n,n,n,n,B)","B(iW)","rw(m,hg)","rv(m,hg)","ru(m,hg)","jG(Z)","aH(ej,U6)","~(~)","~(Z,cE)","B(cE,cE)","i(Z,cE)","av<~>(dr)","op(Z)","z>(Z)","iB(dr)","oP(Z,al)","hN(m)","oH(co)","n(bJ<@>,bJ<@>)","r_(co)","M?(M?)","M?(@)","0^(0^,0^)","K?(K?,K?,N)","N?(bw?,bw?,N)","F?(F?,F?,N)","n(n,@)","~(bt{forceReport:B})","hK?(m)","N(N,N,N)","i(Z,bQ,bQ,i)","B?(B?,B?,N)","c3?(c3?,c3?,N)","r?(r?,r?,N)","n(OU<@>,OU<@>)","B({priority!n,scheduler!hH})","m(cB)","z(m)","n(aM,aM)","cu(cu?,cu?,N)","z>(io,m)","n(i,n)","~()(Fz?>,ny<@>)","~(m?{wrapWidth:n?})","ns(@)"],interceptorsByTag:null,leafTags:null,arrayRti:Symbol("$ti")} -A.avt(v.typeUniverse,JSON.parse('{"mf":"I","qs":"I","qC":"I","qz":"I","qD":"I","qv":"I","qw":"I","qq":"I","qr":"I","qp":"I","qx":"I","qt":"I","qo":"I","qy":"I","qE":"I","iL":"I","ls":"I","lr":"I","lt":"I","lu":"I","nv":"I","qB":"I","qA":"I","yi":"I","yh":"I","jX":"I","qu":"I","jW":"I","mM":"I","S3":"I","S4":"I","Sw":"I","a2d":"I","a1Z":"I","a1w":"I","a1u":"I","a1t":"I","a1v":"I","a19":"I","a18":"I","a22":"I","a2_":"I","a23":"I","a1U":"I","a1V":"I","a2b":"I","a2a":"I","a1S":"I","a1R":"I","a1g":"I","a1o":"I","a1N":"I","a1M":"I","a1e":"I","a1X":"I","a1G":"I","a1d":"I","a1Y":"I","a26":"I","a1q":"I","a1p":"I","a1E":"I","a1D":"I","a1b":"I","a1a":"I","a1k":"I","a1j":"I","a1c":"I","a1x":"I","a1W":"I","a1C":"I","DS":"I","a5v":"I","a5w":"I","a1i":"I","a1h":"I","a1z":"I","a1y":"I","a1L":"I","a8g":"I","a1r":"I","a1m":"I","a1l":"I","a1O":"I","a1f":"I","a1I":"I","a1H":"I","a1J":"I","ID":"I","a21":"I","a20":"I","a1Q":"I","a1P":"I","IF":"I","IE":"I","IC":"I","a28":"I","IB":"I","a3V":"I","a1B":"I","a24":"I","a25":"I","a2c":"I","a27":"I","a1s":"I","a3W":"I","a29":"I","WA":"I","a1F":"I","a1n":"I","a1A":"I","a1K":"I","WB":"I","WG":"I","W9":"I","Wa":"I","T6":"I","T5":"I","a48":"I","Wc":"I","Wb":"I","Hc":"I","iQ":"I","ig":"I","az4":"a_","azE":"a_","az5":"aC","az6":"aC","az3":"dH","azc":"fD","aAW":"fu","aAX":"iD","az7":"a5","azR":"a5","aA4":"a0","azA":"a0","aAw":"i7","aAt":"ev","azj":"k7","azq":"iU","aza":"i2","aAb":"i2","azL":"mG","azk":"bK","hz":{"H":[]},"hu":{"ep":["1"]},"dv":{"cS":[]},"oH":{"fe":[]},"pn":{"fe":[]},"pp":{"fe":[]},"pA":{"fe":[]},"pC":{"fe":[]},"qe":{"fe":[]},"fR":{"H":[]},"kQ":{"H":[]},"qT":{"fe":[]},"r_":{"fe":[]},"bb":{"H":[]},"p8":{"X8":[]},"cr":{"H":[]},"os":{"cP":[]},"i0":{"H":[]},"Hu":{"eF":[]},"DD":{"c2":[]},"E_":{"c2":[]},"DX":{"c2":[]},"DY":{"c2":[]},"E4":{"c2":[]},"E1":{"c2":[]},"DZ":{"c2":[]},"E3":{"c2":[]},"DG":{"c2":[]},"DH":{"c2":[]},"DF":{"c2":[]},"DE":{"c2":[]},"DK":{"c2":[]},"DL":{"c2":[]},"DQ":{"c2":[]},"DP":{"c2":[]},"DJ":{"c2":[]},"DI":{"c2":[]},"DN":{"c2":[]},"DR":{"c2":[]},"DM":{"c2":[]},"DO":{"c2":[]},"E0":{"c2":[]},"II":{"bs":[]},"mZ":{"H":[]},"wy":{"p":["im"],"p.E":"im"},"oT":{"eN":[]},"I2":{"eN":[]},"E6":{"eN":[],"Sn":[]},"E8":{"eN":[],"So":[]},"GC":{"eN":[],"Yq":[]},"yX":{"eN":[],"JC":[]},"GB":{"eN":[],"JC":[],"Yo":[]},"Ha":{"eN":[]},"H8":{"eN":[],"YQ":[]},"DV":{"hu":["lr"],"ep":["lr"]},"oI":{"hu":["ls"],"ep":["ls"],"pP":[]},"oJ":{"hu":["lt"],"ep":["lt"],"pR":[]},"un":{"hu":["lu"],"ep":["lu"]},"oK":{"hu":["iL"],"ep":["iL"]},"DT":{"oK":[],"hu":["iL"],"ep":["iL"]},"um":{"ep":["qu"]},"DU":{"X8":[]},"o3":{"H":[]},"Dx":{"bs":[]},"x0":{"dv":[],"cS":[],"So":[]},"x3":{"dv":[],"cS":[],"YQ":[]},"x_":{"dv":[],"cS":[],"Sn":[]},"x1":{"dv":[],"cS":[],"Yo":[]},"x2":{"dv":[],"cS":[],"Yq":[]},"bf":{"pP":[]},"nz":{"pR":[]},"H5":{"cS":[]},"uX":{"cR":[]},"wV":{"cR":[]},"GV":{"cR":[]},"GZ":{"cR":[]},"GX":{"cR":[]},"GW":{"cR":[]},"GY":{"cR":[]},"GN":{"cR":[]},"GM":{"cR":[]},"GL":{"cR":[]},"GQ":{"cR":[]},"GU":{"cR":[]},"GT":{"cR":[]},"GP":{"cR":[]},"GO":{"cR":[]},"GS":{"cR":[]},"GR":{"cR":[]},"x4":{"dv":[],"cS":[]},"l9":{"H":[]},"H4":{"cS":[]},"x5":{"dv":[],"cS":[],"JC":[]},"rn":{"H":[]},"CX":{"H":[]},"p7":{"H":[]},"j5":{"D":["1"],"z":["1"],"J":["1"],"p":["1"]},"M5":{"j5":["n"],"D":["n"],"z":["n"],"J":["n"],"p":["n"]},"JG":{"j5":["n"],"D":["n"],"z":["n"],"J":["n"],"p":["n"],"D.E":"n","j5.E":"n"},"Dy":{"ahc":[]},"F5":{"aih":[]},"DC":{"qN":[]},"I3":{"qN":[]},"fg":{"xk":[]},"mQ":{"H":[]},"rp":{"H":[]},"nD":{"H":[]},"r9":{"H":[]},"EN":{"mu":[]},"ER":{"mu":[]},"vN":{"B":[]},"vO":{"aH":[]},"I":{"adt":[],"mf":[],"qs":[],"qC":[],"qz":[],"qD":[],"qv":[],"qw":[],"qq":[],"qr":[],"qp":[],"qx":[],"qt":[],"qo":[],"qy":[],"qE":[],"iL":[],"ls":[],"lr":[],"lt":[],"lu":[],"nv":[],"qB":[],"qA":[],"yi":[],"yh":[],"jX":[],"qu":[],"jW":[],"mM":[]},"t":{"z":["1"],"J":["1"],"p":["1"],"aW":["1"]},"Wz":{"t":["1"],"z":["1"],"J":["1"],"p":["1"],"aW":["1"]},"kZ":{"N":[],"bw":[],"bJ":["bw"]},"pu":{"N":[],"n":[],"bw":[],"bJ":["bw"]},"vP":{"N":[],"bw":[],"bJ":["bw"]},"jy":{"m":[],"bJ":["m"],"aW":["@"]},"ui":{"bv":["2"],"bv.T":"2"},"oE":{"dJ":["2"]},"kc":{"p":["2"]},"mg":{"kc":["1","2"],"p":["2"],"p.E":"2"},"zJ":{"mg":["1","2"],"kc":["1","2"],"J":["2"],"p":["2"],"p.E":"2"},"zm":{"D":["2"],"z":["2"],"kc":["1","2"],"J":["2"],"p":["2"]},"ci":{"zm":["1","2"],"D":["2"],"z":["2"],"kc":["1","2"],"J":["2"],"p":["2"],"D.E":"2","p.E":"2"},"mi":{"af":["3","4"],"ay":["3","4"],"af.V":"4","af.K":"3"},"ii":{"bs":[]},"oO":{"D":["n"],"z":["n"],"J":["n"],"p":["n"],"D.E":"n"},"J":{"p":["1"]},"aX":{"J":["1"],"p":["1"]},"hL":{"aX":["1"],"J":["1"],"p":["1"],"aX.E":"1","p.E":"1"},"ek":{"p":["2"],"p.E":"2"},"mq":{"ek":["1","2"],"J":["2"],"p":["2"],"p.E":"2"},"aG":{"aX":["2"],"J":["2"],"p":["2"],"aX.E":"2","p.E":"2"},"aI":{"p":["1"],"p.E":"1"},"jo":{"p":["2"],"p.E":"2"},"nC":{"p":["1"],"p.E":"1"},"v_":{"nC":["1"],"J":["1"],"p":["1"],"p.E":"1"},"jY":{"p":["1"],"p.E":"1"},"p6":{"jY":["1"],"J":["1"],"p":["1"],"p.E":"1"},"yl":{"p":["1"],"p.E":"1"},"jn":{"J":["1"],"p":["1"],"p.E":"1"},"my":{"p":["1"],"p.E":"1"},"ka":{"p":["1"],"p.E":"1"},"rd":{"D":["1"],"z":["1"],"J":["1"],"p":["1"]},"c5":{"aX":["1"],"J":["1"],"p":["1"],"aX.E":"1","p.E":"1"},"qP":{"nB":[]},"uw":{"iR":["1","2"],"pF":["1","2"],"BU":["1","2"],"ay":["1","2"]},"oS":{"ay":["1","2"]},"G":{"oS":["1","2"],"ay":["1","2"]},"zr":{"p":["1"],"p.E":"1"},"bz":{"oS":["1","2"],"ay":["1","2"]},"vG":{"ju":[]},"vH":{"ju":[]},"wK":{"lE":[],"bs":[]},"FH":{"bs":[]},"JI":{"bs":[]},"Gw":{"cP":[]},"Bw":{"eq":[]},"ca":{"ju":[]},"Ec":{"ju":[]},"Ed":{"ju":[]},"Jh":{"ju":[]},"J5":{"ju":[]},"oz":{"ju":[]},"Ia":{"bs":[]},"dV":{"af":["1","2"],"X9":["1","2"],"ay":["1","2"],"af.V":"2","af.K":"1"},"w1":{"J":["1"],"p":["1"],"p.E":"1"},"vQ":{"Hw":[]},"Mm":{"G9":[]},"yu":{"G9":[]},"OG":{"p":["G9"],"p.E":"G9"},"n_":{"oD":[]},"d0":{"cq":[]},"wz":{"d0":[],"cB":[],"cq":[]},"pJ":{"b5":["1"],"d0":[],"cq":[],"aW":["1"]},"l6":{"D":["N"],"b5":["N"],"z":["N"],"d0":[],"J":["N"],"cq":[],"aW":["N"],"p":["N"]},"f9":{"D":["n"],"b5":["n"],"z":["n"],"d0":[],"J":["n"],"cq":[],"aW":["n"],"p":["n"]},"wA":{"l6":[],"D":["N"],"UM":[],"b5":["N"],"z":["N"],"d0":[],"J":["N"],"cq":[],"aW":["N"],"p":["N"],"D.E":"N"},"Gl":{"l6":[],"D":["N"],"UN":[],"b5":["N"],"z":["N"],"d0":[],"J":["N"],"cq":[],"aW":["N"],"p":["N"],"D.E":"N"},"Gm":{"f9":[],"D":["n"],"b5":["n"],"z":["n"],"d0":[],"J":["n"],"cq":[],"aW":["n"],"p":["n"],"D.E":"n"},"wB":{"f9":[],"D":["n"],"Wo":[],"b5":["n"],"z":["n"],"d0":[],"J":["n"],"cq":[],"aW":["n"],"p":["n"],"D.E":"n"},"Gn":{"f9":[],"D":["n"],"b5":["n"],"z":["n"],"d0":[],"J":["n"],"cq":[],"aW":["n"],"p":["n"],"D.E":"n"},"Go":{"f9":[],"D":["n"],"b5":["n"],"z":["n"],"d0":[],"J":["n"],"cq":[],"aW":["n"],"p":["n"],"D.E":"n"},"Gp":{"f9":[],"D":["n"],"b5":["n"],"z":["n"],"d0":[],"J":["n"],"cq":[],"aW":["n"],"p":["n"],"D.E":"n"},"wC":{"f9":[],"D":["n"],"b5":["n"],"z":["n"],"d0":[],"J":["n"],"cq":[],"aW":["n"],"p":["n"],"D.E":"n"},"n0":{"f9":[],"D":["n"],"lF":[],"b5":["n"],"z":["n"],"d0":[],"J":["n"],"cq":[],"aW":["n"],"p":["n"],"D.E":"n"},"BQ":{"eU":[]},"Lw":{"bs":[]},"BR":{"lE":[],"bs":[]},"ad":{"av":["1"]},"dz":{"dJ":["1"],"dz.T":"1"},"BO":{"a3K":[]},"BD":{"p":["1"],"p.E":"1"},"D8":{"bs":[]},"ex":{"lH":["1"],"ti":["1"],"bv":["1"],"bv.T":"1"},"nQ":{"lI":["1"],"dz":["1"],"dJ":["1"],"dz.T":"1"},"BC":{"lG":["1"]},"zd":{"lG":["1"]},"bd":{"zn":["1"]},"rj":{"Kg":["1"],"Bz":["1"]},"lH":{"ti":["1"],"bv":["1"],"bv.T":"1"},"lI":{"dz":["1"],"dJ":["1"],"dz.T":"1"},"ti":{"bv":["1"]},"ry":{"dJ":["1"]},"h0":{"bv":["2"]},"rG":{"dz":["2"],"dJ":["2"],"dz.T":"2"},"C_":{"h0":["1","1"],"bv":["1"],"bv.T":"1","h0.S":"1","h0.T":"1"},"Ao":{"h0":["1","2"],"bv":["2"],"bv.T":"2","h0.S":"1","h0.T":"2"},"dO":{"bN":["1","2"]},"kh":{"af":["1","2"],"ay":["1","2"],"af.V":"2","af.K":"1"},"nY":{"kh":["1","2"],"af":["1","2"],"ay":["1","2"],"af.V":"2","af.K":"1"},"zx":{"kh":["1","2"],"af":["1","2"],"ay":["1","2"],"af.V":"2","af.K":"1"},"nW":{"J":["1"],"p":["1"],"p.E":"1"},"a7p":{"dV":["1","2"],"af":["1","2"],"X9":["1","2"],"ay":["1","2"],"af.V":"2","af.K":"1"},"rV":{"dV":["1","2"],"af":["1","2"],"X9":["1","2"],"ay":["1","2"],"af.V":"2","af.K":"1"},"lL":{"o4":["1"],"cp":["1"],"ck":["1"],"J":["1"],"p":["1"],"cp.E":"1"},"h1":{"o4":["1"],"cp":["1"],"ck":["1"],"J":["1"],"p":["1"],"cp.E":"1"},"vI":{"p":["1"]},"w2":{"p":["1"],"p.E":"1"},"w3":{"D":["1"],"z":["1"],"J":["1"],"p":["1"]},"wc":{"af":["1","2"],"ay":["1","2"]},"af":{"ay":["1","2"]},"An":{"J":["2"],"p":["2"],"p.E":"2"},"pF":{"ay":["1","2"]},"iR":{"pF":["1","2"],"BU":["1","2"],"ay":["1","2"]},"zD":{"zE":["1"],"adf":["1"]},"zF":{"zE":["1"]},"uU":{"J":["1"],"p":["1"],"p.E":"1"},"w5":{"aX":["1"],"J":["1"],"p":["1"],"aX.E":"1","p.E":"1"},"o4":{"cp":["1"],"ck":["1"],"J":["1"],"p":["1"]},"e7":{"o4":["1"],"cp":["1"],"ck":["1"],"J":["1"],"p":["1"],"cp.E":"1"},"yq":{"af":["1","2"],"ay":["1","2"],"af.V":"2","af.K":"1"},"km":{"J":["1"],"p":["1"],"p.E":"1"},"o6":{"J":["2"],"p":["2"],"p.E":"2"},"Bq":{"J":["bN<1,2>"],"p":["bN<1,2>"],"p.E":"bN<1,2>"},"cU":{"j2":["1","2","1"],"j2.T":"1"},"Bu":{"j2":["1","dO<1,2>","2"],"j2.T":"2"},"o5":{"j2":["1","dO<1,2>","bN<1,2>"],"j2.T":"bN<1,2>"},"qJ":{"cp":["1"],"ck":["1"],"vL":["1"],"J":["1"],"p":["1"],"cp.E":"1"},"M8":{"af":["m","@"],"ay":["m","@"],"af.V":"@","af.K":"m"},"M9":{"aX":["m"],"J":["m"],"p":["m"],"aX.E":"m","p.E":"m"},"Dh":{"ml":["z","m"]},"Di":{"kF":["z","m"]},"EL":{"ml":["m","z"]},"vR":{"bs":[]},"FJ":{"bs":[]},"FI":{"ml":["M?","m"]},"FL":{"kF":["M?","m"]},"FK":{"kF":["m","M?"]},"JO":{"ml":["m","z"]},"JP":{"kF":["m","z"]},"z0":{"kF":["z","m"]},"ao":{"bJ":["ao"]},"N":{"bw":[],"bJ":["bw"]},"aP":{"bJ":["aP"]},"n":{"bw":[],"bJ":["bw"]},"z":{"J":["1"],"p":["1"]},"bw":{"bJ":["bw"]},"ck":{"J":["1"],"p":["1"]},"m":{"bJ":["m"]},"Lv":{"H":[]},"m4":{"bs":[]},"lE":{"bs":[]},"Gv":{"bs":[]},"ft":{"bs":[]},"q1":{"bs":[]},"Fy":{"bs":[]},"Gt":{"bs":[]},"JL":{"bs":[]},"rb":{"bs":[]},"fW":{"bs":[]},"Ef":{"bs":[]},"GD":{"bs":[]},"yt":{"bs":[]},"Ep":{"bs":[]},"Lx":{"cP":[]},"kO":{"cP":[]},"zW":{"aX":["1"],"J":["1"],"p":["1"],"aX.E":"1","p.E":"1"},"OK":{"eq":[]},"BY":{"JM":[]},"Ol":{"JM":[]},"L1":{"JM":[]},"a5":{"as":[],"a0":[]},"me":{"a5":[],"as":[],"a0":[]},"as":{"a0":[]},"eh":{"m6":[]},"js":{"a5":[],"as":[],"a0":[]},"jB":{"a_":[]},"l4":{"a5":[],"as":[],"a0":[]},"em":{"a_":[]},"jM":{"em":[],"a_":[]},"iD":{"a_":[]},"lD":{"a_":[]},"rN":{"iq":[]},"D0":{"a5":[],"as":[],"a0":[]},"D6":{"a5":[],"as":[],"a0":[]},"ow":{"a5":[],"as":[],"a0":[]},"m8":{"a5":[],"as":[],"a0":[]},"Du":{"a5":[],"as":[],"a0":[]},"i2":{"a0":[]},"oU":{"bK":[]},"oW":{"er":[]},"uN":{"a5":[],"as":[],"a0":[]},"i7":{"a0":[]},"uS":{"D":["fN"],"at":["fN"],"z":["fN"],"b5":["fN"],"J":["fN"],"p":["fN"],"aW":["fN"],"at.E":"fN","D.E":"fN"},"uT":{"fN":["bw"]},"EH":{"D":["m"],"at":["m"],"z":["m"],"b5":["m"],"J":["m"],"p":["m"],"aW":["m"],"at.E":"m","D.E":"m"},"Kz":{"D":["as"],"z":["as"],"J":["as"],"p":["as"],"D.E":"as"},"rI":{"D":["1"],"z":["1"],"J":["1"],"p":["1"],"D.E":"1"},"EJ":{"a5":[],"as":[],"a0":[]},"F1":{"a5":[],"as":[],"a0":[]},"pb":{"D":["eh"],"at":["eh"],"z":["eh"],"b5":["eh"],"J":["eh"],"p":["eh"],"aW":["eh"],"at.E":"eh","D.E":"eh"},"mG":{"D":["a0"],"at":["a0"],"z":["a0"],"b5":["a0"],"J":["a0"],"p":["a0"],"aW":["a0"],"at.E":"a0","D.E":"a0"},"vt":{"i7":[],"a0":[]},"Fv":{"a5":[],"as":[],"a0":[]},"mK":{"a5":[],"as":[],"a0":[]},"vX":{"a5":[],"as":[],"a0":[]},"G8":{"a5":[],"as":[],"a0":[]},"pI":{"a_":[]},"Gf":{"af":["m","@"],"ay":["m","@"],"af.V":"@","af.K":"m"},"Gg":{"af":["m","@"],"ay":["m","@"],"af.V":"@","af.K":"m"},"Gh":{"D":["f7"],"at":["f7"],"z":["f7"],"b5":["f7"],"J":["f7"],"p":["f7"],"aW":["f7"],"at.E":"f7","D.E":"f7"},"dk":{"D":["a0"],"z":["a0"],"J":["a0"],"p":["a0"],"D.E":"a0"},"pK":{"D":["a0"],"at":["a0"],"z":["a0"],"b5":["a0"],"J":["a0"],"p":["a0"],"aW":["a0"],"at.E":"a0","D.E":"a0"},"Gy":{"a5":[],"as":[],"a0":[]},"GE":{"a5":[],"as":[],"a0":[]},"wX":{"a5":[],"as":[],"a0":[]},"H0":{"a5":[],"as":[],"a0":[]},"Hf":{"D":["fa"],"at":["fa"],"z":["fa"],"b5":["fa"],"J":["fa"],"p":["fa"],"aW":["fa"],"at.E":"fa","D.E":"fa"},"I8":{"af":["m","@"],"ay":["m","@"],"af.V":"@","af.K":"m"},"y_":{"a5":[],"as":[],"a0":[]},"Io":{"a5":[],"as":[],"a0":[]},"Iw":{"iU":[]},"IU":{"a5":[],"as":[],"a0":[]},"J_":{"D":["ff"],"at":["ff"],"z":["ff"],"b5":["ff"],"J":["ff"],"p":["ff"],"aW":["ff"],"at.E":"ff","D.E":"ff"},"J1":{"D":["fh"],"at":["fh"],"z":["fh"],"b5":["fh"],"J":["fh"],"p":["fh"],"aW":["fh"],"at.E":"fh","D.E":"fh"},"J2":{"a_":[]},"J7":{"af":["m","m"],"ay":["m","m"],"af.V":"m","af.K":"m"},"yw":{"a5":[],"as":[],"a0":[]},"yC":{"a5":[],"as":[],"a0":[]},"Je":{"a5":[],"as":[],"a0":[]},"Jf":{"a5":[],"as":[],"a0":[]},"qU":{"a5":[],"as":[],"a0":[]},"qW":{"a5":[],"as":[],"a0":[]},"Ju":{"D":["ev"],"at":["ev"],"z":["ev"],"b5":["ev"],"J":["ev"],"p":["ev"],"aW":["ev"],"at.E":"ev","D.E":"ev"},"Jv":{"D":["fk"],"at":["fk"],"z":["fk"],"b5":["fk"],"J":["fk"],"p":["fk"],"aW":["fk"],"at.E":"fk","D.E":"fk"},"yW":{"D":["fl"],"at":["fl"],"z":["fl"],"b5":["fl"],"J":["fl"],"p":["fl"],"aW":["fl"],"at.E":"fl","D.E":"fl"},"k7":{"a_":[]},"nM":{"em":[],"a_":[]},"rk":{"a0":[]},"KR":{"D":["bK"],"at":["bK"],"z":["bK"],"b5":["bK"],"J":["bK"],"p":["bK"],"aW":["bK"],"at.E":"bK","D.E":"bK"},"zC":{"fN":["bw"]},"LS":{"D":["f4?"],"at":["f4?"],"z":["f4?"],"b5":["f4?"],"J":["f4?"],"p":["f4?"],"aW":["f4?"],"at.E":"f4?","D.E":"f4?"},"AA":{"D":["a0"],"at":["a0"],"z":["a0"],"b5":["a0"],"J":["a0"],"p":["a0"],"aW":["a0"],"at.E":"a0","D.E":"a0"},"Oz":{"D":["fi"],"at":["fi"],"z":["fi"],"b5":["fi"],"J":["fi"],"p":["fi"],"aW":["fi"],"at.E":"fi","D.E":"fi"},"ON":{"D":["er"],"at":["er"],"z":["er"],"b5":["er"],"J":["er"],"p":["er"],"aW":["er"],"at.E":"er","D.E":"er"},"Kh":{"af":["m","m"],"ay":["m","m"]},"Lt":{"af":["m","m"],"ay":["m","m"],"af.V":"m","af.K":"m"},"zL":{"bv":["1"],"bv.T":"1"},"rB":{"zL":["1"],"bv":["1"],"bv.T":"1"},"zM":{"dJ":["1"]},"wI":{"iq":[]},"Bn":{"iq":[]},"OV":{"iq":[]},"OO":{"iq":[]},"F3":{"D":["as"],"z":["as"],"J":["as"],"p":["as"],"D.E":"as"},"JQ":{"a_":[]},"mL":{"D":["1"],"z":["1"],"J":["1"],"p":["1"],"D.E":"1"},"Gu":{"cP":[]},"fN":{"aAV":["1"]},"oL":{"aC":[],"as":[],"a0":[]},"p1":{"aC":[],"as":[],"a0":[]},"fD":{"aC":[],"as":[],"a0":[]},"dH":{"aC":[],"as":[],"a0":[]},"FV":{"D":["hr"],"at":["hr"],"z":["hr"],"J":["hr"],"p":["hr"],"at.E":"hr","D.E":"hr"},"Gx":{"D":["hy"],"at":["hy"],"z":["hy"],"J":["hy"],"p":["hy"],"at.E":"hy","D.E":"hy"},"pS":{"aC":[],"as":[],"a0":[]},"q9":{"aC":[],"as":[],"a0":[]},"Ja":{"D":["m"],"at":["m"],"z":["m"],"J":["m"],"p":["m"],"at.E":"m","D.E":"m"},"aC":{"as":[],"a0":[]},"nA":{"aC":[],"as":[],"a0":[]},"JD":{"D":["hO"],"at":["hO"],"z":["hO"],"J":["hO"],"p":["hO"],"at.E":"hO","D.E":"hO"},"cB":{"cq":[]},"asa":{"z":["n"],"J":["n"],"p":["n"],"cq":[]},"lF":{"z":["n"],"J":["n"],"p":["n"],"cq":[]},"aus":{"z":["n"],"J":["n"],"p":["n"],"cq":[]},"as9":{"z":["n"],"J":["n"],"p":["n"],"cq":[]},"auq":{"z":["n"],"J":["n"],"p":["n"],"cq":[]},"Wo":{"z":["n"],"J":["n"],"p":["n"],"cq":[]},"aur":{"z":["n"],"J":["n"],"p":["n"],"cq":[]},"UM":{"z":["N"],"J":["N"],"p":["N"],"cq":[]},"UN":{"z":["N"],"J":["N"],"p":["N"],"cq":[]},"hC":{"H":[]},"iN":{"H":[]},"qX":{"H":[]},"k3":{"H":[]},"qV":{"H":[]},"ur":{"H":[]},"wZ":{"H":[]},"px":{"H":[]},"yv":{"H":[]},"Jb":{"H":[]},"wW":{"H":[]},"u_":{"H":[]},"mk":{"H":[]},"Dn":{"H":[]},"F2":{"H":[]},"m3":{"H":[]},"iy":{"H":[]},"pU":{"H":[]},"jK":{"H":[]},"Jl":{"H":[]},"yJ":{"H":[]},"ua":{"H":[]},"Ds":{"H":[]},"r7":{"H":[]},"IA":{"mu":[]},"uc":{"H":[]},"Da":{"af":["m","@"],"ay":["m","@"],"af.V":"@","af.K":"m"},"kg":{"U6":["1"]},"i_":{"jf":["2"],"ny":["2"]},"jf":{"ny":["1"]},"fX":{"agM":[],"p":["m"],"p.E":"m"},"qj":{"to":["1","ck<1>?"],"to.E":"1"},"fs":{"H":[]},"bQ":{"aa":[]},"nP":{"H":[]},"tN":{"H":[]},"or":{"bQ":["N"],"aa":[]},"K0":{"bQ":["N"],"aa":[]},"K1":{"bQ":["N"],"aa":[]},"xh":{"bQ":["N"],"aa":[]},"jT":{"bQ":["N"],"aa":[]},"oY":{"bQ":["N"],"aa":[]},"BP":{"H":[]},"nJ":{"bQ":["N"],"aa":[]},"oR":{"bQ":["1"],"aa":[]},"tQ":{"bQ":["1"],"aa":[]},"Aj":{"fw":[]},"xW":{"fw":[]},"eM":{"fw":[]},"Jy":{"fw":[]},"he":{"fw":[]},"vc":{"fw":[]},"L5":{"fw":[]},"aw":{"am":["1"],"am.T":"1","aw.T":"1"},"f0":{"aw":["F?"],"am":["F?"],"am.T":"F?","aw.T":"F?"},"aL":{"bQ":["1"],"aa":[]},"ey":{"am":["1"],"am.T":"1"},"xT":{"aw":["1"],"am":["1"],"am.T":"1","aw.T":"1"},"xq":{"aw":["v?"],"am":["v?"],"am.T":"v?","aw.T":"v?"},"kX":{"aw":["n"],"am":["n"],"am.T":"n","aw.T":"n"},"f1":{"am":["N"],"am.T":"N"},"dF":{"F":[]},"uz":{"cu":[]},"KV":{"eO":["SN"],"eO.T":"SN"},"Ex":{"SN":[]},"rs":{"V":[],"i":[]},"Ek":{"aO":[],"i":[]},"rt":{"X":["rs<1>"]},"hR":{"fx":[]},"oX":{"V":[],"i":[]},"zw":{"iF":["oX"],"X":["oX"]},"P1":{"aa":[]},"A1":{"b3":[],"aJ":[],"i":[]},"En":{"aO":[],"i":[]},"lJ":{"hh":["z"],"dU":[]},"p9":{"lJ":[],"hh":["z"],"dU":[]},"EU":{"lJ":[],"hh":["z"],"dU":[]},"ET":{"lJ":[],"hh":["z"],"dU":[]},"ph":{"m4":[],"bs":[]},"LH":{"mo":["bt"],"dU":[]},"i1":{"aa":[]},"z1":{"aa":[]},"o0":{"aa":[]},"cJ":{"aa":[]},"p2":{"H":[]},"i5":{"H":[]},"hh":{"dU":[]},"mo":{"dU":[]},"EE":{"mo":["ED"],"dU":[]},"di":{"ei":[],"di.T":"1"},"G4":{"ei":[]},"w0":{"fG":[]},"aU":{"p":["1"],"p.E":"1"},"vr":{"p":["1"],"p.E":"1"},"dx":{"H":[]},"et":{"av":["1"]},"vn":{"H":[]},"ve":{"bt":[]},"e4":{"bc":[]},"jN":{"bc":[]},"la":{"bc":[]},"lb":{"bc":[]},"jL":{"bc":[]},"iA":{"bc":[]},"JX":{"bc":[]},"Pq":{"bc":[]},"n8":{"bc":[]},"Pm":{"n8":[],"bc":[]},"nb":{"bc":[]},"Pu":{"nb":[],"bc":[]},"Ps":{"jN":[],"bc":[]},"Pp":{"la":[],"bc":[]},"Pr":{"lb":[],"bc":[]},"Po":{"jL":[],"bc":[]},"na":{"bc":[]},"Pt":{"na":[],"bc":[]},"nd":{"bc":[]},"Pw":{"nd":[],"bc":[]},"nc":{"iA":[],"bc":[]},"Pv":{"nc":[],"iA":[],"bc":[]},"n9":{"bc":[]},"Pn":{"n9":[],"bc":[]},"hm":{"ct":[],"cQ":[]},"lK":{"H":[]},"As":{"tn":[]},"t2":{"tn":[]},"eP":{"ct":[],"cQ":[]},"hQ":{"ct":[],"cQ":[]},"ho":{"ct":[],"cQ":[]},"hB":{"ct":[],"cQ":[]},"rz":{"H":[]},"uV":{"ct":[],"cQ":[]},"hi":{"ct":[],"cQ":[]},"ct":{"cQ":[]},"uW":{"H":[]},"wM":{"ct":[],"cQ":[]},"pi":{"H":[]},"pY":{"ct":[],"cQ":[]},"eT":{"ct":[],"cQ":[]},"Dj":{"ct":[],"cQ":[]},"pl":{"iT":[]},"wg":{"V":[],"i":[]},"Jx":{"H":[]},"Ap":{"X":["wg"]},"tV":{"V":[],"i":[]},"No":{"K":[]},"zc":{"X":["tV"]},"Kd":{"b_":[],"ac":[],"i":[]},"NB":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"pH":{"aw":["v?"],"am":["v?"],"am.T":"v?","aw.T":"v?"},"wj":{"aw":["k"],"am":["k"],"am.T":"k","aw.T":"k"},"nS":{"H":[]},"Df":{"aO":[],"i":[]},"De":{"aO":[],"i":[]},"asu":{"dc":[],"b3":[],"aJ":[],"i":[]},"u5":{"V":[],"i":[]},"Ko":{"X":["u5"]},"Kn":{"aa":[]},"xo":{"V":[],"i":[]},"Nw":{"X":["xo"]},"M3":{"b_":[],"ac":[],"i":[]},"B_":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"Ac":{"b2":["1?"]},"Mg":{"b2":["cO?"]},"Mf":{"b2":["fK?"]},"ue":{"V":[],"i":[]},"Kt":{"X":["ue"]},"Mz":{"d_":[],"b2":["d_"]},"M4":{"b_":[],"ac":[],"i":[]},"B0":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"uf":{"H":[]},"Dt":{"H":[]},"md":{"V":[],"i":[]},"zz":{"V":[],"i":[]},"Ax":{"V":[],"i":[]},"zT":{"b3":[],"aJ":[],"i":[]},"zA":{"V":[],"i":[]},"z7":{"V":[],"i":[]},"zk":{"X":["md"]},"L3":{"X":["zz"]},"Ay":{"X":["Ax"]},"L4":{"X":["zA"]},"C8":{"X":["z7"]},"Ah":{"b2":["1"]},"Gb":{"kE":["n"],"F":[],"kE.T":"n"},"Ag":{"b2":["1"]},"i3":{"H":[]},"uF":{"H":[]},"uE":{"V":[],"i":[]},"zy":{"X":["uE"]},"NX":{"cd":["i3"],"aa":[],"bn.T":"i3"},"NW":{"cd":["jd"],"aa":[],"bn.T":"jd"},"L2":{"aO":[],"i":[]},"op":{"aO":[],"i":[]},"EF":{"aO":[],"i":[]},"uK":{"fH":["1"],"d4":["1"],"bS":["1"]},"uO":{"aO":[],"i":[]},"art":{"dc":[],"b3":[],"aJ":[],"i":[]},"vb":{"b3":[],"aJ":[],"i":[]},"zP":{"H":[]},"F6":{"aO":[],"i":[]},"Ky":{"b_":[],"ac":[],"i":[]},"AS":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"zb":{"bQ":["1"],"aa":[]},"Fw":{"aO":[],"i":[]},"vA":{"V":[],"i":[]},"A6":{"X":["vA"]},"vB":{"id":[]},"kV":{"kY":[],"id":[]},"vC":{"kY":[],"id":[]},"vD":{"kY":[],"id":[]},"kY":{"id":[]},"AN":{"b3":[],"aJ":[],"i":[]},"A5":{"V":[],"i":[]},"nX":{"H":[]},"mI":{"aO":[],"i":[]},"A4":{"X":["A5"],"aer":[]},"FA":{"aO":[],"i":[]},"eL":{"bC":[]},"MH":{"eL":[],"bC":[]},"iP":{"eL":[],"bC":[]},"hA":{"eL":[],"bC":[]},"vF":{"V":[],"i":[]},"A9":{"X":["vF"]},"zj":{"V":[],"i":[]},"zZ":{"V":[],"i":[]},"dl":{"H":[]},"mJ":{"V":[],"i":[]},"A7":{"aa":[]},"A8":{"aw":["eL"],"am":["eL"],"am.T":"eL","aw.T":"eL"},"M1":{"aa":[]},"Km":{"X":["zj"]},"Of":{"V":[],"i":[]},"A_":{"X":["zZ"]},"pg":{"H":[]},"AV":{"k_":["dl"],"u":[],"q":[],"A":[],"a9":[]},"L9":{"fV":["dl"],"ac":[],"i":[],"fV.S":"dl"},"Aa":{"X":["mJ"]},"asl":{"dc":[],"b3":[],"aJ":[],"i":[]},"h3":{"H":[]},"G0":{"H":[]},"G_":{"aO":[],"i":[]},"Mi":{"fV":["h3"],"ac":[],"i":[],"fV.S":"h3"},"B2":{"k_":["h3"],"u":[],"q":[],"A":[],"a9":[]},"jH":{"H":[]},"wf":{"V":[],"i":[]},"AZ":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"ns":{"aw":["bC?"],"am":["bC?"],"am.T":"bC?","aw.T":"bC?"},"Aq":{"V":[],"i":[]},"Mr":{"X":["wf"]},"M0":{"b_":[],"ac":[],"i":[]},"Mo":{"X":["Aq"]},"Bl":{"aO":[],"i":[]},"Og":{"aa":[]},"Mp":{"eO":["wi"],"eO.T":"wi"},"Ez":{"wi":[]},"cv":{"H":[]},"Gc":{"d_":[],"b2":["d_"]},"zK":{"d_":[],"b2":["d_"]},"fm":{"b2":["1"]},"dN":{"b2":["1"]},"Af":{"b2":["1"]},"mT":{"wk":["1"],"fH":["1"],"d4":["1"],"bS":["1"]},"Lz":{"aO":[],"i":[]},"F_":{"jJ":[]},"El":{"jJ":[]},"iB":{"V":[],"i":[]},"pV":{"V":[],"i":[]},"xa":{"V":[],"i":[]},"Mt":{"b_":[],"ac":[],"i":[]},"NK":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"pX":{"X":["2"]},"AQ":{"aO":[],"i":[]},"AR":{"fH":["1"],"d4":["1"],"bS":["1"]},"pW":{"X":["pV<1>"]},"at4":{"dc":[],"b3":[],"aJ":[],"i":[]},"ul":{"V":[],"i":[]},"K_":{"H":[]},"Hm":{"V":[],"i":[]},"KB":{"aa":[]},"KC":{"X":["ul"]},"atg":{"dc":[],"b3":[],"aJ":[],"i":[]},"Ae":{"b2":["1"]},"xZ":{"V":[],"i":[]},"Bc":{"b3":[],"aJ":[],"i":[]},"zN":{"V":[],"i":[]},"xX":{"V":[],"i":[]},"q8":{"X":["xX"]},"avg":{"V":[],"i":[]},"Be":{"b3":[],"aJ":[],"i":[]},"ez":{"H":[]},"Id":{"X":["xZ"]},"O6":{"aa":[]},"zi":{"al":[]},"Kl":{"aO":[],"i":[]},"zO":{"X":["zN"]},"rY":{"V":[],"i":[]},"Il":{"aO":[],"i":[]},"Mq":{"iF":["rY"],"X":["rY"]},"Ai":{"b2":["1"]},"qI":{"H":[]},"atS":{"V":[],"i":[]},"Ad":{"b2":["1"]},"Jj":{"V":[],"i":[]},"OW":{"b2":["F?"]},"OY":{"b2":["F?"]},"OX":{"b2":["d_"]},"au8":{"dc":[],"b3":[],"aJ":[],"i":[]},"yG":{"V":[],"i":[]},"BF":{"X":["yG"]},"yH":{"jt":["m"],"V":[],"i":[],"jt.T":"m"},"tl":{"f3":["m"],"X":["jt"]},"P0":{"aa":[]},"aud":{"dc":[],"b3":[],"aJ":[],"i":[]},"A3":{"dc":[],"b3":[],"aJ":[],"i":[]},"nH":{"aw":["fY"],"am":["fY"],"am.T":"fY","aw.T":"fY"},"tL":{"V":[],"i":[]},"yO":{"aO":[],"i":[]},"K7":{"X":["tL"]},"l3":{"H":[]},"yT":{"V":[],"i":[]},"o8":{"X":["yT"]},"Pd":{"aO":[],"i":[]},"aul":{"dc":[],"b3":[],"aJ":[],"i":[]},"yV":{"H":[]},"If":{"H":[]},"dp":{"eD":[]},"ed":{"eD":[]},"Au":{"eD":[]},"q5":{"H":[]},"tZ":{"H":[]},"z2":{"H":[]},"m5":{"H":[]},"OR":{"aa":[]},"fK":{"bC":[]},"u4":{"H":[]},"h_":{"bC":[]},"ub":{"H":[]},"Dp":{"bC":[]},"cM":{"bC":[]},"dR":{"bC":[]},"dC":{"fx":[]},"dS":{"fK":[],"bC":[]},"kE":{"F":[]},"aS":{"c3":[]},"eg":{"c3":[]},"lN":{"c3":[]},"dw":{"fK":[],"bC":[]},"e5":{"fK":[],"bC":[]},"iI":{"fx":[]},"r1":{"H":[]},"yN":{"H":[]},"r4":{"hq":[],"il":[],"a9":[]},"qK":{"H":[]},"h9":{"hn":[]},"u":{"q":[],"A":[],"a9":[]},"oB":{"ia":[]},"ux":{"eE":[],"dE":["1"]},"o_":{"H":[]},"fI":{"eE":[],"dE":["u"]},"xw":{"bZ":["u","fI"],"u":[],"Y":["u","fI"],"q":[],"A":[],"a9":[],"Y.1":"fI","bZ.1":"fI","Y.0":"u"},"Eo":{"aa":[]},"xx":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"lf":{"aa":[]},"ng":{"bZ":["u","e2"],"u":[],"Y":["u","e2"],"q":[],"A":[],"a9":[],"Y.1":"e2","bZ.1":"e2","Y.0":"u"},"ND":{"u":[],"q":[],"A":[],"a9":[]},"BG":{"lf":[],"aa":[]},"zQ":{"lf":[],"aa":[]},"rq":{"lf":[],"aa":[]},"xz":{"u":[],"q":[],"A":[],"a9":[]},"eJ":{"eE":[],"dE":["u"]},"va":{"H":[]},"wa":{"H":[]},"jF":{"H":[]},"kG":{"H":[]},"xA":{"bZ":["u","eJ"],"u":[],"Y":["u","eJ"],"q":[],"A":[],"a9":[],"Y.1":"eJ","bZ.1":"eJ","Y.0":"u"},"pB":{"A":[]},"dD":{"A":[]},"oM":{"dD":[],"A":[]},"H9":{"A":[]},"H2":{"A":[]},"ir":{"dD":[],"A":[]},"us":{"dD":[],"A":[]},"ra":{"ir":[],"dD":[],"A":[]},"wN":{"ir":[],"dD":[],"A":[]},"x6":{"dD":[],"A":[]},"mP":{"dD":[],"A":[]},"vk":{"dD":[],"A":[]},"tT":{"dD":[],"A":[]},"ik":{"eE":[],"dE":["u"]},"xD":{"bZ":["u","ik"],"u":[],"Y":["u","ik"],"q":[],"A":[],"a9":[],"Y.1":"ik","bZ.1":"ik","Y.0":"u"},"Gj":{"aa":[]},"q":{"A":[],"a9":[]},"O2":{"nZ":[]},"OQ":{"nZ":[]},"e2":{"eE":[],"dE":["u"]},"xG":{"bZ":["u","e2"],"u":[],"Y":["u","e2"],"q":[],"A":[],"a9":[],"Y.1":"e2","bZ.1":"e2","Y.0":"u"},"xH":{"u":[],"q":[],"A":[],"a9":[]},"nr":{"aa":[]},"xs":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"jS":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HR":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"pk":{"H":[]},"HS":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"xv":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HK":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"xC":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HA":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"uB":{"aa":[]},"t9":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HD":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HC":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"B4":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HN":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HO":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"uH":{"H":[]},"HE":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HY":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HH":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HP":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HM":{"u":[],"az":["u"],"q":[],"il":[],"A":[],"a9":[]},"HT":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"xB":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"xE":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"xI":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HB":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HL":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HF":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HI":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HJ":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HG":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"xu":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"xJ":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"xF":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"Hz":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"HQ":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"xy":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"qG":{"hn":[]},"jZ":{"nx":[],"dE":["cc"]},"cc":{"q":[],"A":[],"a9":[]},"vp":{"H":[]},"IQ":{"ia":[]},"HU":{"li":[],"cc":[],"Y":["u","dZ"],"q":[],"A":[],"a9":[],"Y.1":"dZ","Y.0":"u"},"HV":{"li":[],"cc":[],"Y":["u","dZ"],"q":[],"A":[],"a9":[]},"qF":{"dZ":[],"dE":["u"],"ih":[]},"HW":{"li":[],"cc":[],"Y":["u","dZ"],"q":[],"A":[],"a9":[],"Y.1":"dZ","Y.0":"u"},"dZ":{"dE":["u"],"ih":[]},"li":{"cc":[],"Y":["u","dZ"],"q":[],"A":[],"a9":[]},"xK":{"cc":[],"az":["cc"],"q":[],"A":[],"a9":[]},"HX":{"cc":[],"az":["cc"],"q":[],"A":[],"a9":[]},"e_":{"eE":[],"dE":["u"]},"ys":{"H":[]},"GF":{"H":[]},"xL":{"bZ":["u","e_"],"u":[],"Y":["u","e_"],"q":[],"A":[],"a9":[],"Y.1":"e_","bZ.1":"e_","Y.0":"u"},"kA":{"aw":["eD?"],"am":["eD?"],"am.T":"eD?","aw.T":"eD?"},"xM":{"az":["u"],"q":[],"A":[],"a9":[]},"ug":{"H":[]},"q6":{"j1":["1"],"u":[],"Y":["cc","1"],"Hy":[],"q":[],"A":[],"a9":[]},"xN":{"j1":["jZ"],"u":[],"Y":["cc","jZ"],"Hy":[],"q":[],"A":[],"a9":[],"Y.1":"jZ","j1.0":"jZ","Y.0":"cc"},"e3":{"aa":[]},"qa":{"H":[]},"ln":{"H":[]},"nI":{"av":["~"]},"yP":{"cP":[]},"bU":{"A":[]},"kb":{"bJ":["kb"]},"hT":{"bJ":["hT"]},"ko":{"bJ":["ko"]},"qi":{"bJ":["qi"]},"Oc":{"mo":["bU"],"dU":[]},"qh":{"aa":[]},"Et":{"H":[]},"n4":{"bJ":["qi"]},"mN":{"l_":[]},"mO":{"l_":[]},"vW":{"l_":[]},"vT":{"H":[]},"x8":{"cP":[]},"wt":{"cP":[]},"Lb":{"d_":[]},"OS":{"wv":[]},"k1":{"d_":[]},"l0":{"H":[]},"eR":{"H":[]},"jR":{"hE":[]},"xn":{"hE":[]},"xS":{"aa":[]},"yA":{"H":[]},"Jn":{"lz":[]},"Jm":{"lz":[]},"Jo":{"lz":[]},"qZ":{"lz":[]},"wn":{"H":[]},"F4":{"nE":[]},"hJ":{"H":[]},"IV":{"H":[]},"IW":{"H":[]},"e1":{"H":[]},"Jk":{"H":[]},"pf":{"H":[]},"m1":{"V":[],"i":[]},"z8":{"b3":[],"aJ":[],"i":[]},"mx":{"V":[],"i":[]},"arw":{"b6":[]},"arv":{"b6":[]},"oo":{"b6":[]},"oC":{"b6":[]},"kJ":{"b6":[]},"nf":{"b6":[]},"cm":{"aZ":["1"]},"d9":{"aZ":["1"],"aZ.T":"1"},"z9":{"X":["m1"]},"zS":{"X":["mx"]},"uQ":{"aZ":["b6"],"aZ.T":"b6"},"EG":{"aZ":["kJ"]},"Hl":{"aZ":["nf"],"aZ.T":"nf"},"AL":{"Ck":["1"],"cm":["1"],"t4":["1"],"aZ":["1"],"aZ.T":"1","cm.T":"1"},"AM":{"Cl":["1"],"cm":["1"],"t4":["1"],"aZ":["1"],"aZ.T":"1","cm.T":"1"},"zt":{"aZ":["1"],"aZ.T":"1"},"tS":{"b_":[],"ac":[],"i":[]},"z4":{"V":[],"i":[]},"C0":{"X":["z4"],"fZ":[]},"ot":{"V":[],"i":[]},"ze":{"X":["ot"]},"FM":{"aa":[]},"MM":{"aO":[],"i":[]},"fy":{"b3":[],"aJ":[],"i":[]},"oQ":{"b_":[],"ac":[],"i":[]},"kH":{"b_":[],"ac":[],"i":[]},"w_":{"dh":["fI"],"aJ":[],"i":[],"dh.T":"fI"},"mm":{"dW":[],"ac":[],"i":[]},"ne":{"dh":["e_"],"aJ":[],"i":[],"dh.T":"e_"},"pe":{"dW":[],"ac":[],"i":[]},"oP":{"dW":[],"ac":[],"i":[]},"aro":{"b3":[],"aJ":[],"i":[]},"ww":{"V":[],"i":[]},"hp":{"b_":[],"ac":[],"i":[]},"nm":{"b_":[],"ac":[],"i":[]},"uC":{"b_":[],"ac":[],"i":[]},"E7":{"b_":[],"ac":[],"i":[]},"E5":{"b_":[],"ac":[],"i":[]},"H6":{"b_":[],"ac":[],"i":[]},"H7":{"b_":[],"ac":[],"i":[]},"r8":{"b_":[],"ac":[],"i":[]},"Ee":{"b_":[],"ac":[],"i":[]},"Fk":{"b_":[],"ac":[],"i":[]},"cw":{"b_":[],"ac":[],"i":[]},"hZ":{"b_":[],"ac":[],"i":[]},"oF":{"b_":[],"ac":[],"i":[]},"iK":{"b_":[],"ac":[],"i":[]},"eH":{"b_":[],"ac":[],"i":[]},"FW":{"b_":[],"ac":[],"i":[]},"pL":{"b_":[],"ac":[],"i":[]},"MR":{"ar":[],"aM":[],"Z":[]},"FE":{"b_":[],"ac":[],"i":[]},"IS":{"b_":[],"ac":[],"i":[]},"FZ":{"dW":[],"ac":[],"i":[]},"J4":{"dW":[],"ac":[],"i":[]},"Hh":{"aO":[],"i":[]},"I7":{"dW":[],"ac":[],"i":[]},"jp":{"dh":["eJ"],"aJ":[],"i":[],"dh.T":"eJ"},"EX":{"dh":["eJ"],"aJ":[],"i":[],"dh.T":"eJ"},"I1":{"dW":[],"ac":[],"i":[]},"G1":{"b_":[],"ac":[],"i":[]},"Az":{"X":["ww"]},"Nx":{"b_":[],"ac":[],"i":[]},"fP":{"b_":[],"ac":[],"i":[]},"CV":{"b_":[],"ac":[],"i":[]},"wp":{"b_":[],"ac":[],"i":[]},"Dm":{"b_":[],"ac":[],"i":[]},"i8":{"b_":[],"ac":[],"i":[]},"vx":{"b_":[],"ac":[],"i":[]},"pz":{"aO":[],"i":[]},"hb":{"aO":[],"i":[]},"uu":{"b_":[],"ac":[],"i":[]},"AT":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"lg":{"ac":[],"i":[]},"lh":{"ar":[],"aM":[],"Z":[]},"JV":{"hH":[],"a9":[]},"Eu":{"b_":[],"ac":[],"i":[]},"Eh":{"aO":[],"i":[]},"L7":{"aa":[]},"EA":{"V":[],"i":[]},"qY":{"cJ":["dK"],"aa":[]},"uZ":{"V":[],"i":[]},"p4":{"X":["uZ"],"fZ":[]},"zG":{"dW":[],"ac":[],"i":[]},"ke":{"cm":["1"],"aZ":["1"],"aZ.T":"1","cm.T":"1"},"BW":{"cm":["1"],"aZ":["1"],"aZ.T":"1","cm.T":"1"},"Ly":{"cm":["EZ"],"aZ":["EZ"],"aZ.T":"EZ","cm.T":"EZ"},"BX":{"cm":["1"],"aZ":["1"],"aZ.T":"1","cm.T":"1"},"Oa":{"cm":["In"],"aZ":["In"],"aZ.T":"In","cm.T":"In"},"KP":{"cm":["Ei"],"aZ":["Ei"],"aZ.T":"Ei","cm.T":"Ei"},"jA":{"H":[]},"cX":{"aa":[]},"mw":{"cX":[],"aa":[]},"jr":{"H":[]},"z_":{"H":[]},"Fb":{"H":[]},"vh":{"aa":[]},"mv":{"V":[],"i":[]},"zR":{"f6":["cX"],"b3":[],"aJ":[],"i":[],"f6.T":"cX"},"rC":{"X":["mv"]},"Fd":{"V":[],"i":[]},"LO":{"X":["mv"]},"iO":{"H":[]},"vj":{"V":[],"i":[]},"rE":{"b3":[],"aJ":[],"i":[]},"ae0":{"b6":[]},"ip":{"b6":[]},"iC":{"b6":[]},"f2":{"b6":[]},"LP":{"X":["vj"]},"HZ":{"aZ":["ae0"],"aZ.T":"ae0"},"Gs":{"aZ":["ip"],"aZ.T":"ip"},"Hi":{"aZ":["iC"],"aZ.T":"iC"},"uM":{"aZ":["f2"],"aZ.T":"f2"},"mB":{"V":[],"i":[]},"vl":{"X":["mB"]},"zV":{"b3":[],"aJ":[],"i":[]},"jt":{"V":[],"i":[]},"f3":{"X":["jt<1>"]},"jd":{"H":[]},"i9":{"ei":[]},"b7":{"i9":["1"],"ei":[]},"V":{"i":[]},"aM":{"Z":[]},"e0":{"aM":[],"Z":[]},"bL":{"aM":[],"Z":[]},"JH":{"ei":[]},"kR":{"i9":["1"],"ei":[]},"aO":{"i":[]},"OC":{"H":[]},"aJ":{"i":[]},"dh":{"aJ":[],"i":[]},"b3":{"aJ":[],"i":[]},"ac":{"i":[]},"FT":{"ac":[],"i":[]},"b_":{"ac":[],"i":[]},"dW":{"ac":[],"i":[]},"nU":{"H":[]},"EV":{"ac":[],"i":[]},"uv":{"aM":[],"Z":[]},"lx":{"aM":[],"Z":[]},"jO":{"aM":[],"Z":[]},"n6":{"aM":[],"Z":[]},"ar":{"aM":[],"Z":[]},"xU":{"ar":[],"aM":[],"Z":[]},"FS":{"ar":[],"aM":[],"Z":[]},"qm":{"ar":[],"aM":[],"Z":[]},"f8":{"ar":[],"aM":[],"Z":[]},"ML":{"aM":[],"Z":[]},"MN":{"i":[]},"jQ":{"V":[],"i":[]},"q2":{"X":["jQ"]},"cb":{"mC":["1"]},"Fm":{"aO":[],"i":[]},"LU":{"b_":[],"ac":[],"i":[]},"mF":{"H":[]},"mD":{"V":[],"i":[]},"rM":{"X":["mD"]},"vs":{"n1":[]},"ib":{"aO":[],"i":[]},"mH":{"dc":[],"b3":[],"aJ":[],"i":[]},"mc":{"aw":["al"],"am":["al"],"am.T":"al","aw.T":"al"},"jk":{"aw":["fx"],"am":["fx"],"am.T":"fx","aw.T":"fx"},"jm":{"aw":["c3"],"am":["c3"],"am.T":"c3","aw.T":"c3"},"ma":{"aw":["cN?"],"am":["cN?"],"am.T":"cN?","aw.T":"cN?"},"mV":{"aw":["aY"],"am":["aY"],"am.T":"aY","aw.T":"aY"},"nG":{"aw":["r"],"am":["r"],"am.T":"r","aw.T":"r"},"tG":{"V":[],"i":[]},"tJ":{"V":[],"i":[]},"tI":{"V":[],"i":[]},"tH":{"V":[],"i":[]},"tK":{"V":[],"i":[]},"Fx":{"V":[],"i":[]},"po":{"X":["1"]},"oq":{"X":["1"]},"K2":{"X":["tG"]},"K5":{"X":["tJ"]},"K4":{"X":["tI"]},"K3":{"X":["tH"]},"K6":{"X":["tK"]},"jx":{"b3":[],"aJ":[],"i":[]},"vy":{"bL":[],"aM":[],"Z":[]},"f6":{"b3":[],"aJ":[],"i":[]},"rQ":{"bL":[],"aM":[],"Z":[]},"dc":{"b3":[],"aJ":[],"i":[]},"zl":{"aO":[],"i":[]},"hc":{"ac":[],"i":[]},"rU":{"ar":[],"aM":[],"Z":[]},"FR":{"hc":["al"],"ac":[],"i":[],"hc.0":"al"},"B1":{"fc":["al","u"],"u":[],"az":["u"],"q":[],"A":[],"a9":[],"fc.0":"al"},"Al":{"b3":[],"aJ":[],"i":[]},"w7":{"V":[],"i":[]},"PH":{"eO":["z5"],"eO.T":"z5"},"EC":{"z5":[]},"Mk":{"X":["w7"]},"hv":{"b3":[],"aJ":[],"i":[]},"At":{"V":[],"i":[]},"wO":{"H":[]},"Gq":{"H":[]},"Ms":{"X":["At"],"fZ":[]},"ri":{"ct":[],"cQ":[]},"Gi":{"aO":[],"i":[]},"D3":{"V":[],"i":[]},"Kb":{"mC":["ri"]},"My":{"aO":[],"i":[]},"Gr":{"aO":[],"i":[]},"tm":{"H":[]},"nj":{"H":[]},"aic":{"hF":[]},"mE":{"b3":[],"aJ":[],"i":[]},"wF":{"V":[],"i":[]},"io":{"X":["wF"]},"td":{"H":[]},"e6":{"H":[]},"MK":{"bS":["~"]},"t1":{"lO":[]},"AF":{"lO":[]},"AG":{"lO":[]},"AH":{"lO":[]},"LW":{"cd":["ay>?"],"aa":[]},"dg":{"aO":[],"i":[]},"j_":{"eE":[],"dE":["u"]},"wQ":{"H":[]},"GG":{"dW":[],"ac":[],"i":[]},"tb":{"bZ":["u","j_"],"u":[],"Y":["u","j_"],"q":[],"A":[],"a9":[],"Y.1":"j_","bZ.1":"j_","Y.0":"u"},"is":{"aa":[]},"t3":{"V":[],"i":[]},"AK":{"X":["t3"]},"wR":{"V":[],"i":[]},"pN":{"X":["wR"]},"BN":{"dW":[],"ac":[],"i":[]},"P8":{"ar":[],"aM":[],"Z":[]},"tc":{"u":[],"Y":["u","e_"],"q":[],"A":[],"a9":[],"Y.1":"e_","Y.0":"u"},"pj":{"V":[],"i":[]},"qL":{"V":[],"i":[]},"zY":{"X":["pj"]},"nV":{"H":[]},"zX":{"aa":[]},"LV":{"aa":[]},"BB":{"X":["qL"]},"o7":{"H":[]},"BA":{"aa":[]},"aie":{"di":["1"],"ei":[]},"pO":{"aO":[],"i":[]},"wU":{"V":[],"i":[]},"GJ":{"aa":[]},"n5":{"hI":[]},"o1":{"iG":[],"n5":[],"e3":[],"aa":[],"hI":[]},"MV":{"X":["wU"]},"iu":{"fH":["1"],"d4":["1"],"bS":["1"]},"H1":{"ac":[],"i":[]},"pZ":{"b3":[],"aJ":[],"i":[]},"lk":{"V":[],"i":[]},"nK":{"b3":[],"aJ":[],"i":[]},"xV":{"V":[],"i":[]},"cd":{"aa":[]},"O_":{"X":["lk"]},"Bb":{"X":["xV"]},"bn":{"cd":["1"],"aa":[]},"fn":{"cd":["1"],"aa":[]},"Ba":{"fn":["1"],"cd":["1"],"aa":[]},"xP":{"fn":["1"],"cd":["1"],"aa":[],"bn.T":"1","fn.T":"1"},"I_":{"fn":["B"],"cd":["B"],"aa":[],"bn.T":"B","fn.T":"B"},"xQ":{"fn":["m?"],"cd":["m?"],"aa":[],"bn.T":"m?","fn.T":"m?"},"I0":{"cd":["ao"],"aa":[],"bn.T":"ao"},"ni":{"cd":["1"],"aa":[]},"q7":{"cd":["1"],"aa":[]},"xR":{"cd":["qY"],"aa":[]},"I6":{"aa":[]},"He":{"aa":[],"fZ":[]},"Aw":{"b3":[],"aJ":[],"i":[]},"t0":{"V":[],"i":[]},"kj":{"X":["t0<1>"]},"pM":{"bS":["1"]},"d4":{"bS":["1"]},"Li":{"aZ":["kJ"],"aZ.T":"kJ"},"fH":{"d4":["1"],"bS":["1"]},"xc":{"fH":["1"],"d4":["1"],"bS":["1"]},"xl":{"fH":["1"],"d4":["1"],"bS":["1"]},"Fe":{"b_":[],"ac":[],"i":[]},"Ff":{"b_":[],"ac":[],"i":[]},"ta":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"AY":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"Ib":{"aO":[],"i":[]},"y0":{"b3":[],"aJ":[],"i":[]},"nl":{"aa":[]},"v9":{"hI":[]},"eo":{"fF":[]},"fT":{"eo":[],"fF":[]},"y5":{"eo":[],"fF":[]},"it":{"eo":[],"fF":[]},"lo":{"eo":[],"fF":[]},"JN":{"eo":[],"fF":[]},"Bh":{"b3":[],"aJ":[],"i":[]},"lM":{"mR":["lM"],"mR.E":"lM"},"y2":{"V":[],"i":[]},"y3":{"X":["y2"]},"iG":{"e3":[],"aa":[],"hI":[]},"qc":{"H":[]},"qd":{"iG":[],"e3":[],"aa":[],"hI":[]},"y6":{"H":[]},"Ik":{"aO":[],"i":[]},"Dr":{"aO":[],"i":[]},"vo":{"aO":[],"i":[]},"y7":{"V":[],"i":[]},"Bi":{"b3":[],"aJ":[],"i":[]},"fS":{"b6":[]},"y8":{"X":["y7"]},"O8":{"b_":[],"ac":[],"i":[]},"NO":{"u":[],"az":["u"],"q":[],"A":[],"a9":[]},"y1":{"H":[]},"Ig":{"aZ":["fS"],"aZ.T":"fS"},"NY":{"cd":["N?"],"aa":[],"bn.T":"N?"},"q3":{"V":[],"i":[]},"j3":{"eP":[],"ct":[],"cQ":[]},"j4":{"eT":[],"ct":[],"cQ":[]},"qf":{"H":[]},"qg":{"aa":[]},"iF":{"X":["1"]},"ye":{"V":[],"i":[]},"Oh":{"X":["ye"]},"Oi":{"jx":["M"],"b3":[],"aJ":[],"i":[],"jx.T":"M"},"aK":{"qk":[]},"ql":{"aa":[]},"jV":{"V":[],"i":[]},"Bm":{"X":["jV"]},"Ok":{"f6":["ql"],"b3":[],"aJ":[],"i":[],"f6.T":"ql"},"th":{"b_":[],"ac":[],"i":[]},"Ix":{"aO":[],"i":[]},"B8":{"u":[],"az":["u"],"Hy":[],"q":[],"A":[],"a9":[]},"te":{"di":["ei"],"ei":[],"di.T":"ei"},"IT":{"ac":[],"i":[]},"lw":{"ac":[],"i":[]},"IO":{"lw":[],"ac":[],"i":[]},"qH":{"ar":[],"aM":[],"Z":[]},"vS":{"dh":["ih"],"aJ":[],"i":[],"dh.T":"ih"},"IN":{"aO":[],"i":[]},"Oq":{"lw":[],"ac":[],"i":[]},"Or":{"b_":[],"ac":[],"i":[]},"NQ":{"cc":[],"az":["cc"],"q":[],"A":[],"a9":[]},"yn":{"ar":[],"aM":[],"Z":[]},"J0":{"aO":[],"i":[]},"p0":{"dc":[],"b3":[],"aJ":[],"i":[]},"arq":{"dc":[],"b3":[],"aJ":[],"i":[]},"hN":{"aO":[],"i":[]},"MO":{"aO":[],"i":[]},"uR":{"b6":[]},"i6":{"b6":[]},"agZ":{"i6":[],"b6":[]},"ah0":{"i6":[],"b6":[]},"ah_":{"i6":[],"b6":[]},"ahf":{"i6":[],"b6":[]},"ahi":{"i6":[],"b6":[]},"EZ":{"i6":[],"b6":[]},"ahh":{"i6":[],"b6":[]},"ahj":{"i6":[],"b6":[]},"ahg":{"i6":[],"b6":[]},"In":{"b6":[]},"Ei":{"b6":[]},"YH":{"b6":[]},"fd":{"b6":[]},"ew":{"b6":[]},"BI":{"V":[],"i":[]},"yK":{"V":[],"i":[]},"r2":{"H":[]},"BK":{"H":[]},"BJ":{"X":["BI"]},"BH":{"X":["yK"]},"r6":{"V":[],"i":[]},"rA":{"b3":[],"aJ":[],"i":[]},"Pa":{"X":["r6"]},"Jz":{"aO":[],"i":[]},"tM":{"V":[],"i":[]},"mt":{"b_":[],"ac":[],"i":[]},"za":{"X":["tM"]},"IM":{"V":[],"i":[]},"Ie":{"V":[],"i":[]},"I4":{"V":[],"i":[]},"Ev":{"V":[],"i":[]},"D1":{"V":[],"i":[]},"nL":{"dW":[],"ac":[],"i":[]},"PD":{"ar":[],"aM":[],"Z":[]},"JT":{"aO":[],"i":[]},"z6":{"V":[],"i":[]},"PI":{"X":["z6"]},"ox":{"V":[],"i":[]},"u0":{"ox":["1","2"],"V":[],"i":[]},"zf":{"X":["ox<1,2>"]},"m7":{"lq":[],"V":[],"i":[]},"u1":{"m7":["1","2"],"lq":[],"V":[],"i":[]},"zg":{"qn":["m7<1,2>"],"X":["m7<1,2>"]},"u2":{"nu":[],"aO":[],"i":[]},"ru":{"iW":[]},"rw":{"iW":[]},"rv":{"iW":[]},"G5":{"cP":[]},"D5":{"aO":[],"i":[]},"jG":{"i_":["ej","cE"],"jf":["cE"],"ny":["cE"],"jf.0":"cE","i_.0":"ej","i_.1":"cE"},"tX":{"ej":[]},"iM":{"ej":[]},"yR":{"ej":[]},"xd":{"ej":[]},"wG":{"ej":[]},"yp":{"ej":[]},"w9":{"ej":[]},"G7":{"cE":[]},"p_":{"cE":[]},"wb":{"V":[],"i":[]},"Am":{"X":["wb"]},"G2":{"aO":[],"i":[]},"lq":{"V":[],"i":[]},"nu":{"aO":[],"i":[]},"yf":{"aM":[],"Z":[]},"qn":{"X":["1"]},"Iy":{"e0":[],"aM":[],"Z":[]},"Fz":{"Z":[]},"dM":{"b3":[],"aJ":[],"i":[]},"vz":{"nu":[],"aO":[],"i":[]},"A2":{"aM":[],"Z":[]},"rR":{"bL":[],"aM":[],"Fz":["1"],"Z":[]},"zu":{"hS":["1","rr<1>"],"hS.D":"rr<1>"},"Hn":{"cP":[]},"xg":{"cP":[]},"k6":{"D":["1"],"z":["1"],"J":["1"],"p":["1"]},"M6":{"k6":["n"],"D":["n"],"z":["n"],"J":["n"],"p":["n"]},"JF":{"k6":["n"],"D":["n"],"z":["n"],"J":["n"],"p":["n"],"D.E":"n","k6.E":"n"},"arg":{"b3":[],"aJ":[],"i":[]},"ast":{"H":[]},"ass":{"V":[],"i":[]},"ary":{"V":[],"i":[]},"arz":{"X":["ary"]},"avk":{"b3":[],"aJ":[],"i":[]},"asQ":{"hq":[]},"auJ":{"b3":[],"aJ":[],"i":[]}}')) -A.avs(v.typeUniverse,JSON.parse('{"v8":1,"JK":1,"rd":1,"Cc":2,"pJ":1,"J8":2,"Ld":1,"MW":1,"vI":1,"w3":1,"wc":2,"PA":1,"OB":2,"OA":2,"Ak":1,"Br":2,"Bs":1,"Bt":1,"BV":2,"Cn":1,"Cs":1,"bJ":1,"Dk":1,"FF":1,"rT":1,"ny":1,"U6":1,"tR":1,"oR":1,"zo":1,"zp":1,"zq":1,"wY":1,"C9":1,"z1":1,"wl":1,"Ar":1,"xa":1,"ux":1,"zs":1,"dE":1,"dY":1,"xt":1,"uB":1,"t9":1,"B4":1,"q6":1,"ou":1,"rF":1,"po":1,"oq":1,"rP":1,"aic":1,"JE":1,"aie":1,"iu":1,"cd":1,"fQ":1,"bn":1,"Ba":1,"ni":1,"q7":1,"pM":1,"G3":1,"xc":1,"xl":1,"t_":1,"t8":1,"iJ":1,"dy":1,"zh":2,"Fz":1,"Le":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",M:'""""""""""""""""DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""3333s3#7333333339433333333333333CDDDDDDDDDDDDDDDDDDDDDDC433DDDDD4DDDDDDDDDDDDDDDDDD3CU33333333333333333333333333334T5333333333333333333333333333CCD3D33CD533333333333333333333333TEDTET53U5UE3333C33333333333333333333333333333CETUTDT5333333333333333333333333SUUUUUEUDDDDD43333433333333333333333333ET533E3333SDD3U3U4333343333C4333333333333CSD33343333333433333333333333333SUUUEDDDTE4333SDDSUSU\x94333343333C43333333333333333s333333333337333333333333wwwww73sw33sww7swwwwwss33373733s33333w33333\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\xec\xee\xde\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xde\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xde\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee>33333\xb3\xbb\xbb\xbb\xbb\xbb\xbb\xbb;3\xc3\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc334343C33333333333SET333333333333333EDTETD433333333CD33333333333333CD33333CDD4333333333333333333333333CDTDDDCTE43C4CD3C333333333333333D3C33333\x99\x99\x9933333DDDDD42333333333333333333CDDD4333333333333333333333333DDDD433334333C53333333333333333333333C33TEDCSUUU433333333S533333333333333333333333333333CD4DDDDD3D5333333333333333333333333333CSEUCUSE4333D33333C43333333333333CDDD9DDD3DCD433333333CDCDDDDDDEDDD33433C3E433#""""\x82" """"""""2333333333333333CDUUDU53SEUUUD43SDD3U3U4333C43333C43333333333333SE43CD33333333DD33333CDDDDDDDDDD3333333343333333B!233333333333#"""333333s3CD533333333333333333333333333CESEU3333333333333333333DDDD433333CD2333333333333333333333333""""23333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDD33333333333333333333333333333CDDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333SUDDDDUDT43333333333343333333333333333333333333333333333333333TEDDTTEETD333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CUDD3UUDE43333333333333D33333333333333333333333333333333333333333UEDDDTEE43333333333333333333333333333333333333333333333333333CEUDDDE33333333333333333333333333333333333333333333333333CDUDDEDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333D#"2333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CSUUUUUUUUUUUUUUUUUUUUUUUUUUU333CD4333333333333333333333333333333333333333333333333333333""""""33EDDCTSE3333333333D33333333333DDDDDDD\x94DDDDDDDDDDDDDDDDDDDDDDDDDDDDDCDDDDDDDD3DDD4DCDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CD4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDDDD333333333333333333333333333333333333333333333333333333333333333333333333333333333333333s73333s33333333333""""""""3333333373s333333333333333333333333333333CTDDDTU5D4DD333C433333D33333333333333DU433333333333333333333DDDUDUD3333S3333333333333333334333333333333s733333s33333333333CD4DDDD4D4DD4333333333sww73333333w3333333333sw3333s33333337333333sw333333333s733333333333333333UTEUS433333333C433333333333333C433333333333334443SUE4333333333333CDDDDDDDD4333333DDDDDT533333\xa3\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa3SDDDDUUT5DDD43333C43333333333333333C33333333333EEDDDCC3DDDDUUUDDDDD3T5333333333333333333333333333CSDDD433E533333333333333333333333333DDDDDDD4333333333333333333333333333CD53333333333333333333333UEDTE4\x933333333\x933333333333333333333333333D433333333333333333CDDEDDD43333333S5333333333333333333333C333333D533333333333333333333333SUDDDDT5\x9933CD433333333333333333333333333333333333333333333333UEDUTD33343333333333333333333333333333333333333333333333333333333333333333333333333333333CUEDDD43333333333DU333333333333333333333333333C4TTU5S5SU3333C33333U3DDD43DD4333333333333333333333333333333333333333333333333333333333333333333333DDDDDDD533333333333333333333333DDDTTU43333333333333333333333333333DDD733333s373ss33w7733333ww733333333333ss33333333333333333333333333333ww3333333333333333333333333333wwww33333www33333333333333333333wwww333333333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww333333wwwwwwwwwwwwwwwwwwwwwww7wwwwwswwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww733333333333333333333333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333333333333333333333333333333333333333333333333333333swwwww7333333333333333333333333333333333333333333wwwwwwwwwwwwwwwwwwwww7wwwwwwswwwwwwwwwwwwwwwwwwwww73333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333w7333333333333333733333333333333333333333333333sww733333s7333333s3wwwww333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwgffffffffffff6wwwwwww73333s33333333337swwwwsw73333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwDDDDDDDDDDDDDDDDDDDDDDDD33333333DDDDDDDD33333333DDDDDDDDDDDDDDDD43333333DC44333333333333333333333333333SUDDDDTD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333UED4CTUE3S33333333333333DDDDD33333333333333333333DDD\x95DD333343333DDDUD43333333333333333333\x93\x99\x99IDDDDDDE4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDDDDDDDDDDDDDDDDDDDDDDDDDD33DDDDDDDDDDDDDDDDDDDDDDDDD33334333333C33333333333DD4DDDDDDD43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333TD43EDD""""DDDD3DDD433333333333333CD43333333333333333333333333333333333333333333333333333333333333333333333333CD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333C33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333333333333333333DD4333333333333333333333333333333333333333333333333333333333333333333EDDDCDDT43333333333333333333333333333333333333333CDDDDDDDDDD4EDDDETD3333333333333333333333333333333333333333333333333333333333333DDD3CC4DDD\x94433333333333333333333333333333333SUUC4UT433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DU333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDD333333333333333333333333333333333333333333333333333333CDDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDC433DD33333333333333333333D43C3333333333333333333333333333333333333333333333333333333333333333333333333333333333C4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333334EDDDD3\x03',K:"00000008A0009!B000a!C000b000cD000d!E000e000vA000w!F000x!G000y!H000z!I0010!J0011!K0012!I0013!H0014!L0015!M0016!I0017!J0018!N0019!O001a!N001b!P001c001lQ001m001nN001o001qI001r!G001s002iI002j!L002k!J002l!M002m003eI003f!L003g!B003h!R003i!I003j003oA003p!D003q004fA004g!S004h!L004i!K004j004lJ004m004qI004r!H004s!I004t!B004u004vI004w!K004x!J004y004zI0050!T00510056I0057!H0058005aI005b!L005c00jrI00js!T00jt00jvI00jw!T00jx00keI00kf!T00kg00lbI00lc00niA00nj!S00nk00nvA00nw00o2S00o300ofA00og00otI00ou!N00ov00w2I00w300w9A00wa013cI013d!N013e!B013h013iI013j!J013l014tA014u!B014v!A014w!I014x014yA014z!I01500151A0152!G0153!A015c0162U0167016aU016b016wI016x016zK01700171N01720173I0174017eA017f!G017g!A017i017jG017k018qI018r019bA019c019lQ019m!K019n019oQ019p019rI019s!A019t01cjI01ck!G01cl!I01cm01csA01ct01cuI01cv01d0A01d101d2I01d301d4A01d5!I01d601d9A01da01dbI01dc01dlQ01dm01e8I01e9!A01ea01f3I01f401fuA01fx01idI01ie01ioA01ip!I01j401jdQ01je01kaI01kb01kjA01kk01knI01ko!N01kp!G01kq!I01kt!A01ku01kvJ01kw01lhI01li01llA01lm!I01ln01lvA01lw!I01lx01lzA01m0!I01m101m5A01m801ncI01nd01nfA01ni01qfI01qr01r5A01r6!I01r701s3A01s401tlI01tm01toA01tp!I01tq01u7A01u8!I01u901ufA01ug01upI01uq01urA01us01utB01uu01v3Q01v401vkI01vl01vnA01vp01x5I01x8!A01x9!I01xa01xgA01xj01xkA01xn01xpA01xq!I01xz!A01y401y9I01ya01ybA01ye01ynQ01yo01ypI01yq01yrK01ys01ywI01yx!K01yy!I01yz!J01z001z1I01z2!A01z501z7A01z9020pI020s!A020u020yA02130214A02170219A021d!A021l021qI021y0227Q02280229A022a022cI022d!A022e!I022p022rA022t0249I024c!A024d!I024e024lA024n024pA024r024tA024w025dI025e025fA025i025rQ025s!I025t!J0261!I02620267A0269026bA026d027tI027w!A027x!I027y0284A02870288A028b028dA028l028nA028s028xI028y028zA0292029bQ029c029jI029u!A029v02bdI02bi02bmA02bq02bsA02bu02bxA02c0!I02c7!A02cm02cvQ02cw02d4I02d5!J02d6!I02dc02dgA02dh02f1I02f202f8A02fa02fcA02fe02fhA02fp02fqA02fs02g1I02g202g3A02g602gfQ02gn!T02go02gwI02gx02gzA02h0!T02h102ihI02ik!A02il!I02im02isA02iu02iwA02iy02j1A02j902jaA02ji02jlI02jm02jnA02jq02jzQ02k102k2I02kg02kjA02kk02m2I02m302m4A02m5!I02m602mcA02me02mgA02mi02mlA02mm02muI02mv!A02mw02n5I02n602n7A02na02njQ02nk02nsI02nt!K02nu02nzI02o102o3A02o502pyI02q2!A02q702qcA02qe!A02qg02qnA02qu02r3Q02r602r7A02r802t6I02tb!J02tc02trI02ts02u1Q02u202u3B02v502x9I02xc02xlQ02xo02yoI02yp02ysT02yt!I02yu02yvT02yw!S02yx02yyT02yz!B02z0!S02z102z5G02z6!S02z7!I02z8!G02z902zbI02zc02zdA02ze02zjI02zk02ztQ02zu0303I0304!B0305!A0306!I0307!A0308!I0309!A030a!L030b!R030c!L030d!R030e030fA030g031oI031t0326A0327!B0328032cA032d!B032e032fA032g032kI032l032vA032x033wA033y033zB03400345I0346!A0347034fI034g034hT034i!B034j!T034k034oI034p034qS035s037jI037k037tQ037u037vB037w039rI039s03a1Q03a203cvI03cw03fjV03fk03hjW03hk03jzX03k003tmI03tp03trA03ts!I03tt!B03tu03y5I03y8!B03y904fzI04g0!B04g104gqI04gr!L04gs!R04gw04iyI04iz04j1B04j204k1I04k204k4A04kg04kxI04ky04l0A04l104l2B04lc04ltI04lu04lvA04m804moI04mq04mrA04n404pfI04pg04phB04pi!Y04pj!I04pk!B04pl!I04pm!B04pn!J04po04ppI04ps04q1Q04q804qpI04qq04qrG04qs04qtB04qu!T04qv!I04qw04qxG04qy!I04qz04r1A04r2!S04r404rdQ04rk04ucI04ud04ueA04uf04vcI04vd!A04ve04ymI04yo04yzA04z404zfA04zk!I04zo04zpG04zq04zzQ0500053dI053k053tQ053u055iI055j055nA055q058cI058f!A058g058pQ058w0595Q059c059pI059s05a8A05c005c4A05c505dfI05dg05dwA05dx05e3I05e805ehQ05ei05ejB05ek!I05el05eoB05ep05eyI05ez05f7A05f805fgI05fk05fmA05fn05ggI05gh05gtA05gu05gvI05gw05h5Q05h605idI05ie05irA05j005k3I05k405knA05kr05kvB05kw05l5Q05l905lbI05lc05llQ05lm05mlI05mm05mnB05mo05onI05ow05oyA05oz!I05p005pkA05pl05poI05pp!A05pq05pvI05pw!A05px05pyI05pz05q1A05q205vjI05vk05x5A05x705xbA05xc06bgI06bh!T06bi!I06bk06bqB06br!S06bs06buB06bv!Z06bw!A06bx!a06by06bzA06c0!B06c1!S06c206c3B06c4!b06c506c7I06c806c9H06ca!L06cb06cdH06ce!L06cf!H06cg06cjI06ck06cmc06cn!B06co06cpD06cq06cuA06cv!S06cw06d3K06d4!I06d506d6H06d7!I06d806d9Y06da06dfI06dg!N06dh!L06di!R06dj06dlY06dm06dxI06dy!B06dz!I06e006e3B06e4!I06e506e7B06e8!d06e906ecI06ee06enA06eo06f0I06f1!L06f2!R06f306fgI06fh!L06fi!R06fk06fwI06g006g6J06g7!K06g806glJ06gm!K06gn06gqJ06gr!K06gs06gtJ06gu!K06gv06hbJ06hc06i8A06io06iqI06ir!K06is06iwI06ix!K06iy06j9I06ja!J06jb06q9I06qa06qbJ06qc06weI06wf!c06wg06x3I06x4!L06x5!R06x6!L06x7!R06x806xlI06xm06xne06xo06y0I06y1!L06y2!R06y3073jI073k073ne073o07i7I07i807ibe07ic07irI07is07ite07iu07ivI07iw!e07ix!I07iy07j0e07j1!f07j207j3e07j407jsI07jt07jve07jw07l3I07l4!e07l507lqI07lr!e07ls07ngI07nh07nse07nt07nwI07nx!e07ny!I07nz07o1e07o2!I07o307o4e07o507o7I07o807o9e07oa07obI07oc!e07od07oeI07of07ohe07oi07opI07oq!e07or07owI07ox07p1e07p2!I07p307p4e07p5!f07p6!e07p707p8I07p907pge07ph07pjI07pk07ple07pm07ppf07pq07ruI07rv07s0H07s1!I07s207s3G07s4!e07s507s7I07s8!L07s9!R07sa!L07sb!R07sc!L07sd!R07se!L07sf!R07sg!L07sh!R07si!L07sj!R07sk!L07sl!R07sm07usI07ut!L07uu!R07uv07vpI07vq!L07vr!R07vs!L07vt!R07vu!L07vv!R07vw!L07vx!R07vy!L07vz!R07w00876I0877!L0878!R0879!L087a!R087b!L087c!R087d!L087e!R087f!L087g!R087h!L087i!R087j!L087k!R087l!L087m!R087n!L087o!R087p!L087q!R087r!L087s!R087t089jI089k!L089l!R089m!L089n!R089o08ajI08ak!L08al!R08am08viI08vj08vlA08vm08vnI08vt!G08vu08vwB08vx!I08vy!G08vz!B08w008z3I08z4!B08zj!A08zk0926I09280933A0934093hH093i093pB093q!I093r!B093s!L093t!B093u093vI093w093xH093y093zI09400941H0942!L0943!R0944!L0945!R0946!L0947!R0948!L0949!R094a094dB094e!G094f!I094g094hB094i!I094j094kB094l094pI094q094rb094s094uB094v!I094w094xB094y!L094z0956B0957!I0958!B0959!I095a095bB095c095eI096o097de097f099ve09a809g5e09gw09h7e09hc!B09hd09heR09hf09hge09hh!Y09hi09hje09hk!L09hl!R09hm!L09hn!R09ho!L09hp!R09hq!L09hr!R09hs!L09ht!R09hu09hve09hw!L09hx!R09hy!L09hz!R09i0!L09i1!R09i2!L09i3!R09i4!Y09i5!L09i609i7R09i809ihe09ii09inA09io09ise09it!A09iu09iye09iz09j0Y09j109j3e09j5!Y09j6!e09j7!Y09j8!e09j9!Y09ja!e09jb!Y09jc!e09jd!Y09je09k2e09k3!Y09k409kye09kz!Y09l0!e09l1!Y09l2!e09l3!Y09l409l9e09la!Y09lb09lge09lh09liY09ll09lmA09ln09lqY09lr!e09ls09ltY09lu!e09lv!Y09lw!e09lx!Y09ly!e09lz!Y09m0!e09m1!Y09m209mqe09mr!Y09ms09nme09nn!Y09no!e09np!Y09nq!e09nr!Y09ns09nxe09ny!Y09nz09o4e09o509o6Y09o709oae09ob09oeY09of!e09ol09pre09pt09see09sg09ure09v409vjY09vk09wee09wg09xje09xk09xrI09xs0fcve0fcw0fenI0feo0vmce0vmd!Y0vme0wi4e0wi80wjqe0wk00wl9I0wla0wlbB0wlc0wssI0wst!B0wsu!G0wsv!B0wsw0wtbI0wtc0wtlQ0wtm0wviI0wvj0wvmA0wvn!I0wvo0wvxA0wvy0wwtI0wwu0wwvA0www0wz3I0wz40wz5A0wz6!I0wz70wzbB0wzk0x6pI0x6q!A0x6r0x6tI0x6u!A0x6v0x6yI0x6z!A0x700x7mI0x7n0x7rA0x7s0x7vI0x7w!A0x800x87I0x88!K0x890x9vI0x9w0x9xT0x9y0x9zG0xa80xa9A0xaa0xbnI0xbo0xc5A0xce0xcfB0xcg0xcpQ0xcw0xddA0xde0xdnI0xdo!T0xdp0xdqI0xdr!A0xds0xe1Q0xe20xetI0xeu0xf1A0xf20xf3B0xf40xfqI0xfr0xg3A0xgf!I0xgg0xh8V0xhc0xhfA0xhg0xiqI0xir0xj4A0xj50xjaI0xjb0xjdB0xje0xjjI0xjk0xjtQ0xjy0xkfI0xkg0xkpQ0xkq0xm0I0xm10xmeA0xmo0xmqI0xmr!A0xms0xmzI0xn00xn1A0xn40xndQ0xng!I0xnh0xnjB0xnk0xreI0xrf0xrjA0xrk0xrlB0xrm0xroI0xrp0xrqA0xs10xyaI0xyb0xyiA0xyj!B0xyk0xylA0xyo0xyxQ0xz4!g0xz50xzvh0xzw!g0xzx0y0nh0y0o!g0y0p0y1fh0y1g!g0y1h0y27h0y28!g0y290y2zh0y30!g0y310y3rh0y3s!g0y3t0y4jh0y4k!g0y4l0y5bh0y5c!g0y5d0y63h0y64!g0y650y6vh0y6w!g0y6x0y7nh0y7o!g0y7p0y8fh0y8g!g0y8h0y97h0y98!g0y990y9zh0ya0!g0ya10yarh0yas!g0yat0ybjh0ybk!g0ybl0ycbh0ycc!g0ycd0yd3h0yd4!g0yd50ydvh0ydw!g0ydx0yenh0yeo!g0yep0yffh0yfg!g0yfh0yg7h0yg8!g0yg90ygzh0yh0!g0yh10yhrh0yhs!g0yht0yijh0yik!g0yil0yjbh0yjc!g0yjd0yk3h0yk4!g0yk50ykvh0ykw!g0ykx0ylnh0ylo!g0ylp0ymfh0ymg!g0ymh0yn7h0yn8!g0yn90ynzh0yo0!g0yo10yorh0yos!g0yot0ypjh0ypk!g0ypl0yqbh0yqc!g0yqd0yr3h0yr4!g0yr50yrvh0yrw!g0yrx0ysnh0yso!g0ysp0ytfh0ytg!g0yth0yu7h0yu8!g0yu90yuzh0yv0!g0yv10yvrh0yvs!g0yvt0ywjh0ywk!g0ywl0yxbh0yxc!g0yxd0yy3h0yy4!g0yy50yyvh0yyw!g0yyx0yznh0yzo!g0yzp0z0fh0z0g!g0z0h0z17h0z18!g0z190z1zh0z20!g0z210z2rh0z2s!g0z2t0z3jh0z3k!g0z3l0z4bh0z4c!g0z4d0z53h0z54!g0z550z5vh0z5w!g0z5x0z6nh0z6o!g0z6p0z7fh0z7g!g0z7h0z87h0z88!g0z890z8zh0z90!g0z910z9rh0z9s!g0z9t0zajh0zak!g0zal0zbbh0zbc!g0zbd0zc3h0zc4!g0zc50zcvh0zcw!g0zcx0zdnh0zdo!g0zdp0zefh0zeg!g0zeh0zf7h0zf8!g0zf90zfzh0zg0!g0zg10zgrh0zgs!g0zgt0zhjh0zhk!g0zhl0zibh0zic!g0zid0zj3h0zj4!g0zj50zjvh0zjw!g0zjx0zknh0zko!g0zkp0zlfh0zlg!g0zlh0zm7h0zm8!g0zm90zmzh0zn0!g0zn10znrh0zns!g0znt0zojh0zok!g0zol0zpbh0zpc!g0zpd0zq3h0zq4!g0zq50zqvh0zqw!g0zqx0zrnh0zro!g0zrp0zsfh0zsg!g0zsh0zt7h0zt8!g0zt90ztzh0zu0!g0zu10zurh0zus!g0zut0zvjh0zvk!g0zvl0zwbh0zwc!g0zwd0zx3h0zx4!g0zx50zxvh0zxw!g0zxx0zynh0zyo!g0zyp0zzfh0zzg!g0zzh1007h1008!g1009100zh1010!g1011101rh101s!g101t102jh102k!g102l103bh103c!g103d1043h1044!g1045104vh104w!g104x105nh105o!g105p106fh106g!g106h1077h1078!g1079107zh1080!g1081108rh108s!g108t109jh109k!g109l10abh10ac!g10ad10b3h10b4!g10b510bvh10bw!g10bx10cnh10co!g10cp10dfh10dg!g10dh10e7h10e8!g10e910ezh10f0!g10f110frh10fs!g10ft10gjh10gk!g10gl10hbh10hc!g10hd10i3h10i4!g10i510ivh10iw!g10ix10jnh10jo!g10jp10kfh10kg!g10kh10l7h10l8!g10l910lzh10m0!g10m110mrh10ms!g10mt10njh10nk!g10nl10obh10oc!g10od10p3h10p4!g10p510pvh10pw!g10px10qnh10qo!g10qp10rfh10rg!g10rh10s7h10s8!g10s910szh10t0!g10t110trh10ts!g10tt10ujh10uk!g10ul10vbh10vc!g10vd10w3h10w4!g10w510wvh10ww!g10wx10xnh10xo!g10xp10yfh10yg!g10yh10z7h10z8!g10z910zzh1100!g1101110rh110s!g110t111jh111k!g111l112bh112c!g112d1133h1134!g1135113vh113w!g113x114nh114o!g114p115fh115g!g115h1167h1168!g1169116zh1170!g1171117rh117s!g117t118jh118k!g118l119bh119c!g119d11a3h11a4!g11a511avh11aw!g11ax11bnh11bo!g11bp11cfh11cg!g11ch11d7h11d8!g11d911dzh11e0!g11e111erh11es!g11et11fjh11fk!g11fl11gbh11gc!g11gd11h3h11h4!g11h511hvh11hw!g11hx11inh11io!g11ip11jfh11jg!g11jh11k7h11k8!g11k911kzh11l0!g11l111lrh11ls!g11lt11mjh11mk!g11ml11nbh11nc!g11nd11o3h11o4!g11o511ovh11ow!g11ox11pnh11po!g11pp11qfh11qg!g11qh11r7h11r8!g11r911rzh11s0!g11s111srh11ss!g11st11tjh11tk!g11tl11ubh11uc!g11ud11v3h11v4!g11v511vvh11vw!g11vx11wnh11wo!g11wp11xfh11xg!g11xh11y7h11y8!g11y911yzh11z0!g11z111zrh11zs!g11zt120jh120k!g120l121bh121c!g121d1223h1224!g1225122vh122w!g122x123nh123o!g123p124fh124g!g124h1257h1258!g1259125zh1260!g1261126rh126s!g126t127jh127k!g127l128bh128c!g128d1293h1294!g1295129vh129w!g129x12anh12ao!g12ap12bfh12bg!g12bh12c7h12c8!g12c912czh12d0!g12d112drh12ds!g12dt12ejh12ek!g12el12fbh12fc!g12fd12g3h12g4!g12g512gvh12gw!g12gx12hnh12ho!g12hp12ifh12ig!g12ih12j7h12j8!g12j912jzh12k0!g12k112krh12ks!g12kt12ljh12lk!g12ll12mbh12mc!g12md12n3h12n4!g12n512nvh12nw!g12nx12onh12oo!g12op12pfh12pg!g12ph12q7h12q8!g12q912qzh12r0!g12r112rrh12rs!g12rt12sjh12sk!g12sl12tbh12tc!g12td12u3h12u4!g12u512uvh12uw!g12ux12vnh12vo!g12vp12wfh12wg!g12wh12x7h12x8!g12x912xzh12y0!g12y112yrh12ys!g12yt12zjh12zk!g12zl130bh130c!g130d1313h1314!g1315131vh131w!g131x132nh132o!g132p133fh133g!g133h1347h1348!g1349134zh1350!g1351135rh135s!g135t136jh136k!g136l137bh137c!g137d1383h1384!g1385138vh138w!g138x139nh139o!g139p13afh13ag!g13ah13b7h13b8!g13b913bzh13c0!g13c113crh13cs!g13ct13djh13dk!g13dl13ebh13ec!g13ed13f3h13f4!g13f513fvh13fw!g13fx13gnh13go!g13gp13hfh13hg!g13hh13i7h13i8!g13i913izh13j0!g13j113jrh13js!g13jt13kjh13kk!g13kl13lbh13lc!g13ld13m3h13m4!g13m513mvh13mw!g13mx13nnh13no!g13np13ofh13og!g13oh13p7h13p8!g13p913pzh13q0!g13q113qrh13qs!g13qt13rjh13rk!g13rl13sbh13sc!g13sd13t3h13t4!g13t513tvh13tw!g13tx13unh13uo!g13up13vfh13vg!g13vh13w7h13w8!g13w913wzh13x0!g13x113xrh13xs!g13xt13yjh13yk!g13yl13zbh13zc!g13zd1403h1404!g1405140vh140w!g140x141nh141o!g141p142fh142g!g142h1437h1438!g1439143zh1440!g1441144rh144s!g144t145jh145k!g145l146bh146c!g146d1473h1474!g1475147vh147w!g147x148nh148o!g148p149fh149g!g149h14a7h14a8!g14a914azh14b0!g14b114brh14bs!g14bt14cjh14ck!g14cl14dbh14dc!g14dd14e3h14e4!g14e514evh14ew!g14ex14fnh14fo!g14fp14gfh14gg!g14gh14h7h14h8!g14h914hzh14i0!g14i114irh14is!g14it14jjh14jk!g14jl14kbh14kc!g14kd14l3h14l4!g14l514lvh14lw!g14lx14mnh14mo!g14mp14nfh14ng!g14nh14o7h14o8!g14o914ozh14p0!g14p114prh14ps!g14pt14qjh14qk!g14ql14rbh14rc!g14rd14s3h14s4!g14s514svh14sw!g14sx14tnh14to!g14tp14ufh14ug!g14uh14v7h14v8!g14v914vzh14w0!g14w114wrh14ws!g14wt14xjh14xk!g14xl14ybh14yc!g14yd14z3h14z4!g14z514zvh14zw!g14zx150nh150o!g150p151fh151g!g151h1527h1528!g1529152zh1530!g1531153rh153s!g153t154jh154k!g154l155bh155c!g155d1563h1564!g1565156vh156w!g156x157nh157o!g157p158fh158g!g158h1597h1598!g1599159zh15a0!g15a115arh15as!g15at15bjh15bk!g15bl15cbh15cc!g15cd15d3h15d4!g15d515dvh15dw!g15dx15enh15eo!g15ep15ffh15fg!g15fh15g7h15g8!g15g915gzh15h0!g15h115hrh15hs!g15ht15ijh15ik!g15il15jbh15jc!g15jd15k3h15k4!g15k515kvh15kw!g15kx15lnh15lo!g15lp15mfh15mg!g15mh15n7h15n8!g15n915nzh15o0!g15o115orh15os!g15ot15pjh15pk!g15pl15qbh15qc!g15qd15r3h15r4!g15r515rvh15rw!g15rx15snh15so!g15sp15tfh15tg!g15th15u7h15u8!g15u915uzh15v0!g15v115vrh15vs!g15vt15wjh15wk!g15wl15xbh15xc!g15xd15y3h15y4!g15y515yvh15yw!g15yx15znh15zo!g15zp160fh160g!g160h1617h1618!g1619161zh1620!g1621162rh162s!g162t163jh163k!g163l164bh164c!g164d1653h1654!g1655165vh165w!g165x166nh166o!g166p167fh167g!g167h1687h1688!g1689168zh1690!g1691169rh169s!g169t16ajh16ak!g16al16bbh16bc!g16bd16c3h16c4!g16c516cvh16cw!g16cx16dnh16do!g16dp16efh16eg!g16eh16f7h16f8!g16f916fzh16g0!g16g116grh16gs!g16gt16hjh16hk!g16hl16ibh16ic!g16id16j3h16j4!g16j516jvh16jw!g16jx16knh16ko!g16kp16lfh16ls16meW16mj16nvX16o01d6nI1d6o1dkve1dkw1dljI1dlp!U1dlq!A1dlr1dm0U1dm1!I1dm21dmeU1dmg1dmkU1dmm!U1dmo1dmpU1dmr1dmsU1dmu1dn3U1dn41e0tI1e0u!R1e0v!L1e1c1e63I1e64!K1e65!I1e681e6nA1e6o!N1e6p1e6qR1e6r1e6sN1e6t1e6uG1e6v!L1e6w!R1e6x!c1e741e7jA1e7k1e7oe1e7p!L1e7q!R1e7r!L1e7s!R1e7t!L1e7u!R1e7v!L1e7w!R1e7x!L1e7y!R1e7z!L1e80!R1e81!L1e82!R1e83!L1e84!R1e851e86e1e87!L1e88!R1e891e8fe1e8g!R1e8h!e1e8i!R1e8k1e8lY1e8m1e8nG1e8o!e1e8p!L1e8q!R1e8r!L1e8s!R1e8t!L1e8u!R1e8v1e92e1e94!e1e95!J1e96!K1e97!e1e9c1ed8I1edb!d1edd!G1ede1edfe1edg!J1edh!K1edi1edje1edk!L1edl!R1edm1edne1edo!R1edp!e1edq!R1edr1ee1e1ee21ee3Y1ee41ee6e1ee7!G1ee81eeye1eez!L1ef0!e1ef1!R1ef21efue1efv!L1efw!e1efx!R1efy!e1efz!L1eg01eg1R1eg2!L1eg31eg4R1eg5!Y1eg6!e1eg71eggY1egh1ehpe1ehq1ehrY1ehs1eime1eiq1eive1eiy1ej3e1ej61ejbe1eje1ejge1ejk!K1ejl!J1ejm1ejoe1ejp1ejqJ1ejs1ejyI1ek91ekbA1ekc!i1ekd1ereI1erk1ermB1err1eykI1eyl!A1f281f4gI1f4w!A1f4x1f91I1f921f96A1f9c1fa5I1fa7!B1fa81fbjI1fbk!B1fbl1fh9I1fhc1fhlQ1fhs1g7pI1g7r!B1g7s1gd7I1gdb!B1gdc1gjkI1gjl1gjnA1gjp1gjqA1gjw1gjzA1gk01gl1I1gl41gl6A1glb!A1glc1glkI1gls1glzB1gm01gpwI1gpx1gpyA1gq31gq7I1gq81gqdB1gqe!c1gqo1gs5I1gs91gsfB1gsg1h5vI1h5w1h5zA1h681h6hQ1heo1hgpI1hgr1hgsA1hgt!B1hgw1hl1I1hl21hlcA1hld1hpyI1hq81hqaA1hqb1hrrI1hrs1hs6A1hs71hs8B1hs91ht1I1ht21htbQ1htr1htuA1htv1hv3I1hv41hveA1hvf1hvhI1hvi1hvlB1hvx1hwoI1hww1hx5Q1hxc1hxeA1hxf1hyeI1hyf1hysA1hyu1hz3Q1hz41hz7B1hz8!I1hz91hzaA1hzb1i0iI1i0j!A1i0k!I1i0l!T1i0m!I1i0w1i0yA1i0z1i2aI1i2b1i2oA1i2p1i2sI1i2t1i2uB1i2v!I1i2w!B1i2x1i30A1i31!I1i321i33A1i341i3dQ1i3e!I1i3f!T1i3g!I1i3h1i3jB1i3l1i5nI1i5o1i5zA1i601i61B1i62!I1i631i64B1i65!I1i66!A1i801i94I1i95!B1i9c1iamI1ian1iayA1ib41ibdQ1ibk1ibnA1ibp1id5I1id71id8A1id9!I1ida1idgA1idj1idkA1idn1idpA1ids!I1idz!A1ie51ie9I1iea1iebA1iee1iekA1ieo1iesA1iio1ik4I1ik51ikmA1ikn1ikqI1ikr1ikuB1ikv!I1ikw1il5Q1il61il7B1il9!I1ila!A1ilb1injI1ink1io3A1io41io7I1iog1iopQ1itc1iumI1iun1iutA1iuw1iv4A1iv5!T1iv61iv7B1iv81iv9G1iva1ivcI1ivd1ivrB1ivs1ivvI1ivw1ivxA1iww1iy7I1iy81iyoA1iyp1iyqB1iyr1iysI1iz41izdQ1izk1izwT1j0g1j1mI1j1n1j1zA1j20!I1j281j2hQ1j401j57I1j5c1j5lQ1j5m1j5nI1j5o1j5qB1j5r1jcbI1jcc1jcqA1jcr1jhbI1jhc1jhlQ1jhm1jjjI1jjk1jjpA1jjr1jjsA1jjv1jjyA1jjz!I1jk0!A1jk1!I1jk21jk3A1jk41jk6B1jkg1jkpQ1jmo1jo0I1jo11jo7A1joa1jogA1joh!I1joi!T1joj!I1jok!A1jpc!I1jpd1jpmA1jpn1jqqI1jqr1jqxA1jqy!I1jqz1jr2A1jr3!T1jr4!I1jr51jr8B1jr9!T1jra!I1jrb!A1jrk!I1jrl1jrvA1jrw1jt5I1jt61jtlA1jtm1jtoB1jtp!I1jtq1jtsT1jtt1jtuB1juo1k4uI1k4v1k52A1k541k5bA1k5c!I1k5d1k5hB1k5s1k61Q1k621k6kI1k6o!T1k6p!G1k6q1k7jI1k7m1k87A1k891k8mA1kao1kc0I1kc11kc6A1kca!A1kcc1kcdA1kcf1kclA1kcm!I1kcn!A1kcw1kd5Q1kdc1kehI1kei1kemA1keo1kepA1ker1kevA1kew!I1kf41kfdQ1ko01koiI1koj1komA1kon1kv0I1kv11kv4K1kv51kvlI1kvz!B1kw01lriI1lrk1lroB1ls01oifI1oig1oiiL1oij1oilR1oim1ojlI1ojm!R1ojn1ojpI1ojq!L1ojr!R1ojs!L1ojt!R1oju1oqgI1oqh!L1oqi1oqjR1oqk1oviI1ovk1ovqS1ovr!L1ovs!R1s001sctI1scu!L1scv!R1scw1zkuI1zkw1zl5Q1zla1zlbB1zo01zotI1zow1zp0A1zp1!B1zpc1zqnI1zqo1zquA1zqv1zqxB1zqy1zr7I1zr8!B1zr9!I1zrk1zrtQ1zrv20euI20ev20ewB20ex20juI20jz!A20k0!I20k120ljA20lr20luA20lv20m7I20o020o3Y20o4!S20og20ohA20ow25fbe25fk260ve260w26dxI26f426fce2dc02djye2dlc2dleY2dlw2dlzY2dm82dx7e2fpc2ftoI2ftp2ftqA2ftr!B2fts2ftvA2jnk2jxgI2jxh2jxlA2jxm2jxoI2jxp2jyaA2jyb2jycI2jyd2jyjA2jyk2jzdI2jze2jzhA2jzi2k3lI2k3m2k3oA2k3p2l6zI2l722l8fQ2l8g2lmnI2lmo2lo6A2lo72loaI2lob2lpoA2lpp2lpwI2lpx!A2lpy2lqbI2lqc!A2lqd2lqeI2lqf2lqiB2lqj!I2lqz2lr3A2lr52lrjA2mtc2mtiA2mtk2mu0A2mu32mu9A2mub2mucA2mue2muiA2n0g2n1oI2n1s2n1yA2n1z2n25I2n282n2hQ2n2m2ne3I2ne42ne7A2ne82nehQ2nen!J2oe82ojzI2ok02ok6A2olc2on7I2on82oneA2onf!I2onk2ontQ2ony2onzL2p9t2pbfI2pbg!K2pbh2pbjI2pbk!K2pbl2prlI2pz42q67e2q682q6kI2q6l2q6ne2q6o2q98I2q992q9be2q9c2qb0I2qb12qcle2qcm2qdbj2qdc2qo4e2qo5!f2qo62qore2qos2qotI2qou2qpge2qph2qpiI2qpj2qpne2qpo!I2qpp2qpte2qpu2qpwf2qpx2qpye2qpz!f2qq02qq1e2qq22qq4f2qq52qree2qrf2qrjk2qrk2qtde2qte2qtff2qtg2qthe2qti2qtsf2qtt2qude2que2quwf2qux2quze2qv0!f2qv12qv4e2qv52qv7f2qv8!e2qv92qvbf2qvc2qvie2qvj!f2qvk!e2qvl!f2qvm2qvze2qw0!I2qw1!e2qw2!I2qw3!e2qw4!I2qw52qw9e2qwa!f2qwb2qwee2qwf!I2qwg!e2qwh2qwiI2qwj2qyne2qyo2qyuI2qyv2qzae2qzb2qzoI2qzp2r01e2r022r0pI2r0q2r1ve2r1w2r1xf2r1y2r21e2r22!f2r232r2ne2r2o!f2r2p2r2se2r2t2r2uf2r2v2r4je2r4k2r4rI2r4s2r5fe2r5g2r5lI2r5m2r7oe2r7p2r7rf2r7s2r7ue2r7v2r7zf2r802r91I2r922r94H2r952r97Y2r982r9bI2r9c2raae2rab!f2rac2rare2ras2rauf2rav2rb3e2rb4!f2rb52rbfe2rbg!f2rbh2rcve2rcw2rg3I2rg42rgfe2rgg2risI2rit2rjze2rk02rkbI2rkc2rkfe2rkg2rlzI2rm02rm7e2rm82rmhI2rmi2rmne2rmo2rnrI2rns2rnze2ro02rotI2rou2rr3e2rr42rrfI2rrg!f2rrh2rrie2rrj!f2rrk2rrre2rrs2rrzf2rs02rs5e2rs6!f2rs72rsfe2rsg2rspf2rsq2rsre2rss2rsuf2rsv2ruee2ruf!f2rug2rw4e2rw52rw6f2rw7!e2rw82rw9f2rwa!e2rwb!f2rwc2rwse2rwt2rwvf2rww!e2rwx2rx9f2rxa2ry7e2ry82s0jI2s0k2s5be2s5c2sayI2sc02sc9Q2scg2t4te2t4w47p9e47pc5m9pejny9!Ajnz4jo1rAjo5cjobzAl2ionvnhI",c:"Cannot fire new event. Controller is already firing an event",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",e:"Expandos are not allowed on strings, numbers, booleans or null",p:"SystemChrome.setApplicationSwitcherDescription",l:"TextInputClient.updateEditingStateWithTag",V:'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',T:"There was a problem trying to load FontManifest.json",Z:"_floatingActionButtonVisibilityController",y:"handleError callback must take either an Object (the error), or both an Object (the error) and a StackTrace.",s:"\u0e3b\u1cdb\u05d0\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b \u389c\u102b\u102b\u102b\u102b\u489c\u102b\u102b\u102b\u0620\u392b\u0c26\u0efa\u102b\u0dcb\u0601\u3e7e\u228f\u0c77\u24d3\u40b2\u102b\u1d51\u0f6f\u2681\u0698\u0851\u0d63\u0be6\u0d63\u1d2a\u06d5\u0e9b\u0771\u075c\u2b98\u23fe\u2707\u0da1\u2a52\u08eb\u0d13\u0ce3\u2712\u0c62\u4d9d\u0b97\u25cb\u2b21\u0659\u42c5\u0baa\u0ec5\u088d\u102b\u09b9\u09d9\u09f9\u0a21\u102b\u102b\u102b\u102b\u102b\u40ae\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u0b5f\u25b1\u23c1\u07f5\u0fe2\u102b\u269e\u102b\u0e5b\u102b\u102b\u102b\u2427\u26c9\u275a\u102b\u2b5c\u0fad\u0b31\u0789\u08ab\u102b\u102b\u0dfb\u102b\u102b\u102b\u1d74\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u0f2f\u2372\u102b\u38ec\u090f\u102b\u2501\u102b\u102b\u102b\u102b\u102b\u24a9\u102b\u35c8\u0939\u102b\u102b\u102b\u23b5\u102b\u102b\u2345\u2c27\u3457\u2d9d\u3491\u2d9d\u0979\u2be5\u252c\u102b\u102b\u102b\u102b\u102b\u233b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u2566\u23a2\u102b\u102b\u102b\u102b\u102b\u409c\u102b\u428c\u102b\u3db9\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u2bac\u102b\u16c9\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u2c0e\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u0d24\u4c95\u4c83\u102b\u102b\u102b\u102b\u0b0c\u102b\u07bb\u2609\u0c43\u2641\u071f\u2483\u2443\u0cb1\u06e1\u0811\u102b\u102b\u102b\u2583\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a79\u0a65\u0a6d\u0a75\u0a61\u0a69\u0a71\u0a95\u0ace\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u01f0\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u42ad\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u38bc\u102b\u102b\u1cdb\u102b\u102b\u4c95\u1cea\u40ce\u102b\u49ce\u1f6f\u2752\u1506\u393f\u449f\u102b\u102b\u102b\u102b\u102b\u0ff2\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u113b\u191a\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u1869\u102b\u102b\u102b\u102b\u3e89\u102b\u3bd9\u102b\u1da7\u102b\u47cf\u102b\u34a1\u305d\u2c56\u2d9d\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\x00\u01f0\u01f0\u01f0\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b\u102b"} -var t=(function rtii(){var s=A.S -return{od:s("aZ"),pC:s("eD"),so:s("bQ"),m:s("bQ"),Bs:s("bQ"),ph:s("tS"),vp:s("m4"),M1:s("Dc"),N2:s("ow"),Al:s("kD"),jj:s("m6"),aw:s("u0"),VO:s("u2"),o9:s("fu"),C4:s("m8"),m_:s("cN"),k:s("al"),x:s("eE"),pI:s("oD"),V4:s("cB"),wY:s("d9"),nz:s("d9"),Nv:s("d9"),_M:s("d9"),gv:s("d9"),Dd:s("d9"),Tx:s("d9"),ZQ:s("d9"),d0:s("ci?,bS<@>>"),vg:s("i1"),mV:s("agM"),qo:s("oI"),z7:s("um"),m6:s("DW"),E_:s("oJ"),Bn:s("un"),wW:s("mj"),S3:s("uo"),BQ:s("up"),ZV:s("oL"),O5:s("oM"),Hz:s("oO"),n8:s("F"),IC:s("f0"),qO:s("uw"),uf:s("G"),w:s("G"),eL:s("G"),vn:s("oT"),T:s("dD"),pU:s("Y>"),eN:s("Ej"),IP:s("oW"),H5:s("arg"),HY:s("f1"),ip:s("uC"),I7:s("azn"),W7:s("ao"),Hw:s("fx"),l4:s("aro"),uy:s("arq"),yS:s("p0"),A7:s("p1"),Je:s("azs"),I:s("fy"),Jj:s("art"),VF:s("i7"),uL:s("fz"),zk:s("fA"),Tu:s("aP"),A0:s("c3"),Ee:s("J<@>"),V:s("as"),u:s("aM"),BP:s("as(n)"),ia:s("ahc"),IH:s("v2"),S9:s("EP"),X8:s("EQ"),Q4:s("v4"),Q8:s("H"),Lt:s("bs"),I3:s("a_"),VI:s("cP"),IX:s("jo"),ii:s("EY"),_w:s("ahf"),HH:s("ahg"),OO:s("ahh"),P9:s("ahi"),rq:s("eh"),yX:s("pb"),US:s("eJ"),N8:s("vb"),s4:s("UM"),OE:s("UN"),mx:s("cX"),l5:s("mw"),uC:s("mz"),gx:s("f3<@>"),Nh:s("fC"),_8:s("ju"),Ev:s("av()"),L0:s("av<@>"),uz:s("av<~>"),sB:s("bz"),Fp:s("bz"),pl:s("bz"),Vd:s("bz"),o:s("Fl"),cD:s("ct"),uA:s("cb"),C1:s("cb"),Uv:s("cb"),jn:s("cb"),YC:s("cb"),UN:s("cb"),ok:s("cb"),ff:s("cb"),Bk:s("cb"),xR:s("mC"),yi:s("i9>"),TX:s("kR"),bT:s("kR>"),op:s("vr<~(jr)>"),G7:s("Ft>"),rA:s("mD"),mS:s("mE"),Fn:s("hn"),zE:s("a9"),py:s("a5"),Gf:s("kS"),Oh:s("mH"),J2:s("vw"),Bc:s("pq"),IS:s("bL"),og:s("dc"),WB:s("b3"),U1:s("eL"),Zb:s("mK"),XO:s("Wo"),gD:s("kX"),vz:s("b6"),nQ:s("kY"),Ya:s("ps"),K9:s("vK<@>"),JY:s("p<@>"),sq:s("t"),r3:s("t"),iW:s("t"),Ns:s("t"),AT:s("t"),Cz:s("t

"),t_:s("t"),td:s("t"),KV:s("t

"),F:s("t"),vl:s("t"),lX:s("t"),CE:s("t"),bk:s("t"),bp:s("t"),kZ:s("t>"),no:s("t"),Nw:s("t>"),mo:s("t>"),iQ:s("t"),_K:s("t"),fJ:s("t"),VB:s("t"),B5:s("t"),O_:s("t"),K0:s("t"),Li:s("t"),k5:s("t"),s9:s("t"),Y4:s("t"),ER:s("t"),L5:s("t"),Eo:s("t"),ss:s("t"),a9:s("t>"),n4:s("t>"),Xr:s("t"),rE:s("t"),YE:s("t"),tc:s("t"),f2:s("t"),qF:s("t"),Qg:s("t"),jl:s("t"),yv:s("t"),wi:s("t"),g8:s("t>"),EO:s("t"),nx:s("t"),zY:s("t"),wc:s("t"),g:s("t"),tZ:s("t"),TP:s("t"),C:s("t"),Y2:s("t"),kG:s("t
"),Kd:s("t"),Pc:s("t"),Ik:s("t"),xT:s("t"),TT:s("t"),Ry:s("t"),QT:s("t"),CK:s("t"),vj:s("t"),ZP:s("t"),J:s("t"),o4:s("t"),zz:s("t"),fe:s("t"),N_:s("t"),Jl:s("t"),Jw:s("t"),Iu:s("t>"),aU:s("t>"),s:s("t"),oU:s("t"),PL:s("t"),y1:s("t"),Lx:s("t"),sD:s("t"),VS:s("t"),fm:s("t"),Ne:s("t"),p:s("t"),GA:s("t"),Na:s("t"),SW:s("t"),rF:s("t"),r_:s("t"),Kj:s("t"),Nd:s("t>"),_X:s("t"),CZ:s("t"),bY:s("t"),ML:s("t"),m2:s("t"),Ei:s("t"),jE:s("t"),qi:s("t"),Zh:s("t"),uD:s("t"),au:s("t"),YK:s("t"),Z4:s("t"),cR:s("t"),NM:s("t"),HZ:s("t"),up:s("t"),ee:s("t<@>"),t:s("t"),L:s("t"),JK:s("t"),cA:s("t"),iG:s("t"),ny:s("t?>"),eE:s("t"),Fi:s("t"),_x:s("t"),Y:s("t"),Zt:s("t()>"),iL:s("t()>"),xf:s("t"),sA:s("t"),sQ:s("t<~(kQ)?>"),b:s("t<~()>"),e:s("t<~(aZ)>"),x8:s("t<~(fs)>"),j1:s("t<~(aP)>"),Jh:s("t<~(z)>"),RP:s("aW<@>"),bz:s("vO"),lZ:s("adt"),lT:s("ig"),dC:s("b5<@>"),sW:s("mL<@>"),vA:s("pv"),Hf:s("dV"),Cl:s("ih"),D2:s("ei"),X_:s("vV"),JG:s("jB"),SQ:s("py"),LE:s("l0"),bR:s("b7"),NE:s("b7"),am:s("b7"),ku:s("b7"),hA:s("b7"),A:s("b7>"),af:s("b7"),L6:s("eN"),h_:s("FQ"),R:s("pB"),rf:s("mP"),jQ:s("bb"),XK:s("X9"),z_:s("w2"),U9:s("ik"),wO:s("w4<@>"),NJ:s("asl"),Gs:s("z

"),qC:s("z"),UX:s("z"),LF:s("z"),I1:s("z"),V1:s("z"),yc:s("z"),Xw:s("z"),Ly:s("z"),j:s("z<@>"),Dn:s("z"),I_:s("aa"),da:s("l1"),bd:s("d"),HW:s("jG"),y3:s("ej"),xY:s("cE"),tO:s("bN"),DC:s("bN"),qE:s("bN>"),Dx:s("wd<@,@>"),a:s("ay"),e3:s("ay"),f:s("ay<@,@>"),pE:s("ay"),rr:s("ay<~(bc),aY?>"),C9:s("ek"),a4:s("aG"),cj:s("aG"),rB:s("aG"),qn:s("aG"),uT:s("aG>"),Tr:s("aG"),iB:s("asu"),v:s("wi"),Le:s("wk<@>"),W:s("cv"),i1:s("l3"),xV:s("aY"),l:s("hv"),oh:s("pI"),tB:s("wq"),xS:s("eR"),Pb:s("d_"),ZA:s("wv"),Tl:s("em"),_h:s("il"),Wz:s("fI"),Lb:s("dW"),RZ:s("n_"),jW:s("l6"),A4:s("f9"),gc:s("d0"),u9:s("n0"),uK:s("io"),_A:s("a0"),Jc:s("dg"),Tm:s("dg"),ji:s("dg"),WA:s("dg"),kj:s("dg"),Te:s("n2"),P:s("aH"),K:s("M"),yw:s("aU"),fy:s("aU<~()>"),c:s("aU<~(aZ)>"),jc:s("aU<~(fs)>"),i:s("k"),gY:s("ir"),kY:s("pL"),Ms:s("is"),N1:s("pN"),B9:s("n5"),Mf:s("pO"),Q2:s("pP"),Fw:s("dh"),ke:s("pR"),YG:s("pS"),zM:s("dv"),IF:s("x4"),ix:s("cS"),v3:s("j"),jP:s("ix"),i6:s("fb"),ge:s("n8"),Ko:s("n9"),G:s("hC"),_:s("jL"),qL:s("jM"),GG:s("azS"),W2:s("bc"),XA:s("jN"),n2:s("na"),PB:s("nb"),Mj:s("nc"),ks:s("iA"),oN:s("nd"),AO:s("pV"),MB:s("iB"),xF:s("at4"),bb:s("pZ"),_p:s("iD"),C0:s("atg"),yH:s("aJ"),mz:s("q3"),Bb:s("fN"),bN:s("Hw"),MY:s("xs"),NW:s("Hy"),r:s("u"),E:s("ng"),f1:s("xB"),d:s("q"),Cg:s("lg"),F5:s("ac"),GM:s("az"),Wx:s("jS"),nl:s("cc"),Ss:s("li"),E1:s("xN"),UM:s("fd"),dZ:s("xP"),yb:s("cd"),z4:s("cx"),k2:s("xT"),H8:s("c5"),o_:s("c5"),Zg:s("fR"),oj:s("nj"),pO:s("bS<@>(Z,M?)"),Sv:s("nk"),nY:s("atu"),BL:s("atu"),Np:s("q8"),MF:s("q9"),Cy:s("y0"),FS:s("y3"),bh:s("iG"),sm:s("qg"),_S:s("ce"),bu:s("bU"),UF:s("co"),g3:s("ya"),HS:s("np"),n5:s("qj<@>"),Ro:s("ck<@>"),RY:s("bC"),jH:s("nr"),Mp:s("b_"),hY:s("qn"),zL:s("lq"),k7:s("nu"),FW:s("K"),s7:s("jW"),VE:s("lr"),XP:s("ls"),Cj:s("lt"),xc:s("lu"),wX:s("iL"),Ws:s("yl"),q:s("lv"),h5:s("qF"),Gt:s("qH"),D:s("dZ"),M0:s("lw"),jB:s("nx"),B:s("e_"),Km:s("eq"),MG:s("e0"),lb:s("V"),Iz:s("aO"),N:s("m"),u1:s("au2"),Vh:s("bf"),Ci:s("nz"),_P:s("qO"),ry:s("aC"),OM:s("nA"),if:s("nB"),u4:s("et"),re:s("et>"),az:s("et"),E8:s("et"),hr:s("et"),ZC:s("k1"),lu:s("ly"),aW:s("qU"),S0:s("qW"),_0:s("qX"),Pj:s("au8"),mr:s("yH"),mi:s("Jr"),ot:s("e2"),bZ:s("aud"),em:s("r"),we:s("fY"),ZM:s("nH"),qe:s("a3K"),U2:s("aul"),wv:s("lD"),Ni:s("aw"),H7:s("aw"),n:s("eU"),ns:s("lE"),e2:s("cq"),H3:s("lF"),MX:s("k8"),M:s("c0"),kk:s("iQ"),lQ:s("nK"),G5:s("iR"),gU:s("ew"),Xu:s("JM"),tJ:s("di"),xd:s("di"),f3:s("di"),uh:s("cJ"),XR:s("cJ"),GY:s("iT"),Dg:s("nL"),X3:s("k9"),V6:s("nM"),Hd:s("aI"),ZK:s("ka"),ow:s("ka"),u8:s("ka"),Pi:s("rh"),l7:s("i"),X5:s("fZ"),Uh:s("z5"),VW:s("nN"),oL:s("iU"),KU:s("z8"),rj:s("bd"),VY:s("bd"),zh:s("bd<@>"),yB:s("bd"),EZ:s("bd"),h:s("bd<~>"),qh:s("rj"),pq:s("rk"),BY:s("auJ"),ZW:s("nR"),B6:s("aAA"),A3:s("dk"),Y8:s("dl"),dA:s("ke"),Fb:s("ke"),Uy:s("ke"),UJ:s("Lh"),l3:s("rA"),TV:s("rB"),hG:s("rB"),dP:s("rB"),ky:s("zR"),fk:s("rD"),ag:s("rE"),ni:s("zT"),Jp:s("zV"),h1:s("rH"),xl:s("rI"),_Y:s("ad"),tq:s("ad"),LR:s("ad<@>"),wJ:s("ad"),gg:s("ad"),X6:s("ad"),U:s("ad<~>"),cK:s("rK"),Qu:s("ki"),U3:s("rM"),R9:s("nX"),Rp:s("nY<@,@>"),WD:s("A1"),Nr:s("A3"),pp:s("nZ"),oc:s("Ab"),cB:s("h3"),Sx:s("lM"),pt:s("aAR"),Gk:s("Al"),PJ:s("rX"),GJ:s("dN"),M5:s("dN"),w2:s("dN"),yG:s("dN"),MQ:s("dN"),pv:s("dN"),h2:s("fm"),Lf:s("fm"),pj:s("fm"),_s:s("fm"),Fe:s("Aw"),xg:s("MB"),Tp:s("lO"),pi:s("j_"),gQ:s("o1"),sZ:s("AN"),Sc:s("aAU"),mm:s("t7"),h7:s("j0"),zP:s("cT"),yE:s("AT"),zd:s("AZ"),Eg:s("tb"),_2:s("tc"),V0:s("kk"),Ez:s("dm"),Pu:s("Bc"),rJ:s("Be"),yd:s("Bh"),jF:s("Bi"),S8:s("By"),HE:s("tk"),iN:s("tl"),sG:s("BN"),tH:s("avk"),si:s("e7"),XI:s("e7"),w7:s("BX"),DH:s("PG"),y:s("B"),wR:s("N"),z:s("@"),lG:s("@(a_)"),C_:s("@(M)"),Hg:s("@(M,eq)"),S:s("n"),s5:s("0&*"),ub:s("M*"),ZU:s("kA?"),Vz:s("je?"),Vx:s("cM?"),sa:s("dR?"),eJ:s("ma?"),oI:s("cO?"),YY:s("mc?"),CD:s("cB?"),eQ:s("oI?"),I4:s("oK?"),Aw:s("Sn?"),ts:s("us?"),GB:s("So?"),EM:s("oM?"),VA:s("oN?"),MH:s("F?"),YJ:s("f0?"),Hb:s("dD?"),Q0:s("ao?"),xG:s("jk?"),V2:s("fy?"),pc:s("c3?"),Om:s("jm?"),Dv:s("aM?"),fd:s("v3?"),pk:s("cX?"),RC:s("vk?"),uZ:s("av?"),eS:s("Fq?"),_I:s("mE?"),GK:s("ho?"),lF:s("cu?"),Pr:s("kV?"),Ef:s("eL?"),LO:s("ei?"),kc:s("z<@>?"),y6:s("d?"),qA:s("eP?"),nA:s("ay?"),J1:s("ay?"),iD:s("aY?"),ka:s("mV?"),iI:s("l4?"),WV:s("d_?"),ZR:s("a0?"),X:s("M?"),NT:s("k?"),Ff:s("Yo?"),dJ:s("ir?"),Zr:s("Yq?"),Jq:s("wN?"),KX:s("fK?"),uR:s("hB?"),xO:s("n6?"),fF:s("x_?"),p7:s("x0?"),Gr:s("x1?"),Ll:s("x2?"),cF:s("x3?"),mc:s("cS?"),wb:s("x5?"),EA:s("x6?"),_c:s("YQ?"),O:s("Hb?"),Zc:s("q4?"),Qv:s("u?"),CA:s("ng?"),Rn:s("q?"),c_:s("ar?"),Ou:s("lh?"),ym:s("jS?"),IT:s("cc?"),kR:s("fe?"),LQ:s("bU?"),m5:s("qh?"),Zi:s("bC?"),TZ:s("ns?"),pg:s("iI?"),tW:s("K?"),MR:s("dZ?"),lE:s("e0?"),ob:s("m?"),aE:s("bf?"),zm:s("eT?"),p8:s("r?"),Dh:s("nG?"),qf:s("JC?"),zV:s("ra?"),ir:s("aw?"),nc:s("lF?"),Wn:s("hQ?"),Wj:s("rA?"),zH:s("rE?"),av:s("AP?"),JI:s("OU<@>?"),X7:s("B?"),PM:s("N?"),bo:s("n?"),Z:s("~()?"),Jy:s("bw"),H:s("~"),Q:s("~()"),TM:s("~(fs)"),Vu:s("~(aP)"),Su:s("~(jr)"),xt:s("~(z)"),mX:s("~(M)"),hK:s("~(M,eq)"),Ld:s("~(bc)"),iS:s("~(hE)"),HT:s("~(M?)")}})();(function constants(){var s=hunkHelpers.makeConstList -B.nZ=A.m8.prototype -B.bl=A.me.prototype -B.EV=A.Dz.prototype -B.f=A.oV.prototype -B.oD=A.uN.prototype -B.oR=A.js.prototype -B.e1=A.vt.prototype -B.Im=A.kS.prototype -B.p_=A.mK.prototype -B.IJ=J.pt.prototype -B.b=J.t.prototype -B.f6=J.vN.prototype -B.e=J.pu.prototype -B.c=J.kZ.prototype -B.d=J.jy.prototype -B.IQ=J.ig.prototype -B.IR=J.h.prototype -B.J0=A.vX.prototype -B.B0=A.Ge.prototype -B.VM=A.l4.prototype -B.B5=A.n_.prototype -B.hC=A.wz.prototype -B.jL=A.wA.prototype -B.hD=A.wB.prototype -B.a3=A.n0.prototype -B.B6=A.pK.prototype -B.VW=A.Gz.prototype -B.Bd=A.wX.prototype -B.C3=J.Hc.prototype -B.WE=A.y_.prototype -B.CI=A.yw.prototype -B.bg=A.nA.prototype -B.CK=A.yC.prototype -B.eH=A.yW.prototype -B.nB=J.iQ.prototype -B.nC=A.nM.prototype -B.bz=A.nN.prototype -B.a3y=new A.CX(0,"unknown") -B.nW=new A.ed(0,1) -B.nX=new A.ed(0,-1) -B.i9=new A.ed(1,0) -B.Dq=new A.ed(1,-1) -B.ia=new A.ed(-1,0) -B.dN=new A.ed(-1,-1) -B.ax=new A.dp(0,0) -B.Dr=new A.dp(0,1) -B.Ds=new A.dp(0,-1) -B.Dt=new A.dp(1,0) -B.dO=new A.dp(-1,-1) -B.Du=new A.tN(0,"normal") -B.Dv=new A.tN(1,"preserve") -B.N=new A.fs(0,"dismissed") -B.bB=new A.fs(1,"forward") -B.b8=new A.fs(2,"reverse") -B.Y=new A.fs(3,"completed") -B.Dw=new A.tW(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) -B.Dx=new A.m3(0,"resumed") -B.Dy=new A.m3(1,"inactive") -B.Dz=new A.m3(2,"paused") -B.DA=new A.m3(3,"detached") -B.c2=A.a(s([]),t.s) -B.o=new A.qV(1,"downstream") -B.eG=new A.eu(-1,-1,B.o,!1,-1,-1) -B.bh=new A.cI(-1,-1) -B.ns=new A.dK("",B.eG,B.bh) -B.DB=new A.Db(!1,"",B.c2,B.ns,null) -B.eP=new A.jd(0,"disabled") -B.ib=new A.jd(1,"always") -B.nY=new A.jd(2,"onUserInteraction") -B.Z=new A.m5(0,"up") -B.aC=new A.m5(1,"right") -B.W=new A.m5(2,"down") -B.ar=new A.m5(3,"left") -B.aK=new A.tZ(0,"horizontal") -B.as=new A.tZ(1,"vertical") -B.DC=new A.Df(null) -B.DD=new A.De(null) -B.at=new A.a2C() -B.ic=new A.kD("flutter/accessibility",B.at,t.Al) -B.ce=new A.Ww() -B.DE=new A.kD("flutter/keyevent",B.ce,t.Al) -B.ik=new A.a2M() -B.DF=new A.kD("flutter/lifecycle",B.ik,A.S("kD")) -B.DG=new A.kD("flutter/system",B.ce,t.Al) -B.DH=new A.u_(13,"modulate") -B.id=new A.u_(3,"srcOver") -B.DI=new A.Dn(0,"normal") -B.a0=new A.bR(0,0) -B.bj=new A.cN(B.a0,B.a0,B.a0,B.a0) -B.cH=new A.bR(4,4) -B.o_=new A.cN(B.cH,B.cH,B.a0,B.a0) -B.eQ=new A.cN(B.cH,B.cH,B.cH,B.cH) -B.r=new A.F(4278190080) -B.cS=new A.u4(0,"none") -B.x=new A.cO(B.r,0,B.cS) -B.bk=new A.u4(1,"solid") -B.o1=new A.cM(B.x,B.x,B.x,B.x) -B.DJ=new A.u6(null,null,null) -B.DK=new A.u7(null,null,null,null,null,null,null,null,null,null,null,null,null) -B.DL=new A.u8(null,null,null,null,null,null,null) -B.C6=new A.Hp(null) -B.DM=new A.Do(B.C6) -B.DN=new A.al(40,40,40,40) -B.DO=new A.al(56,56,56,56) -B.DP=new A.al(96,96,96,96) -B.o2=new A.al(1/0,1/0,1/0,1/0) -B.DQ=new A.al(0,1/0,48,48) -B.DR=new A.al(112,280,0,1/0) -B.dP=new A.al(0,1/0,0,1/0) -B.DU=new A.al(280,1/0,0,1/0) -B.DS=new A.al(36,1/0,36,1/0) -B.DT=new A.al(48,1/0,48,1/0) -B.DV=new A.al(0,1/0,52,1/0) -B.eR=new A.ua(0,"tight") -B.o3=new A.ua(5,"strut") -B.bC=new A.ub(0,"rectangle") -B.eS=new A.ub(1,"circle") -B.cT=new A.Ds(0,"tight") -B.aa=new A.uc(0,"dark") -B.al=new A.uc(1,"light") -B.bO=new A.i0(0,"blink") -B.R=new A.i0(1,"webkit") -B.cU=new A.i0(2,"firefox") -B.DW=new A.i0(3,"edge") -B.o4=new A.i0(4,"ie11") -B.cV=new A.i0(5,"samsung") -B.DX=new A.i0(6,"unknown") -B.a3z=new A.Dt(1,"padded") -B.DY=new A.ud(null,null,null,null,null,null,null,null,null) -B.DZ=new A.uf(0,"normal") -B.E_=new A.uf(2,"primary") -B.o5=new A.vH(A.ayr(),A.S("vH")) -B.E0=new A.CW() -B.E1=new A.Rh() -B.E3=new A.Rt() -B.a3A=new A.Di() -B.E4=new A.Dh() -B.a3B=new A.RY() -B.E5=new A.DX() -B.E6=new A.E_() -B.E7=new A.Eg() -B.E8=new A.T4() -B.a3C=new A.Ey(A.S("Ey<0&>")) -B.E9=new A.Ew() -B.Ea=new A.Ex() -B.Eb=new A.Ez() -B.a3D=new A.EB(A.S("EB<@>")) -B.Ec=new A.EC() -B.q=new A.uR() -B.Ee=new A.U5() -B.eT=new A.EK(A.S("EK<0&>")) -B.Ef=new A.EM() -B.aj=new A.EM() -B.eU=new A.F_() -B.eV=new A.F7() -B.a3E=new A.Fo() -B.ig=new A.VK() -B.oP=new A.pg(1,"auto") -B.Eg=new A.FB() -B.ab=new A.Wv() -B.aU=new A.Wx() -B.o8=function getTagFallback(o) { - var s = Object.prototype.toString.call(o); - return s.substring(8, s.length - 1); -} -B.Eh=function() { - var toStringFunction = Object.prototype.toString; - function getTag(o) { - var s = toStringFunction.call(o); - return s.substring(8, s.length - 1); - } - function getUnknownTag(object, tag) { - if (/^HTML[A-Z].*Element$/.test(tag)) { - var name = toStringFunction.call(object); - if (name == "[object Object]") return null; - return "HTMLElement"; - } - } - function getUnknownTagGenericBrowser(object, tag) { - if (self.HTMLElement && object instanceof HTMLElement) return "HTMLElement"; - return getUnknownTag(object, tag); - } - function prototypeForTag(tag) { - if (typeof window == "undefined") return null; - if (typeof window[tag] == "undefined") return null; - var constructor = window[tag]; - if (typeof constructor != "function") return null; - return constructor.prototype; - } - function discriminator(tag) { return null; } - var isBrowser = typeof navigator == "object"; - return { - getTag: getTag, - getUnknownTag: isBrowser ? getUnknownTagGenericBrowser : getUnknownTag, - prototypeForTag: prototypeForTag, - discriminator: discriminator }; -} -B.Em=function(getTagFallback) { - return function(hooks) { - if (typeof navigator != "object") return hooks; - var ua = navigator.userAgent; - if (ua.indexOf("DumpRenderTree") >= 0) return hooks; - if (ua.indexOf("Chrome") >= 0) { - function confirm(p) { - return typeof window == "object" && window[p] && window[p].name == p; - } - if (confirm("Window") && confirm("HTMLElement")) return hooks; - } - hooks.getTag = getTagFallback; - }; -} -B.Ei=function(hooks) { - if (typeof dartExperimentalFixupGetTag != "function") return hooks; - hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); -} -B.Ej=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.El=function(hooks) { - var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; - if (userAgent.indexOf("Firefox") == -1) return hooks; - var getTag = hooks.getTag; - var quickMap = { - "BeforeUnloadEvent": "Event", - "DataTransfer": "Clipboard", - "GeoGeolocation": "Geolocation", - "Location": "!Location", - "WorkerMessageEvent": "MessageEvent", - "XMLDocument": "!Document"}; - function getTagFirefox(o) { - var tag = getTag(o); - return quickMap[tag] || tag; - } - hooks.getTag = getTagFirefox; -} -B.Ek=function(hooks) { - var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; - if (userAgent.indexOf("Trident/") == -1) return hooks; - var getTag = hooks.getTag; - var quickMap = { - "BeforeUnloadEvent": "Event", - "DataTransfer": "Clipboard", - "HTMLDDElement": "HTMLElement", - "HTMLDTElement": "HTMLElement", - "HTMLPhraseElement": "HTMLElement", - "Position": "Geoposition" - }; - function getTagIE(o) { - var tag = getTag(o); - var newTag = quickMap[tag]; - if (newTag) return newTag; - if (tag == "Object") { - if (window.DataView && (o instanceof window.DataView)) return "DataView"; - } - return tag; - } - function prototypeForTagIE(tag) { - var constructor = window[tag]; - if (constructor == null) return null; - return constructor.prototype; - } - hooks.getTag = getTagIE; - hooks.prototypeForTag = prototypeForTagIE; -} -B.o9=function(hooks) { return hooks; } - -B.bP=new A.FI() -B.En=new A.Xs() -B.Eo=new A.XX() -B.ob=new A.Y9() -B.Ep=new A.Yj() -B.ii=new A.M() -B.Eq=new A.GD() -B.bx=new A.dx(0,"android") -B.b4=new A.dx(2,"iOS") -B.bL=new A.dx(3,"linux") -B.by=new A.dx(4,"macOS") -B.bM=new A.dx(5,"windows") -B.o7=new A.El() -B.hA=new A.bz([B.bx,B.eU,B.b4,B.o7,B.bL,B.eU,B.by,B.o7,B.bM,B.eU],A.S("bz")) -B.Er=new A.GK() -B.Es=new A.GV() -B.oc=new A.wV() -B.Et=new A.YP() -B.a3F=new A.Z9() -B.Ew=new A.Ii() -B.aV=new A.a0Y() -B.bQ=new A.a2B() -B.cW=new A.a2F() -B.Ex=new A.a3g() -B.Ey=new A.a3l() -B.Ez=new A.a3m() -B.EA=new A.a3n() -B.EB=new A.a3r() -B.EC=new A.a3t() -B.ED=new A.a3u() -B.EE=new A.a3v() -B.EF=new A.a42() -B.ag=new A.JO() -B.cX=new A.JP() -B.T=new A.v(0,0,0,0) -B.hO=new A.JW(0,0,0,0) -B.Ph=A.a(s([]),A.S("t")) -B.od=new A.JS() -B.oe=new A.K0() -B.cY=new A.K1() -B.EG=new A.a5s() -B.EH=new A.KV() -B.EI=new A.a5W() -B.eW=new A.L5() -B.EJ=new A.a5Y() -B.EK=new A.a61() -B.cf=new A.Lb() -B.eX=new A.a6a() -B.EL=new A.LF(A.S("LF<@>")) -B.a=new A.a6P() -B.EM=new A.a75() -B.EN=new A.a76() -B.ac=new A.Aj() -B.EO=new A.Mp() -B.bR=new A.a8i() -B.of=new A.a91() -B.am=new A.a96() -B.EP=new A.a9g() -B.EQ=new A.OK() -B.ER=new A.PH() -B.ES=new A.aaC() -B.ET=new A.ug(0,"pixel") -B.EU=new A.ug(1,"viewport") -B.EW=new A.uh(null,null,null,null,null,null) -B.EX=new A.uj(null,null,null,null,null,null,null,null,null) -B.EY=new A.uk(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) -B.il=new A.dS(B.x) -B.F1=new A.uq(B.C6) -B.F2=new A.uq(null) -B.F3=new A.ur(0,"difference") -B.dQ=new A.ur(1,"intersect") -B.u=new A.mk(0,"none") -B.aD=new A.mk(1,"hardEdge") -B.og=new A.mk(2,"antiAlias") -B.eY=new A.mk(3,"antiAliasWithSaveLayer") -B.F4=new A.P(0,255) -B.F5=new A.P(1024,1119) -B.F6=new A.P(1120,1327) -B.F7=new A.P(11360,11391) -B.F8=new A.P(11520,11567) -B.F9=new A.P(11648,11742) -B.Fa=new A.P(1168,1169) -B.Fb=new A.P(11744,11775) -B.Fc=new A.P(11841,11841) -B.Fd=new A.P(1200,1201) -B.oh=new A.P(12288,12351) -B.Fe=new A.P(12288,12543) -B.Ff=new A.P(12288,12591) -B.oi=new A.P(12549,12585) -B.Fg=new A.P(12593,12686) -B.Fh=new A.P(12800,12828) -B.Fi=new A.P(12800,13311) -B.Fj=new A.P(12896,12923) -B.Fk=new A.P(1328,1424) -B.Fl=new A.P(1417,1417) -B.Fm=new A.P(1424,1535) -B.Fn=new A.P(1536,1791) -B.eZ=new A.P(19968,40959) -B.Fo=new A.P(2304,2431) -B.Fp=new A.P(2385,2386) -B.bS=new A.P(2404,2405) -B.Fq=new A.P(2433,2555) -B.Fr=new A.P(2561,2677) -B.Fs=new A.P(256,591) -B.Ft=new A.P(258,259) -B.Fu=new A.P(2688,2815) -B.Fv=new A.P(272,273) -B.Fw=new A.P(2946,3066) -B.Fx=new A.P(296,297) -B.Fy=new A.P(305,305) -B.Fz=new A.P(3072,3199) -B.FA=new A.P(3202,3314) -B.FB=new A.P(3330,3455) -B.FC=new A.P(338,339) -B.FD=new A.P(3458,3572) -B.FE=new A.P(3585,3675) -B.FF=new A.P(360,361) -B.FG=new A.P(3713,3807) -B.FH=new A.P(4096,4255) -B.FI=new A.P(416,417) -B.FJ=new A.P(42560,42655) -B.FK=new A.P(4256,4351) -B.FL=new A.P(42784,43007) -B.im=new A.P(43056,43065) -B.FM=new A.P(431,432) -B.FN=new A.P(43232,43259) -B.FO=new A.P(43777,43822) -B.FP=new A.P(44032,55215) -B.FQ=new A.P(4608,5017) -B.FR=new A.P(6016,6143) -B.FS=new A.P(601,601) -B.FT=new A.P(64275,64279) -B.FU=new A.P(64285,64335) -B.FV=new A.P(64336,65023) -B.FW=new A.P(65070,65071) -B.FX=new A.P(65072,65135) -B.FY=new A.P(65132,65276) -B.FZ=new A.P(65279,65279) -B.oj=new A.P(65280,65519) -B.G_=new A.P(65533,65533) -B.G0=new A.P(699,700) -B.G1=new A.P(710,710) -B.G2=new A.P(7296,7304) -B.G3=new A.P(730,730) -B.G4=new A.P(732,732) -B.G5=new A.P(7376,7414) -B.G6=new A.P(7386,7386) -B.G7=new A.P(7416,7417) -B.G8=new A.P(7680,7935) -B.G9=new A.P(775,775) -B.Ga=new A.P(77824,78894) -B.Gb=new A.P(7840,7929) -B.Gc=new A.P(7936,8191) -B.Gd=new A.P(803,803) -B.Ge=new A.P(8192,8303) -B.Gf=new A.P(8204,8204) -B.b9=new A.P(8204,8205) -B.Gg=new A.P(8204,8206) -B.Gh=new A.P(8208,8209) -B.Gi=new A.P(8224,8224) -B.Gj=new A.P(8271,8271) -B.Gk=new A.P(8308,8308) -B.Gl=new A.P(8352,8363) -B.Gm=new A.P(8360,8360) -B.Gn=new A.P(8362,8362) -B.Go=new A.P(8363,8363) -B.Gp=new A.P(8364,8364) -B.Gq=new A.P(8365,8399) -B.Gr=new A.P(8372,8372) -B.cg=new A.P(8377,8377) -B.Gs=new A.P(8467,8467) -B.Gt=new A.P(8470,8470) -B.Gu=new A.P(8482,8482) -B.Gv=new A.P(8593,8593) -B.Gw=new A.P(8595,8595) -B.Gx=new A.P(8722,8722) -B.Gy=new A.P(8725,8725) -B.Gz=new A.P(880,1023) -B.aE=new A.P(9676,9676) -B.GA=new A.P(9772,9772) -B.H8=new A.F(4290479868) -B.oo=new A.F(4278442694) -B.Hc=new A.F(4291782265) -B.oq=new A.F(4279374354) -B.m=new A.F(4294967295) -B.GW=new A.F(4281794739) -B.GB=new A.ut(B.aa,B.H8,B.r,null,null,B.oo,B.r,null,null,null,null,null,null,B.Hc,B.r,null,null,B.oq,B.m,B.oq,B.m,null,null,null,null,null,null,null,B.GW,B.oo) -B.aF=new A.F(0) -B.ok=new A.F(1087163596) -B.GC=new A.F(1627389952) -B.GD=new A.F(1660944383) -B.ol=new A.F(16777215) -B.GE=new A.F(167772160) -B.io=new A.F(1723645116) -B.GF=new A.F(1724434632) -B.GG=new A.F(1929379840) -B.A=new A.F(2315255808) -B.GH=new A.F(2583691263) -B.D=new A.F(3019898879) -B.GK=new A.F(4039164096) -B.GL=new A.F(4278210720) -B.on=new A.F(4278285762) -B.or=new A.F(4279482877) -B.iq=new A.F(4280295716) -B.os=new A.F(4281348144) -B.GY=new A.F(4282549748) -B.H2=new A.F(4285110239) -B.H6=new A.F(4289724448) -B.Hp=new A.F(4294901760) -B.Ht=new A.F(452984831) -B.Hu=new A.F(520093696) -B.Hv=new A.F(536870911) -B.dV=new A.kG(0,"start") -B.ou=new A.kG(1,"end") -B.aG=new A.kG(2,"center") -B.ch=new A.kG(3,"stretch") -B.ir=new A.kG(4,"baseline") -B.ov=new A.he(0.18,1,0.04,1) -B.aH=new A.he(0.25,0.1,0.25,1) -B.cZ=new A.he(0.42,0,1,1) -B.ow=new A.he(0.67,0.03,0.65,0.09) -B.ay=new A.he(0.4,0,0.2,1) -B.is=new A.he(0.35,0.91,0.33,0.97) -B.oy=new A.he(0,0,0.58,1) -B.ox=new A.he(0.42,0,0.58,1) -B.dU=new A.F(4288256409) -B.dT=new A.F(4285887861) -B.f1=new A.dF(B.dU,"inactiveGray",null,B.dU,B.dT,B.dU,B.dT,B.dU,B.dT,B.dU,B.dT,0) -B.dR=new A.F(1493172224) -B.f_=new A.F(2164260863) -B.HA=new A.dF(B.dR,null,null,B.dR,B.f_,B.dR,B.f_,B.dR,B.f_,B.dR,B.f_,0) -B.ip=new A.F(4278221567) -B.op=new A.F(4278879487) -B.om=new A.F(4278206685) -B.ot=new A.F(4282424575) -B.Hy=new A.dF(B.ip,"systemBlue",null,B.ip,B.op,B.om,B.ot,B.ip,B.op,B.om,B.ot,0) -B.GQ=new A.F(4280032286) -B.GV=new A.F(4280558630) -B.oz=new A.dF(B.m,"systemBackground",null,B.m,B.r,B.m,B.r,B.m,B.GQ,B.m,B.GV,0) -B.dS=new A.F(4042914297) -B.f0=new A.F(4028439837) -B.Hz=new A.dF(B.dS,null,null,B.dS,B.f0,B.dS,B.f0,B.dS,B.f0,B.dS,B.f0,0) -B.oA=new A.dF(B.r,"label",null,B.r,B.m,B.r,B.m,B.r,B.m,B.r,B.m,0) -B.a2F=new A.KX(B.oA,B.f1) -B.nJ=new A.KZ(null,B.Hy,B.oz,B.Hz,B.oz,B.a2F) -B.ci=new A.uA(B.nJ,null,null,null,null,null,null) -B.HB=new A.uD(null,null,null,null,null,null,null,null,null,null,null) -B.d_=new A.i3(0,"calendar") -B.d0=new A.i3(1,"input") -B.f2=new A.i3(2,"calendarOnly") -B.dW=new A.i3(3,"inputOnly") -B.d1=new A.uF(0,"day") -B.it=new A.uF(1,"year") -B.HC=new A.Et(1,"traversalOrder") -B.iu=new A.uH(0,"background") -B.oB=new A.uH(1,"foreground") -B.a0S=new A.r(!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) -B.cM=new A.r1(0,"clip") -B.b6=new A.yN(0,"parent") -B.a3g=new A.MO(null) -B.HD=new A.p0(B.a0S,null,!0,B.cM,null,B.b6,null,B.a3g,null) -B.a3G=new A.uJ(18) -B.ba=new A.p2(3,"info") -B.HE=new A.p2(5,"hint") -B.HF=new A.p2(6,"summary") -B.a3H=new A.i5(1,"sparse") -B.HG=new A.i5(10,"shallow") -B.HH=new A.i5(11,"truncateChildren") -B.HI=new A.i5(5,"error") -B.iv=new A.i5(7,"flat") -B.oC=new A.i5(8,"singleLine") -B.cj=new A.i5(9,"errorProperty") -B.HJ=new A.uL(null,null,null,null,null,null) -B.HO=new A.uP(null,null,null,null,null) -B.oE=new A.uO(null,null) -B.HP=new A.uW(0,"down") -B.aW=new A.uW(1,"start") -B.HQ=new A.uY(null,null,null,null) -B.z=new A.aP(0) -B.aL=new A.aP(1e5) -B.d2=new A.aP(1e6) -B.HR=new A.aP(12e5) -B.HS=new A.aP(125e3) -B.HT=new A.aP(15e3) -B.dX=new A.aP(15e4) -B.HU=new A.aP(15e5) -B.HV=new A.aP(16667) -B.oF=new A.aP(167e3) -B.H=new A.aP(2e5) -B.iw=new A.aP(2e6) -B.HW=new A.aP(225e3) -B.oG=new A.aP(25e4) -B.HX=new A.aP(2961926e3) -B.bT=new A.aP(3e5) -B.oH=new A.aP(375e3) -B.HY=new A.aP(4e4) -B.ix=new A.aP(4e5) -B.iy=new A.aP(5e4) -B.f3=new A.aP(5e5) -B.HZ=new A.aP(5e6) -B.dY=new A.aP(6e5) -B.iz=new A.aP(75e3) -B.I_=new A.aP(-38e3) -B.oI=new A.eg(16,0,4,0) -B.I0=new A.eg(24,0,12,0) -B.an=new A.aS(0,0,0,0) -B.I1=new A.aS(0,12,0,12) -B.I2=new A.aS(0,52,0,0) -B.oJ=new A.aS(0,8,0,8) -B.I3=new A.aS(12,12,12,12) -B.I4=new A.aS(12,20,12,12) -B.I5=new A.aS(12,24,12,16) -B.I6=new A.aS(12,8,12,8) -B.ck=new A.aS(16,0,16,0) -B.I7=new A.aS(16,24,16,24) -B.I8=new A.aS(20,20,20,20) -B.oK=new A.aS(24,0,24,0) -B.a3I=new A.aS(24,20,24,24) -B.I9=new A.aS(40,24,40,24) -B.oL=new A.aS(4,0,4,0) -B.a3J=new A.aS(4,4,4,5) -B.dZ=new A.aS(8,0,8,0) -B.aM=new A.aS(8,8,8,8) -B.oM=new A.aS(0.5,1,0.5,1) -B.Ia=new A.v1(null) -B.Ib=new A.p7(0,"noOpinion") -B.Ic=new A.p7(1,"enabled") -B.iA=new A.p7(2,"disabled") -B.a3K=new A.F2(0,"none") -B.oN=new A.va(0,"tight") -B.e_=new A.va(1,"loose") -B.Y8=new A.iK(null,38,null,null) -B.Id=new A.jp(1,B.e_,B.Y8,null) -B.Ie=new A.vd(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) -B.oO=new A.pf(0,"Start") -B.iB=new A.pf(1,"Update") -B.iC=new A.pf(2,"End") -B.iD=new A.pg(0,"never") -B.iE=new A.pg(2,"always") -B.iF=new A.jr(0,"touch") -B.f4=new A.jr(1,"traditional") -B.a3L=new A.Fb(0,"automatic") -B.oS=new A.kO("Invalid method call",null,null) -B.Ij=new A.kO("Expected envelope, got nothing",null,null) -B.aX=new A.kO("Message corrupted",null,null) -B.Ik=new A.kO("Invalid envelope",null,null) -B.cl=new A.vn(0,"accepted") -B.au=new A.vn(1,"rejected") -B.oT=new A.kQ(0,"pointerEvents") -B.d3=new A.kQ(1,"browserGestures") -B.bU=new A.pi(0,"ready") -B.f5=new A.pi(1,"possible") -B.Il=new A.pi(2,"defunct") -B.oU=new A.vp(0,"forward") -B.oV=new A.vp(1,"reverse") -B.cm=new A.mF(0,"push") -B.cn=new A.mF(1,"pop") -B.d4=new A.pk(0,"deferToChild") -B.bD=new A.pk(1,"opaque") -B.co=new A.pk(2,"translucent") -B.In=new A.db(57490,"MaterialIcons",!0) -B.Io=new A.db(57491,"MaterialIcons",!0) -B.Ip=new A.db(57496,"MaterialIcons",!1) -B.oX=new A.db(57694,"MaterialIcons",!0) -B.oY=new A.db(57695,"MaterialIcons",!0) -B.Is=new A.db(58370,"MaterialIcons",!1) -B.It=new A.db(58372,"MaterialIcons",!1) -B.Iv=new A.db(59392,"MyFlutterApp",!1) -B.Iw=new A.db(61595,"MyFlutterApp",!1) -B.Iz=new A.db(62065,"MyFlutterApp",!1) -B.E=new A.F(3707764736) -B.IA=new A.cu(B.E,null,null) -B.iH=new A.cu(B.r,1,24) -B.oZ=new A.cu(B.r,null,null) -B.iI=new A.cu(B.m,null,null) -B.IB=new A.cu(null,null,36) -B.Iu=new A.db(58727,"MaterialIcons",!1) -B.IC=new A.ib(B.Iu,null,null) -B.ID=new A.ib(B.oX,null,null) -B.Iq=new A.db(57882,"MaterialIcons",!1) -B.IE=new A.ib(B.Iq,null,null) -B.IF=new A.ib(B.oY,null,null) -B.Ir=new A.db(58332,"MaterialIcons",!1) -B.IG=new A.ib(B.Ir,null,null) -B.oW=new A.db(57634,"MaterialIcons",!1) -B.IH=new A.ib(B.oW,null,null) -B.a3M=new A.pr(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,!1,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,!0,null,null,null) -B.o0=new A.cO(B.r,1,B.bk) -B.Wc=new A.hA(4,B.eQ,B.o0) -B.II=new A.pr(null,null,null,"Ng\xe0y/Th\xe1ng/N\u0103m",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,!1,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.Wc,!0,null,null,null) -B.IK=new A.eM(0,0.1,B.ac) -B.IL=new A.eM(0,0.3333333333333333,B.ac) -B.IM=new A.eM(0,0.6666666666666666,B.ac) -B.IN=new A.eM(0.6,1,B.ac) -B.p0=new A.eM(0.5,1,B.aH) -B.IP=new A.eM(0,0.5,B.ay) -B.IO=new A.eM(0.5,1,B.ay) -B.IS=new A.FK(null) -B.IT=new A.FL(null) -B.IU=new A.vT(0,"rawKeyData") -B.IV=new A.vT(1,"keyDataThenRawKeyData") -B.f7=new A.px(0,"down") -B.IW=new A.fE(B.z,B.f7,0,0,null,!1) -B.iJ=new A.jA(0,"handled") -B.e2=new A.jA(1,"ignored") -B.p1=new A.jA(2,"skipRemainingHandlers") -B.d5=new A.px(1,"up") -B.IX=new A.px(2,"repeat") -B.ho=new A.d(4294967556) -B.IY=new A.py(B.ho) -B.hp=new A.d(4294967562) -B.IZ=new A.py(B.hp) -B.hq=new A.d(4294967564) -B.J_=new A.py(B.hq) -B.d6=new A.l0(0,"any") -B.bE=new A.l0(3,"all") -B.bV=new A.mQ(1,"prohibited") -B.p2=new A.dd(0,0,0,B.bV) -B.e3=new A.mQ(0,"opportunity") -B.e4=new A.mQ(2,"mandatory") -B.cp=new A.mQ(3,"endOfText") -B.iK=new A.bb(0,"CM") -B.fa=new A.bb(1,"BA") -B.cq=new A.bb(10,"PO") -B.e5=new A.bb(11,"OP") -B.d7=new A.bb(12,"CP") -B.fb=new A.bb(13,"IS") -B.e6=new A.bb(14,"HY") -B.iL=new A.bb(15,"SY") -B.bW=new A.bb(16,"NU") -B.fc=new A.bb(17,"CL") -B.iM=new A.bb(18,"GL") -B.p3=new A.bb(19,"BB") -B.fd=new A.bb(2,"LF") -B.aY=new A.bb(20,"HL") -B.fe=new A.bb(21,"JL") -B.e7=new A.bb(22,"JV") -B.e8=new A.bb(23,"JT") -B.iN=new A.bb(24,"NS") -B.ff=new A.bb(25,"ZW") -B.iO=new A.bb(26,"ZWJ") -B.fg=new A.bb(27,"B2") -B.p4=new A.bb(28,"IN") -B.fh=new A.bb(29,"WJ") -B.iP=new A.bb(3,"BK") -B.iQ=new A.bb(30,"ID") -B.fi=new A.bb(31,"EB") -B.e9=new A.bb(32,"H2") -B.ea=new A.bb(33,"H3") -B.iR=new A.bb(34,"CB") -B.iS=new A.bb(35,"RI") -B.fj=new A.bb(36,"EM") -B.iT=new A.bb(4,"CR") -B.fk=new A.bb(5,"SP") -B.p5=new A.bb(6,"EX") -B.iU=new A.bb(7,"QU") -B.bb=new A.bb(8,"AL") -B.fl=new A.bb(9,"PR") -B.J1=new A.G0(0,"list") -B.J2=new A.w6(null,null,null,null,null,null,null,null,null,null,null,null,null) -B.J3=A.a(s(["\u041a1","\u041a2","\u041a3","\u041a4"]),t.s) -B.pb=A.a(s(["\u1015\u1011\u1019 \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a","\u1012\u102f\u1010\u102d\u101a \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a","\u1010\u1010\u102d\u101a \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a","\u1005\u1010\u102f\u1010\u1039\u1011 \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a"]),t.s) -B.p8=A.a(s(["Domh","Luan","M\xe1irt","C\xe9ad","D\xe9ar","Aoine","Sath"]),t.s) -B.pa=A.a(s(["S","P","A","T","K","P","\u0160"]),t.s) -B.p7=A.a(s(["ig.","al.","ar.","az.","og.","or.","lr."]),t.s) -B.fm=A.a(s(["\u043d\u0434","\u043f\u043d","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043f\u0442","\u0441\u0431"]),t.s) -B.pc=A.a(s(["\u0a10\u0a24","\u0a38\u0a4b\u0a2e","\u0a2e\u0a70\u0a17\u0a32","\u0a2c\u0a41\u0a71\u0a27","\u0a35\u0a40\u0a30","\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30","\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30"]),t.s) -B.p6=A.a(s(["Jan.","Feb.","M\xe4rz","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."]),t.s) -B.p9=A.a(s(["\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99","\u0e81\u0eb8\u0ea1\u0e9e\u0eb2","\u0ea1\u0eb5\u0e99\u0eb2","\u0ec0\u0ea1\u0eaa\u0eb2","\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2","\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2","\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94","\u0eaa\u0eb4\u0e87\u0eab\u0eb2","\u0e81\u0eb1\u0e99\u0e8d\u0eb2","\u0e95\u0eb8\u0ea5\u0eb2","\u0e9e\u0eb0\u0e88\u0eb4\u0e81","\u0e97\u0eb1\u0e99\u0ea7\u0eb2"]),t.s) -B.aZ=A.a(s(["\u0627\u0644\u0623\u062d\u062f","\u0627\u0644\u0627\u062b\u0646\u064a\u0646","\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062e\u0645\u064a\u0633","\u0627\u0644\u062c\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062a"]),t.s) -B.pd=A.a(s(["n","p","t","s","\u010d","p","s"]),t.s) -B.pe=A.a(s(["\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940","\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940","\u092e\u093e\u0930\u094d\u091a","\u090f\u092a\u094d\u0930\u093f\u0932","\u092e\u0947","\u091c\u0942\u0928","\u091c\u0941\u0932\u0948","\u0911\u0917\u0938\u094d\u091f","\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930","\u0911\u0915\u094d\u091f\u094b\u092c\u0930","\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930","\u0921\u093f\u0938\u0947\u0902\u092c\u0930"]),t.s) -B.iV=A.a(s(["\u0432\u0441","\u043f\u043d","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043f\u0442","\u0441\u0431"]),t.s) -B.pf=A.a(s(["\u043d\u0435\u0434\u0435\u043b\u044f","\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a","\u0432\u0442\u043e\u0440\u043d\u0438\u043a","\u0441\u0440\u044f\u0434\u0430","\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a","\u043f\u0435\u0442\u044a\u043a","\u0441\u044a\u0431\u043e\u0442\u0430"]),t.s) -B.J5=A.a(s(["y, MMMM d, EEEE","y, MMMM d","y, MMM d","d/M/yy"]),t.s) -B.J6=A.a(s(["1-\u0447\u0435\u0439.","2-\u0447\u0435\u0439.","3-\u0447\u0435\u0439.","4-\u0447\u0435\u0439."]),t.s) -B.J7=A.a(s([0,1]),t.up) -B.pg=A.a(s(["\u0a1c","\u0a2b\u0a3c","\u0a2e\u0a3e","\u0a05","\u0a2e","\u0a1c\u0a42","\u0a1c\u0a41","\u0a05","\u0a38","\u0a05","\u0a28","\u0a26"]),t.s) -B.J8=A.a(s(["1kv","2kv","3kv","4kv"]),t.s) -B.pi=A.a(s(["\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1","\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"]),t.s) -B.J9=A.a(s(["de gen.","de febr.","de mar\xe7","d\u2019abr.","de maig","de juny","de jul.","d\u2019ag.","de set.","d\u2019oct.","de nov.","de des."]),t.s) -B.fn=A.a(s(["\u042f","\u0424","\u041c","\u0410","\u041c","\u0418","\u0418","\u0410","\u0421","\u041e","\u041d","\u0414"]),t.s) -B.Jb=A.a(s(["dop.","pop."]),t.s) -B.Jc=A.a(s(["1-\u0448\u044b \u043a\u0432\u0430\u0440\u0442\u0430\u043b","2-\u0433\u0456 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","3-\u0446\u0456 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","4-\u0442\u044b \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]),t.s) -B.pj=A.a(s(["O","\u015e","M","N","M","H","T","A","E","E","K","A"]),t.s) -B.d8=A.a(s(["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]),t.s) -B.Jd=A.a(s(["{1} \u0a8f {0} \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7","{1} \u0a8f {0} \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7","{1} {0}","{1} {0}"]),t.s) -B.Je=A.a(s(["\u043f\u0440\u0432\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","\u0434\u0440\u0443\u0433\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","\u0442\u0440\u0435\u045b\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","\u0447\u0435\u0442\u0432\u0440\u0442\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]),t.s) -B.av=A.a(s(["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"]),t.s) -B.Jf=A.a(s(["{1} \u13a4\u13be\u13a2 {0}","{1} \u13a4\u13be\u13a2 {0}","{1}, {0}","{1}, {0}"]),t.s) -B.iG=new A.fB(0) -B.If=new A.fB(1) -B.Ig=new A.fB(2) -B.B=new A.fB(3) -B.bm=new A.fB(4) -B.Ih=new A.fB(5) -B.e0=new A.fB(6) -B.Ii=new A.fB(7) -B.oQ=new A.fB(8) -B.pk=A.a(s([B.iG,B.If,B.Ig,B.B,B.bm,B.Ih,B.e0,B.Ii,B.oQ]),A.S("t")) -B.pl=A.a(s(["\u13a4\u13be\u13d9\u13d3\u13c6\u13cd\u13ac","\u13a4\u13be\u13d9\u13d3\u13c9\u13c5\u13af","\u13d4\u13b5\u13c1\u13a2\u13a6","\u13e6\u13a2\u13c1\u13a2\u13a6","\u13c5\u13a9\u13c1\u13a2\u13a6","\u13e7\u13be\u13a9\u13b6\u13cd\u13d7","\u13a4\u13be\u13d9\u13d3\u13c8\u13d5\u13be"]),t.s) -B.Jg=A.a(s(["y\u5e74M\u6708d\u65e5 EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","y/M/d"]),t.s) -B.pm=A.a(s(["P","P","S","\xc7","P","C","C"]),t.s) -B.d9=A.a(s(["a.C.","d.C."]),t.s) -B.fo=A.a(s(["1. Quartal","2. Quartal","3. Quartal","4. Quartal"]),t.s) -B.Jh=A.a(s(["\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf","\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf","\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd","\u0c8f\u0caa\u0ccd\u0cb0\u0cbf","\u0cae\u0cc7","\u0c9c\u0cc2\u0ca8\u0ccd","\u0c9c\u0cc1\u0cb2\u0cc8","\u0c86\u0c97","\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82","\u0c85\u0c95\u0ccd\u0c9f\u0ccb","\u0ca8\u0cb5\u0cc6\u0c82","\u0ca1\u0cbf\u0cb8\u0cc6\u0c82"]),t.s) -B.Jj=A.a(s(["M\xd6","MS"]),t.s) -B.pn=A.a(s(["\u0458\u0430\u043d\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0438\u043b","\u043c\u0430\u0458","\u0458\u0443\u043d\u0438","\u0458\u0443\u043b\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438","\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438","\u043d\u043e\u0435\u043c\u0432\u0440\u0438","\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438"]),t.s) -B.fp=A.a(s(["\u05d9\u05e0\u05d5\u05f3","\u05e4\u05d1\u05e8\u05f3","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8\u05f3","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0\u05d9","\u05d9\u05d5\u05dc\u05d9","\u05d0\u05d5\u05d2\u05f3","\u05e1\u05e4\u05d8\u05f3","\u05d0\u05d5\u05e7\u05f3","\u05e0\u05d5\u05d1\u05f3","\u05d3\u05e6\u05de\u05f3"]),t.s) -B.po=A.a(s(["sun.","m\xe1n.","\xferi.","mi\xf0.","fim.","f\xf6s.","lau."]),t.s) -B.Jk=A.a(s(["\uc624\uc804","\uc624\ud6c4"]),t.s) -B.iW=A.a(s(["1.er trimestre","2.\xba trimestre","3.er trimestre","4.\xba trimestre"]),t.s) -B.pr=A.a(s(["\u041d","\u041f","\u0412","\u0421","\u0427","\u041f","\u0421"]),t.s) -B.pp=A.a(s([0,0,32776,33792,1,10240,0,0]),t.t) -B.pq=A.a(s(["Genver","C\u02bchwevrer","Meurzh","Ebrel","Mae","Mezheven","Gouere","Eost","Gwengolo","Here","Du","Kerzu"]),t.s) -B.E2=new A.oo() -B.Ch=new A.y1(1,"page") -B.Ci=new A.fS(B.W,B.Ch) -B.Jl=A.a(s([B.E2,B.Ci]),A.S("t")) -B.Jm=A.a(s(["Yan","Fev","Mar","Apr","May","Iyn","Iyl","Avg","Sen","Okt","Noy","Dek"]),t.s) -B.Jn=A.a(s(["Ion","Chwef","Maw","Ebrill","Mai","Meh","Gorff","Awst","Medi","Hyd","Tach","Rhag"]),t.s) -B.ps=A.a(s(["N","P","\xda","S","\u010c","P","S"]),t.s) -B.Jo=A.a(s(["*::class","*::dir","*::draggable","*::hidden","*::id","*::inert","*::itemprop","*::itemref","*::itemscope","*::lang","*::spellcheck","*::title","*::translate","A::accesskey","A::coords","A::hreflang","A::name","A::shape","A::tabindex","A::target","A::type","AREA::accesskey","AREA::alt","AREA::coords","AREA::nohref","AREA::shape","AREA::tabindex","AREA::target","AUDIO::controls","AUDIO::loop","AUDIO::mediagroup","AUDIO::muted","AUDIO::preload","BDO::dir","BODY::alink","BODY::bgcolor","BODY::link","BODY::text","BODY::vlink","BR::clear","BUTTON::accesskey","BUTTON::disabled","BUTTON::name","BUTTON::tabindex","BUTTON::type","BUTTON::value","CANVAS::height","CANVAS::width","CAPTION::align","COL::align","COL::char","COL::charoff","COL::span","COL::valign","COL::width","COLGROUP::align","COLGROUP::char","COLGROUP::charoff","COLGROUP::span","COLGROUP::valign","COLGROUP::width","COMMAND::checked","COMMAND::command","COMMAND::disabled","COMMAND::label","COMMAND::radiogroup","COMMAND::type","DATA::value","DEL::datetime","DETAILS::open","DIR::compact","DIV::align","DL::compact","FIELDSET::disabled","FONT::color","FONT::face","FONT::size","FORM::accept","FORM::autocomplete","FORM::enctype","FORM::method","FORM::name","FORM::novalidate","FORM::target","FRAME::name","H1::align","H2::align","H3::align","H4::align","H5::align","H6::align","HR::align","HR::noshade","HR::size","HR::width","HTML::version","IFRAME::align","IFRAME::frameborder","IFRAME::height","IFRAME::marginheight","IFRAME::marginwidth","IFRAME::width","IMG::align","IMG::alt","IMG::border","IMG::height","IMG::hspace","IMG::ismap","IMG::name","IMG::usemap","IMG::vspace","IMG::width","INPUT::accept","INPUT::accesskey","INPUT::align","INPUT::alt","INPUT::autocomplete","INPUT::autofocus","INPUT::checked","INPUT::disabled","INPUT::inputmode","INPUT::ismap","INPUT::list","INPUT::max","INPUT::maxlength","INPUT::min","INPUT::multiple","INPUT::name","INPUT::placeholder","INPUT::readonly","INPUT::required","INPUT::size","INPUT::step","INPUT::tabindex","INPUT::type","INPUT::usemap","INPUT::value","INS::datetime","KEYGEN::disabled","KEYGEN::keytype","KEYGEN::name","LABEL::accesskey","LABEL::for","LEGEND::accesskey","LEGEND::align","LI::type","LI::value","LINK::sizes","MAP::name","MENU::compact","MENU::label","MENU::type","METER::high","METER::low","METER::max","METER::min","METER::value","OBJECT::typemustmatch","OL::compact","OL::reversed","OL::start","OL::type","OPTGROUP::disabled","OPTGROUP::label","OPTION::disabled","OPTION::label","OPTION::selected","OPTION::value","OUTPUT::for","OUTPUT::name","P::align","PRE::width","PROGRESS::max","PROGRESS::min","PROGRESS::value","SELECT::autocomplete","SELECT::disabled","SELECT::multiple","SELECT::name","SELECT::required","SELECT::size","SELECT::tabindex","SOURCE::type","TABLE::align","TABLE::bgcolor","TABLE::border","TABLE::cellpadding","TABLE::cellspacing","TABLE::frame","TABLE::rules","TABLE::summary","TABLE::width","TBODY::align","TBODY::char","TBODY::charoff","TBODY::valign","TD::abbr","TD::align","TD::axis","TD::bgcolor","TD::char","TD::charoff","TD::colspan","TD::headers","TD::height","TD::nowrap","TD::rowspan","TD::scope","TD::valign","TD::width","TEXTAREA::accesskey","TEXTAREA::autocomplete","TEXTAREA::cols","TEXTAREA::disabled","TEXTAREA::inputmode","TEXTAREA::name","TEXTAREA::placeholder","TEXTAREA::readonly","TEXTAREA::required","TEXTAREA::rows","TEXTAREA::tabindex","TEXTAREA::wrap","TFOOT::align","TFOOT::char","TFOOT::charoff","TFOOT::valign","TH::abbr","TH::align","TH::axis","TH::bgcolor","TH::char","TH::charoff","TH::colspan","TH::headers","TH::height","TH::nowrap","TH::rowspan","TH::scope","TH::valign","TH::width","THEAD::align","THEAD::char","THEAD::charoff","THEAD::valign","TR::align","TR::bgcolor","TR::char","TR::charoff","TR::valign","TRACK::default","TRACK::kind","TRACK::label","TRACK::srclang","UL::compact","UL::type","VIDEO::controls","VIDEO::height","VIDEO::loop","VIDEO::mediagroup","VIDEO::muted","VIDEO::preload","VIDEO::width"]),t.s) -B.Jp=A.a(s(["{1}, {0}","{1}, {0}","{1}, {0}","{1} {0}"]),t.s) -B.pt=A.a(s(["\u0da2\u0db1\u0dc0\u0dcf\u0dbb\u0dd2","\u0db4\u0dd9\u0db6\u0dbb\u0dc0\u0dcf\u0dbb\u0dd2","\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4","\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca","\u0db8\u0dd0\u0dba\u0dd2","\u0da2\u0dd6\u0db1\u0dd2","\u0da2\u0dd6\u0dbd\u0dd2","\u0d85\u0d9c\u0ddd\u0dc3\u0dca\u0dad\u0dd4","\u0dc3\u0dd0\u0db4\u0dca\u0dad\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca","\u0d94\u0d9a\u0dca\u0dad\u0ddd\u0db6\u0dbb\u0dca","\u0db1\u0ddc\u0dc0\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca","\u0daf\u0dd9\u0dc3\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca"]),t.s) -B.bn=A.a(s(["a.m.","p.m."]),t.s) -B.Jq=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","dd/MM/yy"]),t.s) -B.Jr=A.a(s(["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kes\xe4kuuta","hein\xe4kuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"]),t.s) -B.Js=A.a(s(["\u0b95\u0bbe\u0bb2\u0bbe.1","\u0b95\u0bbe\u0bb2\u0bbe.2","\u0b95\u0bbe\u0bb2\u0bbe.3","\u0b95\u0bbe\u0bb2\u0bbe.4"]),t.s) -B.Jt=A.a(s(["H.mm.ss zzzz","H.mm.ss z","H.mm.ss","H.mm"]),t.s) -B.Jv=A.a(s(["trimestrul I","trimestrul al II-lea","trimestrul al III-lea","trimestrul al IV-lea"]),t.s) -B.Ju=A.a(s(["zzzz HH:mm:ss","z HH:mm:ss","B HH:mm:ss","B H:mm"]),t.s) -B.Jw=A.a(s(["\u044f\u043d\u0432.","\u0444\u0435\u0432.","\u043c\u0430\u0440.","\u0430\u043f\u0440.","\u043c\u0430\u0439","\u0438\u044e\u043d.","\u0438\u044e\u043b.","\u0430\u0432\u0433.","\u0441\u0435\u043d.","\u043e\u043a\u0442.","\u043d\u043e\u044f.","\u0434\u0435\u043a."]),t.s) -B.pu=A.a(s(["EEEE, dd. MMMM y.","dd. MMMM y.","dd.MM.y.","d.M.yy."]),t.s) -B.fq=A.a(s(["\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df","\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9","\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9","\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea"]),t.s) -B.pv=A.a(s(["ISonto","UMsombuluko","ULwesibili","ULwesithathu","ULwesine","ULwesihlanu","UMgqibelo"]),t.s) -B.Jx=A.a(s(["\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935","\u0908\u0938\u0935\u0940 \u0938\u0928"]),t.s) -B.Jy=A.a(s(["1-ci kvartal","2-ci kvartal","3-c\xfc kvartal","4-c\xfc kvartal"]),t.s) -B.Jz=A.a(s(["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kes\xe4kuu","hein\xe4kuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"]),t.s) -B.pw=A.a(s(["dg","dl","dt","dc","dj","dv","ds"]),t.s) -B.JA=A.a(s(["de.","du."]),t.s) -B.JB=A.a(s(["\u042f\u043d\u0432","\u0424\u0435\u0432","\u041c\u0430\u0440","\u0410\u043f\u0440","\u041c\u0430\u0439","\u0418\u044e\u043d","\u0418\u044e\u043b","\u0410\u0432\u0433","\u0421\u0435\u043d","\u041e\u043a\u0442","\u041d\u043e\u044f","\u0414\u0435\u043a"]),t.s) -B.JC=A.a(s(["\u0434\u043f","\u043f\u043f"]),t.s) -B.fr=A.a(s(["\u05d9\u05e0\u05d5\u05d0\u05e8","\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8\u05d9\u05dc","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0\u05d9","\u05d9\u05d5\u05dc\u05d9","\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8","\u05e1\u05e4\u05d8\u05de\u05d1\u05e8","\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8","\u05e0\u05d5\u05d1\u05de\u05d1\u05e8","\u05d3\u05e6\u05de\u05d1\u05e8"]),t.s) -B.F=A.a(s(["S","M","T","W","T","F","S"]),t.s) -B.px=A.a(s(["Y","D","S","C","P","J","S"]),t.s) -B.JE=A.a(s(["y\ub144 M\uc6d4 d\uc77c EEEE","y\ub144 M\uc6d4 d\uc77c","y. M. d.","yy. M. d."]),t.s) -B.JF=A.a(s([3,4]),t.t) -B.JG=A.a(s(["y\u104a MMMM d\u104a EEEE","y\u104a d MMMM","y\u104a MMM d","dd-MM-yy"]),t.s) -B.JH=A.a(s(["EEEE, d MMMM y '\u0440'.","d MMMM y '\u0440'.","d MMM y '\u0440'.","dd.MM.yy"]),t.s) -B.da=A.a(s(["janvier","f\xe9vrier","mars","avril","mai","juin","juillet","ao\xfbt","septembre","octobre","novembre","d\xe9cembre"]),t.s) -B.JI=A.a(s(["1. fj\xf3r\xf0ungur","2. fj\xf3r\xf0ungur","3. fj\xf3r\xf0ungur","4. fj\xf3r\xf0ungur"]),t.s) -B.py=A.a(s(["\u10d8\u10d0\u10dc","\u10d7\u10d4\u10d1","\u10db\u10d0\u10e0","\u10d0\u10de\u10e0","\u10db\u10d0\u10d8","\u10d8\u10d5\u10dc","\u10d8\u10d5\u10da","\u10d0\u10d2\u10d5","\u10e1\u10d4\u10e5","\u10dd\u10e5\u10e2","\u10dc\u10dd\u10d4","\u10d3\u10d4\u10d9"]),t.s) -B.db=A.a(s(["D","S","T","Q","Q","S","S"]),t.s) -B.JW=A.a(s(["\xeenainte de Hristos","dup\u0103 Hristos"]),t.s) -B.pz=A.a(s(["\u05e8\u05d1\u05e2\u05d5\u05df 1","\u05e8\u05d1\u05e2\u05d5\u05df 2","\u05e8\u05d1\u05e2\u05d5\u05df 3","\u05e8\u05d1\u05e2\u05d5\u05df 4"]),t.s) -B.K2=A.a(s(["Suku pertama","Suku Ke-2","Suku Ke-3","Suku Ke-4"]),t.s) -B.pA=A.a(s(["sunnudagur","m\xe1nudagur","\xferi\xf0judagur","mi\xf0vikudagur","fimmtudagur","f\xf6studagur","laugardagur"]),t.s) -B.K3=A.a(s(["EEEE 'den' d. MMMM y","d. MMMM y","d. MMM y","dd.MM.y"]),t.s) -B.pB=A.a(s(["T","H","M","H","T","K","H","E","S","L","M","J"]),t.s) -B.dc=A.a(s(["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"]),t.s) -B.fs=A.a(s(["\u05d9\u05d5\u05dd \u05d0\u05f3","\u05d9\u05d5\u05dd \u05d1\u05f3","\u05d9\u05d5\u05dd \u05d2\u05f3","\u05d9\u05d5\u05dd \u05d3\u05f3","\u05d9\u05d5\u05dd \u05d4\u05f3","\u05d9\u05d5\u05dd \u05d5\u05f3","\u05e9\u05d1\u05ea"]),t.s) -B.K4=A.a(s(["\u092a\u0942\u0930\u094d\u0935\u093e\u0939\u094d\u0928","\u0905\u092a\u0930\u093e\u0939\u094d\u0928"]),t.s) -B.iX=A.a(s(["So","Mo","Di","Mi","Do","Fr","Sa"]),t.s) -B.pC=A.a(s(["Paz","Pzt","Sal","\xc7ar","Per","Cum","Cmt"]),t.s) -B.ej=new A.eR(0,"controlModifier") -B.ek=new A.eR(1,"shiftModifier") -B.el=new A.eR(2,"altModifier") -B.em=new A.eR(3,"metaModifier") -B.B1=new A.eR(4,"capsLockModifier") -B.B2=new A.eR(5,"numLockModifier") -B.B3=new A.eR(6,"scrollLockModifier") -B.B4=new A.eR(7,"functionModifier") -B.VP=new A.eR(8,"symbolModifier") -B.pD=A.a(s([B.ej,B.ek,B.el,B.em,B.B1,B.B2,B.B3,B.B4,B.VP]),A.S("t")) -B.pE=A.a(s(["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"]),t.s) -B.pF=A.a(s(["7","1","2","3","4","5","6"]),t.s) -B.K5=A.a(s([4,4]),t.t) -B.eb=A.a(s([4,5]),t.t) -B.cK=new A.dx(1,"fuchsia") -B.K6=A.a(s([B.bx,B.cK,B.b4,B.bL,B.by,B.bM]),A.S("t")) -B.K7=A.a(s(["1. \u010det.","2. \u010det.","3. \u010det.","4. \u010det."]),t.s) -B.pG=A.a(s(["\u1798","\u1780","\u1798","\u1798","\u17a7","\u1798","\u1780","\u179f","\u1780","\u178f","\u179c","\u1792"]),t.s) -B.Ka=A.a(s(["1:a kvartalet","2:a kvartalet","3:e kvartalet","4:e kvartalet"]),t.s) -B.Kf=A.a(s(["Xaneiro","Febreiro","Marzo","Abril","Maio","Xu\xf1o","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"]),t.s) -B.Ki=A.a(s(["\u0b95\u0bbf\u0bb1\u0bbf\u0bb8\u0bcd\u0ba4\u0bc1\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc1\u0ba9\u0bcd","\u0b85\u0ba9\u0bcd\u0ba9\u0bcb \u0b9f\u0bcb\u0bae\u0bbf\u0ba9\u0bbf"]),t.s) -B.pH=A.a(s(["voor Christus","na Christus"]),t.s) -B.j=A.a(s([5,6]),t.t) -B.Kj=A.a(s(["1Hh","2Hh","3Hh","4Hh"]),t.s) -B.pI=A.a(s(["sk","pr","an","tr","kt","pn","\u0161t"]),t.s) -B.Kk=A.a(s(["\u0d1e\u0d3e","\u0d24\u0d3f","\u0d1a\u0d4a","\u0d2c\u0d41","\u0d35\u0d4d\u0d2f\u0d3e","\u0d35\u0d46","\u0d36"]),t.s) -B.pJ=A.a(s(["1\u0b2e \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38","2\u0b5f \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38","3\u0b5f \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38","4\u0b30\u0b4d\u0b25 \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38"]),t.s) -B.Kl=A.a(s(["H\u6642mm\u5206ss\u79d2 zzzz","H:mm:ss z","H:mm:ss","H:mm"]),t.s) -B.pK=A.a(s(["\u0930\u0935\u093f","\u0938\u094b\u092e","\u092e\u0902\u0917\u0932","\u092c\u0941\u0927","\u0917\u0941\u0930\u0941","\u0936\u0941\u0915\u094d\u0930","\u0936\u0928\u093f"]),t.s) -B.Km=A.a(s(["leden","\xfanor","b\u0159ezen","duben","kv\u011bten","\u010derven","\u010dervenec","srpen","z\xe1\u0159\xed","\u0159\xedjen","listopad","prosinec"]),t.s) -B.pL=A.a(s(["Januar","Februar","M\xe4rz","April","Mai","Juni","Juli","Auguscht","Sept\xe4mber","Oktoober","Nov\xe4mber","Dez\xe4mber"]),t.s) -B.pM=A.a(s(["\u1007\u1014\u103a","\u1016\u1031","\u1019\u1010\u103a","\u1027","\u1019\u1031","\u1007\u103d\u1014\u103a","\u1007\u1030","\u1029","\u1005\u1000\u103a","\u1021\u1031\u102c\u1000\u103a","\u1014\u102d\u102f","\u1012\u102e"]),t.s) -B.pN=A.a(s(["\u0c1c\u0c28","\u0c2b\u0c3f\u0c2c\u0c4d\u0c30","\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f","\u0c0f\u0c2a\u0c4d\u0c30\u0c3f","\u0c2e\u0c47","\u0c1c\u0c42\u0c28\u0c4d","\u0c1c\u0c41\u0c32\u0c48","\u0c06\u0c17","\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02","\u0c05\u0c15\u0c4d\u0c1f\u0c4b","\u0c28\u0c35\u0c02","\u0c21\u0c3f\u0c38\u0c46\u0c02"]),t.s) -B.pO=A.a(s(["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]),t.s) -B.Kp=A.a(s(["K.a.","K.o."]),t.s) -B.pP=A.a(s(["S","M","D","W","D","V","S"]),t.s) -B.Kq=A.a(s(["\u043d\u0435\u0434.","\u043f\u043e\u043d.","\u0432\u0442\u043e.","\u0441\u0440\u0435.","\u0447\u0435\u0442.","\u043f\u0435\u0442.","\u0441\u0430\u0431."]),t.s) -B.Ks=A.a(s(["{1} \u0930\u094b\u091c\u0940 {0}","{1} \u0930\u094b\u091c\u0940 {0}","{1}, {0}","{1}, {0}"]),t.s) -B.Kr=A.a(s(["domingo","luns","martes","m\xe9rcores","xoves","venres","s\xe1bado"]),t.s) -B.pQ=A.a(s(["\u0416","\u0414","\u0428","\u0428","\u0411","\u0416","\u0418"]),t.s) -B.Ku=A.a(s(["\u0126d","T","Tl","Er","\u0126m","\u0120m","Sb"]),t.s) -B.pR=A.a(s(["yan","fev","mar","apr","may","iyn","iyl","avq","sen","okt","noy","dek"]),t.s) -B.Kt=A.a(s(["\u0c9c\u0ca8","\u0cab\u0cc6\u0cac\u0ccd\u0cb0","\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd","\u0c8f\u0caa\u0ccd\u0cb0\u0cbf","\u0cae\u0cc7","\u0c9c\u0cc2\u0ca8\u0ccd","\u0c9c\u0cc1\u0cb2\u0cc8","\u0c86\u0c97","\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82","\u0c85\u0c95\u0ccd\u0c9f\u0ccb","\u0ca8\u0cb5\u0cc6\u0c82","\u0ca1\u0cbf\u0cb8\u0cc6\u0c82"]),t.s) -B.Kv=A.a(s(["\u044f\u043d\u0432.","\u0444\u0435\u0432\u0440.","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440.","\u043c\u0430\u0439","\u0438\u044e\u043d\u044c","\u0438\u044e\u043b\u044c","\u0430\u0432\u0433.","\u0441\u0435\u043d\u0442.","\u043e\u043a\u0442.","\u043d\u043e\u044f\u0431.","\u0434\u0435\u043a."]),t.s) -B.Kw=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","dd-MM-y"]),t.s) -B.bo=A.a(s([6,6]),t.t) -B.Kx=A.a(s(["\u0907. \u0938. \u092a\u0942.","\u0907. \u0938."]),t.s) -B.pS=A.a(s(["V","H","K","Sz","Cs","P","Sz"]),t.s) -B.Ky=A.a(s(["cccc d. MMMM y","d. MMMM y","d.M.y","d.M.y"]),t.s) -B.Kz=A.a(s(["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]),t.s) -B.pT=A.a(s(["Oca","\u015eub","Mar","Nis","May","Haz","Tem","A\u011fu","Eyl","Eki","Kas","Ara"]),t.s) -B.KA=A.a(s(["I. n.\xe9v","II. n.\xe9v","III. n.\xe9v","IV. n.\xe9v"]),t.s) -B.pU=A.a(s(["Yak","Dush","Sesh","Chor","Pay","Jum","Shan"]),t.s) -B.KB=A.a(s(["y.MM.dd, EEEE","y.MM.dd","y '\u043e\u043d\u044b' MMM'\u044b\u043d' d","y.MM.dd"]),t.s) -B.bX=A.a(s(["S","M","D","M","D","F","S"]),t.s) -B.KC=A.a(s(["da manh\xe3","da tarde"]),t.s) -B.KD=A.a(s(["sije\u010dnja","velja\u010de","o\u017eujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenoga","prosinca"]),t.s) -B.aI=A.a(s(["Before Christ","Anno Domini"]),t.s) -B.pV=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","dd.MM.y"]),t.s) -B.KE=A.a(s(["EEEE, d 'ta'\u2019 MMMM y","d 'ta'\u2019 MMMM y","dd MMM y","dd/MM/y"]),t.s) -B.KF=A.a(s(["\uc81c 1/4\ubd84\uae30","\uc81c 2/4\ubd84\uae30","\uc81c 3/4\ubd84\uae30","\uc81c 4/4\ubd84\uae30"]),t.s) -B.pW=A.a(s(["A","I","S","R","K","J","S"]),t.s) -B.pX=A.a(s(["Pazar","Pazartesi","Sal\u0131","\xc7ar\u015famba","Per\u015fembe","Cuma","Cumartesi"]),t.s) -B.pY=A.a(s(["\u062c\u0646\u0648\u0631\u064a","\u0641\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u06cd","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u06cc","\u0627\u06af\u0633\u062a","\u0633\u06d0\u067e\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) -B.cr=A.a(s(["H:mm:ss zzzz","H:mm:ss z","H:mm:ss","H:mm"]),t.s) -B.q_=A.a(s(["\u0436\u0435\u043a\u0448\u0435\u043c\u0431\u0438","\u0434\u04af\u0439\u0448\u04e9\u043c\u0431\u04af","\u0448\u0435\u0439\u0448\u0435\u043c\u0431\u0438","\u0448\u0430\u0440\u0448\u0435\u043c\u0431\u0438","\u0431\u0435\u0439\u0448\u0435\u043c\u0431\u0438","\u0436\u0443\u043c\u0430","\u0438\u0448\u0435\u043c\u0431\u0438"]),t.s) -B.pZ=A.a(s(["Ean\xe1ir","Feabhra","M\xe1rta","Aibre\xe1n","Bealtaine","Meitheamh","I\xfail","L\xfanasa","Me\xe1n F\xf3mhair","Deireadh F\xf3mhair","Samhain","Nollaig"]),t.s) -B.KG=A.a(s(["\u0a08\u0a38\u0a35\u0a40 \u0a2a\u0a42\u0a30\u0a35","\u0a08\u0a38\u0a35\u0a40 \u0a38\u0a70\u0a28"]),t.s) -B.KH=A.a(s(["\u1798\u17bb\u1793 \u1782.\u179f.","\u1782.\u179f."]),t.s) -B.bp=A.a(s(["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]),t.s) -B.KI=A.a(s(["\uae30\uc6d0\uc804","\uc11c\uae30"]),t.s) -B.KJ=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","y-MM-dd"]),t.s) -B.q0=A.a(s(["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"]),t.s) -B.q2=A.a(s(["H:mm:ss (zzzz)","H:mm:ss z","H:mm:ss","H:mm"]),t.s) -B.q3=A.a(s(["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","pa\u017a","lis","gru"]),t.s) -B.KL=A.a(s(["1. \xe7eyrek","2. \xe7eyrek","3. \xe7eyrek","4. \xe7eyrek"]),t.s) -B.KK=A.a(s(["I \u10d9\u10d5.","II \u10d9\u10d5.","III \u10d9\u10d5.","IV \u10d9\u10d5."]),t.s) -B.ft=A.a(s(["ned","pon","uto","sri","\u010det","pet","sub"]),t.s) -B.q4=A.a(s(["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."]),t.s) -B.q5=A.a(s(["Tr\u01b0\u1edbc CN","sau CN"]),t.s) -B.KM=A.a(s(["sausis","vasaris","kovas","balandis","gegu\u017e\u0117","bir\u017eelis","liepa","rugpj\u016btis","rugs\u0117jis","spalis","lapkritis","gruodis"]),t.s) -B.KN=A.a(s(["\u0642.\u0645.","\u0645."]),t.s) -B.KO=A.a(s(["janu\xe1r","febru\xe1r","marec","apr\xedl","m\xe1j","j\xfan","j\xfal","august","september","okt\xf3ber","november","december"]),t.s) -B.q6=A.a(s(["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"]),t.s) -B.q7=A.a(s(["1-\u0440 \u0441\u0430\u0440","2-\u0440 \u0441\u0430\u0440","3-\u0440 \u0441\u0430\u0440","4-\u0440 \u0441\u0430\u0440","5-\u0440 \u0441\u0430\u0440","6-\u0440 \u0441\u0430\u0440","7-\u0440 \u0441\u0430\u0440","8-\u0440 \u0441\u0430\u0440","9-\u0440 \u0441\u0430\u0440","10-\u0440 \u0441\u0430\u0440","11-\u0440 \u0441\u0430\u0440","12-\u0440 \u0441\u0430\u0440"]),t.s) -B.q8=A.a(s(["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]),t.s) -B.dd=A.a(s(["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]),t.s) -B.KP=A.a(s(["1\xfa r\xe1ithe","2\xfa r\xe1ithe","3\xfa r\xe1ithe","4\xfa r\xe1ithe"]),t.s) -B.q9=A.a(s(["\u044f\u043d\u0443","\u0444\u0435\u0432","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440","\u043c\u0430\u0439","\u044e\u043d\u0438","\u044e\u043b\u0438","\u0430\u0432\u0433","\u0441\u0435\u043f","\u043e\u043a\u0442","\u043d\u043e\u0435","\u0434\u0435\u043a"]),t.s) -B.KQ=A.a(s(["1. \u0442\u0440\u0438\u043c.","2. \u0442\u0440\u0438\u043c.","3. \u0442\u0440\u0438\u043c.","4. \u0442\u0440\u0438\u043c."]),t.s) -B.qa=A.a(s(["\u043d\u0435\u0434","\u043f\u043e\u043d","\u0443\u0442\u043e","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043f\u0435\u0442","\u0441\u0443\u0431"]),t.s) -B.qc=A.a(s(["L\u0101pule","Po\u02bbakahi","Po\u02bbalua","Po\u02bbakolu","Po\u02bbah\u0101","Po\u02bbalima","Po\u02bbaono"]),t.s) -B.qb=A.a(s(["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]),t.s) -B.qd=A.a(s(["jan.","feb.","mar.","apr.","ma\xed","j\xfan.","j\xfal.","\xe1g\xfa.","sep.","okt.","n\xf3v.","des."]),t.s) -B.qe=A.a(s(["\u0930\u0935\u093f\u0935\u093e\u0930","\u0938\u094b\u092e\u0935\u093e\u0930","\u092e\u0902\u0917\u0933\u0935\u093e\u0930","\u092c\u0941\u0927\u0935\u093e\u0930","\u0917\u0941\u0930\u0941\u0935\u093e\u0930","\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930","\u0936\u0928\u093f\u0935\u093e\u0930"]),t.s) -B.KR=A.a(s(["J\xe4n","Feb","M\xe4r","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]),t.s) -B.qf=A.a(s(["S","M","B","T","S","H","M"]),t.s) -B.bY=A.a(s(["\u064a\u0646\u0627\u064a\u0631","\u0641\u0628\u0631\u0627\u064a\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064a\u0644","\u0645\u0627\u064a\u0648","\u064a\u0648\u0646\u064a\u0648","\u064a\u0648\u0644\u064a\u0648","\u0623\u063a\u0633\u0637\u0633","\u0633\u0628\u062a\u0645\u0628\u0631","\u0623\u0643\u062a\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062f\u064a\u0633\u0645\u0628\u0631"]),t.s) -B.qg=A.a(s(["\u1303\u1295\u12e9\u12c8\u122a","\u134c\u1265\u1229\u12c8\u122a","\u121b\u122d\u127d","\u12a4\u1355\u122a\u120d","\u121c\u12ed","\u1301\u1295","\u1301\u120b\u12ed","\u12a6\u1308\u1235\u1275","\u1234\u1355\u1274\u121d\u1260\u122d","\u12a6\u12ad\u1276\u1260\u122d","\u1296\u126c\u121d\u1260\u122d","\u12f2\u1234\u121d\u1260\u122d"]),t.s) -B.iY=A.a(s(["antes de Cristo","depois de Cristo"]),t.s) -B.KS=A.a(s(["\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f","\u043b\u044e\u0442\u0430\u0433\u0430","\u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430","\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430","\u043c\u0430\u044f","\u0447\u044d\u0440\u0432\u0435\u043d\u044f","\u043b\u0456\u043f\u0435\u043d\u044f","\u0436\u043d\u0456\u045e\u043d\u044f","\u0432\u0435\u0440\u0430\u0441\u043d\u044f","\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430","\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430","\u0441\u043d\u0435\u0436\u043d\u044f"]),t.s) -B.qh=A.a(s(["\u0908\u0938\u093e \u092a\u0942\u0930\u094d\u0935","\u0938\u0928\u094d"]),t.s) -B.KU=A.a(s(["\u0431.\u0437.\u0447.","\u0431.\u0437."]),t.s) -B.KT=A.a(s(["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"]),t.s) -B.y=A.a(s(["AM","PM"]),t.s) -B.KW=A.a(s(["p.n.e.","n.e."]),t.s) -B.KV=A.a(s(["1\u129b\u12cd \u1229\u1265","2\u129b\u12cd \u1229\u1265","3\u129b\u12cd \u1229\u1265","4\u129b\u12cd \u1229\u1265"]),t.s) -B.qi=A.a(s(["B.","B.E.","\xc7.A.","\xc7.","C.A.","C.","\u015e."]),t.s) -B.KX=A.a(s(["I kw.","II kw.","III kw.","IV kw."]),t.s) -B.qk=A.a(s(["y\u5e74M\u6708d\u65e5EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","y/M/d"]),t.s) -B.qj=A.a(s(["e","y","m","m","m","m","p"]),t.s) -B.fu=A.a(s(["Jan","Feb","M\xe4r","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]),t.s) -B.ec=A.a(s(["a. C.","d. C."]),t.s) -B.KY=A.a(s(["gener","febrer","mar\xe7","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]),t.s) -B.KZ=A.a(s(["1T","2T","3T","4T"]),t.s) -B.L_=A.a(s(["prie\u0161piet","popiet"]),t.s) -B.L0=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d 'de' MMM 'de' y","dd/MM/yy"]),t.s) -B.ql=A.a(s(["\u0436\u0435\u043a.","\u0434\u04af\u0439.","\u0448\u0435\u0439\u0448.","\u0448\u0430\u0440\u0448.","\u0431\u0435\u0439\u0448.","\u0436\u0443\u043c\u0430","\u0438\u0448\u043c."]),t.s) -B.qm=A.a(s(["\u0a1c\u0a28","\u0a2b\u0a3c\u0a30","\u0a2e\u0a3e\u0a30\u0a1a","\u0a05\u0a2a\u0a4d\u0a30\u0a48","\u0a2e\u0a08","\u0a1c\u0a42\u0a28","\u0a1c\u0a41\u0a32\u0a3e","\u0a05\u0a17","\u0a38\u0a24\u0a70","\u0a05\u0a15\u0a24\u0a42","\u0a28\u0a35\u0a70","\u0a26\u0a38\u0a70"]),t.s) -B.L1=A.a(s(["Jn","Fr","Mz","Ap","Mj","\u0120n","Lj","Aw","St","Ob","Nv","D\u010b"]),t.s) -B.fv=A.a(s(["P","E","T","K","N","R","L"]),t.s) -B.qn=A.a(s(["BCE","CE"]),t.s) -B.ah=A.a(s(["BC","AD"]),t.s) -B.L2=A.a(s(["1\u0ab2\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8","2\u0a9c\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8","3\u0a9c\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8","4\u0aa5\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8"]),t.s) -B.L3=A.a(s(["antes de Cristo","despois de Cristo"]),t.s) -B.L4=A.a(s(["I. negyed\xe9v","II. negyed\xe9v","III. negyed\xe9v","IV. negyed\xe9v"]),t.s) -B.L5=A.a(s(["\u13e7\u13d3\u13b7\u13b8 \u13a4\u13b7\u13af\u13cd\u13d7 \u13a6\u13b6\u13c1\u13db","\u13a0\u13c3 \u13d9\u13bb\u13c2"]),t.s) -B.qo=A.a(s(["\u09b0\u09ac\u09bf","\u09b8\u09cb\u09ae","\u09ae\u0999\u09cd\u0997\u09b2","\u09ac\u09c1\u09a7","\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf","\u09b6\u09c1\u0995\u09cd\u09b0","\u09b6\u09a8\u09bf"]),t.s) -B.qp=A.a(s(["EEEE, dd MMMM y","d MMMM y","d MMM y","dd/MM/yy"]),t.s) -B.qq=A.a(s(["Jannar","Frar","Marzu","April","Mejju","\u0120unju","Lulju","Awwissu","Settembru","Ottubru","Novembru","Di\u010bembru"]),t.s) -B.qr=A.a(s(["\u0ead\u0eb2","\u0e88","\u0ead","\u0e9e","\u0e9e\u0eab","\u0eaa\u0eb8","\u0eaa"]),t.s) -B.qs=A.a(s(["p\xfchap\xe4ev","esmasp\xe4ev","teisip\xe4ev","kolmap\xe4ev","neljap\xe4ev","reede","laup\xe4ev"]),t.s) -B.L6=A.a(s(["\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c2a\u0c42\u0c30\u0c4d\u0c35\u0c02","\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c36\u0c15\u0c02"]),t.s) -B.L7=A.a(s(["\u1018\u102e\u1005\u102e","\u1021\u1012\u1031\u102e"]),t.s) -B.L8=A.a(s(["1 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0","2 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0","3 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0","4 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0"]),t.s) -B.L9=A.a(s(["pred Kristom","po Kristovi"]),t.s) -B.La=A.a(s(["1-\u0448\u044b \u043a\u0432.","2-\u0433\u0456 \u043a\u0432.","3-\u0446\u0456 \u043a\u0432.","4-\u0442\u044b \u043a\u0432."]),t.s) -B.Lb=A.a(s(["CC","OC"]),t.s) -B.qt=A.a(s(["{1} 'u' {0}","{1} 'u' {0}","{1} {0}","{1} {0}"]),t.s) -B.Lc=A.a(s(["{1} '\xe0' {0}","{1} '\xe0' {0}","{1} {0}","{1} {0}"]),t.s) -B.Ld=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","d/M/yy"]),t.s) -B.Le=A.a(s(["die","h\xebn","mar","m\xebr","enj","pre","sht"]),t.s) -B.qu=A.a(s(["J","F","M","A","M","J","J","O","S","O","N","D"]),t.s) -B.qv=A.a(s(["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"]),t.s) -B.fw=A.a(s([0,0,65490,45055,65535,34815,65534,18431]),t.t) -B.qw=A.a(s(["\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1","\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd","\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd","\u0baa\u0bc1\u0ba4\u0ba9\u0bcd","\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd","\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf","\u0b9a\u0ba9\u0bbf"]),t.s) -B.Lf=A.a(s(["a h\uc2dc m\ubd84 s\ucd08 zzzz","a h\uc2dc m\ubd84 s\ucd08 z","a h:mm:ss","a h:mm"]),t.s) -B.Lg=A.a(s(["HH.mm:ss 'h' zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) -B.qx=A.a(s(["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"]),t.s) -B.Lh=A.a(s(["pointerdown","pointermove","pointerup","pointercancel","touchstart","touchend","touchmove","touchcancel","mousedown","mousemove","mouseup","keyup","keydown"]),t.s) -B.Li=A.a(s(["Ch1","Ch2","Ch3","Ch4"]),t.s) -B.Lk=A.a(s(["{1} '\u043e' {0}","{1} '\u043e' {0}","{1}, {0}","{1}, {0}"]),t.s) -B.Lj=A.a(s(["{1} '\u0443' {0}","{1} '\u0443' {0}","{1}, {0}","{1}, {0}"]),t.s) -B.Ll=A.a(s(["I \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8","II \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8","III \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8","IV \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8"]),t.s) -B.qy=A.a(s(["\u091c","\u092b\u093c","\u092e\u093e","\u0905","\u092e","\u091c\u0942","\u091c\u0941","\u0905","\u0938\u093f","\u0905","\u0928","\u0926\u093f"]),t.s) -B.qz=A.a(s(["\uc77c\uc694\uc77c","\uc6d4\uc694\uc77c","\ud654\uc694\uc77c","\uc218\uc694\uc77c","\ubaa9\uc694\uc77c","\uae08\uc694\uc77c","\ud1a0\uc694\uc77c"]),t.s) -B.bq=A.a(s(["domingo","lunes","martes","mi\xe9rcoles","jueves","viernes","s\xe1bado"]),t.s) -B.Lm=A.a(s(["przed nasz\u0105 er\u0105","naszej ery"]),t.s) -B.qA=A.a(s(["Sebelum Masehi","Masehi"]),t.s) -B.qB=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","dd.MM.yy"]),t.s) -B.Ln=A.a(s(["\u043f\u0440.\u043d.\u0435.","\u043d.\u0435."]),t.s) -B.Lo=A.a(s(["\u0a2a\u0a39\u0a3f\u0a32\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40","\u0a26\u0a42\u0a1c\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40","\u0a24\u0a40\u0a1c\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40","\u0a1a\u0a4c\u0a25\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40"]),t.s) -B.Lp=A.a(s(["fyrir Krist","eftir Krist"]),t.s) -B.qC=A.a(s(["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."]),t.s) -B.Lq=A.a(s(["N","P","W","\u015a","C","P","S"]),t.s) -B.qD=A.a(s(["\u0906","\u0938\u094b","\u092e","\u092c\u0941","\u092c\u093f","\u0936\u0941","\u0936"]),t.s) -B.qE=A.a(s(["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]),t.s) -B.fx=A.a(s(["\u0627\u062a\u0648\u0627\u0631","\u067e\u06cc\u0631","\u0645\u0646\u06af\u0644","\u0628\u062f\u06be","\u062c\u0645\u0639\u0631\u0627\u062a","\u062c\u0645\u0639\u06c1","\u06c1\u0641\u062a\u06c1"]),t.s) -B.qF=A.a(s(["\u17a2","\u1785","\u17a2","\u1796","\u1796","\u179f","\u179f"]),t.s) -B.Lr=A.a(s(["priek\u0161pusdien\u0101","p\u0113cpusdien\u0101"]),t.s) -B.de=A.a(s(["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"]),t.s) -B.fy=A.a(s(["\u0e21.\u0e04.","\u0e01.\u0e1e.","\u0e21\u0e35.\u0e04.","\u0e40\u0e21.\u0e22.","\u0e1e.\u0e04.","\u0e21\u0e34.\u0e22.","\u0e01.\u0e04.","\u0e2a.\u0e04.","\u0e01.\u0e22.","\u0e15.\u0e04.","\u0e1e.\u0e22.","\u0e18.\u0e04."]),t.s) -B.Ls=A.a(s(["EEEE, d MMMM y '\u0433'.","d MMMM y '\u0433'.","d.MM.y","d.MM.yy"]),t.s) -B.Lt=A.a(s(["y MMMM d, EEEE","y MMMM d","y MMM d","yy/M/d"]),t.s) -B.qG=A.a(s(["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]),t.s) -B.Lu=A.a(s(["prie\u0161 Krist\u0173","po Kristaus"]),t.s) -B.qH=A.a(s(["Ian.","Pep.","Mal.","\u02bbAp.","Mei","Iun.","Iul.","\u02bbAu.","Kep.","\u02bbOk.","Now.","Kek."]),t.s) -B.Lv=A.a(s(["y\u5e74M\u6708d\u65e5EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","d/M/y"]),t.s) -B.Lw=A.a(s(["Mon","Tue","Wed","Thu","Fri","Sat","Sun"]),t.s) -B.Lx=A.a(s(["\u0b16\u0b4d\u0b30\u0b40\u0b37\u0b4d\u0b1f\u0b2a\u0b42\u0b30\u0b4d\u0b2c","\u0b16\u0b4d\u0b30\u0b40\u0b37\u0b4d\u0b1f\u0b3e\u0b2c\u0b4d\u0b26"]),t.s) -B.qI=A.a(s(["S.M.","TM"]),t.s) -B.Ly=A.a(s(["tremujori i par\xeb","tremujori i dyt\xeb","tremujori i tret\xeb","tremujori i kat\xebrt"]),t.s) -B.qJ=A.a(s(["\u0458\u0430\u043d","\u0444\u0435\u0431","\u043c\u0430\u0440","\u0430\u043f\u0440","\u043c\u0430\u0458","\u0458\u0443\u043d","\u0458\u0443\u043b","\u0430\u0432\u0433","\u0441\u0435\u043f","\u043e\u043a\u0442","\u043d\u043e\u0432","\u0434\u0435\u0446"]),t.s) -B.LA=A.a(s(["1el kwart","2ni kwart","3et kwart","4ba\u2019 kwart"]),t.s) -B.Lz=A.a(s(["\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2","\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2","\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2","\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2","\u039c\u03ac\u03b9\u03bf\u03c2","\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2","\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2","\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2","\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2","\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2","\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2","\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2"]),t.s) -B.LB=A.a(s(["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","wrze\u015bnia","pa\u017adziernika","listopada","grudnia"]),t.s) -B.qL=A.a(s(["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"]),t.s) -B.qK=A.a(s(["Jan.","Feb.","Mar.","Apr.","May","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."]),t.s) -B.LC=A.a(s(["{1} 'da' {0}","{1} 'da' {0}","{1}, {0}","{1} {0}"]),t.s) -B.fz=A.a(s(["domenica","luned\xec","marted\xec","mercoled\xec","gioved\xec","venerd\xec","sabato"]),t.s) -B.LD=A.a(s(["p\u0159ed na\u0161\xedm letopo\u010dtem","na\u0161eho letopo\u010dtu"]),t.s) -B.qM=A.a(s(["\u0d89\u0dbb\u0dd2\u0daf\u0dcf","\u0dc3\u0db3\u0dd4\u0daf\u0dcf","\u0d85\u0d9f\u0dc4","\u0db6\u0daf\u0dcf\u0daf\u0dcf","\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca","\u0dc3\u0dd2\u0d9a\u0dd4","\u0dc3\u0dd9\u0db1"]),t.s) -B.LE=A.a(s(["\u03c0\u03c1\u03bf \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd","\u03bc\u03b5\u03c4\u03ac \u03a7\u03c1\u03b9\u03c3\u03c4\u03cc\u03bd"]),t.s) -B.LF=A.a(s(["pred Kr.","po Kr."]),t.s) -B.qN=A.a(s(["sekmadienis","pirmadienis","antradienis","tre\u010diadienis","ketvirtadienis","penktadienis","\u0161e\u0161tadienis"]),t.s) -B.LG=A.a(s(["i. e.","i. sz."]),t.s) -B.qO=A.a(s(["yan","fbl","msi","apl","mai","yun","yul","agt","stb","\u0254tb","nvb","dsb"]),t.s) -B.LH=A.a(s(["EEEE, MMMM d, y","MMMM d, y","MMM d, y","d/M/yy"]),t.s) -B.qP=A.a(s(["\u897f\u5143\u524d","\u897f\u5143"]),t.s) -B.br=A.a(s(["E","F","M","A","M","J","J","A","S","O","N","D"]),t.s) -B.qQ=A.a(s(["janv.","f\xe9vr.","mars","avr.","mai","juin","juill.","ao\xfbt","sept.","oct.","nov.","d\xe9c."]),t.s) -B.qR=A.a(s(["\u1010","\u1010","\u1021","\u1017","\u1000","\u101e","\u1005"]),t.s) -B.LI=A.a(s(["F1","F2","F3","F4"]),t.s) -B.LJ=A.a(s(["y\u5e74M\u6708d\u65e5EEEE","y\u5e74M\u6708d\u65e5","y/MM/dd","y/MM/dd"]),t.s) -B.LK=A.a(s(["Domingo","Luns","Martes","M\xe9rcores","Xoves","Venres","S\xe1bado"]),t.s) -B.qS=A.a(s(["jaanuar","veebruar","m\xe4rts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]),t.s) -B.qT=A.a(s(["Ocak","\u015eubat","Mart","Nisan","May\u0131s","Haziran","Temmuz","A\u011fustos","Eyl\xfcl","Ekim","Kas\u0131m","Aral\u0131k"]),t.s) -B.LL=A.a(s(["prije Krista","poslije Krista"]),t.s) -B.qU=A.a(s(["\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d","\u0639\u06cc\u0633\u0648\u06cc"]),t.s) -B.LM=A.a(s(["y '\u0436'. d MMMM, EEEE","y '\u0436'. d MMMM","y '\u0436'. dd MMM","dd.MM.yy"]),t.s) -B.nD=new A.cr(0,"DoubleQuote") -B.dM=new A.cr(1,"SingleQuote") -B.aA=new A.cr(2,"HebrewLetter") -B.hQ=new A.cr(3,"CR") -B.hR=new A.cr(4,"LF") -B.nH=new A.cr(5,"Newline") -B.eK=new A.cr(6,"Extend") -B.a2w=new A.cr(7,"RegionalIndicator") -B.eL=new A.cr(8,"Format") -B.eM=new A.cr(9,"Katakana") -B.bi=new A.cr(10,"ALetter") -B.nE=new A.cr(11,"MidLetter") -B.nF=new A.cr(12,"MidNum") -B.eI=new A.cr(13,"MidNumLet") -B.bN=new A.cr(14,"Numeric") -B.hP=new A.cr(15,"ExtendNumLet") -B.eJ=new A.cr(16,"ZWJ") -B.nG=new A.cr(17,"WSegSpace") -B.Dc=new A.cr(18,"Unknown") -B.LN=A.a(s([B.nD,B.dM,B.aA,B.hQ,B.hR,B.nH,B.eK,B.a2w,B.eL,B.eM,B.bi,B.nE,B.nF,B.eI,B.bN,B.hP,B.eJ,B.nG,B.Dc]),A.S("t")) -B.LO=A.a(s(["\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0693\u0627\u0646\u062f\u06d0","\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0631\u0648\u0633\u062a\u0647"]),t.s) -B.LP=A.a(s(["\u0458\u0430\u043d-\u043c\u0430\u0440","\u0430\u043f\u0440-\u0458\u0443\u043d","\u0458\u0443\u043b-\u0441\u0435\u043f","\u043e\u043a\u0442-\u0434\u0435\u043a"]),t.s) -B.qV=A.a(s(["Son","Mso","Bil","Tha","Sin","Hla","Mgq"]),t.s) -B.iZ=A.a(s(["1er trimestre","2e trimestre","3e trimestre","4e trimestre"]),t.s) -B.qW=A.a(s(["jan","shk","mar","pri","maj","qer","korr","gush","sht","tet","n\xebn","dhj"]),t.s) -B.LQ=A.a(s(["xaneiro","febreiro","marzo","abril","maio","xu\xf1o","xullo","agosto","setembro","outubro","novembro","decembro"]),t.s) -B.qX=A.a(s(["niedziela","poniedzia\u0142ek","wtorek","\u015broda","czwartek","pi\u0105tek","sobota"]),t.s) -B.LR=A.a(s(["EEEE, d. MMMM y","d. MMMM y","d. MMM y","dd.MM.yy"]),t.s) -B.qY=A.a(s(["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"]),t.s) -B.bs=A.a(s(["S","M","T","O","T","F","L"]),t.s) -B.qZ=A.a(s(["\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21","\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c","\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21","\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19","\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21","\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19","\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21","\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21","\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19","\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21","\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19","\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21"]),t.s) -B.r_=A.a(s(["text","multiline","number","phone","datetime","emailAddress","url","visiblePassword","name","address","none"]),t.s) -B.j_=A.a(s(["1.\xba trimestre","2.\xba trimestre","3.\xba trimestre","4.\xba trimestre"]),t.s) -B.r0=A.a(s(["\u0c9c","\u0cab\u0cc6","\u0cae\u0cbe","\u0c8f","\u0cae\u0cc7","\u0c9c\u0cc2","\u0c9c\u0cc1","\u0c86","\u0cb8\u0cc6","\u0c85","\u0ca8","\u0ca1\u0cbf"]),t.s) -B.LS=A.a(s(["1a\xf1 trimiziad","2l trimiziad","3e trimiziad","4e trimiziad"]),t.s) -B.r1=A.a(s(["yakshanba","dushanba","seshanba","chorshanba","payshanba","juma","shanba"]),t.s) -B.r2=A.a(s(["H:mm:ss (zzzz)","H:mm:ss (z)","H:mm:ss","H:mm"]),t.s) -B.fA=A.a(s(["\u043d","\u043f","\u0432","\u0441","\u0447","\u043f","\u0441"]),t.s) -B.r3=A.a(s(["s\xf6ndag","m\xe5ndag","tisdag","onsdag","torsdag","fredag","l\xf6rdag"]),t.s) -B.r4=A.a(s(["\u0416","\u0414","\u0421","\u0421","\u0411","\u0416","\u0421"]),t.s) -B.bZ=A.a(s(["\u661f\u671f\u65e5","\u661f\u671f\u4e00","\u661f\u671f\u4e8c","\u661f\u671f\u4e09","\u661f\u671f\u56db","\u661f\u671f\u4e94","\u661f\u671f\u516d"]),t.s) -B.LT=A.a(s(["EEEE d. MMMM y","d. MMMM y","d. M. y","d. M. y"]),t.s) -B.r5=A.a(s(["zo","ma","di","wo","do","vr","za"]),t.s) -B.LU=A.a(s(["y. MMMM d., EEEE","y. MMMM d.","y. MMM d.","y. MM. dd."]),t.s) -B.r6=A.a(s(["E","P","M","A","M","Hun","Hul","Ago","Set","Okt","Nob","Dis"]),t.s) -B.LV=A.a(s(["{0} {1}","{0} {1}","{0}, {1}","{0}, {1}"]),t.s) -B.r7=A.a(s(["j","sh","m","p","m","q","k","g","sh","t","n","dh"]),t.s) -B.fB=A.a(s(["\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40","\u0b2b\u0b47\u0b2c\u0b43\u0b06\u0b30\u0b40","\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a","\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32","\u0b2e\u0b07","\u0b1c\u0b41\u0b28","\u0b1c\u0b41\u0b32\u0b3e\u0b07","\u0b05\u0b17\u0b37\u0b4d\u0b1f","\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30","\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30","\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30","\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30"]),t.s) -B.r8=A.a(s(["janv\u0101ris","febru\u0101ris","marts","apr\u012blis","maijs","j\u016bnijs","j\u016blijs","augusts","septembris","oktobris","novembris","decembris"]),t.s) -B.fC=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","dd/MM/y"]),t.s) -B.LX=A.a(s(["EEEE, d MMMM, y","d MMMM, y","d MMM, y","dd/MM/y"]),t.s) -B.fD=A.a(s(["\u05d0\u05f3","\u05d1\u05f3","\u05d2\u05f3","\u05d3\u05f3","\u05d4\u05f3","\u05d5\u05f3","\u05e9\u05f3"]),t.s) -B.r9=A.a(s(["\u0b9c\u0ba9.","\u0baa\u0bbf\u0baa\u0bcd.","\u0bae\u0bbe\u0bb0\u0bcd.","\u0b8f\u0baa\u0bcd.","\u0bae\u0bc7","\u0b9c\u0bc2\u0ba9\u0bcd","\u0b9c\u0bc2\u0bb2\u0bc8","\u0b86\u0b95.","\u0b9a\u0bc6\u0baa\u0bcd.","\u0b85\u0b95\u0bcd.","\u0ba8\u0bb5.","\u0b9f\u0bbf\u0b9a."]),t.s) -B.LY=A.a(s(["Thg 1","Thg 2","Thg 3","Thg 4","Thg 5","Thg 6","Thg 7","Thg 8","Thg 9","Thg 10","Thg 11","Thg 12"]),t.s) -B.LZ=A.a(s(["EEEE, d MMMM, y","d MMMM y","dd-MMM-y","dd/MM/yy"]),t.s) -B.df=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","d/M/yy"]),t.s) -B.ra=A.a(s(["\u0e2d\u0e32.","\u0e08.","\u0e2d.","\u0e1e.","\u0e1e\u0e24.","\u0e28.","\u0e2a."]),t.s) -B.fE=A.a(s(["\u65e5","\u6708","\u706b","\u6c34","\u6728","\u91d1","\u571f"]),t.s) -B.M_=A.a(s(["chwarter 1af","2il chwarter","3ydd chwarter","4ydd chwarter"]),t.s) -B.rb=A.a(s(["\u0436\u0441","\u0434\u0441","\u0441\u0441","\u0441\u0440","\u0431\u0441","\u0436\u043c","\u0441\u0431"]),t.s) -B.M0=A.a(s(["Sul","Llun","Maw","Mer","Iau","Gwe","Sad"]),t.s) -B.M1=A.a(s(["EEEE\u0e17\u0e35\u0e48 d MMMM G y","d MMMM G y","d MMM y","d/M/yy"]),t.s) -B.M2=A.a(s(["Yambo ya Y\xe9zu Kr\xeds","Nsima ya Y\xe9zu Kr\xeds"]),t.s) -B.rc=A.a(s(["y","f","m","a","m","y","y","a","s","\u0254","n","d"]),t.s) -B.fF=A.a(s(["\u5468\u65e5","\u5468\u4e00","\u5468\u4e8c","\u5468\u4e09","\u5468\u56db","\u5468\u4e94","\u5468\u516d"]),t.s) -B.rd=A.a(s(["\u053f","\u0535","\u0535","\u0549","\u0540","\u0548","\u0547"]),t.s) -B.M3=A.a(s(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799","\u1785\u1793\u17d2\u1791","\u17a2\u1784\u17d2\u1782\u17b6\u179a","\u1796\u17bb\u1792","\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd","\u179f\u17bb\u1780\u17d2\u179a","\u179f\u17c5\u179a\u17cd"]),t.s) -B.M4=A.a(s(["EEEE, d. MMMM y.","d. MMMM y.","d. MMM y.","dd. MM. y."]),t.s) -B.re=A.a(s(["\u0a9c\u0abe","\u0aab\u0ac7","\u0aae\u0abe","\u0a8f","\u0aae\u0ac7","\u0a9c\u0ac2","\u0a9c\u0ac1","\u0a91","\u0ab8","\u0a91","\u0aa8","\u0aa1\u0abf"]),t.s) -B.fG=A.a(s(["\u1798\u1780\u179a\u17b6","\u1780\u17bb\u1798\u17d2\u1797\u17c8","\u1798\u17b8\u1793\u17b6","\u1798\u17c1\u179f\u17b6","\u17a7\u179f\u1797\u17b6","\u1798\u17b7\u1790\u17bb\u1793\u17b6","\u1780\u1780\u17d2\u1780\u178a\u17b6","\u179f\u17b8\u17a0\u17b6","\u1780\u1789\u17d2\u1789\u17b6","\u178f\u17bb\u179b\u17b6","\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6","\u1792\u17d2\u1793\u17bc"]),t.s) -B.rf=A.a(s([0,0,26624,1023,65534,2047,65534,2047]),t.t) -B.fH=A.a(s(["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]),t.s) -B.M5=A.a(s(["Yanvar","Fevral","Mart","Aprel","May","Iyun","Iyul","Avgust","Sentabr","Oktabr","Noyabr","Dekabr"]),t.s) -B.rg=A.a(s(["U","O","M","A","M","E","U","A","I","U","A","A"]),t.s) -B.M6=A.a(s(["\u0642\u0628\u0644 \u0627\u0632 \u0645\u06cc\u0644\u0627\u062f","\u0645\u06cc\u0644\u0627\u062f\u06cc"]),t.s) -B.M7=A.a(s(["{1} 'n\xeb' {0}","{1} 'n\xeb' {0}","{1}, {0}","{1}, {0}"]),t.s) -B.ri=A.a(s(["ned","pon","uto","sre","\u010det","pet","sub"]),t.s) -B.rh=A.a(s(["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."]),t.s) -B.rj=A.a(s(["CN","T2","T3","T4","T5","T6","T7"]),t.s) -B.M8=A.a(s(["pre nove ere","nove ere"]),t.s) -B.bc=A.a(s(["K1","K2","K3","K4"]),t.s) -B.M9=A.a(s(["1-ci kv.","2-ci kv.","3-c\xfc kv.","4-c\xfc kv."]),t.s) -B.rk=A.a(s(["Z","M","D","W","D","V","Z"]),t.s) -B.Ma=A.a(s(["\u0da2\u0db1","\u0db4\u0dd9\u0db6","\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4","\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca","\u0db8\u0dd0\u0dba\u0dd2","\u0da2\u0dd6\u0db1\u0dd2","\u0da2\u0dd6\u0dbd\u0dd2","\u0d85\u0d9c\u0ddd","\u0dc3\u0dd0\u0db4\u0dca","\u0d94\u0d9a\u0dca","\u0db1\u0ddc\u0dc0\u0dd0","\u0daf\u0dd9\u0dc3\u0dd0"]),t.s) -B.rl=A.a(s(["\u067e\u06c1\u0644\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u062f\u0648\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u062a\u06cc\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u0686\u0648\u062a\u0647\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc"]),t.s) -B.rm=A.a(s(["N","P","U","S","\u010c","P","S"]),t.s) -B.rn=A.a(s(["\u13c6","\u13c9","\u13d4","\u13e6","\u13c5","\u13e7","\u13a4"]),t.s) -B.Mb=A.a(s(["KK","BK"]),t.s) -B.fI=A.a(s(["\u041d\u044f","\u0414\u0430","\u041c\u044f","\u041b\u0445","\u041f\u04af","\u0411\u0430","\u0411\u044f"]),t.s) -B.ro=A.a(s(["\u092a\u0939\u093f\u0932\u094b \u0938\u0924\u094d\u0930","\u0926\u094b\u0938\u094d\u0930\u094b \u0938\u0924\u094d\u0930","\u0924\u0947\u0938\u094d\u0930\u094b \u0938\u0924\u094d\u0930","\u091a\u094c\u0925\u094b \u0938\u0924\u094d\u0930"]),t.s) -B.Md=A.a(s(["\u1229\u12651","\u1229\u12652","\u1229\u12653","\u1229\u12654"]),t.s) -B.Me=A.a(s(["KV1","KV2","KV3","KV4"]),t.s) -B.rp=A.a(s(["I","A","A","A","O","O","L"]),t.s) -B.Mf=A.a(s(["D","L","M","M","X","V","S"]),t.s) -B.rq=A.a(s(["Robo ya 1","Robo ya 2","Robo ya 3","Robo ya 4"]),t.s) -B.Mg=A.a(s(["\u0570\u0578\u0582\u0576\u057e\u0561\u0580","\u0583\u0565\u057f\u0580\u057e\u0561\u0580","\u0574\u0561\u0580\u057f","\u0561\u057a\u0580\u056b\u056c","\u0574\u0561\u0575\u056b\u057d","\u0570\u0578\u0582\u0576\u056b\u057d","\u0570\u0578\u0582\u056c\u056b\u057d","\u0585\u0563\u0578\u057d\u057f\u0578\u057d","\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580","\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580","\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580","\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580"]),t.s) -B.rr=A.a(s(["\u12a5\u1211\u12f5","\u1230\u129e","\u121b\u12ad\u1230","\u1228\u1261\u12d5","\u1210\u1219\u1235","\u12d3\u122d\u1265","\u1245\u12f3\u121c"]),t.s) -B.rs=A.a(s(["\u0906\u0907\u0924\u092c\u093e\u0930","\u0938\u094b\u092e\u092c\u093e\u0930","\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930","\u092c\u0941\u0927\u092c\u093e\u0930","\u092c\u093f\u0939\u093f\u092c\u093e\u0930","\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930","\u0936\u0928\u093f\u092c\u093e\u0930"]),t.s) -B.Mh=A.a(s(["\u092a\u094d\u0930\u0925\u092e \u0924\u093f\u092e\u093e\u0939\u0940","\u0926\u094d\u0935\u093f\u0924\u0940\u092f \u0924\u093f\u092e\u093e\u0939\u0940","\u0924\u0943\u0924\u0940\u092f \u0924\u093f\u092e\u093e\u0939\u0940","\u091a\u0924\u0941\u0930\u094d\u0925 \u0924\u093f\u092e\u093e\u0939\u0940"]),t.s) -B.c_=A.a(s(["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"]),t.s) -B.rt=A.a(s(["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."]),t.s) -B.Mi=A.a(s(["1. nelj\xe4nnes","2. nelj\xe4nnes","3. nelj\xe4nnes","4. nelj\xe4nnes"]),t.s) -B.Mj=A.a(s(["\u03c0.\u03a7.","\u03bc.\u03a7."]),t.s) -B.fJ=A.a(s(["\u062c\u0627\u0646\u0641\u064a","\u0641\u064a\u0641\u0631\u064a","\u0645\u0627\u0631\u0633","\u0623\u0641\u0631\u064a\u0644","\u0645\u0627\u064a","\u062c\u0648\u0627\u0646","\u062c\u0648\u064a\u0644\u064a\u0629","\u0623\u0648\u062a","\u0633\u0628\u062a\u0645\u0628\u0631","\u0623\u0643\u062a\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062f\u064a\u0633\u0645\u0628\u0631"]),t.s) -B.Sd=new A.l1("en","US") -B.ru=A.a(s([B.Sd]),t.ss) -B.rv=A.a(s(["jan\xfaar","febr\xfaar","mars","apr\xedl","ma\xed","j\xfan\xed","j\xfal\xed","\xe1g\xfast","september","okt\xf3ber","n\xf3vember","desember"]),t.s) -B.Mk=A.a(s(["\u043f\u0440\u0435\u0434\u0438 \u0425\u0440\u0438\u0441\u0442\u0430","\u0441\u043b\u0435\u0434 \u0425\u0440\u0438\u0441\u0442\u0430"]),t.s) -B.Ml=A.a(s(["1-\u056b\u0576 \u0565\u057c\u0574\u057d.","2-\u0580\u0564 \u0565\u057c\u0574\u057d.","3-\u0580\u0564 \u0565\u057c\u0574\u057d.","4-\u0580\u0564 \u0565\u057c\u0574\u057d."]),t.s) -B.rw=A.a(s(["\u09b0","\u09b8\u09cb","\u09ae","\u09ac\u09c1","\u09ac\u09c3","\u09b6\u09c1","\u09b6"]),t.s) -B.rx=A.a(s(["\u099c\u09be","\u09ab\u09c7","\u09ae\u09be","\u098f","\u09ae\u09c7","\u099c\u09c1\u09a8","\u099c\u09c1","\u0986","\u09b8\u09c7","\u0985","\u09a8","\u09a1\u09bf"]),t.s) -B.fK=A.a(s(["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"]),t.s) -B.ry=A.a(s(["\u0458\u0430\u043d.","\u0444\u0435\u0432.","\u043c\u0430\u0440.","\u0430\u043f\u0440.","\u043c\u0430\u0458","\u0458\u0443\u043d.","\u0458\u0443\u043b.","\u0430\u0432\u0433.","\u0441\u0435\u043f\u0442.","\u043e\u043a\u0442.","\u043d\u043e\u0435\u043c.","\u0434\u0435\u043a."]),t.s) -B.Mm=A.a(s(["d MMMM y, EEEE","d MMMM y","d MMM y","dd.MM.yy"]),t.s) -B.rz=A.a(s(["eyenga","mok\u0254l\u0254 mwa yambo","mok\u0254l\u0254 mwa m\xedbal\xe9","mok\u0254l\u0254 mwa m\xeds\xe1to","mok\u0254l\u0254 ya m\xedn\xe9i","mok\u0254l\u0254 ya m\xedt\xe1no","mp\u0254\u0301s\u0254"]),t.s) -B.Mn=A.a(s(["J","F","M","E","M","J","J","A","S","O","N","D"]),t.s) -B.Mt=A.a(s(["\u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0433\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0434\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0442\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0437\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0434\u043e\u043b\u043e\u043e\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u043d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0435\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0430\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0430\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0430\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]),t.s) -B.rA=A.a(s(["\u0c06\u0c26\u0c3f","\u0c38\u0c4b\u0c2e","\u0c2e\u0c02\u0c17\u0c33","\u0c2c\u0c41\u0c27","\u0c17\u0c41\u0c30\u0c41","\u0c36\u0c41\u0c15\u0c4d\u0c30","\u0c36\u0c28\u0c3f"]),t.s) -B.rB=A.a(s(["\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02","\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02","\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02","\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02","\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02","\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02","\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02"]),t.s) -B.rC=A.a(s(["\u0d1c","\u0d2b\u0d46","\u0d2e\u0d3e","\u0d0f","\u0d2e\u0d46","\u0d1c\u0d42\u0d7a","\u0d1c\u0d42","\u0d13","\u0d38\u0d46","\u0d12","\u0d28","\u0d21\u0d3f"]),t.s) -B.Mu=A.a(s(["\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935","\u0908\u0938\u094d\u0935\u0940"]),t.s) -B.Mv=A.a(s(["\u13cc\u13be\u13b4","\u13d2\u13af\u13f1\u13a2\u13d7\u13e2"]),t.s) -B.rD=A.a(s(["d","h","m","m","e","p","sh"]),t.s) -B.Mw=A.a(s(["\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d\u0433\u0430 \u0447\u0435\u0439\u0438\u043d","\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d"]),t.s) -B.rE=A.a(s(["eye","ybo","mbl","mst","min","mtn","mps"]),t.s) -B.Mx=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","d.M.yy"]),t.s) -B.Mz=A.a(s(["Qabel Kristu","Wara Kristu"]),t.s) -B.My=A.a(s(["dop.","odp."]),t.s) -B.MA=A.a(s(["\u0924\u093f\u0967","\u0924\u093f\u0968","\u0924\u093f\u0969","\u0924\u093f\u096a"]),t.s) -B.j0=A.a(s(["\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0","\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0","\u09ae\u09be\u09b0\u09cd\u099a","\u098f\u09aa\u09cd\u09b0\u09bf\u09b2","\u09ae\u09c7","\u099c\u09c1\u09a8","\u099c\u09c1\u09b2\u09be\u0987","\u0986\u0997\u09b8\u09cd\u099f","\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0","\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0","\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0","\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"]),t.s) -B.MB=A.a(s(["xan.","feb.","mar.","abr.","maio","xu\xf1o","xul.","ago.","set.","out.","nov.","dec."]),t.s) -B.nQ=new A.td(0,"named") -B.a3s=new A.td(1,"anonymous") -B.MC=A.a(s([B.nQ,B.a3s]),A.S("t")) -B.MD=A.a(s(["e.\u0259.","y.e."]),t.s) -B.ME=A.a(s(["\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0648\u0693\u0627\u0646\u062f\u06d0","\u0645."]),t.s) -B.MF=A.a(s(["\u0e81\u0ec8\u0ead\u0e99\u0e97\u0ec8\u0ebd\u0e87","\u0eab\u0ebc\u0eb1\u0e87\u0e97\u0ec8\u0ebd\u0e87"]),t.s) -B.MG=A.a(s(["\u092a\u0939\u0932\u0940 \u0924\u093f\u092e\u093e\u0939\u0940","\u0926\u0942\u0938\u0930\u0940 \u0924\u093f\u092e\u093e\u0939\u0940","\u0924\u0940\u0938\u0930\u0940 \u0924\u093f\u092e\u093e\u0939\u0940","\u091a\u094c\u0925\u0940 \u0924\u093f\u092e\u093e\u0939\u0940"]),t.s) -B.dg=A.a(s(["\u516c\u5143\u524d","\u516c\u5143"]),t.s) -B.MH=A.a(s(["pirms m\u016bsu \u0113ras","m\u016bsu \u0113r\u0101"]),t.s) -B.rF=A.a(s(["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."]),t.s) -B.fL=A.a(s(["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"]),t.s) -B.rG=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d 'de' MMM 'de' y","dd/MM/y"]),t.s) -B.rH=A.a(s(["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"]),t.s) -B.MI=A.a(s(["\u10eb\u10d5. \u10ec.","\u10d0\u10ee. \u10ec."]),t.s) -B.MJ=A.a(s(["pr. Kr.","po. Kr."]),t.s) -B.rI=A.a(s(["Ean","Feabh","M\xe1rta","Aib","Beal","Meith","I\xfail","L\xfan","MF\xf3mh","DF\xf3mh","Samh","Noll"]),t.s) -B.MK=A.a(s(["1-chorak","2-chorak","3-chorak","4-chorak"]),t.s) -B.rJ=A.a(s(["\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 1","\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 2","\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 3","\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 4"]),t.s) -B.rK=A.a(s(["\u0a10\u0a24\u0a35\u0a3e\u0a30","\u0a38\u0a4b\u0a2e\u0a35\u0a3e\u0a30","\u0a2e\u0a70\u0a17\u0a32\u0a35\u0a3e\u0a30","\u0a2c\u0a41\u0a71\u0a27\u0a35\u0a3e\u0a30","\u0a35\u0a40\u0a30\u0a35\u0a3e\u0a30","\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30\u0a35\u0a3e\u0a30","\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30\u0a35\u0a3e\u0a30"]),t.s) -B.ML=A.a(s(["\u0441\u0442\u0443","\u043b\u044e\u0442","\u0441\u0430\u043a","\u043a\u0440\u0430","\u043c\u0430\u0439","\u0447\u044d\u0440","\u043b\u0456\u043f","\u0436\u043d\u0456","\u0432\u0435\u0440","\u043a\u0430\u0441","\u043b\u0456\u0441","\u0441\u043d\u0435"]),t.s) -B.MM=A.a(s(["\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a401","\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a402","\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a403","\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a404"]),t.s) -B.MN=A.a(s(["\u042f\u043d\u0432\u0430\u0440\u044c","\u0424\u0435\u0432\u0440\u0430\u043b\u044c","\u041c\u0430\u0440\u0442","\u0410\u043f\u0440\u0435\u043b\u044c","\u041c\u0430\u0439","\u0418\u044e\u043d\u044c","\u0418\u044e\u043b\u044c","\u0410\u0432\u0433\u0443\u0441\u0442","\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c","\u041e\u043a\u0442\u044f\u0431\u0440\u044c","\u041d\u043e\u044f\u0431\u0440\u044c","\u0414\u0435\u043a\u0430\u0431\u0440\u044c"]),t.s) -B.rL=A.a(s(["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","n\xebntor","dhjetor"]),t.s) -B.MO=A.a(s(["th\xe1ng 1","th\xe1ng 2","th\xe1ng 3","th\xe1ng 4","th\xe1ng 5","th\xe1ng 6","th\xe1ng 7","th\xe1ng 8","th\xe1ng 9","th\xe1ng 10","th\xe1ng 11","th\xe1ng 12"]),t.s) -B.rM=A.a(s(["\u0126ad","Tne","Tli","Erb","\u0126am","\u0120im","Sib"]),t.s) -B.rN=A.a(s(["pr. Kr.","po Kr."]),t.s) -B.MP=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","dd/MM/y","dd/MM/yy"]),t.s) -B.MQ=A.a(s(["y-'\u0436'., d-MMMM, EEEE","y-'\u0436'., d-MMMM","y-'\u0436'., d-MMM","d/M/yy"]),t.s) -B.rO=A.a(s(["\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae","\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1","\u03a4\u03c1\u03af\u03c4\u03b7","\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7","\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7","\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae","\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf"]),t.s) -B.MR=A.a(s(["A.M.","G.M."]),t.s) -B.rP=A.a(s(["Sul","Lun","Meu.","Mer.","Yaou","Gwe.","Sad."]),t.s) -B.rQ=A.a(s(["\u0ead\u0eb2\u0e97\u0eb4\u0e94","\u0e88\u0eb1\u0e99","\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99","\u0e9e\u0eb8\u0e94","\u0e9e\u0eb0\u0eab\u0eb1\u0e94","\u0eaa\u0eb8\u0e81","\u0ec0\u0eaa\u0ebb\u0eb2"]),t.s) -B.cs=A.a(s(["f.Kr.","e.Kr."]),t.s) -B.rR=A.a(s(["avanti Cristo","dopo Cristo"]),t.s) -B.MS=A.a(s(["\u1014\u1036\u1014\u1000\u103a","\u100a\u1014\u1031"]),t.s) -B.MT=A.a(s(["1-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b","2-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b","3-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b","4-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b"]),t.s) -B.dh=A.a(s(["\u062d","\u0646","\u062b","\u0631","\u062e","\u062c","\u0633"]),t.s) -B.rS=A.a(s(["\u13c6\u13cd\u13ac","\u13c9\u13c5\u13af","\u13d4\u13b5\u13c1","\u13e6\u13a2\u13c1","\u13c5\u13a9\u13c1","\u13e7\u13be\u13a9","\u13c8\u13d5\u13be"]),t.s) -B.MU=A.a(s(["Sv\u0113td.","Pirmd.","Otrd.","Tre\u0161d.","Ceturtd.","Piektd.","Sestd."]),t.s) -B.fM=A.a(s(["janv.","f\xe9vr.","mars","avr.","mai","juin","juil.","ao\xfbt","sept.","oct.","nov.","d\xe9c."]),t.s) -B.MV=A.a(s(["Sul","Llun","Maw","Mer","Iau","Gwen","Sad"]),t.s) -B.rT=A.a(s(["urt.","ots.","mar.","api.","mai.","eka.","uzt.","abu.","ira.","urr.","aza.","abe."]),t.s) -B.MW=A.a(s(["\u5348\u524d","\u5348\u5f8c"]),t.s) -B.MX=A.a(s(["\u0633\u200c\u0645\u06f1","\u0633\u200c\u0645\u06f2","\u0633\u200c\u0645\u06f3","\u0633\u200c\u0645\u06f4"]),t.s) -B.rU=A.a(s(["p. n. e.","n. e."]),t.s) -B.MY=A.a(s(["PG","PTG"]),t.s) -B.rV=A.a(s(["\u039a\u03c5\u03c1","\u0394\u03b5\u03c5","\u03a4\u03c1\u03af","\u03a4\u03b5\u03c4","\u03a0\u03ad\u03bc","\u03a0\u03b1\u03c1","\u03a3\u03ac\u03b2"]),t.s) -B.v=A.a(s(["{1} {0}","{1} {0}","{1} {0}","{1} {0}"]),t.s) -B.MZ=A.a(s(["\u0d9a\u0dcf\u0dbb\u0dca:1","\u0d9a\u0dcf\u0dbb\u0dca:2","\u0d9a\u0dcf\u0dbb\u0dca:3","\u0d9a\u0dcf\u0dbb\u0dca:4"]),t.s) -B.N_=A.a(s(["\u7b2c1\u56db\u534a\u671f","\u7b2c2\u56db\u534a\u671f","\u7b2c3\u56db\u534a\u671f","\u7b2c4\u56db\u534a\u671f"]),t.s) -B.N0=A.a(s(["dom.","luns","mar.","m\xe9r.","xov.","ven.","s\xe1b."]),t.s) -B.J=A.a(s(["Q1","Q2","Q3","Q4"]),t.s) -B.rW=A.a(s(["\u12a5","\u1230","\u121b","\u1228","\u1210","\u12d3","\u1245"]),t.s) -B.rX=A.a(s(["\u0b1c\u0b3e","\u0b2b\u0b47","\u0b2e\u0b3e","\u0b05","\u0b2e\u0b07","\u0b1c\u0b41","\u0b1c\u0b41","\u0b05","\u0b38\u0b47","\u0b05","\u0b28","\u0b21\u0b3f"]),t.s) -B.N1=A.a(s(["de gener","de febrer","de mar\xe7","d\u2019abril","de maig","de juny","de juliol","d\u2019agost","de setembre","d\u2019octubre","de novembre","de desembre"]),t.s) -B.N2=A.a(s(["{0} 'do' {1}","{0} 'do' {1}","{0}, {1}","{0}, {1}"]),t.s) -B.N3=A.a(s(["\u1798\u17bb\u1793\u200b\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787","\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787"]),t.s) -B.rY=A.a(s(["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"]),t.s) -B.N4=A.a(s(["QK","WK"]),t.s) -B.N5=A.a(s(["yan","fev","mar","apr","may","iyn","iyl","avg","sen","okt","noy","dek"]),t.s) -B.fN=A.a(s(["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"]),t.s) -B.N6=A.a(s(["1. ceturksnis","2. ceturksnis","3. ceturksnis","4. ceturksnis"]),t.s) -B.N7=A.a(s(["\u044f\u043d\u0432.","\u0444\u0435\u0432\u0440.","\u043c\u0430\u0440.","\u0430\u043f\u0440.","\u043c\u0430\u044f","\u0438\u044e\u043d.","\u0438\u044e\u043b.","\u0430\u0432\u0433.","\u0441\u0435\u043d\u0442.","\u043e\u043a\u0442.","\u043d\u043e\u044f\u0431.","\u0434\u0435\u043a."]),t.s) -B.N8=A.a(s(["n","p","w","\u015b","c","p","s"]),t.s) -B.rZ=A.a(s(["E","F","M","A","B","M","I","L","M","D","S","N"]),t.s) -B.t_=A.a(s(["\u0b30\u0b2c\u0b3f","\u0b38\u0b4b\u0b2e","\u0b2e\u0b19\u0b4d\u0b17\u0b33","\u0b2c\u0b41\u0b27","\u0b17\u0b41\u0b30\u0b41","\u0b36\u0b41\u0b15\u0b4d\u0b30","\u0b36\u0b28\u0b3f"]),t.s) -B.t0=A.a(s(["\u056f\u056b\u0580\u0561\u056f\u056b","\u0565\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b","\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b","\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b","\u0570\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b","\u0578\u0582\u0580\u0562\u0561\u0569","\u0577\u0561\u0562\u0561\u0569"]),t.s) -B.t1=A.a(s(["{1} 'nang' {0}","{1} 'nang' {0}","{1}, {0}","{1}, {0}"]),t.s) -B.N9=A.a(s(["enne Kristust","p\xe4rast Kristust"]),t.s) -B.Na=A.a(s(["EEEE, d. MMMM y.","d. MMMM y.","d. MMM y.","d. M. y."]),t.s) -B.t2=A.a(s(["Jan","Feb","Mas","Eph","Mey","Jun","Jul","Aga","Sep","Okt","Nov","Dis"]),t.s) -B.Nb=A.a(s(["R1","R2","R3","R4"]),t.s) -B.t3=A.a(s(["\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e","\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e","\u1019\u1010\u103a","\u1027\u1015\u103c\u102e","\u1019\u1031","\u1007\u103d\u1014\u103a","\u1007\u1030\u101c\u102d\u102f\u1004\u103a","\u1029\u1002\u102f\u1010\u103a","\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c","\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c","\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c","\u1012\u102e\u1007\u1004\u103a\u1018\u102c"]),t.s) -B.Nc=A.a(s(["RC","AD"]),t.s) -B.Nd=A.a(s(["\u0e01\u0e48\u0e2d\u0e19 \u0e04.\u0e28.","\u0e04.\u0e28."]),t.s) -B.aN=A.a(s(["D","L","M","M","J","V","S"]),t.s) -B.Ne=A.a(s(["\u0e81\u0ec8\u0ead\u0e99 \u0e84.\u0eaa.","\u0e84.\u0eaa."]),t.s) -B.Nf=A.a(s(["\u041d\u044f\u043c","\u0414\u0430\u0432\u0430\u0430","\u041c\u044f\u0433\u043c\u0430\u0440","\u041b\u0445\u0430\u0433\u0432\u0430","\u041f\u04af\u0440\u044d\u0432","\u0411\u0430\u0430\u0441\u0430\u043d","\u0411\u044f\u043c\u0431\u0430"]),t.s) -B.t5=A.a(s(["domingo","segunda","ter\xe7a","quarta","quinta","sexta","s\xe1bado"]),t.s) -B.t4=A.a(s(["\u044f\u043d\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0438\u043b","\u043c\u0430\u0439","\u044e\u043d\u0438","\u044e\u043b\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438","\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438","\u043d\u043e\u0435\u043c\u0432\u0440\u0438","\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438"]),t.s) -B.t6=A.a(s(["jaan","veebr","m\xe4rts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"]),t.s) -B.Nm=A.a(s(["s","l","m","k","m","c","l","s","w","p","l","g"]),t.s) -B.t7=A.a(s(["\u0d1c\u0d28\u0d41","\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41","\u0d2e\u0d3e\u0d7c","\u0d0f\u0d2a\u0d4d\u0d30\u0d3f","\u0d2e\u0d47\u0d2f\u0d4d","\u0d1c\u0d42\u0d7a","\u0d1c\u0d42\u0d32\u0d48","\u0d13\u0d17","\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02","\u0d12\u0d15\u0d4d\u0d1f\u0d4b","\u0d28\u0d35\u0d02","\u0d21\u0d3f\u0d38\u0d02"]),t.s) -B.Nn=A.a(s(["1\ubd84\uae30","2\ubd84\uae30","3\ubd84\uae30","4\ubd84\uae30"]),t.s) -B.t8=A.a(s(["\u091c\u093e\u0928\u0947","\u092b\u0947\u092c\u094d\u0930\u0941","\u092e\u093e\u0930\u094d\u091a","\u090f\u092a\u094d\u0930\u093f","\u092e\u0947","\u091c\u0942\u0928","\u091c\u0941\u0932\u0948","\u0911\u0917","\u0938\u092a\u094d\u091f\u0947\u0902","\u0911\u0915\u094d\u091f\u094b","\u0928\u094b\u0935\u094d\u0939\u0947\u0902","\u0921\u093f\u0938\u0947\u0902"]),t.s) -B.No=A.a(s(["r.n.","i.n."]),t.s) -B.Np=A.a(s(["S1","S2","S3","S4"]),t.s) -B.Nr=A.a(s(["\u041c\u042d\u04e8","\u041c\u042d"]),t.s) -B.Ns=A.a(s(["\u0a2a\u0a42.\u0a26\u0a41.","\u0a2c\u0a3e.\u0a26\u0a41."]),t.s) -B.fO=A.a(s(["nedjelja","ponedjeljak","utorak","srijeda","\u010detvrtak","petak","subota"]),t.s) -B.Nt=A.a(s(["SA","CH"]),t.s) -B.fP=A.a(s(["HH.mm.ss zzzz","HH.mm.ss z","HH.mm.ss","HH.mm"]),t.s) -B.Nu=A.a(s(["SM1","SM2","SM3","SM4"]),t.s) -B.t9=A.a(s(["SM","M"]),t.s) -B.ta=A.a(s(["\u043d\u0435\u0434\u0435\u043b\u0430","\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a","\u0432\u0442\u043e\u0440\u043d\u0438\u043a","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u043e\u043a","\u043f\u0435\u0442\u043e\u043a","\u0441\u0430\u0431\u043e\u0442\u0430"]),t.s) -B.Nv=A.a(s(["1ste kwartaal","2de kwartaal","3de kwartaal","4de kwartaal"]),t.s) -B.dy=new A.k(1,0) -B.VY=new A.k(1,1) -B.en=new A.k(0,1) -B.W5=new A.k(-1,1) -B.B9=new A.k(-1,0) -B.W6=new A.k(-1,-1) -B.B8=new A.k(0,-1) -B.VZ=new A.k(1,-1) -B.fQ=A.a(s([B.dy,B.VY,B.en,B.W5,B.B9,B.W6,B.B8,B.VZ]),t.yv) -B.tb=A.a(s(["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."]),t.s) -B.j1=A.a(s(["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]),t.s) -B.Nw=A.a(s(["\xd6\xd6","\xd6S"]),t.s) -B.aO=A.a(s(["T1","T2","T3","T4"]),t.s) -B.Nz=A.a(s(["\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e01\u0e32\u0e25","\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e28\u0e31\u0e01\u0e23\u0e32\u0e0a"]),t.s) -B.tc=A.a(s(["Sul","Lun","Meurzh","Merc\u02bcher","Yaou","Gwener","Sadorn"]),t.s) -B.NA=A.a(s(["\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a"]),t.s) -B.NB=A.a(s(["\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd","\u0baa\u0bbf\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd"]),t.s) -B.NC=A.a(s(["\u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0434\u043d\u0435","\u043f\u043e\u043f\u043b\u0430\u0434\u043d\u0435"]),t.s) -B.ND=A.a(s(["I kwarta\u0142","II kwarta\u0142","III kwarta\u0142","IV kwarta\u0142"]),t.s) -B.NE=A.a(s(["TO","TK"]),t.s) -B.NF=A.a(s(["K.a.","Kristo ondoren"]),t.s) -B.td=A.a(s(["hh:mm:ss a zzzz","hh:mm:ss a z","hh:mm:ss a","hh:mm a"]),t.s) -B.te=A.a(s(["\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0","\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0","\u0aae\u0abe\u0ab0\u0acd\u0a9a","\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2","\u0aae\u0ac7","\u0a9c\u0ac2\u0aa8","\u0a9c\u0ac1\u0ab2\u0abe\u0a88","\u0a91\u0a97\u0ab8\u0acd\u0a9f","\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0","\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0","\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0","\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0"]),t.s) -B.aQ=new A.qV(0,"upstream") -B.NG=A.a(s([B.aQ,B.o]),A.S("t")) -B.a4=new A.k3(0,"rtl") -B.w=new A.k3(1,"ltr") -B.NH=A.a(s([B.a4,B.w]),A.S("t")) -B.NI=A.a(s(["x.","f.","m.","a.","m.","x.","x.","a.","s.","o.","n.","d."]),t.s) -B.NJ=A.a(s(["\u0434\u0430 \u043d.\u044d.","\u043d.\u044d."]),t.s) -B.tf=A.a(s(["1\u5b63\u5ea6","2\u5b63\u5ea6","3\u5b63\u5ea6","4\u5b63\u5ea6"]),t.s) -B.NK=A.a(s(["\u049b\u0430\u04a3\u0442\u0430\u0440","\u0430\u049b\u043f\u0430\u043d","\u043d\u0430\u0443\u0440\u044b\u0437","\u0441\u04d9\u0443\u0456\u0440","\u043c\u0430\u043c\u044b\u0440","\u043c\u0430\u0443\u0441\u044b\u043c","\u0448\u0456\u043b\u0434\u0435","\u0442\u0430\u043c\u044b\u0437","\u049b\u044b\u0440\u043a\u04af\u0439\u0435\u043a","\u049b\u0430\u0437\u0430\u043d","\u049b\u0430\u0440\u0430\u0448\u0430","\u0436\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d"]),t.s) -B.tg=A.a(s(["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"]),t.s) -B.NL=A.a(s(["EEEE, MMMM d, y","MMMM d, y","MMM d, y","y-MM-dd"]),t.s) -B.th=A.a(s(["\u7b2c\u4e00\u5b63\u5ea6","\u7b2c\u4e8c\u5b63\u5ea6","\u7b2c\u4e09\u5b63\u5ea6","\u7b2c\u56db\u5b63\u5ea6"]),t.s) -B.NM=A.a(s(["v.Chr.","n.Chr."]),t.s) -B.fR=A.a(s(["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]),t.s) -B.NN=A.a(s(["1. nelj.","2. nelj.","3. nelj.","4. nelj."]),t.s) -B.NO=A.a(s(["Cyn Crist","Oed Crist"]),t.s) -B.ti=A.a(s(["nede\u013ea","pondelok","utorok","streda","\u0161tvrtok","piatok","sobota"]),t.s) -B.di=A.a(s(["janeiro","fevereiro","mar\xe7o","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]),t.s) -B.tj=A.a(s(["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"]),t.s) -B.NQ=A.a(s(["'kl'. HH:mm:ss zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) -B.Q=new A.dl(0,"icon") -B.a5=new A.dl(1,"input") -B.L=new A.dl(2,"label") -B.af=new A.dl(3,"hint") -B.a6=new A.dl(4,"prefix") -B.a7=new A.dl(5,"suffix") -B.a8=new A.dl(6,"prefixIcon") -B.a9=new A.dl(7,"suffixIcon") -B.ai=new A.dl(8,"helperError") -B.a1=new A.dl(9,"counter") -B.aR=new A.dl(10,"container") -B.NP=A.a(s([B.Q,B.a5,B.L,B.af,B.a6,B.a7,B.a8,B.a9,B.ai,B.a1,B.aR]),A.S("t

")) -B.NR=A.a(s(["\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 1","\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 2","\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 3","\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 4"]),t.s) -B.tk=A.a(s([B.iK,B.fa,B.fd,B.iP,B.iT,B.fk,B.p5,B.iU,B.bb,B.fl,B.cq,B.e5,B.d7,B.fb,B.e6,B.iL,B.bW,B.fc,B.iM,B.p3,B.aY,B.fe,B.e7,B.e8,B.iN,B.ff,B.iO,B.fg,B.p4,B.fh,B.iQ,B.fi,B.e9,B.ea,B.iR,B.iS,B.fj]),A.S("t")) -B.tl=A.a(s(["01","02","03","04","05","06","07","08","09","10","11","12"]),t.s) -B.NS=A.a(s(["Qu\xfd 1","Qu\xfd 2","Qu\xfd 3","Qu\xfd 4"]),t.s) -B.NT=A.a(s(["\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5","\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5","\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5","\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5","\u039c\u03b1\u0390\u03bf\u03c5","\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5","\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5","\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5","\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5","\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5","\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5","\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5"]),t.s) -B.c0=A.a(s(["s\xf8ndag","mandag","tirsdag","onsdag","torsdag","fredag","l\xf8rdag"]),t.s) -B.tm=A.a(s(["\u0930\u0935\u093f","\u0938\u094b\u092e","\u092e\u0902\u0917\u0933","\u092c\u0941\u0927","\u0917\u0941\u0930\u0941","\u0936\u0941\u0915\u094d\u0930","\u0936\u0928\u093f"]),t.s) -B.NU=A.a(s(["\u0da2\u0db1","\u0db4\u0dd9\u0db6","\u0db8\u0dcf\u0dbb\u0dca","\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca","\u0db8\u0dd0\u0dba\u0dd2","\u0da2\u0dd6\u0db1\u0dd2","\u0da2\u0dd6\u0dbd\u0dd2","\u0d85\u0d9c\u0ddd","\u0dc3\u0dd0\u0db4\u0dca","\u0d94\u0d9a\u0dca","\u0db1\u0ddc\u0dc0\u0dd0","\u0daf\u0dd9\u0dc3\u0dd0"]),t.s) -B.dj=A.a(s(["1\uc6d4","2\uc6d4","3\uc6d4","4\uc6d4","5\uc6d4","6\uc6d4","7\uc6d4","8\uc6d4","9\uc6d4","10\uc6d4","11\uc6d4","12\uc6d4"]),t.s) -B.NV=A.a(s(["Th\xe1ng 1","Th\xe1ng 2","Th\xe1ng 3","Th\xe1ng 4","Th\xe1ng 5","Th\xe1ng 6","Th\xe1ng 7","Th\xe1ng 8","Th\xe1ng 9","Th\xe1ng 10","Th\xe1ng 11","Th\xe1ng 12"]),t.s) -B.tn=A.a(s(["\u056f\u056b\u0580","\u0565\u0580\u056f","\u0565\u0580\u0584","\u0579\u0580\u0584","\u0570\u0576\u0563","\u0578\u0582\u0580","\u0577\u0562\u0569"]),t.s) -B.NW=A.a(s(["1. kvt.","2. kvt.","3. kvt.","4. kvt."]),t.s) -B.NX=A.a(s(["y MMMM d, EEEE","d MMMM y","d MMM y","dd/MM/y"]),t.s) -B.NY=A.a(s(["EEEE, d MMMM y '\u0433'.","d MMMM y '\u0433'.","d MMM y '\u0433'.","dd.MM.y"]),t.s) -B.to=A.a(s(["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"]),t.s) -B.NZ=A.a(s(["d, MMMM y, EEEE","d MMMM, y","d MMM, y","dd-MM-yy"]),t.s) -B.fS=A.a(s(["\u0930","\u0938\u094b","\u092e\u0902","\u092c\u0941","\u0917\u0941","\u0936\u0941","\u0936"]),t.s) -B.O_=A.a(s(["H:mm:ss (zzzz)","H:mm:ss (z)","HH:mm:ss","HH:mm"]),t.s) -B.tp=A.a(s([31,-1,31,30,31,30,31,31,30,31,30,31]),t.t) -B.O0=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d MMM y","d/M/y"]),t.s) -B.O1=A.a(s(["{1} 'am' {0}","{1} 'am' {0}","{1} {0}","{1} {0}"]),t.s) -B.O2=A.a(s(["{1} 'om' {0}","{1} 'om' {0}","{1} {0}","{1} {0}"]),t.s) -B.tq=A.a(s(["\u0570\u0576\u057e","\u0583\u057f\u057e","\u0574\u0580\u057f","\u0561\u057a\u0580","\u0574\u0575\u057d","\u0570\u0576\u057d","\u0570\u056c\u057d","\u0585\u0563\u057d","\u057d\u0565\u057a","\u0570\u0578\u056f","\u0576\u0578\u0575","\u0564\u0565\u056f"]),t.s) -B.O3=A.a(s(["\u062c","\u0641","\u0645","\u0627","\u0645","\u062c","\u062c","\u0627","\u0633","\u0627","\u0646","\u062f"]),t.s) -B.O4=A.a(s(["EEEE, dd MMMM, y","d MMMM, y","d MMM. y","dd.MM.yy"]),t.s) -B.tr=A.a(s(["\u0e2d\u0e32","\u0e08","\u0e2d","\u0e1e","\u0e1e\u0e24","\u0e28","\u0e2a"]),t.s) -B.ts=A.a(s(["\u0d89\u0dbb\u0dd2\u0daf\u0dcf","\u0dc3\u0db3\u0dd4\u0daf\u0dcf","\u0d85\u0d9f\u0dc4\u0dbb\u0dd4\u0dc0\u0dcf\u0daf\u0dcf","\u0db6\u0daf\u0dcf\u0daf\u0dcf","\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca\u0db4\u0dad\u0dd2\u0db1\u0dca\u0daf\u0dcf","\u0dc3\u0dd2\u0d9a\u0dd4\u0dbb\u0dcf\u0daf\u0dcf","\u0dc3\u0dd9\u0db1\u0dc3\u0dd4\u0dbb\u0dcf\u0daf\u0dcf"]),t.s) -B.O5=A.a(s(["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentabr","oktabr","noyabr","dekabr"]),t.s) -B.O6=A.a(s(["EEEE, y. 'gada' d. MMMM","y. 'gada' d. MMMM","y. 'gada' d. MMM","dd.MM.yy"]),t.s) -B.O7=A.a(s(["EEEE, dd MMMM y","dd MMMM y","dd MMM y","y/MM/dd"]),t.s) -B.O8=A.a(s(["y('e')'ko' MMMM'ren' d('a'), EEEE","y('e')'ko' MMMM'ren' d('a')","y('e')'ko' MMM d('a')","yy/M/d"]),t.s) -B.dk=A.a(s(["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."]),t.s) -B.ed=A.a(s(["{1}, {0}","{1}, {0}","{1} {0}","{1} {0}"]),t.s) -B.O9=A.a(s(["\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07","\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"]),t.s) -B.tt=A.a(s(["jan","feb","mar","apr","m\xe1j","j\xfan","j\xfal","aug","sep","okt","nov","dec"]),t.s) -B.Oa=A.a(s(["a h:mm:ss zzzz","a h:mm:ss z","a h:mm:ss","a h:mm"]),t.s) -B.Ob=A.a(s(["EEEE d. MMMM y","d. MMMM y","d. M. y","dd.MM.yy"]),t.s) -B.tu=A.a(s(["\u043d\u0434","\u043f\u043d","\u0430\u045e","\u0441\u0440","\u0447\u0446","\u043f\u0442","\u0441\u0431"]),t.s) -B.Oc=A.a(s(["1.er trimestre","2\xba. trimestre","3.er trimestre","4o. trimestre"]),t.s) -B.tv=A.a(s(["J","F","M","A","M","J","J","\xc1","S","O","N","D"]),t.s) -B.j2=A.a(s(["\u0642.\u0645","\u0645"]),t.s) -B.tw=A.a(s(["\u0ab0","\u0ab8\u0acb","\u0aae\u0a82","\u0aac\u0ac1","\u0a97\u0ac1","\u0ab6\u0ac1","\u0ab6"]),t.s) -B.tx=A.a(s(["\u0906\u0907\u0924","\u0938\u094b\u092e","\u092e\u0919\u094d\u0917\u0932","\u092c\u0941\u0927","\u092c\u093f\u0939\u093f","\u0936\u0941\u0915\u094d\u0930","\u0936\u0928\u093f"]),t.s) -B.Od=A.a(s(["J\xe4n.","Feb.","M\xe4rz","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."]),t.s) -B.ty=A.a(s(["dum.","lun.","mar.","mie.","joi","vin.","s\xe2m."]),t.s) -B.Of=A.a(s(["H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 zzzz","H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 z","HH:mm:ss","HH:mm"]),t.s) -B.Og=A.a(s(["HH:mm:ss, zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) -B.Oh=A.a(s(["{1} 'a' 'les' {0}","{1} 'a' 'les' {0}","{1}, {0}","{1} {0}"]),t.s) -B.tz=A.a(s(["e diel","e h\xebn\xeb","e mart\xeb","e m\xebrkur\xeb","e enjte","e premte","e shtun\xeb"]),t.s) -B.Oi=A.a(s([B.d_,B.d0,B.f2,B.dW]),A.S("t")) -B.tA=A.a(s(["\u0ab0\u0ab5\u0abf","\u0ab8\u0acb\u0aae","\u0aae\u0a82\u0a97\u0ab3","\u0aac\u0ac1\u0aa7","\u0a97\u0ac1\u0ab0\u0ac1","\u0ab6\u0ac1\u0a95\u0acd\u0ab0","\u0ab6\u0aa8\u0abf"]),t.s) -B.tB=A.a(s(["jan.","febr.","m\xe1rc.","\xe1pr.","m\xe1j.","j\xfan.","j\xfal.","aug.","szept.","okt.","nov.","dec."]),t.s) -B.fT=A.a(s(["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]),t.s) -B.Oj=A.a(s(["\u1001\u101b\u1005\u103a\u1010\u1031\u102c\u103a \u1019\u1015\u1031\u102b\u103a\u1019\u102e\u1014\u103e\u1005\u103a","\u1001\u101b\u1005\u103a\u1014\u103e\u1005\u103a"]),t.s) -B.Ok=A.a(s(["prije nove ere","nove ere"]),t.s) -B.ee=A.a(s(["antes de Cristo","despu\xe9s de Cristo"]),t.s) -B.Om=A.a(s(["eKr.","jKr."]),t.s) -B.tC=A.a(s(["ah:mm:ss [zzzz]","ah:mm:ss [z]","ah:mm:ss","ah:mm"]),t.s) -B.On=A.a(s(["sunnuntaina","maanantaina","tiistaina","keskiviikkona","torstaina","perjantaina","lauantaina"]),t.s) -B.tD=A.a(s(["\u091c\u093e","\u092b\u0947","\u092e\u093e","\u090f","\u092e\u0947","\u091c\u0942","\u091c\u0941","\u0911","\u0938","\u0911","\u0928\u094b","\u0921\u093f"]),t.s) -B.tE=A.a(s(["\u043d\u0435\u0434\u0435\u0459\u0430","\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a","\u0443\u0442\u043e\u0440\u0430\u043a","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a","\u043f\u0435\u0442\u0430\u043a","\u0441\u0443\u0431\u043e\u0442\u0430"]),t.s) -B.Oo=A.a(s(["{1} - {0}","{1} - {0}","{1}, {0}","{1}, {0}"]),t.s) -B.Op=A.a(s(["\u062c\u0646\u0648\u0631\u064a","\u0641\u06d0\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u06cd","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u06cc","\u0627\u06af\u0633\u062a","\u0633\u067e\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) -B.tF=A.a(s(["\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c","\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c","\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23","\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18","\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35","\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c","\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c"]),t.s) -B.Oq=A.a(s(["\u1325\u12cb\u1275","\u12a8\u1230\u12d3\u1275"]),t.s) -B.Or=A.a(s(["1er. trim.","2\xba. trim.","3er. trim.","4\xba trim."]),t.s) -B.Os=A.a(s(["\u03a41","\u03a42","\u03a43","\u03a44"]),t.s) -B.Ot=A.a(s(["y 'm'. MMMM d 'd'., EEEE","y 'm'. MMMM d 'd'.","y-MM-dd","y-MM-dd"]),t.s) -B.Ou=A.a(s(["\u0421","\u041b","\u0411","\u041a","\u0422","\u0427","\u041b","\u0421","\u0412","\u0416","\u041b","\u0413"]),t.s) -B.Ov=A.a(s(["stycze\u0144","luty","marzec","kwiecie\u0144","maj","czerwiec","lipiec","sierpie\u0144","wrzesie\u0144","pa\u017adziernik","listopad","grudzie\u0144"]),t.s) -B.tG=A.a(s(["\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1","\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1","\u0aae\u0abe\u0ab0\u0acd\u0a9a","\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2","\u0aae\u0ac7","\u0a9c\u0ac2\u0aa8","\u0a9c\u0ac1\u0ab2\u0abe\u0a88","\u0a91\u0a97\u0ab8\u0acd\u0a9f","\u0ab8\u0aaa\u0acd\u0a9f\u0ac7","\u0a91\u0a95\u0acd\u0a9f\u0acb","\u0aa8\u0ab5\u0ac7","\u0aa1\u0abf\u0ab8\u0ac7"]),t.s) -B.tH=A.a(s(["\u0ea7\u0eb1\u0e99\u0ead\u0eb2\u0e97\u0eb4\u0e94","\u0ea7\u0eb1\u0e99\u0e88\u0eb1\u0e99","\u0ea7\u0eb1\u0e99\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99","\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94","\u0ea7\u0eb1\u0e99\u0e9e\u0eb0\u0eab\u0eb1\u0e94","\u0ea7\u0eb1\u0e99\u0eaa\u0eb8\u0e81","\u0ea7\u0eb1\u0e99\u0ec0\u0eaa\u0ebb\u0eb2"]),t.s) -B.Ow=A.a(s(["s\xe1nz\xe1 m\xeds\xe1to ya yambo","s\xe1nz\xe1 m\xeds\xe1to ya m\xedbal\xe9","s\xe1nz\xe1 m\xeds\xe1to ya m\xeds\xe1to","s\xe1nz\xe1 m\xeds\xe1to ya m\xednei"]),t.s) -B.Oy=A.a(s(["\u0406 \u0442\u049b\u0441.","\u0406\u0406 \u0442\u049b\u0441.","\u0406\u0406\u0406 \u0442\u049b\u0441.","IV \u0442\u049b\u0441."]),t.s) -B.Ox=A.a(s(["X","F","M","A","M","X","X","A","S","O","N","D"]),t.s) -B.Oz=A.a(s(["EEEE, dd. MMMM y","dd. MMMM y","d. MMM y","d. MM. yy"]),t.s) -B.OA=A.a(s(["1\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95","2\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95","3\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95","4\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95"]),t.s) -B.fU=A.a(s(["\u064a","\u0641","\u0645","\u0623","\u0648","\u0646","\u0644","\u063a","\u0633","\u0643","\u0628","\u062f"]),t.s) -B.OB=A.a(s(["\u044f\u043d\u0432\u0430\u0440\u044f","\u0444\u0435\u0432\u0440\u0430\u043b\u044f","\u043c\u0430\u0440\u0442\u0430","\u0430\u043f\u0440\u0435\u043b\u044f","\u043c\u0430\u044f","\u0438\u044e\u043d\u044f","\u0438\u044e\u043b\u044f","\u0430\u0432\u0433\u0443\u0441\u0442\u0430","\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f","\u043e\u043a\u0442\u044f\u0431\u0440\u044f","\u043d\u043e\u044f\u0431\u0440\u044f","\u0434\u0435\u043a\u0430\u0431\u0440\u044f"]),t.s) -B.tI=A.a(s(["ned\u011ble","pond\u011bl\xed","\xfater\xfd","st\u0159eda","\u010dtvrtek","p\xe1tek","sobota"]),t.s) -B.OC=A.a(s(["HH:mm:ss v","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) -B.t=A.a(s(["HH:mm:ss zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) -B.OD=A.a(s(["aC","dC"]),t.s) -B.tJ=A.a(s(["Y","F","M","A","M","I","I","A","S","O","N","D"]),t.s) -B.OE=A.a(s(["{1}\u060c \u0633\u0627\u0639\u062a {0}","{1}\u060c \u0633\u0627\u0639\u062a {0}","{1}\u060c\u200f {0}","{1}\u060c\u200f {0}"]),t.s) -B.OF=A.a(s(["d","l","m","m","j","v","s"]),t.s) -B.OG=A.a(s(["\u0d15\u0d4d\u0d30\u0d3f.\u0d2e\u0d41.","\u0d0e\u0d21\u0d3f"]),t.s) -B.OH=A.a(s(["1. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435","2. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435","3. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435","4. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435"]),t.s) -B.tK=A.a(s(["\u1007","\u1016","\u1019","\u1027","\u1019","\u1007","\u1007","\u1029","\u1005","\u1021","\u1014","\u1012"]),t.s) -B.OI=A.a(s(["\u0574.\u0569.\u0561.","\u0574.\u0569."]),t.s) -B.tL=A.a(s(["GN","FB","M\xc7","AB","MG","JN","JL","AG","ST","OC","NV","DS"]),t.s) -B.tM=A.a(s(["s\xf6n","m\xe5n","tis","ons","tors","fre","l\xf6r"]),t.s) -B.dl=A.a(s(["{1} {0}","{1} {0}","{1}, {0}","{1}, {0}"]),t.s) -B.tN=A.a(s(["\u12a5\u1211\u12f5","\u1230\u129e","\u121b\u12ad\u1230\u129e","\u1228\u1261\u12d5","\u1210\u1219\u1235","\u12d3\u122d\u1265","\u1245\u12f3\u121c"]),t.s) -B.OJ=A.a(s(["1a\xf1 trim.","2l trim.","3e trim.","4e trim."]),t.s) -B.j3=A.a(s(["av. J.-C.","ap. J.-C."]),t.s) -B.OK=A.a(s(["p.K.","mb.K."]),t.s) -B.tO=A.a(s(["\u0458\u0430\u043d\u0443\u0430\u0440","\u0444\u0435\u0431\u0440\u0443\u0430\u0440","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0438\u043b","\u043c\u0430\u0458","\u0458\u0443\u043d","\u0458\u0443\u043b","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440","\u043e\u043a\u0442\u043e\u0431\u0430\u0440","\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440","\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440"]),t.s) -B.OL=A.a(s(["\u0db4\u0dd9.\u0dc0.","\u0db4.\u0dc0."]),t.s) -B.OM=A.a(s(["\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a","\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a"]),t.s) -B.ON=A.a(s(["d MMMM y EEEE","d MMMM y","d MMM y","d.MM.y"]),t.s) -B.tP=A.a(s(["\u0c06","\u0c38\u0c4b","\u0c2e","\u0c2c\u0c41","\u0c17\u0c41","\u0c36\u0c41","\u0c36"]),t.s) -B.ct=A.a(s(["am","pm"]),t.s) -B.tQ=A.a(s(["januar","februar","mart","april","maj","juni","juli","august","septembar","oktobar","novembar","decembar"]),t.s) -B.OO=A.a(s(["\u043f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435","\u043d\u043e\u0432\u0435 \u0435\u0440\u0435"]),t.s) -B.OP=A.a(s(["EEEE, d-MMMM, y","d-MMMM, y","d-MMM, y","dd/MM/yy"]),t.s) -B.OQ=A.a(s(["\u0441\u0456\u0447\u043d\u044f","\u043b\u044e\u0442\u043e\u0433\u043e","\u0431\u0435\u0440\u0435\u0437\u043d\u044f","\u043a\u0432\u0456\u0442\u043d\u044f","\u0442\u0440\u0430\u0432\u043d\u044f","\u0447\u0435\u0440\u0432\u043d\u044f","\u043b\u0438\u043f\u043d\u044f","\u0441\u0435\u0440\u043f\u043d\u044f","\u0432\u0435\u0440\u0435\u0441\u043d\u044f","\u0436\u043e\u0432\u0442\u043d\u044f","\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430","\u0433\u0440\u0443\u0434\u043d\u044f"]),t.s) -B.OR=A.a(s(["1.\xa0cet.","2.\xa0cet.","3.\xa0cet.","4.\xa0cet."]),t.s) -B.tR=A.a(s(["{1} '\xe0' {0}","{1} '\xe0' {0}","{1} '\xe0' {0}","{1} {0}"]),t.s) -B.tS=A.a(s(["\u0b9e\u0bbe\u0baf\u0bbf.","\u0ba4\u0bbf\u0b99\u0bcd.","\u0b9a\u0bc6\u0bb5\u0bcd.","\u0baa\u0bc1\u0ba4.","\u0bb5\u0bbf\u0baf\u0bbe.","\u0bb5\u0bc6\u0bb3\u0bcd.","\u0b9a\u0ba9\u0bbf"]),t.s) -B.b_=A.a(s(["1st quarter","2nd quarter","3rd quarter","4th quarter"]),t.s) -B.OS=A.a(s(["EEEE, y MMMM dd","y MMMM d","y MMM d","yyyy-MM-dd"]),t.s) -B.tT=A.a(s(["s\xe1nz\xe1 ya yambo","s\xe1nz\xe1 ya m\xedbal\xe9","s\xe1nz\xe1 ya m\xeds\xe1to","s\xe1nz\xe1 ya m\xednei","s\xe1nz\xe1 ya m\xedt\xe1no","s\xe1nz\xe1 ya mot\xf3b\xe1","s\xe1nz\xe1 ya nsambo","s\xe1nz\xe1 ya mwambe","s\xe1nz\xe1 ya libwa","s\xe1nz\xe1 ya z\xf3mi","s\xe1nz\xe1 ya z\xf3mi na m\u0254\u030ck\u0254\u0301","s\xe1nz\xe1 ya z\xf3mi na m\xedbal\xe9"]),t.s) -B.tU=A.a(s(["\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8","\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8","\u10db\u10d0\u10e0\u10e2\u10d8","\u10d0\u10de\u10e0\u10d8\u10da\u10d8","\u10db\u10d0\u10d8\u10e1\u10d8","\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8","\u10d8\u10d5\u10da\u10d8\u10e1\u10d8","\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd","\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8","\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8","\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8","\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8"]),t.s) -B.tV=A.a(s(["\u0cad\u0cbe","\u0cb8\u0ccb","\u0cae\u0c82","\u0cac\u0cc1","\u0c97\u0cc1","\u0cb6\u0cc1","\u0cb6"]),t.s) -B.OT=A.a(s(["Xan.","Feb.","Mar.","Abr.","Maio","Xu\xf1o","Xul.","Ago.","Set.","Out.","Nov.","Dec."]),t.s) -B.tW=A.a(s(["\u043d","\u043f","\u0430","\u0441","\u0447","\u043f","\u0441"]),t.s) -B.OV=A.a(s(["\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631","\u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631"]),t.s) -B.tX=A.a(s(["Sunntig","M\xe4\xe4ntig","Ziischtig","Mittwuch","Dunschtig","Friitig","Samschtig"]),t.s) -B.tY=A.a(s(["1-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","2-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","3-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","4-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]),t.s) -B.j4=A.a(s(["EEEE d. MMMM y","d. MMMM y","d. MMM y","dd.MM.y"]),t.s) -B.fV=A.a(s(["\uc77c","\uc6d4","\ud654","\uc218","\ubaa9","\uae08","\ud1a0"]),t.s) -B.tZ=A.a(s(["\u13a4\u13c3","\u13a7\u13a6","\u13a0\u13c5","\u13a7\u13ec","\u13a0\u13c2","\u13d5\u13ad","\u13ab\u13f0","\u13a6\u13b6","\u13da\u13b5","\u13da\u13c2","\u13c5\u13d3","\u13a5\u13cd"]),t.s) -B.OW=A.a(s(["trim. I","trim. II","trim. III","trim. IV"]),t.s) -B.O=A.a(s(["January","February","March","April","May","June","July","August","September","October","November","December"]),t.s) -B.u_=A.a(s(["\u7d00\u5143\u524d","\u897f\u66a6"]),t.s) -B.OX=A.a(s(["\u12d3\u1218\u1270 \u12d3\u1208\u121d","\u12d3\u1218\u1270 \u121d\u1215\u1228\u1275"]),t.s) -B.OY=A.a(s(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799","\u1785\u17d0\u1793\u17d2\u1791","\u17a2\u1784\u17d2\u1782\u17b6\u179a","\u1796\u17bb\u1792","\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd","\u179f\u17bb\u1780\u17d2\u179a","\u179f\u17c5\u179a\u17cd"]),t.s) -B.OZ=A.a(s(["\xee.Hr.","d.Hr."]),t.s) -B.P_=A.a(s(["\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0417\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0414\u043e\u043b\u043e\u043e\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]),t.s) -B.P0=A.a(s(["a-raok Jezuz-Krist","goude Jezuz-Krist"]),t.s) -B.P1=A.a(s(["\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0db4\u0dd6.","\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0dc0."]),t.s) -B.P2=A.a(s(["Roimh Chr\xedost","Anno Domini"]),t.s) -B.P3=A.a(s(["Ion","Chw","Maw","Ebr","Mai","Meh","Gor","Awst","Medi","Hyd","Tach","Rhag"]),t.s) -B.u0=A.a(s(["{1} \u05d1\u05e9\u05e2\u05d4 {0}","{1} \u05d1\u05e9\u05e2\u05d4 {0}","{1}, {0}","{1}, {0}"]),t.s) -B.u1=A.a(s(["ika-1 quarter","ika-2 quarter","ika-3 quarter","ika-4 na quarter"]),t.s) -B.P4=A.a(s(["click","scroll"]),t.s) -B.c1=A.a(s(["EEEE, MMMM d, y","MMMM d, y","MMM d, y","M/d/yy"]),t.s) -B.u2=A.a(s(["\u0b9c","\u0baa\u0bbf","\u0bae\u0bbe","\u0b8f","\u0bae\u0bc7","\u0b9c\u0bc2","\u0b9c\u0bc2","\u0b86","\u0b9a\u0bc6","\u0b85","\u0ba8","\u0b9f\u0bbf"]),t.s) -B.u3=A.a(s(["\u65e5\u66dc\u65e5","\u6708\u66dc\u65e5","\u706b\u66dc\u65e5","\u6c34\u66dc\u65e5","\u6728\u66dc\u65e5","\u91d1\u66dc\u65e5","\u571f\u66dc\u65e5"]),t.s) -B.P5=A.a(s(["\u0406 \u0442\u043e\u049b\u0441\u0430\u043d","\u0406\u0406 \u0442\u043e\u049b\u0441\u0430\u043d","\u0406\u0406\u0406 \u0442\u043e\u049b\u0441\u0430\u043d","IV \u0442\u043e\u049b\u0441\u0430\u043d"]),t.s) -B.P6=A.a(s(["\u04af.\u04e9.","\u04af.\u0445."]),t.s) -B.u4=A.a(s(["S","Ll","M","M","I","G","S"]),t.s) -B.u5=A.a(s(["\u0698\u0627\u0646\u0648\u06cc\u0647","\u0641\u0648\u0631\u06cc\u0647","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06cc\u0644","\u0645\u0647","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06cc\u0647","\u0627\u0648\u062a","\u0633\u067e\u062a\u0627\u0645\u0628\u0631","\u0627\u06a9\u062a\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062f\u0633\u0627\u0645\u0628\u0631"]),t.s) -B.j5=A.a(s(["{1} {0}","{1} 'kl'. {0}","{1}, {0}","{1}, {0}"]),t.s) -B.P7=A.a(s(["\u092e.\u092a\u0942.","\u092e.\u0909."]),t.s) -B.P8=A.a(s(["EEEE, d MMMM y '\u0433'.","d MMMM y '\u0433'.","d.MM.y '\u0433'.","d.MM.yy '\u0433'."]),t.s) -B.u6=A.a(s(["S","V","K","B","G","B","L","R","R","S","L","G"]),t.s) -B.j6=A.a(s(["EEEE\u060c d MMMM y","d MMMM y","dd\u200f/MM\u200f/y","d\u200f/M\u200f/y"]),t.s) -B.u7=A.a(s(["\u0b9e\u0bbe","\u0ba4\u0bbf","\u0b9a\u0bc6","\u0baa\u0bc1","\u0bb5\u0bbf","\u0bb5\u0bc6","\u0b9a"]),t.s) -B.P9=A.a(s(["eKr","pKr"]),t.s) -B.u8=A.a(s(["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."]),t.s) -B.Pa=A.a(s(["s\xf8n","man","tir","ons","tor","fre","l\xf8r"]),t.s) -B.u9=A.a(s(["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"]),t.s) -B.Pb=A.a(s(["HEAD","AREA","BASE","BASEFONT","BR","COL","COLGROUP","EMBED","FRAME","FRAMESET","HR","IMAGE","IMG","INPUT","ISINDEX","LINK","META","PARAM","SOURCE","STYLE","TITLE","WBR"]),t.s) -B.j7=A.a(s(["\u7b2c1\u5b63","\u7b2c2\u5b63","\u7b2c3\u5b63","\u7b2c4\u5b63"]),t.s) -B.Pc=A.a(s([]),t.iW) -B.ua=A.a(s([]),t.Cz) -B.ub=A.a(s([]),A.S("t")) -B.Pj=A.a(s([]),t.fJ) -B.a3N=A.a(s([]),t.ss) -B.Pg=A.a(s([]),t.tc) -B.ue=A.a(s([]),t.jl) -B.uf=A.a(s([]),t.wi) -B.Pi=A.a(s([]),A.S("t>")) -B.j8=A.a(s([]),t.J) -B.ao=A.a(s([]),t.oU) -B.Pk=A.a(s([]),t.Lx) -B.a3O=A.a(s([]),t.p) -B.uc=A.a(s([]),t.t) -B.fW=A.a(s([]),t.ee) -B.ug=A.a(s(["\u0930\u0935\u093f\u0935\u093e\u0930","\u0938\u094b\u092e\u0935\u093e\u0930","\u092e\u0902\u0917\u0932\u0935\u093e\u0930","\u092c\u0941\u0927\u0935\u093e\u0930","\u0917\u0941\u0930\u0941\u0935\u093e\u0930","\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930","\u0936\u0928\u093f\u0935\u093e\u0930"]),t.s) -B.uh=A.a(s(["\u0d12\u0d28\u0d4d\u0d28\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02","\u0d30\u0d23\u0d4d\u0d1f\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02","\u0d2e\u0d42\u0d28\u0d4d\u0d28\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02","\u0d28\u0d3e\u0d32\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02"]),t.s) -B.Pl=A.a(s(["e paradites","e pasdites"]),t.s) -B.Pm=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","dd/MM/yy"]),t.s) -B.ui=A.a(s(["ned.","pon.","tor.","sre.","\u010det.","pet.","sob."]),t.s) -B.Pn=A.a(s(["pred Kristusom","po Kristusu"]),t.s) -B.uj=A.a(s(["\u09b0\u09ac\u09bf\u09ac\u09be\u09b0","\u09b8\u09cb\u09ae\u09ac\u09be\u09b0","\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0","\u09ac\u09c1\u09a7\u09ac\u09be\u09b0","\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0","\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0","\u09b6\u09a8\u09bf\u09ac\u09be\u09b0"]),t.s) -B.bt=A.a(s(["dom.","lun.","mar.","mi\xe9.","jue.","vie.","s\xe1b."]),t.s) -B.Po=A.a(s(["Kabla ya Kristo","Baada ya Kristo"]),t.s) -B.uk=A.a(s(["\u10d8","\u10d7","\u10db","\u10d0","\u10db","\u10d8","\u10d8","\u10d0","\u10e1","\u10dd","\u10dc","\u10d3"]),t.s) -B.Pp=A.a(s(["\u0a88.\u0ab8.\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7","\u0a88.\u0ab8."]),t.s) -B.ul=A.a(s(["\u062c","\u0641","\u0645","\u0623","\u0645","\u062c","\u062c","\u0623","\u0633","\u0623","\u0646","\u062f"]),t.s) -B.j9=A.a(s(["\u0635","\u0645"]),t.s) -B.um=A.a(s(["\u043d\u044f\u0434\u0437\u0435\u043b\u044f","\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a","\u0430\u045e\u0442\u043e\u0440\u0430\u043a","\u0441\u0435\u0440\u0430\u0434\u0430","\u0447\u0430\u0446\u0432\u0435\u0440","\u043f\u044f\u0442\u043d\u0456\u0446\u0430","\u0441\u0443\u0431\u043e\u0442\u0430"]),t.s) -B.Pq=A.a(s(["HH:mm:ss (zzzz)","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) -B.un=A.a(s(["\u13a4\u13c3\u13b8\u13d4\u13c5","\u13a7\u13a6\u13b5","\u13a0\u13c5\u13f1","\u13a7\u13ec\u13c2","\u13a0\u13c2\u13cd\u13ac\u13d8","\u13d5\u13ad\u13b7\u13f1","\u13ab\u13f0\u13c9\u13c2","\u13a6\u13b6\u13c2","\u13da\u13b5\u13cd\u13d7","\u13da\u13c2\u13c5\u13d7","\u13c5\u13d3\u13d5\u13c6","\u13a5\u13cd\u13a9\u13f1"]),t.s) -B.Pr=A.a(s(["fm","em"]),t.s) -B.Ps=A.a(s(["\u0d15\u0d4d\u0d30\u0d3f\u0d38\u0d4d\u200c\u0d24\u0d41\u0d35\u0d3f\u0d28\u0d4d \u0d2e\u0d41\u0d2e\u0d4d\u0d2a\u0d4d","\u0d06\u0d28\u0d4d\u0d28\u0d4b \u0d21\u0d4a\u0d2e\u0d3f\u0d28\u0d3f"]),t.s) -B.Pt=A.a(s(["\u10eb\u10d5\u10d4\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7","\u10d0\u10ee\u10d0\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7"]),t.s) -B.Pv=A.a(s(["\u0434\u043e \u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438","\u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438"]),t.s) -B.Pu=A.a(s(["\u0412","\u041f","\u0412","\u0421","\u0427","\u041f","\u0421"]),t.s) -B.ja=A.a(s(["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"]),t.s) -B.Pw=A.a(s(["thg 1","thg 2","thg 3","thg 4","thg 5","thg 6","thg 7","thg 8","thg 9","thg 10","thg 11","thg 12"]),t.s) -B.uo=A.a(s(["EEEE, d \u05d1MMMM y","d \u05d1MMMM y","d \u05d1MMM y","d.M.y"]),t.s) -B.up=A.a(s(["S","P","O","T","C","P","S"]),t.s) -B.Py=A.a(s(["\u0399\u03b1\u03bd","\u03a6\u03b5\u03b2","\u039c\u03b1\u03c1","\u0391\u03c0\u03c1","\u039c\u03b1\u0390","\u0399\u03bf\u03c5\u03bd","\u0399\u03bf\u03c5\u03bb","\u0391\u03c5\u03b3","\u03a3\u03b5\u03c0","\u039f\u03ba\u03c4","\u039d\u03bf\u03b5","\u0394\u03b5\u03ba"]),t.s) -B.Pz=A.a(s(["am Vormittag","am Namittag"]),t.s) -B.PA=A.a(s(["{1} '\xe0s' {0}","{1} '\xe0s' {0}","{1}, {0}","{1}, {0}"]),t.s) -B.fX=A.a(s(["\u062c\u0646\u0648\u0631\u06cc","\u0641\u0631\u0648\u0631\u06cc","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u0626\u06cc","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u0626\u06cc","\u0627\u06af\u0633\u062a","\u0633\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) -B.PB=A.a(s([0,0,32722,12287,65534,34815,65534,18431]),t.t) -B.uq=A.a(s(["\u0d89","\u0dc3","\u0d85","\u0db6","\u0db6\u0dca\u200d\u0dbb","\u0dc3\u0dd2","\u0dc3\u0dd9"]),t.s) -B.dm=A.a(s(["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0646\u064a","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0644\u062b","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]),t.s) -B.ur=A.a(s(["\u044f","\u0444","\u043c","\u0430","\u043c","\u044e","\u044e","\u0430","\u0441","\u043e","\u043d","\u0434"]),t.s) -B.PC=A.a(s(["\u0c15\u0c4d\u0c30\u0c40\u0c2a\u0c42","\u0c15\u0c4d\u0c30\u0c40\u0c36"]),t.s) -B.a_=A.a(s(["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),t.s) -B.us=A.a(s(["Gen.","C\u02bchwe.","Meur.","Ebr.","Mae","Mezh.","Goue.","Eost","Gwen.","Here","Du","Kzu."]),t.s) -B.fY=A.a(s(["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."]),t.s) -B.PD=A.a(s(["\u0441","\u043b","\u0431","\u043a","\u0442","\u0447","\u043b","\u0441","\u0432","\u0436","\u043b","\u0433"]),t.s) -B.ut=A.a(s(["ne","po","ut","st","\u0161t","pi","so"]),t.s) -B.PE=A.a(s(["\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0caa\u0cc2\u0cb0\u0ccd\u0cb5","\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0cb6\u0c95"]),t.s) -B.uu=A.a(s(["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."]),t.s) -B.PF=A.a(s(["1st \u13a9\u13c4\u13d9\u13d7","2nd \u13a9\u13c4\u13d9\u13d7","3rd \u13a9\u13c4\u13d9\u13d7","4th \u13a9\u13c4\u13d9\u13d7"]),t.s) -B.uw=A.a(s(["\u043d","\u043f","\u0443","\u0441","\u0447","\u043f","\u0441"]),t.s) -B.uv=A.a(s(["janv.","febr.","marts","apr.","maijs","j\u016bn.","j\u016bl.","aug.","sept.","okt.","nov.","dec."]),t.s) -B.PI=A.a(s(["1. \u0161tvr\u0165rok","2. \u0161tvr\u0165rok","3. \u0161tvr\u0165rok","4. \u0161tvr\u0165rok"]),t.s) -B.PG=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","y/M/d"]),t.s) -B.PJ=A.a(s(["\u0b92\u0ba9\u0bcd\u0bb1\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1","\u0b87\u0bb0\u0ba3\u0bcd\u0b9f\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1","\u0bae\u0bc2\u0ba9\u0bcd\u0bb1\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1","\u0ba8\u0bbe\u0ba9\u0bcd\u0b95\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1"]),t.s) -B.fZ=A.a(s(["D","L","M","X","J","V","S"]),t.s) -B.PH=A.a(s(["d.","l.","m.","m.","x.","v.","s."]),t.s) -B.ux=A.a(s(["\u0698","\u0641","\u0645","\u0622","\u0645","\u0698","\u0698","\u0627","\u0633","\u0627","\u0646","\u062f"]),t.s) -B.jb=A.a(s([0,0,65498,45055,65535,34815,65534,18431]),t.t) -B.PK=A.a(s(["1. \u010detrtletje","2. \u010detrtletje","3. \u010detrtletje","4. \u010detrtletje"]),t.s) -B.X=A.a(s(["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),t.s) -B.PP=A.a(s(["EEEE \u0e97\u0eb5 d MMMM G y","d MMMM y","d MMM y","d/M/y"]),t.s) -B.PQ=A.a(s(["pre podne","po podne"]),t.s) -B.h_=A.a(s(["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"]),t.s) -B.uy=A.a(s(["\u06cc","\u062f","\u0633","\u0686","\u067e","\u062c","\u0634"]),t.s) -B.PR=A.a(s(["\u043f\u0440.\u0425\u0440.","\u0441\u043b.\u0425\u0440."]),t.s) -B.PS=A.a(s(["vm.","nm."]),t.s) -B.h0=A.a(s(["1\xba trimestre","2\xba trimestre","3\xba trimestre","4\xba trimestre"]),t.s) -B.PT=A.a(s(["abans de Crist","despr\xe9s de Crist"]),t.s) -B.b0=A.a(s(["{1} 'at' {0}","{1} 'at' {0}","{1}, {0}","{1}, {0}"]),t.s) -B.PU=A.a(s(["{1} 'kl'. {0}","{1} 'kl'. {0}","{1} {0}","{1} {0}"]),t.s) -B.PV=A.a(s(["\u0442\u0430\u04a3\u043a\u044b","\u0442\u04af\u0448\u0442\u04e9\u043d \u043a\u0438\u0439\u0438\u043d\u043a\u0438"]),t.s) -B.PW=A.a(s(["EEEE, dd MMMM y","dd MMMM y","dd.M.y","dd.M.yy"]),t.s) -B.uz=A.a(s(["\u10d9","\u10dd","\u10e1","\u10dd","\u10ee","\u10de","\u10e8"]),t.s) -B.PX=A.a(s(["{1} \u2019\u0b85\u0ba9\u0bcd\u0bb1\u0bc1\u2019 {0}","{1} \u2019\u0b85\u0ba9\u0bcd\u0bb1\u0bc1\u2019 {0}","{1}, {0}","{1}, {0}"]),t.s) -B.PY=A.a(s(["1\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf","2\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf","3\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf","4\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf"]),t.s) -B.PZ=A.a(s(["ap.","ip."]),t.s) -B.Q_=A.a(s(["\u0434\u043e \u043d. \u044d.","\u043d. \u044d."]),t.s) -B.uA=A.a(s(["\u0a10","\u0a38\u0a4b","\u0a2e\u0a70","\u0a2c\u0a41\u0a71","\u0a35\u0a40","\u0a38\u0a3c\u0a41\u0a71","\u0a38\u0a3c"]),t.s) -B.h1=A.a(s(["G","F","M","A","M","G","L","A","S","O","N","D"]),t.s) -B.jc=A.a(s(["avant J\xe9sus-Christ","apr\xe8s J\xe9sus-Christ"]),t.s) -B.uB=A.a(s(["Ch\u1ee7 Nh\u1eadt","Th\u1ee9 Hai","Th\u1ee9 Ba","Th\u1ee9 T\u01b0","Th\u1ee9 N\u0103m","Th\u1ee9 S\xe1u","Th\u1ee9 B\u1ea3y"]),t.s) -B.Q0=A.a(s(["{1} \u1793\u17c5\u200b\u1798\u17c9\u17c4\u1784 {0}","{1} \u1793\u17c5\u200b\u1798\u17c9\u17c4\u1784 {0}","{1}, {0}","{1}, {0}"]),t.s) -B.uC=A.a(s(["Januwari","Februwari","Mashi","Ephreli","Meyi","Juni","Julayi","Agasti","Septhemba","Okthoba","Novemba","Disemba"]),t.s) -B.dn=A.a(s(["domingo","segunda-feira","ter\xe7a-feira","quarta-feira","quinta-feira","sexta-feira","s\xe1bado"]),t.s) -B.uD=A.a(s(["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]),t.s) -B.uE=A.a(s(["\u0cad\u0cbe\u0ca8\u0cc1\u0cb5\u0cbe\u0cb0","\u0cb8\u0ccb\u0cae\u0cb5\u0cbe\u0cb0","\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0","\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0","\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0","\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0","\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0"]),t.s) -B.Q1=A.a(s(["\u049a\u0430\u04a3\u0442\u0430\u0440","\u0410\u049b\u043f\u0430\u043d","\u041d\u0430\u0443\u0440\u044b\u0437","\u0421\u04d9\u0443\u0456\u0440","\u041c\u0430\u043c\u044b\u0440","\u041c\u0430\u0443\u0441\u044b\u043c","\u0428\u0456\u043b\u0434\u0435","\u0422\u0430\u043c\u044b\u0437","\u049a\u044b\u0440\u043a\u04af\u0439\u0435\u043a","\u049a\u0430\u0437\u0430\u043d","\u049a\u0430\u0440\u0430\u0448\u0430","\u0416\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d"]),t.s) -B.uF=A.a(s(["LP","P1","P2","P3","P4","P5","P6"]),t.s) -B.uG=A.a(s(["nedelja","ponedeljek","torek","sreda","\u010detrtek","petek","sobota"]),t.s) -B.Q2=A.a(s(["\u062c\u0646\u0648\u0631\u064a","\u0641\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u06cd","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u06cc","\u0627\u06af\u0633\u062a","\u0633\u067e\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) -B.Q3=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","d/M/y"]),t.s) -B.uH=A.a(s(["\u049b\u0430\u04a3.","\u0430\u049b\u043f.","\u043d\u0430\u0443.","\u0441\u04d9\u0443.","\u043c\u0430\u043c.","\u043c\u0430\u0443.","\u0448\u0456\u043b.","\u0442\u0430\u043c.","\u049b\u044b\u0440.","\u049b\u0430\u0437.","\u049b\u0430\u0440.","\u0436\u0435\u043b."]),t.s) -B.uI=A.a(s(["\u1303","\u134c","\u121b","\u12a4","\u121c","\u1301","\u1301","\u12a6","\u1234","\u12a6","\u1296","\u12f2"]),t.s) -B.Q4=A.a(s(["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"]),t.s) -B.Q5=A.a(s(["\u0e81\u0ec8\u0ead\u0e99\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94","\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94"]),t.s) -B.uJ=A.a(s(["\u043d\u0435\u0434\u0456\u043b\u044f","\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a","\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a","\u0441\u0435\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0435\u0440","\u043f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f","\u0441\u0443\u0431\u043e\u0442\u0430"]),t.s) -B.uK=A.a(s(["\u0cad\u0cbe\u0ca8\u0cc1","\u0cb8\u0ccb\u0cae","\u0cae\u0c82\u0c97\u0cb3","\u0cac\u0cc1\u0ca7","\u0c97\u0cc1\u0cb0\u0cc1","\u0cb6\u0cc1\u0c95\u0ccd\u0cb0","\u0cb6\u0ca8\u0cbf"]),t.s) -B.uL=A.a(s(["\u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995","\u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995","\u09a4\u09c3\u09a4\u09c0\u09af\u09bc \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995","\u099a\u09a4\u09c1\u09b0\u09cd\u09a5 \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995"]),t.s) -B.K=A.a(s(["h:mm:ss a zzzz","h:mm:ss a z","h:mm:ss a","h:mm a"]),t.s) -B.ef=A.a(s(["a.\xa0m.","p.\xa0m."]),t.s) -B.uM=A.a(s(["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]),t.s) -B.uN=A.a(s(["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"]),t.s) -B.Q6=A.a(s(["EEEE, d. MMMM y","d. MMMM y","d. MMM y","d.M.y"]),t.s) -B.h2=A.a(s(["\u9031\u65e5","\u9031\u4e00","\u9031\u4e8c","\u9031\u4e09","\u9031\u56db","\u9031\u4e94","\u9031\u516d"]),t.s) -B.Q7=A.a(s(["\u0570\u0578\u0582\u0576\u057e\u0561\u0580\u056b","\u0583\u0565\u057f\u0580\u057e\u0561\u0580\u056b","\u0574\u0561\u0580\u057f\u056b","\u0561\u057a\u0580\u056b\u056c\u056b","\u0574\u0561\u0575\u056b\u057d\u056b","\u0570\u0578\u0582\u0576\u056b\u057d\u056b","\u0570\u0578\u0582\u056c\u056b\u057d\u056b","\u0585\u0563\u0578\u057d\u057f\u0578\u057d\u056b","\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580\u056b","\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b","\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056b","\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b"]),t.s) -B.uO=A.a(s(["\u0c1c\u0c28\u0c35\u0c30\u0c3f","\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f","\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f","\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d","\u0c2e\u0c47","\u0c1c\u0c42\u0c28\u0c4d","\u0c1c\u0c41\u0c32\u0c48","\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41","\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d","\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d","\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d","\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d"]),t.s) -B.Q8=A.a(s(["\u0a88\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8 \u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7","\u0a87\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8"]),t.s) -B.Q9=A.a(s(["\u0441\u0456\u0447\u0435\u043d\u044c","\u043b\u044e\u0442\u0438\u0439","\u0431\u0435\u0440\u0435\u0437\u0435\u043d\u044c","\u043a\u0432\u0456\u0442\u0435\u043d\u044c","\u0442\u0440\u0430\u0432\u0435\u043d\u044c","\u0447\u0435\u0440\u0432\u0435\u043d\u044c","\u043b\u0438\u043f\u0435\u043d\u044c","\u0441\u0435\u0440\u043f\u0435\u043d\u044c","\u0432\u0435\u0440\u0435\u0441\u0435\u043d\u044c","\u0436\u043e\u0432\u0442\u0435\u043d\u044c","\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434","\u0433\u0440\u0443\u0434\u0435\u043d\u044c"]),t.s) -B.uP=A.a(s(["saus.","vas.","kov.","bal.","geg.","bir\u017e.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."]),t.s) -B.Qa=A.a(s(["f\xf6re Kristus","efter Kristus"]),t.s) -B.Qb=A.a(s(["1-ch","2-ch","3-ch","4-ch"]),t.s) -B.Qc=A.a(s(["\u03c0.\u03bc.","\u03bc.\u03bc."]),t.s) -B.Qd=A.a(s(["tremujori I","tremujori II","tremujori III","tremujori IV"]),t.s) -B.Qe=A.a(s(["Dom.","Luns","Mar.","M\xe9r.","Xov.","Ven.","S\xe1b."]),t.s) -B.Qf=A.a(s(["Prvi kvartal","Drugi kvartal","Tre\u0107i kvartal","\u010cetvrti kvartal"]),t.s) -B.Qg=A.a(s(["\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac","\u0996\u09c3\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]),t.s) -B.h3=A.a(s(["EEEE, d. MMMM y","d. MMMM y","dd.MM.y","dd.MM.yy"]),t.s) -B.Qi=A.a(s(["\u0c24\u0c4d\u0c30\u0c481","\u0c24\u0c4d\u0c30\u0c482","\u0c24\u0c4d\u0c30\u0c483","\u0c24\u0c4d\u0c30\u0c484"]),t.s) -B.Qj=A.a(s(["prvi kvartal","drugi kvartal","tre\u0107i kvartal","\u010detvrti kvartal"]),t.s) -B.uQ=A.a(s(["\u10d9\u10d5\u10d8\u10e0\u10d0","\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8","\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8"]),t.s) -B.uR=A.a(s(["bazar","bazar ert\u0259si","\xe7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131","\xe7\u0259r\u015f\u0259nb\u0259","c\xfcm\u0259 ax\u015fam\u0131","c\xfcm\u0259","\u015f\u0259nb\u0259"]),t.s) -B.Qk=A.a(s(["\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435","\u043f\u043e \u043f\u043e\u0434\u043d\u0435"]),t.s) -B.Ql=A.a(s(["\u063a.\u0645.","\u063a.\u0648."]),t.s) -B.Qm=A.a(s(["sv\u0113tdiena","pirmdiena","otrdiena","tre\u0161diena","ceturtdiena","piektdiena","sestdiena"]),t.s) -B.Qn=A.a(s(["\u091c\u0928","\u092b\u0947\u092c","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930","\u092e\u0947","\u091c\u0941\u0928","\u091c\u0941\u0932","\u0905\u0917","\u0938\u0947\u092a","\u0905\u0915\u094d\u091f\u094b","\u0928\u094b\u092d\u0947","\u0921\u093f\u0938\u0947"]),t.s) -B.jd=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","dd/MM/y"]),t.s) -B.b7=new A.h3(0,"leading") -B.aS=new A.h3(1,"title") -B.aT=new A.h3(2,"subtitle") -B.bA=new A.h3(3,"trailing") -B.Qo=A.a(s([B.b7,B.aS,B.aT,B.bA]),A.S("t

")) -B.Qp=A.a(s(["\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0627\u0648\u0644","\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u062f\u0648\u0645","\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0633\u0648\u0645","\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0686\u0647\u0627\u0631\u0645"]),t.s) -B.uS=A.a(s(["\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435","\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a","\u0432\u0442\u043e\u0440\u043d\u0438\u043a","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0435\u0440\u0433","\u043f\u044f\u0442\u043d\u0438\u0446\u0430","\u0441\u0443\u0431\u0431\u043e\u0442\u0430"]),t.s) -B.h4=A.a(s(["\u091c\u0928\u0935\u0930\u0940","\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930\u093f\u0932","\u092e\u0947","\u091c\u0941\u0928","\u091c\u0941\u0932\u093e\u0908","\u0905\u0917\u0938\u094d\u091f","\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930","\u0905\u0915\u094d\u091f\u094b\u092c\u0930","\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930","\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930"]),t.s) -B.uT=A.a(s(["S","M","T","K","T","P","L"]),t.s) -B.Qr=A.a(s(["\u0b95\u0bbf.\u0bae\u0bc1.","\u0b95\u0bbf.\u0baa\u0bbf."]),t.s) -B.Qs=A.a(s(["sausio","vasario","kovo","baland\u017eio","gegu\u017e\u0117s","bir\u017eelio","liepos","rugpj\u016b\u010dio","rugs\u0117jo","spalio","lapkri\u010dio","gruod\u017eio"]),t.s) -B.Qt=A.a(s(["EEEE, d MMMM 'de' y","d MMMM 'de' y","d MMM y","d/M/yy"]),t.s) -B.uU=A.a(s(["\u0540","\u0553","\u0544","\u0531","\u0544","\u0540","\u0540","\u0555","\u054d","\u0540","\u0546","\u0534"]),t.s) -B.Qu=A.a(s(["f.h.","e.h."]),t.s) -B.uV=A.a(s(["Ianuali","Pepeluali","Malaki","\u02bbApelila","Mei","Iune","Iulai","\u02bbAukake","Kepakemapa","\u02bbOkakopa","Nowemapa","Kekemapa"]),t.s) -B.uW=A.a(s(["\u0da2","\u0db4\u0dd9","\u0db8\u0dcf","\u0d85","\u0db8\u0dd0","\u0da2\u0dd6","\u0da2\u0dd6","\u0d85","\u0dc3\u0dd0","\u0d94","\u0db1\u0dd9","\u0daf\u0dd9"]),t.s) -B.Qv=A.a(s(["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]),t.s) -B.Qw=A.a(s(["\u0924\u093f1","\u0924\u093f2","\u0924\u093f3","\u0924\u093f4"]),t.s) -B.uX=A.a(s(["nedelja","ponedeljak","utorak","sreda","\u010detvrtak","petak","subota"]),t.s) -B.h5=A.a(s([0,0,24576,1023,65534,34815,65534,18431]),t.t) -B.c3=A.a(s(["{1}, {0}","{1}, {0}","{1}, {0}","{1}, {0}"]),t.s) -B.QB=A.a(s(["I k.","II k.","III k.","IV k."]),t.s) -B.h6=A.a(s(["M","S","S","R","K","J","S"]),t.s) -B.QC=A.a(s(["\u0434\u0430 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430","\u0430\u0434 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430"]),t.s) -B.uY=A.a(s(["\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf","\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf","\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd","\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd","\u0bae\u0bc7","\u0b9c\u0bc2\u0ba9\u0bcd","\u0b9c\u0bc2\u0bb2\u0bc8","\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd","\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd","\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd","\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd","\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd"]),t.s) -B.c4=A.a(s(["j","f","m","a","m","j","j","a","s","o","n","d"]),t.s) -B.h7=A.a(s(["\u4e0a\u5348","\u4e0b\u5348"]),t.s) -B.uZ=A.a(s(["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]),t.s) -B.v_=A.a(s(["\u10d9\u10d5\u10d8","\u10dd\u10e0\u10e8","\u10e1\u10d0\u10db","\u10dd\u10d7\u10ee","\u10ee\u10e3\u10d7","\u10de\u10d0\u10e0","\u10e8\u10d0\u10d1"]),t.s) -B.QD=A.a(s(["{0} \u0b20\u0b3e\u0b30\u0b47 {1}","{0} \u0b20\u0b3e\u0b30\u0b47 {1}","{1}, {0}","{1}, {0}"]),t.s) -B.QE=A.a(s(["\u0399\u03b1\u03bd","\u03a6\u03b5\u03b2","\u039c\u03ac\u03c1","\u0391\u03c0\u03c1","\u039c\u03ac\u03b9","\u0399\u03bf\u03cd\u03bd","\u0399\u03bf\u03cd\u03bb","\u0391\u03cd\u03b3","\u03a3\u03b5\u03c0","\u039f\u03ba\u03c4","\u039d\u03bf\u03ad","\u0394\u03b5\u03ba"]),t.s) -B.v0=A.a(s(["\u0b30","\u0b38\u0b4b","\u0b2e","\u0b2c\u0b41","\u0b17\u0b41","\u0b36\u0b41","\u0b36"]),t.s) -B.h8=A.a(s(["EEEE, d MMMM, y","d MMMM, y","d MMM, y","d/M/yy"]),t.s) -B.QF=A.a(s(["\u0431.\u0437.\u0434.","\u0431.\u0437."]),t.s) -B.v1=A.a(s(["\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf","\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf","\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd","\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd","\u0cae\u0cc7","\u0c9c\u0cc2\u0ca8\u0ccd","\u0c9c\u0cc1\u0cb2\u0cc8","\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd","\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd","\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd","\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd","\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd"]),t.s) -B.v2=A.a(s(["\u0b30\u0b2c\u0b3f\u0b2c\u0b3e\u0b30","\u0b38\u0b4b\u0b2e\u0b2c\u0b3e\u0b30","\u0b2e\u0b19\u0b4d\u0b17\u0b33\u0b2c\u0b3e\u0b30","\u0b2c\u0b41\u0b27\u0b2c\u0b3e\u0b30","\u0b17\u0b41\u0b30\u0b41\u0b2c\u0b3e\u0b30","\u0b36\u0b41\u0b15\u0b4d\u0b30\u0b2c\u0b3e\u0b30","\u0b36\u0b28\u0b3f\u0b2c\u0b3e\u0b30"]),t.s) -B.QG=A.a(s(["\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439 \u04e9\u043c\u043d\u04e9\u0445","\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439"]),t.s) -B.v3=A.a(s(["Su","L","Mz","Mc","Y","G","Sa"]),t.s) -B.v4=A.a(s(["\u0d1e\u0d3e\u0d2f\u0d7c","\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e","\u0d1a\u0d4a\u0d35\u0d4d\u0d35","\u0d2c\u0d41\u0d27\u0d7b","\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02","\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f","\u0d36\u0d28\u0d3f"]),t.s) -B.QH=A.a(s(["\u043f\u0440\u0432\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435","\u0432\u0442\u043e\u0440\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435","\u0442\u0440\u0435\u0442\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435","\u0447\u0435\u0442\u0432\u0440\u0442\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435"]),t.s) -B.QI=A.a(s(["\u0441\u0456\u0447.","\u043b\u044e\u0442.","\u0431\u0435\u0440.","\u043a\u0432\u0456\u0442.","\u0442\u0440\u0430\u0432.","\u0447\u0435\u0440\u0432.","\u043b\u0438\u043f.","\u0441\u0435\u0440\u043f.","\u0432\u0435\u0440.","\u0436\u043e\u0432\u0442.","\u043b\u0438\u0441\u0442.","\u0433\u0440\u0443\u0434."]),t.s) -B.QJ=A.a(s(["\xc71","\xc72","\xc73","\xc74"]),t.s) -B.h9=A.a(s(["\u0458","\u0444","\u043c","\u0430","\u043c","\u0458","\u0458","\u0430","\u0441","\u043e","\u043d","\u0434"]),t.s) -B.v5=A.a(s(["ne","po","\xfat","st","\u010dt","p\xe1","so"]),t.s) -B.Dd=new A.nS(0,"topLeft") -B.Dg=new A.nS(3,"bottomRight") -B.a2G=new A.kf(B.Dd,B.Dg) -B.a2J=new A.kf(B.Dg,B.Dd) -B.De=new A.nS(1,"topRight") -B.Df=new A.nS(2,"bottomLeft") -B.a2H=new A.kf(B.De,B.Df) -B.a2I=new A.kf(B.Df,B.De) -B.QK=A.a(s([B.a2G,B.a2J,B.a2H,B.a2I]),A.S("t")) -B.QL=A.a(s(["\u091c\u0928","\u092b\u0947\u0947\u092c","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930","\u092e\u0947","\u091c\u0941\u0928","\u091c\u0941\u0932","\u0905\u0917","\u0938\u0947\u092a","\u0905\u0915\u094d\u091f\u094b","\u0928\u094b\u092d\u0947","\u0921\u093f\u0938\u0947"]),t.s) -B.v6=A.a(s(["\u091c\u0928\u0970","\u092b\u093c\u0930\u0970","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930\u0948\u0932","\u092e\u0908","\u091c\u0942\u0928","\u091c\u0941\u0932\u0970","\u0905\u0917\u0970","\u0938\u093f\u0924\u0970","\u0905\u0915\u094d\u0924\u0942\u0970","\u0928\u0935\u0970","\u0926\u093f\u0938\u0970"]),t.s) -B.QM=A.a(s(["{1} 'klo' {0}","{1} 'klo' {0}","{1} 'klo' {0}","{1} {0}"]),t.s) -B.v7=A.a(s(["\u0441","\u043b","\u0441","\u043a","\u043c","\u0447","\u043b","\u0436","\u0432","\u043a","\u043b","\u0441"]),t.s) -B.QN=A.a(s(["1\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02","2\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02","3\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02","4\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02"]),t.s) -B.v8=A.a(s(["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]),t.s) -B.QO=A.a(s(["Sv\u0113tdiena","Pirmdiena","Otrdiena","Tre\u0161diena","Ceturtdiena","Piektdiena","Sestdiena"]),t.s) -B.v9=A.a(s(["\u13a4","\u13a7","\u13a0","\u13a7","\u13a0","\u13d5","\u13ab","\u13a6","\u13da","\u13da","\u13c5","\u13a5"]),t.s) -B.QP=A.a(s(["para Krishtit","mbas Krishtit"]),t.s) -B.QQ=A.a(s(["prijepodne","popodne"]),t.s) -B.va=A.a(s(["V","H","K","Sze","Cs","P","Szo"]),t.s) -B.vb=A.a(s(["janu\xe1r","febru\xe1r","m\xe1rcius","\xe1prilis","m\xe1jus","j\xfanius","j\xfalius","augusztus","szeptember","okt\xf3ber","november","december"]),t.s) -B.vc=A.a(s(["\u0ea1.\u0e81.","\u0e81.\u0e9e.","\u0ea1.\u0e99.","\u0ea1.\u0eaa.","\u0e9e.\u0e9e.","\u0ea1\u0eb4.\u0e96.","\u0e81.\u0ea5.","\u0eaa.\u0eab.","\u0e81.\u0e8d.","\u0e95.\u0ea5.","\u0e9e.\u0e88.","\u0e97.\u0ea7."]),t.s) -B.QR=A.a(s(["S","L","M","K","M","C","L","S","W","P","L","G"]),t.s) -B.QS=A.a(s(["\u0e95\u0ea11","\u0e95\u0ea12","\u0e95\u0ea13","\u0e95\u0ea14"]),t.s) -B.QT=A.a(s(["\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430","\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430"]),t.s) -B.QU=A.a(s(["EEEE dd MMMM y","dd MMMM y","dd MMM y","y-MM-dd"]),t.s) -B.QV=A.a(s(["y MMMM d, EEEE","y MMMM d","y MMM d","y-MM-dd"]),t.s) -B.QW=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","yy-MM-dd"]),t.s) -B.ha=A.a(s(["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"]),t.s) -B.vd=A.a(s(["vas\xe1rnap","h\xe9tf\u0151","kedd","szerda","cs\xfct\xf6rt\xf6k","p\xe9ntek","szombat"]),t.s) -B.QX=A.a(s([0,0,32754,11263,65534,34815,65534,18431]),t.t) -B.ve=A.a(s(["\u0698\u0627\u0646\u0648\u06cc\u0647\u0654","\u0641\u0648\u0631\u06cc\u0647\u0654","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06cc\u0644","\u0645\u0647\u0654","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06cc\u0647\u0654","\u0627\u0648\u062a","\u0633\u067e\u062a\u0627\u0645\u0628\u0631","\u0627\u06a9\u062a\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062f\u0633\u0627\u0645\u0628\u0631"]),t.s) -B.vf=A.a(s(["\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f","\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f","\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d","\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d","\u0d2e\u0d47\u0d2f\u0d4d","\u0d1c\u0d42\u0d7a","\u0d1c\u0d42\u0d32\u0d48","\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d","\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c","\u0d12\u0d15\u0d4d\u200c\u0d1f\u0d4b\u0d2c\u0d7c","\u0d28\u0d35\u0d02\u0d2c\u0d7c","\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c"]),t.s) -B.QY=A.a(s(["\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0db4\u0dd6\u0dbb\u0dca\u0dc0","\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0dc0\u0dbb\u0dca\u0dc2"]),t.s) -B.vg=A.a(s([0,0,65490,12287,65535,34815,65534,18431]),t.t) -B.QZ=A.a(s(["\u0caa\u0cc2\u0cb0\u0ccd\u0cb5\u0cbe\u0cb9\u0ccd\u0ca8","\u0c85\u0caa\u0cb0\u0cbe\u0cb9\u0ccd\u0ca8"]),t.s) -B.vh=A.a(s(["n","p","u","s","\u0161","p","s"]),t.s) -B.vi=A.a(s(["Jan","Fra","Mar","Apr","Mej","\u0120un","Lul","Aww","Set","Ott","Nov","Di\u010b"]),t.s) -B.vj=A.a(s(["Il-\u0126add","It-Tnejn","It-Tlieta","L-Erbg\u0127a","Il-\u0126amis","Il-\u0120img\u0127a","Is-Sibt"]),t.s) -B.R_=A.a(s(["m.a.","milodiy"]),t.s) -B.R0=A.a(s(["\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0561\u057c\u0561\u057b","\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0570\u0565\u057f\u0578"]),t.s) -B.n=A.a(s(["J","F","M","A","M","J","J","A","S","O","N","D"]),t.s) -B.R1=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d MMM y","dd/MM/yy"]),t.s) -B.je=A.a(s(["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."]),t.s) -B.vk=A.a(s(["sij","velj","o\u017eu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"]),t.s) -B.vl=A.a(s(["J","F","M","\xc1","M","J","J","A","Sz","O","N","D"]),t.s) -B.vm=A.a(s(["Su.","M.","Tu.","W.","Th.","F.","Sa."]),t.s) -B.vn=A.a(s(["zzzz ah:mm:ss","z ah:mm:ss","ah:mm:ss","ah:mm"]),t.s) -B.R2=A.a(s(["\u12d3/\u12d3","\u12d3/\u121d"]),t.s) -B.vo=A.a(s(["\u0644\u0648\u0645\u0693\u06cd \u0631\u0628\u0639\u0647","\u06f2\u0645\u0647 \u0631\u0628\u0639\u0647","\u06f3\u0645\u0647 \u0631\u0628\u0639\u0647","\u06f4\u0645\u0647 \u0631\u0628\u0639\u0647"]),t.s) -B.R3=A.a(s(["y \u0569. MMMM d, EEEE","dd MMMM, y \u0569.","dd MMM, y \u0569.","dd.MM.yy"]),t.s) -B.vp=A.a(s(["Su.","M\xe4.","Zi.","Mi.","Du.","Fr.","Sa."]),t.s) -B.vq=A.a(s(["\u044f\u043d\u0432\u0430\u0440\u044c","\u0444\u0435\u0432\u0440\u0430\u043b\u044c","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0435\u043b\u044c","\u043c\u0430\u0439","\u0438\u044e\u043d\u044c","\u0438\u044e\u043b\u044c","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c","\u043e\u043a\u0442\u044f\u0431\u0440\u044c","\u043d\u043e\u044f\u0431\u0440\u044c","\u0434\u0435\u043a\u0430\u0431\u0440\u044c"]),t.s) -B.R4=A.a(s(["Yanvar","Fevral","Mart","Aprel","May","\u0130yun","\u0130yul","Avqust","Sentyabr","Oktyabr","Noyabr","Dekabr"]),t.s) -B.R5=A.a(s(["\u0411\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437\u0493\u0430 \u0434\u0435\u0439\u0456\u043d","\u0431\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437"]),t.s) -B.hb=A.a(s(["D","L","M","M","G","V","S"]),t.s) -B.R7=A.a(s(["J","F","M","A","M","\u0120","L","A","S","O","N","D"]),t.s) -B.R6=A.a(s(["sije\u010danj","velja\u010da","o\u017eujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"]),t.s) -B.np=new A.iN(0,"left") -B.CN=new A.iN(1,"right") -B.CO=new A.iN(2,"center") -B.nq=new A.iN(3,"justify") -B.cL=new A.iN(4,"start") -B.CP=new A.iN(5,"end") -B.R8=A.a(s([B.np,B.CN,B.CO,B.nq,B.cL,B.CP]),A.S("t")) -B.R9=A.a(s(["Die","H\xebn","Mar","M\xebr","Enj","Pre","Sht"]),t.s) -B.Ra=A.a(s(["\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac","\u0996\u09cd\u09b0\u09c0\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]),t.s) -B.vr=A.a(s(["\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0","\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0","\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0","\u0aac\u0ac1\u0aa7\u0ab5\u0abe\u0ab0","\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0","\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0","\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0"]),t.s) -B.jf=A.a(s(["\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f","\u0645\u064a\u0644\u0627\u062f\u064a"]),t.s) -B.vs=A.a(s(["\u0399","\u03a6","\u039c","\u0391","\u039c","\u0399","\u0399","\u0391","\u03a3","\u039f","\u039d","\u0394"]),t.s) -B.F_=new A.dr("H\xf4m Nay",B.oW) -B.Ix=new A.db(61829,"MyFlutterApp",!1) -B.F0=new A.dr("T\xecm Ng\xe0y D\u01b0\u01a1ng",B.Ix) -B.Iy=new A.db(61830,"MyFlutterApp",!1) -B.EZ=new A.dr("T\xecm Ng\xe0y \xc2m",B.Iy) -B.vt=A.a(s([B.F_,B.F0,B.EZ]),A.S("t")) -B.Rb=A.a(s(["p.m.\u0113.","m.\u0113."]),t.s) -B.Rc=A.a(s(["\u0434\u043e \u043d. \u0435.","\u043d. \u0435."]),t.s) -B.vu=A.a(s(["S","M","\xde","M","F","F","L"]),t.s) -B.Rd=A.a(s(["nt\u0254\u0301ng\u0254\u0301","mp\xf3kwa"]),t.s) -B.vv=A.a(s(["su","ma","ti","ke","to","pe","la"]),t.s) -B.vw=A.a(s(["D\xe9 Domhnaigh","D\xe9 Luain","D\xe9 M\xe1irt","D\xe9 C\xe9adaoin","D\xe9ardaoin","D\xe9 hAoine","D\xe9 Sathairn"]),t.s) -B.Re=A.a(s(["1-\u0447\u0435\u0439\u0440\u0435\u043a","2-\u0447\u0435\u0439\u0440\u0435\u043a","3-\u0447\u0435\u0439\u0440\u0435\u043a","4-\u0447\u0435\u0439\u0440\u0435\u043a"]),t.s) -B.vx=A.a(s(["\u0c1c","\u0c2b\u0c3f","\u0c2e\u0c3e","\u0c0f","\u0c2e\u0c47","\u0c1c\u0c42","\u0c1c\u0c41","\u0c06","\u0c38\u0c46","\u0c05","\u0c28","\u0c21\u0c3f"]),t.s) -B.hc=A.a(s(["n","p","u","s","\u010d","p","s"]),t.s) -B.c5=A.a(s(["Lin","Lun","Mar","Miy","Huw","Biy","Sab"]),t.s) -B.vy=A.a(s(["I","Ch","M","E","M","M","G","A","M","H","T","Rh"]),t.s) -B.dp=A.a(s(["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]),t.s) -B.Rf=A.a(s(["\u043f. \u043d. \u0435.","\u043d. \u0435."]),t.s) -B.vz=A.a(s(["dg.","dl.","dt.","dc.","dj.","dv.","ds."]),t.s) -B.Rg=A.a(s(["sv\u0113td.","pirmd.","otrd.","tre\u0161d.","ceturtd.","piektd.","sestd."]),t.s) -B.vA=A.a(s(["\u0a1c\u0a28\u0a35\u0a30\u0a40","\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40","\u0a2e\u0a3e\u0a30\u0a1a","\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32","\u0a2e\u0a08","\u0a1c\u0a42\u0a28","\u0a1c\u0a41\u0a32\u0a3e\u0a08","\u0a05\u0a17\u0a38\u0a24","\u0a38\u0a24\u0a70\u0a2c\u0a30","\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30","\u0a28\u0a35\u0a70\u0a2c\u0a30","\u0a26\u0a38\u0a70\u0a2c\u0a30"]),t.s) -B.jg=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d MMM y","d/M/yy"]),t.s) -B.Rh=A.a(s(["p\u0159. n. l.","n. l."]),t.s) -B.P=A.a(s(["1","2","3","4","5","6","7","8","9","10","11","12"]),t.s) -B.Ri=A.a(s([!0,!1]),t.HZ) -B.Rj=A.a(s(["tammi","helmi","maalis","huhti","touko","kes\xe4","hein\xe4","elo","syys","loka","marras","joulu"]),t.s) -B.Rk=A.a(s(["H \u0ec2\u0ea1\u0e87 m \u0e99\u0eb2\u0e97\u0eb5 ss \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5 zzzz","H \u0ec2\u0ea1\u0e87 m \u0e99\u0eb2\u0e97\u0eb5 ss \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5 z","H:mm:ss","H:mm"]),t.s) -B.vB=A.a(s(["\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6","\u05d0\u05d7\u05d4\u05f4\u05e6"]),t.s) -B.Rl=A.a(s(["\u099c\u09be\u09a8\u09c1","\u09ab\u09c7\u09ac","\u09ae\u09be\u09b0\u09cd\u099a","\u098f\u09aa\u09cd\u09b0\u09bf\u09b2","\u09ae\u09c7","\u099c\u09c1\u09a8","\u099c\u09c1\u09b2\u09be\u0987","\u0986\u0997\u09b8\u09cd\u099f","\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0","\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0","\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0","\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"]),t.s) -B.Rm=A.a(s(["\u0ca4\u0ccd\u0cb0\u0cc8 1","\u0ca4\u0ccd\u0cb0\u0cc8 2","\u0ca4\u0ccd\u0cb0\u0cc8 3","\u0ca4\u0ccd\u0cb0\u0cc8 4"]),t.s) -B.vC=A.a(s(["J\xe4nner","Februar","M\xe4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]),t.s) -B.Rn=A.a(s(["\u043f\u0440\u0435\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430","\u043e\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430"]),t.s) -B.Ro=A.a(s(["ennen Kristuksen syntym\xe4\xe4","j\xe4lkeen Kristuksen syntym\xe4n"]),t.s) -B.vD=A.a(s(["HH:mm:ss (zzzz)","HH:mm:ss (z)","HH:mm:ss","HH:mm"]),t.s) -B.vE=A.a(s(["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]),t.s) -B.Rp=A.a(s(["Milattan \xd6nce","Milattan Sonra"]),t.s) -B.vF=A.a(s(["D","L","M","C","D","A","S"]),t.s) -B.hd=A.a(s(["\u064a\u0648\u0646\u06cd","\u062f\u0648\u0646\u06cd","\u062f\u0631\u06d0\u0646\u06cd","\u0685\u0644\u0631\u0646\u06cd","\u067e\u064a\u0646\u0681\u0646\u06cd","\u062c\u0645\u0639\u0647","\u0627\u0648\u0646\u06cd"]),t.s) -B.dq=A.a(s(["dim.","lun.","mar.","mer.","jeu.","ven.","sam."]),t.s) -B.Rr=A.a(s(["a-raok J.K.","goude J.K."]),t.s) -B.Rs=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","d/MM/yy"]),t.s) -B.vG=A.a(s(["\u0436\u0435\u043a\u0441\u0435\u043d\u0431\u0456","\u0434\u04af\u0439\u0441\u0435\u043d\u0431\u0456","\u0441\u0435\u0439\u0441\u0435\u043d\u0431\u0456","\u0441\u04d9\u0440\u0441\u0435\u043d\u0431\u0456","\u0431\u0435\u0439\u0441\u0435\u043d\u0431\u0456","\u0436\u04b1\u043c\u0430","\u0441\u0435\u043d\u0431\u0456"]),t.s) -B.Rt=A.a(s(["HH 'h' mm 'min' ss 's' zzzz","HH 'h' mm 'min' ss 's' z","HH 'h' mm 'min' ss 's'","HH 'h' mm"]),t.s) -B.he=A.a(s(["dom","seg","ter","qua","qui","sex","s\xe1b"]),t.s) -B.vH=A.a(s(["\u049a","\u0410","\u041d","\u0421","\u041c","\u041c","\u0428","\u0422","\u049a","\u049a","\u049a","\u0416"]),t.s) -B.hf=A.a(s(["\u06cc\u06a9\u0634\u0646\u0628\u0647","\u062f\u0648\u0634\u0646\u0628\u0647","\u0633\u0647\u200c\u0634\u0646\u0628\u0647","\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647","\u067e\u0646\u062c\u0634\u0646\u0628\u0647","\u062c\u0645\u0639\u0647","\u0634\u0646\u0628\u0647"]),t.s) -B.Ru=A.a(s(["\u0441\u0456\u0447","\u043b\u044e\u0442","\u0431\u0435\u0440","\u043a\u0432\u0456","\u0442\u0440\u0430","\u0447\u0435\u0440","\u043b\u0438\u043f","\u0441\u0435\u0440","\u0432\u0435\u0440","\u0436\u043e\u0432","\u043b\u0438\u0441","\u0433\u0440\u0443"]),t.s) -B.Rv=A.a(s(["1-\u056b\u0576 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f","2-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f","3-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f","4-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f"]),t.s) -B.S=A.a(s(["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]),t.s) -B.jh=A.a(s(["f\xf8r Kristus","etter Kristus"]),t.s) -B.Rx=A.a(s(["\u0126d","Tn","Tl","Er","\u0126m","\u0120m","Sb"]),t.s) -B.Ry=A.a(s(["\u0c95\u0ccd\u0cb0\u0cbf.\u0caa\u0cc2","\u0c95\u0ccd\u0cb0\u0cbf.\u0cb6"]),t.s) -B.vI=A.a(s(["bind","if","ref","repeat","syntax"]),t.s) -B.Rz=A.a(s(["\u0d1e","\u0d24\u0d3f","\u0d1a\u0d4a","\u0d2c\u0d41","\u0d35\u0d4d\u0d2f\u0d3e","\u0d35\u0d46","\u0d36"]),t.s) -B.RA=A.a(s([B.eP,B.ib,B.nY]),A.S("t")) -B.vJ=A.a(s(["1-\u0439 \u043a\u0432.","2-\u0439 \u043a\u0432.","3-\u0439 \u043a\u0432.","4-\u0439 \u043a\u0432."]),t.s) -B.dr=A.a(s(["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]),t.s) -B.RB=A.a(s(["\u0a08. \u0a2a\u0a42.","\u0a38\u0a70\u0a28"]),t.s) -B.RC=A.a(s(["I \u0443\u043b\u0438\u0440\u0430\u043b","II \u0443\u043b\u0438\u0440\u0430\u043b","III \u0443\u043b\u0438\u0440\u0430\u043b","IV \u0443\u043b\u0438\u0440\u0430\u043b"]),t.s) -B.vL=A.a(s(["duminic\u0103","luni","mar\u021bi","miercuri","joi","vineri","s\xe2mb\u0103t\u0103"]),t.s) -B.vK=A.a(s(["I","F","M","A","M","I","I","A","S","O","N","D"]),t.s) -B.RD=A.a(s(["EEEE\u060c d MMMM\u060c y","d MMMM\u060c y","d MMM\u060c y","d/M/yy"]),t.s) -B.RE=A.a(s(["ikota yesi-1","ikota yesi-2","ikota yesi-3","ikota yesi-4"]),t.s) -B.RF=A.a(s(["h:mm:ss a, zzzz","h:mm:ss a, z","h:mm:ss a","h:mm a"]),t.s) -B.RG=A.a(s(["{1} \u0915\u094b {0}","{1} \u0915\u094b {0}","{1}, {0}","{1}, {0}"]),t.s) -B.RJ=A.a(s(["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]),t.s) -B.RI=A.a(s(["{1} 'kl'. {0}","{1} 'kl'. {0}","{1}, {0}","{1}, {0}"]),t.s) -B.vN=A.a(s(["niedz.","pon.","wt.","\u015br.","czw.","pt.","sob."]),t.s) -B.vM=A.a(s(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799","\u1785\u1793\u17d2\u1791","\u17a2\u1784\u17d2\u1782\u17b6\u179a","\u1796\u17bb\u1792","\u1796\u17d2\u179a\u17a0","\u179f\u17bb\u1780\u17d2\u179a","\u179f\u17c5\u179a\u17cd"]),t.s) -B.RH=A.a(s(["ledna","\xfanora","b\u0159ezna","dubna","kv\u011btna","\u010dervna","\u010dervence","srpna","z\xe1\u0159\xed","\u0159\xedjna","listopadu","prosince"]),t.s) -B.hg=A.a(s(["dom","lun","mar","mer","gio","ven","sab"]),t.s) -B.RK=A.a(s(["H:mm:ss '\u0447'. zzzz","H:mm:ss '\u0447'. z","H:mm:ss '\u0447'.","H:mm '\u0447'."]),t.s) -B.RL=A.a(s(["1. hiruhilekoa","2. hiruhilekoa","3. hiruhilekoa","4. hiruhilekoa"]),t.s) -B.RM=A.a(s(["miloddan avvalgi","milodiy"]),t.s) -B.vO=A.a(s(["J","V","M","A","M","J","J","A","S","O","N","D"]),t.s) -B.vP=A.a(s(["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]),t.s) -B.hh=A.a(s(["Min","Sen","Sel","Rab","Kam","Jum","Sab"]),t.s) -B.vQ=A.a(s(["\u091c\u0928\u0935\u0930\u0940","\u092b\u093c\u0930\u0935\u0930\u0940","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930\u0948\u0932","\u092e\u0908","\u091c\u0942\u0928","\u091c\u0941\u0932\u093e\u0908","\u0905\u0917\u0938\u094d\u0924","\u0938\u093f\u0924\u0902\u092c\u0930","\u0905\u0915\u094d\u0924\u0942\u092c\u0930","\u0928\u0935\u0902\u092c\u0930","\u0926\u093f\u0938\u0902\u092c\u0930"]),t.s) -B.hi=A.a(s(["\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031","\u1010\u1014\u1004\u103a\u1039\u101c\u102c","\u1021\u1004\u103a\u1039\u1002\u102b","\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038","\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038","\u101e\u1031\u102c\u1000\u103c\u102c","\u1005\u1014\u1031"]),t.s) -B.RN=A.a(s(["\u043d\u044f\u043c","\u0434\u0430\u0432\u0430\u0430","\u043c\u044f\u0433\u043c\u0430\u0440","\u043b\u0445\u0430\u0433\u0432\u0430","\u043f\u04af\u0440\u044d\u0432","\u0431\u0430\u0430\u0441\u0430\u043d","\u0431\u044f\u043c\u0431\u0430"]),t.s) -B.hj=A.a(s(["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"]),t.s) -B.RO=A.a(s(["tammik.","helmik.","maalisk.","huhtik.","toukok.","kes\xe4k.","hein\xe4k.","elok.","syysk.","lokak.","marrask.","jouluk."]),t.s) -B.RP=A.a(s(["\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044c","\u043b\u044e\u0442\u044b","\u0441\u0430\u043a\u0430\u0432\u0456\u043a","\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a","\u043c\u0430\u0439","\u0447\u044d\u0440\u0432\u0435\u043d\u044c","\u043b\u0456\u043f\u0435\u043d\u044c","\u0436\u043d\u0456\u0432\u0435\u043d\u044c","\u0432\u0435\u0440\u0430\u0441\u0435\u043d\u044c","\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a","\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434","\u0441\u043d\u0435\u0436\u0430\u043d\u044c"]),t.s) -B.RQ=A.a(s(["Krisztus el\u0151tt","id\u0151sz\xe1m\xedt\xe1sunk szerint"]),t.s) -B.RR=A.a(s(["eram\u0131zdan \u0259vv\u0259l","yeni era"]),t.s) -B.vR=A.a(s(["\u1303\u1295\u12e9","\u134c\u1265\u1229","\u121b\u122d\u127d","\u12a4\u1355\u122a","\u121c\u12ed","\u1301\u1295","\u1301\u120b\u12ed","\u12a6\u1308\u1235","\u1234\u1355\u1274","\u12a6\u12ad\u1276","\u1296\u126c\u121d","\u12f2\u1234\u121d"]),t.s) -B.ji=A.a(s(["{1} 'um' {0}","{1} 'um' {0}","{1}, {0}","{1}, {0}"]),t.s) -B.vS=A.a(s(["\u039a","\u0394","\u03a4","\u03a4","\u03a0","\u03a0","\u03a3"]),t.s) -B.vT=A.a(s(["\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 1","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 2","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 3","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 4"]),t.s) -B.S_=A.a(s(["\u043f\u0440.\u043e\u0431.","\u0441\u043b.\u043e\u0431."]),t.s) -B.S0=A.a(s(["v.C.","n.C."]),t.s) -B.S1=A.a(s([0,4,12,1,5,13,3,7,15]),t.t) -B.vU=A.a(s(["led","\xfano","b\u0159e","dub","kv\u011b","\u010dvn","\u010dvc","srp","z\xe1\u0159","\u0159\xedj","lis","pro"]),t.s) -B.S2=A.a(s(["yb","yh"]),t.s) -B.jj=A.a(s(["A::href","AREA::href","BLOCKQUOTE::cite","BODY::background","COMMAND::icon","DEL::cite","FORM::action","IMG::src","INPUT::src","INS::cite","Q::cite","VIDEO::poster"]),t.s) -B.S3=A.a(s(["\u0441\u0442\u0443","\u043b\u044e\u0442","\u0441\u0430\u043a","\u043a\u0440\u0430","\u043c\u0430\u044f","\u0447\u044d\u0440","\u043b\u0456\u043f","\u0436\u043d\u0456","\u0432\u0435\u0440","\u043a\u0430\u0441","\u043b\u0456\u0441","\u0441\u043d\u0435"]),t.s) -B.hk=A.a(s(["Januar","Februar","M\xe4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]),t.s) -B.S4=A.a(s(["\u0908\u0938\u0935\u0940\u0938\u0928\u092a\u0942\u0930\u094d\u0935","\u0908\u0938\u0935\u0940\u0938\u0928"]),t.s) -B.vV=A.a(s(["\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e1\u05e4\u05d9\u05e8\u05d4","\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"]),t.s) -B.S5=A.a(s(["janu\xe1ra","febru\xe1ra","marca","apr\xedla","m\xe1ja","j\xfana","j\xfala","augusta","septembra","okt\xf3bra","novembra","decembra"]),t.s) -B.cu=A.a(s(["s\xf8n.","man.","tir.","ons.","tor.","fre.","l\xf8r."]),t.s) -B.S6=A.a(s(["1. \u010dtvrtlet\xed","2. \u010dtvrtlet\xed","3. \u010dtvrtlet\xed","4. \u010dtvrtlet\xed"]),t.s) -B.S7=A.a(s(["EEEE \u062f y \u062f MMMM d","\u062f y \u062f MMMM d","y MMM d","y/M/d"]),t.s) -B.c6=A.a(s(["v. Chr.","n. Chr."]),t.s) -B.S8=A.a(s(["\u043d\u0435\u0434.","\u043f\u043e\u043d.","\u0432\u0442.","\u0441\u0440\u0435.","\u0447\u0435\u0442.","\u043f\u0435\u0442.","\u0441\u0430\u0431."]),t.s) -B.Sa=A.a(s(["{1} {0}\u0c15\u0c3f","{1} {0}\u0c15\u0c3f","{1} {0}","{1} {0}"]),t.s) -B.S9=A.a(s(["yanvar","fevral","mart","aprel","may","iyun","iyul","avqust","sentyabr","oktyabr","noyabr","dekabr"]),t.s) -B.Sb=A.a(s(["lib\xf3so ya","nsima ya Y"]),t.s) -B.vW=A.a(s(["Jan.","Feb.","Mrt.","Apr.","Mei","Jun.","Jul.","Aug.","Sep.","Okt.","Nov.","Des."]),t.s) -B.Sc=A.a(s(["gen.","febr.","mar\xe7","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."]),t.s) -B.ds=new A.d(4294967304) -B.hn=new A.d(4294967323) -B.cv=new A.d(4294967423) -B.jm=new A.d(4294967558) -B.ht=new A.d(8589934848) -B.hu=new A.d(8589934849) -B.eg=new A.d(8589934850) -B.eh=new A.d(8589934851) -B.hv=new A.d(8589934852) -B.hw=new A.d(8589934853) -B.hx=new A.d(8589934854) -B.hy=new A.d(8589934855) -B.i=new A.k(0,0) -B.cO=new A.iS(B.i) -B.TP=new A.pD(B.i,B.cO) -B.TQ=new A.Xi("longPress") -B.TR=new A.pE(B.i,B.i) -B.ap=new A.jF(0,"start") -B.AJ=new A.jF(1,"end") -B.AK=new A.jF(2,"center") -B.AL=new A.jF(3,"spaceBetween") -B.jD=new A.jF(4,"spaceAround") -B.hz=new A.jF(5,"spaceEvenly") -B.dv=new A.wa(0,"min") -B.ak=new A.wa(1,"max") -B.J4=A.a(s(["BU","DD","FX","TP","YD","ZR"]),t.s) -B.bH=new A.G(6,{BU:"MM",DD:"DE",FX:"FR",TP:"TL",YD:"YE",ZR:"CD"},B.J4,t.w) -B.ph=A.a(s(["AVRInput","AVRPower","Accel","Accept","Again","AllCandidates","Alphanumeric","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F3","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchAssistant","LaunchCalendar","LaunchContacts","LaunchControlPanel","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkip","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","ShiftLevel5","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Soft5","Soft6","Soft7","Soft8","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle"]),t.s) -B.yk=new A.d(4294970632) -B.yl=new A.d(4294970633) -B.w_=new A.d(4294967553) -B.wf=new A.d(4294968577) -B.wg=new A.d(4294968578) -B.wE=new A.d(4294969089) -B.wF=new A.d(4294969090) -B.w0=new A.d(4294967555) -B.zO=new A.d(4294971393) -B.bF=new A.d(4294968065) -B.bd=new A.d(4294968066) -B.be=new A.d(4294968067) -B.bG=new A.d(4294968068) -B.wh=new A.d(4294968579) -B.yd=new A.d(4294970625) -B.ye=new A.d(4294970626) -B.yf=new A.d(4294970627) -B.zF=new A.d(4294970882) -B.yg=new A.d(4294970628) -B.yh=new A.d(4294970629) -B.yi=new A.d(4294970630) -B.yj=new A.d(4294970631) -B.zG=new A.d(4294970884) -B.zH=new A.d(4294970885) -B.xP=new A.d(4294969871) -B.xR=new A.d(4294969873) -B.xQ=new A.d(4294969872) -B.wt=new A.d(4294968833) -B.wu=new A.d(4294968834) -B.y6=new A.d(4294970369) -B.y7=new A.d(4294970370) -B.y8=new A.d(4294970371) -B.y9=new A.d(4294970372) -B.ya=new A.d(4294970373) -B.yb=new A.d(4294970374) -B.yc=new A.d(4294970375) -B.zP=new A.d(4294971394) -B.wv=new A.d(4294968835) -B.zQ=new A.d(4294971395) -B.wi=new A.d(4294968580) -B.ym=new A.d(4294970634) -B.yn=new A.d(4294970635) -B.jn=new A.d(4294968321) -B.xC=new A.d(4294969857) -B.yu=new A.d(4294970642) -B.wG=new A.d(4294969091) -B.yo=new A.d(4294970636) -B.yp=new A.d(4294970637) -B.yq=new A.d(4294970638) -B.yr=new A.d(4294970639) -B.ys=new A.d(4294970640) -B.yt=new A.d(4294970641) -B.wH=new A.d(4294969092) -B.wj=new A.d(4294968581) -B.wI=new A.d(4294969093) -B.w7=new A.d(4294968322) -B.w8=new A.d(4294968323) -B.w9=new A.d(4294968324) -B.zs=new A.d(4294970703) -B.yv=new A.d(4294970643) -B.yw=new A.d(4294970644) -B.wX=new A.d(4294969108) -B.ww=new A.d(4294968836) -B.dt=new A.d(4294968069) -B.zR=new A.d(4294971396) -B.hm=new A.d(4294967309) -B.wa=new A.d(4294968325) -B.wb=new A.d(4294968326) -B.wk=new A.d(4294968582) -B.yx=new A.d(4294970645) -B.x6=new A.d(4294969345) -B.xf=new A.d(4294969354) -B.xg=new A.d(4294969355) -B.xh=new A.d(4294969356) -B.xi=new A.d(4294969357) -B.xj=new A.d(4294969358) -B.xk=new A.d(4294969359) -B.xl=new A.d(4294969360) -B.xm=new A.d(4294969361) -B.xn=new A.d(4294969362) -B.xo=new A.d(4294969363) -B.x7=new A.d(4294969346) -B.xp=new A.d(4294969364) -B.xq=new A.d(4294969365) -B.xr=new A.d(4294969366) -B.xs=new A.d(4294969367) -B.xt=new A.d(4294969368) -B.x8=new A.d(4294969347) -B.x9=new A.d(4294969348) -B.xa=new A.d(4294969349) -B.xb=new A.d(4294969350) -B.xc=new A.d(4294969351) -B.xd=new A.d(4294969352) -B.xe=new A.d(4294969353) -B.yy=new A.d(4294970646) -B.yz=new A.d(4294970647) -B.yA=new A.d(4294970648) -B.yB=new A.d(4294970649) -B.yC=new A.d(4294970650) -B.yD=new A.d(4294970651) -B.yE=new A.d(4294970652) -B.yF=new A.d(4294970653) -B.yG=new A.d(4294970654) -B.yH=new A.d(4294970655) -B.yI=new A.d(4294970656) -B.yJ=new A.d(4294970657) -B.wJ=new A.d(4294969094) -B.wl=new A.d(4294968583) -B.w1=new A.d(4294967559) -B.zS=new A.d(4294971397) -B.zT=new A.d(4294971398) -B.wK=new A.d(4294969095) -B.wL=new A.d(4294969096) -B.wM=new A.d(4294969097) -B.wN=new A.d(4294969098) -B.yK=new A.d(4294970658) -B.yL=new A.d(4294970659) -B.yM=new A.d(4294970660) -B.wU=new A.d(4294969105) -B.wV=new A.d(4294969106) -B.wY=new A.d(4294969109) -B.zU=new A.d(4294971399) -B.wm=new A.d(4294968584) -B.wB=new A.d(4294968841) -B.wZ=new A.d(4294969110) -B.x_=new A.d(4294969111) -B.du=new A.d(4294968070) -B.w2=new A.d(4294967560) -B.yN=new A.d(4294970661) -B.jo=new A.d(4294968327) -B.yO=new A.d(4294970662) -B.wW=new A.d(4294969107) -B.x0=new A.d(4294969112) -B.x1=new A.d(4294969113) -B.x2=new A.d(4294969114) -B.Ap=new A.d(4294971905) -B.Aq=new A.d(4294971906) -B.zV=new A.d(4294971400) -B.xX=new A.d(4294970118) -B.xS=new A.d(4294970113) -B.y4=new A.d(4294970126) -B.xT=new A.d(4294970114) -B.y2=new A.d(4294970124) -B.y5=new A.d(4294970127) -B.xU=new A.d(4294970115) -B.xV=new A.d(4294970116) -B.xW=new A.d(4294970117) -B.y3=new A.d(4294970125) -B.xY=new A.d(4294970119) -B.xZ=new A.d(4294970120) -B.y_=new A.d(4294970121) -B.y0=new A.d(4294970122) -B.y1=new A.d(4294970123) -B.yP=new A.d(4294970663) -B.yQ=new A.d(4294970664) -B.yR=new A.d(4294970665) -B.yS=new A.d(4294970666) -B.wx=new A.d(4294968837) -B.xD=new A.d(4294969858) -B.xE=new A.d(4294969859) -B.xF=new A.d(4294969860) -B.zX=new A.d(4294971402) -B.yT=new A.d(4294970667) -B.zt=new A.d(4294970704) -B.zE=new A.d(4294970715) -B.yU=new A.d(4294970668) -B.yV=new A.d(4294970669) -B.yW=new A.d(4294970670) -B.yX=new A.d(4294970671) -B.xG=new A.d(4294969861) -B.yY=new A.d(4294970672) -B.yZ=new A.d(4294970673) -B.z_=new A.d(4294970674) -B.zu=new A.d(4294970705) -B.zv=new A.d(4294970706) -B.zw=new A.d(4294970707) -B.zx=new A.d(4294970708) -B.xH=new A.d(4294969863) -B.zy=new A.d(4294970709) -B.xI=new A.d(4294969864) -B.xJ=new A.d(4294969865) -B.zI=new A.d(4294970886) -B.zJ=new A.d(4294970887) -B.zL=new A.d(4294970889) -B.zK=new A.d(4294970888) -B.wO=new A.d(4294969099) -B.zz=new A.d(4294970710) -B.zA=new A.d(4294970711) -B.zB=new A.d(4294970712) -B.zC=new A.d(4294970713) -B.xK=new A.d(4294969866) -B.wP=new A.d(4294969100) -B.z0=new A.d(4294970675) -B.z1=new A.d(4294970676) -B.wQ=new A.d(4294969101) -B.zW=new A.d(4294971401) -B.z2=new A.d(4294970677) -B.xL=new A.d(4294969867) -B.hr=new A.d(4294968071) -B.hs=new A.d(4294968072) -B.zD=new A.d(4294970714) -B.wc=new A.d(4294968328) -B.wn=new A.d(4294968585) -B.z3=new A.d(4294970678) -B.z4=new A.d(4294970679) -B.z5=new A.d(4294970680) -B.z6=new A.d(4294970681) -B.wo=new A.d(4294968586) -B.z7=new A.d(4294970682) -B.z8=new A.d(4294970683) -B.z9=new A.d(4294970684) -B.wy=new A.d(4294968838) -B.wz=new A.d(4294968839) -B.wR=new A.d(4294969102) -B.xM=new A.d(4294969868) -B.wA=new A.d(4294968840) -B.wS=new A.d(4294969103) -B.wp=new A.d(4294968587) -B.za=new A.d(4294970685) -B.zb=new A.d(4294970686) -B.zc=new A.d(4294970687) -B.wd=new A.d(4294968329) -B.zd=new A.d(4294970688) -B.x3=new A.d(4294969115) -B.zi=new A.d(4294970693) -B.zj=new A.d(4294970694) -B.xN=new A.d(4294969869) -B.ze=new A.d(4294970689) -B.zf=new A.d(4294970690) -B.wq=new A.d(4294968588) -B.zg=new A.d(4294970691) -B.w6=new A.d(4294967569) -B.wT=new A.d(4294969104) -B.xu=new A.d(4294969601) -B.xv=new A.d(4294969602) -B.xw=new A.d(4294969603) -B.xx=new A.d(4294969604) -B.xy=new A.d(4294969605) -B.xz=new A.d(4294969606) -B.xA=new A.d(4294969607) -B.xB=new A.d(4294969608) -B.zM=new A.d(4294971137) -B.zN=new A.d(4294971138) -B.xO=new A.d(4294969870) -B.zh=new A.d(4294970692) -B.wC=new A.d(4294968842) -B.zk=new A.d(4294970695) -B.w3=new A.d(4294967566) -B.w4=new A.d(4294967567) -B.w5=new A.d(4294967568) -B.zm=new A.d(4294970697) -B.zZ=new A.d(4294971649) -B.A_=new A.d(4294971650) -B.A0=new A.d(4294971651) -B.A1=new A.d(4294971652) -B.A2=new A.d(4294971653) -B.A3=new A.d(4294971654) -B.A4=new A.d(4294971655) -B.zn=new A.d(4294970698) -B.A5=new A.d(4294971656) -B.A6=new A.d(4294971657) -B.A7=new A.d(4294971658) -B.A8=new A.d(4294971659) -B.A9=new A.d(4294971660) -B.Aa=new A.d(4294971661) -B.Ab=new A.d(4294971662) -B.Ac=new A.d(4294971663) -B.Ad=new A.d(4294971664) -B.Ae=new A.d(4294971665) -B.Af=new A.d(4294971666) -B.Ag=new A.d(4294971667) -B.zo=new A.d(4294970699) -B.Ah=new A.d(4294971668) -B.Ai=new A.d(4294971669) -B.Aj=new A.d(4294971670) -B.Ak=new A.d(4294971671) -B.Al=new A.d(4294971672) -B.Am=new A.d(4294971673) -B.An=new A.d(4294971674) -B.Ao=new A.d(4294971675) -B.hl=new A.d(4294967305) -B.zl=new A.d(4294970696) -B.we=new A.d(4294968330) -B.vZ=new A.d(4294967297) -B.zp=new A.d(4294970700) -B.zY=new A.d(4294971403) -B.wD=new A.d(4294968843) -B.zq=new A.d(4294970701) -B.x4=new A.d(4294969116) -B.x5=new A.d(4294969117) -B.wr=new A.d(4294968589) -B.ws=new A.d(4294968590) -B.zr=new A.d(4294970702) -B.TS=new A.G(300,{AVRInput:B.yk,AVRPower:B.yl,Accel:B.w_,Accept:B.wf,Again:B.wg,AllCandidates:B.wE,Alphanumeric:B.wF,AltGraph:B.w0,AppSwitch:B.zO,ArrowDown:B.bF,ArrowLeft:B.bd,ArrowRight:B.be,ArrowUp:B.bG,Attn:B.wh,AudioBalanceLeft:B.yd,AudioBalanceRight:B.ye,AudioBassBoostDown:B.yf,AudioBassBoostToggle:B.zF,AudioBassBoostUp:B.yg,AudioFaderFront:B.yh,AudioFaderRear:B.yi,AudioSurroundModeNext:B.yj,AudioTrebleDown:B.zG,AudioTrebleUp:B.zH,AudioVolumeDown:B.xP,AudioVolumeMute:B.xR,AudioVolumeUp:B.xQ,Backspace:B.ds,BrightnessDown:B.wt,BrightnessUp:B.wu,BrowserBack:B.y6,BrowserFavorites:B.y7,BrowserForward:B.y8,BrowserHome:B.y9,BrowserRefresh:B.ya,BrowserSearch:B.yb,BrowserStop:B.yc,Call:B.zP,Camera:B.wv,CameraFocus:B.zQ,Cancel:B.wi,CapsLock:B.ho,ChannelDown:B.ym,ChannelUp:B.yn,Clear:B.jn,Close:B.xC,ClosedCaptionToggle:B.yu,CodeInput:B.wG,ColorF0Red:B.yo,ColorF1Green:B.yp,ColorF2Yellow:B.yq,ColorF3Blue:B.yr,ColorF4Grey:B.ys,ColorF5Brown:B.yt,Compose:B.wH,ContextMenu:B.wj,Convert:B.wI,Copy:B.w7,CrSel:B.w8,Cut:B.w9,DVR:B.zs,Delete:B.cv,Dimmer:B.yv,DisplaySwap:B.yw,Eisu:B.wX,Eject:B.ww,End:B.dt,EndCall:B.zR,Enter:B.hm,EraseEof:B.wa,Escape:B.hn,ExSel:B.wb,Execute:B.wk,Exit:B.yx,F1:B.x6,F10:B.xf,F11:B.xg,F12:B.xh,F13:B.xi,F14:B.xj,F15:B.xk,F16:B.xl,F17:B.xm,F18:B.xn,F19:B.xo,F2:B.x7,F20:B.xp,F21:B.xq,F22:B.xr,F23:B.xs,F24:B.xt,F3:B.x8,F4:B.x9,F5:B.xa,F6:B.xb,F7:B.xc,F8:B.xd,F9:B.xe,FavoriteClear0:B.yy,FavoriteClear1:B.yz,FavoriteClear2:B.yA,FavoriteClear3:B.yB,FavoriteRecall0:B.yC,FavoriteRecall1:B.yD,FavoriteRecall2:B.yE,FavoriteRecall3:B.yF,FavoriteStore0:B.yG,FavoriteStore1:B.yH,FavoriteStore2:B.yI,FavoriteStore3:B.yJ,FinalMode:B.wJ,Find:B.wl,Fn:B.jm,FnLock:B.w1,GoBack:B.zS,GoHome:B.zT,GroupFirst:B.wK,GroupLast:B.wL,GroupNext:B.wM,GroupPrevious:B.wN,Guide:B.yK,GuideNextDay:B.yL,GuidePreviousDay:B.yM,HangulMode:B.wU,HanjaMode:B.wV,Hankaku:B.wY,HeadsetHook:B.zU,Help:B.wm,Hibernate:B.wB,Hiragana:B.wZ,HiraganaKatakana:B.x_,Home:B.du,Hyper:B.w2,Info:B.yN,Insert:B.jo,InstantReplay:B.yO,JunjaMode:B.wW,KanaMode:B.x0,KanjiMode:B.x1,Katakana:B.x2,Key11:B.Ap,Key12:B.Aq,LastNumberRedial:B.zV,LaunchApplication1:B.xX,LaunchApplication2:B.xS,LaunchAssistant:B.y4,LaunchCalendar:B.xT,LaunchContacts:B.y2,LaunchControlPanel:B.y5,LaunchMail:B.xU,LaunchMediaPlayer:B.xV,LaunchMusicPlayer:B.xW,LaunchPhone:B.y3,LaunchScreenSaver:B.xY,LaunchSpreadsheet:B.xZ,LaunchWebBrowser:B.y_,LaunchWebCam:B.y0,LaunchWordProcessor:B.y1,Link:B.yP,ListProgram:B.yQ,LiveContent:B.yR,Lock:B.yS,LogOff:B.wx,MailForward:B.xD,MailReply:B.xE,MailSend:B.xF,MannerMode:B.zX,MediaApps:B.yT,MediaAudioTrack:B.zt,MediaClose:B.zE,MediaFastForward:B.yU,MediaLast:B.yV,MediaPause:B.yW,MediaPlay:B.yX,MediaPlayPause:B.xG,MediaRecord:B.yY,MediaRewind:B.yZ,MediaSkip:B.z_,MediaSkipBackward:B.zu,MediaSkipForward:B.zv,MediaStepBackward:B.zw,MediaStepForward:B.zx,MediaStop:B.xH,MediaTopMenu:B.zy,MediaTrackNext:B.xI,MediaTrackPrevious:B.xJ,MicrophoneToggle:B.zI,MicrophoneVolumeDown:B.zJ,MicrophoneVolumeMute:B.zL,MicrophoneVolumeUp:B.zK,ModeChange:B.wO,NavigateIn:B.zz,NavigateNext:B.zA,NavigateOut:B.zB,NavigatePrevious:B.zC,New:B.xK,NextCandidate:B.wP,NextFavoriteChannel:B.z0,NextUserProfile:B.z1,NonConvert:B.wQ,Notification:B.zW,NumLock:B.hp,OnDemand:B.z2,Open:B.xL,PageDown:B.hr,PageUp:B.hs,Pairing:B.zD,Paste:B.wc,Pause:B.wn,PinPDown:B.z3,PinPMove:B.z4,PinPToggle:B.z5,PinPUp:B.z6,Play:B.wo,PlaySpeedDown:B.z7,PlaySpeedReset:B.z8,PlaySpeedUp:B.z9,Power:B.wy,PowerOff:B.wz,PreviousCandidate:B.wR,Print:B.xM,PrintScreen:B.wA,Process:B.wS,Props:B.wp,RandomToggle:B.za,RcLowBattery:B.zb,RecordSpeedNext:B.zc,Redo:B.wd,RfBypass:B.zd,Romaji:B.x3,STBInput:B.zi,STBPower:B.zj,Save:B.xN,ScanChannelsToggle:B.ze,ScreenModeNext:B.zf,ScrollLock:B.hq,Select:B.wq,Settings:B.zg,ShiftLevel5:B.w6,SingleCandidate:B.wT,Soft1:B.xu,Soft2:B.xv,Soft3:B.xw,Soft4:B.xx,Soft5:B.xy,Soft6:B.xz,Soft7:B.xA,Soft8:B.xB,SpeechCorrectionList:B.zM,SpeechInputToggle:B.zN,SpellCheck:B.xO,SplitScreenToggle:B.zh,Standby:B.wC,Subtitle:B.zk,Super:B.w3,Symbol:B.w4,SymbolLock:B.w5,TV:B.zm,TV3DMode:B.zZ,TVAntennaCable:B.A_,TVAudioDescription:B.A0,TVAudioDescriptionMixDown:B.A1,TVAudioDescriptionMixUp:B.A2,TVContentsMenu:B.A3,TVDataService:B.A4,TVInput:B.zn,TVInputComponent1:B.A5,TVInputComponent2:B.A6,TVInputComposite1:B.A7,TVInputComposite2:B.A8,TVInputHDMI1:B.A9,TVInputHDMI2:B.Aa,TVInputHDMI3:B.Ab,TVInputHDMI4:B.Ac,TVInputVGA1:B.Ad,TVMediaContext:B.Ae,TVNetwork:B.Af,TVNumberEntry:B.Ag,TVPower:B.zo,TVRadioService:B.Ah,TVSatellite:B.Ai,TVSatelliteBS:B.Aj,TVSatelliteCS:B.Ak,TVSatelliteToggle:B.Al,TVTerrestrialAnalog:B.Am,TVTerrestrialDigital:B.An,TVTimer:B.Ao,Tab:B.hl,Teletext:B.zl,Undo:B.we,Unidentified:B.vZ,VideoModeNext:B.zp,VoiceDial:B.zY,WakeUp:B.wD,Wink:B.zq,Zenkaku:B.x4,ZenkakuHankaku:B.x5,ZoomIn:B.wr,ZoomOut:B.ws,ZoomToggle:B.zr},B.ph,A.S("G")) -B.TT=new A.G(300,{AVRInput:4294970632,AVRPower:4294970633,Accel:4294967553,Accept:4294968577,Again:4294968578,AllCandidates:4294969089,Alphanumeric:4294969090,AltGraph:4294967555,AppSwitch:4294971393,ArrowDown:4294968065,ArrowLeft:4294968066,ArrowRight:4294968067,ArrowUp:4294968068,Attn:4294968579,AudioBalanceLeft:4294970625,AudioBalanceRight:4294970626,AudioBassBoostDown:4294970627,AudioBassBoostToggle:4294970882,AudioBassBoostUp:4294970628,AudioFaderFront:4294970629,AudioFaderRear:4294970630,AudioSurroundModeNext:4294970631,AudioTrebleDown:4294970884,AudioTrebleUp:4294970885,AudioVolumeDown:4294969871,AudioVolumeMute:4294969873,AudioVolumeUp:4294969872,Backspace:4294967304,BrightnessDown:4294968833,BrightnessUp:4294968834,BrowserBack:4294970369,BrowserFavorites:4294970370,BrowserForward:4294970371,BrowserHome:4294970372,BrowserRefresh:4294970373,BrowserSearch:4294970374,BrowserStop:4294970375,Call:4294971394,Camera:4294968835,CameraFocus:4294971395,Cancel:4294968580,CapsLock:4294967556,ChannelDown:4294970634,ChannelUp:4294970635,Clear:4294968321,Close:4294969857,ClosedCaptionToggle:4294970642,CodeInput:4294969091,ColorF0Red:4294970636,ColorF1Green:4294970637,ColorF2Yellow:4294970638,ColorF3Blue:4294970639,ColorF4Grey:4294970640,ColorF5Brown:4294970641,Compose:4294969092,ContextMenu:4294968581,Convert:4294969093,Copy:4294968322,CrSel:4294968323,Cut:4294968324,DVR:4294970703,Delete:4294967423,Dimmer:4294970643,DisplaySwap:4294970644,Eisu:4294969108,Eject:4294968836,End:4294968069,EndCall:4294971396,Enter:4294967309,EraseEof:4294968325,Escape:4294967323,ExSel:4294968326,Execute:4294968582,Exit:4294970645,F1:4294969345,F10:4294969354,F11:4294969355,F12:4294969356,F13:4294969357,F14:4294969358,F15:4294969359,F16:4294969360,F17:4294969361,F18:4294969362,F19:4294969363,F2:4294969346,F20:4294969364,F21:4294969365,F22:4294969366,F23:4294969367,F24:4294969368,F3:4294969347,F4:4294969348,F5:4294969349,F6:4294969350,F7:4294969351,F8:4294969352,F9:4294969353,FavoriteClear0:4294970646,FavoriteClear1:4294970647,FavoriteClear2:4294970648,FavoriteClear3:4294970649,FavoriteRecall0:4294970650,FavoriteRecall1:4294970651,FavoriteRecall2:4294970652,FavoriteRecall3:4294970653,FavoriteStore0:4294970654,FavoriteStore1:4294970655,FavoriteStore2:4294970656,FavoriteStore3:4294970657,FinalMode:4294969094,Find:4294968583,Fn:4294967558,FnLock:4294967559,GoBack:4294971397,GoHome:4294971398,GroupFirst:4294969095,GroupLast:4294969096,GroupNext:4294969097,GroupPrevious:4294969098,Guide:4294970658,GuideNextDay:4294970659,GuidePreviousDay:4294970660,HangulMode:4294969105,HanjaMode:4294969106,Hankaku:4294969109,HeadsetHook:4294971399,Help:4294968584,Hibernate:4294968841,Hiragana:4294969110,HiraganaKatakana:4294969111,Home:4294968070,Hyper:4294967560,Info:4294970661,Insert:4294968327,InstantReplay:4294970662,JunjaMode:4294969107,KanaMode:4294969112,KanjiMode:4294969113,Katakana:4294969114,Key11:4294971905,Key12:4294971906,LastNumberRedial:4294971400,LaunchApplication1:4294970118,LaunchApplication2:4294970113,LaunchAssistant:4294970126,LaunchCalendar:4294970114,LaunchContacts:4294970124,LaunchControlPanel:4294970127,LaunchMail:4294970115,LaunchMediaPlayer:4294970116,LaunchMusicPlayer:4294970117,LaunchPhone:4294970125,LaunchScreenSaver:4294970119,LaunchSpreadsheet:4294970120,LaunchWebBrowser:4294970121,LaunchWebCam:4294970122,LaunchWordProcessor:4294970123,Link:4294970663,ListProgram:4294970664,LiveContent:4294970665,Lock:4294970666,LogOff:4294968837,MailForward:4294969858,MailReply:4294969859,MailSend:4294969860,MannerMode:4294971402,MediaApps:4294970667,MediaAudioTrack:4294970704,MediaClose:4294970715,MediaFastForward:4294970668,MediaLast:4294970669,MediaPause:4294970670,MediaPlay:4294970671,MediaPlayPause:4294969861,MediaRecord:4294970672,MediaRewind:4294970673,MediaSkip:4294970674,MediaSkipBackward:4294970705,MediaSkipForward:4294970706,MediaStepBackward:4294970707,MediaStepForward:4294970708,MediaStop:4294969863,MediaTopMenu:4294970709,MediaTrackNext:4294969864,MediaTrackPrevious:4294969865,MicrophoneToggle:4294970886,MicrophoneVolumeDown:4294970887,MicrophoneVolumeMute:4294970889,MicrophoneVolumeUp:4294970888,ModeChange:4294969099,NavigateIn:4294970710,NavigateNext:4294970711,NavigateOut:4294970712,NavigatePrevious:4294970713,New:4294969866,NextCandidate:4294969100,NextFavoriteChannel:4294970675,NextUserProfile:4294970676,NonConvert:4294969101,Notification:4294971401,NumLock:4294967562,OnDemand:4294970677,Open:4294969867,PageDown:4294968071,PageUp:4294968072,Pairing:4294970714,Paste:4294968328,Pause:4294968585,PinPDown:4294970678,PinPMove:4294970679,PinPToggle:4294970680,PinPUp:4294970681,Play:4294968586,PlaySpeedDown:4294970682,PlaySpeedReset:4294970683,PlaySpeedUp:4294970684,Power:4294968838,PowerOff:4294968839,PreviousCandidate:4294969102,Print:4294969868,PrintScreen:4294968840,Process:4294969103,Props:4294968587,RandomToggle:4294970685,RcLowBattery:4294970686,RecordSpeedNext:4294970687,Redo:4294968329,RfBypass:4294970688,Romaji:4294969115,STBInput:4294970693,STBPower:4294970694,Save:4294969869,ScanChannelsToggle:4294970689,ScreenModeNext:4294970690,ScrollLock:4294967564,Select:4294968588,Settings:4294970691,ShiftLevel5:4294967569,SingleCandidate:4294969104,Soft1:4294969601,Soft2:4294969602,Soft3:4294969603,Soft4:4294969604,Soft5:4294969605,Soft6:4294969606,Soft7:4294969607,Soft8:4294969608,SpeechCorrectionList:4294971137,SpeechInputToggle:4294971138,SpellCheck:4294969870,SplitScreenToggle:4294970692,Standby:4294968842,Subtitle:4294970695,Super:4294967566,Symbol:4294967567,SymbolLock:4294967568,TV:4294970697,TV3DMode:4294971649,TVAntennaCable:4294971650,TVAudioDescription:4294971651,TVAudioDescriptionMixDown:4294971652,TVAudioDescriptionMixUp:4294971653,TVContentsMenu:4294971654,TVDataService:4294971655,TVInput:4294970698,TVInputComponent1:4294971656,TVInputComponent2:4294971657,TVInputComposite1:4294971658,TVInputComposite2:4294971659,TVInputHDMI1:4294971660,TVInputHDMI2:4294971661,TVInputHDMI3:4294971662,TVInputHDMI4:4294971663,TVInputVGA1:4294971664,TVMediaContext:4294971665,TVNetwork:4294971666,TVNumberEntry:4294971667,TVPower:4294970699,TVRadioService:4294971668,TVSatellite:4294971669,TVSatelliteBS:4294971670,TVSatelliteCS:4294971671,TVSatelliteToggle:4294971672,TVTerrestrialAnalog:4294971673,TVTerrestrialDigital:4294971674,TVTimer:4294971675,Tab:4294967305,Teletext:4294970696,Undo:4294968330,Unidentified:4294967297,VideoModeNext:4294970700,VoiceDial:4294971403,WakeUp:4294968843,Wink:4294970701,Zenkaku:4294969116,ZenkakuHankaku:4294969117,ZoomIn:4294968589,ZoomOut:4294968590,ZoomToggle:4294970702},B.ph,t.eL) -B.Ja=A.a(s(["Abort","Again","AltLeft","AltRight","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backquote","Backslash","Backspace","BassBoost","BracketLeft","BracketRight","BrightnessAuto","BrightnessDown","BrightnessMaximum","BrightnessMinimum","BrightnessToggle","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","CapsLock","ChannelDown","ChannelUp","Close","ClosedCaptionToggle","Comma","ContextMenu","ControlLeft","ControlRight","Convert","Copy","Cut","Delete","Digit0","Digit1","Digit2","Digit3","Digit4","Digit5","Digit6","Digit7","Digit8","Digit9","DisplayToggleIntExt","Eject","End","Enter","Equal","Escape","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F3","F4","F5","F6","F7","F8","F9","Find","Fn","FnLock","GameButton1","GameButton10","GameButton11","GameButton12","GameButton13","GameButton14","GameButton15","GameButton16","GameButton2","GameButton3","GameButton4","GameButton5","GameButton6","GameButton7","GameButton8","GameButton9","GameButtonA","GameButtonB","GameButtonC","GameButtonLeft1","GameButtonLeft2","GameButtonMode","GameButtonRight1","GameButtonRight2","GameButtonSelect","GameButtonStart","GameButtonThumbLeft","GameButtonThumbRight","GameButtonX","GameButtonY","GameButtonZ","Help","Home","Hyper","Info","Insert","IntlBackslash","IntlRo","IntlYen","KanaMode","KbdIllumDown","KbdIllumUp","KeyA","KeyB","KeyC","KeyD","KeyE","KeyF","KeyG","KeyH","KeyI","KeyJ","KeyK","KeyL","KeyM","KeyN","KeyO","KeyP","KeyQ","KeyR","KeyS","KeyT","KeyU","KeyV","KeyW","KeyX","KeyY","KeyZ","KeyboardLayoutSelect","Lang1","Lang2","Lang3","Lang4","Lang5","LaunchApp1","LaunchApp2","LaunchAssistant","LaunchAudioBrowser","LaunchCalendar","LaunchContacts","LaunchControlPanel","LaunchDocuments","LaunchInternetBrowser","LaunchKeyboardLayout","LaunchMail","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWordProcessor","LockScreen","LogOff","MailForward","MailReply","MailSend","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSelect","MediaStop","MediaTrackNext","MediaTrackPrevious","MetaLeft","MetaRight","MicrophoneMuteToggle","Minus","New","NonConvert","NumLock","Numpad0","Numpad1","Numpad2","Numpad3","Numpad4","Numpad5","Numpad6","Numpad7","Numpad8","Numpad9","NumpadAdd","NumpadBackspace","NumpadClear","NumpadClearEntry","NumpadComma","NumpadDecimal","NumpadDivide","NumpadEnter","NumpadEqual","NumpadMemoryAdd","NumpadMemoryClear","NumpadMemoryRecall","NumpadMemoryStore","NumpadMemorySubtract","NumpadMultiply","NumpadParenLeft","NumpadParenRight","NumpadSignChange","NumpadSubtract","Open","PageDown","PageUp","Paste","Pause","Period","Power","Print","PrintScreen","PrivacyScreenToggle","ProgramGuide","Props","Quote","Redo","Resume","Save","ScrollLock","Select","SelectTask","Semicolon","ShiftLeft","ShiftRight","ShowAllWindows","Slash","Sleep","Space","SpeechInputToggle","SpellCheck","Super","Suspend","Tab","Turbo","Undo","UsbErrorRollOver","UsbErrorUndefined","UsbPostFail","UsbReserved","WakeUp","ZoomIn","ZoomOut","ZoomToggle"]),t.s) -B.BU=new A.j(458907) -B.lD=new A.j(458873) -B.cy=new A.j(458978) -B.cA=new A.j(458982) -B.l2=new A.j(458833) -B.l1=new A.j(458832) -B.l0=new A.j(458831) -B.l3=new A.j(458834) -B.lL=new A.j(458881) -B.lJ=new A.j(458879) -B.lK=new A.j(458880) -B.kD=new A.j(458805) -B.kA=new A.j(458801) -B.kt=new A.j(458794) -B.mt=new A.j(786661) -B.ky=new A.j(458799) -B.kz=new A.j(458800) -B.m9=new A.j(786549) -B.m5=new A.j(786544) -B.m8=new A.j(786548) -B.m7=new A.j(786547) -B.m6=new A.j(786546) -B.m4=new A.j(786543) -B.mT=new A.j(786980) -B.mX=new A.j(786986) -B.mU=new A.j(786981) -B.mS=new A.j(786979) -B.mW=new A.j(786983) -B.mR=new A.j(786977) -B.mV=new A.j(786982) -B.ep=new A.j(458809) -B.mh=new A.j(786589) -B.mg=new A.j(786588) -B.mO=new A.j(786947) -B.m3=new A.j(786529) -B.kE=new A.j(458806) -B.ll=new A.j(458853) -B.cw=new A.j(458976) -B.dA=new A.j(458980) -B.lQ=new A.j(458890) -B.lG=new A.j(458876) -B.lF=new A.j(458875) -B.kY=new A.j(458828) -B.kq=new A.j(458791) -B.kh=new A.j(458782) -B.ki=new A.j(458783) -B.kj=new A.j(458784) -B.kk=new A.j(458785) -B.kl=new A.j(458786) -B.km=new A.j(458787) -B.kn=new A.j(458788) -B.ko=new A.j(458789) -B.kp=new A.j(458790) -B.m1=new A.j(65717) -B.mq=new A.j(786616) -B.kZ=new A.j(458829) -B.kr=new A.j(458792) -B.kx=new A.j(458798) -B.ks=new A.j(458793) -B.mf=new A.j(786580) -B.kH=new A.j(458810) -B.kQ=new A.j(458819) -B.kR=new A.j(458820) -B.kS=new A.j(458821) -B.lo=new A.j(458856) -B.lp=new A.j(458857) -B.lq=new A.j(458858) -B.lr=new A.j(458859) -B.ls=new A.j(458860) -B.lt=new A.j(458861) -B.lu=new A.j(458862) -B.kI=new A.j(458811) -B.lv=new A.j(458863) -B.lw=new A.j(458864) -B.lx=new A.j(458865) -B.ly=new A.j(458866) -B.lz=new A.j(458867) -B.kJ=new A.j(458812) -B.kK=new A.j(458813) -B.kL=new A.j(458814) -B.kM=new A.j(458815) -B.kN=new A.j(458816) -B.kO=new A.j(458817) -B.kP=new A.j(458818) -B.lI=new A.j(458878) -B.eo=new A.j(18) -B.Bh=new A.j(19) -B.Bl=new A.j(392961) -B.Bu=new A.j(392970) -B.Bv=new A.j(392971) -B.Bw=new A.j(392972) -B.Bx=new A.j(392973) -B.By=new A.j(392974) -B.Bz=new A.j(392975) -B.BA=new A.j(392976) -B.Bm=new A.j(392962) -B.Bn=new A.j(392963) -B.Bo=new A.j(392964) -B.Bp=new A.j(392965) -B.Bq=new A.j(392966) -B.Br=new A.j(392967) -B.Bs=new A.j(392968) -B.Bt=new A.j(392969) -B.BB=new A.j(392977) -B.BC=new A.j(392978) -B.BD=new A.j(392979) -B.BE=new A.j(392980) -B.BF=new A.j(392981) -B.BG=new A.j(392982) -B.BH=new A.j(392983) -B.BI=new A.j(392984) -B.BJ=new A.j(392985) -B.BK=new A.j(392986) -B.BL=new A.j(392987) -B.BM=new A.j(392988) -B.BN=new A.j(392989) -B.BO=new A.j(392990) -B.BP=new A.j(392991) -B.lB=new A.j(458869) -B.kW=new A.j(458826) -B.Bf=new A.j(16) -B.m2=new A.j(786528) -B.kV=new A.j(458825) -B.lk=new A.j(458852) -B.lN=new A.j(458887) -B.lP=new A.j(458889) -B.lO=new A.j(458888) -B.mb=new A.j(786554) -B.ma=new A.j(786553) -B.jS=new A.j(458756) -B.jT=new A.j(458757) -B.jU=new A.j(458758) -B.jV=new A.j(458759) -B.jW=new A.j(458760) -B.jX=new A.j(458761) -B.jY=new A.j(458762) -B.jZ=new A.j(458763) -B.k_=new A.j(458764) -B.k0=new A.j(458765) -B.k1=new A.j(458766) -B.k2=new A.j(458767) -B.k3=new A.j(458768) -B.k4=new A.j(458769) -B.k5=new A.j(458770) -B.k6=new A.j(458771) -B.k7=new A.j(458772) -B.k8=new A.j(458773) -B.k9=new A.j(458774) -B.ka=new A.j(458775) -B.kb=new A.j(458776) -B.kc=new A.j(458777) -B.kd=new A.j(458778) -B.ke=new A.j(458779) -B.kf=new A.j(458780) -B.kg=new A.j(458781) -B.n4=new A.j(787101) -B.lS=new A.j(458896) -B.lT=new A.j(458897) -B.lU=new A.j(458898) -B.lV=new A.j(458899) -B.lW=new A.j(458900) -B.mB=new A.j(786836) -B.mA=new A.j(786834) -B.mM=new A.j(786891) -B.mL=new A.j(786871) -B.mz=new A.j(786830) -B.my=new A.j(786829) -B.mF=new A.j(786847) -B.mH=new A.j(786855) -B.mC=new A.j(786838) -B.mJ=new A.j(786862) -B.mx=new A.j(786826) -B.md=new A.j(786572) -B.mK=new A.j(786865) -B.mw=new A.j(786822) -B.mv=new A.j(786820) -B.mE=new A.j(786846) -B.mD=new A.j(786844) -B.n2=new A.j(787083) -B.n1=new A.j(787081) -B.n3=new A.j(787084) -B.ml=new A.j(786611) -B.mc=new A.j(786563) -B.mj=new A.j(786609) -B.mi=new A.j(786608) -B.mr=new A.j(786637) -B.mk=new A.j(786610) -B.mm=new A.j(786612) -B.mu=new A.j(786819) -B.mp=new A.j(786615) -B.mn=new A.j(786613) -B.mo=new A.j(786614) -B.cz=new A.j(458979) -B.dC=new A.j(458983) -B.jR=new A.j(24) -B.kw=new A.j(458797) -B.mN=new A.j(786945) -B.lR=new A.j(458891) -B.er=new A.j(458835) -B.li=new A.j(458850) -B.l9=new A.j(458841) -B.la=new A.j(458842) -B.lb=new A.j(458843) -B.lc=new A.j(458844) -B.ld=new A.j(458845) -B.le=new A.j(458846) -B.lf=new A.j(458847) -B.lg=new A.j(458848) -B.lh=new A.j(458849) -B.l7=new A.j(458839) -B.BW=new A.j(458939) -B.C1=new A.j(458968) -B.C2=new A.j(458969) -B.lM=new A.j(458885) -B.lj=new A.j(458851) -B.l4=new A.j(458836) -B.l8=new A.j(458840) -B.ln=new A.j(458855) -B.C_=new A.j(458963) -B.BZ=new A.j(458962) -B.BY=new A.j(458961) -B.BX=new A.j(458960) -B.C0=new A.j(458964) -B.l5=new A.j(458837) -B.lX=new A.j(458934) -B.lY=new A.j(458935) -B.lZ=new A.j(458967) -B.l6=new A.j(458838) -B.lA=new A.j(458868) -B.l_=new A.j(458830) -B.kX=new A.j(458827) -B.lH=new A.j(458877) -B.kU=new A.j(458824) -B.kF=new A.j(458807) -B.lm=new A.j(458854) -B.mQ=new A.j(786952) -B.kT=new A.j(458822) -B.jQ=new A.j(23) -B.me=new A.j(786573) -B.BV=new A.j(458915) -B.kC=new A.j(458804) -B.n0=new A.j(787065) -B.Bj=new A.j(21) -B.mP=new A.j(786951) -B.eq=new A.j(458823) -B.lC=new A.j(458871) -B.mG=new A.j(786850) -B.kB=new A.j(458803) -B.cx=new A.j(458977) -B.dB=new A.j(458981) -B.n5=new A.j(787103) -B.kG=new A.j(458808) -B.m_=new A.j(65666) -B.kv=new A.j(458796) -B.ms=new A.j(786639) -B.mI=new A.j(786859) -B.Bg=new A.j(17) -B.Bi=new A.j(20) -B.ku=new A.j(458795) -B.Bk=new A.j(22) -B.lE=new A.j(458874) -B.BR=new A.j(458753) -B.BT=new A.j(458755) -B.BS=new A.j(458754) -B.BQ=new A.j(458752) -B.m0=new A.j(65667) -B.mY=new A.j(786989) -B.mZ=new A.j(786990) -B.n_=new A.j(786994) -B.TU=new A.G(269,{Abort:B.BU,Again:B.lD,AltLeft:B.cy,AltRight:B.cA,ArrowDown:B.l2,ArrowLeft:B.l1,ArrowRight:B.l0,ArrowUp:B.l3,AudioVolumeDown:B.lL,AudioVolumeMute:B.lJ,AudioVolumeUp:B.lK,Backquote:B.kD,Backslash:B.kA,Backspace:B.kt,BassBoost:B.mt,BracketLeft:B.ky,BracketRight:B.kz,BrightnessAuto:B.m9,BrightnessDown:B.m5,BrightnessMaximum:B.m8,BrightnessMinimum:B.m7,BrightnessToggle:B.m6,BrightnessUp:B.m4,BrowserBack:B.mT,BrowserFavorites:B.mX,BrowserForward:B.mU,BrowserHome:B.mS,BrowserRefresh:B.mW,BrowserSearch:B.mR,BrowserStop:B.mV,CapsLock:B.ep,ChannelDown:B.mh,ChannelUp:B.mg,Close:B.mO,ClosedCaptionToggle:B.m3,Comma:B.kE,ContextMenu:B.ll,ControlLeft:B.cw,ControlRight:B.dA,Convert:B.lQ,Copy:B.lG,Cut:B.lF,Delete:B.kY,Digit0:B.kq,Digit1:B.kh,Digit2:B.ki,Digit3:B.kj,Digit4:B.kk,Digit5:B.kl,Digit6:B.km,Digit7:B.kn,Digit8:B.ko,Digit9:B.kp,DisplayToggleIntExt:B.m1,Eject:B.mq,End:B.kZ,Enter:B.kr,Equal:B.kx,Escape:B.ks,Exit:B.mf,F1:B.kH,F10:B.kQ,F11:B.kR,F12:B.kS,F13:B.lo,F14:B.lp,F15:B.lq,F16:B.lr,F17:B.ls,F18:B.lt,F19:B.lu,F2:B.kI,F20:B.lv,F21:B.lw,F22:B.lx,F23:B.ly,F24:B.lz,F3:B.kJ,F4:B.kK,F5:B.kL,F6:B.kM,F7:B.kN,F8:B.kO,F9:B.kP,Find:B.lI,Fn:B.eo,FnLock:B.Bh,GameButton1:B.Bl,GameButton10:B.Bu,GameButton11:B.Bv,GameButton12:B.Bw,GameButton13:B.Bx,GameButton14:B.By,GameButton15:B.Bz,GameButton16:B.BA,GameButton2:B.Bm,GameButton3:B.Bn,GameButton4:B.Bo,GameButton5:B.Bp,GameButton6:B.Bq,GameButton7:B.Br,GameButton8:B.Bs,GameButton9:B.Bt,GameButtonA:B.BB,GameButtonB:B.BC,GameButtonC:B.BD,GameButtonLeft1:B.BE,GameButtonLeft2:B.BF,GameButtonMode:B.BG,GameButtonRight1:B.BH,GameButtonRight2:B.BI,GameButtonSelect:B.BJ,GameButtonStart:B.BK,GameButtonThumbLeft:B.BL,GameButtonThumbRight:B.BM,GameButtonX:B.BN,GameButtonY:B.BO,GameButtonZ:B.BP,Help:B.lB,Home:B.kW,Hyper:B.Bf,Info:B.m2,Insert:B.kV,IntlBackslash:B.lk,IntlRo:B.lN,IntlYen:B.lP,KanaMode:B.lO,KbdIllumDown:B.mb,KbdIllumUp:B.ma,KeyA:B.jS,KeyB:B.jT,KeyC:B.jU,KeyD:B.jV,KeyE:B.jW,KeyF:B.jX,KeyG:B.jY,KeyH:B.jZ,KeyI:B.k_,KeyJ:B.k0,KeyK:B.k1,KeyL:B.k2,KeyM:B.k3,KeyN:B.k4,KeyO:B.k5,KeyP:B.k6,KeyQ:B.k7,KeyR:B.k8,KeyS:B.k9,KeyT:B.ka,KeyU:B.kb,KeyV:B.kc,KeyW:B.kd,KeyX:B.ke,KeyY:B.kf,KeyZ:B.kg,KeyboardLayoutSelect:B.n4,Lang1:B.lS,Lang2:B.lT,Lang3:B.lU,Lang4:B.lV,Lang5:B.lW,LaunchApp1:B.mB,LaunchApp2:B.mA,LaunchAssistant:B.mM,LaunchAudioBrowser:B.mL,LaunchCalendar:B.mz,LaunchContacts:B.my,LaunchControlPanel:B.mF,LaunchDocuments:B.mH,LaunchInternetBrowser:B.mC,LaunchKeyboardLayout:B.mJ,LaunchMail:B.mx,LaunchPhone:B.md,LaunchScreenSaver:B.mK,LaunchSpreadsheet:B.mw,LaunchWordProcessor:B.mv,LockScreen:B.mE,LogOff:B.mD,MailForward:B.n2,MailReply:B.n1,MailSend:B.n3,MediaFastForward:B.ml,MediaLast:B.mc,MediaPause:B.mj,MediaPlay:B.mi,MediaPlayPause:B.mr,MediaRecord:B.mk,MediaRewind:B.mm,MediaSelect:B.mu,MediaStop:B.mp,MediaTrackNext:B.mn,MediaTrackPrevious:B.mo,MetaLeft:B.cz,MetaRight:B.dC,MicrophoneMuteToggle:B.jR,Minus:B.kw,New:B.mN,NonConvert:B.lR,NumLock:B.er,Numpad0:B.li,Numpad1:B.l9,Numpad2:B.la,Numpad3:B.lb,Numpad4:B.lc,Numpad5:B.ld,Numpad6:B.le,Numpad7:B.lf,Numpad8:B.lg,Numpad9:B.lh,NumpadAdd:B.l7,NumpadBackspace:B.BW,NumpadClear:B.C1,NumpadClearEntry:B.C2,NumpadComma:B.lM,NumpadDecimal:B.lj,NumpadDivide:B.l4,NumpadEnter:B.l8,NumpadEqual:B.ln,NumpadMemoryAdd:B.C_,NumpadMemoryClear:B.BZ,NumpadMemoryRecall:B.BY,NumpadMemoryStore:B.BX,NumpadMemorySubtract:B.C0,NumpadMultiply:B.l5,NumpadParenLeft:B.lX,NumpadParenRight:B.lY,NumpadSignChange:B.lZ,NumpadSubtract:B.l6,Open:B.lA,PageDown:B.l_,PageUp:B.kX,Paste:B.lH,Pause:B.kU,Period:B.kF,Power:B.lm,Print:B.mQ,PrintScreen:B.kT,PrivacyScreenToggle:B.jQ,ProgramGuide:B.me,Props:B.BV,Quote:B.kC,Redo:B.n0,Resume:B.Bj,Save:B.mP,ScrollLock:B.eq,Select:B.lC,SelectTask:B.mG,Semicolon:B.kB,ShiftLeft:B.cx,ShiftRight:B.dB,ShowAllWindows:B.n5,Slash:B.kG,Sleep:B.m_,Space:B.kv,SpeechInputToggle:B.ms,SpellCheck:B.mI,Super:B.Bg,Suspend:B.Bi,Tab:B.ku,Turbo:B.Bk,Undo:B.lE,UsbErrorRollOver:B.BR,UsbErrorUndefined:B.BT,UsbPostFail:B.BS,UsbReserved:B.BQ,WakeUp:B.m0,ZoomIn:B.mY,ZoomOut:B.mZ,ZoomToggle:B.n_},B.Ja,A.S("G")) -B.q1=A.a(s(["*","+","-",".","/","0","1","2","3","4","5","6","7","8","9","Alt","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Clear","Control","Delete","End","Enter","Home","Insert","Meta","PageDown","PageUp","Shift"]),t.s) -B.vY=new A.d(42) -B.AF=new A.d(8589935146) -B.Mo=A.a(s([B.vY,null,null,B.AF]),t.L) -B.Ar=new A.d(43) -B.AG=new A.d(8589935147) -B.Mp=A.a(s([B.Ar,null,null,B.AG]),t.L) -B.As=new A.d(45) -B.AH=new A.d(8589935149) -B.Mq=A.a(s([B.As,null,null,B.AH]),t.L) -B.At=new A.d(46) -B.jq=new A.d(8589935150) -B.Mr=A.a(s([B.At,null,null,B.jq]),t.L) -B.Au=new A.d(47) -B.AI=new A.d(8589935151) -B.Ms=A.a(s([B.Au,null,null,B.AI]),t.L) -B.Av=new A.d(48) -B.jr=new A.d(8589935152) -B.RS=A.a(s([B.Av,null,null,B.jr]),t.L) -B.Aw=new A.d(49) -B.js=new A.d(8589935153) -B.RT=A.a(s([B.Aw,null,null,B.js]),t.L) -B.Ax=new A.d(50) -B.jt=new A.d(8589935154) -B.RU=A.a(s([B.Ax,null,null,B.jt]),t.L) -B.Ay=new A.d(51) -B.ju=new A.d(8589935155) -B.RV=A.a(s([B.Ay,null,null,B.ju]),t.L) -B.Az=new A.d(52) -B.jv=new A.d(8589935156) -B.RW=A.a(s([B.Az,null,null,B.jv]),t.L) -B.AA=new A.d(53) -B.jw=new A.d(8589935157) -B.RX=A.a(s([B.AA,null,null,B.jw]),t.L) -B.AB=new A.d(54) -B.jx=new A.d(8589935158) -B.RY=A.a(s([B.AB,null,null,B.jx]),t.L) -B.AC=new A.d(55) -B.jy=new A.d(8589935159) -B.RZ=A.a(s([B.AC,null,null,B.jy]),t.L) -B.AD=new A.d(56) -B.jz=new A.d(8589935160) -B.Nx=A.a(s([B.AD,null,null,B.jz]),t.L) -B.AE=new A.d(57) -B.jA=new A.d(8589935161) -B.Ny=A.a(s([B.AE,null,null,B.jA]),t.L) -B.PL=A.a(s([null,B.hv,B.hw,null]),t.L) -B.Ng=A.a(s([B.bF,null,null,B.jt]),t.L) -B.Nh=A.a(s([B.bd,null,null,B.jv]),t.L) -B.Ni=A.a(s([B.be,null,null,B.jx]),t.L) -B.JD=A.a(s([B.bG,null,null,B.jz]),t.L) -B.Kn=A.a(s([B.jn,null,null,B.jw]),t.L) -B.PM=A.a(s([null,B.ht,B.hu,null]),t.L) -B.LW=A.a(s([B.cv,null,null,B.jq]),t.L) -B.Nj=A.a(s([B.dt,null,null,B.js]),t.L) -B.jp=new A.d(8589935117) -B.OU=A.a(s([B.hm,null,null,B.jp]),t.L) -B.Nk=A.a(s([B.du,null,null,B.jy]),t.L) -B.Ko=A.a(s([B.jo,null,null,B.jr]),t.L) -B.PN=A.a(s([null,B.hx,B.hy,null]),t.L) -B.Nl=A.a(s([B.hr,null,null,B.ju]),t.L) -B.Qh=A.a(s([B.hs,null,null,B.jA]),t.L) -B.PO=A.a(s([null,B.eg,B.eh,null]),t.L) -B.TY=new A.G(31,{"*":B.Mo,"+":B.Mp,"-":B.Mq,".":B.Mr,"/":B.Ms,"0":B.RS,"1":B.RT,"2":B.RU,"3":B.RV,"4":B.RW,"5":B.RX,"6":B.RY,"7":B.RZ,"8":B.Nx,"9":B.Ny,Alt:B.PL,ArrowDown:B.Ng,ArrowLeft:B.Nh,ArrowRight:B.Ni,ArrowUp:B.JD,Clear:B.Kn,Control:B.PM,Delete:B.LW,End:B.Nj,Enter:B.OU,Home:B.Nk,Insert:B.Ko,Meta:B.PN,PageDown:B.Nl,PageUp:B.Qh,Shift:B.PO},B.q1,A.S("G>")) -B.JV=A.a(s([42,null,null,8589935146]),t.Y) -B.JX=A.a(s([43,null,null,8589935147]),t.Y) -B.JY=A.a(s([45,null,null,8589935149]),t.Y) -B.JZ=A.a(s([46,null,null,8589935150]),t.Y) -B.K_=A.a(s([47,null,null,8589935151]),t.Y) -B.K0=A.a(s([48,null,null,8589935152]),t.Y) -B.K1=A.a(s([49,null,null,8589935153]),t.Y) -B.K8=A.a(s([50,null,null,8589935154]),t.Y) -B.K9=A.a(s([51,null,null,8589935155]),t.Y) -B.Kb=A.a(s([52,null,null,8589935156]),t.Y) -B.Kc=A.a(s([53,null,null,8589935157]),t.Y) -B.Kd=A.a(s([54,null,null,8589935158]),t.Y) -B.Ke=A.a(s([55,null,null,8589935159]),t.Y) -B.Kg=A.a(s([56,null,null,8589935160]),t.Y) -B.Kh=A.a(s([57,null,null,8589935161]),t.Y) -B.Qz=A.a(s([null,8589934852,8589934853,null]),t.Y) -B.JL=A.a(s([4294968065,null,null,8589935154]),t.Y) -B.JM=A.a(s([4294968066,null,null,8589935156]),t.Y) -B.JN=A.a(s([4294968067,null,null,8589935158]),t.Y) -B.JO=A.a(s([4294968068,null,null,8589935160]),t.Y) -B.JT=A.a(s([4294968321,null,null,8589935157]),t.Y) -B.Qx=A.a(s([null,8589934848,8589934849,null]),t.Y) -B.JK=A.a(s([4294967423,null,null,8589935150]),t.Y) -B.JP=A.a(s([4294968069,null,null,8589935153]),t.Y) -B.JJ=A.a(s([4294967309,null,null,8589935117]),t.Y) -B.JQ=A.a(s([4294968070,null,null,8589935159]),t.Y) -B.JU=A.a(s([4294968327,null,null,8589935152]),t.Y) -B.QA=A.a(s([null,8589934854,8589934855,null]),t.Y) -B.JR=A.a(s([4294968071,null,null,8589935155]),t.Y) -B.JS=A.a(s([4294968072,null,null,8589935161]),t.Y) -B.Qy=A.a(s([null,8589934850,8589934851,null]),t.Y) -B.bu=new A.G(31,{"*":B.JV,"+":B.JX,"-":B.JY,".":B.JZ,"/":B.K_,"0":B.K0,"1":B.K1,"2":B.K8,"3":B.K9,"4":B.Kb,"5":B.Kc,"6":B.Kd,"7":B.Ke,"8":B.Kg,"9":B.Kh,Alt:B.Qz,ArrowDown:B.JL,ArrowLeft:B.JM,ArrowRight:B.JN,ArrowUp:B.JO,Clear:B.JT,Control:B.Qx,Delete:B.JK,End:B.JP,Enter:B.JJ,Home:B.JQ,Insert:B.JU,Meta:B.QA,PageDown:B.JR,PageUp:B.JS,Shift:B.Qy},B.q1,A.S("G>")) -B.Qq=A.a(s(["mode"]),t.s) -B.AM=new A.G(1,{mode:"basic"},B.Qq,t.w) -B.k=A.a(s(["d","E","EEEE","LLL","LLLL","M","Md","MEd","MMM","MMMd","MMMEd","MMMM","MMMMd","MMMMEEEEd","QQQ","QQQQ","y","yM","yMd","yMEd","yMMM","yMMMd","yMMMEd","yMMMM","yMMMMd","yMMMMEEEEd","yQQQ","yQQQQ","H","Hm","Hms","j","jm","jms","jmv","jmz","jz","m","ms","s","v","z","zzzz","ZZZZ"]),t.s) -B.Un=new A.G(44,{d:"d",E:"EEE",EEEE:"EEEE",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"M/d",MEd:"EEE, M/d",MMM:"LLL",MMMd:"MMM d",MMMEd:"EEE, MMM d",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE, MMMM d",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"M/d/y",yMEd:"EEE, M/d/y",yMMM:"MMM y",yMMMd:"MMM d, y",yMMMEd:"EEE, MMM d, y",yMMMM:"MMMM y",yMMMMd:"MMMM d, y",yMMMMEEEEd:"EEEE, MMMM d, y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.nj=new A.aK(B.bd,!1,!1,!1,!1) -B.nk=new A.aK(B.be,!1,!1,!1,!1) -B.ni=new A.aK(B.bF,!1,!1,!1,!1) -B.nh=new A.aK(B.bG,!1,!1,!1,!1) -B.dK=new A.iO(3,"left") -B.HN=new A.f2(B.dK) -B.hM=new A.iO(1,"right") -B.HL=new A.f2(B.hM) -B.D5=new A.iO(2,"down") -B.HM=new A.f2(B.D5) -B.nv=new A.iO(0,"up") -B.HK=new A.f2(B.nv) -B.Vk=new A.bz([B.nj,B.HN,B.nk,B.HL,B.ni,B.HM,B.nh,B.HK],t.Fp) -B.Ho=new A.F(4294638330) -B.Hn=new A.F(4294309365) -B.Hj=new A.F(4293848814) -B.Hf=new A.F(4292927712) -B.He=new A.F(4292269782) -B.Ha=new A.F(4290624957) -B.H4=new A.F(4288585374) -B.H_=new A.F(4284572001) -B.GX=new A.F(4282532418) -B.GT=new A.F(4280361249) -B.aJ=new A.bz([50,B.Ho,100,B.Hn,200,B.Hj,300,B.Hf,350,B.He,400,B.Ha,500,B.H4,600,B.dT,700,B.H_,800,B.GX,850,B.os,900,B.GT],t.pl) -B.Hr=new A.F(4294962158) -B.Hq=new A.F(4294954450) -B.Hl=new A.F(4293892762) -B.Hi=new A.F(4293227379) -B.Hk=new A.F(4293874512) -B.Hm=new A.F(4294198070) -B.Hh=new A.F(4293212469) -B.Hd=new A.F(4292030255) -B.Hb=new A.F(4291176488) -B.H7=new A.F(4290190364) -B.AU=new A.bz([50,B.Hr,100,B.Hq,200,B.Hl,300,B.Hi,400,B.Hk,500,B.Hm,600,B.Hh,700,B.Hd,800,B.Hb,900,B.H7],t.pl) -B.Hg=new A.F(4293128957) -B.H9=new A.F(4290502395) -B.H3=new A.F(4287679225) -B.H0=new A.F(4284790262) -B.GZ=new A.F(4282557941) -B.GU=new A.F(4280391411) -B.GS=new A.F(4280191205) -B.GP=new A.F(4279858898) -B.GO=new A.F(4279592384) -B.GN=new A.F(4279060385) -B.aP=new A.bz([50,B.Hg,100,B.H9,200,B.H3,300,B.H0,400,B.GZ,500,B.GU,600,B.GS,700,B.GP,800,B.GO,900,B.GN],t.pl) -B.Mc=A.a(s(["Abort","Again","AltLeft","AltRight","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backquote","Backslash","Backspace","BassBoost","BracketLeft","BracketRight","BrightnessAuto","BrightnessDown","BrightnessMaximum","BrightnessMinimum","BrightnessToggle","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","CapsLock","ChannelDown","ChannelUp","Close","ClosedCaptionToggle","Comma","ContextMenu","ControlLeft","ControlRight","Convert","Copy","Cut","Delete","Digit0","Digit1","Digit2","Digit3","Digit4","Digit5","Digit6","Digit7","Digit8","Digit9","DisplayToggleIntExt","Eject","End","Enter","Equal","Escape","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F3","F4","F5","F6","F7","F8","F9","Find","Fn","FnLock","GameButton1","GameButton10","GameButton11","GameButton12","GameButton13","GameButton14","GameButton15","GameButton16","GameButton2","GameButton3","GameButton4","GameButton5","GameButton6","GameButton7","GameButton8","GameButton9","GameButtonA","GameButtonB","GameButtonC","GameButtonLeft1","GameButtonLeft2","GameButtonMode","GameButtonRight1","GameButtonRight2","GameButtonSelect","GameButtonStart","GameButtonThumbLeft","GameButtonThumbRight","GameButtonX","GameButtonY","GameButtonZ","Help","Home","Hyper","Info","Insert","IntlBackslash","IntlRo","IntlYen","KanaMode","KbdIllumDown","KbdIllumUp","KeyA","KeyB","KeyC","KeyD","KeyE","KeyF","KeyG","KeyH","KeyI","KeyJ","KeyK","KeyL","KeyM","KeyN","KeyO","KeyP","KeyQ","KeyR","KeyS","KeyT","KeyU","KeyV","KeyW","KeyX","KeyY","KeyZ","KeyboardLayoutSelect","Lang1","Lang2","Lang3","Lang4","Lang5","LaunchApp1","LaunchApp2","LaunchAssistant","LaunchAudioBrowser","LaunchCalendar","LaunchContacts","LaunchControlPanel","LaunchDocuments","LaunchInternetBrowser","LaunchKeyboardLayout","LaunchMail","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWordProcessor","LockScreen","LogOff","MailForward","MailReply","MailSend","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSelect","MediaStop","MediaTrackNext","MediaTrackPrevious","MetaLeft","MetaRight","Minus","New","NonConvert","NumLock","Numpad0","Numpad1","Numpad2","Numpad3","Numpad4","Numpad5","Numpad6","Numpad7","Numpad8","Numpad9","NumpadAdd","NumpadBackspace","NumpadClear","NumpadClearEntry","NumpadComma","NumpadDecimal","NumpadDivide","NumpadEnter","NumpadEqual","NumpadMemoryAdd","NumpadMemoryClear","NumpadMemoryRecall","NumpadMemoryStore","NumpadMemorySubtract","NumpadMultiply","NumpadParenLeft","NumpadParenRight","NumpadSignChange","NumpadSubtract","Open","PageDown","PageUp","Paste","Pause","Period","Power","Print","PrintScreen","PrivacyScreenToggle","ProgramGuide","Props","Quote","Redo","Resume","Save","ScrollLock","Select","SelectTask","Semicolon","ShiftLeft","ShiftRight","ShowAllWindows","Slash","Sleep","Space","SpeechInputToggle","SpellCheck","Super","Suspend","Tab","Turbo","Undo","UsbErrorRollOver","UsbErrorUndefined","UsbPostFail","UsbReserved","WakeUp","ZoomIn","ZoomOut","ZoomToggle"]),t.s) -B.Vl=new A.G(268,{Abort:458907,Again:458873,AltLeft:458978,AltRight:458982,ArrowDown:458833,ArrowLeft:458832,ArrowRight:458831,ArrowUp:458834,AudioVolumeDown:458881,AudioVolumeMute:458879,AudioVolumeUp:458880,Backquote:458805,Backslash:458801,Backspace:458794,BassBoost:786661,BracketLeft:458799,BracketRight:458800,BrightnessAuto:786549,BrightnessDown:786544,BrightnessMaximum:786548,BrightnessMinimum:786547,BrightnessToggle:786546,BrightnessUp:786543,BrowserBack:786980,BrowserFavorites:786986,BrowserForward:786981,BrowserHome:786979,BrowserRefresh:786983,BrowserSearch:786977,BrowserStop:786982,CapsLock:458809,ChannelDown:786589,ChannelUp:786588,Close:786947,ClosedCaptionToggle:786529,Comma:458806,ContextMenu:458853,ControlLeft:458976,ControlRight:458980,Convert:458890,Copy:458876,Cut:458875,Delete:458828,Digit0:458791,Digit1:458782,Digit2:458783,Digit3:458784,Digit4:458785,Digit5:458786,Digit6:458787,Digit7:458788,Digit8:458789,Digit9:458790,DisplayToggleIntExt:65717,Eject:786616,End:458829,Enter:458792,Equal:458798,Escape:458793,Exit:786580,F1:458810,F10:458819,F11:458820,F12:458821,F13:458856,F14:458857,F15:458858,F16:458859,F17:458860,F18:458861,F19:458862,F2:458811,F20:458863,F21:458864,F22:458865,F23:458866,F24:458867,F3:458812,F4:458813,F5:458814,F6:458815,F7:458816,F8:458817,F9:458818,Find:458878,Fn:18,FnLock:19,GameButton1:392961,GameButton10:392970,GameButton11:392971,GameButton12:392972,GameButton13:392973,GameButton14:392974,GameButton15:392975,GameButton16:392976,GameButton2:392962,GameButton3:392963,GameButton4:392964,GameButton5:392965,GameButton6:392966,GameButton7:392967,GameButton8:392968,GameButton9:392969,GameButtonA:392977,GameButtonB:392978,GameButtonC:392979,GameButtonLeft1:392980,GameButtonLeft2:392981,GameButtonMode:392982,GameButtonRight1:392983,GameButtonRight2:392984,GameButtonSelect:392985,GameButtonStart:392986,GameButtonThumbLeft:392987,GameButtonThumbRight:392988,GameButtonX:392989,GameButtonY:392990,GameButtonZ:392991,Help:458869,Home:458826,Hyper:16,Info:786528,Insert:458825,IntlBackslash:458852,IntlRo:458887,IntlYen:458889,KanaMode:458888,KbdIllumDown:786554,KbdIllumUp:786553,KeyA:458756,KeyB:458757,KeyC:458758,KeyD:458759,KeyE:458760,KeyF:458761,KeyG:458762,KeyH:458763,KeyI:458764,KeyJ:458765,KeyK:458766,KeyL:458767,KeyM:458768,KeyN:458769,KeyO:458770,KeyP:458771,KeyQ:458772,KeyR:458773,KeyS:458774,KeyT:458775,KeyU:458776,KeyV:458777,KeyW:458778,KeyX:458779,KeyY:458780,KeyZ:458781,KeyboardLayoutSelect:787101,Lang1:458896,Lang2:458897,Lang3:458898,Lang4:458899,Lang5:458900,LaunchApp1:786836,LaunchApp2:786834,LaunchAssistant:786891,LaunchAudioBrowser:786871,LaunchCalendar:786830,LaunchContacts:786829,LaunchControlPanel:786847,LaunchDocuments:786855,LaunchInternetBrowser:786838,LaunchKeyboardLayout:786862,LaunchMail:786826,LaunchPhone:786572,LaunchScreenSaver:786865,LaunchSpreadsheet:786822,LaunchWordProcessor:786820,LockScreen:786846,LogOff:786844,MailForward:787083,MailReply:787081,MailSend:787084,MediaFastForward:786611,MediaLast:786563,MediaPause:786609,MediaPlay:786608,MediaPlayPause:786637,MediaRecord:786610,MediaRewind:786612,MediaSelect:786819,MediaStop:786615,MediaTrackNext:786613,MediaTrackPrevious:786614,MetaLeft:458979,MetaRight:458983,Minus:458797,New:786945,NonConvert:458891,NumLock:458835,Numpad0:458850,Numpad1:458841,Numpad2:458842,Numpad3:458843,Numpad4:458844,Numpad5:458845,Numpad6:458846,Numpad7:458847,Numpad8:458848,Numpad9:458849,NumpadAdd:458839,NumpadBackspace:458939,NumpadClear:458968,NumpadClearEntry:458969,NumpadComma:458885,NumpadDecimal:458851,NumpadDivide:458836,NumpadEnter:458840,NumpadEqual:458855,NumpadMemoryAdd:458963,NumpadMemoryClear:458962,NumpadMemoryRecall:458961,NumpadMemoryStore:458960,NumpadMemorySubtract:458964,NumpadMultiply:458837,NumpadParenLeft:458934,NumpadParenRight:458935,NumpadSignChange:458967,NumpadSubtract:458838,Open:458868,PageDown:458830,PageUp:458827,Paste:458877,Pause:458824,Period:458807,Power:458854,Print:786952,PrintScreen:458822,PrivacyScreenToggle:23,ProgramGuide:786573,Props:458915,Quote:458804,Redo:787065,Resume:21,Save:786951,ScrollLock:458823,Select:458871,SelectTask:786850,Semicolon:458803,ShiftLeft:458977,ShiftRight:458981,ShowAllWindows:787103,Slash:458808,Sleep:65666,Space:458796,SpeechInputToggle:786639,SpellCheck:786859,Super:17,Suspend:20,Tab:458795,Turbo:22,Undo:458874,UsbErrorRollOver:458753,UsbErrorUndefined:458755,UsbPostFail:458754,UsbReserved:458752,WakeUp:65667,ZoomIn:786989,ZoomOut:786990,ZoomToggle:786994},B.Mc,t.eL) -B.Vm=new A.bz([16,B.Bf,17,B.Bg,18,B.eo,19,B.Bh,20,B.Bi,21,B.Bj,22,B.Bk,23,B.jQ,24,B.jR,65666,B.m_,65667,B.m0,65717,B.m1,392961,B.Bl,392962,B.Bm,392963,B.Bn,392964,B.Bo,392965,B.Bp,392966,B.Bq,392967,B.Br,392968,B.Bs,392969,B.Bt,392970,B.Bu,392971,B.Bv,392972,B.Bw,392973,B.Bx,392974,B.By,392975,B.Bz,392976,B.BA,392977,B.BB,392978,B.BC,392979,B.BD,392980,B.BE,392981,B.BF,392982,B.BG,392983,B.BH,392984,B.BI,392985,B.BJ,392986,B.BK,392987,B.BL,392988,B.BM,392989,B.BN,392990,B.BO,392991,B.BP,458752,B.BQ,458753,B.BR,458754,B.BS,458755,B.BT,458756,B.jS,458757,B.jT,458758,B.jU,458759,B.jV,458760,B.jW,458761,B.jX,458762,B.jY,458763,B.jZ,458764,B.k_,458765,B.k0,458766,B.k1,458767,B.k2,458768,B.k3,458769,B.k4,458770,B.k5,458771,B.k6,458772,B.k7,458773,B.k8,458774,B.k9,458775,B.ka,458776,B.kb,458777,B.kc,458778,B.kd,458779,B.ke,458780,B.kf,458781,B.kg,458782,B.kh,458783,B.ki,458784,B.kj,458785,B.kk,458786,B.kl,458787,B.km,458788,B.kn,458789,B.ko,458790,B.kp,458791,B.kq,458792,B.kr,458793,B.ks,458794,B.kt,458795,B.ku,458796,B.kv,458797,B.kw,458798,B.kx,458799,B.ky,458800,B.kz,458801,B.kA,458803,B.kB,458804,B.kC,458805,B.kD,458806,B.kE,458807,B.kF,458808,B.kG,458809,B.ep,458810,B.kH,458811,B.kI,458812,B.kJ,458813,B.kK,458814,B.kL,458815,B.kM,458816,B.kN,458817,B.kO,458818,B.kP,458819,B.kQ,458820,B.kR,458821,B.kS,458822,B.kT,458823,B.eq,458824,B.kU,458825,B.kV,458826,B.kW,458827,B.kX,458828,B.kY,458829,B.kZ,458830,B.l_,458831,B.l0,458832,B.l1,458833,B.l2,458834,B.l3,458835,B.er,458836,B.l4,458837,B.l5,458838,B.l6,458839,B.l7,458840,B.l8,458841,B.l9,458842,B.la,458843,B.lb,458844,B.lc,458845,B.ld,458846,B.le,458847,B.lf,458848,B.lg,458849,B.lh,458850,B.li,458851,B.lj,458852,B.lk,458853,B.ll,458854,B.lm,458855,B.ln,458856,B.lo,458857,B.lp,458858,B.lq,458859,B.lr,458860,B.ls,458861,B.lt,458862,B.lu,458863,B.lv,458864,B.lw,458865,B.lx,458866,B.ly,458867,B.lz,458868,B.lA,458869,B.lB,458871,B.lC,458873,B.lD,458874,B.lE,458875,B.lF,458876,B.lG,458877,B.lH,458878,B.lI,458879,B.lJ,458880,B.lK,458881,B.lL,458885,B.lM,458887,B.lN,458888,B.lO,458889,B.lP,458890,B.lQ,458891,B.lR,458896,B.lS,458897,B.lT,458898,B.lU,458899,B.lV,458900,B.lW,458907,B.BU,458915,B.BV,458934,B.lX,458935,B.lY,458939,B.BW,458960,B.BX,458961,B.BY,458962,B.BZ,458963,B.C_,458964,B.C0,458967,B.lZ,458968,B.C1,458969,B.C2,458976,B.cw,458977,B.cx,458978,B.cy,458979,B.cz,458980,B.dA,458981,B.dB,458982,B.cA,458983,B.dC,786528,B.m2,786529,B.m3,786543,B.m4,786544,B.m5,786546,B.m6,786547,B.m7,786548,B.m8,786549,B.m9,786553,B.ma,786554,B.mb,786563,B.mc,786572,B.md,786573,B.me,786580,B.mf,786588,B.mg,786589,B.mh,786608,B.mi,786609,B.mj,786610,B.mk,786611,B.ml,786612,B.mm,786613,B.mn,786614,B.mo,786615,B.mp,786616,B.mq,786637,B.mr,786639,B.ms,786661,B.mt,786819,B.mu,786820,B.mv,786822,B.mw,786826,B.mx,786829,B.my,786830,B.mz,786834,B.mA,786836,B.mB,786838,B.mC,786844,B.mD,786846,B.mE,786847,B.mF,786850,B.mG,786855,B.mH,786859,B.mI,786862,B.mJ,786865,B.mK,786871,B.mL,786891,B.mM,786945,B.mN,786947,B.mO,786951,B.mP,786952,B.mQ,786977,B.mR,786979,B.mS,786980,B.mT,786981,B.mU,786982,B.mV,786983,B.mW,786986,B.mX,786989,B.mY,786990,B.mZ,786994,B.n_,787065,B.n0,787081,B.n1,787083,B.n2,787084,B.n3,787101,B.n4,787103,B.n5],t.Vd) -B.CF=new A.aK(B.hm,!1,!1,!1,!1) -B.oa=new A.ip() -B.Vn=new A.bz([B.CF,B.oa],t.Fp) -B.Oe=A.a(s(["in","iw","ji","jw","mo","aam","adp","aue","ayx","bgm","bjd","ccq","cjr","cka","cmk","coy","cqu","drh","drw","gav","gfx","ggn","gti","guv","hrr","ibi","ilw","jeg","kgc","kgh","koj","krm","ktr","kvs","kwq","kxe","kzj","kzt","lii","lmm","meg","mst","mwj","myt","nad","ncp","nnx","nts","oun","pcr","pmc","pmu","ppa","ppr","pry","puz","sca","skk","tdu","thc","thx","tie","tkk","tlw","tmp","tne","tnf","tsf","uok","xba","xia","xkh","xsj","ybd","yma","ymt","yos","yuu"]),t.s) -B.bv=new A.G(78,{in:"id",iw:"he",ji:"yi",jw:"jv",mo:"ro",aam:"aas",adp:"dz",aue:"ktz",ayx:"nun",bgm:"bcg",bjd:"drl",ccq:"rki",cjr:"mom",cka:"cmr",cmk:"xch",coy:"pij",cqu:"quh",drh:"khk",drw:"prs",gav:"dev",gfx:"vaj",ggn:"gvr",gti:"nyc",guv:"duz",hrr:"jal",ibi:"opa",ilw:"gal",jeg:"oyb",kgc:"tdf",kgh:"kml",koj:"kwv",krm:"bmf",ktr:"dtp",kvs:"gdj",kwq:"yam",kxe:"tvd",kzj:"dtp",kzt:"dtp",lii:"raq",lmm:"rmx",meg:"cir",mst:"mry",mwj:"vaj",myt:"mry",nad:"xny",ncp:"kdz",nnx:"ngv",nts:"pij",oun:"vaj",pcr:"adx",pmc:"huw",pmu:"phr",ppa:"bfy",ppr:"lcq",pry:"prt",puz:"pub",sca:"hle",skk:"oyb",tdu:"dtp",thc:"tpo",thx:"oyb",tie:"ras",tkk:"twm",tlw:"weo",tmp:"tyj",tne:"kak",tnf:"prs",tsf:"taj",uok:"ema",xba:"cax",xia:"acn",xkh:"waw",xsj:"suj",ybd:"rki",yma:"lrr",ymt:"mtm",yos:"zom",yuu:"yug"},B.Oe,t.w) -B.a3P=new A.bz([9,B.ks,10,B.kh,11,B.ki,12,B.kj,13,B.kk,14,B.kl,15,B.km,16,B.kn,17,B.ko,18,B.kp,19,B.kq,20,B.kw,21,B.kx,22,B.kt,23,B.ku,24,B.k7,25,B.kd,26,B.jW,27,B.k8,28,B.ka,29,B.kf,30,B.kb,31,B.k_,32,B.k5,33,B.k6,34,B.ky,35,B.kz,36,B.kr,37,B.cw,38,B.jS,39,B.k9,40,B.jV,41,B.jX,42,B.jY,43,B.jZ,44,B.k0,45,B.k1,46,B.k2,47,B.kB,48,B.kC,49,B.kD,50,B.cx,51,B.kA,52,B.kg,53,B.ke,54,B.jU,55,B.kc,56,B.jT,57,B.k4,58,B.k3,59,B.kE,60,B.kF,61,B.kG,62,B.dB,63,B.l5,64,B.cy,65,B.kv,66,B.ep,67,B.kH,68,B.kI,69,B.kJ,70,B.kK,71,B.kL,72,B.kM,73,B.kN,74,B.kO,75,B.kP,76,B.kQ,77,B.er,78,B.eq,79,B.lf,80,B.lg,81,B.lh,82,B.l6,83,B.lc,84,B.ld,85,B.le,86,B.l7,87,B.l9,88,B.la,89,B.lb,90,B.li,91,B.lj,93,B.lW,94,B.lk,95,B.kR,96,B.kS,97,B.lN,98,B.lU,99,B.lV,100,B.lQ,101,B.lO,102,B.lR,104,B.l8,105,B.dA,106,B.l4,107,B.kT,108,B.cA,110,B.kW,111,B.l3,112,B.kX,113,B.l1,114,B.l0,115,B.kZ,116,B.l2,117,B.l_,118,B.kV,119,B.kY,121,B.lJ,122,B.lL,123,B.lK,124,B.lm,125,B.ln,126,B.lZ,127,B.kU,128,B.n5,129,B.lM,130,B.lS,131,B.lT,132,B.lP,133,B.cz,134,B.dC,135,B.ll,136,B.mV,137,B.lD,139,B.lE,140,B.lC,141,B.lG,142,B.lA,143,B.lH,144,B.lI,145,B.lF,146,B.lB,148,B.mA,150,B.m_,151,B.m0,152,B.mB,158,B.mC,160,B.mE,163,B.mx,164,B.mX,166,B.mT,167,B.mU,169,B.mq,171,B.mn,172,B.mr,173,B.mo,174,B.mp,175,B.mk,176,B.mm,177,B.md,179,B.mu,180,B.mS,181,B.mW,182,B.mf,187,B.lX,188,B.lY,189,B.mN,190,B.n0,191,B.lo,192,B.lp,193,B.lq,194,B.lr,195,B.ls,196,B.lt,197,B.lu,198,B.lv,199,B.lw,200,B.lx,201,B.ly,202,B.lz,209,B.mj,214,B.mO,215,B.mi,216,B.ml,217,B.mt,218,B.mQ,225,B.mR,232,B.m5,233,B.m4,235,B.m1,237,B.mb,238,B.ma,239,B.n3,240,B.n1,241,B.n2,242,B.mP,243,B.mH,252,B.m9,256,B.jR,366,B.m2,370,B.me,378,B.m3,380,B.n_,382,B.mJ,400,B.mL,405,B.mz,413,B.mc,418,B.mg,419,B.mh,426,B.mY,427,B.mZ,429,B.mv,431,B.mw,437,B.my,439,B.m6,440,B.mI,441,B.mD,587,B.mF,588,B.mG,589,B.mK,590,B.ms,591,B.mM,592,B.n4,600,B.m7,601,B.m8,641,B.jQ],t.Vd) -B.AW=new A.G(0,{},B.ue,A.S("G")) -B.Pd=A.a(s([]),t.g) -B.Vw=new A.G(0,{},B.Pd,A.S("G")) -B.Pe=A.a(s([]),A.S("t")) -B.Vv=new A.G(0,{},B.Pe,A.S("G")) -B.Vt=new A.G(0,{},B.c2,A.S("G")) -B.Vs=new A.G(0,{},B.c2,t.w) -B.AX=new A.G(0,{},B.c2,A.S("G")) -B.Pf=A.a(s([]),A.S("t")) -B.AV=new A.G(0,{},B.Pf,A.S("G")) -B.ud=A.a(s([]),A.S("t")) -B.Vu=new A.G(0,{},B.ud,A.S("G")) -B.AY=new A.G(0,{},B.ud,A.S("G>")) -B.Vx=new A.bz([B.nv,-7,B.hM,1,B.D5,7,B.dK,-1],A.S("bz")) -B.Px=A.a(s(["alias","allScroll","basic","cell","click","contextMenu","copy","forbidden","grab","grabbing","help","move","none","noDrop","precise","progress","text","resizeColumn","resizeDown","resizeDownLeft","resizeDownRight","resizeLeft","resizeLeftRight","resizeRight","resizeRow","resizeUp","resizeUpDown","resizeUpLeft","resizeUpRight","resizeUpLeftDownRight","resizeUpRightDownLeft","verticalText","wait","zoomIn","zoomOut"]),t.s) -B.Vy=new A.G(35,{alias:"alias",allScroll:"all-scroll",basic:"default",cell:"cell",click:"pointer",contextMenu:"context-menu",copy:"copy",forbidden:"not-allowed",grab:"grab",grabbing:"grabbing",help:"help",move:"move",none:"none",noDrop:"no-drop",precise:"crosshair",progress:"progress",text:"text",resizeColumn:"col-resize",resizeDown:"s-resize",resizeDownLeft:"sw-resize",resizeDownRight:"se-resize",resizeLeft:"w-resize",resizeLeftRight:"ew-resize",resizeRight:"e-resize",resizeRow:"row-resize",resizeUp:"n-resize",resizeUpDown:"ns-resize",resizeUpLeft:"nw-resize",resizeUpRight:"ne-resize",resizeUpLeftDownRight:"nwse-resize",resizeUpRightDownLeft:"nesw-resize",verticalText:"vertical-text",wait:"wait",zoomIn:"zoom-in",zoomOut:"zoom-out"},B.Px,t.w) -B.dx=new A.jH(0,"canvas") -B.jJ=new A.jH(1,"card") -B.VJ=new A.jH(2,"circle") -B.jK=new A.jH(3,"button") -B.ei=new A.jH(4,"transparency") -B.dE=new A.bR(2,2) -B.ie=new A.cN(B.dE,B.dE,B.dE,B.dE) -B.Vz=new A.bz([B.dx,null,B.jJ,B.ie,B.VJ,null,B.jK,B.ie,B.ei,null],A.S("bz")) -B.H5=new A.F(4289200107) -B.H1=new A.F(4284809178) -B.GR=new A.F(4280150454) -B.GM=new A.F(4278239141) -B.hB=new A.bz([100,B.H5,200,B.H1,400,B.GR,700,B.GM],t.pl) -B.vX=new A.d(32) -B.SD=new A.d(33) -B.SE=new A.d(34) -B.SF=new A.d(35) -B.SG=new A.d(36) -B.SH=new A.d(37) -B.SI=new A.d(38) -B.SJ=new A.d(39) -B.SK=new A.d(40) -B.SL=new A.d(41) -B.SM=new A.d(44) -B.SN=new A.d(58) -B.SO=new A.d(59) -B.SP=new A.d(60) -B.SQ=new A.d(61) -B.SR=new A.d(62) -B.SS=new A.d(63) -B.ST=new A.d(64) -B.TI=new A.d(91) -B.TJ=new A.d(92) -B.TK=new A.d(93) -B.TL=new A.d(94) -B.TM=new A.d(95) -B.TN=new A.d(96) -B.jB=new A.d(97) -B.TO=new A.d(98) -B.jC=new A.d(99) -B.Se=new A.d(100) -B.Sf=new A.d(101) -B.Sg=new A.d(102) -B.Sh=new A.d(103) -B.Si=new A.d(104) -B.Sj=new A.d(105) -B.Sk=new A.d(106) -B.Sl=new A.d(107) -B.Sm=new A.d(108) -B.Sn=new A.d(109) -B.So=new A.d(110) -B.Sp=new A.d(111) -B.Sq=new A.d(112) -B.Sr=new A.d(113) -B.Ss=new A.d(114) -B.St=new A.d(115) -B.Su=new A.d(116) -B.Sv=new A.d(117) -B.jk=new A.d(118) -B.Sw=new A.d(119) -B.jl=new A.d(120) -B.Sx=new A.d(121) -B.Sy=new A.d(122) -B.Sz=new A.d(123) -B.SA=new A.d(124) -B.SB=new A.d(125) -B.SC=new A.d(126) -B.SU=new A.d(8589934592) -B.SV=new A.d(8589934593) -B.SW=new A.d(8589934594) -B.SX=new A.d(8589934595) -B.SY=new A.d(8589934608) -B.SZ=new A.d(8589934609) -B.T_=new A.d(8589934610) -B.T0=new A.d(8589934611) -B.T1=new A.d(8589934612) -B.T2=new A.d(8589934624) -B.T3=new A.d(8589934625) -B.T4=new A.d(8589934626) -B.T5=new A.d(8589935088) -B.T6=new A.d(8589935090) -B.T7=new A.d(8589935092) -B.T8=new A.d(8589935094) -B.T9=new A.d(8589935144) -B.Ta=new A.d(8589935145) -B.Tb=new A.d(8589935148) -B.Tc=new A.d(8589935165) -B.Td=new A.d(8589935361) -B.Te=new A.d(8589935362) -B.Tf=new A.d(8589935363) -B.Tg=new A.d(8589935364) -B.Th=new A.d(8589935365) -B.Ti=new A.d(8589935366) -B.Tj=new A.d(8589935367) -B.Tk=new A.d(8589935368) -B.Tl=new A.d(8589935369) -B.Tm=new A.d(8589935370) -B.Tn=new A.d(8589935371) -B.To=new A.d(8589935372) -B.Tp=new A.d(8589935373) -B.Tq=new A.d(8589935374) -B.Tr=new A.d(8589935375) -B.Ts=new A.d(8589935376) -B.Tt=new A.d(8589935377) -B.Tu=new A.d(8589935378) -B.Tv=new A.d(8589935379) -B.Tw=new A.d(8589935380) -B.Tx=new A.d(8589935381) -B.Ty=new A.d(8589935382) -B.Tz=new A.d(8589935383) -B.TA=new A.d(8589935384) -B.TB=new A.d(8589935385) -B.TC=new A.d(8589935386) -B.TD=new A.d(8589935387) -B.TE=new A.d(8589935388) -B.TF=new A.d(8589935389) -B.TG=new A.d(8589935390) -B.TH=new A.d(8589935391) -B.VA=new A.bz([32,B.vX,33,B.SD,34,B.SE,35,B.SF,36,B.SG,37,B.SH,38,B.SI,39,B.SJ,40,B.SK,41,B.SL,42,B.vY,43,B.Ar,44,B.SM,45,B.As,46,B.At,47,B.Au,48,B.Av,49,B.Aw,50,B.Ax,51,B.Ay,52,B.Az,53,B.AA,54,B.AB,55,B.AC,56,B.AD,57,B.AE,58,B.SN,59,B.SO,60,B.SP,61,B.SQ,62,B.SR,63,B.SS,64,B.ST,91,B.TI,92,B.TJ,93,B.TK,94,B.TL,95,B.TM,96,B.TN,97,B.jB,98,B.TO,99,B.jC,100,B.Se,101,B.Sf,102,B.Sg,103,B.Sh,104,B.Si,105,B.Sj,106,B.Sk,107,B.Sl,108,B.Sm,109,B.Sn,110,B.So,111,B.Sp,112,B.Sq,113,B.Sr,114,B.Ss,115,B.St,116,B.Su,117,B.Sv,118,B.jk,119,B.Sw,120,B.jl,121,B.Sx,122,B.Sy,123,B.Sz,124,B.SA,125,B.SB,126,B.SC,4294967297,B.vZ,4294967304,B.ds,4294967305,B.hl,4294967309,B.hm,4294967323,B.hn,4294967423,B.cv,4294967553,B.w_,4294967555,B.w0,4294967556,B.ho,4294967558,B.jm,4294967559,B.w1,4294967560,B.w2,4294967562,B.hp,4294967564,B.hq,4294967566,B.w3,4294967567,B.w4,4294967568,B.w5,4294967569,B.w6,4294968065,B.bF,4294968066,B.bd,4294968067,B.be,4294968068,B.bG,4294968069,B.dt,4294968070,B.du,4294968071,B.hr,4294968072,B.hs,4294968321,B.jn,4294968322,B.w7,4294968323,B.w8,4294968324,B.w9,4294968325,B.wa,4294968326,B.wb,4294968327,B.jo,4294968328,B.wc,4294968329,B.wd,4294968330,B.we,4294968577,B.wf,4294968578,B.wg,4294968579,B.wh,4294968580,B.wi,4294968581,B.wj,4294968582,B.wk,4294968583,B.wl,4294968584,B.wm,4294968585,B.wn,4294968586,B.wo,4294968587,B.wp,4294968588,B.wq,4294968589,B.wr,4294968590,B.ws,4294968833,B.wt,4294968834,B.wu,4294968835,B.wv,4294968836,B.ww,4294968837,B.wx,4294968838,B.wy,4294968839,B.wz,4294968840,B.wA,4294968841,B.wB,4294968842,B.wC,4294968843,B.wD,4294969089,B.wE,4294969090,B.wF,4294969091,B.wG,4294969092,B.wH,4294969093,B.wI,4294969094,B.wJ,4294969095,B.wK,4294969096,B.wL,4294969097,B.wM,4294969098,B.wN,4294969099,B.wO,4294969100,B.wP,4294969101,B.wQ,4294969102,B.wR,4294969103,B.wS,4294969104,B.wT,4294969105,B.wU,4294969106,B.wV,4294969107,B.wW,4294969108,B.wX,4294969109,B.wY,4294969110,B.wZ,4294969111,B.x_,4294969112,B.x0,4294969113,B.x1,4294969114,B.x2,4294969115,B.x3,4294969116,B.x4,4294969117,B.x5,4294969345,B.x6,4294969346,B.x7,4294969347,B.x8,4294969348,B.x9,4294969349,B.xa,4294969350,B.xb,4294969351,B.xc,4294969352,B.xd,4294969353,B.xe,4294969354,B.xf,4294969355,B.xg,4294969356,B.xh,4294969357,B.xi,4294969358,B.xj,4294969359,B.xk,4294969360,B.xl,4294969361,B.xm,4294969362,B.xn,4294969363,B.xo,4294969364,B.xp,4294969365,B.xq,4294969366,B.xr,4294969367,B.xs,4294969368,B.xt,4294969601,B.xu,4294969602,B.xv,4294969603,B.xw,4294969604,B.xx,4294969605,B.xy,4294969606,B.xz,4294969607,B.xA,4294969608,B.xB,4294969857,B.xC,4294969858,B.xD,4294969859,B.xE,4294969860,B.xF,4294969861,B.xG,4294969863,B.xH,4294969864,B.xI,4294969865,B.xJ,4294969866,B.xK,4294969867,B.xL,4294969868,B.xM,4294969869,B.xN,4294969870,B.xO,4294969871,B.xP,4294969872,B.xQ,4294969873,B.xR,4294970113,B.xS,4294970114,B.xT,4294970115,B.xU,4294970116,B.xV,4294970117,B.xW,4294970118,B.xX,4294970119,B.xY,4294970120,B.xZ,4294970121,B.y_,4294970122,B.y0,4294970123,B.y1,4294970124,B.y2,4294970125,B.y3,4294970126,B.y4,4294970127,B.y5,4294970369,B.y6,4294970370,B.y7,4294970371,B.y8,4294970372,B.y9,4294970373,B.ya,4294970374,B.yb,4294970375,B.yc,4294970625,B.yd,4294970626,B.ye,4294970627,B.yf,4294970628,B.yg,4294970629,B.yh,4294970630,B.yi,4294970631,B.yj,4294970632,B.yk,4294970633,B.yl,4294970634,B.ym,4294970635,B.yn,4294970636,B.yo,4294970637,B.yp,4294970638,B.yq,4294970639,B.yr,4294970640,B.ys,4294970641,B.yt,4294970642,B.yu,4294970643,B.yv,4294970644,B.yw,4294970645,B.yx,4294970646,B.yy,4294970647,B.yz,4294970648,B.yA,4294970649,B.yB,4294970650,B.yC,4294970651,B.yD,4294970652,B.yE,4294970653,B.yF,4294970654,B.yG,4294970655,B.yH,4294970656,B.yI,4294970657,B.yJ,4294970658,B.yK,4294970659,B.yL,4294970660,B.yM,4294970661,B.yN,4294970662,B.yO,4294970663,B.yP,4294970664,B.yQ,4294970665,B.yR,4294970666,B.yS,4294970667,B.yT,4294970668,B.yU,4294970669,B.yV,4294970670,B.yW,4294970671,B.yX,4294970672,B.yY,4294970673,B.yZ,4294970674,B.z_,4294970675,B.z0,4294970676,B.z1,4294970677,B.z2,4294970678,B.z3,4294970679,B.z4,4294970680,B.z5,4294970681,B.z6,4294970682,B.z7,4294970683,B.z8,4294970684,B.z9,4294970685,B.za,4294970686,B.zb,4294970687,B.zc,4294970688,B.zd,4294970689,B.ze,4294970690,B.zf,4294970691,B.zg,4294970692,B.zh,4294970693,B.zi,4294970694,B.zj,4294970695,B.zk,4294970696,B.zl,4294970697,B.zm,4294970698,B.zn,4294970699,B.zo,4294970700,B.zp,4294970701,B.zq,4294970702,B.zr,4294970703,B.zs,4294970704,B.zt,4294970705,B.zu,4294970706,B.zv,4294970707,B.zw,4294970708,B.zx,4294970709,B.zy,4294970710,B.zz,4294970711,B.zA,4294970712,B.zB,4294970713,B.zC,4294970714,B.zD,4294970715,B.zE,4294970882,B.zF,4294970884,B.zG,4294970885,B.zH,4294970886,B.zI,4294970887,B.zJ,4294970888,B.zK,4294970889,B.zL,4294971137,B.zM,4294971138,B.zN,4294971393,B.zO,4294971394,B.zP,4294971395,B.zQ,4294971396,B.zR,4294971397,B.zS,4294971398,B.zT,4294971399,B.zU,4294971400,B.zV,4294971401,B.zW,4294971402,B.zX,4294971403,B.zY,4294971649,B.zZ,4294971650,B.A_,4294971651,B.A0,4294971652,B.A1,4294971653,B.A2,4294971654,B.A3,4294971655,B.A4,4294971656,B.A5,4294971657,B.A6,4294971658,B.A7,4294971659,B.A8,4294971660,B.A9,4294971661,B.Aa,4294971662,B.Ab,4294971663,B.Ac,4294971664,B.Ad,4294971665,B.Ae,4294971666,B.Af,4294971667,B.Ag,4294971668,B.Ah,4294971669,B.Ai,4294971670,B.Aj,4294971671,B.Ak,4294971672,B.Al,4294971673,B.Am,4294971674,B.An,4294971675,B.Ao,4294971905,B.Ap,4294971906,B.Aq,8589934592,B.SU,8589934593,B.SV,8589934594,B.SW,8589934595,B.SX,8589934608,B.SY,8589934609,B.SZ,8589934610,B.T_,8589934611,B.T0,8589934612,B.T1,8589934624,B.T2,8589934625,B.T3,8589934626,B.T4,8589934848,B.ht,8589934849,B.hu,8589934850,B.eg,8589934851,B.eh,8589934852,B.hv,8589934853,B.hw,8589934854,B.hx,8589934855,B.hy,8589935088,B.T5,8589935090,B.T6,8589935092,B.T7,8589935094,B.T8,8589935117,B.jp,8589935144,B.T9,8589935145,B.Ta,8589935146,B.AF,8589935147,B.AG,8589935148,B.Tb,8589935149,B.AH,8589935150,B.jq,8589935151,B.AI,8589935152,B.jr,8589935153,B.js,8589935154,B.jt,8589935155,B.ju,8589935156,B.jv,8589935157,B.jw,8589935158,B.jx,8589935159,B.jy,8589935160,B.jz,8589935161,B.jA,8589935165,B.Tc,8589935361,B.Td,8589935362,B.Te,8589935363,B.Tf,8589935364,B.Tg,8589935365,B.Th,8589935366,B.Ti,8589935367,B.Tj,8589935368,B.Tk,8589935369,B.Tl,8589935370,B.Tm,8589935371,B.Tn,8589935372,B.To,8589935373,B.Tp,8589935374,B.Tq,8589935375,B.Tr,8589935376,B.Ts,8589935377,B.Tt,8589935378,B.Tu,8589935379,B.Tv,8589935380,B.Tw,8589935381,B.Tx,8589935382,B.Ty,8589935383,B.Tz,8589935384,B.TA,8589935385,B.TB,8589935386,B.TC,8589935387,B.TD,8589935388,B.TE,8589935389,B.TF,8589935390,B.TG,8589935391,B.TH],A.S("bz")) -B.Rq=A.a(s(["af","am","ar","ar_DZ","ar_EG","az","be","bg","bn","br","bs","ca","chr","cs","cy","da","de","de_AT","de_CH","el","en","en_AU","en_CA","en_GB","en_IE","en_IN","en_SG","en_US","en_ZA","es","es_419","es_ES","es_MX","es_US","et","eu","fa","fi","fil","fr","fr_CA","ga","gl","gsw","gu","haw","he","hi","hr","hu","hy","id","in","is","it","iw","ja","ka","kk","km","kn","ko","ky","ln","lo","lt","lv","mk","ml","mn","mo","mr","ms","mt","my","nb","ne","nl","no","no_NO","or","pa","pl","pt","pt_BR","pt_PT","ro","ru","sh","si","sk","sl","sq","sr","sr_Latn","sv","sw","ta","te","th","tl","tr","uk","ur","uz","vi","zh","zh_CN","zh_HK","zh_TW","zu","en_ISO","en_MY","fr_CH","it_CH","ps"]),t.s) -B.UC=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd-MM",MEd:"EEE d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM-y",yMd:"y-MM-dd",yMEd:"EEE y-MM-dd",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.U0=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"M/d",MEd:"EEE\u1363 M/d",MMM:"LLL",MMMd:"MMM d",MMMEd:"EEE\u1363 MMM d",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE\u1363 MMMM d",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE\u1363 d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE\u1363 MMM d y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"y MMMM d, EEEE",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"H",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.jE=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/\u200fM",MEd:"EEE\u060c d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE\u060c d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE\u060c d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M\u200f/y",yMd:"d\u200f/M\u200f/y",yMEd:"EEE\u060c d/\u200fM/\u200fy",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE\u060c d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE\u060c d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UR=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd.MM",MEd:"dd.MM, EEE",MMM:"LLL",MMMd:"d MMM",MMMEd:"d MMM, EEE",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"d MMMM, EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM.y",yMd:"dd.MM.y",yMEd:"dd.MM.y, EEE",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"d MMM y, EEE",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"d MMMM y, EEEE",yQQQ:"y QQQ",yQQQQ:"y QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Ua=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.M",MEd:"EEE, d.M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M.y",yMd:"d.M.y",yMEd:"EEE, d.M.y",yMMM:"LLL y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"LLLL y",yMMMMd:"d MMMM y '\u0433'.",yMMMMEEEEd:"EEEE, d MMMM y '\u0433'.",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm.ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Ug=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.MM",MEd:"EEE, d.MM",MMM:"MM",MMMd:"d.MM",MMMEd:"EEE, d.MM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y '\u0433'.",yM:"MM.y '\u0433'.",yMd:"d.MM.y '\u0433'.",yMEd:"EEE, d.MM.y '\u0433'.",yMMM:"MM.y '\u0433'.",yMMMd:"d.MM.y '\u0433'.",yMMMEd:"EEE, d.MM.y '\u0433'.",yMMMM:"MMMM y '\u0433'.",yMMMMd:"d MMMM y '\u0433'.",yMMMMEEEEd:"EEEE, d MMMM y '\u0433'.",yQQQ:"QQQ y '\u0433'.",yQQQQ:"QQQQ y '\u0433'.",H:"H '\u0447'.",Hm:"H:mm '\u0447'.",Hms:"H:mm:ss '\u0447'.",j:"H '\u0447'.",jm:"H:mm '\u0447'.",jms:"H:mm:ss '\u0447'.",jmv:"HH:mm '\u0447'. v",jmz:"HH:mm '\u0447'. z",jz:"H '\u0447'. z",m:"m",ms:"m:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.TZ=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d-M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM, y",yMMMEd:"EEE, d MMM, y",yMMMM:"MMMM y",yMMMMd:"d MMMM, y",yMMMMEEEEd:"EEEE, d MMMM, y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Us=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"MM",Md:"dd/MM",MEd:"EEE dd/MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"dd/MM/y",yMEd:"EEE dd/MM/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uz=new A.G(44,{d:"d.",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.M.",MEd:"EEE, d.M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"EEE, d. MMM",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE, d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y.",yM:"MM/y",yMd:"d.M.y.",yMEd:"EEE, d.M.y.",yMMM:"MMM y.",yMMMd:"d. MMM y.",yMMMEd:"EEE, d. MMM y.",yMMMM:"LLLL y.",yMMMMd:"d. MMMM y.",yMMMMEEEEd:"EEEE, d. MMMM y.",yQQQ:"QQQ y.",yQQQQ:"QQQQ y.",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm (v)",jmz:"HH:mm (z)",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Ve=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"LLL 'de' y",yMMMd:"d MMM 'de' y",yMMMEd:"EEE, d MMM y",yMMMM:"LLLL 'de' y",yMMMMd:"d MMMM 'de' y",yMMMMEEEEd:"EEEE, d MMMM 'de' y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"H",Hm:"H:mm",Hms:"H:mm:ss",j:"H",jm:"H:mm",jms:"H:mm:ss",jmv:"H:mm v",jmz:"H:mm z",jz:"H z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.dw=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"M/d",MEd:"EEE, M/d",MMM:"LLL",MMMd:"MMM d",MMMEd:"EEE, MMM d",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE, MMMM d",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"M/d/y",yMEd:"EEE, M/d/y",yMMM:"MMM y",yMMMd:"MMM d, y",yMMMEd:"EEE, MMM d, y",yMMMM:"MMMM y",yMMMMd:"MMMM d, y",yMMMMEEEEd:"EEEE, MMMM d, y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UO=new A.G(44,{d:"d.",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d. M.",MEd:"EEE d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"EEE d. M.",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d. M. y",yMEd:"EEE d. M. y",yMMM:"LLLL y",yMMMd:"d. M. y",yMMMEd:"EEE d. M. y",yMMMM:"LLLL y",yMMMMd:"d. MMMM y",yMMMMEEEEd:"EEEE d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"H",Hm:"H:mm",Hms:"H:mm:ss",j:"H",jm:"H:mm",jms:"H:mm:ss",jmv:"H:mm v",jmz:"H:mm z",jz:"H z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UH=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uw=new A.G(44,{d:"d.",E:"ccc",EEEE:"cccc",LLL:"MMM",LLLL:"MMMM",M:"M",Md:"d.M",MEd:"EEE d.M",MMM:"MMM",MMMd:"d. MMM",MMMEd:"EEE d. MMM",MMMM:"MMMM",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M.y",yMd:"d.M.y",yMEd:"EEE d.M.y",yMMM:"MMM y",yMMMd:"d. MMM y",yMMMEd:"EEE d. MMM y",yMMMM:"MMMM y",yMMMMd:"d. MMMM y",yMMMMEEEEd:"EEEE 'den' d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH.mm",Hms:"HH.mm.ss",j:"HH",jm:"HH.mm",jms:"HH.mm.ss",jmv:"HH.mm v",jmz:"HH.mm z",jz:"HH z",m:"m",ms:"mm.ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.jG=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.M.",MEd:"EEE, d.M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"EEE, d. MMM",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE, d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M.y",yMd:"d.M.y",yMEd:"EEE, d.M.y",yMMM:"MMM y",yMMMd:"d. MMM y",yMMMEd:"EEE, d. MMM y",yMMMM:"MMMM y",yMMMMd:"d. MMMM y",yMMMMEEEEd:"EEEE, d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH 'Uhr'",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH 'Uhr'",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH 'Uhr' z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.V4=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"MMM",LLLL:"MMMM",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"MMM",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"MMMM",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"LLLL y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"y QQQ",yQQQQ:"y QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.US=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"dd/MM/y",yMEd:"EEE, dd/MM/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Ub=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"MM-dd",MEd:"EEE, MM-dd",MMM:"LLL",MMMd:"MMM d",MMMEd:"EEE, MMM d",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE, MMMM d",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-MM",yMd:"y-MM-dd",yMEd:"EEE, y-MM-dd",yMMM:"MMM y",yMMMd:"MMM d, y",yMMMEd:"EEE, MMM d, y",yMMMM:"MMMM y",yMMMMd:"MMMM d, y",yMMMMEEEEd:"EEEE, MMMM d, y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UK=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd/MM",MEd:"EEE, dd/MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"dd/MM/y",yMEd:"EEE, dd/MM/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.U5=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Vb=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd/MM",MEd:"EEE, dd/MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM, y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM, y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.AO=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd/MM",MEd:"EEE, dd/MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"dd/MM/y",yMEd:"EEE, dd/MM/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uo=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"MM/dd",MEd:"EEE, MM/dd",MMM:"LLL",MMMd:"dd MMM",MMMEd:"EEE, dd MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, dd MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"y/MM/dd",yMEd:"EEE, y/MM/dd",yMMM:"MMM y",yMMMd:"dd MMM y",yMMMEd:"EEE, dd MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.AS=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d 'de' MMMM",MMMMEEEEd:"EEEE, d 'de' MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM 'de' y",yMMMMd:"d 'de' MMMM 'de' y",yMMMMEEEEd:"EEEE, d 'de' MMMM 'de' y",yQQQ:"QQQ y",yQQQQ:"QQQQ 'de' y",H:"H",Hm:"H:mm",Hms:"H:mm:ss",j:"H",jm:"H:mm",jms:"H:mm:ss",jmv:"H:mm v",jmz:"H:mm z",jz:"H z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UU=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d 'de' MMMM",MMMMEEEEd:"EEEE, d 'de' MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE d/M/y",yMMM:"MMMM 'de' y",yMMMd:"d 'de' MMMM 'de' y",yMMMEd:"EEE, d 'de' MMM 'de' y",yMMMM:"MMMM 'de' y",yMMMMd:"d 'de' MMMM 'de' y",yMMMMEEEEd:"EEEE, d 'de' MMMM 'de' y",yQQQ:"QQQ 'de' y",yQQQQ:"QQQQ 'de' y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"H:mm v",jmz:"H:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uf=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d 'de' MMM",MMMM:"LLLL",MMMMd:"d 'de' MMMM",MMMMEEEEd:"EEEE, d 'de' MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMMM 'de' y",yMMMd:"d 'de' MMMM 'de' y",yMMMEd:"EEE, d 'de' MMMM 'de' y",yMMMM:"MMMM 'de' y",yMMMMd:"d 'de' MMMM 'de' y",yMMMMEEEEd:"EEEE, d 'de' MMMM 'de' y",yQQQ:"QQQ y",yQQQQ:"QQQQ 'de' y",H:"HH",Hm:"H:mm",Hms:"H:mm:ss",j:"HH",jm:"H:mm",jms:"H:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UG=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d 'de' MMM",MMMM:"LLLL",MMMMd:"d 'de' MMMM",MMMMEEEEd:"EEEE, d 'de' MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMMM 'de' y",yMMMd:"d 'de' MMMM 'de' y",yMMMEd:"EEE, d 'de' MMMM 'de' y",yMMMM:"MMMM 'de' y",yMMMMd:"d 'de' MMMM 'de' y",yMMMMEEEEd:"EEEE, d 'de' MMMM 'de' y",yQQQ:"QQQ y",yQQQQ:"QQQQ 'de' y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Vg=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"MMMM",LLLL:"MMMM",M:"M",Md:"d.M",MEd:"EEE, d.M",MMM:"MMMM",MMMd:"d. MMM",MMMEd:"EEE, d. MMM",MMMM:"MMMM",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE, d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M.y",yMd:"d.M.y",yMEd:"EEE, d.M.y",yMMM:"MMM y",yMMMd:"d. MMM y",yMMMEd:"EEE, d. MMMM y",yMMMM:"MMMM y",yMMMMd:"d. MMMM y",yMMMMEEEEd:"EEEE, d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.V8=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"M/d",MEd:"M/d, EEE",MMM:"LLL",MMMd:"MMM d",MMMEd:"MMM d, EEE",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"MMMM d, EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y/M",yMd:"y/M/d",yMEd:"y/M/d, EEE",yMMM:"y MMM",yMMMd:"y MMM d",yMMMEd:"y MMM d, EEE",yMMMM:"y('e')'ko' MMMM",yMMMMd:"y('e')'ko' MMMM'ren' d",yMMMMEEEEd:"y('e')'ko' MMMM'ren' d('a'), EEEE",yQQQ:"y('e')'ko' QQQ",yQQQQ:"y('e')'ko' QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH (z)",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UQ=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"M/d",MEd:"EEE M/d",MMM:"LLL",MMMd:"d LLL",MMMEd:"EEE d LLL",MMMM:"LLLL",MMMMd:"d LLLL",MMMMEEEEd:"EEEE d LLLL",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y/M",yMd:"y/M/d",yMEd:"EEE y/M/d",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQQ y",yQQQQ:"QQQQ y",H:"H",Hm:"H:mm",Hms:"H:mm:ss",j:"H",jm:"H:mm",jms:"H:mm:ss",jmv:"HH:mm v",jmz:"HH:mm (z)",jz:"H (z)",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Ud=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.M.",MEd:"EEE d.M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"ccc d. MMM",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"cccc d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"L.y",yMd:"d.M.y",yMEd:"EEE d.M.y",yMMM:"LLL y",yMMMd:"d. MMM y",yMMMEd:"EEE d. MMM y",yMMMM:"LLLL y",yMMMMd:"d. MMMM y",yMMMMEEEEd:"EEEE d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"H",Hm:"H.mm",Hms:"H.mm.ss",j:"H",jm:"H.mm",jms:"H.mm.ss",jmv:"H.mm v",jmz:"H.mm z",jz:"H z",m:"m",ms:"m.ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UX=new A.G(44,{d:"d",E:"EEE",EEEE:"EEEE",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd/MM",MEd:"EEE dd/MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"dd/MM/y",yMEd:"EEE dd/MM/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH 'h'",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH 'h'",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH 'h' z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.V_=new A.G(44,{d:"d",E:"EEE",EEEE:"EEEE",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"M-d",MEd:"EEE M-d",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-MM",yMd:"y-MM-dd",yMEd:"EEE y-MM-dd",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH 'h'",Hm:"HH 'h' mm",Hms:"HH 'h' mm 'min' ss 's'",j:"HH 'h'",jm:"HH 'h' mm",jms:"HH 'h' mm 'min' ss 's'",jmv:"HH 'h' mm v",jmz:"HH 'h' mm z",jz:"HH 'h' z",m:"m",ms:"mm 'min' ss 's'",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.V7=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"LL",Md:"dd/MM",MEd:"EEE dd/MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"dd/MM/y",yMEd:"EEE dd/MM/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Vf=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d 'de' MMM",MMMEd:"EEE, d 'de' MMM",MMMM:"LLLL",MMMMd:"d 'de' MMMM",MMMMEEEEd:"EEEE, d 'de' MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM 'de' y",yMMMd:"d/MM/y",yMMMEd:"EEE, d/MM/y",yMMMM:"MMMM 'de' y",yMMMMd:"d 'de' MMMM 'de' y",yMMMMEEEEd:"EEEE, d 'de' MMMM 'de' y",yQQQ:"QQQ y",yQQQQ:"QQQQ 'de' y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uq=new A.G(44,{d:"d",E:"EEE",EEEE:"EEEE",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.M.",MEd:"EEE, d.M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"EEE d. MMM",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-M",yMd:"d.M.y",yMEd:"EEE, y-M-d",yMMM:"MMM y",yMMMd:"y MMM d",yMMMEd:"EEE, d. MMM y",yMMMM:"MMMM y",yMMMMd:"d. MMMM y",yMMMMEEEEd:"EEEE, d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"H",Hm:"HH:mm",Hms:"HH:mm:ss",j:"H",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"H z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.V3=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM, y",yMMMEd:"EEE, d MMM, y",yMMMM:"MMMM y",yMMMMd:"d MMMM, y",yMMMMEEEEd:"EEEE, d MMMM, y",yQQQ:"y QQQ",yQQQQ:"y QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UJ=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"y MMMM",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"y QQQ",yQQQQ:"y QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.AP=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.M",MEd:"EEE, d.M",MMM:"LLL",MMMd:"d \u05d1MMM",MMMEd:"EEE, d \u05d1MMM",MMMM:"LLLL",MMMMd:"d \u05d1MMMM",MMMMEEEEd:"EEEE, d \u05d1MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M.y",yMd:"d.M.y",yMEd:"EEE, d.M.y",yMMM:"MMM y",yMMMd:"d \u05d1MMM y",yMMMEd:"EEE, d \u05d1MMM y",yMMMM:"MMMM y",yMMMMd:"d \u05d1MMMM y",yMMMMEEEEd:"EEEE, d \u05d1MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"H",Hm:"H:mm",Hms:"H:mm:ss",j:"H",jm:"H:mm",jms:"H:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"H z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.U6=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.U2=new A.G(44,{d:"d.",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L.",Md:"dd. MM.",MEd:"EEE, dd. MM.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"EEE, d. MMM",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE, d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y.",yM:"MM. y.",yMd:"dd. MM. y.",yMEd:"EEE, dd. MM. y.",yMMM:"LLL y.",yMMMd:"d. MMM y.",yMMMEd:"EEE, d. MMM y.",yMMMM:"LLLL y.",yMMMMd:"d. MMMM y.",yMMMMEEEEd:"EEEE, d. MMMM y.",yQQQ:"QQQ y.",yQQQQ:"QQQQ y.",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH (z)",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Vi=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"M. d.",MEd:"M. d., EEE",MMM:"LLL",MMMd:"MMM d.",MMMEd:"MMM d., EEE",MMMM:"LLLL",MMMMd:"MMMM d.",MMMMEEEEd:"MMMM d., EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y.",yM:"y. M.",yMd:"y. MM. dd.",yMEd:"y. MM. dd., EEE",yMMM:"y. MMM",yMMMd:"y. MMM d.",yMMMEd:"y. MMM d., EEE",yMMMM:"y. MMMM",yMMMMd:"y. MMMM d.",yMMMMEEEEd:"y. MMMM d., EEEE",yQQQ:"y. QQQ",yQQQQ:"y. QQQQ",H:"H",Hm:"H:mm",Hms:"H:mm:ss",j:"H",jm:"H:mm",jms:"H:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"H z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UT=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd.MM",MEd:"dd.MM, EEE",MMM:"LLL",MMMd:"d MMM",MMMEd:"d MMM, EEE",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"d MMMM, EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM.y",yMd:"dd.MM.y",yMEd:"d.MM.y \u0569., EEE",yMMM:"y \u0569. LLL",yMMMd:"d MMM, y \u0569.",yMMMEd:"y \u0569. MMM d, EEE",yMMMM:"y \u0569\u2024 LLLL",yMMMMd:"d MMMM, y \u0569.",yMMMMEEEEd:"y \u0569. MMMM d, EEEE",yQQQ:"y \u0569. QQQ",yQQQQ:"y \u0569. QQQQ",H:"H",Hm:"H:mm",Hms:"H:mm:ss",j:"H",jm:"H:mm",jms:"H:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"H z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.AR=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH.mm",Hms:"HH.mm.ss",j:"HH",jm:"HH.mm",jms:"HH.mm.ss",jmv:"HH.mm v",jmz:"HH.mm z",jz:"HH z",m:"m",ms:"mm.ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Ul=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.M.",MEd:"EEE, d.M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"EEE, d. MMM",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE, d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M. y",yMd:"d.M.y",yMEd:"EEE, d.M.y",yMMM:"MMM y",yMMMd:"d. MMM y",yMMMEd:"EEE, d. MMM y",yMMMM:"MMMM y",yMMMMd:"d. MMMM y",yMMMMEEEEd:"EEEE, d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"v \u2013 HH:mm",jmz:"z \u2013 HH:mm",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uk=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uj=new A.G(44,{d:"d\u65e5",E:"ccc",EEEE:"cccc",LLL:"M\u6708",LLLL:"M\u6708",M:"M\u6708",Md:"M/d",MEd:"M/d(EEE)",MMM:"M\u6708",MMMd:"M\u6708d\u65e5",MMMEd:"M\u6708d\u65e5(EEE)",MMMM:"M\u6708",MMMMd:"M\u6708d\u65e5",MMMMEEEEd:"M\u6708d\u65e5EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y\u5e74",yM:"y/M",yMd:"y/M/d",yMEd:"y/M/d(EEE)",yMMM:"y\u5e74M\u6708",yMMMd:"y\u5e74M\u6708d\u65e5",yMMMEd:"y\u5e74M\u6708d\u65e5(EEE)",yMMMM:"y\u5e74M\u6708",yMMMMd:"y\u5e74M\u6708d\u65e5",yMMMMEEEEd:"y\u5e74M\u6708d\u65e5EEEE",yQQQ:"y/QQQ",yQQQQ:"y\u5e74QQQQ",H:"H\u6642",Hm:"H:mm",Hms:"H:mm:ss",j:"H\u6642",jm:"H:mm",jms:"H:mm:ss",jmv:"H:mm v",jmz:"H:mm z",jz:"H\u6642 z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.U9=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.M",MEd:"EEE, d.M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M.y",yMd:"d.M.y",yMEd:"EEE, d.M.y",yMMM:"MMM. y",yMMMd:"d MMM. y",yMMMEd:"EEE, d MMM. y",yMMMM:"MMMM, y",yMMMMd:"d MMMM, y",yMMMMEEEEd:"EEEE, d MMMM, y",yQQQ:"QQQ, y",yQQQQ:"QQQQ, y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.U8=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd.MM",MEd:"dd.MM, EEE",MMM:"LLL",MMMd:"d MMM",MMMEd:"d MMM, EEE",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"d MMMM, EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM.y",yMd:"dd.MM.y",yMEd:"dd.MM.y, EEE",yMMM:"y '\u0436'. MMM",yMMMd:"y '\u0436'. d MMM",yMMMEd:"y '\u0436'. d MMM, EEE",yMMMM:"y '\u0436'. MMMM",yMMMMd:"y '\u0436'. d MMMM",yMMMMEEEEd:"y '\u0436'. d MMMM, EEEE",yQQQ:"y '\u0436'. QQQ",yQQQQ:"y '\u0436'. QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uv=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uc=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"d/M, EEE",MMM:"LLL",MMMd:"MMM d",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, M/d/y",yMMM:"MMM y",yMMMd:"MMM d,y",yMMMEd:"EEE, MMM d, y",yMMMM:"MMMM y",yMMMMd:"MMMM d, y",yMMMMEEEEd:"EEEE, MMMM d, y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UV=new A.G(44,{d:"d\uc77c",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"M\uc6d4",Md:"M. d.",MEd:"M. d. (EEE)",MMM:"LLL",MMMd:"MMM d\uc77c",MMMEd:"MMM d\uc77c (EEE)",MMMM:"LLLL",MMMMd:"MMMM d\uc77c",MMMMEEEEd:"MMMM d\uc77c EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y\ub144",yM:"y. M.",yMd:"y. M. d.",yMEd:"y. M. d. (EEE)",yMMM:"y\ub144 MMM",yMMMd:"y\ub144 MMM d\uc77c",yMMMEd:"y\ub144 MMM d\uc77c (EEE)",yMMMM:"y\ub144 MMMM",yMMMMd:"y\ub144 MMMM d\uc77c",yMMMMEEEEd:"y\ub144 MMMM d\uc77c EEEE",yQQQ:"y\ub144 QQQ",yQQQQ:"y\ub144 QQQQ",H:"H\uc2dc",Hm:"HH:mm",Hms:"H\uc2dc m\ubd84 s\ucd08",j:"a h\uc2dc",jm:"a h:mm",jms:"a h:mm:ss",jmv:"a h:mm v",jmz:"a h:mm z",jz:"a h\uc2dc z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UE=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd-MM",MEd:"dd-MM, EEE",MMM:"LLL",MMMd:"d-MMM",MMMEd:"d-MMM, EEE",MMMM:"LLLL",MMMMd:"d-MMMM",MMMMEEEEd:"d-MMMM, EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-MM",yMd:"y-dd-MM",yMEd:"y-dd-MM, EEE",yMMM:"y-'\u0436'. MMM",yMMMd:"y-'\u0436'. d-MMM",yMMMEd:"y-'\u0436'. d-MMM, EEE",yMMMM:"y-'\u0436'., MMMM",yMMMMd:"y-'\u0436'., d-MMMM",yMMMMEEEEd:"y-'\u0436'., d-MMMM, EEEE",yQQQ:"y-'\u0436'., QQQ",yQQQQ:"y-'\u0436'., QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.V0=new A.G(44,{d:"d",E:"EEE",EEEE:"EEEE",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"y MMMM",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"H",Hm:"HH:mm",Hms:"HH:mm:ss",j:"H",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"H z",m:"m",ms:"m:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UA=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Va=new A.G(44,{d:"dd",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"MM",Md:"MM-d",MEd:"MM-dd, EEE",MMM:"MM",MMMd:"MM-dd",MMMEd:"MM-dd, EEE",MMMM:"LLLL",MMMMd:"MMMM d 'd'.",MMMMEEEEd:"MMMM d 'd'., EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-MM",yMd:"y-MM-dd",yMEd:"y-MM-dd, EEE",yMMM:"y-MM",yMMMd:"y-MM-dd",yMMMEd:"y-MM-dd, EEE",yMMMM:"y 'm'. LLLL",yMMMMd:"y 'm'. MMMM d 'd'.",yMMMMEEEEd:"y 'm'. MMMM d 'd'., EEEE",yQQQ:"y QQQ",yQQQQ:"y QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm; v",jmz:"HH:mm; z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Vd=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd.MM.",MEd:"EEE, dd.MM.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"EEE, d. MMM",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE, d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y. 'g'.",yM:"MM.y.",yMd:"y.MM.d.",yMEd:"EEE, d.M.y.",yMMM:"y. 'g'. MMM",yMMMd:"y. 'g'. d. MMM",yMMMEd:"EEE, y. 'g'. d. MMM",yMMMM:"y. 'g'. MMMM",yMMMMd:"y. 'gada' d. MMMM",yMMMMEEEEd:"EEEE, y. 'gada' d. MMMM",yQQQ:"y. 'g'. QQQ",yQQQQ:"y. 'g'. QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uy=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.M",MEd:"EEE, d.M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M.y",yMd:"d.M.y",yMEd:"EEE, d.M.y",yMMM:"MMM y '\u0433'.",yMMMd:"d MMM y '\u0433'.",yMMMEd:"EEE, d MMM y '\u0433'.",yMMMM:"MMMM y '\u0433'.",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y '\u0433'.",yQQQQ:"QQQQ y '\u0433'.",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UZ=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"d/M, EEE",MMM:"LLL",MMMd:"MMM d",MMMEd:"MMM d, EEE",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"MMMM d, EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-MM",yMd:"d/M/y",yMEd:"d-M-y, EEE",yMMM:"y MMM",yMMMd:"y MMM d",yMMMEd:"y MMM d, EEE",yMMMM:"y MMMM",yMMMMd:"y, MMMM d",yMMMMEEEEd:"y, MMMM d, EEEE",yQQQ:"y QQQ",yQQQQ:"y QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Ut=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"LLLLL",Md:"MMMMM/dd",MEd:"MMMMM/dd. EEE",MMM:"LLL",MMMd:"MMM'\u044b\u043d' d",MMMEd:"MMM'\u044b\u043d' d. EEE",MMMM:"LLLL",MMMMd:"MMMM'\u044b\u043d' d",MMMMEEEEd:"MMMM'\u044b\u043d' d. EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y MMMMM",yMd:"y.MM.dd",yMEd:"y.MM.dd. EEE",yMMM:"y '\u043e\u043d\u044b' MMM",yMMMd:"y '\u043e\u043d\u044b' MMM'\u044b\u043d' d",yMMMEd:"y '\u043e\u043d\u044b' MMM'\u044b\u043d' d. EEE",yMMMM:"y '\u043e\u043d\u044b' MMMM",yMMMMd:"y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d",yMMMMEEEEd:"y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d. EEEE",yQQQ:"y '\u043e\u043d\u044b' QQQ",yQQQQ:"y '\u043e\u043d\u044b' QQQQ",H:"HH '\u0446'",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH '\u0446'",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm (v)",jmz:"HH:mm (z)",jz:"HH '\u0446' (z)",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.AQ=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd.MM",MEd:"EEE, dd.MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM.y",yMd:"dd.MM.y",yMEd:"EEE, dd.MM.y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.V6=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM, y",yMMMEd:"EEE, d, MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM, y",yMMMMEEEEd:"EEEE, d MMMM, y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"H:mm",Hms:"H:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UF=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d-M",MEd:"EEE, d-M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M-y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UD=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"MM-dd",MEd:"EEE, M-d",MMM:"LLL",MMMd:"MMM d",MMMEd:"EEE, d 'ta'\u2019 MMM",MMMM:"LLLL",MMMMd:"d 'ta'\u2019 MMMM",MMMMEEEEd:"EEEE, d 'ta'\u2019 MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-MM",yMd:"M/d/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d 'ta'\u2019 MMM, y",yMMMEd:"EEE, d 'ta'\u2019 MMM, y",yMMMM:"MMMM y",yMMMMd:"d 'ta'\u2019 MMMM y",yMMMMEEEEd:"EEEE, d 'ta'\u2019 MMMM y",yQQQ:"QQQ - y",yQQQQ:"QQQQ - y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UN=new A.G(44,{d:"d",E:"ccc\u1014\u1031\u1037",EEEE:"cccc\u1014\u1031\u1037",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"d/M\u104a EEE",MMM:"LLL",MMMd:"d MMM",MMMEd:"MMM d\u104a EEE",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"MMMM d \u101b\u1000\u103a EEEE\u1014\u1031\u1037",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"dd-MM-y",yMEd:"d/M/y\u104a EEE",yMMM:"MMM y",yMMMd:"y\u104a MMM d",yMMMEd:"y\u104a MMM d\u104a EEE",yMMMM:"y MMMM",yMMMMd:"y\u104a d MMMM",yMMMMEEEEd:"y\u104a MMMM d\u104a EEEE",yQQQ:"y QQQ",yQQQQ:"y QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"v HH:mm",jmz:"z HH:mm",jz:"z HH",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.jH=new A.G(44,{d:"d.",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L.",Md:"d.M.",MEd:"EEE d.M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"EEE d. MMM",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M.y",yMd:"d.M.y",yMEd:"EEE d.MM.y",yMMM:"MMM y",yMMMd:"d. MMM y",yMMMEd:"EEE d. MMM y",yMMMM:"MMMM y",yMMMMd:"d. MMMM y",yMMMMEEEEd:"EEEE d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Vj=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"MM-dd",MEd:"MM-dd, EEE",MMM:"LLL",MMMd:"MMM d",MMMEd:"MMM d, EEE",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"MMMM d, EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-MM",yMd:"y-MM-dd",yMEd:"y-MM-dd, EEE",yMMM:"y MMM",yMMMd:"y MMM d",yMMMEd:"y MMM d, EEE",yMMMM:"y MMMM",yMMMMd:"y MMMM d",yMMMMEEEEd:"y MMMM d, EEEE",yQQQ:"y QQQ",yQQQQ:"y QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Ur=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d-M",MEd:"EEE d-M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M-y",yMd:"d-M-y",yMEd:"EEE d-M-y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UB=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, dd-MM.",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Ux=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.MM",MEd:"EEE, d.MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM.y",yMd:"d.MM.y",yMEd:"EEE, d.MM.y",yMMM:"LLL y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"LLLL y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.AN=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, dd/MM",MMM:"LLL",MMMd:"d 'de' MMM",MMMEd:"EEE, d 'de' MMM",MMMM:"LLLL",MMMMd:"d 'de' MMMM",MMMMEEEEd:"EEEE, d 'de' MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"dd/MM/y",yMEd:"EEE, dd/MM/y",yMMM:"MMM 'de' y",yMMMd:"d 'de' MMM 'de' y",yMMMEd:"EEE, d 'de' MMM 'de' y",yMMMM:"MMMM 'de' y",yMMMMd:"d 'de' MMMM 'de' y",yMMMMEEEEd:"EEEE, d 'de' MMMM 'de' y",yQQQ:"QQQ 'de' y",yQQQQ:"QQQQ 'de' y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.U_=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd/MM",MEd:"EEE, dd/MM",MMM:"LLL",MMMd:"d/MM",MMMEd:"EEE, d/MM",MMMM:"LLLL",MMMMd:"d 'de' MMMM",MMMMEEEEd:"cccc, d 'de' MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"dd/MM/y",yMEd:"EEE, dd/MM/y",yMMM:"MM/y",yMMMd:"d/MM/y",yMMMEd:"EEE, d/MM/y",yMMMM:"MMMM 'de' y",yMMMMd:"d 'de' MMMM 'de' y",yMMMMEEEEd:"EEEE, d 'de' MMMM 'de' y",yQQQ:"QQQQ 'de' y",yQQQQ:"QQQQ 'de' y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.U4=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd.MM",MEd:"EEE, dd.MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"ccc, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"cccc, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM.y",yMd:"dd.MM.y",yMEd:"ccc, dd.MM.y '\u0433'.",yMMM:"LLL y '\u0433'.",yMMMd:"d MMM y '\u0433'.",yMMMEd:"EEE, d MMM y '\u0433'.",yMMMM:"LLLL y '\u0433'.",yMMMMd:"d MMMM y '\u0433'.",yMMMMEEEEd:"EEEE, d MMMM y '\u0433'.",yQQQ:"QQQ y '\u0433'.",yQQQQ:"QQQQ y '\u0433'.",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.jF=new A.G(44,{d:"d",E:"EEE",EEEE:"EEEE",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.M.",MEd:"EEE, d.M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"EEE d. MMM",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE, d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y.",yM:"M.y.",yMd:"d.M.y.",yMEd:"EEE, d.M.y.",yMMM:"MMM y.",yMMMd:"d. MMM y.",yMMMEd:"EEE, d. MMM y.",yMMMM:"MMMM y.",yMMMMd:"d. MMMM y.",yMMMMEEEEd:"EEEE, d. MMMM y.",yQQQ:"QQQ y.",yQQQQ:"QQQQ y.",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Ui=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"M-d",MEd:"M-d, EEE",MMM:"LLL",MMMd:"MMM d",MMMEd:"MMM d EEE",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"MMMM d EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-M",yMd:"y-M-d",yMEd:"y-M-d, EEE",yMMM:"y MMM",yMMMd:"y MMM d",yMMMEd:"y MMM d, EEE",yMMMM:"y MMMM",yMMMMd:"y MMMM d",yMMMMEEEEd:"y MMMM d, EEEE",yQQQ:"y QQQ",yQQQQ:"y QQQQ",H:"HH",Hm:"HH.mm",Hms:"HH.mm.ss",j:"HH",jm:"HH.mm",jms:"HH.mm.ss",jmv:"HH.mm v",jmz:"HH.mm z",jz:"HH z",m:"m",ms:"mm.ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.U1=new A.G(44,{d:"d.",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L.",Md:"d. M.",MEd:"EEE d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"EEE d. M.",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d. M. y",yMEd:"EEE d. M. y",yMMM:"M/y",yMMMd:"d. M. y",yMMMEd:"EEE d. M. y",yMMMM:"LLLL y",yMMMMd:"d. MMMM y",yMMMMEEEEd:"EEEE d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"H",Hm:"H:mm",Hms:"H:mm:ss",j:"H",jm:"H:mm",jms:"H:mm:ss",jmv:"H:mm v",jmz:"H:mm z",jz:"H z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uh=new A.G(44,{d:"d.",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d. M.",MEd:"EEE, d. M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"EEE, d. MMM",MMMM:"LLLL",MMMMd:"d. MMMM",MMMMEEEEd:"EEEE, d. MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d. M. y",yMEd:"EEE, d. M. y",yMMM:"MMM y",yMMMd:"d. MMM y",yMMMEd:"EEE, d. MMM y",yMMMM:"MMMM y",yMMMMd:"d. MMMM y",yMMMMEEEEd:"EEEE, d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH'h'",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH'h'",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH'h' z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UY=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d.M",MEd:"EEE, d.M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M.y",yMd:"d.M.y",yMEd:"EEE, d.M.y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ, y",yQQQQ:"QQQQ, y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a, v",jmz:"h:mm a, z",jz:"h a, z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Vh=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-MM",yMd:"y-MM-dd",yMEd:"EEE, y-MM-dd",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UI=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, MMM d, y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"y QQQ",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Vc=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"dd-MM, EEE",MMM:"LLL",MMMd:"MMM d",MMMEd:"MMM d, EEE",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"MMMM d, EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMMM:"MMM y",yMMMd:"d MMM, y",yMMMEd:"EEE, d MMM, y",yMMMM:"MMMM y",yMMMMd:"d MMMM, y",yMMMMEEEEd:"EEEE, d MMMM, y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"a h",jm:"a h:mm",jms:"a h:mm:ss",jmv:"a h:mm v",jmz:"a h:mm z",jz:"a h z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Up=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"d/M, EEE",MMM:"LLL",MMMd:"d MMM",MMMEd:"d MMM, EEE",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"d MMMM, EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"d/M/y, EEE",yMMM:"MMM y",yMMMd:"d, MMM y",yMMMEd:"d MMM, y, EEE",yMMMM:"MMMM y",yMMMMd:"d MMMM, y",yMMMMEEEEd:"d, MMMM y, EEEE",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UM=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE\u0e17\u0e35\u0e48 d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM G y",yMMMMd:"d MMMM G y",yMMMMEEEEd:"EEEE\u0e17\u0e35\u0e48 d MMMM G y",yQQQ:"QQQ y",yQQQQ:"QQQQ G y",H:"HH",Hm:"HH:mm \u0e19.",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm \u0e19.",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.U7=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"d/MM EEE",MMM:"LLL",MMMd:"d MMM",MMMEd:"d MMMM EEE",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"d MMMM EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM/y",yMd:"dd.MM.y",yMEd:"d.M.y EEE",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"d MMM y EEE",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"d MMMM y EEEE",yQQQ:"y QQQ",yQQQQ:"y QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.U3=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"LL",Md:"dd.MM",MEd:"EEE, dd.MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM.y",yMd:"dd.MM.y",yMEd:"EEE, dd.MM.y",yMMM:"LLL y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"LLLL y",yMMMMd:"d MMMM y '\u0440'.",yMMMMEEEEd:"EEEE, d MMMM y '\u0440'.",yQQQ:"QQQ y",yQQQQ:"QQQQ y '\u0440'.",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Ue=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE\u060c d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE\u060c d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE\u060c d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE\u060c d/M/y",yMMM:"MMM y",yMMMd:"d MMM\u060c y",yMMMEd:"EEE\u060c d MMM\u060c y",yMMMM:"MMMM y",yMMMMd:"d MMMM\u060c y",yMMMMEEEEd:"EEEE\u060c d MMMM\u060c y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"h a",jm:"h:mm a",jms:"h:mm:ss a",jmv:"h:mm a v",jmz:"h:mm a z",jz:"h a z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Um=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"LL",Md:"dd/MM",MEd:"EEE, dd/MM",MMM:"LLL",MMMd:"d-MMM",MMMEd:"EEE, d-MMM",MMMM:"LLLL",MMMMd:"d-MMMM",MMMMEEEEd:"EEEE, d-MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM.y",yMd:"dd/MM/y",yMEd:"EEE, dd/MM/y",yMMM:"MMM, y",yMMMd:"d-MMM, y",yMMMEd:"EEE, d-MMM, y",yMMMM:"MMMM, y",yMMMMd:"d-MMMM, y",yMMMMEEEEd:"EEEE, d-MMMM, y",yQQQ:"y, QQQ",yQQQQ:"y, QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm (v)",jmz:"HH:mm (z)",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UW=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd/M",MEd:"EEE, dd/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE, d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE, d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, dd/M/y",yMMM:"MMM y",yMMMd:"d MMM, y",yMMMEd:"EEE, d MMM, y",yMMMM:"MMMM 'n\u0103m' y",yMMMMd:"d MMMM, y",yMMMMEEEEd:"EEEE, d MMMM, y",yQQQ:"QQQ y",yQQQQ:"QQQQ 'n\u0103m' y",H:"HH",Hm:"H:mm",Hms:"HH:mm:ss",j:"HH",jm:"H:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.AT=new A.G(44,{d:"d\u65e5",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"M\u6708",Md:"M/d",MEd:"M/dEEE",MMM:"LLL",MMMd:"M\u6708d\u65e5",MMMEd:"M\u6708d\u65e5EEE",MMMM:"LLLL",MMMMd:"M\u6708d\u65e5",MMMMEEEEd:"M\u6708d\u65e5EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y\u5e74",yM:"y\u5e74M\u6708",yMd:"y/M/d",yMEd:"y/M/dEEE",yMMM:"y\u5e74M\u6708",yMMMd:"y\u5e74M\u6708d\u65e5",yMMMEd:"y\u5e74M\u6708d\u65e5EEE",yMMMM:"y\u5e74M\u6708",yMMMMd:"y\u5e74M\u6708d\u65e5",yMMMMEEEEd:"y\u5e74M\u6708d\u65e5EEEE",yQQQ:"y\u5e74\u7b2cQ\u5b63\u5ea6",yQQQQ:"y\u5e74\u7b2cQ\u5b63\u5ea6",H:"H\u65f6",Hm:"HH:mm",Hms:"HH:mm:ss",j:"ah\u65f6",jm:"ah:mm",jms:"ah:mm:ss",jmv:"v ah:mm",jmz:"z ah:mm",jz:"zah\u65f6",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.V1=new A.G(44,{d:"d\u65e5",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"M\u6708",Md:"d/M",MEd:"d/M\uff08EEE\uff09",MMM:"LLL",MMMd:"M\u6708d\u65e5",MMMEd:"M\u6708d\u65e5EEE",MMMM:"LLLL",MMMMd:"M\u6708d\u65e5",MMMMEEEEd:"M\u6708d\u65e5EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y\u5e74",yM:"M/y",yMd:"d/M/y",yMEd:"d/M/y\uff08EEE\uff09",yMMM:"y\u5e74M\u6708",yMMMd:"y\u5e74M\u6708d\u65e5",yMMMEd:"y\u5e74M\u6708d\u65e5EEE",yMMMM:"y\u5e74M\u6708",yMMMMd:"y\u5e74M\u6708d\u65e5",yMMMMEEEEd:"y\u5e74M\u6708d\u65e5EEEE",yQQQ:"y\u5e74QQQ",yQQQQ:"y\u5e74QQQQ",H:"H\u6642",Hm:"HH:mm",Hms:"HH:mm:ss",j:"ah\u6642",jm:"ah:mm",jms:"ah:mm:ss",jmv:"ah:mm [v]",jmz:"ah:mm [z]",jz:"ah\u6642 z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.V2=new A.G(44,{d:"d\u65e5",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"M\u6708",Md:"M/d",MEd:"M/d\uff08EEE\uff09",MMM:"LLL",MMMd:"M\u6708d\u65e5",MMMEd:"M\u6708d\u65e5 EEE",MMMM:"LLLL",MMMMd:"M\u6708d\u65e5",MMMMEEEEd:"M\u6708d\u65e5 EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y\u5e74",yM:"y/M",yMd:"y/M/d",yMEd:"y/M/d\uff08EEE\uff09",yMMM:"y\u5e74M\u6708",yMMMd:"y\u5e74M\u6708d\u65e5",yMMMEd:"y\u5e74M\u6708d\u65e5 EEE",yMMMM:"y\u5e74M\u6708",yMMMMd:"y\u5e74M\u6708d\u65e5",yMMMMEEEEd:"y\u5e74M\u6708d\u65e5 EEEE",yQQQ:"y\u5e74QQQ",yQQQQ:"y\u5e74QQQQ",H:"H\u6642",Hm:"HH:mm",Hms:"HH:mm:ss",j:"ah\u6642",jm:"ah:mm",jms:"ah:mm:ss",jmv:"ah:mm [v]",jmz:"ah:mm [z]",jz:"ah\u6642 z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UP=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"MM-dd",MEd:"MM-dd, EEE",MMM:"LLL",MMMd:"MMM d",MMMEd:"EEE, MMM d",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE, MMMM d",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-MM",yMd:"y-MM-dd",yMEd:"y-MM-dd, EEE",yMMM:"MMM y",yMMMd:"MMM d, y",yMMMEd:"EEE, MMM d, y",yMMMM:"MMMM y",yMMMMd:"MMMM d, y",yMMMMEEEEd:"EEEE, MMMM d, y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.V5=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"M/d",MEd:"EEE, M/d",MMM:"LLL",MMMd:"MMM d",MMMEd:"EEE, MMM d",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"EEEE, MMMM d",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"M/d/y",yMEd:"EEE, M/d/y",yMMM:"MMM y",yMMMd:"MMM d, y",yMMMEd:"EEE, MMM d, y",yMMMM:"MMMM y",yMMMMd:"MMMM d, y",yMMMMEEEEd:"EEEE, MMMM d, y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.Uu=new A.G(44,{d:"d",E:"EEE",EEEE:"EEEE",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"dd.MM.",MEd:"EEE, dd.MM.",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"MM.y",yMd:"dd.MM.y",yMEd:"EEE, dd.MM.y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH 'h'",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH 'h'",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH 'h' z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.UL=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"d/M",MEd:"EEE d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"EEE d MMM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEEEEd:"EEEE d MMMM",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE d MMM y",yMMMM:"MMMM y",yMMMMd:"d MMMM y",yMMMMEEEEd:"EEEE, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH z",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.V9=new A.G(44,{d:"d",E:"ccc",EEEE:"cccc",LLL:"LLL",LLLL:"LLLL",M:"L",Md:"MM-dd",MEd:"MM-dd, EEE",MMM:"LLL",MMMd:"MMM d",MMMEd:"MMM d, EEE",MMMM:"LLLL",MMMMd:"MMMM d",MMMMEEEEd:"MMMM d, EEEE",QQQ:"QQQ",QQQQ:"QQQQ",y:"y",yM:"y-MM",yMd:"y-MM-dd",yMEd:"y-MM-dd, EEE",yMMM:"y MMM",yMMMd:"y MMM d",yMMMEd:"y MMM d, EEE",yMMMM:"y MMMM",yMMMMd:"\u062f y \u062f MMMM d",yMMMMEEEEd:"EEEE \u062f y \u062f MMMM d",yQQQ:"y QQQ",yQQQQ:"y QQQQ",H:"HH",Hm:"HH:mm",Hms:"HH:mm:ss",j:"HH",jm:"HH:mm",jms:"HH:mm:ss",jmv:"HH:mm v",jmz:"HH:mm z",jz:"HH (z)",m:"m",ms:"mm:ss",s:"s",v:"v",z:"z",zzzz:"zzzz",ZZZZ:"ZZZZ"},B.k,t.w) -B.VB=new A.G(116,{af:B.UC,am:B.U0,ar:B.jE,ar_DZ:B.jE,ar_EG:B.jE,az:B.UR,be:B.Ua,bg:B.Ug,bn:B.TZ,br:B.Us,bs:B.Uz,ca:B.Ve,chr:B.dw,cs:B.UO,cy:B.UH,da:B.Uw,de:B.jG,de_AT:B.jG,de_CH:B.jG,el:B.V4,en:B.dw,en_AU:B.US,en_CA:B.Ub,en_GB:B.UK,en_IE:B.U5,en_IN:B.Vb,en_SG:B.AO,en_US:B.dw,en_ZA:B.Uo,es:B.AS,es_419:B.UU,es_ES:B.AS,es_MX:B.Uf,es_US:B.UG,et:B.Vg,eu:B.V8,fa:B.UQ,fi:B.Ud,fil:B.dw,fr:B.UX,fr_CA:B.V_,ga:B.V7,gl:B.Vf,gsw:B.Uq,gu:B.V3,haw:B.UJ,he:B.AP,hi:B.U6,hr:B.U2,hu:B.Vi,hy:B.UT,id:B.AR,in:B.AR,is:B.Ul,it:B.Uk,iw:B.AP,ja:B.Uj,ka:B.U9,kk:B.U8,km:B.Uv,kn:B.Uc,ko:B.UV,ky:B.UE,ln:B.V0,lo:B.UA,lt:B.Va,lv:B.Vd,mk:B.Uy,ml:B.UZ,mn:B.Ut,mo:B.AQ,mr:B.V6,ms:B.UF,mt:B.UD,my:B.UN,nb:B.jH,ne:B.Vj,nl:B.Ur,no:B.jH,no_NO:B.jH,or:B.dw,pa:B.UB,pl:B.Ux,pt:B.AN,pt_BR:B.AN,pt_PT:B.U_,ro:B.AQ,ru:B.U4,sh:B.jF,si:B.Ui,sk:B.U1,sl:B.Uh,sq:B.UY,sr:B.jF,sr_Latn:B.jF,sv:B.Vh,sw:B.UI,ta:B.Vc,te:B.Up,th:B.UM,tl:B.dw,tr:B.U7,uk:B.U3,ur:B.Ue,uz:B.Um,vi:B.UW,zh:B.AT,zh_CN:B.AT,zh_HK:B.V1,zh_TW:B.V2,zu:B.UP,en_ISO:B.V5,en_MY:B.AO,fr_CH:B.Uu,it_CH:B.UL,ps:B.V9},B.Rq,A.S("G>")) -B.VD=new A.bz([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.S("bz")) -B.CG=new A.aK(B.vX,!1,!1,!1,!1) -B.XZ=new A.aK(B.jp,!1,!1,!1,!1) -B.Xj=new A.aK(B.hn,!1,!1,!1,!1) -B.Xk=new A.aK(B.hl,!1,!1,!1,!1) -B.Xl=new A.aK(B.hl,!1,!0,!1,!1) -B.Xi=new A.aK(B.hs,!1,!1,!1,!1) -B.XN=new A.aK(B.hr,!1,!1,!1,!1) -B.Ev=new A.nf() -B.o6=new A.oC() -B.Ed=new A.kJ() -B.Eu=new A.iC() -B.hI=new A.y1(0,"line") -B.WI=new A.fS(B.Z,B.hI) -B.WF=new A.fS(B.W,B.hI) -B.WG=new A.fS(B.ar,B.hI) -B.WJ=new A.fS(B.aC,B.hI) -B.WH=new A.fS(B.Z,B.Ch) -B.VE=new A.bz([B.CG,B.Ev,B.CF,B.o6,B.XZ,B.o6,B.Xj,B.Ed,B.Xk,B.oa,B.Xl,B.Eu,B.nh,B.WI,B.ni,B.WF,B.nj,B.WG,B.nk,B.WJ,B.Xi,B.WH,B.XN,B.Ci],t.Fp) -B.VF=new A.wh(null,null,null,null,null) -B.jI=new A.Gb(B.aP,4280391411) -B.bf=new A.cv(0,"hovered") -B.c7=new A.cv(1,"focused") -B.bI=new A.cv(2,"pressed") -B.AZ=new A.cv(3,"dragged") -B.VG=new A.cv(5,"scrolledUnder") -B.b1=new A.cv(6,"disabled") -B.B_=new A.cv(7,"error") -B.VH=new A.l3(0,"padded") -B.VI=new A.l3(1,"shrinkWrap") -B.VK=new A.wn(0,"none") -B.VL=new A.wn(2,"truncateAfterCompositionEnds") -B.VN=new A.hw("popRoute",null) -B.ij=new A.a2G() -B.VO=new A.wr("flutter/service_worker",B.ij) -B.VQ=new A.mZ(0,"clipRect") -B.VR=new A.mZ(2,"clipPath") -B.VS=new A.mZ(3,"transform") -B.VT=new A.mZ(4,"opacity") -B.VU=new A.wD(null,null,null,null,null,null) -B.c8=new A.Gq(0,"traditional") -B.VV=new A.wE(null,null,null,null,null,null,null,null,null,null) -B.B7=new A.fJ(B.i,B.i) -B.VX=new A.k(11,-4) -B.W_=new A.k(22,0) -B.W0=new A.k(6,6) -B.W1=new A.k(5,10.5) -B.W2=new A.k(0,-0.25) -B.W3=new A.k(-0.3333333333333333,0) -B.W4=new A.k(0,0.25) -B.b2=new A.hz(0,"iOs") -B.jM=new A.hz(1,"android") -B.Ba=new A.hz(2,"linux") -B.Bb=new A.hz(3,"windows") -B.c9=new A.hz(4,"macOs") -B.W7=new A.hz(5,"unknown") -B.ih=new A.Wy() -B.W8=new A.n3("flutter/textinput",B.ih) -B.bJ=new A.n3("flutter/platform",B.ih) -B.jN=new A.n3("flutter/restoration",B.ij) -B.W9=new A.n3("flutter/mousecursor",B.ij) -B.jO=new A.n3("flutter/navigation",B.ih) -B.Wa=new A.n4(0,null) -B.Wb=new A.n4(1,null) -B.jP=new A.wO(0,"portrait") -B.Bc=new A.wO(1,"landscape") -B.Wd=new A.wP(null) -B.We=new A.wQ(0,"start") -B.Wf=new A.wQ(1,"end") -B.a3Q=new A.GF(1,"clip") -B.Wg=new A.wS(null) -B.b3=new A.wW(0,"fill") -B.ad=new A.wW(1,"stroke") -B.Wh=new A.l8(1/0) -B.bK=new A.wZ(0,"nonZero") -B.hE=new A.wZ(1,"evenOdd") -B.bw=new A.l9(0,"created") -B.aw=new A.l9(1,"active") -B.dz=new A.l9(2,"pendingRetention") -B.Wi=new A.l9(3,"pendingUpdate") -B.Be=new A.l9(4,"released") -B.cB=new A.jK(0,"baseline") -B.cC=new A.jK(1,"aboveBaseline") -B.cD=new A.jK(2,"belowBaseline") -B.cE=new A.jK(3,"top") -B.cF=new A.jK(4,"bottom") -B.cG=new A.jK(5,"middle") -B.p=new A.K(0,0) -B.es=new A.ix(B.p,null) -B.n6=new A.iy(0,"cancel") -B.n7=new A.iy(1,"add") -B.Wj=new A.iy(2,"remove") -B.et=new A.iy(3,"hover") -B.C4=new A.iy(4,"down") -B.eu=new A.iy(5,"move") -B.n8=new A.iy(6,"up") -B.ca=new A.hC(0,"touch") -B.cb=new A.hC(1,"mouse") -B.hF=new A.hC(2,"stylus") -B.C5=new A.hC(4,"unknown") -B.dD=new A.pU(0,"none") -B.Wl=new A.pU(1,"scroll") -B.Wm=new A.pU(2,"unknown") -B.Wn=new A.xb(null,null,null,null,null) -B.Wo=new A.xf(null,null,null,null,null) -B.Wp=new A.xi(null,null,null,null,null,null) -B.Wq=new A.bR(1,1) -B.Wr=new A.bR(8,8) -B.Ws=new A.bR(1.5,1.5) -B.Wt=new A.v(-1/0,-1/0,1/0,1/0) -B.n9=new A.v(-1e9,-1e9,1e9,1e9) -B.ev=new A.q5(0,"identical") -B.Wu=new A.q5(2,"paint") -B.dF=new A.q5(3,"layout") -B.C7=new A.fR(0,"incrementable") -B.C8=new A.fR(1,"scrollable") -B.C9=new A.fR(2,"labelAndValue") -B.Ca=new A.fR(3,"tappable") -B.Cb=new A.fR(4,"textField") -B.Cc=new A.fR(5,"checkable") -B.Cd=new A.fR(6,"image") -B.Ce=new A.fR(7,"liveRegion") -B.Ww=new A.dw(B.bj,B.x) -B.Wv=new A.dw(B.ie,B.x) -B.na=new A.dw(B.eQ,B.x) -B.Cf=new A.nj(0,"pop") -B.Wx=new A.nj(1,"doNotPop") -B.Wy=new A.nj(2,"bubble") -B.nb=new A.hF(null,null) -B.Wz=new A.xW(1333) -B.nc=new A.xW(2222) -B.WA=new A.xY(null,null) -B.dG=new A.ln(0,"idle") -B.WB=new A.ln(1,"transientCallbacks") -B.WC=new A.ln(2,"midFrameMicrotasks") -B.hG=new A.ln(3,"persistentCallbacks") -B.WD=new A.ln(4,"postFrameCallbacks") -B.Cg=new A.If(0,"englishLike") -B.hH=new A.qa(0,"idle") -B.nd=new A.qa(1,"forward") -B.ne=new A.qa(2,"reverse") -B.WK=new A.qc(0,"explicit") -B.dH=new A.qc(1,"keepVisibleAtEnd") -B.dI=new A.qc(2,"keepVisibleAtStart") -B.Cj=new A.y6(0,"manual") -B.WL=new A.y6(1,"onDrag") -B.WM=new A.qf(0,"left") -B.WN=new A.qf(1,"right") -B.WO=new A.qf(3,"bottom") -B.WP=new A.y9(null,null,null,null,null,null,null,null,null,null,null,null) -B.cc=new A.hJ(0,"tap") -B.cd=new A.hJ(2,"longPress") -B.Ck=new A.hJ(3,"forcePress") -B.U=new A.hJ(4,"keyboard") -B.cI=new A.hJ(5,"toolbar") -B.ew=new A.hJ(6,"drag") -B.ex=new A.ce(1) -B.WQ=new A.ce(1024) -B.WR=new A.ce(1048576) -B.Cl=new A.ce(128) -B.ey=new A.ce(16) -B.WS=new A.ce(16384) -B.Cm=new A.ce(2) -B.WT=new A.ce(2048) -B.WU=new A.ce(2097152) -B.WV=new A.ce(256) -B.WW=new A.ce(262144) -B.ez=new A.ce(32) -B.WX=new A.ce(32768) -B.eA=new A.ce(4) -B.WY=new A.ce(4096) -B.WZ=new A.ce(512) -B.X_=new A.ce(524288) -B.Cn=new A.ce(64) -B.X0=new A.ce(65536) -B.eB=new A.ce(8) -B.X1=new A.ce(8192) -B.X2=new A.c6(1) -B.Co=new A.c6(1024) -B.Cp=new A.c6(1048576) -B.Cq=new A.c6(128) -B.X3=new A.c6(131072) -B.Cr=new A.c6(16) -B.X4=new A.c6(16384) -B.X5=new A.c6(16777216) -B.X6=new A.c6(2) -B.Cs=new A.c6(2048) -B.Ct=new A.c6(2097152) -B.X7=new A.c6(256) -B.X8=new A.c6(262144) -B.nf=new A.c6(32) -B.Cu=new A.c6(32768) -B.Cv=new A.c6(4) -B.Cw=new A.c6(4096) -B.X9=new A.c6(4194304) -B.Cx=new A.c6(512) -B.Cy=new A.c6(524288) -B.Cz=new A.c6(64) -B.Xa=new A.c6(65536) -B.CA=new A.c6(8) -B.CB=new A.c6(8192) -B.Xb=new A.c6(8388608) -B.CC=new A.ya("RenderViewport.twoPane") -B.Xc=new A.ya("RenderViewport.excludeFromScrolling") -B.Wk=new A.hC(3,"invertedStylus") -B.TV=new A.bz([B.ca,null,B.hF,null,B.Wk,null],A.S("bz")) -B.CD=new A.e7(B.TV,A.S("e7")) -B.Ji=A.a(s(["click","touchstart","touchend","pointerdown","pointermove","pointerup"]),t.s) -B.TW=new A.G(6,{click:null,touchstart:null,touchend:null,pointerdown:null,pointermove:null,pointerup:null},B.Ji,t.uf) -B.Xd=new A.e7(B.TW,t.XI) -B.TX=new A.bz([B.c9,null,B.Ba,null,B.Bb,null],A.S("bz")) -B.ng=new A.e7(B.TX,A.S("e7")) -B.Vo=new A.bz([B.bf,null],t.sB) -B.Xe=new A.e7(B.Vo,t.si) -B.Vp=new A.bz([B.c7,null],t.sB) -B.Xf=new A.e7(B.Vp,t.si) -B.Ol=A.a(s(["click","keyup","keydown","mouseup","mousedown","pointerdown","pointerup"]),t.s) -B.Vq=new A.G(7,{click:null,keyup:null,keydown:null,mouseup:null,mousedown:null,pointerdown:null,pointerup:null},B.Ol,t.uf) -B.Xg=new A.e7(B.Vq,t.XI) -B.Vr=new A.bz([B.bI,null],t.sB) -B.CE=new A.e7(B.Vr,t.si) -B.Rw=A.a(s(["serif","sans-serif","monospace","cursive","fantasy","system-ui","math","emoji","fangsong"]),t.s) -B.VC=new A.G(9,{serif:null,"sans-serif":null,monospace:null,cursive:null,fantasy:null,"system-ui":null,math:null,emoji:null,fangsong:null},B.Rw,t.uf) -B.Xh=new A.e7(B.VC,t.XI) -B.Xt=new A.aK(B.dt,!1,!1,!1,!1) -B.Xu=new A.aK(B.du,!1,!1,!1,!1) -B.XE=new A.aK(B.bF,!1,!0,!1,!1) -B.XF=new A.aK(B.bd,!1,!0,!1,!1) -B.XG=new A.aK(B.be,!1,!0,!1,!1) -B.XH=new A.aK(B.bG,!1,!0,!1,!1) -B.XI=new A.aK(B.dt,!1,!0,!1,!1) -B.XK=new A.aK(B.du,!1,!0,!1,!1) -B.Xv=new A.aK(B.bF,!1,!1,!1,!0) -B.Xw=new A.aK(B.bd,!1,!1,!1,!0) -B.Xx=new A.aK(B.be,!1,!1,!1,!0) -B.Xz=new A.aK(B.bG,!1,!1,!1,!0) -B.XA=new A.aK(B.bF,!1,!0,!1,!0) -B.XB=new A.aK(B.bd,!1,!0,!1,!0) -B.XC=new A.aK(B.be,!1,!0,!1,!0) -B.XD=new A.aK(B.bG,!1,!0,!1,!0) -B.Xp=new A.aK(B.bd,!0,!1,!1,!1) -B.Xq=new A.aK(B.be,!0,!1,!1,!1) -B.XL=new A.aK(B.dt,!0,!1,!1,!1) -B.XM=new A.aK(B.du,!0,!1,!1,!1) -B.Xr=new A.aK(B.bd,!0,!0,!1,!1) -B.Xs=new A.aK(B.be,!0,!0,!1,!1) -B.Xm=new A.aK(B.bF,!1,!1,!0,!1) -B.Xn=new A.aK(B.bd,!1,!1,!0,!1) -B.Xo=new A.aK(B.be,!1,!1,!0,!1) -B.Xy=new A.aK(B.bG,!1,!1,!0,!1) -B.XJ=new A.aK(B.bF,!1,!0,!0,!1) -B.XO=new A.aK(B.bd,!1,!0,!0,!1) -B.XP=new A.aK(B.be,!1,!0,!0,!1) -B.XQ=new A.aK(B.bG,!1,!0,!0,!1) -B.XY=new A.aK(B.jB,!1,!1,!1,!0) -B.XU=new A.aK(B.jC,!1,!1,!1,!0) -B.XW=new A.aK(B.jk,!1,!1,!1,!0) -B.XS=new A.aK(B.jl,!1,!1,!1,!0) -B.XX=new A.aK(B.jB,!0,!1,!1,!1) -B.XT=new A.aK(B.jC,!0,!1,!1,!1) -B.XV=new A.aK(B.jk,!0,!1,!1,!1) -B.XR=new A.aK(B.jl,!0,!1,!1,!1) -B.Y_=new A.K(1e5,1e5) -B.Y0=new A.K(22,22) -B.Y1=new A.K(330,270) -B.Y2=new A.K(330,518) -B.Y3=new A.K(496,160) -B.Y4=new A.K(496,346) -B.Y5=new A.K(64,36) -B.Y6=new A.K(1/0,1/0) -B.dJ=new A.iK(0,0,null,null) -B.Y7=new A.iK(108,null,null,null) -B.CH=new A.iK(null,16,null,null) -B.hJ=new A.iK(null,null,null,null) -B.Y9=new A.ym(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.Ya=new A.IV(1,"enabled") -B.Yb=new A.IW(1,"enabled") -B.a3R=new A.qI(3,"hide") -B.nl=new A.qI(5,"timeout") -B.Yc=new A.yo(null,null,null,null,null,null,null) -B.nm=new A.J0(null) -B.Yd=new A.qK(0,"criticallyDamped") -B.Ye=new A.qK(1,"underDamped") -B.Yf=new A.qK(2,"overDamped") -B.eC=new A.ys(0,"loose") -B.Yg=new A.ys(2,"passthrough") -B.Yh=new A.hK("...",-1,"","","",-1,-1,"","...") -B.Yi=new A.hK("",-1,"","","",-1,-1,"","asynchronous suspension") -B.eD=new A.fX("") -B.cJ=new A.yv(0,"butt") -B.Yj=new A.yv(2,"square") -B.eE=new A.Jb(0,"miter") -B.Yk=new A.yy(null,null,null,null,null,null) -B.Yl=new A.qP("call") -B.nn=new A.k1("basic") -B.no=new A.k1("click") -B.CJ=new A.k1("forbidden") -B.Yn=new A.yA(0,"click") -B.Yo=new A.yA(1,"alert") -B.Yp=new A.ly(B.r,null,B.al,null,null,B.aa,B.al,null) -B.Yq=new A.ly(B.r,null,B.al,null,null,B.al,B.aa,null) -B.Yr=new A.yB(null,null,null,null,null,null,null) -B.Ys=new A.a33("tap") -B.CL=new A.Ji(0) -B.CM=new A.Ji(-1) -B.C=new A.qX(0,"alphabetic") -B.Yt=new A.yD(null) -B.nr=new A.nD(3,"none") -B.CQ=new A.yE(B.nr) -B.CR=new A.nD(0,"words") -B.CS=new A.nD(1,"sentences") -B.CT=new A.nD(2,"characters") -B.Yu=new A.Jk(3,"none") -B.h=new A.yF(0) -B.Yw=new A.e1(0,"none") -B.Yx=new A.e1(1,"unspecified") -B.Yy=new A.e1(10,"route") -B.Yz=new A.e1(11,"emergencyCall") -B.CV=new A.e1(12,"newline") -B.nt=new A.e1(2,"done") -B.YA=new A.e1(3,"go") -B.YB=new A.e1(4,"search") -B.YC=new A.e1(5,"send") -B.YD=new A.e1(6,"next") -B.YE=new A.e1(7,"previous") -B.YF=new A.e1(8,"continueAction") -B.YG=new A.e1(9,"join") -B.a3S=new A.r0(0,null,null) -B.YH=new A.r0(1,null,null) -B.CW=new A.r0(4,null,null) -B.CX=new A.yJ(0,"proportional") -B.CY=new A.yJ(1,"even") -B.b5=new A.r1(2,"ellipsis") -B.YI=new A.r1(3,"visible") -B.eF=new A.bm(0,B.o) -B.CZ=new A.r2(0,"left") -B.D_=new A.r2(1,"right") -B.D0=new A.r2(2,"collapsed") -B.YJ=new A.yM(null,null,null) -B.CU=new A.yF(1) -B.Z_=new A.r(!0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,B.CU,null,null,null,null,null,null,null) -B.GJ=new A.F(3506372608) -B.Hs=new A.F(4294967040) -B.Yv=new A.Jl(1,"double") -B.a03=new A.r(!0,B.GJ,null,"monospace",null,null,48,B.oQ,null,null,null,null,null,null,null,null,null,B.CU,B.Hs,B.Yv,null,"fallback style; consider putting your text in a Material",null,null,null) -B.a0k=new A.r(!0,null,null,null,null,null,null,B.e0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) -B.Z4=new A.r(!0,B.D,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond displayLarge",null,null,null) -B.Z6=new A.r(!0,B.D,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond displayMedium",null,null,null) -B.a_v=new A.r(!0,B.D,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond displaySmall",null,null,null) -B.a0O=new A.r(!0,B.D,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond headlineLarge",null,null,null) -B.a0K=new A.r(!0,B.D,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond headlineMedium",null,null,null) -B.Z3=new A.r(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond headlineSmall",null,null,null) -B.ZA=new A.r(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond titleLarge",null,null,null) -B.ZE=new A.r(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond titleMedium",null,null,null) -B.a_0=new A.r(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond titleSmall",null,null,null) -B.a08=new A.r(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond bodyLarge",null,null,null) -B.Z0=new A.r(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond bodyMedium",null,null,null) -B.ZP=new A.r(!0,B.D,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond bodySmall",null,null,null) -B.a_E=new A.r(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond labelLarge",null,null,null) -B.a_Q=new A.r(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond labelMedium",null,null,null) -B.a_a=new A.r(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond labelSmall",null,null,null) -B.a0U=new A.dL(B.Z4,B.Z6,B.a_v,B.a0O,B.a0K,B.Z3,B.ZA,B.ZE,B.a_0,B.a08,B.Z0,B.ZP,B.a_E,B.a_Q,B.a_a) -B.a0H=new A.r(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity displayLarge",null,null,null) -B.ZB=new A.r(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity displayMedium",null,null,null) -B.a0I=new A.r(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity displaySmall",null,null,null) -B.Zh=new A.r(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity headlineLarge",null,null,null) -B.a0d=new A.r(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity headlineMedium",null,null,null) -B.a__=new A.r(!0,B.E,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity headlineSmall",null,null,null) -B.a_q=new A.r(!0,B.E,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity titleLarge",null,null,null) -B.YK=new A.r(!0,B.E,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity titleMedium",null,null,null) -B.a_3=new A.r(!0,B.r,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity titleSmall",null,null,null) -B.Z2=new A.r(!0,B.E,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity bodyLarge",null,null,null) -B.a_h=new A.r(!0,B.E,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity bodyMedium",null,null,null) -B.YY=new A.r(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity bodySmall",null,null,null) -B.a0N=new A.r(!0,B.E,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity labelLarge",null,null,null) -B.ZY=new A.r(!0,B.r,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity labelMedium",null,null,null) -B.a_J=new A.r(!0,B.r,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity labelSmall",null,null,null) -B.a0V=new A.dL(B.a0H,B.ZB,B.a0I,B.Zh,B.a0d,B.a__,B.a_q,B.YK,B.a_3,B.Z2,B.a_h,B.YY,B.a0N,B.ZY,B.a_J) -B.a0y=new A.r(!0,B.D,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView displayLarge",null,null,null) -B.a0t=new A.r(!0,B.D,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView displayMedium",null,null,null) -B.ZO=new A.r(!0,B.D,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView displaySmall",null,null,null) -B.a00=new A.r(!0,B.D,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView headlineLarge",null,null,null) -B.a_6=new A.r(!0,B.D,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView headlineMedium",null,null,null) -B.a_F=new A.r(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView headlineSmall",null,null,null) -B.ZW=new A.r(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView titleLarge",null,null,null) -B.a0p=new A.r(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView titleMedium",null,null,null) -B.a_2=new A.r(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView titleSmall",null,null,null) -B.a_w=new A.r(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView bodyLarge",null,null,null) -B.a_Y=new A.r(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView bodyMedium",null,null,null) -B.a_V=new A.r(!0,B.D,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView bodySmall",null,null,null) -B.a0B=new A.r(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView labelLarge",null,null,null) -B.a_e=new A.r(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView labelMedium",null,null,null) -B.ZC=new A.r(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView labelSmall",null,null,null) -B.a0W=new A.dL(B.a0y,B.a0t,B.ZO,B.a00,B.a_6,B.a_F,B.ZW,B.a0p,B.a_2,B.a_w,B.a_Y,B.a_V,B.a0B,B.a_e,B.ZC) -B.I=A.a(s(["Ubuntu","Cantarell","DejaVu Sans","Liberation Sans","Arial"]),t.s) -B.a_D=new A.r(!0,B.A,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki displayLarge",null,null,null) -B.a07=new A.r(!0,B.A,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki displayMedium",null,null,null) -B.Zj=new A.r(!0,B.A,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki displaySmall",null,null,null) -B.a_l=new A.r(!0,B.A,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki headlineLarge",null,null,null) -B.a_9=new A.r(!0,B.A,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki headlineMedium",null,null,null) -B.a_K=new A.r(!0,B.E,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki headlineSmall",null,null,null) -B.ZQ=new A.r(!0,B.E,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki titleLarge",null,null,null) -B.a0e=new A.r(!0,B.E,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki titleMedium",null,null,null) -B.ZN=new A.r(!0,B.r,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki titleSmall",null,null,null) -B.a_s=new A.r(!0,B.E,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki bodyLarge",null,null,null) -B.a0F=new A.r(!0,B.E,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki bodyMedium",null,null,null) -B.a_I=new A.r(!0,B.A,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki bodySmall",null,null,null) -B.Z1=new A.r(!0,B.E,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki labelLarge",null,null,null) -B.Zg=new A.r(!0,B.r,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki labelMedium",null,null,null) -B.Zl=new A.r(!0,B.r,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki labelSmall",null,null,null) -B.a0X=new A.dL(B.a_D,B.a07,B.Zj,B.a_l,B.a_9,B.a_K,B.ZQ,B.a0e,B.ZN,B.a_s,B.a0F,B.a_I,B.Z1,B.Zg,B.Zl) -B.Z7=new A.r(!0,B.A,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino displayLarge",null,null,null) -B.Zi=new A.r(!0,B.A,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino displayMedium",null,null,null) -B.a_R=new A.r(!0,B.A,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino displaySmall",null,null,null) -B.a_M=new A.r(!0,B.A,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino headlineLarge",null,null,null) -B.a0T=new A.r(!0,B.A,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino headlineMedium",null,null,null) -B.a0Q=new A.r(!0,B.E,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino headlineSmall",null,null,null) -B.YT=new A.r(!0,B.E,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino titleLarge",null,null,null) -B.Zq=new A.r(!0,B.E,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino titleMedium",null,null,null) -B.a_1=new A.r(!0,B.r,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino titleSmall",null,null,null) -B.a0a=new A.r(!0,B.E,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino bodyLarge",null,null,null) -B.Zu=new A.r(!0,B.E,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino bodyMedium",null,null,null) -B.Zv=new A.r(!0,B.A,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino bodySmall",null,null,null) -B.YX=new A.r(!0,B.E,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino labelLarge",null,null,null) -B.a_y=new A.r(!0,B.r,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino labelMedium",null,null,null) -B.Z5=new A.r(!0,B.r,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino labelSmall",null,null,null) -B.a0Y=new A.dL(B.Z7,B.Zi,B.a_R,B.a_M,B.a0T,B.a0Q,B.YT,B.Zq,B.a_1,B.a0a,B.Zu,B.Zv,B.YX,B.a_y,B.Z5) -B.ZX=new A.r(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView displayLarge",null,null,null) -B.Zs=new A.r(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView displayMedium",null,null,null) -B.ZK=new A.r(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView displaySmall",null,null,null) -B.a0C=new A.r(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView headlineLarge",null,null,null) -B.a_L=new A.r(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView headlineMedium",null,null,null) -B.a_4=new A.r(!0,B.E,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView headlineSmall",null,null,null) -B.Zd=new A.r(!0,B.E,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView titleLarge",null,null,null) -B.Zp=new A.r(!0,B.E,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView titleMedium",null,null,null) -B.YR=new A.r(!0,B.r,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView titleSmall",null,null,null) -B.YU=new A.r(!0,B.E,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView bodyLarge",null,null,null) -B.a0c=new A.r(!0,B.E,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView bodyMedium",null,null,null) -B.a_G=new A.r(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView bodySmall",null,null,null) -B.a0q=new A.r(!0,B.E,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView labelLarge",null,null,null) -B.Z8=new A.r(!0,B.r,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView labelMedium",null,null,null) -B.Zf=new A.r(!0,B.r,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView labelSmall",null,null,null) -B.a0Z=new A.dL(B.ZX,B.Zs,B.ZK,B.a0C,B.a_L,B.a_4,B.Zd,B.Zp,B.YR,B.YU,B.a0c,B.a_G,B.a0q,B.Z8,B.Zf) -B.a0M=new A.r(!0,B.D,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki displayLarge",null,null,null) -B.YP=new A.r(!0,B.D,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki displayMedium",null,null,null) -B.a_H=new A.r(!0,B.D,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki displaySmall",null,null,null) -B.a0h=new A.r(!0,B.D,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki headlineLarge",null,null,null) -B.a_c=new A.r(!0,B.D,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki headlineMedium",null,null,null) -B.a_i=new A.r(!0,B.m,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki headlineSmall",null,null,null) -B.a_S=new A.r(!0,B.m,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki titleLarge",null,null,null) -B.ZZ=new A.r(!0,B.m,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki titleMedium",null,null,null) -B.Zc=new A.r(!0,B.m,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki titleSmall",null,null,null) -B.a04=new A.r(!0,B.m,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki bodyLarge",null,null,null) -B.YZ=new A.r(!0,B.m,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki bodyMedium",null,null,null) -B.Zt=new A.r(!0,B.D,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki bodySmall",null,null,null) -B.a_7=new A.r(!0,B.m,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki labelLarge",null,null,null) -B.a_5=new A.r(!0,B.m,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki labelMedium",null,null,null) -B.a_8=new A.r(!0,B.m,null,"Roboto",B.I,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki labelSmall",null,null,null) -B.a1_=new A.dL(B.a0M,B.YP,B.a_H,B.a0h,B.a_c,B.a_i,B.a_S,B.ZZ,B.Zc,B.a04,B.YZ,B.Zt,B.a_7,B.a_5,B.a_8) -B.Zr=new A.r(!1,null,null,null,null,null,112,B.iG,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike displayLarge 2014",null,null,null) -B.a0n=new A.r(!1,null,null,null,null,null,56,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike displayMedium 2014",null,null,null) -B.YL=new A.r(!1,null,null,null,null,null,45,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike displaySmall 2014",null,null,null) -B.Zm=new A.r(!1,null,null,null,null,null,40,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike headlineLarge 2014",null,null,null) -B.ZL=new A.r(!1,null,null,null,null,null,34,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike headlineMedium 2014",null,null,null) -B.a0w=new A.r(!1,null,null,null,null,null,24,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike headlineSmall 2014",null,null,null) -B.a_C=new A.r(!1,null,null,null,null,null,20,B.bm,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike titleLarge 2014",null,null,null) -B.YS=new A.r(!1,null,null,null,null,null,16,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike titleMedium 2014",null,null,null) -B.ZS=new A.r(!1,null,null,null,null,null,14,B.bm,null,0.1,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike titleSmall 2014",null,null,null) -B.a_d=new A.r(!1,null,null,null,null,null,14,B.bm,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike bodyLarge 2014",null,null,null) -B.a0J=new A.r(!1,null,null,null,null,null,14,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike bodyMedium 2014",null,null,null) -B.a0b=new A.r(!1,null,null,null,null,null,12,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike bodySmall 2014",null,null,null) -B.a_N=new A.r(!1,null,null,null,null,null,14,B.bm,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike labelLarge 2014",null,null,null) -B.a0x=new A.r(!1,null,null,null,null,null,12,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike labelMedium 2014",null,null,null) -B.a_O=new A.r(!1,null,null,null,null,null,10,B.B,null,1.5,null,B.C,null,null,null,null,null,null,null,null,null,"englishLike labelSmall 2014",null,null,null) -B.a10=new A.dL(B.Zr,B.a0n,B.YL,B.Zm,B.ZL,B.a0w,B.a_C,B.YS,B.ZS,B.a_d,B.a0J,B.a0b,B.a_N,B.a0x,B.a_O) -B.az=new A.qX(1,"ideographic") -B.a05=new A.r(!1,null,null,null,null,null,112,B.iG,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense displayLarge 2014",null,null,null) -B.ZI=new A.r(!1,null,null,null,null,null,56,B.B,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense displayMedium 2014",null,null,null) -B.a0R=new A.r(!1,null,null,null,null,null,45,B.B,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense displaySmall 2014",null,null,null) -B.a09=new A.r(!1,null,null,null,null,null,40,B.B,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense headlineLarge 2014",null,null,null) -B.Ze=new A.r(!1,null,null,null,null,null,34,B.B,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense headlineMedium 2014",null,null,null) -B.YV=new A.r(!1,null,null,null,null,null,24,B.B,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense headlineSmall 2014",null,null,null) -B.a0j=new A.r(!1,null,null,null,null,null,21,B.bm,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense titleLarge 2014",null,null,null) -B.ZU=new A.r(!1,null,null,null,null,null,17,B.B,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense titleMedium 2014",null,null,null) -B.Zz=new A.r(!1,null,null,null,null,null,15,B.bm,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense titleSmall 2014",null,null,null) -B.a02=new A.r(!1,null,null,null,null,null,15,B.bm,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense bodyLarge 2014",null,null,null) -B.a0i=new A.r(!1,null,null,null,null,null,15,B.B,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense bodyMedium 2014",null,null,null) -B.ZM=new A.r(!1,null,null,null,null,null,13,B.B,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense bodySmall 2014",null,null,null) -B.a_g=new A.r(!1,null,null,null,null,null,15,B.bm,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense labelLarge 2014",null,null,null) -B.YW=new A.r(!1,null,null,null,null,null,12,B.B,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense labelMedium 2014",null,null,null) -B.Zb=new A.r(!1,null,null,null,null,null,11,B.B,null,null,null,B.az,null,null,null,null,null,null,null,null,null,"dense labelSmall 2014",null,null,null) -B.a11=new A.dL(B.a05,B.ZI,B.a0R,B.a09,B.Ze,B.YV,B.a0j,B.ZU,B.Zz,B.a02,B.a0i,B.ZM,B.a_g,B.YW,B.Zb) -B.a06=new A.r(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond displayLarge",null,null,null) -B.a_p=new A.r(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond displayMedium",null,null,null) -B.YO=new A.r(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond displaySmall",null,null,null) -B.a_k=new A.r(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond headlineLarge",null,null,null) -B.a0s=new A.r(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond headlineMedium",null,null,null) -B.Za=new A.r(!0,B.E,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond headlineSmall",null,null,null) -B.a_t=new A.r(!0,B.E,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond titleLarge",null,null,null) -B.a0r=new A.r(!0,B.E,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond titleMedium",null,null,null) -B.a_x=new A.r(!0,B.r,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond titleSmall",null,null,null) -B.a0v=new A.r(!0,B.E,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond bodyLarge",null,null,null) -B.a0P=new A.r(!0,B.E,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond bodyMedium",null,null,null) -B.ZR=new A.r(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond bodySmall",null,null,null) -B.a_u=new A.r(!0,B.E,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond labelLarge",null,null,null) -B.a_b=new A.r(!0,B.r,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond labelMedium",null,null,null) -B.Zy=new A.r(!0,B.r,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond labelSmall",null,null,null) -B.a12=new A.dL(B.a06,B.a_p,B.YO,B.a_k,B.a0s,B.Za,B.a_t,B.a0r,B.a_x,B.a0v,B.a0P,B.ZR,B.a_u,B.a_b,B.Zy) -B.YM=new A.r(!0,B.D,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity displayLarge",null,null,null) -B.a0D=new A.r(!0,B.D,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity displayMedium",null,null,null) -B.YN=new A.r(!0,B.D,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity displaySmall",null,null,null) -B.Zx=new A.r(!0,B.D,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity headlineLarge",null,null,null) -B.a0u=new A.r(!0,B.D,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity headlineMedium",null,null,null) -B.a0l=new A.r(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity headlineSmall",null,null,null) -B.ZD=new A.r(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity titleLarge",null,null,null) -B.Zk=new A.r(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity titleMedium",null,null,null) -B.a0E=new A.r(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity titleSmall",null,null,null) -B.a_A=new A.r(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity bodyLarge",null,null,null) -B.a_X=new A.r(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity bodyMedium",null,null,null) -B.ZF=new A.r(!0,B.D,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity bodySmall",null,null,null) -B.YQ=new A.r(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity labelLarge",null,null,null) -B.Zn=new A.r(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity labelMedium",null,null,null) -B.a_f=new A.r(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity labelSmall",null,null,null) -B.a13=new A.dL(B.YM,B.a0D,B.YN,B.Zx,B.a0u,B.a0l,B.ZD,B.Zk,B.a0E,B.a_A,B.a_X,B.ZF,B.YQ,B.Zn,B.a_f) -B.ZT=new A.r(!1,null,null,null,null,null,112,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall displayLarge 2014",null,null,null) -B.a0A=new A.r(!1,null,null,null,null,null,56,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall displayMedium 2014",null,null,null) -B.a_U=new A.r(!1,null,null,null,null,null,45,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall displaySmall 2014",null,null,null) -B.a_T=new A.r(!1,null,null,null,null,null,40,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall headlineLarge 2014",null,null,null) -B.a_n=new A.r(!1,null,null,null,null,null,34,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall headlineMedium 2014",null,null,null) -B.a0z=new A.r(!1,null,null,null,null,null,24,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall headlineSmall 2014",null,null,null) -B.a0_=new A.r(!1,null,null,null,null,null,21,B.e0,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall titleLarge 2014",null,null,null) -B.a0m=new A.r(!1,null,null,null,null,null,17,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall titleMedium 2014",null,null,null) -B.a_B=new A.r(!1,null,null,null,null,null,15,B.bm,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall titleSmall 2014",null,null,null) -B.Zo=new A.r(!1,null,null,null,null,null,15,B.e0,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall bodyLarge 2014",null,null,null) -B.ZV=new A.r(!1,null,null,null,null,null,15,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall bodyMedium 2014",null,null,null) -B.a_Z=new A.r(!1,null,null,null,null,null,13,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall bodySmall 2014",null,null,null) -B.a_m=new A.r(!1,null,null,null,null,null,15,B.e0,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall labelLarge 2014",null,null,null) -B.ZH=new A.r(!1,null,null,null,null,null,12,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall labelMedium 2014",null,null,null) -B.a0g=new A.r(!1,null,null,null,null,null,11,B.B,null,null,null,B.C,null,null,null,null,null,null,null,null,null,"tall labelSmall 2014",null,null,null) -B.a14=new A.dL(B.ZT,B.a0A,B.a_U,B.a_T,B.a_n,B.a0z,B.a0_,B.a0m,B.a_B,B.Zo,B.ZV,B.a_Z,B.a_m,B.ZH,B.a0g) -B.Z9=new A.r(!0,B.D,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino displayLarge",null,null,null) -B.a_P=new A.r(!0,B.D,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino displayMedium",null,null,null) -B.a01=new A.r(!0,B.D,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino displaySmall",null,null,null) -B.a0G=new A.r(!0,B.D,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino headlineLarge",null,null,null) -B.a_o=new A.r(!0,B.D,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino headlineMedium",null,null,null) -B.Zw=new A.r(!0,B.m,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino headlineSmall",null,null,null) -B.a_W=new A.r(!0,B.m,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino titleLarge",null,null,null) -B.a_r=new A.r(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino titleMedium",null,null,null) -B.a_z=new A.r(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino titleSmall",null,null,null) -B.a0o=new A.r(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino bodyLarge",null,null,null) -B.ZG=new A.r(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino bodyMedium",null,null,null) -B.a0L=new A.r(!0,B.D,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino bodySmall",null,null,null) -B.a_j=new A.r(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino labelLarge",null,null,null) -B.a0f=new A.r(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino labelMedium",null,null,null) -B.ZJ=new A.r(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino labelSmall",null,null,null) -B.a15=new A.dL(B.Z9,B.a_P,B.a01,B.a0G,B.a_o,B.Zw,B.a_W,B.a_r,B.a_z,B.a0o,B.ZG,B.a0L,B.a_j,B.a0f,B.ZJ) -B.D1=new A.yN(1,"longestLine") -B.a16=new A.hN("DISAGREE",null,null,null,null,null,null,null,null) -B.a17=new A.hN("AGREE",null,null,null,null,null,null,null,null) -B.a18=new A.hN("Ng\xe0y \xc2m",null,null,null,null,null,null,null,null) -B.a3T=new A.Jx(0,"system") -B.a19=new A.Jy(0.5) -B.a1a=new A.yP(null) -B.hK=new A.r7(0,"clamp") -B.a1b=new A.r7(1,"repeated") -B.D2=new A.r7(3,"decal") -B.a1c=new A.yQ(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) -B.a1d=new A.yS(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) -B.cN=new A.JA(0.001,0.001) -B.a1e=new A.a3M(!0,!0) -B.a1f=new A.yU(null,null,null,null,null,null,null,null) -B.nu=new A.yV(1,"longPress") -B.a1g=new A.yV(2,"tap") -B.D3=new A.r9(0,"identity") -B.D4=new A.r9(1,"transform2d") -B.hL=new A.r9(2,"complex") -B.a1i=A.aE("ahg") -B.a1h=A.aE("ahi") -B.a1j=A.aE("ahh") -B.a1k=A.aE("ahf") -B.a1l=A.aE("oo") -B.a1m=A.aE("oC") -B.a1n=A.aE("oD") -B.a1o=A.aE("cB") -B.a1p=A.aE("F") -B.a1q=A.aE("Ei") -B.a1r=A.aE("agZ") -B.a1s=A.aE("ah_") -B.nw=A.aE("f2") -B.a1t=A.aE("kJ") -B.a1u=A.aE("arw") -B.a1v=A.aE("hi") -B.a1w=A.aE("UM") -B.a1x=A.aE("UN") -B.a1y=A.aE("hm") -B.a1z=A.aE("as9") -B.a1A=A.aE("Wo") -B.a1B=A.aE("asa") -B.a1C=A.aE("adt") -B.a1D=A.aE("b7>") -B.nx=A.aE("eP") -B.ae=A.aE("wi") -B.D6=A.aE("ip") -B.a1E=A.aE("aH") -B.a1F=A.aE("M") -B.hN=A.aE("hB") -B.a1G=A.aE("YH") -B.D7=A.aE("iC") -B.a1H=A.aE("nf") -B.a1I=A.aE("fd") -B.a1J=A.aE("ae0") -B.a1K=A.aE("fS") -B.a1L=A.aE("In") -B.a1M=A.aE("nr") -B.a1N=A.aE("jV") -B.D8=A.aE("m") -B.ny=A.aE("eT") -B.a1O=A.aE("auq") -B.a1P=A.aE("aur") -B.a1Q=A.aE("aus") -B.a1R=A.aE("lF") -B.a1S=A.aE("ew") -B.nz=A.aE("ho") -B.a1T=A.aE("z5") -B.a1U=A.aE("ri") -B.a1V=A.aE("kj<@>") -B.a1W=A.aE("j3") -B.a1X=A.aE("j4") -B.a1Y=A.aE("B") -B.a1Z=A.aE("N") -B.a2_=A.aE("ahj") -B.a20=A.aE("n") -B.nA=A.aE("hQ") -B.a21=A.aE("uR") -B.a22=A.aE("EZ") -B.a23=A.aE("bw") -B.a24=A.aE("arv") -B.a25=A.aE("ah0") -B.D9=new A.iP(B.o_,B.o0) -B.a26=new A.z_(0,"scope") -B.Da=new A.z_(1,"previouslyFocusedChild") -B.a27=new A.c0(11264,55297,B.w,t.M) -B.a28=new A.c0(1425,1775,B.a4,t.M) -B.a29=new A.c0(1786,2303,B.a4,t.M) -B.a2a=new A.c0(192,214,B.w,t.M) -B.a2b=new A.c0(216,246,B.w,t.M) -B.a2c=new A.c0(2304,8191,B.w,t.M) -B.a2d=new A.c0(248,696,B.w,t.M) -B.a2e=new A.c0(55298,55299,B.a4,t.M) -B.a2f=new A.c0(55300,55353,B.w,t.M) -B.a2g=new A.c0(55354,55355,B.a4,t.M) -B.a2h=new A.c0(55356,56319,B.w,t.M) -B.a2i=new A.c0(63744,64284,B.w,t.M) -B.a2j=new A.c0(64285,65023,B.a4,t.M) -B.a2k=new A.c0(65024,65135,B.w,t.M) -B.a2l=new A.c0(65136,65276,B.a4,t.M) -B.a2m=new A.c0(65277,65535,B.w,t.M) -B.a2n=new A.c0(65,90,B.w,t.M) -B.a2o=new A.c0(768,1424,B.w,t.M) -B.a2p=new A.c0(8206,8206,B.w,t.M) -B.a2q=new A.c0(8207,8207,B.a4,t.M) -B.a2r=new A.c0(97,122,B.w,t.M) -B.dL=new A.z0(!1) -B.a2s=new A.z0(!0) -B.a2t=new A.re(B.i,0,B.z,B.i) -B.a2u=new A.z2(0,"up") -B.cP=new A.z2(1,"down") -B.Db=new A.k9(0,0) -B.a2v=new A.k9(-2,-2) -B.a3U=new A.K_(0,"material") -B.aq=new A.nP(0,"forward") -B.nI=new A.nP(1,"reverse") -B.a2x=new A.rn(0,"checkbox") -B.a2y=new A.rn(1,"radio") -B.a2z=new A.rn(2,"toggle") -B.a2A=new A.rp(0,"inside") -B.a2B=new A.rp(1,"higher") -B.a2C=new A.rp(2,"lower") -B.a2D=new A.hR(null) -B.Hx=new A.F(939524096) -B.GI=new A.F(301989888) -B.Hw=new A.F(67108864) -B.Nq=A.a(s([B.Hx,B.GI,B.Hw,B.aF]),t.t_) -B.a2E=new A.hR(B.Nq) -B.eN=new A.rz(0,"ready") -B.a2K=new A.rz(1,"possible") -B.hS=new A.rz(2,"accepted") -B.a2=new A.nU(0,"initial") -B.cQ=new A.nU(1,"active") -B.a2L=new A.nU(2,"inactive") -B.Dh=new A.nU(3,"defunct") -B.hT=new A.zK(B.no,"clickable") -B.Ym=new A.k1("text") -B.a2M=new A.zK(B.Ym,"textable") -B.a2N=new A.LD(1) -B.a2O=new A.LD(-1) -B.a2P=new A.zP(0,"regular") -B.a2Q=new A.zP(1,"small") -B.nK=new A.lK(0,"ready") -B.hU=new A.lK(1,"possible") -B.Di=new A.lK(2,"accepted") -B.hV=new A.lK(3,"started") -B.a2R=new A.lK(4,"peaked") -B.hW=new A.nV(0,"idle") -B.a2S=new A.nV(1,"absorb") -B.hX=new A.nV(2,"pull") -B.Dj=new A.nV(3,"recede") -B.hY=new A.nX(0,"pressed") -B.nL=new A.nX(1,"hover") -B.a2T=new A.nX(2,"focus") -B.G=new A.o_(0,"minWidth") -B.M=new A.o_(1,"maxWidth") -B.V=new A.o_(2,"minHeight") -B.aB=new A.o_(3,"maxHeight") -B.a2U=new A.rS(null,2) -B.nM=new A.lN(1/0,1/0,1/0,1/0,1/0,1/0) -B.a2V=new A.cf(B.ej,B.d6) -B.f8=new A.l0(1,"left") -B.a2W=new A.cf(B.ej,B.f8) -B.f9=new A.l0(2,"right") -B.a2X=new A.cf(B.ej,B.f9) -B.a2Y=new A.cf(B.ej,B.bE) -B.a2Z=new A.cf(B.ek,B.d6) -B.a3_=new A.cf(B.ek,B.f8) -B.a30=new A.cf(B.ek,B.f9) -B.a31=new A.cf(B.ek,B.bE) -B.a32=new A.cf(B.el,B.d6) -B.a33=new A.cf(B.el,B.f8) -B.a34=new A.cf(B.el,B.f9) -B.a35=new A.cf(B.el,B.bE) -B.a36=new A.cf(B.em,B.d6) -B.a37=new A.cf(B.em,B.f8) -B.a38=new A.cf(B.em,B.f9) -B.a39=new A.cf(B.em,B.bE) -B.a3a=new A.cf(B.B1,B.bE) -B.a3b=new A.cf(B.B2,B.bE) -B.a3c=new A.cf(B.B3,B.bE) -B.a3d=new A.cf(B.B4,B.bE) -B.nN=new A.MH(B.x) -B.a3f=new A.MM(null) -B.a3e=new A.MN(null) -B.a3h=new A.o3(0,"addText") -B.a3j=new A.o3(2,"pushStyle") -B.a3k=new A.o3(3,"addPlaceholder") -B.a3i=new A.o3(1,"pop") -B.a3l=new A.o2(B.a3i,null,null,null) -B.nO=new A.e6(1,"add") -B.Dk=new A.e6(10,"remove") -B.a3m=new A.e6(11,"popping") -B.a3n=new A.e6(12,"removing") -B.nP=new A.e6(13,"dispose") -B.a3o=new A.e6(14,"disposed") -B.a3p=new A.e6(2,"adding") -B.Dl=new A.e6(3,"push") -B.Dm=new A.e6(4,"pushReplace") -B.Dn=new A.e6(5,"pushing") -B.a3q=new A.e6(6,"replace") -B.eO=new A.e6(7,"idle") -B.a3r=new A.e6(8,"pop") -B.hZ=new A.ez(0,"body") -B.i_=new A.ez(1,"appBar") -B.nR=new A.ez(10,"endDrawer") -B.i0=new A.ez(11,"statusBar") -B.i1=new A.ez(2,"bodyScrim") -B.i2=new A.ez(3,"bottomSheet") -B.cR=new A.ez(4,"snackBar") -B.i3=new A.ez(5,"materialBanner") -B.nS=new A.ez(6,"persistentFooter") -B.i4=new A.ez(7,"bottomNavigationBar") -B.i5=new A.ez(8,"floatingActionButton") -B.nT=new A.ez(9,"drawer") -B.l=new A.OC(0,"created") -B.nU=new A.o7(0,"idle") -B.a3t=new A.o7(1,"absorb") -B.nV=new A.o7(2,"pull") -B.Do=new A.o7(3,"recede") -B.a3u=new A.BK(0,"start") -B.Dp=new A.BK(1,"end") -B.a3v=new A.P4(B.oA,B.f1) -B.i6=new A.tm(0,"leading") -B.i7=new A.tm(1,"middle") -B.i8=new A.tm(2,"trailing") -B.a3w=new A.BP(0,"minimize") -B.a3x=new A.BP(1,"maximize")})();(function staticFields(){$.hV=null -$.cV=A.bI("canvasKit") -$.aaN=null -$.akj=null -$.akp=null -$.og=null -$.h5=null -$.yk=A.a([],A.S("t>")) -$.yj=A.a([],A.S("t")) -$.aiY=!1 -$.aj2=!1 -$.hM=null -$.bD=null -$.cA=null -$.aeH=!1 -$.j6=A.a([],t.kZ) -$.Ct=0 -$.kt=A.a([],A.S("t")) -$.ace=A.a([],t.nx) -$.af0=null -$.aj1=!1 -$.a2P=null -$.ajt=null -$.afb=A.a([],t.g) -$.akt=!1 -$.hW=A.a([],t.b) -$.adz=null -$.ahN=null -$.adL=null -$.alG=null -$.aio=null -$.auK=A.x(t.N,t.lG) -$.auL=A.x(t.N,t.lG) -$.akf=null -$.ajN=0 -$.aeI=A.a([],t.no) -$.aeT=-1 -$.aeB=-1 -$.aeA=-1 -$.aeR=-1 -$.akK=-1 -$.VH=A.bI("_programCache") -$.Ym=null -$.ags=null -$.dG=null -$.yb=null -$.aj_=A.x(A.S("yI"),A.S("Jp")) -$.abj=null -$.akE=-1 -$.akD=-1 -$.akF="" -$.akC="" -$.akG=-1 -$.CC=A.x(t.N,A.S("js")) -$.aks=null -$.oa=!1 -$.Qw=null -$.a7c=null -$.ait=null -$.Zj=0 -$.Hk=A.awE() -$.agB=null -$.agA=null -$.alk=null -$.akU=null -$.alC=null -$.abN=null -$.ac5=null -$.af1=null -$.tu=null -$.Cx=null -$.Cy=null -$.aeO=!1 -$.a3=B.am -$.oh=A.a([],t.jl) -$.aku=A.x(t.N,A.S("av(m,ay)")) -$.aee=A.a([],A.S("t")) -$.kK=null -$.adg=null -$.aha=null -$.ah9=null -$.A0=A.x(t.N,t._8) -$.Qt=null -$.ab3=null -$.ahe=null -$.arS=A.ax8() -$.adk=0 -$.F9=A.a([],A.S("t")) -$.ahQ=null -$.Qx=0 -$.ab0=null -$.aeE=!1 -$.eK=null -$.k4=A.a([],A.S("t")) -$.avj=A.aT(A.S("o8")) -$.H_=null -$.lj=null -$.awZ=1 -$.bT=null -$.a0z=null -$.agT=0 -$.agR=A.x(t.S,t.I7) -$.agS=A.x(t.I7,t.S) -$.a0O=0 -$.eS=null -$.aiC=function(){var s=t.v3 -return A.aN([B.a33,A.cD([B.cy],s),B.a34,A.cD([B.cA],s),B.a35,A.cD([B.cy,B.cA],s),B.a32,A.cD([B.cy],s),B.a3_,A.cD([B.cx],s),B.a30,A.cD([B.dB],s),B.a31,A.cD([B.cx,B.dB],s),B.a2Z,A.cD([B.cx],s),B.a2W,A.cD([B.cw],s),B.a2X,A.cD([B.dA],s),B.a2Y,A.cD([B.cw,B.dA],s),B.a2V,A.cD([B.cw],s),B.a37,A.cD([B.cz],s),B.a38,A.cD([B.dC],s),B.a39,A.cD([B.cz,B.dC],s),B.a36,A.cD([B.cz],s),B.a3a,A.cD([B.ep],s),B.a3b,A.cD([B.er],s),B.a3c,A.cD([B.eq],s),B.a3d,A.cD([B.eo],s)],A.S("cf"),A.S("ck"))}() -$.Hr=A.aN([B.cy,B.hv,B.cA,B.hw,B.cx,B.eg,B.dB,B.eh,B.cw,B.ht,B.dA,B.hu,B.cz,B.hx,B.dC,B.hy,B.ep,B.ho,B.er,B.hp,B.eq,B.hq],t.v3,t.bd) -$.qQ=null -$.aea=null -$.aja=1 -$.auD=!1 -$.E=null -$.ba=1 -$.QD=null -$.QL=null -$.aw5=null -$.agW=A.x(t.N,t.y) -$.ari=A.x(t.N,t.bN) -$.asq=A.a(["Th\xe1ng Gi\xeang","Th\xe1ng Hai","Th\xe1ng Ba","Th\xe1ng T\u01b0","Th\xe1ng N\u0103m","Th\xe1ng S\xe1u","Th\xe1ng B\u1ea3y","Th\xe1ng T\xe1m","Th\xe1ng Ch\xedn","Th\xe1ng M\u01b0\u1eddi","Th\xe1ng M\u1ed9t","Th\xe1ng Ch\u1ea1p"],t.s) -$.adD=A.a(["Canh","T\xe2n","Nh\xe2m","Qu\xfd","Gi\xe1p","\u1ea4t","B\xednh","\u0110inh","M\u1eadu","K\u1ef7"],t.s) -$.adE=A.a(["Th\xe2n","D\u1eadu","Tu\u1ea5t","H\u1ee3i","T\xed","S\u1eedu","D\u1ea7n","M\xe3o","Th\xecn","T\u1ef5","Ng\u1ecd","M\xf9i"],t.s) -$.aso=A.a([!0,!0,!1,!1,!0,!0,!1,!0,!1,!1,!0,!1],t.HZ) -$.asp=A.a(["T\xed (23h-1h)","S\u1eedu (1h-3h)","D\u1ea7n (3h-5h)","M\xe3o (5h-7h)","Th\xecn (7h-9h)","T\u1ef5 (9h-11h)","Ng\u1ecd (11h-13h)","M\xf9i (13h-15h)","Th\xe2n (15h-17h)","D\u1eadu (17h-19h)","Tu\u1ea5t (19h-21h)","H\u1ee3i (21h-23h)"],t.s) -$.Xk=A.bI("lunarMonthIndex") -$.ahW=null -$.ahU=null -$.ahV=null})();(function lazyInitializers(){var s=hunkHelpers.lazyFinal,r=hunkHelpers.lazy -s($,"aBb","c9",()=>A.axH(A.QS().navigator.vendor,B.d.Br(A.QS().navigator.userAgent))) -s($,"aBG","eb",()=>A.axI()) -r($,"azb","afk",()=>A.Gk(8)) -s($,"aAZ","amR",()=>A.ajs(0,0,1)) -s($,"aBe","QU",()=>J.afY(J.acL(A.a4()))) -s($,"aBO","anj",()=>A.a([J.apm(J.kz(A.a4())),J.aoD(J.kz(A.a4())),J.aoP(J.kz(A.a4())),J.ag_(J.kz(A.a4())),J.aoU(J.kz(A.a4())),J.apa(J.kz(A.a4())),J.aod(J.kz(A.a4())),J.aoC(J.kz(A.a4())),J.aoB(J.kz(A.a4()))],A.S("t"))) -s($,"aBX","anq",()=>A.a([J.ap5(J.ag5(A.a4())),J.aoN(J.ag5(A.a4()))],A.S("t"))) -s($,"aBU","ann",()=>A.a([J.aoO(J.tC(A.a4())),J.ap7(J.tC(A.a4())),J.aof(J.tC(A.a4())),J.aoM(J.tC(A.a4())),J.apj(J.tC(A.a4())),J.aoy(J.tC(A.a4()))],A.S("t"))) -s($,"aBY","anr",()=>A.a([J.aoa(J.R7(A.a4())),J.aop(J.R7(A.a4())),J.aoq(J.R7(A.a4())),J.aoo(J.R7(A.a4()))],A.S("t"))) -s($,"aBQ","ank",()=>A.a([J.ag6(J.tB(A.a4())),J.afZ(J.tB(A.a4())),J.aoJ(J.tB(A.a4())),J.aoK(J.tB(A.a4())),J.aoI(J.tB(A.a4())),J.apl(J.tB(A.a4()))],A.S("t"))) -s($,"aBR","anl",()=>A.a([J.ag6(J.ag1(A.a4())),J.afZ(J.ag1(A.a4()))],A.S("t"))) -s($,"aBM","afu",()=>A.a([J.afW(J.acL(A.a4())),J.afY(J.acL(A.a4()))],A.S("t"))) -s($,"aBN","R0",()=>A.a([J.apq(J.afX(A.a4())),J.aoz(J.afX(A.a4()))],A.S("t"))) -s($,"aBL","ani",()=>A.a([J.ag_(J.R6(A.a4())),J.ag3(J.R6(A.a4())),J.ap_(J.R6(A.a4())),J.aoL(J.R6(A.a4()))],A.S("t"))) -s($,"aBS","afw",()=>A.a([J.aoe(J.acM(A.a4())),J.ag2(J.acM(A.a4())),J.apd(J.acM(A.a4()))],A.S("t"))) -s($,"aBP","afv",()=>A.a([J.aoE(J.ag0(A.a4())),J.apk(J.ag0(A.a4()))],A.S("t"))) -s($,"aBK","aft",()=>A.a([J.aoh(J.bW(A.a4())),J.ape(J.bW(A.a4())),J.aot(J.bW(A.a4())),J.api(J.bW(A.a4())),J.aox(J.bW(A.a4())),J.apg(J.bW(A.a4())),J.aov(J.bW(A.a4())),J.aph(J.bW(A.a4())),J.aow(J.bW(A.a4())),J.apf(J.bW(A.a4())),J.aou(J.bW(A.a4())),J.apr(J.bW(A.a4())),J.ap4(J.bW(A.a4())),J.aoX(J.bW(A.a4())),J.ap9(J.bW(A.a4())),J.ap0(J.bW(A.a4())),J.aol(J.bW(A.a4())),J.aoQ(J.bW(A.a4())),J.aok(J.bW(A.a4())),J.aoj(J.bW(A.a4())),J.aoF(J.bW(A.a4())),J.apc(J.bW(A.a4())),J.afW(J.bW(A.a4())),J.aoA(J.bW(A.a4())),J.aoY(J.bW(A.a4())),J.aoG(J.bW(A.a4())),J.ap8(J.bW(A.a4())),J.aoi(J.bW(A.a4())),J.aoS(J.bW(A.a4()))],A.S("t"))) -s($,"aBT","anm",()=>A.a([J.aoW(J.acN(A.a4())),J.ag2(J.acN(A.a4())),J.aoc(J.acN(A.a4()))],A.S("t"))) -s($,"aBZ","ans",()=>A.a([J.aog(J.R8(A.a4())),J.ap6(J.R8(A.a4())),J.aoV(J.R8(A.a4())),J.aon(J.R8(A.a4()))],A.S("t"))) -s($,"aBp","an3",()=>{var q=A.Gk(2) -q[0]=0 -q[1]=1 -return q}) -s($,"aBJ","afs",()=>A.ayp(4)) -s($,"aBW","anp",()=>A.a([J.ag3(J.CR(A.a4())),J.aos(J.CR(A.a4())),J.aor(J.CR(A.a4())),J.aom(J.CR(A.a4())),J.app(J.CR(A.a4()))],A.S("t"))) -s($,"aBV","ano",()=>A.a([J.aob(J.ag4(A.a4())),J.aoH(J.ag4(A.a4()))],A.S("t"))) -s($,"azi","alW",()=>A.atf()) -r($,"azh","alV",()=>$.alW()) -r($,"aC7","afy",()=>self.window.FinalizationRegistry!=null) -r($,"azM","acx",()=>{var q=t.S,p=t.t -return new A.Fu(A.aT(q),A.a([],A.S("t")),A.x(q,t.wW),A.x(q,A.S("azB")),A.x(q,A.S("aAs")),A.x(q,A.S("d2")),A.aT(q),A.a([],p),A.a([],p),$.bg().gnj(),A.x(q,A.S("ck")))}) -r($,"azH","ty",()=>{var q=t.S -return new A.Fi(A.aT(q),A.aT(q),A.arX(),A.a([],t.Pc),A.a(["Roboto"],t.s),A.x(t.N,q),A.aT(q))}) -r($,"aBE","QZ",()=>A.cn("Noto Sans SC",A.a([B.Ff,B.Fi,B.eZ,B.FX,B.oj],t.Cz))) -r($,"aBF","R_",()=>A.cn("Noto Sans TC",A.a([B.oh,B.oi,B.eZ],t.Cz))) -r($,"aBC","QX",()=>A.cn("Noto Sans HK",A.a([B.oh,B.oi,B.eZ],t.Cz))) -r($,"aBD","QY",()=>A.cn("Noto Sans JP",A.a([B.Fe,B.eZ,B.oj],t.Cz))) -r($,"aBd","amX",()=>A.a([$.QZ(),$.R_(),$.QX(),$.QY()],t.Qg)) -r($,"aBB","anf",()=>{var q=t.Cz -return A.a([$.QZ(),$.R_(),$.QX(),$.QY(),A.cn("Noto Naskh Arabic UI",A.a([B.Fn,B.Gg,B.Gh,B.Gj,B.Fc,B.FV,B.FY],q)),A.cn("Noto Sans Armenian",A.a([B.Fk,B.FT],q)),A.cn("Noto Sans Bengali UI",A.a([B.bS,B.Fq,B.b9,B.cg,B.aE],q)),A.cn("Noto Sans Myanmar UI",A.a([B.FH,B.b9,B.aE],q)),A.cn("Noto Sans Egyptian Hieroglyphs",A.a([B.Ga],q)),A.cn("Noto Sans Ethiopic",A.a([B.FQ,B.F9,B.FO],q)),A.cn("Noto Sans Georgian",A.a([B.Fl,B.FK,B.F8],q)),A.cn("Noto Sans Gujarati UI",A.a([B.bS,B.Fu,B.b9,B.cg,B.aE,B.im],q)),A.cn("Noto Sans Gurmukhi UI",A.a([B.bS,B.Fr,B.b9,B.cg,B.aE,B.GA,B.im],q)),A.cn("Noto Sans Hebrew",A.a([B.Fm,B.Gn,B.aE,B.FU],q)),A.cn("Noto Sans Devanagari UI",A.a([B.Fo,B.G5,B.G7,B.b9,B.Gm,B.cg,B.aE,B.im,B.FN],q)),A.cn("Noto Sans Kannada UI",A.a([B.bS,B.FA,B.b9,B.cg,B.aE],q)),A.cn("Noto Sans Khmer UI",A.a([B.FR,B.Gf,B.aE],q)),A.cn("Noto Sans KR",A.a([B.Fg,B.Fh,B.Fj,B.FP],q)),A.cn("Noto Sans Lao UI",A.a([B.FG,B.aE],q)),A.cn("Noto Sans Malayalam UI",A.a([B.G9,B.Gd,B.bS,B.FB,B.b9,B.cg,B.aE],q)),A.cn("Noto Sans Sinhala",A.a([B.bS,B.FD,B.b9,B.aE],q)),A.cn("Noto Sans Tamil UI",A.a([B.bS,B.Fw,B.b9,B.cg,B.aE],q)),A.cn("Noto Sans Telugu UI",A.a([B.Fp,B.bS,B.Fz,B.G6,B.b9,B.aE],q)),A.cn("Noto Sans Thai UI",A.a([B.FE,B.b9,B.aE],q)),A.cn("Noto Sans",A.a([B.F4,B.Fy,B.FC,B.G0,B.G1,B.G3,B.G4,B.Ge,B.Gk,B.Gp,B.Gu,B.Gv,B.Gw,B.Gx,B.Gy,B.FZ,B.G_,B.F5,B.Fa,B.Fd,B.Gt,B.F6,B.G2,B.Gr,B.Fb,B.FJ,B.FW,B.Gz,B.Gc,B.Fs,B.FS,B.G8,B.Gi,B.Gl,B.Gq,B.Gs,B.F7,B.FL,B.Ft,B.Fv,B.Fx,B.FF,B.FI,B.FM,B.Gb,B.Go],q))],t.Qg)}) -r($,"aCh","om",()=>{var q=t.V0 -return new A.F0(new A.Ye(),A.aT(q),A.x(t.N,q))}) -s($,"aA5","afl",()=>{var q=A.S("ep") -return new A.IH(1024,A.ah5(q),A.x(q,A.S("adf>")))}) -r($,"azf","tx",()=>{var q=A.S("ep") -return new A.a2V(500,A.ah5(q),A.x(q,A.S("adf>")))}) -s($,"aze","alT",()=>new self.window.flutterCanvasKit.Paint()) -s($,"azd","alS",()=>{var q=new self.window.flutterCanvasKit.Paint() -J.acQ(q,0) -return q}) -s($,"azY","ame",()=>A.ajs(0,0,1)) -s($,"aBl","an_",()=>B.ab.c1(A.aN(["type","fontsChange"],t.N,t.z))) -s($,"aCf","anC",()=>{var q=A.aj3() -q.setAttribute("width",0) -q.setAttribute("height",0) -B.f.sbS(q.style,"absolute") -return q}) -s($,"aAT","afp",()=>A.Gk(4)) -s($,"aAr","amA",()=>A.ai7(A.a([0,1,2,2,3,0],t.t))) -s($,"aCj","tA",()=>{var q=t.N,p=t.S -return new A.YY(A.x(q,t._8),A.x(p,t.V),A.aT(q),A.x(p,q))}) -s($,"aBq","an4",()=>{var q=B.bu.h(0,"Alt")[1] -q.toString -return q}) -s($,"aBr","an5",()=>{var q=B.bu.h(0,"Alt")[2] -q.toString -return q}) -s($,"aBs","an6",()=>{var q=B.bu.h(0,"Control")[1] -q.toString -return q}) -s($,"aBt","an7",()=>{var q=B.bu.h(0,"Control")[2] -q.toString -return q}) -s($,"aBx","anb",()=>{var q=B.bu.h(0,"Shift")[1] -q.toString -return q}) -s($,"aBy","anc",()=>{var q=B.bu.h(0,"Shift")[2] -q.toString -return q}) -s($,"aBv","an9",()=>{var q=B.bu.h(0,"Meta")[1] -q.toString -return q}) -s($,"aBw","ana",()=>{var q=B.bu.h(0,"Meta")[2] -q.toString -return q}) -s($,"aBu","an8",()=>A.aN([$.an4(),new A.aba(),$.an5(),new A.abb(),$.an6(),new A.abc(),$.an7(),new A.abd(),$.anb(),new A.abe(),$.anc(),new A.abf(),$.an9(),new A.abg(),$.ana(),new A.abh()],t.S,A.S("B(jq)"))) -s($,"azD","bj",()=>{var q,p,o,n="computedStyleMap",m=A.adi(),l=A.af_().documentElement -l.toString -if(A.abV(l,n)){q=A.aki(l,n) -if(q!=null){p=A.avR(q,"get","font-size") -o=p!=null?A.ay2(p,"value"):null}else o=null}else o=null -if(o==null)o=A.ayv(J.apE(l).fontSize) -l=t.K -l=new A.Uf(A.asS(B.E0,!1,"/",m,B.al,!1,(o==null?16:o)/16),A.x(l,A.S("mu")),A.x(l,A.S("JS")),A.QS().matchMedia("(prefers-color-scheme: dark)")) -l.UE() -return l}) -r($,"awd","an0",()=>A.awM()) -s($,"aCn","afA",()=>A.abV(A.QS(),"FontFace")) -s($,"aCo","anE",()=>{if(A.abV(A.af_(),"fonts")){var q=A.af_().fonts -q.toString -q=A.abV(q,"clear")}else q=!1 -return q}) -s($,"aC4","anx",()=>{var q=$.ags -return q==null?$.ags=A.aqB():q}) -s($,"aBH","ang",()=>A.aN([B.C7,new A.abr(),B.C8,new A.abs(),B.C9,new A.abt(),B.Ca,new A.abu(),B.Cb,new A.abv(),B.Cc,new A.abw(),B.Cd,new A.abx(),B.Ce,new A.aby()],t.Zg,A.S("fe(co)"))) -s($,"azI","am5",()=>A.fO("[a-z0-9\\s]+",!1)) -s($,"azJ","am6",()=>A.fO("\\b\\d",!0)) -r($,"aA6","amk",()=>{var q=A.arD("flt-ruler-host"),p=new A.I9(q),o=q.style -B.f.sbS(o,"fixed") -B.f.saaR(o,"hidden") -B.f.sAZ(o,"hidden") -B.f.skq(o,"0") -B.f.siY(o,"0") -B.f.sbM(o,"0") -B.f.sby(o,"0") -o=A.axO().Q.gLB() -o.appendChild(q) -A.ayD(p.gdF(p)) -return p}) -s($,"aC3","anw",()=>A.aut(A.a([B.a2n,B.a2r,B.a2a,B.a2b,B.a2d,B.a2o,B.a28,B.a29,B.a2c,B.a2p,B.a2q,B.a27,B.a2e,B.a2f,B.a2g,B.a2h,B.a2i,B.a2j,B.a2k,B.a2l,B.a2m],A.S("t>")),null,A.S("k3?"))) -r($,"aCr","CO",()=>A.auu("000a!E000b000cF000d!D000w!R000y!A0013!B0018!M001a!N001c001lO001m!L001n!M001t002iK002n!P002p003eK003p!F004q!K004t!I0051!K0053!L0056!K005c005yK0060006uK006w00k7K00ke00lbK00lc00ofG00og00okK00om00onK00oq00otK00ou!M00ov!K00p2!K00p3!L00p400p6K00p8!K00pa00ptK00pv00s5K00s700w1K00w300w9G00wa010vK010x011yK01210124K0126!K0127!L0128013cK013d!M013e!K013l014tG014v!G014x014yG01500151G0153!G015c0162C0167016aC016b!K016c!L016o016tI01700171M0174017eG017g!I017k018qK018r019bG019c019lO019n!O019o!M019q019rK019s!G019t01cjK01cl!K01cm01csG01ct!I01cv01d0G01d101d2K01d301d4G01d601d9G01da01dbK01dc01dlO01dm01doK01dr!K01e7!I01e8!K01e9!G01ea01f3K01f401fuG01fx01idK01ie01ioG01ip!K01j401jdO01je01kaK01kb01kjG01kk01klK01ko!M01kq!K01kt!G01kw01lhK01li01llG01lm!K01ln01lvG01lw!K01lx01lzG01m0!K01m101m5G01mo01ncK01nd01nfG01nk01nuK01pc01pwK01py01qfK01qr01r5G01r6!I01r701s3G01s401tlK01tm01toG01tp!K01tq01u7G01u8!K01u901ufG01ug01upK01uq01urG01uu01v3O01v501vkK01vl01vnG01vp01vwK01vz01w0K01w301woK01wq01wwK01wy!K01x201x5K01x8!G01x9!K01xa01xgG01xj01xkG01xn01xpG01xq!K01xz!G01y401y5K01y701y9K01ya01ybG01ye01ynO01yo01ypK01z0!K01z2!G01z501z7G01z901zeK01zj01zkK01zn0208K020a020gK020i020jK020l020mK020o020pK020s!G020u020yG02130214G02170219G021d!G021l021oK021q!K021y0227O02280229G022a022cK022d!G022p022rG022t0231K02330235K0237023sK023u0240K02420243K02450249K024c!G024d!K024e024lG024n024pG024r024tG024w!K025c025dK025e025fG025i025rO0261!K02620267G0269026bG026d026kK026n026oK026r027cK027e027kK027m027nK027p027tK027w!G027x!K027y0284G02870288G028b028dG028l028nG028s028tK028v028xK028y028zG0292029bO029d!K029u!G029v!K029x02a2K02a602a8K02aa02adK02ah02aiK02ak!K02am02anK02ar02asK02aw02ayK02b202bdK02bi02bmG02bq02bsG02bu02bxG02c0!K02c7!G02cm02cvO02dc02dgG02dh02doK02dq02dsK02du02egK02ei02exK02f1!K02f202f8G02fa02fcG02fe02fhG02fp02fqG02fs02fuK02g002g1K02g202g3G02g602gfO02gw!K02gx02gzG02h102h8K02ha02hcK02he02i0K02i202ibK02id02ihK02ik!G02il!K02im02isG02iu02iwG02iy02j1G02j902jaG02ji!K02jk02jlK02jm02jnG02jq02jzO02k102k2K02kg02kjG02kk02ksK02ku02kwK02ky02m2K02m302m4G02m5!K02m602mcG02me02mgG02mi02mlG02mm!K02ms02muK02mv!G02n302n5K02n602n7G02na02njO02nu02nzK02o102o3G02o502omK02oq02pdK02pf02pnK02pp!K02ps02pyK02q2!G02q702qcG02qe!G02qg02qnG02qu02r3O02r602r7G02sx!G02t002t6G02tj02tqG02ts02u1O02wh!G02wk02wsG02x402x9G02xc02xlO02yo!K02zc02zdG02zk02ztO0305!G0307!G0309!G030e030fG030g030nK030p031oK031t032cG032e032fG032g032kK032l032vG032x033wG0346!G036z037iG037k037tO03860389G038e038gG038i038kG038n038tG038x0390G039e039pG039r!G039s03a1O03a203a5G03a803b9K03bb!K03bh!K03bk03cqK03cs03m0K03m203m5K03m803meK03mg!K03mi03mlK03mo03nsK03nu03nxK03o003owK03oy03p1K03p403paK03pc!K03pe03phK03pk03pyK03q003rkK03rm03rpK03rs03tmK03tp03trG03uo03v3K03vk03xxK03y003y5K03y904fgK04fj04fzK04g0!R04g104gqK04gw04iyK04j204jcK04jk04jwK04jy04k1K04k204k4G04kg04kxK04ky04l0G04lc04ltK04lu04lvG04m804mkK04mm04moK04mq04mrG04ok04pfG04pp!G04ps04q1O04qz04r1G04r2!I04r404rdO04rk04u0K04u804ucK04ud04ueG04uf04vcK04vd!G04ve!K04vk04xhK04xs04ymK04yo04yzG04z404zfG04zq04zzO053k053tO054w055iK055j055nG0579057iG057k058cG058f!G058g058pO058w0595O059s05a8G05c005c4G05c505dfK05dg05dwG05dx05e3K05e805ehO05ez05f7G05fk05fmG05fn05ggK05gh05gtG05gu05gvK05gw05h5O05h605idK05ie05irG05j405k3K05k405knG05kw05l5O05l905lbK05lc05llO05lm05mlK05mo05mwK05n405oaK05od05ofK05ow05oyG05p005pkG05pl05poK05pp!G05pq05pvK05pw!G05px05pyK05pz05q1G05q2!K05q805vjK05vk05x5G05x705xbG05xc0651K06540659K065c066dK066g066lK066o066vK066x!K066z!K0671!K0673067xK0680069gK069i069oK069q!K069u069wK069y06a4K06a806abK06ae06ajK06ao06b0K06b606b8K06ba06bgK06bk06bqR06bs06buR06bw!G06bx!Q06by06bzI06c806c9N06ck!N06cn!L06co06cpF06cq06cuI06cv!P06db06dcP06dg!M06dw!P06e7!R06e806ecI06ee06enI06ep!K06f3!K06fk06fwK06hc06i8G06iq!K06iv!K06iy06j7K06j9!K06jd06jhK06jo!K06jq!K06js!K06ju06jxK06jz06k9K06kc06kfK06kl06kpK06ku!K06lc06mgK079207ahK08ow08q6K08q808riK08rk08v8K08vf08viK08vj08vlG08vm08vnK08w008x1K08x3!K08x9!K08xc08yvK08z3!K08zj!G08zk0906K090g090mK090o090uK090w0912K0914091aK091c091iK091k091qK091s091yK09200926K09280933G094f!K09hc!R09hh!K09ii09inG09ip09itJ09iz09j0K09ll09lmG09ln09loJ09ls09oaJ09oc09ofJ09ol09prK09pt09seK09sw09trK09v409vjJ0a1c0a2mJ0a2o0a53J0vls0wi4K0wk00wl9K0wlc0wssK0wsw0wtbK0wtc0wtlO0wtm0wtnK0wu80wviK0wvj0wvmG0wvo0wvxG0wvz0wwtK0wwu0wwvG0www0wz3K0wz40wz5G0wzs0x4vK0x4y0x56K0x6d0x6pK0x6q!G0x6r0x6tK0x6u!G0x6v0x6yK0x6z!G0x700x7mK0x7n0x7rG0x7w!G0x8g0x9vK0xa80xa9G0xaa0xbnK0xbo0xc5G0xcg0xcpO0xcw0xddG0xde0xdjK0xdn!K0xdp0xdqK0xdr!G0xds0xe1O0xe20xetK0xeu0xf1G0xf40xfqK0xfr0xg3G0xgg0xh8K0xhc0xhfG0xhg0xiqK0xir0xj4G0xjj!K0xjk0xjtO0xk5!G0xkg0xkpO0xkw0xm0K0xm10xmeG0xmo0xmqK0xmr!G0xms0xmzK0xn00xn1G0xn40xndO0xob0xodG0xps!G0xpu0xpwG0xpz0xq0G0xq60xq7G0xq9!G0xr40xreK0xrf0xrjG0xrm0xroK0xrp0xrqG0xs10xs6K0xs90xseK0xsh0xsmK0xsw0xt2K0xt40xtaK0xtc0xuxK0xv40xyaK0xyb0xyiG0xyk0xylG0xyo0xyxO0xz416lfK16ls16meK16mj16nvK1dkw1dl2K1dlf1dljK1dlp!C1dlq!G1dlr1dm0C1dm21dmeC1dmg1dmkC1dmm!C1dmo1dmpC1dmr1dmsC1dmu1dn3C1dn41dptK1dqr1e0tK1e1c1e33K1e361e4nK1e5s1e63K1e681e6nG1e6o!M1e6r!L1e6s!M1e741e7jG1e7n1e7oP1e8d1e8fP1e8g!M1e8i!N1e8k!M1e8l!L1e9c1e9gK1e9i1ed8K1edb!I1edj!N1edo!M1edq!N1eds1ee1O1ee2!L1ee3!M1ee91eeyK1ef3!P1ef51efuK1eg61ehpJ1ehq1ehrG1ehs1eimK1eiq1eivK1eiy1ej3K1ej61ejbK1eje1ejgK1ek91ekbI1ekg1ekrK1ekt1eliK1elk1em2K1em41em5K1em71emlK1emo1en1K1eo01ereK1etc1eusK1eyl!G1f281f30K1f341f4gK1f4w!G1f5s1f6nK1f711f7uK1f801f91K1f921f96G1f9c1fa5K1fa81fb7K1fbc1fbjK1fbl1fbpK1fcw1fh9K1fhc1fhlO1fhs1firK1fiw1fjvK1fk01fl3K1flc1fmrK1fr41fzqK1g001g0lK1g0w1g13K1g5c1g5hK1g5k!K1g5m1g6tK1g6v1g6wK1g70!K1g731g7pK1g801g8mK1g8w1g9qK1gbk1gc2K1gc41gc5K1gcg1gd1K1gdc1ge1K1gg01ghjK1ghq1ghrK1gjk!K1gjl1gjnG1gjp1gjqG1gjw1gjzG1gk01gk3K1gk51gk7K1gk91gl1K1gl41gl6G1glb!G1gm81gn0K1gn41gnwK1gow1gp3K1gp51gpwK1gpx1gpyG1gqo1gs5K1gsg1gt1K1gtc1gtuK1gu81gupK1gxs1gzsK1h1c1h2qK1h341h4iK1h4w1h5vK1h5w1h5zG1h681h6hO1hfk1hgpK1hgr1hgsG1hgw1hgxK1hj41hjwK1hk7!K1hkg1hl1K1hl21hlcG1ho01hokK1hpc1hpyK1hq81hqaG1hqb1hrrK1hrs1hs6G1ht21htbO1htr1htuG1htv1hv3K1hv41hveG1hvh!I1hvx!I1hw01hwoK1hww1hx5O1hxc1hxeG1hxf1hyeK1hyf1hysG1hyu1hz3O1hz8!K1hz91hzaG1hzb!K1hzk1i0iK1i0j!G1i0m!K1i0w1i0yG1i0z1i2aK1i2b1i2oG1i2p1i2sK1i2x1i30G1i321i33G1i341i3dO1i3e!K1i3g!K1i4g1i4xK1i4z1i5nK1i5o1i5zG1i66!G1i801i86K1i88!K1i8a1i8dK1i8f1i8tK1i8v1i94K1i9c1iamK1ian1iayG1ib41ibdO1ibk1ibnG1ibp1ibwK1ibz1ic0K1ic31icoK1icq1icwK1icy1iczK1id11id5K1id71id8G1id9!K1ida1idgG1idj1idkG1idn1idpG1ids!K1idz!G1ie51ie9K1iea1iebG1iee1iekG1ieo1iesG1iio1ik4K1ik51ikmG1ikn1ikqK1ikw1il5O1ila!G1ilb1ildK1im81injK1ink1io3G1io41io5K1io7!K1iog1iopO1itc1iumK1iun1iutG1iuw1iv4G1ivs1ivvK1ivw1ivxG1iww1iy7K1iy81iyoG1iys!K1iz41izdO1j0g1j1mK1j1n1j1zG1j20!K1j281j2hO1j4t1j57G1j5c1j5lO1jb41jcbK1jcc1jcqG1jfk1jhbK1jhc1jhlO1ji71jieK1jih!K1jik1jirK1jit1jiuK1jiw1jjjK1jjk1jjpG1jjr1jjsG1jjv1jjyG1jjz!K1jk0!G1jk1!K1jk21jk3G1jkg1jkpO1jmo1jmvK1jmy1jo0K1jo11jo7G1joa1jogG1joh!K1joj!K1jok!G1jpc!K1jpd1jpmG1jpn1jqqK1jqr1jqxG1jqy!K1jqz1jr2G1jrb!G1jrk!K1jrl1jrvG1jrw1jt5K1jt61jtlG1jtp!K1juo1jw8K1k3k1k3sK1k3u1k4uK1k4v1k52G1k541k5bG1k5c!K1k5s1k61O1k6q1k7jK1k7m1k87G1k891k8mG1kao1kauK1kaw1kaxK1kaz1kc0K1kc11kc6G1kca!G1kcc1kcdG1kcf1kclG1kcm!K1kcn!G1kcw1kd5O1kdc1kdhK1kdj1kdkK1kdm1kehK1kei1kemG1keo1kepG1ker1kevG1kew!K1kf41kfdO1ko01koiK1koj1komG1kts!K1kw01lllK1log1lriK1ls01lxfK1o1s1oviK1ovk1ovsI1s001sg6K1z401zjsK1zk01zkuK1zkw1zl5O1zo01zotK1zow1zp0G1zpc1zqnK1zqo1zquG1zr41zr7K1zrk1zrtO1zs31zsnK1zst1ztbK20cg20e7K20hs20juK20jz!G20k0!K20k120ljG20lr20luG20lv20m7K20o020o1K20o3!K20o4!G20og20ohG2dc0!J2dlw2dlzJ2fpc2fsaK2fsg2fssK2fsw2ft4K2ftc2ftlK2ftp2ftqG2fts2ftvI2jxh2jxlG2jxp2jxuG2jxv2jy2I2jy32jyaG2jyd2jyjG2jze2jzhG2k3m2k3oG2kg02kicK2kie2kkcK2kke2kkfK2kki!K2kkl2kkmK2kkp2kksK2kku2kl5K2kl7!K2kl92klfK2klh2kn9K2knb2kneK2knh2knoK2knq2knwK2kny2kopK2kor2kouK2kow2kp0K2kp2!K2kp62kpcK2kpe2kytK2kyw2kzkK2kzm2l0aK2l0c2l16K2l182l1wK2l1y2l2sK2l2u2l3iK2l3k2l4eK2l4g2l54K2l562l60K2l622l6qK2l6s2l6zK2l722l8fO2lmo2lo6G2lob2lpoG2lpx!G2lqc!G2lqz2lr3G2lr52lrjG2mtc2mtiG2mtk2mu0G2mu32mu9G2mub2mucG2mue2muiG2n0g2n1oK2n1s2n1yG2n1z2n25K2n282n2hO2n2m!K2ncw2ne3K2ne42ne7G2ne82nehO2oe82ojoK2ok02ok6G2olc2on7K2on82oneG2onf!K2onk2ontO2pkw2pkzK2pl12plrK2plt2pluK2plw!K2plz!K2pm12pmaK2pmc2pmfK2pmh!K2pmj!K2pmq!K2pmv!K2pmx!K2pmz!K2pn12pn3K2pn52pn6K2pn8!K2pnb!K2pnd!K2pnf!K2pnh!K2pnj!K2pnl2pnmK2pno!K2pnr2pnuK2pnw2po2K2po42po7K2po92pocK2poe!K2pog2popK2por2pp7K2ppd2ppfK2pph2pplK2ppn2pq3K2q7k2q89K2q8g2q95K2q9c2qa1K2qcm2qdbH2qrf2qrjG2sc02sc9Ojny9!Ijnz4jo1rGjo5cjobzG",231,B.LN,B.Dc,A.S("cr"))) -s($,"az9","alR",()=>{var q=t.N -return new A.RW(A.aN(["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($,"aCp","afB",()=>new A.VZ()) -s($,"aC1","anu",()=>A.Gk(4)) -s($,"aC_","afx",()=>A.Gk(16)) -s($,"aC0","ant",()=>A.asw($.afx())) -r($,"aCk","bV",()=>{A.QS() -return B.E7.gaaT()}) -s($,"aCq","bg",()=>A.arJ(0,$.bj())) -s($,"azo","QT",()=>A.alj("_$dart_dartClosure")) -s($,"aCi","acF",()=>B.am.eE(new A.acd())) -s($,"aAf","amo",()=>A.k5(A.a3U({ -toString:function(){return"$receiver$"}}))) -s($,"aAg","amp",()=>A.k5(A.a3U({$method$:null, -toString:function(){return"$receiver$"}}))) -s($,"aAh","amq",()=>A.k5(A.a3U(null))) -s($,"aAi","amr",()=>A.k5(function(){var $argumentsExpr$="$arguments$" -try{null.$method$($argumentsExpr$)}catch(q){return q.message}}())) -s($,"aAl","amu",()=>A.k5(A.a3U(void 0))) -s($,"aAm","amv",()=>A.k5(function(){var $argumentsExpr$="$arguments$" -try{(void 0).$method$($argumentsExpr$)}catch(q){return q.message}}())) -s($,"aAk","amt",()=>A.k5(A.ajl(null))) -s($,"aAj","ams",()=>A.k5(function(){try{null.$method$}catch(q){return q.message}}())) -s($,"aAo","amx",()=>A.k5(A.ajl(void 0))) -s($,"aAn","amw",()=>A.k5(function(){try{(void 0).$method$}catch(q){return q.message}}())) -s($,"aAy","afm",()=>A.auF()) -s($,"azK","CM",()=>A.S("ad").a($.acF())) -s($,"aAp","amy",()=>new A.a45().$0()) -s($,"aAq","amz",()=>new A.a44().$0()) -s($,"aAz","amD",()=>A.asF(A.Cv(A.a([-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-1,-2,-2,-2,-2,-2,62,-2,62,-2,63,52,53,54,55,56,57,58,59,60,61,-2,-2,-2,-1,-2,-2,-2,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-2,-2,-2,-2,63,-2,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,-2,-2,-2,-2,-2],t.t)))) -s($,"aB3","amV",()=>A.fO("^[\\-\\.0-9A-Z_a-z~]*$",!0)) -r($,"aBm","an1",()=>new Error().stack!=void 0) -s($,"aBn","tz",()=>A.lX(B.a1F)) -s($,"aA9","acB",()=>{A.atc() -return $.Zj}) -s($,"aBI","anh",()=>A.aw_()) -s($,"azl","alX",()=>({})) -s($,"aAP","amQ",()=>A.jD(["A","ABBR","ACRONYM","ADDRESS","AREA","ARTICLE","ASIDE","AUDIO","B","BDI","BDO","BIG","BLOCKQUOTE","BR","BUTTON","CANVAS","CAPTION","CENTER","CITE","CODE","COL","COLGROUP","COMMAND","DATA","DATALIST","DD","DEL","DETAILS","DFN","DIR","DIV","DL","DT","EM","FIELDSET","FIGCAPTION","FIGURE","FONT","FOOTER","FORM","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","I","IFRAME","IMG","INPUT","INS","KBD","LABEL","LEGEND","LI","MAP","MARK","MENU","METER","NAV","NOBR","OL","OPTGROUP","OPTION","OUTPUT","P","PRE","PROGRESS","Q","S","SAMP","SECTION","SELECT","SMALL","SOURCE","SPAN","STRIKE","STRONG","SUB","SUMMARY","SUP","TABLE","TBODY","TD","TEXTAREA","TFOOT","TH","THEAD","TIME","TR","TRACK","TT","U","UL","VAR","VIDEO","WBR"],t.N)) -s($,"azw","acw",()=>B.d.l6(A.Te(),"Opera",0)) -s($,"azv","am1",()=>!$.acw()&&B.d.l6(A.Te(),"Trident/",0)) -s($,"azu","am0",()=>B.d.l6(A.Te(),"Firefox",0)) -s($,"azx","am2",()=>!$.acw()&&B.d.l6(A.Te(),"WebKit",0)) -s($,"azt","am_",()=>"-"+$.am3()+"-") -s($,"azy","am3",()=>{if($.am0())var q="moz" -else if($.am1())q="ms" -else q=$.acw()?"o":"webkit" -return q}) -s($,"aBg","CN",()=>A.avS(A.abD(self))) -s($,"aAG","afn",()=>A.alj("_$dart_dartObject")) -s($,"aBh","afq",()=>function DartObject(a){this.o=a}) -s($,"azC","cW",()=>A.l5(A.ai7(A.a([1],t.t)).buffer,0,null).getInt8(0)===1?B.aj:B.Ef) -s($,"aC8","R1",()=>new A.Sb(A.x(t.N,A.S("kd")))) -s($,"az8","alQ",()=>new A.M()) -s($,"aBk","amZ",()=>new A.ab1()) -s($,"aBf","amY",()=>new A.M()) -s($,"aC9","anz",()=>new A.a5D()) -s($,"aBA","ane",()=>A.yY(B.dy,B.i,t.i)) -s($,"aBz","and",()=>A.yY(B.i,B.W3,t.i)) -r($,"aAF","amI",()=>A.arn(B.a2D,B.a2E)) -s($,"aCa","anA",()=>new A.SQ()) -s($,"aC2","anv",()=>new A.abB().$0()) -s($,"aBc","amW",()=>new A.aaM().$0()) -r($,"azG","hY",()=>$.arS) -s($,"aBi","QW",()=>A.hs(null,t.N)) -s($,"aBj","afr",()=>A.au1()) -s($,"aAv","amC",()=>A.asG(A.a([0,0,0,0,0,0,0,0],t.t))) -s($,"aA8","aml",()=>A.fO("^\\s*at ([^\\s]+).*$",!0)) -s($,"aCc","afz",()=>new A.a6b()) -s($,"aB_","amS",()=>A.yY(0.75,1,t.wR)) -s($,"aB0","amT",()=>A.hf(B.a19)) -s($,"azN","am7",()=>A.hf(B.aH)) -s($,"azO","am8",()=>A.hf(B.IN)) -s($,"aAI","amK",()=>A.yY(B.W4,B.i,t.i)) -s($,"aAK","amM",()=>A.hf(B.ay)) -s($,"aAJ","amL",()=>A.hf(B.cZ)) -s($,"aAD","amG",()=>A.hf(B.IP).z0(A.hf(B.nc))) -s($,"aAE","amH",()=>A.hf(B.IO).z0(A.hf(B.nc))) -s($,"aAB","amE",()=>A.hf(B.nc)) -s($,"aAC","amF",()=>A.hf(B.Wz)) -s($,"aAL","amN",()=>A.yY(0.875,1,t.wR).z0(A.hf(B.cZ))) -s($,"aCg","anD",()=>new A.Xw()) -s($,"aAe","amn",()=>A.auf()) -s($,"aAd","amm",()=>new A.LA(A.x(A.S("rO"),t.we),5,A.S("LA"))) -s($,"azQ","acy",()=>A.asE(4)) -r($,"azV","amb",()=>B.GK) -r($,"azX","amd",()=>{var q=null -return A.ajc(q,B.os,q,q,q,q,"sans-serif",q,q,18,q,q,q,q,q,q,q,q,q,q)}) -r($,"azW","amc",()=>{var q=null -return A.adP(q,q,q,q,q,q,q,q,q,B.np,B.w,q)}) -s($,"aB1","amU",()=>A.asx()) -s($,"aA1","acA",()=>A.nn()) -s($,"aA0","amh",()=>A.ai5(0)) -s($,"aA2","ami",()=>A.ai5(0)) -s($,"aA3","amj",()=>A.asy().a) -s($,"aCl","acG",()=>{var q=t.N -return new A.YV(A.x(q,A.S("av")),A.x(q,t.L0))}) -s($,"azP","am9",()=>A.aN([4294967562,B.IZ,4294967564,B.J_,4294967556,B.IY],t.S,t.SQ)) -s($,"azU","acz",()=>{var q=t.v3 -return new A.Zv(A.a([],A.S("t<~(hE)>")),A.x(q,t.bd),A.aT(q))}) -s($,"azT","ama",()=>{var q,p,o=A.x(t.v3,t.bd) -o.p(0,B.eo,B.jm) -for(q=$.Hr.ghX($.Hr),q=q.ga1(q);q.u();){p=q.gD(q) -o.p(0,p.geU(p),p.gm(p))}return o}) -s($,"azF","am4",()=>new A.F4("\n",!1,"")) -s($,"aAc","fr",()=>{var q=new A.Jq() -q.a=B.W8 -q.gVq().qx(q.ga_g()) -return q}) -r($,"aAu","amB",()=>{var q=A.S("~(aZ)") -return A.aN([B.a1u,A.ah4(!0),B.a24,A.ah4(!1),B.a1J,new A.HZ(A.wL(q)),B.D6,new A.Gs(A.wL(q)),B.D7,new A.Hi(A.wL(q)),B.nw,new A.uM(!1,A.wL(q)),B.a1K,new A.Ig(A.wL(q)),B.a1H,new A.Hl(A.wL(q))],t.n,t.od)}) -s($,"azr","alZ",()=>{var q,p,o,n,m,l=t.vz,k=A.x(A.S("qk"),l) -for(q=A.S("aK"),p=0;p<2;++p){o=B.Ri[p] -for(n=A.aN([A.nt(B.ds,!1,!1,!1,o),B.q,A.nt(B.cv,!1,!1,!1,o),B.q,A.nt(B.ds,!0,!1,!1,o),B.q,A.nt(B.cv,!0,!1,!1,o),B.q,A.nt(B.ds,!1,!0,!1,o),B.q,A.nt(B.cv,!1,!0,!1,o),B.q,A.nt(B.ds,!1,!1,!0,o),B.q,A.nt(B.cv,!1,!1,!0,o),B.q],q,l),n=n.ghX(n),n=n.ga1(n);n.u();){m=n.gD(n) -k.p(0,m.geU(m),m.gm(m))}}k.p(0,B.Xm,B.q) -k.p(0,B.Xn,B.q) -k.p(0,B.Xo,B.q) -k.p(0,B.Xy,B.q) -k.p(0,B.XJ,B.q) -k.p(0,B.XO,B.q) -k.p(0,B.XP,B.q) -k.p(0,B.XQ,B.q) -k.p(0,B.ni,B.q) -k.p(0,B.nj,B.q) -k.p(0,B.nk,B.q) -k.p(0,B.nh,B.q) -k.p(0,B.Xp,B.q) -k.p(0,B.Xq,B.q) -k.p(0,B.Xr,B.q) -k.p(0,B.Xs,B.q) -k.p(0,B.Xt,B.q) -k.p(0,B.Xu,B.q) -k.p(0,B.Xv,B.q) -k.p(0,B.Xw,B.q) -k.p(0,B.Xx,B.q) -k.p(0,B.Xz,B.q) -k.p(0,B.XA,B.q) -k.p(0,B.XB,B.q) -k.p(0,B.XC,B.q) -k.p(0,B.XD,B.q) -k.p(0,B.XE,B.q) -k.p(0,B.XF,B.q) -k.p(0,B.XG,B.q) -k.p(0,B.XH,B.q) -k.p(0,B.XI,B.q) -k.p(0,B.XK,B.q) -k.p(0,B.XL,B.q) -k.p(0,B.XM,B.q) -k.p(0,B.CG,B.q) -k.p(0,B.XR,B.q) -k.p(0,B.XS,B.q) -k.p(0,B.XT,B.q) -k.p(0,B.XU,B.q) -k.p(0,B.XV,B.q) -k.p(0,B.XW,B.q) -k.p(0,B.XX,B.q) -k.p(0,B.XY,B.q) -return k}) -r($,"aAS","afo",()=>{var q=($.ba+1)%16777215 -$.ba=q -return new A.ML(q,B.a3e,B.a2)}) -s($,"aAO","amP",()=>A.yY(1,0,t.wR)) -r($,"aAY","acC",()=>{var q=A.auA(null,t.ob),p=A.ar9(t.H) -return new A.MK(B.nb,q,p)}) -s($,"aAM","amO",()=>A.cj(0,0,16667,0,0)) -s($,"azZ","amf",()=>A.atU(0.5,1.1,100)) -s($,"aA_","amg",()=>{var q,p -$.E.toString -q=$.bg() -p=q.gts(q) -$.E.toString -return new A.JA(1/q.gts(q),1/(0.05*p))}) -s($,"azg","alU",()=>A.alp(0.78)/A.alp(0.9)) -r($,"aCd","anB",()=>A.Q(B.y,B.c1,B.b0,B.aI,B.ah,6,5,B.O,"en_US",B.n,B.F,B.b_,B.X,B.J,B.a_,B.O,B.n,B.F,B.X,B.a_,B.S,B.K,B.S,B.j,null)) -r($,"aw0","QV",()=>A.ajn("initializeDateFormatting()",$.anB(),A.S("Er"))) -r($,"axA","acE",()=>A.ajn("initializeDateFormatting()",B.Un,A.S("ay"))) -s($,"aC6","acD",()=>48) -s($,"azp","alY",()=>A.a([A.fO("^'(?:[^']|'')*'",!0),A.fO("^(?:G+|y+|M+|k+|S+|E+|a+|h+|K+|H+|c+|L+|Q+|d+|D+|m+|s+|v+|z+|Z+)",!0),A.fO("^[^'GyMkSEahKHcLQdDmsvzZ]+",!0)],A.S("t"))) -s($,"aAH","amJ",()=>A.fO("''",!0)) -s($,"aC5","any",()=>A.fO("^\\d+",!0)) -s($,"aBo","an2",()=>!A.S("z").b(A.a([],t.Y)))})();(function nativeSupport(){!function(){var s=function(a){var m={} -m[a]=1 -return Object.keys(hunkHelpers.convertToFastObject(m))[0]} -v.getIsolateTag=function(a){return s("___dart_"+a+v.isolateTag)} -var r="___dart_isolate_tags_" -var q=Object[r]||(Object[r]=Object.create(null)) -var p="_ZxYxX" -for(var o=0;;o++){var n=s(p+"_"+o+"_") -if(!(n in q)){q[n]=1 -v.isolateTag=n -break}}v.dispatchPropertyName=v.getIsolateTag("dispatch_record")}() -hunkHelpers.setOrUpdateInterceptorsByTag({WebGL:J.pt,AnimationEffectReadOnly:J.h,AnimationEffectTiming:J.h,AnimationEffectTimingReadOnly:J.h,AnimationTimeline:J.h,AnimationWorkletGlobalScope:J.h,AuthenticatorAssertionResponse:J.h,AuthenticatorAttestationResponse:J.h,AuthenticatorResponse:J.h,BackgroundFetchFetch:J.h,BackgroundFetchManager:J.h,BackgroundFetchSettledFetch:J.h,BarProp:J.h,BarcodeDetector:J.h,BluetoothRemoteGATTDescriptor:J.h,BudgetState:J.h,CacheStorage:J.h,CanvasGradient:J.h,CanvasPattern:J.h,Client:J.h,Clients:J.h,CookieStore:J.h,Coordinates:J.h,CredentialsContainer:J.h,Crypto:J.h,CryptoKey:J.h,CSS:J.h,CSSVariableReferenceValue:J.h,CustomElementRegistry:J.h,DataTransfer:J.h,DataTransferItem:J.h,DeprecatedStorageInfo:J.h,DeprecatedStorageQuota:J.h,DeprecationReport:J.h,DetectedBarcode:J.h,DetectedFace:J.h,DetectedText:J.h,DeviceAcceleration:J.h,DeviceRotationRate:J.h,DirectoryReader:J.h,WebKitDirectoryReader:J.h,webkitFileSystemDirectoryReader:J.h,FileSystemDirectoryReader:J.h,DocumentOrShadowRoot:J.h,DocumentTimeline:J.h,DOMImplementation:J.h,Iterator:J.h,DOMMatrix:J.h,DOMMatrixReadOnly:J.h,DOMParser:J.h,DOMPoint:J.h,DOMPointReadOnly:J.h,DOMQuad:J.h,DOMStringMap:J.h,External:J.h,FaceDetector:J.h,FontFaceSource:J.h,FormData:J.h,GamepadButton:J.h,GamepadPose:J.h,Geolocation:J.h,Position:J.h,GeolocationPosition:J.h,Headers:J.h,HTMLHyperlinkElementUtils:J.h,IdleDeadline:J.h,ImageBitmap:J.h,ImageBitmapRenderingContext:J.h,ImageCapture:J.h,InputDeviceCapabilities:J.h,IntersectionObserver:J.h,IntersectionObserverEntry:J.h,InterventionReport:J.h,KeyframeEffect:J.h,KeyframeEffectReadOnly:J.h,MediaCapabilities:J.h,MediaCapabilitiesInfo:J.h,MediaDeviceInfo:J.h,MediaError:J.h,MediaKeyStatusMap:J.h,MediaKeySystemAccess:J.h,MediaKeys:J.h,MediaKeysPolicy:J.h,MediaMetadata:J.h,MediaSession:J.h,MediaSettingsRange:J.h,MemoryInfo:J.h,MessageChannel:J.h,Metadata:J.h,MutationObserver:J.h,WebKitMutationObserver:J.h,MutationRecord:J.h,NavigationPreloadManager:J.h,Navigator:J.h,NavigatorAutomationInformation:J.h,NavigatorConcurrentHardware:J.h,NavigatorCookies:J.h,NodeFilter:J.h,NodeIterator:J.h,NonDocumentTypeChildNode:J.h,NonElementParentNode:J.h,NoncedElement:J.h,OffscreenCanvasRenderingContext2D:J.h,PaintRenderingContext2D:J.h,PaintSize:J.h,PaintWorkletGlobalScope:J.h,Path2D:J.h,PaymentAddress:J.h,PaymentInstruments:J.h,PaymentManager:J.h,PaymentResponse:J.h,PerformanceNavigation:J.h,PerformanceObserver:J.h,PerformanceObserverEntryList:J.h,PerformanceTiming:J.h,Permissions:J.h,PhotoCapabilities:J.h,PositionError:J.h,GeolocationPositionError:J.h,Presentation:J.h,PresentationReceiver:J.h,PushManager:J.h,PushMessageData:J.h,PushSubscription:J.h,PushSubscriptionOptions:J.h,Range:J.h,RelatedApplication:J.h,ReportBody:J.h,ReportingObserver:J.h,ResizeObserver:J.h,ResizeObserverEntry:J.h,RTCCertificate:J.h,RTCIceCandidate:J.h,mozRTCIceCandidate:J.h,RTCLegacyStatsReport:J.h,RTCRtpContributingSource:J.h,RTCRtpReceiver:J.h,RTCRtpSender:J.h,RTCSessionDescription:J.h,mozRTCSessionDescription:J.h,RTCStatsResponse:J.h,Screen:J.h,ScrollState:J.h,ScrollTimeline:J.h,Selection:J.h,SharedArrayBuffer:J.h,SpeechRecognitionAlternative:J.h,StaticRange:J.h,StorageManager:J.h,StyleMedia:J.h,StylePropertyMap:J.h,StylePropertyMapReadonly:J.h,SyncManager:J.h,TextDetector:J.h,TextMetrics:J.h,TrackDefault:J.h,TreeWalker:J.h,TrustedHTML:J.h,TrustedScriptURL:J.h,TrustedURL:J.h,UnderlyingSourceBase:J.h,URLSearchParams:J.h,VRCoordinateSystem:J.h,VRDisplayCapabilities:J.h,VREyeParameters:J.h,VRFrameData:J.h,VRFrameOfReference:J.h,VRPose:J.h,VRStageBounds:J.h,VRStageBoundsPoint:J.h,VRStageParameters:J.h,ValidityState:J.h,VideoPlaybackQuality:J.h,VideoTrack:J.h,VTTRegion:J.h,WindowClient:J.h,WorkletAnimation:J.h,WorkletGlobalScope:J.h,XPathEvaluator:J.h,XPathExpression:J.h,XPathNSResolver:J.h,XPathResult:J.h,XMLSerializer:J.h,XSLTProcessor:J.h,Bluetooth:J.h,BluetoothCharacteristicProperties:J.h,BluetoothRemoteGATTServer:J.h,BluetoothRemoteGATTService:J.h,BluetoothUUID:J.h,BudgetService:J.h,Cache:J.h,DOMFileSystemSync:J.h,DirectoryEntrySync:J.h,DirectoryReaderSync:J.h,EntrySync:J.h,FileEntrySync:J.h,FileReaderSync:J.h,FileWriterSync:J.h,HTMLAllCollection:J.h,Mojo:J.h,MojoHandle:J.h,MojoWatcher:J.h,NFC:J.h,PagePopupController:J.h,Report:J.h,SubtleCrypto:J.h,USBAlternateInterface:J.h,USBConfiguration:J.h,USBDevice:J.h,USBEndpoint:J.h,USBInTransferResult:J.h,USBInterface:J.h,USBIsochronousInTransferPacket:J.h,USBIsochronousInTransferResult:J.h,USBIsochronousOutTransferPacket:J.h,USBIsochronousOutTransferResult:J.h,USBOutTransferResult:J.h,WorkerLocation:J.h,WorkerNavigator:J.h,Worklet:J.h,IDBCursor:J.h,IDBCursorWithValue:J.h,IDBFactory:J.h,IDBObservation:J.h,IDBObserver:J.h,IDBObserverChanges:J.h,SVGAngle:J.h,SVGAnimatedAngle:J.h,SVGAnimatedBoolean:J.h,SVGAnimatedEnumeration:J.h,SVGAnimatedInteger:J.h,SVGAnimatedLength:J.h,SVGAnimatedLengthList:J.h,SVGAnimatedNumber:J.h,SVGAnimatedNumberList:J.h,SVGAnimatedPreserveAspectRatio:J.h,SVGAnimatedRect:J.h,SVGAnimatedString:J.h,SVGAnimatedTransformList:J.h,SVGMatrix:J.h,SVGPoint:J.h,SVGPreserveAspectRatio:J.h,SVGRect:J.h,SVGUnitTypes:J.h,AudioListener:J.h,AudioParam:J.h,AudioTrack:J.h,AudioWorkletGlobalScope:J.h,AudioWorkletProcessor:J.h,PeriodicWave:J.h,ANGLEInstancedArrays:J.h,ANGLE_instanced_arrays:J.h,WebGLBuffer:J.h,WebGLCanvas:J.h,WebGLColorBufferFloat:J.h,WebGLCompressedTextureASTC:J.h,WebGLCompressedTextureATC:J.h,WEBGL_compressed_texture_atc:J.h,WebGLCompressedTextureETC1:J.h,WEBGL_compressed_texture_etc1:J.h,WebGLCompressedTextureETC:J.h,WebGLCompressedTexturePVRTC:J.h,WEBGL_compressed_texture_pvrtc:J.h,WebGLCompressedTextureS3TC:J.h,WEBGL_compressed_texture_s3tc:J.h,WebGLCompressedTextureS3TCsRGB:J.h,WebGLDebugRendererInfo:J.h,WEBGL_debug_renderer_info:J.h,WebGLDebugShaders:J.h,WEBGL_debug_shaders:J.h,WebGLDepthTexture:J.h,WEBGL_depth_texture:J.h,WebGLDrawBuffers:J.h,WEBGL_draw_buffers:J.h,EXTsRGB:J.h,EXT_sRGB:J.h,EXTBlendMinMax:J.h,EXT_blend_minmax:J.h,EXTColorBufferFloat:J.h,EXTColorBufferHalfFloat:J.h,EXTDisjointTimerQuery:J.h,EXTDisjointTimerQueryWebGL2:J.h,EXTFragDepth:J.h,EXT_frag_depth:J.h,EXTShaderTextureLOD:J.h,EXT_shader_texture_lod:J.h,EXTTextureFilterAnisotropic:J.h,EXT_texture_filter_anisotropic:J.h,WebGLFramebuffer:J.h,WebGLGetBufferSubDataAsync:J.h,WebGLLoseContext:J.h,WebGLExtensionLoseContext:J.h,WEBGL_lose_context:J.h,OESElementIndexUint:J.h,OES_element_index_uint:J.h,OESStandardDerivatives:J.h,OES_standard_derivatives:J.h,OESTextureFloat:J.h,OES_texture_float:J.h,OESTextureFloatLinear:J.h,OES_texture_float_linear:J.h,OESTextureHalfFloat:J.h,OES_texture_half_float:J.h,OESTextureHalfFloatLinear:J.h,OES_texture_half_float_linear:J.h,OESVertexArrayObject:J.h,OES_vertex_array_object:J.h,WebGLProgram:J.h,WebGLQuery:J.h,WebGLRenderbuffer:J.h,WebGLRenderingContext:J.h,WebGL2RenderingContext:J.h,WebGLSampler:J.h,WebGLShader:J.h,WebGLShaderPrecisionFormat:J.h,WebGLSync:J.h,WebGLTexture:J.h,WebGLTimerQueryEXT:J.h,WebGLTransformFeedback:J.h,WebGLUniformLocation:J.h,WebGLVertexArrayObject:J.h,WebGLVertexArrayObjectOES:J.h,WebGL2RenderingContextBase:J.h,ArrayBuffer:A.n_,ArrayBufferView:A.d0,DataView:A.wz,Float32Array:A.wA,Float64Array:A.Gl,Int16Array:A.Gm,Int32Array:A.wB,Int8Array:A.Gn,Uint16Array:A.Go,Uint32Array:A.Gp,Uint8ClampedArray:A.wC,CanvasPixelArray:A.wC,Uint8Array:A.n0,HTMLAudioElement:A.a5,HTMLBRElement:A.a5,HTMLContentElement:A.a5,HTMLDListElement:A.a5,HTMLDataElement:A.a5,HTMLDataListElement:A.a5,HTMLDetailsElement:A.a5,HTMLDialogElement:A.a5,HTMLHRElement:A.a5,HTMLHeadElement:A.a5,HTMLHeadingElement:A.a5,HTMLHtmlElement:A.a5,HTMLImageElement:A.a5,HTMLLIElement:A.a5,HTMLLegendElement:A.a5,HTMLLinkElement:A.a5,HTMLMediaElement:A.a5,HTMLMenuElement:A.a5,HTMLMeterElement:A.a5,HTMLModElement:A.a5,HTMLOListElement:A.a5,HTMLOptGroupElement:A.a5,HTMLOptionElement:A.a5,HTMLPictureElement:A.a5,HTMLPreElement:A.a5,HTMLProgressElement:A.a5,HTMLQuoteElement:A.a5,HTMLShadowElement:A.a5,HTMLSourceElement:A.a5,HTMLSpanElement:A.a5,HTMLTableCaptionElement:A.a5,HTMLTableCellElement:A.a5,HTMLTableDataCellElement:A.a5,HTMLTableHeaderCellElement:A.a5,HTMLTableColElement:A.a5,HTMLTimeElement:A.a5,HTMLTitleElement:A.a5,HTMLTrackElement:A.a5,HTMLUListElement:A.a5,HTMLUnknownElement:A.a5,HTMLVideoElement:A.a5,HTMLDirectoryElement:A.a5,HTMLFontElement:A.a5,HTMLFrameElement:A.a5,HTMLFrameSetElement:A.a5,HTMLMarqueeElement:A.a5,HTMLElement:A.a5,AccessibleNodeList:A.Rg,HTMLAnchorElement:A.D0,HTMLAreaElement:A.D6,HTMLBaseElement:A.ow,Blob:A.m6,Body:A.fu,Request:A.fu,Response:A.fu,HTMLBodyElement:A.m8,BroadcastChannel:A.RV,HTMLButtonElement:A.Du,HTMLCanvasElement:A.me,CanvasRenderingContext2D:A.Dz,CDATASection:A.i2,CharacterData:A.i2,Comment:A.i2,ProcessingInstruction:A.i2,Text:A.i2,PublicKeyCredential:A.uy,Credential:A.uy,CredentialUserData:A.SF,CSSKeyframesRule:A.oU,MozCSSKeyframesRule:A.oU,WebKitCSSKeyframesRule:A.oU,CSSPerspective:A.SG,CSSCharsetRule:A.bK,CSSConditionRule:A.bK,CSSFontFaceRule:A.bK,CSSGroupingRule:A.bK,CSSImportRule:A.bK,CSSKeyframeRule:A.bK,MozCSSKeyframeRule:A.bK,WebKitCSSKeyframeRule:A.bK,CSSMediaRule:A.bK,CSSNamespaceRule:A.bK,CSSPageRule:A.bK,CSSStyleRule:A.bK,CSSSupportsRule:A.bK,CSSViewportRule:A.bK,CSSRule:A.bK,CSSStyleDeclaration:A.oV,MSStyleCSSProperties:A.oV,CSS2Properties:A.oV,CSSStyleSheet:A.oW,CSSImageValue:A.hd,CSSKeywordValue:A.hd,CSSNumericValue:A.hd,CSSPositionValue:A.hd,CSSResourceValue:A.hd,CSSUnitValue:A.hd,CSSURLImageValue:A.hd,CSSStyleValue:A.hd,CSSMatrixComponent:A.jj,CSSRotation:A.jj,CSSScale:A.jj,CSSSkew:A.jj,CSSTranslation:A.jj,CSSTransformComponent:A.jj,CSSTransformValue:A.SI,CSSUnparsedValue:A.SJ,DataTransferItemList:A.ST,HTMLDivElement:A.uN,XMLDocument:A.i7,Document:A.i7,DOMError:A.Tw,DOMException:A.p3,ClientRectList:A.uS,DOMRectList:A.uS,DOMRectReadOnly:A.uT,DOMStringList:A.EH,DOMTokenList:A.Tx,Element:A.as,HTMLEmbedElement:A.EJ,DirectoryEntry:A.hk,webkitFileSystemDirectoryEntry:A.hk,FileSystemDirectoryEntry:A.hk,Entry:A.hk,webkitFileSystemEntry:A.hk,FileSystemEntry:A.hk,FileEntry:A.hk,webkitFileSystemFileEntry:A.hk,FileSystemFileEntry:A.hk,AbortPaymentEvent:A.a_,AnimationEvent:A.a_,AnimationPlaybackEvent:A.a_,ApplicationCacheErrorEvent:A.a_,BackgroundFetchClickEvent:A.a_,BackgroundFetchEvent:A.a_,BackgroundFetchFailEvent:A.a_,BackgroundFetchedEvent:A.a_,BeforeInstallPromptEvent:A.a_,BeforeUnloadEvent:A.a_,BlobEvent:A.a_,CanMakePaymentEvent:A.a_,ClipboardEvent:A.a_,CloseEvent:A.a_,CustomEvent:A.a_,DeviceMotionEvent:A.a_,DeviceOrientationEvent:A.a_,ErrorEvent:A.a_,ExtendableEvent:A.a_,ExtendableMessageEvent:A.a_,FetchEvent:A.a_,FontFaceSetLoadEvent:A.a_,ForeignFetchEvent:A.a_,GamepadEvent:A.a_,HashChangeEvent:A.a_,InstallEvent:A.a_,MediaEncryptedEvent:A.a_,MediaKeyMessageEvent:A.a_,MediaStreamEvent:A.a_,MediaStreamTrackEvent:A.a_,MessageEvent:A.a_,MIDIConnectionEvent:A.a_,MIDIMessageEvent:A.a_,MutationEvent:A.a_,NotificationEvent:A.a_,PageTransitionEvent:A.a_,PaymentRequestEvent:A.a_,PaymentRequestUpdateEvent:A.a_,PopStateEvent:A.a_,PresentationConnectionAvailableEvent:A.a_,PresentationConnectionCloseEvent:A.a_,PromiseRejectionEvent:A.a_,PushEvent:A.a_,RTCDataChannelEvent:A.a_,RTCDTMFToneChangeEvent:A.a_,RTCPeerConnectionIceEvent:A.a_,RTCTrackEvent:A.a_,SecurityPolicyViolationEvent:A.a_,SensorErrorEvent:A.a_,SpeechRecognitionError:A.a_,SpeechRecognitionEvent:A.a_,StorageEvent:A.a_,SyncEvent:A.a_,TrackEvent:A.a_,TransitionEvent:A.a_,WebKitTransitionEvent:A.a_,VRDeviceEvent:A.a_,VRDisplayEvent:A.a_,VRSessionEvent:A.a_,MojoInterfaceRequestEvent:A.a_,USBConnectionEvent:A.a_,AudioProcessingEvent:A.a_,OfflineAudioCompletionEvent:A.a_,WebGLContextEvent:A.a_,Event:A.a_,InputEvent:A.a_,SubmitEvent:A.a_,AbsoluteOrientationSensor:A.U,Accelerometer:A.U,AccessibleNode:A.U,AmbientLightSensor:A.U,Animation:A.U,ApplicationCache:A.U,DOMApplicationCache:A.U,OfflineResourceList:A.U,BackgroundFetchRegistration:A.U,BatteryManager:A.U,CanvasCaptureMediaStreamTrack:A.U,EventSource:A.U,FileReader:A.U,FontFaceSet:A.U,Gyroscope:A.U,LinearAccelerationSensor:A.U,Magnetometer:A.U,MediaDevices:A.U,MediaRecorder:A.U,MediaSource:A.U,MediaStream:A.U,MediaStreamTrack:A.U,MIDIAccess:A.U,NetworkInformation:A.U,Notification:A.U,OrientationSensor:A.U,PaymentRequest:A.U,Performance:A.U,PermissionStatus:A.U,PresentationAvailability:A.U,PresentationConnection:A.U,PresentationConnectionList:A.U,PresentationRequest:A.U,RelativeOrientationSensor:A.U,RemotePlayback:A.U,RTCDataChannel:A.U,DataChannel:A.U,RTCDTMFSender:A.U,RTCPeerConnection:A.U,webkitRTCPeerConnection:A.U,mozRTCPeerConnection:A.U,Sensor:A.U,ServiceWorker:A.U,ServiceWorkerContainer:A.U,ServiceWorkerRegistration:A.U,SharedWorker:A.U,SpeechRecognition:A.U,SpeechSynthesis:A.U,SpeechSynthesisUtterance:A.U,VR:A.U,VRDevice:A.U,VRDisplay:A.U,VRSession:A.U,VisualViewport:A.U,WebSocket:A.U,Worker:A.U,WorkerPerformance:A.U,BluetoothDevice:A.U,BluetoothRemoteGATTCharacteristic:A.U,Clipboard:A.U,MojoInterfaceInterceptor:A.U,USB:A.U,IDBOpenDBRequest:A.U,IDBVersionChangeRequest:A.U,IDBRequest:A.U,IDBTransaction:A.U,AnalyserNode:A.U,RealtimeAnalyserNode:A.U,AudioBufferSourceNode:A.U,AudioDestinationNode:A.U,AudioNode:A.U,AudioScheduledSourceNode:A.U,AudioWorkletNode:A.U,BiquadFilterNode:A.U,ChannelMergerNode:A.U,AudioChannelMerger:A.U,ChannelSplitterNode:A.U,AudioChannelSplitter:A.U,ConstantSourceNode:A.U,ConvolverNode:A.U,DelayNode:A.U,DynamicsCompressorNode:A.U,GainNode:A.U,AudioGainNode:A.U,IIRFilterNode:A.U,MediaElementAudioSourceNode:A.U,MediaStreamAudioDestinationNode:A.U,MediaStreamAudioSourceNode:A.U,OscillatorNode:A.U,Oscillator:A.U,PannerNode:A.U,AudioPannerNode:A.U,webkitAudioPannerNode:A.U,ScriptProcessorNode:A.U,JavaScriptAudioNode:A.U,StereoPannerNode:A.U,WaveShaperNode:A.U,EventTarget:A.U,FederatedCredential:A.UB,HTMLFieldSetElement:A.F1,File:A.eh,FileList:A.pb,DOMFileSystem:A.pc,WebKitFileSystem:A.pc,webkitFileSystem:A.pc,FileSystem:A.pc,FileWriter:A.UD,FontFace:A.mz,HTMLFormElement:A.js,Gamepad:A.f4,History:A.VR,HTMLCollection:A.mG,HTMLFormControlsCollection:A.mG,HTMLOptionsCollection:A.mG,HTMLDocument:A.vt,XMLHttpRequest:A.kS,XMLHttpRequestUpload:A.vu,XMLHttpRequestEventTarget:A.vu,HTMLIFrameElement:A.Fv,ImageData:A.vw,HTMLInputElement:A.mK,KeyboardEvent:A.jB,HTMLLabelElement:A.vX,Location:A.Xe,HTMLMapElement:A.G8,MediaKeySession:A.Xz,MediaList:A.XA,MediaQueryList:A.Ge,MediaQueryListEvent:A.pI,MessagePort:A.wq,HTMLMetaElement:A.l4,MIDIInputMap:A.Gf,MIDIOutputMap:A.Gg,MIDIInput:A.ws,MIDIOutput:A.ws,MIDIPort:A.ws,MimeType:A.f7,MimeTypeArray:A.Gh,MouseEvent:A.em,DragEvent:A.em,NavigatorUserMediaError:A.Y5,DocumentFragment:A.a0,ShadowRoot:A.a0,DocumentType:A.a0,Node:A.a0,NodeList:A.pK,RadioNodeList:A.pK,HTMLObjectElement:A.Gy,OffscreenCanvas:A.Gz,HTMLOutputElement:A.GE,OverconstrainedError:A.Yr,HTMLParagraphElement:A.wX,HTMLParamElement:A.H0,PasswordCredential:A.YG,PerformanceEntry:A.iw,PerformanceLongTaskTiming:A.iw,PerformanceMark:A.iw,PerformanceMeasure:A.iw,PerformanceNavigationTiming:A.iw,PerformancePaintTiming:A.iw,PerformanceResourceTiming:A.iw,TaskAttributionTiming:A.iw,PerformanceServerTiming:A.YL,Plugin:A.fa,PluginArray:A.Hf,PointerEvent:A.jM,ProgressEvent:A.iD,ResourceProgressEvent:A.iD,RTCStatsReport:A.I8,ScreenOrientation:A.a0c,HTMLScriptElement:A.y_,HTMLSelectElement:A.Io,SharedWorkerGlobalScope:A.Iw,HTMLSlotElement:A.IU,SourceBuffer:A.ff,SourceBufferList:A.J_,SpeechGrammar:A.fh,SpeechGrammarList:A.J1,SpeechRecognitionResult:A.fi,SpeechSynthesisEvent:A.J2,SpeechSynthesisVoice:A.a2u,Storage:A.J7,HTMLStyleElement:A.yw,StyleSheet:A.er,HTMLTableElement:A.yC,HTMLTableRowElement:A.Je,HTMLTableSectionElement:A.Jf,HTMLTemplateElement:A.qU,HTMLTextAreaElement:A.qW,TextTrack:A.fk,TextTrackCue:A.ev,VTTCue:A.ev,TextTrackCueList:A.Ju,TextTrackList:A.Jv,TimeRanges:A.a3I,Touch:A.fl,TouchEvent:A.lD,TouchList:A.yW,TrackDefaultList:A.a3O,CompositionEvent:A.k7,FocusEvent:A.k7,TextEvent:A.k7,UIEvent:A.k7,URL:A.a41,VideoTrackList:A.a49,WheelEvent:A.nM,Window:A.nN,DOMWindow:A.nN,DedicatedWorkerGlobalScope:A.iU,ServiceWorkerGlobalScope:A.iU,WorkerGlobalScope:A.iU,Attr:A.rk,CSSRuleList:A.KR,ClientRect:A.zC,DOMRect:A.zC,GamepadList:A.LS,NamedNodeMap:A.AA,MozNamedAttrMap:A.AA,SpeechRecognitionResultList:A.Oz,StyleSheetList:A.ON,IDBDatabase:A.SU,IDBIndex:A.Wi,IDBKeyRange:A.vV,IDBObjectStore:A.Yk,IDBVersionChangeEvent:A.JQ,SVGClipPathElement:A.oL,SVGDefsElement:A.p1,SVGCircleElement:A.fD,SVGEllipseElement:A.fD,SVGLineElement:A.fD,SVGPolygonElement:A.fD,SVGPolylineElement:A.fD,SVGRectElement:A.fD,SVGGeometryElement:A.fD,SVGAElement:A.dH,SVGForeignObjectElement:A.dH,SVGGElement:A.dH,SVGImageElement:A.dH,SVGSwitchElement:A.dH,SVGTSpanElement:A.dH,SVGTextContentElement:A.dH,SVGTextElement:A.dH,SVGTextPathElement:A.dH,SVGTextPositioningElement:A.dH,SVGUseElement:A.dH,SVGGraphicsElement:A.dH,SVGLength:A.hr,SVGLengthList:A.FV,SVGNumber:A.hy,SVGNumberList:A.Gx,SVGPathElement:A.pS,SVGPointList:A.Z0,SVGScriptElement:A.q9,SVGStringList:A.Ja,SVGAnimateElement:A.aC,SVGAnimateMotionElement:A.aC,SVGAnimateTransformElement:A.aC,SVGAnimationElement:A.aC,SVGDescElement:A.aC,SVGDiscardElement:A.aC,SVGFEBlendElement:A.aC,SVGFEColorMatrixElement:A.aC,SVGFEComponentTransferElement:A.aC,SVGFECompositeElement:A.aC,SVGFEConvolveMatrixElement:A.aC,SVGFEDiffuseLightingElement:A.aC,SVGFEDisplacementMapElement:A.aC,SVGFEDistantLightElement:A.aC,SVGFEFloodElement:A.aC,SVGFEFuncAElement:A.aC,SVGFEFuncBElement:A.aC,SVGFEFuncGElement:A.aC,SVGFEFuncRElement:A.aC,SVGFEGaussianBlurElement:A.aC,SVGFEImageElement:A.aC,SVGFEMergeElement:A.aC,SVGFEMergeNodeElement:A.aC,SVGFEMorphologyElement:A.aC,SVGFEOffsetElement:A.aC,SVGFEPointLightElement:A.aC,SVGFESpecularLightingElement:A.aC,SVGFESpotLightElement:A.aC,SVGFETileElement:A.aC,SVGFETurbulenceElement:A.aC,SVGFilterElement:A.aC,SVGLinearGradientElement:A.aC,SVGMarkerElement:A.aC,SVGMaskElement:A.aC,SVGMetadataElement:A.aC,SVGPatternElement:A.aC,SVGRadialGradientElement:A.aC,SVGSetElement:A.aC,SVGStopElement:A.aC,SVGStyleElement:A.aC,SVGSymbolElement:A.aC,SVGTitleElement:A.aC,SVGViewElement:A.aC,SVGGradientElement:A.aC,SVGComponentTransferFunctionElement:A.aC,SVGFEDropShadowElement:A.aC,SVGMPathElement:A.aC,SVGElement:A.aC,SVGSVGElement:A.nA,SVGTransform:A.hO,SVGTransformList:A.JD,AudioBuffer:A.Rx,AudioParamMap:A.Da,AudioTrackList:A.RA,AudioContext:A.ov,webkitAudioContext:A.ov,BaseAudioContext:A.ov,OfflineAudioContext:A.Yn,WebGLActiveInfo:A.Rn}) -hunkHelpers.setOrUpdateLeafTags({WebGL:true,AnimationEffectReadOnly:true,AnimationEffectTiming:true,AnimationEffectTimingReadOnly:true,AnimationTimeline:true,AnimationWorkletGlobalScope:true,AuthenticatorAssertionResponse:true,AuthenticatorAttestationResponse:true,AuthenticatorResponse:true,BackgroundFetchFetch:true,BackgroundFetchManager:true,BackgroundFetchSettledFetch:true,BarProp:true,BarcodeDetector:true,BluetoothRemoteGATTDescriptor:true,BudgetState:true,CacheStorage:true,CanvasGradient:true,CanvasPattern:true,Client:true,Clients:true,CookieStore:true,Coordinates:true,CredentialsContainer:true,Crypto:true,CryptoKey:true,CSS:true,CSSVariableReferenceValue:true,CustomElementRegistry:true,DataTransfer:true,DataTransferItem:true,DeprecatedStorageInfo:true,DeprecatedStorageQuota:true,DeprecationReport:true,DetectedBarcode:true,DetectedFace:true,DetectedText:true,DeviceAcceleration:true,DeviceRotationRate:true,DirectoryReader:true,WebKitDirectoryReader:true,webkitFileSystemDirectoryReader:true,FileSystemDirectoryReader:true,DocumentOrShadowRoot:true,DocumentTimeline:true,DOMImplementation:true,Iterator:true,DOMMatrix:true,DOMMatrixReadOnly:true,DOMParser:true,DOMPoint:true,DOMPointReadOnly:true,DOMQuad:true,DOMStringMap:true,External:true,FaceDetector:true,FontFaceSource:true,FormData:true,GamepadButton:true,GamepadPose:true,Geolocation:true,Position:true,GeolocationPosition:true,Headers:true,HTMLHyperlinkElementUtils:true,IdleDeadline:true,ImageBitmap:true,ImageBitmapRenderingContext:true,ImageCapture:true,InputDeviceCapabilities:true,IntersectionObserver:true,IntersectionObserverEntry:true,InterventionReport:true,KeyframeEffect:true,KeyframeEffectReadOnly:true,MediaCapabilities:true,MediaCapabilitiesInfo:true,MediaDeviceInfo:true,MediaError:true,MediaKeyStatusMap:true,MediaKeySystemAccess:true,MediaKeys:true,MediaKeysPolicy:true,MediaMetadata:true,MediaSession:true,MediaSettingsRange:true,MemoryInfo:true,MessageChannel:true,Metadata:true,MutationObserver:true,WebKitMutationObserver:true,MutationRecord:true,NavigationPreloadManager:true,Navigator:true,NavigatorAutomationInformation:true,NavigatorConcurrentHardware:true,NavigatorCookies:true,NodeFilter:true,NodeIterator:true,NonDocumentTypeChildNode:true,NonElementParentNode:true,NoncedElement:true,OffscreenCanvasRenderingContext2D:true,PaintRenderingContext2D:true,PaintSize:true,PaintWorkletGlobalScope:true,Path2D:true,PaymentAddress:true,PaymentInstruments:true,PaymentManager:true,PaymentResponse:true,PerformanceNavigation:true,PerformanceObserver:true,PerformanceObserverEntryList:true,PerformanceTiming:true,Permissions:true,PhotoCapabilities:true,PositionError:true,GeolocationPositionError:true,Presentation:true,PresentationReceiver:true,PushManager:true,PushMessageData:true,PushSubscription:true,PushSubscriptionOptions:true,Range:true,RelatedApplication:true,ReportBody:true,ReportingObserver:true,ResizeObserver:true,ResizeObserverEntry:true,RTCCertificate:true,RTCIceCandidate:true,mozRTCIceCandidate:true,RTCLegacyStatsReport:true,RTCRtpContributingSource:true,RTCRtpReceiver:true,RTCRtpSender:true,RTCSessionDescription:true,mozRTCSessionDescription:true,RTCStatsResponse:true,Screen:true,ScrollState:true,ScrollTimeline:true,Selection:true,SharedArrayBuffer:true,SpeechRecognitionAlternative:true,StaticRange:true,StorageManager:true,StyleMedia:true,StylePropertyMap:true,StylePropertyMapReadonly:true,SyncManager:true,TextDetector:true,TextMetrics:true,TrackDefault:true,TreeWalker:true,TrustedHTML:true,TrustedScriptURL:true,TrustedURL:true,UnderlyingSourceBase:true,URLSearchParams:true,VRCoordinateSystem:true,VRDisplayCapabilities:true,VREyeParameters:true,VRFrameData:true,VRFrameOfReference:true,VRPose:true,VRStageBounds:true,VRStageBoundsPoint:true,VRStageParameters:true,ValidityState:true,VideoPlaybackQuality:true,VideoTrack:true,VTTRegion:true,WindowClient:true,WorkletAnimation:true,WorkletGlobalScope:true,XPathEvaluator:true,XPathExpression:true,XPathNSResolver:true,XPathResult:true,XMLSerializer:true,XSLTProcessor:true,Bluetooth:true,BluetoothCharacteristicProperties:true,BluetoothRemoteGATTServer:true,BluetoothRemoteGATTService:true,BluetoothUUID:true,BudgetService:true,Cache:true,DOMFileSystemSync:true,DirectoryEntrySync:true,DirectoryReaderSync:true,EntrySync:true,FileEntrySync:true,FileReaderSync:true,FileWriterSync:true,HTMLAllCollection:true,Mojo:true,MojoHandle:true,MojoWatcher:true,NFC:true,PagePopupController:true,Report:true,SubtleCrypto:true,USBAlternateInterface:true,USBConfiguration:true,USBDevice:true,USBEndpoint:true,USBInTransferResult:true,USBInterface:true,USBIsochronousInTransferPacket:true,USBIsochronousInTransferResult:true,USBIsochronousOutTransferPacket:true,USBIsochronousOutTransferResult:true,USBOutTransferResult:true,WorkerLocation:true,WorkerNavigator:true,Worklet:true,IDBCursor:true,IDBCursorWithValue:true,IDBFactory:true,IDBObservation:true,IDBObserver:true,IDBObserverChanges:true,SVGAngle:true,SVGAnimatedAngle:true,SVGAnimatedBoolean:true,SVGAnimatedEnumeration:true,SVGAnimatedInteger:true,SVGAnimatedLength:true,SVGAnimatedLengthList:true,SVGAnimatedNumber:true,SVGAnimatedNumberList:true,SVGAnimatedPreserveAspectRatio:true,SVGAnimatedRect:true,SVGAnimatedString:true,SVGAnimatedTransformList:true,SVGMatrix:true,SVGPoint:true,SVGPreserveAspectRatio:true,SVGRect:true,SVGUnitTypes:true,AudioListener:true,AudioParam:true,AudioTrack:true,AudioWorkletGlobalScope:true,AudioWorkletProcessor:true,PeriodicWave:true,ANGLEInstancedArrays:true,ANGLE_instanced_arrays:true,WebGLBuffer:true,WebGLCanvas:true,WebGLColorBufferFloat:true,WebGLCompressedTextureASTC:true,WebGLCompressedTextureATC:true,WEBGL_compressed_texture_atc:true,WebGLCompressedTextureETC1:true,WEBGL_compressed_texture_etc1:true,WebGLCompressedTextureETC:true,WebGLCompressedTexturePVRTC:true,WEBGL_compressed_texture_pvrtc:true,WebGLCompressedTextureS3TC:true,WEBGL_compressed_texture_s3tc:true,WebGLCompressedTextureS3TCsRGB:true,WebGLDebugRendererInfo:true,WEBGL_debug_renderer_info:true,WebGLDebugShaders:true,WEBGL_debug_shaders:true,WebGLDepthTexture:true,WEBGL_depth_texture:true,WebGLDrawBuffers:true,WEBGL_draw_buffers:true,EXTsRGB:true,EXT_sRGB:true,EXTBlendMinMax:true,EXT_blend_minmax:true,EXTColorBufferFloat:true,EXTColorBufferHalfFloat:true,EXTDisjointTimerQuery:true,EXTDisjointTimerQueryWebGL2:true,EXTFragDepth:true,EXT_frag_depth:true,EXTShaderTextureLOD:true,EXT_shader_texture_lod:true,EXTTextureFilterAnisotropic:true,EXT_texture_filter_anisotropic:true,WebGLFramebuffer:true,WebGLGetBufferSubDataAsync:true,WebGLLoseContext:true,WebGLExtensionLoseContext:true,WEBGL_lose_context:true,OESElementIndexUint:true,OES_element_index_uint:true,OESStandardDerivatives:true,OES_standard_derivatives:true,OESTextureFloat:true,OES_texture_float:true,OESTextureFloatLinear:true,OES_texture_float_linear:true,OESTextureHalfFloat:true,OES_texture_half_float:true,OESTextureHalfFloatLinear:true,OES_texture_half_float_linear:true,OESVertexArrayObject:true,OES_vertex_array_object:true,WebGLProgram:true,WebGLQuery:true,WebGLRenderbuffer:true,WebGLRenderingContext:true,WebGL2RenderingContext:true,WebGLSampler:true,WebGLShader:true,WebGLShaderPrecisionFormat:true,WebGLSync:true,WebGLTexture:true,WebGLTimerQueryEXT:true,WebGLTransformFeedback:true,WebGLUniformLocation:true,WebGLVertexArrayObject:true,WebGLVertexArrayObjectOES:true,WebGL2RenderingContextBase:true,ArrayBuffer:true,ArrayBufferView:false,DataView:true,Float32Array:true,Float64Array:true,Int16Array:true,Int32Array:true,Int8Array:true,Uint16Array:true,Uint32Array:true,Uint8ClampedArray:true,CanvasPixelArray:true,Uint8Array:false,HTMLAudioElement:true,HTMLBRElement:true,HTMLContentElement:true,HTMLDListElement:true,HTMLDataElement:true,HTMLDataListElement:true,HTMLDetailsElement:true,HTMLDialogElement:true,HTMLHRElement:true,HTMLHeadElement:true,HTMLHeadingElement:true,HTMLHtmlElement:true,HTMLImageElement:true,HTMLLIElement:true,HTMLLegendElement:true,HTMLLinkElement:true,HTMLMediaElement:true,HTMLMenuElement:true,HTMLMeterElement:true,HTMLModElement:true,HTMLOListElement:true,HTMLOptGroupElement:true,HTMLOptionElement:true,HTMLPictureElement:true,HTMLPreElement:true,HTMLProgressElement:true,HTMLQuoteElement:true,HTMLShadowElement:true,HTMLSourceElement:true,HTMLSpanElement:true,HTMLTableCaptionElement:true,HTMLTableCellElement:true,HTMLTableDataCellElement:true,HTMLTableHeaderCellElement:true,HTMLTableColElement:true,HTMLTimeElement:true,HTMLTitleElement:true,HTMLTrackElement:true,HTMLUListElement:true,HTMLUnknownElement:true,HTMLVideoElement:true,HTMLDirectoryElement:true,HTMLFontElement:true,HTMLFrameElement:true,HTMLFrameSetElement:true,HTMLMarqueeElement:true,HTMLElement:false,AccessibleNodeList:true,HTMLAnchorElement:true,HTMLAreaElement:true,HTMLBaseElement:true,Blob:false,Body:true,Request:true,Response:true,HTMLBodyElement:true,BroadcastChannel:true,HTMLButtonElement:true,HTMLCanvasElement:true,CanvasRenderingContext2D:true,CDATASection:true,CharacterData:true,Comment:true,ProcessingInstruction:true,Text:true,PublicKeyCredential:true,Credential:false,CredentialUserData:true,CSSKeyframesRule:true,MozCSSKeyframesRule:true,WebKitCSSKeyframesRule:true,CSSPerspective:true,CSSCharsetRule:true,CSSConditionRule:true,CSSFontFaceRule:true,CSSGroupingRule:true,CSSImportRule:true,CSSKeyframeRule:true,MozCSSKeyframeRule:true,WebKitCSSKeyframeRule:true,CSSMediaRule:true,CSSNamespaceRule:true,CSSPageRule:true,CSSStyleRule:true,CSSSupportsRule:true,CSSViewportRule:true,CSSRule:false,CSSStyleDeclaration:true,MSStyleCSSProperties:true,CSS2Properties:true,CSSStyleSheet:true,CSSImageValue:true,CSSKeywordValue:true,CSSNumericValue:true,CSSPositionValue:true,CSSResourceValue:true,CSSUnitValue:true,CSSURLImageValue:true,CSSStyleValue:false,CSSMatrixComponent:true,CSSRotation:true,CSSScale:true,CSSSkew:true,CSSTranslation:true,CSSTransformComponent:false,CSSTransformValue:true,CSSUnparsedValue:true,DataTransferItemList:true,HTMLDivElement:true,XMLDocument:true,Document:false,DOMError:true,DOMException:true,ClientRectList:true,DOMRectList:true,DOMRectReadOnly:false,DOMStringList:true,DOMTokenList:true,Element:false,HTMLEmbedElement:true,DirectoryEntry:true,webkitFileSystemDirectoryEntry:true,FileSystemDirectoryEntry:true,Entry:true,webkitFileSystemEntry:true,FileSystemEntry:true,FileEntry:true,webkitFileSystemFileEntry:true,FileSystemFileEntry:true,AbortPaymentEvent:true,AnimationEvent:true,AnimationPlaybackEvent:true,ApplicationCacheErrorEvent:true,BackgroundFetchClickEvent:true,BackgroundFetchEvent:true,BackgroundFetchFailEvent:true,BackgroundFetchedEvent:true,BeforeInstallPromptEvent:true,BeforeUnloadEvent:true,BlobEvent:true,CanMakePaymentEvent:true,ClipboardEvent:true,CloseEvent:true,CustomEvent:true,DeviceMotionEvent:true,DeviceOrientationEvent:true,ErrorEvent:true,ExtendableEvent:true,ExtendableMessageEvent:true,FetchEvent:true,FontFaceSetLoadEvent:true,ForeignFetchEvent:true,GamepadEvent:true,HashChangeEvent:true,InstallEvent:true,MediaEncryptedEvent:true,MediaKeyMessageEvent:true,MediaStreamEvent:true,MediaStreamTrackEvent:true,MessageEvent:true,MIDIConnectionEvent:true,MIDIMessageEvent:true,MutationEvent:true,NotificationEvent:true,PageTransitionEvent:true,PaymentRequestEvent:true,PaymentRequestUpdateEvent:true,PopStateEvent:true,PresentationConnectionAvailableEvent:true,PresentationConnectionCloseEvent:true,PromiseRejectionEvent:true,PushEvent:true,RTCDataChannelEvent:true,RTCDTMFToneChangeEvent:true,RTCPeerConnectionIceEvent:true,RTCTrackEvent:true,SecurityPolicyViolationEvent:true,SensorErrorEvent:true,SpeechRecognitionError:true,SpeechRecognitionEvent:true,StorageEvent:true,SyncEvent:true,TrackEvent:true,TransitionEvent:true,WebKitTransitionEvent:true,VRDeviceEvent:true,VRDisplayEvent:true,VRSessionEvent:true,MojoInterfaceRequestEvent:true,USBConnectionEvent:true,AudioProcessingEvent:true,OfflineAudioCompletionEvent:true,WebGLContextEvent:true,Event:false,InputEvent:false,SubmitEvent:false,AbsoluteOrientationSensor:true,Accelerometer:true,AccessibleNode:true,AmbientLightSensor:true,Animation:true,ApplicationCache:true,DOMApplicationCache:true,OfflineResourceList:true,BackgroundFetchRegistration:true,BatteryManager:true,CanvasCaptureMediaStreamTrack:true,EventSource:true,FileReader:true,FontFaceSet:true,Gyroscope:true,LinearAccelerationSensor:true,Magnetometer:true,MediaDevices:true,MediaRecorder:true,MediaSource:true,MediaStream:true,MediaStreamTrack:true,MIDIAccess:true,NetworkInformation:true,Notification:true,OrientationSensor:true,PaymentRequest:true,Performance:true,PermissionStatus:true,PresentationAvailability:true,PresentationConnection:true,PresentationConnectionList:true,PresentationRequest:true,RelativeOrientationSensor:true,RemotePlayback:true,RTCDataChannel:true,DataChannel:true,RTCDTMFSender:true,RTCPeerConnection:true,webkitRTCPeerConnection:true,mozRTCPeerConnection:true,Sensor:true,ServiceWorker:true,ServiceWorkerContainer:true,ServiceWorkerRegistration:true,SharedWorker:true,SpeechRecognition:true,SpeechSynthesis:true,SpeechSynthesisUtterance:true,VR:true,VRDevice:true,VRDisplay:true,VRSession:true,VisualViewport:true,WebSocket:true,Worker:true,WorkerPerformance:true,BluetoothDevice:true,BluetoothRemoteGATTCharacteristic:true,Clipboard:true,MojoInterfaceInterceptor:true,USB:true,IDBOpenDBRequest:true,IDBVersionChangeRequest:true,IDBRequest:true,IDBTransaction:true,AnalyserNode:true,RealtimeAnalyserNode:true,AudioBufferSourceNode:true,AudioDestinationNode:true,AudioNode:true,AudioScheduledSourceNode:true,AudioWorkletNode:true,BiquadFilterNode:true,ChannelMergerNode:true,AudioChannelMerger:true,ChannelSplitterNode:true,AudioChannelSplitter:true,ConstantSourceNode:true,ConvolverNode:true,DelayNode:true,DynamicsCompressorNode:true,GainNode:true,AudioGainNode:true,IIRFilterNode:true,MediaElementAudioSourceNode:true,MediaStreamAudioDestinationNode:true,MediaStreamAudioSourceNode:true,OscillatorNode:true,Oscillator:true,PannerNode:true,AudioPannerNode:true,webkitAudioPannerNode:true,ScriptProcessorNode:true,JavaScriptAudioNode:true,StereoPannerNode:true,WaveShaperNode:true,EventTarget:false,FederatedCredential:true,HTMLFieldSetElement:true,File:true,FileList:true,DOMFileSystem:true,WebKitFileSystem:true,webkitFileSystem:true,FileSystem:true,FileWriter:true,FontFace:true,HTMLFormElement:true,Gamepad:true,History:true,HTMLCollection:true,HTMLFormControlsCollection:true,HTMLOptionsCollection:true,HTMLDocument:true,XMLHttpRequest:true,XMLHttpRequestUpload:true,XMLHttpRequestEventTarget:false,HTMLIFrameElement:true,ImageData:true,HTMLInputElement:true,KeyboardEvent:true,HTMLLabelElement:true,Location:true,HTMLMapElement:true,MediaKeySession:true,MediaList:true,MediaQueryList:true,MediaQueryListEvent:true,MessagePort:true,HTMLMetaElement:true,MIDIInputMap:true,MIDIOutputMap:true,MIDIInput:true,MIDIOutput:true,MIDIPort:true,MimeType:true,MimeTypeArray:true,MouseEvent:false,DragEvent:false,NavigatorUserMediaError:true,DocumentFragment:true,ShadowRoot:true,DocumentType:true,Node:false,NodeList:true,RadioNodeList:true,HTMLObjectElement:true,OffscreenCanvas:true,HTMLOutputElement:true,OverconstrainedError:true,HTMLParagraphElement:true,HTMLParamElement:true,PasswordCredential:true,PerformanceEntry:true,PerformanceLongTaskTiming:true,PerformanceMark:true,PerformanceMeasure:true,PerformanceNavigationTiming:true,PerformancePaintTiming:true,PerformanceResourceTiming:true,TaskAttributionTiming:true,PerformanceServerTiming:true,Plugin:true,PluginArray:true,PointerEvent:true,ProgressEvent:true,ResourceProgressEvent:true,RTCStatsReport:true,ScreenOrientation:true,HTMLScriptElement:true,HTMLSelectElement:true,SharedWorkerGlobalScope:true,HTMLSlotElement:true,SourceBuffer:true,SourceBufferList:true,SpeechGrammar:true,SpeechGrammarList:true,SpeechRecognitionResult:true,SpeechSynthesisEvent:true,SpeechSynthesisVoice:true,Storage:true,HTMLStyleElement:true,StyleSheet:false,HTMLTableElement:true,HTMLTableRowElement:true,HTMLTableSectionElement:true,HTMLTemplateElement:true,HTMLTextAreaElement:true,TextTrack:true,TextTrackCue:true,VTTCue:true,TextTrackCueList:true,TextTrackList:true,TimeRanges:true,Touch:true,TouchEvent:true,TouchList:true,TrackDefaultList:true,CompositionEvent:true,FocusEvent:true,TextEvent:true,UIEvent:false,URL:true,VideoTrackList:true,WheelEvent:true,Window:true,DOMWindow:true,DedicatedWorkerGlobalScope:true,ServiceWorkerGlobalScope:true,WorkerGlobalScope:false,Attr:true,CSSRuleList:true,ClientRect:true,DOMRect:true,GamepadList:true,NamedNodeMap:true,MozNamedAttrMap:true,SpeechRecognitionResultList:true,StyleSheetList:true,IDBDatabase:true,IDBIndex:true,IDBKeyRange:true,IDBObjectStore:true,IDBVersionChangeEvent:true,SVGClipPathElement:true,SVGDefsElement:true,SVGCircleElement:true,SVGEllipseElement:true,SVGLineElement:true,SVGPolygonElement:true,SVGPolylineElement:true,SVGRectElement:true,SVGGeometryElement:false,SVGAElement:true,SVGForeignObjectElement:true,SVGGElement:true,SVGImageElement:true,SVGSwitchElement:true,SVGTSpanElement:true,SVGTextContentElement:true,SVGTextElement:true,SVGTextPathElement:true,SVGTextPositioningElement:true,SVGUseElement:true,SVGGraphicsElement:false,SVGLength:true,SVGLengthList:true,SVGNumber:true,SVGNumberList:true,SVGPathElement:true,SVGPointList:true,SVGScriptElement:true,SVGStringList:true,SVGAnimateElement:true,SVGAnimateMotionElement:true,SVGAnimateTransformElement:true,SVGAnimationElement:true,SVGDescElement:true,SVGDiscardElement:true,SVGFEBlendElement:true,SVGFEColorMatrixElement:true,SVGFEComponentTransferElement:true,SVGFECompositeElement:true,SVGFEConvolveMatrixElement:true,SVGFEDiffuseLightingElement:true,SVGFEDisplacementMapElement:true,SVGFEDistantLightElement:true,SVGFEFloodElement:true,SVGFEFuncAElement:true,SVGFEFuncBElement:true,SVGFEFuncGElement:true,SVGFEFuncRElement:true,SVGFEGaussianBlurElement:true,SVGFEImageElement:true,SVGFEMergeElement:true,SVGFEMergeNodeElement:true,SVGFEMorphologyElement:true,SVGFEOffsetElement:true,SVGFEPointLightElement:true,SVGFESpecularLightingElement:true,SVGFESpotLightElement:true,SVGFETileElement:true,SVGFETurbulenceElement:true,SVGFilterElement:true,SVGLinearGradientElement:true,SVGMarkerElement:true,SVGMaskElement:true,SVGMetadataElement:true,SVGPatternElement:true,SVGRadialGradientElement:true,SVGSetElement:true,SVGStopElement:true,SVGStyleElement:true,SVGSymbolElement:true,SVGTitleElement:true,SVGViewElement:true,SVGGradientElement:true,SVGComponentTransferFunctionElement:true,SVGFEDropShadowElement:true,SVGMPathElement:true,SVGElement:false,SVGSVGElement:true,SVGTransform:true,SVGTransformList:true,AudioBuffer:true,AudioParamMap:true,AudioTrackList:true,AudioContext:true,webkitAudioContext:true,BaseAudioContext:false,OfflineAudioContext:true,WebGLActiveInfo:true}) -A.pJ.$nativeSuperclassTag="ArrayBufferView" -A.AB.$nativeSuperclassTag="ArrayBufferView" -A.AC.$nativeSuperclassTag="ArrayBufferView" -A.l6.$nativeSuperclassTag="ArrayBufferView" -A.AD.$nativeSuperclassTag="ArrayBufferView" -A.AE.$nativeSuperclassTag="ArrayBufferView" -A.f9.$nativeSuperclassTag="ArrayBufferView" -A.Bo.$nativeSuperclassTag="EventTarget" -A.Bp.$nativeSuperclassTag="EventTarget" -A.BL.$nativeSuperclassTag="EventTarget" -A.BM.$nativeSuperclassTag="EventTarget"})() -Function.prototype.$2=function(a,b){return this(a,b)} -Function.prototype.$1=function(a){return this(a)} -Function.prototype.$0=function(){return this()} -Function.prototype.$3=function(a,b,c){return this(a,b,c)} -Function.prototype.$4=function(a,b,c,d){return this(a,b,c,d)} -Function.prototype.$1$1=function(a){return this(a)} -Function.prototype.$1$0=function(){return this()} -Function.prototype.$5=function(a,b,c,d,e){return this(a,b,c,d,e)} -Function.prototype.$2$1=function(a){return this(a)} -Function.prototype.$1$2=function(a,b){return this(a,b)} -Function.prototype.$1$5=function(a,b,c,d,e){return this(a,b,c,d,e)} -Function.prototype.$7=function(a,b,c,d,e,f,g){return this(a,b,c,d,e,f,g)} -Function.prototype.$6=function(a,b,c,d,e,f){return this(a,b,c,d,e,f)} -Function.prototype.$2$0=function(){return this()} -Function.prototype.$9=function(a,b,c,d,e,f,g,h,i){return this(a,b,c,d,e,f,g,h,i)} -Function.prototype.$8=function(a,b,c,d,e,f,g,h){return this(a,b,c,d,e,f,g,h)} -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","webOnlyInitializeEngine..","_NullTreeSanitizer.sanitizeTree","AlarmClock.datetime","DateTime.isBefore","AlarmClock._cancelTimer","AlarmClock._timerDidFire","AssetManager._baseUrl","ListMixin.whereType","Document.querySelectorAll","AssetManager.getAssetUrl","AssetManager.load","AssetManager._baseUrl.","AssetManagerException.toString","Rect.size","BitmapCanvas.dispose","BitmapCanvas.clear","BitmapCanvas._initializeViewport","BitmapCanvas.translate","BitmapCanvas._applyPaint","BitmapCanvas._strokeOrFill","BitmapCanvas._strokeOrFill[function-entry$1]","BitmapCanvas._setFilter","BitmapCanvas._setFillAndStrokeStyle","BitmapCanvas.save","BitmapCanvas.restore","BitmapCanvas.transform","BitmapCanvas.clipRect","BitmapCanvas.clipRRect","BitmapCanvas.clipPath","BitmapCanvas.drawRect","BitmapCanvas.drawRRect","BitmapCanvas._drawRRectPath","BitmapCanvas._drawRRectPath[function-entry$1]","BitmapCanvas.drawDRRect","BitmapCanvas._drawRRectPathReverse","BitmapCanvas.drawCircle","BitmapCanvas.drawPath","BitmapCanvas.drawShadow","BitmapCanvas._drawTextLine","BitmapCanvas.drawParagraph","BitmapCanvas._runPath","BrowserEngine.toString","OperatingSystem.toString","HashLocationStrategy.onPopState","HashLocationStrategy.prepareExternalUrl","HashLocationStrategy._waitForPopState","HashLocationStrategy.onPopState.","HashLocationStrategy._waitForPopState.","DomCanvas.clear","DomCanvas.clipRect","DomCanvas.clipRRect","DomCanvas.clipPath","DomCanvas.drawRect","SaveElementStackTracking.currentElement","DomCanvas.drawRRect","DomCanvas.drawDRRect","DomCanvas.drawCircle","DomCanvas.drawPath","DomCanvas.drawShadow","DomCanvas.drawParagraph","DomRenderer.renderScene","DomRenderer.createElement","DomRenderer.reset","Element.querySelectorAll","ListMixin.iterator","CssStyleDeclarationBase.pointerEvents","PointerBinding","DomRenderer.setElementAttribute","DomRenderer._metricsDidChange","DomRenderer.clearDom","DomRenderer.reset.","EngineCanvas.dispose","SaveStackTracking.clear","SaveStackTracking.save","SaveStackTracking.restore","SaveStackTracking.translate","SaveStackTracking.transform","SaveStackTracking.clipRect","SaveStackTracking.clipRRect","SaveStackTracking.clipPath","BrowserHistory.currentPath","HashLocationStrategy.path","BrowserHistory.exit","HashLocationStrategy.back","BrowserHistory._popStateListener","BrowserHistory._setupFlutterEntry","HashLocationStrategy.pushState","BrowserPlatformLocation.pushState","convertDartToNative_PrepareForStructuredClone","BrowserHistory._setupFlutterEntry[function-entry$1]","BrowserHistory._setupStrategy","BrowserHistory._setupOriginEntry","HashLocationStrategy.replaceState","BrowserPlatformLocation.replaceState","BrowserHistory._tearoffStrategy","BrowserHistory._popStateListener.","SaveElementStackTracking.clear","SaveElementStackTracking.save","SaveElementStackTracking.restore","SaveElementStackTracking.translate","SaveElementStackTracking.transform","Keyboard.dispose","Keyboard._handleHtmlEvent","JSString.codeUnits","Keyboard._.","PointerBinding._createAdapter","BaseAdapter","PointerBinding._onPointerData","PointerSupportDetector.toString","BaseAdapter._addEventListener","BaseAdapter._addEventListener.","PointerAdapter._setup","PointerAdapter._convertEventToPointerData","PointerAdapter._expandEvents","PointerAdapter._pointerTypeToDeviceKind","PointerAdapter._setup.","TouchAdapter._setup","TouchAdapter._convertEventToPointerData","Touch.client","TouchAdapter._setup.","MouseAdapter._setup","MouseAdapter._convertEventToPointerData","MouseAdapter._setup.","_addWheelEventListener.","RecordingCanvas.apply","RecordingCanvas.save","RecordingCanvas.saveLayer","RecordingCanvas.restore","RecordingCanvas.translate","RecordingCanvas.transform","_PaintBounds.transform","RecordingCanvas.clipRect","RecordingCanvas.clipRRect","RRect.outerRect","RecordingCanvas.clipPath","RecordingCanvas.drawRect","RecordingCanvas.drawRRect","RecordingCanvas.drawDRRect","RecordingCanvas.drawCircle","RecordingCanvas.drawPath","Path.from","RecordingCanvas.drawParagraph","RecordingCanvas.drawShadow","PaintSave.apply","PaintSave.toString","PaintRestore.apply","PaintRestore.toString","PaintTranslate.apply","PaintTranslate.toString","PaintTransform.apply","PaintTransform.toString","PaintClipRect.apply","PaintClipRect.toString","PaintClipRRect.apply","PaintClipRRect.toString","PaintClipPath.apply","PaintClipPath.toString","PaintDrawRect.apply","PaintDrawRect.toString","PaintDrawRRect.apply","PaintDrawRRect.toString","PaintDrawDRRect.apply","PaintDrawDRRect.toString","PaintDrawCircle.apply","PaintDrawCircle.toString","PaintDrawPath.apply","PaintDrawPath.toString","PaintDrawShadow.apply","PaintDrawShadow.toString","PaintDrawParagraph.apply","PaintDrawParagraph.toString","Subpath.shift","Subpath.toString","MoveTo.shifted","MoveTo.toString","LineTo.shifted","LineTo.toString","Ellipse.shifted","Ellipse.toString","QuadraticCurveTo.shifted","QuadraticCurveTo.toString","RectCommand.shifted","RectCommand.toString","RRectCommand.shifted","RRectCommand.toString","CloseCommand.shifted","CloseCommand.toString","_PaintBounds.clipRect","_PaintBounds.grow","_PaintBounds.growLTRB","_PaintBounds.saveTransformsAndClip","_PaintBounds.computeBounds","_PaintBounds.toString","AccessibilityAnnouncements._domElement","AccessibilityAnnouncements._createElement","AccessibilityAnnouncements.handleMessage","AccessibilityAnnouncements._initLiveRegion","AccessibilityAnnouncements._.","AccessibilityAnnouncements.handleMessage.","_CheckableKind.toString","Checkable.update","SemanticsObject.isFlagsDirty","Checkable._updateDisabledAttribute","Checkable.dispose","Checkable._removeDisabledAttribute","ImageRoleManager.update","SemanticsObject.hasChildren","ImageRoleManager._setLabel","ImageRoleManager._cleanUpAuxiliaryElement","ImageRoleManager._cleanupElement","ImageRoleManager.dispose","Incrementable.update","Incrementable._enableBrowserGestureHandling","Incrementable._updateInputValues","SemanticsObject.isValueDirty","Incrementable._disableBrowserGestureHandling","Incrementable.dispose","Incrementable.","LabelAndValue.update","SemanticsObject.isIncrementable","SemanticsObject.isTextField","LabelAndValue._cleanUpDom","LabelAndValue.dispose","LiveRegion.update","LiveRegion.dispose","Scrollable._recomputeScrollPosition","SemanticsObject.isVerticalScrollContainer","Scrollable.update","CssStyleDeclarationBase.touchAction","Scrollable._domScrollPosition","Scrollable._neutralizeDomScrollPosition","Scrollable._gestureModeDidChange","CssStyleDeclarationBase.overflowY","CssStyleDeclarationBase.overflowX","Scrollable.dispose","Scrollable.update.","Role.toString","_roleFactories.","TextField","PersistentTextEditingElement","Checkable","SemanticsObject.getOrCreateChildContainer","SemanticsObject.isVisualOnly","SemanticsObject.setAriaRole","SemanticsObject._updateRole","SemanticsObject.recomputePositionAndSize","NativeFloat64List","SemanticsObject._updateChildrenInTraversalOrder","SemanticsObject.toString","AccessibilityMode.toString","GestureMode.toString","EngineSemanticsOwner._finalizeTree","EngineSemanticsOwner._tryEnableSemantics","EngineSemanticsOwner.autoEnableOnTap","EngineSemanticsOwner.semanticsEnabled","EngineSemanticsOwner._getGestureModeClock","EngineSemanticsOwner.receiveGlobalEvent","EngineSemanticsOwner._temporarilyDisableBrowserGestureMode","EngineSemanticsOwner._notifyGestureModeListeners","EngineSemanticsOwner.shouldAcceptBrowserGesture","EngineSemanticsOwner.updateSemantics","SemanticsObject.updateWith","SemanticsObject._updateRoles","SemanticsObject.isLiveRegion","SemanticsObject.isRectDirty","EngineSemanticsOwner._.","EngineSemanticsOwner._now.","EngineSemanticsOwner._tryEnableSemantics.","EngineSemanticsOwner.autoEnableOnTap.","EngineSemanticsOwner._getGestureModeClock.","Tappable.update","Tappable._stopListening","Tappable.dispose","Tappable.update.","TextField._setupDomElement","TextField._initializeForBlink","TextField._initializeForWebkit","TextField.update","TextField.dispose","TextField._initializeForBlink.","TextField._initializeForWebkit.","_TypedDataBuffer.length","_TypedDataBuffer.[]","_TypedDataBuffer.[]=","_TypedDataBuffer._add","_TypedDataBuffer.addAll","_TypedDataBuffer.addAll[function-entry$1]","_TypedDataBuffer._addAll","_TypedDataBuffer._insertKnownLength","_TypedDataBuffer._ensureCapacity","_TypedDataBuffer._createBiggerBuffer","_TypedDataBuffer._grow","MethodCall.toString","StringCodec.decodeMessage","Utf8Codec.decoder","StringCodec.encodeMessage","JSONMessageCodec.encodeMessage","JSONMessageCodec.decodeMessage","JSONMethodCodec.encodeMethodCall","JSONMethodCodec.decodeMethodCall","StandardMessageCodec.decodeMessage","StandardMessageCodec.writeValue","WriteBuffer.putFloat64","WriteBuffer.putInt32","WriteBuffer.putInt32List","WriteBuffer.putFloat64List","StandardMessageCodec.readValue","StandardMessageCodec.readValueOfType","ReadBuffer.getInt32","ReadBuffer.getFloat64","ReadBuffer.getInt32List","ReadBuffer.getFloat64List","StandardMessageCodec.writeSize","WriteBuffer.putUint16","WriteBuffer.putUint32","StandardMessageCodec.readSize","ReadBuffer.getUint16","ReadBuffer.getUint32","StandardMessageCodec.writeValue.","StandardMethodCodec.decodeMethodCall","WriteBuffer._alignTo","WriteBuffer.done","_TypedDataBuffer.buffer","ReadBuffer.getUint8","ReadBuffer.getInt64","ReadBuffer.getUint8List","ReadBuffer.getInt64List","ReadBuffer._alignTo","GradientLinear.createPaintStyle","_DomClip.childContainer","_DomClip.createElement","PersistedClipRect.recomputeTransformAndClip","PersistedClipRect.localTransformInverse","PersistedClipRect.createElement","PersistedClipRect.apply","PersistedClipRect.update","PersistedPhysicalShape.recomputeTransformAndClip","PersistedPhysicalShape.localTransformInverse","PersistedPhysicalShape.createElement","PersistedPhysicalShape.apply","PersistedPhysicalShape._applyColor","PersistedPhysicalShape._applyShape","PersistedPhysicalShape.update","PersistedClipPath.createElement","PersistedClipPath.recomputeTransformAndClip","PersistedClipPath.localTransformInverse","PersistedClipPath.apply","PersistedClipPath.update","PersistedClipPath.discard","PersistedOffset.recomputeTransformAndClip","PersistedOffset.localTransformInverse","PersistedOffset.createElement","PersistedOffset.apply","PersistedOffset.update","PersistedOpacity.recomputeTransformAndClip","PersistedOpacity.localTransformInverse","PersistedOpacity.createElement","PersistedOpacity.apply","PersistedOpacity.update","PersistedStandardPicture.matchForUpdate","PersistedStandardPicture._applyBitmapPaint","PersistedStandardPicture._findOrCreateCanvas","PersistedStandardPicture._applyBitmapPaint.","PersistedPicture.createElement","PersistedPicture.recomputeTransformAndClip","PersistedPicture._computeExactCullRects","PersistedPicture._computeOptimalCullRect","PersistedPicture._applyPaint","PersistedStandardPicture.applyPaint","DomCanvas.rootElement","_DomCanvas&EngineCanvas&SaveElementStackTracking","SaveElementStackTracking._currentTransform","DomCanvas","PersistedStandardPicture._applyDomPaint","PersistedPicture._applyTranslate","PersistedPicture.apply","PersistedPicture.build","PersistedPicture.update","PersistedPicture.retain","PersistedPicture.discard","PersistedScene.recomputeTransformAndClip","PersistedScene.createElement","PersistedScene.localTransformInverse","PersistedScene.apply","commitScene.","PersistedSurfaceState.toString","PersistedSurface.revive","PersistedSurface.childContainer","PersistedSurface.build","PersistedSurface.adoptElements","PersistedSurface.update","PersistedSurface.retain","PersistedSurface.discard","PersistedSurface.defaultCreateElement","PersistedSurface.recomputeTransformAndClip","PersistedSurface.preroll","PersistedSurface.toString","PersistedContainerSurface.preroll","PersistedContainerSurface.recomputeTransformAndClip","PersistedContainerSurface.build","PersistedContainerSurface.matchForUpdate","PersistedContainerSurface.update","PersistedContainerSurface._updateZeroToMany","PersistedContainerSurface._updateManyToOne","PersistedSurface.canUpdateAsMatch","PersistedContainerSurface._updateManyToMany","PersistedContainerSurface._matchChildren","PersistedContainerSurface.retain","PersistedContainerSurface.revive","PersistedContainerSurface.discard","PersistedContainerSurface._updateManyToMany.insertDomNodeIfMoved","PersistedContainerSurface._matchChildren.","PersistedTransform.recomputeTransformAndClip","PersistedTransform.localTransformInverse","PersistedTransform.createElement","PersistedTransform.apply","PersistedTransform.update","FontCollection.registerFonts","FontCollection.ensureFontsLoaded","_FontManager.registerAsset","_FontManager.registerAsset.","_PolyfillFontManager.registerAsset","_PolyfillFontManager.registerAsset._watchWidth","_PolyfillFontManager.registerAsset.","LineBreakType.toString","RulerManager._scheduleRulerCacheCleanup","RulerManager.dispose","RulerManager._evictAllRulers","RulerManager.cleanUpRulerCache","RulerManager.findOrCreateRuler","ParagraphRuler.singleLineDimensions","ParagraphRuler.minIntrinsicDimensions","ParagraphRuler.constrainedDimensions","ParagraphRuler","ParagraphRuler._configureSingleLineHostElements","CssStyleDeclarationBase.flexDirection","CssStyleDeclarationBase.alignItems","TextDimensions.appendToHost","ParagraphRuler._configureMinIntrinsicHostElements","CssStyleDeclarationBase.flex","ParagraphRuler._configureConstrainedHostElements","RulerManager._scheduleRulerCacheCleanup.","RulerManager._evictAllRulers.","RulerManager.cleanUpRulerCache.","TextMeasurementService.measure","DomTextMeasurementService._doMeasure","ParagraphRuler.measureAll","DomTextMeasurementService._measureSingleLineParagraph","DomTextMeasurementService._measureMultiLineParagraph","DomTextMeasurementService.measureSubstringWidth","DomTextMeasurementService.getTextPositionForOffset","CanvasTextMeasurementService._doMeasure","LinesCalculator","CanvasTextMeasurementService.measureSubstringWidth","CanvasTextMeasurementService.getTextPositionForOffset","LinesCalculator.update","LinesCalculator._ellipsisWidth","LinesCalculator._addLineBreak","LinesCalculator._forceBreak","MaxIntrinsicCalculator.update","EngineParagraph.width","EngineParagraph.height","EngineParagraph.maxIntrinsicWidth","EngineParagraph.alphabeticBaseline","EngineParagraph._lines","EngineParagraph.layout","EngineParagraph.getBoxesForRange","EngineParagraph.getPositionForOffset","EngineParagraph.getPositionForMultiSpanOffset","EngineParagraphStyle._effectiveFontFamily","EngineParagraphStyle._lineHeight","EngineParagraphStyle.==","EngineParagraphStyle.hashCode","EngineParagraphStyle.toString","EngineTextStyle._effectiveFontFamily","EngineTextStyle.==","EngineTextStyle.hashCode","EngineTextStyle.toString","EngineParagraphBuilder.build","EngineParagraphBuilder._tryBuildPlainText","DomRenderer.appendText","EngineParagraphBuilder._buildRichText","EngineParagraphBuilder._buildRichText.currentElement","ParagraphGeometricStyle.effectiveFontFamily","ParagraphGeometricStyle.cssFontString","ParagraphGeometricStyle._buildCssFontString","ParagraphGeometricStyle.==","ParagraphGeometricStyle.hashCode","ParagraphGeometricStyle.toString","TextDimensions.updateText","Element.children","TextDimensions.applyStyle","TextDimensions._readAndCacheMetrics","ParagraphRuler.alphabeticBaseline","ParagraphRuler.lineHeightDimensions","ParagraphRuler._configureLineHeightHostElements","TextDimensions.updateTextToSpace","ParagraphRuler.measureAsSingleLine","ParagraphRuler.measureWithConstraints","TextDimensions.updateWidth","ParagraphRuler.hitTest","ParagraphRuler._collectTextNodes","ParagraphRuler.didMeasure","ParagraphRuler.measureBoxesForRange","ParagraphRuler.dispose","ParagraphRuler.cacheMeasurement","JSArray.removeRange","ParagraphRuler.cacheLookup","EditingState.hashCode","EditingState.==","EditingState.toString","InputType.toString","ElementType.toString","TextEditingElement.configureInputElementForIOS","TextEditingElement.enable","TextEditingElement.disable","TextEditingElement._initDomElement","TextEditingElement._removeDomElement","TextEditingElement._refocus","TextEditingElement.setEditingState","TextEditingElement._handleChange","TextEditingElement.calculateEditingState","TextEditingElement.enable.","PersistentTextEditingElement._initDomElement","PersistentTextEditingElement._removeDomElement","PersistentTextEditingElement._refocus","HybridTextEditing.editingElement","HybridTextEditing.useCustomEditableElement","HybridTextEditing._syncEditingStateToFlutter","HybridTextEditing._setDynamicStyleAttributes","HybridTextEditing.setStyle","Matrix4.setFrom","Matrix4.[]","Matrix4.translate","Matrix4.translate[function-entry$2]","Matrix4.scale","Matrix4.setIdentity","Matrix4.*","Matrix4.isIdentity","Matrix4.setTranslationRaw","Matrix4.copyInverse","Matrix4.multiply","Matrix4.multiplied","Matrix4.transform3","Vector3.setValues","Vector3.[]","Vector3.length","EngineWindow.physicalSize","EngineWindow.sendPlatformMessage","DomRenderer.setTitle","DomRenderer.setThemeColor","HybridTextEditing.handleTextInput","HybridTextEditing._startEditing","HybridTextEditing._setLocation","HybridTextEditing._setFontStyle","EngineWindow._getHapticFeedbackDuration","EngineWindow._replyToPlatformMessage","EngineWindow.sendPlatformMessage.","EngineWindow._replyToPlatformMessage.","_PersistedClipRect&PersistedContainerSurface&_DomClip.adoptElements","_PersistedClipRect&PersistedContainerSurface&_DomClip.discard","_PersistedPhysicalShape&PersistedContainerSurface&_DomClip.adoptElements","_PersistedPhysicalShape&PersistedContainerSurface&_DomClip.discard","Interceptor.hashCode","Interceptor.==","Interceptor.toString","Interceptor.noSuchMethod","Interceptor.runtimeType","JSBool.toString","JSBool.hashCode","JSBool.runtimeType","JSNull.noSuchMethod","JSNull.==","JSNull.toString","JSNull.hashCode","JSNull.runtimeType","JavaScriptObject.hashCode","JavaScriptObject.runtimeType","JavaScriptObject.toString","JavaScriptFunction.toString","JSArray.add","JSArray.removeAt","JSArray.insert","JSArray.remove","JSArray.addAll","JSArray.forEach","JSArray.join","JSArray.skip","JSArray.fold","JSArray.fold[function-entry$2]","JSArray.elementAt","JSArray.sublist","JSArray.sublist[function-entry$1]","JSArray.first","JSArray.last","JSArray.setRange","JSArray.setRange[function-entry$3]","JSArray.any","JSArray.sort","JSArray.sort[function-entry$0]","JSArray.indexOf","JSArray.contains","JSArray.isEmpty","JSArray.toString","JSArray.iterator","JSArray.hashCode","JSArray.length","JSArray.[]","JSArray.[]=","JSArray.+","JSArray.lastIndexWhere","ArrayIterator.current","ArrayIterator.moveNext","JSNumber.compareTo","JSNumber.isNegative","JSNumber.sign","JSNumber.toInt","JSNumber.ceil","JSNumber.floor","JSNumber.round","JSNumber.clamp","JSNumber.toStringAsFixed","JSNumber.toRadixString","JSNumber.toString","JSNumber.hashCode","JSNumber.+","JSNumber.-","JSNumber.*","JSNumber.%","JSNumber.~/","JSNumber._tdivFast","JSNumber._tdivSlow","JSNumber._shrOtherPositive","JSNumber._shrReceiverPositive","JSNumber._shrBothPositive","JSNumber.<","JSNumber.>","JSNumber.runtimeType","JSInt.sign","JSInt.runtimeType","JSDouble.runtimeType","JSString.codeUnitAt","JSString._codeUnitAt","JSString.matchAsPrefix","JSString.+","JSString.endsWith","JSString.replaceRange","JSString.startsWith","JSString.startsWith[function-entry$1]","JSString.substring","JSString.substring[function-entry$1]","JSString.toLowerCase","JSString.trimLeft","JSString.trimRight","JSString.*","JSString.padLeft","JSString.indexOf","JSString.indexOf[function-entry$1]","JSString.lastIndexOf","JSString.lastIndexOf[function-entry$1]","JSString.contains","JSString.contains[function-entry$1]","JSString.compareTo","JSString.toString","JSString.hashCode","JSString.runtimeType","JSString.length","JSString.[]","CastStreamTransformer.cast","CastConverter.cast","_CastIterableBase.iterator","_CastIterableBase.length","_CastIterableBase.isEmpty","_CastIterableBase.isNotEmpty","_CastIterableBase.skip","_CastIterableBase.elementAt","_CastIterableBase.contains","_CastIterableBase.toString","CastIterator.moveNext","CastIterator.current","CastMap.cast","CastMap.containsKey","CastMap.[]","CastMap.[]=","CastMap.forEach","CastMap.keys","CastMap.values","CastMap.length","CastMap.isEmpty","CastMap.isNotEmpty","CastMap.forEach.","CastMap_forEach_closure","CodeUnits.[]","CodeUnits.length","ListIterable.forEach","ListIterable.isEmpty","ListIterable.contains","ListIterable.join","ListIterable.where","ListIterable.skip","ListIterable.toList","ListIterable.toList[function-entry$0]","ListIterable.toSet","SubListIterable._endIndex","SubListIterable._startIndex","SubListIterable.length","SubListIterable.elementAt","SubListIterable.skip","SubListIterable.toList","ListIterator.current","ListIterator.moveNext","MappedIterable.iterator","MappedIterable.length","MappedIterable.isEmpty","MappedIterable.elementAt","MappedIterator.moveNext","MappedIterator.current","MappedListIterable.length","MappedListIterable.elementAt","WhereIterable.iterator","WhereIterable.map","WhereIterator.moveNext","WhereIterator.current","ExpandIterable.iterator","ExpandIterator","ExpandIterator.current","ExpandIterator.moveNext","SkipIterable.skip","SkipIterable.iterator","EfficientLengthSkipIterable.length","EfficientLengthSkipIterable.skip","SkipIterator.moveNext","SkipIterator.current","EmptyIterable.iterator","EmptyIterable.forEach","EmptyIterable.isEmpty","EmptyIterable.length","EmptyIterable.elementAt","EmptyIterable.contains","EmptyIterable.map","EmptyIterable.skip","EmptyIterable.toSet","EmptyIterator.moveNext","EmptyIterator.current","FollowedByIterable.iterator","FollowedByIterable.length","FollowedByIterable.isEmpty","FollowedByIterable.isNotEmpty","FollowedByIterable.contains","EfficientLengthFollowedByIterable.skip","EfficientLengthFollowedByIterable.elementAt","FollowedByIterator.moveNext","FollowedByIterator.current","WhereTypeIterable.iterator","WhereTypeIterator.moveNext","WhereTypeIterator.current","UnmodifiableListMixin.[]=","ReversedListIterable.length","ReversedListIterable.elementAt","Symbol.hashCode","Symbol.toString","Symbol.==","ConstantMap.cast","ConstantMap.isEmpty","ConstantMap.isNotEmpty","ConstantMap.toString","ConstantMap.[]=","ConstantStringMap.length","ConstantStringMap.containsKey","ConstantStringMap.[]","ConstantStringMap._fetch","ConstantStringMap.forEach","ConstantStringMap.keys","ConstantStringMap.values","ConstantStringMap.values.","ConstantStringMap_values_closure","_ConstantMapKeyIterable.iterator","_ConstantMapKeyIterable.length","GeneralConstantMap._getMap","GeneralConstantMap.containsKey","GeneralConstantMap.[]","GeneralConstantMap.forEach","GeneralConstantMap.keys","GeneralConstantMap.values","GeneralConstantMap.length","Instantiation","Instantiation.toString","JSInvocationMirror.memberName","JSInvocationMirror.positionalArguments","JSInvocationMirror.namedArguments","Primitives.initTicker.","Primitives.functionNoSuchMethod.","TypeErrorDecoder.matchTypeError","NullError.toString","JsNoSuchMethodError.toString","UnknownJsTypeError.toString","unwrapException.saveStackTrace","_StackTrace.toString","Closure.toString","StaticClosure.toString","BoundClosure.==","BoundClosure.hashCode","BoundClosure.toString","CastErrorImplementation.toString","RuntimeError.toString","TypeImpl._typeName","TypeImpl.toString","TypeImpl.hashCode","TypeImpl.==","JsLinkedHashMap.isNotEmpty","JsLinkedHashMap.length","JsLinkedHashMap.isEmpty","JsLinkedHashMap.keys","JsLinkedHashMap.values","JsLinkedHashMap.containsKey","JsLinkedHashMap.internalContainsKey","JsLinkedHashMap.addAll","JsLinkedHashMap.[]","JsLinkedHashMap.internalGet","JsLinkedHashMap.[]=","JsLinkedHashMap.internalSet","JsLinkedHashMap.putIfAbsent","JsLinkedHashMap.remove","JsLinkedHashMap.internalRemove","JsLinkedHashMap.clear","JsLinkedHashMap.forEach","JsLinkedHashMap._addHashTableEntry","JsLinkedHashMap._removeHashTableEntry","JsLinkedHashMap._modified","JsLinkedHashMap._newLinkedCell","JsLinkedHashMap._unlinkCell","JsLinkedHashMap.internalComputeHashCode","JsLinkedHashMap.internalFindBucketIndex","JsLinkedHashMap.toString","JsLinkedHashMap._getTableCell","JsLinkedHashMap._getTableBucket","JsLinkedHashMap._setTableEntry","JsLinkedHashMap._deleteTableEntry","JsLinkedHashMap._containsTableEntry","JsLinkedHashMap._newHashTable","JsLinkedHashMap.values.","JsLinkedHashMap_values_closure","JsLinkedHashMap.addAll.","JsLinkedHashMap_addAll_closure","LinkedHashMapKeyIterable.length","LinkedHashMapKeyIterable.isEmpty","LinkedHashMapKeyIterable.iterator","LinkedHashMapKeyIterable.contains","LinkedHashMapKeyIterator","LinkedHashMapKeyIterable.forEach","LinkedHashMapKeyIterator.current","LinkedHashMapKeyIterator.moveNext","initHooks.","JSSyntaxRegExp.toString","StringMatch.[]","NativeByteBuffer.runtimeType","NativeByteBuffer.asInt64List","NativeTypedData._invalidPosition","NativeTypedData._checkPosition","NativeByteData.runtimeType","NativeByteData.getInt64","NativeByteData.setInt64","NativeTypedArray.length","NativeTypedArray._setRangeFast","NativeTypedArrayOfDouble.[]","NativeTypedArrayOfDouble.[]=","NativeTypedArrayOfInt.[]=","NativeTypedArrayOfInt.setRange","NativeTypedArrayOfInt.setRange[function-entry$3]","NativeFloat32List.runtimeType","NativeFloat64List.runtimeType","NativeInt16List.runtimeType","NativeInt16List.[]","NativeInt32List.runtimeType","NativeInt32List.[]","NativeInt8List.runtimeType","NativeInt8List.[]","NativeUint16List.runtimeType","NativeUint16List.[]","NativeUint32List.runtimeType","NativeUint32List.[]","NativeUint8ClampedList.runtimeType","NativeUint8ClampedList.length","NativeUint8ClampedList.[]","NativeUint8List.runtimeType","NativeUint8List.length","NativeUint8List.[]","NativeUint8List.sublist","_AsyncRun._initializeScheduleImmediate.internalCallback","_AsyncRun._initializeScheduleImmediate.","_AsyncRun._scheduleImmediateJsOverride.internalCallback","_AsyncRun._scheduleImmediateWithSetImmediate.internalCallback","_TimerImpl.cancel","_TimerImpl.internalCallback","_TimerImpl.periodic.","_AsyncAwaitCompleter.complete","_AsyncAwaitCompleter.completeError","_awaitOnObject.","_wrapJsFunctionForAsync.","_asyncStarHelper.","_StreamController.isPaused","_AsyncStarStreamController.isPaused","_AsyncStarStreamController._resumeBody","_AsyncStarStreamController._resumeBody.","_AsyncStarStreamController.","_AsyncStarStreamController..","_IterationMarker.toString","_SyncStarIterator.current","_SyncStarIterator.moveNext","_SyncStarIterable.iterator","_BroadcastStream.isBroadcast","_BroadcastSubscription._onPause","_BroadcastSubscription._onResume","_BroadcastStreamController._mayAddEvent","_BroadcastStreamController._ensureDoneFuture","_BroadcastStreamController._removeListener","_BroadcastStreamController._subscribe","_DoneStreamSubscription","_BroadcastSubscription","_BroadcastStreamController._recordCancel","_BroadcastStreamController._recordPause","_BroadcastStreamController._recordResume","_BroadcastStreamController._addEventError","_BroadcastStreamController.add","_BroadcastStreamController.addError","_nonNullError","_BroadcastStreamController.close","_BroadcastStreamController.addStream","_BroadcastStreamController.addStream[function-entry$1]","_BroadcastStreamController._add","_BroadcastStreamController._addError","_BroadcastStreamController._close","_BroadcastStreamController._forEachListener","_BroadcastStreamController._callOnCancel","_SyncBroadcastStreamController._mayAddEvent","_SyncBroadcastStreamController._addEventError","_SyncBroadcastStreamController._sendData","_SyncBroadcastStreamController._sendError","_SyncBroadcastStreamController._sendDone","_SyncBroadcastStreamController._sendData.","_SyncBroadcastStreamController__sendData_closure","_SyncBroadcastStreamController._sendError.","_SyncBroadcastStreamController__sendError_closure","_SyncBroadcastStreamController._sendDone.","_SyncBroadcastStreamController__sendDone_closure","_AsyncBroadcastStreamController._sendData","_AsyncBroadcastStreamController._sendError","_AsyncBroadcastStreamController._sendDone","Future.delayed.","Future.wait.handleError","Future.wait.","Future_wait_closure","_Completer.completeError","_Completer.completeError[function-entry$1]","_AsyncCompleter.complete","_AsyncCompleter.complete[function-entry$0]","_AsyncCompleter._completeError","_FutureListener.matchesErrorTest","_FutureListener.handleError","_Future.then","_Future.then[function-entry$1]","_Future._thenAwait","_Future.whenComplete","_Future._addListener","_Future._prependListeners","_Future._removeListeners","_Future._reverseListeners","_Future._complete","_Future._completeWithValue","_Future._completeError","_Future._setError","_Future._completeError[function-entry$1]","_Future._asyncComplete","_Future._chainFuture","_Future._asyncCompleteError","_Future._addListener.","_Future._prependListeners.","_Future._chainForeignFuture.","_Future._chainForeignFuture[function-entry$1].","_Future._asyncComplete.","_Future._chainFuture.","_Future._asyncCompleteError.","_Future._propagateToListeners.handleWhenCompleteCallback","_FutureListener.handleWhenComplete","_Future._propagateToListeners.handleWhenCompleteCallback.","_Future._propagateToListeners.handleValueCallback","_FutureListener.handleValue","_Future._propagateToListeners.handleError","_FutureListener.hasErrorCallback","Stream.isBroadcast","Stream.asyncExpand","Stream.transform","StartWithStreamTransformer.bind","Stream.forEach","Stream.length","Stream.skip","_SkipStream","Stream.first","Stream.fromIterable.","Stream_Stream$fromIterable_closure","Stream.asyncExpand.onListen","Stream.asyncExpand.onListen.","Stream_asyncExpand_onListen_closure","Stream.asyncExpand.","Stream.forEach.","Stream_forEach_closure","Stream.forEach..","Stream.length.","Stream_length_closure","Stream.first.","Stream_first_closure","StreamTransformer.castFrom","StreamTransformerBase.cast","_StreamController._pendingEvents","_StreamController._ensurePendingEvents","_StreamController._subscription","_StreamController._badEventState","_StreamController.addStream","_StreamControllerAddStreamState","_StreamController.addStream[function-entry$1]","_StreamController._ensureDoneFuture","_StreamController.add","_StreamController.addError","_StreamController.addError[function-entry$1]","_StreamController.close","_StreamController._add","_StreamController._addError","_StreamController._close","_StreamController._subscribe","_ControllerSubscription","_StreamController._recordCancel","_StreamController._recordPause","_StreamController._recordResume","_StreamController._subscribe.","_StreamController._recordCancel.complete","_SyncStreamControllerDispatch._sendData","_SyncStreamControllerDispatch._sendError","_SyncStreamControllerDispatch._sendDone","_AsyncStreamControllerDispatch._sendData","_AsyncStreamControllerDispatch._sendError","_AsyncStreamControllerDispatch._sendDone","_ControllerStream._createSubscription","_ControllerStream.hashCode","_ControllerStream.==","_ControllerSubscription._onCancel","_ControllerSubscription._onPause","_ControllerSubscription._onResume","_AddStreamState.cancel","_AddStreamState.makeErrorHandler.","_AddStreamState.cancel.","_BufferingStreamSubscription._setPendingEvents","_BufferingStreamSubscription.onData","_BufferingStreamSubscription.onError","_BufferingStreamSubscription.onDone","_BufferingStreamSubscription.pause","_PendingEvents.cancelSchedule","_BufferingStreamSubscription.pause[function-entry$0]","_BufferingStreamSubscription.resume","_BufferingStreamSubscription.cancel","_BufferingStreamSubscription._cancel","_BufferingStreamSubscription._add","_BufferingStreamSubscription._addError","_BufferingStreamSubscription._close","_BufferingStreamSubscription._onPause","_BufferingStreamSubscription._onResume","_BufferingStreamSubscription._onCancel","_BufferingStreamSubscription._addPending","_BufferingStreamSubscription._sendData","_BufferingStreamSubscription._sendError","_BufferingStreamSubscription._sendDone","_BufferingStreamSubscription._guardCallback","_BufferingStreamSubscription._checkState","_BufferingStreamSubscription._sendError.sendError","_BufferingStreamSubscription._sendDone.sendDone","_StreamImpl.listen","_StreamImpl.listen[function-entry$1$onDone$onError]","_StreamImpl.listen[function-entry$1]","_StreamImpl._createSubscription","_GeneratedStreamImpl._createSubscription","_IterablePendingEvents.isEmpty","_IterablePendingEvents.handleNext","_DelayedData.perform","_DelayedError.perform","_DelayedDone.perform","_DelayedDone.next","_PendingEvents.schedule","_PendingEvents.schedule.","_StreamImplEvents.isEmpty","_StreamImplEvents.add","_StreamImplEvents.handleNext","_DoneStreamSubscription._schedule","_DoneStreamSubscription.onData","_DoneStreamSubscription.onError","_DoneStreamSubscription.onDone","_DoneStreamSubscription.pause","_DoneStreamSubscription.pause[function-entry$0]","_DoneStreamSubscription.resume","_DoneStreamSubscription.cancel","_DoneStreamSubscription._sendDone","_cancelAndError.","_cancelAndErrorClosure.","_cancelAndValue.","_ForwardingStream.isBroadcast","_ForwardingStream.listen","_ForwardingStream.listen[function-entry$1$onDone$onError]","_ForwardingStream._createSubscription","_ForwardingStream._handleData","_ForwardingStream._handleError","_ForwardingStreamSubscription._add","_ForwardingStreamSubscription._addError","_ForwardingStreamSubscription._onPause","_ForwardingStreamSubscription._onResume","_ForwardingStreamSubscription._onCancel","_ForwardingStreamSubscription._handleData","_ForwardingStreamSubscription._handleError","_ForwardingStreamSubscription._handleDone","_HandleErrorStream._handleError","_SkipStream._createSubscription","_StateStreamSubscription","_SkipStream._handleData","_BoundSubscriptionStream.isBroadcast","_BoundSubscriptionStream.listen","_BoundSubscriptionStream.listen[function-entry$1$onDone$onError]","AsyncError.toString","_rootHandleUncaughtError.","_RootZone.runGuarded","_RootZone.runUnaryGuarded","_RootZone.runUnaryGuarded[function-entry$2]","_RootZone.runBinaryGuarded","_RootZone.runBinaryGuarded[function-entry$3]","_RootZone.bindCallback","_RootZone.bindCallbackGuarded","_RootZone.bindUnaryCallbackGuarded","_RootZone.[]","_RootZone.run","_RootZone.run[function-entry$1]","_RootZone.runUnary","_RootZone.runUnary[function-entry$2]","_RootZone.runBinary","_RootZone.runBinary[function-entry$3]","_RootZone.registerBinaryCallback","_RootZone.registerBinaryCallback[function-entry$1]","_RootZone.bindCallback.","_RootZone_bindCallback_closure","_RootZone.bindCallbackGuarded.","_RootZone.bindUnaryCallbackGuarded.","_RootZone_bindUnaryCallbackGuarded_closure","_HashMap.keys","_HashMap.length","_HashMap.isEmpty","_HashMap.isNotEmpty","_HashMap.values","_HashMap.containsKey","_HashMap._containsKey","_HashMap.[]","_HashMap._get","_HashMap.[]=","_HashMap._set","_HashMap.remove","_HashMap._remove","_HashMap.forEach","_HashMap._computeKeys","_HashMap._addHashTableEntry","_HashMap._computeHashCode","_HashMap._getBucket","_HashMap._findBucketIndex","_HashMap.values.","_HashMap_values_closure","_IdentityHashMap._computeHashCode","_IdentityHashMap._findBucketIndex","_CustomHashMap.[]","_CustomHashMap.[]=","_CustomHashMap.containsKey","_CustomHashMap.remove","_CustomHashMap._computeHashCode","_CustomHashMap._findBucketIndex","_CustomHashMap.","_HashMapKeyIterable.length","_HashMapKeyIterable.isEmpty","_HashMapKeyIterable.iterator","_HashMapKeyIterable.contains","_HashMapKeyIterable.forEach","_HashMapKeyIterator.current","_HashMapKeyIterator.moveNext","_LinkedIdentityHashMap.internalComputeHashCode","_LinkedIdentityHashMap.internalFindBucketIndex","_HashSet._newSet","_HashSet.iterator","_HashSet.length","_HashSet.isEmpty","_HashSet.isNotEmpty","_HashSet.contains","_HashSet._contains","_HashSet.add","_HashSet._add","_HashSet.addAll","_HashSet.remove","_HashSet._remove","_HashSet.clear","_HashSet._computeElements","_HashSet._addHashTableEntry","_HashSet._removeHashTableEntry","_HashSet._computeHashCode","_HashSet._getBucket","_HashSet._findBucketIndex","_HashSetIterator.current","_HashSetIterator.moveNext","_LinkedHashSet._newSet","_LinkedHashSet.iterator","_LinkedHashSet.length","_LinkedHashSet.isEmpty","_LinkedHashSet.isNotEmpty","_LinkedHashSet.contains","_LinkedHashSet._contains","_LinkedHashSet.forEach","_LinkedHashSet.add","_LinkedHashSet._add","_LinkedHashSet.remove","_LinkedHashSet._remove","_LinkedHashSet._filterWhere","_LinkedHashSet.clear","_LinkedHashSet._addHashTableEntry","_LinkedHashSet._removeHashTableEntry","_LinkedHashSet._modified","_LinkedHashSet._newLinkedCell","_LinkedHashSet._unlinkCell","_LinkedHashSet._computeHashCode","_LinkedHashSet._getBucket","_LinkedHashSet._findBucketIndex","_LinkedHashSetIterator.current","_LinkedHashSetIterator.moveNext","HashMap.from.","IterableMixin.map","IterableMixin.contains","SplayTreeSet.iterator","_SplayTreeIterator","_SplayTreeKeyIterator","IterableMixin.forEach","IterableMixin.length","IterableMixin.isEmpty","IterableMixin.isNotEmpty","IterableMixin.skip","IterableMixin.elementAt","IterableMixin.toString","LinkedHashMap.from.","ListMixin.elementAt","ListMixin.forEach","ListMixin.isEmpty","ListMixin.isNotEmpty","ListMixin.first","ListMixin.contains","ListMixin.map","ListMixin.fold","ListMixin.fold[function-entry$2]","ListMixin.skip","ListMixin.toList","ListMixin.toList[function-entry$0]","ListMixin.+","ListMixin.fillRange","ListMixin.setRange","ListMixin.toString","MapBase.mapToString.","MapMixin.cast","MapMixin.forEach","MapMixin.containsKey","MapMixin.length","MapMixin.isEmpty","MapMixin.isNotEmpty","MapMixin.values","MapMixin.toString","_MapBaseValueIterable.length","_MapBaseValueIterable.isEmpty","_MapBaseValueIterable.isNotEmpty","_MapBaseValueIterable.iterator","_MapBaseValueIterator.moveNext","_MapBaseValueIterator.current","_UnmodifiableMapMixin.[]=","MapView.cast","MapView.[]","MapView.[]=","MapView.containsKey","MapView.forEach","MapView.isEmpty","MapView.length","MapView.keys","MapView.toString","MapView.values","UnmodifiableMapView.cast","ListQueue.iterator","ListQueue.forEach","ListQueue.isEmpty","ListQueue.length","ListQueue.first","ListQueue.last","ListQueue.elementAt","ListQueue.addAll","ListQueue.toString","ListQueue.removeFirst","ListQueue._add","ListQueue._grow","ListQueue._writeToList","_ListQueueIterator.current","_ListQueueIterator.moveNext","SetMixin.isEmpty","SetMixin.isNotEmpty","SetMixin.toList","SetMixin.map","SetMixin.toString","SetMixin.forEach","SetMixin.skip","SetMixin.elementAt","_SetBase.difference","_SetBase.isEmpty","_SetBase.isNotEmpty","_SetBase.addAll","_SetBase.toList","_SetBase.toList[function-entry$0]","_SetBase.map","_SetBase.toString","_SetBase.forEach","_SetBase.any","_SetBase.skip","_SetBase.elementAt","_SplayTree._splay","_SplayTree._addNewRoot","_SplayTreeIterator.current","_SplayTreeIterator._findLeftMostDescendent","_SplayTreeIterator.moveNext","_SplayTreeIterator._rebuildWorkList","SplayTreeSet.length","SplayTreeSet.isEmpty","SplayTreeSet.isNotEmpty","SplayTreeSet.contains","SplayTreeSet.addAll","SplayTreeSet.toString","SplayTreeSet.","_JsonMap.[]","_JsonMap.length","_JsonMap.isEmpty","_JsonMap.isNotEmpty","_JsonMap.keys","_JsonMap.values","_JsonMap.[]=","_JsonMap.containsKey","_JsonMap.forEach","_JsonMap._computeKeys","_JsonMap._upgrade","_JsonMap._process","_JsonMap.values.","_JsonMapKeyIterable.length","_JsonMapKeyIterable.elementAt","_JsonMapKeyIterable.iterator","_JsonMapKeyIterable.contains","Base64Codec.normalize","Converter.castFrom","Converter.cast","JsonUnsupportedObjectError.toString","JsonCyclicError.toString","JsonCodec.decode","JsonCodec.encode","JsonCodec.encode[function-entry$1]","JsonCodec.encoder","JsonCodec.decoder","_JsonStringifier.writeStringContent","_JsonStringifier._checkCycle","_JsonStringifier.writeObject","_JsonStringifier.writeJsonValue","_JsonStringifier.writeList","_JsonStringifier.writeMap","_JsonStringifier.writeMap.","_JsonStringStringifier._partialResult","_JsonStringStringifier.writeNumber","_JsonStringStringifier.writeString","_JsonStringStringifier.writeStringSlice","_JsonStringStringifier.writeCharCode","Utf8Codec.decode","Utf8Codec.name","Utf8Codec.encoder","Utf8Encoder.convert","_Utf8Encoder._writeSurrogate","_Utf8Encoder._fillBuffer","Utf8Decoder.convert","_Utf8Decoder.flush","_Utf8Decoder.convert","NoSuchMethodError.toString.","_symbolToString","DateTime.==","DateTime.compareTo","DateTime.hashCode","DateTime.toString","Duration.+","Duration.-","Duration.*","Duration.>","Duration.==","Duration.hashCode","Duration.compareTo","Duration.toString","Duration.unary-","Duration.toString.sixDigits","Duration.toString.twoDigits","AssertionError.toString","NullThrownError.toString","ArgumentError._errorName","ArgumentError._errorExplanation","ArgumentError.toString","RangeError._errorName","RangeError._errorExplanation","IndexError._errorName","IndexError._errorExplanation","NoSuchMethodError.toString","UnsupportedError.toString","UnimplementedError.toString","StateError.toString","ConcurrentModificationError.toString","OutOfMemoryError.toString","StackOverflowError.toString","CyclicInitializationError.toString","_Exception.toString","FormatException.toString","Iterable.followedBy","Iterable.map","Iterable.where","Iterable.contains","Iterable.forEach","Iterable.join","Iterable.toList","Iterable.toSet","Iterable.length","Iterable.isEmpty","Iterable.isNotEmpty","Iterable.skip","Iterable.first","Iterable.single","Iterable.firstWhere","Iterable.elementAt","Iterable.toString","Null.hashCode","Null.toString","Object.hashCode","Object.==","Object.toString","Object.noSuchMethod","Object.runtimeType","Stopwatch.elapsedMicroseconds","Stopwatch.elapsedTicks","Stopwatch.start","Stopwatch.stop","StringBuffer.length","StringBuffer.toString","Uri._parseIPv4Address.error","Uri.parseIPv6Address.error","Uri.parseIPv6Address[function-entry$1].error","Uri.parseIPv6Address.parseHex","_Uri.userInfo","_Uri.host","_Uri.port","_Uri.query","_Uri.fragment","_Uri.hasScheme","_Uri.hasAuthority","_Uri.hasQuery","_Uri.hasFragment","_Uri.toString","_Uri._initializeText","_Uri._writeAuthority","_Uri.==","_Uri.hashCode","_Uri.notSimple.","_Uri._makePath.","UriData.uri","UriData.toString","_createTables.","_createTables.build","_createTables.setChars","_createTables.setRange","_SimpleUri._isFile","_SimpleUri.hasScheme","_SimpleUri.hasAuthority","_SimpleUri.hasPort","_SimpleUri.hasQuery","_SimpleUri.hasFragment","_SimpleUri._isHttp","_SimpleUri._isHttps","_SimpleUri.scheme","_SimpleUri.userInfo","_SimpleUri.host","_SimpleUri.port","_SimpleUri.path","_SimpleUri.query","_SimpleUri.fragment","_SimpleUri.hashCode","_SimpleUri.==","_SimpleUri.toString","TimelineTask.start","TimelineTask.finish","promiseToFuture.","AnchorElement.toString","AreaElement.toString","CanvasRenderingContext2D.fillText","CssStyleDeclaration._browserPropertyName","CssStyleDeclaration._supportedBrowserPropertyName","CssStyleDeclaration._setPropertyHelper","CssStyleDeclaration.height","CssStyleDeclaration.left","CssStyleDeclaration.overflow","CssStyleDeclaration.position","CssStyleDeclaration.top","CssStyleDeclaration.visibility","CssStyleDeclaration.width","DataTransferItemList.[]","DomException.name","DomException.toString","DomRectList.length","DomRectList.[]","DomRectList.[]=","DomRectList.elementAt","DomRectReadOnly.toString","DomRectReadOnly.==","DomRectReadOnly.hashCode","DomRectReadOnly.bottom","DomRectReadOnly.height","DomRectReadOnly.left","DomRectReadOnly.right","DomRectReadOnly.top","DomRectReadOnly.width","DomStringList.length","DomStringList.[]","DomStringList.[]=","DomStringList.elementAt","_ChildrenElementList.contains","_ChildrenElementList.isEmpty","_ChildrenElementList.length","_ChildrenElementList.[]","_ChildrenElementList.[]=","_ChildrenElementList.iterator","_ChildrenElementList.addAll","_FrozenElementList.length","_FrozenElementList.[]","_FrozenElementList.[]=","Element.attributes","Element.toString","Element.createFragment","NodeValidatorBuilder.common","NodeValidatorBuilder.allowHtml5","NodeValidatorBuilder.allowTemplating","Element._canBeUsedToCreateContextualFragment","Element.createFragment[function-entry$1$treeSanitizer]","Element.setInnerHtml","Element.html.","EventTarget.addEventListener","EventTarget.addEventListener[function-entry$2]","EventTarget.removeEventListener","EventTarget.removeEventListener[function-entry$2]","EventTarget._addEventListener","EventTarget._removeEventListener","FileList.length","FileList.[]","FileList.[]=","FileList.elementAt","HtmlCollection.length","HtmlCollection.[]","HtmlCollection.[]=","HtmlCollection.elementAt","HttpRequest.open","HttpRequest.request.","Location.toString","MessagePort.addEventListener","MidiInputMap.containsKey","MidiInputMap.[]","MidiInputMap.forEach","MidiInputMap.keys","MidiInputMap.values","MidiInputMap.length","MidiInputMap.isEmpty","MidiInputMap.isNotEmpty","MidiInputMap.[]=","MidiInputMap.keys.","MidiInputMap.values.","MidiOutputMap.containsKey","MidiOutputMap.[]","MidiOutputMap.forEach","MidiOutputMap.keys","MidiOutputMap.values","MidiOutputMap.length","MidiOutputMap.isEmpty","MidiOutputMap.isNotEmpty","MidiOutputMap.[]=","MidiOutputMap.keys.","MidiOutputMap.values.","MimeTypeArray.length","MimeTypeArray.[]","MimeTypeArray.[]=","MimeTypeArray.elementAt","MouseEvent.offset","MouseEvent.client","_DomRect.topLeft","_ChildNodeListLazy.single","_ChildNodeListLazy.addAll","_ChildNodeListLazy.[]=","_ChildNodeListLazy.iterator","ImmutableListMixin.iterator","_ChildNodeListLazy.length","_ChildNodeListLazy.[]","Node.remove","Node.replaceWith","Node.toString","Node._replaceChild","NodeList.length","NodeList.[]","NodeList.[]=","NodeList.elementAt","PluginArray.length","PluginArray.[]","PluginArray.[]=","PluginArray.elementAt","RtcStatsReport.containsKey","RtcStatsReport.[]","RtcStatsReport.forEach","RtcStatsReport.keys","RtcStatsReport.values","RtcStatsReport.length","RtcStatsReport.isEmpty","RtcStatsReport.isNotEmpty","RtcStatsReport.[]=","RtcStatsReport.keys.","RtcStatsReport.values.","SourceBufferList.length","SourceBufferList.[]","SourceBufferList.[]=","SourceBufferList.elementAt","SpeechGrammarList.length","SpeechGrammarList.[]","SpeechGrammarList.[]=","SpeechGrammarList.elementAt","Storage.containsKey","Storage.[]","Storage.[]=","Storage.forEach","Storage.keys","Storage.values","Storage.length","Storage.isEmpty","Storage.isNotEmpty","Storage.keys.","Storage.values.","TableElement.createFragment","TableRowElement.createFragment","TableSectionElement.createFragment","TextTrackCueList.length","TextTrackCueList.[]","TextTrackCueList.[]=","TextTrackCueList.elementAt","TextTrackList.length","TextTrackList.[]","TextTrackList.[]=","TextTrackList.elementAt","TouchList.length","TouchList.[]","TouchList.[]=","TouchList.first","TouchList.last","TouchList.elementAt","Url.toString","WheelEvent.deltaY","WheelEvent.deltaX","WheelEvent.deltaMode","Window._requestAnimationFrame","Window._ensureRequestAnimationFrame","_CssRuleList.length","_CssRuleList.[]","_CssRuleList.[]=","_CssRuleList.elementAt","_DomRect.toString","_DomRect.==","_DomRect.hashCode","_DomRect.height","_DomRect.width","_GamepadList.length","_GamepadList.[]","_GamepadList.[]=","_GamepadList.elementAt","_NamedNodeMap.length","_NamedNodeMap.[]","_NamedNodeMap.[]=","_NamedNodeMap.elementAt","_SpeechRecognitionResultList.length","_SpeechRecognitionResultList.[]","_SpeechRecognitionResultList.[]=","_SpeechRecognitionResultList.elementAt","_StyleSheetList.length","_StyleSheetList.[]","_StyleSheetList.[]=","_StyleSheetList.elementAt","_AttributeMap.cast","_AttributeMap.forEach","_ElementAttributeMap.[]","_AttributeMap.keys","_AttributeMap.values","_AttributeMap.isEmpty","_AttributeMap.isNotEmpty","_ElementAttributeMap.containsKey","_ElementAttributeMap.[]=","_ElementAttributeMap.length","_EventStream.listen","_EventStream.isBroadcast","_EventStream.listen[function-entry$1$onDone$onError]","_EventStreamSubscription.cancel","_EventStreamSubscription.onData","_EventStreamSubscription.onError","_EventStreamSubscription.onDone","_EventStreamSubscription.pause","_EventStreamSubscription.pause[function-entry$0]","_EventStreamSubscription.resume","_EventStreamSubscription._tryResume","_EventStreamSubscription._unlisten","_EventStreamSubscription.","_Html5NodeValidator.allowsElement","_Html5NodeValidator.allowsAttribute","NodeValidatorBuilder.allowsElement","NodeValidatorBuilder.allowsAttribute","NodeValidatorBuilder.allowsElement.","NodeValidatorBuilder.allowsAttribute.","_SimpleNodeValidator.allowsElement","_SimpleNodeValidator.allowsAttribute","_SimpleNodeValidator.","_TemplatingNodeValidator.allowsAttribute","_TemplatingNodeValidator.","_SvgNodeValidator.allowsElement","_SvgNodeValidator.allowsAttribute","FixedSizeListIterator.moveNext","FixedSizeListIterator.current","_ValidatingTreeSanitizer.sanitizeTree","_ValidatingTreeSanitizer._removeNode","_ValidatingTreeSanitizer._sanitizeUntrustedElement","_ValidatingTreeSanitizer._sanitizeElement","JSArray.toList","_ValidatingTreeSanitizer.sanitizeTree.walk","_StructuredClone.findSlot","_StructuredClone.walk","convertDartToNative_DateTime","_StructuredClone.copyList","_StructuredClone.walk.","_AcceptStructuredClone.findSlot","_AcceptStructuredClone.walk","convertNativeToDart_DateTime","DateTime.fromMillisecondsSinceEpoch","_AcceptStructuredClone.convertNativeToDart_AcceptStructuredClone","_AcceptStructuredClone.walk.","convertDartToNative_Dictionary.","_AcceptStructuredCloneDart2Js.forEachJsField","convertNativePromiseToDartFuture.","FilteredElementList._iterable","FilteredElementList.forEach","FilteredElementList.[]=","FilteredElementList.[]","FilteredElementList.contains","FilteredElementList.length","FilteredElementList.iterator","FilteredElementList._iterable.","Point.toString","Point.==","Point.hashCode","Point.+","Point.-","Point.*","LengthList.length","LengthList.[]","LengthList.[]=","LengthList.elementAt","NumberList.length","NumberList.[]","NumberList.[]=","NumberList.elementAt","StringList.length","StringList.[]","StringList.[]=","StringList.elementAt","SvgElement.children","SvgElement.createFragment","NodeValidatorBuilder.allowSvg","NodeTreeSanitizer","TransformList.length","TransformList.[]","TransformList.[]=","TransformList.elementAt","ClipOp.toString","PictureRecorder.beginRecording","RecordingCanvas","_PaintBounds._currentMatrix","PictureRecorder.isRecording","PictureRecorder.endRecording","Canvas.save","Canvas.saveLayer","Canvas.restore","Canvas.translate","Canvas.transform","Canvas.clipRect","Canvas.clipRect[function-entry$1$doAntiAlias]","Canvas.clipRect[function-entry$1]","Canvas.clipRRect","Canvas.clipRRect[function-entry$1]","Canvas.clipPath","Canvas.clipPath[function-entry$1]","Canvas.drawRect","Canvas.drawRRect","Canvas.drawDRRect","Canvas.drawCircle","Canvas.drawPath","Canvas.drawParagraph","Picture.toImage","PathFillType.toString","Path._commands","Path._currentSubpath","Path._currentX","Path._currentY","Path.fillType","Path._openNewSubpath","Path._setCurrentPoint","Path.moveTo","Path.lineTo","Path._ensurePathStarted","Path.quadraticBezierTo","Path.arcToPoint","Path.addRect","Path.addOval","Path.addRRect","RRect.tallMiddleRect","Path.close","Path.reset","Path.contains","RawRecordingCanvas","Paint","Path.shift","Path.getBounds","Path.webOnlyPathAsRoundedRect","Path.webOnlyPathAsRect","Path.webOnlyPathAsCircle","Path.toString","RawRecordingCanvas.beginRecording","RawRecordingCanvas.endRecording","RawRecordingCanvas.isRecording","Scene.dispose","SceneBuilder._pushSurface","SceneBuilder._adoptSurface","SceneBuilder.pushOffset","SceneBuilder.pushTransform","SceneBuilder.pushClipRect","SceneBuilder.pushClipPath","SceneBuilder.pushOpacity","SceneBuilder.pushPhysicalShape","PersistedPhysicalShape","SceneBuilder.addRetained","PersistedSurface.tryRetain","SceneBuilder.pop","SceneBuilder.addPerformanceOverlay","BrowserPlatformLocation.back","SceneBuilder.addPicture","SceneBuilder.setRasterizerTracingThreshold","SceneBuilder.setCheckerboardRasterCacheImages","SceneBuilder.setCheckerboardOffscreenLayers","SceneBuilder.build","OffsetBase.>","OffsetBase.==","OffsetBase.hashCode","OffsetBase.toString","Offset.distance","Offset.distanceSquared","Offset.-","Offset.+","Offset./","Offset.==","Offset.hashCode","Offset.toString","Size.isEmpty","Size.-","Size.+","Size.*","Size./","Size.center","Size.contains","Size.==","Size.hashCode","Size.toString","Rect.isEmpty","Rect.shift","Rect.translate","Rect.inflate","Rect.intersect","Rect.expandToInclude","Rect.overlaps","Rect.shortestSide","Rect.center","Rect.contains","Rect.==","Rect.hashCode","Rect.toString","Radius.-","Radius.+","Radius.*","Radius.==","Radius.hashCode","Radius.toString","RRect.shift","RRect.inflate","RRect._getMin","RRect.scaleRadii","RRect.contains","RRect.==","RRect.hashCode","RRect.toString","RRect.tlRadius","RRect.trRadius","RRect.brRadius","RRect.blRadius","Color.==","Color.hashCode","Color.toCssString","Color.toString","PaintingStyle.toString","BlendMode.toString","Clip.toString","PaintData.clone","Paint.blendMode","Paint.style","Paint.strokeWidth","Paint.isAntiAlias","Paint.color","Paint.shader","Paint.toString","BlurStyle.toString","MaskFilter.==","MaskFilter.hashCode","MaskFilter.toString","Shadow.==","Shadow.hashCode","Shadow.toString","PointerChange.toString","PointerDeviceKind.toString","PointerSignalKind.toString","PointerData.toString","SemanticsAction.toString","SemanticsFlag.toString","PlaceholderAlignment.toString","FontWeight.toString","TextAlign.toString","TextBaseline.toString","TextDecoration.contains","TextDecoration.==","TextDecoration.hashCode","TextDecoration.toString","TextDecorationStyle.toString","TextDirection.toString","TextBox.==","TextBox.hashCode","TextBox.toString","TextAffinity.toString","TextPosition.==","TextPosition.hashCode","TextPosition.toString","ParagraphConstraints.==","ParagraphConstraints.hashCode","ParagraphConstraints.toString","BoxHeightStyle.toString","BoxWidthStyle.toString","TileMode.toString","AppLifecycleState.toString","WindowPadding.toString","Locale.==","Locale.hashCode","Locale.toString","Window.onMetricsChanged","Window.scheduleFrame","Window.onBeginFrame","Window._onFrameTimingListen","Window._onFrameTimingCancel","Window.frameTimings","Window.onDrawFrame","Window.onPointerDataPacket","Window.onSemanticsEnabledChanged","Window.onSemanticsAction","Window.onPlatformMessage","AccessibilityFeatures.toString","AccessibilityFeatures.==","AccessibilityFeatures.hashCode","Brightness.toString","AudioParamMap.containsKey","AudioParamMap.[]","AudioParamMap.forEach","AudioParamMap.keys","AudioParamMap.values","AudioParamMap.length","AudioParamMap.isEmpty","AudioParamMap.isNotEmpty","AudioParamMap.[]=","AudioParamMap.keys.","AudioParamMap.values.","SqlResultSetRowList.length","SqlResultSetRowList.[]","SqlResultSetRowList.[]=","SqlResultSetRowList.elementAt","Bloc","BehaviorSubject.seeded","MainBloc.initialState","MainUninitialized","Observable.defer","Bloc.dispatch","Bloc._handleError","Bloc._bindStateSubject","Bloc._handleError[function-entry$1]","Bloc._bindStateSubject.","Stream.handleError","Bloc__bindStateSubject_closure","Bloc.currentState","Subject.isClosed","BlocDelegate.onEvent","BlocDelegate.onTransition","BlocDelegate.onError","Transition.==","Transition.hashCode","Transition.toString","IterableEquality.equals","IterableEquality.hash","ListEquality.equals","ListEquality.hash","_UnorderedEquality.equals","_UnorderedEquality.hash","_MapEntry.hashCode","_MapEntry.==","MapEquality.equals","MapEquality.hash","DeepCollectionEquality.equals","DeepCollectionEquality.hash","DeepCollectionEquality.isValidKey","HeapPriorityQueue.length","HeapPriorityQueue.toString","HeapPriorityQueue._bubbleDown","Equatable.==","Equatable.hashCode","Equatable.toString","mapPropsToHashCode.","AnimationStatus.toString","Animation.drive","Animatable.animate","Animation.drive[function-entry$1]","Animation.toString","Animation.toStringDetails","_AnimationDirection.toString","AnimationBehavior.toString","AnimationController.value","AnimationController._internalSetValue","AnimationController.status","AnimationController.forward","AnimationController.forward[function-entry$0]","AnimationController.reverse","AnimationController.reverse[function-entry$0]","AnimationController._animateToInternal","SemanticsBinding.disableAnimations","TickerFuture.complete","_InterpolationSimulation","AnimationController._animateToInternal[function-entry$1]","AnimationController._startSimulation","TickerFuture._","Ticker.start","Ticker.shouldScheduleTick","Ticker.scheduleTick","AnimationController.stop","AnimationController.stop[function-entry$0]","AnimationController.dispose","AnimationController._checkStatusChanged","AnimationController._tick","AnimationController.toStringDetails","AnimationController.isAnimating","_InterpolationSimulation.x","_InterpolationSimulation.isDone","_AlwaysCompleteAnimation.addListener","_AlwaysCompleteAnimation.removeListener","_AlwaysCompleteAnimation.addStatusListener","_AlwaysCompleteAnimation.removeStatusListener","_AlwaysCompleteAnimation.status","_AlwaysCompleteAnimation.value","_AlwaysCompleteAnimation.toString","_AlwaysDismissedAnimation.addListener","_AlwaysDismissedAnimation.removeListener","_AlwaysDismissedAnimation.addStatusListener","_AlwaysDismissedAnimation.removeStatusListener","_AlwaysDismissedAnimation.status","_AlwaysDismissedAnimation.value","_AlwaysDismissedAnimation.toString","AnimationWithParentMixin.addListener","AnimationWithParentMixin.removeListener","AnimationWithParentMixin.addStatusListener","AnimationWithParentMixin.removeStatusListener","AnimationWithParentMixin.status","ProxyAnimation.parent","ProxyAnimation.didStartListening","ProxyAnimation.didStopListening","ProxyAnimation.status","ProxyAnimation.value","ProxyAnimation.toString","ReverseAnimation.addListener","ReverseAnimation.removeListener","ReverseAnimation.didStartListening","ReverseAnimation.didStopListening","ReverseAnimation._statusChangeHandler","ReverseAnimation.status","ReverseAnimation.value","ReverseAnimation._reverseStatus","ReverseAnimation.toString","CurvedAnimation._updateCurveDirection","CurvedAnimation._useForwardCurve","CurvedAnimation.value","CurvedAnimation.toString","_TrainHoppingMode.toString","TrainHoppingAnimation._statusChangeHandler","TrainHoppingAnimation.status","TrainHoppingAnimation._valueChangeHandler","TrainHoppingAnimation.value","TrainHoppingAnimation.dispose","TrainHoppingAnimation.toString","CompoundAnimation.didStartListening","CompoundAnimation.didStopListening","CompoundAnimation.status","CompoundAnimation.toString","CompoundAnimation._maybeNotifyStatusListeners","CompoundAnimation._maybeNotifyListeners","AnimationMin.value","Curve.transform","Curve.transformInternal","Curve.toString","_Linear.transformInternal","Interval.transformInternal","Interval.toString","Threshold.transformInternal","Cubic._evaluateCubic","Cubic.transformInternal","Cubic.toString","FlippedCurve.transformInternal","FlippedCurve.toString","AnimationLazyListenerMixin.didRegisterListener","AnimationLazyListenerMixin.didUnregisterListener","AnimationEagerListenerMixin.didRegisterListener","AnimationEagerListenerMixin.didUnregisterListener","AnimationEagerListenerMixin.dispose","AnimationLocalListenersMixin.removeListener","AnimationLocalListenersMixin.notifyListeners","AnimationLocalListenersMixin.notifyListeners.","AnimationLocalStatusListenersMixin.addStatusListener","AnimationLocalStatusListenersMixin.removeStatusListener","AnimationLocalStatusListenersMixin.notifyStatusListeners","AnimationLocalStatusListenersMixin.notifyStatusListeners.","Animatable.chain","_AnimatedEvaluation.value","_AnimatedEvaluation.toString","_AnimatedEvaluation.toStringDetails","_ChainedEvaluation.transform","_ChainedEvaluation.toString","Tween.lerp","Tween.transform","Tween.toString","ReverseTween.lerp","ColorTween.lerp","RectTween.lerp","IntTween.lerp","CurveTween.transform","CurveTween.toString","_CupertinoLocalizationsDelegate.isSupported","_CupertinoLocalizationsDelegate.load","DefaultCupertinoLocalizations.load","_CupertinoLocalizationsDelegate.shouldReload","_CupertinoLocalizationsDelegate.toString","CupertinoPageRoute.buildPageTransitions.","CupertinoPageRoute._startPopGesture","_CupertinoBackGestureController","CupertinoPageRoute_buildPageTransitions_closure","CupertinoPageTransition.build","_CupertinoBackGestureDetector.createState","State","_CupertinoBackGestureDetectorState.initState","HorizontalDragGestureRecognizer","DragGestureRecognizer","OneSequenceGestureRecognizer","GestureRecognizer","_CupertinoBackGestureDetectorState.dispose","_CupertinoBackGestureDetectorState._handleDragStart","_CupertinoBackGestureDetectorState._handleDragUpdate","_CupertinoBackGestureController.dragUpdate","_CupertinoBackGestureDetectorState._handleDragEnd","_CupertinoBackGestureDetectorState._handleDragCancel","_CupertinoBackGestureDetectorState._handlePointerDown","_CupertinoBackGestureDetectorState._convertToLogical","_CupertinoBackGestureDetectorState.build","_CupertinoBackGestureController.dragEnd","_CupertinoBackGestureController.dragEnd.","_CupertinoEdgeShadowDecoration.lerpFrom","_CupertinoEdgeShadowDecoration.lerpTo","_CupertinoEdgeShadowDecoration.createBoxPainter","_CupertinoEdgeShadowDecoration.==","_CupertinoEdgeShadowDecoration.hashCode","_CupertinoEdgeShadowPainter.paint","LinearGradient.createShader","CupertinoTheme.build","_InheritedCupertinoTheme.updateShouldNotify","FlutterErrorDetails.exceptionAsString","FlutterErrorDetails.summary","FlutterErrorDetails.toStringShort","FlutterErrorDetails.toString","FlutterErrorDetails.summary.formatException","FlutterError.message","FlutterError.toStringShort","FlutterError.toString","FlutterError.","FlutterError.toString.","BindingBase","_InactiveElements","BuildOwner","HashedObserverList","FocusManager.rootScope","FocusScopeNode","BuildOwner.focusManager","FocusManager","FocusManager._listeners","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.initInstances","BuildOwner._inactiveElements","BindingBase.window","BindingBase.initInstances","BindingBase.initServiceExtensions","BindingBase.lockEvents","BindingBase.unlocked","BindingBase.toString","BindingBase.lockEvents.","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.unlocked","ChangeNotifier.addListener","ChangeNotifier.removeListener","ChangeNotifier.dispose","ChangeNotifier.notifyListeners","ChangeNotifier.notifyListeners.","_MergingListenable.addListener","_MergingListenable.removeListener","_MergingListenable.toString","DiagnosticLevel.toString","DiagnosticsTreeStyle.toString","TextTreeRenderer.render","TextTreeRenderer.render[function-entry$1]","DiagnosticsNode.toString","DiagnosticsNode.toString[function-entry$0]","DiagnosticsNode.toStringDeep","DiagnosticsNode.toStringDeep[function-entry$0$minLevel]","DiagnosticsProperty.value","DiagnosticsProperty._maybeCacheValue","DiagnosticableMixin.toStringShort","DiagnosticableMixin.toString","DiagnosticableTree.toStringShort","DiagnosticableTreeMixin.toString","DiagnosticableTreeMixin.toStringShort","DiagnosticableTreeMixin.toDiagnosticsNode","DiagnosticableTreeMixin.toDiagnosticsNode[function-entry$0$style]","ValueKey.==","ValueKey.hashCode","ValueKey.toString","AbstractNode.redepthChild","AbstractNode.redepthChildren","AbstractNode.owner","AbstractNode.attach","AbstractNode.detach","AbstractNode.parent","AbstractNode.adoptChild","AbstractNode.dropChild","ObserverList.remove","ObserverList.contains","ObserverList.iterator","ObserverList.isEmpty","ObserverList.isNotEmpty","HashedObserverList.remove","HashedObserverList.contains","HashedObserverList.iterator","HashedObserverList.isEmpty","HashedObserverList.isNotEmpty","TargetPlatform.toString","SynchronousFuture.then","SynchronousFuture.then[function-entry$1]","SynchronousFuture.whenComplete","SynchronousFuture.whenComplete.","SynchronousFuture_whenComplete_closure","GestureDisposition.toString","_GestureArena.toString","_GestureArena.toString.","GestureArenaManager.add","GestureArenaManager.close","GestureArenaManager.sweep","GestureArenaManager.hold","GestureArenaManager.release","GestureArenaManager._resolve","GestureArenaManager._tryToResolveArena","GestureArenaManager._resolveByDefault","GestureArenaManager._resolveInFavorOf","GestureArenaManager.add.","_GestureArena","GestureArenaManager._tryToResolveArena.","GestureBinding._handlePointerDataPacket","GestureBinding.cancelPointer","GestureBinding._flushPointerEventQueue","GestureBinding._handlePointerEvent","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding.hitTest","RenderView.hitTest","HitTestResult.add","GestureBinding.hitTest","GestureBinding.dispatchEvent","GestureBinding.handleEvent","GestureBinding.dispatchEvent.","_PointerState.toString","PointerEventConverter._ensureStateForPointer.","DragDownDetails.toString","DragStartDetails.toString","DragUpdateDetails.toString","DragEndDetails.toString","PointerAddedEvent.transformed","PointerRemovedEvent.transformed","PointerHoverEvent.transformed","PointerEnterEvent.transformed","PointerExitEvent.transformed","PointerDownEvent.transformed","PointerMoveEvent.transformed","PointerUpEvent.transformed","PointerScrollEvent.transformed","PointerCancelEvent.transformed","HitTestEntry.toString","HitTestResult.toString","LongPressGestureRecognizer.isPointerAllowed","LongPressGestureRecognizer.didExceedDeadline","LongPressGestureRecognizer.handlePrimaryPointer","VelocityTracker","OffsetPair.fromEventPosition","LongPressGestureRecognizer._checkLongPressStart","LongPressGestureRecognizer._checkLongPressMoveUpdate","LongPressGestureRecognizer._checkLongPressEnd","LongPressGestureRecognizer._reset","LongPressGestureRecognizer.resolve","LongPressGestureRecognizer.acceptGesture","_Vector.[]","_Vector.*","LeastSquaresSolver.solve","_Matrix.getRow","_DragState.toString","DragGestureRecognizer.isPointerAllowed","DragGestureRecognizer.addAllowedPointer","DragGestureRecognizer.handleEvent","DragGestureRecognizer.acceptGesture","DragGestureRecognizer.rejectGesture","DragGestureRecognizer.didStopTrackingLastPointer","DragGestureRecognizer._giveUpPointer","OneSequenceGestureRecognizer.resolvePointer","DragGestureRecognizer._giveUpPointer[function-entry$1]","DragGestureRecognizer._checkDown","DragGestureRecognizer._checkStart","DragGestureRecognizer._checkUpdate","DragGestureRecognizer._checkEnd","DragGestureRecognizer.dispose","DragGestureRecognizer._checkDown.","DragGestureRecognizer._checkStart.","DragGestureRecognizer._checkUpdate.","DragGestureRecognizer._checkEnd.","VerticalDragGestureRecognizer.isFlingGesture","VerticalDragGestureRecognizer._hasSufficientGlobalDistanceToAccept","VerticalDragGestureRecognizer._getDeltaForDetails","VerticalDragGestureRecognizer._getPrimaryValueFromOffset","HorizontalDragGestureRecognizer.isFlingGesture","HorizontalDragGestureRecognizer._hasSufficientGlobalDistanceToAccept","HorizontalDragGestureRecognizer._getDeltaForDetails","HorizontalDragGestureRecognizer._getPrimaryValueFromOffset","PanGestureRecognizer.isFlingGesture","PanGestureRecognizer._hasSufficientGlobalDistanceToAccept","PanGestureRecognizer._getDeltaForDetails","PanGestureRecognizer._getPrimaryValueFromOffset","MouseTrackerAnnotation.toString","MouseTracker.attachAnnotation","_TrackedAnnotation","MouseTracker.detachAnnotation","MouseTracker._scheduleMousePositionCheck","MouseTracker._handleEvent","MouseTracker._removeMouseEvent","MouseTracker.collectMousePositions","MouseTracker._addMouseEvent","MouseTracker._scheduleMousePositionCheck.","MouseTracker.collectMousePositions.exitAnnotation","MouseTracker.collectMousePositions.exitAllDevices","MouseTracker.collectMousePositions.","_CountdownZoned._onTimeout","_TapTracker.stopTrackingPointer","_TapTracker.isWithinGlobalTolerance","DoubleTapGestureRecognizer.isPointerAllowed","DoubleTapGestureRecognizer.addAllowedPointer","_TapTracker.hasElapsedMinTime","DoubleTapGestureRecognizer._trackFirstTap","_TapTracker","_CountdownZoned","_TapTracker.startTrackingPointer","DoubleTapGestureRecognizer._handleEvent","DoubleTapGestureRecognizer._registerFirstTap","DoubleTapGestureRecognizer._registerSecondTap","DoubleTapGestureRecognizer.acceptGesture","DoubleTapGestureRecognizer.rejectGesture","DoubleTapGestureRecognizer._reject","DoubleTapGestureRecognizer.dispose","DoubleTapGestureRecognizer._reset","DoubleTapGestureRecognizer._clearTrackers","DoubleTapGestureRecognizer._stopDoubleTapTimer","PointerRouter.addRoute","PointerRouter.removeRoute","PointerRouter.addGlobalRoute","PointerRouter._dispatch","PointerRouter.route","PointerRouter.addRoute.","PointerRouter._dispatch.","_RouteEntry.isRoutePredicate.","PointerSignalResolver.resolve","DragStartBehavior.toString","GestureRecognizer.addPointer","GestureRecognizer.addAllowedPointer","GestureRecognizer.handleNonAllowedPointer","GestureRecognizer.isPointerAllowed","GestureRecognizer.dispose","GestureRecognizer.invokeCallback","GestureRecognizer.invokeCallback[function-entry$2]","GestureRecognizer.invokeCallback[function-entry$2$debugReport]","GestureRecognizer.invokeCallback.","OneSequenceGestureRecognizer.handleNonAllowedPointer","OneSequenceGestureRecognizer.acceptGesture","OneSequenceGestureRecognizer.rejectGesture","OneSequenceGestureRecognizer.resolve","OneSequenceGestureRecognizer.dispose","OneSequenceGestureRecognizer._addPointerToArena","OneSequenceGestureRecognizer.startTrackingPointer","OneSequenceGestureRecognizer.stopTrackingPointer","OneSequenceGestureRecognizer.stopTrackingIfPointerNoLongerDown","GestureRecognizerState.toString","PrimaryPointerGestureRecognizer.addAllowedPointer","PrimaryPointerGestureRecognizer.handleEvent","PrimaryPointerGestureRecognizer.didExceedDeadline","PrimaryPointerGestureRecognizer.didExceedDeadlineWithEvent","PrimaryPointerGestureRecognizer.acceptGesture","PrimaryPointerGestureRecognizer.rejectGesture","PrimaryPointerGestureRecognizer.didStopTrackingLastPointer","PrimaryPointerGestureRecognizer.dispose","PrimaryPointerGestureRecognizer._stopTimer","PrimaryPointerGestureRecognizer._getGlobalDistance","PrimaryPointerGestureRecognizer.addAllowedPointer.","OffsetPair.+","OffsetPair.-","OffsetPair.toString","TapGestureRecognizer.isPointerAllowed","TapGestureRecognizer.addAllowedPointer","TapGestureRecognizer.handlePrimaryPointer","TapGestureRecognizer.resolve","TapGestureRecognizer.didExceedDeadlineWithEvent","TapGestureRecognizer.acceptGesture","TapGestureRecognizer.rejectGesture","TapGestureRecognizer._checkDown","TapGestureRecognizer._checkUp","TapGestureRecognizer._checkCancel","TapGestureRecognizer._reset","TapGestureRecognizer._checkDown.","Velocity.-","Velocity.+","Velocity.clampMagnitude","Velocity.==","Velocity.hashCode","Velocity.toString","VelocityEstimate.toString","_PointAtTime.toString","VelocityTracker.addPosition","VelocityTracker.getVelocityEstimate","ThemeMode.toString","MaterialApp.createState","_MaterialAppState.initState","HeroController","_MaterialAppState.didUpdateWidget","_MaterialAppState._updateNavigator","_MaterialAppState._createRectTween","_MaterialAppState._localizationsDelegates","_MaterialAppState.build","_MaterialAppState.build.","ModalRoute","TransitionRoute","OverlayRoute","ModalRoute._storageBucket","_MaterialAppState.build[function-entry$2].","_ToolbarContainerLayout.getConstraintsForChild","_ToolbarContainerLayout.getSize","_ToolbarContainerLayout.getPositionForChild","_ToolbarContainerLayout.shouldRelayout","AppBar._getEffectiveCenterTitle","AppBar.createState","_AppBarState._handleDrawerButton","_AppBarState._handleDrawerButtonEnd","_AppBarState.build","ScaffoldState.hasDrawer","ScaffoldState.hasEndDrawer","AppBarTheme.hashCode","AppBarTheme.==","MaterialPointArcTween._initialize","MaterialPointArcTween.center","MaterialPointArcTween.radius","MaterialPointArcTween.beginAngle","MaterialPointArcTween.endAngle","MaterialPointArcTween.begin","MaterialPointArcTween.end","MaterialPointArcTween.lerp","MaterialPointArcTween.toString","MaterialPointArcTween._initialize.sweepAngle","_CornerId.toString","MaterialRectArcTween._initialize","MaterialRectArcTween._cornerFor","Rect.topRight","Rect.bottomLeft","MaterialRectArcTween.beginArc","MaterialRectArcTween.endArc","MaterialRectArcTween.begin","MaterialRectArcTween.end","MaterialRectArcTween.lerp","MaterialRectArcTween.toString","MaterialRectArcTween._initialize.","MaterialRectArcTween._diagonalSupport","BackButtonIcon.build","BackButton.build","BackButton.build.","MaterialBannerThemeData.hashCode","MaterialBannerThemeData.==","BottomAppBar.createState","_BottomAppBarState.didChangeDependencies","_BottomAppBarState.build","_BottomAppBarClipper.getClip","_BottomAppBarClipper.shouldReclip","BottomAppBarTheme.hashCode","BottomAppBarTheme.==","BottomSheetThemeData.hashCode","BottomSheetThemeData.==","RawMaterialButton.createState","_RawMaterialButtonState","_RawMaterialButtonState._handleHighlightChanged","_RawMaterialButtonState._handleHoveredChanged","_RawMaterialButtonState._handleFocusedChanged","_RawMaterialButtonState.initState","_RawMaterialButtonState.didUpdateWidget","_RawMaterialButtonState._effectiveElevation","_RawMaterialButtonState.build","Center","_RawMaterialButtonState._handleHighlightChanged.","_RawMaterialButtonState._handleHoveredChanged.","_RawMaterialButtonState._handleFocusedChanged.","_InputPadding.createRenderObject","RenderShiftedBox","_InputPadding.updateRenderObject","_RenderInputPadding.minSize","_RenderInputPadding.performLayout","_RenderInputPadding.hitTest","MatrixUtils.forceToPoint","_RenderInputPadding.hitTest.","ButtonBarThemeData.hashCode","ButtonBarThemeData.==","ButtonTextTheme.toString","ButtonBarLayoutBehavior.toString","ButtonThemeData.padding","ButtonThemeData.shape","ButtonThemeData.==","ButtonThemeData.hashCode","CardTheme.hashCode","CardTheme.==","ChipThemeData.hashCode","ChipThemeData.==","ColorScheme.==","ColorScheme.hashCode","DialogTheme.hashCode","DialogTheme.==","DividerThemeData.hashCode","DividerThemeData.==","FlexibleSpaceBarSettings.updateShouldNotify","_DefaultHeroTag.toString","FloatingActionButton.build","FloatingActionButtonLocation.toString","_CenterDockedFloatingActionButtonLocation.getOffset","_DockedFloatingActionButtonLocation.getDockedY","_CenterDockedFloatingActionButtonLocation.toString","FloatingActionButtonAnimator.toString","_ScalingFabMotionAnimator.getOffset","_AnimationSwap.value","FloatingActionButtonThemeData.hashCode","FloatingActionButtonThemeData.==","IconButton.build","InkHighlight._handleAlphaStatusChanged","InkHighlight.dispose","InkHighlight._paintHighlight","InkHighlight.paintFeature","_getClipCallback.","InkSplash.confirm","InkSplash._handleAlphaStatusChanged","InkSplash.dispose","InkSplash.paintFeature","InteractiveInkFeature.color","InkResponse.createState","_InkResponseState","_HighlightType.toString","_InkResponseState.highlightsExist","_InkResponseState.initState","FocusManager.addHighlightModeListener","_InkResponseState.didChangeDependencies","_InkResponseState.didUpdateWidget","_InkResponseState.dispose","_InkResponseState.wantKeepAlive","_InkResponseState.getHighlightColorForType","_InkResponseState.getFadeDurationForType","_InkResponseState.updateHighlight","InkHighlight","_InkResponseState._createInkFeature","_InkSplashFactory.create","InkSplash","_InkResponseState._handleFocusHighlightModeChange","_InkResponseState._handleFocusUpdate","_InkResponseState.enabled","_InkResponseState._handleTapDown","_InkResponseState._handleTapCancel","_InkResponseState.deactivate","_InkResponseState._isWidgetEnabled","_InkResponseState._handleMouseEnter","_InkResponseState._handleMouseExit","_InkResponseState._handleHoverChange","_InkResponseState.build","_InkResponseState.highlightsExist.","_InkResponseState.updateHighlight.handleInkRemoval","_InkResponseState._createInkFeature.onRemoved","_InkResponseState._handleFocusHighlightModeChange.","_InkResponseState.build.","_InkResponseState._handleTap","__InkResponseState&State&AutomaticKeepAliveClientMixin.initState","__InkResponseState&State&AutomaticKeepAliveClientMixin.deactivate","AutomaticKeepAliveClientMixin._releaseKeepAlive","InputDecorationTheme.hashCode","InputDecorationTheme.==","MaterialType.toString","Material.createState","_MaterialState.build","_MaterialState._getBackgroundColor","_MaterialState._getShape","_MaterialState.build.","GlobalKey.currentContext","_RenderInkFeatures.addInkFeature","_RenderInkFeatures.hitTestSelf","_RenderInkFeatures.paint","_InkFeatures.createRenderObject","RenderProxyBox","_InkFeatures.updateRenderObject","InkFeature.dispose","InkFeature._paint","InkFeature.toString","ShapeBorderTween.lerp","_MaterialInterior.createState","_MaterialInteriorState.forEachTween","_MaterialInteriorState.build","_MaterialInteriorState.forEachTween.","_ShapeBorderPaint.build","_ShapeBorderPainter.paint","_ShapeBorderPainter.shouldRepaint","__MaterialState&State&TickerProviderStateMixin.dispose","__MaterialState&State&TickerProviderStateMixin.didChangeDependencies","_MaterialLocalizationsDelegate.isSupported","_MaterialLocalizationsDelegate.load","DefaultMaterialLocalizations.load","_MaterialLocalizationsDelegate.shouldReload","_MaterialLocalizationsDelegate.toString","MaterialState.toString","_FadeUpwardsPageTransition.build","FadeUpwardsPageTransitionsBuilder.buildTransitions","_FadeUpwardsPageTransition","CupertinoPageTransitionsBuilder.buildTransitions","PageTransitionsTheme.builders","PageTransitionsTheme._all","PageTransitionsTheme.==","PageTransitionsTheme.hashCode","PageTransitionsTheme._all.","PopupMenuThemeData.hashCode","PopupMenuThemeData.==","_ScaffoldSlot.toString","_TransitionSnapshotFabLocation.getOffset","_TransitionSnapshotFabLocation.toString","ScaffoldGeometry._scaleFloatingActionButton","ScaffoldGeometry.copyWith","ScaffoldGeometry.copyWith[function-entry$0$floatingActionButtonArea]","_ScaffoldGeometryNotifier._updateWith","_ScaffoldGeometryNotifier._updateWith[function-entry$0$floatingActionButtonScale]","_ScaffoldGeometryNotifier._updateWith[function-entry$0$bottomNavigationBarTop$floatingActionButtonArea]","_BodyBoxConstraints.==","_BodyBoxConstraints.hashCode","_BodyBuilder.build","_ScaffoldLayout.performLayout","BoxConstraints.loose","_ScaffoldLayout.shouldRelayout","_FloatingActionButtonTransition.createState","_FloatingActionButtonTransitionState.initState","_FloatingActionButtonTransitionState.dispose","_FloatingActionButtonTransitionState.didUpdateWidget","_FloatingActionButtonTransitionState._updateAnimations","_ScalingFabMotionAnimator.getScaleAnimation","Curve.flipped","_ScalingFabMotionAnimator.getRotationAnimation","_FloatingActionButtonTransitionState._handlePreviousAnimationStatusChanged","_FloatingActionButtonTransitionState._isExtendedFloatingActionButton","_FloatingActionButtonTransitionState.build","_FloatingActionButtonTransitionState._onProgressChanged","_FloatingActionButtonTransitionState._updateGeometryScale","_FloatingActionButtonTransitionState._handlePreviousAnimationStatusChanged.","Scaffold.createState","ScaffoldState","ScaffoldState._primaryScrollController","ScrollController","ScaffoldState.hideCurrentSnackBar","ScaffoldState._maybeBuildPersistentBottomSheet","ScaffoldState._moveFloatingActionButton","ScaffoldState._handleStatusBarTap","ScaffoldState._resizeToAvoidBottomInset","ScaffoldState.initState","ScaffoldState.didUpdateWidget","ScaffoldState.didChangeDependencies","ScaffoldState.dispose","ScaffoldState._addIfNonNull","ScaffoldState._addIfNonNull[function-entry$3$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding]","ScaffoldState._addIfNonNull[function-entry$3$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding]","ScaffoldState._addIfNonNull[function-entry$3$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding]","ScaffoldState._buildEndDrawer","ScaffoldState._buildDrawer","ScaffoldState.build","FlexibleSpaceBar.createSettings","ScaffoldState.hideCurrentSnackBar.","_Completer.isCompleted","ScaffoldState._moveFloatingActionButton.","ScaffoldState.build.","_ScaffoldScope.updateShouldNotify","_ScaffoldState&State&TickerProviderStateMixin.dispose","_ScaffoldState&State&TickerProviderStateMixin.didChangeDependencies","__FloatingActionButtonTransitionState&State&TickerProviderStateMixin.dispose","__FloatingActionButtonTransitionState&State&TickerProviderStateMixin.didChangeDependencies","SliderThemeData.hashCode","SliderThemeData.==","SnackBarClosedReason.toString","SnackBarThemeData.hashCode","SnackBarThemeData.==","TabBarTheme.hashCode","TabBarTheme.==","TextTheme.merge","TextTheme.==","TextTheme.hashCode","Theme.build","CupertinoThemeData.noDefault","_InheritedTheme.updateShouldNotify","ThemeDataTween.lerp","ThemeData.lerp","AppBarTheme.lerp","MaterialBannerThemeData.lerp","BottomAppBarTheme.lerp","CardTheme.lerp","DialogTheme.lerp","DividerThemeData.lerp","SliderThemeData.lerp","SnackBarThemeData.lerp","TabBarTheme.lerp","AnimatedTheme.createState","_AnimatedThemeState.forEachTween","_AnimatedThemeState.build","_AnimatedThemeState.forEachTween.","MaterialTapTargetSize.toString","ThemeData.==","ThemeData.hashCode","ThemeData.localize.","MaterialBasedCupertinoThemeData.primaryColor","_IdentityThemeDataCacheKey.hashCode","_IdentityThemeDataCacheKey.==","_FifoCache.putIfAbsent","ToggleButtonsThemeData.hashCode","ToggleButtonsThemeData.==","Tooltip.createState","_TooltipState.initState","_TooltipState._handleMouseTrackerChange","_TooltipState._handleStatusChanged","_TooltipState._hideTooltip","_TooltipState._hideTooltip[function-entry$0]","_TooltipState._showTooltip","_TooltipState.ensureTooltipVisible","_TooltipState._createNewEntry","_TooltipState._removeEntry","_TooltipState._handlePointerEvent","_TooltipState.deactivate","_TooltipState.dispose","PointerRouter.removeGlobalRoute","_TooltipState._handleLongPress","_TooltipState.build","_TooltipState._handleMouseTrackerChange.","_TooltipState._createNewEntry.","_TooltipState.build.","_TooltipPositionDelegate.getConstraintsForChild","_TooltipPositionDelegate.getPositionForChild","_TooltipPositionDelegate.shouldRelayout","_TooltipOverlay.build","__TooltipState&State&SingleTickerProviderStateMixin.dispose","__TooltipState&State&SingleTickerProviderStateMixin.didChangeDependencies","TooltipThemeData.hashCode","TooltipThemeData.==","ScriptCategory.toString","Typography.geometryThemeFor","Typography.==","Typography.hashCode","AlignmentGeometry.toString","AlignmentGeometry.==","AlignmentGeometry.hashCode","Alignment.-","Alignment._x","Alignment._start","Alignment._y","Alignment.+","Alignment.*","Alignment.alongOffset","Alignment.withinRect","Alignment.resolve","Alignment.toString","AlignmentDirectional.-","AlignmentDirectional._x","AlignmentDirectional._start","AlignmentDirectional._y","AlignmentDirectional.+","AlignmentDirectional.*","AlignmentDirectional.resolve","AlignmentDirectional.toString","_MixedAlignment.*","_MixedAlignment.resolve","RenderComparison.toString","Axis.toString","VerticalDirection.toString","BorderRadiusGeometry.subtract","BorderRadiusGeometry.add","BorderRadiusGeometry.toString","BorderRadiusGeometry.==","BorderRadiusGeometry.hashCode","BorderRadius._topLeft","BorderRadius._topRight","BorderRadius._bottomLeft","BorderRadius._bottomRight","BorderRadius._topStart","BorderRadius._topEnd","BorderRadius._bottomStart","BorderRadius._bottomEnd","BorderRadius.toRRect","BorderRadius.subtract","BorderRadius.add","BorderRadius.-","BorderRadius.+","BorderRadius.*","BorderRadius.resolve","_MixedBorderRadius.*","_MixedBorderRadius.resolve","BorderStyle.toString","BorderSide.scale","BorderSide.toPaint","BorderSide.==","BorderSide.hashCode","BorderSide.toString","ShapeBorder.add","ShapeBorder.add[function-entry$1]","ShapeBorder.+","ShapeBorder.lerpFrom","ShapeBorder.lerpTo","ShapeBorder.toString","_CompoundBorder.dimensions","_CompoundBorder.add","_CompoundBorder.add[function-entry$1]","_CompoundBorder.scale","_CompoundBorder.lerpFrom","_CompoundBorder.lerpTo","_CompoundBorder.getOuterPath","_CompoundBorder.paint","EdgeInsets.deflateRect","_CompoundBorder.==","_CompoundBorder.hashCode","_CompoundBorder.toString","JSArray.reversed","_CompoundBorder.dimensions.","_CompoundBorder.scale.","_CompoundBorder.toString.","BoxShape.toString","BoxBorder.add","BoxBorder.add[function-entry$1]","BoxBorder.getOuterPath","Border.dimensions","Border.isUniform","Border.add","Border.merge","Border.add[function-entry$1]","Border.scale","Border.lerpFrom","Border.lerpTo","Border.paint","Border.paint[function-entry$2$textDirection]","Border.==","Border.hashCode","Border.toString","BorderDirectional.dimensions","BorderDirectional.isUniform","BorderDirectional.add","BorderDirectional.merge","BorderDirectional.add[function-entry$1]","BorderDirectional.scale","BorderDirectional.lerpFrom","BorderDirectional.lerpTo","BorderDirectional.paint","BorderDirectional.paint[function-entry$2$textDirection]","BorderDirectional.==","BorderDirectional.hashCode","BorderDirectional.toString","BoxDecoration.padding","BoxDecoration.scale","BoxDecoration.isComplex","BoxDecoration.lerpFrom","BoxDecoration.lerpTo","BoxDecoration.==","BoxDecoration.hashCode","BoxDecoration.hitTest","BoxDecoration.createBoxPainter","_BoxDecorationPainter._paintBox","_BoxDecorationPainter._paintShadows","BoxShadow.toPaint","_BoxDecorationPainter._paintBackgroundImage","_BoxDecorationPainter.dispose","_BoxDecorationPainter.paint","_BoxDecorationPainter._paintBackgroundColor","_BoxDecorationPainter._getBackgroundPaint","_BoxDecorationPainter.toString","BoxShadow.==","BoxShadow.hashCode","BoxShadow.toString","CircleBorder.dimensions","CircleBorder.scale","CircleBorder.lerpFrom","CircleBorder.lerpTo","CircleBorder.getOuterPath","CircleBorder.paint","CircleBorder.==","CircleBorder.hashCode","CircleBorder.toString","ClipContext._clipAndPaint","ClipContext.clipPathAndPaint","ClipContext.clipRectAndPaint","ClipContext.clipPathAndPaint.","ClipContext.clipRectAndPaint.","ColorSwatch.[]","ColorSwatch.==","ColorSwatch.hashCode","ColorSwatch.toString","Decoration.toStringShort","Decoration.padding","Decoration.isComplex","Decoration.lerpFrom","Decoration.lerpTo","Decoration.hitTest","BoxPainter.dispose","EdgeInsetsGeometry.horizontal","EdgeInsetsGeometry.add","EdgeInsetsGeometry.toString","EdgeInsetsGeometry.==","EdgeInsetsGeometry.hashCode","EdgeInsets._left","EdgeInsets._top","EdgeInsets._right","EdgeInsets._bottom","EdgeInsets._start","EdgeInsets._end","EdgeInsets.add","EdgeInsets.-","EdgeInsets.+","EdgeInsets.*","EdgeInsets.resolve","EdgeInsets.copyWith","EdgeInsets.copyWith[function-entry$0$bottom]","EdgeInsetsDirectional._start","EdgeInsetsDirectional._top","EdgeInsetsDirectional._end","EdgeInsetsDirectional._bottom","EdgeInsetsDirectional._left","EdgeInsetsDirectional._right","EdgeInsetsDirectional.add","EdgeInsetsDirectional.-","EdgeInsetsDirectional.+","EdgeInsetsDirectional.*","EdgeInsetsDirectional.resolve","_MixedEdgeInsets.*","_MixedEdgeInsets.resolve","_sample.","_interpolateColorsAndStops.","Gradient._impliedStops","LinearGradient.scale","LinearGradient.==","LinearGradient.hashCode","LinearGradient.toString","LinearGradient.scale.","ImageConfiguration.==","ImageConfiguration.hashCode","ImageConfiguration.toString","InlineSpanSemanticsInformation.==","InlineSpanSemanticsInformation.hashCode","InlineSpanSemanticsInformation.toString","InlineSpan.getSpanForPosition","InlineSpan.==","InlineSpan.hashCode","InlineSpan.getSpanForPosition.","CircularNotchedRectangle.getOuterPath","RoundedRectangleBorder.dimensions","RoundedRectangleBorder.scale","RoundedRectangleBorder.lerpFrom","RoundedRectangleBorder.lerpTo","RoundedRectangleBorder.getOuterPath","RoundedRectangleBorder.paint","RoundedRectangleBorder.==","RoundedRectangleBorder.hashCode","RoundedRectangleBorder.toString","_RoundedRectangleToCircleBorder.dimensions","_RoundedRectangleToCircleBorder.scale","_RoundedRectangleToCircleBorder.lerpFrom","_RoundedRectangleToCircleBorder.lerpTo","_RoundedRectangleToCircleBorder._adjustRect","_RoundedRectangleToCircleBorder._adjustBorderRadius","_RoundedRectangleToCircleBorder.getOuterPath","_RoundedRectangleToCircleBorder.paint","_RoundedRectangleToCircleBorder.==","_RoundedRectangleToCircleBorder.hashCode","_RoundedRectangleToCircleBorder.toString","ShaderWarmUp.execute","TimelineTask","DefaultShaderWarmUp.warmUpOnCanvas","StadiumBorder.dimensions","StadiumBorder.scale","StadiumBorder.lerpFrom","StadiumBorder.lerpTo","StadiumBorder.getOuterPath","StadiumBorder.paint","StadiumBorder.==","StadiumBorder.hashCode","StadiumBorder.toString","_StadiumToCircleBorder.dimensions","_StadiumToCircleBorder.scale","_StadiumToCircleBorder.lerpFrom","_StadiumToCircleBorder.lerpTo","_StadiumToCircleBorder._adjustRect","_StadiumToCircleBorder.getOuterPath","_StadiumToCircleBorder._adjustBorderRadius","_StadiumToCircleBorder.paint","_StadiumToCircleBorder.==","_StadiumToCircleBorder.hashCode","_StadiumToCircleBorder.toString","_StadiumToRoundedRectangleBorder.dimensions","_StadiumToRoundedRectangleBorder.scale","_StadiumToRoundedRectangleBorder.lerpFrom","_StadiumToRoundedRectangleBorder.lerpTo","_StadiumToRoundedRectangleBorder._adjustBorderRadius","_StadiumToRoundedRectangleBorder.getOuterPath","_StadiumToRoundedRectangleBorder.paint","_StadiumToRoundedRectangleBorder.==","_StadiumToRoundedRectangleBorder.hashCode","_StadiumToRoundedRectangleBorder.toString","PlaceholderDimensions.toString","TextWidthBasis.toString","TextPainter.text","TextPainter.textAlign","TextPainter.textDirection","TextPainter.textScaleFactor","TextPainter.ellipsis","TextPainter.locale","TextPainter.maxLines","TextPainter.textWidthBasis","TextPainter.setPlaceholderDimensions","TextPainter.width","TextPainter.computeDistanceToActualBaseline","TextPainter.layout","TextPainter._createParagraphStyle","TextPainter.layout[function-entry$0]","TextSpan.build","TextStyle.getTextStyle","TextSpan.visitChildren","TextSpan.getSpanForPositionVisitor","TextSpan.computeSemanticsInformation","TextSpan.compareTo","TextSpan.==","TextSpan.hashCode","TextSpan.toStringShort","TextStyle.fontFamilyFallback","TextStyle.copyWith","TextStyle.copyWith[function-entry$0$color]","TextStyle.copyWith[function-entry$0$color$letterSpacing]","TextStyle.merge","TextStyle.compareTo","TextStyle.==","TextStyle.hashCode","TextStyle.toStringShort","Simulation.toString","Tolerance.toString","RendererBinding.handleMetricsChanged","RendererBinding.createViewConfiguration","RendererBinding._handleSemanticsEnabledChanged","Window.semanticsEnabled","RendererBinding.setSemanticsEnabled","RendererBinding._handleSemanticsAction","RendererBinding._handleSemanticsOwnerCreated","RenderObject.scheduleInitialSemantics","RendererBinding._handleSemanticsOwnerDisposed","RendererBinding._handlePersistentFrameCallback","RendererBinding.drawFrame","BoxConstraints.loosen","BoxConstraints.enforce","BoxConstraints.tighten","BoxConstraints.tighten[function-entry$0$height]","BoxConstraints.tighten[function-entry$0$width]","BoxConstraints.constrain","BoxConstraints.*","BoxConstraints.isNormalized","BoxConstraints.==","BoxConstraints.hashCode","BoxConstraints.toString","BoxConstraints.toString.describe","BoxHitTestResult.addWithPaintTransform","BoxHitTestResult.addWithPaintOffset","BoxHitTestResult.addWithRawTransform","HitTestResult.pushTransform","HitTestResult.popTransform","BoxHitTestEntry.target","BoxHitTestEntry.toString","BoxParentData.toString","RenderBox.setupParentData","BoxParentData","RenderBox.semanticBounds","RenderBox.getDistanceToBaseline","RenderBox.getDistanceToBaseline[function-entry$1]","RenderBox.getDistanceToActualBaseline","RenderBox.computeDistanceToActualBaseline","RenderBox.constraints","RenderBox.markNeedsLayout","RenderBox.performResize","BoxConstraints.smallest","RenderBox.performLayout","RenderBox.hitTest","RenderBox.hitTestSelf","RenderBox.hitTestChildren","RenderBox.applyPaintTransform","RenderBox.globalToLocal","RenderBox.paintBounds","RenderBox.handleEvent","RenderBox.getDistanceToActualBaseline.","RenderBoxContainerDefaultsMixin.defaultComputeDistanceToFirstActualBaseline","RenderBoxContainerDefaultsMixin.defaultComputeDistanceToHighestActualBaseline","RenderBoxContainerDefaultsMixin.defaultHitTestChildren","RenderBoxContainerDefaultsMixin.defaultPaint","RenderBoxContainerDefaultsMixin.defaultHitTestChildren.","_ContainerBoxParentData&BoxParentData&ContainerParentDataMixin.detach","MultiChildLayoutParentData.toString","MultiChildLayoutDelegate.layoutChild","MultiChildLayoutDelegate.positionChild","MultiChildLayoutDelegate._callPerformLayout","MultiChildLayoutDelegate.toString","RenderCustomMultiChildLayoutBox.setupParentData","RenderCustomMultiChildLayoutBox.delegate","RenderCustomMultiChildLayoutBox.performLayout","BoxConstraints.biggest","RenderCustomMultiChildLayoutBox.paint","RenderCustomMultiChildLayoutBox.hitTestChildren","_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin.attach","_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin.detach","CustomPainter.addListener","CustomPainter.removeListener","CustomPainter.hitTest","CustomPainter.toString","RenderCustomPaint.painter","RenderCustomPaint.foregroundPainter","RenderCustomPaint._didUpdatePainter","RenderCustomPaint.preferredSize","RenderCustomPaint.attach","RenderCustomPaint.detach","RenderCustomPaint.hitTestChildren","RenderCustomPaint.hitTestSelf","RenderCustomPaint.performResize","RenderCustomPaint._paintWithPainter","RenderCustomPaint.paint","RenderCustomPaint._setRasterCacheHints","RenderCustomPaint.describeSemanticsConfiguration","RenderCustomPaint.assembleSemanticsNode","RenderCustomPaint.clearSemantics","RenderErrorBox.sizedByParent","RenderErrorBox.hitTestSelf","RenderErrorBox.performResize","RenderErrorBox.paint","FlexFit.toString","FlexParentData.toString","MainAxisSize.toString","MainAxisAlignment.toString","CrossAxisAlignment.toString","RenderFlex.setupParentData","RenderFlex.computeDistanceToActualBaseline","RenderFlex._getCrossSize","RenderFlex._getMainSize","RenderFlex.performLayout","RenderFlex.hitTestChildren","RenderFlex.paint","RenderFlex.describeApproximatePaintClip","RenderFlex.toStringShort","_RenderFlex&RenderBox&ContainerRenderObjectMixin.attach","_RenderFlex&RenderBox&ContainerRenderObjectMixin.detach","Layer.markNeedsAddToScene","Layer.engineLayer","Layer.updateSubtreeNeedsAddToScene","Layer.dropChild","Layer.remove","Layer._addToSceneWithRetainedRendering","Layer.toStringShort","PictureLayer.addToScene","PictureLayer.addToScene[function-entry$1]","PictureLayer.find","PictureLayer.findAll","PerformanceOverlayLayer.addToScene","PerformanceOverlayLayer.addToScene[function-entry$1]","PerformanceOverlayLayer.find","PerformanceOverlayLayer.findAll","ContainerLayer.buildScene","ContainerLayer.updateSubtreeNeedsAddToScene","ContainerLayer.find","ContainerLayer.findAll","ContainerLayer.attach","ContainerLayer.detach","ContainerLayer.append","ContainerLayer.removeAllChildren","ContainerLayer.addToScene","ContainerLayer.addToScene[function-entry$1]","ContainerLayer.addChildrenToScene","ContainerLayer.addChildrenToScene[function-entry$1]","OffsetLayer.offset","OffsetLayer.find","OffsetLayer.findAll","OffsetLayer.addToScene","OffsetLayer.addToScene[function-entry$1]","ClipRectLayer.find","ClipRectLayer.findAll","ClipRectLayer.addToScene","ClipRectLayer.addToScene[function-entry$1]","ClipPathLayer.find","ClipPathLayer.findAll","ClipPathLayer.addToScene","ClipPathLayer.addToScene[function-entry$1]","TransformLayer.transform","TransformLayer.addToScene","TransformLayer.addToScene[function-entry$1]","TransformLayer._transformOffset","TransformLayer.find","TransformLayer.findAll","OpacityLayer.addToScene","OpacityLayer.addToScene[function-entry$1]","PhysicalModelLayer.clipPath","PhysicalModelLayer.clipBehavior","PhysicalModelLayer.elevation","PhysicalModelLayer.color","PhysicalModelLayer.shadowColor","PhysicalModelLayer.find","PhysicalModelLayer.findAll","PhysicalModelLayer.addToScene","PhysicalModelLayer.addToScene[function-entry$1]","AnnotatedRegionLayer.find","AnnotatedRegionLayer.findAll","ParentData.detach","ParentData.toString","PaintingContext.paintChild","PaintingContext._compositeChild","PaintingContext.appendLayer","PaintingContext.canvas","PaintingContext._startRecording","PaintingContext.stopRecordingIfNeeded","PaintingContext.setIsComplexHint","PaintingContext.pushLayer","PaintingContext.pushLayer[function-entry$3]","PaintingContext.createChildContext","PaintingContext.pushClipRect","PaintingContext.pushClipRect[function-entry$4]","PaintingContext.pushClipPath","PaintingContext.pushTransform","PaintingContext.pushTransform[function-entry$4]","PaintingContext.pushOpacity","PaintingContext.toString","PaintingContext.pushClipRect.","PaintingContext.pushClipPath.","SemanticsHandle.dispose","PipelineOwner.rootNode","PipelineOwner.flushLayout","PipelineOwner.flushCompositingBits","PipelineOwner.flushPaint","PipelineOwner.ensureSemantics","SemanticsOwner","SemanticsHandle._","PipelineOwner.ensureSemantics[function-entry$0]","PipelineOwner.flushSemantics","PipelineOwner.flushLayout.","PipelineOwner.flushCompositingBits.","PipelineOwner.flushPaint.","PipelineOwner.flushSemantics.","RenderObject.setupParentData","RenderObject.adoptChild","RenderObject.dropChild","RenderObject.visitChildren","RenderObject._debugReportException","RenderObject.attach","RenderObject.constraints","RenderObject.markNeedsLayout","RenderObject.markParentNeedsLayout","RenderObject._cleanRelayoutBoundary","RenderObject._layoutWithoutResize","RenderObject.layout","BoxConstraints.isTight","RenderObject.layout[function-entry$1]","RenderObject.sizedByParent","RenderObject.isRepaintBoundary","RenderObject.alwaysNeedsCompositing","RenderObject.layer","RenderObject.markNeedsCompositingBitsUpdate","RenderObject.needsCompositing","RenderObject._updateCompositingBits","RenderObject.markNeedsPaint","RenderObject._skippedPaintingOnLayer","RenderObject._paintWithContext","RenderObject.paint","RenderObject.applyPaintTransform","RenderObject.getTransformTo","RenderObject.describeApproximatePaintClip","RenderObject.describeSemanticsConfiguration","RenderObject.sendSemanticsEvent","RenderObject._semanticsConfiguration","RenderObject.clearSemantics","RenderObject.markNeedsSemanticsUpdate","RenderObject._updateSemantics","SemanticsNode.isPartOfNodeMerging","RenderObject._getSemanticsForParent","_AbortingSemanticsFragment","_RootSemanticsFragment","_ContainerSemanticsFragment","_SwitchableSemanticsFragment","RenderObject.visitChildrenForSemantics","RenderObject.assembleSemanticsNode","RenderObject.handleEvent","RenderObject.toStringShort","RenderObject.toString","RenderObject.showOnScreen","RenderObject.showOnScreen[function-entry$0]","RenderObject._debugReportException.","RenderObject._cleanRelayoutBoundary.","RenderObject._updateCompositingBits.","RenderObject.clearSemantics.","RenderObject._getSemanticsForParent.","RenderObjectWithChildMixin.child","RenderObjectWithChildMixin.redepthChildren","RenderObjectWithChildMixin.visitChildren","ContainerRenderObjectMixin._insertIntoChildList","ContainerRenderObjectMixin.addAll","ContainerRenderObjectMixin._removeFromChildList","ContainerRenderObjectMixin.move","ContainerRenderObjectMixin.redepthChildren","ContainerRenderObjectMixin.visitChildren","_SemanticsFragment.abortsWalk","_ContainerSemanticsFragment.addAll","_InterestingSemanticsFragment.interestingFragments","_InterestingSemanticsFragment.addTags","_RootSemanticsFragment.compileChildren","SemanticsNode.root","_RootSemanticsFragment.config","_RootSemanticsFragment.markAsExplicit","_RootSemanticsFragment.addAll","_RootSemanticsFragment.compileChildren.","_SwitchableSemanticsFragment.compileChildren","_SemanticsGeometry","_SwitchableSemanticsFragment.config","_SwitchableSemanticsFragment.addAll","_SwitchableSemanticsFragment._ensureConfigIsWritable","SemanticsConfiguration.copy","_SwitchableSemanticsFragment.markAsExplicit","_SwitchableSemanticsFragment.compileChildren.","_AbortingSemanticsFragment.compileChildren","_AbortingSemanticsFragment.abortsWalk","_AbortingSemanticsFragment.config","_AbortingSemanticsFragment.markAsExplicit","_SemanticsGeometry._computeValues","TextOverflow.toString","TextParentData.toString","RenderParagraph.setupParentData","RenderParagraph.text","RenderParagraph._extractPlaceholderSpans","RenderParagraph.textAlign","RenderParagraph.textDirection","RenderParagraph.softWrap","RenderParagraph.overflow","RenderParagraph.textScaleFactor","RenderParagraph.maxLines","RenderParagraph.locale","RenderParagraph.strutStyle","RenderParagraph.textWidthBasis","RenderParagraph.computeDistanceToActualBaseline","RenderParagraph.hitTestSelf","RenderParagraph.hitTestChildren","RenderParagraph.handleEvent","RenderParagraph._layoutText","RenderParagraph._layoutChildren","RenderParagraph._setParentData","RenderParagraph.performLayout","TextPainter.size","TextPainter.didExceedMaxLines","RenderParagraph.paint","RenderParagraph._combineSemanticsInfo","RenderParagraph.describeSemanticsConfiguration","RenderParagraph.assembleSemanticsNode","RenderParagraph.getBoxesForSelection","RenderParagraph._layoutTextWithConstraints","TextBox.toRect","RenderParagraph._extractPlaceholderSpans.","RenderParagraph.hitTestChildren.","RenderParagraph.paint.","RenderParagraph.describeSemanticsConfiguration.","_RenderParagraph&RenderBox&ContainerRenderObjectMixin.attach","_RenderParagraph&RenderBox&ContainerRenderObjectMixin.detach","RenderPerformanceOverlay.optionsMask","RenderPerformanceOverlay.rasterizerThreshold","RenderPerformanceOverlay.sizedByParent","RenderPerformanceOverlay.alwaysNeedsCompositing","RenderPerformanceOverlay._intrinsicHeight","RenderPerformanceOverlay.performResize","RenderPerformanceOverlay.paint","RenderProxyBoxMixin.setupParentData","RenderProxyBoxMixin.performLayout","RenderProxyBoxMixin.hitTestChildren","RenderProxyBoxMixin.applyPaintTransform","RenderProxyBoxMixin.paint","HitTestBehavior.toString","RenderProxyBoxWithHitTestBehavior.hitTest","RenderProxyBoxWithHitTestBehavior.hitTestSelf","RenderConstrainedBox.additionalConstraints","RenderConstrainedBox.performLayout","RenderLimitedBox.maxWidth","RenderLimitedBox.maxHeight","RenderLimitedBox._limitConstraints","RenderLimitedBox.performLayout","RenderOpacity.alwaysNeedsCompositing","RenderOpacity.opacity","RenderOpacity.alwaysIncludeSemantics","RenderOpacity.paint","RenderOpacity.visitChildrenForSemantics","RenderAnimatedOpacity.alwaysNeedsCompositing","RenderAnimatedOpacity.opacity","RenderAnimatedOpacity.alwaysIncludeSemantics","RenderAnimatedOpacity.attach","RenderAnimatedOpacity.detach","RenderAnimatedOpacity._updateOpacity","RenderAnimatedOpacity.paint","RenderAnimatedOpacity.visitChildrenForSemantics","CustomClipper.getApproximateClipRect","CustomClipper.toString","ShapeBorderClipper.getClip","ShapeBorderClipper.shouldReclip","_RenderCustomClip.clipper","_RenderCustomClip.attach","_RenderCustomClip.detach","_RenderCustomClip._markNeedsClip","_RenderCustomClip.clipBehavior","_RenderCustomClip.performLayout","_RenderCustomClip._updateClip","_RenderCustomClip.describeApproximatePaintClip","RenderClipRect._defaultClip","RenderClipRect.hitTest","RenderClipRect.paint","RenderClipPath._defaultClip","RenderClipPath.hitTest","RenderClipPath.paint","_RenderPhysicalModelBase.elevation","_RenderPhysicalModelBase.shadowColor","_RenderPhysicalModelBase.color","_RenderPhysicalModelBase.alwaysNeedsCompositing","_RenderPhysicalModelBase.describeSemanticsConfiguration","RenderPhysicalModel.shape","RenderPhysicalModel.borderRadius","RenderPhysicalModel._defaultClip","RenderPhysicalModel.hitTest","RenderPhysicalModel.paint","RenderPhysicalShape._defaultClip","RenderPhysicalShape.hitTest","RenderPhysicalShape.paint","DecorationPosition.toString","RenderDecoratedBox.decoration","RenderDecoratedBox.position","RenderDecoratedBox.configuration","RenderDecoratedBox.detach","RenderDecoratedBox.hitTestSelf","RenderDecoratedBox.paint","ImageConfiguration.copyWith","RenderTransform.origin","RenderTransform.alignment","RenderTransform.textDirection","RenderTransform.transform","RenderTransform._effectiveTransform","Alignment.alongSize","RenderTransform.hitTest","RenderTransform.hitTestChildren","RenderTransform.paint","RenderTransform.applyPaintTransform","RenderTransform.hitTestChildren.","RenderFractionalTranslation.translation","RenderFractionalTranslation.hitTest","RenderFractionalTranslation.hitTestChildren","RenderFractionalTranslation.paint","RenderFractionalTranslation.applyPaintTransform","RenderFractionalTranslation.hitTestChildren.","RenderPointerListener.performResize","RenderPointerListener.handleEvent","RenderMouseRegion._handleEnter","RenderMouseRegion._handleHover","RenderMouseRegion._handleExit","RenderMouseRegion._updateAnnotations","RenderMouseRegion.attach","RenderMouseRegion.detach","RenderMouseRegion.needsCompositing","RenderMouseRegion.paint","RenderMouseRegion.performResize","RenderRepaintBoundary.isRepaintBoundary","RenderIgnorePointer.ignoring","RenderIgnorePointer.ignoringSemantics","RenderIgnorePointer._effectiveIgnoringSemantics","RenderIgnorePointer.hitTest","RenderIgnorePointer.visitChildrenForSemantics","RenderOffstage.offstage","RenderOffstage.computeDistanceToActualBaseline","RenderOffstage.sizedByParent","RenderOffstage.performResize","RenderOffstage.performLayout","RenderOffstage.hitTest","RenderOffstage.paint","RenderOffstage.visitChildrenForSemantics","RenderAbsorbPointer.absorbing","RenderAbsorbPointer.ignoringSemantics","RenderAbsorbPointer._effectiveIgnoringSemantics","RenderAbsorbPointer.hitTest","RenderAbsorbPointer.visitChildrenForSemantics","RenderSemanticsGestureHandler.onTap","RenderSemanticsGestureHandler.onLongPress","RenderSemanticsGestureHandler.onHorizontalDragUpdate","RenderSemanticsGestureHandler.onVerticalDragUpdate","RenderSemanticsGestureHandler.describeSemanticsConfiguration","RenderSemanticsGestureHandler._isValidAction","RenderSemanticsGestureHandler._performSemanticScrollLeft","RenderSemanticsGestureHandler._performSemanticScrollRight","RenderSemanticsGestureHandler._performSemanticScrollUp","RenderSemanticsGestureHandler._performSemanticScrollDown","RenderSemanticsAnnotations.container","RenderSemanticsAnnotations.explicitChildNodes","RenderSemanticsAnnotations.excludeSemantics","RenderSemanticsAnnotations.checked","RenderSemanticsAnnotations.enabled","RenderSemanticsAnnotations.selected","RenderSemanticsAnnotations.button","RenderSemanticsAnnotations.header","RenderSemanticsAnnotations.textField","RenderSemanticsAnnotations.readOnly","RenderSemanticsAnnotations.focused","RenderSemanticsAnnotations.inMutuallyExclusiveGroup","RenderSemanticsAnnotations.obscured","RenderSemanticsAnnotations.multiline","RenderSemanticsAnnotations.scopesRoute","RenderSemanticsAnnotations.namesRoute","RenderSemanticsAnnotations.hidden","RenderSemanticsAnnotations.image","RenderSemanticsAnnotations.liveRegion","RenderSemanticsAnnotations.toggled","RenderSemanticsAnnotations.label","RenderSemanticsAnnotations.value","RenderSemanticsAnnotations.increasedValue","RenderSemanticsAnnotations.decreasedValue","RenderSemanticsAnnotations.hint","RenderSemanticsAnnotations.hintOverrides","RenderSemanticsAnnotations.textDirection","RenderSemanticsAnnotations.sortKey","RenderSemanticsAnnotations.onTap","RenderSemanticsAnnotations.onDismiss","RenderSemanticsAnnotations.onLongPress","RenderSemanticsAnnotations.onScrollLeft","RenderSemanticsAnnotations.onScrollRight","RenderSemanticsAnnotations.onScrollUp","RenderSemanticsAnnotations.onScrollDown","RenderSemanticsAnnotations.onIncrease","RenderSemanticsAnnotations.onDecrease","RenderSemanticsAnnotations.onCopy","RenderSemanticsAnnotations.onCut","RenderSemanticsAnnotations.onPaste","RenderSemanticsAnnotations.onMoveCursorForwardByCharacter","RenderSemanticsAnnotations.onMoveCursorBackwardByCharacter","RenderSemanticsAnnotations.onMoveCursorForwardByWord","RenderSemanticsAnnotations.onMoveCursorBackwardByWord","RenderSemanticsAnnotations.onSetSelection","RenderSemanticsAnnotations.onDidGainAccessibilityFocus","RenderSemanticsAnnotations.onDidLoseAccessibilityFocus","RenderSemanticsAnnotations.customSemanticsActions","RenderSemanticsAnnotations.visitChildrenForSemantics","RenderSemanticsAnnotations.describeSemanticsConfiguration","RenderSemanticsAnnotations._performDismiss","RenderBlockSemantics.blocking","RenderBlockSemantics.describeSemanticsConfiguration","RenderMergeSemantics.describeSemanticsConfiguration","RenderExcludeSemantics.excluding","RenderExcludeSemantics.visitChildrenForSemantics","RenderAnnotatedRegion.value","RenderAnnotatedRegion.sized","RenderAnnotatedRegion.paint","_RenderProxyBox&RenderBox&RenderObjectWithChildMixin.attach","_RenderProxyBox&RenderBox&RenderObjectWithChildMixin.detach","_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin.computeDistanceToActualBaseline","RenderShiftedBox.computeDistanceToActualBaseline","RenderShiftedBox.paint","RenderShiftedBox.hitTestChildren","RenderShiftedBox.hitTestChildren.","RenderPadding._resolve","RenderPadding.padding","RenderPadding.textDirection","RenderPadding.performLayout","BoxConstraints.deflate","RenderAligningShiftedBox._resolve","RenderAligningShiftedBox.alignment","RenderAligningShiftedBox.textDirection","RenderPositionedBox.widthFactor","RenderPositionedBox.heightFactor","RenderPositionedBox.performLayout","RenderAligningShiftedBox.alignChild","SingleChildLayoutDelegate.getSize","RenderCustomSingleChildLayoutBox.delegate","RenderCustomSingleChildLayoutBox.attach","RenderCustomSingleChildLayoutBox.detach","RenderCustomSingleChildLayoutBox.performLayout","_RenderShiftedBox&RenderBox&RenderObjectWithChildMixin.attach","_RenderShiftedBox&RenderBox&RenderObjectWithChildMixin.detach","RelativeRect.==","RelativeRect.hashCode","RelativeRect.toString","StackParentData.isPositioned","StackParentData.toString","StackFit.toString","Overflow.toString","RenderStack.setupParentData","RenderStack._resolve","RenderStack.alignment","RenderStack.textDirection","RenderStack.computeDistanceToActualBaseline","RenderStack.performLayout","RenderStack.hitTestChildren","RenderStack.paintStack","RenderStack.paint","RenderStack.describeApproximatePaintClip","_RenderStack&RenderBox&ContainerRenderObjectMixin.attach","_RenderStack&RenderBox&ContainerRenderObjectMixin.detach","ViewConfiguration.toString","RenderView.configuration","RenderView._updateMatricesAndCreateNewRootLayer","RenderView.performResize","RenderView.performLayout","RenderView.hitTestMouseTrackers","RenderView.isRepaintBoundary","RenderView.paint","RenderView.applyPaintTransform","RenderView.compositeFrame","RenderView._updateSystemChrome","RenderView.paintBounds","RenderView.semanticBounds","_RenderView&RenderObject&RenderObjectWithChildMixin.attach","_RenderView&RenderObject&RenderObjectWithChildMixin.detach","SchedulerPhase.toString","SchedulerBinding.handleAppLifecycleStateChanged","SchedulerBinding._handleLifecycleMessage","SchedulerBinding._ensureEventLoopCallback","SchedulerBinding._runTasks","SchedulerBinding.handleEventLoopCallback","HeapPriorityQueue.removeFirst","SchedulerBinding.scheduleFrameCallback","SchedulerBinding.endOfFrame","SchedulerBinding._setFramesEnabledState","SchedulerBinding.ensureVisualUpdate","SchedulerBinding.scheduleFrame","SchedulerBinding.scheduleForcedFrame","SchedulerBinding.scheduleWarmUpFrame","SchedulerBinding.resetEpoch","SchedulerBinding._adjustForEpoch","SchedulerBinding._handleBeginFrame","SchedulerBinding._handleDrawFrame","SchedulerBinding.handleBeginFrame","SchedulerBinding.handleDrawFrame","SchedulerBinding._invokeFrameCallback","SchedulerBinding._invokeFrameCallback[function-entry$2]","SchedulerBinding.endOfFrame.","SchedulerBinding.scheduleWarmUpFrame.","SchedulerBinding.handleBeginFrame.","Ticker.muted","Ticker.stop","Ticker._tick","Ticker.unscheduleTick","Ticker.dispose","Ticker.toString","Ticker.toString[function-entry$0]","TickerFuture._complete","TickerFuture._cancel","TickerFuture.then","TickerFuture.then[function-entry$1]","TickerFuture.whenComplete","TickerFuture.toString","SemanticsData.toStringShort","SemanticsData.==","SemanticsData.hashCode","SemanticsProperties.toStringShort","SemanticsNode.transform","SemanticsNode.rect","SemanticsNode.isMergedIntoParent","SemanticsNode._replaceChildren","SemanticsNode.hasChildren","SemanticsNode._visitDescendants","SemanticsNode.redepthChildren","SemanticsNode.attach","SemanticsNode.detach","SemanticsNode._markDirty","SemanticsNode.updateWith","SemanticsNode._isDifferentFromCurrentSemanticAnnotation","SemanticsNode.updateWith[function-entry$0$config]","SemanticsNode.getSemanticsData","SemanticsNode._addToUpdate","SemanticsUpdateBuilder.updateNode","SemanticsNode._childrenInTraversalOrder","SemanticsNode.sendEvent","SemanticsNode.toStringShort","SemanticsNode.toDiagnosticsNode","SemanticsNode.toDiagnosticsNode[function-entry$0$style]","SemanticsNode.getSemanticsData.","SemanticsNode._childrenInTraversalOrder.","_BoxEdge.compareTo","_SemanticsSortGroup.compareTo","_SemanticsSortGroup.sortedWithinVerticalGroup","_SemanticsSortGroup.sortedWithinKnot","_SemanticsSortGroup.sortedWithinVerticalGroup.","_SemanticsSortGroup.sortedWithinKnot.","_SemanticsSortGroup.sortedWithinKnot.search","_childrenInDefaultOrder.","_TraversalSortNode.compareTo","SemanticsOwner.dispose","SemanticsOwner.sendSemanticsUpdate","_SetBase.where","SemanticsUpdateBuilder","SemanticsUpdateBuilder.build","SemanticsOwner._getSemanticsActionHandlerForId","SemanticsOwner.performAction","SemanticsOwner.toString","SemanticsOwner.sendSemanticsUpdate.","SemanticsOwner._getSemanticsActionHandlerForId.","SemanticsConfiguration._addAction","SemanticsConfiguration._addArgumentlessAction","SemanticsConfiguration.onMoveCursorForwardByCharacter","SemanticsConfiguration.onMoveCursorBackwardByCharacter","SemanticsConfiguration.onMoveCursorForwardByWord","SemanticsConfiguration.onMoveCursorBackwardByWord","SemanticsConfiguration.onSetSelection","SemanticsConfiguration.elevation","SemanticsConfiguration._setFlag","SemanticsConfiguration.isCompatibleWith","SemanticsConfiguration.absorb","SemanticsConfiguration._addArgumentlessAction.","SemanticsConfiguration.onMoveCursorForwardByCharacter.","SemanticsConfiguration.onMoveCursorBackwardByCharacter.","SemanticsConfiguration.onMoveCursorForwardByWord.","SemanticsConfiguration.onMoveCursorBackwardByWord.","SemanticsConfiguration.onSetSelection.","DebugSemanticsDumpOrder.toString","SemanticsSortKey.compareTo","OrdinalSortKey.doCompare","SemanticsEvent.toMap","SemanticsEvent.toMap[function-entry$0]","SemanticsEvent.toString","TooltipSemanticsEvent.getDataMap","LongPressSemanticsEvent.getDataMap","TapSemanticEvent.getDataMap","AssetBundle.loadString","AssetBundle.toString","CachingAssetBundle.loadString","PlatformAssetBundle.load","ServicesBinding._addLicenses","ServicesBinding._addLicenses.","_DefaultBinaryMessenger._sendPlatformMessage","_DefaultBinaryMessenger.handlePlatformMessage","_ErrorDiagnostic","_DefaultBinaryMessenger.send","_DefaultBinaryMessenger.setMessageHandler","_DefaultBinaryMessenger._sendPlatformMessage.","LogicalKeyboardKey.hashCode","LogicalKeyboardKey.==","PhysicalKeyboardKey.hashCode","PhysicalKeyboardKey.==","PlatformException.toString","MissingPluginException.toString","JSONMethodCodec.decodeEnvelope","StandardMessageCodec.encodeMessage","BasicMessageChannel.send","BasicMessageChannel.setMessageHandler","defaultBinaryMessenger","BasicMessageChannel.setMessageHandler.","BasicMessageChannel_setMessageHandler_closure","MethodChannel.invokeMethod","MethodChannel.setMethodCallHandler","MethodChannel._handleAsMethodCall","MethodChannel.setMethodCallHandler.","OptionalMethodChannel.invokeMethod","OptionalMethodChannel.invokeMethod[function-entry$1]","KeyboardSide.toString","ModifierKey.toString","RawKeyEventData.modifiersPressed","RawKeyboard._handleKeyEvent","RawKeyEventDataAndroid.keyLabel","RawKeyEventDataAndroid.logicalKey","RawKeyEventDataAndroid._isLeftRightModifierPressed","RawKeyEventDataAndroid.isModifierPressed","RawKeyEventDataAndroid.getModifierSide","RawKeyEventDataAndroid.toString","RawKeyEventDataAndroid.getModifierSide.findSide","RawKeyEventDataFuchsia.logicalKey","RawKeyEventDataFuchsia.keyLabel","RawKeyEventDataFuchsia._isLeftRightModifierPressed","RawKeyEventDataFuchsia.isModifierPressed","RawKeyEventDataFuchsia.getModifierSide","RawKeyEventDataFuchsia.toString","RawKeyEventDataFuchsia.getModifierSide.findSide","RawKeyEventDataLinux.logicalKey","RawKeyEventDataLinux.keyLabel","RawKeyEventDataLinux.isModifierPressed","RawKeyEventDataLinux.getModifierSide","RawKeyEventDataLinux.toString","GLFWKeyHelper.isModifierPressed","GLFWKeyHelper.getModifierSide","RawKeyEventDataMacOs.physicalKey","RawKeyEventDataMacOs.logicalKey","RawKeyEventDataMacOs.keyLabel","RawKeyEventDataMacOs._isLeftRightModifierPressed","RawKeyEventDataMacOs.isModifierPressed","RawKeyEventDataMacOs.getModifierSide","RawKeyEventDataMacOs.toString","RawKeyEventDataMacOs.getModifierSide.findSide","SystemUiOverlayStyle._toMap","SystemUiOverlayStyle.toString","SystemUiOverlayStyle.hashCode","SystemUiOverlayStyle.==","SystemChrome.setSystemUIOverlayStyle.","SystemSoundType.toString","TextRange.==","TextRange.hashCode","TextRange.toString","TextSelection.toString","TextSelection.==","TextSelection.hashCode","AnnotatedRegion.createRenderObject","AnnotatedRegion.updateRenderObject","WidgetsApp.createState","_WidgetsAppState.initState","_WidgetsAppState.didUpdateWidget","_WidgetsAppState.dispose","_WidgetsAppState.didChangeAppLifecycleState","_WidgetsAppState.didHaveMemoryPressure","_WidgetsAppState._updateNavigator","_WidgetsAppState._onGenerateRoute","_WidgetsAppState._onUnknownRoute","_WidgetsAppState.didPopRoute","_WidgetsAppState.didPushRoute","_WidgetsAppState._resolveLocales","_WidgetsAppState._localizationsDelegates","_WidgetsAppState.didChangeMetrics","_WidgetsAppState.build","MediaQueryData.fromWindow","_ReadingOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin","_WidgetsAppState._onGenerateRoute.","_WidgetsAppState.didChangeMetrics.","_WidgetsAppState.build.","AutomaticKeepAliveClientMixin._ensureKeepAlive","AutomaticKeepAliveClientMixin.updateKeepAlive","AutomaticKeepAliveClientMixin.build","Directionality.updateShouldNotify","Opacity.createRenderObject","RenderOpacity","Opacity.updateRenderObject","CustomPaint.createRenderObject","CustomPaint.updateRenderObject","CustomPaint.didUnmountRenderObject","ClipRect.createRenderObject","ClipRect.updateRenderObject","ClipRect.didUnmountRenderObject","ClipPath.createRenderObject","ClipPath.updateRenderObject","ClipPath.didUnmountRenderObject","PhysicalModel.createRenderObject","PhysicalModel.updateRenderObject","PhysicalShape.createRenderObject","PhysicalShape.updateRenderObject","Transform.createRenderObject","RenderTransform","Transform.updateRenderObject","FractionalTranslation.createRenderObject","FractionalTranslation.updateRenderObject","Padding.createRenderObject","Padding.updateRenderObject","Align.createRenderObject","Align.updateRenderObject","CustomSingleChildLayout.createRenderObject","CustomSingleChildLayout.updateRenderObject","LayoutId.applyParentData","CustomMultiChildLayout.createRenderObject","RenderCustomMultiChildLayoutBox","CustomMultiChildLayout.updateRenderObject","SizedBox.createRenderObject","SizedBox.updateRenderObject","SizedBox.toStringShort","ConstrainedBox.createRenderObject","ConstrainedBox.updateRenderObject","LimitedBox.createRenderObject","LimitedBox.updateRenderObject","Offstage.createRenderObject","Offstage.updateRenderObject","Offstage.createElement","_OffstageElement.widget","Stack.createRenderObject","RenderStack","Stack.updateRenderObject","Positioned.applyParentData","PositionedDirectional.build","Flex._needTextDirection","Flex.getEffectiveTextDirection","Flex.createRenderObject","_RenderFlex&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin&DebugOverflowIndicatorMixin","RenderFlex","Flex.updateRenderObject","RichText.createRenderObject","RenderParagraph","RichText.updateRenderObject","RichText._extractChildren.","Listener.build","_PointerListener.createRenderObject","_PointerListener.updateRenderObject","MouseRegion.createElement","MouseRegion.createRenderObject","RenderMouseRegion","MouseRegion.updateRenderObject","_ListenerElement.activate","RenderMouseRegion.postActivate","_ListenerElement.deactivate","RenderMouseRegion.preDeactivate","RepaintBoundary.createRenderObject","IgnorePointer.createRenderObject","IgnorePointer.updateRenderObject","AbsorbPointer.createRenderObject","AbsorbPointer.updateRenderObject","Semantics.createRenderObject","Semantics._getTextDirection","Semantics.updateRenderObject","MergeSemantics.createRenderObject","BlockSemantics.createRenderObject","BlockSemantics.updateRenderObject","ExcludeSemantics.createRenderObject","ExcludeSemantics.updateRenderObject","KeyedSubtree.build","Builder.build","WidgetsBinding.handlePopRoute","WidgetsBinding.handlePushRoute","WidgetsBinding._handleNavigationInvocation","WidgetsBinding.handleMemoryPressure","WidgetsBinding._handleSystemMessage","WidgetsBinding.deferFirstFrameReport","WidgetsBinding.allowFirstFrameReport","WidgetsBinding._handleBuildScheduled","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.drawFrame.","RenderObjectToWidgetAdapter.createElement","RenderObjectToWidgetAdapter.createRenderObject","RenderObjectToWidgetAdapter.updateRenderObject","RenderObjectToWidgetAdapter.attachToRenderTree","RenderObjectToWidgetAdapter.toStringShort","RenderObjectToWidgetAdapter.attachToRenderTree.","RenderObjectToWidgetElement.widget","RenderObjectToWidgetElement.visitChildren","RenderObjectToWidgetElement.forgetChild","RenderObjectToWidgetElement.mount","RenderObjectToWidgetElement.update","RenderObjectToWidgetElement.performRebuild","RenderObjectToWidgetElement._rebuild","RenderObjectToWidgetElement.renderObject","RenderObjectToWidgetElement.insertChildRenderObject","RenderObjectToWidgetElement.moveChildRenderObject","RenderObjectToWidgetElement.removeChildRenderObject","_WidgetsFlutterBinding&BindingBase&GestureBinding.initInstances","_WidgetsFlutterBinding&BindingBase&GestureBinding.unlocked","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding.initInstances","ServicesBinding.initLicenses","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding.initServiceExtensions","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.initInstances","SchedulerBinding.readInitialLifecycleStateFromNativeWindow","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.initServiceExtensions","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding.initInstances","PaintingBinding.createImageCache","ImageCache","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding.initInstances","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding.initInstances","PipelineOwner","RendererBinding.initRenderView","RenderView","RenderView.scheduleInitialFrame","RenderObject.scheduleInitialLayout","RenderObject.scheduleInitialPaint","RendererBinding._createMouseTracker","MouseTracker","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding.initServiceExtensions","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.initServiceExtensions","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.handleMetricsChanged","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.handleAppLifecycleStateChanged","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.drawFrame","DecoratedBox.createRenderObject","DecoratedBox.updateRenderObject","Container._paddingIncludingDecoration","Container.build","FocusAttachment.detach","FocusAttachment.reparent","FocusNode.skipTraversal","FocusNode.canRequestFocus","FocusNode.descendants","FocusNode.ancestors","FocusNode.hasFocus","FocusNode.hasPrimaryFocus","FocusNode.nearestScope","FocusNode.enclosingScope","FocusNode.unfocus","FocusNode._markAsDirty","FocusNode._removeChild","FocusNode._updateManager","FocusNode._reparent","DefaultFocusTraversal.of","FocusNode.dispose","FocusNode._notify","FocusNode.requestFocus","FocusNode._doRequestFocus","FocusNode._setAsFocusedChild","FocusNode.enclosingScope.","FocusScopeNode.nearestScope","FocusScopeNode.setFirstFocus","FocusScopeNode._doRequestFocus","FocusHighlightMode.toString","FocusHighlightStrategy.toString","FocusManager._updateHighlightMode","FocusManager._notifyHighlightModeListeners","FocusManager._handlePointerEvent","FocusManager._handleRawKeyEvent","FocusManager._willUnfocusNode","FocusManager._markNeedsUpdate","FocusManager._markNeedsUpdate[function-entry$0]","FocusManager._applyFocusChange","FocusManager._notifyHighlightModeListeners.","FocusManager__handleRawKeyEvent_allNodes","FocusManager._handleRawKeyEvent.allNodes","Focus.createState","_FocusState.focusNode","_FocusState.initState","_FocusState._initNode","FocusNode.attach","_FocusState._createNode","_FocusState.dispose","_FocusState.didChangeDependencies","FocusScopeNode.autofocus","_FocusState.deactivate","_FocusState.didUpdateWidget","_FocusState._handleFocusChanged","_FocusState.build","_FocusState._handleFocusChanged.","FocusScope.createState","_FocusScopeState._createNode","_FocusScopeState.build","FocusTraversalPolicy.changedScope","DefaultFocusTraversal.updateShouldNotify","_ReadingOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin.changedScope","UniqueKey.toString","GlobalKey.currentState","LabeledGlobalKey.toString","GlobalObjectKey.==","GlobalObjectKey.hashCode","GlobalObjectKey.toString","Widget.toStringShort","StatelessWidget.createElement","StatefulWidget.createElement","_StateLifecycle.toString","State.initState","State.didUpdateWidget","State.setState","State.deactivate","State.dispose","State.didChangeDependencies","ParentDataWidget.createElement","InheritedWidget.createElement","InheritedElement","RenderObjectWidget.updateRenderObject","RenderObjectWidget.didUnmountRenderObject","LeafRenderObjectWidget.createElement","SingleChildRenderObjectWidget.createElement","MultiChildRenderObjectWidget.createElement","MultiChildRenderObjectElement","_ElementLifecycle.toString","_InactiveElements._unmount","_InactiveElements._unmountAll","_InactiveElements._unmount.","BuildOwner.scheduleBuildFor","BuildOwner.lockState","BuildOwner.buildScope","BuildOwner.buildScope[function-entry$1]","BuildOwner.finalizeTree","BuildOwner.buildScope.","DiagnosticsDebugCreator","BuildOwner.finalizeTree.","Element.==","Element.hashCode","Element.widget","Element.renderObject","Element.visitChildren","Element.updateChild","Element.mount","Element.update","Element.updateSlotForChild","Element._updateSlot","Element._updateDepth","Element.detachRenderObject","Element.attachRenderObject","Element._retakeInactiveElement","Element.inflateWidget","Element._activateWithParent","Element.deactivateChild","_InactiveElements.add","Element.activate","Element.deactivate","Element.unmount","Element.size","Element.inheritFromElement","InheritedElement.updateDependencies","Element.inheritFromWidgetOfExactType","Element._updateInheritance","Element.ancestorStateOfType","Element.ancestorRenderObjectOfType","Element.visitAncestorElements","Element.didChangeDependencies","Element.debugGetCreatorChain","Element.toStringShort","Element.markNeedsBuild","Element.rebuild","Element.renderObject.visit","Element.updateSlotForChild.visit","Element._updateDepth.","Element.detachRenderObject.","Element.attachRenderObject.","ErrorWidget.createRenderObject","ErrorWidget.builder.","ErrorWidget","ComponentElement.mount","ComponentElement._firstBuild","ComponentElement.performRebuild","ComponentElement.visitChildren","ComponentElement.forgetChild","ComponentElement.performRebuild.","StatelessElement.widget","StatelessElement.build","StatelessElement.update","StatefulElement.build","StatefulElement._firstBuild","StatefulElement.update","StatefulElement.activate","StatefulElement.deactivate","StatefulElement.unmount","StatefulElement.inheritFromElement","StatefulElement.didChangeDependencies","ProxyElement.widget","ProxyElement.build","ProxyElement.update","ProxyElement.updated","ParentDataElement.widget","ParentDataElement.mount","ParentDataElement._applyParentData","ParentDataElement.notifyClients","ParentDataElement._applyParentData.applyParentDataToChild","InheritedElement.widget","InheritedElement._updateInheritance","InheritedElement.updated","InheritedElement.notifyClients","RenderObjectElement.widget","RenderObjectElement.renderObject","RenderObjectElement._findAncestorRenderObjectElement","RenderObjectElement._findAncestorParentDataElement","RenderObjectElement.mount","RenderObjectElement.update","RenderObjectElement.performRebuild","RenderObjectElement.updateChildren","RenderObjectElement.deactivate","RenderObjectElement.unmount","RenderObjectElement._updateSlot","RenderObjectElement.attachRenderObject","RenderObjectElement.detachRenderObject","RenderObjectElement.updateChildren.replaceWithNullIfForgotten","RootRenderObjectElement.mount","LeafRenderObjectElement.forgetChild","LeafRenderObjectElement.insertChildRenderObject","LeafRenderObjectElement.moveChildRenderObject","LeafRenderObjectElement.removeChildRenderObject","SingleChildRenderObjectElement.widget","SingleChildRenderObjectElement.visitChildren","SingleChildRenderObjectElement.forgetChild","SingleChildRenderObjectElement.mount","SingleChildRenderObjectElement.update","SingleChildRenderObjectElement.insertChildRenderObject","SingleChildRenderObjectElement.moveChildRenderObject","SingleChildRenderObjectElement.removeChildRenderObject","MultiChildRenderObjectElement.widget","MultiChildRenderObjectElement.insertChildRenderObject","MultiChildRenderObjectElement.moveChildRenderObject","MultiChildRenderObjectElement.removeChildRenderObject","MultiChildRenderObjectElement.visitChildren","MultiChildRenderObjectElement.forgetChild","MultiChildRenderObjectElement.mount","MultiChildRenderObjectElement.update","DebugCreator.toString","GestureRecognizerFactoryWithHandlers.constructor","GestureRecognizerFactoryWithHandlers.initializer","GestureDetector.build","GestureDetector.build.","PrimaryPointerGestureRecognizer","DoubleTapGestureRecognizer","VerticalDragGestureRecognizer","PanGestureRecognizer","RawGestureDetector.createState","RawGestureDetectorState","RawGestureDetectorState.initState","RawGestureDetectorState.didUpdateWidget","RawGestureDetectorState.dispose","RawGestureDetectorState._syncAll","RawGestureDetectorState._handlePointerDown","RawGestureDetectorState._updateSemanticsForRenderObject","RawGestureDetectorState.build","_GestureSemantics.createRenderObject","_GestureSemantics.updateRenderObject","SemanticsGestureDelegate.toString","_DefaultSemanticsGestureDelegate.assignSemantics","_DefaultSemanticsGestureDelegate._getTapHandler","_DefaultSemanticsGestureDelegate._getLongPressHandler","_DefaultSemanticsGestureDelegate._getHorizontalDragUpdateHandler","_DefaultSemanticsGestureDelegate._getVerticalDragUpdateHandler","_DefaultSemanticsGestureDelegate._getTapHandler.","_DefaultSemanticsGestureDelegate._getLongPressHandler.","_DefaultSemanticsGestureDelegate._getHorizontalDragUpdateHandler.","_DefaultSemanticsGestureDelegate._getVerticalDragUpdateHandler.","HeroFlightDirection.toString","Hero.createState","Hero._allHeroesFor.inviteHero","Hero._allHeroesFor.visitor","_HeroState.startFlight","_HeroState.startFlight[function-entry$0]","_HeroState.ensurePlaceholderIsHidden","_HeroState.build","_HeroState.startFlight.","_HeroState.ensurePlaceholderIsHidden.","_HeroFlightManifest.animation","_HeroFlightManifest.toString","_HeroFlightManifest.tag","_HeroFlight._doCreateRectTween","_HeroFlight._buildOverlay","_HeroFlight._handleAnimationUpdate","_HeroFlight.toString","_HeroFlight._buildOverlay.","HeroController._maybeStartHeroTransition","HeroController._startHeroTransition","_HeroFlight.divert","_HeroFlight","_HeroFlight.start","HeroController._handleFlightEnded","HeroController._maybeStartHeroTransition.","HeroController._defaultHeroFlightShuttleBuilder.","Icon.build","IconTheme.of","Color.opacity","IconData.==","IconData.hashCode","IconData.toString","IconTheme.updateShouldNotify","IconTheme.merge.","IconThemeData.copyWith","IconThemeData.merge","IconThemeData.opacity","IconThemeData.==","IconThemeData.hashCode","DecorationTween.lerp","BorderRadiusTween.lerp","TextStyleTween.lerp","ImplicitlyAnimatedWidgetState.initState","ImplicitlyAnimatedWidgetState.didUpdateWidget","ImplicitlyAnimatedWidgetState._updateCurve","ImplicitlyAnimatedWidgetState.dispose","ImplicitlyAnimatedWidgetState._updateTween","ImplicitlyAnimatedWidgetState._constructTweens","ImplicitlyAnimatedWidgetState.didUpdateWidget.","ImplicitlyAnimatedWidgetState._constructTweens.","AnimatedWidgetBaseState.initState","AnimatedWidgetBaseState._handleAnimationChanged","AnimatedWidgetBaseState._handleAnimationChanged.","AnimatedDefaultTextStyle.createState","_AnimatedDefaultTextStyleState.forEachTween","_AnimatedDefaultTextStyleState.build","_AnimatedDefaultTextStyleState.forEachTween.","AnimatedPhysicalModel.createState","_AnimatedPhysicalModelState.forEachTween","_AnimatedPhysicalModelState.build","_AnimatedPhysicalModelState.forEachTween.","_ImplicitlyAnimatedWidgetState&State&SingleTickerProviderStateMixin.dispose","_ImplicitlyAnimatedWidgetState&State&SingleTickerProviderStateMixin.didChangeDependencies","InheritedNotifier.updateShouldNotify","InheritedNotifier.createElement","_InheritedNotifierElement","_InheritedNotifierElement.widget","_InheritedNotifierElement.update","_InheritedNotifierElement.build","_InheritedNotifierElement._handleUpdate","_InheritedNotifierElement.notifyClients","_InheritedNotifierElement.unmount","_loadAll.","LocalizationsDelegate.toString","DefaultWidgetsLocalizations.load","_WidgetsLocalizationsDelegate.isSupported","_WidgetsLocalizationsDelegate.load","_WidgetsLocalizationsDelegate.shouldReload","_WidgetsLocalizationsDelegate.toString","_LocalizationsScope.updateShouldNotify","Localizations.createState","_LocalizationsState","_LocalizationsState.initState","_LocalizationsState._anyDelegatesShouldReload","_LocalizationsState.didUpdateWidget","_LocalizationsState.load","_LocalizationsState._textDirection","_LocalizationsState.build","_LocalizationsState.load.","_LocalizationsState.load..","MediaQueryData.copyWith","MediaQueryData.removePadding","MediaQueryData.removeViewInsets","MediaQueryData.==","MediaQueryData.hashCode","MediaQueryData.toString","MediaQuery.updateShouldNotify","ModalBarrier.build","ModalBarrier.build.","_AnyTapGestureRecognizer.addAllowedPointer","_AnyTapGestureRecognizer.handlePrimaryPointer","_AnyTapGestureRecognizer.resolve","_AnyTapGestureRecognizer.didExceedDeadlineWithEvent","_AnyTapGestureRecognizer.acceptGesture","_AnyTapGestureRecognizer.rejectGesture","_AnyTapGestureRecognizer._checkDown","_AnyTapGestureRecognizer._reset","_ModalBarrierSemanticsDelegate.assignSemantics","_AnyTapGestureRecognizerFactory.constructor","_AnyTapGestureRecognizerFactory.initializer","_ModalBarrierGestureDetector.build","NavigationToolbar.build","_ToolbarSlot.toString","_ToolbarLayout.performLayout","BoxConstraints.copyWith","_ToolbarLayout.shouldRelayout","RoutePopDisposition.toString","Route.install","Route.willPop","Route.didPop","Route.didPopNext","Route.didChangeNext","Route.didChangePrevious","Route.changedInternalState","Route.changedExternalState","Route.dispose","Route.isCurrent","Route.isFirst","RouteSettings.toString","Navigator.createState","NavigatorState","NavigatorState.focusScopeNode","NavigatorState.initState","NavigatorState.didUpdateWidget","NavigatorState.dispose","TransitionRoute.dispose","NavigatorState._currentOverlayEntry","NavigatorState._routeNamed","NavigatorState._routeNamed[function-entry$1$allowNull$arguments]","NavigatorState._routeNamed[function-entry$1$arguments]","NavigatorState.push","ModalRoute.didPush","NavigatorState.push[function-entry$1]","NavigatorState._afterNavigation","NavigatorState.maybePop","NavigatorState.maybePop[function-entry$1]","NavigatorState.maybePop[function-entry$0]","NavigatorState.pop","HeroController.didPop","NavigatorState.pop[function-entry$0]","NavigatorState.pop[function-entry$1]","NavigatorState.didStartUserGesture","NavigatorState.didStopUserGesture","NavigatorState._handlePointerDown","NavigatorState._handlePointerUpOrCancel","NavigatorState._cancelActivePointers","NavigatorState.build","NavigatorState._cancelActivePointers.","_NavigatorState&State&TickerProviderStateMixin.dispose","_NavigatorState&State&TickerProviderStateMixin.didChangeDependencies","Notification.visitAncestor","Notification.toString","NotificationListener._dispatch","NotificationListener.build","OverlayEntry.opaque","OverlayEntry.remove","OverlayEntry.markNeedsBuild","OverlayEntry.toString","OverlayEntry.remove.","_OverlayEntry.createState","_OverlayEntryState.build","_OverlayEntryState._markNeedsBuild","_OverlayEntryState._markNeedsBuild.","Overlay.createState","OverlayState","OverlayState.initState","OverlayState._insertionIndex","OverlayState.insert","OverlayState.insertAll","OverlayState.insertAll[function-entry$1]","OverlayState._remove","OverlayState._didChangeEntryOpacity","OverlayState.build","OverlayState.insert.","OverlayState.insertAll.","JSArray.insertAll","OverlayState._remove.","OverlayState._didChangeEntryOpacity.","_Theatre.createElement","_TheatreElement","_Theatre.createRenderObject","_TheatreElement.widget","_TheatreElement.renderObject","_TheatreElement.insertChildRenderObject","_TheatreElement.moveChildRenderObject","_TheatreElement.removeChildRenderObject","_TheatreElement.visitChildren","_TheatreElement.forgetChild","_TheatreElement.mount","_TheatreElement.update","_RenderTheatre.setupParentData","_RenderTheatre.redepthChildren","_RenderTheatre.visitChildren","_RenderTheatre.visitChildrenForSemantics","_OverlayState&State&TickerProviderStateMixin.dispose","_OverlayState&State&TickerProviderStateMixin.didChangeDependencies","__RenderTheatre&RenderBox&RenderObjectWithChildMixin.attach","__RenderTheatre&RenderBox&RenderObjectWithChildMixin.detach","__RenderTheatre&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin.computeDistanceToActualBaseline","__RenderTheatre&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin&ContainerRenderObjectMixin.attach","__RenderTheatre&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin&ContainerRenderObjectMixin.detach","PageStorage.build","PerformanceOverlay.createRenderObject","PerformanceOverlay.updateRenderObject","PrimaryScrollController.updateShouldNotify","OverlayRoute.install","OverlayRoute.didPop","TransitionRoute.finishedWhenPopped","OverlayRoute.dispose","TransitionRoute.createAnimationController","TransitionRoute.animation","TransitionRoute.secondaryAnimation","TransitionRoute._handleStatusChanged","TransitionRoute.install","TransitionRoute.didPush","TransitionRoute.didPop","TransitionRoute._updateSecondaryAnimation","TransitionRoute.debugLabel","TransitionRoute.toString","TransitionRoute._updateSecondaryAnimation.","LocalHistoryRoute.willHandlePopInternally","_ModalScopeStatus.updateShouldNotify","_ModalScope.createState","_ModalScopeState","_ModalScopeState.focusScopeNode","_ModalScopeState.initState","_ModalScopeState.didUpdateWidget","_ModalScopeState.didChangeDependencies","_ModalScopeState._forceRebuildPage","_ModalScopeState.dispose","_ModalScopeState.build","_ModalScopeState._forceRebuildPage.","_ModalScopeState.build.","MaterialPageRoute.buildTransitions","ModalRoute.setState","ModalRoute.offstage","ModalRoute.willPop","ModalRoute.changedInternalState","ModalRoute._buildModalBarrier","ModalRoute._buildModalScope","ModalRoute.createOverlayEntries","ModalRoute.toString","ModalRoute.offstage.","ModalRoute.changedInternalState.","_ModalRoute&TransitionRoute&LocalHistoryRoute.willPop","_ModalRoute&TransitionRoute&LocalHistoryRoute.didPop","SafeArea.build","MediaQuery.removePadding","ScrollBehavior.toString","ScrollConfiguration.updateShouldNotify","ScrollController.toString","DefaultTextStyle.updateShouldNotify","Text.build","TickerMode.updateShouldNotify","SingleTickerProviderStateMixin.createTicker","TickerProviderStateMixin.createTicker","_WidgetTicker.dispose","Title.build","AnimatedWidget.createState","_AnimatedState.initState","_AnimatedState.didUpdateWidget","_AnimatedState.dispose","_AnimatedState._handleChange","_AnimatedState.build","_AnimatedState._handleChange.","SlideTransition.build","ScaleTransition.build","RotationTransition.build","Matrix4.rotationZ","FadeTransition.createRenderObject","RenderAnimatedOpacity","FadeTransition.updateRenderObject","DecoratedBoxTransition.build","AnimatedBuilder.build","WidgetInspectorService.isWidgetCreationTracked","_describeRelevantUserCode.","BlocBuilderBase.createState","_BlocBuilderBaseState.initState","_BlocBuilderBaseState.didUpdateWidget","_BlocBuilderBaseState.build","_BlocBuilderBaseState.dispose","_BlocBuilderBaseState._subscribe","_BlocBuilderBaseState._unsubscribe","_BlocBuilderBaseState._subscribe.","_BlocBuilderBaseState__subscribe_closure","_BlocBuilderBaseState._subscribe..","BlocListenerBase.createState","_BlocListenerBaseState.initState","_BlocListenerBaseState.didUpdateWidget","_BlocListenerBaseState.build","_BlocListenerBaseState.dispose","_BlocListenerBaseState._subscribe","_BlocListenerBaseState._unsubscribe","_BlocListenerBaseState._subscribe.","_BlocListenerBaseState__subscribe_closure","BlocProvider.","BlocProvider_closure","SimpleBlocDelegate.onEvent","SimpleBlocDelegate.onTransition","SimpleBlocDelegate.onError","main.","MainBloc","AppStarted","App.build","App.build.","MainBloc.mapEventToState","MainInitialized","AppStarted.toString","MainUninitialized.toString","MainInitialized.toString","MainView.createState","_MainState.build","_MainState._openCalendar","_MainState._openDownload","_MainState._openGithub","_MainState.build.","AppBar","StateDelegate.initDelegate","StateDelegate.didUpdateDelegate","StateDelegate.dispose","DelegateWidget.createElement","_DelegateElement","DelegateWidget.createState","_DelegateWidgetState.initState","_DelegateWidgetState._initDelegate","_DelegateWidgetState._mountDelegate","_DelegateWidgetState._unmountDelegate","_DelegateWidgetState.didUpdateWidget","BuilderStateDelegate.didUpdateDelegate","_DelegateWidgetState.build","Provider.build","_DelegateWidgetState.dispose","_DelegateElement.widget","_DelegateElement.inheritFromElement","BuilderStateDelegate.initDelegate","BuilderStateDelegate.dispose","InheritedProvider.updateShouldNotify","ProviderNotFoundError.toString","WrappedFuture.then","WrappedFuture.then[function-entry$1]","WrappedFuture.whenComplete","Observable.asyncExpand","Observable.forEach","Observable.isBroadcast","Observable.listen","Observable.listen[function-entry$1$onDone$onError]","Observable.listen[function-entry$1]","Observable.length","Observable.skip","DeferStream.listen","DeferStream.isBroadcast","DeferStream.listen[function-entry$1$onDone$onError]","DeferStream.","DeferStream_closure","BehaviorSubject.onAdd","BehaviorSubject._deferStream.","Observable.transform","Observable.startWith","BehaviorSubject__deferStream_closure","BehaviorSubject._deferStream..","Subject.add","Subject.onAdd","Subject.close","StartWithStreamTransformer._buildTransformer.","StartWithStreamTransformer__buildTransformer_closure","StartWithStreamTransformer._buildTransformer..","StartWithStreamTransformer._buildTransformer[function-entry$0]..","hashObjects.","Matrix4.toString","Matrix4.==","Matrix4.hashCode","Matrix4.setRow","Matrix4.getRow","Matrix4.+","Matrix4.-","Matrix4.transform","Matrix4.perspectiveTransform","Vector3.setFrom","Vector3.toString","Vector3.==","Vector3.hashCode","Vector3.-","Vector3.copy","Vector3.clone","Vector3.+","Vector3.*","Vector3.scaled","Vector3.dot","Vector4.setValues","Vector4.setFrom","Vector4.toString","Vector4.==","Vector4.hashCode","Vector4.-","Vector4.copy","Vector4.clone","Vector4.+","Vector4.*","Vector4.[]","Vector4.length","_nullErrorHandler[function-entry$1]","FlutterError.dumpErrorToConsole[function-entry$1]","defaultSchedulingStrategy[function-entry$0]","debugPrintThrottled[function-entry$1]","domRenderer","DomRenderer","TextMeasurementService.initialize","RulerManager","platformViewRegistry","PlatformViewRegistry._","accessibilityAnnouncements","_roleFactories","supportsFontLoadingApi","EngineParagraphBuilder._paragraphBuilderPop","textEditing","HybridTextEditing","window","EngineWindow","EngineWindow._browserHistory","Window._accessibilityFeatures","DART_CLOSURE_PROPERTY_NAME","JS_INTEROP_INTERCEPTOR_TAG","TypeErrorDecoder.noSuchMethodPattern","TypeErrorDecoder.notClosurePattern","TypeErrorDecoder.nullCallPattern","TypeErrorDecoder.nullLiteralCallPattern","TypeErrorDecoder.undefinedCallPattern","TypeErrorDecoder.undefinedLiteralCallPattern","TypeErrorDecoder.nullPropertyPattern","TypeErrorDecoder.nullLiteralPropertyPattern","TypeErrorDecoder.undefinedPropertyPattern","TypeErrorDecoder.undefinedLiteralPropertyPattern","_AsyncRun._scheduleImmediateClosure","Future._nullFuture","Utf8Decoder._decoder","_Base64Decoder._inverseAlphabet","_Uri._needsNoEncoding","_scannerTables","_extensions","Timeline._stack","CssStyleDeclaration._propertyCache","_Html5NodeValidator._allowedElements","Platform._operatingSystem","Platform.isAndroid","Platform.isIOS","Endian.host","ByteData.view","BlocSupervisor._instance","BlocSupervisor._","_kRightMiddleTween","_kMiddleLeftTween","_kGradientShadowTween","_debugPrintBuffer","_debugPrintStopwatch","_ScalingFabMotionAnimator._rotationTween","_ScalingFabMotionAnimator._thresholdCenterTween","kMaterialEdges","_FadeUpwardsPageTransition._bottomUpTween","_FadeUpwardsPageTransition._fastOutSlowInTween","_FadeUpwardsPageTransition._easeInTween","_FloatingActionButtonTransitionState._entranceTurnTween","Theme._kFallbackTheme","ThemeData._localizedThemeDataCache","_FifoCache","RenderErrorBox.textStyle","RenderErrorBox.paragraphStyle","_SemanticsGeometry._temporaryTransformHolder","SemanticsNode._kEmptyConfig","SemanticsNode._kEmptyChildList","SemanticsNode._kEmptyCustomSemanticsActionsList","SemanticsNode._kIdentityTransform","SemanticsNode._initIdentityTransform","rootBundle","_initRootBundle","CachingAssetBundle","RawKeyboard.instance","RawKeyboard._","ErrorWidget.builder","_HeroFlight._reverseTween","HeroController._defaultHeroFlightShuttleBuilder","_TheatreElement._onstageSlot","WidgetInspectorService._instance","_WidgetInspectorService","WidgetInspectorService.selection","InspectorSelection","setDispatchProperty","CyclicInitializationError","NullThrownError","safeToString","_objectToString","Closure","objectTypeName","_objectClassName","StringBuffer","Object","String","markFixed","markFixedList","value","UnknownJavaScriptObject","RangeError","","AudioParamMap_keys_closure","fromTearOff","StaticClosure","BoundClosure","functionCounter","forwardCallTo","_computeSignatureFunctionLegacy","receiverOf","selfOf","forwardInterceptedCallTo","cspForwardCall","selfFieldNameCache","computeFieldNamed","receiverFieldNameCache","cspForwardInterceptedCall","_empty","JsLinkedHashMap","mapToString","_toStringVisiting","MapBase_mapToString_closure","Null","Rectangle","hash4","combine","FixedSizeListIterator","ImmutableListMixin","ArrayIterator","ListIterator","ListMixin","LinkedHashMapCell","LinkedHashMapKeyIterable","iterableToShortString","_writeAll","notNull","checkNotNegative","range","Storage_keys_closure","RtcStatsReport_keys_closure","MidiOutputMap_keys_closure","MidiInputMap_keys_closure","iterableToFullString","initNativeDispatchFlag","getTagFunction","dispatchRecordsForInstanceTags","interceptorsForUncacheableTags","alternateTagFunction","JavaScriptIndexingBehavior","prototypeForTagFunction","initHooks_closure","_current","_wrapJsFunctionForAsync_closure","int","_StreamIterator","ExceptionAndStackTrace","_StackTrace","unwrapException_saveStackTrace","UnknownJsTypeError","StackOverflowError","extractPattern","TypeErrorDecoder","provokePropertyErrorOn","provokeCallErrorOn","Error","_awaitOnObject_closure","Future","_FutureListener","_Future__addListener_closure","_AsyncCallbackEntry","_nextCallback","_lastCallback","_isInCallbackLoop","_lastPriorityCallback","_initializeScheduleImmediate","_AsyncRun__initializeScheduleImmediate_internalCallback","_AsyncRun__initializeScheduleImmediate_closure","_createTimer","Duration_toString_twoDigits","Duration_toString_sixDigits","_TimerImpl_internalCallback","_AsyncRun__scheduleImmediateWithSetImmediate_internalCallback","_AsyncRun__scheduleImmediateJsOverride_internalCallback","_Exception","_RootZone_bindCallbackGuarded_closure","_rootHandleUncaughtError_closure","_propagateToListeners","_Future__propagateToListeners_handleWhenCompleteCallback","_Future__propagateToListeners_handleValueCallback","_Future__propagateToListeners_handleError","_chainCoreFuture","_chainForeignFuture","_Future__chainForeignFuture_closure","StackTrace","AsyncError","Function","_Future__prependListeners_closure","_Future__propagateToListeners_handleWhenCompleteCallback_closure","_AsyncAwaitCompleter","_Future__asyncCompleteError_closure","_Future__asyncComplete_closure","_Future__chainFuture_closure","SimpleBlocDelegate","main_closure","App","_instance","WidgetsBindingObserver","_TaskEntry","_AsyncCompleter","_FrameCallbackEntry","PointerEvent","_RouteEntry","PointerSignalResolver","HitTestResult","GlobalObjectKey","StatefulWidget","RenderBox","ListIterable","checkValidIndex","_ListQueueIterator","BuildContext","startSync","SchedulerBinding_scheduleWarmUpFrame_closure","BindingBase_lockEvents_closure","finishSync","onError","_FlutterErrorDetailsNode","_errorCount","TextTreeRenderer","_debugPrintScheduled","timerTicks","_debugPrintedCharacters","_debugPrintCompleter","noElement","_frequency","initTicker","timerFrequency","Primitives_initTicker_closure","List","_nextPowerOf2","checkValidRange","tooFew","WhereIterator","FlutterErrorDetails_summary_formatException","message","_skipLeadingWhitespace","_isWhitespace","_skipTrailingWhitespace","HitTestEntry","Matrix4","BoxHitTestResult","GestureBinding_dispatchEvent_closure","Iterable","GestureArenaManager__tryToResolveArena_closure","HitTestTarget","endOfIteration","yieldStar","uncaughtError","_IterationMarker","_SyncStarIterable","_SyncStarIterator","from","isRoutePredicate","FlutterErrorDetailsForPointerRouter","PointerRouter__dispatch_closure","_RouteEntry_isRoutePredicate_closure","bool","stringify","printOn","JsonCyclicError","Map","_JsonStringifier_writeMap_closure","stringFromCharCode","_SyncBlock","SchedulerBinding_endOfFrame_closure","webOnlyScheduleFrameCallback","BrowserHistory","AccessibilityFeatures","OffsetBase","Size","_replaceDeprecatedLanguageSubtag","_replaceDeprecatedRegionSubtag","Locale","_timeDilation","SchedulerBinding_handleBeginFrame_closure","RenderObjectToWidgetAdapter_attachToRenderTree_closure","BuildOwner_buildScope_closure","_insertionSort","_dualPivotQuicksort","DiagnosticsNode","_doSort","DebugCreator","sort","RenderObjectElement","ErrorWidget_closure","_stringify","UniqueKey","canUpdate","_nextHashCode","LeafRenderObjectElement","Element_attachRenderObject_closure","_registry","ProxyElement","ParentDataElement","DiagnosticableTreeNode","BoxHitTestEntry","EngineParagraphBuilder__buildRichText_currentElement","cssPrefix","_cachedCssPrefix","_isFirefox","_isIE","isOpera","_isOpera","TextDecoration","rulerManager","tag","_hotRestartListeners","createElement_tag","_browserEngine","_FrozenElementList","instance","DomRenderer_reset_closure","periodic","Event","Stream","_EventStreamSubscription_closure","_createPeriodicTimer","_TimerImpl$periodic_closure","PointerAdapter","TouchAdapter","MouseAdapter","PointerDataPacket","MouseAdapter__setup_closure","WheelEvent","_addWheelEventListener_closure","apply","applyFunction","_genericApplyFunction2","functionNoSuchMethod","Primitives_functionNoSuchMethod_closure","JSInvocationMirror","Symbol","NoSuchMethodError_toString_closure","ConstantMapView","MouseEvent","BaseAdapter__addEventListener_closure","_listeners","_withValue","getYear","_fourDigits","getMonth","_twoDigits","getDay","getHours","getMinutes","getSeconds","getMilliseconds","_threeDigits","lazyAsJsDate","DateTime","Point","num","EngineSemanticsOwner__tryEnableSemantics_closure","finish","_createSafe","_DOMWindowCrossFrame","AlarmClock","EngineSemanticsOwner__getGestureModeClock_closure","TouchAdapter__setup_closure","_operatingSystem","StringMatch","StreamSubscription","PointerAdapter__setup_closure","_LinkedHashSet","_newHashTable","_LinkedHashSetCell","EngineSemanticsOwner_autoEnableOnTap_closure","_","EngineSemanticsOwner","EngineSemanticsOwner_closure","GestureMode","EngineSemanticsOwner$__closure","PaintData","double","RenderObjectToWidgetElement","StatelessElement","ComponentElement_performRebuild_closure","IconThemeData","MaterialApp","App_build_closure","MainView","MappedListIterable","PageTransitionsTheme__all_closure","PageTransitionsBuilder","TargetPlatform","EdgeInsetsGeometry","MainEvent","MainState","AsObservableFuture","_AsyncBroadcastStreamController","_Wrapper","BehaviorSubject","Observable","_deferStream","mapPropsToHashCode_closure","Set","Equatable","SetEquality","MapEquality","ListEquality","IterableEquality","_MapEntry","_ConstantMapKeyIterable","_HashMap","_IdentityHashMap","_setTableEntry","_getTableEntry","_HashMapKeyIterable","_HashMapKeyIterator","_CustomHashMap_closure","_UnorderedEquality","Stream_forEach__closure","_cancelAndErrorClosure_closure","_cancelAndError_closure","zoneValue","Transition","_DelayedData","_StreamImplEvents","_PendingEvents_schedule_closure","Stream_asyncExpand_onListen","_SyncBroadcastStreamController","Stream_asyncExpand_closure","_BroadcastStreamController","_BroadcastStream","_ControllerStream","_SyncStreamController","_AsyncStreamController","_StreamController__recordCancel_complete","_AddStreamState_cancel_closure","_StreamController__subscribe_closure","_BufferingStreamSubscription__sendDone_sendDone","_DelayedError","_BufferingStreamSubscription__sendError_sendError","makeErrorHandler","_AddStreamState_makeErrorHandler_closure","_HandleErrorStream","_ForwardingStream","_asyncStarHelper_closure","yieldSingle","_AsyncStarStreamController__resumeBody","_AsyncStarStreamController_closure","_AsyncStarStreamController__closure","_AsyncStarStreamController__resumeBody_closure","BehaviorSubject__deferStream__closure","StartWithStreamTransformer","_buildTransformer","_StreamSubscriptionTransformer","StartWithStreamTransformer__buildTransformer__closure","estimateBrightnessForColor","fromARGB","fromDefaults","raw","Color","_linearizeColorComponent","_MaterialAppState","ScrollConfiguration","_MaterialScrollBehavior","WidgetsApp","_MaterialAppState_build_closure","Type","HashMap_HashMap$from_closure","_WidgetsAppState","Navigator","Builder","_WidgetsAppState_build_closure","showPerformanceOverlayOverride","PerformanceOverlay","Widget","fromWindowPadding","DefaultFocusTraversal","ReadingOrderTraversalPolicy","_DirectionalPolicyData","MediaQuery","Localizations","AlignmentGeometry","LabeledGlobalKey","_LocalizationsScope","Directionality","SingleChildRenderObjectElement","of","RenderSemanticsAnnotations","AbstractNode","SemanticsAction","CustomSemanticsAction","SemanticsConfiguration__addArgumentlessAction_closure","ParentData","Offset","RenderObject__cleanRelayoutBoundary_closure","LimitedBox","ConstrainedBox","Align","Padding","DecoratedBox","BoxConstraints_toString_describe","ImageConfiguration","localeOf","FlutterError_toString_closure","FlutterError_FlutterError_closure","PlatformAssetBundle","RenderDecoratedBox","RenderPadding","RenderShiftedBox_hitTestChildren_closure","translationValues","hashObjects_closure","transformPoint","RenderPositionedBox","RenderLimitedBox","RenderConstrainedBox","EdgeInsets","_MixedEdgeInsets","SemanticsProperties","tightFor","Rect","_raw","Radius","RRect","fromRectAndCorners","BoxConstraints","_LocalizationsState_load_closure","_LocalizationsState_load__closure","LocalizationsDelegate","_Pending","_loadAll_closure","SynchronousFuture","wait","error","Future_wait_handleError","ApplicationSwitcherDescription","setApplicationSwitcherDescription","_literal","MissingPluginException","PlatformException","_JsonMap","_JsonMapKeyIterable","Utf8Decoder","view","_convertIntercepted","fromCharCodes","_Utf8Decoder","stringFromCharCodes","stringFromNativeUint8List","_stringFromIterable","stringFromCodePoints","_fromCharCodeApply","_convertInterceptedUint8List","_useTextDecoderChecked","_unsafe","_useTextDecoderUnchecked","_makeDecoder","_mockHandlers","ByteData","_DefaultBinaryMessenger__sendPlatformMessage_closure","_assetManager","EngineWindow_sendPlatformMessage_closure","EditingState","InputConfiguration","_EditableSizeAndTransform","_EditingStyle","MethodCall","_Utf8Encoder","AccessibilityAnnouncements_handleMessage_closure","ReadBuffer","parse","_makeEmpty","parseInt","_create1","AccessibilityAnnouncements","AccessibilityAnnouncements$__closure","Uint8List","Int32List","Float64List","StandardMessageCodec_writeValue_closure","NativeTypedArrayOfInt","SkipIterator","EfficientLengthIterable","PlatformViewRegistry","TextEditingElement_enable_closure","TextAreaElement","delayed","EngineWindow__replyToPlatformMessage_closure","Future_Future$delayed_closure","HashLocationStrategy__waitForPopState_closure","HashLocationStrategy_onPopState_closure","request","ProgressEvent","HttpRequest","AssetManagerException","Document","_AcceptStructuredCloneDart2Js","_AcceptStructuredClone_walk_closure","convertNativePromiseToDartFuture_closure","HttpRequest_request_closure","WhereTypeIterable","MetaElement","AssetManager__baseUrl_closure","WhereTypeIterator","isWebKit","_isWebKit","_parse","_SimpleUri","notSimple","Uri","_defaultPort","_makeScheme","_fail","_makeUserInfo","_makeHost","_Uri__Uri$notSimple_closure","_makePort","_makePath","_makeQuery","_Uri","_makeFragment","_normalizeOrSubstring","_normalize","_normalizeEscape","_escapeChar","_Uri__makePath_closure","_normalizePath","_normalizeRelativePath","_removeDotSegments","_mayContainDotSegments","_escapeScheme","_isAlphabeticCharacter","_uriEncode","JSSyntaxRegExp","makeNative","_checkZoneID","_normalizeZoneID","parseIPv6Address","_normalizeRegName","Uri_parseIPv6Address_error","Uri_parseIPv6Address_parseHex","_parseIPv4Address","Uri__parseIPv4Address_error","_canonicalizeScheme","_createTables_closure","generate","_createTables_build","_createTables_setChars","_createTables_setRange","_DataUri","UriData","_checkPadding","ParentDataWidget","ParentDataElement__applyParentData_applyParentDataToChild","RenderObjectElement_updateChildren_replaceWithNullIfForgotten","Key","MappedIterator","EfficientLengthMappedIterable","_HashSetIterator","Element_detachRenderObject_closure","Element_renderObject_visit","RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure","StackParentData","RenderPerformanceOverlay","Route","AbsorbPointer","Overlay","RenderAbsorbPointer","_OverlayEntry","TickerMode","_Theatre","ReversedListIterable","_RenderTheatre","_OverlayEntryState","OverlayState_insertAll_closure","checkValueInInterval","_FocusState","_FocusMarker","InheritedNotifier","FocusNode_enclosingScope_closure","_FocusState__handleFocusChanged_closure","FocusAttachment","ChangeNotifier_notifyListeners_closure","ChangeNotifier","_FocusScopeState","_PointerListener","RenderPointerListener","RouteSettings","_notifyRouteChange","NavigatorState__cancelActivePointers_closure","transformPosition","ModalRoute_changedInternalState_closure","_OverlayEntryState__markNeedsBuild_closure","TransitionRoute__updateSecondaryAnimation_closure","AnimationStatus","AnimationLocalStatusListenersMixin_notifyStatusListeners_closure","AnimationLocalStatusListenersMixin","AnimationLocalListenersMixin_notifyListeners_closure","AnimationLocalListenersMixin","TickerFuture","_WidgetTicker","_WidgetsAppState__onGenerateRoute_closure","WidgetsLocalizations","basicLocaleListResolution","AnimatedTheme","MaterialPageRoute","_getInheritedIconThemeData","SizedBox","ExcludeSemantics","RenderExcludeSemantics","RenderTransform_hitTestChildren_closure","removePerspectiveTransform","tryInvert","InlineSpan","RenderParagraph_describeSemanticsConfiguration_closure","InlineSpan_getSpanForPosition_closure","Accumulator","forParagraph","TextPosition","DomTextMeasurementService","Node","_ChildrenElementList","FilteredElementList","_ChildNodeListLazy","WhereIterable","FilteredElementList__iterable_closure","TextDimensions","RulerManager__scheduleRulerCacheCleanup_closure","RulerManager_cleanUpRulerCache_closure","RulerManager__evictAllRulers_closure","_lastStart","_lastEnd","_lastText","_lastStyle","_lastWidth","ParagraphConstraints","_applySubPixelRoundingHack","MaxIntrinsicCalculator","LineBreakResult","RenderParagraph_hitTestChildren_closure","TextParentData","PlaceholderSpan","RenderParagraph__extractPlaceholderSpans_closure","_extractChildren","RichText__extractChildren_closure","MergeSemantics","Hero","RawMaterialButton","RenderMergeSemantics","_HeroState","Offstage","KeyedSubtree","_OffstageElement","RenderOffstage","MaterialState","resolveAs","ShapeBorder","merge","InkWell","_InputPadding","_RenderInputPadding","_RenderInputPadding_hitTest_closure","_HighlightType","KeepAliveHandle","KeepAliveNotification","_InkResponseState_highlightsExist_closure","_InkResponseState_build_closure","GestureRecognizerFactory","GestureRecognizerFactoryWithHandlers","GestureDetector_build_closure","TapGestureRecognizer","LongPressGestureRecognizer","_GestureSemantics","RenderSemanticsGestureHandler","_DefaultSemanticsGestureDelegate","_DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure","DragEndDetails","Velocity","_DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure","_DefaultSemanticsGestureDelegate__getLongPressHandler_closure","_DefaultSemanticsGestureDelegate__getTapHandler_closure","_throwUnmodifiable","GestureArenaEntry","PointerDeviceKind","OffsetPair","transformDeltaViaPositions","GestureRecognizer_invokeCallback_closure","DragGestureRecognizer__checkEnd_closure","LeastSquaresSolver","VelocityEstimate","PolynomialFit","_Vector","DragGestureRecognizer__checkUpdate_closure","_PointAtTime","DragGestureRecognizer__checkStart_closure","DragGestureRecognizer__checkDown_closure","GestureArenaManager_add_closure","GestureArenaMember","_GestureArena_toString_closure","PointerRouter_addRoute_closure","PrimaryPointerGestureRecognizer_addAllowedPointer_closure","TapGestureRecognizer__checkDown_closure","fromMouseEvent","MouseTracker__scheduleMousePositionCheck_closure","MouseTracker_collectMousePositions_exitAnnotation","MouseTracker_collectMousePositions_exitAllDevices","MouseTracker_collectMousePositions_closure","MouseTrackerAnnotation","_ListenerElement","_InkResponseState_updateHighlight_handleInkRemoval","IntTween","_AnimatedEvaluation","Animatable","Alignment","AlignmentDirectional","BorderRadius","_CompoundBorder","_CompoundBorder_toString_closure","InkFeature","InteractiveInkFeature","_InkResponseState__createInkFeature_onRemoved","_getClipCallback_closure","forTap","play","_InkResponseState__handleFocusHighlightModeChange_closure","_MaterialState","AnimatedDefaultTextStyle","_InkFeatures","_MaterialState_build_closure","LayoutChangedNotification","AnimatedPhysicalModel","_transparentInterior","_MaterialInterior","_MaterialInteriorState","Ticker","ImplicitlyAnimatedWidgetState_didUpdateWidget_closure","_MaterialInteriorState_forEachTween_closure","ShapeBorderTween","ColorTween","lerp","_CompoundBorder_scale_closure","CircleBorder","BorderSide","StadiumBorder","RoundedRectangleBorder","_StadiumToCircleBorder","_StadiumToRoundedRectangleBorder","_RoundedRectangleToCircleBorder","_MixedBorderRadius","ImplicitlyAnimatedWidgetState__constructTweens_closure","AnimatedWidgetBaseState__handleAnimationChanged_closure","_ShapeBorderPaint","ShapeBorderClipper","_ShapeBorderPainter","RenderCustomPaint","RenderPhysicalShape","RectCommand","RRectCommand","_rawRecorder","_SaveStackEntry","Subpath","PathCommand","fromCircle","Ellipse","fromRectAndRadius","_AnimatedPhysicalModelState","PhysicalModel","RenderPhysicalModel","_AnimatedPhysicalModelState_forEachTween_closure","BorderRadiusTween","_RenderInkFeatures","_AnimatedDefaultTextStyleState","_AnimatedDefaultTextStyleState_forEachTween_closure","TextStyleTween","ClipPath","RenderClipPath","circular","MaterialType","_RawMaterialButtonState__handleFocusedChanged_closure","_RawMaterialButtonState__handleHoveredChanged_closure","_RawMaterialButtonState__handleHighlightChanged_closure","IconTheme_merge_closure","IconTheme","MaterialStateProperty","localize","_IdentityThemeDataCacheKey","ThemeData_localize_closure","fallback","_AnimatedThemeState","_InheritedTheme","CupertinoTheme","MaterialBasedCupertinoThemeData","_NoDefaultCupertinoThemeData","_InheritedCupertinoTheme","_AnimatedThemeState_forEachTween_closure","ThemeDataTween","AppBarTheme","MaterialBannerThemeData","BottomAppBarTheme","CardTheme","DialogTheme","DividerThemeData","SliderThemeData","SnackBarThemeData","TabBarTheme","ButtonBarThemeData","PopupMenuThemeData","BottomSheetThemeData","FloatingActionButtonThemeData","EdgeInsetsDirectional","TooltipThemeData","lerpList","BoxShadow","Shadow","Border","BorderDirectional","canMerge","ToggleButtonsThemeData","PageStorageBucket","OverlayState__didChangeEntryOpacity_closure","OverlayEntry_remove_closure","OverlayState__remove_closure","_ModalScope","RepaintBoundary","_ModalScopeState_build_closure","_ModalScopeStatus","PageStorage","_AnimatedState","_AnimatedState__handleChange_closure","RenderRepaintBoundary","IgnorePointer","RenderIgnorePointer","buildPageTransitions","CupertinoPageTransition","_CupertinoBackGestureDetector","_CupertinoBackGestureDetectorState","PositionedDirectional","_CupertinoBackGestureController_dragEnd_closure","DecoratedBoxTransition","FractionalTranslation","RenderFractionalTranslation","RenderFractionalTranslation_hitTestChildren_closure","_isPopGestureEnabled","DecorationTween","_CupertinoEdgeShadowDecoration","_MixedAlignment","_ColorsAndStops","_interpolateColorsAndStops_closure","_SplayTreeNode","_sample_closure","SplayTreeSet_closure","LinearGradient_scale_closure","_ChainedEvaluation","_ModalScopeState__forceRebuildPage_closure","Listenable","_MergingListenable","BlockSemantics","_ModalBarrierGestureDetector","ModalBarrier_build_closure","RenderBlockSemantics","_AnyTapGestureRecognizerFactory","_ModalBarrierSemanticsDelegate","_AnyTapGestureRecognizer","CupertinoLocalizations","MaterialLocalizations","NavigatorObserver","PageRoute","HeroController__maybeStartHeroTransition_closure","ModalRoute_offstage_closure","_allHeroesFor","_HeroFlightManifest","ReverseAnimation","ReverseTween","_HeroState_ensurePlaceholderIsHidden_closure","_HeroFlight__buildOverlay_closure","Interval","RelativeRect","_Linear","OverlayState_insert_closure","_HeroState_startFlight_closure","HeroController_closure","Animation","HeroFlightDirection","Hero__allHeroesFor_visitor","Hero__allHeroesFor_inviteHero","transformRect","_minMax","_accumulate","_min4","_max4","MaterialRectArcTween","MaterialRectArcTween__initialize_closure","MaterialPointArcTween","MaterialPointArcTween__initialize_sweepAngle","_Diagonal","fromPoints","_MainState","BlocListener","BlocBuilder","_MainState_build_closure","_BlocListenerBaseState","InheritedProvider","ProviderNotFoundError","_BlocBuilderBaseState","_BlocBuilderBaseState__subscribe__closure","Scaffold","BottomAppBar","CircularNotchedRectangle","DrawerControllerState","ScaffoldFeatureController","SnackBar","SnackBarClosedReason","_StandardBottomSheet","ScrollPosition","ScaffoldState_build_closure","_BodyBuilder","FlexibleSpaceBarSettings","_FloatingActionButtonTransition","_ScaffoldScope","PrimaryScrollController","CustomMultiChildLayout","_FloatingActionButtonTransitionState","_AnimationSwap","FlippedCurve","AnimationMin","_FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure","ValueKey","_ScaffoldLayout","MultiChildLayoutParentData","ScaffoldState_hideCurrentSnackBar_closure","_TransitionSnapshotFabLocation","ScaffoldState__moveFloatingActionButton_closure","_ScaffoldGeometryNotifier","ScaffoldGeometry","_BottomAppBarState","_BottomAppBarClipper","LineTo","QuadraticCurveTo","MoveTo","_TooltipState","_TooltipState_build_closure","forLongPress","vibrate","_TooltipState__createNewEntry_closure","_TooltipOverlay","tooltip","CustomSingleChildLayout","_TooltipPositionDelegate","fill","RenderCustomSingleChildLayoutBox","TooltipSemanticsEvent","_TooltipState__handleMouseTrackerChange_closure","filled","FlexParentData","fixed","_AppBarState","NavigationToolbar","AnnotatedRegion","SystemUiOverlayStyle","BackButton_build_closure","_getIconData","maybePop","RoutePopDisposition","RenderAnnotatedRegion","_ToolbarLayout","RenderClipRect","_DelegateWidgetState","ValueStateDelegate","DelegateWidget","Element__updateDepth_closure","Element_updateSlotForChild_visit","FocusHighlightMode","propertiesTransformers","DiagnosticsStackTrace","_describeRelevantUserCode_closure","_InspectorReferenceData","es6","_LocationCount","_LinkedIdentityHashMap","FocusManager__notifyHighlightModeListeners_closure","operatingSystem","pop","_handlers","MethodChannel_setMethodCallHandler_closure","RawKeyboard","RawKeyEvent","LogicalKeyboardKey","fromMessage","RawKeyDownEvent","RawKeyUpEvent","RawKeyEventDataAndroid","RawKeyEventDataFuchsia","RawKeyEventDataMacOs","RawKeyEventDataLinux","ModifierKey","KeyboardSide","RawKeyEventDataMacOs_getModifierSide_findSide","RawKeyEventDataFuchsia_getModifierSide_findSide","RawKeyEventDataAndroid_getModifierSide_findSide","isControlCharacter","_isUnprintableKey","GLFWKeyHelper","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding_drawFrame_closure","FrameTiming","BuildOwner_finalizeTree_closure","_InactiveElements__unmount_closure","PipelineOwner_flushSemantics_closure","tooMany","_InterestingSemanticsFragment","RenderObject__getSemanticsForParent_closure","_lastIdentifier","ExpandIterable","_SwitchableSemanticsFragment_compileChildren_closure","_SemanticsDiagnosticableNode","matrixEquals","isIdentity","_updateSemanticsChildren","_updateSemanticsChild","SemanticsConfiguration_onSetSelection_closure","TextRange","UnmodifiableMapView","castFrom","CastMap","EmptyIterable","CastIterator","_JsonMap_values_closure","AudioParamMap_values_closure","Storage_values_closure","RtcStatsReport_values_closure","MidiOutputMap_values_closure","_MapBaseValueIterable","MapMixin","_MapBaseValueIterator","MidiInputMap_values_closure","_EfficientLengthCastIterable","CastStreamTransformer","StreamTransformerBase","CastConverter","Converter","SemanticsConfiguration_onMoveCursorBackwardByWord_closure","SemanticsConfiguration_onMoveCursorForwardByWord_closure","SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure","SemanticsConfiguration_onMoveCursorForwardByCharacter_closure","OrdinalSortKey","TextBox","LinkedHashMap_LinkedHashMap$from_closure","_intersectRects","_applyIntermediatePaintTransforms","_transformRect","inverseTransformRect","zero","_RootSemanticsFragment_compileChildren_closure","SemanticsOwner_sendSemanticsUpdate_closure","SemanticsNodeUpdate","_actions","SemanticsUpdate","identity","_TraversalSortNode","SemanticsNode__childrenInTraversalOrder_closure","_BoxEdge","_childrenInDefaultOrder_closure","_SemanticsSortGroup_sortedWithinVerticalGroup_closure","_SemanticsSortGroup_sortedWithinKnot_closure","_SemanticsSortGroup_sortedWithinKnot_search","SemanticsTag","getIdentifier","SemanticsNode_getSemanticsData_closure","SemanticsData","_sortedListsEqual","_ids","_nextId","closure","Role","RoleManager","LiveRegion","ImageRoleManager","Tappable","LabelAndValue","Scrollable","TextField__initializeForWebkit_closure","TextField__initializeForBlink_closure","Tappable_update_closure","Scrollable_update_closure","Incrementable_closure","setSystemUIOverlayStyle","_pendingStyle","_latestStyle","SystemChrome_setSystemUIOverlayStyle_closure","_lastFrameScene","Scene","_paintQueue","commitScene_closure","_PaintRequest","_retainedSurfaces","_frameReferences","_discardActiveChildren","PersistedContainerSurface__updateManyToMany_insertDomNodeIfMoved","_PersistedSurfaceMatch","PersistedContainerSurface__matchChildren_closure","PipelineOwner_flushPaint_closure","_repaintCompositedChild","OffsetLayer","PaintingContext","firstEfficient","FollowedByIterable","FollowedByIterator","EfficientLengthFollowedByIterable","PersistedOffset","RenderProxyBoxMixin","ClipRectLayer","PaintingContext_pushClipRect_closure","PersistedClipRect","ClipContext_clipRectAndPaint_closure","PictureLayer","Picture","_recycledCanvases","_SaveElementStackEntry","_doesCanvasFitBounds","PersistedStandardPicture__applyBitmapPaint_closure","PaintCommand","_PaintBounds","PaintSave","_SaveClipEntry","PaintClipRect","OpacityLayer","PersistedOpacity","ClipPathLayer","PaintingContext_pushClipPath_closure","PersistedClipPath","_NullTreeSanitizer","html","_clipIdCounter","Element_Element$html_closure","_defaultValidator","NodeValidator","NodeValidatorBuilder","_defaultSanitizer","_ValidatingTreeSanitizer","_parseDocument","_parseRange","BodyElement","_ValidatingTreeSanitizer_sanitizeTree_walk","_safeTagName","_ElementAttributeMap","TemplateElement","NodeValidatorBuilder_allowsAttribute_closure","_attributeValidators","NodeValidatorBuilder_allowsElement_closure","_TemplatingNodeValidator_closure","_SimpleNodeValidator_closure","_SameOriginUriPolicy","ClipContext_clipPathAndPaint_closure","PaintClipPath","PaintTranslate","getAsTranslation","PaintDrawCircle","PaintClipRRect","PaintTransform","PaintDrawRect","PaintDrawRRect","applyShadow","applyShadowElevation","_paintUniformBorderWithCircle","_paintUniformBorderWithRadius","_paintUniformBorderWithRectangle","PaintDrawPath","PaintDrawDRRect","_CompoundBorder_dimensions_closure","diagonal3Values","RenderParagraph_paint_closure","TransformLayer","PersistedTransform","PaintDrawParagraph","PerformanceOverlayLayer","_webOnlyDidWarnAboutPerformanceOverlay","_CupertinoEdgeShadowPainter","_BoxDecorationPainter","MaskFilter","RenderObject__debugReportException_closure","PipelineOwner_flushCompositingBits_closure","RenderObject__updateCompositingBits_closure","PipelineOwner_flushLayout_closure","tight","TextBaseline","RenderBox_getDistanceToActualBaseline_closure","_BodyBoxConstraints","ScaffoldPrelayoutGeometry","PlaceholderDimensions","_cancelAndValue_closure","SemanticsOwner__getSemanticsActionHandlerForId_closure","SemanticsHandle","_WidgetsAppState_didChangeMetrics_closure","RenderObject_clearSemantics_closure","ViewConfiguration","_PendingImage","_CachedImage","_AsyncBlock","_clockValue","computeShadowRect","PaintDrawShadow","computeCanvasShadows","computeShadowElevation","CanvasShadow","_parseAppLifecycleMessage","_collectors","LicenseEntry","ServicesBinding__addLicenses_closure","fromIterable","_GeneratedStreamImpl","_IterablePendingEvents","LicenseEntryWithLineBreaks","expand","_ensureStateForPointer","_pointers","_pointerCount","_PointerState","PointerEventConverter__ensureStateForPointer_closure","_HashSet","BuilderStateDelegate","BlocSupervisor","_fontCollection","FontCollection","_PolyfillFontManager","_PolyfillFontManager_registerAsset_closure","_PolyfillFontManager_registerAsset__watchWidth","_SvgNodeValidator","ScriptElement","SvgElement","_FontManager_registerAsset_closure","FontFaceSet","promiseToFuture_closure","convertDartToNative_Dictionary_closure","_engineInitialized","webOnlyInitializeEngine_closure","ServiceExtensionResponse","Keyboard","Keyboard$__closure","CodeUnits","webOnlyInitializeEngine__closure","_originState","_StructuredCloneDart2Js","BrowserHistory__popStateListener_closure","_flutterState","File","Blob","FileList","ImageData","NativeByteBuffer","NativeTypedData","MessagePort","_StructuredClone_walk_closure","AssetManager","BrowserEngine","OperatingSystem","LocationStrategy","HashLocationStrategy","PlatformLocation","BrowserPlatformLocation","SkiaFontCollection","EngineCanvas","SaveStackTracking","SaveElementStackTracking","PointerSupportDetector","PaintRestore","CloseCommand","_CheckableKind","AccessibilityMode","_TypedDataBuffer","StringCodec","JSONMessageCodec","JSONMethodCodec","StandardMessageCodec","StandardMethodCodec","EngineGradient","_DomClip","PersistedSurfaceState","PersistedLeafSurface","LineBreakType","TextMeasurementService","CanvasTextMeasurementService","_paragraphBuilderPop","InputType","ElementType","JS_CONST","Interceptor","JSBool","JSNull","JSObject","JavaScriptObject","PlainJavaScriptObject","JavaScriptFunction","JSArray","JSUnmodifiableArray","Comparable","JSNumber","JSInt","JSDouble","JSString","_CastIterableBase","EmptyIterator","FixedLengthListMixin","UnmodifiableListMixin","UnmodifiableListBase","ConstantMap","ConstantStringMap","GeneralConstantMap","noSuchMethodPattern","notClosurePattern","nullCallPattern","nullLiteralCallPattern","undefinedCallPattern","undefinedLiteralCallPattern","nullPropertyPattern","nullLiteralPropertyPattern","undefinedPropertyPattern","undefinedLiteralPropertyPattern","TearOffClosure","NativeByteData","NativeTypedArray","NativeTypedArrayOfDouble","NativeFloat32List","NativeInt16List","NativeInt8List","NativeUint16List","NativeUint32List","NativeUint8ClampedList","_Completer","_StreamController","_SyncStreamControllerDispatch","_AsyncStreamControllerDispatch","_StreamImpl","_DelayedEvent","_DelayedDone","_PendingEvents","_Zone","_RootZone","IterableMixin","IterableBase","ListBase","MapBase","_UnmodifiableMapMixin","MapView","SetMixin","_SetBase","_SplayTree","Base64Codec","Base64Encoder","Codec","Encoding","JsonCodec","JsonEncoder","JsonDecoder","_JsonStringifier","Utf8Codec","Utf8Encoder","_decoder","OutOfMemoryError","Iterator","_needsNoEncoding","HtmlElement","AccessibleNodeList","AnchorElement","AreaElement","BroadcastChannel","ButtonElement","CanvasRenderingContext2D","CharacterData","Credential","CredentialUserData","CssKeyframesRule","CssPerspective","CssRule","CssStyleDeclaration","CssStyleDeclarationBase","CssStyleValue","CssTransformComponent","CssTransformValue","CssUnparsedValue","DataTransferItemList","DivElement","DomError","DomException","DomRectList","DomRectReadOnly","DomStringList","DomTokenList","EmbedElement","Entry","EventTarget","FederatedCredential","FieldSetElement","FileSystem","FileWriter","FormElement","Gamepad","History","HtmlCollection","HttpRequestEventTarget","IFrameElement","LabelElement","Location","MapElement","MediaList","MidiInputMap","MidiOutputMap","MidiPort","MimeType","MimeTypeArray","NavigatorUserMediaError","NodeList","ObjectElement","OutputElement","OverconstrainedError","ParagraphElement","ParamElement","PasswordCredential","PerformanceEntry","PerformanceServerTiming","Plugin","PluginArray","RtcStatsReport","SelectElement","SharedWorkerGlobalScope","SlotElement","SourceBuffer","SourceBufferList","SpeechGrammar","SpeechGrammarList","SpeechRecognitionResult","SpeechSynthesisEvent","SpeechSynthesisVoice","Storage","StyleElement","StyleSheet","TableElement","TableRowElement","TableSectionElement","TextTrack","TextTrackCue","TextTrackCueList","TextTrackList","TimeRanges","Touch","TouchList","TrackDefaultList","UIEvent","Url","VideoTrackList","Window","WorkerGlobalScope","_Attr","_CssRuleList","_DomRect","_GamepadList","_NamedNodeMap","_SpeechRecognitionResultList","_StyleSheetList","_AttributeMap","_EventStream","_ElementEventStreamImpl","_allowedElements","_StructuredClone","_AcceptStructuredClone","Database","Index","ObjectStore","_RectangleBase","Length","LengthList","Number","NumberList","PointList","StringList","TransformList","ByteBuffer","host","Endian","Int8List","Uint8ClampedList","Int16List","Uint16List","Uint32List","Float32List","ClipOp","PathFillType","_HashEnd","PaintingStyle","BlendMode","Clip","BlurStyle","PointerChange","PointerSignalKind","SemanticsFlag","PlaceholderAlignment","FontWeight","TextAlign","TextDecorationStyle","TextDirection","TextAffinity","BoxHeightStyle","BoxWidthStyle","TileMode","AppLifecycleState","WindowPadding","Brightness","AudioBuffer","AudioParamMap","AudioTrackList","BaseAudioContext","OfflineAudioContext","ActiveInfo","SqlResultSetRowList","DefaultEquality","DeepCollectionEquality","_AnimationDirection","AnimationBehavior","_AlwaysCompleteAnimation","_AlwaysDismissedAnimation","AnimationWithParentMixin","_TrainHoppingMode","CompoundAnimation","Curve","Threshold","Cubic","AnimationLazyListenerMixin","AnimationEagerListenerMixin","RectTween","_CupertinoLocalizationsDelegate","DefaultCupertinoLocalizations","CupertinoThemeData","DiagnosticableNode","DiagnosticLevel","DiagnosticsTreeStyle","_NoDefaultValue","DiagnosticableTree","Diagnosticable","DiagnosticableMixin","DiagnosticableTreeMixin","LocalKey","_TypeLiteral","GestureDisposition","GestureBinding","_Matrix","_DragState","DragStartBehavior","GestureRecognizerState","ThemeMode","_ToolbarContainerLayout","_CornerId","BackButtonIcon","BackButton","ButtonTextTheme","ButtonBarLayoutBehavior","MaterialColor","DrawerController","_DefaultHeroTag","FloatingActionButtonLocation","_DockedFloatingActionButtonLocation","_CenterDockedFloatingActionButtonLocation","FloatingActionButtonAnimator","_rotationTween","_thresholdCenterTween","_ScalingFabMotionAnimator","_InkSplashFactory","InteractiveInkFeatureFactory","InputDecorationTheme","_MaterialLocalizationsDelegate","DefaultMaterialLocalizations","_bottomUpTween","_fastOutSlowInTween","_easeInTween","FadeUpwardsPageTransitionsBuilder","CupertinoPageTransitionsBuilder","PageTransitionsTheme","_ScaffoldSlot","_entranceTurnTween","_kFallbackTheme","MaterialTapTargetSize","_localizedThemeDataCache","TooltipTheme","ScriptCategory","RenderComparison","Axis","VerticalDirection","PaintingBinding","BorderRadiusGeometry","BorderStyle","BoxShape","BoxBorder","ClipContext","ColorSwatch","Decoration","BoxPainter","Gradient","NotchedShape","ShaderWarmUp","DefaultShaderWarmUp","TextWidthBasis","Simulation","Tolerance","RendererBinding","ContainerBoxParentData","RenderBoxContainerDefaultsMixin","MultiChildLayoutDelegate","ContainerRenderObjectMixin","CustomPainter","CustomPainterSemantics","DebugOverflowIndicatorMixin","textStyle","paragraphStyle","FlexFit","MainAxisSize","MainAxisAlignment","CrossAxisAlignment","Layer","ContainerLayer","Constraints","RenderObjectWithChildMixin","ContainerParentDataMixin","_SemanticsFragment","_temporaryTransformHolder","TextOverflow","HitTestBehavior","RenderProxyBoxWithHitTestBehavior","CustomClipper","_RenderCustomClip","_RenderPhysicalModelBase","DecorationPosition","RenderAligningShiftedBox","SingleChildLayoutDelegate","StackFit","Overflow","ViewportOffset","SchedulerPhase","SchedulerBinding","SemanticsBinding","_kEmptyConfig","_kEmptyChildList","_kEmptyCustomSemanticsActionsList","_kIdentityTransform","DebugSemanticsDumpOrder","SemanticsSortKey","SemanticsEvent","LongPressSemanticsEvent","TapSemanticEvent","AssetBundle","BinaryMessenger","ServicesBinding","_DefaultBinaryMessenger","KeyboardKey","PhysicalKeyboardKey","BasicMessageChannel","MethodChannel","OptionalMethodChannel","RawKeyEventData","SystemSoundType","AutomaticKeepAliveClientMixin","Flex","DefaultAssetBundle","WidgetsBinding","FocusHighlightStrategy","FocusTraversalPolicy","DirectionalFocusTraversalPolicyMixin","TypeMatcher","StatelessWidget","_StateLifecycle","ProxyWidget","InheritedWidget","RenderObjectWidget","LeafRenderObjectWidget","SingleChildRenderObjectWidget","MultiChildRenderObjectWidget","_ElementLifecycle","builder","ComponentElement","RootRenderObjectElement","SemanticsGestureDelegate","_reverseTween","_defaultHeroFlightShuttleBuilder","IconData","ImplicitlyAnimatedWidget","ImplicitlyAnimatedWidgetState","AnimatedWidgetBaseState","InheritedTheme","_WidgetsLocalizationsDelegate","DefaultWidgetsLocalizations","_ToolbarSlot","Notification","_onstageSlot","LocalHistoryRoute","ScrollBehavior","SingleTickerProviderStateMixin","TickerProviderStateMixin","AnimatedWidget","WidgetInspectorService","BlocBuilderBase","BlocListenerBase","StateDelegate","ValueDelegateWidget","SingleChildCloneableWidget","WrappedFuture","Subject","_PersistedClipRect&PersistedContainerSurface&_DomClip","_PersistedPhysicalShape&PersistedContainerSurface&_DomClip","_NativeTypedArrayOfDouble&NativeTypedArray&ListMixin","_NativeTypedArrayOfDouble&NativeTypedArray&ListMixin&FixedLengthListMixin","_NativeTypedArrayOfInt&NativeTypedArray&ListMixin","_NativeTypedArrayOfInt&NativeTypedArray&ListMixin&FixedLengthListMixin","_ListBase&Object&ListMixin","_SplayTreeSet&_SplayTree&IterableMixin","_SplayTreeSet&_SplayTree&IterableMixin&SetMixin","_UnmodifiableMapView&MapView&_UnmodifiableMapMixin","_CssStyleDeclaration&Interceptor&CssStyleDeclarationBase","_DomRectList&Interceptor&ListMixin","_DomRectList&Interceptor&ListMixin&ImmutableListMixin","_DomStringList&Interceptor&ListMixin","_DomStringList&Interceptor&ListMixin&ImmutableListMixin","_FileList&Interceptor&ListMixin","_FileList&Interceptor&ListMixin&ImmutableListMixin","_HtmlCollection&Interceptor&ListMixin","_HtmlCollection&Interceptor&ListMixin&ImmutableListMixin","_MidiInputMap&Interceptor&MapMixin","_MidiOutputMap&Interceptor&MapMixin","_MimeTypeArray&Interceptor&ListMixin","_MimeTypeArray&Interceptor&ListMixin&ImmutableListMixin","_NodeList&Interceptor&ListMixin","_NodeList&Interceptor&ListMixin&ImmutableListMixin","_PluginArray&Interceptor&ListMixin","_PluginArray&Interceptor&ListMixin&ImmutableListMixin","_RtcStatsReport&Interceptor&MapMixin","_SourceBufferList&EventTarget&ListMixin","_SourceBufferList&EventTarget&ListMixin&ImmutableListMixin","_SpeechGrammarList&Interceptor&ListMixin","_SpeechGrammarList&Interceptor&ListMixin&ImmutableListMixin","_Storage&Interceptor&MapMixin","_TextTrackCueList&Interceptor&ListMixin","_TextTrackCueList&Interceptor&ListMixin&ImmutableListMixin","_TextTrackList&EventTarget&ListMixin","_TextTrackList&EventTarget&ListMixin&ImmutableListMixin","_TouchList&Interceptor&ListMixin","_TouchList&Interceptor&ListMixin&ImmutableListMixin","__CssRuleList&Interceptor&ListMixin","__CssRuleList&Interceptor&ListMixin&ImmutableListMixin","__GamepadList&Interceptor&ListMixin","__GamepadList&Interceptor&ListMixin&ImmutableListMixin","__NamedNodeMap&Interceptor&ListMixin","__NamedNodeMap&Interceptor&ListMixin&ImmutableListMixin","__SpeechRecognitionResultList&Interceptor&ListMixin","__SpeechRecognitionResultList&Interceptor&ListMixin&ImmutableListMixin","__StyleSheetList&Interceptor&ListMixin","__StyleSheetList&Interceptor&ListMixin&ImmutableListMixin","_LengthList&Interceptor&ListMixin","_LengthList&Interceptor&ListMixin&ImmutableListMixin","_NumberList&Interceptor&ListMixin","_NumberList&Interceptor&ListMixin&ImmutableListMixin","_StringList&Interceptor&ListMixin","_StringList&Interceptor&ListMixin&ImmutableListMixin","_TransformList&Interceptor&ListMixin","_TransformList&Interceptor&ListMixin&ImmutableListMixin","_AudioParamMap&Interceptor&MapMixin","_SqlResultSetRowList&Interceptor&ListMixin","_SqlResultSetRowList&Interceptor&ListMixin&ImmutableListMixin","_AnimationController&Animation&AnimationEagerListenerMixin","_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin","_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin","_CompoundAnimation&Animation&AnimationLazyListenerMixin","_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin","_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin","_CurvedAnimation&Animation&AnimationWithParentMixin","_ProxyAnimation&Animation&AnimationLazyListenerMixin","_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin","_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin","_ReverseAnimation&Animation&AnimationLazyListenerMixin","_ReverseAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalStatusListenersMixin","_TrainHoppingAnimation&Animation&AnimationEagerListenerMixin","_TrainHoppingAnimation&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin","_TrainHoppingAnimation&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin","__AnimatedEvaluation&Animation&AnimationWithParentMixin","_FlutterError&Error&DiagnosticableTreeMixin","_Diagnosticable&Object&DiagnosticableMixin","_GestureRecognizer&GestureArenaMember&DiagnosticableTreeMixin","_DrawerControllerState&State&SingleTickerProviderStateMixin","__InkResponseState&State&AutomaticKeepAliveClientMixin","__MaterialState&State&TickerProviderStateMixin","_ScaffoldState&State&TickerProviderStateMixin","__FloatingActionButtonTransitionState&State&TickerProviderStateMixin","__TooltipState&State&SingleTickerProviderStateMixin","_ContainerBoxParentData&BoxParentData&ContainerParentDataMixin","_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin","_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin","_RenderFlex&RenderBox&ContainerRenderObjectMixin","_RenderFlex&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin","_Layer&AbstractNode&DiagnosticableTreeMixin","_RenderObject&AbstractNode&DiagnosticableTreeMixin","_RenderParagraph&RenderBox&ContainerRenderObjectMixin","_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin","_RenderProxyBox&RenderBox&RenderObjectWithChildMixin","_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin","_RenderShiftedBox&RenderBox&RenderObjectWithChildMixin","_RenderStack&RenderBox&ContainerRenderObjectMixin","_RenderStack&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin","_RenderView&RenderObject&RenderObjectWithChildMixin","_SemanticsNode&AbstractNode&DiagnosticableTreeMixin","_GLFWKeyHelper&Object&KeyHelper","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding","_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding","_FocusManager&Object&DiagnosticableTreeMixin","_FocusNode&Object&DiagnosticableTreeMixin","_FocusNode&Object&DiagnosticableTreeMixin&ChangeNotifier","_ImplicitlyAnimatedWidgetState&State&SingleTickerProviderStateMixin","_NavigatorState&State&TickerProviderStateMixin","_OverlayState&State&TickerProviderStateMixin","__RenderTheatre&RenderBox&RenderObjectWithChildMixin","__RenderTheatre&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin","__RenderTheatre&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin&ContainerRenderObjectMixin","_ModalRoute&TransitionRoute&LocalHistoryRoute","_ScrollPosition&ViewportOffset&ScrollMetrics","_BlocListener&BlocListenerBase&SingleChildCloneableWidget","_compareAny","dateNow","_scheduleImmediateJsOverride","_scheduleImmediateWithSetImmediate","_scheduleImmediateWithTimer","compare","_standardAttributeValidator","_uriAttributeValidator","dumpErrorToConsole","_taskSorter","_utf8decode","_parseLicenses","_deactivateRecursively","_sort","_activateRecursively","_scheduleImmediateClosure","_nullFuture","_inverseAlphabet","_stack","_propertyCache","isAndroid","isIOS","$intercepted$toString0$IJavaScriptFunctionJavaScriptObjectabnsux","getInterceptor$","$intercepted$get$length$asx","$intercepted$forEach1$ax","$intercepted$get$iterator$ax","$intercepted$$eq$Iux","$intercepted$get$hashCode$IJavaScriptObjectabnsux","$intercepted$[]$asx","getInterceptor$asx","async___startMicrotaskLoop$closure","async__AsyncRun__scheduleImmediateJsOverride$closure","async__AsyncRun__scheduleImmediateWithSetImmediate$closure","async__AsyncRun__scheduleImmediateWithTimer$closure","binding__defaultSchedulingStrategy$closure","binding_SchedulerBinding__taskSorter$closure","$intercepted$get$runtimeType$IJavaScriptObjectbdinsux","getInterceptor$s","$intercepted$elementAt1$ax","print__debugPrintThrottled$closure","print___debugPrintTask$closure","_js_helper_Primitives_dateNow$closure","$intercepted$trimLeft0$s","$intercepted$trimRight0$s","$intercepted$get$target$x","convert___defaultToEncodable$closure","$intercepted$get$isEmpty$asx","framework_Element__sort$closure","_interceptors_JSArray__compareAny$closure","$intercepted$compareTo1$ns","framework_Element__activateRecursively$closure","$intercepted$contains2$asx","$intercepted$remove0$ax","$intercepted$addEventListener3$x","$intercepted$noSuchMethod1$Iu","$intercepted$toInt0$n","$intercepted$get$offset$x","$intercepted$matchAsPrefix2$s","$intercepted$get$isNotEmpty$asx","$intercepted$toStringAsFixed1$n","getInterceptor$n","getInterceptor$x","collection___defaultHashCode$closure","core__identityHashCode$closure","core__identical$closure","collection___defaultEquals$closure","$intercepted$get$error$","$intercepted$removeEventListener3$x","async___nullDoneHandler$closure","async___nullErrorHandler$closure","async___nullDataHandler$closure","_engine___emptyCallback$closure","$intercepted$skip1$ax","getInterceptor$ax","$intercepted$[]=$ax","$intercepted$get$name$x","$intercepted$_codeUnitAt1$s","$intercepted$startsWith2$s","$intercepted$replaceRange3$s","$intercepted$substring2$s","$intercepted$fillRange3$x","framework__InactiveElements__deactivateRecursively$closure","$intercepted$clamp2$n","$intercepted$get$children$x","$intercepted$replaceWith1$x","$intercepted$_replaceChild2$x","_engine___whitespacePredicate$closure","_engine___newlinePredicate$closure","$intercepted$get$sign$in","$intercepted$map11$ax","$intercepted$contains1$asx","$intercepted$$sub$n","$intercepted$$mul$ns","$intercepted$$add$ansx","$intercepted$floor0$n","$intercepted$round0$n","core_Comparable_compare$closure","collection___dynamicCompare$closure","$intercepted$$gt$n","widget_inspector__transformDebugCreator$closure","$intercepted$cast20$x","$intercepted$get$values$x","$intercepted$get$keys$x","$intercepted$containsKey1$x","$intercepted$addEventListener2$x","$intercepted$removeEventListener2$x","$intercepted$sort1$ax","$intercepted$get$attributes$x","$intercepted$toLowerCase0$s","html__Html5NodeValidator__standardAttributeValidator$closure","html__Html5NodeValidator__uriAttributeValidator$closure","binding0_ServicesBinding__parseLicenses$closure","asset_bundle_AssetBundle__utf8decode$closure","_engine___noopCallback$closure","getInterceptor$ns","getInterceptor$z","getInterceptor$in","getInterceptor$ansx","assertions_FlutterError_dumpErrorToConsole$closure","rejectGesture","willPop","toString","clear","compileChildren","attach","allowsAttribute","drawFrame","didPop","save","detach","build","restore","didPopNext","translate","didChangeNext","send","didChangePrevious","changedInternalState","mount","changedExternalState","transform","handlePushRoute","dispose","handlePlatformMessage","clipRect","markNeedsLayout","clipRRect","find","_firstBuild","lerpFrom","call","clipPath","findAll","lerpTo","invokeMethod","revive","install","updateSubtreeNeedsAddToScene","_add","_addError","mapEventToState","_handleAsMethodCall","initDelegate","load","didUpdateDelegate","initInstances","update","isPointerAllowed","initServiceExtensions","_updateSlot","==","warmUpOnCanvas","hitTest","unlocked","adoptElements","handleAppLifecycleStateChanged","initState","inheritFromElement","_handleLifecycleMessage","retain","deactivate","onEvent","_containsKey","computeDistanceToActualBaseline","discard","createAnimationController","onTransition","toStringShort","redepthChildren","visitChildren","_get","activate","registerFonts","performLayout","hitTestChildren","resolve","didChangeDependencies","didPush","_set","adoptChild","updated","unmount","dropChild","paint","_remove","loadString","didPushRoute","preroll","subtract","add","_addEventError","createFragment","toStringDetails","applyPaintTransform","didUpdateWidget","changedScope","where","describeSemanticsConfiguration","notifyClients","recomputeTransformAndClip","addEventListener","createElement","noSuchMethod","clearSemantics","handleMetricsChanged","addAllowedPointer","setRange","visitChildrenForSemantics","performRebuild","assembleSemanticsNode","handleEvent","acceptGesture","arena.dart#_resolveInFavorOf","elapsedMicroseconds","implicit_animations.dart#_handleAnimationChanged","encode","dart._engine#_timerDidFire","addWithRawTransform","handleEventLoopCallback","heroes.dart#_buildOverlay","semantics.dart#_childrenInTraversalOrder","pushTransform","dart.async#_completeError","onData","shadowColor=","deltaMode","fold","dart.collection#_newSet","getSemanticsData","mouse_tracking.dart#_addMouseEvent","push","flushPaint","framework.dart#_updateInheritance","notifyListeners","delegate=","physicalKey","scheduleForcedFrame","textWidthBasis=","enclosingScope","getOuterPath","dart._engine#_pointerTypeToDeviceKind","binding.dart#_handleLifecycleMessage","onLongPress=","buildScope","insert","_js_helper#_modified","didStopListening","isFirst","invokeCallback","markNeedsBuild","moveNext","top","dart._engine#_applyShape","onDrawFrame","tighten","dart.async#_onCancel","flushCompositingBits","beginAngle","paragraph.dart#_layoutChildren","logicalKey","animations.dart#_maybeNotifyStatusListeners","hold","stop","attachAnnotation","createState","sublist","getUint8List","proxy_box.dart#_performSemanticScrollUp","button.dart#_effectiveElevation","dart._engine#_gestureModeDidChange","routes.dart#_buildModalScope","isModifierPressed","navigator.dart#_currentOverlayEntry","solve","rootNode=","dart._engine#_cleanupElement","dart._internal#_startIndex","strutStyle=","gesture_detector.dart#_syncAll","focus_manager.dart#_markAsDirty","isValidKey","shouldRepaint","maxWidth=","endRecording","disable","addListener","dart._engine#_lines","curves.dart#_evaluateCubic","proxy_box.dart#_handleExit","trimLeft","tooltip.dart#_handleMouseTrackerChange","defaultPaint","paintChild","reparent","_js_helper#_newLinkedCell","dart.dom.html#_setPropertyHelper","pushClipRect","readOnly=","onHighlightChanged","alignment.dart#_x","focused=","namesRoute=","getApproximateClipRect","performAction","checked=","dart._engine#_ensureCapacity","fillRange","monodrag.dart#_checkStart","dart.core#_errorName","getRow","keyLabel","absorbing=","dart._engine#_updateManyToMany","scaffold.dart#_handleStatusBarTap","start","getAssetUrl","replaceRange","primaryColor","ink_well.dart#_isWidgetEnabled","_interceptors#_shrBothPositive","liveRegion=","button.dart#_handleFocusedChanged","dart.collection#_computeKeys","multiline=","allowFirstFrameReport","dart.typed_data.implementation#_setRangeFast","internalSet","dart._engine#_setupFlutterEntry","onDismiss=","hashCode","writeJsonValue","overlay.dart#_remove","ancestors","fillType","heightFactor=","proxy_box.dart#_updateClip","ink_well.dart#_handleTapDown","any","handleMemoryPressure","matchTypeError","drive","toDiagnosticsNode","drawCircle","detachAnnotation","alignment.dart#_y","focus_manager.dart#_handleRawKeyEvent","flushSemantics","tooltip.dart#_handlePointerEvent","dart._engine#_recomputeScrollPosition","ticker.dart#_complete","dart._internal#_endIndex","onSemanticsAction","round","route.dart#_handleDragCancel","recordingCanvas","selected=","showOnScreen","navigator.dart#_routeNamed","removeStatusListener","receiveGlobalEvent","multitap.dart#_handleEvent","x1","customSemanticsActions=","ancestorStateOfType","startTrackingPointer","binding.dart#_flushPointerEventQueue","clipPathAndPaint","dart.core#_errorExplanation","close","open","toImage","nearestScope","onSemanticsEnabledChanged","focus_manager.dart#_reparent","binding.dart#_runTasks","createViewConfiguration","canRequestFocus=","baseline","ticker.dart#_tick","followedBy","multitap.dart#_reset","main_view.dart#_openCalendar","framework.dart#_findAncestorRenderObjectElement","toPaint","skip","decodeMessage","createPaintStyle","beginArc","asInt64List","index","textDirection=","beginRecording","didExceedDeadlineWithEvent","dart.core#_isFile","box_decoration.dart#_paintShadows","tooltip.dart#_handleLongPress","scaffold.dart#_moveFloatingActionButton","ensureTooltipVisible","copyWith","layout","border_radius.dart#_topRight","reverse","removeAllChildren","getVelocityEstimate","updateChildren","dart.async#_handleError","onUnknownRoute","detachRenderObject","stopRecordingIfNeeded","edge_insets.dart#_top","overflow=","multitap.dart#_onTimeout","dart.core#_isHttp","prepareExternalUrl","center","updateKeepAlive","route.dart#_handleDragStart","cacheLookup","toRadixString","dart.async#_asyncCompleteError","onBeginFrame","useCustomEditableElement","alwaysNeedsCompositing","routes.dart#_updateSecondaryAnimation","dart.async#_onPause","decodeEnvelope","requestFocus","dart.async#_removeListeners","ink_highlight.dart#_paintHighlight","alignment.dart#_start","visitAncestorElements","clone","dart._engine#_getHapticFeedbackDuration","runBinaryGuarded","cssFontString","setupParentData","dart.collection#_filterWhere","binding.dart#_handlePointerDataPacket","getOffset","textField=","toStringDeep","focus_manager.dart#_notifyHighlightModeListeners","binding.dart#_handleDrawFrame","run","addWithPaintTransform","getConstraintsForChild","monodrag.dart#_checkDown","chain","schedule","scaffold.dart#_scaleFloatingActionButton","debugLabel","focus_manager.dart#_willUnfocusNode","insertAll","gesture_detector.dart#_updateSemanticsForRenderObject","app_bar.dart#_handleDrawerButtonEnd","sized=","binding.dart#_handleSemanticsEnabledChanged","markAsExplicit","lockState","copyList","paintStack","didExceedDeadline","dart.convert#_writeSurrogate","readSize","notifyStatusListeners","wantKeepAlive","onVerticalDragUpdate","getDistanceToBaseline","completeError","didStopTrackingLastPointer","onCut=","addStatusListener","system_chrome.dart#_toMap","animations.dart#_useForwardCurve","listen","setPlaceholderDimensions","buildScene","dart._engine#_findOrCreateCanvas","dart.typed_data.implementation#_checkPosition","dart._engine#_strokeOrFill","dart._engine#_evictAllRulers","isBroadcast","measure","horizontal","basic.dart#_getTextDirection","scaffold.dart#_buildDrawer","dart._engine#_insertKnownLength","getInt64","onVerticalDragUpdate=","dart.async#_mayAddEvent","toCssString","dart.collection#_computeHashCode","dart.async#_complete","grow","automatic_keep_alive.dart#_ensureKeepAlive","dart._engine#_matchChildren","scaffold.dart#_addIfNonNull","redepthChild","fragment","runUnary","measureBoxesForRange","endOfFrame","animation_controller.dart#_startSimulation","typed_data.typed_buffers#_grow","setElementStyle","strokeWidth","datetime=","hitTestMouseTrackers","dart.async#_ensureDoneFuture","ink_well.dart#_handleMouseExit","dart._engine#_tryBuildPlainText","sanitizeTree","optionsMask=","dart.collection#_findBucketIndex","pause","runUnaryGuarded","doCompare","height","clampMagnitude","dart._engine#_doMeasure","container=","createTicker","shouldAcceptBrowserGesture","localizations.dart#_anyDelegatesShouldReload","getHighlightColorForType","fillText","dart.async#_addEventError","difference","dart.collection#_addHashTableEntry","dart.collection#_findLeftMostDescendent","growLTRB","parent=","runGuarded","binding.dart#_ensureEventLoopCallback","join","x","value=","firstWhere","secondaryAnimation","material.dart#_getShape","hasFragment","isNotEmpty","monodrag.dart#_getDeltaForDetails","ignoring=","dart._engine#_readAndCacheMetrics","getUint8","addStream","widget","remove","binding.dart#_handleSemanticsOwnerCreated","dart.async#_onResume","semantics.dart#_addToUpdate","shader=","hitTestSelf","sortKey=","y2","focus_manager.dart#_applyFocusChange","matchAsPrefix","binding.dart#_handleBeginFrame","binding.dart#_addLicenses","scaffold.dart#_updateWith","forEachJsField","writeStringContent","hash","didUnmountRenderObject","label=","trimRight","framework.dart#_unmount","layer.dart#_addToSceneWithRetainedRendering","addAll","attachToRenderTree","setState","findSlot","contains","object.dart#_cleanRelayoutBoundary","configureInputElementForIOS","setIsComplexHint","elementAt","focus_scope.dart#_createNode","width","toList","animations.dart#_reverseStatus","dart._engine#_expandEvents","scale","pushOpacity","ensureSemantics","status","focus_scope.dart#_handleFocusChanged","resume","_js_helper#_removeHashTableEntry","ticker.dart#_cancel","page_transitions_theme.dart#_all","dart.async#_sendData","object.dart#_computeValues","multiplied","didPopRoute","navigator.dart#_handlePointerUpOrCancel","createRenderObject","dart.async#_recordResume","object.dart#_semanticsConfiguration","dispatchEvent","scheme","onHorizontalDragUpdate","main_view.dart#_openGithub","animations.dart#_updateCurveDirection","removeEventListener","transitions.dart#_handleChange","hasPrimaryFocus","inheritFromWidgetOfExactType","ink_well.dart#_handleFocusUpdate","getEffectiveTextDirection","clipRectAndPaint","proxy_box.dart#_updateOpacity","dart.ui#_getMin","pushOffset","startFlight","visitAncestor","computeBounds","onCopy=","dart.async#_addError","setStyle","recognizer.dart#_getGlobalDistance","addRetained","globalToLocal","_js_helper#_deleteTableEntry","bloc.dart#_handleError","dart._engine#_notifyGestureModeListeners","deltaY","framework.dart#_firstBuild","recomputePositionAndSize","complete","dart.async#_completeWithValue","dart.async#_reverseListeners","setInt64","arc.dart#_initialize","raw_keyboard.dart#_handleKeyEvent","app.dart#_resolveLocales","didChangeAppLifecycleState","elevation=","tap.dart#_checkCancel","copyInverse","subpaths","unscheduleTick","effectiveFontFamily","markNeedsSemanticsUpdate","dart.async#_removeListener","deltaX","overlay.dart#_insertionIndex","isMergedIntoParent=","left","begin=","distanceSquared","overlay.dart#_markNeedsBuild","resetEpoch","absorb","startsWith","heroes.dart#_startHeroTransition","hasAuthority","binding.dart#_handleBuildScheduled","getSpanForPositionVisitor","drawDRRect","proxy_box.dart#_performSemanticScrollLeft","positionChild","dart.async#_asyncComplete","bindUnaryCallbackGuarded","gesture_detector.dart#_handlePointerDown","setFrom","onStartPopGesture","floor","internalGet","initializer","dart.collection#_newLinkedCell","saveTransformsAndClip","_js_helper#_newHashTable","framework.dart#_updateDepth","setRow","dot","route","addRect","isDone","measureWithConstraints","encoder","updateWith","heroes.dart#_doCreateRectTween","drawRect","stackTrace","onDecrease=","pointer_router.dart#_dispatch","z","painter=","dart.async#_checkState","inherited_notifier.dart#_handleUpdate","typed_data.typed_buffers#_insertKnownLength","mouse_tracking.dart#_scheduleMousePositionCheck","rounded_rectangle_border.dart#_adjustBorderRadius","border_radius.dart#_topLeft","getModifierSide","proxy_box.dart#_performSemanticScrollRight","dart.dom.html#_tryResume","dart.async#_recordPause","endAngle","layer.dart#_transformOffset","header=","origin=","getDistanceToActualBaseline","binding.dart#_rebuild","dart._engine#_neutralizeDomScrollPosition","box_decoration.dart#_paintBox","app_bar.dart#_handleDrawerButton","border_radius.dart#_bottomEnd","dart._engine#_drawRRectPath","child=","scaled","proxy_box.dart#_markNeedsClip","flush","binding.dart#_handleSemanticsAction","route.dart#_handleDragEnd","unfocus","dart.async#_handleDone","heroes.dart#_handleFlightEnded","setFirstFocus","semanticsEnabled=","removeListener","addPicture","semantics.dart#_getSemanticsActionHandlerForId","arena.dart#_resolveByDefault","binding.dart#_handlePersistentFrameCallback","proxy_box.dart#_isValidAction","dart._engine#_getGestureModeClock","frameTimings","decode","overlay.dart#_didChangeEntryOpacity","webOnlyRootElement","ink_well.dart#_createInkFeature","app.dart#_localizationsDelegates","childContainer","sortedWithinKnot","framework.dart#_retakeInactiveElement","addInkFeature","dart.async#_pendingEvents","dart.ui#_onFrameTimingCancel","isVisualOnly","ensureVisualUpdate","app.dart#_onUnknownRoute","dart.async#_subscription","properties","isCurrent","getOrCreateChildContainer","edge_insets.dart#_left","route.dart#_convertToLogical","shifted_box.dart#_resolve","scaffold.dart#_buildEndDrawer","ignoringSemantics=","translation=","forgetChild","last","dart._engine#_onPointerData","asyncExpand","didHaveMemoryPressure","paintFeature","perform","dart._engine#_metricsDidChange","toMap","tap.dart#_checkDown","heroes.dart#_handleAnimationUpdate","dart.core#_isHttps","dart._engine#_computeExactCullRects","isNormalized","clipBehavior=","dart._engine#_removeDisabledAttribute","modifiersPressed","layoutChild","done","uri","scaffold.dart#_onProgressChanged","dart.async#_addPending","proxy_box.dart#_handleHover","findOrCreateRuler","dart._engine#_setup","ink_well.dart#_handleHoverChange","exit","dart._engine#_setupStrategy","rootElement","typed_data.typed_buffers#_createBiggerBuffer","monodrag.dart#_giveUpPointer","dart.async#_createSubscription","addOval","markParentNeedsLayout","renderScene","move","container.dart#_paddingIncludingDecoration","dart.async#_handleData","then","blocking=","isWidgetCreationTracked","focus_manager.dart#_notify","tagName","dart.async#_sendDone","config","dart.dom.html#_sanitizeElement","style=","dart.collection#_removeHashTableEntry","dart.ui#_ensurePathStarted","dart._engine#_applyPaint","dart.collection#_getBucket","semantics.dart#_replaceChildren","minSize=","transform3","inflate","path","isCompatibleWith","gesture_detector.dart#_getLongPressHandler","highlightsExist","isNegative","matchForUpdate","animation_controller.dart#_animateToInternal","didChangeMetrics","proxy_box.dart#_handleEnter","dart._engine#_createAdapter","animations.dart#_maybeNotifyListeners","append","edge_insets.dart#_right","overlaps","button.dart#_handleHighlightChanged","createOverlayEntries","dart.ui#_commands","dart._engine#_handleHtmlEvent","routes.dart#_handleStatusChanged","border_radius.dart#_bottomLeft","raw_keyboard_fuchsia.dart#_isLeftRightModifierPressed","buildTransitions","assignSemantics","gesture_detector.dart#_getVerticalDragUpdateHandler","delegate_widget.dart#_mountDelegate","focus_scope.dart#_initNode","dart.async#_guardCallback","forEach","custom_paint.dart#_paintWithPainter","navigator.dart#_handlePointerDown","didStopUserGesture","dart._engine#_updateChildrenInTraversalOrder","dart.async#_close","dart._engine#_drawTextLine","addError","app.dart#_updateNavigator","allowsElement","semantics.dart#_addArgumentlessAction","monodrag.dart#_getPrimaryValueFromOffset","bloc_listener.dart#_unsubscribe","long_press.dart#_reset","clearDom","writeSize","current","borderRadius=","measureAsSingleLine","deactivateChild","clipper=","decreasedValue=","shouldReclip","renderObject","edge_insets.dart#_end","sendSemanticsEvent","normalize","scaffold.dart#_handlePreviousAnimationStatusChanged","object.dart#_updateSemantics","dart.dom.html#_sanitizeUntrustedElement","drawRRect","sendSemanticsUpdate","applyStyle","ensurePlaceholderIsHidden","monodrag.dart#_hasSufficientGlobalDistanceToAccept","expandToInclude","stadium_border.dart#_adjustRect","multitap.dart#_reject","dart._engine#_createBiggerBuffer","dart._engine#_updateInputValues","memberName","modal_barrier.dart#_reset","route.dart#_handleDragUpdate","toRRect","length","getClip","ink_well.dart#_handleMouseEnter","cacheMeasurement","lockEvents","applyParentData","ink_splash.dart#_handleAlphaStatusChanged","tooltip.dart#_handleStatusChanged","arena.dart#_resolve","paragraph.dart#_combineSemanticsInfo","transformInternal","decoration=","isAntiAlias=","onPopState","gesture_detector.dart#_getTapHandler","notification_listener.dart#_dispatch","onDismiss","binding.dart#_handleSemanticsOwnerDisposed","dart.collection#_grow","text=","object.dart#_layoutWithoutResize","flex.dart#_getMainSize","copy","putIfAbsent","framework.dart#_findAncestorParentDataElement","updateChild","getPositionForChild","values","rect=","object.dart#_removeFromChildList","dart.collection#_unlinkCell","offset=","onMetricsChanged","binding.dart#_invokeFrameCallback","dart.collection#_addNewRoot","paragraph.dart#_setParentData","excludeSemantics=","offstage=","multitap.dart#_trackFirstTap","readValueOfType","execute","tooltip.dart#_showTooltip","getTextPositionForOffset","performResize","routes.dart#_forceRebuildPage","abortsWalk","long_press.dart#_checkLongPressMoveUpdate","dart._engine#_addAll","transformed","indexOf","configuration=","tags","setMessageHandler","y1","replaceWith","bottom","children","query","dart._engine#_convertEventToPointerData","constructor","distance","geometryThemeFor","dart._engine#_refocus","reset","border_radius.dart#_bottomStart","inMutuallyExclusiveGroup=","scheduleFrame","updateSlotForChild","framework.dart#_applyParentData","modal_barrier.dart#_checkDown","tooltip.dart#_removeEntry","binding.dart#_handleNavigationInvocation","app.dart#_onGenerateRoute","moveChildRenderObject","writeNumber","onScrollLeft=","proxy_box.dart#_performDismiss","recognizer.dart#_addPointerToArena","namedArguments","bloc_builder.dart#_unsubscribe","decodeMethodCall","dart.async#_schedule","binding.dart#_sendPlatformMessage","raw_keyboard_macos.dart#_isLeftRightModifierPressed","exceptionAsString","setValues","animation","isUniform","dart._engine#_setLabel","app_bar.dart#_getEffectiveCenterTitle","dart.dom.html#_supportedBrowserPropertyName","whenComplete","position=","shifted","enforce","dart._engine#_updateRole","radius","readValue","dispatch","edge_insets.dart#_bottom","write","ink_well.dart#_handleFocusHighlightModeChange","maxLines=","dart.convert#_upgrade","dart.async#_thenAwait","arcToPoint","cleanUpRulerCache","loosen","dart.async#_forEachListener","editingElement","constraints","dart._engine#_stopListening","moveTo","addChildrenToScene","handleNext","gesture_detector.dart#_getHorizontalDragUpdateHandler","setAriaRole","dart.async#_ensurePendingEvents","onTap","transform=","preferredSize=","cancelPointer","isRepaintBoundary","object.dart#_ensureConfigIsWritable","dart.collection#_remove","routes.dart#_buildModalBarrier","image=","hideCurrentSnackBar","dart._engine#_syncEditingStateToFlutter","onMoveCursorBackwardByCharacter=","single","bloc_builder.dart#_subscribe","localizations.dart#_textDirection","excluding=","additionalConstraints=","animations.dart#_statusChangeHandler","handleMessage","opacity","dart.async#_add","_js_helper#_fetch","basic.dart#_needTextDirection","isWithinGlobalTolerance","containsKey","scopesRoute=","compositeFrame","explicitChildNodes=","dart._engine#_setDynamicStyleAttributes","monodrag.dart#_checkUpdate","appendLayer","getPositionForOffset","dart._engine#_removeDomElement","pushPhysicalShape","removeViewInsets","removeChildRenderObject","dart.ui#_onFrameTimingListen","onSetSelection=","dart._engine#_effectiveFontFamily","dart.ui#_currentX","sweep","obscured=","dart.collection#_splay","convert","createBoxPainter","lastIndexOf","lastIndexWhere","sendEvent","quadraticBezierTo","pushLayer","custom_paint.dart#_didUpdatePainter","semantics.dart#_addAction","object.dart#_updateCompositingBits","onDidLoseAccessibilityFocus=","shape","setRasterizerTracingThreshold","writeString","getInt64List","binding.dart#_handleSystemMessage","computeSemanticsInformation","registerBinaryCallback","addRoute","dart.dom.html#_unlisten","view.dart#_updateMatricesAndCreateNewRootLayer","typed_data.typed_buffers#_add","handlePrimaryPointer","inflateWidget","render","layer","isEmpty","markNeedsCompositingBitsUpdate","defaultComputeDistanceToFirstActualBaseline","end=","internalRemove","scaffold.dart#_isExtendedFloatingActionButton","dart._engine#_runPath","dart._engine#_setFilter","encodeMessage","markNeedsPaint","padding","onIncrease=","stream","arc.dart#_cornerFor","implicit_animations.dart#_updateTween","padLeft","onMoveCursorForwardByWord=","toStringAsFixed","dart.dom.html#_browserPropertyName","perspectiveTransform","addTags","dart._engine#_initializeForWebkit","dart.async#_badEventState","dart._engine#_enableBrowserGestureHandling","measureSubstringWidth","forEachTween","widthFactor=","dart.async#_recordCancel","dart.async#_sendError","bloc_listener.dart#_subscribe","removeFirst","focus_manager.dart#_updateHighlightMode","dart._engine#_setupDomElement","setEditingState","removePadding","setSemanticsEnabled","handleError","right","skipTraversal=","pushClipPath","hasPort","animation_controller.dart#_internalSetValue","compareTo","_js_helper#_typeName","stack.dart#_resolve","hasFocus","addPointer","focus_manager.dart#_removeChild","forward","object.dart#_insertIntoChildList","registerAsset","isSupported","createChildContext","dart.convert#_fillBuffer","toJson","_interceptors#_codeUnitAt","tooltip.dart#_createNewEntry","collectMousePositions","object.dart#_skippedPaintingOnLayer","isFlingGesture","addRRect","custom_paint.dart#_setRasterCacheHints","matchesErrorTest","positionalArguments","semantics.dart#_markDirty","rounded_rectangle_border.dart#_adjustRect","endsWith","pageRouteBuilder","_js_helper#_unlinkCell","hasChildren","gradient.dart#_impliedStops","drawParagraph","localTransformInverse","visibility=","dart.ui#_openNewSubpath","focus_manager.dart#_doRequestFocus","needsCompositing","isPositioned","dart._engine#_updateManyToOne","tap.dart#_reset","webOnlyPathAsRoundedRect","dart.dom.html#_ensureRequestAnimationFrame","didUnregisterListener","route.dart#_handlePointerDown","border_radius.dart#_bottomRight","proxy_box.dart#_updateAnnotations","shift","navigator.dart#_afterNavigation","updateHighlight","softWrap=","dart.collection#_add","bindCallbackGuarded","onGenerateRoute","hasScheme","clamp","dart._internal#_source","endArc","getFadeDurationForType","toggled=","dart.async#_chainFuture","muted=","enabled=","object.dart#_getSemanticsForParent","_js_helper#_addHashTableEntry","hintOverrides=","canvas","builders","scaffold.dart#_resizeToAvoidBottomInset","blendMode=","flushLayout","scheduleFrameCallback","implicit_animations.dart#_updateCurve","sortedWithinVerticalGroup","port","dart._engine#_domScrollPosition","substring","onDidGainAccessibilityFocus=","internalContainsKey","handleDrawFrame","webOnlyPathAsRect","dart._engine#_tryEnableSemantics","cancel","mouse_tracking.dart#_handleEvent","scheduleBuildFor","y","didStartUserGesture","onPaste=","_js_helper#_getMap","deferFirstFrameReport","lineHeightDimensions","serialization.dart#_alignTo","increasedValue=","focus_manager.dart#_handlePointerEvent","hidden=","dart._engine#_initializeForBlink","dart._engine#_alignTo","setTranslationRaw","focusNode","updateRenderObject","onPlatformMessage","removeRoute","getBoxesForRange","defaultComputeDistanceToHighestActualBaseline","dart._engine#_applyTranslate","bloc.dart#_bindStateSubject","onHorizontalDragUpdate=","handlePopRoute","toLowerCase","dart._engine#_computeOptimalCullRect","dart.collection#_writeToList","alignment=","box_decoration.dart#_paintBackgroundImage","tooltip.dart#_hideTooltip","allowsUri","writeMap","shouldRelayout","addPerformanceOverlay","dart.ui#_currentY","dart._engine#_addEventListener","iterator","enable","dart._engine#_updateZeroToMany","hint=","dart._engine#_cleanUpAuxiliaryElement","getBounds","internalFindBucketIndex","proxy_box.dart#_effectiveTransform","shortestSide","walk","implicit_animations.dart#_constructTweens","typed_data.typed_buffers#_ensureCapacity","dart.dom.html#_requestAnimationFrame","markNeedsAddToScene","clip.dart#_clipAndPaint","runtimeType","encodeMethodCall","updateSemantics","opaque=","handleBeginFrame","withinRect","rasterizerThreshold=","animation_controller.dart#_tick","_js_helper#_getTableBucket","setMethodCallHandler","onScrollUp=","didStartListening","dimensions","release","dart.dom.html#_removeNode","writeList","fontFamilyFallback","onScrollDown=","_js_helper#_getTableCell","cast","navigator.dart#_cancelActivePointers","foregroundPainter=","dart.convert#_process","ink_highlight.dart#_handleAlphaStatusChanged","decoder","dart.collection#_modified","_interceptors#_tdivSlow","summary","dart._engine#_domElement","focus_manager.dart#_setAsFocusedChild","dart._engine#_lineHeight","didMeasure","dart._engine#_initializeViewport","animations.dart#_valueChangeHandler","animation_controller.dart#_checkStatusChanged","app.dart#_createRectTween","main_view.dart#_openDownload","onMoveCursorForwardByCharacter=","dart.convert#_computeKeys","ceil","lineTo","multitap.dart#_stopDoubleTapTimer","getDataMap","physicalSize","dragEnd","dart._engine#_disableBrowserGestureHandling","textAlign=","paragraph.dart#_layoutText","typed_data.typed_buffers#_addAll","addWithPaintOffset","proxy_box.dart#_effectiveIgnoringSemantics","stadium_border.dart#_adjustBorderRadius","onDone","onTap=","onPointerDataPacket","handleNonAllowedPointer","autoEnableOnTap","defaultHitTestChildren","constrain","dart.async#_cancel","locale=","writeStringSlice","scheduleWarmUpFrame","proxy_box.dart#_defaultClip","ink_well.dart#_handleTapCancel","_interceptors#_tdivFast","alphabeticBaseline","y3","button.dart#_handleHoveredChanged","dart._engine#_replyToPlatformMessage","didRegisterListener","updateShouldNotify","webOnlyPathAsCircle","rebuild","arena.dart#_tryToResolveArena","writeValue","toInt","addToScene","sendPlatformMessage","object.dart#_paintWithContext","proxy_box.dart#_performSemanticScrollDown","onHover","dart.convert#_checkCycle","ensureFontsLoaded","dart.async#_setPendingEvents","dart._engine#_add","ancestorRenderObjectOfType","describeApproximatePaintClip","binding.dart#_setFramesEnabledState","interestingFragments","dart._engine#_collectTextNodes","paragraph.dart#_extractPlaceholderSpans","_js_helper#_containsTableEntry","addPosition","dart._engine#_popStateListener","dart._engine#_buildRichText","maxIntrinsicWidth","object.dart#_debugReportException","setInnerHtml","dart._engine#_cancelTimer","focus_manager.dart#_updateManager","color=","binding.dart#_adjustForEpoch","dart._engine#_cleanUpDom","_interceptors#_shrReceiverPositive","shouldReload","dart.async#_callOnCancel","dart._engine#_initDomElement","flex.dart#_getCrossSize","focus_manager.dart#_markNeedsUpdate","runBinary","sizedByParent","target","insertChildRenderObject","monodrag.dart#_checkEnd","x3","long_press.dart#_checkLongPressEnd","dart._engine#_tearoffStrategy","framework.dart#_unmountAll","border_radius.dart#_topStart","dart.collection#_get","delegate_widget.dart#_unmountDelegate","proxy_box.dart#_limitConstraints","attributes","alwaysIncludeSemantics=","confirm","semantics.dart#_visitDescendants","dart._engine#_finalizeTree","intersect","material.dart#_paint","performance_overlay.dart#_intrinsicHeight","saveLayer","defaultCreateElement","multiply","internalComputeHashCode","stopTrackingPointer","dart._engine#_scheduleRulerCacheCleanup","semantics.dart#_setFlag","drawPath","currentPath","engineLayer=","descendants","getSpanForPosition","dart.async#_subscribe","next","dart.dom.html#_removeEventListener","map","dart.collection#_contains","setCheckerboardOffscreenLayers","updateText","toSet","dart._engine#_waitForPopState","x2","onScrollRight=","owner","priority_queue.dart#_bubbleDown","dart.typed_data.implementation#_invalidPosition","dart._engine#_grow","dart.collection#_containsKey","dart.async#_addListener","recognizer.dart#_stopTimer","button=","sign","framework.dart#_updateSlot","custom_layout.dart#_callPerformLayout","bindCallback","scaffold.dart#_updateAnimations","html_common#_iterable","isRecording","dart.convert#_partialResult","getTransformTo","willHandlePopInternally","onAdd","writeCharCode","scaffold.dart#_maybeBuildPersistentBottomSheet","tap.dart#_checkUp","stopTrackingIfPointerNoLongerDown","currentState","addGlobalRoute","dart._engine#_forceBreak","alongOffset","drawShadow","getSize","edge_insets.dart#_start","maxHeight=","dart._engine#_handleChange","first","key","name","dart._engine#_baseUrl","dart.dom.html#_addEventListener","heroes.dart#_maybeStartHeroTransition","hasQuery","multitap.dart#_clearTrackers","isComplex","dart.collection#_computeElements","dart._engine#_addLineBreak","writeObject","scaleRadii","finalizeTree","onFocusChange","border_radius.dart#_topEnd","dart._engine#_setFillAndStrokeStyle","long_press.dart#_checkLongPressStart","codeUnitAt","debugGetCreatorChain","attachRenderObject","ellipsis=","enabledCallback","keys","raw_keyboard_android.dart#_isLeftRightModifierPressed","setCheckerboardRasterCacheImages","dart.collection#_set","diagnostics.dart#_maybeCacheValue","dart.async#_prependListeners","platform_channel.dart#_handleAsMethodCall","textScaleFactor=","dart.ui#_pushSurface","semanticBounds","userInfo","setIdentity","_interceptors#_shrOtherPositive","dart.dom.html#_replaceChild","onMoveCursorBackwardByWord=","clipPath=","_js_helper#_setTableEntry","removeAt","size","dart._engine#_applyBitmapPaint","paintBounds","$indexSet","$index","$eq","$mod","$gt","$lt","$mul","$div","$sub","$add","$tdiv","initialize","_children","_saveStack","_currentTransform","overflow","setProperty","transformOrigin","borderRadius","storage","invert","position","dx","dy","whiteSpace","overflowWrap","textOverflow","encodeErrorEnvelope","putUint8","encodeSuccessEnvelope","client","glassPaneElement","_element","element","filter","color","_roleManagers","_semanticsTree","_attachments","_detachments","_oneTimePostUpdateCallbacks","_now","_gestureMode","_gestureModeListeners","asUint8List","_validateColorStops","red","boxShadow","applyShadowTransition","transition","ElevationShadow.applyShadowTransition","applyShadowNone","ElevationShadow.applyShadowNone","fromLTRB","isReusable","_didApplyPaint","computePaintBounds","_state","bounds","state","isActive","_fontLoadingFutures","domInstance","_roundWidth","_paragraphElement","_placeholderScales","textAlign","lineHeight","direction","fontSize","fontWeight","fontFamily","letterSpacing","wordSpacing","textDecoration","textDecorationColor","alignContent","backgroundColor","background","outline","border","resize","textShadow","_subscriptions","multiplyTranspose","min","max","_writeString","_checkCount","checkString","joinArguments","constructorNameFallback","millisecondsSinceEpoch","selfFieldName","receiverFieldName","extractFunctionTypeObjectFrom","isFunctionSubtype","rawRtiToJsConstructorName","isNotIdentical","checkArguments","computeTypeName","formatType","isSupertypeOfNull","isSubtype","setField","bindInstantiatedFunctionType","propertyGet","lookupInterceptorByConstructor","cacheInterceptorOnConstructor","inMilliseconds","_future","future","_setValue","isCanceled","immediateError","immediate","_setPendingComplete","_isChained","_chainSource","_cloneResult","_setChained","_hasError","_error","handleUncaughtError","handlesValue","_zone","handlesComplete","_isComplete","_removeListeners","_setErrorObject","_scheduleImmediate","createTimer","createPeriodicTimer","writeAll","_dummy","tryParse","objectToHumanReadableString","makeListFixedLength","_stringFromJSArray","_stringFromUint8List","_writeOne","hasMatch","fromCharCode","printToConsole","_initTicker","_startsWithData","_checkLength","_internal","_isZoneIDChar","_isRegNameChar","_isGeneralDelimiter","_isSchemeCharacter","_isUnreservedChar","_lookupExtension","_registerExtension","userAgent","isFirefox","isIE","_fillType","_surfaceStack","fromCenter","elliptical","webOnlyLocationStrategy","locationStrategy","withAlpha","alpha","nodes","_hiddenAnchor","allowedElements","allowedAttributes","allowedUriAttributes","_paintData","findRenderObject","&","fromLTWH","visitChildElements","_safeTransformRect","type","LocalizationsDelegate.type","locale","resourcesFor","_platform","fromParts","topRight","bottomLeft","bottomRight","ceilToDouble","[]","fromSwatch","_brightnessFor","withOpacity","light","computeLuminance","_key","OverlayEntry._key","_lastReportedStatus","_statusListeners","_list","languageCode","countryCode","broadcast","ancestorInheritedElementForWidgetOfExactType","_typeOf","isPopGestureInProgress","navigator","userGestureInProgress","elapsed",">","blue","green","scriptCategory","only","isZero","parent","transientCallbackCount","depth","dirty","_cachedHash","_debugLifecycleState","reportError","_stats","active","newLocations","setColumn","deflate","delegate","ensureInitialized","_observers","_firstFrameCompleter","WidgetsBinding._firstFrameCompleter","_taskQueue","_queue","schedulingStrategy","_transientCallbacks","_removedIds","_persistentCallbacks","_postFrameCallbacks","_schedulerPhase","_epochStart","_pendingPointerEvents","pointerRouter","_routeMap","_globalRoutes","gestureArena","_arenas","pointerSignalResolver","_hitTests","attachRootWidget","renderView","rootNode","buildOwner","renderViewElement","*","fromLRSETB","fromSTEB","_canUpdateSemanticsChild","_mergeAllDescendantsIntoThisNode","isMergingSemanticsOfDescendants","_customSemanticsActions","_actionsAsBits","_flags","_label","label","_value","_decreasedValue","decreasedValue","_increasedValue","increasedValue","_hint","hint","_elevation","elevation","_thickness","thickness","_textDirection","textDirection","_generateNewId","_rect","sortKey","isChecked","isSelected","isButton","isTextField","isReadOnly","isFocused","isEnabled","isInMutuallyExclusiveGroup","isObscured","isMultiline","isHidden","isHeader","scopesRoute","namesRoute","liveRegion","isToggled","isImage","onLongPress","onScrollLeft","onScrollRight","onScrollUp","onScrollDown","onIncrease","onDecrease","onCopy","onCut","onPaste","onDidGainAccessibilityFocus","onDidLoseAccessibilityFocus","rect","topLeft","_finish","result","requestAnimationFrame","isBefore","isAfter","whereType","querySelectorAll","_wrap","response","asByteData","fromList","BitmapCanvas.size","browserEngine","_isNsErrorFailureException","ctx","webOnlySigma","_resetPaint","_drawRRectPathReverse","style","blur","maskFilter","_strokeOrFill","_drawOnCanvas","webOnlyPaintData","_lineHeight","isClipped","currentTransform","pathname","search","offPopState","currentElement","head","setAttribute","pointerEvents","_activePointerIds","setElementAttribute","_metricsDidChange","fromFloat64List","rrect","back","PopStateEvent.state","_isOriginEntry","pushState","convertDartToNative_SerializedScriptValue","History.pushState","History.state","_setupOriginEntry","replaceState","History.replaceState","codeUnits","_isDownMap","_computeHighestTilt","_isButtonDown","_updateButtonDownState","__clientX","__clientY","needsKeyboard","restoreTransformsAndClip","outerRect","shader","_isLaidOut","_createElement","_initLiveRegion","isFlagsDirty","_isDirty","_updateDisabledAttribute","hasFlag","removeAttribute","hasLabel","SemanticsObject.hasLabel","addGestureModeListener","gestureMode","isValueDirty","removeGestureModeListener","hasValue","SemanticsObject.hasValue","isIncrementable","hasAction","_cleanupDom","isVerticalScrollContainer","touchAction","addOneTimePostUpdateCallback","scrollTop","scrollLeft","overflowY","overflowX","getAttribute","isIdentityFloat64ListTransform","_detachObject","getOrCreateObject","_attachObject","semanticsEnabled","sceneHostElement","_temporarilyDisableBrowserGestureMode","_isWaitingToEnableSemantics","_markFlagsDirty","_markValueDirty","_markLabelDirty","_markRectDirty","_markTransformDirty","_markScrollPositionDirty","_markActionsDirty","_markTextSelectionBaseDirty","_markTextSelectionExtentDirty","_markScrollChildrenDirty","_markScrollIndexDirty","_markScrollExtentMaxDirty","_markScrollExtentMinDirty","_markHintDirty","_markIncreasedValueDirty","_markDecreasedValueDirty","_markTextDirectionDirty","_markChildrenInHitTestOrderDirty","_markChildrenInTraversalOrderDirty","_markAdditionalActionsDirty","_updateRoles","isLiveRegion","isRectDirty","now","_textFieldElement","stopUsingCustomEditableElement","_createBuffer","Uint8Buffer._createBuffer","hasRemaining","putFloat64","setFloat64","putInt32","setInt32","putInt64","putUint8List","putInt32List","putFloat64List","getInt32","getFloat64","getInt32List","asInt32List","getFloat64List","asFloat64List","putUint16","setUint16","putUint32","setUint32","getUint16","getUint32","buffer","_typedBuffer","lengthInBytes","_applyColor","_applyShadow","didDraw","hasArbitraryPaint","rectContainsOther","applyPaint","_applyDomPaint","_elementStack","isPendingRetention","oldLayer","canUpdateAsMatch","isCreated","visibility","fontStyle","offsetWidth","innerHtml","resetHitCount","singleLineDimensions","minIntrinsicDimensions","constrainedDimensions","_measurementCache","_mruList","_configureSingleLineHostElements","display","flexDirection","alignItems","margin","appendToHost","_invalidateBoundsCache","addHostElement","_configureMinIntrinsicHostElements","flex","_configureConstrainedHostElements","hitCount","willMeasure","measureAll","measureMinIntrinsicWidth","_measureSingleLineParagraph","_measureMultiLineParagraph","_cloneWithText","lines","hasEllipsis","unlimitedLines","_ellipsisWidth","_measurementService","_naturalHeight","getPositionForMultiSpanOffset","appendText","_buildCssFontString","_configureLineHeightHostElements","updateTextToSpace","updateWidth","getClientRects","fromLTRBD","removeRange","checkGrowable","createInputElement","createTextAreaElement","isValid","_elementType","_createRange","calculateEditingState","stopEditing","toFlutter","align","font","Matrix4.scaled","length2","webOnlyAssetManager","setTitle","title","setThemeColor","handleTextInput","fromFlutter","_startEditing","_setLocation","_setFontStyle","checkMutable","listToString","_handleIEtoString","_codeUnitAt","checkInt","stringReplaceRangeUnchecked","_currentExpansion","_types","Instantiation1._types","isGetter","markUnmodifiableList","isAccessor","unvalidated","_getBucket","group","isPaused","hasListener","_isInputPaused","isClosed","_runBody","_addListener","_isFiring","_setRemoveAfterFiring","_isEmpty","_expectsEvent","_mayComplete","_hasOneListener","hasErrorTest","_errorTest","thenAwait","_mayAddListener","_setError","_clearPendingComplete","handleWhenComplete","_whenCompleteAction","handleValue","_onValue","hasErrorCallback","_onError","bind","_isAddingStream","_mayAddEvent","_isCanceled","_closeUnchecked","_isInitialState","cancelSchedule","isScheduled","_decrementPauseCount","_hasPending","_mayResumeInput","_waitsForCancel","_isScheduled","_isClosed","_handleDone","_count","_rethrow","_hasTableEntry","_workList","checkNotNull","_checkModification","_preGrow","_compare","_getValue","_rebuildWorkList","_isUpgraded","parseHexByte","_removeSeen","withBufferSize","_combineSurrogatePair","hasPartialInput","getName","year","month","day","hour","minute","second","millisecond","_microseconds","inMicroseconds","unary-","inMinutes","inSeconds","inHours","elapsedTicks","_initializeText","_writeAuthority","_isPackage","_start","_readCache","_camelCase","_supportsProperty","common","_validators","allowHtml5","allowTemplating","_canBeUsedToCreateContextualFragment","_cannotBeUsedToCreateContextualFragment","_getItem","_matches","_canceled","warn","_toListGrowable","sanitizeNode","_removeNode","cloneNotRequired","readSlot","writeSlot","fromMillisecondsSinceEpoch","isJavaScriptSimpleObject","_filtered","hash2","allowSvg","_commands","_currentMatrix","_saveLayer","_transform","_clipRect","_clipRRect","_clipPath","_drawRect","_drawRRect","_drawDRRect","_drawCircle","_drawPath","_drawParagraph","_currentSubpath","_setCurrentPoint","sqrt","tallMiddleRect","devicePixelRatio","_color","_clone","_adoptSurface","_currentSurface","appendChild","tryRetain","_addPerformanceOverlay","_devicePixelRatio","_addSurface","SceneBuilder._addSurface","_persistedScene","tlRadius","trRadius","brRadius","blRadius","toCssStringRgbOnly","accessibleNavigation","item","seeded","initialState","defer","_handleError","transformEvents","take","animate","describeIdentity","disableAnimations","_primaryCompleter","TickerFuture._primaryCompleter","shouldScheduleTick","muted","scheduled","scheduleTick","schedulerPhase","currentFrameTimeStamp","isAnimating","isListening","currentTrain","evaluate","_startPopGesture","controller","_velocityTrackers","_entries","_trackedPointers","_pointerToKind","context","dragUpdate","animateTo","animateBack","createShader","linear","_inactiveElements","_elements","_dirtyElements","focusManager","_map","rootScope","_focusedChildren","_highlightMode","_dirtyNodes","_TypeLiteral.type","attached","members","locked","addFirst","_handlePointerEvent","child","wrap","pointer","down","_samples","fromEventPosition","get","fromVOL","norm","_checkCancel","resolvePointer","activeDevices","_findAnnotation","addPostFrameCallback","_removeMouseEvent","mouseIsConnected","hasElapsedMinTime","timeout","hasSameButton","_registerFirstTap","_startDoubleTapTimer","_freezeTracker","_registerSecondTap","_checkUp","removeWhere","getKindForPointer","-","_flights","_willPopCallbacks","_transitionCompleter","TransitionRoute._transitionCompleter","_secondaryAnimation","_overlayEntries","_popCompleter","Route._popCompleter","_scopeKey","ModalRoute._scopeKey","_subtreeKey","ModalRoute._subtreeKey","_storageBucket","openDrawer","openEndDrawer","hasDrawer","hasEndDrawer","canPop","cos","sin","_diagonalSupport","geometryOf","_states","_pressed","_hovered","_focused","enabled","_updateState","_disabled","minSize","forceToPoint","getDockedY","vertical","_highlights","addHighlightModeListener","removeHighlightModeListener","create","mounted","highlightMode","_handleTap","_releaseKeepAlive","_inkFeatureRenderer","_MaterialState._inkFeatureRenderer","_getBackgroundColor","currentContext","_currentElement","_didChangeLayout","_RenderInkFeatures._didChangeLayout","_removeFeature","loose","hasChild","getScaleAnimation","flipped","getRotationAnimation","_updateGeometryScale","_drawerKey","ScaffoldState._drawerKey","_endDrawerKey","ScaffoldState._endDrawerKey","_snackBars","_dismissedBottomSheets","_primaryScrollController","_positions","_bodyScrimColor","isCompleted","createSettings","noDefault","mouseTracker","localToGlobal","removeGlobalRoute","deflateRect","reversed","blurSigma","_paintBackgroundColor","_getBackgroundPaint","all","+","pushStyle","addText","_adjustBorderRadius","textWidthBasis","_applyFloatingPointHack","ideographicBaseline","_createParagraphStyle","getParagraphStyle","textScaleFactor","maxLines","ellipsis","placeholderScales","getBoxesForPlaceholders","getTextStyle","increment","semanticsOwner","scheduleInitialSemantics","requestVisualUpdate","pipelineOwner","constrainWidth","constrainHeight","popTransform","removeLast","offset","smallest","firstChild","lastChild","_getSize","RenderCustomMultiChildLayoutBox._getSize","biggest","MultiChildLayoutDelegate.getSize","shouldRebuildSemantics","preferredSize","isSemanticBoundary","_getFlex","crossAxisAlignment","_getFit","textBaseline","mainAxisSize","verticalDirection","_hasOverflow","_removeChild","picture","isComplexHint","willChangeHint","overlayRect","nextSibling","previousSibling","clipBehavior","shadowColor","_compositeChild","repaintCompositedChild","_startRecording","_isRecording","_didDisposeSemanticsHandle","_nodes","_detachedNodes","isTight","hasTightWidth","hasTightHeight","isMergedIntoParent","_semanticsConfiguration","isPartOfNodeMerging","mergeAllDescendantsIntoThisNode","hasBeenAnnotated","describeForError","addAncestor","tagsForChildren","hasConfigForParent","root","dropFromTree","_ensureConfigIsWritable","indexInParent","text","_layoutTextWithConstraints","childAfter","softWrap","childCount","inlinePlaceholderBoxes","inlinePlaceholderScales","didExceedMaxLines","getSemanticsInformation","getBoxesForSelection","_layoutText","toRect","optionsMask","rasterizerThreshold","addLayer","hasBoundedWidth","maxWidth","hasBoundedHeight","maxHeight","_getAlphaFromOpacity","hasSize","fromRectXY","configuration","decoration","alignment","alongSize","translation","ignoringSemantics","ignoring","markNeedsLayoutForSizedByParentChange","offstage","absorbing","container","button","header","explicitChildNodes","hintOverrides","excluding","_markNeedResolution","alignChild","fit","replaceRootLayer","toMatrix","_updateSystemChrome","_removeLast","timeDilation","cancelFrameCallbackWithId","_isDifferentFromCurrentSemanticAnnotation","scrollChildCount","scrollIndex","updateNode","_nodeUpdates","getAction","_canPerformAction","encodeFull","binaryMessenger","BasicMessageChannel.binaryMessenger","MethodChannel.binaryMessenger","findKeyByKeyId","numpadKey","locales","addObserver","removeObserver","pushNamed","defaultRouteName","allEnabled","fromWindow","accessibilityFeatures","_policyData","platformBrightness","_additionalConstraints","directional","_indicatorLabel","mainAxisAlignment","onEnter","onExit","postActivate","preDeactivate","assignOwner","createBinaryMessenger","initLicenses","addLicense","readInitialLifecycleStateFromNativeWindow","initialLifecycleState","createImageCache","_pendingImages","_cache","_nodesNeedingLayout","_nodesNeedingCompositingBitsUpdate","_nodesNeedingPaint","_nodesNeedingSemantics","initRenderView","_size","scheduleInitialFrame","scheduleInitialLayout","scheduleInitialPaint","_handleSemanticsEnabledChanged","addPersistentFrameCallback","_createMouseTracker","_trackedAnnotations","_pendingRemovals","_lastMouseEvent","_reportFirstFrame","isAttached","primaryFocus","_willDisposeFocusNode","canRequestFocus","focusedChild","FocusScopeNode.focusedChild","highlightStrategy","onKey","skipTraversal","autofocus","_dependents","_forgottenChildren","describeElement","slot","_register","_activateWithParent","_unregister","updateDependencies","setDependencies","check","_debugSetAllowIgnoredCallsToMarkNeedsBuild","_updateParentData","notifyDependent","_trackers","_recognizers","_defaultBehavior","_HeroState._key","endFlight","subtreeContext","ModalRoute.subtreeContext","fromSize","divert","overlay","_heroOpacity","abort","isConcrete","_shouldAnimateTween","_localizedResourcesScopeKey","_LocalizationsState._localizedResourcesScopeKey","_typeToResources","didComplete","_overlayKey","NavigatorState._overlayKey","_history","_poppedRoutes","focusScopeNode","_initialOverlayEntries","_activePointers","overlayEntries","maybeNotifyRouteChange","popped","opaque","maintainState","_forgottenOffstageChildren","finishedWhenPopped","finalizeRoute","transitionDuration","canTransitionTo","PageTransitionsTheme.buildTransitions","buildPage","_routeSetState","_notifyRemoved","debugFillDescription","boldTextOverride","textScaleFactorOf","_removeTicker","turns","rotationZ","setRotationZ","_describeCreationLocation","_eventSubject","fromHeight","_initDelegate","setValue","startWith","_combine","sub","clearCache","_rulerHost","_rulers","_registeredFactories","_createdViews","_physicalSize","_browserHistory","_accessibilityFeatures","provokeCallErrorOnNull","provokeCallErrorOnUndefined","provokePropertyErrorOnNull","provokePropertyErrorOnUndefined","_delegate","_initIdentityTransform","_stringCache","_structuredDataCache","_keysPressed","_serializeRing","selection","_candidates","_groups","_idToReferenceData","_objectToId","_rebuildStats","_repaintStats","patchInstance"], - "mappings": "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CSA;AACPA,kBAAwCA;AACxCA,WACEA;AAEEA,SAEFA,UAAMA,cAGVA,YAGEA,UAAMA;KAERA,SAEEA,UACAA;AAEAA,kBACSA;AACPA,WACEA,gBACKA,kBACLA,MAGJA,QACEA;KAG4BA;AAGvBA,4CACHA,UAAMA;AAERA,OAGJA;AAQmCA;KAPXA,eAEfA;KAKSA,cAAqCA;AAErDA,WACSA,kBAGXA,OAveFA,eAweAA,C;GAgOcC,WAmDHA,8HAAuCA,sBAInCA,cAOFA,aAaAA,aAUTA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAGAA,KADIA;AAGAA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AAEIA;AACJA;AACAA;AAKAA,KADIA;AAGAA;AACJA;AACAA;AACAA;AAEAA,QACFA,C;GAWIC,oBACWA;AAKAA,kBAHbA,YACcA;AAEDA;GAGMA;AACTA;WAGVA,QACFA,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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aA,KACbA,aAAoBA,KACpBA,aAAmBA,KACnBA,YAAwBA,IACxBA,aAAaA,KACbA,aAAoBA,KACpBA,aAAmBA,KACnBA,aAAeA,KACfA,aAAeA,KACfA,aAAgBA,KAChBA,aAAaA,KACbA,aAAaA,SACbA,MAAYA,QACZA,OAAyBA,IAEzBA,aAAwBA,KACxBA,YAAeA,IACfA,aAAqBA,KACrBA,aAAeA,KACfA,aAAeA,KACfA,aAA6BA,KAC7BA,aAAcA,KAEdA,YAAiBA,MACjBA,UAAoBA,MACpBA,UAAkBA,MAClBA,UAAeA,MACfA,UAAgBA,MAChBA,UAAkBA;KAPPA;KADeA;KADdA;KADAA;KADMA;KADNA;KADSA;KAFCA;KADbA;KADCA;KADAA;KADGA;KADDA;KADAA;KADIA;KADCA;KADPA;KADWA;KADLA;KADCA;KADPA;KADYA;KADXA;KADDA;KADKA;KADOA;KADNA;KADSA;KADbA;KADOA;KADEA;KADFA;KADPA;KADAA;KADEA;KADQA;KADLA;KADHA;KADFA;KADGA;KADFA;KADHA;KADQA;KADMA;KADZA;KADUA;KADVA;KADKA;KADCA;KADKA;KADVA;KAyDiBA;AA1DhDA,QA4DFA,C;GAGQC,YAIaA;AAgEnBA,OAAOA,KAhE6BA,MAClCA,IACAA,IACAA,IACAA,IACAA,IACAA,IACAA,IACAA,IACAA,IACAA,IACAA,IACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,IACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,QAEAA,KACAA,IACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,KACAA,YAGJA,C;;GAxPIC,WAEsBA,iKADbA,UACaA,cAAkCA,QACnCA,QAAkCA;AACxCA,WAAkCA;IAxGlBA;IACIA;IACoBA;IACVA;IACFA;IACVA;IACoBA;IACpBA;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EA,MAMJA;AnD/LAA;AmD2LyBA;InDjLAA,IAAiBA,YmDmLtCA,WAAYA;AACdA,QACFA,C;GAsCKC,gBACHA;WlDpQA3mC,CDhDA2mC;KmDsTOA,yBnDtTKA;ACgDZ3mC,CDhDA2mC,gBmDwTOA,wBlDxQP3mC,CDhDA2mC;AA6BAA;ApR2fEC,CoR1fFD,mBpR0fwCC,KoR1fAD;AACxCA,SAAeA,SmDiSEA,2CACcA;GnDjU/BA;AmDiUEA,MlDjRF3mC;ArRkgBE6mC,CoRjiBFF,iBpRugBwCC,KoRvgBFD;AACtCA,UAAeA,aC8Bf3mC;ADzBA2mC,gBAAsCA,cmDiT/BA,wBlDxRP3mC,CDhDA2mC;AmD0U+BA,GtFzSAA;AsF0S7BA,QAAwBA;AnDvS1BA,gBmDySiBA;alD7RjB3mC,CDhDA2mC;AmD+UEA,QAAwBA;AnD3S1BA,sBmD6SiBA,OlDjSjB3mC,CDhDA2mC;GmDmV0BA;AAAxBA;AnD1SFA;GACAA;GAAoBA;GAAwBA;CAAxBA;AAApBA,MpRrCWG,0BuUoVMH,OlDzSjB3mC,CDhDA2mC;GmD2V0BA;AAAxBA;AnDtSFA;GACAA;GAAoBA;GAAwBA;CAAxBA;AAApBA,MpRjDWI,0BuUwVMJ,MlD7SjB3mC,CDhDA2mC;AmD+VEA,OAAwBA;AACxBA,qBACEA,SADFA,oBAGeA,MlDnTjB3mC,CDhDA2mC;AmDqWEA,OAAwBA;AACxBA,MAAcA,oBAKdA,UAAoBA,mBAExBA,C;GAMQK,oBnD3RiBA,IAAYA,EAAKA,amD6RtCA,WAAYA;AAEdA,OAAOA,QADUA,UAEnBA,C;GAOQC,cACNA;iBAEIA,MAyCNA;OAvCMA,QAuCNA;OArCMA,QAqCNA;OvUQIC,GoRpUgBD,aAAcA,IpRoUDC,KoRpUmBD;AmD2RvCA;AAFPA,QAmCNA;OAjCMA,cAiCNA;OnD9SEA;ApRwREE,GoRvRmBF,eAAgBA,IpRqTNC,KoRrTwBD;AnCqInDb;AsFyIAa,QA+BNA;cA3BMA,oBAAoBA,GAAQA,KADTA,SA4BzBA;OAxBMA,OAAOA,KADYA,QAyBzBA;OAtByBA;AnDzQvBA;GACuBA;GAAKA;GAAwBA;GAAgBA;CAAxCA;ApRhHjBG;AuU4XAH,CnD3QXA;AmDwQIA,QAqBNA;QAlBMA,YADmBA,QAmBzBA;QAhByBA;AnD/PvBA;GACyBA;GAAKA;GAA0BA;GAAgBA;CAA1CA;ApR1GnBI;CoR2GXJ;AmD8PIA,QAeNA;QAbyBA;AACIA;;OnDnUpBD,OmDoUHC,YnDxUmBD;QAAiBA,amD6RtCC,KAAYA;CnDzROD;AmD2RdC,UnD3RAD,iBmDsUHC,QASNA;QAPyBA;AACsBA;OnDzUtCD,OmD0UHC,YnD9UmBD;QAAiBA,amD6RtCC,KAAYA;CnDzROD;AmD2RdC,OnD3RAD;GAJgBA;QAAiBA,amD6RtCC,KAAYA;CnDzROD;AmD2UfC,QAhDCA,KnD3RAD,kBmD4UHC,QAGNA;QAFaA,WApDGA,IAsDhBA,C;GAOKK,cAAyCA;AAE5CA,SlDpYAtnC,CDhDAsnC;;AmDsbOA,alDtYPtnC;ArRmiBEunC,CoR9kBFD,kBpR8kBuCC,KoR9kBAD;AACvCA,UAAeA,aC0CftnC;ArRgjBEwnC,CoRrlBFF,kBpRwkBuCC,KoRxkBAD;AACvCA,UAAeA,SmDibjBA,C;GAMIG,YACgBA;AAClBA,mBvUgBEC,GoRpXgBD,cAAeA,IpRoXDC,KoRpXmBD;;AmDsW/CA,QAMNA;SvUsBIE,GoR3XgBF,cAAeA,IpR6WDC,KoR7WmBD;;AmDiW/CA,QAINA;QAFMA,QAENA,E;;GAvGkBG,wBACZA,SAAWA;AAAXA;AACAA,WACDA,C;;AC7UH65G;GADQA,cACRA,+BACFA,C;GAFUA,gBACRA;mBADQA,cACRA;;;;AAA2BA;YAAMA,WAA2BA,mBAAjCA;OAApBA;AAAPA;;OADQA;AACRA,wBADQA,C;GAaLC,mBtIrCkCC,GAQOA;AsIiC1CD,SAAkCA,GAAMA,iBAI5CA,C;;AAHME;GADsCA,YACtCA,iBACDA,C;GAFuCC,YACtCA;mBADsCA,cACtCA;;;AAA2BD;YAAMA,OAAQA,mBAAdA;OAApBA;AAAPA;;OADsCC;AACtCA,wBADsCA,C;;AA+O0BC;GAA5DA,gBAA4DA,uBAWtEA,C;GAXUA,kBAA4DA;mBAA5DA,cAA4DA;;;AAE5CA;YAAMA,SDjMjBA,QAAkDA,iDCiMvCA;;WAKtBA;AAEoBA,GALpBA;AAMFA;;OAVQA;AAA4DA,wBAA5DA,C;GAuDLC,mBtI/UkCJ,GAQOA;AsIwU5CI,SACEA,GACyBA,iBAE7BA,C;GA2BiBC,cACEA,mBAcnBA,C;GAfiBA,cACEA;mBADFA,cACEA;gCAAOA;;GDjPXA;ACmPwBA;YAAMA,kBAANA;ODnPxBA;ACmPXA;;;;;;;;AAHmGA;AAInGA;;AD9OWA,GANAA;ACqPXA;wBAMAA;;ADrPWA,GANAA,gBC6P8CA;AAAzDA;;;;;;cAbaA;;AACEA,wBADFA,C;;AA7BkCC;GAAtBA,YAAsBA,uBAA6BA,GAAQA,C;;AAyDlBC;GAA5DA,gBAA4DA,uBAOtEA,C;GAPUC,uC;GAAAD,kBAA4DA;mBAA5DA,cAA4DA;;AAEjDA;YAAYA,sBAAZA;;AACjBA;;;;;;;;AAHkEA,2BAKlEA;WALkEA;;;;;cAA5DA;;AAA4DA,wBAA5DA,C;;EpMnZPE,yBAYLA,C;;EAQKC,yBAqDLA,C;;IAkEqCC,WACwCA;AACzEA,oBAAoCA,GAApCA;AACMA,cACFA,QAAcA,YAGlBA,QACFA,C;;;;;GA6TgBC,YACIA;mBADJA,cACIA;4BAAoBA;YAKpCA,QA3GsCA;YA8GtCA,QA9GsCA;;iBAiHtCA;MAEsCA,uEAAxCA;AACMA,cACFA,eAGNA;AAlBoBA,wBAkBpBA,C;;ICnXWC,WzHkVSA,UyHlVGA;oCAA2FA,C;IA+B3FC,WAIgBA,kBAAkBA,MAAlBA;AACrCA,WACEA,QA+BJA;AAxBMA,kBAAoBA,OtH2PN59I,csH3PiD49I,KAAmBA,eACtDA;AoBDqBA;YpBKvCA;AoB/CVA,oBpB6CFA,QAqBJA,CAb8BA;AAC5BA,WACEA,QAWJA;AoBlEMA;ApBiEJA,QACFA,C;GAEKC,4BACCA;AAAJA,aACEA,QAaJA;AAXEA,mBAEIA,QASNA;UAPMA,0BAONA;UALMA,eAKNA;UAHMA,eAGNA,CADEA,QACFA,C;GAGKC,YAA6EA;AAEhFA,oBAEIA,OAAOA,MAA4BA,mBAmBzCA;UAjBMA,OAAOA,MAF4BA,YAmBzCA;UAfMA,OAAOA,MAJ4BA,WAmBzCA;UAbMA,OAAOA,MAN4BA,uBAmBzCA;UAXMA,QAAOA,eAWbA;UATMA,QAAOA,eASbA;UAPMA,QAAOA,eAObA;UALMA,QAAOA,SAKbA;UAHMA,QAAOA,SAGbA,CADEA,QACFA,C;GAGaC,YACUA;AAarBA,oBAEIA,OAAOA,gBAiBbA;UAfMA,OAAOA,YAebA;UAbMA,OAAOA,WAabA;UAXMA,OAAOA,mBAWbA;kDALMA,QAAoBA,GAK1BA,CADEA,MACFA,C;EAoJOC,YACLA;OzH5WsBA,0ByH4WUA,yBAAiBA,oBAAmBA,kBACvDA,mBAAoBA,oBAAsBA,wBACnCA,gBACtBA,C;;GAxLEC,8BAEuBA;AACrBA,SACEA,QAAoBA,GAOxBA;KANSA,SACLA,QAAoBA,GAKxBA;KAJSA,SACLA,QAAoBA,GAGxBA;AADEA,MACFA,C;;;ICpMqBC,yBAGjBA;AAAJA,U1HqZkBC;A0HpZhBD,OmBoEEA,oCnB/CNA,OAbmDA;AAArBA;AAC5BA,WACEA,QAWJA;AmB+CMA;AnBhDJA,QACFA,C;GAKKE,4BACCA;AAAJA,aACEA,QAaJA;AAXEA,mBAEIA,QASNA;UAPMA,0BAONA;UALMA,eAKNA;UAHMA,eAGNA,CADEA,QACFA,C;GAGKC,YAA6EA;AAEhFA,oBAEIA,OAAOA,MAA4BA,WAiBzCA;UAfMA,OAAOA,MAF4BA,SAiBzCA;UAbMA,OAAOA,MAJ4BA,YAiBzCA;UAXMA,OAAOA,MAN4BA,eAiBzCA;UATMA,QAAOA,SASbA;wCAHMA,QAGNA,CADEA,QACFA,C;GAGaC,YACUA;AAYrBA,oBAEIA,OAAOA,aAmBbA;UAjBMA,OAAOA,WAiBbA;UAfMA,OAAOA,cAebA;UAbMA,OAAOA,iBAabA;UAXMA,WAAQA,gBAAyDA,GAWvEA;wCALMA,MAKNA,CADEA,MACFA,C;EAqHOC,YACLA;O1H9NsBA,2B0H8NUA,oBAAsBA,oBAAuBA,wBACvDA,gBACxBA,C;;GAzJEC,0BACuBA;AACrBA,SACEA,QAAoBA,GAOxBA;KANSA,SACLA,QAAoBA,GAKxBA;KAJSA,SACLA,QAAoBA,GAGxBA;AADEA,MACFA,C;;;IE3EqBC,WAkLdA,2BA9KkDA,MA8KlDA;AA7KPA,WACEA,QAgCJA;MA5CuBA;;A5HsZHC,uB4HlYMD,Y5HkYNC;K4HnYGD;AAArBA,MAEuCA;AiB2FcA;Y7IsSnCC;A6IhVdD,iBjBhDFA,QAsBJA,CAiJWA;AA9JTA,WACEA,QAYJA;AiB0BMA;AjB3BJA,QACFA,C;GAGKE,YACJA,OAAOA,gBAAiCA,IAAiBA,GAC1DA,C;GAGaC,YACXA,OAAOA,YACTA,C;EAGOC,Y5HzDiBA,0C4HADA;AA0DrBA,wB5H4VkBH,wB4H5VkCG,mBAAoBA,gDACXA,wBACvCA,gBACxBA,C;;;GA6EKC,gBACHA,oBAEEA,eAkBJA;UAhBUA,eAgBVA;UAdUA,eAcVA;UAZUA,eAYVA;UAVMA,gBAUNA;UARMA,gBAQNA;8BAHMA,QAGNA,CADEA,QACFA,C;GAGaC,YACXA,kDAOGA,QAAoBA,EAUzBA;kDAJKA,QAAoBA,GAIzBA,CADEA,MACFA,C;;;IDrLwBC,WAAeA,mBAAoBA;AAApBA,gBAAoDA,KAAIA,C;IAGxEC,WAIgBA,iCAAgBA,MAAhBA;AACrCA,WACEA,QAgDJA;GA5DuBA;GxH+WHC;;AwH7VmCD,iBAA7BA,gBACnBA;KADDA;KAAiDA;AADrDA,MAOiBA;AAEUA;AkB0F0BA;YA1CIA;AAArDA,iBlB3CFA,QA6BJA,CAjBMA,YAAYA,KAAuBA,MACnBA,UAAYA;AkBwEqBA;YlBrEvCA;AACCA;AkB0BXA,iBlB7BFA,QAeJA,CAJEA,OkBkBIA,8ClBdNA,C;GAEKE,4BACCA;AAAJA,aACEA,QAaJA;AAXEA,mBAEIA,QASNA;UAPMA,0BAONA;UALMA,eAKNA;UAHMA,eAGNA,CADEA,QACFA,C;GAGKC,0BAC6BA;AAChCA,oBAEIA,OAAOA,MAA4BA,mBAmBzCA;UAjBMA,OAAOA,MAF4BA,gBAmBzCA;UAfMA,OAAOA,MAJ4BA,kBAmBzCA;UAbMA,OAAOA,MAN4BA,kBAmBzCA;UAXMA,mBAWNA;UATMA,qBASNA;UAPMA,qBAONA;oBAHMA,QAGNA,CADEA,QACFA,C;GAGaC,YACUA;AAarBA,oBAEIA,OAAOA,YAiBbA;UAfMA,OAAOA,SAebA;UAbMA,OAAOA,WAabA;UAXMA,OAAOA,UAWbA;kDALMA,QAAoBA,GAK1BA,CADEA,MACFA,C;EAiIOC,Y3HxQiBA,0C2HJDA;AA6QrBA,cxHkGkBJ,mCwHlGkCI,qBAAsBA,iDACJA,wBAChDA,gBACxBA,C;;GArKEC,8BAEuBA;AACrBA,SACEA,QAAoBA,GAOxBA;KANSA,SACLA,QAAoBA,GAKxBA;KAJSA,SACLA,QAAoBA,GAGxBA;AADEA,MACFA,C;;;;GOhCmBC,sCAEWA;a3IxEfA;G2I2EUA;alJs9BxBA;GkJr9B4BA;alJq9B5BA;AkJ19BuBA,GAMeA;AANvCA,0MlJ09BCA,UkJl9BHA,C;EAGOC,YAAcA,OnHiJQA,KmHjJRA,UAAmBA,C;GAsBhCC,YACNA;OAAOA,KACLA,IACAA,IACAA,IACAA,IACAA,IACAA,2DAEJA,C;EAGcC,cACZA;AADcA,mBAUhBA;AATYA,WAAYA,IlIjIAA,QkIkIpBA,QAQJA;AANoBA,YAA4BA,OAG9BA,KAA2BA,KAC3BA,KAAuBA,KACvBA,KAAqCA;KAAnDA;AALFA,QAMFA,C;;GAuLoBC,WAEZA,cAAiBA,MACJA,+CAEbA;MAEaA,aAGlBA,C;;;E8ErYAC,yCAGLA,C;;E7E+DgBC,cAAEA,mBAQhBA;AAPEA,YACEA,QAMJA;AAGoBC,wBAPhBD,QAIJA;AAFEA,QAAkBA,QAASA,KACTA,QAAOA,EAC3BA,C;GAGQC,YAAYA,WACZA,SAANA,IACIA,SAAJA,4EACDA,C;EAGMC,YAAcA,0BAAmBA,sBAAaA,eAAKA,C;AnIzBlCC;EmIiHjBA,YACLA,sCAAkCA,+BAA2BA,2BAAyBA,mCACxFA,C;EAGcC,cACZA;AADcA,mBAUhBA;AATEA,YACEA,QAQJA;wBANIA,QAMJA;IAJoBA,QAAcA,OACdA,QAAgBA,GnI5ITA;KmI8IPA;;AAHlBA,QAIFA,C;GAGQC,YAAYA,WACPA,SAAXA,IACaA,SAAbA,InIjJ6BA,MmIkJ7BA,KACcA,4EACfA,C;;GqJ9JYC,YrLsvJbA,mBqLrvJyCA;AxG4lCnBvyH;CAApBA;A7E5lCK6mF;AqLAL0rC,QACFA,C;GAGKC,cAECA,WAAQA;AACRA,SACNA,C;AnI2oBIC;GAHaA,WAAiBA,iBhE2PqBppD,GgE3PHopD,C;;;;;GAQ/CC,WACGA;;AACNA;C4C1boCA,G5C2bcA;ArKukB1BtmD,MA9jBEsmD;AqKThBA,CAAVA,SrKS0BA,KqGgOZA,EgEzO2DA;A4ChTtBA,CA3IfA,GA2IeA,W5CkTrDA,C;GAGKC,YACGA;IhEmOQA,EgElOHA;CAA0BA,EAEvCA,C;EAGKC,W4ClTmDA,OArJlBA,GAqJkBA;A5CoThDA,SACRA,C;GAGKC,YAAsDA,C;GAGtDC,WAA0BA,C;GAO1BC,ehE6MWA,EgE5MMA;AhEnbhBA,IgEmbJA,wBACFA,C;GAEeC,8BACgBA;AAC+CA,ahEuM9DA,EgEvMwEA;AAAVA,UAAUA;AAChFA,gBACOA,ChEqMCA,EgErMDA;AAEbA,WAUEA,OAN6BA,ChE+LjBA,UgEpLhBA;AAmBgCC,ChEiKhBD,EgEvLHA;AAEXA,MACFA,C;GAEeC,YA6BbA,WhEqJcA,QgEpJhBA,C;GAIaC,WAAoBA;mBAApBA,cAAoBA;;AAEcA;YAE3CA;;MACKA;YAAMA,iBAANA;OAAPA;;;OACFA;AANiCA,wBAMjCA,C;GAGaC,YAAiCA,iBAO9CA,C;GAPaA,YAAiCA;mBAAjCA,cAAiCA;;AAECA;YAE3CA;;MgB+0BKA,KAAQA;AhB70BfA;;;OANWA;AAAiCA,wBAAjCA,C;GAeNC,wBhEwHSA;AgEvGPA,CATIA;AASXA,gBACFA,C;IAgJ6CC;AAC3CA,YAD2CA,WAC3CA;OAD2CA,yBAC3CA;gCACEA;;OACFA;QAAkCA,GAAlCA;OACFA;uBAHEA,AAGFA,WAHEA,AAGFA,C;GAgBKC,WACHA,QAASA,WAIXA,C;EAuEOC,YACEA;;GACHA;AAAJA,a4ChzBoCA,G5CszBMA;ArK4MlBnnD,Q0PvsCKmnD;AAAgBA,mBzCqMTA,G5CuzBFA;AqF5/BWA,gBrJy2B/BA,EgEoJGA;C4CxzBmBA,G5CwzBqBA;AqF7/BZA,UrEmrBzCA,ChBmUFA,cAQmBA,QACDA,ShEtJNA,EgEuJQA;GhEvJRA;CgE4JHA;AzEi9KPA,WyE/8KSA;CADXA;AAWSA,GAATA,qBADSA;CAUAA;GAAqCA;AAAhDA,OAGwCA;AwKhkC1CA,6BxKkkC4DA;AAMtDA,IACOA,WAATA,aACoBA,OAEhBA;GhEhMQA;GgE4OIA;AADRA,UAEQA;CAKcA;GAE5BA;C4Cx5BgCA,G5C+5BwBA;ArKmGpCnnD;A8M/pCRmnD,UAAaA,M4CrGAC;;A5CyGND,Q9M2ekBC;A8M1edD,Q9M0ecC,K0PplBZA;A5C2GHD,Q9MyeeC,K0PplBZA;A5C4GMD,Q9MweMC,K0PplBZA;G1Pq+BoBA,GAyEOA;AqKsHvCD;AANjBA,OyKrcIA,SAzIFA,SA9ZoGE,gBhI+alGF,SA7fNA,gB9MyhBqCC,gF6GxTrCD,W6E4DEA,8BrBwyBFA,C;;;;GAzcQG,YAA0BA,ahEsMlBA,EgEtMyBA,EACnCA,C;;;GAoQKC,WAGRA,C;;AA6FYC;GADAA,YACPA,WAAOA,EhE/JCA,cgE+JuBA,GAChCA,C;;;;;G+IxvBFC;AA7BDA,IA+BFA,c5JlUEr1H,SACqBvJ;MnD86BG4+H;WwB74BlBA,KuLyOJA,WvLzO0BA,MuLkShCA,C;GAiBKC,WACHA;AAAIA,gBACEA,WACFA,eAEEA;AAAJA,YAnDF/tC;CAiCA+tC,WAqBFA,C;EAkBOC,YACDA,mBAAiBA,WACnBA;AACFA,MACFA,C;;GxN3RKC,YAAgDA,iBAA2BA,EAAaA,C;;GA+H/EC,wBAEDA;AuBqebA,WAfmDC;A6Eic7Bl0H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBoMLotC,QAIFA,C;GAGKE,cAECA,YAAUA;AACVA,SACNA,C;;GAmQkBC,YkI/IlBA,mBlIiJaA,OACUA,IACJA;AoGsoBGp0H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBmdLutC,QAOFA,C;GAGKC,cAECA,UAAUA;AACVA,UAAoBA;AACpBA,OAAgBA;CAEhBA,KADAA,MAENA,C;GAGKC,YAECA;AACAA,WACNA,C;;GA8DeC,YuBirBfA,mBvB/qBiCA,IAAuBA;AoGijBlCv0H;AAAqBA;CAAzCA;A7E5lCK6mF;AvB2iBL0tC,QACFA,C;GAGKC,cAGCA,UAAUA;AACVA,OAAeA,IACrBA,C;GAGKC,YACUA,WACfA,C;;GA4NeC,YuB4pBfA,mBvB1pBiCA,OAAuBA;AoGqUlC10H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBuxBL6tC,QACFA,C;GAGKC,cAGCA,UAAUA;AACVA,UAAeA,GACrBA,C;GAGKC,YACUA,WACfA,C;;GA2EoBC,YuB4sBpBA,uBvB1sBWA,IAEOA,IACHA,IACEA,IADgBA,SAFfA;AoGyOI70H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBi3BLguC,QAOFA,C;GAGKC,cAA2EA;AAE1EA,SAAQA;AACRA,OAAeA;AACfA,SAAeA;AACfA,SAAYA;AACZA,SAAQA;AACRA,SAAcA,GACpBA,C;;GAwEoBC,YuBkwBpBA,uBvB9vBeA,IAEEA,IADNA,IAHEA,IACKA;AoG8II/0H;AAAqBA;CAAzCA;A7E5lCK6mF;AvB48BLkuC,QAOFA,C;GAGKC,cAA2EA;AAE1EA,OAAUA;AACVA,OAAeA;AACfA,SAAYA;AACZA,SAAQA;AACRA,SAAcA,GACpBA,C;;GAsMgBC,YAKkBA,gBuBywBlCA,avBxwBuBA;AoG7EDj1H;AAAqBA;CAAzCA;A7E5lCK6mF;AA07DAquC,YvBrxBQD;AuBsxBRC,UvBpxBQD;AuBqxBRC;AACAA;AvBzxBLD,QAOFA,C;GAGKE,cAECA,YAAYA;AACZA;AACAA,UAAYA;AACZA,MAA+BA;CAC/BA,QAAoBA,EAC1BA,C;;GAkP4BC,YuB+4B5BA,mBvB74BiBA,OACMA;AoG9UDp1H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBw6CLuuC,QAIFA,C;GAGKC,cAECA,UAAcA;CACdA,OAAoBA,EAC1BA,C;;GAgHcC,YiN5+CdA,mBjN8+CaA,GACqBA;AoG1cZt1H;AAAqBA;CAAzCA;A6GvnCK2gF;AjN+jDL20C,QAIFA,C;GAGKC,cAECA,YAAUA;AACVA,MAA+BA,QACrCA,C;;GAqLoBC,YiNv7CpBA,mBjN07CiBA,OACCA,OAFHA,GAGmBA;AoG7oBZx1H;AAAqBA;CAAzCA;A6GvnCK2gF;AjNgwDL60C,QAMFA,C;GAGKC,cAECA,UAAYA;AACZA,UAAcA;AACdA,UAAeA;AACfA,MAA+BA,QACrCA,C;;;GAmEiCC,YiNt1BjCA,mBjNu1BoDA;AoG5tB9B11H;AAAqBA;CAAzCA;A6GvnCK2gF;AjNm1DL+0C,QACFA,C;GAGKC,cACUA,UAAWA,GAC1BA,C;;GA2BKC,qBAEwDA,SACtCA;IAANA,SACFA;GqG5xDYA;oBrG+xDrBA,OAENA,C;;;GAiDgCC,Y6NpqDhCA,mB7NqqDmDA;AoGxzB7B71H;AAAqBA;CAAzCA;AyHx2BA81H;A7NgqDAD,QACFA,C;GAGKE,cACUA,UAAWA,GAC1BA,C;;GA+EqBC,YuBx1DrBA,evB+1DwBA,SAA+BA,OAAfA;AoGp5BlBh2H;AAAqBA;CAAzCA;A7E5lCK6mF;AvB0+DLmvC,QAGFA,C;GAOKC,cACUA,MALSA,SAA+BA,OAAfA,IAMxCA,C;GAGOC,2BAEDA;aAA4BA,S5Et+DVA;e4Ew+DKA,6B5Ex+DLA;A4E6+DCA,GAAhBA;AAAPA,sBAAiCA,WAAMA,MACzCA,C;;GAkEqBC,YuBp7DrBA,mBvBq7DqDA;AoG1+B/Bn2H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBskELsvC,QACFA,C;GAGKC,cACUA,UAAwBA,GACvCA,C;;GAyOiBC,YuBnjEjBA,mBvBqjEcA,OACCA;AoG5tCOr2H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBszELwvC,QAIFA,C;GAGKC,cAECA,YAAWA;AACXA,YAAYA,GAClBA,C;;GAuNeC,YuBobfA,mBvBpboFA;AoG57C9Dv2H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBwhFoD0vC,QAAkCA,C;GAGxFC,cACUA,UAAWA,GAC1BA,C;GASiBC,oBS1BwB/7H;AT8BzC+7H;AAJoCA,wBSqIuB/7H,GTrID+7H,C;AAO7BC;GAAhBA,WAAUA,mCAAYA,C;;GA8jBvBC,YAGuCA;A4Ol1FnDA,e5Oi1FeA,SAENA,IACKA;AoGphEQ32H;AAAqBA;CAAzCA;AwInzBA42H;A5Om0FAD,QAMFA,C;GAGKE,cAAmEA;AAElEA,UAAYA;AACoCA;AAAhDA;MACMA;I4OzwFNA,UACFA;AACAA,WAYEA,O5O4vFWA,M4O3vFbA,K5O2vFaA;A4O1vFbA,O5O2vFJA,C;;GAiRKC,8BAE6CA,MAGzBA;IAARA,QACFA;AAwBEA,UAAfA;GApBsBA;IAAPA,QACFA;AAmBEA,QAfSA;IAATA,QACFA;AAcEA,QAVUA;IAAVA,QACFA;AASEA,QALSA;IAATA,QACFA;AAIEA;AAKfA,SqG92GyBA;oBrGi3GrBA,OAENA,C;;;EAiHOC,mCAGIA;AADuBA,yBA5NxBA;AARJA;SAQIA;AAECA;AANLA;QAMKA;IAyNTA,OA7NOA,MAkOGA,IAGDA,YALFA,IAGEA,GAIXA,C;;IAuLSC,sBAECA,aAEJA,QAONA;mBAJaA;AAAPA,YAAgDA,UACAA,GAGtDA,CADEA,MACFA,C;GAkBcC,YACaA,iBAAoCA;AAA7DA,QACFA,C;GAGWC,YiHziHXA,8BjH2iHeA,IACQA,IACLA,IACMA,GACLA,SACIA,IACLA,GmPhtHsBC,OAEtCA,qBAAyCA;A/IyhCrBn3H;AAAqBA;CAAzCA;Aax2BAo3H;AjHshHAF,QASFA,C;GAGKG,4BAEaA;IiH5hHZA,SACFA;AACAA,UjH2hHsBA;IiH1gHpBA,UACFA;AACAA,UjHygHiBA;IiHv/GfA,UACFA;AACAA,UjHs/GuBA;IiHr+GrBA,UACFA;AACAA,OjHo+GkBA;IiHz8GhBA,SACFA;AACAA,UjHw8GsBA;IiH/6GpBA,UACFA;AACAA,QAWEA,GjHo6GNA,C;;;GA0qCgBC,uCAESA,MAENA;WAAgCA;GAErCA;AAKsBA;O0On6JMA;AA5B1CA,WAsBoBA,U1Os6JNA,IACEA,OANDA,MAIMA,IAGDA,MALNA;AoGl3HQt3H;AAAqBA;CAAzCA;AsItiCAu3H;AACAA;A1Oo5JAD,QAWFA,C;GAGKE,cAAuEA;AAGtEA,SAAOA;AACPA,SAAYA;GACIA;AAAhBA,cAAgDA;AAChDA,OAAWA;AACXA,SAAWA;AACXA,OAAkBA;AAClBA,OAAWA;AACXA,OAAaA;AACbA,OAAiBA;AACgBA;AAAjCA,UACNA,C;;GAlGqBC,YAIjBA,QACDA,C;;;;EA4lBIC,YACEA;AAoBPA,OAKIA,UAbaA,SACFA,IAEIA,SAEPA,IAjBIA,SAqBlBA,C;;GAwBsBC,YuBpmGtBA,uBvBsmGmBA,IACAA,IACFA,IACIA,IACAA,IACPA;AoG97IQ33H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBohLL8wC,QAQFA,C;GAGKC,cAA6EA;CAE5EA,KAAgBA;CAChBA,KAAgBA;CAChBA,KAAcA;CACdA,KAAkBA;CAClBA,KAAkBA;CAClBA,IAAWA,EACjBA,C;;GA8HiBC,oBSzpGwBn9H;AT2rGzCm9H;AAlCoCA,wBS1/FuBn9H,GT0/FDm9H,C;GAGxCC,YuBzqGlBA,mBvB2qGaA,OACAA,OACDA;AoGhlJU93H;AAAqBA;CAAzCA;A7E5lCK6mF;A4KZDkxC,C5KqhFJA,aACWA,QACAA,QACDA;AvB6pGVD,QAKFA,C;GAGKE,wBAEWA;AuB7pGVA,iBACFA;AACAA,avB6pGWA;AuB7nGTA,iBACFA;AACAA,OvB4nGJA,C;;GAoBKC,WACGA;US7oCyBA;Ic58D3BA,IACuBA,CmGhnFUC,GAuGNA,QnGygF0BD,IvB2lG3DA,C;GAGKE,qBSnpC4BA;Ic/7D3BA,IACuBA,CmG7nFUC,GAuGNA,QnGshF0BD;AvBolGnDA,SACRA,C;;GAiFsBE,YuB1lGtBA;A6EhnDsBr4H;CAApBA;A7E5lCK6mF;AvBsyL2DwxC,QAAuBA,C;;GA6CrEC,YuBn9FpBA,mBvBq9FcA,OACSA;AoG1vJDt4H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBo1LLyxC,QAIFA,C;GAGKC,cAECA,UAAWA;AACXA,UAAoBA,GAC1BA,C;;GAoDoBC,YuBp0FpBA;A6En/DsBx4H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBo5LL2xC,QAIFA,C;GAGKC,cAECA;AACAA,WACNA,C;;GA4P2BC,iCAKdA;AuBtzFbA,YvBmzFeA,IACSA,OAGAA,IADAA,IAGCA,IACFA,IACAA,IACGA,IACDA,IACDA,IAEiBA,IAChBA,KACCA,KACEA,KACDA,KACJA,IACDA,KAPKA,KAPHA,IAeFA,KACAA,KACSA,KACAA,KACVA,KACSA,IACXA,SACKA,KACFA,KASIA,KAREA,KACCA,KACCA,KACHA,KACEA,KACFA,KACAA,KACJA,KAEDA,KACEA,KACuBA,IACCA,SAGjBA,KACaA,KACAA,KACLA;AoGhnKjB14H;AAAqBA;CAAzCA;A7E5lCK6mF;AvB4pML6xC,QAkDFA,C;GAEcC,wBACRA,MAAWA;AAAfA,WACEA,QAQJA;IANuCA,UAAcA;KAAcA;AAEjEA,MACEA,MAGJA;AADEA,OAAsBA,OACxBA,C;GAGKC,cAAkFA;AAEjFA,OAAYA;AACZA,OAAqBA;AACrBA;GACcA;AAAdA,OAAyBA;AACzBA,SAAqBA;AACrBA,SAAqBA;AACrBA,OAAqBA;AACrBA,SAAsBA;AACtBA,SAAoBA;AACpBA,OAAoBA;AACpBA,OAAuBA;AACvBA,SAAsBA;AACtBA,SAAqBA;AACrBA,OAAsCA;AACtCA,OAAsBA;AACtBA,SAAuBA;AACvBA,SAAoBA;AACpBA,SAAmBA;AACnBA,OAAwBA;AACxBA,SAAmBA;AACnBA,QAAmBA;AACnBA,OAA4BA;AAC5BA,OAA4BA;AAC5BA,SAAkBA;AAClBA,OAA2BA;AAC3BA,OAAwBA;AACxBA,MAAgBA;AAChBA,OAAqBA;AACrBA,OAAmBA;AACnBA,OAAyBA;AACzBA,OAA0BA;AAC1BA,OAA2BA;AAC3BA,OAAwBA;AACxBA,OAA0BA;AAC1BA,OAAwBA;AACxBA,OAAuBA;AACvBA,OAAwBA;AACxBA,SAAoBA;AACpBA,SAAmBA;AACnBA,SAAqBA;GACuBA;AAA5CA;AACAA;AACAA;AACAA;AACAA,OAA4BA;AAC5BA,OAAyCA;AACzCA,OAAyCA;AACzCA,OAAoCA,IAC1CA,C;;GAmCqBC,YuBx4DrBA;A6E90GsB74H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBkzM0DgyC,QAAsBA,C;;GAyBlEC,YuBz8DrBA;A6EtyGsB94H;AAAqBA;CAAzCA;A7E5lCK6mF;AvB20M0DiyC,QAAwCA,C;GAGpGC,cACUA,SACfA,C;;GAmCuBC,YuBr7DvBA,mBvBq7DqGA;AoGvxK/Eh5H;AAAqBA;CAAzCA;A7E5lCK6mF;AvBm3M4DmyC,QAA4CA,C;GAG1GC,cACUA,UAAYA,GAC3BA,C;;EA6GOC,YAA+BA,aAAKA,C;AA4BLC;EAA/BA,YAA+BA,mBAAgBA,C;;;GqH1jMzCC,WACXA;mBADWA,cACXA;4BAAqCA;yBAArCA;MACMA;YAAMA,oBAANA;aACFA;aAFJA;;;OAIgBA;OAClBA;AALEA,wBAKFA,C;GAcaC,YACXA,iBAIFA,C;GALaA,YACXA;mBADWA,cACXA;4BAAqCA;yBAArCA;MACMA;YAAMA,qBAANA;aACFA;aAFJA;;;cADWA;AACXA,wBADWA,C;GAOGC,YACdA;AAEWA,QAFQA,mBAEfA,gBAKNA;gBAHMA,OAAOA,SAA2BA,GAGxCA,CzK9TAn7I,WCyE2BC;ADxEzBA;AyK4TAk7I,QACFA,C;GAiBKC,WACHA;UAAwCA,OAAxCA,oDACEA,CADFA,QAEFA,C;GAEaC,YACgBA;mBADhBA,cACgBA;4BACPA,4CAGhBA;AACAA,MAEJA;;OACFA;AAR6BA,wBAQ7BA,C;GAiDKC,WAKLA,C;GAUKC,WAKLA,C;GAEKC,WAyBHA,SACFA,C;;GAqF2DC,YAKrDA,eACDA,C;;;GAyI0BC,oB5G8rDUn/H;A4G1oDzCm/H;AApDkDA,wB5G61DSn/H,Y4G71D2Bm/H,C;GAGxDC,YAA4CA,aAASA,C;GAG9EC,cAAsEA,C;GAS5CC,cAC7BA;;YACEA,KAAgBA;AAKhBA,MAAiBA,GAASA,mBAIlBA;AACRA,OAEFA,QAAOA,EACTA,C;GAGOC,WAAmBA,aAA8CA,C;;GAhBpDC,uBACJA,O5G4qDyBx/H;;A4G1oDzCm/H,gB5GyyD2Dn/H,I4G71DTw/H;MAkB5CA;C5GuiIJA,O4GriIwBA,EACrBA,C;;;GACyBA,uBACxBA;AAqDEA;AACNA,MArDGA,C;;AA+B8CC;GAAhBA,WAAUA,mCAAYA,C;GAOpDC,sBACCA;AAAJA,WACEA,OACJA,C;GAGKC,gBAEHA,OACFA,C;GAGKC,cAEGA;AACNA,SACFA,C;GAGKC,cACGA;AAENA,SACFA,C;GAOKC,yBACCA;AAAJA,aAIEA;AAfIA;AAENA,OAgBMA,MAERA,C;GAEKC,WAAWA;IAEHA,CAATA,SAAqBA,GAnD0BA,yBAmDXA,IAAOA,cAF/BA;AAIZA;AzFx8Baz/H;AyFy8BuBy/H,OzF33BxCA,+BAAyEA,cA1EzDz/H;AA2rBZy/H;AyFiRiCA,SAAOA;AAC/BA,CAATA,aAX2CA,KAa/CA,C;GAGkCC,WAAgBA,OAAMA,4BAAYA,C;GAG/DC,cAHmDA,6BAMzCA,MACfA,C;GAGKC,cAELA,C;GAGKC,YAfmDA,6BAiBzCA,SACfA,C;;;Gd18BKC,WACGA;;AnMitCkB1uD,MA9ZxB0uD,ImMjzB6BA,UAC/BA,C;GAGKC,WACGA;AACNA,SACFA,C;;GGnDKC,WAAgBA;AACbA;;CAENA,MAsBaA;AtMkuCW5uD,MA7TxB4uD,IsMz7B+CA,CAoBlCA;GC2PbC;WAAuCA;AACvCA,ODlP2BD,QA5B7BA,C;GAgFKE,WACGA,SAgBRA,C;;GDoEKC,WAAgBA;AACbA;;ArM8kCkB/uD;AqM5kCF+uD,CrMskBtBA;AqMrkBqBA,CrM8pBrBA;AqM7pBeA,QAA4BA;IAuDvCA,YrM+xB8BC;AqM/xBHD,wBApD3BA;AAoDJA,OrM+xBkCC;AqM9xBhCD,WA7CJA,C;GAOKE,WACGA,SAWRA,C;;G2IjNKC,WACGA;;ACUJC,IDRFD,cCSuEE,YACVA;ADR3DF,CADEA,QAGNA,C;;GlENKG,WACGA;;A9Q2vCkBrvD,I8QzvCxBqvD,W9Q09BiDA,G8Qz9BnDA,C;;GxDGKC,WAAgBA;AACbA;;;;AtB+tBRA,CsB7tBEA,aACsBA,QACKA,QACCA,QtB0wByBC,UAwEqBA,UAoBtBA,UA0GSA;AhM+RrCvvD;AsN5uCDsvD,CtN0oBvBA;AsNvoBgCA,CtNg4BhCA;AsN/3BwBA,CtN64BxBA;A2R73BFE,YAYkBC,IrE8EuBH;AtBw/BnB17H;CAApBA;A2F3kCK67H;ArEuGUD,CAAfA;GAL2BA,GtBgoBAj+H;CAgvB3Bm+H;AA7M+BC,yBAkNzBD,GAAoBA;A2F/5CLF,C3Fw8DrBE;AA3vB+BE,yBA6vBzBF,GAAmBA;AA7vBMA,yBAziB7BA;CsBniByBJ;AAA3BA,KtNsqB8Bx4B,MGgdHC;AkM3yB3Bu4B,WiBvhB2BA;;;AyEkD7BO,WzEsJgDP,CAnFnBO,GtBgoBAt+H,S+FxrB2Fu+H,eA2MvCA,YAMfA,YvIhS9D19H,SACqBvJ;AuIsEvBinI,CzEmJoBR,QyEnJEQ;CzEpDtBR,KACFA,C;GAOKS,WACGA,SAkFRA,C;;GL0IKC,WACGA,SAyFRA,C;GA0DKC,WAAuBA;AACpBA;UACkCA,OAAxCA,oDACEA,CADFA,QAEFA,C;GAiHKC,YAAwDA;AACrDA;UACkCA,OAAxCA,oDACEA,CADFA,SAEFA,C;GAqMKC,WAAYA;IAOXA,MAhLwBA,UA7SQA,GA+dVA;AjNmiBFnwD,SiNniBSmwD;AAAaA,SAAMA,GAAKA,yBAgC1BA;AAtB7BA,WACEA,CAhYuBA;AAiYnBA;AACNA,CAlYyBA,mBA8Y3BA,MACFA,C;;G5F7oBmBC,YFsuDnBA,mBEpuDgBA,OACFA,GACKA;A2E4gCGx8H;AAAqBA;CAAzCA;A7E5lCK6mF;AE6EL21C,QAKFA,C;GAGKC,cAECA,UAAaA;AACbA,MAAgBA;AAChBA,YAAWA,GACjBA,C;;IA4PuBC,uBACjBA;AAAiCA,2BACnCA,WAAOA,EAKXA;AAJ0DA;MACpDA;AAAJA,WACEA,QAEJA;AADEA,OAAOA,QACTA,C;EAGOC,qCACYA;AAECA,eAAIA;AAAoBA,gBf3DlBpsB,KAAYA,KAGXA,KAAaA;Ke0ElCosB,UAAJA;AAlBAA,KzBg8DIA,eA1ONA,UyBltD+CA;GAIzCA;AAAJA,WzBi1CIA;AyB90CwCA;AAC5CA,WzByqCIA;GyBtqCAA;AAAJA,WAxTIA,cAGCA;GAgUDA;AAAJA,WzB4rDFA;GyBzrDMA;AAAJA,WzBwpCIA;AyBlpCJA,QACFA,C;;EoGtWKC,wBANkBA;IAAMA,WAUfA,WACRA;GAEIA;WAASA;CACTA,QAGVA,C;GAwBKC,uBAzCkBA;IAAMA,WA6CRA,QA+TOA,OA9TFA,eA8TEA,OA5TjBA,MAEXA,C;;IA6QIC,YAMJA,C;IAwBIC,YACFA;QAAaA,KACXA;AACAA,MACEA;GAEFA;gBAAUA;WAAaA;GACvBA;WAAUA,OAEdA,C;IAwDwBC;AACtBA,YADsBA,WACtBA;OADsBA,yBACtBA;;;;AACEA;YAAaA,QAAbA;OACAA;;cAFFA;;;OAIFA;uBAJEA,AAIFA,OAJEA,AAIFA,C;IAUwBC;AACZA,YADYA,WACZA;OADYA,yBACZA;;sBACVA;MACEA;;;AADFA;;OAIFA;uBALYA,AAKZA,OALYA,AAKZA,C;IAsBSC,yBACHA;kBA4sBwBA,UA3sB1BA,QAMJA;AAJMA,WACFA,QAGJA;AADEA,OAA6BA,CAAtBA,EAssBqBA,SAtsBWA,MACzCA,C;IAgBSC,WAW0BC,UAXPD;qBAqrBEA,UArrB4BA,C;IAWvCC,WAAgBA,iBAAcA,C;IAS9BC,WACjBA,OAAOA,WAAUA,KAAWA,WAAoDA,WAClFA,C;GAmDKC,WACHA;AAAIA,YAGIA,MAFuBA,OAEvBA;GACNA;WAAUA;AACVA,MAOJA,CALMA,WAGOA,CAATA,EAimB0BA,OA/lB9BA,C;GA0BKC,0BACCA;AAAJA,YAEwBA,CAAbA;AACTA,eAGUA;AACAA;AACVA,SACEA,OAGNA,C;GAIKC,cAMEA;gBAAgBA;WAAkBA;CAElCA;AACLA,eAEFA,C;GAEKC,YAAqCA;IACxCA;AAC6BA,mBnL3H/BxjG,UA8G2CwjG,MAAnCA,WmLaNA,cACaA,IAEfA,C;GAIKC,YAA2BA;IAGpBA,OAGRA,MAiBJA;AAbwCA;AACVA;GACtBA;WAASA;AACfA;CACMA;AACNA,MAAqBA;AACrBA,SAEEA;gBA4gB0BA;WA5gBFA,OAE6BA,aAhS7BA,uBqH4UcA,GrH5UdA,OqH4UmDA;gBAkB3DA,GAvLhBC,kBA9ZoGlK,mBrHwhB7CiK,QAE3DA,C;EAqBKE,yBACHA;YA+fAA;AACAA,cA/fAA;WAAaA;AACPA,MACRA,C;GAGKC,WACCA;aAEFA,MAMJA;AAJMA,WACFA;AAEFA,MACFA,C;GAkBKC,WASHA,SACFA,C;GAGKC,WACEA;KAzXqBA,GA0XxBA,MAQJA;AANEA;AACIA,WACFA,MAIJA;AADEA,OACFA,C;GAWKC,WACOA;AACsBA,mBlMmD2BA,UAK7D3tG,0BkMxDE2tG,WlMgEuBA;GkM7DZA;;AAGAA,UAGbA,C;;;GA7P8BC,YAAoBA,wBAAsBA,C;;;GAAUA,WAAMA,MAAIA,C;;;IA2UzEC,WAAgBA,WAAIA,C;GA0BlCC,gBAGOA,SACRA;AAGEA,cACFA;KAEAA,MAEJA,C;GAuBKC,WACHA;KApiB0BA,GAqiBxBA,MAuBJA;GAxESA;AAA+CA,G9M9UpC1uJ;;A8MwYlB0uJ;AAAsCA,SA1D/BA;AAA+CA,I9M9UpC1uJ,uC8MwYoB0uJ;;GA1D/BA;AAA+CA,G9M9UpC1uJ,2B8M4YlB0uJ,MAEEA;AACAA,aAKAA,MAEJA,C;;EAWGC,yBAgBLA,C;;EAIKC,yBAULA,C;;GA4FOC,2BAOHA;YAAsCA,WAAsBA,eR91BxBA,GKtHLA,GyEqKJA;AAAgBA,iBtE+yBiBA;KAAMA;GAAlEA,aA9B8CA,oBAmCXA,KAEAA;AAE/BA;aAJ+BA;AAO/BA;aAL+BA;AAQ/BA;QAEAA,cAAWA,KACbA;AACAA,OAEJA,C;GAaKC,gDACCA,MjEjhCcA;AAAKA,WiEkhCrBA,MAwBJA;AAtB8DA;OAC5DA;IjE3hC+BA,aiE8hCzBA,MAASA,aAHmDA;AAK9DA;AjGxnCWxjI,8CxGmCOwjI;AwG4pBpBA,QAhhBEA,+BAjGNA,+BAAyEA,cA1EzDxjI,IiG0nCcwjI,kBAU9BA,C;GAQKC,YACEA;QACSA,kCAWkBA;AAN5BA;oBAM4BA;AAF5BA;QAE4BA,cAA5BA,WACFA;AACAA,UAEJA,C;GAEKC,YAGHA;IAAIA,KACFA;AACAA,UAKEA;AAAJA,WACEA,MAcJA;AAZ8BA,iBAOGA,QnLxpBjCzkG,UA8G2CykG,MAAnCA,WmL0iBNA,cA3xB8BA,EAgyBhCA,C;GAuBKC,YAAiCA;IAGhCA,SACFA;AACAA;AACAA,WAEEA,SACFA;AACAA;AACAA,OAGJA,C;GAOKC,YAAuCA;CAG1CA,YAAyBA;IAErBA,GACFA,MAIJA;CAFEA;AACAA,KAAkBA,QACpBA,C;GAVKC,gC;GAYAC,WAAoBA;CACvBA;GAEgCA;AAC5BA;OAAyBA,UAG3BA,IAAaA;GAEXA;AAAJA,oBACEA;AACmDA;A/Bt4BxCA;W+Bs4ByEA;AACzCA,GAAXA;A/Bv4BrBA;G+By4BXA;MAAmBA;AAEnBA,MAAmBA;CACnBA,eAEmBA,IAEnBA,MACEA;GAEEA;AAAJA,WACEA,WtKpBOA,OsKwBYA,atKxBiBA,GAA7BA,UsKwBXA,OACEA,CtKmWaA;AsKjWfA,OAOFA,C;;GA7J8BC;AACpBA,YADoBA,WACpBA;OADoBA,wBACpBA;;;OAAMA,YzM5lCQA,iFyM+lCgBA,cAH9BA;OAKDA;uBALCA,AAKDA,cALCA,AAKDA,C;;AA6CLC;GADFA,YACEA,YADFA;AACEA;OADFA,wBACEA;gCAAAC;;OACgCA,qBnLnpBpChlG,OA8GQglG;OmLqiBJA;MACEA;OADFA,OACEA;OADFA;;OAFFD;uBACEA,AADFA,OACEA,AADFA,C;GAAAC,YACEA,iBAIFA,C;;;;;A9Gp5BEC;GAHQA,WAAiBA,iBN2nB0B71D,GM3nBb61D,C;;;IAK5BC,sBN+mBEA,EM/mBkBA;AAAPA,mBAAoBA,IAAaA,C;GAMvDC,WACGA;AACNA,SACFA,C;GAEKC,WACHA;INmmBcA,EMnmBHA,aAITA,SAAkBA,CAAlBA;AAEFA;CN6lBcA,EM7lBmBA;AAAiBA,Q8GiD1BA;A9GjDdA;AACVA;GN4lBcA,EM5lBqBA;AAAzBA,cAA4CA,Q8G8E5BA;A9G7EPA;GNknBOA;CAvBZA,EM3lB6CA;C8G+Y3DA;AAxqBFC,C9GyRED,I8GiZAA;A9GhZYA,CAAZA,YAAsBA;AAKtBA,U4KhNAA;C/H1GAzyD;AACAA,S7CyTsByyD,QACxBA,C;GAEUE,qBNklBMA,MMhlBOA,MACKA;AAFnBA,CAGiBA;AAHxBA,6BAKFA,C;EAGKC,WAAUA;AAGbA,Q4KtMAA,KAAWA,I5KsMcA;AACzBA;GAIAA;WAAeA;AACTA,MACRA,C;GAGKC,WAAwBA;AACrBA;GACNA;WAAkBA;KACbA,KNyjBSA,EMzjBeA,IAChBA,QN+kBaA;AM/kBSA;G8G8hB5BC;AAA+CA,K9M9UpChwJ,uC8MoXP+vJ,SACPA;AAGFA,Q9GvkBAA,MAEJA,C;GAGKE,WACGA;IACNA,KACFA,C;GAGKC,YAAiCA;AAC9BA;IAUQA,KNiiBAA,EMjiBoBA,IAChCA;CNgiBYA,EMhiBqBA;AAAiBA,Q8GZ5BA;A9GYZA;AACVA;GN+hBYA,EM/hBuBA;AAAzBA,cAA4CA,Q8GiB9BA;A9GhBxBA,MAMJA,CAHEA;AACAA,Q4KlPAA,KAAWA,I5KkPcA;AACzBA,MACFA,C;GAEKC,WACHA;AAAiBA,IAAbA,cAAuBA,OACzBA,KAASA;GNohBGA;IMjhBDA,SACTA,KAAqBA,SAAUA,OAGrCA,C;EAGOC,YAA4BA;AACjCA;AACAA,OAsHIA,SArHIA,UNugBMA,EMtgBEA,QAElBA,C;;;GAhBaC,qBACPA;AAAYA,CAAZA,YAAsBA,KACvBA,C;;AAyGDC;GAHaA,WAAiBA,iBNmbqB32D,GMnbH22D,C;;GAKrCC,WACbA;INsacA,EMraOA;;;AADrBA,O8GwXFA,SAyBoDn0D,qBAjdPvtE,UjElbzCC,SACqBvJ,iB7CofzBgrI,C;EAGOC,YAA4BA;AACjCA;AACAA,OAAOA,OAYHA,SATMA,UN2ZIA,EM1ZIA,4BAGpBA,C;;;;GmOjbKC,cAAyDA,C;;;;;GA6qBzDC,YAAuDA,iBAAoBA,EAAMA,C;;GAhlBjFC,cACGA;AAEJA,eAIJA,C;AzO/J0BC;EAAnBA,YAAcA,yBAAuBA,C;;IAwMtCC,WAnByBA;yBA0uHIA;AAltHrBA,uBACRA,QAGNA,CADEA,MACFA,C;;EAkBOC,0BACgBA;ArFhNCA,UqFiNNA,KAAGA,KACjBA,oBAAqBA,aAEzBA;AADEA,WX4nFgDA,kBAAeA,cW3nFjEA,C;;EAkCcC,cAAEA,mBAKhBA;AAJYA,WAAYA,IrFvPAA,WqFwPpBA,QAGJA;AADEA,WAAiBA,KAAkBA,EACrCA,C;GAGQC,YAAYA,OrFnRiBA,SqFmRAA,GAAMA,C;EAGpCC,YrFjQiBA,gBqFkQQA,WAQQA;AAAtCA,WAHIA,QAASA,gCACAA,WAA+BA,oBXukFIA,gBAAeA,YWpkFjEA,C;;;GAsFOC,WrFjWiBA,UqFkWfA;AAAPA,8BrFlWsBA,mBqFkW+BA,MACvDA,C;;GAgJiBC,oBAogEwBnmI;AAi2CzCmmI;AAr2GoCA,wBAmqEuBnmI,GAnqEDmmI,C;AA2OvBC;GAAnBA,YAAmBA,iBAAqBA,C;;EAwBrDC,yBAgBLA,C;;GA+KOC,WAELA,C;GAsBKC,YAAyCA,C;GA4DzCC,YAwCoBA;AAoBvBA,WACFA,C;GA0BKC,WAAeA,C;EAqBfC,WAGLA,C;GAwHKC,WAA0BA,C;;;GAwGVC,oBA+pCoB5mI;AAqnDzC4mI;AApxFwCA,wBA8zCmB5mI,IA9zCnB4mI,kBAA0BA,C;;GAwJjDC,YAmuFwBC,wCA5tDA9mI;AAutDzC6mI;AA9tFoCA,0BAsqCuB7mI,GAtqCD6mI,C;;GAoDrDE,cAAgFA,C;GAMhFC,YAA8DA,C;;GAW3CC,oBAk8BiBjnI;AA04EzCinI;AA50G2CA,wBAimCgBjnI,GAjmCainI,C;;GAiBzCC,oBAi7BUlnI;AA+6EzCknI;AAh2GkDA,wBAglCSlnI,GAhlC2BknI,C;;GAkCxDC,YA+4GUC,qBAhgFCpnI;AA8+EzCmnI;AA73GiDA,0BA8iCUnnI,GA9iCyBmnI,C;;EAMjFE,yBAKLA,C;;GAMOC,YASHA,KAAsBA;AAItBA,MAEFA,C;GAEKC,WAAcA;CACjBA;GAC+BA;;AAAkBA,SAAeA;AAA5CA;AACpBA;IAEEA;AuJv9CJ5sC,YjP4QgC4sC,W0F2sCVA,IAAQA,kBAG1BA,MAEJA,C;;GAlBwBC,YAEpBA,YACDA,C;;;;GA8bEC,YAAkCA;IAsBzBA,MAeVA;AACAA,MAaJA,MAXOA,KAAgCA,WACnCA;AACAA,SAEFA;CACQA,MAMVA,C;GAiBKC,gBAQDA,gBAQJA,C;GA2BKC,cACHA;OAAwBA,E1F5qDNA,Y0F6qDhBA,MAuGJA;AA5FWA,cAA8BA;KAErCA;AACAA;CASEA;IAEEA,oBAWJA;SAA4BA;CAC5BA;CACIA,IAA4BA;CAC5BA;mBACWA,SAKGA,CAAdA,kBALuBA;AAMvBA;AmBrwESrnI;AA+rBbL,QAhhBEA,+BAjGN0nI,+BAAyEA,cA1EzDrnI,InBswEgBqnI;GAOtBA;GAA4BA;SAAUA,0B1F5rE5C37G,IAAMA;AcrFQA;AAwBhBtzC,WACEA,W4EkuE4BivJ;K5EhuE5BjvJ,W4EguE4BivJ;GAwBxBA;CACAA,IAA4BA;AAC5BA,aAAOA;UAAaA,KAgvCVA;CAxuCRA,4BAekBA,MAAxBA;CAEUA,O1FvlEZA;C0F0lEEA;CACAA;AACSA,OAWbA,C;GAzGKC,mC;GAkIAC,WAAeA;AACTA,sBAAsCA;IAE7CA,QAAUA,yBAHMA;AAyFhBA;AmBh7EajwI;AnBi7EbiwI,KmBj0EJA,+BAAqEA,eA5GrDjwI,mBnB+6EHiwI,OAEbA,C;;GA3KgCC;AACpBA,YADoBA,WACpBA;OADoBA,wBACpBA;;;;;0DX8MLC,IsGitCoBD,+BtG1rCbC,IWrOFD;;;AACAA;OA2ZHA,2EX9MFC,mCW8MkDD,cA3Z7CA;OACDA;uBAFCA,AAEDA,OAFCA,AAEDA,C;;;GA6EGE,WACRA,aACDA,C;;;EA4KSC,cAAEA,mBAAwCA;AAAtBA,eAAsBA,C;GAiBhDC,YAAYA,aAAWA,C;GA+BpBC,WAAUA,aAAOA,C;GA6DXC;;AAELA,YAOLA;AACLA,QAAOA,EACTA,C;GAqEKC,YAAwCA,C;GA0ErCC,gBAA8DA;AAQpEA,YACEA,WACEA;AACFA,MAuBJA,CArBEA,YACYA,eACEA,SA5PIA,MA6PZA;AACFA,QAiBNA,CAfeA,QAAgBA,WACfA,SAjQIA,MAkQZA;AACFA;AAMAA,QAMNA,CAJIA,QAGFA,OAAOA,SACTA,C;GAYKC,cAAuCA;CAQ1CA;CACAA;AACyBA;CAAzBA,MAhSeA;CAiSfA;AACAA,MACEA,IA7QoBA;AA8QPA,SAAXA,MAAOA,GAAIA,OACSA,QAAOA;CAC7BA;AA1uFFA,cA4uFAA,MAEFA,C;GAUKC,kBAUHA,IACFA,C;GAQKC,cAIOA,YAKLA,KACPA,C;GAEKC,gBAMHA,IACFA,C;GAEKC,YACOA;OACNA,UACFA;AACAA,QAAcA,aAIlBA,C;GAUKC,WACHA,QAAcA;IAGdA,OACFA,C;GAQKC,YAEHA,QAAcA;IAGdA,IACFA,C;GAEQC,cAtuFuBA;AA8uF7BA,WACEA,MAiCJA;AAhCcA,SAAkBA,UAC5BA,MA+BJA;GAzBiCA;AAC/BA,YAkBEA;AACAA,QAjwCFA,IA+2BsBA,EAqZhBA,EApwCNA;AAqwCAA,QACFA,C;GAiBQC,8BAEoBA;AAClBA,kBACmBA;AACzBA,aAsEFA;AAMAA,MA/gBeC;AAuhBfA;AAEAA,KAAsBA;AARtBD;AAxEIA,OAF6BA,WAUnCA,EAL2BA;AAEzBA;AAEAA,QACFA,C;GA4BKE,YAA+BA;CAG5BA;AACNA;MA3dsBA,EA4dhBA;IAp1CMA,IAVZC;AAEAA,KAAsBA,QAUtBD,UA01CFA,C;GA2CKE,yBAM2BA,oBlD9wEZn4F,SkD8wEkEm4F;CACpFA;MAGeA;CACfA;AACAA;IAEIA,IACFA,CA9hBoBA;AA+hBtBA,KACEA,MACJA,C;GAeKC,yBAKCA;alD9yEcp4F,OA4TpBH,iBAhUuCu4F,QAA1BA,WkDmzETA,OACaA,ClDl/DAA,EkDk/DAA;CAQfA;CACAA,KAEFA,C;GAsBKC,WAKYA,SAAXA,SAAOA,GAAIA,OACSA,eAAOA;CAC7BA;AA7iGWA,OAATA,kBACFA,CADEA,WAgjGNA,C;IAMSC,YAH0BA;qBAyH/BA,QCzpDKA,GD2pDTA;AADEA,MACFA,C;GA4BgBC,wBAEdA,GAAkBA,aAAlBA,iBACcA;AAqgCdC;AAngCAD,OAAgBA,MAClBA,C;GAGgBE,YAEuDA,UAAnCA;AAClCA,WAEEA,OAAOA,eAIXA;IAFEA;AACAA,MACFA,C;GASKC,qBAEiBA;IAApBA,iBAA6BA,EAC/BA,C;GAYMC,4BAEeA;eACnBA,qBACeA,UAukBkBA;AAtnHEA,iBA+iGDA;AAAhCA,KACEA;GACkBA,GAGtBA,eAkkBiCA,GAjkBnCA,C;GAgBaC,4BAEQA;eACnBA,qBACeA,OAAiDA;AAzkG7BA,iBAykGGA;AAApCA,KACEA;AAIyBA,GAHPA,GAGtBA,oBACFA,C;GAGKC,sBAEgBA;AACnBA,UAA2BA;GACLA,GACxBA,C;GAWKC,WAGHA,SACFA,C;GA6BOC,YAC8BA;AAEnCA,gBAAaA;AACXA,OAyBKA,aAAoBA,OAAOA,SrFr7GZC;GqF65GRD,GAEdA,WACEA;AACFA,OAAOA,oBACTA,C;GAkBOC,WACLA,OAAOA,gBAAoBA,UAAOA,SrFr7GZA,kBqFs7GxBA,C;GAwEKC,WAEEA;QACHA,MA+CJA;IA9EkBA,IA2EdA,MAGJA;CAFEA;AACAA,CArhCsBA,QAshCxBA,C;GAKKC,mBAEEA,SAAYA,IACfA,MA8BJA;AAPEA,SAOFA,C;;;GAlgCEC,iCAGqBA,MAAjBA;KAEAA,UACJA,C;;;GAqPAC,YACEA,SAAoBA;KACNA,MACZA,UACJA,C;;;GAiBgBC,YACZA,SAAmBA,GACpBA,C;;;GAaWC,YACZA,MACDA,C;;;GAYaC,YACZA,SAAyBA,GAC1BA,C;;AAqzBmDC;GAA5CA,YAA4CA,gBAAeA,GAAQA,C;;GAhBzCC,YA5BtBA,OA4B2EA;AA7BzFA;AA6BqEA,oBA/rHrEC,WA+rHmGD,C;;;GAwF9FE,cACGA;AAGNA,SAEFA,C;GAEKC,WACHA,SACFA,C;GASKC,WACHA;IAMUA;AACgBA,gBARNA;AASlBA;AACoBA;AmBh0HPvqI,mBnBk0HmBuqI;AAFZA,OAClBA,KmBnvHNA,+BAAyEA,cA1EzDvqI,QnBi0HcuqI,uBAQ1BA,WAISA,CAATA,UAAqBA,OA/yCLA,aAoxCEA;AA6BlBA;AACoBA;AmBp1HPvqI,mBnBs1HmBuqI;AAFZA,OAClBA,KmBvwHNA,+BAAyEA,cA1EzDvqI,QnBq1HcuqI;AAKjBA,CAATA,cA5zCgBA,IAi0CpBA,C;GASKC,sBACCA;AAAJA,WACEA,OACJA,C;GAGKC,gBAEHA,QACFA,C;;GAhD8BC;AACpBA,YADoBA,WACpBA;OADoBA,wBACpBA;;4DX72CHjD,IsGitCoBiD,+BtG1rCbjD,IWs1CJiD;OACDA;uBADCA,AACDA,OADCA,AACDA,C;;;GAkBqBA;AACpBA,YADoBA,WACpBA;OADoBA,wBACpBA;;4DXj4CHjD,IsGitCoBiD,+BtG1rCbjD,IW02CJiD;OACDA;uBADCA,AACDA,OADCA,AACDA,C;;AAmC2BC;GAAhBA,WAAUA,mCAAYA,C;GAGnCC,WAAWA,OAHkBA,6BAGXA,OAAWA,C;GAG/BC,cACGA;IAENA;AACAA,SACFA,C;AA8BkBC;GAAXA,WAAWA,WAOiBA,WAPAA,C;GAiB9BC,WAAcA;KAlajBA;AAsa8CA,qBAta9CA,OAwbAA;AAEMA,MACRA,C;GAGKC,cAAiCA;AAC9BA;GAE2BA;GAAOA;CAIxCA;AACiBA,CAAVA;KAtcPA;AAyc8CA,sBAzc9CA,OA0dAA,MACFA,C;GAGKC,WACGA;AAKNA,SACFA,C;GAGKC,WACHA;AACMA,SACRA,C;GAGKC,WACGA;;AACNA;AAkEaC,CArDbD,KADAA,GAAOA,OAETA,C;GAGgBC,cAiDdA,mBACFA,C;GAGKC,WACGA;AACNA,YACFA,C;AAyBgCC;GAAhBA,WAAUA,mCAAYA,C;GAG/BC,WAAWA,gBAAOA,EAAKA,C;GAGzBC,cAC2BA;AAGxBA;AAENA;CACAA;AACAA,MACFA,C;GAQKC,YACHA,UACFA,C;AAiBwCC;GAAhBA,WAAUA,mCAAYA,C;GAGzCC,cA6BGA,YACRA,C;GAEKC,YASHA,QAR2BA,YAS7BA,C;GA0CKC,YACHA,QAxFsCA,6BAyFxCA,C;;GArDEC,iCA4oBAA,IA1oB4BA,MA0oBDA;KAvoBvBA,UAEJA,C;;AAuDkCC;GAAhBA,WAAUA,mCAAYA,C;GAKrCC,kCAEiDA,gBAASA;;;AAEzCA,WAAlBA,gBAEAA,GAAoBA;AACtBA,MAAyBA,IAAPA,UACpBA,C;GA0HKC,YACCA,aAAOA,MACHA,UACVA,C;GAcKC,YAAyCA;AlD9+H9Cn+F,UkDg/H4Bm+F,kBlDn1IfA,akDm1IXA,eA7BAA,ClDn7HeA,OkD49HjBA,C;AA8KuCC;GAAhBA,WAAUA,mCAAYA,C;GAI5BC,WAAgBA,cAAaA,C;GAK1BC,qBACCA;AACnBA,0BAAsCA;GAChBA,GACtBA,QACFA,C;GAEsCC,qBACjBA;AACnBA,0BAAsCA;AACvBA,iBACXA,QAINA;GAHwBA,GAEtBA,MACFA,C;GAGKC,cAAuCA;AACpCA;AACUA,CAAhBA,WAAuBA;AAGvBA;CACAA,MACFA,C;GAGKC,cAA+CA;AAC5CA;AAGNA,OAAOA,KAAyBA;CAChCA,MACFA,C;GAUKC,WACHA;OAAOA,KAAyBA;CAChCA,MACFA,C;GAoBcC,iBAIsBA,4DAqCCA,iBACCA;;KAGlBA;;gBAW0CA;AANXA;AAAzCA;AAARA;AAC2BA,QAA2BA;GAC3BA;AAEJA,YAA8BA;AAhzIpCA,WAAYA,IAAaA,SACzBA,SAAiBA,UA64IAA;AA9FhCA,KACEA;AACuBA;OAIzBA,IACAA;AAL0DA,IASlCA;AAA1BA,UAAQA;;AACmBA,QAA2BA;GAC3BA;AAEJA,YAA8BA;AA/zIpCA,WAAYA,IAAaA,SACzBA,SAAiBA,UA64IAA;AA/EhCA,KACEA,MACFA,IACAA,IAMFA,MACmCA;KACjCA,OAC2BA,QAA2BA;AAEpDA,WACeA,SAAOA,SAClBA,MAA0BA,MAAOA;MAltDnCA;AACNA;GA3dsB/D,EA4dhB+D;IAp1CM/D,IAVZC;AAEAA,KAAsBA,QAUtBD,WAsiGI+D,IA2D8BA;KAtDlCA,aAE2BA;AACzBA,SAC4BA;AAC1BA,YACaA;AACXA,YACgCA;AAh2IrBA,UAAYA,IAAaA,SACzBA,WAk2IPA;wBAS6BA;AAAZA;OAKzBA,OAO6BA;AAI/BA;AAM2BA,QALAA,KAGAA;OAOzBA,IACAA;AAN0DA,IAUpBA,eACIA,iBAA1CA;AACoCA,gBAjxDhCA;AACNA;GA3dsB/D,EA4dhB+D;IAp1CM/D,IAVZC;AAEAA,KAAsBA,QAUtBD,YAsmGA+D,QACFA,C;GAGKC,WACGA,SAIRA,C;GAGKC,WACGA;AAINA,UAAOA,GAAuBA,UAChCA,C;GAOKC,YAA6BA;AAE1BA;AAENA,QAAmDA,QAxyEjCA,GAyyEpBA,C;GAGKC,YAAoCA;CAEvCA;AAC+BA,GAA/BA;WAC8BA,KAAwBA;AACUA;AAChEA,WAlsBsCA,0BAgrB3BA,GAAgBA,OAoB7BA,C;GAGKC,yBACCA;AAAJA,YACEA,KAAqDA;CACrDA,UAEFA,OACFA,C;;GAvMEC,YACsCA;AAApCA,eACFA,C;;;GA+PGC,cAIGA,YACRA,C;;GASKC,YAELA,C;GAGKC,cAELA,C;GAGKC,cAELA,C;GAGKC,YAELA,C;AAoBkDC;GAAhBA,WAAUA,mCAAYA,C;GAKnDC,sBACCA;AAAJA,WACEA,OACJA,C;GAGKC,gBAEHA,QACFA,C;GAGKC,cAAuCA;AACpCA;AACGA,CAATA,UAAqBA,IAAQA,MAAOA,QACtCA,C;GAGKC,cAAgDA;AAC7CA;AAEGA,CAATA,UAAqBA,IAAQA,MAAOA,QACtCA,C;GAGKC,cAIUA,IAlakBA,UAoajCA,C;GAGKC,cAELA,C;GAGKC,YAGUA,IA/akBA,aAibjCA,C;AAgBiDC;GAAhBA,WAAUA,mCAAYA,C;GAgBlDC,cAGqCA,UApdTA;A2FloD/BA;AACAA,S3FulEFA,C;GAGKC,wBAzd4BA;AA4d/BA,oBAAsCA,OAExCA,C;GAGKC,sBAje4BA;A2FxlD/BA;AACAA,O3F6jEFA,C;GAGKC,YACHA;UAAsBA,OAAtBA,cACOA,QADPA;AACOA,aACHA,QAENA,C;GAGKC,YAGHA,cACFA,C;GAGKC,cAAuCA;AACpCA;AACMA,YAzDmCA,yBAyDdA,EAASA;;AAA9BA,GAAZA;AAEAA,kBAA8BA,QAA9BA,SAC2BA,OA5DoBA,yBA4DCA;GAC9CA;OAGJA,C;GAGKC,cAA+CA;AAC5CA;GAEoEA;AAA9DA,CAAZA,UAA2BA,IAtEoBA,yBAsEFA;AAC7CA,OACFA,C;AAeqBC;EAAdA,YAAcA,oBAAgCA,C;;AkF9hKlCC;GAAjBA,WAAiBA,kBAAcA,C;GAG5BC,YAA2BA,mBAAsBA,C;;EAid/CC,YACgFA;IAGnFA,aAEAA,aACAA,SAHkBA;KAClBA;;;AAFFA,KASEA,OAASA,IAzePA,SA0eAA,YACAA;IAaAA,SACFA,OAASA,IAzfPA,SA0fAA,YACAA;IAOAA,UAjCgBA;KAClBA;AAgCFA,KAKEA,OAASA,IAvgBPA,SAwgBAA,YACAA;GAYAA,YACAA,YACAA;AAHJA,KAKEA,OAASA,IAzhBPA,SA0hBAA,YACAA;IAYAA,YACAA,YACAA,YACAA,YACAA,UACFA,OAASA,IA5iBPA,SA6iBAA,YACAA;IAYAA,aAEAA,YACAA;KA3FFA;AAwFFA,KAKEA,OAASA,IA/jBPA,SAgkBAA,YACAA;AAwCJA,OAAOA,MAEKA,KAEHA,IADeA,WAG1BA,C;;GArIMC,Wa7cNA;Ab6cYA,iBa7ckDA,QgF8SRC,IA3MelgE,YACnCA,Y7FyWWigE,Q6Ftf8BhgE,Y7FsfzBggE,C;;;;;GAC5CA,sBAEkBA;CAAZA,KAAYA;CACZA;CACAA,KAAQA;CACRA,KAAcA;CAGdA,KADAA,KADAA,QAGLA,C;;;GAMDA,WyGheNA;AzGgeYA,gByG1b8CE,gBzG0bPF,Q6FtgBwBhgE,Y7FsgBnBggE,C;;;;;GAClDA,aAEMA,OAAcA,IACnBA,C;;;GAUDA,WqGvcNA;ArGucYA,iBqGlcAA,URqQ0CC,IA3MelgE,YACnCA,Y7FuYiBigE,Q6FphBwBhgE,Y7FohBnBggE,C;;;;;GAClDA,aAEMA,QAAcA;CAIdA,KADAA,KADAA,KADAA,QAILA,C;;;GAUDA,W4F9JNA;A5F8JYA,iB4FvjBLG,KA2GwBrgE,IA0B2CA,YCwBLC,YACnCA,Y7FyZoBigE,Q6FtiBqBhgE,Y7FsiBhBggE,C;;;;;GACrDA,YAAyCA;CAEnCA;MACUA;CAAVA,KAAUA;CACVA,KAAWA;CACXA,KAAQA;CACRA;CACAA,IAAoBA,GACzBA,C;;;GAUDA,W4F1INA;A5F0IYA,iB4F1kBLngE,KA2GwBC,IA0B2CA,YCwBLC,YACnCA,Y7F4asBigE,Q6FzjBmBhgE,Y7FyjBdggE,C;;;;;GACvDA,sBAEeA;CAATA,IAASA;CACTA,KAAUA;CACVA,KAAWA;CACXA,KAAQA;CACRA,KAAWA;CACXA,IAAoBA,GACzBA,C;;;GAUDA,W4FzHNA;A5FyHYA,iB4F7lBLI,KA2GwBtgE,IA0B2CA,YCwBLC,YACnCA,Y7F+bWigE,Q6F5kB8BhgE,Y7F4kBzBggE,C;;;;;GAC5CA,sBAEeA;CAATA,IAASA;CACTA;CACAA,KAAWA;CACXA,KAAQA;CACRA;CACAA,IAAoBA,GACzBA,C;;AAyMHK;GAJoBA,WAAiBA,iBAKGC,KlFyEW3gE,GkF9EW0gE,C;;GAS7DE,WAAYA;AACTA;GlF6DQA;GkF5DMA;AA8MtBA,CA9MEA;AACAA,MAAgBA,GAClBA,C;GAGKC,YAA8CA;AAC3CA;MACUA,WlFqDFA,EkFrD8BA,clFqD9BA,EkFpDQA;AAsMxBA,CAtMIA,yBAEFA,MlFkDcA,EkFlDEA,GAClBA,C;EAiEKC,WAC+CA,cAAbA,gBAArCA,uBACaA;IACbA;AACMA,SACRA,C;GAEKC,kCAEiDA;AACZA,CAAxCA;AAC2BA,gBAA3BA;GAIEA;AAAqBA;AAArBA,gBAA6CA,SAAeA;AAE5DA,SAAeA,GAAYA,YAEIA,gBAAjCA;AACOA,gBACHA,SAAqBA,IAE3BA,C;GAEKC,YAA2CA;AAEIA,UAAbA,gBAArCA;A6F13BAA,SAAqBA,IAAiBA;AAClCA,WACFA;KAEAA,Q7Fw3BJA,C;GAMKC,YAGHA,YACFA,C;EAGOC,wBlF1DSA,MkF6DKA;cAbLA,UAAgCA,KAA8BA;AAW5DA,UAGAA,QAFCA;AASjBA,QALYA,GA6BRA,SA1BiBA,oBAGvBA,C;;;GAiC8BC,YpEysE9BA;A6ExlEsBxqI;AAAqBA;CAAzCA;A7E5lCK6mF;AoE6+BL2jD;AACAA,QACFA,C;GAGKC,cACHA,YACFA,C;AvK/9BwBC;EuKk/BjBA,YAAcA,0BAAgBA,C;;GAoBhCC,0BAE8CA,EAAcA;AAE3DA,MAAQA;AACRA,MAAcA;AACdA,MAAyBA;AACzBA,MAAuBA,QAC7BA,C;GAEmBC,YACgBA,aAAYA;AAC7CA,WACEA,MAYJA;AATEA,OAAOA,WASTA,C;GAEyBC,YACsBA,aAAYA;AACzDA,WACEA,MAaJA;AAXEA,OAAOA,WAWTA,C;GAE0BC,YAC2BA,aAAYA,OAC9BA,OAAYA,oBAI3CA,2BAcAA;AAYFA,oBACEA,MAOJA;AANEA,OAAOA,aAMTA,C;GAE0BC,YACuBA,aAAYA,OAC1BA,OAAYA,oBAI3CA,2BAcAA;AAYFA,oBACEA,MAOJA;AANEA,OAAOA,aAMTA,C;;GA/GSC,qBAEDA,MAAIA;AAARA,WACEA,KAAcA;GAGRA;AAARA,WACEA,MACHA,C;;;;;GAQMC,qBAIDA,EAAUA;AAAdA,WACEA,MAKHA,C;;;;;GASCC,sBAEMA,MAAWA;AAAfA,WACEA,KAAkBA;IACLA,WACMA;AAAnBA,cACaA;AAAfA,WACEA;IACaA,UACbA,QgCn7BRA,UACOA,KhCm7BFA,C;;;GAIDA,sBAEMA,MAAIA;AAARA,WACEA,KAAWA;IACLA,WACMA;AAAZA,cACMA;AAARA,WACEA;IACMA,UACNA,QgCj8BRA,UACOA,KhCi8BFA,C;;;GAIIA,sBACDA;AAAJA,WACEA;MACEA;AAAJA,WACEA,OACHA,C;;;GASCC,sBAEMA,MAASA;AAAbA,WACEA,KAAgBA;IACLA,WACMA;AAAjBA,cACWA;AAAbA,WACEA;IACWA,UACXA,QgC79BRA,UACOA,KhC69BFA,C;;;GAIDA,sBAEMA,MAAIA;AAARA,WACEA,KAAWA;IACLA,WACMA;AAAZA,cACMA;AAARA,WACEA;IACMA,UACNA,QgC3+BRA,UACOA,KhC2+BFA,C;;;GAIIA,sBACDA;AAAJA,WACEA;MACEA;AAAJA,WACEA,OACHA,C;;;EnFjpCAC,yBAgBLA,C;AA6PMC;GATOA,WAAiBA,gBC7C5Bx2I,8BA4qBuDw0E,GD/nBfgiE,C;;GArDtCC,cAc+BA,kBC2rHEA;ODzrH1BA,KAAsCA;UAAdA;AAA7BA,KACEA;KAIAA,MAEJA,C;;;GAEAC,YACEA;AAAYA,2BAEsBA,QACFA;AAEhBA,aAAYA,GACxBA;KAOiDA;AACDA,WAAaA;KAAbA;AAAhDA,KACEA,aAINA,OACFA,C;;;GAmCGC,YAA+DA;CAClEA;AAIAA,KAASA,WCu2FwBA,CAzvEPA,SD3mB5BA,C;GARKC,8B;GAUAC,kBCqnBeA,SDnnBhBA,QAASA,eAIbA,C;EAWOC,mCAMwBA;AAETA,MCyjBNA,EDzjBgBA;ARkoD1BA,QQ9nDoBA,GACtBA,iB9GOgBA,IAGCA,O8GOrBA;O9GVoBA;AsGsnDdA,OtGnnDeA;A8GJnBA,oBRorEIA,WkCniFAA,WlC29MAA,US9jLUA,EDviBqCA,IAApBA,YAIjCA,C;;;GApDWC,eACPA,SAAmBA,EEs0CdA,GFr0CNA,C;;;GAKUC,eACPA,SACDA,C;;AA2EIC;IADaA,YACpBA,aAEgBA,OADLA,MAA4BA,QAAQA,EI4mBdA,QJ5mBkCA,EI4mBlCA,SJzmBnCA,C;EAGOC,YACwBA,cAXbA;AAWhBA,8BAA6BA,iBAXGA,CCsgBlBC,EDtgBkBD,wBAWoCA,CAAVA,EAAUA,sBAC3CA,CAARA,EAAQA,uBAAsBA,cAAaA,YAC9DA,C;;GAoBYE,0BAC8BA;CAASA,ECoenCA,EDpeiDA;AAEtDA,GAFkFA;AAEzFA,gBAEJA,C;GAKOC,kCAELA;eAAYA;AAEDA;GACTA;GAASA;GACAA,EC4eeA;GD3efA,EC2eeA;ADhfdA,GAAZA,IAAYA;IASZA,OAAOA,MACMA,GAEFA,cAyCbA,C;GAEKC,gCAC2BA;YAAuCA,IACnDA,CAAhBA;AAGAA;CACAA;GAMAA,EAASA;;AAjLXA,KACEA;GAiLAA,EAASA;;QAZ0DA,GArKnEA;AAkLAA,UAEJA,C;EA4HOC,YAIoBA,UAHEA,MAASA,MACFA;AAElCA,0BApPgBA,ECsgBFJ,EDtgBkBI,mBAoPKA,CAHSA,iBAGEA,CAFNA,oBAEWA,E2DtevBA,O3DuehCA,C;;GA5LaC,cC6tFsBA,iCD5tFDA,QAASA,ECmefA;IDlelBA,c6FxZWA,a7F2ZTA;AyK3YYA,eAA0BA,OzK4YzBA;AACbA;AAA+DA;CAA/DA;AADaA,CAAfA,QwEvYV1kE,SAgVA0kE,SqGtTMA,cAAsCA,SrGrDnCA,2BtE0jDWA,WD/5CW7lD,YD8QS6lD,EAASA,EIuiBdA;AFurCdA,OAAeA,iBDk/BDA,SD/sFgCA;GACvCA,EAAcA;AAA9BA,U9G1XNxrI,SA0rBuBwrI,IAAMA,S8G/TeA;GAAcA;G9GgN5CpqI;GAAQA;GAGPA;GAASA;GA/jBb/R;GAKAA;A8GwWSm8I,CAAhBA,SAAiDA,G9GgKrDn8I,kC8G5JkBm8I;GAAuBA;CAAvBA;AwEtcmBA,SAAoBA;GxEucvCA,EAASA;GoO3dGA;GAAWA;GAA4BA;GAA+BA;ApO8d7FA,GAQUA;AARjBA,a9G0MepqI,IAASA,KsGmqKxBoqI,cAhDAA,SQtzKaA,OACiBA,sB9G+LhBpqI,IAAQA,S8GzLvBoqI,C;;;;;GA+MAC,kBAMHA;sDAGyEA,KIwTxCA;AJrT/BA,gBpFnrBuCA,IoFqrBrBA,eACZA,MA6BVA;AA3BQA;MARmEA,IAUrDA,eACZA,MAwBVA;AAtBQA,MAMiEA,apFnsB9BA,MoFmsBoCA;UAAjCA;KAA2BA;AAArEA,KACEA;QIoS6BA;AJ5R1BA,MAAwBA;AiGnK/BA,CY/UoCA,GZ+UpCA,UjGqKiDA,2BAKnDA,C;GAIKC,yBASHA;AChjB6B/lD,KgFuHC+lD,WhFvHD/lD,UGqzBI+lD,YHrzBJ/lD,WGqzBI+lD,YJpQ5BA;AACHA,MAwCJA,CArC6BA,SiF9bGA,EhF8mBJA;AD7KsBA,OCxjBnB/lD,WGqzBI+lD,U6E9rBHA;I7E8rBGA;AJ5PaA,OCzjBjB/lD,iBgFuHC+lD;AjFsc3BA;AAE2BA,gBAA9BA,YAuBaA,cADqBA,qFATXA,qCAjOkBA,YAAgDA,IAoNzFA;AACMA,mBACkDA,QC6I1CA,ED7IiEA;AACzBA,QC4IxCA,ED5I6DA;AiFgxBrCA,IA3tCRA,EA2tCJA;AjFxwBVA;AACFA;AAGsCA;AA9ZtDA;AAkaUA,mBACFA;IAxOFA,EAASA;SAA4BA,WAavCA;OIgc+BT;AuDzqBnCA,gB3D8DkBU;A2DxDhB52I,MAA6BA;AChN7BA;KACAA;ERvIA2xE;AACAA,UOsVyB3xE;A3DkOP22I,Q2DvVpBC,YP3OIx3I,SACqBC;IpDkkBcs3I;AwEhVvCC,CxEgVID,iBwE9UoBC,KAAiBA,oBxEgUkDD,WAqBvFA;OIwb+BT;AuDzqBnCA,gB3D8DkBU;A2DxDhB52I,MAA6BA;AChN7BA;KACAA;ERvIA2xE;AACAA,UOsVyB3xE;I3D4OZ22I;KAtLFC,MA+J8BD,MA/JMC,EI4mBdV,MJ5mBkCU,EI4mBlCV;AuDzqBnCA,gB3D8DkBU;A2DxDhB52I,MAA6BA;AChN7BA;KACAA;ERvIA2xE;AACAA,UOsVyB3xE;A3D0OP22I,QwEthBpBxrE,YAyIAyrE,SxE+YkCD;GAI1BA,EAASA;AAAbA,WACWA;AACGA;AACIA,CAAhBA,SACIA,EAAcA,GACdA,OC0VkBC,GAruBGhmD,sBD+YU+lD;AAAnBA,CAAhBA,SAAiDA,IAAmBA,cAUlEA;IAAuBA;EAAvBA;AADYA,CAAhBA,QwExkBuCC,QAAoBA,WxE0kBvDD,OC2UoBC,GAruBGhmD;CD4Z3B+lD;IAGEA;AADFA,aI0Z+BT;AuDzqBnCA,gB3D8DkBU;A2DxDhB52I,MAA6BA;AChN7BA;KACAA;ERvIA2xE;AACAA,UOsVyB3xE;A3DyQL22I,S2D9XtBC,YP3OIx3I,SACqBC,6BhDigCU62I;AuDzqBnCA,gB3D8DkBU;A2DxDhB52I,MAA6BA;AChN7BA;KACAA;ERvIA2xE;AACAA,UOsVyB3xE;A3D2QL22I,iBAElBA;EAASA;EACAA;AAGGA;AACAA;AiDxfTC,GjD4fHD,EiD5fFC;WAAmBA,QjD+fnBD;CACAA,WAtNFA,cASiCE;AoD5aRx3I;AADrBD;AOiJJy3I,ePjJIv3I,SACqBD;EOmJrBU,IAA0BA;EAC1BA;ACNF82I;ERtIAllE;AACAA,OpD2ZsDklE;CAAtDA;CAyHAF;AAEAA,YIkeiCT;AuDzqBnCA,e3D8DkBU;A2DxDhB52I,MAA6BA;AChN7BA;GACAA;CRvIA2xE;AACAA,SOsVyB3xE;A3DiMP22I,S2DtTpBG,YP3OI13I,SACqBC,4BhDigCU62I;AuDzqBnCA,e3D8DkBU;A2DxDhB52I,MAA6BA;AChN7BA;GACAA;CRvIA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sgI,6CApbjBn3K;AAMyDC;GA6uCxBk3K;MACfA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;OACfA,MAAiBA;OACjBA,MAAiBA;OACjBA,MAAiBA;OACjBA,MAAiBA;OACjBA,MAAiBA;OACjBA,MAAiBA;AA/0BDA,QAAiBA,C;EAGnCC,6CAvbjBp3K;AAMyDC;GAkwCxBm3K;MACfA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;MAChBA,KAAgBA;OACfA,MAAiBA;OACjBA,MAAiBA;OACjBA,MAAiBA;OACjBA,MAAiBA;OACjBA,MAAiBA;OACjBA,MAAiBA;AAj2BDA,QAAiBA,C;GAG/C3gI,kBACIA;AAYAA;;AAGAA;;aAEWA;;GACdA;GACAA;GACAA;GACcA;GACdA;GACAA;GACAA;GACcA;GACdA;GACAA;GACAA;GACcA;GACdA;GACAA;GACAA;;;;mBAKNA,C;GA4KKE,kBACIA;AAYAA;;;;aAKPA;MAAUA;MACAA;MACAA;MACAA;MACAA;MACAA;MACAA;MACAA;MACAA;MACAA;OACAA;OACAA;OACAA;OACAA;OACAA;OACAA,IACZA,C;GA2BKC,qBACHA;;;;;;;;;;;;;;;;OAgBFA,C;GAgROI,6BAC8BA,MAChBA,OACAA,OACAA,OACAA,OACAA,OACAA,OACAA,OACAA,OACAA,OACAA,OACAA,QACAA,QACAA,QACAA,QACAA,QACAA;AAenBA,WACEA;AACAA,QAoBJA,CAlBwBA;MACtBA;;;;;AAIkBA;;;AAEAA;;;;;;;;;;;AAUlBA,SACFA,C;GAgRKC,0BACgBA,aACAA,OACAA,OACAA,QACAA,OACAA,OACAA,OACAA,QACAA,OACAA,OACAA,QACAA,QACAA,OACAA,OACAA,QACAA,SACgBA,MAChBA,OACAA,OACAA,QACAA,SACAA,QAC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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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", - "x_org_dartlang_dart2js": { - "minified_names": { - "global": "rK,498,UA,647,rJ,647,ae,278,an,279,ad,280,ac,281,a5,283,af,275,d,163,uG,5613,P4,164,fj,5614,a,135,b2,161,cn,409,hg,5615,QT,5616,h9,5617,jZ,5618,RF,5619,eS,200,LD,210,b1,5620,fS,206,lx,132,Tu,208,t,5621,h,5622,b,199,Uh,255,MJ,5623,KE,5624,eW,5625,UT,256,dW,5626,U,165,hS,5625,hR,5627,e8,159,al,5628,te,5629,Qy,5630,D0,5631,iG,5632,ds,5633,Mg,5634,Qu,5635,Un,133,M7,5636,Ki,5637,Qx,5638,Qv,5639,iH,5640,tE,5641,M6,5642,Qw,5643,S2,5628,BJ,195,iw,213,cj,466,z,5644,B,166,az,5628,ui,422,d3,5645,y4,5646,LC,360,fT,5647,y5,5648,v,5649,ce,5650,da,174,NK,5651,GO,5652,mO,5653,V,5654,ck,202,ec,5655,k,204,ep,5656,I,5657,e6,253,xN,5658,xO,5659,KD,5660,TB,361,Ns,5661,lR,5662,bo,5663,aF,5664,xP,1709,D3,5665,BE,5666,yp,5667,ym,5668,x3,418,OT,196,ju,5669,LM,5670,Uu,236,bp,5628,Uz,231,OU,5671,JI,5672,JS,5673,OE,5674,JU,234,P_,233,LN,258,ab,5675,Eh,420,Uv,237,Ut,239,P2,5676,UB,235,iu,240,JP,5677,JQ,5677,JR,5677,H,5678,Jt,5679,i,5680,If,5681,M,172,a2,173,j6,5682,qZ,5683,K1,5684,KH,5628,N3,5628,Ej,5685,oy,5686,dU,5687,UK,243,E9,5688,Ny,5689,Ea,5690,yW,170,xs,171,eg,5691,O6,282,J0,5692,J1,5692,T,277,N,5693,TM,307,kJ,5694,Gb,5695,fR,337,OA,310,p8,5696,iq,5697,ls,5698,LB,5699,TF,308,lt,5700,SB,5701,EZ,5702,cQ,177,EY,5703,Le,5704,vf,5705,ag,406,ve,5706,K,5628,El,419,SZ,5628,r7,273,Iz,5707,F0,5708,F_,5709,Ux,176,Ku,5628,pC,5710,HL,2004,Ot,334,HK,5711,is,333,Jq,5712,TO,311,ig,5713,Gm,5714,Gl,5715,Gk,5716,Ge,5717,Lk,5718,Gf,5719,Gg,5719,Gh,5719,dm,312,bi,5720,h1,5721,c3,214,OF,217,cP,222,mU,5722,Oj,223,UC,224,Gj,5723,eQ,191,Ov,335,Ou,336,JJ,190,Gn,5724,EX,5725,Gc,5726,Gd,5727,Gi,5728,Cy,5729,JT,5730,t5,5731,dE,5428,M4,5628,bc,5732,i5,5733,fO,5734,EA,802,bj,5735,wK,793,fK,5736,bM,5628,bx,5737,xT,5628,Ai,798,jB,350,ci,5738,fe,5628,wj,800,ih,3158,Al,5739,jj,5740,B5,806,jg,5741,a1,3038,cH,5742,b5,5743,j,212,br,548,b6,198,LO,205,Um,211,lw,174,d4,5744,W,203,RT,5745,GX,5746,aP,5628,cG,421,hX,5628,Dp,117,ai,5747,fC,5748,BX,5749,bb,5628,BY,5749,BZ,5749,tt,5750,fB,5751,aM,761,hk,5628,bs,5752,pH,5753,Kw,5754,oJ,5755,Lv,5756,O9,715,c5,5628,k_,5757,rE,5758,P0,257,Jd,5759,dB,5760,L6,5761,Sc,5628,RP,5762,At,5763,D1,428,As,5764,p,5765,Rh,5766,db,5767,MI,5768,Ex,5769,w2,5770,QK,5771,cV,5628,aA,547,ML,5772,MK,5773,iC,408,mL,423,MM,5774,bC,621,ho,5775,aE,5776,bw,776,jW,780,iK,5777,bE,778,bu,781,cd,772,dJ,671,fm,771,wm,5778,QW,5628,mS,742,wn,5778,l,5779,wk,5780,wQ,5781,aR,5782,aT,294,kP,5783,aS,5784,eK,5785,Is,5786,fN,5787,ay,5788,qL,5789,w0,5790,Aj,5791,HN,5792,L,5793,IX,465,NL,5794,SS,5795,GS,385,MN,5628,na,381,xu,5796,P,5797,GU,5798,cE,5799,In,5800,BV,5801,P6,5802,vF,5544,m8,5803,rU,5804,J,496,nG,5805,a9,5806,bD,5807,cz,5808,hu,5809,TS,5810,BW,5811,B6,5812,B7,5812,tP,5813,ov,5814,ou,5815,aO,5816,ot,5817,cu,4978,iT,5818,aa,755,S8,5819,a3,5820,vK,5821,j5,5021,QS,5822,mR,622,Ei,5823,NC,5824,f9,662,aB,5825,xH,5826,vk,5827,bt,5828,ex,5829,nP,5830,S_,5628,iX,5831,m4,5832,AX,840,Kt,5628,vv,5833,j3,82,Lt,87,O5,89,KX,5628,vt,5628,vs,80,ev,97,QI,5834,Mm,5835,Mn,5836,Mo,5837,Kq,5838,UP,242,Mp,5839,JK,85,LG,90,Tj,92,fx,5840,OQ,86,mx,5532,LK,515,i_,5841,QM,5842,og,5534,cc,1294,UM,0,eO,5843,cM,5844,av,5845,bG,17,aj,755,pN,5846,mH,5847,nV,5732,nU,927,bf,5644,v1,5848,Sm,5849,C,5850,id,5628,i4,331,Di,1869,Dj,1869,b0,5851,G3,5852,LH,542,pB,528,HM,2007,Nx,5853,T_,5849,Iy,5854,Aa,5855,E_,5856,yw,5857,jU,5858,yx,5859,yy,5859,yz,5859,yA,5859,O4,38,dZ,5860,IW,5861,TV,514,Tf,512,T7,513,R1,5862,RG,5863,RE,5864,hP,5865,Ar,5866,xj,5867,ki,5868,N2,5628,yS,5869,eF,5868,yR,397,uk,5870,O8,37,dL,506,Ly,36,Lz,35,nW,5628,ir,34,hL,5737,fh,5871,tn,5872,Qi,5873,QE,5874,RO,5875,QF,5876,RM,5877,mk,5878,RI,5879,RJ,5880,RL,5881,RN,5882,RK,5883,QG,5884,bU,5885,ct,5886,cC,5887,b_,5888,vB,5889,NJ,5652,SR,5890,Lu,537,SI,5891,FE,5892,bA,5628,lE,5893,vA,5894,E0,5895,E1,5895,E2,5895,E3,5895,lu,5896,Lx,18,cR,109,P3,95,Kf,5628,Dn,5897,mX,5542,Si,5628,kp,107,dh,5898,Ab,5899,Ac,5899,Ad,5899,Ae,5899,Af,5899,kQ,5900,Lo,5901,GV,5902,kR,353,vC,5903,Mx,5732,QR,5904,aX,41,vy,5905,vD,5906,f7,5907,vz,5908,JY,427,vE,5628,ao,2693,ah,5909,Op,96,OO,175,O,5910,TR,93,vu,83,UQ,94,m,162,vx,5628,vw,81,oc,5911,oA,5912,ug,5913,Lw,756,uh,5913,ca,5914,Nw,5628,nm,5915,t6,5916,nj,5917,eT,497,eU,692,ba,5918,zg,5919,fk,5920,dR,5921,dv,5922,hv,5923,Ne,5628,cb,5924,lS,5925,kB,5926,IU,5927,y2,2865,tp,5928,dG,5929,Qj,5930,QH,5628,JV,543,JW,5931,cg,5932,JX,5931,mI,5933,Ug,544,oo,5934,nk,5935,nh,5936,n5,5937,ik,5938,d1,5628,Fv,5939,kK,5940,GA,5941,SH,5628,Ll,5901,Lm,5942,NH,5943,kL,5944,Gu,5945,FD,5946,FC,342,eP,220,OY,219,lf,5947,tA,2873,co,2862,tB,2873,Dg,1866,Dh,1866,De,5948,Df,5948,T9,326,TN,324,J2,5949,T8,325,J3,5950,SM,5951,oQ,5952,ib,5953,lb,5954,bY,319,Hu,5955,Da,5956,Io,5957,D6,5958,D7,5958,D8,5958,D9,5958,L7,5628,Ip,1801,rG,316,i9,5959,fG,5960,NE,5628,pA,1778,pd,1779,fH,5961,r4,5962,p9,5963,Ic,5964,EI,5965,kE,1890,Id,5966,Db,1863,Fm,5967,Iq,1805,ic,5968,Fn,5969,Ir,1803,SA,5970,Ib,1879,EJ,5971,Sz,5628,p_,317,Gs,5972,fJ,5973,SL,5628,ie,328,Tz,295,T6,329,IZ,5974,J_,5974,lQ,5429,y1,5433,eM,284,OD,285,Oq,289,SQ,5975,SF,5628,F1,288,F3,5976,F5,5977,F6,5977,F7,5977,F2,5978,F4,5979,uT,713,uU,5480,tr,5485,tq,5980,CU,5981,Sa,5982,Ig,5983,CZ,5491,CV,5984,CW,5984,CX,5984,CY,5984,SG,5628,Fk,330,Ax,688,DP,5985,Mh,5628,JH,641,Nz,5628,aN,5986,Qp,5628,Qr,5987,Ld,5988,eH,649,Mf,5628,u1,717,tU,612,D,5989,Nv,5628,di,700,oI,5628,x,847,Eb,634,ue,846,Kn,5990,Sb,5628,dP,754,q7,5991,C0,5992,Hf,5993,oX,5994,H7,5995,H8,5995,H9,5995,cx,4961,aQ,5996,R4,5788,wI,5997,ro,5998,nC,5999,iL,6000,IQ,6001,mo,5628,Sy,6002,zB,6003,KZ,5628,au,6004,ox,5628,Sn,5628,vg,6005,mn,6006,o7,6007,c6,3079,pt,6008,hA,6009,ns,789,ni,6010,lF,6011,Kd,5822,Kc,5822,GZ,5198,bN,6012,Ko,5628,q5,6013,ms,6014,cF,5628,ke,6015,aL,6016,od,6017,S,6018,w,841,am,6019,bL,6020,dO,839,C9,6021,ew,6022,h6,3993,o,6023,B9,6024,xK,6025,cT,6026,fZ,6027,hG,6028,iU,6029,tH,6030,OL,642,cA,6016,n_,6031,KL,6032,Ud,549,dy,5628,w4,6033,mK,623,w3,6034,A5,6035,AW,6036,Bg,6037,Bv,6038,KO,6039,LL,859,JN,6040,cL,770,hz,6041,bX,767,Bq,6042,B2,6043,oa,6044,at,6045,kT,6046,C7,585,Cp,6047,iJ,5628,Kj,6048,un,617,A,6049,Ay,6050,ar,6051,ey,6052,L0,6053,a8,6054,iI,683,TD,606,H0,6055,H1,6055,H_,6056,bQ,6057,il,6058,Jl,6059,fu,6060,Jm,6059,Kz,6061,Jn,6059,Dr,3144,ME,6062,wh,6063,wg,1812,t7,6064,Ds,6065,bP,6066,jL,6067,kb,5732,aD,5628,nT,6068,jc,424,TL,371,J8,372,GP,6069,GQ,6070,eI,6071,bS,6072,St,6073,Oz,379,L8,6074,IM,6075,Nd,6076,hE,432,RS,6077,Sf,6078,RR,6079,Nc,6080,Su,6081,Lh,6082,Sw,6083,Sx,6084,Sv,6085,J5,244,SJ,6086,aq,6087,FG,6088,IY,6089,vH,6090,vI,6090,vJ,6090,dw,6091,Tw,105,x8,6092,FW,6093,Jg,245,FX,6094,Uo,29,fg,6095,fi,6072,IN,6096,Tb,254,Ue,160,rT,6097,o6,6098,iv,6099,N0,6072,MZ,6072,KJ,6100,RQ,6101,Rp,6102,M0,5732,Qd,5904,rR,6103,rS,6104,Th,30,ND,5628,bW,6105,hs,6106,hi,6107,CR,6108,jN,6109,CD,5628,CE,6110,y,6111,mE,120,kf,119,ED,47,Ee,48,A7,6112,DF,6113,Oh,106,hr,526,km,6114,KC,5628,OB,100,R2,6115,vG,6116,wf,6117,wG,6118,wH,6119,R6,6120,Tg,538,dM,6121,fa,6122,lU,6123,f4,6124,i8,6125,U9,468,EH,6126,JF,6127,JG,6127,wR,6128,Ss,6099,Ey,6129,hB,6130,ta,6131,tb,6131,oW,6132,Mr,6133,Mq,6134,NA,6135,Oy,459,I4,6136,T0,6137,Lg,6138,NP,6139,NX,6140,ip,6141,NY,6142,NT,6143,IK,6144,NV,6145,NU,6146,NW,6147,rk,6148,NS,6149,lg,6150,O_,6151,Ls,6152,Lr,6153,JO,116,IL,6154,T3,6155,O0,6156,O2,6157,NZ,6158,NQ,6159,NR,6160,O3,6161,RZ,5628,xp,6162,Rc,6163,T2,6164,O1,6165,NB,6166,T4,6167,Eo,6168,Ep,6169,Sr,6170,En,6171,T1,6172,Ti,458,Ja,6173,Rj,6174,J9,6175,Jb,6176,Jc,6177,FF,6178,Em,6179,M3,6180,Ro,6102,hI,6181,zy,6182,yH,4967,B4,6183,jw,6184,xr,1702,hx,5628,y8,6185,iZ,6186,hw,118,ii,6187,vl,6188,vm,6189,k1,4789,AP,6190,eD,6191,fU,821,Bm,6192,dd,6193,b3,816,hF,5247,jR,5291,ak,666,et,661,i3,6016,e1,5628,rQ,6194,nJ,6195,MC,5628,KK,5628,o8,6196,l1,6197,ku,6198,Iw,6199,eA,6200,HG,6201,Ix,5306,l2,6202,zb,6203,RU,6204,kI,6205,kH,6206,pW,5182,jq,6207,Kx,6016,MD,6016,w8,6208,w9,6208,G8,6209,w5,6210,QZ,5628,u0,6211,dr,6212,R5,5788,G7,6213,Hw,6214,Bp,6215,xU,583,wa,603,Uw,130,eC,6216,xc,131,OV,225,OP,226,LI,227,Ju,228,cK,3344,L_,5628,Nn,6217,dN,5732,yP,6218,N9,5628,cD,6219,yu,6220,Hr,6221,kv,678,E8,6222,E5,5628,bk,6223,t2,6224,c4,6225,t1,6226,cm,6227,nZ,676,KW,5628,eb,5628,L2,5732,i2,6228,GN,2920,lL,664,rn,6229,IP,6230,i6,6231,DW,638,ow,577,hO,578,iV,609,Uf,19,T5,6232,hj,818,h_,6233,jF,6234,Mz,5628,MG,6235,ft,6236,Lc,5628,Nl,5628,Lf,5628,mM,6237,iN,3407,AY,6238,Bw,4763,Bx,6239,Nb,6240,ye,6241,fc,6242,Bh,4800,Lb,5628,dA,673,Bj,6243,MH,5628,x7,6244,rX,6245,DK,6246,fz,6247,Mt,5732,v3,6248,a0,6249,pe,6250,vS,6251,bz,6252,fF,6253,vT,6254,vU,6254,OW,189,UJ,188,Kl,5628,tY,192,TT,193,hZ,6255,jG,98,BH,6256,BI,6257,BG,6258,rF,78,Ol,6259,Ok,6260,On,6261,Om,6262,Oo,6263,hH,6264,Ms,6265,KS,5628,xM,1313,yh,6266,UD,71,Jh,79,Or,73,fd,6267,Bk,6268,kr,6269,A3,6270,Bi,6271,oF,635,E6,575,Bz,581,S0,6272,BA,6273,DL,843,aG,6016,yj,6274,jh,6275,o5,6276,B3,6277,pR,6278,nH,6279,xF,6280,Hq,6281,Be,6282,qu,3399,ff,6283,MS,6284,aY,6285,wV,6286,x6,6287,y9,5628,MB,5628,GK,6288,HD,6289,HE,6290,pY,3461,ij,6291,fb,3473,js,698,xx,6292,xy,6293,nF,636,GH,6294,GG,6295,KA,5628,MY,5628,f8,6296,d0,3043,ej,6297,wp,6298,wq,6298,dQ,6299,wr,6298,wt,6298,cX,5093,wu,6298,wv,6298,dD,6300,ww,6298,wx,6298,dY,5094,wy,6298,wz,6298,d2,3040,wA,6298,ws,6298,dH,5095,Ng,5628,o1,5097,Gr,6301,hV,6302,mC,5628,f5,809,ul,1636,pr,6303,FN,6304,FO,6304,FP,6304,my,5628,mB,5628,cY,6305,dX,6306,iY,808,v5,807,FI,6307,FJ,6307,FK,6307,FL,6308,FM,6309,Nt,5628,kj,743,QA,6310,o0,712,eJ,3192,cw,6311,bv,6312,c9,5732,bT,777,cB,6313,jV,6314,wB,6315,Se,5628,Do,546,v7,6316,v8,6316,v9,6316,ne,6317,oU,6318,An,6319,e5,6320,vb,6321,l3,6322,va,6323,v6,6324,wl,6325,hm,6326,Gq,6327,Ak,6328,Ap,6329,io,3255,pk,3256,Sh,5628,DB,744,Dz,6330,dc,5732,KY,6331,Rw,5628,hN,774,cO,3237,yC,6332,yF,6333,yE,6334,yD,6335,hK,773,Rv,5628,d6,6336,jC,5788,ob,4808,GY,6337,GI,6338,n3,6339,kz,6340,be,6341,bd,6342,cl,6343,aV,6344,dl,6345,Fu,6346,jr,6347,n4,6348,Tx,629,n1,3476,Tv,628,GE,6349,aH,695,Jj,6350,yB,584,wo,711,Kv,6351,Dw,6352,AJ,6098,EE,47,Ef,48,CS,6108,GF,6353,Hg,6354,lG,6355,GD,6356,Hh,6357,jy,6358,Rr,5628,Ob,614,lH,6359,SU,6360,q8,6361,Ha,6362,i1,6363,x_,6364,Hb,6365,Hc,6365,Hd,6365,kd,6366,f0,6367,fs,6368,NF,6368,Ft,6369,bm,6370,eZ,6371,ch,6372,bh,6373,Q,6368,F,501,q,6368,Ox,502,c1,6374,c2,6375,iF,6368,Az,6368,eY,6368,bZ,6376,kS,6377,wZ,6378,ee,5628,cs,677,t0,6379,qQ,6380,kc,6381,N7,5628,I1,6382,QD,5628,AU,6383,uD,572,Bo,6384,bg,5628,hT,6385,hQ,6386,Jf,482,nQ,6387,l7,6388,X,5776,AI,2692,fE,767,TQ,7,Qq,5628,eE,6389,hJ,6390,jT,480,Nh,6391,hf,6392,Nf,6393,zU,574,EO,6394,zS,6395,Bn,6396,EP,6397,EQ,6397,ER,6397,ES,6397,iE,6398,qC,6399,EM,6400,EN,6401,ks,6402,aK,6368,Ky,6368,u7,6403,AR,6404,M5,6405,er,6406,Hz,6407,HB,6408,HA,6409,j9,601,nl,613,wW,6410,ek,6411,V4,6412,xX,6016,Sl,6413,pU,6414,DQ,6415,G5,5590,Sk,6416,EU,6417,Sj,5628,pX,6418,uz,6419,ya,6420,Ho,6421,GC,6422,DO,720,EV,6423,kt,6424,So,6368,eG,6368,mZ,6368,Kp,6368,he,6368,Sq,6368,Kr,6368,Qs,6368,QV,6368,Qm,6368,RC,6368,lP,6425,nn,6426,m2,6427,Qo,6368,mb,6428,mr,6429,mu,6430,or,6431,os,6432,oC,6433,m9,6434,nY,6435,m3,6436,mQ,6437,cZ,6438,QL,6368,oN,6439,Mc,6368,Mb,6368,Md,6440,R3,6368,dq,6441,Qn,6368,op,6442,KV,6368,bl,6443,Kh,6368,bB,6444,Kg,6368,dp,6445,cp,6286,oL,6446,kV,5350,ze,6447,z9,6448,z8,6449,za,6450,qe,6451,k3,6452,Hm,6453,qf,6454,zd,6455,Hn,6453,Ke,5628,p0,6456,ET,6457,Bt,6458,t_,741,hp,6459,B1,6460,QC,6461,ux,6462,pn,6463,uv,3035,uw,3035,po,6464,Ao,6465,Fy,6466,pm,3034,uL,6467,L5,5628,we,6468,B_,6469,B0,6470,CF,737,QB,6471,uM,6472,fI,6473,Fz,6368,Rg,6368,Ty,564,M1,6368,MP,5628,ng,566,Qf,6368,Qe,6368,qd,6474,S9,5628,Fr,6475,Jk,6476,cN,2097,c0,6477,Ow,563,Jr,6478,Tk,368,CN,6479,CM,369,xL,6480,kw,5628,G4,3533,kC,6481,My,5628,o9,5397,vM,740,uB,5628,f2,696,Hl,6482,ht,6483,Hi,6484,MX,5628,tC,6485,Hj,6486,yt,6487,AO,6488,EW,6489,Hk,6490,kA,6491,ys,660,iR,6492,hy,6493,jO,6494,mW,3336,fL,5138,jS,6495,wL,6496,yv,6497,rD,586,MF,6498,Gw,6499,ez,6500,By,6501,Gy,6502,Gx,6503,jt,6504,Rs,5628,Bf,4747,AL,6505,q3,6506,z0,571,zc,6507,Gz,6508,wM,6509,bJ,6510,hn,6511,wO,6512,wN,6513,N1,6016,KU,6016,KR,6514,nr,6515,yf,6516,MV,6517,MU,6518,yc,6519,Ni,6368,yd,6520,TE,710,np,6521,yb,6522,e0,6523,RX,6524,q6,6525,tv,6526,tu,6527,H3,6528,H4,6528,Fe,6529,ty,6016,hq,6530,bH,215,Av,6531,kx,5628,Ff,5421,I5,1857,Ia,1979,Fb,6532,Fd,5411,Fc,6533,hW,6534,La,5628,lO,5443,wT,5628,m1,6535,mY,5628,S1,5628,u2,6536,vd,6537,k6,3572,BL,6538,CH,6539,kg,6540,I8,6541,C1,3574,C2,6542,BO,6543,nd,576,Fh,6544,vW,6545,pF,6546,qO,6547,Aq,6548,BP,6543,f3,6549,pG,6550,Nm,5628,Np,5628,BR,738,BB,739,p5,6551,vX,6552,lM,6553,G6,6554,xG,5628,oT,6555,KT,5628,HQ,6556,AT,4775,jM,6557,BQ,6558,II,6559,BN,6560,HP,6561,k5,6562,Fj,6563,No,5628,Fi,6564,jA,6565,o_,6566,nv,6567,BK,845,Sp,5628,R8,5628,r8,6568,IG,6569,IH,6569,QU,6570,wE,6571,IE,6572,IC,6573,Cq,6574,mj,6575,ID,6576,RD,6577,AV,6578,DY,6579,IF,6580,oM,682,AZ,4797,Ri,6581,j8,6582,Ra,6583,p6,6584,L1,6016,yO,6585,Qt,5628,t3,6586,fv,6587,tj,6588,Qh,6589,Rq,6590,eB,6591,AN,6592,IB,6593,AS,6594,u9,573,BC,580,wU,644,jm,605,DE,610,FT,6595,ap,6596,FS,5448,iW,6597,vj,6598,vn,6599,eh,6600,MQ,5628,ei,3081,wJ,3077,tO,3076,pV,3075,QY,6601,UG,462,US,758,uX,6602,TK,759,P5,758,To,760,mJ,762,Je,6603,TA,763,Of,764,QJ,5628,mq,550,rm,5609,xa,5611,pZ,6604,ST,6605,NG,5628,H2,6606,G0,757,GW,6607,w6,4921,w7,6608,SW,6609,SV,5896,Du,6610,to,4668,Li,6611,yk,6612,jI,6095,o4,6613,fn,6614,f,6615,RW,6616,o2,6617,o3,6618,AB,6619,AD,6620,AG,6621,Re,5628,AF,6622,bR,6623,cy,6624,AH,6625,AE,6626,AC,6627,KM,6628,RV,6629,wi,6630,zY,4868,oe,4870,nu,4875,IS,6631,jd,6632,tQ,6633,GB,6634,A1,6635,R9,6636,fM,6637,Bb,6638,EF,4200,HH,4201,Fw,4202,Il,4203,J7,858,xq,1704,HV,4236,ka,6639,a4,829,hh,6640,Im,6641,HT,6642,Rn,6643,yg,6644,vL,1585,Nk,6645,Nj,6646,Ce,6647,Nu,5628,oG,6648,oH,659,oS,6649,KN,6650,me,6651,Km,5628,ix,221,dx,6652,tZ,6653,GR,6654,Gv,2028,tf,6655,D4,6656,BF,6657,yq,6658,H5,6659,b4,6660,H6,6661,yn,6662,FY,6663,md,115,u_,1552,mf,6664,bV,6665,mc,6666,cq,6667,Cb,6668,Cd,6669,Ca,6670,Cc,6671,z3,6672,fw,6673,MR,5788,xQ,6674,S5,5628,SY,6675,SX,6676,NN,6677,MW,6678,Rk,6679,HI,6680,Cm,6681,Cn,6681,Co,6681,Cs,4611,ok,6682,Mi,6683,Cr,6684,N_,5628,Rl,6685,Tc,852,fP,6686,Ci,6687,e_,6688,fQ,851,e4,856,J6,6689,I_,6690,HW,6691,HX,6691,HZ,6692,HY,6691,om,6693,Ml,6694,Cj,6695,oj,6696,UN,691,S6,6697,Mj,6698,Mk,6699,L3,5628,KP,6039,Uy,46,Jv,6700,Jw,6700,Jx,6700,Jy,6700,Jz,6700,JA,6700,JB,6700,JC,6700,cf,6701,k4,6702,jD,6703,jo,6704,iO,1101,kq,1099,kk,6705,jx,6706,k9,6707,jp,40,zR,1100,DH,6708,DI,6708,DG,6709,DC,6710,C3,6711,C4,6711,C5,6711,R7,5628,x0,6712,x1,6712,S3,5628,Sg,6713,hY,6714,L9,6715,Dt,6716,BU,6717,U6,66,BS,6718,Jo,6719,JD,6720,e2,6721,LF,6722,b8,64,e7,6723,c8,61,nR,6724,zH,6725,dI,485,eL,6726,zG,6727,zN,486,BT,483,A0,6728,N4,6729,jQ,6730,eu,6731,R_,6732,jb,6733,wb,6734,mD,6735,zJ,6736,by,6737,ua,6738,zw,6739,zF,6740,u5,6741,zW,6742,N8,5628,Me,5628,zV,6743,UO,59,zO,62,Jp,58,eX,2,lv,6744,qN,6745,uZ,1233,N5,6746,zP,6747,Qk,5628,LP,110,tX,479,nL,6748,AK,2649,Hs,6749,nM,6750,e3,6751,zX,478,zj,6752,M2,5628,t4,569,z1,6753,zK,6754,u8,6755,zv,6756,zE,6757,LE,111,l0,6758,vh,6759,eN,6760,vi,6761,Mv,6762,d7,6763,nD,6764,NI,5628,NO,5628,Mu,6765,rl,6766,ef,6767,Ks,6768,h5,6769,IO,6770,j0,6771,FZ,6772,kl,6773,yT,6774,kN,6775,yU,6776,Iu,534,Iv,6777,I2,6778,I3,6778,HO,6779,kM,529,UE,27,it,28,u4,6780,zh,6781,zt,6782,KQ,6783,zk,6784,zi,6785,zs,6786,zp,6787,zo,6788,N6,5628,zL,2712,Mw,6789,j1,6790,zT,568,M8,6791,M9,6792,Ma,6793,OZ,557,zn,6794,zl,6795,Fs,6796,MT,6797,Bl,6798,oP,6799,zQ,6800,Rm,6241,zm,6801,Oa,21,K0,20,Td,8,zC,6802,Nq,6803,FA,6804,KB,5628,wD,50,Fl,6805,jE,6806,Ba,6807,QX,5628,w1,731,zZ,6808,Bc,6809,A_,6810,tG,6811,OC,788,Ui,672,kn,6812,AQ,6813,UF,765,Fg,6814,BM,6815,nS,6816,Dc,1871,Dd,1871,Te,302,Ta,327,J4,6817,Cl,6818,Ck,4156,Ch,6819,IR,6820,Bd,6821,Ev,6822,wX,4865,Hv,6823,Fo,6824,DV,3893,p7,6825,Og,460,O7,6826,QQ,6827,zq,6828,QP,6829,j2,6830,ax,6831,Nr,6832,MO,6833,bO,6834,Ct,6835,Cu,6835,Sd,6836,Gp,6837,D5,1860,q_,6838,rH,640,nf,6839,U7,640,Na,6840,Ag,6841,hM,6842,NM,6843,Js,668,nX,779,RA,5628,Rz,5628,RB,5628,Ry,5628,Ru,5628,Rx,5628,Rt,5628,im,6844,Ah,6845,xS,365,pQ,6846,Ln,5901,tw,702,tR,6847,tx,5423,tz,6848,Ql,5628,iD,561,UU,1,K5,500,Ji,6849,wc,6850,SK,5628,qq,6851,Hy,6852,Hx,6853,Ik,6854,k8,6855,G,6856,R0,5628,f6,524,UI,516,G9,6857,Ga,6857,hl,6858,JZ,6859,K_,6859,U8,467,JE,6860,pM,69,Oc,6861,K3,6862,UL,461,K4,6862,KI,5732,Rf,5904,fr,6863,xA,6864,xB,6865,xC,6865,xD,6865,uc,6866,K2,6867,Rd,6605,Oi,24,TJ,6868,r3,6869,tL,6870,tM,6870,Tt,6871,RY,394,cv,6872,h4,6873,j7,6874,jn,6875,hC,6876,hD,6877,jH,6878,Ii,6879,t9,6880,h7,6881,es,6882,xZ,6883,wF,6884,A6,6885,tN,6886,L4,6887,mG,6888,oi,6889,oh,6890,Am,6891,tm,967,zr,6892,ub,6893,kD,6894,rV,6895,rh,6896,GL,49,Dk,6897,xk,6898,xm,6899,CP,6900,CT,6901,vr,6902,kF,6903,zM,63,fl,6904,zI,6905,jz,6906,DJ,6907,Kk,6908,V_,6909,n2,6910,j_,6911,KG,6912,c,6913,n6,6914,n8,6915,xo,6916,n9,6917,A4,6918,eo,6919,el,6920,KF,6921,aC,6922,em,6923,jv,6924,n7,6925,en,6926,Fp,6927,vp,6928,mN,6929,Ek,6930,oR,6931,uj,6932,dt,6933,bn,6934,xb,1646,Vj,6935,Vk,6936,Vl,6937,Vm,6938,Vp,6939,Vq,6940,Vo,6941,Vn,6942,Vs,6943,Vr,6944,DD,6945,nw,6946,nz,6947,nA,6948,yJ,6949,nx,1107,yK,6950,ny,248,yL,6951,yM,6952,yN,6953,nB,6954,pf,6955,r0,6956,It,6957,F8,6958,Ie,6959,FR,6960,FQ,6961,Ht,6962,IV,6963,HJ,6964,xh,6965,xg,6966,xR,6967,y3,6968,IJ,6969,y7,6970,Cv,6971,I0,6972,I7,6973,qU,2096,tk,6974,tl,6975,ud,6976,vq,6977,xt,6978,xw,6979,xv,6980,GT,6981,Er,6982,Es,6983,Vt,6984,z4,6985,xi,6986,VH,6987,R,6988,rW,6989,rZ,6990,t8,6991,tK,6992,tT,6993,ma,6994,f_,6995,iP,6996,uq,6997,iQ,6998,ur,6999,aJ,7000,ha,7001,us,7002,cr,7003,du,7004,ut,7005,uu,7006,uH,7007,mt,7008,v_,7009,v0,7010,mv,7011,mw,7012,v2,7013,v4,7014,vo,7015,j4,7016,r,7017,vO,7018,vP,7019,vQ,7020,vR,7021,wd,7022,d_,7023,wP,7024,jk,7025,jl,7026,wS,7027,nb,7028,xY,7029,y6,7030,yi,7031,yl,7032,yo,7033,jK,7034,d5,7035,yr,7036,yQ,7037,jP,7038,yY,7039,z5,7040,z6,7041,nO,7042,zx,7043,zz,7044,d8,7045,zD,7046,d9,7047,A8,7048,BD,7049,C6,7050,Cx,7051,CG,7052,de,7053,CI,7054,df,7055,CJ,7056,dg,7057,CK,7058,CL,7059,D2,7060,oB,7061,cI,7062,oD,7063,Dx,7064,Dy,7065,dj,7066,cJ,7067,DM,7068,DN,7069,DU,7070,dk,7071,oO,7072,E4,7073,dV,7074,Eq,7075,Eu,7076,ky,7077,i7,7078,F9,7079,Fx,7080,pv,7081,Go,7082,qg,7083,I6,7084,Ij,7085,Fa,7086,G2,7087,Lj,7088,VC,7089,qR,535,Ih,7090,EG,7091,uI,7092,x2,7093,yZ,7094,HC,7095,dC,7096,xJ,7097,dF,7098,yX,7099,A9,7100,Dm,7101,dT,575,E7,7102,tV,7103,UZ,7104,mF,7105,xe,7106,Eg,7107,xd,7108,Ec,7109,Ed,7110,vY,7111,u6,7112,zA,7113,Gt,7114,nN,7115,as,7116,h8,7117,tD,7118,dK,7119,jX,7120,aW,7121,A2,7122,c7,7123,dS,7124,fy,7125,ko,7126,oE,7127,tI,7128,tJ,7129,DT,7130,h0,7131,EB,7132,oZ,7077,m7,7133,tc,7134,td,7135,tg,7136,h2,7137,z_,7138,rY,7139,CO,7140,UW,5732,uP,7141,mm,7142,p4,7143,lK,7144,EK,7145,EL,7146,lN,7147,re,7148,mh,7149,iS,7150,DS,7151,ed,7152,iB,7153,iA,7154,k0,7155,FB,7156,uO,7157,uA,7158,G1,4652,hd,7159,lX,3074,hc,7160,cW,7161,Hp,7162,mp,7163,uV,7164,uW,7165,cU,7166,xW,7167,Lq,7168,mV,7169,je,7170,Lp,7171,kG,7172,mz,3041,mA,7173,nI,3042,jf,7174,jY,5092,DR,7175,IA,7176,ia,7177,ti,7178,th,7179,iM,7180,tS,7181,no,7182,vc,7183,FH,7184,w_,7185,FU,7186,Fq,7187,vZ,7188,VD,7189,VE,7190,HR,7191,GJ,7192,xf,7193,x9,7194,He,7195,uQ,7196,Vx,7197,Vz,7198,Vy,7199,vN,7200,uy,7201,zf,7202,c_,7203,VA,7204,Vh,7205,nq,7206,Vg,7207,DZ,7208,k7,7209,hU,7210,lW,7211,oV,7212,zu,7213,m_,7214,m0,7215,m6,7216,tF,7217,u3,7218,uf,7219,hb,7220,m5,7221,wC,7222,yV,7223,Cw,7224,uR,7225,oK,7226,Cz,7227,DX,7228,k2,7229,uo,7230,fo,7231,yG,7232,bK,7233,uE,7234,uF,7235,uJ,7236,Va,7237,V9,7238,mP,7239,y0,7240,eq,7241,f1,7242,nc,7243,mi,7244,um,7245,bF,7246,up,7247,HU,7248,VF,7249,i0,7250,Br,3510,ji,7251,Bs,7252,uC,7253,qw,7254,HF,7255,ml,7256,Bu,3412,AM,7257,CB,7258,kh,7259,z7,7260,Ew,7261,fq,7262,fp,7263,C8,7264,Vc,7265,Vb,7266,Vd,7267,Ve,7268,uK,7269,ol,7270,Cf,7271,y_,7272,DA,7273,lT,7274,tW,5601,ts,7275,on,7276,pq,7277,xE,7278,n,7279,Dl,6897,xl,6898,xn,6899,CQ,6900,h3,7280,jJ,7281,z2,7282,AA,7283,V8,5847,xz,815,Dv,7284,lV,7285,vV,7286,uN,7287,oY,7288,ja,7289,mT,7290,uY,7291,fD,7292,D_,7293,I9,7294,Aw,7295,x5,7296,B8,7297,xI,7298,CC,7299,yI,7300,G_,7301,V0,7302,mg,7303,of,7304,Cg,7305,VB,7306,V2,7307,dz,7308,wY,7309,n0,7310,lJ,7311,x4,7312,IT,7313,uS,7314,le,7315,nE,7316,VG,7317,nK,3345,xV,7318,nt,3343,C_,7319,oq,7320,fA,7321,lI,7322,Ez,7323,lY,7324,lZ,7325,oz,7326,Et,7327,CA,7328,Au,703,EC,7329,Dq,7330,ri,6896,GM,49,pb,4,pu,1231,qm,7331,qn,7332,kW,7333,kX,7334,kY,7335,kZ,7336,q4,7337,qV,7338,qW,7339,rj,7340,pl,7341,pw,7342,px,7343,py,7344,pz,7345,pD,7346,pE,7347,pS,7348,pT,7349,q9,7350,qa,7351,qb,7352,qc,7353,qh,7354,qi,7355,qo,7356,qp,7357,qM,7358,l9,7359,la,7360,qS,7361,qT,7362,r_,7363,r5,7364,r6,7365,lc,7366,ld,7367,r9,7368,ra,7369,rq,7370,rr,7371,rs,7372,rt,7373,rv,7374,rw,7375,rz,7376,rA,7377,rB,7378,rC,7379,q1,7380,q2,7381,qj,7382,qk,7383,r1,7384,r2,7385,rf,7386,rg,7387,pa,7388,qX,7389,qY,7390,p1,7391,p2,7392,p3,7393,pg,7394,ph,7395,pi,7396,pp,7397,qr,7398,qs,7399,qt,7400,qJ,7401,qK,7402,rb,7403,rc,7404,rd,7405,rp,7406,pI,7407,ps,7408,pP,7409,FV,7410,lp,7411,ru,7412,l8,7413,lo,7414,lr,7415,pj,7416,qx,7417,qy,7418,qz,7419,qA,7420,qB,4796,q0,7421,qD,7422,qE,7423,qF,7424,l4,7425,l5,7426,l6,7427,qG,7428,qH,7429,qI,7430,qP,7431,pO,7432,lh,796,li,7433,lj,794,lk,7434,ll,7435,lm,7436,ln,792,pJ,7437,pK,7438,pL,7439,qv,4738,kO,7440,l_,7441,ql,7442,lq,7443,rx,7444,ry,7445,kU,7446,HS,7447,pc,7448,TG,26,TU,72,Tq,99,rI,259,Rb,7449,OX,134,RH,7450,LJ,184,UR,194,Y,197,VU,201,VR,218,VS,230,SC,7451,SD,7452,SE,7453,TP,309,Vf,5628,TH,321,Os,322,TI,323,Tl,354,Tm,355,Tp,367,Tn,382,Us,386,Ur,395,Qz,7454,SN,7455,SO,7456,MA,7457,S4,7458,ON,747,Qg,7459,S7,7460,SP,7461,QO,7462,QN,7463,OM,714,VT,5531,VW,5535,VQ,5537,VO,5538,VY,5539,VZ,5541,W_,5543,UY,5547,V3,5548,Vv,7464,V1,7465,Vw,7466,VP,5564,VK,5565,Vi,7467,UX,7468,V5,5896,V6,7469,V7,7470,VN,5576,VM,5577,VL,5578,VI,5579,VJ,5580,VV,5583,VX,5599,Vu,5732,LQ,5547,LR,5548,Pj,6935,Pk,6936,Pl,6937,Pm,6938,Pp,6939,Pq,6940,Po,6941,Pn,6942,Ps,6943,Pr,6944,LU,7464,ly,5732,rM,5579,LV,5580,LT,7467,a_,5543,K7,7302,Pc,7238,Pd,7237,aI,5531,K6,6909,P7,7468,iy,5541,fW,7465,LW,5599,Pt,6984,PM,5537,b7,7104,PO,5535,PF,6987,PL,5564,Pv,7466,rL,7317,PN,5583,Pi,7205,Ph,7207,PJ,5576,PI,5577,PH,5578,Pw,7197,Py,7198,Px,7199,P8,7307,PA,7306,Pz,7204,PC,7189,PD,7190,Pb,5847,Pu,5732,P9,7469,Pa,7470,LS,5896,lz,7265,PE,7249,Pe,7266,Pg,7268,Pf,7267,PK,5538,PB,7089,K8,5539,PG,5565,dn,7471,u,7472,aU,7473,Ka,7474,a7,7475,e,7476,aw,7477,bI,7478,a6,7479,OH,7480,TY,7481,TZ,7482,U_,7483,U4,7484,U3,7485,E,7486,bq,7487,fX,7488,P1,7489,UH,7490,TC,7491,Qb,7492,Qc,7493,Q0,7494,Ua,7495,eV,7496,JL,7497,LA,7498,lB,7499,OR,7500,rO,7501,b9,7502,lA,7503,Q4,7504,ea,7505,Q_,7506,Q3,7507,fY,7508,Z,7509,fV,7510,aZ,7511,OJ,7512,Uc,7513,Ub,7514,OI,7515,PY,7516,Q5,7517,OG,7518,U1,7519,U0,7520,Tr,7521,Kb,7522,eR,7523,LY,7524,PZ,7525,rN,7526,lC,7527,Q6,7528,lD,7529,PV,7530,JM,7531,cS,7532,PX,7533,Q7,7534,PS,7535,Oe,7536,Od,7537,e9,7538,Q2,7539,iz,7540,LX,7541,PR,7542,PP,7543,rP,7544,Q8,7545,OK,7546,U5,7547,PQ,7548,UV,7549,PT,7550,Q1,7551,LZ,7552,PU,7553,K9,7554,M_,7555,Q9,7556,PW,7557,Qa,7558,Up,7559,Uq,7560,U2,7561,TX,7562,Ts,7563,OS,7564,Ul,7565,Uk,7566,Uj,7567,TW,7568", - "instance": "pp,7569,wI,7570,vT,7571,wK,7572,Db,7573,el,7574,xi,7575,wz,7576,xw,7574,wE,7577,wP,7578,xx,7579,vH,7580,wO,7581,wF,7582,lf,7583,ps,7584,vi,7585,wD,7586,wC,7587,xL,5628,pr,7588,wB,7589,xB,5628,wQ,7590,EG,7591,wG,7592,EF,7593,wN,7594,vV,7588,wv,7595,wW,7590,wM,7596,hv,7597,vU,7598,D9,7573,vY,7599,v1,7600,wL,7601,em,7599,hw,7602,vZ,7603,xH,5628,wc,7571,en,7603,wf,7604,EY,7604,wn,7605,wj,7606,xy,7592,wd,7607,x4,7608,wi,7577,xM,5849,x5,7609,pi,7592,Fe,7610,zb,7611,wU,7612,vR,7592,Fa,7613,wS,7614,xC,5874,EZ,7604,pf,7588,wT,7592,xE,5628,iV,7592,vI,7615,iT,7616,iU,7617,vJ,7618,xD,5904,w0,7619,w8,7620,pg,7592,pw,5628,xa,7592,GF,7621,w6,7622,wg,7597,vK,7623,pk,7580,hz,5628,wh,7602,xr,7615,pj,7624,wR,7625,xs,7618,pn,7616,xv,7626,wV,7627,zU,7628,pm,7629,xK,5628,xu,7630,vM,7631,x6,7632,lc,7633,pl,7634,xJ,5628,wY,7635,vN,7636,xq,7615,px,5628,w3,7592,vL,5752,xp,7615,l3,7574,w_,7637,vW,7638,xb,7570,xI,5628,dq,7579,vX,7639,x7,7640,xn,7615,pd,7641,G6,7642,pq,7643,xh,7592,x0,7606,wo,7580,pe,7630,v2,7600,xo,7618,le,7644,hu,7592,l9,7645,xg,7646,x_,7647,wp,7616,x9,7648,xd,7633,ek,7622,w7,7626,pa,7649,wq,7650,iX,7574,xl,7615,l7,7651,l4,7652,eY,7653,l8,7592,hy,7579,wZ,7577,xm,7618,x8,7654,xj,7615,xk,7623,vG,7655,Fc,7655,xG,5904,xA,5904,DN,7656,xe,7574,wm,7657,wX,7592,xf,7579,vP,7658,w2,7627,vQ,7620,vO,7659,x3,7660,l6,7661,xt,7592,l5,7662,b9,7626,wr,7663,xF,5628,bD,7664,w5,7665,lg,7630,pb,7592,bs,7592,wb,7666,w1,7646,eX,7667,d4,7646,ph,7668,wl,7669,wJ,7572,w4,7670,wk,7579,pt,7671,fu,7616,Fb,7613,wa,7571,al,7571,w9,7672,xc,7592,wt,7673,wA,7674,Da,7573,po,7675,iW,7588,iS,7571,hx,7616,we,7676,ld,7677,wy,7678,ws,7679,wH,7606,pv,5628,wu,7680,pc,7659,vS,7620,lb,7681,wx,7630,ww,7637,la,7634,r7,7682,DU,7683,gDU,7683,z7,7684,gz7,7684,jV,7685,C5,7686,mD,7687,EA,7688,yh,7689,ys,7690,G_,7691,ly,7692,gly,7692,km,7693,ho,7694,gho,7694,sho,7694,DD,7695,gDD,7695,nj,7696,m4,7697,va,7698,pA,7699,FT,7700,Ev,7701,ms,7702,bN,7703,mY,7704,gmY,7704,smY,7704,ku,7705,gku,7705,vf,7706,op,7707,gop,7707,sop,7707,i4,7708,gi4,7708,d_,7709,DL,7582,Bu,7710,bn,7664,je,7711,iw,7712,giw,7712,siw,7712,t6,7713,tS,7714,ie,7627,m1,7715,jS,7716,ka,7717,gka,7717,e6,7718,fg,7719,p,7720,hg,7721,ghg,7721,shg,7721,uK,7571,pG,7722,k6,7591,Fs,7723,gFs,7723,sFs,7723,or,7724,kk,7672,m6,7725,Et,7726,CN,7727,gCN,7727,AG,7728,io,7729,gio,7729,AN,7730,dZ,7573,EQ,7731,eW,5819,Er,5890,iR,7732,t2,7733,ay,7734,vE,7735,fq,7736,Bs,7737,gBs,7737,yF,7738,gyF,7738,qd,7739,ye,7740,gye,7740,kc,7741,yC,7742,gyC,7742,kS,7585,ox,7623,p7,7743,Gg,7744,gGg,7744,sGg,7744,pQ,7745,BZ,7746,gBZ,7746,vD,7747,gvD,7747,svD,7747,rn,7748,qG,7749,F3,7750,gF3,7750,p2,7751,Fi,7752,gFi,7752,sFi,7752,n8,7753,n2,7754,aV,7755,AI,7756,gAI,7756,qb,7757,nk,7696,zF,7758,gzF,7758,Gz,7759,qq,7760,gqq,7760,DB,7761,gDB,7761,cA,7604,fj,7762,og,7763,m3,7764,C,7765,ur,7766,od,7767,god,7767,sod,7767,Fw,7768,dv,7769,gdv,7769,b7,7676,ni,7770,gni,7770,sni,7770,nN,7771,gnN,7771,snN,7771,v4,7772,FO,7773,mP,7774,gmP,7774,smP,7774,yI,7775,En,7776,yr,7777,lK,7778,glK,7778,iK,7779,im,7780,gim,7780,rS,7781,grS,7781,srS,7781,Ck,7782,Ao,7783,gAo,7783,vB,7784,oG,7785,hd,7786,FR,7787,gFR,7787,yf,7740,dU,7788,rj,7789,nG,7790,gnG,7790,snG,7790,zL,7791,gzL,7791,n1,7656,lz,7792,nM,7793,gnM,7793,snM,7793,CG,7794,BR,7795,EW,7796,ri,7797,iv,7798,giv,7798,siv,7798,m,7799,gm,7799,uT,7800,qP,7801,ko,5752,f1,7802,gf1,7802,Ep,7803,gEp,7803,sEp,7803,EK,7804,sEK,7804,ew,7805,u5,5771,gu5,5771,Av,7806,gAv,7806,fP,7807,EB,7808,dJ,7809,bY,7810,Gp,7811,dE,7812,tm,7813,bA,7613,dw,7814,gdw,7814,Af,7815,Ew,7816,A9,7817,By,7818,ru,7819,yH,7820,gyH,7820,FC,7821,gFC,7821,sFC,7821,aq,7822,zm,7823,gzm,7823,dL,7824,gdL,7824,kR,7825,gkR,7825,skR,7825,DJ,7586,p3,7826,gp3,7826,mb,7827,dj,7828,G3,7829,jd,7830,gjd,7830,A,7659,uW,7831,guW,7831,Dt,7832,gDt,7832,sDt,7832,mG,7833,p8,7834,yR,7835,gyR,7835,D3,7836,lJ,7837,glJ,7837,kH,7607,bX,7838,FH,7839,Gr,7840,u9,7841,gu9,7841,FD,7842,gFD,7842,sFD,7842,m8,7843,BJ,7844,gBJ,7844,tk,7845,t8,7846,gt8,7846,st8,7846,CM,7847,gCM,7847,mn,7848,gmn,7848,tD,7849,hJ,7850,Ba,7851,yP,7852,eQ,7853,b8,7854,cr,7855,Ds,7856,CO,7857,gCO,7857,cB,7588,FW,7766,t0,7858,GX,7859,gGX,7859,bQ,7860,gbQ,7860,sbQ,7860,t3,7861,n_,7862,AF,7863,gAF,7863,Bi,7864,zV,7865,gzV,7865,AS,7866,tz,7867,i_,7868,Dr,7661,ci,7869,cL,7870,gcL,7870,uE,7871,kb,6644,ux,7872,oR,7873,uL,7874,pI,7875,o4,7876,i2,7877,kB,7605,hs,7878,hf,7871,bt,7879,gbt,7879,o6,7880,go6,7880,so6,7880,B5,7881,gB5,7881,qB,7882,gqB,7882,uq,7883,yg,7689,gyg,7689,eD,7884,kG,7885,zq,7886,gzq,7886,CW,7887,eR,7888,j_,7889,Fp,7890,gFp,7890,sFp,7890,oB,7891,a0,7892,ga0,7892,mu,7893,eq,7894,Dx,7895,os,7724,kl,7668,Gc,7896,ju,7897,qR,7898,dr,7899,gdr,7899,uP,7900,fR,7901,yZ,7902,Gl,7903,mU,7904,gmU,7904,ei,7905,lN,7906,A6,7907,oM,7908,on,7909,gon,7909,son,7909,Gw,7910,AW,7911,zu,7912,gzu,7912,GZ,7913,rY,7914,oI,7915,ym,7916,D_,7917,iN,7918,ra,7919,Dw,7920,gDw,7920,sDw,7920,rP,7921,f3,7601,tU,7922,Co,7923,gCo,7923,nu,7104,gnu,7104,zz,7924,vw,7925,gvw,7925,svw,7925,Aj,7926,kh,7927,u1,7928,Dk,7929,FN,7930,tn,7931,rQ,7932,bO,7933,it,7934,CV,7713,Z,7579,oC,7935,goC,7935,EX,7718,ug,7936,v6,7937,Dc,7938,gDc,7938,to,7939,nS,7940,gnS,7940,snS,7940,bu,7941,rv,7942,rO,7943,grO,7943,b4,7944,vq,7945,CU,7946,yQ,7947,pL,7948,hR,7949,yK,7950,o3,7636,eH,7652,dH,7951,gdH,7951,Fl,7952,b1,7646,tQ,7953,gtQ,7953,qh,7954,pJ,7955,i1,7761,AC,7956,oL,7957,o5,7958,go5,7958,so5,7958,fH,7959,gfH,7959,cW,7960,ds,7961,fA,7962,iL,7963,DP,7614,lH,7964,AJ,7965,pz,7966,ky,7967,tG,7968,gtG,7968,Gm,7969,Fm,7970,t5,7580,E0,7971,gE0,7971,C_,7972,Cc,7973,aS,7974,bi,7975,gbi,7975,sbi,7975,Du,7976,sDu,7976,EO,7977,gEO,7977,j7,7978,A_,7979,C9,7980,kN,7981,FJ,7982,gFJ,7982,sFJ,7982,c9,7983,fk,7984,Gn,7985,tr,7986,c1,7987,gc1,7987,sc1,7987,D1,7988,bd,7599,q4,7989,Dh,7990,gDh,7990,sDh,7990,tj,7991,vu,7992,xY,7993,oK,7994,Eo,7995,r9,7827,Ae,7815,gAe,7815,fz,7996,tq,7997,pU,7998,cI,7999,hm,8000,a3,8001,ga3,8001,sa3,8001,oj,8002,q9,8003,b3,8004,Fq,7890,H1,8005,gH1,8005,E,8006,gE,8006,sE,8006,tC,8007,oV,8008,goV,8008,z2,8009,tL,8010,gtL,8010,eO,7638,a2,8011,ga2,8011,hG,8012,ER,8013,gER,8013,sER,8013,dt,8014,hl,8015,jE,8016,F,8017,gF,8017,bP,8018,hZ,7938,Ak,8019,gAk,8019,er,8020,ED,7674,gED,7674,xV,8021,p0,8022,gp0,8022,sp0,8022,fb,8023,kZ,8024,gkZ,8024,skZ,8024,v_,8025,gv_,8025,y0,8026,Ff,8027,zd,8028,xR,8029,gxR,8029,dC,7661,Cr,8030,Ex,8031,uU,8032,bM,8033,ks,7678,jT,8034,nE,8035,gnE,8035,snE,8035,kF,8036,EJ,8033,gEJ,8033,rE,8037,xU,8038,dX,8039,cN,5862,CJ,8040,aL,8041,A0,7760,ib,8042,te,8043,pO,8044,Df,8045,oY,8046,T,8047,ce,544,q0,8048,bq,8049,gbq,8049,sbq,8049,cX,8050,r8,8051,yL,8052,a4,8053,FY,8054,ty,8055,a8,8056,ga8,8056,lS,8057,glS,8057,oh,8058,goh,8058,r5,8059,F1,7741,rt,8060,Cy,7659,gCy,7659,cz,7615,ll,8061,du,8062,fe,7944,yw,8063,u7,8064,jQ,8065,Aa,8066,gAa,8066,ad,8067,qY,8068,me,8069,gme,8069,DR,8070,oU,8071,goU,8071,ud,8072,Be,8073,ex,8074,gex,8074,uz,8075,mp,8076,gmp,8076,h2,8077,gh2,8077,c2,8078,lU,8079,oJ,8080,D6,8081,mt,8082,ja,8083,FX,8084,Dn,7868,l_,8085,GE,8086,De,8087,nR,8088,gnR,8088,snR,8088,iY,8089,giY,8089,p_,8090,kv,7657,qf,8091,CE,8092,vd,8093,lE,8094,uG,7913,zC,8095,gzC,8095,qO,8096,DF,8097,gDF,8097,lO,8098,uw,8099,cb,8100,j2,8101,dW,8074,jv,8102,oX,8103,eC,7575,dT,8104,zS,8105,gzS,8105,BF,8106,DG,8107,eJ,8108,geJ,8108,seJ,8108,lr,8109,fS,8110,l1,8111,gl1,8111,ht,7735,oy,8112,tv,8113,gtv,8113,an,8114,r6,8115,DE,8116,gDE,8116,qw,8117,fd,7869,ok,7969,F0,8118,gF0,8118,sF0,8118,h6,8119,gh6,8119,sh6,8119,mK,8120,smK,8120,n3,8121,gn3,8121,qH,8122,uo,6610,Gd,8123,Cx,8124,br,8125,rk,8126,DI,7584,tK,8127,gtK,8127,zf,8128,b5,7580,vc,8129,dF,8130,h1,7680,Bp,8131,ck,8132,i0,7868,bk,8133,t4,8134,yW,8135,ah,8136,ca,7594,FF,8137,f9,8138,EU,8139,tR,8140,FP,6610,Bd,8073,gBd,8073,lx,8141,Cs,8030,oS,8142,kA,8075,m2,8143,rK,8144,kW,8145,tt,8146,uF,8147,jD,8148,F_,8149,u3,8150,jW,8151,gjW,8151,hj,8152,hD,8153,ct,8154,iG,7651,GN,8155,gGN,8155,tV,7718,ee,7569,nT,8156,gnT,8156,snT,8156,q3,8157,H3,8158,gH3,8158,ul,8159,gul,8159,sul,8159,lt,8160,uV,8005,Ax,8161,B6,7881,Cd,8162,md,8163,lj,8164,rX,8016,bH,8165,gbH,8165,fp,8166,Br,8167,mq,8168,qX,8169,ha,7984,DZ,8170,gDZ,8170,rz,8171,nq,8172,gnq,8172,snq,8172,ui,8173,gui,8173,sui,8173,fo,8174,js,8175,qN,8176,qQ,8177,zx,8178,cG,8179,gcG,8179,q7,8180,ih,7606,a9,8181,ga9,8181,sa9,8181,ve,8182,jk,8183,gjk,8183,Es,8184,Ag,8185,gAg,8185,Gx,7590,vA,7784,zo,8186,gzo,8186,ow,8187,zl,8188,zH,8189,gzH,8189,kU,8190,D0,7589,vh,8191,gvh,8191,svh,8191,aR,8192,CC,8193,Gu,7571,z1,8194,BE,8195,kE,7662,A3,8196,gA3,8196,kK,7937,fG,8197,yY,8198,Ey,8199,gEy,8199,eF,8200,tb,7594,yD,8201,GH,8202,gGH,8202,yy,8203,qF,8204,gqF,8204,dc,8205,gdc,8205,vy,8206,BG,8207,rU,8208,Bj,8209,gBj,8209,AY,8210,k_,7680,gk_,7680,Gq,7811,u_,8211,gu_,8211,tA,8212,B7,8213,gB7,8213,ev,8214,gev,8214,GY,8215,gGY,8215,kr,7653,ik,8216,gik,8216,oN,8217,bF,8218,gbF,8218,pZ,8219,F9,7869,mh,8220,pK,8221,nv,8222,gnv,8222,snv,8222,Gy,8223,gGy,8223,sGy,8223,h0,8224,S,8225,gS,8225,sS,8225,B2,8226,mJ,8227,Cp,7923,DK,8228,uk,8229,o9,8230,AP,8231,uJ,8232,ro,8233,z9,8234,gz9,8234,qC,8235,gqC,8235,yv,8236,F2,8237,gF2,8237,f2,8238,gf2,8238,sf2,8238,r0,8239,y5,7875,iq,6590,d2,5819,k0,7593,mQ,7838,gmQ,7838,kj,8240,gkj,8240,c3,8241,ts,8242,uN,8243,guN,8243,B3,8244,gB3,8244,dQ,8245,zP,8246,jZ,8247,hQ,8248,a6,7645,lV,8249,E8,8250,BU,8251,oi,8252,goi,8252,rC,8253,bh,7578,qi,8254,Gk,7903,fD,8255,rV,8256,nJ,8257,Ga,8258,bv,7630,u6,8259,Bf,8260,gBf,8260,zj,8261,Go,8262,CR,8263,gCR,8263,sCR,8263,jo,8020,gjo,8020,F5,8264,m5,8265,uH,8266,guH,8266,BO,8267,gBO,8267,eE,8268,geE,8268,BL,8269,bT,8270,gbT,8270,sbT,8270,jL,7673,hC,8271,qa,8272,co,8273,dS,8274,BC,8275,Fn,8276,gFn,8276,sFn,8276,hh,8277,dh,8278,um,8279,gum,8279,tX,8280,z0,8281,EL,8282,gEL,8282,il,8283,gil,8283,hA,7966,nK,8284,lm,8285,DH,8286,tP,7622,zA,8287,gzA,8287,yx,8288,hn,7585,AM,8289,t_,8290,bG,8291,gbG,8291,FK,8292,qo,8293,ti,8294,dR,8295,gdR,8295,mO,7665,qp,8296,bg,7581,Aq,8297,gAq,8297,cH,8298,gcH,8298,jr,8299,t7,8300,t1,8301,z4,8302,qM,8303,jn,7894,gjn,7894,qu,8304,lR,8305,L,8306,qT,8307,A8,8308,tp,8309,C0,7949,Ch,8310,D7,7838,jM,7601,ep,8311,yE,8312,Cz,8313,gCz,8313,Ai,7926,gAi,7926,EN,7622,pF,8314,fO,8315,kz,7642,bW,7884,gbW,7884,b0,8316,fF,8317,ya,8318,Ab,8066,ma,8319,dB,8320,cD,8321,u,8322,gu,8322,su,8322,CS,8323,gCS,8323,sCS,8323,e5,7618,u2,8324,mV,8325,hX,8326,ghX,8326,shX,8326,mW,8327,gmW,8327,smW,8327,p1,8328,W,8329,gW,8329,cp,8330,gcp,8330,kT,8331,Fo,8332,ai,7572,Ac,8333,gAc,8333,Cn,8334,BM,8335,cs,8336,eg,7616,vl,8337,jH,8338,n9,8339,lY,8340,glY,8340,E9,8341,mk,8342,Bz,8343,gBz,8343,q_,8344,Ci,8345,u4,8346,gu4,8346,zT,7711,gzT,7711,E1,8055,jF,7624,jm,8347,zt,8348,bR,8349,k,8350,gk,8350,sk,8350,oH,8351,GD,8086,gGD,8086,zY,8352,c6,8050,CX,8353,Fd,8354,jf,8161,gjf,8161,lh,7966,mI,8355,AB,8356,C7,8357,zc,8028,gzc,8028,hN,8358,yt,8359,hi,8360,Dz,8361,gDz,8361,sDz,8361,k9,8362,gk9,8362,sk9,8362,uf,8363,z3,8364,AV,8365,lW,8105,Fr,8366,An,8367,qk,8368,kD,8369,gkD,8369,skD,8369,AH,8370,j9,8371,ov,7583,Dj,8372,cM,7659,Gt,8232,Do,7868,hc,8373,yO,8374,cY,8375,vv,7826,oO,8376,B8,8213,aK,8377,gaK,8377,hK,8343,kx,8378,gkx,8378,skx,8378,jt,8379,pV,8380,nQ,8381,gnQ,8381,snQ,8381,Fy,8382,gFy,8382,sFy,8382,qz,8383,xS,8384,BQ,8385,E6,8386,gE6,8386,sE6,8386,ao,7616,iu,8387,giu,8387,siu,8387,rw,8388,ed,8389,i6,8390,oq,7724,BV,8391,oQ,8392,ec,8393,eN,6610,yU,8394,rR,8395,grR,8395,yp,8396,xO,8397,zB,8287,dk,8398,k7,8399,mR,8400,gmR,8400,smR,8400,H_,8401,gH_,8401,cw,7597,kV,8402,cP,7633,uZ,8403,guZ,8403,zI,8189,Gb,8404,CT,8405,gCT,8405,sCT,8405,t9,8406,gt9,8406,uv,8407,guv,8407,bV,8408,AO,8231,gAO,8231,zG,7758,td,8409,jI,7679,cd,8410,gcd,8410,v3,8411,qZ,8412,a7,7590,qm,8095,he,8413,d7,8414,gd7,8414,zn,7823,mM,7302,zp,8186,nx,8415,gnx,8415,snx,8415,dP,8416,uM,8417,y3,8418,qL,8419,r4,8420,qK,7730,gqK,7730,A1,8421,gA1,8421,zJ,8057,B1,8422,ir,8423,GL,8424,o0,8425,go0,8425,so0,8425,bB,7643,Bk,8426,gBk,8426,xT,8427,oA,7650,u8,8428,gu8,8428,Cg,8429,fU,8430,rb,8431,BP,8432,ji,8433,E5,8434,iP,8435,aH,7653,jG,8436,gjG,8436,kd,8437,gkd,8437,M,8039,C8,8076,c8,8089,rf,8438,yX,8439,zk,8188,gzk,8188,C1,8440,cl,8441,ob,8442,gob,8442,sob,8442,h8,7655,eU,8443,G4,7967,gG4,7967,tx,8444,ey,8445,G1,8446,gG1,8446,iD,8447,DQ,8448,bE,8449,gbE,8449,oE,8450,Al,8019,zK,8451,nL,8452,gnL,8452,snL,8452,Cu,8453,rs,8454,kI,7666,CI,8455,D2,8456,nI,8457,hU,7670,lQ,8458,eI,8459,geI,8459,P,8460,gP,8460,ml,8461,aT,7671,e8,8462,mz,8463,tJ,8464,z_,8465,cE,8466,lI,8467,FG,8468,eS,8469,geS,8469,seS,8469,FQ,8470,gFQ,8470,sFQ,8470,CZ,8471,X,8472,gX,8472,q8,8473,fJ,8474,yc,8475,gyc,8475,nw,8476,gnw,8476,snw,8476,tO,8477,z8,7684,ft,8053,Dp,7635,C3,8478,ix,8479,gix,8479,six,8479,eV,8480,geV,8480,y8,8481,rr,8482,grr,8482,E7,8483,gE7,8483,sE7,8483,Ar,8297,rZ,8484,grZ,8484,srZ,8484,FS,7700,gFS,7700,jx,8485,EC,8486,cj,8487,gcj,8487,scj,8487,cF,8488,lM,8489,hS,7641,AU,8490,gAU,8490,Bo,8131,gBo,8131,u0,8491,ab,8492,kQ,8493,gkQ,8493,skQ,8493,Dd,8494,zN,8293,gzN,8293,Ea,8495,gEa,8495,sEa,8495,mf,8496,pN,8497,mH,8498,da,7663,CY,8471,gCY,8471,Ap,7783,v9,8499,r3,8500,FZ,8501,q6,8180,eZ,8029,G8,8502,iF,8503,B_,8504,iB,8505,giB,8505,siB,8505,iQ,7732,hE,8506,ghE,8506,FM,7930,gFM,7930,lC,8507,glC,8507,pu,8508,nP,8509,gnP,8509,snP,8509,AA,8356,gAA,8356,mi,8510,Di,8511,Fj,6590,th,8512,tf,7868,F6,8513,F8,8514,vj,8515,kw,8516,bU,7692,hb,8517,G0,7691,e9,7821,q1,8518,CA,8313,Dm,7868,fw,8519,rI,8520,AX,8210,gAX,8210,nV,8521,gnV,8521,snV,8521,hp,8522,ghp,8522,shp,8522,l0,8085,dD,7667,vr,8523,cn,8524,C2,8478,gC2,8478,kM,8525,As,8526,gAs,8526,tc,8527,of,8528,rW,8529,mr,8530,rM,8531,bJ,8532,np,8533,dN,7677,nz,8534,uD,8535,h5,8536,gh5,8536,sh5,8536,cg,7644,I,8537,gI,8537,fh,8538,DA,8539,dz,7681,tg,7868,n7,8540,gn7,8540,sn7,8540,EV,8541,qA,8542,hO,8543,jw,8544,nl,7625,bZ,8545,am,8546,ea,8547,gea,8547,sea,8547,nY,8548,gnY,8548,snY,8548,FI,7839,p9,8549,gp9,8549,fC,8550,Cq,8551,uj,8552,iA,8553,giA,8553,siA,8553,ez,7675,aJ,8554,w,8555,kt,8556,CF,8557,Az,8558,bm,5862,j0,8559,aP,7626,Bt,7737,Bq,8167,gBq,8167,yG,8560,un,7643,y_,8026,gy_,8026,ki,8561,ic,8562,GI,8563,sGI,8563,jC,7670,k8,7612,zs,8348,gzs,8348,qW,8564,d9,8565,y9,8566,uA,8567,rL,8568,BS,8569,oW,8570,h3,8399,dY,7596,uB,8571,vs,8572,Ez,8573,Gf,8574,gGf,8574,sGf,8574,p6,8575,gp6,8575,sp6,8575,dm,7676,FU,8576,AZ,8504,gAZ,8504,EI,8577,gEI,8577,qx,8578,ES,7922,aY,8579,jz,8580,gjz,8580,BY,8581,fa,8582,gfa,8582,Gh,7913,CD,8583,us,7766,r_,8584,cU,8585,jh,8586,oe,8587,F4,7750,nD,8588,e_,7634,Ce,8037,gCe,8037,Dq,8589,hT,8463,yM,8590,H0,8591,as,8592,oD,7621,yz,8593,hB,7998,D8,8594,BX,8595,D5,7594,uu,7691,nC,8596,pD,8285,eA,8597,rh,8598,f5,7577,Fg,8599,up,8600,gup,8600,dV,8601,lk,8602,lv,8311,glv,8311,tw,8603,FL,8604,rD,8605,EH,8606,gEH,8606,lZ,8607,o7,7653,eG,8608,ff,8609,gff,8609,GC,8610,sGC,8610,DY,7685,jp,8611,j6,8612,nO,8613,gnO,8613,tY,8614,gtY,8614,Cl,8615,jy,8616,uR,8617,guR,8617,yJ,8618,jU,8619,kp,5752,BH,8620,gBH,8620,d6,8621,gd6,8621,e7,8546,ge7,8546,rH,8622,grH,8622,Ad,8333,EP,7977,bC,8623,jO,539,pC,8624,iH,8625,vx,8626,gvx,8626,svx,8626,y4,7875,gy4,7875,aU,7637,ej,8125,fv,8627,zy,7924,gzy,7924,mL,8628,Fv,8629,zw,8178,gzw,8178,tN,8630,gtN,8630,aa,8631,eu,8632,geu,8632,E_,8633,gE_,8633,v8,7709,ut,8054,yu,7692,v7,8634,ou,8635,gou,8635,sou,8635,mo,7686,gmo,7686,yl,8636,fi,8637,gfi,8637,sfi,8637,n5,8638,gn5,8638,sn5,8638,Ah,8185,qg,8639,py,8640,EM,8641,gEM,8641,sEM,8641,aX,8642,gaX,8642,fQ,8643,gfQ,8643,nt,7622,hM,8644,ghM,8644,CQ,8645,gCQ,8645,sCQ,8645,Eu,8646,kP,8647,rJ,8648,vz,8649,oa,8650,goa,8650,q5,8651,gq5,8651,DM,7647,d3,8652,Am,8367,gAm,8367,Dl,7868,dK,7653,nU,8653,gnU,8653,snU,8653,ET,8654,tI,8655,ua,7703,gua,7703,uQ,8656,guQ,8656,rA,8657,ax,8658,kL,7957,ol,7985,EE,7593,gEE,7593,AQ,8659,gAQ,8659,oT,8660,H2,8661,gH2,8661,DO,8662,nZ,8663,gnZ,8663,snZ,8663,nn,7674,fE,8664,DC,8665,h7,8666,gh7,8666,es,8667,eP,7629,uI,7811,zW,7865,ny,8668,gny,8668,sny,8668,yS,8669,gyS,8669,ap,7639,nr,8670,gnr,8670,snr,8670,Ay,8671,h,7571,c4,6368,lT,8079,glT,8079,eo,8672,vt,8673,bc,8674,gbc,8674,ak,8675,Fz,8676,gFz,8676,sFz,8676,uC,8677,mT,7671,v5,8678,GM,7600,gGM,7600,tl,8679,pH,8680,y7,8681,nX,8682,gnX,8682,snX,8682,k5,8683,Gs,8684,lA,8685,G5,8528,Cw,8686,v,8043,eB,8687,geB,8687,seB,8687,K,7580,BK,7844,Bh,8688,jg,8689,CH,8690,GK,8691,hq,8692,CB,8693,yV,8135,gyV,8135,zE,7830,lD,8694,glD,8694,d5,8695,nm,7680,N,8696,gN,8696,DW,8697,Ct,8698,ns,8699,gns,8699,sns,8699,fN,7649,BT,7797,lu,8700,fn,8701,ij,8702,bp,7622,lG,8703,glG,8703,d1,8704,gd1,8704,eT,8705,Ft,7723,pW,8706,Cb,8707,BD,8708,bf,8709,nF,7869,pS,8710,ar,8711,gar,8711,n6,8712,GA,8713,uh,8714,guh,8714,suh,8714,tH,8715,uS,8716,G2,8717,gG2,8717,sG2,8717,xW,8718,gxW,8718,jb,8719,vp,8720,o2,8721,go2,8721,so2,8721,zi,8261,gzi,8261,jR,8722,dd,8723,gdd,8723,G7,8724,jB,8082,gjB,8082,hL,8725,GJ,8726,cT,8727,gcT,8727,o_,8728,go_,8728,so_,8728,hH,8729,cO,8730,yk,8731,tE,8732,gtE,8732,stE,8732,Bx,8733,z6,8734,Dy,8735,gDy,8735,lw,8736,rp,8737,vF,8738,gvF,8738,GO,6062,gGO,6062,lF,8739,glF,8739,fK,8740,qE,8741,gqE,8741,n0,8742,qv,8743,E4,544,gE4,544,mw,8744,gmw,8744,d8,8267,j1,8745,yA,8746,gyA,8746,Bc,8747,iz,8748,giz,8748,siz,8748,AR,8659,fB,8749,Cv,8744,jK,8750,b6,8751,rl,8752,tT,7714,iJ,8753,c5,8262,fl,8754,gfl,8754,Aw,7806,A4,8196,tu,8755,q2,8756,om,8757,gom,8757,som,8757,be,7603,cS,7602,jj,8758,Ca,8759,l2,7658,cm,7570,yB,8746,mC,8760,hF,8761,ghF,8761,zv,7912,mj,8762,kn,8763,h9,8764,gh9,8764,sh9,8764,jN,7938,FA,8765,gFA,8765,sFA,8765,no,8766,iC,7700,CL,8767,mX,8768,hW,7587,bK,8769,lp,8770,nH,8771,gnH,8771,snH,8771,G9,8535,oF,8772,U,8652,cc,8511,Fk,6590,AT,7850,gAT,7850,zM,7791,ue,8382,vg,8773,fM,8485,gfM,8485,j5,8774,gj5,8774,Au,8775,qr,7817,gqr,7817,E3,8212,gE3,8212,cJ,8776,f0,8777,gf0,8777,v0,8778,gv0,8778,ze,8128,gze,8128,zQ,8779,gzQ,8779,cC,8262,m9,8780,bb,8781,qJ,8289,gqJ,8289,E2,7867,gE2,7867,bS,8782,GG,8783,gGG,8783,iE,8784,rB,8785,cZ,8786,ef,8787,d0,8435,dA,8788,vk,8789,qS,8790,Bm,8791,gBm,8791,Fx,8792,zD,8095,ls,8793,i5,8794,rg,8795,bj,8796,mF,8797,jP,8798,re,8799,nA,8800,gnA,8800,BI,8620,pT,8801,m7,8226,gm7,8226,lL,8802,A2,8421,pY,8803,kq,8676,FB,8765,mB,8804,Bw,8805,yi,8806,ip,8807,gip,8807,j4,8808,vo,8809,At,8775,gAt,8775,lq,8810,Cj,8811,av,8812,gav,8812,sav,8812,FV,8576,GB,8152,pB,8813,oc,8517,pP,8814,BW,8815,za,8234,kX,8816,lo,8817,qt,8818,nW,7631,j8,8819,m_,8820,Gj,8821,lP,7835,kY,7826,hr,8822,ghr,8822,kC,8823,gkC,8823,ig,8824,af,7583,xQ,7966,D,8018,yn,8825,uY,8826,guY,8826,yo,8827,rq,8828,ln,8488,gln,8488,Cf,8829,B0,8422,gB0,8422,bI,8830,gbI,8830,Bv,8805,gBv,8805,qe,8831,rF,8832,Bn,8791,qD,8833,z5,8734,gz5,8734,CK,8834,gCK,8834,mE,8835,gmE,8835,smE,8835,Dg,8836,rT,7659,mx,8837,yN,8838,h4,8839,Bg,8840,AD,8841,gAD,8841,iM,8842,f4,8843,cV,8844,ii,8845,dn,8846,BN,8847,aE,8848,de,8849,kf,7944,fT,8850,gfT,8850,oZ,8402,f6,8851,sf6,8851,mZ,8852,gmZ,8852,vb,8853,rm,8854,is,8855,gis,8855,sis,8855,B9,7851,gB9,7851,C4,7848,BA,8856,dI,8857,lB,8858,vm,8859,tW,7604,oz,8860,hY,8100,ot,8861,my,8862,Ge,7871,gGe,7871,uX,8863,guX,8863,o1,8864,go1,8864,so1,8864,aA,8865,gaA,8865,yb,8866,AE,8867,xN,8868,DS,7592,gDS,7592,pX,8869,xX,8718,iZ,8870,Gv,7910,mm,8871,zr,7886,mN,8872,gmN,8872,smN,8872,p4,8873,gp4,8873,ql,8261,mv,8874,FE,7842,yj,8875,CP,8876,fc,7617,rG,8877,bl,8788,hI,8878,ghI,8878,tZ,8879,gtZ,8879,qU,8880,gqU,8880,A7,8308,gA7,8308,eh,8881,qy,8383,zX,8352,gzX,8352,iI,8882,giI,8882,uc,8883,c7,8884,mc,7827,f_,8313,hk,7908,AK,8885,eb,7653,geb,7653,pM,8886,jA,8622,vC,8887,n4,7576,ba,8888,gba,8888,mA,8889,qc,8890,hV,8891,i3,8892,oP,8893,a5,7595,aQ,6286,cq,8894,gcq,8894,Fh,8895,gFh,8895,sFh,8895,t,7592,zZ,7979,gzZ,7979,zg,8896,gzg,8896,a_,8897,ga_,8897,ke,8898,gke,8898,V,8899,gV,8899,y6,8900,gy6,8900,xP,8901,D4,7596,m0,8902,B4,8244,jl,8183,tM,8903,gtM,8903,A5,7907,gA5,7907,ac,7574,pR,8904,nB,8905,gnB,8905,j3,8906,kg,7610,rN,8030,F7,8513,zR,8779,lX,8526,qs,8689,li,8907,kJ,8908,kO,8909,C6,8357,gC6,8357,tF,8585,qn,8451,gqn,8451,Eq,8910,Bb,8747,gBb,8747,Fu,8911,cK,8912,gcK,8912,hP,8913,Bl,8426,yT,8669,yq,8914,Cm,8314,aM,8915,Dv,8916,jJ,8917,di,7669,ub,7934,gub,7934,mS,7868,DV,8918,gDV,8918,sDV,8918,DX,8919,Y,8920,gY,8920,jq,8921,vn,8922,rd,8923,AL,8924,qV,8925,zh,8896,jc,8926,DT,7810,oo,8927,goo,8927,soo,8927,fI,8928,iO,8929,giO,8929,uO,8930,guO,8930,qj,8254,aO,8931,fL,8932,BB,8933,iy,8934,giy,8934,siy,8934,ta,8935,gta,8935,sta,8935,pE,8204,gpE,8204,zO,8246,gzO,8246,mg,8936,uy,8937,dM,8058,p5,8938,gp5,8938,sp5,8938,qI,8820,xZ,8939,yd,8475,o8,8940,go8,8940,Gi,8821,l,8941,i,8942,j,8943,dO,8944,dl,8945,fs,8946,B,8947,fm,8948,O,8949,H,8950,xz,8951" - }, - "frames": "i6IA8KWwvRqB;kBErJqC5rBAAAA12EgC,A;AAaKuiG2C;AA0CnD7vGAEqC0D8vGiB,AAsBtBCAAAA9tEACnDEN8B,O,A,A;6BHRtC3hCQ;8mCA46BIsmFoB;wDAQmBrYAG9yBIudAA3HoB7pDa,Q,A;uBH46BvCquEmB;AACY9uRU;AAAZw5OACqrNNu1CwC,A;ADprNMCAC4rNNDyC,A;mBD3rNM54BS;mBACA9DU;2HAQetFAG7zBIudAA3HoB7pDa,Q,A;sBH27BvCwuEACwuJNFuD,A;ADvuJMDmB;AACY9uRU;AAAZw5OACqqNNu1CmC,A;ADpqNMCAC4qNNDyC,A;mBD3qNM54BS;mBACA9DsB;yBAEyBryPQKx+BOkvRI,A;ALw+BnB11CACgqNnBu1CwC,A;mBD7pNoDjwGiB;iDAClD0yEOI52BQu9BoE,A;WJ82BRv9BOI92BQu9B0D,A;gDJy3BkBhiCAGx1BHudAA3HoB7pDgC,Q,A;AHm9BO0uEQ;AAA9CjvRAAgBDFO,OAC+B8+Ka,AAD/B9+KAKzgCiCkvRI,A,A;ALw/BlC11CACgpNJu1CwC,A;AD9oNICACspNJDyC,A;4BDjpNSKqB;gBACXhqBsB;OAEI4pBAC8oNFDoC,A;AD7oNc7uRAAMTFO,QAC+B8+KU,A;AAPyBuwGK;AAAWCI;AAA1DpvRAAMTFAKzgCiCkvRI,A,A;ALmgCpC11CACqoNFu1CyB,A;qrBC7mPiChiCACsIRudAA3HoB7pDgC,Q,A;QDVX4uEI;AAAWCM;qEAwK3CFsB;AACAGuB;AACACAD60NFTwD,A;AC50NEDmB;sBACAz8BU;sBACA8DS;YAIE64BADm8OJDgD,A;ACj8OM/uRO;SAAAAAG/MgCkvRI,A;AH8MlC11CAD07OJu1CsC,A;6CCp8OEKK;OAoBEGkB;AACAEAD8wOJVgD,A;gHFtgPF7+FO;w/EY2CWw/FSC2dTCAElgBA9xCC,W,qE;KHuCS6xCQ;qCAWFESCucPDAEzfA9xCC,W,C;AHuCS6xCiB;KAWFEO;qNIkXUnjGG;kBAGJAG;yLAwCEhTS;UAAoB08EG;UACA9DG;oDAQDw9BoB;gDAQjBAqB;iHAeepjGG;EAAqBqjGuC;uDEpfvD5/FO;yCCJwC6/FU;AAuBxCjxGQ;4BCoe0CkxGAAAA5jGoC,A;AA5S1CtNAAAAAQAIgBswGqB,oBAOEaAlB69LhBlBoD,A,O,A;CkBx+LFjwGAAAAAAAekBoxGuB,A,A;sBA2f8CCe;6CA2VOCS;AAIRCS;AAkBTCY;AAiBeC0B;AAkD5CCY;AAmQcCI;AAkGgCCuC;AAxdvExgGO;wbL7hCApRAAAAAAACYAADkU2BAkB,C,eClU3BAADkU2BAAAPRA6C,A,A,2BCzTG6xGC,kB,A;kCO+DlC7xGAAAAAAAWE8xGsM,A,A;wEC3D4BCoE;UAEpBCkGrB88LR/BmC,A;UqB18LQ+BkGrB08LR/BmC,A;UqBt8LQ+BmGrBs8LR/BmC,A;UqBl8LQ+BoGrBk8LR/BmC,A;UqB97LQ+BwGrB87LR/BmC,A;WqB17LQ+ByGrB07LR/B4C,A;WqBt7LQ+B4GrBs7LR/B4B,A;AqBl7LQ+B6GrBk7LR/BwB,A;sBqBp6LAgCAAhEMCArByuPNjCoF,A,A;QqBtqPEmCAA9DIJArB+9LN/B8C,A,A;oaqBl3LiBqCS;gDAGAAS;4CAEAAS;6CAGAAS;uEAGAA2B;aAGAA4B;4BAOKPwE;kEAUT/xGmB;OAQAAqB;OAQAA0B;iBAQAAqB;OAQAAqB;OAQAAwB;iBAQAAqB;OAQAAmB;OAQAAwB;iBAQAAmB;OAQAAmB;OAQAA0B;iBAQAAoB;OAQAAmB;OAQAA0B;kBAQAAsB;OAQAAoB;OAQAAwB;kBAQAAqB;OAQAAoB;OAQAAwB;OAQAAqB;OAQAAoB;OAQAAsB;iDE1SeuyG6B;0EA+BvBvyGAAmI+BwyGAAAAxyGyBC9JtCAAAAAAa,A,A,A,A;OD2BOAiBAqEDAOA0M2ByyGS,AADjCzyGACyhBAAAAhXqD0yGI,A,A,A,A;2BD7RfCG;QAEhBt7BS;AAAmBAS;AACtB9DS;AAAoBAM;oCC9KvBwBAEmhBQ8gBQ,A;kJFhgBF9gBAEggBE8gBQ,A;8BF5fJ+cI;+JA09BNCS;0DG17BUzhGSAJqC0hGU,A;aAMlD9yGSA+CoBoRAArD8B0hGU,A,A;0IC5ClD9yGY;iEAYAAY;wEAcAAY;+DAUAAY;YAGJAY;iJCqGE+yGAA9BqBplGAA8IZ3NG,I,A;qYAuUEgzGQ;saCgCmCC+B;AAoCbCiB;AA9B1ClzGAAAAA2DAYEx6KmEAyWW2tRwB,oCAIACiB,qCAGAC2B,oCAGACe,qCAGACyB,yC,A,A;CAlYbvzGAAAAAAAYEx6KAA6XWguRc,A,A,A;iWAgD+BpCmB;yBAE/BAY;oCAGAkCe;qCAGACyB;yBAUECmB;2BAIAAiB;+BAIFCoB;+BAGACkB;gEA+CECqB;wBAGECA9BuuMf3DuD,A;0E8BrtMiDmBU;mFAmB/C9gBe;eAGAAwB;AAT6BtwFK;WAa/BswFO;iBAEiBuFAgVvsCC3LuC,A;o1B7UNhBumBkB;AACAoDAjCsuKF5DoD,A;AiCruKEKsB;AACAztCU;AACA8YW;AACA4aa;AACA5DAjCg+NFsdoC,A;AiC/9NEmBU;AACA0CoB;AACACe;AACACY;AACACU;AACACAjC0uOFjEgC,A;AiCzuOEkEAjCqjPFlEqC,A;AiCpjPECAjCqqPFDgD,A;AiClqPFAsC;qOAsJoBl7BACuPI8gB2B,A;sDD3NYueqB;+sB7B1CpCC2sB;YAGWCoB;IAATAqB;IADahCsB;aAGJgCwB;IAATAmB;AAHahCK;qBAAAAyB;AAKbiCS;AAASAqB;AALIjCS;AAObiCS;AAASAwB;sDA4Bav0Ge;gFACxBswFA2BmWEkkBK,A;A3BjWFlkBa2BiWEkkBoC,A;U3B9VFlkBA2B8VEkkBM,A;A3B5VFlkBA2B4VEkkBgC,A;uG7BriB0B7yEoC;oDA8GhBAoC;kqSkCtDG3hCiB;QAEFoRiB;oHEqKbpRAAAAA+E,A;yEAuHeAmB;QAEFoRmB;uCAkOEpRAAmByCy0GgB,A;OAnBzCz0GAAmBFoRiB,A;CAjB4BqjGgB;OAA5BrjGiB;wDA4LEpRiB;QAEFAiB;wBAkHwBAsB;wBAEFA6B;wBAEDA4B;woHIrpBvBAsBAhOXAQ,A;4lBC+YE00GoC;gaA2HmBCK;8LAsCKCgB;ynDAsSTCI;yrBA2Ic7qRAAltBpBg2KU,A;y0CAq9BmBHqB;4HAmBjBuC4B;+BAOEA0B;QAIJvCyB;yBASAAwB;qGAmCcGa;yiBA4QZAmR;i7CAgSHAmC;yFAKKAU;0EAWaAuE;yHASbAU;mFAiCmBAW;4DAGtBAW;oqBAyMEAgD;AAEAAmI;4/CAuPmC80GI;uCAAAAiC;qJAYXAI;uCAAAAoB;k3BAkGJAsC;AACIC0C;ojBAkLjB/0G0D;gcA2VIg1Ge;2BAElBCmB;qKAmFoBDU;oFAkDjBh1GY;uGC1jGCAW;wMAqFPnzKmC;6CAYYAmC;4LA4CPMwD;aAAAAAArBwB+nRU,W;gnBAoFzB7nRAAy2BN8nRG,A;0gBAjxBwBn1Ge;+CAExBswFAbkOAkkBU,A;2Ga/LkBQU;yJAqBTh1GS;mRAiDJo1GI;+BAAAAM;mLAiBWCqBARACADkECXsC,A,A;mPCoBf9nRK;MAAAAuB;qRAyEkB0oRO;2PAgCfCmB;0kCAwIAJqB;07BAyLLKQ;geA2EOCyE;OAAAAa;2LE99BG11Ge;40BDuJHpxKAA2BTowK4G,A;8HAZSpwKAAYTowK4G,A;2gBApEuB9vKAAzChBymRmD,A;2sBA+QSvmR4D;kzHEtOEwmRyB;6NA+BhBCe;uVrBmVkB3jDqB;oxM2BvaU4jDuB;0CAQAAuB;6DAW9B91GU;+CAeA6NU;iCAiFW7NSA7BS+1GAAAA/1GSEwBKsoFY,A,A,A;gDFoBR0tBE;gOA2DMh2GWE/EEsoFY,A;AF+EO2tBW;oIAiCpB3tBM;yDA+CK4tBG;2BAGbhsCU;yBAKagsCG;wDAIbruBY;AAEA3dU;iCAMagsCU;0CAKbn3CW;gDAkBAqWe;4DAkBcqhBGAecAAImBJz2FC,A,U;mBJlCVy2FAAecAU,A;wCA2BhCz2FU;qEAqDaoRa;qDAQAAa;yBAIAAa;2BA8HFpRe;0HM3YWsoFQ;GAOT6tBiBJtDbAAAAAAU,A,A;4BIkF0Bn2GeJ7FDsoFQ,A;qDI2IatoF8DJ3IbsoFgB,A;yII2MRzoFAAlKJu2GWJvCwC9tBM,AAArD8tBAAAAAM,A,A,A;mOAKAjiGAAAAAAACE8hGW,A,A;uCAqOAIS;yHAiCcCa;AACICG;mBAIhBCe;sBAIACW;4FA6FuBCO;qBAGYCG;AACxBCU;sGA6BcCG;2CACFCS;0CAIZFU;sBAMWtuBG;2BAsEPyuBG;gLAuBOCU;AACFCuB;AACZTgB;6DAaISyB;iBAEVhBiB;AAGAiBY;obKnrBQCU;0BAYqBn3GsB;gCAIrBm3GU;gGAsBkBn3GiB;8GAwCPsoFO;+BAcpB10PW;mCC8FQosKS;iDAo6DLAoB;OAAAAa;qCJhkEIAsB;AACAAqB;0FAitBLsoFG;AAAAsuBsB;+BA6EqB52GAF3pBHsoFgB,A;wBE2pBGtoFkB;8FKvxBJ82GAAAAxuBW,A;oBAgBxBtoFgB;8CA+cK42GgB;AAAAtuBO;mbCncCtoFAD5BkB82GAAAAxuBW,A,A;wBAgBxBtoFgB;ACUAAoB;oHEzEWsoFG;AAGK8uBQ;2BAEFAO;mCAqBH9uBG;AAGK+uBQ;2BAGFAO;4+KCzCKr3Ge;gDAMAAe;+ZAmdAi9BApB5cPj9Be,A;oCoBye+Bi9BApBze/Bj9BgB,A;0BoBifCi9BApBjfDj9Be,A;wBoByfeAqB;2BAkBfAe;yBA4OOAa;uEAyZAAiC;uEA8BmBAa;+JAkbtCAAAAAAO,A;2aG95CQs3GmB;uFAoBgBt3Gc;qBAGpBs3G6B;qBAMK/9CG;07BGrPMv5DmB;kFAoBNu5DG;qECwdTv5DAAAAAiD,A;uHCjTsDkyDS;+KAmarBqlDAAAAv3G2B,A;iiEC/gBpBA+B;qmCEusBEAqB;iBAENu5DG;qDAUSv5DAAxBZAyB,iB;yvB9CzoBQw3GgB;qJAwDMCgB;qMAiOXCO;wFA0BECsB;OAAAA8B;yBAGAC4B;mXAoEH53GkC;2GA+DQ61FgB;AAEDgiBO;2BAGFAO;qBAGEAU;iJA+GoBCoBiBrlBcpDK,A;cjB4lBnCj0CuB;oEAKR+qCAA/JauMyC,A;8GiDtLnBzoGAAAAA4F,A;s6CC/WoCtPW;0OEwJhCAqB;kBClKFg4GK;4BCsBFh4GAAAAAWAC0Bi4GO,A,A;MAD1Bj4GAAAAAAAC0Bi4GI,A,A;gGC0vBNCuF;wmBAAAAS;YAAAAI;qdA8NTl4GyB;gyBAuUSAAnErS4Bm4GU,A;uCmEqS5Bn4GAnErS4Bm4GS,A;22BmE6blCCyB;6hBA8eM52FkC;oNAsCPxhBgD;2GAeIAe;2GASXswFAvDh9CJkkBO,A;+BuDo9Ca6D2B;+BAGIr4Ge;4KAiBFAe;oGAaRu5DG;+LA8BQv5De;6GAWXswFAvD9hDJkkBO,A;+BuDkiDa8D2B;+BAGIt4Ge;wDAQJu4G0B;mKAWEv4Ge;mJAeRu5DG;qNAiBAi/C2B;qdA6CI3iBa;gGAeAAY;sVA2EP4iB4C;OAIYVkC;mxBAmGoBQ2B;yMAiBrBv4Ge;kBAEXswFY;wDAWG/2BG;qPA0EQwbA5Dt5DO8gBa,A;Y4Dw5DLAY;wPAsCDA+B;iFAYLAQ;sBAA4CAiB;i7BAisCxCzkFe;60HE/kHbsnG2B;oDAIJCU;oNCLEroGsD;6cC9CkBtQA/BgsBOAAJrvBvBAAAtB0Bg2GAAAAh2GeA0MLsoFa,A,A,A,0B,A;gIoC3LVswBuB;4EA8BaAuB;6DAWtBCyCArBWD0B,A;kBAuBJEoDAjCWFyB,A;ysBEqDGxnG8oB;iEA6E3BpRAAAAAgH,A;yBA67BgBoRqB;OAAAAYApBsB2nGI,A;yFCl9Bd3nGAAWc4nGwB,AAPtC5nGAAAAAaAC2BpRAC7HeAAvEq4BiB6vGwB,AAZpBgDgB,AADrB7yGkBAj1BlBAAAAAAa,A,A,A,gBuEvC0CAAvEu3B1CAAA9XqD0yGK,A,A,AuEzfrD1yGAAAAAAACuBiiCA7F+EeNgC,Q,K,A,A,U,A,A;O4FwCdvwBW;kHzF4MfpRQ;KAAoBuwGI;AAAMAM;KAAqBCI;AAAMAM;2BAiVnDyIAAWI1Ic,AACACG,A;mDAQJ8BO;AACQ/BM;AAAMAc;AAAjB+DkB;AACW9DM;AAAMAG;iBAFd8BS;AAEHgCe;AAFGhCS;AAGHiCe;AAHGjCS;AAIHiCe;uEA4MQjCS;iDAGAAS;+BAEFAQ;mIAiII4GU;qCAIAAU;mBAEFAS;04C4FlgCACAwKqEECa,A;IxKrEFDAwKqEECM,A;mWxKxBlB5/CsD;qO3EtBO6/CO;AAAeCG;kZAsJLAG;GAASAG;kjKtB1FNt5GA2D2rBOAAJrvBvBAAAtB0Bg2GAAAAh2GeA0MLsoFU,A,A,A,uB,A;4OvDgnXPhpBA6P7oXyBt/DW,A;A7P6oXzBu5GAAuuTLv5GY,A;wVAnlJSAA2DnsgBKAAJrvBvBAAAtB0Bg2GAAAAh2GsBA0MLsoFU,A,A,A,kB,A;mEvDkyhBnB1Xc;oBAkBAAe;oUAk3eFtgEU;8HA6+EJtQAAAAAO,A;0BA+mBsDAAA27F3BAAAeaw5GAAAAx5GoC,A,4B,A;cA38FxCAQ;+EAoCiBs/FkL;uFA+sDXt/FAA5KkCy5GQ,AACECQ,AACGCc,A;AA2E7C35GU;AAkGc6pGA0Bz8pCD7pGU,A;gB1By8pCC6pGK;6JA2WP7nQA0PrhrCADAhKcDi+JgB,Q,A;qD1FoxrCSAW;2BAgbNsoFW;6yN0GrpsCAtoFU;mRA6HEAS;oCAuBFAM;uBAXQq5GApFvIUtHG,sD;qCoFkJlB/xGM;uBAHQq5GApF/IUtHG,sD;4BoFkJlB/xGS;cAAAAG;wfAsVAAW;4BAyFWAyBpFyRG45GAAAA55GY,A,A;w9BsF15BdAkC;w5BEsFAAO;ybClEFAS;AAHgC6pGArFiN1B7pGW,A;qBqFjN0B6pGe;+/FJy0DhB7pGkB;2jBAiuITA2G;0nFQphMQ65Ge;oBAGkBAW;AAClB/KI;cAAXgLA9GiOFCe,AAAuB1iCM,AAAa9DI,A;0C8GK3CymCK;m0BG3OOh6GO;wqBErD8BowGG;AAgB5BpwGI;sRA4CAowGM;OAAgBAG;uPAqBhBAG;sMAuB6BAM;AACfGM;AACACM;+EAUdxwGY;aAEAAgB;0TA2D6BowGQ;kFAQ7B6JsJA5CG3HI,I;iBA4CH2HsB;yQAyLK3HgB;+JAeAAQ;uOAkCM9mBACnNqB7pDiC,Q;ADmNN0uEQ;6wBE0EchGE;urBEjdpB6PwB;UAAAAAAoFdztRAhFzFNuzKc,A,A;egFMYk6GAAmFNztRAhFzFNuzKa,A,A;iKgFkBoBk6GAAuEdztRAhFzFNuzKS,A,0B;qCgFuBSAmB;qBAMXA0B;aAGmB6pGAlG0Lf7pGW,A;YkG1Le6pGyB;+FAqVMuQE;4EA+BECW;4lCG5T3Br6GK;glBEyTyBA4B;AAOzBAQ;4BAEIAW;4wIIzWX65GO;SACQSsC;gEAKJz6GA1E8JOu2GAJvCbAAAAAAW,A,A,A;sG8EtFEyDO;SACQSsC;sBAKJz6GA1EuHOu2GWJvCwC9tBS,AAArD8tBAAAAAW,A,A,A;wqBgFgSIp2GAA1W2BAK,A;0BA0W3BA8CA1W2BAK,A;AA2WxBkrE6B;AAAM2+BAjG5U6B7pGW,A;YiG4U7B6pGe;AAFkBjKAjGxdC5/FwB,A;eiGwdDsoFI;OAATiyBW;qDAyIhBv6GyB;GAISuoEAA/KNvoE4B,A;sgCCzbqE8uGK;AACrEjnQkCAOqB2yQAnI0euBnjCG,A,QmI1evBmjCAnI0eIx6Gc,A,WmIzeJy6GAnIsgBoClnCG,A,QmItgBpCknCAnIsgBMz6Gc,A,cmIrgBN06GAnIqhB1B16Gc,A,M;iBmI9hBKn4JAAUF8yQS,AAAApG6B,A;0hBE8EanjGG;4zDQvESgHoB;2CADtBpYI;OAAAAa;wBAMK33JO;whDKsMC23J0B;4FAaAA4B;oJAOAA8B;uKAQAAgC;0IAiBAAW;oBAEAAW;g7BM9MJAO;oICgG0B46G8H;WAAAAa;sBAEKAC;AAFLAY;AAEiBAoB;GACLAC;AADKAqB;UAGRAqB;AAAkCAY;AAH1BA2B;AAIlBAO;AADUAa;AACQAC;AAJAAY;sBAOlBAM;AATCAY;AASkBAC;AATlBAW;AAWKAM;AAXLAa;GAYHAM;AAZGAa;+BAiBLCAEhFDCQ,A;wBFgFCDAE/E4BDM,A;AFmEdAc;SAYdCKE9ECCsB,AAIkCFM,A;IF2DbAsB;AAetBCAExEQDM,A;AF4DMAa;AAYdCAExE0BDC,A;AFyDJAuB;AAetBCAEvEaDM,A;AFsDRAa;wBAiBLCAEtEsBDM,A;AFqDjBAY;AAiBLCAEtEkCDC,A;AFuDZAsB;AAetBCAErEEDqB,A;mDFqEFCqB;2BAWADG;AA5BKAkB;OA+BQAM;AA/BRAY;AA+BoBAC;AA7BHAW;AA8BJAU;AA9BIAY;AAiCLAO;AA9BHAa;AA8BqBAC;AAjCbAwB;AAkCdAO;AApCHAY;AAoCeAC;AAlCEAY;AAmCRAO;AArCTAa;uCAwCXAI;AAvBMCAErEEDoB,A;oDFkGjBvyQU;qGAkBYuyQO;AA9DyBAY;AA8DGAC;AAhEpBAY;AAiEFGAxIlJxB1B2B,A;AwIkJyD0BAxIlJzD1Be,A;AwImJwB0BAxInJxB1B2B,A;AwImJyD0BAxInJzD1Be,A;owBwIgdiC2BmB;uCA+etCh7Gc;uCAiB+Bi7GAxI36BSlJG,4G;uyE8I1BDmJAAAAl7GAhDTCAsB,A,A;oqDkD8oBUo7GG;AArhBtDp7GAS/E+Dq7GAAAAr7GSR5HtCs7GiB,A,A,ADoLrBt7GAS7H0CqPAAAArPSRvDrBs7GkB,A,A,A,A;AD2MzBt7GAAAAAoC,A;4gCEkFoBw8DiE;8FAxMJx8DACieXAsD,A;4IDjeWAACieXAuD,A;gTDjeWAACieXAuD,A;8TDjeWAACieXAwD,A;8gBDzRew8DU;wFAxMJx8DACieXAwD,A;+FDjeWAACieXAuD,A;6JDjeWAACieXA0D,A;uRDjeWAACieXAsD,A;qqBDjeWAACieXAsD,A;0jDI9jBIAkH;6WCwJTAACpB+Dq7GAAAAr7GSR5HtCs7GiB,A,A,AOyIrBt7GAClF0CqPAAAArPSRvDrBs7GqB,A,A,A,A;AOgJzBt7GAAAAA+B,A;oDAwMAAAAAAA6B,A;qGA0HAAACtV+Dq7GAAAAr7GSR5HtCs7GiB,A,A,AO0crBt7GACnZ0CqPAAAArPSRvDrBs7GkB,A,A,A,A;AOkdzBt7GAAAAAyKAec+kEgBCvZZhGkB,A,A,A;wuDC4BO/+DO;mpBCcAAO;40C5D/CWq3EM;AAEC9DG;6kB+DyxB8BsiBY;iJAWjB0lBmB;AAA4CCQ;6BACvCDkB;6BACCAc;AAAuBCQ;6BACpCDU;6BACDCU;qEAc4BDU;UAAAAiB;AAAoDCS;SAWvFAQ;QACgDDY;AAA2BCS;gDAYhDDS;+CAQ6CAsB;AAA2BAa;kDAOrECQ;6BACTAS;inCC95BrBCA5H6GPz7G8B,A;O4HvGVoRW;AAEEpRS;AAAyBy2FAC6EDz2FyB,A;+HErGTkqFM;AAAYAG;SAE/B0V2B;kBAAAtXI;u7HMyDStoFO;u2BEvDJAAEqMaAW,A;iEF5JEoYAEgMZsjGwB,AAHOCAA3OIlvRAtJ2BRuzKoB,A,A,mEsJuNDAS,AAAsBvzKQ,oB;wHFhMoDAmH;AACWA2P;AAMrEAwC;AAA0BAqE;AACLAsD;sPG6JnC+iQI;8BAKA5aI;+BAGNgnCAAjDSCE,AAAUCK,A;6CAkHd97GS;AAQa47GAA1HTCE,AAAUCiB,A;AA6Gd97GO;AAKAAgC;AALAAO;AAKAAgC;AALAAY;OAKAA0B;AASEAW;kGA0YJAU;o7FKvoBgB+7GkB;AAAACQ;WAEvB/tBGnHakByjBC,YAAAAkB,A;kCmHVuD38BgB;iDAGzEh6OApH3DAi9QK,Q;SoH6DoBjjC4B;sCAIK/0EA7I8sBAAcJrvBvBAAAtB0Bg2GAAAAh2GSA0MLsoFmB,A,A,A,A,A;6cmJkCO+wBApLtJLtHuC,AAAYkKc,iB;AoLuJP5CkB;AACFAiB;AACAAoB;AACSAApL1JZtHuB,AAAKmKgB,AAAODc,iB;OoL4J5B5CiB;gCAE+BAkB;6nCC5H0BjhGyB;AACnB+jGsC;mlBEnCxCn8GS;oGAmPAAS;ibAqLAAS;k3BCxOAywBoB;0IA8La2rFS;0RCzWUp8GC;cAAAAS;OAYbAY;qBAZaAI;6HAsgHVq8G+K;oEAqBoBCQ;qBAIEAM;AAC1BAG;6vIKxnFJCkB;wgBCj8BGv8GiB;OAKAAY;6tCjGs+ETw8GM;AAAUAG;mCAIVCY;AAAYAI;aAEZAQ;uKAg2CFz8GAAnH4BAAApwCV08GuB,A,A;kBAu3ClB18GAAnH4BAAArmCyB28GK,A,A;AAstC3D38GAAAAAW,A;yEAquCa48GW;guEmGrwGuCCU;AAGACU;AAMMCU;qoBA20B9BpvGW;MAExB3NAhFvnF+BAyM,A;YgFunF/BA6ChFvnF+BAI,A;AgF4nF/BA8BhFhjFYAI,A;AgF2iFZAe;AAKAAAhFhjFYAa,A;0oBiFnIcwwGY;AAAgCj9BM;AAAeAe;iFAUpE8DM;AAAiCAG;wCAGAk5BS;qDAUnCvwGY;+F/C2bsCuwGM;AAAaCG;AAA9BxwGAgDhepB2hCgC,Y;ShDkeqB8yCG;OAApBz0ES;AAAoBy0EK;AAAgBgpBI;mJAsCpBz9FAiDrgBjB2hCY,e;iCjDsgBCssCAhDoDcudAAjYoB7pDc,e,A;AgD8UvCq7EmC;iHA8BCh9G+C;yFAoEAA+C;y/BAocAAgD;6RAoMAAgD;iFA6GAAAAlCAAgD,A;0GAkGAAgD;ouGkDl1CQAS;sGASAAS;kFAWAAS;8EAOFAS;4cA6DWAmBrM8uBC45GAAAA55GY,A,A;mFqMpuBCi9GW;8GAiBNAQ;6HAyNTj9GS;uOAoSAAW;w3DG5sBMk9GkC;AAAWl9GC;AAAXk9Gc;kBAMJl9GsB;AALXvtJAE+yBsB0qQAAgNDxvGW,AACjB3NAAfAAAAxoBoEo9GiB,AAwL3BCQAAAr9GArK2NlBAAJrvBvBAAAtB0Bg2GAAAAh2GAA0MLsoFc,A,A,A,A,A,A,AyKszBrBtoFAAAAAAAAAAAAAAAAZ1tBkDu9GAAAAv9GAalLjCw9GuF,A,A,A,A,A,A,A,kBD44BjBx9GAAhdyCq9GAAAAr9GArK2NlBASJrvBvBAAAtB0Bg2GAAAAh2GqC,A,A,A,A,A,AyKggC1BAAAAAAAAAAAAAAAAAZ/tBoCy9GO,AAKcFAAAAv9GS,mB,AAiHwB09GY,AACjDCQ,AA8ImCCU,AAkBDCgB,AAwDfCa,AAuKhBCkB,AYyO5B/9GAAAAAAdh8B8Cg+GW,AA2BdCAAAAj+GSgBzFoDk+GmB,AACvCCY,A,A,AhB4FRCAAAAp+GSiBPmBq+Ga,A,A,AjBWRCAAAAt+GW,A,AAMUu+Ga,A,A,A,A,A,A,A,AmFpE9Dv+GQ,A,ArE2+BwB2NO,A,AAjNtB6wGAArDaCGKvnB6BCG,A,ALsnBrB1+GC,0BAAAAAAuFPAkC,A,IAnFO2+GK,AAAYCK,A,M;itDOrsB1B5+GS;iRAwBOy3EYA7CJonCAlO0MgCtOM,AAAcCM,A,G;OkO7J1C/4BAA/CPz3EU,OAEG6+GAlO0MyB7+GuB,A,A;kCkO3JrBy3EYA/CJonCAlO0MgCtOM,AAAcCM,A,G;OkO3J1C/4BAAjDPz3EU,OAEG6+GAlO0MyB7+GuB,A,A;4GsJ/H1BAU;gQ6EgUkC6vGe;AA9F7C7vGA8D3QwCqPAAAArPS/HxEfs7GiB,A,A,A;+jQ9C8HD35EqC;qGAyEUAqC;kEA+C1BAY;+GAkBAAO;kvBmHtFkBm9ES;4TA+WNxMS;yFAiOWyMS;wjBCvFtBCe;qDAYAAe;6IA4BKAsB;0NA8D+Bh/GA3HkdSi/GYAAACO,A,AAiPiBn9EM,AACUo9EO,AAE9CCM,AAWRCO,AASGCAAAACO,A,AAMACAAAA3/GO,A,AAUS4/GAAAACO,A,AAUACAAAACM,A,AAMVCAAAACO,A,AAeKCAAAACO,A,AAmDACAAAACO,A,AAUWCAAAACQ,A,AA5hBnCCoB,qBA6DQCmC,A;c2HlWsBtgHW3H+2DiE+hCmC,AA6eDo9E2B,A;S2H11E7FoBmB;oBAGAC2B;SAGACU;mBAGACU;kBAGACU;kBAGACU;mBAGACU;8BAGAC2B;QAGACU;iBAGACU;kBAGACU;mBAGACU;kBAGACU;iBAGACU;iBAGACU;iBAGACU;2BAGAC2B;SAGACU;oBAGAjCoB;SAGA1/GmB;SAGA+/GkB;SAGAFmB;UAGAIoB;SAGAMmB;kBAGA5uBmB;kBAGAiwBmB;QAGACU;iBAGACU;iBAGACU;iBAGACU;iBAGACU;iBAGACU;kBAGACU;mBAGACU;mBAGACU;qIAkBACU;iBAGACU;iBAGAl3BU;sc9BwNXlrFA+BvmCAAuB,A;AAAAAQ;wkDG4C0B6xGe;+4EEk6BC7xGW7NlDJ45GAAAA55GY,A,A;wC6NmDIAW7NnDJ45GAAAA55GY,A,A;uD6NuDIAW7NvDJ45GAAAA55GY,A,A;gD6NwDIAW7NxDJ45GAAAA55GY,A,A;6+B4F64Cd06DS;+BAGc16DAuGryEf2hCc,M;AvGqyE6B4uEI;AAAUCM;CAC1C91CS;OACE16DS;AAAcy0EK;AAAUgpBI;qIAmBA4kBM;AAAApFA7G3lDDv3BqB,A;O6G4lDlB1lFY;OAE2CsiHA7GljDjCtiHyB,A;A6GkjD0CwwGO;OAGpDxwGY;OAE2C06GA7G9gD7B16GuB,A;A6G8gD0CwwGO;6IAYtDxwGY;KAAAAAAnLmCu5GW,A;oEAmM9CjiCK;AADI1rCAxF7pEM5rCW,A;YwF6pEN4rCkB;iCA0RkG7JmC;AA6eDo9E0B;kCAslBxFtpBY;iJAaDAY;i9EkIxuHb0sBU;qSvP2HA1iHA8D8HWu2GWJvCwC9tBW,AAArD8tBAAAAAK,A,A,A;A1DtFyCoMY;+FAehCCmC;iGAWI9nHa;AAAO2yES;oBAKAvKU;4KwP3GU2/CMtNwTkB7NG,A;kDsN3S7B5gCY;oBAIX0uCM;gBAKa1uCY;4HAuBdyuCMtN2QyC7NG,A;yCsNtQ7B5gCY;2CCtFZ2uCAOyKuB5iHe,A;AP1KT6iHAtP2iTbCS,yD;gbsPvhTgCCkC;AAC7BCiB;0EAE2BrbiB;yMAKbsbK;AAASxiDC;UAAAA6B;AAAmBuiDiB;ievPkCjC1Se;AAKSxBMAvDDAAM6qBNz3BY,AAAO9DS,A,A;qLNjmBvB+8BY;iBACAj5BS;iBACA9DW;kFAeA4vCkC;+HAWO7tCwC;AAEX9ba;mGAWS4pDmC;2CAOOlTAC0iPhBDmD,A;SDziPgBv1CACiiPhBu1CyC,A;0MDn/OkBv1CgCCm/OlBu1C2C,A;qCD/+OA91CaAsHAkpDiB,A;oCAxGAAW;0DAEAAM;mLAsBsCCU;qDAOlCDY;yBAIAAU;YAIFE6B;iFAiBcFE;2CAK2BAM;qIAY3CAU;qDAWAAoB;gDAoBAAiB;8HAmEAAkB;AACAAM;qBAAmChsCM;AAAY9DM;CAC/C8vCS;mEAQAAS;gDAOAAS;8CAwCAAkB;AACAAM;qBAAmChsCM;AAAY9DM;8TAuD7C8vCe;CAGFAiB;OAGAAe;CACAA8D;OAYAAe;CACAAgD;OAYAAe;CACAAgE;OAYAAe;CACAA6D;uHAqGAGiNA/DAHe,OAOAAe,CACAA8D,OAYAAe,CACAAgE,OAYAAe,CACAAgD,OAYAAe,CACAA4C,A;iDAgCAAe;CACAAY;AAAc9SI;AAAMCiC;uHAgBRz7BA2BhGU8gBQ,A;2E3BoGSstBiC;yBAOCnjHAuBuQX45GAAAA55Gc,A,A;AvBtQXoxGM;AACAqSI;KACA9wCK;AAC2B+wCC;AAA3BCa;mEAMJCcAtcFPY,Y;YAscEOCAlcFPU,M;mBA6c4BrjHAuBkPX45GAAAA55Gc,A,A;AvBjPXoxGM;AACAqSI;KACA9wCK;6CAKsB0mCAuBhnBPtHG,C;sIvBonBnB6RcA7dFPY,Y;YA6dEOCAzdFPU,M;eA6dFE6B;mEAsCAFG;kEAeEAmB;SACqBAiB;mFAWXQuD;mEAKeCY;eAGdvTM;AAAWCG;KADOuJc;yCAM7BsJE;2BAG2BSM;MAAAAO;AAELvTI;MACNCe;6CAIDuTmB;eAEjBRuB;wBAOESQ;AAEqDCK;4IAOnD/iSO;SAAAAAKjxBgCkvRO,A;OLmxBhCFAC63NNDqD,A;AD53NMv1CACo3NNu1CmC,A;0EDv2NAoTe;qKAMQAiB;mEAIAAe;cAIAAY;8CAYAAW;sBAIAAW;gDAQAAS;8BAKAAqB;oQQ/yBRt4B6B;iDAuBmB8K+B;AACQquB8B;AAA6BCc;iBAuBtBnkHAoDwpBTAAJrvBvBAAAtB0Bg2GAAAAh2GyBA0MLsoFiB,A,A,A,A,A;yBhDvFWtoFAoDwpBTAkB,A;0CpDtsBZokH8B;mVgPb+B92GmD;gCAQxBgnGiB;SACCCkB;oBACFDe;WACGCe;IAClB0PW;wGASyBA4B;AAAAh2CArP2HJudAA3HoB7pDa,Q,A;+CqPOtBzgNa;QAInBovRqB;AACAJAvP8lPJDqD,A;AuP7lPIv1CAvPqlPJu1CsC,A;iFuPhlP0CqTU;AAAlCnSAvP2lMRlBgC,A;+BuPtlMM54BS;qBACA9DU;0BACA0gCe;eAGA58BS;iBACA9DW;AACAugCsB;AAGNuQOC+HgBxuBa,c;0QD/EwCouBY;AACxDIOC8EgBxuBgB,c;oJrPrJdvPI;8JA+EQ2pBgC;sIAuCIqUwB;kUA8BVnBkC;4HAQAAgC;yVA0BAAkC;sfAmDiBNAH4yXfCsB,C;AG5yXewBuD;AADrB1kBA0P1R0B5/FwB,A;W1P0R1BsoFM;AAcEhT2C;yBASAivC6D;+GAIYDwB;gEAOVhUsB;AACAztCQ;AACAq1BU;AACAzKW;AACA9RQ;4DAMoB6oCAH82NxBvU6C,A;sCGz2NAjwGAWxWFAAAAAAW,A,gBAFkCykHc,AAElCzkHAAAAAmB,A,A;AX6WE0kHAA1NAHC,A;yDAkOIpBkC;yDA6B8BvyCC;yDAK3Bj2EiB;AAAOuxFS;gEAYP5WwC;0FAhCDqvCAAoBChqHa,AAAOuxFS,Y;8IF1Sd1yBW;sBAE4Bv3BAC9CQNgC,W;wBD2DvBssCACmEYudAA3HoB7pDU,A,A;qCDwDhCssCACmEYudc,A;kDDpEVxrFc;uCAYA61FY;oHAiDoB+uBW;qFASM32CACFhBudAA3HoB7pDgC,Q,A;QD6Hf0gFwB;qFASap0CACXlBudAA3HoB7pDgC,Q,A;QDsIfkjFwB;uFASW52CACpBhBudAA3HoB7pDgC,Q,A;QD+IfgkDwB;wFOnLaAADmCXtPiB,aAIpBwfc,iB;mFChBsBivBUD4ClCAsB,U;iBCxCAjlHAmD+KWu2GWJvCwC9tBS,AAArD8tBAAAAAW,A,A,A;0B/CnI2BxDARkzvBvB5wQA0Pp2vBGDAhKcDi+JsD,I,A,a;AlFoCAglH4C;UAQCrqHO;4CAK4Bi4GARqyvB/B5wQA0Pp2vBGDAhKcDi+JgB,I,A,gB;YlF6DCrFO;aAGCqFyB;oCAeJ8kHUDRFAsB,O;+DCgCEG4BD1CFAUAyFAAYPmwgBaCA0P76gBRzpQAhKgBDukJgB,AAAAvkJkB,A,A,A,A,A;qHlFqHoCm3PARuxgBtC5wQA0Pt5gBGDAhKcDi+JgB,iB,A,gB;AlFuHFqlHIA/BFC6BDtBAAUAyFAAeP+wgBaJA0P97gBRzpQAhKgBDukJgB,AAAAvkJkB,A,A,A,A,A,A;4FlF4IJqpQADjEAAsB,M;+IiPqJAtrDW;QACAAW;QAC4Bv3BAtPzLQNgC,W;0CsPsMpB0iFQAnCAxuBa,gB;KAoCH5nBAtPzEYudAA3HoB7pDgC,Q,A;WsPkM9B3hCc;+CAWA61FY;4CAORwuBG;UAAAAOApDSxuBoC,A;kFAoGmB+uBW;2I1P/TnCxkSU;4NAqCwB8pQa;AACas7BAoCkTRxlHc,A;4BpC/S1BrFO;8TgBFMqFY;WAAAAAAqGLAAAjEiCylHc,A,AASvCzlHAAuDAAO,A,A;oCAjGWAY;WAAAAAAoOLAAAnMiCylHc,A,AASvCzlHAAyLAAO,A,A;oCAhOWAY;WAAAAAAqSLAAAvQiCylHc,A,AASvCzlHAA6PAAO,A,A;iCA7RKrFwB;KADoCqFY;wOA+D3BgxGU;qZAuGGzuRuC;0CAGMwuRwB;yBAMX2UiB;wCAAAAuD;sTAhFJCqB;yBAKJCY;qFAYIDQ;mCAMa5UoB;8GAYZ4UoB;OAGLCY;gFAQAAQ;sdA4HarjS0C;YAIMwuRAdy13BO8UoB,AAAWCkB,A;Acx13BlB/UAdw13BO8UkB,A;uBcx13BP9UAdw13BkB+U6B,A;mEct43BrCFc;qGAMKDmB;4GAULCc;sCAEgBGO;AACZ5CkC;OACA9lFiC;SAJJuoFe;gVA4FoC7UoB;gDASnBAqB;gIAhDb4UqB;yBAKJCY;qFAOIDQ;4FAQJCQ;iTWtUOxCmC;oKA2CT4C0G;OACcjxCAC0dQ8gBwB,A;2ED7ctB17BqC;YACcn6Dc;iCAcd06DSAotC2BkqDY,c;YAntCb5kHY;qDAYAAY;4BAIcimHApBwoCH3TS,qB;kBoBtoCXtyGY;+DAMAAY;uCAqCJkmHY;kFAS8BpCM;SAA1B9jHY;AAA0B8jHI;6FAQpBxP0B;AACCCkB;6BACFD8B;AACGCmB;AAEoBuPM;SAA5B9jHY;AAA4B8jHI;8CAMlB9jHS;gBACFAS;+EAS4B8jHM;SAApC9jHc;AAAoC8jHI;uEAoB5CvTM;AACACG;iCAGyCsTM;SAAjC9jHc;AAAiC8jHI;0FAYjB95GkCoE4zBM+uGK,A;CpE3zB9BhxCY;AACmC+7CM;SAA3B9jHY;AAA2B8jHI;uCAqBpBqCS;uCASM5VM;AACDCG;2CAGZxwGc;+EAUAAkB;k2CAmtBSAgB;AAAwBuwGM;AAAoBCsB;AAA5CxwGU;6LA0DhBAoB;oCAAkBuwGO;IAAeCK;6CA0BjCxwGoB;oCAAkBuwGO;IAAeCK;+FAkCjCxwGU;IAAmBuwGI;IAAeCI;sGAwClCxwGc;AACSuwGM;AAAgBCG;yIA6DzBxwGU;IAAuBuwGI;IAAeCI;sDAyBtCxwGoB;kRA4GyBAAvBrRtB2hCgC,Y;sBuBuRsB3hCAvBvRtB2hCgC,Y;sBuByRsB3hCAvBzRtB2hCgC,Y;gBuB2RsB3hCAvB3RtB2hCgC,Y;auB6R+B8yCa;AAAYAU;AAAtC6/BmB;AAAqD7/BU;AAA9D6/BmB;AACgB7/BU;AAFL69BmB;AAGwB7UO;AAAYAI;AAAtC6WmB;AAAqD7WI;AAA9D6WmB;AACgB7WI;AAJL6UmC;AAKXiCS;AAASAoB;AALEjCS;AAOXiCS;AAASA0B;2eA8ELDS;AACJAK;IAAAAQ;AADIAS;YAECCS;AACLAK;IAAAAQ;AADKAS;YAGLDS;AAASAK;IAAAAQ;AAATAS;YACMCS;AACNAK;IAAAAQ;AADMAc;YAGFDgB;YACCCgB;YACFDgB;YACGCgB;wIAQoBtmCAvBlxCPudAA3HoB7pDgC,Y,A;2BuB+4C/B2wES;uQAoCMgCe;WACCCkB;oBACFDe;WACGCe;8BAOPjCiC;AAEbiCQ;AAFajCW;AAGbgCQ;AAHahCW;AAIbgCQ;4ETtgDFl0RU;4DA4B+CgmSkCAwB/C7BgD,QAEIjUmB,AACANmB,AACAt1CAhB+mPJu1CuE,A,AgB9mPI54Bc,AACA9DkB,A;qGAtB2BwBAkBsXT8gBa,A;AlBrXpBwwBQAQF9BmC,yD;0S2OdoB+BAzO2MGCuB,A;gHyO5LrBCAA6BGCgB,IAGDlCkC,AACAAkC,a;AA7BCkCG;AAFalCuC;8NAuCXmCmC;AAAkCA6B;uECvFWxsBI1OgjBanlB4B,A;A0OtiBvDu7BK;oBARgChjGC;qCAMlB4sFI1OwiByCnlB4B,A;U0OtiBvDu7BsB;AACAztCU;AACA8Ya;AAC2B0mCU;AAAKhrCc;AAAhCAY;AAC4BgrCU;AAAK9uCc;AAAjCAa;cAEuB+/BgB;oBAI/BiRC;2IAakBoCgB1OyUwB5xCAgBgDtB8gBY,A,A;A0NxXpB0uB8B;uQ3OZFAgC;sDAwBgBsCC;GAAAAW;0CAKcCe;kKAuBVCACmUGRI,A;mGDvTvBhCqC;GACAAiC;AAAwD1kHQ;AAEf+/Ge;gBAIzC2EqC;AAEyC7Ee;gBAIzC6EiC;6FAagByCO;KAAAAK;8KAhFTrsHO;0CAIAAO;kJ6OV+BssHgB5O6WMlyCAgBmBtB8gBe,A,A;A4N/XgB8wBe5O+UM5xCAgBgDtB8gBY,A,A;S4NzXDsxBA5O8tBnBCmC,A;A4O7tBmBzGA5OihBC8FgB,A;A4O9ednWK;+BA1BNhgBS;KAEEAY;AAJ+BtwFK;KASjCswFQ;AAAoCzwFQ;6BAGtB0kHoC;AAGZkCY;iCAKoCn5GC;uCAMlB4sFI5O6e2CnlB4B,A;U4O3ezDu7BsB;AACAztCU;AACA8Ya;AAC2B0mCU;AAAKhrCc;AAAhCAY;AAC4BgrCU;AAAK9uCc;AAAjCAa;cAEuB+/BgB;0OCxEXqTe7OuWwB5xCAgBgDtB8gBe,A,A;S6NtZJ0uBwE;oBAYlB8CkC;iKCewBCA9OugBtBFG,A;0B8OtgBOzsHO;MADe2sHY;AAKf3sHO;qBAIe2sHA9O8ftBFG,A;0B8O7fOzsHO;MAVe2sHY;AAcf3sHO;sFAmBuB4sHAhQulPhCtXgD,A;cgQjlPkBuXS;iCAUAXa;yEAWESA9O2clBFG,4B;gB8O1c+BKmB;aAGACoB;wCAmBbJA9OoblBFG,A;0C8Ojb0CKC;2DAQAC2B;qGAUdZkB;AAONQA9OwZtBFG,4B;qB8OvZkBOAhQm7NpB1XmC,A;AgQh7NoB2XAhQw6NpB3X8B,A;mBgQj6NwBqXA9O6YtBFG,4B;qB8O5YkBOAhQw6NpB1XmC,A;AgQr6NoB2XAhQ65NpB3X8B,A;2LgQ74NgB+WO;GAAAAK;sU9OtB2BhnHoB;yCACGAoB;yCACLAoB;yEACCAsBgPjK5CAAAAAAAAGMymHkD,SAG2BzmHS,OAAAAAjO2c3BAAA3Q8Bo0GuB,A,AAsQpCp0GAAAAAM,A,A,Y,A,A;mDf1S4CAqByOzI5CAAAAAAAAEMymHG,qE,A,A;mBzOwIkCzmHoB;yCACKAoB;wHAgXHsNG;oDACTgjGqB;2DA8C7BmWG;0BACCWoB;+BA0ID7CI;0CACSsDwD;wPA+EUxwCc;AAAjBAY;UACkB9Dc;AAAlBAa;AAGA2mBIA3O6DnlBuB,A;uEA+OvC+yCyK;AA2BO75CAhB1nBRudAA3HoB7pDAANjB3hCAiBqrBoBm4Ge,A,A,A,A;0LDsEflqCAhB1nBRudAA3HoB7pDgC,K,A;AgBqvBZijFe;2CAKFAa;AAxC3BvtCiB;AAmC6BpJAhB1nBRudAA3HoB7pDAANjB3hCAiBqrBoBm4GQ,A,A,A,A;cDiF1CjIAlB02NNDoC,A;AkBz2NkB/uRQdvyBoBkvRI,A;AcuyBhC11CAlBi2NNu1C8B,A;6HkBn1NQCAlB21NRDoC,A;gDkB11NQv1CAlBk1NRu1C8B,A;6HkB/zN8BpagB;iBAEUAc;sCAapCkyBO;SAAAAS;QAAAAa;4EAakClyBgB;kCAGJmyBO;gBAAAA8C;qBAE9BCuB;8YAuEAFU;+BAAAAS;QAAAAmB;wCAO4BC8C;6EAO5BCyB;uLAwDJ7nSU;qMAkFWk1PgD;wCASqBPAQ3jBV8gBQ,A;0JRsoBhBstBkC;6DASF+EG;6FAoCA/EkD;8IA4B+CpSAlB851B7B/wGW,AAAM6lHkB,AAAWC0B,A;+BkBp51BrB9UG;gHArBdmSK;uEA4DiC71GuD;0CASnCi3GgC;AACAAuD;cAEEjUsB;AACA30BW;AACA9YU;AACAq1BY;AACAzKY;CAMQujBmB;AACyCmXG;oDAsC9CxtHa;AAAO2vEU;qDA8BQtqEG;kGA4EpBooH0BAxDgCrpDuB,8B;IA2D7BspDS;6PAuF4BLU;mDAAAAiD;AAC/BpqCsBA9+BA0qCoB,wBAKACuB,sBAKACuB,2BAKACsB,yBAKACwB,sBAKACqB,0BAKACwB,sBAKACoB,sBAKACoB,sBAKACqB,sBAKACqB,sBAKACsB,sBAKACsB,wBAKACuB,wBAKACuB,wBAKACwB,wBAKACwB,6CAKAC0B,6CAKACyB,6CAKAC0B,AAIFCAA4CiC/CkBA/WW5xCAgBgDtB8gBiB,A,A,AhB+TuBoxBgBAlVDlyCAgBmBtB8gBiB,A,A,chB+TqCtUAA7JzDklCG,A,4EA8J0B9FAAvKN8FY,A,YA0KlBWa,AACIXc,AACwBUAAgC9BCG,A,sCA9BEEAA3LFFG,A,2DA8LEXG,uCAEoBllCAA1KtBklCG,A,2BA0KsBllCAAzKrB6lCyB,A,AA0K0BuCAAhL3BlDG,A,uC,UA2HEmDAAlVkBrDI,A,4D;wCAyuCRvVmB;AACyCmXI;iGAlcjB0BoB;mV+OvoCxBpDc;AAETAG;2BAEalCuC;iBAKZ6C2B;0PAI4BNO;WAIvBnsHO;4ECFXmvHM;eAEEvFqC;AACAAoC;AACAAqC;AACAAsD;AAEFuFI;QACIxZsB;AAUAztCU;AACA8Ya;MAC2B0mCU;AAAKhrCc;AAAhCAY;AAC4BgrCU;AAAK9uCc;AAAjCAU;kBAC2Bu2CS;AAEvB3GgE;6DAiBR2Ga;mEAoBAAkB;wBAOAAgB;4DAqCAAM;OACACQ;6DAhE4BjDO;0BAKvBnsHO;4HAiBoDo2GAlQml4B7B8UoB,AAAWC4B,A;0CkQll4BkB/UAlQkl4B7B8UkB,AAAWCC,A;mIkQ1k4BgB/UAlQ0k4B3B8UoB,AAAWCqB,A;kCkQzk4BgB/UAlQyk4B3B8UkB,AAAWCoB,A;ekQ9j4B9BnrHO;yHtP7FIuvFG;sFAQAAG;ibAoKTnrBa;iaA0EGirDAAgE4BhqHAOusBWm4G+E,A,A;oRsOh/BzBxXmB;mH9ORTwBAyP4BLniGC,A;iCzP5B6B6xGe;yBAQLl0BS;QAChBqlCC;ubAsFNhjHa;iHA4JiBAc;mBAEfkqHgB;6EAoBTrZAE1RF9xCC,gB;yBF4RE8xCQE5RF9xCC,gB;wBF+RE8xCAE/RF9xCC,W;AFgSEorDQElQFCC,mBAAAAK,0B;8EFqQIvZG;MAAAAAEnSJ9xCU,A;AFoSIsrDAEnRJCC,iB;AF+QEHAElQFCK,A;AFsQIC+B;AAEAxZAEtSJ9xCU,A;AFuSIwrD8B;wBAGF1ZAE1SF9xCC,W;GF2S+B4eU;iBAE7B6sCgB;sBAEA3ZAE/SF9xCC,W;iBFiTEyrDsB;OAEA3ZAEnTF9xCC,c;kBFqTE0rDyDE1Qe5Y0B,A;OFgRfhBAE3TF9xCC,e;kBF6TE2rDyDEpQe7Y0B,A;MFsQfhBAE/TF9xCC,Y;wEFqUE8xCAErUF9xCC,Y;iGFqVYmrDmB;8IAkCgB/nBK;aAVfwoBAE3PKAG,iBAAAAK,e;+CFqQUxoBAyPlVrBniGa,A;wCzPsVM4qHQE1PQAG,mB;AF4ORDAE3PKAK,A;AFyQLCe;iBAIKzoBAyP1VXniGe,A;sEzPkWM6qHyDErPJCiB,W;0DF6PICyDE3OJCiB,W;uEFiPS76BAA7DDhbO,A;YA6DCgbAAhEN+5BwB,UAGK/0CO,UAAAAiB,A;wCAoEiBgbAApEjBhbO,A;YAoEJgbAAvED+5BwB,K;AAgEM/5BK;AAOLAAApEIhbO,OAAAAoB,A;AAoEiBgbAAvEtB+5BwB,K;AAgEM/5BK;AAOgBAAApEjBhbO,A;QAoEiBgbKApEjBhbkB,A;yBA6DCgbI;2CAwBhB0gBAE7aF9xCC,mB;AF+aE8xCG;aAAAAAE/aF9xCY,A;AFgbEksDAE3aFCC,kBAAAAK,+B;AF6aEraAElbF9xCY,A;AFmbEosDAExaFCC,kB;AFqaEHAE3aFCK,A;AF8aEC2B;mDAYSEAE3VOAG,kBAAAAK,e;kBF6VPCAEtVOAG,kB;AFoVPDAE3VOAK,A;AF6VPCe;qJA4CetrHoB;4BAIjBA2B;AADuBkqHiB;mGEnbRhgCM;+BAGpBnrBI;6CAO4BwsDAD4NTCM,W;AC5NsCC0B;UAA7BzIoB;iOAkEvBnRiB;2RO5DyBtBI;AAASCI;AAAODI;AAAOCO;uRiP1EzCRmB;AAOe1iGM;+CAKTgjGqB;gJAkCeruEAnQaDNgC,W;gDmQTR4iFmC;8HAMxB7pDArQwmPJu1C8B,A;mBqQvmPI54BS;mBACA9DgB;AAKJ0NI;mDAAqBvmBArQimPrBu1C6B,A;yJqQvgP+BgWAhQinCN3TC,A;YgQjnCM2TqB;gGAeMhkFAnQ7GDNgC,W;gDmQyHR4iF6C;yBAK5BmHoCAdkB5XmB,A;AAelB6X0B;sSAiBMjxDArQq9ONu1CqC,A;AqQp9O2B54Ba;AAArBAgB;AACsB9DY;AAAtBAU;AACA48BArQmhLNF4B,A;AqQlhLEhvBI;oDAAqBvmBArQi9OvBu1CkC,A;WqQ98OUDY;2GAQFt1CArQs8ORu1CqC,A;AqQr8OwB54Ba;AAAhBAgB;AACiB9DY;AAAjBAU;AACA48BArQogLRF6B,A;AqQngLIhvBI;oDAAqBvmBArQk8OzBu1CkC,A;WqQ/7OYDY;qKAcFt1CArQi7OVu1C+B,A;kBqQh7OU54BU;kBACA9DW;AACA48BArQ++KVF6B,A;AqQ9+KMhvBI;mDAAqBvmBArQ66O3Bu1CqC,A;WqQ36OcDY;+DAYoChwGkB;iCAClDsmFkB;iHAOI0pBa;2CACAt1CArQs5OJu1CsC,A;AqQr5OsB54BY;AAAlBAiB;AACmB9DY;AAAnBAW;AACA48BArQo9KJF8B,A;AqQn9KAhvBI;iDAAqBvmBArQk5OrBu1CgC,A;0EqQ14OEybmBA3GgB5XsB,A;gCA+GhB6X2B;iDAOMjxDArQ+3ORu1CyC,A;AqQ93OQEArQ+7KRFwC,A;4QqQ55KqChuEAnQ1QDNgC,W;oImQgRJs/CS;MACAAS;6EASkBjhFkB;kBAC/BihFI;UAAnBqFiB;MAEIrFqB;eAEAAqB;6SClWWhTApQiMUudAA3HoB7pDgC,S,A;mKoQzDIuuEAtQmqPjDDqD,A;kGsQ9pPkBv1CAtQspPlBu1CuC,A;8IuQ1qPyBMM;AACACG;4BAGVviCArQ+LUudAA3HoB7pDgC,S,A;kGqQ3DT4uEK;AAAYCM;iEAIENAvQiqPlDDqD,A;gEuQzpPkBtdAvQ48NlBsdyC,A;oCuQ38NkDMgB;AAAgBCU;AAAhD91CAvQgpPlBu1CuC,A;kMuBriP6C2bG;kBAODCG;SACQAG;iGAgBxB/cAlB4hBRz3BY,AAAO9DY,A;AkB1hBTu7BOxBnJQAAM6qBNz3BU,AAAO9DQ,A,A;gHkB/dvBg/B8B;AAIQII;yEAYM3yGS;AACoB8uGAlB8cvB9uGU,AAAKq3EQ,AAAO9DQ,A;6DkBjbOu7BAlBibdz3BU,AAAO9Dc,A;mDkB3apBg/B4B;YAImCzDMxBtQhBAAM6qBNz3BU,AAAO9DO,A,A;MkBnaPztCa;8EA0BC6sEK;sUAyCN1kCArBtJUudAA3HoB7pDgC,S,A;0FqByTLMArB5TJNgC,O;0CqBiUnBrK+C;KAGYAiB;6DASG+/CY;AAAqB9De;iGAa7B8DY;AAAkC9DW;oFAcIq4CK;2FAoB1DEiD;qGAkCqCxZiD;mHAoBZsZI;8BAW7BGUApU4BFG,aAG1BGQAOQhsHAgOlNkCgkFAAAA12E8B,A,AAE9CtNAC2OwE8vGiB,AASjBmciB,AAuBnBlcAAAA9tEAtP9LENgC,U,A,A,AqP7EtC3hCAAAAAQAEMswGsB,AACAztCU,AACAq1BY,AACAzKa,AACA9RU,A,A,C,4F,Q;0FhO2gBcjhBAvBiqOlBu1CuC,A;ka+FzqP2BqCI;oBACMrwEA7FmEGNgC,W;mMsBxBE4xCI;AAAsB8DI;AADtB9DI;AAAsB8DG;6FA8f5Du7BI;kFA0EAAI;yCA6BWAI;sCAmBXAI;0BAeIsZU;6DAwCJtZI;qBAsB0CtlGsB;QAC5BgjGqB;mZAiLF4bU;mCAG6CCW;QAIlCAW;qGA+BEt2BY;qKAoDVq2BU;mCAIACW;QACyCAW;sFAoC3CDc;0HAiByCCe;AAKAAQ;sJAoB/CCAA3gBuBzrBM,AAAZkSiB,IAAsClSS,A;wNAyiBNkSM;AA9B3CuZAA3gBWvZG,A;gJAulBHqZU;mCAIACW;QACyCAW;2MAoC5CEU;kDASAxZS;wIA0BoBuZAAnqBFzrBK,AAAZkSM,A;AAyoBNAW;AA0BoBuZIAnqBwBzrBc,A;0BAsqBrC3gGa;uvBgP9uC+B4kHS;4EAQpBAY;kEAOpB1UAxQsqPVDqD,A;4DwQjqPkBv1CAxQypPlBu1CuC,A;8JwQroPEvhGmBApBgBgsDAxQypPlBu1CwC,A,A;gO2BjpPqC4BW;qdAAAA4B;+GASf7xGAA4GOoRAArD8B0hG2B,A,A;AAlDvDqQ8B;ulBAkCqBrduB;2CACDAuB;wHAoCpBqdiC;sDAMsBlnDoB;mjBAyCVq0CwB;QACAgcwB;QACAhZoB;QACAEyB;oDAEE+YwB;oDAGAhZ0B;oDAKmBiZ2B;qCAErBhZc;KAEkBxzGAgCwlBTAAJrvBvBAAAtB0Bg2GAAAAh2GWA0MLsoFuB,A,A,A,A,A;uK5BIyBuhBS;YAAAAgB;uDAKlC4iBkC;CACAnIqB;oDAUYuFC;0CA3CQ7pHAgCwlBTAmB,A;sEhCnlBTwsH4B;8BAICv4CwB;EAAAAG;AAAM+nCO;OAEbh8GAsDxLwBA2C,A;odpDyFmBs3E0B;wEAOjDo1CM;gRA6BuB1sHAGiMzB2sHAAAA3sH8D,A,AAKA4sHAAAA5sH8D,A,AAKA6sHAAAA7sH2C,A,+BA8XiC8sHkB,AAECCgB,AA3ZtC/sHAAAAAAACEgtHQAwEIVe,AACAhca,AACAztCQ,AACA8YS,AACAsxCW,AACACAhCi1LJjdkC,A,AgCh1LIkdAhCi3JJld0B,A,AgCh3JImdW,AACAnZW,AACA1dW,oBAKgCkakB,AAEpC4ckBAhKACW,A,AAiKACoB,A,oBApFACQA0FIlBe,AACAhca,AACAztCQ,AACA8YS,AACAsxCW,AACACAhC0zLJjdmC,A,AgCzzLImdW,AACAnZW,AACA1dW,mBAOAk3BAhCgyLJxd+B,A,AgC/xLIgdmB,AAIAxcuB,iBAGJ8coB,A,AAhHAGQAqHIpBe,AACAhca,AACAztCQ,AACA8YS,AACAsxCW,AACACAhC8xLJjdkC,A,AgC7xLIkdAhC8zJJld0B,A,AgC7zJImdW,AACAnZW,AACA1dW,oBAMA02BiB,AACAvcAhC2nNJT4D,A,UgCrnNeQ6B,AAMTAmB,AACATY,AACAWAhCikONVgD,A,AgC9jOAodkBApOACQ,A,AAqOACiB,A,A,A,A;sMHhXaIK;AAAaAG;kNAuN1BCS;GAGACUG4MACkB,Q;0BHvM8Cz2CW;sBACnC02CS;MAAAAAA0DmD12CQ,OACRAQ,kBAEL9DQ,uE;AAxDtCy6CAAwFmD32CQ,OACRAQ,kBAGG9DG,0DASfAI,oF;4EAvFF06CC;AAExCLU;AAFwCKsC;qBAMtB52CC;yDAWlBu2CM;0BAGU5tHgB;iHA8INAmBAkKuBkuHe,A;AA9JvBluHkB;0DAcFo8DiD;wDAUmDmXI;2XAsL9C46CsB;YAAeCgB;uGAMwBCcA9C5CrbG,0C;gTA0GQmb2B;4oBCzqBWGU;yCAIECG;uWAkGhBDW;GAAAh8CG;WAAAA0B;oEAyBEk8CAAuC+BFQ,W;IArCf/dI;GACe+da;yGAkB5BtuHY;2CAQAAY;iBAGAAY;iEA8E2B61FY;oHAiBhC0eI;gBAAAAS;mFAQkB5TQ;wQAoHc9KY;gHAWd8KQ;wqCAmXZ3gGWRuFQ45GAAAA55GY,A,A;+LQhDgBAqB;gFAEnCswFU;OAAAAAC5VFkkBM,A;8DDwWyBj7CmC;qBACzBk1DU3B/vBAA2C,A;kW2B2yBInoCe;qEAGAmoCU3B9yBJA+C,A;6Q2BkyBiB15CAJpXK8gB0B,A;wEM3hBeAY;gFAWQ64BGAe3Cp+ByB,wG;wHAuBuBqQQ;iWAwFzB2sBW;sHAmBW5/BAhCw5XqBo1BuB,A;6GgCj4X5BxPuB;wBACAEiB;wBACAD0B;AAEAgZiB;4BAGA9Y+B;4BAEAC6B;IAEACgC;qCAEaPkB;AAEjBkaO;sRAmH0BttHC;aAAAAyB;AACxB2uHUA6HErCsB,AACAhcsB,AACAztCU,AACA8YW,AACAsxCgB,AACACAhCuvLJjdiD,A,AgCtvLIkdAhCuxJJld+C,A,AgCtxJImda,AACAnZa,AACA1da,mCAKgCkakB,WAGpCmeAAxRAtBS,mB,UA0RADC,gBAAAAKA7PACQ,A,AA8PACC,EAAAAgB,I;sFA8CEqBAAzUFtBS,wB;yFAsWAuBAAhXAvBW,UACej2CQ,A;yKAoYYk5BM;AACACkD;6fAiFzBiemC;iBAEAAmC;iBACFIAA1dAvBW,QACej2CS,A;AA4d+By3C0E;qGAIvBCS;2XA+DrBCANtVFCwB,qC;oWO5TItuBW;2PAsIAwiBkC;OACA9lFiC;6HAmCA8lFmD;+CAE4BvyCc;uFAeVA4C;qBACHAuB;yFAenBpXY;kFAOiB01D0B;0CAIACsD;wOAqBcCoB;iBAIvBC+B;mPAwBSCkE;gFAwBGCAASZF+B,GAGWrvHY,8DASAAY,mIAmBgBu0GkB,2BAOdv0GuB,wBAOAAc,kD;kSAiInBwvHqB;sBAuIC70HO;+BAGCqFmD;GAEEyvHyE;mDAcAtMkC;OACE9lFiC;oHAgBJg6CS;mBACA9Da;GAC0Bm8CiB;AAA1Bvc2B;AACOwcwC;AAAPAQ;AACAj1DAjCu9NJu1CuC,A;muCEjyOSvwBAAtGwCzRAAhGxBudAA3HoB7pDgC,W,A,oB;uxDAgtBZssCAArlBRudAA3HoB7pDoC,W,A;4WAylChBkuFwB;6KuQvoCN7vHC;6JA4DiB6xGgB;CACjCieY;8OAqBC/0FqD;iHAIAg1FAtQiEMCqB,A;wBsQhENC2HtQyEQ3LqB,A;AsQzEqBtkHC;AAA7BiwH0C;yDAMJCG;kBAAAAuExO4cEVuB,mFAQgCWU,WAAAAyE,qCAKhCCsBAyBeDuE,OAAAAY,S,wDApBjBE4CA0EsBrwHC,2CAAAAiB,AAGDijHU,mC,qCAzErBqN4HAgDYtwHC,oD,gEA1CVwvHoB,M;8qBwOxfkB1ec;4c1N4MM2GgB;4xBrBrM9BwXyB;8CAKAAwB;yGASAA8B;4FAoCAAmB;mHA2DAAmB;oKAwBWjvHc;21BA8JXuwHqB;6YAsGAAiB;yTAkEsB16BW;wBAEM26Be;yBAcExwHqB;qIAO9BivHuB;uSAoBAsBwB;yiE+G7ZOE+J;spDvGzMACuB;8RA4BI1wHa;6NA2DX2wHuD;AACOCoC;wCAgCPDkE;8NAeAAuD;i7DwOlDM3wHoB;6GAiBAAoB;kJtO5GwBAoB;soBAuPEAoB;uiCEjOFAoB;yVAiHf61Fa;wFASXvFU;qGASAAO;8IAWoCtwFiB;k4BA0G3BAe;wfAmFiBAoB;ylBA6DAAoB;sFAGUoRiB;uKA6BVpRoB;iDAAAAAASM6wHa,A;qSA+HiBpcgB;OAA1CrjGa;8CAIApRS;uIAqBiBy0GgB;OADjBrjGa;8YAkH6BpRa;6JAiDVAoB;4BAAAAS;mVAuCnBAS;+SAmDmBAoB;i4BGlzBR61FiB;6bAyFX71Fe;2PA8B+B4/FAfibZ5/FU,A;EejbY4/FG;mBAAAAAfibZ5/FS,U;0Ge/ZXAkB;gYC7JH8wHAAWCrkSAECRuzKS,A,wB;4SDwULgxHO;iEAQWCK;gIAIXCO;gFAKUj0FAGpVJj9BqB,A;sBHsVAmxHU;oBAGCnxHoB;25BAu2CiB61F+B;48BAy2BV4hBiB;kiBGjiFPz3Ge;oXAwBEoxHqB;kWAiCAAkB;iwCA8HgBpxHiC;m/BA0JlBAU;+BAAAAAA0BbAAAAAAO,A,A;2nBGrY6BqxH2B;WAAAAE;0zHI6PnBrxHc;gIAuHWsxHMAuDWAAIoC5BCG,qBAA4BCsB,A,A;mFJvECtba;kcA0EbubW;AACUzxHC;YAAAAAE1RLsoFe,A;qdFgZTopCiC;gCAIyC77Bc;4MAiEjD71FoB;4BAAAAI;+GiItjBoBAqB;2IAoCDAS/H6DFsoFU,A;iK+HbnBmpCsB;SAESzxHYxH4gBsCsoFY,AAArDtoFAAAAAO,A,A;YwH1gB2CAAApLrCAA7H0yBAAAKzuBkB82GAAAAxuBW,A,A,A,wBAgBxBtoFa,A;WwHmG2CAAAtL3CAAAAAAc,A,A;AAwLE2xHwE;8EAYiBCI;cACfCa;aAKKDY;AAAaES;kEAcP9xHQ;AADTyxHU;oEAIOzxH0D;gGASHlwHA3HqqBuCkwHa,A;oF2H1pB3CyxHU;+VAkCJj3CY;sCAMIo3CG;gGAIAEG;kDAaECI;0HAgBFDS;uCAOALY;EAAwBOO;oGAekBJS;iBAIjC5xHQ;AADT4xHU;gIAQAEG;0BACAGW;8BAKEHS;4DAWFAS;kEAOCAS;mdAsB0B9xHc;2DAQAAc;2BAK1B8xHG;sjB/H1ZGhiPAI+4BuCkwHoB,A;EJ94BnCgyHO;sJAkBAAO;wKAsGPEW;oBACEpbY;AAA6BqbI;wCAS3BrbK;mIAwHexuBW;yBAUAtoFWAhEDsoFsB,A;QAiEN5DkB;wIAYO1kFeA7EDsoFQ,A;QA8EN8pCiC;2CAeOpyHeA7FDsoFe,A;oBAiGNuH4B;0CAuDbwiCG;yCAQiB9bM;AACLSG;wBAIZRa;AAIF5iRgB;yFAQEy+RG;oFAeiB9bM;AACLSG;wBAIZRa;YAIF5iRgB;6RA6FAqiRW;iDAUFAW;kDAQAqcAA/KApbK,AAAoBl3GC,AAApBk3GiB,A;4HAoMAbK;AACAziRgB;+EAOY8iRS;AAERLK;AACAziRgB;yEAeJyiRK;AACAziRmB;sMApHI2+RK;odA2LqBCGAvelB1bS,AAAU2ba,A;kCAyewB9bE;iEACDAQ;AAEH32GC;sEAMmBg3GW;AAC3BNe;IACqBCI;0LAiBnB+bG;IAAAAAA7hBxB5bS,AAA+B6bI,A;sCA+hBH3yHC;sGAOI22GM;gBAElBicAA5iBdCgB,A;uDAijBsBlcM;iDAGQ32GC;0KM9GlBy7GAJ5bTz7GG,A;8HI4jBH8yHAgH1rB2BAO,G;kBhH0rB3BAAgH1rB2BAqB,A;mBhHu2Bb9yHoBN/pBEsoFoB,A;mFM+vBGtoFoBN/vBHsoFW,A;oFM+7BZtoFAE7wBbAAAAAAgB,A,A;OF6wBaAiB;qCAqEaAoBNpgCDsoFI,A;8FMyBTtoFoB;2BAAAAS;s8CAi5DM8/BAAtDT9/BoB,A;gFJtnDeAqB;oEAwCrB+yHU;kEAUAAW;AACc/yHG;8CAI4BAG;iEAS3C+yHU;8CAcS/yHQ;AADTyxHU;yDAIOzxHkD;0CAKNgzHG;wCACuB5cWFnVuB9tBW,AAArD8tBAAAAAW,A,A;eEqVUp2GSAyXJAAArDsBAWF3pBHsoFW,A,oD,AE8sBzBtoFAAAAAAAGiBsxHAA3bbCG,qBAA4BCoB,A,Q,A,C;2IAkFdyBiB;AAAuCjzHSFxWhCsoFW,A;kCEgXlB0qCM;4DAQAAM;gCACGljPAEiVuCkwHa,A;oFFzT3CyxHG;wDAIJyB8D;+CAiBI3BG;kDAG6BvxHkB;8BAK7BuxHG;0DAG6BvxHc;4DAUjCw6EY;kDAOK24CU;2DAGyCnzHAAwK1CAAKzuBkB82GAAAAxuBW,A,A,wBAgBxBtoFa,A;uDLyjBI83EgB;0FAsBEi7CU;gGAkBe/yHWFrfIsoFW,A;gHE6gBnByqCU;AAEF3/CI;EAAAAS;sCAME2/CU;AAEFj7CI;EAAAAS;gIAzBuCk6CO;4LAoDXhyHY;gDAIAAc;mKAyCA2nES;okCKvpB1BsrDG;yEAMgCGAA0fhCCQ,K;8GArfAJG;kCAEFKS;uTAiEAFAAkbECQ,K;mEA5ZAJG;8CAIcjzHY;8CAKdizHG;sDAIcjzHc;+BAMdizHG;kKAqCuBjzHU;0CAGtBuzHG;qFAciB/BI;sGAWAAqB;qQAmEAAI;mGAmBlB+Be;qEAEoBCkD;mDAOlBPG;6BAIiBzBY;kFAWnB+BG;4FAzGENG;iOAqCCQG;omCA6QHJG;oaAmFAKU;OACJ9/RgB;4LAgBI09RG;s2BCjnBAqCU;+CAKAAU;uSAoCJCS;yaA0OW5zHAAzDPAAApOAAAD5BkB82GAAAAxuBW,A,A,A,Y;gBCyTXtoFADzSbAgB,ACUAAoB,A;mCAqS2B6zHI;SAEVAQ;icPyrBD7zHW;iDAEd8zH+B;uIAkMEldmB;qHAYAAmB;uKAYAAmB;s7BUvtCS52GoB;0FAHW61FM;wEAOU+XsB;YAAAAAAJrB5tGgB,A;wHAU0B+zHS;8EAGHAS;4mDAoL7BAwB;qVAuGqBz7RoB;kuBAiEf0nKU;mYAiIe1nKoB;yKAsRJ0nKoB;6DAKXAc;mHAKW61FM;gGAKek+BS;8EAGHAS;m5CAuJ9BAU;8EAQiBAgC;oaAoQC/zHoB;sDASXAyB;WAAAAAAwXbAAAAAAO,A,A;wGAnXwB61FM;iiDA+KQ71F+B;6tBGz6C9B4/FiBK4pB0B5/FWA7GkCAAAtHDg0HoB,Y,AAmB7Dh0HAAmGAAU,A,A,A;0ELxiBE4/FiBKqpB0B5/FWA7GkCAAAtHDg0HoB,Y,AAmB7Dh0HAAmGAAU,A,A,A;sCL3egB4/F0BKwlBY5/FWA7GkCAAAtHDg0HoB,Y,AAmB7Dh0HAAmGAAU,A,A,A;6CLpeqB4/FsBKilBO5/FaA7GkCAAAtHDg0HoB,Y,AAmB7Dh0HAAmGAAU,A,A,A;0CLlewB61FQ;iGAsFRo+BwB;UAGdr0BiBKsf0B5/FWA7GkCAAAtHDg0HoB,Y,AAmB7Dh0HAAmGAAc,A,A,A;qQmL/hB4BAmB;8BAAAAY;2dA2IUAc;ylCrL1JhCswFe;AACAAAzC8gBJkkBU,A;AyC7gBIlkBW;kYAqJoBtwFY;kOAwCEAU;mBAAAAyB;swBAoJxBAU;0FCyMwBA6B;uGAMxBk0HgB;8fAoDECqF;u4BAkPJDmB;+HoMp0BkBhqCM;8BAEGAM;gFA0EwBAS;aAAkBAyB;aAE/D0ViBnMykB0B5/FWA7GkCAAAtHDg0HoB,Y,AAmB7Dh0HAAmGAAc,A,A,A;mEmMvdIAiB;yFAqBF4/FiBnM+iB0B5/FWA7GkCAAAtHDg0HoB,Y,AAmB7Dh0HAAmGAAU,A,A,A;qHmMjUgBi0HwB;UAGdr0BiBnM2a0B5/FWA7GkCAAAtHDg0HoB,Y,AAmB7Dh0HAAmGAAc,A,A,A;shBmMtLIAiB;2SAmJYi0HwB;iRnM3dLGe;+BAGEAQ;sHAeAAQ;qXAgaJCE;8IAqCOx+Bc;gDAKZy+BAAxBF96DY,iD;qHAuK0Bx5DwBA7GkCAAAtHDg0Hc,A,A;aAmOjCh0HAA7GkCAc,AAnG9DAAAmGAAU,A,A;qTAwJkBAiB;uPChmBZu0HG;wJAWYAmB;4JAMZAU;+BACOv0Hc;oCAIPu0HU;sGAKAAS;qIA+BAAS;qJAiCAAS;gSAgDAAS;oHAiBF/6Da;uXAyCa+6DiB;mDASAAU;kCAEc30BAjDiQC5/FuB,W;2XkD3ejBw0H2D;oNAqBmBtqCyB;+DAQflqFe;kBAEXwrGA7CyaWuMiB,A;yF6C3ZY7tBQ;8FASvBoGQ7C6YNkkBK,A;Q6CzYyCj7CG;2SkMrHGz5BAAjC1C9/BoB,A;sYjMiI0Bm0Fa;UAAAAI;gEAeIAO;UAAAAQ;QACzBAc;o3BA+bGn0FkB;yIA+BRy0HmB;6WAiCAAU;4CAMAAU;+yBuLjnBKz0HoB;oOA0BoB00Hc;0OA0DdC+B;6zBAiLF30Hc;IAKGAU;2BADHAe;AACGAkB;gCAIPu5DG;iKAkFHq7DM;4iBAsEEppBArOyFWuMc,A;yaAoFbznBY;AAAS5jMAA3mB2CmoOK,A;AA4mBpDvkCAA1FJkkBU,A;4JAxMkBKQ;kDAeOAG;gCiDSrBAG;oMAoLmBigBW;KACDCW;KACACW;KACACW;KACECW;KACACW;KACCCa;gK1B3cTCmB;mEAQAAa;iCAWAAS;iIAkF0BCE;kIAyCtCAG;iBACSCAAiCmBFkB,A;QA/BGGkB;OACACkB;gCAG1BCmB;05CvByXa11HgD;iEAIlBswFAAjFJkkBO,A;sHA+FoB9nNAAjnBoCmoO6C,A;guD0K+IjD70HiB;sFAiCkCAiB;iPAwJnBAQ;ivBAsRRi0HwB;kgB1KtkBgBxcmB;iOAkVlBkecsDjTKjkBoB,O;2EArCLAC;SAAAAU;+CAaFAI;IAAAAQ;gKtDsfOqGe;06BuD2kEUhjCApDptEL8gBW,A;sKoDu0EL+/BGAMQtlCG,AAAdvbApD70EW8gB6B,A,AoD80ElB1Za,+BAIF05COAjCY9gDApDjzEQ8gBY,A,AoDkzEpBvFe,4BAMAA4B,A,4D;+IAsCEnUmB;IACAmyBY;kEAIA3Ba;+CAEA73Ba;goBAqsBQ90EsB;2gCA8xBD81H0B;iyBGrjIK1kHqB;mBAKhB2kHgB;2GAyBAxTiB;i0BzF66GcyTgB;4FAQQC4B;AAAlBCmE;muFA8vOqCt2BA0BxzUX5/FqB,U;6V1Bu7WUAqB;wDAkFR8iHsB;wGA6pBFqTAA0kwBuBCiB,cAyBvDDAAAAAAACEEAAoFAt3DO,Y,AAnFAu3DAAiKAv3DO,+B,A,A,A;gBAjwwB4B/+D+B;4JAkBXskHwB;kJAiBbiSAAwBDCiF,A;67FA49O4BCoB;mEAEDAc;smBAwGCAoB;mEAEDAc;4qCAiYjBz2He;oDAGA2nGQ;QAAAAQ;8DAGWAa;AACJoJ8B;4BAAAAAAxBE/wGkB,A;IAwBsCsiHAA2gXrCtiH0B,A;OA1gXVAS;6HAioBAkqFyB;6LAeuBAuB;mJAsFL0wBe;kBAGehbAA8gcnC5/FU,A;iCA9gcmC4/FAA8gcnC5/FS,oB;w3DAxuUoBy2HoB;mEAEDAc;6kEAwtDjB7bc;2OAoBS/kBc;0ZAsYH71FqC;qBACVu5GAAx2LEv5GY,A;IAw2LiBu5GAAx2LjBv5Ga,A;wJAw7LQA6B;qDAIdu5GAA57LMv5Gc,A;sBA87LOu5GAA97LPv5Gc,A;iCA+7LFu5GAA/7LEv5GY,A;IA+7Leu5GAA/7Lfv5Ga,A;sJAu/LQA6B;qDAIdu5GAA3/LMv5Gc,A;iCA6/LFu5GAA7/LEv5GY,A;IA6/LmBu5GAA7/LnBv5Ga,A;wqLAm1XO46GU;oDAAAAAA4DXiNmB,A;uGAjDD6OoB;+HAaAAoB;iDAWCxsCwB;0BAMe2LAANf3LwB,A;+JAyBA29BI;uCAIPtDI;mSAk7CIoSS;kEAYAAS;iJAgBAAS;kGAYAAW;AAAcrFM;kEAMMAM;2dAwmBbtxHmB;8BAAAAY;w+BAgtDC46GAA5xHLiNmC,A;0sBA2kKIjNAA3kKJiNG,6iB;8UA8mKE+OkH;wWAqBQt/CA0Bh/rCJu/CW,A;A1Bi/rCM3sC0B;AAGgB0wBG;sCAAAAAAvoK5BiN2B,A;0DAyoKiBjNAAzoKjBiNoG,A;oGAmhKLiP0F;sFAaICSAkBJzhD6C,iB;ikC0Pv5sCOzyKAhK9CuBgyMG,A;qJgKkE5BmiB0B;kCAISCM;IAAAAI;+FAiBuCAE;2JAapDCQ;ubAsESh0NchK9KAi0NiBV4VX7nHW,A,A;kJ0KlKM8nH8D;aAISHM;IAAAAI;mHAY6CAM;gpBsBpNxD33DU;yBAAYuqCA1O+Y0Bz4FS,A;A0O/YtCkuDAnB8JuCt/DW,A;6DmBvJzCq3H2B;qBAIIzciB;KAAAAAAuG4BzjCsB,A;oDADN+SK;UAAAAG;2CACM/SmB;kBAGAkgD+B;OAAUz3BAtP0cZ5/FqB,U;omByOlkBIs3HuB;0BAM3Bt3Ha;qDAOAAa;qDAWAAa;k9CcgzFyBAoB;8BAAAAAD30FTu5GAhRwhrBZv5GY,A,A;wBiR/qlBSm2HAjR48jCiCC+B,AAyBvDDAAAAAAACEEAAoFAt3DO,Y,AAnFAu3DAAiKAv3DO,Q,A,A,A;AiRxokCiDw4DAjRikkCjDx4DO,AAAQ/+DY,A;AiR/jkCcAAjRs+mChBAW,A;AiRx+mCcm2Ha;6CjQr0FlB9PI;4BiQ+0FoBrmH8B;UAEFu5GAjRmqlBTv5Gc,A;o6D6Fr8qBMAApE3FgCw3HiB,AAEFx3HAAkzChBy3HAAAAx1FAvB3uCKNgC,O,A,A,A;c2FkBnB3hCSpEzF8BAgB,A;0EoEoHhCoRC;iGA4KbsmHc;wFAqEFCc;sBAuBACY;2GAkBACY;4DAmBACgB;8DAqDACc;oBAYACc;sBAgBACgB;sBA2BACgB;oBA2DACc;oBAyOACc;sKAoRwCCMAFKxiC2B,A;mDAKvBwiCMALuBxiC2C,A;iDAQvBwiCMARuBxiC2C,A;6FA2CzB71F8B;AACpBs4HAAKADEAjD6CxiC0B,A,MAkD7CwiCEAlD6CxiC0B,A,K;mDAwDxB71FgB;uCAcR61FY;+BAGQ71FiB;AACrBs4HAAzBADEAjD6CxiC0B,A,MAkD7CwiCEAlD6CxiC0B,A,K;kCA0FhCAY;QACS71F6B;wDASDA2B;AACrBs4HAApDADKAjD6CxiC0B,A,MAkD7CwiCEAlD6CxiC0B,A,K;qIA6OA0aG;wBAA0BCI;+CAMvBAG;QAAzBxwGsB;AACrBs4HAAnMFDMAjD6CxiCwB,A,OAkD7CwiCGAlD6CxiCwB,A,M;uCA4PA2aG;4KAmCxB+nBuB;iKAgCAv4HyD;mBAGrBs4HAAjRADMAjD6CxiCwB,A,OAkD7CwiCGAlD6CxiCwB,A,K;+DAyW7B71Fc;AAAsCq3EM;AAAY9DQ;oCAYtC8Da;AAILk5BM;AAAqBCG;+BACvBxwGiB;AAJOuzEsC;kBAiENilDexFjLIjkBK,IAAAAK,cACCAK,IAAAAK,S;SwFgLLikBU;gBACDx4Hc;yEAuEJq4HOA/f4BxiCuB,A;IA+fJwiCIA/fIxiCuB,A;IA+f7CyiCAA9cADEAjD6CxiCuB,A,MAkD7CwiCEAlD6CxiCuB,A,K;kBAsgB7Cr8BW;2FAoB4B+2CM;AACACG;2eAmEV71GS;gBAA6B89HQ;gBAC9Bz4HAA6nB0B85GAxFhgEpCCiB,AAAuB1iCM,AAAa9DI,A,AwFggEbvzEA9FvxEcgkFAAAA12E0B,A,AAaKuiG2C,AA0CnD7vGAEqC0D8vGiB,AAsBtBCAAAA9tEACnDENgC,O,A,A,A,6BHRtC3hCmB,A;A8FqmDEm6De9Fj3CAkpDuB,A;I8Fo3CWrjHWvE1vBU45GAAAA55GY,A,A;SuE0vBVAAvEpoBE04HK,A;AuEooBwC5UM;WAAAAI;MACpBTsB;AACjCzoDC;6JAYY+9De;AAAwB5wDG;q8BAyGrBusCgB;WACAAgB;WACACgB;WACAAgB;ogBA8DADgB;WACAAgB;WACACgB;WACAAgB;yiDAiJmBl9BU;UAED9DM;+EAelB+gC0B;AACCC0B;AACFD0B;AACGCgB;SAMNjCkB;kPAuDAyHiB;8eC36DCoSK;YAGOvZI;UAEnBgmBAAUACe,AAAACkB,A;wCAU2B94HAwK1LiCAA9Oo4BH6vGqC,AAZpBgDgB,AADrB7yGkBAj1BlBAAAAAAa,A,A,A,A;esEoJ6BAkBwK1LiCAA9Os3B9DAAA9XqD0yGK,A,A,A;oBsE9SxB1yGA0KzMvBAAhPm4BqD6vGqC,AAZpBgDgB,AADrB7yGkBAj1BlBAAAAAAa,A,A,A,A;esEoK6BAgB0KzMvBAAhPq3BNAAA9XqD0yGK,A,A,A;sBsEjSxB1yGAuKnK8BAAAHvDAA7Om1BuD6vGqC,AAZpBgDgB,AADrB7yGkBAj1BlBAAAAAAa,A,A,A,A,A;esEiL6BAqBuKnK8BAAAHvDAA7Oq0BJAAA9XqD0yGK,A,A,A,A;sBsE1QxB1yGAuKwFvBAA7O8jBqD6vGqC,AAZpBgDgB,AADrB7yGkBAj1BlBAAAAAAa,A,A,A,A;esEwM6BAgBuKwFvBAA7OgjBNAAA9XqD0yGK,A,A,A;sBsE7PxB1yGAyK1PvBAA/Om4BqD6vGqC,AAZpBgDgB,AADrB7yGkBAj1BlBAAAAAAa,A,A,A,A;esEqN6BAkByK1PvBAA/Oq3BNAAA9XqD0yGK,A,A,A;yCsE3L3C7yGmB;AACOAc;AALYGoBuK3JvBAAAPFAA7O6uBuD6vG0B,AAZpBgDgB,AADrB7yGkBAj1BlBAAAAAAa,A,A,A,A,A;esEmR6BAauK7JZA4B,AACMAwC,AACjBAAAPFAA7O+tBJAAA9XqD0yGK,A,A,A,A;4BsE1KnDqmBAtEkNIlmBU,AACFDI,gB;AsElNFgmBAA/JACiB,AAAACiB,A;sDAqMAEmB;A/F5T2CC0G;0D+FgWD1oBI;AAAWCQ;AADrD0oBAA5OANAAIACiB,AAAACiB,A,A;iFA+XAMc;mBAEEAW;UAEAAW;gBAEiBAY;AACDAgB;OACLhoHS;AAAEgoHU;gTzFjeXz4B+B;yIAqD2B4PS;AAAUCG;2CAqGRxwGU;AAhGLuwGS;AAAUCG;oDAgGEDI;AAAWAO;AAAICI;AAAWAG;0BASjCxwGY;AAAOuwGI;AAAWAO;AAAICI;AAAWAG;0BAS/BxwGY;AAAOuwGS;AAAcCK;2BASrBxwGY;AAAOuwGS;AAAcCK;kFAkEjDDK;AAAiBAQ;AAAMCK;AAAiBAE;iCAIlBDO;AAAIC2E;6BAIrBDgC;wBAA2BCG;wFAqFrBn5BW;AAAgB9DK;uCAoBzBvzEM;sBAAOq3EI;AAAcAI;AAAO9DI;AAAeAG;CAG3CvzEM;sBAAKq3EI;AAAck5BI;AAAIh9BI;AAAei9BG;6CAYhBxwGa;AAAKq3EI;AAAck5BO;AAAIh9BI;AAAei9BG;0BAOpCxwGa;AAAKq3ES;AAAiB9DK;2BAOtBvzEa;AAAKq3ES;AAAiB9DK;yBA2DrDvzES;AAAcuwGO;AAAKl5BM;AAAoBm5BO;AAAKj9BK;0BAuChCg9BG;iBACEl5BO;AACLm5BiB;AACKj9BQ;8QAoDN8D8B;wBAA8B9DG;kIAsH5B++Bc;AAAuB/BM;AAAiBCG;+EAUxC8BS;2DAMAAS;gEAYAAW;AAASiCK;IAAAAW;GAATjCW;AAAqCiCK;IAAAAW;GAArCjCW;AACRgCK;IAAAAQ;AADQhCG;wBAAAAS;AACsBgCK;IAAAAQ;oCAMtBhCiB;AACVgCK;IAAAAK;KADUhCS;AAEVgCK;IAAAAK;KAFUhCS;AAGViCK;IAAAAK;KAHUjCS;AAIViCK;IAAAAK;+JAiBgCl9BQ;UAAa9DQ;kBA8B5BvzEc;4BAAcq3EY;AAAmB9DQ;iCA6BtCg9BU;gBAEHCS;0GA2CP7PW;8SAqDKuYmB;8EAQAAa;4CAQAAa;kFAgELvYW;gWAmOkB4PM;AACFCG;kTAoLyBj9BkB;YACA8DkB;sNA6CnCk5BM;8BAEACQ;uEAcAAI;yBAEEAI;iCAIFAI;yBAEEAI;2BAIFAI;yBAEEAI;2BAIFAI;2BAEEAI;iIA0FR7PW;6WA4BA04BY;AAAYCS;AAAZDAAhawBngBiB,A;IAgaZogBAAvZYpgBmB,A;AAuZYqgBS;AAAZDAAvZApgBgB,A;IAuZYqgBAA9YZrgBgB,A;AA8YwBqgBAA9YxBrgBc,A;IA8YoCsgBAArYpCtgBU,e;8KA4YbmgBAAvaangBkC,A;AAwaZogBAA/ZYpgBqC,A;AAgaTqgBAAvZSrgBU,8B;AAwZVsgBAA/YUtgBU,iB;6GiBzgCHvYW;oBAIlB9gGM;AAAoBAE;2GAUlB45HuB;UAAAAoB;gWAkrBFz5HyB;q8C6EhsBc2gGmB;68FCiiBIAQ;oVAoHAAW;qLAYhBA+B;wGAuCgBAW;wFAWJA0B;ybrFtdd4agB;AAA2BAW;AAE9BCe;AAA0BAgB;0CAIDDgB;AAA0BC+E;iBAIjBDiB;AAKvBCkB;oTAqViBCA0C5rBtBz7GG,A;2C1CgsB6By2FAuKxtBbz2FY,U;qgBvKy9BtB05HG;wRAoBqB/4BW;yLqQlvBM81BoB;mEAEDAc;q6BCnJlBkDe;4XCzMECAvImDGneAtFoEPz7GgC,A,AsF9DI45HS,A;AuIzDgCCAgFdlB75HU/EH1BAU,A,A;ADiBY45HAvI2DdxoHI,A;gBuI3DcwoHAvI4DAEAwCkWZ95HS,K,4B;uC+FlYek9GS;WAEDn+CI;4BAEdg7DAAgGa7cS,kB;0CAnBC8cC;kCAAhB1yCO;kCAmBe41BS;sIAjBNjlBAzNyfEj4FS,A;gByNzfFi4FU;sJAGD2TEArH8B/rGW,A;EAqHa4xHEE5ErBAU,A;UF8EV7lBEAvHkB/rGa,A;GA2HnBq9GS;KALIl9GgB;0UGrHjB2gGO;IAAqBAS;y9DCgSH3gGkB;oFAMAAkB;0XAmGEAmB;uCAIhBA0B;uCAImBAmB;uCAGIAmB;eAO1B59JQ;wCAIkB49JM;wCACAAM;8CAEGAM;uCACIAM;8CAIzBq2EO;uGzDtNO9cU;eAAP0gEa;GAAAAkB;gW0DlNDt5B+B;IAAqBAS;qDAITAgB;6XCgJXu5BAjGxGAl6HC,A;kCiGwGAk6He;2EAKGC8B;4yBtH6WWxsHG;AAASysHIuH1eMAgB,A;6HvHygBbvbAhHpbPwWW,S;4BgHobOxWoB;AACFh/GI;gBAKjB28DG;cACE38DQ;4DAQgB26EAwH9NkB6/CK,WAAAAAAAAr6HAnO8afASJrvBvBAAAtB0Bg2GAAAAh2GSA0MLsoFc,A,A,A,A,A,A,AuO+IzB9NAAAAAO,A,A;qBxHsO0Bx6EkB;QAAAAAAiN1BAK,A;0HAlG8B4mEAwHhiBLx1DAA+MiBipHK,C,YA/MjBjpHAA+MiBipHAAAAr6HAnO8afASJrvBvBAAAtB0Bg2GAAAAh2GSA0MLsoFmB,A,A,A,A,A,A,A,AuO3DnBiyCAA8D0BCM,AAAsBCc,A,AA7DlDCK,KAAAAKAoF8B/sHO,e,AAlFXAO,AAASgtHI,oBAEWCQ,I;0MxH2lBPhjDQ;uDASM09CO;+HAelBuFoBAlX2BhoB4B,A;uBAmXe2nBsB;kDAEd36HW;ulCQtlB5Ci7HO;6BAKAAO;gbAmCFxeG;kBACO3bsB;qDACWAW;4FAkCtB57BgB;iCAKAqbiB;uCAMA3PY;yCAKAjHY;gFAQkDoOW;eAAAAS;gNAkB5B+oBc;0mCA6PE9gGoB;mQA6Bbk7Ha;AAAmBp6BsB;yBACrBo6Ba;AAAmBp6BuB;oXA4DnBAmB;+QAiEI2Tc;sWkHxoBJ3Tc;0MAwFEAK;gFACFAgB;wWAwGAAgB;8JAoCAAmB;qQjHxMT5hCiB;kQA4Be/+DAxCnBkBAwC,A;AwCmB+B2gGmB;AAJ/CicQ;AAAY58GiC;AAIdA6CxCnBkBAI,A;mNwCsBjB2gGgF;+IAsChB5hCiB;8QA4Be/+DAxCxFkBA+C,A;AwCwFsC2gGmB;AAJtDicQ;AAAY58GiC;AAIdA6CxCxFkBAI,A;mNwC2FjB2gGuF;mFYhIT3gGoB;yFAaMg7HU;sBAAAAQ;8EAI4Bn7HAAJ5Bm7HoB,A;gZAiLQr6BmB;6oBA6LAA0B;oHsGvNmB4aW;mDAG0Ct/CAAmJ3Ej8DU,W;qQ9FvEwBi7HAA3CZpfM,AACCqfG,AAFbl7HAA2TTAAAAAAO,A,A,A;OA/QiCi7HAA5CxBj7HkB,A;mIAsIIAY;iCAuE0CAoB;4BAAAAAAGnDAA/EydmD28GY,A,A;kI+EjdvC38GY+F2BXAKAxV0B0yGI,AA0B2CyoBY,AAnIrEn7HAC2JgEo7HY,AACnCCe,AAH7Br7HAA1IsEs7Ha,A,A,A,A;sFhGgazE1gEkB;sCAOyByaO;2CAMkDkmDG;oBAAalkDO;AAAxFmkDWA2FW37HK,A;4CArF4E07HG;aAALhrBG;QAAkBl5BM;4FAahGhCQ;8CAKsBkmDc;wEAiBVhnBI;2EAIZl/BE;GACAr1EiB;oKAkE0BHW;qCAO0CAY;AAGtE47HgB;8BAMeZgB7B3NgChoBU,A;yB6B6NgEhzGO;AAC7G67HgB;WAIWbgB7BlOkChoBmB,A;yV6BsT1C7yGgB;uCAKH2gGc;oMAsC4BtpBG;qBAGCAG;8BAGdyiCA9L1dHvJM,AAAICG,AAAbuJiB,AAAuB1iCM,AAAa9DI,A;U8L2dvBvzEW7KmLC45GAAAA55GY,A,A;M6KlLR27HApF/bMCK,iD;6DqL9PX57Hc;AAECAS;AACCAS;wuB7JsQM61FwC;mFA0HTttBAAKAvoEiC,A;yQAgQA6pGA7GjdI7pGU,A;8B6GgduBA2B;AAC3B6pGe;qDA5NkD7pGAA7YxBA4B,A;OA6YwBA6CA7YxBAG,A;sQ8JvDjCm8DqBrEyMcn8DA5Gy2D4B67HAAAA77HAA/ab87HU,A,A,AAibeC4C,AAuBlBCAAAAh8HAoH9/B4CqPAAAArPAjExiCrCi8H6C,A,A,AiEklCFCAAAAl8HWAjRmBm8HqB,AAtB/Cn8HAA3bwC6vGU,AA9F7C7vGA8D3QwCqPAAAArPS/HxEfs7GkB,A,A,A,A,A,A,GiEmhCzBt7GAAAAAa,A,AAmDuDo8HI,AAmCiB/sHAAAArPkB,A,AAmG1Bq8HS,AAzL9Cr8HAAAAAMAEc+kEQ,UACGp3DG,iB,A,A,A,WpHwjC2BkuHAAAA77HkB,A,A,kB4Gv2D1CrFAqE5KyBAM,A,8D;uPAqcHgmGkB;mEAjUlBhkCejFqIWoYO,O;6EkFlNfhWiB;sSAsEiB/+DA/JrGgBA8C,A;A+JqGuC2gGgB;AAJrDicQ;AAAY58GkC;AAIdA6C/JrGgBAI,A;yN+JwGf2gGiF;miC7LuzFMw5BoB;iCAAAAmB;4CAiUAAoB;iCAAAAmB;yFAsEAAkC;2BAIjBn6H6B;uLQr1GkB2gGW;yDAOIAc;yHAIFl0QArElClBuzKY,A;0CqEqCL2gGa;IAA2CuZAAOhCztRArE5CNuzKoB,A,A;0BqEuCCvzKArEvCDuzK0B,A;gToKsFLu8HG;+DAeAAS;wRzC7E4B38BA7IwhBF5/FU,A;sB6IxhBE4/FA7IwhBF5/FS,U;+B6IrhBN61FW;gCAGG9gBA7IkgBL8gBW,A;ga6QtfE3LM;+BAGpBnrBI;8MAwEwB8yCiB;wR1KzHrB7xGe;mdsGsCQ6pGAzMwLJ7pGG,A;AyM3LC61FiC;aAGGgUe;kBAObvZiB;GAEAAiB;GAEAAwB;yMAqBFvxBW;OAEyB3tDkB;oLAwCP2jEAzMobI8gBa,A;qtByMheb71FoB;2BAAAAAApDkDw8He,A;uIjB2BY7hIAmFG9CAM,A;AnFHqD89Ha;AACzEgEM;oDASqB5mCc;AAAY4mCM;uFAEtCCkE;qEAMECqB;AAD2B5nDW;SAC3B4nDoCAyBgB38HyC,MAChB08DAmB4OF+hDGA1M0CCM,A,AA0M1ChiDAqEjMIkgEI,gBAC6BCiB,AACtB78Hc,AAAX++DKDpE+B82BsB,U,A,U,0I;0BvF0DpB71Fe;oIAuBIAA3E3EkBAkE,A;O2E2ElBA6C3E3EkBAU,A;iB2EuEhB48GW;cAcwBj3BM;yFAEYjrBgB;mBAMtC16DA3E7FkBA+C,A;A2EyFhB48GQ;AAAY58Ge;AAIdA+B;AAlBAAc3E3EkBAI,A;47BiCxED88HmB;AAAgBCsB;kBA+CxC/8HoB;4C8DxCa2gGmB;wDAyDAAmB;wDAoFAAmB;wDAkDAAmB;48EmEpIU9KsB;qEAyEWA8C;wQE8EnB71FACpGWg9HqC,WAAAAgB,A;8IDyHFCARuRzBj9HC,A;cQvRyBi9HS;seEjPhBriBoB;YAAAAO;AAAMAU;wKAmEO56G2C;QAOXAsC;4DAIFk9Hc;0FAWAAgB;iBAEqB32DM;AAAdAAAtEU42DkB,A;IAsEI52DAAtEJ42DiB,A;iBAwEfDmB;AAAoBAO;AAGhB32DAA3EW42DkB,A;YA2ETCU;yCAQRFkB;uBAEc32DAArFG42DwB,A;IAqFW52DAArFX42DmD,A;AA0Fdn9H4B;4DAIQumEAA9FM42DuB,A;wCAgGHDO;eACFAM;yfXyEOl9HAUvEDg9HqC,A;WVuECh9HSUvEDg9HmB,A;2BV0Ebh9HC;4WAoCKAY;wgBAmDSAe;0IA2B/Bq9HkC;gJAiBAC0BChGFr/DgB,A;IDgGEq/DW;ocA0DwBt9Hc;sBAEhBAC;oCAQAAC;ypBAsDoBwwGQ;YAA0CAM;sEAOhCxwGW;AAAkBwwGG;0BAGLAE;sDA6BvBDQ;YAA0CAM;sEAOhCvwGS;AAAauwGK;0BAGAAE;wMYhe7C5PyB;OAAah5Be;qGA6DW3nEWAxCNu9HY,A;+CAoDiBCiB;KAC7C59B2B;uBAAAtXI;uHAiBmBm1CC;AAAA9vHG;AAAA8vHU;cAIA9vHS;gIAiBjB+vHAAsIwBCc,sBAItBAgB,O;kRAtEGAqB;2NAoBH/9BA5O8hCO5/FsB,gBAAAAAAwXbAAAAAAO,A,A,A;W4Ot5CMsoFG;sEAMyDv8DwU;OAAAAsF;6PA4BnC4xG8B;+BAMtBAgB;6SAxEkC5oDA5OmkChB8gBQ,A;A4OlkC2BoUkB;wDA8B+DuzBoB;yBAAAAS;4GC/J/F7vHG;iSAyFHiwHEA/EoBCK,A;AA+EcCS;mFAcxBnwHG;eAFI3NAAzHIAaA5BlCAAAAAAM,A,A,A;IAqJ8BAAAzHIAAA5BlCAAAAAAS,A,A,0B;kBA2JE8pEYAlHiBn8DG,U;4GA0HbowHAA2DJCmC,AACerwHG,mBAGfswHc,8B;AA7DICGAoEMjgEgB,WACFAgB,KACRggEc,cAEAEoC,mB;qPA7CQlgEgB;IACRggEkB;6JAuBiBtwHG;oEA0BP2pEwB;8I7EhQCt3Ec;4CAcXo+HK;gBACWvoCO;qCAYO71FiB;8GAwBLAA3F8BoBA+C,A;A2FlClB48GQ;AAAY58G+B;AAIdA6C3F8BoBAI,A;8mC4J6EpBAA5J7EoBA0C,A;O4J6EpBA6C5J7EoBAM,A;iC4JyElB48GW;mqBAuEb3+CkB;iDAkBF2hCAjOglBW5/FO,A;gBiOhlBX4/FmB;WAAAtXM;AACiB36EG;kBAAS8wFcjEtO1B2/BK,gBACWvoCO,S;wCiEmQWloFG;iDAcPAG;+FAeEAG;mCAEMkoFO;6NA6GH71FC;krBAqIbAmB;wFAQAAS;wDAOc2gG0B;mXhF9TF3gGC;+cA6DXq+HsB;ieyF9SDr+HmB;wEAMAAS;2EAmBEAS;wCAEAAS;mJAayB2nEU;eAAAAAvSkRL4oCI,AAAIC2E,A;qDuS/QcDW;KAA0CCS;kFAgDlCDW;KAA0CCmB;sOAwC9ExwGI;yNA+BgBs+HS;AAAoBxoBmB;AACIAY;EAA5BwoBS;6CAOd/tBI;QACACI;uGASoBxwGkB;kBAGEAkB;wBAG1BAS;AACYAS;gCAEMs+HAtPlGfjJU,I;EsPkGeiJI;sBASxBt+HU;KAGkBs+HAtP9GTjJU,I;EsP8GSiJI;+DI2OQt+HoB;4BAAAAAA4B/BAA5LycmD28GG,A,A;sE4LncnC38GC;oBAAAAA7LgM2Cu+He,A;uC6LzLzDlpDE;yDAaAAI;+CAYGr1EI;+UAmBSq1EM;wDAwFTr1EC;AA9BqBq1EE;0BA+BhBr1EW;AA3FIAa;sFACTA6B;wEAICAAEzfLAAiDpCAAA5OohC4Dw+H0C,AA7W5Dx+HAAJQAAAxlB6By+HAAAAz+HA5D+rBfAAJrvBvBAAAtB0Bg2GAAAAh2GAA0MLsoFiB,A,A,A,A,A,A,AgEhGkBq2Ca,AAvCtC3+HAA7CoD4+HkB,AARpD5+HA6EiJ8B6+HAAAA7+HAzI4mBRAAJrvBvBAAAtB0Bg2GAAAAh2GAA0MLsoFc,A,A,A,A,A,A,M,A,A,A,A,A,A;OyPoVftoFgBEzfLAAiDpCAAA5O+qC4C++HAAAA/+HAHjlCLA0B,A,A,AGklCdi/HAAAAj/HAHllCcA6B,A,A,AGmlCHm/HAAAAn/HgB,A,AA1gBpCAAAJQAAAxlB6By+HAAAAz+HA5D+rBfASJrvBvBAAAtB0Bg2GAAAAh2GsB,A,A,A,A,A,AgEmEzBAAArDAAA6EiJ8B6+HAAAA7+HAzI4mBRASJrvBvBAAAtB0Bg2GAAAAh2GoB,A,A,A,A,A,A,A,A,A,A,A,A;0GyPijBjBAU;EAXgBq1EM;4BAWhBr1Ec;qKIzhBJAU;iCAKAAW;AAAiBuzEI;AAAmBAG;6DAsWfvzEQ;4FAAAAAAG1BAAhMqiBmD28GG,A,A;iDgMjiBzC4eU;AAAH6DqE;gCAIG7DU;AAAH8DqE;wGAQmCjnHa;mDAIXknHAjLw+BbjqDE,gC;AiLv+BgBkqDAjLy+BblqDE,U;AiL1+BUiqD2B;AAEAEuB;AAGAnqDE;wJAiCIj9Da;6EAQzBpYY;YAMGq1EM;mCApDkBiqDK;oHAsFElnHS;AAhDEAI;uEAgErBi9DU;AACCAE;iBAMRr1EU;cAXcAgD;wGAuEdAW;iBAvBAAU;sVC1bgB2gGQ;iKhH/EG4PM;UACACM;iBAEADM;KAAXvwGW;AAAqBwwGI;2EAObDG;UAAsBAS;GAAjCvwGC;kBAAwDwwGQ;EACxDDI;AAASAI;mBACmBCI;EAASAK;+CAGDAI;EAAWAK;2DAKlCDM;AAAUCG;AAAvBxwGC;uBAAiCwwGO;UACjCAI;EAASAK;8DAE6BDI;EAAWAU;4DAGTAI;EAASAY;goBAyF9CkvBW;cACACQ;qBACA1/HiB;mCAKR2gGgB;kcA6EG3gGC;+CAIFAC;wFAe4BsiHAhMyiBlBtiHS,O;kBgMxiBmBw6GAhMkjBlBx6GS,O;kBgMjjBoBy6GAhMskBlBz6GS,O;kBgMrkBmB06GAhM+kBlB16GS,O;uagMvhBf2gGgB;uHA/EoEg/BU;oBAAAAqC;QAAAAAAexDpvBI,AAAWAM,AAA4BCI,AAAWAI,A;yGT9KtCp4FY;kV4HMRuoFQ;yECWJ3gGoB;4BAAAAAAGnBAArM60BmD28GG,A,A;0DqMt0BZ4eG;AAAXqEs5B;IAAAAE;iBAKuBxnHkC;AACnBi9DM;6FAYlBAE;uDAVZr1E0B;kEAwCyBHY;MAAAAU;2BAElBAW;UAEsBi6GApTyIHziCM,AAAa9DG,A;6CoTzIVumCApTyI1BCuB,A;0RqTpNkBpZQ;sQ7JwBAAQ;qE8JoIc3gGoB;2BAAAAAAIS6/HY,AAD9C7/HAvM8rBmD28GG,A,A;mCuMjrBjDmjBwB;2CAWACwB;2CAQACwB;wDAUkC3qDE;AAAO4qDG;AAA7CCY;4CAMsC7qDE;AAAO4qDM;AAA7CCU;KAKICU;MAAaLY;wCAQbKkB;QACK9qDE;IAELyqDe;QACKzqDE;IAEL0qDe;QACK1qDE;IAEL2qDe;QACK3qDE;YAEFAE;gEAKiEAE;mCACSAE;eAGpEAM;wBAQIAE;YAEJAM;oEAiBMr1EUhN29CjBAS,A;uBgN99CcAiB;aApBPAW;UAUIAqB;oBAAAAoD;cAyBLq1EW;gEAYU4qDG;eACTjgIuC;iFAvHLkgIU;GAAAAO;UAAAAO;MACI7qDE;6DAUJ6qDU;GAAAAO;UAAAAO;wDAQAAU;GAAAAO;UAAAAO;6CA4HGlgImB;SAAAAA5GgvBTAA4GtuBAAuB,A,ACjZAAADiZAAY,A,A;gKAyCM48HI;iBACW5rCgC;AACkB4rCG;AAAM9tBO;AAAKz3BM;AAAO+oDM;AAAQ/oDG;WAAnCk9BkB;AACmBhhCM;AAAgBAG;WAApCghCe;AACdvjB2B;GAAsBhxFgB;AAA7B8uGS;AACsC8tBI;qBAC6B9tBY;AAEnEAK;gEASoB8tBG;AAAM9tBQ;IAEHuxBAnM4CVp+FACzSiBNiC,O,AD0SlB3hCAkGheR2hCgC,Y,AlGgegC4uEI,UACxBvwGAkGjeR2hCgC,Y,AlGiegC6uEI,U;mFmM1C3BosBa;wO5LjUcj8BQ;shBCuuBAAQ;4mB6L/wBAAQ;sSnHsVAAQ;iU1CpMAAQ;0d8J/JAAQ;4SCCAAQ;2rBtF2XlB3gGG;oBANIAU;IA7BKAa;8DwF3UK2gGmB;2GAyIgFtpBM;AACjFipDQApC8C/sDM,AACCAM,EACPAG,qE;OAkCrDvzEU;AAD4Cq3EQ;AAC5Cr3EU;AAAasgIAAxBiC/sDQ,A;qEA2KhCotBmB;6JAsED9gGI;6QjJzTK8gGQ;sL1BoHT3gGoC;IAEPAU;IAEEAe;AAGEAU;iBAGGAU;wNAkCyCugIC;cAAAAC;qH4KpOvD3lEsB;qRAqCkB56D0B5SwzBC45GAAAA55Ge,A,A;A4SxzBgBoxGM;OAAuBvxGSvIhD/Cm7HqB,A;AuIgDwB3hBA5SlCZtHG,A;Q4SkCYsHqD;eAEkDvKO;AAApBgLA7TwKrCziCM,AAAa9DG,AAApCwmCuB,A;4B6TrKsB3JI;4E1LnHT0JAnIwRbCU,A;EmIxRiCjLI;sBAApBgLAnIwRUziCM,AAAa9DG,A;uQmIxGvBvzE4BlHsvBC45GAAAA55Ge,A,A;AkHtvBgBoxGM;OAAuBvxGSmDlH/Cm7HqB,A;AnDkHwB3hBAlHpGZtHG,A;QkHoGYsHwD;uBAGOvKQ;QAA4CjvGI;qCAI3DuwGS;QAEGGI;AAAiBCO;iJAgBf3wGG;OAAAAAmD3IrBm7HC,QAAAAY,A;kFEtBbEO;qBA8W8Cl7HoB;2BAAAAAAwCoCwgIqB,AALhFxgIAAAAAAzEwemD28GU,A,A,A;uNyEjefr9CAYtQGt/Da,A;YZsQHs/De;OAA4DyVO;qDAKnFpnEG;AAASquHK;AAAAyEE2C2qBkD1hEsC,A;sD3CrqB9DqhBU;qBACUm7CsB;AACVx2DMyGxVZhGe,A;uDzG8VqBsWM;uDAQGqrDC;AAAT/yHG;AAASquHK;AAAA0EO;0BACZtgDU;0EAK+DrLA3H4WrD8gBY,A;mE2HvWXxgBE;yBAAkCkmDG;mBAElClmDE;yBAA8BkmDG;mBAE9BlmDE;yBAA8BkmDG;8LA0BIzeK;kBAIVjDG;AAAA0hBQ;AAERnjHG;AAAGmjHO;AAAHnjHK;aAGdi9DM;8BAK0BkmDI;UATfv7H8B;eAAAAAqI5f1BAAAAAAkCAsBI+kEgBnJ0CFhGkB,A,uCmJvCgC/+DwB,AAEnBs5GW,Q,A,A;wBrI+eTz7CwB;AAGFXkB;uBAMMmYO;oCAIAAO;yDAS6Cj9DwC;AAAGmjHO;AAAHnjHO;AACtByhGC;AAAA0hBU;aAEXlmDE;uBAA+BkmDG;OACjBlmDM;wBAeSkmDG;OAKvBlmDM;kBAMekmDe;AAXJoFArD3hBxB3gI6D,A;kBqD2hBwB2gIArD3hBxB3gIAAoDTAAAAAAsCAuBI+kEgBuCnCFhGkB,A,yBvCqCkC/+DqB,yBAKhC+kEgBuC1CFhGkB,A,+BvC4CgC/+DsB,AACjBs5Ga,Q,A,A,A;qCqDwdVsnBS;sEAUkBjzHG;AAASquHK;AAAa6Ec;qBAK7BZSA4EmB5qDK,A;QA5EEkmDO;iKAWjClmDE;wEAmBYioBwB;SAEZjoBE;+EA4BFuqBA3H2KS5/FiB,mB;Q2H3KTsoFQ;kFAMwB1tBIqIrlB1BAwB,O;mLrIsmB+CqlEMAPZ5qDM,A;yKAkBXAE;kCAEb4qDQApBwB5qDI,A;UAqBzB4qDQArByB5qDI,A;UAuBpB4qDQAvBoB5qDI,A;UAwBxB4qDQAxBwB5qDI,A;gBAyBlB4qDQAzBkB5qDI,A;aA0BlBAM;wbAFUyrDgDA9EvBzrDI,a;IA8EuByrDCA3EzBzrDQ,A;6IsI/QA0rDAAlCFv/BW,U;8OCmtGyBbW;mEnMvwGK3gGoB;2BAAAAAAsCMghIAAAAhhIAbtOMA6C,A,A,AaqOxCAAAAAAAbumBmD28GG,A,A,A;kCahlBvBukBkCAlBhB7rDM,gC;AAyDH7YO;AAvCmB0kEgD;kDAYhB7rDG;AAFDr1EqB;qBAYJAgB;gCAiBEw8DQ;qBA7BEx8DU;AA8BJAe;uCAAAAC;AAQQq1EE;0EAQbAG;qCASGr1EG;+EA4CHq1EM;kHAWOr1EU;AARFAK;oGA9FmDmhIAbjJ3BCmB,A;MaiJ2BvnBQ;AACxDwnBgBAuJqCtsDAvGyDnB8gBY,A,O;qMuGhDmB9gBAvGgDnB8gBa,A;2BuG7CI0aI;AAAWCO;AACL1BI;KAAPgLA5HhPlBCe,AAAuB1iCM,AAAa9DY,A;yH4H0QpCvzEmB;SAAAAA8E+kBTAA9E5pBAAuB,A,AChcAAADgcAAY,A,A;6EA6HEuhI6B;0FAYcjlBG;UAKoBr6EARzZFNiC,c;6EQwabw4FkC;gIAmFmBn6HoB;iCAAAAAAYpCAAoMtNSAAA/LAAAAAAAAjNqmB0C28GG,A,A,A,A,A;8DazMpBtnCE;+BACIAE;gCACVAE;gEAKgBmaI;UAAjBwrCqB;OACmBxrCI;UAApBwrCqB;AAGd3lDM;oBAQKAM;6BAGqBmaG;uBAZ5BxvFwB;AAKEAuB;AAOIg7HgB;kCAtBuDh7HoB;mDACMAoB;6CAChBAoB;8GAyClBAa;4DAYd85GA5HvfrBCe,AAAuB1iCM,AAAa9DQ,A;sHwI5GTgoDU;gBAEhC37B2B;QAAAtXY;8D+D2IsCizBW;mDAGwCt/CAAuXzEj8DU,W;qW2H5fAAiC;gBAAAAKA7LsCivEA5IuDtCjvEc,iB,oB;wE4I4Pe6pGA7S/DX7pGqB,A;0E6S+DW6pGK;sGAOGlJQ;4ZzIzOAAQ;0P3DiFhBAuB;6IA0CA3gGU;4BAMkB85GA9H4EXvJG,A;G8H5EWuJA9H4EPtJG,A;iB8H5EOsJA9H4EpBC0B,A;oB8H/DA/5GkB;wlBAkLgDwhI+Cd7RrCnqDO,AAEC9DyB,A;QcwSfkuDY;0BACqEluDG;gCAMrEkuDY;4BAC4GluDG;4BAG7DvzEmB;WAG/CyhIY;yBACuCzhIY;KAAAAmB;AAI4DuzEG;UAEvDvzE+B;2BAMIu0GK;QAEhDktBY;6DASqCzhIQ;UAAAAgB;mBAOLAc;AAiBhCyhIY;sBACiDzhIY;wBAUjDyhIW;oCAIAAY;wBAC4CzhIY;KAAAAkB;UAKLAY;AAAqCq3ES;AAA8C9Da;IAI1HkuDY;2BAKgDzhIyB;0DAkBvB85GA9H9ObvJM,AAAICG,AAAbuJiB,AAAuB1iCM,AAAa9DS,A;O8HiPvCkuDY;0EAOoCzhIa;AAA+CuzEK;AAGnFkuDY;gDAKAAY;+CAKAAY;oKAqDgDzhIoB;iCAAAAAAGlDAAAAAAAf4UmD28GG,A,A,A;oHetTjDtnCE;sGAqBwBAE;uCAGOAU;8BAIXuCO;OACMvCM;MAAyBx1EG;iEAenDw1EE;sHAwBMAE;SAGiDAE;iBAGdAM;kGAAOqsDA8LjS7C1hIiB,AACLAS,KAA8BAS,AAAwB2hIAjCzWrC3hIU,A,OiCyWjBAAnJxKJAAC9G+Dq7GAAAAr7GSR5HtCs7GgB,A,A,A,A,K0JmZRt7GU,MAFRAAA4CgFAAnJ6IzFAAC9c+Dq7GAAAAr7GSR5HtCs7Ga,A,A,AOskBZt7GAC/gBiCqPAAAArPSRvDrBs7GqB,A,A,A,A,A,A,A;ApCmrByBjmCM;oBAAOusDA8L9QhD5hIiB,aAELAS,aAAAAAnJ7LJAAC9G+Dq7GAAAAr7GSR5HtCs7GgB,A,A,A,A,A0JqahBt7GAAwBgFAAnJ6IzFAAC9c+Dq7GAAAAr7GSR5HtCs7Ga,A,A,AOskBZt7GAC/gBiCqPAAAArPSRvDrBs7GwB,A,A,A,A,A,A,A;ApCsrBGt7GC;gBAAAAA2CJ0BAAAxGtDAAC9c+Dq7GAAAAr7GSR5HtCs7Ga,A,A,AOskBZt7GAC/gBiCqPAAAArPSRvDrBs7GkB,A,A,A,A,A,A;ApCurBEt7Ge2CL2BAAAxGtDAAC9c+Dq7GAAAAr7GSR5HtCs7Ga,A,A,AOskBZt7GAC/gBiCqPAAAArPSRvDrBs7GmB,A,A,A,A,A,A;cpCwrBuCt7GU;eApBNk6HAwD9nBjDl6HW,A;AxD8nBiDA4B;gCAyBxD+kEgB4CnnBAhGqB,A;G5ConBAgGgB4CpnBAhGiB,A;6J5C4oBwB6YO;4DAiBYvCE;kCAavBAE;qEAYyCx1E6B;AAAjC00GW;AAAiC10GA2C3EzCy0GqB,A;M3C2EuEz0G6B;AAApFgiIa;AAAqBttBS;AAA+D10GA2C3EvEy0GgB,A;A3C2EbutBIAIAxsDE,Q;uFA/DQAE;gDA+pBqBr1E+B;gBAAAAAAWqB8hIAAAA9hIAf7xCRAiB,A,A,Ae8xCWgiIAAAAhiIAf9xCXAiB,A,A,Aem3CwCkiIuB,AAiHJCe,AAgS9BCAAAApiISsMnxDMqiIe,AA7CxDriIAnCkDwCqPAAAArPS/HxEfs7GmB,A,A,A,A,A,ApCohEMgnBS,AAzqB3BtiIAAAAAAf7cmD28GG,A,A,A;8DegoBtC9mBW;EAA+BjeO;kBAEE2jDO;6IA0B5ClmDE;0EAsQoCwlDgBmCx7CShoBa,A;cnCy7C4IhzGG;AAAxKGC;oIAwCdq1EE;kFAMar1EC;cAAoDu7HI;IAApDv7HAAjpDtBAAmKtJwCqPAAAArPS/HxEfs7GqB,A,A,A,A;ApCg3DSjmCM;kDAQpBwpCA7E7wDIwWyB,A;2D6EyxDZhgDI;+CAMAAE;uDAoB4CkmDW;oCAQ3B1oBc;mJAarBj4CiB;qEAEmCA2B;kGAqBC2gEO;yFAmBvBv7HsB;6NAOTq1EE;iCAwBAAE;mHAiDWNa;qCAGawtDoB;kHAqB1BltDM;uBAA6Br1EqB;2EA2B3Bq1EM;8BAE6C9BI;UAI7CvzES;AACeAoB;AACWwiIA6LnhEvBxiI0B,A;wB7LiiEQ+0Ea;uCAaUME;6CAKrBAM;6DAsCsDNAzG7nDpC8gBa,A;4LyGkpDpB71FU;AACSq1EE;wRAiDuCAE;WAGrCiqDAAn4BOjqDE,a;IAk4Bbr1EG;wBAGEAU;8JAltBUuiIE5EliDWvQO,A;yO4E6vEM38CE;uBAGuDx1EG;AAP5EGG;oBAEKAU;0OUxlEcu7HU;gBAEhC37B2B;QAAAtXY;oFAFgCizCU;gBAEhC37B2B;QAAAtXY;iS8LukBuBqYQ;6rBE5mBAAQ;gUCvCAAQ;+jC/I+KlB30B4C;mFAwLkB20BQ;oWYnVlB3gGiB;wBAEEAS;AAICAW7CyvC4ByiIAsInqC/BziI+C,A,A;AzFnFIAU;oHAkDyBouBkJ;+BAAAAs3B7Cq7BLAmiB,YACJAoI,iDAEJAwF,wHAMIAiH,aACYAqE,aACZA+T,aACAA4G,0CAEFAsI,4BAEUAgJ,kEAGIA4F,aACNAyG,A;O6Cz8BGAiB7C87BTAAuJjiCpBpuB8B,A,AvJ2iCgCouBA0JzkChCpuByB,A,A1JgkCgCouBA4JhkChCpuBwB,A,iC5JyjCgBouBA+J/hChBpuBkC,A,A/JwiCoBouBAgK7iCpBpuB+B,A,AhKqjC0BouBAiK5jC1BpuBwF,A,AjKwiCwBouBA6KtbxBpuB2F,A,A7Ksc4BouBA+KzgC5BpuBqC,A,A/K0/BoBouBAgLjiCpBpuBgD,A,A;iEnIwJ4BAoB;iCAAAAAAGjCAA0H0RSAAA/LAAAAAAAAjNqmB0C28GG,A,A,A,A,A;4DuF1rB9BtnCE;yCAODAE;mBAECmaG;yBAAfwrCmB;kCAT+Ch7HoB;8K7C05B9B2gGQ;slEA7Gd30Boe;yPAybO1zOoB;gCAA8BAS;6cmB5yCvBqoQQ;uNChCI3gGoB;iCAAAAAAiB3BAAAAAAA9D+wBmD28GG,A,A,A;yD8D/uBjBhvGG;AAAS+0HG;AAAa/EI;uEAQ1ChwHG;AAAS+0HG;AAAA39DMoHrEzBhGe,A;UpHwEepxDG;oDAKVizHS;UAGyCjzHG;AAAS+0HG;AAAa/EsB;oiBA6D9C9jBc;AAAA0hBU;CACsBzsBQ;MAAtB6zBqB;mBAKC3iIU;AACZq1EE;gEAeHj9DC;AAAGmjHO;AAAHnjHK;iBACiBi9DE;iVAiCDutDAgD9QxBxEC,A;AhD8QezwHG;IAASi1HW;aACCxiDC;AAATzyEG;AAAS+0HG;AAAAtiDS;+FAWDm7CG;yDAO2BnjH4B;4CAQjC2iGA5JlQX1BK,yC;iB4J0QWuBgB;UAAIGmB5J1Qf1BAAPkBtHG,A,A;gB4JiRHgJA5J1Qf1BgE,A;A4J+QEhkCI;21BAiHAr1Ec;AACEAS;AACKAU;kBAODAS;AACQAgB;oBAOFAUvEu0CnBAQ,A;0KkC1sD+Bu7HK;yO/BiCR56BQ;yb4B8EAAQ;8pBmEmBlB3gGqB;qKAKAAa;4CAYAAa;gCAyBAAO;AAFsBuwGQ;AACACK;uDAetBxwGO;AAFuBq3EkB;AACC9De;oHAuKxBvzEqB;qKAKAAa;4CAYAAa;qEA0CIAW;wBAEAAU;4DAuDJAmB;gHAuCIAU;4BAEAAU;oUCtkBJAS;6MAwBAAS;4jBAsGDswFQ;6DAAAAQ;+DAAAAQ;gCAeJAgC;8UAfIAQ;2DAAAAQ;gEAAAAQ;8BAeJAgC;6KAuDEqQW;s0BAsJgBybS;yFAUAAS;yFAwBAAS;+HAmWbp8GS;+IA2DiBo8GS;qEAOAAS;uYpGjrBjBp8GqB;+BAAAAa;gDAgBIAepF8wBU45GAAAA55GY,A,A;6DoFzwBVAWpFywBU45GAAAA55GY,A,A;uHoF7rBjB2gGW;uNAYiBAgB;oNA6DmC3gGS;mKAgK/C2gGmB;+SA0CE3gGK;gVAUJAW;6DAKAAU;mBACL6pGAhF9RS7pGW,A;agF8RT6pGgB;sRA2DyBg5BAkI9IfvwBW,gC;sElIsJR3Rc;uMAuBWmiCU;qBAAAj5BApE/cyB7pGS,A;AoE+czB8iIAhFvHe9iIgB,A;qciMjJZsyGU;4WAmCFppFAAzDTlpBS,oD;sFAgEAAS;6iBAuGH2gGW;4PAeOAoB;0NAUFAgB;uEA6FoBoeU;yWAkCA71FAAtEtBlpBS,oD;yJAsFIAS;sCASFAS;sHAYFAS;moBAsHH2gGW;kbAuBKAgB;giBxC/iBLAW;6XAgD0EmZA9KlCvECe,AAAuB1iCM,AAAa9DK,A;sD8K0CN8DM;AAAY9DG;mBAA1B+gCgB;gCAShBt0GgB;uTAyDeirEAoD3WDjrEAjN64BA45GAAAA55GgB,A,A,IiN54BjBoxGQ,AAC+C2xBG,AAAvBrfC,AAAxBCa,mB;4BpD0WuBj+BA9KsWf4sBS,wB;A8KvWUrnCAoD3WDjrEe,A;2EpDmZH85GA9KpJXCoB,A;M8KoJWDA9KpJFvJM,AAAICoB,AAAUn5BM,AAAa9DO,A;kB8KuJ3CyvDiCAnC0BCc,eAAAAMA7CJjjIW7JukBD45GAAAA55GY,A,A,oC,c;2JiN/3BdAU;8FAyDH2gGW;4UwGtFcuiCU;wDAIWljIS;mCAKpBAqB;0EAOAAqB;sRAkCL2gGc;6DAOmBh5BU;eAAAA+E;wBAIdg5BmB;mKClELnkCI;uBAJyBx8DS1Tq6BR45GAAAA55Ga,A,A;qB0Tj6BjBw8DI;8bjLqaqBmkCQ;iEAOIAc;AAAa9gGO;+FAGrB8gGkC;iB2BhbKAoB;uUkD8GFmeS;m6CA0VNxMU;oEAUAAU;oEAwBAAU;4EAyEA8JsB;obAkHW2CU;oEAUAAU;oEAwBAAU;8EAuEPzMU;gCAEAAU;4EAmDEwMU;0FAmDFxMU;wCAEAAU;ogB7HvjBZzIArFvFC7pGW,A;aqFuFD6pGe;4FAmENlJW;4eAiCKAgB;gRoCnWgBAQ;sVAqBrBrQQ;uEAAAAQ;wDAAAAQ;+DAAAAQ;sDAAAAQ;+BAkCJAO;qWwBrDqBqQsB;8IA6GM3gGa;qFA0IF2gGW;iTsKxRQtpBS;oCAeQm5BG;yKAWlCxwGkB;AACAAkB;WAE0BAuB;AAAqBAoB;AAI/CAiB;AAAmBuwGI;AAASCI;AAC5BxwGqB;AACAA4B;AAISgtEM5UmuBoCuGY,A;gB4UnuBjD4vDA5U4J8BnjIc,AAAOuwGM,AAAeCgB,A;0C4UxJvCDI;AAASCO;OACEDM;AAASCM;cAASDI;AAASCI;aAGnC//EkB;OAGQ8/EM;AAASCM;cAASDI;AAASCO;kHXrEpC0yBU;wDAKXljIS;qEAUEAM;sDAMAAM;sGAaAAM;sDAMAAM;uRAgCiBi9GW;AACAj9GWhTy0BL45GAAAA55GY,A,A;sEgTh0BjB2gGc;uMAYKAmB;mEAqBSuiCU;wDAKXljIS;uEAWEAM;yEAOAAG;qDAOAAM;6HAYAAM;6EAOAAG;iDAOAAM;6IAUqBq3EU;AAAc9DO;YAEnC8DkB;AAAa9De;2BAER++BoB;yBAQAAoB;iFAawC7hFAxH0C/CAgB,A;cwH1C+CAoB;6OA0B5BwsFW;AACAj9GWhTyqBL45GAAAA55GY,A,A;iFgThqBjB2gGW;kjBYvMkC3gGAzP0JP+yDgB,A;izByPxE7B+GyC;AAEEuvCArP8aJ8uBY,A;AqP7aIh+Dc;AAEFFU;AACAEc;AAKFLU;AACAkyCU;AA9BKhsGA5T65BQ04HU,A;A4T93Bbv+Dc;AACA6xCU;AAhCKhsGA5T65BQ04HU,A;A4T53Bbz+DU;AAGAEc;AACgDn6DO;mEAE/CojIO;WAvCIpjIA5T65BQ04H0F,A;A4Tt3B2B2KY;oBAGxCjpCArPioBAg+BU,A;uCqPvnBIt+DU;AACAKc;AACAaArPkNJ68DsD,A;AqPjNI/5CArPyRJi6CQ,A;0BqPxRI99DU;AACFEc;AAEFAc;kFC/KkB+oEU;wDAIWljIS;uDAMpBAM;sCAEAAM;0CAMAAM;sGAaAAM;sCAEAAM;wCAMAAM;qHAkBoBywBgB;yGAWIAe;AAErBwsFM;4DAQRtcc;6DAOmBh5BU;eAAAA+E;wBAIdg5BmB;kDAkBSuiCU;wDAKXljIS;yDAUEAM;yDAMAAG;iDAMAAM;6GAYAAM;6DAMAAG;6CAMAAM;6HASqBq3EU;AAAc9DO;YAEnC8DkB;AAAa9De;2BAER++BoB;yBAQAAoB;oCAsBDgxBUAZO7yGArIoEbAgB,A,A;KqIxDM6yGAAZO7yGkB,A;yHAuBG6yGYAvBH7yGArIoEbAgB,A,A;KqI7CgB6yGAAvBH7yGkB,A;4BAyBM6yGYAzBN7yGArIoEbAgB,oB,A;eqI1CmBwsFW;AACAj9GW7TmsBL45GAAAA55GY,A,A;sE6T1rBjB2gGc;mUAmCcuiCU;wDAKXljIS;uEAWEAM;6DAOAAG;qDAOAAM;6HAaAAM;iEAOAAG;iDAOAAM;uHAYiBywBgB;mBAAXyyGwB;uNA4BWjmBW;AACAj9GW7TqjBL45GAAAA55GY,A,A;iF6T5iBjB2gGW;8lCxMlCuB9KqB;oEAqGzB0tCS;2BADKCS;mHAgCeCsB;uJAuCoCC4BAlJ7CvwBM,AACIiNc,AAFGujBO,AAGDCM,kBAHCD2F,AASPxwBM,AACIiNqB,AACLyjBG,QACACc,AACF1pBY,A;AAsI+Bp6GiB;MACD4jIG;qBACHGG;oCAKhB/jIa;4BAEK2mGgB;uBAED3mGc;kBAGCgkIG;sJqGjWNCkKG80BbjkIW7NxFc45GAAAA55GY,A,A,kC;A0NtvBnBojIU;AAAkBasD;cAElBZmB;qDAQA/lGiB;gNAuD2Bz9BQ;qGAM7BqkIK;4LA6FUvjCW;IAAeAQ;iZA+BAAQ;8PAeCAc;ooDG6tBDAQ;kiBAqDCAc;G4CtnCLAmB;yM1DyHrB8dGAd0CCO,A;qCAuEV/jHAgElJPAgB,A;AhEkJc89HI;OAChCz4HS;gDAearFAgElKKAM,A;UhEkKEutHStNsqBYAQ,A;AsNtqBvClwBgE;4IAeemsCc;yCAQf1lBGA9G0CCG,A;AA8G1C0lBAtBwgEA/5ByB,WACAAyB,AAAAg6BO,A;qBsBrgEA5lBGAlH0CCO,A;wDAmL1C4lBS;CACAAS;CACAAS;CACA7lBGAtL0CCQ,A;CAuL1C4lBQ;GhHhJOtkIoB;8HAWAAG;4LAYAAG;+JAqDOAS;AAAKukIM;AAAoBltDI;AAApBktDQ;AAA4BCM;AAAqBjxDI;AAArBixDQ;qCAoIxCxkIU;kMAyKH2gGW;wwBA+K4D4PK;AAAYCW;qFAwC1EzvCGoLxoBFhCQ,AAA4B82BW,gB;2BpL4oB1B4uCMoLznBFCiF,A;0EpL+oBsBvKU;AAAiBxyBG;cAAjBwyBqB;uJAocDn6HC;aAAAAAA9bA2kIG,A;kBA09BW7qBAhHl+CzBCU,A;AgHk+CgCjLI;sBAAPgLAhHl+CFziCM,AAAa9DG,A;+DgHkhDlCu7BG;AAAKv7BE;uYAgLR+oCmB;sCAWCtrBkC;AAAY4zCAA1qDA5kII,A;AA0qDnB8uGa;AAAmB81BAA1qDKLkB,AAAqBCkB,A;4FA6vD9BxkIe;+GA6EYuwGI;AAAWCG;sDA+BnBHe;WAGDrwGAoGtpEZ2hCgC,Y;ApGupE2C3hCAoGvpE3C2hCgC,Y;UpGwpE2C3hCAoGxpE3C2hCgC,Y;oBpGypEyD4uEM;AAAUCG;AAAxBxwGAoGzpE3C2hCgC,Y;kBpG0pEgBk9EK;iBACNpqCG;OAATz0ES;AAASy0EK;AAAKgpBI;kBA6BQqcAhHj7DtBCU,A;AgHi7D6BjLI;sBAAPgLAhHj7DCziCM,AAAa9DG,A;kJgH2kEzBsxDU;iDAKyBr0BE;iDAazBq0BK;uDAKsBr0BgC;wDAsBtBs0BU;uHAyBADY;AAG0B1BAhHlsEO5yBM,AAAeCG,A;6BgHksEtB2yBAhHlsEXnjIS,AAAOuwGM,AAAeCU,A;uQmUpH1C1BG;0KAgIQnOC;wGA0BA3gGC;uBAAAAAA5RnBAAnNuzBSAAAAAAAAXU2kIG,A,A,A,A;gDmNtgBXhkCW;IAAyBAK;6CAgDnB3PsC;AAAT+zCOAzCsB94BAAjEyBg5BAnNwFpCjlIS,AAAKukIoB,AAAkBCuB,A,A,A;AmNkBzC11BM;CACAoOS;AAAkC2nBK;wZ3FrFZ1KyC;kPAwKPx5BoB;IAA0BAS;mBAIrC47BqB;gDAQEAS;YAGS57BoB;IAA0BAS;AACrCwkCQ;gCAgBACU;4aA+CGp0CC;AAAP8d6B;IAA6Bs2BI;2DASH70BI;AAAWCI;WACf1BK;gNAkEfu2BK;8GAmC4FtwDAnNxC7E8gBY,A;iJmNyC6E9gBAnNzC7E8gBmB,A;gUoN/hBqB71FO;iBACvCojIY;4GACACY;qGAkCGryCI;AAAP8dgC;2EAsBmCAO;AAATgLAzOyMVvJM,AAAICM,AAAUn5BM,AAAa9DG,A;AyOzMFvzEWxNu1BpB45GAAAA55GY,A,A;mBwNv1BK85GAzOyMnBCkC,A;mByOpMCuCyB;OAEgBxNG;AAAKz3BW;AAEfy3BG;AAAKz3BG;KAEMr3Ea;4XlB6WJAC;uBAAAAAA7bnBAAvGiyBSAAAAAAAAXU2kIG,A,A,A,A;uHuG9MJ71BG;AAAKv7BE;kBAELu7BG;AAAKz3BE;yDAQLy3BG;AAAKz3BE;kBAELy3BG;AAAKv7BE;wBAYqCyd2F;qCAAuBAyB;kBAKhE6zCK;yDAKCSG;uCAsEXCO;0BAGqBvlIiB;AAA0BgxFyB;GACIAyB;mBAG9BhxFW;AAAyBgxFyB;GACIAyB;wDAM7BhxFmB;AAA0BgxFyB;mBAG1BhxFa;AAAyBgxFyB;iEAMtCujBI;4DAUKgxBO;0BAEXVK;0CAIWSoB;AApCQtlII;4CAwCfwlIoC;oBAxCexlII;wBAmDnBulIO;0BAGqBvlIe;AAE8BgxFyB;GACAAyB;mBAG9BhxFW;AAAyBgxFyB;GACIAyB;sDAQ7BhxFiB;AAE8BgxFyB;mBAG9BhxFa;AAAyBgxFyB;oEAWtCujBI;gBAEVgxBO;cAMkDEQ;wDAQ1C32BG;AAAKv7BQ;wBArGQvzEY;AAiHO0lIO;+BAKzB10CI;AAAP8d8B;GAA6B9uGmB;AACXq3EM;AACD9DG;eAGVydI;AAAP8d8B;GAA6B9uGmB;AACXuzEM;AACD8DG;6EAYuBg8BK;AAAW+MM;AAAeulBK;kCAzIzC3lIU;sBAAAAK;wBAAAAK;kCAAAAK;4HAuKrB6kIK;qDAQuBroEc;eADqB62CM;AAAY+MM;AAAeulBa;AAChDnpES;2DA/KFx8DK;wCA6L+BylI8B;AA7L/BzlIK;6DAuMEAC;iCAGAAC;8IAmB1B4lIY;oBAMD92BI;qBAIiBrUO;AAAwCqUI;SAAPgLAvN5oB/CCe,AAAuB1iCM,AAAa9DI,A;uCuN0rBYqyDiB;AAA6B92BI;AAAPgLAvN1rBtECiB,AAAuB1iCM,AAAa9DgB,A;gc2G/IrC+oCsC;AAAmBA2B;8BACrBA4B;8FAkDJA4D;AAAQupB8F;+HAgE4Cx7BwB;gDA2EpBy7BQ;AAAwBCQ;AAA+BCI;sJA2L1BCI;oSAuL/CpBS;iCAIEqBG;kCAMApBS;+CAMIqBG;0BAODnmI6B;AACf6kIU;eAEUCc;+BAGCDI;SAECsBG;iDAQFtBS;qBAGEqBG;wCAOFrBS;oBAGEqBG;iCAoBhB7nEkB;IACyBymEI;6EAuCXDS;gBAEaqBI;YAIzB1nEgB;kHAoBYqmES;kDAOEqBG;oKA+GoBvBO;6CAKGAO;kCAiBWAI;YAALp0BI;AAAYAI;AAAgBCI;AAAYAI;yGA0GhF11CW;wDAOAAW;OACH96Da;mEAc0D86DI;4BACQsrEK;2GAqJ/D/qEW;wDAOAAW;OACHr7Da;mEAcsDq7DI;4BACQ+qEK;iMA2FtC1rEI;GACCiqEW;wBAEuCp0BI;AAAgBCM;mCAGtBJI;oHAQhB11CO;4BAMrB16DA0Gv1CjB2hCgC,M;A1Gu1CsC4uEI;AAAiBCQ;cAE/CoKG;OAAP56GS;AAAO46GK;AAAWAI;gIAavB56Ga;uEAgFa6kIU;iBAOqBvrBI;CAAeqrBY;iaAgO9CtpEW;wDAOAAW;OACHr7Da;uEAmBqCq7DI;iBACxB2kDO;AACJ5OO;AACMi1BI;YACCDS;uLAibItsBA3Gz2DNvJM,AAAICG,AAAbuJkB,AAAuB1iCM,AAAa9DI,A;6B2G22DvC9mPApE/mEKuzKY,A;coE+mEAvzKApE/mEAuzKa,A;8FoE0nEa85GA3Gt3DNvJM,AAAICG,AAAbuJkB,AAAuB1iCM,AAAa9DI,A;+B2Gy3DvC9mPApE7nEKuzKY,A;coE6nEAvzKApE7nEAuzKa,A;wLmKyIPsmIIAmBACgB,iC;kGAgEACAAMcxmIC,+D;8CAmBXymIS;wBAmBSXe;6DAaCCoB;yCAwDA7rCU;yIAaRl6Fa;kDA+BmCA2B;AAEpC86DuC;AACAsrEmB;+LAyDoCpmImC;AAEpCq7D2B;AACA+qEmB;kHAyC8D71BM;AAAWCiB;8BAGpCxwG+B;4EAYRowGI;4GAwBIpwGqC;AAEnCs5GmB;AACAqrB+B;aAHmC3kII;2CASlB2gGgB;AAAah5BmB;0RAoJvByYC;AAAA+jDE;AAAA/jDe;kBACTsmD2B;2KAoH2B3xDArL1PP8gBc,A;4DqL6PkB9pFArL/TxCwkHoB,AACKxkHUc3eLF+C,A,A;QuKyyBwCEArL9TnCAAc3eLFY,A,A;yDuK0yBoCw+FwC;wJAoDWAI;6CAG/C7wCW;0KAqCiC6wCwC;iBACXkyBS;AACEgKqB;kGAsDJvmIC;YAAAAA7F09CgCq8HQ,AACKsKS,AACFCQ,AACoB7kGY,AAJzE/hCAoLp1EoCqPAAAArPS/HxEfs7GkB,A,A,A,A;SwCu8BAlqGAA/SzBAAAAAAeAGW+yHE,AAAAp/DMuFziBThGkB,A,A,A,A;OvFq1BuB3tDa;6OAyCoBi5FqC;gFAlM0CmSI;AAAUAE;oDAmDjBAI;AAAUAE;oDAwCLAI;AAAUAE;oDAoG5CAI;AAAUAE;mEAwLtCx8GC;wMAmDVAAxEroCsBA2C,A;OwEqoCtBA6CxEroCsBAM,A;2CwEioCpB48GU;kJA4GwCyoBK;qHAoH/Ch7BoC;AAMFAyB;WACAAyB;AAAAg6BS;qCAiB6B/nBW;2QAuImBuqBA1FjxClCCU,AAAiBCY,A;A0FixC4BzqBwB;sBAG5BAE;iaAqS/BA4B;+CAgBAjSmC;AACFAyB;6OA2FIAoC;AACFAyB;WACAAyB;AAAAg6BiB;AAEO/nBuB;YAcLjSmC;AACFAyB;AAAAg6BQ;6BAeoB/nB2B;uCAMJigBS;iBAIFjgBG;mNAsKcjS8B;AAAMqU2B;mCAKuCpCG;0BAM3Cr6EAtF7/DFNiC,c;mHsFymE5B0oE+B;AAAM85BS;+BAE4B6CI;mBAE3B1qBG;iEAWuBt8GW7FsUqE+hCmC,AA6eDo9E4B,A;iI6F/vBrF9UI;AAAZkyBmC;iEAUkF8Ic;AAkCnFhBM;kBAhCwDgBiE;wBAGf/oBoC;qBAK/BAO;AACwB2qBWAzEJjnIW7FsUqE+hCS,AA6eDo9EW,A,oB;A6F1uBxCkmBU;4CAgB5Dh7ByB;6BAIIAoC;AAEFAyB;WACAAyB;AAAAg6BS;kEAc2B/nB+D;AAAQ4qBA7F9sCTCM,AAAmCHI,A;oK6FquCpBIM;AAA4B/BgB;4BAGVnmBK;oCAkDtDl/GI;mBAAAAAAggCkDAkB,A;CA7/B3D4/F2B;QAAAtXS;aAMIg0BuB;GAGOt8GWAu1BwE6vGU,AA7ChF7vG0B,A;QAryBQAWA+rBmFomGkB,A;AA3rBnFpmGeA43BwE6vGU,AALhF7vGsB,A;AAj3BUqlII;AAET11DO;mHAyEYwqD8C;yBAGQ7dG;4CAEJAG;wIAWfigBwB;mEAsGDjgBuB;oWAx/CM+qBI;qbAgwCN7tEQ;uBAEY6rEI;oFAMZiCY;MACwBCS;OACSjrBoB;gBAInBkrBoB;u6BAglBhBr1DuC;+tBA8PFk4B4B;AACgBAa;MACPAa;AAAMA8B;AAFoBo9BA7FtlEiBxoB8B,AA3GpCqBkE,AAvDlBmnBAAAAAe,A,A;A6F4vE6Bp9BgB;QAKfAW;2BAGT/yB+B;AADkC1rCyB;+gBA2EnCy+DiE;2LAiBIrqGAA6HRAAAAAAiB,A,A;AAvHuBAqD;AAHe0nImC;UAGpCr9B4B;AAAiDAa;MAA5BrqGA7FnsE+Bi/G8J,AA3GpCqBwC,A;A6F+yEWjWiB;8IAmBf6W8B;AAKT5pCiC;AADkC1rCgC;AASnCy+DW;4SAmBAs9BwB;mEAOUn8CA7FgLLxrFAA5gCgG+hCqC,AA6eDo9E4B,iB,qNAsjBjFyoBK,qD;mZ6FhKfv9Be;4GAiDepoEAtFl3GWNwD,Q;ukB4NvHX3hCC;uBAAAAAAnEnBAAhO2xBSAAAAAAAAXU2kIG,A,A,A,A;8CgOpsBAkDgC;+MAmCJ10BO;+DAsBAiNM;+NA0CAwjBO;yEAcACG;yGAiBAzpBM;qGAsBAmpBO;wDAmDUvyCqC;AAA3B82CkB;8FA4FkBjDU;gDAGkBlrHA5N7I9BgoBc,sB;A4N6IgG6uEU;AAA1BDM;4DAiBlEw3BQ;6DAUiB/2CiC;AAA3B82CwB;GAE8Bv0CU;KACKs0CQ;8BAeTGS;AAAYh4BO;8DAalCi4BK;mBAGcpDK;2EAOd7kIY;yFAiBY8uGI;cADsB9uGgB;kBAM5B+nIO;8CASQlDW;6BAEgCqDG;8BAGjCAG;kBACAAG;IAFSloIC;4BAIYmoIG;OAC5BJO;gEAOM/2C0B;AACWA8B;AAA3B82Ce;aAQmCh5Bc1MpDhBv7BG,AAAZvzEY,AAAYuzEa,A;A0MqD6B60DE1MrB9BAG,A;A0MsBXp3CG;AAAP8d6B;GAFmCAA1MpD5B9uGkB,A;A0MwD6BuzEW;AACD8DK;+HAsBQwwDE;gBACpBznBAA5YuBAM,A;AA6YrBwjBAAnWgBAG,A;UAoWzBxpBAArUgBAwB,A;qBAyUhBgGAAlZ8BAa,A;WA6ZpCpgHI;kBALY8uGG;AAAKz3BG;mCAIWukDC;SAC5B57Ha;AACAAa;yBAF4B47Ha;AAMP9sBG;AAAKv7BM;AACuBAG;AACrBqoDC;SAC5B57HsB;AAFiDuzEa;AAGjDvzEa;yBAV4B47HK;iDAkCX5qCgE;AAA3B82CmB;QAY+Bh5BO;AAATgLAhVpUNvJM,AAAICG,AAAbuJiB,AAAuB1iCM,AAAa9DQ,A;wBgVwUNvzES/TsUhB45GAAAA55GkB,A,A;6C+ThUrBy+Da;IAEkBomEQ;AAYd1BAhV1YoC5yBM,AAAeCG,A;AgV4ZpBsJAhV9WnBvJI,A;sBgVsVkC23BG;oCAK9CztCO;UACA0oCAhV1Y6BnjIW,AAAkBuwGM,AAAeCI,A;8BgVmZxDu3BQ;wDAMc/nIW/TmSH45GAAAA55GY,A,A;sC+ThSqB8uGI;KAAPgLAhV9W5BCe,AAAuB1iCM,AAAa9DO,A;0KgV8bxBvzEc;OAAAAoB;+KAgCF6nIMA7pBiBAI,A;UA6pBjBQ0B;+BAIRhDI;gGAIL/0CgB;OAEKivBmC;AACAaK;AAAgBAAA/mBqBAG,A;+IAunBbAQAvnBaAG,A;oLAgoBbkoBAApHNt3C+B,AAA3B82CSAtOASQAL0BPO,AAAYh4BO,a,A,AA4O/Bs4BuB,A;AAoHKzyCY;sBAGQ2yCAjP5DAl2BW,gB;eiP8DSpnC8B;AAA3B00BA/S/wB4B5/FoB,W;W+S+wB5BsoFG;OAC8BkgDAjP/DZl2BS,oB;SiPoENyHa;AACVxFW;GADUwFa;AAEVxFQ;AAFUwFY;AAGI1iCK;AAAdi9BI;AAAqBtjByB;KAHX+oBY;AAIIxmCK;AAAd+gCI;AAAsBtjByB;KAILshB6E;AAmB4BtyGYnO+0DsD+hCS,AA6eDo9EU,A;OmO3zEpFn/GE;AAAVugH6B;AACAHU;KACAbgB;AAaFv/GAnO6Z8Ci/GYAAACO,A,AAiPiBn9EM,AACUo9EO,AAE9CCO,AAWRCQ,AASGCAAAACQ,A,AAMACAAAA3/GQ,A,AAUS4/GAAAACQ,A,AAUACAAAACO,A,AAMVCAAAACQ,A,AAeKCAAAACQ,A,AAmDACAAAACO,A,AAUWCAAAACS,A,AA5hBnCCqB,qBA6DQCsC,A;WmOhTN+B6B;0sBCptBLomBmC;sDAqBEz3CI;AAAP8dgC;GAA6B9uGa;2CAOOuwGM;AAAWCS;AAAI1BO;AAAKz3BM;AAAY9DS;AACrDk1DS;AACQCI;AAHvBCY;AAAiB3oIS;AACG+5GgC;6GpN5GC/5GC;4CAwCjB48HI;6BAEF9tBK;AAAO8tBG;AAAM9tBS;oCAQR8tBI;wFAQHAI;yHAsCA9tBY;cACyDn5BiB;gBAE9C31EoB;gKA+FX48HO;yBAC0C5rC+B;AAC5C8dK;AAAO8tBG;AAAM9tBS;CAEbAS;AAAsC9d0B;oLA8EhB43CG;AAAyCrEqB;AAA2BsEW;GAFrF7oIG;AAIkB8oIG;8BAA2CtEW;AAA4BuEQ;+BAM5FnMI;sBAC6B5rC8B;AACxBAC;AAAP8d6B;IAA6B8tBG;AAAM9tBU;CAEnCAS;AAAyB9d0B;kDAsYM4rCqB;iHAwBxBoMC;sIAwBLpMI;mCAGAhnCQ;cAKAAS;kBAKFAa;4BAAmEAK;8BAMjEgnCI;gGAkC6BAe;2DAgB7BLkB;0BAGAAS;yMAkCKyMG;wEAIHpMiB;2EAUFAI;mCAGAhnCQ;cAKAAS;kBAKFAa;4BAAmEAK;8BAMjEgnCI;qDAiL2C9iBA7HjyBxCCoB,A;kC6HiyBwCDA7HjyBjBziCM,AAAa9DG,A;wB6HqzBtBotBc;oDA8BYmZA7Hn1B1BCe,AAAuB1iCM,AAAa9DQ,A;qB6Hw1B5BotBW;4IA4BAAuB;IAA0BAS;mBAIrC47B0B;+XAsCiB0MI;mCAENn6BM;8EAKaAK;6EAKYAuB;AAAuBAI;AAAPgLA7H16BjDCiB,AAAuB1iCM,AAAa9DI,A;2C6Hi+BbumCA7Hj+BvBCU,A;A6Hi+B8BjLI;sBAAPgLA7Hj+BAziCM,AAAa9DG,A;+H6Hg/BvCqpDW;QAEFhnCU;AAA6B6EO;+BAA4D2rCI;AAAwBxwCW;AAEjHAQ;qFAoMmDkZI;KAAPgLA7HxrCvCCe,AAAuB1iCM,AAAa9DK,A;2I6HusCvCqpDW;UAE2BniCO;AAAwCqUI;CAArElZa;AAA8DkkBA7HzsCzDCe,AAAuB1iCM,AAAa9DK,A;+B6HysCoE6yDI;AAAwBxwCW;AAErIAQ;4EAkDEoqBO;0DAcAqmBO;0DAWAj1BO;6FAYe4OI;6CA0DflrBQ;0DAiBAqbO;wFAYQAkB;OAAyDrBI;YAAPgLA7Hz3CvDCe,AAAuB1iCM,AAAa9DI,A;c6H23CPu7BS;AAAPgLA7H33CCziCQ,AAAa9DG,A;2B6H43C1B21DiC;8IAkBbtMW;oCAqBFhnCqC;CAAAAW;AACAA8B;kBAEmBwwCO;AACYpmBI;oBACnB5OK;SACMi1BK;KACAzwC4B;6BAzBoBqwBA7H1Zf3TS,uB;A6HybvB1cQ;qFAmDmDkZI;KAAPgLA7Hn+CvCCe,AAAuB1iCM,AAAa9DK,A;qJ6Hk/CvCqpDW;UAEiC9tBO;AAATgLA7Hp/CZvJM,AAAICM,AAAUn5BM,AAAa9DG,A;Y6HsgDzCqiBqC;CAAAAW;AACAA8B;kBAEmBwwCO;AACYpmBI;oBACnB5OK;SACMi1BK;KACAzwC4B;6BAzBQkkBA7Hp/CrBC4B,A;A6HmhDLnkBQ;4aAqGyBkZU;AAA+Bq6BG;kFAQXAO;AAA6Br6BkB;AAA7B9iCGiBz3DxChsEY,0B;AjB03DHswGM;4BAsBE84BS;qBAIF94BM;8BAEE84BS;mPAmGe59CAT30DoB7pDiC,S;+DS23DL0nGc;8BAGLpnGATj4DCNiC,U;ASs4DYmtEO;AAA5Bw6BA2E9zDajyDQ,AACA9DU,eACtBvzEe,A;kC3Ei0DyBuwGK;AAAiBCI;uKA6B7CosBW;gCAIAhnCU;AAA8B6EQ;4BAA4D7EU;kBAG1FAU;4QA+PW2zCM;AAAYh5BM;AAAKzBI;AAAxB9uGa;AAA6Bq3EI;AAAmBm5BI;AAAUj9BoB;qEAY9DqpDc;AAEY2MM;AAAYh5BM;AAAKzBI;OADV9uGS;AACZuwGM;AAA2Bl5BI;AAC3Bm5BI;AAAiBAI;AAAUj9BK;8BAQpCg2DM;AAAYh5BS;AAAKzBI;UAAKz3BI;AACVm5BI;AAAUj9BG;mGAoFjBydkC;AAAYi0CAb5qEDjlII,A;Aa4qElB8uGa;AAAmBm2BAb5qEIVoB,AAAkBCoB,A;gXakzEvB72HG;AAAS+0HG;AAAa/EmB;gCAKpBhwHO;UAAS+0He;CAEAAW;4CAUb/0HG;AAAS+0HG;AAAA39DMoKtgFzBhGe,A;sCpKsiFyBqhBC;AAATzyEG;AAAS+0HG;AAAAtiDS;6IAef0uBU;6DAWH9dkC;AAAYi0CAb73EDjlII,A;Aa63ElB8uGa;AAAmBm2BAb73EIVoB,AAAkBCoB,A;qHamnFrCgFS;wHAoBkCAG;mBAAqBCI;+BAInDAgB;yBAQJ7MuB;SACMAI;uEA2CV8Ma;yBAiCICG;qDAMoBAE;iBAKjB34CkC;AAAY4zCAbxuFA5kII,A;AawuFnB8uGa;AAAmB81BAbxuFKLkB,AAAqBCkB,A;kCa6uFzCmFO;AACF/Me;KAAc5rC+B;qCAQR24CI;uCAKJAG;4CAOAAG;gJAgFuDCG;uCAIpDAO;AACD96BW;qCAMF8tBuB;SACMAI;0fAgJNprCgB;SACaAG;AAARAM;QAAAAK;IACLiwBgB;SACmBAG;AAAdAM;QAAAAS;AACL7oCW;cAEO+oCM;2BAEADM;iBAEPtxCW;cAEOwxCM;2BAEACM;2EASPjpCc;AAC0Bk2BO;AAAKz3BQ;sBAExBr3Ea;AACS2iImC;oCAMhB/pDc;AAC0Bk2BO;AAAKz3BO;sBAExBr3Ea;AACS2iImC;oCAMhBvyDc;AAC0B0+BO;AAAKv7BQ;sBAExBvzEa;AACS2iImC;oCAMhBvyDc;AAC0B0+BO;AAAKv7BO;sBAExBvzEa;AACS2iImC;6HA8IhBkHO;mKA4DA5JO;iFAqBA6JO;oDAUACO;gNAyEA3oBO;4dA0IAhBO;ytBA4aGilBI;AAAqBwEI;IACAGM;AAMxB/JI;YACKnf8B;AAOLgpBI;WACKppBgB;AACLqpBI;WACK5oBgB;AAiBL5BI;aACKAc;AASL0qBa;AAEA7oBI;WACKAgB;AACLCI;WACKAgB;AACLCI;WACKAgB;AACLlBI;aACKAiB;AAULl1BU;AACKAU;gCAgDLAU;4KA4IAg0BS;AADAmmBK;oGAmCA6EG;2JAuUFrqIM;AACcivGI;2QAzuJZ8tBI;4F0L3CAAI;4BAGoCAG;oBAEHpsBQ;mDASjCosBI;+DAQAAI;iJAOSAW;6EAkCMrmCO;AAAgB6pBG;4DAqBnC+pBc;sDAaAAc;yDA+CIvNW;AACK5rC8B;IAAP8dS;AAA6B9uGU;wBAMSgxF8B;cAAAisBUvMlBVsjBoB,wCAGvBvgIc,MAAAAc,M;CuMgBP48HO;AADwC3fAvMfjCj9GyB,A;AuMiB+B48HG;SACb58HC;oBAClBgxF8B;YACmB4rCG;AAAM9tBI;CADhCAS;AAA6B9uGY;AACQq3EI;QACD9DI;0EAmDf81DO;AAAkBjpBG;0DA8BvC+pBc;sDAaAAc;wJAmFqDn5CoB;0DACEAwB;YAEnD4rCI;iBACW5rCyB;SACNAoC;AAA6C4rCG;AAAM9tBG;AAAKz3BM;uCACNulDG;AAAM9tBG;AAAKv7BM;+BADpEu7BS;AAA6B9uGe;AAE7BoqIUAvEoCxNI,cACkB9tBS,AAAaAW,A;AAwE5D9d2B;AAAsBhxFU;CAA7B8uGS;AAA6B9uGqB;GA6kBuBilIAvMzoBpCjlIoB,A;4BuMyoBoCilIAvMzoB/BVoB,AAAkBCoB,A;qEuM8sBzB7jCW;IAA2BAS;sBAGvC47BQ;wEA4DYvrCoD;AAAT+zCC;AAAPj2BS;AAAOi2Be;AACHnIW;GACsC1fM;AAAgClsB6B;AAExE4rCO;AAAiEiKAvMpwBjDCgB,A;auMowBiDDAvMpwBhCEa,A;AuMqwBKnKO;MACb1fM;AAA6BpOI;eAAuB+3BAvMtwB5CEQ,A;AuMswBuEnCAvMhxBvF5kIS,AAAKukIc,AAAqBCoB,A;AuMgxB8E11BK;g+B2B/3BhHjZY;iOA2HU71FC;uBAAAAAAlLnBAAlOspBSAAAAAAAAXU2kIG,A,A,A,A;uDkOjdA0EQ;AAAkBjpBI;4DA8BvC+pBe;wDAaAAe;2GA4EIlCU;AACKj3C2B;AAAYi0CAlO/IHjlIC,A;AkO+IhB8uGa;AAAmBm2BAlO/IEVoB,AAAkBCqB,A;OkOoJ1BxzC0B;GACCA0B;WAIRq5Ce;AAEuBr5C2B;qBAGqBA2B;OAAYi0CAlO9J9CjlIS,AAAKukIoB,AAAkBCsB,A;gBkOiKVxzC2B;wBAKb6zCK;oDASe/1BO;AACKz3Bc;AAA1Bk9BkB;AAC4BhhCc;AAA3BghCe;kBAOJv0GC;AAAP8uGuB;AAIO9d2B;AAAYi0CAlO5LHjlIC,A;AkO4LhB8uGa;AAAmBm2BAlO5LEVoB,AAAkBCwB,A;AkOiMjCKU;yCAKoD/1BS;AAAaAc;oCAKhBAG;AAAKz3BI;+EAKJy3BG;AAAKv7BI;+CAUrDu7BO;AAA2CAI;WAAtCz3BM;AAA2CAI;gBAEEk5Bc;AAG/BzBG;AAAKz3BI;AAAQy3BG;AAAKz3BI;oCAOrCy3BO;AAA6CAI;WAAxCv7BM;AAA6CAI;gBAEAi9Bc;AAG/B1BG;AAAKv7BI;AAASu7BG;AAAKv7BI;MAGnBvzEC;0JAyBNy6FO;AAAwCqUI;SAAPgLAlVvSjDCe,AAAuB1iCM,AAAa9DI,A;ckVySzCzDS;yCAKwFg/BI;AAAPgLAlV9S5ECiB,AAAuB1iCM,AAAa9DgB,A;4WqSjOvC41DQ;uBAGJmBwB;mCA6CiBnBG;AAAAoBqB;MACgBvqIkB;iEAmBzBmpIG;mBAGJvMI;qDAoCGhnCO;UAAiDuzCG;gEAQpDvMI;wKAkBqBhnCU;AAErB40C8BAesE/RI,uBACyBAW,GACpD7iCS,AAF5B51FS,AAAqBuwGW,AAKhCloQwB,GAEgButPS,AANF51FS,AAAqBuwGI,AAAkBCW,2IAcjBxwGkB,W;AA7B1C21FmB;iDA0CmCmZY;AAAOq6BG;WAAfrvBArS+CtBCe,AAAuB1iCM,AAAa9DG,A;sCqS1CoBu7BI;cAAPgLArS0CjDCe,AAAuB1iCM,AAAa9DI,A;wrB+M6DrC1ES;4IAsBSgnBc;AAAW4mCK;SAEmBpwB8B;+CAGzC1UyBa3LK8yCsC,iB;mCbuMMzqIA7EtSkBAwC,A;O6EsSlBA6C7EtSkBAkC,A;A6EkShB48GW;QAeG7nCM;uEAyCwB/0Ea;+DAqKtC26HQ;gBAEkB36HAzJ0KCAC,A;cyJ1KDAAzJ0KCAAJrvBvBAAAtB0Bg2GAAAAh2GSA0MLsoFa,A,A,A,A,A;A6JwZrBm1CW;yHA4CM9C0B;qGA+CRhgIAiFrnByBAO,A;oDjFopBzBAAiFppByBAO,A;yDjF0qBLggIQ;4DAOd9rDS;aAIAAM;AAJAAG;0GAgEqFyvDA9J5sB3EjJU,A;6B8J4sB2EiJQ;oBACtChJI;AAAiBoVS;IAAoCpVK;wkBA0IxG97DuB;iMA0DWx5DA7E95BoBA6C,A;O6E85BpBA6C7E95BoBAkC,A;A6E05BlB48GW;kqB0Ej7BF4dG;iCAKFDAA+H4B1nBW,AAAa4nBS,A;KA9HlDCKAqJ8B/sHO,Y;kCA7D3BklGG;sIA8CGyrBAxOxGQjJU,c;AwO4GZkFAAZ0BCK,AAAS3nBW,AAAa4nBS,A;AAalDCKAU8B/sHO,W;6BAW5B8sHG;eACe9sHI;AAAAg9H8B;iGA6DJhqCqB;AAAfrQc;6SA8HsB6pC8C;kK5KrFIx5BoB;+qBA2tBAAoB;2dA2QV2b+C;AAGR99CY8F5rCJ+9DS,O;mF9FosCUjgB8C;AACEAsC;AAMFA2C;AAAQ99CY8F3sClB+9DS,S;A9F8sCEl+DQ8F7tCFk+DG,sBAEJpqDiC,A;2J9FivCiC4CAxFzyBX8gBY,A;+bwF62BtBwUyB;YACAAyB;uGAOciS6C;oEAiBVigBS;AAEFlyByB;oEAiQEugCMA5PoBrrBQ,MACJOQ,MACKEQ,OACAEQ,MACKRQ,MACT7/GQ,MACS+/GO,qBAEDQQ,kCASkBlBS,yG;kBAmP/BKK;KACSGK;KACT7/GK;KACS+/GI;KACVEK;KACSmqBK;KACJjqBK;KACAEK;eAEIEK;KACNGI;yIASwBrBK;KACf2rBK;IACLCK;KACClDK;ucA0CnBqCe;AAiBA9CI;qFAuEI9kBO;AACK3nDO;8FAVN16DoD;sEAsCamnIK;SAyBpB4DY;4IAPmCh2DAxFx1Cb8gBQ,A;iHwFk3COuac;6BAnB7B26BiBgKzwCwB/qIU,A;gGhKyyCCs8GgC;AADc8DkC;8CAGHAI;AACd9DiC;gGAoBmBiEW;KAEIAS;gFAKOxrCAxF75C9B8gBa,A;kCwFi6ChB9pFAxFn+CNwkHoB,AACKxkHUc3eLFsB,A,ad2eKEAc3eLFW,A,Q;W0Eg9DI2tDY;OAGYx5DiB;uCAcT6pGAxF3vDI7pGW,A;YwF2vDJ6pGgB;8BAgBF0yBS;sDAMqB57BuB;+BA+EnB3gG+B;6cA7RMiqIa;meA0YkB5nBM;AAAApFA7G38CHv3BqB,A;O6G48ChB1lFY;OAE2CsiHA7Gl6CnCtiHyB,A;A6Gk6C4CuwGO;OAGpDvwGY;OAE2C06GA7G93C/B16GuB,A;A6G83C4CuwGO;sJAYtDvwGY;KAAAAAAnCiCu5GW,A;wEAmDTupBAxFhvDR9iIc,W;awFovD3Bs3EK;AADI1rCAxFjhEI5rCW,A;YwFihEJ4rCkB;+PA6BsDy2EM;AAAKr1CM7G98CjCqKM,G;S6G88CiCrKA7G98C/ChtEsB,AAAiCuzEkB,A;W6Gu9CrB+qDA7GviEoB/tBM,AAAeCW,A;2G6GsiES6RM;AAAKr1CM7Gt9C/CqKM,G;S6Gs9C+CrKA7Gt9C7DhtEsB,AAAiCuzEU,A;c6Gu9CrB+qDA7GviEwB9tBM,AAAfDM,A;yK6GsjEDj5BAxF9tD1Bu/CY,A;sBwFmvDbhtBAxF9jEW7pGY,A;YwF8jEX6pGc;4BACOAAxF/jEI7pGe,A;awF+jEJ6pGc;aAA+Di5BAxF9zDxC9iIa,Y;2IwFyyD2BqiHY;AAAKCA7G5/C1CtiHS,Y;A6G6/CqCqiHG;SAAKCA7G7/C1CtiHS,S;Q6G8/CgBwwGI;AAAsBAI;+BAIvCDI;AAAsBAG;wbAuHlChYM;wLA+BS1CO;oCAK8Bv2BwB;IAD3ByVAhDlrCG8gBS,A;AgDmrCoCveO;AAAZhYA2JxiERt/DW,A;wE3J2iEpC+LAxF18DFwkHoB,AACKxkHUc3eLF4C,A,A;kF0Ey7Eaq7HAA/tCiBCM,AAAmCHK,A;AAkuClD1qBgD;AAAuBAiC;AAAO4qBAAluCfCM,AAAmCHS,A;AA0tC/Dj7HK;KASWuwG4B;4BAKgCt8GWgK94DfgrIuB,A;sEhK25DJzOS;kBAI1B38B2B;OAC6DqrCU;AAD7D3iDG;IAIiB36EG;UAAShTAmLj6EDAM,A;UnLi6ECkmGU;AAAuB7mCAgK9yD1Bh6DU,K;oEhKozD8BkrII;AAAxBhEAAnwCCCM,AAAmCHQ,A;AAmwCZkEiB;oCAS9BA0B;8KAyEJ/QkC;6GA3H4C3dI;AAAUAE;oDAafAI;AAAUAE;0CA8B5D0uBiB;sjBAomCoB9DM;AAAqBAG;qFASpBryDAhF5rGP8gBgB,A;gBgF4rG0D9gBAhF5rG1D8gBiB,A;2EgF+sGXuxCG;oIAYcQK;gCAKzBxnBmB;AAAAAK;AAAwBAK;AAAxBAU;2CAM4BAY;gHAUPAI;gBAEOAU;0DAUrBpgHAA5gCgG+hCkD,AA6eDo9E4B,e;qNAsjBjFyoBK;+6BsOppHmBtwDwB;sHAG/BqpBmB;2hBvGsBiBkRgB;mJAsBJsoBuC;yQA0HuCgRe;QAAdnrIyT;GAAhB29E2C;wCAEiCqlC0B;oV5B9I1Dn0CsB;sEAKAAM;AALAAgC;s1BAiFgC7uEA1J4nBbAAJrvBvBAAAtB0Bg2GAAAAh2GsBA0MLsoFQ,A,A,A,A,A;A8JpDpB3tFO;gBAPmCqFA1J4nBbAkB,A;oM0JtlBZAA9ErFoBAAAhF5BAW,A,A;oJ8EqKQAA9ErFoBAoD,A;qD8EqFpBAoB9ErFoBAoC,A;A8EiFlB48GuD;6TAnBA58GA9E9DkBA6D,A;O8E8DlBA6C9E9DkBAiC,A;A8E0DhB48GW;sIzCEQjcW;yIA+1DAAW;+B6Kv9DJAmB;mXCPTwBAtFoBLniGC,A;iCsFpB6B6xGY;6CAOLl0BS;QAChBqlCC;+XAmFNhjHa;gWAcDAS;gJAuImBAanD3Q7BAAAAAAAACYAACqT2BAoB,C,eDrT3BAACqT2BAAAZRA6C,A,A,2BDvSG6xGC,kB,A,A;kBmD0QzBvuBMnD9LyBioCAC8MTCM,W,AD9MsCC0B,UAA7BzIiB,Q;oDmDqMNhjHc;mBAEfkqHgB;6EA2CTrZAnDrTF9xCC,gB;yBmDuTE8xCQnDvTF9xCC,gB;wBmD8TE8xCAnD9TF9xCC,W;AmD+TEorDQnDjSFCC,mBAAAAK,0B;8EmDoSIvZG;MAAAAAnDlUJ9xCU,A;AmDmUIsrDAnDlTJCC,iB;AmD8SEHAnDjSFCK,A;AmDqSIC+B;AAEAxZAnDrUJ9xCU,A;AmDsUIwrD8B;wBAGF1ZAnDzUF9xCC,W;GmD0U+B4eU;iBAE7B6sCgB;sBAEA3ZAnD9UF9xCC,W;iBmDgVEyrDsB;OAEA3ZAnDlVF9xCC,c;kBmDoVE0rDyDnD1SkB5Y0B,A;OmDgTlBhBAnD1VF9xCC,e;kBmD4VE2rDyDnDtSkB7Y0B,A;MmDwSlBhBAnD9VF9xCC,Y;wEmDoWE8xCAnDpWF9xCC,Y;iGmDoXYmrDmB;sJAoBDSAnDzROAG,iBAAAAK,Q;6CmD6RPCQnD9QUAG,mB;AmD0QVDAnDzROAK,A;AmD6RPCQ;AAIKzoBAtF7WTniGO,A;0GsFmXI6qHyDnDzQiBCgB,A;CmDyQjBDW;wDAMAEyDnD/PmBCiB,W;sEmDoQZ76BAA3CDhbO,A;YA2CCgbAA7CN+5BwB,UAEK/0CO,UAAAAiB,A;2CAiDiBgbAAjDjBhbO,A;YAiDJgbAAnDD+5BwB,K;AA6CM/5BK;AAMLAAAjDIhbO,OAAAAoB,A;AAiDiBgbAAnDtB+5BwB,K;AA6CM/5BK;AAMgBAAAjDjBhbO,A;QAiDiBgbKAjDjBhbkB,A;4BA2CCgbI;mCAoBhB0gBAnDrbF9xCC,mB;AmDubE8xCG;aAAAAAnDvbF9xCY,A;AmDwbEksDAnDnbFCC,kBAAAAK,+B;AmDqbEraAnD1bF9xCY,A;AmD2bEosDAnDhbFCC,kB;AmD6aEHAnDnbFCK,A;AmDsbEC2B;mDAYSEAnDtWOAG,kBAAAAK,e;kBmDwWPCAnDjWOAG,kB;AmD+VPDAnDtWOAK,A;AmDwWPCe;+eC7ZT8fAAxBuDtnKAoBsCpC6pCG,AAAS7pCK,A,A;+nBpBqO5B88HyD;wMAoDFwqCAApOyDtnKAoBrDpC6pCG,AAAS7pCK,A,A;6OpB2TrBgtII;0CAAAAY;8EAEAFG;AAFAEsB;+CAUAFG;AAVAEgB;isCpM4FgBztCuB;QAGGAkC;kOCzW6B00CU;yIA4CxBhjCAtH6PX8gBc,A;6CsH1PM01C0B;UAAyBvrIoB;2CAgB1CAsD;w0BAyOF2gG0B;8VCxWKn6BAATsCuxCU,A;OAO3C/3GoC;6DAgBEAuD;4vBA4MF2gG2B;kQEpN4B6qC2B;MAAAAW;0BASjChlEWAnB0DuxCuB,A;YAoBnBvxCAApBmBuxCc,A;kCAsBlCwzB0B;AAEd/kEAAxBgDuxCc,A;AAsBT/3GiB;SAQzBqjEc;oBASjBrjEiD;8GAmBF2gG0C;AAAuBn6BG;wBAAAAAA1D8BuxCwB,A;0sBDa1DvxCMAjB6CqvBgB,A;yIA+BrB01C0B;AAAyBvrIyB;6DAczBurIG;AAdAAuB;gBAcyBvrIiB;gBAW9CA8C;kxBAqNE2gG0C;AAAuBn6BG;cAAAAAA7QiBqvBmC,A;+VOwFOh2FM;gBAGV05DM;gBACQAG;gNACoBAU;wBAKvDAK;qMAmCMonCQ;onBCfhBAmB;gRAYSnkCU;8EAQTmLM;oHqJ3JF3nEmB;qBAAAAAxG2lCTAA7E0pHAAe,A,AAtvJAAAAsvJAAY,A,A;uDkDrmIkCAoB;4BAAAAAAG9BAAhEwPmD28GG,A,A;mLgEhPZhvGG;UAAShTAiHnnBzBAM,A;AjHmnBgC8wIU;UAAAAK;AAASp2DE;KACnDq2DC;AAAA/9HG;AAAA+9HW;iCAMXr2DE;sBAMWs2DO;AAAAh+HG;AAAAg+HU;iEAgBFt2DE;GAAuBr1EI;4EAK2Cq1EE;mCAEzEAE;6BAMyBAU;EAQ3BAE;sCAsB0BAQ;ghBA+B9Bu2DuB;gGAYIv2DG;yYAwQ6B1nEG;UAAShTAiH9+BjBAQ,A;AjH8+BwBkxIuB;AACxBl+HG;UAAgBk+HgB;AAC/Bx2DE;IAAsC1nEG;UAAgBk+HU;AAPlD7rIC;+BAUCq1EE;kBAKXAI;GACOr1EW;6EAqB+B8rI6B;iFAmBtCz2DM;iCAsD+C1nEG;UAAShTAiHvlCnCAS,A;AjHulCAoxIgByC5jCatTQ,AACVAI,QAGoBliCO,QAAAAK,AACwBkiCK,QADxBliCK,AAEsBkiCK,QAFtBliCK,AAGwCkiCQ,AAExDuTG,AAAsBtSG,A;iBzCgjC/C15HS;AACGASyK/kBRAAA9ZoGisIgB,A,A;AzK8+B7FjsIS;AACgB+rIgByCzjCKGgF,A;AzC0jCnBlsIW;AAEMs3E8B;uFApcejCE;gGAqWnBAc;qG+IrvBMr1EI;cAAAAAA/BjBAA7B1NoCqPAAAArPS/HxEfs7GwB,A,A,A,A;A4JkU0BigBc;AAAjDnrCK;AAAApwFW;AAAAowFM;yFAwBI2wCAApBJv/BQ,W;uKxN/GOxhGWuB+eKgpIyB,A6EwadhpIA7EjbAAwB,A,AA3qBAAAA2qBAAY,A,A;wFvBvNSAmB;2BAAAAAoGwoBTAA8BxxBAAuB,A,A3GpUAAA2GoUAAY,A,A;4JlIwOSAmB;cAAAAAoGgjBTAA7E+HAAuB,A,AA3tCAAAA2tCAAY,A,A;qHvBncSAmB;gBAAAAAoGoUTAA7EsVAAuB,A,AAl7CAAAAk7CAAY,A,A;uHvBhkBSAuB;kCAAAAAoG0OTAA7EieAAuB,A,AA7jDAAAA6jDAAY,A,A;qJvBhnBSAuB;yBAAAAAoG+ITAA7EknBAAuB,A,AA9sDAAAA8sDAAY,A,A;sJvBziBSAa;SAAAAAoGzETAA7Es1BAAuB,A,AAl7DAAAAk7DAAY,A,AAAAAAAAAAY,A,A;IvB7wBSAAuB6wBTAAAAAAU,A,A;IvB7wBSAAuB6wBTAAAAAAuB,A,A;qIvBzgBSAmB;gBAAAAAoG7UTAA7E2tCAAuB,A,AAvzEAAAAuzEAAY,A,A;uFvBlxBSAmB;iBAAAAAoGzcTAA6GpiCAAuB,A,AAnFAAAAmFAAY,A,A;6FjN8qDSAmB;+BAAAAAoG1oBTAA6G9yBAAuB,A,AAzUAAAAyUAAY,A,A;yIjN2gDSAmB;SAAAAAoG7tBTAA6G1HAAuB,A,AA7/BAAAA6/BAAY,A,A;sHjN63BmDs8GuB;yEAsD1Ct8GmB;gBAAAAAoGzzBTAAyH52BAAuB,A,AAAAAAAAAAY,A,A;4E7N2vDSAe;AACkBmsI0B;AADlBnsIAoG/4BTAA7E18BAAuB,A,AAlJAAAAkJAAY,A,A;kCvBo2DuCmsIoB;0DAO1BxrC6B;AAEAAU;6BAEAAY;gFAsEJ3gGmB;SAAAAAoG3+BTAA7E18BAAuB,A,AAlJAAAAkJAAY,A,A;4EvBqqESAmB;gBAAAAAoG3tCTAA7Ez1BAAuB,A,AAnQAAAAmQAAY,A,A;8FvBsxE2DAmB;SAAAAAoG77C3DAA7Ei3DAAuB,A,AA78FAAAA68FAAY,A,A;mEvBtaoCAAAIAAASi5EmCAAApYtBAAA3iEzB08GgB,A,A,A,O;wBT0BY18GAAIAAASi5EmCAAApYtBAAA54DU28GG,A,A,A,A;sHTiclD38Ge;8BAAAAAoGjhETAAwI/zBAAuB,A,AAAAAAAAAAY,A,A;gF5O61FMqqI2B;AACAr6BO;MAAAAK;IAAAAO;2NAsT6CsMuB;2HAsH/B8vBiD;OAAAAM;2NAoOXpsI8B;+BAAAAAiH1iHTAAkI/JwCqsIuD,A,A/I0hCxCrsIAa33BAAuB,A,AAAAAAAAAAS,A,A;iDjHwjHMqzGwB;OACAi5B0B;OACA5G0B;OACAHuB;cACAnlByB;OACAulBwB;AACAFG;wIA6qCGzlIoC;uCAAAAAoGh3HTAAsItkCAAuB,A,AAAAAAAAAAiB,A,A;uT1O49KWAU;sEAmCFAuB;6BAAAAAoGz7ITAA7Eo1CAAuB,A,AAh7EAAAAg7EAAY,A,A;sIvBsvGoCAAAkCqBAAS5wBcAAApYtBAAA3iEzB08GgB,A,A,A,O;wBTypGY18GAAkCqBAAS5wBcAAApYtBAAA54DU28GG,A,A,A,A;kBT8/FlD38GmB;uBAAAAAoG9kJTAA7Eo6CAAuB,A,AAhgFAAAAggFAAY,A,AAAAAAAAAAAAUqBAC,sC,A,A;yCvB0qGfusImC;GAEAC6B;sDAuB0C3jDQ;AAC9C4jDKuB1lGkB9+HG,AAAS+0HQ,I;2BvB+lGmB75CQ;AAC9C6jDKuBnlGkB/+HG,AAAS+0HQ,K;4CvBsqGqC1iIqBoG3sJlEAA7EinDAAe,A,AA7sFAAAA6sFAAY,A,A;2CvBwoGSAmB;gBAAAAAoGzvJTAA7EqyDAAuB,A,AAj4FAAAAi4FAAY,A,A;0FvBohGSA6BoGzzJTAA7Eo/DAAuB,A,AAhlGAAAAglGAAY,A,A;4GvB6kGSAY;+NAAAAAoGjkKTAA7E+wEAAuB,A,AA32GAAAA22GAAS,A,A;wxBvBw8FiEAqBoGvtKjEAA7E+0GAAuB,A,AA36IAAAA26IAAY,A,A;2CvBi6DiEAwBoGhvKjEAA7EuyGAAuB,A,AAn4IAAAAm4IAAY,A,A;wEvBi/DmEAmB;SAAAAAoGxxKnEAA7Em2GAAuB,A,AA/7IAAAA+7IAAY,A,A;8iC8Fr9HEHArKtRWu2GWJvCwC9tBW,AAArD8tBAAAAAW,A,A,A;6gByKkqBkDp2GAAoDmBAA5Gw/HhBAAAnUJAAA3iEzB08GgB,A,A,A,O;wB4G9rD0B18GAAoDmBAA5Gw/HhBAAAnUJAAA54DU28GY,A,A,A,A;oQ4G30D3Ch9CAAlBkC3/DAAoDmBAA5Gw/HhBAAAnUJAAA3iEzB08GuB,A,A,A,gB4G1oD6C18GA5Gw/HhBAAAnUJAAA54DU28GI,A,A,A,A,iB;M4Gz0DrDgwBO;yDAGAnyEsB;sSA2EF4BiB;sEAQ6BiZyB;qCAOlBr1EAzF/3BoBA8C,A;OyF+3BpBA6CzF/3BoBAgC,A;AyFi4BlB48GW;0GAaf/zB6B;4CAWAA6B;iFdt8BAluFAmFqByBAM,A;AnFrBlBspGI;kHGzCmB2oCI;AAC1BjyIAgF6DyBAM,A;AhF5DrB6jGI;CAFsBouCa;AAG1BCAA6BgBCgE,Q;yFD4IhBnyIAiF9GyBAS,A;CjF8GlB2yEW;CACAvKY;qBAEPgqEYAsDgECU,wB;KAtDhEDOAuDiCCU,W;gF2IxOnBCAA+CiBjtII,A;cA/CjBitIAA+CiBjtIACtCwCktIY,AACVCa,A,A;+DnETpCxyIAQ+DAAI,A;WR/DOqxIG;2ExDOfhsIC;qCAAAAAtB6wBoCotIU,AAwEqBCU,AAoBtBCU,AA0GSCS,A;AsB98B7D5yIAgEmDyBAS,A;ChElDrBuxFW;CAGA5hBY;CACArBY;AACJukEAAyGaxtIYqE9EGytII,A,erE8EHztIAtBu/BfAA2FjlCAAe,A,AAAAAAAAAAY,A,A,ArE0FEy+Ge,AACAAGAc0CCI,A,AAd1CgvBAqE7BACK3Fg6CAtjCyB,W,C2F/5CAujCW3F08DAvjCyB,W,A2Fx8DAAyB,AAAAg6BS,A,A;ArE/EAwJeA8M2B3lBMtNsqBYAI,A,A;AsNl3BvC4lBW;iCACgBCAAuMT/tIW,CAA4By+GGAnFOCS,A,AAmFnC1+GAyE3I+GguIe,AA2MvCCY,AAMfCY,AA5NlEluIARKwCqPAAAArPS/HxEfs7GkB,A,A,A,AuImEzBt7GAAAAAC,A,A,QzEsJSAAyEtJTAAAAAAU,A,A,A;2V9E6oBiCmuIU;AAEdxgIG;UAAShTAqEvpBDAS,A;2CrEiqBnBikHI;YACFDU;QAEFAmB;yC5F/nBK3+GmB;wBAAAAA2E8gCTAA7EutBAAuB,A,AAnzDAAAAmzDAAY,A,A;ySE/8C4D6mIAfpDxCCU,AAAiBCc,A;oBeqDvB/mIe;AAGDAU;6BAKCAsB;qBAIAAqB;cAGAA0B;cAWAAqB;cAGAAkB;sDoG7VRouIkB;mFAkCAAkB;QAEwB7SO;eACKAO;81BA4ZnB8SU;uCAMEAS;0DAiBoBAU;8MAoFzBAO;+PA4DXzuCAnLbM5/FU,iB;gLmLsCMquIc;oBAEkB9SuB;AACNnjHG;AAASmjHO;AAATnjHwBqH6DIpYkBAvL1BAAA9ZoGisImB,A,A,A;qDrHgjB5FqCsB;8JA+CLCG;yFAsBL3uCUlMmD8B5/F0B,A;WkMnD9BsoFa;iTAqJKimDG;UAMoBCOAtDDz5DA9M5UF8gB0C,A,A;uC8MsYgC24CQA1D9Bz5DA9M5UF8gBuC,A,A;oB8MwYC24COA5DCz5DA9M5UF8gB2B,A,A;yN8MgiB+DloFG;AAAS+0HG;AAAa/EoB;+BAEnG+QoB;gKAiCO74Cc;+HAMP9ea;sCAQO/2EAjG/iCkBA8C,A;AiG+iCqC2gGgB;AAJrDicQ;AAAY58G+B;AAIdA6CjG/iCkBAI,A;oRiGymCjC4/FAnL1iBM5/FU,iB;cmL2iBK2uIE;sWAuEqD1kC+C;yBACnBAsB;kGAiB7CrKO;aAAAAa;QAAAtXQ;qMAjJgBqYiF;yRAkDdfAnLriBI5/FO,kB;gNqE/WqBAoB;4BAAAAAAGzBAANwnBmD28GG,A,A;mFMtnB5BtnCE;kGAYrBAE;6CAMsBAE;kBAAkCu5DG;wBAChCv5DE;yBAAoCk5DM;cAC5BhTI;AAAgBlmDE;IAAjC3bK8GiZWtoDC,A;I9GjZXsoDe;6BAMnBqLM4KhNAhGe,A;mC5KqNcsWM;sFAUd+KS;0HAasB/KE;YACNkmDI;cAAHsTA8GmkBTLSArCoBz5DA9M5UF8gBuC,A,A,yB;4FgG3LKxgBE;gBACCAE;kBAAkCu5DG;wBAChCv5DE;yBAAoCk5DM;wBAKlEnuDS;2FASM/KO;0EASCr1ES;UAEEq1EE;iHA0FuBr1EoB;4BAAAAAAG9BAAAxMAAANwnBmD28GG,A,A,A;8CM5avCtnCE;qCADPr1ES8GiZ2Cm8HqB,AAtB/Cn8HAA3bwC6vGU,AA9F7C7vGA8D3QwCqPAAAArPS/HxEfs7GiB,A,A,A,A,A;0D7C2fdt7GS;UAEEq1EE;4XNhSa+rDgD;AAGcxuBI;4GAyBlCjSU;uDAEOw5BgC;uEAoCcx5BW;oDAOProQS;oBAIAqoQgB;gGAQGw5B4B;oDAwFEx5BU;iCAAiBAmB;iDAiJN3gGAAq2GOAAA7FTAAApwCV08GgB,A,A,O;wBApgEY18GAAq2GOAAA7FTAAArmCyB28GG,A,A,A;0SA9zCnB38GAAoxFQAAA1CbAAAvUDAAApwCV08GgB,A,A,A,O;wBA/pCgB18GAAoxFQAAA1CbAAAvUDAAArmCyB28GI,A,A,A,A;qDAtqCvB38GAAmuFK8uIwC,AALE9uIAA5IRAAAvUDAAApwCV08GgB,A,A,A,O;0BAvgCY18GAA8tFOAAA5IRAAAvUDAAArmCyB28GG,A,A,A,A;kGAjmChB38GAA40GcAAA/VRAAA3iEzB08GgB,A,A,O;wBAl8BmB18GAA40GcAAA/VRAAA54DU28GG,A,A,A;2CAhlCT38GAAg2GqBAAApYtBAAA3iEzB08GgB,A,A,O;wBAj7B0B18GAAg2GqBAAApYtBAAA54DU28GG,A,A,A;mCA9iCV38GAA+4GT+uIqB,AAhBpC/uIAArc6CAAA3iEzB08GgB,A,A,O;0BA/4ByB18GAA+3G7CAAArc6CAAA54DU28GG,A,A,A;6MAvgC9CmmBA1F3sCmB9iIY,W;sV0F+uDS61FY;sMAiD/B71FAmBzrEyBA6C,A;AnBwrE3BxwJAA82FKotQQ,AAPuB58G+B,A;AAt2F1BA6CmBzrEyBAI,A;+EnBosE3B+LA1FxyDNwkHiB,AACKxkHMc3eLFsB,A,A;a4EkxEMEA1FvyDDAAc3eLFW,A,A;6D4EqxEoD4wGc;sEA2BlDjjDa;uLAiIsBx5DAmBj0EKAkD,A;KnBi0ELA8CmBj0EKAmB,A;iQnB2pEbAA2F45ChBAI,+BAAAAI,A;gC3F35C8BgvI2E;AADdhvIA2F45ChBAmC,A;A3F35C8BgvIc;mbAkhBhBCM;+CAKAAM;qHAoCqBzyBQ;gBAGjBnSG;+CAGhB6kCc;2RAoG0B9NoB;8EAiCtB9rDI;AAAN+0BE;EAAM/0BU;0FA2BF65DWAyEiB3yBI,AACrB7pDoB,Q;8FA9BA03CE;OAAMtrCIAn1CJtMoB,U;mDA44CmEsiBAlD7wE/C8gBS,A;+CkDsxEpBwUS;0DAuByCt1BAlD7yErB8gBO,A;AkD8yEpB+JAlDnzES5/FiB,mB;QkDmzETsoFE;oGAyCA8mDqC;mBAgDgCv1BqC;QA+EZ/KG;6EAkCtBugCAA+hCACoB,A;8PAr/B4D18BI;AAAvB28BiB;qCAKZ38BG;yFAqBgB28BiB;8OA8D7B9xE6BAyB6CkjCoB,A;qHAAAAkB;+CAuHrD8bI;gBAGJpSQ;2dAyHmErqGO;aAAAA2B;oBAAAAAA1BtDAW,A;8MAiJPAAmBpvH2BAmB,A;2BnBovH3BA6CmBpvH2BAQ,A;oDnBmwHKivIa;4BAKhCjvIAmBxwH2BAmB,A;2BnBwwH3BA+B;AApBAAcmBpvH2BAQ,A;6BnBgxHGivII;+SAxBtBjvIA2F/JdAI,+BAAAAI,A;0R3FmLcAA2FnLdAI,+BAAAAI,A;wJ3F0NgBq1E6B;yGAsCAu9BW;mCAoBd48BO;qBAgBAAO;oGAmBAAO;sBAgBAAO;4kBA4Pen6D6B;wDAlDbo6DI;MAAAAa;uSAsNkC7hCAlDn1I3B5tGU,A;kBkDm1I2B4tGa;eAUpC8hCC;AAVFpnDO;qvBA4TkCl8E2C;mIAeAA2C;6HAkB1Bq8EkBAltDR4hBE,OAAMtrCIAn1CJtMoB,W,A;gGAojGiBrmDkC;6NA+Cbq8EkBAhxDN4hBE,OAAMtrCIAn1CJtMY,A,A;AAqiGMg2BAAltDF1pBAAn1CJtMQ,A,A;AAmmGIg2BAAhxDA1pBY,A;yIAizD2DkwEG;mGAW3B55D0B;AAApCo6DU;mmBAsJiE5mDU;0CAcAAa;mGAqCwCA0B;AAE3GvmBiB;8BAM2GumBI;uDAQAAI;AAE3GvTe;yMAsB0BDyB;+FAGeAyB;wFAUHAyB;+UkF7iJHr1ES;yDAgBMAS;8EAcAAS;0FAkBGAS;0GAmBEAS;sGAmBXAS;oGArFzBAU;iBAAAAQa7ckCAAgF8SQ4yGI,AA5BjD5yGAA/KgEo7HY,AACnCCY,A,A,A;Q7FyWtBr7HAa7ckCAAgFkRzCAAAjLAAAA1IsEs7HY,A,A,A,A;yK7FsgB/Dt7HU;gBAAAAAyG1b8C2vIgB,A;QzG0b9C3vIAyG7dPAAZzCsEs7HY,A,A;gH7FohB/Dt7HU;iBAAAAUqGncPAARsQiD4yGI,AA5BjD5yGAA/KgEo7HY,AACnCCY,A,A,A;Q7FuYtBr7HAqGncPAAR0OAAAAjLAAAA1IsEs7HY,A,A,A,A;2I7FsiB/Dt7HU;iBAAAAA4F3JPAKAjT0B0yGI,AA0B2CyoBY,AAnIrEn7HAC2JgEo7HY,AACnCCY,A,A,A;Q7FyZtBr7HA4F3JPAAA1ZAAACyJAAAA1IsEs7HY,A,A,A,A;4K7FyjB/Dt7HU;iBAAAAA4FvIPAKAxV0B0yGI,AA0B2CyoBY,AAnIrEn7HAC2JgEo7HY,AACnCCY,A,A,A;Q7F4atBr7HA4FvIPAAAjcAAACyJAAAA1IsEs7HY,A,A,A,A;0K7F4kB/Dt7HU;iBAAAAA4FzHkCAKAzXf0yGI,AA0B2CyoBY,AAnIrEn7HAC2JgEo7HY,AACnCCY,A,A,A;Q7F+btBr7HA4FzHkCAAAlezCAACyJAAAA1IsEs7HY,A,A,A,A;2I7F0xBlCt7HoB;4BAAAAAAKG4vIK,AADxC5vIAlF0EmD28GG,A,A;2DkFnExCtnCM;GAAoBr1EC;0FAOIq1EE;cACtBAE;GAAoBr1EC;+BAE1Bq1EE;waA8FPsjBiD;2DAiBUtjBM;iBAAmBw6DmB;8CAIpB7vIS;sFAuCwCAqBS+GrDAA7EylEAAuB,A,AArrGAAAAqrGAAY,A,A;wDoE7qEuB2gGmB;2+BAgFE3gGe;6LAcPAe;kSA4BKAe;6LAcLAe;8JnFn4BUAoB;2BAAAAAAULk7GAAAAl7GACvNqBA8B,A,A,ADsNxCAACsnBmD28GG,A,A;uDDrqBjB/JW;6UAqEdiHC;AAAA0hBS;2DAQlBqFS;uFAwBmBvrDE;UAKdr1EQ;oBACmBq3EI;AACC9DO;QAKF8DG;AADpBr3EO;AAEqBuzEG;oBACnBvzEW;AAEEAW;AAEEAU;AAA+Bq1EE;gGA/CnBy5BG;mIAoF8BtfQ;EAAsBAS;+BAOrCliFG;+CAAAACAXf+nEE,wB;oIAkC+BAE;yHAepCkmDM;EACFAG;yKA8DPwUe;2BACAAO;8EAkIiBziIEAnPH+nEE,mB;yCAoP4CinCO;qCA1LZzCiC;UAAT0hB0B;cACIgBa;GAG7BgGsB;0CAEbtzDAwEnaHjvES,A;AxEmauBAS;AAAkBAuB;AAAtCivE2B;AAGeg6DW;AAG8B+GAIuiBV7OAH/yBZCY,A,A;IDwQsB4OK;AACrBrNwB;AADqC9oBS;sBAE3ByIA9GgUxBtiHS,a;Y8G/T8C8uGA9GuN9Cz3BY,AAAO9DY,A;A8GvNMumCA9GrMjBvJM,AAAICG,A;a8GqMasJA9GrM1BCkC,A;oB8G0MeihBqB;QAEwBkVqB;mBADDphCA9GiNlBv7BS,A;A8GzMdvzEc;AACEAS;6BAT8B8uGA9GiNzBz3Ba,A;mI8GwBgEmYK;AAAiBAI;gBAmBpEhzBI;+EAAAAM;mEASZgzBI;mBAEFiuCC;AAAA9vHG;AAAA8vHU;uIAkBWuSAIqQe7OAH/yBZCK,A,A;AD0iB7BvlBW;AAA0Bm0BAIqQe7OAH/yBZCU,A,Y;AD0iB0B4OAIqQd7OAH/yBZCC,A,A;AD0iBH4OAIqQe7OAH/yBZCU,A,A;AD0iB0B4OY;2BAKhBn0BE;AAAU0fO;OAGcyUAI6PtB7OAH/yBZCW,A,U;ADkjB2EvlBQ;AAC7Cm0BI;OAAAAAI4PlB7OAH/yBZCC,A,A;ADkjBkC4OAI6PtB7OAH/yBZCgB,A,A;ADmjBuEvlBI;+KA0B1Fs0BgB;6CAlB0D96DE;kBACJAE;UAI3C+6DI;AAAVv0BE;AAAUu0BS;iCAFgBpwIuC;kCAe3BmwImCA3N0C3gDAA5KDAM,AAAsBAI,AADtExvFgB,OAAAAA2D5DTAAAAAAkBAOEywEoBChNA1RgB,A,U,A,A,A,Q5Dkb2B/+DY2DvV7BAAC9G+Dq7GAAAAr7GSR5HtCs7GqB,A,A,A,A,GpDkkBLt7GC,iBAAAAyB,qBAOqBwvFAApLgBAM,AAAsBAI,AADtExvFgB,A,AA6KiDwvFO,AAQjBAAArLhCxvFA2D5DTAAAAAAkBAOEywEoBChNA1RgB,A,c,A,A,A,Q5D4bsBywBM,MAAAAEAtLiCAM,EAAsBAI,AADtExvFgB,A,AA6KiDwvFO,AAUlCAAAvLfxvFA2D5DTAAAAAAkBAOEywEoBChNA1RgB,A,U,A,A,A,Q5D0buCuJAyK3bhC4xDAjGxGAl6HY,A,A,AxEoiBHAS,8EAUuCu7HG,AAA6ByUAI0a3B7OAH/yBZCC,A,A,A;ADkjBkC4OAI6PtB7OAH/yBZCqB,A,A;AD6kBnB+O8DA1LRnVmB,OACmCOG,AAA6ByUAI2ZzB7OAH/yBZCC,A,A,A;ADkjBkC4OAI6PtB7OAH/yBZCc,A,A;AD6kBnB+O4BApL4C3gDAAnNHAM,AAAsBAI,AADtExvFgB,A,AA6KiDwvFO,AAuCEAAApNnDxvFA2D5DTAAAAAAkBAOEywEoBChNA1RgB,A,U,A,A,A,S5Dyd6B/+DY2D9X/BAAC9G+Dq7GAAAAr7GSR5HtCs7G6B,A,A,A,A,ApD0mBkB9rBAArNcAM,AAAsBAI,AADtExvFgB,A,AA6KiDwvFO,AAyCfAAAtNlCxvFA2D5DTAAAAAAkBAOEywEoBChNA1RgB,A,U,A,A,A,gE5DseE4DG,EAAAA4B,kB;AAyKoB3iEcAlXSqwIK,AATjCrwIAAAAAAACoBAA2DpRpBAACpB+Dq7GAAAAr7GAR5HtCs7GY,iB,A,A,eOgJzBt7GAAPIAAClF0CqPAAAArPSRvDrBs7GkB,A,A,A,A,AOgJzBt7GAAAAAc,A,A,A3DoRoCywEU4DrRlC1Ra,A,iB,A,A;A5D+oBqD6HkBA9PA4oBAA3IEAM,AAAsBAI,AADtExvFe,A,A;AAwYOmwIAA3N0C3gDO,A;AA6NH5oBAA9PA4oBAA5I9CxvFA2D5DTAAAAAAgBAOEywEgBChNA1Re,A,U,A,A,A,S5DiZ2B/+DY2DtT7BAAC9G+Dq7GAAAAr7GSR5HtCs7G4B,A,A,A,A,ApDkiBa9rBAA7ImBAM,AAAsBAI,AADtExvFe,A,A;AAwYOmwIAA3N0C3gDO,A;AA6NH5oBAA5PjB4oBAA9I7BxvFA2D5DTAAAAAAgBAOEywEgBChNA1Re,A,U,A,A,A,iC;A5D6oBcoxEK;AAEuCvpE2BAtPjB20DG,AAA4ByUAIsdnB7OAH/yBZCC,A,A,A;ADkjBkC4OAI6PtB7OAH/yBZCS,A,A;AD+kBoBx6DEAtPWopEU,uBAC9BzUG,AAA0ByUAIqdf7OAH/yBZCC,A,A,A;ADkjBkC4OAI6PtB7OAH/yBZCU,A,A;AD+kBoBx6DEArPOopEO,AAG7ChwIY,WAAAAAiDjd0Bk7GAAAAl7GAhDTCAiB,A,A,A,qB;2CD8sB9BswIM;gCAMoBhjIEArZP+nEE,G;kOQhRiBj9DWf9FrBm4HsC,c;qCeqGVvwIwC;+BAOmC2yFArGpF1B2mBI,A;UqGoFNyBArG/DP1BO,uF;AqGqEUtBQ;mIAeU91EAFmCKNiC,O;sEEtBvB3hCY;AACEAa;AAGEAU;8GsO3JT2gGW;gWrPfO3gGoB;mKUFJAsB;yLA+CkB2gGQ;unB+M+QbtrBE;4FAYRAE;uBAEmBAE;yFAcnBAE;8GAoBQ2lDiB;qOASJwVkC;uFA4HRtVG;AAAAn2DgBtJlbAhGe,A;0FsJoxC8C/+DoB;iCAAAAAAa5CAAAn3BSAAA/LAAAAAAAAjNqmB0C28GG,A,A,A,A,A;4DiNkd5BtnCE;mDAMAmaI;UAAhBwrCkB;gBACI3lDE;yDAP6Cr1EoB;8CAqGfAoB;iCAAAAAAezCAAA5+BSAAA/LAAAAAAAAjNqmB0C28GG,A,A,A,A,A;8DiN8kBdtnCE;+BACNAE;+BACRAE;+BACYAE;wDAM5BAM;yBAG8BmaI;UAAvBwrCqB;OACiBxrCI;UAApBwrCqB;AACJ3lDM;wBAEqBmaI;UAAtBwrCkB;OARDh7H4B;kCARwEAoB;8CACTAoB;mDACZAoB;6CACkBAoB;iJxLj5C3Cu7HK;gFqNjDav7HAAISAA9O0sIhB8uIwC,AALE9uIAA5IRAAAvUDAAApwCV08GuB,A,A,A,A,qB8O9+EiC18GA9OqsIdAAA5IRAAAvUDAAArmCyB28GI,A,A,A,A,A;yB8OjpFX38GAAIhDAAAAAAkBACmB+kEM5DgEjBhGe,A,S,A,A;iG4DtDsBsWwC;6BAGP+KU;wBACArbM5DkDfhGe,A;wD4D1CESK;AAAc6V2B;CAAd7VO;0GAiBF6VkC;cAAiB+KU;gRtOpC6B85BAAqD/BztRAhFzFNuzKS,A,K;8CgF4FY2gGmB;sCAAauZAAHnBztRAhFzFNuzKS,A,0B;qBgFuIqEi8DAAmCvEj8DoB,A;yDAnCuEi8DW;0OAiR3Cj8DoB;2BAAAAAAWSywIAAAAzwIARlWFA6B,A,A,AQmWS2wIgB,AAFjD3wIAR2emD28GG,A,A;0DQjehDtnCE;yCAIDAE;2DAE0DiCAlGmHjDu/C6B,A;AkGlHiDv/CAlGkHjDu/CW,A;+EkGnHiDv/CK;qEAc1DjCE;UACIAE;wCAGDAE;4CAIoDAE;MACxBwgBQ;6GAoBlBloFS;4EAsBAyyGE;uGASRpgHY;GAKEAS;SAEEq1EE;sKApCM1nEe;OACVizHS;q2BiGWgBjgCQ;oaAyChBAsB;6d1DlfDt4PkC;sBAYD23JM;mBACEAY;AAIEAS;OAQIAU;cAEyBAS;uBAAAAmC;4pBAyMAAU;yBAAAAAA9GrCAAgIoOiD4yGI,AA5BjD5yGAA/KgEo7HY,AACnCCkB,AAH7Br7HAA1IsEs7HY,A,A,A,A;iJhI+P7Ct7H+B;AAMfAY;uLmJ3QNAS;AACKAU;kJAwCRyhIY;eAGepqDM;AACC9DG;YAHiBvzEoB;AAM2Bq3EW;kCAN3Br3EI;cAsCegsEO;UAtBdhsEmB;AAhBDAI;AAmBjCyhIY;eACgDDAjMHlCnqDM,AAEC9DG,A;YiMCiCiuD2B;aApBfxhII;oBA4BOq3EG;cAUQrLU;AAPGuHM;AACxB8DG;UACQr3EyB;AAjCFAI;AAoCjCyhIY;eACoCpqDM;8BACYmqDAjMnBjCjuDG,A;YiMmBiCvHAjMkB7ChsEmB,A;SiMb4CuzEO;OAIR8DG;kFAUHAK;iCAnBYrLO;UA0BfhsEoB;0XlHSrC4wIe;iQAuJqBjwCmB;2JAynCS3gG0C;gBAAAAAAKY6wIAAAA7wIAhFt2CAAsB,A,A,AgFu2CU+wIY,AACICQ,AAGpBCAAAAjxISoC3jBcm8HqB,AAtB/Cn8HAA3bwC6vGU,AA9F7C7vGA8D3QwCqPAAAArPS/HxEfs7GkB,A,A,A,A,A,A,A6B+7CuC41Be,AAgtB1BCgB,AAxtBlCnxIAAAAAAhFzhBmD28GG,A,A,A;gKgFsiBlBtnCE;sCAITAE;wHAWHNAlK9jCD8gBmB,A;kSkKmmCgBu7CG;wDAMX/7DE;2EAGUAE;4GAMnC5a4C;kDAOiC4aE;6IAIjCzae7EzvCWA2B,aACb4fOhE/QYw3CO,8C,O;Q6IygDZx4DY;wCAUsCspEU;gBAAAAA1KljCR9iIkB,A;A0KkjC9B4/FA9JxhD8B5/FwB,A;W8JwhD9BsoFE;AACY8oDG;IAAer8DA1K9+BL8gBY,A;6C0Ky/BS71FqB;EAEJ61FiB;IAGVxgBS;uBAcPAU;2IA6I+BNA1KzpCnB8gB4B,A;K0K2pCtBn6BK;SAAAA8E;aAEAyCsB7Ev1BE09CE,wB;A6Ew1BFzhDsB;YAEEAgB;AACAEsB;AAEiC+aE;0DACjClXC;YAAAAQ;AACwBkzEwB;kBAGbCI;klBA+SAp3EuB;AAC0BmbE;kFACjCxbAjFh2CDgiDE,AAAUCM,kB;AiFi2Ceu1BqB;uPAkHOh8DE;0DACjCqoBC;YAAAAQ;qDAYiCroBE;8HAiBhB1nEG;AAASgtHQ;KAIqBwGAhFh9DlBCmB,A;mEgFu9DezzHU;uDAWvC3NY;QAKIAU;uNvD7gEqBu7HU;gBAEhC37B2B;QAAAtXY;+DD5JuCjT4B;8FAyBhCsrBmB;qSwBoEYhzFQ;AAASgtHQ;IACX8CW;qHAgBGtDuC;AAAiCoXwB;AAAwBCM;gEAW7CxxIoB;4BAAAAAAGhCAAhDmxBmD28GG,A,A;6CgDhxB9CtnCE;wHAyFqBr1EoB;2BAAAAAAQoBo7HqB,AAD9Cp7HAAAAAAhDgrBmD28GG,A,A,A;0DgD1qB3CtnCE;+KAoEEwgBQ;mJAmER+qCS;sLAiDoB5gIqB;AACVuxIgB;AAEKCG;OACMxxIY;AAAkCAuB;OAGpDAS;UAGuB8iIA1IsDA9iIY,W;oP0I7K5BsvEA1IlMF2/CsB,yG;+I0I4ViCjvHAAqBayxIqB,AAZ5CzxIAhDwmI6CAAA3iEzB08GgB,A,A,O;0BgDtkEW18GAAS/BAAhDwmI6CAAA54DU28GG,A,A,A;kBgDluEA38GiC2CkpB3DAA3C7hBIAuB,A,A;8KA5FA6oF6B;YAGAA+B;sBAAAvmBkB;qDAOAumB4B;AAAAvTgB;AAEAuT0B;YAGIA4B;AAAa+zCQ;AACf/zC0B;UACAA4B;sBAAAvmBuB;AAEAumB4B;oDAOAA+B;AAAa+zCO;AACf/zC6B;eAEAA+B;AAAAvTgB;oRAmC+BDyB;uBACPAyB;+FAGeAyB;iFAURAyB;iCACKAyB;0EAoBjBr1EC;uBAAAAAmLtcnBAAlOspBSAAAAAAAAXU2kIG,A,A,A,A;2B+ChLjB/HI;2DAOAAI;yDA0CAAI;gKvBrf8BrBU;gBAEhC37B2B;QAAAtXY;mMXtGEs0CI;8U0NU+D58HmB;YAAAAA7I+hCrEAAuI1kCAAuB,A,A;8K/NrBYowIG;AAAVv0BE;AAAUu0BoB;4DAoBNsBEAwCqC95DO,I;AAvCvC+5DC;AAAA91BE;AAAA81BgB;iHAQFn4EY;sHA4Dc4VqD;AAJYwiEsB;AAKjB/1BG;qDAkBDu1BO;AAAer8DA7FsbD8gBY,A;+C6Fjbdu7CO;AAAer8DA7FibD8gBY,A;qC6FzabgdgC;AACH8+BC;AAAA91BE;AAAA81BgB;8BAWQp0EwC;8LAmD+Bs0EqB;YACWv1BG;yCAKxCyeI;iNAkFSp6Bc;wBAGJA8B;gFAhF+Bo6BI;+EAkSNhmDA7F6DxB8gBW,A;4H6FhBa71FAAcCixIqC,A;OAdDjxISAcCixIAAAAjxISiHmVcm8HqB,AAtB/Cn8HAA3bwC6vGU,AA9F7C7vGA8D3QwCqPAAAArPS/HxEfs7GmB,A,A,A,A,A,A,AhDoiBrBt7GAH0XmD28GY,A,A;4EGzWjDtnCE;EAAamaI;wBAEbnaE;EAAaTI;qBAEQ50EC;mBACrBq1EE;UACFAE;EAAawmCE;mDAQXxmCE;UACFAE;EAAawmCE;0KA+BNxmCE;gBAECAE;GAAamqDuB;AAETnqDE;MAAas0DO;SAmBE3pIW;YAERAS;8BA1BdAe;AAIEAW;AAEEAS;QAIIAS;oLAIMq1EE;MAEQmaO;AACA5a8B;AAHDoSa2LjiBrBAeqBgNgB40BApI3HVCE,AAAUCQ,A,uC,A;oB5EgdP97Gc;qGAUgB+xIW;EAAP18DE;EAAO08DiC;gFAkEpBCW;2vBAmgBAxiDI;yBACAAI;kCAFLxvFiB;kBAaqBAc;qVAcP2gGmB;4dAvvBsB5rBA7F2ErB8gBa,A;mB6FvEpBo8Ca;GACkBp8CY;sH2H/ZEumBW;AACZ7HK;gBADY6HW;AAEb7HO;SAFa6HW;AAGX7HK;OAJJv0GM;mBACeo8GwB;AAIV7He;AAEQxcArB2iBb/3FS,6B;iBoF3kBc2gGmB;0EAgCLAW;QAAkCAK;kFwBwIlDuxCqB;OACU/XuC;2O3M2KiD/hHsD;+BAI5C+5H8B;uBAQkCC4C;yHejVvCpyIoB;4HAoEmBA6B;8DAsE7BqyII;EAAAAe;gDC3LEryIa;SAEsBHK;gBmE8FMGoB;4BAAAAAAS5BAA7FqyBmD28GG,A,A;gD6FjyBrDtnCE;+DAMIAE;uCAEFAE;+BAMFAE;6FAWoCAO;uHA2EpBi7BiB;SAELtwGY;AAAeuwGI;AAAWCI;OAC9BxwGY;wDAuDmBy3Ee;AACQx1CAxFrFFN+B,O;6FwF0IN2wGG;6DACQCAxFrGlCC2G,A;gCwFqGkCDAxFvGa5wGe,A;mCwF8PxC3hC0BFqoBTAA7E7UAAwB,A,AA/wBAAAA+wBAAY,A,AAAAAAAAAAY,A,A;2F+E7GSAU;MACkBHG;gBAAAAAtB1nBZm7HC,QAAAAU,A;wU4BgqFkDyXQ;AAAvDzyIAhFxoFyBAyB,A;oBgFwoFzBA6ChFxoFyBAsF,A;OgF4oFrBA8BhFhkFEAI,A;AgF4jFNAe;AAIIAAhFhkFEAM,A;qF6N1E8BAoB;4BAAAAAAG1CAAhPs0BmD28GY,A,A;yDgP5zB7CtnCE;WAAkCkmDG;sCAClB3vBE9EzGc/rGM,A;W8E0GtB+rGE9E1GsB/rGK,A;qD8EkHU07HG;SAAS3oBY;AAcrB54CC;AAbLqbE;8BAaKAY;gGASzBu9Bc;mBACaAW;yKAChBv9BE;oKCvBqCr1EoB;4BAAAAAAM3CAAjP0yBmD28GY,A,A;uDiPjyB7CtnCE;WAAkCkmDG;kCAClB3vBE/EpIc/rGK,A;qD+E4IU07HG;SAAS3oBa;AAC1Bv9BE;8BAYKAE;AAAArbE;6FASzB44Cc;mBACaAW;2KAChBv9BI;WACckmDO;qJrKjKY3gEoB;mP8BOvB56DsBwIzBbAAhFE4C0yIS,A,AAc5C1yIa,A;KxDSkCAUyI1B9BAM,A;gFzIuCiBAU;mBAJZAS;gBAQMAwC;mCADeAsBwIzC9BAAhFE4C0yIS,A,AAc5C1yIa,A;gRgFNUAA/ELNAkB,A;sXiFH6BAoB;4BAAAAAAG7BAApP66BmD28GG,A,A;kCoP16B9C38GyB;gBAWEAS;+iBAEIAS;AACGAWpD+KQ2yIoB,A;gDoDrKK3yIS;6FACZAkB;8HvK0DgBAAAiEOAoB7E8wHpCAAAnH4BAAApwCV08GuB,A,A,A,qB6Ev5EkB18GA7E8wHpCAAAnH4BAAArmCyB28GK,A,A,A,AAstC3D38GA6E5wHAAK,A,A;AA9DsCAC;AAHHAA7E60HnCAA6E5wHAAQ,A,A;0CA9DsCAAAGlCAA7Ei1BmD28GG,A,A;gE6E50BrDi2BAAQAv9DG,AAAO6nCmC,I;2BAQP7nCG;AAAO6nCkC;OACQqeE;wEAaXlmDG;AAA6B6nCa;AAAtBAuC;AAAsBA2B;UAE3B7nCG;AAAgBsrBQ;AAATucoC;IAA2CvcI;AAATuc6B;AACjCA0B;OACV01BAA1BJv9DG,AAAO6nCmC,a;AA4BH7nCG;AAAO6nCqC;AAAqCA4B;AAArChhDaA6GEr8DG,A;KA3GgBq9G2B;iBAKOljDAC2L7Bh6DU,A;AD3L6Bq1EG;gBAAArbAC4L3BkjDkC,AAASr9GI,uB;8BDxLlBw1EG;AAAO6nCmC;OACU7nCG;KAAO6nCoC;gPA2FNqeG;mCAWHAI;AAAS17HI;q4BVioCtBGoB;2EAsbAAS;uOAsIkCAU;4DAqRLAS;+TxC7mEV6yImB;QAAAAW;4HARRCAwCwpEXp4EAA+KA16DS,A,A;AxCv0EWAS;AAAyBy2FAuCuBZz2FY,c;AvCvBb8yIAwCwpEXp4EK,AAAU16De,A;exCppEUy2FAuCmBIz2FG,A;sBvCnBJy2FU;oSyI4BtB76BwB;iW3GtFoB66BApH4aMz2FY,W;6lB+O/abkqFG;sFAKAAG;ibAuJKnrBa;iaAoEXirDAAgEgChqHArRotBOm4G+E,A,A;gViOnhCI46B+B;g7B3H8jB5BpxGM;0EA8Db+9CAA6QwCzRAA3S5BudAAjYoB7pDiC,W,A,oB;+BAwahCy2CAAu7BwBnKAA99BZudAAjYoB7pDiC,W,A,U;6EA8aRssCAA7CZudAAjYoB7pDY,c,A;AA8aDo9BqQ;0DAGPkPAAhDZudAAjYoB7pDY,c,A;AAibDqxGqQ;koGgGhjBjB5iCG;6RAiBYniCAA2ZdudAA5doB7pDY,c,A;AAiECqxGgD;yDAGP/kEAAwZdudAA5doB7pDY,c,A;AAoECo9BgD;uDAMR2gBAA4UNzRAAsEPudAA5doB7pDY,iB,A,AAsZN81C8B,A;uEAhTNo4CwB;oJAgTD5hDAAsEPudAA5doB7pDY,iB,A;AAsZN81C8B;ofChUAxJAAsSdudAAtXoB7pDY,c,A;AAgFCqxG+D;yDAGP/kEAAmSdudAAtXoB7pDY,c,A;AAmFCo9B+D;uDAMRkPAA6RbudAAtXoB7pDY,iB,A;AAyFA81C0C;uEA6BZo4C+B;s/hGvN2VD7vHqBAtZiBgkFa,AAhH/ChkFAAAAAWAOyB4vGA0BsJvBqjC+B,AACejzIAArH4BkzIyB,gBAeACmB,AApC7CnzIAAAAAmL,A,A,A,A,A,A;2CnBSqEoRSA3BpCgiIsC,AAE+BCc,A;4BMHnC1lIW;iUcypBc3NS;4BGjJPAiBAgBpCAAAAAAY,A,A;2CwOzV0BAUAhJMszII,AAYOCAAAAvzIW,A,AAzDnCAA1Pw+BiEwzIAAAApiIiB,A,A,A;4Y4B6blDqiI0G;iGAUAC8G;+FAUACuD;iGAUAC2D;8KiCp8BgC3wBU;8jDiS/FxBAgB;wBAAlBrnGAAkDAonGC,U;gF9Ind8C5xGSAJ9ByiIO,A;6I5B8CmB7zIU;gkBrC69BxCAkB;gBAAAAAA2e2BmtIiB,A;4X5CgZgB2GMALnB1jCE,A;4B+HpoDChyGAAhCtB4BU,A;gBAgCsB5BAAhCtB4BAAbHAAA1DqE+zIiB,AACUCe,A,A,A;4B1FyTnC5iIeAE8B/BsC,AAqCb4kIW,AA5CjE7iIAAAAAiB,A,A;qLasDmCpRS;4BmD8LOAAALNk0IkD,M;gBAKMl0IAALNk0Ia,AAgBCCAAAAn0ISA+iDUo0IiB,A,A,AAliDiDCmB,AACCCY,AAC3DC8B,AAukCaCO,AACACO,A;4X1K7oDxBCAAqE3B11IAE9IAtwKuB,A,A;" - } -} diff --git a/docs/version.json b/docs/version.json deleted file mode 100644 index e4be6e2..0000000 --- a/docs/version.json +++ /dev/null @@ -1 +0,0 @@ -{"app_name":"licham","package_name":"licham"} \ No newline at end of file