diff --git a/conf/config.go b/conf/config.go index 4be3232..32d9c9a 100644 --- a/conf/config.go +++ b/conf/config.go @@ -75,6 +75,8 @@ type Config struct { Secret string `json:"secret" yaml:"secret"` AppKey string `json:"app_key" yaml:"app_key"` } `json:"ji_guang_push" yaml:"ji_guang_push"` + + version string } var ( @@ -86,6 +88,14 @@ var ( //go:embed config_default.yml var defaultConfig []byte +func SetVersion(string2 string) { + config.version = string2 +} + +func GetVersion() string { + return config.version +} + // GetConfig /** * @Description: diff --git a/dist/qrcode.js b/dist/qrcode.js deleted file mode 100644 index f3be5da..0000000 --- a/dist/qrcode.js +++ /dev/null @@ -1 +0,0 @@ -!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.jrQrcode=e():t.jrQrcode=e()}(this,function(){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={exports:{},id:o,loaded:!1};return t[o].call(n.exports,n,n.exports,e),n.loaded=!0,n.exports}var r={};return e.m=t,e.c=r,e.p="",e(0)}([function(t,e,r){"use strict";t.exports=r(3)},function(t,e){"use strict";!function(){Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:function(t){if(void 0===t||null===t)throw new TypeError("Cannot convert first argument to object");for(var e=Object(t),r=1;r=1&&n<=127?e+=t.charAt(r):n>2047?(e+=String.fromCharCode(224|n>>12&15),e+=String.fromCharCode(128|n>>6&63),e+=String.fromCharCode(128|n>>0&63)):(e+=String.fromCharCode(192|n>>6&31),e+=String.fromCharCode(128|n>>0&63));return e},t.utf8to16=function(t){var e,r,o,n,i,a;for(e="",o=t.length,r=0;r>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:e+=t.charAt(r-1);break;case 12:case 13:i=t.charCodeAt(r++),e+=String.fromCharCode((31&n)<<6|63&i);break;case 14:i=t.charCodeAt(r++),a=t.charCodeAt(r++),e+=String.fromCharCode((15&n)<<12|(63&i)<<6|(63&a)<<0)}return e},t}()},function(t,e,r){"use strict";r(1),r(4);var o=r(2),n=function(){function t(t){var e=new QRCode(t.typeNumber,t.correctLevel);e.addData(t.text),e.make();var r=document.createElement("canvas");r.width=t.width,r.height=t.height;var o=r.getContext("2d"),n=(t.width-2*t.padding)/e.getModuleCount(),i=(t.height-2*t.padding)/e.getModuleCount();if(t.reverse){var a="rgba(0, 0, 0, 0)";o.fillStyle=a,t.foreground=a}else o.fillStyle=t.background;o.fillRect(0,0,r.width,r.height);for(var s=0;s=7&&this.setupTypeNumber(t),null==this.dataCache&&(this.dataCache=o.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,e)},setupPositionProbePattern:function(t,e){for(var r=-1;r<=7;r++)if(!(t+r<=-1||this.moduleCount<=t+r))for(var o=-1;o<=7;o++)e+o<=-1||this.moduleCount<=e+o||(0<=r&&r<=6&&(0==o||6==o)||0<=o&&o<=6&&(0==r||6==r)||2<=r&&r<=4&&2<=o&&o<=4?this.modules[t+r][e+o]=!0:this.modules[t+r][e+o]=!1)},getBestMaskPattern:function(){for(var t=0,e=0,r=0;r<8;r++){this.makeImpl(!0,r);var o=f.getLostPoint(this);(0==r||t>o)&&(t=o,e=r)}return e},createMovieClip:function(t,e,r){var o=t.createEmptyMovieClip(e,r),n=1;this.make();for(var i=0;i>r&1);this.modules[Math.floor(r/3)][r%3+this.moduleCount-8-3]=o}for(var r=0;r<18;r++){var o=!t&&1==(e>>r&1);this.modules[r%3+this.moduleCount-8-3][Math.floor(r/3)]=o}},setupTypeInfo:function(t,e){for(var r=this.errorCorrectLevel<<3|e,o=f.getBCHTypeInfo(r),n=0;n<15;n++){var i=!t&&1==(o>>n&1);n<6?this.modules[n][8]=i:n<8?this.modules[n+1][8]=i:this.modules[this.moduleCount-15+n][8]=i}for(var n=0;n<15;n++){var i=!t&&1==(o>>n&1);n<8?this.modules[8][this.moduleCount-n-1]=i:n<9?this.modules[8][15-n-1+1]=i:this.modules[8][15-n-1]=i}this.modules[this.moduleCount-8][8]=!t},mapData:function(t,e){for(var r=-1,o=this.moduleCount-1,n=7,i=0,a=this.moduleCount-1;a>0;a-=2)for(6==a&&a--;;){for(var s=0;s<2;s++)if(null==this.modules[o][a-s]){var u=!1;i>>n&1));var h=f.getMask(e,o,a-s);h&&(u=!u),this.modules[o][a-s]=u,n--,n==-1&&(i++,n=7)}if(o+=r,o<0||this.moduleCount<=o){o-=r,r=-r;break}}}},o.PAD0=236,o.PAD1=17,o.createData=function(t,e,r){for(var n=i.getRSBlocks(t,e),s=new a,u=0;u8*l)throw new Error("code length overflow. ("+s.getLengthInBits()+">"+8*l+")");for(s.getLengthInBits()+4<=8*l&&s.put(0,4);s.getLengthInBits()%8!=0;)s.putBit(!1);for(;;){if(s.getLengthInBits()>=8*l)break;if(s.put(o.PAD0,8),s.getLengthInBits()>=8*l)break;s.put(o.PAD1,8)}return o.createBytes(s,n)},o.createBytes=function(t,e){for(var r=0,o=0,i=0,a=new Array(e.length),s=new Array(e.length),u=0;u=0?v.get(m):0}}for(var p=0,g=0;g=0;)e^=f.G15<=0;)e^=f.G18<>>=1;return e},getPatternPosition:function(t){return f.PATTERN_POSITION_TABLE[t-1]},getMask:function(t,e,r){switch(t){case h.PATTERN000:return(e+r)%2==0;case h.PATTERN001:return e%2==0;case h.PATTERN010:return r%3==0;case h.PATTERN011:return(e+r)%3==0;case h.PATTERN100:return(Math.floor(e/2)+Math.floor(r/3))%2==0;case h.PATTERN101:return e*r%2+e*r%3==0;case h.PATTERN110:return(e*r%2+e*r%3)%2==0;case h.PATTERN111:return(e*r%3+(e+r)%2)%2==0;default:throw new Error("bad maskPattern:"+t)}},getErrorCorrectPolynomial:function(t){for(var e=new n([1],0),r=0;r5&&(r+=3+i-5)}for(var o=0;o=256;)t-=255;return l.EXP_TABLE[t]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)},g=0;g<8;g++)l.EXP_TABLE[g]=1<>>7-t%8&1)},put:function(t,e){for(var r=0;r>>e-r-1&1))},getLengthInBits:function(){return this.length},putBit:function(t){var e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}},window.QRCode=o,window.QRErrorCorrectLevel=u;try{t.exports={QRCode:o,QRErrorCorrectLevel:u}}catch(t){}}])}); \ No newline at end of file diff --git a/dist/scheme.html b/dist/scheme.html deleted file mode 100644 index 3562476..0000000 --- a/dist/scheme.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - Title - - - - - -
-
- # -
- - - \ No newline at end of file diff --git a/main.go b/main.go index 79a791c..b98bd41 100644 --- a/main.go +++ b/main.go @@ -78,6 +78,8 @@ func init() { } func main() { + conf.SetVersion(VERSION) + log.Infoln("当前程序运行版本: " + VERSION) if i { core := &lib.Core{} core.Init() diff --git a/utils/update/update.go b/utils/update/update.go index 2d25f95..5b45c5d 100644 --- a/utils/update/update.go +++ b/utils/update/update.go @@ -20,32 +20,33 @@ import ( ) // CheckUpdate 检查更新 -func CheckUpdate(version string) { +func CheckUpdate(version string) string { log.Infof("正在检查更新.") if version == "(devel)" { log.Warnf("检查更新失败: 使用的 Actions 测试版或自编译版本.") - return + return "" } if version == "unknown" { log.Warnf("检查更新失败: 使用的未知版本.") - return + return "" } if !strings.HasPrefix(version, "v") { log.Warnf("版本格式错误") - return + return "" } latest, err := lastVersion() if err != nil { log.Warnf("检查更新失败: %v", err) - return + return "" } if versionCompare(version, latest) { log.Infof("当前有更新的 study_xxqg 可供更新, 请前往 https://github.com/johlanse/study_xxqg/releases 下载.") log.Infof("当前版本: %v 最新版本: %v", version, latest) - return + return "检测到可用更新,版本号:" + latest } log.Infof("检查更新完成. 当前已运行最新版本.") + return "" } func readLine() (str string) { diff --git a/utils/util.go b/utils/util.go new file mode 100644 index 0000000..72854cf --- /dev/null +++ b/utils/util.go @@ -0,0 +1,28 @@ +package utils + +import ( + "os" + "os/exec" + + "github.com/johlanse/study_xxqg/conf" + "github.com/johlanse/study_xxqg/utils/update" +) + +// Restart +/* @Description: + */ +func Restart() { + cmd := exec.Command("./study_xxqg") + go func() { + cmd.Start() + os.Exit(3) + }() + +} + +func GetAbout() string { + msg := "study_xxqg\n程序版本:" + msg += conf.GetVersion() + msg += "\n" + update.CheckUpdate(conf.GetVersion()) + return msg +} diff --git a/web/app/.last_build_id b/web/app/.last_build_id new file mode 100644 index 0000000..25eefd3 --- /dev/null +++ b/web/app/.last_build_id @@ -0,0 +1 @@ +7d6a45bab4752302d2232f1744841cff \ No newline at end of file diff --git a/web/app/assets/AssetManifest.json b/web/app/assets/AssetManifest.json new file mode 100644 index 0000000..99b1e6e --- /dev/null +++ b/web/app/assets/AssetManifest.json @@ -0,0 +1 @@ +{"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"],"packages/fluttertoast/assets/toastify.css":["packages/fluttertoast/assets/toastify.css"],"packages/fluttertoast/assets/toastify.js":["packages/fluttertoast/assets/toastify.js"],"static/icons/log.png":["static/icons/log.png"],"static/icons/log_active.png":["static/icons/log_active.png"],"static/icons/login.png":["static/icons/login.png"],"static/icons/login_activepng.png":["static/icons/login_activepng.png"],"static/icons/other.png":["static/icons/other.png"],"static/icons/other_active.png":["static/icons/other_active.png"],"static/icons/user.png":["static/icons/user.png"],"static/icons/user_active.png":["static/icons/user_active.png"]} \ No newline at end of file diff --git a/web/app/assets/FontManifest.json b/web/app/assets/FontManifest.json new file mode 100644 index 0000000..464ab58 --- /dev/null +++ b/web/app/assets/FontManifest.json @@ -0,0 +1 @@ +[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/cupertino_icons/CupertinoIcons","fonts":[{"asset":"packages/cupertino_icons/assets/CupertinoIcons.ttf"}]}] \ No newline at end of file diff --git a/web/app/assets/NOTICES b/web/app/assets/NOTICES new file mode 100644 index 0000000..79e2620 --- /dev/null +++ b/web/app/assets/NOTICES @@ -0,0 +1,18385 @@ +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 +skia +txt +vulkan +vulkan-deps +vulkan-headers +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 +url_launcher_web + +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 +libjxl +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 +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 +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 +cli_util +collection +mime +typed_data + +Copyright 2015, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +boolean_selector + +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 +ffi +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 +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. +-------------------------------------------------------------------------------- +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. + +-------------------------------------------------------------------------------- +cupertino_icons + +The MIT License (MIT) + +Copyright (c) 2016 Vladimir Kharlampidi + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2003-2005 Tom Wu +Copyright (c) 2012 Adam Singer (adam@solvr.io) +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF +THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +In addition, the following condition applies: + +All redistributions must retain an intact copy of this copyright notice +and disclaimer. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2010, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014 The Polymer Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright 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 +http_parser +matcher +path +pool +pub_semver +source_span +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. + +-------------------------------------------------------------------------------- +date_format + +BSD 3-Clause License + +Copyright (c) 2017, Ravi Teja Gudapati +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, 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. +-------------------------------------------------------------------------------- +dio + +MIT License + +Copyright (c) 2018 wendux + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +dio_log + + 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 2019 rich + + 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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +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 +shelf +shelf_web_socket + +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. + +-------------------------------------------------------------------------------- +flutter_lints +path_provider_linux +path_provider_platform_interface +path_provider_windows +plugin_platform_interface +shared_preferences +shared_preferences_android +shared_preferences_ios +shared_preferences_linux +shared_preferences_macos +shared_preferences_web +shared_preferences_windows +url_launcher +url_launcher_android +url_launcher_ios +url_launcher_linux +url_launcher_macos +url_launcher_platform_interface +url_launcher_windows +xdg_directories + +Copyright 2013 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +flutter_xupdate + +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: + +You must give any other recipients of the Work or Derivative Works a copy of +this License; and +You must cause any modified files to carry prominent notices stating that You +changed the files; and +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 +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 2020 xuexiangjys + + 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. +-------------------------------------------------------------------------------- +fluttertoast + +MIT License + +Copyright (c) 2020 Karthik Ponnam + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION 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, 2001, 2002, 2003, 2006, 2010 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002, 2003, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001-2008, 2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 1990, 1994, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2004, 2011 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2014 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2015 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000, 2001, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2010, 2012-2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2001, 2002, 2012 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +The FreeType Project LICENSE + + 2006-Jan-27 + +Copyright 1996-2002, 2006 by +David Turner, Robert Wilhelm, and Werner Lemberg + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + Portions of this software are copyright © The FreeType + Project (www.freetype.org). All rights reserved. + + Please replace with the value from the FreeType version you + actually use. + +Legal Terms +=========== + +0. Definitions + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts + + There are two mailing lists related to FreeType: + + o freetype@nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel@nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + https://www.freetype.org + +--- end of FTL.TXT --- +-------------------------------------------------------------------------------- +freetype2 +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. +-------------------------------------------------------------------------------- +freetype2 +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. +-------------------------------------------------------------------------------- +freetype2 +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. +-------------------------------------------------------------------------------- +freetype2 +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. +-------------------------------------------------------------------------------- +freetype2 +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. +-------------------------------------------------------------------------------- +freetype2 +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. +-------------------------------------------------------------------------------- +freetype2 +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. +-------------------------------------------------------------------------------- +freetype2 +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. +-------------------------------------------------------------------------------- +freetype2 +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. +-------------------------------------------------------------------------------- +freetype2 +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. +-------------------------------------------------------------------------------- +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 + +Copyright 2022 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +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. +-------------------------------------------------------------------------------- +get_it + +MIT License + +Copyright (c) 2018 Thomas Burkhart + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2016 Camilla Löwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2016 Camilla Löwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2010-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2014 Jonas Ådahl + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016 Google Inc. +Copyright (c) 2006-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +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) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2015 International Business Machines Corporation +and others. All Rights Reserved. + +Project: https://github.com/rober42539/lao-dictionary +Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt +License: https://github.com/rober42539/lao-dictionary/LICENSE.txt + (copied below) + + This file is derived from the above dictionary version of Nov 22, 2020 + + Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. Redistributions in binary + form must reproduce the above copyright notice, this list of conditions and + the following disclaimer in the documentation and/or other materials + provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +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) 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. + +-------------------------------------------------------------------------------- +jpush_flutter + +MIT License + +Copyright (c) 2020 极光开发者 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +js + +Copyright 2012, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +json_annotation +pedantic +platform +process +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. + +-------------------------------------------------------------------------------- +json_conversion +json_conversion_annotation + + 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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +lints + +Copyright 2021, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +logger + +MIT License + +Copyright (c) 2019 Simon Leier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- +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. + +-------------------------------------------------------------------------------- +package_info_plus + +// 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. + +-------------------------------------------------------------------------------- +package_info_plus_linux +package_info_plus_windows + +// 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. + +-------------------------------------------------------------------------------- +package_info_plus_macos + +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. +-------------------------------------------------------------------------------- +package_info_plus_platform_interface +package_info_plus_web + + + +// 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. +-------------------------------------------------------------------------------- +platform_detect + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2017 Workiva Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +-------------------------------------------------------------------------------- +qr + +Copyright 2014, the Dart QR 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. + +-------------------------------------------------------------------------------- +qr_flutter + +BSD 3-Clause License + +Copyright (c) 2020, Luke Freeman. +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. + +-------------------------------------------------------------------------------- +r_calendar + +// Copyright 2019 The rhyme_lph Authors. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of rhyme_lph authors. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +rapidjson + +Copyright (c) 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. +-------------------------------------------------------------------------------- +shared_preferences_platform_interface + +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. + +-------------------------------------------------------------------------------- +simple_gesture_detector +table_calendar + + 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. +-------------------------------------------------------------------------------- +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 + +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 2021 Google LLC + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +stream_channel + +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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +win32 + +Copyright 2019, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet. + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +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 +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, 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-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-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) 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, 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/web/app/assets/fonts/MaterialIcons-Regular.otf b/web/app/assets/fonts/MaterialIcons-Regular.otf new file mode 100644 index 0000000..de28db8 Binary files /dev/null and b/web/app/assets/fonts/MaterialIcons-Regular.otf differ diff --git a/web/app/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf b/web/app/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf new file mode 100644 index 0000000..79ba7ea Binary files /dev/null and b/web/app/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf differ diff --git a/web/app/assets/packages/fluttertoast/assets/toastify.css b/web/app/assets/packages/fluttertoast/assets/toastify.css new file mode 100644 index 0000000..2d0471e --- /dev/null +++ b/web/app/assets/packages/fluttertoast/assets/toastify.css @@ -0,0 +1,14 @@ +/** + * Minified by jsDelivr using clean-css v4.2.3. + * Original file: /npm/toastify-js@1.9.3/src/toastify.css + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/*! + * Toastify js 1.9.3 + * https://github.com/apvarun/toastify-js + * @license MIT licensed + * + * Copyright (C) 2018 Varun A P + */ +.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width:360px){.toastify-left,.toastify-right{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}} \ No newline at end of file diff --git a/web/app/assets/packages/fluttertoast/assets/toastify.js b/web/app/assets/packages/fluttertoast/assets/toastify.js new file mode 100644 index 0000000..acdff00 --- /dev/null +++ b/web/app/assets/packages/fluttertoast/assets/toastify.js @@ -0,0 +1,14 @@ +/** + * Minified by jsDelivr using Terser v5.3.0. + * Original file: /npm/toastify-js@1.9.3/src/toastify.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/*! + * Toastify js 1.9.3 + * https://github.com/apvarun/toastify-js + * @license MIT licensed + * + * Copyright (C) 2018 Varun A P + */ +!function(t,o){"object"==typeof module&&module.exports?module.exports=o():t.Toastify=o()}(this,(function(t){var o=function(t){return new o.lib.init(t)};function i(t,o){return o.offset[t]?isNaN(o.offset[t])?o.offset[t]:o.offset[t]+"px":"0px"}function s(t,o){return!(!t||"string"!=typeof o)&&!!(t.className&&t.className.trim().split(/\s+/gi).indexOf(o)>-1)}return o.lib=o.prototype={toastify:"1.9.3",constructor:o,init:function(t){return t||(t={}),this.options={},this.toastElement=null,this.options.text=t.text||"Hi there!",this.options.node=t.node,this.options.duration=0===t.duration?0:t.duration||3e3,this.options.selector=t.selector,this.options.callback=t.callback||function(){},this.options.destination=t.destination,this.options.newWindow=t.newWindow||!1,this.options.close=t.close||!1,this.options.gravity="bottom"===t.gravity?"toastify-bottom":"toastify-top",this.options.positionLeft=t.positionLeft||!1,this.options.position=t.position||"",this.options.backgroundColor=t.backgroundColor,this.options.avatar=t.avatar||"",this.options.className=t.className||"",this.options.stopOnFocus=void 0===t.stopOnFocus||t.stopOnFocus,this.options.onClick=t.onClick,this.options.offset=t.offset||{x:0,y:0},this},buildToast:function(){if(!this.options)throw"Toastify is not initialized";var t=document.createElement("div");if(t.className="toastify on "+this.options.className,this.options.position?t.className+=" toastify-"+this.options.position:!0===this.options.positionLeft?(t.className+=" toastify-left",console.warn("Property `positionLeft` will be depreciated in further versions. Please use `position` instead.")):t.className+=" toastify-right",t.className+=" "+this.options.gravity,this.options.backgroundColor&&(t.style.background=this.options.backgroundColor),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)t.appendChild(this.options.node);else if(t.innerHTML=this.options.text,""!==this.options.avatar){var o=document.createElement("img");o.src=this.options.avatar,o.className="toastify-avatar","left"==this.options.position||!0===this.options.positionLeft?t.appendChild(o):t.insertAdjacentElement("afterbegin",o)}if(!0===this.options.close){var s=document.createElement("span");s.innerHTML="✖",s.className="toast-close",s.addEventListener("click",function(t){t.stopPropagation(),this.removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)}.bind(this));var n=window.innerWidth>0?window.innerWidth:screen.width;("left"==this.options.position||!0===this.options.positionLeft)&&n>360?t.insertAdjacentElement("afterbegin",s):t.appendChild(s)}if(this.options.stopOnFocus&&this.options.duration>0){var e=this;t.addEventListener("mouseover",(function(o){window.clearTimeout(t.timeOutValue)})),t.addEventListener("mouseleave",(function(){t.timeOutValue=window.setTimeout((function(){e.removeElement(t)}),e.options.duration)}))}if(void 0!==this.options.destination&&t.addEventListener("click",function(t){t.stopPropagation(),!0===this.options.newWindow?window.open(this.options.destination,"_blank"):window.location=this.options.destination}.bind(this)),"function"==typeof this.options.onClick&&void 0===this.options.destination&&t.addEventListener("click",function(t){t.stopPropagation(),this.options.onClick()}.bind(this)),"object"==typeof this.options.offset){var a=i("x",this.options),p=i("y",this.options),r="left"==this.options.position?a:"-"+a,l="toastify-top"==this.options.gravity?p:"-"+p;t.style.transform="translate("+r+","+l+")"}return t},showToast:function(){var t;if(this.toastElement=this.buildToast(),!(t=void 0===this.options.selector?document.body:document.getElementById(this.options.selector)))throw"Root element is not defined";return t.insertBefore(this.toastElement,t.firstChild),o.reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(function(){this.removeElement(this.toastElement)}.bind(this),this.options.duration)),this},hideToast:function(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this.removeElement(this.toastElement)},removeElement:function(t){t.className=t.className.replace(" on",""),window.setTimeout(function(){this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),t.parentNode&&t.parentNode.removeChild(t),this.options.callback.call(t),o.reposition()}.bind(this),400)}},o.reposition=function(){for(var t,o={top:15,bottom:15},i={top:15,bottom:15},n={top:15,bottom:15},e=document.getElementsByClassName("toastify"),a=0;a0?window.innerWidth:screen.width)<=360?(e[a].style[t]=n[t]+"px",n[t]+=p+15):!0===s(e[a],"toastify-left")?(e[a].style[t]=o[t]+"px",o[t]+=p+15):(e[a].style[t]=i[t]+"px",i[t]+=p+15)}return this},o.lib.init.prototype=o.lib,o})); \ No newline at end of file diff --git a/web/app/assets/static/icons/log.png b/web/app/assets/static/icons/log.png new file mode 100644 index 0000000..70a8aa6 Binary files /dev/null and b/web/app/assets/static/icons/log.png differ diff --git a/web/app/assets/static/icons/log_active.png b/web/app/assets/static/icons/log_active.png new file mode 100644 index 0000000..35ca341 Binary files /dev/null and b/web/app/assets/static/icons/log_active.png differ diff --git a/web/app/assets/static/icons/login.png b/web/app/assets/static/icons/login.png new file mode 100644 index 0000000..55d9cec Binary files /dev/null and b/web/app/assets/static/icons/login.png differ diff --git a/web/app/assets/static/icons/login_activepng.png b/web/app/assets/static/icons/login_activepng.png new file mode 100644 index 0000000..3aa2856 Binary files /dev/null and b/web/app/assets/static/icons/login_activepng.png differ diff --git a/web/app/assets/static/icons/other.png b/web/app/assets/static/icons/other.png new file mode 100644 index 0000000..5e11181 Binary files /dev/null and b/web/app/assets/static/icons/other.png differ diff --git a/web/app/assets/static/icons/other_active.png b/web/app/assets/static/icons/other_active.png new file mode 100644 index 0000000..f46b09f Binary files /dev/null and b/web/app/assets/static/icons/other_active.png differ diff --git a/web/app/assets/static/icons/user.png b/web/app/assets/static/icons/user.png new file mode 100644 index 0000000..d8757cf Binary files /dev/null and b/web/app/assets/static/icons/user.png differ diff --git a/web/app/assets/static/icons/user_active.png b/web/app/assets/static/icons/user_active.png new file mode 100644 index 0000000..4a41008 Binary files /dev/null and b/web/app/assets/static/icons/user_active.png differ diff --git a/web/app/canvaskit/canvaskit.js b/web/app/canvaskit/canvaskit.js new file mode 100644 index 0000000..4e89617 --- /dev/null +++ b/web/app/canvaskit/canvaskit.js @@ -0,0 +1,281 @@ + +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/web/app/canvaskit/profiling/canvaskit.wasm b/web/app/canvaskit/profiling/canvaskit.wasm new file mode 100644 index 0000000..2dcf354 Binary files /dev/null and b/web/app/canvaskit/profiling/canvaskit.wasm differ diff --git a/web/app/favicon.png b/web/app/favicon.png new file mode 100644 index 0000000..8aaa46a Binary files /dev/null and b/web/app/favicon.png differ diff --git a/web/app/flutter.js b/web/app/flutter.js new file mode 100644 index 0000000..2922143 --- /dev/null +++ b/web/app/flutter.js @@ -0,0 +1,157 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +/** + * This script installs service_worker.js to provide PWA functionality to + * application. For more information, see: + * https://developers.google.com/web/fundamentals/primers/service-workers + */ + +if (!_flutter) { + var _flutter = {}; +} +_flutter.loader = null; + +(function() { + "use strict"; + class FlutterLoader { + /** + * Creates a FlutterLoader, and initializes its instance methods. + */ + constructor() { + // TODO: Move the below methods to "#private" once supported by all the browsers + // we support. In the meantime, we use the "revealing module" pattern. + + // Watchdog to prevent injecting the main entrypoint multiple times. + this._scriptLoaded = null; + + // Resolver for the pending promise returned by loadEntrypoint. + this._didCreateEngineInitializerResolve = null; + + // Called by Flutter web. + // Bound to `this` now, so "this" is preserved across JS <-> Flutter jumps. + this.didCreateEngineInitializer = this._didCreateEngineInitializer.bind(this); + } + + /** + * Initializes the main.dart.js with/without serviceWorker. + * @param {*} options + * @returns a Promise that will eventually resolve with an EngineInitializer, + * or will be rejected with the error caused by the loader. + */ + loadEntrypoint(options) { + const { + entrypointUrl = "main.dart.js", + serviceWorker, + } = (options || {}); + return this._loadWithServiceWorker(entrypointUrl, serviceWorker); + } + + /** + * Resolves the promise created by loadEntrypoint. + * Called by Flutter through the public `didCreateEngineInitializer` method, + * which is bound to the correct instance of the FlutterLoader on the page. + * @param {*} engineInitializer + */ + _didCreateEngineInitializer(engineInitializer) { + if (typeof this._didCreateEngineInitializerResolve != "function") { + console.warn("Do not call didCreateEngineInitializer by hand. Start with loadEntrypoint instead."); + } + this._didCreateEngineInitializerResolve(engineInitializer); + // Remove the public method after it's done, so Flutter Web can hot restart. + delete this.didCreateEngineInitializer; + } + + _loadEntrypoint(entrypointUrl) { + if (!this._scriptLoaded) { + this._scriptLoaded = new Promise((resolve, reject) => { + let scriptTag = document.createElement("script"); + scriptTag.src = entrypointUrl; + scriptTag.type = "application/javascript"; + // Cache the resolve, so it can be called from Flutter. + // Note: Flutter hot restart doesn't re-create this promise, so this + // can only be called once. Instead, we need to model this as a stream + // of `engineCreated` events coming from Flutter that are handled by JS. + this._didCreateEngineInitializerResolve = resolve; + scriptTag.addEventListener("error", reject); + document.body.append(scriptTag); + }); + } + + return this._scriptLoaded; + } + + _waitForServiceWorkerActivation(serviceWorker, entrypointUrl) { + if (!serviceWorker || serviceWorker.state == "activated") { + if (!serviceWorker) { + console.warn("Cannot activate a null service worker. Falling back to plain + + + + + + + diff --git a/web/app/icons/Icon-192.png b/web/app/icons/Icon-192.png new file mode 100644 index 0000000..b749bfe Binary files /dev/null and b/web/app/icons/Icon-192.png differ diff --git a/web/app/icons/Icon-512.png b/web/app/icons/Icon-512.png new file mode 100644 index 0000000..88cfd48 Binary files /dev/null and b/web/app/icons/Icon-512.png differ diff --git a/web/app/icons/Icon-maskable-192.png b/web/app/icons/Icon-maskable-192.png new file mode 100644 index 0000000..eb9b4d7 Binary files /dev/null and b/web/app/icons/Icon-maskable-192.png differ diff --git a/web/app/icons/Icon-maskable-512.png b/web/app/icons/Icon-maskable-512.png new file mode 100644 index 0000000..d69c566 Binary files /dev/null and b/web/app/icons/Icon-maskable-512.png differ diff --git a/web/app/main.dart.js b/web/app/main.dart.js new file mode 100644 index 0000000..8ae6c6a --- /dev/null +++ b/web/app/main.dart.js @@ -0,0 +1,78554 @@ +(function dartProgram(){function copyProperties(a,b){var s=Object.keys(a) +for(var r=0;r=0)return true +if(typeof version=="function"&&version.length==0){var q=version() +if(/^\d+\.\d+\.\d+\.\d+$/.test(q))return true}}catch(p){}return false}() +function inherit(a,b){a.prototype.constructor=a +a.prototype["$i"+a.name]=a +if(b!=null){if(z){a.prototype.__proto__=b.prototype +return}var s=Object.create(b.prototype) +copyProperties(a.prototype,s) +a.prototype=s}}function inheritMany(a,b){for(var s=0;s2)return B.aJ +return B.bi}else if(B.b.A(q.toLowerCase(),"iphone")||B.b.A(q.toLowerCase(),"ipad")||B.b.A(q.toLowerCase(),"ipod"))return B.aJ +else if(B.b.A(s,"Android"))return B.hB +else if(B.b.bl(q,"Linux"))return B.tV +else if(B.b.bl(q,"Win"))return B.tW +else return B.Ki}, +aIo(){var s=$.em() +return s===B.aJ&&B.b.A(window.navigator.userAgent,"OS 15_")}, +Ex(){var s,r=A.vQ(1,1) +if(B.b2.Er(r,"webgl2")!=null){s=$.em() +if(s===B.aJ)return 1 +return 2}if(B.b2.Er(r,"webgl")!=null)return 1 +return-1}, +a8(){return $.bg.bi()}, +aun(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}, +aJ2(a){var s,r,q=new Float32Array(9) +for(s=0;s<9;++s){r=B.Ht[s] +if(r<16)q[s]=a[r] +else q[s]=0}return q}, +auo(a){var s=new Float32Array(2) +s[0]=a.a +s[1]=a.b +return s}, +aJ1(a){var s,r +if(a==null)return $.avO() +s=new Float32Array(4) +for(r=0;r<4;++r)s[r]=a[r] +return s}, +aIw(a){return self.window.flutterCanvasKit.Malloc(self.Float32Array,a)}, +asZ(a,b){var s=J.azG(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}, +de(a){var s=new Float32Array(4) +s[0]=a.a +s[1]=a.b +s[2]=a.c +s[3]=a.d +return s}, +atG(a){return new A.w(a[0],a[1],a[2],a[3])}, +mO(a){var s=new Float32Array(12) +s[0]=a.a +s[1]=a.b +s[2]=a.c +s[3]=a.d +s[4]=a.e +s[5]=a.f +s[6]=a.r +s[7]=a.w +s[8]=a.x +s[9]=a.y +s[10]=a.z +s[11]=a.Q +return s}, +aJ0(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.tL(B.c.ey(a,s+1),B.c.bG(b,0,b.length-s-1),!0,B.c.gJ(a))}return o}, +aBr(){var s,r,q,p,o,n,m,l=t.Te,k=A.z(l,t.Gs) +for(s=$.aw1(),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")) +h.a.rV(p,l) +j.P(0,l)}}e=$.pL() +j.Y(0,e.gn2(e)) +if(c.a!==0||k.a!==0)if(!g.a)A.Tt() +else{e=$.pL() +if(!(e.c.a!==0||e.d!=null)){$.bW().$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") +g.b.P(0,c)}}return A.N(null,r)}}) +return A.O($async$aiZ,r)}, +aGF(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.b([],t.Zh) +for(s=new A.pt(A.akM(a2).a()),r=t.Cz,q=a,p=q,o=!1;s.t();){n=s.gH(s) +if(!o){if(n!=="@font-face {")continue +o=!0}else if(B.b.bl(n," src:")){m=B.b.eJ(n,"url(") +if(m===-1){$.bW().$1("Unable to resolve Noto font URL: "+n) +return a}p=B.b.N(n,m+4,B.b.eJ(n,")")) +o=!0}else if(B.b.bl(n," unicode-range:")){q=A.b([],r) +l=B.b.N(n,17,n.length-1).split(", ") +for(n=l.length,k=0;kh){B.c.sp(a0,0) +a0.push(g) +h=d}else if(d===h)a0.push(g)}if(h===0)break +k.a=B.c.gJ(a0) +if(a0.length>1)if(B.c.N4(a0,new A.aj0()))if(!q||!p||!o||n){if(B.c.A(a0,$.TS()))k.a=$.TS()}else if(!r||!m||l){if(B.c.A(a0,$.TT()))k.a=$.TT()}else if(s){if(B.c.A(a0,$.TQ()))k.a=$.TQ()}else if(a1)if(B.c.A(a0,$.TR()))k.a=$.TR() +a3.a0j(new A.aj1(k),!0) +a.P(0,a0)}return a}, +cD(a,b){return new A.od(a,b)}, +aqE(a,b,c){J.ayS(new self.window.flutterCanvasKit.Font(c),A.b([0],t.t),null,null) +return new A.lZ(b,a,c)}, +aIM(a,b,c){var s,r="encoded image bytes" +if($.awn())return A.VI(a,r,c,b) +else{s=new A.FK(r,a) +s.jX(null,t.c6) +return s}}, +x8(a){return new A.HO(a)}, +aoI(a,b){var s=new A.lf($,b) +s.VZ(a,b) +return s}, +aAk(a){++A.a(a,"box").a +return new A.lf(a,null)}, +aAl(a,b,c,d,e){var s=d===B.nh||d===B.BH,r=J.k(e),q=s?r.afR(e,0,0,{width:r.Ek(e),height:r.CI(e),colorType:c,alphaType:a,colorSpace:b}):r.abW(e) +return q==null?null:A.kf(q.buffer,0,q.length)}, +VI(a,b,c,d){var s=0,r=A.P(t.Lh),q,p,o +var $async$VI=A.Q(function(e,f){if(e===1)return A.M(f,r) +while(true)switch(s){case 0:o=A.aHM(a) +if(o==null)throw A.c(A.x8("Failed to detect image file format using the file header.\nFile header was "+(!B.R.gS(a)?"["+A.aHp(B.R.bG(a,0,Math.min(10,a.length)))+"]":"empty")+".\nImage source: "+b)) +p=A.aAj(o,a,b,c,d) +s=3 +return A.U(p.mM(),$async$VI) +case 3:q=p +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$VI,r)}, +aAj(a,b,c,d,e){return new A.vU(a,e,d,b,c,new A.vf(new A.VG()))}, +aHM(a){var s,r,q,p,o,n,m +$label0$0:for(s=a.length,r=0;r<6;++r){q=B.EZ[r] +p=q.a +o=p.length +if(s=s)return!1 +if(a[n]!==B.b.ad(o,p))continue $label0$0}return!0}return!1}, +aFY(){if(self.window.flutterWebRenderer!=null){var s=self.window.flutterWebRenderer +s.toString +return J.f(s,"canvaskit")}s=$.em() +return J.en(B.lg.a,s)}, +aj8(){var s=0,r=A.P(t.H),q,p +var $async$aj8=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:s=self.window.flutterCanvasKit!=null?2:4 +break +case 2:q=self.window.flutterCanvasKit +q.toString +$.bg.b=q +s=3 +break +case 4:s=$.ane()?5:7 +break +case 5:q=self.window.h5vcc +if((q==null?null:J.anS(q))==null)throw A.c(A.ake("H5vcc CanvasKit implementation not found.")) +q=self.window.h5vcc +q.toString +q=J.anS(q) +q.toString +$.bg.b=q +self.window.flutterCanvasKit=$.bg.bi() +s=6 +break +case 7:p=$.bg +s=8 +return A.U(A.aiS(null),$async$aj8) +case 8:p.b=b +self.window.flutterCanvasKit=$.bg.bi() +case 6:case 3:return A.N(null,r)}}) +return A.O($async$aj8,r)}, +aiS(a){var s=0,r=A.P(t.oy),q,p +var $async$aiS=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:s=3 +return A.U(A.aFZ(a),$async$aiS) +case 3:p=new A.a4($.a5,t.Z7) +J.azB(self.window.CanvasKitInit({locateFile:A.fl(new A.aiT(a))}),A.fl(new A.aiU(new A.aI(p,t.UB)))) +q=p +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$aiS,r)}, +aFZ(a){var s,r,q,p=$.bL +if(p==null)p=$.bL=new A.dw(self.window.flutterConfiguration) +s=p.guM(p)+"canvaskit.js" +r=document.createElement("script") +r.src=s +p=new A.a4($.a5,t.U) +q=A.bx("loadSubscription") +q.b=A.bz(r,"load",new A.ahZ(q,new A.aI(p,t.h)),!1,t.TV.c) +A.aIC(r) +return p}, +apD(a,b){var s,r=A.b([],b.j("o>")) +a.Y(0,new A.a0E(r,b)) +B.c.dl(r,new A.a0F(b)) +s=new A.a0D(b).$1(r) +s.toString +new A.a0C(b).$1(s) +return new A.HV(s,b.j("HV<0>"))}, +aT(){var s=new A.q3(B.fd,B.aq,B.c9,B.n,B.fH) +s.jX(null,t.XP) +return s}, +aAm(a,b){var s,r,q=new A.q4(b) +q.jX(a,t.Cj) +s=q.gah() +r=q.b +J.U7(s,$.TU()[r.a]) +return q}, +ta(){if($.aqZ)return +$.aL().gwj().b.push(A.aG2()) +$.aqZ=!0}, +aDz(a){A.ta() +if(B.c.A($.A_,a))return +$.A_.push(a)}, +aDA(){var s,r +if($.A0.length===0&&$.A_.length===0)return +for(s=0;s<$.A0.length;++s){r=$.A0[s] +r.dX(0) +r.lJ()}B.c.sp($.A0,0) +for(s=0;s<$.A_.length;++s)$.A_[s].agl(0) +B.c.sp($.A_,0)}, +eT(){var s,r,q,p,o="flt-canvas-container",n=$.ii +if(n==null){n=$.bL +if(n==null)n=$.bL=new A.dw(self.window.flutterConfiguration) +n=n.gnd(n) +s=A.cz(o,null) +r=A.cz(o,null) +q=t.y1 +p=A.b([],q) +q=A.b([],q) +n=$.ii=new A.kB(new A.dp(s),new A.dp(r),n,p,q)}return n}, +akg(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.w_(b,c,d,e,f,l,k,s,g,h,j,p,a0,n,o,q,a,m,r,i)}, +amH(a,b){var s=A.aDv(null) +if(a!=null)s.weight=$.aw7()[a.a] +return s}, +aoJ(a){var s,r,q,p=null,o=A.b([],t.bY) +t.m6.a(a) +s=A.b([],t.V) +r=A.b([],t.AT) +q=J.awF(J.ay8($.bg.bi()),a.a,$.pE.f) +r.push(A.akg(p,p,p,p,p,p,a.c,p,p,a.d,a.r,a.f,p,a.e,a.w,p,p,p,p,p)) +return new A.VM(q,a,o,s,r)}, +am1(a,b){var s=A.b([],t.s) +if(a!=null)s.push(a) +if(b!=null&&!B.c.N4(b,new A.ai3(a)))B.c.P(s,b) +B.c.P(s,$.v4().f) +return s}, +ake(a){return new A.FC(a)}, +v2(a){var s=new Float32Array(4) +s[0]=(a.gl(a)>>>16&255)/255 +s[1]=(a.gl(a)>>>8&255)/255 +s[2]=(a.gl(a)&255)/255 +s[3]=(a.gl(a)>>>24&255)/255 +return s}, +aHz(a,b,c,d){var s,r,q,p,o,n,m,l,k=A.atG(J.ajZ(a.gah())) +if(b===0)return k +s=!d.O5() +if(s)k=A.TF(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.w(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.bJ(new Float32Array(16)) +if(l.kr(d)!==0)return A.TF(l,m) +else return m}else return m}, +atw(a,b,c,d,e,f){var s,r,q=e?5:4,p=A.ak(B.e.aI((c.gl(c)>>>24&255)*0.039),c.gl(c)>>>16&255,c.gl(c)>>>8&255,c.gl(c)&255),o=A.ak(B.e.aI((c.gl(c)>>>24&255)*0.25),c.gl(c)>>>16&255,c.gl(c)>>>8&255,c.gl(c)&255),n={ambient:A.v2(p),spot:A.v2(o)},m=J.ax2($.bg.bi(),n),l=b.gah(),k=new Float32Array(3) +k[2]=f*d +s=new Float32Array(3) +s[0]=0 +s[1]=-450 +s[2]=f*600 +r=J.k(m) +J.ax9(a,l,k,s,f*1.1,r.ga9B(m),r.gRC(m),q)}, +aqe(){var s=$.bV() +return s===B.bP||window.navigator.clipboard==null?new A.YM():new A.VY()}, +aBm(){var s=document.body +s.toString +s=new A.Hm(s) +s.eY(0) +return s}, +aBn(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}}, +atd(a,b,c){var s,r=b===B.N,q=b===B.bP +if(q)a.insertRule("flt-paragraph, flt-span {line-height: 100%;}",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=$.bV() +if(s!==B.ba)if(s!==B.ch)s=s===B.N +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)}, +aI_(){var s=$.hv +s.toString +return s}, +TG(a,b){var s +if(b.k(0,B.j))return a +s=new A.bJ(new Float32Array(16)) +s.by(a) +s.E6(0,b.a,b.b,0) +return s}, +atv(a,b,c){var s=a.agJ() +if(c!=null)A.amC(s,A.TG(c,b).a) +return s}, +amB(){var s=0,r=A.P(t.z) +var $async$amB=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:if(!$.alZ){$.alZ=!0 +B.aZ.Pp(window,new A.ajy())}return A.N(null,r)}}) +return A.O($async$amB,r)}, +azW(a,b,c){var s=A.cz("flt-canvas",null),r=A.b([],t.lX),q=A.aX(),p=a.a,o=a.c-p,n=A.UX(o),m=a.b,l=a.d-m,k=A.UW(l) +l=new A.Vw(A.UX(o),A.UW(l),c,A.b([],t.vj),A.dP()) +q=new A.jM(a,s,l,r,n,k,q,c,b) +k=s.style +k.position="absolute" +q.z=B.e.eG(p)-1 +q.Q=B.e.eG(m)-1 +q.L5() +l.z=t.py.a(s) +q.JY() +return q}, +UX(a){return B.e.dV((a+1)*A.aX())+2}, +UW(a){return B.e.dV((a+1)*A.aX())+2}, +azX(a){B.BI.bw(a)}, +aiG(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.c0("Flutter Web does not support the blend mode: "+a.i(0)))}}, +ath(a){switch(a.a){case 0:return B.ML +case 3:return B.MM +case 5:return B.MN +case 7:return B.MP +case 9:return B.MQ +case 4:return B.MR +case 6:return B.MS +case 8:return B.MT +case 10:return B.MU +case 12:return B.MV +case 1:return B.MW +case 11:return B.MO +case 24:case 13:return B.N4 +case 14:return B.N5 +case 15:return B.N8 +case 16:return B.N6 +case 17:return B.N7 +case 18:return B.N9 +case 19:return B.Na +case 20:return B.Nb +case 21:return B.MY +case 22:return B.MZ +case 23:return B.N_ +case 25:return B.N0 +case 26:return B.N1 +case 27:return B.N2 +case 28:return B.N3 +default:return B.MX}}, +aIO(a){switch(a.a){case 0:return"butt" +case 1:return"round" +case 2:default:return"square"}}, +aIP(a){switch(a.a){case 1:return"round" +case 2:return"bevel" +case 0:default:return"miter"}}, +alU(b3,b4,b5,b6){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="absolute",a5="hidden",a6="transform-origin",a7="transform",a8="border-radius",a9="transform-style",b0=t.lX,b1=A.b([],b0),b2=b3.length +for(s=null,r=null,q=0;q>>24&255))&255)<<24|q.gl(q)&16777215)>>>0)) +q.toString +h=q}else B.h.ao(i,B.h.X(i,"filter"),"blur("+A.e(g)+"px)","")}q=n-o +if(s){i.width=A.e(q-r)+"px" +i.height=A.e(l-m-r)+"px" +q=A.kZ(r) +i.border=q+" solid "+h}else{i.width=A.e(q)+"px" +i.height=A.e(l-m)+"px" +i.backgroundColor=h +f=A.aGe(b.w,a) +q=f!==""?"url('"+f+"'":"" +i.backgroundImage=q}return e}, +aGe(a,b){if(a!=null)if(a instanceof A.wC)return A.bk(a.Mo(b,1,!0)) +return""}, +ate(a,b){var s,r,q=b.e,p=b.r +if(q===p){s=b.z +if(q===s){r=b.x +s=q===r&&q===b.f&&p===b.w&&s===b.Q&&r===b.y}else s=!1}else s=!1 +if(s){q=A.kZ(b.z) +B.h.ao(a,B.h.X(a,"border-radius"),q,"") +return}q=A.kZ(q) +s=A.kZ(b.f) +B.h.ao(a,B.h.X(a,"border-top-left-radius"),q+" "+s,"") +p=A.kZ(p) +s=A.kZ(b.w) +B.h.ao(a,B.h.X(a,"border-top-right-radius"),p+" "+s,"") +s=A.kZ(b.z) +p=A.kZ(b.Q) +B.h.ao(a,B.h.X(a,"border-bottom-left-radius"),s+" "+p,"") +p=A.kZ(b.x) +s=A.kZ(b.y) +B.h.ao(a,B.h.X(a,"border-bottom-right-radius"),p+" "+s,"")}, +kZ(a){return B.e.V(a===0?1:a,3)+"px"}, +auc(a,b,c,d){var s,r,q,p,o="fill",n=A.ar9() +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.b4.ir(document,"http://www.w3.org/2000/svg","path"))) +n.appendChild(s) +r=b.r +q=r==null +if(q)r=B.n +p=b.b +if(p!==B.U)if(p!==B.aq){p=b.c +p=p!==0&&p!=null}else p=!1 +else p=!0 +if(p){q=A.cn(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.cn(r) +q.toString +s.setAttribute(o,q)}else s.setAttribute(o,"#000000") +if(a.b===B.eB)s.setAttribute("fill-rule","evenodd") +s.setAttribute("d",A.aub(a.a,0,0)) +return n}, +aki(a,b,c){var s,r,q,p,o,n,m +if(0===b){c.push(new A.m(a.c,a.d)) +c.push(new A.m(a.e,a.f)) +return}s=new A.Na() +a.GM(s) +r=s.a +r.toString +q=s.b +q.toString +p=a.b +o=a.f +if(A.dm(p,a.d,o)){n=r.f +if(!A.dm(p,n,o))m=r.f=q.b=Math.abs(n-p)0){s=b[7] +b[9]=s +b[5]=s +if(o===2){s=b[13] +b[15]=s +b[11]=s}}return o}, +aFK(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}, +atz(a,b,c,d,e){return(((d+3*(b-c)-a)*e+3*(c-b-b+a))*e+3*(b-a))*e+a}, +alg(){var s=new A.tl(A.aqh(),B.bk) +s.JC() +return s}, +aFx(a,b,c){var s +if(0===c)s=0===b||360===b +else s=!1 +if(s)return new A.m(a.c,a.gaU().b) +return null}, +ahN(a,b,c,d){var s=a+b +if(s<=c)return d +return Math.min(c/s,d)}, +aqg(a,b){var s=new A.a3o(a,!0,a.w) +if(a.Q)a.yy() +if(!a.as)s.z=a.w +return s}, +aqh(){var s=new Float32Array(16) +s=new A.rj(s,new Uint8Array(8)) +s.e=s.c=8 +s.CW=172 +return s}, +aCw(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}, +TH(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}, +aIp(a){var s,r,q=a.e,p=a.r +if(q+p!==a.c-a.a)return!1 +s=a.f +r=a.w +if(s+r!==a.d-a.b)return!1 +if(q!==a.z||p!==a.x||s!==a.Q||r!==a.y)return!1 +return!0}, +aqX(a,b,c,d,e,f){return new A.a82(e-2*c+a,f-2*d+b,2*(c-a),2*(d-b),a,b)}, +a3q(a,b,c,d,e,f){if(d===f)return A.dm(c,a,e)&&a!==e +else return a===c&&b===d}, +aCx(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.TH(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}, +aIW(a,b,c,d){var s,r,q,p,o=a[1],n=a[3] +if(!A.dm(o,c,n))return +s=a[0] +r=a[2] +if(!A.dm(s,b,r))return +q=r-s +p=n-o +if(!(Math.abs((b-s)*p-q*(c-o))<0.000244140625))return +d.push(new A.m(q,p))}, +aIX(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=a[1],h=a[3],g=a[5] +if(!A.dm(i,c,h)&&!A.dm(h,c,g))return +s=a[0] +r=a[2] +q=a[4] +if(!A.dm(s,b,r)&&!A.dm(r,b,q))return +p=new A.kn() +o=p.kA(i-2*h+g,2*(h-i),i-c) +for(n=q-2*r+s,m=2*(r-s),l=0;l30)B.c.eW($.l2,0).d.m(0)}else a.d.m(0)}}, +a3u(a,b){if(a<=0)return b*0.1 +else return Math.min(Math.max(b*0.5,a*10),b)}, +aFM(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.O5())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.e.dV(a6/2)*2) +r=a8*a9 +if(r*a6*a6>4194304&&a6>2)a6=3355443.2/r}else a6=Math.max(2/B.e.eG(2/a6),0.0001) +return a6}, +pB(a,b){var s=a<0?0:a,r=b<0?0:b +return s*s+r*r}, +Ey(a){var s,r=a.a,q=r.x,p=q!=null?0+q.b*2:0 +r=r.c +s=r==null +if((s?0:r)!==0)p+=(s?0:r)*0.70710678118 +return p}, +aCs(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0 +if(a2==null)a2=B.Cq +s=a1.length +r=B.c.fE(a1,new A.a2O()) +q=a2[0]!==0 +p=B.c.gR(a2)!==1 +o=q?s+1:s +if(p)++o +n=o*4 +m=new Float32Array(n) +l=new Float32Array(n) +n=o-1 +k=B.f.bC(n,4) +j=new Float32Array(4*(k+1)) +if(q){k=a1[0].a +m[0]=(k>>>16&255)/255 +m[1]=(k>>>8&255)/255 +m[2]=(k&255)/255 +m[3]=(k>>>24&255)/255 +j[0]=0 +i=4 +h=1}else{i=0 +h=0}for(k=a1.length,g=0;g>>16&255)/255 +i=f+1 +m[f]=(e>>>8&255)/255 +f=i+1 +m[i]=(e&255)/255 +i=f+1 +m[f]=(e>>>24&255)/255}for(k=a2.length,g=0;g>>16&255)/255 +i=f+1 +m[f]=(k>>>8&255)/255 +m[i]=(k&255)/255 +m[i+1]=(k>>>24&255)/255 +j[h]=1}c=4*n +for(b=0;b>>2 +l[b]=(m[b+4]-m[b])/(j[h+1]-j[h])}l[c]=0 +l[c+1]=0 +l[c+2]=0 +l[c+3]=0 +for(b=0;b1)B.c.dl(p,new A.aiM()) +for(p=$.ajp,o=p.length,r=0;r1)s.push(new A.lG(B.c.gJ(p),B.c.gR(p))) +else s.push(new A.lG(q,null))}return s}, +aGm(a,b){var s=a.hO(b),r=A.atu(A.bk(s.b)) +switch(s.a){case"setDevicePixelRatio":$.bX().w=r +$.aL().f.$0() +return!0}return!1}, +pI(a,b){if(a==null)return +if(b===$.a5)a.$0() +else b.rn(a)}, +TB(a,b,c){if(a==null)return +if(b===$.a5)a.$1(c) +else b.ro(a,c)}, +aIk(a,b,c,d){if(b===$.a5)a.$2(c,d) +else b.rn(new A.aje(a,c,d))}, +mL(a,b,c,d,e){if(a==null)return +if(b===$.a5)a.$3(c,d,e) +else b.rn(new A.ajf(a,c,d,e))}, +aHU(){var s,r,q,p=document.documentElement +p.toString +if("computedStyleMap" in p){s=p.computedStyleMap() +if(s!=null){r=s.get("font-size") +q=r!=null?r.value:null}else q=null}else q=null +if(q==null)q=A.au9(J.anY(p).fontSize) +return(q==null?16:q)/16}, +aHA(a){switch(a){case 0:return 1 +case 1:return 4 +case 2:return 2 +default:return B.f.xg(1,a)}}, +tP(a){var s=B.e.e6(a) +return A.bS(B.e.e6((a-s)*1000),s,0)}, +ajC(a,b){var s=b.$0() +return s}, +aI3(){if($.aL().ay==null)return +$.amc=B.e.e6(window.performance.now()*1000)}, +aI1(){if($.aL().ay==null)return +$.alT=B.e.e6(window.performance.now()*1000)}, +atD(){if($.aL().ay==null)return +$.alS=B.e.e6(window.performance.now()*1000)}, +atE(){if($.aL().ay==null)return +$.am7=B.e.e6(window.performance.now()*1000)}, +aI2(){var s,r,q=$.aL() +if(q.ay==null)return +s=$.at_=B.e.e6(window.performance.now()*1000) +$.am_.push(new A.lr(A.b([$.amc,$.alT,$.alS,$.am7,s,s,0,0,0,0,1],t.t))) +$.at_=$.am7=$.alS=$.alT=$.amc=-1 +if(s-$.avK()>1e5){$.aG7=s +r=$.am_ +A.TB(q.ay,q.ch,r) +$.am_=A.b([],t.no)}}, +aGL(){return B.e.e6(window.performance.now()*1000)}, +aHG(a){var s=A.akI(a) +return s}, +amk(a,b){return a[b]}, +au9(a){var s=self.parseFloat.$1(a) +if(s==null||isNaN(s))return null +return s}, +aIA(a){var s,r,q +if("computedStyleMap" in a){s=a.computedStyleMap() +if(s!=null){r=s.get("font-size") +q=r!=null?r.value:null}else q=null}else q=null +return q==null?A.au9(J.anY(a).fontSize):q}, +aJ4(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}, +azM(){var s=new A.U9() +s.VL() +return s}, +aFI(a){var s=a.a +if((s&256)!==0)return B.T_ +else if((s&65536)!==0)return B.T0 +else return B.SZ}, +aBK(a){var s=new A.qQ(A.a0A(),a) +s.WG(a) +return s}, +a6Z(a){var s=a.style +s.removeProperty("transform-origin") +s.removeProperty("transform") +s=$.em() +if(s!==B.aJ)s=s===B.bi +else s=!0 +if(s){s=a.style +s.top="0px" +s.left="0px"}else{s=a.style +s.removeProperty("top") +s.removeProperty("left")}}, +lp(){var s=t.UF,r=A.b([],t.eE),q=A.b([],t.b),p=$.em() +p=J.en(B.lg.a,p)?new A.WM():new A.a2a() +p=new A.YD(A.z(t.S,s),A.z(t.bo,s),r,q,new A.YG(),new A.a6V(p),B.co,A.b([],t.U9)) +p.Wo() +return p}, +atW(a){var s,r,q,p,o,n,m,l,k=a.length,j=t.t,i=A.b([],j),h=A.b([0],j) +for(s=0,r=0;r=h.length)h.push(r) +else h[o]=r +if(o>s)s=o}m=A.b7(s,0,!1,t.S) +l=h[s] +for(r=s-1;r>=0;--r){m[r]=l +l=i[l]}return m}, +aDl(a){var s=$.zT +if(s!=null&&s.a===a){s.toString +return s}return $.zT=new A.a74(a,A.b([],t.Iu))}, +alu(){var s=new Uint8Array(0),r=new DataView(new ArrayBuffer(8)) +return new A.aaI(new A.M7(s,0),r,A.cZ(r.buffer,0,null))}, +atn(a){if(a===0)return B.j +return new A.m(200*a/600,400*a/600)}, +aHy(a,b){var s,r,q,p,o,n +if(b===0)return a +s=a.c +r=a.a +q=a.d +p=a.b +o=b*((800+(s-r)*0.5)/600) +n=b*((800+(q-p)*0.5)/600) +return new A.w(r-o,p-n,s+o,q+n).c7(A.atn(b))}, +amh(a,b){if(b===0)return null +return new A.a96(Math.min(b*((800+(a.c-a.a)*0.5)/600),b*((800+(a.d-a.b)*0.5)/600)),A.atn(b))}, +ame(a,b,c,d){var s,r,q,p,o="box-shadow",n=A.amh(b,c) +if(n==null){s=a.style +B.h.ao(s,B.h.X(s,o),"none","")}else{d=A.amG(d) +s=a.style +r=n.b +q=n.a +p=d.a +B.h.ao(s,B.h.X(s,o),A.e(r.a)+"px "+A.e(r.b)+"px "+A.e(q)+"px 0px rgba("+(p>>>16&255)+", "+(p>>>8&255)+", "+(p&255)+", "+A.e((p>>>24&255)/255)+")","")}}, +amG(a){var s=a.a +return new A.E(((B.e.aI(0.3*(s>>>24&255))&255)<<24|s&16777215)>>>0)}, +aBs(){var s=t.mo +if($.anc())return new A.Hv(A.b([],s)) +else return new A.Q_(A.b([],s))}, +akL(a,b,c,d,e,f){return new A.a1p(A.b([],t.L5),A.b([],t.Kd),e,a,b,f,d,c,f)}, +aty(){var s=$.aif +if(s==null){s=t.jQ +s=$.aif=new A.kH(A.amb(u.K,937,B.nE,s),B.aR,A.z(t.S,s),t.MX)}return s}, +aIz(a,b,c){var s=A.aH3(a,b,c) +if(s.a>c)return new A.dx(c,Math.min(c,s.b),Math.min(c,s.c),B.bz) +return s}, +aH3(a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=A.Tz(a1,a2),b=A.aty().qw(c),a=b===B.eg?B.ed:null,a0=b===B.h1 +if(b===B.fY||a0)b=B.aR +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.dx(a3,Math.min(a3,o),Math.min(a3,n),B.bz) +k=b===B.h5 +l=k?l+1:0 +a2=(c!=null&&c>65535?a2+1:a2)+1 +j=b===B.eg +i=!j +if(i)a=null +c=A.Tz(a1,a2) +h=$.aif +g=(h==null?$.aif=new A.kH(A.amb(u.K,937,B.nE,r),B.aR,A.z(q,r),p):h).qw(c) +f=g===B.h1 +if(b===B.e9||b===B.h2)return new A.dx(a2,o,n,B.d4) +if(b===B.h6)if(g===B.e9)continue +else return new A.dx(a2,o,n,B.d4) +if(i)n=a2 +if(g===B.e9||g===B.h2||g===B.h6){o=a2 +continue}if(a2>=s)return new A.dx(s,a2,n,B.bY) +if(g===B.eg){a=j?a:b +o=a2 +continue}if(g===B.eb){o=a2 +continue}if(b===B.eb||a===B.eb)return new A.dx(a2,a2,n,B.d3) +if(g===B.fY||f){if(!j){if(k)--l +o=a2 +g=b +continue}g=B.aR}if(a0){o=a2 +continue}if(g===B.ed||b===B.ed){o=a2 +continue}if(b===B.h_){o=a2 +continue}if(!(!i||b===B.e6||b===B.d6)&&g===B.h_){o=a2 +continue}if(i)k=g===B.e8||g===B.cu||g===B.nu||g===B.e7||g===B.fZ +else k=!1 +if(k){o=a2 +continue}if(b===B.d5){o=a2 +continue}k=b===B.h7 +if(k&&g===B.d5){o=a2 +continue}i=b!==B.e8 +if((!i||a===B.e8||b===B.cu||a===B.cu)&&g===B.h0){o=a2 +continue}if((b===B.ec||a===B.ec)&&g===B.ec){o=a2 +continue}if(j)return new A.dx(a2,a2,n,B.d3) +if(k||g===B.h7){o=a2 +continue}if(b===B.h4||g===B.h4)return new A.dx(a2,a2,n,B.d3) +if(g===B.e6||g===B.d6||g===B.h0||b===B.ns){o=a2 +continue}if(m===B.aH)k=b===B.d6||b===B.e6 +else k=!1 +if(k){o=a2 +continue}k=b===B.fZ +if(k&&g===B.aH){o=a2 +continue}if(g===B.nt){o=a2 +continue}j=b!==B.aR +if(!((!j||b===B.aH)&&g===B.bA))if(b===B.bA)h=g===B.aR||g===B.aH +else h=!1 +else h=!0 +if(h){o=a2 +continue}h=b===B.eh +if(h)e=g===B.h3||g===B.ee||g===B.ef +else e=!1 +if(e){o=a2 +continue}if((b===B.h3||b===B.ee||b===B.ef)&&g===B.bZ){o=a2 +continue}e=!h +if(!e||b===B.bZ)d=g===B.aR||g===B.aH +else d=!1 +if(d){o=a2 +continue}if(!j||b===B.aH)d=g===B.eh||g===B.bZ +else d=!1 +if(d){o=a2 +continue}if(!i||b===B.cu||b===B.bA)i=g===B.bZ||g===B.eh +else i=!1 +if(i){o=a2 +continue}i=b!==B.bZ +if((!i||h)&&g===B.d5){o=a2 +continue}if((!i||!e||b===B.d6||b===B.e7||b===B.bA||k)&&g===B.bA){o=a2 +continue}k=b===B.ea +if(k)i=g===B.ea||g===B.d7||g===B.d9||g===B.da +else i=!1 +if(i){o=a2 +continue}i=b!==B.d7 +if(!i||b===B.d9)e=g===B.d7||g===B.d8 +else e=!1 +if(e){o=a2 +continue}e=b!==B.d8 +if((!e||b===B.da)&&g===B.d8){o=a2 +continue}if((k||!i||!e||b===B.d9||b===B.da)&&g===B.bZ){o=a2 +continue}if(h)k=g===B.ea||g===B.d7||g===B.d8||g===B.d9||g===B.da +else k=!1 +if(k){o=a2 +continue}if(!j||b===B.aH)k=g===B.aR||g===B.aH +else k=!1 +if(k){o=a2 +continue}if(b===B.e7)k=g===B.aR||g===B.aH +else k=!1 +if(k){o=a2 +continue}if(!j||b===B.aH||b===B.bA)if(g===B.d5){k=B.b.al(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.cu){k=B.b.al(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.aR||g===B.aH||g===B.bA +else k=!1}else k=!1 +if(k){o=a2 +continue}if(g===B.h5)if((l&1)===1){o=a2 +continue}else return new A.dx(a2,a2,n,B.d3) +if(b===B.ee&&g===B.ef){o=a2 +continue}return new A.dx(a2,a2,n,B.d3)}return new A.dx(s,o,n,B.bY)}, +amt(a,b,c,d,e){var s,r,q +if(c===d)return 0 +s=a.font +if(c===$.asS&&d===$.asR&&b===$.asT&&s===$.asQ)r=$.asU +else{q=a.measureText(c===0&&d===b.length?b:B.b.N(b,c,d)).width +q.toString +r=q}$.asS=c +$.asR=d +$.asT=b +$.asQ=s +$.asU=r +if(e==null)e=0 +return B.e.aI((e!==0?r+e*(d-c):r)*100)/100}, +apc(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,a0,a1,a2){var s=g==null,r=s?"":g +return new A.wF(b,c,d,e,f,m,k,a1,!s,r,h,i,l,j,p,a2,o,q,a,n,a0)}, +atC(a){if(a==null)return null +return A.atB(a.a)}, +atB(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""}, +aGT(a){var s,r,q,p,o=a.length +if(o===0)return"" +for(s=0,r="";s=a.length)return null +s=B.b.al(a,b) +if((s&63488)===55296&&b>>6&31)+1<<16|(s&63)<<10|B.b.al(a,b+1)&1023 +return s}, +aEd(a,b,c){return new A.kH(a,b,A.z(t.S,c),c.j("kH<0>"))}, +aEe(a,b,c,d,e){return new A.kH(A.amb(a,b,c,e),d,A.z(t.S,e),e.j("kH<0>"))}, +amb(a,b,c,d){var s,r,q,p,o,n=A.b([],d.j("o>")),m=a.length +for(s=d.j("c9<0>"),r=0;r=0&&q<=r))break +q+=s +if(A.aEq(b,q))break}return A.uZ(q,0,r)}, +aEq(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.b.al(a,s)&63488)===55296)return!1 +r=$.ES().qv(0,a,b) +q=$.ES().qv(0,a,s) +if(q===B.eR&&r===B.eS)return!1 +if(A.dF(q,B.lI,B.eR,B.eS,j,j))return!0 +if(A.dF(r,B.lI,B.eR,B.eS,j,j))return!0 +if(q===B.lH&&r===B.lH)return!1 +if(A.dF(r,B.dE,B.dF,B.dD,j,j))return!1 +for(p=0;A.dF(q,B.dE,B.dF,B.dD,j,j);){++p +s=b-p-1 +if(s<0)return!0 +o=$.ES() +n=A.Tz(a,s) +q=n==null?o.b:o.qw(n)}if(A.dF(q,B.b_,B.ax,j,j,j)&&A.dF(r,B.b_,B.ax,j,j,j))return!1 +m=0 +do{++m +l=$.ES().qv(0,a,b+m)}while(A.dF(l,B.dE,B.dF,B.dD,j,j)) +do{++p +k=$.ES().qv(0,a,b-p-1)}while(A.dF(k,B.dE,B.dF,B.dD,j,j)) +if(A.dF(q,B.b_,B.ax,j,j,j)&&A.dF(r,B.lF,B.dC,B.cO,j,j)&&A.dF(l,B.b_,B.ax,j,j,j))return!1 +if(A.dF(k,B.b_,B.ax,j,j,j)&&A.dF(q,B.lF,B.dC,B.cO,j,j)&&A.dF(r,B.b_,B.ax,j,j,j))return!1 +s=q===B.ax +if(s&&r===B.cO)return!1 +if(s&&r===B.lE&&l===B.ax)return!1 +if(k===B.ax&&q===B.lE&&r===B.ax)return!1 +s=q===B.bs +if(s&&r===B.bs)return!1 +if(A.dF(q,B.b_,B.ax,j,j,j)&&r===B.bs)return!1 +if(s&&A.dF(r,B.b_,B.ax,j,j,j))return!1 +if(k===B.bs&&A.dF(q,B.lG,B.dC,B.cO,j,j)&&r===B.bs)return!1 +if(s&&A.dF(r,B.lG,B.dC,B.cO,j,j)&&l===B.bs)return!1 +if(q===B.dG&&r===B.dG)return!1 +if(A.dF(q,B.b_,B.ax,B.bs,B.dG,B.eQ)&&r===B.eQ)return!1 +if(q===B.eQ&&A.dF(r,B.b_,B.ax,B.bs,B.dG,j))return!1 +return!0}, +dF(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}, +apb(a,b){switch(a){case"TextInputType.number":return b?B.wR:B.x8 +case"TextInputType.phone":return B.xc +case"TextInputType.emailAddress":return B.wW +case"TextInputType.url":return B.xv +case"TextInputType.multiline":return B.x6 +case"TextInputType.none":return B.mj +case"TextInputType.text":default:return B.xt}}, +aDV(a){var s +if(a==="TextCapitalization.words")s=B.vx +else if(a==="TextCapitalization.characters")s=B.vz +else s=a==="TextCapitalization.sentences"?B.vy:B.ls +return new A.Ar(s)}, +aG0(a){}, +Tr(a,b){var s,r="transparent",q="none",p=a.style +p.whiteSpace="pre-wrap" +B.h.ao(p,B.h.X(p,"align-content"),"center","") +p.padding="0" +B.h.ao(p,B.h.X(p,"opacity"),"1","") +p.color=r +p.backgroundColor=r +p.background=r +p.outline=q +p.border=q +B.h.ao(p,B.h.X(p,"resize"),q,"") +p.width="0" +p.height="0" +B.h.ao(p,B.h.X(p,"text-shadow"),r,"") +B.h.ao(p,B.h.X(p,"transform-origin"),"0 0 0","") +if(b){p.top="-9999px" +p.left="-9999px"}s=$.bV() +if(s!==B.ba)if(s!==B.ch)s=s===B.N +else s=!0 +else s=!0 +if(s)a.classList.add("transparentTextEditing") +B.h.ao(p,B.h.X(p,"caret-color"),r,null)}, +aB8(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.z(s,t.py) +q=A.z(s,t.M1) +p=document.createElement("form") +p.noValidate=!0 +p.method="post" +p.action="#" +B.na.kj(p,"submit",new A.Yk()) +A.Tr(p,!1) +o=J.qW(0,s) +n=A.ak8(a1,B.vw) +if(a2!=null)for(s=t.a,m=J.pN(a2,s),m=new A.cN(m,m.gp(m)),l=n.b,k=A.n(m).c;m.t();){j=m.d +if(j==null)j=k.a(j) +i=J.ay(j) +h=s.a(i.h(j,"autofill")) +g=A.bk(i.h(j,"textCapitalization")) +if(g==="TextCapitalization.words")g=B.vx +else if(g==="TextCapitalization.characters")g=B.vz +else g=g==="TextCapitalization.sentences"?B.vy:B.ls +f=A.ak8(h,new A.Ar(g)) +g=f.b +o.push(g) +if(g!==l){e=A.apb(A.bk(J.ag(s.a(i.h(j,"inputType")),"name")),!1).BG() +f.a.eC(e) +f.eC(e) +A.Tr(e,!1) +q.n(0,g,f) +r.n(0,g,e) +p.appendChild(e)}}else o.push(n.b) +B.c.i6(o) +for(s=o.length,d=0,m="";d0?m+"*":m)+c}b=m.charCodeAt(0)==0?m:m +a=$.EF.h(0,b) +if(a!=null)B.na.bw(a) +a0=A.a0A() +A.Tr(a0,!0) +a0.className="submitBtn" +a0.type="submit" +p.appendChild(a0) +return new A.Yh(p,r,q,b)}, +ak8(a,b){var s,r=J.ay(a),q=A.bk(r.h(a,"uniqueIdentifier")),p=t.kc.a(r.h(a,"hints")),o=p==null||J.hB(p)?null:A.bk(J.vb(p)),n=A.ap6(t.a.a(r.h(a,"editingValue"))) +if(o!=null){s=$.aus().a.h(0,o) +if(s==null)s=o}else s=null +return new A.Fe(n,q,s,A.bH(r.h(a,"hintText")))}, +am8(a,b,c){var s=c.a,r=c.b,q=Math.min(s,r) +r=Math.max(s,r) +return B.b.N(a,0,q)+b+B.b.bU(a,r)}, +aDW(a0,a1,a2){var s,r,q,p,o,n,m,l,k,j,i=a2.a,h=a2.b,g=a2.c,f=a2.d,e=a2.e,d=a2.f,c=a2.r,b=a2.w,a=new A.tx(i,h,g,f,e,d,c,b) +e=a1==null +d=e?null:a1.b +s=d==(e?null:a1.c) +e=h.length +d=e===0 +r=d&&f!==-1 +d=!d +q=d&&!s +if(r){g=f-(i.length-a0.a.length) +a.c=g}else if(q){g=a1.b +a.c=g}p=c!=null&&c!==b +if(d&&s&&p){c.toString +g=a.c=c +b.toString +b=a.d=b +f=b}if(!(g===-1&&g===f)){o=A.am8(i,h,new A.cy(g,f)) +g=a0.a +g.toString +if(o!==g){n=B.b.A(h,".") +for(f=A.c_(A.amy(h),!0).n5(0,g),f=new A.B2(f.a,f.b,f.c),d=t.Qz,c=i.length;f.t();){m=f.d +b=(m==null?d.a(m):m).b +l=b.index +if(!(l>=0&&l+b[0].length<=c)){k=l+e-1 +j=A.am8(i,h,new A.cy(l,k))}else{k=n?l+b[0].length-1:l+b[0].length +j=A.am8(i,h,new A.cy(l,k))}if(j===g){a.c=l +a.d=k +break}}}}a.e=a0.b +a.f=a0.c +return a}, +Y8(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.qn(c,p,Math.max(0,Math.max(s,r)))}, +ap6(a){var s=J.ay(a) +return A.Y8(A.ei(s.h(a,"selectionBase")),A.ei(s.h(a,"selectionExtent")),A.bH(s.h(a,"text")))}, +akq(a){var s +if(t.Zb.b(a)){s=a.value +return A.Y8(a.selectionStart,a.selectionEnd,s)}else if(t.S0.b(a)){s=a.value +return A.Y8(a.selectionStart,a.selectionEnd,s)}else throw A.c(A.R("Initialized with unsupported input type"))}, +apC(a){var s,r,q,p,o,n="inputType",m="autofill",l=J.ay(a),k=t.a,j=A.bk(J.ag(k.a(l.h(a,n)),"name")),i=A.px(J.ag(k.a(l.h(a,n)),"decimal")) +j=A.apb(j,i===!0) +i=A.bH(l.h(a,"inputAction")) +if(i==null)i="TextInputAction.done" +s=A.px(l.h(a,"obscureText")) +r=A.px(l.h(a,"readOnly")) +q=A.px(l.h(a,"autocorrect")) +p=A.aDV(A.bk(l.h(a,"textCapitalization"))) +k=l.aq(a,m)?A.ak8(k.a(l.h(a,m)),B.vw):null +o=A.aB8(t.nA.a(l.h(a,m)),t.kc.a(l.h(a,"fields"))) +l=A.px(l.h(a,"enableDeltaModel")) +return new A.a0z(j,i,r===!0,s===!0,q!==!1,l===!0,k,o,p)}, +aIK(){$.EF.Y(0,new A.ajw())}, +aHq(){var s,r,q,p +for(s=$.EF.gb2($.EF),s=new A.eu(J.aw(s.a),s.b),r=A.n(s).z[1];s.t();){q=s.a +if(q==null)q=r.a(q) +p=q.parentNode +if(p!=null)p.removeChild(q)}$.EF.aG(0)}, +amC(a,b){var s,r=a.style +B.h.ao(r,B.h.X(r,"transform-origin"),"0 0 0","") +s=A.hy(b) +B.h.ao(r,B.h.X(r,"transform"),s,"")}, +hy(a){var s=A.ajD(a) +if(s===B.vL)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.eN)return A.aHZ(a) +else return"none"}, +ajD(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.eN +if(a[0]===1&&a[1]===0&&a[4]===0&&a[5]===1&&a[12]===0&&a[13]===0)return B.vK +else return B.vL}, +aHZ(a){var s=a[0] +if(s===1&&a[1]===0&&a[2]===0&&a[3]===0&&a[4]===0&&a[5]===1&&a[6]===0&&a[7]===0&&a[8]===0&&a[9]===0&&a[10]===1&&a[11]===0&&a[14]===0&&a[15]===1)return"translate3d("+A.e(a[12])+"px, "+A.e(a[13])+"px, 0px)" +else return"matrix3d("+A.e(s)+","+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])+")"}, +TF(a,b){var s=$.awj() +s[0]=b.a +s[1]=b.b +s[2]=b.c +s[3]=b.d +A.amI(a,s) +return new A.w(s[0],s[1],s[2],s[3])}, +amI(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=$.an8() +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=$.awi().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}, +aug(a,b){return a.a<=b.a&&a.b<=b.b&&a.c>=b.c&&a.d>=b.d}, +cn(a){var s,r,q +if(a==null)return null +s=a.gl(a) +if((s&4278190080)>>>0===4278190080){r=B.f.iX(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.f.i(s>>>16&255)+","+B.f.i(s>>>8&255)+","+B.f.i(s&255)+","+B.e.i((s>>>24&255)/255)+")" +return q.charCodeAt(0)==0?q:q}}, +aHt(a,b,c,d){var s=""+a,r=""+b,q=""+c +if(d===255)return"rgb("+s+","+r+","+q+")" +else return"rgba("+s+","+r+","+q+","+B.e.V(d/255,2)+")"}, +asI(){if(A.aIo())return"BlinkMacSystemFont" +var s=$.em() +if(s!==B.aJ)s=s===B.bi +else s=!0 +if(s)return"-apple-system, BlinkMacSystemFont" +return"Arial"}, +aiI(a){var s +if(J.en(B.LB.a,a))return a +s=$.em() +if(s!==B.aJ)s=s===B.bi +else s=!0 +if(s)if(a===".SF Pro Text"||a===".SF Pro Display"||a===".SF UI Text"||a===".SF UI Display")return A.asI() +return'"'+A.e(a)+'", '+A.asI()+", sans-serif"}, +uZ(a,b,c){if(ac)return c +else return a}, +v1(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +for(s=0;s")).bB(0," ")}, +d4(a,b,c){var s=a.style +B.h.ao(s,B.h.X(s,b),c,null)}, +ajz(a,b){var s=$.bV() +if(s===B.N){s=a.style +B.h.ao(s,B.h.X(s,"-webkit-clip-path"),b,null)}s=a.style +B.h.ao(s,B.h.X(s,"clip-path"),b,null)}, +Ty(a,b,c,d,e,f,g,h,i){var s=$.asF +if(s==null?$.asF=a.ellipse!=null:s)a.ellipse(b,c,d,e,f,g,h,i) +else{a.save() +a.translate(b,c) +a.rotate(f) +a.scale(d,e) +a.arc(0,0,1,g,h,i) +a.restore()}}, +amz(a){var s,r +for(;s=a.lastChild,s!=null;){r=s.parentNode +if(r!=null)r.removeChild(s)}}, +aCe(a){var s=new A.bJ(new Float32Array(16)) +if(s.kr(a)===0)return null +return s}, +dP(){var s=new Float32Array(16) +s[15]=1 +s[0]=1 +s[5]=1 +s[10]=1 +return new A.bJ(s)}, +aCb(a){return new A.bJ(a)}, +ary(a,b,c){var s=new Float32Array(3) +s[0]=a +s[1]=b +s[2]=c +return new A.aaC(s)}, +aBa(a,b){var s=new A.H1(a,b,A.cK(null,t.H),B.eP) +s.Wn(a,b) +return s}, +vf:function vf(a){var _=this +_.a=a +_.d=_.c=_.b=null}, +Uy:function Uy(a,b){this.a=a +this.b=b}, +UD:function UD(a){this.a=a}, +UC:function UC(a){this.a=a}, +UE:function UE(a){this.a=a}, +UB:function UB(a){this.a=a}, +UA:function UA(a){this.a=a}, +Uz:function Uz(a){this.a=a}, +UI:function UI(){}, +UJ:function UJ(){}, +UK:function UK(){}, +pU:function pU(a,b){this.a=a +this.b=b}, +iH:function iH(a,b){this.a=a +this.b=b}, +i_:function i_(a,b){this.a=a +this.b=b}, +Vw:function Vw(a,b,c,d,e){var _=this +_.e=_.d=null +_.f=a +_.r=b +_.z=_.y=_.x=_.w=null +_.Q=0 +_.as=c +_.a=d +_.b=null +_.c=e}, +Wf:function Wf(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.w=_.r=null +_.x=1 +_.Q=_.z=_.y=null +_.as=!1}, +QM:function QM(){}, +eZ:function eZ(a){this.a=a}, +JY:function JY(a,b){this.b=a +this.a=b}, +VN:function VN(a,b){this.a=a +this.b=b}, +c4:function c4(){}, +FL:function FL(a){this.a=a}, +G9:function G9(){}, +G6:function G6(){}, +G7:function G7(a){this.a=a}, +Gd:function Gd(a,b){this.a=a +this.b=b}, +Gb:function Gb(a,b){this.a=a +this.b=b}, +G8:function G8(a){this.a=a}, +Gc:function Gc(a){this.a=a}, +FO:function FO(a,b,c){this.a=a +this.b=b +this.c=c}, +FP:function FP(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +FN:function FN(a,b){this.a=a +this.b=b}, +FM:function FM(a,b){this.a=a +this.b=b}, +FT:function FT(a,b,c){this.a=a +this.b=b +this.c=c}, +FU:function FU(a){this.a=a}, +FZ:function FZ(a,b){this.a=a +this.b=b}, +FY:function FY(a,b){this.a=a +this.b=b}, +FR:function FR(a,b,c){this.a=a +this.b=b +this.c=c}, +FQ:function FQ(a,b,c){this.a=a +this.b=b +this.c=c}, +FW:function FW(a,b){this.a=a +this.b=b}, +G_:function G_(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +FS:function FS(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +FV:function FV(a,b){this.a=a +this.b=b}, +FX:function FX(a){this.a=a}, +Ga:function Ga(a,b){this.a=a +this.b=b}, +a_g:function a_g(){}, +iJ:function iJ(){}, +Vt:function Vt(){}, +Vu:function Vu(){}, +W5:function W5(){}, +a8n:function a8n(){}, +a88:function a88(){}, +a7I:function a7I(){}, +a7G:function a7G(){}, +a7F:function a7F(){}, +a7H:function a7H(){}, +rW:function rW(){}, +a7n:function a7n(){}, +a7m:function a7m(){}, +a8c:function a8c(){}, +t6:function t6(){}, +a89:function a89(){}, +t3:function t3(){}, +a8d:function a8d(){}, +t7:function t7(){}, +a83:function a83(){}, +t_:function t_(){}, +a84:function a84(){}, +t0:function t0(){}, +a8l:function a8l(){}, +a8k:function a8k(){}, +a81:function a81(){}, +a80:function a80(){}, +a7t:function a7t(){}, +rU:function rU(){}, +a7A:function a7A(){}, +rV:function rV(){}, +a7Y:function a7Y(){}, +a7X:function a7X(){}, +a7r:function a7r(){}, +rT:function rT(){}, +a86:function a86(){}, +t1:function t1(){}, +a7R:function a7R(){}, +rX:function rX(){}, +a7q:function a7q(){}, +rS:function rS(){}, +a87:function a87(){}, +t2:function t2(){}, +a8g:function a8g(){}, +t8:function t8(){}, +a7C:function a7C(){}, +a7B:function a7B(){}, +a7P:function a7P(){}, +a7O:function a7O(){}, +a7p:function a7p(){}, +a7o:function a7o(){}, +a7w:function a7w(){}, +a7v:function a7v(){}, +ma:function ma(){}, +mc:function mc(){}, +a85:function a85(){}, +jp:function jp(){}, +a7N:function a7N(){}, +me:function me(){}, +G0:function G0(){}, +ac0:function ac0(){}, +ac2:function ac2(){}, +md:function md(){}, +a7u:function a7u(){}, +mb:function mb(){}, +a7K:function a7K(){}, +a7J:function a7J(){}, +a7W:function a7W(){}, +af4:function af4(){}, +a7D:function a7D(){}, +mf:function mf(){}, +a7y:function a7y(){}, +a7x:function a7x(){}, +a7Z:function a7Z(){}, +a7s:function a7s(){}, +mg:function mg(){}, +a7T:function a7T(){}, +a7S:function a7S(){}, +a7U:function a7U(){}, +L2:function L2(){}, +oL:function oL(){}, +a8b:function a8b(){}, +t5:function t5(){}, +a8a:function a8a(){}, +t4:function t4(){}, +a8_:function a8_(){}, +rZ:function rZ(){}, +L4:function L4(){}, +L3:function L3(){}, +L1:function L1(){}, +oK:function oK(){}, +zZ:function zZ(){}, +a8i:function a8i(){}, +kv:function kv(){}, +L0:function L0(){}, +aak:function aak(){}, +a7M:function a7M(){}, +rY:function rY(){}, +a8e:function a8e(){}, +a8f:function a8f(){}, +a8m:function a8m(){}, +a8h:function a8h(){}, +a7E:function a7E(){}, +aal:function aal(){}, +a8j:function a8j(){}, +a47:function a47(a){this.a=$ +this.b=a +this.c=null}, +a48:function a48(a){this.a=a}, +a49:function a49(a){this.a=a}, +L7:function L7(a,b){this.a=a +this.b=b}, +jo:function jo(){}, +a0N:function a0N(){}, +a7Q:function a7Q(){}, +a7z:function a7z(){}, +a7L:function a7L(){}, +a7V:function a7V(){}, +ajq:function ajq(a,b){this.a=a +this.b=b}, +ajr:function ajr(){}, +ajs:function ajs(a,b){this.a=a +this.b=b}, +ajt:function ajt(){}, +Vs:function Vs(a){this.a=a}, +xP:function xP(a){this.b=a +this.a=null}, +VJ:function VJ(){}, +VF:function VF(){}, +G4:function G4(a){this.a=a}, +vV:function vV(a,b){this.a=a +this.b=b}, +HI:function HI(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.z=i +_.Q=j +_.ax=k}, +a_X:function a_X(){}, +a_Y:function a_Y(){}, +a_Z:function a_Z(){}, +a0_:function a0_(a){this.a=a}, +a_W:function a_W(){}, +lM:function lM(a,b){this.a=a +this.b=b}, +hY:function hY(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +y8:function y8(a){this.a=a}, +tL:function tL(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Hu:function Hu(a,b,c,d,e,f,g){var _=this +_.a=!1 +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=!1}, +Zo:function Zo(){}, +Zp:function Zp(){}, +Zq:function Zq(){}, +aij:function aij(){}, +aim:function aim(){}, +aj0:function aj0(){}, +aj1:function aj1(a){this.a=a}, +od:function od(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +Y:function Y(a,b){this.a=a +this.b=b}, +afY:function afY(a,b){this.a=a +this.c=b}, +kT:function kT(a,b,c){this.a=a +this.b=b +this.c=c}, +Hb:function Hb(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +YR:function YR(a,b,c){this.a=a +this.b=b +this.c=c}, +a2Q:function a2Q(){this.a=0}, +a2S:function a2S(){}, +a2R:function a2R(){}, +a2U:function a2U(){}, +a2T:function a2T(){}, +L5:function L5(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=null}, +a8q:function a8q(){}, +a8r:function a8r(){}, +a8p:function a8p(a,b,c){this.a=a +this.b=b +this.c=c}, +a8o:function a8o(){}, +lZ:function lZ(a,b,c){this.a=a +this.b=b +this.c=c}, +HO:function HO(a){this.a=a}, +lf:function lf(a,b){var _=this +_.a=null +_.b=a +_.c=b +_.d=!1}, +VK:function VK(a,b,c){this.a=a +this.b=b +this.c=c}, +vi:function vi(a,b){this.a=a +this.b=b}, +FK:function FK(a,b){var _=this +_.b=a +_.c=b +_.d=0 +_.e=-1 +_.f=0 +_.r=!1 +_.a=null}, +vU:function vU(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=_.f=$ +_.w=!1 +_.x=0 +_.y=null +_.z=f}, +VG:function VG(){}, +VH:function VH(a){this.a=a}, +k0:function k0(a,b){this.a=a +this.b=b}, +aiT:function aiT(a){this.a=a}, +aiU:function aiU(a){this.a=a}, +ahZ:function ahZ(a,b){this.a=a +this.b=b}, +HV:function HV(a,b){this.a=a +this.$ti=b}, +a0E:function a0E(a,b){this.a=a +this.b=b}, +a0F:function a0F(a){this.a=a}, +a0D:function a0D(a){this.a=a}, +a0C:function a0C(a){this.a=a}, +iZ:function iZ(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=_.e=null +_.$ti=e}, +eM:function eM(){}, +a3X:function a3X(a){this.c=a}, +a3e:function a3e(a,b){this.a=a +this.b=b}, +qc:function qc(){}, +Kv:function Kv(a,b){this.c=a +this.a=null +this.b=b}, +Gg:function Gg(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +Gj:function Gj(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +Gi:function Gi(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +IT:function IT(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +AQ:function AQ(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +IR:function IR(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +Jv:function Jv(a,b,c){var _=this +_.c=a +_.d=b +_.a=null +_.b=c}, +Jt:function Jt(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.c=f +_.a=null +_.b=g}, +I8:function I8(a){this.a=a}, +a1m:function a1m(a){this.a=a +this.b=$}, +a1n:function a1n(a,b){this.a=a +this.b=b}, +ZH:function ZH(a,b,c){this.a=a +this.b=b +this.c=c}, +ZI:function ZI(a,b,c){this.a=a +this.b=b +this.c=c}, +ZJ:function ZJ(a,b,c){this.a=a +this.b=b +this.c=c}, +W8:function W8(){}, +G3:function G3(a,b){this.b=a +this.c=b +this.a=null}, +VL:function VL(a){this.a=a}, +q3:function q3(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=0 +_.e=c +_.r=!0 +_.w=d +_.x=!1 +_.as=_.Q=_.z=_.y=null +_.at=e +_.a=_.CW=_.ch=_.ax=null}, +q4:function q4(a){this.b=a +this.a=this.c=null}, +vX:function vX(a,b){var _=this +_.b=a +_.c=b +_.d=!1 +_.a=_.e=null}, +na:function na(){this.c=this.b=this.a=null}, +a4f:function a4f(a,b){this.a=a +this.b=b}, +q5:function q5(){}, +G1:function G1(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=null}, +L6:function L6(a,b,c){this.a=a +this.b=b +this.c=c}, +a9b:function a9b(a,b,c){this.a=a +this.b=b +this.c=c}, +dV:function dV(){}, +fx:function fx(){}, +t9:function t9(a,b,c){var _=this +_.a=1 +_.b=a +_.d=_.c=null +_.e=b +_.f=!1 +_.$ti=c}, +Ak:function Ak(a,b){this.a=a +this.b=b}, +dp:function dp(a){var _=this +_.a=null +_.b=!0 +_.c=!1 +_.w=_.r=_.f=_.e=_.d=null +_.x=a +_.y=null +_.Q=_.z=-1 +_.as=!1 +_.ax=_.at=null +_.ay=-1}, +a97:function a97(a){this.a=a}, +vZ:function vZ(a,b){this.a=a +this.b=b +this.c=!1}, +kB:function kB(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +G5:function G5(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +w_:function w_(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.dx=_.db=$}, +VO:function VO(a){this.a=a}, +vY:function vY(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +vW:function vW(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null +_.e=0 +_.f=!1 +_.Q=_.z=_.y=_.x=_.w=_.r=0 +_.as=null}, +G2:function G2(a){this.a=a}, +VM:function VM(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=0 +_.e=d +_.f=e}, +ac1:function ac1(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +mD:function mD(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +pm:function pm(a,b){this.a=a +this.b=b}, +ai3:function ai3(a){this.a=a}, +FC:function FC(a){this.a=a}, +Gl:function Gl(a,b){this.a=a +this.b=b}, +W1:function W1(a,b){this.a=a +this.b=b}, +W2:function W2(a,b){this.a=a +this.b=b}, +W_:function W_(a){this.a=a}, +W0:function W0(a,b){this.a=a +this.b=b}, +VZ:function VZ(a){this.a=a}, +Gk:function Gk(){}, +VY:function VY(){}, +H5:function H5(){}, +YM:function YM(){}, +dw:function dw(a){this.a=a}, +a0O:function a0O(){}, +Hm:function Hm(a){var _=this +_.z=_.y=_.x=_.w=_.r=_.f=_.e=_.d=_.c=_.b=_.a=null +_.Q=a}, +Zd:function Zd(a,b,c){this.a=a +this.b=b +this.c=c}, +Ze:function Ze(a){this.a=a}, +Zf:function Zf(a){this.a=a}, +Yl:function Yl(){}, +KD:function KD(a,b){this.a=a +this.b=b}, +oA:function oA(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +QL:function QL(a,b){this.a=a +this.b=b}, +a6_:function a6_(){}, +ajy:function ajy(){}, +ajx:function ajx(){}, +fu:function fu(a){this.a=a}, +Gv:function Gv(a){this.b=this.a=null +this.$ti=a}, +tZ:function tZ(a,b,c){this.a=a +this.b=b +this.$ti=c}, +a79:function a79(){this.a=$}, +Y9:function Y9(){this.a=$}, +jM:function jM(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=null +_.c=b +_.d=c +_.e=null +_.f=d +_.r=e +_.w=f +_.x=0 +_.y=g +_.Q=_.z=null +_.ax=_.at=_.as=!1 +_.ay=h +_.ch=i}, +bU:function bU(a){this.b=a}, +a91:function a91(a){this.a=a}, +u4:function u4(){}, +yD:function yD(a,b,c,d,e,f){var _=this +_.CW=a +_.cx=b +_.cr$=c +_.x=d +_.a=e +_.b=-1 +_.c=f +_.w=_.r=_.f=_.e=_.d=null}, +Jn:function Jn(a,b,c,d,e,f){var _=this +_.CW=a +_.cx=b +_.cr$=c +_.x=d +_.a=e +_.b=-1 +_.c=f +_.w=_.r=_.f=_.e=_.d=null}, +yG:function yG(a,b,c,d,e,f,g,h,i,j){var _=this +_.CW=a +_.cx=b +_.cy=c +_.db=d +_.dx=e +_.dy=f +_.fx=_.fr=null +_.cr$=g +_.x=h +_.a=i +_.b=-1 +_.c=j +_.w=_.r=_.f=_.e=_.d=null}, +yC:function yC(a,b,c,d,e){var _=this +_.CW=a +_.cx=b +_.cy=null +_.x=c +_.a=d +_.b=-1 +_.c=e +_.w=_.r=_.f=_.e=_.d=null}, +a99:function a99(a,b,c){this.a=a +this.b=b +this.c=c}, +a98:function a98(a,b){this.a=a +this.b=b}, +Xy:function Xy(a,b,c,d){var _=this +_.a=a +_.Nd$=b +_.qt$=c +_.ju$=d}, +yE:function yE(a,b,c,d,e){var _=this +_.CW=a +_.cx=b +_.cy=null +_.x=c +_.a=d +_.b=-1 +_.c=e +_.w=_.r=_.f=_.e=_.d=null}, +yF:function yF(a,b,c,d,e){var _=this +_.CW=a +_.cx=b +_.cy=null +_.x=c +_.a=d +_.b=-1 +_.c=e +_.w=_.r=_.f=_.e=_.d=null}, +aO:function aO(a){this.a=a +this.b=!1}, +aQ:function aQ(){var _=this +_.e=_.d=_.c=_.b=_.a=null +_.f=!0 +_.z=_.y=_.x=_.w=_.r=null}, +f_:function f_(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +a4c:function a4c(){var _=this +_.d=_.c=_.b=_.a=0}, +W9:function W9(){var _=this +_.d=_.c=_.b=_.a=0}, +Na:function Na(){this.b=this.a=null}, +Wn:function Wn(){var _=this +_.d=_.c=_.b=_.a=0}, +tl:function tl(a,b){var _=this +_.a=a +_.b=b +_.d=0 +_.f=_.e=-1}, +a3o:function a3o(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=0 +_.f=-1 +_.Q=_.z=_.y=_.x=_.w=_.r=0}, +rj:function rj(a,b){var _=this +_.b=_.a=null +_.e=_.d=_.c=0 +_.f=a +_.r=b +_.x=_.w=0 +_.y=null +_.z=0 +_.as=_.Q=!0 +_.ch=_.ay=_.ax=_.at=!1 +_.CW=-1 +_.cx=0}, +oh:function oh(a){var _=this +_.a=a +_.b=-1 +_.e=_.d=_.c=0}, +kn:function kn(){this.b=this.a=null}, +a82:function a82(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a3p:function a3p(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=0 +_.f=d}, +lQ:function lQ(a,b){this.a=a +this.b=b}, +Jq:function Jq(a,b,c,d,e,f,g){var _=this +_.ch=null +_.CW=a +_.cx=b +_.cy=c +_.db=d +_.dy=1 +_.fr=!1 +_.fx=e +_.id=_.go=_.fy=null +_.a=f +_.b=-1 +_.c=g +_.w=_.r=_.f=_.e=_.d=null}, +a3t:function a3t(a){this.a=a}, +a4z:function a4z(a,b,c){var _=this +_.a=a +_.b=null +_.c=b +_.d=c +_.f=_.e=!1 +_.r=1}, +cO:function cO(){}, +ww:function ww(){}, +yw:function yw(){}, +Jc:function Jc(){}, +Jg:function Jg(a,b){this.a=a +this.b=b}, +Je:function Je(a,b){this.a=a +this.b=b}, +Jd:function Jd(a){this.a=a}, +Jf:function Jf(a){this.a=a}, +J2:function J2(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.a=!1 +_.b=c +_.c=d +_.d=e +_.e=f}, +J1:function J1(a,b,c,d,e){var _=this +_.f=a +_.a=!1 +_.b=b +_.c=c +_.d=d +_.e=e}, +J0:function J0(a,b,c,d,e){var _=this +_.f=a +_.a=!1 +_.b=b +_.c=c +_.d=d +_.e=e}, +J6:function J6(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.a=!1 +_.b=d +_.c=e +_.d=f +_.e=g}, +Ja:function Ja(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.a=!1 +_.b=c +_.c=d +_.d=e +_.e=f}, +J9:function J9(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.a=!1 +_.b=c +_.c=d +_.d=e +_.e=f}, +J4:function J4(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.x=null +_.a=!1 +_.b=d +_.c=e +_.d=f +_.e=g}, +J3:function J3(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.a=!1 +_.b=d +_.c=e +_.d=f +_.e=g}, +J8:function J8(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.a=!1 +_.b=c +_.c=d +_.d=e +_.e=f}, +Jb:function Jb(a,b,c,d,e,f,g,h){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.a=!1 +_.b=e +_.c=f +_.d=g +_.e=h}, +J5:function J5(a,b,c,d,e,f,g,h){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.a=!1 +_.b=e +_.c=f +_.d=g +_.e=h}, +J7:function J7(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.a=!1 +_.b=c +_.c=d +_.d=e +_.e=f}, +afg:function afg(a,b,c,d){var _=this +_.a=a +_.b=!1 +_.d=_.c=17976931348623157e292 +_.f=_.e=-17976931348623157e292 +_.r=b +_.w=c +_.x=!0 +_.y=d +_.z=!1 +_.ax=_.at=_.as=_.Q=0}, +a5t:function a5t(){var _=this +_.d=_.c=_.b=_.a=!1}, +ahm:function ahm(){}, +tm:function tm(a){this.a=a}, +yH:function yH(a,b,c){var _=this +_.CW=null +_.x=a +_.a=b +_.b=-1 +_.c=c +_.w=_.r=_.f=_.e=_.d=null}, +a92:function a92(a){this.a=a}, +a94:function a94(a){this.a=a}, +a95:function a95(a){this.a=a}, +a2N:function a2N(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a2O:function a2O(){}, +wC:function wC(){}, +a_f:function a_f(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +KU:function KU(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.e=null +_.w=_.r=_.f=0 +_.y=c +_.z=d +_.Q=null +_.as=e}, +zU:function zU(a,b){this.b=a +this.c=b +this.d=1}, +oG:function oG(a,b,c){this.a=a +this.b=b +this.c=c}, +aiM:function aiM(){}, +lS:function lS(a,b){this.a=a +this.b=b}, +d7:function d7(){}, +Jp:function Jp(){}, +dy:function dy(){}, +a3s:function a3s(){}, +mF:function mF(a,b,c){this.a=a +this.b=b +this.c=c}, +a3Y:function a3Y(){}, +yI:function yI(a,b,c,d){var _=this +_.CW=a +_.cy=_.cx=null +_.x=b +_.a=c +_.b=-1 +_.c=d +_.w=_.r=_.f=_.e=_.d=null}, +HH:function HH(){}, +a_U:function a_U(a,b,c){this.a=a +this.b=b +this.c=c}, +a_V:function a_V(a,b){this.a=a +this.b=b}, +a_S:function a_S(a,b,c){this.a=a +this.b=b +this.c=c}, +a_T:function a_T(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +HG:function HG(a){this.a=a}, +zY:function zY(a){this.a=a}, +x2:function x2(a,b,c){var _=this +_.a=a +_.c=_.b=!1 +_.d=b +_.e=c}, +lk:function lk(a,b){this.a=a +this.b=b}, +aja:function aja(){}, +ajb:function ajb(){}, +ajc:function ajc(a){this.a=a}, +aj9:function aj9(a){this.a=a}, +ahE:function ahE(){}, +ahF:function ahF(){}, +Z6:function Z6(){}, +nQ:function nQ(){}, +nt:function nt(){}, +oz:function oz(){}, +ns:function ns(){}, +hi:function hi(){}, +a10:function a10(a,b){var _=this +_.a=a +_.c=_.b=null +_.d=0 +_.e=b}, +a11:function a11(a){this.a=a}, +a12:function a12(a){this.a=a}, +a13:function a13(a){this.a=a}, +a1k:function a1k(a,b,c){this.a=a +this.b=b +this.c=c}, +a1l:function a1l(a){this.a=a}, +ai6:function ai6(){}, +ai7:function ai7(){}, +ai8:function ai8(){}, +ai9:function ai9(){}, +aia:function aia(){}, +aib:function aib(){}, +aic:function aic(){}, +aid:function aid(){}, +I6:function I6(a){this.b=$ +this.c=a}, +a14:function a14(a){this.a=a}, +a15:function a15(a){this.a=a}, +a16:function a16(a){this.a=a}, +a17:function a17(a){this.a=a}, +jW:function jW(a){this.a=a}, +a18:function a18(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=!1 +_.e=c +_.f=d}, +a1e:function a1e(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a1f:function a1f(a){this.a=a}, +a1g:function a1g(a,b,c){this.a=a +this.b=b +this.c=c}, +a1h:function a1h(a,b){this.a=a +this.b=b}, +a1a:function a1a(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a1b:function a1b(a,b,c){this.a=a +this.b=b +this.c=c}, +a1c:function a1c(a,b){this.a=a +this.b=b}, +a1d:function a1d(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a19:function a19(a,b,c){this.a=a +this.b=b +this.c=c}, +a1i:function a1i(a,b){this.a=a +this.b=b}, +a2g:function a2g(){}, +V2:function V2(){}, +y6:function y6(a){var _=this +_.d=a +_.a=_.e=$ +_.c=_.b=!1}, +a2q:function a2q(){}, +zX:function zX(a,b){var _=this +_.d=a +_.e=b +_.f=null +_.a=$ +_.c=_.b=!1}, +a7k:function a7k(){}, +a7l:function a7l(){}, +nY:function nY(){}, +aax:function aax(){}, +a_j:function a_j(){}, +a_l:function a_l(a,b){this.a=a +this.b=b}, +a_k:function a_k(a,b){this.a=a +this.b=b}, +Wv:function Wv(a){this.a=a}, +a3F:function a3F(){}, +Vd:function Vd(){}, +H0:function H0(){this.a=null +this.b=$ +this.c=!1}, +H_:function H_(a){this.a=!1 +this.b=a}, +Yp:function Yp(a,b,c,d){var _=this +_.a=a +_.d=b +_.e=c +_.go=_.fy=_.fx=_.dy=_.cy=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=_.y=_.x=_.w=_.r=_.f=null +_.id=d +_.R8=_.p4=_.p3=_.p2=_.p1=_.k3=_.k2=_.k1=null +_.RG=$}, +YB:function YB(a,b,c){this.a=a +this.b=b +this.c=c}, +YA:function YA(a,b){this.a=a +this.b=b}, +Yu:function Yu(a,b){this.a=a +this.b=b}, +Yv:function Yv(a,b){this.a=a +this.b=b}, +Yw:function Yw(a,b){this.a=a +this.b=b}, +Yx:function Yx(a,b){this.a=a +this.b=b}, +Yy:function Yy(){}, +Yz:function Yz(a,b){this.a=a +this.b=b}, +Ys:function Ys(a){this.a=a}, +Yt:function Yt(a){this.a=a}, +Yq:function Yq(a){this.a=a}, +Yr:function Yr(a){this.a=a}, +YC:function YC(a,b){this.a=a +this.b=b}, +aje:function aje(a,b,c){this.a=a +this.b=b +this.c=c}, +ajf:function ajf(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a3H:function a3H(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a3I:function a3I(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a3J:function a3J(a,b){this.b=a +this.c=b}, +JB:function JB(a,b){this.a=a +this.c=b +this.d=$}, +a3V:function a3V(){}, +abl:function abl(){}, +abm:function abm(a,b,c){this.a=a +this.b=b +this.c=c}, +Sq:function Sq(){}, +ahn:function ahn(a){this.a=a}, +kU:function kU(a,b){this.a=a +this.b=b}, +p8:function p8(){this.a=0}, +afj:function afj(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.c=d}, +afl:function afl(){}, +afk:function afk(a){this.a=a}, +afm:function afm(a){this.a=a}, +afn:function afn(a){this.a=a}, +afo:function afo(a){this.a=a}, +afp:function afp(a){this.a=a}, +afq:function afq(a){this.a=a}, +ah0:function ah0(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.c=d}, +ah1:function ah1(a){this.a=a}, +ah2:function ah2(a){this.a=a}, +ah3:function ah3(a){this.a=a}, +ah4:function ah4(a){this.a=a}, +ah5:function ah5(a){this.a=a}, +aeZ:function aeZ(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.c=d}, +af_:function af_(a){this.a=a}, +af0:function af0(a){this.a=a}, +af1:function af1(a){this.a=a}, +af2:function af2(a){this.a=a}, +af3:function af3(a){this.a=a}, +uC:function uC(a,b){this.a=null +this.b=a +this.c=b}, +a3N:function a3N(a){this.a=a +this.b=0}, +a3O:function a3O(a,b){this.a=a +this.b=b}, +al2:function al2(){}, +a0T:function a0T(){}, +qM:function qM(){}, +a0f:function a0f(){}, +qh:function qh(){}, +WA:function WA(){}, +aaE:function aaE(){}, +a0p:function a0p(){}, +a0o:function a0o(){}, +HC:function HC(a){this.a=a}, +HB:function HB(a){var _=this +_.a=a +_.fx=_.fr=_.dy=_.CW=_.ch=_.ay=_.ax=_.w=_.r=_.f=_.e=_.d=_.c=null}, +akW:function akW(a,b){var _=this +_.b=_.a=null +_.c=a +_.d=b}, +U9:function U9(){this.c=this.a=null}, +Ua:function Ua(a){this.a=a}, +Ub:function Ub(a){this.a=a}, +tR:function tR(a,b){this.a=a +this.b=b}, +q2:function q2(a,b){this.c=a +this.b=b}, +qN:function qN(a){this.c=null +this.b=a}, +qQ:function qQ(a,b){var _=this +_.c=a +_.d=1 +_.e=null +_.f=!1 +_.b=b}, +a0t:function a0t(a,b){this.a=a +this.b=b}, +a0u:function a0u(a){this.a=a}, +r3:function r3(a){this.c=null +this.b=a}, +r5:function r5(a){this.b=a}, +rI:function rI(a){var _=this +_.d=_.c=null +_.e=0 +_.b=a}, +a6D:function a6D(a){this.a=a}, +a6E:function a6E(a){this.a=a}, +a6F:function a6F(a){this.a=a}, +a75:function a75(a){this.a=a}, +KS:function KS(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 +_.a=a +_.b=b +_.c=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.as=j +_.at=k +_.ax=l +_.ay=m +_.ch=n +_.CW=o +_.cx=p +_.cy=q +_.db=r +_.dx=s +_.dy=a0 +_.fr=a1 +_.fx=a2 +_.fy=a3 +_.go=a4 +_.id=a5 +_.k1=a6 +_.k2=a7 +_.k4=a8}, +hl:function hl(a,b){this.a=a +this.b=b}, +ain:function ain(){}, +aio:function aio(){}, +aip:function aip(){}, +aiq:function aiq(){}, +air:function air(){}, +ais:function ais(){}, +ait:function ait(){}, +aiu:function aiu(){}, +fD:function fD(){}, +cF:function cF(a,b,c,d){var _=this +_.a=0 +_.fy=_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=_.y=_.x=_.w=_.r=_.f=_.e=_.d=_.c=_.b=null +_.go=a +_.id=b +_.k1=c +_.k2=-1 +_.k4=_.k3=null +_.ok=d +_.p2=_.p1=0 +_.p3=null}, +F0:function F0(a,b){this.a=a +this.b=b}, +ls:function ls(a,b){this.a=a +this.b=b}, +YD:function YD(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null +_.f=e +_.r=f +_.w=!1 +_.y=g +_.z=null +_.Q=h}, +YE:function YE(a){this.a=a}, +YG:function YG(){}, +YF:function YF(a){this.a=a}, +qp:function qp(a,b){this.a=a +this.b=b}, +a6V:function a6V(a){this.a=a}, +a6R:function a6R(){}, +WM:function WM(){this.a=null}, +WN:function WN(a){this.a=a}, +a2a:function a2a(){var _=this +_.b=_.a=null +_.c=0 +_.d=!1}, +a2c:function a2c(a){this.a=a}, +a2b:function a2b(a){this.a=a}, +tr:function tr(a){this.c=null +this.b=a}, +a9m:function a9m(a){this.a=a}, +a74:function a74(a,b){var _=this +_.ax=_.at=_.as=null +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1}, +ty:function ty(a){this.c=$ +this.d=!1 +this.b=a}, +a9r:function a9r(a){this.a=a}, +a9s:function a9s(a){this.a=a}, +a9t:function a9t(a,b){this.a=a +this.b=b}, +a9u:function a9u(a){this.a=a}, +jJ:function jJ(){}, +OE:function OE(){}, +M7:function M7(a,b){this.a=a +this.b=b}, +he:function he(a,b){this.a=a +this.b=b}, +a0I:function a0I(){}, +a0K:function a0K(){}, +a8M:function a8M(){}, +a8P:function a8P(a,b){this.a=a +this.b=b}, +a8Q:function a8Q(){}, +aaI:function aaI(a,b,c){var _=this +_.a=!1 +_.b=a +_.c=b +_.d=c}, +JW:function JW(a){this.a=a +this.b=0}, +a96:function a96(a,b){this.a=a +this.b=b}, +FD:function FD(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=d +_.f=!1 +_.r=null +_.x=_.w=$ +_.y=null}, +nr:function nr(a,b,c){this.a=a +this.b=b +this.c=c}, +rk:function rk(a,b,c,d,e){var _=this +_.r=a +_.a=b +_.b=c +_.c=d +_.d=e}, +tk:function tk(){}, +FI:function FI(a,b){this.b=a +this.c=b +this.a=null}, +Kw:function Kw(a){this.b=a +this.a=null}, +Vv:function Vv(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=0 +_.r=f +_.w=!0}, +Zn:function Zn(){this.b=this.a=null}, +Hv:function Hv(a){this.a=a}, +Zr:function Zr(a){this.a=a}, +Zs:function Zs(a){this.a=a}, +Q_:function Q_(a){this.a=a}, +afr:function afr(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +afs:function afs(a){this.a=a}, +a9R:function a9R(a,b,c){var _=this +_.a=a +_.b=b +_.c=-1 +_.d=0 +_.e=null +_.r=_.f=0 +_.x=_.w=-1 +_.y=!1 +_.z=c}, +rq:function rq(){}, +oi:function oi(a,b,c,d,e){var _=this +_.r=a +_.a=b +_.b=c +_.d=_.c=$ +_.e=d +_.f=e}, +ff:function ff(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=!1 +_.Q=e +_.as=f +_.at=g +_.a=h +_.b=i +_.d=_.c=$ +_.e=j +_.f=k}, +xy:function xy(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a1p:function a1p(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.as=_.Q=_.z=_.y=0 +_.at=!1 +_.ax=0 +_.ch=_.ay=$ +_.cx=_.CW=0 +_.cy=null}, +a8E:function a8E(a,b){var _=this +_.a=a +_.b=b +_.c="" +_.e=_.d=null}, +be:function be(a,b){this.a=a +this.b=b}, +o0:function o0(a,b){this.a=a +this.b=b}, +dx:function dx(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +KA:function KA(a){this.a=a}, +a9S:function a9S(a){this.a=a}, +qq:function qq(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p}, +wD:function wD(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.z=j +_.Q=k}, +wF:function wF(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=null +_.dy=$}, +wE:function wE(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +a3i:function a3i(){}, +Au:function Au(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=$}, +a9n:function a9n(a){this.a=a +this.b=null}, +LQ:function LQ(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=$ +_.e=c +_.r=_.f=$}, +ln:function ln(a,b,c){this.a=a +this.b=b +this.c=c}, +tV:function tV(a,b){this.a=a +this.b=b}, +c9:function c9(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +kH:function kH(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +cI:function cI(a,b){this.a=a +this.b=b}, +O8:function O8(a){this.a=a}, +V1:function V1(a){this.a=a}, +Yo:function Yo(){}, +a2K:function a2K(){}, +a9K:function a9K(){}, +a2V:function a2V(){}, +Wz:function Wz(){}, +a3v:function a3v(){}, +Yg:function Yg(){}, +aau:function aau(){}, +a2t:function a2t(){}, +oS:function oS(a,b){this.a=a +this.b=b}, +Ar:function Ar(a){this.a=a}, +Yh:function Yh(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Yk:function Yk(){}, +Yi:function Yi(a,b){this.a=a +this.b=b}, +Yj:function Yj(a,b,c){this.a=a +this.b=b +this.c=c}, +Fe:function Fe(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=c +_.e=d}, +tx:function tx(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +qn:function qn(a,b,c){this.a=a +this.b=b +this.c=c}, +a0z:function a0z(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +HD:function HD(a,b){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1}, +a5Z:function a5Z(a,b){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1}, +wf:function wf(){}, +WC:function WC(a){this.a=a}, +WD:function WD(){}, +WE:function WE(){}, +WF:function WF(){}, +a05:function a05(a,b){var _=this +_.fx=null +_.fy=!0 +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1}, +a08:function a08(a){this.a=a}, +a09:function a09(a,b){this.a=a +this.b=b}, +a06:function a06(a){this.a=a}, +a07:function a07(a){this.a=a}, +Uk:function Uk(a,b){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1}, +Ul:function Ul(a){this.a=a}, +YZ:function YZ(a,b){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1}, +Z0:function Z0(a){this.a=a}, +Z1:function Z1(a){this.a=a}, +Z_:function Z_(a){this.a=a}, +a9w:function a9w(){}, +a9E:function a9E(a,b){this.a=a +this.b=b}, +a9L:function a9L(){}, +a9G:function a9G(a){this.a=a}, +a9J:function a9J(){}, +a9F:function a9F(a){this.a=a}, +a9I:function a9I(a){this.a=a}, +a9v:function a9v(){}, +a9B:function a9B(){}, +a9H:function a9H(){}, +a9D:function a9D(){}, +a9C:function a9C(){}, +a9A:function a9A(a){this.a=a}, +ajw:function ajw(){}, +a9o:function a9o(a){this.a=a}, +a9p:function a9p(a){this.a=a}, +a02:function a02(){var _=this +_.a=$ +_.b=null +_.c=!1 +_.d=null +_.f=$}, +a04:function a04(a){this.a=a}, +a03:function a03(a){this.a=a}, +Y7:function Y7(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +XJ:function XJ(a,b,c){this.a=a +this.b=b +this.c=c}, +tG:function tG(a,b){this.a=a +this.b=b}, +aiH:function aiH(){}, +bJ:function bJ(a){this.a=a}, +aaC:function aaC(a){this.a=a}, +GZ:function GZ(){}, +Ym:function Ym(a){this.a=a}, +Yn:function Yn(a,b){this.a=a +this.b=b}, +H1:function H1(a,b,c,d){var _=this +_.w=null +_.a=a +_.b=b +_.c=null +_.d=c +_.e=d +_.f=null}, +Mm:function Mm(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +NM:function NM(){}, +PB:function PB(){}, +PC:function PC(){}, +CF:function CF(){}, +SO:function SO(){}, +ST:function ST(){}, +akG:function akG(){}, +n6(a,b,c){if(b.j("V<0>").b(a))return new A.By(a,b.j("@<0>").ai(c).j("By<1,2>")) +return new A.n5(a,b.j("@<0>").ai(c).j("n5<1,2>"))}, +apL(a){return new A.j1("Field '"+a+"' has been assigned during initialization.")}, +apM(a){return new A.j1("Field '"+a+"' has not been initialized.")}, +e4(a){return new A.j1("Local '"+a+"' has not been initialized.")}, +k7(a){return new A.j1("Local '"+a+"' has already been initialized.")}, +aAt(a){return new A.fq(a)}, +aj4(a){var s,r=a^48 +if(r<=9)return r +s=a|32 +if(97<=s&&s<=102)return s-87 +return-1}, +aIB(a,b){var s=A.aj4(B.b.al(a,b)),r=A.aj4(B.b.al(a,b+1)) +return s*16+r-(r&256)}, +v(a,b){a=a+b&536870911 +a=a+((a&524287)<<10)&536870911 +return a^a>>>6}, +dC(a){a=a+((a&67108863)<<3)&536870911 +a^=a>>>11 +return a+((a&16383)<<15)&536870911}, +arb(a,b,c){return A.dC(A.v(A.v(c,a),b))}, +aDS(a,b,c,d,e){return A.dC(A.v(A.v(A.v(A.v(e,a),b),c),d))}, +eG(a,b,c){return a}, +eS(a,b,c,d){A.d0(b,"start") +if(c!=null){A.d0(c,"end") +if(b>c)A.K(A.bt(b,0,c,"start",null))}return new A.fI(a,b,c,d.j("fI<0>"))}, +ka(a,b,c,d){if(t.Ee.b(a))return new A.nm(a,b,c.j("@<0>").ai(d).j("nm<1,2>")) +return new A.d5(a,b,c.j("@<0>").ai(d).j("d5<1,2>"))}, +a9f(a,b,c){var s="takeCount" +A.fU(b,s) +A.d0(b,s) +if(t.Ee.b(a))return new A.wz(a,b,c.j("wz<0>")) +return new A.oR(a,b,c.j("oR<0>"))}, +a8s(a,b,c){var s="count" +if(t.Ee.b(a)){A.fU(b,s) +A.d0(b,s) +return new A.qo(a,b,c.j("qo<0>"))}A.fU(b,s) +A.d0(b,s) +return new A.kw(a,b,c.j("kw<0>"))}, +aBp(a,b,c){return new A.nA(a,b,c.j("nA<0>"))}, +bB(){return new A.kz("No element")}, +apF(){return new A.kz("Too many elements")}, +apE(){return new A.kz("Too few elements")}, +ar2(a,b){A.Lj(a,0,J.bQ(a)-1,b)}, +Lj(a,b,c,d){if(c-b<=32)A.Ll(a,b,c,d) +else A.Lk(a,b,c,d)}, +Ll(a,b,c,d){var s,r,q,p,o +for(s=b+1,r=J.ay(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.n(a,p,r.h(a,o)) +p=o}r.n(a,p,q)}}, +Lk(a3,a4,a5,a6){var s,r,q,p,o,n,m,l,k,j,i=B.f.bC(a5-a4+1,6),h=a4+i,g=a5-i,f=B.f.bC(a4+a5,2),e=f-i,d=f+i,c=J.ay(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.n(a3,h,b) +c.n(a3,f,a0) +c.n(a3,g,a2) +c.n(a3,e,c.h(a3,a4)) +c.n(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.n(a3,p,c.h(a3,r)) +c.n(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.n(a3,p,c.h(a3,r)) +l=r+1 +c.n(a3,r,c.h(a3,q)) +c.n(a3,q,o) +q=m +r=l +break}else{c.n(a3,p,c.h(a3,q)) +c.n(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.n(a3,p,c.h(a3,r)) +c.n(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.n(a3,p,c.h(a3,r)) +c.n(a3,r,o)}++r}else if(a6.$2(o,a1)===0)for(;!0;)if(a6.$2(c.h(a3,q),a1)===0){--q +if(q")),!0,b),n=o.length,m=0 +while(!0){if(!(m").ai(c).j("ba<1,2>"))}return new A.nf(A.apO(a,b,c),b.j("@<0>").ai(c).j("nf<1,2>"))}, +akj(){throw A.c(A.R("Cannot modify unmodifiable Map"))}, +aBA(a){if(typeof a=="number")return B.e.gv(a) +if(t.if.b(a))return a.gv(a) +if(t.n.b(a))return A.e7(a) +return A.mM(a)}, +aBB(a){return new A.ZV(a)}, +auq(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +atU(a,b){var s +if(b!=null){s=b.x +if(s!=null)return s}return t.dC.b(a)}, +e(a){var s +if(typeof a=="string")return a +if(typeof a=="number"){if(a!==0)return""+a}else if(!0===a)return"true" +else if(!1===a)return"false" +else if(a==null)return"null" +s=J.bY(a) +return s}, +e7(a){var s,r=$.aqr +if(r==null)r=$.aqr=Symbol("identityHashCode") +s=a[r] +if(s==null){s=Math.random()*0x3fffffff|0 +a[r]=s}return s}, +aqu(a,b){var s,r,q,p,o,n=null,m=/^\s*[+-]?((0x[a-f0-9]+)|(\d+)|([a-z0-9]+))\s*$/i.exec(a) +if(m==null)return n +s=m[3] +if(b==null){if(s!=null)return parseInt(a,10) +if(m[2]!=null)return parseInt(a,16) +return n}if(b<2||b>36)throw A.c(A.bt(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)}, +aqt(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.b.jN(a) +if(r==="NaN"||r==="+NaN"||r==="-NaN")return s +return null}return s}, +a45(a){return A.aCQ(a)}, +aCQ(a){var s,r,q,p,o +if(a instanceof A.D)return A.dK(A.aV(a),null) +s=J.iz(a) +if(s===B.BX||s===B.C8||t.kk.b(a)){r=B.mh(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.dK(A.aV(a),null)}, +aCT(){return Date.now()}, +aCV(){var s,r +if($.a46!==0)return +$.a46=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 +$.a46=1e6 +$.JJ=new A.a44(r)}, +aCS(){if(!!self.location)return self.location.href +return null}, +aqq(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.aCW(a)}return A.aqq(a)}, +aCX(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.bt(a,0,1114111,null,null))}, +aCU(a){var s=A.dR(a),r=/\((.*)\)/.exec(s.toString()) +if(r!=null)return r[1] +r=/^[A-Z,a-z]{3}\s[A-Z,a-z]{3}\s\d+\s\d{2}:\d{2}:\d{2}\s([A-Z]{3,5})\s\d{4}$/.exec(s.toString()) +if(r!=null)return r[1] +r=/(?:GMT|UTC)[+-]\d{4}/.exec(s.toString()) +if(r!=null)return r[0] +return""}, +aqw(a,b,c,d,e,f,g,h){var s,r=b-1 +if(0<=a&&a<100){a+=400 +r-=4800}s=new Date(a,r,c,d,e,f,g).valueOf() +if(isNaN(s)||s<-864e13||s>864e13)return null +return s}, +dR(a){if(a.date===void 0)a.date=new Date(a.a) +return a.date}, +yP(a){return a.b?A.dR(a).getUTCFullYear()+0:A.dR(a).getFullYear()+0}, +yO(a){return a.b?A.dR(a).getUTCMonth()+1:A.dR(a).getMonth()+1}, +JG(a){return a.b?A.dR(a).getUTCDate()+0:A.dR(a).getDate()+0}, +or(a){return a.b?A.dR(a).getUTCHours()+0:A.dR(a).getHours()+0}, +JH(a){return a.b?A.dR(a).getUTCMinutes()+0:A.dR(a).getMinutes()+0}, +JI(a){return a.b?A.dR(a).getUTCSeconds()+0:A.dR(a).getSeconds()+0}, +a43(a){return a.b?A.dR(a).getUTCMilliseconds()+0:A.dR(a).getMilliseconds()+0}, +aqs(a){return B.f.bE((a.b?A.dR(a).getUTCDay()+0:A.dR(a).getDay()+0)+6,7)+1}, +lW(a,b,c){var s,r,q={} +q.a=0 +s=[] +r=[] +q.a=b.length +B.c.P(s,b) +q.b="" +if(c!=null&&c.a!==0)c.Y(0,new A.a42(q,r,s)) +return J.azg(a,new A.a0H(B.Nd,0,s,r,0))}, +aCR(a,b,c){var s,r,q +if(Array.isArray(b))s=c==null||c.a===0 +else s=!1 +if(s){r=b.length +if(r===0){if(!!a.$0)return a.$0()}else if(r===1){if(!!a.$1)return a.$1(b[0])}else if(r===2){if(!!a.$2)return a.$2(b[0],b[1])}else if(r===3){if(!!a.$3)return a.$3(b[0],b[1],b[2])}else if(r===4){if(!!a.$4)return a.$4(b[0],b[1],b[2],b[3])}else if(r===5)if(!!a.$5)return a.$5(b[0],b[1],b[2],b[3],b[4]) +q=a[""+"$"+r] +if(q!=null)return q.apply(a,b)}return A.aCP(a,b,c)}, +aCP(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=Array.isArray(b)?b:A.ap(b,!0,t.z),f=g.length,e=a.$R +if(fn)return A.lW(a,g,null) +if(fe)return A.lW(a,g,c) +if(g===b)g=A.ap(g,!0,t.z) +l=Object.keys(q) +if(c==null)for(r=l.length,k=0;k=s)return A.bZ(b,a,r,null,s) +return A.a4e(b,r)}, +aHO(a,b,c){if(a<0||a>c)return A.bt(a,0,c,"start",null) +if(b!=null)if(bc)return A.bt(b,a,c,"end",null) +return new A.fS(!0,b,"end",null)}, +l5(a){return new A.fS(!0,a,null,null)}, +dc(a){return a}, +c(a){var s,r +if(a==null)a=new A.IL() +s=new Error() +s.dartException=a +r=A.aJ3 +if("defineProperty" in Object){Object.defineProperty(s,"message",{get:r}) +s.name=""}else s.toString=r +return s}, +aJ3(){return J.bY(this.dartException)}, +K(a){throw A.c(a)}, +G(a){throw A.c(A.bw(a))}, +kG(a){var s,r,q,p,o,n +a=A.amy(a.replace(String({}),"$receiver$")) +s=a.match(/\\\$[a-zA-Z]+\\\$/g) +if(s==null)s=A.b([],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.aai(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)}, +aaj(a){return function($expr$){var $argumentsExpr$="$arguments$" +try{$expr$.$method$($argumentsExpr$)}catch(s){return s.message}}(a)}, +art(a){return function($expr$){try{$expr$.$method$}catch(s){return s.message}}(a)}, +akH(a,b){var s=b==null,r=s?null:b.method +return new A.I_(a,r,s?null:b.receiver)}, +a9(a){if(a==null)return new A.IM(a) +if(a instanceof A.wI)return A.mN(a,a.a) +if(typeof a!=="object")return a +if("dartException" in a)return A.mN(a,a.dartException) +return A.aH4(a)}, +mN(a,b){if(t.Lt.b(b))if(b.$thrownJsError==null)b.$thrownJsError=a +return b}, +aH4(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.f.ha(r,16)&8191)===10)switch(q){case 438:return A.mN(a,A.akH(A.e(s)+" (Error "+q+")",e)) +case 445:case 5007:p=A.e(s) +return A.mN(a,new A.yk(p+" (Error "+q+")",e))}}if(a instanceof TypeError){o=$.av4() +n=$.av5() +m=$.av6() +l=$.av7() +k=$.ava() +j=$.avb() +i=$.av9() +$.av8() +h=$.avd() +g=$.avc() +f=o.iL(s) +if(f!=null)return A.mN(a,A.akH(s,f)) +else{f=n.iL(s) +if(f!=null){f.method="call" +return A.mN(a,A.akH(s,f))}else{f=m.iL(s) +if(f==null){f=l.iL(s) +if(f==null){f=k.iL(s) +if(f==null){f=j.iL(s) +if(f==null){f=i.iL(s) +if(f==null){f=l.iL(s) +if(f==null){f=h.iL(s) +if(f==null){f=g.iL(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.mN(a,new A.yk(s,f==null?e:f.method))}}return A.mN(a,new A.M8(typeof s=="string"?s:""))}if(a instanceof RangeError){if(typeof s=="string"&&s.indexOf("call stack")!==-1)return new A.Ae() +s=function(b){try{return String(b)}catch(d){}return null}(a) +return A.mN(a,new A.fS(!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.Ae() +return a}, +aB(a){var s +if(a instanceof A.wI)return a.b +if(a==null)return new A.Dq(a) +s=a.$cachedTrace +if(s!=null)return s +return a.$cachedTrace=new A.Dq(a)}, +mM(a){if(a==null||typeof a!="object")return J.r(a) +else return A.e7(a)}, +atA(a,b){var s,r,q,p=a.length +for(s=0;s=0 +else if(b instanceof A.nW){s=B.b.bU(a,c) +return b.b.test(s)}else{s=J.ani(b,B.b.bU(a,c)) +return!s.gS(s)}}, +amj(a){if(a.indexOf("$",0)>=0)return a.replace(/\$/g,"$$$$") +return a}, +aIS(a,b,c,d){var s=b.HG(a,d) +if(s==null)return a +return A.amF(a,s.b.index,s.gaO(s),c)}, +amy(a){if(/[[\]{}()*+?.\\^$|]/.test(a))return a.replace(/[[\]{}()*+?.\\^$|]/g,"\\$&") +return a}, +fO(a,b,c){var s +if(typeof b=="string")return A.aIR(a,b,c) +if(b instanceof A.nW){s=b.gJ_() +s.lastIndex=0 +return a.replace(s,A.amj(c))}return A.aIQ(a,b,c)}, +aIQ(a,b,c){var s,r,q,p +for(s=J.ani(b,a),s=s.ga1(s),r=0,q="";s.t();){p=s.gH(s) +q=q+a.substring(r,p.gb8(p))+c +r=p.gaO(p)}s=q+a.substring(r) +return s.charCodeAt(0)==0?s:s}, +aIR(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.amy(b),"g"),A.amj(c))}, +at9(a){return a}, +aul(a,b,c,d){var s,r,q,p,o,n,m +for(s=b.n5(0,a),s=new A.B2(s.a,s.b,s.c),r=t.Qz,q=0,p="";s.t();){o=s.d +if(o==null)o=r.a(o) +n=o.b +m=n.index +p=p+A.e(A.at9(B.b.N(a,q,m)))+A.e(c.$1(o)) +q=m+n[0].length}s=p+A.e(A.at9(B.b.bU(a,q))) +return s.charCodeAt(0)==0?s:s}, +aIT(a,b,c,d){var s,r,q,p +if(typeof b=="string"){s=a.indexOf(b,d) +if(s<0)return a +return A.amF(a,s,s+b.length,c)}if(b instanceof A.nW)return d===0?a.replace(b.b,A.amj(c)):A.aIS(a,b,c,d) +r=J.awW(b,a,d) +q=r.ga1(r) +if(!q.t())return a +p=q.gH(q) +return B.b.iT(a,p.gb8(p),p.gaO(p),c)}, +amF(a,b,c,d){return a.substring(0,b)+d+a.substring(c)}, +nf:function nf(a,b){this.a=a +this.$ti=b}, +qb:function qb(){}, +Wb:function Wb(a,b,c){this.a=a +this.b=b +this.c=c}, +ba:function ba(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +Wc:function Wc(a){this.a=a}, +Bi:function Bi(a,b){this.a=a +this.$ti=b}, +bI:function bI(a,b){this.a=a +this.$ti=b}, +ZV:function ZV(a){this.a=a}, +xf:function xf(){}, +nT:function nT(a,b){this.a=a +this.$ti=b}, +a0H:function a0H(a,b,c,d,e){var _=this +_.a=a +_.c=b +_.d=c +_.e=d +_.f=e}, +a44:function a44(a){this.a=a}, +a42:function a42(a,b,c){this.a=a +this.b=b +this.c=c}, +aai:function aai(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +yk:function yk(a,b){this.a=a +this.b=b}, +I_:function I_(a,b,c){this.a=a +this.b=b +this.c=c}, +M8:function M8(a){this.a=a}, +IM:function IM(a){this.a=a}, +wI:function wI(a,b){this.a=a +this.b=b}, +Dq:function Dq(a){this.a=a +this.b=null}, +cc:function cc(){}, +Gm:function Gm(){}, +Gn:function Gn(){}, +LH:function LH(){}, +Lv:function Lv(){}, +pY:function pY(a,b){this.a=a +this.b=b}, +KB:function KB(a){this.a=a}, +afW:function afW(){}, +dj:function dj(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +a0R:function a0R(a){this.a=a}, +a0Q:function a0Q(a,b){this.a=a +this.b=b}, +a0P:function a0P(a){this.a=a}, +a1r:function a1r(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +b3:function b3(a,b){this.a=a +this.$ti=b}, +xA:function xA(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +aj5:function aj5(a){this.a=a}, +aj6:function aj6(a){this.a=a}, +aj7:function aj7(a){this.a=a}, +nW:function nW(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +us:function us(a){this.b=a}, +Mu:function Mu(a,b,c){this.a=a +this.b=b +this.c=c}, +B2:function B2(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +ti:function ti(a,b){this.a=a +this.c=b}, +Rp:function Rp(a,b,c){this.a=a +this.b=b +this.c=c}, +Rq:function Rq(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +aJ_(a){return A.K(A.apL(a))}, +bx(a){var s=new A.abX(a) +return s.b=s}, +a(a,b){if(a===$)throw A.c(A.apM(b)) +return a}, +ca(a,b){if(a!==$)throw A.c(new A.j1("Field '"+b+"' has already been initialized."))}, +bb(a,b){if(a!==$)throw A.c(A.apL(b))}, +abX:function abX(a){this.a=a +this.b=null}, +Tm(a,b,c){}, +l0(a){var s,r,q +if(t.RP.b(a))return a +s=J.ay(a) +r=A.b7(s.gp(a),null,!1,t.z) +for(q=0;q>>0!==a||a>=c)throw A.c(A.pG(b,a))}, +mI(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.aHO(a,b,c)) +if(b==null)return c +return b}, +o9:function o9(){}, +dl:function dl(){}, +y9:function y9(){}, +rb:function rb(){}, +lN:function lN(){}, +fz:function fz(){}, +ya:function ya(){}, +IC:function IC(){}, +ID:function ID(){}, +yb:function yb(){}, +IE:function IE(){}, +IF:function IF(){}, +yc:function yc(){}, +yd:function yd(){}, +oa:function oa(){}, +Cq:function Cq(){}, +Cr:function Cr(){}, +Cs:function Cs(){}, +Ct:function Ct(){}, +aqN(a,b){var s=b.c +return s==null?b.c=A.alK(a,b.y,!0):s}, +aqM(a,b){var s=b.c +return s==null?b.c=A.DO(a,"a7",[b.y]):s}, +aqO(a){var s=a.x +if(s===6||s===7||s===8)return A.aqO(a.y) +return s===11||s===12}, +aDe(a){return a.at}, +a_(a){return A.Sj(v.typeUniverse,a,!1)}, +aIj(a,b){var s,r,q,p,o +if(a==null)return null +s=b.z +r=a.as +if(r==null)r=a.as=new Map() +q=b.at +p=r.get(q) +if(p!=null)return p +o=A.l3(v.typeUniverse,a.y,s,0) +r.set(q,o) +return o}, +l3(a,b,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=b.x +switch(c){case 5:case 1:case 2:case 3:case 4:return b +case 6:s=b.y +r=A.l3(a,s,a0,a1) +if(r===s)return b +return A.asc(a,r,!0) +case 7:s=b.y +r=A.l3(a,s,a0,a1) +if(r===s)return b +return A.alK(a,r,!0) +case 8:s=b.y +r=A.l3(a,s,a0,a1) +if(r===s)return b +return A.asb(a,r,!0) +case 9:q=b.z +p=A.EC(a,q,a0,a1) +if(p===q)return b +return A.DO(a,b.y,p) +case 10:o=b.y +n=A.l3(a,o,a0,a1) +m=b.z +l=A.EC(a,m,a0,a1) +if(n===o&&l===m)return b +return A.alI(a,n,l) +case 11:k=b.y +j=A.l3(a,k,a0,a1) +i=b.z +h=A.aGV(a,i,a0,a1) +if(j===k&&h===i)return b +return A.asa(a,j,h) +case 12:g=b.z +a1+=g.length +f=A.EC(a,g,a0,a1) +o=b.y +n=A.l3(a,o,a0,a1) +if(f===g&&n===o)return b +return A.alJ(a,n,f,!0) +case 13:e=b.y +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}, +dK(a,b){var s,r,q,p,o,n,m=a.x +if(m===5)return"erased" +if(m===2)return"dynamic" +if(m===3)return"void" +if(m===1)return"Never" +if(m===4)return"any" +if(m===6){s=A.dK(a.y,b) +return s}if(m===7){r=a.y +s=A.dK(r,b) +q=r.x +return(q===11||q===12?"("+s+")":s)+"?"}if(m===8)return"FutureOr<"+A.dK(a.y,b)+">" +if(m===9){p=A.aH2(a.y) +o=a.z +return o.length>0?p+("<"+A.aGQ(o,b)+">"):p}if(m===11)return A.asJ(a,b,null) +if(m===12)return A.asJ(a.y,b,a.z) +if(m===13){n=a.y +return b[b.length-1-n]}return"?"}, +aH2(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +aFk(a,b){var s=a.tR[b] +for(;typeof s=="string";)s=a.tR[s] +return s}, +aFj(a,b){var s,r,q,p,o,n=a.eT,m=n[b] +if(m==null)return A.Sj(a,b,!1) +else if(typeof m=="number"){s=m +r=A.DP(a,5,"#") +q=A.ahk(s) +for(p=0;p0)p+="<"+A.Si(c)+">" +s=a.eC.get(p) +if(s!=null)return s +r=new A.i9(null,null) +r.x=9 +r.y=b +r.z=c +if(c.length>0)r.c=c[0] +r.at=p +q=A.mG(a,r) +a.eC.set(p,q) +return q}, +alI(a,b,c){var s,r,q,p,o,n +if(b.x===10){s=b.y +r=b.z.concat(c)}else{r=c +s=b}q=s.at+(";<"+A.Si(r)+">") +p=a.eC.get(q) +if(p!=null)return p +o=new A.i9(null,null) +o.x=10 +o.y=s +o.z=r +o.at=q +n=A.mG(a,o) +a.eC.set(q,n) +return n}, +asa(a,b,c){var s,r,q,p,o,n=b.at,m=c.a,l=m.length,k=c.b,j=k.length,i=c.c,h=i.length,g="("+A.Si(m) +if(j>0){s=l>0?",":"" +g+=s+"["+A.Si(k)+"]"}if(h>0){s=l>0?",":"" +g+=s+"{"+A.aFa(i)+"}"}r=n+(g+")") +q=a.eC.get(r) +if(q!=null)return q +p=new A.i9(null,null) +p.x=11 +p.y=b +p.z=c +p.at=r +o=A.mG(a,p) +a.eC.set(r,o) +return o}, +alJ(a,b,c,d){var s,r=b.at+("<"+A.Si(c)+">"),q=a.eC.get(r) +if(q!=null)return q +s=A.aFc(a,b,c,r,d) +a.eC.set(r,s) +return s}, +aFc(a,b,c,d,e){var s,r,q,p,o,n,m,l +if(e){s=c.length +r=A.ahk(s) +for(q=0,p=0;p0){n=A.l3(a,b,r,0) +m=A.EC(a,c,r,0) +return A.alJ(a,n,m,c!==m)}}l=new A.i9(null,null) +l.x=12 +l.y=b +l.z=c +l.at=d +return A.mG(a,l)}, +arW(a,b,c,d){return{u:a,e:b,r:c,s:[],p:0,n:d}}, +arY(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.aEU(r+1,q,h,g) +else if((((q|32)>>>0)-97&65535)<26||q===95||q===36)r=A.arX(a,r,h,g,!1) +else if(q===46)r=A.arX(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.mE(a.u,a.e,g.pop())) +break +case 94:g.push(A.aFf(a.u,g.pop())) +break +case 35:g.push(A.DP(a.u,5,"#")) +break +case 64:g.push(A.DP(a.u,2,"@")) +break +case 126:g.push(A.DP(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.alF(a.u,a.e,o) +a.p=g.pop() +n=g.pop() +if(typeof n=="string")g.push(A.DO(p,n,o)) +else{m=A.mE(p,a.e,n) +switch(m.x){case 11:g.push(A.alJ(p,m,o,a.n)) +break +default:g.push(A.alI(p,m,o)) +break}}break +case 38:A.aEV(a,g) +break +case 42:p=a.u +g.push(A.asc(p,A.mE(p,a.e,g.pop()),a.n)) +break +case 63:p=a.u +g.push(A.alK(p,A.mE(p,a.e,g.pop()),a.n)) +break +case 47:p=a.u +g.push(A.asb(p,A.mE(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.Ol() +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.alF(a.u,a.e,o) +a.p=g.pop() +l.a=o +l.b=k +l.c=j +g.push(A.asa(p,A.mE(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.alF(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.aEX(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.mE(a.u,a.e,i)}, +aEU(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}, +arX(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.x===10)o=o.y +n=A.aFk(s,o.y)[p] +if(n==null)A.K('No "'+p+'" in "'+A.aDe(o)+'"') +d.push(A.ah7(s,o,n))}else d.push(p) +return m}, +aEV(a,b){var s=b.pop() +if(0===s){b.push(A.DP(a.u,1,"0&")) +return}if(1===s){b.push(A.DP(a.u,4,"1&")) +return}throw A.c(A.lb("Unexpected extended operation "+A.e(s)))}, +mE(a,b,c){if(typeof c=="string")return A.DO(a,c,a.sEA) +else if(typeof c=="number")return A.aEW(a,b,c) +else return c}, +alF(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}, +i9:function i9(a,b){var _=this +_.a=a +_.b=b +_.w=_.r=_.c=null +_.x=0 +_.at=_.as=_.Q=_.z=_.y=null}, +Ol:function Ol(){this.c=this.b=this.a=null}, +DL:function DL(a){this.a=a}, +O1:function O1(){}, +DM:function DM(a){this.a=a}, +aEr(){var s,r,q={} +if(self.scheduleImmediate!=null)return A.aHd() +if(self.MutationObserver!=null&&self.document!=null){s=self.document.createElement("div") +r=self.document.createElement("span") +q.a=null +new self.MutationObserver(A.fm(new A.abc(q),1)).observe(s,{childList:true}) +return new A.abb(q,s,r)}else if(self.setImmediate!=null)return A.aHe() +return A.aHf()}, +aEs(a){self.scheduleImmediate(A.fm(new A.abd(a),0))}, +aEt(a){self.setImmediate(A.fm(new A.abe(a),0))}, +aEu(a){A.alr(B.r,a)}, +alr(a,b){var s=B.f.bC(a.a,1000) +return A.aF6(s<0?0:s,b)}, +arl(a,b){var s=B.f.bC(a.a,1000) +return A.aF7(s<0?0:s,b)}, +aF6(a,b){var s=new A.DI(!0) +s.Yi(a,b) +return s}, +aF7(a,b){var s=new A.DI(!1) +s.Yj(a,b) +return s}, +P(a){return new A.MI(new A.a4($.a5,a.j("a4<0>")),a.j("MI<0>"))}, +O(a,b){a.$2(0,null) +b.b=!0 +return b.a}, +U(a,b){A.aFB(a,b)}, +N(a,b){b.c3(0,a)}, +M(a,b){b.fH(A.a9(a),A.aB(a))}, +aFB(a,b){var s,r,q=new A.ahI(b),p=new A.ahJ(b) +if(a instanceof A.a4)a.Ku(q,p,t.z) +else{s=t.z +if(t.L0.b(a))a.fq(0,q,p,s) +else{r=new A.a4($.a5,t.LR) +r.a=8 +r.c=a +r.Ku(q,p,s)}}}, +Q(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 $.a5.DO(new A.aiB(s))}, +aL5(a){return new A.um(a,1)}, +arS(){return B.Tn}, +arT(a){return new A.um(a,3)}, +asW(a,b){return new A.Dz(a,b.j("Dz<0>"))}, +UL(a,b){var s=A.eG(a,"error",t.K) +return new A.Fc(s,b==null?A.vy(a):b)}, +vy(a){var s +if(t.Lt.b(a)){s=a.gmB() +if(s!=null)return s}return B.xE}, +Hx(a,b){var s=new A.a4($.a5,b.j("a4<0>")) +A.bO(B.r,new A.ZO(s,a)) +return s}, +cK(a,b){var s,r +if(a==null){b.a(a) +s=a}else s=a +r=new A.a4($.a5,b.j("a4<0>")) +r.oW(s) +return r}, +akx(a,b,c){var s +A.eG(a,"error",t.K) +$.a5!==B.af +if(b==null)b=A.vy(a) +s=new A.a4($.a5,c.j("a4<0>")) +s.oX(a,b) +return s}, +Hy(a,b){var s,r=!b.b(null) +if(r)throw A.c(A.fT(null,"computation","The type parameter is not nullable")) +s=new A.a4($.a5,b.j("a4<0>")) +A.bO(a,new A.ZN(null,s,b)) +return s}, +nD(a,b){var s,r,q,p,o,n,m,l,k,j,i={},h=null,g=!1,f=new A.a4($.a5,b.j("a4>")) +i.a=null +i.b=0 +s=A.bx("error") +r=A.bx("stackTrace") +q=new A.ZU(i,h,g,f,s,r) +try{for(l=J.aw(a),k=t.P;l.t();){p=l.gH(l) +o=i.b +J.aok(p,new A.ZT(i,o,f,h,g,s,r,b),q,k);++i.b}l=i.b +if(l===0){l=f +l.p0(A.b([],b.j("o<0>"))) +return l}i.a=A.b7(l,null,!1,b.j("0?"))}catch(j){n=A.a9(j) +m=A.aB(j) +if(i.b===0||g)return A.akx(n,m,b.j("x<0>")) +else{s.b=n +r.b=m}}return f}, +aBx(a,b){var s,r,q,p=new A.Dy(new A.a4($.a5,b.j("a4<0>")),b.j("Dy<0>")),o=new A.ZQ(p,b),n=new A.ZP(p) +for(s=a.length,r=t.H,q=0;q")),a.j("aI<0>"))}, +asx(a,b,c){if(c==null)c=A.vy(b) +a.f7(b,c)}, +ad1(a,b){var s,r +for(;s=a.a,(s&4)!==0;)a=a.c +if((s&24)!==0){r=b.u7() +b.yq(a) +A.ue(b,r)}else{r=b.c +b.a=b.a&1|4 +b.c=a +a.Jo(r)}}, +ue(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f={},e=f.a=a +for(s=t.L0;!0;){r={} +q=e.a +p=(q&16)===0 +o=!p +if(b==null){if(o&&(q&1)===0){e=e.c +A.uW(e.a,e.b)}return}r.a=b +n=b.a +for(e=b;n!=null;e=n,n=m){e.a=null +A.ue(f.a,e) +r.a=n +m=n.a}q=f.a +l=q.c +r.b=o +r.c=l +if(p){k=e.c +k=(k&1)!==0||(k&15)===8}else k=!0 +if(k){j=e.b.b +if(o){q=q.b===j +q=!(q||q)}else q=!1 +if(q){A.uW(l.a,l.b) +return}i=$.a5 +if(i!==j)$.a5=j +else i=null +e=e.c +if((e&15)===8)new A.ad9(r,f,o).$0() +else if(p){if((e&1)!==0)new A.ad8(r,l).$0()}else if((e&2)!==0)new A.ad7(f,r).$0() +if(i!=null)$.a5=i +e=r.c +if(s.b(e)){q=r.a.$ti +q=q.j("a7<2>").b(e)||!q.z[1].b(e)}else q=!1 +if(q){h=r.a.b +if(e instanceof A.a4)if((e.a&24)!==0){g=h.c +h.c=null +b=h.u9(g) +h.a=e.a&30|h.a&1 +h.c=e.c +f.a=e +continue}else A.ad1(e,h) +else h.yi(e) +return}}h=r.a.b +g=h.c +h.c=null +b=h.u9(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}}, +at0(a,b){if(t.Hg.b(a))return b.DO(a) +if(t.C_.b(a))return a +throw A.c(A.fT(a,"onError",u.w))}, +aGI(){var s,r +for(s=$.uV;s!=null;s=$.uV){$.EB=null +r=s.b +$.uV=r +if(r==null)$.EA=null +s.a.$0()}}, +aGU(){$.am5=!0 +try{A.aGI()}finally{$.EB=null +$.am5=!1 +if($.uV!=null)$.amQ().$1(A.atg())}}, +at6(a){var s=new A.MJ(a),r=$.EA +if(r==null){$.uV=$.EA=s +if(!$.am5)$.amQ().$1(A.atg())}else $.EA=r.b=s}, +aGS(a){var s,r,q,p=$.uV +if(p==null){A.at6(a) +$.EB=$.EA +return}s=new A.MJ(a) +r=$.EB +if(r==null){s.b=p +$.uV=$.EB=s}else{q=r.b +s.b=q +$.EB=r.b=s +if(q==null)$.EA=s}}, +fn(a){var s=null,r=$.a5 +if(B.af===r){A.uX(s,s,B.af,a) +return}A.uX(s,s,r,r.Bj(a))}, +aDK(a,b){return new A.BK(new A.a8U(a,b),b.j("BK<0>"))}, +aKp(a){A.eG(a,"stream",t.K) +return new A.Ro()}, +ar5(a,b,c){return new A.mu(a,null,null,null,c.j("mu<0>"))}, +am9(a){var s,r,q +if(a==null)return +try{a.$0()}catch(q){s=A.a9(q) +r=A.aB(q) +A.uW(s,r)}}, +arH(a,b,c,d,e){var s=$.a5,r=d?1:0,q=A.abq(s,a),p=A.alw(s,b),o=c==null?A.atf():c +return new A.jB(q,p,o,s,r,e.j("jB<0>"))}, +abq(a,b){return b==null?A.aHg():b}, +alw(a,b){if(b==null)b=A.aHh() +if(t.hK.b(b))return a.DO(b) +if(t.mX.b(b))return b +throw A.c(A.b5("handleError callback must take either an Object (the error), or both an Object (the error) and a StackTrace.",null))}, +aGM(a){}, +aGO(a,b){A.uW(a,b)}, +aGN(){}, +aFG(a,b,c){var s=a.aA(0),r=$.EO() +if(s!==r)s.fV(new A.ahL(b,c)) +else b.lj(c)}, +as7(a,b,c){return new A.Dt(new A.agx(a,null,null,c,b),b.j("@<0>").ai(c).j("Dt<1,2>"))}, +bO(a,b){var s=$.a5 +if(s===B.af)return A.alr(a,b) +return A.alr(a,s.Bj(b))}, +AG(a,b){var s=$.a5 +if(s===B.af)return A.arl(a,b) +return A.arl(a,s.Bk(b,t.qe))}, +uW(a,b){A.aGS(new A.aiv(a,b))}, +at1(a,b,c,d){var s,r=$.a5 +if(r===c)return d.$0() +$.a5=c +s=r +try{r=d.$0() +return r}finally{$.a5=s}}, +at3(a,b,c,d,e){var s,r=$.a5 +if(r===c)return d.$1(e) +$.a5=c +s=r +try{r=d.$1(e) +return r}finally{$.a5=s}}, +at2(a,b,c,d,e,f){var s,r=$.a5 +if(r===c)return d.$2(e,f) +$.a5=c +s=r +try{r=d.$2(e,f) +return r}finally{$.a5=s}}, +uX(a,b,c,d){if(B.af!==c)d=c.Bj(d) +A.at6(d)}, +abc:function abc(a){this.a=a}, +abb:function abb(a,b,c){this.a=a +this.b=b +this.c=c}, +abd:function abd(a){this.a=a}, +abe:function abe(a){this.a=a}, +DI:function DI(a){this.a=a +this.b=null +this.c=0}, +agX:function agX(a,b){this.a=a +this.b=b}, +agW:function agW(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +MI:function MI(a,b){this.a=a +this.b=!1 +this.$ti=b}, +ahI:function ahI(a){this.a=a}, +ahJ:function ahJ(a){this.a=a}, +aiB:function aiB(a){this.a=a}, +um:function um(a,b){this.a=a +this.b=b}, +pt:function pt(a){var _=this +_.a=a +_.d=_.c=_.b=null}, +Dz:function Dz(a,b){this.a=a +this.$ti=b}, +Fc:function Fc(a,b){this.a=a +this.b=b}, +ZO:function ZO(a,b){this.a=a +this.b=b}, +ZN:function ZN(a,b,c){this.a=a +this.b=b +this.c=c}, +ZU:function ZU(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +ZT:function ZT(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +ZQ:function ZQ(a,b){this.a=a +this.b=b}, +ZP:function ZP(a){this.a=a}, +ZS:function ZS(a,b){this.a=a +this.b=b}, +ZR:function ZR(a,b,c){this.a=a +this.b=b +this.c=c}, +ZL:function ZL(a,b,c){this.a=a +this.b=b +this.c=c}, +ZM:function ZM(a,b){this.a=a +this.b=b}, +tW:function tW(){}, +aI:function aI(a,b){this.a=a +this.$ti=b}, +Dy:function Dy(a,b){this.a=a +this.$ti=b}, +jD:function jD(a,b,c,d,e){var _=this +_.a=null +_.b=a +_.c=b +_.d=c +_.e=d +_.$ti=e}, +a4:function a4(a,b){var _=this +_.a=0 +_.b=a +_.c=null +_.$ti=b}, +acZ:function acZ(a,b){this.a=a +this.b=b}, +ad6:function ad6(a,b){this.a=a +this.b=b}, +ad2:function ad2(a){this.a=a}, +ad3:function ad3(a){this.a=a}, +ad4:function ad4(a,b,c){this.a=a +this.b=b +this.c=c}, +ad0:function ad0(a,b){this.a=a +this.b=b}, +ad5:function ad5(a,b){this.a=a +this.b=b}, +ad_:function ad_(a,b,c){this.a=a +this.b=b +this.c=c}, +ad9:function ad9(a,b,c){this.a=a +this.b=b +this.c=c}, +ada:function ada(a){this.a=a}, +ad8:function ad8(a,b){this.a=a +this.b=b}, +ad7:function ad7(a,b){this.a=a +this.b=b}, +MJ:function MJ(a){this.a=a +this.b=null}, +d1:function d1(){}, +a8U:function a8U(a,b){this.a=a +this.b=b}, +a8X:function a8X(a,b){this.a=a +this.b=b}, +a8Y:function a8Y(a,b){this.a=a +this.b=b}, +a8V:function a8V(a){this.a=a}, +a8W:function a8W(a,b,c){this.a=a +this.b=b +this.c=c}, +kA:function kA(){}, +bN:function bN(){}, +uN:function uN(){}, +agw:function agw(a){this.a=a}, +agv:function agv(a){this.a=a}, +MK:function MK(){}, +mu:function mu(a,b,c,d,e){var _=this +_.a=null +_.b=0 +_.c=null +_.d=a +_.e=b +_.f=c +_.r=d +_.$ti=e}, +jC:function jC(a,b){this.a=a +this.$ti=b}, +tY:function tY(a,b,c,d,e,f,g){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.r=_.f=null +_.$ti=g}, +jB:function jB(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=_.f=null +_.$ti=f}, +abs:function abs(a,b,c){this.a=a +this.b=b +this.c=c}, +abr:function abr(a){this.a=a}, +uO:function uO(){}, +BK:function BK(a,b){this.a=a +this.b=!1 +this.$ti=b}, +C_:function C_(a){this.b=a +this.a=0}, +NF:function NF(){}, +u1:function u1(a){this.b=a +this.a=null}, +Bn:function Bn(a,b){this.b=a +this.c=b +this.a=null}, +acy:function acy(){}, +Pz:function Pz(){}, +afi:function afi(a,b){this.a=a +this.b=b}, +Du:function Du(){this.c=this.b=null +this.a=0}, +Ro:function Ro(){}, +ahL:function ahL(a,b){this.a=a +this.b=b}, +BB:function BB(a){this.a=a}, +uL:function uL(a,b,c,d,e,f){var _=this +_.w=$ +_.x=null +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=_.f=null +_.$ti=f}, +uP:function uP(){}, +Bb:function Bb(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ug:function ug(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +Dt:function Dt(a,b){this.a=a +this.$ti=b}, +agx:function agx(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +ahw:function ahw(){}, +aiv:function aiv(a,b){this.a=a +this.b=b}, +ag0:function ag0(){}, +ag2:function ag2(a,b){this.a=a +this.b=b}, +ag3:function ag3(a,b,c){this.a=a +this.b=b +this.c=c}, +ag1:function ag1(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +iU(a,b){return new A.pe(a.j("@<0>").ai(b).j("pe<1,2>"))}, +aly(a,b){var s=a[b] +return s===a?null:s}, +alA(a,b,c){if(c==null)a[b]=a +else a[b]=c}, +alz(){var s=Object.create(null) +A.alA(s,"",s) +delete s[""] +return s}, +hT(a,b,c,d,e){if(c==null)if(b==null){if(a==null)return new A.dj(d.j("@<0>").ai(e).j("dj<1,2>")) +b=A.atl()}else{if(A.aHE()===b&&A.aHD()===a)return new A.C9(d.j("@<0>").ai(e).j("C9<1,2>")) +if(a==null)a=A.atk()}else{if(b==null)b=A.atl() +if(a==null)a=A.atk()}return A.aEP(a,b,c,d,e)}, +az(a,b,c){return A.atA(a,new A.dj(b.j("@<0>").ai(c).j("dj<1,2>")))}, +z(a,b){return new A.dj(a.j("@<0>").ai(b).j("dj<1,2>"))}, +aEP(a,b,c,d,e){var s=c!=null?c:new A.ae3(d) +return new A.uq(a,b,s,d.j("@<0>").ai(e).j("uq<1,2>"))}, +cg(a){return new A.my(a.j("my<0>"))}, +alB(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +j2(a){return new A.hs(a.j("hs<0>"))}, +aK(a){return new A.hs(a.j("hs<0>"))}, +bM(a,b){return A.aHT(a,new A.hs(b.j("hs<0>")))}, +alC(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +it(a,b){var s=new A.kR(a,b) +s.c=a.e +return s}, +aFV(a,b){return J.f(a,b)}, +aFW(a){return J.r(a)}, +akA(a,b,c){var s,r +if(A.am6(a)){if(b==="("&&c===")")return"(...)" +return b+"..."+c}s=A.b([],t.s) +$.pF.push(a) +try{A.aGz(a,s)}finally{$.pF.pop()}r=A.Lw(b,s,", ")+c +return r.charCodeAt(0)==0?r:r}, +xh(a,b,c){var s,r +if(A.am6(a))return b+"..."+c +s=new A.by(b) +$.pF.push(a) +try{r=s +r.a=A.Lw(r.a,a,", ")}finally{$.pF.pop()}s.a+=c +r=s.a +return r.charCodeAt(0)==0?r:r}, +am6(a){var s,r +for(s=$.pF.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)}, +apO(a,b,c){var s=A.hT(null,null,null,b,c) +a.Y(0,new A.a1s(s,b,c)) +return s}, +a1t(a,b,c){var s=A.hT(null,null,null,b,c) +s.P(0,a) +return s}, +k9(a,b){var s,r=A.j2(b) +for(s=J.aw(a);s.t();)r.E(0,b.a(s.gH(s))) +return r}, +j3(a,b){var s=A.j2(b) +s.P(0,a) +return s}, +aEQ(a){return new A.Ca(a,a.a,a.c)}, +aC1(a,b){var s=t.b8 +return J.v6(s.a(a),s.a(b))}, +a1K(a){var s,r={} +if(A.am6(a))return"{...}" +s=new A.by("") +try{$.pF.push(a) +s.a+="{" +r.a=!0 +J.eH(a,new A.a1L(r,s)) +s.a+="}"}finally{$.pF.pop()}r=s.a +return r.charCodeAt(0)==0?r:r}, +ap4(a){var s=new A.Bs(a.j("Bs<0>")) +s.a=s +s.b=s +return new A.ws(s,a.j("ws<0>"))}, +j4(a,b){return new A.xE(A.b7(A.aC2(a),null,!1,b.j("0?")),b.j("xE<0>"))}, +aC2(a){if(a==null||a<8)return 8 +else if((a&a-1)>>>0!==0)return A.apP(a) +return a}, +apP(a){var s +a=(a<<1>>>0)-1 +for(;!0;a=s){s=(a&a-1)>>>0 +if(s===0)return a}}, +arV(a){return new A.Cc(a,a.c,a.d,a.b)}, +asd(){throw A.c(A.R("Cannot change an unmodifiable set"))}, +aG_(a,b){return J.v6(a,b)}, +aFU(a){if(a.j("p(0,0)").b(A.atp()))return A.atp() +return A.aHs()}, +ald(a,b){var s=A.aFU(a) +return new A.Aa(s,new A.a8G(a),a.j("@<0>").ai(b).j("Aa<1,2>"))}, +ale(a,b,c){var s=b==null?new A.a8I(c):b +return new A.tf(a,s,c.j("tf<0>"))}, +pe:function pe(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +adf:function adf(a){this.a=a}, +ade:function ade(a){this.a=a}, +BQ:function BQ(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +pf:function pf(a,b){this.a=a +this.$ti=b}, +BN:function BN(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +C9:function C9(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +uq:function uq(a,b,c,d){var _=this +_.w=a +_.x=b +_.y=c +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=d}, +ae3:function ae3(a){this.a=a}, +my:function my(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +pg:function pg(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +hs:function hs(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +ae4:function ae4(a){this.a=a +this.c=this.b=null}, +kR:function kR(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +xi:function xi(){}, +xg:function xg(){}, +a1s:function a1s(a,b,c){this.a=a +this.b=b +this.c=c}, +xB:function xB(a){var _=this +_.b=_.a=0 +_.c=null +_.$ti=a}, +Ca:function Ca(a,b,c){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.e=!1}, +o1:function o1(){}, +xC:function xC(){}, +T:function T(){}, +xQ:function xQ(){}, +a1L:function a1L(a,b){this.a=a +this.b=b}, +aq:function aq(){}, +a1M:function a1M(a){this.a=a}, +Cf:function Cf(a,b){this.a=a +this.$ti=b}, +P_:function P_(a,b){this.a=a +this.b=b +this.c=null}, +DQ:function DQ(){}, +r8:function r8(){}, +kI:function kI(a,b){this.a=a +this.$ti=b}, +Br:function Br(){}, +Bq:function Bq(a,b,c){var _=this +_.c=a +_.d=b +_.b=_.a=null +_.$ti=c}, +Bs:function Bs(a){this.b=this.a=null +this.$ti=a}, +ws:function ws(a,b){this.a=a +this.b=0 +this.$ti=b}, +NR:function NR(a,b){this.a=a +this.b=b +this.c=null}, +xE:function xE(a,b){var _=this +_.a=a +_.d=_.c=_.b=0 +_.$ti=b}, +Cc:function Cc(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null}, +cG:function cG(){}, +po:function po(){}, +Sk:function Sk(){}, +dJ:function dJ(a,b){this.a=a +this.$ti=b}, +Rk:function Rk(){}, +cm:function cm(a,b){var _=this +_.a=a +_.c=_.b=null +_.$ti=b}, +eh:function eh(a,b,c){var _=this +_.d=a +_.a=b +_.c=_.b=null +_.$ti=c}, +Rj:function Rj(){}, +Aa:function Aa(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +a8G:function a8G(a){this.a=a}, +jG:function jG(){}, +kV:function kV(a,b){this.a=a +this.$ti=b}, +pr:function pr(a,b){this.a=a +this.$ti=b}, +Dl:function Dl(a,b){this.a=a +this.$ti=b}, +db:function db(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +Dp:function Dp(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +pq:function pq(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +tf:function tf(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +a8I:function a8I(a){this.a=a}, +a8H:function a8H(a,b){this.a=a +this.b=b}, +Cb:function Cb(){}, +Dm:function Dm(){}, +Dn:function Dn(){}, +Do:function Do(){}, +DR:function DR(){}, +Er:function Er(){}, +Ev:function Ev(){}, +aGP(a,b){var s,r,q,p=null +try{p=JSON.parse(a)}catch(r){s=A.a9(r) +q=A.c6(String(s),null,null) +throw A.c(q)}q=A.ahQ(p) +return q}, +ahQ(a){var s +if(a==null)return null +if(typeof a!="object")return a +if(Object.getPrototypeOf(a)!==Array.prototype)return new A.OH(a,Object.create(null)) +for(s=0;s=0)return null +return r}return null}, +aEk(a,b,c,d){var s=a?$.avg():$.avf() +if(s==null)return null +if(0===c&&d===b.length)return A.arx(s,b) +return A.arx(s,b.subarray(c,A.ev(c,d,b.length,null,null)))}, +arx(a,b){var s,r +try{s=a.decode(b) +return s}catch(r){}return null}, +aot(a,b,c,d,e,f){if(B.f.bE(f,4)!==0)throw A.c(A.c6("Invalid base64 padding, padded length must be multiple of four, is "+f,a,c)) +if(d+e!==f)throw A.c(A.c6("Invalid base64 padding, '=' not at the end",a,b)) +if(e>2)throw A.c(A.c6("Invalid base64 padding, more than two '=' characters",a,b))}, +apJ(a,b,c){return new A.xn(a,b)}, +aFX(a){return a.i3()}, +aEN(a,b){var s=b==null?A.ato():b +return new A.OJ(a,[],s)}, +uo(a,b,c){var s,r=new A.by("") +A.aEO(a,r,b,c) +s=r.a +return s.charCodeAt(0)==0?s:s}, +aEO(a,b,c,d){var s,r +if(d==null)s=A.aEN(b,c) +else{r=c==null?A.ato():c +s=new A.adN(d,0,b,[],r)}s.mh(a)}, +akM(a){return A.asW(function(){var s=a +var r=0,q=1,p,o,n,m,l,k +return function $async$akM(b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:k=A.ev(0,null,s.length,null,null) +o=0,n=0,m=0 +case 2:if(!(m>>0!==0?255:q}return o}, +OH:function OH(a,b){this.a=a +this.b=b +this.c=null}, +adK:function adK(a){this.a=a}, +OI:function OI(a){this.a=a}, +aaB:function aaB(){}, +aaA:function aaA(){}, +Fj:function Fj(){}, +Fk:function Fk(){}, +Vg:function Vg(){}, +Vh:function Vh(){}, +N0:function N0(a,b){this.a=a +this.b=b +this.c=0}, +FJ:function FJ(){}, +nd:function nd(){}, +cB:function cB(){}, +nn:function nn(){}, +xn:function xn(a,b){this.a=a +this.b=b}, +I1:function I1(a,b){this.a=a +this.b=b}, +I0:function I0(){}, +I3:function I3(a,b){this.a=a +this.b=b}, +I2:function I2(a){this.a=a}, +adO:function adO(){}, +adP:function adP(a,b){this.a=a +this.b=b}, +adL:function adL(){}, +adM:function adM(a,b){this.a=a +this.b=b}, +OJ:function OJ(a,b,c){this.c=a +this.a=b +this.b=c}, +adN:function adN(a,b,c,d,e){var _=this +_.f=a +_.a$=b +_.c=c +_.a=d +_.b=e}, +Mf:function Mf(){}, +Mg:function Mg(){}, +ahj:function ahj(a){this.b=this.a=0 +this.c=a}, +AW:function AW(a){this.a=a}, +ahi:function ahi(a){this.a=a +this.b=16 +this.c=0}, +SJ:function SJ(){}, +aId(a){return A.mM(a)}, +apr(a,b){return A.aCR(a,b,null)}, +aBd(a){var s=typeof a=="number"||typeof a=="string" +if(s)throw A.c(A.fT(a,u.e,null))}, +fM(a,b){var s=A.aqu(a,b) +if(s!=null)return s +throw A.c(A.c6(a,null,null))}, +atu(a){var s=A.aqt(a) +if(s!=null)return s +throw A.c(A.c6("Invalid double",a,null))}, +aBb(a){if(a instanceof A.cc)return a.i(0) +return"Instance of '"+A.a45(a)+"'"}, +aBc(a,b){a=A.c(a) +a.stack=b.i(0) +throw a +throw A.c("unreachable")}, +aoR(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)A.K(A.b5("DateTime is outside valid range: "+a,null)) +A.eG(b,"isUtc",t.y) +return new A.dh(a,b)}, +b7(a,b,c,d){var s,r=c?J.qW(a,d):J.HZ(a,d) +if(a!==0&&b!=null)for(s=0;s")) +for(s=J.aw(a);s.t();)r.push(s.gH(s)) +if(b)return r +return J.a0G(r)}, +ap(a,b,c){var s +if(b)return A.apR(a,c) +s=J.a0G(A.apR(a,c)) +return s}, +apR(a,b){var s,r +if(Array.isArray(a))return A.b(a.slice(0),b.j("o<0>")) +s=A.b([],b.j("o<0>")) +for(r=J.aw(a);r.t();)s.push(r.gH(r)) +return s}, +aC5(a,b,c){var s,r=J.qW(a,c) +for(s=0;s0||c>>4]&1<<(o&15))!==0)p+=A.fd(o) +else p=d&&o===32?p+"+":p+"%"+n[o>>>4&15]+n[o&15]}return p.charCodeAt(0)==0?p:p}, +Af(){var s,r +if($.avM())return A.aB(new Error()) +try{throw A.c("")}catch(r){s=A.aB(r) +return s}}, +aAu(a,b){return J.v6(a,b)}, +aAE(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)A.K(A.b5("DateTime is outside valid range: "+a,null)) +A.eG(b,"isUtc",t.y) +return new A.dh(a,b)}, +aAF(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}, +aAG(a){if(a>=100)return""+a +if(a>=10)return"0"+a +return"00"+a}, +GC(a){if(a>=10)return""+a +return"0"+a}, +bS(a,b,c){return new A.aP(a+1000*b+6e7*c)}, +no(a){if(typeof a=="number"||A.mK(a)||a==null)return J.bY(a) +if(typeof a=="string")return JSON.stringify(a) +return A.aBb(a)}, +lb(a){return new A.mV(a)}, +b5(a,b){return new A.fS(!1,null,b,a)}, +fT(a,b,c){return new A.fS(!0,a,b,c)}, +fU(a,b){return a}, +dz(a){var s=null +return new A.rr(s,s,!1,s,s,a)}, +a4e(a,b){return new A.rr(null,null,!0,a,b,"Value not in range")}, +bt(a,b,c,d,e){return new A.rr(b,c,!0,a,d,"Invalid value")}, +al4(a,b,c,d){if(ac)throw A.c(A.bt(a,b,c,d,null)) +return a}, +aqB(a,b,c,d){if(d==null)d=J.bQ(b) +if(0>a||a>=d)throw A.c(A.bZ(a,b,c==null?"index":c,null,d)) +return a}, +ev(a,b,c,d,e){if(0>a||a>c)throw A.c(A.bt(a,0,c,d==null?"start":d,null)) +if(b!=null){if(a>b||b>c)throw A.c(A.bt(b,a,c,e==null?"end":e,null)) +return b}return c}, +d0(a,b){if(a<0)throw A.c(A.bt(a,0,null,b,null)) +return a}, +bZ(a,b,c,d,e){var s=e==null?J.bQ(b):e +return new A.HQ(s,!0,a,c,"Index out of range")}, +R(a){return new A.Ma(a)}, +c0(a){return new A.tI(a)}, +X(a){return new A.kz(a)}, +bw(a){return new A.Gr(a)}, +cw(a){return new A.O2(a)}, +c6(a,b,c){return new A.h2(a,b,c)}, +akO(a,b,c,d,e){return new A.n7(a,b.j("@<0>").ai(c).ai(d).ai(e).j("n7<1,2,3,4>"))}, +a3(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1){var s +if(B.a===c)return A.arb(J.r(a),J.r(b),$.dr()) +if(B.a===d){s=J.r(a) +b=J.r(b) +c=J.r(c) +return A.dC(A.v(A.v(A.v($.dr(),s),b),c))}if(B.a===e)return A.aDS(J.r(a),J.r(b),J.r(c),J.r(d),$.dr()) +if(B.a===f){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +return A.dC(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e))}if(B.a===g){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f))}if(B.a===h){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g))}if(B.a===i){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h))}if(B.a===j){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i))}if(B.a===k){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +j=J.r(j) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i),j))}if(B.a===l){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +j=J.r(j) +k=J.r(k) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i),j),k))}if(B.a===m){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +j=J.r(j) +k=J.r(k) +l=J.r(l) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i),j),k),l))}if(B.a===n){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +j=J.r(j) +k=J.r(k) +l=J.r(l) +m=J.r(m) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i),j),k),l),m))}if(B.a===o){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +j=J.r(j) +k=J.r(k) +l=J.r(l) +m=J.r(m) +n=J.r(n) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i),j),k),l),m),n))}if(B.a===p){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +j=J.r(j) +k=J.r(k) +l=J.r(l) +m=J.r(m) +n=J.r(n) +o=J.r(o) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o))}if(B.a===q){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +j=J.r(j) +k=J.r(k) +l=J.r(l) +m=J.r(m) +n=J.r(n) +o=J.r(o) +p=J.r(p) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p))}if(B.a===r){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +j=J.r(j) +k=J.r(k) +l=J.r(l) +m=J.r(m) +n=J.r(n) +o=J.r(o) +p=J.r(p) +q=J.r(q) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q))}if(B.a===a0){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +j=J.r(j) +k=J.r(k) +l=J.r(l) +m=J.r(m) +n=J.r(n) +o=J.r(o) +p=J.r(p) +q=J.r(q) +r=J.r(r) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r))}if(B.a===a1){s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +j=J.r(j) +k=J.r(k) +l=J.r(l) +m=J.r(m) +n=J.r(n) +o=J.r(o) +p=J.r(p) +q=J.r(q) +r=J.r(r) +a0=J.r(a0) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0))}s=J.r(a) +b=J.r(b) +c=J.r(c) +d=J.r(d) +e=J.r(e) +f=J.r(f) +g=J.r(g) +h=J.r(h) +i=J.r(i) +j=J.r(j) +k=J.r(k) +l=J.r(l) +m=J.r(m) +n=J.r(n) +o=J.r(o) +p=J.r(p) +q=J.r(q) +r=J.r(r) +a0=J.r(a0) +a1=J.r(a1) +return A.dC(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v(A.v($.dr(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0),a1))}, +fb(a){var s,r=$.dr() +for(s=J.aw(a);s.t();)r=A.v(r,J.r(s.gH(s))) +return A.dC(r)}, +ej(a){A.aue(A.e(a))}, +aDJ(){$.TL() +return new A.Ag()}, +aFL(a,b){return 65536+((a&1023)<<10)+(b&1023)}, +mt(a3,a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=null +a5=a3.length +s=a4+5 +if(a5>=s){r=((B.b.ad(a3,a4+4)^58)*3|B.b.ad(a3,a4)^100|B.b.ad(a3,a4+1)^97|B.b.ad(a3,a4+2)^116|B.b.ad(a3,a4+3)^97)>>>0 +if(r===0)return A.aap(a4>0||a5=14)q[7]=a5 +o=q[1] +if(o>=a4)if(A.at5(a3,a4,o,20,q)===20)q[7]=o +n=q[2]+1 +m=q[3] +l=q[4] +k=q[5] +j=q[6] +if(jo+3){h=a2 +i=!1}else{p=m>a4 +if(p&&m+1===l){h=a2 +i=!1}else{if(!(kl+2&&B.b.cQ(a3,"/..",k-3) +else g=!0 +if(g){h=a2 +i=!1}else{if(o===a4+4)if(B.b.cQ(a3,"file",a4)){if(n<=a4){if(!B.b.cQ(a3,"/",l)){f="file:///" +r=3}else{f="file://" +r=2}a3=f+B.b.N(a3,l,a5) +o-=a4 +s=r-a4 +k+=s +j+=s +a5=a3.length +a4=0 +n=7 +m=7 +l=7}else if(l===k)if(a4===0&&!0){a3=B.b.iT(a3,l,k,"/");++k;++j;++a5}else{a3=B.b.N(a3,a4,l)+"/"+B.b.N(a3,k,a5) +o-=a4 +n-=a4 +m-=a4 +l-=a4 +s=1-a4 +k+=s +j+=s +a5=a3.length +a4=0}h="file"}else if(B.b.cQ(a3,"http",a4)){if(p&&m+3===l&&B.b.cQ(a3,"80",m+1))if(a4===0&&!0){a3=B.b.iT(a3,m,l,"") +l-=3 +k-=3 +j-=3 +a5-=3}else{a3=B.b.N(a3,a4,m)+B.b.N(a3,l,a5) +o-=a4 +n-=a4 +m-=a4 +s=3+a4 +l-=s +k-=s +j-=s +a5=a3.length +a4=0}h="http"}else h=a2 +else if(o===s&&B.b.cQ(a3,"https",a4)){if(p&&m+4===l&&B.b.cQ(a3,"443",m+1))if(a4===0&&!0){a3=B.b.iT(a3,m,l,"") +l-=4 +k-=4 +j-=4 +a5-=3}else{a3=B.b.N(a3,a4,m)+B.b.N(a3,l,a5) +o-=a4 +n-=a4 +m-=a4 +s=4+a4 +l-=s +k-=s +j-=s +a5=a3.length +a4=0}h="https"}else h=a2 +i=!0}}}else h=a2 +if(i){if(a4>0||a5a4)h=A.aFq(a3,a4,o) +else{if(o===a4)A.uT(a3,a4,"Invalid empty scheme") +h=""}if(n>a4){e=o+3 +d=e9)k.$2("invalid character",s)}else{if(q===3)k.$2(m,s) +o=A.fM(B.b.N(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.fM(B.b.N(a,r,c),null) +if(o>255)k.$2(l,r) +j[q]=o +return j}, +arv(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d=new A.aar(a),c=new A.aas(d,a) +if(a.length<2)d.$2("address is too short",e) +s=A.b([],t.t) +for(r=b,q=r,p=!1,o=!1;r>>0) +s.push((k[2]<<8|k[3])>>>0)}if(p){if(s.length>7)d.$2("an address with a wildcard must have less than 7 parts",e)}else if(s.length!==8)d.$2("an address without a wildcard must contain exactly 8 parts",e) +j=new Uint8Array(16) +for(l=s.length,i=9-l,r=0,h=0;ro)A.K(A.bt(0,0,p.gp(q),null,null)) +if(A.amE(q,"/",0)){s=A.R("Illegal path character "+A.e(q)) +throw A.c(s)}}}, +asf(a,b,c){var s,r,q,p +for(s=A.eS(a,c,null,A.af(a).c),s=new A.cN(s,s.gp(s)),r=A.n(s).c;s.t();){q=s.d +if(q==null)q=r.a(q) +p=A.c_('["*/:<>?\\\\|]',!0) +if(A.amE(q,p,0)){s=A.R("Illegal character in path: "+q) +throw A.c(s)}}}, +aFn(a,b){var s +if(!(65<=a&&a<=90))s=97<=a&&a<=122 +else s=!0 +if(s)return +s=A.R("Illegal drive letter "+A.aDM(a)) +throw A.c(s)}, +alN(a,b){if(a!=null&&a===A.asg(b))return null +return a}, +ask(a,b,c,d){var s,r,q,p,o,n +if(a==null)return null +if(b===c)return"" +if(B.b.al(a,b)===91){s=c-1 +if(B.b.al(a,s)!==93)A.uT(a,b,"Missing end `]` to match `[` in host") +r=b+1 +q=A.aFo(a,r,s) +if(q=b&&q=b&&s>>4]&1<<(p&15))!==0){if(q&&65<=p&&90>=p){if(i==null)i=new A.by("") +if(r>>4]&1<<(o&15))!==0){if(p&&65<=o&&90>=o){if(q==null)q=new A.by("") +if(r>>4]&1<<(o&15))!==0)A.uT(a,s,"Invalid character") +else{if((o&64512)===55296&&s+1>>4]&1<<(q&15))!==0))A.uT(a,s,"Illegal scheme character") +if(65<=q&&q<=90)r=!0}a=B.b.N(a,b,c) +return A.aFl(r?a.toLowerCase():a)}, +aFl(a){if(a==="http")return"http" +if(a==="file")return"file" +if(a==="https")return"https" +if(a==="package")return"package" +return a}, +asl(a,b,c){if(a==null)return"" +return A.DV(a,b,c,B.ER,!1)}, +alM(a,b,c,d,e,f){var s,r=e==="file",q=r||f +if(a==null)return r?"/":"" +else s=A.DV(a,b,c,B.nL,!0) +if(s.length===0){if(r)return"/"}else if(q&&!B.b.bl(s,"/"))s="/"+s +return A.aso(s,e,f)}, +aso(a,b,c){var s=b.length===0 +if(s&&!c&&!B.b.bl(a,"/"))return A.alQ(a,!s||c) +return A.kX(a)}, +alO(a,b,c,d){var s,r={} +if(a!=null){if(d!=null)throw A.c(A.b5("Both query and queryParameters specified",null)) +return A.DV(a,b,c,B.ej,!0)}if(d==null)return null +s=new A.by("") +r.a="" +d.Y(0,new A.aha(new A.ahb(r,s))) +r=s.a +return r.charCodeAt(0)==0?r:r}, +asj(a,b,c){if(a==null)return null +return A.DV(a,b,c,B.ej,!0)}, +alP(a,b,c){var s,r,q,p,o,n=b+2 +if(n>=a.length)return"%" +s=B.b.al(a,b+1) +r=B.b.al(a,n) +q=A.aj4(s) +p=A.aj4(r) +if(q<0||p<0)return"%" +o=q*16+p +if(o<127&&(B.cv[B.f.ha(o,4)]&1<<(o&15))!==0)return A.fd(c&&65<=o&&90>=o?(o|32)>>>0:o) +if(s>=97||r>=97)return B.b.N(a,b,b+3).toUpperCase() +return null}, +alL(a){var s,r,q,p,o,n="0123456789ABCDEF" +if(a<128){s=new Uint8Array(3) +s[0]=37 +s[1]=B.b.ad(n,a>>>4) +s[2]=B.b.ad(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.f.Ae(a,6*q)&63|r +s[p]=37 +s[p+1]=B.b.ad(n,o>>>4) +s[p+2]=B.b.ad(n,o&15) +p+=3}}return A.tj(s,0,null)}, +DV(a,b,c,d,e){var s=A.asn(a,b,c,d,e) +return s==null?B.b.N(a,b,c):s}, +asn(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j,i=null +for(s=!e,r=b,q=r,p=i;r>>4]&1<<(o&15))!==0)++r +else{if(o===37){n=A.alP(a,r,!1) +if(n==null){r+=3 +continue}if("%"===n){n="%25" +m=1}else m=3}else if(s&&o<=93&&(B.nw[o>>>4]&1<<(o&15))!==0){A.uT(a,r,"Invalid character") +m=i +n=m}else{if((o&64512)===55296){l=r+1 +if(l=2&&A.asi(B.b.ad(a,0)))for(s=1;s127||(B.nA[r>>>4]&1<<(r&15))===0)break}return a}, +aFs(a,b){if(a.D0("package")&&a.c==null)return A.at7(b,0,b.length) +return-1}, +asq(a){var s,r,q,p=a.gkN(),o=p.length +if(o>0&&J.bQ(p[0])===2&&J.ano(p[0],1)===58){A.aFn(J.ano(p[0],0),!1) +A.asf(p,!1,1) +s=!0}else{A.asf(p,!1,0) +s=!1}r=a.gvE()&&!s?""+"\\":"" +if(a.gnE()){q=a.giB(a) +if(q.length!==0)r=r+"\\"+q+"\\"}r=A.Lw(r,p,"\\") +o=s&&o===1?r+"\\":r +return o.charCodeAt(0)==0?o:o}, +aFp(a,b){var s,r,q +for(s=0,r=0;r<2;++r){q=B.b.ad(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.b5("Invalid URL encoding",null))}}return s}, +alR(a,b,c,d,e){var s,r,q,p,o=b +while(!0){if(!(o127)throw A.c(A.b5("Illegal percent encoding in URI",null)) +if(r===37){if(o+3>q)throw A.c(A.b5("Truncated URI",null)) +p.push(A.aFp(a,o+1)) +o+=2}else p.push(r)}}return d.ds(0,p)}, +asi(a){var s=a|32 +return 97<=s&&s<=122}, +aEf(a){if(!a.D0("data"))throw A.c(A.fT(a,"uri","Scheme must be 'data'")) +if(a.gnE())throw A.c(A.fT(a,"uri","Data uri must not have authority")) +if(a.gvF())throw A.c(A.fT(a,"uri","Data uri must not have a fragment part")) +if(!a.glU())return A.aap(a.ge4(a),0,a) +return A.aap(a.i(0),5,a)}, +aap(a,b,c){var s,r,q,p,o,n,m,l,k="Invalid MIME type",j=A.b([b-1],t.t) +for(s=a.length,r=b,q=-1,p=null;rb)throw A.c(A.c6(k,a,r)) +for(;p!==44;){j.push(r);++r +for(o=-1;r=0)j.push(o) +else{n=B.c.gR(j) +if(p!==44||r!==n+7||!B.b.cQ(a,"base64",n+1))throw A.c(A.c6("Expecting '='",a,r)) +break}}j.push(r) +m=r+1 +if((j.length&1)===1)a=B.wN.aeD(0,a,m,s) +else{l=A.asn(a,m,s,B.ej,!0) +if(l!=null)a=B.b.iT(a,m,s,l)}return new A.aao(a,j,c)}, +aFS(){var s,r,q,p,o,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~!$&'()*+,;=",m=".",l=":",k="/",j="?",i="#",h=J.akB(22,t.H3) +for(s=0;s<22;++s)h[s]=new Uint8Array(96) +r=new A.ahU(h) +q=new A.ahV() +p=new A.ahW() +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}, +at5(a,b,c,d,e){var s,r,q,p,o=$.aw5() +for(s=b;s95?31:q] +d=p&31 +e[p>>>5]=s}return d}, +as6(a){if(a.b===7&&B.b.bl(a.a,"package")&&a.c<=0)return A.at7(a.a,a.e,a.f) +return-1}, +at7(a,b,c){var s,r,q +for(s=b,r=0;s")) +return t.Q.a(s.gbX(s))}, +aB2(a){return A.cz(a,null)}, +wA(a){var s,r,q="element tag unavailable" +try{s=J.k(a) +s.gPB(a) +q=s.gPB(a)}catch(r){}return q}, +cz(a,b){return document.createElement(a)}, +aBq(a,b,c){var s=new FontFace(a,b,A.Tw(c)) +return s}, +aBH(a,b){var s,r=new A.a4($.a5,t._T),q=new A.aI(r,t.rj),p=new XMLHttpRequest() +B.fR.afm(p,"GET",a,!0) +p.responseType=b +s=t._p +A.bz(p,"load",new A.a00(p,q),!1,s) +A.bz(p,"error",q.gM2(),!1,s) +p.send() +return r}, +apz(){var s=document.createElement("img") +return s}, +a0A(){var s,r=null,q=document.createElement("input"),p=t.Zb.a(q) +if(r!=null)try{p.type=r}catch(s){}return p}, +bz(a,b,c,d,e){var s=c==null?null:A.amd(new A.acI(c),t.I3) +s=new A.BC(a,b,s,!1,e.j("BC<0>")) +s.AA() +return s}, +arR(a){var s=document.createElement("a"),r=new A.ag8(s,window.location) +r=new A.ui(r) +r.Ye(a) +return r}, +aEK(a,b,c,d){return!0}, +aEL(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}, +as8(){var s=t.N,r=A.k9(B.nM,s),q=A.b(["TEMPLATE"],t.s) +s=new A.RF(r,A.j2(s),A.j2(s),A.j2(s),null) +s.Yh(null,new A.aA(B.nM,new A.agC(),t.a4),q,null) +return s}, +ahR(a){var s +if("postMessage" in a){s=A.arJ(a) +return s}else return a}, +asB(a){if(t.VF.b(a))return a +return new A.ip([],[]).ji(a,!0)}, +arJ(a){if(a===window)return a +else return new A.ach(a)}, +amd(a,b){var s=$.a5 +if(s===B.af)return a +return s.Bk(a,b)}, +aH5(a,b,c){var s=$.a5 +if(s===B.af)return a +return s.a9T(a,b,c)}, +ad:function ad(){}, +Uc:function Uc(){}, +F3:function F3(){}, +F9:function F9(){}, +pW:function pW(){}, +mY:function mY(){}, +Fo:function Fo(){}, +fV:function fV(){}, +mZ:function mZ(){}, +V0:function V0(){}, +Fz:function Fz(){}, +n3:function n3(){}, +FE:function FE(){}, +iK:function iK(){}, +Gq:function Gq(){}, +w7:function w7(){}, +Wi:function Wi(){}, +qd:function qd(){}, +Wj:function Wj(){}, +c5:function c5(){}, +qe:function qe(){}, +Wk:function Wk(){}, +qf:function qf(){}, +hF:function hF(){}, +jR:function jR(){}, +Wl:function Wl(){}, +Wm:function Wm(){}, +Ww:function Ww(){}, +wm:function wm(){}, +iQ:function iQ(){}, +Xz:function Xz(){}, +nk:function nk(){}, +wq:function wq(){}, +wr:function wr(){}, +GT:function GT(){}, +XA:function XA(){}, +N6:function N6(a,b){this.a=a +this.b=b}, +ud:function ud(a,b){this.a=a +this.$ti=b}, +am:function am(){}, +Ya:function Ya(){}, +GW:function GW(){}, +hJ:function hJ(){}, +YI:function YI(a){this.a=a}, +YJ:function YJ(a){this.a=a}, +ah:function ah(){}, +a2:function a2(){}, +dN:function dN(){}, +H9:function H9(){}, +YS:function YS(){}, +Hc:function Hc(){}, +ft:function ft(){}, +qy:function qy(){}, +qz:function qz(){}, +YU:function YU(){}, +nB:function nB(){}, +jY:function jY(){}, +hM:function hM(){}, +a_P:function a_P(){}, +nI:function nI(){}, +x1:function x1(){}, +lu:function lu(){}, +a00:function a00(a,b){this.a=a +this.b=b}, +x3:function x3(){}, +HK:function HK(){}, +xa:function xa(){}, +nN:function nN(){}, +nS:function nS(){}, +k6:function k6(){}, +xu:function xu(){}, +xz:function xz(){}, +a1v:function a1v(){}, +Ik:function Ik(){}, +a1W:function a1W(){}, +a1X:function a1X(){}, +Io:function Io(){}, +ra:function ra(){}, +Iq:function Iq(){}, +y2:function y2(){}, +lL:function lL(){}, +Ir:function Ir(){}, +a26:function a26(a){this.a=a}, +a27:function a27(a){this.a=a}, +Is:function Is(){}, +It:function It(){}, +a28:function a28(a){this.a=a}, +a29:function a29(a){this.a=a}, +y3:function y3(){}, +hW:function hW(){}, +Iu:function Iu(){}, +eN:function eN(){}, +ke:function ke(){}, +a2u:function a2u(a){this.a=a}, +y7:function y7(){}, +a2G:function a2G(){}, +dG:function dG(a){this.a=a}, +a6:function a6(){}, +rc:function rc(){}, +a2P:function a2P(){}, +IO:function IO(){}, +IP:function IP(){}, +IW:function IW(){}, +a31:function a31(){}, +yz:function yz(){}, +Jh:function Jh(){}, +a3m:function a3m(){}, +Jk:function Jk(){}, +jb:function jb(){}, +a3r:function a3r(){}, +i2:function i2(){}, +JA:function JA(){}, +kl:function kl(){}, +fB:function fB(){}, +JM:function JM(){}, +Kz:function Kz(){}, +a5W:function a5W(a){this.a=a}, +a5X:function a5X(a){this.a=a}, +a6i:function a6i(){}, +zG:function zG(){}, +KO:function KO(){}, +KW:function KW(){}, +Li:function Li(){}, +ic:function ic(){}, +Lm:function Lm(){}, +ie:function ie(){}, +Ls:function Ls(){}, +ig:function ig(){}, +Lt:function Lt(){}, +a8F:function a8F(){}, +Ah:function Ah(){}, +a8S:function a8S(a){this.a=a}, +a8T:function a8T(a){this.a=a}, +Aj:function Aj(){}, +fH:function fH(){}, +Ap:function Ap(){}, +LE:function LE(){}, +LF:function LF(){}, +ts:function ts(){}, +tu:function tu(){}, +LO:function LO(){}, +ik:function ik(){}, +fJ:function fJ(){}, +LV:function LV(){}, +LW:function LW(){}, +aa_:function aa_(){}, +il:function il(){}, +mr:function mr(){}, +AP:function AP(){}, +aab:function aab(){}, +p0:function p0(){}, +aat:function aat(){}, +aaF:function aaF(){}, +p3:function p3(){}, +p5:function p5(){}, +jA:function jA(){}, +tO:function tO(){}, +Nn:function Nn(){}, +Bp:function Bp(){}, +Om:function Om(){}, +Cp:function Cp(){}, +Ri:function Ri(){}, +Rw:function Rw(){}, +ML:function ML(){}, +Bz:function Bz(a){this.a=a}, +akt:function akt(a,b){this.a=a +this.$ti=b}, +mw:function mw(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +pb:function pb(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +BC:function BC(a,b,c,d,e){var _=this +_.a=0 +_.b=a +_.c=b +_.d=c +_.e=d +_.$ti=e}, +acI:function acI(a){this.a=a}, +acJ:function acJ(a){this.a=a}, +ui:function ui(a){this.a=a}, +cC:function cC(){}, +yi:function yi(a){this.a=a}, +a2M:function a2M(a){this.a=a}, +a2L:function a2L(a,b,c){this.a=a +this.b=b +this.c=c}, +Dg:function Dg(){}, +agl:function agl(){}, +agm:function agm(){}, +RF:function RF(a,b,c,d,e){var _=this +_.e=a +_.a=b +_.b=c +_.c=d +_.d=e}, +agC:function agC(){}, +Rx:function Rx(){}, +wM:function wM(a,b){var _=this +_.a=a +_.b=b +_.c=-1 +_.d=null}, +Gs:function Gs(){}, +ach:function ach(a){this.a=a}, +ag8:function ag8(a,b){this.a=a +this.b=b}, +Sm:function Sm(a){this.a=a +this.b=0}, +ahl:function ahl(a){this.a=a}, +No:function No(){}, +NN:function NN(){}, +NO:function NO(){}, +NP:function NP(){}, +NQ:function NQ(){}, +O6:function O6(){}, +O7:function O7(){}, +Os:function Os(){}, +Ot:function Ot(){}, +P6:function P6(){}, +P7:function P7(){}, +P8:function P8(){}, +P9:function P9(){}, +Pk:function Pk(){}, +Pl:function Pl(){}, +PD:function PD(){}, +PE:function PE(){}, +QJ:function QJ(){}, +Dj:function Dj(){}, +Dk:function Dk(){}, +Rg:function Rg(){}, +Rh:function Rh(){}, +Rn:function Rn(){}, +RO:function RO(){}, +RP:function RP(){}, +DG:function DG(){}, +DH:function DH(){}, +S_:function S_(){}, +S0:function S0(){}, +Sw:function Sw(){}, +Sx:function Sx(){}, +SG:function SG(){}, +SH:function SH(){}, +SQ:function SQ(){}, +SR:function SR(){}, +T3:function T3(){}, +T4:function T4(){}, +T5:function T5(){}, +T6:function T6(){}, +asA(a){var s,r +if(a==null)return a +if(typeof a=="string"||typeof a=="number"||A.mK(a))return a +if(A.atT(a))return A.hx(a) +if(Array.isArray(a)){s=[] +for(r=0;rc)throw A.c(A.bt(a,0,c,s,s)) +if(bc)throw A.c(A.bt(b,a,c,s,s))}, +aFH(a){return a}, +alY(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}, +asM(a,b){if(Object.prototype.hasOwnProperty.call(a,b))return a[b] +return null}, +Tn(a){if(a==null||typeof a=="string"||typeof a=="number"||A.mK(a))return a +if(a instanceof A.k4)return a.a +if(A.atR(a))return a +if(t.e2.b(a))return a +if(a instanceof A.dh)return A.dR(a) +if(t._8.b(a))return A.asL(a,"$dart_jsFunction",new A.ahS()) +return A.asL(a,"_$dart_jsObject",new A.ahT($.an_()))}, +asL(a,b,c){var s=A.asM(a,b) +if(s==null){s=c.$1(a) +A.alY(a,b,s)}return s}, +alV(a){if(a==null||typeof a=="string"||typeof a=="number"||typeof a=="boolean")return a +else if(a instanceof Object&&A.atR(a))return a +else if(a instanceof Object&&t.e2.b(a))return a +else if(a instanceof Date)return A.aoR(a.getTime(),!1) +else if(a.constructor===$.an_())return a.o +else return A.aiC(a)}, +aiC(a){if(typeof a=="function")return A.am0(a,$.TJ(),new A.aiD()) +if(a instanceof Array)return A.am0(a,$.amW(),new A.aiE()) +return A.am0(a,$.amW(),new A.aiF())}, +am0(a,b,c){var s=A.asM(a,b) +if(s==null||!(a instanceof Object)){s=c.$1(a) +A.alY(a,b,s)}return s}, +aFN(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.aFE,a) +s[$.TJ()]=a +a.$dart_jsFunction=s +return s}, +aFE(a,b){return A.apr(a,b)}, +fl(a){if(typeof a=="function")return a +else return A.aFN(a)}, +a0S:function a0S(a){this.a=a}, +ahS:function ahS(){}, +ahT:function ahT(a){this.a=a}, +aiD:function aiD(){}, +aiE:function aiE(){}, +aiF:function aiF(){}, +k4:function k4(a){this.a=a}, +qY:function qY(a){this.a=a}, +nX:function nX(a,b){this.a=a +this.$ti=b}, +un:function un(){}, +amn(a,b){return b in a}, +bE(a,b,c){return a[b].apply(a,c)}, +aFF(a,b){return a[b]()}, +fN(a,b){var s=new A.a4($.a5,b.j("a4<0>")),r=new A.aI(s,b.j("aI<0>")) +a.then(A.fm(new A.aju(r),1),A.fm(new A.ajv(r),1)) +return s}, +IK:function IK(a){this.a=a}, +aju:function aju(a){this.a=a}, +ajv:function ajv(a){this.a=a}, +au3(a,b){return Math.max(A.dc(a),A.dc(b))}, +atV(a){return Math.log(a)}, +adI:function adI(){}, +fA:function fA(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ar9(){var s=t.ry.a(B.b4.ir(document,"http://www.w3.org/2000/svg","svg")) +s.setAttribute("version","1.1") +return t.OM.a(s)}, +q6:function q6(){}, +qi:function qi(){}, +qu:function qu(){}, +qv:function qv(){}, +qw:function qw(){}, +qx:function qx(){}, +qA:function qA(){}, +h3:function h3(){}, +e3:function e3(){}, +k8:function k8(){}, +Id:function Id(){}, +kh:function kh(){}, +IN:function IN(){}, +ri:function ri(){}, +a3M:function a3M(){}, +rD:function rD(){}, +Ly:function Ly(){}, +aH:function aH(){}, +oP:function oP(){}, +kE:function kE(){}, +M5:function M5(){}, +OP:function OP(){}, +OQ:function OQ(){}, +Pr:function Pr(){}, +Ps:function Ps(){}, +Rr:function Rr(){}, +Rs:function Rs(){}, +S4:function S4(){}, +S5:function S5(){}, +GY:function GY(){}, +aCy(){if($.aJ())return new A.na() +else return new A.H0()}, +aAb(a,b){var s='"recorder" must not already be associated with another Canvas.' +if($.aJ()){if(a.gO8())A.K(A.b5(s,null)) +if(b==null)b=B.l4 +return new A.Vs(t.wW.a(a).lA(0,b))}else{t.X8.a(a) +if(a.c)A.K(A.b5(s,null)) +return new A.a91(a.lA(0,b==null?B.l4:b))}}, +aDg(){var s,r,q +if($.aJ()){s=new A.Kv(A.b([],t.k5),B.F) +r=new A.a1m(s) +r.b=s +return r}else{s=A.b([],t.wc) +r=$.a93 +q=A.b([],t.g) +r=new A.fu(r!=null&&r.c===B.ak?r:null) +$.iy.push(r) +r=new A.yH(q,r,B.aU) +r.f=A.dP() +s.push(r) +return new A.a92(s)}}, +ym(a,b,c){if(b==null)if(a==null)return null +else return a.W(0,1-c) +else if(a==null)return b.W(0,c) +else return new A.m(A.jK(a.a,b.a,c),A.jK(a.b,b.b,c))}, +aDu(a,b,c){if(b==null)if(a==null)return null +else return a.W(0,1-c) +else if(a==null)return b.W(0,c) +else return new A.L(A.jK(a.a,b.a,c),A.jK(a.b,b.b,c))}, +lY(a,b){var s=a.a,r=b*2/2,q=a.b +return new A.w(s-r,q-r,s+r,q+r)}, +aqC(a,b,c){var s=a.a,r=c/2,q=a.b,p=b/2 +return new A.w(s-r,q-p,s+r,q+p)}, +al5(a,b){var s=a.a,r=b.a,q=a.b,p=b.b +return new A.w(Math.min(s,r),Math.min(q,p),Math.max(s,r),Math.max(q,p))}, +aD5(a,b,c){var s,r,q,p,o +if(b==null)if(a==null)return null +else{s=1-c +return new A.w(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.w(r*c,q*c,p*c,o*c) +else return new A.w(A.jK(a.a,r,c),A.jK(a.b,q,c),A.jK(a.c,p,c),A.jK(a.d,o,c))}}, +z_(a,b,c){var s,r,q +if(b==null)if(a==null)return null +else{s=1-c +return new A.bD(a.a*s,a.b*s)}else{r=b.a +q=b.b +if(a==null)return new A.bD(r*c,q*c) +else return new A.bD(A.jK(a.a,r,c),A.jK(a.b,q,c))}}, +yY(a,b){var s=b.a,r=b.b +return new A.i5(a.a,a.b,a.c,a.d,s,r,s,r,s,r,s,r,s===r)}, +aqz(a,b,c,d,e,f,g,h){var s=g.a,r=g.b,q=h.a,p=h.b,o=e.a,n=e.b,m=f.a,l=f.b +return new A.i5(a,b,c,d,s,r,q,p,m,l,o,n,s===r&&s===q&&s===p&&s===o&&s===n&&s===m&&s===l)}, +a4d(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.i5(a.a,a.b,a.c,a.d,s,r,q,p,m,l,o,n,k)}, +dW(a,b){a=a+J.r(b)&536870911 +a=a+((a&524287)<<10)&536870911 +return a^a>>>6}, +arU(a){a=a+((a&67108863)<<3)&536870911 +a^=a>>>11 +return a+((a&16383)<<15)&536870911}, +cu(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var s=A.dW(A.dW(0,a),b) +if(!J.f(c,B.d)){s=A.dW(s,c) +if(!J.f(d,B.d)){s=A.dW(s,d) +if(e!==B.d){s=A.dW(s,e) +if(f!==B.d){s=A.dW(s,f) +if(g!==B.d){s=A.dW(s,g) +if(h!==B.d){s=A.dW(s,h) +if(!J.f(i,B.d)){s=A.dW(s,i) +if(!J.f(j,B.d)){s=A.dW(s,j) +if(!J.f(k,B.d)){s=A.dW(s,k) +if(l!==B.d){s=A.dW(s,l) +if(m!==B.d){s=A.dW(s,m) +if(n!==B.d){s=A.dW(s,n) +if(!J.f(o,B.d)){s=A.dW(s,o) +if(p!==B.d){s=A.dW(s,p) +if(q!==B.d){s=A.dW(s,q) +if(r!==B.d)s=A.dW(s,r)}}}}}}}}}}}}}}}return A.arU(s)}, +EG(a){var s,r +if(a!=null)for(s=J.aw(a),r=0;s.t();)r=A.dW(r,s.gH(s)) +else r=0 +return A.arU(r)}, +ajE(a,b){var s=0,r=A.P(t.H),q=[],p,o,n,m +var $async$ajE=A.Q(function(c,d){if(c===1)return A.M(d,r) +while(true)switch(s){case 0:n=new A.Uy(new A.ajF(),new A.ajG(a,b)) +m=!0 +try{m=self._flutter.loader.didCreateEngineInitializer==null}catch(l){m=!0}s=m?2:4 +break +case 2:A.ej("Flutter Web Bootstrap: Auto") +s=5 +return A.U(n.nb(),$async$ajE) +case 5:s=3 +break +case 4:A.ej("Flutter Web Bootstrap: Programmatic") +o=self._flutter.loader.didCreateEngineInitializer +o.toString +o.$1(n.afC()) +case 3:return A.N(null,r)}}) +return A.O($async$ajE,r)}, +aBV(a){switch(a.a){case 1:return"up" +case 0:return"down" +case 2:return"repeat"}}, +Z(a,b,c){var s +if(a!=b)if((a==null?null:isNaN(a))===!0)s=(b==null?null:isNaN(b))===!0 +else s=!1 +else s=!0 +if(s)return a==null?null:a +if(a==null)a=0 +if(b==null)b=0 +return a*(1-c)+b*c}, +jK(a,b,c){return a*(1-c)+b*c}, +aie(a,b,c){return a*(1-c)+b*c}, +at4(a,b){return A.ak(A.uZ(B.e.aI((a.gl(a)>>>24&255)*b),0,255),a.gl(a)>>>16&255,a.gl(a)>>>8&255,a.gl(a)&255)}, +ak(a,b,c,d){return new A.E(((a&255)<<24|(b&255)<<16|(c&255)<<8|d&255)>>>0)}, +akh(a){if(a<=0.03928)return a/12.92 +return Math.pow((a+0.055)/1.055,2.4)}, +A(a,b,c){if(b==null)if(a==null)return null +else return A.at4(a,1-c) +else if(a==null)return A.at4(b,c) +else return A.ak(A.uZ(B.e.e6(A.aie(a.gl(a)>>>24&255,b.gl(b)>>>24&255,c)),0,255),A.uZ(B.e.e6(A.aie(a.gl(a)>>>16&255,b.gl(b)>>>16&255,c)),0,255),A.uZ(B.e.e6(A.aie(a.gl(a)>>>8&255,b.gl(b)>>>8&255,c)),0,255),A.uZ(B.e.e6(A.aie(a.gl(a)&255,b.gl(b)&255,c)),0,255))}, +q8(a,b){var s,r,q,p=a.gl(a)>>>24&255 +if(p===0)return b +s=255-p +r=b.gl(b)>>>24&255 +if(r===255)return A.ak(255,B.f.bC(p*(a.gl(a)>>>16&255)+s*(b.gl(b)>>>16&255),255),B.f.bC(p*(a.gl(a)>>>8&255)+s*(b.gl(b)>>>8&255),255),B.f.bC(p*(a.gl(a)&255)+s*(b.gl(b)&255),255)) +else{r=B.f.bC(r*s,255) +q=p+r +return A.ak(q,B.f.lh((a.gl(a)>>>16&255)*p+(b.gl(b)>>>16&255)*r,q),B.f.lh((a.gl(a)>>>8&255)*p+(b.gl(b)>>>8&255)*r,q),B.f.lh((a.gl(a)&255)*p+(b.gl(b)&255)*r,q))}}, +aps(a,b,c,d,e){var s +if($.aJ()){s=new A.G1(a,b,c,d,e,null) +s.jX(null,t.wX)}else s=new A.a_f(a,b,c,d,e,null) +return s}, +amq(a,b,c,d){var s=0,r=A.P(t.hP),q +var $async$amq=A.Q(function(e,f){if(e===1)return A.M(f,r) +while(true)switch(s){case 0:if($.aJ()){q=A.aIM(a,d,c) +s=1 +break}else{q=new A.HG((self.URL||self.webkitURL).createObjectURL(A.azY([a.buffer]))) +s=1 +break}case 1:return A.N(q,r)}}) +return A.O($async$amq,r)}, +aDp(a,b,c){var s,r,q=A.A(a.a,b.a,c) +q.toString +s=A.ym(a.b,b.b,c) +s.toString +r=A.jK(a.c,b.c,c) +return new A.m8(q,s,r)}, +aDq(a,b,c){var s,r,q,p=a==null +if(p&&b==null)return null +if(p)a=A.b([],t.kO) +if(b==null)b=A.b([],t.kO) +s=A.b([],t.kO) +r=Math.min(a.length,b.length) +for(q=0;q=0}else q=!1 +if(!q)break +if(r>s)return-1 +if(A.amr(a,c,d,r)&&A.amr(a,c,d,r+p))return r +c=r+1}return-1}return A.aG8(a,b,c,d)}, +aG8(a,b,c,d){var s,r,q,p=new A.hE(a,d,c,0) +for(s=b.length;r=p.hu(),r>=0;){q=r+s +if(q>d)break +if(B.b.cQ(a,b,r)&&A.amr(a,c,d,q))return r}return-1}, +eb:function eb(a){this.a=a}, +Lx:function Lx(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +ajh(a,b,c,d){if(d===208)return A.atY(a,b,c) +if(d===224){if(A.atX(a,b,c)>=0)return 145 +return 64}throw A.c(A.X("Unexpected state: "+B.f.iX(d,16)))}, +atY(a,b,c){var s,r,q,p,o +for(s=c,r=0;q=s-2,q>=b;s=q){p=B.b.al(a,s-1) +if((p&64512)!==56320)break +o=B.b.al(a,q) +if((o&64512)!==55296)break +if(A.jL(o,p)!==6)break +r^=1}if(r===0)return 193 +else return 144}, +atX(a,b,c){var s,r,q,p,o +for(s=c;s>b;){--s +r=B.b.al(a,s) +if((r&64512)!==56320)q=A.pJ(r) +else{if(s>b){--s +p=B.b.al(a,s) +o=(p&64512)===55296}else{p=0 +o=!1}if(o)q=A.jL(p,r) +else break}if(q===7)return s +if(q!==4)break}return-1}, +amr(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=u.q +if(b=c)return!0 +n=B.b.al(a,o) +if((n&64512)!==56320)return!0 +p=A.jL(s,n)}else return(q&64512)!==55296 +if((q&64512)!==56320){m=A.pJ(q) +d=r}else{d-=2 +if(b<=d){l=B.b.al(a,d) +if((l&64512)!==55296)return!0 +m=A.jL(l,q)}else return!0}k=B.b.ad(j,(B.b.ad(j,(p|176)>>>0)&240|m)>>>0) +return((k>=208?A.ajh(a,b,d,k):k)&1)===0}return b!==c}, +aIF(a,b,c,d){var s,r,q,p,o,n +if(d===b||d===c)return d +s=B.b.al(a,d) +if((s&63488)!==55296){r=A.pJ(s) +q=d}else if((s&64512)===55296){p=d+1 +if(p>>0)).hu()}, +aIy(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.b.al(a,s) +if((r&63488)!==55296)q=A.pJ(r) +else if((r&64512)===55296){p=B.b.al(a,d) +if((p&64512)===56320){++d +if(d===c)return c +q=A.jL(r,p)}else q=2}else if(s>b){o=s-1 +n=B.b.al(a,o) +if((n&64512)===55296){q=A.jL(n,r) +s=o}else q=2}else q=2 +if(q===6)m=A.atY(a,b,s)!==144?160:48 +else{l=q===1 +if(l||q===4)if(A.atX(a,b,s)>=0)m=l?144:128 +else m=48 +else m=B.b.ad(u.S,(q|176)>>>0)}return new A.hE(a,a.length,d,m).hu()}, +hE:function hE(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Ff:function Ff(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +bd:function bd(){}, +Vl:function Vl(a){this.a=a}, +Vm:function Vm(a){this.a=a}, +Vn:function Vn(a,b){this.a=a +this.b=b}, +Vo:function Vo(a){this.a=a}, +Vp:function Vp(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Vq:function Vq(a,b,c){this.a=a +this.b=b +this.c=c}, +Vr:function Vr(a){this.a=a}, +HF:function HF(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=0 +_.$ti=c}, +YH:function YH(){}, +rz:function rz(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=f}, +V3:function V3(a){this.a=a}, +V5:function V5(a){this.a=a}, +V6:function V6(a,b){this.a=a +this.b=b}, +V4:function V4(){}, +V7:function V7(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +V8:function V8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +V9:function V9(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Va:function Va(a,b){this.a=a +this.b=b}, +Vb:function Vb(a){this.a=a}, +Vc:function Vc(a,b){this.a=a +this.b=b}, +aAM(a,b,c,d){return new A.e1(b,c,d,a)}, +lm:function lm(a,b){this.a=a +this.b=b}, +e1:function e1(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null}, +akn(a,b,c){var s=A.b([],c.j("o>")) +s.push(b) +return A.aBx(s,c)}, +aoZ(a,b){if(b==null)b=A.akX(null,null,null) +b.a=a +return b}, +WV(a,b,c){var s=b.$0() +return s}, +akm(a,b,c){var s=a instanceof A.e1?a:new A.e1(b,null,B.AQ,a) +s.e=c==null?s.e:c +return s}, +aoY(a,b,c){var s,r,q,p,o,n,m,l=null +if(!(a instanceof A.cP)){c.a(a) +return A.al7(a,l,l,l,l,b,l,l,c)}else if(!c.j("cP<0>").b(a)){s=c.j("0?").a(a.a) +r=A.a(a.b,"headers") +q=A.a(a.c,"requestOptions") +p=a.d +o=a.w +n=A.a(a.r,"redirects") +m=a.e +return A.al7(s,A.a(a.f,"extra"),r,o,n,q,p,m,c)}return a}, +WT:function WT(){}, +X1:function X1(a,b){this.a=a +this.b=b}, +X4:function X4(a,b,c){this.a=a +this.b=b +this.c=c}, +X3:function X3(a,b,c){this.a=a +this.b=b +this.c=c}, +X2:function X2(a,b){this.a=a +this.b=b}, +X5:function X5(a,b){this.a=a +this.b=b}, +X8:function X8(a,b,c){this.a=a +this.b=b +this.c=c}, +X7:function X7(a,b,c){this.a=a +this.b=b +this.c=c}, +X6:function X6(a,b){this.a=a +this.b=b}, +WY:function WY(a,b){this.a=a +this.b=b}, +X0:function X0(a,b,c){this.a=a +this.b=b +this.c=c}, +X_:function X_(a,b,c){this.a=a +this.b=b +this.c=c}, +WZ:function WZ(a,b){this.a=a +this.b=b}, +X9:function X9(a){this.a=a}, +Xa:function Xa(a,b){this.a=a +this.b=b}, +Xb:function Xb(a,b){this.a=a +this.b=b}, +WW:function WW(a){this.a=a}, +WX:function WX(a){this.a=a}, +Xc:function Xc(a,b){this.a=a +this.b=b}, +Xd:function Xd(a,b){this.a=a +this.b=b}, +Xe:function Xe(a,b){this.a=a +this.b=b}, +Xf:function Xf(a,b,c){this.a=a +this.b=b +this.c=c}, +WU:function WU(a,b){this.a=a +this.b=b}, +xH:function xH(){this.a=null}, +nU:function nU(a,b){this.a=a +this.b=b}, +di:function di(a,b){this.a=a +this.b=b}, +abn:function abn(){}, +ow:function ow(a){this.a=a}, +kr:function kr(a){this.a=a}, +jV:function jV(a){this.a=a}, +HU:function HU(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=0}, +WS:function WS(a,b,c,d,e){var _=this +_.Cj$=a +_.nz$=b +_.N7$=c +_.N8$=d +_.ahH$=e}, +NI:function NI(){}, +aBu(a){var s=new A.qF(A.c_("\\r\\n|\\r|\\n",!0),A.b([],t.Iq),A.b([],t.cS)) +s.Wy(a,B.ei) +return s}, +qF:function qF(a,b,c){var _=this +_.a=$ +_.b=a +_.c=b +_.d=c +_.e=!1}, +Zw:function Zw(a){this.a=a}, +Zy:function Zy(a){this.a=a}, +Zx:function Zx(a,b){this.a=a +this.b=b}, +ZG:function ZG(a,b){this.a=a +this.b=b}, +ZD:function ZD(a){this.a=a}, +ZF:function ZF(a){this.a=a}, +ZE:function ZE(a){this.a=a}, +ZA:function ZA(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ZB:function ZB(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Zz:function Zz(a){this.a=a}, +ZC:function ZC(a,b,c){this.a=a +this.b=b +this.c=c}, +aBD(a){var s=t.yp +return new A.HE(A.aiJ(a.jC(a,new A.a_m(),t.N,s),s))}, +HE:function HE(a){this.a=a}, +a_m:function a_m(){}, +a_o:function a_o(a){this.a=a}, +a_n:function a_n(a,b){this.a=a +this.b=b}, +azV(a,b,c,d,e){var s=null,r=new A.UR($,$,$,s,s) +r.G7(c,s,s,s,s,s,s,s,d,s,s,B.eF,e,s) +r.ny$=A.z(t.N,t.z) +r.nx$=a +r.jt$=b==null?0:b +return r}, +akX(a,b,c){return new A.a30(b,c,a)}, +aDb(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var s=new A.jj(c,j,$,$,$,n,o) +s.G7(null,d,e,f,g,h,i,l,m,n,o,p,q,r) +s.ny$=k==null?A.z(t.N,t.z):k +s.nx$=a==null?"":a +s.jt$=b==null?0:b +return s}, +ox:function ox(a,b){this.a=a +this.b=b}, +xD:function xD(a,b){this.a=a +this.b=b}, +UR:function UR(a,b,c,d,e){var _=this +_.nx$=a +_.ny$=b +_.jt$=c +_.d=_.c=_.b=_.a=$ +_.e=null +_.z=_.y=_.x=_.w=_.r=_.f=$ +_.Q=d +_.as=e +_.at=$}, +IU:function IU(){}, +a30:function a30(a,b,c){var _=this +_.a=null +_.b=a +_.r=b +_.y=c}, +jj:function jj(a,b,c,d,e,f,g){var _=this +_.ax=a +_.ay=b +_.cx=_.CW=_.ch=null +_.nx$=c +_.ny$=d +_.jt$=e +_.d=_.c=_.b=_.a=$ +_.e=null +_.z=_.y=_.x=_.w=_.r=_.f=$ +_.Q=f +_.as=g +_.at=$}, +afU:function afU(){}, +afV:function afV(){}, +MP:function MP(){}, +QB:function QB(){}, +aH7(a,b,c){if(t.NP.b(a))return a +return A.aH1(a,b,c,t.Cm).G0(a)}, +aH1(a,b,c,d){return A.as7(new A.aiz(c,d),d,t.H3)}, +aiz:function aiz(a,b){this.a=a +this.b=b}, +al7(a,b,c,d,e,f,g,h,i){var s=new A.cP(a,f,g,h,d,i.j("cP<0>")) +s.b=c==null?new A.HE(A.aiJ(null,t.yp)):c +s.f=b==null?A.z(t.N,t.z):b +s.r=e==null?A.b([],t.Bw):e +return s}, +cP:function cP(a,b,c,d,e,f){var _=this +_.a=a +_.b=$ +_.c=b +_.d=c +_.e=d +_.r=_.f=$ +_.w=e +_.$ti=f}, +arq(a,b){return A.atx(a,new A.aad(),!0,b)}, +arp(a){var s,r,q +if(a==null)return!1 +s=A.aCg(a) +r=s.b +q=s.a+"/"+r +return q==="application/json"||q==="text/json"||B.b.kv(r,"+json")}, +aac:function aac(){}, +aad:function aad(){}, +WH:function WH(){}, +WI:function WI(a,b,c){this.a=a +this.b=b +this.c=c}, +WJ:function WJ(a,b){this.a=a +this.b=b}, +WL:function WL(a){this.a=a}, +WK:function WK(a){this.a=a}, +aJ6(a,b){var s=new A.a4($.a5,t.LR) +a.vX(b.gn2(b),new A.ajH(new A.aI(s,t.zh)),b.ga9n()) +return s}, +atx(a,b,c,d){var s,r,q={},p=new A.by("") +q.a=!0 +s=c?"%5B":"[" +r=c?"%5D":"]" +new A.aiW(q,d,s,r,c?A.aHC():new A.aiV(),b,p).$2(a,"") +q=p.a +return q.charCodeAt(0)==0?q:q}, +aGk(a){switch(a.a){case 0:return"," +case 1:return" " +case 2:return"\\t" +case 3:return"|" +default:return""}}, +aiJ(a,b){var s=A.hT(new A.aiK(),new A.aiL(),null,t.N,b) +if(a!=null&&a.a!==0)s.P(0,a) +return s}, +ajH:function ajH(a){this.a=a}, +aiV:function aiV(){}, +aiW:function aiW(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +aiX:function aiX(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +aiK:function aiK(){}, +aiL:function aiL(){}, +YK:function YK(){this.b=this.a=null}, +hg:function hg(a){this.a=a +this.c=this.b=null}, +a5y:function a5y(){var _=this +_.w=_.r=_.f=_.e=_.c=_.b=_.a=null}, +a5z:function a5z(){var _=this +_.f=_.e=_.d=_.c=_.b=_.a=null}, +nJ:function nJ(a){this.a=a}, +Ou:function Ou(a){var _=this +_.a=_.e=_.d=null +_.b=a +_.c=null}, +ads:function ads(a,b){this.a=a +this.b=b}, +adr:function adr(){}, +adt:function adt(a){this.a=a}, +adq:function adq(){}, +adu:function adu(a){this.a=a}, +adp:function adp(a,b){this.a=a +this.b=b}, +ado:function ado(a){this.a=a}, +wj:function wj(){this.a=null}, +TD(a){var s=null,r=null +return A.aIL(a)}, +aIL(a){var s=0,r=A.P(t.z),q=1,p,o=[],n,m,l,k,j,i +var $async$TD=A.Q(function(b,c){if(b===1){p=c +s=q}while(true)switch(s){case 0:k=null +j=null +q=3 +s=6 +return A.U(A.Hy(A.bS(0,500,0),t.z),$async$TD) +case 6:A.ami() +$.v0=A.rd(new A.ajA(j,k),!1) +n=a.jw(t.N1) +if(n!=null){m=$.v0 +m.toString +n.qG(0,m)}q=1 +s=5 +break +case 3:q=2 +i=p +s=5 +break +case 2:s=1 +break +case 5:return A.N(null,r) +case 1:return A.M(p,r)}}) +return A.O($async$TD,r)}, +ami(){var s=$.v0 +if(s!=null)s.bw(0) +$.v0=null}, +ajA:function ajA(a,b){this.a=a +this.b=b}, +wv:function wv(a,b){this.f=a +this.a=b}, +Bt:function Bt(a){var _=this +_.d=30 +_.e=100 +_.r=_.f=$ +_.a=null +_.b=a +_.c=null}, +acE:function acE(a){this.a=a}, +acD:function acD(){}, +acC:function acC(){}, +xI:function xI(a,b){this.c=a +this.a=b}, +OV:function OV(a,b){var _=this +_.cV$=a +_.a=null +_.b=b +_.c=null}, +SK:function SK(){}, +xK:function xK(a,b){this.c=a +this.a=b}, +OX:function OX(a,b){var _=this +_.r=_.f=_.e=_.d=$ +_.x=null +_.cV$=a +_.a=null +_.b=b +_.c=null}, +aef:function aef(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +aee:function aee(a,b){this.a=a +this.b=b}, +Eh:function Eh(){}, +xL:function xL(a,b){this.c=a +this.a=b}, +OY:function OY(a,b){var _=this +_.d=!1 +_.e=14 +_.cV$=a +_.a=null +_.b=b +_.c=null}, +aej:function aej(a){this.a=a}, +aei:function aei(){}, +aek:function aek(a){this.a=a}, +aeh:function aeh(){}, +aeg:function aeg(a,b){this.a=a +this.b=b}, +SL:function SL(){}, +o3:function o3(a,b){this.c=a +this.a=b}, +Ce:function Ce(a,b,c,d){var _=this +_.d=a +_.e=null +_.f=0 +_.ff$=b +_.cz$=c +_.a=null +_.b=d +_.c=null}, +aem:function aem(a){this.a=a}, +ael:function ael(a,b){this.a=a +this.b=b}, +Ei:function Ei(){}, +au0(a){var s,r +if(a==null)return"" +s=new A.by("") +s.a=""+"{\n" +a.Y(0,new A.ajm(s)) +r=s.a+="}" +return r.charCodeAt(0)==0?r:r}, +ajm:function ajm(a){this.a=a}, +xJ(){var s=new A.a1y(new A.a1z()) +s.a=A.hT(null,null,null,t.N,t.dg) +s.b=A.b([],t.s) +return s}, +a1y:function a1y(a){this.b=this.a=$ +this.d=a}, +a1z:function a1z(){}, +a1A:function a1A(a){this.a=a}, +a1B:function a1B(a){this.a=a}, +a1C:function a1C(a){this.a=a}, +r_:function r_(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +OK:function OK(a,b){var _=this +_.d=a +_.e=0 +_.a=null +_.b=b +_.c=null}, +adT:function adT(a,b){this.a=a +this.b=b}, +adQ:function adQ(a,b){this.a=a +this.b=b}, +adR:function adR(a,b){this.a=a +this.b=b}, +adY:function adY(a,b){this.a=a +this.b=b}, +adX:function adX(){}, +adS:function adS(a,b){this.a=a +this.b=b}, +adV:function adV(){}, +adW:function adW(){}, +adU:function adU(a,b){this.a=a +this.b=b}, +qZ:function qZ(a,b){this.a=a +this.b=b}, +eY:function eY(a,b){this.a=a +this.b=b}, +bv:function bv(){}, +bo(a,b,c,d,e){var s=new A.l9(0,1,a,B.w8,b,c,B.Y,B.w,new A.aM(A.b([],t.W),t.jc),new A.aM(A.b([],t.b),t.fy)) +s.r=e.v4(s.gGm()) +s.zw(d==null?0:d) +return s}, +aor(a,b,c){var s=new A.l9(-1/0,1/0,a,B.w9,null,null,B.Y,B.w,new A.aM(A.b([],t.W),t.jc),new A.aM(A.b([],t.b),t.fy)) +s.r=c.v4(s.gGm()) +s.zw(b) +return s}, +p7:function p7(a,b){this.a=a +this.b=b}, +vo:function vo(a,b){this.a=a +this.b=b}, +l9:function l9(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.w=_.r=null +_.x=$ +_.y=null +_.z=g +_.Q=$ +_.as=h +_.d2$=i +_.bj$=j}, +adH:function adH(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +afT:function afT(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=g}, +MC:function MC(){}, +MD:function MD(){}, +ME:function ME(){}, +yS(a){var s=new A.yR(new A.aM(A.b([],t.W),t.jc),new A.aM(A.b([],t.b),t.fy),0) +s.c=a +if(a==null){s.a=B.w +s.b=0}return s}, +co(a,b,c){var s=new A.ng(b,a,c) +s.AD(b.gaZ(b)) +b.c1(s.gAC()) +return s}, +als(a,b,c){var s,r,q=new A.oZ(a,b,c,new A.aM(A.b([],t.W),t.jc),new A.aM(A.b([],t.b),t.fy)) +if(J.f(a.gl(a),b.gl(b))){q.a=b +q.b=null +s=b}else{if(a.gl(a)>b.gl(b))q.c=B.U4 +else q.c=B.U3 +s=a}s.c1(q.gmY()) +s=q.gAR() +q.a.a2(0,s) +r=q.b +if(r!=null){r.cf() +r=r.bj$ +r.b=!0 +r.a.push(s)}return q}, +aos(a,b,c){return new A.vr(a,b,new A.aM(A.b([],t.W),t.jc),new A.aM(A.b([],t.b),t.fy),0,c.j("vr<0>"))}, +Mv:function Mv(){}, +Mw:function Mw(){}, +vs:function vs(){}, +yR:function yR(a,b,c){var _=this +_.c=_.b=_.a=null +_.d2$=a +_.bj$=b +_.js$=c}, +i7:function i7(a,b,c){this.a=a +this.d2$=b +this.js$=c}, +ng:function ng(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +DK:function DK(a,b){this.a=a +this.b=b}, +oZ:function oZ(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.f=_.e=null +_.d2$=d +_.bj$=e}, +qa:function qa(){}, +vr:function vr(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.d=_.c=null +_.d2$=c +_.bj$=d +_.js$=e +_.$ti=f}, +Bf:function Bf(){}, +Bg:function Bg(){}, +Bh:function Bh(){}, +Nw:function Nw(){}, +Q3:function Q3(){}, +Q4:function Q4(){}, +Q5:function Q5(){}, +QF:function QF(){}, +QG:function QG(){}, +S1:function S1(){}, +S2:function S2(){}, +S3:function S3(){}, +yA:function yA(){}, +fX:function fX(){}, +C8:function C8(){}, +zB:function zB(a){this.a=a}, +et:function et(a,b,c){this.a=a +this.b=b +this.c=c}, +AC:function AC(a){this.a=a}, +f1:function f1(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +qB:function qB(a){this.a=a}, +Nz:function Nz(){}, +vq:function vq(){}, +vp:function vp(){}, +mS:function mS(){}, +la:function la(){}, +ee(a,b,c){return new A.ar(a,b,c.j("ar<0>"))}, +f2(a){return new A.fY(a)}, +an:function an(){}, +aC:function aC(a,b,c){this.a=a +this.b=b +this.$ti=c}, +eV:function eV(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ar:function ar(a,b,c){this.a=a +this.b=b +this.$ti=c}, +zy:function zy(a,b,c,d){var _=this +_.c=a +_.a=b +_.b=c +_.$ti=d}, +dg:function dg(a,b){this.a=a +this.b=b}, +z5:function z5(a,b){this.a=a +this.b=b}, +lz:function lz(a,b){this.a=a +this.b=b}, +fY:function fY(a){this.a=a}, +E4:function E4(){}, +arr(a,b){var s=new A.AR(A.b([],b.j("o>")),A.b([],t.mz),b.j("AR<0>")) +s.Y7(a,b) +return s}, +ars(a,b,c){return new A.kF(a,b,c.j("kF<0>"))}, +AR:function AR(a,b,c){this.a=a +this.b=b +this.$ti=c}, +kF:function kF(a,b,c){this.a=a +this.b=b +this.$ti=c}, +OG:function OG(a,b){this.a=a +this.b=b}, +Wo(a,b){if(a==null)return null +return a instanceof A.e0?a.eZ(b):a}, +e0:function e0(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.a=l}, +Wp:function Wp(a){this.a=a}, +Np:function Np(){}, +ac9:function ac9(){}, +w8:function w8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Nq:function Nq(){}, +Nr:function Nr(){}, +GI:function GI(){}, +aAz(a){var s +if(a.gO4())return!1 +s=a.eh$ +if(s!=null&&s.length!==0)return!1 +s=a.fx +if(s.gaZ(s)!==B.H)return!1 +s=a.fy +if(s.gaZ(s)!==B.w)return!1 +if(a.a.CW.a)return!1 +return!0}, +aAA(a,b,c,d,e,f){var s,r,q,p=a.a.CW.a,o=p?c:A.co(B.fv,c,B.mJ),n=$.aw_(),m=t.m +m.a(o) +s=p?d:A.co(B.fv,d,B.mJ) +r=$.avZ() +m.a(s) +p=p?c:A.co(B.fv,c,null) +q=$.avl() +return new A.Gw(new A.aC(o,n,n.$ti.j("aC")),new A.aC(s,r,r.$ti.j("aC")),new A.aC(m.a(p),q,A.n(q).j("aC")),new A.u_(e,new A.Wr(a),new A.Ws(a,f),null,f.j("u_<0>")),null)}, +aca(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.af(m).j("aA<1,E>") +s=new A.ir(A.ap(new A.aA(m,new A.acb(c),s),!0,s.j("bl.E"))) +m=s}return m}if(b==null){m=a.a +if(m==null)m=a +else{s=A.af(m).j("aA<1,E>") +s=new A.ir(A.ap(new A.aA(m,new A.acc(c),s),!0,s.j("bl.E"))) +m=s}return m}m=A.b([],t.t_) +for(s=b.a,r=a.a,q=r==null,p=0;p"))) +return new A.nu(r)}, +Z7(a){return new A.nu(a)}, +aBj(a){return a}, +apk(a,b){if(a.r&&!0)return +if($.akv===0||!1)A.aHH(J.bY(a.a),100,a.b) +else A.amx().$1("Another exception was thrown: "+a.gRN().i(0)) +$.akv=$.akv+1}, +aBk(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=A.az(["dart:async-patch",0,"dart:async",0,"package:stack_trace",0,"class _AssertionError",0,"class _FakeAsync",0,"class _FrameCallbackEntry",0,"class _Timer",0,"class _RawReceivePortImpl",0],t.N,t.S),d=A.aDG(J.ao2(a,"\n")) +for(s=0,r=0;q=d.length,r0)q.push(h.gcG(h))}B.c.i6(q) +if(s===1)j.push("(elided one frame from "+B.c.gbX(q)+")") +else if(s>1){l=q.length +if(l>1)q[l-1]="and "+B.c.gR(q) +l="(elided "+s +if(q.length>2)j.push(l+" frames from "+B.c.bB(q,", ")+")") +else j.push(l+" frames from "+B.c.bB(q," ")+")")}return j}, +cV(a){var s=$.hz() +if(s!=null)s.$1(a)}, +aHH(a,b,c){var s,r +if(a!=null)A.amx().$1(a) +s=A.b(B.b.E7(J.bY(c==null?A.Af():A.aBj(c))).split("\n"),t.s) +r=s.length +s=J.aoj(r!==0?new A.A1(s,new A.aiQ(),t.Ws):s,b) +A.amx().$1(B.c.bB(A.aBk(s),"\n"))}, +aEE(a,b,c){return new A.Ob(c,a,!0,!0,null,b)}, +mv:function mv(){}, +qr:function qr(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.f=a +_.r=b +_.w=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.ax=!0 +_.ay=null +_.ch=i +_.CW=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o}, +H3:function H3(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.f=a +_.r=b +_.w=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.ax=!0 +_.ay=null +_.ch=i +_.CW=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o}, +H2:function H2(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.f=a +_.r=b +_.w=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.ax=!0 +_.ay=null +_.ch=i +_.CW=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o}, +bs:function bs(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +Z8:function Z8(a){this.a=a}, +nu:function nu(a){this.a=a}, +Z9:function Z9(){}, +Za:function Za(){}, +Zb:function Zb(){}, +aiQ:function aiQ(){}, +Ob:function Ob(a,b,c,d,e,f){var _=this +_.f=a +_.r=null +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +Od:function Od(){}, +Oc:function Oc(){}, +Fn:function Fn(){}, +UV:function UV(a,b){this.a=a +this.b=b}, +aEl(a){return new A.d9(a,$.b4())}, +at:function at(){}, +jQ:function jQ(){}, +VB:function VB(a){this.a=a}, +pk:function pk(a){this.a=a}, +d9:function d9(a,b){var _=this +_.a=a +_.y1$=0 +_.y2$=b +_.a6$=_.ap$=0 +_.ar$=!1}, +aAK(a,b,c){var s=null +return A.ni("",s,b,B.bv,a,!1,s,s,B.aO,s,!1,!1,!0,c,s,t.H)}, +ni(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.hG(e,!1,c,s,g,o,k,b,d,i,a,m,l,j,n,p.j("hG<0>"))}, +akl(a,b,c){return new A.GO(c,a,!0,!0,null,b)}, +bF(a){return B.b.m2(B.f.iX(J.r(a)&1048575,16),5,"0")}, +aHK(a){var s +if(t.Q8.b(a))return a.b +s=J.bY(a) +return B.b.bU(s,B.b.eJ(s,".")+1)}, +qj:function qj(a,b){this.a=a +this.b=b}, +iP:function iP(a,b){this.a=a +this.b=b}, +af6:function af6(){}, +eq:function eq(){}, +hG:function hG(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.f=a +_.r=b +_.w=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.ax=!0 +_.ay=null +_.ch=i +_.CW=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o +_.$ti=p}, +wh:function wh(){}, +GO:function GO(a,b,c,d,e,f){var _=this +_.f=a +_.r=null +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +ai:function ai(){}, +WQ:function WQ(){}, +iO:function iO(){}, +NG:function NG(){}, +f7:function f7(){}, +Ii:function Ii(){}, +p1:function p1(){}, +ef:function ef(a,b){this.a=a +this.$ti=b}, +alH:function alH(a){this.$ti=a}, +hb:function hb(){}, +xx:function xx(){}, +H:function H(){}, +yl(a){return new A.aM(A.b([],a.j("o<0>")),a.j("aM<0>"))}, +aM:function aM(a,b){var _=this +_.a=a +_.b=!1 +_.c=$ +_.$ti=b}, +x_:function x_(a,b){this.a=a +this.$ti=b}, +dq:function dq(a,b){this.a=a +this.b=b}, +aaJ(){var s=new DataView(new ArrayBuffer(8)),r=A.cZ(s.buffer,0,null) +return new A.aaH(new Uint8Array(8),s,r)}, +aaH:function aaH(a,b,c){var _=this +_.a=a +_.b=0 +_.c=!1 +_.d=b +_.e=c}, +z4:function z4(a){this.a=a +this.b=0}, +aDG(a){var s=t.ZK +return A.ap(new A.fL(new A.d5(new A.av(A.b(B.b.jN(a).split("\n"),t.s),new A.a8K(),t.Hd),A.aIN(),t.IQ),s),!0,s.j("q.E"))}, +aDE(a){var s=A.aDF(a) +return s}, +aDF(a){var s,r,q="",p=$.av0().vr(a) +if(p==null)return null +s=A.b(p.b[1].split("."),t.s) +r=s.length>1?B.c.gJ(s):q +return new A.ih(a,-1,q,q,q,-1,-1,r,s.length>1?A.eS(s,1,null,t.N).bB(0,"."):B.c.gbX(s))}, +aDH(a){var s,r,q,p,o,n,m,l,k,j,i=null,h="" +if(a==="")return B.MH +else if(a==="...")return B.MG +if(!B.b.bl(a,"#"))return A.aDE(a) +s=A.c_("^#(\\d+) +(.+) \\((.+?):?(\\d+){0,1}:?(\\d+){0,1}\\)$",!0).vr(a).b +r=s[2] +r.toString +q=A.fO(r,".","") +if(B.b.bl(q,"new")){p=q.split(" ").length>1?q.split(" ")[1]:h +if(B.b.A(p,".")){o=p.split(".") +p=o[0] +q=o[1]}else q=""}else if(B.b.A(q,".")){o=q.split(".") +p=o[0] +q=o[1]}else p="" +r=s[3] +r.toString +n=A.mt(r,0,i) +m=n.ge4(n) +if(n.gd6()==="dart"||n.gd6()==="package"){l=n.gkN()[0] +m=B.b.Pm(n.ge4(n),A.e(n.gkN()[0])+"/","")}else l=h +r=s[1] +r.toString +r=A.fM(r,i) +k=n.gd6() +j=s[4] +if(j==null)j=-1 +else{j=j +j.toString +j=A.fM(j,i)}s=s[5] +if(s==null)s=-1 +else{s=s +s.toString +s=A.fM(s,i)}return new A.ih(a,r,k,l,m,j,s,p,q)}, +ih:function ih(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +a8K:function a8K(){}, +d2:function d2(a,b){this.a=a +this.$ti=b}, +a9a:function a9a(a){this.a=a}, +wX:function wX(a,b){this.a=a +this.b=b}, +cX:function cX(){}, +qG:function qG(a,b,c){this.a=a +this.b=b +this.c=c}, +uf:function uf(a){var _=this +_.a=a +_.b=!0 +_.d=_.c=!1 +_.e=null}, +adb:function adb(a){this.a=a}, +ZW:function ZW(a){this.a=a}, +ZY:function ZY(a,b){this.a=a +this.b=b}, +ZX:function ZX(a,b,c){this.a=a +this.b=b +this.c=c}, +aBi(a,b,c,d,e,f,g){return new A.wQ(c,g,f,a,e,!1)}, +afX:function afX(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.y=null}, +qH:function qH(){}, +a_0:function a_0(a){this.a=a}, +a_1:function a_1(a,b){this.a=a +this.b=b}, +wQ:function wQ(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +ata(a,b){switch(b.a){case 1:return a +case 0:case 2:case 3:return a===0?1:a +case 5:default:return a===0?1:a}}, +aCF(a,b){var s=A.af(a) +return new A.d5(new A.av(a,new A.a3P(),s.j("av<1>")),new A.a3Q(b),s.j("d5<1,bf>"))}, +a3P:function a3P(){}, +a3Q:function a3Q(a){this.a=a}, +jT:function jT(a){this.a=a}, +h0:function h0(a,b,c){this.a=a +this.b=b +this.d=c}, +f3:function f3(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +hI:function hI(a,b){this.a=a +this.b=b}, +al1(a,b){var s,r +if(a==null)return b +s=new A.fK(new Float64Array(3)) +s.mx(b.a,b.b,0) +r=a.wf(s).a +return new A.m(r[0],r[1])}, +al0(a,b,c,d){if(a==null)return c +if(b==null)b=A.al1(a,d) +return b.a9(0,A.al1(a,d.a9(0,c)))}, +al_(a){var s,r,q=new Float64Array(4),p=new A.im(q) +p.t1(0,0,1,0) +s=new Float64Array(16) +r=new A.bc(s) +r.by(a) +s[11]=q[3] +s[10]=q[2] +s[9]=q[1] +s[8]=q[0] +r.xe(2,p) +return r}, +aCC(a,b,c,d,e,f,g,h,i,j,k,l,m,n){return new A.oj(d,n,0,e,a,h,B.j,0,!1,!1,0,j,i,b,c,0,0,0,l,k,g,m,0,!1,null,null)}, +aCJ(a,b,c,d,e,f,g,h,i,j,k){return new A.om(c,k,0,d,a,f,B.j,0,!1,!1,0,h,g,0,b,0,0,0,j,i,0,0,0,!1,null,null)}, +aCH(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.km(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)}, +aCE(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.lU(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)}, +aCG(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.lV(g,a2,k,h,c,l,b,a,f,!1,0,n,m,d,e,s,o,r,q,p,j,a1,0,a0,null,null)}, +aCD(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.kk(d,s,h,e,b,i,B.j,a,!0,!1,j,l,k,0,c,q,m,p,o,n,g,r,0,!1,null,null)}, +aCI(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.ol(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)}, +aCL(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.oo(e,a0,i,f,b,j,B.j,a,!1,!1,k,m,l,c,d,r,n,q,p,o,h,s,0,!1,null,null)}, +aCK(a,b,c,d,e,f){return new A.on(e,b,f,0,c,a,d,B.j,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +aqm(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.ok(e,s,i,f,b,j,B.j,a,!1,!1,0,l,k,c,d,q,m,p,o,n,h,r,0,!1,null,null)}, +EE(a,b){var s +switch(a.a){case 1:return 1 +case 2:case 3:case 5:case 0:default:s=b==null?null:b.a +return s==null?18:s}}, +aHx(a,b){var s +switch(a.a){case 1:return 2 +case 2:case 3:case 5:case 0:default:if(b==null)s=null +else{s=b.a +s=s!=null?s*2:null}return s==null?36:s}}, +bf:function bf(){}, +eB:function eB(){}, +Mp:function Mp(){}, +Sa:function Sa(){}, +Nb:function Nb(){}, +oj:function oj(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +S6:function S6(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Ni:function Ni(){}, +om:function om(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +Se:function Se(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Ng:function Ng(){}, +km:function km(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +Sc:function Sc(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Ne:function Ne(){}, +lU:function lU(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +S9:function S9(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Nf:function Nf(){}, +lV:function lV(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +Sb:function Sb(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Nd:function Nd(){}, +kk:function kk(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +S8:function S8(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Nh:function Nh(){}, +ol:function ol(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +Sd:function Sd(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Nk:function Nk(){}, +oo:function oo(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +Sg:function Sg(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +jf:function jf(){}, +Nj:function Nj(){}, +on:function on(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 +_.bQ=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s +_.cx=a0 +_.cy=a1 +_.db=a2 +_.dx=a3 +_.dy=a4 +_.fr=a5 +_.fx=a6 +_.fy=a7}, +Sf:function Sf(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Nc:function Nc(){}, +ok:function ok(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +S7:function S7(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +PF:function PF(){}, +PG:function PG(){}, +PH:function PH(){}, +PI:function PI(){}, +PJ:function PJ(){}, +PK:function PK(){}, +PL:function PL(){}, +PM:function PM(){}, +PN:function PN(){}, +PO:function PO(){}, +PP:function PP(){}, +PQ:function PQ(){}, +PR:function PR(){}, +PS:function PS(){}, +PT:function PT(){}, +PU:function PU(){}, +PV:function PV(){}, +PW:function PW(){}, +PX:function PX(){}, +PY:function PY(){}, +PZ:function PZ(){}, +T7:function T7(){}, +T8:function T8(){}, +T9:function T9(){}, +Ta:function Ta(){}, +Tb:function Tb(){}, +Tc:function Tc(){}, +Td:function Td(){}, +Te:function Te(){}, +Tf:function Tf(){}, +Tg:function Tg(){}, +Th:function Th(){}, +Ti:function Ti(){}, +aBt(a){var s=t.S,r=A.cg(s) +return new A.hL(B.lL,A.z(s,t.G),r,a,null,A.z(s,t.C))}, +app(a,b,c){var s=(c-a)/(b-a) +return!isNaN(s)?B.e.G(s,0,1):s}, +mx:function mx(a,b){this.a=a +this.b=b}, +nC:function nC(a){this.a=a}, +hL:function hL(a,b,c,d,e,f){var _=this +_.ax=_.at=_.as=_.Q=null +_.cy=_.cx=$ +_.db=a +_.e=b +_.f=c +_.r=null +_.a=d +_.b=null +_.c=e +_.d=f}, +Zv:function Zv(a,b){this.a=a +this.b=b}, +Zt:function Zt(a){this.a=a}, +Zu:function Zu(a){this.a=a}, +wg:function wg(a){this.a=a}, +aky(){var s=A.b([],t.om),r=new A.bc(new Float64Array(16)) +r.dD() +return new A.hN(s,A.b([r],t.rE),A.b([],t.cR))}, +fv:function fv(a,b){this.a=a +this.b=null +this.$ti=b}, +uS:function uS(){}, +Cl:function Cl(a){this.a=a}, +uy:function uy(a){this.a=a}, +hN:function hN(a,b,c){this.a=a +this.b=b +this.c=c}, +akN(a,b,c,d,e){var s=b==null?B.d_:b,r=t.S,q=A.cg(r),p=t.C,o=c==null?e:A.bM([c],p) +return new A.f9(s,d,B.bx,A.z(r,t.G),q,a,o,A.z(r,p))}, +r7:function r7(a,b){this.a=a +this.b=b}, +xM:function xM(a,b,c){this.a=a +this.b=b +this.c=c}, +r6:function r6(a,b){this.b=a +this.c=b}, +f9:function f9(a,b,c,d,e,f,g,h){var _=this +_.go=!1 +_.b5=_.ar=_.a6=_.ap=_.y2=_.y1=_.xr=_.x2=_.x1=_.to=_.ry=_.rx=_.RG=_.R8=_.p4=_.p3=_.p2=_.p1=_.ok=_.k4=_.k3=_.k2=_.k1=_.id=null +_.Q=a +_.at=b +_.ax=c +_.ch=_.ay=null +_.CW=!1 +_.cx=null +_.e=d +_.f=e +_.r=null +_.a=f +_.b=null +_.c=g +_.d=h}, +a1H:function a1H(a,b){this.a=a +this.b=b}, +a1G:function a1G(a,b){this.a=a +this.b=b}, +a1F:function a1F(a,b){this.a=a +this.b=b}, +kY:function kY(a,b,c){this.a=a +this.b=b +this.c=c}, +alD:function alD(a,b){this.a=a +this.b=b}, +a3W:function a3W(a){this.a=a +this.b=$}, +Ic:function Ic(a,b,c){this.a=a +this.b=b +this.c=c}, +aAX(a){return new A.jz(a.gd4(a),A.b7(20,null,!1,t.av))}, +arA(a,b){var s=t.S,r=A.cg(s) +return new A.io(B.W,A.amu(),B.dH,A.z(s,t.GY),A.aK(s),A.z(s,t.G),r,a,b,A.z(s,t.C))}, +a_R(a,b){var s=t.S,r=A.cg(s) +return new A.hO(B.W,A.amu(),B.dH,A.z(s,t.GY),A.aK(s),A.z(s,t.G),r,a,b,A.z(s,t.C))}, +aqd(a,b){var s=t.S,r=A.cg(s) +return new A.i1(B.W,A.amu(),B.dH,A.z(s,t.GY),A.aK(s),A.z(s,t.G),r,a,b,A.z(s,t.C))}, +u5:function u5(a,b){this.a=a +this.b=b}, +wt:function wt(){}, +XB:function XB(a,b){this.a=a +this.b=b}, +XF:function XF(a,b){this.a=a +this.b=b}, +XG:function XG(a,b){this.a=a +this.b=b}, +XC:function XC(a,b){this.a=a +this.b=b}, +XD:function XD(a){this.a=a}, +XE:function XE(a,b){this.a=a +this.b=b}, +io:function io(a,b,c,d,e,f,g,h,i,j){var _=this +_.Q=a +_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=_.at=_.as=null +_.db=b +_.dx=c +_.fr=_.dy=$ +_.go=_.fy=_.fx=null +_.id=$ +_.k1=d +_.k2=e +_.e=f +_.f=g +_.r=null +_.a=h +_.b=null +_.c=i +_.d=j}, +hO:function hO(a,b,c,d,e,f,g,h,i,j){var _=this +_.Q=a +_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=_.at=_.as=null +_.db=b +_.dx=c +_.fr=_.dy=$ +_.go=_.fy=_.fx=null +_.id=$ +_.k1=d +_.k2=e +_.e=f +_.f=g +_.r=null +_.a=h +_.b=null +_.c=i +_.d=j}, +i1:function i1(a,b,c,d,e,f,g,h,i,j){var _=this +_.Q=a +_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=_.at=_.as=null +_.db=b +_.dx=c +_.fr=_.dy=$ +_.go=_.fy=_.fx=null +_.id=$ +_.k1=d +_.k2=e +_.e=f +_.f=g +_.r=null +_.a=h +_.b=null +_.c=i +_.d=j}, +Nm:function Nm(){this.a=!1}, +uQ:function uQ(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=!1}, +hH:function hH(a,b,c,d){var _=this +_.x=_.w=_.r=_.f=_.e=null +_.y=a +_.a=b +_.b=null +_.c=c +_.d=d}, +a3R:function a3R(a,b){this.a=a +this.b=b}, +a3T:function a3T(){}, +a3S:function a3S(a,b,c){this.a=a +this.b=b +this.c=c}, +a3U:function a3U(){this.b=this.a=null}, +wu:function wu(a,b){this.a=a +this.b=b}, +cL:function cL(){}, +yo:function yo(){}, +qI:function qI(a,b){this.a=a +this.b=b}, +rm:function rm(){}, +a41:function a41(a,b){this.a=a +this.b=b}, +hh:function hh(a,b){this.a=a +this.b=b}, +On:function On(){}, +a9g(a){var s=t.S,r=A.cg(s) +return new A.fg(B.an,18,B.bx,A.z(s,t.G),r,a,null,A.z(s,t.C))}, +tq:function tq(a,b,c){this.a=a +this.b=b +this.c=c}, +mm:function mm(a,b){this.a=a +this.c=b}, +Fl:function Fl(){}, +fg:function fg(a,b,c,d,e,f,g,h){var _=this +_.ag=_.M=_.C=_.bQ=_.cW=_.b5=_.ar=_.a6=_.ap=_.y2=_.y1=null +_.id=_.go=!1 +_.k2=_.k1=null +_.Q=a +_.at=b +_.ax=c +_.ch=_.ay=null +_.CW=!1 +_.cx=null +_.e=d +_.f=e +_.r=null +_.a=f +_.b=null +_.c=g +_.d=h}, +a9h:function a9h(a,b){this.a=a +this.b=b}, +a9i:function a9i(a,b){this.a=a +this.b=b}, +a9j:function a9j(a,b){this.a=a +this.b=b}, +a9k:function a9k(a){this.a=a}, +N9:function N9(a,b){this.a=a +this.b=b}, +p9:function p9(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.f=_.e=null}, +ZZ:function ZZ(a){this.a=a}, +a__:function a__(a,b){this.a=a +this.b=b}, +jy:function jy(a){this.a=a}, +tK:function tK(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +CG:function CG(a,b){this.a=a +this.b=b}, +jz:function jz(a,b){this.a=a +this.b=b +this.c=0}, +qL:function qL(a,b,c){var _=this +_.d=a +_.a=b +_.b=c +_.c=0}, +aC6(){return new A.x0(new A.a1N(),A.z(t.K,t.Qu))}, +LY:function LY(a,b){this.a=a +this.b=b}, +xT:function xT(a,b,c,d){var _=this +_.f=a +_.r=b +_.ch=c +_.a=d}, +a1N:function a1N(){}, +a1Q:function a1Q(){}, +Cg:function Cg(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +aer:function aer(){}, +aes:function aes(){}, +F8(a,b,c,d,e,f){return new A.vw(f,a,d,b,e,c,new A.Q1(null,null,1/0,56),null)}, +azR(a,b){var s=A.ae(a).to.at +if(s==null)s=56 +return s+0}, +agY:function agY(a){this.b=a}, +Q1:function Q1(a,b,c,d){var _=this +_.e=a +_.f=b +_.a=c +_.b=d}, +vw:function vw(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.x=c +_.at=d +_.ch=e +_.db=f +_.fy=g +_.a=h}, +Ux:function Ux(a,b){this.a=a +this.b=b}, +B5:function B5(a){var _=this +_.d=null +_.e=!1 +_.a=null +_.b=a +_.c=null}, +ab1:function ab1(){}, +MH:function MH(a,b){this.c=a +this.a=b}, +Qi:function Qi(a,b,c,d){var _=this +_.u=null +_.a8=a +_.aD=b +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +acv:function acv(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){var _=this +_.cx=a +_.db=_.cy=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s}, +azQ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){return new A.pT(d,b==null?null:b,g,f,i,j,l,k,h,a,n,e,o,q,r,p,m,c)}, +pT:function pT(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 +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r}, +MG:function MG(){}, +aGH(a,b){var s,r,q,p,o=A.bx("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.bm()}, +xW:function xW(a,b){var _=this +_.c=!0 +_.r=_.f=_.e=_.d=null +_.a=a +_.b=b}, +a1O:function a1O(a,b){this.a=a +this.b=b}, +pa:function pa(a,b){this.a=a +this.b=b}, +kP:function kP(a,b){this.a=a +this.b=b}, +r9:function r9(a,b){var _=this +_.e=!0 +_.r=_.f=$ +_.a=a +_.b=b}, +a1P:function a1P(a,b){this.a=a +this.b=b}, +azU(a){switch(a.a){case 0:case 1:case 3:case 5:return B.Bw +case 2:case 4:return B.Bx}}, +Fh:function Fh(a){this.a=a}, +Fg:function Fg(a){this.a=a}, +UQ:function UQ(a,b){this.a=a +this.b=b}, +xU:function xU(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +P0:function P0(){}, +vE:function vE(a,b,c){this.a=a +this.b=b +this.c=c}, +MS:function MS(){}, +aou(a,b,c,d){return new A.vF(b,c,a,d,null,null)}, +arG(a,b){if(a==null)a=B.vH +return a.r==null?a.aaQ(b):a}, +Fs:function Fs(a,b){this.a=a +this.b=b}, +pX:function pX(a,b){this.a=a +this.b=b}, +vF:function vF(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.y=e +_.a=f}, +MU:function MU(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.a=s}, +RU:function RU(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +RV:function RV(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.a=h}, +ON:function ON(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.a=h}, +Ba:function Ba(a,b,c,d,e){var _=this +_.d=a +_.e=$ +_.f=b +_.r=null +_.bP$=c +_.az$=d +_.a=null +_.b=e +_.c=null}, +abp:function abp(){}, +abo:function abo(a,b){this.a=a +this.b=b}, +MO:function MO(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +alx:function alx(a){this.a=a}, +abZ:function abZ(){}, +Q8:function Q8(a,b,c){this.b=a +this.c=b +this.a=c}, +E6:function E6(){}, +akb(a){var s +a.L(t.i1) +s=A.ae(a) +return s.xr}, +vG:function vG(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n}, +MT:function MT(){}, +aA1(a,b,c){var s,r=A.A(a.a,b.a,c),q=A.Z(a.b,b.b,c),p=A.A(a.c,b.c,c),o=A.Z(a.d,b.d,c),n=A.ea(a.e,b.e,c) +if(c<0.5)s=a.f +else s=b.f +return new A.vH(r,q,p,o,n,s,A.vJ(a.r,b.r,c))}, +vH:function vH(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +MV:function MV(){}, +z3:function z3(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){var _=this +_.c=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.Q=g +_.as=h +_.at=i +_.ax=j +_.ay=k +_.ch=l +_.cy=m +_.db=n +_.dy=o +_.fr=p +_.fx=q +_.fy=r +_.go=s +_.id=a0 +_.a=a1}, +Qc:function Qc(a,b){var _=this +_.ix$=a +_.a=null +_.b=b +_.c=null}, +OC:function OC(a,b,c){this.e=a +this.c=b +this.a=c}, +CR:function CR(a,b,c){var _=this +_.u=a +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +afG:function afG(a,b){this.a=a +this.b=b}, +SU:function SU(){}, +aA7(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.Z(a.d,b.d,c) +o=A.Z(a.e,b.e,c) +n=A.es(a.f,b.f,c) +if(k)m=a.r +else m=b.r +if(k)l=a.w +else l=b.w +if(k)k=a.x +else k=b.x +return new A.vN(s,r,q,p,o,n,m,l,k)}, +vN:function vN(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +MX:function MX(){}, +aoG(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.bp(s,c,g,k,m,q,d,l,i,f,h,o,n,j,a0,r,b,e,a,p)}, +akd(a4,a5,a6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=null,a3=a4==null +if(a3&&a5==null)return a2 +s=a3?a2:a4.a +r=a5==null +q=r?a2:a5.a +q=A.iI(s,q,a6,A.aum(),t.p8) +s=a3?a2:a4.b +p=r?a2:a5.b +o=t.MH +p=A.iI(s,p,a6,A.ek(),o) +s=a3?a2:a4.c +s=A.iI(s,r?a2:a5.c,a6,A.ek(),o) +n=a3?a2:a4.d +n=A.iI(n,r?a2:a5.d,a6,A.ek(),o) +m=a3?a2:a4.e +m=A.iI(m,r?a2:a5.e,a6,A.ek(),o) +l=a3?a2:a4.f +o=A.iI(l,r?a2:a5.f,a6,A.ek(),o) +l=a3?a2:a4.r +k=r?a2:a5.r +k=A.iI(l,k,a6,A.aup(),t.PM) +l=a3?a2:a4.w +j=r?a2:a5.w +j=A.iI(l,j,a6,A.aHR(),t.pc) +l=a3?a2:a4.x +i=r?a2:a5.x +h=t.tW +i=A.iI(l,i,a6,A.amJ(),h) +l=a3?a2:a4.y +l=A.iI(l,r?a2:a5.y,a6,A.amJ(),h) +g=a3?a2:a4.z +h=A.iI(g,r?a2:a5.z,a6,A.amJ(),h) +g=a3?a2:a4.Q +g=A.aAa(g,r?a2:a5.Q,a6) +f=a3?a2:a4.as +f=A.aA9(f,r?a2:a5.as,a6) +e=a6<0.5 +if(e)d=a3?a2:a4.at +else d=r?a2:a5.at +if(e)c=a3?a2:a4.ax +else c=r?a2:a5.ax +if(e)b=a3?a2:a4.ay +else b=r?a2:a5.ay +if(e)a=a3?a2:a4.ch +else a=r?a2:a5.ch +if(e)a0=a3?a2:a4.CW +else a0=r?a2:a5.CW +a1=a3?a2:a4.cx +a1=A.ak6(a1,r?a2:a5.cx,a6) +if(e)a3=a3?a2:a4.cy +else a3=r?a2:a5.cy +return A.aoG(a1,a,p,k,a0,l,s,h,i,d,n,j,m,f,g,a3,o,b,q,c)}, +iI(a,b,c,d,e){if(a==null&&b==null)return null +return new A.C1(a,b,c,d,e.j("C1<0>"))}, +aAa(a,b,c){if(a==null&&b==null)return null +return new A.OS(a,b,c)}, +aA9(a,b,c){if(a==null&&b==null)return null +return new A.OR(a,b,c)}, +bp:function bp(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0}, +C1:function C1(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +OS:function OS(a,b,c){this.a=a +this.b=b +this.c=c}, +OR:function OR(a,b,c){this.a=a +this.b=b +this.c=c}, +MZ:function MZ(){}, +aA8(a,b,c,d){var s +if(d<=1)return a +else if(d>=3)return c +else if(d<=2){s=A.es(a,b,d-1) +s.toString +return s}s=A.es(b,c,d-2) +s.toString +return s}, +vO:function vO(){}, +MY:function MY(a,b,c,d){var _=this +_.f=_.e=_.d=null +_.bP$=a +_.az$=b +_.ix$=c +_.a=null +_.b=d +_.c=null}, +abR:function abR(a,b,c){this.a=a +this.b=b +this.c=c}, +abS:function abS(a,b){this.a=a +this.b=b}, +abT:function abT(a,b,c){this.a=a +this.b=b +this.c=c}, +abw:function abw(){}, +abx:function abx(){}, +aby:function aby(){}, +abJ:function abJ(){}, +abK:function abK(){}, +abL:function abL(){}, +abM:function abM(){}, +abN:function abN(){}, +abO:function abO(){}, +abP:function abP(){}, +abQ:function abQ(){}, +abz:function abz(){}, +abH:function abH(a){this.a=a}, +abu:function abu(a){this.a=a}, +abI:function abI(a){this.a=a}, +abt:function abt(a){this.a=a}, +abA:function abA(){}, +abB:function abB(){}, +abC:function abC(){}, +abD:function abD(){}, +abE:function abE(){}, +abF:function abF(){}, +abG:function abG(a){this.a=a}, +abv:function abv(){}, +Pc:function Pc(a){this.a=a}, +OD:function OD(a,b,c){this.e=a +this.c=b +this.a=c}, +CS:function CS(a,b,c){var _=this +_.u=a +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +afH:function afH(a,b){this.a=a +this.b=b}, +Sv:function Sv(){}, +E7:function E7(){}, +FA:function FA(a,b){this.a=a +this.b=b}, +FB:function FB(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.x=b +_.y=c +_.z=d +_.Q=e +_.as=f +_.at=g +_.ax=h}, +N_:function N_(){}, +FG:function FG(a,b,c,d){var _=this +_.f=a +_.y=b +_.Q=c +_.a=d}, +acw:function acw(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h}, +q1:function q1(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +N3:function N3(){}, +akf(a,b,c,d,e){if(a==null&&b==null)return null +return new A.C6(a,b,c,d,e.j("C6<0>"))}, +aAd(a,b,c){if(a==null&&b==null)return null +a.toString +b.toString +return A.aF(a,b,c)}, +vS:function vS(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +C6:function C6(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +N4:function N4(){}, +aAi(a,b,c){var s,r,q=A.A(a.a,b.a,c),p=A.A(a.b,b.b,c),o=A.A(a.c,b.c,c),n=A.A(a.d,b.d,c),m=A.A(a.e,b.e,c),l=A.A(a.f,b.f,c),k=A.A(a.r,b.r,c),j=A.A(a.x,b.x,c),i=A.es(a.y,b.y,c),h=A.es(a.z,b.z,c),g=A.aAh(a.Q,b.Q,c),f=A.aAg(a.as,b.as,c),e=A.bj(a.at,b.at,c),d=A.bj(a.ax,b.ax,c) +if(c<0.5){s=a.ay +if(s==null)s=B.ad}else{s=b.ay +if(s==null)s=B.ad}r=A.Z(a.ch,b.ch,c) +return new A.vT(q,p,o,n,m,l,k,j,i,h,g,f,e,d,s,r,A.Z(a.CW,b.CW,c))}, +aAh(a,b,c){var s=a==null +if(s&&b==null)return null +if(s){s=b.a +return A.aF(new A.du(A.ak(0,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255),0,B.bt),b,c)}if(b==null){s=a.a +return A.aF(new A.du(A.ak(0,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255),0,B.bt),a,c)}return A.aF(a,b,c)}, +aAg(a,b,c){if(a==null&&b==null)return null +return t.KX.a(A.ea(a,b,c))}, +vT:function vT(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 +_.as=l +_.at=m +_.ax=n +_.ay=o +_.ch=p +_.CW=q}, +N7:function N7(){}, +W4(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){return new A.Go(b,a0,k,a1,l,a3,m,a4,n,b0,q,b1,r,c,h,d,i,a,g,a7,o,a9,p,s,a6,f,j,e,a8,a2,a5)}, +Go:function Go(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1}, +N8:function N8(){}, +lI:function lI(a,b){this.b=a +this.a=b}, +aoQ(a,b,c,d,e){if(a==null&&b==null)return null +return new A.C5(a,b,c,d,e.j("C5<0>"))}, +wd:function wd(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k}, +C5:function C5(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +Nx:function Nx(){}, +acz:function acz(){}, +aFC(a,b,c,d){return A.iS(!1,d,A.co(B.dX,b,null))}, +aAL(a,b,c,d,e,f,g,h,i,j){var s,r,q,p,o,n,m=null +A.lH(f,B.br,t.c4).toString +s=A.b([],t.Zt) +r=$.a5 +q=A.yS(B.cj) +p=A.b([],t.wi) +o=$.b4() +n=$.a5 +return new A.wi(new A.WR(e,h,!0),!0,"Dismiss",b,B.cY,A.aHP(),a,m,s,new A.bC(m,j.j("bC>")),new A.bC(m,t.A),new A.IY(),m,new A.aI(new A.a4(r,j.j("a4<0?>")),j.j("aI<0?>")),q,p,B.l7,new A.d9(m,o),new A.aI(new A.a4(n,j.j("a4<0?>")),j.j("aI<0?>")),j.j("wi<0>"))}, +arK(a){return new A.acx(a,A.ae(a).R8,null,24,B.eG,B.M,null,null)}, +GP:function GP(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.d=b +_.r=c +_.w=d +_.x=e +_.y=f +_.z=g +_.a=h}, +pR:function pR(a,b,c){this.c=a +this.f=b +this.a=c}, +wi:function wi(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){var _=this +_.co=a +_.c5=b +_.e1=c +_.am=d +_.fL=e +_.hp=f +_.ek=g +_.dy=h +_.fr=!1 +_.fy=_.fx=null +_.go=i +_.id=j +_.k1=k +_.k2=l +_.k3=$ +_.k4=null +_.ok=$ +_.eh$=m +_.y=n +_.z=!1 +_.as=_.Q=null +_.at=o +_.ch=_.ay=null +_.e=p +_.a=null +_.b=q +_.c=r +_.d=s +_.$ti=a0}, +WR:function WR(a,b,c){this.a=a +this.b=b +this.c=c}, +acx:function acx(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.a=c +_.b=d +_.c=e +_.d=f +_.e=g +_.f=h}, +qk:function qk(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +NH:function NH(){}, +ap1(a){return new A.nj(a,null,null)}, +aAU(a,b,c){var s,r,q=A.ap2(a).a +if(q==null)q=A.ae(a).fr +s=q +r=c +return new A.du(s,r,B.bt)}, +nj:function nj(a,b,c){this.c=a +this.e=b +this.a=c}, +ap2(a){var s +a.L(t.Jj) +s=A.ae(a) +return s.C}, +wn:function wn(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +NL:function NL(){}, +aB_(a,b,c){var s=A.A(a.a,b.a,c),r=A.A(a.b,b.b,c),q=A.Z(a.c,b.c,c),p=A.ea(a.d,b.d,c) +return new A.wx(s,r,q,p,A.Z(a.e,b.e,c))}, +wx:function wx(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +NS:function NS(){}, +ap9(a,b){var s=null +return new A.GV(b,s,s,s,s,B.u,s,!1,a,s)}, +aGR(a){var s=A.e6(a) +s=s==null?null:s.c +return A.aA8(B.fF,B.n1,B.Bh,s==null?1:s)}, +GV:function GV(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.a=j}, +NV:function NV(a,b){this.a=a +this.b=b}, +NX:function NX(a,b){this.a=a +this.b=b}, +NZ:function NZ(a){this.a=a}, +NW:function NW(a){this.a=a}, +NY:function NY(a,b){this.a=a +this.b=b}, +Sz:function Sz(){}, +SA:function SA(){}, +SB:function SB(){}, +SC:function SC(){}, +SD:function SD(){}, +aB6(a,b,c){return new A.wB(A.akd(a.a,b.a,c))}, +wB:function wB(a){this.a=a}, +O_:function O_(){}, +aBe(a,b,c){var s=A.A(a.a,b.a,c),r=A.A(a.b,b.b,c),q=A.es(a.c,b.c,c),p=A.ak6(a.d,b.d,c),o=A.es(a.e,b.e,c),n=A.A(a.f,b.f,c),m=A.A(a.r,b.r,c),l=A.A(a.w,b.w,c) +return new A.wJ(s,r,q,p,o,n,m,l,A.A(a.x,b.x,c))}, +wJ:function wJ(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +O3:function O3(){}, +wP:function wP(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.b=f +_.a=g}, +acm:function acm(){}, +u8:function u8(a,b){this.a=a +this.b=b}, +Hi:function Hi(a,b,c,d){var _=this +_.c=a +_.z=b +_.k1=c +_.a=d}, +N5:function N5(a,b){this.c=a +this.a=b}, +CJ:function CJ(a,b,c,d){var _=this +_.u=null +_.a8=a +_.aD=b +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +aeq:function aeq(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4){var _=this +_.db=a +_.dx=b +_.dy=c +_.fr=d +_.a=e +_.b=f +_.c=g +_.d=h +_.e=i +_.f=j +_.r=k +_.w=l +_.x=m +_.y=n +_.z=o +_.Q=p +_.as=q +_.at=r +_.ax=s +_.ay=a0 +_.ch=a1 +_.CW=a2 +_.cx=a3 +_.cy=a4}, +arF(a,b,c,d,e){return new A.B4(c,d,a,b,new A.aM(A.b([],t.W),t.jc),new A.aM(A.b([],t.b),t.fy),0,e.j("B4<0>"))}, +Z5:function Z5(){}, +a8L:function a8L(){}, +YQ:function YQ(){}, +YP:function YP(){}, +acG:function acG(){}, +Z4:function Z4(){}, +agb:function agb(){}, +B4:function B4(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.x=b +_.a=c +_.b=d +_.d=_.c=null +_.d2$=e +_.bj$=f +_.js$=g +_.$ti=h}, +SE:function SE(){}, +SF:function SF(){}, +aBf(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.qC(k,a,i,m,a0,c,j,n,b,l,q,d,o,r,s,p,g,e,f,h)}, +aBg(a0,a1,a2){var s,r,q,p,o,n,m,l,k=A.A(a0.a,a1.a,a2),j=A.A(a0.b,a1.b,a2),i=A.A(a0.c,a1.c,a2),h=A.A(a0.d,a1.d,a2),g=A.A(a0.e,a1.e,a2),f=A.Z(a0.f,a1.f,a2),e=A.Z(a0.r,a1.r,a2),d=A.Z(a0.w,a1.w,a2),c=A.Z(a0.x,a1.x,a2),b=A.Z(a0.y,a1.y,a2),a=A.ea(a0.z,a1.z,a2) +if(a2<0.5)s=a0.Q +else s=a1.Q +r=A.Z(a0.as,a1.as,a2) +q=A.vJ(a0.at,a1.at,a2) +p=A.vJ(a0.ax,a1.ax,a2) +o=A.vJ(a0.ay,a1.ay,a2) +n=A.vJ(a0.ch,a1.ch,a2) +m=A.Z(a0.CW,a1.CW,a2) +l=A.es(a0.cx,a1.cx,a2) +return A.aBf(j,c,f,s,m,l,n,A.bj(a0.cy,a1.cy,a2),i,e,k,b,h,d,r,o,a,q,p,g)}, +qC:function qC(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0}, +Oa:function Oa(){}, +akz(a,b,c,d,e){return new A.HM(c,b,a,d,e,null)}, +HM:function HM(a,b,c,d,e,f){var _=this +_.c=a +_.w=b +_.z=c +_.ax=d +_.cx=e +_.a=f}, +lx:function lx(a,b,c,d,e,f,g,h,i,j){var _=this +_.y=a +_.z=b +_.Q=c +_.as=d +_.at=e +_.ax=f +_.ch=_.ay=$ +_.CW=!0 +_.e=g +_.a=h +_.b=i +_.c=j +_.d=!1}, +aGg(a,b,c){if(c!=null)return c +if(b)return new A.ai2(a) +return null}, +ai2:function ai2(a){this.a=a}, +adD:function adD(){}, +xc:function xc(a,b,c,d,e,f,g,h,i,j){var _=this +_.y=a +_.z=b +_.Q=c +_.as=d +_.at=e +_.ax=f +_.db=_.cy=_.cx=_.CW=_.ch=_.ay=$ +_.e=g +_.a=h +_.b=i +_.c=j +_.d=!1}, +aGf(a,b,c){if(c!=null)return c +if(b)return new A.ai1(a) +return null}, +aGl(a,b,c,d){var s,r,q,p,o,n +if(b){if(c!=null){s=c.$0() +r=new A.L(s.c-s.a,s.d-s.b)}else{s=a.k1 +s.toString +r=s}q=d.a9(0,B.j).gcE() +p=d.a9(0,new A.m(0+r.a,0)).gcE() +o=d.a9(0,new A.m(0,0+r.b)).gcE() +n=d.a9(0,r.LP(0,B.j)).gcE() +return Math.ceil(Math.max(Math.max(q,p),Math.max(o,n)))}return 35}, +ai1:function ai1(a){this.a=a}, +adE:function adE(){}, +xd:function xd(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.y=a +_.z=b +_.Q=c +_.as=d +_.at=e +_.ax=f +_.ay=g +_.cx=_.CW=_.ch=$ +_.cy=null +_.e=h +_.a=i +_.b=j +_.c=k +_.d=!1}, +apA(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.qS(d,a1,a3,a4,a2,p,a0,r,s,o,e,l,a6,b,f,i,m,k,a5,a7,a8,g,!1,q,!1,j,c,n)}, +iX(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.qT(c,p,s,s,s,k,o,m,n,j,!0,B.aF,s,s,d,f,i,h,q,r,a0,e!==!1,!1,l,!1,g,b,s)}, +lA:function lA(){}, +qU:function qU(){}, +CE:function CE(a,b,c){this.f=a +this.b=b +this.a=c}, +qS:function qS(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 +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.k1=a7 +_.a=a8}, +BV:function BV(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.k1=a7 +_.k2=a8 +_.k3=a9 +_.k4=b0 +_.a=b1}, +ph:function ph(a,b){this.a=a +this.b=b}, +BU:function BU(a,b,c,d){var _=this +_.e=_.d=null +_.f=!1 +_.r=a +_.w=$ +_.x=b +_.y=!1 +_.cV$=c +_.a=null +_.b=d +_.c=null}, +adB:function adB(){}, +adC:function adC(a,b){this.a=a +this.b=b}, +adz:function adz(a,b){this.a=a +this.b=b}, +adA:function adA(a){this.a=a}, +qT:function qT(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 +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.k1=a7 +_.a=a8}, +Ef:function Ef(){}, +h8:function h8(){}, +jv:function jv(a,b){this.b=a +this.a=b}, +aBh(a){if(a===-1)return"FloatingLabelAlignment.start" +if(a===0)return"FloatingLabelAlignment.center" +return"FloatingLabelAlignment(x: "+B.f.V(a,1)+")"}, +BW:function BW(a){var _=this +_.a=null +_.y1$=_.b=0 +_.y2$=a +_.a6$=_.ap$=0 +_.ar$=!1}, +BX:function BX(a,b){this.a=a +this.b=b}, +OA:function OA(a,b,c,d,e,f,g,h,i){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.a=i}, +B9:function B9(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g}, +MR:function MR(a,b,c){var _=this +_.x=_.w=_.r=_.f=_.e=_.d=$ +_.bP$=a +_.az$=b +_.a=null +_.b=c +_.c=null}, +QY:function QY(a,b,c){this.e=a +this.c=b +this.a=c}, +BO:function BO(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.a=h}, +BP:function BP(a,b,c){var _=this +_.d=$ +_.f=_.e=null +_.ff$=a +_.cz$=b +_.a=null +_.b=c +_.c=null}, +adg:function adg(){}, +qE:function qE(a,b){this.a=a +this.b=b}, +Hj:function Hj(){}, +dH:function dH(a,b){this.a=a +this.b=b}, +NA:function NA(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1}, +afB:function afB(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +CM:function CM(a,b,c,d,e,f,g,h){var _=this +_.C=a +_.M=b +_.ag=c +_.a7=d +_.q=e +_.D=f +_.b6=null +_.hW$=g +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=h +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +afF:function afF(a){this.a=a}, +afE:function afE(a,b){this.a=a +this.b=b}, +afD:function afD(a,b){this.a=a +this.b=b}, +afC:function afC(a,b,c){this.a=a +this.b=b +this.c=c}, +NC:function NC(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g}, +nR:function nR(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.a=j}, +BY:function BY(a,b,c,d){var _=this +_.e=_.d=$ +_.f=a +_.r=null +_.bP$=b +_.az$=c +_.a=null +_.b=d +_.c=null}, +adG:function adG(){}, +adF:function adF(a,b){this.a=a +this.b=b}, +ly:function ly(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 +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1 +_.k4=b2 +_.ok=b3 +_.p1=b4 +_.p2=b5 +_.p3=b6 +_.p4=b7 +_.R8=b8 +_.RG=b9 +_.rx=c0 +_.ry=c1 +_.to=c2 +_.x1=c3 +_.x2=c4 +_.xr=c5 +_.y1=c6 +_.y2=c7 +_.ap=c8 +_.a6=c9 +_.ar=d0}, +HT:function HT(){}, +OB:function OB(){}, +E5:function E5(){}, +Sy:function Sy(){}, +Ee:function Ee(){}, +Eg:function Eg(){}, +SX:function SX(){}, +aC3(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.xF(b,k,l,i,e,m,a,n,j,d,g,f,c,h,o)}, +aC4(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=c<0.5 +if(e)s=a.a +else s=b.a +r=A.ea(a.b,b.b,c) +if(e)q=a.c +else q=b.c +p=A.A(a.d,b.d,c) +o=A.A(a.e,b.e,c) +n=A.A(a.f,b.f,c) +m=A.es(a.r,b.r,c) +l=A.A(a.w,b.w,c) +k=A.A(a.x,b.x,c) +j=A.Z(a.y,b.y,c) +i=A.Z(a.z,b.z,c) +h=A.Z(a.Q,b.Q,c) +if(e)g=a.as +else g=b.as +if(e)f=a.at +else f=b.at +if(e)e=a.ax +else e=b.ax +return A.aC3(m,s,g,j,o,h,i,f,p,k,r,q,n,l,e)}, +xF:function xF(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o}, +OT:function OT(){}, +hV(a,b,c,d,e,f,g,h,i,j,k,l,m){return new A.xS(d,m,g,f,i,k,l,j,!0,e,a,c,h)}, +kb:function kb(a,b){this.a=a +this.b=b}, +xS:function xS(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.a=m}, +P4:function P4(a,b,c,d){var _=this +_.d=a +_.bP$=b +_.az$=c +_.a=null +_.b=d +_.c=null}, +aeI:function aeI(a){this.a=a}, +CQ:function CQ(a,b,c,d){var _=this +_.u=a +_.aD=b +_.aK=null +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Oz:function Oz(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +k1:function k1(){}, +oI:function oI(a,b){this.a=a +this.b=b}, +Ch:function Ch(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.c=i +_.d=j +_.e=k +_.a=l}, +P1:function P1(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.ff$=a +_.cz$=b +_.a=null +_.b=c +_.c=null}, +aet:function aet(){}, +aeu:function aeu(){}, +aev:function aev(){}, +aew:function aew(){}, +De:function De(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +QZ:function QZ(a,b,c){this.b=a +this.c=b +this.a=c}, +SM:function SM(){}, +P2:function P2(){}, +GJ:function GJ(){}, +dk(a,b,c){if(c.j("aU<0>").b(a))return a.O(b) +return a}, +cq:function cq(a,b){this.a=a +this.b=b}, +Im:function Im(){}, +BA:function BA(a,b){this.a=a +this.c=b}, +aU:function aU(){}, +eg:function eg(a,b){this.a=a +this.$ti=b}, +fk:function fk(a,b){this.a=a +this.$ti=b}, +xY:function xY(){}, +a1T:function a1T(a,b,c){this.a=a +this.b=b +this.c=c}, +a1R:function a1R(){}, +a1S:function a1S(){}, +aCp(a,b,c){var s,r=A.Z(a.a,b.a,c),q=A.A(a.b,b.b,c),p=A.Z(a.c,b.c,c),o=A.A(a.d,b.d,c),n=A.ea(a.e,b.e,c),m=A.aq5(a.f,b.f,c,A.aum(),t.p8),l=A.aq5(a.r,b.r,c,A.aIb(),t.lF) +if(c<0.5)s=a.w +else s=b.w +return new A.ye(r,q,p,o,n,m,l,s)}, +aq5(a,b,c,d,e){if(a==null&&b==null)return null +return new A.C4(a,b,c,d,e.j("C4<0>"))}, +ye:function ye(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +C4:function C4(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +Pi:function Pi(){}, +aCq(a,b,c){var s,r,q,p=A.A(a.a,b.a,c),o=A.Z(a.b,b.b,c),n=A.bj(a.c,b.c,c),m=A.bj(a.d,b.d,c),l=A.iW(a.e,b.e,c),k=A.iW(a.f,b.f,c),j=A.Z(a.r,b.r,c),i=c<0.5 +if(i)s=a.w +else s=b.w +if(i)i=a.x +else i=b.x +r=A.A(a.y,b.y,c) +q=A.Z(a.z,b.z,c) +return new A.yf(p,o,n,m,l,k,j,s,i,r,q,A.Z(a.Q,b.Q,c))}, +yf:function yf(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l}, +Pj:function Pj(){}, +aCv(a,b,c){return new A.ys(A.akd(a.a,b.a,c))}, +ys:function ys(a){this.a=a}, +Pv:function Pv(){}, +akP(a,b,c){var s=null,r=A.b([],t.Zt),q=$.a5,p=A.yS(B.cj),o=A.b([],t.wi),n=$.b4(),m=$.a5,l=b==null?B.l7:b +return new A.o6(a,!1,s,r,new A.bC(s,c.j("bC>")),new A.bC(s,t.A),new A.IY(),s,new A.aI(new A.a4(q,c.j("a4<0?>")),c.j("aI<0?>")),p,o,l,new A.d9(s,n),new A.aI(new A.a4(m,c.j("a4<0?>")),c.j("aI<0?>")),c.j("o6<0>"))}, +o6:function o6(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.c5=a +_.ap=b +_.dy=c +_.fr=!1 +_.fy=_.fx=null +_.go=d +_.id=e +_.k1=f +_.k2=g +_.k3=$ +_.k4=null +_.ok=$ +_.eh$=h +_.y=i +_.z=!1 +_.as=_.Q=null +_.at=j +_.ch=_.ay=null +_.e=k +_.a=null +_.b=l +_.c=m +_.d=n +_.$ti=o}, +xX:function xX(){}, +Ci:function Ci(){}, +St:function St(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +ahy:function ahy(){}, +ahz:function ahz(){}, +ahA:function ahA(){}, +ahB:function ahB(){}, +pu:function pu(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +ahx:function ahx(a){this.a=a}, +pv:function pv(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +ki:function ki(){}, +Mo:function Mo(){}, +Gx:function Gx(){}, +IZ:function IZ(){}, +a3c:function a3c(a){this.a=a}, +Px:function Px(){}, +aCM(a,b,c){var s,r=A.A(a.a,b.a,c),q=A.ea(a.b,b.b,c),p=A.Z(a.c,b.c,c),o=A.bj(a.d,b.d,c),n=c<0.5 +if(n)s=a.e +else s=b.e +if(n)n=a.f +else n=b.f +return new A.yM(r,q,p,o,s,n)}, +yM:function yM(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Q0:function Q0(){}, +aEB(a,b,c,d,e,f,g,h){var s=g!=null,r=s?-1.5707963267948966:-1.5707963267948966+f*3/2*3.141592653589793+d*3.141592653589793*2+c*0.5*3.141592653589793 +return new A.tS(a,h,g,b,f,c,d,e,r,s?B.e.G(g,0,1)*6.282185307179586:Math.max(b*3/2*3.141592653589793-f*3/2*3.141592653589793,0.001),null)}, +Ms:function Ms(a,b){this.a=a +this.b=b}, +JL:function JL(){}, +tS:function tS(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.a=k}, +le:function le(a,b,c,d,e,f,g,h){var _=this +_.z=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.a=h}, +Be:function Be(a,b,c){var _=this +_.d=$ +_.ff$=a +_.cz$=b +_.a=null +_.b=c +_.c=null}, +ac_:function ac_(a){this.a=a}, +Qe:function Qe(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.as=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.a=l}, +ru:function ru(a,b,c,d,e,f,g,h){var _=this +_.z=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.a=h}, +Qf:function Qf(a,b,c){var _=this +_.z=_.y=$ +_.Q=null +_.d=$ +_.ff$=a +_.cz$=b +_.a=null +_.b=c +_.c=null}, +afA:function afA(a){this.a=a}, +E9:function E9(){}, +aD_(a,b,c){var s=A.A(a.a,b.a,c),r=A.A(a.b,b.b,c),q=A.Z(a.c,b.c,c),p=A.A(a.d,b.d,c) +return new A.yQ(s,r,q,p,A.A(a.e,b.e,c))}, +al3(a){var s +a.L(t.C0) +s=A.ae(a) +return s.bI}, +yQ:function yQ(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Q2:function Q2(){}, +aqA(a,b,c,d,e){if(a==null&&b==null)return null +return new A.C3(a,b,c,d,e.j("C3<0>"))}, +yZ:function yZ(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +C3:function C3(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +Q9:function Q9(){}, +kS:function kS(a,b){this.a=a +this.b=b}, +JZ:function JZ(a,b){this.a=a +this.b=b}, +z6:function z6(a,b,c){this.c=a +this.f=b +this.a=c}, +z7:function z7(a,b,c){var _=this +_.x=_.w=_.r=_.f=_.e=_.d=$ +_.as=_.Q=_.y=null +_.bP$=a +_.az$=b +_.a=null +_.b=c +_.c=null}, +a4E:function a4E(a){this.a=a}, +a4C:function a4C(a,b){this.a=a +this.b=b}, +a4D:function a4D(a){this.a=a}, +a4H:function a4H(a,b){this.a=a +this.b=b}, +a4F:function a4F(a){this.a=a}, +a4G:function a4G(a,b){this.a=a +this.b=b}, +a4I:function a4I(a,b){this.a=a +this.b=b}, +CI:function CI(){}, +rB(a,b,c){return new A.zC(a,b,c,null)}, +a6b(a){var s=a.jw(t.Np) +if(s!=null)return s +throw A.c(A.Z7(A.b([A.wG("Scaffold.of() called with a context that does not contain a Scaffold."),A.bi("No Scaffold ancestor could be found starting from the context that was passed to Scaffold.of(). This usually happens when the context provided is from the same StatefulWidget as that whose build function actually creates the Scaffold widget being sought."),A.YL('There are several ways to avoid this problem. The simplest is to use a Builder to get a context that is "under" the Scaffold. For an example of this, please see the documentation for Scaffold.of():\n https://api.flutter.dev/flutter/material/Scaffold/of.html'),A.YL("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.abw("The context used was")],t.F)))}, +eW:function eW(a,b){this.a=a +this.b=b}, +zE:function zE(a,b){this.c=a +this.a=b}, +zF:function zF(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.r=c +_.y=_.x=_.w=null +_.bP$=d +_.az$=e +_.a=null +_.b=f +_.c=null}, +a64:function a64(a,b){this.a=a +this.b=b}, +a65:function a65(a,b){this.a=a +this.b=b}, +a60:function a60(a){this.a=a}, +a61:function a61(a){this.a=a}, +a63:function a63(a,b,c){this.a=a +this.b=b +this.c=c}, +a62:function a62(a,b,c){this.a=a +this.b=b +this.c=c}, +D2:function D2(a,b,c){this.f=a +this.b=b +this.a=c}, +a66:function a66(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.e=d +_.f=e +_.r=f +_.w=g +_.y=h}, +KE:function KE(a,b){this.a=a +this.b=b}, +QN:function QN(a,b,c){var _=this +_.a=a +_.b=null +_.c=b +_.y1$=0 +_.y2$=c +_.a6$=_.ap$=0 +_.ar$=!1}, +B8:function B8(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.a=d +_.b=e +_.c=f +_.d=g}, +MQ:function MQ(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +ag9:function ag9(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.w=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.as=j +_.at=k +_.ax=l +_.ay=m +_.c=_.b=null}, +BE:function BE(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +BF:function BF(a,b,c){var _=this +_.x=_.w=_.r=_.f=_.e=_.d=$ +_.y=null +_.bP$=a +_.az$=b +_.a=null +_.b=c +_.c=null}, +acL:function acL(a,b){this.a=a +this.b=b}, +zC:function zC(a,b,c,d){var _=this +_.e=a +_.f=b +_.ch=c +_.a=d}, +rC:function rC(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 +_.w=d +_.y=_.x=null +_.z=e +_.ax=_.at=_.as=null +_.ay=f +_.ch=null +_.CW=g +_.cy=_.cx=$ +_.dx=_.db=null +_.fr=_.dy=$ +_.fx=!1 +_.fy=h +_.br$=i +_.em$=j +_.hT$=k +_.d0$=l +_.cF$=m +_.bP$=n +_.az$=o +_.a=null +_.b=p +_.c=null}, +a6a:function a6a(a,b,c){this.a=a +this.b=b +this.c=c}, +a68:function a68(a,b){this.a=a +this.b=b}, +a67:function a67(a,b){this.a=a +this.b=b}, +a69:function a69(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +zD:function zD(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +QO:function QO(a,b,c){this.f=a +this.b=b +this.a=c}, +aga:function aga(){}, +D3:function D3(){}, +D4:function D4(){}, +D5:function D5(){}, +Ec:function Ec(){}, +aqR(a,b){return new A.KM(a,b,null)}, +KM:function KM(a,b,c){this.c=a +this.d=b +this.a=c}, +ut:function ut(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.fy=a +_.go=b +_.c=c +_.d=d +_.e=e +_.w=f +_.x=g +_.as=h +_.ch=i +_.CW=j +_.cx=k +_.cy=l +_.db=m +_.dx=n +_.a=o}, +P3:function P3(a,b,c,d){var _=this +_.ch=$ +_.cx=_.CW=!1 +_.dx=_.db=_.cy=$ +_.f=_.e=_.d=null +_.w=_.r=$ +_.x=a +_.y=!1 +_.z=$ +_.bP$=b +_.az$=c +_.a=null +_.b=d +_.c=null}, +aeB:function aeB(a){this.a=a}, +aey:function aey(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aeA:function aeA(a,b,c){this.a=a +this.b=b +this.c=c}, +aez:function aez(a,b,c){this.a=a +this.b=b +this.c=c}, +aex:function aex(a){this.a=a}, +aeH:function aeH(a){this.a=a}, +aeG:function aeG(a){this.a=a}, +aeF:function aeF(a){this.a=a}, +aeD:function aeD(a){this.a=a}, +aeE:function aeE(a){this.a=a}, +aeC:function aeC(a){this.a=a}, +zR(a,b,c,d,e){if(a==null&&b==null)return null +return new A.C7(a,b,c,d,e.j("C7<0>"))}, +aGC(a,b,c){return c<0.5?a:b}, +zQ:function zQ(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m}, +C7:function C7(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +QS:function QS(){}, +aF_(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var s=null,r=new A.uG(m,A.LT(s,s,s,s,s,B.bo,s,s,1,B.aA),p,i,k,a,e,l,o,j,h,g,f,n,c,d,A.aj()) +r.gau() +r.gaE() +r.CW=!1 +r.Yg(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p) +return r}, +R8:function R8(a,b){this.a=a +this.b=b}, +A2:function A2(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.r=c +_.w=d +_.a=e}, +Dh:function Dh(a,b,c,d,e){var _=this +_.r=_.f=_.e=_.d=$ +_.w=null +_.x=a +_.z=$ +_.Q=null +_.as=!1 +_.at=null +_.ay=_.ax=!1 +_.ch=b +_.CW=null +_.bP$=c +_.az$=d +_.a=null +_.b=e +_.c=null}, +agp:function agp(a,b){this.a=a +this.b=b}, +agq:function agq(a,b){this.a=a +this.b=b}, +agn:function agn(a){this.a=a}, +ago:function ago(a){this.a=a}, +agr:function agr(a){this.a=a}, +R6:function R6(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.w=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.as=j +_.at=k +_.ax=l +_.ay=m +_.a=n}, +uG:function uG(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.C=a +_.a7=_.ag=_.M=$ +_.q=b +_.b6=_.D=$ +_.av=!1 +_.bA=0 +_.bI=c +_.cK=d +_.dG=e +_.ei=f +_.ej=g +_.cs=h +_.eR=i +_.du=j +_.ca=k +_.cX=l +_.co=m +_.c5=n +_.e1=o +_.am=p +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=q +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +afN:function afN(a){this.a=a}, +afL:function afL(){}, +afK:function afK(){}, +afM:function afM(a){this.a=a}, +iq:function iq(a){this.a=a}, +pp:function pp(a,b){this.a=a +this.b=b}, +Sn:function Sn(a,b){this.d=a +this.a=b}, +Qz:function Qz(a,b){var _=this +_.C=$ +_.M=a +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=b +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Eo:function Eo(){}, +Ep:function Ep(){}, +Es:function Es(){}, +ar_(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.A3(a4,b,i,d,f,a,h,c,e,a0,l,g,m,a6,n,a3,a2,a5,a7,p,o,q,r,s,a8,j,a1,k)}, +KX:function KX(a,b){this.a=a +this.b=b}, +A3:function A3(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 +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8}, +a8t:function a8t(){}, +a8u:function a8u(){}, +a8v:function a8v(){}, +US:function US(){}, +a5L:function a5L(){}, +a5K:function a5K(){}, +a5J:function a5J(){}, +a5I:function a5I(){}, +a4A:function a4A(){}, +QI:function QI(){}, +R7:function R7(){}, +ar1(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.td(f,c,i,k,m,o,n,d,a,h,b,l,g,e,j)}, +ib:function ib(a,b){this.a=a +this.b=b}, +td:function td(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.a=o}, +Di:function Di(a){var _=this +_.d=!1 +_.a=null +_.b=a +_.c=null}, +agt:function agt(a){this.a=a}, +ags:function ags(a){this.a=a}, +agu:function agu(a){this.a=a}, +A8:function A8(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Rf:function Rf(){}, +Rz:function Rz(a,b){this.a=a +this.b=b}, +LC:function LC(a,b,c){this.c=a +this.d=b +this.a=c}, +Cj:function Cj(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ay=m +_.ch=n +_.CW=o +_.cx=p +_.cy=q +_.db=r +_.dx=s +_.dy=a0 +_.fr=a1 +_.a=a2}, +Ck:function Ck(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.d=a +_.e=!1 +_.qq$=b +_.lP$=c +_.nA$=d +_.N9$=e +_.Na$=f +_.Ck$=g +_.Nb$=h +_.Cl$=i +_.Cm$=j +_.vo$=k +_.qr$=l +_.qs$=m +_.bP$=n +_.az$=o +_.a=null +_.b=p +_.c=null}, +aeM:function aeM(a){this.a=a}, +aeJ:function aeJ(a,b){this.a=a +this.b=b}, +aeN:function aeN(a){this.a=a}, +aeK:function aeK(a,b){this.a=a +this.b=b}, +aeL:function aeL(a){this.a=a}, +aeO:function aeO(a,b){this.a=a +this.b=b}, +Dx:function Dx(a){var _=this +_.p1=_.ok=_.k4=_.k3=_.k2=_.k1=_.id=_.go=_.fy=_.fx=_.fr=_.dy=_.dx=_.db=_.cy=null +_.p2=!1 +_.at=_.as=_.Q=_.z=_.y=_.x=_.w=_.r=_.f=_.e=_.d=_.c=_.b=_.a=null +_.y1$=0 +_.y2$=a +_.a6$=_.ap$=0 +_.ar$=!1}, +Ej:function Ej(){}, +Ek:function Ek(){}, +alh(a,b,c,d,e){if(a==null&&b==null)return null +return new A.C2(a,b,c,d,e.j("C2<0>"))}, +ara(a){var s +a.L(t.OJ) +s=A.ae(a) +return s.ej}, +Al:function Al(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +C2:function C2(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +Ry:function Ry(){}, +Ao:function Ao(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j}, +C0:function C0(a,b,c){this.a=a +this.b=b +this.c=c}, +RD:function RD(){}, +arc(a){return new A.An(a,null)}, +An:function An(a,b){this.c=a +this.a=b}, +aDU(a,b,c){return new A.Aq(A.akd(a.a,b.a,c))}, +Aq:function Aq(a){this.a=a}, +RG:function RG(){}, +alj(a,b,c,d){var s,r=d?B.Mu:B.Mv,q=d?B.Mw:B.Mx +if(d)s=B.Rk +else s=B.Rl +return new A.At(a,b,B.Ny,d,r,q,s,c,!0,null)}, +RH:function RH(a,b){var _=this +_.f=a +_.a=b +_.b=!0 +_.c=0 +_.d=!1 +_.e=null}, +At:function At(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.e=b +_.f=c +_.ay=d +_.CW=e +_.cx=f +_.fx=g +_.p1=h +_.x1=i +_.a=j}, +DD:function DD(a,b,c,d,e,f,g){var _=this +_.e=_.d=null +_.r=_.f=!1 +_.x=_.w=$ +_.y=a +_.br$=b +_.em$=c +_.hT$=d +_.d0$=e +_.cF$=f +_.a=null +_.b=g +_.c=null}, +agE:function agE(){}, +agG:function agG(a,b){this.a=a +this.b=b}, +agF:function agF(a,b){this.a=a +this.b=b}, +agI:function agI(a){this.a=a}, +agJ:function agJ(a){this.a=a}, +agK:function agK(a,b,c){this.a=a +this.b=b +this.c=c}, +agM:function agM(a){this.a=a}, +agN:function agN(a){this.a=a}, +agL:function agL(a,b){this.a=a +this.b=b}, +agH:function agH(a){this.a=a}, +ahD:function ahD(){}, +Eu:function Eu(){}, +a1U:function a1U(){}, +RI:function RI(a,b){this.b=a +this.a=b}, +aDZ(a,b,c){var s=A.A(a.a,b.a,c),r=A.A(a.b,b.b,c) +return new A.AA(s,r,A.A(a.c,b.c,c))}, +arh(a){var s +a.L(t.bZ) +s=A.ae(a) +return s.du}, +AA:function AA(a,b,c){this.a=a +this.b=b +this.c=c}, +RK:function RK(){}, +arj(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.ed(r,q,p,a0,o,n,m,l,k,j,i,h,g,a4,a5==null?s:a5)}, +mq(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.bj(d,c?f:b.a,a0) +s=e?f:a.b +s=A.bj(s,c?f:b.b,a0) +r=e?f:a.c +r=A.bj(r,c?f:b.c,a0) +q=e?f:a.d +q=A.bj(q,c?f:b.d,a0) +p=e?f:a.e +p=A.bj(p,c?f:b.e,a0) +o=e?f:a.f +o=A.bj(o,c?f:b.f,a0) +n=e?f:a.r +n=A.bj(n,c?f:b.r,a0) +m=e?f:a.w +m=A.bj(m,c?f:b.w,a0) +l=e?f:a.x +l=A.bj(l,c?f:b.x,a0) +k=e?f:a.y +k=A.bj(k,c?f:b.y,a0) +j=e?f:a.z +j=A.bj(j,c?f:b.z,a0) +i=e?f:a.Q +i=A.bj(i,c?f:b.Q,a0) +h=e?f:a.as +h=A.bj(h,c?f:b.as,a0) +g=e?f:a.at +g=A.bj(g,c?f:b.at,a0) +e=e?f:a.ax +return A.arj(k,j,i,d,s,r,q,p,o,h,g,A.bj(e,c?f:b.ax,a0),n,m,l)}, +ed:function ed(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o}, +RN:function RN(){}, +ae(a){var s,r=a.L(t.Nr),q=A.lH(a,B.br,t.c4)==null?null:B.v_ +if(q==null)q=B.v_ +s=r==null?null:r.w.c +if(s==null)s=$.av3() +return A.aE2(s,s.p4.Q5(q))}, +tB:function tB(a,b,c){this.c=a +this.d=b +this.a=c}, +BT:function BT(a,b,c){this.w=a +this.b=b +this.a=c}, +oW:function oW(a,b){this.a=a +this.b=b}, +vm:function vm(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +MB:function MB(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.ff$=a +_.cz$=b +_.a=null +_.b=c +_.c=null}, +ab0:function ab0(){}, +all(d4){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=null,d2=A.b([],t.FO),d3=A.dL() +d3=d3 +switch(d3.a){case 0:case 1:case 2:s=B.JM +break +case 3:case 4:case 5:s=B.JN +break +default:s=d1}r=A.aEm() +q=d4 +p=q===B.a4 +o=p?B.zO:B.de +n=A.LX(o) +m=p?B.zY:B.mC +l=p?B.n:B.fq +k=n===B.a4 +if(p)j=B.mB +else j=B.dS +i=p?B.mB:B.mx +h=A.LX(i) +g=h===B.a4 +f=p?A.ak(31,255,255,255):A.ak(31,0,0,0) +e=p?A.ak(10,255,255,255):A.ak(10,0,0,0) +d=p?B.my:B.mG +c=p?B.dT:B.m +b=p?B.dT:B.m +a=p?B.Ap:B.ft +a0=A.LX(B.de)===B.a4 +a1=A.LX(i) +a2=p?B.zE:B.fq +a3=p?B.fr:B.dV +a4=a0?B.m:B.n +a1=a1===B.a4?B.m:B.n +a5=p?B.m:B.n +a6=a0?B.m:B.n +a7=A.W4(a3,q,B.fs,d1,d1,d1,a6,p?B.n:B.m,d1,d1,a4,d1,a1,d1,a5,d1,d1,d1,d1,B.de,d1,l,i,d1,a2,d1,b,d1,d1,d1,d1) +a8=p?B.A:B.x +a9=p?B.fr:B.mF +b0=p?B.fr:B.dV +b1=p?B.dT:B.m +b2=i.k(0,o)?B.m:i +b3=p?B.zw:A.ak(153,0,0,0) +a1=p?B.dS:B.mE +b4=new A.FB(a1,d1,f,e,d1,d1,a7,s) +b5=p?B.zs:B.zr +b6=p?B.mt:B.fo +b7=p?B.mt:B.zu +b8=A.aE9(d3) +b9=p?b8.b:b8.a +c0=k?b8.b:b8.a +c1=g?b8.b:b8.a +c2=b9.bg(d1) +c3=c0.bg(d1) +c4=p?B.fT:B.BF +c5=k?B.fT:B.nf +c6=p?i:B.dV +c7=p?B.zN:B.mA +c8=c1.bg(d1) +c9=g?B.fT:B.nf +d0=p?B.dS:B.mE +return A.alk(i,h,c9,c8,d1,B.wa,!1,b0,B.JJ,c,B.wq,B.wt,B.wu,B.wG,d0,b4,d,b,B.xJ,B.xN,B.xO,a7,d1,B.zS,B.AB,b1,B.AM,b5,a,B.AT,B.AW,B.Bi,B.fs,B.Bl,A.aE1(d2),!0,B.Bo,f,b6,b3,e,c4,b2,B.wZ,B.Co,s,B.K3,B.K4,B.Kp,B.xa,d3,B.Kx,o,n,l,m,c5,c3,B.Ky,B.KH,d,B.L9,a9,B.Aa,B.n,B.Mt,B.MB,b7,B.xA,B.Nc,B.Nj,B.Nk,c6,c7,B.NB,c2,B.Rf,B.Ri,j,B.Rm,b8,a8,!1,!0,r)}, +alk(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5){return new A.hp(e,g,a3,b5,c4,c6,d0,d1,e2,e9,g5,!1,a2,d3,d6,d5,b8,c1,e5,q,e1,j,r,a9,b9,e8,e4,g2,a8,e3,h,a6,c3,c0,b3,f9,g1,f6,d8,c2,d7,f,i,k,l,m,n,p,s,a0,a1,a5,a7,b0,b1,b2,b7,c5,c7,c8,c9,d2,d9,e0,e6,e7,f0,f1,f2,f5,f7,f8,g0,b4,!0,f3,a4,f4,a,b,d,c,o,!0,d4)}, +aE_(){return A.all(B.ad)}, +aE2(a,b){return $.av2().bs(0,new A.uj(a,b),new A.a9Y(a,b))}, +LX(a){var s=0.2126*A.akh((a.gl(a)>>>16&255)/255)+0.7152*A.akh((a.gl(a)>>>8&255)/255)+0.0722*A.akh((a.gl(a)&255)/255)+0.05 +if(s*s>0.15)return B.ad +return B.a4}, +aE0(a,b,c){var s=a.d,r=s.jC(s,new A.a9W(b,c),t.K,t.Ag) +s=b.d +r.B_(r,s.geP(s).om(0,new A.a9X(a))) +return r}, +aE1(a){var s,r,q=t.K,p=t.ZF,o=A.z(q,p) +for(s=0;!1;++s){r=a[s] +o.n(0,r.gwD(r),p.a(r))}return A.aAy(o,q,t.Ag)}, +aCa(a,b){return new A.Il(a,b,B.lJ,b.a,b.b,b.c,b.d,b.e,b.f)}, +aEm(){switch(A.dL().a){case 0:case 2:case 1:break +case 3:case 4:case 5:return B.ST}return B.vR}, +lJ:function lJ(a,b){this.a=a +this.b=b}, +hp:function hp(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1 +_.k4=b2 +_.ok=b3 +_.p1=b4 +_.p2=b5 +_.p3=b6 +_.p4=b7 +_.R8=b8 +_.RG=b9 +_.rx=c0 +_.ry=c1 +_.to=c2 +_.x1=c3 +_.x2=c4 +_.xr=c5 +_.y1=c6 +_.y2=c7 +_.ap=c8 +_.a6=c9 +_.ar=d0 +_.b5=d1 +_.cW=d2 +_.bQ=d3 +_.C=d4 +_.M=d5 +_.ag=d6 +_.a7=d7 +_.q=d8 +_.D=d9 +_.b6=e0 +_.av=e1 +_.bA=e2 +_.bI=e3 +_.cK=e4 +_.dG=e5 +_.ei=e6 +_.ej=e7 +_.cs=e8 +_.eR=e9 +_.du=f0 +_.ca=f1 +_.cX=f2 +_.co=f3 +_.c5=f4 +_.e1=f5 +_.am=f6 +_.fL=f7 +_.hp=f8 +_.ek=f9 +_.fM=g0 +_.fN=g1 +_.fO=g2 +_.u=g3 +_.a8=g4 +_.aD=g5}, +a9Y:function a9Y(a,b){this.a=a +this.b=b}, +a9W:function a9W(a,b){this.a=a +this.b=b}, +a9X:function a9X(a){this.a=a}, +Il:function Il(a,b,c,d,e,f,g,h,i){var _=this +_.at=a +_.ax=b +_.r=c +_.a=d +_.b=e +_.c=f +_.d=g +_.e=h +_.f=i}, +uj:function uj(a,b){this.a=a +this.b=b}, +O5:function O5(a,b,c){this.a=a +this.b=b +this.$ti=c}, +kJ:function kJ(a,b){this.a=a +this.b=b}, +RS:function RS(){}, +Sp:function Sp(){}, +AF:function AF(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q}, +RW:function RW(){}, +aE3(a,b,c){var s=A.bj(a.a,b.a,c),r=A.vJ(a.b,b.b,c),q=A.A(a.c,b.c,c),p=A.A(a.d,b.d,c),o=A.A(a.e,b.e,c),n=A.A(a.f,b.f,c),m=A.A(a.r,b.r,c),l=A.A(a.w,b.w,c),k=A.A(a.y,b.y,c),j=A.A(a.x,b.x,c),i=A.A(a.z,b.z,c),h=A.A(a.Q,b.Q,c),g=A.A(a.as,b.as,c),f=A.n1(a.ax,b.ax,c) +return new A.AI(s,r,q,p,o,n,m,l,j,k,i,h,g,A.Z(a.at,b.at,c),f)}, +AI:function AI(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o}, +RX:function RX(){}, +AJ:function AJ(){}, +aa2:function aa2(a,b){this.a=a +this.b=b}, +aa3:function aa3(a){this.a=a}, +aa0:function aa0(a,b){this.a=a +this.b=b}, +aa1:function aa1(a,b){this.a=a +this.b=b}, +tE:function tE(){}, +arm(a,b,c,d,e){return new A.AM(c,e,d,b,a,null)}, +arn(a){var s,r,q,p +if($.kD.length!==0){s=A.b($.kD.slice(0),A.af($.kD)) +for(r=s.length,q=0;q>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +break +default:p=null}switch(q.a){case 1:o=b.a +break +case 0:r=b.a +o=A.ak(0,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +break +default:o=null}r=A.A(p,o,c) +r.toString +return new A.du(r,s,B.bt)}, +ea(a,b,c){var s,r=b!=null?b.dv(a,c):null +if(r==null&&a!=null)r=a.dw(b,c) +if(r==null)s=c<0.5?a:b +else s=r +return s}, +arI(a,b,c){var s,r,q,p,o,n,m=a instanceof A.hr?a.a:A.b([a],t.Fi),l=b instanceof A.hr?b.a:A.b([b],t.Fi),k=A.b([],t.N_),j=Math.max(m.length,l.length) +for(s=1-c,r=0;ro/m?new A.L(o*p/m,p):new A.L(q,m*q/o) +r=b +break +case 2:q=c.a +p=c.b +o=b.a +r=q/p>o/m?new A.L(o,o*p/q):new A.L(m*q/p,m) +s=c +break +case 3:m=b.a +q=c.a +p=m*c.b/q +r=new A.L(m,p) +s=new A.L(q,p*q/m) +break +case 4:q=c.b +p=m*c.a/q +r=new A.L(p,m) +s=new A.L(p*q/m,q) +break +case 5:r=new A.L(Math.min(b.a,c.a),Math.min(m,c.b)) +s=r +break +case 6:n=b.a/m +q=c.b +s=m>q?new A.L(q*n,q):b +m=c.a +if(s.a>m)s=new A.L(m,m/n) +r=b +break +default:r=null +s=null}return new A.Hg(r,s)}, +Fv:function Fv(a,b){this.a=a +this.b=b}, +Hg:function Hg(a,b){this.a=a +this.b=b}, +aA6(a,b,c){var s,r,q,p,o=A.A(a.a,b.a,c) +o.toString +s=A.ym(a.b,b.b,c) +s.toString +r=A.Z(a.c,b.c,c) +r.toString +q=A.Z(a.d,b.d,c) +q.toString +p=a.e +return new A.fW(q,p===B.cP?b.e:p,o,s,r)}, +aoF(a,b,c){var s,r,q,p,o,n,m,l=a==null +if(l&&b==null)return null +if(l)a=A.b([],t.sq) +if(b==null)b=A.b([],t.sq) +s=Math.min(a.length,b.length) +l=A.b([],t.sq) +for(r=0;r>>0)) +i.skz(a6) +i.svO(b0) +h=j.a +g=(r-h)/2 +f=j.b +e=(p-f)/2 +p=a1.a +p=s+(g+(a8?-p:p)*g) +q+=e+a1.b*e +d=new A.w(p,q,p+h,q+f) +c=b4!==B.cr||a8 +if(c)a2.bF(0) +q=b4===B.cr +if(!q)a2.jg(0,b3) +if(a8){b=-(s+r/2) +a2.aC(0,-b,0) +a2.cP(0,-1,1) +a2.aC(0,b,0)}a=a1.CP(k,new A.w(0,0,n,m)) +if(q)a2.hP(a9,a,d,i) +else for(s=A.aGd(b3,d,b4),r=s.length,a0=0;a00){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.afc(r,q,b-p,p)}o=Math.sqrt(k-m)/(2*l) +s=-(n/2*l) +return new A.ah6(o,s,b,(c-s*b)/o)}, +a8J:function a8J(a,b,c){this.a=a +this.b=b +this.c=c}, +tg:function tg(a,b){this.a=a +this.b=b}, +Ab:function Ab(a,b,c){this.b=a +this.c=b +this.a=c}, +m7:function m7(a,b,c){this.b=a +this.c=b +this.a=c}, +ac7:function ac7(a,b,c){this.a=a +this.b=b +this.c=c}, +afc:function afc(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ah6:function ah6(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +AL:function AL(a,b){this.a=a +this.c=b}, +ry:function ry(){}, +a5x:function a5x(a){this.a=a}, +vI(a){var s=a.a,r=a.b +return new A.aG(s,s,r,r)}, +n2(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.aG(p,q,r,s?1/0:a)}, +hD(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.aG(p,q,r,s?a:1/0)}, +akc(a){return new A.aG(0,a.a,0,a.b)}, +vJ(a,b,c){var s,r,q,p=a==null +if(p&&b==null)return null +if(p)return b.W(0,c) +if(b==null)return a.W(0,1-c) +p=a.a +if(isFinite(p)){p=A.Z(p,b.a,c) +p.toString}else p=1/0 +s=a.b +if(isFinite(s)){s=A.Z(s,b.b,c) +s.toString}else s=1/0 +r=a.c +if(isFinite(r)){r=A.Z(r,b.c,c) +r.toString}else r=1/0 +q=a.d +if(isFinite(q)){q=A.Z(q,b.d,c) +q.toString}else q=1/0 +return new A.aG(p,s,r,q)}, +aA5(){var s=A.b([],t.om),r=new A.bc(new Float64Array(16)) +r.dD() +return new A.iG(s,A.b([r],t.rE),A.b([],t.cR))}, +aoE(a){return new A.iG(a.a,a.b,a.c)}, +aG:function aG(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +V_:function V_(){}, +iG:function iG(a,b,c){this.a=a +this.b=b +this.c=c}, +pZ:function pZ(a,b){this.c=a +this.a=b +this.b=null}, +fp:function fp(a){this.a=a}, +w6:function w6(){}, +pj:function pj(a,b){this.a=a +this.b=b}, +BZ:function BZ(a,b){this.a=a +this.b=b}, +B:function B(){}, +a4M:function a4M(a,b){this.a=a +this.b=b}, +a4O:function a4O(a,b){this.a=a +this.b=b}, +a4N:function a4N(a,b){this.a=a +this.b=b}, +cE:function cE(){}, +a4L:function a4L(a,b,c){this.a=a +this.b=b +this.c=c}, +Bj:function Bj(){}, +hf:function hf(a,b,c){var _=this +_.e=null +_.bO$=a +_.af$=b +_.a=c}, +a2o:function a2o(){}, +zc:function zc(a,b,c,d,e){var _=this +_.C=a +_.bz$=b +_.U$=c +_.bV$=d +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=e +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +CL:function CL(){}, +Qj:function Qj(){}, +aqH(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e={} +e.a=b +if(a==null)a=B.h8 +s=J.ay(a) +r=s.gp(a)-1 +q=A.b7(0,null,!1,t.LQ) +p=0<=r +while(!0){if(!!1)break +s.h(a,0) +o=b[0] +o.gcG(o) +break}while(!0){if(!!1)break +s.h(a,r) +n=b[-1] +n.gcG(n) +break}m=A.bx("oldKeyedChildren") +if(p){m.sdI(A.z(t.D2,t.bu)) +for(l=m.a,k=0;k<=r;){j=s.h(a,k) +i=j.d +if(i!=null){h=m.b +if(h===m)A.K(A.e4(l)) +J.cU(h,i,j)}++k}p=!0}else k=0 +for(l=m.a,g=0;!1;){o=e.a[g] +if(p){f=o.gcG(o) +i=m.b +if(i===m)A.K(A.e4(l)) +j=J.ag(i,f) +if(j!=null){o.gcG(o) +j=null}}else j=null +q[g]=A.aqG(j,o);++g}s.gp(a) +while(!0){if(!!1)break +q[g]=A.aqG(s.h(a,k),e.a[g]);++g;++k}return new A.cv(q,A.af(q).j("cv<1,c7>"))}, +aqG(a,b){var s,r=a==null?A.KR(b.gcG(b),null):a,q=b.gahP(),p=A.oD() +q.gxl() +p.id=q.gxl() +p.d=!0 +q.gBs(q) +s=q.gBs(q) +p.b3(B.Lo,!0) +p.b3(B.Lq,s) +q.gx4(q) +p.b3(B.vd,q.gx4(q)) +q.gBn(q) +p.b3(B.vi,q.gBn(q)) +q.gjB() +p.b3(B.Lt,q.gjB()) +q.gDV() +p.b3(B.v8,q.gDV()) +q.gxk() +p.b3(B.vj,q.gxk()) +q.gD4() +p.b3(B.Lp,q.gD4()) +q.grg(q) +p.b3(B.v6,q.grg(q)) +q.gCs() +p.b3(B.vb,q.gCs()) +q.gCt(q) +p.b3(B.le,q.gCt(q)) +q.gku(q) +s=q.gku(q) +p.b3(B.lf,!0) +p.b3(B.ld,s) +q.gCN() +p.b3(B.Lr,q.gCN()) +q.gm0() +p.b3(B.v5,q.gm0()) +q.gDj(q) +p.b3(B.vg,q.gDj(q)) +q.gCJ(q) +p.b3(B.eJ,q.gCJ(q)) +q.gCH() +p.b3(B.vf,q.gCH()) +q.gx_() +p.b3(B.va,q.gx_()) +q.gDl() +p.b3(B.ve,q.gDl()) +q.gD7() +p.b3(B.vc,q.gD7()) +q.gqR() +p.sqR(q.gqR()) +q.gnn() +p.snn(q.gnn()) +q.gE3() +s=q.gE3() +p.b3(B.vh,!0) +p.b3(B.v7,s) +q.geT(q) +p.b3(B.v9,q.geT(q)) +q.gD5(q) +p.p4=new A.bR(q.gD5(q),B.T) +p.d=!0 +q.gl(q) +p.R8=new A.bR(q.gl(q),B.T) +p.d=!0 +q.gadI() +p.RG=new A.bR(q.gadI(),B.T) +p.d=!0 +q.gabp() +p.rx=new A.bR(q.gabp(),B.T) +p.d=!0 +q.gadr(q) +p.ry=new A.bR(q.gadr(q),B.T) +p.d=!0 +q.gbx(q) +p.xr=q.gbx(q) +p.d=!0 +q.giN() +p.siN(q.giN()) +q.gjE() +p.sjE(q.gjE()) +q.go2() +p.so2(q.go2()) +q.go3() +p.so3(q.go3()) +q.go4() +p.so4(q.go4()) +q.go1() +p.so1(q.go1()) +q.gnW() +p.snW(q.gnW()) +q.gnT() +p.snT(q.gnT()) +q.gnR(q) +p.snR(0,q.gnR(q)) +q.gnS(q) +p.snS(0,q.gnS(q)) +q.go0(q) +p.so0(0,q.go0(q)) +q.gnZ() +p.snZ(q.gnZ()) +q.gnX() +p.snX(q.gnX()) +q.go_() +p.so_(q.go_()) +q.gnY() +p.snY(q.gnY()) +q.go5() +p.so5(q.go5()) +q.go6() +p.so6(q.go6()) +q.gnU() +p.snU(q.gnU()) +q.gr0() +p.sr0(q.gr0()) +q.gnV() +p.snV(q.gnV()) +r.jP(0,B.h8,p) +r.sb7(0,b.gb7(b)) +r.sce(0,b.gce(b)) +r.dx=b.gahT() +return r}, +GA:function GA(){}, +zd:function zd(a,b,c,d,e,f,g){var _=this +_.u=a +_.a8=b +_.aD=c +_.aK=d +_.c6=e +_.iy=_.fg=_.nB=_.el=null +_.q$=f +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=g +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Wy:function Wy(){}, +as0(a){var s=new A.Qk(a,A.aj()) +s.gau() +s.CW=!0 +return s}, +as9(){var s=$.aJ()?A.aT():new A.aO(new A.aQ()) +return new A.DE(s,B.cR,B.bO,$.b4())}, +tA:function tA(a,b){this.a=a +this.b=b}, +aaD:function aaD(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=!0 +_.r=f}, +ot:function ot(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){var _=this +_.M=_.C=null +_.ag=$ +_.q=_.a7=null +_.D=$ +_.b6=a +_.av=b +_.ei=_.dG=_.cK=_.bI=_.bA=null +_.ej=c +_.cs=d +_.eR=e +_.du=f +_.ca=g +_.cX=h +_.co=i +_.c5=j +_.e1=null +_.am=k +_.hp=_.fL=null +_.ek=l +_.fM=m +_.fN=n +_.fO=o +_.u=p +_.a8=q +_.aD=r +_.aK=s +_.c6=a0 +_.el=a1 +_.nB=a2 +_.fg=a3 +_.iy=a4 +_.ky=a5 +_.dH=!1 +_.eS=$ +_.fP=a6 +_.fQ=0 +_.qu=a7 +_.em=_.br=null +_.d0=_.hT=$ +_.af=_.bO=_.cF=null +_.jr=$ +_.bz=a8 +_.U=null +_.eh=_.az=_.bP=_.bV=!1 +_.cU=null +_.dt=a9 +_.bz$=b0 +_.U$=b1 +_.bV$=b2 +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=b3 +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +a4Q:function a4Q(a){this.a=a}, +a4T:function a4T(a){this.a=a}, +a4S:function a4S(){}, +a4P:function a4P(a,b){this.a=a +this.b=b}, +a4U:function a4U(){}, +a4V:function a4V(a,b,c){this.a=a +this.b=b +this.c=c}, +a4R:function a4R(a){this.a=a}, +Qk:function Qk(a,b){var _=this +_.C=a +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=b +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +m0:function m0(){}, +DE:function DE(a,b,c,d){var _=this +_.f=a +_.w=_.r=null +_.x=b +_.y=c +_.y1$=0 +_.y2$=d +_.a6$=_.ap$=0 +_.ar$=!1}, +BG:function BG(a,b,c,d){var _=this +_.f=!0 +_.r=a +_.w=!1 +_.x=b +_.y=$ +_.Q=_.z=null +_.as=c +_.ax=_.at=null +_.y1$=0 +_.y2$=d +_.a6$=_.ap$=0 +_.ar$=!1}, +tX:function tX(a,b){var _=this +_.f=a +_.y1$=0 +_.y2$=b +_.a6$=_.ap$=0 +_.ar$=!1}, +CN:function CN(){}, +CO:function CO(){}, +Ql:function Ql(){}, +zf:function zf(a,b){var _=this +_.C=a +_.M=$ +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=b +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +at8(a,b,c){switch(a.a){case 0:switch(b){case B.q:return!0 +case B.ab:return!1 +case null:return null}break +case 1:switch(c){case B.lC:return!0 +case B.SS:return!1 +case null:return null}break}}, +wN:function wN(a,b){this.a=a +this.b=b}, +f5:function f5(a,b,c){var _=this +_.f=_.e=null +_.bO$=a +_.af$=b +_.a=c}, +xO:function xO(a,b){this.a=a +this.b=b}, +xN:function xN(a,b){this.a=a +this.b=b}, +lj:function lj(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){var _=this +_.C=a +_.M=b +_.ag=c +_.a7=d +_.q=e +_.D=f +_.b6=g +_.av=0 +_.bA=h +_.bI=i +_.ahF$=j +_.ahG$=k +_.bz$=l +_.U$=m +_.bV$=n +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=o +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +a4Z:function a4Z(){}, +a4X:function a4X(){}, +a4Y:function a4Y(){}, +a4W:function a4W(){}, +ae1:function ae1(a,b,c){this.a=a +this.b=b +this.c=c}, +Qm:function Qm(){}, +Qn:function Qn(){}, +Qo:function Qo(){}, +zi:function zi(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.M=_.C=null +_.ag=a +_.a7=b +_.q=c +_.D=d +_.b6=e +_.av=null +_.bA=f +_.bI=g +_.cK=h +_.dG=i +_.ei=j +_.ej=k +_.cs=l +_.eR=m +_.du=n +_.ca=o +_.cX=p +_.co=q +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=r +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +aj(){return new A.I7()}, +aro(a){return new A.tH(a,B.j,A.aj())}, +aqj(){return new A.yJ(B.u,A.aj())}, +apo(a){var s,r,q=new A.bc(new Float64Array(16)) +q.dD() +for(s=a.length-1;s>0;--s){r=a[s] +if(r!=null)r.n8(a[s-1],q)}return q}, +Zm(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.H.prototype.ga3.call(a,a))) +return A.Zm(s.a(A.H.prototype.ga3.call(a,a)),b,c,d)}s=t.Hb +c.push(s.a(A.H.prototype.ga3.call(a,a))) +d.push(s.a(A.H.prototype.ga3.call(b,b))) +return A.Zm(s.a(A.H.prototype.ga3.call(a,a)),s.a(A.H.prototype.ga3.call(b,b)),c,d)}, +vv:function vv(a,b,c){this.a=a +this.b=b +this.$ti=c}, +F6:function F6(a,b){this.a=a +this.$ti=b}, +xv:function xv(){}, +I7:function I7(){this.a=null}, +Ju:function Ju(a,b){var _=this +_.ax=a +_.ay=null +_.d=_.CW=_.ch=!1 +_.e=b +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null}, +Jm:function Jm(a,b,c,d,e,f){var _=this +_.ax=a +_.ay=b +_.ch=c +_.CW=d +_.cx=e +_.d=!1 +_.e=f +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null}, +e_:function e_(){}, +j8:function j8(a,b){var _=this +_.id=a +_.ay=_.ax=null +_.d=!1 +_.e=b +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null}, +w3:function w3(a,b){var _=this +_.id=null +_.k1=a +_.ay=_.ax=null +_.d=!1 +_.e=b +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null}, +w2:function w2(a,b){var _=this +_.id=null +_.k1=a +_.ay=_.ax=null +_.d=!1 +_.e=b +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null}, +w1:function w1(a,b){var _=this +_.id=null +_.k1=a +_.ay=_.ax=null +_.d=!1 +_.e=b +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null}, +tH:function tH(a,b,c){var _=this +_.to=a +_.x2=_.x1=null +_.xr=!0 +_.id=b +_.ay=_.ax=null +_.d=!1 +_.e=c +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null}, +yp:function yp(a,b){var _=this +_.to=null +_.id=a +_.ay=_.ax=null +_.d=!1 +_.e=b +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null}, +yJ:function yJ(a,b){var _=this +_.id=null +_.k1=a +_.ay=_.ax=_.k4=_.k3=_.k2=null +_.d=!1 +_.e=b +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null}, +r4:function r4(){var _=this +_.b=_.a=null +_.c=!1 +_.d=null}, +o_:function o_(a,b,c){var _=this +_.id=a +_.k1=b +_.ay=_.ax=null +_.d=!1 +_.e=c +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null}, +wV:function wV(a,b,c,d,e){var _=this +_.id=a +_.k1=b +_.k2=c +_.k3=d +_.p1=_.ok=_.k4=null +_.p2=!0 +_.ay=_.ax=null +_.d=!1 +_.e=e +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null}, +vu:function vu(a,b,c,d,e){var _=this +_.id=a +_.k1=b +_.k2=c +_.ay=_.ax=null +_.d=!1 +_.e=d +_.f=0 +_.r=!0 +_.z=_.y=_.x=_.w=null +_.a=0 +_.c=_.b=null +_.$ti=e}, +OO:function OO(){}, +aCi(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))}, +aCh(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.gjL(a3) +p=a3.gcu() +o=a3.gd4(a3) +n=a3.gjm(a3) +m=a3.gbS(a3) +l=a3.gq3() +k=a3.gdq(a3) +a3.gm0() +j=a3.gwh() +i=a3.gra() +h=a3.gcE() +g=a3.gC4() +f=a3.gjU(a3) +e=a3.gDJ() +d=a3.gDM() +c=a3.gDL() +b=a3.gDK() +a=a3.go7(a3) +a0=a3.gDY() +s.Y(0,new A.a2i(r,A.aCG(k,l,n,h,g,a3.gvi(),0,o,!1,a,p,m,i,j,e,b,c,d,f,a3.goP(),a0,q).bT(a3.gce(a3)),s)) +q=A.n(r).j("b3<1>") +a0=q.j("av") +a1=A.ap(new A.av(new A.b3(r,q),new A.a2j(s),a0),!0,a0.j("q.E")) +a0=a3.gjL(a3) +q=a3.gcu() +f=a3.gd4(a3) +d=a3.gjm(a3) +c=a3.gbS(a3) +b=a3.gq3() +e=a3.gdq(a3) +a3.gm0() +j=a3.gwh() +i=a3.gra() +m=a3.gcE() +p=a3.gC4() +a=a3.gjU(a3) +o=a3.gDJ() +g=a3.gDM() +h=a3.gDL() +n=a3.gDK() +l=a3.go7(a3) +k=a3.gDY() +a2=A.aCE(e,b,d,m,p,a3.gvi(),0,f,!1,l,q,c,i,j,o,n,h,g,a,a3.goP(),k,a0).bT(a3.gce(a3)) +for(q=new A.ci(a1,A.af(a1).j("ci<1>")),q=new A.cN(q,q.gp(q)),p=A.n(q).c;q.t();){o=q.d +if(o==null)o=p.a(o) +if(o.gEi()&&o.gDp(o)!=null){n=o.gDp(o) +n.toString +n.$1(a2.bT(r.h(0,o)))}}}, +Pe:function Pe(a,b){this.a=a +this.b=b}, +Pf:function Pf(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Iy:function Iy(a,b,c){var _=this +_.a=a +_.b=b +_.c=!1 +_.y1$=0 +_.y2$=c +_.a6$=_.ap$=0 +_.ar$=!1}, +a2k:function a2k(){}, +a2n:function a2n(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a2m:function a2m(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a2l:function a2l(a,b){this.a=a +this.b=b}, +a2i:function a2i(a,b,c){this.a=a +this.b=b +this.c=c}, +a2j:function a2j(a){this.a=a}, +SP:function SP(){}, +aqc(a,b,c){var s,r,q=a.ay,p=t.dJ.a(q.a) +if(p==null){s=new A.j8(B.j,A.aj()) +q.saL(0,s) +q=s}else{p.DQ() +q=p}r=a.giO() +b=new A.rh(q,r) +a.Jb(b,B.j) +b.oG()}, +aD8(a){a.GN()}, +aD9(a){a.a67()}, +as5(a,b){var s +if(a==null)return null +if(!a.gS(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.F +return A.apW(b,a)}, +aF4(a,b,c,d){var s,r,q,p=b.ga3(b) +p.toString +s=t.d +s.a(p) +for(r=p;r!==a;r=p,b=q){r.dn(b,c) +p=r.ga3(r) +p.toString +s.a(p) +q=b.ga3(b) +q.toString +s.a(q)}a.dn(b,c) +a.dn(b,d)}, +as4(a,b){if(a==null)return b +if(b==null)return a +return a.e2(b)}, +cx:function cx(){}, +rh:function rh(a,b){var _=this +_.a=a +_.b=b +_.e=_.d=_.c=null}, +a3h:function a3h(a,b,c){this.a=a +this.b=b +this.c=c}, +a3g:function a3g(a,b,c){this.a=a +this.b=b +this.c=c}, +a3f:function a3f(a,b,c){this.a=a +this.b=b +this.c=c}, +Wd:function Wd(){}, +a6U:function a6U(a,b){this.a=a +this.b=b}, +Jw:function Jw(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=null +_.e=d +_.r=_.f=!1 +_.w=e +_.x=f +_.y=!1 +_.z=null +_.Q=0 +_.as=!1 +_.at=g}, +a3y:function a3y(){}, +a3x:function a3x(){}, +a3z:function a3z(){}, +a3A:function a3A(){}, +u:function u(){}, +a57:function a57(a){this.a=a}, +a5b:function a5b(a,b,c){this.a=a +this.b=b +this.c=c}, +a59:function a59(a){this.a=a}, +a5a:function a5a(){}, +a58:function a58(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +aE:function aE(){}, +eJ:function eJ(){}, +ac:function ac(){}, +m_:function m_(){}, +age:function age(){}, +ac6:function ac6(a,b){this.b=a +this.a=b}, +pi:function pi(){}, +QH:function QH(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +RA:function RA(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=!1 +_.w=c +_.x=!1 +_.b=d +_.c=null +_.a=e}, +agf:function agf(){var _=this +_.b=_.a=null +_.d=_.c=$ +_.e=!1}, +Qp:function Qp(){}, +ey:function ey(a,b,c){var _=this +_.e=null +_.bO$=a +_.af$=b +_.a=c}, +lT:function lT(a,b){this.b=a +this.a=b}, +zn:function zn(a,b,c,d,e,f,g){var _=this +_.C=a +_.ag=_.M=null +_.a7=$ +_.q=b +_.D=c +_.b6=!1 +_.cK=_.bI=_.bA=_.av=null +_.bz$=d +_.U$=e +_.bV$=f +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=g +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +a5d:function a5d(a){this.a=a}, +a5f:function a5f(a,b,c){this.a=a +this.b=b +this.c=c}, +a5g:function a5g(a){this.a=a}, +a5e:function a5e(){}, +a5c:function a5c(a,b){this.a=a +this.b=b}, +CU:function CU(){}, +Qq:function Qq(){}, +Qr:function Qr(){}, +zo:function zo(a,b,c,d,e){var _=this +_.C=a +_.M=b +_.ag=c +_.a7=d +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=e +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +aqF(a){var s=new A.zb(a,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +a52(a,b){return a}, +Km:function Km(){}, +dS:function dS(){}, +qK:function qK(a,b){this.a=a +this.b=b}, +zp:function zp(){}, +zb:function zb(a,b,c){var _=this +_.u=a +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Ke:function Ke(a,b,c,d){var _=this +_.u=a +_.a8=b +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +zk:function zk(a,b,c,d){var _=this +_.u=a +_.a8=b +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Kh:function Kh(a,b,c,d,e){var _=this +_.u=a +_.a8=b +_.aD=c +_.q$=d +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=e +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +z9:function z9(){}, +K3:function K3(a,b,c,d,e,f){var _=this +_.hV$=a +_.vm$=b +_.nw$=c +_.vn$=d +_.q$=e +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=f +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +wa:function wa(){}, +oH:function oH(a,b,c){this.b=a +this.c=b +this.a=c}, +uE:function uE(){}, +K7:function K7(a,b,c,d){var _=this +_.u=a +_.a8=null +_.aD=b +_.c6=_.aK=null +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +K6:function K6(a,b,c,d,e){var _=this +_.cn=a +_.u=b +_.a8=null +_.aD=c +_.c6=_.aK=null +_.q$=d +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=e +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +K5:function K5(a,b,c,d){var _=this +_.u=a +_.a8=null +_.aD=b +_.c6=_.aK=null +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +CV:function CV(){}, +Ki:function Ki(a,b,c,d,e,f,g,h,i){var _=this +_.Ch=a +_.Ci=b +_.cn=c +_.e_=d +_.hU=e +_.u=f +_.a8=null +_.aD=g +_.c6=_.aK=null +_.q$=h +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=i +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Kj:function Kj(a,b,c,d,e,f,g){var _=this +_.cn=a +_.e_=b +_.hU=c +_.u=d +_.a8=null +_.aD=e +_.c6=_.aK=null +_.q$=f +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=g +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +we:function we(a,b){this.a=a +this.b=b}, +K8:function K8(a,b,c,d,e){var _=this +_.u=null +_.a8=a +_.aD=b +_.aK=c +_.q$=d +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=e +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Ks:function Ks(a,b,c){var _=this +_.aD=_.a8=_.u=null +_.aK=a +_.el=_.c6=null +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +a5u:function a5u(a){this.a=a}, +Kb:function Kb(a,b,c,d){var _=this +_.u=a +_.a8=b +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +a50:function a50(a){this.a=a}, +Kk:function Kk(a,b,c,d,e,f,g,h,i){var _=this +_.cU=a +_.dt=b +_.cq=c +_.d1=d +_.cn=e +_.e_=f +_.u=g +_.q$=h +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=i +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Kg:function Kg(a,b,c,d,e,f,g,h){var _=this +_.cU=a +_.dt=b +_.cq=c +_.d1=d +_.cn=e +_.e_=!0 +_.u=f +_.q$=g +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=h +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Kn:function Kn(a,b){var _=this +_.a8=_.u=0 +_.q$=a +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=b +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +zh:function zh(a,b,c,d){var _=this +_.u=a +_.a8=b +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +zl:function zl(a,b,c){var _=this +_.u=a +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +z8:function z8(a,b,c,d){var _=this +_.u=a +_.a8=b +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +kq:function kq(a,b,c){var _=this +_.cn=_.d1=_.cq=_.dt=_.cU=null +_.u=a +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +zq:function zq(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 +_.u=a +_.a8=b +_.aD=c +_.aK=d +_.c6=e +_.el=f +_.nB=g +_.fg=h +_.iy=i +_.ky=j +_.jv=k +_.dH=l +_.eS=m +_.fP=n +_.fQ=o +_.qu=p +_.br=q +_.em=r +_.hT=s +_.d0=a0 +_.cF=a1 +_.bO=a2 +_.af=a3 +_.jr=a4 +_.bz=a5 +_.U=a6 +_.bV=a7 +_.bP=a8 +_.az=a9 +_.eh=b0 +_.cU=b1 +_.dt=b2 +_.cq=b3 +_.d1=b4 +_.cn=b5 +_.e_=b6 +_.hU=b7 +_.qn=b8 +_.ahA=b9 +_.ahB=c0 +_.ahC=c1 +_.ahD=c2 +_.ahE=c3 +_.js=c4 +_.bj=c5 +_.d2=c6 +_.hV=c7 +_.vm=c8 +_.nw=c9 +_.vn=d0 +_.e0=d1 +_.qo=d2 +_.kx=d3 +_.eQ=d4 +_.ix=d5 +_.cV=d6 +_.q$=d7 +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d8 +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +K4:function K4(a,b,c){var _=this +_.u=a +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Kf:function Kf(a,b){var _=this +_.q$=a +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=b +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +K9:function K9(a,b,c){var _=this +_.u=a +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Kc:function Kc(a,b,c){var _=this +_.u=a +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Kd:function Kd(a,b,c){var _=this +_.u=a +_.a8=null +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Ka:function Ka(a,b,c,d,e,f,g){var _=this +_.u=a +_.a8=b +_.aD=c +_.aK=d +_.c6=e +_.q$=f +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=g +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +a5_:function a5_(a){this.a=a}, +za:function za(a,b,c,d,e){var _=this +_.u=a +_.a8=b +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null +_.$ti=e}, +Qg:function Qg(){}, +Qh:function Qh(){}, +CW:function CW(){}, +CX:function CX(){}, +zr:function zr(){}, +a5h:function a5h(a,b,c){this.a=a +this.b=b +this.c=c}, +zm:function zm(a,b,c,d){var _=this +_.u=null +_.a8=a +_.aD=b +_.q$=c +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +K2:function K2(){}, +Kl:function Kl(a,b,c,d,e,f){var _=this +_.cq=a +_.d1=b +_.u=null +_.a8=c +_.aD=d +_.q$=e +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=f +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +a7h:function a7h(){}, +ze:function ze(a,b,c){var _=this +_.u=a +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +CY:function CY(){}, +l4(a,b){switch(b.a){case 0:return a +case 1:return A.aHX(a)}}, +aH9(a,b){switch(b.a){case 0:return a +case 1:return A.aHY(a)}}, +jq(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.Ld(h,g,f,s,e,r,f>0,b,i,q)}, +wY:function wY(a,b){this.a=a +this.b=b}, +mh:function mh(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l}, +Ld:function Ld(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j}, +tb:function tb(a,b,c){this.a=a +this.b=b +this.c=c}, +Le:function Le(a,b,c){var _=this +_.c=a +_.d=b +_.a=c +_.b=null}, +A4:function A4(){}, +mi:function mi(a){this.a=a}, +kx:function kx(a,b,c){this.bO$=a +this.af$=b +this.a=c}, +ch:function ch(){}, +a5i:function a5i(){}, +a5j:function a5j(a,b){this.a=a +this.b=b}, +Rb:function Rb(){}, +Re:function Re(){}, +Ko:function Ko(a,b,c,d,e,f,g){var _=this +_.bV=a +_.a6=b +_.ar=c +_.b5=$ +_.cW=!0 +_.bz$=d +_.U$=e +_.bV$=f +_.fy=null +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=g +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Kp:function Kp(){}, +Kq:function Kq(a,b,c,d,e,f){var _=this +_.a6=a +_.ar=b +_.b5=$ +_.cW=!0 +_.bz$=c +_.U$=d +_.bV$=e +_.fy=null +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=f +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +a5k:function a5k(a,b,c){this.a=a +this.b=b +this.c=c}, +j0:function j0(){}, +a5o:function a5o(){}, +fG:function fG(a,b,c){var _=this +_.b=null +_.c=!1 +_.qp$=a +_.bO$=b +_.af$=c +_.a=null}, +m2:function m2(){}, +a5l:function a5l(a,b,c){this.a=a +this.b=b +this.c=c}, +a5n:function a5n(a,b){this.a=a +this.b=b}, +a5m:function a5m(){}, +D_:function D_(){}, +Qv:function Qv(){}, +Qw:function Qw(){}, +Rc:function Rc(){}, +Rd:function Rd(){}, +zs:function zs(){}, +Kr:function Kr(a,b,c,d){var _=this +_.co=null +_.c5=a +_.e1=b +_.q$=c +_.fy=null +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=d +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +Qt:function Qt(){}, +aDa(a,b,c,d,e){var s=new A.rw(a,e,d,c,A.aj(),0,null,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.P(0,b) +return s}, +ov(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.gvS())q=Math.max(q,A.dc(b.$1(r))) +r=p.af$}return q}, +aqI(a,b,c,d){var s,r,q,p,o,n=b.w +if(n!=null&&b.f!=null){s=b.f +s.toString +n.toString +r=B.cQ.wx(c.a-s-n)}else{n=b.x +r=n!=null?B.cQ.wx(n):B.cQ}n=b.e +if(n!=null&&b.r!=null){s=b.r +s.toString +n.toString +r=r.ww(c.b-s-n)}else{n=b.y +if(n!=null)r=r.ww(n)}a.cH(0,r,!0) +q=b.w +if(!(q!=null)){n=b.f +s=a.k1 +if(n!=null)q=c.a-n-s.a +else{s.toString +q=d.lw(t.EP.a(c.a9(0,s))).a}}p=(q<0||q+a.k1.a>c.a)&&!0 +o=b.e +if(!(o!=null)){n=b.r +s=a.k1 +if(n!=null)o=c.b-n-s.b +else{s.toString +o=d.lw(t.EP.a(c.a9(0,s))).b}}if(o<0||o+a.k1.b>c.b)p=!0 +b.a=new A.m(q,o) +return p}, +a4K:function a4K(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +dn:function dn(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=null +_.bO$=a +_.af$=b +_.a=c}, +Ad:function Ad(a,b){this.a=a +this.b=b}, +rw:function rw(a,b,c,d,e,f,g,h,i){var _=this +_.C=!1 +_.M=null +_.ag=a +_.a7=b +_.q=c +_.D=d +_.b6=e +_.bz$=f +_.U$=g +_.bV$=h +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=i +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +a5s:function a5s(a){this.a=a}, +a5q:function a5q(a){this.a=a}, +a5r:function a5r(a){this.a=a}, +a5p:function a5p(a){this.a=a}, +zj:function zj(a,b,c,d,e,f,g,h,i,j){var _=this +_.ky=a +_.C=!1 +_.M=null +_.ag=b +_.a7=c +_.q=d +_.D=e +_.b6=f +_.bz$=g +_.U$=h +_.bV$=i +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=j +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +a51:function a51(a,b,c){this.a=a +this.b=b +this.c=c}, +Qx:function Qx(){}, +Qy:function Qy(){}, +Mi:function Mi(a,b){this.a=a +this.b=b}, +zt:function zt(a,b,c,d,e){var _=this +_.fy=a +_.go=b +_.id=c +_.k1=!0 +_.k2=null +_.q$=d +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=e +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +QA:function QA(){}, +aD6(a){var s,r +for(s=t.Rn,r=t.NW;a!=null;){if(r.b(a))return a +a=s.a(a.ga3(a))}return null}, +aqJ(a,b,c,d,e,f){var s,r,q,p,o,n,m +if(b==null)return e +s=f.mk(b,0,e) +r=f.mk(b,1,e) +q=d.as +q.toString +p=s.a +o=r.a +if(pp)n=s +else{if(!(q0)return a>=1e5 +return!0}, +uc:function uc(a){this.a=a +this.b=null}, +m6:function m6(a,b){this.a=a +this.b=b}, +dU:function dU(){}, +a6d:function a6d(a){this.a=a}, +a6f:function a6f(a){this.a=a}, +a6g:function a6g(a,b){this.a=a +this.b=b}, +a6h:function a6h(a,b){this.a=a +this.b=b}, +a6c:function a6c(a){this.a=a}, +a6e:function a6e(a){this.a=a}, +alm(){var s=new A.oX(new A.aI(new A.a4($.a5,t.U),t.h)) +s.Kw() +return s}, +tC:function tC(a,b){var _=this +_.a=null +_.b=!1 +_.c=null +_.d=a +_.e=null +_.f=b +_.r=$}, +oX:function oX(a){this.a=a +this.c=this.b=null}, +a9Z:function a9Z(a){this.a=a}, +AD:function AD(a){this.a=a}, +a6I:function a6I(){}, +aoP(a){var s=$.aoN.h(0,a) +if(s==null){s=$.aoO +$.aoO=s+1 +$.aoN.n(0,a,s) +$.aoM.n(0,s,a)}return s}, +aDk(a,b){var s +if(a.length!==b.length)return!1 +for(s=0;s=0){q.N(r,0,p).split("\n") +q.bU(r,p+2) +n.push(new A.xx())}else n.push(new A.xx())}return n}, +aqS(a){switch(a){case"AppLifecycleState.paused":return B.we +case"AppLifecycleState.resumed":return B.wc +case"AppLifecycleState.inactive":return B.wd +case"AppLifecycleState.detached":return B.wf}return null}, +rO:function rO(){}, +a78:function a78(a){this.a=a}, +aci:function aci(){}, +acj:function acj(a){this.a=a}, +ack:function ack(a){this.a=a}, +w4(a){var s=0,r=A.P(t.H) +var $async$w4=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:s=2 +return A.U(B.bj.cA("Clipboard.setData",A.az(["text",a.a],t.N,t.z),t.H),$async$w4) +case 2:return A.N(null,r)}}) +return A.O($async$w4,r)}, +W3(a){var s=0,r=A.P(t.Vz),q,p +var $async$W3=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:s=3 +return A.U(B.bj.cA("Clipboard.getData",a,t.a),$async$W3) +case 3:p=c +if(p==null){q=null +s=1 +break}q=new A.nc(A.bH(J.ag(p,"text"))) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$W3,r)}, +nc:function nc(a){this.a=a}, +aBW(a){var s,r,q=a.c,p=B.Js.h(0,q) +if(p==null)p=new A.l(q) +q=a.d +s=B.JF.h(0,q) +if(s==null)s=new A.d(q) +r=a.a +switch(a.b.a){case 0:return new A.nZ(p,s,a.e,r,a.f) +case 1:return new A.lD(p,s,null,r,a.f) +case 2:return new A.xs(p,s,a.e,r,!1)}}, +r2:function r2(a){this.a=a}, +lC:function lC(){}, +nZ:function nZ(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +lD:function lD(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}, +a_i:function a_i(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=null}, +xp:function xp(a,b){this.a=a +this.b=b}, +xq:function xq(a,b){this.a=a +this.b=b}, +I5:function I5(a,b,c){var _=this +_.a=null +_.b=a +_.c=b +_.d=null +_.e=c}, +OL:function OL(){}, +a1j:function a1j(){}, +d:function d(a){this.a=a}, +l:function l(a){this.a=a}, +OM:function OM(){}, +a3D(a,b,c,d){return new A.yK(a,c,b,d)}, +apY(a){return new A.y4(a)}, +kc:function kc(a,b){this.a=a +this.b=b}, +yK:function yK(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +y4:function y4(a){this.a=a}, +a8Z:function a8Z(){}, +a0J:function a0J(){}, +a0L:function a0L(){}, +a8N:function a8N(){}, +a8O:function a8O(a,b){this.a=a +this.b=b}, +a8R:function a8R(){}, +aEC(a){var s,r,q +for(s=new A.eu(J.aw(a.a),a.b),r=A.n(s).z[1];s.t();){q=s.a +if(q==null)q=r.a(q) +if(!q.k(0,B.ck))return q}return null}, +a2h:function a2h(a,b){this.a=a +this.b=b}, +y5:function y5(){}, +cY:function cY(){}, +NE:function NE(){}, +RC:function RC(a,b){this.a=a +this.b=b}, +mk:function mk(a){this.a=a}, +Pd:function Pd(){}, +lc:function lc(a,b,c){this.a=a +this.b=b +this.$ti=c}, +UT:function UT(a,b){this.a=a +this.b=b}, +j5:function j5(a,b,c){this.a=a +this.b=b +this.c=c}, +a25:function a25(a,b){this.a=a +this.b=b}, +lO:function lO(a,b,c){this.a=a +this.b=b +this.c=c}, +aD2(a){var s,r,q,p,o={} +o.a=null +s=new A.a4j(o,a).$0() +r=$.ajL().d +q=A.n(r).j("b3<1>") +p=A.j3(new A.b3(r,q),q.j("q.E")).A(0,s.gfS()) +q=J.ag(a,"type") +q.toString +A.bk(q) +switch(q){case"keydown":return new A.kp(o.a,p,s) +case"keyup":return new A.z2(null,!1,s) +default:throw A.c(A.Hk("Unknown key event type: "+q))}}, +lE:function lE(a,b){this.a=a +this.b=b}, +fa:function fa(a,b){this.a=a +this.b=b}, +z1:function z1(){}, +i6:function i6(){}, +a4j:function a4j(a,b){this.a=a +this.b=b}, +kp:function kp(a,b,c){this.a=a +this.b=b +this.c=c}, +z2:function z2(a,b,c){this.a=a +this.b=b +this.c=c}, +a4k:function a4k(a,b,c){this.a=a +this.d=b +this.e=c}, +a4l:function a4l(a){this.a=a}, +ct:function ct(a,b){this.a=a +this.b=b}, +Qb:function Qb(){}, +Qa:function Qa(){}, +a4g:function a4g(){}, +a4h:function a4h(){}, +a4i:function a4i(){}, +JV:function JV(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +zx:function zx(a,b){var _=this +_.b=_.a=null +_.f=_.e=_.d=_.c=!1 +_.r=a +_.y1$=0 +_.y2$=b +_.a6$=_.ap$=0 +_.ar$=!1}, +a5E:function a5E(a){this.a=a}, +a5F:function a5F(a){this.a=a}, +cQ:function cQ(a,b,c,d,e,f){var _=this +_.a=a +_.b=null +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.x=_.w=!1}, +a5B:function a5B(){}, +a5C:function a5C(){}, +a5A:function a5A(){}, +a5D:function a5D(){}, +a9c(a){var s=0,r=A.P(t.H) +var $async$a9c=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:s=2 +return A.U(B.bj.cA(u.p,A.az(["label",a.a,"primaryColor",a.b],t.N,t.z),t.H),$async$a9c) +case 2:return A.N(null,r)}}) +return A.O($async$a9c,r)}, +aDR(a){if($.tp!=null){$.tp=a +return}if(a.k(0,$.ali))return +$.tp=a +A.fn(new A.a9d())}, +UF:function UF(a,b){this.a=a +this.b=b}, +ml:function ml(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +a9d:function a9d(){}, +LD(a){var s=0,r=A.P(t.H) +var $async$LD=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:s=2 +return A.U(B.bj.cA("SystemSound.play","SystemSoundType."+a.b,t.H),$async$LD) +case 2:return A.N(null,r)}}) +return A.O($async$LD,r)}, +Am:function Am(a,b){this.a=a +this.b=b}, +ck(a,b,c,d){var s=b1&&sb +q=!m +j=q&&!n&&re||!q||l +if(d===p+a+o)return new A.tw() +else if((!i||j)&&r)return new A.LL() +else if((c===b||k)&&r){B.b.N(a,e,e+(a0-e)) +return new A.LM()}else if(f)return new A.LN() +return new A.tw()}, +mn:function mn(){}, +LM:function LM(){}, +LL:function LL(){}, +LN:function LN(){}, +tw:function tw(){}, +aBY(a){return B.JP}, +y_:function y_(a,b){this.a=a +this.b=b}, +oT:function oT(){}, +Pg:function Pg(a,b){this.a=a +this.b=b}, +agD:function agD(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=!1}, +Hf:function Hf(a,b,c){this.a=a +this.b=b +this.c=c}, +YY:function YY(a,b,c){this.a=a +this.b=b +this.c=c}, +are(a,b,c,d,e,f,g,h,i,j,k,l,m,n){return new A.a9x(h,k,j,!0,b,l,m,!0,e,g,n,i,!0,!1)}, +aGZ(a){switch(a){case"TextAffinity.downstream":return B.l +case"TextAffinity.upstream":return B.ar}return null}, +ard(a){var s,r,q,p=J.ay(a),o=A.bk(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.aGZ(A.bH(p.h(a,"selectionAffinity"))) +if(r==null)r=B.l +q=A.px(p.h(a,"selectionIsDirectional")) +n=A.ck(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.dD(o,n,new A.cy(s,p==null?-1:p))}, +arf(a){var s=A.b([],t.u1),r=$.arg +$.arg=r+1 +return new A.a9y(s,r,a)}, +aH0(a){switch(a){case"TextInputAction.none":return B.Nn +case"TextInputAction.unspecified":return B.No +case"TextInputAction.go":return B.Nr +case"TextInputAction.search":return B.Ns +case"TextInputAction.send":return B.Nt +case"TextInputAction.next":return B.Nu +case"TextInputAction.previous":return B.Nv +case"TextInputAction.continue_action":return B.Nw +case"TextInputAction.join":return B.Nx +case"TextInputAction.route":return B.Np +case"TextInputAction.emergencyCall":return B.Nq +case"TextInputAction.done":return B.lt +case"TextInputAction.newline":return B.vB}throw A.c(A.Z7(A.b([A.wG("Unknown text input action: "+a)],t.F)))}, +aH_(a){switch(a){case"FloatingCursorDragState.start":return B.n7 +case"FloatingCursorDragState.update":return B.fL +case"FloatingCursorDragState.end":return B.fM}throw A.c(A.Z7(A.b([A.wG("Unknown text cursor action: "+a)],t.F)))}, +A6:function A6(a,b){this.a=a +this.b=b}, +A7:function A7(a,b){this.a=a +this.b=b}, +Av:function Av(a,b,c){this.a=a +this.b=b +this.c=c}, +ex:function ex(a,b){this.a=a +this.b=b}, +LJ:function LJ(a,b){this.a=a +this.b=b}, +a9x:function a9x(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=n}, +qD:function qD(a,b){this.a=a +this.b=b}, +dD:function dD(a,b,c){this.a=a +this.b=b +this.c=c}, +a9q:function a9q(a,b){this.a=a +this.b=b}, +fF:function fF(a,b){this.a=a +this.b=b}, +a9U:function a9U(){}, +e8:function e8(a,b){this.a=a +this.b=b}, +a9y:function a9y(a,b,c){var _=this +_.d=_.c=_.b=_.a=null +_.e=a +_.f=b +_.r=c}, +a9z:function a9z(){}, +LR:function LR(a){var _=this +_.a=$ +_.b=null +_.c=$ +_.d=a +_.f=_.e=!1}, +a9N:function a9N(){}, +a9M:function a9M(a,b){this.a=a +this.b=b}, +a9O:function a9O(a){this.a=a}, +a9P:function a9P(a){this.a=a}, +aGi(a){var s=A.bx("parent") +a.wH(new A.ai5(s)) +return s.bm()}, +vd(a,b){return new A.mQ(a,b,null)}, +Ug(a,b){var s,r,q=t.KU,p=a.mj(q) +for(;s=p!=null,s;p=r){if(J.f(b.$1(p),!0))break +s=A.aGi(p).y +r=s==null?null:s.h(0,A.b1(q))}return s}, +aop(a){var s={} +s.a=null +A.Ug(a,new A.Ue(s)) +return B.wK}, +ak4(a,b,c){var s={} +s.a=null +if((b==null?null:A.C(b))==null)A.b1(c) +A.Ug(a,new A.Ui(s,b,a,c)) +return s.a}, +ak3(a,b){var s={} +s.a=null +A.b1(b) +A.Ug(a,new A.Uf(s,null,b)) +return s.a}, +ak2(a,b,c){var s,r=b==null?null:A.C(b) +if(r==null)r=A.b1(c) +s=a.r.h(0,r) +if(c.j("b_<0>?").b(s))return s +else return null}, +iD(a,b,c){var s={} +s.a=null +A.Ug(a,new A.Uh(s,b,a,c)) +return s.a}, +apn(a,b,c,d,e,f,g,h,i){return new A.nz(d,e,!1,a,i,g,h,f,c,null)}, +ap3(a){return new A.wo(a,new A.aM(A.b([],t.e),t._))}, +aES(a,b,c){return new A.CB(a,b,!1,!1,!1,!1,new A.aM(A.b([],t.e),t._),c.j("CB<0>"))}, +aET(a,b,c){return new A.CC(a,b,!1,!1,!1,!1,new A.aM(A.b([],t.e),t._),c.j("CC<0>"))}, +ai5:function ai5(a){this.a=a}, +aW:function aW(){}, +b_:function b_(){}, +cA:function cA(){}, +c3:function c3(a,b,c){var _=this +_.c=a +_.a=b +_.b=null +_.$ti=c}, +Ud:function Ud(){}, +mQ:function mQ(a,b,c){this.d=a +this.e=b +this.a=c}, +Ue:function Ue(a){this.a=a}, +Ui:function Ui(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Uf:function Uf(a,b,c){this.a=a +this.b=b +this.c=c}, +Uh:function Uh(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +B1:function B1(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +aaM:function aaM(a){this.a=a}, +B0:function B0(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +nz:function nz(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.w=d +_.x=e +_.y=f +_.z=g +_.as=h +_.at=i +_.a=j}, +BI:function BI(a,b){var _=this +_.f=_.e=_.d=!1 +_.r=a +_.a=null +_.b=b +_.c=null}, +acY:function acY(a){this.a=a}, +acW:function acW(a){this.a=a}, +acR:function acR(a){this.a=a}, +acS:function acS(a){this.a=a}, +acQ:function acQ(a,b){this.a=a +this.b=b}, +acV:function acV(a){this.a=a}, +acT:function acT(a){this.a=a}, +acU:function acU(a,b){this.a=a +this.b=b}, +acX:function acX(a,b){this.a=a +this.b=b}, +wo:function wo(a,b){this.c=a +this.a=b +this.b=null}, +pQ:function pQ(){}, +q_:function q_(){}, +h_:function h_(){}, +GQ:function GQ(){}, +os:function os(){}, +JK:function JK(a){var _=this +_.d=_.c=$ +_.a=a +_.b=null}, +uA:function uA(){}, +CB:function CB(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.ach$=c +_.aci$=d +_.acj$=e +_.ack$=f +_.a=g +_.b=null +_.$ti=h}, +CC:function CC(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.ach$=c +_.aci$=d +_.acj$=e +_.ack$=f +_.a=g +_.b=null +_.$ti=h}, +Bk:function Bk(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.b=null +_.$ti=d}, +Mr:function Mr(){}, +Mq:function Mq(){}, +OF:function OF(){}, +El:function El(){}, +Em:function Em(){}, +vt:function vt(a,b,c,d){var _=this +_.e=a +_.c=b +_.a=c +_.$ti=d}, +aHi(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c +if(a==null||a.length===0)return B.c.gJ(b) +s=t.N +r=t.da +q=A.iU(s,r) +p=A.iU(s,r) +o=A.iU(s,r) +n=A.iU(s,r) +m=A.iU(t.ob,r) +for(l=0;l<1;++l){k=b[l] +s=k.a +r=B.b6.h(0,s) +if(r==null)r=s +j=k.c +i=B.bg.h(0,j) +if(i==null)i=j +i=r+"_null_"+A.e(i) +if(q.h(0,i)==null)q.n(0,i,k) +r=B.b6.h(0,s) +r=(r==null?s:r)+"_null" +if(o.h(0,r)==null)o.n(0,r,k) +r=B.b6.h(0,s) +if(r==null)r=s +i=B.bg.h(0,j) +if(i==null)i=j +i=r+"_"+A.e(i) +if(p.h(0,i)==null)p.n(0,i,k) +r=B.b6.h(0,s) +s=r==null?s:r +if(n.h(0,s)==null)n.n(0,s,k) +s=B.bg.h(0,j) +if(s==null)s=j +if(m.h(0,s)==null)m.n(0,s,k)}for(h=null,g=null,f=0;f"))}, +aEp(){var s=null,r=A.b([],t.GA),q=$.a5,p=A.b([],t.Jh),o=A.b7(7,s,!1,t.JI),n=t.S,m=A.cg(n),l=t.j1,k=A.b([],l) +l=A.b([],l) +r=new A.Ml(s,$,r,!0,new A.aI(new A.a4(q,t.U),t.h),!1,s,!1,!1,s,$,s,!1,0,!1,$,$,new A.RB(A.aK(t.T)),$,$,$,$,s,p,s,A.aHn(),new A.HF(A.aHm(),o,t.G7),!1,0,A.z(n,t.h1),m,k,l,s,!1,B.cI,!0,!1,s,B.r,B.r,s,0,s,!1,s,A.j4(s,t.W2),new A.a3R(A.z(n,t.rr),A.z(t.Ld,t.iD)),new A.ZW(A.z(n,t.cK)),new A.a3U(),A.z(n,t.Fn),$,!1,B.B7) +r.VS() +return r}, +ahs:function ahs(a,b,c){this.a=a +this.b=b +this.c=c}, +aht:function aht(a){this.a=a}, +hq:function hq(){}, +AZ:function AZ(){}, +ahr:function ahr(a,b){this.a=a +this.b=b}, +aaG:function aaG(a,b){this.a=a +this.b=b}, +ou:function ou(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.$ti=e}, +a55:function a55(a,b,c){this.a=a +this.b=b +this.c=c}, +a56:function a56(a){this.a=a}, +m1:function m1(a,b,c){var _=this +_.d=_.c=_.b=_.a=_.cx=_.ch=_.ag=_.M=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ay=_.ax=_.at=!1 +_.$ti=c}, +Ml:function Ml(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){var _=this +_.D$=a +_.b6$=b +_.av$=c +_.bA$=d +_.bI$=e +_.cK$=f +_.dG$=g +_.ei$=h +_.RG$=i +_.rx$=j +_.ry$=k +_.to$=l +_.x1$=m +_.x2$=n +_.xr$=o +_.qo$=p +_.kx$=q +_.eQ$=r +_.b5$=s +_.cW$=a0 +_.bQ$=a1 +_.C$=a2 +_.M$=a3 +_.w$=a4 +_.x$=a5 +_.y$=a6 +_.z$=a7 +_.Q$=a8 +_.as$=a9 +_.at$=b0 +_.ax$=b1 +_.ay$=b2 +_.ch$=b3 +_.CW$=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 +_.ok$=c9 +_.p1$=d0 +_.p2$=d1 +_.p3$=d2 +_.p4$=d3 +_.R8$=d4 +_.a=!1 +_.b=0}, +DY:function DY(){}, +DZ:function DZ(){}, +E_:function E_(){}, +E0:function E0(){}, +E1:function E1(){}, +E2:function E2(){}, +E3:function E3(){}, +UY(a,b){return new A.Fr(a,a,b)}, +Fr:function Fr(a,b,c){this.a=a +this.b=b +this.c=c}, +aoS(a,b,c){return new A.GE(b,c,a,null)}, +cd(a,b,c,d,e,f,g,h,i){var s +if(i!=null||f!=null){s=d==null?null:d.DX(f,i) +if(s==null)s=A.n2(f,i)}else s=d +return new A.Gt(b,a,h,c,e,s,g,null)}, +GE:function GE(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +Gt:function Gt(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}, +aAI(){var s=$.auy() +return s}, +GL:function GL(a,b,c,d){var _=this +_.d=a +_.e=b +_.f=c +_.a=d}, +fs:function fs(a,b){this.a=a +this.b=b}, +wl:function wl(a,b,c,d,e){var _=this +_.c=a +_.w=b +_.x=c +_.y=d +_.a=e}, +u7:function u7(a,b){this.a=a +this.b=b}, +Bo:function Bo(a,b,c,d){var _=this +_.d=null +_.e=$ +_.r=_.f=null +_.w=0 +_.y=_.x=!1 +_.z=null +_.Q=!1 +_.cV$=a +_.bP$=b +_.az$=c +_.a=null +_.b=d +_.c=null}, +acA:function acA(a){this.a=a}, +acB:function acB(a){this.a=a}, +Ea:function Ea(){}, +Eb:function Eb(){}, +aAQ(a){var s=a.L(t.I) +s.toString +switch(s.f.a){case 0:return B.Kd +case 1:return B.j}}, +aAR(a){var s=a.ch,r=A.af(s) +return new A.d5(new A.av(s,new A.Xw(),r.j("av<1>")),new A.Xx(),r.j("d5<1,w>"))}, +aAP(a,b){var s,r,q,p,o=B.c.gJ(a),n=A.ap0(b,o) +for(s=a.length,r=0;rr)return a.a9(0,new A.m(p,r)).gcE() +else return p-q}}else{p=b.c +if(q>p){s=a.b +r=b.b +if(sr)return a.a9(0,new A.m(p,r)).gcE() +else return q-p}}else{q=a.b +p=b.b +if(qp)return q-p +else return 0}}}}, +aAS(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=t.AO,f=A.b([a],g) +for(s=new A.eu(J.aw(b.a),b.b),r=A.n(s).z[1];s.t();f=p){q=s.a +if(q==null)q=r.a(q) +p=A.b([],g) +for(o=f.length,n=q.a,m=q.b,l=q.d,q=q.c,k=0;k=m&&j.d<=l){h=j.a +if(hq)p.push(new A.w(q,i,q+(h-q),i+(j.d-i)))}else{h=j.a +if(h>=n&&j.c<=q){if(il)p.push(new A.w(h,l,h+(j.c-h),l+(i-l)))}else p.push(j)}}}return f}, +aAO(a,b){var s,r=a.a +if(r>=0)if(r<=b.a){s=a.b +s=s>=0&&s<=b.b}else s=!1 +else s=!1 +if(s)return a +else return new A.m(Math.min(Math.max(0,r),b.a),Math.min(Math.max(0,a.b),b.b))}, +GR:function GR(a,b,c){this.c=a +this.d=b +this.a=c}, +Xw:function Xw(){}, +Xx:function Xx(){}, +GS:function GS(a){this.a=a}, +ql:function ql(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +Bu:function Bu(a,b,c){var _=this +_.d=$ +_.e=a +_.f=b +_.a=null +_.b=c +_.c=null}, +aED(a){var s=A.b([],t.p) +a.bb(new A.acF(s)) +return s}, +ah8(a,b,c,d){return new A.DS(a,b,c,new A.aM(A.b([],t.e),t._),d.j("DS<0>"))}, +aGX(a,b,c){var s={} +s.a=null +s.b=!1 +return new A.aiy(s,A.bx("arg"),!1,b,a,c)}, +jt:function jt(a,b){var _=this +_.a=a +_.y1$=0 +_.y2$=b +_.a6$=_.ap$=0 +_.ar$=!1}, +M1:function M1(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +wy:function wy(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){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.x=e +_.z=f +_.Q=g +_.as=h +_.at=i +_.ax=j +_.ay=k +_.ch=l +_.CW=m +_.cx=n +_.cy=o +_.db=p +_.dx=q +_.fx=r +_.fy=s +_.go=a0 +_.id=a1 +_.k1=a2 +_.k2=a3 +_.k3=a4 +_.k4=a5 +_.ok=a6 +_.p1=a7 +_.p2=a8 +_.p3=a9 +_.p4=b0 +_.R8=b1 +_.RG=b2 +_.rx=b3 +_.ry=b4 +_.to=b5 +_.x1=b6 +_.x2=b7 +_.xr=b8 +_.y1=b9 +_.y2=c0 +_.ap=c1 +_.a6=c2 +_.ar=c3 +_.b5=c4 +_.cW=c5 +_.bQ=c6 +_.C=c7 +_.M=c8 +_.ag=c9 +_.a7=d0 +_.q=d1 +_.D=d2 +_.av=d3 +_.bA=d4 +_.bI=d5 +_.dG=d6 +_.a=d7}, +qm:function qm(a,b,c,d,e,f,g,h,i,j){var _=this +_.d=null +_.e=!1 +_.f=a +_.r=b +_.Q=_.z=_.y=_.x=null +_.as=c +_.at=d +_.ax=e +_.ay=!1 +_.CW=_.ch=null +_.cx=!0 +_.fr=_.dy=_.dx=_.db=_.cy=null +_.fx=0 +_.fy=!1 +_.go=null +_.id=!1 +_.k1=$ +_.k2=0 +_.k3=null +_.k4=!1 +_.ok="" +_.p1=null +_.p2=f +_.p3=-1 +_.p4=null +_.R8=-1 +_.RG=null +_.x1=_.to=_.ry=_.rx=$ +_.bP$=g +_.az$=h +_.cV$=i +_.a=null +_.b=j +_.c=null}, +Y1:function Y1(a){this.a=a}, +Y4:function Y4(a){this.a=a}, +XP:function XP(a,b){this.a=a +this.b=b}, +Y2:function Y2(a){this.a=a}, +XN:function XN(a){this.a=a}, +XL:function XL(a){this.a=a}, +XM:function XM(){}, +XO:function XO(a){this.a=a}, +XV:function XV(a,b){this.a=a +this.b=b}, +XW:function XW(a){this.a=a}, +XX:function XX(){}, +XY:function XY(a){this.a=a}, +XU:function XU(a){this.a=a}, +XT:function XT(a){this.a=a}, +Y3:function Y3(a){this.a=a}, +Y5:function Y5(a){this.a=a}, +Y6:function Y6(a,b,c){this.a=a +this.b=b +this.c=c}, +XQ:function XQ(a,b){this.a=a +this.b=b}, +XR:function XR(a,b){this.a=a +this.b=b}, +XS:function XS(a,b){this.a=a +this.b=b}, +XK:function XK(a){this.a=a}, +Y0:function Y0(a){this.a=a}, +Y_:function Y_(a,b){this.a=a +this.b=b}, +XZ:function XZ(a){this.a=a}, +Bv:function Bv(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,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 +_.w=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.as=i +_.at=j +_.ax=k +_.ay=l +_.ch=m +_.CW=n +_.cx=o +_.cy=p +_.db=q +_.dx=r +_.dy=s +_.fr=a0 +_.fx=a1 +_.fy=a2 +_.go=a3 +_.id=a4 +_.k1=a5 +_.k2=a6 +_.k3=a7 +_.k4=a8 +_.ok=a9 +_.p1=b0 +_.p2=b1 +_.p3=b2 +_.p4=b3 +_.R8=b4 +_.RG=b5 +_.rx=b6 +_.ry=b7 +_.to=b8 +_.x1=b9 +_.c=c0 +_.a=c1}, +acF:function acF(a){this.a=a}, +D6:function D6(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +QP:function QP(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +agc:function agc(a){this.a=a}, +pn:function pn(a,b,c,d,e){var _=this +_.x=a +_.e=b +_.b=c +_.c=d +_.a=e}, +DA:function DA(){}, +tT:function tT(a){this.a=a}, +aho:function aho(a){this.a=a}, +tQ:function tQ(a){this.a=a}, +ahu:function ahu(a,b){this.a=a +this.b=b}, +ae2:function ae2(a,b){this.a=a +this.b=b}, +u3:function u3(a){this.a=a}, +acK:function acK(a,b){this.a=a +this.b=b}, +tU:function tU(a,b){this.a=a +this.b=b}, +uu:function uu(a,b){this.a=a +this.b=b}, +kO:function kO(a,b,c,d){var _=this +_.e=a +_.f=b +_.a=c +_.b=null +_.$ti=d}, +DS:function DS(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.a=d +_.b=null +_.$ti=e}, +ah9:function ah9(a){this.a=a}, +O4:function O4(a,b,c){var _=this +_.e=a +_.f=b +_.a=c +_.b=null}, +DT:function DT(a,b,c){var _=this +_.e=a +_.r=_.f=null +_.a=b +_.b=null +_.$ti=c}, +QT:function QT(a,b){this.e=a +this.a=b +this.b=null}, +Nl:function Nl(a,b){this.e=a +this.a=b +this.b=null}, +DB:function DB(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +DC:function DC(a,b){var _=this +_.d=a +_.e=$ +_.a=_.f=null +_.b=b +_.c=null}, +DN:function DN(a,b){this.a=a +this.b=$ +this.$ti=b}, +aiy:function aiy(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +aix:function aix(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Bw:function Bw(){}, +NT:function NT(){}, +Bx:function Bx(){}, +NU:function NU(){}, +aHu(a){var s,r,q +for(s=a.length,r=!1,q=0;q>")) +for(s=new A.cN(n,n.gp(n)),r=A.n(s).c,q=null;s.t();){p=s.d +o=p==null?r.a(p):p +q=(q==null?o:q).CT(0,o)}if(q.gS(q))return B.c.gJ(a).a +return B.c.acx(B.c.gJ(a).gMG(),q.ghM(q)).f}, +as_(a,b){A.pK(a,new A.afy(b),t.zP)}, +aEY(a,b){A.pK(a,new A.afv(b),t.h7)}, +ai0:function ai0(a){this.a=a}, +ua:function ua(a,b){this.b=a +this.c=b}, +p_:function p_(a,b){this.a=a +this.b=b}, +Hs:function Hs(){}, +Zl:function Zl(a,b){this.a=a +this.b=b}, +Zk:function Zk(){}, +u2:function u2(a,b){this.a=a +this.b=b}, +NJ:function NJ(a){this.a=a}, +Xg:function Xg(){}, +afz:function afz(a){this.a=a}, +Xo:function Xo(a,b){this.a=a +this.b=b}, +Xi:function Xi(){}, +Xj:function Xj(a){this.a=a}, +Xk:function Xk(a){this.a=a}, +Xl:function Xl(){}, +Xm:function Xm(a){this.a=a}, +Xn:function Xn(a){this.a=a}, +Xh:function Xh(a,b,c){this.a=a +this.b=b +this.c=c}, +Xp:function Xp(a){this.a=a}, +Xq:function Xq(a){this.a=a}, +Xr:function Xr(a){this.a=a}, +Xs:function Xs(a){this.a=a}, +Xt:function Xt(a){this.a=a}, +Xu:function Xu(a){this.a=a}, +da:function da(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +afw:function afw(){}, +afy:function afy(a){this.a=a}, +afx:function afx(){}, +jE:function jE(a){this.a=a +this.b=null}, +afu:function afu(){}, +afv:function afv(a){this.a=a}, +JX:function JX(a){this.eS$=a}, +a4w:function a4w(){}, +a4x:function a4x(){}, +a4y:function a4y(a){this.a=a}, +wU:function wU(a,b,c){this.c=a +this.f=b +this.a=c}, +Oj:function Oj(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +ub:function ub(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +Kt:function Kt(a){this.a=a +this.b=null}, +oc:function oc(){}, +II:function II(a){this.a=a +this.b=null}, +oq:function oq(){}, +JF:function JF(a){this.a=a +this.b=null}, +wk:function wk(a,b){this.c=a +this.a=b +this.b=null}, +Ok:function Ok(){}, +Qd:function Qd(){}, +SV:function SV(){}, +SW:function SW(){}, +aEM(a){a.dd() +a.bb(A.aj3())}, +aB4(a,b){var s,r="_depth" +if(A.a(a.e,r)>")),i).aT(0,new A.aii(k,h),t.e3)}, +Ij(a){var s=a.L(t.Gk) +return s==null?null:s.r.f}, +lH(a,b,c){var s=a.L(t.Gk) +return s==null?null:c.j("0?").a(J.ag(s.r.e,b))}, +uB:function uB(a,b){this.a=a +this.b=b}, +aig:function aig(a){this.a=a}, +aih:function aih(){}, +aii:function aii(a,b){this.a=a +this.b=b}, +f8:function f8(){}, +Ss:function Ss(){}, +GN:function GN(){}, +Cd:function Cd(a,b,c,d){var _=this +_.r=a +_.w=b +_.b=c +_.a=d}, +xG:function xG(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +OU:function OU(a,b,c){var _=this +_.d=a +_.e=b +_.a=_.f=null +_.b=c +_.c=null}, +ae7:function ae7(a){this.a=a}, +ae8:function ae8(a,b){this.a=a +this.b=b}, +ae6:function ae6(a,b,c){this.a=a +this.b=b +this.c=c}, +akS(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){return new A.y0(m,d,o,l,p,k,q,n,!1,a,i,h,e,c,j,g,f)}, +apX(a,b,c,d,e,f){return new A.hd(b.L(t.w).f.Pe(c,d,e,f),a,null)}, +e6(a){var s=a.L(t.w) +return s==null?null:s.f}, +akT(a){var s=A.e6(a) +s=s==null?null:s.c +return s==null?1:s}, +yq:function yq(a,b){this.a=a +this.b=b}, +y0:function y0(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q}, +a1Y:function a1Y(a){this.a=a}, +hd:function hd(a,b,c){this.f=a +this.b=b +this.a=c}, +IG:function IG(a,b){this.a=a +this.b=b}, +Cm:function Cm(a,b){this.c=a +this.a=b}, +P5:function P5(a){this.a=null +this.b=a +this.c=null}, +aeP:function aeP(){}, +aeR:function aeR(){}, +aeQ:function aeQ(){}, +SN:function SN(){}, +akU(a,b,c,d){return new A.Iv(b,c,!0,d,null)}, +Iv:function Iv(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.f=c +_.r=d +_.a=e}, +a2d:function a2d(a,b){this.a=a +this.b=b}, +F5:function F5(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +tN:function tN(a,b,c,d,e,f,g,h){var _=this +_.y1=null +_.id=_.go=!1 +_.k2=_.k1=null +_.Q=a +_.at=b +_.ax=c +_.ch=_.ay=null +_.CW=!1 +_.cx=null +_.e=d +_.f=e +_.r=null +_.a=f +_.b=null +_.c=g +_.d=h}, +aeS:function aeS(a){this.a=a}, +MF:function MF(a){this.a=a}, +Pb:function Pb(a,b,c){this.c=a +this.d=b +this.a=c}, +IH:function IH(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +uR:function uR(a,b){this.a=a +this.b=b}, +agZ:function agZ(a,b,c){var _=this +_.d=a +_.e=b +_.f=c +_.c=_.b=null}, +aq6(a){return A.hZ(a,!1).aev(null)}, +hZ(a,b){var s,r,q +if(a instanceof A.hn){s=a.p2 +s.toString +s=s instanceof A.j6}else s=!1 +if(s){s=a.p2 +s.toString +t.uK.a(s) +r=s}else r=null +if(b){q=a.Cr(t.uK) +r=q==null?r:q +s=r}else{if(r==null)r=a.jw(t.uK) +s=r}s.toString +return s}, +aCr(a,b){var s,r,q,p,o,n,m=null,l=A.b([],t.ny) +if(B.b.bl(b,"/")&&b.length>1){b=B.b.bU(b,1) +s=t.z +l.push(a.pq("/",!0,m,s)) +r=b.split("/") +if(b.length!==0)for(q=r.length,p=0,o="";p=3}, +aF3(a){return a.gahj()}, +as1(a){return new A.ag7(a)}, +aF0(a){var s,r,q +t.OX.a(a) +s=J.ay(a) +r=s.h(a,0) +r.toString +switch(B.Eg[A.ei(r)].a){case 0:s=s.ey(a,1) +r=s[0] +r.toString +A.ei(r) +q=s[1] +q.toString +A.bk(q) +return new A.Ph(r,q,s.length>2?s[2]:null,B.lT) +case 1:s=s.ey(a,1)[1] +s.toString +t.pO.a(A.aCA(new A.Vk(A.ei(s)))) +return null}}, +oy:function oy(a,b){this.a=a +this.b=b}, +bT:function bT(){}, +a5P:function a5P(a){this.a=a}, +a5O:function a5O(a){this.a=a}, +a5S:function a5S(){}, +a5T:function a5T(){}, +a5U:function a5U(){}, +a5V:function a5V(){}, +a5Q:function a5Q(a){this.a=a}, +a5R:function a5R(){}, +i8:function i8(a,b){this.a=a +this.b=b}, +ob:function ob(){}, +nG:function nG(a,b,c){this.f=a +this.b=b +this.a=c}, +a5N:function a5N(){}, +M6:function M6(){}, +GM:function GM(){}, +yg:function yg(a,b,c,d,e,f,g,h){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.z=f +_.Q=g +_.a=h}, +a2H:function a2H(){}, +eD:function eD(a,b){this.a=a +this.b=b}, +Pm:function Pm(a,b,c){var _=this +_.a=null +_.b=a +_.c=b +_.d=c}, +dI:function dI(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=null +_.w=!0 +_.x=!1}, +ag6:function ag6(a,b){this.a=a +this.b=b}, +ag4:function ag4(){}, +ag5:function ag5(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ag7:function ag7(a){this.a=a}, +mC:function mC(){}, +ux:function ux(a,b){this.a=a +this.b=b}, +Cu:function Cu(a,b){this.a=a +this.b=b}, +Cv:function Cv(a,b){this.a=a +this.b=b}, +Cw:function Cw(a,b){this.a=a +this.b=b}, +j6:function j6(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.d=$ +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=!1 +_.z=null +_.Q=$ +_.as=f +_.at=null +_.ay=_.ax=!1 +_.ch=0 +_.CW=g +_.cx=h +_.br$=i +_.em$=j +_.hT$=k +_.d0$=l +_.cF$=m +_.bP$=n +_.az$=o +_.a=null +_.b=p +_.c=null}, +a2F:function a2F(a){this.a=a}, +a2z:function a2z(){}, +a2A:function a2A(){}, +a2B:function a2B(){}, +a2C:function a2C(){}, +a2D:function a2D(){}, +a2E:function a2E(){}, +a2y:function a2y(a){this.a=a}, +uI:function uI(a,b){this.a=a +this.b=b}, +QD:function QD(){}, +Ph:function Ph(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +alv:function alv(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +Oq:function Oq(a){var _=this +_.x=null +_.a=!1 +_.c=_.b=null +_.y1$=0 +_.y2$=a +_.a6$=_.ap$=0 +_.ar$=!1}, +adn:function adn(){}, +af5:function af5(){}, +Cx:function Cx(){}, +Cy:function Cy(){}, +IJ:function IJ(){}, +d_:function d_(a,b,c,d){var _=this +_.d=a +_.b=b +_.a=c +_.$ti=d}, +Cz:function Cz(a,b,c){var _=this +_.d=_.c=_.b=_.a=_.ch=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ay=_.ax=_.at=!1 +_.$ti=c}, +ha:function ha(){}, +SS:function SS(){}, +rd(a,b){return new A.j9(a,b,new A.bC(null,t.af),$.b4())}, +j9:function j9(a,b,c,d){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=!1 +_.e=null +_.f=c +_.y1$=0 +_.y2$=d +_.a6$=_.ap$=0 +_.ar$=!1}, +a32:function a32(a){this.a=a}, +uz:function uz(a,b,c){this.c=a +this.d=b +this.a=c}, +CA:function CA(a){this.a=null +this.b=a +this.c=null}, +afd:function afd(){}, +yt:function yt(a,b){this.c=a +this.a=b}, +rf:function rf(a,b,c,d){var _=this +_.d=a +_.bP$=b +_.az$=c +_.a=null +_.b=d +_.c=null}, +a36:function a36(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a35:function a35(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a37:function a37(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a34:function a34(){}, +a33:function a33(){}, +RQ:function RQ(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +RR:function RR(a,b,c){var _=this +_.p3=$ +_.p4=a +_.d=_.c=_.b=_.a=_.cx=_.ch=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ay=_.ax=_.at=!1}, +uH:function uH(a,b,c,d,e,f,g,h){var _=this +_.C=!1 +_.M=null +_.ag=a +_.a7=b +_.q=c +_.D=d +_.bz$=e +_.U$=f +_.bV$=g +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=h +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +afR:function afR(a){this.a=a}, +afP:function afP(a){this.a=a}, +afQ:function afQ(a){this.a=a}, +afO:function afO(a){this.a=a}, +afS:function afS(a,b,c){this.a=a +this.b=b +this.c=c}, +Pw:function Pw(){}, +T_:function T_(){}, +arO(a,b,c){var s,r=null,q="_glowController",p=t.Y,o=new A.ar(0,0,p),n=new A.ar(0,0,p),m=new A.BL(B.eX,o,n,0.5,0.5,b,a,$.b4()),l=A.bo(r,r,r,r,c) +l.c1(m.gyj()) +A.ca(m.b,q) +m.b=l +s=A.co(B.dN,A.a(l,q),r) +s.a.a2(0,m.gcY()) +t.m.a(s) +A.ca(m.r,"_glowOpacity") +m.r=new A.aC(s,o,p.j("aC")) +A.ca(m.x,"_glowSize") +m.x=new A.aC(s,n,p.j("aC")) +p=c.v4(m.ga8i()) +A.ca(m.y,"_displacementTicker") +m.y=p +return m}, +qJ:function qJ(a,b,c,d){var _=this +_.e=a +_.f=b +_.w=c +_.a=d}, +BM:function BM(a,b,c,d){var _=this +_.r=_.f=_.e=_.d=null +_.w=a +_.bP$=b +_.az$=c +_.a=null +_.b=d +_.c=null}, +pd:function pd(a,b){this.a=a +this.b=b}, +BL:function BL(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=$ +_.c=null +_.e=_.d=0 +_.f=b +_.r=$ +_.w=c +_.y=_.x=$ +_.z=null +_.Q=d +_.as=e +_.at=0 +_.ax=f +_.ay=g +_.y1$=0 +_.y2$=h +_.a6$=_.ap$=0 +_.ar$=!1}, +adc:function adc(a){this.a=a}, +Op:function Op(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.a=d}, +th:function th(a,b,c){this.c=a +this.e=b +this.a=c}, +Dw:function Dw(a,b,c){var _=this +_.d=$ +_.f=_.e=null +_.r=!0 +_.bP$=a +_.az$=b +_.a=null +_.b=c +_.c=null}, +agy:function agy(a,b,c){this.a=a +this.b=b +this.c=c}, +ps:function ps(a,b){this.a=a +this.b=b}, +Dv:function Dv(a,b,c){var _=this +_.b=_.a=$ +_.c=a +_.d=b +_.y1$=_.e=0 +_.y2$=c +_.a6$=_.ap$=0 +_.ar$=!1}, +lP:function lP(a,b){this.a=a +this.c=!0 +this.e0$=b}, +CD:function CD(){}, +Ed:function Ed(){}, +Et:function Et(){}, +aqa(a,b){var s=a.f +s.toString +return!(s instanceof A.rg)}, +a3b(a){var s=a.acp(t.Mf) +return s==null?null:s.d}, +Dr:function Dr(a){this.a=a}, +IY:function IY(){this.a=null}, +a3a:function a3a(a){this.a=a}, +rg:function rg(a,b,c){this.c=a +this.d=b +this.a=c}, +aq9(a){return new A.IX(a,A.b([],t.ZP),$.b4())}, +IX:function IX(a,b,c){var _=this +_.y=a +_.d=b +_.y1$=0 +_.y2$=c +_.a6$=_.ap$=0 +_.ar$=!1}, +of:function of(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +pl:function pl(a,b,c,d,e,f,g,h,i){var _=this +_.ag=a +_.a7=null +_.q=b +_.k1=0 +_.k2=c +_.k3=null +_.f=d +_.r=e +_.w=f +_.x=g +_.z=_.y=null +_.Q=0 +_.at=_.as=null +_.ax=!1 +_.ay=!0 +_.ch=!1 +_.CW=null +_.cx=!1 +_.db=_.cy=null +_.dx=h +_.dy=null +_.y1$=0 +_.y2$=i +_.a6$=_.ap$=0 +_.ar$=!1}, +BJ:function BJ(a,b){this.b=a +this.a=b}, +yu:function yu(a){this.a=a}, +yv:function yv(a,b,c,d){var _=this +_.r=a +_.y=b +_.z=c +_.a=d}, +Py:function Py(a){var _=this +_.d=0 +_.a=null +_.b=a +_.c=null}, +afe:function afe(a){this.a=a}, +aff:function aff(a,b){this.a=a +this.b=b}, +ja:function ja(){}, +Jl:function Jl(a,b,c,d){var _=this +_.d=a +_.f=b +_.r=c +_.a=d}, +a21:function a21(){}, +a3G:function a3G(){}, +GK:function GK(a,b){this.a=a +this.d=b}, +aqp(a){return new A.rn(null,a,null)}, +jg(a){var s=a.L(t.bb) +return s==null?null:s.f}, +rn:function rn(a,b,c){this.f=a +this.b=b +this.a=c}, +rA(a){var s=a.L(t.lQ) +return s==null?null:s.f}, +aan(a,b){return new A.AU(a,b,null)}, +m4:function m4(a,b,c){this.c=a +this.d=b +this.a=c}, +QE:function QE(a,b,c,d,e,f){var _=this +_.br$=a +_.em$=b +_.hT$=c +_.d0$=d +_.cF$=e +_.a=null +_.b=f +_.c=null}, +AU:function AU(a,b,c){this.f=a +this.b=b +this.a=c}, +zA:function zA(a,b,c){this.c=a +this.d=b +this.a=c}, +D1:function D1(a){var _=this +_.d=null +_.e=!1 +_.r=_.f=null +_.w=!1 +_.a=null +_.b=a +_.c=null}, +ag_:function ag_(a){this.a=a}, +afZ:function afZ(a,b){this.a=a +this.b=b}, +dA:function dA(){}, +jk:function jk(){}, +a5G:function a5G(a,b){this.a=a +this.b=b}, +ahC:function ahC(){}, +T0:function T0(){}, +dT:function dT(){}, +iu:function iu(){}, +D0:function D0(){}, +zw:function zw(a,b,c){var _=this +_.CW=a +_.x=null +_.a=!1 +_.c=_.b=null +_.y1$=0 +_.y2$=b +_.a6$=_.ap$=0 +_.ar$=!1 +_.$ti=c}, +zv:function zv(a,b){var _=this +_.CW=a +_.x=null +_.a=!1 +_.c=_.b=null +_.y1$=0 +_.y2$=b +_.a6$=_.ap$=0 +_.ar$=!1}, +a5M:function a5M(a,b){this.a=a +this.b=b}, +Iw(a,b){var s=a.L(t.Fe),r=s==null?null:s.w +return b.j("hX<0>?").a(r)}, +re:function re(){}, +dE:function dE(){}, +aaf:function aaf(a,b,c){this.a=a +this.b=b +this.c=c}, +aag:function aag(a,b,c){this.a=a +this.b=b +this.c=c}, +aah:function aah(a,b,c){this.a=a +this.b=b +this.c=c}, +aae:function aae(a,b){this.a=a +this.b=b}, +Ih:function Ih(){}, +NK:function NK(a,b){this.e=a +this.a=b +this.b=null}, +Co:function Co(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +uw:function uw(a,b,c){this.c=a +this.a=b +this.$ti=c}, +mB:function mB(a,b,c,d){var _=this +_.d=null +_.e=$ +_.f=a +_.r=b +_.a=null +_.b=c +_.c=null +_.$ti=d}, +aeT:function aeT(a){this.a=a}, +aeX:function aeX(a){this.a=a}, +aeY:function aeY(a){this.a=a}, +aeW:function aeW(a){this.a=a}, +aeU:function aeU(a){this.a=a}, +aeV:function aeV(a){this.a=a}, +hX:function hX(){}, +a2f:function a2f(a,b){this.a=a +this.b=b}, +a2e:function a2e(){}, +yN:function yN(){}, +z0:function z0(){}, +Hq:function Hq(a,b,c){this.e=a +this.c=b +this.a=c}, +Hr:function Hr(a,b,c){this.e=a +this.c=b +this.a=c}, +uF:function uF(a,b,c){var _=this +_.u=a +_.q$=b +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +CP:function CP(a,b,c,d,e){var _=this +_.dt=a +_.cq=b +_.u=c +_.q$=d +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=e +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +uv:function uv(){}, +al8(a,b,c){return new A.KC(c,a,b,null)}, +KC:function KC(a,b,c,d){var _=this +_.d=a +_.f=b +_.x=c +_.a=d}, +KJ:function KJ(){}, +lv:function lv(a){this.a=a}, +a_Q:function a_Q(a,b){this.b=a +this.a=b}, +a6p:function a6p(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +XH:function XH(a,b){this.b=a +this.a=b}, +Fi:function Fi(a){this.b=$ +this.a=a}, +GU:function GU(a){this.c=this.b=$ +this.a=a}, +zH:function zH(a,b,c){this.a=a +this.b=b +this.$ti=c}, +a6k:function a6k(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a6j:function a6j(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a6n(a){var s=a.L(t.Cy),r=s==null?null:s.f +return r==null?B.xm:r}, +vg:function vg(a,b){this.a=a +this.b=b}, +KK:function KK(){}, +a6l:function a6l(){}, +a6m:function a6m(){}, +ahv:function ahv(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +zI:function zI(a,b,c){this.f=a +this.b=b +this.a=c}, +a6o(){return new A.oB(A.b([],t.ZP),$.b4())}, +oB:function oB(a,b){var _=this +_.d=a +_.y1$=0 +_.y2$=b +_.a6$=_.ap$=0 +_.ar$=!1}, +ia:function ia(){}, +wL:function wL(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +O9:function O9(){}, +al9(a,b,c,d,e){var s=new A.fe(c,e,d,a,0) +if(b!=null)s.e0$=b +return s}, +aHJ(a){return a.e0$===0}, +fj:function fj(){}, +Mk:function Mk(){}, +eQ:function eQ(){}, +rH:function rH(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.e0$=d}, +fe:function fe(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.e0$=e}, +i0:function i0(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.f=c +_.a=d +_.b=e +_.e0$=f}, +ks:function ks(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.e0$=d}, +Me:function Me(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.e0$=d}, +D9:function D9(){}, +D8:function D8(a,b,c){this.f=a +this.b=b +this.a=c}, +mz:function mz(a){var _=this +_.d=a +_.c=_.b=_.a=null}, +zK:function zK(a,b){this.c=a +this.a=b}, +zL:function zL(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +a6q:function a6q(a){this.a=a}, +a6r:function a6r(a){this.a=a}, +aA2(a,b,c){var s,r +if(a>0){s=a/c +if(b"))}, +am2(a,b){var s=$.F.D$.z.h(0,a).gF() +s.toString +return t.r.a(s).i4(b)}, +rJ:function rJ(a,b){this.a=a +this.b=b}, +rK:function rK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=n +_.ay=!1 +_.cy=_.cx=_.CW=_.ch=null +_.db=$ +_.y1$=0 +_.y2$=o +_.a6$=_.ap$=0 +_.ar$=!1}, +a6G:function a6G(){}, +rt:function rt(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.c=a +_.d=b +_.e=c +_.w=d +_.x=e +_.as=f +_.ch=g +_.CW=h +_.cx=i +_.cy=j +_.db=k +_.dx=l +_.a=m}, +jh:function jh(a,b,c,d,e){var _=this +_.f=_.e=_.d=null +_.w=_.r=$ +_.x=a +_.y=!1 +_.z=$ +_.bP$=b +_.az$=c +_.a=null +_.b=d +_.c=null +_.$ti=e}, +a4t:function a4t(a){this.a=a}, +a4p:function a4p(a){this.a=a}, +a4q:function a4q(a){this.a=a}, +a4m:function a4m(a){this.a=a}, +a4n:function a4n(a){this.a=a}, +a4o:function a4o(a){this.a=a}, +a4r:function a4r(a){this.a=a}, +a4s:function a4s(a){this.a=a}, +a4u:function a4u(a){this.a=a}, +a4v:function a4v(a){this.a=a}, +jH:function jH(a,b,c,d,e,f,g,h,i){var _=this +_.ej=a +_.go=!1 +_.b5=_.ar=_.a6=_.ap=_.y2=_.y1=_.xr=_.x2=_.x1=_.to=_.ry=_.rx=_.RG=_.R8=_.p4=_.p3=_.p2=_.p1=_.ok=_.k4=_.k3=_.k2=_.k1=_.id=null +_.Q=b +_.at=c +_.ax=d +_.ch=_.ay=null +_.CW=!1 +_.cx=null +_.e=e +_.f=f +_.r=null +_.a=g +_.b=null +_.c=h +_.d=i}, +jI:function jI(a,b,c,d,e,f,g,h,i){var _=this +_.am=a +_.ag=_.M=_.C=_.bQ=_.cW=_.b5=_.ar=_.a6=_.ap=_.y2=_.y1=null +_.id=_.go=!1 +_.k2=_.k1=null +_.Q=b +_.at=c +_.ax=d +_.ch=_.ay=null +_.CW=!1 +_.cx=null +_.e=e +_.f=f +_.r=null +_.a=g +_.b=null +_.c=h +_.d=i}, +uD:function uD(){}, +zV:function zV(a,b){this.c=a +this.a=b}, +R_:function R_(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +R0:function R0(a,b,c){this.x=a +this.b=b +this.a=c}, +oJ(a,b,c,d,e){return new A.aR(a,c,e,b,d)}, +aDt(a){var s=A.z(t.y6,t.Xw) +a.Y(0,new A.a7f(s)) +return s}, +aR:function aR(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +p6:function p6(a,b){this.a=a +this.b=b}, +rR:function rR(a,b){var _=this +_.b=a +_.c=null +_.y1$=0 +_.y2$=b +_.a6$=_.ap$=0 +_.ar$=!1}, +a7f:function a7f(a){this.a=a}, +a7e:function a7e(){}, +m9:function m9(a,b,c,d){var _=this +_.d=a +_.e=b +_.f=c +_.a=d}, +Df:function Df(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +R2:function R2(a,b,c){this.f=a +this.b=b +this.a=c}, +R1:function R1(){}, +R3:function R3(){}, +R4:function R4(){}, +Su:function Su(){}, +a7i(a,b,c){var s=c===B.a3 +return new A.KY(c,s,b,a,null)}, +KY:function KY(a,b,c,d,e){var _=this +_.c=a +_.r=b +_.w=c +_.x=d +_.a=e}, +a7j:function a7j(a,b,c){this.a=a +this.b=b +this.c=c}, +uK:function uK(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +R5:function R5(a,b){var _=this +_.d=_.c=_.b=_.a=_.cx=_.ch=_.p3=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ay=_.ax=_.at=!1}, +CZ:function CZ(a,b,c,d,e,f){var _=this +_.C=a +_.M=b +_.a7=c +_.q=d +_.q$=e +_.go=_.fy=null +_.id=!1 +_.k2=_.k1=null +_.k3=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=f +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +afJ:function afJ(a,b){this.a=a +this.b=b}, +afI:function afI(a,b){this.a=a +this.b=b}, +En:function En(){}, +T1:function T1(){}, +T2:function T2(){}, +asO(a,b){return b}, +ar0(a,b){return new A.tc(b,A.ald(t.S,t.Dv),a,B.a8)}, +aDC(a,b,c,d,e){if(b===e-1)return d +return d+(d-c)/(b-a+1)*(e-b-1)}, +aBU(a,b){return new A.xo(b,a,null)}, +a8w:function a8w(){}, +QK:function QK(a){this.a=a}, +Lb:function Lb(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.w=f}, +Lh:function Lh(){}, +oM:function oM(){}, +Lf:function Lf(a,b){this.d=a +this.a=b}, +tc:function tc(a,b,c,d){var _=this +_.p3=a +_.p4=b +_.RG=_.R8=null +_.rx=!1 +_.d=_.c=_.b=_.a=_.cx=_.ch=null +_.e=$ +_.f=c +_.r=null +_.w=d +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ay=_.ax=_.at=!1}, +a8A:function a8A(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a8y:function a8y(){}, +a8z:function a8z(a,b){this.a=a +this.b=b}, +a8x:function a8x(a,b,c){this.a=a +this.b=b +this.c=c}, +a8B:function a8B(a,b){this.a=a +this.b=b}, +xo:function xo(a,b,c){this.f=a +this.b=b +this.a=c}, +Lc:function Lc(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +R9:function R9(a,b,c){this.f=a +this.d=b +this.a=c}, +Ra:function Ra(a,b,c){this.e=a +this.c=b +this.a=c}, +Qu:function Qu(a,b,c){var _=this +_.co=null +_.c5=a +_.e1=null +_.q$=b +_.fy=null +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=c +_.ch=!1 +_.CW=$ +_.cx=!0 +_.cy=null +_.db=!0 +_.dx=null +_.a=0 +_.c=_.b=null}, +mj:function mj(){}, +oN:function oN(){}, +A5:function A5(a,b,c,d){var _=this +_.p3=a +_.d=_.c=_.b=_.a=_.cx=_.ch=_.p4=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ay=_.ax=_.at=!1 +_.$ti=d}, +Lr:function Lr(a){this.a=a}, +jS(a,b,c,d,e,f,g,h,i){return new A.ll(f,g,e,d,c,i,h,a,b)}, +aoU(a,b,c){var s=null +return new A.jO(new A.WG(s,c,s,s,b,s,s,a),s)}, +aoT(a){var s=a.L(t.uy) +return s==null?null:s.grp(s)}, +bu(a,b,c,d,e,f,g,h){return new A.ew(a,null,f,g,h,e,c,b,d,null)}, +ll:function ll(a,b,c,d,e,f,g,h,i){var _=this +_.w=a +_.x=b +_.y=c +_.z=d +_.Q=e +_.as=f +_.at=g +_.b=h +_.a=i}, +WG:function WG(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +Pq:function Pq(a){this.a=a}, +ew:function ew(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.w=e +_.y=f +_.z=g +_.as=h +_.at=i +_.a=j}, +wp:function wp(){}, +hk:function hk(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +eU:function eU(a,b,c){this.a=a +this.b=b +this.c=c}, +as3(a,b,c,d,e,f,g,h,i,j){return new A.Dc(b,f,d,e,c,h,j,g,i,a,null)}, +tz:function tz(a,b){this.a=a +this.b=b}, +a9T:function a9T(){}, +LU:function LU(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=$ +_.e=d +_.f=e +_.r=f +_.w=g +_.x=!1 +_.z=_.y=$}, +KP:function KP(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.w=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.go=_.fy=null +_.id=!1}, +a6H:function a6H(a){this.a=a}, +Dc:function Dc(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.a=k}, +Dd:function Dd(a,b,c){var _=this +_.d=$ +_.ff$=a +_.cz$=b +_.a=null +_.b=c +_.c=null}, +Az:function Az(){}, +Ay:function Ay(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 +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.a=q}, +DF:function DF(a){var _=this +_.e=_.d=null +_.f=!1 +_.a=_.x=_.w=_.r=null +_.b=a +_.c=null}, +agO:function agO(a){this.a=a}, +agP:function agP(a){this.a=a}, +agQ:function agQ(a){this.a=a}, +agR:function agR(a){this.a=a}, +agS:function agS(a){this.a=a}, +agT:function agT(a){this.a=a}, +agU:function agU(a){this.a=a}, +agV:function agV(a){this.a=a}, +Eq:function Eq(){}, +aln(a){var s=a.L(t.l3),r=s==null?null:s.f +return r!==!1}, +ark(a){var s=a.mj(t.l3) +if(s==null)s=null +else{s=s.f +s.toString}t.Wj.a(s) +s=s==null?null:s.r +return s==null?new A.d9(!0,$.b4()):s}, +tD:function tD(a,b,c){this.c=a +this.d=b +this.a=c}, +RT:function RT(a,b){var _=this +_.d=!0 +_.e=a +_.a=null +_.b=b +_.c=null}, +u6:function u6(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +jn:function jn(){}, +cR:function cR(){}, +Sr:function Sr(a,b,c){var _=this +_.w=a +_.a=null +_.b=!1 +_.c=null +_.d=b +_.e=null +_.f=c +_.r=$}, +M0:function M0(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +alc(a,b,c,d){return new A.La(c,d,a,b,null)}, +KG(a,b){return new A.KF(a,b,null)}, +aqL(a,b){return new A.Kx(a,b,null)}, +aqV(a,b,c,d){return new A.L_(a,b,c,d,null)}, +iS(a,b,c){return new A.Ha(c,a,b,null)}, +fR(a,b,c){return new A.F4(b,c,a,null)}, +vn:function vn(){}, +B3:function B3(a){this.a=null +this.b=a +this.c=null}, +ab_:function ab_(){}, +La:function La(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +KF:function KF(a,b,c){this.r=a +this.c=b +this.a=c}, +Kx:function Kx(a,b,c){this.r=a +this.c=b +this.a=c}, +L_:function L_(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +Ha:function Ha(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +GF:function GF(a,b,c,d){var _=this +_.e=a +_.r=b +_.c=c +_.a=d}, +F4:function F4(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +arB(a,b,c,d,e,f,g,h){return new A.p2(b,a,g,e,c,d,f,h,null)}, +arC(a,b){var s +switch(b.a){case 0:s=a.L(t.I) +s.toString +return A.ajB(s.f) +case 1:return B.J +case 2:s=a.L(t.I) +s.toString +return A.ajB(s.f) +case 3:return B.J}}, +p2:function p2(a,b,c,d,e,f,g,h,i){var _=this +_.e=a +_.r=b +_.w=c +_.x=d +_.y=e +_.z=f +_.Q=g +_.c=h +_.a=i}, +So:function So(a,b,c){var _=this +_.a7=!1 +_.q=null +_.p3=$ +_.p4=a +_.d=_.c=_.b=_.a=_.cx=_.ch=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ay=_.ax=_.at=!1}, +Tj:function Tj(){}, +Tk:function Tk(){}, +kK:function kK(){}, +a0U:function a0U(){}, +K0:function K0(){}, +a4J:function a4J(a){this.a=a}, +a3L:function a3L(a){this.a=a}, +nw(a,b,c,d){var s=0,r=A.P(t.X7),q,p,o,n,m +var $async$nw=A.Q(function(e,f){if(e===1)return A.M(f,r) +while(true)switch(s){case 0:m=d===B.Rh?"long":"short" +if(c==null)c=B.m +p=B.n.a +o=B.n.a +n=c.gl(c) +s=3 +return A.U(B.JV.hG("showToast",A.az(["msg",b,"length",m,"time",1,"gravity","bottom","bgcolor",p,"iosBgcolor",o,"textcolor",n,"iosTextcolor",c.gl(c),"fontSize",a,"webShowClose",!1,"webBgColor",u.P,"webPosition","right"],t.N,t.z),!1,t.y),$async$nw) +case 3:q=f +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$nw,r)}, +AH:function AH(a,b){this.a=a +this.b=b}, +Hn:function Hn(){}, +aAc(a,b){var s=new A.vR(new A.Vx(),A.z(t.N,b.j("ax")),b.j("vR<0>")) +s.P(0,a) +return s}, +vR:function vR(a,b,c){this.a=a +this.c=b +this.$ti=c}, +Vx:function Vx(){}, +aCg(a){return A.aJ5("media type",a,new A.a1Z(a))}, +y1:function y1(a,b,c){this.a=a +this.b=b +this.c=c}, +a1Z:function a1Z(a){this.a=a}, +a20:function a20(a){this.a=a}, +a2_:function a2_(){}, +aHS(a){var s +a.N6($.aw3(),"quoted string") +s=a.gD6().h(0,0) +return A.aul(B.b.N(s,1,s.length-1),$.aw2(),new A.aiY(),null)}, +aiY:function aiY(){}, +HY:function HY(a){var _=this +_.a=a +_.r=_.f=_.e=_.d=_.c=null}, +WO:function WO(){this.a=null}, +a1w:function a1w(){}, +a1x:function a1x(){}, +a1D:function a1D(){}, +e5:function e5(a,b){this.a=a +this.b=b}, +a1E:function a1E(a,b,c){this.a=a +this.b=b +this.c=c}, +Wa:function Wa(){}, +aCO(){var s=new A.a3Z() +s.Xu(!0,8,B.tF,120,2,!1,!0,!1,0) +return s}, +a3Z:function a3Z(){var _=this +_.y=$ +_.as=_.Q=_.z=""}, +a4_:function a4_(a){this.a=a}, +a40:function a40(a){this.a=a}, +a38:function a38(){}, +a39:function a39(a){this.a=a}, +asY(a){if(t.Xu.b(a))return a +throw A.c(A.fT(a,"uri","Value must be a String or a Uri"))}, +atb(a,b){var s,r,q,p,o,n,m,l +for(s=b.length,r=1;r=1;s=q){q=s-1 +if(b[q]!=null)break}p=new A.by("") +o=""+(a+"(") +p.a=o +n=A.af(b) +m=n.j("fI<1>") +l=new A.fI(b,0,s,m) +l.th(b,0,s,n.c) +m=o+new A.aA(l,new A.aiA(),m.j("aA")).bB(0,", ") +p.a=m +p.a=m+("): part "+(r-1)+" was null, but part "+r+" was not.") +throw A.c(A.b5(p.i(0),null))}}, +We:function We(a,b){this.a=a +this.b=b}, +Wg:function Wg(){}, +Wh:function Wh(){}, +aiA:function aiA(){}, +nV:function nV(){}, +Ji(a,b){var s,r,q,p,o,n=b.QE(a) +b.kI(a) +if(n!=null)a=B.b.bU(a,n.length) +s=t.s +r=A.b([],s) +q=A.b([],s) +s=a.length +if(s!==0&&b.jA(B.b.ad(a,0))){q.push(a[0]) +p=1}else{q.push("") +p=0}for(o=p;oo)throw A.c(new A.xe("Input too long. "+q+" > "+o)) +if(q+4<=o)m.kS(0,0,4) +for(;B.f.bE(m.b,8)!==0;)m.P4(!1) +for(;!0;){if(m.b>=o)break +m.kS(0,236,8) +if(m.b>=o)break +m.kS(0,17,8)}return A.aFO(m,n)}, +aFO(a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=t.tG,b=A.b7(a1.length,null,!1,c),a=A.b7(a1.length,null,!1,c) +for(c=a0.a,s=0,r=0,q=0,p=0;p=0?g[e]:0}}d=A.b([],t.t) +for(k=0;k5)s+=3+o-5}for(m=f-1,r=0;ra.c.length)A.K(A.dz("Offset "+b+u.D+a.gp(a)+".")) +return new A.Hd(a,b)}, +a8C:function a8C(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +Hd:function Hd(a,b){this.a=a +this.b=b}, +BD:function BD(a,b,c){this.a=a +this.b=b +this.c=c}, +aBE(a,b){var s=A.aBF(A.b([A.aEG(a,!0)],t._Y)),r=new A.a_N(b).$0(),q=B.f.i(B.c.gR(s).b+1),p=A.aBG(s)?0:3,o=A.af(s) +return new A.a_t(s,r,null,1+Math.max(q.length,p),new A.aA(s,new A.a_v(),o.j("aA<1,p>")).o9(0,B.wI),!A.aIm(new A.aA(s,new A.a_w(),o.j("aA<1,D?>"))),new A.by(""))}, +aBG(a){var s,r,q +for(s=0;s") +return A.ap(new A.hK(s,new A.a_A(),r),!0,r.j("q.E"))}, +aEG(a,b){return new A.eA(new A.adm(a).$0(),!0)}, +aEI(a){var s,r,q,p,o,n,m=a.gcd(a) +if(!B.b.A(m,"\r\n"))return a +s=a.gaO(a) +r=s.gbJ(s) +for(s=m.length-1,q=0;q"))}, +aBI(a,b,c,d){var s=0,r=A.P(d),q,p,o +var $async$x4=A.Q(function(e,f){if(e===1)return A.M(f,r) +while(true)switch(s){case 0:p=$.iV +s=3 +return A.U(p==null?null:p.Eo(0,a,b,t.z),$async$x4) +case 3:o=f +o.toString +q=A.apv(o,c) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$x4,r)}, +nK(a,b,c,d){return A.aBJ(a,b,c,d,d.j("hP<0?>"))}, +aBJ(a,b,c,d,e){var s=0,r=A.P(e),q,p,o +var $async$nK=A.Q(function(f,g){if(f===1)return A.M(g,r) +while(true)switch(s){case 0:p=$.iV +s=3 +return A.U(p==null?null:p.OQ(a,b,A.akX(!1,null,new A.a01()),c,t.z),$async$nK) +case 3:o=g +o.toString +q=A.apv(o,d) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$nK,r)}, +apv(a,b){var s,r,q,p,o=null,n="code",m="message" +if(A.dK(J.W(a.a).a,o)==="String")a.a=B.at.My(0,a.a,o) +if(!J.f(J.ag(a.a,n),200)){$.hA().ht(B.fX,"\u8bbf\u95eeapi\u51fa\u73b0\u9519\u8bef",o,o) +s=J.ag(a.a,"error") +$.hA().ht(B.fX,s,o,o) +s=J.ag(a.a,n) +J.ag(a.a,"error") +return new A.hP(s,o,b.j("hP<0?>"))}if(A.b1(b)===B.dB){s=J.ag(a.a,n) +J.ag(a.a,m) +return new A.hP(s,J.ag(a.a,"data"),b.j("hP<0?>"))}else{s=A.b1(b) +r=a.a +q=b.j("hP<0?>") +p=J.ay(r) +if(s===B.RP){s=p.h(r,n) +J.ag(a.a,m) +return new A.hP(s,o,q)}else{s=p.h(r,n) +J.ag(a.a,m) +return new A.hP(s,A.akJ(J.ag(a.a,"data"),b),q)}}}, +a01:function a01(){}, +hP:function hP(a,b,c){this.a=a +this.c=b +this.$ti=c}, +AK:function AK(){}, +k_:function k_(){var _=this +_.e=_.d=_.c=_.b=_.a=null}, +i4:function i4(){var _=this +_.d=_.c=_.b=_.a=null}, +kt:function kt(){this.a=null}, +jx:function jx(){var _=this +_.e=_.d=_.c=_.b=_.a=null}, +aaz(){var s=0,r=A.P(t.H),q,p +var $async$aaz=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:q=$.cT +s=2 +return A.U(A.Uo((q==null?$.cT=new A.fi():q).b),$async$aaz) +case 2:p=b +q=$.cT;(q==null?$.cT=new A.fi():q).a=p +return A.N(null,r)}}) +return A.O($async$aaz,r)}, +Md(){var s=0,r=A.P(t.H),q,p,o,n +var $async$Md=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:n=$.cT +if(n==null)n=$.cT=new A.fi() +s=2 +return A.U(A.KV(),$async$Md) +case 2:q=b.a +p=J.ay(q) +o=A.bH(p.h(q,"token")) +n.b=o==null?"":o +o=A.bH(p.h(q,"account")) +n.c=o==null?"":o +o=A.bH(p.h(q,"password")) +n.d=o==null?"":o +q=A.bH(p.h(q,"baseUrl")) +n.e=q==null?"":q +A.HJ() +s=3 +return A.U(A.aaz(),$async$Md) +case 3:return A.N(null,r)}}) +return A.O($async$Md,r)}, +aay(a){var s=0,r=A.P(t.z),q +var $async$aay=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:s=2 +return A.U(A.KV(),$async$aay) +case 2:q=c +q.pu("String","baseUrl",a.e) +q.pu("String","token",a.b) +q.pu("String","account",a.c) +q.pu("String","password",a.d) +q.pu("String","baseUrl",a.e) +return A.N(null,r)}}) +return A.O($async$aay,r)}, +fi:function fi(){var _=this +_.a=!1 +_.r=_.e=_.d=_.c=_.b=""}, +akJ(a,b){if(t.j.b(a))return A.aBT(a,b) +else return A.aBS(a,b)}, +aBS(a,b){var s,r=null,q=A.dK(A.b1(b).a,r) +if(q===A.dK(B.RH.a,r)){s=new A.k_() +s.G2(a) +return b.a(s)}if(q===A.dK(B.RV.a,r)){s=new A.i4() +s.G3(a) +return b.a(s)}if(q===A.dK(B.S2.a,r)){s=new A.kt() +s.a=J.ag(a,"sign") +return b.a(s)}if(q===A.dK(B.S9.a,r)){s=new A.jx() +s.G6(a) +return b.a(s)}throw A.c(A.cw("not found"))}, +aBT(a,b){if(b.b(A.b([],t.y0)))return b.a(J.mP(a,new A.a0V(),t.x0).dL(0)) +if(b.b(A.b([],t.E8)))return b.a(J.mP(a,new A.a0W(),t.k6).dL(0)) +if(b.b(A.b([],t.QC)))return b.a(J.mP(a,new A.a0X(),t.Hc).dL(0)) +if(b.b(A.b([],t.hq)))return b.a(J.mP(a,new A.a0Y(),t.Z2).dL(0)) +throw A.c(A.cw("not found"))}, +a0V:function a0V(){}, +a0W:function a0W(){}, +a0X:function a0X(){}, +a0Y:function a0Y(){}, +atZ(){if($.F==null)A.aEp() +var s=$.F +s.QL(B.K2) +s.ER()}, +IA:function IA(a){this.a=a}, +a2v:function a2v(){}, +a2w:function a2w(){}, +a2x:function a2x(){}, +mT:function mT(a){this.a=a}, +B6:function B6(a,b){var _=this +_.e=0 +_.f=a +_.a=null +_.b=b +_.c=null}, +ab8:function ab8(){}, +ab9:function ab9(){}, +aba:function aba(){}, +ab6:function ab6(a){this.a=a}, +ab5:function ab5(){}, +ab7:function ab7(a){this.a=a}, +ab4:function ab4(){}, +ab2:function ab2(a,b){this.a=a +this.b=b}, +ab3:function ab3(a){this.a=a}, +ve:function ve(a){this.a=a}, +Mt:function Mt(a){var _=this +_.d="" +_.a=_.f=null +_.b=a +_.c=null}, +aaS:function aaS(a){this.a=a}, +aaQ:function aaQ(a,b){this.a=a +this.b=b}, +aaR:function aaR(a,b,c){this.a=a +this.b=b +this.c=c}, +aaP:function aaP(a,b,c){this.a=a +this.b=b +this.c=c}, +aaO:function aaO(a){this.a=a}, +aaN:function aaN(a){this.a=a}, +o2:function o2(a){this.a=a}, +OW:function OW(a){var _=this +_.d="" +_.e=$ +_.a=null +_.b=a +_.c=null}, +aec:function aec(a){this.a=a}, +aeb:function aeb(a,b){this.a=a +this.b=b}, +aed:function aed(a){this.a=a}, +aea:function aea(a){this.a=a}, +ae9:function ae9(a,b){this.a=a +this.b=b}, +o4:function o4(a){this.a=a}, +OZ:function OZ(a){var _=this +_.f=_.e=_.d=$ +_.a=null +_.b=a +_.c=null}, +aen:function aen(a){this.a=a}, +aep:function aep(a){this.a=a}, +aeo:function aeo(){}, +yr:function yr(a){this.a=a}, +Pu:function Pu(a){this.a=null +this.b=a +this.c=null}, +af9:function af9(a){this.a=a}, +afa:function afa(a){this.a=a}, +af8:function af8(){}, +afb:function afb(){}, +AV:function AV(a){this.a=a}, +DW:function DW(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +ahf:function ahf(a){this.a=a}, +ahe:function ahe(){}, +ahc:function ahc(a,b){this.a=a +this.b=b}, +ahd:function ahd(a,b,c){this.a=a +this.b=b +this.c=c}, +ahg:function ahg(a,b){this.a=a +this.b=b}, +ahh:function ahh(a){this.a=a}, +a23:function a23(a){this.a=a}, +a24:function a24(){}, +aav:function aav(){}, +aaw:function aaw(a,b){this.c=a +this.d=!1 +this.a=b}, +xZ(a){var s=new A.bc(new Float64Array(16)) +if(s.kr(a)===0)return null +return s}, +aCc(){return new A.bc(new Float64Array(16))}, +aCd(){var s=new A.bc(new Float64Array(16)) +s.dD() +return s}, +o7(a,b,c){var s=new Float64Array(16),r=new A.bc(s) +r.dD() +s[14]=c +s[13]=b +s[12]=a +return r}, +In(a,b,c){var s=new Float64Array(16) +s[15]=1 +s[10]=c +s[5]=b +s[0]=a +return new A.bc(s)}, +bc:function bc(a){this.a=a}, +fK:function fK(a){this.a=a}, +im:function im(a){this.a=a}, +aji(){var s=0,r=A.P(t.H) +var $async$aji=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:s=2 +return A.U(A.ajE(new A.ajj(),new A.ajk()),$async$aji) +case 2:return A.N(null,r)}}) +return A.O($async$aji,r)}, +ajk:function ajk(){}, +ajj:function ajj(){}, +aAD(a){a.L(t.H5) +return null}, +aC0(a){return $.aC_.h(0,a).gahv()}, +atR(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)}, +aue(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)}, +pJ(a){var s=B.b.ad(u.W,a>>>6)+(a&63),r=s&1,q=B.b.ad(u.M,s>>>1) +return q>>>4&-r|q&15&r-1}, +jL(a,b){var s=B.b.ad(u.W,1024+(a&1023))+(b&1023),r=s&1,q=B.b.ad(u.M,s>>>1) +return q>>>4&-r|q&15&r-1}, +aI8(a,b,c,d){var s,r,q,p,o,n=A.z(d,c.j("x<0>")) +for(s=c.j("o<0>"),r=0;r<1;++r){q=a[r] +p=b.$1(q) +o=n.h(0,p) +if(o==null){o=A.b([],s) +n.n(0,p,o) +p=o}else p=o +J.fP(p,q)}return n}, +aI0(a,b){var s,r,q,p,o,n,m,l,k="0",j=6e7,i=36e8,h=864e8 +for(s=a.a,r=0,q="";r<11;++r){p=b[r] +if(B.b.bl(p,"\\"))q+=B.b.bU(p,1) +else if(p==="yyyy"){o=""+A.yP(a) +n=o.length +q+=n<4?B.b.W(k,4-n)+o:o}else if(p==="yy"){o=""+B.f.bE(A.yP(a),100) +n=o.length +q+=n<2?B.b.W(k,2-n)+o:o}else if(p==="mm"){o=""+A.yO(a) +n=o.length +q+=n<2?B.b.W(k,2-n)+o:o}else if(p==="m")q+=A.yO(a) +else if(p==="MM")q+=B.Ez[A.yO(a)-1] +else if(p==="M")q+=B.ES[A.yO(a)-1] +else if(p==="dd"){o=""+A.JG(a) +n=o.length +q+=n<2?B.b.W(k,2-n)+o:o}else if(p==="d")q+=A.JG(a) +else if(p==="w")q+=(A.JG(a)+7)/7|0 +else if(p==="W"){n=A.aqw(A.yP(a),1,1,0,0,0,0,!1) +if(!A.l1(n))A.K(A.l5(n)) +q+=B.f.bC(B.f.bC(1000*(s-n),h)+7,7)}else if(p==="WW"){n=A.aqw(A.yP(a),1,1,0,0,0,0,!1) +if(!A.l1(n))A.K(A.l5(n)) +o=""+B.f.bC(B.f.bC(1000*(s-n),h)+7,7) +n=o.length +q+=n<2?B.b.W(k,2-n)+o:o}else if(p==="DD")q+=B.DY[A.aqs(a)-1] +else if(p==="D")q+=B.ET[A.aqs(a)-1] +else if(p==="HH"){o=""+A.or(a) +n=o.length +q+=n<2?B.b.W(k,2-n)+o:o}else if(p==="H")q+=A.or(a) +else if(p==="hh"){m=B.f.bE(A.or(a),12) +o=""+(m===0?12:m) +n=o.length +q+=n<2?B.b.W(k,2-n)+o:o}else if(p==="h"){m=B.f.bE(A.or(a),12) +q+=m===0?12:m}else if(p==="am")q+=A.or(a)<12?"AM":"PM" +else if(p==="nn"){o=""+A.JH(a) +n=o.length +q+=n<2?B.b.W(k,2-n)+o:o}else if(p==="n")q+=A.JH(a) +else if(p==="ss"){o=""+A.JI(a) +n=o.length +q+=n<2?B.b.W(k,2-n)+o:o}else if(p==="s")q+=A.JI(a) +else if(p==="SSS"){o=""+A.a43(a) +n=o.length +q+=n<3?B.b.W(k,3-n)+o:o}else if(p==="S")q+=A.a43(a) +else if(p==="uuu"){n=B.b.W(k,1) +q+=n+"0"}else if(p==="u")q+="0" +else if(p==="z")if(B.f.bC(a.goj().a,j)===0)q+="Z" +else if(a.goj().a<0){o=""+B.f.bE(-B.f.bC(a.goj().a,i),24) +n=o.length +if(n<2)o=B.b.W(k,2-n)+o +l=""+B.f.bE(-B.f.bC(a.goj().a,j),60) +n=l.length +if(n<2)l=B.b.W(k,2-n)+l +q=q+"-"+o+l}else{o=""+B.f.bE(B.f.bC(a.goj().a,i),24) +n=o.length +if(n<2)o=B.b.W(k,2-n)+o +l=""+B.f.bE(B.f.bC(a.goj().a,j),60) +n=l.length +if(n<2)l=B.b.W(k,2-n)+l +q=q+"+"+o+l}else q=p==="Z"?q+a.gagF():q+p}return q.charCodeAt(0)==0?q:q}, +Tx(a,b){var s=null,r=A.ar1(s,s,s,s,B.ai,A.bu(A.e(b)+"\n\n copy success to clipboard",s,s,s,s,s,s,s),B.mR,B.B6,s,s,s,s,s,s,s),q=a.L(t.Pu) +q.toString +q.f.Rr(r) +A.w4(new A.nc(b==null?"null":b))}, +atM(a){var s,r,q,p,o,n=A.yP(a) +n=n>9?B.f.i(n):"0"+n +s=A.yO(a) +s=s>9?B.f.i(s):"0"+s +r=A.JG(a) +r=r>9?B.f.i(r):"0"+r +q=A.or(a) +q=q>9?B.f.i(q):"0"+q +p=A.JH(a) +p=p>9?B.f.i(p):"0"+p +o=A.JI(a) +o=o>9?B.f.i(o):"0"+o +return n+"."+s+"."+r+"-"+q+":"+p+":"+o+":"+A.a43(a)}, +atN(a){var s,r,q=A.or(a) +q=q>9?B.f.i(q):"0"+q +s=A.JH(a) +s=s>9?B.f.i(s):"0"+s +r=A.JI(a) +r=r>9?B.f.i(r):"0"+r +return q+":"+s+":"+r}, +Tv(a,b,c,d,e){return A.aHw(a,b,c,d,e,e)}, +aHw(a,b,c,d,e,f){var s=0,r=A.P(f),q +var $async$Tv=A.Q(function(g,h){if(g===1)return A.M(h,r) +while(true)switch(s){case 0:s=3 +return A.U(null,$async$Tv) +case 3:q=a.$1(b) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$Tv,r)}, +amD(a,b){var s,r,q +if(a==null)return b==null +if(b==null||a.a!==b.gp(b))return!1 +if(a===b)return!0 +for(s=A.it(a,a.r),r=A.n(s).c;s.t();){q=s.d +if(!b.A(0,q==null?r.a(q):q))return!1}return!0}, +dX(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=$.JJ.$0() +q.eY(0) +$.Tp=0}while(!0){if($.Tp<12288){q=$.TP() +q=!q.gS(q)}else q=r +if(!q)break +s=$.TP().od() +$.Tp=$.Tp+s.length +A.aue(s)}r=$.TP() +if(!r.gS(r)){$.alW=!0 +$.Tp=0 +A.bO(B.dZ,A.aIG()) +if($.ahY==null)$.ahY=new A.aI(new A.a4($.a5,t.U),t.h)}else{$.an0().oE(0) +r=$.ahY +if(r!=null)r.eg(0) +$.ahY=null}}, +apa(a,b,c){var s,r=A.ae(a) +if(c>0)if(r.b){s=r.as +if(s.a===B.a4){s=s.cy.a +s=A.ak(255,b.gl(b)>>>16&255,b.gl(b)>>>8&255,b.gl(b)&255).k(0,A.ak(255,s>>>16&255,s>>>8&255,s&255))}else s=!1}else s=!1 +else s=!1 +if(s)return A.q8(A.aB7(r.as.db,c),b) +return b}, +aB7(a,b){return A.ak(B.e.aI(255*((4.5*Math.log(b+1)+2)/100)),a.gl(a)>>>16&255,a.gl(a)>>>8&255,a.gl(a)&255)}, +YT(a){var s=0,r=A.P(t.H),q +var $async$YT=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)$async$outer:switch(s){case 0:a.gF().rZ(B.vr) +switch(A.ae(a).w.a){case 0:case 1:q=A.LD(B.Nf) +s=1 +break $async$outer +case 2:case 3:case 4:case 5:q=A.cK(null,t.H) +s=1 +break $async$outer}case 1:return A.N(q,r)}}) +return A.O($async$YT,r)}, +api(a){a.gF().rZ(B.Jc) +switch(A.ae(a).w.a){case 0:case 1:return A.a_h() +case 2:case 3:case 4:case 5:return A.cK(null,t.H)}}, +aID(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.m(p,q)}, +aBC(a,b,c){return null}, +akQ(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.m(s[12],s[13]) +return null}, +aCf(a,b){var s,r +if(a===b)return!0 +if(a==null)return A.akR(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]}, +akR(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}, +hc(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.m(p,o) +else return new A.m(p/n,o/n)}, +a1V(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=$.ajK() +s[2]=q +s[0]=q +s[3]=p +s[1]=p}else{s=$.ajK() +if(qs[2])s[2]=q +if(p>s[3])s[3]=p}}, +lK(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.a1V(a4,a5,a6,!0,s) +A.a1V(a4,a7,a6,!1,s) +A.a1V(a4,a5,a9,!1,s) +A.a1V(a4,a7,a9,!1,s) +a7=$.ajK() +return new A.w(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.w(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.w(A.apU(f,d,a0,a2),A.apU(e,b,a1,a3),A.apT(f,d,a0,a2),A.apT(e,b,a1,a3))}}, +apU(a,b,c,d){var s=ab?a:b,r=c>d?c:d +return s>r?s:r}, +apW(a,b){var s +if(A.akR(a))return b +s=new A.bc(new Float64Array(16)) +s.by(a) +s.kr(s) +return A.lK(s,b)}, +apV(a){var s,r=new A.bc(new Float64Array(16)) +r.dD() +s=new A.im(new Float64Array(4)) +s.t1(0,0,0,a.a) +r.xe(0,s) +s=new A.im(new Float64Array(4)) +s.t1(0,0,0,a.b) +r.xe(1,s) +return r}, +EL(a,b,c){if(a==null||!1)return a===b +return a>b-c&&a=65&&a<=90))s=a>=97&&a<=122 +else s=!0 +return s}, +atS(a,b){var s=a.length,r=b+2 +if(s=256;)a-=255 +return $.an1()[a]}, +aFQ(){var s,r=new Uint8Array(256) +for(s=0;s<8;++s)r[s]=B.f.K_(1,s) +for(s=8;s<256;++s)r[s]=(r[s-4]^r[s-5]^r[s-6]^r[s-8])>>>0 +return r}, +aFR(){var s,r=new Uint8Array(256) +for(s=0;s<255;++s)r[$.an1()[s]]=s +return r}, +aHj(a){var s,r=a<<10>>>0 +for(s=r;A.pz(s)-A.pz(1335)>=0;)s=(s^B.f.xg(1335,A.pz(s)-A.pz(1335)))>>>0 +return((r|s)^21522)>>>0}, +aHk(a){var s,r=a<<12>>>0 +for(s=r;A.pz(s)-A.pz(7973)>=0;)s=(s^B.f.xg(7973,A.pz(s)-A.pz(7973)))>>>0 +return(r|s)>>>0}, +pz(a){var s +for(s=0;a!==0;){++s +a=a>>>1}return s}, +aIm(a){var s,r,q,p +if(a.gp(a)===0)return!0 +s=a.gJ(a) +for(r=A.eS(a,1,null,a.$ti.j("bl.E")),r=new A.cN(r,r.gp(r)),q=A.n(r).c;r.t();){p=r.d +if(!J.f(p==null?q.a(p):p,s))return!1}return!0}, +aIJ(a,b){var s=B.c.eJ(a,null) +if(s<0)throw A.c(A.b5(A.e(a)+" contains no null elements.",null)) +a[s]=b}, +aui(a,b){var s=B.c.eJ(a,b) +if(s<0)throw A.c(A.b5(A.e(a)+" contains no elements matching "+b.i(0)+".",null)) +a[s]=null}, +aHF(a,b){var s,r,q,p +for(s=new A.fq(a),s=new A.cN(s,s.gp(s)),r=A.n(s).c,q=0;s.t();){p=s.d +if((p==null?r.a(p):p)===b)++q}return q}, +aj_(a,b,c){var s,r,q +if(b.length===0)for(s=0;!0;){r=B.b.iC(a,"\n",s) +if(r===-1)return a.length-s>=c?s:null +if(r-s>=c)return s +s=r+1}r=B.b.eJ(a,b) +for(;r!==-1;){q=r===0?0:B.b.vU(a,"\n",r-1)+1 +if(c===r-q)return q +r=B.b.iC(a,b,r+1)}return null}, +Us(a,b,c){var s=0,r=A.P(t.y),q,p,o,n +var $async$Us=A.Q(function(d,e){if(d===1)return A.M(e,r) +while(true)switch(s){case 0:o=t.N +s=3 +return A.U(A.nK(a+"/auth/login",A.az(["account",b,"password",c],o,o),null,o),$async$Us) +case 3:n=e +if(n.a===200){o=n.c +$.hA().ht(B.b5,o,null,null) +o.toString +$.hA().ht(B.np,"the account "+b+" is login success",null,null) +p=$.cT +if(p==null)p=$.cT=new A.fi() +p.a=!0 +p.c=b +p.d=c +p.b=o +p.e=a +A.aay(p) +o=$.iV +if(o!=null)A.a(o.Cj$,"options").nx$=a +A.HJ() +q=!0 +s=1 +break}q=!1 +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$Us,r)}, +Ur(){var s=0,r=A.P(t.YP),q,p,o +var $async$Ur=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:s=3 +return A.U(A.x4("/user",null,t.YP),$async$Ur) +case 3:o=b +if(o.a===200){p=o.c +q=p==null?A.b([],t.hq):p +s=1 +break}else{q=A.b([],t.hq) +s=1 +break}case 1:return A.N(q,r)}}) +return A.O($async$Ur,r)}, +Un(a,b){var s=0,r=A.P(t.y),q,p,o +var $async$Un=A.Q(function(c,d){if(c===1)return A.M(d,r) +while(true)switch(s){case 0:p=$.cT +o=t.N +p=A.az(["register_id",(p==null?$.cT=new A.fi():p).r],o,t.z) +s=3 +return A.U(A.nK("/user",A.az(["code",a,"state",b],o,o),p,o),$async$Un) +case 3:q=d.a===200 +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$Un,r)}, +Uv(a){var s=0,r=A.P(t.y),q,p +var $async$Uv=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:p=t.N +s=3 +return A.U(A.nK("/study",null,A.az(["uid",a],p,t.z),p),$async$Uv) +case 3:q=c.a===200 +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$Uv,r)}, +Uw(a){var s=0,r=A.P(t.y),q,p +var $async$Uw=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:p=t.N +s=3 +return A.U(A.nK("/stop_study",null,A.az(["uid",a],p,t.z),p),$async$Uw) +case 3:q=c.a===200 +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$Uw,r)}, +Uu(){var s=0,r=A.P(t.N),q,p +var $async$Uu=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:s=3 +return A.U(A.x4("/sign",null,t.Hc),$async$Uu) +case 3:p=b.c.a +q=p==null?"":p +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$Uu,r)}, +Uq(){var s=0,r=A.P(t.N),q,p,o +var $async$Uq=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:if($.iV==null)A.HJ() +o=A +s=3 +return A.U($.iV.En(0,"/login/user/qrcode/generate",t.z),$async$Uq) +case 3:p=o.akJ(b.a,t.x0).d +q=p==null?"":p +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$Uq,r)}, +Up(a){var s=0,r=A.P(t.k6),q,p,o,n,m +var $async$Up=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:if($.iV==null)A.HJ() +p=$.iV +p.toString +o=t.N +n=t.z +m=A +s=3 +return A.U(p.afA("/login/login/login_with_qr",A.aBu(A.az(["qrCode",a,"goto","https://oa.xuexi.cn","pdmToken",""],o,n)),A.akX(null,A.az(["content-type","application/x-www-form-urlencoded;charset=UTF-8"],o,n),null),n),$async$Up) +case 3:q=m.akJ(c.a,t.k6) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$Up,r)}, +F7(){var s=0,r=A.P(t.N),q,p +var $async$F7=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:if($.iV==null)A.HJ() +s=3 +return A.U($.iV.En(0,"/log",t.N),$async$F7) +case 3:p=b.a +q=p==null?"":p +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$F7,r)}, +Uo(a){var s=0,r=A.P(t.y),q +var $async$Uo=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:if(a===""){q=!1 +s=1 +break}s=3 +return A.U(A.nK("/auth/check/"+a,null,null,t.MY),$async$Uo) +case 3:q=c.a===200 +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$Uo,r)}, +Ut(a){var s=0,r=A.P(t.N),q,p +var $async$Ut=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:p=t.N +s=3 +return A.U(A.x4("/score",A.az(["token",a],p,t.z),p),$async$Ut) +case 3:p=c.c +q=p==null?"":p +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$Ut,r)}, +ajg(a){var s=0,r=A.P(t.y),q,p,o,n,m +var $async$ajg=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:m=A.arw(B.b.PM(a)) +if(m!=null)p=m.gd6()==="http"||m.gd6()==="https" +else p=!1 +o=$.ave() +s=3 +return A.U(o.Og(a,!1,!1,B.Jz,!1,p,!1,null),$async$ajg) +case 3:n=c +q=n +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$ajg,r)}},J={ +ams(a,b,c,d){return{i:a,p:b,e:c,x:d}}, +TA(a){var s,r,q,p,o,n=a[v.dispatchPropertyName] +if(n==null)if($.amo==null){A.aIg() +n=a[v.dispatchPropertyName]}if(n!=null){s=n.p +if(!1===s)return n.i +if(!0===s)return a +r=Object.getPrototypeOf(a) +if(s===r)return n.i +if(n.e===r)throw A.c(A.c0("Return interceptor for "+A.e(s(a,n))))}q=a.constructor +if(q==null)p=null +else{o=$.adJ +if(o==null)o=$.adJ=v.getIsolateTag("_$dart_js") +p=q[o]}if(p!=null)return p +p=A.aIu(a) +if(p!=null)return p +if(typeof a=="function")return B.C7 +s=Object.getPrototypeOf(a) +if(s==null)return B.uO +if(s===Object.prototype)return B.uO +if(typeof q=="function"){o=$.adJ +if(o==null)o=$.adJ=v.getIsolateTag("_$dart_js") +Object.defineProperty(q,o,{value:B.lB,enumerable:false,writable:true,configurable:true}) +return B.lB}return B.lB}, +HZ(a,b){if(a<0||a>4294967295)throw A.c(A.bt(a,0,4294967295,"length",null)) +return J.xj(new Array(a),b)}, +qW(a,b){if(a<0)throw A.c(A.b5("Length must be a non-negative integer: "+a,null)) +return A.b(new Array(a),b.j("o<0>"))}, +akB(a,b){return A.b(new Array(a),b.j("o<0>"))}, +xj(a,b){return J.a0G(A.b(a,b.j("o<0>")))}, +a0G(a){a.fixed$length=Array +return a}, +apG(a){a.fixed$length=Array +a.immutable$list=Array +return a}, +aBP(a,b){return J.v6(a,b)}, +apH(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}}, +akD(a,b){var s,r +for(s=a.length;b0;b=s){s=b-1 +r=B.b.al(a,s) +if(r!==32&&r!==13&&!J.apH(r))break}return b}, +iz(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.qX.prototype +return J.xm.prototype}if(typeof a=="string")return J.k3.prototype +if(a==null)return J.xl.prototype +if(typeof a=="boolean")return J.xk.prototype +if(a.constructor==Array)return J.o.prototype +if(typeof a!="object"){if(typeof a=="function")return J.j_.prototype +return a}if(a instanceof A.D)return a +return J.TA(a)}, +aI5(a){if(typeof a=="number")return J.lB.prototype +if(typeof a=="string")return J.k3.prototype +if(a==null)return a +if(a.constructor==Array)return J.o.prototype +if(typeof a!="object"){if(typeof a=="function")return J.j_.prototype +return a}if(a instanceof A.D)return a +return J.TA(a)}, +ay(a){if(typeof a=="string")return J.k3.prototype +if(a==null)return a +if(a.constructor==Array)return J.o.prototype +if(typeof a!="object"){if(typeof a=="function")return J.j_.prototype +return a}if(a instanceof A.D)return a +return J.TA(a)}, +bP(a){if(a==null)return a +if(a.constructor==Array)return J.o.prototype +if(typeof a!="object"){if(typeof a=="function")return J.j_.prototype +return a}if(a instanceof A.D)return a +return J.TA(a)}, +aI6(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.qX.prototype +return J.xm.prototype}if(a==null)return a +if(!(a instanceof A.D))return J.jw.prototype +return a}, +atI(a){if(typeof a=="number")return J.lB.prototype +if(a==null)return a +if(!(a instanceof A.D))return J.jw.prototype +return a}, +atJ(a){if(typeof a=="number")return J.lB.prototype +if(typeof a=="string")return J.k3.prototype +if(a==null)return a +if(!(a instanceof A.D))return J.jw.prototype +return a}, +pH(a){if(typeof a=="string")return J.k3.prototype +if(a==null)return a +if(!(a instanceof A.D))return J.jw.prototype +return a}, +k(a){if(a==null)return a +if(typeof a!="object"){if(typeof a=="function")return J.j_.prototype +return a}if(a instanceof A.D)return a +return J.TA(a)}, +iA(a){if(a==null)return a +if(!(a instanceof A.D))return J.jw.prototype +return a}, +anf(a,b){if(typeof a=="number"&&typeof b=="number")return a+b +return J.aI5(a).Z(a,b)}, +f(a,b){if(a==null)return b==null +if(typeof a!="object")return b!=null&&a===b +return J.iz(a).k(a,b)}, +awx(a,b){if(typeof a=="number"&&typeof b=="number")return a*b +return J.atJ(a).W(a,b)}, +awy(a,b){if(typeof a=="number"&&typeof b=="number")return a-b +return J.atI(a).a9(a,b)}, +awz(a,b,c){return J.k(a).Wz(a,b,c)}, +awA(a){return J.k(a).WS(a)}, +awB(a,b){return J.k(a).WT(a,b)}, +awC(a,b,c,d){return J.k(a).WU(a,b,c,d)}, +awD(a,b,c){return J.k(a).WV(a,b,c)}, +ang(a,b){return J.k(a).WW(a,b)}, +awE(a,b){return J.k(a).WX(a,b)}, +awF(a,b,c){return J.k(a).WY(a,b,c)}, +awG(a,b){return J.k(a).WZ(a,b)}, +awH(a,b,c,d){return J.k(a).X_(a,b,c,d)}, +awI(a,b,c){return J.k(a).X0(a,b,c)}, +awJ(a,b,c,d,e,f,g){return J.k(a).X1(a,b,c,d,e,f,g)}, +awK(a,b){return J.k(a).X2(a,b)}, +awL(a,b,c,d,e){return J.k(a).X3(a,b,c,d,e)}, +awM(a,b){return J.k(a).X4(a,b)}, +awN(a,b){return J.k(a).Xp(a,b)}, +awO(a,b){return J.k(a).Y2(a,b)}, +ag(a,b){if(typeof b==="number")if(a.constructor==Array||typeof a=="string"||A.atU(a,a[v.dispatchPropertyName]))if(b>>>0===b&&b>>0===b&&b0?1:a<0?-1:a +return J.aI6(a).gFk(a)}, +anW(a){return J.iA(a).gxm(a)}, +anX(a){return J.k(a).gPC(a)}, +U5(a){return J.k(a).gl(a)}, +ayQ(a){return J.k(a).gb2(a)}, +ayR(a){return J.k(a).Q7(a)}, +ajZ(a){return J.k(a).dj(a)}, +U6(a){return J.k(a).Qa(a)}, +anY(a){return J.k(a).Ep(a)}, +ayS(a,b,c,d){return J.k(a).Qf(a,b,c,d)}, +anZ(a,b){return J.k(a).Qg(a,b)}, +ayT(a,b,c){return J.k(a).Qh(a,b,c)}, +ayU(a){return J.k(a).Qi(a)}, +ayV(a){return J.k(a).Qj(a)}, +ayW(a){return J.k(a).Qk(a)}, +ao_(a){return J.k(a).Ql(a)}, +ayX(a){return J.k(a).Qm(a)}, +ayY(a){return J.k(a).Qn(a)}, +ayZ(a){return J.k(a).Qo(a)}, +az_(a){return J.k(a).Qq(a)}, +az0(a){return J.k(a).rM(a)}, +az1(a,b,c){return J.bP(a).mm(a,b,c)}, +az2(a){return J.k(a).QB(a)}, +az3(a,b,c,d,e){return J.k(a).QC(a,b,c,d,e)}, +az4(a){return J.k(a).or(a)}, +az5(a,b){return J.k(a).fu(a,b)}, +az6(a,b){return J.k(a).l4(a,b)}, +ao0(a){return J.k(a).CI(a)}, +az7(a,b,c){return J.bP(a).kE(a,b,c)}, +az8(a,b){return J.k(a).adX(a,b)}, +ao1(a){return J.k(a).adY(a)}, +az9(a){return J.iA(a).qJ(a)}, +aza(a){return J.bP(a).D2(a)}, +ao2(a,b){return J.bP(a).bB(a,b)}, +azb(a,b){return J.k(a).fh(a,b)}, +azc(a,b,c){return J.k(a).cO(a,b,c)}, +azd(a,b){return J.iA(a).aei(a,b)}, +mP(a,b,c){return J.bP(a).iJ(a,b,c)}, +aze(a,b,c,d){return J.bP(a).jC(a,b,c,d)}, +ao3(a,b,c){return J.pH(a).nP(a,b,c)}, +azf(a,b,c){return J.k(a).ep(a,b,c)}, +azg(a,b){return J.iz(a).Ot(a,b)}, +azh(a){return J.k(a).dh(a)}, +azi(a,b,c,d){return J.k(a).afI(a,b,c,d)}, +azj(a,b,c,d){return J.k(a).rd(a,b,c,d)}, +ao4(a,b){return J.k(a).kR(a,b)}, +EY(a,b,c){return J.k(a).bs(a,b,c)}, +azk(a,b,c){return J.k(a).oa(a,b,c)}, +ao5(a,b,c){return J.k(a).afY(a,b,c)}, +azl(a){return J.k(a).ag2(a)}, +cb(a){return J.bP(a).bw(a)}, +l8(a,b){return J.bP(a).B(a,b)}, +ao6(a,b,c){return J.k(a).wm(a,b,c)}, +azm(a,b,c,d){return J.k(a).oc(a,b,c,d)}, +ao7(a){return J.bP(a).eX(a)}, +azn(a,b,c,d){return J.k(a).iU(a,b,c,d)}, +azo(a,b){return J.k(a).agh(a,b)}, +azp(a){return J.k(a).eY(a)}, +ao8(a){return J.k(a).bt(a)}, +ao9(a,b){return J.k(a).ma(a,b)}, +aoa(a,b,c,d){return J.k(a).agu(a,b,c,d)}, +aob(a){return J.k(a).bF(a)}, +aoc(a,b,c,d,e){return J.k(a).QI(a,b,c,d,e)}, +aod(a,b){return J.k(a).bd(a,b)}, +aoe(a,b,c){return J.k(a).cP(a,b,c)}, +azq(a){return J.k(a).QS(a)}, +aof(a,b){return J.ay(a).sp(a,b)}, +aog(a,b,c){return J.iA(a).QZ(a,b,c)}, +azr(a,b){return J.k(a).x7(a,b)}, +azs(a,b){return J.k(a).EZ(a,b)}, +aoh(a,b){return J.k(a).F1(a,b)}, +ak_(a,b){return J.k(a).x8(a,b)}, +U7(a,b){return J.k(a).R4(a,b)}, +azt(a,b){return J.k(a).Fa(a,b)}, +azu(a,b,c,d,e){return J.bP(a).bh(a,b,c,d,e)}, +azv(a,b){return J.k(a).Rb(a,b)}, +aoi(a,b){return J.k(a).Fd(a,b)}, +azw(a,b){return J.k(a).Fe(a,b)}, +azx(a,b){return J.k(a).Ff(a,b)}, +azy(a,b){return J.k(a).Fg(a,b)}, +U8(a,b){return J.bP(a).fv(a,b)}, +ak0(a,b){return J.bP(a).dl(a,b)}, +azz(a,b){return J.pH(a).t5(a,b)}, +aJ7(a,b,c){return J.bP(a).bG(a,b,c)}, +azA(a){return J.iA(a).xu(a)}, +aoj(a,b){return J.bP(a).i2(a,b)}, +azB(a,b){return J.k(a).agE(a,b)}, +ak1(a,b,c){return J.k(a).aT(a,b,c)}, +aok(a,b,c,d){return J.k(a).fq(a,b,c,d)}, +azC(a){return J.k(a).agG(a)}, +azD(a){return J.bP(a).dL(a)}, +azE(a){return J.pH(a).E_(a)}, +azF(a){return J.bP(a).iY(a)}, +bY(a){return J.iz(a).i(a)}, +azG(a){return J.k(a).agN(a)}, +azH(a,b,c,d,e,f,g,h,i,j){return J.k(a).agS(a,b,c,d,e,f,g,h,i,j)}, +aol(a,b,c){return J.k(a).aC(a,b,c)}, +azI(a){return J.pH(a).PM(a)}, +azJ(a){return J.pH(a).E7(a)}, +azK(a){return J.k(a).agZ(a)}, +aom(a,b){return J.iA(a).ah8(a,b)}, +azL(a,b){return J.k(a).PS(a,b)}, +aon(a){return J.k(a).Ek(a)}, +qV:function qV(){}, +xk:function xk(){}, +xl:function xl(){}, +i:function i(){}, +S:function S(){}, +Jy:function Jy(){}, +jw:function jw(){}, +j_:function j_(){}, +o:function o(a){this.$ti=a}, +a0M:function a0M(a){this.$ti=a}, +fo:function fo(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +lB:function lB(){}, +qX:function qX(){}, +xm:function xm(){}, +k3:function k3(){}},B={} +var w=[A,J,B] +var $={} +A.vf.prototype={ +sBK(a){var s,r,q,p=this +if(J.f(a,p.c))return +if(a==null){p.yh() +p.c=null +return}s=p.a.$0() +r=a.a +q=s.a +if(rr){p.yh() +p.b=A.bO(A.bS(0,r-q,0),p.gAv())}p.c=a}, +yh(){var s=this.b +if(s!=null)s.aA(0) +this.b=null}, +a8l(){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.bO(A.bS(0,q-p,0),s.gAv())}} +A.Uy.prototype={ +nb(){var s=0,r=A.P(t.H),q=this +var $async$nb=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:s=2 +return A.U(q.a.$0(),$async$nb) +case 2:s=3 +return A.U(q.b.$0(),$async$nb) +case 3:return A.N(null,r)}}) +return A.O($async$nb,r)}, +afC(){var s=A.fl(new A.UD(this)) +return{initializeEngine:A.fl(new A.UE(this)),autoStart:s}}, +a64(){return{runApp:A.fl(new A.UA(this))}}} +A.UD.prototype={ +$0(){return new self.Promise(A.fl(new A.UC(this.a)))}, +$S:305} +A.UC.prototype={ +$2(a,b){var s=0,r=A.P(t.H),q=this +var $async$$2=A.Q(function(c,d){if(c===1)return A.M(d,r) +while(true)switch(s){case 0:s=2 +return A.U(q.a.nb(),$async$$2) +case 2:a.$1({}) +return A.N(null,r)}}) +return A.O($async$$2,r)}, +$S:137} +A.UE.prototype={ +$1(a){return new self.Promise(A.fl(new A.UB(this.a)))}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +$S:330} +A.UB.prototype={ +$2(a,b){var s=0,r=A.P(t.H),q=this,p +var $async$$2=A.Q(function(c,d){if(c===1)return A.M(d,r) +while(true)switch(s){case 0:p=q.a +s=2 +return A.U(p.a.$0(),$async$$2) +case 2:a.$1(p.a64()) +return A.N(null,r)}}) +return A.O($async$$2,r)}, +$S:220} +A.UA.prototype={ +$1(a){return new self.Promise(A.fl(new A.Uz(this.a)))}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +$S:247} +A.Uz.prototype={ +$2(a,b){var s=0,r=A.P(t.H),q=this +var $async$$2=A.Q(function(c,d){if(c===1)return A.M(d,r) +while(true)switch(s){case 0:s=2 +return A.U(q.a.b.$0(),$async$$2) +case 2:a.$1({}) +return A.N(null,r)}}) +return A.O($async$$2,r)}, +$S:137} +A.UI.prototype={ +gYW(){var s=new A.fL(new A.ud(window.document.querySelectorAll("meta"),t.xl),t.u8).nD(0,new A.UJ(),new A.UK()) +return s==null?null:s.content}, +wK(a){var s +if(A.mt(a,0,null).gNF())return A.mH(B.ha,a,B.z,!1) +s=this.gYW() +if(s==null)s="" +return A.mH(B.ha,s+("assets/"+a),B.z,!1)}, +dJ(a,b){return this.aej(0,b)}, +aej(a,b){var s=0,r=A.P(t.V4),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f,e +var $async$dJ=A.Q(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:f=m.wK(b) +p=4 +s=7 +return A.U(A.aBH(f,"arraybuffer"),$async$dJ) +case 7:l=d +k=t.pI.a(A.asB(l.response)) +h=A.kf(k,0,null) +q=h +s=1 +break +p=2 +s=6 +break +case 4:p=3 +e=o +h=A.a9(e) +if(t._p.b(h)){j=h +i=A.ahR(j.target) +if(t.Gf.b(i)){if(i.status===404&&b==="AssetManifest.json"){$.bW().$1("Asset manifest does not exist at `"+A.e(f)+"` \u2013 ignoring.") +q=A.kf(new Uint8Array(A.l0(B.z.giw().cS("{}"))).buffer,0,null) +s=1 +break}h=i.status +h.toString +throw A.c(new A.pU(f,h))}$.bW().$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.N(q,r) +case 2:return A.M(o,r)}}) +return A.O($async$dJ,r)}} +A.UJ.prototype={ +$1(a){return J.f(J.anT(a),"assetBase")}, +$S:54} +A.UK.prototype={ +$0(){return null}, +$S:6} +A.pU.prototype={ +i(a){return'Failed to load asset at "'+this.a+'" ('+this.b+")"}, +$icf:1} +A.iH.prototype={ +i(a){return"BrowserEngine."+this.b}} +A.i_.prototype={ +i(a){return"OperatingSystem."+this.b}} +A.Vw.prototype={ +gaP(a){var s,r=this.d +if(r==null){this.yG() +s=this.d +s.toString +r=s}return r}, +gd_(){if(this.y==null)this.yG() +var s=this.e +s.toString +return s}, +yG(){var s,r,q,p,o,n,m,l,k=this,j=!1,i=null,h=k.y +if(h!=null){h.width=0 +k.y.height=0 +k.y=null}h=k.x +if(h!=null&&h.length!==0){h.toString +s=B.c.eW(h,0) +k.y=s +i=s +j=!0 +r=!0}else{h=k.f +q=A.aX() +p=k.r +o=A.aX() +i=k.Gj(h,p) +n=i +k.y=n +if(n==null){A.auh() +i=k.Gj(h,p)}n=i.style +n.position="absolute" +n.width=A.e(h/q)+"px" +n.height=A.e(p/o)+"px" +r=!1}h=k.z +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.auh() +h=k.d=i.getContext("2d")}q=k.as +k.e=new A.Wf(h,k,q,B.fd,B.c9,B.dy) +l=k.gaP(k) +l.save();++k.Q +l.setTransform(1,0,0,1,0,0) +if(r)l.clearRect(0,0,k.f*q,k.r*q) +l.scale(A.aX()*q,A.aX()*q) +k.a6A()}, +Gj(a,b){var s=this.as +return A.aJ4(B.e.dV(a*s),B.e.dV(b*s))}, +aG(a){var s,r,q,p,o,n=this +n.UJ(0) +if(n.y!=null){s=n.d +if(s!=null)try{s.font=""}catch(q){r=A.a9(q) +if(!J.f(r.name,"NS_ERROR_FAILURE"))throw q}}if(n.y!=null){n.A5() +n.e.eY(0) +p=n.w +if(p==null)p=n.w=A.b([],t.r3) +o=n.y +o.toString +p.push(o) +n.e=n.d=null}n.x=n.w +n.e=n.d=n.y=n.w=null}, +Jz(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.gaP(i) +if(d!=null)for(s=d.length,r=i.as,q=t.Ci;a>>16&255,q.gl(q)>>>8&255,q.gl(q)&255)) +q.toString +s.shadowColor=q}else{q=A.cn(B.n) +q.toString +s.shadowColor=q}s.translate(-5e4,0) +m=new Float32Array(2) +q=$.bX().w +m[0]=5e4*(q==null?A.aX():q) +q=j.b +q.c.PL(m) +l=m[0] +k=m[1] +m[1]=0 +m[0]=0 +q.c.PL(m) +s.shadowOffsetX=l-m[0] +s.shadowOffsetY=k-m[1]}}, +oh(){var s=this,r=s.z +if((r==null?null:r.x)!=null){r=$.bV() +r=r===B.N||!1}else r=!1 +if(r)s.a.restore() +r=s.Q +if(r!=null){s.a.translate(-r.a,-r.b) +s.Q=null}}, +hv(a){var s=this.a +if(a===B.U)s.stroke() +else s.fill()}, +eY(a){var s=this,r=s.a +r.fillStyle="" +s.r=r.fillStyle +r.strokeStyle="" +s.w=r.strokeStyle +r.shadowBlur=0 +r.shadowColor="none" +r.shadowOffsetX=0 +r.shadowOffsetY=0 +r.globalCompositeOperation="source-over" +s.d=B.fd +r.lineWidth=1 +s.x=1 +r.lineCap="butt" +s.e=B.c9 +r.lineJoin="miter" +s.f=B.dy +s.Q=null}} +A.QM.prototype={ +aG(a){B.c.sp(this.a,0) +this.b=null +this.c=A.dP()}, +bF(a){var s=this.c,r=new A.bJ(new Float32Array(16)) +r.by(s) +s=this.b +s=s==null?null:A.fw(s,!0,t.Sv) +this.a.push(new A.KD(r,s))}, +bt(a){var s,r=this.a +if(r.length===0)return +s=r.pop() +this.c=s.a +this.b=s.b}, +aC(a,b,c){this.c.aC(0,b,c)}, +cP(a,b,c){this.c.cP(0,b,c)}, +hy(a,b){this.c.Py(0,$.avq(),b)}, +T(a,b){this.c.cg(0,new A.bJ(b))}, +jg(a,b){var s,r,q=this.b +if(q==null)q=this.b=A.b([],t.CK) +s=this.c +r=new A.bJ(new Float32Array(16)) +r.by(s) +q.push(new A.oA(b,null,null,r))}, +lD(a,b){var s,r,q=this.b +if(q==null)q=this.b=A.b([],t.CK) +s=this.c +r=new A.bJ(new Float32Array(16)) +r.by(s) +q.push(new A.oA(null,b,null,r))}, +fG(a,b){var s,r,q=this.b +if(q==null)q=this.b=A.b([],t.CK) +s=this.c +r=new A.bJ(new Float32Array(16)) +r.by(s) +q.push(new A.oA(null,null,b,r))}} +A.eZ.prototype={ +lC(a,b){J.ank(this.a,A.asZ($.an2(),b))}, +jf(a,b,c){J.anl(this.a,b.gah(),$.TO(),c)}, +ng(a,b,c){J.anm(this.a,A.mO(b),$.TO(),c)}, +kq(a,b,c,d){J.ann(this.a,A.de(b),$.an4()[c.a],d)}, +jn(a,b,c,d,e,f){J.anq(this.a,A.de(b),c*57.29577951308232,d*57.29577951308232,!1,f.gah())}, +dZ(a,b,c,d){J.anr(this.a,b.a,b.b,c,d.gah())}, +fc(a,b,c,d){J.ans(this.a,A.mO(b),A.mO(c),d.gah())}, +hP(a,b,c,d){var s,r,q,p,o=d.at,n=this.a,m=a.b +if(o===B.fI)J.ant(n,A.a(m,"box").gah(),A.de(b),A.de(c),0.3333333333333333,0.3333333333333333,d.gah()) +else{m=A.a(m,"box").gah() +s=A.de(b) +r=A.de(c) +q=o===B.fH?J.anH(J.TZ($.bg.bi())):J.U_(J.TZ($.bg.bi())) +p=o===B.n4?J.U_(J.U0($.bg.bi())):J.anI(J.U0($.bg.bi())) +J.anu(n,m,s,r,q,p,d.gah())}}, +iu(a,b,c,d){J.anv(this.a,b.a,b.b,c.a,c.b,d.gah())}, +qe(a,b){J.anw(this.a,b.gah())}, +hn(a,b,c){var s=b.d +s.toString +J.anx(this.a,b.k0(s),c.a,c.b) +if(!$.v3().Dc(b))$.v3().E(0,b)}, +cp(a,b,c){J.any(this.a,b.gah(),c.gah())}, +qf(a,b){J.TX(this.a,b.gah())}, +cm(a,b,c){J.anz(this.a,A.mO(b),c.gah())}, +c8(a,b,c){J.anA(this.a,A.de(b),c.gah())}, +iv(a,b,c,d,e){var s=$.bX().w +if(s==null)s=A.aX() +A.atw(this.a,b,c,d,e,s)}, +bt(a){J.ao8(this.a)}, +ma(a,b){J.ao9(this.a,b)}, +hy(a,b){J.aoa(this.a,b*180/3.141592653589793,0,0)}, +bF(a){return J.aob(this.a)}, +f2(a,b,c){var s=c==null?null:c.gah() +J.aoc(this.a,s,A.de(b),null,null)}, +cP(a,b,c){J.aoe(this.a,b,c)}, +T(a,b){J.anp(this.a,A.aun(b))}, +aC(a,b,c){J.aol(this.a,b,c)}, +gOL(){return null}} +A.JY.prototype={ +lC(a,b){this.RY(0,b) +this.b.b.push(new A.FL(b))}, +jf(a,b,c){this.RZ(0,b,c) +this.b.b.push(new A.FM(b,c))}, +ng(a,b,c){this.S_(0,b,c) +this.b.b.push(new A.FN(b,c))}, +kq(a,b,c,d){this.S0(0,b,c,d) +this.b.b.push(new A.FO(b,c,d))}, +jn(a,b,c,d,e,f){this.S1(0,b,c,d,!1,f) +this.b.b.push(new A.FP(b,c,d,!1,f))}, +dZ(a,b,c,d){this.S2(0,b,c,d) +this.b.b.push(new A.FQ(b,c,d))}, +fc(a,b,c,d){this.S3(0,b,c,d) +this.b.b.push(new A.FR(b,c,d))}, +hP(a,b,c,d){this.S4(a,b,c,d) +this.b.b.push(new A.FS(A.aAk(A.a(a.b,"box")),b,c,d))}, +iu(a,b,c,d){this.S5(0,b,c,d) +this.b.b.push(new A.FT(b,c,d))}, +qe(a,b){this.S6(0,b) +this.b.b.push(new A.FU(b))}, +hn(a,b,c){this.S7(0,b,c) +this.b.b.push(new A.FV(b,c))}, +cp(a,b,c){this.S8(0,b,c) +this.b.b.push(new A.FW(b,c))}, +qf(a,b){this.S9(0,b) +this.b.b.push(new A.FX(b))}, +cm(a,b,c){this.Sa(0,b,c) +this.b.b.push(new A.FY(b,c))}, +c8(a,b,c){this.Sb(0,b,c) +this.b.b.push(new A.FZ(b,c))}, +iv(a,b,c,d,e){this.Sc(0,b,c,d,e) +this.b.b.push(new A.G_(b,c,d,e))}, +bt(a){this.Sd(0) +this.b.b.push(B.wO)}, +ma(a,b){this.Se(0,b) +this.b.b.push(new A.G7(b))}, +hy(a,b){this.Sf(0,b) +this.b.b.push(new A.G8(b))}, +bF(a){this.b.b.push(B.wP) +return this.Sg(0)}, +f2(a,b,c){this.Sh(0,b,c) +this.b.b.push(new A.Ga(b,c))}, +cP(a,b,c){this.Si(0,b,c) +this.b.b.push(new A.Gb(b,c))}, +T(a,b){this.Sj(0,b) +this.b.b.push(new A.Gc(b))}, +aC(a,b,c){this.Sk(0,b,c) +this.b.b.push(new A.Gd(b,c))}, +gOL(){return this.b}} +A.VN.prototype={ +agL(){var s,r,q,p,o=new self.window.flutterCanvasKit.PictureRecorder(),n=J.k(o),m=n.lA(o,A.de(this.a)) +for(s=this.b,r=s.length,q=0;q") +r=A.ap(new A.aA(q,new A.a_X(),s),!0,s.j("bl.E")) +return r}, +ZI(a){var s,r,q,p,o,n,m,l=this.ax +if(l.aq(0,a)){s=null.ahQ(0,"#sk_path_defs") +r=A.b([],t.lX) +q=l.h(0,a) +q.toString +for(p=s.ghk(s),p=p.ga1(p);p.t();){o=p.gH(p) +if(q.A(0,o.gahJ(o)))r.push(o)}for(q=r.length,n=0;n") +q=a4.x +p=A.af(q).j("av<1>") +r=A.aHQ(A.ap(new A.av(a7,new A.a_Y(),s),!0,s.j("q.E")),A.ap(new A.av(q,new A.a_Z(),p),!0,p.j("q.E")))}o=a4.a8O(r) +s=$.bL +if(s==null)s=$.bL=new A.dw(self.window.flutterConfiguration) +s=s.gnd(s)<=1 +if(!s)for(s=a4.x,q=a4.r,p=a4.d,n=a4.a,m=t.y1,l=!1,k=0;k") +p=A.ap(new A.av(s,new A.a_W(),q),!0,q.j("q.E")) +o=Math.min(A.eT().c-2,p.length) +for(s=t.y1,n=0;ng){f=Math.min(A.eT().c-2,s.length-g) +e=A.eT().c-2-s.length +for(r=a5.r,q=a5.z,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=$.ii +if(i==null){i=$.bL +i=(i==null?$.bL=new A.dw(self.window.flutterConfiguration):i).a +i=i==null?a6:J.va(i) +if(i==null)i=8 +c=A.cz(a7,a6) +b=A.cz(a7,a6) +a=A.b([],l) +a0=A.b([],l) +i=$.ii=new A.kB(new A.dp(c),new A.dp(b),i,a,a0)}i.DP(j) +r.B(0,k)}--f}}r=s.length +q=A.eT() +a1=Math.min(r,q.c-2-q.d.length) +for(r=a5.r,q=t.y1,n=0;n0&&e")) +return new A.cN(s,s.gp(s))}} +A.tL.prototype={} +A.Hu.prototype={ +ac1(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.aK(t.S) +for(b=new A.a5Y(a0),q=c.c,p=c.b;b.t();){o=b.d +if(!(o<160||q.A(0,o)||p.A(0,o)))r.E(0,o)}if(r.a===0)return +n=A.ap(r,!0,r.$ti.j("cG.E")) +m=A.b([],t.Jw) +for(b=a1.length,l=0;l127&&e<160 +else e=!0}else e=!0 +i[a]=B.d1.wW(f,e)}}if(B.c.fE(i,new A.Zp())){d=A.b([],t.t) +for(a=0;a127&&e<160 +else e=!0}else e=!0 +q[f]=B.d1.wW(d,e)}}b=0 +while(!0){if(!(b=0;--f)if(q[f])B.c.eW(r,f) +A.aiZ(r)}, +afX(a,b){var s,r,q,p,o=this,n=J.ang(J.anR($.bg.bi()),b.buffer) +if(n==null){$.bW().$1("Failed to parse fallback font "+a+" as a font.") +return}s=o.r +s.bs(0,a,new A.Zq()) +r=s.h(0,a) +r.toString +q=s.h(0,a) +q.toString +s.n(0,a,q+1) +p=a+" "+A.e(r) +o.e.push(A.aqE(b,p,n)) +if(a==="Noto Color Emoji Compat"){s=o.f +if(B.c.gJ(s)==="Roboto")B.c.kE(s,1,p) +else B.c.kE(s,0,p)}else o.f.push(p)}} +A.Zo.prototype={ +$0(){return A.b([],t.Cz)}, +$S:133} +A.Zp.prototype={ +$1(a){return!a}, +$S:202} +A.Zq.prototype={ +$0(){return 0}, +$S:60} +A.aij.prototype={ +$0(){return A.b([],t.Cz)}, +$S:133} +A.aim.prototype={ +$1(a){var s,r,q +for(s=new A.pt(A.akM(a).a());s.t();){r=s.gH(s) +if(B.b.bl(r," src:")){q=B.b.eJ(r,"url(") +if(q===-1){$.bW().$1("Unable to resolve Noto font URL: "+r) +return null}return B.b.N(r,q+4,B.b.eJ(r,")"))}}$.bW().$1("Unable to determine URL for Noto font") +return null}, +$S:233} +A.aj0.prototype={ +$1(a){return B.c.A($.avG(),a)}, +$S:235} +A.aj1.prototype={ +$1(a){return this.a.a.d.c.a.uW(a)}, +$S:55} +A.od.prototype={ +qi(){var s=0,r=A.P(t.H),q=this,p,o,n +var $async$qi=A.Q(function(a,b){if(a===1)return A.M(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.aI(new A.a4($.a5,t.U),t.h) +p=$.pL().a +o=q.a +n=A +s=7 +return A.U(p.C5("https://fonts.googleapis.com/css2?family="+A.fO(o," ","+")),$async$qi) +case 7:q.d=n.aGF(b,o) +q.c.eg(0) +s=5 +break +case 6:s=8 +return A.U(p.a,$async$qi) +case 8:case 5:case 3:return A.N(null,r)}}) +return A.O($async$qi,r)}, +gaN(a){return this.a}} +A.Y.prototype={ +k(a,b){if(b==null)return!1 +if(!(b instanceof A.Y))return!1 +return b.a===this.a&&b.b===this.b}, +gv(a){return A.cu(this.a,this.b,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){return"["+this.a+", "+this.b+"]"}} +A.afY.prototype={ +gaN(a){return this.a}} +A.kT.prototype={ +i(a){return"_ResolvedNotoSubset("+this.b+", "+this.a+")"}} +A.Hb.prototype={ +E(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.a +s.n(0,b.a,b) +if(r===0)A.bO(B.r,q.gRD())}, +lb(){var s=0,r=A.P(t.H),q=1,p,o=[],n=this,m,l,k,j,i,h,g,f,e,d +var $async$lb=A.Q(function(a,b){if(a===1){p=b +s=q}while(true)switch(s){case 0:f=t.N +e=A.z(f,t.uz) +d=A.z(f,t.H3) +for(f=n.c,m=f.gb2(f),m=new A.eu(J.aw(m.a),m.b),l=t.H,k=A.n(m).z[1];m.t();){j=m.a +if(j==null)j=k.a(j) +e.n(0,j.a,A.Hx(new A.YR(n,j,d),l))}s=2 +return A.U(A.nD(e.gb2(e),l),$async$lb) +case 2:m=d.$ti.j("b3<1>") +m=A.ap(new A.b3(d,m),!0,m.j("q.E")) +B.c.i6(m) +l=A.af(m).j("ci<1>") +i=A.ap(new A.ci(m,l),!0,l.j("bl.E")) +m=i.length,h=0 +case 3:if(!(h");s.t();){p=s.gH(s) +o=p.a +p=p.b +r.push(new A.iZ(a,o,p,p,q))}}, +$S(){return this.b.j("~(0,x)")}} +A.a0F.prototype={ +$2(a,b){return a.b-b.b}, +$S(){return this.a.j("p(iZ<0>,iZ<0>)")}} +A.a0D.prototype={ +$1(a){var s,r,q=a.length +if(q===0)return null +if(q===1)return B.c.gbX(a) +s=q/2|0 +r=a[s] +r.e=this.$1(B.c.bG(a,0,s)) +r.f=this.$1(B.c.ey(a,s+1)) +return r}, +$S(){return this.a.j("iZ<0>?(x>)")}} +A.a0C.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.j("~(iZ<0>)")}} +A.iZ.prototype={ +M7(a){return this.b<=a&&a<=this.c}, +uW(a){var s,r=this +if(a>r.d)return!1 +if(r.M7(a))return!0 +s=r.e +if((s==null?null:s.uW(a))===!0)return!0 +if(ar.d)return +s=r.e +if(s!=null)s.rV(a,b) +if(r.M7(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.kw(n)}}return q}, +kM(a){var s,r,q,p,o +for(s=this.c,r=s.length,q=0;q=o.c||o.b>=o.d))p.hv(a)}}} +A.Kv.prototype={ +hv(a){this.kM(a)}} +A.Gg.prototype={ +jG(a,b){var s,r,q=null,p=this.f,o=a.c.a +o.push(new A.hY(B.K_,q,q,p,q,q)) +s=this.m5(a,b) +r=A.atG(J.ajZ(p.gah())) +if(s.r4(r))this.b=s.e2(r) +o.pop()}, +hv(a){var s,r=this,q=a.a +q.bF(0) +s=r.r +q.jf(0,r.f,s!==B.ai) +s=s===B.cU +if(s)q.f2(0,r.b,null) +r.kM(a) +if(s)q.bt(0) +q.bt(0)}, +$iVU:1} +A.Gj.prototype={ +jG(a,b){var s,r=null,q=this.f,p=a.c.a +p.push(new A.hY(B.JY,q,r,r,r,r)) +s=this.m5(a,b) +if(s.r4(q))this.b=s.e2(q) +p.pop()}, +hv(a){var s,r,q=a.a +q.bF(0) +s=this.f +r=this.r +q.kq(0,s,B.cl,r!==B.ai) +r=r===B.cU +if(r)q.f2(0,s,null) +this.kM(a) +if(r)q.bt(0) +q.bt(0)}, +$iVX:1} +A.Gi.prototype={ +jG(a,b){var s,r,q,p,o=null,n=this.f,m=a.c.a +m.push(new A.hY(B.JZ,o,n,o,o,o)) +s=this.m5(a,b) +r=n.a +q=n.b +p=n.c +n=n.d +if(s.r4(new A.w(r,q,p,n)))this.b=s.e2(new A.w(r,q,p,n)) +m.pop()}, +hv(a){var s,r=this,q=a.a +q.bF(0) +s=r.r +q.ng(0,r.f,s!==B.ai) +s=s===B.cU +if(s)q.f2(0,r.b,null) +r.kM(a) +if(s)q.bt(0) +q.bt(0)}, +$iVV:1} +A.IT.prototype={ +jG(a,b){var s,r,q,p,o=this,n=null,m=new A.bJ(new Float32Array(16)) +m.by(b) +s=o.r +r=s.a +s=s.b +m.aC(0,r,s) +q=A.dP() +q.mv(r,s,0) +p=a.c.a +p.push(A.aq0(q)) +p.push(new A.hY(B.K1,n,n,n,n,o.f)) +o.Sr(a,m) +p.pop() +p.pop() +o.b=o.b.aC(0,r,s)}, +hv(a){var s,r,q,p=this,o=A.aT() +o.sae(0,A.ak(p.f,0,0,0)) +s=a.a +s.bF(0) +r=p.r +q=r.a +r=r.b +s.aC(0,q,r) +s.f2(0,p.b.c7(new A.m(-q,-r)),o) +p.kM(a) +s.bt(0) +s.bt(0)}, +$ia3_:1} +A.AQ.prototype={ +jG(a,b){var s=this.f,r=b.w8(s),q=a.c.a +q.push(A.aq0(s)) +this.b=A.TF(s,this.m5(a,r)) +q.pop()}, +hv(a){var s=a.a +s.bF(0) +s.T(0,this.f.a) +this.kM(a) +s.bt(0)}, +$iM4:1} +A.IR.prototype={$ia2Z:1} +A.Jv.prototype={ +jG(a,b){this.b=this.c.b.c7(this.d)}, +hv(a){var s,r=a.b +r.bF(0) +s=this.d +r.aC(0,s.a,s.b) +r.qf(0,this.c) +r.bt(0)}} +A.Jt.prototype={ +jG(a,b){var s,r=this +r.m5(a,b) +s=$.bX().w +if(s==null)s=A.aX() +r.b=A.aHz(r.x,r.f,s,b)}, +hv(a){var s,r,q,p,o=this,n=o.f +if(n!==0){s=o.w +s.toString +r=o.r +a.b.iv(0,o.x,s,n,(r.gl(r)>>>24&255)!==255)}q=A.aT() +q.sae(0,o.r) +n=o.y +s=n===B.cU +if(!s)a.b.cp(0,o.x,q) +r=a.a +p=r.bF(0) +switch(n.a){case 1:r.jf(0,o.x,!1) +break +case 2:r.jf(0,o.x,!0) +break +case 3:r.jf(0,o.x,!0) +r.f2(0,o.b,null) +break +case 0:break}if(s)a.b.qe(0,q) +o.kM(a) +r.ma(0,p)}, +$ia3w:1} +A.I8.prototype={ +m(a){}} +A.a1m.prototype={ +Lw(a,b){throw A.c(A.c0(null))}, +Lx(a,b,c,d){var s=A.a(this.b,"currentLayer"),r=new A.Jv(t.Bn.a(b),a,B.F) +r.a=s +s.c.push(r)}, +LA(a){var s=A.a(this.b,"currentLayer") +t.L6.a(a) +a.a=s +s.c.push(a)}, +bq(a){return new A.I8(new A.a1n(this.a,$.bX().gkO()))}, +dh(a){var s,r=this,q="currentLayer" +if(A.a(r.b,q)===r.a)return +s=A.a(r.b,q).a +s.toString +r.b=s}, +OX(a,b,c){return this.m7(new A.Gg(t.E_.a(a),b,A.b([],t.k5),B.F))}, +OY(a,b,c){return this.m7(new A.Gi(a,b,A.b([],t.k5),B.F))}, +OZ(a,b,c){return this.m7(new A.Gj(a,b,A.b([],t.k5),B.F))}, +DH(a,b,c){var s=A.dP() +s.mv(a,b,0) +return this.m7(new A.IR(s,A.b([],t.k5),B.F))}, +P0(a,b,c){return this.m7(new A.IT(a,b,A.b([],t.k5),B.F))}, +P2(a,b,c,d,e,f){return this.m7(new A.Jt(c,b,f,t.E_.a(e),a,A.b([],t.k5),B.F))}, +re(a,b){return this.m7(new A.AQ(new A.bJ(A.TE(a)),A.b([],t.k5),B.F))}, +F_(a){}, +F0(a){}, +Fb(a){}, +afH(a){var s=A.a(this.b,"currentLayer") +a.a=s +s.c.push(a) +return this.b=a}, +m7(a){return this.afH(a,t.vn)}} +A.a1n.prototype={ +afp(a,b){var s,r,q,p=A.b([],t.iW),o=new A.VL(p),n=a.a +p.push(n) +s=a.c.Qu() +for(r=0;r0))q.as=null +else{s=new A.G3(a.a,s) +s.jX(null,t.VE) +q.as=s}s=q.gah() +r=q.as +J.azt(s,r==null?null:r.gah())}, +skz(a){var s,r,q=this +if(q.at===a)return +q.at=a +s=q.gah() +r=q.z +J.aoi(s,r==null?null:r.gah())}, +sM0(a){var s,r=this,q=r.ax +if(J.f(q==null?null:q.b,a))return +r.y=null +q=r.ax=A.a1J(a) +if(r.x){r.y=q +r.ax=A.a1J(new A.vV($.ajO(),q))}q=r.gah() +s=r.ax +J.aoh(q,s==null?null:s.gah())}, +jj(){var s,r=new self.window.flutterCanvasKit.Paint(),q=J.k(r) +q.x7(r,this.r) +s=this.w +q.x8(r,s.gl(s)) +return r}, +mb(){var s=this,r=null,q=new self.window.flutterCanvasKit.Paint(),p=s.b,o=J.k(q) +o.EZ(q,$.an3()[p.a]) +p=s.c +o.Fg(q,$.an5()[p.a]) +o.Ff(q,s.d) +o.x7(q,s.r) +p=s.w +o.x8(q,p.gl(p)) +p=s.z +o.Fd(q,p==null?r:p.gah()) +p=s.as +o.Fa(q,p==null?r:p.gah()) +p=s.ax +o.F1(q,p==null?r:p.gah()) +p=s.CW +o.R6(q,p==null?r:p.gah()) +p=s.e +o.Fe(q,$.an6()[p.a]) +o.Re(q,$.awb()[0]) +o.Rf(q,0) +return q}, +dX(a){var s=this.a +if(s!=null)J.fQ(s)}, +$iJ_:1} +A.q4.prototype={ +sNe(a){if(this.b===a)return +this.b=a +J.U7(this.gah(),$.TU()[a.a])}, +ux(a,b,c,d){J.awQ(this.gah(),A.de(b),c*57.29577951308232,d*57.29577951308232)}, +pE(a,b){J.awR(this.gah(),A.de(b),!1,1)}, +fC(a,b){J.awU(this.gah(),A.mO(b),!1)}, +kl(a,b){J.awV(this.gah(),A.de(b))}, +ly(a,b,c,d,e){J.awX(this.gah(),A.de(b),c*57.29577951308232,d*57.29577951308232,e)}, +eD(a){J.ajR(this.gah())}, +A(a,b){return J.ax3(this.gah(),b.a,b.b)}, +dj(a){var s=J.ajZ(this.gah()) +return new A.w(s[0],s[1],s[2],s[3])}, +cO(a,b,c){J.azc(this.gah(),b,c)}, +ep(a,b,c){J.azf(this.gah(),b,c)}, +eY(a){this.b=B.bk +J.azp(this.gah())}, +c7(a){var s=J.ax4(this.gah()) +J.azH(s,1,0,a.a,0,1,a.b,0,0,1) +return A.aAm(s,this.b)}, +gqM(){return!0}, +jj(){var s=new self.window.flutterCanvasKit.Path(),r=this.b +J.U7(s,$.TU()[r.a]) +return s}, +dX(a){var s +this.c=J.azC(this.gah()) +s=this.a +if(s!=null)J.fQ(s)}, +mb(){var s,r=J.ay9($.bg.bi()),q=this.c +q.toString +s=J.awE(r,q) +q=this.b +J.U7(s,$.TU()[q.a]) +return s}} +A.vX.prototype={ +m(a){var s,r=this +r.d=!0 +s=r.c +if(s!=null)s.m(0) +s=r.a +if(s!=null)J.fQ(s) +r.a=null}, +gqM(){return!0}, +jj(){throw A.c(A.X("Unreachable code"))}, +mb(){return this.c.agL()}, +dX(a){var s +if(!this.d){s=this.a +if(s!=null)J.fQ(s)}}} +A.na.prototype={ +lA(a,b){var s,r +this.a=b +s=new self.window.flutterCanvasKit.PictureRecorder() +this.b=s +r=J.awY(s,A.de(b)) +return this.c=$.EQ()?new A.eZ(r):new A.JY(new A.VN(b,A.b([],t.Ns)),r)}, +vk(){var s,r,q=this,p=q.b +if(p==null)throw A.c(A.X("PictureRecorder is not recording")) +s=J.k(p) +r=s.Nj(p) +s.dX(p) +q.b=null +s=new A.vX(q.a,q.c.gOL()) +s.jX(r,t.xc) +return s}, +gO8(){return this.b!=null}} +A.a4f.prototype={ +abL(a){var s,r,q,p,o +try{p=a.b +if(p.gS(p))return +s=A.eT().a.AX(p) +$.ajJ().Q=p +r=new A.eZ(J.U6(s.a.a)) +q=new A.ZH(r,null,$.ajJ()) +q.afJ(a,!0) +p=A.eT().a +if(!p.as){o=$.iB +o.toString +J.U3(o).kE(0,0,p.x)}p.as=!0 +J.azA(s) +$.ajJ().RM(0)}finally{this.a6U()}}, +a6U(){var s,r +for(s=this.b,r=0;rr.a)A.aDz(r)}, +agl(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.zY(0);--s.b +p.B(0,o) +o.dX(0) +o.lJ()}}} +A.dV.prototype={} +A.fx.prototype={ +jX(a,b){var s=this,r=a==null?s.jj():a +s.a=r +if($.EQ())$.TI().oa(0,s,t.s7.a(r)) +else if(s.gqM()){A.ta() +$.TK().E(0,s)}else{A.ta() +$.A0.push(s)}}, +gah(){var s,r=this,q=r.a +if(q==null){s=r.mb() +r.a=s +if(r.gqM()){A.ta() +$.TK().E(0,r)}else{A.ta() +$.A0.push(r)}q=s}return q}, +lJ(){if(this.a==null)return +this.a=null}, +gqM(){return!1}} +A.t9.prototype={ +Ix(a,b){this.d=this.c=b}, +gah(){var s=this,r=s.c +if(r==null){r=s.e.$0() +s.c=r +s.d=t.LS.a(r) +A.ta() +$.TK().E(0,s) +r=s.gah()}return r}, +dX(a){var s=this.d +if(s!=null)J.fQ(s)}, +lJ(){this.d=this.c=null}, +ah_(a){var s,r=this +if(--r.a===0){s=r.d +if(s!=null)if($.EQ())$.TI().Bu(s) +else{r.dX(0) +r.lJ()}r.e=r.d=r.c=null +r.f=!0}}} +A.Ak.prototype={ +xu(a){return this.b.$2(this,new A.eZ(J.U6(this.a.a)))}} +A.dp.prototype={ +Kj(){var s,r=this.w +if(r!=null){s=this.f +if(s!=null)J.azv(s,r)}}, +AX(a){return new A.Ak(this.v2(a),new A.a97(this))}, +v2(a){var s,r,q,p,o,n,m,l,k,j=this,i="webglcontextrestored",h="webglcontextlost" +if($.ane()){s=j.a +return s==null?j.a=new A.vZ(J.ayU($.bg.bi()),null):s}if(a.gS(a))throw A.c(A.ake("Cannot create surfaces of empty size.")) +r=j.ax +if(!j.b&&r!=null&&a.a===r.a&&a.b===r.b){s=$.bX().w +if(s==null)s=A.aX() +if(s!==j.ay)j.KX() +s=j.a +s.toString +return s}s=$.bX() +q=s.w +j.ay=q==null?A.aX():q +p=j.at +if(j.b||p==null||a.a>p.a||a.b>p.b){o=p==null?a:a.W(0,1.4) +q=j.a +if(q!=null)q.m(0) +j.a=null +j.as=!1 +q=j.f +if(q!=null)J.azl(q) +q=j.f +if(q!=null)J.fQ(q) +j.f=null +q=j.y +if(q!=null){B.b2.oc(q,i,j.e,!1) +q=j.y +q.toString +B.b2.oc(q,h,j.d,!1) +q=j.y +q.toString +B.b2.bw(q) +j.d=j.e=null}j.z=B.e.dV(o.a) +q=B.e.dV(o.b) +j.Q=q +n=j.y=A.vQ(q,j.z) +q=n.style +q.position="absolute" +j.KX() +j.e=j.gZZ() +q=j.gZX() +j.d=q +B.b2.kk(n,h,q,!1) +B.b2.kk(n,i,j.e,!1) +q=j.c=j.b=!1 +m=$.iw +if((m==null?$.iw=A.Ex():m)!==-1){q=$.bL +if(q==null)q=$.bL=new A.dw(self.window.flutterConfiguration) +q=!q.guN(q)}if(q){q=$.bg.bi() +m=$.iw +if(m==null)m=$.iw=A.Ex() +l=j.r=J.awz(q,n,{antialias:0,majorVersion:m}) +if(l!==0){q=J.awG($.bg.bi(),l) +j.f=q +if(q==null)A.K(A.ake("Failed to initialize CanvasKit. CanvasKit.MakeGrContext returned null.")) +j.Kj()}}j.x.appendChild(n) +j.at=o}j.ax=a +k=B.e.dV(a.b) +q=j.Q +s=s.w +if(s==null)s=A.aX() +m=j.y.style +B.h.ao(m,B.h.X(m,"transform"),"translate(0, -"+A.e((q-k)/s)+"px)","") +return j.a=j.a_a(a)}, +KX(){var s,r,q=this.z,p=$.bX(),o=p.w +if(o==null)o=A.aX() +s=this.Q +p=p.w +if(p==null)p=A.aX() +r=this.y.style +r.width=A.e(q/o)+"px" +r.height=A.e(s/p)+"px"}, +a__(a){this.c=!1 +$.aL().CV() +a.stopPropagation() +a.preventDefault()}, +ZY(a){var s=this,r=A.eT() +s.c=!0 +if(r.ae1(s)){s.b=!0 +a.preventDefault()}else s.m(0)}, +a_a(a){var s,r,q=this,p=$.iw +if((p==null?$.iw=A.Ex():p)===-1){p=q.y +p.toString +return q.tT(p,"WebGL support not detected")}else{p=$.bL +if(p==null)p=$.bL=new A.dw(self.window.flutterConfiguration) +if(p.guN(p)){p=q.y +p.toString +return q.tT(p,"CPU rendering forced by application")}else if(q.r===0){p=q.y +p.toString +return q.tT(p,"Failed to initialize WebGL context")}else{p=$.bg.bi() +s=q.f +s.toString +r=J.awL(p,s,B.e.dV(a.a),B.e.dV(a.b),self.window.flutterCanvasKit.ColorSpace.SRGB) +if(r==null){p=q.y +p.toString +return q.tT(p,"Failed to initialize WebGL surface")}return new A.vZ(r,q.r)}}}, +tT(a,b){if(!$.ar7){$.bW().$1("WARNING: Falling back to CPU-only rendering. "+b+".") +$.ar7=!0}return new A.vZ(J.awM($.bg.bi(),a),null)}, +m(a){var s=this,r=s.y +if(r!=null)B.b2.oc(r,"webglcontextlost",s.d,!1) +r=s.y +if(r!=null)B.b2.oc(r,"webglcontextrestored",s.e,!1) +s.e=s.d=null +J.cb(s.x) +r=s.a +if(r!=null)r.m(0)}} +A.a97.prototype={ +$2(a,b){J.axa(this.a.a.a) +return!0}, +$S:184} +A.vZ.prototype={ +m(a){if(this.c)return +J.EV(this.a) +this.c=!0}} +A.kB.prototype={ +wR(){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.ay7($.bg.bi()))>>>0 +a5.decoration=(r|4)===r?(s|J.axW($.bg.bi()))>>>0:s}if(e!=null)a5.decorationThickness=e +if(g!=null)a5.decorationColor=A.v2(g) +if(f!=null)a5.decorationStyle=$.awd()[f.a] +if(c!=null)a5.textBaseline=$.an7()[c.a] +if(b!=null)a5.fontSize=b +if(a!=null)a5.letterSpacing=a +if(a0!=null)a5.wordSpacing=a0 +if(a1!=null)a5.heightMultiplier=a1 +switch(j.ax){case null:break +case B.vD:a5.halfLeading=!0 +break +case B.vC:a5.halfLeading=!1 +break}q=j.db +if(q===$){p=A.am1(j.x,j.y) +A.bb(j.db,"effectiveFontFamilies") +j.db=p +q=p}a5.fontFamilies=q +if(d!=null||!1)a5.fontStyle=A.amH(d,j.r) +if(a3!=null)a5.foregroundColor=A.v2(a3.w) +if(a4!=null){o=A.b([],t.tA) +for(j=a4.length,n=0;n=q.gFo(r)&&s<=q.gMX(r))return new A.cy(q.gFo(r),q.gMX(r))}return B.bq}, +pU(){var s,r,q=this.d +q.toString +s=J.ao_(this.k0(q)) +r=A.b([],t.ER) +for(q=J.aw(s);q.t();)r.push(new A.G2(q.gH(q))) +return r}} +A.G2.prototype={ +gv8(a){return J.ayH(this.a)}, +glz(a){return J.ayB(this.a)}, +gvW(a){return J.ayM(this.a)}, +$ia1q:1} +A.VM.prototype={ +uy(a,b,c,d,e,f,g){var s;++this.d +this.e.push(g) +s=f==null?c:f +this.YF(new A.ac1(b*g,c*g,$.aw8()[d.a],$.an7()[0],s*g))}, +Ly(a,b,c,d,e){return this.uy(a,b,c,d,null,null,e)}, +YF(a){this.c.push(new A.mD(B.w0,null,null,a)) +J.awS(this.a,a.a,a.b,a.c,a.d,a.e)}, +lt(a,b){var s=A.b([],t.s),r=B.c.gR(this.f),q=r.x +if(q!=null)s.push(q) +q=r.y +if(q!=null)B.c.P(s,q) +$.v4().ac1(b,s) +this.c.push(new A.mD(B.TL,b,null,null)) +J.anh(this.a,b)}, +bq(a){return new A.vW(this.Gy(),this.b,this.c)}, +Gy(){var s=this.a,r=J.k(s),q=r.bq(s) +r.dX(s) +return q}, +gOM(){return this.d}, +gON(){return this.e}, +dh(a){var s=this.f +if(s.length<=1)return +this.c.push(B.TO) +s.pop() +J.azh(this.a)}, +kR(a5,a6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2=null,a3=a1.f,a4=B.c.gR(a3) +t.BQ.a(a6) +s=a6.a +if(s==null)s=a4.a +r=a6.b +if(r==null)r=a4.b +q=a6.c +if(q==null)q=a4.c +p=a6.d +if(p==null)p=a4.d +o=a6.e +if(o==null)o=a4.e +n=a6.f +if(n==null)n=a4.f +m=a6.w +if(m==null)m=a4.w +l=a6.x +if(l==null)l=a4.x +k=a6.y +if(k==null)k=a4.y +j=a6.z +if(j==null)j=a4.z +i=a6.Q +if(i==null)i=a4.Q +h=a6.as +if(h==null)h=a4.as +g=a6.at +if(g==null)g=a4.at +f=a6.ax +if(f==null)f=a4.ax +e=a6.ch +if(e==null)e=a4.ch +d=a6.CW +if(d==null)d=a4.CW +c=a6.cx +if(c==null)c=a4.cx +b=A.akg(e,s,r,q,p,o,l,k,a4.cy,j,a4.r,n,d,g,f,i,a4.ay,c,m,h) +a3.push(b) +a1.c.push(new A.mD(B.TN,a2,a6,a2)) +a3=b.CW +s=a3==null +if(!s||b.ch!=null){a=s?a2:a3.gah() +if(a==null){a=$.auu() +a3=b.a +a3=a3==null?a2:a3.gl(a3) +J.ak_(a,a3==null?4278190080:a3)}a3=b.ch +a0=a3==null?a2:a3.gah() +if(a0==null)a0=$.aut() +J.azi(a1.a,b.gFm(),a,a0)}else J.ao4(a1.a,b.gFm())}} +A.ac1.prototype={} +A.mD.prototype={} +A.pm.prototype={ +i(a){return"_ParagraphCommandType."+this.b}} +A.ai3.prototype={ +$1(a){return this.a===a}, +$S:21} +A.FC.prototype={ +i(a){return"CanvasKitError: "+this.a}} +A.Gl.prototype={ +R3(a,b){var s={} +s.a=!1 +this.a.ow(0,A.bH(J.ag(a.b,"text"))).aT(0,new A.W1(s,b),t.P).hL(new A.W2(s,b))}, +Qc(a){this.b.rI(0).aT(0,new A.W_(a),t.P).hL(new A.W0(this,a))}} +A.W1.prototype={ +$1(a){var s=this.b +if(a){s.toString +s.$1(B.a5.c9([!0]))}else{s.toString +s.$1(B.a5.c9(["copy_fail","Clipboard.setData failed",null])) +this.a.a=!0}}, +$S:77} +A.W2.prototype={ +$1(a){var s +if(!this.a.a){s=this.b +s.toString +s.$1(B.a5.c9(["copy_fail","Clipboard.setData failed",null]))}}, +$S:7} +A.W_.prototype={ +$1(a){var s=A.az(["text",a],t.N,t.z),r=this.a +r.toString +r.$1(B.a5.c9([s]))}, +$S:232} +A.W0.prototype={ +$1(a){var s +if(a instanceof A.tI){A.Hy(B.r,t.H).aT(0,new A.VZ(this.b),t.P) +return}s=this.b +A.ej("Could not get text from clipboard: "+A.e(a)) +s.toString +s.$1(B.a5.c9(["paste_fail","Clipboard.getData failed",null]))}, +$S:7} +A.VZ.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:22} +A.Gk.prototype={ +ow(a,b){return this.R2(0,b)}, +R2(a,b){var s=0,r=A.P(t.y),q,p=2,o,n=[],m,l,k,j +var $async$ow=A.Q(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.U(A.fN(l.writeText(b),t.z),$async$ow) +case 7:p=2 +s=6 +break +case 4:p=3 +j=o +m=A.a9(j) +A.ej("copy is not successful "+A.e(m)) +l=A.cK(!1,t.y) +q=l +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:q=A.cK(!0,t.y) +s=1 +break +case 1:return A.N(q,r) +case 2:return A.M(o,r)}}) +return A.O($async$ow,r)}} +A.VY.prototype={ +rI(a){var s=0,r=A.P(t.N),q +var $async$rI=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:q=A.fN(window.navigator.clipboard.readText(),t.N) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$rI,r)}} +A.H5.prototype={ +ow(a,b){return A.cK(this.a7g(b),t.y)}, +a7g(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.h.ao(k,B.h.X(k,"opacity"),"0","") +k.color=n +k.backgroundColor=n +k.background=n +m.body.appendChild(l) +s=l +s.value=a +J.anB(s) +J.azq(s) +r=!1 +try{r=m.execCommand("copy") +if(!r)A.ej("copy is not successful")}catch(p){q=A.a9(p) +A.ej("copy is not successful "+A.e(q))}finally{J.cb(s)}return r}} +A.YM.prototype={ +rI(a){return A.akx(new A.tI("Paste is not implemented for this browser."),null,t.N)}} +A.dw.prototype={ +guM(a){var s=this.a +s=s==null?null:J.ayC(s) +return s==null?"https://unpkg.com/canvaskit-wasm@0.33.0/bin/":s}, +guN(a){var s=this.a +s=s==null?null:J.ayD(s) +return s==null?!1:s}, +gnd(a){var s=this.a +s=s==null?null:J.va(s) +return s==null?8:s}, +gnp(a){var s=this.a +s=s==null?null:J.ayG(s) +return s==null?!1:s}} +A.a0O.prototype={} +A.Hm.prototype={ +Pk(a){var s=this.w +if(a==null?s!=null:a!==s){if(s!=null)J.cb(s) +this.w=a +s=this.e +s.toString +a.toString +s.appendChild(a)}}, +eY(a){var s,r,q,p,o,n,m,l,k=this,j="0",i="none",h="absolute",g={},f=$.bV(),e=f===B.N,d=k.c +if(d!=null)B.vp.bw(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.ba)if(f!==B.ch)r=e +else r=!0 +else r=!0 +A.atd(s,f,r) +r=d.body +r.toString +r.setAttribute("flt-renderer",($.aJ()?"canvaskit":"html")+" (auto-selected)") +r.setAttribute("flt-build-mode","release") +A.d4(r,"position","fixed") +A.d4(r,"top",j) +A.d4(r,"right",j) +A.d4(r,"bottom",j) +A.d4(r,"left",j) +A.d4(r,"overflow","hidden") +A.d4(r,"padding",j) +A.d4(r,"margin",j) +A.d4(r,"user-select",i) +A.d4(r,"-webkit-user-select",i) +A.d4(r,"-ms-user-select",i) +A.d4(r,"-moz-user-select",i) +A.d4(r,"touch-action",i) +A.d4(r,"font","normal normal 14px sans-serif") +A.d4(r,"color","red") +r.spellcheck=!1 +for(f=new A.ud(d.head.querySelectorAll('meta[name="viewport"]'),t.xl),f=new A.cN(f,f.gp(f)),s=A.n(f).c;f.t();){q=f.d +if(q==null)q=s.a(q) +p=q.parentNode +if(p!=null)p.removeChild(q)}f=k.d +if(f!=null)B.JQ.bw(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.y +if(f!=null)J.cb(f) +o=d.createElement("flt-glass-pane") +k.y=o +f=o.style +f.position=h +f.top=j +f.right=j +f.bottom=j +f.left=j +r.appendChild(o) +n=k.z=k.a_6(o) +f=d.createElement("flt-scene-host") +s=f.style +B.h.ao(s,B.h.X(s,"pointer-events"),i,"") +k.e=f +m=d.createElement("flt-semantics-host") +f=m.style +f.position=h +B.h.ao(f,B.h.X(f,"transform-origin"),"0 0 0","") +k.r=m +k.PQ() +f=$.e2 +l=(f==null?$.e2=A.lp():f).r.a.OR() +f=n.gOv(n) +d=k.e +d.toString +f.P(0,A.b([m,l,d],t.f2)) +f=$.bL +if(f==null)f=$.bL=new A.dw(self.window.flutterConfiguration) +if(f.gnp(f)){f=k.e.style +B.h.ao(f,B.h.X(f,"opacity"),"0.3","")}if($.aql==null){f=new A.JB(o,new A.a3N(A.z(t.S,t.mm))) +f.d=f.a_2() +$.aql=f}if($.apK==null){f=new A.I6(A.z(t.N,t.lG)) +f.a7k() +$.apK=f}k.e.setAttribute("aria-hidden","true") +if(window.visualViewport==null&&e){f=window.innerWidth +f.toString +g.a=0 +A.AG(B.an,new A.Zd(g,k,f))}f=k.ga4U() +d=t.I3 +if(window.visualViewport!=null){s=window.visualViewport +s.toString +k.a=A.bz(s,"resize",f,!1,d)}else k.a=A.bz(window,"resize",f,!1,d) +k.b=A.bz(window,"languagechange",k.ga4r(),!1,d) +f=$.aL() +f.a=f.a.Md(A.aks())}, +a_6(a){var s,r,q,p,o +if(a.attachShadow!=null){s=new A.a79() +r=a.attachShadow(A.Tw(A.az(["mode","open","delegatesFocus",!1],t.N,t.z))) +s.a=r +q=document.createElement("style") +A.a(r,"_shadow").appendChild(q) +r=q.sheet +r.toString +t.IP.a(r) +p=$.bV() +if(p!==B.ba)if(p!==B.ch)o=p===B.N +else o=!0 +else o=!0 +A.atd(r,p,o) +return s}else{s=new A.Y9() +r=document.createElement("flt-element-host-node") +s.a=r +a.appendChild(A.a(r,"_element")) +return s}}, +PQ(){var s=this.r.style,r=window.devicePixelRatio +B.h.ao(s,B.h.X(s,"transform"),"scale("+A.e(1/r)+")","")}, +IZ(a){var s +this.PQ() +s=$.em() +if(!J.en(B.lg.a,s)&&!$.bX().ae4()&&$.and().c){$.bX().M3(!0) +$.aL().CV()}else{s=$.bX() +s.M4() +s.M3(!1) +$.aL().CV()}}, +a4s(a){var s=$.aL() +s.a=s.a.Md(A.aks()) +s=$.bX().b.dy +if(s!=null)s.$0()}, +Ra(a){var s,r,q,p,o=window.screen.orientation +if(o!=null){q=J.ay(a) +if(q.gS(a)){q=o +q.toString +J.azK(q) +return A.cK(!0,t.y)}else{s=A.aBn(A.bH(q.gJ(a))) +if(s!=null){r=new A.aI(new A.a4($.a5,t.ot),t.VY) +try{A.fN(o.lock(s),t.z).aT(0,new A.Ze(r),t.P).hL(new A.Zf(r))}catch(p){q=A.cK(!1,t.y) +return q}return r.a}}}return A.cK(!1,t.y)}} +A.Zd.prototype={ +$1(a){var s=++this.a.a +if(this.c!==window.innerWidth){a.aA(0) +this.b.IZ(null)}else if(s>5)a.aA(0)}, +$S:44} +A.Ze.prototype={ +$1(a){this.a.c3(0,!0)}, +$S:7} +A.Zf.prototype={ +$1(a){this.a.c3(0,!1)}, +$S:7} +A.Yl.prototype={} +A.KD.prototype={} +A.oA.prototype={} +A.QL.prototype={} +A.a6_.prototype={ +bF(a){var s,r,q=this,p=q.qt$ +p=p.length===0?q.a:B.c.gR(p) +s=q.ju$ +r=new A.bJ(new Float32Array(16)) +r.by(s) +q.Nd$.push(new A.QL(p,r))}, +bt(a){var s,r,q,p=this,o=p.Nd$ +if(o.length===0)return +s=o.pop() +p.ju$=s.b +o=p.qt$ +r=s.a +q=p.a +while(!0){if(!((o.length===0?q:B.c.gR(o))!==r))break +o.pop()}}, +aC(a,b,c){this.ju$.aC(0,b,c)}, +cP(a,b,c){this.ju$.cP(0,b,c)}, +hy(a,b){this.ju$.Py(0,$.auU(),b)}, +T(a,b){this.ju$.cg(0,new A.bJ(b))}} +A.ajy.prototype={ +$1(a){$.alZ=!1 +$.aL().hZ("flutter/system",$.avJ(),new A.ajx())}, +$S:132} +A.ajx.prototype={ +$1(a){}, +$S:17} +A.fu.prototype={} +A.Gv.prototype={ +aaw(){var s,r,q,p=this,o=p.b +if(o!=null)for(o=o.gb2(o),o=new A.eu(J.aw(o.a),o.b),s=A.n(o).z[1];o.t();){r=o.a +for(r=J.aw(r==null?s.a(r):r);r.t();){q=r.gH(r) +q.b.$1(q.a)}}p.b=p.a +p.a=null}, +Gd(a,b){var s,r=this,q=r.a +if(q==null)q=r.a=A.z(t.N,r.$ti.j("x>")) +s=q.h(0,a) +if(s==null){s=A.b([],r.$ti.j("o>")) +q.n(0,a,s) +q=s}else q=s +q.push(b)}, +agp(a){var s,r,q=this.b +if(q==null)return null +s=q.h(0,a) +if(s==null||s.length===0)return null +r=(s&&B.c).eW(s,0) +this.Gd(a,r) +return r.a}} +A.tZ.prototype={} +A.a79.prototype={ +kp(a,b){return A.a(this.a,"_shadow").appendChild(b)}, +gOu(){return A.a(this.a,"_shadow")}, +gOv(a){return new A.dG(A.a(this.a,"_shadow"))}} +A.Y9.prototype={ +kp(a,b){return A.a(this.a,"_element").appendChild(b)}, +gOu(){return A.a(this.a,"_element")}, +gOv(a){return new A.dG(A.a(this.a,"_element"))}} +A.jM.prototype={ +sjd(a,b){var s,r,q=this +q.a=b +s=B.e.eG(b.a)-1 +r=B.e.eG(q.a.b)-1 +if(q.z!==s||q.Q!==r){q.z=s +q.Q=r +q.L5()}}, +L5(){var s=this.c.style,r=this.z,q=this.Q +B.h.ao(s,B.h.X(s,"transform"),"translate("+r+"px, "+q+"px)","")}, +JY(){var s=this,r=s.a,q=r.a +r=r.b +s.d.aC(0,-q+(q-1-s.z)+1,-r+(r-1-s.Q)+1)}, +ML(a,b){return this.r>=A.UX(a.c-a.a)&&this.w>=A.UW(a.d-a.b)&&this.ay===b}, +aG(a){var s,r,q,p,o,n,m=this +m.at=!1 +m.d.aG(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.w) +i=Math.abs(a2.f) +h=Math.abs(a2.z) +g=Math.abs(a2.x) +f=Math.abs(a2.Q) +e=Math.abs(a2.y) +c.beginPath() +c.moveTo(q+l,o) +b=p-l +c.lineTo(b,o) +A.Ty(c,b,o+j,l,j,0,4.71238898038469,6.283185307179586,!1) +b=n-e +c.lineTo(p,b) +A.Ty(c,p-g,b,g,e,0,0,1.5707963267948966,!1) +b=q+h +c.lineTo(b,n) +A.Ty(c,b,n-f,h,f,0,1.5707963267948966,3.141592653589793,!1) +b=o+i +c.lineTo(q,b) +A.Ty(c,q+k,b,k,i,0,3.141592653589793,4.71238898038469,!1) +a0.gd_().hv(d) +a0.gd_().oh()}}, +dZ(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=A.lY(b,c) +if(l.AP(d)){s=A.ED(k,d,"draw-circle",l.d.c) +l.p8(s,new A.m(Math.min(k.a,k.c),Math.min(k.b,k.d)),d) +r=s.style +B.h.ao(r,B.h.X(r,"border-radius"),"50%","")}else{r=d.w!=null?A.lY(b,c):null +q=l.d +q.gd_().mw(d,r) +r=d.b +q.gaP(q).beginPath() +p=q.gd_().Q +o=p==null +n=b.a +n=o?n:n-p.a +m=b.b +m=o?m:m-p.b +A.Ty(q.gaP(q),n,m,c,c,0,0,6.283185307179586,!1) +q.gd_().hv(r) +q.gd_().oh()}}, +cp(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.Lf(c)){s=e.d +r=s.c +t.Ci.a(b) +q=b.a.QH() +if(q!=null){p=q.b +o=q.d +n=q.a +m=p===o?new A.w(n,p,n+(q.c-n),p+1):new A.w(n,p,n+1,p+(o-p)) +e.p8(A.ED(m,c,"draw-rect",s.c),new A.m(Math.min(m.a,m.c),Math.min(m.b,m.d)),c) +return}l=b.a.rN() +if(l!=null){e.c8(0,l,c) +return}p=b.a +k=p.ax?p.tH():null +if(k!=null){e.cm(0,k,c) +return}j=b.dj(0) +i=A.auc(b,c,A.e(j.c),A.e(j.d)) +if(s.b==null){h=i.style +h.position="absolute" +if(!r.qJ(0)){s=A.hy(r.a) +B.h.ao(h,B.h.X(h,"transform"),s,"") +B.h.ao(h,B.h.X(h,"transform-origin"),"0 0 0","")}}if(c.x!=null){s=c.b +p=c.r +if(p==null)g="#000000" +else{p=A.cn(p) +p.toString +g=p}f=c.x.b +p=$.bV() +if(p===B.N&&s!==B.U){s=i.style +B.h.ao(s,B.h.X(s,"box-shadow"),"0px 0px "+A.e(f*2)+"px "+g,"")}else{s=i.style +B.h.ao(s,B.h.X(s,"filter"),"blur("+A.e(f)+"px)","")}}e.p8(i,B.j,c)}else{s=c.w!=null?b.dj(0):null +p=e.d +p.gd_().mw(c,s) +s=c.b +if(s==null&&c.c!=null)p.cp(0,b,B.U) +else p.cp(0,b,s) +p.gd_().oh()}}, +iv(a,b,c,d,e){var s,r,q,p,o,n=this.d,m=A.amh(b.dj(0),d) +if(m!=null){s=A.amG(c).a +r=A.aHt(s>>>16&255,s>>>8&255,s&255,255) +n.gaP(n).save() +n.gaP(n).globalAlpha=(s>>>24&255)/255 +s=$.bV() +s=s!==B.N +q=m.b +p=m.a +o=q.a +q=q.b +if(s){n.gaP(n).translate(o,q) +n.gaP(n).filter=A.au1(new A.xR(B.cP,p)) +n.gaP(n).strokeStyle="" +n.gaP(n).fillStyle=r}else{n.gaP(n).filter="none" +n.gaP(n).strokeStyle="" +n.gaP(n).fillStyle=r +n.gaP(n).shadowBlur=p +n.gaP(n).shadowColor=r +n.gaP(n).shadowOffsetX=o +n.gaP(n).shadowOffsetY=q}n.mU(n.gaP(n),b) +n.gaP(n).fill() +n.gaP(n).restore()}}, +JG(a){var s,r,q,p=a.a.src +p.toString +s=this.b +if(s!=null){r=s.agp(p) +if(r!=null)return r}q=a.aar() +s=this.b +if(s!=null)s.Gd(p,new A.tZ(q,A.aG1(),s.$ti.j("tZ<1>"))) +return q}, +Hr(a,b,c){var s,r,q,p,o,n,m,l,k,j,i=this +t.gc.a(a) +s=c.a +r=c.z +if(r instanceof A.VF)q=i.a_7(a,r.a,r.b,c) +else q=i.JG(a) +p=q.style +o=A.aiG(s) +if(o==null)o="" +B.h.ao(p,B.h.X(p,"mix-blend-mode"),o,"") +p=i.d +if(p.b!=null){o=q.style +o.removeProperty("width") +o.removeProperty("height") +o=p.b +o.toString +n=A.alU(o,q,b,p.c) +for(p=n.length,o=i.c,m=i.f,l=0;l1){s=q.a +s.y=s.r.pop() +r=s.w.pop() +if(r!=null){s.Q=r.a +s.as=r.b +s.at=r.c +s.ax=r.d +s.z=!0}else if(s.z)s.z=!1}s=q.c +if(s.length!==0&&B.c.gR(s) instanceof A.yw)s.pop() +else s.push(B.xb);--q.r}, +aC(a,b,c){var s=this.a,r=s.a +if(b!==0||c!==0)r.x=!1 +r.y.aC(0,b,c) +s.c.push(new A.Jg(b,c))}, +cP(a,b,c){var s=c==null?b:c,r=this.a,q=r.a +if(b!==1||s!==1)q.x=!1 +q.y.cP(0,b,s) +r.c.push(new A.Je(b,s)) +return null}, +hy(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this.a,g=h.a +if(b!==0)g.x=!1 +g=g.y +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.Jd(b))}, +T(a,b){var s=A.TE(b),r=this.a,q=r.a +q.y.cg(0,new A.bJ(s)) +q.x=q.y.qJ(0) +r.c.push(new A.Jf(s))}, +pR(a,b,c,d){var s=this.a,r=new A.J2(b,c,-1/0,-1/0,1/0,1/0) +switch(c.a){case 1:s.a.lE(0,b,r) +break +case 0:break}s.d.c=!0 +s.c.push(r)}, +LY(a,b,c){return this.pR(a,b,B.cl,c)}, +jg(a,b){return this.pR(a,b,B.cl,!0)}, +uS(a,b,c){var s=this.a,r=new A.J1(b,-1/0,-1/0,1/0,1/0) +s.a.lE(0,new A.w(b.a,b.b,b.c,b.d),r) +s.d.c=!0 +s.c.push(r)}, +lD(a,b){return this.uS(a,b,!0)}, +uR(a,b,c){var s,r=this.a +t.Ci.a(b) +s=new A.J0(b,-1/0,-1/0,1/0,1/0) +r.a.lE(0,b.dj(0),s) +r.d.c=!0 +r.c.push(s)}, +fG(a,b){return this.uR(a,b,!0)}, +iu(a,b,c,d){var s,r,q,p,o,n,m=this.a +t.o.a(d) +s=Math.max(A.Ey(d),1) +d.b=!0 +r=new A.J6(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.mr(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)}, +c8(a,b,c){this.a.c8(0,b,t.o.a(c))}, +cm(a,b,c){this.a.cm(0,b,t.o.a(c))}, +fc(a,b,c,d){this.a.fc(0,b,c,t.o.a(d))}, +dZ(a,b,c,d){var s,r,q,p,o,n=this.a +t.o.a(d) +n.e=n.d.c=!0 +s=A.Ey(d) +d.b=!0 +r=new A.J3(b,c,d.a,-1/0,-1/0,1/0,1/0) +q=c+s +p=b.a +o=b.b +n.a.mr(p-q,o-q,p+q,o+q,r) +n.c.push(r)}, +jn(a,b,c,d,e,f){var s,r=A.d6() +if(d<=-6.283185307179586){r.ly(0,b,c,-3.141592653589793,!0) +c-=3.141592653589793 +r.ly(0,b,c,-3.141592653589793,!1) +c-=3.141592653589793 +d+=6.283185307179586 +s=!1}else s=!0 +for(;d>=6.283185307179586;s=!1){r.ly(0,b,c,3.141592653589793,s) +c+=3.141592653589793 +r.ly(0,b,c,3.141592653589793,!1) +c+=3.141592653589793 +d-=6.283185307179586}r.ly(0,b,c,d,s) +this.a.cp(0,r,t.o.a(f))}, +cp(a,b,c){this.a.cp(0,b,t.o.a(c))}, +hP(a,b,c,d){var s,r,q=this.a +t.o.a(d) +s=q.d +d.b=q.e=s.a=s.c=!0 +r=new A.J5(a,b,c,d.a,-1/0,-1/0,1/0,1/0) +q.a.os(c,r) +q.c.push(r)}, +hn(a,b,c){this.a.hn(0,b,c)}, +iv(a,b,c,d,e){var s,r,q=this.a +q.e=q.d.c=!0 +s=A.aHy(b.dj(0),d) +r=new A.Jb(t.Ci.a(b),c,d,!0,-1/0,-1/0,1/0,1/0) +q.a.os(s,r) +q.c.push(r)}} +A.u4.prototype={ +ghj(){return this.cr$}, +c_(a){var s=this.v7("flt-clip"),r=A.cz("flt-clip-interior",null) +this.cr$=r +r=r.style +r.position="absolute" +r=this.cr$ +r.toString +s.appendChild(r) +return s}, +LH(a,b){var s +if(b!==B.u){s=a.style +s.overflow="hidden" +s.zIndex="0"}}} +A.yD.prototype={ +hx(){var s=this +s.f=s.e.f +if(s.CW!==B.u)s.w=s.cx +else s.w=null +s.r=null}, +c_(a){var s=this.xS(0) +s.setAttribute("clip-type","rect") +return s}, +fa(){var s,r=this,q=r.d.style,p=r.cx,o=p.a +q.left=A.e(o)+"px" +s=p.b +q.top=A.e(s)+"px" +q.width=A.e(p.c-o)+"px" +q.height=A.e(p.d-s)+"px" +q=r.d +q.toString +r.LH(q,r.CW) +q=r.cr$.style +q.left=A.e(-o)+"px" +q.top=A.e(-s)+"px"}, +bc(a,b){var s=this +s.le(0,b) +if(!s.cx.k(0,b.cx)||s.CW!==b.CW){s.w=null +s.fa()}}, +$iVX:1} +A.Jn.prototype={ +hx(){var s,r=this +r.f=r.e.f +if(r.cx!==B.u){s=r.CW +r.w=new A.w(s.a,s.b,s.c,s.d)}else r.w=null +r.r=null}, +c_(a){var s=this.xS(0) +s.setAttribute("clip-type","rrect") +return s}, +fa(){var s,r=this,q=r.d.style,p=r.CW,o=p.a +q.left=A.e(o)+"px" +s=p.b +q.top=A.e(s)+"px" +q.width=A.e(p.c-o)+"px" +q.height=A.e(p.d-s)+"px" +B.h.ao(q,B.h.X(q,"border-top-left-radius"),A.e(p.e)+"px","") +B.h.ao(q,B.h.X(q,"border-top-right-radius"),A.e(p.r)+"px","") +B.h.ao(q,B.h.X(q,"border-bottom-right-radius"),A.e(p.x)+"px","") +B.h.ao(q,B.h.X(q,"border-bottom-left-radius"),A.e(p.z)+"px","") +p=r.d +p.toString +r.LH(p,r.cx) +p=r.cr$.style +p.left=A.e(-o)+"px" +p.top=A.e(-s)+"px"}, +bc(a,b){var s=this +s.le(0,b) +if(!s.CW.k(0,b.CW)||s.cx!==b.cx){s.w=null +s.fa()}}, +$iVV:1} +A.yG.prototype={ +hx(){var s,r,q,p,o=this +o.f=o.e.f +if(o.dy!==B.u){s=o.CW +r=s.a +q=r.ax?r.tH():null +if(q!=null)o.w=new A.w(q.a,q.b,q.c,q.d) +else{p=s.a.rN() +if(p!=null)o.w=p +else o.w=null}}else o.w=null +o.r=null}, +c_(a){var s=this.xS(0) +s.setAttribute("clip-type","physical-shape") +return s}, +hm(){var s,r=this +r.Up() +s=r.fr +if(s!=null)B.aW.bw(s) +r.fr=null +s=r.fx +if(s!=null)B.aW.bw(s) +r.fx=null}, +fa(){this.Go()}, +Go(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0="border-radius",a1="hidden",a2=a.d.style,a3=a.db,a4=A.cn(a3) +a2.backgroundColor=a4==null?"":a4 +a2=a.CW +a4=a2.a +s=a4.ax?a4.tH():null +if(s!=null){a2=s.e +a3=s.r +a4=s.x +r=s.z +q=a.d.style +p=s.a +q.left=A.e(p)+"px" +o=s.b +q.top=A.e(o)+"px" +n=s.c +q.width=A.e(n-p)+"px" +n=s.d +q.height=A.e(n-o)+"px" +B.h.ao(q,B.h.X(q,a0),A.e(a2)+"px "+A.e(a3)+"px "+A.e(a4)+"px "+A.e(r)+"px","") +a2=a.cr$.style +a2.left=A.e(-p)+"px" +a2.top=A.e(-o)+"px" +if(a.dy!==B.u)q.overflow=a1 +A.ame(a.d,a.cx,a.cy,a.dx) +return}else{m=a2.a.rN() +if(m!=null){q=a.d.style +a2=m.a +q.left=A.e(a2)+"px" +a3=m.b +q.top=A.e(a3)+"px" +a4=m.c +q.width=A.e(a4-a2)+"px" +a4=m.d +q.height=A.e(a4-a3)+"px" +B.h.ao(q,B.h.X(q,a0),"","") +a4=a.cr$.style +a4.left=A.e(-a2)+"px" +a4.top=A.e(-a3)+"px" +if(a.dy!==B.u)q.overflow=a1 +A.ame(a.d,a.cx,a.cy,a.dx) +return}else{a4=a2.a +l=(a4.at?a4.CW:-1)===-1?null:a4.dj(0) +if(l!=null){a2=l.c +a3=l.a +k=(a2-a3)/2 +a2=l.d +a4=l.b +j=(a2-a4)/2 +i=A.e(k)+"px " +i=k===j?i:i+A.e(j)+"px " +q=a.d.style +q.left=A.e(a3)+"px" +q.top=A.e(a4)+"px" +q.width=A.e(k*2)+"px" +q.height=A.e(j*2)+"px" +B.h.ao(q,B.h.X(q,a0),i,"") +a2=a.cr$.style +a2.left=A.e(-a3)+"px" +a2.top=A.e(-a4)+"px" +if(a.dy!==B.u)q.overflow=a1 +A.ame(a.d,a.cx,a.cy,a.dx) +return}}}a4=a.cy +r=a4===0 +p=a.cx +o=p.c +n=p.d +if(r){h=p.a +g=p.b +f=A.amw(a2,-h,-g,1/(o-h),1/(n-g))}else f=A.amw(a2,0,0,1/o,1/n) +h=a.fr +if(h!=null)B.aW.bw(h) +h=a.fx +if(h!=null)B.aW.bw(h) +a.fr=f +a.d.appendChild(f) +if(r){a2=a.d +a2.toString +A.ajz(a2,"url(#svgClip"+$.Ew+")") +e=a.d.style +e.overflow="" +a2=p.a +a3=A.e(a2) +e.left=a3+"px" +a4=p.b +r=A.e(a4) +e.top=r+"px" +e.width=A.e(o-a2)+"px" +e.height=A.e(n-a4)+"px" +B.h.ao(e,B.h.X(e,a0),"","") +a2=a.cr$.style +a2.left="-"+a3+"px" +a2.top="-"+r+"px" +return}r=a.cr$ +r.toString +A.ajz(r,"url(#svgClip"+$.Ew+")") +e=a.d.style +e.overflow="" +r=p.a +h=A.e(r) +e.left=h+"px" +g=p.b +d=A.e(g) +e.top=d+"px" +e.width=A.e(o-r)+"px" +e.height=A.e(n-g)+"px" +B.h.ao(e,B.h.X(e,a0),"","") +r=a.cr$.style +r.left="-"+h+"px" +r.top="-"+d+"px" +r.width=A.e(o)+"px" +r.height=A.e(n)+"px" +c=a2.dj(0) +r=new A.aQ() +r.b=B.aq +r.r=a3 +r=A.auc(a2,r,A.e(c.c),A.e(c.d)) +a.fx=r +a.d.insertBefore(r,a.cr$) +a4=A.amh(p,a4) +a4.toString +b=A.amG(a.dx) +p=a.fx.style +r=a4.b +a2=b.a +B.h.ao(p,B.h.X(p,"filter"),"drop-shadow("+A.e(r.a)+"px "+A.e(r.b)+"px "+A.e(a4.a)+"px rgba("+(a2>>>16&255)+", "+(a2>>>8&255)+", "+(a2&255)+", "+A.e((a2>>>24&255)/255)+"))","") +B.h.ao(p,B.h.X(p,"transform"),"translate(-"+A.e(c.a)+"px, -"+A.e(c.b)+"px)","") +p=a.d.style +p.backgroundColor=""}, +bc(a,b){var s,r,q=this +q.le(0,b) +s=b.CW===q.CW +if(!s)q.w=null +s=!s||b.cy!==q.cy||!b.dx.k(0,q.dx)||!b.db.k(0,q.db) +r=b.fr +if(s){if(r!=null)B.aW.bw(r) +b.fr=null +s=b.fx +if(s!=null)B.aW.bw(s) +b.fx=null +s=q.fr +if(s!=null)B.aW.bw(s) +q.fr=null +s=q.fx +if(s!=null)B.aW.bw(s) +q.fx=null +s=q.d +s.toString +A.ajz(s,"") +q.Go()}else{q.fr=r +if(r!=null)q.d.appendChild(r) +b.fr=null +s=q.fx=b.fx +if(s!=null)q.d.insertBefore(s,q.cr$) +b.fx=null}}, +$ia3w:1} +A.yC.prototype={ +c_(a){return this.v7("flt-clippath")}, +hx(){var s=this +s.T9() +if(s.cx!==B.u){if(s.w==null)s.w=s.CW.dj(0)}else s.w=null}, +fa(){var s=this,r=s.cy +if(r!=null)B.aW.bw(r) +r=s.d +r.toString +r=A.atq(t.py.a(r),s.CW) +s.cy=r +s.d.appendChild(r)}, +bc(a,b){var s,r=this +r.le(0,b) +if(b.CW!==r.CW){r.w=null +s=b.cy +if(s!=null)B.aW.bw(s) +r.fa()}else r.cy=b.cy +b.cy=null}, +hm(){var s=this.cy +if(s!=null)B.aW.bw(s) +this.cy=null +this.t9()}, +$iVU:1} +A.a99.prototype={ +F4(a,b){var s,r,q,p,o=t.u7.a(t.ry.a(B.b4.ir(document,"http://www.w3.org/2000/svg","feColorMatrix"))) +o.type.baseVal=1 +o.result.baseVal=b +s=o.values.baseVal +s.toString +for(r=this.b,q=0;q<20;++q){p=r.createSVGNumber() +p.value=a[q] +s.appendItem(p)}this.c.appendChild(o)}, +mu(a,b,c){var s=t.FQ.a(t.ry.a(B.b4.ir(document,"http://www.w3.org/2000/svg","feFlood"))) +s.setAttribute("flood-color",a) +s.setAttribute("flood-opacity",b) +s.result.baseVal=c +this.c.appendChild(s)}, +F3(a,b,c){var s=t.in.a(t.ry.a(B.b4.ir(document,"http://www.w3.org/2000/svg","feBlend"))) +s.in1.baseVal=a +s.in2.baseVal=b +s.mode.baseVal=c +this.c.appendChild(s)}, +t_(a,b,c,d,e,f,g,h){var s=t.BH.a(t.ry.a(B.b4.ir(document,"http://www.w3.org/2000/svg","feComposite"))) +s.in1.baseVal=a +s.in2.baseVal=b +s.operator.baseVal=g +if(c!=null)s.k1.baseVal=c +if(d!=null)s.k2.baseVal=d +if(e!=null)s.k3.baseVal=e +if(f!=null)s.k4.baseVal=f +s.result.baseVal=h +this.c.appendChild(s)}, +xa(a,b,c,d){return this.t_(a,b,null,null,null,null,c,d)}, +bq(a){var s=this.b +s.appendChild(this.c) +return new A.a98(this.a,s)}} +A.a98.prototype={} +A.Xy.prototype={ +lE(a,b,c){throw A.c(A.c0(null))}, +lD(a,b){throw A.c(A.c0(null))}, +fG(a,b){throw A.c(A.c0(null))}, +iu(a,b,c,d){throw A.c(A.c0(null))}, +c8(a,b,c){var s=this.qt$ +s=s.length===0?this.a:B.c.gR(s) +s.appendChild(A.ED(b,c,"draw-rect",this.ju$))}, +cm(a,b,c){var s,r=A.ED(new A.w(b.a,b.b,b.c,b.d),c,"draw-rrect",this.ju$) +A.ate(r.style,b) +s=this.qt$;(s.length===0?this.a:B.c.gR(s)).appendChild(r)}, +dZ(a,b,c,d){throw A.c(A.c0(null))}, +cp(a,b,c){throw A.c(A.c0(null))}, +iv(a,b,c,d,e){throw A.c(A.c0(null))}, +hP(a,b,c,d){throw A.c(A.c0(null))}, +hn(a,b,c){var s=A.atv(b,c,this.ju$),r=this.qt$;(r.length===0?this.a:B.c.gR(r)).appendChild(s)}, +nv(){}} +A.yE.prototype={ +hx(){var s,r,q=this,p=q.e.f +q.f=p +s=q.CW +if(s!==0||q.cx!==0){p.toString +r=new A.bJ(new Float32Array(16)) +r.by(p) +q.f=r +r.aC(0,s,q.cx)}q.r=null}, +gqO(){var s=this,r=s.cy +if(r==null){r=A.dP() +r.mv(-s.CW,-s.cx,0) +s.cy=r}return r}, +c_(a){var s=document.createElement("flt-offset") +A.d4(s,"position","absolute") +A.d4(s,"transform-origin","0 0 0") +return s}, +fa(){var s=this.d.style +B.h.ao(s,B.h.X(s,"transform"),"translate("+A.e(this.CW)+"px, "+A.e(this.cx)+"px)","")}, +bc(a,b){var s=this +s.le(0,b) +if(b.CW!==s.CW||b.cx!==s.cx)s.fa()}, +$ia2Z:1} +A.yF.prototype={ +hx(){var s,r,q,p=this,o=p.e.f +p.f=o +s=p.cx +r=s.a +q=s.b +if(r!==0||q!==0){o.toString +s=new A.bJ(new Float32Array(16)) +s.by(o) +p.f=s +s.aC(0,r,q)}p.r=null}, +gqO(){var s,r=this.cy +if(r==null){r=this.cx +s=A.dP() +s.mv(-r.a,-r.b,0) +this.cy=s +r=s}return r}, +c_(a){var s=document.createElement("flt-opacity") +A.d4(s,"position","absolute") +A.d4(s,"transform-origin","0 0 0") +return s}, +fa(){var s,r=this.d +r.toString +A.d4(r,"opacity",A.e(this.CW/255)) +r=r.style +s=this.cx +B.h.ao(r,B.h.X(r,"transform"),"translate("+A.e(s.a)+"px, "+A.e(s.b)+"px)","")}, +bc(a,b){var s=this +s.le(0,b) +if(s.CW!==b.CW||!s.cx.k(0,b.cx))s.fa()}, +$ia3_:1} +A.aO.prototype={ +sLO(a){var s=this +if(s.b){s.a=s.a.dr(0) +s.b=!1}s.a.a=a}, +gcj(a){var s=this.a.b +return s==null?B.aq:s}, +scj(a,b){var s=this +if(s.b){s.a=s.a.dr(0) +s.b=!1}s.a.b=b}, +gf5(){var s=this.a.c +return s==null?0:s}, +sf5(a){var s=this +if(s.b){s.a=s.a.dr(0) +s.b=!1}s.a.c=a}, +sFq(a){var s=this +if(s.b){s.a=s.a.dr(0) +s.b=!1}s.a.d=a}, +sqI(a){var s=this +if(s.b){s.a=s.a.dr(0) +s.b=!1}s.a.f=a}, +gae(a){var s=this.a.r +return s==null?B.n:s}, +sae(a,b){var s,r=this +if(r.b){r.a=r.a.dr(0) +r.b=!1}s=r.a +s.r=A.C(b)===B.Ry?b:new A.E(b.gl(b))}, +svO(a){}, +sFi(a){var s=this +if(s.b){s.a=s.a.dr(0) +s.b=!1}s.a.w=a}, +sOm(a){var s=this +if(s.b){s.a=s.a.dr(0) +s.b=!1}s.a.x=a}, +skz(a){var s=this +if(s.b){s.a=s.a.dr(0) +s.b=!1}s.a.y=a}, +sM0(a){var s=this +if(s.b){s.a=s.a.dr(0) +s.b=!1}s.a.z=a}, +i(a){var s,r,q=this,p=""+"Paint(",o=q.a.b,n=o==null +if((n?B.aq:o)===B.U){p+=(n?B.aq:o).i(0) +o=q.a +n=o.c +s=n==null +if((s?0:n)!==0)p+=" "+A.e(s?0:n) +else p+=" hairline" +o=o.d +n=o==null +if((n?B.c9:o)!==B.c9)p+=" "+(n?B.c9:o).i(0) +r="; "}else r="" +o=q.a +if(!o.f){p+=r+"antialias off" +r="; "}o=o.r +if(!(o==null?B.n:o).k(0,B.n)){o=q.a.r +p+=r+(o==null?B.n:o).i(0)}p+=")" +return p.charCodeAt(0)==0?p:p}, +$iJ_:1} +A.aQ.prototype={ +dr(a){var s=this,r=new A.aQ() +r.a=s.a +r.y=s.y +r.x=s.x +r.w=s.w +r.f=s.f +r.r=s.r +r.z=s.z +r.c=s.c +r.b=s.b +r.e=s.e +r.d=s.d +return r}, +i(a){var s=this.bY(0) +return s}} +A.f_.prototype={ +E1(){var s,r,q,p,o,n,m,l,k,j=this,i=A.b([],t.yv),h=j.ZU(0.25),g=B.f.K_(1,h) +i.push(new A.m(j.a,j.b)) +if(h===5){s=new A.Na() +j.GM(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.m(p,r.d) +i.push(o) +i.push(o) +i.push(o) +i.push(new A.m(q.e,q.f)) +g=2 +n=!0}else n=!1}else n=!1 +if(!n)A.aki(j,h,i) +m=2*g+1 +k=0 +while(!0){if(!(k=0)s.d=-r +s.f=s.e=-1}, +kl(a,b){this.uA(b,0,0)}, +tN(){var s,r=this.a,q=r.w +for(r=r.r,s=0;s359){j=c4<0?-0.001953125:0.001953125 +i=p +do{i-=j +m=Math.cos(i) +l=Math.sin(i)}while(o===m&&n===l)}}h=c4>0?0:1 +g=c0/2 +f=(c2.d-c2.b)/2 +e=c2.gaU().a+g*Math.cos(p) +d=c2.gaU().b+f*Math.sin(p) +if(o===m&&n===l){if(c5)b9.ep(0,e,d) +else b9.zB(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.ep(0,e,d) +else b9.zB(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.b([],t.td) +for(a1=0;a1=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.xY(b,p,B.e.e6(q)) +return}}this.ly(0,b,c,d,!0)}, +fC(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.tN(),e=a2.a,d=a2.b,c=a2.c,b=a2.d,a=new A.w(e,d,c,b),a0=a2.e +if(a0===0||a2.f===0)if(a2.r===0||a2.w===0)if(a2.z===0||a2.Q===0)s=a2.x===0||a2.y===0 +else s=!1 +else s=!1 +else s=!1 +if(s||e>=c||d>=b)g.uA(a,0,3) +else if(A.aIp(a2))g.xY(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.z) +m=Math.max(0,a2.x) +l=Math.max(0,a2.f) +k=Math.max(0,a2.w) +j=Math.max(0,a2.Q) +i=Math.max(0,a2.y) +h=A.ahN(j,i,q,A.ahN(l,k,q,A.ahN(n,m,r,A.ahN(p,o,r,1)))) +a0=b-h*j +g.ep(0,e,a0) +g.cO(0,e,d+h*l) +g.fI(0,e,d,e+h*p,d,0.707106781) +g.cO(0,c-h*o,d) +g.fI(0,c,d,c,d+h*k,0.707106781) +g.cO(0,c,b-h*i) +g.fI(0,c,b,c-h*m,b,0.707106781) +g.cO(0,e+h*n,b) +g.fI(0,e,b,e,a0,0.707106781) +g.eD(0) +g.f=f?0:-1 +e=g.a +e.ax=f +e.ch=!1 +e.CW=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.w===0)return!1 +s=a3.dj(0) +r=a5.a +q=a5.b +if(rs.c||q>s.d)return!1 +p=a3.a +o=new A.a3p(p,r,q,new Float32Array(18)) +o.a98() +n=B.eB===a3.b +m=o.d +if((n?m&1:m)!==0)return!0 +l=o.e +if(l<=1)return B.d1.VJ(l!==0,!1) +p=l&1 +if(p!==0||n)return p!==0 +k=A.aqg(a3.a,!0) +j=new Float32Array(18) +i=A.b([],t.yv) +p=k.a +h=!1 +do{g=i.length +switch(k.eq(0,j)){case 0:case 5:break +case 1:A.aIW(j,r,q,i) +break +case 2:A.aIX(j,r,q,i) +break +case 3:f=k.f +A.aIU(j,r,q,p.y[f],i) +break +case 4:A.aIV(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.c.eW(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.c.eW(i,e) +if(a!==i.length)i[a]=a2 +break}}}}while(!h) +return i.length!==0||!1}, +c7(a){var s,r=a.a,q=a.b,p=this.a,o=A.aCw(p,r,q),n=p.e,m=new Uint8Array(n) +B.R.mt(m,0,p.r) +o=new A.rj(o,m) +n=p.x +o.x=n +o.z=p.z +s=p.y +if(s!=null){n=new Float32Array(n) +o.y=n +B.hz.mt(n,0,s)}o.e=p.e +o.w=p.w +o.c=p.c +o.d=p.d +n=p.Q +o.Q=n +if(!n){o.a=p.a.aC(0,r,q) +n=p.b +o.b=n==null?null:n.aC(0,r,q) +o.as=p.as}o.cx=p.cx +o.at=p.at +o.ax=p.ax +o.ay=p.ay +o.ch=p.ch +o.CW=p.CW +r=new A.tl(o,B.bk) +r.H4(this) +return r}, +dj(e2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0=this,e1=e0.a +if((e1.ax?e1.CW:-1)===-1)s=(e1.at?e1.CW:-1)!==-1 +else s=!0 +if(s)return e1.dj(0) +if(!e1.Q&&e1.b!=null){e1=e1.b +e1.toString +return e1}r=new A.oh(e1) +r.oQ(e1) +q=e0.a.f +for(p=!1,o=0,n=0,m=0,l=0,k=0,j=0,i=0,h=0,g=null,f=null,e=null;d=r.aeB(),d!==6;){c=r.e +switch(d){case 0:j=q[c] +h=q[c+1] +i=h +k=j +break +case 1:j=q[c+2] +h=q[c+3] +i=h +k=j +break +case 2:if(f==null)f=new A.a4c() +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.W9() +s=e1.y[r.b] +b=c+1 +a=q[c] +a0=b+1 +a1=q[b] +b=a0+1 +a2=q[a0] +a0=b+1 +a3=q[b] +a4=q[a0] +a5=q[a0+1] +e.a=Math.min(a,a4) +e.b=Math.min(a1,a5) +e.c=Math.max(a,a4) +e.d=Math.max(a1,a5) +c0=new A.kn() +c1=a4-a +c2=s*(a2-a) +if(c0.kA(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.kA(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.Wn() +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.w(o,n,m,l):B.F +e0.a.dj(0) +return e0.a.b=d9}, +i(a){var s=this.bY(0) +return s}} +A.a3o.prototype={ +yb(a){var s=this,r=s.r,q=s.x +if(r!==q||s.w!==s.y){if(isNaN(r)||isNaN(s.w)||isNaN(q)||isNaN(s.y))return 5 +a[0]=r +a[1]=s.w +a[2]=q +r=s.y +a[3]=r +s.r=q +s.w=r +return 1}else{a[0]=q +a[1]=s.y +return 5}}, +tp(){var s,r,q=this +if(q.e===1){q.e=2 +return new A.m(q.x,q.y)}s=q.a.f +r=q.Q +return new A.m(s[r-2],s[r-1])}, +eq(a,b){var s,r,q,p,o,n,m=this,l=m.z,k=m.a +if(l===k.w){if(m.d&&m.e===2){if(1===m.yb(b))return 1 +m.d=!1 +return 5}return 6}s=m.z=l+1 +r=k.r[l] +switch(r){case 0:if(m.d){m.z=s-1 +q=m.yb(b) +if(q===5)m.d=!1 +return q}if(s===m.c)return 6 +l=k.f +k=m.Q +s=m.Q=k+1 +p=l[k] +m.Q=s+1 +o=l[s] +m.x=p +m.y=o +b[0]=p +b[1]=o +m.e=1 +m.r=p +m.w=o +m.d=!0 +break +case 1:n=m.tp() +l=k.f +k=m.Q +s=m.Q=k+1 +p=l[k] +m.Q=s+1 +o=l[s] +b[0]=n.a +b[1]=n.b +b[2]=p +b[3]=o +m.r=p +m.w=o +break +case 3:++m.f +n=m.tp() +b[0]=n.a +b[1]=n.b +l=k.f +k=m.Q +s=m.Q=k+1 +b[2]=l[k] +k=m.Q=s+1 +b[3]=l[s] +s=m.Q=k+1 +k=l[k] +b[4]=k +m.r=k +m.Q=s+1 +s=l[s] +b[5]=s +m.w=s +break +case 2:n=m.tp() +b[0]=n.a +b[1]=n.b +l=k.f +k=m.Q +s=m.Q=k+1 +b[2]=l[k] +k=m.Q=s+1 +b[3]=l[s] +s=m.Q=k+1 +k=l[k] +b[4]=k +m.r=k +m.Q=s+1 +s=l[s] +b[5]=s +m.w=s +break +case 4:n=m.tp() +b[0]=n.a +b[1]=n.b +l=k.f +k=m.Q +s=m.Q=k+1 +b[2]=l[k] +k=m.Q=s+1 +b[3]=l[s] +s=m.Q=k+1 +b[4]=l[k] +k=m.Q=s+1 +b[5]=l[s] +s=m.Q=k+1 +k=l[k] +b[6]=k +m.r=k +m.Q=s+1 +s=l[s] +b[7]=s +m.w=s +break +case 5:r=m.yb(b) +if(r===1)--m.z +else{m.d=!1 +m.e=0}m.r=m.x +m.w=m.y +break +case 6:break +default:throw A.c(A.c6("Unsupport Path verb "+r,null,null))}return r}} +A.rj.prototype={ +fY(a,b,c){var s=a*2,r=this.f +r[s]=b +r[s+1]=c}, +fF(a){var s=this.f,r=a*2 +return new A.m(s[r],s[r+1])}, +rN(){var s=this +if(s.ay)return new A.w(s.fF(0).a,s.fF(0).b,s.fF(1).a,s.fF(2).b) +else return s.w===4?s.a_o():null}, +dj(a){var s +if(this.Q)this.yy() +s=this.a +s.toString +return s}, +a_o(){var s,r,q,p,o,n,m=this,l=null,k=m.fF(0).a,j=m.fF(0).b,i=m.fF(1).a,h=m.fF(1).b +if(m.r[1]!==1||h!==j)return l +s=i-k +r=m.fF(2).a +q=m.fF(2).b +if(m.r[2]!==1||r!==i)return l +p=q-h +o=m.fF(3) +n=m.fF(3).b +if(m.r[3]!==1||n!==q)return l +if(r-o.a!==s||n-j!==p)return l +return new A.w(k,j,k+s,j+p)}, +QH(){var s,r,q,p,o +if(this.w===2){s=this.r +s=s[0]!==0||s[1]!==1}else s=!0 +if(s)return null +s=this.f +r=s[0] +q=s[1] +p=s[2] +o=s[3] +if(q===o||r===p)return new A.w(r,q,p,o) +return null}, +tH(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this.dj(0),f=A.b([],t.kG),e=new A.oh(this) +e.oQ(this) +s=new Float32Array(8) +e.eq(0,s) +for(r=0;q=e.eq(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.bD(j,i));++r}l=f[0] +k=f[1] +h=f[2] +return A.a4d(g,f[3],h,l,k)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.rj&&this.ac6(b)}, +gv(a){var s=this +return A.cu(s.cx,s.f,s.y,s.r,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +ac6(a){var s,r,q,p,o,n,m,l=this +if(l.cx!==a.cx)return!1 +s=l.d +if(s!==a.d)return!1 +r=s*2 +for(q=l.f,p=a.f,o=0;oq.c){s=a+10 +q.c=s +r=new Float32Array(s*2) +B.hz.mt(r,0,q.f) +q.f=r}q.d=a}, +a6G(a){var s,r,q=this +if(a>q.e){s=a+8 +q.e=s +r=new Uint8Array(s) +B.R.mt(r,0,q.r) +q.r=r}q.w=a}, +a6E(a){var s,r,q=this +if(a>q.x){s=a+4 +q.x=s +r=new Float32Array(s) +s=q.y +if(s!=null)B.hz.mt(r,0,s) +q.y=r}q.z=a}, +yy(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.d +i.Q=!1 +i.b=null +if(h===0){i.a=B.F +i.as=!0}else{s=i.f +r=s[0] +q=s[1] +p=0*r*q +o=2*h +for(n=q,m=r,l=2;lm){l.a=m +l.b=s}else if(s===m)return 1}return o}} +A.a82.prototype={ +N2(a){return(this.a*a+this.c)*a+this.e}, +N3(a){return(this.b*a+this.d)*a+this.f}} +A.a3p.prototype={ +a98(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=e.a,c=A.aqg(d,!0) +for(s=e.f,r=t.td;q=c.eq(0,s),q!==6;)switch(q){case 0:case 5:break +case 1:e.ZS() +break +case 2:p=!A.aqi(s)?A.aCx(s):0 +o=e.H0(s[0],s[1],s[2],s[3],s[4],s[5]) +e.d+=p>0?o+e.H0(s[4],s[5],s[6],s[7],s[8],s[9]):o +break +case 3:n=d.y[c.f] +m=s[0] +l=s[1] +k=s[2] +j=s[3] +i=s[4] +h=s[5] +g=A.aqi(s) +f=A.b([],r) +new A.f_(m,l,k,j,i,h,n).aaj(f) +e.H_(f[0]) +if(!g&&f.length===2)e.H_(f[1]) +break +case 4:e.ZQ() +break}}, +ZS(){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.a3q(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.aDf(o)===q)q=0 +n.d+=q}, +H0(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.a3q(o,p,a,b,e,f)){++k.e +return 0}if(p===s)return 0 +n=new A.kn() +if(0===n.kA(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.a3q(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.kn() +if(0===l.kA(g+(h-2*m),2*(m-h),h-p))k=q===1?a.a:a.e +else{j=l.a +j.toString +k=A.aAx(a.a,a.c,a.e,n,j)/A.aAw(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.a3q(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.atj(f,a0,m) +if(i==null)return +h=A.atz(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<$.l2.length;++m){l=$.l2[m] +k=window.devicePixelRatio +j=k===0?1:k +if(l.y!==j)continue +j=l.a +i=j.c-j.a +j=j.d-j.b +h=i*j +g=c.dy +k=window.devicePixelRatio +if(l.r>=B.e.dV(s*(k===0?1:k))+2){k=window.devicePixelRatio +f=l.w>=B.e.dV(r*(k===0?1:k))+2&&l.ay===g}else f=!1 +e=h4)){if(i===b&&j===a){o=l +break}n=h +o=l}}if(o!=null){B.c.B($.l2,o) +o.sjd(0,a0) +o.b=c.fx +return o}d=A.azW(a0,c.cy.b.d,c.dy) +d.b=c.fx +return d}, +Gp(){var s=this.d.style +B.h.ao(s,B.h.X(s,"transform"),"translate("+A.e(this.CW)+"px, "+A.e(this.cx)+"px)","")}, +fa(){this.Gp() +this.tk(null)}, +bq(a){this.yA(null) +this.fr=!0 +this.FI(0)}, +bc(a,b){var s,r,q=this +q.FM(0,b) +q.fx=b.fx +if(b!==q)b.fx=null +if(q.CW!==b.CW||q.cx!==b.cx)q.Gp() +q.yA(b) +if(q.cy===b.cy){s=q.ch +r=s instanceof A.jM&&q.dy!==s.ay +if(q.fr||r)q.tk(b) +else q.ch=b.ch}else q.tk(b)}, +kT(){var s=this +s.FL() +s.yA(s) +if(s.fr)s.tk(s)}, +hm(){A.Ts(this.ch) +this.ch=null +this.FJ()}} +A.a3t.prototype={ +$0(){var s,r=this.a,q=r.fy +q.toString +s=r.ch=r.a0t(q) +s.b=r.fx +q=r.d +q.toString +A.amz(q) +r.d.appendChild(s.c) +s.aG(0) +q=r.cy.b +q.toString +r=r.fy +r.toString +q.Ba(s,r) +s.nv()}, +$S:0} +A.a4z.prototype={ +Ba(a,b){var s,r,q,p,o,n,m,l,k,j +try{m=this.b +m.toString +m=A.aug(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.Ey(a6) +a6.b=!0 +h=new A.J4(a4,a5,a6.a,-1/0,-1/0,1/0,1/0) +g=A.d6() +g.sNe(B.eB) +g.fC(0,a4) +g.fC(0,a5) +g.eD(0) +h.x=g +f=Math.min(b,a0) +e=Math.max(b,a0) +d.a.mr(f-i,Math.min(a,a1)-i,e+i,Math.max(a,a1)+i,h) +d.c.push(h)}, +cp(a,b,c){var s,r,q,p,o,n,m,l,k,j=this +if(c.a.w==null){t.Ci.a(b) +s=b.a.rN() +if(s!=null){j.c8(0,s,c) +return}r=b.a +q=r.ax?r.tH():null +if(q!=null){j.cm(0,q,c) +return}}t.Ci.a(b) +if(b.a.w!==0){j.e=j.d.c=!0 +p=b.dj(0) +o=A.Ey(c) +if(o!==0)p=p.hq(o) +r=b.a +n=new A.rj(r.f,r.r) +n.e=r.e +n.w=r.w +n.c=r.c +n.d=r.d +n.x=r.x +n.z=r.z +n.y=r.y +m=r.Q +n.Q=m +if(!m){n.a=r.a +n.b=r.b +n.as=r.as}n.cx=r.cx +n.at=r.at +n.ax=r.ax +n.ay=r.ay +n.ch=r.ch +n.CW=r.CW +l=new A.tl(n,B.bk) +l.H4(b) +c.b=!0 +k=new A.J8(l,c.a,-1/0,-1/0,1/0,1/0) +j.a.os(p,k) +l.b=b.b +j.c.push(k)}}, +hn(a,b,c){var s,r,q,p,o=this +t.Ak.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.J7(b,c,-1/0,-1/0,1/0,1/0) +o.a.mr(r,q,r+b.gdT().c,q+b.gdT().d,p) +o.c.push(p)}} +A.cO.prototype={} +A.ww.prototype={ +qK(a){var s=this +if(s.a)return!0 +return s.ea.d||s.da.c}} +A.yw.prototype={ +be(a){a.bF(0)}, +i(a){var s=this.bY(0) +return s}} +A.Jc.prototype={ +be(a){a.bt(0)}, +i(a){var s=this.bY(0) +return s}} +A.Jg.prototype={ +be(a){a.aC(0,this.a,this.b)}, +i(a){var s=this.bY(0) +return s}} +A.Je.prototype={ +be(a){a.cP(0,this.a,this.b)}, +i(a){var s=this.bY(0) +return s}} +A.Jd.prototype={ +be(a){a.hy(0,this.a)}, +i(a){var s=this.bY(0) +return s}} +A.Jf.prototype={ +be(a){a.T(0,this.a)}, +i(a){var s=this.bY(0) +return s}} +A.J2.prototype={ +be(a){a.lE(0,this.f,this.r)}, +i(a){var s=this.bY(0) +return s}} +A.J1.prototype={ +be(a){a.lD(0,this.f)}, +i(a){var s=this.bY(0) +return s}} +A.J0.prototype={ +be(a){a.fG(0,this.f)}, +i(a){var s=this.bY(0) +return s}} +A.J6.prototype={ +be(a){a.iu(0,this.f,this.r,this.w)}, +i(a){var s=this.bY(0) +return s}} +A.Ja.prototype={ +be(a){a.c8(0,this.f,this.r)}, +i(a){var s=this.bY(0) +return s}} +A.J9.prototype={ +be(a){a.cm(0,this.f,this.r)}, +i(a){var s=this.bY(0) +return s}} +A.J4.prototype={ +be(a){var s=this.w +if(s.b==null)s.b=B.aq +a.cp(0,this.x,s)}, +i(a){var s=this.bY(0) +return s}} +A.J3.prototype={ +be(a){a.dZ(0,this.f,this.r,this.w)}, +i(a){var s=this.bY(0) +return s}} +A.J8.prototype={ +be(a){a.cp(0,this.f,this.r)}, +i(a){var s=this.bY(0) +return s}} +A.Jb.prototype={ +be(a){a.iv(0,this.f,this.r,this.w,!0)}, +i(a){var s=this.bY(0) +return s}} +A.J5.prototype={ +be(a){var s=this +a.hP(s.f,s.r,s.w,s.x)}, +i(a){var s=this.bY(0) +return s}} +A.J7.prototype={ +be(a){a.hn(0,this.f,this.r)}, +i(a){var s=this.bY(0) +return s}} +A.afg.prototype={ +lE(a,b,c){var s,r,q,p,o=this,n=b.a,m=b.b,l=b.c,k=b.d +if(!o.x){s=$.amY() +s[0]=n +s[1]=m +s[2]=l +s[3]=k +A.amI(o.y,s) +n=s[0] +m=s[1] +l=s[2] +k=s[3]}if(!o.z){o.Q=n +o.as=m +o.at=l +o.ax=k +o.z=!0 +r=k +q=l +p=m +s=n}else{s=o.Q +if(n>s){o.Q=n +s=n}p=o.as +if(m>p){o.as=m +p=m}q=o.at +if(l=q||p>=r)c.a=!0 +else{c.b=s +c.c=p +c.d=q +c.e=r}}, +os(a,b){this.mr(a.a,a.b,a.c,a.d,b)}, +mr(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j=this +if(a===c||b===d){e.a=!0 +return}if(!j.x){s=$.amY() +s[0]=a +s[1]=b +s[2]=c +s[3]=d +A.amI(j.y,s) +r=s[0] +q=s[1] +p=s[2] +o=s[3]}else{o=d +p=c +q=b +r=a}if(j.z){n=j.at +if(r>=n){e.a=!0 +return}m=j.Q +if(p<=m){e.a=!0 +return}l=j.ax +if(q>=l){e.a=!0 +return}k=j.as +if(o<=k){e.a=!0 +return}if(rn)p=n +if(ql)o=l}e.b=r +e.c=q +e.d=p +e.e=o +if(j.b){j.c=Math.min(Math.min(j.c,r),p) +j.e=Math.max(Math.max(j.e,r),p) +j.d=Math.min(Math.min(j.d,q),o) +j.f=Math.max(Math.max(j.f,q),o)}else{j.c=Math.min(r,p) +j.e=Math.max(r,p) +j.d=Math.min(q,o) +j.f=Math.max(q,o)}j.b=!0}, +EO(){var s=this,r=s.y,q=new A.bJ(new Float32Array(16)) +q.by(r) +s.r.push(q) +r=s.z?new A.w(s.Q,s.as,s.at,s.ax):null +s.w.push(r)}, +aaA(){var s,r,q,p,o,n,m,l,k,j,i=this +if(!i.b)return B.F +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.c.gJ(s)).r9(new A.a3Y())}, +$S:0} +A.a95.prototype={ +$0(){var s,r,q=t.IF,p=this.a.a +if($.a93==null)q.a(B.c.gJ(p)).bq(0) +else{s=q.a(B.c.gJ(p)) +r=$.a93 +r.toString +s.bc(0,r)}A.aHv(q.a(B.c.gJ(p))) +$.a93=q.a(B.c.gJ(p)) +return new A.tm(q.a(B.c.gJ(p)).d)}, +$S:255} +A.a2N.prototype={ +Ri(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +for(s=f.d,r=f.c,q=a.a,p=f.b,o=b.a,n=0;n>>24&255)<1}, +$S:257} +A.wC.prototype={} +A.a_f.prototype={ +abc(a,b,c){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.e +if(h===B.eM||h===B.vJ){s=i.f +r=b.a +q=b.b +p=i.a +o=i.b +n=p.a +m=o.a +p=p.b +o=o.b +if(s!=null){l=(n+m)/2-r +k=(p+o)/2-q +s.agR(0,n-l,p-k) +p=s.b +n=s.c +s.agR(0,m-l,o-k) +j=a.createLinearGradient(p+l-r,n+k-q,s.b+l-r,s.c+k-q)}else j=a.createLinearGradient(n-r,p-q,m-r,o-q) +A.aFv(j,i.c,i.d,h===B.vJ) +return j}else{h=a.createPattern(i.Mo(b,c,!1),"no-repeat") +h.toString +return h}}, +Mo(c8,c9,d0){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="premultipliedAlpha",c2="u_resolution",c3="m_gradient",c4="attachShader",c5="bindBuffer",c6=c8.c,c7=c8.a +c6-=c7 +s=B.e.dV(c6) +r=c8.d +q=c8.b +r-=q +p=B.e.dV(r) +if($.amm==null)$.amm=new A.ahm() +o=$.a2X +if(o==null?$.a2X="OffscreenCanvas" in window:o){o=new OffscreenCanvas(s,p) +n=null}else{o=A.vQ(p,s) +o.className="gl-canvas" +n=A.aX() +m=A.aX() +l=o.style +l.position="absolute" +l.width=A.e(s/n)+"px" +l.height=A.e(p/m)+"px" +n=o +o=null}m=$.a2X +if(m==null?$.a2X="OffscreenCanvas" in window:m){o.toString +n=t.N +m=B.K5.rH(o,"webgl2",A.az([c1,!1],n,t.z)) +m.toString +k=new A.HB(m) +$.a_e.b=A.z(n,t.eS) +k.dy=o +o=$.a_e}else{n.toString +o=$.iw +o=(o==null?$.iw=A.Ex():o)===1?"webgl":"webgl2" +m=t.N +o=B.b2.rH(n,o,A.az([c1,!1],m,t.z)) +o.toString +k=new A.HB(o) +$.a_e.b=A.z(m,t.eS) +k.dy=n +o=$.a_e}k.fr=s +k.fx=p +j=A.aCs(c0.c,c0.d) +n=$.arz +if(n==null){n=$.iw +if(n==null)n=$.iw=A.Ex() +m=A.b([],t.zz) +l=A.b([],t.fe) +i=new A.KU(m,l,n===2,!1,new A.by("")) +i.B1(11,"position") +i.B1(11,"color") +i.km(14,"u_ctransform") +i.km(11,"u_scale") +i.km(11,"u_shift") +m.push(new A.oG("v_color",11,3)) +h=new A.zU("main",A.b([],t.s)) +l.push(h) +h.eB("gl_Position = ((u_ctransform * position) * u_scale) + u_shift;") +h.eB("v_color = color.zyxw;") +n=$.arz=i.bq(0)}m=c0.e +l=$.iw +if(l==null)l=$.iw=A.Ex() +g=A.b([],t.zz) +f=A.b([],t.fe) +l=l===2 +i=new A.KU(g,f,l,!0,new A.by("")) +i.e=1 +i.B1(11,"v_color") +i.km(9,c2) +i.km(14,c3) +e=i.Q +if(e==null)e=i.Q=new A.oG(l?"gFragColor":"gl_FragColor",11,3) +h=new A.zU("main",A.b([],t.s)) +f.push(h) +h.eB("vec4 localCoord = m_gradient * vec4(gl_FragCoord.x, u_resolution.y - gl_FragCoord.y, 0, 1);") +h.eB("float st = localCoord.x;") +h.eB(e.a+" = "+A.aH6(i,h,j,m)+" * scale + bias;") +d=i.bq(0) +c=n+"||"+d +b=J.ag(o.bi(),c) +if(b==null){a=k.M1(0,"VERTEX_SHADER",n) +a0=k.M1(0,"FRAGMENT_SHADER",d) +n=k.a +l=n.createProgram() +A.bE(n,c4,[l,a]) +A.bE(n,c4,[l,a0]) +A.bE(n,"linkProgram",[l]) +g=k.ay +if(!A.bE(n,"getProgramParameter",[l,g==null?k.ay=n.LINK_STATUS:g]))A.K(A.cw(A.bE(n,"getProgramInfoLog",[l]))) +b=new A.HC(l) +J.cU(o.bi(),c,b)}o=k.a +n=b.a +A.bE(o,"useProgram",[n]) +l=c0.a +a1=l.a +a2=l.b +l=c0.b +a3=l.a +a4=l.b +a5=a3-a1 +a6=a4-a2 +a7=Math.sqrt(a5*a5+a6*a6) +l=a7<11920929e-14 +a8=l?0:-a6/a7 +a9=l?1:a5/a7 +b0=m!==B.eM +b1=b0?c6/2:(a1+a3)/2-c7 +b2=b0?r/2:(a2+a4)/2-q +b3=A.dP() +b3.mv(-b1,-b2,0) +b4=A.dP() +b5=b4.a +b5[0]=a9 +b5[1]=a8 +b5[4]=-a8 +b5[5]=a9 +b6=A.dP() +b6.aC(0,0.5,0) +if(a7>11920929e-14)b6.bd(0,1/a7) +c7=c0.f +if(c7!=null){c7=c7.a +b6.cP(0,1,-1) +b6.aC(0,-c8.gaU().a,-c8.gaU().b) +b6.cg(0,new A.bJ(c7)) +b6.aC(0,c8.gaU().a,c8.gaU().b) +b6.cP(0,1,-1)}b6.cg(0,b4) +b6.cg(0,b3) +j.Ri(k,b) +A.bE(o,"uniformMatrix4fv",[k.mq(0,n,c3),!1,b6.a]) +A.bE(o,"uniform2f",[k.mq(0,n,c2),s,p]) +c7=$.amm +c6=0+c6 +r=0+r +if(d0){c7.MQ(new A.w(0,0,c6,r),k,b,j,s,p) +c6=k.fr +b7=A.vQ(k.fx,c6) +k.MP(0,b7.getContext("2d"),0,0) +b8=b7.toDataURL("image/png",null) +b7.width=0 +b7.height=0 +A.bE(o,c5,[k.gnJ(),null]) +A.bE(o,c5,[k.gvT(),null]) +return b8}else{c7.MQ(new A.w(0,0,c6,r),k,b,j,s,p) +b9=k.afQ(j.e) +A.bE(o,c5,[k.gnJ(),null]) +A.bE(o,c5,[k.gvT(),null]) +b9.toString +return b9}}} +A.KU.prototype={ +B1(a,b){var s=new A.oG(b,a,1) +this.b.push(s) +return s}, +km(a,b){var s=new A.oG(b,a,2) +this.b.push(s) +return s}, +Lr(a,b){var s,r,q=this,p="varying ",o=b.c +switch(o){case 0:q.as.a+="const " +break +case 1:if(q.y)s="in " +else s=q.z?p:"attribute " +q.as.a+=s +break +case 2:q.as.a+="uniform " +break +case 3:s=q.y?"out ":p +q.as.a+=s +break}s=q.as +r=s.a+=A.aDo(b.b)+" "+b.a +if(o===0)o=s.a=r+" = " +else o=r +s.a=o+";\n"}, +bq(a){var s,r,q,p,o,n=this,m=n.y +if(m)n.as.a+="#version 300 es\n" +s=n.e +if(s!=null){if(s===0)s="lowp" +else s=s===1?"mediump":"highp" +n.as.a+="precision "+s+" float;\n"}if(m&&n.Q!=null){m=n.Q +m.toString +n.Lr(n.as,m)}for(m=n.b,s=m.length,r=n.as,q=0;q=0;--r,o=m){a.toString +n=B.c.eJ(a,r)!==-1&&B.c.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)}}, +a4H(a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this.x,c=d.length,b=a1.x,a=b.length,a0=A.b([],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.a1a(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.JK(B.r,new A.a1b(r,p,m),new A.a1c(h,p)) +k=B.e3}else if(l){e=h.e +if(e.h(0,p)!=null){q=f.repeat +if(q===!0)k=B.Cf +else{h.c.$1(new A.h9(r,B.cs,p,m,g,!0)) +e.B(0,p) +k=B.e3}}else k=B.e3}else{if(h.e.h(0,p)==null){f.preventDefault() +return}k=B.cs}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.n(0,p,i) +$.avU().Y(0,new A.a1d(h,m,a,r)) +if(o)if(!q)h.a7N(p,m,r) +else{e=h.f.B(0,p) +if(e!=null)e.$0()}e=j==null?m:j +q=k===B.cs?g:n +if(h.c.$1(new A.h9(r,k,p,e,q,!1)))f.preventDefault()}, +kB(a){var s=this,r={} +r.a=!1 +s.c=new A.a1i(r,s) +try{s.a24(a)}finally{if(!r.a)s.c.$1(B.Ce) +s.c=null}}} +A.a1e.prototype={ +$1(a){var s=this +if(!s.a.a&&!s.b.d){s.c.$0() +s.b.a.$1(s.d.$0())}}, +$S:22} +A.a1f.prototype={ +$0(){this.a.a=!0}, +$S:0} +A.a1g.prototype={ +$0(){return new A.h9(new A.aP(this.a.a+2e6),B.cs,this.b,this.c,null,!0)}, +$S:124} +A.a1h.prototype={ +$0(){this.a.e.B(0,this.b)}, +$S:0} +A.a1a.prototype={ +$0(){var s,r,q,p,o,n,m,l=this,k=l.a.a,j=k.key +j.toString +if(B.tA.aq(0,j)){j=k.key +j.toString +j=B.tA.h(0,j) +s=j==null?null:j[k.location] +s.toString +return s}j=l.b +if(j!=null){s=B.b.ad(j,0)&65535 +if(j.length===2)s+=B.b.ad(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.Jf.h(0,j) +return k==null?B.b.gv(j)+98784247808:k}, +$S:60} +A.a1b.prototype={ +$0(){return new A.h9(this.a,B.cs,this.b,this.c,null,!0)}, +$S:124} +A.a1c.prototype={ +$0(){this.a.e.B(0,this.b)}, +$S:0} +A.a1d.prototype={ +$2(a,b){var s,r,q=this +if(q.b===a)return +s=q.a +r=s.e +if(r.aaH(0,a)&&!b.$1(q.c))r.ag8(r,new A.a19(s,a,q.d))}, +$S:335} +A.a19.prototype={ +$2(a,b){var s=this.b +if(b!==s)return!1 +this.a.c.$1(new A.h9(this.c,B.cs,a,s,null,!0)) +return!0}, +$S:344} +A.a1i.prototype={ +$1(a){this.a.a=!0 +return this.b.a.$1(a)}, +$S:85} +A.a2g.prototype={} +A.V2.prototype={ +ga8F(){return A.a(this.a,"_unsubscribe")}, +JZ(a){this.a=a.pF(0,t.lG.a(this.gOD(this)))}, +m(a){var s=this +if(s.c||s.gkY()==null)return +s.c=!0 +s.a8G()}, +qj(){var s=0,r=A.P(t.H),q=this +var $async$qj=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:s=q.gkY()!=null?2:3 +break +case 2:s=4 +return A.U(q.iV(),$async$qj) +case 4:s=5 +return A.U(q.gkY().l4(0,-1),$async$qj) +case 5:case 3:return A.N(null,r)}}) +return A.O($async$qj,r)}, +gjk(){var s=this.gkY() +s=s==null?null:s.rM(0) +return s==null?"/":s}, +ga5(){var s=this.gkY() +return s==null?null:s.or(0)}, +a8G(){return this.ga8F().$0()}} +A.y6.prototype={ +Xd(a){var s,r=this,q=r.d +if(q==null)return +r.JZ(q) +if(!r.zp(r.ga5())){s=t.z +q.iU(0,A.az(["serialCount",0,"state",r.ga5()],s,s),"flutter",r.gjk())}r.e=r.gyL()}, +gyL(){if(this.zp(this.ga5())){var s=this.ga5() +s.toString +return A.ei(J.ag(t.f.a(s),"serialCount"))}return 0}, +zp(a){return t.f.b(a)&&J.ag(a,"serialCount")!=null}, +t0(a,b,c){var s,r,q="_lastSeenSerialCount",p=this.d +if(p!=null){s=t.z +r=this.e +if(b){s=A.az(["serialCount",A.a(r,q),"state",c],s,s) +a.toString +p.iU(0,s,"flutter",a)}else{r=A.a(r,q)+1 +this.e=r +s=A.az(["serialCount",A.a(r,q),"state",c],s,s) +a.toString +p.rd(0,s,"flutter",a)}}}, +Fc(a){return this.t0(a,!1,null)}, +Dt(a,b){var s,r,q,p,o=this +if(!o.zp(new A.ip([],[]).ji(b.state,!0))){s=o.d +s.toString +r=new A.ip([],[]).ji(b.state,!0) +q=t.z +s.iU(0,A.az(["serialCount",A.a(o.e,"_lastSeenSerialCount")+1,"state",r],q,q),"flutter",o.gjk())}o.e=o.gyL() +s=$.aL() +r=o.gjk() +q=new A.ip([],[]).ji(b.state,!0) +q=q==null?null:J.ag(q,"state") +p=t.z +s.hZ("flutter/navigation",B.aB.hR(new A.he("pushRouteInformation",A.az(["location",r,"state",q],p,p))),new A.a2q())}, +iV(){var s=0,r=A.P(t.H),q,p=this,o,n,m +var $async$iV=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:p.m(0) +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.gyL() +s=o>0?3:4 +break +case 3:s=5 +return A.U(p.d.l4(0,-o),$async$iV) +case 5:case 4:n=p.ga5() +n.toString +t.f.a(n) +m=p.d +m.toString +m.iU(0,J.ag(n,"state"),"flutter",p.gjk()) +case 1:return A.N(q,r)}}) +return A.O($async$iV,r)}, +gkY(){return this.d}} +A.a2q.prototype={ +$1(a){}, +$S:17} +A.zX.prototype={ +XJ(a){var s,r=this,q=r.d +if(q==null)return +r.JZ(q) +s=r.gjk() +if(!A.alb(new A.ip([],[]).ji(window.history.state,!0))){q.iU(0,A.az(["origin",!0,"state",r.ga5()],t.N,t.z),"origin","") +r.Aa(q,s,!1)}}, +t0(a,b,c){var s=this.d +if(s!=null)this.Aa(s,a,!0)}, +Fc(a){return this.t0(a,!1,null)}, +Dt(a,b){var s,r=this,q="flutter/navigation" +if(A.aqU(new A.ip([],[]).ji(b.state,!0))){s=r.d +s.toString +r.a7l(s) +$.aL().hZ(q,B.aB.hR(B.JR),new A.a7k())}else if(A.alb(new A.ip([],[]).ji(b.state,!0))){s=r.f +s.toString +r.f=null +$.aL().hZ(q,B.aB.hR(new A.he("pushRoute",s)),new A.a7l())}else{r.f=r.gjk() +r.d.l4(0,-1)}}, +Aa(a,b,c){var s +if(b==null)b=this.gjk() +s=this.e +if(c)a.iU(0,s,"flutter",b) +else a.rd(0,s,"flutter",b)}, +a7l(a){return this.Aa(a,null,!1)}, +iV(){var s=0,r=A.P(t.H),q,p=this,o,n +var $async$iV=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:p.m(0) +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.d +s=3 +return A.U(o.l4(0,-1),$async$iV) +case 3:n=p.ga5() +n.toString +o.iU(0,J.ag(t.f.a(n),"state"),"flutter",p.gjk()) +case 1:return A.N(q,r)}}) +return A.O($async$iV,r)}, +gkY(){return this.d}} +A.a7k.prototype={ +$1(a){}, +$S:17} +A.a7l.prototype={ +$1(a){}, +$S:17} +A.nY.prototype={} +A.aax.prototype={} +A.a_j.prototype={ +pF(a,b){B.aZ.kj(window,"popstate",b) +return new A.a_l(this,b)}, +rM(a){var s=window.location.hash +if(s.length===0||s==="#")return"/" +return B.b.bU(s,1)}, +or(a){return new A.ip([],[]).ji(window.history.state,!0)}, +OS(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}, +rd(a,b,c,d){var s=this.OS(0,d) +window.history.pushState(new A.Ru([],[]).jQ(b),c,s)}, +iU(a,b,c,d){var s=this.OS(0,d) +window.history.replaceState(new A.Ru([],[]).jQ(b),c,s)}, +l4(a,b){window.history.go(b) +return this.a96()}, +a96(){var s=new A.a4($.a5,t.U),r=A.bx("unsubscribe") +r.b=this.pF(0,new A.a_k(r,new A.aI(s,t.h))) +return s}} +A.a_l.prototype={ +$0(){B.aZ.wm(window,"popstate",this.b) +return null}, +$S:0} +A.a_k.prototype={ +$1(a){this.a.bm().$0() +this.b.eg(0)}, +$S:8} +A.Wv.prototype={ +pF(a,b){return J.awT(this.a,b)}, +rM(a){return J.az0(this.a)}, +or(a){return J.az4(this.a)}, +rd(a,b,c,d){return J.azj(this.a,b,c,d)}, +iU(a,b,c,d){return J.azn(this.a,b,c,d)}, +l4(a,b){return J.az6(this.a,b)}} +A.a3F.prototype={} +A.Vd.prototype={} +A.H0.prototype={ +lA(a,b){var s,r +this.b=b +this.c=!0 +s=A.a(b,"cullRect") +r=A.b([],t.EO) +return this.a=new A.a4z(new A.afg(s,A.b([],t.Xr),A.b([],t.cA),A.dP()),r,new A.a5t())}, +gO8(){return this.c}, +vk(){var s,r=this +if(!r.c)r.lA(0,B.l4) +r.c=!1 +s=r.a +s.b=s.a.aaA() +s.f=!0 +s=r.a +A.a(r.b,"cullRect") +return new A.H_(s)}} +A.H_.prototype={ +m(a){this.a=!0}} +A.Yp.prototype={ +CV(){var s=this.f +if(s!=null)A.pI(s,this.r)}, +adV(a,b){var s=this.at +if(s!=null)A.pI(new A.YB(b,s,a),this.ax) +else b.$1(!1)}, +hZ(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=$.ER() +r=A.cZ(b.buffer,b.byteOffset,b.byteLength) +if(r[0]===7){q=r[1] +if(q>=254)A.K(A.cw("Unrecognized message sent to dev.flutter/channel-buffers (method name too long)")) +p=2+q +o=B.z.ds(0,B.R.bG(r,2,p)) +switch(o){case"resize":if(r[p]!==12)A.K(A.cw(j)) +n=p+1 +if(r[n]<2)A.K(A.cw(j));++n +if(r[n]!==7)A.K(A.cw("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.K(A.cw("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.z.ds(0,B.R.bG(r,n,p)) +if(r[p]!==3)A.K(A.cw("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (second argument must be an integer in the range 0 to 2147483647)")) +s.Pr(0,l,b.getUint32(p+1,B.ae===$.df())) +break +case"overflow":if(r[p]!==12)A.K(A.cw(i)) +n=p+1 +if(r[n]<2)A.K(A.cw(i));++n +if(r[n]!==7)A.K(A.cw("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.K(A.cw("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.z.ds(0,B.R.bG(r,n,s)) +s=r[s] +if(s!==1&&s!==2)A.K(A.cw("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (second argument must be a boolean)")) +break +default:A.K(A.cw("Unrecognized method '"+o+"' sent to dev.flutter/channel-buffers"))}}else{k=A.b(B.z.ds(0,r).split("\r"),t.s) +if(k.length===3&&J.f(k[0],"resize"))s.Pr(0,k[1],A.fM(k[2],null)) +else A.K(A.cw("Unrecognized message "+A.e(k)+" sent to dev.flutter/channel-buffers."))}}finally{c.$1(null)}else $.ER().OW(a,b,c)}, +a7e(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this +switch(a){case"flutter/skia":s=B.aB.hO(b) +switch(s.a){case"Skia.setResourceCacheMaxBytes":if($.aJ()){r=A.ei(s.b) +h.gwj().toString +q=A.eT().a +q.w=r +q.Kj()}h.fn(c,B.a5.c9([A.b([!0],t.HZ)])) +break}return +case"flutter/assets":p=B.z.ds(0,A.cZ(b.buffer,0,null)) +$.ahH.dJ(0,p).fq(0,new A.Yu(h,c),new A.Yv(h,c),t.P) +return +case"flutter/platform":s=B.aB.hO(b) +switch(s.a){case"SystemNavigator.pop":h.d.h(0,0).guH().qj().aT(0,new A.Yw(h,c),t.P) +return +case"HapticFeedback.vibrate":q=h.a0Z(A.bH(s.b)) +o=window.navigator +if("vibrate" in o)o.vibrate(q) +h.fn(c,B.a5.c9([!0])) +return +case u.p:n=t.a.a(s.b) +q=J.ay(n) +m=A.bH(q.h(n,"label")) +if(m==null)m="" +l=A.hu(q.h(n,"primaryColor")) +if(l==null)l=4278190080 +q=document +q.title=m +k=t.iI.a(q.querySelector("#flutterweb-theme")) +if(k==null){k=q.createElement("meta") +k.id="flutterweb-theme" +k.name="theme-color" +q.head.appendChild(k)}q=A.cn(new A.E(l>>>0)) +q.toString +k.content=q +h.fn(c,B.a5.c9([!0])) +return +case"SystemChrome.setPreferredOrientations":n=t.j.a(s.b) +$.hv.Ra(n).aT(0,new A.Yx(h,c),t.P) +return +case"SystemSound.play":h.fn(c,B.a5.c9([!0])) +return +case"Clipboard.setData":q=window.navigator.clipboard!=null?new A.Gk():new A.H5() +new A.Gl(q,A.aqe()).R3(s,c) +return +case"Clipboard.getData":q=window.navigator.clipboard!=null?new A.Gk():new A.H5() +new A.Gl(q,A.aqe()).Qc(c) +return}break +case"flutter/service_worker":q=window +j=document.createEvent("Event") +j.initEvent("flutter-first-frame",!0,!0) +q.dispatchEvent(j) +return +case"flutter/textinput":q=$.and() +q.gpQ(q).adg(b,c) +return +case"flutter/mousecursor":s=B.ci.hO(b) +n=t.f.a(s.b) +switch(s.a){case"activateSystemCursor":$.akV.toString +q=A.bH(J.ag(n,"kind")) +i=$.hv.y +i.toString +q=B.JC.h(0,q) +A.d4(i,"cursor",q==null?"default":q) +break}return +case"flutter/web_test_e2e":h.fn(c,B.a5.c9([A.aGm(B.aB,b)])) +return +case"flutter/platform_views":q=h.cy +if(q==null)q=h.cy=new A.a3J($.pM(),new A.Yy()) +c.toString +q.ad5(b,c) +return +case"flutter/accessibility":$.awm().acZ(B.bu,b) +h.fn(c,B.bu.c9(!0)) +return +case"flutter/navigation":h.d.h(0,0).CB(b).aT(0,new A.Yz(h,c),t.P) +h.R8="/" +return}q=$.aud +if(q!=null){q.$3(a,b,c) +return}h.fn(c,null)}, +a0Z(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}}, +j0(){var s=$.auj +if(s==null)throw A.c(A.cw("scheduleFrameCallback must be initialized first.")) +s.$0()}, +aga(a,b){if($.aJ()){A.atD() +A.atE() +t.h_.a(a) +this.gwj().abL(a.a)}else{t._P.a(a) +$.hv.Pk(a.a)}A.aI2()}, +YA(){var s,r=new (window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver)(A.fm(A.aH5(new A.Ys(this),t.j,t._O),2)) +this.fx=r +s=document.documentElement +s.toString +B.JX.aeG(r,s,A.b(["style"],t.s),!0) +$.hw.push(new A.Yt(this))}, +L3(a){var s=this,r=s.a +if(r.d!==a){s.a=r.aaS(a) +A.pI(null,null) +A.pI(s.k2,s.k3)}}, +Yv(){var s,r=this,q=r.id +r.L3(q.matches?B.a4:B.ad) +s=new A.Yq(r) +r.k1=s +B.tK.a2(q,s) +$.hw.push(new A.Yr(r))}, +gBN(){var s=this.R8 +return s==null?this.R8=this.d.h(0,0).guH().gjk():s}, +gwj(){var s=this.RG +if(s===$)s=this.RG=$.aJ()?new A.a4f(new A.W8(),A.b([],t.b)):null +return s}, +fn(a,b){A.Hy(B.r,t.H).aT(0,new A.YC(a,b),t.P)}} +A.YB.prototype={ +$0(){return this.a.$1(this.b.$1(this.c))}, +$S:0} +A.YA.prototype={ +$1(a){this.a.ro(this.b,a)}, +$S:17} +A.Yu.prototype={ +$1(a){this.a.fn(this.b,a)}, +$S:376} +A.Yv.prototype={ +$1(a){$.bW().$1("Error while trying to load an asset: "+A.e(a)) +this.a.fn(this.b,null)}, +$S:7} +A.Yw.prototype={ +$1(a){this.a.fn(this.b,B.a5.c9([!0]))}, +$S:22} +A.Yx.prototype={ +$1(a){this.a.fn(this.b,B.a5.c9([a]))}, +$S:77} +A.Yy.prototype={ +$1(a){$.hv.y.appendChild(a)}, +$S:384} +A.Yz.prototype={ +$1(a){var s=this.b +if(a)this.a.fn(s,B.a5.c9([!0])) +else if(s!=null)s.$1(null)}, +$S:77} +A.Ys.prototype={ +$2(a,b){var s,r,q,p,o,n,m +for(s=J.aw(a),r=t.BZ,q=this.a;s.t();){p=r.a(s.gH(s)) +if(p.type==="attributes"&&p.attributeName==="style"){o=document.documentElement +o.toString +n=A.aIA(o) +m=(n==null?16:n)/16 +o=q.a +if(o.e!==m){q.a=o.v_(m) +A.pI(null,null) +A.pI(q.fy,q.go)}}}}, +$S:389} +A.Yt.prototype={ +$0(){var s=this.a,r=s.fx +if(r!=null)r.disconnect() +s.fx=null}, +$S:0} +A.Yq.prototype={ +$1(a){var s=t.oh.a(a).matches +s.toString +s=s?B.a4:B.ad +this.a.L3(s)}, +$S:8} +A.Yr.prototype={ +$0(){var s=this.a +B.tK.K(s.id,s.k1) +s.k1=null}, +$S:0} +A.YC.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(this.b)}, +$S:22} +A.aje.prototype={ +$0(){this.a.$2(this.b,this.c)}, +$S:0} +A.ajf.prototype={ +$0(){var s=this +s.a.$3(s.b,s.c,s.d)}, +$S:0} +A.a3H.prototype={ +afW(a,b,c){var s=this.a +if(s.aq(0,a))return!1 +s.n(0,a,b) +this.c.E(0,a) +return!0}, +agb(a,b,c){this.d.n(0,b,a) +return this.b.bs(0,b,new A.a3I(this,"flt-pv-slot-"+b,a,b,c))}, +a6X(a){var s,r,q +if(a==null)return +s=$.bV() +if(s!==B.N){J.cb(a) +return}r="tombstone-"+A.e(a.getAttribute("slot")) +q=document.createElement("slot") +s=q.style +s.display="none" +q.setAttribute("name",r) +$.hv.z.kp(0,q) +a.setAttribute("slot",r) +J.cb(a) +J.cb(q)}, +qK(a){var s=this.d.h(0,a) +return s!=null&&this.c.A(0,s)}} +A.a3I.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.bx("content") +p=o.d +if(t.pW.b(r))q.b=r.$2$params(p,o.e) +else q.b=t.BP.a(r).$1(p) +r=q.bm() +if(r.style.height.length===0){$.bW().$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){$.bW().$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.bm()) +return n}, +$S:390} +A.a3J.prototype={ +a_c(a,b){var s=t.f.a(a.b),r=J.ay(s),q=A.ei(r.h(s,"id")),p=A.bk(r.h(s,"viewType")) +r=this.b +if(!r.a.aq(0,p)){b.$1(B.ci.lN("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.ci.lN("recreating_view","view id: "+q,"trying to create an already created view")) +return}this.c.$1(r.agb(p,q,s)) +b.$1(B.ci.qg(null))}, +ad5(a,b){var s,r=B.ci.hO(a) +switch(r.a){case"create":this.a_c(r,b) +return +case"dispose":s=this.b +s.a6X(s.b.B(0,A.ei(r.b))) +b.$1(B.ci.qg(null)) +return}b.$1(null)}} +A.JB.prototype={ +a_2(){var s,r=this +if("PointerEvent" in window){s=new A.afj(A.z(t.S,t.ZW),r.a,r.gzR(),r.c) +s.oy() +return s}if("TouchEvent" in window){s=new A.ah0(A.aK(t.S),r.a,r.gzR(),r.c) +s.oy() +return s}if("MouseEvent" in window){s=new A.aeZ(new A.p8(),r.a,r.gzR(),r.c) +s.oy() +return s}throw A.c(A.R("This browser does not support pointer, touch, or mouse events."))}, +a5f(a){var s=A.b(a.slice(0),A.af(a)),r=$.aL() +A.TB(r.Q,r.as,new A.yL(s))}} +A.a3V.prototype={ +i(a){return"pointers:"+("PointerEvent" in window)+", touch:"+("TouchEvent" in window)+", mouse:"+("MouseEvent" in window)}} +A.abl.prototype={ +B0(a,b,c,d){var s=new A.abm(this,d,c) +$.aEw.n(0,b,s) +B.aZ.kk(window,b,s,!0)}, +kj(a,b,c){return this.B0(a,b,c,!1)}} +A.abm.prototype={ +$1(a){var s +if(!this.b&&!this.a.a.contains(t.ZR.a(J.anX(a))))return null +s=$.e2 +if((s==null?$.e2=A.lp():s).P7(a))this.c.$1(a)}, +$S:34} +A.Sq.prototype={ +Ge(a){var s=A.aHG(A.az(["passive",!1],t.N,t.X)),r=A.fl(new A.ahn(a)) +$.aEx.n(0,"wheel",r) +A.bE(this.a,"addEventListener",["wheel",r,s])}, +Ip(a){var s,r,q,p,o,n,m,l,k,j,i,h +t.V6.a(a) +s=B.lD.gabu(a) +r=B.lD.gabv(a) +switch(B.lD.gabt(a)){case 1:q=$.ass +if(q==null){q=document +p=q.createElement("div") +o=p.style +o.fontSize="initial" +o.display="none" +q.body.appendChild(p) +n=B.mT.Ep(p).fontSize +if(B.b.A(n,"px"))m=A.aqt(A.fO(n,"px","")) +else m=null +B.mT.bw(p) +q=$.ass=m==null?16:m/4}s*=q +r*=q +break +case 2:q=$.bX() +s*=q.gkO().a +r*=q.gkO().b +break +case 0:default:break}l=A.b([],t.v) +q=a.timeStamp +q.toString +q=A.tP(q) +o=a.clientX +a.clientY +k=$.bX() +j=k.w +if(j==null)j=A.aX() +a.clientX +i=a.clientY +k=k.w +if(k==null)k=A.aX() +h=a.buttons +h.toString +this.c.aaK(l,h,B.dq,-1,B.bG,o*j,i*k,1,1,0,s,r,B.Kv,q) +this.b.$1(l) +if(a.getModifierState("Control")){q=$.em() +if(q!==B.bi)q=q!==B.aJ +else q=!1}else q=!1 +if(q)return +a.preventDefault()}} +A.ahn.prototype={ +$1(a){return this.a.$1(a)}, +$S:34} +A.kU.prototype={ +i(a){return A.C(this).i(0)+"(change: "+this.a.i(0)+", buttons: "+this.b+")"}} +A.p8.prototype={ +EI(a,b){var s +if(this.a!==0)return this.wX(b) +s=(b===0&&a>-1?A.aHA(a):b)&1073741823 +this.a=s +return new A.kU(B.uP,s)}, +wX(a){var s=a&1073741823,r=this.a +if(r===0&&s!==0)return new A.kU(B.dq,r) +this.a=s +return new A.kU(s===0?B.dq:B.dr,s)}, +rR(a){if(this.a!==0&&(a&1073741823)===0){this.a=0 +return new A.kU(B.l1,0)}return null}, +EK(a){var s +if(this.a===0)return null +s=this.a=(a==null?0:a)&1073741823 +if(s===0)return new A.kU(B.l1,s) +else return new A.kU(B.dr,s)}} +A.afj.prototype={ +HE(a){return this.d.bs(0,a,new A.afl())}, +Jx(a){if(a.pointerType==="touch")this.d.B(0,a.pointerId)}, +xZ(a,b,c){this.B0(0,a,new A.afk(b),c)}, +Gc(a,b){return this.xZ(a,b,!1)}, +oy(){var s=this +s.Gc("pointerdown",new A.afm(s)) +s.xZ("pointermove",new A.afn(s),!0) +s.xZ("pointerup",new A.afo(s),!0) +s.Gc("pointercancel",new A.afp(s)) +s.Ge(new A.afq(s))}, +h5(a,b,c){var s,r,q,p,o,n,m,l,k,j=c.pointerType +j.toString +s=this.Jm(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.tP(r) +p=c.pressure +r=this.pc(c) +o=c.clientX +c.clientY +n=$.bX() +m=n.w +if(m==null)m=A.aX() +c.clientX +l=c.clientY +n=n.w +if(n==null)n=A.aX() +k=p==null?0:p +this.c.aaJ(a,b.b,b.a,r,s,o*m,l*n,k,1,0,B.cG,j/180*3.141592653589793,q)}, +a0b(a){var s +if("getCoalescedEvents" in a){s=J.pN(a.getCoalescedEvents(),t.qL) +if(!s.gS(s))return s}return A.b([a],t.Y2)}, +Jm(a){switch(a){case"mouse":return B.bG +case"pen":return B.eC +case"touch":return B.bF +default:return B.l2}}, +pc(a){var s=a.pointerType +s.toString +if(this.Jm(s)===B.bG)s=-1 +else{s=a.pointerId +s.toString}return s}} +A.afl.prototype={ +$0(){return new A.p8()}, +$S:458} +A.afk.prototype={ +$1(a){return this.a.$1(t.qL.a(a))}, +$S:34} +A.afm.prototype={ +$1(a){var s,r,q=this.a,p=q.pc(a),o=A.b([],t.v),n=q.HE(p),m=a.buttons +m.toString +s=n.rR(m) +if(s!=null)q.h5(o,s,a) +m=a.button +r=a.buttons +r.toString +q.h5(o,n.EI(m,r),a) +q.b.$1(o)}, +$S:56} +A.afn.prototype={ +$1(a){var s,r,q,p,o=this.a,n=o.HE(o.pc(a)),m=A.b([],t.v) +for(s=J.aw(o.a0b(a));s.t();){r=s.gH(s) +q=r.buttons +q.toString +p=n.rR(q) +if(p!=null)o.h5(m,p,r) +q=r.buttons +q.toString +o.h5(m,n.wX(q),r)}o.b.$1(m)}, +$S:56} +A.afo.prototype={ +$1(a){var s,r=this.a,q=r.pc(a),p=A.b([],t.v),o=r.d.h(0,q) +o.toString +s=o.EK(a.buttons) +r.Jx(a) +if(s!=null){r.h5(p,s,a) +r.b.$1(p)}}, +$S:56} +A.afp.prototype={ +$1(a){var s=this.a,r=s.pc(a),q=A.b([],t.v),p=s.d.h(0,r) +p.toString +p.a=0 +s.Jx(a) +s.h5(q,new A.kU(B.l_,0),a) +s.b.$1(q)}, +$S:56} +A.afq.prototype={ +$1(a){this.a.Ip(a)}, +$S:8} +A.ah0.prototype={ +tj(a,b){this.kj(0,a,new A.ah1(b))}, +oy(){var s=this +s.tj("touchstart",new A.ah2(s)) +s.tj("touchmove",new A.ah3(s)) +s.tj("touchend",new A.ah4(s)) +s.tj("touchcancel",new A.ah5(s))}, +tq(a,b,c,d,e){var s,r,q,p,o,n=e.identifier +n.toString +s=B.e.aI(e.clientX) +B.e.aI(e.clientY) +r=$.bX() +q=r.w +if(q==null)q=A.aX() +B.e.aI(e.clientX) +p=B.e.aI(e.clientY) +r=r.w +if(r==null)r=A.aX() +o=c?1:0 +this.c.M8(b,o,a,n,B.bF,s*q,p*r,1,1,0,B.cG,d)}} +A.ah1.prototype={ +$1(a){return this.a.$1(t.wv.a(a))}, +$S:34} +A.ah2.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k=a.timeStamp +k.toString +s=A.tP(k) +r=A.b([],t.v) +for(k=a.changedTouches,q=k.length,p=this.a,o=p.d,n=0;nq){r.d=q+1 +r=$.aL() +A.mL(r.p3,r.p4,this.b.go,B.v4,null)}else if(sq){s=s.b +s.toString +if((s&32)!==0||(s&16)!==0){s=$.aL() +A.mL(s.p3,s.p4,p,B.du,n)}else{s=$.aL() +A.mL(s.p3,s.p4,p,B.dw,n)}}else{s=s.b +s.toString +if((s&32)!==0||(s&16)!==0){s=$.aL() +A.mL(s.p3,s.p4,p,B.dv,n)}else{s=$.aL() +A.mL(s.p3,s.p4,p,B.dx,n)}}}}, +jO(a){var s,r,q,p=this +if(p.d==null){s=p.b +r=s.k1 +q=r.style +B.h.ao(q,B.h.X(q,"touch-action"),"none","") +p.HQ() +s=s.id +s.d.push(new A.a6D(p)) +q=new A.a6E(p) +p.c=q +s.Q.push(q) +q=new A.a6F(p) +p.d=q +J.iC(r,"scroll",q)}}, +gHp(){var s=this.b,r=s.b +r.toString +r=(r&32)!==0||(r&16)!==0 +s=s.k1 +if(r)return B.e.aI(s.scrollTop) +else return B.e.aI(s.scrollLeft)}, +J0(){var s=this.b,r=s.k1,q=s.b +q.toString +if((q&32)!==0||(q&16)!==0){r.scrollTop=10 +s.p1=this.e=B.e.aI(r.scrollTop) +s.p2=0}else{r.scrollLeft=10 +q=B.e.aI(r.scrollLeft) +this.e=q +s.p1=0 +s.p2=q}}, +HQ(){var s="overflow-y",r="overflow-x",q=this.b,p=q.k1 +switch(q.id.y.a){case 1:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0){q=p.style +B.h.ao(q,B.h.X(q,s),"scroll","")}else{q=p.style +B.h.ao(q,B.h.X(q,r),"scroll","")}break +case 0:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0){q=p.style +B.h.ao(q,B.h.X(q,s),"hidden","")}else{q=p.style +B.h.ao(q,B.h.X(q,r),"hidden","")}break}}, +m(a){var s,r=this,q=r.b,p=q.k1,o=p.style +o.removeProperty("overflowY") +o.removeProperty("overflowX") +o.removeProperty("touch-action") +s=r.d +if(s!=null)J.ao6(p,"scroll",s) +B.c.B(q.id.Q,r.c) +r.c=null}} +A.a6D.prototype={ +$0(){this.a.J0()}, +$S:0} +A.a6E.prototype={ +$1(a){this.a.HQ()}, +$S:153} +A.a6F.prototype={ +$1(a){this.a.a6g()}, +$S:8} +A.a75.prototype={} +A.KS.prototype={} +A.hl.prototype={ +i(a){return"Role."+this.b}} +A.ain.prototype={ +$1(a){return A.aBK(a)}, +$S:172} +A.aio.prototype={ +$1(a){return new A.rI(a)}, +$S:173} +A.aip.prototype={ +$1(a){return new A.r3(a)}, +$S:174} +A.aiq.prototype={ +$1(a){return new A.tr(a)}, +$S:175} +A.air.prototype={ +$1(a){var s,r,q,p="editableElement",o=new A.ty(a),n=(a.a&524288)!==0?document.createElement("textarea"):A.a0A() +A.ca($,p) +o.c=n +s=A.a(n,p) +s.spellcheck=!1 +s.setAttribute("autocorrect","off") +s.setAttribute("autocomplete","off") +s.setAttribute("data-semantics-role","text-field") +s=A.a(n,p).style +s.position="absolute" +s.top="0" +s.left="0" +r=a.y +q=r.c +r=r.a +s.width=A.e(q-r)+"px" +r=a.y +q=r.d +r=r.b +s.height=A.e(q-r)+"px" +a.k1.appendChild(A.a(n,p)) +n=$.bV() +switch(n.a){case 0:case 5:case 3:case 4:case 2:case 6:o.Iy() +break +case 1:o.a48() +break}return o}, +$S:176} +A.ais.prototype={ +$1(a){return new A.q2(A.aFI(a),a)}, +$S:177} +A.ait.prototype={ +$1(a){return new A.qN(a)}, +$S:179} +A.aiu.prototype={ +$1(a){return new A.r5(a)}, +$S:183} +A.fD.prototype={} +A.cF.prototype={ +xT(a,b){var s=this.k1,r=s.style +r.position="absolute" +if(this.go===0){r=$.bL +if(r==null)r=$.bL=new A.dw(self.window.flutterConfiguration) +r=!r.gnp(r)}else r=!1 +if(r){r=s.style +B.h.ao(r,B.h.X(r,"filter"),"opacity(0%)","") +r=s.style +r.color="rgba(0,0,0,0)"}r=$.bL +if(r==null)r=$.bL=new A.dw(self.window.flutterConfiguration) +if(r.gnp(r)){s=s.style +s.outline="1px solid green"}}, +EC(){var s,r=this +if(r.k3==null){s=A.cz("flt-semantics-container",null) +r.k3=s +s=s.style +s.position="absolute" +s=r.k3 +s.toString +r.k1.appendChild(s)}return r.k3}, +gOc(){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}, +MU(){var s=this.a +if((s&64)!==0)if((s&128)!==0)return B.Bk +else return B.fG +else return B.Bj}, +fX(a,b){var s +if(b)this.k1.setAttribute("role",a) +else{s=this.k1 +if(s.getAttribute("role")===a)s.removeAttribute("role")}}, +kg(a,b){var s=this.ok,r=s.h(0,a) +if(b){if(r==null){r=$.aw4().h(0,a).$1(this) +s.n(0,a,r)}r.jO(0)}else if(r!=null){r.m(0) +s.B(0,a)}}, +P9(){var s,r,q,p,o,n,m,l,k,j=this,i=j.k1,h=i.style,g=j.y,f=g.c +g=g.a +h.width=A.e(f-g)+"px" +g=j.y +f=g.d +g=g.b +h.height=A.e(f-g)+"px" +h=j.dy +s=h!=null&&!B.eA.gS(h)?j.EC():null +h=j.y +r=h.b===0&&h.a===0 +q=j.dx +h=q==null +p=h||A.ajD(q)===B.vK +if(r&&p&&j.p1===0&&j.p2===0){A.a6Z(i) +if(s!=null)A.a6Z(s) +return}o=A.bx("effectiveTransform") +if(!r)if(h){h=j.y +n=h.a +m=h.b +h=A.dP() +h.mv(n,m,0) +o.b=h +l=n===0&&m===0}else{h=new A.bJ(new Float32Array(16)) +h.by(new A.bJ(q)) +g=j.y +h.E6(0,g.a,g.b,0) +o.b=h +l=J.az9(o.bm())}else if(!p){o.b=new A.bJ(q) +l=!1}else l=!0 +if(!l){i=i.style +B.h.ao(i,B.h.X(i,"transform-origin"),"0 0 0","") +h=A.hy(o.bm().a) +B.h.ao(i,B.h.X(i,"transform"),h,"")}else A.a6Z(i) +if(s!=null)if(!r||j.p1!==0||j.p2!==0){i=j.y +h=i.a +g=j.p2 +i=i.b +f=j.p1 +k=s.style +k.top=A.e(-i+f)+"px" +k.left=A.e(-h+g)+"px"}else A.a6Z(s)}, +a8H(){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.dy +if(a3==null||a3.length===0){s=a1.p3 +if(s==null||s.length===0){a1.p3=a3 +return}r=s.length +for(a3=a1.id,s=a3.a,q=0;q=0;--q){a0=a1.dy[q] +p=s.h(0,a0) +if(p==null){p=new A.cF(a0,a3,A.cz(a2,null),A.z(n,m)) +p.xT(a0,a3) +s.n(0,a0,p)}if(!B.c.A(b,a0)){l=p.k1 +if(a==null)o.appendChild(l) +else o.insertBefore(l,a) +p.k4=a1 +a3.b.n(0,p.go,a1)}a=p.k1}a1.p3=a1.dy}, +i(a){var s=this.bY(0) +return s}} +A.F0.prototype={ +i(a){return"AccessibilityMode."+this.b}} +A.ls.prototype={ +i(a){return"GestureMode."+this.b}} +A.YD.prototype={ +Wo(){$.hw.push(new A.YE(this))}, +a0l(){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.cx +if(k.ax!==l){k.ax=l +k.k2=(k.k2|4096)>>>0}l=m.cy +if(k.ay!==l){k.ay=l +k.k2=(k.k2|4096)>>>0}l=m.ax +if(k.z!==l){k.z=l +k.k2=(k.k2|1024)>>>0}l=m.ay +if(k.Q!==l){k.Q=l +k.k2=(k.k2|1024)>>>0}l=m.at +if(!J.f(k.y,l)){k.y=l +k.k2=(k.k2|512)>>>0}l=m.go +if(k.dx!==l){k.dx=l +k.k2=(k.k2|65536)>>>0}l=m.z +if(k.r!==l){k.r=l +k.k2=(k.k2|64)>>>0}l=k.b +j=m.c +if(l!==j){k.b=j +k.k2=(k.k2|2)>>>0 +l=j}j=m.f +if(k.c!==j){k.c=j +k.k2=(k.k2|4)>>>0}j=m.r +if(k.d!==j){k.d=j +k.k2=(k.k2|8)>>>0}j=m.x +if(k.e!==j){k.e=j +k.k2=(k.k2|16)>>>0}j=m.y +if(k.f!==j){k.f=j +k.k2=(k.k2|32)>>>0}j=m.Q +if(k.w!==j){k.w=j +k.k2=(k.k2|128)>>>0}j=m.as +if(k.x!==j){k.x=j +k.k2=(k.k2|256)>>>0}j=m.ch +if(k.as!==j){k.as=j +k.k2=(k.k2|2048)>>>0}j=m.CW +if(k.at!==j){k.at=j +k.k2=(k.k2|2048)>>>0}j=m.db +if(k.ch!==j){k.ch=j +k.k2=(k.k2|8192)>>>0}j=m.dx +if(k.CW!==j){k.CW=j +k.k2=(k.k2|8192)>>>0}j=m.dy +if(k.cx!==j){k.cx=j +k.k2=(k.k2|16384)>>>0}j=m.fr +if(k.cy!==j){k.cy=j +k.k2=(k.k2|16384)>>>0}j=m.fy +if(k.db!=j){k.db=j +k.k2=(k.k2|32768)>>>0}j=m.k1 +if(k.fr!==j){k.fr=j +k.k2=(k.k2|1048576)>>>0}j=m.id +if(k.dy!==j){k.dy=j +k.k2=(k.k2|524288)>>>0}j=m.k2 +if(k.fx!==j){k.fx=j +k.k2=(k.k2|2097152)>>>0}j=k.z +if(!(j!=null&&j.length!==0)){j=k.ax +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.kg(B.uT,l) +k.kg(B.uV,(k.a&16)!==0) +l=k.b +l.toString +k.kg(B.uU,((l&1)!==0||(k.a&8)!==0)&&(k.a&16)===0) +l=k.b +l.toString +k.kg(B.uR,(l&64)!==0||(l&128)!==0) +l=k.b +l.toString +k.kg(B.uS,(l&32)!==0||(l&16)!==0||(l&4)!==0||(l&8)!==0) +l=k.a +k.kg(B.uW,(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.kg(B.uX,l) +l=k.a +k.kg(B.uY,(l&32768)!==0&&(l&8192)===0) +k.a8H() +l=k.k2 +if((l&512)!==0||(l&65536)!==0||(l&64)!==0)k.P9() +k.k2=0}if(i.e==null){s=q.h(0,0).k1 +i.e=s +$.hv.r.appendChild(s)}i.a0l()}} +A.YE.prototype={ +$0(){var s=this.a.e +if(s!=null)J.cb(s)}, +$S:0} +A.YG.prototype={ +$0(){return new A.dh(Date.now(),!1)}, +$S:115} +A.YF.prototype={ +$0(){var s=this.a +if(s.y===B.co)return +s.y=B.co +s.J1()}, +$S:0} +A.qp.prototype={ +i(a){return"EnabledState."+this.b}} +A.a6V.prototype={} +A.a6R.prototype={ +Rl(a){if(!this.gOd())return!0 +else return this.wC(a)}} +A.WM.prototype={ +gOd(){return this.a!=null}, +wC(a){var s,r +if(this.a==null)return!0 +s=$.e2 +if((s==null?$.e2=A.lp():s).w)return!0 +if(!J.en(B.Lz.a,a.type))return!0 +s=J.anX(a) +r=this.a +if(s==null?r!=null:s!==r)return!0 +s=$.e2;(s==null?$.e2=A.lp():s).sx5(!0) +this.m(0) +return!1}, +OR(){var s,r=this.a=A.cz("flt-semantics-placeholder",null) +J.ET(r,"click",new A.WN(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}, +m(a){var s=this.a +if(s!=null)J.cb(s) +this.a=null}} +A.WN.prototype={ +$1(a){this.a.wC(a)}, +$S:8} +A.a2a.prototype={ +gOd(){return this.b!=null}, +wC(a){var s,r,q,p,o,n,m,l,k,j=this +if(j.b==null)return!0 +if(j.d){s=$.bV() +if(s===B.N){s=a.type +r=s==="touchend"||s==="pointerup"||s==="click"}else r=!0 +if(r)j.m(0) +return!0}s=$.e2 +if((s==null?$.e2=A.lp():s).w)return!0 +if(++j.c>=20)return j.d=!0 +if(!J.en(B.Lv.a,a.type))return!0 +if(j.a!=null)return!1 +switch(a.type){case"click":q=J.anU(t.Tl.a(a)) +break +case"touchstart":case"touchend":s=t.wv.a(a).changedTouches +s.toString +s=B.dA.gJ(s) +q=new A.fA(B.e.aI(s.clientX),B.e.aI(s.clientY),t.i6) +break +case"pointerdown":case"pointerup":t.qL.a(a) +q=new A.fA(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.bO(B.cn,new A.a2c(j)) +return!1}return!0}, +OR(){var s,r=this.b=A.cz("flt-semantics-placeholder",null) +J.ET(r,"click",new A.a2b(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}, +m(a){var s=this.b +if(s!=null)J.cb(s) +this.a=this.b=null}} +A.a2c.prototype={ +$0(){this.a.m(0) +var s=$.e2;(s==null?$.e2=A.lp():s).sx5(!0)}, +$S:0} +A.a2b.prototype={ +$1(a){this.a.wC(a)}, +$S:8} +A.tr.prototype={ +jO(a){var s,r=this,q=r.b,p=q.k1 +p.tabIndex=0 +q.fX("button",(q.a&8)!==0) +if(q.MU()===B.fG&&(q.a&8)!==0){p.setAttribute("aria-disabled","true") +r.An()}else{s=q.b +s.toString +if((s&1)!==0&&(q.a&16)===0){if(r.c==null){s=new A.a9m(r) +r.c=s +J.iC(p,"click",s)}}else r.An()}if((q.k2&1)!==0&&(q.a&32)!==0)J.anB(p)}, +An(){var s=this.c +if(s==null)return +J.ao6(this.b.k1,"click",s) +this.c=null}, +m(a){this.An() +this.b.fX("button",!1)}} +A.a9m.prototype={ +$1(a){var s,r=this.a.b +if(r.id.y!==B.co)return +s=$.aL() +A.mL(s.p3,s.p4,r.go,B.dt,null)}, +$S:8} +A.a74.prototype={ +Cc(a,b,c,d){this.at=b +this.x=d +this.y=c}, +a9j(a){var s,r,q=this,p=q.as +if(p===a)return +else if(p!=null)q.it(0) +q.as=a +q.c=A.a(a.c,"editableElement") +q.Kk() +p=q.at +p.toString +s=q.x +s.toString +r=q.y +r.toString +q.Sx(0,p,r,s)}, +it(a){var s,r,q=this +if(!q.b)return +q.b=!1 +q.w=q.r=null +for(s=q.z,r=0;r=this.b)throw A.c(A.bZ(b,this,null,null,null)) +return this.a[b]}, +n(a,b,c){if(b>=this.b)throw A.c(A.bZ(b,this,null,null,null)) +this.a[b]=c}, +sp(a,b){var s,r,q,p=this,o=p.b +if(bo){if(o===0)q=new Uint8Array(b) +else q=p.yF(b) +B.R.d7(q,0,p.b,p.a) +p.a=q}}p.b=b}, +dS(a,b){var s=this,r=s.b +if(r===s.a.length)s.G9(r) +s.a[s.b++]=b}, +E(a,b){var s=this,r=s.b +if(r===s.a.length)s.G9(r) +s.a[s.b++]=b}, +uw(a,b,c,d){A.d0(c,"start") +if(d!=null&&c>d)throw A.c(A.bt(d,c,null,"end",null)) +this.Yk(b,c,d)}, +P(a,b){return this.uw(a,b,0,null)}, +Yk(a,b,c){var s,r,q,p=this +if(A.n(p).j("x").b(a))c=c==null?a.length:c +if(c!=null){p.a4g(p.b,a,b,c) +return}for(s=J.aw(a),r=0;s.t();){q=s.gH(s) +if(r>=b)p.dS(0,q);++r}if(ro.gp(b)||d>o.gp(b))throw A.c(A.X("Too few elements")) +s=d-c +r=p.b+s +p.a_Z(r) +o=p.a +q=a+s +B.R.bh(o,q,p.b+s,o,a) +B.R.bh(p.a,a,q,b,c) +p.b=r}, +a_Z(a){var s,r=this +if(a<=r.a.length)return +s=r.yF(a) +B.R.d7(s,0,r.b,r.a) +r.a=s}, +yF(a){var s=this.a.length*2 +if(a!=null&&ss)throw A.c(A.bt(c,0,s,null,null)) +s=this.a +if(A.n(this).j("jJ").b(d))B.R.bh(s,b,c,d.a,e) +else B.R.bh(s,b,c,d,e)}, +d7(a,b,c,d){return this.bh(a,b,c,d,0)}} +A.OE.prototype={} +A.M7.prototype={} +A.he.prototype={ +i(a){return A.C(this).i(0)+"("+this.a+", "+A.e(this.b)+")"}} +A.a0I.prototype={ +c9(a){return A.kf(B.bc.cS(B.at.lM(a)).buffer,0,null)}, +fK(a){if(a==null)return a +return B.at.ds(0,B.cN.cS(A.cZ(a.buffer,0,null)))}} +A.a0K.prototype={ +hR(a){return B.a5.c9(A.az(["method",a.a,"args",a.b],t.N,t.z))}, +hO(a){var s,r,q,p=null,o=B.a5.fK(a) +if(!t.f.b(o))throw A.c(A.c6("Expected method call Map, got "+A.e(o),p,p)) +s=J.ay(o) +r=s.h(o,"method") +q=s.h(o,"args") +if(typeof r=="string")return new A.he(r,q) +throw A.c(A.c6("Invalid method call: "+A.e(o),p,p))}} +A.a8M.prototype={ +c9(a){var s=A.alu() +this.dP(0,s,!0) +return s.kt()}, +fK(a){var s,r +if(a==null)return null +s=new A.JW(a) +r=this.hw(0,s) +if(s.b=b.a.byteLength)throw A.c(B.aG) +return this.jH(b.mo(0),b)}, +jH(a,b){var s,r,q,p,o,n,m,l,k=this +switch(a){case 0:s=null +break +case 1:s=!0 +break +case 2:s=!1 +break +case 3:r=b.a.getInt32(b.b,B.ae===$.df()) +b.b+=4 +s=r +break +case 4:s=b.wP(0) +break +case 5:q=k.er(b) +s=A.fM(B.cN.cS(b.mp(q)),16) +break +case 6:b.jY(8) +r=b.a.getFloat64(b.b,B.ae===$.df()) +b.b+=8 +s=r +break +case 7:q=k.er(b) +s=B.cN.cS(b.mp(q)) +break +case 8:s=b.mp(k.er(b)) +break +case 9:q=k.er(b) +b.jY(4) +p=b.a +o=A.aq3(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+4*q +s=o +break +case 10:s=b.wQ(k.er(b)) +break +case 11:q=k.er(b) +b.jY(8) +p=b.a +o=A.aq1(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+8*q +s=o +break +case 12:q=k.er(b) +s=[] +for(p=b.a,n=0;n=p.byteLength)A.K(B.aG) +b.b=m+1 +s.push(k.jH(p.getUint8(m),b))}break +case 13:q=k.er(b) +p=t.z +s=A.z(p,p) +for(p=b.a,n=0;n=p.byteLength)A.K(B.aG) +b.b=m+1 +m=k.jH(p.getUint8(m),b) +l=b.b +if(l>=p.byteLength)A.K(B.aG) +b.b=l+1 +s.n(0,m,k.jH(p.getUint8(l),b))}break +default:throw A.c(B.aG)}return s}, +ft(a,b){var s,r,q +if(b<254)a.b.dS(0,b) +else{s=a.b +r=a.c +q=a.d +if(b<=65535){s.dS(0,254) +r.setUint16(0,b,B.ae===$.df()) +s.uw(0,q,0,2)}else{s.dS(0,255) +r.setUint32(0,b,B.ae===$.df()) +s.uw(0,q,0,4)}}}, +er(a){var s=a.mo(0) +switch(s){case 254:s=a.a.getUint16(a.b,B.ae===$.df()) +a.b+=2 +return s +case 255:s=a.a.getUint32(a.b,B.ae===$.df()) +a.b+=4 +return s +default:return s}}} +A.a8P.prototype={ +$2(a,b){var s=this.a,r=this.b +s.dP(0,r,a) +s.dP(0,r,b)}, +$S:37} +A.a8Q.prototype={ +hO(a){var s,r,q +a.toString +s=new A.JW(a) +r=B.bu.hw(0,s) +q=B.bu.hw(0,s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.he(r,q) +else throw A.c(B.nb)}, +qg(a){var s=A.alu() +s.b.dS(0,0) +B.bu.dP(0,s,a) +return s.kt()}, +lN(a,b,c){var s=A.alu() +s.b.dS(0,1) +B.bu.dP(0,s,a) +B.bu.dP(0,s,c) +B.bu.dP(0,s,b) +return s.kt()}} +A.aaI.prototype={ +jY(a){var s,r,q=this.b,p=B.f.bE(q.b,a) +if(p!==0)for(s=a-p,r=0;r0)b=c +else{f=$.bX().w +if(f==null){a=window.devicePixelRatio +f=a===0?1:a}b=1/f}f=A.cn(d) +e=B.h.X(s,"text-stroke") +s.setProperty(e,A.e(b)+"px "+A.e(f),"")}else if(d!=null){f=A.cn(d) +s.color=f==null?"":f}f=g.cx +a0=f==null?b1:f.gae(f) +if(a0!=null){f=A.cn(a0) +s.backgroundColor=f==null?"":f}a1=g.at +if(a1!=null){f=B.e.eG(a1) +s.fontSize=""+f+"px"}f=g.f +if(f!=null){f=A.atC(f) +s.fontWeight=f==null?"":f}f=A.aiI(g.y) +s.fontFamily=f==null?"":f +f=g.ax +if(f!=null)s.letterSpacing=A.e(f)+"px" +f=g.ay +if(f!=null)s.wordSpacing=A.e(f)+"px" +f=g.b +e=f!=null +a2=e&&!0 +a3=g.db +if(a3!=null){a4=A.aGT(a3) +a5=B.h.X(s,"text-shadow") +s.setProperty(a5,a4,"")}if(a2)if(e){e=g.d +f=f.a +a5=(f|1)===f?l:"" +if((f|2)===f)a5+="overline " +f=(f|4)===f?a5+"line-through ":a5 +if(e!=null)f+=A.e(A.aFT(e)) +a6=f.length===0?b1:f.charCodeAt(0)==0?f:f +if(a6!=null){f=$.bV() +if(f===B.N){f=h.style +e=B.h.X(f,"-webkit-text-decoration") +f.setProperty(e,a6,"")}else s.textDecoration=a6 +a7=g.c +if(a7!=null){g=A.cn(a7) +g.toString +f=B.h.X(s,"text-decoration-color") +s.setProperty(f,g,"")}}}g=i.a.a +f=i.b +e=i.CS(o,g,f.a,!0) +a5=e.a +a8=e.b +a9=h.style +a9.position=b2 +a9.top=A.e(a8)+"px" +a9.left=A.e(a5)+"px" +a9.width=A.e(e.c-a5)+"px" +a9.lineHeight=A.e(e.d-a8)+"px" +g=B.b.N(i.r.a.c,g,f.b) +h.appendChild(b3.createTextNode(g)) +b4.appendChild(h) +m.a+=g +q=h}else{if(!(i instanceof A.oi))throw A.c(A.c0("Unknown box type: "+A.C(i).i(0))) +q=b1}}b0=o.b +if(b0!=null){l=q==null?b4:q +l.appendChild(b3.createTextNode(b0))}}return b4}, +rE(){return this.gdT().rE()}, +mi(a,b,c,d){return this.gdT().Q9(a,b,c,d)}, +wL(a,b,c){return this.mi(a,b,c,B.bO)}, +fW(a){return this.gdT().fW(a)}, +fu(a,b){var s=this.c,r=b.a +return new A.cy(A.arE(B.Tf,s,r+1),A.arE(B.Te,s,r))}, +Ey(a){var s,r,q,p=a.a,o=this.gdT().z +for(s=o.length-1,r=0;r=q.c&&p") +m=A.ka(new A.b3(n,r),new A.afs(n),r.j("q.E"),o).bB(0," ") +l=i.createElement("style") +l.type="text/css" +B.vp.F7(l,"@font-face { "+m+" }") +i.head.appendChild(l) +if(B.b.A(a.toLowerCase(),"icon")){B.tY.bw(h) +return}p.b=new A.dh(Date.now(),!1) +new A.afr(h,q,new A.aI(g,t.h),p,a).$0() +this.a.push(g)}} +A.afr.prototype={ +$0(){var s=this,r=s.a +if(B.e.aI(r.offsetWidth)!==s.b){B.tY.bw(r) +s.c.eg(0)}else if(A.bS(0,Date.now()-s.d.bm().a,0).a>2e6){s.c.eg(0) +throw A.c(A.cw("Timed out trying to load font: "+s.e))}else A.bO(B.cZ,s)}, +$S:0} +A.afs.prototype={ +$1(a){return a+": "+A.e(this.a.h(0,a))+";"}, +$S:41} +A.a9R.prototype={ +we(a7){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=this,a3=a2.a,a4=a3.a,a5=a4.length,a6=a2.c=a7.a +a2.d=0 +a2.e=null +a2.r=a2.f=0 +a2.y=!1 +s=a2.z +B.c.sp(s,0) +if(a5===0)return +r=new A.a8E(a3,a2.b) +q=A.akL(a3,r,0,0,a6,B.nr) +for(p=a3.b,o=p.e,n=p.z,m=n!=null,l=o==null,k=0;!0;){if(k===a5){if(q.a.length!==0||q.x.d!==B.bY){q.ace() +s.push(q.bq(0))}break}j=a4[k] +if(j instanceof A.rk){if(q.z+j.a<=a6)q.B3(0,j) +else{if(q.a.length!==0){s.push(q.bq(0)) +q=q.qX()}q.B3(0,j)}++k}else if(j instanceof A.nr){r.snm(j) +i=q.Ni() +h=i.a +g=q.Q6(h) +if(q.y+g<=a6){q.jq(i) +if(h.d===B.d4){s.push(q.bq(0)) +q=q.qX()}}else if((m&&l||s.length+1===o)&&m){q.Np(i,!0,n) +s.push(q.LQ(0,n)) +break}else if(!q.at){q.acJ(i,!1) +s.push(q.bq(0)) +q=q.qX()}else{q.agr() +f=B.c.gR(q.a).a +for(;j!==f;){--k +j=a4[k]}s.push(q.bq(0)) +q=q.qX()}if(q.x.a>=j.gaO(j)){q.BE();++k}}else throw A.c(A.c0("Unknown span type: "+A.C(j).i(0))) +if(s.length===o)break}for(o=s.length,e=0;e=j.c)++k}else a0=!1 +a1=B.c.gR(q.a).d +if(a2.f=b;--r){p=o[r] +A.ca(p.c,"startOffset") +p.c=e+q +A.ca(p.d,"lineWidth") +p.d=s +if(p instanceof A.ff&&p.y&&!p.z)p.Q+=d +q+=p.gaQ(p)}return q}, +Zm(a){var s=this.c,r=a.r-a.w +if(r>0)return(s-a.at)/r +return 0}, +rE(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a="startOffset",a0="lineWidth",a1=A.b([],t.Lx) +for(s=this.z,r=s.length,q=0;q=b||a<0||b<0)return A.b([],t.Lx) +s=this.a.c.length +if(a>s||b>s)return A.b([],t.Lx) +r=A.b([],t.Lx) +for(q=this.z,p=q.length,o=0;o=j+l.ax)return new A.b9(l.e,B.ar) +s=k-j +for(k=l.f,j=k.length,r=0;r=l)q=0 +else{r=n.r +r.snm(n.w) +q=r.k8(c,l)}l=n.x +if(l===B.q){p=n.giH(n)+s +o=n.grm(n)-q}else{p=n.giH(n)+q +o=n.grm(n)-s}if(d&&n.z)if(n.e===B.q)o=p +else p=o +r=a.ay +return new A.ij(r+p,m,r+o,m+n.as,l)}, +EE(a){var s,r,q,p,o=this,n=o.r +n.snm(o.w) +a=o.x!==B.q?o.grm(o)-a:a-o.giH(o) +s=o.a.a +r=o.b.b +q=n.Cv(s,r,!0,a) +if(q===r)return new A.b9(q,B.ar) +p=q+1 +if(a-n.k8(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.y-=q}}if(o.gyK().a>m.b.a){p=o.b.pop() +o.CW=o.CW-p.gaQ(p) +if(p instanceof A.ff&&p.y)--o.ax}return m}, +Np(a,b,c){var s,r,q,p,o,n=this +if(c==null){s=n.z +r=a.a.c +q=n.e.Cv(n.x.a,r,b,n.c-s) +if(q===r)n.jq(a) +else n.jq(new A.ln(new A.dx(q,q,q,B.bz),a.b,a.c)) +return}s=n.e +p=n.c-A.amt(s.b,c,0,c.length,null) +o=n.yI(a.a) +r=n.a +while(!0){if(!(r.length!==0&&n.z>p))break +o=n.Jn()}s.snm(t.xb.a(o.a)) +q=s.Cv(o.b.a,o.c.a,b,p-n.z) +s=n.b +while(!0){if(!(s.length!==0&&B.c.gR(s).b.a>q))break +s.pop()}n.CW=n.z +n.jq(new A.ln(new A.dx(q,q,q,B.bz),a.b,a.c))}, +acJ(a,b){return this.Np(a,b,null)}, +agr(){for(;this.x.d===B.bz;)this.Jn()}, +gyK(){var s=this.b +if(s.length===0)return this.f +return B.c.gR(s).b}, +Mm(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.gyK(),h=j.x +if(i.a===h.a)return +s=j.e +r=j.z +q=j.CW +p=j.d.b.b +if(p==null)p=B.q +o=j.gtr() +n=j.gH9() +m=s.e +m.toString +l=s.d +l=l.gbk(l) +k=s.d +j.b.push(new A.ff(s,m,n,a,r-q,l,k.gko(k),i,h,p,o)) +if(a)++j.ax +j.CW=j.z}, +BE(){return this.Mm(!1)}, +LQ(a,b){var s,r,q,p,o,n,m,l,k,j,i=this +i.BE() +s=b==null?0:A.amt(i.e.b,b,0,b.length,null) +r=i.f.a +q=i.x +p=Math.max(r,q.b) +if(q.d!==B.bY&&i.ga4m())o=!1 +else{q=i.x.d +o=q===B.d4||q===B.bY}i.a66() +q=i.x +n=i.y +m=i.z +l=i.ga9y() +k=i.Q +j=i.as +return new A.qq(b,r,q.a,p,i.b,i.ax,i.cx,o,k,j,k+j,n+s,m+s,l,i.w+k,i.r)}, +bq(a){return this.LQ(a,null)}, +a66(){var s,r,q,p +this.cx=0 +for(s=this.b,r=s.length-1,q=0;r>=0;--r){p=s[r] +if(!(p instanceof A.ff&&p.y))break +p.z=!0;++q +this.cx=q}}, +Ni(){var s,r=this,q=r.cy,p=r.d.c +if(q==null||r.x.a>=q.a){s=r.e.e.c +q=r.cy=A.aIz(p,r.x.a,s)}return A.aI4(p,r.x,q)}, +qX(){var s=this,r=s.x +return A.akL(s.d,s.e,s.w+(s.Q+s.as),s.r+1,s.c,r)}} +A.a8E.prototype={ +snm(a){var s,r,q,p,o,n,m=this +if(a===m.e)return +m.e=a +s=a.a +r=s.dy +if(r===$){q=s.gMR() +p=s.at +if(p==null)p=14 +A.bb(s.dy,"heightStyle") +r=s.dy=new A.Au(q,p,s.ch,null,null)}o=$.ar3.h(0,r) +if(o==null){q=$.av_() +p=document.createElement("flt-paragraph") +o=new A.LQ(r,q,new A.a9n(p)) +$.ar3.n(0,r,o)}m.d=o +n=s.gMr() +if(m.c!==n){m.c=n +m.b.font=n}}, +Cv(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.f.bC(r+s,2) +p=this.k8(a,q) +if(pd?r:q +s=q}}while(s-r>1) +return r===a&&!c?r+1:r}, +k8(a,b){return A.amt(this.b,this.a.c,a,b,this.e.a.ax)}} +A.be.prototype={ +i(a){return"LineCharProperty."+this.b}} +A.o0.prototype={ +i(a){return"LineBreakType."+this.b}} +A.dx.prototype={ +gv(a){var s=this +return A.cu(s.a,s.b,s.c,s.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.dx&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +i(a){var s=this.bY(0) +return s}} +A.KA.prototype={ +m(a){J.cb(this.a)}} +A.a9S.prototype={ +aH(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this.a.gdT().z,g=h.length +if(g===0)return +for(s=t.aE,r=0;rthis.b)return B.T2 +return B.T1}} +A.kH.prototype={ +qv(a,b,c){var s=A.Tz(b,c) +return s==null?this.b:this.qw(s)}, +qw(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.YX(a) +p=q===-1?o.b:o.a[q].c +s.n(0,a,p) +return p}, +YX(a){var s,r,q=this.a,p=q.length +for(s=0;s")).Y(0,new A.Yi(this,r)) +return r}} +A.Yk.prototype={ +$1(a){a.preventDefault()}, +$S:8} +A.Yi.prototype={ +$1(a){var s=this.a,r=s.b.h(0,a) +r.toString +this.b.push(A.bz(r,"input",new A.Yj(s,a,r),!1,t.TV.c))}, +$S:32} +A.Yj.prototype={ +$1(a){var s,r=this.a.c,q=this.b +if(r.h(0,q)==null)throw A.c(A.X("AutofillInfo must have a valid uniqueIdentifier.")) +else{r=r.h(0,q) +r.toString +s=A.akq(this.c) +$.aL().hZ("flutter/textinput",B.aB.hR(new A.he(u.l,[0,A.az([r.b,s.PH()],t.ob,t.z)])),A.Tq())}}, +$S:4} +A.Fe.prototype={ +LI(a,b){var s,r="password",q=this.d,p=this.e +if(t.Zb.b(a)){if(p!=null)a.placeholder=p +s=q==null +if(!s){a.name=q +a.id=q +if(B.b.A(q,r))a.type=r +else a.type="text"}a.autocomplete=s?"on":q}else if(t.S0.b(a)){if(p!=null)a.placeholder=p +s=q==null +if(!s){a.name=q +a.id=q}a.setAttribute("autocomplete",s?"on":q)}}, +eC(a){return this.LI(a,!1)}} +A.tx.prototype={} +A.qn.prototype={ +PH(){return A.az(["text",this.a,"selectionBase",this.b,"selectionExtent",this.c],t.N,t.z)}, +gv(a){return A.cu(this.a,this.b,this.c,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(A.C(s)!==J.W(b))return!1 +return b instanceof A.qn&&b.a==s.a&&b.b===s.b&&b.c===s.c}, +i(a){var s=this.bY(0) +return s}, +eC(a){var s,r=this +if(t.Zb.b(a)){a.value=r.a +a.setSelectionRange(r.b,r.c)}else if(t.S0.b(a)){a.value=r.a +a.setSelectionRange(r.b,r.c)}else{s=a==null?null:a.tagName +throw A.c(A.R("Unsupported DOM element type: <"+A.e(s)+"> ("+J.W(a).i(0)+")"))}}} +A.a0z.prototype={} +A.HD.prototype={ +i1(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.eC(s)}if(A.a(r.d,"inputConfiguration").w!=null){r.r8() +q=r.e +if(q!=null)q.eC(r.c) +r.gNo().focus() +r.c.focus()}}} +A.a5Z.prototype={ +i1(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.eC(s)}if(A.a(r.d,"inputConfiguration").w!=null){r.r8() +r.gNo().focus() +r.c.focus() +q=r.e +if(q!=null){s=r.c +s.toString +q.eC(s)}}}, +vM(){if(this.w!=null)this.i1() +this.c.focus()}} +A.wf.prototype={ +ghQ(){var s=null,r=this.f +if(r==null){r=this.e.a +r.toString +r=this.f=new A.tx(r,"",-1,-1,s,s,s,s)}return r}, +gNo(){var s=A.a(this.d,"inputConfiguration").w +return s==null?null:s.a}, +nG(a,b,c){var s,r,q,p=this,o="transparent",n="none" +p.c=a.a.BG() +p.Bb(a) +s=p.c +s.classList.add("flt-text-editing") +r=s.style +r.whiteSpace="pre-wrap" +B.h.ao(r,B.h.X(r,"align-content"),"center","") +r.position="absolute" +r.top="0" +r.left="0" +r.padding="0" +B.h.ao(r,B.h.X(r,"opacity"),"1","") +r.color=o +r.backgroundColor=o +r.background=o +r.outline=n +r.border=n +B.h.ao(r,B.h.X(r,"resize"),n,"") +B.h.ao(r,B.h.X(r,"text-shadow"),o,"") +r.overflow="hidden" +B.h.ao(r,B.h.X(r,"transform-origin"),"0 0 0","") +q=$.bV() +if(q!==B.ba)if(q!==B.ch)q=q===B.N +else q=!0 +else q=!0 +if(q)s.classList.add("transparentTextEditing") +B.h.ao(r,B.h.X(r,"caret-color"),o,null) +s=p.r +if(s!=null){q=p.c +q.toString +s.eC(q)}if(A.a(p.d,"inputConfiguration").w==null){s=$.hv.z +s.toString +q=p.c +q.toString +s.kp(0,q) +p.Q=!1}p.vM() +p.b=!0 +p.x=c +p.y=b}, +Bb(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.mj)p.c.setAttribute("inputmode","none") +r=a.r +s=p.c +if(r!=null){s.toString +r.LI(s,!0)}else s.setAttribute("autocomplete","off") +q=a.e?"on":"off" +p.c.setAttribute("autocorrect",q)}, +vM(){this.i1()}, +pB(){var s,r,q,p,o=this,n="inputConfiguration" +if(A.a(o.d,n).w!=null)B.c.P(o.z,A.a(o.d,n).w.pD()) +s=o.z +r=o.c +r.toString +q=o.gqz() +p=t.TV.c +s.push(A.bz(r,"input",q,!1,p)) +r=o.c +r.toString +s.push(A.bz(r,"keydown",o.gqT(),!1,t.hG.c)) +s.push(A.bz(document,"selectionchange",q,!1,t.I3)) +q=o.c +q.toString +J.iC(q,"beforeinput",o.gvv()) +q=o.c +q.toString +J.iC(q,"compositionupdate",o.gvw()) +q=o.c +q.toString +s.push(A.bz(q,"blur",new A.WC(o),!1,p)) +o.DF()}, +Ed(a){this.w=a +if(this.b)this.i1()}, +Ee(a){var s +this.r=a +if(this.b){s=this.c +s.toString +a.eC(s)}}, +it(a){var s,r,q=this,p="inputConfiguration",o=q.b=!1 +q.w=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.eC(this.c)}, +i1(){this.c.focus()}, +r8(){var s,r=A.a(this.d,"inputConfiguration").w +r.toString +s=this.c +s.toString +r=r.a +r.appendChild(s) +$.hv.z.kp(0,r) +this.Q=!0}, +Nu(a){var s,r,q=this,p=q.c +p.toString +s=A.akq(p) +r=A.a(q.d,"inputConfiguration").f?A.aDW(s,q.e,q.ghQ()):null +if(!s.k(0,q.e)){q.e=s +q.f=r +q.x.$2(s,r) +q.f=null}}, +acN(a){var s=this,r=A.bH(a.data),q=A.bH(a.inputType) +if(q!=null)if(B.b.A(q,"delete")){s.ghQ().b="" +s.ghQ().d=s.e.c}else if(q==="insertLineBreak"){s.ghQ().b="\n" +s.ghQ().c=s.e.c +s.ghQ().d=s.e.c}else if(r!=null){s.ghQ().b=r +s.ghQ().c=s.e.c +s.ghQ().d=s.e.c}}, +acO(a){var s,r=this.c +r.toString +s=A.akq(r) +this.ghQ().r=s.b +this.ghQ().w=s.c}, +aew(a){var s,r="inputConfiguration" +if(t.JG.b(a))if(A.a(this.d,r).a.gFr()&&a.keyCode===13){a.preventDefault() +s=this.y +s.toString +s.$1(A.a(this.d,r).b)}}, +Cc(a,b,c,d){var s,r=this +r.nG(b,c,d) +r.pB() +s=r.e +if(s!=null)r.x9(s) +r.c.focus()}, +DF(){var s,r=this,q=r.z,p=r.c +p.toString +s=t.dP.c +q.push(A.bz(p,"mousedown",new A.WD(),!1,s)) +p=r.c +p.toString +q.push(A.bz(p,"mouseup",new A.WE(),!1,s)) +p=r.c +p.toString +q.push(A.bz(p,"mousemove",new A.WF(),!1,s))}} +A.WC.prototype={ +$1(a){this.a.c.focus()}, +$S:4} +A.WD.prototype={ +$1(a){a.preventDefault()}, +$S:61} +A.WE.prototype={ +$1(a){a.preventDefault()}, +$S:61} +A.WF.prototype={ +$1(a){a.preventDefault()}, +$S:61} +A.a05.prototype={ +nG(a,b,c){var s,r=this +r.xB(a,b,c) +s=r.c +s.toString +a.a.M6(s) +if(A.a(r.d,"inputConfiguration").w!=null)r.r8() +s=r.c +s.toString +a.x.EY(s)}, +vM(){var s=this.c.style +B.h.ao(s,B.h.X(s,"transform"),"translate(-9999px, -9999px)","") +this.fy=!1}, +pB(){var s,r,q,p,o,n=this,m="inputConfiguration" +if(A.a(n.d,m).w!=null)B.c.P(n.z,A.a(n.d,m).w.pD()) +s=n.z +r=n.c +r.toString +q=n.gqz() +p=t.TV.c +s.push(A.bz(r,"input",q,!1,p)) +r=n.c +r.toString +s.push(A.bz(r,"keydown",n.gqT(),!1,t.hG.c)) +s.push(A.bz(document,"selectionchange",q,!1,t.I3)) +q=n.c +q.toString +J.iC(q,"beforeinput",n.gvv()) +q=n.c +q.toString +J.iC(q,"compositionupdate",n.gvw()) +q=n.c +q.toString +s.push(A.bz(q,"focus",new A.a08(n),!1,p)) +n.YH() +o=new A.Ag() +$.TL() +o.oE(0) +q=n.c +q.toString +s.push(A.bz(q,"blur",new A.a09(n,o),!1,p))}, +Ed(a){var s=this +s.w=a +if(s.b&&s.fy)s.i1()}, +it(a){var s +this.Sw(0) +s=this.fx +if(s!=null)s.aA(0) +this.fx=null}, +YH(){var s=this.c +s.toString +this.z.push(A.bz(s,"click",new A.a06(this),!1,t.dP.c))}, +JL(){var s=this.fx +if(s!=null)s.aA(0) +this.fx=A.bO(B.an,new A.a07(this))}, +i1(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.eC(r)}}} +A.a08.prototype={ +$1(a){this.a.JL()}, +$S:4} +A.a09.prototype={ +$1(a){var s=A.bS(this.b.gMS(),0,0).a<2e5,r=document.hasFocus()&&s,q=this.a +if(r)q.c.focus() +else q.a.x6()}, +$S:4} +A.a06.prototype={ +$1(a){var s,r=this.a +if(r.fy){s=r.c.style +B.h.ao(s,B.h.X(s,"transform"),"translate(-9999px, -9999px)","") +r.fy=!1 +r.JL()}}, +$S:61} +A.a07.prototype={ +$0(){var s=this.a +s.fy=!0 +s.i1()}, +$S:0} +A.Uk.prototype={ +nG(a,b,c){var s,r,q=this +q.xB(a,b,c) +s=q.c +s.toString +a.a.M6(s) +if(A.a(q.d,"inputConfiguration").w!=null)q.r8() +else{s=$.hv.z +s.toString +r=q.c +r.toString +s.kp(0,r)}s=q.c +s.toString +a.x.EY(s)}, +pB(){var s,r,q,p,o=this,n="inputConfiguration" +if(A.a(o.d,n).w!=null)B.c.P(o.z,A.a(o.d,n).w.pD()) +s=o.z +r=o.c +r.toString +q=o.gqz() +p=t.TV.c +s.push(A.bz(r,"input",q,!1,p)) +r=o.c +r.toString +s.push(A.bz(r,"keydown",o.gqT(),!1,t.hG.c)) +s.push(A.bz(document,"selectionchange",q,!1,t.I3)) +q=o.c +q.toString +J.iC(q,"beforeinput",o.gvv()) +q=o.c +q.toString +J.iC(q,"compositionupdate",o.gvw()) +q=o.c +q.toString +s.push(A.bz(q,"blur",new A.Ul(o),!1,p))}, +i1(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.eC(r)}}} +A.Ul.prototype={ +$1(a){var s=this.a +if(document.hasFocus())s.c.focus() +else s.a.x6()}, +$S:4} +A.YZ.prototype={ +nG(a,b,c){this.xB(a,b,c) +if(A.a(this.d,"inputConfiguration").w!=null)this.r8()}, +pB(){var s,r,q,p,o,n=this,m="inputConfiguration" +if(A.a(n.d,m).w!=null)B.c.P(n.z,A.a(n.d,m).w.pD()) +s=n.z +r=n.c +r.toString +q=n.gqz() +p=t.TV.c +s.push(A.bz(r,"input",q,!1,p)) +r=n.c +r.toString +o=t.hG.c +s.push(A.bz(r,"keydown",n.gqT(),!1,o)) +r=n.c +r.toString +J.iC(r,"beforeinput",n.gvv()) +r=n.c +r.toString +J.iC(r,"compositionupdate",n.gvw()) +r=n.c +r.toString +s.push(A.bz(r,"keyup",new A.Z0(n),!1,o)) +o=n.c +o.toString +s.push(A.bz(o,"select",q,!1,p)) +q=n.c +q.toString +s.push(A.bz(q,"blur",new A.Z1(n),!1,p)) +n.DF()}, +a63(){A.bO(B.r,new A.Z_(this))}, +i1(){var s,r,q=this +q.c.focus() +s=q.w +if(s!=null){r=q.c +r.toString +s.eC(r)}s=q.e +if(s!=null){r=q.c +r.toString +s.eC(r)}}} +A.Z0.prototype={ +$1(a){this.a.Nu(a)}, +$S:207} +A.Z1.prototype={ +$1(a){this.a.a63()}, +$S:4} +A.Z_.prototype={ +$0(){this.a.c.focus()}, +$S:0} +A.a9w.prototype={} +A.a9E.prototype={ +f_(a){var s=a.b +if(s!=null&&s!==this.a&&a.c){a.c=!1 +a.gj2().it(0)}a.b=this.a +a.d=this.b}} +A.a9L.prototype={ +f_(a){var s=a.gj2(),r=a.d +r.toString +s.Bb(r)}} +A.a9G.prototype={ +f_(a){a.gj2().x9(this.a)}} +A.a9J.prototype={ +f_(a){if(!a.c)a.a7M()}} +A.a9F.prototype={ +f_(a){a.gj2().Ed(this.a)}} +A.a9I.prototype={ +f_(a){a.gj2().Ee(this.a)}} +A.a9v.prototype={ +f_(a){if(a.c){a.c=!1 +a.gj2().it(0)}}} +A.a9B.prototype={ +f_(a){if(a.c){a.c=!1 +a.gj2().it(0)}}} +A.a9H.prototype={ +f_(a){}} +A.a9D.prototype={ +f_(a){}} +A.a9C.prototype={ +f_(a){}} +A.a9A.prototype={ +f_(a){a.x6() +if(this.a)A.aIK() +A.aHq()}} +A.ajw.prototype={ +$2(a,b){t.Zb.a(J.vb(b.getElementsByClassName("submitBtn"))).click()}, +$S:208} +A.a9o.prototype={ +adg(a,b){var s,r,q,p,o,n,m,l,k=B.aB.hO(a) +switch(k.a){case"TextInput.setClient":s=k.b +r=J.ay(s) +q=new A.a9E(A.ei(r.h(s,0)),A.apC(t.a.a(r.h(s,1)))) +break +case"TextInput.updateConfig":this.a.d=A.apC(t.a.a(k.b)) +q=B.xu +break +case"TextInput.setEditingState":q=new A.a9G(A.ap6(t.a.a(k.b))) +break +case"TextInput.show":q=B.xs +break +case"TextInput.setEditableSizeAndTransform":s=t.a.a(k.b) +r=J.ay(s) +p=A.fw(t.j.a(r.h(s,"transform")),!0,t.i) +q=new A.a9F(new A.XJ(A.py(r.h(s,"width")),A.py(r.h(s,"height")),new Float32Array(A.l0(p)))) +break +case"TextInput.setStyle":s=t.a.a(k.b) +r=J.ay(s) +o=A.ei(r.h(s,"textAlignIndex")) +n=A.ei(r.h(s,"textDirectionIndex")) +m=A.hu(r.h(s,"fontWeightIndex")) +l=m!=null?A.atB(m):"normal" +q=new A.a9I(new A.Y7(A.aFy(r.h(s,"fontSize")),l,A.bH(r.h(s,"fontFamily")),B.F_[o],B.Eq[n])) +break +case"TextInput.clearClient":q=B.xn +break +case"TextInput.hide":q=B.xo +break +case"TextInput.requestAutofill":q=B.xp +break +case"TextInput.finishAutofillContext":q=new A.a9A(A.pw(k.b)) +break +case"TextInput.setMarkedTextRect":q=B.xr +break +case"TextInput.setCaretRect":q=B.xq +break +default:$.aL().fn(b,null) +return}q.f_(this.a) +new A.a9p(b).$0()}} +A.a9p.prototype={ +$0(){$.aL().fn(this.a,B.a5.c9([!0]))}, +$S:0} +A.a02.prototype={ +gpQ(a){var s=this.a +if(s===$){A.bb(s,"channel") +s=this.a=new A.a9o(this)}return s}, +gj2(){var s,r,q,p,o,n=this,m=n.f +if(m===$){s=$.e2 +if((s==null?$.e2=A.lp():s).w){s=A.aDl(n) +r=s}else{s=$.bV() +q=s===B.N +if(q){p=$.em() +p=p===B.aJ}else p=!1 +if(p)o=new A.a05(n,A.b([],t.Iu)) +else if(q)o=new A.a5Z(n,A.b([],t.Iu)) +else{if(s===B.ba){q=$.em() +q=q===B.hB}else q=!1 +if(q)o=new A.Uk(n,A.b([],t.Iu)) +else{q=t.Iu +o=s===B.bP?new A.YZ(n,A.b([],q)):new A.HD(n,A.b([],q))}}r=o}A.bb(n.f,"strategy") +m=n.f=r}return m}, +a7M(){var s,r,q=this +q.c=!0 +s=q.gj2() +r=q.d +r.toString +s.Cc(0,r,new A.a03(q),new A.a04(q))}, +x6(){var s,r=this +if(r.c){r.c=!1 +r.gj2().it(0) +r.gpQ(r) +s=r.b +$.aL().hZ("flutter/textinput",B.aB.hR(new A.he("TextInputClient.onConnectionClosed",[s])),A.Tq())}}} +A.a04.prototype={ +$2(a,b){var s,r,q="flutter/textinput",p=this.a +if(p.d.f){p.gpQ(p) +p=p.b +s=t.N +r=t.z +$.aL().hZ(q,B.aB.hR(new A.he(u.s,[p,A.az(["deltas",A.b([A.az(["oldText",b.a,"deltaText",b.b,"deltaStart",b.c,"deltaEnd",b.d,"selectionBase",b.e,"selectionExtent",b.f],s,r)],t.H7)],s,r)])),A.Tq())}else{p.gpQ(p) +p=p.b +$.aL().hZ(q,B.aB.hR(new A.he("TextInputClient.updateEditingState",[p,a.PH()])),A.Tq())}}, +$S:213} +A.a03.prototype={ +$1(a){var s=this.a +s.gpQ(s) +s=s.b +$.aL().hZ("flutter/textinput",B.aB.hR(new A.he("TextInputClient.performAction",[s,a])),A.Tq())}, +$S:215} +A.Y7.prototype={ +eC(a){var s=this,r=a.style,q=A.aIY(s.d,s.e) +r.textAlign=q==null?"":q +q=A.aiI(s.c) +r.font=s.b+" "+A.e(s.a)+"px "+A.e(q)}} +A.XJ.prototype={ +eC(a){var s=A.hy(this.c),r=a.style +r.width=A.e(this.a)+"px" +r.height=A.e(this.b)+"px" +B.h.ao(r,B.h.X(r,"transform"),s,"")}} +A.tG.prototype={ +i(a){return"TransformKind."+this.b}} +A.aiH.prototype={ +$1(a){return"0x"+B.b.m2(B.f.iX(a,16),2,"0")}, +$S:125} +A.bJ.prototype={ +by(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]}, +E6(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}, +aC(a,b,c){return this.E6(a,b,c,0)}, +cP(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]}, +bd(a,b){return this.cP(a,b,null)}, +qJ(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}, +O5(){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}, +Py(b1,b2,b3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=Math.sqrt(b2.gaed()),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}, +mv(a,b,c){var s=this.a +s[14]=c +s[13]=b +s[12]=a}, +kr(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.by(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}, +cg(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}, +w8(a){var s=new A.bJ(new Float32Array(16)) +s.by(this) +s.cg(0,a) +return s}, +PL(a){var s=a[0],r=a[1],q=this.a +a[0]=q[0]*s+q[4]*r+q[12] +a[1]=q[1]*s+q[5]*r+q[13]}, +i(a){var s=this.bY(0) +return s}} +A.aaC.prototype={ +h(a,b){return this.a[b]}, +gp(a){var s=this.a,r=s[0],q=s[1] +s=s[2] +return Math.sqrt(r*r+q*q+s*s)}, +gaed(){var s=this.a,r=s[0],q=s[1] +s=s[2] +return r*r+q*q+s*s}} +A.GZ.prototype={ +Wn(a,b){var s=this,r=s.b,q=s.a +r.d.n(0,q,s) +r.e.n(0,q,B.ml) +if($.pA)s.c=A.aiO($.To) +$.hw.push(new A.Ym(s))}, +guH(){var s,r=this.c +if(r==null){if($.pA)s=$.To +else s=B.fi +$.pA=!0 +r=this.c=A.aiO(s)}return r}, +px(){var s=0,r=A.P(t.H),q,p=this,o,n,m +var $async$px=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:m=p.c +if(m==null){if($.pA)o=$.To +else o=B.fi +$.pA=!0 +m=p.c=A.aiO(o)}if(m instanceof A.zX){s=1 +break}n=m.gkY() +m=p.c +s=3 +return A.U(m==null?null:m.iV(),$async$px) +case 3:p.c=A.aqT(n) +case 1:return A.N(q,r)}}) +return A.O($async$px,r)}, +ur(){var s=0,r=A.P(t.H),q,p=this,o,n,m +var $async$ur=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:m=p.c +if(m==null){if($.pA)o=$.To +else o=B.fi +$.pA=!0 +m=p.c=A.aiO(o)}if(m instanceof A.y6){s=1 +break}n=m.gkY() +m=p.c +s=3 +return A.U(m==null?null:m.iV(),$async$ur) +case 3:p.c=A.apZ(n) +case 1:return A.N(q,r)}}) +return A.O($async$ur,r)}, +py(a){return this.a97(a)}, +a97(a){var s=0,r=A.P(t.y),q,p=2,o,n=[],m=this,l,k,j +var $async$py=A.Q(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:k=m.d +j=new A.aI(new A.a4($.a5,t.U),t.h) +m.d=j.a +s=3 +return A.U(k,$async$py) +case 3:l=!1 +p=4 +s=7 +return A.U(a.$0(),$async$py) +case 7:l=c +n.push(6) +s=5 +break +case 4:n=[2] +case 5:p=2 +J.ax0(j) +s=n.pop() +break +case 6:q=l +s=1 +break +case 1:return A.N(q,r) +case 2:return A.M(o,r)}}) +return A.O($async$py,r)}, +CB(a){return this.ad2(a)}, +ad2(a){var s=0,r=A.P(t.y),q,p=this +var $async$CB=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:q=p.py(new A.Yn(p,a)) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$CB,r)}, +gmf(){var s=this.b.e.h(0,this.a) +return s==null?B.ml:s}, +gkO(){if(this.f==null)this.M4() +var s=this.f +s.toString +return s}, +M4(){var s,r,q,p,o,n,m=this,l=window.visualViewport +if(l!=null){s=$.em() +r=m.w +if(s===B.aJ){s=document.documentElement +q=s.clientWidth +p=s.clientHeight +o=q*(r==null?A.aX():r) +s=m.w +n=p*(s==null?A.aX():s)}else{s=l.width +s.toString +o=s*(r==null?A.aX():r) +s=l.height +s.toString +r=m.w +n=s*(r==null?A.aX():r)}}else{s=window.innerWidth +s.toString +r=m.w +o=s*(r==null?A.aX():r) +s=window.innerHeight +s.toString +r=m.w +n=s*(r==null?A.aX():r)}m.f=new A.L(o,n)}, +M3(a){var s,r,q,p=this,o=window.visualViewport +if(o!=null){s=$.em() +s=s===B.aJ&&!a +r=p.w +if(s){s=document.documentElement.clientHeight +q=s*(r==null?A.aX():r)}else{s=o.height +s.toString +q=s*(r==null?A.aX():r)}}else{s=window.innerHeight +s.toString +r=p.w +q=s*(r==null?A.aX():r)}p.e=new A.Mm(0,0,0,p.f.b-q)}, +ae4(){var s,r,q=this,p=window.visualViewport,o=q.w +if(p!=null){p=window.visualViewport.height +p.toString +s=p*(o==null?A.aX():o) +p=window.visualViewport.width +p.toString +o=q.w +r=p*(o==null?A.aX():o)}else{p=window.innerHeight +p.toString +s=p*(o==null?A.aX():o) +p=window.innerWidth +p.toString +o=q.w +r=p*(o==null?A.aX():o)}p=q.f +if(p!=null){o=p.b +if(o!==s&&p.a!==r){p=p.a +if(!(o>p&&so&&r").ai(b).j("cv<1,2>"))}, +E(a,b){if(!!a.fixed$length)A.K(A.R("add")) +a.push(b)}, +eW(a,b){if(!!a.fixed$length)A.K(A.R("removeAt")) +if(b<0||b>=a.length)throw A.c(A.a4e(b,null)) +return a.splice(b,1)[0]}, +kE(a,b,c){if(!!a.fixed$length)A.K(A.R("insert")) +if(b<0||b>a.length)throw A.c(A.a4e(b,null)) +a.splice(b,0,c)}, +qH(a,b,c){var s,r +if(!!a.fixed$length)A.K(A.R("insertAll")) +A.al4(b,0,a.length,"index") +if(!t.Ee.b(c))c=J.azD(c) +s=J.bQ(c) +a.length=a.length+s +r=b+s +this.bh(a,r,a.length,a,b) +this.d7(a,b,r,c)}, +eX(a){if(!!a.fixed$length)A.K(A.R("removeLast")) +if(a.length===0)throw A.c(A.pG(a,-1)) +return a.pop()}, +B(a,b){var s +if(!!a.fixed$length)A.K(A.R("remove")) +for(s=0;s").ai(c).j("aA<1,2>"))}, +bB(a,b){var s,r=A.b7(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.bw(a))}if(c!=null)return c.$0() +throw A.c(A.bB())}, +aea(a,b){return this.nN(a,b,null)}, +aY(a,b){return a[b]}, +bG(a,b,c){if(b<0||b>a.length)throw A.c(A.bt(b,0,a.length,"start",null)) +if(c==null)c=a.length +else if(ca.length)throw A.c(A.bt(c,b,a.length,"end",null)) +if(b===c)return A.b([],A.af(a)) +return A.b(a.slice(b,c),A.af(a))}, +ey(a,b){return this.bG(a,b,null)}, +mm(a,b,c){A.ev(b,c,a.length,null,null) +return A.eS(a,b,c,A.af(a).c)}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.bB())}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.bB())}, +gbX(a){var s=a.length +if(s===1)return a[0] +if(s===0)throw A.c(A.bB()) +throw A.c(A.apF())}, +DR(a,b,c){if(!!a.fixed$length)A.K(A.R("removeRange")) +A.ev(b,c,a.length,null,null) +a.splice(b,c-b)}, +bh(a,b,c,d,e){var s,r,q,p,o +if(!!a.immutable$list)A.K(A.R("setRange")) +A.ev(b,c,a.length,null,null) +s=c-b +if(s===0)return +A.d0(e,"skipCount") +if(t.j.b(d)){r=d +q=e}else{r=J.U8(d,e).dM(0,!1) +q=0}p=J.ay(r) +if(q+s>p.gp(r))throw A.c(A.apE()) +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;sa.length)A.af(a).c.a(null) +a.length=b}, +h(a,b){if(!(b>=0&&b=0&&b=a.length)return-1 +for(s=0;s=p){r.d=null +return!1}r.d=q[s] +r.c=s+1 +return!0}} +J.lB.prototype={ +aW(a,b){var s +if(ab)return 1 +else if(a===b){if(a===0){s=this.gvR(b) +if(this.gvR(a)===s)return 0 +if(this.gvR(a))return-1 +return 1}return 0}else if(isNaN(a)){if(isNaN(b))return 0 +return 1}else return-1}, +gvR(a){return a===0?1/a<0:a<0}, +gFk(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +e6(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.R(""+a+".toInt()"))}, +dV(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.R(""+a+".ceil()"))}, +eG(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.R(""+a+".floor()"))}, +aI(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.R(""+a+".round()"))}, +wt(a){if(a<0)return-Math.round(-a) +else return Math.round(a)}, +G(a,b,c){if(this.aW(b,c)>0)throw A.c(A.l5(b)) +if(this.aW(a,b)<0)return b +if(this.aW(a,c)>0)return c +return a}, +V(a,b){var s +if(b>20)throw A.c(A.bt(b,0,20,"fractionDigits",null)) +s=a.toFixed(b) +if(a===0&&this.gvR(a))return"-"+s +return s}, +iX(a,b){var s,r,q,p +if(b<2||b>36)throw A.c(A.bt(b,2,36,"radix",null)) +s=a.toString(b) +if(B.b.al(s,s.length-1)!==41)return s +r=/^([\da-z]+)(?:\.([\da-z]+))?\(e\+(\d+)\)$/.exec(s) +if(r==null)A.K(A.R("Unexpected toString result: "+s)) +s=r[1] +q=+r[3] +p=r[2] +if(p!=null){s+=p +q-=p.length}return s+B.b.W("0",q)}, +i(a){if(a===0&&1/a<0)return"-0.0" +else return""+a}, +gv(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}, +Z(a,b){return a+b}, +a9(a,b){return a-b}, +W(a,b){return a*b}, +bE(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}, +lh(a,b){if((a|0)===a)if(b>=1||b<-1)return a/b|0 +return this.Ko(a,b)}, +bC(a,b){return(a|0)===a?a/b|0:this.Ko(a,b)}, +Ko(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.R("Result of truncating division is "+A.e(s)+": "+A.e(a)+" ~/ "+A.e(b)))}, +xg(a,b){if(b<0)throw A.c(A.l5(b)) +return b>31?0:a<>>0}, +K_(a,b){return b>31?0:a<>>0}, +Ru(a,b){var s +if(b<0)throw A.c(A.l5(b)) +if(a>0)s=this.ke(a,b) +else{s=b>31?31:b +s=a>>s>>>0}return s}, +ha(a,b){var s +if(a>0)s=this.ke(a,b) +else{s=b>31?31:b +s=a>>s>>>0}return s}, +Ae(a,b){if(0>b)throw A.c(A.l5(b)) +return this.ke(a,b)}, +ke(a,b){return b>31?0:a>>>b}, +gdB(a){return B.Sn}, +$ibh:1, +$iJ:1, +$ibr:1} +J.qX.prototype={ +gFk(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +gdB(a){return B.Sj}, +$ip:1} +J.xm.prototype={ +gdB(a){return B.Sh}} +J.k3.prototype={ +al(a,b){if(b<0)throw A.c(A.pG(a,b)) +if(b>=a.length)A.K(A.pG(a,b)) +return a.charCodeAt(b)}, +ad(a,b){if(b>=a.length)throw A.c(A.pG(a,b)) +return a.charCodeAt(b)}, +uD(a,b,c){var s=b.length +if(c>s)throw A.c(A.bt(c,0,s,null,null)) +return new A.Rp(b,a,c)}, +n5(a,b){return this.uD(a,b,0)}, +nP(a,b,c){var s,r,q=null +if(c<0||c>b.length)throw A.c(A.bt(c,0,b.length,q,q)) +s=a.length +if(c+s>b.length)return q +for(r=0;rr)return!1 +return b===this.bU(a,r-s)}, +Pm(a,b,c){A.al4(0,0,a.length,"startIndex") +return A.aIT(a,b,c,0)}, +t5(a,b){var s=A.b(a.split(b),t.s) +return s}, +iT(a,b,c,d){var s=A.ev(b,c,a.length,null,null) +return A.amF(a,b,s,d)}, +cQ(a,b,c){var s +if(c<0||c>a.length)throw A.c(A.bt(c,0,a.length,null,null)) +if(typeof b=="string"){s=c+b.length +if(s>a.length)return!1 +return b===a.substring(c,s)}return J.ao3(b,a,c)!=null}, +bl(a,b){return this.cQ(a,b,0)}, +N(a,b,c){return a.substring(b,A.ev(b,c,a.length,null,null))}, +bU(a,b){return this.N(a,b,null)}, +E_(a){return a.toLowerCase()}, +jN(a){var s,r,q,p=a.trim(),o=p.length +if(o===0)return p +if(this.ad(p,0)===133){s=J.akD(p,1) +if(s===o)return""}else s=0 +r=o-1 +q=this.al(p,r)===133?J.akE(p,r):o +if(s===0&&q===o)return p +return p.substring(s,q)}, +PM(a){var s,r +if(typeof a.trimLeft!="undefined"){s=a.trimLeft() +if(s.length===0)return s +r=this.ad(s,0)===133?J.akD(s,1):0}else{r=J.akD(a,0) +s=a}if(r===0)return s +if(r===s.length)return"" +return s.substring(r)}, +E7(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.al(s,q)===133)r=J.akE(s,q)}else{r=J.akE(a,a.length) +s=a}if(r===s.length)return s +if(r===0)return"" +return s.substring(0,r)}, +W(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.x9) +for(s=a,r="";!0;){if((b&1)===1)r=s+r +b=b>>>1 +if(b===0)break +s+=s}return r}, +m2(a,b,c){var s=b-a.length +if(s<=0)return a +return this.W(c,s)+a}, +afo(a,b){var s=b-a.length +if(s<=0)return a +return a+this.W(" ",s)}, +iC(a,b,c){var s +if(c<0||c>a.length)throw A.c(A.bt(c,0,a.length,null,null)) +s=a.indexOf(b,c) +return s}, +eJ(a,b){return this.iC(a,b,0)}, +vU(a,b,c){var s,r +if(c==null)c=a.length +else if(c<0||c>a.length)throw A.c(A.bt(c,0,a.length,null,null)) +s=b.length +r=a.length +if(c+s>r)c=r-s +return a.lastIndexOf(b,c)}, +nM(a,b){return this.vU(a,b,null)}, +lG(a,b,c){var s=a.length +if(c>s)throw A.c(A.bt(c,0,s,null,null)) +return A.amE(a,b,c)}, +A(a,b){return this.lG(a,b,0)}, +aW(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}, +gdB(a){return B.dB}, +gp(a){return a.length}, +h(a,b){if(!(b>=0&&b").ai(s.z[1]).ai(b).ai(c).j("n8<1,2,3,4>"))}} +A.n4.prototype={ +fb(a,b,c){var s=this.$ti +return new A.n4(this.a,s.j("@<1>").ai(s.z[1]).ai(b).ai(c).j("n4<1,2,3,4>"))}} +A.kM.prototype={ +ga1(a){var s=A.n(this) +return new A.FH(J.aw(this.ghb()),s.j("@<1>").ai(s.z[1]).j("FH<1,2>"))}, +gp(a){return J.bQ(this.ghb())}, +gS(a){return J.hB(this.ghb())}, +gbZ(a){return J.EX(this.ghb())}, +fv(a,b){var s=A.n(this) +return A.n6(J.U8(this.ghb(),b),s.c,s.z[1])}, +i2(a,b){var s=A.n(this) +return A.n6(J.aoj(this.ghb(),b),s.c,s.z[1])}, +aY(a,b){return A.n(this).z[1].a(J.pP(this.ghb(),b))}, +gJ(a){return A.n(this).z[1].a(J.vb(this.ghb()))}, +gR(a){return A.n(this).z[1].a(J.vc(this.ghb()))}, +A(a,b){return J.TW(this.ghb(),b)}, +i(a){return J.bY(this.ghb())}} +A.FH.prototype={ +t(){return this.a.t()}, +gH(a){var s=this.a +return this.$ti.z[1].a(s.gH(s))}} +A.n5.prototype={ +ghb(){return this.a}} +A.By.prototype={$iV:1} +A.Bd.prototype={ +h(a,b){return this.$ti.z[1].a(J.ag(this.a,b))}, +n(a,b,c){J.cU(this.a,b,this.$ti.c.a(c))}, +sp(a,b){J.aof(this.a,b)}, +E(a,b){J.fP(this.a,this.$ti.c.a(b))}, +dl(a,b){var s=b==null?null:new A.abW(this,b) +J.ak0(this.a,s)}, +B(a,b){return J.l8(this.a,b)}, +eX(a){return this.$ti.z[1].a(J.ao7(this.a))}, +mm(a,b,c){var s=this.$ti +return A.n6(J.az1(this.a,b,c),s.c,s.z[1])}, +bh(a,b,c,d,e){var s=this.$ti +J.azu(this.a,b,c,A.n6(d,s.z[1],s.c),e)}, +d7(a,b,c,d){return this.bh(a,b,c,d,0)}, +$iV:1, +$ix:1} +A.abW.prototype={ +$2(a,b){var s=this.a.$ti.z[1] +return this.b.$2(s.a(a),s.a(b))}, +$S(){return this.a.$ti.j("p(1,1)")}} +A.cv.prototype={ +uO(a,b){return new A.cv(this.a,this.$ti.j("@<1>").ai(b).j("cv<1,2>"))}, +ghb(){return this.a}} +A.n7.prototype={ +fb(a,b,c){var s=this.$ti +return new A.n7(this.a,s.j("@<1>").ai(s.z[1]).ai(b).ai(c).j("n7<1,2,3,4>"))}, +aq(a,b){return J.en(this.a,b)}, +h(a,b){return this.$ti.j("4?").a(J.ag(this.a,b))}, +n(a,b,c){var s=this.$ti +J.cU(this.a,s.c.a(b),s.z[1].a(c))}, +bs(a,b,c){var s=this.$ti +return s.z[3].a(J.EY(this.a,s.c.a(b),new A.VA(this,c)))}, +B(a,b){return this.$ti.j("4?").a(J.l8(this.a,b))}, +Y(a,b){J.eH(this.a,new A.Vz(this,b))}, +gba(a){var s=this.$ti +return A.n6(J.U4(this.a),s.c,s.z[2])}, +gb2(a){var s=this.$ti +return A.n6(J.ayQ(this.a),s.z[1],s.z[3])}, +gp(a){return J.bQ(this.a)}, +gS(a){return J.hB(this.a)}, +gbZ(a){return J.EX(this.a)}, +geP(a){var s=J.ayI(this.a) +return s.iJ(s,new A.Vy(this),this.$ti.j("ax<3,4>"))}} +A.VA.prototype={ +$0(){return this.a.$ti.z[1].a(this.b.$0())}, +$S(){return this.a.$ti.j("2()")}} +A.Vz.prototype={ +$2(a,b){var s=this.a.$ti +this.b.$2(s.z[2].a(a),s.z[3].a(b))}, +$S(){return this.a.$ti.j("~(1,2)")}} +A.Vy.prototype={ +$1(a){var s=this.a.$ti,r=s.z[3] +return new A.ax(s.z[2].a(a.gcG(a)),r.a(a.gl(a)),s.j("@<3>").ai(r).j("ax<1,2>"))}, +$S(){return this.a.$ti.j("ax<3,4>(ax<1,2>)")}} +A.j1.prototype={ +i(a){return"LateInitializationError: "+this.a}} +A.fq.prototype={ +gp(a){return this.a.length}, +h(a,b){return B.b.al(this.a,b)}} +A.ajo.prototype={ +$0(){return A.cK(null,t.P)}, +$S:83} +A.a77.prototype={} +A.V.prototype={} +A.bl.prototype={ +ga1(a){return new A.cN(this,this.gp(this))}, +Y(a,b){var s,r=this,q=r.gp(r) +for(s=0;s").ai(c).j("aA<1,2>"))}, +o9(a,b){var s,r,q=this,p=q.gp(q) +if(p===0)throw A.c(A.bB()) +s=q.aY(0,0) +for(r=1;rs)throw A.c(A.bt(r,0,s,"start",null))}}, +ga_W(){var s=J.bQ(this.a),r=this.c +if(r==null||r>s)return s +return r}, +ga7O(){var s=J.bQ(this.a),r=this.b +if(r>s)return s +return r}, +gp(a){var s,r=J.bQ(this.a),q=this.b +if(q>=r)return 0 +s=this.c +if(s==null||s>=r)return r-q +return s-q}, +aY(a,b){var s=this,r=s.ga7O()+b +if(b<0||r>=s.ga_W())throw A.c(A.bZ(b,s,"index",null,null)) +return J.pP(s.a,r)}, +fv(a,b){var s,r,q=this +A.d0(b,"count") +s=q.b+b +r=q.c +if(r!=null&&s>=r)return new A.jU(q.$ti.j("jU<1>")) +return A.eS(q.a,s,r,q.$ti.c)}, +i2(a,b){var s,r,q,p=this +A.d0(b,"count") +s=p.c +r=p.b +q=r+b +if(s==null)return A.eS(p.a,r,q,p.$ti.c) +else{if(s=o){r.d=null +return!1}r.d=p.aY(q,s);++r.c +return!0}} +A.d5.prototype={ +ga1(a){return new A.eu(J.aw(this.a),this.b)}, +gp(a){return J.bQ(this.a)}, +gS(a){return J.hB(this.a)}, +gJ(a){return this.b.$1(J.vb(this.a))}, +gR(a){return this.b.$1(J.vc(this.a))}, +aY(a,b){return this.b.$1(J.pP(this.a,b))}} +A.nm.prototype={$iV:1} +A.eu.prototype={ +t(){var s=this,r=s.b +if(r.t()){s.a=s.c.$1(r.gH(r)) +return!0}s.a=null +return!1}, +gH(a){var s=this.a +return s==null?A.n(this).z[1].a(s):s}} +A.aA.prototype={ +gp(a){return J.bQ(this.a)}, +aY(a,b){return this.b.$1(J.pP(this.a,b))}} +A.av.prototype={ +ga1(a){return new A.p4(J.aw(this.a),this.b)}, +iJ(a,b,c){return new A.d5(this,b,this.$ti.j("@<1>").ai(c).j("d5<1,2>"))}} +A.p4.prototype={ +t(){var s,r +for(s=this.a,r=this.b;s.t();)if(r.$1(s.gH(s)))return!0 +return!1}, +gH(a){var s=this.a +return s.gH(s)}} +A.hK.prototype={ +ga1(a){return new A.qs(J.aw(this.a),this.b,B.cS)}} +A.qs.prototype={ +gH(a){var s=this.d +return s==null?A.n(this).z[1].a(s):s}, +t(){var s,r,q=this,p=q.c +if(p==null)return!1 +for(s=q.a,r=q.b;!p.t();){q.d=null +if(s.t()){q.c=null +p=J.aw(r.$1(s.gH(s))) +q.c=p}else return!1}p=q.c +q.d=p.gH(p) +return!0}} +A.oR.prototype={ +ga1(a){return new A.LG(J.aw(this.a),this.b)}} +A.wz.prototype={ +gp(a){var s=J.bQ(this.a),r=this.b +if(s>r)return r +return s}, +$iV:1} +A.LG.prototype={ +t(){if(--this.b>=0)return this.a.t() +this.b=-1 +return!1}, +gH(a){var s +if(this.b<0){A.n(this).c.a(null) +return null}s=this.a +return s.gH(s)}} +A.kw.prototype={ +fv(a,b){A.fU(b,"count") +A.d0(b,"count") +return new A.kw(this.a,this.b+b,A.n(this).j("kw<1>"))}, +ga1(a){return new A.L8(J.aw(this.a),this.b)}} +A.qo.prototype={ +gp(a){var s=J.bQ(this.a)-this.b +if(s>=0)return s +return 0}, +fv(a,b){A.fU(b,"count") +A.d0(b,"count") +return new A.qo(this.a,this.b+b,this.$ti)}, +$iV:1} +A.L8.prototype={ +t(){var s,r +for(s=this.a,r=0;r"))}, +fv(a,b){A.d0(b,"count") +return this}, +i2(a,b){A.d0(b,"count") +return this}, +dM(a,b){var s=this.$ti.c +return b?J.qW(0,s):J.HZ(0,s)}, +dL(a){return this.dM(a,!0)}, +iY(a){return A.j2(this.$ti.c)}} +A.GX.prototype={ +t(){return!1}, +gH(a){throw A.c(A.bB())}} +A.nA.prototype={ +ga1(a){return new A.Ht(J.aw(this.a),this.b)}, +gp(a){var s=this.b +return J.bQ(this.a)+s.gp(s)}, +gS(a){var s +if(J.hB(this.a)){s=this.b +s=!s.ga1(s).t()}else s=!1 +return s}, +gbZ(a){var s +if(!J.EX(this.a)){s=this.b +s=!s.gS(s)}else s=!0 +return s}, +A(a,b){return J.TW(this.a,b)||this.b.A(0,b)}, +gJ(a){var s,r=J.aw(this.a) +if(r.t())return r.gH(r) +s=this.b +return s.gJ(s)}, +gR(a){var s,r=this.b,q=new A.qs(J.aw(r.a),r.b,B.cS) +if(q.t()){s=q.d +if(s==null)s=A.n(q).z[1].a(s) +for(r=A.n(q).z[1];q.t();){s=q.d +if(s==null)s=r.a(s)}return s}return J.vc(this.a)}} +A.Ht.prototype={ +t(){var s,r=this +if(r.a.t())return!0 +s=r.b +if(s!=null){s=new A.qs(J.aw(s.a),s.b,B.cS) +r.a=s +r.b=null +return s.t()}return!1}, +gH(a){var s=this.a +return s.gH(s)}} +A.fL.prototype={ +ga1(a){return new A.tM(J.aw(this.a),this.$ti.j("tM<1>"))}} +A.tM.prototype={ +t(){var s,r +for(s=this.a,r=this.$ti.c;s.t();)if(r.b(s.gH(s)))return!0 +return!1}, +gH(a){var s=this.a +return this.$ti.c.a(s.gH(s))}} +A.wK.prototype={ +sp(a,b){throw A.c(A.R("Cannot change the length of a fixed-length list"))}, +E(a,b){throw A.c(A.R("Cannot add to a fixed-length list"))}, +B(a,b){throw A.c(A.R("Cannot remove from a fixed-length list"))}, +eX(a){throw A.c(A.R("Cannot remove from a fixed-length list"))}} +A.M9.prototype={ +n(a,b,c){throw A.c(A.R("Cannot modify an unmodifiable list"))}, +sp(a,b){throw A.c(A.R("Cannot change the length of an unmodifiable list"))}, +E(a,b){throw A.c(A.R("Cannot add to an unmodifiable list"))}, +B(a,b){throw A.c(A.R("Cannot remove from an unmodifiable list"))}, +dl(a,b){throw A.c(A.R("Cannot modify an unmodifiable list"))}, +eX(a){throw A.c(A.R("Cannot remove from an unmodifiable list"))}, +bh(a,b,c,d,e){throw A.c(A.R("Cannot modify an unmodifiable list"))}, +d7(a,b,c,d){return this.bh(a,b,c,d,0)}} +A.tJ.prototype={} +A.ci.prototype={ +gp(a){return J.bQ(this.a)}, +aY(a,b){var s=this.a,r=J.ay(s) +return r.aY(s,r.gp(s)-1-b)}} +A.to.prototype={ +gv(a){var s=this._hashCode +if(s!=null)return s +s=664597*J.r(this.a)&536870911 +this._hashCode=s +return s}, +i(a){return'Symbol("'+A.e(this.a)+'")'}, +k(a,b){if(b==null)return!1 +return b instanceof A.to&&this.a==b.a}, +$ioQ:1} +A.E8.prototype={} +A.nf.prototype={} +A.qb.prototype={ +fb(a,b,c){var s=A.n(this) +return A.akO(this,s.c,s.z[1],b,c)}, +gS(a){return this.gp(this)===0}, +gbZ(a){return this.gp(this)!==0}, +i(a){return A.a1K(this)}, +n(a,b,c){A.akj()}, +bs(a,b,c){A.akj()}, +B(a,b){A.akj()}, +geP(a){return this.ac5(0,A.n(this).j("ax<1,2>"))}, +ac5(a,b){var s=this +return A.asW(function(){var r=a +var q=0,p=1,o,n,m,l +return function $async$geP(c,d){if(c===1){o=d +q=p}while(true)switch(q){case 0:n=s.gba(s),n=n.ga1(n),m=A.n(s),m=m.j("@<1>").ai(m.z[1]).j("ax<1,2>") +case 2:if(!n.t()){q=3 +break}l=n.gH(n) +q=4 +return new A.ax(l,s.h(0,l),m) +case 4:q=2 +break +case 3:return A.arS() +case 1:return A.arT(o)}}},b)}, +jC(a,b,c,d){var s=A.z(c,d) +this.Y(0,new A.Wb(this,b,s)) +return s}, +$iau:1} +A.Wb.prototype={ +$2(a,b){var s=this.b.$2(a,b) +this.c.n(0,s.gcG(s),s.gl(s))}, +$S(){return A.n(this.a).j("~(1,2)")}} +A.ba.prototype={ +gp(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]}, +Y(a,b){var s,r,q,p,o=this.c +for(s=o.length,r=this.b,q=0;q"))}, +gb2(a){var s=this.$ti +return A.ka(this.c,new A.Wc(this),s.c,s.z[1])}} +A.Wc.prototype={ +$1(a){return this.a.b[a]}, +$S(){return this.a.$ti.j("2(1)")}} +A.Bi.prototype={ +ga1(a){var s=this.a.c +return new J.fo(s,s.length)}, +gp(a){return this.a.c.length}} +A.bI.prototype={ +mL(){var s,r,q,p=this,o=p.$map +if(o==null){s=p.$ti +r=s.c +q=A.aBB(r) +o=A.hT(null,A.aGA(),q,r,s.z[1]) +A.atA(p.a,o) +p.$map=o}return o}, +aq(a,b){return this.mL().aq(0,b)}, +h(a,b){return this.mL().h(0,b)}, +Y(a,b){this.mL().Y(0,b)}, +gba(a){var s=this.mL() +return new A.b3(s,A.n(s).j("b3<1>"))}, +gb2(a){var s=this.mL() +return s.gb2(s)}, +gp(a){return this.mL().a}} +A.ZV.prototype={ +$1(a){return this.a.b(a)}, +$S:20} +A.xf.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.xf&&this.a.k(0,b.a)&&A.C(this)===A.C(b)}, +gv(a){return A.a3(this.a,A.C(this),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){var s=B.c.bB([A.b1(this.$ti.c)],", ") +return this.a.i(0)+" with "+("<"+s+">")}} +A.nT.prototype={ +$1(a){return this.a.$1$1(a,this.$ti.z[0])}, +$2(a,b){return this.a.$1$2(a,b,this.$ti.z[0])}, +$S(){return A.aIj(A.dd(this.a),this.$ti)}} +A.a0H.prototype={ +gOp(){var s=this.a +return s}, +gOP(){var s,r,q,p,o=this +if(o.c===1)return B.nF +s=o.d +r=s.length-o.e.length-o.f +if(r===0)return B.nF +q=[] +for(p=0;p>>0}, +i(a){return"Closure '"+this.$_name+"' of "+("Instance of '"+A.a45(this.a)+"'")}} +A.KB.prototype={ +i(a){return"RuntimeError: "+this.a}} +A.afW.prototype={} +A.dj.prototype={ +gp(a){return this.a}, +gS(a){return this.a===0}, +gbZ(a){return this.a!==0}, +gba(a){return new A.b3(this,A.n(this).j("b3<1>"))}, +gb2(a){var s=A.n(this) +return A.ka(new A.b3(this,s.j("b3<1>")),new A.a0R(this),s.c,s.z[1])}, +aq(a,b){var s,r +if(typeof b=="string"){s=this.b +if(s==null)return!1 +return s[b]!=null}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=this.c +if(r==null)return!1 +return r[b]!=null}else return this.NW(b)}, +NW(a){var s=this.d +if(s==null)return!1 +return this.nI(s[this.nH(a)],a)>=0}, +aaH(a,b){return new A.b3(this,A.n(this).j("b3<1>")).fE(0,new A.a0Q(this,b))}, +P(a,b){J.eH(b,new A.a0P(this))}, +h(a,b){var s,r,q,p,o=null +if(typeof b=="string"){s=this.b +if(s==null)return o +r=s[b] +q=r==null?o:r.b +return q}else if(typeof b=="number"&&(b&0x3fffffff)===b){p=this.c +if(p==null)return o +r=p[b] +q=r==null?o:r.b +return q}else return this.NX(b)}, +NX(a){var s,r,q=this.d +if(q==null)return null +s=q[this.nH(a)] +r=this.nI(s,a) +if(r<0)return null +return s[r].b}, +n(a,b,c){var s,r,q=this +if(typeof b=="string"){s=q.b +q.Gb(s==null?q.b=q.zL():s,b,c)}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=q.c +q.Gb(r==null?q.c=q.zL():r,b,c)}else q.NZ(b,c)}, +NZ(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=p.zL() +s=p.nH(a) +r=o[s] +if(r==null)o[s]=[p.zM(a,b)] +else{q=p.nI(r,a) +if(q>=0)r[q].b=b +else r.push(p.zM(a,b))}}, +bs(a,b,c){var s,r,q=this +if(q.aq(0,b)){s=q.h(0,b) +return s==null?A.n(q).z[1].a(s):s}r=c.$0() +q.n(0,b,r) +return r}, +B(a,b){var s=this +if(typeof b=="string")return s.Jw(s.b,b) +else if(typeof b=="number"&&(b&0x3fffffff)===b)return s.Jw(s.c,b) +else return s.NY(b)}, +NY(a){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.nH(a) +r=n[s] +q=o.nI(r,a) +if(q<0)return null +p=r.splice(q,1)[0] +o.KG(p) +if(r.length===0)delete n[s] +return p.b}, +aG(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.zK()}}, +Y(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.bw(s)) +r=r.c}}, +Gb(a,b,c){var s=a[b] +if(s==null)a[b]=this.zM(b,c) +else s.b=c}, +Jw(a,b){var s +if(a==null)return null +s=a[b] +if(s==null)return null +this.KG(s) +delete a[b] +return s.b}, +zK(){this.r=this.r+1&1073741823}, +zM(a,b){var s,r=this,q=new A.a1r(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.zK() +return q}, +KG(a){var s=this,r=a.d,q=a.c +if(r==null)s.e=q +else r.c=q +if(q==null)s.f=r +else q.d=r;--s.a +s.zK()}, +nH(a){return J.r(a)&0x3fffffff}, +nI(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r"]=s +delete s[""] +return s}} +A.a0R.prototype={ +$1(a){var s=this.a,r=s.h(0,a) +return r==null?A.n(s).z[1].a(r):r}, +$S(){return A.n(this.a).j("2(1)")}} +A.a0Q.prototype={ +$1(a){return J.f(this.a.h(0,a),this.b)}, +$S(){return A.n(this.a).j("y(1)")}} +A.a0P.prototype={ +$2(a,b){this.a.n(0,a,b)}, +$S(){return A.n(this.a).j("~(1,2)")}} +A.a1r.prototype={} +A.b3.prototype={ +gp(a){return this.a.a}, +gS(a){return this.a.a===0}, +ga1(a){var s=this.a,r=new A.xA(s,s.r) +r.c=s.e +return r}, +A(a,b){return this.a.aq(0,b)}, +Y(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.bw(s)) +r=r.c}}} +A.xA.prototype={ +gH(a){return this.d}, +t(){var s,r=this,q=r.a +if(r.b!==q.r)throw A.c(A.bw(q)) +s=r.c +if(s==null){r.d=null +return!1}else{r.d=s.a +r.c=s.c +return!0}}} +A.aj5.prototype={ +$1(a){return this.a(a)}, +$S:31} +A.aj6.prototype={ +$2(a,b){return this.a(a,b)}, +$S:236} +A.aj7.prototype={ +$1(a){return this.a(a)}, +$S:237} +A.nW.prototype={ +i(a){return"RegExp/"+this.a+"/"+this.b.flags}, +gJ_(){var s=this,r=s.c +if(r!=null)return r +r=s.b +return s.c=A.akF(s.a,r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +ga4X(){var s=this,r=s.d +if(r!=null)return r +r=s.b +return s.d=A.akF(s.a+"|()",r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +vr(a){var s=this.b.exec(a) +if(s==null)return null +return new A.us(s)}, +RL(a){var s=this.vr(a) +if(s!=null)return s.b[0] +return null}, +uD(a,b,c){var s=b.length +if(c>s)throw A.c(A.bt(c,0,s,null,null)) +return new A.Mu(this,b,c)}, +n5(a,b){return this.uD(a,b,0)}, +HG(a,b){var s,r=this.gJ_() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +return new A.us(s)}, +a08(a,b){var s,r=this.ga4X() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +if(s.pop()!=null)return null +return new A.us(s)}, +nP(a,b,c){if(c<0||c>b.length)throw A.c(A.bt(c,0,b.length,null,null)) +return this.a08(b,c)}, +$iaqD:1} +A.us.prototype={ +gb8(a){return this.b.index}, +gaO(a){var s=this.b +return s.index+s[0].length}, +h(a,b){return this.b[b]}, +$io5:1, +$iK_:1} +A.Mu.prototype={ +ga1(a){return new A.B2(this.a,this.b,this.c)}} +A.B2.prototype={ +gH(a){var s=this.d +return s==null?t.Qz.a(s):s}, +t(){var s,r,q,p,o,n=this,m=n.b +if(m==null)return!1 +s=n.c +r=m.length +if(s<=r){q=n.a +p=q.HG(m,s) +if(p!=null){n.d=p +o=p.gaO(p) +if(p.b.index===o){if(q.b.unicode){s=n.c +q=s+1 +if(q=55296&&s<=56319){s=B.b.al(m,q) +s=s>=56320&&s<=57343}else s=!1}else s=!1}else s=!1 +o=(s?o+1:o)+1}n.c=o +return!0}}n.b=n.d=null +return!1}} +A.ti.prototype={ +gaO(a){return this.a+this.c.length}, +h(a,b){if(b!==0)A.K(A.a4e(b,null)) +return this.c}, +$io5:1, +gb8(a){return this.a}} +A.Rp.prototype={ +ga1(a){return new A.Rq(this.a,this.b,this.c)}, +gJ(a){var s=this.b,r=this.a.indexOf(s,this.c) +if(r>=0)return new A.ti(r,s) +throw A.c(A.bB())}} +A.Rq.prototype={ +t(){var s,r,q=this,p=q.c,o=q.b,n=o.length,m=q.a,l=m.length +if(p+n>l){q.d=null +return!1}s=m.indexOf(o,p) +if(s<0){q.c=l+1 +q.d=null +return!1}r=s+n +q.d=new A.ti(s,o) +q.c=r===q.c?r+1:r +return!0}, +gH(a){var s=this.d +s.toString +return s}} +A.abX.prototype={ +bm(){var s=this.b +if(s===this)throw A.c(new A.j1("Local '"+this.a+"' has not been initialized.")) +return s}, +bi(){var s=this.b +if(s===this)throw A.c(A.apM(this.a)) +return s}, +sdI(a){var s=this +if(s.b!==s)throw A.c(new A.j1("Local '"+s.a+"' has already been initialized.")) +s.b=a}} +A.o9.prototype={ +gdB(a){return B.Rw}, +LK(a,b,c){throw A.c(A.R("Int64List not supported by dart2js."))}, +$io9:1, +$iq0:1} +A.dl.prototype={ +a4k(a,b,c,d){var s=A.bt(b,0,c,d,null) +throw A.c(s)}, +GI(a,b,c,d){if(b>>>0!==b||b>c)this.a4k(a,b,c,d)}, +$idl:1, +$icH:1} +A.y9.prototype={ +gdB(a){return B.Rx}, +Ew(a,b,c){throw A.c(A.R("Int64 accessor not supported by dart2js."))}, +F8(a,b,c,d){throw A.c(A.R("Int64 accessor not supported by dart2js."))}, +$ic2:1} +A.rb.prototype={ +gp(a){return a.length}, +JW(a,b,c,d,e){var s,r,q=a.length +this.GI(a,b,q,"start") +this.GI(a,c,q,"end") +if(b>c)throw A.c(A.bt(b,0,c,null,null)) +s=c-b +if(e<0)throw A.c(A.b5(e,null)) +r=d.length +if(r-e0){s=Date.now()-r.c +if(s>(p+1)*o)p=B.f.lh(s,o)}q.c=p +r.d.$1(q)}, +$S:6} +A.MI.prototype={ +c3(a,b){var s,r=this +if(b==null)r.$ti.c.a(b) +if(!r.b)r.a.oW(b) +else{s=r.a +if(r.$ti.j("a7<1>").b(b))s.GD(b) +else s.p0(b)}}, +fH(a,b){var s=this.a +if(this.b)s.f7(a,b) +else s.oX(a,b)}} +A.ahI.prototype={ +$1(a){return this.a.$2(0,a)}, +$S:15} +A.ahJ.prototype={ +$2(a,b){this.a.$2(1,new A.wI(a,b))}, +$S:244} +A.aiB.prototype={ +$2(a,b){this.a(a,b)}, +$S:245} +A.um.prototype={ +i(a){return"IterationMarker("+this.b+", "+A.e(this.a)+")"}} +A.pt.prototype={ +gH(a){var s=this.c +if(s==null)return this.b +return s.gH(s)}, +t(){var s,r,q,p,o,n=this +for(;!0;){s=n.c +if(s!=null)if(s.t())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.um){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.aw(s) +if(o instanceof A.pt){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.Dz.prototype={ +ga1(a){return new A.pt(this.a())}} +A.Fc.prototype={ +i(a){return A.e(this.a)}, +$ibA:1, +gmB(){return this.b}} +A.ZO.prototype={ +$0(){var s,r,q +try{this.a.lj(this.b.$0())}catch(q){s=A.a9(q) +r=A.aB(q) +A.asx(this.a,s,r)}}, +$S:0} +A.ZN.prototype={ +$0(){this.c.a(null) +this.b.lj(null)}, +$S:0} +A.ZU.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.f7(a,b) +else{s.e.b=a +s.f.b=b}}else if(q===0&&!s.c)s.d.f7(s.e.bm(),s.f.bm())}, +$S:40} +A.ZT.prototype={ +$1(a){var s,r=this,q=r.a;--q.b +s=q.a +if(s!=null){J.cU(s,r.b,a) +if(q.b===0)r.c.p0(A.fw(s,!0,r.w))}else if(q.b===0&&!r.e)r.c.f7(r.f.bm(),r.r.bm())}, +$S(){return this.w.j("aD(0)")}} +A.ZQ.prototype={ +$1(a){var s=this.a +if((s.a.a&30)===0)s.c3(0,a)}, +$S(){return this.b.j("~(0)")}} +A.ZP.prototype={ +$2(a,b){var s=this.a +if((s.a.a&30)===0)s.fH(a,b)}, +$S:40} +A.ZS.prototype={ +$0(){var s,r,q=this.a +if(!q.t())return!1 +s=q.d +q=s==null?A.n(q).c.a(s):s +r=this.b.$1(q) +if(t.L0.b(r))return r.aT(0,A.aHc(),t.y) +return!0}, +$S:248} +A.ZR.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k=this +for(p=t.wF,o=k.a;a;){s=null +try{s=o.$0()}catch(n){r=A.a9(n) +q=A.aB(n) +p=r +m=q +q=m==null?A.vy(p):m +k.b.oX(p,q) +return}if(p.b(s)){p=s +o=k.c +l=o.b +if(l===o)A.K(A.e4(o.a)) +J.aok(p,l,k.b.gyx(),t.H) +return}a=A.pw(s)}k.b.lj(null)}, +$S:5} +A.ZL.prototype={ +$2(a,b){return this.a.$2(this.b.a(a),b)}, +$S(){return this.c.j("0/(D,c8)")}} +A.ZM.prototype={ +$1(a){var s +if(this.a.b(a))s=!0 +else s=!1 +return s}, +$S:251} +A.tW.prototype={ +fH(a,b){A.eG(a,"error",t.K) +if((this.a.a&30)!==0)throw A.c(A.X("Future already completed")) +if(b==null)b=A.vy(a) +this.f7(a,b)}, +jh(a){return this.fH(a,null)}} +A.aI.prototype={ +c3(a,b){var s=this.a +if((s.a&30)!==0)throw A.c(A.X("Future already completed")) +s.oW(b)}, +eg(a){return this.c3(a,null)}, +f7(a,b){this.a.oX(a,b)}} +A.Dy.prototype={ +c3(a,b){var s=this.a +if((s.a&30)!==0)throw A.c(A.X("Future already completed")) +s.lj(b)}, +f7(a,b){this.a.f7(a,b)}} +A.jD.prototype={ +aer(a){if((this.c&15)!==6)return!0 +return this.b.b.DU(this.d,a.a)}, +acQ(a){var s,r=this.e,q=null,p=a.a,o=this.b.b +if(t.Hg.b(r))q=o.agw(r,p,a.b) +else q=o.DU(r,p) +try{p=q +return p}catch(s){if(t.ns.b(A.a9(s))){if((this.c&1)!==0)throw A.c(A.b5("The error handler of Future.then must return a value of the returned future's type","onError")) +throw A.c(A.b5("The error handler of Future.catchError must return a value of the future's type","onError"))}else throw s}}} +A.a4.prototype={ +fq(a,b,c,d){var s,r,q=$.a5 +if(q===B.af){if(c!=null&&!t.Hg.b(c)&&!t.C_.b(c))throw A.c(A.fT(c,"onError",u.w))}else if(c!=null)c=A.at0(c,q) +s=new A.a4(q,d.j("a4<0>")) +r=c==null?1:3 +this.oT(new A.jD(s,r,b,c,this.$ti.j("@<1>").ai(d).j("jD<1,2>"))) +return s}, +aT(a,b,c){return this.fq(a,b,null,c)}, +Ku(a,b,c){var s=new A.a4($.a5,c.j("a4<0>")) +this.oT(new A.jD(s,3,a,b,this.$ti.j("@<1>").ai(c).j("jD<1,2>"))) +return s}, +lB(a,b){var s=this.$ti,r=$.a5,q=new A.a4(r,s) +if(r!==B.af)a=A.at0(a,r) +r=b==null?2:6 +this.oT(new A.jD(q,r,b,a,s.j("@<1>").ai(s.c).j("jD<1,2>"))) +return q}, +hL(a){return this.lB(a,null)}, +fV(a){var s=this.$ti,r=new A.a4($.a5,s) +this.oT(new A.jD(r,8,a,null,s.j("@<1>").ai(s.c).j("jD<1,2>"))) +return r}, +a7h(a){this.a=this.a&1|16 +this.c=a}, +yq(a){this.a=a.a&30|this.a&1 +this.c=a.c}, +oT(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.oT(a) +return}s.yq(r)}A.uX(null,null,s.b,new A.acZ(s,a))}}, +Jo(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.Jo(a) +return}n.yq(s)}m.a=n.u9(a) +A.uX(null,null,n.b,new A.ad6(m,n))}}, +u7(){var s=this.c +this.c=null +return this.u9(s)}, +u9(a){var s,r,q +for(s=a,r=null;s!=null;r=s,s=q){q=s.a +s.a=r}return r}, +yi(a){var s,r,q,p=this +p.a^=2 +try{a.fq(0,new A.ad2(p),new A.ad3(p),t.P)}catch(q){s=A.a9(q) +r=A.aB(q) +A.fn(new A.ad4(p,s,r))}}, +lj(a){var s,r=this,q=r.$ti +if(q.j("a7<1>").b(a))if(q.b(a))A.ad1(a,r) +else r.yi(a) +else{s=r.u7() +r.a=8 +r.c=a +A.ue(r,s)}}, +p0(a){var s=this,r=s.u7() +s.a=8 +s.c=a +A.ue(s,r)}, +f7(a,b){var s=this.u7() +this.a7h(A.UL(a,b)) +A.ue(this,s)}, +oW(a){if(this.$ti.j("a7<1>").b(a)){this.GD(a) +return}this.YU(a)}, +YU(a){this.a^=2 +A.uX(null,null,this.b,new A.ad0(this,a))}, +GD(a){var s=this +if(s.$ti.b(a)){if((a.a&16)!==0){s.a^=2 +A.uX(null,null,s.b,new A.ad5(s,a))}else A.ad1(a,s) +return}s.yi(a)}, +oX(a,b){this.a^=2 +A.uX(null,null,this.b,new A.ad_(this,a,b))}, +$ia7:1} +A.acZ.prototype={ +$0(){A.ue(this.a,this.b)}, +$S:0} +A.ad6.prototype={ +$0(){A.ue(this.b,this.a.a)}, +$S:0} +A.ad2.prototype={ +$1(a){var s,r,q,p=this.a +p.a^=2 +try{p.p0(p.$ti.c.a(a))}catch(q){s=A.a9(q) +r=A.aB(q) +p.f7(s,r)}}, +$S:7} +A.ad3.prototype={ +$2(a,b){this.a.f7(a,b)}, +$S:66} +A.ad4.prototype={ +$0(){this.a.f7(this.b,this.c)}, +$S:0} +A.ad0.prototype={ +$0(){this.a.p0(this.b)}, +$S:0} +A.ad5.prototype={ +$0(){A.ad1(this.b,this.a)}, +$S:0} +A.ad_.prototype={ +$0(){this.a.f7(this.b,this.c)}, +$S:0} +A.ad9.prototype={ +$0(){var s,r,q,p,o,n,m=this,l=null +try{q=m.a.a +l=q.b.b.f_(q.d)}catch(p){s=A.a9(p) +r=A.aB(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.UL(s,r) +o.b=!0 +return}if(l instanceof A.a4&&(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.ak1(l,new A.ada(n),t.z) +q.b=!1}}, +$S:0} +A.ada.prototype={ +$1(a){return this.a}, +$S:260} +A.ad8.prototype={ +$0(){var s,r,q,p,o +try{q=this.a +p=q.a +q.c=p.b.b.DU(p.d,this.b)}catch(o){s=A.a9(o) +r=A.aB(o) +q=this.a +q.c=A.UL(s,r) +q.b=!0}}, +$S:0} +A.ad7.prototype={ +$0(){var s,r,q,p,o,n,m=this +try{s=m.a.a.c +p=m.b +if(p.a.aer(s)&&p.a.e!=null){p.c=p.a.acQ(s) +p.b=!1}}catch(o){r=A.a9(o) +q=A.aB(o) +p=m.a.a.c +n=m.b +if(p.a===r)n.c=p +else n.c=A.UL(r,q) +n.b=!0}}, +$S:0} +A.MJ.prototype={} +A.d1.prototype={ +gp(a){var s={},r=new A.a4($.a5,t.wJ) +s.a=0 +this.iI(new A.a8X(s,this),!0,new A.a8Y(s,r),r.gyx()) +return r}, +gJ(a){var s=new A.a4($.a5,A.n(this).j("a4")),r=this.iI(null,!0,new A.a8V(s),s.gyx()) +r.Oz(new A.a8W(this,r,s)) +return s}} +A.a8U.prototype={ +$0(){var s=this.a +return new A.C_(new J.fo(s,s.length))}, +$S(){return this.b.j("C_<0>()")}} +A.a8X.prototype={ +$1(a){++this.a.a}, +$S(){return A.n(this.b).j("~(d1.T)")}} +A.a8Y.prototype={ +$0(){this.b.lj(this.a.a)}, +$S:0} +A.a8V.prototype={ +$0(){var s,r,q,p +try{q=A.bB() +throw A.c(q)}catch(p){s=A.a9(p) +r=A.aB(p) +A.asx(this.a,s,r)}}, +$S:0} +A.a8W.prototype={ +$1(a){A.aFG(this.b,this.c,a)}, +$S(){return A.n(this.a).j("~(d1.T)")}} +A.kA.prototype={} +A.bN.prototype={ +fb(a,b,c){var s=A.n(this) +return new A.n8(this,s.j("@").ai(s.j("bN.T")).ai(b).ai(c).j("n8<1,2,3,4>"))}} +A.uN.prototype={ +ga5E(){if((this.b&8)===0)return this.a +return this.a.gEj()}, +yZ(){var s,r=this +if((r.b&8)===0){s=r.a +return s==null?r.a=new A.Du():s}s=r.a.gEj() +return s}, +gAo(){var s=this.a +return(this.b&8)!==0?s.gEj():s}, +yd(){if((this.b&4)!==0)return new A.kz("Cannot add event after closing") +return new A.kz("Cannot add event while adding a stream")}, +HC(){var s=this.c +if(s==null)s=this.c=(this.b&2)!==0?$.EO():new A.a4($.a5,t.U) +return s}, +E(a,b){if(this.b>=4)throw A.c(this.yd()) +this.tl(0,b)}, +n3(a,b){var s,r=this +A.eG(a,"error",t.K) +s=r.b +if(s>=4)throw A.c(r.yd()) +if((s&1)!==0)r.pt(a,b) +else if((s&3)===0)r.yZ().E(0,new A.Bn(a,b))}, +a9o(a){return this.n3(a,null)}, +eD(a){var s=this,r=s.b +if((r&4)!==0)return s.HC() +if(r>=4)throw A.c(s.yd()) +s.GV() +return s.HC()}, +GV(){var s=this.b|=4 +if((s&1)!==0)this.ps() +else if((s&3)===0)this.yZ().E(0,B.fm)}, +tl(a,b){var s=this.b +if((s&1)!==0)this.pr(b) +else if((s&3)===0)this.yZ().E(0,new A.u1(b))}, +a7V(a,b,c,d){var s,r,q,p,o,n,m,l,k=this +if((k.b&3)!==0)throw A.c(A.X("Stream has already been listened to.")) +s=$.a5 +r=d?1:0 +q=A.abq(s,a) +p=A.alw(s,b) +o=c==null?A.atf():c +n=new A.tY(k,q,p,o,s,r,A.n(k).j("tY<1>")) +m=k.ga5E() +r=k.b|=1 +if((r&8)!==0){l=k.a +l.sEj(n) +l.wq(0)}else k.a=n +n.JV(m) +n.zf(new A.agw(k)) +return n}, +a6h(a){var s,r,q,p,o,n,m,l=this,k=null +if((l.b&8)!==0)k=l.a.aA(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.a9(o) +p=A.aB(o) +n=new A.a4($.a5,t.U) +n.oX(q,p) +k=n}else k=k.fV(s) +m=new A.agv(l) +if(k!=null)k=k.fV(m) +else m.$0() +return k}, +$iiR:1} +A.agw.prototype={ +$0(){A.am9(this.a.d)}, +$S:0} +A.agv.prototype={ +$0(){var s=this.a.c +if(s!=null&&(s.a&30)===0)s.oW(null)}, +$S:0} +A.MK.prototype={ +pr(a){this.gAo().mG(new A.u1(a))}, +pt(a,b){this.gAo().mG(new A.Bn(a,b))}, +ps(){this.gAo().mG(B.fm)}} +A.mu.prototype={} +A.jC.prototype={ +yJ(a,b,c,d){return this.a.a7V(a,b,c,d)}, +gv(a){return(A.e7(this.a)^892482866)>>>0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.jC&&b.a===this.a}} +A.tY.prototype={ +zP(){return this.w.a6h(this)}, +mR(){var s=this.w +if((s.b&8)!==0)s.a.DC(0) +A.am9(s.e)}, +mS(){var s=this.w +if((s.b&8)!==0)s.a.wq(0) +A.am9(s.f)}} +A.jB.prototype={ +JV(a){var s=this +if(a==null)return +s.r=a +if(!a.gS(a)){s.e=(s.e|64)>>>0 +a.rT(s)}}, +Oz(a){this.a=A.abq(this.d,a)}, +DD(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.zf(q.gzQ())}, +DC(a){return this.DD(a,null)}, +wq(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){r=s.r +r=!r.gS(r)}else r=!1 +if(r)s.r.rT(s) +else{r=(s.e&4294967291)>>>0 +s.e=r +if((r&32)===0)s.zf(s.gzS())}}}}, +aA(a){var s=this,r=(s.e&4294967279)>>>0 +s.e=r +if((r&8)===0)s.y9() +r=s.f +return r==null?$.EO():r}, +y9(){var s,r=this,q=r.e=(r.e|8)>>>0 +if((q&64)!==0){s=r.r +if(s.a===1)s.a=3}if((q&32)===0)r.r=null +r.f=r.zP()}, +tl(a,b){var s=this.e +if((s&8)!==0)return +if(s<32)this.pr(b) +else this.mG(new A.u1(b))}, +Yy(a,b){var s=this.e +if((s&8)!==0)return +if(s<32)this.pt(a,b) +else this.mG(new A.Bn(a,b))}, +YT(){var s=this,r=s.e +if((r&8)!==0)return +r=(r|2)>>>0 +s.e=r +if(r<32)s.ps() +else s.mG(B.fm)}, +mR(){}, +mS(){}, +zP(){return null}, +mG(a){var s,r=this,q=r.r +if(q==null)q=new A.Du() +r.r=q +q.E(0,a) +s=r.e +if((s&64)===0){s=(s|64)>>>0 +r.e=s +if(s<128)q.rT(r)}}, +pr(a){var s=this,r=s.e +s.e=(r|32)>>>0 +s.d.ro(s.a,a) +s.e=(s.e&4294967263)>>>0 +s.ym((r&4)!==0)}, +pt(a,b){var s,r=this,q=r.e,p=new A.abs(r,a,b) +if((q&1)!==0){r.e=(q|16)>>>0 +r.y9() +s=r.f +if(s!=null&&s!==$.EO())s.fV(p) +else p.$0()}else{p.$0() +r.ym((q&4)!==0)}}, +ps(){var s,r=this,q=new A.abr(r) +r.y9() +r.e=(r.e|16)>>>0 +s=r.f +if(s!=null&&s!==$.EO())s.fV(q) +else q.$0()}, +zf(a){var s=this,r=s.e +s.e=(r|32)>>>0 +a.$0() +s.e=(s.e&4294967263)>>>0 +s.ym((r&4)!==0)}, +ym(a){var s,r,q=this +if((q.e&64)!==0){s=q.r +s=s.gS(s)}else s=!1 +if(s){s=q.e=(q.e&4294967231)>>>0 +if((s&4)!==0)if(s<128){s=q.r +s=s==null?null:s.gS(s) +s=s!==!1}else s=!1 +else s=!1 +if(s)q.e=(q.e&4294967291)>>>0}for(;!0;a=r){s=q.e +if((s&8)!==0){q.r=null +return}r=(s&4)!==0 +if(a===r)break +q.e=(s^32)>>>0 +if(r)q.mR() +else q.mS() +q.e=(q.e&4294967263)>>>0}s=q.e +if((s&64)!==0&&s<128)q.r.rT(q)}, +$ikA:1} +A.abs.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.PA(s,p,this.c) +else r.ro(s,p) +q.e=(q.e&4294967263)>>>0}, +$S:0} +A.abr.prototype={ +$0(){var s=this.a,r=s.e +if((r&16)===0)return +s.e=(r|42)>>>0 +s.d.rn(s.c) +s.e=(s.e&4294967263)>>>0}, +$S:0} +A.uO.prototype={ +iI(a,b,c,d){return this.yJ(a,d,c,b===!0)}, +aeh(a){return this.iI(a,null,null,null)}, +vX(a,b,c){return this.iI(a,null,b,c)}, +yJ(a,b,c,d){return A.arH(a,b,c,d,A.n(this).c)}} +A.BK.prototype={ +yJ(a,b,c,d){var s,r=this +if(r.b)throw A.c(A.X("Stream has already been listened to.")) +r.b=!0 +s=A.arH(a,b,c,d,r.$ti.c) +s.JV(r.a.$0()) +return s}} +A.C_.prototype={ +gS(a){return this.b==null}, +Nx(a){var s,r,q,p,o=this.b +if(o==null)throw A.c(A.X("No events pending.")) +s=!1 +try{if(o.t()){s=!0 +a.pr(J.ayE(o))}else{this.b=null +a.ps()}}catch(p){r=A.a9(p) +q=A.aB(p) +if(!s)this.b=B.cS +a.pt(r,q)}}} +A.NF.prototype={ +gqW(a){return this.a}, +sqW(a,b){return this.a=b}} +A.u1.prototype={ +DE(a){a.pr(this.b)}} +A.Bn.prototype={ +DE(a){a.pt(this.b,this.c)}} +A.acy.prototype={ +DE(a){a.ps()}, +gqW(a){return null}, +sqW(a,b){throw A.c(A.X("No events after a done."))}} +A.Pz.prototype={ +rT(a){var s=this,r=s.a +if(r===1)return +if(r>=1){s.a=1 +return}A.fn(new A.afi(s,a)) +s.a=1}} +A.afi.prototype={ +$0(){var s=this.a,r=s.a +s.a=0 +if(r===3)return +s.Nx(this.b)}, +$S:0} +A.Du.prototype={ +gS(a){return this.c==null}, +E(a,b){var s=this,r=s.c +if(r==null)s.b=s.c=b +else{r.sqW(0,b) +s.c=b}}, +Nx(a){var s=this.b,r=s.gqW(s) +this.b=r +if(r==null)this.c=null +s.DE(a)}} +A.Ro.prototype={} +A.ahL.prototype={ +$0(){return this.a.lj(this.b)}, +$S:0} +A.BB.prototype={ +E(a,b){var s=this.a +if((s.e&2)!==0)A.K(A.X("Stream is already closed")) +s.te(0,b)}, +n3(a,b){var s=this.a,r=b==null?A.vy(a):b +if((s.e&2)!==0)A.K(A.X("Stream is already closed")) +s.oO(a,r)}, +eD(a){var s=this.a +if((s.e&2)!==0)A.K(A.X("Stream is already closed")) +s.FX()}, +$iiR:1} +A.uL.prototype={ +mR(){var s=this.x +if(s!=null)s.DC(0)}, +mS(){var s=this.x +if(s!=null)s.wq(0)}, +zP(){var s=this.x +if(s!=null){this.x=null +return s.aA(0)}return null}, +a1C(a){var s,r,q +try{A.a(this.w,"_transformerSink").E(0,a)}catch(q){s=A.a9(q) +r=A.aB(q) +if((this.e&2)!==0)A.K(A.X("Stream is already closed")) +this.oO(s,r)}}, +a23(a,b){var s,r,q,p=this,o="Stream is already closed" +try{A.a(p.w,"_transformerSink").n3(a,b)}catch(q){s=A.a9(q) +r=A.aB(q) +if(s===a){if((p.e&2)!==0)A.K(A.X(o)) +p.oO(a,b)}else{if((p.e&2)!==0)A.K(A.X(o)) +p.oO(s,r)}}}, +a1K(){var s,r,q,p=this +try{p.x=null +A.a(p.w,"_transformerSink").eD(0)}catch(q){s=A.a9(q) +r=A.aB(q) +if((p.e&2)!==0)A.K(A.X("Stream is already closed")) +p.oO(s,r)}}} +A.uP.prototype={ +a9S(a){var s=this.$ti +return new A.Bb(this.a,a,s.j("@<1>").ai(s.z[1]).j("Bb<1,2>"))}} +A.Bb.prototype={ +iI(a,b,c,d){var s=this.$ti,r=$.a5,q=b===!0?1:0,p=A.abq(r,a),o=A.alw(r,d),n=new A.uL(p,o,c,r,q,s.j("@<1>").ai(s.z[1]).j("uL<1,2>")) +n.w=this.a.$1(new A.BB(n)) +n.x=this.b.vX(n.ga1B(),n.ga1J(),n.ga22()) +return n}, +vX(a,b,c){return this.iI(a,null,b,c)}} +A.ug.prototype={ +E(a,b){var s=this.d +if(s==null)throw A.c(A.X("Sink is closed")) +this.a.$2(b,s)}, +n3(a,b){var s +A.eG(a,"error",t.K) +s=this.d +if(s==null)throw A.c(A.X("Sink is closed")) +s.n3(a,b)}, +eD(a){var s,r=this.d +if(r==null)return +this.d=null +s=r.a +if((s.e&2)!==0)A.K(A.X("Stream is already closed")) +s.FX()}, +$iiR:1} +A.Dt.prototype={} +A.agx.prototype={ +$1(a){var s=this +return new A.ug(s.a,s.b,s.c,a,s.e.j("@<0>").ai(s.d).j("ug<1,2>"))}, +$S(){return this.e.j("@<0>").ai(this.d).j("ug<1,2>(iR<2>)")}} +A.ahw.prototype={} +A.aiv.prototype={ +$0(){var s=this.a,r=this.b +A.eG(s,"error",t.K) +A.eG(r,"stackTrace",t.Km) +A.aBc(s,r)}, +$S:0} +A.ag0.prototype={ +rn(a){var s,r,q +try{if(B.af===$.a5){a.$0() +return}A.at1(null,null,this,a)}catch(q){s=A.a9(q) +r=A.aB(q) +A.uW(s,r)}}, +agA(a,b){var s,r,q +try{if(B.af===$.a5){a.$1(b) +return}A.at3(null,null,this,a,b)}catch(q){s=A.a9(q) +r=A.aB(q) +A.uW(s,r)}}, +ro(a,b){return this.agA(a,b,t.z)}, +agy(a,b,c){var s,r,q +try{if(B.af===$.a5){a.$2(b,c) +return}A.at2(null,null,this,a,b,c)}catch(q){s=A.a9(q) +r=A.aB(q) +A.uW(s,r)}}, +PA(a,b,c){return this.agy(a,b,c,t.z,t.z)}, +Bj(a){return new A.ag2(this,a)}, +Bk(a,b){return new A.ag3(this,a,b)}, +a9T(a,b,c){return new A.ag1(this,a,b,c)}, +h(a,b){return null}, +agv(a){if($.a5===B.af)return a.$0() +return A.at1(null,null,this,a)}, +f_(a){return this.agv(a,t.z)}, +agz(a,b){if($.a5===B.af)return a.$1(b) +return A.at3(null,null,this,a,b)}, +DU(a,b){return this.agz(a,b,t.z,t.z)}, +agx(a,b,c){if($.a5===B.af)return a.$2(b,c) +return A.at2(null,null,this,a,b,c)}, +agw(a,b,c){return this.agx(a,b,c,t.z,t.z,t.z)}, +afV(a){return a}, +DO(a){return this.afV(a,t.z,t.z,t.z)}} +A.ag2.prototype={ +$0(){return this.a.rn(this.b)}, +$S:0} +A.ag3.prototype={ +$1(a){return this.a.ro(this.b,a)}, +$S(){return this.c.j("~(0)")}} +A.ag1.prototype={ +$2(a,b){return this.a.PA(this.b,a,b)}, +$S(){return this.c.j("@<0>").ai(this.d).j("~(1,2)")}} +A.pe.prototype={ +gp(a){return this.a}, +gS(a){return this.a===0}, +gbZ(a){return this.a!==0}, +gba(a){return new A.pf(this,A.n(this).j("pf<1>"))}, +gb2(a){var s=A.n(this) +return A.ka(new A.pf(this,s.j("pf<1>")),new A.adf(this),s.c,s.z[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.p6(b)}, +p6(a){var s=this.d +if(s==null)return!1 +return this.fA(this.HR(s,a),a)>=0}, +P(a,b){b.Y(0,new A.ade(this))}, +h(a,b){var s,r,q +if(typeof b=="string"&&b!=="__proto__"){s=this.b +r=s==null?null:A.aly(s,b) +return r}else if(typeof b=="number"&&(b&1073741823)===b){q=this.c +r=q==null?null:A.aly(q,b) +return r}else return this.a0J(0,b)}, +a0J(a,b){var s,r,q=this.d +if(q==null)return null +s=this.HR(q,b) +r=this.fA(s,b) +return r<0?null:s[r+1]}, +n(a,b,c){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +q.GW(s==null?q.b=A.alz():s,b,c)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +q.GW(r==null?q.c=A.alz():r,b,c)}else q.a7f(b,c)}, +a7f(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=A.alz() +s=p.h4(a) +r=o[s] +if(r==null){A.alA(o,s,[a,b]);++p.a +p.e=null}else{q=p.fA(r,a) +if(q>=0)r[q+1]=b +else{r.push(a,b);++p.a +p.e=null}}}, +bs(a,b,c){var s,r,q=this +if(q.aq(0,b)){s=q.h(0,b) +return s==null?A.n(q).z[1].a(s):s}r=c.$0() +q.n(0,b,r) +return r}, +B(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.jZ(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.jZ(s.c,b) +else return s.ka(0,b)}, +ka(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.h4(b) +r=n[s] +q=o.fA(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}, +Y(a,b){var s,r,q,p,o,n=this,m=n.yz() +for(s=m.length,r=A.n(n).z[1],q=0;q=r.length){s.d=null +return!1}else{s.d=r[q] +s.c=q+1 +return!0}}} +A.C9.prototype={ +nH(a){return A.mM(a)&1073741823}, +nI(a,b){var s,r,q +if(a==null)return-1 +s=a.length +for(r=0;r"))}, +ga1(a){return new A.pg(this,this.tn())}, +gp(a){return this.a}, +gS(a){return this.a===0}, +gbZ(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.yC(b)}, +yC(a){var s=this.d +if(s==null)return!1 +return this.fA(s[this.h4(a)],a)>=0}, +E(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.p_(s==null?q.b=A.alB():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.p_(r==null?q.c=A.alB():r,b)}else return q.eM(0,b)}, +eM(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.alB() +s=q.h4(b) +r=p[s] +if(r==null)p[s]=[b] +else{if(q.fA(r,b)>=0)return!1 +r.push(b)}++q.a +q.e=null +return!0}, +P(a,b){var s +for(s=J.aw(b);s.t();)this.E(0,s.gH(s))}, +B(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.jZ(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.jZ(s.c,b) +else return s.ka(0,b)}, +ka(a,b){var s,r,q,p=this,o=p.d +if(o==null)return!1 +s=p.h4(b) +r=o[s] +q=p.fA(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}, +aG(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=null +s.a=0}}, +tn(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.e +if(h!=null)return h +h=A.b7(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.hs.prototype={ +pk(){return new A.hs(A.n(this).j("hs<1>"))}, +ga1(a){var s=new A.kR(this,this.r) +s.c=this.e +return s}, +gp(a){return this.a}, +gS(a){return this.a===0}, +gbZ(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.yC(b)}, +yC(a){var s=this.d +if(s==null)return!1 +return this.fA(s[this.h4(a)],a)>=0}, +Y(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.bw(s)) +r=r.b}}, +gJ(a){var s=this.e +if(s==null)throw A.c(A.X("No elements")) +return s.a}, +gR(a){var s=this.f +if(s==null)throw A.c(A.X("No elements")) +return s.a}, +E(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.p_(s==null?q.b=A.alC():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.p_(r==null?q.c=A.alC():r,b)}else return q.eM(0,b)}, +eM(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.alC() +s=q.h4(b) +r=p[s] +if(r==null)p[s]=[q.yt(b)] +else{if(q.fA(r,b)>=0)return!1 +r.push(q.yt(b))}return!0}, +B(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.jZ(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.jZ(s.c,b) +else return s.ka(0,b)}, +ka(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return!1 +s=o.h4(b) +r=n[s] +q=o.fA(r,b) +if(q<0)return!1 +p=r.splice(q,1)[0] +if(0===r.length)delete n[s] +o.GX(p) +return!0}, +a0j(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.bw(o)) +if(!0===p)o.B(0,s)}}, +aG(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.ys()}}, +p_(a,b){if(a[b]!=null)return!1 +a[b]=this.yt(b) +return!0}, +jZ(a,b){var s +if(a==null)return!1 +s=a[b] +if(s==null)return!1 +this.GX(s) +delete a[b] +return!0}, +ys(){this.r=this.r+1&1073741823}, +yt(a){var s,r=this,q=new A.ae4(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.ys() +return q}, +GX(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.ys()}, +h4(a){return J.r(a)&1073741823}, +fA(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r>")),this.c,s.j("@<1>").ai(s.j("cm<1>")).j("db<1,2>"));s.t();)if(J.f(s.gH(s),b))return!0 +return!1}, +dM(a,b){return A.fw(this,!0,this.$ti.c)}, +dL(a){return this.dM(a,!0)}, +iY(a){return A.k9(this,this.$ti.c)}, +gp(a){var s,r=this.$ti,q=new A.db(this,A.b([],r.j("o>")),this.c,r.j("@<1>").ai(r.j("cm<1>")).j("db<1,2>")) +for(s=0;q.t();)++s +return s}, +gS(a){var s=this.$ti +return!new A.db(this,A.b([],s.j("o>")),this.c,s.j("@<1>").ai(s.j("cm<1>")).j("db<1,2>")).t()}, +gbZ(a){return this.d!=null}, +i2(a,b){return A.a9f(this,b,this.$ti.c)}, +fv(a,b){return A.a8s(this,b,this.$ti.c)}, +gJ(a){var s=this.$ti,r=new A.db(this,A.b([],s.j("o>")),this.c,s.j("@<1>").ai(s.j("cm<1>")).j("db<1,2>")) +if(!r.t())throw A.c(A.bB()) +return r.gH(r)}, +gR(a){var s,r=this.$ti,q=new A.db(this,A.b([],r.j("o>")),this.c,r.j("@<1>").ai(r.j("cm<1>")).j("db<1,2>")) +if(!q.t())throw A.c(A.bB()) +do s=q.gH(q) +while(q.t()) +return s}, +aY(a,b){var s,r,q,p=this,o="index" +A.eG(b,o,t.S) +A.d0(b,o) +for(s=p.$ti,s=new A.db(p,A.b([],s.j("o>")),p.c,s.j("@<1>").ai(s.j("cm<1>")).j("db<1,2>")),r=0;s.t();){q=s.gH(s) +if(b===r)return q;++r}throw A.c(A.bZ(b,p,o,null,r))}, +i(a){return A.akA(this,"(",")")}} +A.xg.prototype={} +A.a1s.prototype={ +$2(a,b){this.a.n(0,this.b.a(a),this.c.a(b))}, +$S:37} +A.xB.prototype={ +A(a,b){return b instanceof A.o1&&this===b.a}, +ga1(a){return new A.Ca(this,this.a,this.c)}, +gp(a){return this.b}, +gJ(a){var s +if(this.b===0)throw A.c(A.X("No such element")) +s=this.c +s.toString +return s}, +gR(a){var s +if(this.b===0)throw A.c(A.X("No such element")) +s=this.c.c +s.toString +return s}, +gS(a){return this.b===0}, +a4e(a,b,c){var s,r,q=this +if(b.a!=null)throw A.c(A.X("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.Ca.prototype={ +gH(a){var s=this.c +return s==null?A.n(this).c.a(s):s}, +t(){var s=this,r=s.a +if(s.b!==r.a)throw A.c(A.bw(s)) +if(r.b!==0)r=s.e&&s.d===r.gJ(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.o1.prototype={} +A.xC.prototype={$iV:1,$iq:1,$ix:1} +A.T.prototype={ +ga1(a){return new A.cN(a,this.gp(a))}, +aY(a,b){return this.h(a,b)}, +Y(a,b){var s,r=this.gp(a) +for(s=0;s=0;--s){r=this.h(a,s) +if(b.$1(r))return r +if(q!==this.gp(a))throw A.c(A.bw(a))}if(c!=null)return c.$0() +throw A.c(A.bB())}, +bB(a,b){var s +if(this.gp(a)===0)return"" +s=A.Lw("",a,b) +return s.charCodeAt(0)==0?s:s}, +D2(a){return this.bB(a,"")}, +iJ(a,b,c){return new A.aA(a,b,A.aV(a).j("@").ai(c).j("aA<1,2>"))}, +fv(a,b){return A.eS(a,b,null,A.aV(a).j("T.E"))}, +i2(a,b){return A.eS(a,0,A.eG(b,"count",t.S),A.aV(a).j("T.E"))}, +dM(a,b){var s,r,q,p,o=this +if(o.gS(a)){s=A.aV(a).j("T.E") +return b?J.qW(0,s):J.HZ(0,s)}r=o.h(a,0) +q=A.b7(o.gp(a),r,b,A.aV(a).j("T.E")) +for(p=1;p").ai(b).j("cv<1,2>"))}, +eX(a){var s,r=this +if(r.gp(a)===0)throw A.c(A.bB()) +s=r.h(a,r.gp(a)-1) +r.sp(a,r.gp(a)-1) +return s}, +dl(a,b){A.ar2(a,b==null?A.aHr():b)}, +Z(a,b){var s=A.ap(a,!0,A.aV(a).j("T.E")) +B.c.P(s,b) +return s}, +bG(a,b,c){var s=this.gp(a) +if(c==null)c=s +A.ev(b,c,s,null,null) +return A.fw(this.mm(a,b,c),!0,A.aV(a).j("T.E"))}, +ey(a,b){return this.bG(a,b,null)}, +mm(a,b,c){A.ev(b,c,this.gp(a),null,null) +return A.eS(a,b,c,A.aV(a).j("T.E"))}, +acm(a,b,c,d){var s +A.ev(b,c,this.gp(a),null,null) +for(s=b;s").b(d)){r=e +q=d}else{p=J.U8(d,e) +q=p.dM(p,!1) +r=0}p=J.ay(q) +if(r+s>p.gp(q))throw A.c(A.apE()) +if(r=0;--o)this.n(a,b+o,p.h(q,r+o)) +else for(o=0;o"))}, +jC(a,b,c,d){var s,r,q,p,o,n=A.z(c,d) +for(s=J.aw(this.gba(a)),r=A.aV(a).j("aq.V");s.t();){q=s.gH(s) +p=this.h(a,q) +o=b.$2(q,p==null?r.a(p):p) +n.n(0,o.gcG(o),o.gl(o))}return n}, +B_(a,b){var s,r +for(s=J.aw(b);s.t();){r=s.gH(s) +this.n(a,r.gcG(r),r.gl(r))}}, +ag8(a,b){var s,r,q,p,o=A.aV(a),n=A.b([],o.j("o")) +for(s=J.aw(this.gba(a)),o=o.j("aq.V");s.t();){r=s.gH(s) +q=this.h(a,r) +if(b.$2(r,q==null?o.a(q):q))n.push(r)}for(o=n.length,p=0;p").ai(s.j("aq.V")).j("Cf<1,2>"))}, +i(a){return A.a1K(a)}, +$iau:1} +A.a1M.prototype={ +$1(a){var s=this.a,r=J.ag(s,a) +if(r==null)r=A.aV(s).j("aq.V").a(r) +s=A.aV(s) +return new A.ax(a,r,s.j("@").ai(s.j("aq.V")).j("ax<1,2>"))}, +$S(){return A.aV(this.a).j("ax(aq.K)")}} +A.Cf.prototype={ +gp(a){return J.bQ(this.a)}, +gS(a){return J.hB(this.a)}, +gbZ(a){return J.EX(this.a)}, +gJ(a){var s=this.a,r=J.k(s) +s=r.h(s,J.vb(r.gba(s))) +return s==null?this.$ti.z[1].a(s):s}, +gR(a){var s=this.a,r=J.k(s) +s=r.h(s,J.vc(r.gba(s))) +return s==null?this.$ti.z[1].a(s):s}, +ga1(a){var s=this.a +return new A.P_(J.aw(J.U4(s)),s)}} +A.P_.prototype={ +t(){var s=this,r=s.a +if(r.t()){s.c=J.ag(s.b,r.gH(r)) +return!0}s.c=null +return!1}, +gH(a){var s=this.c +return s==null?A.n(this).z[1].a(s):s}} +A.DQ.prototype={ +n(a,b,c){throw A.c(A.R("Cannot modify unmodifiable map"))}, +B(a,b){throw A.c(A.R("Cannot modify unmodifiable map"))}, +bs(a,b,c){throw A.c(A.R("Cannot modify unmodifiable map"))}} +A.r8.prototype={ +fb(a,b,c){var s=this.a +return s.fb(s,b,c)}, +h(a,b){return this.a.h(0,b)}, +n(a,b,c){this.a.n(0,b,c)}, +bs(a,b,c){return this.a.bs(0,b,c)}, +aq(a,b){return this.a.aq(0,b)}, +Y(a,b){this.a.Y(0,b)}, +gS(a){var s=this.a +return s.gS(s)}, +gbZ(a){var s=this.a +return s.gbZ(s)}, +gp(a){var s=this.a +return s.gp(s)}, +gba(a){var s=this.a +return s.gba(s)}, +B(a,b){return this.a.B(0,b)}, +i(a){var s=this.a +return s.i(s)}, +gb2(a){var s=this.a +return s.gb2(s)}, +geP(a){var s=this.a +return s.geP(s)}, +jC(a,b,c,d){var s=this.a +return s.jC(s,b,c,d)}, +$iau:1} +A.kI.prototype={ +fb(a,b,c){var s=this.a +return new A.kI(s.fb(s,b,c),b.j("@<0>").ai(c).j("kI<1,2>"))}} +A.Br.prototype={ +a4B(a,b){var s=this +s.b=b +s.a=a +if(a!=null)a.b=s +if(b!=null)b.a=s}, +a8A(){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.Bq.prototype={ +zY(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}, +bw(a){var s=this,r=s.c +if(r!=null)--r.b +s.c=null +s.a8A() +return s.d}, +oV(){return this}, +$iakp:1, +gCb(){return this.d}} +A.Bs.prototype={ +oV(){return null}, +zY(a){throw A.c(A.bB())}, +gCb(){throw A.c(A.bB())}} +A.ws.prototype={ +gp(a){return this.b}, +pC(a){var s=this.a +new A.Bq(this,a,s.$ti.j("Bq<1>")).a4B(s,s.b);++this.b}, +gJ(a){return this.a.b.gCb()}, +gR(a){return this.a.a.gCb()}, +gS(a){var s=this.a +return s.b===s}, +ga1(a){return new A.NR(this,this.a.b)}, +i(a){return A.xh(this,"{","}")}, +$iV:1} +A.NR.prototype={ +t(){var s=this,r=s.b,q=r==null?null:r.oV() +if(q==null){s.a=s.b=s.c=null +return!1}r=s.a +if(r!=q.c)throw A.c(A.bw(r)) +s.c=q.d +s.b=q.b +return!0}, +gH(a){var s=this.c +return s==null?A.n(this).c.a(s):s}} +A.xE.prototype={ +ga1(a){var s=this +return new A.Cc(s,s.c,s.d,s.b)}, +gS(a){return this.b===this.c}, +gp(a){return(this.c-this.b&this.a.length-1)>>>0}, +gJ(a){var s=this,r=s.b +if(r===s.c)throw A.c(A.bB()) +r=s.a[r] +return r==null?s.$ti.c.a(r):r}, +gR(a){var s=this,r=s.b,q=s.c +if(r===q)throw A.c(A.bB()) +r=s.a +r=r[(q-1&r.length-1)>>>0] +return r==null?s.$ti.c.a(r):r}, +aY(a,b){var s,r=this +A.aqB(b,r,null,null) +s=r.a +s=s[(r.b+b&s.length-1)>>>0] +return s==null?r.$ti.c.a(s):s}, +dM(a,b){var s,r,q,p,o,n,m=this,l=m.a.length-1,k=(m.c-m.b&l)>>>0 +if(k===0){s=m.$ti.c +return b?J.qW(0,s):J.HZ(0,s)}s=m.$ti.c +r=A.b7(k,m.gJ(m),b,s) +for(q=m.a,p=m.b,o=0;o>>0] +r[o]=n==null?s.a(n):n}return r}, +dL(a){return this.dM(a,!0)}, +P(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.$ti +if(j.j("x<1>").b(b)){s=b.length +r=k.gp(k) +q=r+s +p=k.a +o=p.length +if(q>=o){n=A.b7(A.apP(q+(q>>>1)),null,!1,j.j("1?")) +k.c=k.a9h(n) +k.a=n +k.b=0 +B.c.bh(n,r,q,b,0) +k.c+=s}else{j=k.c +m=o-j +if(s>>0)s[p]=null +q.b=q.c=0;++q.d}}, +i(a){return A.xh(this,"{","}")}, +pC(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.I7();++s.d}, +od(){var s,r,q=this,p=q.b +if(p===q.c)throw A.c(A.bB());++q.d +s=q.a +r=s[p] +if(r==null)r=q.$ti.c.a(r) +s[p]=null +q.b=(p+1&s.length-1)>>>0 +return r}, +eX(a){var s,r=this,q=r.b,p=r.c +if(q===p)throw A.c(A.bB());++r.d +q=r.a +p=r.c=(p-1&q.length-1)>>>0 +s=q[p] +if(s==null)s=r.$ti.c.a(s) +q[p]=null +return s}, +eM(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.I7();++s.d}, +I7(){var s=this,r=A.b7(s.a.length*2,null,!1,s.$ti.j("1?")),q=s.a,p=s.b,o=q.length-p +B.c.bh(r,0,o,q,p) +B.c.bh(r,o,o+s.b,s.a,0) +s.b=0 +s.c=s.a.length +s.a=r}, +a9h(a){var s,r,q=this,p=q.b,o=q.c,n=q.a +if(p<=o){s=o-p +B.c.bh(a,0,s,n,p) +return s}else{r=n.length-p +B.c.bh(a,0,r,n,p) +B.c.bh(a,r,r+q.c,q.a,0) +return q.c+r}}} +A.Cc.prototype={ +gH(a){var s=this.e +return s==null?A.n(this).c.a(s):s}, +t(){var s,r=this,q=r.a +if(r.c!==q.d)A.K(A.bw(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.cG.prototype={ +gS(a){return this.gp(this)===0}, +gbZ(a){return this.gp(this)!==0}, +P(a,b){var s +for(s=J.aw(b);s.t();)this.E(0,s.gH(s))}, +Pc(a){var s,r +for(s=a.length,r=0;r").ai(c).j("nm<1,2>"))}, +i(a){return A.xh(this,"{","}")}, +fE(a,b){var s +for(s=this.ga1(this);s.t();)if(b.$1(s.gH(s)))return!0 +return!1}, +i2(a,b){return A.a9f(this,b,A.n(this).j("cG.E"))}, +fv(a,b){return A.a8s(this,b,A.n(this).j("cG.E"))}, +gJ(a){var s=this.ga1(this) +if(!s.t())throw A.c(A.bB()) +return s.gH(s)}, +gR(a){var s,r=this.ga1(this) +if(!r.t())throw A.c(A.bB()) +do s=r.gH(r) +while(r.t()) +return s}, +aY(a,b){var s,r,q,p="index" +A.eG(b,p,t.S) +A.d0(b,p) +for(s=this.ga1(this),r=0;s.t();){q=s.gH(s) +if(b===r)return q;++r}throw A.c(A.bZ(b,this,p,null,r))}} +A.po.prototype={ +nt(a){var s,r,q=this.pk() +for(s=this.ga1(this);s.t();){r=s.gH(s) +if(!a.A(0,r))q.E(0,r)}return q}, +CT(a,b){var s,r,q=this.pk() +for(s=this.ga1(this);s.t();){r=s.gH(s) +if(b.A(0,r))q.E(0,r)}return q}, +iY(a){var s=this.pk() +s.P(0,this) +return s}, +$iV:1, +$iq:1, +$ib0:1} +A.Sk.prototype={ +E(a,b){return A.asd()}, +B(a,b){return A.asd()}} +A.dJ.prototype={ +pk(){return A.j2(this.$ti.c)}, +A(a,b){return J.en(this.a,b)}, +ga1(a){return J.aw(J.U4(this.a))}, +gp(a){return J.bQ(this.a)}} +A.Rk.prototype={ +gcG(a){return this.a}} +A.cm.prototype={} +A.eh.prototype={ +a6z(a){var s=this,r=s.$ti +r=new A.eh(a,s.a,r.j("@<1>").ai(r.z[1]).j("eh<1,2>")) +r.b=s.b +r.c=s.c +return r}, +i(a){return"MapEntry("+A.e(this.a)+": "+A.e(this.d)+")"}, +$iax:1, +gl(a){return this.d}} +A.Rj.prototype={ +hH(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.gd9() +if(f==null){h.yw(a,a) +return-1}s=h.gyv() +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.gd9()!==q){h.sd9(q);++h.c}return r}, +a7K(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}, +Ka(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}, +ka(a,b){var s,r,q,p,o=this +if(o.gd9()==null)return null +if(o.hH(b)!==0)return null +s=o.gd9() +r=s.b;--o.a +q=s.c +if(r==null)o.sd9(q) +else{p=o.Ka(r) +p.c=q +o.sd9(p)}++o.b +return s}, +xX(a,b){var s,r=this;++r.a;++r.b +s=r.gd9() +if(s==null){r.sd9(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.sd9(a)}, +gHL(){var s=this,r=s.gd9() +if(r==null)return null +s.sd9(s.a7K(r)) +return s.gd9()}, +gIH(){var s=this,r=s.gd9() +if(r==null)return null +s.sd9(s.Ka(r)) +return s.gd9()}, +p6(a){return this.AQ(a)&&this.hH(a)===0}, +yw(a,b){return this.gyv().$2(a,b)}, +AQ(a){return this.gahy().$1(a)}} +A.Aa.prototype={ +h(a,b){var s=this +if(!s.f.$1(b))return null +if(s.d!=null)if(s.hH(b)===0)return s.d.d +return null}, +B(a,b){var s +if(!this.f.$1(b))return null +s=this.ka(0,b) +if(s!=null)return s.d +return null}, +n(a,b,c){var s,r=this,q=r.hH(b) +if(q===0){r.d=r.d.a6z(c);++r.c +return}s=r.$ti +r.xX(new A.eh(c,b,s.j("@<1>").ai(s.z[1]).j("eh<1,2>")),q)}, +bs(a,b,c){var s,r,q,p,o=this,n=o.hH(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.bw(o)) +if(r!==o.c)n=o.hH(b) +p=o.$ti +o.xX(new A.eh(q,b,p.j("@<1>").ai(p.z[1]).j("eh<1,2>")),n) +return q}, +gS(a){return this.d==null}, +gbZ(a){return this.d!=null}, +Y(a,b){var s,r,q=this.$ti +q=q.j("@<1>").ai(q.z[1]) +s=new A.pq(this,A.b([],q.j("o>")),this.c,q.j("pq<1,2>")) +for(;s.t();){r=s.gH(s) +b.$2(r.gcG(r),r.gl(r))}}, +gp(a){return this.a}, +aq(a,b){return this.p6(b)}, +gba(a){var s=this.$ti +return new A.kV(this,s.j("@<1>").ai(s.j("eh<1,2>")).j("kV<1,2>"))}, +gb2(a){var s=this.$ti +return new A.pr(this,s.j("@<1>").ai(s.z[1]).j("pr<1,2>"))}, +geP(a){var s=this.$ti +return new A.Dl(this,s.j("@<1>").ai(s.z[1]).j("Dl<1,2>"))}, +acu(){if(this.d==null)return null +return this.gHL().a}, +Of(){if(this.d==null)return null +return this.gIH().a}, +ae9(a){var s,r,q,p=this +if(p.d==null)return null +if(p.hH(a)<0)return p.d.a +s=p.d.b +if(s==null)return null +r=s.c +for(;r!=null;s=r,r=q)q=r.c +return s.a}, +acv(a){var s,r,q,p=this +if(p.d==null)return null +if(p.hH(a)>0)return p.d.a +s=p.d.c +if(s==null)return null +r=s.b +for(;r!=null;s=r,r=q)q=r.b +return s.a}, +$iau:1, +yw(a,b){return this.e.$2(a,b)}, +AQ(a){return this.f.$1(a)}, +gd9(){return this.d}, +gyv(){return this.e}, +sd9(a){return this.d=a}} +A.a8G.prototype={ +$1(a){return this.a.b(a)}, +$S:54} +A.jG.prototype={ +gH(a){var s=this.b +if(s.length===0){A.n(this).j("jG.T").a(null) +return null}return this.zd(B.c.gR(s))}, +t(){var s,r,q=this,p=q.c,o=q.a,n=o.b +if(p!==n){if(p==null){q.c=n +s=o.gd9() +for(p=q.b;s!=null;){p.push(s) +s=s.b}return p.length!==0}throw A.c(A.bw(o))}p=q.b +if(p.length===0)return!1 +if(q.d!==o.c){n=B.c.gR(p) +B.c.sp(p,0) +o.hH(n.a) +n=o.gd9() +n.toString +p.push(n) +q.d=o.c}s=B.c.gR(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.c.gR(p).c===s))break +s=p.pop()}return p.length!==0}} +A.kV.prototype={ +gp(a){return this.a.a}, +gS(a){return this.a.a===0}, +ga1(a){var s=this.a,r=this.$ti +return new A.db(s,A.b([],r.j("o<2>")),s.c,r.j("@<1>").ai(r.z[1]).j("db<1,2>"))}, +A(a,b){return this.a.p6(b)}, +iY(a){var s=this.a,r=this.$ti,q=A.ale(s.e,s.f,r.c) +q.a=s.a +q.d=q.H5(s.d,r.z[1]) +return q}} +A.pr.prototype={ +gp(a){return this.a.a}, +gS(a){return this.a.a===0}, +ga1(a){var s=this.a,r=this.$ti +r=r.j("@<1>").ai(r.z[1]) +return new A.Dp(s,A.b([],r.j("o>")),s.c,r.j("Dp<1,2>"))}} +A.Dl.prototype={ +gp(a){return this.a.a}, +gS(a){return this.a.a===0}, +ga1(a){var s=this.a,r=this.$ti +r=r.j("@<1>").ai(r.z[1]) +return new A.pq(s,A.b([],r.j("o>")),s.c,r.j("pq<1,2>"))}} +A.db.prototype={ +zd(a){return a.a}} +A.Dp.prototype={ +zd(a){return a.d}} +A.pq.prototype={ +zd(a){return a}} +A.tf.prototype={ +ga1(a){var s=this.$ti +return new A.db(this,A.b([],s.j("o>")),this.c,s.j("@<1>").ai(s.j("cm<1>")).j("db<1,2>"))}, +gp(a){return this.a}, +gS(a){return this.d==null}, +gbZ(a){return this.d!=null}, +gJ(a){if(this.a===0)throw A.c(A.bB()) +return this.gHL().a}, +gR(a){if(this.a===0)throw A.c(A.bB()) +return this.gIH().a}, +A(a,b){return this.f.$1(b)&&this.hH(this.$ti.c.a(b))===0}, +E(a,b){return this.eM(0,b)}, +eM(a,b){var s=this.hH(b) +if(s===0)return!1 +this.xX(new A.cm(b,this.$ti.j("cm<1>")),s) +return!0}, +B(a,b){if(!this.f.$1(b))return!1 +return this.ka(0,this.$ti.c.a(b))!=null}, +CT(a,b){var s,r=this,q=r.$ti,p=A.ale(r.e,r.f,q.c) +for(q=new A.db(r,A.b([],q.j("o>")),r.c,q.j("@<1>").ai(q.j("cm<1>")).j("db<1,2>"));q.t();){s=q.gH(q) +if(b.A(0,s))p.eM(0,s)}return p}, +H5(a,b){var s +if(a==null)return null +s=new A.cm(a.a,this.$ti.j("cm<1>")) +new A.a8H(this,b).$2(a,s) +return s}, +iY(a){var s=this,r=s.$ti,q=A.ale(s.e,s.f,r.c) +q.a=s.a +q.d=s.H5(s.d,r.j("cm<1>")) +return q}, +i(a){return A.xh(this,"{","}")}, +$iV:1, +$iq:1, +$ib0:1, +yw(a,b){return this.e.$2(a,b)}, +AQ(a){return this.f.$1(a)}, +gd9(){return this.d}, +gyv(){return this.e}, +sd9(a){return this.d=a}} +A.a8I.prototype={ +$1(a){return this.a.b(a)}, +$S:54} +A.a8H.prototype={ +$2(a,b){var s,r,q,p,o,n=this.a.$ti.j("cm<1>") +do{s=a.b +r=a.c +if(s!=null){q=new A.cm(s.a,n) +b.b=q +this.$2(s,q)}p=r!=null +if(p){o=new A.cm(r.a,n) +b.c=o +b=o +a=r}}while(p)}, +$S(){return this.a.$ti.ai(this.b).j("~(1,cm<2>)")}} +A.Cb.prototype={} +A.Dm.prototype={} +A.Dn.prototype={} +A.Do.prototype={} +A.DR.prototype={} +A.Er.prototype={} +A.Ev.prototype={} +A.OH.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.a65(b):s}}, +gp(a){return this.b==null?this.c.a:this.mI().length}, +gS(a){return this.gp(this)===0}, +gbZ(a){return this.gp(this)>0}, +gba(a){var s +if(this.b==null){s=this.c +return new A.b3(s,A.n(s).j("b3<1>"))}return new A.OI(this)}, +gb2(a){var s,r=this +if(r.b==null){s=r.c +return s.gb2(s)}return A.ka(r.mI(),new A.adK(r),t.N,t.z)}, +n(a,b,c){var s,r,q=this +if(q.b==null)q.c.n(0,b,c) +else if(q.aq(0,b)){s=q.b +s[b]=c +r=q.a +if(r==null?s!=null:r!==s)r[b]=null}else q.Le().n(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)}, +bs(a,b,c){var s +if(this.aq(0,b))return this.h(0,b) +s=c.$0() +this.n(0,b,s) +return s}, +B(a,b){if(this.b!=null&&!this.aq(0,b))return null +return this.Le().B(0,b)}, +Y(a,b){var s,r,q,p,o=this +if(o.b==null)return o.c.Y(0,b) +s=o.mI() +for(r=0;r=0){i=B.b.al("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.by("") +g=p}else g=p +f=g.a+=B.b.N(a0,q,r) +g.a=f+A.fd(k) +q=l +continue}}throw A.c(A.c6("Invalid base64 data",a0,r))}if(p!=null){g=p.a+=B.b.N(a0,q,a2) +f=g.length +if(o>=0)A.aot(a0,n,a2,o,m,f) +else{e=B.f.bE(f-1,4)+1 +if(e===1)throw A.c(A.c6(b,a0,a2)) +for(;e<4;){g+="=" +p.a=g;++e}}g=p.a +return B.b.iT(a0,a1,a2,g.charCodeAt(0)==0?g:g)}d=a2-a1 +if(o>=0)A.aot(a0,n,a2,o,m,d) +else{e=B.f.bE(d,4) +if(e===1)throw A.c(A.c6(b,a0,a2)) +if(e>1)a0=B.b.iT(a0,a2,a2,e===2?"==":"=")}return a0}} +A.Fk.prototype={} +A.Vg.prototype={} +A.Vh.prototype={} +A.N0.prototype={ +E(a,b){var s,r,q=this,p=q.b,o=q.c,n=J.ay(b) +if(n.gp(b)>p.length-o){p=q.b +s=n.gp(b)+p.length-1 +s|=B.f.ha(s,1) +s|=s>>>2 +s|=s>>>4 +s|=s>>>8 +r=new Uint8Array((((s|s>>>16)>>>0)+1)*2) +p=q.b +B.R.d7(r,0,p.length,p) +q.b=r}p=q.b +o=q.c +B.R.d7(p,o,o+n.gp(b),b) +q.c=q.c+n.gp(b)}, +eD(a){this.a.$1(B.R.bG(this.b,0,this.c))}} +A.FJ.prototype={} +A.nd.prototype={} +A.cB.prototype={ +fb(a,b,c){var s=A.n(this) +return new A.n4(this,s.j("@").ai(s.j("cB.T")).ai(b).ai(c).j("n4<1,2,3,4>"))}} +A.nn.prototype={} +A.xn.prototype={ +i(a){var s=A.no(this.a) +return(this.b!=null?"Converting object to an encodable object failed:":"Converting object did not return an encodable object:")+" "+s}} +A.I1.prototype={ +i(a){return"Cyclic error in JSON stringify"}} +A.I0.prototype={ +My(a,b,c){var s=A.aGP(b,this.gabn().a) +return s}, +ds(a,b){return this.My(a,b,null)}, +abV(a,b){var s +if(b==null)b=null +if(b==null){s=this.giw() +return A.uo(a,s.b,s.a)}return A.uo(a,b,null)}, +lM(a){return this.abV(a,null)}, +giw(){return B.Ca}, +gabn(){return B.C9}} +A.I3.prototype={} +A.I2.prototype={} +A.adO.prototype={ +Em(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.b.al(a,p)&64512)===55296)}else p=!1 +else p=!0 +if(p){if(r>s)n.wJ(a,s,r) +s=r+1 +n.di(92) +n.di(117) +n.di(100) +p=q>>>8&15 +n.di(p<10?48+p:87+p) +p=q>>>4&15 +n.di(p<10?48+p:87+p) +p=q&15 +n.di(p<10?48+p:87+p)}}continue}if(q<32){if(r>s)n.wJ(a,s,r) +s=r+1 +n.di(92) +switch(q){case 8:n.di(98) +break +case 9:n.di(116) +break +case 10:n.di(110) +break +case 12:n.di(102) +break +case 13:n.di(114) +break +default:n.di(117) +n.di(48) +n.di(48) +p=q>>>4&15 +n.di(p<10?48+p:87+p) +p=q&15 +n.di(p<10?48+p:87+p) +break}}else if(q===34||q===92){if(r>s)n.wJ(a,s,r) +s=r+1 +n.di(92) +n.di(q)}}if(s===0)n.cC(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.AV() +return!1}}, +a0i(a,b,c){var s,r,q,p,o,n,m,l=this +if(b!==c&&(B.b.al(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.a9g(p,B.b.ad(a,n)))q=n}else if(o===56320){if(l.b+3>r)break +l.AV()}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.AW.prototype={ +cS(a){var s=this.a,r=A.aEj(s,a,0,null) +if(r!=null)return r +return new A.ahi(s).aaL(a,0,null,!0)}} +A.ahi.prototype={ +aaL(a,b,c,d){var s,r,q,p,o,n=this,m=A.ev(b,c,J.bQ(a),null,null) +if(b===m)return"" +if(t.H3.b(a)){s=a +r=0}else{s=A.aFt(a,b,m) +m-=b +r=b +b=0}q=n.yD(s,b,m,d) +p=n.b +if((p&1)!==0){o=A.aFu(p) +n.b=0 +throw A.c(A.c6(o,a,r+n.c))}return q}, +yD(a,b,c,d){var s,r,q=this +if(c-b>1000){s=B.f.bC(b+c,2) +r=q.yD(a,b,s,!1) +if((q.b&1)!==0)return r +return r+q.yD(a,s,c,d)}return q.abm(a,b,c,d)}, +abm(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.by(""),g=b+1,f=a[b] +$label0$0:for(s=l.a;!0;){for(;!0;g=p){r=B.b.ad("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHIHHHJEEBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBKCCCCCCCCCCCCDCLONNNMEEEEEEEEEEE",f)&31 +i=j<=32?f&61694>>>r:(f&63|i<<6)>>>0 +j=B.b.ad(" \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.fd(i) +if(g===c)break $label0$0 +break}else if((j&1)!==0){if(s)switch(j){case 69:case 67:h.a+=A.fd(k) +break +case 65:h.a+=A.fd(k);--g +break +default:q=h.a+=A.fd(k) +h.a=q+A.fd(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.fd(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.SJ.prototype={} +A.a2J.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.no(b) +r.a=", "}, +$S:268} +A.bh.prototype={} +A.dh.prototype={ +gagF(){if(this.b)return"UTC" +return A.aCU(this)}, +goj(){if(this.b)return A.bS(0,0,0) +return A.bS(0,0,0-A.dR(this).getTimezoneOffset())}, +E(a,b){return A.aAE(this.a+B.f.bC(b.a,1000),this.b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.dh&&this.a===b.a&&this.b===b.b}, +aW(a,b){return B.f.aW(this.a,b.a)}, +gv(a){var s=this.a +return(s^B.f.ha(s,30))&1073741823}, +i(a){var s=this,r=A.aAF(A.yP(s)),q=A.GC(A.yO(s)),p=A.GC(A.JG(s)),o=A.GC(A.or(s)),n=A.GC(A.JH(s)),m=A.GC(A.JI(s)),l=A.aAG(A.a43(s)),k=r+"-"+q +if(s.b)return k+"-"+p+" "+o+":"+n+":"+m+"."+l+"Z" +else return k+"-"+p+" "+o+":"+n+":"+m+"."+l}, +$ibh:1} +A.aP.prototype={ +Z(a,b){return new A.aP(this.a+b.a)}, +a9(a,b){return new A.aP(this.a-b.a)}, +W(a,b){return new A.aP(B.e.aI(this.a*b))}, +k(a,b){if(b==null)return!1 +return b instanceof A.aP&&this.a===b.a}, +gv(a){return B.f.gv(this.a)}, +aW(a,b){return B.f.aW(this.a,b.a)}, +i(a){var s,r,q,p,o=this.a,n=B.f.bC(o,36e8) +o%=36e8 +if(o<0)o=-o +s=B.f.bC(o,6e7) +o%=6e7 +r=s<10?"0":"" +q=B.f.bC(o,1e6) +p=q<10?"0":"" +return""+n+":"+r+s+":"+p+q+"."+B.b.m2(B.f.i(o%1e6),6,"0")}, +$ibh:1} +A.O0.prototype={$iI:1} +A.bA.prototype={ +gmB(){return A.aB(this.$thrownJsError)}} +A.mV.prototype={ +i(a){var s=this.a +if(s!=null)return"Assertion failed: "+A.no(s) +return"Assertion failed"}, +gkJ(a){return this.a}} +A.ms.prototype={} +A.IL.prototype={ +i(a){return"Throw of null."}} +A.fS.prototype={ +gz0(){return"Invalid argument"+(!this.a?"(s)":"")}, +gz_(){return""}, +i(a){var s=this,r=s.c,q=r==null?"":" ("+r+")",p=s.d,o=p==null?"":": "+A.e(p),n=s.gz0()+q+o +if(!s.a)return n +return n+s.gz_()+": "+A.no(s.b)}, +gaN(a){return this.c}} +A.rr.prototype={ +gz0(){return"RangeError"}, +gz_(){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=qe.length +else s=!1 +if(s)f=null +if(f==null){if(e.length>78)e=B.b.N(e,0,75)+"..." +return g+"\n"+e}for(r=1,q=0,p=!1,o=0;o1?g+(" (at line "+r+", character "+(f-q+1)+")\n"):g+(" (at character "+(f+1)+")\n") +m=e.length +for(o=f;o78)if(f-q<75){l=q+75 +k=q +j="" +i="..."}else{if(m-f<75){k=m-75 +l=m +i=""}else{k=f-36 +l=f+36 +i="..."}j="..."}else{l=m +k=q +j="" +i=""}return g+j+B.b.N(e,k,l)+i+"\n"+B.b.W(" ",f-k+j.length)+"^\n"}else return f!=null?g+(" (at offset "+A.e(f)+")"):g}, +$icf:1, +gkJ(a){return this.a}, +gxm(a){return this.b}, +gbJ(a){return this.c}} +A.q.prototype={ +uO(a,b){return A.n6(this,A.n(this).j("q.E"),b)}, +acF(a,b){var s=this,r=A.n(s) +if(r.j("V").b(s))return A.aBp(s,b,r.j("q.E")) +return new A.nA(s,b,r.j("nA"))}, +iJ(a,b,c){return A.ka(this,b,A.n(this).j("q.E"),c)}, +om(a,b){return new A.av(this,b,A.n(this).j("av"))}, +A(a,b){var s +for(s=this.ga1(this);s.t();)if(J.f(s.gH(s),b))return!0 +return!1}, +Y(a,b){var s +for(s=this.ga1(this);s.t();)b.$1(s.gH(s))}, +bB(a,b){var s,r=this.ga1(this) +if(!r.t())return"" +if(b===""){s="" +do s+=A.e(J.bY(r.gH(r))) +while(r.t())}else{s=""+A.e(J.bY(r.gH(r))) +for(;r.t();)s=s+b+A.e(J.bY(r.gH(r)))}return s.charCodeAt(0)==0?s:s}, +D2(a){return this.bB(a,"")}, +fE(a,b){var s +for(s=this.ga1(this);s.t();)if(b.$1(s.gH(s)))return!0 +return!1}, +dM(a,b){return A.ap(this,b,A.n(this).j("q.E"))}, +dL(a){return this.dM(a,!0)}, +iY(a){return A.j3(this,A.n(this).j("q.E"))}, +gp(a){var s,r=this.ga1(this) +for(s=0;r.t();)++s +return s}, +gS(a){return!this.ga1(this).t()}, +gbZ(a){return!this.gS(this)}, +i2(a,b){return A.a9f(this,b,A.n(this).j("q.E"))}, +fv(a,b){return A.a8s(this,b,A.n(this).j("q.E"))}, +gJ(a){var s=this.ga1(this) +if(!s.t())throw A.c(A.bB()) +return s.gH(s)}, +gR(a){var s,r=this.ga1(this) +if(!r.t())throw A.c(A.bB()) +do s=r.gH(r) +while(r.t()) +return s}, +gbX(a){var s,r=this.ga1(this) +if(!r.t())throw A.c(A.bB()) +s=r.gH(r) +if(r.t())throw A.c(A.apF()) +return s}, +nD(a,b,c){var s,r +for(s=this.ga1(this);s.t();){r=s.gH(s) +if(b.$1(r))return r}return c.$0()}, +aY(a,b){var s,r,q +A.d0(b,"index") +for(s=this.ga1(this),r=0;s.t();){q=s.gH(s) +if(b===r)return q;++r}throw A.c(A.bZ(b,this,"index",null,r))}, +i(a){return A.akA(this,"(",")")}} +A.Fm.prototype={} +A.HX.prototype={} +A.ax.prototype={ +i(a){return"MapEntry("+A.e(this.a)+": "+A.e(this.b)+")"}, +gcG(a){return this.a}, +gl(a){return this.b}} +A.aD.prototype={ +gv(a){return A.D.prototype.gv.call(this,this)}, +i(a){return"null"}} +A.D.prototype={$iD:1, +k(a,b){return this===b}, +gv(a){return A.e7(this)}, +i(a){return"Instance of '"+A.a45(this)+"'"}, +Ot(a,b){throw A.c(A.aq7(this,b.gOp(),b.gOP(),b.gOs()))}, +gdB(a){return A.C(this)}, +toString(){return this.i(this)}} +A.Rt.prototype={ +i(a){return""}, +$ic8:1} +A.Ag.prototype={ +gMS(){var s,r=this.b +if(r==null)r=$.JJ.$0() +s=r-this.a +if($.TL()===1e6)return s +return s*1000}, +oE(a){var s=this,r=s.b +if(r!=null){s.a=s.a+($.JJ.$0()-r) +s.b=null}}, +eY(a){var s=this.b +this.a=s==null?$.JJ.$0():s}} +A.a5Y.prototype={ +gH(a){return this.d}, +t(){var s,r,q,p=this,o=p.b=p.c,n=p.a,m=n.length +if(o===m){p.d=-1 +return!1}s=B.b.ad(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.fM(B.b.N(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:288} +A.DU.prototype={ +gKp(){var s,r,q,p,o=this,n=o.w +if(n===$){s=o.a +r=s.length!==0?""+s+":":"" +q=o.c +p=q==null +if(!p||s==="file"){s=r+"//" +r=o.b +if(r.length!==0)s=s+r+"@" +if(!p)s+=q +r=o.d +if(r!=null)s=s+":"+A.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.bb(n,"_text") +n=o.w=s.charCodeAt(0)==0?s:s}return n}, +gkN(){var s,r,q=this,p=q.x +if(p===$){s=q.e +if(s.length!==0&&B.b.ad(s,0)===47)s=B.b.bU(s,1) +r=s.length===0?B.bB:A.apS(new A.aA(A.b(s.split("/"),t.s),A.aHB(),t.cj),t.N) +A.bb(q.x,"pathSegments") +p=q.x=r}return p}, +gv(a){var s,r=this,q=r.y +if(q===$){s=B.b.gv(r.gKp()) +A.bb(r.y,"hashCode") +r.y=s +q=s}return q}, +grA(){return this.b}, +giB(a){var s=this.c +if(s==null)return"" +if(B.b.bl(s,"["))return B.b.N(s,1,s.length-1) +return s}, +go8(a){var s=this.d +return s==null?A.asg(this.a):s}, +gm8(a){var s=this.f +return s==null?"":s}, +gvt(){var s=this.r +return s==null?"":s}, +D0(a){var s=this.a +if(a.length!==s.length)return!1 +return A.asw(a,s,0)>=0}, +age(a,b,c){var s,r,q,p,o=this,n=o.a,m=n==="file",l=o.b,k=o.d,j=o.c +if(!(j!=null))j=l.length!==0||k!=null||m?"":null +s=j!=null +r=b==null +if(!r||!1)b=A.alM(b,0,r?0:b.length,null,n,s) +else{q=o.e +if(!m)r=s&&q.length!==0 +else r=!0 +if(r&&!B.b.bl(q,"/"))q="/"+q +b=q}if(c!=null)p=A.alO(null,0,0,c) +else p=o.f +return A.Sl(n,l,j,k,b,p,o.r)}, +agd(a,b){return this.age(a,b,null)}, +Ow(){var s=this,r=s.e,q=A.aso(r,s.a,s.c!=null) +if(q===r)return s +return s.agd(0,q)}, +IY(a,b){var s,r,q,p,o,n +for(s=0,r=0;B.b.cQ(b,"../",r);){r+=3;++s}q=B.b.nM(a,"/") +while(!0){if(!(q>0&&s>0))break +p=B.b.vU(a,"/",q-1) +if(p<0)break +o=q-p +n=o!==2 +if(!n||o===3)if(B.b.al(a,p+1)===46)n=!n||B.b.al(a,p+2)===46 +else n=!1 +else n=!1 +if(n)break;--s +q=p}return B.b.iT(a,q+1,null,B.b.bU(b,r-3*s))}, +O(a){return this.rl(A.mt(a,0,null))}, +rl(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null +if(a.gd6().length!==0){s=a.gd6() +if(a.gnE()){r=a.grA() +q=a.giB(a) +p=a.gqD()?a.go8(a):h}else{p=h +q=p +r=""}o=A.kX(a.ge4(a)) +n=a.glU()?a.gm8(a):h}else{s=i.a +if(a.gnE()){r=a.grA() +q=a.giB(a) +p=A.alN(a.gqD()?a.go8(a):h,s) +o=A.kX(a.ge4(a)) +n=a.glU()?a.gm8(a):h}else{r=i.b +q=i.c +p=i.d +o=i.e +if(a.ge4(a)==="")n=a.glU()?a.gm8(a):i.f +else{m=A.aFs(i,o) +if(m>0){l=B.b.N(o,0,m) +o=a.gvE()?l+A.kX(a.ge4(a)):l+A.kX(i.IY(B.b.bU(o,l.length),a.ge4(a)))}else if(a.gvE())o=A.kX(a.ge4(a)) +else if(o.length===0)if(q==null)o=s.length===0?a.ge4(a):A.kX(a.ge4(a)) +else o=A.kX("/"+a.ge4(a)) +else{k=i.IY(o,a.ge4(a)) +j=s.length===0 +if(!j||q!=null||B.b.bl(o,"/"))o=A.kX(k) +else o=A.alQ(k,!j||q!=null)}n=a.glU()?a.gm8(a):h}}}return A.Sl(s,r,q,p,o,n,a.gvF()?a.gvt():h)}, +gNF(){return this.a.length!==0}, +gnE(){return this.c!=null}, +gqD(){return this.d!=null}, +glU(){return this.f!=null}, +gvF(){return this.r!=null}, +gvE(){return B.b.bl(this.e,"/")}, +gr3(a){var s,r,q=this,p=q.a +if(p==="")throw A.c(A.X("Cannot use origin without a scheme: "+q.i(0))) +if(p!=="http"&&p!=="https")throw A.c(A.X("Origin is only applicable schemes http and https: "+q.i(0))) +s=q.c +if(s==null||s==="")throw A.c(A.X("A "+p+u.I+q.i(0))) +r=q.d +if(r==null)return p+"://"+A.e(s) +return p+"://"+A.e(s)+":"+A.e(r)}, +DZ(){var s,r=this,q=r.a +if(q!==""&&q!=="file")throw A.c(A.R("Cannot extract a file path from a "+q+" URI")) +q=r.f +if((q==null?"":q)!=="")throw A.c(A.R(u.z)) +q=r.r +if((q==null?"":q)!=="")throw A.c(A.R(u.U)) +q=$.amZ() +if(q)q=A.asq(r) +else{if(r.c!=null&&r.giB(r)!=="")A.K(A.R(u.Q)) +s=r.gkN() +A.aFm(s,!1) +q=A.Lw(B.b.bl(r.e,"/")?""+"/":"",s,"/") +q=q.charCodeAt(0)==0?q:q}return q}, +gbN(a){return this.a==="data"?A.aEf(this):null}, +i(a){return this.gKp()}, +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.gd6())if(q.c!=null===b.gnE())if(q.b===b.grA())if(q.giB(q)===b.giB(b))if(q.go8(q)===b.go8(b))if(q.e===b.ge4(b)){s=q.f +r=s==null +if(!r===b.glU()){if(r)s="" +if(s===b.gm8(b)){s=q.r +r=s==null +if(!r===b.gvF()){if(r)s="" +s=s===b.gvt()}else s=!1}else s=!1}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}, +$iMb:1, +gd6(){return this.a}, +ge4(a){return this.e}} +A.ahb.prototype={ +$2(a,b){var s=this.b,r=this.a +s.a+=r.a +r.a="&" +r=s.a+=A.mH(B.cv,a,B.z,!0) +if(b!=null&&b.length!==0){s.a=r+"=" +s.a+=A.mH(B.cv,b,B.z,!0)}}, +$S:291} +A.aha.prototype={ +$2(a,b){var s,r +if(b==null||typeof b=="string")this.a.$2(a,b) +else for(s=J.aw(b),r=this.a;s.t();)r.$2(a,s.gH(s))}, +$S:14} +A.aao.prototype={ +grz(){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.b.iC(m,"?",s) +q=m.length +if(r>=0){p=A.DV(m,r+1,q,B.ej,!1) +q=r}else p=n +m=o.c=new A.Ny(o,"data","",n,n,A.DV(m,s,q,B.nL,!1),p,n)}return m}, +i(a){var s=this.a +return this.b[0]===-1?"data:"+s:s}} +A.ahU.prototype={ +$2(a,b){var s=this.a[a] +B.R.acm(s,0,96,b) +return s}, +$S:295} +A.ahV.prototype={ +$3(a,b,c){var s,r +for(s=b.length,r=0;r>>0]=c}, +$S:130} +A.ht.prototype={ +gNF(){return this.b>0}, +gnE(){return this.c>0}, +gqD(){return this.c>0&&this.d+1=0}, +gd6(){var s=this.w +return s==null?this.w=this.ZT():s}, +ZT(){var s,r=this,q=r.b +if(q<=0)return"" +s=q===4 +if(s&&B.b.bl(r.a,"http"))return"http" +if(q===5&&B.b.bl(r.a,"https"))return"https" +if(s&&B.b.bl(r.a,"file"))return"file" +if(q===7&&B.b.bl(r.a,"package"))return"package" +return B.b.N(r.a,0,q)}, +grA(){var s=this.c,r=this.b+3 +return s>r?B.b.N(this.a,r,s-1):""}, +giB(a){var s=this.c +return s>0?B.b.N(this.a,s,this.d):""}, +go8(a){var s,r=this +if(r.gqD())return A.fM(B.b.N(r.a,r.d+1,r.e),null) +s=r.b +if(s===4&&B.b.bl(r.a,"http"))return 80 +if(s===5&&B.b.bl(r.a,"https"))return 443 +return 0}, +ge4(a){return B.b.N(this.a,this.e,this.f)}, +gm8(a){var s=this.f,r=this.r +return s=q.length)return s +return new A.ht(B.b.N(q,0,r),s.b,s.c,s.d,s.e,s.f,r,s.w)}, +O(a){return this.rl(A.mt(a,0,null))}, +rl(a){if(a instanceof A.ht)return this.a7v(this,a) +return this.Ky().rl(a)}, +a7v(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=b.b +if(c>0)return b +s=b.c +if(s>0){r=a.b +if(r<=0)return b +q=r===4 +if(q&&B.b.bl(a.a,"file"))p=b.e!==b.f +else if(q&&B.b.bl(a.a,"http"))p=!b.IF("80") +else p=!(r===5&&B.b.bl(a.a,"https"))||!b.IF("443") +if(p){o=r+1 +return new A.ht(B.b.N(a.a,0,o)+B.b.bU(b.a,c+1),r,s+o,b.d+o,b.e+o,b.f+o,b.r+o,a.w)}else return this.Ky().rl(b)}n=b.e +c=b.f +if(n===c){s=b.r +if(c0?l:m +o=k-n +return new A.ht(B.b.N(a.a,0,k)+B.b.bU(s,n),a.b,a.c,a.d,m,c+o,b.r+o,a.w)}j=a.e +i=a.f +if(j===i&&a.c>0){for(;B.b.cQ(s,"../",n);)n+=3 +o=j-n+1 +return new A.ht(B.b.N(a.a,0,j)+"/"+B.b.bU(s,n),a.b,a.c,a.d,j,c+o,b.r+o,a.w)}h=a.a +l=A.as6(this) +if(l>=0)g=l +else for(g=j;B.b.cQ(h,"../",g);)g+=3 +f=0 +while(!0){e=n+3 +if(!(e<=c&&B.b.cQ(s,"../",n)))break;++f +n=e}for(d="";i>g;){--i +if(B.b.al(h,i)===47){if(f===0){d="/" +break}--f +d="/"}}if(i===g&&a.b<=0&&!B.b.cQ(h,"/",j)){n-=f*3 +d=""}o=i-n+d.length +return new A.ht(B.b.N(h,0,i)+d+B.b.bU(s,n),a.b,a.c,a.d,j,c+o,b.r+o,a.w)}, +DZ(){var s,r,q=this,p=q.b +if(p>=0){s=!(p===4&&B.b.bl(q.a,"file")) +p=s}else p=!1 +if(p)throw A.c(A.R("Cannot extract a file path from a "+q.gd6()+" URI")) +p=q.f +s=q.a +if(p0?s.giB(s):r,n=s.gqD()?s.go8(s):r,m=s.a,l=s.f,k=B.b.N(m,s.e,l),j=s.r +l=l>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.wr.prototype={ +i(a){var s,r=a.left +r.toString +s=a.top +s.toString +return"Rectangle ("+A.e(r)+", "+A.e(s)+") "+A.e(this.gaQ(a))+" x "+A.e(this.gbk(a))}, +k(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.k(b) +if(s===r.giH(b)){s=a.top +s.toString +s=s===r.gwA(b)&&this.gaQ(a)===r.gaQ(b)&&this.gbk(a)===r.gbk(b)}else s=!1}else s=!1 +return s}, +gv(a){var s,r=a.left +r.toString +s=a.top +s.toString +return A.a3(r,s,this.gaQ(a),this.gbk(a),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +gIs(a){return a.height}, +gbk(a){var s=this.gIs(a) +s.toString +return s}, +giH(a){var s=a.left +s.toString +return s}, +gwA(a){var s=a.top +s.toString +return s}, +gLm(a){return a.width}, +gaQ(a){var s=this.gLm(a) +s.toString +return s}, +$iji:1} +A.GT.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.XA.prototype={ +gp(a){return a.length}} +A.N6.prototype={ +A(a,b){return J.TW(this.b,b)}, +gS(a){return this.a.firstElementChild==null}, +gp(a){return this.b.length}, +h(a,b){return t.Q.a(this.b[b])}, +n(a,b,c){this.a.replaceChild(c,this.b[b])}, +sp(a,b){throw A.c(A.R("Cannot resize element lists"))}, +E(a,b){this.a.appendChild(b) +return b}, +ga1(a){var s=this.dL(this) +return new J.fo(s,s.length)}, +P(a,b){A.aEy(this.a,b)}, +dl(a,b){throw A.c(A.R("Cannot sort element lists"))}, +bh(a,b,c,d,e){throw A.c(A.c0(null))}, +d7(a,b,c,d){return this.bh(a,b,c,d,0)}, +B(a,b){return A.aEA(this.a,b)}, +kE(a,b,c){var s,r=this,q=r.b,p=q.length +if(b>p)throw A.c(A.bt(b,0,r.gp(r),null,null)) +s=r.a +if(b===p)s.appendChild(c) +else s.insertBefore(c,t.Q.a(q[b]))}, +eX(a){var s=this.gR(this) +this.a.removeChild(s) +return s}, +gJ(a){return A.aEz(this.a)}, +gR(a){var s=this.a.lastElementChild +if(s==null)throw A.c(A.X("No elements")) +return s}} +A.ud.prototype={ +gp(a){return this.a.length}, +h(a,b){return this.$ti.c.a(this.a[b])}, +n(a,b,c){throw A.c(A.R("Cannot modify list"))}, +sp(a,b){throw A.c(A.R("Cannot modify list"))}, +dl(a,b){throw A.c(A.R("Cannot sort list"))}, +gJ(a){return this.$ti.c.a(B.tR.gJ(this.a))}, +gR(a){return this.$ti.c.a(B.tR.gR(this.a))}} +A.am.prototype={ +gBf(a){return new A.Bz(a)}, +sBf(a,b){var s,r,q +new A.Bz(a).aG(0) +for(s=A.lF(b,b.r);s.t();){r=s.d +q=b.h(0,r) +q.toString +a.setAttribute(r,q)}}, +ghk(a){return new A.N6(a,a.children)}, +Ep(a){return window.getComputedStyle(a,"")}, +i(a){return a.localName}, +is(a,b,c,d){var s,r,q,p +if(c==null){s=$.ap8 +if(s==null){s=A.b([],t.qF) +r=new A.yi(s) +s.push(A.arR(null)) +s.push(A.as8()) +$.ap8=r +d=r}else d=s +s=$.ap7 +if(s==null){s=new A.Sm(d) +$.ap7=s +c=s}else{s.a=d +c=s}}if($.lo==null){s=document +r=s.implementation.createHTMLDocument("") +$.lo=r +$.akr=r.createRange() +r=$.lo.createElement("base") +t.N2.a(r) +s=s.baseURI +s.toString +r.href=s +$.lo.head.appendChild(r)}s=$.lo +if(s.body==null){r=s.createElement("body") +s.body=t.C4.a(r)}s=$.lo +if(t.C4.b(a)){s=s.body +s.toString +q=s}else{s.toString +q=s.createElement(a.tagName) +$.lo.body.appendChild(q)}if("createContextualFragment" in window.Range.prototype&&!B.c.A(B.EB,a.tagName)){$.akr.selectNodeContents(q) +s=$.akr +p=s.createContextualFragment(b)}else{q.innerHTML=b +p=$.lo.createDocumentFragment() +for(;s=q.firstChild,s!=null;)p.appendChild(s)}if(q!==$.lo.body)J.cb(q) +c.EJ(p) +document.adoptNode(p) +return p}, +abb(a,b,c){return this.is(a,b,c,null)}, +F7(a,b){a.textContent=null +a.appendChild(this.is(a,b,null,null))}, +Nn(a){return a.focus()}, +gPB(a){return a.tagName}, +$iam:1} +A.Ya.prototype={ +$1(a){return t.Q.b(a)}, +$S:134} +A.GW.prototype={ +gaN(a){return a.name}} +A.hJ.prototype={ +gaN(a){return a.name}, +a44(a,b,c){return a.remove(A.fm(b,0),A.fm(c,1))}, +bw(a){var s=new A.a4($.a5,t.LR),r=new A.aI(s,t.zh) +this.a44(a,new A.YI(r),new A.YJ(r)) +return s}} +A.YI.prototype={ +$0(){this.a.eg(0)}, +$S:0} +A.YJ.prototype={ +$1(a){this.a.jh(a)}, +$S:304} +A.ah.prototype={ +gPC(a){return A.ahR(a.target)}, +$iah:1} +A.a2.prototype={ +kk(a,b,c,d){if(c!=null)this.Yz(a,b,c,d)}, +kj(a,b,c){return this.kk(a,b,c,null)}, +oc(a,b,c,d){if(c!=null)this.a6s(a,b,c,d)}, +wm(a,b,c){return this.oc(a,b,c,null)}, +Yz(a,b,c,d){return a.addEventListener(b,A.fm(c,1),d)}, +a6s(a,b,c,d){return a.removeEventListener(b,A.fm(c,1),d)}} +A.dN.prototype={} +A.H9.prototype={ +gbN(a){return a.data}} +A.YS.prototype={ +gaN(a){return a.name}} +A.Hc.prototype={ +gaN(a){return a.name}} +A.ft.prototype={ +gaN(a){return a.name}, +$ift:1} +A.qy.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1, +$iqy:1} +A.qz.prototype={ +gaN(a){return a.name}} +A.YU.prototype={ +gp(a){return a.length}} +A.nB.prototype={$inB:1} +A.jY.prototype={ +gp(a){return a.length}, +gaN(a){return a.name}, +$ijY:1} +A.hM.prototype={$ihM:1} +A.a_P.prototype={ +gp(a){return a.length}} +A.nI.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.x1.prototype={} +A.lu.prototype={ +gago(a){var s,r,q,p,o,n,m=t.N,l=A.z(m,m),k=a.getAllResponseHeaders(),j=k.split("\r\n") +for(m=j.length,s=0;s=200&&o<300 +r=o>307&&o<400 +o=s||o===0||o===304||r +q=this.b +if(o)q.c3(0,p) +else q.jh(a)}, +$S:95} +A.x3.prototype={} +A.HK.prototype={ +gaN(a){return a.name}} +A.xa.prototype={ +gbN(a){return a.data}, +$ixa:1} +A.nN.prototype={$inN:1} +A.nS.prototype={ +gaN(a){return a.name}, +$inS:1} +A.k6.prototype={$ik6:1} +A.xu.prototype={} +A.xz.prototype={} +A.a1v.prototype={ +i(a){return String(a)}} +A.Ik.prototype={ +gaN(a){return a.name}} +A.a1W.prototype={ +bw(a){return A.fN(a.remove(),t.z)}} +A.a1X.prototype={ +gp(a){return a.length}} +A.Io.prototype={ +a2(a,b){return a.addListener(A.fm(b,1))}, +K(a,b){return a.removeListener(A.fm(b,1))}} +A.ra.prototype={$ira:1} +A.Iq.prototype={ +gbN(a){return new A.ip([],[]).ji(a.data,!0)}} +A.y2.prototype={ +kk(a,b,c,d){if(b==="message")a.start() +this.SF(a,b,c,!1)}, +$iy2:1} +A.lL.prototype={ +gaN(a){return a.name}, +$ilL:1} +A.Ir.prototype={ +aq(a,b){return A.hx(a.get(b))!=null}, +h(a,b){return A.hx(a.get(b))}, +Y(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],A.hx(s.value[1]))}}, +gba(a){var s=A.b([],t.s) +this.Y(a,new A.a26(s)) +return s}, +gb2(a){var s=A.b([],t.n4) +this.Y(a,new A.a27(s)) +return s}, +gp(a){return a.size}, +gS(a){return a.size===0}, +gbZ(a){return a.size!==0}, +n(a,b,c){throw A.c(A.R("Not supported"))}, +bs(a,b,c){throw A.c(A.R("Not supported"))}, +B(a,b){throw A.c(A.R("Not supported"))}, +$iau:1} +A.a26.prototype={ +$2(a,b){return this.a.push(a)}, +$S:14} +A.a27.prototype={ +$2(a,b){return this.a.push(b)}, +$S:14} +A.Is.prototype={ +gbN(a){return a.data}} +A.It.prototype={ +aq(a,b){return A.hx(a.get(b))!=null}, +h(a,b){return A.hx(a.get(b))}, +Y(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],A.hx(s.value[1]))}}, +gba(a){var s=A.b([],t.s) +this.Y(a,new A.a28(s)) +return s}, +gb2(a){var s=A.b([],t.n4) +this.Y(a,new A.a29(s)) +return s}, +gp(a){return a.size}, +gS(a){return a.size===0}, +gbZ(a){return a.size!==0}, +n(a,b,c){throw A.c(A.R("Not supported"))}, +bs(a,b,c){throw A.c(A.R("Not supported"))}, +B(a,b){throw A.c(A.R("Not supported"))}, +$iau:1} +A.a28.prototype={ +$2(a,b){return this.a.push(a)}, +$S:14} +A.a29.prototype={ +$2(a,b){return this.a.push(b)}, +$S:14} +A.y3.prototype={ +gaN(a){return a.name}} +A.hW.prototype={$ihW:1} +A.Iu.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.eN.prototype={ +gbJ(a){var s,r,q,p,o,n,m +if(!!a.offsetX)return new A.fA(a.offsetX,a.offsetY,t.i6) +else{s=a.target +r=t.Q +if(!r.b(A.ahR(s)))throw A.c(A.R("offsetX is only supported on elements")) +q=r.a(A.ahR(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.fA(s,r,p).a9(0,new A.fA(n,o,p)) +return new A.fA(B.e.e6(m.a),B.e.e6(m.b),p)}}, +$ieN:1} +A.ke.prototype={ +aeG(a,b,c,d){var s=null,r={},q=new A.a2u(r) +q.$2("childList",s) +q.$2("attributes",!0) +q.$2("characterData",s) +q.$2("subtree",s) +q.$2("attributeOldValue",s) +q.$2("characterDataOldValue",s) +q.$2("attributeFilter",c) +a.observe(b,r)}, +$ike:1} +A.a2u.prototype={ +$2(a,b){if(b!=null)this.a[a]=b}, +$S:151} +A.y7.prototype={$iy7:1} +A.a2G.prototype={ +gaN(a){return a.name}} +A.dG.prototype={ +gJ(a){var s=this.a.firstChild +if(s==null)throw A.c(A.X("No elements")) +return s}, +gR(a){var s=this.a.lastChild +if(s==null)throw A.c(A.X("No elements")) +return s}, +gbX(a){var s=this.a,r=s.childNodes.length +if(r===0)throw A.c(A.X("No elements")) +if(r>1)throw A.c(A.X("More than one element")) +s=s.firstChild +s.toString +return s}, +E(a,b){this.a.appendChild(b)}, +P(a,b){var s,r,q,p,o +if(b instanceof A.dG){s=b.a +r=this.a +if(s!==r)for(q=s.childNodes.length,p=0;p>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.a2P.prototype={ +gbN(a){return a.data}} +A.IO.prototype={ +gbN(a){return a.data}, +gaN(a){return a.name}} +A.IP.prototype={ +rH(a,b,c){var s=a.getContext(b,A.Tw(c)) +return s}} +A.IW.prototype={ +gaN(a){return a.name}} +A.a31.prototype={ +gaN(a){return a.name}} +A.yz.prototype={} +A.Jh.prototype={ +gaN(a){return a.name}} +A.a3m.prototype={ +gaN(a){return a.name}} +A.Jk.prototype={ +Ok(a,b){return a.mark(b)}, +aex(a,b,c,d){var s=a.measure(b,c,d) +return s}} +A.jb.prototype={ +gaN(a){return a.name}} +A.a3r.prototype={ +gaN(a){return a.name}} +A.i2.prototype={ +gp(a){return a.length}, +gaN(a){return a.name}, +$ii2:1} +A.JA.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.kl.prototype={$ikl:1} +A.fB.prototype={$ifB:1} +A.JM.prototype={ +gbN(a){return a.data}} +A.Kz.prototype={ +aq(a,b){return A.hx(a.get(b))!=null}, +h(a,b){return A.hx(a.get(b))}, +Y(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],A.hx(s.value[1]))}}, +gba(a){var s=A.b([],t.s) +this.Y(a,new A.a5W(s)) +return s}, +gb2(a){var s=A.b([],t.n4) +this.Y(a,new A.a5X(s)) +return s}, +gp(a){return a.size}, +gS(a){return a.size===0}, +gbZ(a){return a.size!==0}, +n(a,b,c){throw A.c(A.R("Not supported"))}, +bs(a,b,c){throw A.c(A.R("Not supported"))}, +B(a,b){throw A.c(A.R("Not supported"))}, +$iau:1} +A.a5W.prototype={ +$2(a,b){return this.a.push(a)}, +$S:14} +A.a5X.prototype={ +$2(a,b){return this.a.push(b)}, +$S:14} +A.a6i.prototype={ +agZ(a){return a.unlock()}} +A.zG.prototype={} +A.KO.prototype={ +gp(a){return a.length}, +gaN(a){return a.name}} +A.KW.prototype={ +gaN(a){return a.name}} +A.Li.prototype={ +gaN(a){return a.name}} +A.ic.prototype={$iic:1} +A.Lm.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.ie.prototype={$iie:1} +A.Ls.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.ig.prototype={ +gp(a){return a.length}, +$iig:1} +A.Lt.prototype={ +gaN(a){return a.name}} +A.a8F.prototype={ +gaN(a){return a.name}} +A.Ah.prototype={ +aq(a,b){return a.getItem(A.bk(b))!=null}, +h(a,b){return a.getItem(A.bk(b))}, +n(a,b,c){a.setItem(b,c)}, +bs(a,b,c){var s +if(a.getItem(b)==null)a.setItem(b,c.$0()) +s=a.getItem(b) +return s==null?A.bk(s):s}, +B(a,b){var s +A.bk(b) +s=a.getItem(b) +a.removeItem(b) +return s}, +Y(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)}}, +gba(a){var s=A.b([],t.s) +this.Y(a,new A.a8S(s)) +return s}, +gb2(a){var s=A.b([],t.s) +this.Y(a,new A.a8T(s)) +return s}, +gp(a){return a.length}, +gS(a){return a.key(0)==null}, +gbZ(a){return a.key(0)!=null}, +$iau:1} +A.a8S.prototype={ +$2(a,b){return this.a.push(a)}, +$S:82} +A.a8T.prototype={ +$2(a,b){return this.a.push(b)}, +$S:82} +A.Aj.prototype={} +A.fH.prototype={$ifH:1} +A.Ap.prototype={ +is(a,b,c,d){var s,r +if("createContextualFragment" in window.Range.prototype)return this.xC(a,b,c,d) +s=A.aB1(""+b+"
",c,d) +r=document.createDocumentFragment() +new A.dG(r).P(0,new A.dG(s)) +return r}} +A.LE.prototype={ +is(a,b,c,d){var s,r +if("createContextualFragment" in window.Range.prototype)return this.xC(a,b,c,d) +s=document +r=s.createDocumentFragment() +s=new A.dG(B.vq.is(s.createElement("table"),b,c,d)) +s=new A.dG(s.gbX(s)) +new A.dG(r).P(0,new A.dG(s.gbX(s))) +return r}} +A.LF.prototype={ +is(a,b,c,d){var s,r +if("createContextualFragment" in window.Range.prototype)return this.xC(a,b,c,d) +s=document +r=s.createDocumentFragment() +s=new A.dG(B.vq.is(s.createElement("table"),b,c,d)) +new A.dG(r).P(0,new A.dG(s.gbX(s))) +return r}} +A.ts.prototype={$its:1} +A.tu.prototype={ +gaN(a){return a.name}, +QS(a){return a.select()}, +$itu:1} +A.LO.prototype={ +gbN(a){return a.data}} +A.ik.prototype={$iik:1} +A.fJ.prototype={$ifJ:1} +A.LV.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.LW.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.aa_.prototype={ +gp(a){return a.length}} +A.il.prototype={$iil:1} +A.mr.prototype={$imr:1} +A.AP.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.aab.prototype={ +gp(a){return a.length}} +A.p0.prototype={} +A.aat.prototype={ +i(a){return String(a)}} +A.aaF.prototype={ +gp(a){return a.length}} +A.p3.prototype={ +gabv(a){var s=a.deltaY +if(s!=null)return s +throw A.c(A.R("deltaY is not supported"))}, +gabu(a){var s=a.deltaX +if(s!=null)return s +throw A.c(A.R("deltaX is not supported"))}, +gabt(a){if(!!a.deltaMode)return a.deltaMode +return 0}, +$ip3:1} +A.p5.prototype={ +Dw(a,b,c){var s=A.arJ(a.open(b,c)) +return s}, +Pp(a,b){var s +this.a01(a) +s=A.amd(b,t.Jy) +s.toString +return this.a6B(a,s)}, +a6B(a,b){return a.requestAnimationFrame(A.fm(b,1))}, +a01(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.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.Bp.prototype={ +i(a){var s,r,q,p=a.left +p.toString +s=a.top +s.toString +r=a.width +r.toString +q=a.height +q.toString +return"Rectangle ("+A.e(p)+", "+A.e(s)+") "+A.e(r)+" x "+A.e(q)}, +k(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.k(b) +if(s===r.giH(b)){s=a.top +s.toString +if(s===r.gwA(b)){s=a.width +s.toString +if(s===r.gaQ(b)){s=a.height +s.toString +r=s===r.gbk(b) +s=r}else s=!1}else s=!1}else s=!1}else s=!1 +return s}, +gv(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.a3(p,s,r,q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +gIs(a){return a.height}, +gbk(a){var s=a.height +s.toString +return s}, +gLm(a){return a.width}, +gaQ(a){var s=a.width +s.toString +return s}} +A.Om.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.Cp.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.Ri.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.Rw.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a[b]}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return a[b]}, +$iaY:1, +$iV:1, +$ib6:1, +$iq:1, +$ix:1} +A.ML.prototype={ +fb(a,b,c){var s=t.N +return A.akO(this,s,s,b,c)}, +bs(a,b,c){var s=this.a,r=s.hasAttribute(b) +if(!r)s.setAttribute(b,c.$0()) +s=s.getAttribute(b) +return s==null?A.bk(s):s}, +aG(a){var s,r,q,p,o +for(s=this.gba(this),r=s.length,q=this.a,p=0;p") +return}if(!l.a.n6(a)){l.pp(a,b) +window +s=A.e(b) +if(typeof console!="undefined")window.console.warn("Removing disallowed element <"+e+"> from "+s) +return}if(g!=null)if(!l.a.kn(a,"is",g)){l.pp(a,b) +window +if(typeof console!="undefined")window.console.warn("Removing disallowed type extension <"+e+' is="'+g+'">') +return}s=f.gba(f) +r=A.b(s.slice(0),A.af(s)) +for(q=f.gba(f).length-1,s=f.a,p="Removing disallowed attribute <"+e+" ";q>=0;--q){o=r[q] +n=l.a +m=J.azE(o) +A.bk(o) +if(!n.kn(a,m,s.getAttribute(o))){window +n=s.getAttribute(o) +if(typeof console!="undefined")window.console.warn(p+o+'="'+A.e(n)+'">') +s.removeAttribute(o)}}if(t.aW.b(a)){s=a.content +s.toString +l.EJ(s)}}} +A.ahl.prototype={ +$2(a,b){var s,r,q,p,o,n=this.a +switch(a.nodeType){case 1:n.a6Z(a,b) +break +case 8:case 11:case 3:case 4:break +default:n.pp(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.X("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:313} +A.No.prototype={} +A.NN.prototype={} +A.NO.prototype={} +A.NP.prototype={} +A.NQ.prototype={} +A.O6.prototype={} +A.O7.prototype={} +A.Os.prototype={} +A.Ot.prototype={} +A.P6.prototype={} +A.P7.prototype={} +A.P8.prototype={} +A.P9.prototype={} +A.Pk.prototype={} +A.Pl.prototype={} +A.PD.prototype={} +A.PE.prototype={} +A.QJ.prototype={} +A.Dj.prototype={} +A.Dk.prototype={} +A.Rg.prototype={} +A.Rh.prototype={} +A.Rn.prototype={} +A.RO.prototype={} +A.RP.prototype={} +A.DG.prototype={} +A.DH.prototype={} +A.S_.prototype={} +A.S0.prototype={} +A.Sw.prototype={} +A.Sx.prototype={} +A.SG.prototype={} +A.SH.prototype={} +A.SQ.prototype={} +A.SR.prototype={} +A.T3.prototype={} +A.T4.prototype={} +A.T5.prototype={} +A.T6.prototype={} +A.agz.prototype={ +nC(a){var s,r=this.a,q=r.length +for(s=0;s")),new A.YW(),r.j("d5"))}, +Y(a,b){B.c.Y(A.fw(this.gia(),!1,t.Q),b)}, +n(a,b,c){var s=this.gia() +J.azo(s.b.$1(J.pP(s.a,b)),c)}, +sp(a,b){var s=J.bQ(this.gia().a) +if(b>=s)return +else if(b<0)throw A.c(A.b5("Invalid list length",null)) +this.DR(0,b,s)}, +E(a,b){this.b.a.appendChild(b)}, +P(a,b){var s,r +for(s=J.aw(b),r=this.b.a;s.t();)r.appendChild(s.gH(s))}, +A(a,b){if(!t.Q.b(b))return!1 +return b.parentNode===this.a}, +dl(a,b){throw A.c(A.R("Cannot sort filtered list"))}, +bh(a,b,c,d,e){throw A.c(A.R("Cannot setRange on filtered list"))}, +d7(a,b,c,d){return this.bh(a,b,c,d,0)}, +DR(a,b,c){var s=this.gia() +s=A.a8s(s,b,s.$ti.j("q.E")) +B.c.Y(A.fw(A.a9f(s,c-b,A.n(s).j("q.E")),!0,t.z),new A.YX())}, +eX(a){var s=this.gia(),r=s.b.$1(J.vc(s.a)) +J.cb(r) +return r}, +kE(a,b,c){var s,r +if(b===J.bQ(this.gia().a))this.b.a.appendChild(c) +else{s=this.gia() +r=s.b.$1(J.pP(s.a,b)) +r.parentNode.insertBefore(c,r)}}, +B(a,b){return!1}, +gp(a){return J.bQ(this.gia().a)}, +h(a,b){var s=this.gia() +return s.b.$1(J.pP(s.a,b))}, +ga1(a){var s=A.fw(this.gia(),!1,t.Q) +return new J.fo(s,s.length)}} +A.YV.prototype={ +$1(a){return t.Q.b(a)}, +$S:134} +A.YW.prototype={ +$1(a){return t.Q.a(a)}, +$S:317} +A.YX.prototype={ +$1(a){return J.cb(a)}, +$S:15} +A.Wx.prototype={ +gaN(a){return a.name}} +A.a0v.prototype={ +gaN(a){return a.name}} +A.xr.prototype={$ixr:1} +A.a2W.prototype={ +gaN(a){return a.name}} +A.Mh.prototype={ +gPC(a){return a.target}} +A.a0S.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.n(0,a,s) +for(o=J.k(a),r=J.aw(o.gba(a));r.t();){q=r.gH(r) +s[q]=this.$1(o.h(a,q))}return s}else if(t.JY.b(a)){p=[] +o.n(0,a,p) +B.c.P(p,J.mP(a,this,t.z)) +return p}else return A.Tn(a)}, +$S:120} +A.ahS.prototype={ +$1(a){var s=function(b,c,d){return function(){return b(c,d,this,Array.prototype.slice.apply(arguments))}}(A.aFD,a,!1) +A.alY(s,$.TJ(),a) +return s}, +$S:31} +A.ahT.prototype={ +$1(a){return new this.a(a)}, +$S:31} +A.aiD.prototype={ +$1(a){return new A.qY(a)}, +$S:318} +A.aiE.prototype={ +$1(a){return new A.nX(a,t.sW)}, +$S:323} +A.aiF.prototype={ +$1(a){return new A.k4(a)}, +$S:327} +A.k4.prototype={ +h(a,b){if(typeof b!="string"&&typeof b!="number")throw A.c(A.b5("property is not a String or num",null)) +return A.alV(this.a[b])}, +n(a,b,c){if(typeof b!="string"&&typeof b!="number")throw A.c(A.b5("property is not a String or num",null)) +this.a[b]=A.Tn(c)}, +k(a,b){if(b==null)return!1 +return b instanceof A.k4&&this.a===b.a}, +i(a){var s,r +try{s=String(this.a) +return s}catch(r){s=this.bY(0) +return s}}, +nc(a,b){var s=this.a,r=b==null?null:A.fw(new A.aA(b,A.aIs(),A.af(b).j("aA<1,@>")),!0,t.z) +return A.alV(s[a].apply(s,r))}, +aa4(a){return this.nc(a,null)}, +gv(a){return 0}} +A.qY.prototype={} +A.nX.prototype={ +GG(a){var s=this,r=a<0||a>=s.gp(s) +if(r)throw A.c(A.bt(a,0,s.gp(s),null,null))}, +h(a,b){if(A.l1(b))this.GG(b) +return this.SS(0,b)}, +n(a,b,c){if(A.l1(b))this.GG(b) +this.FZ(0,b,c)}, +gp(a){var s=this.a.length +if(typeof s==="number"&&s>>>0===s)return s +throw A.c(A.X("Bad JsArray length"))}, +sp(a,b){this.FZ(0,"length",b)}, +E(a,b){this.nc("push",[b])}, +eX(a){if(this.gp(this)===0)throw A.c(A.dz(-1)) +return this.aa4("pop")}, +bh(a,b,c,d,e){var s,r +A.aBQ(b,c,this.gp(this)) +s=c-b +if(s===0)return +r=[b,s] +B.c.P(r,J.U8(d,e).i2(0,s)) +this.nc("splice",r)}, +d7(a,b,c,d){return this.bh(a,b,c,d,0)}, +dl(a,b){this.nc("sort",b==null?[]:[b])}, +$iV:1, +$iq:1, +$ix:1} +A.un.prototype={ +n(a,b,c){return this.ST(0,b,c)}} +A.IK.prototype={ +i(a){return"Promise was rejected with a value of `"+(this.a?"undefined":"null")+"`."}, +$icf:1} +A.aju.prototype={ +$1(a){return this.a.c3(0,a)}, +$S:15} +A.ajv.prototype={ +$1(a){if(a==null)return this.a.jh(new A.IK(a===undefined)) +return this.a.jh(a)}, +$S:15} +A.adI.prototype={ +aeC(a){if(a<=0||a>4294967296)throw A.c(A.dz("max must be in range 0 < max \u2264 2^32, was "+a)) +return Math.random()*a>>>0}} +A.fA.prototype={ +i(a){return"Point("+A.e(this.a)+", "+A.e(this.b)+")"}, +k(a,b){if(b==null)return!1 +return b instanceof A.fA&&this.a===b.a&&this.b===b.b}, +gv(a){return A.arb(B.e.gv(this.a),B.e.gv(this.b),0)}, +Z(a,b){var s=this.$ti,r=s.c +return new A.fA(r.a(this.a+b.a),r.a(this.b+b.b),s)}, +a9(a,b){var s=this.$ti,r=s.c +return new A.fA(r.a(this.a-b.a),r.a(this.b-b.b),s)}, +W(a,b){var s=this.$ti,r=s.c +return new A.fA(r.a(this.a*b),r.a(this.b*b),s)}} +A.q6.prototype={$iq6:1} +A.qi.prototype={$iqi:1} +A.qu.prototype={$iqu:1} +A.qv.prototype={$iqv:1} +A.qw.prototype={$iqw:1} +A.qx.prototype={$iqx:1} +A.qA.prototype={$iqA:1} +A.h3.prototype={} +A.e3.prototype={} +A.k8.prototype={$ik8:1} +A.Id.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a.getItem(b)}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return this.h(a,b)}, +$iV:1, +$iq:1, +$ix:1} +A.kh.prototype={$ikh:1} +A.IN.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a.getItem(b)}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return this.h(a,b)}, +$iV:1, +$iq:1, +$ix:1} +A.ri.prototype={$iri:1} +A.a3M.prototype={ +gp(a){return a.length}} +A.rD.prototype={$irD:1} +A.Ly.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a.getItem(b)}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return this.h(a,b)}, +$iV:1, +$iq:1, +$ix:1} +A.aH.prototype={ +ghk(a){return new A.He(a,new A.dG(a))}, +is(a,b,c,d){var s,r,q,p,o=A.b([],t.qF) +o.push(A.arR(null)) +o.push(A.as8()) +o.push(new A.Rx()) +c=new A.Sm(new A.yi(o)) +o=document +s=o.body +s.toString +r=B.m5.abb(s,''+b+"",c) +q=o.createDocumentFragment() +o=new A.dG(r) +p=o.gbX(o) +for(;o=p.firstChild,o!=null;)q.appendChild(o) +return q}, +Nn(a){return a.focus()}, +$iaH:1} +A.oP.prototype={$ioP:1} +A.kE.prototype={$ikE:1} +A.M5.prototype={ +gp(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw A.c(A.bZ(b,a,null,null,null)) +return a.getItem(b)}, +n(a,b,c){throw A.c(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.R("Cannot resize immutable List."))}, +gJ(a){if(a.length>0)return a[0] +throw A.c(A.X("No elements"))}, +gR(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.X("No elements"))}, +aY(a,b){return this.h(a,b)}, +$iV:1, +$iq:1, +$ix:1} +A.OP.prototype={} +A.OQ.prototype={} +A.Pr.prototype={} +A.Ps.prototype={} +A.Rr.prototype={} +A.Rs.prototype={} +A.S4.prototype={} +A.S5.prototype={} +A.GY.prototype={} +A.w0.prototype={ +i(a){return"ClipOp."+this.b}} +A.yB.prototype={ +i(a){return"PathFillType."+this.b}} +A.abY.prototype={ +d3(a,b){A.aIk(this.a,this.b,a,b)}} +A.Ds.prototype={ +cM(a){A.TB(this.b,this.c,a)}, +gbN(a){return this.a}} +A.kN.prototype={ +gp(a){var s=this.a +return s.gp(s)}, +kP(a){var s,r,q=this +if(!q.d&&q.e!=null){q.e.d3(a.a,a.gO_()) +return!1}s=q.c +if(s<=0)return!0 +r=q.Hs(s-1) +q.a.eM(0,a) +return r}, +Hs(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.od() +A.TB(q.b,q.c,null)}return r}, +a_J(){var s=this,r=s.a +if(!r.gS(r)&&s.e!=null){r=r.od() +s.e.d3(r.a,r.gO_()) +A.fn(s.gHq())}else s.d=!1}} +A.VC.prototype={ +OW(a,b,c){this.a.bs(0,a,new A.VD()).kP(new A.Ds(b,c,$.a5))}, +R7(a,b){var s=this.a.bs(0,a,new A.VE()),r=s.e +s.e=new A.abY(b,$.a5) +if(r==null&&!s.d){s.d=!0 +A.fn(s.gHq())}}, +Pr(a,b,c){var s=this.a,r=s.h(0,b) +if(r==null)s.n(0,b,new A.kN(A.j4(c,t.S8),c)) +else{r.c=c +r.Hs(c)}}} +A.VD.prototype={ +$0(){return new A.kN(A.j4(1,t.S8),1)}, +$S:117} +A.VE.prototype={ +$0(){return new A.kN(A.j4(1,t.S8),1)}, +$S:117} +A.IQ.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.IQ&&b.a===this.a&&b.b===this.b}, +gv(a){return A.cu(this.a,this.b,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){return"OffsetBase("+B.e.V(this.a,1)+", "+B.e.V(this.b,1)+")"}} +A.m.prototype={ +gcE(){var s=this.a,r=this.b +return Math.sqrt(s*s+r*r)}, +gvh(){var s=this.a,r=this.b +return s*s+r*r}, +a9(a,b){return new A.m(this.a-b.a,this.b-b.b)}, +Z(a,b){return new A.m(this.a+b.a,this.b+b.b)}, +W(a,b){return new A.m(this.a*b,this.b*b)}, +eu(a,b){return new A.m(this.a/b,this.b/b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.m&&b.a===this.a&&b.b===this.b}, +gv(a){return A.cu(this.a,this.b,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){return"Offset("+B.e.V(this.a,1)+", "+B.e.V(this.b,1)+")"}} +A.L.prototype={ +gS(a){return this.a<=0||this.b<=0}, +a9(a,b){var s=this +if(b instanceof A.L)return new A.m(s.a-b.a,s.b-b.b) +if(b instanceof A.m)return new A.L(s.a-b.a,s.b-b.b) +throw A.c(A.b5(b,null))}, +Z(a,b){return new A.L(this.a+b.a,this.b+b.b)}, +W(a,b){return new A.L(this.a*b,this.b*b)}, +eu(a,b){return new A.L(this.a/b,this.b/b)}, +gdR(){return Math.min(Math.abs(this.a),Math.abs(this.b))}, +gOj(){return Math.max(Math.abs(this.a),Math.abs(this.b))}, +io(a){return new A.m(a.a+this.a/2,a.b+this.b/2)}, +LP(a,b){return new A.m(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}, +c7(a){var s=this,r=a.a,q=a.b +return new A.w(s.a+r,s.b+q,s.c+r,s.d+q)}, +aC(a,b,c){var s=this +return new A.w(s.a+b,s.b+c,s.c+b,s.d+c)}, +hq(a){var s=this +return new A.w(s.a-a,s.b-a,s.c+a,s.d+a)}, +e2(a){var s=this +return new A.w(Math.max(s.a,a.a),Math.max(s.b,a.b),Math.min(s.c,a.c),Math.min(s.d,a.d))}, +kw(a){var s=this +return new A.w(Math.min(s.a,a.a),Math.min(s.b,a.b),Math.max(s.c,a.c),Math.max(s.d,a.d))}, +r4(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}, +gdR(){var s=this +return Math.min(Math.abs(s.c-s.a),Math.abs(s.d-s.b))}, +gaa8(){var s=this.b +return new A.m(this.a,s+(this.d-s)/2)}, +gaU(){var s=this,r=s.a,q=s.b +return new A.m(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}, +rS(){var s=this,r=s.c,q=s.a,p=Math.abs(r-q),o=s.d,n=s.b,m=Math.abs(o-n),l=s.Q,k=s.f,j=s.e,i=s.r,h=s.w,g=s.y,f=s.x,e=s.z,d=s.tG(s.tG(s.tG(s.tG(1,l,k,m),j,i,p),h,g,m),f,e,p) +if(d<1)return new A.i5(q,n,r,o,j*d,k*d,i*d,h*d,f*d,g*d,e*d,l*d,!1) +return new A.i5(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.rS() +q=r.e +if(ls-q&&b.bs-q&&b.b>m.d-r.y){p=l-s+q +o=r.y +n=b.b-m.d+o}else{q=r.z +if(lm.d-r.Q){p=l-k-q +o=r.Q +n=b.b-m.d+o}else return!0}}}p/=q +n/=o +if(p*p+n*n>1)return!1 +return!0}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(A.C(s)!==J.W(b))return!1 +return b instanceof A.i5&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e&&b.f===s.f&&b.r===s.r&&b.w===s.w&&b.z===s.z&&b.Q===s.Q&&b.x===s.x&&b.y===s.y}, +gv(a){var s=this +return A.cu(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.z,s.Q,s.x,s.y,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){var s,r,q=this,p=B.e.V(q.a,1)+", "+B.e.V(q.b,1)+", "+B.e.V(q.c,1)+", "+B.e.V(q.d,1),o=q.e,n=q.f,m=q.r,l=q.w +if(new A.bD(o,n).k(0,new A.bD(m,l))){s=q.x +r=q.y +s=new A.bD(m,l).k(0,new A.bD(s,r))&&new A.bD(s,r).k(0,new A.bD(q.z,q.Q))}else s=!1 +if(s){if(o===n)return"RRect.fromLTRBR("+p+", "+B.e.V(o,1)+")" +return"RRect.fromLTRBXY("+p+", "+B.e.V(o,1)+", "+B.e.V(n,1)+")"}return"RRect.fromLTRBAndCorners("+p+", topLeft: "+new A.bD(o,n).i(0)+", topRight: "+new A.bD(m,l).i(0)+", bottomRight: "+new A.bD(q.x,q.y).i(0)+", bottomLeft: "+new A.bD(q.z,q.Q).i(0)+")"}} +A.add.prototype={} +A.ajF.prototype={ +$0(){var s=0,r=A.P(t.P) +var $async$$0=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:s=2 +return A.U(A.v_(),$async$$0) +case 2:return A.N(null,r)}}) +return A.O($async$$0,r)}, +$S:83} +A.ajG.prototype={ +$0(){var s=0,r=A.P(t.P),q=this +var $async$$0=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:q.a.$0() +s=2 +return A.U(A.amp(),$async$$0) +case 2:q.b.$0() +return A.N(null,r)}}) +return A.O($async$$0,r)}, +$S:83} +A.a3K.prototype={} +A.r1.prototype={ +i(a){return"KeyEventType."+this.b}} +A.h9.prototype={ +a4F(){var s=this.d +return"0x"+B.f.iX(s,16)+new A.a0Z(B.e.eG(s/4294967296)).$0()}, +a03(){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+'"'}}, +a6c(){var s=this.e +if(s==null)return"" +return" (0x"+new A.aA(new A.fq(s),new A.a1_(),t.Hz.j("aA")).bB(0," ")+")"}, +i(a){var s=this,r=A.aBV(s.b),q=B.f.iX(s.c,16),p=s.a4F(),o=s.a03(),n=s.a6c(),m=s.f?", synthesized":"" +return"KeyData(type: "+A.e(r)+", physical: 0x"+q+", logical: "+p+", character: "+o+n+m+")"}} +A.a0Z.prototype={ +$0(){switch(this.a){case 0:return" (Unicode)" +case 1:return" (Unprintable)" +case 2:return" (Flutter)" +case 23:return" (Web)"}return""}, +$S:51} +A.a1_.prototype={ +$1(a){return B.b.m2(B.f.iX(a,16),2,"0")}, +$S:125} +A.E.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.E&&b.gl(b)===s.gl(s)}, +gv(a){return B.f.gv(this.gl(this))}, +i(a){return"Color(0x"+B.b.m2(B.f.iX(this.gl(this),16),8,"0")+")"}, +gl(a){return this.a}} +A.Ai.prototype={ +i(a){return"StrokeCap."+this.b}} +A.LA.prototype={ +i(a){return"StrokeJoin."+this.b}} +A.yy.prototype={ +i(a){return"PaintingStyle."+this.b}} +A.mX.prototype={ +i(a){return"BlendMode."+this.b}} +A.nb.prototype={ +i(a){return"Clip."+this.b}} +A.Fq.prototype={ +i(a){return"BlurStyle."+this.b}} +A.xR.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.xR&&b.a===this.a&&b.b===this.b}, +gv(a){return A.cu(this.a,this.b,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){return"MaskFilter.blur("+this.a.i(0)+", "+B.e.V(this.b,1)+")"}} +A.np.prototype={ +i(a){return"FilterQuality."+this.b}} +A.x7.prototype={ +i(a){return"ImageByteFormat."+this.b}} +A.m8.prototype={ +bd(a,b){return new A.m8(this.a,this.b.W(0,b),this.c*b)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.m8&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c}, +gv(a){return A.cu(this.a,this.b,this.c,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){return"TextShadow("+this.a.i(0)+", "+this.b.i(0)+", "+A.e(this.c)+")"}} +A.a3C.prototype={} +A.Jz.prototype={ +v0(a,b,c,d){var s=this,r=c==null?s.c:c,q=b==null?s.d:b,p=d==null?s.e:d,o=a==null?s.f:a +return new A.Jz(s.a,!1,r,q,p,o,s.r,s.w)}, +Md(a){return this.v0(a,null,null,null)}, +v_(a){return this.v0(null,null,null,a)}, +aaS(a){return this.v0(null,a,null,null)}, +aaU(a){return this.v0(null,null,a,null)}} +A.Mj.prototype={ +i(a){return A.C(this).i(0)+"[window: null, geometry: "+B.F.i(0)+"]"}} +A.lr.prototype={ +i(a){var s,r=A.C(this).i(0),q=this.a,p=A.bS(q[2],0,0),o=q[1],n=A.bS(o,0,0),m=q[4],l=A.bS(m,0,0),k=A.bS(q[3],0,0) +o=A.bS(o,0,0) +s=q[0] +return r+"(buildDuration: "+(A.e((p.a-n.a)*0.001)+"ms")+", rasterDuration: "+(A.e((l.a-k.a)*0.001)+"ms")+", vsyncOverhead: "+(A.e((o.a-A.bS(s,0,0).a)*0.001)+"ms")+", totalSpan: "+(A.e((A.bS(m,0,0).a-A.bS(s,0,0).a)*0.001)+"ms")+", layerCacheCount: "+q[6]+", layerCacheBytes: "+q[7]+", pictureCacheCount: "+q[8]+", pictureCacheBytes: "+q[9]+", frameNumber: "+B.c.gR(q)+")"}} +A.mU.prototype={ +i(a){return"AppLifecycleState."+this.b}} +A.lG.prototype={ +gnL(a){var s=this.a,r=B.b6.h(0,s) +return r==null?s:r}, +gv1(){var s=this.c,r=B.bg.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.lG)if(b.gnL(b)===r.gnL(r))s=b.gv1()==r.gv1() +else s=!1 +else s=!1 +return s}, +gv(a){return A.cu(this.gnL(this),null,this.gv1(),B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){return this.a6d("_")}, +a6d(a){var s=this,r=s.gnL(s) +if(s.c!=null)r+=a+A.e(s.gv1()) +return r.charCodeAt(0)==0?r:r}} +A.jd.prototype={ +i(a){return"PointerChange."+this.b}} +A.i3.prototype={ +i(a){return"PointerDeviceKind."+this.b}} +A.rl.prototype={ +i(a){return"PointerSignalKind."+this.b}} +A.je.prototype={ +i(a){return"PointerData(x: "+A.e(this.w)+", y: "+A.e(this.x)+")"}} +A.yL.prototype={ +gbN(a){return this.a}} +A.cs.prototype={ +i(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.cj.prototype={ +i(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.a76.prototype={} +A.Jx.prototype={ +i(a){return"PlaceholderAlignment."+this.b}} +A.h1.prototype={ +i(a){var s=B.JH.h(0,this.a) +s.toString +return s}} +A.js.prototype={ +i(a){return"TextAlign."+this.b}} +A.tv.prototype={ +i(a){return"TextBaseline."+this.b}} +A.As.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.As&&b.a===this.a}, +gv(a){return B.f.gv(this.a)}, +i(a){var s,r=this.a +if(r===0)return"TextDecoration.none" +s=A.b([],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.c.bB(s,", ")+"])"}} +A.LK.prototype={ +i(a){return"TextDecorationStyle."+this.b}} +A.Aw.prototype={ +i(a){return"TextLeadingDistribution."+this.b}} +A.LP.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +if(b instanceof A.LP)s=b.c===this.c +else s=!1 +return s}, +gv(a){return A.cu(!0,!0,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){return"TextHeightBehavior(applyHeightToFirstAscent: true, applyHeightToLastDescent: true, leadingDistribution: "+this.c.i(0)+")"}} +A.kC.prototype={ +i(a){return"TextDirection."+this.b}} +A.ij.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.ij&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gv(a){var s=this +return A.cu(s.a,s.b,s.c,s.d,s.e,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){var s=this +return"TextBox.fromLTRBD("+B.e.V(s.a,1)+", "+B.e.V(s.b,1)+", "+B.e.V(s.c,1)+", "+B.e.V(s.d,1)+", "+s.e.i(0)+")"}} +A.tt.prototype={ +i(a){return"TextAffinity."+this.b}} +A.b9.prototype={ +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.b9&&b.a===this.a&&b.b===this.b}, +gv(a){return A.cu(this.a,this.b,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){return A.C(this).i(0)+"(offset: "+this.a+", affinity: "+this.b.i(0)+")"}} +A.cy.prototype={ +gbv(){return this.a>=0&&this.b>=0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.cy&&b.a===this.a&&b.b===this.b}, +gv(a){return A.cu(B.f.gv(this.a),B.f.gv(this.b),B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){return"TextRange(start: "+this.a+", end: "+this.b+")"}} +A.lR.prototype={ +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.lR&&b.a===this.a}, +gv(a){return B.e.gv(this.a)}, +i(a){return A.C(this).i(0)+"(width: "+A.e(this.a)+")"}} +A.vK.prototype={ +i(a){return"BoxHeightStyle."+this.b}} +A.Fy.prototype={ +i(a){return"BoxWidthStyle."+this.b}} +A.AE.prototype={ +i(a){return"TileMode."+this.b}} +A.Zc.prototype={} +A.nv.prototype={} +A.KZ.prototype={} +A.F_.prototype={ +i(a){var s=A.b([],t.s) +return"AccessibilityFeatures"+A.e(s)}, +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.F_&&!0}, +gv(a){return B.f.gv(0)}} +A.vM.prototype={ +i(a){return"Brightness."+this.b}} +A.Vk.prototype={ +k(a,b){if(b==null)return!1 +return this===b}, +gv(a){return A.D.prototype.gv.call(this,this)}} +A.HA.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +if(b instanceof A.HA)s=!0 +else s=!1 +return s}, +gv(a){return A.cu(null,null,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d,B.d)}, +i(a){return"GestureSettings(physicalTouchSlop: null, physicalDoubleTapSlop: null)"}} +A.UM.prototype={ +gp(a){return a.length}} +A.Fd.prototype={ +aq(a,b){return A.hx(a.get(b))!=null}, +h(a,b){return A.hx(a.get(b))}, +Y(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],A.hx(s.value[1]))}}, +gba(a){var s=A.b([],t.s) +this.Y(a,new A.UN(s)) +return s}, +gb2(a){var s=A.b([],t.n4) +this.Y(a,new A.UO(s)) +return s}, +gp(a){return a.size}, +gS(a){return a.size===0}, +gbZ(a){return a.size!==0}, +n(a,b,c){throw A.c(A.R("Not supported"))}, +bs(a,b,c){throw A.c(A.R("Not supported"))}, +B(a,b){throw A.c(A.R("Not supported"))}, +$iau:1} +A.UN.prototype={ +$2(a,b){return this.a.push(a)}, +$S:14} +A.UO.prototype={ +$2(a,b){return this.a.push(b)}, +$S:14} +A.UP.prototype={ +gp(a){return a.length}} +A.pV.prototype={} +A.a2Y.prototype={ +gp(a){return a.length}} +A.MM.prototype={} +A.Uj.prototype={ +gaN(a){return a.name}} +A.eb.prototype={ +ga1(a){return new A.Lx(this.a,0,0)}, +gJ(a){var s=this.a,r=s.length +return r===0?A.K(A.X("No element")):B.b.N(s,0,new A.hE(s,r,0,176).hu())}, +gR(a){var s=this.a,r=s.length +return r===0?A.K(A.X("No element")):B.b.bU(s,new A.Ff(s,0,r,176).hu())}, +gS(a){return this.a.length===0}, +gbZ(a){return this.a.length!==0}, +gp(a){var s,r,q=this.a,p=q.length +if(p===0)return 0 +s=new A.hE(q,p,0,176) +for(r=0;s.hu()>=0;)++r +return r}, +aY(a,b){var s,r,q,p,o,n +A.d0(b,"index") +s=this.a +r=s.length +if(r!==0){q=new A.hE(s,r,0,176) +for(p=0,o=0;n=q.hu(),n>=0;o=n){if(p===b)return B.b.N(s,o,n);++p}}else p=0 +throw A.c(A.bZ(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.hE(b,s,0,176).hu()!==s)return!1 +s=this.a +return A.aGn(s,b,0,s.length)>=0}, +ue(a,b,c){var s,r +if(a===0||b===this.a.length)return b +if(c==null){s=this.a +c=new A.hE(s,s.length,b,176)}do{r=c.hu() +if(r<0)break +if(--a,a>0){b=r +continue}else{b=r +break}}while(!0) +return b}, +fv(a,b){A.d0(b,"count") +return this.a7y(b)}, +a7y(a){var s=this.ue(a,0,null),r=this.a +if(s===r.length)return B.b7 +return new A.eb(B.b.bU(r,s))}, +i2(a,b){A.d0(b,"count") +return this.Kl(b)}, +Kl(a){var s=this.ue(a,0,null),r=this.a +if(s===r.length)return this +return new A.eb(B.b.N(r,0,s))}, +mm(a,b,c){var s,r,q,p,o=this +A.d0(b,"start") +if(c0;){--a +s=n.hu() +if(s<0)throw A.c(A.X(q))}r=n.hu() +if(r<0)throw A.c(A.X(q)) +if(s===0&&r===o)return this +return new A.eb(B.b.N(p,s,r))}, +Z(a,b){return new A.eb(this.a+b.a)}, +E_(a){return new A.eb(this.a.toLowerCase())}, +k(a,b){if(b==null)return!1 +return t.mV.b(b)&&this.a===b.a}, +gv(a){return B.b.gv(this.a)}, +i(a){return this.a}, +$iaoH:1} +A.Lx.prototype={ +gH(a){var s=this,r=s.d +return r==null?s.d=B.b.N(s.a,s.b,s.c):r}, +t(){return this.YM(1,this.c)}, +YM(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.hE.prototype={ +hu(){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.b.ad(k,l.d&240|15) +l.d=s +if((s&1)===0)return q +return-1}} +A.Ff.prototype={ +hu(){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.b.al(r,p) +if((o&64512)!==56320){p=k.d=B.b.ad(j,k.d&240|A.pJ(o)) +if(((p>=208?k.d=A.ajh(r,s,k.c,p):p)&1)===0)return q +continue}if(p>=s){n=B.b.al(r,p-1) +if((n&64512)===55296){m=A.jL(n,o) +p=--k.c}else m=2}else m=2 +l=k.d=B.b.ad(j,(k.d&240|m)>>>0) +if(((l>=208?k.d=A.ajh(r,s,p,l):l)&1)===0)return q}p=k.d=B.b.ad(j,k.d&240|15) +if(((p>=208?k.d=A.ajh(r,s,q,p):p)&1)===0)return k.c +return-1}} +A.bd.prototype={ +h(a,b){var s,r=this +if(!r.tQ(b))return null +s=r.c.h(0,r.a.$1(r.$ti.j("bd.K").a(b))) +return s==null?null:s.gl(s)}, +n(a,b,c){var s,r=this +if(!r.tQ(b))return +s=r.$ti +r.c.n(0,r.a.$1(b),new A.ax(b,c,s.j("@").ai(s.j("bd.V")).j("ax<1,2>")))}, +P(a,b){b.Y(0,new A.Vl(this))}, +fb(a,b,c){var s=this.c +return s.fb(s,b,c)}, +aq(a,b){var s=this +if(!s.tQ(b))return!1 +return s.c.aq(0,s.a.$1(s.$ti.j("bd.K").a(b)))}, +geP(a){var s=this.c +return s.geP(s).iJ(0,new A.Vm(this),this.$ti.j("ax"))}, +Y(a,b){this.c.Y(0,new A.Vn(this,b))}, +gS(a){return this.c.a===0}, +gbZ(a){return this.c.a!==0}, +gba(a){var s=this.c +s=s.gb2(s) +return A.ka(s,new A.Vo(this),A.n(s).j("q.E"),this.$ti.j("bd.K"))}, +gp(a){return this.c.a}, +jC(a,b,c,d){var s=this.c +return s.jC(s,new A.Vp(this,b,c,d),c,d)}, +bs(a,b,c){return J.U5(this.c.bs(0,this.a.$1(b),new A.Vq(this,b,c)))}, +B(a,b){var s,r=this +if(!r.tQ(b))return null +s=r.c.B(0,r.a.$1(r.$ti.j("bd.K").a(b))) +return s==null?null:s.gl(s)}, +gb2(a){var s=this.c +s=s.gb2(s) +return A.ka(s,new A.Vr(this),A.n(s).j("q.E"),this.$ti.j("bd.V"))}, +i(a){return A.a1K(this)}, +tQ(a){var s +if(this.$ti.j("bd.K").b(a))s=!0 +else s=!1 +return s}, +$iau:1} +A.Vl.prototype={ +$2(a,b){this.a.n(0,a,b) +return b}, +$S(){return this.a.$ti.j("~(bd.K,bd.V)")}} +A.Vm.prototype={ +$1(a){var s=this.a.$ti +return new A.ax(J.ayL(a.gl(a)),J.U5(a.gl(a)),s.j("@").ai(s.j("bd.V")).j("ax<1,2>"))}, +$S(){return this.a.$ti.j("ax(ax>)")}} +A.Vn.prototype={ +$2(a,b){return this.b.$2(b.gcG(b),b.gl(b))}, +$S(){return this.a.$ti.j("~(bd.C,ax)")}} +A.Vo.prototype={ +$1(a){return a.gcG(a)}, +$S(){return this.a.$ti.j("bd.K(ax)")}} +A.Vp.prototype={ +$2(a,b){return this.b.$2(b.gcG(b),b.gl(b))}, +$S(){return this.a.$ti.ai(this.c).ai(this.d).j("ax<1,2>(bd.C,ax)")}} +A.Vq.prototype={ +$0(){var s=this.a.$ti +return new A.ax(this.b,this.c.$0(),s.j("@").ai(s.j("bd.V")).j("ax<1,2>"))}, +$S(){return this.a.$ti.j("ax()")}} +A.Vr.prototype={ +$1(a){return a.gl(a)}, +$S(){return this.a.$ti.j("bd.V(ax)")}} +A.HF.prototype={ +tw(a){var s=this.b[a] +if(s==null){this.$ti.c.a(null) +s=null}return s}, +gp(a){return this.c}, +i(a){var s=this.b +return A.akA(A.eS(s,0,A.eG(this.c,"count",t.S),A.af(s).c),"(",")")}, +Z1(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.c.n(j.b,b,k) +b=p}}B.c.n(j.b,b,a)}} +A.YH.prototype={} +A.rz.prototype={} +A.V3.prototype={ +vl(a,b,c,d){return this.acf(0,b,c,d)}, +acf(a,b,c,d){var s=0,r=A.P(t.Ol),q,p=this,o,n,m,l,k,j,i,h,g,f,e +var $async$vl=A.Q(function(a0,a1){if(a0===1)return A.M(a1,r) +while(true)switch(s){case 0:g={} +f=new XMLHttpRequest() +p.a.E(0,f) +B.fR.Dw(f,A.a(b.a,"method"),b.grz().i(0)) +f.responseType="arraybuffer" +o=J.ag(A.a(b.x,"extra"),"withCredentials") +if(o!=null)f.withCredentials=J.f(o,!0) +else f.withCredentials=!1 +J.l8(A.a(b.b,"_headers"),"content-length") +J.eH(A.a(b.b,"_headers"),new A.V5(f)) +if(A.a(b.jt$,"connectTimeout")>0&&A.a(b.d,"receiveTimeout")>0)f.timeout=A.a(b.jt$,"connectTimeout")+A.a(b.d,"receiveTimeout") +n=new A.a4($.a5,t.A5) +m=new A.aI(n,t.rM) +l=t.fg +k=new A.mw(f,"load",!1,l) +j=t.P +k.gJ(k).aT(0,new A.V6(f,m),j) +g.a=!1 +if(A.a(b.jt$,"connectTimeout")>0)A.Hy(A.bS(0,A.a(b.jt$,"connectTimeout"),0),t.z).aT(0,new A.V7(g,m,b,f),j) +g.b=0 +k=t._p +A.bz(f.upload,"progress",new A.V8(g,b,m,f),!1,k) +g.c=0 +A.bz(f,"progress",new A.V9(g,b,m,f),!1,k) +l=new A.mw(f,"error",!1,l) +l.gJ(l).aT(0,new A.Va(m,b),j) +s=c!=null?3:5 +break +case 3:g=new A.a4($.a5,t.Qy) +i=new A.aI(g,t.gI) +h=new A.N0(new A.Vb(i),new Uint8Array(1024)) +c.iI(h.gn2(h),!0,h.gLZ(h),i.gM2()) +e=f +s=6 +return A.U(g,$async$vl) +case 6:e.send(a1) +s=4 +break +case 5:f.send() +case 4:q=n.fV(new A.Vc(p,f)) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$vl,r)}} +A.V5.prototype={ +$2(a,b){return this.a.setRequestHeader(a,A.e(b))}, +$S:14} +A.V6.prototype={ +$1(a){var s,r,q,p=null,o=this.a,n=A.cZ(t.pI.a(A.asB(o.response)),0,p),m=o.status,l=B.fR.gago(o),k=t.N +l=l.jC(l,new A.V4(),k,t.yp) +s=o.statusText +o=o.status +o=o===302||o===301 +r=t.Jd +q=new A.mu(p,p,p,p,r) +q.tl(0,new Uint8Array(A.l0(n))) +q.GV() +this.b.c3(0,new A.rz(new A.jC(q,r.j("jC<1>")),l,m,s,o,A.z(k,t.z)))}, +$S:131} +A.V4.prototype={ +$2(a,b){return new A.ax(a,A.b(b.split(","),t.s),t.Kc)}, +$S:338} +A.V7.prototype={ +$1(a){var s,r=this +if(!r.a.a){s=r.c +r.b.fH(new A.e1(s,null,B.AN,"Connecting timed out ["+A.e(A.a(s.jt$,"connectTimeout"))+"ms]"),A.Af()) +r.d.abort()}}, +$S:7} +A.V8.prototype={ +$1(a){var s,r,q=this,p="sendTimeout",o=q.a +o.a=!0 +s=q.b +if(A.a(s.c,p)>0){if(o.b===0)o.b=Date.now() +r=Date.now() +A.ej(r-o.b) +if(r-o.b>A.a(s.c,p)){q.c.fH(new A.e1(s,null,B.AO,"Sending timed out ["+A.e(A.a(s.c,p))+"ms]"),A.Af()) +q.d.abort()}}}, +$S:95} +A.V9.prototype={ +$1(a){var s,r=this,q="receiveTimeout",p=r.b +if(A.a(p.d,q)>0){s=r.a +if(s.c===0)s.c=Date.now() +if(Date.now()-s.c>A.a(p.d,q)){r.c.fH(new A.e1(p,null,B.AP,"Receiving timed out ["+A.e(A.a(p.d,q))+"ms]"),A.Af()) +r.d.abort()}}}, +$S:95} +A.Va.prototype={ +$1(a){this.a.fH(new A.e1(this.b,null,B.mQ,"XMLHttpRequest error."),A.Af())}, +$S:131} +A.Vb.prototype={ +$1(a){return this.a.c3(0,new Uint8Array(A.l0(a)))}, +$S:339} +A.Vc.prototype={ +$0(){this.a.a.B(0,this.b)}, +$S:6} +A.lm.prototype={ +i(a){return"DioErrorType."+this.b}} +A.e1.prototype={ +gkJ(a){var s=this.d +s=s==null?null:J.bY(s) +return s==null?"":s}, +i(a){var s=this,r="DioError ["+s.c.i(0)+"]: "+s.gkJ(s),q=s.d +if(t.Lt.b(q))r+="\n"+A.e(q.gmB()) +q=s.e +return q!=null?r+("\nSource stack:\n"+q.i(0)):r}, +$icf:1} +A.WT.prototype={ +Eo(a,b,c,d){return this.agi(0,b,null,null,A.aoZ("GET",null),c,d)}, +En(a,b,c){return this.Eo(a,b,null,c)}, +OQ(a,b,c,d,e){return this.wp(0,a,null,b,null,null,A.aoZ("POST",c),d,e)}, +afA(a,b,c,d){return this.OQ(a,b,c,null,d)}, +wp(a,b,c,d,e,f,g,h,i){return this.agj(0,b,c,d,e,f,g,h,i,i.j("cP<0>"))}, +agi(a,b,c,d,e,f,g){return this.wp(a,b,c,null,d,null,e,f,g)}, +agj(a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){var s=0,r=A.P(b3),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3 +var $async$wp=A.Q(function(b4,b5){if(b4===1)return A.M(b5,r) +while(true)switch(s){case 0:a0=A.a(p.Cj$,"options") +a1=t.N +a2=t.z +a3=A.z(a1,a2) +a3.P(0,A.a(a0.ny$,"queryParameters")) +if(b1!=null)a3.P(0,b1) +o=A.aiJ(A.a(a0.b,"_headers"),a2) +o.B(0,"content-type") +n=b0.b +if(n!=null){o.P(0,n) +m=A.bH(o.h(0,"content-type"))}else m=null +l=A.apO(A.a(a0.x,"extra"),a1,a2) +a1=b0.a +if(a1==null)a1=A.a(a0.a,"method") +k=a1.toUpperCase() +a1=A.a(a0.nx$,"baseUrl") +a2=A.a(a0.jt$,"connectTimeout") +n=A.a(a0.c,"sendTimeout") +n=n +j=A.a(a0.d,"receiveTimeout") +j=j +i=A.a(a0.f,"responseType") +i=i +h=b0.r +if(h==null)h=A.a(a0.r,"validateStatus") +g=A.a(a0.w,"receiveDataWhenStatusError") +g=g +f=b0.y +if(f==null)f=A.a(a0.y,"followRedirects") +e=A.a(a0.z,"maxRedirects") +e=e +d=a0.Q +c=a0.as +b=A.a(a0.at,"listFormat") +a=A.aDb(a1,a2,a7,l,f,o,b,e,k,a5,a3,g,j,d,c,i,n,h) +a.CW=a8 +a.cx=a9 +a.ch=a6 +a1=m==null?null:m +a.suY(0,a1==null?a0.aaI(k):a1) +a.CW=a8 +a.cx=a9 +a.ch=a6 +q=p.Cg(0,a,b2) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$wp,r)}, +Cg(a,b,c){return this.acg(0,b,c,c.j("cP<0>"))}, +acg(a,b,c,d){var s=0,r=A.P(d),q,p=this,o,n,m,l,k +var $async$Cg=A.Q(function(e,f){if(e===1)return A.M(f,r) +while(true)switch(s){case 0:k={} +k.a=b +o=A.Af() +if(A.b1(c)!==B.vP)n=!(A.a(b.f,"responseType")===B.l6||A.a(b.f,"responseType")===B.l5) +else n=!1 +if(n)if(A.b1(c)===B.dB)b.f=B.KO +else b.f=B.eF +n=new A.X1(k,p) +m=t.z +k.b=A.Hx(new A.X9(k),m) +l=p.nz$ +l.Y(l,new A.Xa(k,n)) +k.b=k.b.aT(0,n.$1(new A.Xb(k,p)),m) +l.Y(l,new A.Xc(k,new A.X5(k,p))) +l.Y(l,new A.Xd(k,new A.WY(k,p))) +q=k.b.aT(0,new A.Xe(k,c),c.j("cP<0>")).hL(new A.Xf(k,o,c)) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$Cg,r)}, +lm(a,b){return this.a_x(a,b,b.j("cP<0>"))}, +a_x(a6,a7,a8){var s=0,r=A.P(a8),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5 +var $async$lm=A.Q(function(a9,b0){if(a9===1){o=b0 +s=p}while(true)switch(s){case 0:a1=a6.ch +a2=null +p=4 +s=7 +return A.U(m.um(a6),$async$lm) +case 7:l=b0 +e=A.a(m.N7$,"httpClientAdapter") +d=a1 +d=d==null?null:d.gahV() +s=8 +return A.U(e.vl(0,a6,l,d),$async$lm) +case 8:a2=b0 +a2.b=A.a(a2.b,"headers") +k=A.aBD(A.a(a2.b,"headers")) +a2.toString +e=A.b([],t.Bw) +d=a2.e +c=a2.c +b=a2.d +j=A.al7(null,a2.r,k,d,e,a6,c,b,a7) +i=a6.ahc(a2.c) +s=i||A.a(a6.w,"receiveDataWhenStatusError")?9:11 +break +case 9:if(!(A.b1(a7)===B.vP||A.b1(a7)===B.dB))a=!(A.a(a6.f,"responseType")===B.l6||A.a(a6.f,"responseType")===B.l5) +else a=!1 +h=a +g=null +if(h){g=J.azL(k,"content-type") +J.aog(k,"content-type","application/json; charset=utf-8")}a4=j +a5=a7.j("0?") +s=12 +return A.U(m.N8$.wB(a6,a2),$async$lm) +case 12:a4.a=a5.a(b0) +if(h)J.aog(k,"content-type",g) +s=10 +break +case 11:s=13 +return A.U(a2.a.aeh(null).aA(0),$async$lm) +case 13:case 10:if(i){e=A.WV(m.nz$.c,new A.WU(j,a7),a7.j("cP<0>")) +q=e +s=1 +break}else{e=A.aAM("Http status error ["+A.e(a2.c)+"]",a6,j,B.mQ) +throw A.c(e)}p=2 +s=6 +break +case 4:p=3 +a3=o +f=A.a9(a3) +e=A.akm(f,a6,null) +throw A.c(e) +s=6 +break +case 3:s=2 +break +case 6:case 1:return A.N(q,r) +case 2:return A.M(o,r)}}) +return A.O($async$lm,r)}, +um(a){return this.a8x(a)}, +a8x(a){var s=0,r=A.P(t.Dt),q,p=this,o,n,m,l,k,j,i,h,g,f +var $async$um=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:g={} +f=a.ax +s=f!=null&&B.c.A(B.nD,A.a(a.a,"method"))?3:4 +break +case 3:g.a=null +s=f instanceof A.qF?5:7 +break +case 5:J.cU(A.a(a.b,"_headers"),"content-type","multipart/form-data; boundary="+A.a(f.a,"_boundary")) +o=f.Nf() +n=f.gp(f) +g.a=n +J.cU(A.a(a.b,"_headers"),"content-length",B.f.i(n)) +s=6 +break +case 7:s=8 +return A.U(p.N8$.E4(a),$async$um) +case 8:m=c +l=B.z.giw().cS(m) +n=g.a=l.length +J.cU(A.a(a.b,"_headers"),"content-length",B.f.i(n)) +k=A.b([],t.R_) +j=B.e.dV(n/1024) +for(i=0;i(@)")}} +A.Xf.prototype={ +$2(a,b){var s,r=this,q=a instanceof A.di +if(q)if(a.b===B.BW)return A.aoY(a.a,r.a.a,r.c) +s=q?a.a:a +throw A.c(A.akm(s,r.a.a,r.b))}, +$S(){return this.c.j("cP<0>(@,@)")}} +A.WU.prototype={ +$0(){return this.a}, +$S(){return this.b.j("cP<0>()")}} +A.xH.prototype={} +A.nU.prototype={ +i(a){return"InterceptorResultType."+this.b}} +A.di.prototype={ +gbN(a){return this.a}} +A.abn.prototype={} +A.ow.prototype={ +eq(a,b){this.a.c3(0,new A.di(b,B.by))}} +A.kr.prototype={ +eq(a,b){this.a.c3(0,new A.di(b,B.by))}} +A.jV.prototype={ +eq(a,b){this.a.fH(new A.di(b,B.by),b.e)}} +A.HU.prototype={ +h(a,b){return this.a[b]}, +n(a,b,c){var s=this.a +if(s.length===b)s.push(c) +else s[b]=c}, +gp(a){return this.e}, +sp(a,b){return this.e=b}} +A.WS.prototype={} +A.NI.prototype={} +A.qF.prototype={ +Wy(a,b){this.a="--dio-boundary-"+B.b.m2(B.f.i(B.xB.aeC(4294967296)),10,"0") +A.atx(a,new A.Zw(this),!1,b)}, +Iq(a,b){var s='content-disposition: form-data; name="'+A.e(this.ye(a))+'"',r=$.avD().b +return(!r.test(b)?s+"\r\ncontent-type: text/plain; charset=utf-8\r\ncontent-transfer-encoding: binary":s)+"\r\n\r\n"}, +Ir(a){var s={},r=a.gl(a),q='content-disposition: form-data; name="'+A.e(this.ye(a.gcG(a)))+'"' +s.a=q +r.gacl(r) +q=q+'; filename="'+A.e(this.ye(r.gacl(r)))+'"' +s.a=q +s.a=q+"\r\ncontent-type: "+A.e(r.guY(r)) +r.gadl(r) +r.gadl(r).Y(0,new A.Zy(s)) +return s.a+"\r\n\r\n"}, +ye(a){var s=A.fO(a,this.b,"%0D%0A") +return A.fO(s,'"',"%22")}, +gp(a){var s,r,q,p,o,n=this,m={},l=m.a=0 +B.c.Y(n.c,new A.ZG(m,n)) +for(s=n.d,r=s.length;l"))}} +A.Zw.prototype={ +$2(a,b){var s +if(b==null)return null +s=J.bY(b) +this.a.c.push(new A.ax(a,s,t.mT)) +return null}, +$S:388} +A.Zy.prototype={ +$2(a,b){b.Y(0,new A.Zx(this.a,a))}, +$S:156} +A.Zx.prototype={ +$1(a){var s=this.a +s.a=s.a+"\r\n"+A.e(this.b)+": "+a}, +$S:32} +A.ZG.prototype={ +$1(a){var s,r=this.a,q=r.a,p=this.b.Iq(a.gcG(a),a.gl(a)) +p=B.z.giw().cS(p) +s=a.gl(a) +r.a=q+(29+p.length+B.z.giw().cS(s).length+2)}, +$S:102} +A.ZD.prototype={ +$1(a){this.a.E(0,B.z.giw().cS(a))}, +$S:32} +A.ZF.prototype={ +$1(a){return this.a.E(0,B.z.giw().cS(a))}, +$S:32} +A.ZE.prototype={ +$0(){return this.a.E(0,A.b([13,10],t.t))}, +$S:0} +A.ZA.prototype={ +$1(a){var s=this,r=s.b,q=s.a +r.$1("--"+A.a(q.a,"_boundary")+"\r\n") +r.$1(q.Iq(a.gcG(a),a.gl(a))) +s.c.$1(a.gl(a)) +s.d.$0()}, +$S:102} +A.ZB.prototype={ +$1(a){var s=this,r=s.b,q=s.a +r.$1("--"+A.a(q.a,"_boundary")+"\r\n") +r.$1(q.Ir(a)) +return A.aJ6(a.gl(a).Nf(),s.c).aT(0,new A.Zz(s.d),t.z)}, +$S:391} +A.Zz.prototype={ +$1(a){return this.a.$0()}, +$S:15} +A.ZC.prototype={ +$1(a){this.b.$1("--"+A.a(this.a.a,"_boundary")+"--\r\n") +this.c.eD(0)}, +$S:7} +A.HE.prototype={ +h(a,b){return this.a.h(0,B.b.jN(b).toLowerCase())}, +PS(a,b){var s,r=this.a.h(0,B.b.jN(b).toLowerCase()) +if(r==null)return null +s=J.ay(r) +if(s.gp(r)===1)return s.gJ(r) +throw A.c(A.cw('"'+b+'" header has more than one value, please use Headers[name]'))}, +QZ(a,b,c){if(c==null)return +this.a.n(0,B.b.jN(b).toLowerCase(),A.b([B.b.jN(c)],t.s))}, +i(a){var s,r=new A.by("") +this.a.Y(0,new A.a_o(r)) +s=r.a +return s.charCodeAt(0)==0?s:s}} +A.a_m.prototype={ +$2(a,b){return new A.ax(B.b.jN(a).toLowerCase(),b,t.Kc)}, +$S:392} +A.a_o.prototype={ +$2(a,b){J.eH(b,new A.a_n(this.a,a))}, +$S:156} +A.a_n.prototype={ +$1(a){this.a.a+=this.b+": "+a+"\n" +return null}, +$S:32} +A.ox.prototype={ +i(a){return"ResponseType."+this.b}} +A.xD.prototype={ +i(a){return"ListFormat."+this.b}} +A.UR.prototype={ +aaI(a){return B.c.A(B.nD,a)?A.bH(J.ag(A.a(this.b,"_headers"),"content-type")):null}} +A.IU.prototype={} +A.a30.prototype={} +A.jj.prototype={ +grz(){var s,r,q,p,o=this,n=o.ay +if(!B.b.bl(n,A.c_("https?:",!0))){n=A.a(o.nx$,"baseUrl")+n +s=n.split(":/") +if(s.length===2){r=J.anf(s[0],":/") +q=s[1] +n=r+A.fO(q,"//","/")}}p=A.arq(A.a(o.ny$,"queryParameters"),A.a(o.at,"listFormat")) +if(p.length!==0)n+=(B.b.A(n,"?")?"&":"?")+p +return A.mt(n,0,null).Ow()}, +gbN(a){return this.ax}} +A.afU.prototype={ +G7(a,b,c,d,e,f,g,h,i,j,k,l,m,a0){var s,r=this,q="_headers",p="content-type",o=t.z,n=A.aiJ(d,o) +r.b=n +if(r.e!=null&&!J.en(A.a(n,q),p))J.cU(A.a(r.b,q),p,r.e) +s=J.en(A.a(r.b,q),p) +r.a=g==null?"GET":g +r.c=m==null?0:m +r.d=i==null?0:i +r.at=e==null?B.ei:e +r.x=b==null?A.z(t.N,o):b +r.y=c!==!1 +r.z=f==null?5:f +r.w=h!==!1 +r.r=a0==null?new A.afV():a0 +r.f=l==null?B.eF:l +if(!s)r.suY(0,a==null?"application/json; charset=utf-8":a)}, +suY(a,b){var s,r,q=this,p="_headers",o="content-type" +if(b!=null){s=A.a(q.b,p) +r=B.b.jN(b) +q.e=r +J.cU(s,o,r)}else{q.e=null +J.l8(A.a(q.b,p),o)}}, +gahb(){return A.a(this.r,"validateStatus")}, +ahc(a){return this.gahb().$1(a)}} +A.afV.prototype={ +$1(a){return a!=null&&a>=200&&a<300}, +$S:126} +A.MP.prototype={} +A.QB.prototype={} +A.aiz.prototype={ +$2(a,b){var s,r="Stream is already closed",q=b.a +if(t.H3.b(a)){if((q.e&2)!==0)A.K(A.X(r)) +q.te(0,a)}else{s=new Uint8Array(A.l0(a)) +if((q.e&2)!==0)A.K(A.X(r)) +q.te(0,s)}}, +$S(){return this.b.j("~(0,iR)")}} +A.cP.prototype={ +i(a){var s=this.a +if(t.f.b(s))return B.at.lM(s) +return J.bY(s)}, +gbN(a){return this.a}} +A.aac.prototype={} +A.aad.prototype={ +$2(a,b){if(b==null)return a +return a+"="+A.mH(B.cv,J.bY(b),B.z,!0)}, +$S:394} +A.WH.prototype={ +E4(a){return this.agU(a)}, +agU(a){var s=0,r=A.P(t.N),q,p,o,n +var $async$E4=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:o=a.ax +n=o==null?"":o +if(typeof n!="string")if(A.arp(A.bH(J.ag(A.a(a.b,"_headers"),"content-type")))){q=B.at.lM(o) +s=1 +break}else if(t.f.b(n)){p=A.bH(J.ag(A.a(a.b,"_headers"),"content-type")) +a.suY(0,p==null?"application/x-www-form-urlencoded;charset=utf-8":p) +q=A.arq(n,B.ei) +s=1 +break}q=J.bY(n) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$E4,r)}, +wB(a,b){return this.agV(a,b)}, +agV(a,b){var s=0,r=A.P(t.z),q,p,o,n,m,l,k,j,i,h,g,f,e +var $async$wB=A.Q(function(c,d){if(c===1)return A.M(d,r) +while(true)switch(s){case 0:e={} +if(A.a(a.f,"responseType")===B.l5){q=b +s=1 +break}e.a=e.b=0 +p=new A.a4($.a5,t.LR) +o=new A.aI(p,t.zh) +n=b.a +m=t.H3 +l=A.as7(new A.WI(e,!1,a),m,m).G0(n) +k=A.b([],t.XE) +e.c=0 +l.iI(new A.WJ(e,k),!0,new A.WK(o),new A.WL(o)) +s=3 +return A.U(p,$async$wB) +case 3:p=e.c +j=new Uint8Array(p) +for(p=k.length,i=0,h=0;h>>16&255,s.gl(s)>>>8&255,s.gl(s)&255) +o.a.toString +t.Nw.a(null) +r=A.eL(n,A.cd(n,A.jP(A.bu("http log",n,n,n,n,A.cl(n,n,B.m,n,B.i,n,n,n,n,n,n,14,n,B.v,n,n,!0,n,n,n,n,n,n,n,n),B.lq,n),n,n),s,n,n,66,n,n,66),B.W,!1,n,n,n,n,n,n,n,n,n,n,n,o.ga_H(),new A.acE(b),n,n,n,n,n,n) +o.a.toString +k=A.ld(33) +q=o.d +if(q<1)q=o.d=1 +p=A.a(o.f,m) +o.a.toString +if(q>p-66){q=A.a(o.f,m) +o.a.toString +o.d=q-66}q=o.e +if(q<1)q=o.e=1 +p=A.a(o.r,l) +o.a.toString +if(q>p-66){q=A.a(o.r,l) +o.a.toString +o.e=q-66}return A.cd(B.cf,new A.Gh(k,r,n),n,n,n,n,new A.as(o.d,o.e,0,0),n,n)}, +a_I(a){var s=this,r=a.b +s.d=s.d+r.a +s.e=s.e+r.b +s.a4(new A.acC())}} +A.acE.prototype={ +$0(){A.hZ(this.a,!1).kP(A.akP(new A.acD(),null,t.z))}, +$S:6} +A.acD.prototype={ +$1(a){return new A.nJ(null)}, +$S:475} +A.acC.prototype={ +$0(){}, +$S:0} +A.xI.prototype={ +an(){return new A.OV(null,B.k)}} +A.OV.prototype={ +I(a,b){var s,r=null +this.mC(0,b) +s=this.a.c.c +s=s==null?r:s.b +return A.cd(r,A.jP(A.bu(s==null?"no error":s,r,r,r,r,r,r,r),r,r),r,r,r,1/0,r,r,r)}, +gjR(){return!0}} +A.SK.prototype={ +aB(){this.aS() +this.k5()}, +dd(){var s=this.cV$ +if(s!=null){s.ac() +this.cV$=null}this.j7()}} +A.xK.prototype={ +an(){return new A.OX(null,B.k)}} +A.OX.prototype={ +aB(){var s=this,r=$.b4() +s.d=new A.jt(B.bp,r) +s.e=new A.jt(B.bp,r) +s.f=new A.jt(B.bp,r) +s.r=new A.jt(B.bp,r) +s.Vs()}, +m(a){var s=this,r=A.a(s.r,"_bodyController"),q=r.y2$=$.b4() +r.y1$=0 +r=A.a(s.f,"_paramController") +r.y2$=q +r.y1$=0 +r=A.a(s.d,"_urlController") +r.y2$=q +r.y1$=0 +r=A.a(s.e,"_cookieController") +r.y2$=q +r.y1$=0 +s.aR(0)}, +I(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null +h.mC(0,b) +s=h.a.c +r=s.a +q=s.b +s=r.e +s.toString +p=A.atM(s) +s=q==null +o=s?g:q.d +if(o==null){o=r.e +o.toString}n=A.atM(o) +o=A.bu(u.A,g,g,g,g,A.cl(g,g,B.cA,g,g,g,g,g,g,g,g,10,g,g,g,g,!0,g,g,g,g,g,g,g,g),g,g) +m=A.ap9(A.bu("copy all",g,g,g,g,g,g,g),new A.aef(h,b,r,p,n,q)) +l=h.pi("url",r.b) +k=h.pi("method",r.c) +j=h.pi("requestTime",p) +i=h.pi("responseTime",n) +s=s?g:q.e +return new A.cr(B.bU,A.a7i(A.ep(A.b([o,m,l,k,j,i,h.pi("duration",""+(s==null?0:s)+"ms"),h.Zf(r.r),h.zF("params",r.f),h.zF("header",r.w)],t.p),B.aC,B.E,B.Q),g,B.a3),g)}, +zF(a,b){var s=null +return A.ep(A.b([A.bu(a+":",s,s,s,s,A.cl(s,s,s,s,s,s,s,s,s,s,s,15,s,s,s,s,!0,s,s,s,s,s,s,s,s),s,s),new A.r_(b,!1,14,s)],t.p),B.aC,B.E,B.Q)}, +pi(a,b){var s,r,q=null +if(typeof b=="string")s=b +else{s=b==null?q:b +if(s==null)s=q}r=A.eL(B.aQ,new A.cr(new A.as(0,2,0,2),A.bu(a+":"+A.e(s),q,q,q,q,A.cl(q,q,q,q,q,q,q,q,q,q,q,15,q,q,q,q,!0,q,q,q,q,q,q,q,q),q,q),q),B.W,!1,q,q,q,q,q,q,q,new A.aee(this,b),q,q,q,q,q,q,q,q,q,q,q) +return r}, +gjR(){return!0}, +Zf(a){var s,r=null +if(t.f.b(a))return this.zF("body",a) +else if(a instanceof A.qF){s=new A.dj(t.C9) +s.B_(s,a.c) +s.B_(s,a.d) +this.x=s +return A.bu("formData:"+A.au0(s),r,r,r,r,A.cl(r,r,r,r,r,r,r,r,r,r,r,15,r,r,r,r,!0,r,r,r,r,r,r,r,r),r,r)}else{s=A.dB(r,r,r) +return s}}, +abj(a){if(a instanceof A.qF)return"formData:"+A.au0(this.x) +else return"body:"+A.uo(a,null," ")}} +A.aef.prototype={ +$0(){var s=this,r=s.c,q=r.b,p=r.c,o=s.f +o=o==null?null:o.e +if(o==null)o=0 +A.Tx(s.b,"url:"+A.e(q)+"\nmethod:"+A.e(p)+"\nrequestTime:"+s.d+"\nresponseTime:"+s.e+"\nduration:"+o+"ms\n"+s.a.abj(r.r)+"\nparams:"+A.uo(r.f,null," ")+"\nheader:"+A.e(r.w))}, +$S:0} +A.aee.prototype={ +$0(){var s=this.a.c +s.toString +A.Tx(s,this.b)}, +$S:0} +A.Eh.prototype={ +aB(){this.aS() +this.k5()}, +dd(){var s=this.cV$ +if(s!=null){s.ac() +this.cV$=null}this.j7()}} +A.xL.prototype={ +an(){return new A.OY(null,B.k)}} +A.OY.prototype={ +I(a,b){var s,r,q,p,o,n,m=this,l=null +m.mC(0,b) +s=m.a.c.b +r=s==null +q=r?l:s.b +if(q==null)q="no response" +p=A.dB(l,l,10) +o=m.d +n=t.p +o=A.fE(A.b([p,A.bu(o?"shrink all":"expand all",l,l,l,l,l,l,l),new A.LC(o,new A.aej(m),l),A.qt(new A.A2(m.e,new A.aek(m),1,30,l),1)],n),B.ag,B.E,B.Q) +p=A.bu(u.A,l,l,l,l,A.cl(l,l,B.cA,l,l,l,l,l,l,l,l,10,l,l,l,l,!0,l,l,l,l,l,l,l,l),l,l) +return A.a7i(A.ep(A.b([o,p,m.Gt("headers:",r?l:s.f),m.Gt("response.data:",q)],n),B.ag,B.E,B.Q),l,B.a3)}, +Gt(a,b){var s=this,r=null +return A.ep(A.b([A.ap9(A.bu("copy json",r,r,r,r,r,r,r),new A.aeg(s,b)),A.bu(a,r,r,r,r,A.cl(r,r,r,r,r,r,r,r,r,r,r,s.e,r,r,r,r,!0,r,r,r,r,r,r,r,r),r,r),new A.r_(b,s.d,s.e,r)],t.p),B.aC,B.E,B.Q)}, +gjR(){return!0}} +A.aej.prototype={ +$1(a){var s=this.a +s.d=a +s.a4(new A.aei())}, +$S:5} +A.aei.prototype={ +$0(){}, +$S:0} +A.aek.prototype={ +$1(a){var s=this.a +s.e=a +s.a4(new A.aeh())}, +$S:53} +A.aeh.prototype={ +$0(){}, +$S:0} +A.aeg.prototype={ +$0(){var s=this.a.c +s.toString +A.Tx(s,A.uo(this.b,null," "))}, +$S:0} +A.SL.prototype={ +aB(){this.aS() +this.k5()}, +dd(){var s=this.cV$ +if(s!=null){s.ac() +this.cV$=null}this.j7()}} +A.o3.prototype={ +an(){return new A.Ce(A.b([A.arc("request"),A.arc("response")],t.vT),null,null,B.k)}} +A.Ce.prototype={ +aB(){this.e=A.aq9(0) +this.aS()}, +m(a){this.e.m(0) +this.Vt(0)}, +I(a,b){var s,r=this,q=null,p=A.ae(b),o=r.a.c.a.b +o.toString +o=A.F8(q,p.db,q,1,p.rx,A.bu(o,q,q,q,q,A.cl(q,q,q,q,q,q,q,q,q,q,q,11,q,q,q,q,!0,q,q,q,q,q,q,q,q),q,q)) +s=r.e +if(s==null)s=$.avH() +return A.rB(o,new A.yv(s,r.ga5d(),new A.Lb(new A.aem(r),3,!0,!0,!0,q),q),A.aou(r.f,A.b([A.UY(A.HL(B.BD,q),"Request"),A.UY(A.HL(B.BC,q),"Response"),A.UY(A.HL(B.By,q),"Error")],t.ur),r.gYY(),q))}, +a5e(a){if(this.c!=null)this.a4(new A.ael(this,a))}, +YZ(a){var s=this.e +s.toString +s.a9E(a,B.au,A.bS(0,300,0))}} +A.aem.prototype={ +$2(a,b){var s +if(b===0)return new A.xK(this.a.a.c,null) +else{s=this.a.a +if(b===1)return new A.xL(s.c,null) +else return new A.xI(s.c,null)}}, +$S:485} +A.ael.prototype={ +$0(){this.a.f=this.b}, +$S:0} +A.Ei.prototype={ +m(a){var s=this,r=s.cz$ +if(r!=null)r.K(0,s.gkh()) +s.cz$=null +s.aR(0)}, +bL(){this.cw() +this.ck() +this.ki()}} +A.ajm.prototype={ +$2(a,b){this.a.a+=A.e(a)+":"+A.e(b)+"\n" +return null}, +$S:37} +A.a1y.prototype={ +aeQ(a,b){var s,r=J.bY(b.a) +if(A.a(this.a,"logMap").aq(0,r)){s=A.a(this.a,"logMap") +s.kX(s,r,new A.a1A(b))}}, +af_(a){var s,r=this,q="logMap",p="keys" +if(A.a(r.a,q).a>=50){A.a(r.a,q).B(0,J.vc(A.a(r.b,p))) +J.ao7(A.a(r.b,p))}s=J.bY(a.a) +J.az7(A.a(r.b,p),0,s) +A.a(r.a,q).bs(0,s,new A.a1B(a))}, +af0(a){var s,r=J.bY(a.a) +if(A.a(this.a,"logMap").aq(0,r)){s=A.a(this.a,"logMap") +s.kX(s,r,new A.a1C(a))}}} +A.a1z.prototype={ +$1(a){var s +if(a.c==null){s=a.b +s=(s==null?null:s.c)==null}else s=!0 +return s}, +$S:486} +A.a1A.prototype={ +$1(a){a.c=this.a +return a}, +$S:112} +A.a1B.prototype={ +$0(){return new A.hg(this.a)}, +$S:488} +A.a1C.prototype={ +$1(a){var s=this.a +s.e=s.d.a-a.a.e.a +a.b=s +return a}, +$S:112} +A.r_.prototype={ +an(){return new A.OK(new A.dj(t.IN),B.k)}} +A.OK.prototype={ +b4(a){var s +this.bu(a) +s=this.a.d +if(a.d!==s)this.HM(s)}, +I(a,b){var s,r,q,p=this,o=null +p.e=0 +s=p.wU(p.a.c) +if(s===B.e2)r=p.Gv(p.a.c) +else{q=p.a +if(s===B.fV)r=p.Gq(t.kc.a(q.c),"") +else return A.bu(A.uo(q.c,o," "),o,o,o,o,A.cl(o,o,o,o,o,o,o,o,o,o,o,p.a.e,o,o,o,o,!0,o,o,o,o,o,o,o,o),o,o)}return r}, +Gw(a,b){var s,r,q,p=this,o=null,n=t.p,m=A.b([],n) +if(p.mO(++p.e)){s=b==null?"{":b+":{" +r=A.bu(s,o,o,o,o,A.cl(o,o,o,o,o,o,o,o,o,o,o,p.a.e,o,o,o,o,!0,o,o,o,o,o,o,o,o),o,o)}else{s=b==null?"{...}":b+":{...}" +r=A.bu(s,o,o,o,o,A.cl(o,o,o,o,o,o,o,o,o,o,o,p.a.e,o,o,o,o,!0,o,o,o,o,o,o,o,o),o,o)}m.push(p.Lo(p.e,r)) +if(p.mO(p.e)){q=A.b([],n) +a.toString +J.eH(a,new A.adT(p,q)) +q.push(A.bu("},",o,o,o,o,A.cl(o,o,o,o,o,o,o,o,o,o,o,p.a.e,o,o,o,o,!0,o,o,o,o,o,o,o,o),o,o)) +m.push(new A.cr(new A.as(16,0,0,0),A.ep(q,B.aC,B.E,B.Q),o))}return A.ep(m,B.aC,B.E,B.Q)}, +Gv(a){return this.Gw(a,null)}, +Gq(a,b){var s,r,q,p=this,o=null,n=t.p,m=A.b([],n),l=++p.e +if(b.length===0)s=A.bu("[",o,o,o,o,A.cl(o,o,o,o,o,o,o,o,o,o,o,p.a.e,o,o,o,o,!0,o,o,o,o,o,o,o,o),o,o) +else{l=p.mO(l) +r=p.a +s=l?A.bu(b+":[",o,o,o,o,A.cl(o,o,o,o,o,o,o,o,o,o,o,r.e,o,o,o,o,!0,o,o,o,o,o,o,o,o),o,o):A.bu(b+":[...]",o,o,o,o,A.cl(o,o,o,o,o,o,o,o,o,o,o,r.e,o,o,o,o,!0,o,o,o,o,o,o,o,o),o,o)}m.push(A.eL(B.aQ,p.Lo(p.e,s),B.W,!1,o,o,o,o,o,o,o,new A.adQ(p,a),o,o,o,o,o,o,o,o,o,o,o)) +if(p.mO(p.e)){q=A.b([],n) +a.toString +J.eH(a,new A.adR(p,q)) +q.push(A.bu("]",o,o,o,o,A.cl(o,o,o,o,o,o,o,o,o,o,o,p.a.e,o,o,o,o,!0,o,o,o,o,o,o,o,o),o,o)) +m.push(new A.cr(new A.as(16,0,0,0),A.ep(q,B.aC,B.E,B.Q),o))}return A.ep(m,B.aC,B.E,B.Q)}, +Lo(a,b){var s=null,r=this.mO(a)?0:4.71 +return A.eL(B.aQ,A.fE(A.b([A.M3(B.M,r,A.HL(B.Bz,12),s),b],t.p),B.ag,B.E,B.Q),B.W,!1,s,s,s,s,s,s,s,s,s,s,s,s,new A.adY(this,a),s,s,s,s,s,s)}, +Gu(a,b){var s,r,q=null,p=b==null,o=p?"":b +if(typeof a=="string")s='"'+a+'"' +else{s=a==null?q:J.bY(a) +if(s==null)s=q}r=A.bu(o+":"+A.e(s)+",",q,q,q,q,A.cl(q,q,q,q,q,q,q,q,q,q,q,this.a.e,q,q,q,q,!0,q,q,q,q,q,q,q,q),q,q) +return!p?A.eL(B.aQ,r,B.W,!1,q,q,q,q,q,q,q,new A.adS(this,a),q,q,q,q,q,q,q,q,q,q,q):r}, +Z5(a){return this.Gu(a,null)}, +mO(a){var s +if(a===1)return!0 +s=this.d +if(this.a.d){s=s.h(0,B.f.i(a)) +return s==null?!0:s}else{s=s.h(0,B.f.i(a)) +return s==null?!1:s}}, +a0v(a){var s,r=this.d +r.bs(0,a,new A.adV()) +s=r.h(0,a) +s.toString +r.n(0,a,!s) +this.a4(new A.adW())}, +HM(a){this.d.Y(0,new A.adU(this,a))}, +wU(a){if(t.j.b(a))return B.fV +else if(t.a.b(a))return B.e2 +else return B.Cb}} +A.adT.prototype={ +$2(a,b){var s,r=this.a,q=r.wU(b) +if(q===B.e2)s=r.Gw(b,a) +else s=q===B.fV?r.Gq(t.j.a(b),a):r.Gu(b,a) +this.b.push(s)}, +$S:14} +A.adQ.prototype={ +$0(){var s=J.bY(this.b),r=this.a.c +r.toString +A.Tx(r,s)}, +$S:0} +A.adR.prototype={ +$1(a){var s=this.a,r=s.wU(a)===B.e2?s.Gv(a):s.Z5(a) +this.b.push(r)}, +$S:15} +A.adY.prototype={ +$0(){var s,r=this.b +if(r===0){s=this.a +s.HM(!s.mO(r)) +s.a4(new A.adX())}this.a.a0v(B.f.i(r))}, +$S:0} +A.adX.prototype={ +$0(){}, +$S:0} +A.adS.prototype={ +$0(){var s=this.a.c +s.toString +A.Tx(s,this.b)}, +$S:0} +A.adV.prototype={ +$0(){return!1}, +$S:50} +A.adW.prototype={ +$0(){}, +$S:0} +A.adU.prototype={ +$2(a,b){this.a.d.n(0,a,this.b)}, +$S:167} +A.qZ.prototype={ +i(a){return"JsonType."+this.b}} +A.eY.prototype={ +i(a){return"AnimationStatus."+this.b}} +A.bv.prototype={ +i(a){return"#"+A.bF(this)+"("+A.e(this.wz())+")"}, +wz(){switch(this.gaZ(this)){case B.b9:return"\u25b6" +case B.aM:return"\u25c0" +case B.H:return"\u23ed" +case B.w:return"\u23ee"}}} +A.p7.prototype={ +i(a){return"_AnimationDirection."+this.b}} +A.vo.prototype={ +i(a){return"AnimationBehavior."+this.b}} +A.l9.prototype={ +gl(a){return A.a(this.x,"_value")}, +sl(a,b){var s=this +s.ex(0) +s.zw(b) +s.ac() +s.oZ()}, +gf0(){var s=this.r +if(!(s!=null&&s.a!=null))return 0 +s=this.w +s.toString +return s.ho(0,this.y.a/1e6)}, +zw(a){var s=this,r=s.a,q=s.b,p=B.e.G(a,r,q) +s.x=p +if(A.a(p,"_value")===r)s.Q=B.w +else if(A.a(s.x,"_value")===q)s.Q=B.H +else s.Q=s.z===B.Y?B.b9:B.aM}, +gaZ(a){return A.a(this.Q,"_status")}, +lS(a,b){var s=this +s.z=B.Y +if(b!=null)s.sl(0,b) +return s.Gk(s.b)}, +bp(a){return this.lS(a,null)}, +Px(a,b){this.z=B.eT +return this.Gk(this.a)}, +cc(a){return this.Px(a,null)}, +h0(a,b,c){var s,r,q,p,o,n=this,m="_value" +A.a($.zS.qo$,"_accessibilityFeatures") +if(c==null){s=n.b-n.a +r=isFinite(s)?Math.abs(a-A.a(n.x,m))/s:1 +if(n.z===B.eT&&n.f!=null){q=n.f +q.toString +p=q}else{q=n.e +q.toString +p=q}o=new A.aP(B.e.aI(p.a*r))}else o=a===A.a(n.x,m)?B.r:c +n.ex(0) +q=o.a +if(q===B.r.a){if(A.a(n.x,m)!==a){n.x=B.e.G(a,n.a,n.b) +n.ac()}n.Q=n.z===B.Y?B.H:B.w +n.oZ() +return A.alm()}return n.uh(new A.adH(q/1e6,A.a(n.x,m),a,b,B.bN))}, +Gk(a){return this.h0(a,B.aa,null)}, +Pl(a){var s,r,q=this,p=q.a,o=q.b,n=q.e +q.ex(0) +s=A.a(q.x,"_value") +r=n.a/1e6 +s=o===p?0:s/(o-p)*r +return q.uh(new A.afT(p,o,!1,q.ga_p(),r,s,B.bN))}, +a_q(a){this.z=a +this.Q=a===B.Y?B.b9:B.aM +this.oZ()}, +Nk(a){var s,r,q=this,p=$.avP(),o=a<0 +q.z=o?B.eT:B.Y +s=o?q.a-0.01:q.b+0.01 +A.a($.zS.qo$,"_accessibilityFeatures") +r=new A.Ab(s,A.uM(p,A.a(q.x,"_value")-s,a),B.bN) +r.a=B.Rj +q.ex(0) +return q.uh(r)}, +uh(a){var s,r=this +r.w=a +r.y=B.r +r.x=B.e.G(a.es(0,0),r.a,r.b) +s=r.r.oE(0) +r.Q=r.z===B.Y?B.b9:B.aM +r.oZ() +return s}, +oF(a,b){this.y=this.w=null +this.r.oF(0,b)}, +ex(a){return this.oF(a,!0)}, +m(a){var s=this +s.r.m(0) +s.r=null +s.d2$.aG(0) +s.bj$.aG(0) +s.ld(0)}, +oZ(){var s=this,r=A.a(s.Q,"_status") +if(s.as!==r){s.as=r +s.r_(r)}}, +YN(a){var s,r=this +r.y=a +s=a.a/1e6 +r.x=B.e.G(r.w.es(0,s),r.a,r.b) +if(r.w.kH(s)){r.Q=r.z===B.Y?B.H:B.w +r.oF(0,!1)}r.ac() +r.oZ()}, +wz(){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.xy())+" "+B.e.V(A.a(q.x,"_value"),3)+n+s+r}} +A.adH.prototype={ +es(a,b){var s,r,q=this,p=B.e.G(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.T(0,p)}}}, +ho(a,b){return(this.es(0,b+0.001)-this.es(0,b-0.001))/0.002}, +kH(a){return a>this.b}} +A.afT.prototype={ +es(a,b){var s=this,r=b+s.r,q=s.f,p=B.e.bE(r/q,1) +B.e.lh(r,q) +s.e.$1(B.Y) +q=A.Z(s.b,s.c,p) +q.toString +return q}, +ho(a,b){return(this.c-this.b)/this.f}, +kH(a){return!1}} +A.MC.prototype={} +A.MD.prototype={} +A.ME.prototype={} +A.Mv.prototype={ +a2(a,b){}, +K(a,b){}, +c1(a){}, +e5(a){}, +gaZ(a){return B.H}, +gl(a){return 1}, +i(a){return"kAlwaysCompleteAnimation"}} +A.Mw.prototype={ +a2(a,b){}, +K(a,b){}, +c1(a){}, +e5(a){}, +gaZ(a){return B.w}, +gl(a){return 0}, +i(a){return"kAlwaysDismissedAnimation"}} +A.vs.prototype={ +a2(a,b){return this.ga3(this).a2(0,b)}, +K(a,b){return this.ga3(this).K(0,b)}, +c1(a){return this.ga3(this).c1(a)}, +e5(a){return this.ga3(this).e5(a)}, +gaZ(a){var s=this.ga3(this) +return s.gaZ(s)}} +A.yR.prototype={ +sa3(a,b){var s,r=this,q=r.c +if(b==q)return +if(q!=null){r.a=q.gaZ(q) +q=r.c +r.b=q.gl(q) +if(r.js$>0)r.vc()}r.c=b +if(b!=null){if(r.js$>0)r.vb() +q=r.b +s=r.c +s=s.gl(s) +if(q==null?s!=null:q!==s)r.ac() +q=r.a +s=r.c +if(q!=s.gaZ(s)){q=r.c +r.r_(q.gaZ(q))}r.b=r.a=null}}, +vb(){var s=this,r=s.c +if(r!=null){r.a2(0,s.gcY()) +s.c.c1(s.gOy())}}, +vc(){var s=this,r=s.c +if(r!=null){r.K(0,s.gcY()) +s.c.e5(s.gOy())}}, +gaZ(a){var s=this.c +if(s!=null)s=s.gaZ(s) +else{s=this.a +s.toString}return s}, +gl(a){var s=this.c +if(s!=null)s=s.gl(s) +else{s=this.b +s.toString}return s}, +i(a){var s=this,r=s.c +if(r==null)return"ProxyAnimation(null; "+A.e(s.xy())+" "+B.e.V(s.gl(s),3)+")" +return r.i(0)+"\u27a9ProxyAnimation"}} +A.i7.prototype={ +a2(a,b){this.cf() +this.a.a2(0,b)}, +K(a,b){this.a.K(0,b) +this.vf()}, +vb(){this.a.c1(this.gmY())}, +vc(){this.a.e5(this.gmY())}, +ui(a){this.r_(this.JI(a))}, +gaZ(a){var s=this.a +return this.JI(s.gaZ(s))}, +gl(a){var s=this.a +return 1-s.gl(s)}, +JI(a){switch(a.a){case 1:return B.aM +case 2:return B.b9 +case 3:return B.w +case 0:return B.H}}, +i(a){return this.a.i(0)+"\u27aaReverseAnimation"}} +A.ng.prototype={ +AD(a){var s=this +switch(a.a){case 0:case 3:s.d=null +break +case 1:if(s.d==null)s.d=B.b9 +break +case 2:if(s.d==null)s.d=B.aM +break}}, +gLg(){if(this.c!=null){var s=this.d +if(s==null){s=this.a +s=s.gaZ(s)}s=s!==B.aM}else s=!0 +return s}, +m(a){this.a.e5(this.gAC())}, +gl(a){var s=this,r=s.gLg()?s.b:s.c,q=s.a,p=q.gl(q) +if(r==null)return p +if(p===0||p===1)return p +return r.T(0,p)}, +i(a){var s=this +if(s.c==null)return s.a.i(0)+"\u27a9"+s.b.i(0) +if(s.gLg())return s.a.i(0)+"\u27a9"+s.b.i(0)+"\u2092\u2099/"+A.e(s.c) +return s.a.i(0)+"\u27a9"+s.b.i(0)+"/"+A.e(s.c)+"\u2092\u2099"}, +ga3(a){return this.a}} +A.DK.prototype={ +i(a){return"_TrainHoppingMode."+this.b}} +A.oZ.prototype={ +ui(a){if(a!==this.e){this.ac() +this.e=a}}, +gaZ(a){var s=this.a +return s.gaZ(s)}, +a94(){var s,r,q=this,p=q.b +if(p!=null){switch(q.c.a){case 0:p=p.gl(p) +s=q.a +r=p<=s.gl(s) +break +case 1:p=p.gl(p) +s=q.a +r=p>=s.gl(s) +break +default:r=!1}if(r){p=q.a +s=q.gmY() +p.e5(s) +p.K(0,q.gAR()) +p=q.b +q.a=p +q.b=null +p.c1(s) +s=q.a +q.ui(s.gaZ(s))}}else r=!1 +p=q.a +p=p.gl(p) +if(p!==q.f){q.ac() +q.f=p}if(r&&q.d!=null)q.d.$0()}, +gl(a){var s=this.a +return s.gl(s)}, +m(a){var s,r,q=this +q.a.e5(q.gmY()) +s=q.gAR() +q.a.K(0,s) +q.a=null +r=q.b +if(r!=null)r.K(0,s) +q.b=null +q.bj$.aG(0) +q.d2$.aG(0) +q.ld(0)}, +i(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.qa.prototype={ +vb(){var s,r=this,q=r.a,p=r.gIW() +q.a2(0,p) +s=r.gIX() +q.c1(s) +q=r.b +q.a2(0,p) +q.c1(s)}, +vc(){var s,r=this,q=r.a,p=r.gIW() +q.K(0,p) +s=r.gIX() +q.e5(s) +q=r.b +q.K(0,p) +q.e5(s)}, +gaZ(a){var s=this.b +if(s.gaZ(s)===B.b9||s.gaZ(s)===B.aM)return s.gaZ(s) +s=this.a +return s.gaZ(s)}, +i(a){return"CompoundAnimation("+this.a.i(0)+", "+this.b.i(0)+")"}, +a4P(a){var s=this +if(s.gaZ(s)!=s.c){s.c=s.gaZ(s) +s.r_(s.gaZ(s))}}, +a4O(){var s=this +if(!J.f(s.gl(s),s.d)){s.d=s.gl(s) +s.ac()}}} +A.vr.prototype={ +gl(a){var s,r=this.a +r=r.gl(r) +s=this.b +s=s.gl(s) +return Math.min(A.dc(r),A.dc(s))}} +A.Bf.prototype={} +A.Bg.prototype={} +A.Bh.prototype={} +A.Nw.prototype={} +A.Q3.prototype={} +A.Q4.prototype={} +A.Q5.prototype={} +A.QF.prototype={} +A.QG.prototype={} +A.S1.prototype={} +A.S2.prototype={} +A.S3.prototype={} +A.yA.prototype={ +T(a,b){return this.kW(b)}, +kW(a){throw A.c(A.c0(null))}, +i(a){return"ParametricCurve"}} +A.fX.prototype={ +T(a,b){if(b===0||b===1)return b +return this.T8(0,b)}} +A.C8.prototype={ +kW(a){return a}} +A.zB.prototype={ +kW(a){a*=this.a +return a-(a<0?Math.ceil(a):Math.floor(a))}, +i(a){return"SawTooth("+this.a+")"}} +A.et.prototype={ +kW(a){var s=this.a +a=B.e.G((a-s)/(this.b-s),0,1) +if(a===0||a===1)return a +return this.c.T(0,a)}, +i(a){var s=this,r=s.c +if(!(r instanceof A.C8))return"Interval("+A.e(s.a)+"\u22ef"+A.e(s.b)+")\u27a9"+r.i(0) +return"Interval("+A.e(s.a)+"\u22ef"+A.e(s.b)+")"}} +A.AC.prototype={ +kW(a){return a"))}} +A.aC.prototype={ +gl(a){var s=this.a +return this.b.T(0,s.gl(s))}, +i(a){var s=this.a,r=this.b +return s.i(0)+"\u27a9"+r.i(0)+"\u27a9"+A.e(r.T(0,s.gl(s)))}, +wz(){return A.e(this.xy())+" "+this.b.i(0)}, +ga3(a){return this.a}} +A.eV.prototype={ +T(a,b){return this.b.T(0,this.a.T(0,b))}, +i(a){return this.a.i(0)+"\u27a9"+this.b.i(0)}} +A.ar.prototype={ +en(a){var s=this.a +return A.n(this).j("ar.T").a(J.anf(s,J.awx(J.awy(this.b,s),a)))}, +T(a,b){var s,r=this +if(b===0){s=r.a +return s==null?A.n(r).j("ar.T").a(s):s}if(b===1){s=r.b +return s==null?A.n(r).j("ar.T").a(s):s}return r.en(b)}, +i(a){return"Animatable("+A.e(this.a)+" \u2192 "+A.e(this.b)+")"}, +sBi(a){return this.a=a}, +saO(a,b){return this.b=b}} +A.zy.prototype={ +en(a){return this.c.en(1-a)}} +A.dg.prototype={ +en(a){return A.A(this.a,this.b,a)}} +A.z5.prototype={ +en(a){return A.aD5(this.a,this.b,a)}} +A.lz.prototype={ +en(a){var s,r=this.a +r.toString +s=this.b +s.toString +return B.e.aI(r+(s-r)*a)}} +A.fY.prototype={ +T(a,b){if(b===0||b===1)return b +return this.a.T(0,b)}, +i(a){return"CurveTween(curve: "+this.a.i(0)+")"}} +A.E4.prototype={} +A.AR.prototype={ +Y7(a,b){var s,r,q,p,o,n,m,l=this.a +B.c.P(l,a) +for(s=l.length,r=0,q=0;q=n&&b"}} +A.e0.prototype={ +gl(a){return this.b.a}, +gpg(){var s=this +return!s.e.k(0,s.f)||!s.x.k(0,s.y)||!s.r.k(0,s.w)||!s.z.k(0,s.Q)}, +gpe(){var s=this +return!s.e.k(0,s.r)||!s.f.k(0,s.w)||!s.x.k(0,s.z)||!s.y.k(0,s.Q)}, +gpf(){var s=this +return!s.e.k(0,s.x)||!s.f.k(0,s.y)||!s.r.k(0,s.z)||!s.w.k(0,s.Q)}, +eZ(a){var s,r,q,p,o,n=this,m=null +if(n.gpg()){s=a.L(t.WD) +r=s==null?m:s.f.c.guG() +if(r==null){r=A.e6(a) +r=r==null?m:r.d +q=r}else q=r +if(q==null)q=B.ad}else q=B.ad +if(n.gpe()){r=A.e6(a) +r=r==null?m:r.Q +p=r===!0}else p=!1 +if(n.gpf())A.aAD(a) +switch(q.a){case 1:switch(0){case 0:o=p?n.r:n.e +break}break +case 0:switch(0){case 0:o=p?n.w:n.f +break}break +default:o=m}return new A.e0(o,n.c,m,n.e,n.f,n.r,n.w,n.x,n.y,n.z,n.Q,0)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.e0&&b.b.a===s.b.a&&b.e.k(0,s.e)&&b.f.k(0,s.f)&&b.r.k(0,s.r)&&b.w.k(0,s.w)&&b.x.k(0,s.x)&&b.y.k(0,s.y)&&b.z.k(0,s.z)&&b.Q.k(0,s.Q)}, +gv(a){var s=this +return A.a3(s.b.a,s.e,s.f,s.r,s.x,s.y,s.w,s.Q,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){var s=this,r=new A.Wp(s),q=A.b([r.$2("color",s.e)],t.s) +if(s.gpg())q.push(r.$2("darkColor",s.f)) +if(s.gpe())q.push(r.$2("highContrastColor",s.r)) +if(s.gpg()&&s.gpe())q.push(r.$2("darkHighContrastColor",s.w)) +if(s.gpf())q.push(r.$2("elevatedColor",s.x)) +if(s.gpg()&&s.gpf())q.push(r.$2("darkElevatedColor",s.y)) +if(s.gpe()&&s.gpf())q.push(r.$2("highContrastElevatedColor",s.z)) +if(s.gpg()&&s.gpe()&&s.gpf())q.push(r.$2("darkHighContrastElevatedColor",s.Q)) +r=s.c +if(r==null)r="CupertinoDynamicColor" +q=B.c.bB(q,", ") +return r+"("+q+", resolved by: UNRESOLVED)"}} +A.Wp.prototype={ +$2(a,b){var s=b.k(0,this.a.b)?"*":"" +return s+a+" = "+b.i(0)+s}, +$S:166} +A.Np.prototype={} +A.ac9.prototype={ +l_(a){return B.o}, +uJ(a,b,c,d){return B.cL}, +on(a,b){return B.j}} +A.w8.prototype={ +O(a){var s=this.a,r=A.Wo(s,a) +return J.f(r,s)?this:this.fJ(r)}, +q_(a,b,c,d){var s=this,r=a==null?s.a:a,q=b==null?s.gdK(s):b,p=d==null?s.c:d +return new A.w8(r,q,p,c==null?s.d:c)}, +fJ(a){return this.q_(a,null,null,null)}} +A.Nq.prototype={} +A.Nr.prototype={ +D1(a){return a.gnL(a)==="en"}, +dJ(a,b){return new A.d2(B.wS,t.u4)}, +xj(a){return!1}, +i(a){return"DefaultCupertinoLocalizations.delegate(en_US)"}} +A.GI.prototype={$iWq:1} +A.Wr.prototype={ +$0(){return A.aAz(this.a)}, +$S:50} +A.Ws.prototype={ +$0(){var s=this.a,r=s.a +r.toString +s=s.as +s.toString +r.abB() +return new A.Bl(s,r)}, +$S(){return this.b.j("Bl<0>()")}} +A.Gw.prototype={ +I(a,b){var s,r=this,q=b.L(t.I) +q.toString +s=q.f +q=r.e +return A.alc(A.alc(new A.GF(q,r.f,q,null),r.c,s,!0),r.d,s,!1)}} +A.u_.prototype={ +an(){return new A.u0(B.k,this.$ti.j("u0<1>"))}, +abU(){return this.d.$0()}, +aff(){return this.e.$0()}} +A.u0.prototype={ +aB(){var s,r=this +r.aS() +s=A.a_R(r,null) +s.at=r.ga6N() +s.ax=r.ga6P() +s.ay=r.ga6L() +s.ch=r.ga1N() +r.e=s}, +m(a){var s=A.a(this.e,"_recognizer") +s.k1.aG(0) +s.oK(0) +this.aR(0)}, +a6O(a){this.d=this.a.aff()}, +a6Q(a){var s,r,q=this.d +q.toString +s=a.c +s.toString +r=this.c +r=this.H3(s/r.gjU(r).a) +q=q.a +q.sl(0,A.a(q.x,"_value")-r)}, +a6M(a){var s,r=this,q=r.d +q.toString +s=r.c +q.MO(r.H3(a.a.a.a/s.gjU(s).a)) +r.d=null}, +a1O(){var s=this.d +if(s!=null)s.MO(0) +this.d=null}, +a6S(a){if(this.a.abU())A.a(this.e,"_recognizer").B4(a)}, +H3(a){var s=this.c.L(t.I) +s.toString +switch(s.f.a){case 0:return-a +case 1:return a}}, +I(a,b){var s,r,q=null,p=b.L(t.I) +p.toString +s=t.w +r=p.f===B.q?b.L(s).f.f.a:b.L(s).f.f.c +r=Math.max(r,20) +return A.oO(B.b8,A.b([this.a.c,new A.JD(0,0,0,r,A.a1u(B.aQ,q,q,this.ga6R(),q,q),q)],t.p),B.MF,q,q)}} +A.Bl.prototype={ +MO(a){var s,r,q,p=this,o="_value" +if(Math.abs(a)>=1?a<=0:A.a(p.a.x,o)>0.5){s=p.a +r=A.Z(800,0,A.a(s.x,o)) +r.toString +r=A.bS(0,Math.min(B.e.eG(r),300),0) +s.z=B.Y +s.h0(1,B.mI,r)}else{p.b.dh(0) +s=p.a +r=s.r +if(r!=null&&r.a!=null){r=A.Z(0,800,A.a(s.x,o)) +r.toString +r=A.bS(0,B.e.eG(r),0) +s.z=B.eT +s.h0(0,B.mI,r)}}r=s.r +if(r!=null&&r.a!=null){q=A.bx("animationStatusCallback") +q.b=new A.ac8(p,q) +s.c1(q.bm())}else p.b.ve()}} +A.ac8.prototype={ +$1(a){var s=this.a +s.b.ve() +s.a.e5(this.b.bm())}, +$S:3} +A.ir.prototype={ +dv(a,b){var s +if(a instanceof A.ir){s=A.aca(a,this,b) +s.toString +return s}s=A.aca(null,this,b) +s.toString +return s}, +dw(a,b){var s +if(a instanceof A.ir){s=A.aca(this,a,b) +s.toString +return s}s=A.aca(this,null,b) +s.toString +return s}, +Mn(a){return new A.acd(this,a)}, +k(a,b){var s,r +if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +if(b instanceof A.ir){s=b.a +r=this.a +r=s==null?r==null:s===r +s=r}else s=!1 +return s}, +gv(a){return J.r(this.a)}} +A.acb.prototype={ +$1(a){var s=A.A(null,a,this.a) +s.toString +return s}, +$S:86} +A.acc.prototype={ +$1(a){var s=A.A(null,a,1-this.a) +s.toString +return s}, +$S:86} +A.acd.prototype={ +jF(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this.b.a +if(h==null)return +s=c.e +r=s.a +q=0.05*r +p=s.b +o=q/(h.length-1) +switch(c.d.a){case 0:n=b.a+r +m=1 +break +case 1:n=b.a +m=-1 +break +default:n=null +m=null}for(s=b.b,r=s+p,l=0,k=0;k0)A.wZ() +break +case 0:if(Math.abs(b.a.a)<10&&Math.abs(a.a-s.CW)>0)A.wZ() +break}}, +m(a){A.a(this.ch,"_thicknessAnimationController").m(0) +this.FO(0)}} +A.acf.prototype={ +$0(){this.a.rw()}, +$S:0} +A.ace.prototype={ +$1(a){return A.wZ()}, +$S:178} +A.RJ.prototype={ +aH(a,b){var s,r,q,p=$.aJ()?A.aT():new A.aO(new A.aQ()) +p.sae(0,this.b) +s=A.lY(B.Kb,6) +r=A.al5(B.Kc,new A.m(7,b.b)) +q=A.d6() +q.pE(0,s) +q.kl(0,r) +a.cp(0,q,p)}, +ew(a){return!this.b.k(0,a.b)}} +A.Wt.prototype={ +l_(a){return new A.L(12,a+12-1.5)}, +uJ(a,b,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=null,c=A.iM(d,d,d,new A.RJ(A.akk(a).giQ(),d),B.o) +switch(b.a){case 0:return A.aqW(c,new A.L(12,a0+12-1.5)) +case 1:s=a0+12-1.5 +r=A.aqW(c,new A.L(12,s)) +q=new Float64Array(16) +p=new A.bc(q) +p.dD() +p.aC(0,6,s/2) +o=Math.cos(3.141592653589793) +n=Math.sin(3.141592653589793) +m=q[0] +l=q[4] +k=q[1] +j=q[5] +i=q[2] +h=q[6] +g=q[3] +f=q[7] +e=-n +q[0]=m*o+l*n +q[1]=k*o+j*n +q[2]=i*o+h*n +q[3]=g*o+f*n +q[4]=m*e+l*o +q[5]=k*e+j*o +q[6]=i*e+h*o +q[7]=g*e+f*o +p.aC(0,-6,-s/2) +return A.M2(d,r,p,!0) +case 2:return B.c8}}, +on(a,b){switch(a.a){case 0:return new A.m(6,b+12-1.5) +case 1:return new A.m(6,b+12-1.5-12+1.5) +case 2:return new A.m(6,b+(b+12-1.5-b)/2)}}} +A.Gy.prototype={ +eZ(a){var s=this,r=s.a,q=r.a,p=q instanceof A.e0?q.eZ(a):q,o=r.b +if(o instanceof A.e0)o=o.eZ(a) +r=p.k(0,q)&&o.k(0,B.dY)?r:new A.RM(p,o) +return new A.Gy(r,A.Wo(s.b,a),A.pD(s.c,a),A.pD(s.d,a),A.pD(s.e,a),A.pD(s.f,a),A.pD(s.r,a),A.pD(s.w,a),A.pD(s.x,a),A.pD(s.y,a))}} +A.RM.prototype={} +A.Ns.prototype={} +A.Gz.prototype={ +I(a,b){var s=null +return new A.BS(this,A.HN(this.d,new A.w8(this.c.giQ(),s,s,s),s),s)}, +gbN(a){return this.c}} +A.BS.prototype={ +cZ(a){return this.f.c!==a.f.c}} +A.w9.prototype={ +giQ(){var s=this.b +return s==null?this.r.b:s}, +gDG(){var s=this.c +return s==null?this.r.c:s}, +gPE(){var s=null,r=this.d +if(r==null){r=this.r.f +r=new A.acl(r.a,r.b,B.U2,this.giQ(),s,s,s,s,s,s,s,s)}return r}, +gLN(){var s=this.e +return s==null?this.r.d:s}, +gwY(){var s=this.f +return s==null?this.r.e:s}, +eZ(a){var s=this,r=new A.Wu(a),q=s.guG(),p=r.$1(s.b),o=r.$1(s.c),n=s.d +n=n==null?null:n.eZ(a) +return A.aAB(q,p,o,n,r.$1(s.e),r.$1(s.f),s.r.agm(a,s.d==null))}} +A.Wu.prototype={ +$1(a){return A.Wo(a,this.a)}, +$S:105} +A.yh.prototype={ +eZ(a){var s=this,r=new A.a2I(a),q=s.guG(),p=r.$1(s.giQ()),o=r.$1(s.gDG()),n=s.gPE() +n=n==null?null:n.eZ(a) +return new A.yh(q,p,o,n,r.$1(s.gLN()),r.$1(s.gwY()))}, +guG(){return this.a}, +giQ(){return this.b}, +gDG(){return this.c}, +gPE(){return this.d}, +gLN(){return this.e}, +gwY(){return this.f}} +A.a2I.prototype={ +$1(a){return A.Wo(a,this.a)}, +$S:105} +A.Nv.prototype={ +agm(a,b){var s,r,q=this,p=new A.acg(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.e0)r=r.eZ(a) +s=s.b +s=new A.Nt(r,s instanceof A.e0?s.eZ(a):s)}return new A.Nv(q.a,o,n,m,p,s)}} +A.acg.prototype={ +$1(a){return a instanceof A.e0?a.eZ(this.a):a}, +$S:86} +A.Nt.prototype={} +A.acl.prototype={} +A.Nu.prototype={} +A.aiw.prototype={ +$0(){return null}, +$S:180} +A.ahK.prototype={ +$0(){var s=window.navigator.platform,r=s==null?null:s.toLowerCase() +if(r==null)r="" +if(B.b.bl(r,"mac"))return B.aY +if(B.b.bl(r,"win"))return B.bL +if(B.b.A(r,"iphone")||B.b.A(r,"ipad")||B.b.A(r,"ipod"))return B.av +if(B.b.A(r,"android"))return B.aX +if(window.matchMedia("only screen and (pointer: fine)").matches)return B.bK +return B.aX}, +$S:181} +A.mv.prototype={} +A.qr.prototype={} +A.H3.prototype={} +A.H2.prototype={} +A.bs.prototype={ +ac8(){var s,r,q,p,o,n,m,l=this.a +if(t.vp.b(l)){s=l.gkJ(l) +r=l.i(0) +if(typeof s=="string"&&s!==r){q=r.length +p=J.ay(s) +if(q>p.gp(s)){o=B.b.nM(r,s) +if(o===q-p.gp(s)&&o>2&&B.b.N(r,o-2,o)===": "){n=B.b.N(r,0,o-2) +m=B.b.eJ(n," Failed assertion:") +if(m>=0)n=B.b.N(n,0,m)+"\n"+B.b.bU(n,m+1) +l=p.E7(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.iz(l) +l=q?p.i(l):" "+A.e(p.i(l))}l=J.azJ(l) +return l.length===0?" ":l}, +gRN(){var s=A.aAK(new A.Z8(this).$0(),!0,B.mP) +return s}, +cv(){return"Exception caught by "+this.c}, +i(a){A.aEE(null,B.AL,this) +return""}} +A.Z8.prototype={ +$0(){return J.azI(this.a.ac8().split("\n")[0])}, +$S:51} +A.nu.prototype={ +gkJ(a){return this.i(0)}, +cv(){return"FlutterError"}, +i(a){var s,r,q=new A.fL(this.a,t.ow) +if(!q.gS(q)){s=q.gJ(q) +r=J.k(s) +s=A.hG.prototype.gl.call(r,s) +s.toString +s=J.aza(s)}else s="FlutterError" +return s}, +$imV:1} +A.Z9.prototype={ +$1(a){return A.bi(a)}, +$S:182} +A.Za.prototype={ +$1(a){return a+1}, +$S:58} +A.Zb.prototype={ +$1(a){return a+1}, +$S:58} +A.aiQ.prototype={ +$1(a){return B.b.A(a,"StackTrace.current")||B.b.A(a,"dart-sdk/lib/_internal")||B.b.A(a,"dart:sdk_internal")}, +$S:21} +A.Ob.prototype={} +A.Od.prototype={} +A.Oc.prototype={} +A.Fn.prototype={ +VS(){var s,r,q,p,o,n,m,l,k=this,j=null +A.alq("Framework initialization",j,j) +k.Ve() +$.F=k +s=t.u +r=A.cg(s) +q=A.b([],t.Li) +p=t.S +o=A.hT(j,j,j,t.Su,p) +n=A.Zj(!0,"Root Focus Scope",!1) +m=A.b([],t.SW) +l=$.b4() +o=n.w=new A.wS(new A.x_(o,t.op),n,A.aK(t.mx),m,l) +A.a($.e9.cW$,"_keyEventManager").a=o.gIh() +$.eK.k4$.b.n(0,o.gHN(),j) +s=new A.Ve(new A.Oy(r),q,o,A.z(t.yi,s)) +k.D$=s +s.a=k.ga1s() +$.aL().dy=k.gacX() +B.hC.l7(k.ga2N()) +s=new A.GK(A.z(p,t.Dy),B.tX) +B.tX.l7(s.ga4Q()) +k.b6$=s +k.jy() +s=t.N +A.aIE("Flutter.FrameworkInitialization",A.z(s,s)) +A.alp()}, +fR(){}, +jy(){}, +aen(a){var s,r=new A.LZ(null,0,A.b([],t._x)) +r.xn(0,"Lock events");++this.b +s=a.$0() +s.fV(new A.UV(this,r)) +return s}, +Ea(){}, +i(a){return""}} +A.UV.prototype={ +$0(){var s=this.a +if(--s.b<=0){this.b.vq(0) +s.V6() +if(s.z$.c!==0)s.HD()}}, +$S:6} +A.at.prototype={} +A.jQ.prototype={ +a2(a,b){var s,r,q=this,p=q.y1$,o=q.y2$,n=o.length +if(p===n){o=t.Nw +if(p===0){p=A.b7(1,null,!1,o) +q.y2$=p}else{s=A.b7(n*2,null,!1,o) +for(p=q.y1$,o=q.y2$,r=0;r0){r.y2$[s]=null;++r.a6$}else r.a6q(s) +break}}, +m(a){this.y2$=$.b4() +this.y1$=0}, +ac(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=f.y1$ +if(e===0)return;++f.ap$ +for(s=0;s0){l=f.y1$-f.a6$ +e=f.y2$ +if(l*2<=e.length){k=A.b7(l,null,!1,t.Nw) +for(e=f.y1$,p=f.y2$,j=0,s=0;s#"+A.bF(this)+"("+A.e(this.a)+")"}} +A.qj.prototype={ +i(a){return"DiagnosticLevel."+this.b}} +A.iP.prototype={ +i(a){return"DiagnosticsTreeStyle."+this.b}} +A.af6.prototype={} +A.eq.prototype={ +E2(a,b){return this.bY(0)}, +i(a){return this.E2(a,B.aO)}, +gaN(a){return this.a}} +A.hG.prototype={ +gl(a){this.a4N() +return this.at}, +a4N(){return}} +A.wh.prototype={} +A.GO.prototype={} +A.ai.prototype={ +cv(){return"#"+A.bF(this)}, +E2(a,b){var s=this.cv() +return s}, +i(a){return this.E2(a,B.aO)}} +A.WQ.prototype={ +cv(){return"#"+A.bF(this)}} +A.iO.prototype={ +i(a){return this.PG(B.mP).bY(0)}, +cv(){return"#"+A.bF(this)}, +agH(a,b){return A.akl(a,b,this)}, +PG(a){return this.agH(null,a)}} +A.NG.prototype={} +A.f7.prototype={} +A.Ii.prototype={} +A.p1.prototype={ +i(a){return"[#"+A.bF(this)+"]"}} +A.ef.prototype={ +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return A.n(this).j("ef").b(b)&&J.f(b.a,this.a)}, +gv(a){return A.a3(A.C(this),this.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){var s=A.n(this),r=s.j("ef.T"),q=this.a,p=A.b1(r)===B.dB?"<'"+A.e(q)+"'>":"<"+A.e(q)+">" +if(A.C(this)===A.b1(s.j("ef")))return"["+p+"]" +return"["+A.b1(r).i(0)+" "+p+"]"}} +A.alH.prototype={} +A.hb.prototype={} +A.xx.prototype={} +A.H.prototype={ +ri(a){var s=a.a,r=this.a +if(s<=r){a.a=r+1 +a.iR()}}, +iR(){}, +gcb(){return this.b}, +ak(a){this.b=a}, +ab(a){this.b=null}, +ga3(a){return this.c}, +hg(a){var s +a.c=this +s=this.b +if(s!=null)a.ak(s) +this.ri(a)}, +jo(a){a.c=null +if(this.b!=null)a.ab(0)}} +A.aM.prototype={ +gu1(){var s,r=this,q=r.c +if(q===$){s=A.cg(r.$ti.c) +A.bb(r.c,"_set") +r.c=s +q=s}return q}, +B(a,b){this.b=!0 +this.gu1().aG(0) +return B.c.B(this.a,b)}, +aG(a){this.b=!1 +B.c.sp(this.a,0) +this.gu1().aG(0)}, +A(a,b){var s=this,r=s.a +if(r.length<3)return B.c.A(r,b) +if(s.b){s.gu1().P(0,r) +s.b=!1}return s.gu1().A(0,b)}, +ga1(a){var s=this.a +return new J.fo(s,s.length)}, +gS(a){return this.a.length===0}, +gbZ(a){return this.a.length!==0}} +A.x_.prototype={ +E(a,b){var s=this.a,r=s.h(0,b) +s.n(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.n(0,b,r-1) +return!0}, +A(a,b){return this.a.aq(0,b)}, +ga1(a){var s=this.a +return A.lF(s,s.r)}, +gS(a){return this.a.a===0}, +gbZ(a){return this.a.a!==0}} +A.dq.prototype={ +i(a){return"TargetPlatform."+this.b}} +A.aaH.prototype={ +ee(a,b){var s,r,q=this +if(q.b===q.a.length)q.a6D() +s=q.a +r=q.b +s[r]=b +q.b=r+1}, +oU(a){var s=this,r=a.length,q=s.b+r +if(q>=s.a.length)s.A3(q) +B.R.d7(s.a,s.b,q,a) +s.b+=r}, +oR(a,b,c){var s=this,r=c==null?s.e.length:c,q=s.b+(r-b) +if(q>=s.a.length)s.A3(q) +B.R.d7(s.a,s.b,q,a) +s.b=q}, +Yt(a){return this.oR(a,0,null)}, +A3(a){var s=this.a,r=s.length,q=a==null?0:a,p=Math.max(q,r*2),o=new Uint8Array(p) +B.R.d7(o,0,r,s) +this.a=o}, +a6D(){return this.A3(null)}, +i9(a){var s=B.f.bE(this.b,a) +if(s!==0)this.oR($.avj(),0,a-s)}, +kt(){var s,r=this +if(r.c)throw A.c(A.X("done() must not be called more than once on the same "+A.C(r).i(0)+".")) +s=A.kf(r.a.buffer,0,r.b) +r.a=new Uint8Array(0) +r.c=!0 +return s}} +A.z4.prototype={ +mo(a){return this.a.getUint8(this.b++)}, +wP(a){var s=this.b,r=$.df() +B.ez.Ew(this.a,s,r)}, +mp(a){var s=this.a,r=A.cZ(s.buffer,s.byteOffset+this.b,a) +this.b+=a +return r}, +wQ(a){var s +this.i9(8) +s=this.a +B.tQ.LK(s.buffer,s.byteOffset+this.b,a)}, +i9(a){var s=this.b,r=B.f.bE(s,a) +if(r!==0)this.b=s+(a-r)}, +gbN(a){return this.a}} +A.ih.prototype={ +gv(a){var s=this +return A.a3(s.b,s.d,s.f,s.r,s.w,s.x,s.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.ih&&b.b===s.b&&b.d===s.d&&b.f===s.f&&b.r===s.r&&b.w===s.w&&b.x===s.x&&b.a===s.a}, +i(a){var s=this +return"StackFrame(#"+s.b+", "+s.c+":"+s.d+"/"+s.e+":"+s.f+":"+s.r+", className: "+s.w+", method: "+s.x+")"}} +A.a8K.prototype={ +$1(a){return a.length!==0}, +$S:21} +A.d2.prototype={ +lB(a,b){return new A.a4($.a5,this.$ti.j("a4<1>"))}, +hL(a){return this.lB(a,null)}, +fq(a,b,c,d){var s=b.$1(this.a) +if(d.j("a7<0>").b(s))return s +return new A.d2(d.a(s),d.j("d2<0>"))}, +aT(a,b,c){return this.fq(a,b,null,c)}, +fV(a){var s,r,q,p,o,n=this +try{s=a.$0() +if(t.L0.b(s)){p=J.ak1(s,new A.a9a(n),n.$ti.c) +return p}return n}catch(o){r=A.a9(o) +q=A.aB(o) +p=A.akx(r,q,n.$ti.c) +return p}}, +$ia7:1} +A.a9a.prototype={ +$1(a){return this.a.a}, +$S(){return this.a.$ti.j("1(@)")}} +A.wX.prototype={ +i(a){return"GestureDisposition."+this.b}} +A.cX.prototype={} +A.qG.prototype={ +O(a){this.a.mT(this.b,this.c,a)}} +A.uf.prototype={ +i(a){var s=this,r=s.a +r=r.length===0?""+"":""+new A.aA(r,new A.adb(s),A.af(r).j("aA<1,j>")).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.adb.prototype={ +$1(a){if(a===this.a.e)return a.i(0)+" (eager winner)" +return a.i(0)}, +$S:186} +A.ZW.prototype={ +pA(a,b,c){this.a.bs(0,b,new A.ZY(this,b)).a.push(c) +return new A.qG(this,b,c)}, +aas(a,b){var s=this.a.h(0,b) +if(s==null)return +s.b=!1 +this.KE(b,s)}, +G1(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.c.gJ(r).he(a) +for(s=1;s0.4){r.db=B.eW +r.O(B.bW)}else if(a.gq3().gvh()>A.EE(a.gd4(a),r.b))r.O(B.aj) +if(s>0.4&&r.db===B.vZ){r.db=B.eW +if(r.Q!=null)r.e3("onStart",new A.Zv(r,s))}}r.Fp(a)}, +he(a){var s=this,r=s.db +if(r===B.eV)r=s.db=B.vZ +if(s.Q!=null&&r===B.eW)s.e3("onStart",new A.Zt(s))}, +vd(a){var s=this,r=s.db,q=r===B.eW||r===B.Tk +if(r===B.eV){s.O(B.aj) +return}if(q&&s.ax!=null)if(s.ax!=null)s.e3("onEnd",new A.Zu(s)) +s.db=B.lL}, +fT(a){this.i7(a) +this.vd(a)}} +A.Zv.prototype={ +$0(){var s,r="_lastPosition",q=this.a,p=q.Q +p.toString +s=A.a(q.cx,r).b +A.a(q.cx,r) +return p.$1(new A.nC(s))}, +$S:0} +A.Zt.prototype={ +$0(){var s,r="_lastPosition",q=this.a,p=q.Q +p.toString +A.a(q.cy,"_lastPressure") +s=A.a(q.cx,r).b +A.a(q.cx,r) +return p.$1(new A.nC(s))}, +$S:0} +A.Zu.prototype={ +$0(){var s,r="_lastPosition",q=this.a,p=q.ax +p.toString +s=A.a(q.cx,r).b +A.a(q.cx,r) +return p.$1(new A.nC(s))}, +$S:0} +A.wg.prototype={ +gv(a){return A.a3(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.W(b)!==A.C(this))return!1 +return b instanceof A.wg&&b.a==this.a}, +i(a){return"DeviceGestureSettings(touchSlop: "+A.e(this.a)+")"}} +A.fv.prototype={ +i(a){return"#"+A.bF(this)+"("+this.a.i(0)+")"}} +A.uS.prototype={} +A.Cl.prototype={ +cg(a,b){return this.a.w8(b)}} +A.uy.prototype={ +cg(a,b){var s,r,q,p,o=new Float64Array(16),n=new A.bc(o) +n.by(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={ +a1g(){var s,r,q,p,o=this.c +if(o.length===0)return +s=this.b +r=B.c.gR(s) +for(q=o.length,p=0;p":B.c.bB(s,", "))+")"}} +A.r7.prototype={} +A.xM.prototype={} +A.r6.prototype={} +A.f9.prototype={ +hs(a){var s,r=this +switch(a.gdq(a)){case 1:s=r.ok==null&&r.k4==null&&r.p1==null&&r.p3==null&&!0 +if(s)return!1 +break +case 2:return!1 +case 4:return!1 +default:return!1}return r.oH(a)}, +BW(){var s,r=this +r.O(B.bW) +r.go=!0 +s=r.ay +s.toString +r.FN(s) +r.ZD()}, +Ny(a){var s,r=this +if(!a.goP()){if(t.c.b(a)){s=new A.jz(a.gd4(a),A.b7(20,null,!1,t.av)) +r.b5=s +s.uz(a.gjL(a),a.geo())}if(t.n2.b(a)){s=r.b5 +s.toString +s.uz(a.gjL(a),a.geo())}}if(t.oN.b(a)){if(r.go)r.ZB(a) +else r.O(B.aj) +r.A2()}else if(t.Ko.b(a)){r.GH() +r.A2()}else if(t.c.b(a)){r.id=new A.hh(a.geo(),a.gbS(a)) +r.k1=a.gdq(a) +r.ZA(a)}else if(t.n2.b(a))if(a.gdq(a)!==r.k1){r.O(B.aj) +s=r.ay +s.toString +r.i7(s)}else if(r.go)r.ZC(a)}, +ZA(a){this.id.toString +this.d.h(0,a.gcu()).toString +switch(this.k1){case 1:break +case 2:break +case 4:break}}, +GH(){if(this.ax===B.e1)switch(this.k1){case 1:break +case 2:break +case 4:break}}, +ZD(){var s,r,q=this +switch(q.k1){case 1:if(q.ok!=null){s=q.id +r=s.b +s=s.a +q.e3("onLongPressStart",new A.a1H(q,new A.r7(r,s)))}s=q.k4 +if(s!=null)q.e3("onLongPress",s) +break +case 2:break +case 4:break}}, +ZC(a){var s=this,r=a.gbS(a),q=a.geo(),p=a.gbS(a).a9(0,s.id.b) +a.geo().a9(0,s.id.a) +switch(s.k1){case 1:if(s.p1!=null)s.e3("onLongPressMoveUpdate",new A.a1G(s,new A.xM(r,q,p))) +break +case 2:break +case 4:break}}, +ZB(a){var s,r=this,q=r.b5.wV(),p=q==null?B.ca:new A.jy(q.a) +a.gbS(a) +s=a.geo() +r.b5=null +switch(r.k1){case 1:if(r.p3!=null)r.e3("onLongPressEnd",new A.a1F(r,new A.r6(s,p))) +break +case 2:break +case 4:break}}, +A2(){var s=this +s.go=!1 +s.b5=s.k1=s.id=null}, +O(a){var s=this +if(a===B.aj)if(s.go)s.A2() +else s.GH() +s.FH(a)}, +he(a){}} +A.a1H.prototype={ +$0(){return this.a.ok.$1(this.b)}, +$S:0} +A.a1G.prototype={ +$0(){return this.a.p1.$1(this.b)}, +$S:0} +A.a1F.prototype={ +$0(){return this.a.p3.$1(this.b)}, +$S:0} +A.kY.prototype={ +h(a,b){return this.c[b+this.a]}, +W(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.a3W(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.kY(c*a5,a5,q).W(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}, +zq(a,b){return Math.abs(A.a(this.id,"_globalDistanceMoved"))>A.EE(a,this.b)}, +pb(a){return new A.m(0,a.b)}, +mN(a){return a.b}} +A.hO.prototype={ +CZ(a,b){var s,r=this.cx +if(r==null)r=50 +s=this.CW +if(s==null)s=A.EE(b,this.b) +return Math.abs(a.a.a)>r&&Math.abs(a.d.a)>s}, +zq(a,b){return Math.abs(A.a(this.id,"_globalDistanceMoved"))>A.EE(a,this.b)}, +pb(a){return new A.m(a.a,0)}, +mN(a){return a.a}} +A.i1.prototype={ +CZ(a,b){var s,r=this.cx +if(r==null)r=50 +s=this.CW +if(s==null)s=A.EE(b,this.b) +return a.a.gvh()>r*r&&a.d.gvh()>s*s}, +zq(a,b){return Math.abs(A.a(this.id,"_globalDistanceMoved"))>A.aHx(a,this.b)}, +pb(a){return a}, +mN(a){return null}} +A.Nm.prototype={ +a5l(){this.a=!0}} +A.uQ.prototype={ +i7(a){if(this.r){this.r=!1 +$.eK.k4$.Pf(this.b,a)}}, +Oe(a,b){return a.gbS(a).a9(0,this.d).gcE()<=b}} +A.hH.prototype={ +hs(a){var s +if(this.x==null)switch(a.gdq(a)){case 1:s=this.f==null&&!0 +if(s)return!1 +break +default:return!1}return this.oH(a)}, +ii(a){var s=this,r=s.x +if(r!=null)if(!r.Oe(a,100))return +else{r=s.x +if(!r.f.a||a.gdq(a)!==r.e){s.mQ() +return s.KD(a)}}s.KD(a)}, +KD(a){var s,r,q,p,o,n,m=this +m.Kg() +s=$.eK.ok$.pA(0,a.gcu(),m) +r=a.gcu() +q=a.gbS(a) +p=a.gdq(a) +o=new A.Nm() +A.bO(B.B5,o.ga5k()) +n=new A.uQ(r,s,q,p,o) +m.y.n(0,a.gcu(),n) +o=a.gce(a) +if(!n.r){n.r=!0 +$.eK.k4$.LB(r,m.gu0(),o)}}, +a4V(a){var s,r=this,q=r.y,p=q.h(0,a.gcu()) +p.toString +if(t.oN.b(a)){s=r.x +if(s==null){if(r.w==null)r.w=A.bO(B.cn,r.ga4W()) +s=p.b +$.eK.ok$.adz(s) +p.i7(r.gu0()) +q.B(0,s) +r.GS() +r.x=p}else{s=s.c +s.a.mT(s.b,s.c,B.bW) +s=p.c +s.a.mT(s.b,s.c,B.bW) +p.i7(r.gu0()) +q.B(0,p.b) +q=r.f +if(q!=null)r.e3("onDoubleTap",q) +r.mQ()}}else if(t.n2.b(a)){if(!p.Oe(a,18))r.po(p)}else if(t.Ko.b(a))r.po(p)}, +he(a){}, +fT(a){var s,r=this,q=r.y.h(0,a) +if(q==null){s=r.x +s=s!=null&&s.b===a}else s=!1 +if(s)q=r.x +if(q!=null)r.po(q)}, +po(a){var s,r=this,q=r.y +q.B(0,a.b) +s=a.c +s.a.mT(s.b,s.c,B.aj) +a.i7(r.gu0()) +s=r.x +if(s!=null)if(a===s)r.mQ() +else{r.GE() +if(q.a===0)r.mQ()}}, +m(a){this.mQ() +this.FC(0)}, +mQ(){var s,r=this +r.Kg() +if(r.x!=null){if(r.y.a!==0)r.GE() +s=r.x +s.toString +r.x=null +r.po(s) +$.eK.ok$.ag1(0,s.b)}r.GS()}, +GS(){var s=this.y +s=s.gb2(s) +B.c.Y(A.ap(s,!0,A.n(s).j("q.E")),this.ga6n())}, +Kg(){var s=this.w +if(s!=null){s.aA(0) +this.w=null}}, +GE(){}} +A.a3R.prototype={ +LB(a,b,c){J.cU(this.a.bs(0,a,new A.a3T()),b,c)}, +Pf(a,b){var s,r=this.a,q=r.h(0,a) +q.toString +s=J.bP(q) +s.B(q,b) +if(s.gS(q))r.B(0,a)}, +a_v(a,b,c){var s,r,q,p +try{b.$1(a.bT(c))}catch(q){s=A.a9(q) +r=A.aB(q) +p=A.bi("while routing a pointer event") +A.cV(new A.bs(s,r,"gesture library",p,null,!1))}}, +Pz(a){var s=this,r=s.a.h(0,a.gcu()),q=s.b,p=t.Ld,o=t.iD,n=A.a1t(q,p,o) +if(r!=null)s.Hm(a,r,A.a1t(r,p,o)) +s.Hm(a,q,n)}, +Hm(a,b,c){c.Y(0,new A.a3S(this,b,a))}} +A.a3T.prototype={ +$0(){return A.z(t.Ld,t.iD)}, +$S:193} +A.a3S.prototype={ +$2(a,b){if(J.en(this.b,a))this.a.a_v(this.c,a,b)}, +$S:194} +A.a3U.prototype={ +oa(a,b,c){if(this.a!=null)return +this.b=b +this.a=c}, +O(a){var s,r,q,p,o=this,n=o.a +if(n==null)return +try{q=o.b +q.toString +n.$1(q)}catch(p){s=A.a9(p) +r=A.aB(p) +n=A.bi("while resolving a PointerSignalEvent") +A.cV(new A.bs(s,r,"gesture library",n,null,!1))}o.b=o.a=null}} +A.wu.prototype={ +i(a){return"DragStartBehavior."+this.b}} +A.cL.prototype={ +B4(a){var s=this +s.d.n(0,a.gcu(),a.gd4(a)) +if(s.hs(a))s.ii(a) +else s.qC(a)}, +ii(a){}, +qC(a){}, +hs(a){var s=this.c +return s==null||s.A(0,a.gd4(a))}, +m(a){}, +O1(a,b,c){var s,r,q,p,o=null +try{o=b.$0()}catch(q){s=A.a9(q) +r=A.aB(q) +p=A.bi("while handling a gesture") +A.cV(new A.bs(s,r,"gesture",p,null,!1))}return o}, +e3(a,b){return this.O1(a,b,null,t.z)}, +adS(a,b,c){return this.O1(a,b,c,t.z)}} +A.yo.prototype={ +ii(a){this.xs(a.gcu(),a.gce(a))}, +qC(a){this.O(B.aj)}, +he(a){}, +fT(a){}, +O(a){var s,r=this.e,q=A.ap(r.gb2(r),!0,t.G) +r.aG(0) +for(r=q.length,s=0;s18 +else s=!1 +if(p.CW){r=p.at +q=r!=null&&p.HU(a)>r}else q=!1 +if(t.n2.b(a))r=s||q +else r=!1 +if(r){p.O(B.aj) +r=p.ay +r.toString +p.i7(r)}else p.Ny(a)}p.Fp(a)}, +BW(){}, +he(a){if(a===this.ay){this.mZ() +this.CW=!0}}, +fT(a){var s=this +if(a===s.ay&&s.ax===B.e1){s.mZ() +s.ax=B.Bv}}, +vd(a){var s=this +s.mZ() +s.ax=B.bx +s.ch=null +s.CW=!1}, +m(a){this.mZ() +this.oK(0)}, +mZ(){var s=this.cx +if(s!=null){s.aA(0) +this.cx=null}}, +HU(a){return a.gbS(a).a9(0,this.ch.b).gcE()}} +A.a41.prototype={ +$0(){this.a.BW() +return null}, +$S:0} +A.hh.prototype={ +Z(a,b){return new A.hh(this.a.Z(0,b.a),this.b.Z(0,b.b))}, +a9(a,b){return new A.hh(this.a.a9(0,b.a),this.b.a9(0,b.b))}, +i(a){return"OffsetPair(local: "+this.a.i(0)+", global: "+this.b.i(0)+")"}} +A.On.prototype={} +A.tq.prototype={} +A.mm.prototype={} +A.Fl.prototype={ +ii(a){var s=this +if(s.ax===B.bx){if(s.k1!=null&&s.k2!=null)s.pw() +s.k1=a}if(s.k1!=null)s.Tb(a)}, +xs(a,b){this.T4(a,b)}, +Ny(a){var s,r,q=this +if(t.oN.b(a)){q.k2=a +q.GJ()}else if(t.Ko.b(a)){q.O(B.aj) +if(q.go){s=q.k1 +s.toString +q.vA(a,s,"")}q.pw()}else{s=a.gdq(a) +r=q.k1 +if(s!==r.gdq(r)){q.O(B.aj) +s=q.ay +s.toString +q.i7(s)}}}, +O(a){var s,r=this +if(r.id&&a===B.aj){s=r.k1 +s.toString +r.vA(null,s,"spontaneous") +r.pw()}r.FH(a)}, +BW(){this.Km()}, +he(a){var s=this +s.FN(a) +if(a===s.ay){s.Km() +s.id=!0 +s.GJ()}}, +fT(a){var s,r=this +r.Tc(a) +if(a===r.ay){if(r.go){s=r.k1 +s.toString +r.vA(null,s,"forced")}r.pw()}}, +Km(){var s,r=this +if(r.go)return +s=r.k1 +s.toString +r.Nz(s) +r.go=!0}, +GJ(){var s,r,q=this +if(!q.id||q.k2==null)return +s=q.k1 +s.toString +r=q.k2 +r.toString +q.NA(s,r) +q.pw()}, +pw(){var s=this +s.id=s.go=!1 +s.k1=s.k2=null}} +A.fg.prototype={ +hs(a){var s,r=this +switch(a.gdq(a)){case 1:if(r.y1==null&&r.ap==null&&r.y2==null&&r.a6==null)return!1 +break +case 2:if(r.ar==null)if(r.b5==null)s=!0 +else s=!1 +else s=!1 +if(s)return!1 +break +case 4:return!1 +default:return!1}return r.oH(a)}, +Nz(a){var s,r=this,q=a.gbS(a),p=a.geo(),o=r.d.h(0,a.gcu()) +o.toString +s=new A.tq(q,o,p) +switch(a.gdq(a)){case 1:if(r.y1!=null)r.e3("onTapDown",new A.a9h(r,s)) +break +case 2:if(r.b5!=null)r.e3("onSecondaryTapDown",new A.a9i(r,s)) +break +case 4:break}}, +NA(a,b){var s=this,r=b.gd4(b),q=b.gbS(b) +b.geo() +switch(a.gdq(a)){case 1:if(s.y2!=null)s.e3("onTapUp",new A.a9j(s,new A.mm(q,r))) +r=s.ap +if(r!=null)s.e3("onTap",r) +break +case 2:if(s.ar!=null)s.e3("onSecondaryTap",new A.a9k(s)) +break +case 4:break}}, +vA(a,b,c){var s,r=c===""?c:c+" " +switch(b.gdq(b)){case 1:s=this.a6 +if(s!=null)this.e3(r+"onTapCancel",s) +break +case 2:break +case 4:break}}} +A.a9h.prototype={ +$0(){return this.a.y1.$1(this.b)}, +$S:0} +A.a9i.prototype={ +$0(){return this.a.b5.$1(this.b)}, +$S:0} +A.a9j.prototype={ +$0(){return this.a.y2.$1(this.b)}, +$S:0} +A.a9k.prototype={ +$0(){return this.a.ar.$0()}, +$S:0} +A.N9.prototype={ +O(a){this.a.a85(this.b,a)}, +$iqG:1} +A.p9.prototype={ +he(a){var s,r,q,p,o=this +o.GT() +if(o.e==null){s=o.b[0] +o.e=s}for(s=o.b,r=s.length,q=0;qb*b)return new A.jy(s.eu(0,s.gcE()).W(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.Ic(c,f,d).Fn(2) +if(j!=null){i=new A.Ic(c,e,d).Fn(2) +if(i!=null)return new A.tK(new A.m(j.a[1]*1000,i.a[1]*1000),A.a(j.b,h)*A.a(i.b,h),new A.aP(r-q.a.a),s.b.a9(0,q.b))}}return new A.tK(B.j,1,new A.aP(r-q.a.a),s.b.a9(0,q.b))}} +A.qL.prototype={ +uz(a,b){var s=(this.c+1)%20 +this.c=s +this.d[s]=new A.CG(a,b)}, +zV(a){var s,r,q=this.c+a,p=B.f.bE(q,20),o=B.f.bE(q-1,20) +q=this.d +s=q[p] +r=q[o] +if(s==null||r==null)return B.j +q=s.a.a-r.a.a +return q>0?s.b.a9(0,r.b).W(0,1000).eu(0,q/1000):B.j}, +wV(){var s,r,q=this,p=q.zV(-2).W(0,0.6).Z(0,q.zV(-1).W(0,0.35)).Z(0,q.zV(0).W(0,0.05)),o=q.d,n=q.c,m=o[n] +for(s=null,r=1;r<=20;++r){s=o[B.f.bE(n+r,20)] +if(s!=null)break}if(s==null||m==null)return B.SR +else return new A.tK(p,1,new A.aP(m.a.a-s.a.a),m.b.a9(0,s.b))}} +A.LY.prototype={ +i(a){return"ThemeMode."+this.b}} +A.xT.prototype={ +an(){return new A.Cg(B.k)}} +A.a1N.prototype={ +$2(a,b){return new A.r9(a,b)}, +$S:196} +A.a1Q.prototype={ +ml(a){return A.ae(a).w}, +uL(a,b,c){switch(A.bn(c.a)){case B.as:return b +case B.a3:switch(A.ae(a).w.a){case 3:case 4:case 5:return A.aqR(b,c.b) +case 0:case 1:case 2:return b}break}}, +uK(a,b,c){var s,r,q,p=null,o=A.bx("indicator") +A.ae(a) +A.ae(a) +o.sdI(B.m3) +switch(A.ae(a).w.a){case 2:case 3:case 4:case 5:s=1 +break +case 0:s=2 +break +case 1:s=3 +break +default:s=p +break}if(s)c$0:for(r=o.a;!0;)switch(s){case 1:return b +case 2:q=o.b +if(q===o)A.K(A.e4(r)) +switch(q){case B.w7:s=1 +break +case B.m3:s=2 +break +default:s=p +break}if(s)c$1:for(;!0;)switch(s){case 1:return new A.th(c.a,b,p) +case 2:s=3 +continue c$0}break c$0 +case 3:return new A.qJ(c.a,A.ae(a).as.f,b,p)}}} +A.Cg.prototype={ +aB(){this.aS() +this.d=A.aC6()}, +ga4E(){var s=A.b([],t.a9) +this.a.toString +s.push(B.xC) +s.push(B.xw) +return s}, +a4i(a,b){return new A.Hi(B.BG,b,B.Ti,null)}, +a4J(a,b){var s,r,q,p,o,n=this,m=null +n.a.toString +s=A.e6(a) +r=s==null?m:s.d +if(r==null)r=B.ad +q=r===B.a4 +s=A.e6(a) +s=s==null?m:s.Q +p=s===!0 +if(q)if(p)n.a.toString +if(q)n.a.toString +if(p)n.a.toString +n.a.toString +o=A.all(B.ad) +n.a.toString +s=b==null?B.cL:b +return new A.zE(new A.vm(o,s,B.aa,B.D,m,m),m)}, +Zi(a){var s,r=this,q=null,p=r.a,o=p.f,n=p.r +p=p.ch +s=r.ga4E() +r.a.toString +return new A.AY(q,q,q,new A.aer(),q,q,q,q,q,o,q,n,B.EK,r.ga4I(),p,q,B.Q_,B.de,q,s,q,q,B.nC,!1,!1,!1,!1,r.ga4h(),!0,q,q,q,!1,new A.lt(r,t.bT))}, +I(a,b){var s=null,r=A.wR(!1,!1,this.Zi(b),s,s,s,s,!0,s,s,new A.aes(),s,s) +this.a.toString +return new A.zI(B.x5,new A.nG(A.a(this.d,"_heroController"),r,s),s)}} +A.aer.prototype={ +$1$2(a,b,c){return A.akP(b,a,c)}, +$2(a,b){return this.$1$2(a,b,t.z)}, +$S:199} +A.aes.prototype={ +$2(a,b){if(!(b instanceof A.kp)||!b.c.gvY().k(0,B.eo))return B.d2 +return A.aE7()?B.fW:B.d2}, +$S:107} +A.agY.prototype={ +Eq(a){return a.ww(this.b)}, +l3(a){return new A.L(a.b,this.b)}, +ED(a,b){return new A.m(0,a.b-b.b)}, +oA(a){return this.b!==a.b}} +A.Q1.prototype={} +A.vw.prototype={ +a0U(a){var s=this.db +if(s==null)s=a.to.Q +return s==null?new A.Ux(this,a).$0():s}, +an(){return new A.B5(B.k)}} +A.Ux.prototype={ +$0(){switch(this.b.w.a){case 0:case 1:case 3:case 5:return!1 +case 2:case 4:return this.a.f==null||!1}}, +$S:50} +A.B5.prototype={ +bH(){var s,r=this +r.e9() +s=r.d +if(s!=null)s.K(0,r.gy7()) +s=r.c.L(t.yd) +s=s==null?null:s.f +r.d=s +if(s!=null){s=s.d +s.a4e(s.c,new A.mz(r.gy7()),!1)}}, +m(a){var s=this,r=s.d +if(r!=null){r.K(0,s.gy7()) +s.d=null}s.aR(0)}, +a2_(){var s,r,q,p=this.c +p.toString +p=A.a6b(p) +s=p.e +if(s.ga5()!=null){r=p.w +q=r.x +r=q==null?A.n(r).j("dT.T").a(q):q}else r=!1 +if(r)s.ga5().eD(0) +p=p.d.ga5() +if(p!=null)p.afl(0)}, +a21(){var s,r,q,p=this.c +p.toString +p=A.a6b(p) +s=p.d +if(s.ga5()!=null){r=p.r +q=r.x +r=q==null?A.n(r).j("dT.T").a(q):q}else r=!1 +if(r)s.ga5().eD(0) +p=p.e.ga5() +if(p!=null)p.afl(0)}, +YP(a){var s,r +if(a instanceof A.fe){s=this.e +if(a.e0$===0){r=a.a +r=Math.max(r.gct()-r.geU(),0)>0&&A.bn(r.e)===B.a3}else r=!1 +this.e=r +if(r!==s)this.a4(new A.ab1())}}, +I(b1,b2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this,a4=null,a5="Open navigation menu",a6=A.ae(b2),a7=A.ae(b2).to,a8=new A.acv(b2,a4,a4,a4,4,a4,B.n,a4,a4,a4,a4,a4,a4,16,56,a4,a4,a4,a4),a9=b2.jw(t.Np),b0=A.Iw(b2,t.X) +b2.L(t.N8) +s=A.aK(t.R) +r=a3.e +if(r)s.E(0,B.tH) +r=a9==null +if(r)q=a4 +else{a9.a.toString +q=!1}if(r)a9=a4 +else{a9.a.toString +a9=!1}p=a9===!0 +if(b0==null)a9=a4 +else if(!b0.gND()){a9=b0.eh$ +a9=a9!=null&&a9.length!==0}else a9=!0 +o=a9===!0 +a9=a3.a +a9.toString +n=a7.at +if(n==null)n=56 +r=a8.gcD(a8) +m=t.MH +a9=A.dk(a9.at,s,m) +if(a9==null)a9=A.dk(a7.b,s,m) +l=a9==null?A.dk(r,s,t.n8):a9 +a3.a.toString +k=a7.c +if(k==null)k=a8.geI(a8) +a9=a3.a.x +j=a9==null?a7.d:a9 +if(j==null){a9=a8.d +a9.toString +j=a9}if(s.A(0,B.tH)){a3.a.toString +a9=a7.e +if(a9==null)a9=a8.e +i=a9==null?j:a9}else i=j +a9=a3.a.ch +if(a9==null)a9=a7.x +h=a9==null?a8.gqF().fJ(k):a9 +a9=a3.a +a9.toString +s=a7.y +a9=s==null?a9.ch:s +if(a9==null)a9=a7.x +if(a9==null){a9=a8.y +a9=a9==null?a4:a9.fJ(k) +g=a9}else g=a9 +if(g==null)g=h +a3.a.toString +a9=a7.ax +if(a9==null){a9=a8.gru() +a9=a9==null?a4:a9.fJ(k) +f=a9}else f=a9 +a3.a.toString +a9=a7.ay +if(a9==null){a9=a8.giW() +a9=a9==null?a4:a9.fJ(k) +e=a9}else e=a9 +a3.a.toString +if(q===!0){a9=h.c +if(a9==null)a9=24 +A.lH(b2,B.br,t.c4).toString +d=A.akz(a4,B.ng,a9,a3.ga1Z(),a5)}else if(!p&&o)d=B.wh +else d=a4 +if(d!=null){a3.a.toString +d=new A.f0(A.n2(a4,56),d,a4)}c=a3.a.e +switch(a6.w.a){case 0:case 1:case 3:case 5:b=!0 +break +case 2:case 4:b=a4 +break +default:b=a4}c=A.bq(a4,new A.MH(c,a4),!1,a4,a4,!1,a4,a4,!0,a4,a4,a4,a4,b,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4) +e.toString +c=A.jS(c,a4,a4,B.aL,!1,e,a4,a4,B.aA) +a=b2.L(t.w).f +c=new A.hd(a.v_(Math.min(a.c,1.34)),c,a4) +a9=a3.a.f +if(a9!=null&&!0){a9.toString +a0=A.fE(a9,B.dW,B.E,B.bC)}else if(p){a9=h.c +if(a9==null)a9=24 +A.lH(b2,B.br,t.c4).toString +a0=A.akz(a4,B.ng,a9,a3.ga20(),a5)}else a0=a4 +if(a0!=null)a0=A.x5(a0,g) +a9=a3.a.a0U(a6) +a3.a.toString +s=a7.as +if(s==null)s=16 +f.toString +a1=A.VW(new A.wc(new A.agY(n),A.x5(A.jS(new A.IH(d,c,a0,a9,s,a4),a4,a4,B.bM,!0,f,a4,a4,B.aA),h),a4),B.ai,a4) +a1=A.al8(!1,a1,!0) +a9=A.LX(l) +a9=a9===B.a4?B.Nh:B.Ni +a2=a9 +a3.a.toString +a9=a7.f +if(a9==null)a9=a8.f +s=a7.r +if(s==null)s=a8.r +r=a7.w +if(r==null)r=a8.w +return A.bq(a4,new A.vt(a2,A.hV(B.D,!0,a4,A.bq(a4,new A.dt(B.fc,a4,a4,a1,a4),!1,a4,a4,!0,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4),B.u,l,i,a4,a9,r,s,a4,B.bD),a4,t.ph),!0,a4,a4,!1,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4,a4)}} +A.ab1.prototype={ +$0(){}, +$S:0} +A.MH.prototype={ +aJ(a){var s=a.L(t.I) +s.toString +s=new A.Qi(B.M,s.f,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){var s=a.L(t.I) +s.toString +b.sbx(0,s.f)}} +A.Qi.prototype={ +c4(a){var s=a.Me(1/0) +return a.bo(this.q$.hA(s))}, +bK(){var s,r=this,q=t.k,p=q.a(A.u.prototype.ga_.call(r)).Me(1/0) +r.q$.cH(0,p,!0) +q=q.a(A.u.prototype.ga_.call(r)) +s=r.q$.k1 +s.toString +r.k1=q.bo(s) +r.B6()}} +A.acv.prototype={ +guj(){var s,r=this,q=r.cy +if(q===$){s=A.ae(r.cx) +A.bb(r.cy,"_theme") +r.cy=s +q=s}return q}, +gmH(){var s,r=this,q=r.db +if(q===$){s=r.guj() +A.bb(r.db,"_colors") +q=r.db=s.as}return q}, +gcD(a){return this.gmH().a===B.a4?this.gmH().cy:this.gmH().b}, +geI(a){return this.gmH().a===B.a4?this.gmH().db:this.gmH().c}, +gqF(){return this.guj().rx}, +gru(){return this.guj().R8.z}, +giW(){return this.guj().R8.r}} +A.pT.prototype={ +gv(a){var s=this +return A.a3(s.a,s.gcD(s),s.geI(s),s.d,s.e,s.f,s.gh_(),s.w,s.gqF(),s.gAY(),s.z,s.Q,s.as,s.at,s.gru(),s.giW(),s.ch,s.CW,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.pT)if(J.f(b.gcD(b),r.gcD(r)))if(J.f(b.geI(b),r.geI(r)))if(b.d==r.d)if(b.e==r.e)if(J.f(b.f,r.f))if(J.f(b.gh_(),r.gh_()))if(J.f(b.w,r.w))if(J.f(b.gqF(),r.gqF()))if(J.f(b.gAY(),r.gAY()))if(J.f(b.z,r.z))if(b.as==r.as)if(b.at==r.at)if(J.f(b.gru(),r.gru()))if(J.f(b.giW(),r.giW()))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gcD(a){return this.b}, +geI(a){return this.c}, +gh_(){return this.r}, +gqF(){return this.x}, +gAY(){return this.y}, +gru(){return this.ax}, +giW(){return this.ay}} +A.MG.prototype={} +A.xW.prototype={ +j8(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.a +f.toString +s=g.b +s.toString +r=s.a9(0,f) +q=Math.abs(r.a) +p=Math.abs(r.b) +o=r.gcE() +n=s.a +m=f.b +l=new A.m(n,m) +k=new A.a1O(g,o) +if(q>2&&p>2){j=o*o +i=f.a +h=s.b +if(q0){n.b=n.c=n.d=n.e=null +n.a=0}o=p.bj$ +o.b=!1 +B.c.sp(o.a,0) +n=o.c +if(n===$){m=A.cg(o.$ti.c) +A.bb(o.c,g) +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}p.ld(0)}for(s=h.f,r=A.arV(s),o=A.n(r).c;r.t();){l=r.e +l=A.a((l==null?o.a(l):l).d,"controller") +l.r.m(0) +l.r=null +k=l.d2$ +k.b=!1 +B.c.sp(k.a,0) +n=k.c +if(n===$){m=A.cg(k.$ti.c) +A.bb(k.c,g) +k.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}k=l.bj$ +k.b=!1 +B.c.sp(k.a,0) +n=k.c +if(n===$){m=A.cg(k.$ti.c) +A.bb(k.c,g) +k.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}l.ld(0)}s.aG(0) +h.a.toString +j=J.akB(3,t.A_) +for(s=h.gZ_(),i=0;i<3;++i){r=A.bo(null,B.D,null,null,h) +r.cf() +o=r.bj$ +o.b=!0 +o.a.push(s) +j[i]=r}h.d=j +h.a.toString +j=J.akB(3,t.FJ) +for(i=0;i<3;++i){s=h.d[i] +r=new A.ng(s,B.P,new A.qB(B.P)) +r.AD(s.gaZ(s)) +s.cf() +s=s.d2$ +s.b=!0 +s.a.push(r.gAC()) +j[i]=r}h.e=j +h.d[h.a.e].sl(0,1) +h.a.toString +h.r=null}, +gpa(){var s=this.a.r +if(s==null){s=this.c +s.toString +s=A.akb(s).z}if(s==null){this.a.toString +s=B.m8}return s}, +ga_m(){switch(this.gpa().a){case 1:return!1 +case 0:return!0}}, +aB(){this.aS() +this.a6C()}, +Z0(){this.a4(new A.abp())}, +m(a){var s,r,q,p,o,n,m,l,k="_set" +for(s=this.d,r=s.length,q=0;q0){n.b=n.c=n.d=n.e=null +n.a=0}o=p.bj$ +o.b=!1 +B.c.sp(o.a,0) +n=o.c +if(n===$){m=A.cg(o.$ti.c) +A.bb(o.c,k) +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}p.ld(0)}for(s=A.arV(this.f),r=A.n(s).c;s.t();){o=s.e +o=A.a((o==null?r.a(o):o).d,"controller") +o.r.m(0) +o.r=null +l=o.d2$ +l.b=!1 +B.c.sp(l.a,0) +n=l.c +if(n===$){m=A.cg(l.$ti.c) +A.bb(l.c,k) +l.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}l=o.bj$ +l.b=!1 +B.c.sp(l.a,0) +n=l.c +if(n===$){m=A.cg(l.$ti.c) +A.bb(l.c,k) +l.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}o.ld(0)}this.Vh(0)}, +a07(a){return $.amR().T(0,a.gl(a))}, +a68(a){this.a.toString}, +b4(a){var s,r,q=this +q.bu(a) +s=q.a +r=a.e +if(s.e!==r){switch(q.gpa().a){case 0:break +case 1:q.a68(q.a.e) +break}q.d[r].cc(0) +q.d[q.a.e].bp(0)}}, +a_e(a4){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="_animations",a3=a0.c +a3.toString +A.lH(a3,B.br,t.c4).toString +a3=a0.c +a3.toString +s=A.ae(a3) +a3=a0.c +a3.toString +r=A.akb(a3) +a0.a.toString +q=A.arG(r.r,14) +a0.a.toString +p=A.arG(r.w,12) +a3=s.as +switch(a3.a.a){case 1:o=a3.b +break +case 0:o=a3.f +break +default:o=a1}switch(a0.gpa().a){case 0:a3=a0.a +a3.toString +n=r.f +if(n==null)n=s.id +a3=a3.y +m=r.e +a3=m==null?a3:m +l=new A.dg(n,a3==null?o:a3) +break +case 1:a0.a.toString +n=r.f +if(n==null)n=a3.cy +m=r.e +l=new A.dg(n,m==null?a3.cy:m) +break +default:l=a1}k=A.b([],t.p) +a3=r.d +n=r.c +m=t.WV +j=t.R +i=0 +while(!0){h=a0.a +h.toString +if(!(i<3))break +g=A.aK(j) +if(i===h.e)g.E(0,B.bh) +a0.a.toString +h=A.dk(a1,g,m) +if(h==null)f=a1 +else f=h +if(f==null)f=B.dI.O(g) +h=a0.gpa() +g=a0.a.c[i] +e=J.ag(A.a(a0.e,a2),i) +a0.a.toString +d=J.ag(A.a(a0.e,a2),i) +d=$.amR().T(0,d.gl(d)) +c=a0.a.e +b=a0.ga_m() +a=i+1 +a0.a.toString +k.push(new A.MU(h,g,e,24,new A.abo(a0,i),l,d,i===c,n,a3,q,p,"Tab "+a+" of 3",!0,b,f,!0,a4,a1)) +i=a}return k}, +I(a,b){var s,r,q,p,o,n=this,m=null,l=A.akb(b) +n.a.toString +s=b.L(t.w).f.f.d +switch(n.gpa().a){case 0:n.a.toString +r=l.a +break +case 1:r=n.r +break +default:r=m}n.a.toString +q=l.b +if(q==null)q=8 +p=n.f.dL(0) +o=b.L(t.I) +o.toString +return A.bq(m,new A.MO(new A.f0(new A.aG(0,1/0,56+s,1/0),A.iM(A.hV(B.D,!0,m,new A.cr(new A.as(0,0,0,s),A.apX(A.aoU(A.fE(n.a_e(B.m7),B.ag,B.tz,B.Q),B.aL,m),b,!0,!1,!1,!1),m),B.u,m,0,m,m,m,m,m,B.df),m,m,new A.Q8(p,o.f,m),B.o),m),B.m7,q,r,m),!1,m,m,!0,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m)}} +A.abp.prototype={ +$0(){}, +$S:0} +A.abo.prototype={ +$0(){this.a.a.d.$1(this.b)}, +$S:0} +A.MO.prototype={ +I(a,b){var s=this,r=null,q=b.L(t.w).f,p=s.c +if(q.go7(q)===B.hE&&s.d===B.wr)p=new A.dt(B.dK,r,1,A.dB(p,r,q.a.b),r) +return A.hV(B.D,!0,r,p,B.u,s.f,s.e,r,r,r,r,r,B.bD)}} +A.alx.prototype={ +$1(a){return new A.aA(a,this.a.a.ga06(),A.af(a).j("aA<1,J>")).qx(0,0,new A.abZ())}, +$S:205} +A.abZ.prototype={ +$2(a,b){return a+b}, +$S:206} +A.Q8.prototype={ +ew(a){var s,r,q +if(this.c!==a.c)return!0 +s=this.b +r=a.b +if(s===r)return!1 +if(s.length!==r.length)return!0 +for(q=0;q>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.bt),s,r.c)}if(s==null){q=p.a +return A.aF(p,new A.du(A.ak(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.bt),r.c)}return A.aF(p,s,r.c)}, +$iaU:1} +A.OR.prototype={ +O(a){var s,r=this.a,q=r==null?null:r.O(a) +r=this.b +s=r==null?null:r.O(a) +return t.KX.a(A.ea(q,s,this.c))}, +$iaU:1} +A.MZ.prototype={} +A.vO.prototype={ +an(){return new A.MY(null,null,A.aK(t.R),B.k)}} +A.MY.prototype={ +aB(){this.aS() +this.a.toString +this.m9(B.a6)}, +m(a){var s=this.d +if(s!=null)s.m(0) +this.Vi(0)}, +b4(a){var s,r=this +r.bu(a) +r.a.toString +r.m9(B.a6) +s=r.ix$ +if(s.A(0,B.a6)&&s.A(0,B.aI))r.m9(B.aI)}, +I(c2,c3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5=this,b6=null,b7=b5.a,b8=new A.abR(b7.r,b7.agD(c3),b5.a.abs(c3)),b9=new A.abS(b5,b8),c0=b9.$1$1(new A.abw(),t.PM),c1=b9.$1$1(new A.abx(),t.p8) +b7=t.MH +s=b9.$1$1(new A.aby(),b7) +r=b9.$1$1(new A.abJ(),b7) +q=b9.$1$1(new A.abK(),b7) +p=b9.$1$1(new A.abL(),b7) +o=b9.$1$1(new A.abM(),t.pc) +b7=t.tW +n=b9.$1$1(new A.abN(),b7) +m=b9.$1$1(new A.abO(),b7) +l=b9.$1$1(new A.abP(),b7) +k=b9.$1$1(new A.abQ(),t.oI) +j=b9.$1$1(new A.abz(),t.KX) +i=b8.$1$1(new A.abA(),t.X3) +h=b8.$1$1(new A.abB(),t.Oc) +g=b8.$1$1(new A.abC(),t.Tu) +f=b8.$1$1(new A.abD(),t.y) +e=b8.$1$1(new A.abE(),t.pC) +d=new A.m(i.a,i.b).W(0,4) +c=b8.$1$1(new A.abF(),t.Ya) +b7=n.a +b=n.b +a=i.Ca(new A.aG(b7,l.a,b,l.b)) +if(m!=null){a0=a.bo(m) +b7=a0.a +if(isFinite(b7))a=a.BC(b7,b7) +b7=a0.b +if(isFinite(b7))a=a.ab0(b7,b7)}a1=d.b +b7=d.a +a2=Math.max(0,b7) +a3=o.E(0,new A.as(a2,a1,a2,a1)).G(0,B.aP,B.lN) +if(g.a>0){b=b5.e +if(b!=null){a4=b5.f +if(a4!=null)if(b!==c0)if(a4.gl(a4)!==s.gl(s)){b=b5.f +b=(b.gl(b)>>>24&255)/255===1&&(s.gl(s)>>>24&255)/255<1&&c0===0}else b=!1 +else b=!1 +else b=!1}else b=!1}else b=!1 +if(b){b=b5.d +if(!J.f(b==null?b6:b.e,g)){b=b5.d +if(b!=null)b.m(0) +b=A.bo(b6,g,b6,b6,b5) +b.c1(new A.abG(b5)) +b5.d=b}s=b5.f +b5.d.sl(0,0) +b5.d.bp(0)}b5.e=c0 +b5.f=s +c0.toString +b=c1==null?b6:c1.fJ(r) +a4=j.nj(k) +a5=s==null?B.df:B.hy +a6=b5.a +a7=a6.w +a8=a6.c +a6=a6.d +a9=b5.Ef(B.aI) +b0=b5.wE(B.ap,b5.a.e) +b1=b5.a +b2=b1.x +b1=b5.wE(B.aD,b1.f) +b3=b5.a +b3.toString +e.toString +a5=A.hV(g,!0,b6,A.iX(!1,!0,A.x5(new A.cr(a3,new A.dt(e,1,1,b3.z,b6),b6),new A.cM(r,b6,b6,b6)),j,f,b6,b2,B.S,b6,new A.Pc(new A.abH(b8)),b6,b1,a9,b0,a6,a8,new A.eg(new A.abI(b8),t._s),b6,c),a7,s,c0,b6,q,a4,p,b,a5) +switch(h.a){case 0:b4=new A.L(48+b7,48+a1) +break +case 1:b4=B.o +break +default:b4=b6}return A.bq(!0,new A.OD(b4,new A.f0(a,a5,b6),b6),!0,b6,!0,!1,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6)}} +A.abR.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:209} +A.abS.prototype={ +$1$1(a,b){return this.b.$1$1(new A.abT(this.a,a,b),b)}, +$1(a){return this.$1$1(a,t.z)}, +$S:210} +A.abT.prototype={ +$1(a){var s=this.b.$1(a) +return s==null?null:s.O(this.a.ix$)}, +$S(){return this.c.j("0?(bp?)")}} +A.abw.prototype={ +$1(a){return a==null?null:a.gfd(a)}, +$S:211} +A.abx.prototype={ +$1(a){return a==null?null:a.gwv(a)}, +$S:212} +A.aby.prototype={ +$1(a){return a==null?null:a.gcD(a)}, +$S:62} +A.abJ.prototype={ +$1(a){return a==null?null:a.geI(a)}, +$S:62} +A.abK.prototype={ +$1(a){return a==null?null:a.gev(a)}, +$S:62} +A.abL.prototype={ +$1(a){return a==null?null:a.gh_()}, +$S:62} +A.abM.prototype={ +$1(a){return a==null?null:a.gdz(a)}, +$S:214} +A.abN.prototype={ +$1(a){return a==null?null:a.gw5()}, +$S:80} +A.abO.prototype={ +$1(a){return a==null?null:a.y}, +$S:80} +A.abP.prototype={ +$1(a){return a==null?null:a.gw3()}, +$S:80} +A.abQ.prototype={ +$1(a){return a==null?null:a.Q}, +$S:216} +A.abz.prototype={ +$1(a){return a==null?null:a.gdQ(a)}, +$S:217} +A.abH.prototype={ +$1(a){return this.a.$1$1(new A.abu(a),t.Pb)}, +$S:218} +A.abu.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gw6() +s=s==null?null:s.O(this.a)}return s}, +$S:219} +A.abI.prototype={ +$1(a){return this.a.$1$1(new A.abt(a),t.n8)}, +$S:81} +A.abt.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gwa() +s=s==null?null:s.O(this.a)}return s}, +$S:221} +A.abA.prototype={ +$1(a){return a==null?null:a.gwI()}, +$S:222} +A.abB.prototype={ +$1(a){return a==null?null:a.gwu()}, +$S:223} +A.abC.prototype={ +$1(a){return a==null?null:a.ch}, +$S:224} +A.abD.prototype={ +$1(a){return a==null?null:a.CW}, +$S:225} +A.abE.prototype={ +$1(a){return a==null?null:a.cx}, +$S:226} +A.abF.prototype={ +$1(a){return a==null?null:a.gt4()}, +$S:227} +A.abG.prototype={ +$1(a){if(a===B.H)this.a.a4(new A.abv())}, +$S:3} +A.abv.prototype={ +$0(){}, +$S:0} +A.Pc.prototype={ +O(a){var s=this.a.$1(a) +s.toString +return s}, +gv5(){return"ButtonStyleButton_MouseCursor"}} +A.OD.prototype={ +aJ(a){var s=new A.CS(this.e,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sDi(this.e)}} +A.CS.prototype={ +sDi(a){if(this.u.k(0,a))return +this.u=a +this.a0()}, +b1(a){var s=this.q$ +if(s!=null)return Math.max(s.aw(B.V,a,s.gb9()),this.u.a) +return 0}, +aX(a){var s=this.q$ +if(s!=null)return Math.max(s.aw(B.ah,a,s.gbn()),this.u.b) +return 0}, +aV(a){var s=this.q$ +if(s!=null)return Math.max(s.aw(B.a9,a,s.gbf()),this.u.a) +return 0}, +b0(a){var s=this.q$ +if(s!=null)return Math.max(s.aw(B.b0,a,s.gbM()),this.u.b) +return 0}, +GA(a,b){var s,r,q=this.q$ +if(q!=null){s=b.$2(q,a) +q=s.a +r=this.u +return a.bo(new A.L(Math.max(q,r.a),Math.max(s.b,r.b)))}return B.o}, +c4(a){return this.GA(a,A.EJ())}, +bK(){var s,r,q=this,p=q.GA(t.k.a(A.u.prototype.ga_.call(q)),A.EK()) +q.k1=p +s=q.q$ +if(s!=null){r=s.e +r.toString +t.x.a(r) +s=s.k1 +s.toString +r.a=B.M.lw(t.EP.a(p.a9(0,s)))}}, +bD(a,b){var s +if(this.i8(a,b))return!0 +s=this.q$.k1.io(B.j) +return a.B5(new A.afH(this,s),s,A.apV(s))}} +A.afH.prototype={ +$2(a,b){return this.a.q$.bD(a,this.b)}, +$S:11} +A.Sv.prototype={} +A.E7.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.FA.prototype={ +i(a){return"ButtonTextTheme."+this.b}} +A.FB.prototype={ +gdz(a){switch(0){case 0:case 1:return B.fF}}, +gdQ(a){switch(0){case 0:case 1:return B.KQ}}, +k(a,b){var s,r=this +if(b==null)return!1 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.FB)if(J.f(b.gdz(b),r.gdz(r)))if(J.f(b.gdQ(b),r.gdQ(r)))if(J.f(b.w,r.w))if(J.f(b.y,r.y))if(J.f(b.z,r.z))s=J.f(b.at,r.at)&&b.ax==r.ax +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gv(a){var s=this +return A.a3(B.wH,88,36,s.gdz(s),s.gdQ(s),!1,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.N_.prototype={} +A.FG.prototype={ +I(a,b){var s,r,q,p,o,n,m,l,k=null,j=A.ae(b).a6 +A.ae(b) +s=new A.acw(b,B.u,k,k,k,1,B.n0,B.eG) +r=this.y +q=j.b +if(q==null)q=s.gae(s) +p=j.c +if(p==null)p=s.gev(s) +o=j.d +if(o==null)o=s.d +n=this.f +m=j.r +if(m==null)m=B.eG +l=j.a +if(l==null)l=B.u +return A.bq(k,A.cd(k,A.hV(B.D,!0,k,A.bq(k,this.Q,!1,k,k,!1,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k),l,q,n,k,p,m,o,k,B.hx),k,k,k,k,r,k,k),!0,k,k,!1,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k)}} +A.acw.prototype={ +gae(a){return A.ae(this.w).dy}, +gev(a){return A.ae(this.w).cx}} +A.q1.prototype={ +gv(a){var s=this +return A.a3(s.a,s.gae(s),s.gev(s),s.gh_(),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.W(b)!==A.C(s))return!1 +return b instanceof A.q1&&b.a==s.a&&J.f(b.gae(b),s.gae(s))&&J.f(b.gev(b),s.gev(s))&&J.f(b.gh_(),s.gh_())&&b.e==s.e&&J.f(b.f,s.f)&&J.f(b.r,s.r)}, +gae(a){return this.b}, +gev(a){return this.c}, +gh_(){return this.d}} +A.N3.prototype={} +A.vS.prototype={ +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.vS)if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)if(b.e==r.e)s=J.f(b.w,r.w)&&J.f(b.x,r.x) +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.C6.prototype={ +O(a){var s,r=this,q=r.a,p=q==null?null:q.O(a) +q=r.b +s=q==null?null:q.O(a) +return r.d.$3(p,s,r.c)}, +$iaU:1} +A.N4.prototype={} +A.vT.prototype={ +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.vT&&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.as,s.as)&&J.f(b.at,s.at)&&J.f(b.ax,s.ax)&&b.ay==s.ay&&b.ch==s.ch&&b.CW==s.CW}} +A.N7.prototype={} +A.Go.prototype={ +k(a,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this +if(a0==null)return!1 +if(b===a0)return!0 +if(J.W(a0)!==A.C(b))return!1 +if(a0 instanceof A.Go)if(a0.a===b.a){s=a0.b +r=b.b +if(s.k(0,r)){q=a0.c +p=b.c +if(q.k(0,p)){o=a0.d +if(o==null)o=s +n=b.d +if(o.k(0,n==null?r:n)){o=a0.e +if(o==null)o=q +n=b.e +if(o.k(0,n==null?p:n)){o=a0.f +n=b.f +if(o.k(0,n)){m=a0.r +l=b.r +if(m.k(0,l)){k=a0.w +if(k==null)k=o +j=b.w +if(k.k(0,j==null?n:j)){k=a0.x +if(k==null)k=m +j=b.x +if(k.k(0,j==null?l:j)){k=a0.y +j=k==null +i=j?o:k +h=b.y +g=h==null +if(i.k(0,g?n:h)){i=a0.z +f=i==null +e=f?m:i +d=b.z +c=d==null +if(e.k(0,c?l:d)){e=a0.Q +if(e==null){if(j)k=o}else k=e +j=b.Q +if(j==null)j=g?n:h +if(k.k(0,j)){k=a0.as +if(k==null)m=f?m:i +else m=k +k=b.as +if(k==null)l=c?l:d +else l=k +if(m.k(0,l)){m=a0.at +l=b.at +if(m.k(0,l)){k=a0.ax +j=b.ax +if(k.k(0,j)){i=a0.ay +m=i==null?m:i +i=b.ay +if(m.k(0,i==null?l:i)){m=a0.ch +if(m==null)m=k +l=b.ch +if(m.k(0,l==null?j:l))if(a0.CW.k(0,b.CW)){m=a0.cx +l=b.cx +if(m.k(0,l)){k=a0.cy +j=b.cy +if(k.k(0,j)){i=a0.db +h=b.db +if(i.k(0,h)){g=a0.dx +if(g==null)g=k +f=b.dx +if(g.k(0,f==null?j:f)){g=a0.dy +if(g==null)g=i +f=b.dy +if(g.k(0,f==null?h:f)){g=a0.fr +m=g==null?m:g +g=b.fr +if(m.k(0,g==null?l:g)){m=a0.fx +if(m==null)m=B.n +l=b.fx +if(m.k(0,l==null?B.n:l)){m=a0.fy +if(m==null)m=i +l=b.fy +if(m.k(0,l==null?h:l)){m=a0.go +if(m==null)m=k +l=b.go +if(m.k(0,l==null?j:l)){m=a0.id +q=m==null?q:m +m=b.id +if(q.k(0,m==null?p:m)){q=a0.k2 +if(q==null)q=s +p=b.k2 +if(q.k(0,p==null?r:p)){q=a0.k3 +if(q==null)q=o +p=b.k3 +if(q.k(0,p==null?n:p)){q=a0.k1 +s=q==null?s:q +q=b.k1 +s=s.k(0,q==null?r:q)}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1 +else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1 +else s=!1 +return s}, +gv(b1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7=this,a8=a7.b,a9=a7.c,b0=a7.d +if(b0==null)b0=a8 +s=a7.e +if(s==null)s=a9 +r=a7.f +q=a7.r +p=a7.w +if(p==null)p=r +o=a7.x +if(o==null)o=q +n=a7.y +m=n==null +l=m?r:n +k=a7.z +j=k==null +i=j?q:k +h=a7.Q +if(h==null){if(m)n=r}else n=h +m=a7.as +if(m==null)m=j?q:k +k=a7.at +j=a7.ax +h=a7.ay +if(h==null)h=k +g=a7.ch +if(g==null)g=j +f=a7.cx +e=a7.cy +d=a7.db +c=a7.dx +if(c==null)c=e +b=a7.dy +if(b==null)b=d +a=a7.fr +if(a==null)a=f +a0=a7.fx +if(a0==null)a0=B.n +a1=a7.fy +if(a1==null)a1=d +a2=a7.go +if(a2==null)a2=e +a3=a7.id +if(a3==null)a3=a9 +a4=a7.k2 +if(a4==null)a4=a8 +a5=a7.k3 +if(a5==null)a5=r +a6=a7.k1 +return A.a3(a7.a,a8,a9,b0,s,r,q,p,o,l,i,n,m,k,j,h,g,a7.CW,f,A.a3(e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6==null?a8:a6,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a))}} +A.N8.prototype={} +A.lI.prototype={} +A.wd.prototype={ +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.wd&&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.w==s.w&&b.x==s.x&&b.y==s.y&&b.z==s.z}} +A.C5.prototype={ +O(a){var s,r=this,q=r.a,p=q==null?null:q.O(a) +q=r.b +s=q==null?null:q.O(a) +return r.d.$3(p,s,r.c)}, +$iaU:1} +A.Nx.prototype={} +A.acz.prototype={ +l_(a){return B.o}, +uJ(a,b,c,d){return B.cL}, +on(a,b){return B.j}} +A.GP.prototype={ +I(a,b){var s,r,q,p,o,n,m,l,k=null +A.ae(b) +s=A.ae(b).bQ +r=A.arK(b) +q=t.w +p=b.L(q).f +o=p.e.Z(0,this.r) +p=s.d +if(p==null){p=r.d +p.toString}n=s.a +if(n==null)n=A.ae(b).k4 +m=s.b +if(m==null){m=r.b +m.toString}l=s.c +if(l==null){l=r.c +l.toString}l=A.hV(B.D,!0,k,this.z,this.w,n,m,k,k,l,k,k,B.hx) +return new A.vk(o,new A.hd(b.L(q).f.Pj(!0,!0,!0,!0),new A.dt(p,k,k,new A.f0(B.wy,l,k),k),k),B.dN,B.an,k,k)}} +A.pR.prototype={ +I(a,b){var s,r,q,p,o,n,m,l=null,k=A.ae(b),j=A.ae(b).bQ,i=A.arK(b),h=k.w +switch(h.a){case 2:case 4:s=l +break +case 0:case 1:case 3:case 5:A.lH(b,B.br,t.c4).toString +s="Alert" +break +default:s=l}r=A.Z(1,0.3333333333333333,B.e.G(b.L(t.w).f.c,1,2)-1) +r.toString +A.er(b) +q=24*r +p=j.e +if(p==null){p=i.giW() +p.toString}h=s==null&&h!==B.av +o=new A.cr(new A.as(q,q,q,0),A.jS(A.bq(l,this.c,!0,l,l,!1,l,l,l,l,l,l,l,h,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l),l,l,B.bM,!0,p,l,l,B.aA),l) +h=24*r +r=j.f +if(r==null){r=i.guX() +r.toString}n=new A.cr(new A.as(h,20,h,24),A.jS(A.bq(l,this.f,!0,l,l,!1,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l),l,l,B.bM,!0,r,l,l,B.aA),l) +h=A.b([],t.p) +h.push(o) +h.push(new A.wO(1,B.Bn,n,l)) +m=new A.HW(A.ep(h,B.dW,B.E,B.bC),l) +return new A.GP(l,l,B.Bg,B.u,l,l,s!=null?A.bq(l,m,!1,l,l,!0,l,l,l,l,s,l,l,!0,l,l,l,l,l,l,l,!0,l,l,l,l,l,l,l):m,l)}} +A.wi.prototype={} +A.WR.prototype={ +$3(a,b,c){var s=new A.N2(this.b.a,new A.jO(this.a,null),null) +s=A.al8(!0,s,!0) +return s}, +$C:"$3", +$R:3, +$S:228} +A.acx.prototype={ +gcD(a){return A.ae(this.r).k4}, +giW(){return this.w.r}, +guX(){return this.w.w}} +A.qk.prototype={ +gv(a){return J.r(this.c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.qk&&J.f(b.gcD(b),s.gcD(s))&&b.b==s.b&&J.f(b.c,s.c)&&J.f(b.d,s.d)&&J.f(b.giW(),s.giW())&&J.f(b.guX(),s.guX())}, +gcD(a){return this.a}, +giW(){return this.e}, +guX(){return this.f}} +A.NH.prototype={} +A.nj.prototype={ +I(a,b){var s,r,q,p=null,o=A.ap2(b),n=this.c,m=n==null?o.b:n +if(m==null)m=16 +s=o.c +if(s==null)s=0 +n=this.e +r=n==null?o.d:n +if(r==null)r=0 +q=o.e +if(q==null)q=0 +return A.dB(A.jP(A.cd(p,p,p,p,new A.dZ(p,p,new A.dM(B.t,B.t,A.aAU(b,p,s),B.t),p,p,p,B.aF),s,new A.f4(r,0,q,0),p,p),p,p),m,p)}} +A.wn.prototype={ +gv(a){var s=this +return A.a3(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.W(b)!==A.C(s))return!1 +return b instanceof A.wn&&J.f(b.a,s.a)&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e}} +A.NL.prototype={} +A.wx.prototype={ +gv(a){var s=this +return A.a3(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.W(b)!==A.C(s))return!1 +return b instanceof A.wx&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&b.c==s.c&&J.f(b.d,s.d)&&b.e==s.e}} +A.NS.prototype={} +A.GV.prototype={ +abs(a){var s,r,q,p,o=A.ae(a),n=o.as +A.ae(a) +s=n.c +r=n.db +q=A.aGR(a) +p=t.yG +s=A.aoG(B.M,B.D,new A.NV(n.b,r),new A.NW(2),!0,null,new A.NX(s,r),new A.fk(B.Mq,p),new A.fk(B.Mp,p),new A.NY(B.lo,B.eK),new A.NZ(s),new A.fk(q,t.Fx),new A.fk(o.cx,t.GJ),new A.fk(B.eG,t.w2),null,B.xz,null,o.f,new A.fk(o.R8.as,t.EN),o.z) +return s}, +agD(a){var s +a.L(t.dq) +s=A.ae(a) +return s.ag.a}} +A.NV.prototype={ +O(a){var s +if(a.A(0,B.a6)){s=this.b +if(s==null)s=null +else{s=s.a +s=A.ak(31,s>>>16&255,s>>>8&255,s&255)}return s}return this.a}} +A.NX.prototype={ +O(a){var s +if(a.A(0,B.a6)){s=this.b +if(s==null)s=null +else{s=s.a +s=A.ak(97,s>>>16&255,s>>>8&255,s&255)}return s}return this.a}} +A.NZ.prototype={ +O(a){var s +if(a.A(0,B.ap)){s=this.a +return A.ak(20,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.A(0,B.aD)||a.A(0,B.aI)){s=this.a +return A.ak(61,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}return null}} +A.NW.prototype={ +O(a){var s=this +if(a.A(0,B.a6))return 0 +if(a.A(0,B.ap))return s.a+2 +if(a.A(0,B.aD))return s.a+2 +if(a.A(0,B.aI))return s.a+6 +return s.a}} +A.NY.prototype={ +O(a){if(a.A(0,B.a6))return this.b +return this.a}} +A.Sz.prototype={} +A.SA.prototype={} +A.SB.prototype={} +A.SC.prototype={} +A.SD.prototype={} +A.wB.prototype={ +gv(a){return J.r(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.wB&&J.f(b.a,this.a)}} +A.O_.prototype={} +A.wJ.prototype={ +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.wJ&&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.w,s.w)&&J.f(b.x,s.x)}} +A.O3.prototype={} +A.wP.prototype={ +cZ(a){var s=this +return s.f!==a.f||s.r!==a.r||s.w!==a.w||s.x!==a.x||!1}} +A.acm.prototype={ +i(a){return""}} +A.u8.prototype={ +i(a){return"_FloatingActionButtonType."+this.b}} +A.Hi.prototype={ +I(a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=null,a=A.ae(a5),a0=a.a7,a1=this.k1,a2=new A.aeq(a1,!0,A.ae(a5),A.ae(a5).as,b,b,b,b,b,6,6,8,b,12,b,!0,b,B.ma,B.m9,B.mb,B.md,8,b,b),a3=a0.a +if(a3==null)a3=a2.geI(a2) +s=a0.b +if(s==null)s=a2.gcD(a2) +r=a0.c +if(r==null)r=a2.glQ() +q=a0.d +if(q==null)q=a2.glV() +p=a0.e +if(p==null)p=a2.goD() +o=a0.f +if(o==null)o=6 +n=a0.r +if(n==null)n=6 +m=a0.w +if(m==null)m=8 +l=a0.x +k=l==null?b:l +if(k==null)k=o +j=a0.y +if(j==null)j=12 +i=a0.as +if(i==null)i=a2.gqE() +l=a0.cy +h=(l==null?a2.gqm():l).fJ(a3) +g=a0.z +if(g==null)g=a2.gdQ(a2) +l=this.c +f=A.x5(l,new A.cM(b,b,i,b)) +switch(a1.a){case 0:e=a0.at +if(e==null)e=B.ma +break +case 1:e=a0.ax +if(e==null)e=B.m9 +break +case 2:e=a0.ay +if(e==null)e=B.mb +break +case 3:e=a0.ch +if(e==null)e=B.md +d=a0.cx +if(d==null)d=a2.gql() +a1=A.b([],t.p) +a1.push(l) +f=new A.N5(new A.cr(d,A.fE(a1,B.ag,B.E,B.bC),b),b) +break +default:e=b}c=A.apt(new A.z3(this.z,b,h,s,r,q,p,o,m,n,j,k,e,g,f,a.f,b,!1,B.u,a0.Q!==!1,b),B.xy) +return new A.Ip(c,b)}} +A.N5.prototype={ +aJ(a){var s=a.L(t.I) +s.toString +s=new A.CJ(B.M,s.f,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){var s=a.L(t.I) +s.toString +b.sbx(0,s.f)}} +A.CJ.prototype={ +b1(a){return 0}, +aX(a){return 0}, +c4(a){var s,r=this.q$,q=a.a,p=a.b,o=a.c,n=a.d +if(r!=null){s=r.hA(B.cQ) +return new A.L(Math.max(q,Math.min(p,s.a)),Math.max(o,Math.min(n,s.b)))}else return new A.L(B.f.G(1/0,q,p),B.f.G(1/0,o,n))}, +bK(){var s=this,r=t.k.a(A.u.prototype.ga_.call(s)),q=s.q$,p=r.a,o=r.b,n=r.c,m=r.d +if(q!=null){q.cH(0,B.cQ,!0) +q=s.q$.k1 +s.k1=new A.L(Math.max(p,Math.min(o,q.a)),Math.max(n,Math.min(m,q.b))) +s.B6()}else s.k1=new A.L(B.f.G(1/0,p,o),B.f.G(1/0,n,m))}} +A.aeq.prototype={ +geI(a){return this.fr.r}, +gcD(a){return this.fr.f}, +glQ(){return this.dy.ch}, +glV(){return this.dy.CW}, +goD(){return this.dy.fy}, +gdQ(a){return this.db===B.vY?B.MI:B.mp}, +gqE(){return this.db===B.Tj?36:24}, +gql(){return new A.f4(this.dx&&this.db===B.vY?16:20,0,20,0)}, +gqm(){return this.dy.R8.as.aaR(1.2)}} +A.Z5.prototype={ +i(a){return"FloatingActionButtonLocation"}} +A.a8L.prototype={ +l0(a){var s=this.Qt(a,0),r=a.c,q=a.b.b,p=a.a.b,o=a.w.b,n=r-p-Math.max(16,a.f.d-(a.r.b-r)+16) +if(o>0)n=Math.min(n,r-o-p-16) +return new A.m(s,(q>0?Math.min(n,r-q-p/2):n)+0)}} +A.YQ.prototype={} +A.YP.prototype={ +Qt(a,b){switch(a.y.a){case 0:return 16+a.e.a-b +case 1:return a.r.a-16-a.e.c-a.a.a+b}}} +A.acG.prototype={ +i(a){return"FloatingActionButtonLocation.endFloat"}} +A.Z4.prototype={ +i(a){return"FloatingActionButtonAnimator"}} +A.agb.prototype={ +Qs(a,b,c){if(c<0.5)return a +else return b}} +A.B4.prototype={ +gl(a){var s,r=this +if(A.a(r.w.x,"_value")>>16&255,o.gl(o)>>>8&255,o.gl(o)&255)) +s=A.akQ(b) +o=q.at +if(o!=null)r=o.$0() +else{o=q.b.k1 +r=new A.w(0,0,0+o.a,0+o.b)}if(s==null){a.bF(0) +a.T(0,b.a) +q.J7(a,r,p) +a.bt(0)}else q.J7(a,r.c7(s),p)}} +A.ai2.prototype={ +$0(){var s=this.a.k1 +return new A.w(0,0,0+s.a,0+s.b)}, +$S:116} +A.adD.prototype={ +Ml(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.L(s.c-s.a,s.d-s.b)}else{s=a3.k1 +s.toString +r=s}s=Math.max(r.LP(0,B.j).gcE(),new A.m(0+r.a,0).a9(0,new A.m(0,0+r.b)).gcE())/2}else s=a1 +q=new A.xc(a0,B.b1,f,s,A.aGg(a3,d,a2),a4,c,e,a3,g) +p=e.u +o=A.bo(h,B.e_,h,h,p) +n=e.gd5() +o.cf() +m=o.bj$ +m.b=!0 +m.a.push(n) +o.bp(0) +q.cx=o +o=A.a(o,"_fadeInController") +m=c.gl(c) +l=t.m +k=t.gD +q.CW=new A.aC(l.a(o),new A.lz(0,m>>>24&255),k.j("aC")) +m=A.bo(h,B.dZ,h,h,p) +m.cf() +o=m.bj$ +o.b=!0 +o.a.push(n) +m.bp(0) +q.ch=m +m=A.a(m,"_radiusController") +o=t.Y +j=$.auH() +i=o.j("eV") +q.ay=new A.aC(l.a(m),new A.eV(j,new A.ar(s*0.3,s+5,o),i),i.j("aC")) +p=A.bo(h,B.mW,h,h,p) +p.cf() +i=p.bj$ +i.b=!0 +i.a.push(n) +p.c1(q.ga49()) +q.db=p +p=A.a(p,"_fadeOutController") +n=c.gl(c) +i=$.auI() +k=k.j("eV") +q.cy=new A.aC(l.a(p),new A.eV(i,new A.lz(n>>>24&255,0),k),k.j("aC")) +e.B2(q) +return q}} +A.xc.prototype={ +uV(a){var s=A.a(this.ch,"_radiusController") +s.e=B.B1 +s.bp(0) +A.a(this.cx,"_fadeInController").bp(0) +s=A.a(this.db,"_fadeOutController") +s.z=B.Y +s.h0(1,B.aa,B.mW)}, +aA(a){var s,r,q=this,p="_fadeInController",o="_fadeOutController" +A.a(q.cx,p).ex(0) +s=1-A.a(A.a(q.cx,p).x,"_value") +A.a(q.db,o).sl(0,s) +if(s<1){r=A.a(q.db,o) +r.z=B.Y +r.h0(1,B.aa,B.e_)}}, +a4a(a){if(a===B.H)this.m(0)}, +m(a){var s=this +A.a(s.ch,"_radiusController").m(0) +A.a(s.cx,"_fadeInController").m(0) +A.a(s.db,"_fadeOutController").m(0) +s.oI(0)}, +Dz(a,b){var s,r,q,p,o=this,n=A.a(o.cx,"_fadeInController").r +if(n!=null&&n.a!=null){n=A.a(o.CW,"_fadeIn") +s=n.b +n=n.a +r=s.T(0,n.gl(n))}else{n=A.a(o.cy,"_fadeOut") +s=n.b +n=n.a +r=s.T(0,n.gl(n))}q=$.aJ()?A.aT():new A.aO(new A.aQ()) +n=o.e +q.sae(0,A.ak(r,n.gl(n)>>>16&255,n.gl(n)>>>8&255,n.gl(n)&255)) +n=A.ym(o.y,o.b.k1.io(B.j),B.au.T(0,A.a(A.a(o.ch,"_radiusController").x,"_value"))) +n.toString +s=A.a(o.ay,"_radius") +p=s.b +s=s.a +o.OJ(o.z,a,n,o.at,o.Q,q,p.T(0,s.gl(s)),o.ax,b)}} +A.ai1.prototype={ +$0(){var s=this.a.k1 +return new A.w(0,0,0+s.a,0+s.b)}, +$S:116} +A.adE.prototype={ +Ml(a,b,c,d,e,f,g,h,i,j,k,a0){var s,r,q=null,p=i==null?A.aGl(k,d,j,h):i,o=new A.xd(h,B.b1,f,p,A.aGf(k,d,j),!d,a0,c,e,k,g),n=e.u,m=A.bo(q,B.dZ,q,q,n),l=e.gd5() +m.cf() +s=m.bj$ +s.b=!0 +s.a.push(l) +m.bp(0) +o.CW=m +s=t.Y +r=t.m +o.ch=new A.aC(r.a(A.a(m,"_radiusController")),new A.ar(0,p,s),s.j("aC")) +n=A.bo(q,B.D,q,q,n) +n.cf() +s=n.bj$ +s.b=!0 +s.a.push(l) +n.c1(o.ga4b()) +o.cy=n +l=c.gl(c) +o.cx=new A.aC(r.a(n),new A.lz(l>>>24&255,0),t.gD.j("aC")) +e.B2(o) +return o}} +A.xd.prototype={ +uV(a){var s=B.e.eG(this.as/1),r=A.a(this.CW,"_radiusController") +r.e=A.bS(0,s,0) +r.bp(0) +this.cy.bp(0)}, +aA(a){var s=this.cy +if(s!=null)s.bp(0)}, +a4c(a){if(a===B.H)this.m(0)}, +m(a){var s=this +A.a(s.CW,"_radiusController").m(0) +s.cy.m(0) +s.cy=null +s.oI(0)}, +Dz(a,b){var s,r=this,q=$.aJ()?A.aT():new A.aO(new A.aQ()),p=r.e,o=A.a(r.cx,"_alpha"),n=o.b +o=o.a +q.sae(0,A.ak(n.T(0,o.gl(o)),p.gl(p)>>>16&255,p.gl(p)>>>8&255,p.gl(p)&255)) +s=r.y +if(r.ax)s=A.ym(s,r.b.k1.io(B.j),A.a(A.a(r.CW,"_radiusController").x,"_value")) +s.toString +p=A.a(r.ch,"_radius") +o=p.b +p=p.a +r.OJ(r.z,a,s,r.at,r.Q,q,o.T(0,p.gl(p)),r.ay,b)}} +A.lA.prototype={ +uV(a){}, +aA(a){}, +sae(a,b){if(b.k(0,this.e))return +this.e=b +this.a.aF()}, +OJ(a,b,c,d,e,f,g,h,i){var s,r=A.akQ(i) +b.bF(0) +if(r==null)b.T(0,i.a) +else b.aC(0,r.a,r.b) +if(d!=null){s=d.$0() +if(e!=null)b.fG(0,e.f1(s,h)) +else if(!a.k(0,B.b1))b.lD(0,A.a4d(s,a.c,a.d,a.a,a.b)) +else b.jg(0,s)}b.dZ(0,c,g,f) +b.bt(0)}} +A.qU.prototype={} +A.CE.prototype={ +cZ(a){return this.f!==a.f}} +A.qS.prototype={ +QA(a){return null}, +I(a,b){var s=this,r=b.L(t.sZ),q=r==null?null:r.f +return new A.BV(s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,!1,s.fy,!1,s.id,s.k1,q,s.gQz(),s.gabk(),null)}, +abl(a){return!0}} +A.BV.prototype={ +an(){return new A.BU(A.z(t.R9,t.Pr),new A.aM(A.b([],t.ML),t.yw),null,B.k)}} +A.ph.prototype={ +i(a){return"_HighlightType."+this.b}} +A.BU.prototype={ +gadq(){var s=this.r +s=s.gb2(s) +s=new A.av(s,new A.adB(),A.n(s).j("av")) +return!s.gS(s)}, +Db(a,b){var s,r=this.x,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.k2 +if(r!=null)r.Db(this,s)}}, +K6(a){var s=this.c +s.toString +this.a7Q(s) +this.In()}, +a7w(){return this.K6(null)}, +aB(){this.Vq() +$.F.D$.f.d.E(0,this.gIA())}, +b4(a){var s,r=this +r.bu(a) +s=r.a +s.toString +if(r.h8(s)!==r.h8(a)){s=r.a +s.toString +if(r.h8(s))r.PP(B.lM,!1,r.f) +r.AE()}}, +m(a){$.F.D$.f.d.B(0,this.gIA()) +this.aR(0)}, +gjR(){if(!this.gadq()){var s=this.d +s=s!=null&&s.a!==0}else s=!0 +return s}, +Ev(a){var s,r=this,q=r.c +q.toString +s=A.ae(q) +switch(a.a){case 0:q=r.a.db +q=q==null?null:q.a.$1(B.lh) +if(q==null)q=r.a.cy +return q==null?s.fx:q +case 2:q=r.a.db +q=q==null?null:q.a.$1(B.Ly) +if(q==null)q=r.a.CW +return q==null?s.ch:q +case 1:q=r.a.db +q=q==null?null:q.a.$1(B.Lx) +if(q==null)q=r.a.cx +return q==null?s.CW:q}}, +Qd(a){switch(a.a){case 0:return B.D +case 1:case 2:return B.cZ}}, +PP(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.eZ){s=j.a.k2 +if(s!=null)s.Db(j,c)}s=g==null +if(c===(!s&&g.CW))return +if(c)if(s){s=j.c.gF() +s.toString +t.r.a(s) +r=j.c.Cq(t.zd) +r.toString +q=j.Ev(a) +p=j.a +o=p.at +n=p.ax +m=p.ch +p=p.k3.$1(s) +l=j.c.L(t.I) +l.toString +k=j.Qd(a) +s=new A.lx(o,n,B.b1,m,p,l.f,q,r,s,new A.adC(j,a)) +k=A.bo(null,k,null,null,r.u) +k.cf() +p=k.bj$ +p.b=!0 +p.a.push(r.gd5()) +k.c1(s.ga1i()) +k.bp(0) +s.ch=k +k=A.a(k,i) +q=q.gl(q) +s.ay=new A.aC(t.m.a(k),new A.lz(0,q>>>24&255),t.gD.j("aC")) +r.B2(s) +h.n(0,a,s) +j.me()}else{g.CW=!0 +A.a(g.ch,i).bp(0)}else{g.CW=!1 +A.a(g.ch,i).cc(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}}, +ol(a,b){return this.PP(a,!0,b)}, +a_8(a){var s,r,q,p,o,n,m,l,k,j,i=this,h={},g=i.c.Cq(t.zd) +g.toString +s=i.c.gF() +s.toString +t.r.a(s) +r=s.i4(a) +q=i.a.db +q=q==null?null:q.a.$1(B.lh) +p=q==null?i.a.dx:q +if(p==null){q=i.c +q.toString +p=A.ae(q).fy}q=i.a +o=q.as?q.k3.$1(s):null +q=i.a +n=q.ay +m=q.ch +h.a=null +q=q.dy +if(q==null){q=i.c +q.toString +q=A.ae(q).y}l=i.a +k=l.as +l=l.ax +j=i.c.L(t.I) +j.toString +return h.a=q.Ml(0,n,p,k,g,m,new A.adz(h,i),r,l,o,s,j.f)}, +a4d(a){if(this.c==null)return +this.a4(new A.adA(this))}, +ga7r(){var s,r=this,q=r.c +q.toString +q=A.e6(q) +s=q==null?null:q.ax +switch((s==null?B.bE:s).a){case 0:q=r.a +q.toString +return r.h8(q)&&r.y +case 1:return r.y}}, +AE(){var s,r=$.F.D$.f.b +switch((r==null?A.wT():r).a){case 0:s=!1 +break +case 1:s=this.ga7r() +break +default:s=null}this.ol(B.Tm,s)}, +a2e(a){var s +this.y=a +this.AE() +s=this.a.fy +if(s!=null)s.$1(a)}, +a3L(a){if(this.x.a.length!==0)return +this.a7R(a) +this.a.toString}, +a3P(a){this.a.toString}, +Kf(a,b){var s,r,q,p,o=this +if(a!=null){s=a.gF() +s.toString +t.r.a(s) +r=s.k1 +r=new A.w(0,0,0+r.a,0+r.b).gaU() +q=A.hc(s.dk(0,null),r)}else q=b.a +p=o.a_8(q) +s=o.d;(s==null?o.d=A.cg(t.nQ):s).E(0,p) +o.e=p +o.me() +o.ol(B.eZ,!0)}, +a7R(a){return this.Kf(null,a)}, +a7Q(a){return this.Kf(a,null)}, +In(){var s=this,r=s.e +if(r!=null)r.uV(0) +s.e=null +s.ol(B.eZ,!1) +r=s.a +if(r.d!=null){if(r.fr){r=s.c +r.toString +A.YT(r)}r=s.a.d +if(r!=null)r.$0()}}, +a3J(){var s=this,r=s.e +if(r!=null)r.aA(0) +s.e=null +s.a.toString +s.ol(B.eZ,!1)}, +a1M(){var s=this.e +if(s!=null)s.uV(0) +this.e=null +s=this.a.w +if(s!=null)s.$0()}, +dd(){var s,r,q,p,o,n,m,l=this,k=l.d +if(k!=null){l.d=null +for(k=new A.pg(k,k.tn()),s=A.n(k).c;k.t();){r=k.d;(r==null?s.a(r):r).m(0)}l.e=null}for(k=l.r,s=A.lF(k,k.r);s.t();){r=s.d +q=k.h(0,r) +if(q!=null){p=A.a(q.ch,"_alphaController") +p.r.m(0) +p.r=null +o=p.d2$ +o.b=!1 +B.c.sp(o.a,0) +n=o.c +if(n===$){m=A.cg(o.$ti.c) +A.bb(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.bj$ +o.b=!1 +B.c.sp(o.a,0) +n=o.c +if(n===$){m=A.cg(o.$ti.c) +A.bb(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.ld(0) +q.oI(0)}k.n(0,r,null)}k=l.a.k2 +if(k!=null)k.Db(l,!1) +l.Vp()}, +h8(a){var s +if(a.d==null)if(a.w==null)s=!1 +else s=!0 +else s=!0 +return s}, +a2B(a){var s,r=this +r.f=!0 +s=r.a +s.toString +if(r.h8(s))r.ol(B.lM,r.f)}, +a2D(a){this.f=!1 +this.ol(B.lM,!1)}, +gZs(){var s,r=this,q=r.c +q.toString +q=A.e6(q) +s=q==null?null:q.ax +switch((s==null?B.bE:s).a){case 0:q=r.a +q.toString +return r.h8(q)&&r.a.k1 +case 1:return!0}}, +I(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=null +g.mC(0,b) +for(s=g.r,r=A.lF(s,s.r);r.t();){q=r.d +p=s.h(0,q) +if(p!=null)p.sae(0,g.Ev(q))}s=g.e +if(s!=null){r=g.a.db +r=r==null?f:r.a.$1(B.lh) +if(r==null)r=g.a.dx +s.sae(0,r==null?A.ae(b).fy:r)}s=g.a +r=s.Q +if(r==null)r=B.dI +q=A.aK(t.R) +if(!g.h8(s))q.E(0,B.a6) +if(g.f){s=g.a +s.toString +s=g.h8(s)}else s=!1 +if(s)q.E(0,B.ap) +if(g.y)q.E(0,B.aD) +o=A.dk(r,q,t.Pb) +n=g.w +if(n===$){s=g.gK5() +r=t.e +q=t._ +m=A.az([B.vM,new A.c3(s,new A.aM(A.b([],r),q),t.wY),B.Rv,new A.c3(s,new A.aM(A.b([],r),q),t.nz)],t.n,t.od) +A.bb(g.w,"_actionMap") +g.w=m +n=m}s=g.a.id +r=g.gZs() +q=g.a +p=q.d +p=p==null?f:g.gK5() +q=g.h8(q)?g.ga3K():f +l=g.a +l.toString +l=g.h8(l)?g.ga3O():f +k=g.a +k.toString +k=g.h8(k)?g.ga3H():f +j=g.a +j.toString +j=g.h8(j)?g.ga3I():f +i=g.a +h=i.w!=null?g.ga1L():f +return new A.CE(g,A.vd(n,A.wR(!1,r,A.o8(A.bq(f,A.eL(B.ao,i.c,B.W,!0,f,h,f,f,f,f,f,f,f,f,f,f,k,j,q,l,f,f,f),!1,f,f,!1,f,f,f,f,f,f,f,f,f,f,f,f,f,f,p,f,f,f,f,f,f,f,f),o,f,g.ga2A(),g.ga2C(),f),f,f,f,s,!0,f,g.ga2d(),f,f,f)),f)}, +$ialE:1} +A.adB.prototype={ +$1(a){return a!=null}, +$S:238} +A.adC.prototype={ +$0(){var s=this.a +s.r.n(0,this.b,null) +s.me()}, +$S:0} +A.adz.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.me()}}, +$S:0} +A.adA.prototype={ +$0(){this.a.AE()}, +$S:0} +A.qT.prototype={} +A.Ef.prototype={ +aB(){this.aS() +if(this.gjR())this.k5()}, +dd(){var s=this.cV$ +if(s!=null){s.ac() +this.cV$=null}this.j7()}} +A.h8.prototype={} +A.jv.prototype={ +gqL(){return!1}, +aaN(a){return new A.jv(this.b,a)}, +ghl(){return new A.as(0,0,0,this.a.b)}, +bd(a,b){return new A.jv(B.m6,this.a.bd(0,b))}, +f1(a,b){var s=A.d6() +s.fC(0,this.b.dN(a)) +return s}, +dv(a,b){var s,r +if(a instanceof A.jv){s=A.aF(a.a,this.a,b) +r=A.n1(a.b,this.b,b) +r.toString +return new A.jv(r,s)}return this.j5(a,b)}, +dw(a,b){var s,r +if(a instanceof A.jv){s=A.aF(this.a,a.a,b) +r=A.n1(this.b,a.b,b) +r.toString +return new A.jv(r,s)}return this.j6(a,b)}, +OI(a,b,c,d,e,f){var s=this.b +if(!s.c.k(0,B.K)||!s.d.k(0,B.K))a.fG(0,this.f1(b,f)) +s=b.d +a.iu(0,new A.m(b.a,s),new A.m(b.c,s),this.a.jM())}, +i0(a,b,c){return this.OI(a,b,0,0,null,c)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.h8&&b.a.k(0,this.a)}, +gv(a){var s=this.a +return A.a3(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.BW.prototype={ +sb8(a,b){if(b!=this.a){this.a=b +this.ac()}}, +sde(a){if(a!==this.b){this.b=a +this.ac()}}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.BW&&b.a==s.a&&b.b===s.b}, +gv(a){return A.a3(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return"#"+A.bF(this)}} +A.BX.prototype={ +en(a){var s=A.ea(this.a,this.b,a) +s.toString +return t.U1.a(s)}} +A.OA.prototype={ +aH(a,b){var s,r,q=this,p=q.b,o=q.c.T(0,p.gl(p)),n=new A.w(0,0,0+b.a,0+b.b) +p=q.x +p=q.w.T(0,p.gl(p)) +p.toString +s=A.q8(p,q.r) +if((s.gl(s)>>>24&255)>0){p=o.f1(n,q.f) +r=$.aJ()?A.aT():new A.aO(new A.aQ()) +r.sae(0,s) +r.scj(0,B.aq) +a.cp(0,p,r)}p=q.e +r=p.a +o.OI(a,n,p.b,A.a(q.d.x,"_value"),r,q.f)}, +ew(a){var s=this +return s.b!==a.b||s.x!==a.x||s.d!==a.d||s.c!==a.c||!s.e.k(0,a.e)||s.f!==a.f}, +i(a){return"#"+A.bF(this)}} +A.B9.prototype={ +an(){return new A.MR(null,null,B.k)}} +A.MR.prototype={ +aB(){var s,r=this,q=null +r.aS() +r.e=A.bo(q,B.AZ,q,r.a.w?1:0,r) +s=A.bo(q,B.D,q,q,r) +r.d=s +r.f=A.co(B.P,A.a(s,"_controller"),q) +s=r.a.c +r.r=new A.BX(s,s) +r.w=A.co(B.aa,A.a(r.e,"_hoverColorController"),q) +r.x=new A.dg(B.S,r.a.r)}, +m(a){A.a(this.d,"_controller").m(0) +A.a(this.e,"_hoverColorController").m(0) +this.Vg(0)}, +b4(a){var s,r,q=this,p="_hoverColorController" +q.bu(a) +s=a.c +if(!q.a.c.k(0,s)){q.r=new A.BX(s,q.a.c) +s=A.a(q.d,"_controller") +s.sl(0,0) +s.bp(0)}if(!q.a.r.k(0,a.r))q.x=new A.dg(B.S,q.a.r) +s=q.a.w +if(s!==a.w){r=q.e +if(s)A.a(r,p).bp(0) +else A.a(r,p).cc(0)}}, +I(a,b){var s,r=this,q="_borderAnimation",p=A.b([A.a(r.f,q),r.a.d,A.a(r.e,"_hoverColorController")],t.Eo),o=A.a(r.f,q),n=A.a(r.r,"_border"),m=r.a,l=m.e +m=m.d +s=b.L(t.I) +s.toString +return A.iM(null,new A.OA(o,n,l,m,s.f,r.a.f,A.a(r.x,"_hoverColorTween"),A.a(r.w,"_hoverAnimation"),new A.pk(p)),null,null,B.o)}} +A.QY.prototype={ +gagW(){var s=t.m.a(this.c),r=s.gl(s) +if(r<=0.25)return-r*4 +else if(r<0.75)return(r-0.5)*4 +else return(1-r)*4*4}, +I(a,b){return A.M2(null,this.e,A.o7(this.gagW(),0,0),!0)}} +A.BO.prototype={ +an(){return new A.BP(null,null,B.k)}} +A.BP.prototype={ +aB(){var s,r=this,q="_controller" +r.aS() +r.d=A.bo(null,B.D,null,null,r) +if(r.a.r!=null){r.f=r.oY() +A.a(r.d,q).sl(0,1)}s=A.a(r.d,q) +s.cf() +s=s.bj$ +s.b=!0 +s.a.push(r.gzt())}, +m(a){A.a(this.d,"_controller").m(0) +this.Vo(0)}, +zu(){this.a4(new A.adg())}, +b4(a){var s,r=this,q="_controller" +r.bu(a) +s=r.a.r!=null +if(s!==(a.r!=null)||!1)if(s){r.f=r.oY() +A.a(r.d,q).bp(0)}else{s=A.a(r.d,q) +s.cc(0)}}, +oY(){var s,r,q,p,o=null,n="_controller",m=A.a(this.d,n),l=A.a(this.d,n) +l=new A.ar(B.Ke,B.j,t.Ni).T(0,l.gl(l)) +s=this.a +r=s.r +r.toString +q=s.w +p=s.c +return A.bq(o,A.iS(!1,A.apq(A.bu(r,s.x,B.aL,o,o,q,p,o),!0,l),m),!0,o,o,!1,o,o,o,o,o,!0,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o)}, +I(a,b){var s,r=this,q="_controller",p=A.a(r.d,q) +if(p.gaZ(p)===B.w){r.f=null +r.a.toString +r.e=null +return B.c8}p=A.a(r.d,q) +if(p.gaZ(p)===B.H){r.e=null +if(r.a.r!=null)return r.f=r.oY() +else{r.f=null +return B.c8}}if(r.e==null&&r.a.r!=null)return r.oY() +if(r.f==null)r.a.toString +if(r.a.r!=null){p=t.Y +s=A.a(r.d,q) +return A.oO(B.b8,A.b([A.iS(!1,r.e,new A.aC(s,new A.ar(1,0,p),p.j("aC"))),r.oY()],t.p),B.bn,null,null)}return B.c8}} +A.adg.prototype={ +$0(){}, +$S:0} +A.qE.prototype={ +i(a){return"FloatingLabelBehavior."+this.b}} +A.Hj.prototype={ +gv(a){return B.f.gv(-1)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.Hj&&!0}, +i(a){return A.aBh(-1)}} +A.dH.prototype={ +i(a){return"_DecorationSlot."+this.b}} +A.NA.prototype={ +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.NA)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.x==r.x&&b.y.k(0,r.y)&&J.f(b.z,r.z)&&J.f(b.Q,r.Q)&&J.f(b.as,r.as)&&J.f(b.at,r.at)&&J.f(b.ax,r.ax)&&J.f(b.ay,r.ay)&&J.f(b.ch,r.ch)&&J.f(b.CW,r.CW)&&b.cx.oJ(0,r.cx)&&J.f(b.cy,r.cy)&&b.db.oJ(0,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}, +gv(a){var s=this +return A.a3(s.a,s.c,s.d,s.e,s.f,s.r,!1,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,s.db)}} +A.afB.prototype={} +A.CM.prototype={ +ghk(a){var s,r=A.b([],t.Ik),q=this.hW$ +if(q.h(0,B.O)!=null){s=q.h(0,B.O) +s.toString +r.push(s)}if(q.h(0,B.Z)!=null){s=q.h(0,B.Z) +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.a2)!=null){s=q.h(0,B.a2) +s.toString +r.push(s)}if(q.h(0,B.a_)!=null){s=q.h(0,B.a_) +s.toString +r.push(s)}if(q.h(0,B.a0)!=null){s=q.h(0,B.a0) +s.toString +r.push(s)}if(q.h(0,B.G)!=null){s=q.h(0,B.G) +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.ac)!=null){s=q.h(0,B.ac) +s.toString +r.push(s)}if(q.h(0,B.X)!=null){s=q.h(0,B.X) +s.toString +r.push(s)}if(q.h(0,B.aE)!=null){q=q.h(0,B.aE) +q.toString +r.push(q)}return r}, +saa(a,b){if(this.C.k(0,b))return +this.C=b +this.a0()}, +sbx(a,b){if(this.M===b)return +this.M=b +this.a0()}, +sPD(a,b){if(this.ag===b)return +this.ag=b +this.a0()}, +sagC(a){return}, +sD_(a){if(this.q===a)return +this.q=a +this.aj()}, +sCf(a){return}, +gzy(){this.C.f.gqL() +return!1}, +fs(a){var s,r=this.hW$ +if(r.h(0,B.O)!=null){s=r.h(0,B.O) +s.toString +a.$1(s)}if(r.h(0,B.a_)!=null){s=r.h(0,B.a_) +s.toString +a.$1(s)}if(r.h(0,B.a1)!=null){s=r.h(0,B.a1) +s.toString +a.$1(s)}if(r.h(0,B.G)!=null){s=r.h(0,B.G) +s.toString +a.$1(s)}if(r.h(0,B.a7)!=null)if(this.q){s=r.h(0,B.a7) +s.toString +a.$1(s)}else if(r.h(0,B.G)==null){s=r.h(0,B.a7) +s.toString +a.$1(s)}if(r.h(0,B.Z)!=null){s=r.h(0,B.Z) +s.toString +a.$1(s)}if(r.h(0,B.a2)!=null){s=r.h(0,B.a2) +s.toString +a.$1(s)}if(r.h(0,B.a0)!=null){s=r.h(0,B.a0) +s.toString +a.$1(s)}if(r.h(0,B.aE)!=null){s=r.h(0,B.aE) +s.toString +a.$1(s)}if(r.h(0,B.ac)!=null){s=r.h(0,B.ac) +s.toString +a.$1(s)}if(r.h(0,B.X)!=null){r=r.h(0,B.X) +r.toString +a.$1(r)}}, +ghB(){return!1}, +ib(a,b){var s +if(a==null)return 0 +a.cH(0,b,!0) +s=a.wN(B.y) +s.toString +return s}, +a4j(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}, +b1(a){var s,r,q,p,o,n=this.hW$,m=n.h(0,B.O) +m=m==null?0:m.aw(B.V,a,m.gb9()) +s=this.C +r=n.h(0,B.a1) +r=r==null?0:r.aw(B.V,a,r.gb9()) +q=n.h(0,B.a_) +q=q==null?0:q.aw(B.V,a,q.gb9()) +p=n.h(0,B.Z) +p=p==null?0:p.aw(B.V,a,p.gb9()) +o=n.h(0,B.a7) +o=o==null?0:o.aw(B.V,a,o.gb9()) +o=Math.max(p,o) +p=n.h(0,B.a0) +p=p==null?0:p.aw(B.V,a,p.gb9()) +n=n.h(0,B.a2) +n=n==null?0:n.aw(B.V,a,n.gb9()) +return m+s.a.a+r+q+o+p+n+this.C.a.c}, +aV(a){var s,r,q,p,o,n=this.hW$,m=n.h(0,B.O) +m=m==null?0:m.aw(B.a9,a,m.gbf()) +s=this.C +r=n.h(0,B.a1) +r=r==null?0:r.aw(B.a9,a,r.gbf()) +q=n.h(0,B.a_) +q=q==null?0:q.aw(B.a9,a,q.gbf()) +p=n.h(0,B.Z) +p=p==null?0:p.aw(B.a9,a,p.gbf()) +o=n.h(0,B.a7) +o=o==null?0:o.aw(B.a9,a,o.gbf()) +o=Math.max(p,o) +p=n.h(0,B.a0) +p=p==null?0:p.aw(B.a9,a,p.gbf()) +n=n.h(0,B.a2) +n=n==null?0:n.aw(B.a9,a,n.gbf()) +return m+s.a.a+r+q+o+p+n+this.C.a.c}, +a4y(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.aw(B.ah,b,q.gbn()) +s=Math.max(p,s)}return s}, +aX(a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=b.hW$,a0=a.h(0,B.O),a1=a0==null?0:a0.aw(B.ah,a2,a0.gbn()) +a0=a.h(0,B.O) +a2=Math.max(a2-(a0==null?0:a0.aw(B.V,a1,a0.gb9())),0) +a0=a.h(0,B.a1) +s=a0==null?0:a0.aw(B.ah,a2,a0.gbn()) +a0=a.h(0,B.a1) +r=a0==null?0:a0.aw(B.V,s,a0.gb9()) +a0=a.h(0,B.a2) +q=a0==null?0:a0.aw(B.ah,a2,a0.gbn()) +a0=a.h(0,B.a2) +p=a0==null?0:a0.aw(B.V,q,a0.gb9()) +a2=Math.max(a2-b.C.a.giA(),0) +a0=a.h(0,B.X) +o=a0==null?0:a0.aw(B.ah,a2,a0.gbn()) +a0=a.h(0,B.X) +n=Math.max(a2-(a0==null?0:a0.aw(B.V,o,a0.gb9())),0) +a0=a.h(0,B.ac) +m=a0==null?0:a0.aw(B.ah,n,a0.gbn()) +l=Math.max(o,m) +if(l>0)l+=8 +a0=a.h(0,B.a_) +k=a0==null?0:a0.aw(B.ah,a2,a0.gbn()) +a0=a.h(0,B.a_) +j=a0==null?0:a0.aw(B.V,k,a0.gb9()) +a0=a.h(0,B.a0) +i=a0==null?0:a0.aw(B.ah,a2,a0.gbn()) +a0=a.h(0,B.a0) +h=a0==null?0:a0.aw(B.V,i,a0.gb9()) +a0=t.V +g=B.c.o9(A.b([b.a4y(0,Math.max(a2-j-h-r-p,0),A.b([a.h(0,B.Z),a.h(0,B.a7)],t.Rs)),k,i],a0),B.dL) +f=b.C.y +e=new A.m(f.a,f.b).W(0,4) +f=b.C +a=a.h(0,B.G)==null?0:b.C.c +d=B.c.o9(A.b([a1,f.a.b+a+g+b.C.a.d+e.b,s,q],a0),B.dL) +a=b.C.x +a.toString +c=a||!1?0:48 +return Math.max(d,c)+l}, +b0(a){return this.aX(a)}, +dW(a){var s=this.hW$,r=s.h(0,B.Z).e +r.toString +r=t.x.a(r).a +s=s.h(0,B.Z).dW(a) +s.toString +return r.b+s}, +c4(a){return B.o}, +bK(){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=this,e3=null,e4={},e5=t.k,e6=e5.a(A.u.prototype.ga_.call(e2)) +e2.b6=null +s=A.z(t.Qv,t.i) +r=e6.b +q=e6.d +p=new A.aG(0,r,0,q) +o=e2.hW$ +s.n(0,o.h(0,B.O),e2.ib(o.h(0,B.O),p)) +n=o.h(0,B.O) +if(n==null)n=B.o +else{n=n.k1 +n.toString}m=p.pX(r-n.a) +s.n(0,o.h(0,B.a1),e2.ib(o.h(0,B.a1),m)) +s.n(0,o.h(0,B.a2),e2.ib(o.h(0,B.a2),m)) +l=m.pX(m.b-e2.C.a.giA()) +s.n(0,o.h(0,B.a_),e2.ib(o.h(0,B.a_),l)) +s.n(0,o.h(0,B.a0),e2.ib(o.h(0,B.a0),l)) +n=e5.a(A.u.prototype.ga_.call(e2)) +k=o.h(0,B.O) +if(k==null)k=B.o +else{k=k.k1 +k.toString}j=e2.C +i=o.h(0,B.a1) +if(i==null)i=B.o +else{i=i.k1 +i.toString}h=o.h(0,B.a_) +if(h==null)h=B.o +else{h=h.k1 +h.toString}g=o.h(0,B.a0) +if(g==null)g=B.o +else{g=g.k1 +g.toString}f=o.h(0,B.a2) +if(f==null)f=B.o +else{f=f.k1 +f.toString}e=e2.C +d=Math.max(0,n.b-(k.a+j.a.a+i.a+h.a+g.a+f.a+e.a.c)) +e=A.Z(1,1.3333333333333333,e.d) +e.toString +f=o.h(0,B.a2) +if(f==null)n=B.o +else{n=f.k1 +n.toString}e2.C.f.gqL() +e5=e5.a(A.u.prototype.ga_.call(e2)) +k=o.h(0,B.O) +if(k==null)k=B.o +else{k=k.k1 +k.toString}j=e2.C +i=o.h(0,B.a1) +if(i==null)i=B.o +else{i=i.k1 +i.toString}c=Math.max(0,e5.b-(k.a+j.a.a+i.a+n.a+e2.C.a.c)) +s.n(0,o.h(0,B.G),e2.ib(o.h(0,B.G),p.pX(c*e))) +s.n(0,o.h(0,B.a7),e2.ib(o.h(0,B.a7),p.BC(d,d))) +s.n(0,o.h(0,B.X),e2.ib(o.h(0,B.X),l)) +e=o.h(0,B.ac) +n=o.h(0,B.ac) +i=o.h(0,B.X) +if(i==null)e5=B.o +else{e5=i.k1 +e5.toString}s.n(0,e,e2.ib(n,l.pX(Math.max(0,l.b-e5.a)))) +b=o.h(0,B.G)==null?0:e2.C.c +e2.C.f.gqL() +if(o.h(0,B.X)==null)a=0 +else{e5=s.h(0,o.h(0,B.X)) +e5.toString +a=e5+8}e5=o.h(0,B.ac) +if(e5==null)e5=e3 +else{e5=e5.k1 +e5.toString}a0=e5!=null&&o.h(0,B.ac).k1.b>0 +a1=!a0?0:o.h(0,B.ac).k1.b+8 +a2=Math.max(a,a1) +e5=e2.C.y +a3=new A.m(e5.a,e5.b).W(0,4) +e5=o.h(0,B.Z) +n=o.h(0,B.Z) +k=e2.C.a +j=a3.b +i=j/2 +s.n(0,e5,e2.ib(n,p.BO(new A.as(0,k.b+b+i,0,k.d+a2+i)).BC(d,d))) +a4=o.h(0,B.a7)==null?0:o.h(0,B.a7).k1.b +a5=o.h(0,B.Z)==null?0:o.h(0,B.Z).k1.b +a6=Math.max(a4,a5) +e5=s.h(0,o.h(0,B.Z)) +e5.toString +n=s.h(0,o.h(0,B.a7)) +n.toString +a7=Math.max(A.dc(e5),A.dc(n)) +n=o.h(0,B.a_) +a8=n==null?e3:n.k1.b +if(a8==null)a8=0 +e5=o.h(0,B.a0) +a9=e5==null?e3:e5.k1.b +if(a9==null)a9=0 +e5=s.h(0,o.h(0,B.a_)) +e5.toString +n=s.h(0,o.h(0,B.a0)) +n.toString +b0=Math.max(0,Math.max(A.dc(e5),A.dc(n))-a7) +n=s.h(0,o.h(0,B.a_)) +n.toString +e5=s.h(0,o.h(0,B.a0)) +e5.toString +b1=Math.max(0,Math.max(a8-n,a9-e5)-(a6-a7)) +b2=o.h(0,B.a1)==null?0:o.h(0,B.a1).k1.b +b3=o.h(0,B.a2)==null?0:o.h(0,B.a2).k1.b +b4=Math.max(b2,b3) +e5=e2.C +n=e5.a +b5=Math.max(b4,b+n.b+b0+a6+b1+n.d+j) +e5=e5.x +e5.toString +if(!e5)e5=!1 +else e5=!0 +b6=e5?0:48 +b7=q-a2 +b8=Math.min(Math.max(b5,b6),b7) +b9=b6>b5?(b6-b5)/2:0 +c0=Math.max(0,b5-b7) +e5=e2.gzy()?B.vs:B.vt +c1=(e5.a+1)/2 +c2=b0-c0*(1-c1) +e5=e2.C.a +q=e5.b +c3=q+b+a7+c2+b9 +c4=b8-q-b-e5.d-(b0+a6+b1) +c5=c3+c4*c1+i +e5=e2.gzy()?B.vs:B.vt +c6=e2.a4j(c3,a7+c2/2+(b8-(2+a6))/2,c3+c4,e5) +if(o.h(0,B.X)!=null){e5=s.h(0,o.h(0,B.X)) +e5.toString +c7=b8+8+e5 +c8=o.h(0,B.X).k1.b+8}else{c7=0 +c8=0}if(a0){e5=s.h(0,o.h(0,B.ac)) +e5.toString +c9=b8+8+e5 +d0=a1}else{c9=0 +d0=0}d1=Math.max(c7,c9) +d2=Math.max(c8,d0) +if(o.h(0,B.aE)!=null){e5=o.h(0,B.O) +if(e5==null)e5=B.o +else{e5=e5.k1 +e5.toString}m=A.n2(b8,r-e5.a) +o.h(0,B.aE).cH(0,m,!0) +switch(e2.M.a){case 0:d3=0 +break +case 1:e5=o.h(0,B.O) +if(e5==null)e5=B.o +else{e5=e5.k1 +e5.toString}d3=e5.a +break +default:d3=e3}e5=o.h(0,B.aE).e +e5.toString +t.x.a(e5).a=new A.m(d3,0)}e4.a=null +d4=new A.afF(e4) +e4.b=null +d5=new A.afE(e4,new A.afB(s,c5,c6,d1,b8,d2)) +e5=e2.C.a +d6=e5.a +d7=r-e5.c +e4.a=b8 +e4.b=e2.gzy()?c6:c5 +if(o.h(0,B.O)!=null){switch(e2.M.a){case 0:d3=r-o.h(0,B.O).k1.a +break +case 1:d3=0 +break +default:d3=e3}e5=o.h(0,B.O) +e5.toString +d4.$2(e5,d3)}switch(e2.M.a){case 0:e5=o.h(0,B.O) +if(e5==null)e5=B.o +else{e5=e5.k1 +e5.toString}d8=d7-e5.a +if(o.h(0,B.a1)!=null){d8+=e2.C.a.a +e5=o.h(0,B.a1) +e5.toString +d8-=d4.$2(e5,d8-o.h(0,B.a1).k1.a)}if(o.h(0,B.G)!=null){e5=o.h(0,B.G) +e5.toString +d4.$2(e5,d8-o.h(0,B.G).k1.a)}if(o.h(0,B.a_)!=null){e5=o.h(0,B.a_) +e5.toString +d8-=d5.$2(e5,d8-o.h(0,B.a_).k1.a)}if(o.h(0,B.Z)!=null){e5=o.h(0,B.Z) +e5.toString +d5.$2(e5,d8-o.h(0,B.Z).k1.a)}if(o.h(0,B.a7)!=null){e5=o.h(0,B.a7) +e5.toString +d5.$2(e5,d8-o.h(0,B.a7).k1.a)}if(o.h(0,B.a2)!=null){d9=d6-e2.C.a.a +e5=o.h(0,B.a2) +e5.toString +d9+=d4.$2(e5,d9)}else d9=d6 +if(o.h(0,B.a0)!=null){e5=o.h(0,B.a0) +e5.toString +d5.$2(e5,d9)}break +case 1:e5=o.h(0,B.O) +if(e5==null)e5=B.o +else{e5=e5.k1 +e5.toString}d8=d6+e5.a +if(o.h(0,B.a1)!=null){d8-=e2.C.a.a +e5=o.h(0,B.a1) +e5.toString +d8+=d4.$2(e5,d8)}if(o.h(0,B.G)!=null){e5=o.h(0,B.G) +e5.toString +d4.$2(e5,d8)}if(o.h(0,B.a_)!=null){e5=o.h(0,B.a_) +e5.toString +d8+=d5.$2(e5,d8)}if(o.h(0,B.Z)!=null){e5=o.h(0,B.Z) +e5.toString +d5.$2(e5,d8)}if(o.h(0,B.a7)!=null){e5=o.h(0,B.a7) +e5.toString +d5.$2(e5,d8)}if(o.h(0,B.a2)!=null){d9=d7+e2.C.a.c +e5=o.h(0,B.a2) +e5.toString +d9-=d4.$2(e5,d9-o.h(0,B.a2).k1.a)}else d9=d7 +if(o.h(0,B.a0)!=null){e5=o.h(0,B.a0) +e5.toString +d5.$2(e5,d9-o.h(0,B.a0).k1.a)}break}if(o.h(0,B.ac)!=null||o.h(0,B.X)!=null){e4.a=d2 +e4.b=d1 +switch(e2.M.a){case 0:if(o.h(0,B.ac)!=null){e5=o.h(0,B.ac) +e5.toString +q=o.h(0,B.ac).k1.a +n=o.h(0,B.O) +if(n==null)n=B.o +else{n=n.k1 +n.toString}d5.$2(e5,d7-q-n.a)}if(o.h(0,B.X)!=null){e5=o.h(0,B.X) +e5.toString +d5.$2(e5,d6)}break +case 1:if(o.h(0,B.ac)!=null){e5=o.h(0,B.ac) +e5.toString +q=o.h(0,B.O) +if(q==null)q=B.o +else{q=q.k1 +q.toString}d5.$2(e5,d6+q.a)}if(o.h(0,B.X)!=null){e5=o.h(0,B.X) +e5.toString +d5.$2(e5,d7-o.h(0,B.X).k1.a)}break}}if(o.h(0,B.G)!=null){e5=o.h(0,B.G).e +e5.toString +e0=t.x.a(e5).a.a +e5=o.h(0,B.G) +if(e5==null)e5=B.o +else{e5=e5.k1 +e5.toString}e1=e5.a*0.75 +switch(e2.M.a){case 0:e5=e2.C +q=o.h(0,B.G) +if(q==null)q=B.o +else{q=q.k1 +q.toString}n=o.h(0,B.aE) +if(n==null)n=B.o +else{n=n.k1 +n.toString}e5.r.sb8(0,A.Z(e0+q.a,n.a/2+e1/2,0)) +break +case 1:e5=e2.C +q=o.h(0,B.O) +if(q==null)q=B.o +else{q=q.k1 +q.toString}n=o.h(0,B.aE) +if(n==null)n=B.o +else{n=n.k1 +n.toString}e5.r.sb8(0,A.Z(e0-q.a,n.a/2-e1/2,0)) +break}e2.C.r.sde(o.h(0,B.G).k1.a*0.75)}else{e2.C.r.sb8(0,e3) +e2.C.r.sde(0)}e2.k1=e6.bo(new A.L(r,b8+d2))}, +a5u(a,b){var s=this.hW$.h(0,B.G) +s.toString +a.dg(s,b)}, +aH(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=new A.afD(a,b),h=j.hW$ +i.$1(h.h(0,B.aE)) +if(h.h(0,B.G)!=null){s=h.h(0,B.G).e +s.toString +r=t.x +q=r.a(s).a +s=h.h(0,B.G) +if(s!=null)s.k1.toString +s=h.h(0,B.G) +if(s==null)s=B.o +else{s=s.k1 +s.toString}p=s.a +s=j.C +o=s.d +s.f.gqL() +s=j.C +n=A.Z(1,0.75,o) +n.toString +m=h.h(0,B.aE).e +m.toString +m=r.a(m).a +r=h.h(0,B.aE) +if(r==null)r=B.o +else{r=r.k1 +r.toString}switch(j.M.a){case 0:l=q.a+p*(1-n) +break +case 1:l=q.a +break +default:l=null}r=A.Z(l,m.a+r.a/2-p*0.75/2,0) +r.toString +r=A.Z(l,r,o) +r.toString +m=q.b +s=A.Z(0,s.a.b-m,o) +s.toString +k=new A.bc(new Float64Array(16)) +k.dD() +k.aC(0,r,m+s) +k.bd(0,n) +j.b6=k +k=A.a(j.CW,"_needsCompositing") +n=j.b6 +n.toString +s=j.ay +s.saL(0,a.DI(k,b,n,j.ga5t(),t.zV.a(s.a)))}else j.ay.saL(0,null) +i.$1(h.h(0,B.O)) +i.$1(h.h(0,B.a_)) +i.$1(h.h(0,B.a0)) +i.$1(h.h(0,B.a1)) +i.$1(h.h(0,B.a2)) +i.$1(h.h(0,B.a7)) +i.$1(h.h(0,B.Z)) +i.$1(h.h(0,B.ac)) +i.$1(h.h(0,B.X))}, +hY(a){return!0}, +cL(a,b){var s,r,q,p,o,n,m +for(s=this.ghk(this),r=s.length,q=t.x,p=0;p>>16&255,s>>>8&255,s&255) +if(q.a.w&&q.gaa(q).y2){q.gaa(q).toString +s=a.CW.a +return A.q8(A.ak(31,s>>>16&255,s>>>8&255,s&255),r)}return r}, +a0W(a){var s=this +if(s.gaa(s).p4!==!0)return B.S +s.gaa(s).toString +switch(a.as.a.a){case 0:return s.gaa(s).y2?B.mH:B.zv +case 1:return s.gaa(s).y2?B.zt:B.As}}, +a10(a){var s=this +if(s.gaa(s).p4!=null)s.gaa(s).p4.toString +return B.S}, +ga3Z(){var s=this,r=s.a +if(r.y)r=r.r&&r.c.y2 +else r=!0 +if(!r){if(s.gaa(s).d==null){s.gaa(s).toString +r=!1}else r=!0 +r=r&&s.gaa(s).ch!==B.fO}else r=!1 +return r}, +a0X(a){var s=this,r=t.p8,q=A.dk(s.gaa(s).f,s.gjD(),r) +if(q==null)q=A.dk(null,s.gjD(),r) +r=a.R8.w +r.toString +return r.bg(s.a.d).Mc(1).bg(new A.adF(s,a).$0()).bg(q)}, +HV(a){var s=this,r=s.gaa(s).y2?a.p1:B.S +return a.R8.Q.fJ(r).bg(A.dk(s.gaa(s).w,s.gjD(),t.p8))}, +gjD(){var s=this,r=A.aK(t.R) +if(!s.gaa(s).y2)r.E(0,B.a6) +if(s.a.r)r.E(0,B.aD) +if(s.a.w&&s.gaa(s).y2)r.E(0,B.ap) +if(s.gaa(s).at!=null)r.E(0,B.tI) +return r}, +a0P(a){var s,r,q,p=this,o=A.dk(p.gaa(p).y1,p.gjD(),t.Ef) +if(o==null)o=B.Sr +p.gaa(p).toString +if(o.a.k(0,B.t))return o +if(p.gaa(p).y2||p.a.r)s=p.gaa(p).at==null?p.a0Q(a):a.p2 +else{r=p.gaa(p).p4 +if(r===!0){p.gaa(p).toString +r=!0}else r=!1 +s=r?B.S:a.k1}p.gaa(p).toString +p.gaa(p) +r=!p.gaa(p).y2 +if(r)q=0 +else q=p.a.r?2:1 +return o.aaN(new A.du(s,q,B.bt))}, +I(b7,b8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0=this,b1=null,b2="_floatingLabelController",b3=A.ae(b8),b4=A.cl(b1,b1,b0.gaa(b0).y2?b3.p1:b3.k1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,!0,b1,b1,b1,b1,b1,b1,b1,b1),b5=t.p8,b6=A.dk(b0.gaa(b0).e,b0.gjD(),b5) +if(b6==null)b6=A.dk(b1,b0.gjD(),b5) +s=b3.R8 +r=s.w +r.toString +q=r.bg(b0.a.d).bg(b4).bg(b6).Mc(1) +p=q.Q +p.toString +b4=A.cl(b1,b1,b0.gaa(b0).y2?b3.p1:b3.k1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,!0,b1,b1,b1,b1,b1,b1,b1,b1) +b6=A.dk(b0.gaa(b0).z,b0.gjD(),b5) +if(b6==null)b6=A.dk(b1,b0.gjD(),b5) +r.bg(b0.a.d).bg(b4).bg(b6) +b0.gaa(b0).toString +o=b0.gaa(b0).at!=null +if(!b0.gaa(b0).y2)if(o)b0.gaa(b0).toString +else b0.gaa(b0).toString +else if(b0.a.r)if(o)b0.gaa(b0).toString +else b0.gaa(b0).toString +else if(o)b0.gaa(b0).toString +else b0.gaa(b0).toString +n=b0.a0P(b3) +r=b0.f +m=A.a(b0.d,b2) +l=b0.a0W(b3) +k=b0.a10(b3) +j=b0.a.w&&b0.gaa(b0).y2 +if(b0.gaa(b0).d==null){b0.gaa(b0).toString +i=!0}else i=!1 +if(i)h=b1 +else{i=A.a(b0.e,"_shakingLabelController") +g=b0.ga3Z()||b0.gaa(b0).ch!==B.fN?1:0 +f=b0.a +if(f.y)f=f.r&&f.c.y2 +else f=!0 +f=f?b0.a0X(b3):q +b0.gaa(b0).toString +e=b0.gaa(b0).d +e.toString +e=A.bu(e,b1,B.aL,b1,b1,b1,b0.a.e,b1) +h=new A.QY(A.azP(!1,A.aoq(e,B.P,B.D,f),B.P,B.D,g),i,b1)}b0.gaa(b0).toString +b0.gaa(b0).toString +b0.gaa(b0).toString +b0.gaa(b0).toString +i=b0.gaa(b0).cx +d=i===!0 +b0.gaa(b0).toString +b0.gaa(b0).toString +b0.gaa(b0).toString +i=b0.a.e +g=b0.gaa(b0).r +f=b0.HV(b3) +e=b0.gaa(b0).x +c=b0.gaa(b0).at +b=b0.gaa(b0).y2?b3.p2:B.S +s=s.Q.fJ(b).bg(b0.gaa(b0).ax) +a=b0.gaa(b0).ay +if(b0.gaa(b0).p2!=null)a0=b0.gaa(b0).p2 +else if(b0.gaa(b0).p1!=null&&b0.gaa(b0).p1!==""){a1=b0.a.r +a2=b0.gaa(b0).p1 +a2.toString +b5=b0.HV(b3).bg(A.dk(b0.gaa(b0).p3,b0.gjD(),b5)) +a0=A.bq(b1,A.bu(a2,b1,B.aL,b0.gaa(b0).ap,b1,b5,b1,b1),!0,b1,b1,!1,b1,b1,b1,b1,b1,a1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1)}else a0=b1 +b5=b8.L(t.I) +b5.toString +b0.gaa(b0).toString +b0.gaa(b0).toString +n.gqL() +a1=q.r +a1.toString +a3=(4+0.75*a1)*A.akT(b8) +a1=b0.gaa(b0).p4 +if(a1===!0)a4=d?B.Bb:B.mZ +else a4=d?B.Ba:B.B8 +b0.gaa(b0).toString +a1=b0.gaa(b0).CW +a1.toString +a2=A.a(A.a(b0.d,b2).x,"_value") +a5=b0.gaa(b0).a6 +a6=b0.gaa(b0).cx +a7=b0.a +a8=a7.z +a9=a7.f +a7=a7.r +b0.gaa(b0).toString +return new A.NC(new A.NA(a4,!1,a3,a2,a1,n,r,a5===!0,a6,b3.z,b1,a8,h,b1,b1,b1,b1,b1,new A.BO(i,g,f,e,c,s,a,b1),a0,new A.B9(n,r,m,l,k,j,b1)),b5.f,p,a9,a7,!1,b1)}} +A.adG.prototype={ +$0(){}, +$S:0} +A.adF.prototype={ +$0(){var s,r,q=null,p=this.a +if(p.gaa(p).at!=null){p.gaa(p).toString +s=this.b +r=s.p2}else{s=this.b +r=p.a0K(s)}s=A.cl(q,q,p.gaa(p).y2?r:s.k1,q,q,q,q,q,q,q,q,q,q,q,q,q,!0,q,q,q,q,q,q,q,q) +p.gaa(p).toString +p=p.gaa(p).e +return s.bg(p)}, +$S:242} +A.ly.prototype={ +Mi(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.as:b8,q=a7==null?s.at:a7,p=b1==null?s.ch:b1,o=b0==null?s.CW:b0,n=c2==null?s.cx:c2,m=e==null?s.p2:e,l=a0==null?s.p1:a0,k=f==null?s.p3:f,j=a9==null?s.p4:a9,i=a2==null?s.y2:a2,h=c5==null?s.ap:c5,g=a==null?s.a6:a +return new A.ly(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,r,q,s.ax,s.ay,p,o,n,s.cy,c1===!0,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k1,s.k2,s.k3,s.k4,s.ok,l,m,k,j,s.R8,s.RG,s.rx,s.ry,s.to,s.x1,s.x2,s.xr,s.y1,i,h,g,s.ar)}, +ab4(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.Mi(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)}, +aaZ(a,b){return this.Mi(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)}, +LG(a){var s,r,q=this,p=null,o=q.ch +if(o==null)o=B.n8 +s=q.CW +if(s==null)s=B.dM +r=q.p3 +if(r==null)r=p +return q.ab4(q.a6===!0,p,p,p,r,p,p,p,p,p,p,q.p4===!0,s,o,p,p,p,p,p,p,p,p,!1,q.cx===!0,p,p,p)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.ly)if(b.d==r.d)if(b.as==r.as)if(b.at==r.at)if(b.ch==r.ch)if(J.f(b.CW,r.CW))if(b.cx==r.cx)if(J.f(b.p2,r.p2))if(b.p1==r.p1)if(J.f(b.p3,r.p3))if(b.p4==r.p4)s=b.y2===r.y2&&b.ap==r.ap&&b.a6==r.a6&&!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 +return s}, +gv(a){var s=this +return A.fb([s.a,s.b,s.c,s.d,s.f,s.e,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,!1,s.p4,s.R8,s.RG,s.rx,s.dx,s.go,s.fr,s.fx,s.fy,s.dy,s.id,s.k4,s.k1,s.k2,s.k3,s.ok,s.p2,s.p1,s.p3,s.ry,s.to,s.x1,s.x2,s.xr,s.y1,s.y2,s.ap,s.a6,s.ar])}, +i(a){var s=this,r=A.b([],t.s),q=s.d +if(q!=null)r.push('labelText: "'+q+'"') +q=s.as +if(q!=null)r.push('hintMaxLines: "'+A.e(q)+'"') +q=s.at +if(q!=null)r.push('errorText: "'+q+'"') +q=s.ch +if(q!=null)r.push("floatingLabelBehavior: "+q.i(0)) +q=s.CW +if(q!=null)r.push("floatingLabelAlignment: "+q.i(0)) +q=s.cx +if(q===!0)r.push("isDense: "+A.e(q)) +q=s.p2 +if(q!=null)r.push("counter: "+q.i(0)) +q=s.p1 +if(q!=null)r.push("counterText: "+q) +q=s.p3 +if(q!=null)r.push("counterStyle: "+q.i(0)) +if(s.p4===!0)r.push("filled: true") +if(!s.y2)r.push("enabled: false") +q=s.ap +if(q!=null)r.push("semanticCounterText: "+q) +q=s.a6 +if(q!=null)r.push("alignLabelWithHint: "+A.e(q)) +return"InputDecoration("+B.c.bB(r,", ")+")"}} +A.HT.prototype={ +gv(a){var s=null +return A.a3(s,s,s,s,s,s,s,B.n8,B.dM,!1,s,!1,s,s,s,s,s,s,!1,A.a3(s,s,s,s,s,s,s,s,s,!1,s,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a))}, +k(a,b){var s +if(b==null)return!1 +if(this===b)return!0 +if(J.W(b)!==A.C(this))return!1 +if(b instanceof A.HT)if(B.dM.k(0,B.dM))s=!0 +else s=!1 +else s=!1 +return s}} +A.OB.prototype={} +A.E5.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.Sy.prototype={ +aM(a,b){return this.Ts(a,b)}} +A.Ee.prototype={ +m(a){var s=this,r=s.cz$ +if(r!=null)r.K(0,s.gkh()) +s.cz$=null +s.aR(0)}, +bL(){this.cw() +this.ck() +this.ki()}} +A.Eg.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.SX.prototype={ +ak(a){var s,r,q +this.dF(a) +for(s=this.ghk(this),r=s.length,q=0;q0;o=n){n=o-1 +l[o].dn(l[n],p)}this.Dz(a,p)}, +i(a){return"#"+A.bF(this)}} +A.oI.prototype={ +en(a){return A.ea(this.a,this.b,a)}} +A.Ch.prototype={ +an(){return new A.P1(null,null,B.k)}} +A.P1.prototype={ +lR(a){var s,r=this +r.CW=t.ir.a(a.$3(r.CW,r.a.z,new A.aet())) +s=r.a.as +r.cy=s!=null?t.YJ.a(a.$3(r.cy,s,new A.aeu())):null +s=r.a.at +r.cx=s!=null?t.YJ.a(a.$3(r.cx,s,new A.aev())):null +r.db=t.TZ.a(a.$3(r.db,r.a.w,new A.aew()))}, +I(a,b){var s,r,q,p,o,n,m=this,l=null,k=m.db +k.toString +s=m.gfw() +s=k.T(0,s.gl(s)) +s.toString +k=m.CW +k.toString +r=m.gfw() +q=k.T(0,r.gl(r)) +A.ae(b) +p=A.apa(b,m.a.Q,q) +o=m.a.as!=null?q:0 +k=m.cy +if(k==null)n=l +else{r=m.gfw() +r=k.T(0,r.gl(r)) +n=r}if(n==null)n=B.S +k=A.er(b) +r=m.a +return new A.Js(new A.oH(s,k,l),r.y,o,p,n,new A.De(r.r,s,!0,l),l)}} +A.aet.prototype={ +$1(a){return new A.ar(A.py(a),null,t.Y)}, +$S:84} +A.aeu.prototype={ +$1(a){return new A.dg(t.n8.a(a),null)}, +$S:64} +A.aev.prototype={ +$1(a){return new A.dg(t.n8.a(a),null)}, +$S:64} +A.aew.prototype={ +$1(a){return new A.oI(t.RY.a(a),null)}, +$S:246} +A.De.prototype={ +I(a,b){var s=A.er(b) +return A.iM(this.c,new A.QZ(this.d,s,null),null,null,B.o)}} +A.QZ.prototype={ +aH(a,b){this.b.i0(a,new A.w(0,0,0+b.a,0+b.b),this.c)}, +ew(a){return!a.b.k(0,this.b)}} +A.SM.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.P2.prototype={ +D1(a){return a.gnL(a)==="en"}, +dJ(a,b){return new A.d2(B.wT,t.az)}, +xj(a){return!1}, +i(a){return"DefaultMaterialLocalizations.delegate(en_US)"}} +A.GJ.prototype={$ixV:1} +A.cq.prototype={ +i(a){return"MaterialState."+this.b}} +A.Im.prototype={ +v3(a){return this.O(A.aK(t.R)).v3(a)}, +$iaU:1} +A.BA.prototype={ +O(a){if(a.A(0,B.a6))return B.eK +return this.a}, +gv5(){return"MaterialStateMouseCursor("+this.c+")"}, +gaN(a){return this.c}} +A.aU.prototype={} +A.eg.prototype={ +O(a){return this.a.$1(a)}, +$iaU:1} +A.fk.prototype={ +O(a){return this.a}, +i(a){return"MaterialStateProperty.all("+A.e(this.a)+")"}, +$iaU:1} +A.xY.prototype={ +wE(a,b){return new A.a1T(this,a,b)}, +Ef(a){return this.wE(a,null)}, +a9p(a){if(this.ix$.E(0,a))this.a4(new A.a1R())}, +m9(a){if(this.ix$.B(0,a))this.a4(new A.a1S())}} +A.a1T.prototype={ +$1(a){var s=this.a,r=this.b +if(s.ix$.A(0,r)===a)return +if(a)s.a9p(r) +else s.m9(r)}, +$S:5} +A.a1R.prototype={ +$0(){}, +$S:0} +A.a1S.prototype={ +$0(){}, +$S:0} +A.ye.prototype={ +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.ye&&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)&&b.f==s.f&&b.r==s.r&&!0}} +A.C4.prototype={ +O(a){var s,r=this,q=r.a,p=q==null?null:q.O(a) +q=r.b +s=q==null?null:q.O(a) +return r.d.$3(p,s,r.c)}, +$iaU:1} +A.Pi.prototype={} +A.yf.prototype={ +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.yf)if(J.f(b.a,r.a))if(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(b.r==r.r)s=J.f(b.y,r.y)&&b.z==r.z&&b.Q==r.Q +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.Pj.prototype={} +A.ys.prototype={ +gv(a){return J.r(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.ys&&J.f(b.a,this.a)}} +A.Pv.prototype={} +A.o6.prototype={ +gno(){return A.dE.prototype.gno.call(this)+"("+A.e(this.b.a)+")"}, +gqQ(){return!0}} +A.xX.prototype={ +gE5(a){return B.cn}, +gpK(){return null}, +gBg(){return null}, +Bo(a){var s +if(!(t.Le.b(a)&&!0))s=!1 +else s=!0 +return s}, +LS(a,b,c){var s=null +return A.bq(s,this.c5.$1(a),!1,s,s,!0,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s,s)}, +Bm(a,b,c,d){var s,r +A.ae(a) +s=A.ae(a).w +r=B.ey.h(0,this.a.CW.a?B.av:s) +if(r==null)r=B.mm +return r.LT(this,a,b,c,d,this.$ti.c)}} +A.Ci.prototype={} +A.St.prototype={ +I(a,b){return new A.ql(this.c,new A.ahy(),new A.ahz(),new A.ql(new A.i7(this.d,new A.aM(A.b([],t.W),t.jc),0),new A.ahA(),new A.ahB(),this.e,null),null)}} +A.ahy.prototype={ +$3(a,b,c){return new A.pu(b,c,!1,null)}, +$C:"$3", +$R:3, +$S:159} +A.ahz.prototype={ +$3(a,b,c){return new A.pv(b,!0,c,null)}, +$C:"$3", +$R:3, +$S:160} +A.ahA.prototype={ +$3(a,b,c){return new A.pu(b,c,!0,null)}, +$C:"$3", +$R:3, +$S:159} +A.ahB.prototype={ +$3(a,b,c){return new A.pv(b,!1,c,null)}, +$C:"$3", +$R:3, +$S:160} +A.pu.prototype={ +I(a,b){var s,r,q,p=this,o={} +o.a=0 +s=p.e +if(!s){r=p.c +r=r.gaZ(r)!==B.H}else r=!1 +if(r){r=p.c +r=$.avy().T(0,r.gl(r)) +r.toString +o.a=r}if(s)q=B.cT +else{r=$.avv() +q=new A.aC(p.c,r,A.n(r).j("aC"))}s=s?$.avw():$.avx() +r=p.c +return A.fR(r,new A.ahx(o),A.iS(!1,A.KG(p.d,new A.aC(r,s,A.n(s).j("aC"))),q))}} +A.ahx.prototype={ +$2(a,b){return new A.lh(A.ak(B.e.aI(255*this.a.a),0,0,0),b,null)}, +$S:249} +A.pv.prototype={ +I(a,b){var s,r,q=this,p=q.d +if(p){s=$.avz() +r=new A.aC(q.c,s,A.n(s).j("aC"))}else r=B.cT +p=p?$.avA():$.avB() +return A.iS(!1,A.KG(q.e,new A.aC(q.c,p,A.n(p).j("aC"))),r)}} +A.ki.prototype={} +A.Mo.prototype={ +LT(a,b,c,d,e){return new A.St(c,d,e,null)}} +A.Gx.prototype={ +LT(a,b,c,d,e,f){return A.aAA(a,b,c,d,e,f)}} +A.IZ.prototype={ +y5(a){var s=t.Tr +return A.ap(new A.aA(B.Dp,new A.a3c(a),s),!0,s.j("bl.E"))}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.W(b)!==A.C(r))return!1 +s=b instanceof A.IZ +if(s&&!0)return!0 +return s&&A.dX(r.y5(B.ey),r.y5(B.ey))}, +gv(a){return A.fb(this.y5(B.ey))}} +A.a3c.prototype={ +$1(a){return this.a.h(0,a)}, +$S:250} +A.Px.prototype={} +A.yM.prototype={ +gv(a){var s=this +return A.a3(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.W(b)!==A.C(r))return!1 +if(b instanceof A.yM)if(b.c==r.c)if(J.f(b.a,r.a))if(J.f(b.b,r.b))if(J.f(b.d,r.d))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.Q0.prototype={} +A.Ms.prototype={ +i(a){return"_ActivityIndicatorType."+this.b}} +A.JL.prototype={ +I5(a){var s,r=this.f +if(r==null)r=null +else{s=r.b +r=r.a +r=s.T(0,r.gl(r))}if(r==null)r=this.e +if(r==null)r=A.al3(a).a +return r==null?A.ae(a).as.b:r}, +Gx(a,b){var s=null,r=this.w,q=this.c +if(q!=null)r=""+B.e.aI(q*100)+"%" +return A.bq(s,a,!1,s,s,!1,s,s,s,s,this.r,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,r)}} +A.tS.prototype={ +aH(a,b){var s,r,q,p=this,o=$.aJ(),n=o?A.aT():new A.aO(new A.aQ()) +n.sae(0,p.c) +s=p.x +n.sf5(s) +n.scj(0,B.U) +r=p.b +if(r!=null){q=o?A.aT():new A.aO(new A.aQ()) +q.sae(0,r) +q.sf5(s) +q.scj(0,B.U) +a.jn(0,new A.w(0,0,0+b.a,0+b.b),0,6.282185307179586,!1,q)}if(p.d==null)n.sFq(B.MK) +a.jn(0,new A.w(0,0,0+b.a,0+b.b),p.y,p.z,!1,n)}, +ew(a){var s=this +return!J.f(a.b,s.b)||!a.c.k(0,s.c)||a.d!=s.d||a.e!==s.e||a.f!==s.f||a.r!==s.r||a.w!==s.w||a.x!==s.x}} +A.le.prototype={ +gcD(a){return this.d}, +an(){return new A.Be(null,null,B.k)}} +A.Be.prototype={ +aB(){var s,r=this +r.aS() +s=A.bo(null,B.B2,null,null,r) +r.d=s +if(r.a.c==null)A.a(s,"_controller").Pl(0)}, +b4(a){var s,r=this,q="_controller" +r.bu(a) +if(r.a.c==null){s=A.a(r.d,q).r +s=!(s!=null&&s.a!=null)}else s=!1 +if(s)A.a(r.d,q).Pl(0) +else{if(r.a.c!=null){s=A.a(r.d,q).r +s=s!=null&&s.a!=null}else s=!1 +if(s)A.a(r.d,q).ex(0)}}, +m(a){A.a(this.d,"_controller").m(0) +this.Vj(0)}, +tm(a,b,c,d,e){var s,r,q,p,o=null,n=this.a +n.gcD(n) +n=A.al3(a) +s=this.a +r=s.I5(a) +q=this.a +p=q.c +return s.Gx(A.cd(o,A.iM(o,o,o,A.aEB(n.d,b,d,e,q.z,c,p,r),B.o),o,B.wx,o,o,o,o,o),a)}, +yf(){return A.fR(A.a(this.d,"_controller"),new A.ac_(this),null)}, +I(a,b){var s=this.a +s.toString +switch(0){case 0:if(s.c!=null)return this.tm(b,0,0,0,0) +return this.yf()}}} +A.ac_.prototype={ +$2(a,b){var s,r,q,p="_controller",o=this.a,n=$.amU(),m=A.a(o.d,p) +m=n.T(0,m.gl(m)) +n=$.amV() +s=A.a(o.d,p) +s=n.T(0,s.gl(s)) +n=$.amS() +r=A.a(o.d,p) +r=n.T(0,r.gl(r)) +n=$.amT() +q=A.a(o.d,p) +return o.tm(a,m,s,r,n.T(0,q.gl(q)))}, +$S:59} +A.Qe.prototype={ +aH(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this +h.Ue(a,b) +s=h.as +if(s>0){r=h.y+h.z +q=Math.cos(r) +p=Math.sin(r) +o=b.a/2 +n=h.x +m=n*2*s +l=o-m +k=o+m +j=A.d6() +j.ep(0,o+q*l,o+p*l) +j.cO(0,o+q*k,o+p*k) +j.cO(0,o+q*o+-p*n*2*s,o+p*o+q*n*2*s) +j.eD(0) +i=$.aJ()?A.aT():new A.aO(new A.aQ()) +i.sae(0,h.c) +i.sf5(n) +i.scj(0,B.aq) +a.cp(0,j,i)}}} +A.ru.prototype={ +gcD(a){return A.le.prototype.gcD.call(this,this)}, +an(){return new A.Qf(null,null,B.k)}} +A.Qf.prototype={ +I(a,b){var s,r,q=this,p=q.a.c +if(p!=null){q.Q=p +s=A.a(q.d,"_controller") +r=q.y +if(r===$){A.bb(r,"_convertTween") +r=q.y=new A.fY(B.nl)}s.sl(0,r.T(0,p)*0.000225022502250225)}return q.yf()}, +yf(){return A.fR(A.a(this.d,"_controller"),new A.afA(this),null)}, +tm(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=j.a.c,g=h==null,f=g?0:B.nl.T(0,h) +if(g&&j.Q==null)s=0 +else{r=j.z +if(r===$){q=t.Y +p=t.Ml +o=A.arr(A.b([new A.kF(new A.ar(-0.1,-0.2,q),0.33,p),new A.kF(new A.ar(-0.2,1.35,q),0.6699999999999999,p)],t.j7),t.i) +A.bb(j.z,"_additionalRotationTween") +j.z=o +r=o}if(g){g=j.Q +g.toString}else g=h +s=3.141592653589793*r.T(0,g)}n=j.a.I5(a) +g=n.gl(n) +n=A.ak(255,n.gl(n)>>>16&255,n.gl(n)>>>8&255,n.gl(n)&255) +q=j.a +q.gcD(q) +m=A.al3(a).e +if(m==null)m=A.ae(a).cy +q=j.a +p=q.z +l=c*3/2*3.141592653589793 +k=Math.max(b*3/2*3.141592653589793-l,0.001) +return q.Gx(A.cd(i,A.hV(B.D,!0,i,new A.cr(B.mZ,A.aCu(!1,A.M3(B.M,s,A.iM(i,i,i,new A.Qe(f,i,n,i,b,c,d,e,p,-1.5707963267948966+l+e*3.141592653589793*2+d*0.5*3.141592653589793,k,i),B.o),i),(g>>>24&255)/255),i),B.u,m,2,i,i,i,i,i,B.tJ),i,i,i,41,B.n0,i,41),a)}} +A.afA.prototype={ +$2(a,b){var s,r,q,p="_controller",o=this.a,n=$.amU(),m=A.a(o.d,p) +m=n.T(0,m.gl(m)) +n=$.amV() +s=A.a(o.d,p) +s=n.T(0,s.gl(s)) +n=$.amS() +r=A.a(o.d,p) +r=n.T(0,r.gl(r)) +n=$.amT() +q=A.a(o.d,p) +return o.tm(a,1.05*m,s,r,n.T(0,q.gl(q)))}, +$S:59} +A.E9.prototype={ +m(a){var s=this,r=s.cz$ +if(r!=null)r.K(0,s.gkh()) +s.cz$=null +s.aR(0)}, +bL(){this.cw() +this.ck() +this.ki()}} +A.yQ.prototype={ +gv(a){var s=this +return A.a3(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.W(b)!==A.C(s))return!1 +return b instanceof A.yQ&&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.Q2.prototype={} +A.yZ.prototype={ +gv(a){var s=this +return A.a3(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.W(b)!==A.C(r))return!1 +if(b instanceof A.yZ)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.C3.prototype={ +O(a){var s,r=this,q=r.a,p=q==null?null:q.O(a) +q=r.b +s=q==null?null:q.O(a) +return r.d.$3(p,s,r.c)}, +$iaU:1} +A.Q9.prototype={} +A.kS.prototype={ +i(a){return"_RefreshIndicatorMode."+this.b}} +A.JZ.prototype={ +i(a){return"RefreshIndicatorTriggerMode."+this.b}} +A.z6.prototype={ +an(){return new A.z7(null,null,B.k)}, +kL(){return this.f.$0()}, +kK(a){return A.EM().$1(a)}} +A.z7.prototype={ +aB(){var s,r,q,p=this,o=null,n="_positionController" +p.aS() +s=A.bo(o,o,o,o,p) +p.d=s +s=A.a(s,n) +r=$.auO() +q=t.m +p.f=new A.aC(q.a(s),r,r.$ti.j("aC")) +r=A.a(p.d,n) +s=$.auQ() +p.w=new A.aC(q.a(r),s,s.$ti.j("aC")) +s=A.bo(o,o,o,o,p) +p.e=s +s=A.a(s,"_scaleController") +r=$.auP() +p.r=new A.aC(q.a(s),r,r.$ti.j("aC"))}, +bH(){var s,r,q,p,o=this,n=o.c +n.toString +s=A.ae(n) +n=A.a(o.d,"_positionController") +o.a.toString +r=s.as.b +q=A.ak(0,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +o.a.toString +r=A.ak(255,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +p=t.IC.j("eV") +o.x=new A.aC(t.m.a(n),new A.eV(new A.fY(B.C_),new A.dg(q,r),p),p.j("aC")) +o.e9()}, +b4(a){this.bu(a) +this.a.toString}, +m(a){A.a(this.d,"_positionController").m(0) +A.a(this.e,"_scaleController").m(0) +this.Ur(0)}, +a6l(a){var s,r,q,p,o,n=this +if(!n.a.kK(a))return!1 +if(!(a instanceof A.rH&&a.d!=null)){if(a instanceof A.fe)if(a.d!=null)n.a.toString +s=!1}else s=!0 +if(s){s=a.a +r=s.e +if(!(r===B.I&&Math.max(s.gfj()-s.gct(),0)===0))s=r===B.J&&Math.max(s.gct()-s.geU(),0)===0 +else s=!0 +s=s&&n.y==null&&n.a6m(0,r)}else s=!1 +if(s){n.a4(new A.a4E(n)) +return!1}s=a.a +r=s.e +switch(r.a){case 2:case 0:q=!0 +break +case 3:case 1:q=null +break +default:q=null}if(q!=n.Q){s=n.y +if(s===B.cc||s===B.cd)n.j9(B.f0)}else if(a instanceof A.fe){p=n.y +if(p===B.cc||p===B.cd){p=r===B.J +if(!(p&&Math.max(s.gct()-s.geU(),0)>0))o=r===B.I&&Math.max(s.gfj()-s.gct(),0)>0 +else o=!0 +if(o)n.j9(B.f0) +else{if(p){r=n.as +r.toString +p=a.e +p.toString +n.as=r-p}else if(r===B.I){r=n.as +r.toString +p=a.e +p.toString +n.as=r+p}s=s.d +s.toString +n.GF(s)}}if(n.y===B.cd&&a.d==null)n.K2()}else if(a instanceof A.i0){p=n.y +if(p===B.cc||p===B.cd){if(r===B.J){r=n.as +r.toString +n.as=r-a.e}else if(r===B.I){r=n.as +r.toString +n.as=r+a.e}s=s.d +s.toString +n.GF(s)}}else if(a instanceof A.ks)switch(n.y){case B.cd:n.K2() +break +case B.cc:n.j9(B.f0) +break +case B.f0:case B.lP:case B.f_:case B.lO:case null:break}return!1}, +a2g(a){if(a.e0$!==0||!a.a)return!1 +if(this.y===B.cc){a.c=!1 +return!0}return!1}, +a6m(a,b){var s=this +switch(b.a){case 2:case 0:s.Q=!0 +break +case 3:case 1:s.Q=null +return!1}s.as=0 +A.a(s.e,"_scaleController").sl(0,0) +A.a(s.d,"_positionController").sl(0,0) +return!0}, +GF(a){var s,r,q=this,p=q.as +p.toString +s=p/(a*0.25) +if(q.y===B.cd)s=Math.max(s,0.6666666666666666) +A.a(q.d,"_positionController").sl(0,B.e.G(s,0,1)) +if(q.y===B.cc){p=A.a(q.x,"_valueColor") +r=p.b +p=p.a +p=r.T(0,p.gl(p)) +p.toString +p=(J.U5(p)>>>24&255)===255}else p=!1 +if(p)q.y=B.cd}, +j9(a){return this.a_r(a)}, +a_r(a){var s=0,r=A.P(t.H),q=this,p +var $async$j9=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:s=2 +return A.U(A.cK(null,t.H),$async$j9) +case 2:q.a4(new A.a4C(q,a)) +case 3:switch(q.y.a){case 4:s=5 +break +case 5:s=6 +break +case 1:s=7 +break +case 0:s=8 +break +case 3:s=9 +break +case 2:s=10 +break +default:s=4 +break}break +case 5:p=A.a(q.e,"_scaleController") +p.z=B.Y +s=11 +return A.U(p.h0(1,B.aa,B.D),$async$j9) +case 11:s=4 +break +case 6:p=A.a(q.d,"_positionController") +p.z=B.Y +s=12 +return A.U(p.h0(0,B.aa,B.D),$async$j9) +case 12:s=4 +break +case 7:case 8:case 9:case 10:s=4 +break +case 4:if(q.c!=null&&q.y===a){q.Q=q.as=null +q.a4(new A.a4D(q))}return A.N(null,r)}}) +return A.O($async$j9,r)}, +K2(){var s,r=$.a5 +this.y=B.lO +s=A.a(this.d,"_positionController") +s.z=B.Y +s.h0(0.6666666666666666,B.aa,B.cY).aT(0,new A.a4H(this,new A.aI(new A.a4(r,t.U),t.h)),t.H)}, +I(a,b){var s,r,q=this,p=null,o=q.a.c,n=q.y,m=n===B.f_||n===B.lP +o=A.b([new A.d_(q.ga6k(),new A.d_(q.ga2f(),o,p,t.eq),p,t.WA)],t.p) +if(q.y!=null){n=q.Q +n.toString +q.a.toString +n=!n?0:p +s=A.a(q.f,"_positionFactor") +q.Q.toString +q.a.toString +r=A.a(q.r,"_scaleFactor") +o.push(A.JC(n,A.aqV(B.a3,1,A.cd(B.fc,A.KG(A.fR(A.a(q.d,"_positionController"),new A.a4I(q,m),p),r),p,p,p,p,p,new A.as(0,40,0,0),p),s),p,p,0,0,0,p))}return A.oO(B.b8,o,B.bn,p,p)}} +A.a4E.prototype={ +$0(){this.a.y=B.cc}, +$S:0} +A.a4C.prototype={ +$0(){this.a.y=this.b}, +$S:0} +A.a4D.prototype={ +$0(){this.a.y=null}, +$S:0} +A.a4H.prototype={ +$1(a){var s,r=this.a +if(r.c!=null&&r.y===B.lO){r.a4(new A.a4F(r)) +s=r.a.kL() +s.fV(new A.a4G(r,this.b))}}, +$S:22} +A.a4F.prototype={ +$0(){this.a.y=B.f_}, +$S:0} +A.a4G.prototype={ +$0(){var s=this.a +if(s.c!=null&&s.y===B.f_){this.b.eg(0) +s.j9(B.lP)}}, +$S:6} +A.a4I.prototype={ +$2(a,b){var s,r,q=null,p=this.a +p.a.toString +A.lH(a,B.br,t.c4).toString +p.a.toString +if(this.b)s=q +else{s=A.a(p.w,"_value") +r=s.b +s=s.a +s=r.T(0,s.gl(s))}r=A.a(p.x,"_valueColor") +p.a.toString +return new A.ru(2.5,s,q,q,r,"Refresh",q,q)}, +$S:253} +A.CI.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.eW.prototype={ +i(a){return"_ScaffoldSlot."+this.b}} +A.zE.prototype={ +an(){var s=null +return new A.zF(A.j2(t.Np),A.j4(s,t.nY),A.j4(s,t.BL),s,s,B.k)}} +A.zF.prototype={ +bH(){var s=this,r=s.c.L(t.w).f,q=s.y +if(q===!0)if(!r.y){q=s.x +q=q!=null&&q.b==null}else q=!1 +else q=!1 +if(q)s.nF(B.lm) +s.y=r.y +s.e9()}, +AL(){var s,r,q,p,o,n +for(s=this.d,r=A.it(s,s.r),q=t.Np,p=A.n(r).c;r.t();){o=r.d +if(o==null)o=p.a(o) +n=o.c.jw(q) +if(n==null||!s.A(0,n)){o.La() +o.KY()}}}, +a4p(a){var s=a.c.jw(t.Np) +return s==null||!this.d.A(0,s)}, +Rr(a){var s,r,q,p=this,o=p.w +if(o==null){o=A.bo("SnackBar",B.fD,null,null,p) +o.c1(p.ga3C()) +p.w=o}s=p.r +if(s.b===s.c)o.bp(0) +r=A.bx("controller") +o=p.w +o.toString +s=new A.p1() +q=a.a +s=q==null?s:q +r.b=new A.zD(A.ar1(a.z,o,a.d,a.y,a.ay,a.c,a.ax,a.Q,a.e,s,a.f,a.at,a.r,a.x,a.w),new A.aI(new A.a4($.a5,t.dH),t.fO),new A.a64(p,r),t.BL) +p.a4(new A.a65(p,r)) +p.AL() +return r.bm()}, +a3D(a){var s,r=this +switch(a.a){case 0:r.a4(new A.a60(r)) +r.AL() +s=r.r +if(!s.gS(s))r.w.bp(0) +break +case 3:r.a4(new A.a61(r)) +r.AL() +break +case 1:break +case 2:break}}, +wl(a){var s,r=this,q=r.r +if(q.b===q.c)return +s=q.gJ(q).b +if((s.a.a&30)===0)s.c3(0,a) +q=r.x +if(q!=null)q.aA(0) +r.x=null +r.w.sl(0,0)}, +nF(a){var s,r,q=this,p=q.r +if(p.b===p.c||A.a(q.w.Q,"_status")===B.w)return +s=p.gJ(p).b +p=q.y +p.toString +r=q.w +if(p){r.sl(0,0) +s.c3(0,a)}else r.cc(0).aT(0,new A.a63(q,s,a),t.H) +p=q.x +if(p!=null)p.aA(0) +q.x=null}, +adn(){return this.nF(B.MA)}, +I(a,b){var s,r,q,p,o=this +o.y=b.L(t.w).f.y +s=o.r +if(!s.gS(s)){r=A.Iw(b,t.X) +if(r==null||r.gkG()){q=o.w +if(q.gaZ(q)===B.H&&o.x==null){p=s.gJ(s).a +o.x=A.bO(p.Q,new A.a62(o,b,p))}}}return new A.D2(o,o.a.c,null)}, +m(a){var s=this,r=s.w +if(r!=null)r.m(0) +r=s.x +if(r!=null)r.aA(0) +s.x=null +s.UT(0)}} +A.a64.prototype={ +$0(){this.a.adn()}, +$S:0} +A.a65.prototype={ +$0(){this.a.r.eM(0,this.b.bm())}, +$S:0} +A.a60.prototype={ +$0(){this.a.r.od()}, +$S:0} +A.a61.prototype={ +$0(){}, +$S:0} +A.a63.prototype={ +$1(a){var s=this.b +if((s.a.a&30)===0)s.c3(0,this.c)}, +$S:22} +A.a62.prototype={ +$0(){this.b.L(t.w).toString +this.a.nF(B.lm)}, +$S:0} +A.D2.prototype={ +cZ(a){return this.f!==a.f}} +A.a66.prototype={} +A.KE.prototype={ +aaX(a,b){var s=a==null?this.a:a +return new A.KE(s,b==null?this.b:b)}} +A.QN.prototype={ +Ld(a,b,c){var s=this +s.b=c==null?s.b:c +s.c=s.c.aaX(a,b) +s.ac()}, +Lc(a){return this.Ld(null,null,a)}, +a90(a,b){return this.Ld(a,b,null)}} +A.B8.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(!s.RW(0,b))return!1 +return b instanceof A.B8&&b.r===s.r&&b.e===s.e&&b.f===s.f}, +gv(a){var s=this +return A.a3(A.aG.prototype.gv.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.MQ.prototype={ +I(a,b){return this.c}} +A.ag9.prototype={ +we(a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=A.akc(a3),a0=a3.a,a1=a.wx(a0),a2=a3.b +if(b.b.h(0,B.f2)!=null){s=b.eK(B.f2,a1).b +b.eV(B.f2,B.j) +r=s}else{r=0 +s=0}if(b.b.h(0,B.f7)!=null){q=0+b.eK(B.f7,a1).b +p=Math.max(0,a2-q) +b.eV(B.f7,new A.m(0,p))}else{q=0 +p=null}if(b.b.h(0,B.lV)!=null){q+=b.eK(B.lV,new A.aG(0,a1.b,0,Math.max(0,a2-q-r))).b +b.eV(B.lV,new A.m(0,Math.max(0,a2-q)))}if(b.b.h(0,B.f6)!=null){o=b.eK(B.f6,a1) +b.eV(B.f6,new A.m(0,s)) +if(!b.ay)r+=o.b}else o=B.o +n=b.f +m=Math.max(0,a2-Math.max(n.d,q)) +if(b.b.h(0,B.f1)!=null){l=Math.max(0,m-r) +k=b.d +if(k)l=B.e.G(l+q,0,a.d-r) +k=k?q:0 +b.eK(B.f1,new A.B8(k,s,o.b,0,a1.b,0,l)) +b.eV(B.f1,new A.m(0,r))}if(b.b.h(0,B.f4)!=null){b.eK(B.f4,new A.aG(0,a1.b,0,m)) +b.eV(B.f4,B.j)}j=b.b.h(0,B.ce)!=null&&!b.at?b.eK(B.ce,a1):B.o +if(b.b.h(0,B.f5)!=null){i=b.eK(B.f5,new A.aG(0,a1.b,0,Math.max(0,m-r))) +b.eV(B.f5,new A.m((a0-i.a)/2,m-i.b))}else i=B.o +h=A.bx("floatingActionButtonRect") +if(b.b.h(0,B.f8)!=null){g=b.eK(B.f8,a) +f=new A.a66(g,i,m,n,b.r,a3,j,b.w) +e=b.z.l0(f) +d=b.as.Qs(b.y.l0(f),e,b.Q) +b.eV(B.f8,d) +a0=d.a +k=d.b +h.b=new A.w(a0,k,a0+g.a,k+g.b)}if(b.b.h(0,B.ce)!=null){if(j.k(0,B.o))j=b.eK(B.ce,a1) +a0=h.bm() +if(!new A.L(a0.c-a0.a,a0.d-a0.b).k(0,B.o)&&b.at)c=h.bm().b +else c=b.at?Math.min(m,a2-b.r.d):m +b.eV(B.ce,new A.m(0,c-j.b))}if(b.b.h(0,B.f3)!=null){b.eK(B.f3,a1.ww(n.b)) +b.eV(B.f3,B.j)}if(b.b.h(0,B.lW)!=null){b.eK(B.lW,A.vI(a3)) +b.eV(B.lW,B.j)}if(b.b.h(0,B.lU)!=null){b.eK(B.lU,A.vI(a3)) +b.eV(B.lU,B.j)}b.x.a90(p,h.bm())}, +oA(a){var s=this +return!a.f.k(0,s.f)||a.w!==s.w||a.Q!==s.Q||a.y!==s.y||a.z!==s.z||a.d!==s.d||!1}} +A.BE.prototype={ +an(){return new A.BF(null,null,B.k)}} +A.BF.prototype={ +aB(){var s,r=this +r.aS() +s=A.bo(null,B.D,null,null,r) +s.c1(r.ga35()) +r.d=s +r.a7_() +r.a.f.Lc(0)}, +m(a){A.a(this.d,"_previousController").m(0) +this.Vm(0)}, +b4(a){this.bu(a) +this.a.toString +return}, +a7_(){var s,r,q,p,o,n,m,l,k=this,j=null,i="_previousController",h="_currentScaleAnimation",g=A.co(B.cm,A.a(k.d,i),j),f=t.Y,e=A.co(B.cm,A.a(k.d,i),j),d=A.co(B.cm,k.a.r,j),c=k.a,b=c.r,a=$.avm(),a0=t.m +a0.a(b) +c=c.d +a0.a(c) +s=t.HY.j("aC") +r=t.W +q=t.jc +p=t.i +o=A.arF(new A.i7(new A.aC(c,new A.fY(new A.qB(B.nm)),s),new A.aM(A.b([],r),q),0),new A.aC(c,new A.fY(B.nm),s),c,0.5,p) +c=k.a.d +n=$.avr() +a0.a(c) +m=$.avs() +l=A.arF(new A.aC(c,n,n.$ti.j("aC")),new A.i7(new A.aC(c,m,A.n(m).j("aC")),new A.aM(A.b([],r),q),0),c,0.5,p) +k.e=A.aos(o,g,p) +p=A.aos(o,d,p) +k.r=p +k.w=new A.aC(a0.a(A.a(p,h)),new A.fY(B.C0),s) +k.f=A.als(new A.aC(e,new A.ar(1,1,f),f.j("aC")),l,j) +k.x=A.als(new A.aC(b,a,a.$ti.j("aC")),l,j) +a=A.a(k.r,h) +b=k.ga5g() +a.cf() +a=a.bj$ +a.b=!0 +a.a.push(b) +a=A.a(k.e,"_previousScaleAnimation") +a.cf() +a=a.bj$ +a.b=!0 +a.a.push(b)}, +a36(a){this.a4(new A.acL(this,a))}, +I(a,b){var s,r,q=this,p=A.b([],t.p) +if(A.a(A.a(q.d,"_previousController").Q,"_status")!==B.w){s=A.a(q.e,"_previousScaleAnimation") +r=A.a(q.f,"_previousRotationAnimation") +p.push(A.KG(A.aqL(q.y,r),s))}q.a.toString +s=A.a(q.r,"_currentScaleAnimation") +r=A.a(q.x,"_currentRotationAnimation") +p.push(A.KG(A.aqL(q.a.c,r),s)) +return A.oO(B.w6,p,B.bn,null,null)}, +a5h(){var s,r=A.a(this.e,"_previousScaleAnimation"),q=r.a +q=q.gl(q) +r=r.b +r=r.gl(r) +r=Math.min(A.dc(q),A.dc(r)) +q=A.a(this.r,"_currentScaleAnimation") +s=q.a +s=s.gl(s) +q=q.b +q=q.gl(q) +q=Math.max(r,Math.min(A.dc(s),A.dc(q))) +this.a.f.Lc(q)}} +A.acL.prototype={ +$0(){if(this.b===B.w)this.a.a.toString}, +$S:0} +A.zC.prototype={ +an(){var s=null,r=t.bR,q=$.b4() +return new A.rC(new A.bC(s,r),new A.bC(s,r),new A.zv(!1,q),new A.zv(!1,q),A.j4(s,t.BL),A.b([],t.Z4),new A.bC(s,t.A),B.n,s,A.z(t.yb,t.T),s,!0,s,s,s,B.k)}} +A.rC.prototype={ +gfo(){this.a.toString +return null}, +jK(a,b){var s=this +s.ob(s.r,"drawer_open") +s.ob(s.w,"end_drawer_open")}, +wl(a){var s,r,q=this +if(q.at!=null){q.x.wl(a) +return}s=q.z +if(s.b===s.c)return +r=s.gJ(s).b +if((r.a.a&30)===0)r.c3(0,a) +s=q.as +if(s!=null)s.aA(0) +q.as=null +null.sl(0,0)}, +nF(a){var s,r,q,p,o=this,n=null +if(o.at!=null){o.x.nF(a) +return}s=o.z +if(s.b!==s.c){n.gaZ(n) +r=!1}else r=!0 +if(r)return +q=o.c.L(t.w).f +p=s.gJ(s).b +if(q.y){n.sl(0,0) +p.c3(0,a)}else n.cc(0).aT(0,new A.a6a(o,p,a),t.H) +s=o.as +if(s!=null)s.aA(0) +o.as=null}, +La(){var s,r=this,q=r.x.r +if(!q.gS(q)){q=r.x.r +s=q.gJ(q)}else s=null +if(r.at!=s)r.a4(new A.a68(r,s))}, +KY(){var s,r=this,q=r.x.e +if(!q.gS(q)){q=r.x.e +s=q.gJ(q)}else s=null +if(r.ax!=s)r.a4(new A.a67(r,s))}, +a4M(){this.a.toString}, +a3F(){var s,r=this.c +r.toString +s=A.jg(r) +if(s!=null&&s.d.length!==0)s.ij(0,B.Aw,B.dZ)}, +gkb(){this.a.toString +return!0}, +aB(){var s,r=this,q=null +r.aS() +s=r.c +s.toString +r.fr=new A.QN(s,B.KU,$.b4()) +r.a.toString +r.dx=B.mn +r.cy=B.xD +r.db=B.mn +r.cx=A.bo(q,new A.aP(4e5),q,1,r) +r.dy=A.bo(q,B.D,q,q,r)}, +b4(a){this.UW(a) +this.a.toString}, +bH(){var s,r,q=this,p=q.c.L(t.Pu),o=p==null?null:p.f,n=q.x,m=n==null +if(!m)s=o==null||n!==o +else s=!1 +if(s)if(!m)n.d.B(0,q) +q.x=o +if(o!=null){o.d.E(0,q) +if(o.a4p(q)){n=o.r +if(!n.gS(n))q.La() +n=o.e +if(!n.gS(n))q.KY()}}r=q.c.L(t.w).f +n=q.y +if(n===!0)if(!r.y){n=q.as +n=n!=null&&n.b==null}else n=!1 +else n=!1 +if(n)q.nF(B.lm) +q.y=r.y +q.a4M() +q.UV()}, +m(a){var s=this,r=s.as +if(r!=null)r.aA(0) +s.as=null +r=A.a(s.fr,"_geometryNotifier") +r.y2$=$.b4() +r.y1$=0 +A.a(s.cx,"_floatingActionButtonMoveController").m(0) +A.a(s.dy,u.Z).m(0) +r=s.x +if(r!=null)r.d.B(0,s) +s.UX(0)}, +xV(a,b,c,d,e,f,g,h,i){var s=this.c.L(t.w).f.Pe(f,g,h,i) +if(e)s=s.ag7(!0) +if(d&&s.e.d!==0)s=s.Mf(s.f.uZ(s.r.d)) +if(b!=null)a.push(A.a1o(new A.hd(s,b,null),c))}, +YB(a,b,c,d,e,f,g,h){return this.xV(a,b,c,!1,d,e,f,g,h)}, +oS(a,b,c,d,e,f,g){return this.xV(a,b,c,!1,!1,d,e,f,g)}, +ti(a,b,c,d,e,f,g,h){return this.xV(a,b,c,d,!1,e,f,g,h)}, +Gs(a,b){this.a.toString}, +Gr(a,b){this.a.toString}, +I(a,a0){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g="_floatingActionButtonMoveController",f="_geometryNotifier",e={},d=a0.L(t.w).f,c=A.ae(a0),b=a0.L(t.I) +b.toString +s=b.f +i.y=d.y +b=i.z +if(!b.gS(b)){r=A.Iw(a0,t.X) +if(r==null||r.gkG())h.gahK() +else{q=i.as +if(q!=null)q.aA(0) +i.as=null}}p=A.b([],t.s9) +q=i.a +o=q.f +n=q.e +q=q.ch!=null||!1 +i.gkb() +i.YB(p,new A.MQ(o,!1,!1,h),B.f1,!0,q,!1,!1,n!=null) +if(i.fx)i.oS(p,A.akU(!0,i.fy,!1,h),B.f4,!0,!0,!0,!0) +q=i.a.e +if(q!=null){q=i.f=A.azR(a0,q.fy)+d.f.b +o=i.a.e +o.toString +i.oS(p,new A.f0(new A.aG(0,1/0,0,q),new A.wP(1,q,q,q,h,o,h),h),B.f2,!0,!1,!1,!1)}e.a=!1 +e.b=null +if(i.ch!=null||i.ay.length!==0){q=A.ap(i.ay,!0,t.l7) +o=i.ch +if(o!=null)q.push(o.a) +m=A.oO(B.dK,q,B.bn,h,h) +i.gkb() +i.oS(p,m,B.f5,!0,!1,!1,!0)}q=i.at +if(q!=null){e.a=!1 +q=q.a +e.b=q.w +o=i.a.ch!=null||!1 +i.gkb() +i.ti(p,q,B.ce,!1,o,!1,!1,!0)}if(!b.gS(b)){b.gJ(b).toString +e.a=!1 +e.b=b.gJ(b).a.w +b=b.gJ(b).a +q=i.a.ch!=null||!1 +i.gkb() +i.ti(p,b,B.ce,!1,q,!1,!1,!0)}e.c=!1 +if(i.ax!=null){a0.L(t.iB) +b=A.ae(a0) +q=i.ax +if(q!=null){q=q.a +q.gfd(q)}l=b.x1.c +e.c=(l==null?0:l)!==0 +b=i.ax +b=b==null?h:b.a +q=i.a.e +i.gkb() +i.ti(p,b,B.f6,!1,!0,!1,!1,q!=null)}b=i.a +b=b.ch +if(b!=null){i.gkb() +i.ti(p,b,B.f7,!1,!1,!1,!1,!0)}b=A.a(i.cx,g) +q=A.a(i.cy,"_floatingActionButtonAnimator") +o=A.a(i.fr,f) +n=A.a(i.dy,u.Z) +i.a.toString +i.oS(p,new A.BE(h,b,q,o,n,h),B.f8,!0,!0,!0,!0) +switch(c.w.a){case 2:case 4:i.oS(p,A.eL(B.ao,h,B.W,!0,h,h,h,h,h,h,h,h,h,h,h,h,i.ga3E(),h,h,h,h,h,h),B.f3,!0,!1,!1,!0) +break +case 0:case 1:case 3:case 5:break}b=i.w +q=b.x +if(q==null?A.n(b).j("dT.T").a(q):q){i.Gr(p,s) +i.Gs(p,s)}else{i.Gs(p,s) +i.Gr(p,s)}i.gkb() +b=d.e.d +k=d.f.uZ(b) +i.gkb() +b=b!==0?0:h +j=d.r.uZ(b) +if(k.d<=0)i.a.toString +i.a.toString +A.a(i.fr,f) +i.a.toString +return new A.QO(!1,new A.zK(A.hV(B.D,!0,h,A.fR(A.a(i.cx,g),new A.a69(e,i,!1,k,j,s,p),h),B.u,c.db,0,h,h,h,h,h,B.bD),h),h)}} +A.a6a.prototype={ +$1(a){var s=this.b +if((s.a.a&30)===0)s.c3(0,this.c)}, +$S:22} +A.a68.prototype={ +$0(){this.a.at=this.b}, +$S:0} +A.a67.prototype={ +$0(){this.a.ax=this.b}, +$S:0} +A.a69.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=this,k=l.b +k.a.toString +s=k.dx +s.toString +r=A.a(A.a(k.cx,"_floatingActionButtonMoveController").x,"_value") +q=A.a(k.cy,"_floatingActionButtonAnimator") +p=A.a(k.fr,"_geometryNotifier") +k=k.db +k.toString +o=l.a +n=o.a +m=o.c +return new A.nh(new A.ag9(l.c,!1,l.d,l.e,l.f,p,k,s,r,q,n,o.b,m),l.r,null)}, +$S:254} +A.zD.prototype={} +A.QO.prototype={ +cZ(a){return this.f!==a.f}} +A.aga.prototype={ +$2(a,b){if(!a.a)a.K(0,b)}, +$S:45} +A.D3.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.D4.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.D5.prototype={ +b4(a){this.bu(a) +this.qd()}, +bH(){var s,r,q,p,o=this +o.e9() +s=o.br$ +r=o.gof() +q=o.c +q.toString +q=A.rA(q) +o.cF$=q +p=o.n1(q,r) +if(r){o.jK(s,o.d0$) +o.d0$=!1}if(p)if(s!=null)s.m(0)}, +m(a){var s,r=this +r.em$.Y(0,new A.aga()) +s=r.br$ +if(s!=null)s.m(0) +r.br$=null +r.UU(0)}} +A.Ec.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.KM.prototype={ +I(a,b){var s=this,r=null +if(A.ae(b).w===B.av)return new A.qg(8,B.c7,s.c,s.d,!1,B.KL,3,r,B.fD,B.AX,B.an,A.EM(),r,r,r) +return new A.ut(r,r,s.c,s.d,r,r,r,r,B.cn,B.d0,B.r,A.EM(),r,r,r)}} +A.ut.prototype={ +an(){return new A.P3(new A.bC(null,t.A),null,null,B.k)}} +A.P3.prototype={ +gmz(){var s=this,r="_scrollbarTheme",q=s.a.e +if(q==null){q=A.a(s.db,r).a +q=q==null?null:q.O(s.gpv())}if(q==null)q=A.a(s.db,r).e +return q==null?!1:q}, +glL(){this.a.toString +var s=A.a(this.db,"_scrollbarTheme") +s=s.f +return s==null?!A.a(this.dx,"_useAndroidScrollbar"):s}, +gul(){return new A.eg(new A.aeB(this),t.Lf)}, +gpv(){var s=A.aK(t.R) +if(this.CW)s.E(0,B.hw) +if(this.cx)s.E(0,B.ap) +return s}, +ga8h(){var s,r,q,p=this,o="_colorScheme",n="_useAndroidScrollbar",m=A.a(p.cy,o).db,l=A.a(p.cy,o).a,k=A.bx("dragColor"),j=A.bx("hoverColor"),i=A.bx("idleColor") +switch(l.a){case 1:s=m.a +r=s>>>16&255 +q=s>>>8&255 +s&=255 +k.b=A.ak(153,r,q,s) +j.b=A.ak(B.e.aI(127.5),r,q,s) +if(A.a(p.dx,n)){s=p.c +s.toString +s=A.ae(s).fx.a +s=A.ak(255,s>>>16&255,s>>>8&255,s&255)}else s=A.ak(B.e.aI(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.ak(191,r,q,s) +j.b=A.ak(166,r,q,s) +if(A.a(p.dx,n)){s=p.c +s.toString +s=A.ae(s).fx.a +s=A.ak(255,s>>>16&255,s>>>8&255,s&255)}else s=A.ak(B.e.aI(76.5),r,q,s) +i.b=s +break}return new A.eg(new A.aey(p,k,j,i),t.h2)}, +ga8w(){var s="_colorScheme",r=A.a(this.cy,s).db +return new A.eg(new A.aeA(this,A.a(this.cy,s).a,r),t.h2)}, +ga8v(){var s="_colorScheme",r=A.a(this.cy,s).db +return new A.eg(new A.aez(this,A.a(this.cy,s).a,r),t.h2)}, +ga8e(){return new A.eg(new A.aex(this),t.pj)}, +aB(){var s,r=this +r.FR() +s=A.bo(null,B.D,null,null,r) +r.ch=s +s=A.a(s,"_hoverAnimationController") +s.cf() +s=s.bj$ +s.b=!0 +s.a.push(new A.aeH(r))}, +bH(){var s,r=this,q=r.c +q.toString +s=A.ae(q) +r.cy=s.as +r.db=s.x +switch(s.w.a){case 0:r.dx=!0 +break +case 2:case 3:case 1:case 4:case 5:r.dx=!1 +break}r.Tg()}, +rw(){var s,r=this,q="_scrollbarTheme",p="_useAndroidScrollbar",o=A.a(r.z,"scrollbarPainter") +o.sae(0,r.ga8h().a.$1(r.gpv())) +o.sPK(r.ga8w().a.$1(r.gpv())) +o.sPJ(r.ga8v().a.$1(r.gpv())) +s=r.c.L(t.I) +s.toString +o.sbx(0,s.f) +o.sDW(r.ga8e().a.$1(r.gpv())) +s=r.a.w +if(s==null)s=A.a(r.db,q).r +if(s==null)s=A.a(r.dx,p)?null:B.KK +o.srf(s) +s=A.a(r.db,q).z +if(s==null)s=A.a(r.dx,p)?0:2 +o.sBI(s) +s=A.a(r.db,q).Q +o.sD9(s==null?0:s) +s=A.a(r.db,q).as +o.sDh(0,s==null?48:s) +o.sdz(0,r.c.L(t.w).f.f) +o.sx3(r.a.dx) +o.sNN(!r.glL())}, +vD(a){this.FQ(a) +this.a4(new A.aeG(this))}, +vC(a,b){this.FP(a,b) +this.a4(new A.aeF(this))}, +Cx(a){var s=this,r="_hoverAnimationController" +s.Th(a) +if(s.O7(a.gbS(a),a.gd4(a),!0)){s.a4(new A.aeD(s)) +A.a(s.ch,r).bp(0)}else if(s.cx){s.a4(new A.aeE(s)) +A.a(s.ch,r).cc(0)}}, +Cy(a){var s=this +s.Ti(a) +s.a4(new A.aeC(s)) +A.a(s.ch,"_hoverAnimationController").cc(0)}, +m(a){A.a(this.ch,"_hoverAnimationController").m(0) +this.FO(0)}} +A.aeB.prototype={ +$1(a){var s,r="_scrollbarTheme" +if(a.A(0,B.ap)){s=this.a +s.a.toString +s=A.a(s.db,r) +s=s.d +s=s===!0}else s=!1 +if(s)return!0 +s=this.a +s.a.toString +s=A.a(s.db,r) +s=s.c +s=s==null?null:s.O(a) +return s==null?!1:s}, +$S:256} +A.aey.prototype={ +$1(a){var s,r,q,p=this,o=null,n="_scrollbarTheme" +if(a.A(0,B.hw)){s=A.a(p.a.db,n).w +s=s==null?o:s.O(a) +return s==null?p.b.bm():s}s=p.a +if(s.gul().a.$1(a)){s=A.a(s.db,n).w +s=s==null?o:s.O(a) +return s==null?p.c.bm():s}r=A.a(s.db,n).w +r=r==null?o:r.O(a) +if(r==null)r=p.d.bm() +q=A.a(s.db,n).w +q=q==null?o:q.O(a) +if(q==null)q=p.c.bm() +s=A.A(r,q,A.a(A.a(s.ch,"_hoverAnimationController").x,"_value")) +s.toString +return s}, +$S:46} +A.aeA.prototype={ +$1(a){var s=this.a +if(s.gmz()&&s.gul().a.$1(a)){s=A.a(s.db,"_scrollbarTheme").x +s=s==null?null:s.O(a) +if(s==null){s=this.c.a +s=this.b===B.ad?A.ak(8,s>>>16&255,s>>>8&255,s&255):A.ak(13,s>>>16&255,s>>>8&255,s&255)}return s}return B.S}, +$S:46} +A.aez.prototype={ +$1(a){var s=this.a +if(s.gmz()&&s.gul().a.$1(a)){s=A.a(s.db,"_scrollbarTheme").y +s=s==null?null:s.O(a) +if(s==null){s=this.c.a +s=this.b===B.ad?A.ak(B.e.aI(25.5),s>>>16&255,s>>>8&255,s&255):A.ak(64,s>>>16&255,s>>>8&255,s&255)}return s}return B.S}, +$S:46} +A.aex.prototype={ +$1(a){var s,r,q="_scrollbarTheme" +if(a.A(0,B.ap)&&this.a.gul().a.$1(a)){s=this.a +s.a.toString +s=A.a(s.db,q) +s=s.b +s=s==null?null:s.O(a) +return s==null?12:s}s=this.a +r=s.a.x +if(r==null){r=A.a(s.db,q).b +r=r==null?null:r.O(a)}if(r==null){r=8/(A.a(s.dx,"_useAndroidScrollbar")?2:1) +s=r}else s=r +return s}, +$S:258} +A.aeH.prototype={ +$0(){this.a.rw()}, +$S:0} +A.aeG.prototype={ +$0(){this.a.CW=!0}, +$S:0} +A.aeF.prototype={ +$0(){this.a.CW=!1}, +$S:0} +A.aeD.prototype={ +$0(){this.a.cx=!0}, +$S:0} +A.aeE.prototype={ +$0(){this.a.cx=!1}, +$S:0} +A.aeC.prototype={ +$0(){this.a.cx=!1}, +$S:0} +A.zQ.prototype={ +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.zQ&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&b.f==s.f&&J.f(b.r,s.r)&&b.w==s.w&&b.x==s.x&&b.y==s.y&&b.z==s.z&&b.Q==s.Q&&b.as==s.as}} +A.C7.prototype={ +O(a){var s,r=this,q=r.a,p=q==null?null:q.O(a) +q=r.b +s=q==null?null:q.O(a) +return r.d.$3(p,s,r.c)}, +$iaU:1} +A.QS.prototype={} +A.R8.prototype={ +i(a){return"_SliderType."+this.b}} +A.A2.prototype={ +an(){return new A.Dh(new A.bC(null,t.A),new A.r4(),null,null,B.k)}} +A.Dh.prototype={ +gc0(a){var s +this.a.toString +s=this.at +s.toString +return s}, +aB(){var s,r=this,q=null +r.aS() +r.d=A.bo(q,B.an,q,q,r) +r.e=A.bo(q,B.an,q,q,r) +r.f=A.bo(q,B.e_,q,q,r) +r.r=A.bo(q,B.r,q,q,r) +s=A.a(r.f,"enableController") +r.a.toString +s.sl(0,1) +A.a(r.r,"positionController").sl(0,r.KF(r.a.c)) +r.z=A.az([B.Sb,new A.c3(r.gYl(),new A.aM(A.b([],t.e),t._),t.f6)],t.n,t.od) +r.a.toString +if(r.at==null)r.at=A.Zh(!0,q,!0,!0,q,q,!1)}, +m(a){var s=this,r=s.w +if(r!=null)r.aA(0) +A.a(s.d,"overlayController").m(0) +A.a(s.e,"valueIndicatorController").m(0) +A.a(s.f,"enableController").m(0) +A.a(s.r,"positionController").m(0) +r=s.CW +if(r!=null){r.bw(0) +s.CW=null}r=s.at +if(r!=null)r.m(0) +s.VD(0)}, +a1y(a){var s=this.a4x(a),r=this.a +if(s!==r.c)r.d.$1(s)}, +Aj(a){this.as=!0 +this.a.toString}, +Ah(a){this.as=!1 +this.a.toString}, +Ym(a){var s,r=this.x,q=$.F.D$.z.h(0,r).gF() +q.toString +t.Sq.a(q) +r=$.F.D$.z.h(0,r).L(t.I) +r.toString +s=r.f +switch(a.a.a){case 0:switch(s.a){case 0:q.v6() +break +case 1:q.vJ() +break}break +case 1:switch(s.a){case 0:q.vJ() +break +case 1:q.v6() +break}break +case 2:q.vJ() +break +case 3:q.v6() +break}}, +a2b(a){if(a!==this.ax)this.a4(new A.agp(this,a))}, +a2i(a){if(a!==this.ay)this.a4(new A.agq(this,a))}, +a4x(a){var s=this.a,r=s.w +s=s.r +return a*(r-s)+s}, +KF(a){var s=this.a,r=s.w +s=s.r +return r>s?(a-s)/(r-s):0}, +I(a,b){this.a.toString +switch(0){case 0:return this.Z7(b)}}, +Z7(a7){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=this,a5=null,a6=A.ae(a7) +a7.L(t.Dj) +s=A.ae(a7).dG +r=s.cx +if(r==null)r=B.xh +q=s.at +if(q==null){p=a6.as +o=p.db.a +p=p.cy.a +q=A.q8(A.ak(153,o>>>16&255,o>>>8&255,o&255),A.ak(B.e.aI(229.5),p>>>16&255,p>>>8&255,p&255))}p=s.a +if(p==null)p=4 +a4.a.toString +o=s.b +if(o==null)o=a6.as.b +n=s.c +if(n==null){n=a6.as.b +n=A.ak(61,n.gl(n)>>>16&255,n.gl(n)>>>8&255,n.gl(n)&255)}m=s.d +if(m==null){m=a6.as.db.a +m=A.ak(82,m>>>16&255,m>>>8&255,m&255)}l=s.e +if(l==null){l=a6.as.db.a +l=A.ak(31,l>>>16&255,l>>>8&255,l&255)}a4.a.toString +k=s.f +if(k==null){k=a6.as.c +k=A.ak(138,k.gl(k)>>>16&255,k.gl(k)>>>8&255,k.gl(k)&255)}a4.a.toString +j=s.r +if(j==null){j=a6.as.b +j=A.ak(138,j.gl(j)>>>16&255,j.gl(j)>>>8&255,j.gl(j)&255)}i=s.w +if(i==null){i=a6.as.c +i=A.ak(31,i.gl(i)>>>16&255,i.gl(i)>>>8&255,i.gl(i)&255)}h=s.x +if(h==null){h=a6.as.db.a +h=A.ak(31,h>>>16&255,h>>>8&255,h&255)}a4.a.toString +g=s.y +if(g==null)g=a6.as.b +f=s.Q +if(f==null){f=a6.as +e=f.db.a +f=A.q8(A.ak(97,e>>>16&255,e>>>8&255,e&255),f.cy)}a4.a.toString +e=s.as +if(e==null){e=a6.as.b +e=A.ak(31,e.gl(e)>>>16&255,e.gl(e)>>>8&255,e.gl(e)&255)}d=s.CW +if(d==null)d=B.xl +c=s.ay +if(c==null)c=B.xk +b=s.ch +if(b==null)b=B.xj +a=s.ax +if(a==null)a=B.xi +a0=s.fr +if(a0==null)a0=B.LC +a1=s.fx +if(a1==null)a1=a6.R8.y.fJ(a6.as.c) +s=A.ar_(k,o,i,m,h,l,f,j,n,s.fy,s.id,s.z,e,a,s.db,s.cy,s.dx,s.dy,a0,g,s.go,b,c,p,d,q,r,a1) +p=A.aK(t.R) +a4.a.toString +if(a4.ay)p.E(0,B.ap) +if(a4.ax)p.E(0,B.aD) +if(a4.as)p.E(0,B.hw) +a4.a.toString +o=A.dk(a5,p,t.WV) +if(o==null)a2=a5 +else a2=o +if(a2==null)a2=B.dI.O(p) +switch(a6.w.a){case 0:case 1:case 2:case 3:case 4:a3=a5 +break +case 5:a3=new A.ago(a4) +break +default:a3=a5}p=A.a(a4.z,"_actionMap") +o=a4.gc0(a4) +n=a4.KF(a4.a.c) +a4.a.toString +m=a7.L(t.w).f +l=new A.agn(a7).$0() +k=a4.a +j=k.w +k=k.r +k=j>k?a4.ga1x():a5 +return A.bq(a5,A.apn(p,!1,new A.ne(a4.ch,new A.R6(n,a5,a5,s,m.c,l,k,a4.gAi(),a4.gAg(),a5,a4,a4.ax,a4.ay,a4.x),a5),!0,o,a2,a4.ga2a(),a4.ga2h(),B.Jl),!0,a5,a5,!1,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a3,a5,a5,a5,a5,a5,a5,!0,a5,a5,a5,a5,a5)}, +Rs(){var s,r,q=this +if(q.CW==null){q.CW=A.rd(new A.agr(q),!1) +s=q.c.jw(t.N1) +s.toString +r=q.CW +r.toString +s.qG(0,r)}}} +A.agp.prototype={ +$0(){this.a.ax=this.b}, +$S:0} +A.agq.prototype={ +$0(){this.a.ay=this.b}, +$S:0} +A.agn.prototype={ +$0(){return this.a.L(t.w).f.a}, +$S:104} +A.ago.prototype={ +$0(){var s=this.a +if(!s.gc0(s).gbR()&&s.gc0(s).gcl())s.gc0(s).jJ()}, +$S:0} +A.agr.prototype={ +$1(a){var s=this.a +return A.aoL(new A.Sn(s,null),s.ch,B.j,!0)}, +$S:261} +A.R6.prototype={ +aJ(a){var s,r=this,q=a.L(t.I) +q.toString +s=A.ae(a) +return A.aF_(r.e,a.L(t.w).f.ay,r.ax,r.ay,r.f,r.Q,r.z,r.y,s.w,r.x,r.as,r.r,r.at,q.f,r.w,r.d)}, +aM(a,b){var s,r=this +b.sabH(r.e) +b.sl(0,r.d) +b.sD5(0,r.f) +b.sRw(r.r) +b.skV(r.w) +b.sQO(r.x) +b.sfl(r.y) +b.cX=r.z +b.co=r.Q +s=a.L(t.I) +s.toString +b.sbx(0,s.f) +b.sQV(r.as) +b.safx(0,A.ae(a).w) +b.sbR(r.ax) +b.sadB(r.ay) +s=a.L(t.w).f.ay +A.a(b.D,"_drag").b=s +A.a(b.b6,"_tap").b=s}} +A.uG.prototype={ +Yg(a,b,c,d,e,f,g,h,i,j,k,l,m,n,a0,a1){var s,r,q,p=this,o=null +p.un() +s=new A.ZZ(A.z(t.S,t.EG)) +r=A.a_R(o,o) +r.r=s +r.at=p.gAi() +r.ax=p.ga7A() +r.ay=p.gAg() +r.ch=p.ga_X() +r.b=b +p.D=r +r=A.a9g(o) +r.r=s +r.y1=p.ga7C() +r.y2=p.ga7E() +r.b=b +p.b6=r +r=p.C +p.M=A.co(B.P,A.a(r.d,"overlayController"),o) +q=A.co(B.P,A.a(r.e,"valueIndicatorController"),o) +q.a.c1(new A.afN(p)) +p.ag=q +p.a7=A.co(B.fw,A.a(r.f,"enableController"),o)}, +gzH(){var s=this.gK7() +return new A.aA(s,new A.afL(),A.af(s).j("aA<1,J>")).o9(0,B.dL)}, +gzG(){var s=this.gK7() +return new A.aA(s,new A.afK(),A.af(s).j("aA<1,J>")).o9(0,B.dL)}, +gK7(){var s,r=this.cs +r.ax.toString +r.ch.toString +s=this.ca!=null +s +return A.b([new A.L(48,48),new A.L(20,20),r.ay.Qx(s,r)],t.X4)}, +gAy(){var s=this.cs +return s.CW.Qv(!1,this,s)}, +sl(a,b){var s,r=this +if(b===r.bI)return +r.bI=b +s=A.a(r.C.r,"positionController") +s.sl(0,b) +r.aj()}, +safx(a,b){if(this.cK===b)return +this.cK=b +this.aj()}, +sQV(a){return}, +sabH(a){return}, +sD5(a,b){return}, +sRw(a){if(a.k(0,this.cs))return +this.cs=a +this.aF()}, +skV(a){if(a===this.eR)return +this.eR=a +this.un()}, +sQO(a){if(a.k(0,this.du))return +this.du=a +this.aF()}, +sfl(a){var s,r,q=this,p="enableController" +if(J.f(a,q.ca))return +s=q.ca +q.ca=a +r=a!=null +if(s!=null!==r){s=q.C.f +if(r)A.a(s,p).bp(0) +else A.a(s,p).cc(0) +q.aF() +q.aj()}}, +sbx(a,b){if(b===this.c5)return +this.c5=b +this.un()}, +sbR(a){var s=this +if(a===s.e1)return +s.e1=a +s.KU(a) +s.aj()}, +sadB(a){if(a===this.am)return +this.am=a +this.KU(a)}, +KU(a){var s="overlayController",r="valueIndicatorController",q=this.C,p=q.d +if(a){A.a(p,s).bp(0) +if(this.gt3())A.a(q.e,r).bp(0)}else{A.a(p,s).cc(0) +if(this.gt3())A.a(q.e,r).cc(0)}}, +gt3(){switch(this.cs.fr.a){case 0:return!1 +case 1:return!0 +case 2:return!0 +case 3:return!1}}, +gYL(){switch(this.cK.a){case 2:case 4:return 0.1 +case 0:case 1:case 3:case 5:return 0.05}}, +un(){this.q.scd(0,null) +this.a0()}, +jW(){this.xI() +this.q.a0() +this.un()}, +ak(a){var s,r,q=this +q.Vy(a) +s=A.a(q.M,"_overlayAnimation") +r=q.gd5() +s.ga3(s).a2(0,r) +s=A.a(q.ag,"_valueIndicatorAnimation") +s.ga3(s).a2(0,r) +s=A.a(q.a7,"_enableAnimation") +s.ga3(s).a2(0,r) +s=A.a(q.C.r,"positionController") +s.cf() +s=s.bj$ +s.b=!0 +s.a.push(r)}, +ab(a){var s=this,r=A.a(s.M,"_overlayAnimation"),q=s.gd5() +r.ga3(r).K(0,q) +r=A.a(s.ag,"_valueIndicatorAnimation") +r.ga3(r).K(0,q) +r=A.a(s.a7,"_enableAnimation") +r.ga3(r).K(0,q) +A.a(s.C.r,"positionController").K(0,q) +s.Vz(0)}, +a1e(a){switch(this.c5.a){case 0:return 1-a +case 1:return a}}, +tt(a){var s=B.e.G(a,0,1) +return s}, +Kd(a){var s,r,q,p=this,o=p.C +o.Rs() +if(!p.av&&p.ca!=null){p.av=!0 +p.cX.$1(p.tt(p.bI)) +s=p.i4(a) +r=p.gAy() +q=p.gAy() +q=p.a1e((s.a-r.a)/(q.c-q.a)) +p.bA=q +r=p.ca +r.toString +r.$1(p.tt(q)) +A.a(o.d,"overlayController").bp(0) +if(p.gt3()){A.a(o.e,"valueIndicatorController").bp(0) +s=o.w +if(s!=null)s.aA(0) +o.w=A.bO(new A.aP(B.e.aI(5e5*$.ama)),new A.afM(p))}}}, +yY(){var s,r=this,q=r.C +if(q.c==null)return +if(r.av&&!0){r.co.$1(r.tt(r.bA)) +s=r.av=!1 +r.bA=0 +A.a(q.d,"overlayController").cc(0) +if(r.gt3()?q.w==null:s)A.a(q.e,"valueIndicatorController").cc(0)}}, +Aj(a){this.Kd(a.b)}, +a7B(a){var s,r,q,p=this +if(p.C.c==null)return +if(p.ca!=null){s=a.c +s.toString +r=p.gAy() +q=s/(r.c-r.a) +switch(p.c5.a){case 0:p.bA=p.bA-q +break +case 1:p.bA=p.bA+q +break}s=p.ca +s.toString +s.$1(p.tt(p.bA))}}, +Ah(a){this.yY()}, +a7D(a){this.Kd(a.a)}, +a7F(a){this.yY()}, +hY(a){return!0}, +hX(a,b){if(t.c.b(a)&&this.ca!=null){A.a(this.D,"_drag").B4(a) +A.a(this.b6,"_tap").B4(a)}}, +b1(a){return 144+this.gzH()}, +aV(a){return 144+this.gzH()}, +aX(a){var s=this.cs.a +s.toString +return Math.max(s,this.gzG())}, +b0(a){var s=this.cs.a +s.toString +return Math.max(s,this.gzG())}, +ghB(){return!0}, +c4(a){var s,r=a.b +r=r<1/0?r:144+this.gzH() +s=a.d +if(!(s<1/0)){s=this.cs.a +s.toString +s=Math.max(s,this.gzG())}return new A.L(r,s)}, +aH(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h="_enableAnimation",g="_overlayAnimation",f=A.a(A.a(i.C.r,"positionController").x,"_value") +switch(i.c5.a){case 0:f=1-f +break +case 1:break +default:f=null}s=i.cs +r=s.CW.Qw(!1,b,i,s) +s=r.a +q=new A.m(s+f*(r.c-s),r.gaU().b) +s=i.cs +p=s.CW +p.toString +o=A.a(i.a7,h) +n=i.c5 +p.afr(a,b,o,!1,i.ca!=null,i,s,n,q) +s=A.a(i.M,g) +if(s.gaZ(s)!==B.w){i.cs.ax.toString +s=A.a(i.M,g) +A.a(i.a7,h) +p=i.cs +o=i.du +if(o.gS(o))i.k1.toString +m=a.gc2(a) +s=new A.ar(0,24,t.Y).T(0,s.gl(s)) +o=$.aJ()?A.aT():new A.aO(new A.aQ()) +p=p.as +p.toString +o.sae(0,p) +m.dZ(0,q,s,o)}i.ca!=null +i.cs.ch.toString +s=A.a(i.M,g) +p=A.a(i.a7,h) +o=i.cs +n=i.du +if(n.gS(n))i.k1.toString +m=a.gc2(a) +n=t.Y +o=new A.dg(o.Q,o.y).T(0,p.gl(p)) +o.toString +l=new A.ar(10,10,n).T(0,p.gl(p)) +k=new A.ar(1,6,n).T(0,s.gl(s)) +j=A.d6() +s=2*l +j.ux(0,A.aqC(q,s,s),0,6.283185307179586) +m.iv(0,j,B.n,k,!0) +s=$.aJ()?A.aT():new A.aO(new A.aQ()) +s.sae(0,o) +m.dZ(0,q,l,s)}, +eO(a){var s,r=this +r.fZ(a) +a.a=!1 +s=r.ca +a.b3(B.lf,!0) +a.b3(B.ld,s!=null) +a.xr=r.c5 +a.d=!0 +if(r.ca!=null){a.snW(r.gadH()) +a.snT(r.gabo())}a.p4=new A.bR("",B.T) +a.d=!0 +s=r.bI +a.R8=new A.bR(""+B.e.aI(s*100)+"%",B.T) +a.RG=new A.bR(""+B.e.aI(B.e.G(s+r.guc(),0,1)*100)+"%",B.T) +a.d=!0 +a.rx=new A.bR(""+B.e.aI(B.e.G(r.bI-r.guc(),0,1)*100)+"%",B.T) +a.d=!0}, +guc(){var s=this.gYL() +return s}, +vJ(){var s=this.ca +if(s!=null)s.$1(B.e.G(this.bI+this.guc(),0,1))}, +v6(){var s=this.ca +if(s!=null)s.$1(B.e.G(this.bI-this.guc(),0,1))}} +A.afN.prototype={ +$1(a){var s +if(a===B.w&&this.a.C.CW!=null){s=this.a.C +s.CW.bw(0) +s.CW=null}}, +$S:3} +A.afL.prototype={ +$1(a){return a.a}, +$S:101} +A.afK.prototype={ +$1(a){return a.b}, +$S:101} +A.afM.prototype={ +$0(){var s="valueIndicatorController",r=this.a,q=r.C +q.w=null +if(!r.av&&A.a(A.a(q.e,s).Q,"_status")===B.H)A.a(q.e,s).cc(0)}, +$S:0} +A.iq.prototype={} +A.pp.prototype={ +i(a){return"_SliderAdjustmentType."+this.b}} +A.Sn.prototype={ +aJ(a){var s=new A.Qz(this.d,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.C=A.co(B.P,A.a(s.M.e,"valueIndicatorController"),null) +return s}, +aM(a,b){b.M=this.d}} +A.Qz.prototype={ +ghB(){return!0}, +ak(a){var s,r,q=this +q.VA(a) +s=A.a(q.C,"_valueIndicatorAnimation") +r=q.gd5() +s.ga3(s).a2(0,r) +s=A.a(q.M.r,"positionController") +s.cf() +s=s.bj$ +s.b=!0 +s.a.push(r)}, +ab(a){var s=this,r=A.a(s.C,"_valueIndicatorAnimation"),q=s.gd5() +r.ga3(r).K(0,q) +A.a(s.M.r,"positionController").K(0,q) +s.VB(0)}, +aH(a,b){var s=this.M.Q +if(s!=null)s.$2(a,b)}, +c4(a){return new A.L(B.f.G(0,a.a,a.b),B.f.G(0,a.c,a.d))}} +A.Eo.prototype={ +ak(a){this.dF(a) +$.fc.eQ$.a.E(0,this.ghC())}, +ab(a){$.fc.eQ$.a.B(0,this.ghC()) +this.d8(0)}} +A.Ep.prototype={ +ak(a){this.dF(a) +$.fc.eQ$.a.E(0,this.ghC())}, +ab(a){$.fc.eQ$.a.B(0,this.ghC()) +this.d8(0)}} +A.Es.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.KX.prototype={ +i(a){return"ShowValueIndicator."+this.b}} +A.A3.prototype={ +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,A.a3(s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,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.W(b)!==A.C(r))return!1 +if(b instanceof A.A3)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.w,r.w))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.as,r.as))if(J.f(b.at,r.at))if(b.ax==r.ax)if(b.ay==r.ay)if(b.ch==r.ch)if(b.CW==r.CW)if(b.cx==r.cx)if(b.fr==r.fr)if(J.f(b.fx,r.fx))if(b.fy==r.fy)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.a8t.prototype={} +A.a8u.prototype={} +A.a8v.prototype={} +A.US.prototype={ +wS(a,b,c,d,e){var s,r,q,p,o +e.ch.toString +b +e.ax.toString +s=e.a +s.toString +r=c.a+Math.max(24,10) +q=d.k1 +p=c.b+(q.b-s)/2 +o=r+q.a-Math.max(20,48) +return new A.w(Math.min(r,o),p,Math.max(r,o),p+s)}, +Qv(a,b,c){return this.wS(a,!1,B.j,b,c)}, +Qw(a,b,c,d){return this.wS(a,!1,b,c,d)}} +A.a5L.prototype={ +afr(a,b,c,d,a0,a1,a2,a3,a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=a2.a +if(e==null||e<=0)return +e=$.aJ() +s=e?A.aT():new A.aO(new A.aQ()) +r=new A.dg(a2.d,a2.b).T(0,c.gl(c)) +r.toString +s.sae(0,r) +q=e?A.aT():new A.aO(new A.aQ()) +e=new A.dg(a2.e,a2.c).T(0,c.gl(c)) +e.toString +q.sae(0,e) +switch(a3.a){case 1:p=q +o=s +break +case 0:p=s +o=q +break +default:o=null +p=null}n=this.wS(d,a0,b,a1,a2) +e=n.d +r=n.b +m=e-r +l=m/2 +k=new A.bD(l,l) +m=(m+2)/2 +j=new A.bD(m,m) +m=a.gc2(a) +l=a3===B.q +i=l?r-1:r +h=a4.a +g=l?e+1:e +f=l?j:k +l=l?j:k +m.cm(0,A.aqz(n.a,i,h,g,l,B.K,f,B.K),o) +f=a.gc2(a) +m=a3===B.ab +if(m)--r +if(m)++e +l=m?j:k +m=m?j:k +f.cm(0,A.aqz(h,r,n.c,e,B.K,m,B.K,l),p)}} +A.a5K.prototype={ +Qx(a,b){var s=b.a +s.toString +s=s/4*2 +return new A.L(s,s)}} +A.a5J.prototype={} +A.a5I.prototype={} +A.a4A.prototype={} +A.QI.prototype={} +A.R7.prototype={} +A.ib.prototype={ +i(a){return"SnackBarClosedReason."+this.b}} +A.td.prototype={ +an(){return new A.Di(B.k)}} +A.Di.prototype={ +aB(){this.aS() +this.a.as.c1(this.gzO())}, +b4(a){var s,r,q=this +q.bu(a) +s=a.as +if(q.a.as!=s){r=q.gzO() +s.e5(r) +q.a.as.c1(r)}}, +m(a){this.a.as.e5(this.gzO()) +this.aR(0)}, +a53(a){switch(a.a){case 0:case 1:case 2:break +case 3:this.a.toString +this.d=!0 +break}}, +I(a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null,d=a5.L(t.w).f,c=A.ae(a5),b=c.as,a=c.ei,a0=b.a===B.a4,a1=a0?b.b:b.f,a2=a0?B.ad:B.a4,a3=b.db +if(a0)s=a3 +else{r=a3.a +s=A.q8(A.ak(204,r>>>16&255,r>>>8&255,r&255),b.cy)}r=b.c +q=c.aaO(A.W4(s,a2,b.ax,e,e,e,b.CW,b.at,e,e,b.b,e,b.f,e,b.cy,e,e,e,e,r,e,r,a1,e,b.r,e,a3,e,e,e,e)) +p=a.d +if(p==null)p=A.all(a2).R8.w +r=f.a +o=new A.f4(24,0,24,0) +r=r.as +r.toString +n=A.co(B.P,r,e) +r=f.a.as +r.toString +A.co(B.C3,r,e) +r=f.a.as +r.toString +m=A.co(B.C1,r,B.Rc) +r=f.a +r.toString +p.toString +r=A.b([A.qt(A.cd(e,A.jS(r.c,e,e,B.bM,!0,p,e,e,B.aA),e,e,e,e,e,B.B9,e),1)],t.p) +l=f.a +l.toString +k=A.al8(!0,new A.cr(o,A.fE(r,B.ag,B.E,B.Q),e),!1) +j=a.e +if(j==null)j=6 +i=a.a +if(i==null)i=q.as.CW +h=a.f +if(h==null)h=e +r=d.y +k=A.hV(B.D,!0,e,new A.tB(q,r?k:A.iS(!1,k,m),e),B.u,i,j,e,e,h,e,e,B.bD) +k=A.bq(e,new A.wl(k,new A.ags(a5),l.ax,e,B.SQ),!0,e,e,!1,e,e,e,e,e,!0,e,e,e,e,e,new A.agt(a5),e,e,e,e,e,e,e,e,e,e,e) +if(r)g=k +else g=A.fR(n,new A.agu(n),k) +r=l.c.i(0) +return A.apt(A.VW(g,f.a.ay,e),"")}} +A.agt.prototype={ +$0(){A.a6b(this.a).wl(B.My)}, +$S:0} +A.ags.prototype={ +$1(a){A.a6b(this.a).wl(B.Mz)}, +$S:263} +A.agu.prototype={ +$2(a,b){var s=this.a +return new A.dt(B.b8,null,s.gl(s),b,null)}, +$S:264} +A.A8.prototype={ +gv(a){var s=this +return A.a3(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.W(b)!==A.C(s))return!1 +return b instanceof A.A8&&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.Rf.prototype={} +A.Rz.prototype={ +i(a){return"_SwitchType."+this.b}} +A.LC.prototype={ +a1c(a){var s=A.ae(a) +A.ara(a) +switch(s.f.a){case 0:return B.Mo +case 1:return B.Mn}}, +Z8(a){var s=null +return new A.Cj(this.c,this.d,s,s,s,s,s,s,s,s,s,s,B.W,s,s,s,s,s,s,!1,this.a1c(a),s)}, +I(a,b){switch(0){case 0:return this.Z8(b)}}} +A.Cj.prototype={ +an(){return new A.Ck(new A.Dx($.b4()),$,$,$,$,$,$,$,$,$,null,!1,!1,null,null,B.k)}} +A.Ck.prototype={ +b4(a){var s,r=this,q="_position" +r.bu(a) +if(a.c!==r.a.c){s=A.a(r.lP$,q) +if(s.gl(s)!==0){s=A.a(r.lP$,q) +s=s.gl(s)===1}else s=!0 +if(s){s=A.a(r.lP$,q) +s.b=B.cm +s.c=B.dX}r.B8()}}, +m(a){this.d.m(0) +this.Vv(0)}, +gfl(){this.a.toString +return this.ga7X()}, +gAT(){return new A.eg(new A.aeM(this),t._s)}, +gyQ(){var s,r=this.c +r.toString +s=A.ae(r) +return new A.eg(new A.aeJ(s.as.a===B.a4,s),t.h2)}, +gLl(){return new A.eg(new A.aeN(this),t._s)}, +gHd(){var s=this.c +s.toString +return new A.eg(new A.aeK(this,A.ae(s).as.a===B.a4),t.h2)}, +a81(a){if(this.gfl()!=null)A.a(this.nA$,"_reactionController").bp(0)}, +a83(a){var s,r,q=this,p="_positionController" +if(q.gfl()!=null){s=A.a(q.lP$,"_position") +s.b=B.aa +s.c=null +s=a.c +s.toString +r=s/(q.a.fr.a-40) +s=q.c.L(t.I) +s.toString +switch(s.f.a){case 0:s=A.a(q.qq$,p) +s.sl(0,A.a(s.x,"_value")-r) +break +case 1:s=A.a(q.qq$,p) +s.sl(0,A.a(s.x,"_value")+r) +break}}}, +a8_(a){var s,r,q=this,p=A.a(q.lP$,"_position") +p=p.gl(p) +s=q.a +r=s.c +if(p>=0.5!==r){s.d.$1(!r) +q.a4(new A.aeL(q))}else q.B8() +A.a(q.nA$,"_reactionController").cc(0)}, +a7Y(a){var s=this.a.d +a.toString +s.$1(a)}, +I(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,a7=this,a8=null +if(a7.e){a7.e=!1 +a7.B8()}s=A.ae(b0) +r=A.ara(b0) +q=a7.glc() +q.E(0,B.bh) +p=a7.glc() +p.B(0,B.bh) +a7.a.toString +o=a7.gAT().a.$1(q) +if(o==null){o=r.a +o=o==null?a8:o.O(q) +n=o}else n=o +if(n==null)n=a7.gyQ().a.$1(q) +a7.a.toString +o=a7.gAT().a.$1(p) +if(o==null){o=r.a +o=o==null?a8:o.O(p) +m=o}else m=o +if(m==null)m=a7.gyQ().a.$1(p) +a7.a.toString +o=a7.gLl().a.$1(q) +if(o==null){o=r.b +o=o==null?a8:o.O(q) +l=o}else l=o +if(l==null)l=a7.gHd().a.$1(q) +a7.a.toString +o=a7.gLl().a.$1(p) +if(o==null){o=r.b +o=o==null?a8:o.O(p) +k=o}else k=o +if(k==null)k=a7.gHd().a.$1(p) +j=a7.glc() +j.E(0,B.aD) +a7.a.toString +o=r.e +i=o==null?a8:o.O(j) +h=i +if(h==null)h=s.ch +g=a7.glc() +g.E(0,B.ap) +a7.a.toString +i=o==null?a8:o.O(g) +f=i +if(f==null)f=s.CW +q.E(0,B.aI) +a7.a.toString +i=o==null?a8:o.O(q) +e=i +if(e==null)e=A.ak(31,n.gl(n)>>>16&255,n.gl(n)>>>8&255,n.gl(n)&255) +p.E(0,B.aI) +a7.a.toString +o=o==null?a8:o.O(p) +d=o +if(d==null)d=A.ak(31,n.gl(n)>>>16&255,n.gl(n)>>>8&255,n.gl(n)&255) +o=a7.a +i=o.c +c=o.ay +b=o.dx +o=o.fr +a=a7.d +a.sbS(0,A.a(a7.lP$,"_position")) +a.safL(A.a(a7.N9$,"_reaction")) +a.safN(A.a(a7.Nb$,"_reactionFocusFade")) +a.safO(A.a(a7.Na$,"_reactionHoverFade")) +a.sadE(d) +a.safM(e) +a.slV(f) +a.slQ(h) +a7.a.toString +a0=r.f +a.sRB(a0==null?20:a0) +a.sabJ(a7.vo$) +a.sD_(a7.glc().A(0,B.aD)) +a.sadZ(a7.glc().A(0,B.ap)) +a.sa9k(n) +a.sadD(m) +a.sa9l(a7.a.x) +a.saeH(a7.a.y) +a.sadF(a7.a.z) +a.saeY(a7.a.Q) +a.sa9m(l) +a.sadG(k) +a.spW(A.aiP(b0,a8)) +a.sae0(a7.gfl()!=null) +a.sagP(a7.a.fr.a-40) +a0=b0.L(t.I) +a0.toString +a.sbx(0,a0.f) +a.sVI(s.as.cy) +a1=a7.Cm$ +if(a1===$){a2=A.az([B.vM,new A.c3(a7.gKz(),new A.aM(A.b([],t.e),t._),t.wY)],t.n,t.od) +A.bb(a7.Cm$,"_actionMap") +a7.Cm$=a2 +a1=a2}a0=a7.gfl() +a3=new A.aeO(a7,r).$1(a7.glc()) +a4=a7.gfl() +a5=a7.ga3M() +a6=a7.gfl() +return A.bq(a8,A.eL(a8,A.apn(a1,!1,A.eL(a8,A.bq(a8,A.iM(a8,a8,a8,a,o),!1,a8,a6!=null,!1,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8),B.W,a4==null,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a7.gKz(),a5,a7.ga8r(),a5,a8,a8,a8),a0!=null,b,a3,a7.ga8m(),a7.ga8o(),a8),c,!0,a8,a8,a8,a8,a7.ga7Z(),a7.ga80(),a7.ga82(),a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8),!1,a8,a8,!1,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,i,a8)}} +A.aeM.prototype={ +$1(a){if(a.A(0,B.a6))return this.a.a.r +if(a.A(0,B.bh))return this.a.a.e +return this.a.a.r}, +$S:81} +A.aeJ.prototype={ +$1(a){if(a.A(0,B.a6))return this.a?B.dT:B.mD +if(a.A(0,B.bh))return this.b.p3 +return this.a?B.mD:B.mG}, +$S:46} +A.aeN.prototype={ +$1(a){if(a.A(0,B.a6))return this.a.a.w +if(a.A(0,B.bh))return this.a.a.f +return this.a.a.w}, +$S:81} +A.aeK.prototype={ +$1(a){var s,r +if(a.A(0,B.a6))return this.b?B.mH:B.ft +if(a.A(0,B.bh)){a.E(0,B.bh) +s=this.a +r=s.gAT().a.$1(a) +if(r==null)r=s.gyQ().a.$1(a) +return A.ak(128,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255)}return this.b?B.zo:B.zq}, +$S:46} +A.aeL.prototype={ +$0(){this.a.e=!0}, +$S:0} +A.aeO.prototype={ +$1(a){var s=A.dk(this.a.a.ch,a,t.WV) +if(s==null)s=null +return s==null?A.dk(B.dI,a,t.Pb):s}, +$S:266} +A.Dx.prototype={ +sa9l(a){return}, +saeH(a){return}, +sadF(a){return}, +saeY(a){return}, +sa9m(a){if(a.k(0,this.fr))return +this.fr=a +this.ac()}, +sadG(a){if(a.k(0,this.fx))return +this.fx=a +this.ac()}, +spW(a){if(a.k(0,this.fy))return +this.fy=a +this.ac()}, +sbx(a,b){if(this.go===b)return +this.go=b +this.ac()}, +sVI(a){if(a.k(0,this.id))return +this.id=a +this.ac()}, +sae0(a){if(a===this.k1)return +this.k1=a +this.ac()}, +sagP(a){if(a===this.k2)return +this.k2=a +this.ac()}, +a1E(){if(!this.p2)this.ac()}, +aH(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=d.k1 +c.toString +s=d.a +r=s.gl(s) +switch(d.go.a){case 0:q=1-r +break +case 1:q=r +break +default:q=null}s=d.fx +s.toString +p=d.fr +p.toString +p=A.A(s,p,r) +p.toString +s=d.f +s.toString +o=d.e +o.toString +o=A.A(s,o,r) +o.toString +s=d.id +s.toString +n=A.q8(o,s) +if(c)m=r<0.5?d.dx:d.cy +else m=d.dx +if(c)l=r<0.5?d.dy:d.db +else l=d.dy +c=$.aJ() +k=c?A.aT():new A.aO(new A.aQ()) +k.sae(0,p) +j=(b.a-33)/2 +s=b.b +i=(s-14)/2 +p=d.k2 +p.toString +h=j-3+q*p +g=new A.m(h+10,s/2) +a.cm(0,A.yY(new A.w(j,i,j+33,i+14),B.KJ),k) +s=d.b +if(s.gaZ(s)===B.w){s=d.c +if(s.gaZ(s)===B.w){s=d.d +s=s.gaZ(s)!==B.w}else s=!0}else s=!0 +if(s){f=c?A.aT():new A.aO(new A.aQ()) +c=d.r +c.toString +s=d.w +s.toString +p=d.a +p=A.A(c,s,p.gl(p)) +s=d.x +s.toString +c=d.d +c=A.A(p,s,c.gl(c)) +s=d.y +s.toString +p=d.c +p=A.A(c,s,p.gl(p)) +p.toString +f.sae(0,p) +p=d.Q +c=p==null?g:p +s=d.b +s=A.ym(c,g,s.gl(s)) +s.toString +c=d.z +c.toString +p=d.as +p.toString +if(!p){p=d.at +p.toString}else p=!0 +if(p)e=c +else{p=d.b +e=new A.ar(0,c,t.Y).T(0,p.gl(p))}if(e>0)a.dZ(0,s.Z(0,B.j),e,f)}d.a5y(new A.m(h,i-3),a,r,n,m,l)}, +a5y(a,b,c,d,e,f){var s,r,q,p,o=this,n=null +try{o.p2=!0 +if(o.p1!=null)if(d.k(0,o.k3))p=!1 +else p=!0 +else p=!0 +if(p){o.k3=d +o.k4=e +o.ok=f +p=o.p1 +if(p!=null)p.m(0) +o.p1=new A.MW(new A.dZ(d,n,n,n,B.Er,n,B.fg),o.ga1D())}p=o.p1 +p.toString +s=p +r=1-Math.abs(c-0.5)*2 +q=10-r +p=q*2 +s.jF(b,a.Z(0,new A.m(0,r)),o.fy.Mg(new A.L(p,p)))}finally{o.p2=!1}}, +m(a){var s=this,r=s.p1 +if(r!=null)r.m(0) +s.ok=s.k4=s.k3=s.p1=null +s.U7(0)}} +A.Ej.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.Ek.prototype={ +aB(){var s,r=this,q=null +r.aS() +s=A.bo(q,B.D,q,!r.a.c?0:1,r) +r.qq$=s +r.lP$=A.co(B.cm,A.a(s,"_positionController"),B.dX) +s=A.bo(q,B.an,q,q,r) +r.nA$=s +r.N9$=A.co(B.P,A.a(s,"_reactionController"),q) +s=A.bo(q,B.cZ,q,r.qs$||r.qr$?1:0,r) +r.Ck$=s +r.Na$=A.co(B.P,A.a(s,"_reactionHoverFadeController"),q) +s=A.bo(q,B.cZ,q,r.qs$||r.qr$?1:0,r) +r.Cl$=s +r.Nb$=A.co(B.P,A.a(s,"_reactionFocusFadeController"),q)}, +m(a){var s=this +A.a(s.qq$,"_positionController").m(0) +A.a(s.nA$,"_reactionController").m(0) +A.a(s.Ck$,"_reactionHoverFadeController").m(0) +A.a(s.Cl$,"_reactionFocusFadeController").m(0) +s.Vu(0)}} +A.Al.prototype={ +gv(a){var s=this +return A.a3(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.W(b)!==A.C(r))return!1 +if(b instanceof A.Al)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.C2.prototype={ +O(a){var s,r=this,q=r.a,p=q==null?null:q.O(a) +q=r.b +s=q==null?null:q.O(a) +return r.d.$3(p,s,r.c)}, +$iaU:1} +A.Ry.prototype={} +A.Ao.prototype={ +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.Ao)if(J.f(b.a,r.a))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.w,r.w))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.C0.prototype={ +O(a){var s,r=this.a,q=r==null?null:r.O(a) +r=this.b +s=r==null?null:r.O(a) +return A.A(q,s,this.c)}, +gv(a){return A.a3(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.W(b)!==A.C(s))return!1 +return b instanceof A.C0&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&b.c===s.c}, +$iaU:1} +A.RD.prototype={} +A.An.prototype={ +Z6(){var s=null,r=A.bu(this.c,s,B.NA,s,!1,s,s,s) +return r}, +I(a,b){var s=this.Z6() +return A.dB(A.jP(s,null,1),46,null)}} +A.Aq.prototype={ +gv(a){return J.r(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.Aq&&J.f(b.a,this.a)}} +A.RG.prototype={} +A.RH.prototype={ +Dr(a){var s +this.U5(a) +s=this.a +if(s.a.x1&&this.b){s=s.y.ga5() +s.toString +s.mA()}}, +aeT(a){}, +af9(a){var s,r=this.a +if(r.a.x1){s=this.f.c +s.toString +switch(A.ae(s).w.a){case 2:case 4:r=r.y.ga5() +r.toString +r=$.F.D$.z.h(0,r.r).gF() +r.toString +t.E.a(r).l5(B.bm,a.a) +break +case 0:case 1:case 3:case 5:r=r.y.ga5() +r.toString +r=$.F.D$.z.h(0,r.r).gF() +r.toString +s=a.a +t.E.a(r).EU(B.bm,s.a9(0,a.c),s) +break}}}, +Dv(a){var s=this.a.y.ga5() +s.toString +s.jx() +this.U6(a) +s=this.f +s.JA() +s.a.toString}, +afb(a){var s,r,q=this.a +if(q.a.x1){s=this.f +r=s.c +r.toString +switch(A.ae(r).w.a){case 2:case 4:q=q.y.ga5() +q.toString +q=$.F.D$.z.h(0,q.r).gF() +q.toString +t.E.a(q).l5(B.bm,a.a) +break +case 0:case 1:case 3:case 5:q=q.y.ga5() +q.toString +q=$.F.D$.z.h(0,q.r).gF() +q.toString +t.E.a(q) +r=q.cF +r.toString +q.ou(B.bm,r) +s=s.c +s.toString +A.api(s) +break}}}} +A.At.prototype={ +an(){var s=null +return new A.DD(new A.bC(s,t.NE),s,A.z(t.yb,t.T),s,!0,s,B.k)}} +A.DD.prototype={ +gja(){var s=this.a.c +return s}, +gfz(){this.a.toString +var s=this.e +if(s==null){s=A.Zh(!0,null,!0,!0,null,null,!1) +this.e=s}return s}, +ga_T(){this.a.toString +var s=this.c +s.toString +s=A.aBY(A.ae(s).w) +return s}, +glp(){var s=this.a,r=s.p1 +if(r==null)s=s.e.y2 +else s=r +return s}, +ga4_(){this.a.toString +return!1}, +a0V(){var s,r,q,p,o=this,n=o.c +n.toString +A.lH(n,B.br,t.c4).toString +n=o.c +n.toString +s=A.ae(n) +n=o.a.e +n=n.LG(s.e) +r=o.glp() +q=o.a.e.as +p=n.aaZ(r,q==null?1:q) +n=p.p2==null +if(!n||p.p1!=null)return p +r=o.gja().a.a +r=r.length===0?B.b7:new A.eb(r) +r.gp(r) +if(n)if(p.p1==null)o.a.toString +o.a.toString +return p}, +aB(){var s=this +s.aS() +s.w=new A.RH(s,s) +s.a.toString +s.gfz().scl(s.glp()) +s.gfz().a2(0,s.gKs())}, +gKr(){var s,r=this.c +r.toString +r=A.e6(r) +s=r==null?null:r.ax +switch((s==null?B.bE:s).a){case 0:return this.glp() +case 1:return!0}}, +bH(){this.VF() +this.gfz().scl(this.gKr())}, +b4(a){var s=this +s.VG(a) +s.a.toString +s.gfz().scl(s.gKr()) +if(s.gfz().gbR())s.a.toString}, +jK(a,b){var s=this.d +if(s!=null)this.ob(s,"controller")}, +gfo(){this.a.toString +return null}, +m(a){var s,r=this +r.gfz().K(0,r.gKs()) +s=r.e +if(s!=null)s.m(0) +s=r.d +if(s!=null){s.ahu() +s.ahs(0)}r.VH(0)}, +JA(){var s=this.y.ga5() +if(s!=null)s.DT()}, +a7s(a){var s=this +if(!A.a(s.w,"_selectionGestureDetectorBuilder").b)return!1 +if(a===B.L)return!1 +s.a.toString +if(!s.glp())return!1 +if(a===B.bm||a===B.eI)return!0 +if(s.gja().a.a.length!==0)return!0 +return!1}, +a86(){this.a4(new A.agE())}, +a3f(a,b){var s,r=this,q=r.a7s(b) +if(q!==r.r)r.a4(new A.agG(r,q)) +s=r.c +s.toString +switch(A.ae(s).w.a){case 2:case 4:if(b===B.bm||b===B.aK){s=r.y.ga5() +if(s!=null)s.il(a.gde())}return +case 3:case 5:case 1:case 0:if(b===B.aK){s=r.y.ga5() +if(s!=null)s.il(a.gde())}return}}, +a3l(){var s=this.gja().a.b +if(s.a===s.b){s=this.y.ga5() +if(A.a(s.y.d,"_selectionOverlay").go!=null)s.jx() +else s.mA()}}, +If(a){if(a!==this.f)this.a4(new A.agF(this,a))}, +gkU(){var s,r,q,p,o,n,m=this +m.a.toString +s=J.xj(B.bB.slice(0),t.N) +r=m.y +q=r.ga5() +q.toString +q=A.e7(q) +p=m.gja().a +o=m.a.e +n=new A.vz(!0,"EditableText-"+q,s,p,o.y) +r=r.ga5().gkU() +return A.are(!0,n,!1,!0,r.x,!0,r.z,r.a,r.as,r.c,r.b,r.f,r.r,r.Q)}, +I(b5,b6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8=this,a9=null,b0="forcePressEnabled",b1={},b2=A.ae(b6),b3=A.arh(b6),b4=b2.R8.w +b4.toString +a8.a.toString +s=b4.bg(a9) +a8.a.toString +b4=b2.as +r=a8.gja() +q=a8.gfz() +p=t.VS +o=A.b([],p) +a8.a.toString +b1.a=null +switch(b2.w.a){case 2:n=A.akk(b6) +a8.x=!0 +m=$.awp() +l=b3.a +if(l==null)l=n.giQ() +k=b3.b +if(k==null){j=n.giQ() +k=A.ak(102,j.gl(j)>>>16&255,j.gl(j)>>>8&255,j.gl(j)&255)}i=new A.m(-2/b6.L(t.w).f.b,0) +h=k +g=!0 +f=!0 +e=B.cH +break +case 4:n=A.akk(b6) +a8.x=!1 +m=$.awo() +l=b3.a +if(l==null)l=n.giQ() +k=b3.b +if(k==null){j=n.giQ() +k=A.ak(102,j.gl(j)>>>16&255,j.gl(j)>>>8&255,j.gl(j)&255)}i=new A.m(-2/b6.L(t.w).f.b,0) +b1.a=new A.agI(a8) +h=a9 +g=!0 +f=!0 +e=B.cH +break +case 0:case 1:a8.x=!1 +m=$.awq() +l=b3.a +if(l==null)l=b4.b +k=b3.b +if(k==null){j=b4.b +k=A.ak(102,j.gl(j)>>>16&255,j.gl(j)>>>8&255,j.gl(j)&255)}e=a9 +h=e +i=h +g=!1 +f=!1 +break +case 3:a8.x=!1 +m=$.ana() +l=b3.a +if(l==null)l=b4.b +k=b3.b +if(k==null){j=b4.b +k=A.ak(102,j.gl(j)>>>16&255,j.gl(j)>>>8&255,j.gl(j)&255)}e=a9 +h=e +i=h +g=!1 +f=!1 +break +case 5:a8.x=!1 +m=$.ana() +l=b3.a +if(l==null)l=b4.b +k=b3.b +if(k==null){j=b4.b +k=A.ak(102,j.gl(j)>>>16&255,j.gl(j)>>>8&255,j.gl(j)&255)}b1.a=new A.agJ(a8) +e=a9 +h=e +i=h +g=!1 +f=!1 +break +default:e=a9 +h=e +k=h +l=k +i=l +f=i +g=f +m=g}j=a8.br$ +a8.a.toString +d=a8.glp() +c=a8.a +b=c.fx +a=a8.r +a0=c.f +a1=c.ay +a2=c.CW +c=c.cx +a3=q.gbR()?k:a9 +a4=a8.a.x1 +a5=a4?m:a9 +p=A.b([$.auE()],p) +B.c.P(p,o) +b4=A.aan(j,new A.wy(r,q,"\u2022",a1,!d,b,a,d,!0,a2,c,!0,s,a9,B.bo,a9,B.Nl,l,h,B.dY,1,a9,!1,!1,a3,a5,a0,a9,a9,a9,a9,a9,a8.ga3e(),a8.ga3k(),p,B.ck,!0,2,a9,e,f,i,g,B.cR,B.bO,b4.a,B.Bf,a4,B.W,a9,a9,!0,a8,B.ai,"editable",!0,a8.y)) +a8.a.toString +a6=A.fR(new A.pk(A.b([q,r],t.Eo)),new A.agK(a8,q,r),new A.hj(b4,a9)) +a8.a.toString +b4=A.aK(t.R) +if(!a8.glp())b4.E(0,B.a6) +if(a8.f)b4.E(0,B.ap) +if(q.gbR())b4.E(0,B.aD) +p=a8.a.e +if(p.at!=null||a8.ga4_())b4.E(0,B.tI) +a7=A.dk(B.Td,b4,t.Pb) +b1.b=null +if(a8.ga_T()!==B.JO)a8.a.toString +b4=a8.glp() +p=A.a(a8.w,"_selectionGestureDetectorBuilder") +o=p.gafg() +j=p.a +d=A.a(j.x,b0)?p.gaeU():a9 +j=A.a(j.x,b0)?p.gaeS():a9 +return new A.Hr(q,A.o8(new A.hQ(!b4,a9,A.fR(r,new A.agL(b1,a8),new A.Ay(o,d,j,p.gaf2(),p.gaf4(),p.gafe(),p.gafc(),p.gafa(),p.gaf8(),p.gaf6(),p.gaeI(),p.gaeM(),p.gaeO(),p.gaeK(),B.aQ,a6,a9)),a9),a7,a9,new A.agM(a8),new A.agN(a8),a9),a9)}} +A.agE.prototype={ +$0(){}, +$S:0} +A.agG.prototype={ +$0(){this.a.r=this.b}, +$S:0} +A.agF.prototype={ +$0(){this.a.f=this.b}, +$S:0} +A.agI.prototype={ +$0(){var s=this.a +if(!s.gfz().gbR()&&s.gfz().gcl())s.gfz().jJ()}, +$S:0} +A.agJ.prototype={ +$0(){var s=this.a +if(!s.gfz().gbR()&&s.gfz().gcl())s.gfz().jJ()}, +$S:0} +A.agK.prototype={ +$2(a,b){var s,r,q,p=this.a,o=p.a0V() +p.a.toString +s=p.f +r=this.b.gbR() +q=this.c.a.a +p.a.toString +return new A.nR(o,null,B.bo,null,r,s,!1,q.length===0,b,null)}, +$S:271} +A.agM.prototype={ +$1(a){return this.a.If(!0)}, +$S:43} +A.agN.prototype={ +$1(a){return this.a.If(!1)}, +$S:35} +A.agL.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.b7:new A.eb(o) +o=o.gp(o) +p.a.toString +return A.bq(s,b,!1,o,s,!1,s,s,s,s,s,s,q,s,s,s,r.a,s,s,s,new A.agH(p),s,s,s,s,s,s,s,s)}, +$S:272} +A.agH.prototype={ +$0(){var s=this.a +if(!s.gja().a.b.gbv())s.gja().srW(A.mo(B.l,s.gja().a.a.length)) +s.JA()}, +$S:0} +A.ahD.prototype={ +$2(a,b){if(!a.a)a.K(0,b)}, +$S:45} +A.Eu.prototype={ +b4(a){this.bu(a) +this.qd()}, +bH(){var s,r,q,p,o=this +o.e9() +s=o.br$ +r=o.gof() +q=o.c +q.toString +q=A.rA(q) +o.cF$=q +p=o.n1(q,r) +if(r){o.jK(s,o.d0$) +o.d0$=!1}if(p)if(s!=null)s.m(0)}, +m(a){var s,r=this +r.em$.Y(0,new A.ahD()) +s=r.br$ +if(s!=null)s.m(0) +r.br$=null +r.aR(0)}} +A.a1U.prototype={ +l_(a){return B.Mm}, +uJ(a,b,c,d){var s,r=null,q=A.ae(a),p=A.arh(a).c +if(p==null)p=q.as.b +s=A.dB(A.iM(A.eL(B.aQ,r,B.W,!1,r,r,r,r,r,r,r,r,r,r,r,r,d,r,r,r,r,r,r),r,r,new A.RI(p,r),B.o),22,22) +switch(b.a){case 0:return A.M3(B.M,1.5707963267948966,s,r) +case 1:return s +case 2:return A.M3(B.M,0.7853981633974483,s,r)}}, +on(a,b){switch(a.a){case 0:return B.Ka +case 1:return B.j +case 2:return B.K7}}} +A.RI.prototype={ +aH(a,b){var s,r,q,p,o=$.aJ()?A.aT():new A.aO(new A.aQ()) +o.sae(0,this.b) +s=b.a/2 +r=A.lY(new A.m(s,s),s) +q=0+s +p=A.d6() +p.pE(0,r) +p.kl(0,new A.w(0,0,q,q)) +a.cp(0,p,o)}, +ew(a){return!this.b.k(0,a.b)}} +A.AA.prototype={ +gv(a){return A.a3(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.W(b)!==A.C(s))return!1 +return b instanceof A.AA&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&J.f(b.c,s.c)}} +A.RK.prototype={} +A.ed.prototype={ +bg(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.bg(b3.a) +if(r==null)r=b3.a +q=b1.b +p=q==null?b2:q.bg(b3.b) +if(p==null)p=b3.b +o=b1.c +n=o==null?b2:o.bg(b3.c) +if(n==null)n=b3.c +m=b1.d +l=m==null?b2:m.bg(b3.d) +if(l==null)l=b3.d +k=b1.e +j=k==null?b2:k.bg(b3.e) +if(j==null)j=b3.e +i=b1.f +h=i==null?b2:i.bg(b3.f) +if(h==null)h=b3.f +g=b1.r +f=g==null?b2:g.bg(b3.r) +if(f==null)f=b3.r +e=b1.w +d=e==null?b2:e.bg(b3.w) +if(d==null)d=b3.w +c=b1.x +b=c==null?b2:c.bg(b3.x) +if(b==null)b=b3.x +a=b1.y +a0=a==null?b2:a.bg(b3.y) +if(a0==null)a0=b3.y +a1=b1.z +a2=a1==null?b2:a1.bg(b3.z) +if(a2==null)a2=b3.z +a3=b1.Q +a4=a3==null?b2:a3.bg(b3.Q) +if(a4==null)a4=b3.Q +a5=b1.as +a6=a5==null?b2:a5.bg(b3.as) +if(a6==null)a6=b3.as +a7=b1.at +a8=a7==null?b2:a7.bg(b3.at) +if(a8==null)a8=b3.at +a9=b1.ax +b0=a9==null?b2:a9.bg(b3.ax) +if(b0==null)b0=b3.ax +if(r==null)r=b2 +s=r==null?s:r +r=p==null?b2:p +if(r==null)r=q +q=n==null?b2:n +if(q==null)q=o +p=l==null?m:l +o=j==null?b2:j +if(o==null)o=k +n=h==null?b2:h +if(n==null)n=i +m=f==null?b2:f +if(m==null)m=g +l=d==null?b2:d +if(l==null)l=e +k=b==null?b2:b +if(k==null)k=c +j=a0==null?b2:a0 +if(j==null)j=a +i=a2==null?b2:a2 +if(i==null)i=a1 +h=a4==null?b2:a4 +if(h==null)h=a3 +g=a6==null?b2:a6 +if(g==null)g=a5 +f=a8==null?a7:a8 +e=b0==null?b2:b0 +return A.arj(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.W(b)!==A.C(s))return!1 +return b instanceof A.ed&&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.w,b.w)&&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.as,b.as)&&J.f(s.at,b.at)&&J.f(s.ax,b.ax)}, +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,B.a,B.a,B.a,B.a,B.a)}} +A.RN.prototype={} +A.tB.prototype={ +I(a,b){var s=this.c,r=B.bS.a,q=B.bS.b,p=B.bS.c,o=B.bS.d,n=B.bS.e,m=B.bS.f +return new A.BT(this,new A.Gz(new A.Il(s,new A.yh(r,q,p,o,n,m),B.lJ,r,q,p,o,n,m),A.HN(this.d,s.rx,null),null),null)}, +gbN(a){return this.c}} +A.BT.prototype={ +El(a,b,c){return new A.tB(this.w.c,c,null)}, +cZ(a){return!this.w.c.k(0,a.w.c)}} +A.oW.prototype={ +en(r6){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=this.a +r5.toString +s=this.b +s.toString +r=r6<0.5 +q=r?r5.b:s.b +p=r?r5.c:s.c +o=A.aE0(r5,s,r6) +n=r?r5.e:s.e +m=r?r5.f:s.f +l=r?r5.r:s.r +k=r?r5.w:s.w +j=r5.x +i=s.x +h=t.X7 +g=A.zR(j.a,i.a,r6,A.auk(),h) +f=A.zR(j.b,i.b,r6,A.aup(),t.PM) +h=A.zR(j.c,i.c,r6,A.auk(),h) +e=j.d +d=i.d +e=r?e:d +d=j.e +c=i.e +d=r?d:c +c=j.f +b=i.f +c=r?c:b +b=A.z_(j.r,i.r,r6) +a=t.MH +a0=A.zR(j.w,i.w,r6,A.ek(),a) +a1=A.zR(j.x,i.x,r6,A.ek(),a) +a2=A.zR(j.y,i.y,r6,A.ek(),a) +a3=A.Z(j.z,i.z,r6) +a4=A.Z(j.Q,i.Q,r6) +j=A.Z(j.as,i.as,r6) +i=r?r5.y:s.y +a5=r5.z +a6=s.z +a7=A.Z(a5.a,a6.a,r6) +a7.toString +a6=A.Z(a5.b,a6.b,r6) +a6.toString +a5=r5.as +a8=s.as +a9=r?a5.a:a8.a +b0=a5.b +b1=a8.b +b2=A.A(b0,b1,r6) +b2.toString +b3=a5.c +b4=a8.c +b5=A.A(b3,b4,r6) +b5.toString +b6=a5.d +if(b6==null)b6=b0 +b7=a8.d +b6=A.A(b6,b7==null?b1:b7,r6) +b7=a5.e +if(b7==null)b7=b3 +b8=a8.e +b7=A.A(b7,b8==null?b4:b8,r6) +b8=a5.f +b9=a8.f +c0=A.A(b8,b9,r6) +c0.toString +c1=a5.r +c2=a8.r +c3=A.A(c1,c2,r6) +c3.toString +c4=a5.w +if(c4==null)c4=b8 +c5=a8.w +c4=A.A(c4,c5==null?b9:c5,r6) +c5=a5.x +if(c5==null)c5=c1 +c6=a8.x +c5=A.A(c5,c6==null?c2:c6,r6) +c6=a5.y +c7=c6==null +c8=c7?b8:c6 +c9=a8.y +d0=c9==null +c8=A.A(c8,d0?b9:c9,r6) +d1=a5.z +d2=d1==null +d3=d2?c1:d1 +d4=a8.z +d5=d4==null +d3=A.A(d3,d5?c2:d4,r6) +d6=a5.Q +if(d6==null){if(c7)c6=b8}else c6=d6 +c7=a8.Q +if(c7==null)c7=d0?b9:c9 +c7=A.A(c6,c7,r6) +c6=a5.as +if(c6==null)c1=d2?c1:d1 +else c1=c6 +c6=a8.as +if(c6==null)c2=d5?c2:d4 +else c2=c6 +c2=A.A(c1,c2,r6) +c1=a5.at +c6=a8.at +c9=A.A(c1,c6,r6) +c9.toString +d0=a5.ax +d1=a8.ax +d2=A.A(d0,d1,r6) +d2.toString +d4=a5.ay +c1=d4==null?c1:d4 +d4=a8.ay +c1=A.A(c1,d4==null?c6:d4,r6) +c6=a5.ch +if(c6==null)c6=d0 +d0=a8.ch +c6=A.A(c6,d0==null?d1:d0,r6) +d0=A.A(a5.CW,a8.CW,r6) +d0.toString +d1=a5.cx +d4=a8.cx +d5=A.A(d1,d4,r6) +d5.toString +d6=a5.cy +d7=a8.cy +d8=A.A(d6,d7,r6) +d8.toString +d9=a5.db +e0=a8.db +e1=A.A(d9,e0,r6) +e1.toString +e2=a5.dx +if(e2==null)e2=d6 +e3=a8.dx +e2=A.A(e2,e3==null?d7:e3,r6) +e3=a5.dy +if(e3==null)e3=d9 +e4=a8.dy +e3=A.A(e3,e4==null?e0:e4,r6) +e4=a5.fr +d1=e4==null?d1:e4 +e4=a8.fr +d1=A.A(d1,e4==null?d4:e4,r6) +d4=a5.fx +if(d4==null)d4=B.n +e4=a8.fx +d4=A.A(d4,e4==null?B.n:e4,r6) +e4=a5.fy +d9=e4==null?d9:e4 +e4=a8.fy +d9=A.A(d9,e4==null?e0:e4,r6) +e0=a5.go +d6=e0==null?d6:e0 +e0=a8.go +d6=A.A(d6,e0==null?d7:e0,r6) +d7=a5.id +b3=d7==null?b3:d7 +d7=a8.id +b3=A.A(b3,d7==null?b4:d7,r6) +b4=a5.k2 +if(b4==null)b4=b0 +d7=a8.k2 +b4=A.A(b4,d7==null?b1:d7,r6) +d7=a5.k3 +b8=d7==null?b8:d7 +d7=a8.k3 +b8=A.A(b8,d7==null?b9:d7,r6) +a5=a5.k1 +if(a5==null)a5=b0 +a8=a8.k1 +a5=A.W4(d0,a9,c9,c1,b3,d9,d5,d2,c6,d6,b5,b7,c3,c5,e1,e3,d3,c2,d1,b2,b6,b4,c0,c4,b8,d4,d8,A.A(a5,a8==null?b1:a8,r6),e2,c8,c7) +a8=A.A(r5.at,s.at,r6) +a8.toString +a9=A.A(r5.ax,s.ax,r6) +a9.toString +b0=A.A(r5.ay,s.ay,r6) +b0.toString +b1=A.A(r5.ch,s.ch,r6) +b1.toString +b2=A.A(r5.CW,s.CW,r6) +b2.toString +b3=A.A(r5.cx,s.cx,r6) +b3.toString +b4=A.A(r5.cy,s.cy,r6) +b4.toString +b5=A.A(r5.db,s.db,r6) +b5.toString +b6=A.A(r5.dx,s.dx,r6) +b6.toString +b7=A.A(r5.dy,s.dy,r6) +b7.toString +b8=A.A(r5.fr,s.fr,r6) +b8.toString +b9=A.A(r5.fx,s.fx,r6) +b9.toString +c0=A.A(r5.fy,s.fy,r6) +c0.toString +c1=A.A(r5.go,s.go,r6) +c1.toString +c2=A.A(r5.id,s.id,r6) +c2.toString +c3=A.A(r5.k1,s.k1,r6) +c3.toString +c4=A.A(r5.k2,s.k2,r6) +c4.toString +c5=A.A(r5.k3,s.k3,r6) +c5.toString +c6=A.A(r5.k4,s.k4,r6) +c6.toString +c7=A.A(r5.ok,s.ok,r6) +c7.toString +c8=A.A(r5.p1,s.p1,r6) +c8.toString +c9=A.A(r5.p2,s.p2,r6) +c9.toString +d0=A.A(r5.p3,s.p3,r6) +d0.toString +d1=r5.p4 +d2=s.p4 +d3=A.mq(d1.a,d2.a,r6) +d4=A.mq(d1.b,d2.b,r6) +d5=A.mq(d1.c,d2.c,r6) +d6=A.mq(d1.d,d2.d,r6) +d2=A.mq(d1.e,d2.e,r6) +d1=A.mq(r5.R8,s.R8,r6) +d7=A.mq(r5.RG,s.RG,r6) +d8=A.iW(r5.rx,s.rx,r6) +d9=A.iW(r5.ry,s.ry,r6) +e0=r5.to +e1=s.to +if(r)e2=e0.a +else e2=e1.a +e3=A.A(e0.b,e1.b,r6) +e4=A.A(e0.c,e1.c,r6) +e5=A.Z(e0.d,e1.d,r6) +e6=A.Z(e0.e,e1.e,r6) +e7=A.A(e0.f,e1.f,r6) +e8=A.A(e0.r,e1.r,r6) +e9=A.ea(e0.w,e1.w,r6) +f0=A.iW(e0.x,e1.x,r6) +f1=A.iW(e0.y,e1.y,r6) +f2=A.mq(e0.z,e1.z,r6) +if(r)f3=e0.Q +else f3=e1.Q +f4=A.Z(e0.as,e1.as,r6) +f5=A.Z(e0.at,e1.at,r6) +f6=A.bj(e0.ax,e1.ax,r6) +f7=A.bj(e0.ay,e1.ay,r6) +if(r)f8=e0.ch +else f8=e1.ch +if(r)e0=e0.CW +else e0=e1.CW +f6=A.azQ(f1,e3,e0,e2,f3,e5,e4,f0,e6,e7,e9,e8,f8,f2,f4,f7,f5,f6) +f5=r5.x1 +f7=s.x1 +e0=A.A(f5.a,f7.a,r6) +e1=A.bj(f5.b,f7.b,r6) +e2=A.Z(f5.c,f7.c,r6) +e3=A.es(f5.d,f7.d,r6) +e4=A.es(f5.e,f7.e,r6) +e5=r5.x2 +e6=s.x2 +e7=A.A(e5.a,e6.a,r6) +e8=A.Z(e5.b,e6.b,r6) +if(r)e5=e5.c +else e5=e6.c +e6=r5.xr +e9=s.xr +f0=A.A(e6.a,e9.a,r6) +f1=A.Z(e6.b,e9.b,r6) +f2=A.iW(e6.c,e9.c,r6) +f3=A.iW(e6.d,e9.d,r6) +f4=A.A(e6.e,e9.e,r6) +f5=A.A(e6.f,e9.f,r6) +f7=A.bj(e6.r,e9.r,r6) +f8=A.bj(e6.w,e9.w,r6) +if(r)f9=e6.x +else f9=e9.x +if(r)g0=e6.y +else g0=e9.y +if(r)g1=e6.z +else g1=e9.z +if(r)g2=e6.Q +else g2=e9.Q +if(r)g3=e6.as +else g3=e9.as +if(r)e6=e6.at +else e6=e9.at +e9=A.aA1(r5.y1,s.y1,r6) +e9.toString +g4=A.aA7(r5.y2,s.y2,r6) +g4.toString +g5=r?r5.ap:s.ap +g6=r5.a6 +g7=s.a6 +if(r)g8=g6.a +else g8=g7.a +g9=A.A(g6.b,g7.b,r6) +h0=A.A(g6.c,g7.c,r6) +h1=A.A(g6.d,g7.d,r6) +h2=A.Z(g6.e,g7.e,r6) +h3=A.es(g6.f,g7.f,r6) +g6=A.ea(g6.r,g7.r,r6) +g7=r5.ar +h4=s.ar +if(r)h5=g7.a +else h5=h4.a +h6=A.akf(g7.b,h4.b,r6,A.ek(),a) +h7=A.akf(g7.c,h4.c,r6,A.ek(),a) +h8=A.akf(g7.d,h4.d,r6,A.ek(),a) +h9=A.Z(g7.e,h4.e,r6) +if(r)i0=g7.f +else i0=h4.f +if(r)i1=g7.r +else i1=h4.r +i2=t.KX +i3=i2.a(A.ea(g7.w,h4.w,r6)) +g7=A.aAd(g7.x,h4.x,r6) +h4=A.aAi(r5.b5,s.b5,r6) +h4.toString +i4=r5.cW +i5=s.cW +i6=A.WB(i4.a,i5.a,r6) +i7=A.aoQ(i4.b,i5.b,r6,A.ek(),a) +i8=A.Z(i4.c,i5.c,r6) +i9=A.bj(i4.d,i5.d,r6) +j0=A.aoQ(i4.e,i5.e,r6,A.ek(),a) +j1=A.Z(i4.f,i5.f,r6) +j2=A.bj(i4.r,i5.r,r6) +j3=A.Z(i4.w,i5.w,r6) +j4=A.Z(i4.x,i5.x,r6) +j5=A.Z(i4.y,i5.y,r6) +i5=A.Z(i4.z,i5.z,r6) +i4=r5.bQ +j6=s.bQ +j7=A.A(i4.a,j6.a,r6) +j8=A.Z(i4.b,j6.b,r6) +j9=A.ea(i4.c,j6.c,r6) +k0=A.ak6(i4.d,j6.d,r6) +k1=A.bj(i4.e,j6.e,r6) +i4=A.bj(i4.f,j6.f,r6) +j6=r5.C +k2=s.C +k3=A.A(j6.a,k2.a,r6) +k4=A.Z(j6.b,k2.b,r6) +k5=A.Z(j6.c,k2.c,r6) +k6=A.Z(j6.d,k2.d,r6) +j6=A.Z(j6.e,k2.e,r6) +k2=A.aB_(r5.M,s.M,r6) +k2.toString +k7=A.aB6(r5.ag,s.ag,r6) +k7.toString +k8=A.aBg(r5.a7,s.a7,r6) +k8.toString +k9=A.aC4(r5.q,s.q,r6) +k9.toString +l0=A.aCp(r5.D,s.D,r6) +l0.toString +l1=A.aCq(r5.b6,s.b6,r6) +l1.toString +l2=A.aCv(r5.av,s.av,r6) +l2.toString +l3=A.aCM(r5.bA,s.bA,r6) +l3.toString +l4=A.aD_(r5.bI,s.bI,r6) +l4.toString +l5=r5.cK +l6=s.cK +if(r)l7=l5.a +else l7=l6.a +l8=A.aqA(l5.b,l6.b,r6,A.ek(),a) +if(r)l9=l5.e +else l9=l6.e +m0=A.aqA(l5.c,l6.c,r6,A.ek(),a) +m1=A.Z(l5.d,l6.d,r6) +if(r)l5=l5.f +else l5=l6.f +l6=r5.dG +m2=s.dG +m3=A.Z(l6.a,m2.a,r6) +m4=A.A(l6.b,m2.b,r6) +m5=A.A(l6.c,m2.c,r6) +m6=A.A(l6.d,m2.d,r6) +m7=A.A(l6.e,m2.e,r6) +m8=A.A(l6.f,m2.f,r6) +m9=A.A(l6.r,m2.r,r6) +n0=A.A(l6.w,m2.w,r6) +n1=A.A(l6.x,m2.x,r6) +n2=A.A(l6.y,m2.y,r6) +n3=A.A(l6.z,m2.z,r6) +n4=A.A(l6.Q,m2.Q,r6) +n5=A.A(l6.as,m2.as,r6) +n6=A.A(l6.at,m2.at,r6) +n7=r?l6.ax:m2.ax +n8=r?l6.ay:m2.ay +n9=r?l6.ch:m2.ch +o0=r?l6.CW:m2.CW +o1=r?l6.cx:m2.cx +o2=r?l6.cy:m2.cy +o3=r?l6.db:m2.db +o4=r?l6.dx:m2.dx +o5=r?l6.dy:m2.dy +o6=r?l6.fr:m2.fr +o7=A.bj(l6.fx,m2.fx,r6) +o8=A.Z(l6.fy,m2.fy,r6) +o9=r?l6.go:m2.go +l6=A.ar_(m8,m4,n0,m6,n1,m7,n4,m9,m5,o8,r?l6.id:m2.id,n3,n5,n7,o3,o2,o4,o5,o6,n2,o9,n9,n8,m3,o0,n6,o1,o7) +m2=r5.ei +m3=s.ei +m4=A.A(m2.a,m3.a,r6) +m5=A.A(m2.b,m3.b,r6) +m6=A.A(m2.c,m3.c,r6) +m7=A.bj(m2.d,m3.d,r6) +m8=A.Z(m2.e,m3.e,r6) +m9=A.ea(m2.f,m3.f,r6) +if(r)m2=m2.r +else m2=m3.r +m3=r5.ej +n0=s.ej +n1=A.alh(m3.a,n0.a,r6,A.ek(),a) +n2=A.alh(m3.b,n0.b,r6,A.ek(),a) +if(r)n3=m3.c +else n3=n0.c +if(r)n4=m3.d +else n4=n0.d +a=A.alh(m3.e,n0.e,r6,A.ek(),a) +m3=A.Z(m3.f,n0.f,r6) +n0=r5.cs +n5=s.cs +n6=A.WB(n0.a,n5.a,r6) +n7=r?n0.b:n5.b +n8=A.A(n0.c,n5.c,r6) +n9=A.es(n0.d,n5.d,r6) +o0=A.bj(n0.e,n5.e,r6) +o1=A.A(n0.f,n5.f,r6) +o2=A.bj(n0.r,n5.r,r6) +o3=r?n0.x:n5.x +o4=r?n0.y:n5.y +o5=A.aDU(r5.eR,s.eR,r6) +o5.toString +o6=A.aDZ(r5.du,s.du,r6) +o6.toString +o7=r5.ca +o8=s.ca +p0=o7.ay +o9=p0==null +if(o9)p1=o8.ay==null +else p1=!1 +if(p1)p0=null +else if(o9)p0=o8.ay +else{o9=o8.ay +if(!(o9==null))p0=A.aF(p0,o9,r6)}o9=A.A(o7.a,o8.a,r6) +p1=A.A(o7.b,o8.b,r6) +p2=A.A(o7.c,o8.c,r6) +p3=A.A(o7.d,o8.d,r6) +p4=A.A(o7.e,o8.e,r6) +p5=A.A(o7.f,o8.f,r6) +p6=A.A(o7.r,o8.r,r6) +p7=A.A(o7.w,o8.w,r6) +p8=A.A(o7.x,o8.x,r6) +p9=A.bj(o7.y,o8.y,r6) +q0=A.bj(o7.z,o8.z,r6) +q1=A.bj(o7.Q,o8.Q,r6) +q2=A.ea(o7.as,o8.as,r6) +q3=A.ea(o7.at,o8.at,r6) +i2=i2.a(A.ea(o7.ax,o8.ax,r6)) +if(r)o7=o7.ch +else o7=o8.ch +o8=A.aE3(r5.cX,s.cX,r6) +o8.toString +q4=A.aE6(r5.co,s.co,r6) +q4.toString +q5=A.aBe(r5.c5,s.c5,r6) +q5.toString +q6=A.A(r5.am,s.am,r6) +q6.toString +q7=A.A(r5.fL,s.fL,r6) +q7.toString +q8=A.A(r5.hp,s.hp,r6) +q8.toString +q9=A.A(r5.ek,s.ek,r6) +q9.toString +r0=r?r5.fM:s.fM +r1=A.mq(r5.fN,s.fN,r6) +r2=A.iW(r5.fO,s.fO,r6) +r3=A.A(r5.u,s.u,r6) +r3.toString +r4=r?r5.aD:s.aD +r5=r?r5.a:s.a +return A.alk(q9,r0,r2,r1,r5,f6,q,c5,new A.xU(e0,e1,e2,e3,e4),b6,new A.vE(e7,e8,e5),new A.vG(f0,f1,f2,f3,f4,f5,f7,f8,f9,g0,g1,g2,g3,e6),e9,g4,r3,g5,b4,b7,new A.q1(g8,g9,h0,h1,h2,h3,g6),new A.vS(h5,h6,h7,h8,h9,i0,i1,i3,g7),h4,a5,p,q7,new A.wd(i6,i7,i8,i9,j0,j1,j2,j3,j4,j5,i5),c6,new A.qk(j7,j8,j9,k0,k1,i4),c3,b8,new A.wn(k3,k4,k5,k6,j6),k2,k7,c9,q5,o,!0,k8,b1,b9,c8,b2,d8,c7,n,k9,m,l0,l1,l2,l,k,l3,a8,r4,b0,a9,d9,d7,l4,new A.yZ(l7,l8,m0,m1,l9,l5),b5,new A.zQ(g,f,h,e,d,c,b,a0,a1,a2,a3,a4,j),c4,c1,b3,l6,new A.A8(m4,m5,m6,m7,m8,m9,m2),c0,i,new A.Al(n1,n2,n3,n4,a,m3),new A.Ao(n6,n7,n8,n9,o0,o1,o2,new A.C0(n0.w,n5.w,r6),o3,o4),o5,q6,q8,o6,d1,new A.AF(o9,p1,p2,p3,p4,p5,p6,p7,p8,p9,q0,q1,q2,q3,i2,p0,o7),o8,d0,q4,new A.AS(d3,d4,d5,d6,d2),c2,!1,!0,new A.kJ(a7,a6))}} +A.vm.prototype={ +an(){return new A.MB(null,null,B.k)}, +gbN(a){return this.r}} +A.MB.prototype={ +lR(a){var s=a.$3(this.CW,this.a.r,new A.ab0()) +s.toString +this.CW=t.ZM.a(s)}, +I(a,b){var s,r=this.CW +r.toString +s=this.gfw() +return new A.tB(r.T(0,s.gl(s)),this.a.w,null)}} +A.ab0.prototype={ +$1(a){return new A.oW(t.we.a(a),null)}, +$S:273} +A.lJ.prototype={ +i(a){return"MaterialTapTargetSize."+this.b}} +A.hp.prototype={ +Mj(b2,b3,b4,b5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7=this,a8=b3==null?a7.as:b3,a9=a8.b,b0=a8.c,b1=a8.d +if(b1==null)b1=a9 +s=a8.e +if(s==null)s=b0 +r=a8.f +q=a8.r +p=a8.w +if(p==null)p=r +o=a8.x +if(o==null)o=q +n=a8.y +m=n==null?r:n +l=a8.z +k=l==null?q:l +j=a8.Q +if(j==null){if(n==null)n=r}else n=j +j=a8.as +if(j==null){if(l==null)l=q}else l=j +j=a8.at +i=a8.ax +h=a8.ay +if(h==null)h=j +g=a8.ch +if(g==null)g=i +f=a8.cx +e=a8.cy +d=a8.db +c=a8.dx +if(c==null)c=e +b=a8.dy +if(b==null)b=d +a=a8.fr +if(a==null)a=f +a0=a8.fx +if(a0==null)a0=B.n +a1=a8.fy +if(a1==null)a1=d +a2=a8.go +if(a2==null)a2=e +a3=a8.id +if(a3==null)a3=b0 +a4=a8.k2 +if(a4==null)a4=a9 +a5=a8.k3 +if(a5==null)a5=r +a6=a8.k1 +if(a6==null)a6=a9 +n=A.W4(a8.CW,a8.a,j,h,a3,a1,f,i,g,a2,b0,s,q,o,d,b,k,l,a,a9,b1,a4,r,p,a5,a0,e,a6,c,m,n) +a8=b5==null?a7.R8:b5 +a9=b4==null?a7.RG:b4 +b0=b2==null?a7.fN:b2 +return A.alk(a7.ek,a7.fM,a7.fO,b0,a7.a,a7.to,a7.b,a7.k3,a7.x1,a7.dx,a7.x2,a7.xr,a7.y1,a7.y2,a7.u,a7.ap,a7.cy,a7.dy,a7.a6,a7.ar,a7.b5,n,a7.c,a7.fL,a7.cW,a7.k4,a7.bQ,a7.k1,a7.fr,a7.C,a7.M,a7.ag,a7.p2,a7.c5,a7.d,!0,a7.a7,a7.ch,a7.fx,a7.p1,a7.CW,a7.rx,a7.ok,a7.e,a7.q,a7.f,a7.D,a7.b6,a7.av,a7.r,a7.w,a7.bA,a7.at,a7.aD,a7.ay,a7.ax,a7.ry,a9,a7.bI,a7.cK,a7.db,a7.x,a7.k2,a7.go,a7.cx,a7.dG,a7.ei,a7.fy,a7.y,a7.ej,a7.cs,a7.eR,a7.am,a7.hp,a7.du,a8,a7.ca,a7.cX,a7.p3,a7.co,a7.p4,a7.id,!1,!0,a7.z)}, +ab5(a,b,c){return this.Mj(a,null,b,c)}, +aaO(a){return this.Mj(null,a,null,null)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.hp)if(b.b===r.b)if(A.ajn(b.d,r.d))if(b.e.k(0,r.e))if(b.f===r.f)if(b.r.k(0,r.r))if(b.w===r.w)if(b.x.k(0,r.x))if(b.y===r.y)if(b.z.k(0,r.z))if(b.as.k(0,r.as))if(b.at.k(0,r.at))if(b.ax.k(0,r.ax))if(b.ay.k(0,r.ay))if(b.ch.k(0,r.ch))if(b.CW.k(0,r.CW))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.ok.k(0,r.ok))if(b.p1.k(0,r.p1))if(b.p2.k(0,r.p2))if(b.p3.k(0,r.p3))if(b.p4.k(0,r.p4))if(b.R8.k(0,r.R8))if(b.RG.k(0,r.RG))if(b.rx.k(0,r.rx))if(b.ry.k(0,r.ry))if(b.to.k(0,r.to))if(b.x1.k(0,r.x1))if(b.x2.k(0,r.x2))if(b.xr.k(0,r.xr))if(b.y1.k(0,r.y1))if(b.y2.k(0,r.y2))if(b.ap.k(0,r.ap))if(b.a6.k(0,r.a6))if(b.ar.k(0,r.ar))if(b.b5.k(0,r.b5))if(b.cW.k(0,r.cW))if(b.bQ.k(0,r.bQ))if(b.C.k(0,r.C))if(b.M.k(0,r.M))if(b.ag.k(0,r.ag))if(b.a7.k(0,r.a7))if(b.q.k(0,r.q))if(b.D.k(0,r.D))if(b.b6.k(0,r.b6))if(b.av.k(0,r.av))if(b.bA.k(0,r.bA))if(b.bI.k(0,r.bI))if(b.cK.k(0,r.cK))if(b.dG.k(0,r.dG))if(b.ei.k(0,r.ei))if(b.ej.k(0,r.ej))if(b.cs.k(0,r.cs))if(b.eR.k(0,r.eR))if(b.du.k(0,r.du))if(b.ca.k(0,r.ca))if(b.cX.k(0,r.cX))if(b.co.k(0,r.co))if(b.c5.k(0,r.c5))if(b.am.k(0,r.am))if(b.fL.k(0,r.fL))if(b.hp.k(0,r.hp))if(b.ek.k(0,r.ek))if(b.fM===r.fM)if(b.fN.k(0,r.fN))if(b.fO.k(0,r.fO))if(b.u.k(0,r.u))s=b.aD===r.aD&&!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +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}, +gv(a){var s=this,r=s.d +return A.fb([s.b,s.c,A.EG(r.gba(r)),A.EG(r.gb2(r)),s.e,s.f,s.r,s.w,s.x,s.y,s.z,!1,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k1,s.k2,s.k3,s.k4,s.ok,s.p1,s.p2,s.p3,s.p4,s.R8,s.RG,s.rx,s.ry,s.to,s.x1,s.x2,s.xr,s.y1,s.y2,s.ap,s.a6,s.ar,s.b5,s.cW,s.bQ,s.C,s.M,s.ag,s.a7,s.q,s.D,s.b6,s.av,s.bA,s.bI,s.cK,s.dG,s.ei,s.ej,s.cs,s.eR,s.du,s.ca,s.cX,s.co,s.c5,!0,s.am,s.fL,s.hp,s.ek,s.fM,s.fN,s.fO,s.u,!0,s.aD,s.a])}} +A.a9Y.prototype={ +$0(){var s=this.a,r=this.b,q=r.bg(s.RG) +return s.ab5(r.bg(s.fN),q,r.bg(s.R8))}, +$S:274} +A.a9W.prototype={ +$2(a,b){return new A.ax(a,b.ahL(this.a.d.h(0,a),this.b),t.sw)}, +$S:275} +A.a9X.prototype={ +$1(a){return!this.a.d.aq(0,a.gcG(a))}, +$S:276} +A.Il.prototype={ +guG(){var s=this.ax.a +return s==null?this.at.as.a:s}, +giQ(){var s=this.ax.b +return s==null?this.at.as.b:s}, +gDG(){var s=this.ax.c +return s==null?this.at.as.c:s}, +gwY(){var s=this.ax.f +return s==null?this.at.db:s}, +eZ(a){return A.aCa(this.at,this.ax.eZ(a))}} +A.uj.prototype={ +gv(a){return(A.mM(this.a)^A.mM(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof A.uj&&b.a===this.a&&b.b===this.b}} +A.O5.prototype={ +bs(a,b,c){var s,r=this.a,q=r.h(0,b) +if(q!=null)return q +if(r.a===this.b){s=new A.b3(r,A.n(r).j("b3<1>")) +r.B(0,s.gJ(s))}s=c.$0() +r.n(0,b,s) +return s}} +A.kJ.prototype={ +Ca(a){var s=this.a,r=this.b,q=B.e.G(a.a+new A.m(s,r).W(0,4).a,0,a.b) +return a.ab1(B.e.G(a.c+new A.m(s,r).W(0,4).b,0,a.d),q)}, +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.kJ&&b.a===this.a&&b.b===this.b}, +gv(a){return A.a3(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)}, +cv(){return this.Sz()+"(h: "+A.ix(this.a)+", v: "+A.ix(this.b)+")"}} +A.RS.prototype={} +A.Sp.prototype={} +A.AF.prototype={ +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.AF&&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.w,s.w)&&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.as,s.as)&&J.f(b.at,s.at)&&J.f(b.ax,s.ax)&&J.f(b.ay,s.ay)&&!0}} +A.RW.prototype={} +A.AI.prototype={ +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.y,s.x,s.z,s.Q,s.as,s.ax,s.at,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.AI&&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.w,s.w)&&J.f(b.y,s.y)&&J.f(b.x,s.x)&&J.f(b.z,s.z)&&J.f(b.Q,s.Q)&&J.f(b.as,s.as)&&J.f(b.ax,s.ax)&&b.at==s.at}} +A.RX.prototype={} +A.AJ.prototype={ +B8(){var s="_positionController",r=this.a.c,q=this.qq$ +if(r)A.a(q,s).bp(0) +else A.a(q,s).cc(0)}, +a8s(a){var s=this +if(s.gfl()!=null){s.a4(new A.aa2(s,a)) +A.a(s.nA$,"_reactionController").bp(0)}}, +KA(a){var s,r=this +if(r.gfl()==null)return +switch(r.a.c){case!1:r.gfl().$1(!0) +break +case!0:s=r.gfl() +s.$1(!1) +break +case null:r.gfl().$1(!1) +break}r.c.gF().rZ(B.vr)}, +a8q(){return this.KA(null)}, +Io(a){var s=this +if(s.vo$!=null)s.a4(new A.aa3(s)) +A.a(s.nA$,"_reactionController").cc(0)}, +a3N(){return this.Io(null)}, +a8n(a){var s,r=this,q="_reactionFocusFadeController" +if(a!==r.qr$){r.a4(new A.aa0(r,a)) +s=r.Cl$ +if(a)A.a(s,q).bp(0) +else A.a(s,q).cc(0)}}, +a8p(a){var s,r=this,q="_reactionHoverFadeController" +if(a!==r.qs$){r.a4(new A.aa1(r,a)) +s=r.Ck$ +if(a)A.a(s,q).bp(0) +else A.a(s,q).cc(0)}}, +glc(){var s,r=this,q=A.aK(t.R) +if(r.gfl()==null)q.E(0,B.a6) +if(r.qs$)q.E(0,B.ap) +if(r.qr$)q.E(0,B.aD) +s=r.a.c +if(s)q.E(0,B.bh) +return q}} +A.aa2.prototype={ +$0(){this.a.vo$=this.b.c}, +$S:0} +A.aa3.prototype={ +$0(){this.a.vo$=null}, +$S:0} +A.aa0.prototype={ +$0(){this.a.qr$=this.b}, +$S:0} +A.aa1.prototype={ +$0(){this.a.qs$=this.b}, +$S:0} +A.tE.prototype={ +sbS(a,b){var s=this,r=s.a +if(b===r)return +if(r!=null)r.a.K(0,s.gcY()) +b.a.a2(0,s.gcY()) +s.a=b +s.ac()}, +safL(a){var s=this,r=s.b +if(a===r)return +if(r!=null)r.a.K(0,s.gcY()) +a.a.a2(0,s.gcY()) +s.b=a +s.ac()}, +safN(a){var s=this,r=s.c +if(a===r)return +if(r!=null)r.a.K(0,s.gcY()) +a.a.a2(0,s.gcY()) +s.c=a +s.ac()}, +safO(a){var s=this,r=s.d +if(a===r)return +if(r!=null)r.a.K(0,s.gcY()) +a.a.a2(0,s.gcY()) +s.d=a +s.ac()}, +sa9k(a){if(J.f(this.e,a))return +this.e=a +this.ac()}, +sadD(a){if(J.f(this.f,a))return +this.f=a +this.ac()}, +sadE(a){if(a.k(0,this.r))return +this.r=a +this.ac()}, +safM(a){if(a.k(0,this.w))return +this.w=a +this.ac()}, +slV(a){if(a.k(0,this.x))return +this.x=a +this.ac()}, +slQ(a){if(a.k(0,this.y))return +this.y=a +this.ac()}, +sRB(a){if(a===this.z)return +this.z=a +this.ac()}, +sabJ(a){if(J.f(a,this.Q))return +this.Q=a +this.ac()}, +sD_(a){if(a===this.as)return +this.as=a +this.ac()}, +sadZ(a){if(a===this.at)return +this.at=a +this.ac()}, +m(a){var s=this,r=s.a +if(r!=null)r.a.K(0,s.gcY()) +r=s.b +if(r!=null)r.a.K(0,s.gcY()) +r=s.c +if(r!=null)r.a.K(0,s.gcY()) +r=s.d +if(r!=null)r.a.K(0,s.gcY()) +s.eL(0)}, +ew(a){return!0}, +vI(a){return null}, +grX(){return null}, +xi(a){return!1}, +i(a){return"#"+A.bF(this)}} +A.AM.prototype={ +an(){return new A.oY(null,null,B.k)}} +A.oY.prototype={ +guk(){var s=this.a.c +return s==null?null.E0():s}, +aB(){var s,r=this +r.aS() +r.fr=r.dy=!1 +r.cx=$.m3.rx$.b.a!==0 +s=A.bo(null,B.cY,B.e_,null,r) +s.c1(r.ga8t()) +r.Q=s +$.m3.rx$.a2(0,r.gIi()) +$.eK.k4$.b.n(0,r.gIj(),null)}, +bH(){this.e9() +this.c.L(t.tH) +this.fx=!0}, +a0S(){var s=this.c +s.toString +switch(A.ae(s).w.a){case 4:case 3:case 5:return 24 +case 0:case 1:case 2:return 32}}, +a0R(){var s=this.c +s.toString +switch(A.ae(s).w.a){case 4:case 3:case 5:return B.n1 +case 0:case 1:case 2:return B.fF}}, +HT(){var s=this.c +s.toString +switch(A.ae(s).w.a){case 4:case 3:case 5:return 10 +case 0:case 1:case 2:return 14}}, +a2E(){var s,r=this +if(r.c==null)return +s=$.m3.rx$.b.a!==0 +if(s!==A.a(r.cx,"_mouseIsConnected"))r.a4(new A.aa8(r,s))}, +a8u(a){var s +if(a===B.w)s=A.a(this.fr,"_forceRemoval")||!A.a(this.dy,"_isConcealed") +else s=!1 +if(s)this.zZ()}, +yS(a){var s,r=this,q="_controller",p=r.ax +if(p!=null)p.aA(0) +r.ax=null +if(a){r.zZ() +return}r.fr=!0 +if(r.cy){if(r.at==null){p=A.a(r.ay,"_showDuration") +s=A.a(r.Q,q) +r.at=A.bO(p,s.gPw(s))}}else if(r.at==null){p=A.a(r.ch,"_hoverShowDuration") +s=A.a(r.Q,q) +r.at=A.bO(p,s.gPw(s))}r.cy=!1}, +K3(){var s=this,r=s.at +if(r!=null)r.aA(0) +s.at=null +if(s.ax==null)s.ax=A.bO(A.a(s.CW,"_waitDuration"),s.gac3())}, +ZW(){var s,r=this +if(A.a(r.dy,"_isConcealed")||A.a(r.fr,"_forceRemoval"))return +r.dy=!0 +s=r.at +if(s!=null)s.aA(0) +r.at=null +s=r.ax +if(s!=null)s.aA(0) +r.ax=null +s=r.as +if(s!=null)s.bw(0) +A.a(r.Q,"_controller").cc(0)}, +JH(){var s,r,q=this +if(!A.a(q.dy,"_isConcealed"))return +q.dy=!1 +s=q.at +if(s!=null)s.aA(0) +q.at=null +s=q.ax +if(s!=null)s.aA(0) +q.ax=null +if(!q.as.d){s=q.c +s.toString +q.a.toString +r=s.jw(t.N1) +r.toString +s=q.as +s.toString +r.qG(0,s)}A.KT(q.guk()) +A.a(q.Q,"_controller").bp(0)}, +N_(){var s,r=this,q="_controller" +if(!A.a(r.fx,"_visible"))return!1 +s=r.ax +if(s!=null)s.aA(0) +r.ax=null +r.fr=!1 +if(A.a(r.dy,"_isConcealed")){if(A.a(r.cx,"_mouseIsConnected"))A.arn(r) +r.JH() +return!0}if(r.as!=null){s=r.at +if(s!=null)s.aA(0) +r.at=null +A.a(r.Q,q).bp(0) +return!1}r.a_9() +A.a(r.Q,q).bp(0) +return!0}, +KB(a){if(this.c!=null)this.yS(A.a(this.dy,"_isConcealed")||a)}, +Aw(){return this.KB(!1)}, +a_9(){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.jw(t.N1) +s.toString +h=k.c.gF() +h.toString +t.r.a(h) +r=h.k1.io(B.j) +q=A.hc(h.dk(0,s.c.gF()),r) +r=k.c.L(t.I) +r.toString +h=A.ho(j,j,k.a.c) +p=A.a(k.d,"_height") +o=A.a(k.e,"_padding") +n=A.a(k.f,"_margin") +m=A.a(k.cx,i)?new A.aa5(k):j +l=A.a(k.cx,i)?new A.aa6(k):j +r=A.rd(new A.aa7(A.ap_(new A.RY(h,p,o,n,A.a(k.r,"_decoration"),A.a(k.w,"_textStyle"),A.co(B.P,A.a(k.Q,"_controller"),j),q,A.a(k.x,"_verticalOffset"),A.a(k.y,"_preferBelow"),m,l,j),r.f)),!1) +k.as=r +k.dy=!1 +s.qG(0,r) +A.KT(k.guk()) +if(A.a(k.cx,i))A.arn(k) +$.kD.push(k)}, +zZ(){var s,r=this +B.c.B($.kD,r) +$.aE4.B(0,r) +s=r.at +if(s!=null)s.aA(0) +r.at=null +s=r.ax +if(s!=null)s.aA(0) +r.ax=null +if(!A.a(r.dy,"_isConcealed")){s=r.as +if(s!=null)s.bw(0)}r.dy=!1 +r.as=null +if(A.a(r.cx,"_mouseIsConnected"))if($.kD.length!==0)B.c.gR($.kD).JH()}, +a2Z(a){if(this.as==null)return +if(t.oN.b(a)||t.Ko.b(a))this.Aw() +else if(t.c.b(a))this.KB(!0)}, +dd(){var s,r=this +if(r.as!=null)r.yS(!0) +s=r.ax +if(s!=null)s.aA(0) +r.j7()}, +m(a){var s=this +$.eK.k4$.b.B(0,s.gIj()) +$.m3.rx$.K(0,s.gIi()) +s.zZ() +A.a(s.Q,"_controller").m(0) +s.V4(0)}, +a34(){var s,r,q=this +q.cy=!0 +if(q.N_()&&A.a(q.dx,"_enableFeedback")){s=A.a(q.db,"_triggerMode") +r=q.c +if(s===B.lw){r.toString +A.api(r)}else{r.toString +A.YT(r)}}}, +I(a,b){var s,r,q,p,o,n,m,l=this,k=null,j="_triggerMode" +if(l.guk().length===0){s=l.a.z +return s}r=A.ae(b) +b.L(t.U2) +q=A.ae(b).co +s=r.R8.z +if(r.as.a===B.a4){s.toString +p=s.BB(B.n,l.HT()) +o=new A.dZ(A.ak(B.e.aI(229.5),255,255,255),k,k,B.fe,k,k,B.aF)}else{s.toString +p=s.BB(B.m,l.HT()) +o=new A.dZ(A.ak(B.e.aI(229.5),97,97,97),k,k,B.fe,k,k,B.aF)}l.a.toString +s=q.a +l.d=s==null?l.a0S():s +l.a.toString +s=q.b +l.e=s==null?l.a0R():s +s=l.a +s.toString +n=q.c +l.f=n==null?B.aP:n +n=s.w +if(n==null)n=q.d +l.x=n==null?24:n +n=s.x +if(n==null)n=q.e +l.y=n!==!1 +s=s.y +if(s==null)s=q.f +s=s===!0 +l.z=s +n=q.r +l.r=n==null?o:n +n=q.w +l.w=n==null?p:n +l.CW=B.r +l.ay=B.B_ +l.ch=B.an +l.db=B.lw +l.dx=!0 +s=A.a(s,"_excludeFromSemantics")?k:l.guk() +m=A.bq(k,l.a.z,!1,k,k,!1,k,k,k,k,s,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k) +if(A.a(l.fx,"_visible")){s=A.a(l.db,j)===B.lw?l.gIl():k +m=A.eL(B.ao,m,B.W,!0,k,k,k,k,k,k,k,s,k,k,k,k,A.a(l.db,j)===B.Rn?l.gIl():k,k,k,k,k,k,k) +if(A.a(l.cx,"_mouseIsConnected"))m=A.o8(m,B.ck,k,new A.aa9(l),new A.aaa(l),k)}return m}} +A.aa8.prototype={ +$0(){this.a.cx=this.b}, +$S:0} +A.aa5.prototype={ +$1(a){var s=this.a +if(s.c!=null)s.K3() +return null}, +$S:43} +A.aa6.prototype={ +$1(a){return this.a.Aw()}, +$S:35} +A.aa7.prototype={ +$1(a){return this.a}, +$S:19} +A.aa9.prototype={ +$1(a){var s=this.a +if(s.c!=null)s.K3() +return null}, +$S:43} +A.aaa.prototype={ +$1(a){return this.a.Aw()}, +$S:35} +A.ah_.prototype={ +Eq(a){return new A.aG(0,a.b,0,a.d)}, +ED(a,b){return A.aID(b,this.d,a,this.b,this.c)}, +oA(a){return!this.b.k(0,a.b)||this.c!==a.c||this.d!==a.d}} +A.RY.prototype={ +I(a,b){var s,r=this,q=null,p=A.ae(b).R8.z +p.toString +s=new A.hQ(!0,q,A.iS(!1,new A.f0(new A.aG(0,1/0,r.d,1/0),A.jS(A.cd(q,A.jP(new A.ew(q,r.c,r.w,q,q,q,q,q,q,q),1,1),q,q,r.r,q,r.f,r.e,q),q,q,B.bM,!0,p,q,q,B.aA),q),r.x),q) +p=r.as +if(p!=null||r.at!=null)s=A.o8(s,B.ck,q,p,r.at,q) +return A.aCN(new A.wc(new A.ah_(r.y,r.z,r.Q),s,q))}} +A.DJ.prototype={ +m(a){var s=this,r=s.cz$ +if(r!=null)r.K(0,s.gkh()) +s.cz$=null +s.aR(0)}, +bL(){this.cw() +this.ck() +this.ki()}} +A.AN.prototype={ +gv(a){var s=this,r=null +return A.a3(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,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.W(b)!==A.C(r))return!1 +if(b instanceof A.AN)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.w,r.w))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.AO.prototype={ +i(a){return"TooltipTriggerMode."+this.b}} +A.RZ.prototype={} +A.KH.prototype={ +i(a){return"ScriptCategory."+this.b}} +A.AS.prototype={ +Q5(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.W(b)!==A.C(s))return!1 +return b instanceof A.AS&&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)}, +gv(a){var s=this +return A.a3(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.Sh.prototype={} +A.mR.prototype={ +i(a){var s=this +if(s.gic(s)===0)return A.ak7(s.gig(),s.gih()) +if(s.gig()===0)return A.ak5(s.gic(s),s.gih()) +return A.ak7(s.gig(),s.gih())+" + "+A.ak5(s.gic(s),0)}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.mR&&b.gig()===s.gig()&&b.gic(b)===s.gic(s)&&b.gih()===s.gih()}, +gv(a){var s=this +return A.a3(s.gig(),s.gic(s),s.gih(),B.a,B.a,B.a,B.a,B.a,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.dY.prototype={ +gig(){return this.a}, +gic(a){return 0}, +gih(){return this.b}, +a9(a,b){return new A.dY(this.a-b.a,this.b-b.b)}, +Z(a,b){return new A.dY(this.a+b.a,this.b+b.b)}, +W(a,b){return new A.dY(this.a*b,this.b*b)}, +lw(a){var s=a.a/2,r=a.b/2 +return new A.m(s+this.a*s,r+this.b*r)}, +B7(a){var s=a.a/2,r=a.b/2 +return new A.m(s+this.a*s,r+this.b*r)}, +CP(a,b){var s=b.a,r=a.a,q=(b.c-s-r)/2,p=b.b,o=a.b,n=(b.d-p-o)/2 +s=s+q+this.a*q +p=p+n+this.b*n +return new A.w(s,p,s+r,p+o)}, +O(a){return this}, +i(a){return A.ak7(this.a,this.b)}} +A.eI.prototype={ +gig(){return 0}, +gic(a){return this.a}, +gih(){return this.b}, +a9(a,b){return new A.eI(this.a-b.a,this.b-b.b)}, +Z(a,b){return new A.eI(this.a+b.a,this.b+b.b)}, +W(a,b){return new A.eI(this.a*b,this.b*b)}, +O(a){var s=this +switch(a.a){case 0:return new A.dY(-s.a,s.b) +case 1:return new A.dY(s.a,s.b)}}, +i(a){return A.ak5(this.a,this.b)}} +A.Pa.prototype={ +W(a,b){return new A.Pa(this.a*b,this.b*b,this.c*b)}, +O(a){var s=this +switch(a.a){case 0:return new A.dY(s.a-s.b,s.c) +case 1:return new A.dY(s.a+s.b,s.c)}}, +gig(){return this.a}, +gic(a){return this.b}, +gih(){return this.c}} +A.LI.prototype={ +i(a){return"TextAlignVertical(y: "+this.a+")"}} +A.rv.prototype={ +i(a){return"RenderComparison."+this.b}} +A.vB.prototype={ +i(a){return"Axis."+this.b}} +A.AX.prototype={ +i(a){return"VerticalDirection."+this.b}} +A.mW.prototype={ +i(a){return"AxisDirection."+this.b}} +A.yx.prototype={ +NU(a,b,c,d){return A.amq(a,!1,c,d)}, +adQ(a){return this.NU(a,!1,null,null)}, +$idU:1} +A.RB.prototype={ +ac(){var s,r,q +for(s=this.a,s=A.it(s,s.r),r=A.n(s).c;s.t();){q=s.d;(q==null?r.a(q):q).$0()}}, +a2(a,b){this.a.E(0,b)}, +K(a,b){this.a.B(0,b)}} +A.vC.prototype={ +xv(a){var s=this +return new A.Cn(s.gez().a9(0,a.gez()),s.ghd().a9(0,a.ghd()),s.gh2().a9(0,a.gh2()),s.ghD().a9(0,a.ghD()),s.geA().a9(0,a.geA()),s.ghc().a9(0,a.ghc()),s.ghE().a9(0,a.ghE()),s.gh1().a9(0,a.gh1()))}, +E(a,b){var s=this +return new A.Cn(s.gez().Z(0,b.gez()),s.ghd().Z(0,b.ghd()),s.gh2().Z(0,b.gh2()),s.ghD().Z(0,b.ghD()),s.geA().Z(0,b.geA()),s.ghc().Z(0,b.ghc()),s.ghE().Z(0,b.ghE()),s.gh1().Z(0,b.gh1()))}, +i(a){var s,r,q,p,o=this +if(o.gez().k(0,o.ghd())&&o.ghd().k(0,o.gh2())&&o.gh2().k(0,o.ghD()))if(!o.gez().k(0,B.K))s=o.gez().a===o.gez().b?"BorderRadius.circular("+B.e.V(o.gez().a,1)+")":"BorderRadius.all("+o.gez().i(0)+")" +else s=null +else{r=""+"BorderRadius.only(" +if(!o.gez().k(0,B.K)){r+="topLeft: "+o.gez().i(0) +q=!0}else q=!1 +if(!o.ghd().k(0,B.K)){if(q)r+=", " +r+="topRight: "+o.ghd().i(0) +q=!0}if(!o.gh2().k(0,B.K)){if(q)r+=", " +r+="bottomLeft: "+o.gh2().i(0) +q=!0}if(!o.ghD().k(0,B.K)){if(q)r+=", " +r+="bottomRight: "+o.ghD().i(0)}r+=")" +s=r.charCodeAt(0)==0?r:r}if(o.geA().k(0,o.ghc())&&o.ghc().k(0,o.gh1())&&o.gh1().k(0,o.ghE()))if(!o.geA().k(0,B.K))p=o.geA().a===o.geA().b?"BorderRadiusDirectional.circular("+B.e.V(o.geA().a,1)+")":"BorderRadiusDirectional.all("+o.geA().i(0)+")" +else p=null +else{r=""+"BorderRadiusDirectional.only(" +if(!o.geA().k(0,B.K)){r+="topStart: "+o.geA().i(0) +q=!0}else q=!1 +if(!o.ghc().k(0,B.K)){if(q)r+=", " +r+="topEnd: "+o.ghc().i(0) +q=!0}if(!o.ghE().k(0,B.K)){if(q)r+=", " +r+="bottomStart: "+o.ghE().i(0) +q=!0}if(!o.gh1().k(0,B.K)){if(q)r+=", " +r+="bottomEnd: "+o.gh1().i(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.W(b)!==A.C(s))return!1 +return b instanceof A.vC&&b.gez().k(0,s.gez())&&b.ghd().k(0,s.ghd())&&b.gh2().k(0,s.gh2())&&b.ghD().k(0,s.ghD())&&b.geA().k(0,s.geA())&&b.ghc().k(0,s.ghc())&&b.ghE().k(0,s.ghE())&&b.gh1().k(0,s.gh1())}, +gv(a){var s=this +return A.a3(s.gez(),s.ghd(),s.gh2(),s.ghD(),s.geA(),s.ghc(),s.ghE(),s.gh1(),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.cJ.prototype={ +gez(){return this.a}, +ghd(){return this.b}, +gh2(){return this.c}, +ghD(){return this.d}, +geA(){return B.K}, +ghc(){return B.K}, +ghE(){return B.K}, +gh1(){return B.K}, +dN(a){var s=this +return A.a4d(a,s.c,s.d,s.a,s.b)}, +xv(a){if(a instanceof A.cJ)return this.a9(0,a) +return this.RV(a)}, +E(a,b){if(b instanceof A.cJ)return this.Z(0,b) +return this.RU(0,b)}, +a9(a,b){var s=this +return new A.cJ(s.a.a9(0,b.a),s.b.a9(0,b.b),s.c.a9(0,b.c),s.d.a9(0,b.d))}, +Z(a,b){var s=this +return new A.cJ(s.a.Z(0,b.a),s.b.Z(0,b.b),s.c.Z(0,b.c),s.d.Z(0,b.d))}, +W(a,b){var s=this +return new A.cJ(s.a.W(0,b),s.b.W(0,b),s.c.W(0,b),s.d.W(0,b))}, +O(a){return this}} +A.Cn.prototype={ +W(a,b){var s=this +return new A.Cn(s.a.W(0,b),s.b.W(0,b),s.c.W(0,b),s.d.W(0,b),s.e.W(0,b),s.f.W(0,b),s.r.W(0,b),s.w.W(0,b))}, +O(a){var s=this +switch(a.a){case 0:return new A.cJ(s.a.Z(0,s.f),s.b.Z(0,s.e),s.c.Z(0,s.w),s.d.Z(0,s.r)) +case 1:return new A.cJ(s.a.Z(0,s.e),s.b.Z(0,s.f),s.c.Z(0,s.r),s.d.Z(0,s.w))}}, +gez(){return this.a}, +ghd(){return this.b}, +gh2(){return this.c}, +ghD(){return this.d}, +geA(){return this.e}, +ghc(){return this.f}, +ghE(){return this.r}, +gh1(){return this.w}} +A.vD.prototype={ +i(a){return"BorderStyle."+this.b}} +A.du.prototype={ +bd(a,b){var s=Math.max(0,this.b*b),r=b<=0?B.cg:this.c +return new A.du(this.a,s,r)}, +jM(){switch(this.c.a){case 1:var s=$.aJ()?A.aT():new A.aO(new A.aQ()) +s.sae(0,this.a) +s.sf5(this.b) +s.scj(0,B.U) +return s +case 0:s=$.aJ()?A.aT():new A.aO(new A.aQ()) +s.sae(0,B.S) +s.sf5(0) +s.scj(0,B.U) +return s}}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.du&&b.a.k(0,s.a)&&b.b===s.b&&b.c===s.c}, +gv(a){return A.a3(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return"BorderSide("+this.a.i(0)+", "+B.e.V(this.b,1)+", "+this.c.i(0)+")"}} +A.bG.prototype={ +hf(a,b,c){return null}, +E(a,b){return this.hf(a,b,!1)}, +Z(a,b){var s=this.E(0,b) +if(s==null)s=b.hf(0,this,!0) +return s==null?new A.hr(A.b([b,this],t.N_)):s}, +dv(a,b){if(a==null)return this.bd(0,b) +return null}, +dw(a,b){if(a==null)return this.bd(0,1-b) +return null}, +i(a){return"ShapeBorder()"}} +A.eP.prototype={} +A.hr.prototype={ +ghl(){return B.c.qx(this.a,B.aP,new A.ac3())}, +hf(a,b,c){var s,r,q,p=b instanceof A.hr +if(!p){s=this.a +r=c?B.c.gR(s):B.c.gJ(s) +q=r.hf(0,b,c) +if(q==null)q=b.hf(0,r,!c) +if(q!=null){p=A.ap(s,!0,t.RY) +p[c?p.length-1:0]=q +return new A.hr(p)}}s=A.b([],t.N_) +if(c)B.c.P(s,this.a) +if(p)B.c.P(s,b.a) +else s.push(b) +if(!c)B.c.P(s,this.a) +return new A.hr(s)}, +E(a,b){return this.hf(a,b,!1)}, +bd(a,b){var s=this.a,r=A.af(s).j("aA<1,bG>") +return new A.hr(A.ap(new A.aA(s,new A.ac4(b),r),!0,r.j("bl.E")))}, +dv(a,b){return A.arI(a,this,b)}, +dw(a,b){return A.arI(this,a,b)}, +f1(a,b){return B.c.gJ(this.a).f1(a,b)}, +i0(a,b,c){var s,r,q,p,o +for(s=this.a,r=s.length,q=0;q") +return new A.aA(new A.ci(s,r),new A.ac5(),r.j("aA")).bB(0," + ")}} +A.ac3.prototype={ +$2(a,b){return a.E(0,b.ghl())}, +$S:279} +A.ac4.prototype={ +$1(a){return a.bd(0,this.a)}, +$S:280} +A.ac5.prototype={ +$1(a){return a.i(0)}, +$S:281} +A.vL.prototype={ +i(a){return"BoxShape."+this.b}} +A.Fu.prototype={ +hf(a,b,c){return null}, +E(a,b){return this.hf(a,b,!1)}, +f1(a,b){var s=A.d6() +s.kl(0,a) +return s}} +A.dM.prototype={ +ghl(){var s=this +return new A.as(s.d.b,s.a.b,s.b.b,s.c.b)}, +gGY(){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)}, +gLn(){var s=this,r=s.a.b +return s.b.b===r&&s.c.b===r&&s.d.b===r}, +gKi(){var s=this,r=s.a.c +return s.b.c===r&&s.c.c===r&&s.d.c===r}, +hf(a,b,c){var s=this +if(b instanceof A.dM&&A.jN(s.a,b.a)&&A.jN(s.b,b.b)&&A.jN(s.c,b.c)&&A.jN(s.d,b.d))return new A.dM(A.hC(s.a,b.a),A.hC(s.b,b.b),A.hC(s.c,b.c),A.hC(s.d,b.d)) +return null}, +E(a,b){return this.hf(a,b,!1)}, +bd(a,b){var s=this +return new A.dM(s.a.bd(0,b),s.b.bd(0,b),s.c.bd(0,b),s.d.bd(0,b))}, +dv(a,b){if(a instanceof A.dM)return A.aka(a,this,b) +return this.j5(a,b)}, +dw(a,b){if(a instanceof A.dM)return A.aka(this,a,b) +return this.j6(a,b)}, +wc(a,b,c,d,e){var s,r=this +if(r.gGY()&&r.gLn()&&r.gKi()){s=r.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aoz(a,b,s) +break +case 0:if(c!=null){A.aoA(a,b,s,c) +return}A.aoB(a,b,s) +break}return}}A.au7(a,b,r.c,r.d,r.b,r.a)}, +i0(a,b,c){return this.wc(a,b,null,B.aF,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.dM&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)}, +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){var s,r,q=this +if(q.gGY()&&q.gLn()&&q.gKi())return"Border.all("+q.a.i(0)+")" +s=A.b([],t.s) +r=q.a +if(!r.k(0,B.t))s.push("top: "+r.i(0)) +r=q.b +if(!r.k(0,B.t))s.push("right: "+r.i(0)) +r=q.c +if(!r.k(0,B.t))s.push("bottom: "+r.i(0)) +r=q.d +if(!r.k(0,B.t))s.push("left: "+r.i(0)) +return"Border("+B.c.bB(s,", ")+")"}} +A.eo.prototype={ +ghl(){var s=this +return new A.f4(s.b.b,s.a.b,s.c.b,s.d.b)}, +gae6(){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}, +hf(a,b,c){var s,r,q,p=this,o=null +if(b instanceof A.eo){s=p.a +r=b.a +if(A.jN(s,r)&&A.jN(p.b,b.b)&&A.jN(p.c,b.c)&&A.jN(p.d,b.d))return new A.eo(A.hC(s,r),A.hC(p.b,b.b),A.hC(p.c,b.c),A.hC(p.d,b.d)) +return o}if(b instanceof A.dM){s=b.a +r=p.a +if(!A.jN(s,r)||!A.jN(b.c,p.d))return o +q=p.b +if(!q.k(0,B.t)||!p.c.k(0,B.t)){if(!b.d.k(0,B.t)||!b.b.k(0,B.t))return o +return new A.eo(A.hC(s,r),q,p.c,A.hC(b.c,p.d))}return new A.dM(A.hC(s,r),b.b,A.hC(b.c,p.d),b.d)}return o}, +E(a,b){return this.hf(a,b,!1)}, +bd(a,b){var s=this +return new A.eo(s.a.bd(0,b),s.b.bd(0,b),s.c.bd(0,b),s.d.bd(0,b))}, +dv(a,b){if(a instanceof A.eo)return A.ak9(a,this,b) +return this.j5(a,b)}, +dw(a,b){if(a instanceof A.eo)return A.ak9(this,a,b) +return this.j6(a,b)}, +wc(a,b,c,d,e){var s,r,q,p=this +if(p.gae6()){s=p.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aoz(a,b,s) +break +case 0:if(c!=null){A.aoA(a,b,s,c) +return}A.aoB(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.au7(a,b,p.d,r,q,p.a)}, +i0(a,b,c){return this.wc(a,b,null,B.aF,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.eo&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)}, +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){var s=this,r=A.b([],t.s),q=s.a +if(!q.k(0,B.t))r.push("top: "+q.i(0)) +q=s.b +if(!q.k(0,B.t))r.push("start: "+q.i(0)) +q=s.c +if(!q.k(0,B.t))r.push("end: "+q.i(0)) +q=s.d +if(!q.k(0,B.t))r.push("bottom: "+q.i(0)) +return"BorderDirectional("+B.c.bB(r,", ")+")"}} +A.dZ.prototype={ +gdz(a){var s=this.c +return s==null?null:s.ghl()}, +bd(a,b){var s=this,r=null,q=A.A(r,s.a,b),p=A.aoC(r,s.c,b),o=A.n_(r,s.d,b),n=A.aoF(r,s.e,b) +return new A.dZ(q,s.b,p,o,n,r,s.w)}, +gCY(){return this.e!=null}, +dv(a,b){if(a==null)return this.bd(0,b) +if(a instanceof A.dZ)return A.aoD(a,this,b) +return this.Su(a,b)}, +dw(a,b){if(a==null)return this.bd(0,1-b) +if(a instanceof A.dZ)return A.aoD(this,a,b) +return this.Sv(a,b)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.dZ)if(J.f(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(A.dX(b.e,r.e))s=b.w===r.w +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gv(a){var s=this,r=s.e +r=r==null?null:A.fb(r) +return A.a3(s.a,s.b,s.c,s.d,r,s.f,null,s.w,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +NJ(a,b,c){var s +switch(this.w.a){case 0:s=this.d +if(s!=null)return s.O(c).dN(new A.w(0,0,0+a.a,0+a.b)).A(0,b) +return!0 +case 1:return b.a9(0,a.io(B.j)).gcE()<=Math.min(a.a,a.b)/2}}, +Mn(a){return new A.MW(this,a)}} +A.MW.prototype={ +J5(a,b,c,d){var s=this.b +switch(s.w.a){case 1:a.dZ(0,b.gaU(),b.gdR()/2,c) +break +case 0:s=s.d +if(s==null)a.c8(0,b,c) +else a.cm(0,s.O(d).dN(b),c) +break}}, +a5w(a,b,c){var s,r,q,p,o,n,m=this.b.e +if(m==null)return +for(s=m.length,r=0;r0?n*0.57735+0.5:0)) +o=b.c7(q.b) +n=q.d +this.J5(a,new A.w(o.a-n,o.b-n,o.c+n,o.d+n),p,c)}}, +a5r(a,b,c){var s,r,q=this,p=q.b,o=p.b +if(o==null)return +if(q.e==null)q.e=new A.GG(o,q.a) +switch(p.w.a){case 1:s=A.lY(b.gaU(),b.gdR()/2) +r=A.d6() +r.pE(0,s) +break +case 0:p=p.d +if(p!=null){r=A.d6() +r.fC(0,p.O(c.d).dN(b))}else r=null +break +default:r=null}q.e.afq(a,b,r,c)}, +m(a){var s,r=this.e +if(r!=null){s=r.d +if(s!=null)s.a.m(0) +r.d=null}this.RX(0)}, +jF(a,b,c){var s,r,q,p=this,o=c.e,n=b.a,m=b.b,l=new A.w(n,m,n+o.a,m+o.b),k=c.d +p.a5w(a,l,k) +o=p.b +n=o.a +m=n==null +if(!m||!1){s=p.c +if(s!=null)r=!1 +else r=!0 +if(r){q=$.aJ()?A.aT():new A.aO(new A.aQ()) +if(!m)q.sae(0,n) +p.c=q +n=q}else n=s +n.toString +p.J5(a,l,n,k)}p.a5r(a,l,c) +n=o.c +if(n!=null){m=o.d +m=m==null?null:m.O(k) +n.wc(a,l,m,o.w,k)}}, +i(a){return"BoxPainter for "+this.b.i(0)}} +A.Fv.prototype={ +i(a){return"BoxFit."+this.b}} +A.Hg.prototype={} +A.fW.prototype={ +bd(a,b){var s=this +return new A.fW(s.d*b,s.e,s.a,s.b.W(0,b),s.c*b)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.fW&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){var s=this +return"BoxShadow("+s.a.i(0)+", "+s.b.i(0)+", "+A.ix(s.c)+", "+A.ix(s.d)+"), "+s.e.i(0)}} +A.dv.prototype={ +ghl(){var s=this.a.b +return new A.as(s,s,s,s)}, +bd(a,b){return new A.dv(this.a.bd(0,b))}, +dv(a,b){if(a instanceof A.dv)return new A.dv(A.aF(a.a,this.a,b)) +return this.j5(a,b)}, +dw(a,b){if(a instanceof A.dv)return new A.dv(A.aF(this.a,a.a,b)) +return this.j6(a,b)}, +f1(a,b){var s=A.d6() +s.pE(0,A.lY(a.gaU(),a.gdR()/2)) +return s}, +nj(a){return new A.dv(a==null?this.a:a)}, +i0(a,b,c){var s=this.a +switch(s.c.a){case 0:break +case 1:a.dZ(0,b.gaU(),(b.gdR()-s.b)/2,s.jM()) +break}}, +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.dv&&b.a.k(0,this.a)}, +gv(a){var s=this.a +return A.a3(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)}, +i(a){return"CircleBorder("+this.a.i(0)+")"}} +A.VQ.prototype={ +yp(a,b,c,d){var s,r=this +r.gc2(r).bF(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=r.gc2(r) +s.f2(0,c,$.aJ()?A.aT():new A.aO(new A.aQ())) +break}d.$0() +if(b===B.cU)r.gc2(r).bt(0) +r.gc2(r).bt(0)}, +aan(a,b,c,d){this.yp(new A.VR(this,a),b,c,d)}, +aap(a,b,c,d){this.yp(new A.VS(this,a),b,c,d)}, +aaq(a,b,c,d){this.yp(new A.VT(this,a),b,c,d)}} +A.VR.prototype={ +$1(a){var s=this.a +return s.gc2(s).uR(0,this.b,a)}, +$S:5} +A.VS.prototype={ +$1(a){var s=this.a +return s.gc2(s).uS(0,this.b,a)}, +$S:5} +A.VT.prototype={ +$1(a){var s=this.a +return s.gc2(s).LY(0,this.b,a)}, +$S:5} +A.lg.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.W(b)!==A.C(s))return!1 +return s.Sl(0,b)&&A.n(s).j("lg").b(b)&&A.ajn(b.b,s.b)}, +gv(a){return A.a3(A.C(this),this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return"ColorSwatch(primary value: "+this.Sm(0)+")"}} +A.iN.prototype={ +cv(){return"Decoration"}, +gdz(a){return B.aP}, +gCY(){return!1}, +dv(a,b){return null}, +dw(a,b){return null}, +NJ(a,b,c){return!0}} +A.Fw.prototype={ +m(a){}} +A.NB.prototype={} +A.nO.prototype={ +i(a){return"ImageRepeat."+this.b}} +A.GG.prototype={ +afq(a,b,c,d){var s,r,q=this,p=null,o=q.a,n=o.a.O(d) +n.gcG(n) +q.c=n +n.a2(0,new A.h5(q.ga2j(),p,o.b)) +if(q.d==null)return +o=c!=null +if(o){a.bF(0) +a.fG(0,c)}s=q.d +r=s.a +A.au8(B.M,a,p,p,s.c,B.n3,p,!1,r,!1,!1,1,b,B.cr,s.b) +if(o)a.bt(0)}, +a2k(a,b){var s,r,q=this +if(J.f(q.d,a))return +s=q.d +if(s!=null)if(a.a.CX(s.a)){r=s.b +s=r===r&&a.c==s.c}else s=!1 +else s=!1 +if(s){a.a.m(0) +return}s=q.d +if(s!=null)s.a.m(0) +q.d=a +if(!b)q.b.$0()}, +i(a){return"DecorationImagePainter(stream: "+A.e(this.c)+", image: "+A.e(this.d)+") for "+this.a.i(0)}} +A.ce.prototype={ +giA(){var s=this +return s.geb(s)+s.ged(s)+s.gf8(s)+s.gf9()}, +a9A(a){var s=this +switch(a.a){case 0:return s.giA() +case 1:return s.gcJ(s)+s.gcR(s)}}, +E(a,b){var s=this +return new A.mA(s.geb(s)+b.geb(b),s.ged(s)+b.ged(b),s.gf8(s)+b.gf8(b),s.gf9()+b.gf9(),s.gcJ(s)+b.gcJ(b),s.gcR(s)+b.gcR(b))}, +G(a,b,c){var s=this +return new A.mA(B.e.G(s.geb(s),b.a,c.a),B.e.G(s.ged(s),b.c,c.b),B.e.G(s.gf8(s),0,c.c),B.e.G(s.gf9(),0,c.d),B.e.G(s.gcJ(s),b.b,c.e),B.e.G(s.gcR(s),b.d,c.f))}, +i(a){var s=this +if(s.gf8(s)===0&&s.gf9()===0){if(s.geb(s)===0&&s.ged(s)===0&&s.gcJ(s)===0&&s.gcR(s)===0)return"EdgeInsets.zero" +if(s.geb(s)===s.ged(s)&&s.ged(s)===s.gcJ(s)&&s.gcJ(s)===s.gcR(s))return"EdgeInsets.all("+B.e.V(s.geb(s),1)+")" +return"EdgeInsets("+B.e.V(s.geb(s),1)+", "+B.e.V(s.gcJ(s),1)+", "+B.e.V(s.ged(s),1)+", "+B.e.V(s.gcR(s),1)+")"}if(s.geb(s)===0&&s.ged(s)===0)return"EdgeInsetsDirectional("+B.e.V(s.gf8(s),1)+", "+B.e.V(s.gcJ(s),1)+", "+B.e.V(s.gf9(),1)+", "+B.e.V(s.gcR(s),1)+")" +return"EdgeInsets("+B.e.V(s.geb(s),1)+", "+B.e.V(s.gcJ(s),1)+", "+B.e.V(s.ged(s),1)+", "+B.e.V(s.gcR(s),1)+") + EdgeInsetsDirectional("+B.e.V(s.gf8(s),1)+", 0.0, "+B.e.V(s.gf9(),1)+", 0.0)"}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.ce&&b.geb(b)===s.geb(s)&&b.ged(b)===s.ged(s)&&b.gf8(b)===s.gf8(s)&&b.gf9()===s.gf9()&&b.gcJ(b)===s.gcJ(s)&&b.gcR(b)===s.gcR(s)}, +gv(a){var s=this +return A.a3(s.geb(s),s.ged(s),s.gf8(s),s.gf9(),s.gcJ(s),s.gcR(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={ +geb(a){return this.a}, +gcJ(a){return this.b}, +ged(a){return this.c}, +gcR(a){return this.d}, +gf8(a){return 0}, +gf9(){return 0}, +CO(a){var s=this +return new A.w(a.a-s.a,a.b-s.b,a.c+s.c,a.d+s.d)}, +E(a,b){if(b instanceof A.as)return this.Z(0,b) +return this.Fw(0,b)}, +G(a,b,c){var s=this +return new A.as(B.e.G(s.a,b.a,c.a),B.e.G(s.b,b.b,c.e),B.e.G(s.c,b.c,c.b),B.e.G(s.d,b.d,c.f))}, +a9(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)}, +Z(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,s.b*b,s.c*b,s.d*b)}, +O(a){return this}, +lI(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)}, +uZ(a){return this.lI(a,null,null,null)}, +aaW(a,b){return this.lI(a,null,null,b)}, +ab_(a,b){return this.lI(null,a,b,null)}} +A.f4.prototype={ +gf8(a){return this.a}, +gcJ(a){return this.b}, +gf9(){return this.c}, +gcR(a){return this.d}, +geb(a){return 0}, +ged(a){return 0}, +E(a,b){if(b instanceof A.f4)return this.Z(0,b) +return this.Fw(0,b)}, +a9(a,b){var s=this +return new A.f4(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +Z(a,b){var s=this +return new A.f4(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.f4(s.a*b,s.b*b,s.c*b,s.d*b)}, +O(a){var s=this +switch(a.a){case 0:return new A.as(s.c,s.b,s.a,s.d) +case 1:return new A.as(s.a,s.b,s.c,s.d)}}} +A.mA.prototype={ +W(a,b){var s=this +return new A.mA(s.a*b,s.b*b,s.c*b,s.d*b,s.e*b,s.f*b)}, +O(a){var s=this +switch(a.a){case 0:return new A.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)}}, +geb(a){return this.a}, +ged(a){return this.b}, +gf8(a){return this.c}, +gf9(){return this.d}, +gcJ(a){return this.e}, +gcR(a){return this.f}} +A.a0b.prototype={ +aG(a){var s,r,q,p +for(s=this.b,r=s.gb2(s),r=new A.eu(J.aw(r.a),r.b),q=A.n(r).z[1];r.t();){p=r.a;(p==null?q.a(p):p).m(0)}s.aG(0) +this.a.aG(0) +this.f=0}, +N5(a){var s,r,q,p=this,o=p.c.B(0,a) +if(o!=null){s=o.a +r=A.a(o.d,"_handleRemove") +if(s.w)A.K(A.X(u.V)) +B.c.B(s.x,r) +o.FY(0)}q=p.a.B(0,a) +if(q!=null){q.a.K(0,q.b) +return!0}o=p.b.B(0,a) +if(o!=null){s=p.f +r=o.b +r.toString +p.f=s-r +o.m(0) +return!0}return!1}, +KC(a,b,c){var s,r=this,q=b.b +if(q!=null&&q<=104857600&&!0){s=r.f +q.toString +r.f=s+q +r.b.n(0,a,b) +r.Zx(c)}else b.m(0)}, +Ax(a,b,c){var s=this.c.bs(0,a,new A.a0d(this,b,a)) +if(s.b==null)s.b=c}, +P5(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=this,i=null,h={} +h.a=h.b=null +q=j.a +p=q.h(0,b) +o=p==null?i:p.a +h.c=o +if(o!=null)return o +p=j.b +n=p.B(0,b) +if(n!=null){h=n.a +j.Ax(b,h,n.b) +p.n(0,b,n) +return h}m=j.c.h(0,b) +if(m!=null){h=m.a +q=m.b +if(h.w)A.K(A.X(u.V)) +p=new A.qO(h) +p.tg(h) +j.KC(b,new A.Bc(h,q,p),i) +return h}try{o=h.c=c.$0() +j.Ax(b,o,i) +p=o}catch(l){s=A.a9(l) +r=A.aB(l) +d.$2(s,r) +return i}h.d=!1 +h.e=null +k=new A.h5(new A.a0e(h,j,b),i,i) +q.n(0,b,new A.PA(p,k)) +h.c.a2(0,k) +return h.c}, +Zx(a){var s,r,q,p,o,n=this,m=n.b,l=A.n(m).j("b3<1>") +while(!0){if(!(n.f>104857600||m.a>1000))break +s=new A.b3(m,l) +r=s.ga1(s) +if(!r.t())A.K(A.bB()) +q=r.gH(r) +p=m.h(0,q) +s=n.f +o=p.b +o.toString +n.f=s-o +p.m(0) +m.B(0,q)}}} +A.a0d.prototype={ +$0(){return A.aER(this.b,new A.a0c(this.a,this.c))}, +$S:283} +A.a0c.prototype={ +$0(){this.a.c.B(0,this.b)}, +$S:0} +A.a0e.prototype={ +$2(a,b){var s,r,q,p,o,n +if(a!=null){s=a.a +r=s.gbk(s)*s.gaQ(s)*4 +s.m(0)}else r=null +s=this.a +q=s.c +if(q.w)A.K(A.X(u.V)) +p=new A.qO(q) +p.tg(q) +o=new A.Bc(q,r,p) +p=this.b +q=this.c +p.Ax(q,s.c,r) +if(s.e==null)p.KC(q,o,s.a) +else o.m(0) +n=s.e +if(n==null)n=p.a.B(0,q) +if(n!=null)n.a.K(0,n.b) +s.d=!0}, +$S:284} +A.N1.prototype={ +m(a){$.bK.ch$.push(new A.abU(this))}} +A.abU.prototype={ +$1(a){var s=this.a,r=s.c +if(r!=null)r.m(0) +s.c=null}, +$S:2} +A.Bc.prototype={} +A.ur.prototype={ +Yf(a,b,c){var s=new A.ae5(this,b) +this.d=s +s=A.a(s,"_handleRemove") +if(a.w)A.K(A.X(u.V)) +a.x.push(s)}, +i(a){return"#"+A.bF(this)}} +A.ae5.prototype={ +$0(){var s,r,q +this.b.$0() +s=this.a +r=s.a +q=A.a(s.d,"_handleRemove") +if(r.w)A.K(A.X(u.V)) +B.c.B(r.x,q) +s.FY(0)}, +$S:0} +A.PA.prototype={} +A.x9.prototype={ +Mg(a){var s=this +return new A.x9(s.a,s.b,s.c,s.d,a,s.f)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.x9&&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}, +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){var s,r=this,q=""+"ImageConfiguration(",p=r.a +if(p!=null){q+="bundle: "+p.i(0) +s=!0}else s=!1 +p=r.b +if(p!=null){if(s)q+=", " +p=q+("devicePixelRatio: "+B.e.V(p,1)) +q=p +s=!0}p=r.c +if(p!=null){if(s)q+=", " +p=q+("locale: "+p.i(0)) +q=p +s=!0}p=r.d +if(p!=null){if(s)q+=", " +p=q+("textDirection: "+p.i(0)) +q=p +s=!0}p=r.e +if(p!=null){if(s)q+=", " +p=q+("size: "+p.i(0)) +q=p +s=!0}p=r.f +if(p!=null){if(s)q+=", " +p=q+("platform: "+p.b) +q=p}q+=")" +return q.charCodeAt(0)==0?q:q}} +A.hS.prototype={ +O(a){var s=new A.a0m() +this.a_5(a,new A.a0k(this,a,s),new A.a0l(this,a,s)) +return s}, +a_5(a,b,c){var s,r,q,p,o,n={} +n.a=null +n.b=!1 +s=new A.a0h(n,c) +r=null +try{r=this.Do(a)}catch(o){q=A.a9(o) +p=A.aB(o) +s.$2(q,p) +return}J.ak1(r,new A.a0g(n,this,b,s),t.H).hL(s)}, +rk(a,b,c,d){var s,r="_imageCache" +if(b.a!=null){A.a($.fc.kx$,r).P5(0,c,new A.a0i(b),d) +return}s=A.a($.fc.kx$,r).P5(0,c,new A.a0j(this,c),d) +if(s!=null)b.F2(s)}, +i(a){return"ImageConfiguration()"}} +A.a0k.prototype={ +$2(a,b){this.a.rk(this.b,this.c,a,b)}, +$S(){return A.n(this.a).j("~(hS.T,~(D,c8?))")}} +A.a0l.prototype={ +$3(a,b,c){return this.Q0(a,b,c)}, +Q0(a,b,c){var s=0,r=A.P(t.H),q=this,p +var $async$$3=A.Q(function(d,e){if(d===1)return A.M(e,r) +while(true)switch(s){case 0:s=2 +return A.U(null,$async$$3) +case 2:p=q.c +if(p.a==null)p.F2(new A.acH(A.b([],t.XZ),A.b([],t.b))) +p=p.a +p.toString +p.wo(A.bi("while resolving an image"),b,null,!0,c) +return A.N(null,r)}}) +return A.O($async$$3,r)}, +$S(){return A.n(this.a).j("a7<~>(hS.T?,D,c8?)")}} +A.a0h.prototype={ +Q_(a,b){var s=0,r=A.P(t.H),q,p=this,o +var $async$$2=A.Q(function(c,d){if(c===1)return A.M(d,r) +while(true)switch(s){case 0:o=p.a +if(o.b){s=1 +break}p.b.$3(o.a,a,b) +o.b=!0 +case 1:return A.N(q,r)}}) +return A.O($async$$2,r)}, +$2(a,b){return this.Q_(a,b)}, +$S:285} +A.a0g.prototype={ +$1(a){var s,r,q,p=this +p.a.a=a +try{p.c.$2(a,p.d)}catch(q){s=A.a9(q) +r=A.aB(q) +p.d.$2(s,r)}}, +$S(){return A.n(this.b).j("aD(hS.T)")}} +A.a0i.prototype={ +$0(){var s=this.a.a +s.toString +return s}, +$S:110} +A.a0j.prototype={ +$0(){return this.a.D8(0,this.b,$.fc.gadP())}, +$S:110} +A.iE.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.iE&&b.a===s.a&&b.b===s.b&&b.c===s.c}, +gv(a){return A.a3(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return"AssetBundleImageKey(bundle: "+this.a.i(0)+', name: "'+this.b+'", scale: '+A.e(this.c)+")"}, +gaN(a){return this.b}} +A.Fb.prototype={ +D8(a,b,c){return A.aCk(this.tR(b,c),b.b,null,b.c)}, +tR(a,b){return this.a4D(a,b)}, +a4D(a,b){var s=0,r=A.P(t.hP),q,p=2,o,n=[],m,l,k +var $async$tR=A.Q(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:l=null +p=4 +s=7 +return A.U(a.a.dJ(0,a.b),$async$tR) +case 7:l=d +p=2 +s=6 +break +case 4:p=3 +k=o +if(A.a9(k) instanceof A.nu){A.a($.fc.kx$,"_imageCache").N5(a) +throw k}else throw k +s=6 +break +case 3:s=2 +break +case 6:if(l==null){A.a($.fc.kx$,"_imageCache").N5(a) +throw A.c(A.X("Unable to read data"))}q=b.$1(A.cZ(l.buffer,0,null)) +s=1 +break +case 1:return A.N(q,r) +case 2:return A.M(o,r)}}) +return A.O($async$tR,r)}} +A.acH.prototype={} +A.vx.prototype={ +gnK(){return this.a}, +Do(a){var s,r={},q=a.a +if(q==null)q=$.TV() +r.a=r.b=null +q.aem("AssetManifest.json",A.aIe(),t.wd).aT(0,new A.UG(r,this,a,q),t.H).hL(new A.UH(r)) +s=r.a +if(s!=null)return s +s=new A.a4($.a5,t.Lv) +r.b=new A.aI(s,t.h8) +return s}, +ZG(a,b,c){var s,r,q,p=b.b +if(p==null||c==null||J.hB(c))return a +s=A.ald(t.i,t.N) +for(r=J.aw(c);r.t();){q=r.gH(r) +s.n(0,this.Jg(q),q)}p.toString +return this.a0q(s,p)}, +a0q(a,b){var s,r,q +if(a.p6(b)){s=a.h(0,b) +s.toString +return s}r=a.ae9(b) +q=a.acv(b) +if(r==null)return a.h(0,q) +if(q==null)return a.h(0,r) +if(b<2||b>(r+q)/2)return a.h(0,q) +else return a.h(0,r)}, +Jg(a){var s,r,q,p +if(a===this.a)return 1 +s=A.mt(a,0,null) +r=s.gkN().length>1?s.gkN()[s.gkN().length-2]:"" +q=$.aur().vr(r) +if(q!=null&&q.b.length-1>0){p=q.b[1] +p.toString +return A.atu(p)}return 1}, +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.vx&&b.gnK()===this.gnK()&&!0}, +gv(a){return A.a3(this.gnK(),this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return"AssetImage(bundle: "+A.e(this.b)+', name: "'+this.gnK()+'")'}} +A.UG.prototype={ +$1(a){var s,r=this,q=r.b,p=q.gnK(),o=a==null?null:J.ag(a,q.gnK()) +o=q.ZG(p,r.c,o) +o.toString +s=new A.iE(r.d,o,q.Jg(o)) +q=r.a +p=q.b +if(p!=null)p.c3(0,s) +else q.a=new A.d2(s,t.WT)}, +$S:287} +A.UH.prototype={ +$2(a,b){this.a.b.fH(a,b)}, +$S:66} +A.hR.prototype={ +dr(a){return new A.hR(this.a.dr(0),this.b,this.c)}, +i(a){var s=this.c +s=s!=null?s+" ":"" +return s+this.a.i(0)+" @ "+A.ix(this.b)+"x"}, +gv(a){return A.a3(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.hR&&b.a===s.a&&b.b===s.b&&b.c==s.c}} +A.h5.prototype={ +gv(a){return A.a3(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.h5&&J.f(b.a,s.a)&&J.f(b.b,s.b)&&J.f(b.c,s.c)}, +aeX(a,b){return this.a.$2(a,b)}} +A.a0m.prototype={ +F2(a){var s,r=this +r.a=a +s=r.b +if(s!=null){r.b=null +a.f=!0 +B.c.Y(s,a.gLv(a)) +r.a.f=!1}}, +a2(a,b){var s=this.a +if(s!=null)return s.a2(0,b) +s=this.b;(s==null?this.b=A.b([],t.XZ):s).push(b)}, +K(a,b){var s,r=this.a +if(r!=null)return r.K(0,b) +for(s=0;r=this.b,s")),n),!0,n.j("q.E")) +s=!1 +for(o=m.length,l=0;l=r.a}else{r=s +s=!0}if(s){s=p.at +p.HA(new A.hR(s.geT(s).dr(0),p.Q,p.d)) +p.ax=a +s=p.at +p.ay=s.gvj(s) +s=p.at +s.geT(s).m(0) +p.at=null +s=p.ch +r=p.z +q=B.f.lh(s,r.glT(r)) +s=p.z +if(s.goe(s)!==-1){s=p.z +s=q<=s.goe(s)}else s=!0 +if(s)p.mK() +return}r.toString +p.CW=A.bO(new A.aP(B.e.aI((r.a-(a.a-A.a(p.ax,o).a))*$.ama)),new A.a2r(p))}, +mK(){var s=0,r=A.P(t.H),q,p=2,o,n=[],m=this,l,k,j,i,h +var $async$mK=A.Q(function(a,b){if(a===1){o=b +s=p}while(true)switch(s){case 0:i=m.at +if(i!=null)i.geT(i).m(0) +m.at=null +p=4 +s=7 +return A.U(m.z.iZ(),$async$mK) +case 7:m.at=b +p=2 +s=6 +break +case 4:p=3 +h=o +l=A.a9(h) +k=A.aB(h) +m.wo(A.bi("resolving an image frame"),l,m.as,!0,k) +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:i=m.z +if(i.glT(i)===1){if(m.a.length===0){s=1 +break}i=m.at +m.HA(new A.hR(i.geT(i).dr(0),m.Q,m.d)) +i=m.at +i.geT(i).m(0) +m.at=null +s=1 +break}m.JJ() +case 1:return A.N(q,r) +case 2:return A.M(o,r)}}) +return A.O($async$mK,r)}, +JJ(){if(this.cx)return +this.cx=!0 +$.bK.EQ(this.ga1n())}, +HA(a){this.R5(a);++this.ch}, +a2(a,b){var s,r=this +if(r.a.length===0){s=r.z +if(s!=null)s=r.b==null||s.glT(s)>1 +else s=!1}else s=!1 +if(s)r.mK() +r.SJ(0,b)}, +K(a,b){var s,r=this +r.SK(0,b) +if(r.a.length===0){s=r.CW +if(s!=null)s.aA(0) +r.CW=null}}, +tX(){this.SI() +if(this.w)this.y=null}} +A.a2s.prototype={ +$2(a,b){this.a.wo(A.bi("resolving an image codec"),a,this.b,!0,b)}, +$S:66} +A.a2r.prototype={ +$0(){this.a.JJ()}, +$S:0} +A.Ox.prototype={} +A.Ow.prototype={} +A.F1.prototype={} +A.k2.prototype={ +k(a,b){var s,r=this +if(b==null)return!1 +if(b instanceof A.k2)if(b.a===r.a)if(b.b==r.b)s=b.d===r.d&&A.dX(b.f,r.f) +else s=!1 +else s=!1 +else s=!1 +return s}, +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return"InlineSpanSemanticsInformation{text: "+this.a+", semanticsLabel: "+A.e(this.b)+", recognizer: "+A.e(this.c)+"}"}} +A.f6.prototype={ +EF(a){var s={} +s.a=null +this.bb(new A.a0y(s,a,new A.F1())) +return s.a}, +rr(a){var s,r=new A.by("") +this.Bv(r,!0,a) +s=r.a +return s.charCodeAt(0)==0?s:s}, +E0(){return this.rr(!0)}, +al(a,b){var s={} +if(b<0)return null +s.a=null +this.bb(new A.a0x(s,b,new A.F1())) +return s.a}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.f6&&J.f(b.a,this.a)}, +gv(a){return J.r(this.a)}} +A.a0y.prototype={ +$1(a){var s=a.EG(this.b,this.c) +this.a.a=s +return s==null}, +$S:38} +A.a0x.prototype={ +$1(a){var s=a.M_(this.b,this.c) +this.a.a=s +return s==null}, +$S:38} +A.kj.prototype={ +Bv(a,b,c){a.a+=A.fd(65532)}, +uT(a){a.push(B.BS)}} +A.d8.prototype={ +ghl(){var s=this.a.b +return new A.as(s,s,s,s)}, +bd(a,b){var s=this.a.bd(0,b) +return new A.d8(this.b.W(0,b),s)}, +dv(a,b){var s,r,q=this +if(a instanceof A.d8){s=A.aF(a.a,q.a,b) +r=A.n_(a.b,q.b,b) +r.toString +return new A.d8(r,s)}if(a instanceof A.dv)return new A.eC(q.b,1-b,A.aF(a.a,q.a,b)) +return q.j5(a,b)}, +dw(a,b){var s,r,q=this +if(a instanceof A.d8){s=A.aF(q.a,a.a,b) +r=A.n_(q.b,a.b,b) +r.toString +return new A.d8(r,s)}if(a instanceof A.dv)return new A.eC(q.b,b,A.aF(q.a,a.a,b)) +return q.j6(a,b)}, +nj(a){var s=a==null?this.a:a +return new A.d8(this.b,s)}, +f1(a,b){var s=A.d6() +s.fC(0,this.b.O(b).dN(a)) +return s}, +i0(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.cm(0,r.O(c).dN(b),n.jM()) +else{q=r.O(c).dN(b) +p=q.hq(-s) +o=$.aJ()?A.aT():new A.aO(new A.aQ()) +o.sae(0,n.a) +a.fc(0,q,p,o)}break}}, +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.d8&&b.a.k(0,this.a)&&b.b.k(0,this.b)}, +gv(a){return A.a3(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return"RoundedRectangleBorder("+this.a.i(0)+", "+this.b.i(0)+")"}} +A.eC.prototype={ +ghl(){var s=this.a.b +return new A.as(s,s,s,s)}, +bd(a,b){var s=this.a.bd(0,b) +return new A.eC(this.b.W(0,b),b,s)}, +dv(a,b){var s,r,q,p=this +if(a instanceof A.d8){s=A.aF(a.a,p.a,b) +r=A.n_(a.b,p.b,b) +r.toString +return new A.eC(r,p.c*b,s)}if(a instanceof A.dv){s=p.c +return new A.eC(p.b,s+(1-s)*(1-b),A.aF(a.a,p.a,b))}if(a instanceof A.eC){s=A.aF(a.a,p.a,b) +r=A.n_(a.b,p.b,b) +r.toString +q=A.Z(a.c,p.c,b) +q.toString +return new A.eC(r,q,s)}return p.j5(a,b)}, +dw(a,b){var s,r,q,p=this +if(a instanceof A.d8){s=A.aF(p.a,a.a,b) +r=A.n_(p.b,a.b,b) +r.toString +return new A.eC(r,p.c*(1-b),s)}if(a instanceof A.dv){s=p.c +return new A.eC(p.b,s+(1-s)*b,A.aF(p.a,a.a,b))}if(a instanceof A.eC){s=A.aF(p.a,a.a,b) +r=A.n_(p.b,a.b,b) +r.toString +q=A.Z(p.c,a.c,b) +q.toString +return new A.eC(r,q,s)}return p.j6(a,b)}, +y3(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=3)p.a0() +else if(s>=2)p.b=!0}, +smc(a,b){if(this.d===b)return +this.d=b +this.a0()}, +sbx(a,b){var s=this +if(s.e===b)return +s.e=b +s.a0() +s.ay=null}, +skV(a){var s=this +if(s.f===a)return +s.f=a +s.a0() +s.ay=null}, +sMT(a,b){if(this.r==b)return +this.r=b +this.a0()}, +slY(a,b){if(J.f(this.w,b))return +this.w=b +this.a0()}, +snQ(a,b){if(this.x==b)return +this.x=b +this.a0()}, +sj3(a,b){if(J.f(this.y,b))return +this.y=b +this.a0()}, +soi(a){if(this.z===a)return +this.z=a +this.a0()}, +j1(a){if(a==null||a.length===0||A.dX(a,this.ax))return +this.ax=a +this.a0()}, +H8(a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=null,a2=a0.c.a +if(a2==null)a2=a1 +else{s=a0.d +r=a0.e +if(r==null)r=a3 +q=a0.f +p=a0.x +o=a0.r +n=a0.w +m=a0.y +l=a2.at +k=l==null?a1:new A.LP(l) +j=a2.w +i=a2.x +h=a2.d +g=a2.r +if(g==null)g=14 +a2=a2.as +if(m==null)m=a1 +else{f=m.a +e=m.geH() +d=m.d +d=d==null?a1:d*q +c=m.e +b=m.x +a=m.r +b=A.aDO(f,e,d,m.w,a,!0,c,b) +m=b}r=A.akZ(o,h,g*q,i,j,a2,n,p,m,s,r,k) +a2=r}if(a2==null){a2=a0.d +s=a0.e +if(s==null)s=a3 +r=a0.f +q=a0.x +p=a0.Q +p=A.akZ(a0.r,a1,14*r,a1,a1,a1,a0.w,q,a1,a2,s,p) +a2=p}return a2}, +a_b(){return this.H8(null)}, +gdA(){var s,r,q=this,p=q.ay +if(p==null){s=A.akY(q.H8(B.ab)) +p=q.c +if(p==null)r=null +else{p=p.a +r=p==null?null:p.rQ(q.f)}if(r!=null)s.kR(0,r) +s.lt(0," ") +p=s.bq(0) +p.fh(0,B.Kr) +q.ay=p}return p.gbk(p)}, +gaQ(a){var s=this.z,r=this.a +s=s===B.vI?r.gvZ():r.gaQ(r) +return Math.ceil(s)}, +dW(a){var s +switch(a.a){case 0:s=this.a +return s.gko(s) +case 1:s=this.a +return s.gNM(s)}}, +H7(){var s,r,q=this,p=q.c +if(p==null)throw A.c(A.X("TextPainter.text must be set to a non-null value before using the TextPainter.")) +s=A.akY(q.a_b()) +r=q.f +p.uI(0,s,q.ax,r) +q.at=s.gON() +q.a=s.bq(0) +q.b=!1}, +IK(a,b){var s,r,q=this +q.a.fh(0,new A.lR(b)) +if(a!==b){switch(q.z.a){case 1:s=Math.ceil(q.a.gvZ()) +break +case 0:s=Math.ceil(q.a.gw2()) +break +default:s=null}s=J.anj(s,a,b) +r=q.a +if(s!==Math.ceil(r.gaQ(r)))q.a.fh(0,new A.lR(s))}}, +vV(a,b,c){var s=this,r=s.a==null +if(!r&&c===s.ch&&b===s.CW)return +if(s.b||r)s.H7() +s.ch=c +s.CW=b +s.db=s.cy=s.dx=null +s.IK(c,b) +s.as=s.a.rE()}, +aeb(a){return this.vV(a,1/0,0)}, +aH(a,b){var s,r=this,q=r.ch,p=r.CW +if(r.a==null||q==null||p==null)throw A.c(A.X("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.H7() +r.IK(q,p)}s=r.a +s.toString +a.hn(0,s,b)}, +EA(a){var s=this.c.al(0,a) +if(s==null)return null +return(s&63488)===55296?a+2:a+1}, +EB(a){var s=a-1,r=this.c.al(0,s) +if(r==null)return null +return(r&63488)===55296?a-2:s}, +I0(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.c.rr(!1),g=i.c +g.toString +s=g.al(0,Math.max(0,a-1)) +if(s==null)return null +r=(s&63488)===55296||i.c.al(0,a)===8205||s===8207||s===8206 +q=r?2:1 +p=A.b([],t.Lx) +for(g=-h.length,o=!r,n=s===10;p.length===0;){m=a-q +p=i.a.wL(m,a,B.me) +if(p.length===0){if(o&&n)break +if(m>>0,s=!q;o.length===0;){n=a+p +o=j.a.wL(a,n,B.me) +if(o.length===0){if(s)break +if(n>=h)break +p*=2 +continue}m=B.c.gR(o) +h=m.e +l=h===B.q?m.a:m.c +k=h===B.ab?l-(b.c-b.a):l +h=j.a +h=B.e.G(k,0,h.gaQ(h)) +s=j.a +return new A.w(h,m.b,B.e.G(k,0,s.gaQ(s)),m.d)}return null}, +gyX(){var s=this +switch(s.d.a){case 0:return B.j +case 1:return new A.m(s.gaQ(s),0) +case 2:return new A.m(s.gaQ(s)/2,0) +case 3:case 4:switch(s.e.a){case 0:return new A.m(s.gaQ(s),0) +case 1:return B.j}break +case 5:switch(s.e.a){case 0:return B.j +case 1:return new A.m(s.gaQ(s),0)}break}}, +lk(a,b){var s,r,q,p,o=this +if(a.k(0,o.cy)&&b.k(0,o.db))return +s=a.a +switch(a.b.a){case 0:r=o.I0(s,b) +if(r==null)r=o.I_(s,b) +break +case 1:r=o.I_(s,b) +if(r==null)r=o.I0(s,b) +break +default:r=null}q=r!=null +p=q?new A.m(r.a,r.b):o.gyX() +o.cx=new A.abV(p,q?r.d-r.b:null) +o.cy=a +o.db=b}, +rG(a,b,c){return this.a.mi(a.a,a.b,b,c)}, +rF(a){return this.rG(a,B.cR,B.bO)}, +pU(){var s=this.dx +return s==null?this.dx=this.a.pU():s}} +A.mp.prototype={ +gMs(a){return this.e}, +gEi(){return!0}, +hX(a,b){t.c.b(a)}, +uI(a,b,c,d){var s,r,q,p,o,n=this.a,m=n!=null +if(m)b.kR(0,n.rQ(d)) +n=this.b +if(n!=null)try{b.lt(0,n)}catch(q){n=A.a9(q) +if(n instanceof A.fS){s=n +r=A.aB(q) +A.cV(new A.bs(s,r,"painting library",A.bi("while building a TextSpan"),null,!1)) +b.lt(0,"\ufffd")}else throw q}n=this.c +if(n!=null)for(p=n.length,o=0;o0?q:B.bH +if(p===B.aV)return p}else p=B.bH +s=n.c +if(s!=null)for(r=b.c,o=0;op.a)p=q +if(p===B.aV)return p}return p}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.W(b)!==A.C(r))return!1 +if(!r.FE(0,b))return!1 +if(b instanceof A.mp)if(b.b==r.b)s=r.e.k(0,b.e)&&A.dX(b.c,r.c) +else s=!1 +else s=!1 +return s}, +gv(a){var s=this,r=null,q=A.f6.prototype.gv.call(s,s),p=s.c +p=p==null?r:A.fb(p) +return A.a3(q,s.b,r,r,r,r,s.e,p,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +cv(){return"TextSpan"}, +$iaa:1, +$ikd:1, +gDp(){return null}, +gDq(){return null}} +A.t.prototype={ +geH(){var s=this,r=s.f!=null&&s.e!=null,q=s.e +if(r){q.toString +r=A.af(q).j("aA<1,j>") +r=A.ap(new A.aA(q,new A.a9V(s),r),!0,r.j("bl.E"))}else r=q +return r}, +gn0(a){var s,r=this,q=r.f +if(q!=null&&r.d!=null){s=r.d +s.toString +return B.b.bU(s,("packages/"+A.e(q)+"/").length)}return r.d}, +lH(a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=a0.ay +if(a1==null&&b6==null)s=a4==null?a0.b:a4 +else s=null +r=a0.ch +if(r==null&&a2==null)q=a3==null?a0.c:a3 +else q=null +p=b3==null?a0.r:b3 +o=b5==null?a0.w:b5 +n=b9==null?a0.y:b9 +m=c5==null?a0.z:c5 +l=c4==null?a0.Q:c4 +k=b7==null?a0.as:b7 +j=b8==null?a0.at:b8 +a1=b6==null?a1:b6 +r=a2==null?r:a2 +i=c3==null?a0.dy:c3 +h=a6==null?a0.CW:a6 +g=a7==null?a0.cx:a7 +f=a8==null?a0.cy:a8 +e=a9==null?a0.db:a9 +d=b0==null?a0.gn0(a0):b0 +c=b1==null?a0.geH():b1 +b=c2==null?a0.f:c2 +a=c1==null?a0.fx:c1 +return A.cl(r,q,s,null,h,g,f,e,d,c,a0.fr,p,a0.x,o,a1,k,a0.a,j,n,a0.ax,a,b,i,l,m)}, +fJ(a){return this.lH(null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +aaR(a){return this.lH(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null)}, +BB(a,b){return this.lH(null,null,a,null,null,null,null,null,null,null,null,b,null,null,null,null,null,null,null,null,null,null,null,null)}, +Mc(a){return this.lH(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null)}, +aaQ(a){return this.lH(null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,null)}, +Mb(a){return this.lH(null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null)}, +bg(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.w +o=a3.x +n=a3.y +m=a3.z +l=a3.Q +k=a3.as +j=a3.at +i=a3.ax +h=a3.ay +g=a3.ch +f=a3.dy +e=a3.fr +d=a3.CW +c=a3.cx +b=a3.cy +a=a3.db +a0=a3.gn0(a3) +a1=a3.geH() +a2=a3.f +return this.lH(g,r,s,null,d,c,b,a,a0,a1,e,q,o,p,h,k,j,n,i,a3.fx,a2,f,l,m)}, +rQ(a){var s,r,q=this,p=q.geH(),o=q.r +o=o==null?null:o*a +s=q.ch +if(s==null){s=q.c +if(s!=null){r=$.aJ()?A.aT():new A.aO(new A.aQ()) +r.sae(0,s) +s=r}else s=null}return A.ari(s,q.b,q.CW,q.cx,q.cy,q.db,q.d,p,q.fr,o,q.x,q.w,q.ay,q.as,q.at,q.y,q.ax,q.dy,q.Q,q.z)}, +aW(a,b){var s,r=this +if(r===b)return B.bH +if(r.a===b.a)if(r.d==b.d)if(r.r==b.r)if(r.w==b.w)if(r.y==b.y)if(r.z==b.z)if(r.Q==b.Q)if(r.as==b.as)if(r.at==b.at)s=r.ay!=b.ay||r.ch!=b.ch||!A.dX(r.dy,b.dy)||!A.dX(r.fr,b.fr)||!A.dX(r.geH(),b.geH())||r.fx!=b.fx +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 +if(s)return B.aV +if(!J.f(r.b,b.b)||!J.f(r.c,b.c)||!J.f(r.CW,b.CW)||!J.f(r.cx,b.cx)||r.cy!=b.cy||r.db!=b.db)return B.KN +return B.bH}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.t)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.w==r.w)if(b.y==r.y)if(b.z==r.z)if(b.Q==r.Q)if(b.as==r.as)if(b.at==r.at)s=b.ay==r.ay&&b.ch==r.ch&&A.dX(b.dy,r.dy)&&A.dX(b.fr,r.fr)&&J.f(b.CW,r.CW)&&J.f(b.cx,r.cx)&&b.cy==r.cy&&b.db==r.db&&b.d==r.d&&A.dX(b.geH(),r.geH())&&b.f==r.f&&b.fx==r.fx +else s=!1 +else s=!1 +else s=!1 +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}, +gv(a){var s,r=this,q=r.dy +q=q==null?null:A.fb(q) +if(r.geH()==null)s=null +else{s=r.geH() +s.toString +s=A.fb(s)}return A.a3(r.a,r.b,r.c,r.r,r.w,r.x,r.y,r.z,r.Q,r.as,r.at,r.ax,r.ay,r.ch,q,null,r.CW,r.cx,r.cy,A.a3(r.db,r.d,s,r.f,r.fx,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a))}, +cv(){return"TextStyle"}} +A.a9V.prototype={ +$1(a){return"packages/"+A.e(this.a.f)+"/"+a}, +$S:41} +A.RL.prototype={} +A.ZK.prototype={ +es(a,b){var s=this,r=s.e,q=s.c +return s.d+r*Math.pow(s.b,b)/q-r/q}, +ho(a,b){return this.e*Math.pow(this.b,b)}, +gCp(){return this.d-this.e/this.c}, +PF(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.gCp() +else r=a>p||a=l&&n.c>=n.d)return new A.L(B.f.G(0,m,l),B.f.G(0,n.c,n.d)) +s=a.a +r=a.b +q=s/r +if(s>l){r=l/q +s=l}p=n.d +if(r>p){s=p*q +r=p}if(s=s.b&&s.c>=s.d}, +W(a,b){var s=this +return new A.aG(s.a*b,s.b*b,s.c*b,s.d*b)}, +eu(a,b){var s=this +return new A.aG(s.a/b,s.b/b,s.c/b,s.d/b)}, +gae3(){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.W(b)!==A.C(s))return!1 +return b instanceof A.aG&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){var s,r=this,q=r.gae3()?"":"; NOT NORMALIZED",p=r.a +if(p===1/0&&r.c===1/0)return"BoxConstraints(biggest"+q+")" +if(p===0&&r.b===1/0&&r.c===0&&r.d===1/0)return"BoxConstraints(unconstrained"+q+")" +s=new A.V_() +return"BoxConstraints("+s.$3(p,r.b,"w")+", "+s.$3(r.c,r.d,"h")+q+")"}} +A.V_.prototype={ +$3(a,b,c){if(a===b)return c+"="+B.e.V(a,1) +return B.e.V(a,1)+"<="+c+"<="+B.e.V(b,1)}, +$S:293} +A.iG.prototype={ +uB(a,b,c){if(c!=null){c=A.xZ(A.al_(c)) +if(c==null)return!1}return this.B5(a,b,c)}, +lu(a,b,c){var s,r=b==null,q=r?c:c.a9(0,b) +r=!r +if(r)this.c.push(new A.uy(new A.m(-b.a,-b.b))) +s=a.$2(this,q) +if(r)this.wg() +return s}, +B5(a,b,c){var s,r=c==null,q=r?b:A.hc(c,b) +r=!r +if(r)this.c.push(new A.Cl(c)) +s=a.$2(this,q) +if(r)this.wg() +return s}, +LD(a,b,c){var s,r=this +if(b!=null)r.c.push(new A.uy(new A.m(-b.a,-b.b))) +else{c.toString +c=A.xZ(A.al_(c)) +c.toString +r.c.push(new A.Cl(c))}s=a.$1(r) +r.wg() +return s}, +a9v(a,b){return this.LD(a,null,b)}, +a9u(a,b){return this.LD(a,b,null)}} +A.pZ.prototype={ +i(a){return"#"+A.bF(this.a)+"@"+this.c.i(0)}} +A.fp.prototype={ +i(a){return"offset="+this.a.i(0)}} +A.w6.prototype={} +A.pj.prototype={ +i(a){return"_IntrinsicDimension."+this.b}} +A.BZ.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.BZ&&b.a===this.a&&b.b===this.b}, +gv(a){return A.a3(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.B.prototype={ +f3(a){if(!(a.e instanceof A.fp))a.e=new A.fp(B.j)}, +aw(a,b,c){var s,r=this.fy +if(r==null)r=this.fy=A.z(t.oc,t.i) +s=r.bs(0,new A.BZ(a,b),new A.a4M(c,b)) +return s}, +b1(a){return 0}, +aV(a){return 0}, +aX(a){return 0}, +b0(a){return 0}, +hA(a){var s,r=this.go +if(r==null)r=this.go=A.z(t.k,t.FW) +s=r.bs(0,a,new A.a4O(this,a)) +return s}, +c4(a){return B.o}, +gl6(){var s=this.k1 +return new A.w(0,0,0+s.a,0+s.b)}, +wO(a,b){var s=this.jS(a) +if(s==null&&!b)return this.k1.b +return s}, +wN(a){return this.wO(a,!1)}, +jS(a){var s=this,r=s.k2 +if(r==null)r=s.k2=A.z(t.W7,t.PM) +r.bs(0,a,new A.a4N(s,a)) +return s.k2.h(0,a)}, +dW(a){return null}, +ga_(){return t.k.a(A.u.prototype.ga_.call(this))}, +a0(){var s,r=this,q=r.k2,p=q==null +if(!(!p&&q.a!==0)){s=r.fy +if(!(s!=null&&s.a!==0)){s=r.go +s=s!=null&&s.a!==0}else s=!0}else s=!0 +if(s){if(!p)q.aG(0) +q=r.fy +if(q!=null)q.aG(0) +q=r.go +if(q!=null)q.aG(0) +if(r.ga3(r) instanceof A.u){r.w1() +return}}r.To()}, +r7(){this.k1=this.c4(t.k.a(A.u.prototype.ga_.call(this)))}, +bK(){}, +bD(a,b){var s=this +if(s.k1.A(0,b))if(s.cL(a,b)||s.hY(b)){a.E(0,new A.pZ(b,s)) +return!0}return!1}, +hY(a){return!1}, +cL(a,b){return!1}, +dn(a,b){var s,r=a.e +r.toString +s=t.x.a(r).a +b.aC(0,s.a,s.b)}, +i4(a){var s,r,q,p,o,n=this.dk(0,null) +if(n.kr(n)===0)return B.j +s=new A.fK(new Float64Array(3)) +s.mx(0,0,1) +r=new A.fK(new Float64Array(3)) +r.mx(0,0,0) +q=n.wf(r) +r=new A.fK(new Float64Array(3)) +r.mx(0,0,1) +p=n.wf(r).a9(0,q) +r=new A.fK(new Float64Array(3)) +r.mx(a.a,a.b,0) +o=n.wf(r) +r=o.a9(0,p.QK(s.MM(o)/s.MM(p))).a +return new A.m(r[0],r[1])}, +giO(){var s=this.k1 +return new A.w(0,0,0+s.a,0+s.b)}, +hX(a,b){this.Tn(a,b)}} +A.a4M.prototype={ +$0(){return this.a.$1(this.b)}, +$S:165} +A.a4O.prototype={ +$0(){return this.a.c4(this.b)}, +$S:104} +A.a4N.prototype={ +$0(){return this.a.dW(this.b)}, +$S:294} +A.cE.prototype={ +abq(a){var s,r,q,p=this.U$ +for(s=A.n(this).j("cE.1?");p!=null;){r=s.a(p.e) +q=p.jS(a) +if(q!=null)return q+r.a.b +p=r.af$}return null}, +MB(a){var s,r,q,p,o=this.U$ +for(s=A.n(this).j("cE.1"),r=null;o!=null;){q=o.e +q.toString +s.a(q) +p=o.jS(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.af$}return r}, +BM(a,b){var s,r,q={},p=q.a=this.bV$ +for(s=A.n(this).j("cE.1");p!=null;p=r){p=p.e +p.toString +s.a(p) +if(a.lu(new A.a4L(q,b,p),p.a,b))return!0 +r=p.bO$ +q.a=r}return!1}, +q2(a,b){var s,r,q,p,o,n=this.U$ +for(s=A.n(this).j("cE.1"),r=b.a,q=b.b;n!=null;){p=n.e +p.toString +s.a(p) +o=p.a +a.dg(n,new A.m(o.a+r,o.b+q)) +n=p.af$}}} +A.a4L.prototype={ +$2(a,b){return this.a.a.bD(a,b)}, +$S:11} +A.Bj.prototype={ +ab(a){this.xG(0)}} +A.hf.prototype={ +i(a){return this.t7(0)+"; id="+A.e(this.e)}} +A.a2o.prototype={ +eK(a,b){var s,r=this.b.h(0,a) +r.cH(0,b,!0) +s=r.k1 +s.toString +return s}, +eV(a,b){var s=this.b.h(0,a).e +s.toString +t.Wz.a(s).a=b}, +Zq(a,b){var s,r,q,p,o,n,m=this,l=m.b +try{m.b=A.z(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.n(0,o,q) +n=s.af$}m.we(a)}finally{m.b=l}}, +i(a){return"MultiChildLayoutDelegate"}} +A.zc.prototype={ +f3(a){if(!(a.e instanceof A.hf))a.e=new A.hf(null,null,B.j)}, +sBP(a){var s=this,r=s.C +if(r===a)return +if(A.C(a)!==A.C(r)||a.oA(r))s.a0() +s.C=a +s.b!=null}, +ak(a){this.Us(a)}, +ab(a){this.Ut(0)}, +b1(a){var s=A.hD(a,1/0),r=s.bo(new A.L(B.f.G(1/0,s.a,s.b),B.f.G(1/0,s.c,s.d))).a +if(isFinite(r))return r +return 0}, +aV(a){var s=A.hD(a,1/0),r=s.bo(new A.L(B.f.G(1/0,s.a,s.b),B.f.G(1/0,s.c,s.d))).a +if(isFinite(r))return r +return 0}, +aX(a){var s=A.hD(1/0,a),r=s.bo(new A.L(B.f.G(1/0,s.a,s.b),B.f.G(1/0,s.c,s.d))).b +if(isFinite(r))return r +return 0}, +b0(a){var s=A.hD(1/0,a),r=s.bo(new A.L(B.f.G(1/0,s.a,s.b),B.f.G(1/0,s.c,s.d))).b +if(isFinite(r))return r +return 0}, +c4(a){return a.bo(new A.L(B.f.G(1/0,a.a,a.b),B.f.G(1/0,a.c,a.d)))}, +bK(){var s=this,r=t.k.a(A.u.prototype.ga_.call(s)) +r=r.bo(new A.L(B.f.G(1/0,r.a,r.b),B.f.G(1/0,r.c,r.d))) +s.k1=r +s.C.Zq(r,s.U$)}, +aH(a,b){this.q2(a,b)}, +cL(a,b){return this.BM(a,b)}} +A.CL.prototype={ +ak(a){var s,r,q +this.dF(a) +s=this.U$ +for(r=t.Wz;s!=null;){s.ak(a) +q=s.e +q.toString +s=r.a(q).af$}}, +ab(a){var s,r,q +this.d8(0) +s=this.U$ +for(r=t.Wz;s!=null;){s.ab(0) +q=s.e +q.toString +s=r.a(q).af$}}} +A.Qj.prototype={} +A.GA.prototype={ +a2(a,b){var s=this.a +return s==null?null:s.a2(0,b)}, +K(a,b){var s=this.a +return s==null?null:s.K(0,b)}, +grX(){return null}, +xi(a){return this.ew(a)}, +vI(a){return null}, +i(a){var s=A.bF(this),r=this.a +r=r==null?null:r.i(0) +if(r==null)r="" +return"#"+s+"("+r+")"}} +A.zd.prototype={ +sr5(a){var s=this.u +if(s==a)return +this.u=a +this.Hh(a,s)}, +sNq(a){var s=this.a8 +if(s==a)return +this.a8=a +this.Hh(a,s)}, +Hh(a,b){var s=this,r=a==null +if(r)s.aF() +else if(b==null||A.C(a)!==A.C(b)||a.ew(b))s.aF() +if(s.b!=null){if(b!=null)b.K(0,s.gd5()) +if(!r)a.a2(0,s.gd5())}if(r){if(s.b!=null)s.aj()}else if(b==null||A.C(a)!==A.C(b)||a.xi(b))s.aj()}, +safB(a){if(this.aD.k(0,a))return +this.aD=a +this.a0()}, +b1(a){var s +if(this.q$==null){s=this.aD.a +return isFinite(s)?s:0}return this.xQ(a)}, +aV(a){var s +if(this.q$==null){s=this.aD.a +return isFinite(s)?s:0}return this.xO(a)}, +aX(a){var s +if(this.q$==null){s=this.aD.b +return isFinite(s)?s:0}return this.xP(a)}, +b0(a){var s +if(this.q$==null){s=this.aD.b +return isFinite(s)?s:0}return this.xN(a)}, +ak(a){var s,r=this +r.tf(a) +s=r.u +if(s!=null)s.a2(0,r.gd5()) +s=r.a8 +if(s!=null)s.a2(0,r.gd5())}, +ab(a){var s=this,r=s.u +if(r!=null)r.K(0,s.gd5()) +r=s.a8 +if(r!=null)r.K(0,s.gd5()) +s.mF(0)}, +cL(a,b){var s=this.a8 +if(s!=null){s=s.vI(b) +s=s===!0}else s=!1 +if(s)return!0 +return this.tb(a,b)}, +hY(a){var s=this.u +if(s!=null){s=s.vI(a) +s=s!==!1}else s=!1 +return s}, +bK(){this.tc() +this.aj()}, +pV(a){return a.bo(this.aD)}, +Jc(a,b,c){var s +A.bx("debugPreviousCanvasSaveCount") +a.bF(0) +if(!b.k(0,B.j))a.aC(0,b.a,b.b) +s=this.k1 +s.toString +c.aH(a,s) +a.bt(0)}, +aH(a,b){var s,r,q=this +if(q.u!=null){s=a.gc2(a) +r=q.u +r.toString +q.Jc(s,b,r) +q.JX(a)}q.mE(a,b) +if(q.a8!=null){s=a.gc2(a) +r=q.a8 +r.toString +q.Jc(s,b,r) +q.JX(a)}}, +JX(a){}, +eO(a){var s,r=this +r.fZ(a) +s=r.u +r.el=s==null?null:s.grX() +s=r.a8 +r.nB=s==null?null:s.grX() +a.a=!1}, +na(a,b,c){var s,r,q,p,o=this +o.fg=A.aqH(o.fg,B.nH) +o.iy=A.aqH(o.iy,B.nH) +s=o.fg +r=s!=null&&!s.gS(s) +s=o.iy +q=s!=null&&!s.gS(s) +s=A.b([],t.J) +if(r){p=o.fg +p.toString +B.c.P(s,p)}B.c.P(s,c) +if(q){p=o.iy +p.toString +B.c.P(s,p)}o.FT(a,b,s)}, +nf(){this.xK() +this.iy=this.fg=null}} +A.Wy.prototype={} +A.tA.prototype={ +i(a){var s=this +switch(s.b){case B.q:return s.a.i(0)+"-ltr" +case B.ab:return s.a.i(0)+"-rtl" +case null:return s.a.i(0)}}} +A.aaD.prototype={ +gbv(){var s=this +if(!s.f)return!1 +if(s.e.am.pU()!==s.d)s.f=!1 +return s.f}, +I4(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.m(s.a,r.glz(r)) +p=new A.ax(q,o.e.am.a.fW(q),t.tO) +n.n(0,a,p) +return p}, +gH(a){return this.c}, +t(){var s,r=this,q=r.b+1 +if(q>=r.d.length)return!1 +s=r.I4(q);++r.b +r.a=s.a +r.c=s.b +return!0}, +aeA(){var s,r=this,q=r.b +if(q<=0)return!1 +s=r.I4(q-1);--r.b +r.a=s.a +r.c=s.b +return!0}} +A.ot.prototype={ +f3(a){if(!(a.e instanceof A.ey))a.e=new A.ey(null,null,B.j)}, +m(a){var s=this,r=s.C +if(r!=null)r.ay.saL(0,null) +s.C=null +r=s.M +if(r!=null)r.ay.saL(0,null) +s.M=null +s.dt.saL(0,null) +r=s.bA +if(r!=null){r.y2$=$.b4() +r.y1$=0}r=s.bI +if(r!=null){r.y2$=$.b4() +r.y1$=0}s.lf(0)}, +KV(a){var s,r=this,q=r.gZj(),p=r.C +if(p==null){s=A.as0(q) +r.hg(s) +r.C=s}else p.sr5(q) +r.a7=a}, +Ht(a){this.ag=A.b([],t.TP) +a.bb(new A.a4Q(this))}, +L1(a){var s,r=this,q=r.gZk(),p=r.M +if(p==null){s=A.as0(q) +r.hg(s) +r.M=s}else p.sr5(q) +r.q=a}, +gea(){var s,r,q=this,p=q.D +if(p===$){s=$.aJ()?A.aT():new A.aO(new A.aQ()) +r=$.b4() +A.bb(q.D,"_caretPainter") +p=q.D=new A.BG(q.ga54(),s,B.j,r)}return p}, +gZj(){var s=this,r=s.bA +if(r==null){r=A.b([],t.xT) +if(s.fg)r.push(s.gea()) +r=s.bA=new A.tX(r,$.b4())}return r}, +gZk(){var s=this,r=s.bI +if(r==null){r=A.b([s.av,s.b6],t.xT) +if(!s.fg)r.push(s.gea()) +r=s.bI=new A.tX(r,$.b4())}return r}, +a55(a){if(!J.f(this.ei,a))this.ej.$1(a) +this.ei=a}, +srp(a,b){return}, +soi(a){var s=this.am +if(s.z===a)return +s.soi(a) +this.iK()}, +sv9(a,b){if(this.eR===b)return +this.eR=b +this.iK()}, +saeF(a){if(this.du===a)return +this.du=a +this.a0()}, +saeE(a){if(this.ca===a)return +this.ca=a +this.aj()}, +rK(a){var s=this.am.a.Ey(a) +if(this.ca)return A.ck(B.l,0,this.gpm().length,!1) +return A.ck(B.l,s.a,s.b,!1)}, +kc(a,b){var s,r +if(a.gbv()){s=this.cX.a.c.a.a.length +a=a.pY(Math.min(a.c,s),Math.min(a.d,s))}r=this.cX.a.c.a.iq(a) +this.cX.fU(r,b)}, +aF(){this.Tp() +var s=this.C +if(s!=null)s.aF() +s=this.M +if(s!=null)s.aF()}, +iK(){this.dG=this.cK=null +this.a0()}, +jW(){var s=this +s.xI() +s.am.a0() +s.dG=s.cK=null}, +gpm(){var s=this.e1 +return s==null?this.e1=this.am.c.rr(!1):s}, +scd(a,b){var s=this,r=s.am +if(J.f(r.c,b))return +r.scd(0,b) +s.hp=s.fL=s.e1=null +s.Ht(b) +s.iK() +s.aj()}, +smc(a,b){var s=this.am +if(s.d===b)return +s.smc(0,b) +this.iK()}, +sbx(a,b){var s=this.am +if(s.e===b)return +s.sbx(0,b) +this.iK() +this.aj()}, +slY(a,b){var s=this.am +if(J.f(s.w,b))return +s.slY(0,b) +this.iK()}, +sj3(a,b){var s=this.am +if(J.f(s.y,b))return +s.sj3(0,b) +this.iK()}, +sRo(a){var s=this,r=s.ek +if(r===a)return +if(s.b!=null)r.K(0,s.gud()) +s.ek=a +if(s.b!=null){s.gea().sxh(s.ek.a) +s.ek.a2(0,s.gud())}}, +a7u(){this.gea().sxh(this.ek.a)}, +sbR(a){if(this.fM===a)return +this.fM=a +this.aj()}, +sacK(a){if(this.fN)return +this.fN=!0 +this.a0()}, +srg(a,b){if(this.fO===b)return +this.fO=b +this.aj()}, +snQ(a,b){if(this.u===b)return +this.u=b +this.iK()}, +saey(a){return}, +sCf(a){return}, +skV(a){var s=this.am +if(s.f===a)return +s.skV(a) +this.iK()}, +srW(a){var s=this +if(s.aK.k(0,a))return +s.aK=a +s.b6.svH(a) +s.aF() +s.aj()}, +sbJ(a,b){var s=this,r=s.c6 +if(r===b)return +if(s.b!=null)r.K(0,s.gd5()) +s.c6=b +if(s.b!=null)b.a2(0,s.gd5()) +s.a0()}, +sabh(a){if(this.el===a)return +this.el=a +this.a0()}, +sabg(a){return}, +saft(a){var s=this +if(s.fg===a)return +s.fg=a +s.bI=s.bA=null +s.KV(s.a7) +s.L1(s.q)}, +sRF(a){if(this.iy===a)return +this.iy=a +this.aF()}, +sabZ(a){if(this.ky===a)return +this.ky=a +this.aF()}, +sabT(a){var s=this +if(s.fP===a)return +s.fP=a +s.iK() +s.aj()}, +gEV(){var s=this.fP +return s}, +rF(a){var s,r +this.hF() +s=this.am.rF(a) +r=A.af(s).j("aA<1,w>") +return A.ap(new A.aA(s,new A.a4T(this),r),!0,r.j("bl.E"))}, +eO(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +d.fZ(a) +s=d.am +r=s.c +r.toString +q=A.b([],t.O_) +r.uT(q) +d.br=q +if(B.c.fE(q,new A.a4S())&&A.dL()!==B.aY){a.b=a.a=!0 +return}r=d.fL +if(r==null)if(d.ca){r=new A.bR(B.b.W(d.du,d.gpm().length),B.T) +d.fL=r}else{p=new A.by("") +o=A.b([],t.oU) +for(r=d.br,n=r.length,m=0,l=0,k="";lh){d=c0[h].dx +d=d!=null&&d.A(0,new A.lT(i,b7))}else d=!1 +if(!d)break +b=c0[h] +d=s.e +d.toString +m.a(d) +c=b.w +a=c.a +a0=c.b +d=d.e +d.toString +d=new A.w(a,a0,a+(c.c-a)*d,a0+(c.d-a0)*d) +if(!c.k(0,d)){b.w=d +b.h9()}b5.push(b);++h}b7=s.e +b7.toString +s=n.a(b7).af$;++i}else{a1=b6.a.mi(c,d,B.cR,B.bO) +if(a1.length===0)continue +d=B.c.gJ(a1) +a2=new A.w(d.a,d.b,d.c,d.d) +a3=B.c.gJ(a1).e +for(d=A.af(a1),c=new A.fI(a1,1,b4,d.j("fI<1>")),c.th(a1,1,b4,d.c),c=new A.cN(c,c.gp(c)),d=A.n(c).c;c.t();){a=c.d +if(a==null)a=d.a(a) +a2=a2.kw(new A.w(a.a,a.b,a.c,a.d)) +a3=a.e}d=a2.a +c=Math.max(0,d) +a=a2.b +a0=Math.max(0,a) +d=Math.min(a2.c-d,o.a(A.u.prototype.ga_.call(b3)).b) +a=Math.min(a2.d-a,o.a(A.u.prototype.ga_.call(b3)).d) +a4=Math.floor(c)-4 +a5=Math.floor(a0)-4 +d=Math.ceil(c+d)+4 +a=Math.ceil(a0+a)+4 +a6=new A.w(a4,a5,d,a) +a7=A.oD() +a8=k+1 +a7.id=new A.oe(k,b4) +a7.d=!0 +a7.xr=l +a0=f.b +b7=a0==null?b7:a0 +a7.p4=new A.bR(b7,f.f) +b7=b8.y +if(b7!=null){a9=b7.e2(a6) +if(a9.a>=a9.c||a9.b>=a9.d)b7=!(a4>=d||a5>=a) +else b7=!1 +a7.b3(B.eJ,b7)}b0=A.bx("newChild") +b7=b3.em +d=b7==null?b4:b7.a!==0 +if(d===!0){b7.toString +d=new A.b3(b7,A.n(b7).j("b3<1>")) +b1=d.ga1(d) +if(!b1.t())A.K(A.bB()) +b7=b7.B(0,b1.gH(b1)) +b7.toString +if(b0.b!==b0)A.K(A.k7(b0.a)) +b0.b=b7}else{b2=new A.p1() +b7=A.KR(b2,b3.a_d(b2)) +if(b0.b!==b0)A.K(A.k7(b0.a)) +b0.b=b7}if(b7===b0)A.K(A.e4(b0.a)) +J.aom(b7,a7) +if(!b7.w.k(0,a6)){b7.w=a6 +b7.h9()}b7=b0.b +if(b7===b0)A.K(A.e4(b0.a)) +d=b7.d +d.toString +r.n(0,d,b7) +b7=b0.b +if(b7===b0)A.K(A.e4(b0.a)) +b5.push(b7) +k=a8 +l=a3}}b3.em=r +b8.jP(0,b5,b9)}, +a_d(a){return new A.a4P(this,a)}, +a3z(a){this.kc(a,B.L)}, +a2K(a){var s=this,r=s.am.EA(s.aK.d) +if(r==null)return +s.kc(A.ck(B.l,!a?r:s.aK.c,r,!1),B.L)}, +a2G(a){var s=this,r=s.am.EB(s.aK.d) +if(r==null)return +s.kc(A.ck(B.l,!a?r:s.aK.c,r,!1),B.L)}, +a2M(a){var s,r=this,q=r.aK.gde(),p=r.HX(r.am.a.fu(0,q).b) +if(p==null)return +s=a?r.aK.c:p.a +r.kc(A.ck(B.l,s,p.a,!1),B.L)}, +a2I(a){var s,r=this,q=r.aK.gde(),p=r.HZ(r.am.a.fu(0,q).a-1) +if(p==null)return +s=a?r.aK.c:p.a +r.kc(A.ck(B.l,s,p.a,!1),B.L)}, +HX(a){var s,r,q +for(s=this.am;!0;){r=s.a.fu(0,new A.b9(a,B.l)) +q=r.a +q=!(q>=0&&r.b>=0)||q===r.b +if(q)return null +if(!this.J3(r))return r +a=r.b}}, +HZ(a){var s,r,q +for(s=this.am;a>=0;){r=s.a.fu(0,new A.b9(a,B.l)) +q=r.a +q=!(q>=0&&r.b>=0)||q===r.b +if(q)return null +if(!this.J3(r))return r +a=r.a-1}return null}, +J3(a){var s,r,q,p +for(s=a.a,r=a.b,q=this.am;ss.gdA()*n.u)return s.gdA()*n.u +if(a===1/0){q=n.gpm() +for(s=q.length,p=1,o=0;o=m)return A.Ax(a) +if(p.ca)return A.ck(B.l,0,p.gpm().length,!1) +else if(A.a9Q(B.b.al(p.gpm(),n))&&n>0){s=o.a +r=p.HZ(s) +switch(A.dL().a){case 2:if(r==null){q=p.HX(s) +if(q==null)return A.mo(B.l,n) +return A.ck(B.l,n,q.b,!1)}return A.ck(B.l,r.a,n,!1) +case 0:if(p.fO){if(r==null)return A.ck(B.l,n,n+1,!1) +return A.ck(B.l,r.a,n,!1)}break +case 1:case 4:case 3:case 5:break}}return A.ck(B.l,o.a,m,!1)}, +IJ(a,b){var s,r,q,p,o,n,m,l,k,j=this,i="_placeholderSpans",h=j.bz$ +if(h===0){h=t.tZ +j.am.j1(A.b([],h)) +return A.b([],h)}s=j.U$ +r=A.b7(h,B.dp,!1,t.jP) +q=new A.aG(0,a.b,0,1/0).eu(0,j.am.f) +for(h=A.n(j).j("ac.1"),p=!b,o=0;s!=null;){if(p){s.cH(0,q,!0) +n=s.k1 +n.toString +switch(J.ag(A.a(j.ag,i),o).b.a){case 0:m=J.ag(A.a(j.ag,i),o).c +m.toString +l=s.wN(m) +break +case 1:case 2:case 4:case 5:case 3:l=null +break +default:l=null}k=n}else{k=s.hA(q) +l=null}J.ag(A.a(j.ag,i),o).toString +r[o]=new A.jc(k,l,J.ag(A.a(j.ag,i),o).c) +n=s.e +n.toString +s=h.a(n).af$;++o}return r}, +a4v(a){return this.IJ(a,!1)}, +a7i(){var s,r,q=this.U$,p=t.l,o=this.am,n=A.n(this).j("ac.1"),m=0 +while(!0){if(!(q!=null&&mr)return new A.ax(o.gvW(o),new A.m(s.a,o.glz(o)),t.DC)}n=Math.max(0,p-1) +if(p!==0){r=B.c.gR(b) +r=r.glz(r) +p=B.c.gR(b) +p=r+p.gv8(p) +r=p}else r=0 +return new A.ax(n,new A.m(s.a,r),t.DC)}, +Hu(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.Z(0,e.gec()),a0=e.dH +if(!a0){a0=e.k1 +s=new A.w(0,0,0+a0.a,0+a0.b) +a0=e.am +r=e.aK +a0.lk(new A.b9(r.a,r.e),A.a(e.jr,d)) +q=A.a(a0.cx,c).a +e.co.sl(0,s.hq(0.5).A(0,q.Z(0,a))) +r=e.aK +a0.lk(new A.b9(r.b,r.e),A.a(e.jr,d)) +p=A.a(a0.cx,c).a +e.c5.sl(0,s.hq(0.5).A(0,p.Z(0,a)))}o=e.C +n=e.M +if(n!=null)a1.dg(n,a2) +a0=e.am +a0.aH(a1.gc2(a1),a) +r=b.a=e.U$ +m=t.l +l=a.a +k=a.b +j=A.n(e).j("ac.1") +i=0 +while(!0){if(!(r!=null&&i0||!J.f(n.gec(),B.j))&&n.qu!==B.u +r=n.dt +if(s){s=A.a(n.CW,"_needsCompositing") +q=n.k1 +r.saL(0,a.m6(s,b,new A.w(0,0,0+q.a,0+q.b),n.ga_Q(),n.qu,r.a))}else{r.saL(0,null) +n.Hu(a,b)}if(n.aK.gbv()){s=n.Eu(n.aK) +p=s[0].a +r=B.e.G(p.a,0,n.k1.a) +q=B.e.G(p.b,0,n.k1.b) +a.rb(new A.o_(n.iy,new A.m(r,q),A.aj()),A.u.prototype.gfm.call(n),B.j) +if(s.length===2){o=s[1].a +s=B.e.G(o.a,0,n.k1.a) +r=B.e.G(o.b,0,n.k1.b) +a.rb(new A.o_(n.ky,new A.m(s,r),A.aj()),A.u.prototype.gfm.call(n),B.j)}}}, +jl(a){var s +if(this.fQ>0||!J.f(this.gec(),B.j)){s=this.k1 +s=new A.w(0,0,0+s.a,0+s.b)}else s=null +return s}} +A.a4Q.prototype={ +$1(a){if(a instanceof A.kj)J.fP(A.a(this.a.ag,"_placeholderSpans"),a) +return!0}, +$S:38} +A.a4T.prototype={ +$1(a){return new A.w(a.a,a.b,a.c,a.d).c7(this.a.gec())}, +$S:297} +A.a4S.prototype={ +$1(a){return!1}, +$S:114} +A.a4P.prototype={ +$0(){var s=this.a,r=s.em.h(0,this.b) +r.toString +s.la(s,r.w)}, +$S:0} +A.a4U.prototype={ +$2(a,b){var s=a==null?null:a.kw(new A.w(b.a,b.b,b.c,b.d)) +return s==null?new A.w(b.a,b.b,b.c,b.d):s}, +$S:299} +A.a4V.prototype={ +$2(a,b){return this.a.a.bD(a,b)}, +$S:11} +A.a4R.prototype={ +$2(a,b){var s=this.a.a +s.toString +a.dg(s,b)}, +$S:13} +A.Qk.prototype={ +ga3(a){return t.CA.a(A.H.prototype.ga3.call(this,this))}, +gau(){return!0}, +ghB(){return!0}, +sr5(a){var s,r=this,q=r.C +if(a===q)return +r.C=a +s=a.ew(q) +if(s)r.aF() +if(r.b!=null){s=r.gd5() +q.K(0,s) +a.a2(0,s)}}, +aH(a,b){var s,r,q=this,p=t.CA.a(A.H.prototype.ga3.call(q,q)),o=q.C +if(p!=null){p.hF() +s=a.gc2(a) +r=q.k1 +r.toString +o.jF(s,r,p)}}, +ak(a){this.dF(a) +this.C.a2(0,this.gd5())}, +ab(a){this.C.K(0,this.gd5()) +this.d8(0)}, +c4(a){return new A.L(B.f.G(1/0,a.a,a.b),B.f.G(1/0,a.c,a.d))}} +A.m0.prototype={} +A.DE.prototype={ +svG(a){if(J.f(a,this.r))return +this.r=a +this.ac()}, +svH(a){if(J.f(a,this.w))return +this.w=a +this.ac()}, +sEW(a){if(this.x===a)return +this.x=a +this.ac()}, +sEX(a){if(this.y===a)return +this.y=a +this.ac()}, +jF(a,b,c){var s,r,q,p,o,n,m,l,k,j=this,i=j.w,h=j.r +if(i==null||h==null||i.a===i.b)return +s=j.f +s.sae(0,h) +r=c.am +q=r.rG(A.ck(B.l,i.a,i.b,!1),j.x,j.y) +for(p=q.length,o=0;o>>16&255,o>>>8&255,o&255)}if(r||h==null||!e.f)return +r=A.yY(s.c7(a0.gec()),B.KI) +g=e.y +if(g===$){f=$.aJ()?A.aT():new A.aO(new A.aQ()) +A.bb(e.y,"floatingCursorPaint") +g=e.y=f}g.sae(0,h) +a.cm(0,r,g)}, +ew(a){var s=this +if(s===a)return!1 +return!(a instanceof A.BG)||a.f!==s.f||a.w!==s.w||!J.f(a.z,s.z)||!J.f(a.Q,s.Q)||!a.as.k(0,s.as)||!J.f(a.at,s.at)||!J.f(a.ax,s.ax)}} +A.tX.prototype={ +a2(a,b){var s,r,q +for(s=this.f,r=s.length,q=0;q328){s-=128 +r+=64}A.a(i.M,h).fh(0,new A.lR(s)) +p=i.k1.b +o=A.a(i.M,h) +if(p>96+o.gbk(o)+12)q+=96 +p=a.gc2(a) +o=A.a(i.M,h) +o.toString +p.hn(0,o,b.Z(0,new A.m(r,q)))}}catch(j){}}} +A.wN.prototype={ +i(a){return"FlexFit."+this.b}} +A.f5.prototype={ +i(a){return this.t7(0)+"; flex="+A.e(this.e)+"; fit="+A.e(this.f)}} +A.xO.prototype={ +i(a){return"MainAxisSize."+this.b}} +A.xN.prototype={ +i(a){return"MainAxisAlignment."+this.b}} +A.lj.prototype={ +i(a){return"CrossAxisAlignment."+this.b}} +A.zg.prototype={ +f3(a){if(!(a.e instanceof A.f5))a.e=new A.f5(null,null,B.j)}, +tD(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=this +if(g.a7===B.fu)return 0 +s=g.C +r=g.U$ +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).af$}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.bx("mainSize") +i=A.bx("crossSize") +if(m===0){switch(g.C.a){case 0:n=r.aw(B.a9,1/0,r.gbf()) +if(j.b!==j)A.K(A.k7(j.a)) +j.b=n +n=a.$2(r,n) +if(i.b!==i)A.K(A.k7(i.a)) +i.b=n +break +case 1:n=r.aw(B.b0,1/0,r.gbM()) +if(j.b!==j)A.K(A.k7(j.a)) +j.b=n +n=a.$2(r,n) +if(i.b!==i)A.K(A.k7(i.a)) +i.b=n +break}n=j.b +if(n===j)A.K(A.e4(j.a)) +p+=n +n=i.b +if(n===i)A.K(A.e4(i.a)) +k=Math.max(k,A.dc(n))}n=r.e +n.toString +r=s.a(n).af$}h=Math.max(0,(b-p)/q) +r=g.U$ +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.dc(a.$2(r,h*m))) +n=r.e +n.toString +r=s.a(n).af$}return k}}, +b1(a){return this.tD(new A.a4Z(),a,B.as)}, +aV(a){return this.tD(new A.a4X(),a,B.as)}, +aX(a){return this.tD(new A.a4Y(),a,B.a3)}, +b0(a){return this.tD(new A.a4W(),a,B.a3)}, +dW(a){if(this.C===B.as)return this.MB(a) +return this.abq(a)}, +tC(a){switch(this.C.a){case 0:return a.b +case 1:return a.a}}, +tF(a){switch(this.C.a){case 0:return a.a +case 1:return a.b}}, +c4(a){var s +if(this.a7===B.fu)return B.o +s=this.H1(a,A.EJ()) +switch(this.C.a){case 0:return a.bo(new A.L(s.a,s.b)) +case 1:return a.bo(new A.L(s.b,s.a))}}, +H1(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.C===B.as?a2.b:a2.d,a0=a<1/0,a1=c.U$ +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.a7===B.dW)switch(c.C.a){case 0:j=A.n2(q,b) +break +case 1:j=A.n2(b,r) +break +default:j=b}else switch(c.C.a){case 0:j=new A.aG(0,1/0,0,q) +break +case 1:j=new A.aG(0,r,0,1/0) +break +default:j=b}i=a3.$2(a1,j) +m+=c.tF(i) +n=Math.max(n,A.dc(c.tC(i)))}a1=l.af$}h=Math.max(0,(a0?a:0)-m) +if(o>0){g=a0?h/o:0/0 +a1=c.U$ +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.bx("minChildExtent") +l=a1.e +l.toString +l=s.a(l).f +switch((l==null?B.n6:l).a){case 0:if(d.b!==d)A.K(A.k7(d.a)) +d.b=e +break +case 1:if(d.b!==d)A.K(A.k7(d.a)) +d.b=0 +break}if(c.a7===B.dW)switch(c.C.a){case 0:l=d.b +if(l===d)A.K(A.e4(d.a)) +j=new A.aG(l,e,q,q) +break +case 1:l=d.b +if(l===d)A.K(A.e4(d.a)) +j=new A.aG(r,r,l,e) +break +default:j=b}else switch(c.C.a){case 0:l=d.b +if(l===d)A.K(A.e4(d.a)) +j=new A.aG(l,e,0,q) +break +case 1:l=d.b +if(l===d)A.K(A.e4(d.a)) +j=new A.aG(0,r,l,e) +break +default:j=b}i=a3.$2(a1,j) +m+=c.tF(i) +f+=e +n=Math.max(n,A.dc(c.tC(i)))}l=a1.e +l.toString +a1=s.a(l).af$}}return new A.ae1(a0&&c.ag===B.Q?a:m,n,m)}, +bK(){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.u.prototype.ga_.call(a)),a1=a.H1(a0,A.EK()),a2=a1.a,a3=a1.b +if(a.a7===B.fu){s=a.U$ +for(r=t.US,q=0,p=0,o=0;s!=null;){n=a.b6 +n.toString +m=s.wO(n,!0) +if(m!=null){q=Math.max(q,m) +p=Math.max(m,p) +o=Math.max(s.k1.b-m,o) +a3=Math.max(p+o,a3)}n=s.e +n.toString +s=r.a(n).af$}}else q=0 +switch(a.C.a){case 0:r=a.k1=a0.bo(new A.L(a2,a3)) +a2=r.a +a3=r.b +break +case 1:r=a.k1=a0.bo(new A.L(a3,a2)) +a2=r.b +a3=r.a +break}l=a2-a1.c +a.av=Math.max(0,-l) +k=Math.max(0,l) +j=A.bx("leadingSpace") +i=A.bx("betweenSpace") +r=A.at8(a.C,a.q,a.D) +h=r===!1 +switch(a.M.a){case 0:j.sdI(0) +i.sdI(0) +break +case 1:j.sdI(k) +i.sdI(0) +break +case 2:j.sdI(k/2) +i.sdI(0) +break +case 3:j.sdI(0) +r=a.bz$ +i.sdI(r>1?k/(r-1):0) +break +case 4:r=a.bz$ +i.sdI(r>0?k/r:0) +j.sdI(i.bm()/2) +break +case 5:r=a.bz$ +i.sdI(r>0?k/(r+1):0) +j.sdI(i.bm()) +break}g=h?a2-j.bm():j.bm() +s=a.U$ +for(r=t.US,n=a3/2,f=i.a;s!=null;){e=s.e +e.toString +r.a(e) +d=a.a7 +switch(d.a){case 0:case 1:if(A.at8(A.aHW(a.C),a.q,a.D)===(d===B.aC))c=0 +else{d=s.k1 +d.toString +c=a3-a.tC(d)}break +case 2:d=s.k1 +d.toString +c=n-a.tC(d)/2 +break +case 3:c=0 +break +case 4:if(a.C===B.as){d=a.b6 +d.toString +m=s.wO(d,!0) +c=m!=null?q-m:0}else c=0 +break +default:c=null}if(h){d=s.k1 +d.toString +g-=a.tF(d)}switch(a.C.a){case 0:e.a=new A.m(g,c) +break +case 1:e.a=new A.m(c,g) +break}if(h){d=i.b +if(d===i)A.K(A.e4(f)) +g-=d}else{d=s.k1 +d.toString +d=a.tF(d) +b=i.b +if(b===i)A.K(A.e4(f)) +g+=d+b}s=e.af$}}, +cL(a,b){return this.BM(a,b)}, +aH(a,b){var s,r,q,p=this +if(!(p.av>1e-10)){p.q2(a,b) +return}s=p.k1 +if(s.gS(s))return +s=p.bI +if(p.bA===B.u){s.saL(0,null) +p.q2(a,b)}else{r=A.a(p.CW,"_needsCompositing") +q=p.k1 +s.saL(0,a.m6(r,b,new A.w(0,0,0+q.a,0+q.b),p.gabr(),p.bA,s.a))}}, +m(a){this.bI.saL(0,null) +this.lf(0)}, +jl(a){var s +if(this.av>1e-10){s=this.k1 +s=new A.w(0,0,0+s.a,0+s.b)}else s=null +return s}, +cv(){var s=this.Tq() +return s}} +A.a4Z.prototype={ +$2(a,b){return a.aw(B.V,b,a.gb9())}, +$S:36} +A.a4X.prototype={ +$2(a,b){return a.aw(B.a9,b,a.gbf())}, +$S:36} +A.a4Y.prototype={ +$2(a,b){return a.aw(B.ah,b,a.gbn())}, +$S:36} +A.a4W.prototype={ +$2(a,b){return a.aw(B.b0,b,a.gbM())}, +$S:36} +A.ae1.prototype={} +A.Qm.prototype={ +ak(a){var s,r,q +this.dF(a) +s=this.U$ +for(r=t.US;s!=null;){s.ak(a) +q=s.e +q.toString +s=r.a(q).af$}}, +ab(a){var s,r,q +this.d8(0) +s=this.U$ +for(r=t.US;s!=null;){s.ab(0) +q=s.e +q.toString +s=r.a(q).af$}}} +A.Qn.prototype={} +A.Qo.prototype={} +A.zi.prototype={ +a45(){var s=this +if(s.C!=null)return +s.C=s.ej +s.M=!1}, +IS(){this.M=this.C=null +this.aF()}, +seT(a,b){var s=this,r=s.ag +if(b==r)return +if(b!=null&&r!=null&&b.CX(r)){b.m(0) +return}r=s.ag +if(r!=null)r.m(0) +s.ag=b +s.aF()}, +saQ(a,b){if(b===this.q)return +this.q=b +this.a0()}, +sbk(a,b){if(b===this.D)return +this.D=b +this.a0()}, +sQJ(a,b){if(b===this.b6)return +this.b6=b +this.a0()}, +a8I(){this.av=null}, +sae(a,b){return}, +sdK(a,b){return}, +skz(a){if(a===this.cK)return +this.cK=a +this.aF()}, +saav(a){return}, +sacy(a){return}, +sjb(a){if(a.k(0,this.ej))return +this.ej=a +this.IS()}, +sagc(a,b){if(b===this.cs)return +this.cs=b +this.aF()}, +saa9(a){return}, +svO(a){if(a===this.du)return +this.du=a +this.aF()}, +saeq(a){return}, +sbx(a,b){if(this.cX==b)return +this.cX=b +this.IS()}, +sqI(a){return}, +mX(a){var s,r,q=this,p=q.q +a=A.n2(q.D,p).qh(a) +p=q.ag +if(p==null)return new A.L(B.f.G(0,a.a,a.b),B.f.G(0,a.c,a.d)) +p=p.gaQ(p) +s=q.b6 +r=q.ag +return a.aaE(new A.L(p/s,r.gbk(r)/q.b6))}, +b1(a){return this.mX(A.hD(a,1/0)).a}, +aV(a){return this.mX(A.hD(a,1/0)).a}, +aX(a){return this.mX(A.hD(1/0,a)).b}, +b0(a){return this.mX(A.hD(1/0,a)).b}, +hY(a){return!0}, +c4(a){return this.mX(a)}, +bK(){this.k1=this.mX(t.k.a(A.u.prototype.ga_.call(this)))}, +ak(a){this.dF(a)}, +ab(a){this.d8(0)}, +aH(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +if(d.ag==null)return +d.a45() +s=a.gc2(a) +r=d.k1 +q=b.a +p=b.b +o=r.a +r=r.b +n=d.ag +n.toString +m=d.a7 +l=d.b6 +k=d.av +j=d.ei +i=d.C +i.toString +h=d.eR +g=d.cs +f=d.M +f.toString +e=d.du +A.au8(i,s,h,k,m,d.cK,j,f,n,e,!1,1,new A.w(q,p,q+o,p+r),g,l)}, +m(a){var s=this.ag +if(s!=null)s.m(0) +this.ag=null +this.lf(0)}} +A.vv.prototype={ +i(a){return"AnnotationEntry(annotation: "+this.a.i(0)+", localPosition: "+this.b.i(0)+")"}} +A.F6.prototype={} +A.xv.prototype={ +m(a){var s=this.w +if(s!=null)s.m(0) +this.w=null}, +df(){if(this.r)return +this.r=!0}, +glx(){return!1}, +sfe(a){var s=this,r=s.w +if(r!=null)r.m(0) +s.w=a +if(!s.glx()){r=t.Hb +if(r.a(A.H.prototype.ga3.call(s,s))!=null&&!r.a(A.H.prototype.ga3.call(s,s)).glx())r.a(A.H.prototype.ga3.call(s,s)).df()}}, +wF(){this.r=this.r||this.glx()}, +jo(a){if(!this.glx())this.df() +this.xx(a)}, +bw(a){var s,r,q=this,p=t.Hb.a(A.H.prototype.ga3.call(q,q)) +if(p!=null){s=q.y +r=q.x +if(s==null)p.ax=r +else s.x=r +r=q.x +if(r==null)p.ay=s +else r.y=s +q.x=q.y=null +p.jo(q) +q.e.saL(0,null)}}, +eF(a,b,c){return!1}, +Nh(a,b,c){var s=A.b([],c.j("o>")) +this.eF(new A.F6(s,c.j("F6<0>")),b,!0,c) +return s.length===0?null:B.c.gJ(s).a}, +YI(a){var s,r=this +if(!r.r&&r.w!=null){s=r.w +s.toString +a.LA(s) +return}r.fD(a) +r.r=!1}, +cv(){var s=this.SA() +return s+(this.b==null?" DETACHED":"")}} +A.I7.prototype={ +saL(a,b){var s=this.a +if(b==null?s==null:b===s)return +if(s!=null)if(--s.f===0)J.EV(s) +this.a=b +if(b!=null)++b.f}, +i(a){var s=this.a +return"LayerHandle("+(s!=null?J.bY(s):"DISPOSED")+")"}} +A.Ju.prototype={ +sOK(a){var s +this.df() +s=this.ay +if(s!=null)s.m(0) +this.ay=a}, +m(a){this.sOK(null) +this.FF(0)}, +fD(a){var s=this.ay +s.toString +a.Lx(B.j,s,this.ch,this.CW)}, +eF(a,b,c){return!1}} +A.Jm.prototype={ +fD(a){a.Lw(this.ay,this.ax) +a.Fb(this.ch) +a.F0(!1) +a.F_(!1)}, +eF(a,b,c){return!1}} +A.e_.prototype={ +a9W(a){this.wF() +this.fD(a) +this.r=!1 +return a.bq(0)}, +m(a){this.DQ() +this.FF(0)}, +wF(){var s,r=this +r.SU() +s=r.ax +for(;s!=null;){s.wF() +r.r=r.r||s.r +s=s.x}}, +eF(a,b,c,d){var s,r,q +for(s=this.ay,r=a.a;s!=null;s=s.y){if(s.eF(a,b,!0,d))return!0 +q=r.length +if(q!==0)return!1}return!1}, +ak(a){var s +this.xw(a) +s=this.ax +for(;s!=null;){s.ak(a) +s=s.x}}, +ab(a){var s +this.d8(0) +s=this.ax +for(;s!=null;){s.ab(0) +s=s.x}}, +kp(a,b){var s,r=this +if(!r.glx())r.df() +r.Fs(b) +s=b.y=r.ay +if(s!=null)s.x=b +r.ay=b +if(r.ax==null)r.ax=b +b.e.saL(0,b)}, +DQ(){var s,r=this,q=r.ax +for(;q!=null;q=s){s=q.x +q.x=q.y=null +if(!r.glx())r.df() +r.xx(q) +q.e.saL(0,null)}r.ay=r.ax=null}, +fD(a){this.hI(a)}, +hI(a){var s=this.ax +for(;s!=null;){s.YI(a) +s=s.x}}, +n8(a,b){}} +A.j8.prototype={ +sbJ(a,b){if(!b.k(0,this.id))this.df() +this.id=b}, +eF(a,b,c,d){return this.j4(a,b.a9(0,this.id),!0,d)}, +n8(a,b){var s=this.id +b.cg(0,A.o7(s.a,s.b,0))}, +fD(a){var s=this,r=s.id +s.sfe(a.DH(r.a,r.b,t.Ff.a(s.w))) +s.hI(a) +a.dh(0)}} +A.w3.prototype={ +eF(a,b,c,d){if(!this.id.A(0,b))return!1 +return this.j4(a,b,!0,d)}, +fD(a){var s=this,r=s.id +r.toString +s.sfe(a.OZ(r,s.k1,t.GB.a(s.w))) +s.hI(a) +a.dh(0)}} +A.w2.prototype={ +eF(a,b,c,d){if(!this.id.A(0,b))return!1 +return this.j4(a,b,!0,d)}, +fD(a){var s=this,r=s.id +r.toString +s.sfe(a.OY(r,s.k1,t.cW.a(s.w))) +s.hI(a) +a.dh(0)}} +A.w1.prototype={ +eF(a,b,c,d){if(!this.id.A(0,b))return!1 +return this.j4(a,b,!0,d)}, +fD(a){var s=this,r=s.id +r.toString +s.sfe(a.OX(r,s.k1,t.Aw.a(s.w))) +s.hI(a) +a.dh(0)}} +A.tH.prototype={ +sce(a,b){var s=this +if(b.k(0,s.to))return +s.to=b +s.xr=!0 +s.df()}, +fD(a){var s,r,q=this +q.x1=q.to +if(!q.id.k(0,B.j)){s=q.id +s=A.o7(s.a,s.b,0) +r=q.x1 +r.toString +s.cg(0,r) +q.x1=s}q.sfe(a.re(q.x1.a,t.qf.a(q.w))) +q.hI(a) +a.dh(0)}, +Az(a){var s,r=this +if(r.xr){s=r.to +s.toString +r.x2=A.xZ(A.al_(s)) +r.xr=!1}s=r.x2 +if(s==null)return null +return A.hc(s,a)}, +eF(a,b,c,d){var s=this.Az(b) +if(s==null)return!1 +return this.T2(a,s,!0,d)}, +n8(a,b){var s=this.x1 +if(s==null){s=this.to +s.toString +b.cg(0,s)}else b.cg(0,s)}} +A.yp.prototype={ +fD(a){var s,r,q,p=this +if(p.ax==null){p.sfe(null) +return}s=p.to +s.toString +r=p.id +q=p.w +if(s<255)p.sfe(a.P0(s,r,t.Zr.a(q))) +else p.sfe(a.DH(r.a,r.b,t.Ff.a(q))) +p.hI(a) +a.dh(0)}} +A.yJ.prototype={ +sLX(a,b){if(b!==this.id){this.id=b +this.df()}}, +sip(a){if(a!==this.k1){this.k1=a +this.df()}}, +sfd(a,b){if(b!==this.k2){this.k2=b +this.df()}}, +sae(a,b){if(!b.k(0,this.k3)){this.k3=b +this.df()}}, +sev(a,b){if(!b.k(0,this.k4)){this.k4=b +this.df()}}, +eF(a,b,c,d){if(!this.id.A(0,b))return!1 +return this.j4(a,b,!0,d)}, +fD(a){var s,r,q,p=this,o=p.id +o.toString +s=p.k2 +s.toString +r=p.k3 +r.toString +q=p.k4 +p.sfe(a.P2(p.k1,r,s,t._c.a(p.w),o,q)) +p.hI(a) +a.dh(0)}} +A.r4.prototype={ +i(a){var s=A.bF(this),r=this.a!=null?"":"" +return"#"+s+"("+r+")"}} +A.o_.prototype={ +sjB(a){var s=this,r=s.id +if(r===a)return +if(s.b!=null){if(r.a===s)r.a=null +a.a=s}s.id=a}, +sbJ(a,b){if(b.k(0,this.k1))return +this.k1=b +this.df()}, +ak(a){this.Sp(a) +this.id.a=this}, +ab(a){var s=this.id +if(s.a===this)s.a=null +this.Sq(0)}, +eF(a,b,c,d){return this.j4(a,b.a9(0,this.k1),!0,d)}, +fD(a){var s,r=this +if(!r.k1.k(0,B.j)){s=r.k1 +r.sfe(a.re(A.o7(s.a,s.b,0).a,t.qf.a(r.w)))}r.hI(a) +if(!r.k1.k(0,B.j))a.dh(0)}, +n8(a,b){var s +if(!this.k1.k(0,B.j)){s=this.k1 +b.aC(0,s.a,s.b)}}} +A.wV.prototype={ +Az(a){var s,r,q,p,o=this +if(o.p2){s=o.Ex() +s.toString +o.p1=A.xZ(s) +o.p2=!1}if(o.p1==null)return null +r=new A.im(new Float64Array(4)) +r.t1(a.a,a.b,0,1) +s=o.p1.T(0,r).a +q=s[0] +p=o.k3 +return new A.m(q-p.a,s[1]-p.b)}, +eF(a,b,c,d){var s,r=this +if(r.id.a==null){if(r.k1)return r.j4(a,b.a9(0,r.k2),!0,d) +return!1}s=r.Az(b) +if(s==null)return!1 +return r.j4(a,s,!0,d)}, +Ex(){var s,r +if(this.ok==null)return null +s=this.k4 +r=A.o7(-s.a,-s.b,0) +s=this.ok +s.toString +r.cg(0,s) +return r}, +a04(){var s,r,q,p,o,n,m=this +m.ok=null +s=m.id.a +if(s==null)return +r=t.KV +q=A.b([s],r) +p=A.b([m],r) +A.Zm(s,m,q,p) +o=A.apo(q) +s.n8(null,o) +r=m.k3 +o.aC(0,r.a,r.b) +n=A.apo(p) +if(n.kr(n)===0)return +n.cg(0,o) +m.ok=n +m.p2=!0}, +glx(){return!0}, +fD(a){var s,r,q=this +if(q.id.a==null&&!q.k1){q.k4=q.ok=null +q.p2=!0 +q.sfe(null) +return}q.a04() +s=q.ok +r=t.qf +if(s!=null){q.k4=q.k2 +q.sfe(a.re(s.a,r.a(q.w))) +q.hI(a) +a.dh(0)}else{q.k4=null +s=q.k2 +q.sfe(a.re(A.o7(s.a,s.b,0).a,r.a(q.w))) +q.hI(a) +a.dh(0)}q.p2=!0}, +n8(a,b){var s=this.ok +if(s!=null)b.cg(0,s) +else{s=this.k2 +b.cg(0,A.o7(s.a,s.b,0))}}} +A.vu.prototype={ +eF(a,b,c,d){var s,r,q,p=this,o=p.j4(a,b,!0,d),n=a.a +if(n.length!==0&&!0)return o +s=p.k1 +if(s!=null){r=p.k2 +q=r.a +r=r.b +s=!new A.w(q,r,q+s.a,r+s.b).A(0,b)}else s=!1 +if(s)return o +if(A.b1(p.$ti.c)===A.b1(d)){o=o||!1 +n.push(new A.vv(d.a(p.id),b.a9(0,p.k2),d.j("vv<0>")))}return o}} +A.OO.prototype={} +A.Pe.prototype={ +agf(a){var s=this.a +this.a=a +return s}, +i(a){var s="#",r=A.bF(this.b),q=this.a.a +return s+A.bF(this)+"("+("latestEvent: "+(s+r))+", "+("annotations: [list of "+q+"]")+")"}} +A.Pf.prototype={ +gjm(a){var s=this.c +return s.gjm(s)}} +A.Iy.prototype={ +It(a){var s,r,q,p,o,n,m=t._h,l=A.hT(null,null,null,m,t.xV) +for(s=a.a,r=s.length,q=0;q") +this.a.acP(a.gjm(a),a.d,A.ka(new A.b3(s,r),new A.a2k(),r.j("q.E"),t.Pb))}, +ah9(a,b){var s,r,q,p,o +if(a.gd4(a)!==B.bG)return +if(t.ks.b(a))return +s=t.PB.b(a)?A.aky():b.$0() +r=a.gjm(a) +q=this.b +p=q.h(0,r) +if(!A.aCi(p,a))return +o=q.a +new A.a2n(this,p,a,r,s).$0() +if(o!==0!==(q.a!==0))this.ac()}, +ah1(a){new A.a2l(this,a).$0()}} +A.a2k.prototype={ +$1(a){return a.gMs(a)}, +$S:300} +A.a2n.prototype={ +$0(){var s=this +new A.a2m(s.a,s.b,s.c,s.d,s.e).$0()}, +$S:0} +A.a2m.prototype={ +$0(){var s,r,q,p,o,n=this,m=null,l=n.b +if(l==null){s=n.c +n.a.b.n(0,n.d,new A.Pe(A.hT(m,m,m,t._h,t.xV),s))}else{s=n.c +if(t.PB.b(s))n.a.b.B(0,s.gjm(s))}r=n.a +q=r.b.h(0,n.d) +if(q==null){l.toString +q=l}p=q.b +q.b=s +o=t.PB.b(s)?A.hT(m,m,m,t._h,t.xV):r.It(n.e) +r.Ib(new A.Pf(q.agf(o),o,p,s))}, +$S:0} +A.a2l.prototype={ +$0(){var s,r,q,p,o,n,m,l +for(s=this.a,r=s.b,r=r.gb2(r),r=new A.eu(J.aw(r.a),r.b),q=this.b,p=A.n(r).z[1];r.t();){o=r.a +if(o==null)o=p.a(o) +n=o.b +m=s.a0p(o,q) +l=o.a +o.a=m +s.Ib(new A.Pf(l,m,n,null))}}, +$S:0} +A.a2i.prototype={ +$2(a,b){var s +if(!this.a.aq(0,a))if(a.gEi()&&a.gDq(a)!=null){s=a.gDq(a) +s.toString +s.$1(this.b.bT(this.c.h(0,a)))}}, +$S:301} +A.a2j.prototype={ +$1(a){return!this.a.aq(0,a)}, +$S:302} +A.SP.prototype={} +A.cx.prototype={ +ab(a){}, +i(a){return""}} +A.rh.prototype={ +dg(a,b){var s +if(a.gau()){this.oG() +if(a.cx)A.aqc(a,null,!0) +s=a.ay.a +s.toString +t.gY.a(s) +s.sbJ(0,b) +this.B9(s)}else a.Jb(this,b)}, +B9(a){a.bw(0) +this.a.kp(0,a)}, +gc2(a){var s,r=this +if(r.e==null){r.c=new A.Ju(r.b,A.aj()) +s=A.aCy() +r.d=s +r.e=A.aAb(s,null) +s=r.c +s.toString +r.a.kp(0,s)}s=r.e +s.toString +return s}, +oG(){var s,r=this +if(r.e==null)return +s=r.c +s.toString +s.sOK(r.d.vk()) +r.e=r.d=r.c=null}, +F9(){var s=this.c +if(s!=null)if(!s.ch){s.ch=!0 +s.df()}}, +kQ(a,b,c,d){var s,r=this +if(a.ax!=null)a.DQ() +r.oG() +r.B9(a) +s=r.aba(a,d==null?r.b:d) +b.$2(s,c) +s.oG()}, +rb(a,b,c){return this.kQ(a,b,c,null)}, +aba(a,b){return new A.rh(a,b)}, +m6(a,b,c,d,e,f){var s,r=c.c7(b) +if(a){s=f==null?new A.w3(B.ai,A.aj()):f +if(!r.k(0,s.id)){s.id=r +s.df()}if(e!==s.k1){s.k1=e +s.df()}this.kQ(s,d,b,r) +return s}else{this.aaq(r,e,r,new A.a3h(this,d,b)) +return null}}, +afG(a,b,c,d,e,f,g){var s,r=c.c7(b),q=d.c7(b) +if(a){s=g==null?new A.w2(B.dO,A.aj()):g +if(!q.k(0,s.id)){s.id=q +s.df()}if(f!==s.k1){s.k1=f +s.df()}this.kQ(s,e,b,r) +return s}else{this.aap(q,f,r,new A.a3g(this,e,b)) +return null}}, +afF(a,b,c,d,e,f,g){var s,r=c.c7(b),q=d.c7(b) +if(a){s=g==null?new A.w1(B.dO,A.aj()):g +if(q!==s.id){s.id=q +s.df()}if(f!==s.k1){s.k1=f +s.df()}this.kQ(s,e,b,r) +return s}else{this.aan(q,f,r,new A.a3f(this,e,b)) +return null}}, +DI(a,b,c,d,e){var s,r=this,q=b.a,p=b.b,o=A.o7(q,p,0) +o.cg(0,c) +o.aC(0,-q,-p) +if(a){s=e==null?A.aro(null):e +s.sce(0,o) +r.kQ(s,d,b,A.apW(o,r.b)) +return s}else{q=r.gc2(r) +q.bF(0) +q.T(0,o.a) +d.$2(r,b) +r.gc2(r).bt(0) +return null}}, +P3(a,b,c,d){return this.DI(a,b,c,d,null)}, +P1(a,b,c,d){var s=d==null?new A.yp(B.j,A.aj()):d,r=s.to +if(b!==r){if(b===255||r===255)s.sfe(null) +s.to=b +s.df()}s.sbJ(0,a) +this.rb(s,c,B.j) +return s}, +i(a){return"PaintingContext#"+A.e7(this)+"(layer: "+this.a.i(0)+", canvas bounds: "+this.b.i(0)+")"}} +A.a3h.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.a3g.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.a3f.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.Wd.prototype={} +A.a6U.prototype={ +m(a){var s=this.b +if(s!=null)this.a.z.K(0,s) +s=this.a +if(--s.Q===0){s.z.m(0) +s.z=null +s.c.$0()}}} +A.Jw.prototype={ +rj(){this.a.$0()}, +sagt(a){var s=this.d +if(s===a)return +if(s!=null)s.ab(0) +this.d=a +a.ak(this)}, +acB(){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.b([],p) +o=s +n=new A.a3y() +if(!!o.immutable$list)A.K(A.R("sort")) +m=o.length-1 +if(m-0<=32)A.Ll(o,0,m,n) +else A.Lk(o,0,m,n) +n=o.length +l=0 +for(;l0;m=l){l=m-1 +r[m].dn(r[l],n)}return n}, +jl(a){return null}, +BR(a){return null}, +eO(a){}, +rZ(a){var s,r=this +if(t.O.a(A.H.prototype.gcb.call(r)).z==null)return +s=r.dx +if(s!=null&&!s.as)s.QX(a) +else if(r.ga3(r)!=null){s=r.ga3(r) +s.toString +t.d.a(s).rZ(a)}}, +gA9(){var s,r=this +if(r.cy==null){s=A.oD() +r.cy=s +r.eO(s)}s=r.cy +s.toString +return s}, +nf(){this.db=!0 +this.dx=null +this.bb(new A.a5a())}, +aj(){var s,r,q,p,o,n,m=this +if(m.b==null||t.O.a(A.H.prototype.gcb.call(m)).z==null){m.cy=null +return}if(m.dx!=null){s=m.cy +s=s==null?null:s.a +r=s===!0}else r=!1 +m.cy=null +q=m.gA9().a&&r +s=t.d +p=m +while(!0){if(!(!q&&p.ga3(p) instanceof A.u))break +if(p!==m&&p.db)break +p.db=!0 +o=p.ga3(p) +o.toString +s.a(o) +if(o.cy==null){n=A.oD() +o.cy=n +o.eO(n)}q=o.cy.a +if(q&&o.dx==null)return +p=o}if(p!==m&&m.dx!=null&&m.db)t.O.a(A.H.prototype.gcb.call(m)).at.B(0,m) +if(!p.db){p.db=!0 +s=t.O +if(s.a(A.H.prototype.gcb.call(m))!=null){s.a(A.H.prototype.gcb.call(m)).at.E(0,p) +s.a(A.H.prototype.gcb.call(m)).rj()}}}, +a8W(){var s,r,q,p,o,n,m=this,l=null +if(m.z)return +s=m.dx +if(s==null)s=l +else{s=t.LQ.a(A.H.prototype.ga3.call(s,s)) +if(s==null)s=l +else s=s.at||s.as}r=t.pp.a(m.I2(s===!0)) +q=A.b([],t.J) +s=m.dx +p=s==null +o=p?l:s.x +n=p?l:s.y +s=p?l:s.z +r.pT(s==null?0:s,n,o,q) +B.c.gbX(q)}, +I2(a){var s,r,q,p,o,n,m,l,k=this,j={},i=k.gA9() +j.a=i.c +s=!i.d&&!i.a +r=t.CZ +q=A.b([],r) +p=A.aK(t.pp) +k.fs(new A.a58(j,k,a||i.p2,q,p,i,s)) +for(o=A.it(p,p.r),n=A.n(o).c;o.t();){m=o.d;(m==null?n.a(m):m).Da()}k.db=!1 +if(!(k.ga3(k) instanceof A.u)){o=j.a +l=new A.QH(A.b([],r),A.b([k],t.TT),o)}else{o=j.a +if(s)l=new A.ac6(A.b([],r),o) +else{l=new A.RA(a,i,A.b([],r),A.b([k],t.TT),o) +if(i.a)l.x=!0}}l.P(0,q) +return l}, +fs(a){this.bb(a)}, +na(a,b,c){a.jP(0,t.V1.a(c),b)}, +hX(a,b){}, +cv(){var s=A.bF(this) +return"#"+s}, +i(a){return this.cv()}, +dE(a,b,c,d){var s,r=this +if(r.ga3(r) instanceof A.u){s=r.ga3(r) +s.toString +t.d.a(s) +s.dE(a,b==null?r:b,c,d)}}, +oC(){return this.dE(B.au,null,B.r,null)}, +l9(a){return this.dE(B.au,null,B.r,a)}, +my(a,b,c){return this.dE(a,null,b,c)}, +la(a,b){return this.dE(B.au,a,B.r,b)}, +$iaa:1} +A.a57.prototype={ +$0(){var s=A.b([],t.F),r=this.a +s.push(A.akl("The following RenderObject was being processed when the exception was fired",B.AJ,r)) +s.push(A.akl("RenderObject",B.AK,r)) +return s}, +$S:16} +A.a5b.prototype={ +$0(){this.b.$1(this.c.a(this.a.ga_()))}, +$S:0} +A.a59.prototype={ +$1(a){a.KQ() +if(A.a(a.CW,"_needsCompositing"))this.a.CW=!0}, +$S:47} +A.a5a.prototype={ +$1(a){a.nf()}, +$S:47} +A.a58.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=a.I2(f.c) +if(e.a){B.c.sp(f.d,0) +f.e.aG(0) +if(!f.f.a)f.a.a=!0}for(s=e.gNV(),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.agf() +k.ZV(c,b,s)}else k=g +r=h.e +q=!r +if(q){if(k==null)p=g +else{p=A.a(k.d,"_rect") +p=p.gS(p)}p=p===!0}else p=!1 +if(p)return +p=B.c.gJ(s) +if(p.dx==null)p.dx=A.KR(g,B.c.gJ(s).goB()) +j=B.c.gJ(s).dx +j.sO6(r) +j.dx=h.c +j.z=a +if(a!==0){h.HB() +r=h.f +r.sfd(0,r.x1+a)}if(k!=null){j.sb7(0,A.a(k.d,"_rect")) +j.sce(0,A.a(k.c,"_transform")) +j.x=k.b +j.y=k.a +if(q&&k.e){h.HB() +h.f.b3(B.eJ,!0)}}i=A.b([],t.J) +for(r=h.w,q=r.length,n=0;n0;){r=c[s];--s +q=c[s] +a=r.BR(q) +if(a!=null){m.b=a +m.a=A.as4(m.a,r.jl(q))}else m.b=A.as4(m.b,r.jl(q)) +l=$.avt() +l.dD() +A.aF4(r,q,A.a(m.c,"_transform"),l) +m.b=A.as5(m.b,l) +m.a=A.as5(m.a,l)}p=B.c.gJ(c) +l=m.b +l=l==null?p.gl6():l.e2(p.gl6()) +m.d=l +o=m.a +if(o!=null){n=o.e2(A.a(l,"_rect")) +if(n.gS(n)){l=A.a(m.d,"_rect") +l=!l.gS(l)}else l=!1 +m.e=l +if(!l)m.d=n}}} +A.Qp.prototype={} +A.ey.prototype={ +i(a){var s=A.b(["offset="+this.a.i(0)],t.s),r=this.e +if(r!=null)s.push("scale="+A.e(r)) +s.push(this.t7(0)) +return B.c.bB(s,"; ")}} +A.lT.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.lT&&b.b===this.b}, +gv(a){return A.a3(B.RI,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.zn.prototype={ +f3(a){if(!(a.e instanceof A.ey))a.e=new A.ey(null,null,B.j)}, +scd(a,b){var s=this,r=s.C +switch(r.c.aW(0,b).a){case 0:case 1:return +case 2:r.scd(0,b) +s.ag=s.M=null +s.z1(b) +s.aF() +s.aj() +break +case 3:r.scd(0,b) +s.ag=s.M=s.av=null +s.z1(b) +s.a0() +break}}, +z1(a){this.a7=A.b([],t.TP) +a.bb(new A.a5d(this))}, +smc(a,b){var s=this.C +if(s.d===b)return +s.smc(0,b) +this.aF()}, +sbx(a,b){var s=this.C +if(s.e===b)return +s.sbx(0,b) +this.a0()}, +sRx(a){if(this.q===a)return +this.q=a +this.a0()}, +sDy(a,b){var s,r=this +if(r.D===b)return +r.D=b +s=b===B.aL?"\u2026":null +r.C.sMT(0,s) +r.a0()}, +skV(a){var s=this.C +if(s.f===a)return +s.skV(a) +this.av=null +this.a0()}, +snQ(a,b){var s=this.C +if(s.x==b)return +s.snQ(0,b) +this.av=null +this.a0()}, +slY(a,b){var s=this.C +if(J.f(s.w,b))return +s.slY(0,b) +this.av=null +this.a0()}, +sj3(a,b){var s=this.C +if(J.f(s.y,b))return +s.sj3(0,b) +this.av=null +this.a0()}, +soi(a){var s=this.C +if(s.z===a)return +s.soi(a) +this.av=null +this.a0()}, +srp(a,b){return}, +b1(a){var s=this +if(!s.yg())return 0 +s.ZP(a) +s.Je() +return Math.ceil(s.C.a.gDg())}, +aV(a){var s=this +if(!s.yg())return 0 +s.ZO(a) +s.Je() +return Math.ceil(s.C.a.gw2())}, +GZ(a){var s,r=this +if(!r.yg())return 0 +r.ZN(a) +r.u3(a,a) +s=r.C.a +return Math.ceil(s.gbk(s))}, +aX(a){return this.GZ(a)}, +b0(a){return this.GZ(a)}, +dW(a){this.zz(t.k.a(A.u.prototype.ga_.call(this))) +return this.C.dW(B.y)}, +yg(){var s,r,q +for(s=A.a(this.a7,"_placeholderSpans"),r=s.length,q=0;qh){d=c0[h].dx +d=d!=null&&d.A(0,new A.lT(i,b7))}else d=!1 +if(!d)break +b=c0[h] +d=s.e +d.toString +d=m.a(d).e +if(d!=null){c=b.w +a=c.a +a0=c.b +d=new A.w(a,a0,a+(c.c-a)*d,a0+(c.d-a0)*d) +if(!c.k(0,d)){b.w=d +b.h9()}b5.push(b)}++h}b7=s.e +b7.toString +s=n.a(b7).af$;++i}else{a=o.a(A.u.prototype.ga_.call(b3)) +b6.j1(b3.bA) +a0=a.b +a0=b3.q||b3.D===B.aL?a0:1/0 +b6.vV(0,a0,a.a) +a1=b6.a.mi(c,d,B.cR,B.bO) +if(a1.length===0)continue +d=B.c.gJ(a1) +a2=new A.w(d.a,d.b,d.c,d.d) +a3=B.c.gJ(a1).e +for(d=A.af(a1),c=new A.fI(a1,1,b4,d.j("fI<1>")),c.th(a1,1,b4,d.c),c=new A.cN(c,c.gp(c)),d=A.n(c).c;c.t();){a=c.d +if(a==null)a=d.a(a) +a2=a2.kw(new A.w(a.a,a.b,a.c,a.d)) +a3=a.e}d=a2.a +c=Math.max(0,d) +a=a2.b +a0=Math.max(0,a) +d=Math.min(a2.c-d,o.a(A.u.prototype.ga_.call(b3)).b) +a=Math.min(a2.d-a,o.a(A.u.prototype.ga_.call(b3)).d) +a4=Math.floor(c)-4 +a5=Math.floor(a0)-4 +d=Math.ceil(c+d)+4 +a=Math.ceil(a0+a)+4 +a6=new A.w(a4,a5,d,a) +a7=A.oD() +a8=k+1 +a7.id=new A.oe(k,b4) +a7.d=!0 +a7.xr=l +a0=f.b +b7=a0==null?b7:a0 +a7.p4=new A.bR(b7,f.f) +b7=b8.y +if(b7!=null){a9=b7.e2(a6) +if(a9.a>=a9.c||a9.b>=a9.d)b7=!(a4>=d||a5>=a) +else b7=!1 +a7.b3(B.eJ,b7)}b0=A.bx("newChild") +b7=b3.cK +d=b7==null?b4:b7.a!==0 +if(d===!0){b7.toString +d=new A.b3(b7,A.n(b7).j("b3<1>")) +b1=d.ga1(d) +if(!b1.t())A.K(A.bB()) +b7=b7.B(0,b1.gH(b1)) +b7.toString +if(b0.b!==b0)A.K(A.k7(b0.a)) +b0.b=b7}else{b2=new A.p1() +b7=A.KR(b2,b3.a5B(b2)) +if(b0.b!==b0)A.K(A.k7(b0.a)) +b0.b=b7}if(b7===b0)A.K(A.e4(b0.a)) +J.aom(b7,a7) +if(!b7.w.k(0,a6)){b7.w=a6 +b7.h9()}b7=b0.b +if(b7===b0)A.K(A.e4(b0.a)) +d=b7.d +d.toString +r.n(0,d,b7) +b7=b0.b +if(b7===b0)A.K(A.e4(b0.a)) +b5.push(b7) +k=a8 +l=a3}}b3.cK=r +b8.jP(0,b5,b9)}, +a5B(a){return new A.a5c(this,a)}, +nf(){this.xK() +this.cK=null}} +A.a5d.prototype={ +$1(a){if(a instanceof A.kj)J.fP(A.a(this.a.a7,"_placeholderSpans"),a) +return!0}, +$S:38} +A.a5f.prototype={ +$2(a,b){return this.a.a.bD(a,b)}, +$S:11} +A.a5g.prototype={ +$2(a,b){var s=this.a.a +s.toString +a.dg(s,b)}, +$S:13} +A.a5e.prototype={ +$1(a){return!1}, +$S:114} +A.a5c.prototype={ +$0(){var s=this.a,r=s.cK.h(0,this.b) +r.toString +s.la(s,r.w)}, +$S:0} +A.CU.prototype={ +ak(a){var s,r,q +this.dF(a) +s=this.U$ +for(r=t.l;s!=null;){s.ak(a) +q=s.e +q.toString +s=r.a(q).af$}}, +ab(a){var s,r,q +this.d8(0) +s=this.U$ +for(r=t.l;s!=null;){s.ab(0) +q=s.e +q.toString +s=r.a(q).af$}}} +A.Qq.prototype={} +A.Qr.prototype={ +ak(a){this.Uy(a) +$.fc.eQ$.a.E(0,this.ghC())}, +ab(a){$.fc.eQ$.a.B(0,this.ghC()) +this.Uz(0)}} +A.zo.prototype={ +safn(a){if(a===this.C)return +this.C=a +this.aF()}, +safK(a){if(a===this.M)return +this.M=a +this.aF()}, +ghB(){return!0}, +gaE(){return!0}, +b1(a){return 0}, +aV(a){return 0}, +gzx(){var s=this.C,r=(s|1)>>>0>0||(s|2)>>>0>0?80:0 +return(s|4)>>>0>0||(s|8)>>>0>0?r+80:r}, +aX(a){return this.gzx()}, +b0(a){return this.gzx()}, +c4(a){return a.bo(new A.L(1/0,this.gzx()))}, +aH(a,b){var s,r,q,p=b.a,o=b.b,n=this.k1,m=n.a +n=n.b +s=this.C +r=this.M +q=A.aj() +a.oG() +a.B9(new A.Jm(new A.w(p,o,p+m,o+n),s,r,!1,!1,q))}} +A.Km.prototype={} +A.dS.prototype={ +f3(a){if(!(a.e instanceof A.cx))a.e=new A.cx()}, +b1(a){var s=this.q$ +if(s!=null)return s.aw(B.V,a,s.gb9()) +return 0}, +aV(a){var s=this.q$ +if(s!=null)return s.aw(B.a9,a,s.gbf()) +return 0}, +aX(a){var s=this.q$ +if(s!=null)return s.aw(B.ah,a,s.gbn()) +return 0}, +b0(a){var s=this.q$ +if(s!=null)return s.aw(B.b0,a,s.gbM()) +return 0}, +c4(a){var s=this.q$ +if(s!=null)return s.hA(a) +return this.pV(a)}, +bK(){var s=this,r=s.q$,q=t.k +if(r!=null){r.cH(0,q.a(A.u.prototype.ga_.call(s)),!0) +r=s.q$.k1 +r.toString +s.k1=r}else s.k1=s.pV(q.a(A.u.prototype.ga_.call(s)))}, +pV(a){return new A.L(B.f.G(0,a.a,a.b),B.f.G(0,a.c,a.d))}, +cL(a,b){var s=this.q$ +s=s==null?null:s.bD(a,b) +return s===!0}, +dn(a,b){}, +aH(a,b){var s=this.q$ +if(s!=null)a.dg(s,b)}} +A.qK.prototype={ +i(a){return"HitTestBehavior."+this.b}} +A.zp.prototype={ +bD(a,b){var s,r=this +if(r.k1.A(0,b)){s=r.cL(a,b)||r.u===B.ao +if(s||r.u===B.aQ)a.E(0,new A.pZ(b,r))}else s=!1 +return s}, +hY(a){return this.u===B.ao}} +A.zb.prototype={ +sLE(a){if(this.u.k(0,a))return +this.u=a +this.a0()}, +b1(a){var s,r=this.u,q=r.b +if(q<1/0&&r.a>=q)return r.a +s=this.xQ(a) +r=this.u +q=r.a +if(!(q>=1/0))return B.e.G(s,q,r.b) +return s}, +aV(a){var s,r=this.u,q=r.b +if(q<1/0&&r.a>=q)return r.a +s=this.xO(a) +r=this.u +q=r.a +if(!(q>=1/0))return B.e.G(s,q,r.b) +return s}, +aX(a){var s,r=this.u,q=r.d +if(q<1/0&&r.c>=q)return r.c +s=this.xP(a) +r=this.u +q=r.c +if(!(q>=1/0))return B.e.G(s,q,r.d) +return s}, +b0(a){var s,r=this.u,q=r.d +if(q<1/0&&r.c>=q)return r.c +s=this.xN(a) +r=this.u +q=r.c +if(!(q>=1/0))return B.e.G(s,q,r.d) +return s}, +bK(){var s=this,r=t.k.a(A.u.prototype.ga_.call(s)),q=s.q$,p=s.u +if(q!=null){q.cH(0,p.qh(r),!0) +q=s.q$.k1 +q.toString +s.k1=q}else s.k1=p.qh(r).bo(B.o)}, +c4(a){var s=this.q$,r=this.u +if(s!=null)return s.hA(r.qh(a)) +else return r.qh(a).bo(B.o)}} +A.Ke.prototype={ +saeu(a,b){if(this.u===b)return +this.u=b +this.a0()}, +saes(a,b){if(this.a8===b)return +this.a8=b +this.a0()}, +IN(a){var s,r,q=a.a,p=a.b +p=p<1/0?p:B.f.G(this.u,q,p) +s=a.c +r=a.d +return new A.aG(q,p,s,r<1/0?r:B.f.G(this.a8,s,r))}, +p5(a,b){var s=this.q$ +if(s!=null)return a.bo(b.$2(s,this.IN(a))) +return this.IN(a).bo(B.o)}, +c4(a){return this.p5(a,A.EJ())}, +bK(){this.k1=this.p5(t.k.a(A.u.prototype.ga_.call(this)),A.EK())}} +A.zk.prototype={ +sRJ(a){return}, +sRI(a){return}, +b1(a){return this.aV(a)}, +aV(a){var s=this.q$ +if(s==null)return 0 +return A.a52(s.aw(B.a9,a,s.gbf()),this.u)}, +aX(a){var s,r=this +if(r.q$==null)return 0 +if(!isFinite(a))a=r.aV(1/0) +s=r.q$ +return A.a52(s.aw(B.ah,a,s.gbn()),r.a8)}, +b0(a){var s,r=this +if(r.q$==null)return 0 +if(!isFinite(a))a=r.aV(1/0) +s=r.q$ +return A.a52(s.aw(B.b0,a,s.gbM()),r.a8)}, +p5(a,b){var s=this.q$ +if(s!=null){if(!(a.a>=a.b))a=a.wx(A.a52(s.aw(B.a9,a.d,s.gbf()),this.u)) +s=this.q$ +s.toString +return b.$2(s,a)}else return new A.L(B.f.G(0,a.a,a.b),B.f.G(0,a.c,a.d))}, +c4(a){return this.p5(a,A.EJ())}, +bK(){this.k1=this.p5(t.k.a(A.u.prototype.ga_.call(this)),A.EK())}} +A.Kh.prototype={ +gaE(){return this.q$!=null&&this.u>0}, +sdK(a,b){var s,r,q,p=this +if(p.a8===b)return +s=p.q$!=null&&p.u>0 +r=p.u +p.a8=b +q=B.e.aI(B.e.G(b,0,1)*255) +p.u=q +if(s!==(p.q$!=null&&q>0))p.nO() +p.aF() +if(r!==0!==(p.u!==0)&&!p.aD)p.aj()}, +suE(a){if(a===this.aD)return +this.aD=a +this.aj()}, +aH(a,b){var s,r,q=this +if(q.q$!=null){s=q.u +if(s===0){q.ay.saL(0,null) +return}r=q.ay +r.saL(0,a.P1(b,s,A.dS.prototype.gfm.call(q),t.Jq.a(r.a)))}}, +fs(a){var s,r=this.q$ +if(r!=null)s=this.u!==0||this.aD +else s=!1 +if(s){r.toString +a.$1(r)}}} +A.z9.prototype={ +gaE(){if(this.q$!=null){var s=this.vm$ +s.toString}else s=!1 +return s}, +sdK(a,b){var s=this,r=s.nw$ +if(r===b)return +if(s.b!=null&&r!=null)r.K(0,s.guo()) +s.nw$=b +if(s.b!=null)b.a2(0,s.guo()) +s.AI()}, +suE(a){if(a===this.vn$)return +this.vn$=a +this.aj()}, +AI(){var s,r=this,q=r.hV$,p=r.nw$ +p=r.hV$=B.e.aI(B.e.G(p.gl(p),0,1)*255) +if(q!==p){s=r.vm$ +p=p>0 +r.vm$=p +if(r.q$!=null&&s!==p)r.nO() +r.aF() +if(q===0||r.hV$===0)r.aj()}}, +fs(a){var s,r=this.q$ +if(r!=null)if(this.hV$===0){s=this.vn$ +s.toString}else s=!0 +else s=!1 +if(s){r.toString +a.$1(r)}}} +A.K3.prototype={} +A.wa.prototype={ +a2(a,b){var s=this.a +return s==null?null:s.a.a2(0,b)}, +K(a,b){var s=this.a +return s==null?null:s.a.K(0,b)}, +Q8(a){return new A.w(0,0,0+a.a,0+a.b)}, +i(a){return"CustomClipper"}} +A.oH.prototype={ +Qb(a){return this.b.f1(new A.w(0,0,0+a.a,0+a.b),this.c)}, +Rm(a){if(A.C(a)!==B.S0)return!0 +t.jH.a(a) +return!a.b.k(0,this.b)||a.c!=this.c}} +A.uE.prototype={ +snh(a){var s,r=this,q=r.u +if(q==a)return +r.u=a +s=a==null +if(s||q==null||A.C(a)!==A.C(q)||a.Rm(q))r.pj() +if(r.b!=null){if(q!=null)q.K(0,r.gtU()) +if(!s)a.a2(0,r.gtU())}}, +ak(a){var s +this.tf(a) +s=this.u +if(s!=null)s.a2(0,this.gtU())}, +ab(a){var s=this.u +if(s!=null)s.K(0,this.gtU()) +this.mF(0)}, +pj(){this.a8=null +this.aF() +this.aj()}, +sip(a){if(a!==this.aD){this.aD=a +this.aF()}}, +bK(){var s,r=this,q=r.k1 +q=q!=null?q:null +r.tc() +s=r.k1 +s.toString +if(!J.f(q,s))r.a8=null}, +ie(){var s,r,q=this +if(q.a8==null){s=q.u +if(s==null)s=null +else{r=q.k1 +r.toString +r=s.Qb(r) +s=r}q.a8=s==null?q.gp7():s}}, +jl(a){var s,r=this.u +if(r==null)r=null +else{s=this.k1 +s.toString +s=r.Q8(s) +r=s}if(r==null){r=this.k1 +r=new A.w(0,0,0+r.a,0+r.b)}return r}} +A.K7.prototype={ +gp7(){var s=this.k1 +return new A.w(0,0,0+s.a,0+s.b)}, +bD(a,b){var s=this +if(s.u!=null){s.ie() +if(!s.a8.A(0,b))return!1}return s.i8(a,b)}, +aH(a,b){var s,r,q=this,p=q.q$ +if(p!=null){s=q.ay +if(q.aD!==B.u){q.ie() +p=A.a(q.CW,"_needsCompositing") +r=q.a8 +r.toString +s.saL(0,a.m6(p,b,r,A.dS.prototype.gfm.call(q),q.aD,t.EM.a(s.a)))}else{a.dg(p,b) +s.saL(0,null)}}else q.ay.saL(0,null)}} +A.K6.prototype={ +sBl(a,b){if(this.cn.k(0,b))return +this.cn=b +this.pj()}, +gp7(){var s=this.cn,r=this.k1 +return s.dN(new A.w(0,0,0+r.a,0+r.b))}, +bD(a,b){var s=this +if(s.u!=null){s.ie() +if(!s.a8.A(0,b))return!1}return s.i8(a,b)}, +aH(a,b){var s,r,q=this,p=q.q$ +if(p!=null){s=q.ay +if(q.aD!==B.u){q.ie() +p=A.a(q.CW,"_needsCompositing") +r=q.a8 +s.saL(0,a.afG(p,b,new A.w(r.a,r.b,r.c,r.d),r,A.dS.prototype.gfm.call(q),q.aD,t.xs.a(s.a)))}else{a.dg(p,b) +s.saL(0,null)}}else q.ay.saL(0,null)}} +A.K5.prototype={ +gp7(){var s=A.d6(),r=this.k1 +s.kl(0,new A.w(0,0,0+r.a,0+r.b)) +return s}, +bD(a,b){var s=this +if(s.u!=null){s.ie() +if(!s.a8.A(0,b))return!1}return s.i8(a,b)}, +aH(a,b){var s,r,q,p,o=this,n=o.q$ +if(n!=null){s=o.ay +if(o.aD!==B.u){o.ie() +n=A.a(o.CW,"_needsCompositing") +r=o.k1 +q=r.a +r=r.b +p=o.a8 +p.toString +s.saL(0,a.afF(n,b,new A.w(0,0,0+q,0+r),p,A.dS.prototype.gfm.call(o),o.aD,t.ts.a(s.a)))}else{a.dg(n,b) +s.saL(0,null)}}else o.ay.saL(0,null)}} +A.CV.prototype={ +sfd(a,b){if(this.cn===b)return +this.cn=b +this.aF()}, +sev(a,b){if(this.e_.k(0,b))return +this.e_=b +this.aF()}, +sae(a,b){if(this.hU.k(0,b))return +this.hU=b +this.aF()}, +gaE(){return!0}, +eO(a){this.fZ(a) +a.sfd(0,this.cn)}} +A.Ki.prototype={ +sdQ(a,b){if(this.Ch===b)return +this.Ch=b +this.pj()}, +sBl(a,b){if(J.f(this.Ci,b))return +this.Ci=b +this.pj()}, +gp7(){var s,r,q,p,o=this +switch(o.Ch.a){case 0:s=o.Ci +if(s==null)s=B.b1 +r=o.k1 +return s.dN(new A.w(0,0,0+r.a,0+r.b)) +case 1:s=o.k1 +r=0+s.a +s=0+s.b +q=(r-0)/2 +p=(s-0)/2 +return new A.i5(0,0,r,s,q,p,q,p,q,p,q,p,q===p)}}, +bD(a,b){var s=this +if(s.u!=null){s.ie() +if(!s.a8.A(0,b))return!1}return s.i8(a,b)}, +aH(a,b){var s,r,q,p,o,n=this +if(n.q$!=null){n.ie() +s=n.a8.c7(b) +r=A.d6() +r.fC(0,s) +q=t.EA +if(q.a(A.u.prototype.gaL.call(n,n))==null)n.ay.saL(0,A.aqj()) +p=q.a(A.u.prototype.gaL.call(n,n)) +p.sLX(0,r) +p.sip(n.aD) +o=n.cn +p.sfd(0,o) +p.sae(0,n.hU) +p.sev(0,n.e_) +q=q.a(A.u.prototype.gaL.call(n,n)) +q.toString +a.kQ(q,A.dS.prototype.gfm.call(n),b,new A.w(s.a,s.b,s.c,s.d))}else n.ay.saL(0,null)}} +A.Kj.prototype={ +gp7(){var s=A.d6(),r=this.k1 +s.kl(0,new A.w(0,0,0+r.a,0+r.b)) +return s}, +bD(a,b){var s=this +if(s.u!=null){s.ie() +if(!s.a8.A(0,b))return!1}return s.i8(a,b)}, +aH(a,b){var s,r,q,p,o,n,m,l,k=this +if(k.q$!=null){k.ie() +s=k.k1 +r=b.a +q=b.b +p=s.a +s=s.b +o=k.a8.c7(b) +n=t.EA +if(n.a(A.u.prototype.gaL.call(k,k))==null)k.ay.saL(0,A.aqj()) +m=n.a(A.u.prototype.gaL.call(k,k)) +m.sLX(0,o) +m.sip(k.aD) +l=k.cn +m.sfd(0,l) +m.sae(0,k.hU) +m.sev(0,k.e_) +n=n.a(A.u.prototype.gaL.call(k,k)) +n.toString +a.kQ(n,A.dS.prototype.gfm.call(k),b,new A.w(r,q,r+p,q+s))}else k.ay.saL(0,null)}} +A.we.prototype={ +i(a){return"DecorationPosition."+this.b}} +A.K8.prototype={ +saa(a,b){var s,r=this +if(b.k(0,r.a8))return +s=r.u +if(s!=null)s.m(0) +r.u=null +r.a8=b +r.aF()}, +sbS(a,b){if(b===this.aD)return +this.aD=b +this.aF()}, +spW(a){if(a.k(0,this.aK))return +this.aK=a +this.aF()}, +ab(a){var s=this,r=s.u +if(r!=null)r.m(0) +s.u=null +s.mF(0) +s.aF()}, +hY(a){var s=this.a8,r=this.k1 +r.toString +return s.NJ(r,a,this.aK.d)}, +aH(a,b){var s,r,q,p=this +if(p.u==null)p.u=p.a8.Mn(p.gd5()) +s=p.aK +r=p.k1 +r.toString +q=s.Mg(r) +if(p.aD===B.fx){s=p.u +s.toString +s.jF(a.gc2(a),b,q) +if(p.a8.gCY())a.F9()}p.mE(a,b) +if(p.aD===B.AG){s=p.u +s.toString +s.jF(a.gc2(a),b,q) +if(p.a8.gCY())a.F9()}}} +A.Ks.prototype={ +sr3(a,b){return}, +sjb(a){var s=this +if(J.f(s.a8,a))return +s.a8=a +s.aF() +s.aj()}, +sbx(a,b){var s=this +if(s.aD==b)return +s.aD=b +s.aF() +s.aj()}, +gaE(){return!1}, +sce(a,b){var s,r=this +if(J.f(r.c6,b))return +s=new A.bc(new Float64Array(16)) +s.by(b) +r.c6=s +r.aF() +r.aj()}, +skz(a){return}, +gyW(){var s,r,q=this,p=q.a8,o=p==null?null:p.O(q.aD) +if(o==null)return q.c6 +s=new A.bc(new Float64Array(16)) +s.dD() +p=q.k1 +p.toString +r=o.B7(p) +s.aC(0,r.a,r.b) +p=q.c6 +p.toString +s.cg(0,p) +s.aC(0,-r.a,-r.b) +return s}, +bD(a,b){return this.cL(a,b)}, +cL(a,b){var s=this.aK?this.gyW():null +return a.uB(new A.a5u(this),b,s)}, +aH(a,b){var s,r,q,p,o,n,m=this +if(m.q$!=null){s=m.gyW() +s.toString +r=A.akQ(s) +if(r==null){q=A.a(m.CW,"_needsCompositing") +p=A.dS.prototype.gfm.call(m) +o=m.ay +n=o.a +o.saL(0,a.DI(q,b,s,p,n instanceof A.tH?n:null))}else{m.mE(a,b.Z(0,r)) +m.ay.saL(0,null)}}}, +dn(a,b){var s=this.gyW() +s.toString +b.cg(0,s)}} +A.a5u.prototype={ +$2(a,b){return this.a.tb(a,b)}, +$S:11} +A.Kb.prototype={ +sagX(a){var s=this +if(s.u.k(0,a))return +s.u=a +s.aF() +s.aj()}, +bD(a,b){return this.cL(a,b)}, +cL(a,b){var s,r,q=this +if(q.a8){s=q.u +r=q.k1 +r=new A.m(s.a*r.a,s.b*r.b) +s=r}else s=null +return a.lu(new A.a50(q),s,b)}, +aH(a,b){var s,r,q=this +if(q.q$!=null){s=q.u +r=q.k1 +q.mE(a,new A.m(b.a+s.a*r.a,b.b+s.b*r.b))}}, +dn(a,b){var s=this.u,r=this.k1 +b.aC(0,s.a*r.a,s.b*r.b)}} +A.a50.prototype={ +$2(a,b){return this.a.tb(a,b)}, +$S:11} +A.Kk.prototype={ +pV(a){return new A.L(B.f.G(1/0,a.a,a.b),B.f.G(1/0,a.c,a.d))}, +hX(a,b){var s,r=this,q=null +if(t.c.b(a)){s=r.cU +return s==null?q:s.$1(a)}if(t.n2.b(a))return q +if(t.oN.b(a)){s=r.cq +return s==null?q:s.$1(a)}if(t.XA.b(a))return q +if(t.Ko.b(a)){s=r.cn +return s==null?q:s.$1(a)}if(t.ks.b(a)){s=r.e_ +return s==null?q:s.$1(a)}}} +A.Kg.prototype={ +bD(a,b){return this.Tu(a,b)&&!0}, +hX(a,b){var s=this.cq +if(s!=null&&t.XA.b(a))return s.$1(a)}, +gMs(a){return this.cn}, +gEi(){return this.e_}, +ak(a){this.tf(a) +this.e_=!0}, +ab(a){this.e_=!1 +this.mF(0)}, +pV(a){return new A.L(B.f.G(1/0,a.a,a.b),B.f.G(1/0,a.c,a.d))}, +$ikd:1, +gDp(a){return this.dt}, +gDq(a){return this.d1}} +A.Kn.prototype={ +gau(){return!0}} +A.zh.prototype={ +sNO(a){var s,r=this +if(a===r.u)return +r.u=a +s=r.a8 +if(s==null||!s)r.aj()}, +sCM(a){var s=this,r=s.a8 +if(a==r)return +if(r==null)r=s.u +s.a8=a +if(r!==(a==null?s.u:a))s.aj()}, +bD(a,b){return!this.u&&this.i8(a,b)}, +fs(a){var s,r=this.q$ +if(r!=null){s=this.a8 +s=!(s==null?this.u:s)}else s=!1 +if(s){r.toString +a.$1(r)}}} +A.zl.prototype={ +sw9(a){var s=this +if(a===s.u)return +s.u=a +s.a0() +s.w1()}, +b1(a){if(this.u)return 0 +return this.xQ(a)}, +aV(a){if(this.u)return 0 +return this.xO(a)}, +aX(a){if(this.u)return 0 +return this.xP(a)}, +b0(a){if(this.u)return 0 +return this.xN(a)}, +dW(a){if(this.u)return null +return this.G_(a)}, +ghB(){return this.u}, +c4(a){if(this.u)return new A.L(B.f.G(0,a.a,a.b),B.f.G(0,a.c,a.d)) +return this.Tt(a)}, +r7(){this.Tl()}, +bK(){var s,r=this +if(r.u){s=r.q$ +if(s!=null)s.fh(0,t.k.a(A.u.prototype.ga_.call(r)))}else r.tc()}, +bD(a,b){return!this.u&&this.i8(a,b)}, +aH(a,b){if(this.u)return +this.mE(a,b)}, +fs(a){if(this.u)return +this.xL(a)}} +A.z8.prototype={ +sLs(a){if(this.u===a)return +this.u=a +this.aj()}, +sCM(a){return}, +bD(a,b){return this.u?this.k1.A(0,b):this.i8(a,b)}, +fs(a){var s,r=this.q$ +if(r!=null){s=this.u +s=!s}else s=!1 +if(s){r.toString +a.$1(r)}}} +A.kq.prototype={ +saha(a){if(A.amD(a,this.cU))return +this.cU=a +this.aj()}, +siN(a){var s,r=this +if(J.f(r.dt,a))return +s=r.dt +r.dt=a +if(a!=null!==(s!=null))r.aj()}, +sjE(a){var s,r=this +if(J.f(r.cq,a))return +s=r.cq +r.cq=a +if(a!=null!==(s!=null))r.aj()}, +saeW(a){var s,r=this +if(J.f(r.d1,a))return +s=r.d1 +r.d1=a +if(a!=null!==(s!=null))r.aj()}, +safk(a){var s,r=this +if(J.f(r.cn,a))return +s=r.cn +r.cn=a +if(a!=null!==(s!=null))r.aj()}, +eO(a){var s,r=this +r.fZ(a) +if(r.dt!=null){s=r.cU +s=s==null||s.A(0,B.dt)}else s=!1 +if(s)a.siN(r.dt) +if(r.cq!=null){s=r.cU +s=s==null||s.A(0,B.v3)}else s=!1 +if(s)a.sjE(r.cq) +if(r.d1!=null){s=r.cU +if(s==null||s.A(0,B.dx))a.so3(r.ga5V()) +s=r.cU +if(s==null||s.A(0,B.dw))a.so2(r.ga5T())}if(r.cn!=null){s=r.cU +if(s==null||s.A(0,B.du))a.so4(r.ga5X()) +s=r.cU +if(s==null||s.A(0,B.dv))a.so1(r.ga5R())}}, +a5U(){var s,r,q=this.d1 +if(q!=null){s=this.k1 +r=s.a*-0.8 +s=s.io(B.j) +s=A.hc(this.dk(0,null),s) +q.$1(new A.f3(null,new A.m(r,0),r,s))}}, +a5W(){var s,r,q=this.d1 +if(q!=null){s=this.k1 +r=s.a*0.8 +s=s.io(B.j) +s=A.hc(this.dk(0,null),s) +q.$1(new A.f3(null,new A.m(r,0),r,s))}}, +a5Y(){var s,r,q=this.cn +if(q!=null){s=this.k1 +r=s.b*-0.8 +s=s.io(B.j) +s=A.hc(this.dk(0,null),s) +q.$1(new A.f3(null,new A.m(0,r),r,s))}}, +a5S(){var s,r,q=this.cn +if(q!=null){s=this.k1 +r=s.b*0.8 +s=s.io(B.j) +s=A.hc(this.dk(0,null),s) +q.$1(new A.f3(null,new A.m(0,r),r,s))}}} +A.zq.prototype={ +saaG(a){if(this.u===a)return +this.u=a +this.aj()}, +sacd(a){if(this.a8===a)return +this.a8=a +this.aj()}, +sac9(a){return}, +sBs(a,b){return}, +sku(a,b){if(this.c6==b)return +this.c6=b +this.aj()}, +sx4(a,b){if(this.el==b)return +this.el=b +this.aj()}, +sBn(a,b){if(this.nB==b)return +this.nB=b +this.aj()}, +sxk(a){if(this.fg==a)return +this.fg=a +this.aj()}, +sD4(a){return}, +sjB(a){return}, +sCH(a){if(this.jv==a)return +this.jv=a +this.aj()}, +sDV(a){return}, +srg(a,b){return}, +sCs(a){if(this.fP==a)return +this.fP=a +this.aj()}, +sCt(a,b){if(this.fQ==b)return +this.fQ=b +this.aj()}, +sCN(a){return}, +sm0(a){return}, +sDj(a,b){return}, +sx_(a){if(this.hT==a)return +this.hT=a +this.aj()}, +sDl(a){if(this.d0==a)return +this.d0=a +this.aj()}, +sCJ(a,b){return}, +seT(a,b){if(this.bO==b)return +this.bO=b}, +sD7(a){if(this.af==a)return +this.af=a +this.aj()}, +sqR(a){return}, +snn(a){if(this.bz==a)return +this.bz=a +this.aj()}, +sE3(a){if(this.U==a)return +this.U=a +this.aj()}, +sa9M(a){if(J.f(this.bV,a))return +this.bV=a +this.aj()}, +sa9N(a){if(J.f(this.bP,a))return +this.bP=a +this.aj()}, +sa9L(a){if(J.f(this.az,a))return +this.az=a +this.aj()}, +sa9J(a){if(J.f(this.eh,a))return +this.eh=a +this.aj()}, +sa9K(a){if(J.f(this.cU,a))return +this.cU=a +this.aj()}, +sads(a){if(J.f(this.dt,a))return +this.dt=a +this.aj()}, +sbx(a,b){if(this.cq==b)return +this.cq=b +this.aj()}, +sxl(a){if(this.d1==a)return +this.d1=a +this.aj()}, +sagB(a){if(J.f(this.cn,a))return +this.aj() +this.cn=a}, +siN(a){var s,r=this +if(J.f(r.e_,a))return +s=r.e_ +r.e_=a +if(a!=null!==(s!=null))r.aj()}, +snV(a){var s,r=this +if(J.f(r.hU,a))return +s=r.hU +r.hU=a +if(a!=null!==(s!=null))r.aj()}, +sjE(a){var s,r=this +if(J.f(r.qn,a))return +s=r.qn +r.qn=a +if(a!=null!==(s!=null))r.aj()}, +so2(a){return}, +so3(a){return}, +so4(a){return}, +so1(a){return}, +snW(a){return}, +snT(a){return}, +snR(a,b){var s,r=this +if(J.f(r.bj,b))return +s=r.bj +r.bj=b +if(b!=null!==(s!=null))r.aj()}, +snS(a,b){var s,r=this +if(J.f(r.d2,b))return +s=r.d2 +r.d2=b +if(b!=null!==(s!=null))r.aj()}, +so0(a,b){var s,r=this +if(J.f(r.hV,b))return +s=r.hV +r.hV=b +if(b!=null!==(s!=null))r.aj()}, +snZ(a){return}, +snX(a){return}, +so_(a){return}, +snY(a){return}, +so5(a){return}, +so6(a){return}, +snU(a){var s,r=this +if(J.f(r.eQ,a))return +s=r.eQ +r.eQ=a +if(a!=null!==(s!=null))r.aj()}, +sr0(a){return}, +sabi(a){return}, +fs(a){this.xL(a)}, +eO(a){var s,r=this +r.fZ(a) +a.a=r.u +a.b=r.a8 +s=r.c6 +if(s!=null){a.b3(B.lf,!0) +a.b3(B.ld,s)}s=r.U +if(s!=null){a.b3(B.vh,!0) +a.b3(B.v7,s)}s=r.el +if(s!=null)a.b3(B.vd,s) +s=r.nB +if(s!=null)a.b3(B.vi,s) +s=r.fg +if(s!=null)a.b3(B.vj,s) +s=r.jv +if(s!=null)a.b3(B.vf,s) +s=r.fP +if(s!=null)a.b3(B.vb,s) +s=r.fQ +if(s!=null)a.b3(B.le,s) +s=r.bO +if(s!=null)a.b3(B.v9,s) +s=r.bV +if(s!=null){a.p4=s +a.d=!0}s=r.bP +if(s!=null){a.R8=s +a.d=!0}s=r.az +if(s!=null){a.RG=s +a.d=!0}s=r.eh +if(s!=null){a.rx=s +a.d=!0}s=r.cU +if(s!=null){a.ry=s +a.d=!0}r.dt!=null +s=r.hT +if(s!=null)a.b3(B.va,s) +s=r.d0 +if(s!=null)a.b3(B.ve,s) +s=r.af +if(s!=null)a.b3(B.vc,s) +s=r.bz +if(s!=null)a.snn(s) +s=r.cq +if(s!=null){a.xr=s +a.d=!0}s=r.d1 +if(s!=null){a.id=s +a.d=!0}s=r.cn +if(s!=null)a.LC(s) +if(r.e_!=null)a.siN(r.ga5Z()) +if(r.qn!=null)a.sjE(r.ga5N()) +if(r.hU!=null)a.snV(r.ga5L()) +if(r.bj!=null)a.snR(0,r.ga5F()) +if(r.d2!=null)a.snS(0,r.ga5H()) +if(r.hV!=null)a.so0(0,r.ga5P()) +if(r.eQ!=null)a.snU(r.ga5J())}, +a6_(){var s=this.e_ +if(s!=null)s.$0()}, +a5O(){var s=this.qn +if(s!=null)s.$0()}, +a5M(){var s=this.hU +if(s!=null)s.$0()}, +a5G(){var s=this.bj +if(s!=null)s.$0()}, +a5I(){var s=this.d2 +if(s!=null)s.$0()}, +a5Q(){var s=this.hV +if(s!=null)s.$0()}, +a5K(){var s=this.eQ +if(s!=null)s.$0()}} +A.K4.prototype={ +sa9U(a){return}, +eO(a){this.fZ(a) +a.c=!0}} +A.Kf.prototype={ +eO(a){this.fZ(a) +a.d=a.p2=a.a=!0}} +A.K9.prototype={ +saca(a){if(a===this.u)return +this.u=a +this.aj()}, +fs(a){if(this.u)return +this.xL(a)}} +A.Kc.prototype={ +sadJ(a,b){if(b===this.u)return +this.u=b +this.aj()}, +eO(a){this.fZ(a) +a.k1=this.u +a.d=!0}} +A.Kd.prototype={ +sjB(a){var s=this,r=s.u +if(r===a)return +r.d=null +s.u=a +r=s.a8 +if(r!=null)a.d=r +s.aF()}, +gaE(){return!0}, +bK(){var s,r=this +r.tc() +s=r.k1 +s.toString +r.a8=s +r.u.d=s}, +aH(a,b){var s=this.ay,r=s.a,q=this.u +if(r==null)s.saL(0,new A.o_(q,b,A.aj())) +else{t.rf.a(r) +r.sjB(q) +r.sbJ(0,b)}s=s.a +s.toString +a.rb(s,A.dS.prototype.gfm.call(this),B.j)}} +A.Ka.prototype={ +sjB(a){if(this.u===a)return +this.u=a +this.aF()}, +sRt(a){if(this.a8===a)return +this.a8=a +this.aF()}, +sbJ(a,b){if(this.aD.k(0,b))return +this.aD=b +this.aF()}, +saec(a){if(this.aK.k(0,a))return +this.aK=a +this.aF()}, +sacG(a){if(this.c6.k(0,a))return +this.c6=a +this.aF()}, +ab(a){this.ay.saL(0,null) +this.mF(0)}, +gaE(){return!0}, +Es(){var s=t.RC.a(A.u.prototype.gaL.call(this,this)) +s=s==null?null:s.Ex() +if(s==null){s=new A.bc(new Float64Array(16)) +s.dD()}return s}, +bD(a,b){if(this.u.a==null&&!this.a8)return!1 +return this.cL(a,b)}, +cL(a,b){return a.uB(new A.a5_(this),b,this.Es())}, +aH(a,b){var s,r,q,p,o=this,n=o.u.d +if(n==null)s=o.aD +else{r=o.aK.B7(n) +q=o.c6 +p=o.k1 +p.toString +s=r.a9(0,q.B7(p)).Z(0,o.aD)}r=t.RC +if(r.a(A.u.prototype.gaL.call(o,o))==null)o.ay.saL(0,new A.wV(o.u,o.a8,b,s,A.aj())) +else{q=r.a(A.u.prototype.gaL.call(o,o)) +if(q!=null){q.id=o.u +q.k1=o.a8 +q.k3=s +q.k2=b}}r=r.a(A.u.prototype.gaL.call(o,o)) +r.toString +a.kQ(r,A.dS.prototype.gfm.call(o),B.j,B.KM)}, +dn(a,b){b.cg(0,this.Es())}} +A.a5_.prototype={ +$2(a,b){return this.a.tb(a,b)}, +$S:11} +A.za.prototype={ +sl(a,b){if(this.u.k(0,b))return +this.u=b +this.aF()}, +sRv(a){return}, +aH(a,b){var s=this,r=s.u,q=s.k1 +q.toString +a.rb(new A.vu(r,q,b,A.aj(),s.$ti.j("vu<1>")),A.dS.prototype.gfm.call(s),b)}, +gaE(){return!0}} +A.Qg.prototype={ +dW(a){var s=this.q$ +if(s!=null)return s.jS(a) +return this.G_(a)}} +A.Qh.prototype={ +ak(a){var s=this +s.tf(a) +s.nw$.a2(0,s.guo()) +s.AI()}, +ab(a){this.nw$.K(0,this.guo()) +this.mF(0)}, +aH(a,b){var s,r,q=this +if(q.q$!=null){s=q.hV$ +if(s===0){q.ay.saL(0,null) +return}s.toString +r=q.ay +r.saL(0,a.P1(b,s,A.dS.prototype.gfm.call(q),t.Jq.a(r.a)))}}} +A.CW.prototype={ +ak(a){var s +this.dF(a) +s=this.q$ +if(s!=null)s.ak(a)}, +ab(a){var s +this.d8(0) +s=this.q$ +if(s!=null)s.ab(0)}} +A.CX.prototype={ +dW(a){var s=this.q$ +if(s!=null)return s.jS(a) +return this.xJ(a)}} +A.zr.prototype={ +b1(a){var s=this.q$ +if(s!=null)return s.aw(B.V,a,s.gb9()) +return 0}, +aV(a){var s=this.q$ +if(s!=null)return s.aw(B.a9,a,s.gbf()) +return 0}, +aX(a){var s=this.q$ +if(s!=null)return s.aw(B.ah,a,s.gbn()) +return 0}, +b0(a){var s=this.q$ +if(s!=null)return s.aw(B.b0,a,s.gbM()) +return 0}, +dW(a){var s,r=this.q$ +if(r!=null){s=r.jS(a) +r=this.q$.e +r.toString +t.x.a(r) +if(s!=null)s+=r.a.b}else s=this.xJ(a) +return s}, +aH(a,b){var s,r=this.q$ +if(r!=null){s=r.e +s.toString +a.dg(r,t.x.a(s).a.Z(0,b))}}, +cL(a,b){var s=this.q$ +if(s!=null){s=s.e +s.toString +t.x.a(s) +return a.lu(new A.a5h(this,b,s),s.a,b)}return!1}} +A.a5h.prototype={ +$2(a,b){return this.a.q$.bD(a,b)}, +$S:11} +A.zm.prototype={ +kd(){var s=this +if(s.u!=null)return +s.u=s.a8.O(s.aD)}, +sdz(a,b){var s=this +if(s.a8.k(0,b))return +s.a8=b +s.u=null +s.a0()}, +sbx(a,b){var s=this +if(s.aD==b)return +s.aD=b +s.u=null +s.a0()}, +b1(a){var s,r,q,p +this.kd() +s=this.u +r=s.a+s.c +q=s.b +s=s.d +p=this.q$ +if(p!=null)return p.aw(B.V,Math.max(0,a-(q+s)),p.gb9())+r +return r}, +aV(a){var s,r,q,p +this.kd() +s=this.u +r=s.a+s.c +q=s.b +s=s.d +p=this.q$ +if(p!=null)return p.aw(B.a9,Math.max(0,a-(q+s)),p.gbf())+r +return r}, +aX(a){var s,r,q,p +this.kd() +s=this.u +r=s.a +q=s.c +p=s.b+s.d +s=this.q$ +if(s!=null)return s.aw(B.ah,Math.max(0,a-(r+q)),s.gbn())+p +return p}, +b0(a){var s,r,q,p +this.kd() +s=this.u +r=s.a +q=s.c +p=s.b+s.d +s=this.q$ +if(s!=null)return s.aw(B.b0,Math.max(0,a-(r+q)),s.gbM())+p +return p}, +c4(a){var s,r,q,p=this +p.kd() +if(p.q$==null){s=p.u +return a.bo(new A.L(s.a+s.c,s.b+s.d))}s=p.u +s.toString +r=a.BO(s) +q=p.q$.hA(r) +s=p.u +return a.bo(new A.L(s.a+q.a+s.c,s.b+q.b+s.d))}, +bK(){var s,r,q,p,o,n,m=this,l=t.k.a(A.u.prototype.ga_.call(m)) +m.kd() +if(m.q$==null){s=m.u +m.k1=l.bo(new A.L(s.a+s.c,s.b+s.d)) +return}s=m.u +s.toString +r=l.BO(s) +m.q$.cH(0,r,!0) +s=m.q$ +q=s.e +q.toString +t.x.a(q) +p=m.u +o=p.a +n=p.b +q.a=new A.m(o,n) +s=s.k1 +m.k1=l.bo(new A.L(o+s.a+p.c,n+s.b+p.d))}} +A.K2.prototype={ +kd(){var s=this +if(s.u!=null)return +s.u=s.a8.O(s.aD)}, +sjb(a){var s=this +if(s.a8.k(0,a))return +s.a8=a +s.u=null +s.a0()}, +sbx(a,b){var s=this +if(s.aD==b)return +s.aD=b +s.u=null +s.a0()}, +B6(){var s,r,q,p,o=this +o.kd() +s=o.q$ +r=s.e +r.toString +t.x.a(r) +q=o.u +q.toString +p=o.k1 +p.toString +s=s.k1 +s.toString +r.a=q.lw(t.EP.a(p.a9(0,s)))}} +A.Kl.prototype={ +sahi(a){if(this.cq==a)return +this.cq=a +this.a0()}, +sadm(a){if(this.d1==a)return +this.d1=a +this.a0()}, +c4(a){var s,r,q=this,p=q.cq!=null||a.b===1/0,o=q.d1!=null||a.d===1/0,n=q.q$ +if(n!=null){s=n.hA(new A.aG(0,a.b,0,a.d)) +if(p){n=q.cq +if(n==null)n=1 +n=s.a*n}else n=1/0 +if(o){r=q.d1 +if(r==null)r=1 +r=s.b*r}else r=1/0 +return a.bo(new A.L(n,r))}n=p?0:1/0 +return a.bo(new A.L(n,o?0:1/0))}, +bK(){var s,r,q=this,p=t.k.a(A.u.prototype.ga_.call(q)),o=q.cq!=null||p.b===1/0,n=q.d1!=null||p.d===1/0,m=q.q$ +if(m!=null){m.cH(0,new A.aG(0,p.b,0,p.d),!0) +if(o){m=q.q$.k1.a +s=q.cq +m*=s==null?1:s}else m=1/0 +if(n){s=q.q$.k1.b +r=q.d1 +s*=r==null?1:r}else s=1/0 +q.k1=p.bo(new A.L(m,s)) +q.B6()}else{m=o?0:1/0 +q.k1=p.bo(new A.L(m,n?0:1/0))}}} +A.a7h.prototype={ +l3(a){return new A.L(B.f.G(1/0,a.a,a.b),B.f.G(1/0,a.c,a.d))}} +A.ze.prototype={ +sBP(a){var s=this,r=s.u +if(r===a)return +if(A.C(a)!==A.C(r)||a.oA(r))s.a0() +s.u=a +s.b!=null}, +ak(a){this.UA(a)}, +ab(a){this.UB(0)}, +b1(a){var s=A.hD(a,1/0),r=s.bo(this.u.l3(s)).a +if(isFinite(r))return r +return 0}, +aV(a){var s=A.hD(a,1/0),r=s.bo(this.u.l3(s)).a +if(isFinite(r))return r +return 0}, +aX(a){var s=A.hD(1/0,a),r=s.bo(this.u.l3(s)).b +if(isFinite(r))return r +return 0}, +b0(a){var s=A.hD(1/0,a),r=s.bo(this.u.l3(s)).b +if(isFinite(r))return r +return 0}, +c4(a){return a.bo(this.u.l3(a))}, +bK(){var s,r,q,p,o,n,m=this,l=t.k,k=l.a(A.u.prototype.ga_.call(m)) +m.k1=k.bo(m.u.l3(k)) +if(m.q$!=null){s=m.u.Eq(l.a(A.u.prototype.ga_.call(m))) +l=m.q$ +l.toString +k=s.a +r=s.b +q=k>=r +l.cH(0,s,!(q&&s.c>=s.d)) +l=m.q$ +p=l.e +p.toString +t.x.a(p) +o=m.u +n=m.k1 +n.toString +if(q&&s.c>=s.d)l=new A.L(B.f.G(0,k,r),B.f.G(0,s.c,s.d)) +else{l=l.k1 +l.toString}p.a=o.ED(n,l)}}} +A.CY.prototype={ +ak(a){var s +this.dF(a) +s=this.q$ +if(s!=null)s.ak(a)}, +ab(a){var s +this.d8(0) +s=this.q$ +if(s!=null)s.ab(0)}} +A.wY.prototype={ +i(a){return"GrowthDirection."+this.b}} +A.mh.prototype={ +gOb(){return!1}, +LJ(a,b){var s=this.w +switch(A.bn(this.a).a){case 0:return new A.aG(b,a,s,s) +case 1:return new A.aG(s,s,b,a)}}, +a9G(){return this.LJ(1/0,0)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(!(b instanceof A.mh))return!1 +return b.a===s.a&&b.b===s.b&&b.d===s.d&&b.f===s.f&&b.r===s.r&&b.w===s.w&&b.x===s.x&&b.y===s.y&&b.Q===s.Q&&b.z===s.z}, +gv(a){var s=this +return A.a3(s.a,s.b,s.d,s.f,s.r,s.w,s.x,s.y,s.Q,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){var s=this,r=A.b([s.a.i(0),s.b.i(0),s.c.i(0),"scrollOffset: "+B.e.V(s.d,1),"remainingPaintExtent: "+B.e.V(s.r,1)],t.s),q=s.f +if(q!==0)r.push("overlap: "+B.e.V(q,1)) +r.push("crossAxisExtent: "+B.e.V(s.w,1)) +r.push("crossAxisDirection: "+s.x.i(0)) +r.push("viewportMainAxisExtent: "+B.e.V(s.y,1)) +r.push("remainingCacheExtent: "+B.e.V(s.Q,1)) +r.push("cacheOrigin: "+B.e.V(s.z,1)) +return"SliverConstraints("+B.c.bB(r,", ")+")"}} +A.Ld.prototype={ +cv(){return"SliverGeometry"}} +A.tb.prototype={} +A.Le.prototype={ +i(a){return A.C(this.a).i(0)+"@(mainAxis: "+A.e(this.c)+", crossAxis: "+A.e(this.d)+")"}} +A.A4.prototype={ +i(a){var s=this.a +return"layoutOffset="+(s==null?"None":B.e.V(s,1))}} +A.mi.prototype={ +i(a){return"paintOffset="+A.e(this.a)}} +A.kx.prototype={} +A.ch.prototype={ +ga_(){return t.q.a(A.u.prototype.ga_.call(this))}, +gl6(){return this.giO()}, +giO(){var s=this,r=t.q +switch(A.bn(r.a(A.u.prototype.ga_.call(s)).a).a){case 0:return new A.w(0,0,0+s.fy.c,0+r.a(A.u.prototype.ga_.call(s)).w) +case 1:return new A.w(0,0,0+r.a(A.u.prototype.ga_.call(s)).w,0+s.fy.c)}}, +r7(){}, +NI(a,b,c){var s=this +if(c>=0&&c=0&&b0){s=a/b +r=B.e.aI(s) +if(Math.abs(s*b-r*b)<1e-10)return r +return B.e.eG(s)}return 0}, +Ez(a,b){var s,r +if(b>0){s=a/b-1 +r=B.e.aI(s) +if(Math.abs(s*b-r*b)<1e-10)return Math.max(0,r) +return Math.max(0,B.e.dV(s))}return 0}, +Zn(a){var s,r=this.U$,q=A.n(this).j("ac.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).bO$}return o}, +bK(){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.u.prototype.ga_.call(a5)),a8=a5.a6 +a8.rx=!1 +s=a5.gae7() +r=a7.d +q=r+a7.z +p=q+a7.Q +o=a7.LJ(s,s) +n=a5.Qp(q,s) +m=isFinite(p)?a5.Ez(p,s):a6 +if(a5.U$!=null){l=a5.Zn(n) +a5.pS(l,m!=null?a5.Zp(m):0)}else a5.pS(0,0) +if(a5.U$==null)if(!a5.Lu(n,s*n)){k=n<=0?0:a8.guQ()*s +a5.fy=A.jq(a6,!1,a6,a6,k,0,0,k,a6) +a8.q9() +return}j=a5.U$ +j.toString +j=j.e +j.toString +i=t.D +j=i.a(j).b +j.toString +h=j-1 +g=a6 +for(;h>=n;--h){f=a5.adN(o) +if(f==null){a5.fy=A.jq(a6,!1,a6,a6,0,0,0,0,h*s) +return}j=f.e +j.toString +i.a(j).a=s*h +if(g==null)g=f}if(g==null){a5.U$.fh(0,o) +g=a5.U$ +j=g.e +j.toString +i.a(j).a=s*n}j=g.e +j.toString +j=i.a(j).b +j.toString +h=j+1 +j=A.n(a5).j("ac.1") +e=m!=null +while(!0){if(!(!e||h<=m)){d=1/0 +break}c=g.e +c.toString +f=j.a(c).af$ +if(f!=null){c=f.e +c.toString +c=i.a(c).b +c.toString +c=c!==h}else c=!0 +if(c){f=a5.adM(o,g) +if(f==null){d=h*s +break}}else f.fh(0,o) +c=f.e +c.toString +i.a(c) +b=c.b +b.toString +c.a=s*b;++h +g=f}j=a5.bV$ +j.toString +j=j.e +j.toString +j=i.a(j).b +j.toString +a=s*n +a0=s*(j+1) +d=Math.min(d,a8.N1(a7,n,j,a,a0)) +a1=a5.im(a7,a,a0) +a2=a5.pO(a7,a,a0) +a3=r+a7.r +a4=isFinite(a3)?a5.Ez(a3,s):a6 +a5.fy=A.jq(a2,a4!=null&&j>=a4||r>0,a6,a6,d,a1,0,d,a6) +if(d===a0)a8.rx=!0 +a8.q9()}} +A.Kq.prototype={ +bK(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this,a4=null,a5={},a6=t.q.a(A.u.prototype.ga_.call(a3)),a7=a3.a6 +a7.rx=!1 +s=a6.d +r=s+a6.z +q=r+a6.Q +p=a6.a9G() +if(a3.U$==null)if(!a3.Lt()){a3.fy=B.vo +a7.q9() +return}a5.a=null +o=a3.U$ +n=o.e +n.toString +m=t.D +if(m.a(n).a==null){n=A.n(a3).j("ac.1") +l=0 +while(!0){if(o!=null){k=o.e +k.toString +k=m.a(k).a==null}else k=!1 +if(!k)break +k=o.e +k.toString +o=n.a(k).af$;++l}a3.pS(l,0) +if(a3.U$==null)if(!a3.Lt()){a3.fy=B.vo +a7.q9() +return}}o=a3.U$ +n=o.e +n.toString +n=m.a(n).a +n.toString +j=n +i=a4 +for(;j>r;j=h,i=o){o=a3.CR(p,!0) +if(o==null){n=a3.U$ +k=n.e +k.toString +m.a(k).a=0 +if(r===0){n.cH(0,p,!0) +o=a3.U$ +if(a5.a==null)a5.a=o +i=o +break}else{a3.fy=A.jq(a4,!1,a4,a4,0,0,0,0,-r) +return}}n=a3.U$ +n.toString +h=j-a3.m3(n) +if(h<-1e-10){a3.fy=A.jq(a4,!1,a4,a4,0,0,0,0,-h) +a7=a3.U$.e +a7.toString +m.a(a7).a=0 +return}n=o.e +n.toString +m.a(n).a=h +if(a5.a==null)a5.a=o}if(r<1e-10)while(!0){n=a3.U$ +n.toString +n=n.e +n.toString +m.a(n) +k=n.b +k.toString +if(!(k>0))break +n=n.a +n.toString +o=a3.CR(p,!0) +k=a3.U$ +k.toString +h=n-a3.m3(k) +k=a3.U$.e +k.toString +m.a(k).a=0 +if(h<-1e-10){a3.fy=A.jq(a4,!1,a4,a4,0,0,0,0,-h) +return}}if(i==null){o.cH(0,p,!0) +a5.a=o}a5.b=!0 +a5.c=o +n=o.e +n.toString +m.a(n) +k=n.b +k.toString +a5.d=k +n=n.a +n.toString +a5.e=n+a3.m3(o) +g=new A.a5k(a5,a3,p) +for(f=0;a5.es+a6.r||s>0,a4,a4,a,a1,0,a,a4) +if(a===n)a7.rx=!0 +a7.q9()}} +A.a5k.prototype={ +$0(){var s,r,q,p=this.a,o=p.c,n=p.a +if(o==n)p.b=!1 +s=this.b +o=o.e +o.toString +r=p.c=A.n(s).j("ac.1").a(o).af$ +o=r==null +if(o)p.b=!1 +q=++p.d +if(!p.b){if(!o){o=r.e +o.toString +o=t.D.a(o).b +o.toString +q=o!==q +o=q}else o=!0 +q=this.c +if(o){r=s.NT(q,n,!0) +p.c=r +if(r==null)return!1}else r.cH(0,q,!0) +o=p.a=p.c}else o=r +n=o.e +n.toString +t.D.a(n) +q=p.e +n.a=q +p.e=q+s.m3(o) +return!0}, +$S:50} +A.j0.prototype={$icx:1} +A.a5o.prototype={ +f3(a){}} +A.fG.prototype={ +i(a){var s=this.b,r=this.qp$?"keepAlive; ":"" +return"index="+A.e(s)+"; "+r+this.U0(0)}} +A.m2.prototype={ +f3(a){if(!(a.e instanceof A.fG))a.e=new A.fG(!1,null,null)}, +hg(a){var s +this.FS(a) +s=a.e +s.toString +if(!t.D.a(s).c)this.a6.BS(t.r.a(a))}, +CQ(a,b,c){this.xz(0,b,c)}, +w7(a,b){var s,r=this,q=a.e +q.toString +t.D.a(q) +if(!q.c){r.Ss(a,b) +r.a6.BS(a) +r.a0()}else{s=r.ar +if(s.h(0,q.b)===a)s.B(0,q.b) +r.a6.BS(a) +q=q.b +q.toString +s.n(0,q,a)}}, +B(a,b){var s=b.e +s.toString +t.D.a(s) +if(!s.c){this.St(0,b) +return}this.ar.B(0,s.b) +this.jo(b)}, +yH(a,b){this.CU(new A.a5l(this,a,b),t.q)}, +He(a){var s,r=this,q=a.e +q.toString +t.D.a(q) +if(q.qp$){r.B(0,a) +s=q.b +s.toString +r.ar.n(0,s,a) +a.e=q +r.FS(a) +q.c=!0}else r.a6.Pd(a)}, +ak(a){var s,r,q +this.UC(a) +for(s=this.ar,s=s.gb2(s),s=new A.eu(J.aw(s.a),s.b),r=A.n(s).z[1];s.t();){q=s.a;(q==null?r.a(q):q).ak(a)}}, +ab(a){var s,r,q +this.UD(0) +for(s=this.ar,s=s.gb2(s),s=new A.eu(J.aw(s.a),s.b),r=A.n(s).z[1];s.t();){q=s.a;(q==null?r.a(q):q).ab(0)}}, +iR(){this.Fv() +var s=this.ar +s.gb2(s).Y(0,this.gDN())}, +bb(a){var s +this.xA(a) +s=this.ar +s.gb2(s).Y(0,a)}, +fs(a){this.xA(a)}, +Lu(a,b){var s +this.yH(a,null) +s=this.U$ +if(s!=null){s=s.e +s.toString +t.D.a(s).a=b +return!0}this.a6.rx=!0 +return!1}, +Lt(){return this.Lu(0,0)}, +CR(a,b){var s,r,q,p=this,o=p.U$ +o.toString +o=o.e +o.toString +s=t.D +o=s.a(o).b +o.toString +r=o-1 +p.yH(r,null) +o=p.U$ +o.toString +q=o.e +q.toString +q=s.a(q).b +q.toString +if(q===r){o.cH(0,a,b) +return p.U$}p.a6.rx=!0 +return null}, +adN(a){return this.CR(a,!1)}, +NT(a,b,c){var s,r,q,p=b.e +p.toString +s=t.D +p=s.a(p).b +p.toString +r=p+1 +this.yH(r,b) +p=b.e +p.toString +q=A.n(this).j("ac.1").a(p).af$ +if(q!=null){p=q.e +p.toString +p=s.a(p).b +p.toString +p=p===r}else p=!1 +if(p){q.cH(0,a,c) +return q}this.a6.rx=!0 +return null}, +adM(a,b){return this.NT(a,b,!1)}, +pS(a,b){var s={} +s.a=a +s.b=b +this.CU(new A.a5n(s,this),t.q)}, +m3(a){switch(A.bn(t.q.a(A.u.prototype.ga_.call(this)).a).a){case 0:return a.k1.a +case 1:return a.k1.b}}, +CL(a,b,c){var s,r,q=this.bV$,p=A.aoE(a) +for(s=A.n(this).j("ac.1");q!=null;){if(this.adv(p,q,b,c))return!0 +r=q.e +r.toString +q=s.a(r).bO$}return!1}, +Bt(a){var s=a.e +s.toString +return t.D.a(s).a}, +dn(a,b){var s,r,q,p,o=this,n=a.e +n.toString +s=t.D +n=s.a(n).b +if(n==null)b.Fh() +else if(o.ar.aq(0,n))b.Fh() +else{n=t.q +r=o.I1(n.a(A.u.prototype.ga_.call(o))) +q=a.e +q.toString +q=s.a(q).a +q.toString +p=q-n.a(A.u.prototype.ga_.call(o)).d +switch(A.bn(n.a(A.u.prototype.ga_.call(o)).a).a){case 0:b.aC(0,!r?o.fy.c-a.k1.a-p:p,0) +break +case 1:b.aC(0,0,!r?o.fy.c-a.k1.b-p:p) +break}}}, +aH(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null +if(d.U$==null)return +s=t.q +switch(A.l4(s.a(A.u.prototype.ga_.call(d)).a,s.a(A.u.prototype.ga_.call(d)).b)){case B.I:r=b.Z(0,new A.m(0,d.fy.c)) +q=B.tT +p=B.cB +o=!0 +break +case B.ay:r=b +q=B.cB +p=B.c1 +o=!1 +break +case B.J:r=b +q=B.c1 +p=B.cB +o=!1 +break +case B.al:r=b.Z(0,new A.m(d.fy.c,0)) +q=B.tU +p=B.c1 +o=!0 +break +default:o=c +r=o +p=r +q=p}n=d.U$ +for(m=A.n(d).j("ac.1"),l=t.D;n!=null;){k=n.e +k.toString +k=l.a(k).a +k.toString +j=k-s.a(A.u.prototype.ga_.call(d)).d +k=r.a +i=q.a +k=k+i*j+p.a*0 +h=r.b +g=q.b +h=h+g*j+p.b*0 +f=new A.m(k,h) +if(o){e=d.m3(n) +f=new A.m(k+i*e,h+g*e)}if(j0)a.dg(n,f) +k=n.e +k.toString +n=m.a(k).af$}}} +A.a5l.prototype={ +$1(a){var s=this.a,r=s.ar,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.jo(r) +r.e=q +s.xz(0,r,p) +q.c=!1}else s.a6.ab9(q,p)}, +$S:119} +A.a5n.prototype={ +$1(a){var s,r,q +for(s=this.a,r=this.b;s.a>0;){q=r.U$ +q.toString +r.He(q);--s.a}for(;s.b>0;){q=r.bV$ +q.toString +r.He(q);--s.b}s=r.ar +s=s.gb2(s) +q=A.n(s).j("av") +B.c.Y(A.ap(new A.av(s,new A.a5m(),q),!0,q.j("q.E")),r.a6.gag4())}, +$S:119} +A.a5m.prototype={ +$1(a){var s=a.e +s.toString +return!t.D.a(s).qp$}, +$S:309} +A.D_.prototype={ +ak(a){var s,r,q +this.dF(a) +s=this.U$ +for(r=t.D;s!=null;){s.ak(a) +q=s.e +q.toString +s=r.a(q).af$}}, +ab(a){var s,r,q +this.d8(0) +s=this.U$ +for(r=t.D;s!=null;){s.ab(0) +q=s.e +q.toString +s=r.a(q).af$}}} +A.Qv.prototype={} +A.Qw.prototype={} +A.Rc.prototype={ +ab(a){this.xG(0)}} +A.Rd.prototype={} +A.zs.prototype={ +gBh(){var s=this,r=t.q +switch(A.l4(r.a(A.u.prototype.ga_.call(s)).a,r.a(A.u.prototype.ga_.call(s)).b)){case B.I:return s.gcB().d +case B.ay:return s.gcB().a +case B.J:return s.gcB().b +case B.al:return s.gcB().c}}, +ga9x(){var s=this,r=t.q +switch(A.l4(r.a(A.u.prototype.ga_.call(s)).a,r.a(A.u.prototype.ga_.call(s)).b)){case B.I:return s.gcB().b +case B.ay:return s.gcB().c +case B.J:return s.gcB().d +case B.al:return s.gcB().a}}, +gabe(){switch(A.bn(t.q.a(A.u.prototype.ga_.call(this)).a).a){case 0:var s=this.gcB() +return s.gcJ(s)+s.gcR(s) +case 1:return this.gcB().giA()}}, +f3(a){if(!(a.e instanceof A.mi))a.e=new A.mi(B.j)}, +bK(){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.u.prototype.ga_.call(a0)),a4=a0.gBh() +a0.ga9x() +s=a0.gcB() +s.toString +a2=s.a9A(A.bn(a2.a(A.u.prototype.ga_.call(a0)).a)) +r=a0.gabe() +if(a0.q$==null){a0.fy=A.jq(a1,!1,a1,a1,a2,Math.min(a2,a3.r),0,a2,a1) +return}q=a0.im(a3,0,a4) +p=a3.f +if(p>0)p=Math.max(0,p-q) +s=a0.q$ +s.toString +o=Math.max(0,a3.d-a4) +n=Math.min(0,a3.z+a4) +m=a3.r +l=a0.im(a3,0,a4) +k=a3.Q +j=a0.pO(a3,0,a4) +i=Math.max(0,a3.w-r) +h=a3.a +g=a3.b +s.cH(0,new A.mh(h,g,a3.c,o,a4+a3.e,p,m-l,i,a3.x,a3.y,n,k-j),!0) +f=a0.q$.fy +s=f.y +if(s!=null){a0.fy=A.jq(a1,!1,a1,a1,0,0,0,0,s) +return}s=f.a +o=a4+s +n=a2+s +e=a0.im(a3,o,n) +d=q+e +c=a0.pO(a3,0,a4) +b=a0.pO(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.z,k) +j=f.e +o=Math.max(d+o,q+f.r) +a0.fy=A.jq(k,f.x,o,l,a2+j,a,m,n,a1) +n=a0.q$.e +n.toString +t.jB.a(n) +switch(A.l4(h,g)){case B.I:n.a=new A.m(a0.gcB().a,a0.im(a3,a0.gcB().d+s,a0.gcB().d+s+a0.gcB().b)) +break +case B.ay:n.a=new A.m(a0.im(a3,0,a0.gcB().a),a0.gcB().b) +break +case B.J:n.a=new A.m(a0.gcB().a,a0.im(a3,0,a0.gcB().b)) +break +case B.al:n.a=new A.m(a0.im(a3,a0.gcB().c+s,a0.gcB().c+s+a0.gcB().a),a0.gcB().b) +break}}, +CL(a,b,c){var s,r,q,p,o=this,n=o.q$ +if(n!=null&&n.fy.r>0){n=n.e +n.toString +t.jB.a(n) +s=o.im(t.q.a(A.u.prototype.ga_.call(o)),0,o.gBh()) +r=o.q$ +r.toString +r=o.aag(r) +n=n.a +q=o.q$.gadt() +p=n!=null +if(p)a.c.push(new A.uy(new A.m(-n.a,-n.b))) +q.$3$crossAxisPosition$mainAxisPosition(a,b-r,c-s) +if(p)a.wg()}return!1}, +aag(a){var s=this,r=t.q +switch(A.l4(r.a(A.u.prototype.ga_.call(s)).a,r.a(A.u.prototype.ga_.call(s)).b)){case B.I:case B.J:return s.gcB().a +case B.al:case B.ay:return s.gcB().b}}, +Bt(a){return this.gBh()}, +dn(a,b){var s=a.e +s.toString +s=t.jB.a(s).a +b.aC(0,s.a,s.b)}, +aH(a,b){var s,r=this.q$ +if(r!=null&&r.fy.w){s=r.e +s.toString +a.dg(r,b.Z(0,t.jB.a(s).a))}}} +A.Kr.prototype={ +gcB(){return this.co}, +a7H(){if(this.co!=null)return +this.co=this.c5}, +sdz(a,b){var s=this +if(s.c5.k(0,b))return +s.c5=b +s.co=null +s.a0()}, +sbx(a,b){var s=this +if(s.e1===b)return +s.e1=b +s.co=null +s.a0()}, +bK(){this.a7H() +this.FU()}} +A.Qt.prototype={ +ak(a){var s +this.dF(a) +s=this.q$ +if(s!=null)s.ak(a)}, +ab(a){var s +this.d8(0) +s=this.q$ +if(s!=null)s.ab(0)}} +A.a4K.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.a4K&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){var s=this +return"RelativeRect.fromLTRB("+B.e.V(s.a,1)+", "+B.e.V(s.b,1)+", "+B.e.V(s.c,1)+", "+B.e.V(s.d,1)+")"}} +A.dn.prototype={ +gvS(){var s=this +return s.e!=null||s.f!=null||s.r!=null||s.w!=null||s.x!=null||s.y!=null}, +i(a){var s=this,r=A.b([],t.s),q=s.e +if(q!=null)r.push("top="+A.ix(q)) +q=s.f +if(q!=null)r.push("right="+A.ix(q)) +q=s.r +if(q!=null)r.push("bottom="+A.ix(q)) +q=s.w +if(q!=null)r.push("left="+A.ix(q)) +q=s.x +if(q!=null)r.push("width="+A.ix(q)) +q=s.y +if(q!=null)r.push("height="+A.ix(q)) +if(r.length===0)r.push("not positioned") +r.push(s.t7(0)) +return B.c.bB(r,"; ")}} +A.Ad.prototype={ +i(a){return"StackFit."+this.b}} +A.rw.prototype={ +f3(a){if(!(a.e instanceof A.dn))a.e=new A.dn(null,null,B.j)}, +a7L(){var s=this +if(s.M!=null)return +s.M=s.ag.O(s.a7)}, +sjb(a){var s=this +if(s.ag.k(0,a))return +s.ag=a +s.M=null +s.a0()}, +sbx(a,b){var s=this +if(s.a7==b)return +s.a7=b +s.M=null +s.a0()}, +b1(a){return A.ov(this.U$,new A.a5s(a))}, +aV(a){return A.ov(this.U$,new A.a5q(a))}, +aX(a){return A.ov(this.U$,new A.a5r(a))}, +b0(a){return A.ov(this.U$,new A.a5p(a))}, +dW(a){return this.MB(a)}, +c4(a){return this.Kb(a,A.EJ())}, +Kb(a,b){var s,r,q,p,o,n,m,l,k,j,i=this +i.a7L() +if(i.bz$===0)return new A.L(B.f.G(1/0,a.a,a.b),B.f.G(1/0,a.c,a.d)) +s=a.a +r=a.c +switch(i.q.a){case 0:q=new A.aG(0,a.b,0,a.d) +break +case 1:q=A.vI(new A.L(B.f.G(1/0,s,a.b),B.f.G(1/0,r,a.d))) +break +case 2:q=a +break +default:q=null}p=i.U$ +for(o=t.B,n=r,m=s,l=!1;p!=null;){k=p.e +k.toString +o.a(k) +if(!k.gvS()){j=b.$2(p,q) +m=Math.max(m,j.a) +n=Math.max(n,j.b) +l=!0}p=k.af$}return l?new A.L(m,n):new A.L(B.f.G(1/0,s,a.b),B.f.G(1/0,r,a.d))}, +bK(){var s,r,q,p,o,n,m,l=this,k=t.k.a(A.u.prototype.ga_.call(l)) +l.C=!1 +l.k1=l.Kb(k,A.EK()) +s=l.U$ +for(r=t.B,q=t.EP;s!=null;){p=s.e +p.toString +r.a(p) +if(!p.gvS()){o=l.M +o.toString +n=l.k1 +n.toString +m=s.k1 +m.toString +p.a=o.lw(q.a(n.a9(0,m)))}else{o=l.k1 +o.toString +n=l.M +n.toString +l.C=A.aqI(s,p,o,n)||l.C}s=p.af$}}, +cL(a,b){return this.BM(a,b)}, +m4(a,b){this.q2(a,b)}, +aH(a,b){var s,r=this,q=r.D!==B.u&&r.C,p=r.b6 +if(q){q=A.a(r.CW,"_needsCompositing") +s=r.k1 +p.saL(0,a.m6(q,b,new A.w(0,0,0+s.a,0+s.b),r.gwd(),r.D,p.a))}else{p.saL(0,null) +r.m4(a,b)}}, +m(a){this.b6.saL(0,null) +this.lf(0)}, +jl(a){var s +if(this.C){s=this.k1 +s=new A.w(0,0,0+s.a,0+s.b)}else s=null +return s}} +A.a5s.prototype={ +$1(a){return a.aw(B.V,this.a,a.gb9())}, +$S:27} +A.a5q.prototype={ +$1(a){return a.aw(B.a9,this.a,a.gbf())}, +$S:27} +A.a5r.prototype={ +$1(a){return a.aw(B.ah,this.a,a.gbn())}, +$S:27} +A.a5p.prototype={ +$1(a){return a.aw(B.b0,this.a,a.gbM())}, +$S:27} +A.zj.prototype={ +fs(a){var s=this.U$ +if(s!=null)a.$1(this.yn())}, +yn(){var s,r=this.U$,q=t.B,p=this.ky,o=0 +while(!0){if(!(r!=null&&o")).Y(0,a)}, +sik(a){if(a===this.C)return +this.C=a +this.a0()}, +sabd(a){if(a===this.M)return +this.M=a +this.a0()}, +sbJ(a,b){var s=this,r=s.ag +if(b===r)return +if(s.b!=null)r.K(0,s.gw0()) +s.ag=b +if(s.b!=null)b.a2(0,s.gw0()) +s.a0()}, +saa2(a){if(a==null)a=250 +if(a===this.a7)return +this.a7=a +this.a0()}, +saa3(a){if(a===this.D)return +this.D=a +this.a0()}, +sip(a){var s=this +if(a!==s.b6){s.b6=a +s.aF() +s.aj()}}, +ak(a){this.UE(a) +this.ag.a2(0,this.gw0())}, +ab(a){this.ag.K(0,this.gw0()) +this.UF(0)}, +b1(a){return 0}, +aV(a){return 0}, +aX(a){return 0}, +b0(a){return 0}, +gau(){return!0}, +Oh(a,b,c,d,e,f,g,h,a0,a1,a2){var s,r,q,p,o,n,m,l,k=this,j=A.aH9(k.ag.k2,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.cH(0,new A.mh(k.C,e,j,q,r,i-s,Math.max(0,a1-s+f),d,k.M,g,p,Math.max(0,a0+o)),!0) +n=c.fy +m=n.y +if(m!=null)return m +l=s+n.b +if(n.w||a2>0)k.PN(c,l,e) +else k.PN(c,-a2+f,e) +i=Math.max(l+n.c,i) +m=n.a +a2-=m +r+=m +s+=n.d +m=n.z +if(m!==0){a0-=m-o +b=Math.min(p+m,0)}k.ah4(e,n) +c=a.$1(c)}return 0}, +jl(a){var s,r,q,p=this.k1,o=0+p.a,n=0+p.b +p=t.q +if(p.a(A.u.prototype.ga_.call(a)).f===0||!isFinite(p.a(A.u.prototype.ga_.call(a)).y))return new A.w(0,0,o,n) +s=p.a(A.u.prototype.ga_.call(a)).y-p.a(A.u.prototype.ga_.call(a)).r+p.a(A.u.prototype.ga_.call(a)).f +switch(A.l4(this.C,p.a(A.u.prototype.ga_.call(a)).b)){case B.J:r=0+s +q=0 +break +case B.I:n-=s +q=0 +r=0 +break +case B.ay:q=0+s +r=0 +break +case B.al:o-=s +q=0 +r=0 +break +default:q=0 +r=0}return new A.w(q,r,o,n)}, +BR(a){var s,r=this,q=r.q +if(q==null){q=r.k1 +return new A.w(0,0,0+q.a,0+q.b)}switch(A.bn(r.C).a){case 1:s=r.k1 +return new A.w(0,0-q,0+s.a,0+s.b+q) +case 0:s=r.k1 +return new A.w(0-q,0,0+s.a+q,0+s.b)}}, +aH(a,b){var s,r,q,p=this +if(p.U$==null)return +s=p.gadk()&&p.b6!==B.u +r=p.av +if(s){s=A.a(p.CW,"_needsCompositing") +q=p.k1 +r.saL(0,a.m6(s,b,new A.w(0,0,0+q.a,0+q.b),p.ga5s(),p.b6,r.a))}else{r.saL(0,null) +p.J6(a,b)}}, +m(a){this.av.saL(0,null) +this.lf(0)}, +J6(a,b){var s,r,q,p,o,n,m +for(s=this.gLW(),r=s.length,q=b.a,p=b.b,o=0;o0}, +$S:312} +A.a5v.prototype={ +$1(a){var s=this,r=s.c,q=s.a,p=s.b.aaB(r,q.b) +return r.NI(s.d,q.a,p)}, +$S:118} +A.zu.prototype={ +f3(a){if(!(a.e instanceof A.kx))a.e=new A.kx(null,null,B.j)}, +sa9C(a){if(a===this.jv)return +this.jv=a +this.a0()}, +saU(a){if(a==this.dH)return +this.dH=a +this.a0()}, +ghB(){return!0}, +c4(a){return new A.L(B.f.G(1/0,a.a,a.b),B.f.G(1/0,a.c,a.d))}, +bK(){var s,r,q,p,o,n,m=this +switch(A.bn(m.C).a){case 1:m.ag.n9(m.k1.b) +break +case 0:m.ag.n9(m.k1.a) +break}if(m.dH==null){m.fP=m.eS=0 +m.fQ=!1 +m.ag.n7(0,0) +return}switch(A.bn(m.C).a){case 1:s=m.k1 +r=s.b +q=s.a +break +case 0:s=m.k1 +r=s.a +q=s.b +break +default:r=null +q=null}s=0 +do{p=m.ag.as +p.toString +o=m.YV(r,q,p+0) +if(o!==0)m.ag.ab7(o) +else if(m.ag.n7(Math.min(0,A.a(m.eS,"_minScrollExtent")+r*m.jv),Math.max(0,A.a(m.fP,"_maxScrollExtent")-r*(1-m.jv))))break +n=s+1 +if(n<10){s=n +continue}else break}while(!0)}, +YV(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +e.fP=e.eS=0 +e.fQ=!1 +s=a*e.jv-c +r=B.e.G(s,0,a) +q=a-s +p=B.e.G(q,0,a) +switch(e.D.a){case 0:e.q=e.a7 +break +case 1:e.q=a*e.a7 +break}o=e.q +o.toString +n=a+2*o +m=s+o +l=B.e.G(m,0,n) +k=B.e.G(n-m,0,n) +o=e.dH.e +o.toString +j=A.n(e).j("ac.1").a(o).bO$ +o=j==null +if(!o){i=Math.max(a,s) +h=e.q +h.toString +g=e.Oh(e.gaae(),B.e.G(q,-h,0),j,b,B.ne,p,a,0,l,r,i-a) +if(g!==0)return-g}q=e.dH +i=-s +h=Math.max(0,i) +o=o?Math.min(0,i):0 +i=s>=a?s:r +f=e.q +f.toString +return e.Oh(e.gaac(),B.e.G(s,-f,0),q,b,B.nd,i,a,o,k,p,h)}, +gadk(){return this.fQ}, +ah4(a,b){var s=this +switch(a.a){case 0:s.fP=A.a(s.fP,"_maxScrollExtent")+b.a +break +case 1:s.eS=A.a(s.eS,"_minScrollExtent")-b.a +break}if(b.x)s.fQ=!0}, +PN(a,b,c){var s=a.e +s.toString +t.jB.a(s).a=this.aaz(a,b,c)}, +afu(a){var s=a.e +s.toString +return t.jB.a(s).a}, +QR(a,b){var s,r,q,p,o=this +switch(t.q.a(A.u.prototype.ga_.call(a)).b.a){case 0:s=o.dH +for(r=A.n(o).j("ac.1"),q=0;s!==a;){q+=s.fy.a +p=s.e +p.toString +s=r.a(p).af$}return q+b +case 1:r=o.dH.e +r.toString +p=A.n(o).j("ac.1") +s=p.a(r).bO$ +for(q=0;s!==a;){q-=s.fy.a +r=s.e +r.toString +s=p.a(r).bO$}return q-b}}, +aet(a){var s,r,q,p=this +switch(t.q.a(A.u.prototype.ga_.call(a)).b.a){case 0:s=p.dH +for(r=A.n(p).j("ac.1");s!==a;){s.fy.toString +q=s.e +q.toString +s=r.a(q).af$}return 0 +case 1:r=p.dH.e +r.toString +q=A.n(p).j("ac.1") +s=q.a(r).bO$ +for(;s!==a;){s.fy.toString +r=s.e +r.toString +s=q.a(r).bO$}return 0}}, +dn(a,b){var s=a.e +s.toString +s=t.jB.a(s).a +b.aC(0,s.a,s.b)}, +aaB(a,b){var s,r=a.e +r.toString +t.jB.a(r) +s=t.q +switch(A.l4(s.a(A.u.prototype.ga_.call(a)).a,s.a(A.u.prototype.ga_.call(a)).b)){case B.J:return b-r.a.b +case B.ay:return b-r.a.a +case B.I:return a.fy.c-(b-r.a.b) +case B.al:return a.fy.c-(b-r.a.a)}}, +gLW(){var s,r,q=this,p=A.b([],t.Ry),o=q.U$ +if(o==null)return p +for(s=A.n(q).j("ac.1");o!=q.dH;){o.toString +p.push(o) +r=o.e +r.toString +o=s.a(r).af$}o=q.bV$ +for(;!0;){o.toString +p.push(o) +if(o===q.dH)return p +r=o.e +r.toString +o=s.a(r).bO$}}, +gaai(){var s,r,q,p=this,o=A.b([],t.Ry) +if(p.U$==null)return o +s=p.dH +for(r=A.n(p).j("ac.1");s!=null;){o.push(s) +q=s.e +q.toString +s=r.a(q).af$}q=p.dH.e +q.toString +s=r.a(q).bO$ +for(;s!=null;){o.push(s) +q=s.e +q.toString +s=r.a(q).bO$}return o}} +A.jF.prototype={ +ak(a){var s,r,q +this.dF(a) +s=this.U$ +for(r=A.n(this).j("jF.0");s!=null;){s.ak(a) +q=s.e +q.toString +s=r.a(q).af$}}, +ab(a){var s,r,q +this.d8(0) +s=this.U$ +for(r=A.n(this).j("jF.0");s!=null;){s.ab(0) +q=s.e +q.toString +s=r.a(q).af$}}} +A.rE.prototype={ +i(a){return"ScrollDirection."+this.b}} +A.ez.prototype={ +qU(a,b,c,d){var s=d.a===B.r.a +if(s){this.iG(b) +return A.cK(null,t.H)}else return this.ij(b,c,d)}, +i(a){var s=this,r=A.b([],t.s) +s.TW(r) +r.push(A.C(s.r).i(0)) +r.push(s.f.i(0)) +r.push(A.e(s.dy)) +r.push(s.k2.i(0)) +return"#"+A.bF(s)+"("+B.c.bB(r,", ")+")"}, +cT(a){var s=this.as +if(s!=null)a.push("offset: "+B.e.V(s,1))}} +A.uc.prototype={} +A.m6.prototype={ +i(a){return"SchedulerPhase."+this.b}} +A.dU.prototype={ +a9t(a){var s=this.w$ +s.push(a) +if(s.length===1){s=$.aL() +s.ay=this.ga09() +s.ch=$.a5}}, +Ph(a){var s=this.w$ +B.c.B(s,a) +if(s.length===0){s=$.aL() +s.ay=null +s.ch=$.a5}}, +a0a(a){var s,r,q,p,o,n,m,l,k=this.w$,j=A.ap(k,!0,t.xt) +for(p=j.length,o=0;o0)return!1 +if(j)A.K(A.X(l)) +s=k.tw(0) +j=s.b +if(m.y$.$2$priority$scheduler(j,m)){try{if(k.c===0)A.K(A.X(l));++k.d +k.tw(0) +p=k.c-1 +o=k.tw(p) +B.c.n(k.b,p,null) +k.c=p +if(p>0)k.Z1(o,0) +s.ahS()}catch(n){r=A.a9(n) +q=A.aB(n) +j=A.bi("during a task callback") +A.cV(new A.bs(r,q,"scheduler library",j,null,!1))}return k.c!==0}return!1}, +rU(a,b){var s,r=this +r.j0() +s=++r.as$ +r.at$.n(0,s,new A.uc(a)) +return r.as$}, +EQ(a){return this.rU(a,!1)}, +gac0(){var s=this +if(s.CW$==null){if(s.cy$===B.cI)s.j0() +s.CW$=new A.aI(new A.a4($.a5,t.U),t.h) +s.ch$.push(new A.a6d(s))}return s.CW$.a}, +gNr(){return this.db$}, +JS(a){if(this.db$===a)return +this.db$=a +if(a)this.j0()}, +MY(){var s=$.aL() +if(s.w==null){s.w=this.ga1q() +s.x=$.a5}if(s.y==null){s.y=this.ga1X() +s.z=$.a5}}, +Ce(){switch(this.cy$.a){case 0:case 4:this.j0() +return +case 1:case 2:case 3:return}}, +j0(){var s,r=this +if(!r.cx$)s=!(A.dU.prototype.gNr.call(r)&&r.ei$) +else s=!0 +if(s)return +r.MY() +$.aL().j0() +r.cx$=!0}, +QM(){if(this.cx$)return +this.MY() +$.aL().j0() +this.cx$=!0}, +ER(){var s,r,q=this +if(q.dx$||q.cy$!==B.cI)return +q.dx$=!0 +s=new A.LZ(null,0,A.b([],t._x)) +s.xn(0,"Warm-up frame") +r=q.cx$ +A.bO(B.r,new A.a6f(q)) +A.bO(B.r,new A.a6g(q,r)) +q.aen(new A.a6h(q,s))}, +agk(){var s=this +s.fr$=s.Gg(s.fx$) +s.dy$=null}, +Gg(a){var s=this.dy$,r=s==null?B.r:new A.aP(a.a-s.a) +return A.bS(B.e.aI(r.a/$.ama)+this.fr$.a,0,0)}, +a1r(a){if(this.dx$){this.k1$=!0 +return}this.Nt(a)}, +a1Y(){var s=this +if(s.k1$){s.k1$=!1 +s.ch$.push(new A.a6c(s)) +return}s.Nv()}, +Nt(a){var s,r,q=this,p=q.k2$,o=p==null +if(!o)p.xo(0,"Frame",B.ex) +if(q.dy$==null)q.dy$=a +r=a==null +q.fy$=q.Gg(r?q.fx$:a) +if(!r)q.fx$=a +q.cx$=!1 +try{if(!o)p.xo(0,"Animate",B.ex) +q.cy$=B.KV +s=q.at$ +q.at$=A.z(t.S,t.h1) +J.eH(s,new A.a6e(q)) +q.ax$.aG(0)}finally{q.cy$=B.KW}}, +Nv(){var s,r,q,p,o,n,m,l=this,k=l.k2$,j=k==null +if(!j)k.vq(0) +try{l.cy$=B.l9 +for(p=l.ay$,o=p.length,n=0;n0&&r<4){s=s.fy$ +s.toString +q.c=s}s=q.a +s.toString +return s}, +oF(a,b){var s=this,r=s.a +if(r==null)return +s.c=s.a=null +s.Eb() +if(b)r.GC(s) +else r.Kw()}, +ex(a){return this.oF(a,!1)}, +a8k(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=$.bK.rU(r.gAu(),!0)}, +Eb(){var s,r=this.e +if(r!=null){s=$.bK +s.at$.B(0,r) +s.ax$.E(0,r) +this.e=null}}, +m(a){var s=this,r=s.a +if(r!=null){s.a=null +s.Eb() +r.GC(s)}}, +agM(a,b){var s=""+"Ticker()" +return s.charCodeAt(0)==0?s:s}, +i(a){return this.agM(a,!1)}} +A.oX.prototype={ +Kw(){this.c=!0 +this.a.eg(0) +var s=this.b +if(s!=null)s.eg(0)}, +GC(a){var s +this.c=!1 +s=this.b +if(s!=null)s.jh(new A.AD(a))}, +ahh(a){var s,r,q=this,p=new A.a9Z(a) +if(q.b==null){s=q.b=new A.aI(new A.a4($.a5,t.U),t.h) +r=q.c +if(r!=null)if(r)s.eg(0) +else s.jh(B.Re)}q.b.a.fq(0,p,p,t.H)}, +lB(a,b){return this.a.a.lB(a,b)}, +hL(a){return this.lB(a,null)}, +fq(a,b,c,d){return this.a.a.fq(0,b,c,d)}, +aT(a,b,c){return this.fq(a,b,null,c)}, +fV(a){return this.a.a.fV(a)}, +i(a){var s=A.bF(this),r=this.c +if(r==null)r="active" +else r=r?"complete":"canceled" +return"#"+s+"("+r+")"}, +$ia7:1} +A.a9Z.prototype={ +$1(a){this.a.$0()}, +$S:15} +A.AD.prototype={ +i(a){var s=this.a +if(s!=null)return"This ticker was canceled: "+s.i(0) +return'The ticker was canceled before the "orCancel" property was first used.'}, +$icf:1} +A.a6I.prototype={} +A.oE.prototype={ +i(a){return"SemanticsTag("+this.a+")"}, +gaN(a){return this.a}} +A.bR.prototype={ +Z(a,b){var s,r,q,p,o,n,m,l=this.a,k=l.length +if(k===0)return b +s=b.a +if(s.length===0)return this +r=A.ap(this.b,!0,t.Vc) +q=b.b +p=q.length +if(p!==0)for(o=0;o=0;--o)r[o]=n[q-o-1].e}n=a3.dy +m=n.length +if(m!==0){l=new Int32Array(m) +for(o=0;o0?r[n-1].ok:null +if(n!==0)if(J.W(l)===J.W(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.K(A.R("sort")) +h=p.length-1 +if(h-0<=32)A.Ll(p,0,h,J.am4()) +else A.Lk(p,0,h,J.am4())}B.c.P(q,p) +B.c.sp(p,0)}p.push(new A.kW(m,l,n))}if(o!=null)B.c.i6(p) +B.c.P(q,p) +h=t.rB +return A.ap(new A.aA(q,new A.a6W(),h),!0,h.j("bl.E"))}, +QX(a){if(this.b==null)return +B.m4.ov(0,a.PI(this.e))}, +cv(){return"SemanticsNode#"+this.e}, +agI(a,b,c){return new A.QV(a,this,b,!0,!0,null,c)}, +PG(a){return this.agI(B.AF,null,a)}} +A.a6Y.prototype={ +$1(a){var s,r,q=this.a +q.a=q.a|a.dy +q.b=q.b|a.db +if(q.w==null)q.w=a.k4 +if(q.y==null)q.y=a.p1 +if(q.z==null)q.z=a.p3 +if(q.Q==null)q.Q=a.p4 +if(q.as==null)q.as=a.R8 +if(q.at==null)q.at=a.RG +if(q.ax==null)q.ax=a.rx +q.ay=a.ry +q.ch=a.to +if(q.CW==null)q.CW=a.x1 +s=q.d +if(s.a==="")q.d=a.fx +s=q.e +if(s.a==="")q.e=a.fy +s=q.f +if(s.a==="")q.f=a.go +s=a.dx +if(s!=null){r=q.x;(r==null?q.x=A.aK(t.g3):r).P(0,s)}for(s=this.b.cy,s=A.lF(s,s.r),r=this.c;s.t();)r.E(0,A.aoP(s.d)) +a.k3!=null +s=q.c +r=q.w +q.c=A.ahO(a.fr,a.k4,s,r) +r=q.r +s=q.w +q.r=A.ahO(a.id,a.k4,r,s) +q.cx=Math.max(q.cx,a.k2+a.k1) +return!0}, +$S:89} +A.a6W.prototype={ +$1(a){return a.a}, +$S:316} +A.kL.prototype={ +aW(a,b){return B.e.aW(this.b,b.b)}, +$ibh:1} +A.iv.prototype={ +aW(a,b){return B.e.aW(this.a,b.a)}, +RA(){var s,r,q,p,o,n,m,l,k,j=A.b([],t.rF) +for(s=this.c,r=s.length,q=0;q") +return A.ap(new A.hK(n,new A.agk(),s),!0,s.j("q.E"))}, +Rz(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this.c,a4=a3.length +if(a4<=1)return a3 +s=t.S +r=A.z(s,t.bu) +q=A.z(s,s) +for(p=this.b,o=p===B.ab,p=p===B.q,n=a4,m=0;m2.356194490192345 +else a0=!1 +if(a||a0)q.n(0,l.e,f.e)}}a1=A.b([],t.t) +a2=A.b(a3.slice(0),A.af(a3)) +B.c.dl(a2,new A.agg()) +new A.aA(a2,new A.agh(),A.af(a2).j("aA<1,p>")).Y(0,new A.agj(A.aK(s),q,a1)) +a3=t.qn +a3=A.ap(new A.aA(a1,new A.agi(r),a3),!0,a3.j("bl.E")) +a4=A.af(a3).j("ci<1>") +return A.ap(new A.ci(a3,a4),!0,a4.j("bl.E"))}} +A.agk.prototype={ +$1(a){return a.Rz()}, +$S:123} +A.agg.prototype={ +$2(a,b){var s,r,q=a.w,p=A.pC(a,new A.m(q.a,q.b)) +q=b.w +s=A.pC(b,new A.m(q.a,q.b)) +r=B.e.aW(p.b,s.b) +if(r!==0)return-r +return-B.e.aW(p.a,s.a)}, +$S:90} +A.agj.prototype={ +$1(a){var s=this,r=s.a +if(r.A(0,a))return +r.E(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:39} +A.agh.prototype={ +$1(a){return a.e}, +$S:319} +A.agi.prototype={ +$1(a){var s=this.a.h(0,a) +s.toString +return s}, +$S:320} +A.ahM.prototype={ +$1(a){return a.RA()}, +$S:123} +A.kW.prototype={ +aW(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.aW(0,s)}, +$ibh:1} +A.rM.prototype={ +m(a){var s=this +s.a.aG(0) +s.b.aG(0) +s.c.aG(0) +s.eL(0)}, +QY(){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.aK(t.S) +r=A.b([],t.J) +for(q=t.LQ,p=A.n(e).j("av"),o=p.j("q.E"),n=f.c;e.a!==0;){m=A.ap(new A.av(e,new A.a70(f),p),!0,o) +e.aG(0) +n.aG(0) +l=new A.a71() +if(!!m.immutable$list)A.K(A.R("sort")) +k=m.length-1 +if(k-0<=32)A.Ll(m,0,k,l) +else A.Lk(m,0,k,l) +B.c.P(r,m) +for(l=m.length,j=0;j#"+A.bF(this)}} +A.a70.prototype={ +$1(a){return!this.a.c.A(0,a)}, +$S:89} +A.a71.prototype={ +$2(a,b){return a.a-b.a}, +$S:90} +A.a72.prototype={ +$2(a,b){return a.a-b.a}, +$S:90} +A.a7_.prototype={ +$1(a){if(a.cx.aq(0,this.b)){this.a.a=a +return!1}return!0}, +$S:89} +A.a6J.prototype={ +li(a,b){var s=this +s.e.n(0,a,b) +s.f=s.f|a.a +s.d=!0}, +f6(a,b){this.li(a,new A.a6K(b))}, +siN(a){a.toString +this.f6(B.dt,a)}, +sjE(a){a.toString +this.f6(B.v3,a)}, +so2(a){this.f6(B.dw,a)}, +snV(a){this.f6(B.Lh,a)}, +so3(a){this.f6(B.dx,a)}, +so4(a){this.f6(B.du,a)}, +so1(a){this.f6(B.dv,a)}, +snW(a){this.f6(B.v4,a)}, +snT(a){this.f6(B.v2,a)}, +snR(a,b){this.f6(B.Lj,b)}, +snS(a,b){this.f6(B.Ln,b)}, +so0(a,b){this.f6(B.Ld,b)}, +snZ(a){this.li(B.Lk,new A.a6N(a))}, +snX(a){this.li(B.Lb,new A.a6L(a))}, +so_(a){this.li(B.Ll,new A.a6O(a))}, +snY(a){this.li(B.Lc,new A.a6M(a))}, +so5(a){this.li(B.Le,new A.a6P(a))}, +so6(a){this.li(B.Lf,new A.a6Q(a))}, +snU(a){this.f6(B.Li,a)}, +sr0(a){this.f6(B.Lm,a)}, +sQP(a){if(a==this.k2)return +this.k2=a +this.d=!0}, +sQQ(a){if(a==this.k3)return +this.k3=a +this.d=!0}, +sqR(a){return}, +snn(a){if(a==this.p1)return +this.p1=a +this.d=!0}, +sfd(a,b){if(b===this.x1)return +this.x1=b +this.d=!0}, +LC(a){var s=this.ar;(s==null?this.ar=A.aK(t.g3):s).E(0,a)}, +b3(a,b){var s=this,r=s.b5,q=a.a +if(b)s.b5=r|q +else s.b5=r&~q +s.d=!0}, +O3(a){var s,r=this +if(a==null||!a.d||!r.d)return!0 +if((r.f&a.f)!==0)return!1 +if((r.b5&a.b5)!==0)return!1 +if(r.p1!=null&&a.p1!=null)return!1 +if(r.R8.a.length!==0)s=a.R8.a.length!==0 +else s=!1 +if(s)return!1 +return!0}, +pz(a){var s,r,q=this +if(!a.d)return +q.e.P(0,a.e) +q.p3.P(0,a.p3) +q.f=q.f|a.f +q.b5=q.b5|a.b5 +if(q.y1==null)q.y1=a.y1 +if(q.y2==null)q.y2=a.y2 +if(q.ap==null)q.ap=a.ap +if(q.a6==null)q.a6=a.a6 +if(q.to==null)q.to=a.to +if(q.k1==null)q.k1=a.k1 +if(q.k3==null)q.k3=a.k3 +if(q.k2==null)q.k2=a.k2 +q.k4=a.k4 +q.ok=a.ok +if(q.p1==null)q.p1=a.p1 +s=q.xr +if(s==null){s=q.xr=a.xr +q.d=!0}if(q.id==null)q.id=a.id +r=q.p4 +q.p4=A.ahO(a.p4,a.xr,r,s) +s=q.R8 +if(s.a==="")q.R8=a.R8 +s=q.RG +if(s.a==="")q.RG=a.RG +s=q.rx +if(s.a==="")q.rx=a.rx +s=q.ry +r=q.xr +q.ry=A.ahO(a.ry,a.xr,s,r) +q.x2=Math.max(q.x2,a.x2+a.x1) +q.d=q.d||a.d}, +Bz(a){var s=this,r=A.oD() +r.a=s.a +r.b=s.b +r.c=s.c +r.d=s.d +r.p2=s.p2 +r.xr=s.xr +r.id=s.id +r.p4=s.p4 +r.RG=s.RG +r.R8=s.R8 +r.rx=s.rx +r.ry=s.ry +r.to=s.to +r.x1=s.x1 +r.x2=s.x2 +r.b5=s.b5 +r.ar=s.ar +r.y1=s.y1 +r.y2=s.y2 +r.ap=s.ap +r.a6=s.a6 +r.f=s.f +r.k1=s.k1 +r.k3=s.k3 +r.k2=s.k2 +r.k4=s.k4 +r.ok=s.ok +r.p1=s.p1 +r.e.P(0,s.e) +r.p3.P(0,s.p3) +return r}} +A.a6K.prototype={ +$1(a){this.a.$0()}, +$S:9} +A.a6N.prototype={ +$1(a){a.toString +this.a.$1(A.pw(a))}, +$S:9} +A.a6L.prototype={ +$1(a){a.toString +this.a.$1(A.pw(a))}, +$S:9} +A.a6O.prototype={ +$1(a){a.toString +this.a.$1(A.pw(a))}, +$S:9} +A.a6M.prototype={ +$1(a){a.toString +this.a.$1(A.pw(a))}, +$S:9} +A.a6P.prototype={ +$1(a){var s,r,q +a.toString +s=J.pO(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.ck(B.l,r,q,!1))}, +$S:9} +A.a6Q.prototype={ +$1(a){a.toString +this.a.$1(A.bk(a))}, +$S:9} +A.GD.prototype={ +i(a){return"DebugSemanticsDumpOrder."+this.b}} +A.rN.prototype={ +aW(a,b){var s=this.abI(b) +return s}, +$ibh:1, +gaN(a){return this.a}} +A.oe.prototype={ +abI(a){var s=a.b===this.b +if(s)return 0 +return B.f.aW(this.b,a.b)}} +A.QU.prototype={} +A.QW.prototype={} +A.QX.prototype={} +A.a6S.prototype={ +PI(a){var s=A.az(["type",this.a,"data",this.rJ()],t.N,t.z) +if(a!=null)s.n(0,"nodeId",a) +return s}, +agK(){return this.PI(null)}, +i(a){var s,r,q=A.b([],t.s),p=this.rJ(),o=p.gba(p),n=A.ap(o,!0,A.n(o).j("q.E")) +B.c.i6(n) +for(o=n.length,s=0;s#"+A.bF(this)+"()"}} +A.Vi.prototype={ +lX(a,b){return this.RQ(a,!0)}, +aem(a,b,c){var s,r={},q=this.b +if(q.aq(0,a)){r=q.h(0,a) +r.toString +return c.j("a7<0>").a(r)}r.a=r.b=null +this.lX(a,!1).aT(0,b,c).aT(0,new A.Vj(r,this,a,c),t.H) +s=r.a +if(s!=null)return s +s=new A.a4($.a5,c.j("a4<0>")) +r.b=new A.aI(s,c.j("aI<0>")) +q.n(0,a,s) +return r.b.a}} +A.Vj.prototype={ +$1(a){var s=this,r=new A.d2(a,s.d.j("d2<0>")),q=s.a +q.a=r +s.b.b.n(0,s.c,r) +q=q.b +if(q!=null)q.c3(0,a)}, +$S(){return this.d.j("aD(0)")}} +A.a3B.prototype={ +dJ(a,b){return this.aek(0,b)}, +aek(a,b){var s=0,r=A.P(t.V4),q,p,o +var $async$dJ=A.Q(function(c,d){if(c===1)return A.M(d,r) +while(true)switch(s){case 0:p=B.bc.cS(A.ase(A.mH(B.ha,b,B.z,!1)).e) +s=3 +return A.U(A.a($.e9.bQ$,"_defaultBinaryMessenger").rY(0,"flutter/assets",A.kf(p.buffer,0,null)),$async$dJ) +case 3:o=d +if(o==null)throw A.c(A.Hk("Unable to load asset: "+b)) +q=o +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$dJ,r)}} +A.vz.prototype={ +i3(){var s,r=this +if(r.a){s=A.z(t.N,t.z) +s.n(0,"uniqueIdentifier",r.b) +s.n(0,"hints",r.c) +s.n(0,"editingValue",r.d.rq())}else s=null +return s}} +A.UU.prototype={} +A.rO.prototype={ +qB(){var s=$.TV() +s.a.aG(0) +s.b.aG(0)}, +kC(a){return this.ade(a)}, +ade(a){var s=0,r=A.P(t.H),q,p=this +var $async$kC=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:switch(A.bk(J.ag(t.a.a(a),"type"))){case"memoryPressure":p.qB() +break}s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$kC,r)}, +YD(){var s,r=A.bx("controller") +r.sdI(A.ar5(new A.a78(r),!1,t.hz)) +s=r.bm() +return new A.jC(s,A.aV(s).j("jC<1>"))}, +afP(){if(this.x$!=null)return +$.aL() +var s=A.aqS("AppLifecycleState.resumed") +if(s!=null)this.vu(s)}, +zi(a){return this.a2p(a)}, +a2p(a){var s=0,r=A.P(t.ob),q,p=this,o +var $async$zi=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:a.toString +o=A.aqS(a) +o.toString +p.vu(o) +q=null +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$zi,r)}, +zk(a){return this.a2U(a)}, +a2U(a){var s=0,r=A.P(t.H) +var $async$zk=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:t.j.a(a.b) +return A.N(null,r)}}) +return A.O($async$zk,r)}, +$idU:1} +A.a78.prototype={ +$0(){var s=0,r=A.P(t.H),q=this,p,o,n +var $async$$0=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:o=A.bx("rawLicenses") +n=o +s=2 +return A.U($.TV().lX("NOTICES",!1),$async$$0) +case 2:n.sdI(b) +p=q.a +n=J +s=3 +return A.U(A.Tv(A.aHl(),o.bm(),"parseLicenses",t.N,t.qC),$async$$0) +case 3:n.eH(b,J.ayz(p.bm())) +s=4 +return A.U(J.ajR(p.bm()),$async$$0) +case 4:return A.N(null,r)}}) +return A.O($async$$0,r)}, +$S:48} +A.aci.prototype={ +rY(a,b,c){var s=new A.a4($.a5,t.gg) +$.aL().a7e(b,c,A.aB9(new A.acj(new A.aI(s,t.yB)))) +return s}, +xd(a,b){if(b==null){a=$.ER().a.h(0,a) +if(a!=null)a.e=null}else $.ER().R7(a,new A.ack(b))}} +A.acj.prototype={ +$1(a){var s,r,q,p +try{this.a.c3(0,a)}catch(q){s=A.a9(q) +r=A.aB(q) +p=A.bi("during a platform message response callback") +A.cV(new A.bs(s,r,"services library",p,null,!1))}}, +$S:17} +A.ack.prototype={ +$2(a,b){return this.Q4(a,b)}, +Q4(a,b){var s=0,r=A.P(t.H),q=1,p,o=[],n=this,m,l,k,j,i,h +var $async$$2=A.Q(function(c,d){if(c===1){p=d +s=q}while(true)switch(s){case 0:i=null +q=3 +s=6 +return A.U(n.a.$1(a),$async$$2) +case 6:i=d +o.push(5) +s=4 +break +case 3:q=2 +h=p +m=A.a9(h) +l=A.aB(h) +j=A.bi("during a platform message callback") +A.cV(new A.bs(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.N(null,r) +case 1:return A.M(p,r)}}) +return A.O($async$$2,r)}, +$S:324} +A.nc.prototype={} +A.r2.prototype={} +A.lC.prototype={} +A.nZ.prototype={} +A.lD.prototype={} +A.xs.prototype={} +A.a_i.prototype={ +a_w(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.a9(l) +o=A.aB(l) +k=A.bi("while processing a key handler") +j=$.hz() +if(j!=null)j.$1(new A.bs(p,o,"services library",k,null,!1))}}this.d=!1 +return s}, +Nw(a){var s,r,q=this,p=a.a,o=a.b +if(a instanceof A.nZ){q.a.n(0,p,o) +s=$.auK().h(0,o.a) +if(s!=null){r=q.b +if(r.A(0,s))r.B(0,s) +else r.E(0,s)}}else if(a instanceof A.lD)q.a.B(0,p) +return q.a_w(a)}} +A.xp.prototype={ +i(a){return"KeyDataTransitMode."+this.b}} +A.xq.prototype={ +i(a){return"KeyMessage("+A.e(this.a)+")"}} +A.I5.prototype={ +acV(a){var s,r=this,q=r.d +switch((q==null?r.d=B.Cd:q).a){case 0:return!1 +case 1:if(a.c===0&&a.d===0)return!1 +s=A.aBW(a) +if(a.f&&r.e.length===0){r.b.Nw(s) +r.Hn(A.b([s],t.K0),null)}else r.e.push(s) +return!1}}, +Hn(a,b){var s,r,q,p,o=this.a +if(o!=null){s=new A.xq(a,b) +try{o=o.$1(s) +return o}catch(p){r=A.a9(p) +q=A.aB(p) +o=A.bi("while processing the key message handler") +A.cV(new A.bs(r,q,"services library",o,null,!1))}}return!1}, +CE(a){var s=0,r=A.P(t.a),q,p=this,o,n,m,l,k,j +var $async$CE=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:if(p.d==null){p.d=B.Cc +p.c.a.push(p.ga_0())}o=A.aD2(t.a.a(a)) +n=p.c.ada(o) +for(m=p.e,l=m.length,k=p.b,j=0;j") +r=A.j3(new A.b3(e,s),s.j("q.E")) +q=A.b([],t.K0) +p=e.h(0,d) +o=$.e9.fx$ +n=a.a +if(n==="")n=f +if(a instanceof A.kp)if(p==null){m=new A.nZ(d,c,n,o,!1) +r.E(0,d)}else m=new A.xs(d,p,n,o,!1) +else if(p==null)m=f +else{m=new A.lD(d,p,f,o,!1) +r.B(0,d)}for(s=this.c.d,l=A.n(s).j("b3<1>"),k=l.j("q.E"),j=r.nt(A.j3(new A.b3(s,l),k)),j=j.ga1(j),i=this.e;j.t();){h=j.gH(j) +if(h.k(0,d))q.push(new A.lD(h,c,f,o,!0)) +else{g=e.h(0,h) +g.toString +i.push(new A.lD(h,g,f,o,!0))}}for(e=A.j3(new A.b3(s,l),k).nt(r),e=e.ga1(e);e.t();){l=e.gH(e) +k=s.h(0,l) +k.toString +i.push(new A.nZ(l,k,f,o,!0))}if(m!=null)i.push(m) +B.c.P(i,q)}} +A.OL.prototype={} +A.a1j.prototype={} +A.d.prototype={ +gv(a){return B.f.gv(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.d&&b.a===this.a}} +A.l.prototype={ +gv(a){return B.f.gv(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.l&&b.a===this.a}} +A.OM.prototype={} +A.kc.prototype={ +i(a){return"MethodCall("+this.a+", "+A.e(this.b)+")"}} +A.yK.prototype={ +i(a){var s=this +return"PlatformException("+s.a+", "+A.e(s.b)+", "+A.e(s.c)+", "+A.e(s.d)+")"}, +$icf:1} +A.y4.prototype={ +i(a){return"MissingPluginException("+A.e(this.a)+")"}, +$icf:1} +A.a8Z.prototype={ +fK(a){if(a==null)return null +return B.cN.cS(A.cZ(a.buffer,a.byteOffset,a.byteLength))}, +c9(a){if(a==null)return null +return A.kf(B.bc.cS(a).buffer,0,null)}} +A.a0J.prototype={ +c9(a){if(a==null)return null +return B.fl.c9(B.at.lM(a))}, +fK(a){var s +if(a==null)return a +s=B.fl.fK(a) +s.toString +return B.at.ds(0,s)}} +A.a0L.prototype={ +hR(a){var s=B.bQ.c9(A.az(["method",a.a,"args",a.b],t.N,t.X)) +s.toString +return s}, +hO(a){var s,r,q,p=null,o=B.bQ.fK(a) +if(!t.f.b(o))throw A.c(A.c6("Expected method call Map, got "+A.e(o),p,p)) +s=J.ay(o) +r=s.h(o,"method") +q=s.h(o,"args") +if(typeof r=="string")return new A.kc(r,q) +throw A.c(A.c6("Invalid method call: "+A.e(o),p,p))}, +Mz(a){var s,r,q,p=null,o=B.bQ.fK(a) +if(!t.j.b(o))throw A.c(A.c6("Expected envelope List, got "+A.e(o),p,p)) +s=J.ay(o) +if(s.gp(o)===1)return s.h(o,0) +if(s.gp(o)===3)if(typeof s.h(o,0)=="string")r=s.h(o,1)==null||typeof s.h(o,1)=="string" +else r=!1 +else r=!1 +if(r){r=A.bk(s.h(o,0)) +q=A.bH(s.h(o,1)) +throw A.c(A.a3D(r,s.h(o,2),q,p))}if(s.gp(o)===4)if(typeof s.h(o,0)=="string")if(s.h(o,1)==null||typeof s.h(o,1)=="string")r=s.h(o,3)==null||typeof s.h(o,3)=="string" +else r=!1 +else r=!1 +else r=!1 +if(r){r=A.bk(s.h(o,0)) +q=A.bH(s.h(o,1)) +throw A.c(A.a3D(r,s.h(o,2),q,A.bH(s.h(o,3))))}throw A.c(A.c6("Invalid envelope: "+A.e(o),p,p))}, +qg(a){var s=B.bQ.c9([a]) +s.toString +return s}, +lN(a,b,c){var s=B.bQ.c9([a,c,b]) +s.toString +return s}, +MV(a,b){return this.lN(a,null,b)}} +A.a8N.prototype={ +c9(a){var s +if(a==null)return null +s=A.aaJ() +this.dP(0,s,a) +return s.kt()}, +fK(a){var s,r +if(a==null)return null +s=new A.z4(a) +r=this.hw(0,s) +if(s.b=b.a.byteLength)throw A.c(B.aG) +return this.jH(b.mo(0),b)}, +jH(a,b){var s,r,q,p,o,n,m,l,k=this +switch(a){case 0:return null +case 1:return!0 +case 2:return!1 +case 3:s=b.b +r=$.df() +q=b.a.getInt32(s,B.ae===r) +b.b+=4 +return q +case 4:return b.wP(0) +case 6:b.i9(8) +s=b.b +r=$.df() +q=b.a.getFloat64(s,B.ae===r) +b.b+=8 +return q +case 5:case 7:p=k.er(b) +return B.cN.cS(b.mp(p)) +case 8:return b.mp(k.er(b)) +case 9:p=k.er(b) +b.i9(4) +s=b.a +o=A.aq3(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+4*p +return o +case 10:return b.wQ(k.er(b)) +case 14:p=k.er(b) +b.i9(4) +s=b.a +r=s.buffer +s=s.byteOffset+b.b +A.Tm(r,s,p) +o=new Float32Array(r,s,p) +b.b=b.b+4*p +return o +case 11:p=k.er(b) +b.i9(8) +s=b.a +o=A.aq1(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+8*p +return o +case 12:p=k.er(b) +n=A.b7(p,null,!1,t.X) +for(s=b.a,m=0;m=s.byteLength)A.K(B.aG) +b.b=r+1 +n[m]=k.jH(s.getUint8(r),b)}return n +case 13:p=k.er(b) +s=t.X +n=A.z(s,s) +for(s=b.a,m=0;m=s.byteLength)A.K(B.aG) +b.b=r+1 +r=k.jH(s.getUint8(r),b) +l=b.b +if(l>=s.byteLength)A.K(B.aG) +b.b=l+1 +n.n(0,r,k.jH(s.getUint8(l),b))}return n +default:throw A.c(B.aG)}}, +ft(a,b){var s,r +if(b<254)a.ee(0,b) +else{s=a.d +if(b<=65535){a.ee(0,254) +r=$.df() +s.setUint16(0,b,B.ae===r) +a.oR(a.e,0,2)}else{a.ee(0,255) +r=$.df() +s.setUint32(0,b,B.ae===r) +a.oR(a.e,0,4)}}}, +er(a){var s,r,q=a.mo(0) +switch(q){case 254:s=a.b +r=$.df() +q=a.a.getUint16(s,B.ae===r) +a.b+=2 +return q +case 255:s=a.b +r=$.df() +q=a.a.getUint32(s,B.ae===r) +a.b+=4 +return q +default:return q}}} +A.a8O.prototype={ +$2(a,b){var s=this.a,r=this.b +s.dP(0,r,a) +s.dP(0,r,b)}, +$S:68} +A.a8R.prototype={ +hR(a){var s=A.aaJ() +B.am.dP(0,s,a.a) +B.am.dP(0,s,a.b) +return s.kt()}, +hO(a){var s,r,q +a.toString +s=new A.z4(a) +r=B.am.hw(0,s) +q=B.am.hw(0,s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.kc(r,q) +else throw A.c(B.nb)}, +qg(a){var s=A.aaJ() +s.ee(0,0) +B.am.dP(0,s,a) +return s.kt()}, +lN(a,b,c){var s=A.aaJ() +s.ee(0,1) +B.am.dP(0,s,a) +B.am.dP(0,s,c) +B.am.dP(0,s,b) +return s.kt()}, +MV(a,b){return this.lN(a,null,b)}, +Mz(a){var s,r,q,p,o,n +if(a.byteLength===0)throw A.c(B.Bt) +s=new A.z4(a) +if(s.mo(0)===0)return B.am.hw(0,s) +r=B.am.hw(0,s) +q=B.am.hw(0,s) +p=B.am.hw(0,s) +o=s.b=a.byteLength +else n=!1 +if(n)throw A.c(A.a3D(r,p,A.bH(q),o)) +else throw A.c(B.Bu)}} +A.a2h.prototype={ +acP(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.aEC(c) +if(q==null)q=this.a +if(J.f(r==null?null:t.ZC.a(r.a),q))return +p=q.v3(a) +s.n(0,a,p) +B.Kj.cA("activateSystemCursor",A.az(["device",p.b,"kind",t.ZC.a(p.a).a],t.N,t.z),t.H)}} +A.y5.prototype={} +A.cY.prototype={ +i(a){var s=this.gv5() +return s}} +A.NE.prototype={ +v3(a){throw A.c(A.c0(null))}, +gv5(){return"defer"}} +A.RC.prototype={} +A.mk.prototype={ +gv5(){return"SystemMouseCursor("+this.a+")"}, +v3(a){return new A.RC(this,a)}, +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.mk&&b.a===this.a}, +gv(a){return B.b.gv(this.a)}} +A.Pd.prototype={} +A.lc.prototype={ +ov(a,b){return this.QW(0,b,this.$ti.j("1?"))}, +QW(a,b,c){var s=0,r=A.P(c),q,p=this,o,n,m +var $async$ov=A.Q(function(d,e){if(d===1)return A.M(e,r) +while(true)switch(s){case 0:o=p.b +n=A.a($.e9.bQ$,"_defaultBinaryMessenger") +n=n +m=o +s=3 +return A.U(n.rY(0,p.a,o.c9(b)),$async$ov) +case 3:q=m.fK(e) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$ov,r)}, +xc(a){var s=A.a($.e9.bQ$,"_defaultBinaryMessenger") +s=s +s.xd(this.a,new A.UT(this,a))}, +gaN(a){return this.a}} +A.UT.prototype={ +$1(a){return this.PZ(a)}, +PZ(a){var s=0,r=A.P(t.CD),q,p=this,o,n +var $async$$1=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:o=p.a.b +n=o +s=3 +return A.U(p.b.$1(o.fK(a)),$async$$1) +case 3:q=n.c9(c) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$$1,r)}, +$S:164} +A.j5.prototype={ +hG(a,b,c,d){return this.a4l(a,b,c,d,d.j("0?"))}, +a4l(a,b,c,d,e){var s=0,r=A.P(e),q,p=this,o,n,m,l +var $async$hG=A.Q(function(f,g){if(f===1)return A.M(g,r) +while(true)switch(s){case 0:l=p.c +if(l==null)l=A.a($.e9.bQ$,"_defaultBinaryMessenger") +o=p.a +n=p.b +s=3 +return A.U(l.rY(0,o,n.hR(new A.kc(a,b))),$async$hG) +case 3:m=g +if(m==null){if(c){q=null +s=1 +break}throw A.c(A.apY("No implementation found for method "+a+" on channel "+o))}q=d.j("0?").a(n.Mz(m)) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$hG,r)}, +cA(a,b,c){return this.hG(a,b,!1,c)}, +vP(a,b,c){return this.adT(a,b,c,b.j("@<0>").ai(c).j("au<1,2>?"))}, +adT(a,b,c,d){var s=0,r=A.P(d),q,p=this,o +var $async$vP=A.Q(function(e,f){if(e===1)return A.M(f,r) +while(true)switch(s){case 0:s=3 +return A.U(p.cA(a,null,t.f),$async$vP) +case 3:o=f +q=o==null?null:J.pO(o,b,c) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$vP,r)}, +l7(a){var s=this.c +if(s==null)s=A.a($.e9.bQ$,"_defaultBinaryMessenger") +s.xd(this.a,new A.a25(this,a))}, +tJ(a,b){return this.a1p(a,b)}, +a1p(a,b){var s=0,r=A.P(t.CD),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f,e,d +var $async$tJ=A.Q(function(c,a0){if(c===1){o=a0 +s=p}while(true)switch(s){case 0:g=m.b +f=g.hO(a) +p=4 +d=g +s=7 +return A.U(b.$1(f),$async$tJ) +case 7:j=d.qg(a0) +q=j +s=1 +break +p=2 +s=6 +break +case 4:p=3 +e=o +j=A.a9(e) +if(j instanceof A.yK){l=j +j=l.a +h=l.b +q=g.lN(j,l.c,h) +s=1 +break}else if(j instanceof A.y4){q=null +s=1 +break}else{k=j +g=g.MV("error",J.bY(k)) +q=g +s=1 +break}s=6 +break +case 3:s=2 +break +case 6:case 1:return A.N(q,r) +case 2:return A.M(o,r)}}) +return A.O($async$tJ,r)}, +gaN(a){return this.a}} +A.a25.prototype={ +$1(a){return this.a.tJ(a,this.b)}, +$S:164} +A.lO.prototype={ +cA(a,b,c){return this.adU(a,b,c,c.j("0?"))}, +jz(a,b){return this.cA(a,null,b)}, +adU(a,b,c,d){var s=0,r=A.P(d),q,p=this +var $async$cA=A.Q(function(e,f){if(e===1)return A.M(f,r) +while(true)switch(s){case 0:q=p.SX(a,b,!0,c) +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$cA,r)}} +A.lE.prototype={ +i(a){return"KeyboardSide."+this.b}} +A.fa.prototype={ +i(a){return"ModifierKey."+this.b}} +A.z1.prototype={ +gaez(){var s,r,q,p=A.z(t.xS,t.LE) +for(s=0;s<9;++s){r=B.nx[s] +if(this.ae2(r)){q=this.Qr(r) +if(q!=null)p.n(0,r,q)}}return p}, +Rk(){return!0}} +A.i6.prototype={ +gbN(a){return this.c}} +A.a4j.prototype={ +$0(){var s,r,q,p=this.b,o=J.ay(p),n=A.bH(o.h(p,"key")),m=n==null +if(!m){s=n.length +s=s!==0&&s===1}else s=!1 +if(s)this.a.a=n +s=A.bH(o.h(p,"code")) +if(s==null)s="" +m=m?"":n +r=A.hu(o.h(p,"location")) +if(r==null)r=0 +q=A.hu(o.h(p,"metaState")) +if(q==null)q=0 +p=A.hu(o.h(p,"keyCode")) +return new A.JV(s,m,r,q,p==null?0:p)}, +$S:328} +A.kp.prototype={} +A.z2.prototype={} +A.a4k.prototype={ +ada(a){var s,r,q,p,o,n,m,l,k,j,i,h=this +if(a instanceof A.kp){p=a.c +if(p.Rk()){h.d.n(0,p.gfS(),p.gvY()) +o=!0}else{h.e.E(0,p.gfS()) +o=!1}}else if(a instanceof A.z2){p=h.e +n=a.c +if(!p.A(0,n.gfS())){h.d.B(0,n.gfS()) +o=!0}else{p.B(0,n.gfS()) +o=!1}}else o=!0 +if(!o)return!0 +h.a84(a) +for(p=h.a,n=A.ap(p,!0,t.iS),m=n.length,l=0;l")),g),b=a instanceof A.kp +if(b)c.E(0,i.gfS()) +for(s=null,r=0;r<9;++r){q=B.nx[r] +p=$.auN() +o=p.h(0,new A.ct(q,B.bd)) +if(o==null)continue +if(o.A(0,i.gfS()))s=q +if(h.h(0,q)===B.ct){e.P(0,o) +if(o.fE(0,c.ghM(c)))continue}n=h.h(0,q)==null?A.aK(g):p.h(0,new A.ct(q,h.h(0,q))) +if(n==null)continue +for(p=new A.kR(n,n.r),p.c=n.e,m=A.n(p).c;p.t();){l=p.d +if(l==null)l=m.a(l) +k=$.auM().h(0,l) +k.toString +f.n(0,l,k)}}g=$.amM() +c=A.n(g).j("b3<1>") +new A.av(new A.b3(g,c),new A.a4l(e),c.j("av")).Y(0,d.gPb(d)) +if(!(i instanceof A.a4g)&&!(i instanceof A.a4i))d.B(0,B.dk) +d.P(0,f) +if(b&&s!=null&&!d.aq(0,i.gfS()))if(i instanceof A.a4h&&i.gfS().k(0,B.c6)){j=g.h(0,i.gfS()) +if(j!=null)d.n(0,i.gfS(),j)}}} +A.a4l.prototype={ +$1(a){return!this.a.A(0,a)}, +$S:329} +A.ct.prototype={ +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.ct&&b.a===this.a&&b.b==this.b}, +gv(a){return A.a3(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.Qb.prototype={} +A.Qa.prototype={} +A.a4g.prototype={} +A.a4h.prototype={} +A.a4i.prototype={} +A.JV.prototype={ +gfS(){var s=this.a,r=B.Jg.h(0,s) +return r==null?new A.l(98784247808+B.b.gv(s)):r}, +gvY(){var s,r=this.b,q=B.Jk.h(0,r),p=q==null?null:q[this.c] +if(p!=null)return p +q=this.a +s=B.Je.h(0,q) +if(s!=null)return s +if(r.length===1)return new A.d(B.b.ad(r.toLowerCase(),0)) +return new A.d(B.b.gv(q)+98784247808)}, +ae2(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}}, +Qr(a){return B.ct}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.JV&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gv(a){var s=this +return A.a3(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.zx.prototype={ +gags(){var s=this +if(s.c)return new A.d2(s.a,t.hr) +if(s.b==null){s.b=new A.aI(new A.a4($.a5,t.X6),t.EZ) +s.tI()}return s.b.a}, +tI(){var s=0,r=A.P(t.H),q,p=this,o +var $async$tI=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:s=3 +return A.U(B.hD.jz("get",t.pE),$async$tI) +case 3:o=b +if(p.b==null){s=1 +break}p.Jf(o) +case 1:return A.N(q,r)}}) +return A.O($async$tI,r)}, +Jf(a){var s,r=a==null +if(!r){s=J.ag(a,"enabled") +s.toString +A.pw(s)}else s=!1 +this.adc(r?null:t.nc.a(J.ag(a,"data")),s)}, +adc(a,b){var s,r,q=this,p=q.c&&b +q.d=p +if(p)$.bK.ch$.push(new A.a5E(q)) +s=q.a +if(b){p=q.a_i(a) +r=t.N +if(p==null){p=t.X +p=A.z(p,p)}r=new A.cQ(p,q,null,"root",A.z(r,t.z4),A.z(r,t.I1)) +p=r}else p=null +q.a=p +q.c=!0 +r=q.b +if(r!=null)r.c3(0,p) +q.b=null +if(q.a!=s){q.ac() +if(s!=null)s.m(0)}}, +zJ(a){return this.a4T(a)}, +a4T(a){var s=0,r=A.P(t.H),q=this,p +var $async$zJ=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:p=a.a +switch(p){case"push":q.Jf(t.pE.a(a.b)) +break +default:throw A.c(A.c0(p+" was invoked but isn't implemented by "+A.C(q).i(0)))}return A.N(null,r)}}) +return A.O($async$zJ,r)}, +a_i(a){if(a==null)return null +return t.J1.a(B.am.fK(A.kf(a.buffer,a.byteOffset,a.byteLength)))}, +QN(a){var s=this +s.r.E(0,a) +if(!s.f){s.f=!0 +$.bK.ch$.push(new A.a5F(s))}}, +Ho(){var s,r,q,p,o,n=this +if(!n.f)return +n.f=!1 +for(s=n.r,r=A.it(s,s.r),q=A.n(r).c;r.t();){p=r.d;(p==null?q.a(p):p).w=!1}s.aG(0) +o=B.am.c9(n.a.a) +B.hD.cA("put",A.cZ(o.buffer,o.byteOffset,o.byteLength),t.H)}, +Nm(){if($.bK.cx$)return +this.Ho()}} +A.a5E.prototype={ +$1(a){this.a.d=!1}, +$S:2} +A.a5F.prototype={ +$1(a){return this.a.Ho()}, +$S:2} +A.cQ.prototype={ +gpn(){var s=J.EY(this.a,"c",new A.a5B()) +s.toString +return t.pE.a(s)}, +gk9(){var s=J.EY(this.a,"v",new A.a5C()) +s.toString +return t.pE.a(s)}, +ag3(a,b,c){var s=this,r=J.en(s.gk9(),b),q=c.j("0?").a(J.l8(s.gk9(),b)) +if(J.hB(s.gk9()))J.l8(s.a,"v") +if(r)s.mP() +return q}, +aak(a,b){var s,r,q,p,o=this,n=o.f +if(n.aq(0,a)||!J.en(o.gpn(),a)){n=t.N +s=new A.cQ(A.z(n,t.X),null,null,a,A.z(n,t.z4),A.z(n,t.I1)) +o.hg(s) +return s}r=t.N +q=o.c +p=J.ag(o.gpn(),a) +p.toString +s=new A.cQ(t.pE.a(p),q,o,a,A.z(r,t.z4),A.z(r,t.I1)) +n.n(0,a,s) +return s}, +hg(a){var s=this,r=a.d +if(r!==s){if(r!=null)r.u6(a) +a.d=s +s.Ga(a) +if(a.c!=s.c)s.Jr(a)}}, +a_L(a){this.u6(a) +a.d=null +if(a.c!=null){a.A4(null) +a.Lj(this.gJq())}}, +mP(){var s,r=this +if(!r.w){r.w=!0 +s=r.c +if(s!=null)s.QN(r)}}, +Jr(a){a.A4(this.c) +a.Lj(this.gJq())}, +A4(a){var s=this,r=s.c +if(r==a)return +if(s.w)if(r!=null)r.r.B(0,s) +s.c=a +if(s.w&&a!=null){s.w=!1 +s.mP()}}, +u6(a){var s,r,q,p=this +if(J.f(p.f.B(0,a.e),a)){J.l8(p.gpn(),a.e) +s=p.r +r=s.h(0,a.e) +if(r!=null){q=J.bP(r) +p.HJ(q.eX(r)) +if(q.gS(r))s.B(0,a.e)}if(J.hB(p.gpn()))J.l8(p.a,"c") +p.mP() +return}s=p.r +q=s.h(0,a.e) +if(q!=null)J.l8(q,a) +q=s.h(0,a.e) +q=q==null?null:J.hB(q) +if(q===!0)s.B(0,a.e)}, +Ga(a){var s=this +if(s.f.aq(0,a.e)){J.fP(s.r.bs(0,a.e,new A.a5A()),a) +s.mP() +return}s.HJ(a) +s.mP()}, +HJ(a){this.f.n(0,a.e,a) +J.cU(this.gpn(),a.e,a.a)}, +Lk(a,b){var s,r,q=this.f +q=q.gb2(q) +s=this.r +s=s.gb2(s) +r=q.acF(0,new A.hK(s,new A.a5D(),A.n(s).j("hK"))) +J.eH(b?A.ap(r,!1,A.n(r).j("q.E")):r,a)}, +Lj(a){return this.Lk(a,!1)}, +ag9(a){var s,r=this +if(a===r.e)return +s=r.d +if(s!=null)s.u6(r) +r.e=a +s=r.d +if(s!=null)s.Ga(r)}, +m(a){var s,r=this +r.Lk(r.ga_K(),!0) +r.f.aG(0) +r.r.aG(0) +s=r.d +if(s!=null)s.u6(r) +r.d=null +r.A4(null) +r.x=!0}, +i(a){return"RestorationBucket(restorationId: "+this.e+", owner: "+A.e(this.b)+")"}} +A.a5B.prototype={ +$0(){var s=t.X +return A.z(s,s)}, +$S:128} +A.a5C.prototype={ +$0(){var s=t.X +return A.z(s,s)}, +$S:128} +A.a5A.prototype={ +$0(){return A.b([],t.QT)}, +$S:332} +A.a5D.prototype={ +$1(a){return a}, +$S:333} +A.UF.prototype={} +A.ml.prototype={ +Kx(){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.az(["systemNavigationBarColor",n,"systemNavigationBarDividerColor",null,"systemStatusBarContrastEnforced",p.w,"statusBarColor",null,"statusBarBrightness",s,"statusBarIconBrightness",r,"systemNavigationBarIconBrightness",q,"systemNavigationBarContrastEnforced",p.d],t.N,t.z)}, +i(a){return"SystemUiOverlayStyle("+this.Kx().i(0)+")"}, +gv(a){var s=this +return A.a3(s.a,s.b,s.d,s.e,s.f,s.r,s.w,s.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.ml)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.a9d.prototype={ +$0(){if(!J.f($.tp,$.ali)){B.bj.cA("SystemChrome.setSystemUIOverlayStyle",$.tp.Kx(),t.H) +$.ali=$.tp}$.tp=null}, +$S:0} +A.Am.prototype={ +i(a){return"SystemSoundType."+this.b}} +A.ec.prototype={ +gpM(){var s,r=this +if(!r.gbv()||r.c===r.d)s=r.e +else s=r.c=n&&o<=p.b)return p +s=p.c +r=p.d +q=s<=r +if(o<=n){if(b)return p.pZ(a.b,p.b,o) +n=q?o:s +return p.pY(n,q?r:o)}if(b)return p.pZ(a.b,n,o) +n=q?s:o +return p.pY(n,q?o:r)}, +jq(a){if(this.gde().k(0,a))return this +return this.Mh(a.b,a.a)}} +A.mn.prototype={} +A.LM.prototype={} +A.LL.prototype={} +A.LN.prototype={} +A.tw.prototype={} +A.y_.prototype={ +i(a){return"MaxLengthEnforcement."+this.b}} +A.oT.prototype={} +A.Pg.prototype={} +A.agD.prototype={} +A.Hf.prototype={ +acL(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=b.b +h=h.gbv()?new A.Pg(h.c,h.d):i +s=b.c +s=s.gbv()&&s.a!==s.b?new A.Pg(s.a,s.b):i +r=new A.agD(b,new A.by(""),h,s) +s=b.a +q=B.b.n5(j.a,s) +for(h=new A.Rq(q.a,q.b,q.c),p=i;h.t();p=o){o=h.d +o.toString +n=p==null?i:p.a+p.c.length +if(n==null)n=0 +m=o.a +j.zW(!1,n,m,r) +j.zW(!0,m,m+o.c.length,r)}h=p==null?i:p.a+p.c.length +if(h==null)h=0 +j.zW(!1,h,s.length,r) +s=r.e=!0 +l=r.c +k=r.d +h=r.b.a +s=(k!=null?k.a===k.b:s)?B.bq:new A.cy(k.a,k.b) +if(l==null)o=B.lu +else{o=r.a.b +o=A.ck(o.e,l.a,l.b,o.f)}return new A.dD(h.charCodeAt(0)==0?h:h,o,s)}, +zW(a,b,c,d){var s,r,q,p +if(a)s=b===c?"":this.c +else s=B.b.N(d.a.a,b,c) +d.b.a+=s +if(s.length===c-b)return +r=new A.YY(b,c,s) +q=d.c +p=q==null +if(!p)q.a=q.a+r.$1(d.a.b.c) +if(!p)q.b=q.b+r.$1(d.a.b.d) +q=d.d +p=q==null +if(!p)q.a=q.a+r.$1(d.a.c.a) +if(!p)q.b=q.b+r.$1(d.a.c.b)}} +A.YY.prototype={ +$1(a){var s=this,r=s.a,q=a<=r&&a>") +r=A.ap(new A.aA(a,new A.a9z(),r),!0,r.j("bl.E")) +A.a(s.a,"_channel").cA("TextInput.setSelectionRects",r,t.H)}}, +xf(a,b,c,d,e,f){var s=$.el(),r=d==null?null:d.a +r=A.az(["fontFamily",b,"fontSize",c,"fontWeightIndex",r,"textAlignIndex",e.a,"textDirectionIndex",f.a],t.N,t.z) +A.a(s.a,"_channel").cA("TextInput.setStyle",r,t.H)}} +A.a9z.prototype={ +$1(a){var s=a.b,r=s.a,q=s.b +return A.b([r,q,s.c-r,s.d-q,a.a],t.a0)}, +$S:334} +A.LR.prototype={ +ya(a,b){A.a(this.a,"_channel").cA("TextInput.setClient",[a.f,b.i3()],t.H) +this.b=a +this.c=b}, +gZu(){return A.a(this.a,"_channel")}, +zl(a){return this.a3R(a)}, +a3R(b1){var s=0,r=A.P(t.z),q,p=this,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 +var $async$zl=A.Q(function(b2,b3){if(b2===1)return A.M(b3,r) +while(true)switch(s){case 0:b0=b1.a +if(b0==="TextInputClient.focusElement"){o=t.j.a(b1.b) +n=J.ay(o) +m=p.d.h(0,n.h(o,0)) +if(m!=null){l=A.ahG(n.h(o,1)) +n=A.ahG(n.h(o,2)) +m.a.d.jJ() +k=m.gDS() +if(k!=null)k.l5(B.eI,new A.m(l,n)) +m.a.ah5()}s=1 +break}else if(b0==="TextInputClient.requestElementsInRect"){n=J.pN(t.j.a(b1.b),t.Jy) +m=A.n(n).j("aA") +l=p.d +k=A.n(l).j("b3<1>") +j=k.j("d5>") +q=A.ap(new A.d5(new A.av(new A.b3(l,k),new A.a9M(p,A.ap(new A.aA(n,new A.a9N(),m),!0,m.j("bl.E"))),k.j("av")),new A.a9O(p),j),!0,j.j("q.E")) +s=1 +break}else if(b0==="TextInputClient.scribbleInteractionBegan"){p.e=!0 +s=1 +break}else if(b0==="TextInputClient.scribbleInteractionFinished"){p.e=!1 +s=1 +break}n=p.b +if(n==null){s=1 +break}if(b0==="TextInputClient.requestExistingInputState"){p.ya(n,A.a(p.c,"_currentConfiguration")) +n=p.b.r.a.c.a +m=A.a(p.a,"_channel") +m.cA("TextInput.setEditingState",n.rq(),t.H) +s=1 +break}o=t.j.a(b1.b) +if(b0===u.l){n=t.a +i=n.a(J.ag(o,1)) +for(m=J.k(i),l=J.aw(m.gba(i));l.t();)A.ard(n.a(m.h(i,l.gH(l)))) +s=1 +break}n=J.ay(o) +h=A.ei(n.h(o,0)) +m=p.b +if(h!==m.f){s=1 +break}switch(b0){case"TextInputClient.updateEditingState":m.r.ah3(A.ard(t.a.a(n.h(o,1)))) +break +case u.s:g=A.b([],t.sD) +m=t.a +for(n=J.aw(J.ag(m.a(n.h(o,1)),"deltas"));n.t();)g.push(A.aDX(m.a(n.gH(n)))) +t.Je.a(p.b.r).ahU(g) +break +case"TextInputClient.performAction":m=m.r +f=A.aH0(A.bk(n.h(o,1))) +switch(f.a){case 12:if(m.a.id===1)m.tz(f,!0) +break +case 2:case 3:case 6:case 7:case 4:case 5:m.tz(f,!0) +break +case 8:case 11:case 9:case 0:case 10:case 1:m.tz(f,!1) +break}break +case"TextInputClient.performPrivateCommand":m=t.a +e=m.a(n.h(o,1)) +n=p.b.r +l=J.ay(e) +k=A.bk(l.h(e,"action")) +l=m.a(l.h(e,"data")) +n.a.RG.$2(k,l) +break +case"TextInputClient.updateFloatingCursor":m=m.r +l=A.aH_(A.bk(n.h(o,1))) +n=t.a.a(n.h(o,2)) +if(l===B.fL){k=J.ay(n) +d=new A.m(A.py(k.h(n,"X")),A.py(k.h(n,"Y")))}else d=B.j +n=m.CW +if(n==null){n=A.bo(null,null,null,null,m) +n.cf() +k=n.bj$ +k.b=!0 +k.a.push(m.ga58()) +m.CW=n}switch(l.a){case 0:k=n.r +if(k!=null&&k.a!=null){n.ex(0) +m.J2()}m.dy=d +n=m.r +k=$.F.D$.z.h(0,n).gF() +k.toString +j=t.E +c=new A.b9(j.a(k).aK.c,B.l) +k=$.F.D$.z.h(0,n).gF() +k.toString +k=j.a(k).op(c) +m.db=k +k=k.gaU() +b=$.F.D$.z.h(0,n).gF() +b.toString +m.fr=k.a9(0,new A.m(0,j.a(b).am.gdA()/2)) +m.dx=c +n=$.F.D$.z.h(0,n).gF() +n.toString +j.a(n) +j=m.fr +j.toString +m=m.dx +m.toString +n.xb(l,j,m) +break +case 1:n=m.dy +n.toString +a=d.a9(0,n) +n=m.db.gaU().Z(0,a) +k=m.r +j=$.F.D$.z.h(0,k).gF() +j.toString +b=t.E +a0=n.a9(0,new A.m(0,b.a(j).am.gdA()/2)) +j=$.F.D$.z.h(0,k).gF() +j.toString +b.a(j) +n=j.am +a1=n.a +a2=Math.ceil(a1.gbk(a1))-n.gdA()+5 +a3=n.gaQ(n)+4 +n=j.U +a4=n!=null?a0.a9(0,n):B.j +if(j.bV&&a4.a>0){j.bz=new A.m(a0.a- -4,j.bz.b) +j.bV=!1}else if(j.bP&&a4.a<0){j.bz=new A.m(a0.a-a3,j.bz.b) +j.bP=!1}if(j.az&&a4.b>0){j.bz=new A.m(j.bz.a,a0.b- -4) +j.az=!1}else if(j.eh&&a4.b<0){j.bz=new A.m(j.bz.a,a0.b-a2) +j.eh=!1}n=j.bz +a5=a0.a-n.a +a6=a0.b-n.b +a7=Math.min(Math.max(a5,-4),a3) +a8=Math.min(Math.max(a6,-4),a2) +if(a5<-4&&a4.a<0)j.bV=!0 +else if(a5>a3&&a4.a>0)j.bP=!0 +if(a6<-4&&a4.b<0)j.az=!0 +else if(a6>a2&&a4.b>0)j.eh=!0 +j.U=a0 +m.fr=new A.m(a7,a8) +n=$.F.D$.z.h(0,k).gF() +n.toString +b.a(n) +j=$.F.D$.z.h(0,k).gF() +j.toString +b.a(j) +a1=m.fr +a1.toString +a9=$.F.D$.z.h(0,k).gF() +a9.toString +a9=a1.Z(0,new A.m(0,b.a(a9).am.gdA()/2)) +m.dx=n.l1(A.hc(j.dk(0,null),a9)) +k=$.F.D$.z.h(0,k).gF() +k.toString +b.a(k) +b=m.fr +b.toString +m=m.dx +m.toString +k.xb(l,b,m) +break +case 2:if(m.dx!=null&&m.fr!=null){n.sl(0,0) +n=m.CW +n.z=B.Y +n.h0(1,B.dN,B.AY)}break}break +case"TextInputClient.onConnectionClosed":n=m.r +if(n.gh7()){n.x.toString +n.cy=n.x=$.el().b=null +n.tz(B.lt,!0)}break +case"TextInputClient.showAutocorrectionPromptRect":m.r.Rn(A.ei(n.h(o,1)),A.ei(n.h(o,2))) +break +case"TextInputClient.showToolbar":m.r.mA() +break +case"TextInputClient.insertTextPlaceholder":m.r.adO(new A.L(A.ahG(n.h(o,1)),A.ahG(n.h(o,2)))) +break +case"TextInputClient.removeTextPlaceholder":m.r.Pg() +break +default:throw A.c(A.apY(null))}case 1:return A.N(q,r)}}) +return A.O($async$zl,r)}, +a71(){if(this.f)return +this.f=!0 +A.fn(new A.a9P(this))}, +GR(){A.a(this.a,"_channel").jz("TextInput.clearClient",t.H) +this.b=null +this.a71()}} +A.a9N.prototype={ +$1(a){return a}, +$S:336} +A.a9M.prototype={ +$1(a){var s,r,q,p=this.b,o=p[0],n=p[1],m=p[2] +p=p[3] +s=this.a.d +r=s.h(0,a) +p=r==null?null:r.ae_(new A.w(o,n,o+m,n+p)) +if(p!==!0)return!1 +p=s.h(0,a) +q=p==null?null:p.gjd(p) +if(q==null)q=B.F +if(!q.k(0,B.F)){p=q.a +p=isNaN(p)||isNaN(q.b)||isNaN(q.c)||isNaN(q.d)||p>=1/0||q.b>=1/0||q.c>=1/0||q.d>=1/0}else p=!0 +return!p}, +$S:21} +A.a9O.prototype={ +$1(a){var s,r,q=this.a.d.h(0,a),p=q.gjd(q) +q=[a] +s=p.a +r=p.b +B.c.P(q,[s,r,p.c-s,p.d-r]) +return q}, +$S:337} +A.a9P.prototype={ +$0(){var s=this.a +s.f=!1 +if(s.b==null)A.a(s.a,"_channel").jz("TextInput.hide",t.H)}, +$S:0} +A.ai5.prototype={ +$1(a){this.a.sdI(a) +return!1}, +$S:49} +A.aW.prototype={} +A.b_.prototype={ +ef(a){this.b=a}, +iF(a,b){return this.ghr()}, +ghr(){return!0}, +ni(a){return!0}, +AZ(a){var s=this.a +s.b=!0 +s.a.push(a) +return null}, +wk(a){return this.a.B(0,a)}, +dU(a){return A.aES(this,a,A.n(this).j("b_.T"))}} +A.cA.prototype={ +dU(a){return A.aET(this,a,A.n(this).j("cA.T"))}} +A.c3.prototype={ +cM(a){return this.c.$1(a)}} +A.Ud.prototype={ +O0(a,b,c){if(a instanceof A.cA)return a.d3(b,c) +else return a.cM(b)}} +A.mQ.prototype={ +an(){return new A.B1(A.aK(t.od),new A.D(),B.k)}} +A.Ue.prototype={ +$1(a){var s=a.f +s.toString +t.KU.a(s) +return!1}, +$S:70} +A.Ui.prototype={ +$1(a){var s,r=this,q=a.f +q.toString +s=A.ak2(t.KU.a(q),r.b,r.d) +if(s!=null){r.c.Fy(a,null) +r.a.a=s +return!0}return!1}, +$S:70} +A.Uf.prototype={ +$1(a){var s,r=a.f +r.toString +s=A.ak2(t.KU.a(r),this.b,this.c) +if(s!=null){this.a.a=s +return!0}return!1}, +$S:70} +A.Uh.prototype={ +$1(a){var s,r,q=this,p=a.f +p.toString +s=q.b +r=A.ak2(t.KU.a(p),s,q.d) +p=r!=null +if(p&&r.iF(0,s))q.a.a=A.aop(a).O0(r,s,q.c) +return p}, +$S:70} +A.B1.prototype={ +aB(){this.aS() +this.KJ()}, +a1h(a){this.a4(new A.aaM(this))}, +KJ(){var s,r,q,p,o=this,n=o.a.d +n=n.gb2(n) +s=A.j3(n,A.n(n).j("q.E")) +r=o.d.nt(s) +n=o.d +n.toString +q=s.nt(n) +for(n=r.ga1(r),p=o.gI8();n.t();)n.gH(n).wk(p) +for(n=q.ga1(q);n.t();)n.gH(n).AZ(p) +o.d=s}, +b4(a){this.bu(a) +this.KJ()}, +m(a){var s,r,q,p,o=this +o.aR(0) +for(s=o.d,s=A.it(s,s.r),r=o.gI8(),q=A.n(s).c;s.t();){p=s.d;(p==null?q.a(p):p).wk(r)}o.d=null}, +I(a,b){var s=this.a +return new A.B0(null,s.d,this.e,s.e,null)}} +A.aaM.prototype={ +$0(){this.a.e=new A.D()}, +$S:0} +A.B0.prototype={ +cZ(a){var s +if(this.w===a.w)s=!A.ajn(a.r,this.r) +else s=!0 +return s}} +A.nz.prototype={ +an(){return new A.BI(new A.bC(null,t.A),B.k)}} +A.BI.prototype={ +aB(){this.aS() +$.bK.ch$.push(new A.acY(this)) +$.F.D$.f.d.E(0,this.gIe())}, +m(a){$.F.D$.f.d.B(0,this.gIe()) +this.aR(0)}, +KW(a){this.tW(new A.acW(this))}, +a2c(a){if(this.c==null)return +this.KW(a)}, +Yq(a){if(!this.e)this.tW(new A.acR(this))}, +Ys(a){if(this.e)this.tW(new A.acS(this))}, +a28(a){var s=this +if(s.f!==a){s.tW(new A.acQ(s,a)) +s.a.toString}}, +IV(a,b){var s,r,q,p,o,n,m=this,l=new A.acV(m),k=new A.acU(m,new A.acT(m)) +if(a==null){s=m.a +s.toString +r=s}else r=a +q=l.$1(r) +p=k.$1(r) +if(b!=null)b.$0() +s=m.a +s.toString +o=l.$1(s) +s=m.a +s.toString +n=k.$1(s) +if(p!==n)m.a.y.$1(n) +if(q!==o)m.a.z.$1(o)}, +tW(a){return this.IV(null,a)}, +a4L(a){return this.IV(a,null)}, +b4(a){this.bu(a) +if(this.a.c!==a.c)$.bK.ch$.push(new A.acX(this,a))}, +gYo(){var s,r=this.c +r.toString +r=A.e6(r) +s=r==null?null:r.ax +switch((s==null?B.bE:s).a){case 0:return this.a.c +case 1:return!0}}, +I(a,b){var s,r,q,p=this,o=null,n=p.a,m=n.as +n=n.d +s=p.gYo() +r=p.a +q=A.o8(A.wR(!1,s,r.at,o,!0,!0,n,!0,o,p.ga27(),o,o,o),m,p.r,p.gYp(),p.gYr(),o) +n=r.c +if(n)m=r.w.a!==0 +else m=!1 +if(m)q=A.vd(r.w,q) +if(n){n=r.x +n=n!=null&&n.gbZ(n)}else n=!1 +if(n){n=p.a.x +n.toString +q=new A.m9(n,q,o,o)}return q}} +A.acY.prototype={ +$1(a){var s=$.F.D$.f.b +if(s==null)s=A.wT() +this.a.KW(s)}, +$S:2} +A.acW.prototype={ +$0(){var s=$.F.D$.f.b +switch((s==null?A.wT():s).a){case 0:this.a.d=!1 +break +case 1:this.a.d=!0 +break}}, +$S:0} +A.acR.prototype={ +$0(){this.a.e=!0}, +$S:0} +A.acS.prototype={ +$0(){this.a.e=!1}, +$S:0} +A.acQ.prototype={ +$0(){this.a.f=this.b}, +$S:0} +A.acV.prototype={ +$1(a){var s=this.a +return s.e&&a.c&&s.d}, +$S:93} +A.acT.prototype={ +$1(a){var s,r=this.a.c +r.toString +r=A.e6(r) +s=r==null?null:r.ax +switch((s==null?B.bE:s).a){case 0:return a.c +case 1:return!0}}, +$S:93} +A.acU.prototype={ +$1(a){var s=this.a +return s.f&&s.d&&this.b.$1(a)}, +$S:93} +A.acX.prototype={ +$1(a){this.a.a4L(this.b)}, +$S:2} +A.wo.prototype={ +ni(a){return this.c}, +cM(a){}} +A.pQ.prototype={} +A.q_.prototype={} +A.h_.prototype={} +A.GQ.prototype={} +A.os.prototype={} +A.JK.prototype={ +iF(a,b){var s,r,q,p,o,n=$.F.D$.f.f +if(n==null||n.e==null)return!1 +for(s=t.vz,r=0;r<2;++r){q=B.CN[r] +p=n.e +p.toString +o=A.ak4(p,q,s) +if(o!=null&&o.iF(0,q)){this.c=o +this.d=q +return!0}}return!1}, +cM(a){A.a(this.c,"_selectedAction").cM(A.a(this.d,"_selectedIntent"))}} +A.uA.prototype={ +IE(a,b,c){var s +a.ef(this.gks()) +s=A.n(this).j("cA<1>").b(a)?a.d3(b,c):a.cM(b) +a.ef(null) +return s}, +d3(a,b){var s=this,r=A.ak3(s.gqP(),A.n(s).c) +return r==null?s.O2(a,s.b,b):s.IE(r,a,b)}, +cM(a){return this.d3(a,null)}, +ghr(){var s,r,q=this,p=A.ak4(q.gqP(),null,A.n(q).c) +if(p!=null){p.ef(q.gks()) +s=p.ghr() +p.ef(null) +r=s}else r=q.gks().ghr() +return r}, +iF(a,b){var s,r=this,q=A.ak3(r.gqP(),A.n(r).c),p=q==null +if(!p)q.ef(r.gks()) +s=(p?r.gks():q).iF(0,b) +if(!p)q.ef(null) +return s}, +ni(a){var s,r=this,q=A.ak3(r.gqP(),A.n(r).c),p=q==null +if(!p)q.ef(r.gks()) +s=(p?r.gks():q).ni(a) +if(!p)q.ef(null) +return s}} +A.CB.prototype={ +O2(a,b,c){var s=this.e +if(b==null)return s.cM(a) +else return s.cM(a)}, +gks(){return this.e}, +gqP(){return this.f}} +A.CC.prototype={ +IE(a,b,c){var s,r +c.toString +s=this.$ti +a.ef(new A.Bk(c,this.e,new A.aM(A.b([],t.e),t._),s.j("Bk<1>"))) +r=s.j("cA<1>").b(a)?a.d3(b,c):a.cM(b) +a.ef(null) +return r}, +O2(a,b,c){var s=this.e +if(b==null)return s.d3(a,c) +else return s.d3(a,c)}, +gks(){return this.e}, +gqP(){return this.f}} +A.Bk.prototype={ +ef(a){this.d.ef(a)}, +iF(a,b){return this.d.iF(0,b)}, +ghr(){return this.d.ghr()}, +ni(a){return this.d.ni(a)}, +AZ(a){var s +this.RO(a) +s=this.d.a +s.b=!0 +s.a.push(a)}, +wk(a){this.RP(a) +this.d.a.B(0,a)}, +cM(a){return this.d.d3(a,this.c)}} +A.Mr.prototype={} +A.Mq.prototype={} +A.OF.prototype={} +A.El.prototype={ +ef(a){this.Ft(a) +this.e.ef(a)}} +A.Em.prototype={ +ef(a){this.Ft(a) +this.e.ef(a)}} +A.vt.prototype={ +aJ(a){var s=new A.za(this.e,!0,null,A.aj(),this.$ti.j("za<1>")) +s.gau() +s.CW=!0 +s.sb_(null) +return s}, +aM(a,b){b.sl(0,this.e) +b.sRv(!0)}} +A.AY.prototype={ +an(){return new A.DX(B.k)}} +A.DX.prototype={ +ga47(){var s,r +$.F.toString +s=$.aL() +if(s.gBN()!=="/"){$.F.toString +s=s.gBN()}else{r=this.a.at +if(r==null){$.F.toString +s=s.gBN()}else s=r}return s}, +aB(){var s=this +s.aS() +s.a8Q() +$.F.toString +s.f=s.JF($.aL().a.f,s.a.fx) +$.F.av$.push(s)}, +b4(a){this.bu(a) +this.L6(a)}, +m(a){var s +B.c.B($.F.av$,this) +s=this.d +if(s!=null){if(s.y1$>0)B.c.B($.F.av$,s) +s.eL(0)}this.aR(0)}, +L6(a){var s,r=this +r.a.toString +if(r.gLi()){s=r.d +if(s!=null){if(s.y1$>0)B.c.B($.F.av$,s) +s.eL(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.lt(r,t.TX)}}else{r.e=null +s=r.d +if(s!=null){if(s.y1$>0)B.c.B($.F.av$,s) +s.eL(0)}r.d=null}}, +a8Q(){return this.L6(null)}, +gLi(){var s=this.a +s=s.Q +s=s==null?null:s.a!==0 +if(s!==!0)s=!1 +else s=!0 +return s}, +a5a(a){var s,r=this,q=a.a +if(q==="/")r.a.toString +s=r.a.Q.h(0,q) +if(s!=null)return r.a.f.$1$2(a,s,t.z) +r.a.toString +return null}, +a5n(a){return this.a.as.$1(a)}, +va(){var s=0,r=A.P(t.y),q,p=this,o,n +var $async$va=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:p.a.toString +o=p.e +n=o==null?null:o.ga5() +if(n==null){q=!1 +s=1 +break}q=n.Oo() +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$va,r)}, +qb(a){return this.abz(a)}, +abz(a){var s=0,r=A.P(t.y),q,p=this,o,n +var $async$qb=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:p.a.toString +o=p.e +n=o==null?null:o.ga5() +if(n==null){q=!1 +s=1 +break}n.P_(a,t.X) +q=!0 +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$qb,r)}, +JF(a,b){this.a.toString +return A.aHi(a,b)}, +MC(a){var s=this,r=s.JF(a,s.a.fx) +if(!r.k(0,s.f))s.a4(new A.ahq(s,r))}, +I(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.gLi()){s=j.e +r=j.ga47() +q=j.a +q=q.ax +q.toString +h.a=new A.yg(r,j.ga59(),j.ga5m(),q,"nav",A.aIx(),!0,s)}h.b=null +s=j.a +s.toString +p=new A.jO(new A.ahp(h,j),i) +h.b=p +p=h.b=A.jS(p,i,i,B.bM,!0,s.cx,i,i,B.aA) +s=$.aEo +if(s)o=new A.Jl(15,!1,!1,i) +else o=i +h=o!=null?h.b=A.oO(B.b8,A.b([p,A.JC(i,o,i,i,0,0,0,i)],t.p),B.bn,i,i):p +s=j.a +r=s.ch +s=s.cy.a +s=A.ak(255,s>>>16&255,s>>>8&255,s&255) +q=j.f +q.toString +n=t.a9 +m=A.b([],n) +B.c.P(m,j.a.dx) +m.push(B.xF) +n=A.b(m.slice(0),n) +A.e6(b) +m=j.a +m=m.p2 +l=A.aEn() +k=$.avi() +h=A.vd(k,new A.wU(new A.JX(A.z(t.l5,t.UJ)),new A.Cm(new A.xG(q,n,new A.M0(r,s,h,i),i),i),i)) +return new A.zA(new A.zV(new A.m9(l,new A.GL(A.aAI(),h,"",i),"",i),i),m,i)}} +A.ahq.prototype={ +$0(){this.a.f=this.b}, +$S:0} +A.ahp.prototype={ +$1(a){return this.b.a.ay.$2(a,this.a.a)}, +$S:19} +A.Tl.prototype={} +A.vA.prototype={ +an(){return new A.B7(B.k)}} +A.B7.prototype={ +aB(){this.aS() +this.KN()}, +b4(a){this.bu(a) +this.KN()}, +KN(){this.e=new A.d_(this.gYw(),this.a.c,null,t.Jc)}, +m(a){var s,r,q=this.d +if(q!=null)for(q=A.lF(q,q.r);q.t();){s=q.d +r=this.d.h(0,s) +r.toString +s.K(0,r)}this.aR(0)}, +Yx(a){var s,r=this,q=a.a,p=r.d +if(p==null)p=r.d=A.z(t.I_,t.T) +p.n(0,q,r.a_3(q)) +p=r.d.h(0,q) +p.toString +q.a2(0,p) +if(!r.f){r.f=!0 +s=r.HS() +if(s!=null)r.L2(s) +else $.bK.ch$.push(new A.abf(r))}return!1}, +HS(){var s={},r=this.c +r.toString +s.a=null +r.bb(new A.abk(s)) +return t.xO.a(s.a)}, +L2(a){var s,r +this.c.toString +s=this.f +r=this.e +r.toString +a.Gn(t.Fw.a(A.aBU(r,s)))}, +a_3(a){return new A.abj(this,a)}, +I(a,b){var s=this.f,r=this.e +r.toString +return new A.xo(s,r,null)}} +A.abf.prototype={ +$1(a){var s,r=this.a +if(r.c==null)return +s=r.HS() +s.toString +r.L2(s)}, +$S:2} +A.abk.prototype={ +$1(a){this.a.a=a}, +$S:12} +A.abj.prototype={ +$0(){var s=this.a +s.d.B(0,this.b) +if(s.d.a===0)if($.bK.cy$.a<3)s.a4(new A.abh(s)) +else{s.f=!1 +A.fn(new A.abi(s))}}, +$S:0} +A.abh.prototype={ +$0(){this.a.f=!1}, +$S:0} +A.abi.prototype={ +$0(){var s=this.a +if(s.c!=null&&s.d.a===0)s.a4(new A.abg(s))}, +$S:0} +A.abg.prototype={ +$0(){}, +$S:0} +A.r0.prototype={} +A.I4.prototype={} +A.iF.prototype={ +k5(){var s=new A.I4($.b4()) +this.cV$=s +this.c.dY(new A.r0(s))}, +me(){var s,r=this +if(r.gjR()){if(r.cV$==null)r.k5()}else{s=r.cV$ +if(s!=null){s.ac() +r.cV$=null}}}, +I(a,b){if(this.gjR()&&this.cV$==null)this.k5() +return B.TJ}} +A.Po.prototype={ +I(a,b){throw A.c(A.Hk("Widgets that mix AutomaticKeepAliveClientMixin into their State must call super.build() but must ignore the return value of the superclass."))}} +A.fZ.prototype={ +cZ(a){return this.f!==a.f}} +A.IS.prototype={ +aJ(a){var s,r=this.e +r=new A.Kh(B.e.aI(B.e.G(r,0,1)*255),r,this.f,null,A.aj()) +r.gau() +s=r.gaE() +r.CW=s +r.sb_(null) +return r}, +aM(a,b){b.sdK(0,this.e) +b.suE(this.f)}} +A.wb.prototype={ +aJ(a){var s=new A.zd(this.e,this.f,this.r,!1,!1,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sr5(this.e) +b.sNq(this.f) +b.safB(this.r) +b.c6=b.aK=!1}, +qc(a){a.sr5(null) +a.sNq(null)}} +A.q7.prototype={ +aJ(a){var s=new A.K7(this.e,this.f,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.snh(this.e) +b.sip(this.f)}, +qc(a){a.snh(null)}} +A.Gh.prototype={ +aJ(a){var s=new A.K6(this.e,null,B.dO,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sBl(0,this.e) +b.sip(B.dO) +b.snh(null)}} +A.Gf.prototype={ +aJ(a){var s=new A.K5(this.e,this.f,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.snh(this.e) +b.sip(this.f)}, +qc(a){a.snh(null)}} +A.Jr.prototype={ +aJ(a){var s=this,r=new A.Ki(s.e,s.r,s.w,s.y,s.x,null,s.f,null,A.aj()) +r.gau() +r.gaE() +r.CW=!0 +r.sb_(null) +return r}, +aM(a,b){var s=this +b.sdQ(0,s.e) +b.sip(s.f) +b.sBl(0,s.r) +b.sfd(0,s.w) +b.sae(0,s.x) +b.sev(0,s.y)}} +A.Js.prototype={ +aJ(a){var s=this,r=new A.Kj(s.r,s.x,s.w,s.e,s.f,null,A.aj()) +r.gau() +r.gaE() +r.CW=!0 +r.sb_(null) +return r}, +aM(a,b){var s=this +b.snh(s.e) +b.sip(s.f) +b.sfd(0,s.r) +b.sae(0,s.w) +b.sev(0,s.x)}} +A.tF.prototype={ +aJ(a){var s,r=this,q=A.er(a),p=new A.Ks(r.w,null,A.aj()) +p.gau() +s=p.gaE() +p.CW=s +p.sb_(null) +p.sce(0,r.e) +p.sjb(r.r) +p.sbx(0,q) +p.skz(r.x) +p.sr3(0,null) +return p}, +aM(a,b){var s=this +b.sce(0,s.e) +b.sr3(0,null) +b.sjb(s.r) +b.sbx(0,A.er(a)) +b.aK=s.w +b.skz(s.x)}} +A.ne.prototype={ +aJ(a){var s=new A.Kd(this.e,null,A.aj()) +s.gau() +s.gaE() +s.CW=!0 +s.sb_(null) +return s}, +aM(a,b){b.sjB(this.e)}} +A.q9.prototype={ +aJ(a){var s=new A.Ka(this.e,this.f,this.x,B.cf,B.cf,null,A.aj()) +s.gau() +s.gaE() +s.CW=!0 +s.sb_(null) +return s}, +aM(a,b){b.sjB(this.e) +b.sRt(this.f) +b.sbJ(0,this.x) +b.saec(B.cf) +b.sacG(B.cf)}} +A.Hw.prototype={ +aJ(a){var s=new A.Kb(this.e,this.f,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sagX(this.e) +b.a8=this.f}} +A.cr.prototype={ +aJ(a){var s=new A.zm(this.e,A.er(a),null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sdz(0,this.e) +b.sbx(0,A.er(a))}} +A.dt.prototype={ +aJ(a){var s=new A.Kl(this.f,this.r,this.e,A.er(a),null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sjb(this.e) +b.sahi(this.f) +b.sadm(this.r) +b.sbx(0,A.er(a))}} +A.n9.prototype={} +A.wc.prototype={ +aJ(a){var s=new A.ze(this.e,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sBP(this.e)}} +A.xw.prototype={ +pJ(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.ga3(a) +if(r instanceof A.u)r.a0()}}} +A.nh.prototype={ +aJ(a){var s=new A.zc(this.e,0,null,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.P(0,null) +return s}, +aM(a,b){b.sBP(this.e)}} +A.ku.prototype={ +aJ(a){return A.aqF(A.n2(this.f,this.e))}, +aM(a,b){b.sLE(A.n2(this.f,this.e))}, +cv(){var s,r=this,q=r.e +if(q===1/0&&r.f===1/0)s="SizedBox.expand" +else s=q===0&&r.f===0?"SizedBox.shrink":"SizedBox" +q=r.a +return q==null?s:s+"-"+q.i(0)}} +A.f0.prototype={ +aJ(a){return A.aqF(this.e)}, +aM(a,b){b.sLE(this.e)}} +A.Ie.prototype={ +aJ(a){var s=new A.Ke(this.e,this.f,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.saeu(0,this.e) +b.saes(0,this.f)}} +A.yn.prototype={ +aJ(a){var s=new A.zl(this.e,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sw9(this.e)}, +c_(a){return new A.Pt(this,B.a8)}} +A.Pt.prototype={} +A.HW.prototype={ +aJ(a){var s=null,r=new A.zk(s,s,s,A.aj()) +r.gau() +r.gaE() +r.CW=!1 +r.sb_(s) +return r}, +aM(a,b){b.sRJ(null) +b.sRI(null)}} +A.Lg.prototype={ +aJ(a){var s=a.L(t.I) +s.toString +s=new A.Kr(this.e,s.f,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){var s +b.sdz(0,this.e) +s=a.L(t.I) +s.toString +b.sbx(0,s.f)}} +A.Ac.prototype={ +aJ(a){var s=A.er(a) +return A.aDa(this.e,null,B.ai,this.r,s)}, +aM(a,b){var s +b.sjb(this.e) +s=A.er(a) +b.sbx(0,s) +s=this.r +if(b.q!==s){b.q=s +b.a0()}if(B.ai!==b.D){b.D=B.ai +b.aF() +b.aj()}}} +A.HS.prototype={ +aJ(a){var s=A.er(a) +s=new A.zj(this.z,this.e,s,B.bn,B.ai,A.aj(),0,null,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.P(0,null) +return s}, +aM(a,b){var s=this.z +if(b.ky!==s){b.ky=s +b.a0()}b.sjb(this.e) +s=A.er(a) +b.sbx(0,s)}} +A.op.prototype={ +pJ(a){var s,r,q,p=this,o=a.e +o.toString +t.B.a(o) +s=p.f +if(o.w!=s){o.w=s +r=!0}else r=!1 +s=p.r +if(o.e!=s){o.e=s +r=!0}s=p.w +if(o.f!=s){o.f=s +r=!0}s=p.x +if(o.r!=s){o.r=s +r=!0}s=p.y +if(o.x!=s){o.x=s +r=!0}s=p.z +if(o.y!=s){o.y=s +r=!0}if(r){q=a.ga3(a) +if(q instanceof A.u)q.a0()}}} +A.JD.prototype={ +I(a,b){var s,r,q=this,p=null,o=b.L(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.JC(q.f,q.x,p,p,r,s,q.d,q.r)}} +A.Hh.prototype={ +ga4Y(){switch(this.e.a){case 0:return!0 +case 1:var s=this.w +return s===B.aC||s===B.Au}}, +Et(a){var s=this.ga4Y()?A.er(a):null +return s}, +aJ(a){var s=this,r=null,q=new A.zg(s.e,s.f,s.r,s.w,s.Et(a),s.y,s.z,B.u,A.aj(),A.b7(4,A.LT(r,r,r,r,r,B.bo,B.q,r,1,B.aA),!1,t.mi),!0,0,r,r,A.aj()) +q.gau() +q.gaE() +q.CW=!1 +q.P(0,r) +return q}, +aM(a,b){var s=this,r=s.e +if(b.C!==r){b.C=r +b.a0()}r=s.f +if(b.M!==r){b.M=r +b.a0()}r=s.r +if(b.ag!==r){b.ag=r +b.a0()}r=s.w +if(b.a7!==r){b.a7=r +b.a0()}r=s.Et(a) +if(b.q!=r){b.q=r +b.a0()}r=s.y +if(b.D!==r){b.D=r +b.a0()}if(B.u!==b.bA){b.bA=B.u +b.aF() +b.aj()}}} +A.Ky.prototype={} +A.Gp.prototype={} +A.wO.prototype={ +pJ(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.ga3(a) +if(q instanceof A.u)q.a0()}}} +A.H6.prototype={} +A.Ku.prototype={ +aJ(a){var s,r,q,p=this,o=null,n=p.e,m=p.r +if(m==null){m=a.L(t.I) +m.toString +m=m.f}s=p.x +r=A.Ij(a) +q=s===B.aL?"\u2026":o +s=new A.zn(A.LT(q,r,p.z,p.as,n,p.f,m,p.ax,p.y,p.at),p.w,s,0,o,o,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.P(0,o) +s.z1(n) +return s}, +aM(a,b){var s,r=this +b.scd(0,r.e) +b.smc(0,r.f) +s=r.r +if(s==null){s=a.L(t.I) +s.toString +s=s.f}b.sbx(0,s) +b.sRx(r.w) +b.sDy(0,r.x) +b.skV(r.y) +b.snQ(0,r.z) +b.sj3(0,r.as) +b.soi(r.at) +b.srp(0,r.ax) +s=A.Ij(a) +b.slY(0,s)}} +A.a5H.prototype={ +$1(a){var s,r=null +if(a instanceof A.kK){s=this.a.a++ +this.b.push(A.bq(r,a.e,!1,r,r,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,new A.lT(s,"PlaceholderSpanIndexSemanticsTag("+s+")"),r,r,r))}return!0}, +$S:38} +A.JU.prototype={ +aJ(a){var s=this,r=s.d +r=r==null?null:r.dr(0) +r=new A.zi(r,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.CW,!1,null,!1,A.aj()) +r.gau() +r.gaE() +r.CW=!1 +r.a8I() +return r}, +aM(a,b){var s=this,r=s.d +b.seT(0,r==null?null:r.dr(0)) +b.a7=s.e +b.saQ(0,s.f) +b.sbk(0,s.r) +b.sQJ(0,s.w) +b.sae(0,s.x) +b.sdK(0,s.y) +b.saav(s.Q) +b.sacy(s.as) +b.sjb(s.at) +b.sagc(0,s.ax) +b.saa9(s.ay) +b.saeq(!1) +b.sbx(0,null) +b.svO(s.CW) +b.sqI(!1) +b.skz(s.z)}, +qc(a){a.seT(0,null)}} +A.Ig.prototype={ +aJ(a){var s=this,r=null,q=new A.Kk(s.e,r,s.r,r,s.x,s.y,s.z,r,A.aj()) +q.gau() +q.gaE() +q.CW=!1 +q.sb_(r) +return q}, +aM(a,b){var s=this +b.cU=s.e +b.dt=null +b.cq=s.r +b.d1=null +b.cn=s.x +b.e_=s.y +b.u=s.z}} +A.Ix.prototype={ +aJ(a){var s=this,r=new A.Kg(!0,s.e,s.f,s.r,s.w,B.ao,null,A.aj()) +r.gau() +r.gaE() +r.CW=!1 +r.sb_(null) +return r}, +aM(a,b){var s,r=this +b.dt=r.e +b.cq=r.f +b.d1=r.r +s=r.w +if(!b.cn.k(0,s)){b.cn=s +b.aF()}if(b.u!==B.ao){b.u=B.ao +b.aF()}}} +A.hj.prototype={ +aJ(a){var s=new A.Kn(null,A.aj()) +s.gau() +s.CW=!0 +s.sb_(null) +return s}} +A.hQ.prototype={ +aJ(a){var s=new A.zh(this.e,this.f,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sNO(this.e) +b.sCM(this.f)}} +A.EZ.prototype={ +aJ(a){var s=new A.z8(!1,null,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sLs(!1) +b.sCM(null)}} +A.rL.prototype={ +gHy(){var s=this.e.fr +s=s==null?null:new A.bR(s,B.T) +return s}, +gHz(){var s=this.e.fy +s=s==null?null:new A.bR(s,B.T) +return s}, +gHx(){return null}, +gHv(){return null}, +gHw(){return null}, +aJ(a){var s=this,r=null,q=s.e +q=new A.zq(s.f,s.r,!1,q.b,q.a,q.d,q.e,q.x,q.y,q.f,q.r,q.w,q.z,q.Q,q.as,q.at,q.ay,q.ch,q.CW,q.cx,q.ax,q.cy,q.db,q.dx,q.dy,q.c,s.gHy(),s.gHz(),s.gHx(),s.gHv(),s.gHw(),q.p1,s.I3(a),q.p3,q.p4,q.R8,q.a7,q.RG,q.rx,q.ry,q.to,q.x1,q.x2,q.xr,q.y1,q.y2,q.ap,q.a6,q.ar,r,r,q.bQ,q.C,q.M,q.ag,q.q,r,A.aj()) +q.gau() +q.gaE() +q.CW=!1 +q.sb_(r) +return q}, +I3(a){var s,r=this.e,q=r.p2 +if(q!=null)return q +s=r.fr!=null||r.fy!=null||!1 +if(!s)return null +return A.er(a)}, +aM(a,b){var s,r,q=this +b.saaG(q.f) +b.sacd(q.r) +b.sac9(!1) +s=q.e +b.sx_(s.CW) +b.sku(0,s.a) +b.sBs(0,s.b) +b.sE3(s.c) +b.sx4(0,s.d) +b.sBn(0,s.e) +b.sxk(s.x) +b.sD4(s.y) +b.sjB(s.f) +b.sCH(s.r) +b.sDV(s.w) +b.srg(0,s.z) +b.sCs(s.Q) +b.sCt(0,s.as) +b.sCN(s.at) +b.sm0(s.ay) +b.sDj(0,s.ch) +b.sCJ(0,s.ax) +b.seT(0,s.cy) +b.sD7(s.db) +b.sqR(s.dx) +b.snn(s.dy) +b.sa9M(q.gHy()) +b.sa9N(q.gHz()) +b.sa9L(q.gHx()) +b.sa9J(q.gHv()) +b.sa9K(q.gHw()) +b.sads(s.p1) +b.sDl(s.cx) +b.sbx(0,q.I3(a)) +b.sxl(s.p3) +b.sagB(s.p4) +b.siN(s.R8) +b.sjE(s.RG) +b.so2(s.rx) +b.so3(s.ry) +b.so4(s.to) +b.so1(s.x1) +b.snW(s.x2) +b.snV(s.a7) +b.snT(s.xr) +b.snR(0,s.y1) +b.snS(0,s.y2) +b.so0(0,s.ap) +r=s.a6 +b.snZ(r) +b.snX(r) +b.so_(null) +b.snY(null) +b.so5(s.bQ) +b.so6(s.C) +b.snU(s.M) +b.sr0(s.ag) +b.sabi(s.q)}} +A.Ip.prototype={ +aJ(a){var s=new A.Kf(null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}} +A.Fp.prototype={ +aJ(a){var s=new A.K4(!0,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sa9U(!0)}} +A.lq.prototype={ +aJ(a){var s=new A.K9(this.e,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.saca(this.e)}} +A.HR.prototype={ +aJ(a){var s=new A.Kc(this.e,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){b.sadJ(0,this.e)}} +A.xt.prototype={ +I(a,b){return this.c}} +A.jO.prototype={ +I(a,b){return this.c.$1(b)}} +A.lh.prototype={ +aJ(a){var s=new A.CK(this.e,B.ao,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){t.yE.a(b).sae(0,this.e)}} +A.CK.prototype={ +sae(a,b){if(b.k(0,this.cU))return +this.cU=b +this.aF()}, +aH(a,b){var s,r,q,p,o,n=this,m=n.k1 +if(m.a>0&&m.b>0){m=a.gc2(a) +s=n.k1 +r=b.a +q=b.b +p=s.a +s=s.b +o=$.aJ()?A.aT():new A.aO(new A.aQ()) +o.sae(0,n.cU) +m.c8(0,new A.w(r,q,r+p,q+s),o)}m=n.q$ +if(m!=null)a.dg(m,b)}} +A.ahs.prototype={ +$0(){var s,r,q=this,p=q.b +if(p==null||t.n2.b(q.c)){p=A.a(q.a.ry$,"_pipelineOwner").d +p.toString +s=q.c +s=s.gbS(s) +r=A.aA5() +p.bD(r,s) +p=r}return p}, +$S:346} +A.aht.prototype={ +$1(a){var s=a==null?t.K.a(a):a +return this.a.kC(s)}, +$S:347} +A.hq.prototype={ +va(){return A.cK(!1,t.y)}, +qb(a){return A.cK(!1,t.y)}, +abA(a){var s=a.a +s.toString +return this.qb(s)}, +BT(){}, +ME(){}, +MD(){}, +MC(a){}} +A.AZ.prototype={ +acY(){this.abE($.aL().a.f)}, +abE(a){var s,r,q +for(s=this.av$,r=s.length,q=0;q"))}, +aJ(a){return this.d}, +aM(a,b){}, +a9I(a,b){var s,r={} +r.a=b +if(b==null){a.Oi(new A.a55(r,this,a)) +s=r.a +s.toString +a.pN(s,new A.a56(r))}else{b.ag=this +b.fi()}r=r.a +r.toString +return r}, +cv(){return this.e}} +A.a55.prototype={ +$0(){var s=this.b,r=A.aD7(s,s.$ti.c) +this.a.a=r +r.r=this.c}, +$S:0} +A.a56.prototype={ +$0(){var s=this.a.a +s.toString +s.FV(null,null) +s.u5()}, +$S:0} +A.m1.prototype={ +bb(a){var s=this.M +if(s!=null)a.$1(s)}, +iz(a){this.M=null +this.jV(a)}, +fk(a,b){this.FV(a,b) +this.u5()}, +bc(a,b){this.lg(0,b) +this.u5()}, +iP(){var s=this,r=s.ag +if(r!=null){s.ag=null +s.lg(0,s.$ti.j("ou<1>").a(r)) +s.u5()}s.xM()}, +u5(){var s,r,q,p,o,n,m,l=this +try{o=l.M +n=l.f +n.toString +l.M=l.dO(o,l.$ti.j("ou<1>").a(n).c,B.fk)}catch(m){s=A.a9(m) +r=A.aB(m) +o=A.bi("attaching to the render tree") +q=new A.bs(s,r,"widgets library",o,null,!1) +A.cV(q) +p=A.wH(q) +l.M=l.dO(null,p,B.fk)}}, +gF(){return this.$ti.j("aE<1>").a(A.bm.prototype.gF.call(this))}, +iE(a,b){var s=this.$ti +s.j("aE<1>").a(A.bm.prototype.gF.call(this)).sb_(s.c.a(a))}, +iM(a,b,c){}, +iS(a,b){this.$ti.j("aE<1>").a(A.bm.prototype.gF.call(this)).sb_(null)}} +A.Ml.prototype={$iaa:1} +A.DY.prototype={ +fR(){this.RR() +$.eK=this +var s=$.aL() +s.Q=this.ga2V() +s.as=$.a5}, +Ea(){this.RT() +this.z4()}} +A.DZ.prototype={ +fR(){this.V5() +$.bK=this}, +jy(){this.RS()}} +A.E_.prototype={ +fR(){var s,r,q=this,p="_keyboard",o="_keyEventManager" +q.V7() +$.e9=q +A.ca(q.bQ$,"_defaultBinaryMessenger") +q.bQ$=B.xx +s=new A.zx(A.aK(t.z4),$.b4()) +B.hD.l7(s.ga4S()) +q.C$=s +s=new A.a_i(A.z(t.v3,t.bd),A.aK(t.SQ),A.b([],t.sA)) +A.ca(q.b5$,p) +q.b5$=s +s=new A.I5(A.a(s,p),$.ajL(),A.b([],t.K0)) +A.ca(q.cW$,o) +q.cW$=s +r=$.aL() +r.at=A.a(s,o).gacU() +r.ax=$.a5 +B.wi.xc(A.a(q.cW$,o).gadb()) +s=$.apN +if(s==null)s=$.apN=A.b([],t.iL) +s.push(q.gYC()) +B.wk.xc(new A.aht(q)) +B.wj.xc(q.ga2o()) +B.bj.l7(q.ga2T()) +q.afP()}, +jy(){this.V8()}} +A.E0.prototype={ +fR(){this.V9() +$.fc=this +var s=t.K +this.kx$=new A.a0b(A.z(s,t.Sc),A.z(s,t.B6),A.z(s,t.pt))}, +qB(){this.TZ() +A.a(this.kx$,"_imageCache").aG(0)}, +kC(a){return this.adf(a)}, +adf(a){var s=0,r=A.P(t.H),q,p=this +var $async$kC=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:s=3 +return A.U(p.U_(a),$async$kC) +case 3:switch(A.bk(J.ag(t.a.a(a),"type"))){case"fontsChange":p.eQ$.ac() +break}s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$kC,r)}} +A.E1.prototype={ +fR(){this.Vc() +$.zS=this +this.qo$=$.aL().a.a}} +A.E2.prototype={ +fR(){var s,r,q,p,o=this,n="_pipelineOwner" +o.Vd() +$.m3=o +s=t.TT +o.ry$=new A.Jw(o.gac4(),o.ga3u(),o.ga3w(),A.b([],s),A.b([],s),A.b([],s),A.aK(t.d)) +s=$.aL() +s.f=o.gad1() +r=s.r=$.a5 +s.fy=o.gadh() +s.go=r +s.k2=o.gad4() +s.k3=r +s.p1=o.ga3s() +s.p2=r +s.p3=o.ga3q() +s.p4=r +r=new A.zt(B.o,o.Mq(),$.bX(),null,A.aj()) +r.gau() +r.CW=!0 +r.sb_(null) +A.a(o.ry$,n).sagt(r) +r=A.a(o.ry$,n).d +r.Q=r +q=t.O +q.a(A.H.prototype.gcb.call(r)).e.push(r) +p=r.KZ() +r.ay.saL(0,p) +q.a(A.H.prototype.gcb.call(r)).x.push(r) +o.Rd(s.a.c) +o.ay$.push(o.ga2R()) +s=o.rx$ +if(s!=null){s.y2$=$.b4() +s.y1$=0}s=t.S +r=$.b4() +o.rx$=new A.Iy(new A.a2h(B.eK,A.z(s,t.ZA)),A.z(s,t.xg),r) +o.ch$.push(o.ga3V())}, +jy(){this.Va()}, +C2(a,b,c){this.rx$.ah9(b,new A.ahs(this,c,b)) +this.SH(0,b,c)}} +A.E3.prototype={ +jy(){this.Vf()}, +CA(){var s,r,q +this.Tw() +for(s=this.av$,r=s.length,q=0;q=s.b&&s.c>=s.d) +else s=!0}else s=!1 +if(s)o=A.aBZ(new A.f0(B.mc,p,p),0,0) +else{s=q.d +if(s!=null)o=new A.dt(s,p,p,o,p)}r=q.ga5p() +if(r!=null)o=new A.cr(r,o,p) +s=q.f +if(s!=null)o=new A.lh(s,o,p) +s=q.r +if(s!=null)o=A.aoS(o,s,B.fx) +s=q.x +if(s!=null)o=new A.f0(s,o,p) +s=q.y +if(s!=null)o=new A.cr(s,o,p) +o.toString +return o}} +A.GL.prototype={} +A.fs.prototype={ +i(a){return"DismissDirection."+this.b}} +A.wl.prototype={ +an(){return new A.Bo(null,null,null,B.k)}} +A.u7.prototype={ +i(a){return"_FlingGestureKind."+this.b}} +A.Bo.prototype={ +aB(){var s,r,q=this +q.Vl() +q.a.toString +s=A.bo(null,B.D,null,null,q) +s.c1(q.ga1F()) +s.cf() +r=s.bj$ +r.b=!0 +r.a.push(q.ga1H()) +q.d=s +q.AH()}, +gjR(){var s=this.d +if(s==null)s=null +else{s=s.r +s=s!=null&&s.a!=null}if(s!==!0){s=this.f +if(s==null)s=null +else{s=s.r +s=s!=null&&s.a!=null}s=s===!0}else s=!0 +return s}, +m(a){var s +this.d.m(0) +s=this.f +if(s!=null)s.m(0) +this.Vk(0)}, +gh6(){var s=this.a.x +return s===B.AR||s===B.fz||s===B.fA}, +ln(a){var s +if(a===0)return B.mS +if(this.gh6()){s=this.c.L(t.I) +s.toString +switch(s.f.a){case 0:return a<0?B.fA:B.fz +case 1:return a>0?B.fA:B.fz}}return a>0?B.mR:B.AS}, +gJ4(){var s=this.c +s=s.gjU(s) +s.toString +return this.gh6()?s.a:s.b}, +a_t(a){var s,r,q=this +if(q.x)return +q.y=!0 +s=q.d +r=s.r +if(r!=null&&r.a!=null){q.w=A.a(s.x,"_value")*q.gJ4()*J.ds(q.w) +q.d.ex(0)}else{q.w=0 +s.sl(0,0)}q.a4(new A.acA(q))}, +a_u(a){var s,r,q,p=this +if(!p.y){s=p.d.r +s=s!=null&&s.a!=null}else s=!0 +if(s){s=p.d.r +s=s!=null&&s.a!=null}else s=!0 +if(s)return +s=a.c +s.toString +r=p.w +switch(p.a.x.a){case 1:case 0:p.w=r+s +break +case 4:s=r+s +if(s<0)p.w=s +break +case 5:s=r+s +if(s>0)p.w=s +break +case 2:q=p.c.L(t.I) +q.toString +switch(q.f.a){case 0:s=p.w+s +if(s>0)p.w=s +break +case 1:s=p.w+s +if(s<0)p.w=s +break}break +case 3:q=p.c.L(t.I) +q.toString +switch(q.f.a){case 0:s=p.w+s +if(s<0)p.w=s +break +case 1:s=p.w+s +if(s>0)p.w=s +break}break +case 6:p.w=0 +break}if(J.ds(r)!==J.ds(p.w))p.a4(new A.acB(p)) +s=p.d +q=s.r +if(!(q!=null&&q.a!=null))s.sl(0,Math.abs(p.w)/p.gJ4())}, +a1I(){this.a.toString}, +AH(){var s,r,q=this,p=J.ds(q.w),o=q.d +o.toString +s=q.gh6() +r=q.a +if(s){r.toString +s=new A.m(p,0)}else{r.toString +s=new A.m(0,p)}r=t.Ni +q.e=new A.aC(t.m.a(o),new A.ar(B.j,s,r),r.j("aC"))}, +a_n(a){var s,r,q,p,o=this +if(o.w===0)return B.lK +s=a.a +r=s.a +q=s.b +if(o.gh6()){s=Math.abs(r) +if(s-Math.abs(q)<400||s<700)return B.lK +p=o.ln(r)}else{s=Math.abs(q) +if(s-Math.abs(r)<400||s<700)return B.lK +p=o.ln(q)}if(p===o.ln(o.w))return B.Tg +return B.Th}, +a_s(a){var s,r,q,p=this +if(!p.y){s=p.d.r +s=s!=null&&s.a!=null}else s=!0 +if(s){s=p.d.r +s=s!=null&&s.a!=null}else s=!0 +if(s)return +p.y=!1 +s=p.d +if(s.gaZ(s)===B.H){p.pd() +return}s=a.a +r=s.a +q=p.gh6()?r.a:r.b +switch(p.a_n(s).a){case 1:p.a.toString +B.hv.h(0,p.ln(p.w)) +p.w=J.ds(q) +p.d.Nk(Math.abs(q)*0.0033333333333333335) +break +case 2:p.w=J.ds(q) +p.d.Nk(-Math.abs(q)*0.0033333333333333335) +break +case 0:s=p.d +if(s.gaZ(s)!==B.w){s=A.a(p.d.x,"_value") +p.a.toString +B.hv.h(0,p.ln(p.w)) +r=p.d +if(s>0.4)r.bp(0) +else r.cc(0)}break}}, +tK(a){return this.a1G(a)}, +a1G(a){var s=0,r=A.P(t.H),q=this +var $async$tK=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:s=a===B.H&&!q.y?2:3 +break +case 2:s=4 +return A.U(q.pd(),$async$tK) +case 4:case 3:if(q.c!=null)q.me() +return A.N(null,r)}}) +return A.O($async$tK,r)}, +pd(){var s=0,r=A.P(t.H),q=this,p +var $async$pd=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:q.a.toString +B.hv.h(0,q.ln(q.w)) +s=2 +return A.U(q.yB(),$async$pd) +case 2:p=b +if(q.c!=null)if(p)q.a7P() +else q.d.cc(0) +return A.N(null,r)}}) +return A.O($async$pd,r)}, +yB(){var s=0,r=A.P(t.y),q,p=this +var $async$yB=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:p.a.toString +q=!0 +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$yB,r)}, +a7P(){var s,r=this +r.a.toString +s=r.ln(r.w) +r.a.w.$1(s)}, +I(a,b){var s,r,q,p,o,n,m,l=this,k=null +l.mC(0,b) +l.a.toString +s=l.r +if(s!=null){r=l.gh6()?B.a3:B.as +q=l.z +p=q.a +return A.aqV(r,0,A.dB(k,q.b,p),s)}s=A.a(l.e,"_moveAnimation") +r=l.a +o=A.alc(r.c,s,k,!0) +if(r.x===B.mS)return o +s=l.gh6()?l.gHk():k +r=l.gh6()?l.gHl():k +q=l.gh6()?l.gHj():k +p=l.gh6()?k:l.gHk() +n=l.gh6()?k:l.gHl() +m=l.gh6()?k:l.gHj() +l.a.toString +return A.eL(B.ao,o,B.W,!1,k,k,k,k,q,s,r,k,k,k,k,k,k,k,k,k,m,p,n)}} +A.acA.prototype={ +$0(){this.a.AH()}, +$S:0} +A.acB.prototype={ +$0(){this.a.AH()}, +$S:0} +A.Ea.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.Eb.prototype={ +aB(){this.aS() +if(this.gjR())this.k5()}, +dd(){var s=this.cV$ +if(s!=null){s.ac() +this.cV$=null}this.j7()}} +A.GR.prototype={ +I(a,b){var s=b.L(t.w).f,r=s.a,q=r.a,p=r.b,o=A.aAQ(b),n=A.aAO(o,r),m=A.aAP(A.aAS(new A.w(0,0,0+q,0+p),A.aAR(s)),n) +return new A.cr(new A.as(m.a,m.b,q-m.c,p-m.d),new A.hd(s.ag5(m),this.d,null),null)}} +A.Xw.prototype={ +$1(a){var s +if(!a.gjd(a).gdR().ahp(0,0)){a.gahq(a) +s=!1}else s=!0 +return s}, +$S:135} +A.Xx.prototype={ +$1(a){return a.gjd(a)}, +$S:350} +A.GS.prototype={ +gaP(a){var s=this.a +if(s==null)return null +s=s.c +s.toString +return s}} +A.ql.prototype={ +an(){return new A.Bu(A.yS(null),A.yS(null),B.k)}, +acM(a,b,c){return this.d.$3(a,b,c)}, +agq(a,b,c){return this.e.$3(a,b,c)}} +A.Bu.prototype={ +aB(){var s,r=this +r.aS() +s=r.a.c +r.d=s.gaZ(s) +r.a.c.c1(r.gy6()) +r.KK()}, +Gl(a){var s=this,r="_effectiveAnimationStatus",q=A.a(s.d,r),p=s.Zl(a,A.a(s.d,r)) +s.d=p +if(q!==A.a(p,r))s.KK()}, +b4(a){var s,r,q=this +q.bu(a) +s=a.c +if(s!==q.a.c){r=q.gy6() +s.e5(r) +q.a.c.c1(r) +r=q.a.c +q.Gl(r.gaZ(r))}}, +Zl(a,b){switch(a.a){case 0:case 3:return a +case 1:switch(b.a){case 0:case 3:case 1:return a +case 2:return b}break +case 2:switch(b.a){case 0:case 3:case 2:return a +case 1:return b}break}}, +KK(){var s=this +switch(A.a(s.d,"_effectiveAnimationStatus").a){case 0:case 1:s.e.sa3(0,s.a.c) +s.f.sa3(0,B.cj) +break +case 2:case 3:s.e.sa3(0,B.cT) +s.f.sa3(0,new A.i7(s.a.c,new A.aM(A.b([],t.W),t.jc),0)) +break}}, +m(a){this.a.c.e5(this.gy6()) +this.aR(0)}, +I(a,b){var s=this.a +return s.acM(b,this.e,s.agq(b,this.f,s.f))}} +A.jt.prototype={ +scd(a,b){this.oN(0,this.a.nk(B.bq,B.lu,b))}, +a9Z(a,b,c){var s,r,q=null,p=this.a,o=p.c +if(o.gbv()){s=o.b +p=s>=o.a&&s<=p.a.length}else p=!1 +if(!p||!c)return A.ho(q,b,this.a.a) +r=b.bg(B.NU) +p=this.a +o=p.c +p=p.a +s=o.a +o=o.b +return A.ho(A.b([A.ho(q,q,B.b.N(p,0,s)),A.ho(q,r,B.b.N(p,s,o)),A.ho(q,q,B.b.bU(p,o))],t.Ne),b,q)}, +srW(a){var s,r,q,p,o=this +if(!o.Oa(a))throw A.c(A.Hk("invalid text selection: "+a.i(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.bq +o.oN(0,o.a.aaY(p,a))}, +Oa(a){var s=this.a.a.length +return a.a<=s&&a.b<=s}} +A.M1.prototype={} +A.wy.prototype={ +gj3(a){var s=this.CW,r=s.geH() +return new A.LB(s.d,r,s.r,s.as,s.w,s.x,null,!0,s.dx)}, +an(){var s=null +return new A.qm(new A.d9(!0,$.b4()),new A.bC(s,t.A),new A.r4(),new A.r4(),new A.r4(),B.o,s,s,s,B.k)}} +A.qm.prototype={ +gfB(){this.a.toString +var s=this.z +if(s==null){s=A.a6o() +this.z=s}return s}, +gjR(){return this.a.d.gbR()}, +gMv(){var s=this.a +return s.z.b&&!s.x&&!s.f}, +gAr(){var s,r=$.F.D$.z.h(0,this.r) +if(r==null)s=null +else{r=r.f +r.toString +s=r}if(!(s instanceof A.Bv))throw A.c(A.X("_Editable must be mounted.")) +return s.f}, +M9(a){var s=this,r=s.a,q=r.c.a,p=q.b,o=p.a,n=p.b +if(o===n||r.f)return +A.w4(new A.nc(B.b.N(q.a,o,n))) +if(a===B.bI){s.il(s.a.c.a.b.gde()) +s.CK(!1) +switch(A.dL().a){case 2:break +case 4:case 0:case 1:case 3:case 5:r=s.a.c.a +s.fU(new A.dD(r.a,A.mo(B.l,r.b.b),B.bq),B.bI) +break}}}, +Mw(a){var s,r,q,p=this,o=p.a +if(o.x||o.f)return +o=o.c.a +s=o.b +r=o.a +o=s.a +q=s.b +if(o===q)return +A.w4(new A.nc(B.b.N(r,o,q))) +p.Jy(new A.hk(p.a.c.a,"",s,a)) +if(a===B.bI){$.bK.ch$.push(new A.Y1(p)) +p.jx()}}, +r6(a){return this.afv(a)}, +afv(a){var s=0,r=A.P(t.H),q,p=this,o,n,m,l,k +var $async$r6=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:k=p.a +if(k.x){s=1 +break}o=k.c.a.b +if(!o.gbv()){s=1 +break}s=3 +return A.U(A.W3("text/plain"),$async$r6) +case 3:n=c +if(n==null){s=1 +break}m=Math.max(o.c,o.d) +l=p.a.c.a.iq(A.mo(B.l,m)) +k=n.a +k.toString +p.fU(l.Pn(o,k),a) +if(a===B.bI){$.bK.ch$.push(new A.Y4(p)) +p.jx()}case 1:return A.N(q,r)}}) +return A.O($async$r6,r)}, +aB(){var s,r,q=this +q.Uf() +s=A.bo(null,B.fD,null,null,q) +s.cf() +r=s.bj$ +r.b=!0 +r.a.push(q.ga56()) +q.Q=s +q.a.c.a2(0,q.gyR()) +q.a.d.a2(0,q.gyV()) +q.gfB().a2(0,q.ga8T()) +q.f.sl(0,q.a.as)}, +bH(){var s,r,q=this +q.e9() +q.c.L(t.BY) +if(!q.ay)q.a.toString +s=q.c +s.toString +r=A.aln(s) +if(q.cx!==r){q.cx=r +if(r&&q.k4)q.ug() +else if(!r&&q.d!=null){q.d.aA(0) +q.d=null}}}, +b4(a){var s,r,q,p=this +p.bu(a) +s=a.c +if(p.a.c!==s){r=p.gyR() +s.K(0,r) +p.a.c.a2(0,r) +p.AK()}if(!p.a.c.a.b.k(0,s.a.b)){s=p.y +if(s!=null)s.bc(0,p.a.c.a)}s=p.y +if(s!=null)s.sNC(p.a.Q) +s=p.a +s.av!==a.av +r=a.d +if(s.d!==r){s=p.gyV() +r.K(0,s) +p.a.d.a2(0,s) +p.me()}s=p.a +s.toString +if(a.x&&s.d.gbR())p.u2() +s=p.gh7() +if(s){s=p.a +if(a.x!==s.x){p.x.toString +s=s.av +s=s.gkU() +A.a($.el().a,"_channel").cA("TextInput.updateConfig",s.i3(),t.H)}}if(!p.a.CW.k(0,a.CW)){q=p.a.CW +if(p.gh7()){s=p.x +s.toString +r=p.gtv() +s.xf(0,q.d,q.r,q.w,p.a.cy,r)}}s=p.a +if(s.M){r=s.z.c +if(r&&!s.x){if(s.ok==null)s=null +else s=r&&!s.x +s=s===!0}else s=!1}else s=!1 +s}, +m(a){var s=this,r=s.z +if(r!=null)r.m(0) +s.a.c.K(0,s.gyR()) +r=s.CW +if(r!=null)r.m(0) +s.CW=null +s.GU() +r=s.d +if(r!=null)r.aA(0) +s.d=null +r=s.Q +if(r!=null)r.m(0) +s.Q=null +r=s.y +if(r!=null)r.m(0) +s.y=null +s.a.d.K(0,s.gyV()) +B.c.B($.F.av$,s) +s.Ug(0)}, +ah3(a){var s,r,q,p=this,o=p.a +if(o.x)a=o.c.a.iq(a.b) +p.cy=a +if(a.k(0,p.a.c.a))return +o=a.a +s=p.a.c.a +if(o===s.a&&a.c.k(0,s.c)){o=p.x==null?null:$.el().e +o=o===!0?B.eI:B.L +p.tu(a.b,o)}else{p.jx() +s=p.RG=null +if(p.gh7()){r=p.a +if(r.f){$.F.toString +$.aL() +r=r.c.a +o=o.length===r.a.length+1 +q=o}else q=!1}else q=!1 +p.k2=q?3:0 +p.k3=q?p.a.c.a.b.c:s +p.a0F(a,B.L)}p.ua(!0) +if(p.gh7()){p.Am(!1) +p.ug()}}, +J2(){var s,r,q,p,o=this,n=o.r,m=$.F.D$.z.h(0,n).gF() +m.toString +s=t.E +s.a(m) +r=o.dx +r.toString +r=m.op(r).gaa8() +m=$.F.D$.z.h(0,n).gF() +m.toString +q=r.a9(0,new A.m(0,s.a(m).am.gdA()/2)) +m=o.CW +if(m.gaZ(m)===B.H){m=$.F.D$.z.h(0,n).gF() +m.toString +s.a(m) +r=o.dx +r.toString +m.xb(B.fM,q,r) +m=o.dx.a +n=$.F.D$.z.h(0,n).gF() +n.toString +if(m!==s.a(n).aK.c)o.tu(A.mo(B.l,o.dx.a),B.lc) +o.fr=o.dy=o.dx=o.db=null}else{m=A.a(o.CW.x,"_value") +r=o.fr +p=A.Z(r.a,q.a,m) +p.toString +r=A.Z(r.b,q.b,m) +r.toString +n=$.F.D$.z.h(0,n).gF() +n.toString +s.a(n) +s=o.dx +s.toString +n.F5(B.fL,new A.m(p,r),s,m)}}, +tz(a,b){var s,r,q,p,o=this,n=o.a.c +n.oN(0,n.a.Ma(B.bq)) +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.E8() +break +case 6:n=o.a.d +n.e.L(t.ag).f.u_(n,!0) +break +case 7:n=o.a.d +n.e.L(t.ag).f.u_(n,!1) +break}b=!0}n=o.a +s=n.R8 +if(s==null)return +try{s.$1(n.c.a.a)}catch(p){r=A.a9(p) +q=A.aB(p) +n=A.bi("while calling onSubmitted for "+a.i(0)) +A.cV(new A.bs(r,q,"widgets",n,null,!1))}if(b)o.a73()}, +AK(){var s,r=this +if(r.fx>0||!r.gh7())return +s=r.a.c.a +if(s.k(0,r.cy))return +r.x.toString +A.a($.el().a,"_channel").cA("TextInput.setEditingState",s.rq(),t.H) +r.cy=s}, +HY(a){var s,r,q,p,o,n,m,l,k=this +if(!B.c.gbX(k.gfB().d).f.glv()){s=B.c.gbX(k.gfB().d).as +s.toString +return new A.m5(s,a)}s=k.r +r=$.F.D$.z.h(0,s).gF() +r.toString +q=t.E +r=q.a(r).k1 +r.toString +if(k.a.id===1){s=a.c +q=a.a +r=r.a +p=s-q>=r?r/2-a.gaU().a:B.f.G(0,s-r,q) +o=B.cB}else{n=a.gaU() +s=$.F.D$.z.h(0,s).gF() +s.toString +m=A.aqC(n,Math.max(a.d-a.b,q.a(s).am.gdA()),a.c-a.a) +s=m.d +q=m.b +r=r.b +p=s-q>=r?r/2-m.gaU().b:B.f.G(0,s-r,q) +o=B.c1}s=B.c.gbX(k.gfB().d).as +s.toString +r=B.c.gbX(k.gfB().d).y +r.toString +q=B.c.gbX(k.gfB().d).z +q.toString +l=B.e.G(p+s,r,q) +q=B.c.gbX(k.gfB().d).as +q.toString +return new A.m5(l,a.c7(o.W(0,q-l)))}, +gh7(){var s=this.x +s=s==null?null:$.el().b===s +return s===!0}, +u2(){var s,r,q,p,o,n,m=this,l="_channel",k="TextInput.show" +if(!m.gh7()){s=m.a +r=s.c.a +s=s.av +s.gkU() +s=m.a.av +s=s.gkU() +q=A.arf(m) +$.el().ya(q,s) +s=q +m.x=s +m.L9() +m.KP() +m.KL() +p=m.a.CW +s=m.x +s.toString +o=m.gtv() +s.xf(0,p.d,p.r,p.w,m.a.cy,o) +o=$.el() +s=t.H +A.a(o.a,l).cA("TextInput.setEditingState",r.rq(),s) +A.a(o.a,l).jz(k,s) +n=m.a.av +if(n.gkU().e.a){m.x.toString +A.a(o.a,l).jz("TextInput.requestAutofill",s)}m.cy=r}else{m.x.toString +A.a($.el().a,l).jz(k,t.H)}}, +GU(){var s,r,q=this +if(q.gh7()){s=q.x +s.toString +r=$.el() +if(r.b===s)r.GR() +q.cy=q.x=null}}, +a73(){if(this.fy)return +this.fy=!0 +A.fn(this.ga6I())}, +a6J(){var s,r,q,p,o,n,m=this,l="_channel" +m.fy=!1 +if(m.gh7())s=!1 +else s=!0 +if(s)return +s=m.x +s.toString +r=$.el() +if(r.b===s)r.GR() +m.cy=m.x=null +s=m.a.av +s.gkU() +s=m.a.av +s=s.gkU() +q=A.arf(m) +r.ya(q,s) +p=q +m.x=p +o=m.a.CW +s=t.H +A.a(r.a,l).jz("TextInput.show",s) +n=m.gtv() +p.xf(0,o.d,o.r,o.w,m.a.cy,n) +n=m.a.c.a +A.a(r.a,l).cA("TextInput.setEditingState",n.rq(),s) +m.cy=m.a.c.a}, +DT(){if(this.a.d.gbR())this.u2() +else this.a.d.jJ()}, +L0(){var s,r,q=this +if(q.y!=null){s=q.a.d.gbR() +r=q.y +if(s){r.toString +r.bc(0,q.a.c.a)}else{r.m(0) +q.y=null}}}, +a8U(){var s=this.y +if(s!=null)s.uq()}, +tu(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d="_selectionOverlay" +if(!e.a.c.Oa(a))return +e.a.c.srW(a) +switch(b){case null:case B.La:case B.aK:case B.lc:case B.bm:case B.eI:case B.bl:case B.bI:e.DT() +break +case B.L:if(e.a.d.gbR())e.DT() +break}q=e.a +if(q.ok==null){q=e.y +if(q!=null)q.m(0) +e.y=null}else{p=e.y +o=q.c.a +if(p==null){p=e.c +p.toString +n=$.F.D$.z.h(0,e.r).gF() +n.toString +t.E.a(n) +m=e.a +l=m.ok +k=m.ag +m=m.ry +j=$.b4() +i=new A.d9(!1,j) +h=new A.d9(!1,j) +j=new A.d9(!1,j) +o=new A.LU(n,l,e,o,i,h,j) +g=o.gLb() +n.co.a2(0,g) +n.c5.a2(0,g) +o.AO() +n=n.bO +p.Cr(t.N1) +A.ca(o.d,d) +o.d=new A.KP(p,B.dz,0,i,o.ga3m(),o.ga3o(),B.dz,0,h,o.ga3g(),o.ga3i(),j,B.EO,q,e.as,e.at,e.ax,l,e,k,m,null,n) +e.y=o}else p.bc(0,o) +q=e.y +q.toString +q.sNC(e.a.Q) +q=e.y +q.uq() +A.a(q.d,d).Rp()}try{e.a.rx.$2(a,b)}catch(f){s=A.a9(f) +r=A.aB(f) +q=A.bi("while calling onSelectionChanged for "+A.e(b)) +A.cV(new A.bs(s,r,"widgets",q,null,!1))}if(e.d!=null){e.Am(!1) +e.ug()}}, +a1v(a){this.go=a}, +ua(a){if(this.id)return +this.id=!0 +$.bK.ch$.push(new A.XP(this,a))}, +BT(){var s,r=this,q="_lastBottomViewInset",p=A.a(r.k1,q) +$.F.toString +s=$.bX() +if(p!==s.e.d){$.bK.ch$.push(new A.Y2(r)) +p=A.a(r.k1,q) +$.F.toString +if(p>>16&255,s.gl(s)>>>8&255,s.gl(s)&255) +q.gea().sBp(s) +q=r.a.as&&A.a(r.Q.x,"_value")>0 +r.f.sl(0,q)}, +a_f(a){var s,r,q=this,p=!q.e +q.e=p +s=p?1:0 +p=q.a.ap +r=q.Q +if(p){r.z=B.Y +r.h0(s,B.dX,null)}else r.sl(0,s) +if(q.k2>0)q.a4(new A.XL(q))}, +a_h(a){var s=this.d +if(s!=null)s.aA(0) +this.d=A.AG(B.d_,this.gHb())}, +ug(){var s=this +s.k4=!0 +if(!s.cx)return +s.e=!0 +s.Q.sl(0,1) +if(s.a.ap)s.d=A.AG(B.cY,s.ga_g()) +else s.d=A.AG(B.d_,s.gHb())}, +Am(a){var s,r=this +r.k4=!1 +s=r.d +if(s!=null)s.aA(0) +r.d=null +r.e=!1 +r.Q.sl(0,0) +if(a)r.k2=0 +if(r.a.ap){r.Q.ex(0) +r.Q.sl(0,0)}}, +a7S(){return this.Am(!0)}, +Ke(){var s,r=this +if(r.d==null)if(r.a.d.gbR()){s=r.a.c.a.b +s=s.a===s.b}else s=!1 +else s=!1 +if(s)r.ug() +else{if(r.k4)if(r.a.d.gbR()){s=r.a.c.a.b +s=s.a!==s.b}else s=!0 +else s=!1 +if(s)r.a7S()}}, +Hg(){var s=this +s.AK() +s.Ke() +s.L0() +s.a4(new A.XM()) +s.gGf().RK()}, +a_R(){var s,r,q=this +if(q.a.d.gbR()&&q.a.d.aaF())q.u2() +else if(!q.a.d.gbR()){q.GU() +s=q.a.c +s.oN(0,s.a.Ma(B.bq))}q.Ke() +q.L0() +s=q.a.d.gbR() +r=$.F +if(s){r.av$.push(q) +$.F.toString +q.k1=$.bX().e.d +if(!q.a.x)q.ua(!0) +if(!q.a.c.a.b.gbv())q.tu(A.mo(B.l,q.a.c.a.a.length),null) +q.ok="" +q.p1=null +q.p2=B.o +q.p3=-1}else{B.c.B(r.av$,q) +q.a4(new A.XO(q))}q.me()}, +L8(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e={} +f.a.toString +if(A.dL()!==B.av)return +$.F.toString +if($.bX().gkO().gdR()<1488)return +s=f.r +r=$.F.D$.z.h(0,s).gF() +r.toString +q=t.E +r=q.a(r).am.c +p=r==null?null:r.rr(!1) +if(p==null)p="" +r=$.F.D$.z.h(0,s).gF() +r.toString +o=q.a(r).rF(B.NC) +n=o.length!==0?B.c.gJ(o):null +m=B.c.gbX(f.gfB().d).k2 +s=$.F.D$.z.h(0,s).gF() +s.toString +s=q.a(s).k1 +s.toString +q=f.ok +r=J.f(f.p4,f.a.CW) +l=J.f(f.p1,n) +k=f.p2.k(0,s) +j=f.p3 +i=f.R8 +h=j!==i +if(m===B.ds)r=a||p!==q||!r||!l||!k||h +else r=!1 +if(r){f.ok=p +f.p1=n +f.p4=f.a.CW +f.p2=s +f.p3=i +e.a=!1 +s=p.length===0?B.b7:new A.eb(p) +e=A.aC5(s.gp(s),new A.XV(e,f),t.q1) +s=A.af(e) +r=s.j("d5<1,e8>") +g=A.ap(new A.d5(new A.av(e,new A.XW(f),s.j("av<1>")),new A.XX(),r),!0,r.j("q.E")) +f.x.Rc(g)}}, +a8V(){return this.L8(!1)}, +L9(){var s,r,q,p,o=this +if(o.gh7()){s=o.r +r=$.F.D$.z.h(0,s).gF() +r.toString +q=t.E +r=q.a(r).k1 +r.toString +s=$.F.D$.z.h(0,s).gF() +s.toString +p=q.a(s).dk(0,null) +s=o.x +if(!r.k(0,s.a)||!p.k(0,s.b)){s.a=r +s.b=p +s=$.el() +r=A.az(["width",r.a,"height",r.b,"transform",p.a],t.N,t.z) +A.a(s.a,"_channel").cA("TextInput.setEditableSizeAndTransform",r,t.H)}o.a8V() +$.bK.ch$.push(new A.XY(o))}else if(o.R8!==-1)o.Pg()}, +KP(){var s,r,q,p,o,n=this,m=n.a.c.a.c +if(n.gh7()){s=n.r +r=$.F.D$.z.h(0,s).gF() +r.toString +q=t.E +p=q.a(r).wT(m) +if(p==null){o=m.gbv()?m.a:0 +s=$.F.D$.z.h(0,s).gF() +s.toString +p=q.a(s).op(new A.b9(o,B.l))}n.x.R1(p) +$.bK.ch$.push(new A.XU(n))}}, +KL(){var s,r,q,p,o=this +if(o.gh7()){s=o.r +r=$.F.D$.z.h(0,s).gF() +r.toString +q=t.E +q.a(r) +r=$.F.D$.z.h(0,s).gF() +r.toString +if(q.a(r).aK.gbv()){r=$.F.D$.z.h(0,s).gF() +r.toString +r=q.a(r).aK +r=r.a===r.b}else r=!1 +if(r){r=$.F.D$.z.h(0,s).gF() +r.toString +r=q.a(r).aK +s=$.F.D$.z.h(0,s).gF() +s.toString +p=q.a(s).op(new A.b9(r.c,B.l)) +o.x.R0(p)}$.bK.ch$.push(new A.XT(o))}}, +gtv(){this.a.toString +var s=this.c.L(t.I) +s.toString +return s.f}, +fU(a,b){var s=this.a,r=s.x +s=s.c.a +if(r?!s.b.k(0,a.b):!s.k(0,a))this.ua(!0) +this.HP(a,b,!0)}, +il(a){var s,r,q=this.r,p=$.F.D$.z.h(0,q).gF() +p.toString +s=t.E +r=this.HY(s.a(p).op(a)) +this.gfB().iG(r.a) +q=$.F.D$.z.h(0,q).gF() +q.toString +s.a(q).l9(r.b)}, +mA(){return!1}, +CK(a){var s,r="_selectionOverlay" +if(a){s=this.y +if(s!=null)A.a(s.d,r).NH()}else{s=this.y +s=s==null?null:A.a(s.d,r).go!=null +if(s===!0){s=this.y +if(s!=null)A.a(s.d,r).jx()}}}, +jx(){return this.CK(!0)}, +adO(a){var s=this.a +if(!s.c.a.b.gbv())return +this.a4(new A.Y3(this))}, +Pg(){this.a.toString +this.a4(new A.Y5(this))}, +gkU(){var s,r,q,p,o,n,m,l,k,j,i,h=this +h.a.toString +s=J.xj(B.bB.slice(0),t.N) +r=A.e7(h) +q=h.a +p=q.c.a +o=new A.vz(!0,"EditableText-"+r,s,p,null) +r=q.p1 +p=q.x +n=q.f +m=q.ax +l=q.ay +if(q.M)q=!p||!n +else q=!1 +k=r.k(0,B.Nz)?B.vB:B.lt +j=h.a +i=j.dx +return A.are(!0,o,!1,!0,q,!0,k,r,j.bQ,n,p,m,l,i)}, +Rn(a,b){this.a4(new A.Y6(this,a,b))}, +a7b(a){var s=this.a +if(s.M)if(s.z.a&&!s.f)if(s.d.gbR()){if(a==null)s=null +else{s=this.a +if(s.z.a&&!s.f){s=s.c.a.b +s=s.a!==s.b}else s=!1}s=s===!0}else s=!1 +else s=!1 +else s=!1 +return s?new A.XQ(this,a):null}, +a7c(a){var s,r=this +if(r.a.M)if(r.gMv())if(r.a.d.gbR()){if(a==null)s=null +else if(r.gMv()){s=r.a.c.a.b +s=s.a!==s.b}else s=!1 +s=s===!0}else s=!1 +else s=!1 +else s=!1 +return s?new A.XR(r,a):null}, +a7d(a){var s=this.a +if(s.M)if(s.z.c&&!s.x)if(s.d.gbR()){if(a==null)s=null +else{s=this.a +s=s.z.c&&!s.x}if(s===!0)s=!0 +else s=!1}else s=!1 +else s=!1 +else s=!1 +return s?new A.XS(this,a):null}, +Zw(a){var s,r=this.a,q=r.f +r=r.c.a +s=q?new A.tT(r):new A.tQ(r) +return new A.tU(s,a.a)}, +a50(a){var s,r,q,p=this.a +if(p.f){p=p.c.a +s=new A.tT(p) +r=new A.u3(p)}else{q=this.gAr() +s=new A.tQ(q) +p=$.F.D$.z.h(0,this.r).gF() +p.toString +r=new A.acK(new A.aho(q),new A.ahu(t.E.a(p),q))}p=a.a +return new A.tU(p?new A.uu(s,r):new A.uu(r,s),p)}, +IO(a){var s,r,q,p=this.a +if(p.f){p=p.c.a +s=new A.tT(p) +r=new A.u3(p)}else{q=this.gAr() +s=new A.tQ(q) +p=$.F.D$.z.h(0,this.r).gF() +p.toString +r=new A.ae2(t.E.a(p),q)}return a.a?new A.uu(new A.tU(s,!0),r):new A.uu(r,new A.tU(s,!1))}, +a_E(a){return new A.u3(this.a.c.a)}, +Jy(a){var s=this.a.c.a,r=a.a.Pn(a.c,a.b) +this.fU(r,a.d) +if(r.k(0,s))this.Hg()}, +a75(a){if(a.a)this.il(new A.b9(this.a.c.a.a.length,B.l)) +else this.il(B.cM)}, +a8S(a){var s=a.b +this.il(s.gde()) +this.fU(a.a.iq(s),a.c)}, +gGf(){var s,r=this,q=r.to +if(q===$){s=A.b([],t.e) +A.bb(r.to,"_adjacentLineAction") +q=r.to=new A.DT(r,new A.aM(s,t._),t.w7)}return q}, +a0e(a){var s=this.a.c.a +this.HI(a.a,new A.u3(s),!0)}, +a0g(a){var s=this.IO(a) +this.a0c(a.a,s)}, +HI(a,b,c){var s,r,q,p=b.gdC().b +if(!p.gbv())return +s=a===p.c<=p.d?p.gde():p.gpM() +r=a?b.e8(s):b.e7(s) +q=p.acb(r,p.a===p.b||c) +this.fU(this.a.c.a.iq(q),B.L) +this.il(q.gde())}, +a0c(a,b){return this.HI(a,b,!1)}, +a42(a){var s=this.y +s=s==null?null:A.a(s.d,"_selectionOverlay").go!=null +if(s===!0){this.CK(!1) +return null}s=this.c +s.toString +return A.iD(s,a,t.xm)}, +gYn(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this,a4=a3.x1 +if(a4===$){s=t.e +r=A.b([],s) +q=t._ +a4=a3.rx +if(a4===$){p=A.b([],s) +A.bb(a3.rx,"_replaceTextAction") +a4=a3.rx=new A.c3(a3.ga6y(),new A.aM(p,q),t.Tx)}o=a3.ry +if(o===$){p=A.b([],s) +A.bb(a3.ry,"_updateSelectionAction") +o=a3.ry=new A.c3(a3.ga8R(),new A.aM(p,q),t.ZQ)}p=A.b([],s) +n=A.b([],s) +m=a3.gZv() +l=A.b([],s) +k=a3.c +k.toString +k=new A.kO(a3,m,new A.aM(l,q),t.dA).dU(k) +l=a3.ga5_() +j=A.b([],s) +i=a3.c +i.toString +i=new A.kO(a3,l,new A.aM(j,q),t.Uz).dU(i) +j=a3.ga4A() +h=A.b([],s) +g=a3.c +g.toString +g=new A.kO(a3,j,new A.aM(h,q),t.Fb).dU(g) +m=A.ah8(a3,!1,m,t._w) +h=a3.c +h.toString +h=m.dU(h) +m=A.ah8(a3,!0,l,t.P9) +f=a3.c +f.toString +f=m.dU(f) +j=A.ah8(a3,!0,j,t.OO) +m=a3.c +m.toString +m=j.dU(m) +j=A.b([],s) +e=a3.c +e.toString +e=new A.c3(a3.ga0f(),new A.aM(j,q),t.RM).dU(e) +j=A.b([],s) +d=a3.c +d.toString +d=new A.c3(a3.ga0d(),new A.aM(j,q),t.YM).dU(d) +j=a3.gGf() +c=a3.c +c.toString +c=j.dU(c) +j=A.ah8(a3,!0,a3.ga_D(),t.HH) +b=a3.c +b.toString +b=j.dU(b) +j=A.b([],s) +a=a3.c +a.toString +a=new A.O4(a3,l,new A.aM(j,q)).dU(a) +j=A.b([],s) +l=a3.c +l.toString +l=new A.c3(a3.ga74(),new A.aM(j,q),t.sl).dU(l) +j=A.b([],s) +a0=a3.c +a0.toString +a0=new A.QT(a3,new A.aM(j,q)).dU(a0) +j=A.b([],s) +a1=a3.c +a1.toString +a1=new A.Nl(a3,new A.aM(j,q)).dU(a1) +s=A.b([],s) +j=a3.c +j.toString +a2=A.az([B.Sl,new A.wo(!1,new A.aM(r,q)),B.RX,a4,B.S8,o,B.vN,new A.wk(!0,new A.aM(p,q)),B.vO,new A.c3(a3.ga41(),new A.aM(n,q),t.Dn),B.RA,k,B.Sq,i,B.RB,g,B.Rt,h,B.Rq,f,B.Rs,m,B.So,e,B.Sk,d,B.Si,c,B.Rr,b,B.Sm,a,B.Ru,l,B.S_,a0,B.Rz,a1,B.RS,new A.c3(new A.XK(a3),new A.aM(s,q),t.gv).dU(j)],t.n,t.od) +A.bb(a3.x1,"_actions") +a3.x1=a2 +a4=a2}return a4}, +I(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null +h.mC(0,b) +s=h.a +r=s.ok +s=s.x1 +q=h.gYn() +p=h.a +o=p.c +n=p.d +p=p.id!==1?B.J:B.ay +m=h.gfB() +l=h.a +k=l.q +j=l.ag +l=l.bI +i=A.a6n(b).ab2(!1,h.a.id!==1) +return A.o8(A.vd(q,new A.DB(A.wR(!1,g,A.a6w(p,m,j,!0,k,l,i,g,new A.Y_(h,r)),"EditableText",g,g,n,!1,g,g,g,g,g),o,new A.Y0(h),g)),s,g,g,g,g)}, +a9Y(){var s,r,q,p,o,n,m,l=this,k=null,j=l.a +if(j.f){s=j.c.a.a +s=B.b.W(j.e,s.length) +$.F.toString +$.aL() +j=A.dL() +if(J.en(B.LA.a,j)){r=l.k2>0?l.k3:k +if(r!=null&&r>=0&&r=0&&q<=j.c.a.a.length){p=A.b([],t.s6) +j=l.a +o=j.c.a.a.length-l.R8 +if(j.id!==1){p.push(B.TW) +j=$.F.D$.z.h(0,l.r).gF() +j.toString +p.push(new A.pn(new A.L(t.E.a(j).k1.a,0),B.c8,B.kZ,k,k))}else p.push(B.TX) +j=l.a +q=j.CW +j=A.b([A.ho(k,k,B.b.N(j.c.a.a,0,o))],t.VO) +B.c.P(j,p) +j.push(A.ho(k,k,B.b.bU(l.a.c.a.a,o))) +return A.ho(j,q,k)}q=j.c +n=l.c +n.toString +m=j.CW +return q.a9Z(n,m,!j.x&&j.d.gbR())}} +A.Y1.prototype={ +$1(a){var s=this.a +if(s.c!=null)s.il(s.a.c.a.b.gde())}, +$S:2} +A.Y4.prototype={ +$1(a){var s=this.a +if(s.c!=null)s.il(s.a.c.a.b.gde())}, +$S:2} +A.XP.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j=this.a +j.id=!1 +if(j.go==null||j.gfB().d.length===0)return +s=j.r +r=$.F.D$.z.h(0,s).gF() +r.toString +q=t.E +r=q.a(r).am.gdA() +p=j.a.C.d +o=j.y +if((o==null?null:o.b)!=null){n=o.b.l_(r).b +m=Math.max(n,48) +p=Math.max(n/2-j.y.b.on(B.dz,r).b+m/2,p)}l=j.a.C.uZ(p) +r=j.go +r.toString +k=j.HY(r) +r=k.a +o=k.b +if(this.b){j.gfB().ij(r,B.P,B.an) +j=$.F.D$.z.h(0,s).gF() +j.toString +q.a(j).my(B.P,B.an,l.CO(o))}else{j.gfB().iG(r) +j=$.F.D$.z.h(0,s).gF() +j.toString +q.a(j).l9(l.CO(o))}}, +$S:2} +A.Y2.prototype={ +$1(a){var s=this.a.y +if(s!=null)s.uq()}, +$S:2} +A.XN.prototype={ +$2(a,b){return b.acL(this.a.a.c.a,a)}, +$S:358} +A.XL.prototype={ +$0(){var s,r=this.a +$.F.toString +$.aL() +s=r.k2 +r.k2=s-1}, +$S:0} +A.XM.prototype={ +$0(){}, +$S:0} +A.XO.prototype={ +$0(){this.a.RG=null}, +$S:0} +A.XV.prototype={ +$1(a){var s,r,q,p,o,n,m=this.a +if(m.a)return null +s=this.b +r=s.ok +q=(r.length===0?B.b7:new A.eb(r)).mm(0,0,a).a.length +r=s.r +p=$.F.D$.z.h(0,r).gF() +p.toString +o=t.E +o.a(p) +s=s.ok +n=p.rF(A.ck(B.l,q,q+(s.length===0?B.b7:new A.eb(s)).aab(a).a.length,!1)) +if(n.length===0)return null +s=B.c.gJ(n) +r=$.F.D$.z.h(0,r).gF() +r.toString +if(0+o.a(r).k1.b>>16&255,p.gl(p)>>>8&255,p.gl(p)&255) +n=b1.a +m=n.go +l=n.x +n=n.d.gbR() +k=b1.a +j=k.id +i=k.k1 +k=k.gj3(k) +h=b1.a.k4 +g=A.akT(b5) +f=b1.a.cy +e=b1.gtv() +b1.a.toString +d=A.aoT(b5) +c=b1.a +b=c.e +a=c.f +a0=c.xr +a1=c.y1 +a2=c.y2 +a3=c.a6 +if(a3==null)a3=B.j +a4=c.b5 +a5=c.cW +a6=c.ar +if(c.M)c=!c.x||!a +else c=!1 +a7=b1.c.L(t.w).f +a8=b1.RG +a9=b1.a +return new A.ne(b1.as,A.bq(b0,new A.D6(new A.Bv(q,o,p,b1.at,b1.ax,m,b1.f,!0,l,n,j,i,!1,k,h,g,f,e,b0,b,a,d,B.aA,b6,b1.ga1u(),!0,a0,a1,a2,a3,a6,a4,a5,c,b1,a7.b,a8,a9.fy,a9.bA,A.aED(q),r),s,r,new A.XZ(b1),!0,b0),!1,b0,b0,!1,b0,b0,b0,b0,b0,b0,b0,b0,b3,b4,b0,b0,b0,b2,b0,b0,b0,b0,b0,b0,b0,b0,b0),b0)}, +$S:364} +A.XZ.prototype={ +$0(){var s=this.a +s.u2() +s.L8(!0)}, +$S:0} +A.Bv.prototype={ +aJ(a){var s=this,r=null,q=s.e,p=A.Ij(a),o=s.f.b,n=A.as9(),m=A.as9(),l=$.b4(),k=A.aj() +p=A.LT(r,p,r,s.CW,q,s.db,s.dx,s.fy,s.cy,s.go) +p=new A.ot(n,m,s.k1,!0,s.rx,s.fr,s.fx,s.RG,new A.d9(!0,l),new A.d9(!0,l),p,s.z,s.at,!0,s.as,s.ax,s.ay,!1,o,s.id,s.k3,s.k4,s.p2,s.w,s.x,s.R8,s.x1,B.j,k,0,r,r,A.aj()) +p.gau() +p.gaE() +p.CW=!1 +n.svG(s.cx) +n.svH(o) +n.sEW(s.p3) +n.sEX(s.p4) +m.svG(s.to) +m.svH(s.ry) +p.gea().sBp(s.r) +p.gea().sMu(s.ok) +p.gea().sMt(s.p1) +p.gea().sa9P(s.y) +p.KV(r) +p.L1(r) +p.P(0,r) +p.Ht(q) +return p}, +aM(a,b){var s,r,q=this +b.scd(0,q.e) +b.gea().sBp(q.r) +b.sRF(q.w) +b.sabZ(q.x) +b.sRo(q.z) +b.sacK(!0) +b.srg(0,q.as) +b.sbR(q.at) +b.snQ(0,q.ax) +b.saey(q.ay) +b.sCf(!1) +b.sj3(0,q.CW) +s=b.b6 +s.svG(q.cx) +b.skV(q.cy) +b.smc(0,q.db) +b.sbx(0,q.dx) +r=A.Ij(a) +b.slY(0,r) +b.srW(q.f.b) +b.sbJ(0,q.id) +b.ej=q.k1 +b.cs=!0 +b.srp(0,q.fy) +b.soi(q.go) +b.saeF(q.fr) +b.saeE(q.fx) +b.sabh(q.k3) +b.sabg(q.k4) +b.gea().sMu(q.ok) +b.gea().sMt(q.p1) +s.sEW(q.p3) +s.sEX(q.p4) +b.sabT(q.R8) +b.cX=q.RG +b.sv9(0,q.rx) +b.saft(q.p2) +s=b.av +s.svG(q.to) +r=q.x1 +if(r!==b.qu){b.qu=r +b.aF() +b.aj()}s.svH(q.ry)}} +A.acF.prototype={ +$1(a){if(a instanceof A.kK)this.a.push(a.e) +return!0}, +$S:38} +A.D6.prototype={ +an(){var s=$.as2 +$.as2=s+1 +return new A.QP(B.f.i(s),B.k)}, +ah5(){return this.f.$0()}} +A.QP.prototype={ +aB(){var s=this +s.aS() +s.a.toString +$.el().d.n(0,s.d,s)}, +b4(a){this.bu(a) +this.a.toString}, +m(a){$.el().d.B(0,this.d) +this.aR(0)}, +gDS(){var s=this.a.e +s=$.F.D$.z.h(0,s) +s=s==null?null:s.gF() +return t.CA.a(s)}, +ae_(a){var s,r,q,p=this,o=p.gjd(p),n=p.gDS() +n=n==null?null:n.fO +if(n===!0)return!1 +if(o.k(0,B.F))return!1 +if(!o.r4(a))return!1 +s=o.e2(a) +r=A.aky() +n=$.F +n.toString +q=s.gaU() +A.a(n.ry$,"_pipelineOwner").d.bD(r,q) +n.FB(r,q) +return B.c.fE(r.a,new A.agc(p))}, +gjd(a){var s,r,q=t.Qv.a(this.c.gF()) +if(q==null||this.c==null||q.b==null)return B.F +s=q.dk(0,null) +r=q.k1 +return A.lK(s,new A.w(0,0,0+r.a,0+r.b))}, +I(a,b){return this.a.c}, +$iaqP:1} +A.agc.prototype={ +$1(a){return a.a.k(0,this.a.gDS())}, +$S:365} +A.pn.prototype={ +uI(a,b,c,d){var s=this.a,r=s!=null +if(r)b.kR(0,s.rQ(d)) +s=this.x +b.Ly(0,s.a,s.b,this.b,d) +if(r)b.dh(0)}} +A.DA.prototype={ +EH(a){return new A.cy(this.e7(a).a,this.e8(a).a)}} +A.tT.prototype={ +e7(a){return new A.b9(a.a,B.l)}, +e8(a){return new A.b9(Math.min(a.a+1,this.a.a.length),B.l)}, +gdC(){return this.a}} +A.aho.prototype={ +e7(a){var s,r +for(s=a.a,r=this.a.a;s>=0;--s)if(!A.a9Q(B.b.al(r,s)))return new A.b9(s,B.l) +return B.cM}, +e8(a){var s,r,q +for(s=a.a,r=this.a.a,q=r.length;so?B.l:B.ar,o) +else m=r.jq(p) +b.toString +return A.iD(b,new A.eU(s.gdC(),m,B.L),t.gU)}, +cM(a){return this.d3(a,null)}, +ghr(){var s=this.e.a +return s.M&&s.c.a.b.gbv()}} +A.DT.prototype={ +RK(){var s,r=this,q=r.r +if(q==null)return +s=r.r=r.e.a.c.a.b +if(!(s.gbv()&&s.a===s.b&&s.c===q.c&&s.d===q.d))r.r=r.f=null}, +d3(a,b){var s,r,q,p,o,n,m,l,k=this,j=a.b||!k.e.a.M,i=k.e,h=i.gAr(),g=h.b +if(!g.gbv())return +s=k.f +if((s==null?null:s.gbv())===!1)k.r=k.f=null +r=k.f +if(r==null){s=i.r +q=$.F.D$.z.h(0,s).gF() +q.toString +p=t.E +p.a(q) +s=$.F.D$.z.h(0,s).gF() +s.toString +s=p.a(s).aK.gde() +o=q.am.pU() +n=q.a4z(s,o) +r=new A.aaD(n.b,n.a,s,o,q,A.z(t.S,t.tO))}s=a.a +if(s?r.t():r.aeA())m=r.c +else m=s?new A.b9(i.a.c.a.a.length,B.l):B.cM +l=j?A.Ax(m):g.jq(m) +b.toString +A.iD(b,new A.eU(h,l,B.L),t.gU) +if(i.a.c.a.b.k(0,l)){k.f=r +k.r=l}}, +cM(a){return this.d3(a,null)}, +ghr(){return this.e.a.c.a.b.gbv()}} +A.QT.prototype={ +d3(a,b){var s +b.toString +s=this.e.a.c.a +return A.iD(b,new A.eU(s,A.ck(B.l,0,s.a.length,!1),B.L),t.gU)}, +cM(a){return this.d3(a,null)}, +ghr(){return this.e.a.M}} +A.Nl.prototype={ +d3(a,b){var s=this.e +if(a.b)s.Mw(B.L) +else s.M9(B.L)}, +cM(a){return this.d3(a,null)}, +ghr(){var s=this.e +if(s.a.c.a.b.gbv()){s=s.a.c.a.b +s=s.a!==s.b}else s=!1 +return s}} +A.DB.prototype={ +an(){return new A.DC(new A.DN(A.b([],t.Ue),t.eD),B.k)}, +afj(a){return this.e.$1(a)}} +A.DC.prototype={ +ga8f(){return A.a(this.e,"_throttledPush")}, +a8z(a){this.KI(0,this.d.agY())}, +a6j(a){this.KI(0,this.d.afU())}, +KI(a,b){var s,r,q +if(b==null)return +s=b.a +r=this.a +q=r.d.a +if(s===q.a)return +r.afj(q.ab3(b.b,s))}, +Jp(){var s=this +if(J.f(s.a.d.a,B.bp))return +s.f=s.a8g(s.a.d.a)}, +aB(){var s,r=this +r.aS() +s=A.aGX(B.d_,r.d.gafD(),t.Rp) +A.ca(r.e,"_throttledPush") +r.e=s +r.Jp() +r.a.d.a2(0,r.gzX())}, +b4(a){var s,r,q=this +q.bu(a) +s=a.d +if(q.a.d!==s){r=q.d +B.c.sp(r.a,0) +r.b=-1 +r=q.gzX() +s.K(0,r) +q.a.d.a2(0,r)}}, +m(a){var s,r=this +r.a.d.K(0,r.gzX()) +s=r.f +if(s!=null)s.aA(0) +r.aR(0)}, +I(a,b){var s=t.e,r=t._ +return A.vd(A.az([B.S7,new A.c3(this.ga8y(),new A.aM(A.b([],s),r),t._l).dU(b),B.RW,new A.c3(this.ga6i(),new A.aM(A.b([],s),r),t.fN).dU(b)],t.n,t.od),this.a.c)}, +a8g(a){return this.ga8f().$1(a)}} +A.DN.prototype={ +gBJ(){var s=this.a +return s.length===0?null:s[A.a(this.b,"_index")]}, +kP(a){var s,r=this,q="_index",p=r.a +if(p.length===0){r.b=0 +p.push(a) +return}if(J.f(a,r.gBJ()))return +A.a(r.b,q) +s=A.a(r.b,q) +if(s!==p.length-1)B.c.DR(p,A.a(r.b,q)+1,p.length) +p.push(a) +r.b=p.length-1}, +agY(){var s=this +if(s.a.length===0)return null +if(A.a(s.b,"_index")!==0)s.b=A.a(s.b,"_index")-1 +return s.gBJ()}, +afU(){var s=this,r=s.a +if(r.length===0)return null +if(A.a(s.b,"_index")"))}, +ghJ(){var s,r,q=this.x +if(q==null){s=A.b([],t.bp) +r=this.Q +for(;r!=null;){s.push(r) +r=r.Q}this.x=s +q=s}return q}, +gbR(){if(!this.gkD()){var s=this.w +if(s==null)s=null +else{s=s.f +s=s==null?null:B.c.A(s.ghJ(),this)}s=s===!0}else s=!0 +return s}, +gkD(){var s=this.w +return(s==null?null:s.f)===this}, +glZ(){return this.gjp()}, +gjp(){var s,r,q,p +for(s=this.ghJ(),r=s.length,q=0;q#"+s+q}, +$iat:1} +A.Zi.prototype={ +$1(a){return!a.gf4()&&a.gcl()}, +$S:18} +A.ny.prototype={ +glZ(){return this}, +grv(){if(!this.gcl())return B.wX +return A.cW.prototype.grv.call(this)}, +ox(a){if(a.Q==null)this.A_(a) +if(this.gbR())a.k_(!0) +else a.mV()}, +a9O(a,b){var s,r=this +if(b.Q==null)r.A_(b) +s=r.w +if(s!=null)s.x.push(new A.MN(r,b)) +s=r.w +if(s!=null)s.tV()}, +k_(a){var s,r,q=this,p=q.dx +while(!0){if((p.length!==0?B.c.gR(p):null)!=null)s=!(p.length!==0?B.c.gR(p):null).gcl() +else s=!1 +if(!s)break +p.pop()}r=p.length!==0?B.c.gR(p):null +if(!a||r==null){if(q.gcl()){q.mV() +q.IU(q)}return}r.k_(!0)}} +A.jX.prototype={ +i(a){return"FocusHighlightMode."+this.b}} +A.Ho.prototype={ +i(a){return"FocusHighlightStrategy."+this.b}} +A.wS.prototype={ +m(a){var s="_keyEventManager" +if(J.f(A.a($.e9.cW$,s).a,this.gIh())){A.a($.e9.cW$,s).a=null +$.eK.k4$.b.B(0,this.gHN())}this.eL(0)}, +HO(){var s,r,q,p=this +switch(0){case 0:s=p.c +if(s==null)return +r=s?B.fP:B.e0 +break}s=p.b +if(s==null)s=A.wT() +q=p.b=r +if(q!==s)p.a51()}, +a51(){var s,r,q,p,o,n,m,l,k,j=this,i=j.d,h=i.a +if(h.a===0)return +p=A.ap(i,!0,t.Su) +for(i=p.length,o=0;o"))),o=null;l.t();o=n){n=l.gH(l) +if(o==r){l=b?B.cJ:B.cK +n.jJ() +s=n.e +s.toString +A.aqQ(s,1,l) +return!0}}return!1}} +A.Zl.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.av(r,new A.Xk(b),A.af(r).j("av<1>")) +break +case 0:case 2:s=null +break +default:s=null}return s}, +a7J(a,b,c){var s=c.dL(0) +A.pK(s,new A.Xl(),t.mx) +switch(a.a){case 0:return new A.av(s,new A.Xm(b),A.af(s).j("av<1>")) +case 2:return new A.av(s,new A.Xn(b),A.af(s).j("av<1>")) +case 3:case 1:break}return null}, +a60(a,b,c){var s,r,q=this,p=q.eS$,o=p.h(0,b),n=o!=null +if(n){s=o.a +s=s.length!==0&&B.c.gJ(s).a!==a}else s=!1 +if(s){s=o.a +if(B.c.gR(s).b.Q==null){q.mD(b) +p.B(0,b) +return!1}r=new A.Xh(q,o,b) +switch(a.a){case 2:case 0:switch(B.c.gJ(s).a.a){case 3:case 1:q.mD(b) +p.B(0,b) +break +case 0:case 2:if(r.$1(a))return!0 +break}break +case 3:case 1:switch(B.c.gJ(s).a.a){case 3:case 1:if(r.$1(a))return!0 +break +case 0:case 2:q.mD(b) +p.B(0,b) +break}break}}if(n&&o.a.length===0){q.mD(b) +p.B(0,b)}return!1}, +adC(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g=a.glZ(),f=g.dx,e=f.length!==0?B.c.gR(f):h +if(e==null){s=i.acq(a,b) +if(s==null)s=a +switch(b.a){case 0:case 3:A.mJ(s,B.cK) +break +case 1:case 2:A.mJ(s,B.cJ) +break}return!0}if(i.a60(b,g,e))return!0 +f=e.e +f.toString +r=A.jm(f) +f=b.a +switch(f){case 2:case 0:q=i.a7J(b,e.gb7(e),g.grv()) +if(r!=null&&!r.d.gLL()){q.toString +p=new A.av(q,new A.Xp(r),q.$ti.j("av")) +if(!p.gS(p))q=p}if(!q.ga1(q).t()){o=h +break}n=A.ap(q,!0,A.n(q).j("q.E")) +if(b===B.Ro){m=A.af(n).j("ci<1>") +n=A.ap(new A.ci(n,m),!0,m.j("bl.E"))}l=new A.av(n,new A.Xq(new A.w(e.gb7(e).a,-1/0,e.gb7(e).c,1/0)),A.af(n).j("av<1>")) +if(!l.gS(l)){o=l.gJ(l) +break}A.pK(n,new A.Xr(e),t.mx) +o=B.c.gJ(n) +break +case 1:case 3:q=i.a7I(b,e.gb7(e),g) +if(r!=null&&!r.d.gLL()){q.toString +p=new A.av(q,new A.Xs(r),q.$ti.j("av")) +if(!p.gS(p))q=p}if(!q.ga1(q).t()){o=h +break}n=A.ap(q,!0,A.n(q).j("q.E")) +if(b===B.Rp){m=A.af(n).j("ci<1>") +n=A.ap(new A.ci(n,m),!0,m.j("bl.E"))}l=new A.av(n,new A.Xt(new A.w(-1/0,e.gb7(e).b,1/0,e.gb7(e).d)),A.af(n).j("av<1>")) +if(!l.gS(l)){o=l.gJ(l) +break}A.pK(n,new A.Xu(e),t.mx) +o=B.c.gJ(n) +break +default:o=h}if(o!=null){m=i.eS$ +k=m.h(0,g) +j=new A.u2(b,e) +if(k!=null)k.a.push(j) +else m.n(0,g,new A.NJ(A.b([j],t.Kj))) +switch(f){case 0:case 3:A.mJ(o,B.cK) +break +case 2:case 1:A.mJ(o,B.cJ) +break}return!0}return!1}} +A.afz.prototype={ +$1(a){return a.b===this.a}, +$S:372} +A.Xo.prototype={ +$2(a,b){if(this.a)if(this.b)return B.e.aW(a.gb7(a).b,b.gb7(b).b) +else return B.e.aW(b.gb7(b).d,a.gb7(a).d) +else if(this.b)return B.e.aW(a.gb7(a).a,b.gb7(b).a) +else return B.e.aW(b.gb7(b).c,a.gb7(a).c)}, +$S:42} +A.Xi.prototype={ +$2(a,b){return B.e.aW(a.gb7(a).gaU().a,b.gb7(b).gaU().a)}, +$S:42} +A.Xj.prototype={ +$1(a){var s=this.a +return!a.gb7(a).k(0,s)&&a.gb7(a).gaU().a<=s.a}, +$S:18} +A.Xk.prototype={ +$1(a){var s=this.a +return!a.gb7(a).k(0,s)&&a.gb7(a).gaU().a>=s.c}, +$S:18} +A.Xl.prototype={ +$2(a,b){return B.e.aW(a.gb7(a).gaU().b,b.gb7(b).gaU().b)}, +$S:42} +A.Xm.prototype={ +$1(a){var s=this.a +return!a.gb7(a).k(0,s)&&a.gb7(a).gaU().b<=s.b}, +$S:18} +A.Xn.prototype={ +$1(a){var s=this.a +return!a.gb7(a).k(0,s)&&a.gb7(a).gaU().b>=s.d}, +$S:18} +A.Xh.prototype={ +$1(a){var s,r,q=this.b.a.pop().b,p=q.e +p.toString +p=A.jm(p) +s=$.F.D$.f.f.e +s.toString +if(p!=A.jm(s)){p=this.a +s=this.c +p.mD(s) +p.eS$.B(0,s) +return!1}switch(a.a){case 0:case 3:r=B.cK +break +case 1:case 2:r=B.cJ +break +default:r=null}A.mJ(q,r) +return!0}, +$S:374} +A.Xp.prototype={ +$1(a){var s=a.e +s.toString +return A.jm(s)===this.a}, +$S:18} +A.Xq.prototype={ +$1(a){var s=a.gb7(a).e2(this.a) +return!s.gS(s)}, +$S:18} +A.Xr.prototype={ +$2(a,b){var s=this.a +return B.e.aW(Math.abs(a.gb7(a).gaU().a-s.gb7(s).gaU().a),Math.abs(b.gb7(b).gaU().a-s.gb7(s).gaU().a))}, +$S:42} +A.Xs.prototype={ +$1(a){var s=a.e +s.toString +return A.jm(s)===this.a}, +$S:18} +A.Xt.prototype={ +$1(a){var s=a.gb7(a).e2(this.a) +return!s.gS(s)}, +$S:18} +A.Xu.prototype={ +$2(a,b){var s=this.a +return B.e.aW(Math.abs(a.gb7(a).gaU().b-s.gb7(s).gaU().b),Math.abs(b.gb7(b).gaU().b-s.gb7(s).gaU().b))}, +$S:42} +A.da.prototype={ +gMG(){var s=this.d +if(s==null){s=this.c.e +s.toString +s=this.d=new A.afx().$1(s)}s.toString +return s}} +A.afw.prototype={ +$1(a){var s=a.gMG() +return A.k9(s,A.af(s).c)}, +$S:375} +A.afy.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.e.aW(a.b.a,b.b.a) +case 0:return B.e.aW(b.b.c,a.b.c)}}, +$S:139} +A.afx.prototype={ +$1(a){var s,r,q=A.b([],t.vl),p=t.I,o=a.mj(p) +for(;o!=null;){s=o.f +s.toString +q.push(p.a(s)) +s=A.asK(o,1) +if(s==null)o=null +else{s=s.y +r=s==null?null:s.h(0,A.b1(p)) +o=r}}return q}, +$S:377} +A.jE.prototype={ +gb7(a){var s,r,q,p,o=this +if(o.b==null)for(s=o.a,s=new A.aA(s,new A.afu(),A.af(s).j("aA<1,w>")),s=new A.cN(s,s.gp(s)),r=A.n(s).c;s.t();){q=s.d +if(q==null)q=r.a(q) +p=o.b +if(p==null){o.b=q +p=q}o.b=p.kw(q)}s=o.b +s.toString +return s}} +A.afu.prototype={ +$1(a){return a.b}, +$S:378} +A.afv.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.e.aW(a.gb7(a).a,b.gb7(b).a) +case 0:return B.e.aW(b.gb7(b).c,a.gb7(a).c)}}, +$S:379} +A.JX.prototype={ +ZM(a){var s,r,q,p,o,n=B.c.gJ(a).a,m=t.qi,l=A.b([],m),k=A.b([],t.jE) +for(s=a.length,r=0;r") +return A.ap(new A.av(b,new A.a4y(new A.w(-1/0,s.b,1/0,s.d)),r),!0,r.j("q.E"))}, +$S:380} +A.a4y.prototype={ +$1(a){var s=a.b.e2(this.a) +return!s.gS(s)}, +$S:381} +A.wU.prototype={ +an(){return new A.Oj(B.k)}} +A.Oj.prototype={ +aB(){this.aS() +this.d=A.Zh(!1,"FocusTraversalGroup",!0,!0,null,null,!0)}, +m(a){var s=this.d +if(s!=null)s.m(0) +this.aR(0)}, +I(a,b){var s=null,r=this.a,q=r.c,p=this.d +p.toString +return new A.ub(q,p,A.wR(!1,!1,r.f,s,!0,!0,p,!1,s,s,s,s,!0),s)}} +A.ub.prototype={ +cZ(a){return!1}} +A.Kt.prototype={ +cM(a){A.mJ(a.gc0(a),B.L3)}} +A.oc.prototype={} +A.II.prototype={ +cM(a){var s=$.F.D$.f.f +s.e.L(t.ag).f.u_(s,!0)}} +A.oq.prototype={} +A.JF.prototype={ +cM(a){var s=$.F.D$.f.f +s.e.L(t.ag).f.u_(s,!1)}} +A.wk.prototype={ +cM(a){var s +if(!this.c){s=$.F.D$.f.f +s.e.L(t.ag).f.adC(s,a.a)}}} +A.Ok.prototype={} +A.Qd.prototype={ +Br(a,b){var s +this.SG(a,b) +s=this.eS$.h(0,b) +if(s!=null){s=s.a +if(!!s.fixed$length)A.K(A.R("removeWhere")) +B.c.u8(s,new A.afz(a),!0)}}} +A.SV.prototype={} +A.SW.prototype={} +A.iT.prototype={ +ga5(){var s,r=$.F.D$.z.h(0,this) +if(r instanceof A.hn){s=r.p2 +s.toString +if(A.n(this).c.b(s))return s}return null}} +A.bC.prototype={ +i(a){var s=this,r=s.a,q=r!=null?" "+r:"" +if(A.C(s)===B.RN)return"[GlobalKey#"+A.bF(s)+q+"]" +return"["+("#"+A.bF(s))+q+"]"}} +A.lt.prototype={ +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return this.$ti.b(b)&&b.a===this.a}, +gv(a){return A.mM(this.a)}, +i(a){var s="GlobalObjectKey",r=B.b.kv(s,">")?B.b.N(s,0,-8):s +return"["+r+" "+("#"+A.bF(this.a))+"]"}} +A.h.prototype={ +cv(){var s=this.a +return s==null?"Widget":"Widget-"+s.i(0)}, +k(a,b){if(b==null)return!1 +return this.oJ(0,b)}, +gv(a){return A.D.prototype.gv.call(this,this)}} +A.aN.prototype={ +c_(a){return new A.Lu(this,B.a8)}} +A.a1.prototype={ +c_(a){return A.aDI(this)}} +A.Rl.prototype={ +i(a){return"_StateLifecycle."+this.b}} +A.ab.prototype={ +aB(){}, +b4(a){}, +a4(a){a.$0() +this.c.fi()}, +dd(){}, +bL(){}, +m(a){}, +bH(){}} +A.aS.prototype={} +A.dQ.prototype={ +c_(a){return new A.og(this,B.a8,A.n(this).j("og"))}} +A.b8.prototype={ +c_(a){return A.aBL(this)}} +A.al.prototype={ +aM(a,b){}, +qc(a){}} +A.Ib.prototype={ +c_(a){return new A.Ia(this,B.a8)}} +A.aZ.prototype={ +c_(a){return new A.zW(this,B.a8)}} +A.eO.prototype={ +c_(a){return A.aCj(this)}} +A.pc.prototype={ +i(a){return"_ElementLifecycle."+this.b}} +A.Oy.prototype={ +KH(a){a.bb(new A.ady(this,a)) +a.md()}, +a8D(){var s,r,q,p=this +p.a=!0 +r=p.b +q=A.ap(r,!0,A.n(r).j("cG.E")) +B.c.dl(q,A.aj2()) +s=q +r.aG(0) +try{r=s +new A.ci(r,A.aV(r).j("ci<1>")).Y(0,p.ga8B())}finally{p.a=!1}}} +A.ady.prototype={ +$1(a){this.a.KH(a)}, +$S:12} +A.Ve.prototype={ +EP(a){var s=this +if(a.at){s.e=!0 +return}if(!s.d&&s.a!=null){s.d=!0 +s.a.$0()}s.c.push(a) +a.at=!0}, +Oi(a){try{a.$0()}finally{}}, +pN(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this,g={},f=b==null +if(f&&h.c.length===0)return +try{h.d=!0 +if(!f){g.a=null +h.e=!1 +try{b.$0()}finally{}}f=h.c +B.c.dl(f,A.aj2()) +h.e=!1 +g.b=f.length +g.c=0 +for(n=0;n=j){k=h.e +k.toString}else k=!0 +if(k){if(!!f.immutable$list)A.K(A.R("sort")) +n=j-1 +if(n-0<=32)A.Ll(f,0,n,A.aj2()) +else A.Lk(f,0,n,A.aj2()) +n=h.e=!1 +g.b=f.length +while(!0){k=g.c +if(!(k>0?f[k-1].as:n))break +g.c=k-1}n=k}}}finally{for(f=h.c,n=f.length,i=0;i#"+A.bF(this)+"(DEFUNCT)":s}, +fi(){var s=this +if(s.w!==B.cb)return +if(s.as)return +s.as=!0 +s.r.EP(s)}, +rh(){if(this.w!==B.cb||!this.as)return +this.iP()}, +$ia0:1} +A.Ye.prototype={ +$1(a){if(a.w===B.vX)return +else if(a instanceof A.bm)this.a.a=a.gF() +else a.bb(this)}, +$S:12} +A.Yf.prototype={ +$1(a){a.AN(this.a) +if(!(a instanceof A.bm))a.bb(this)}, +$S:12} +A.Yb.prototype={ +$1(a){a.KR(this.a)}, +$S:12} +A.Yd.prototype={ +$1(a){a.q6()}, +$S:12} +A.Yc.prototype={ +$1(a){a.uF(this.a)}, +$S:12} +A.H4.prototype={ +aJ(a){var s=this.d,r=new A.zf(s,A.aj()) +r.gau() +r.gaE() +r.CW=!1 +r.XB(s) +return r}} +A.w5.prototype={ +fk(a,b){this.FA(a,b) +this.z2()}, +z2(){this.rh()}, +iP(){var s,r,q,p,o,n,m=this,l=null +try{l=m.bq(0) +m.f.toString}catch(o){s=A.a9(o) +r=A.aB(o) +n=A.wH(A.alX(A.bi("building "+m.i(0)),s,r,new A.W6(m))) +l=n}finally{m.as=!1}try{m.ch=m.dO(m.ch,l,m.d)}catch(o){q=A.a9(o) +p=A.aB(o) +n=A.wH(A.alX(A.bi("building "+m.i(0)),q,p,new A.W7(m))) +l=n +m.ch=m.dO(null,l,m.d)}}, +bb(a){var s=this.ch +if(s!=null)a.$1(s)}, +iz(a){this.ch=null +this.jV(a)}} +A.W6.prototype={ +$0(){var s=A.b([],t.F) +return s}, +$S:16} +A.W7.prototype={ +$0(){var s=A.b([],t.F) +return s}, +$S:16} +A.Lu.prototype={ +bq(a){var s=this.f +s.toString +return t.Iz.a(s).I(0,this)}, +bc(a,b){this.t8(0,b) +this.as=!0 +this.rh()}} +A.hn.prototype={ +bq(a){return this.p2.I(0,this)}, +z2(){var s,r=this +try{r.ay=!0 +s=r.p2.aB()}finally{r.ay=!1}r.p2.bH() +r.Sn()}, +iP(){var s=this +if(s.p3){s.p2.bH() +s.p3=!1}s.So()}, +bc(a,b){var s,r,q,p,o=this +o.t8(0,b) +q=o.p2 +p=q.a +p.toString +s=p +o.as=!0 +p=o.f +p.toString +q.a=t.lb.a(p) +try{o.ay=!0 +r=q.b4(s)}finally{o.ay=!1}o.rh()}, +bL(){this.SC() +this.p2.bL() +this.fi()}, +dd(){this.p2.dd() +this.Fx()}, +md(){var s=this +s.xD() +s.p2.m(0) +s.p2=s.p2.c=null}, +BQ(a,b){return this.Fy(a,b)}, +bH(){this.SD() +this.p3=!0}} +A.yT.prototype={ +bq(a){var s=this.f +s.toString +return t.yH.a(s).b}, +bc(a,b){var s=this,r=s.f +r.toString +t.yH.a(r) +s.t8(0,b) +s.Eh(r) +s.as=!0 +s.rh()}, +Eh(a){this.qZ(a)}} +A.og.prototype={ +Gn(a){this.bb(new A.a3k(a))}, +qZ(a){var s=this.f +s.toString +this.Gn(this.$ti.j("dQ<1>").a(s))}} +A.a3k.prototype={ +$1(a){if(a instanceof A.bm)this.a.pJ(a.gF()) +else a.bb(this)}, +$S:12} +A.h6.prototype={ +AG(){var s,r=this,q=r.a,p=q==null?null:q.y +q=t.n +s=t.IS +if(p!=null){q=A.iU(q,s) +q.P(0,p) +r.y=q}else q=r.y=A.iU(q,s) +s=r.f +s.toString +q.n(0,A.C(s),r)}, +PO(a,b){this.bQ.n(0,a,null)}, +Ox(a,b){b.bH()}, +Eh(a){var s=this.f +s.toString +if(t.WB.a(s).cZ(a))this.Tf(a)}, +qZ(a){var s,r,q +for(s=this.bQ,s=new A.BN(s,s.yz()),r=A.n(s).c;s.t();){q=s.d +this.Ox(a,q==null?r.a(q):q)}}} +A.bm.prototype={ +gF(){var s=this.ch +s.toString +return s}, +a0o(){var s=this.a +while(!0){if(!(s!=null&&!(s instanceof A.bm)))break +s=s.a}return t.c_.a(s)}, +a0n(){var s,r={},q=r.a=this.a +r.b=null +while(!0){if(!(q!=null&&!(q instanceof A.bm)))break +if(q instanceof A.og){r.b=q +break}s=q.a +r.a=s +q=s}return r.b}, +fk(a,b){var s,r=this +r.FA(a,b) +s=r.f +s.toString +r.ch=t.F5.a(s).aJ(r) +r.uF(b) +r.as=!1}, +bc(a,b){this.t8(0,b) +this.Jj()}, +iP(){this.Jj()}, +Jj(){var s=this,r=s.f +r.toString +t.F5.a(r).aM(s,s.gF()) +s.as=!1}, +ah2(a2,a3,a4){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=new A.a53(a4),g=new A.a54(i),f=a3.length,e=f-1,d=a2.length,c=d-1,b=d===f?a2:A.b7(f,$.amX(),!1,t.u),a=i,a0=0,a1=0 +while(!0){if(!(a1<=c&&a0<=e))break +s=h.$1(a2[a1]) +r=a3[a0] +if(s!=null){f=s.f +f.toString +q=f instanceof A.cc?A.dd(f):i +d=A.b1(q==null?A.aV(f):q) +q=r instanceof A.cc?A.dd(r):i +f=!(d===A.b1(q==null?A.aV(r):q)&&J.f(f.a,r.a))}else f=!0 +if(f)break +f=j.dO(s,r,g.$2(a0,a)) +f.toString +b[a0]=f;++a0;++a1 +a=f}p=c +while(!0){o=a1<=p +if(!(o&&a0<=e))break +s=h.$1(a2[p]) +r=a3[e] +if(s!=null){f=s.f +f.toString +q=f instanceof A.cc?A.dd(f):i +d=A.b1(q==null?A.aV(f):q) +q=r instanceof A.cc?A.dd(r):i +f=!(d===A.b1(q==null?A.aV(r):q)&&J.f(f.a,r.a))}else f=!0 +if(f)break;--p;--e}if(o){n=A.z(t.D2,t.u) +for(;a1<=p;){s=h.$1(a2[a1]) +if(s!=null){f=s.f.a +if(f!=null)n.n(0,f,s) +else{s.a=null +s.q6() +f=j.r.b +if(s.w===B.cb){s.dd() +s.bb(A.aj3())}f.b.E(0,s)}}++a1}o=!0}else n=i +for(;a0<=e;a=f){r=a3[a0] +if(o){m=r.a +if(m!=null){s=n.h(0,m) +if(s!=null){f=s.f +f.toString +q=f instanceof A.cc?A.dd(f):i +d=A.b1(q==null?A.aV(f):q) +q=r instanceof A.cc?A.dd(r):i +if(d===A.b1(q==null?A.aV(r):q)&&J.f(f.a,m))n.B(0,m) +else s=i}}else s=i}else s=i +f=j.dO(s,r,g.$2(a0,a)) +f.toString +b[a0]=f;++a0}e=a3.length-1 +while(!0){if(!(a1<=c&&a0<=e))break +f=j.dO(a2[a1],a3[a0],g.$2(a0,a)) +f.toString +b[a0]=f;++a0;++a1 +a=f}if(o&&n.a!==0)for(f=n.gb2(n),f=new A.eu(J.aw(f.a),f.b),d=A.n(f).z[1];f.t();){l=f.a +if(l==null)l=d.a(l) +if(!a4.A(0,l)){l.a=null +l.q6() +k=j.r.b +if(l.w===B.cb){l.dd() +l.bb(A.aj3())}k.b.E(0,l)}}return b}, +dd(){this.Fx()}, +md(){var s=this,r=s.f +r.toString +t.F5.a(r) +s.xD() +r.qc(s.gF()) +s.ch.m(0) +s.ch=null}, +AN(a){var s,r=this,q=r.d +r.SB(a) +s=r.cx +s.toString +s.iM(r.gF(),q,r.d)}, +uF(a){var s,r,q=this +q.d=a +s=q.cx=q.a0o() +if(s!=null)s.iE(q.gF(),a) +r=q.a0n() +if(r!=null){s=r.f +s.toString +t.IL.a(s).pJ(q.gF())}}, +q6(){var s=this,r=s.cx +if(r!=null){r.iS(s.gF(),s.d) +s.cx=null}s.d=null}, +iE(a,b){}, +iM(a,b,c){}, +iS(a,b){}} +A.a53.prototype={ +$1(a){var s=this.a.A(0,a) +return s?null:a}, +$S:382} +A.a54.prototype={ +$2(a,b){return new A.qR(b,a,t.Bc)}, +$S:383} +A.zz.prototype={ +fk(a,b){this.oL(a,b)}} +A.Ia.prototype={ +iz(a){this.jV(a)}, +iE(a,b){}, +iM(a,b,c){}, +iS(a,b){}} +A.zW.prototype={ +bb(a){var s=this.p3 +if(s!=null)a.$1(s)}, +iz(a){this.p3=null +this.jV(a)}, +fk(a,b){var s,r,q=this +q.oL(a,b) +s=q.p3 +r=q.f +r.toString +q.p3=q.dO(s,t.Mp.a(r).c,null)}, +bc(a,b){var s,r,q=this +q.lg(0,b) +s=q.p3 +r=q.f +r.toString +q.p3=q.dO(s,t.Mp.a(r).c,null)}, +iE(a,b){var s=this.ch +s.toString +t.GM.a(s).sb_(a)}, +iM(a,b,c){}, +iS(a,b){var s=this.ch +s.toString +t.GM.a(s).sb_(null)}} +A.fy.prototype={ +gF(){return t.pU.a(A.bm.prototype.gF.call(this))}, +ghk(a){var s=A.a(this.p3,"_children") +return new A.av(s,new A.a2p(this),A.aV(s).j("av<1>"))}, +iE(a,b){var s=this.gF(),r=b.a +s.CQ(0,a,r==null?null:r.gF())}, +iM(a,b,c){var s=this.gF(),r=c.a +s.w7(a,r==null?null:r.gF())}, +iS(a,b){this.gF().B(0,a)}, +bb(a){var s,r,q,p,o +for(s=A.a(this.p3,"_children"),r=s.length,q=this.p4,p=0;p") +k.d=new A.aC(t.m.a(q),new A.eV(new A.fY(new A.et(o,1,B.aa)),p,n),n.j("aC"))}}if(s)s=!(isFinite(r.a)&&isFinite(r.b)) +else s=!0 +k.w=s}, +i(a){var s=this,r="manifest",q=A.a(s.f,r).d.b,p=A.a(s.f,r).e.b +return"HeroFlight(for: "+A.e(A.a(s.f,r).f.a.c)+", from: "+q.i(0)+", to: "+p.i(0)+" "+A.e(A.a(s.e,"_proxyAnimation").c)+")"}} +A.adi.prototype={ +$2(a,b){var s=null,r=this.a,q=A.a(r.b,"heroRectTween"),p=A.a(r.e,"_proxyAnimation") +p=q.T(0,p.gl(p)) +p.toString +q=A.a(r.f,"manifest").c +return A.JC(q.b-p.d,new A.hQ(!0,s,new A.hj(A.iS(!1,b,r.d),s),s),s,s,p.a,q.a-p.c,p.b,s)}, +$S:398} +A.adj.prototype={ +$0(){var s,r=this.a +r.x=!1 +this.b.CW.K(0,this) +s=A.a(r.e,"_proxyAnimation") +r.Ji(s.gaZ(s))}, +$S:0} +A.x0.prototype={ +ve(){var s,r,q,p +if(this.a.CW.a)return +s=this.c +s=s.gb2(s) +r=A.n(s).j("av") +q=A.ap(new A.av(s,new A.a_q(),r),!1,r.j("q.E")) +for(s=q.length,p=0;p"),a1=t.k2;r.t();){a2=r.gH(r) +a3=a2.gcG(a2) +a4=a2.gl(a2) +a5=l.h(0,a3) +a6=i.h(0,a3) +if(a5==null)a7=b3 +else{a2=p.k1 +a2.toString +a5.a.toString +a4.a.toString +a7=new A.adh(b9,q,a2,b7,b8,a4,a5,j,k,c0,a6!=null)}if(a7!=null&&a7.gbv()){l.B(0,a3) +if(a6!=null){if(A.a(a6.f,b4).a===B.cp&&a7.a===B.bX){A.a(a6.e,b5).sa3(0,new A.i7(a7.ghK(a7),new A.aM(A.b([],f),e),0)) +a2=A.a(a6.b,b6) +a6.b=new A.zy(a2,a2.b,a2.a,a1)}else if(A.a(a6.f,b4).a===B.bX&&a7.a===B.cp){a2=A.a(a6.e,b5) +a8=a7.ghK(a7) +a9=A.a(a6.f,b4) +a9=a9.ghK(a9) +a9=a9.gl(a9) +a2.sa3(0,new A.aC(a.a(a8),new A.ar(a9,1,b),a0)) +a2=A.a(a6.f,b4).f +a8=a7.r +a9=a6.f +if(a2!==a8){A.a(a9,b4).f.nu(!0) +a8.xp() +a6.b=A.a(a6.f,b4).q1(A.a(a6.b,b6).b,a7.gwy())}else a6.b=A.a(a9,b4).q1(A.a(a6.b,b6).b,A.a(a6.b,b6).a)}else{a2=A.a(a6.f,b4) +a8=A.a(a6.b,b6) +a9=A.a(a6.e,b5) +a6.b=a2.q1(a8.T(0,a9.gl(a9)),a7.gwy()) +a6.c=null +a2=a7.a +a8=a6.e +if(a2===B.bX)A.a(a8,b5).sa3(0,new A.i7(a7.ghK(a7),new A.aM(A.b([],f),e),0)) +else A.a(a8,b5).sa3(0,a7.ghK(a7)) +A.a(a6.f,b4).f.nu(!0) +A.a(a6.f,b4).r.nu(!0) +a7.f.xq(a2===B.cp) +a7.r.xp() +a2=a6.r.f.ga5() +if(a2!=null)a2.IT()}a6.f=a7}else{a2=new A.kQ(g,B.cT) +a8=A.b([],f) +a9=new A.aM(a8,e) +b0=new A.yR(a9,new A.aM(A.b([],d),c),0) +b0.a=B.w +b0.b=0 +b0.cf() +a9.b=!0 +a8.push(a2.ga1m()) +a2.e=b0 +a2.f=a7 +switch(A.a(a7,b4).a.a){case 1:a8=A.a(a2.e,b5) +a9=A.a(a2.f,b4) +a8.sa3(0,new A.i7(a9.ghK(a9),new A.aM(A.b([],f),e),0)) +b1=!1 +break +case 0:a8=A.a(a2.e,b5) +a9=A.a(a2.f,b4) +a8.sa3(0,a9.ghK(a9)) +b1=!0 +break +default:b1=b3}a2.b=A.a(a2.f,b4).q1(A.a(a2.f,b4).gNs(),A.a(a2.f,b4).gwy()) +A.a(a2.f,b4).f.xq(b1) +A.a(a2.f,b4).r.xp() +a8=A.a(a2.f,b4).b +a9=new A.j9(a2.gZd(),!1,new A.bC(b3,h),$.b4()) +a2.r=a9 +a8.qG(0,a9) +a9=A.a(a2.e,b5) +a9.cf() +a9=a9.bj$ +a9.b=!0 +a9.a.push(a2.gOG()) +i.n(0,a3,a2)}}else if(a6!=null)a6.w=!0}for(r=l.gb2(l),r=r.ga1(r);r.t();)r.gH(r).MW()}, +a26(a){this.c.B(0,A.a(a.f,"manifest").f.a.c)}, +a_l(a,b,c,d,e){var s=e.f +s.toString +return t.rA.a(s).e}} +A.a_q.prototype={ +$1(a){var s,r="manifest" +if(A.a(a.f,r).y)if(A.a(a.f,r).a===B.bX){s=A.a(a.e,"_proxyAnimation") +s=s.gaZ(s)===B.w}else s=!1 +else s=!1 +return s}, +$S:401} +A.a_p.prototype={ +$1(a){var s=this +s.a.Kc(s.b,s.c,s.d,s.e)}, +$S:2} +A.nL.prototype={ +I(a,b){var s,r,q,p,o,n,m,l=null,k=b.L(t.I) +k.toString +s=k.f +r=A.apx(b) +q=this.d +if(q==null)q=r.c +k=this.c +if(k==null)return A.bq(l,A.dB(l,q,q),!1,l,l,!1,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l) +p=r.gdK(r) +if(p==null)p=1 +o=r.a +o.toString +if(p!==1)n=A.ak(B.e.aI(255*((o.gl(o)>>>24&255)/255*p)),o.gl(o)>>>16&255,o.gl(o)>>>8&255,o.gl(o)&255) +else n=o +o=A.fd(k.a) +m=A.aqK(l,l,B.vE,!0,l,A.ho(l,A.cl(l,l,n,l,l,l,l,l,k.b,l,l,q,l,l,l,l,!1,l,l,l,l,k.c,r.d,l,l),o),B.bo,s,l,1,B.aA) +if(k.d)switch(s.a){case 0:k=new A.bc(new Float64Array(16)) +k.dD() +k.ot(0,-1,1,1) +m=A.M2(B.M,m,k,!1) +break +case 1:break}return A.bq(l,new A.lq(!0,A.dB(A.jP(m,l,l),q,q),l),!1,l,l,!1,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l)}} +A.h4.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.h4&&b.a===s.a&&b.b===s.b&&b.c==s.c&&b.d===s.d}, +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return"IconData(U+"+B.b.m2(B.f.iX(this.a,16).toUpperCase(),5,"0")+")"}} +A.nM.prototype={ +cZ(a){return!this.w.k(0,a.w)}, +El(a,b,c){return A.HN(c,this.w,null)}, +gbN(a){return this.w}} +A.a0a.prototype={ +$1(a){return A.HN(this.c,A.apw(a).bg(this.b),this.a)}, +$S:402} +A.cM.prototype={ +q_(a,b,c,d){var s=this,r=a==null?s.a:a,q=b==null?s.gdK(s):b,p=d==null?s.c:d +return new A.cM(r,q,p,c==null?s.d:c)}, +fJ(a){return this.q_(a,null,null,null)}, +bg(a){var s,r,q +if(a==null)return this +s=a.a +r=a.gdK(a) +q=a.c +return this.q_(s,r,a.d,q)}, +O(a){return this}, +gdK(a){var s=this.b +return s==null?null:B.e.G(s,0,1)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.W(b)!==A.C(s))return!1 +return b instanceof A.cM&&J.f(b.a,s.a)&&b.gdK(b)==s.gdK(s)&&b.c==s.c&&A.dX(b.d,s.d)}, +gv(a){var s=this,r=s.gdK(s),q=s.d +q=q==null?null:A.fb(q) +return A.a3(s.a,r,s.c,q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Ov.prototype={} +A.x6.prototype={ +an(){return new A.BR(B.k)}} +A.BR.prototype={ +aB(){var s=this +s.aS() +$.F.av$.push(s) +s.z=new A.GS(s)}, +m(a){var s,r=this +B.c.B($.F.av$,r) +r.a7T() +s=r.at +if(s!=null)s.m(0) +A.a(r.z,"_scrollAwareContext").a=null +r.A0(null) +r.aR(0)}, +bH(){var s,r=this +r.a8K() +r.JD() +s=r.c +s.toString +if(A.aln(s))r.a4C() +else r.Kh(!0) +r.e9()}, +b4(a){var s=this +s.bu(a) +if(s.r)s.a.toString +if(!s.a.c.k(0,a.c))s.JD()}, +a8K(){var s=this.c +s.toString +s=A.e6(s) +s=s==null?null:s.z +if(s==null){A.a($.zS.qo$,"_accessibilityFeatures") +s=!1}this.w=s}, +JD(){var s,r=this,q=A.a(r.z,"_scrollAwareContext"),p=r.a,o=p.c,n=r.c +n.toString +s=p.r +p=p.w +r.a8Z(new A.zH(q,o,t.JE).O(A.aiP(n,new A.L(s,p))))}, +a12(a){var s=this,r=s.ax +if(r==null||a){s.as=s.Q=null +s.a.toString +r=s.ax=new A.h5(s.ga2l(),null,null)}r.toString +return r}, +tE(){return this.a12(!1)}, +a2m(a,b){this.a4(new A.adv(this,a,b))}, +A0(a){var s=this.e +if(s!=null)s.a.m(0) +this.e=a}, +a8Z(a){var s,r,q=this,p=q.d +if(p==null)s=null +else{s=p.a +if(s==null)s=p}r=a.a +if(s===(r==null?a:r))return +if(q.r){p.toString +p.K(0,q.tE())}q.a.toString +q.a4(new A.adw(q)) +q.a4(new A.adx(q)) +q.d=a +if(q.r)a.a2(0,q.tE())}, +a4C(){var s,r=this +if(r.r)return +s=r.d +s.toString +s.a2(0,r.tE()) +s=r.at +if(s!=null)s.m(0) +r.at=null +r.r=!0}, +Kh(a){var s,r,q=this +if(!q.r)return +if(a)if(q.at==null){s=q.d +s=(s==null?null:s.a)!=null}else s=!1 +else s=!1 +if(s){s=q.d.a +if(s.w)A.K(A.X(u.V)) +r=new A.qO(s) +r.tg(s) +q.at=r}s=q.d +s.toString +s.K(0,q.tE()) +q.r=!1}, +a7T(){return this.Kh(!1)}, +I(a,b){var s,r,q,p,o,n,m,l=this,k=null +if(l.Q!=null)l.a.toString +s=l.e +r=s==null +q=r?k:s.a +p=r?k:s.c +o=l.a +n=o.r +o=o.w +s=r?k:s.b +if(s==null)s=1 +r=A.a(l.w,"_invertColors") +l.a.toString +m=A.bq(k,new A.JU(q,p,n,o,s,k,k,B.n3,k,k,B.M,B.cr,k,!1,r,!1,k),!1,k,k,!1,k,k,k,!0,"",k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k) +return m}} +A.adv.prototype={ +$0(){var s,r=this.a +r.A0(this.b) +r.as=r.Q=r.f=null +s=r.x +r.x=s==null?0:s+1 +r.y=B.d1.wW(r.y,this.c)}, +$S:0} +A.adw.prototype={ +$0(){this.a.A0(null)}, +$S:0} +A.adx.prototype={ +$0(){var s=this.a +s.x=s.f=null +s.y=!1}, +$S:0} +A.SI.prototype={} +A.GH.prototype={ +en(a){var s=A.WB(this.a,this.b,a) +s.toString +return s}} +A.nl.prototype={ +en(a){var s=A.es(this.a,this.b,a) +s.toString +return s}} +A.n0.prototype={ +en(a){return A.n1(this.a,this.b,a)}} +A.oV.prototype={ +en(a){var s=A.bj(this.a,this.b,a) +s.toString +return s}} +A.HP.prototype={} +A.qP.prototype={ +gll(){var s,r,q=this,p=q.d +if(p===$){s=q.a.d +r=A.bo(null,s,null,null,q) +A.bb(q.d,"_controller") +q.d=r +p=r}return p}, +gfw(){var s,r=this,q=r.e +if(q===$){s=r.gll() +q=r.e=A.co(r.a.c,s,null)}return q}, +aB(){var s=this +s.aS() +s.gll().c1(new A.a0s(s)) +s.H2() +s.C1()}, +b4(a){var s,r=this +r.bu(a) +if(r.a.c!==a.c){r.gfw().m(0) +s=r.gll() +r.e=A.co(r.a.c,s,null)}r.gll().e=r.a.d +if(r.H2()){r.lR(new A.a0r(r)) +s=r.gll() +s.sl(0,0) +s.bp(0) +r.C1()}}, +m(a){this.gfw().m(0) +this.gll().m(0) +this.Uh(0)}, +a9_(a,b){var s +if(a==null)return +s=this.gfw() +a.sBi(a.T(0,s.gl(s))) +a.saO(0,b)}, +H2(){var s={} +s.a=!1 +this.lR(new A.a0q(s,this)) +return s.a}, +C1(){}} +A.a0s.prototype={ +$1(a){switch(a.a){case 3:this.a.a.toString +break +case 0:case 1:case 2:break}}, +$S:3} +A.a0r.prototype={ +$3(a,b,c){this.a.a9_(a,b) +return a}, +$S:150} +A.a0q.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:150} +A.pS.prototype={ +aB(){this.SL() +var s=this.gll() +s.cf() +s=s.bj$ +s.b=!0 +s.a.push(this.ga1k())}, +a1l(){this.a4(new A.Um())}} +A.Um.prototype={ +$0(){}, +$S:0} +A.vk.prototype={ +an(){return new A.Mz(null,null,B.k)}} +A.Mz.prototype={ +lR(a){this.CW=t.Om.a(a.$3(this.CW,this.a.r,new A.aaV()))}, +I(a,b){var s,r=this.CW +r.toString +s=this.gfw() +return new A.cr(J.anj(r.T(0,s.gl(s)),B.aP,B.lN),this.a.w,null)}} +A.aaV.prototype={ +$1(a){return new A.nl(t.A0.a(a),null)}, +$S:404} +A.vj.prototype={ +an(){return new A.My(null,null,B.k)}} +A.My.prototype={ +lR(a){this.z=t.ir.a(a.$3(this.z,this.a.w,new A.aaU()))}, +C1(){var s=this.gfw(),r=this.z +r.toString +this.Q=new A.aC(t.m.a(s),r,A.n(r).j("aC"))}, +I(a,b){var s=A.a(this.Q,"_opacityAnimation"),r=this.a +return A.iS(r.x,r.r,s)}} +A.aaU.prototype={ +$1(a){return new A.ar(A.py(a),null,t.Y)}, +$S:84} +A.vh.prototype={ +an(){return new A.Mx(null,null,B.k)}} +A.Mx.prototype={ +lR(a){this.CW=t.Dh.a(a.$3(this.CW,this.a.w,new A.aaT()))}, +I(a,b){var s,r=null,q=this.CW +q.toString +s=this.gfw() +s=q.T(0,s.gl(s)) +return A.jS(this.a.r,r,r,B.bM,!0,s,r,r,B.aA)}} +A.aaT.prototype={ +$1(a){return new A.oV(t.em.a(a),null)}, +$S:405} +A.vl.prototype={ +an(){return new A.MA(null,null,B.k)}} +A.MA.prototype={ +lR(a){var s=this,r=s.CW +s.a.toString +s.CW=t.eJ.a(a.$3(r,B.b1,new A.aaW())) +s.cx=t.ir.a(a.$3(s.cx,s.a.z,new A.aaX())) +r=t.YJ +s.cy=r.a(a.$3(s.cy,s.a.Q,new A.aaY())) +s.db=r.a(a.$3(s.db,s.a.at,new A.aaZ()))}, +I(a,b){var s,r,q,p,o,n=this,m=n.a,l=m.w +m=m.x +s=n.CW +s.toString +r=n.gfw() +r=s.T(0,r.gl(r)) +s=n.cx +s.toString +q=n.gfw() +q=s.T(0,q.gl(q)) +s=n.a.Q +p=n.db +p.toString +o=n.gfw() +o=p.T(0,o.gl(o)) +o.toString +return new A.Jr(l,m,r,q,s,o,n.a.r,null)}} +A.aaW.prototype={ +$1(a){return new A.n0(t.m_.a(a),null)}, +$S:406} +A.aaX.prototype={ +$1(a){return new A.ar(A.py(a),null,t.Y)}, +$S:84} +A.aaY.prototype={ +$1(a){return new A.dg(t.n8.a(a),null)}, +$S:64} +A.aaZ.prototype={ +$1(a){return new A.dg(t.n8.a(a),null)}, +$S:64} +A.uk.prototype={ +m(a){var s=this,r=s.cz$ +if(r!=null)r.K(0,s.gkh()) +s.cz$=null +s.aR(0)}, +bL(){this.cw() +this.ck() +this.ki()}} +A.lw.prototype={ +c_(a){return new A.xb(A.iU(t.u,t.X),this,B.a8,A.n(this).j("xb"))}} +A.xb.prototype={ +PO(a,b){var s=this.bQ,r=this.$ti,q=r.j("b0<1>?").a(s.h(0,a)) +if(q!=null&&q.gS(q))return +s.n(0,a,A.cg(r.c))}, +Ox(a,b){var s,r=this.$ti,q=r.j("b0<1>?").a(this.bQ.h(0,b)) +if(q==null)return +if(!q.gS(q)){s=this.f +s.toString +s=r.j("lw<1>").a(s).ah7(a,q) +r=s}else r=!0 +if(r)b.bH()}} +A.h7.prototype={ +cZ(a){return a.f!==this.f}, +c_(a){var s=new A.ul(A.iU(t.u,t.X),this,B.a8,A.n(this).j("ul")) +this.f.a2(0,s.gzm()) +return s}} +A.ul.prototype={ +bc(a,b){var s,r,q=this,p=q.f +p.toString +s=q.$ti.j("h7<1>").a(p).f +r=b.f +if(s!==r){p=q.gzm() +s.K(0,p) +r.a2(0,p)}q.Te(0,b)}, +bq(a){var s,r=this +if(r.cX){s=r.f +s.toString +r.FD(r.$ti.j("h7<1>").a(s)) +r.cX=!1}return r.Td(0)}, +a3U(){this.cX=!0 +this.fi()}, +qZ(a){this.FD(a) +this.cX=!1}, +md(){var s=this,r=s.f +r.toString +s.$ti.j("h7<1>").a(r).f.K(0,s.gzm()) +s.xD()}} +A.dO.prototype={} +A.a0w.prototype={ +$1(a){var s,r,q +if(a===this.a)return!1 +if(a instanceof A.h6){s=a.f +s.toString +s=s instanceof A.dO}else s=!1 +if(s){s=a.f +s.toString +t.og.a(s) +r=A.C(s) +q=this.c +if(!q.A(0,r)){q.E(0,r) +this.d.push(s)}}return!0}, +$S:49} +A.FF.prototype={} +A.N2.prototype={ +I(a,b){var s,r,q,p=this.d +for(s=this.c,r=s.length,q=0;q"))}} +A.up.prototype={ +gF(){return this.$ti.j("fC<1,u>").a(A.bm.prototype.gF.call(this))}, +bb(a){var s=this.p3 +if(s!=null)a.$1(s)}, +iz(a){this.p3=null +this.jV(a)}, +fk(a,b){var s=this +s.oL(a,b) +s.$ti.j("fC<1,u>").a(A.bm.prototype.gF.call(s)).Ec(s.gII())}, +bc(a,b){var s,r=this +r.lg(0,b) +s=r.$ti.j("fC<1,u>") +s.a(A.bm.prototype.gF.call(r)).Ec(r.gII()) +s=s.a(A.bm.prototype.gF.call(r)) +s.vp$=!0 +s.a0()}, +iP(){var s=this.$ti.j("fC<1,u>").a(A.bm.prototype.gF.call(this)) +s.vp$=!0 +s.a0() +this.xM()}, +md(){this.$ti.j("fC<1,u>").a(A.bm.prototype.gF.call(this)).Ec(null) +this.Tr()}, +a4u(a){this.r.pN(this,new A.adZ(this,a))}, +iE(a,b){this.$ti.j("fC<1,u>").a(A.bm.prototype.gF.call(this)).sb_(a)}, +iM(a,b,c){}, +iS(a,b){this.$ti.j("fC<1,u>").a(A.bm.prototype.gF.call(this)).sb_(null)}} +A.adZ.prototype={ +$0(){var s,r,q,p,o,n,m,l,k=this,j=null +try{o=k.a +n=o.f +n.toString +o.$ti.j("li<1>").a(n) +j=n.c.$2(o,k.b) +o.f.toString}catch(m){s=A.a9(m) +r=A.aB(m) +o=k.a +l=A.wH(A.asE(A.bi("building "+o.f.i(0)),s,r,new A.ae_(o))) +j=l}try{o=k.a +o.p3=o.dO(o.p3,j,null)}catch(m){q=A.a9(m) +p=A.aB(m) +o=k.a +l=A.wH(A.asE(A.bi("building "+o.f.i(0)),q,p,new A.ae0(o))) +j=l +o.p3=o.dO(null,j,o.d)}}, +$S:0} +A.ae_.prototype={ +$0(){var s=A.b([],t.F) +return s}, +$S:16} +A.ae0.prototype={ +$0(){var s=A.b([],t.F) +return s}, +$S:16} +A.fC.prototype={ +Ec(a){if(J.f(a,this.Cn$))return +this.Cn$=a +this.a0()}} +A.I9.prototype={ +aJ(a){var s=new A.CT(null,!0,null,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +return s}} +A.CT.prototype={ +b1(a){return 0}, +aV(a){return 0}, +aX(a){return 0}, +b0(a){return 0}, +c4(a){return B.o}, +bK(){var s=this,r=t.k,q=r.a(A.u.prototype.ga_.call(s)) +if(s.vp$||!r.a(A.u.prototype.ga_.call(s)).k(0,s.Nc$)){s.Nc$=r.a(A.u.prototype.ga_.call(s)) +s.vp$=!1 +r=s.Cn$ +r.toString +s.CU(r,A.n(s).j("fC.0"))}r=s.q$ +if(r!=null){r.cH(0,q,!0) +r=s.q$.k1 +r.toString +s.k1=q.bo(r)}else s.k1=new A.L(B.f.G(1/0,q.a,q.b),B.f.G(1/0,q.c,q.d))}, +dW(a){var s=this.q$ +if(s!=null)return s.jS(a) +return this.xJ(a)}, +cL(a,b){var s=this.q$ +s=s==null?null:s.bD(a,b) +return s===!0}, +aH(a,b){var s=this.q$ +if(s!=null)a.dg(s,b)}} +A.SY.prototype={ +ak(a){var s +this.dF(a) +s=this.q$ +if(s!=null)s.ak(a)}, +ab(a){var s +this.d8(0) +s=this.q$ +if(s!=null)s.ab(0)}} +A.SZ.prototype={} +A.uB.prototype={} +A.aig.prototype={ +$1(a){return this.a.a=a}, +$S:31} +A.aih.prototype={ +$1(a){return a.b}, +$S:407} +A.aii.prototype={ +$1(a){var s,r,q,p +for(s=J.ay(a),r=this.a,q=this.b,p=0;ps.b?B.hE:B.Kn}, +BD(a,b,c,d,e,f){var s=this,r=d==null?s.c:d,q=b==null?s.f:b,p=f==null?s.r:f,o=e==null?s.e:e,n=a==null?s.ch:a +return A.akS(s.y,!1,s.at,s.b,s.as,n,s.ay,s.Q,s.z,s.ax,q,s.d,s.a,s.w,r,o,p)}, +v_(a){return this.BD(null,null,null,a,null,null)}, +Mf(a){return this.BD(null,a,null,null,null,null)}, +ab6(a,b,c,d){return this.BD(a,b,null,null,c,d)}, +Pe(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.lI(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.akS(m.y,!1,m.at,m.b,m.as,m.ch,m.ay,m.Q,m.z,B.bE,r,m.d,m.a,B.aP,m.c,m.e,q.lI(a?Math.max(0,q.d-s.d):l,p,n,o))}, +Pj(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.lI(n,r,p,q) +r=b?0:l +q=d?0:l +p=c?0:l +return A.akS(m.y,!1,m.at,m.b,m.as,m.ch,m.ay,m.Q,m.z,B.bE,m.f,m.d,m.a,B.aP,m.c,o.lI(0,r,p,q),s)}, +ag7(a){return this.Pj(a,!1,!1,!1)}, +ag5(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=a.c,f=a.a,e=a.d,d=a.b,c=h.a +if(new A.L(g-f,e-d).k(0,c)&&new A.m(f,d).k(0,B.j))return h +s=c.a-g +r=c.b-e +g=h.f +e=Math.max(0,g.a-f) +c=Math.max(0,g.b-d) +q=Math.max(0,g.c-s) +g=Math.max(0,g.d-r) +p=h.r +o=Math.max(0,p.a-f) +n=Math.max(0,p.b-d) +m=Math.max(0,p.c-s) +p=Math.max(0,p.d-r) +l=h.e +f=Math.max(0,l.a-f) +d=Math.max(0,l.b-d) +k=Math.max(0,l.c-s) +l=Math.max(0,l.d-r) +j=h.ch +i=A.af(j).j("av<1>") +return h.ab6(A.ap(new A.av(j,new A.a1Y(a),i),!0,i.j("q.E")),new A.as(e,c,q,g),new A.as(f,d,k,l),new A.as(o,n,m,p))}, +k(a,b){var s,r=this +if(b==null)return!1 +if(J.W(b)!==A.C(r))return!1 +if(b instanceof A.y0)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.Q===r.Q&&b.as===r.as&&b.z===r.z&&b.y===r.y&&b.at===r.at&&b.ax===r.ax&&b.ay.k(0,r.ay)&&A.dX(b.ch,r.ch) +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}, +gv(a){var s=this +return A.a3(s.a,s.b,s.c,s.d,s.f,s.r,s.e,!1,s.Q,s.as,s.z,s.y,s.at,s.ax,s.ay,A.fb(s.ch),B.a,B.a,B.a,B.a)}, +i(a){var s=this +return"MediaQueryData("+B.c.bB(A.b(["size: "+s.a.i(0),"devicePixelRatio: "+B.e.V(s.b,1),"textScaleFactor: "+B.e.V(s.c,1),"platformBrightness: "+s.d.i(0),"padding: "+s.f.i(0),"viewPadding: "+s.r.i(0),"viewInsets: "+s.e.i(0),"alwaysUse24HourFormat: false","accessibleNavigation: "+s.y,"highContrast: "+s.Q,"disableAnimations: "+s.as,"invertColors: "+s.z,"boldText: "+s.at,"navigationMode: "+s.ax.b,"gestureSettings: "+s.ay.i(0),"displayFeatures: "+A.e(s.ch)],t.s),", ")+")"}} +A.a1Y.prototype={ +$1(a){return this.a.r4(a.gjd(a))}, +$S:135} +A.hd.prototype={ +cZ(a){return!this.f.k(0,a.f)}, +gbN(a){return this.f}} +A.IG.prototype={ +i(a){return"NavigationMode."+this.b}} +A.Cm.prototype={ +an(){return new A.P5(B.k)}} +A.P5.prototype={ +aB(){this.aS() +$.F.av$.push(this)}, +BT(){this.a4(new A.aeP())}, +ME(){this.a4(new A.aeR())}, +MD(){this.a4(new A.aeQ())}, +I(a,b){var s,r,q,p,o,n,m,l +$.F.toString +s=$.bX() +r=s.gkO() +q=s.w +r=r.eu(0,q==null?A.aX():q) +q=s.w +if(q==null)q=A.aX() +p=s.b.a +s.gmf() +o=s.w +o=A.XI(B.eP,o==null?A.aX():o) +s.gmf() +n=s.w +n=A.XI(B.eP,n==null?A.aX():n) +m=s.e +l=s.w +m=A.XI(m,l==null?A.aX():l) +s.gmf() +l=s.w +l=A.XI(B.eP,l==null?A.aX():l) +s.gmf() +s.gmf() +return new A.hd(new A.y0(r,q,p.e,p.d,m,o,n,l,!1,!1,!1,!1,!1,!1,B.bE,new A.wg(null),B.EL),this.a.c,null)}, +m(a){B.c.B($.F.av$,this) +this.aR(0)}} +A.aeP.prototype={ +$0(){}, +$S:0} +A.aeR.prototype={ +$0(){}, +$S:0} +A.aeQ.prototype={ +$0(){}, +$S:0} +A.SN.prototype={} +A.Iv.prototype={ +I(a,b){var s,r,q,p,o,n,m,l,k=this,j=null +switch(A.dL().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.a2d(k,b) +p=!r||!1 +o=r?k.r:j +n=r?q:j +if(r&&k.r!=null){m=b.L(t.I) +m.toString +m=m.f}else m=j +l=k.c +return A.azZ(new A.lq(p,new A.Pb(A.bq(j,A.o8(new A.f0(B.mc,l==null?j:new A.lh(l,j,j),j),B.eK,j,j,j,j),!1,j,j,!1,j,j,j,j,o,j,j,j,j,j,j,n,j,j,j,j,j,j,j,j,m,j,j),q,j),j))}} +A.a2d.prototype={ +$0(){if(this.a.d)A.aq6(this.b) +else A.LD(B.Ng)}, +$S:0} +A.F5.prototype={ +I(a,b){var s=t.Bs.a(this.c) +return A.akU(!0,s.gl(s),this.e,this.f)}} +A.tN.prototype={ +hs(a){if(this.y1==null)return!1 +return this.oH(a)}, +Nz(a){}, +NA(a,b){var s=this.y1 +if(s!=null)s.$0()}, +vA(a,b,c){}} +A.aeS.prototype={ +Bd(a){a.siN(this.a)}} +A.MF.prototype={ +Bw(a){var s=t.S,r=A.cg(s) +return new A.tN(B.an,18,B.bx,A.z(s,t.G),r,null,null,A.z(s,t.C))}, +NR(a){a.y1=this.a}} +A.Pb.prototype={ +I(a,b){var s=this.d +return new A.ko(this.c,A.az([B.Sc,new A.MF(s)],t.n,t.xR),B.ao,!1,new A.aeS(s),null)}} +A.IH.prototype={ +I(a,b){var s,r,q=this,p=b.L(t.I) +p.toString +s=A.b([],t.p) +r=q.c +if(r!=null)s.push(A.a1o(r,B.f9)) +r=q.d +if(r!=null)s.push(A.a1o(r,B.fa)) +r=q.e +if(r!=null)s.push(A.a1o(r,B.fb)) +return new A.nh(new A.agZ(q.f,q.r,p.f),s,null)}} +A.uR.prototype={ +i(a){return"_ToolbarSlot."+this.b}} +A.agZ.prototype={ +we(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +if(f.b.h(0,B.f9)!=null){s=a.a +r=a.b +q=f.eK(B.f9,new A.aG(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.eV(B.f9,new A.m(p,0))}else q=0 +if(f.b.h(0,B.fb)!=null){o=f.eK(B.fb,A.akc(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.eV(B.fb,new A.m(n,(a.b-o.b)/2))}else m=0 +if(f.b.h(0,B.fa)!=null){s=a.a +r=f.e +l=Math.max(s-q-m-r*2,0) +k=f.eK(B.fa,A.akc(a).pX(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.nN(r,new A.a5S(),new A.a5T()) +if(s==null)return!1 +return s.a===this}, +gO4(){var s,r=this.a +if(r==null)return!1 +r=r.e +r=new A.cv(r,A.af(r).j("cv<1,dI?>")) +s=r.nD(r,new A.a5U(),new A.a5V()) +if(s==null)return!1 +return s.a===this}, +gND(){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}, +gadW(){var s=this.a +if(s==null)return!1 +s=s.e +s=new A.cv(s,A.af(s).j("cv<1,dI?>")) +s=s.nD(s,new A.a5Q(this),new A.a5R()) +s=s==null?null:s.glW() +return s===!0}} +A.a5P.prototype={ +$1(a){var s,r=this.a.a +if(r==null)s=null +else{r.a.toString +s=!0}if(s===!0)r.x.jJ()}, +$S:22} +A.a5O.prototype={ +$1(a){var s=this.a.a +if(s!=null)s.x.jJ()}, +$S:22} +A.a5S.prototype={ +$1(a){return a!=null&&a.glW()}, +$S:33} +A.a5T.prototype={ +$0(){return null}, +$S:6} +A.a5U.prototype={ +$1(a){return a!=null&&a.glW()}, +$S:33} +A.a5V.prototype={ +$0(){return null}, +$S:6} +A.a5Q.prototype={ +$1(a){return a!=null&&A.as1(this.a).$1(a)}, +$S:33} +A.a5R.prototype={ +$0(){return null}, +$S:6} +A.i8.prototype={ +i(a){return'RouteSettings("'+A.e(this.a)+'", '+A.e(this.b)+")"}, +gaN(a){return this.a}} +A.ob.prototype={} +A.nG.prototype={ +cZ(a){return a.f!=this.f}} +A.a5N.prototype={} +A.M6.prototype={} +A.GM.prototype={} +A.yg.prototype={ +an(){var s=null,r=A.b([],t.uD),q=$.b4(),p=t.Tp +return new A.j6(r,new A.Oq(q),A.j4(s,p),A.j4(s,p),A.Zj(!0,"Navigator Scope",!1),new A.zw(0,q,t.dZ),new A.d9(!1,q),A.aK(t.S),s,A.z(t.yb,t.T),s,!0,s,s,s,B.k)}, +aeV(a,b){return this.z.$2(a,b)}} +A.a2H.prototype={ +$1(a){return a==null}, +$S:412} +A.eD.prototype={ +i(a){return"_RouteLifecycle."+this.b}} +A.Pm.prototype={} +A.dI.prototype={ +gfo(){var s=this.b +if(s!=null)return"r+"+s.gPs() +return null}, +ad8(a,b,c,d){var s,r,q,p=this,o=p.c,n=p.a +n.a=b +n.kF() +s=p.c +if(s===B.lS||s===B.w2){r=n.qa() +p.c=B.w3 +r.ahh(new A.ag6(p,b))}else{n.BY(c) +p.c=B.dJ}if(a)n.q8(null) +s=o===B.TT||o===B.w2 +q=b.r +if(s)q.eM(0,new A.Cw(n,d)) +else q.eM(0,new A.ux(n,d))}, +ad7(a,b){var s,r=this +r.c=B.TP +s=r.a +if((s.d.a.a&30)!==0)return!0 +if(!s.lK(r.r)){r.c=B.dJ +return!1}r.r=null +return!0}, +bw(a){if(this.c.a>=10)return +this.w=!0 +this.c=B.w1}, +m(a){var s,r,q,p,o,n,m={} +this.c=B.TR +s=this.a +r=s.gwb() +q=new A.ag4() +p=new A.av(r,q,A.af(r).j("av<1>")) +if(!p.ga1(p).t())s.m(0) +else{m.a=p.gp(p) +for(s=B.c.ga1(r),q=new A.p4(s,q);q.t();){r=s.gH(s) +o=A.bx("listener") +n=new A.ag5(m,this,r,o) +o.b=n +r.a2(0,n)}}}, +gahj(){var s=this.c.a +return s<=7&&s>=1}, +glW(){var s=this.c.a +return s<=10&&s>=1}} +A.ag6.prototype={ +$0(){var s=this.a +if(s.c===B.w3){s.c=B.dJ +this.b.tA()}}, +$S:0} +A.ag4.prototype={ +$1(a){return a.d}, +$S:413} +A.ag5.prototype={ +$0(){var s=this,r=s.a;--r.a +s.c.K(0,s.d.bm()) +if(r.a===0)s.b.a.m(0)}, +$S:0} +A.ag7.prototype={ +$1(a){return a.a===this.a}, +$S:72} +A.mC.prototype={} +A.ux.prototype={ +m_(a){a.tZ(this.b,this.a,B.cp,!1)}} +A.Cu.prototype={ +m_(a){if(!a.a.CW.a)a.tZ(this.a,this.b,B.bX,!1)}} +A.Cv.prototype={ +m_(a){}} +A.Cw.prototype={ +m_(a){var s=this.a,r=s.gkG() +if(r)a.tZ(this.b,s,B.cp,!1)}} +A.j6.prototype={ +aB(){var s,r,q=this +q.aS() +for(s=q.a.x,r=0;!1;++r)s[r].a=q +q.Q=q.a.x +s=q.c.mj(t.mS) +if(s==null)s=null +else{s=s.f +s.toString}t._I.a(s) +q.AF(s==null?null:s.f) +q.a.toString +B.hC.jz("selectSingleEntryHistory",t.H)}, +jK(a,b){var s,r,q,p,o,n,m=this +m.ob(m.as,"id") +s=m.f +m.ob(s,"history") +for(;r=m.e,r.length!==0;)J.EV(r.pop()) +m.d=new A.bC(null,t.ku) +B.c.P(r,s.Pt(null,m)) +m.a.toString +q=0 +for(;!1;++q){p=B.EM[q] +r=m.c +r.toString +r=p.BH(r) +o=$.ajN() +n=new A.dI(r,null,B.lQ,o,o,o) +m.e.push(n) +B.c.P(m.e,s.Pt(n,m))}if(s.x==null){s=m.a +r=m.e +o=s.f +B.c.P(r,J.mP(s.aeV(m,o),new A.a2F(m),t.Ez))}m.tA()}, +C_(a){var s,r=this +r.TA(a) +s=r.f +if(r.br$!=null)s.bc(0,r.e) +else s.aG(0)}, +gfo(){return this.a.y}, +bH(){var s,r,q,p,o=this +o.Ul() +s=o.c.L(t.mS) +o.AF(s==null?null:s.f) +for(r=o.e,q=r.length,p=0;p0?s[r-1]:a0 +o=A.b([],t.uD) +for(s=a.w,n=a.r,m=a0,l=m,k=!1,j=!1;r>=0;){switch(q.c.a){case 1:i=a.k7(r-1,A.amv()) +h=i>=0?a.e[i]:a0 +h=h==null?a0:h.a +g=q.a +g.a=a +g.kF() +q.c=B.TS +n.eM(0,new A.ux(g,h)) +continue +case 2:if(k||l==null){h=q.a +h.q7() +q.c=B.dJ +if(l==null)h.q8(a0) +continue}break +case 3:case 4:case 6:h=p==null?a0:p.a +i=a.k7(r-1,A.amv()) +g=i>=0?a.e[i]:a0 +g=g==null?a0:g.a +q.ad8(l==null,a,h,g) +if(q.c===B.dJ)continue +break +case 5:if(!j&&m!=null){q.a.ns(m) +q.e=m}j=!0 +break +case 7:if(!j&&m!=null){q.a.ns(m) +q.e=m}k=!0 +j=!0 +break +case 8:i=a.k7(r,A.TC()) +h=i>=0?a.e[i]:a0 +if(!q.ad7(a,h==null?a0:h.a))continue +if(!j){if(m!=null){q.a.ns(m) +q.e=m}m=q.a}h=q.a +i=a.k7(r,A.TC()) +g=i>=0?a.e[i]:a0 +s.eM(0,new A.Cu(h,g==null?a0:g.a)) +if(q.c===B.lR)continue +k=!0 +break +case 11:break +case 9:h=q.a +h=h.d.a +if((h.a&30)!==0)A.K(A.X("Future already completed")) +h.oW(a0) +q.r=null +q.c=B.w1 +continue +case 10:if(!j){if(m!=null)q.a.ns(m) +m=a0}i=a.k7(r,A.TC()) +h=i>=0?a.e[i]:a0 +h=h==null?a0:h.a +q.c=B.TQ +if(q.w)s.eM(0,new A.Cv(q.a,h)) +continue +case 12:if(!k&&l!=null)break +q.c=B.lR +continue +case 13:o.push(B.c.eW(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.a0w() +a.a0y() +a.a.toString +s=a.e +s=new A.cv(s,A.af(s).j("cv<1,dI?>")) +e=s.nN(s,new A.a2z(),new A.a2A()) +d=e==null?a0:e.a.b.a +if(d!=null&&d!==a.at){A.aDT(d,!1,a0) +a.at=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.a18(k+1,A.au4()) +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.q8(r?l:q.a)}s.f=r?l:q.a}--k +n=m.k7(k,A.au4()) +r=n>=0?m.e[n]:l +p=r==null +o=p?l:r.a +if(o!=s.d){o=s.a +o.BU(p?l:r.a) +s.d=p?l:r.a}}}, +a19(a,b){a=this.k7(a,b) +return a>=0?this.e[a]:null}, +k7(a,b){while(!0){if(!(a>=0&&!b.$1(this.e[a])))break;--a}return a}, +a18(a,b){var s +while(!0){s=this.e +if(!(a?") +q=r.a(this.a.r.$1(s)) +return q==null&&!b?r.a(this.a.w.$1(s)):q}, +A6(a,b,c){return this.pq(a,!1,b,c)}, +P_(a,b){var s=this.A6(a,null,b) +s.toString +return this.kP(s)}, +wi(a,b,c){var s=this.A6(a,null,c) +s.toString +this.a69(A.alG(s,B.lS,null),b) +return s.d.a}, +afE(a){var s=A.alG(a,B.lS,null) +this.e.push(s) +this.tA() +this.y4(s.a) +return a.d.a}, +kP(a){return this.afE(a,t.X)}, +y4(a){this.Zt()}, +a69(a,b){var s,r=this,q=r.e,p=q.length-1 +q.push(a) +while(!0){if(!(p>=0&&!b.$1(r.e[p].a)))break +q=r.e[p] +s=q.c.a +if(s<=10&&s>=1)J.cb(q);--p}r.tA() +r.y4(a.a)}, +qS(a){var s=0,r=A.P(t.y),q,p=this,o,n,m +var $async$qS=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)$async$outer:switch(s){case 0:m=p.e +m=new A.cv(m,A.af(m).j("cv<1,dI?>")) +o=m.nN(m,new A.a2B(),new A.a2C()) +if(o==null){q=!1 +s=1 +break}s=3 +return A.U(o.a.hz(),$async$qS) +case 3:n=c +if(p.c==null){q=!0 +s=1 +break}m=p.e +m=new A.cv(m,A.af(m).j("cv<1,dI?>")) +if(o!==m.nN(m,new A.a2D(),new A.a2E())){q=!0 +s=1 +break}switch(n.a){case 2:q=!1 +s=1 +break $async$outer +case 0:p.afy(0,a) +q=!0 +s=1 +break $async$outer +case 1:q=!0 +s=1 +break $async$outer}case 1:return A.N(q,r)}}) +return A.O($async$qS,r)}, +Oo(){return this.qS(null,t.X)}, +aev(a){return this.qS(a,t.X)}, +OO(a,b){var s=B.c.aea(this.e,A.amv()) +s.r=b +s.c=B.TU +this.z3(!1) +this.y4(s.a)}, +dh(a){return this.OO(a,null,t.X)}, +afy(a,b){return this.OO(a,b,t.X)}, +Ng(a){var s=this,r=B.c.NP(s.e,A.as1(a)),q=s.e[r] +q.c=B.lR +if(!s.ay)s.z3(!1)}, +sLh(a){this.ch=a +this.CW.sl(0,a>0)}, +abB(){var s,r,q,p,o,n,m=this +m.sLh(m.ch+1) +if(m.ch===1){s=m.k7(m.e.length-1,A.TC()) +r=m.e[s].a +q=!r.gPT()&&s>0?m.a19(s-1,A.TC()).a:null +for(p=A.a(m.Q,"_effectiveObservers"),o=p.length,n=0;n7){i=j.a +i.c.sl(0,d) +continue}if(l){i=j.b +i=i==null?d:i.gO9() +l=i===!0}else l=!1 +i=j.a +h=l?j.gfo():d +i.c.sl(0,h) +if(l){i=j.b +h=i.b +i=h==null?i.b=i.uU():h +if(!m){h=J.ay(q) +g=h.gp(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.bQ(q) +e.a0k(s,n,p,o) +if(m||o.gbZ(o)){e.x=p +e.ac()}}, +a0k(a,b,c,d){var s,r=a.length +if(r!==0){s=b==null?null:b.gfo() +c.n(0,s,a) +d.B(0,s)}}, +aG(a){if(this.x==null)return +this.x=null +this.ac()}, +Pt(a,b){var s,r,q,p,o,n=A.b([],t.uD) +if(this.x!=null)s=a!=null&&a.gfo()==null +else s=!0 +if(s)return n +s=this.x +s.toString +r=J.ag(s,a==null?null:a.gfo()) +if(r==null)return n +for(s=J.aw(r);s.t();){q=A.aF0(s.gH(s)) +p=q.BH(b) +o=$.ajN() +n.push(new A.dI(p,q,B.lQ,o,o,o))}return n}, +BF(){return null}, +qy(a){a.toString +return J.aze(t.f.a(a),new A.adn(),t.ob,t.UX)}, +NQ(a){this.x=a}, +rs(){return this.x}, +gku(a){return this.x!=null}} +A.adn.prototype={ +$2(a,b){return new A.ax(A.bH(a),A.fw(t.j.a(b),!0,t.K),t.qE)}, +$S:417} +A.af5.prototype={ +$2(a,b){if(!a.a)a.K(0,b)}, +$S:45} +A.Cx.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.Cy.prototype={ +b4(a){this.bu(a) +this.qd()}, +bH(){var s,r,q,p,o=this +o.e9() +s=o.br$ +r=o.gof() +q=o.c +q.toString +q=A.rA(q) +o.cF$=q +p=o.n1(q,r) +if(r){o.jK(s,o.d0$) +o.d0$=!1}if(p)if(s!=null)s.m(0)}, +m(a){var s,r=this +r.em$.Y(0,new A.af5()) +s=r.br$ +if(s!=null)s.m(0) +r.br$=null +r.Uk(0)}} +A.IJ.prototype={ +i(a){var s=A.b([],t.s) +this.cT(s) +return"Notification("+B.c.bB(s,", ")+")"}, +cT(a){}} +A.d_.prototype={ +c_(a){return new A.Cz(this,B.a8,this.$ti.j("Cz<1>"))}} +A.Cz.prototype={ +OC(a){var s,r=this.f +r.toString +s=this.$ti +s.j("d_<1>").a(r) +if(s.c.b(a))return r.d.$1(a) +return!1}, +qZ(a){}} +A.ha.prototype={} +A.SS.prototype={} +A.j9.prototype={ +sm1(a){var s +if(this.b===a)return +this.b=a +s=this.e +if(s!=null)s.Hf()}, +sqQ(a){if(this.c)return +this.c=!0 +this.e.Hf()}, +L_(a){if(a===this.d)return +this.d=a +this.ac()}, +bw(a){var s,r=this.e +r.toString +this.e=null +if(r.c==null)return +B.c.B(r.d,this) +s=$.bK +if(s.cy$===B.l9)s.ch$.push(new A.a32(r)) +else r.IR()}, +fi(){var s=this.f.ga5() +if(s!=null)s.IT()}, +i(a){return"#"+A.bF(this)+"(opaque: "+this.b+"; maintainState: "+this.c+")"}} +A.a32.prototype={ +$1(a){this.a.IR()}, +$S:2} +A.uz.prototype={ +an(){return new A.CA(B.k)}} +A.CA.prototype={ +aB(){this.aS() +this.a.c.L_(!0)}, +m(a){this.a.c.L_(!1) +this.aR(0)}, +I(a,b){var s=this.a +return new A.tD(s.d,s.c.a.$1(b),null)}, +IT(){this.a4(new A.afd())}} +A.afd.prototype={ +$0(){}, +$S:0} +A.yt.prototype={ +an(){return new A.rf(A.b([],t.wi),null,null,B.k)}} +A.rf.prototype={ +aB(){this.aS() +this.NS(0,this.a.c)}, +zv(a,b){return this.d.length}, +qG(a,b){b.e=this +this.a4(new A.a36(this,null,null,b))}, +NS(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.uz(o,!0,o.f)) +q=!o.b||!1}else if(o.c)m.push(new A.uz(o,!1,o.f))}s=m.length +this.a.toString +n=t.H8 +return new A.RQ(s-p,B.ai,A.ap(new A.ci(m,n),!1,n.j("bl.E")),null)}} +A.a36.prototype={ +$0(){var s=this,r=s.a +B.c.kE(r.d,r.zv(s.b,s.c),s.d)}, +$S:0} +A.a35.prototype={ +$0(){var s=this,r=s.a +B.c.qH(r.d,r.zv(s.b,s.c),s.d)}, +$S:0} +A.a37.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.d +B.c.sp(o,0) +s=q.b +B.c.P(o,s) +r=q.c +r.Pc(s) +B.c.qH(o,p.zv(q.d,q.e),r)}, +$S:0} +A.a34.prototype={ +$0(){}, +$S:0} +A.a33.prototype={ +$0(){}, +$S:0} +A.RQ.prototype={ +c_(a){return new A.RR(A.cg(t.u),this,B.a8)}, +aJ(a){var s=a.L(t.I) +s.toString +s=new A.uH(s.f,this.e,this.f,A.aj(),0,null,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.P(0,null) +return s}, +aM(a,b){var s=this.e +if(b.a7!==s){b.a7=s +b.a0()}s=a.L(t.I) +s.toString +b.sbx(0,s.f) +s=this.f +if(s!==b.q){b.q=s +b.aF() +b.aj()}}} +A.RR.prototype={ +gF(){return t._2.a(A.fy.prototype.gF.call(this))}} +A.uH.prototype={ +f3(a){if(!(a.e instanceof A.dn))a.e=new A.dn(null,null,B.j)}, +a5o(){if(this.M!=null)return +this.M=B.b8.O(this.ag)}, +sbx(a,b){var s=this +if(s.ag===b)return +s.ag=b +s.M=null +s.a0()}, +gk6(){var s,r,q,p,o=this +if(o.a7===A.ac.prototype.guQ.call(o))return null +s=A.ac.prototype.gact.call(o,o) +for(r=o.a7,q=t.B;r>0;--r){p=s.e +p.toString +s=q.a(p).af$}return s}, +b1(a){return A.ov(this.gk6(),new A.afR(a))}, +aV(a){return A.ov(this.gk6(),new A.afP(a))}, +aX(a){return A.ov(this.gk6(),new A.afQ(a))}, +b0(a){return A.ov(this.gk6(),new A.afO(a))}, +dW(a){var s,r,q,p,o=this.gk6() +for(s=t.B,r=null;o!=null;){q=o.e +q.toString +s.a(q) +p=o.jS(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.af$}return r}, +ghB(){return!0}, +c4(a){return new A.L(B.f.G(1/0,a.a,a.b),B.f.G(1/0,a.c,a.d))}, +bK(){var s,r,q,p,o,n,m,l,k=this +k.C=!1 +if(k.bz$-k.a7===0)return +k.a5o() +s=t.k.a(A.u.prototype.ga_.call(k)) +r=A.vI(new A.L(B.f.G(1/0,s.a,s.b),B.f.G(1/0,s.c,s.d))) +q=k.gk6() +for(s=t.B,p=t.EP;q!=null;){o=q.e +o.toString +s.a(o) +if(!o.gvS()){q.cH(0,r,!0) +n=k.M +n.toString +m=k.k1 +m.toString +l=q.k1 +l.toString +o.a=n.lw(p.a(m.a9(0,l)))}else{n=k.k1 +n.toString +m=k.M +m.toString +k.C=A.aqI(q,o,n,m)||k.C}q=o.af$}}, +cL(a,b){var s,r,q,p=this,o={},n=o.a=p.a7===A.ac.prototype.guQ.call(p)?null:p.bV$ +for(s=t.B,r=0;r0)n=p +else n=null +m=n===s +l=new A.lP(m,0) +s=i.c +s.dY(l) +s=i.w +s.n(0,m,l.c) +s=s.h(0,m) +s.toString +if(s)n.d=0 +s=i.w.h(0,m) +s.toString +if(s){s=a.f +if(s!==0){r=n.c +if(r!=null)r.aA(0) +n.c=null +k=B.e.G(Math.abs(s),100,1e4) +s=n.f +if(n.a===B.eX)r=0.3 +else{r=A.a(n.r,"_glowOpacity") +q=r.b +r=r.a +r=q.T(0,r.gl(r))}s.a=r +r.toString +s.b=B.e.G(k*0.00006,r,0.5) +r=n.w +s=A.a(n.x,"_glowSize") +q=s.b +s=s.a +r.a=q.T(0,s.gl(s)) +r.b=Math.min(0.025+75e-8*k*k,1) +A.a(n.b,h).e=A.bS(0,B.e.aI(0.15+k*0.02),0) +A.a(n.b,h).lS(0,0) +n.as=0.5 +n.a=B.Tl}else{s=a.d +if(s!=null){p=a.b.gF() +p.toString +t.r.a(p) +o=p.k1 +o.toString +j=p.i4(s.d) +switch(A.bn(r.e).a){case 0:n.toString +s=o.b +n.OV(0,Math.abs(q),o.a,B.e.G(j.b,0,s),s) +break +case 1:n.toString +s=o.a +n.OV(0,Math.abs(q),o.b,B.e.G(j.a,0,s),s) +break}}}}}else if(a instanceof A.ks||a instanceof A.fe)if(a.gMN()!=null){s=i.d +if(s.a===B.eY)s.lr(B.d0) +s=i.e +if(s.a===B.eY)s.lr(B.d0)}i.r=A.C(a) +return!1}, +m(a){this.d.m(0) +this.e.m(0) +this.Vn(0)}, +I(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.d_(s.gzT(),new A.hj(A.iM(new A.hj(q.w,r),new A.Op(p,o,n,m),r,r,B.o),r),r,t.WA)}} +A.pd.prototype={ +i(a){return"_GlowState."+this.b}} +A.BL.prototype={ +sae(a,b){if(this.ax.k(0,b))return +this.ax=b +this.ac()}, +sLM(a){if(this.ay===a)return +this.ay=a +this.ac()}, +m(a){var s,r=this +A.a(r.b,"_glowController").m(0) +s=A.a(r.y,"_displacementTicker") +s.w.bP$.B(0,s) +s.FW(0) +s=r.c +if(s!=null)s.aA(0) +r.eL(0)}, +OV(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.aA(0) +o.at=o.at+b/200 +j=o.f +s=A.a(o.r,n) +r=s.b +s=s.a +j.a=r.T(0,s.gl(s)) +s=A.a(o.r,n) +r=s.b +s=s.a +j.b=Math.min(r.T(0,s.gl(s))+b/c*0.8,0.5) +q=Math.min(c,e*0.20096189432249995) +s=o.w +r=A.a(o.x,m) +j=r.b +r=r.a +s.a=j.T(0,r.gl(r)) +r=Math.sqrt(o.at*q) +j=A.a(o.x,m) +p=j.b +j=j.a +s.b=Math.max(1-1/(0.7*r),A.dc(p.T(0,j.gl(j)))) +j=d/e +o.Q=j +if(j!==o.as){if(!A.a(o.y,l).gae5())A.a(o.y,l).oE(0)}else{A.a(o.y,l).ex(0) +o.z=null}A.a(o.b,k).e=B.mV +if(o.a!==B.eY){A.a(o.b,k).lS(0,0) +o.a=B.eY}else{j=A.a(o.b,k).r +if(!(j!=null&&j.a!=null))o.ac()}o.c=A.bO(B.mV,new A.adc(o))}, +yk(a){var s=this +if(a!==B.H)return +switch(s.a.a){case 1:s.lr(B.d0) +break +case 3:s.a=B.eX +s.at=0 +break +case 2:case 0:break}}, +lr(a){var s,r,q=this,p="_glowController",o=q.a +if(o===B.w_||o===B.eX)return +o=q.c +if(o!=null)o.aA(0) +q.c=null +o=q.f +s=A.a(q.r,"_glowOpacity") +r=s.b +s=s.a +o.a=r.T(0,s.gl(s)) +o.b=0 +o=q.w +s=A.a(q.x,"_glowSize") +r=s.b +s=s.a +o.a=r.T(0,s.gl(s)) +o.b=0 +A.a(q.b,p).e=a +A.a(q.b,p).lS(0,0) +q.a=B.w_}, +a8j(a){var s,r=this,q=r.z +if(q!=null){q=q.a +s=r.Q +r.as=s-(s-r.as)*Math.pow(2,-(a.a-q)/$.avn().a) +r.ac()}if(A.EL(r.Q,r.as,0.001)){A.a(r.y,"_displacementTicker").ex(0) +r.z=null}else r.z=a}, +aH(a,b){var s,r,q,p,o,n,m,l,k=this,j="_glowOpacity",i=A.a(k.r,j),h=i.b +i=i.a +if(J.f(h.T(0,i.gl(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.a(k.x,"_glowSize") +p=h.b +h=h.a +h=p.T(0,h.gl(h)) +p=k.as +o=$.aJ()?A.aT():new A.aO(new A.aQ()) +n=k.ax +m=A.a(k.r,j) +l=m.b +m=m.a +o.sae(0,A.ak(B.e.aI(255*l.T(0,m.gl(m))),n.gl(n)>>>16&255,n.gl(n)>>>8&255,n.gl(n)&255)) +a.bF(0) +a.aC(0,0,k.d+k.e) +a.cP(0,1,h*s) +a.jg(0,new A.w(0,0,0+i,0+q)) +a.dZ(0,new A.m(i/2*(0.5+p),q-r),r,o) +a.bt(0)}, +i(a){return"_GlowController(color: "+this.ax.i(0)+", axis: "+A.aHK(this.ay)+")"}} +A.adc.prototype={ +$0(){return this.a.lr(B.fC)}, +$S:0} +A.Op.prototype={ +J8(a,b,c,d,e){var s +if(c==null)return +switch(A.l4(d,e)){case B.I:c.aH(a,b) +break +case B.J:a.bF(0) +a.aC(0,0,b.b) +a.cP(0,1,-1) +c.aH(a,b) +a.bt(0) +break +case B.al:a.bF(0) +a.hy(0,1.5707963267948966) +a.cP(0,1,-1) +c.aH(a,new A.L(b.b,b.a)) +a.bt(0) +break +case B.ay:a.bF(0) +s=b.a +a.aC(0,s,0) +a.hy(0,1.5707963267948966) +c.aH(a,new A.L(b.b,s)) +a.bt(0) +break}}, +aH(a,b){var s=this,r=s.d +s.J8(a,b,s.b,r,B.ne) +s.J8(a,b,s.c,r,B.nd)}, +ew(a){return a.b!=this.b||a.c!=this.c}, +i(a){return"_GlowingOverscrollIndicatorPainter("+A.e(this.b)+", "+A.e(this.c)+")"}} +A.th.prototype={ +an(){return new A.Dw(null,null,B.k)}, +kK(a){return A.EM().$1(a)}} +A.Dw.prototype={ +gls(){var s,r,q,p,o,n=this,m=null,l="_stretchController",k=n.d +if(k===$){s=t.Y +r=new A.ar(0,0,s) +q=new A.Dv(r,B.lX,$.b4()) +p=A.bo(m,m,m,m,n) +p.c1(q.gyj()) +A.ca(q.a,l) +q.a=p +o=A.co(B.dN,A.a(p,l),m) +o.a.a2(0,q.gcY()) +t.m.a(o) +A.ca(q.b,"_stretchSize") +q.b=new A.aC(o,r,s.j("aC")) +A.bb(n.d,l) +n.d=q +k=q}return k}, +zU(a){var s,r,q,p,o,n,m,l=this,k="_stretchSize",j="_stretchController" +if(!l.a.kK(a))return!1 +if(a instanceof A.i0){l.f=a +J.W(l.e) +s=a.e +r=new A.lP(s<0,0) +q=l.c +q.dY(r) +l.r=r.c +if(l.r){q=a.f +if(q!==0){s=l.gls() +p=B.e.G(Math.abs(q),1,1e4) +q=s.c +o=A.a(s.b,k) +n=o.b +o=o.a +q.a=n.T(0,o.gl(o)) +q.b=Math.min(0.016+1.01/p,1) +A.a(s.a,j).e=A.bS(0,B.e.aI(p*0.02),0) +A.a(s.a,j).lS(0,0) +s.d=B.U1}else if(a.d!=null){q=a.a.d +q.toString +m=B.e.G(Math.abs(s)/q+l.gls().e,0,1) +q=l.gls() +q.e=m +s=q.c +o=A.a(q.b,k) +n=o.b +o=o.a +s.a=n.T(0,o.gl(o)) +o=q.e +s.b=0.016*o+0.016*(1-Math.exp(-o*8.237217661997105)) +A.a(q.a,j).e=B.fE +if(q.d!==B.lY){A.a(q.a,j).lS(0,0) +q.d=B.lY}else{s=A.a(q.a,j).r +if(!(s!=null&&s.a!=null))q.ac()}}}}else if(a instanceof A.ks||a instanceof A.fe){s=l.gls() +if(s.d===B.lY)s.lr(B.fE)}l.e=a +return!1}, +a0L(a){switch(this.a.c.a){case 0:return a>0?B.m_:B.lZ +case 1:return a>0?B.m0:B.m1 +case 2:return a>0?B.lZ:B.m_ +case 3:return a>0?B.m1:B.m0}}, +m(a){var s=this.gls() +A.a(s.a,"_stretchController").m(0) +s.eL(0) +this.VE(0)}, +I(a,b){var s={},r=b.L(t.w).f +s.a=null +return new A.d_(this.gzT(),A.fR(this.gls(),new A.agy(s,this,r.a),null),null,t.WA)}} +A.agy.prototype={ +$2(a,b){var s,r,q,p,o,n=this,m=n.b,l=A.a(m.gls().b,"_stretchSize"),k=l.b +l=l.a +l=k.T(0,l.gl(l)) +switch(A.bn(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.a0L(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.In(s,r,1) +o=A.M2(q,m.a.e,k,!0) +return A.VW(o,l!==0&&p!==n.a.a?B.ai:B.u,null)}, +$S:418} +A.ps.prototype={ +i(a){return"_StretchState."+this.b}} +A.Dv.prototype={ +yk(a){var s=this +if(a!==B.H)return +switch(s.d.a){case 1:s.lr(B.fE) +break +case 3:s.d=B.lX +s.e=0 +break +case 2:case 0:break}}, +lr(a){var s,r,q=this,p="_stretchController",o=q.d +if(o===B.w4||o===B.lX)return +o=q.c +s=A.a(q.b,"_stretchSize") +r=s.b +s=s.a +o.a=r.T(0,s.gl(s)) +o.b=0 +A.a(q.a,p).e=a +A.a(q.a,p).lS(0,0) +q.d=B.w4}, +m(a){A.a(this.a,"_stretchController").m(0) +this.eL(0)}, +i(a){return"_StretchController()"}} +A.lP.prototype={ +cT(a){this.Uo(a) +a.push("side: "+(this.a?"leading edge":"trailing edge"))}} +A.CD.prototype={ +cT(a){var s,r +this.xE(a) +s=this.e0$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.Ed.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.Et.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.Dr.prototype={ +k(a,b){if(b==null)return!1 +if(J.W(b)!==A.C(this))return!1 +return b instanceof A.Dr&&A.dX(b.a,this.a)}, +gv(a){return A.fb(this.a)}, +i(a){return"StorageEntryIdentifier("+B.c.bB(this.a,":")+")"}} +A.IY.prototype={ +Gh(a){var s=A.b([],t.g8) +if(A.aqa(a,s))a.wH(new A.a3a(s)) +return s}, +PX(a,b){var s,r=this +if(r.a==null)r.a=A.z(t.K,t.z) +s=r.Gh(a) +if(s.length!==0)r.a.n(0,new A.Dr(s),b)}, +P6(a){var s +if(this.a==null)return null +s=this.Gh(a) +return s.length!==0?this.a.h(0,new A.Dr(s)):null}} +A.a3a.prototype={ +$1(a){return A.aqa(a,this.a)}, +$S:49} +A.rg.prototype={ +I(a,b){return this.c}} +A.IX.prototype={ +a9E(a,b,c){var s=t.gQ.a(B.c.gbX(this.d)) +if(s.a7!=null){s.a7=a +return A.cK(null,t.H)}return s.ij(s.oq(a),b,c)}, +Mp(a,b,c){var s=null,r=$.b4() +r=new A.pl(this.y,1,B.ds,a,b,!0,s,new A.d9(!1,r),r) +r.G4(b,s,!0,c,a) +r.G5(b,s,s,!0,c,a) +return r}, +ak(a){this.TO(a) +t.gQ.a(a).srC(1)}} +A.of.prototype={} +A.pl.prototype={ +Cd(a,b,c,d,e,f){return this.TY(a,b,c,d,e,null)}, +srC(a){var s,r=this +if(r.q===a)return +s=r.gOH(r) +r.q=a +if(s!=null)r.Cw(r.oq(s))}, +gtP(){var s=this.at +s.toString +return Math.max(0,s*(this.q-1)/2)}, +rL(a,b){var s=Math.max(0,a-this.gtP())/(b*this.q),r=B.e.wt(s) +if(Math.abs(s-r)<1e-10)return r +return s}, +oq(a){var s=this.at +s.toString +return a*s*this.q+this.gtP()}, +gOH(a){var s,r,q=this,p=q.as +if(p!=null)s=!(q.y!=null&&q.z!=null) +else s=!0 +if(s)p=null +else{s=q.a7 +if(s==null){p.toString +s=q.y +s.toString +r=q.z +r.toString +r=B.e.G(p,s,r) +s=q.at +s.toString +s=q.rL(r,s) +p=s}else p=s}return p}, +EN(){var s,r,q=this,p=q.r,o=p.c +o.toString +o=A.a3b(o) +if(o!=null){p=p.c +p.toString +s=q.a7 +if(s==null){s=q.as +s.toString +r=q.at +r.toString +r=q.rL(s,r) +s=r}o.PX(p,s)}}, +Pv(){var s,r,q +if(this.as==null){s=this.r +r=s.c +r.toString +r=A.a3b(r) +if(r==null)q=null +else{s=s.c +s.toString +q=r.P6(s)}if(q!=null)this.ag=q}}, +EL(){var s,r=this,q=r.a7 +if(q==null){q=r.as +q.toString +s=r.at +s.toString +s=r.rL(q,s) +q=s}r.r.e.sl(0,q) +A.a($.e9.C$,"_restorationManager").Nm()}, +Pu(a,b){if(b)this.ag=a +else this.iG(this.oq(a))}, +n9(a){var s,r,q,p,o=this,n=o.at +n=n!=null?n:null +if(a===n)return!0 +o.TU(a) +s=o.as +s=s!=null?s:null +if(s==null)r=o.ag +else if(n===0){q=o.a7 +q.toString +r=q}else{n.toString +r=o.rL(s,n)}p=o.oq(r) +o.a7=a===0?r:null +if(p!==s){o.as=p +return!1}return!0}, +n7(a,b){var s=a+this.gtP() +return this.TS(s,Math.max(s,b-this.gtP()))}, +hN(){var s,r,q,p,o,n=this,m=null,l=n.y +if(l!=null&&n.z!=null)l.toString +else l=m +if(n.y!=null&&n.z!=null){s=n.z +s.toString}else s=m +r=n.as +r=r!=null?r:m +q=n.at +q=q!=null?q:m +p=n.r.a.c +o=n.q +return new A.of(o,l,s,r,q,p)}, +$iof:1} +A.BJ.prototype={ +jc(a){return new A.BJ(!1,this.je(a))}, +glv(){return this.b}} +A.yu.prototype={ +jc(a){return new A.yu(this.je(a))}, +a16(a){var s,r +if(a instanceof A.pl){s=a.gOH(a) +s.toString +return s}s=a.as +s.toString +r=a.at +r.toString +return s/r}, +a17(a,b){var s +if(a instanceof A.pl)return a.oq(b) +s=a.at +s.toString +return b*s}, +nl(a,b){var s,r,q,p,o,n=this +if(b<=0){s=a.as +s.toString +r=a.y +r.toString +r=s<=r +s=r}else s=!1 +if(!s)if(b>=0){s=a.as +s.toString +r=a.z +r.toString +r=s>=r +s=r}else s=!1 +else s=!0 +if(s)return n.TQ(a,b) +q=n.grt() +p=n.a16(a) +s=q.c +if(b<-s)p-=0.5 +else if(b>s)p+=0.5 +o=n.a17(a,B.e.wt(p)) +s=a.as +s.toString +if(o!==s){s=n.gt6() +r=a.as +r.toString +return new A.m7(o,A.uM(s,r-o,b),q)}return null}} +A.yv.prototype={ +an(){return new A.Py(B.k)}} +A.Py.prototype={ +aB(){this.aS() +this.d=this.a.r.y}, +a0T(a){var s,r +this.a.toString +switch(0){case 0:s=a.L(t.I) +s.toString +r=A.ajB(s.f) +this.a.toString +return r}}, +I(a,b){var s,r,q,p=this,o=null,n=p.a0T(b) +p.a.toString +s=new A.yu(B.Kq.je(o)) +s=new A.BJ(!1,o).je(s) +r=p.a.r +q=A.a6n(b).aaT(!1) +return new A.d_(new A.afe(p),A.a6w(n,r,B.W,!1,new A.BJ(!1,s),o,q,o,new A.aff(p,n)),o,t.WA)}} +A.afe.prototype={ +$1(a){var s,r,q,p,o +if(a.e0$===0){this.a.a.toString +s=a instanceof A.fe}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.e.G(s,q,p)) +q=r.d +q.toString +o=B.e.aI(p/Math.max(1,q*r.f)) +s=this.a +if(o!==s.d){s.d=o +s.a.y.$1(o)}}return!1}, +$S:30} +A.aff.prototype={ +$2(a,b){var s=this.a.a +s.r.toString +return A.arB(0,this.b,0,B.xH,null,B.ai,b,A.b([new A.Lc(1,!0,s.z,null)],t.p))}, +$S:419} +A.ja.prototype={ +gm1(){return!0}, +gpL(){return!1}, +Bo(a){return a instanceof A.ja}, +LV(a){return a instanceof A.ja}} +A.Jl.prototype={ +aJ(a){var s=new A.zo(this.d,0,!1,!1,A.aj()) +s.gau() +s.gaE() +s.CW=!0 +return s}, +aM(a,b){b.safn(this.d) +b.safK(0)}} +A.a21.prototype={} +A.a3G.prototype={} +A.GK.prototype={ +zI(a){return this.a4R(a)}, +a4R(a){var s=0,r=A.P(t.H),q,p=this,o,n,m +var $async$zI=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:n=A.ei(a.b) +m=p.a +if(!m.aq(0,n)){s=1 +break}m=m.h(0,n) +m.toString +o=a.a +if(o==="Menu.selectedCallback")m.gahO().$0() +else if(o==="Menu.opened")m.gahN(m).$0() +else if(o==="Menu.closed")m.gahM(m).$0() +case 1:return A.N(q,r)}}) +return A.O($async$zI,r)}} +A.rn.prototype={ +cZ(a){return this.f!=a.f}} +A.m4.prototype={ +an(){return new A.QE(null,A.z(t.yb,t.T),null,!0,null,B.k)}} +A.QE.prototype={ +gfo(){return this.a.d}, +jK(a,b){}, +I(a,b){return A.aan(this.br$,this.a.c)}} +A.AU.prototype={ +cZ(a){return a.f!=this.f}} +A.zA.prototype={ +an(){return new A.D1(B.k)}} +A.D1.prototype={ +bH(){var s,r=this +r.e9() +s=r.c +s.toString +r.r=A.rA(s) +r.zC() +if(r.d==null){r.a.toString +r.d=!1}}, +b4(a){this.bu(a) +this.zC()}, +gIG(){this.a.toString +return!1}, +zC(){var s=this +if(s.gIG()&&!s.w){s.w=!0;++$.m3.x2$ +A.a($.e9.C$,"_restorationManager").gags().aT(0,new A.ag_(s),t.P)}}, +a6x(){var s=this +s.e=!1 +s.f=null +A.a($.e9.C$,"_restorationManager").K(0,s.gA1()) +s.zC()}, +m(a){if(this.e)A.a($.e9.C$,"_restorationManager").K(0,this.gA1()) +this.aR(0)}, +I(a,b){var s,r,q=this,p=q.d +p.toString +if(p&&q.gIG())return B.cL +p=q.r +if(p==null)p=q.f +s=q.a +r=s.d +return A.aan(p,new A.m4(s.c,r,null))}} +A.ag_.prototype={ +$1(a){var s=this.a +s.w=!1 +if(s.c!=null){A.a($.e9.C$,"_restorationManager").a2(0,s.gA1()) +s.a4(new A.afZ(s,a))}$.m3.LF()}, +$S:420} +A.afZ.prototype={ +$0(){var s=this.a +s.f=this.b +s.e=!0 +s.d=!1}, +$S:0} +A.dA.prototype={ +gku(a){return!0}, +m(a){var s=this,r=s.c +if(r!=null)r.a8E(s) +s.eL(0) +s.a=!0}} +A.jk.prototype={ +C_(a){}, +ob(a,b){var s,r,q=this,p=q.br$ +p=p==null?null:J.en(p.gk9(),b) +s=p===!0 +r=s?a.qy(J.ag(q.br$.gk9(),b)):a.BF() +if(a.b==null){a.b=b +a.c=q +p=new A.a5G(q,a) +a.a2(0,p) +q.em$.n(0,a,p)}a.NQ(r) +if(!s&&a.gku(a)&&q.br$!=null)q.AJ(a)}, +qd(){var s,r,q=this +if(q.cF$!=null){s=q.br$ +s=s==null?null:s.e +s=s==q.gfo()||q.gof()}else s=!0 +if(s)return +r=q.br$ +if(q.n1(q.cF$,!1))if(r!=null)r.m(0)}, +gof(){var s,r,q=this +if(q.d0$)return!0 +if(q.gfo()==null)return!1 +s=q.c +s.toString +r=A.rA(s) +if(r!=q.cF$){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}, +n1(a,b){var s,r,q=this +if(q.gfo()==null||a==null)return q.JU(null,b) +if(b||q.br$==null){s=q.gfo() +s.toString +return q.JU(a.aak(s,q),b)}s=q.br$ +s.toString +r=q.gfo() +r.toString +s.ag9(r) +r=q.br$ +r.toString +a.hg(r) +return!1}, +JU(a,b){var s,r=this,q=r.br$ +if(a==q)return!1 +r.br$=a +if(!b){if(a!=null){s=r.em$ +new A.b3(s,A.n(s).j("b3<1>")).Y(0,r.ga8P())}r.C_(q)}return!0}, +AJ(a){var s,r=a.gku(a),q=this.br$ +if(r){if(q!=null){r=a.b +r.toString +s=a.rs() +if(!J.f(J.ag(q.gk9(),r),s)||!J.en(q.gk9(),r)){J.cU(q.gk9(),r,s) +q.mP()}}}else if(q!=null){r=a.b +r.toString +q.ag3(0,r,t.K)}}, +a8E(a){var s=this.em$.B(0,a) +s.toString +a.K(0,s) +a.c=a.b=null}} +A.a5G.prototype={ +$0(){var s=this.a +if(s.br$==null)return +s.AJ(this.b)}, +$S:0} +A.ahC.prototype={ +$2(a,b){if(!a.a)a.K(0,b)}, +$S:45} +A.T0.prototype={ +b4(a){this.bu(a) +this.qd()}, +bH(){var s,r,q,p,o=this +o.e9() +s=o.br$ +r=o.gof() +q=o.c +q.toString +q=A.rA(q) +o.cF$=q +p=o.n1(q,r) +if(r){o.jK(s,o.d0$) +o.d0$=!1}if(p)if(s!=null)s.m(0)}, +m(a){var s,r=this +r.em$.Y(0,new A.ahC()) +s=r.br$ +if(s!=null)s.m(0) +r.br$=null +r.aR(0)}} +A.dT.prototype={ +sl(a,b){var s=this.x +if(b==null?s!=null:b!==s){this.x=b +this.MF(s)}}, +NQ(a){this.x=a}} +A.iu.prototype={ +BF(){return this.CW}, +MF(a){this.ac()}, +qy(a){return A.n(this).j("iu.T").a(a)}, +rs(){var s=this.x +return s==null?A.n(this).j("dT.T").a(s):s}} +A.D0.prototype={ +qy(a){return this.UG(a)}, +rs(){var s=this.UH() +s.toString +return s}} +A.zw.prototype={} +A.zv.prototype={} +A.a5M.prototype={} +A.re.prototype={ +gwb(){return this.e}, +kF(){var s,r=this,q=A.rd(r.gZ9(),!1) +r.k3=q +r.gqQ() +s=A.rd(r.gZb(),!0) +r.ok=s +B.c.P(r.e,A.b([q,s],t.wi)) +r.TL()}, +lK(a){var s=this +s.TG(a) +if(A.a(s.as.Q,"_status")===B.w&&!s.z)s.a.Ng(s) +return!0}, +m(a){B.c.sp(this.e,0) +this.TK(0)}} +A.dE.prototype={ +ghK(a){return this.Q}, +gES(){return this.at}, +a3G(a){var s,r=this +switch(a.a){case 3:s=r.e +if(s.length!==0)B.c.gJ(s).sm1(r.gm1()) +break +case 1:case 2:s=r.e +if(s.length!==0)B.c.gJ(s).sm1(!1) +break +case 0:if(!r.gadW()){r.a.Ng(r) +r.z=!0}break}}, +kF(){var s=this,r=s.gE5(s),q=s.gE5(s),p=s.gno(),o=s.a +o.toString +o=s.as=A.bo(p,r,q,null,o) +o.c1(s.gIm()) +s.Q=o +s.T7() +p=s.Q +if(p.gaZ(p)===B.H&&s.e.length!==0)B.c.gJ(s.e).sm1(s.gm1())}, +qa(){this.TI() +return this.as.bp(0)}, +q7(){this.TD() +var s=this.as +s.sl(0,s.b)}, +BY(a){var s +if(a instanceof A.dE){s=this.as +s.toString +s.sl(0,A.a(a.as.x,"_value"))}this.TJ(a)}, +lK(a){this.ay=a +this.as.cc(0) +this.T5(a) +return!0}, +ns(a){this.L7(a) +this.TH(a)}, +q8(a){this.L7(a) +this.TE(a)}, +L7(a){var s,r,q,p,o,n,m=this,l={},k=m.ch +m.ch=null +if(a instanceof A.dE&&m.Bo(a)&&a.LV(m)){s=m.at.c +if(s!=null){r=s instanceof A.oZ?s.a:s +r.toString +q=a.Q +q.toString +p=J.f(r.gl(r),A.a(q.x,"_value"))||A.a(q.Q,"_status")===B.H||A.a(q.Q,"_status")===B.w +o=a.y.a +if(p)m.mW(q,o) +else{l.a=null +p=new A.aaf(m,q,a) +m.ch=new A.aag(l,q,p) +q.c1(p) +n=A.als(r,q,new A.aah(l,m,a)) +l.a=n +m.mW(n,o)}}else m.mW(a.Q,a.y.a)}else m.a7j(B.cj) +if(k!=null)k.$0()}, +mW(a,b){this.at.sa3(0,a) +if(b!=null)b.aT(0,new A.aae(this,a),t.P)}, +a7j(a){return this.mW(a,null)}, +Bo(a){return!0}, +LV(a){return!0}, +m(a){var s=this,r=s.Q +if(r!=null)r.e5(s.gIm()) +r=s.as +if(r!=null)r.m(0) +s.y.c3(0,s.ay) +s.T6(0)}, +gno(){return"TransitionRoute"}, +i(a){return"TransitionRoute(animation: "+A.e(this.as)+")"}} +A.aaf.prototype={ +$1(a){var s,r +switch(a.a){case 3:case 0:s=this.a +s.mW(this.b,this.c.y.a) +r=s.ch +if(r!=null){r.$0() +s.ch=null}break +case 1:case 2:break}}, +$S:3} +A.aag.prototype={ +$0(){this.b.e5(this.c) +var s=this.a.a +if(s!=null)s.m(0)}, +$S:0} +A.aah.prototype={ +$0(){var s,r=this.b +r.mW(this.a.a.a,this.c.y.a) +s=r.ch +if(s!=null){s.$0() +r.ch=null}}, +$S:0} +A.aae.prototype={ +$1(a){var s=this.a.at,r=this.b +if(s.c==r){s.sa3(0,B.cj) +if(r instanceof A.oZ)r.m(0)}}, +$S:7} +A.Ih.prototype={ +gPT(){var s=this.eh$ +return s!=null&&s.length!==0}} +A.NK.prototype={ +iF(a,b){return A.Iw(this.e,t.z).gpL()}, +cM(a){return A.hZ(this.e,!1).Oo()}} +A.Co.prototype={ +cZ(a){return this.f!==a.f||this.r!==a.r||this.w!==a.w}} +A.uw.prototype={ +an(){return new A.mB(A.Zj(!0,B.Sd.i(0)+" Focus Scope",!1),A.a6o(),B.k,this.$ti.j("mB<1>"))}} +A.mB.prototype={ +aB(){var s,r,q=this +q.aS() +s=A.b([],t.Eo) +r=q.a.c.fx +if(r!=null)s.push(r) +r=q.a.c.fy +if(r!=null)s.push(r) +q.e=new A.pk(s) +if(q.a.c.gkG()){q.a.c.a.a.toString +s=!0}else s=!1 +if(s)q.a.c.a.x.ox(q.f)}, +b4(a){var s,r=this +r.bu(a) +if(r.a.c.gkG()){r.a.c.a.a.toString +s=!0}else s=!1 +if(s)r.a.c.a.x.ox(r.f)}, +bH(){this.e9() +this.d=null}, +a0E(){this.a4(new A.aeT(this))}, +m(a){this.f.m(0) +this.aR(0)}, +gK1(){var s=this.a.c.fx +if((s==null?null:s.gaZ(s))!==B.aM){s=this.a.c.a +s=s==null?null:s.CW.a +s=s===!0}else s=!0 +return s}, +I(a,b){var s,r=this,q=null,p=r.a.c,o=p.gkG(),n=r.a.c +if(!n.gND()){n=n.eh$ +n=n!=null&&n.length!==0}else n=!0 +s=r.a.c +return A.fR(p.c,new A.aeX(r),new A.Co(o,n,p,new A.yn(s.fr,new A.rg(new A.jO(new A.aeY(r),q),s.k2,q),q),q))}} +A.aeT.prototype={ +$0(){this.a.d=null}, +$S:0} +A.aeX.prototype={ +$2(a,b){var s=this.a.a.c.c.a +b.toString +return new A.m4(b,s,null)}, +$S:422} +A.aeY.prototype={ +$1(a){var s=null,r=A.az([B.vO,new A.NK(a,new A.aM(A.b([],t.e),t._))],t.n,t.od),q=this.a,p=q.f,o=A.a(q.e,"_listenable"),n=q.d +if(n==null)n=q.d=new A.hj(new A.jO(new A.aeV(q),s),q.a.c.k1) +return A.vd(r,new A.rn(q.r,A.apl(!1,new A.Hq(p,new A.hj(A.fR(o,new A.aeW(q),n),s),s),s,p),s))}, +$S:423} +A.aeW.prototype={ +$2(a,b){var s,r,q=this.a,p=q.a.c,o=p.fx +o.toString +s=p.fy +s.toString +r=p.a +r=r==null?null:r.CW +if(r==null)r=new A.d9(!1,$.b4()) +return p.Bm(a,o,s,A.fR(r,new A.aeU(q),b))}, +$S:59} +A.aeU.prototype={ +$2(a,b){var s=this.a,r=s.gK1() +s.f.scl(!r) +return new A.hQ(r,null,b,null)}, +$S:424} +A.aeV.prototype={ +$1(a){var s,r=this.a.a.c,q=r.fx +q.toString +s=r.fy +s.toString +return r.LS(a,q,s)}, +$S:19} +A.hX.prototype={ +a4(a){var s,r=this.id +if(r.ga5()!=null){r=r.ga5() +if(r.a.c.gkG())if(!r.gK1()){r.a.c.a.a.toString +s=!0}else s=!1 +else s=!1 +if(s)r.a.c.a.x.ox(r.f) +r.a4(a)}else a.$0()}, +Bm(a,b,c,d){return d}, +kF(){var s=this +s.Ub() +s.fx=A.yS(A.dE.prototype.ghK.call(s,s)) +s.fy=A.yS(A.dE.prototype.gES.call(s))}, +qa(){var s,r=this,q=r.id +if(q.ga5()!=null){r.a.a.toString +s=!0}else s=!1 +if(s)r.a.x.ox(q.ga5().f) +return r.Ua()}, +q7(){var s,r=this,q=r.id +if(q.ga5()!=null){r.a.a.toString +s=!0}else s=!1 +if(s)r.a.x.ox(q.ga5().f) +r.U8()}, +sw9(a){var s,r=this +if(r.fr===a)return +r.a4(new A.a2f(r,a)) +s=r.fx +s.toString +s.sa3(0,r.fr?B.cT:A.dE.prototype.ghK.call(r,r)) +s=r.fy +s.toString +s.sa3(0,r.fr?B.cj:A.dE.prototype.gES.call(r)) +r.pP()}, +hz(){var s=0,r=A.P(t.oj),q,p=this,o,n,m,l +var $async$hz=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:p.id.ga5() +o=A.ap(p.go,!0,t.Ev),n=o.length,m=0 +case 3:if(!(m>>24&255)!==0&&!n.fr){s=n.fx +s.toString +r=n.gpK().a +r=A.ak(0,r>>>16&255,r>>>8&255,r&255) +q=n.gpK() +p=t.IC.j("eV") +t.m.a(s) +o=new A.F5(n.gpL(),n.gBg(),!0,new A.aC(s,new A.eV(new A.fY(B.au),new A.dg(r,q),p),p.j("aC")),m)}else o=A.akU(!0,m,n.gpL(),n.gBg()) +s=n.fx +if(s.gaZ(s)!==B.aM){s=n.fx +s=s.gaZ(s)===B.w}else s=!0 +o=new A.hQ(s,m,o,m) +s=n.gpL() +return s?A.bq(m,o,!1,m,m,!1,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,B.Km,m,m,m,m):o}, +Zc(a){var s=this,r=null,q=s.k4 +return q==null?s.k4=A.bq(r,new A.uw(s,s.id,A.n(s).j("uw<1>")),!1,r,r,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,B.Kl,r,r,r,r):q}, +i(a){return"ModalRoute("+this.b.i(0)+", animation: "+A.e(this.Q)+")"}} +A.a2f.prototype={ +$0(){this.a.fr=this.b}, +$S:0} +A.a2e.prototype={ +$0(){}, +$S:0} +A.yN.prototype={ +gm1(){return!1}, +gqQ(){return!0}} +A.z0.prototype={ +gpL(){return!0}, +gBg(){return this.e1}, +gpK(){return this.am}, +gE5(a){return this.fL}, +LS(a,b,c){var s=null +return A.bq(s,new A.GR(this.ek,this.co.$3(a,b,c),s),!1,s,s,!0,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s,s)}, +Bm(a,b,c,d){return this.hp.$4(a,b,c,d)}} +A.Hq.prototype={ +aJ(a){var s=new A.CP(new A.H7(new WeakMap()),this.e,B.cq,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){if(b instanceof A.CP)b.sacE(this.e)}} +A.Hr.prototype={ +aJ(a){var s=new A.uF(this.e,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +s.sb_(null) +return s}, +aM(a,b){if(b instanceof A.uF)b.u=this.e}} +A.uF.prototype={} +A.CP.prototype={ +sacE(a){if(this.cq===a)return +this.cq=a}, +bD(a,b){var s,r,q=this +if(q.k1.A(0,b)){s=q.cL(a,b)||q.u===B.ao +if(s){r=new A.pZ(b,q) +q.dt.a.set(r,a) +a.E(0,r)}}else s=!1 +return s}, +ga7q(){switch(A.dL().a){case 0:case 2:return!1 +case 3:case 4:case 5:case 1:return!1}}, +hX(a,b){var s,r,q,p,o,n,m,l,k=this +if(t.c.b(a))if(a.gdq(a)===1)if(a.gd4(a)===B.bG)if(!k.ga7q()){s=k.cq.dx +s=(s.length!==0?B.c.gR(s):null)==null}else s=!0 +else s=!0 +else s=!0 +else s=!0 +if(s)return +A.aBd(b) +r=k.dt.a.get(b) +s=k.cq.dx +q=s.length!==0?B.c.gR(s):null +if(q==null||r==null)return +s=q.e +p=s==null?null:s.gF() +if(p==null)return +s=r.a +n=s.length +m=0 +while(!0){if(!(m#"+A.bF(this)}} +A.lv.prototype={ +pI(){this.a.i5(0)}, +gjT(){return!1}, +gi_(){return!1}, +gf0(){return 0}} +A.a_Q.prototype={ +gjT(){return!1}, +gi_(){return!1}, +gf0(){return 0}, +m(a){this.b.$0() +this.td(0)}} +A.a6p.prototype={ +YK(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.ds(a)}else return 0}}}, +bc(a,b){var s,r,q,p,o=this +o.w=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.YK(s,q) +if(p===0)return +s=o.a +if(A.amf(s.r.a.c))p=-p +s.Eg(p>0?B.la:B.lb) +r=s.as +r.toString +s.xR(r-s.f.Bc(s,p))}, +m(a){this.w=null +this.b.$0()}, +i(a){return"#"+A.bF(this)}} +A.XH.prototype={ +MI(a,b){var s=t.uL.a(this.b.w) +if(b!=null)b.dY(new A.rH(s,a,b,0))}, +MJ(a,b,c){b.dY(A.al9(b,null,t.zk.a(this.b.w),a,c))}, +vg(a,b,c){b.dY(new A.i0(t.zk.a(this.b.w),c,0,a,b,0))}, +MH(a,b){var s=this.b.w +b.dY(new A.ks(s instanceof A.hI?s:null,a,b,0))}, +gjT(){return!0}, +gi_(){return!0}, +gf0(){return 0}, +m(a){this.b=null +this.td(0)}, +i(a){return"#"+A.bF(this)+"("+A.e(this.b)+")"}} +A.Fi.prototype={ +Pq(){this.a.i5(A.a(this.b,"_controller").gf0())}, +pI(){this.a.i5(A.a(this.b,"_controller").gf0())}, +At(){var s=A.a(A.a(this.b,"_controller").x,"_value") +if(!(Math.abs(this.a.xR(s))<1e-10)){s=this.a +s.hh(new A.lv(s))}}, +A8(){this.a.i5(0)}, +vg(a,b,c){b.dY(new A.i0(null,c,A.a(this.b,"_controller").gf0(),a,b,0))}, +gjT(){return!0}, +gi_(){return!0}, +gf0(){return A.a(this.b,"_controller").gf0()}, +m(a){A.a(this.b,"_controller").m(0) +this.td(0)}, +i(a){return"#"+A.bF(this)+"("+A.a(this.b,"_controller").i(0)+")"}} +A.GU.prototype={ +At(){if(this.a.xR(A.a(A.a(this.c,"_controller").x,"_value"))!==0){var s=this.a +s.hh(new A.lv(s))}}, +A8(){this.a.i5(A.a(this.c,"_controller").gf0())}, +vg(a,b,c){b.dY(new A.i0(null,c,A.a(this.c,"_controller").gf0(),a,b,0))}, +gjT(){return!0}, +gi_(){return!0}, +gf0(){return A.a(this.c,"_controller").gf0()}, +m(a){A.a(this.b,"_completer").eg(0) +A.a(this.c,"_controller").m(0) +this.td(0)}, +i(a){return"#"+A.bF(this)+"("+A.a(this.c,"_controller").i(0)+")"}} +A.zH.prototype={ +rk(a,b,c,d){var s,r=this +if(b.a==null){s=A.a($.fc.kx$,"_imageCache") +s=s.a.h(0,c)!=null||s.b.h(0,c)!=null}else s=!0 +if(s){r.b.rk(a,b,c,d) +return}s=r.a +if(s.gaP(s)==null)return +s=s.gaP(s) +s.toString +if(A.aDj(s)){$.bK.EQ(new A.a6k(r,a,b,c,d)) +return}r.b.rk(a,b,c,d)}, +D8(a,b,c){return this.b.D8(0,b,c)}, +Do(a){return this.b.Do(a)}} +A.a6k.prototype={ +$1(a){var s=this +A.fn(new A.a6j(s.a,s.b,s.c,s.d,s.e))}, +$S:2} +A.a6j.prototype={ +$0(){var s=this +return s.a.rk(s.b,s.c,s.d,s.e)}, +$S:0} +A.vg.prototype={ +i(a){return"AndroidOverscrollIndicator."+this.b}} +A.KK.prototype={ +Mk(a,b,c,d,e,f){return new A.ahv(this,f,c!==!1,d,e,b,a)}, +ab2(a,b){return this.Mk(null,null,a,null,null,b)}, +aaT(a){return this.Mk(null,null,null,null,null,a)}, +ml(a){return A.dL()}, +gC6(){return B.vl}, +aa0(a,b,c){var s +switch(this.ml(a)){case B.av:case B.bK:case B.aY:case B.bL:s=1 +break +case B.aX:s=2 +break +case B.bJ: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.th(c,b,null) +case 2:s=3 +continue c$0}break c$0 +case 3:return new A.qJ(c,B.m,b,null)}}, +uL(a,b,c){var s=null +switch(this.ml(a)){case B.bK:case B.aY:case B.bL:return A.aD3(b,c.b,B.cn,s,s,A.EM(),B.r,s,s,s,s,B.d0,s) +case B.aX:case B.bJ:case B.av:return b}}, +uK(a,b,c){return this.aa0(a,b,c.a)}, +wG(a){switch(this.ml(a)){case B.av:case B.aY:return new A.a6l() +case B.aX:case B.bJ:case B.bK:case B.bL:return new A.a6m()}}, +mn(a){switch(this.ml(a)){case B.av:case B.aY:return B.wv +case B.aX:case B.bJ:case B.bK:case B.bL:return B.xQ}}, +i(a){return"ScrollBehavior"}} +A.a6l.prototype={ +$1(a){var s=a.gd4(a),r=t.av +return new A.qL(A.b7(20,null,!1,r),s,A.b7(20,null,!1,r))}, +$S:425} +A.a6m.prototype={ +$1(a){return new A.jz(a.gd4(a),A.b7(20,null,!1,t.av))}, +$S:154} +A.ahv.prototype={ +gC6(){var s=this.f +return s==null?B.vl:s}, +uK(a,b,c){if(this.c)return this.a.uK(a,b,c) +return b}, +uL(a,b,c){if(this.b)return this.a.uL(a,b,c) +return b}, +mn(a){var s=this.a.mn(a) +return s}, +wG(a){return this.a.wG(a)}, +i(a){return"_WrappedScrollBehavior"}} +A.zI.prototype={ +cZ(a){var s +if(A.C(this.f)===A.C(a.f))s=!1 +else s=!0 +return s}} +A.oB.prototype={ +ij(a,b,c){return this.a9D(a,b,c)}, +a9D(a,b,c){var s=0,r=A.P(t.H),q=this,p,o,n +var $async$ij=A.Q(function(d,e){if(d===1)return A.M(e,r) +while(true)switch(s){case 0:n=A.b([],t.mo) +for(p=q.d,o=0;o#"+A.bF(this)+"("+B.c.bB(s,", ")+")"}} +A.ia.prototype={ +hN(){var s=this,r=null,q=s.gCG()?s.geU():r,p=s.gCG()?s.gfj():r,o=s.gNE()?s.gct():r,n=s.gNG()?s.grB():r,m=s.gik() +return new A.wL(q,p,o,n,m)}, +gDx(){var s=this +return s.gct()s.gfj()}, +gLL(){var s=this +return s.gct()===s.geU()||s.gct()===s.gfj()}, +glO(){var s=this +return s.grB()-B.e.G(s.geU()-s.gct(),0,s.grB())-B.e.G(s.gct()-s.gfj(),0,s.grB())}} +A.wL.prototype={ +geU(){var s=this.a +s.toString +return s}, +gfj(){var s=this.b +s.toString +return s}, +gCG(){return this.a!=null&&this.b!=null}, +gct(){var s=this.c +s.toString +return s}, +gNE(){return this.c!=null}, +grB(){var s=this.d +s.toString +return s}, +gNG(){return this.d!=null}, +i(a){var s=this +return"FixedScrollMetrics("+B.e.V(Math.max(s.gct()-s.geU(),0),1)+"..["+B.e.V(s.glO(),1)+"].."+B.e.V(Math.max(s.gfj()-s.gct(),0),1)+")"}, +gik(){return this.e}} +A.O9.prototype={} +A.fj.prototype={} +A.Mk.prototype={ +OC(a){if(t.rS.b(a))++a.e0$ +return!1}} +A.eQ.prototype={ +cT(a){this.UZ(a) +a.push(this.a.i(0))}} +A.rH.prototype={ +cT(a){var s +this.oM(a) +s=this.d +if(s!=null)a.push(s.i(0))}} +A.fe.prototype={ +cT(a){var s +this.oM(a) +a.push("scrollDelta: "+A.e(this.e)) +s=this.d +if(s!=null)a.push(s.i(0))}, +gMN(){return this.d}} +A.i0.prototype={ +cT(a){var s,r=this +r.oM(a) +a.push("overscroll: "+B.e.V(r.e,1)) +a.push("velocity: "+B.e.V(r.f,1)) +s=r.d +if(s!=null)a.push(s.i(0))}} +A.ks.prototype={ +cT(a){var s +this.oM(a) +s=this.d +if(s!=null)a.push(s.i(0))}, +gMN(){return this.d}} +A.Me.prototype={ +cT(a){this.oM(a) +a.push("direction: "+this.d.i(0))}} +A.D9.prototype={ +cT(a){var s,r +this.xE(a) +s=this.e0$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.D8.prototype={ +cZ(a){return this.f!==a.f}} +A.mz.prototype={ +aei(a,b){return this.d.$1(b)}} +A.zK.prototype={ +an(){return new A.zL(new A.xB(t.z_),B.k)}} +A.zL.prototype={ +K(a,b){var s,r,q,p=this.d +p.toString +p=A.aEQ(p) +s=A.n(p).c +for(;p.t();){r=p.c +if(r==null)r=s.a(r) +if(J.f(r.d,b)){p=r.a +p.toString +A.n(r).j("o1.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}}}, +a52(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.d +if(i.b===0)return +p=A.ap(i,!0,t.Sx) +for(i=p.length,o=0;o$.bX().gkO().gOj()}return s.P8(a,b,c)}, +pH(a,b){var s=this.a +if(s==null)return 0 +return s.pH(a,b)}, +uC(a,b,c,d){var s=this.a +if(s==null){s=b.c +s.toString +return s}return s.uC(a,b,c,d)}, +nl(a,b){var s=this.a +if(s==null)return null +return s.nl(a,b)}, +gt6(){var s=this.a +s=s==null?null:s.gt6() +return s==null?$.auV():s}, +grt(){var s=this.a +s=s==null?null:s.grt() +return s==null?$.auW():s}, +gDf(){var s=this.a +s=s==null?null:s.gDf() +return s==null?18:s}, +gw4(){var s=this.a +s=s==null?null:s.gw4() +return s==null?50:s}, +gDe(){var s=this.a +s=s==null?null:s.gDe() +return s==null?8000:s}, +Bq(a){var s=this.a +if(s==null)return 0 +return s.Bq(a)}, +gC7(){var s=this.a +return s==null?null:s.gC7()}, +glv(){return!0}, +i(a){var s=this.a +if(s==null)return"ScrollPhysics" +return"ScrollPhysics -> "+s.i(0)}} +A.JT.prototype={ +jc(a){return new A.JT(this.je(a))}, +uC(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.at +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.ds(b)*A.aA2(o,Math.abs(b),m)}, +pH(a,b){return 0}, +nl(a,b){var s,r,q,p,o,n,m="_frictionSimulation",l="_springTime",k=this.grt() +if(Math.abs(b)>=k.c||a.gDx()){s=this.gt6() +r=a.as +r.toString +q=a.y +q.toString +p=a.z +p.toString +o=new A.UZ(q,p,s,k) +if(rp){o.f=new A.m7(p,A.uM(s,r-p,b),B.bN) +o.r=-1/0}else{r=o.e=new A.ZK(0.135,Math.log(0.135),r,b,B.bN) +n=A.a(r,m).gCp() +if(b>0&&n>p){q=A.a(r,m).PF(p) +o.r=q +r=A.a(r,m) +q=A.a(q,l) +o.f=new A.m7(p,A.uM(s,p-p,Math.min(r.e*Math.pow(r.b,q),5000)),B.bN)}else if(b<0&&nr)q=r +else q=o +r=a.y +r.toString +if(s0){r=a.as +r.toString +p=a.z +p.toString +p=r>=p +r=p}else r=!1 +if(r)return o +if(b<0){r=a.as +r.toString +p=a.y +p.toString +p=r<=p +r=p}else r=!1 +if(r)return o +r=a.as +r.toString +r=new A.VP(r,b,n) +s=Math.exp(Math.log(0.35*s/778.3530259679999)/($.auv()-1)) +r.e=s +r.f=Math.abs(b*A.a(s,"_duration")/3.065) +return r}} +A.F2.prototype={ +jc(a){return new A.F2(this.je(a))}, +oz(a){return!0}} +A.rF.prototype={ +i(a){return"ScrollPositionAlignmentPolicy."+this.b}} +A.jl.prototype={ +G4(a,b,c,d,e){if(d!=null)this.pz(d) +this.Pv()}, +geU(){var s=this.y +s.toString +return s}, +gfj(){var s=this.z +s.toString +return s}, +gCG(){return this.y!=null&&this.z!=null}, +gct(){var s=this.as +s.toString +return s}, +gNE(){return this.as!=null}, +grB(){var s=this.at +s.toString +return s}, +gNG(){return this.at!=null}, +pz(a){var s=this,r=a.y +if(r!=null&&a.z!=null){r.toString +s.y=r +r=a.z +r.toString +s.z=r}r=a.as +if(r!=null)s.as=r +r=a.at +if(r!=null)s.at=r +s.dy=a.dy +a.dy=null +if(A.C(a)!==A.C(s))s.dy.Pq() +s.r.F6(s.dy.gjT()) +s.dx.sl(0,s.dy.gi_())}, +R9(a){var s,r,q,p=this,o=p.as +o.toString +if(a!==o){s=p.f.pH(p,a) +o=p.as +o.toString +r=a-s +p.as=r +if(r!==o){p.AM() +p.Fu() +r=p.as +r.toString +p.C0(r-o)}if(s!==0){o=p.dy +o.toString +r=p.hN() +q=$.F.D$.z.h(0,p.r.z) +q.toString +o.vg(r,q,s) +return s}}return 0}, +ab7(a){var s=this.as +s.toString +this.as=s+a +this.ay=!0}, +Cw(a){var s=this,r=s.as +r.toString +s.Q=a-r +s.as=a +s.AM() +s.Fu() +$.bK.ch$.push(new A.a6s(s))}, +EN(){var s,r=this.r,q=r.c +q.toString +q=A.a3b(q) +if(q!=null){r=r.c +r.toString +s=this.as +s.toString +q.PX(r,s)}}, +Pv(){var s,r,q +if(this.as==null){s=this.r +r=s.c +r.toString +r=A.a3b(r) +if(r==null)q=null +else{s=s.c +s.toString +q=r.P6(s)}if(q!=null)this.as=q}}, +Pu(a,b){if(b)this.as=a +else this.iG(a)}, +EL(){var s=this.as +s.toString +this.r.e.sl(0,s) +A.a($.e9.C$,"_restorationManager").Nm()}, +n9(a){if(this.at!==a){this.at=a +this.ay=!0}return!0}, +n7(a,b){var s,r,q,p=this +if(!A.EL(p.y,a,0.001)||!A.EL(p.z,b,0.001)||p.ay||p.cy!==A.bn(p.gik())){p.y=a +p.z=b +p.cy=A.bn(p.gik()) +s=p.ax?p.hN():null +p.ay=!1 +p.ch=!0 +if(p.ax){r=p.CW +r.toString +s.toString +r=!p.ab8(r,s)}else r=!1 +if(r)return!1 +p.ax=!0}if(p.ch){p.TT() +p.r.R_(p.f.oz(p)) +p.ch=!1}s=p.hN() +if(p.CW!=null){r=Math.max(s.gct()-s.geU(),0) +q=p.CW +if(r===Math.max(q.gct()-q.geU(),0))if(s.glO()===p.CW.glO()){r=Math.max(s.gfj()-s.gct(),0) +q=p.CW +r=r===Math.max(q.gfj()-q.gct(),0)&&s.e===p.CW.e}else r=!1 +else r=!1 +r=!r}else r=!0 +if(r){if(!p.cx){A.fn(p.gabC()) +p.cx=!0}p.CW=p.hN()}return!0}, +ab8(a,b){var s=this,r=s.f.uC(s.dy.gi_(),b,a,s.dy.gf0()),q=s.as +q.toString +if(r!==q){s.as=r +return!1}return!0}, +pI(){this.dy.pI() +this.AM()}, +AM(){var s,r,q,p,o,n=this,m=n.r +switch(m.a.c.a){case 0:s=B.dv +r=B.du +break +case 1:s=B.dw +r=B.dx +break +case 2:s=B.du +r=B.dv +break +case 3:s=B.dx +r=B.dw +break +default:s=null +r=null}q=A.aK(t._S) +p=n.as +p.toString +o=n.y +o.toString +if(p>o)q.E(0,r) +p=n.as +p.toString +o=n.z +o.toString +if(pm)p=m +break +default:p=n}m=o.as +m.toString +if(p===m)return A.cK(n,t.H) +if(e.a===B.r.a){o.iG(p) +return A.cK(n,t.H)}return o.ij(p,d,e)}, +qU(a,b,c,d){var s,r=this.y +r.toString +s=this.z +s.toString +b=B.e.G(b,r,s) +return this.Ud(0,b,c,d)}, +hh(a){var s,r,q=this,p=q.dy +if(p!=null){s=p.gjT() +r=q.dy.gi_() +if(r&&!a.gi_())q.BV() +q.dy.m(0)}else{r=!1 +s=!1}q.dy=a +if(s!==a.gjT())q.r.F6(q.dy.gjT()) +q.dx.sl(0,q.dy.gi_()) +if(!r&&q.dy.gi_())q.BZ()}, +BZ(){var s=this.dy +s.toString +s.MI(this.hN(),$.F.D$.z.h(0,this.r.z))}, +C0(a){var s,r,q=this.dy +q.toString +s=this.hN() +r=$.F.D$.z.h(0,this.r.z) +r.toString +q.MJ(s,r,a)}, +BV(){var s,r,q=this,p=q.dy +p.toString +s=q.hN() +r=$.F.D$.z.h(0,q.r.z) +r.toString +p.MH(s,r) +q.EL() +q.EN()}, +abD(){var s,r,q +this.cx=!1 +s=this.r.z +if($.F.D$.z.h(0,s)!=null){r=this.hN() +q=$.F.D$.z.h(0,s) +q.toString +s=$.F.D$.z.h(0,s) +if(s!=null)s.dY(new A.oC(r,q,0))}}, +m(a){var s=this.dy +if(s!=null)s.m(0) +this.dy=null +this.eL(0)}, +cT(a){var s,r,q=this +q.Uc(a) +s=q.y +s=s==null?null:B.e.V(s,1) +r=q.z +r=r==null?null:B.e.V(r,1) +a.push("range: "+A.e(s)+".."+A.e(r)) +r=q.at +a.push("viewport: "+A.e(r==null?null:B.e.V(r,1)))}} +A.a6s.prototype={ +$1(a){this.a.Q=0}, +$S:2} +A.oC.prototype={ +cT(a){this.UY(a) +a.push(this.a.i(0))}} +A.D7.prototype={ +cT(a){var s,r +this.xE(a) +s=this.e0$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.QQ.prototype={} +A.rG.prototype={ +G5(a,b,c,d,e,f){var s=this +if(s.as==null&&c!=null)s.as=c +if(s.dy==null)s.hh(new A.lv(s))}, +gik(){return this.r.a.c}, +pz(a){var s,r=this +r.TR(a) +r.dy.a=r +r.k2=a.k2 +s=a.k3 +if(s!=null){r.k3=s +s.a=r +a.k3=null}}, +hh(a){var s,r=this +r.k1=0 +r.TV(a) +s=r.k3 +if(s!=null)s.m(0) +r.k3=null +if(!r.dy.gi_())r.Eg(B.ds)}, +i5(a){var s,r,q,p=this,o=p.f.nl(p,a) +if(o!=null){s=new A.Fi(p) +r=A.aor(null,0,p.r) +r.cf() +q=r.bj$ +q.b=!0 +q.a.push(s.gAs()) +r.ex(0) +r.z=B.Y +r.uh(o).a.a.fV(s.gA7()) +s.b=r +p.hh(s)}else p.hh(new A.lv(p))}, +Eg(a){var s,r,q,p=this +if(p.k2===a)return +p.k2=a +s=p.hN() +r=p.r.z +q=$.F.D$.z.h(0,r) +q.toString +r=$.F.D$.z.h(0,r) +if(r!=null)r.dY(new A.Me(a,s,q,0))}, +ij(a,b,c){var s,r,q=this,p="_completer",o=q.as +o.toString +if(A.EL(a,o,q.f.grt().a)){q.iG(a) +return A.cK(null,t.H)}o=q.as +o.toString +s=new A.GU(q) +r=$.a5 +A.ca($,p) +s.b=new A.aI(new A.a4(r,t.U),t.h) +o=A.aor("DrivenScrollActivity",o,q.r) +o.cf() +r=o.bj$ +r.b=!0 +r.a.push(s.gAs()) +o.z=B.Y +o.h0(a,b,c).a.a.fV(s.gA7()) +A.ca(s.c,"_controller") +s.c=o +q.hh(s) +return A.a(s.b,p).a}, +iG(a){var s,r,q=this +q.hh(new A.lv(q)) +s=q.as +s.toString +if(s!==a){q.Cw(a) +q.BZ() +r=q.as +r.toString +q.C0(r-s) +q.BV()}q.i5(0)}, +m(a){var s=this.k3 +if(s!=null)s.m(0) +this.k3=null +this.TX(0)}} +A.UZ.prototype={ +Af(a){var s,r=this,q="_springTime" +if(a>A.a(r.r,q)){r.w=isFinite(A.a(r.r,q))?A.a(r.r,q):0 +s=A.a(r.f,"_springSimulation")}else{r.w=0 +s=A.a(r.e,"_frictionSimulation")}s.a=r.a +return s}, +es(a,b){return this.Af(b).es(0,b-this.w)}, +ho(a,b){return this.Af(b).ho(0,b-this.w)}, +kH(a){return this.Af(a).kH(a-this.w)}, +i(a){return"BouncingScrollSimulation(leadingExtent: "+A.e(this.b)+", trailingExtent: "+A.e(this.c)+")"}} +A.VP.prototype={ +es(a,b){var s=this,r=B.e.G(b/A.a(s.e,"_duration"),0,1) +return s.b+A.a(s.f,"_distance")*(1.2*r*r*r-3.27*r*r+3.065*r)*J.ds(s.c)}, +ho(a,b){var s=this,r="_duration",q=B.e.G(b/A.a(s.e,r),0,1) +return A.a(s.f,"_distance")*(3.6*q*q-6.54*q+3.065)*J.ds(s.c)/A.a(s.e,r)}, +kH(a){return a>=A.a(this.e,"_duration")}} +A.zN.prototype={ +i(a){return"ScrollViewKeyboardDismissBehavior."+this.b}} +A.KL.prototype={ +aa_(a,b,c,d){return A.arB(0,c,this.Q,B.xG,null,this.ch,b,d)}, +I(a,b){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.a9V(b),h=k.cx,g=A.e6(b) +if(g!=null){s=g.f +r=s.aaW(0,0) +q=s.ab_(0,0) +s=k.c===B.a3 +h=s?q:r +i=new A.hd(g.Mf(s?r:q),i,j)}p=A.b([h!=null?new A.Lg(h,i,j):i],t.p) +s=A.atH(b,k.c,!1) +o=k.f +n=o?A.jg(b):k.e +m=A.a6w(s,n,k.at,!1,k.r,k.ay,j,k.as,new A.a6u(k,s,p)) +l=o&&n!=null?A.aqp(m):m +if(k.ax===B.L5)return new A.d_(new A.a6v(b),l,j,t.kj) +else return l}} +A.a6u.prototype={ +$2(a,b){return this.a.aa_(a,b,this.b,this.c)}, +$S:427} +A.a6v.prototype={ +$1(a){var s=A.apm(this.a) +if(a.d!=null&&s.gbR())s.E8() +return!1}, +$S:428} +A.Fx.prototype={} +A.If.prototype={ +a9V(a){return new A.Lf(this.R8,null)}} +A.agd.prototype={ +$2(a,b){if(!a.a)a.K(0,b)}, +$S:45} +A.zO.prototype={ +an(){var s=null,r=t.A +return new A.zP(new A.QC($.b4()),new A.bC(s,r),new A.bC(s,t.hA),new A.bC(s,r),B.tE,s,A.z(t.yb,t.T),s,!0,s,s,s,B.k)}, +ahd(a,b){return this.f.$2(a,b)}} +A.a6C.prototype={ +$1(a){return null}, +$S:429} +A.uJ.prototype={ +cZ(a){return this.r!==a.r}} +A.zP.prototype={ +gp9(){var s=this.a.d +if(s==null){s=this.w +s.toString}return s}, +L4(){var s,r,q,p=this,o=p.a.Q +if(o==null){o=p.c +o.toString +o=A.a6n(o)}p.f=o +o=A.a(o,"_configuration") +s=p.c +s.toString +s=o.mn(s) +p.r=s +o=p.a +r=o.e +if(r!=null)p.r=r.jc(s) +else{o=o.Q +if(o!=null){s=p.c +s.toString +p.r=o.mn(s).jc(p.r)}}q=p.d +if(q!=null){p.gp9().q5(0,q) +A.fn(q.geE(q))}o=p.gp9() +s=p.r +s.toString +p.d=o.Mp(s,p,q) +s=p.gp9() +o=p.d +o.toString +s.ak(o)}, +jK(a,b){var s,r,q,p=this.e +this.ob(p,"offset") +s=p.x +r=s==null +if((r?A.n(p).j("dT.T").a(s):s)!=null){q=this.d +q.toString +p=r?A.n(p).j("dT.T").a(s):s +p.toString +q.Pu(p,b)}}, +aB(){if(this.a.d==null)this.w=A.a6o() +this.aS()}, +bH(){var s=this,r=s.c +r.toString +s.x=A.e6(r) +s.L4() +s.V0()}, +a7t(a){var s,r,q,p=this,o=null,n=p.a,m=n.e +if(m==null){n=n.Q +if(n==null)m=o +else{s=p.c +s.toString +s=n.mn(s) +m=s}}r=a.e +if(r==null){n=a.Q +if(n==null)r=o +else{s=p.c +s.toString +s=n.mn(s) +r=s}}do{n=m==null +s=n?o:A.C(m) +q=r==null +if(s!=(q?o:A.C(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.C(n) +s=a.d +return n!=(s==null?o:A.C(s))}, +b4(a){var s,r,q=this +q.V1(a) +s=a.d +if(q.a.d!=s){if(s==null){s=q.w +s.toString +r=q.d +r.toString +s.q5(0,r) +q.w.m(0) +q.w=null}else{r=q.d +r.toString +s.q5(0,r) +if(q.a.d==null)q.w=A.a6o()}s=q.gp9() +r=q.d +r.toString +s.ak(r)}if(q.a7t(a))q.L4()}, +m(a){var s,r=this,q=r.a.d +if(q!=null){s=r.d +s.toString +q.q5(0,s)}else{q=r.w +if(q!=null){s=r.d +s.toString +q.q5(0,s)}q=r.w +if(q!=null)q.m(0)}r.d.m(0) +r.e.m(0) +r.V2(0)}, +R_(a){var s,r,q=this +if(a===q.ax)s=!a||A.bn(q.a.c)===q.ay +else s=!1 +if(s)return +if(!a){q.as=B.tE +q.JN()}else{switch(A.bn(q.a.c).a){case 1:q.as=A.az([B.lA,new A.cp(new A.a6y(q),new A.a6z(q),t.ok)],t.n,t.xR) +break +case 0:q.as=A.az([B.lz,new A.cp(new A.a6A(q),new A.a6B(q),t.Uv)],t.n,t.xR) +break}a=!0}q.ax=a +q.ay=A.bn(q.a.c) +s=q.z +if(s.ga5()!=null){s=s.ga5() +s.Ap(q.as) +if(!s.a.f){r=s.c.gF() +r.toString +t.Wx.a(r) +s.e.Bd(r)}}}, +F6(a){var s,r=this +if(r.at===a)return +r.at=a +s=r.Q +if($.F.D$.z.h(0,s)!=null){s=$.F.D$.z.h(0,s).gF() +s.toString +t.Ro.a(s).sNO(r.at)}}, +a1P(a){var s=this.d,r=s.dy.gf0(),q=new A.a_Q(this.ga_A(),s) +s.hh(q) +s.k1=r +this.CW=q}, +a77(a){var s,r,q=this.d,p=q.f,o=p.Bq(q.k1) +p=p.gC7() +s=p==null?null:0 +r=new A.a6p(q,this.ga_y(),o,p,a.a,o!==0,s,a) +q.hh(new A.XH(r,q)) +this.ch=q.k3=r}, +a78(a){var s=this.ch +if(s!=null)s.bc(0,a)}, +a76(a){var s,r,q,p,o=this.ch +if(o!=null){s=a.b +s.toString +r=-s +if(A.amf(o.a.r.a.c))r=-r +o.w=a +if(o.f){s=J.ds(r) +q=o.c +p=Math.abs(r)>Math.abs(q)*0.5 +if(s===J.ds(q)&&p)r+=q}o.a.i5(r)}}, +JN(){var s=this.CW +if(s!=null)s.a.i5(0) +s=this.ch +if(s!=null)s.a.i5(0)}, +a_B(){this.CW=null}, +a_z(){this.ch=null}, +Kn(a){var s,r=this.d,q=r.as +q.toString +s=r.y +s.toString +s=Math.max(q+a,s) +r=r.z +r.toString +return Math.min(s,r)}, +Jl(a){var s=A.bn(this.a.c)===B.as?a.gx0().a:a.gx0().b +return A.amf(this.a.c)?s*-1:s}, +a6f(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.oz(r) +s=r}else s=!1 +if(s)return +q=o.Jl(a) +p=o.Kn(q) +if(q!==0){s=o.d.as +s.toString +s=p!==s}else s=!1 +if(s)$.eK.p1$.oa(0,a,o.ga30())}}, +a31(a){var s,r,q,p,o,n=this,m=n.Jl(a),l=n.Kn(m) +if(m!==0){s=n.d.as +s.toString +s=l!==s}else s=!1 +if(s){s=n.d +r=s.as +r.toString +q=s.y +q.toString +q=Math.max(r+m,q) +p=s.z +p.toString +o=Math.min(q,p) +if(o!==r){s.hh(new A.lv(s)) +s.Eg(-m>0?B.la:B.lb) +r=s.as +r.toString +s.Cw(o) +s.dx.sl(0,!0) +s.BZ() +q=s.as +q.toString +s.C0(q-r) +s.BV() +s.i5(0)}}}, +a3b(a){var s,r +if(a.e0$===0){s=$.F.D$.z.h(0,this.y) +r=s==null?null:s.gF() +if(r!=null)r.aj()}return!1}, +I(a,b){var s,r,q,p,o,n=this,m=null,l="_configuration",k=n.d +k.toString +s=n.as +r=n.a +q=r.w +p=new A.uJ(n,k,A.a1u(B.cq,new A.ko(A.bq(m,new A.hQ(n.at,!1,r.ahd(b,k),n.Q),!1,m,m,!q,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m),s,B.ao,q,m,n.z),m,m,n.ga6e(),m),m) +k=n.a +if(!k.w){k=n.d +k.toString +s=n.r.glv() +r=n.a +p=new A.d_(n.ga3a(),new A.QR(k,s,r.x,p,n.y),m,t.ji) +k=r}o=new A.a6x(k.c,n.gp9()) +return A.a(n.f,l).uL(b,A.a(n.f,l).uK(b,p,o),o)}, +gfo(){return this.a.z}} +A.a6y.prototype={ +$0(){return A.arA(null,A.a(this.a.f,"_configuration").gC6())}, +$S:144} +A.a6z.prototype={ +$1(a){var s,r,q=null,p=this.a +a.as=p.gIc() +a.at=p.gJP() +a.ax=p.gJQ() +a.ay=p.gJO() +a.ch=p.gJM() +s=p.r +a.CW=s==null?q:s.gDf() +s=p.r +a.cx=s==null?q:s.gw4() +s=p.r +a.cy=s==null?q:s.gDe() +s=A.a(p.f,"_configuration") +r=p.c +r.toString +a.db=s.wG(r) +a.Q=p.a.y +p=p.x +a.b=p==null?q:p.ay}, +$S:145} +A.a6A.prototype={ +$0(){return A.a_R(null,A.a(this.a.f,"_configuration").gC6())}, +$S:146} +A.a6B.prototype={ +$1(a){var s,r,q=null,p=this.a +a.as=p.gIc() +a.at=p.gJP() +a.ax=p.gJQ() +a.ay=p.gJO() +a.ch=p.gJM() +s=p.r +a.CW=s==null?q:s.gDf() +s=p.r +a.cx=s==null?q:s.gw4() +s=p.r +a.cy=s==null?q:s.gDe() +s=A.a(p.f,"_configuration") +r=p.c +r.toString +a.db=s.wG(r) +a.Q=p.a.y +p=p.x +a.b=p==null?q:p.ay}, +$S:147} +A.a6x.prototype={} +A.QR.prototype={ +aJ(a){var s=this.e,r=new A.Qs(s,this.f,this.r,null,A.aj()) +r.gau() +r.gaE() +r.CW=!1 +r.sb_(null) +s.a2(0,r.gOl()) +return r}, +aM(a,b){b.slv(this.f) +b.sbS(0,this.e) +b.sQU(this.r)}} +A.Qs.prototype={ +sbS(a,b){var s,r=this,q=r.u +if(b===q)return +s=r.gOl() +q.K(0,s) +r.u=b +b.a2(0,s) +r.aj()}, +slv(a){if(a===this.a8)return +this.a8=a +this.aj()}, +sQU(a){if(a==this.aD)return +this.aD=a +this.aj()}, +eO(a){var s,r,q=this +q.fZ(a) +a.a=!0 +if(q.u.ax){a.b3(B.Ls,q.a8) +s=q.u +r=s.as +r.toString +a.y2=r +a.d=!0 +r=s.z +r.toString +a.ap=r +s=s.y +s.toString +a.a6=s +a.sQP(q.aD)}}, +na(a,b,c){var s,r,q,p,o,n,m,l=this +if(c.length!==0){s=B.c.gJ(c).dx +s=!(s!=null&&s.A(0,B.vk))}else s=!0 +if(s){l.FT(a,b,c) +return}s=l.aK +if(s==null)s=l.aK=A.KR(null,l.goB()) +s.sO6(a.at||a.as) +s.sb7(0,a.w) +s=l.aK +s.toString +r=t.J +q=A.b([s],r) +p=A.b([],r) +for(s=c.length,o=null,n=0;n>>24&255)/255*q.gl(q))),r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255)) +return s}, +Ja(a){var s,r,q,p=this +if(a){s=$.aJ()?A.aT():new A.aO(new A.aQ()) +r=p.c +q=p.r +s.sae(0,A.ak(B.e.aI(255*((r.gl(r)>>>24&255)/255*q.gl(q))),r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255)) +s.scj(0,B.U) +s.sf5(1) +return s}s=$.aJ()?A.aT():new A.aO(new A.aQ()) +r=p.b +q=p.r +s.sae(0,A.ak(B.e.aI(255*((r.gl(r)>>>24&255)/255*q.gl(q))),r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255)) +return s}, +a5z(){return this.Ja(!1)}, +a5v(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g="_thumbOffset",f=i.CW +if(f===B.J||f===B.I)s=i.e===B.q?B.L7:B.L6 +else s=B.L8 +switch(s.a){case 0:f=i.f +r=new A.L(f,c) +f+=2*i.x +q=new A.L(f,i.geN()) +p=i.x+i.Q.a +o=A.a(i.db,g) +n=p-i.x +m=i.w +l=new A.m(n,m) +k=l.Z(0,new A.m(f,0)) +j=new A.m(n+f,m+i.geN()) +break +case 1:f=i.f +r=new A.L(f,c) +q=new A.L(f+2*i.x,i.geN()) +p=b.a-i.f-i.x-i.Q.c +o=A.a(i.db,g) +f=p-i.x +n=i.w +l=new A.m(f,n) +j=new A.m(f,n+i.geN()) +k=l +break +case 2:r=new A.L(c,i.f) +f=i.geN() +n=i.f+2*i.x +q=new A.L(f,n) +p=A.a(i.db,g) +f=i.x +o=f+i.Q.b +m=i.w +f=o-f +l=new A.m(m,f) +k=l.Z(0,new A.m(0,n)) +j=new A.m(m+i.geN(),f+n) +break +case 3:r=new A.L(c,i.f) +q=new A.L(i.geN(),i.f+2*i.x) +p=A.a(i.db,g) +f=i.f +n=i.x +o=b.b-f-n-i.Q.d +f=i.w +n=o-n +l=new A.m(f,n) +j=new A.m(f+i.geN(),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.cy=new A.w(f,n,f+q.a,n+q.b) +i.cx=new A.w(p,o,p+r.a,o+r.b) +f=i.r +if(f.gl(f)!==0){f=i.cy +f.toString +a.c8(0,f,i.a5z()) +a.iu(0,k,j,i.Ja(!0)) +f=i.y +if(f!=null){n=i.cx +n.toString +a.cm(0,A.yY(n,f),i.gJ9()) +return}f=i.cx +f.toString +a.c8(0,f,i.gJ9()) +return}}, +Kv(){var s,r,q,p,o,n,m,l,k,j=this,i=j.ch.glO(),h=j.CW +h=h===B.J||h===B.I +s=j.Q +h=h?s.gcJ(s)+s.gcR(s):s.giA() +s=j.ch +r=s.b +r.toString +q=s.a +q.toString +s=s.d +s.toString +p=j.CW +p=p===B.J||p===B.I +o=j.Q +p=p?o.gcJ(o)+o.gcR(o):o.giA() +n=B.e.G((i-h)/(r-q+s-p),0,1) +m=Math.max(Math.min(j.geN(),j.at),j.geN()*n) +p=j.ch.glO() +s=j.ch.d +s.toString +l=Math.min(j.as,j.geN()) +i=j.CW +i=i===B.I||i===B.al +h=j.ch +if((i?Math.max(h.gfj()-h.gct(),0):Math.max(h.gct()-h.geU(),0))>0){i=j.CW +i=i===B.I||i===B.al +h=j.ch +h=(i?Math.max(h.gct()-h.geU(),0):Math.max(h.gfj()-h.gct(),0))>0 +i=h}else i=!1 +k=i?l:l*(1-B.e.G(1-p/s,0,0.2)/0.2) +return B.e.G(m,k,j.geN())}, +m(a){this.r.a.K(0,this.gcY()) +this.eL(0)}, +geN(){var s,r,q,p=this,o=p.ch.d +o.toString +s=p.w +r=p.CW +r=r===B.J||r===B.I +q=p.Q +r=r?q.gcJ(q)+q.gcR(q):q.giA() +return o-2*s-r}, +aH(a,b){var s,r,q,p,o,n,m=this,l=m.CW +if(l!=null){s=m.ch +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.ch.d +s.toString +l=l===B.J||l===B.I +r=m.Q +if(s<=(l?r.gcJ(r)+r.gcR(r):r.giA())||m.geN()<=0)return +l=m.CW +l=l===B.J||l===B.I +s=m.Q +q=l?s.b:s.a +p=m.Kv() +l=m.ch +s=l.b +s.toString +r=l.a +r.toString +o=s-r +if(o>0){l=l.c +l.toString +n=B.e.G((l-r)/o,0,1)}else n=0 +l=m.CW +l=l===B.I||l===B.al?1-n:n +m.db=l*(m.geN()-p)+m.w+q +l=m.ch.b +l.toString +if(l==1/0||l==-1/0)return +l=m.CW +l.toString +return m.a5v(a,b,p,l)}, +NK(a,b,c){var s,r,q,p=this,o=p.cy +if(o==null)return!1 +if(p.ay)return!1 +s=p.ch +r=s.a +r.toString +s=s.b +s.toString +if(r===s)return!1 +q=o.kw(A.lY(p.cx.gaU(),24)) +s=p.r +if(s.gl(s)===0){if(c&&b===B.bG)return q.A(0,a) +return!1}switch(b.a){case 0:return q.A(0,a) +case 1:case 2:case 3:case 5:default:return o.A(0,a)}}, +adw(a,b){return this.NK(a,b,!1)}, +NL(a,b){var s,r,q=this +if(q.cx==null)return!1 +if(q.ay)return!1 +s=q.r +if(s.gl(s)===0)return!1 +s=q.ch +r=s.a +r.toString +s=s.b +s.toString +if(r===s)return!1 +switch(b.a){case 0:s=q.cx +return s.kw(A.lY(s.gaU(),24)).A(0,a) +case 1:case 2:case 3:case 5:default:return q.cx.A(0,a)}}, +vI(a){var s,r,q=this +if(q.cx==null)return null +if(q.ay)return!1 +s=q.r +if(s.gl(s)===0)return!1 +s=q.ch +r=s.a +r.toString +s=s.b +s.toString +if(r===s)return!1 +return q.cy.A(0,a)}, +ew(a){var s,r=this +if(r.a.k(0,a.a))if(r.b.k(0,a.b))if(r.c.k(0,a.c))if(r.e==a.e)if(r.f===a.f)if(r.r===a.r)if(r.w===a.w)if(r.x===a.x)if(J.f(r.y,a.y))if(r.Q.k(0,a.Q))if(r.as===a.as)if(r.at===a.at)s=r.ay!==a.ay +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +return s}, +xi(a){return!1}, +grX(){return null}, +i(a){return"#"+A.bF(this)}} +A.a6G.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:433} +A.rt.prototype={ +an(){return A.aD4(t.jU)}, +kK(a){return this.cy.$1(a)}} +A.jh.prototype={ +gmz(){var s=this.a.e +return s===!0}, +gK4(){if(this.gmz())this.a.toString +return!1}, +glL(){this.a.toString +return!0}, +aB(){var s,r,q,p,o=this,n=null +o.aS() +s=A.bo(n,o.a.ch,n,n,o) +s.c1(o.ga92()) +o.r=s +s=A.co(B.P,A.a(s,"_fadeoutAnimationController"),n) +o.w=s +o.a.toString +s=A.a(s,"_fadeoutOpacityAnimation") +r=o.a +q=r.x +if(q==null)q=6 +p=r.w +r=r.dx +r=new A.rK(B.fo,B.S,B.S,n,q,s,0,0,p,n,B.aP,18,18,r,$.b4()) +s.a.a2(0,r.gcY()) +A.ca(o.z,"scrollbarPainter") +o.z=r}, +bH(){this.e9()}, +a93(a){var s,r=this.a.d +if(r==null){s=this.c +s.toString +r=A.jg(s)}if(a!==B.w)if(r!=null)this.glL()}, +rw(){var s,r=this,q=A.a(r.z,"scrollbarPainter") +r.a.toString +q.sae(0,B.fo) +r.a.toString +q.sagQ(null) +q.sPK(r.gK4()?B.zp:B.S) +q.sPJ(r.gK4()?B.Ao:B.S) +s=r.c.L(t.I) +s.toString +q.sbx(0,s.f) +s=r.a.x +q.sDW(s==null?6:s) +q.srf(r.a.w) +q.sdz(0,r.c.L(t.w).f.f) +q.sx3(r.a.dx) +r.a.toString +q.sD9(0) +r.a.toString +q.sdQ(0,null) +r.a.toString +q.sBI(0) +r.a.toString +q.sDh(0,18) +r.a.toString +q.sOq(18) +q.sNN(!r.glL())}, +b4(a){var s,r=this,q="_fadeoutAnimationController" +r.bu(a) +s=r.a.e +if(s!=a.e){s=s===!0 +if(s){s=r.f +if(s!=null)s.aA(0) +s=A.a(r.r,q) +s.z=B.Y +s.h0(1,B.aa,null)}else A.a(r.r,q).cc(0)}}, +tY(){var s,r=this +if(!r.gmz()){s=r.f +if(s!=null)s.aA(0) +r.f=A.bO(r.a.CW,new A.a4t(r))}}, +l2(){var s=this.e.d +if(s.length!==0)return A.bn(B.c.gbX(s).gik()) +return null}, +vB(){if(this.l2()==null)return +var s=this.f +if(s!=null)s.aA(0)}, +vD(a){var s=this,r=s.a.d +if(r==null){r=s.c +r.toString +r=A.jg(r)}s.e=r +if(s.l2()==null)return +r=s.f +if(r!=null)r.aA(0) +A.a(s.r,"_fadeoutAnimationController").bp(0) +s.d=a}, +adi(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(i.l2()==null)return +s=B.c.gbX(i.e.d) +r=A.bx("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.a(i.z,"scrollbarPainter") +p=r.bm() +o=q.ch +n=o.b +n.toString +o=o.a +o.toString +m=q.geN() +q=q.Kv() +l=s.as +l.toString +k=(n-o)*p/(m-q)+l +if(k!==l){j=k-s.f.pH(s,k) +q=i.c +q.toString +q=A.a6n(q) +p=i.c +p.toString +switch(q.ml(p)){case B.bJ:case B.bK:case B.aY:case B.bL:q=s.y +q.toString +p=s.z +p.toString +j=B.e.G(j,q,p) +break +case B.av:case B.aX:break}s.iG(j)}i.d=a}, +vC(a,b){var s=this +if(s.l2()==null)return +s.tY() +s.e=s.d=null}, +a3T(a){var s,r,q=this,p="scrollbarPainter",o="_thumbOffset",n=q.a.d +if(n==null){n=q.c +n.toString +n=A.jg(n)}q.e=n +n=B.c.gbX(n.d) +n=$.F.D$.z.h(0,n.r.z) +n.toString +n=A.jm(n) +if(n!=null)n.a.toString +n=B.c.gbX(q.e.d).at +n.toString +s=0.8*n +switch(B.c.gbX(q.e.d).r.a.c.a){case 0:if(a.c.b>A.a(A.a(q.z,p).db,o))s=-s +break +case 2:if(a.c.bA.a(A.a(q.z,p).db,o))s=-s +break}n=B.c.gbX(q.e.d) +r=B.c.gbX(q.e.d).as +r.toString +n.qU(0,r+s,B.fw,B.an)}, +Ad(a){var s,r,q=this.a.d +if(q==null){s=this.c +s.toString +q=A.jg(s)}if(q==null)return!0 +s=q.d +r=s.length +if(r>1)return!1 +return r===0||A.bn(B.c.gbX(s).gik())===a}, +a7a(a){var s,r=this,q="_fadeoutAnimationController",p=r.a +p.toString +s=a.a +if(!p.kK(A.al9(a.b,a.e0$,null,s,null)))return!1 +if(r.gmz())if(A.a(A.a(r.r,q).Q,"_status")!==B.b9&&A.a(A.a(r.r,q).Q,"_status")!==B.H)A.a(r.r,q).bp(0) +p=s.e +if(r.Ad(A.bn(p)))A.a(r.z,"scrollbarPainter").kX(0,s,p) +return!1}, +a3d(a){var s,r,q,p=this,o="_fadeoutAnimationController",n="_status",m="scrollbarPainter" +if(!p.a.kK(a))return!1 +s=a.a +r=s.b +r.toString +q=s.a +q.toString +if(r<=q){if(A.a(A.a(p.r,o).Q,n)!==B.w&&A.a(A.a(p.r,o).Q,n)!==B.aM)A.a(p.r,o).cc(0) +r=s.e +if(p.Ad(A.bn(r)))A.a(p.z,m).kX(0,s,r) +return!1}if(a instanceof A.fe||a instanceof A.i0){if(A.a(A.a(p.r,o).Q,n)!==B.b9&&A.a(A.a(p.r,o).Q,n)!==B.H)A.a(p.r,o).bp(0) +r=p.f +if(r!=null)r.aA(0) +r=s.e +if(p.Ad(A.bn(r)))A.a(p.z,m).kX(0,s,r)}else if(a instanceof A.ks)if(p.d==null)p.tY() +return!1}, +ga0I(){var s,r=this,q=A.z(t.n,t.xR),p=r.a.d +if(p==null){s=r.c +s.toString +p=A.jg(s)}if(p==null||!r.glL())return q +q.n(0,B.Se,new A.cp(new A.a4p(r),new A.a4q(r),t.ff)) +q.n(0,B.Sf,new A.cp(new A.a4r(r),new A.a4s(r),t.Bk)) +return q}, +O7(a,b,c){var s,r=this.x +if($.F.D$.z.h(0,r)==null)return!1 +s=A.am2(r,a) +return A.a(this.z,"scrollbarPainter").NK(s,b,!0)}, +Cx(a){var s,r=this +if(r.O7(a.gbS(a),a.gd4(a),!0)){r.y=!0 +A.a(r.r,"_fadeoutAnimationController").bp(0) +s=r.f +if(s!=null)s.aA(0)}else if(r.y){r.y=!1 +r.tY()}}, +Cy(a){this.y=!1 +this.tY()}, +m(a){var s,r=this +A.a(r.r,"_fadeoutAnimationController").m(0) +s=r.f +if(s!=null)s.aA(0) +s=A.a(r.z,"scrollbarPainter") +s.r.a.K(0,s.gcY()) +s.eL(0) +r.Uq(0)}, +I(a,b){var s,r,q=this,p=null +q.rw() +s=q.ga0I() +r=A.a(q.z,"scrollbarPainter") +return new A.d_(q.ga79(),new A.d_(q.ga3c(),new A.hj(new A.ko(A.o8(A.iM(new A.hj(q.a.c,p),r,q.x,p,B.o),B.ck,p,p,new A.a4u(q),new A.a4v(q)),s,p,!1,p,p),p),p,t.WA),p,t.ji)}} +A.a4t.prototype={ +$0(){var s=this.a +A.a(s.r,"_fadeoutAnimationController").cc(0) +s.f=null}, +$S:0} +A.a4p.prototype={ +$0(){var s=this.a,r=s.a.cx,q=t.S,p=A.cg(q) +return new A.jH(s.x,r,null,B.bx,A.z(q,t.G),p,s,null,A.z(q,t.C))}, +$S:434} +A.a4q.prototype={ +$1(a){var s=this.a +a.k4=s.gNB() +a.ok=new A.a4m(s) +a.p1=new A.a4n(s) +a.p3=new A.a4o(s)}, +$S:435} +A.a4m.prototype={ +$1(a){return this.a.vD(a.b)}, +$S:74} +A.a4n.prototype={ +$1(a){return this.a.adi(a.b)}, +$S:87} +A.a4o.prototype={ +$1(a){return this.a.vC(a.b,a.c)}, +$S:97} +A.a4r.prototype={ +$0(){var s=this.a,r=t.S,q=A.cg(r) +return new A.jI(s.x,B.an,18,B.bx,A.z(r,t.G),q,s,null,A.z(r,t.C))}, +$S:437} +A.a4s.prototype={ +$1(a){a.y1=this.a.ga3S()}, +$S:438} +A.a4u.prototype={ +$1(a){var s +switch(a.gd4(a).a){case 1:s=this.a +if(s.glL())s.Cy(a) +break +case 2:case 3:case 5:case 0:default:break}}, +$S:35} +A.a4v.prototype={ +$1(a){var s +switch(a.gd4(a).a){case 1:s=this.a +if(s.glL())s.Cx(a) +break +case 2:case 3:case 5:case 0:default:break}}, +$S:439} +A.jH.prototype={ +hs(a){if(!this.zr(this.ej,a.gbS(a),a.gd4(a)))return!1 +return this.SW(a)}, +zr(a,b,c){var s +if($.F.D$.z.h(0,a)==null)return!1 +s=$.F.D$.z.h(0,a).f +s.toString +s=t.ip.a(s).f +s.toString +return t.sm.a(s).NL(A.am2(a,b),c)}} +A.jI.prototype={ +hs(a){if(!this.zr(this.am,a.gbS(a),a.gd4(a)))return!1 +return this.U4(a)}, +zr(a,b,c){var s,r +if($.F.D$.z.h(0,a)==null)return!1 +s=$.F.D$.z.h(0,a).f +s.toString +s=t.ip.a(s).f +s.toString +t.sm.a(s) +r=A.am2(a,b) +return s.adw(r,c)&&!s.NL(r,c)}} +A.uD.prototype={ +bL(){this.cw() +this.ck() +this.dm()}, +m(a){var s=this,r=s.az$ +if(r!=null)r.K(0,s.gda()) +s.az$=null +s.aR(0)}} +A.zV.prototype={ +an(){return new A.R_(B.k)}} +A.R_.prototype={ +gbN(a){var s=this.d +return s===$?this.d=A.z(t.K,t.X):s}, +I(a,b){var s=this.a.c +return new A.R0(this.gbN(this),s,null)}} +A.R0.prototype={ +cZ(a){return this.x!==a.x}, +ah7(a,b){var s,r,q,p +for(s=b.ga1(b),r=this.x,q=a.x;s.t();){p=s.gH(s) +if(!J.f(r.h(0,p),q.h(0,p)))return!0}return!1}, +gbN(a){return this.x}} +A.aR.prototype={$irQ:1} +A.p6.prototype={} +A.rR.prototype={ +sFj(a){var s=this +if(!A.ajn(s.b,a)){s.b=a +s.c=null +s.ac()}}, +gIu(){var s=this.c +return s==null?this.c=A.aDt(this.b):s}, +a0m(a,b){var s,r,q,p,o,n,m,l,k=this.gIu().h(0,a.c.gvY()),j=this.gIu().h(0,null),i=A.b([],t.Na) +if(k!=null)B.c.P(i,k) +if(j!=null)B.c.P(i,j) +for(s=i.length,r=a instanceof A.kp,q=b.d,p=0;pp.a||s+r.b>p.b}else o=!0}else o=!0 +return o}, +aH(a,b){var s,r,q,p,o=this +if(o.q$!=null){s=o.M.as +s.toString +s=o.pl(s) +r=new A.afJ(o,s) +s=o.K0(s)&&o.a7!==B.u +q=o.q +if(s){s=A.a(o.CW,"_needsCompositing") +p=o.k1 +q.saL(0,a.m6(s,b,new A.w(0,0,0+p.a,0+p.b),r,o.a7,q.a))}else{q.saL(0,null) +r.$2(a,b)}}}, +m(a){this.q.saL(0,null) +this.lf(0)}, +dn(a,b){var s=this.M.as +s.toString +s=this.pl(s) +b.aC(0,s.a,s.b)}, +jl(a){var s=this,r=s.M.as +r.toString +r=s.pl(r) +if(s.K0(r)){r=s.k1 +return new A.w(0,0,0+r.a,0+r.b)}return null}, +cL(a,b){var s,r=this +if(r.q$!=null){s=r.M.as +s.toString +return a.lu(new A.afI(r,b),r.pl(s),b)}return!1}, +mk(a,b,c){var s,r,q,p,o,n,m,l=this +if(c==null)c=a.giO() +if(!(a instanceof A.B)){s=l.M.as +s.toString +return new A.m5(s,c)}r=A.lK(a.dk(0,l.q$),c) +s=l.q$.k1 +s.toString +switch(l.C.a){case 0:q=l.k1.b +p=r.d +o=s.b-p +n=p-r.b +break +case 1:q=l.k1.a +o=r.a +n=r.c-o +break +case 2:q=l.k1.b +o=r.b +n=r.d-o +break +case 3:q=l.k1.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.m5(m,r.c7(l.pl(m)))}, +dE(a,b,c,d){var s=this +if(!s.M.f.glv())return s.ta(a,b,c,d) +s.ta(a,null,c,A.aqJ(a,b,c,s.M,d,s))}, +oC(){return this.dE(B.au,null,B.r,null)}, +l9(a){return this.dE(B.au,null,B.r,a)}, +my(a,b,c){return this.dE(a,null,b,c)}, +la(a,b){return this.dE(B.au,a,B.r,b)}, +BR(a){var s +switch(A.bn(this.C).a){case 1:s=this.k1 +return new A.w(0,-250,0+s.a,0+s.b+250) +case 0:s=this.k1 +return new A.w(-250,0,0+s.a+250,0+s.b)}}, +$iK1:1} +A.afJ.prototype={ +$2(a,b){var s=this.a.q$ +s.toString +a.dg(s,b.Z(0,this.b))}, +$S:13} +A.afI.prototype={ +$2(a,b){return this.a.q$.bD(a,b)}, +$S:11} +A.En.prototype={ +ak(a){var s +this.dF(a) +s=this.q$ +if(s!=null)s.ak(a)}, +ab(a){var s +this.d8(0) +s=this.q$ +if(s!=null)s.ab(0)}} +A.T1.prototype={} +A.T2.prototype={} +A.a8w.prototype={ +i(a){var s=A.b([],t.s) +this.cT(s) +return"#"+A.bF(this)+"("+B.c.bB(s,", ")+")"}, +cT(a){var s,r,q +try{s=this.b +if(s!=null)a.push("estimated child count: "+A.e(s))}catch(q){r=A.a9(q) +a.push("estimated child count: EXCEPTION ("+J.W(r).i(0)+")")}}} +A.QK.prototype={} +A.Lb.prototype={ +acr(a){return null}, +LR(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.a9(o) +q=A.aB(o) +n=new A.bs(r,q,"widgets library",A.bi("building"),k,!1) +A.cV(n) +s=A.wH(n)}if(s==null)return k +if(s.a!=null){p=s.a +p.toString +m=new A.QK(p)}else m=k +p=s +s=new A.hj(p,k) +l=A.asO(s,c) +if(l!=null)s=new A.HR(l,s,k) +p=s +s=new A.vA(p,k) +return new A.xt(s,m)}} +A.Lh.prototype={} +A.oM.prototype={ +c_(a){return A.ar0(this,!1)}} +A.Lf.prototype={ +c_(a){return A.ar0(this,!0)}, +aJ(a){var s=new A.Kq(t.Gt.a(a),A.z(t.S,t.r),0,null,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +return s}} +A.tc.prototype={ +gF(){return t.Ss.a(A.bm.prototype.gF.call(this))}, +bc(a,b){var s,r,q=this.f +q.toString +t.M0.a(q) +this.lg(0,b) +s=b.d +r=q.d +if(s!==r){A.C(s) +A.C(r) +q=!0}else q=!1 +if(q)this.iP()}, +iP(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0={} +a.xM() +a.R8=null +a0.a=!1 +try{i=t.S +s=A.ald(i,t.Dv) +r=A.iU(i,t.i) +i=a.f +i.toString +q=t.M0.a(i) +p=new A.a8A(a0,a,s,q,r) +for(i=a.p4,h=i.$ti,h=h.j("@<1>").ai(h.j("eh<1,2>")).j("kV<1,2>"),h=A.ap(new A.kV(i,h),!0,h.j("q.E")),g=h.length,f=t.MR,e=a.p3,d=0;d").ai(g.j("eh<1,2>")).j("kV<1,2>")).Y(0,p) +if(!a0.a&&a.rx){b=i.Of() +k=b==null?-1:b +j=k+1 +J.cU(s,j,i.h(0,j)) +p.$1(j)}}finally{a.RG=null +a.gF()}}, +ab9(a,b){this.r.pN(this,new A.a8x(this,b,a))}, +dO(a,b,c){var s,r,q,p,o=null +if(a==null)s=o +else{s=a.gF() +s=s==null?o:s.e}r=t.MR +r.a(s) +q=this.SE(a,b,c) +if(q==null)p=o +else{p=q.gF() +p=p==null?o:p.e}r.a(p) +if(s!=p&&s!=null&&p!=null)p.a=s.a +return q}, +iz(a){this.p4.B(0,a.d) +this.jV(a)}, +Pd(a){var s,r=this +r.gF() +s=a.e +s.toString +s=t.D.a(s).b +s.toString +r.r.pN(r,new A.a8B(r,s))}, +N1(a,b,c,d,e){var s=this.f +s.toString +t.M0.a(s) +d.toString +s=A.aDC(b,c,d,e,s.d.b) +return s}, +guQ(){var s=this.f +s.toString +t.M0.a(s) +return s.d.b}, +q9(){var s=this.p4 +s.acu() +s.Of() +s=this.f +s.toString +t.M0.a(s)}, +BS(a){var s=a.e +s.toString +t.D.a(s).b=this.RG}, +iE(a,b){this.gF().xz(0,t.r.a(a),this.R8)}, +iM(a,b,c){this.gF().w7(t.r.a(a),this.R8)}, +iS(a,b){this.gF().B(0,t.r.a(a))}, +bb(a){var s=this.p4,r=s.$ti +r=r.j("@<1>").ai(r.z[1]).j("pr<1,2>") +r=A.n6(new A.pr(s,r),r.j("q.E"),t.u) +B.c.Y(A.ap(r,!0,A.n(r).j("q.E")),a)}} +A.a8A.prototype={ +$1(a){var s,r,q,p,o=this,n=o.b +n.RG=a +q=n.p4 +if(q.h(0,a)!=null&&!J.f(q.h(0,a),o.c.h(0,a))){q.n(0,a,n.dO(q.h(0,a),null,a)) +o.a.a=!0}s=n.dO(o.c.h(0,a),o.d.d.LR(0,n,a),a) +if(s!=null){p=o.a +p.a=p.a||!J.f(q.h(0,a),s) +q.n(0,a,s) +q=s.gF().e +q.toString +r=t.D.a(q) +if(a===0)r.a=0 +else{q=o.e +if(q.aq(0,a))r.a=q.h(0,a)}if(!r.c)n.R8=t.Qv.a(s.gF())}else{o.a.a=!0 +q.B(0,a)}}, +$S:39} +A.a8y.prototype={ +$0(){return null}, +$S:6} +A.a8z.prototype={ +$0(){return this.a.p4.h(0,this.b)}, +$S:444} +A.a8x.prototype={ +$0(){var s,r,q,p=this,o=p.a +o.R8=p.b==null?null:t.Qv.a(o.p4.h(0,p.c-1).gF()) +s=null +try{q=o.f +q.toString +r=t.M0.a(q) +q=o.RG=p.c +s=o.dO(o.p4.h(0,q),r.d.LR(0,o,q),q)}finally{o.RG=null}q=p.c +o=o.p4 +if(s!=null)o.n(0,q,s) +else o.B(0,q)}, +$S:0} +A.a8B.prototype={ +$0(){var s,r,q,p=this +try{r=p.a +q=r.RG=p.b +s=r.dO(r.p4.h(0,q),null,q)}finally{p.a.RG=null}p.a.p4.B(0,p.b)}, +$S:0} +A.xo.prototype={ +pJ(a){var s,r,q=a.e +q.toString +t.Cl.a(q) +s=this.f +if(q.qp$!==s){q.qp$=s +r=a.ga3(a) +if(r instanceof A.u&&!s)r.a0()}}} +A.Lc.prototype={ +I(a,b){var s=this.c,r=B.f.G(1-s,0,1) +return new A.Ra(r/2,new A.R9(s,this.e,null),null)}} +A.R9.prototype={ +aJ(a){var s=new A.Ko(this.f,t.Gt.a(a),A.z(t.S,t.r),0,null,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +return s}, +aM(a,b){b.srC(this.f)}} +A.Ra.prototype={ +aJ(a){var s=new A.Qu(this.e,null,A.aj()) +s.gau() +s.gaE() +s.CW=!1 +return s}, +aM(a,b){b.srC(this.e)}} +A.Qu.prototype={ +srC(a){var s=this +if(s.c5===a)return +s.c5=a +s.e1=null +s.a0()}, +gcB(){return this.e1}, +a7G(){var s,r,q=this +if(q.e1!=null&&J.f(q.co,t.q.a(A.u.prototype.ga_.call(q))))return +s=t.q +r=s.a(A.u.prototype.ga_.call(q)).y*q.c5 +q.co=s.a(A.u.prototype.ga_.call(q)) +switch(A.bn(s.a(A.u.prototype.ga_.call(q)).a).a){case 0:q.e1=new A.as(r,0,r,0) +break +case 1:q.e1=new A.as(0,r,0,r) +break}return}, +bK(){this.a7G() +this.FU()}} +A.mj.prototype={ +c_(a){var s=A.n(this) +return new A.A5(A.z(s.j("mj.S"),t.u),this,B.a8,s.j("A5"))}} +A.oN.prototype={ +iR(){B.c.Y(this.ghk(this),this.gDN())}, +bb(a){B.c.Y(this.ghk(this),a)}, +JR(a,b){var s=this.hW$,r=s.h(0,b) +if(r!=null){this.jo(r) +s.B(0,b)}if(a!=null){s.n(0,b,a) +this.hg(a)}}} +A.A5.prototype={ +gF(){return this.$ti.j("oN<1>").a(A.bm.prototype.gF.call(this))}, +bb(a){var s=this.p3 +s.gb2(s).Y(0,a)}, +iz(a){this.p3.B(0,a.d) +this.jV(a)}, +fk(a,b){this.oL(a,b) +this.KO()}, +bc(a,b){this.lg(0,b) +this.KO()}, +KO(){var s,r,q,p,o,n,m=this,l=m.f +l.toString +m.$ti.j("mj<1>").a(l) +for(s=m.p3,r=0;r<11;++r){q=B.Es[r] +p=l.aah(q) +o=s.h(0,q) +n=m.dO(o,p,q) +if(o!=null)s.B(0,q) +if(n!=null)s.n(0,q,n)}}, +iE(a,b){this.$ti.j("oN<1>").a(A.bm.prototype.gF.call(this)).JR(a,b)}, +iS(a,b){this.$ti.j("oN<1>").a(A.bm.prototype.gF.call(this)).JR(null,b)}, +iM(a,b,c){}} +A.Lr.prototype={ +I(a,b){return A.qt(B.cL,1)}} +A.ll.prototype={ +cZ(a){var s,r=this +if(r.w.k(0,a.w))if(r.y===a.y)if(r.z===a.z)s=r.as!==a.as||!1 +else s=!0 +else s=!0 +else s=!0 +return s}, +El(a,b,c){var s=this +return A.jS(c,null,s.Q,s.z,s.y,s.w,s.x,s.at,s.as)}} +A.WG.prototype={ +$1(a){var s,r,q=this,p=a.L(t.yS) +if(p==null)p=B.mO +s=p.w.bg(q.b) +r=q.e +if(r==null)r=p.z +return A.jS(q.w,q.a,p.Q,r,p.y,s,p.x,null,p.as)}, +$S:445} +A.Pq.prototype={ +I(a,b){throw A.c(A.Hk("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.ew.prototype={ +I(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g=b.L(t.yS) +if(g==null)g=B.mO +s=i.e +if(s==null||s.a)s=g.w.bg(s) +r=A.e6(b) +r=r==null?h:r.at +if(r===!0)s=s.bg(B.Qg) +r=i.r +if(r==null)r=g.x +if(r==null)r=B.bo +q=i.w +p=i.y +if(p==null)p=g.y +o=i.z +if(o==null)o=s==null?h:s.fx +if(o==null)o=g.z +n=A.akT(b) +m=i.as +if(m==null)m=g.Q +l=A.aoT(b) +k=i.d +k=k!=null?A.b([k],t.VO):h +j=A.aqK(h,m,o,p,h,A.ho(k,s,i.c),r,q,l,n,g.as) +g=i.at +return g!=null?A.bq(h,new A.lq(!0,j,h),!1,h,h,!1,h,h,h,h,g,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,q,h,h):j}, +gbN(a){return this.c}} +A.wp.prototype={} +A.hk.prototype={} +A.eU.prototype={} +A.tz.prototype={ +i(a){return"TextSelectionHandleType."+this.b}} +A.a9T.prototype={ +CC(a){return this.ad3(a)}, +ad3(a){var s=0,r=A.P(t.H) +var $async$CC=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:a.r6(B.bI) +return A.N(null,r)}}) +return A.O($async$CC,r)}} +A.LU.prototype={ +AO(){var s=this,r=s.x&&s.a.co.a +s.f.sl(0,r) +r=s.x&&s.a.c5.a +s.r.sl(0,r) +r=s.a +r=r.co.a||r.c5.a +s.w.sl(0,r)}, +sNC(a){if(this.x===a)return +this.x=a +this.AO()}, +bc(a,b){if(this.e.k(0,b))return +this.e=b +this.uq()}, +uq(){var s,r,q,p,o,n,m,l=this,k=null,j=A.a(l.d,"_selectionOverlay"),i=l.a,h=i.am,g=h.e +g.toString +j.sRH(l.GL(g,B.vF,B.vG)) +s=h.c.E0() +g=l.c +r=g.a.c.a.a +if(s===r)if(l.e.b.gbv()){q=l.e.b +q=q.a!==q.b}else q=!1 +else q=!1 +if(q){q=l.e.b +p=B.b.N(r,q.a,q.b) +q=p.length===0?B.b7:new A.eb(p) +q=q.gJ(q) +o=l.e.b.a +n=i.wT(new A.cy(o,o+q.length))}else n=k +q=n==null?k:n.d-n.b +j.saef(q==null?h.gdA():q) +q=h.e +q.toString +j.sac_(l.GL(q,B.vG,B.vF)) +s=h.c.E0() +r=g.a.c.a.a +if(s===r)if(l.e.b.gbv()){g=l.e.b +g=g.a!==g.b}else g=!1 +else g=!1 +if(g){g=l.e.b +p=B.b.N(r,g.a,g.b) +g=p.length===0?B.b7:new A.eb(p) +g=g.gR(g) +q=l.e.b.b +m=i.wT(new A.cy(q-g.length,q))}else m=k +g=m==null?k:m.d-m.b +j.saee(g==null?h.gdA():g) +h=i.Eu(l.e.b) +if(!A.dX(j.ax,h))j.n_() +j.ax=h +j.sagO(i.bO)}, +m(a){var s,r,q=this +A.a(q.d,"_selectionOverlay").NH() +s=q.a +r=q.gLb() +s.co.K(0,r) +s.c5.K(0,r) +r=q.w +s=r.y2$=$.b4() +r.y1$=0 +r=q.f +r.y2$=s +r.y1$=0 +r=q.r +r.y2$=s +r.y1$=0}, +a3h(a){var s=this.b +s.toString +this.y=a.b.Z(0,new A.m(0,-s.l_(this.a.am.gdA()).b))}, +a3j(a){var s,r,q=this,p="_dragEndPosition",o=A.a(q.y,p).Z(0,a.b) +q.y=o +s=q.a.l1(A.a(o,p)) +o=q.e.b +if(o.a===o.b){q.tM(A.Ax(s),!0) +return}r=A.ck(B.l,o.c,s.a,!1) +if(r.c>=r.d)return +q.tM(r,!0)}, +a3n(a){var s=this.b +s.toString +this.z=a.b.Z(0,new A.m(0,-s.l_(this.a.am.gdA()).b))}, +a3p(a){var s,r,q=this,p="_dragStartPosition",o=A.a(q.z,p).Z(0,a.b) +q.z=o +s=q.a.l1(A.a(o,p)) +o=q.e.b +if(o.a===o.b){q.tM(A.Ax(s),!1) +return}r=A.ck(B.l,s.a,o.d,!1) +if(r.c>=r.d)return +q.tM(r,!1)}, +tM(a,b){var s=b?a.gde():a.gpM(),r=this.c +r.fU(this.e.iq(a),B.aK) +r.il(s)}, +GL(a,b,c){var s=this.e.b +if(s.a===s.b)return B.dz +switch(a.a){case 1:return b +case 0:return c}}} +A.KP.prototype={ +sRH(a){if(this.b===a)return +this.b=a +this.n_()}, +saef(a){if(this.c===a)return +this.c=a +this.n_()}, +sac_(a){if(this.w===a)return +this.w=a +this.n_()}, +saee(a){if(this.x===a)return +this.x=a +this.n_()}, +sagO(a){if(J.f(this.fx,a))return +this.fx=a +this.n_()}, +Rp(){var s,r,q=this +if(q.fy!=null)return +q.fy=A.b([A.rd(q.gZg(),!1),A.rd(q.gZ2(),!1)],t.wi) +s=q.a.Cr(t.N1) +s.toString +r=q.fy +r.toString +s.NS(0,r)}, +n_(){var s,r=this,q=r.fy,p=q==null +if(p&&r.go==null)return +s=$.bK +if(s.cy$===B.l9){if(r.id)return +r.id=!0 +s.ch$.push(new A.a6H(r))}else{if(!p){q[0].fi() +r.fy[1].fi()}q=r.go +if(q!=null)q.fi()}}, +NH(){var s=this,r=s.fy +if(r!=null){r[0].bw(0) +s.fy[1].bw(0) +s.fy=null}if(s.go!=null)s.jx()}, +jx(){var s=this.go +if(s==null)return +s.bw(0) +this.go=null}, +Zh(a){var s,r,q=this,p=null,o=q.cy +if(o==null)s=A.cd(p,p,p,p,p,p,p,p,p) +else{r=q.b +s=A.as3(q.dx,q.CW,p,q.e,q.f,q.dy,q.c,o,r,q.d)}return new A.lq(!0,s,p)}, +Z3(a){var s,r,q=this,p=null,o=q.cy +if(o==null||q.b===B.dz)s=A.cd(p,p,p,p,p,p,p,p,p) +else{r=q.w +s=A.as3(q.dx,q.cx,p,q.z,q.Q,q.dy,q.x,o,r,q.y)}return new A.lq(!0,s,p)}} +A.a6H.prototype={ +$1(a){var s,r=this.a +r.id=!1 +s=r.fy +if(s!=null){s[0].fi() +r.fy[1].fi()}r=r.go +if(r!=null)r.fi()}, +$S:2} +A.Dc.prototype={ +an(){return new A.Dd(null,null,B.k)}} +A.Dd.prototype={ +aB(){var s=this +s.aS() +s.d=A.bo(null,B.cY,null,null,s) +s.zo() +s.a.x.a2(0,s.gzn())}, +zo(){var s,r="_controller",q=this.a.x.a +if(q==null)q=!0 +s=this.d +if(q)A.a(s,r).bp(0) +else A.a(s,r).cc(0)}, +b4(a){var s,r=this +r.bu(a) +s=r.gzn() +a.x.K(0,s) +r.zo() +r.a.x.a2(0,s)}, +m(a){var s=this +s.a.x.K(0,s.gzn()) +A.a(s.d,"_controller").m(0) +s.VC(0)}, +I(a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null,b=d.a,a=b.w.on(b.z,b.y) +b=d.a +s=b.w.l_(b.y) +b=-a.a +r=-a.b +q=b+s.a +p=r+s.b +o=new A.w(b,r,q,p) +n=o.kw(A.lY(o.gaU(),24)) +m=n.a +l=n.c-m +b=Math.max((l-(q-b))/2,0) +q=n.b +k=n.d-q +r=Math.max((k-(p-r))/2,0) +p=d.a.c +j=A.a(d.d,"_controller") +i=d.a +h=i.Q +g=i.e +f=i.f +e=i.r +return A.aoL(A.iS(!1,A.cd(B.cf,A.eL(B.aQ,new A.cr(new A.as(b,r,b,r),i.w.uJ(a1,i.z,i.y,i.d),c),h,!1,c,c,c,c,c,c,c,c,c,e,g,f,c,c,c,c,c,c,c),c,c,c,k,c,c,l),j),p,new A.m(m,q),!1)}} +A.Az.prototype={ +ga4t(){var s,r,q,p=this.a.y,o=p.ga5() +o.toString +o=$.F.D$.z.h(0,o.r).gF() +o.toString +s=t.E +s.a(o) +o=p.ga5() +o.toString +o=$.F.D$.z.h(0,o.r).gF() +o.toString +s.a(o) +r=p.ga5() +r.toString +r=$.F.D$.z.h(0,r.r).gF() +r.toString +r=s.a(r).bO +r.toString +q=o.l1(r) +o=p.ga5() +o.toString +o=$.F.D$.z.h(0,o.r).gF() +o.toString +r=q.a +if(s.a(o).aK.a<=r){p=p.ga5() +p.toString +p=$.F.D$.z.h(0,p.r).gF() +p.toString +r=s.a(p).aK.b>=r +p=r}else p=!1 +return p}, +Kt(a,b,c){var s,r,q,p,o,n=this.a.y,m=n.ga5() +m.toString +m=$.F.D$.z.h(0,m.r).gF() +m.toString +s=t.E +r=s.a(m).l1(a) +if(c==null){m=n.ga5() +m.toString +m=$.F.D$.z.h(0,m.r).gF() +m.toString +q=s.a(m).aK}else q=c +m=r.a +s=q.c +p=q.d +o=q.pY(Math.abs(m-s)n +if(l&&p.c===n){s=j.ga5() +s.toString +j=j.ga5() +j.toString +s.fU(j.a.c.a.iq(A.ck(B.l,k.e.d,m,!1)),B.aK)}else if(!l&&m!==n&&p.c!==n){s=j.ga5() +s.toString +j=j.ga5() +j.toString +s.fU(j.a.c.a.iq(A.ck(B.l,k.e.c,m,!1)),B.aK)}else k.ty(r,B.aK)}, +aeL(a){if(this.d){this.d=!1 +this.e=null}}} +A.Ay.prototype={ +an(){return new A.DF(B.k)}} +A.DF.prototype={ +m(a){var s=this.d +if(s!=null)s.aA(0) +s=this.x +if(s!=null)s.aA(0) +this.aR(0)}, +a8b(a){var s=this +s.a.c.$1(a) +if(s.d!=null&&s.a4q(a.a)){s.a.as.$1(a) +s.d.aA(0) +s.e=s.d=null +s.f=!0}}, +a8d(a){var s=this +if(!s.f){s.a.w.$1(a) +s.e=a.a +s.d=A.bO(B.cn,s.ga_F())}s.f=!1}, +a89(){this.a.x.$0()}, +a1T(a){this.r=a +this.a.at.$1(a)}, +a1V(a){var s=this +s.w=a +if(s.x==null)s.x=A.bO(B.cZ,s.ga1W())}, +Id(){var s,r=this,q=r.a.ax,p=r.r +p.toString +s=r.w +s.toString +q.$2(p,s) +r.w=r.x=null}, +a1R(a){var s=this,r=s.x +if(r!=null){r.aA(0) +s.Id()}s.a.ay.$1(a) +s.w=s.r=s.x=null}, +a0D(a){var s=this.d +if(s!=null)s.aA(0) +this.d=null +s=this.a.d +if(s!=null)s.$1(a)}, +a0B(a){var s=this.a.e +if(s!=null)s.$1(a)}, +a2x(a){var s +if(!this.f){this.a.toString +s=!0}else s=!1 +if(s)this.a.y.$1(a)}, +a2v(a){var s +if(!this.f){this.a.toString +s=!0}else s=!1 +if(s)this.a.z.$1(a)}, +a2t(a){var s,r=this +if(!r.f){r.a.toString +s=!0}else s=!1 +if(s)r.a.Q.$1(a) +r.f=!1}, +a_G(){this.e=this.d=null}, +a4q(a){var s=this.e +if(s==null)return!1 +return a.a9(0,s).gcE()<=100}, +I(a,b){var s,r,q=this,p=A.z(t.n,t.xR) +p.n(0,B.ly,new A.cp(new A.agO(q),new A.agP(q),t.UN)) +q.a.toString +p.n(0,B.lx,new A.cp(new A.agQ(q),new A.agR(q),t.jn)) +q.a.toString +p.n(0,B.eO,new A.cp(new A.agS(q),new A.agT(q),t.YC)) +s=q.a +if(s.d!=null||s.e!=null)p.n(0,B.RG,new A.cp(new A.agU(q),new A.agV(q),t.C1)) +s=q.a +r=s.ch +return new A.ko(s.CW,p,r,!0,null,null)}} +A.agO.prototype={ +$0(){return A.a9g(this.a)}, +$S:140} +A.agP.prototype={ +$1(a){var s=this.a,r=s.a +a.ar=r.f +a.b5=r.r +a.y1=s.ga8a() +a.y2=s.ga8c() +a.a6=s.ga88()}, +$S:141} +A.agQ.prototype={ +$0(){return A.akN(this.a,null,B.bF,null,null)}, +$S:142} +A.agR.prototype={ +$1(a){var s=this.a +a.ok=s.ga2w() +a.p1=s.ga2u() +a.p3=s.ga2s()}, +$S:143} +A.agS.prototype={ +$0(){return A.aqd(this.a,A.bM([B.bG],t.C))}, +$S:148} +A.agT.prototype={ +$1(a){var s +a.Q=B.AV +s=this.a +a.at=s.ga1S() +a.ax=s.ga1U() +a.ay=s.ga1Q()}, +$S:149} +A.agU.prototype={ +$0(){return A.aBt(this.a)}, +$S:447} +A.agV.prototype={ +$1(a){var s=this.a,r=s.a +a.Q=r.d!=null?s.ga0C():null +a.ax=r.e!=null?s.ga0A():null}, +$S:448} +A.Eq.prototype={ +m(a){var s=this,r=s.cz$ +if(r!=null)r.K(0,s.gkh()) +s.cz$=null +s.aR(0)}, +bL(){this.cw() +this.ck() +this.ki()}} +A.tD.prototype={ +an(){return new A.RT(new A.d9(!0,$.b4()),B.k)}} +A.RT.prototype={ +bH(){var s,r=this +r.e9() +s=r.c +s.toString +r.d=A.aln(s) +r.KS()}, +b4(a){this.bu(a) +this.KS()}, +m(a){var s=this.e +s.y2$=$.b4() +s.y1$=0 +this.aR(0)}, +KS(){var s=this.d&&this.a.c +this.e.sl(0,s)}, +I(a,b){var s=this.e +return new A.u6(s.a,s,this.a.d,null)}} +A.u6.prototype={ +cZ(a){return this.f!==a.f}} +A.jn.prototype={ +v4(a){var s,r=this +r.ff$=new A.tC(a,null) +r.ck() +r.ki() +s=r.ff$ +s.toString +return s}, +ki(){var s=this.ff$ +if(s!=null)s.sDk(0,!this.cz$.a)}, +ck(){var s,r=this,q=r.c +q.toString +s=A.ark(q) +q=r.cz$ +if(s===q)return +if(q!=null)q.K(0,r.gkh()) +s.a2(0,r.gkh()) +r.cz$=s}} +A.cR.prototype={ +v4(a){var s,r=this +if(r.az$==null)r.ck() +if(r.bP$==null)r.bP$=A.aK(t.DH) +s=new A.Sr(r,a,null) +s.sDk(0,!r.az$.a) +r.bP$.E(0,s) +return s}, +dm(){var s,r,q,p=this.bP$ +if(p!=null){s=!this.az$.a +for(p=A.it(p,p.r),r=A.n(p).c;p.t();){q=p.d;(q==null?r.a(q):q).sDk(0,s)}}}, +ck(){var s,r=this,q=r.c +q.toString +s=A.ark(q) +q=r.az$ +if(s===q)return +if(q!=null)q.K(0,r.gda()) +s.a2(0,r.gda()) +r.az$=s}} +A.Sr.prototype={ +m(a){this.w.bP$.B(0,this) +this.FW(0)}} +A.M0.prototype={ +I(a,b){A.a9c(new A.UF(this.c,this.d.a)) +return this.e}} +A.vn.prototype={ +an(){return new A.B3(B.k)}} +A.B3.prototype={ +aB(){this.aS() +this.a.c.a2(0,this.gzg())}, +b4(a){var s,r,q=this +q.bu(a) +s=a.c +if(!q.a.c.k(0,s)){r=q.gzg() +s.K(0,r) +q.a.c.a2(0,r)}}, +m(a){this.a.c.K(0,this.gzg()) +this.aR(0)}, +a1w(){this.a4(new A.ab_())}, +I(a,b){return this.a.I(0,b)}} +A.ab_.prototype={ +$0(){}, +$S:0} +A.La.prototype={ +I(a,b){var s=this,r=t.so.a(s.c),q=r.gl(r) +if(s.e===B.ab)q=new A.m(-q.a,q.b) +return A.apq(s.r,s.f,q)}} +A.KF.prototype={ +I(a,b){var s,r,q=null,p=t.m.a(this.c) +p=p.gl(p) +s=p==null +r=s?q:p +if(r==null)r=1 +if(s)p=q +return new A.tF(A.In(r,p==null?1:p,1),B.M,!0,q,this.r,q)}} +A.Kx.prototype={ +I(a,b){var s=t.m.a(this.c) +return A.M3(B.M,s.gl(s)*3.141592653589793*2,this.r,null)}} +A.L_.prototype={ +I(a,b){var s=this,r=null,q=s.e,p=q===B.a3,o=s.f,n=p?new A.eI(-1,o):new A.eI(o,-1) +if(p){p=t.m.a(s.c) +p=Math.max(A.dc(p.gl(p)),0)}else p=r +if(q===B.as){q=t.m.a(s.c) +q=Math.max(A.dc(q.gl(q)),0)}else q=r +return A.VW(new A.dt(n,q,p,s.r,r),B.ai,r)}} +A.Ha.prototype={ +aJ(a){var s,r=null,q=new A.K3(r,r,r,r,r,A.aj()) +q.gau() +s=q.gaE() +q.CW=s +q.sb_(r) +q.sdK(0,this.e) +q.suE(this.f) +return q}, +aM(a,b){b.sdK(0,this.e) +b.suE(this.f)}} +A.GF.prototype={ +I(a,b){var s=this.e,r=s.a +return A.aoS(this.r,s.b.T(0,r.gl(r)),B.fx)}} +A.F4.prototype={ +I(a,b){return this.e.$2(b,this.f)}} +A.p2.prototype={ +aJ(a){var s=this,r=s.e,q=A.arC(a,r),p=s.y,o=A.aj() +if(p==null)p=250 +o=new A.zu(s.r,r,q,s.w,p,s.z,s.Q,o,0,null,null,A.aj()) +o.gau() +o.CW=!0 +o.P(0,null) +r=o.U$ +if(r!=null)o.dH=r +return o}, +aM(a,b){var s=this,r=s.e +b.sik(r) +r=A.arC(a,r) +b.sabd(r) +b.sa9C(s.r) +b.sbJ(0,s.w) +b.saa2(s.y) +b.saa3(s.z) +b.sip(s.Q)}, +c_(a){return new A.So(A.cg(t.u),this,B.a8)}} +A.So.prototype={ +gF(){return t.E1.a(A.fy.prototype.gF.call(this))}, +fk(a,b){var s=this +s.a7=!0 +s.SZ(a,b) +s.KM() +s.a7=!1}, +bc(a,b){var s=this +s.a7=!0 +s.T1(0,b) +s.KM() +s.a7=!1}, +KM(){var s,r=this,q=r.f +q.toString +t.Dg.a(q) +q=r.ghk(r) +s=t.E1 +if(!q.gS(q)){q=s.a(A.fy.prototype.gF.call(r)) +s=r.ghk(r) +q.saU(t.IT.a(s.gJ(s).gF())) +r.q=0}else{s.a(A.fy.prototype.gF.call(r)).saU(null) +r.q=null}}, +iE(a,b){var s=this +s.SY(a,b) +if(!s.a7&&b.b===s.q)t.E1.a(A.fy.prototype.gF.call(s)).saU(t.IT.a(a))}, +iM(a,b,c){this.T_(a,b,c)}, +iS(a,b){var s=this +s.T0(a,b) +if(!s.a7&&t.E1.a(A.fy.prototype.gF.call(s)).dH===a)t.E1.a(A.fy.prototype.gF.call(s)).saU(null)}} +A.Tj.prototype={} +A.Tk.prototype={} +A.kK.prototype={ +uI(a,b,c,d){var s,r=this.a,q=r!=null +if(q)b.kR(0,r.rQ(d)) +c.toString +s=c[b.gOM()] +r=s.a +b.uy(0,r.a,r.b,this.b,s.d,s.c,d) +if(q)b.dh(0)}, +bb(a){return a.$1(this)}, +EG(a,b){var s=b.a +if(a.a===s)return this +b.a=s+1 +return null}, +M_(a,b){++b.a +return 65532}, +aW(a,b){var s,r,q,p,o,n=this +if(n===b)return B.bH +if(A.C(b)!==A.C(n))return B.aV +s=n.a +r=s==null +q=b.a +if(r!==(q==null))return B.aV +t.a7.a(b) +if(!n.e.oJ(0,b.e)||n.b!==b.b)return B.aV +if(!r){q.toString +p=s.aW(0,q) +o=p.a>0?p:B.bH +if(o===B.aV)return o}else o=B.bH +return o}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.W(b)!==A.C(s))return!1 +if(!s.FE(0,b))return!1 +return b instanceof A.kK&&b.e.oJ(0,s.e)&&b.b===s.b&&!0}, +gv(a){var s=this +return A.a3(A.f6.prototype.gv.call(s,s),s.e,s.b,s.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.a0U.prototype={} +A.K0.prototype={ +vx(a,b,c){return this.acT(a,b,c)}, +acT(a,b,c){var s=0,r=A.P(t.H),q=1,p,o=[],n=this,m,l,k,j,i,h,g +var $async$vx=A.Q(function(d,e){if(d===1){p=e +s=q}while(true)switch(s){case 0:h=null +q=3 +m=n.a.h(0,a) +s=m!=null?6:7 +break +case 6:s=8 +return A.U(m.$1(b),$async$vx) +case 8:h=e +case 7:o.push(5) +s=4 +break +case 3:q=2 +g=p +l=A.a9(g) +k=A.aB(g) +i=A.bi("during a framework-to-plugin message") +A.cV(new A.bs(l,k,"flutter web plugins",i,null,!1)) +o.push(5) +s=4 +break +case 2:o=[1] +case 4:q=1 +if(c!=null)c.$1(h) +s=o.pop() +break +case 5:return A.N(null,r) +case 1:return A.M(p,r)}}) +return A.O($async$vx,r)}, +rY(a,b,c){var s=new A.a4($.a5,t.gg) +$.ER().OW(b,c,new A.a4J(new A.aI(s,t.yB))) +return s}, +xd(a,b){var s=this.a +if(b==null)s.B(0,a) +else s.n(0,a,b)}} +A.a4J.prototype={ +$1(a){var s,r,q,p +try{this.a.c3(0,a)}catch(q){s=A.a9(q) +r=A.aB(q) +p=A.bi("during a plugin-to-framework message") +A.cV(new A.bs(s,r,"flutter web plugins",p,null,!1))}}, +$S:17} +A.a3L.prototype={} +A.AH.prototype={ +i(a){return"Toast."+this.b}} +A.Hn.prototype={ +Cz(a){return this.ad0(a)}, +ad0(a){var s=0,r=A.P(t.z),q,p,o,n,m,l,k,j,i,h,g,f,e,d,c +var $async$Cz=A.Q(function(b,a0){if(b===1)return A.M(a0,r) +while(true)$async$outer:switch(s){case 0:c=a.a +switch(c){case"showToast":c=a.b +p=J.ay(c) +o=p.h(c,"msg") +n=J.f(p.h(c,"gravity"),"top")||J.f(p.h(c,"gravity"),"bottom")?p.h(c,"gravity"):"top" +m=p.h(c,"webPosition") +if(m==null)m="right" +l=p.h(c,"webBgColor") +if(l==null)l=u.P +k=p.h(c,"textcolor") +j=p.h(c,"time")==null?3000:A.fM(J.bY(p.h(c,"time")),null)*1000 +i=p.h(c,"webShowClose") +if(i==null)i=!1 +c=A.fO(o,"'","\\'") +h=A.fO(c,"\n","
") +c=document +g=c.querySelector("#toast-content") +if(c.querySelector("#toast-content")!=null){g.toString +J.cb(g)}f=c.createElement("script") +f.id="toast-content" +B.KY.F7(f," var toastElement = Toastify({\n text: '"+h+"',\n gravity: '"+A.e(n)+"',\n position: '"+m+"',\n duration: "+j+",\n close: "+A.e(i)+',\n backgroundColor: "'+l+'",\n });\n toastElement.showToast();\n ') +p=c.querySelector("head") +p.toString +J.U3(p).E(0,f) +if(k!=null){c=c.querySelector(".toastify") +c.toString +e=B.f.iX(k,16) +p=B.b.bU(e,2) +d=B.b.N(e,0,2) +c=c.style +B.h.ao(c,B.h.X(c,"color"),"#"+(p+d),null)}q=!0 +s=1 +break $async$outer +default:throw A.c(A.a3D("Unimplemented","The fluttertoast plugin for web doesn't implement the method '"+c+"'",null,null))}case 1:return A.N(q,r)}}) +return A.O($async$Cz,r)}, +vN(){var s=0,r=A.P(t.H),q,p,o,n,m,l +var $async$vN=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:o=A.b([],t.mo) +n=A.b([],t._B) +m=document +l=m.createElement("link") +l.id="toast-css" +q=t.N +B.Cm.sBf(l,A.az(["rel","stylesheet"],q,q)) +l.href="assets/packages/fluttertoast/assets/toastify.css" +n.push(l) +p=m.createElement("script") +p.async=!0 +p.src="assets/packages/fluttertoast/assets/toastify.js" +q=new A.pb(p,"load",!1,t.TV) +o.push(q.gJ(q)) +n.push(p) +m=m.querySelector("head") +m.toString +J.U3(m).P(0,n) +s=2 +return A.U(A.nD(o,t.H),$async$vN) +case 2:return A.N(null,r)}}) +return A.O($async$vN,r)}} +A.vR.prototype={} +A.Vx.prototype={ +$1(a){return a.toLowerCase()}, +$S:41} +A.y1.prototype={ +i(a){var s=new A.by(""),r=""+this.a +s.a=r +r+="/" +s.a=r +s.a=r+this.b +this.c.a.Y(0,new A.a20(s)) +r=s.a +return r.charCodeAt(0)==0?r:r}} +A.a1Z.prototype={ +$0(){var s,r,q,p,o,n,m,l,k,j,i=this.a,h=new A.a9_(null,i),g=$.aww() +h.wZ(g) +s=$.awu() +h.qk(s) +r=h.gD6().h(0,0) +r.toString +h.qk("/") +h.qk(s) +q=h.gD6().h(0,0) +q.toString +h.wZ(g) +p=t.N +o=A.z(p,p) +while(!0){n=h.d=B.b.nP(";",i,h.c) +m=h.e=h.c +l=n!=null +n=l?h.e=h.c=n.gaO(n):m +if(!l)break +n=h.d=g.nP(0,i,n) +h.e=h.c +if(n!=null)h.e=h.c=n.gaO(n) +h.qk(s) +if(h.c!==h.e)h.d=null +n=h.d.h(0,0) +n.toString +h.qk("=") +m=h.d=s.nP(0,i,h.c) +k=h.e=h.c +l=m!=null +if(l){m=h.e=h.c=m.gaO(m) +k=m}else m=k +if(l){if(m!==k)h.d=null +m=h.d.h(0,0) +m.toString +j=m}else j=A.aHS(h) +m=h.d=g.nP(0,i,h.c) +h.e=h.c +if(m!=null)h.e=h.c=m.gaO(m) +o.n(0,n,j)}h.acc() +i=A.aAc(o,p) +return new A.y1(r.toLowerCase(),q.toLowerCase(),new A.kI(i,t.G5))}, +$S:450} +A.a20.prototype={ +$2(a,b){var s,r,q=this.a +q.a+="; "+a+"=" +s=$.awr().b +s=s.test(b) +r=q.a +if(s){q.a=r+'"' +s=q.a+=A.aul(b,$.avI(),new A.a2_(),null) +q.a=s+'"'}else q.a=r+b}, +$S:82} +A.a2_.prototype={ +$1(a){return"\\"+A.e(a.h(0,0))}, +$S:157} +A.aiY.prototype={ +$1(a){var s=a.h(0,1) +s.toString +return s}, +$S:157} +A.HY.prototype={ +zj(a){return this.a2z(a)}, +a2z(a){var s=0,r=A.P(t.z),q,p=this,o +var $async$zj=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)$async$outer:switch(s){case 0:A.ej("| JPUSH | Flutter | _handleMethod:") +switch(a.a){case"onReceiveNotification":o=p.c +o.toString +q=o.$1(J.pO(a.b,t.N,t.z)) +s=1 +break $async$outer +case"onOpenNotification":o=p.d +o.toString +q=o.$1(J.pO(a.b,t.N,t.z)) +s=1 +break $async$outer +case"onReceiveMessage":o=p.e +o.toString +q=o.$1(J.pO(a.b,t.N,t.z)) +s=1 +break $async$outer +case"onReceiveNotificationAuthorization":o=p.f +o.toString +q=o.$1(J.pO(a.b,t.N,t.z)) +s=1 +break $async$outer +case"onNotifyMessageUnShow":o=p.r +o.toString +q=o.$1(J.pO(a.b,t.N,t.z)) +s=1 +break $async$outer +default:throw A.c(A.R("Unrecognized Event"))}case 1:return A.N(q,r)}}) +return A.O($async$zj,r)}, +rO(){var s=0,r=A.P(t.N),q,p=this +var $async$rO=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:A.ej("| JPUSH | Flutter | getRegistrationID:") +s=3 +return A.U(p.a.hG("getRegistrationID",null,!1,t.z),$async$rO) +case 3:q=b +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$rO,r)}} +A.WO.prototype={} +A.a1w.prototype={} +A.a1x.prototype={} +A.a1D.prototype={} +A.e5.prototype={ +i(a){return"Level."+this.b}} +A.a1E.prototype={ +ht(a,b,c,d){if(a===B.nq)throw A.c(A.b5("Log events cannot have Level.nothing",null))}} +A.Wa.prototype={} +A.a3Z.prototype={ +Xu(a,b,c,d,e,f,g,h,i){var s,r,q,p,o,n=this +if($.aqo==null)$.aqo=new A.dh(Date.now(),!1) +s=new A.by("") +r=new A.by("") +for(q=0,p="",o="";q<119;++q){p+="\u2500" +s.a=p +o+="\u2504" +r.a=o}n.z="\u250c"+s.i(0) +n.Q="\u251c"+r.i(0) +n.as="\u2514"+s.i(0) +A.ca(n.y,"includeBox") +n.y=A.z(t.KM,t.y) +B.c.Y(B.EQ,new A.a4_(n)) +B.tF.Y(0,new A.a40(n))}} +A.a4_.prototype={ +$1(a){J.cU(A.a(this.a.y,"includeBox"),a,!0) +return!0}, +$S:452} +A.a40.prototype={ +$2(a,b){var s=!b +J.cU(A.a(this.a.y,"includeBox"),a,s) +return s}, +$S:453} +A.a38.prototype={} +A.a39.prototype={} +A.We.prototype={ +a9i(a,b){var s,r,q=t._m +A.atb("absolute",A.b([b,null,null,null,null,null,null],q)) +s=this.a +s=s.fp(b)>0&&!s.kI(b) +if(s)return b +s=this.b +r=A.b([s==null?A.atr():s,b,null,null,null,null,null,null],q) +A.atb("join",r) +return this.ae8(new A.fL(r,t.Ri))}, +ae8(a){var s,r,q,p,o,n,m,l,k +for(s=a.ga1(a),r=new A.p4(s,new A.Wg()),q=this.a,p=!1,o=!1,n="";r.t();){m=s.gH(s) +if(q.kI(m)&&o){l=A.Ji(m,q) +k=n.charCodeAt(0)==0?n:n +n=B.b.N(k,0,q.og(k,!0)) +l.b=n +if(q.qV(n))l.e[0]=q.gms() +n=""+l.i(0)}else if(q.fp(m)>0){o=!q.kI(m) +n=""+m}else{if(!(m.length!==0&&q.Bx(m[0])))if(p)n+=q.gms() +n+=m}p=q.qV(m)}return n.charCodeAt(0)==0?n:n}, +t5(a,b){var s=A.Ji(b,this.a),r=s.d,q=A.af(r).j("av<1>") +q=A.ap(new A.av(r,new A.Wh(),q),!0,q.j("q.E")) +s.d=q +r=s.b +if(r!=null)B.c.kE(q,0,r) +return s.d}, +Dn(a,b){var s +if(!this.a4Z(b))return b +s=A.Ji(b,this.a) +s.Dm(0) +return s.i(0)}, +a4Z(a){var s,r,q,p,o,n,m,l,k=this.a,j=k.fp(a) +if(j!==0){if(k===$.TM())for(s=0;s0)return o.Dn(0,a) +if(m.fp(a)<=0||m.kI(a))a=o.a9i(0,a) +if(m.fp(a)<=0&&m.fp(s)>0)throw A.c(A.aqf(n+a+'" from "'+s+'".')) +r=A.Ji(s,m) +r.Dm(0) +q=A.Ji(a,m) +q.Dm(0) +l=r.d +if(l.length!==0&&J.f(l[0],"."))return q.i(0) +l=r.b +p=q.b +if(l!=p)l=l==null||p==null||!m.DB(l,p) +else l=!1 +if(l)return q.i(0) +while(!0){l=r.d +if(l.length!==0){p=q.d +l=p.length!==0&&m.DB(l[0],p[0])}else l=!1 +if(!l)break +B.c.eW(r.d,0) +B.c.eW(r.e,1) +B.c.eW(q.d,0) +B.c.eW(q.e,1)}l=r.d +if(l.length!==0&&J.f(l[0],".."))throw A.c(A.aqf(n+a+'" from "'+s+'".')) +l=t.N +B.c.qH(q.d,0,A.b7(r.d.length,"..",!1,l)) +p=q.e +p[0]="" +B.c.qH(p,1,A.b7(r.d.length,m.gms(),!1,l)) +m=q.d +l=m.length +if(l===0)return"." +if(l>1&&J.f(B.c.gR(m),".")){B.c.eX(q.d) +m=q.e +m.pop() +m.pop() +m.push("")}q.b="" +q.Pi() +return q.i(0)}, +OU(a){var s,r,q=this,p=A.asY(a) +if(p.gd6()==="file"&&q.a===$.EP())return p.i(0) +else if(p.gd6()!=="file"&&p.gd6()!==""&&q.a!==$.EP())return p.i(0) +s=q.Dn(0,q.a.DA(A.asY(p))) +r=q.ag0(s) +return q.t5(0,r).length>q.t5(0,s).length?s:r}} +A.Wg.prototype={ +$1(a){return a!==""}, +$S:21} +A.Wh.prototype={ +$1(a){return a.length!==0}, +$S:21} +A.aiA.prototype={ +$1(a){return a==null?"null":'"'+a+'"'}, +$S:454} +A.nV.prototype={ +QE(a){var s=this.fp(a) +if(s>0)return B.b.N(a,0,s) +return this.kI(a)?a[0]:null}, +DB(a,b){return a===b}} +A.a3l.prototype={ +Pi(){var s,r,q=this +while(!0){s=q.d +if(!(s.length!==0&&J.f(B.c.gR(s),"")))break +B.c.eX(q.d) +q.e.pop()}s=q.e +r=s.length +if(r!==0)s[r-1]=""}, +Dm(a){var s,r,q,p,o,n,m=this,l=A.b([],t.s) +for(s=m.d,r=s.length,q=0,p=0;p0){r=B.b.iC(a,"\\",r+1) +if(r>0)return r}return q}if(q<3)return 0 +if(!A.atQ(s))return 0 +if(B.b.ad(a,1)!==58)return 0 +q=B.b.ad(a,2) +if(!(q===47||q===92))return 0 +return 3}, +fp(a){return this.og(a,!1)}, +kI(a){return this.fp(a)===1}, +DA(a){var s,r +if(a.gd6()!==""&&a.gd6()!=="file")throw A.c(A.b5("Uri "+a.i(0)+" must have scheme 'file:'.",null)) +s=a.ge4(a) +if(a.giB(a)===""){if(s.length>=3&&B.b.bl(s,"/")&&A.atS(s,1))s=B.b.Pm(s,"/","")}else s="\\\\"+a.giB(a)+s +r=A.fO(s,"/","\\") +return A.alR(r,0,r.length,B.z,!1)}, +aat(a,b){var s +if(a===b)return!0 +if(a===47)return b===92 +if(a===92)return b===47 +if((a^b)!==32)return!1 +s=a|32 +return s>=97&&s<=122}, +DB(a,b){var s,r +if(a===b)return!0 +s=a.length +if(s!==b.length)return!1 +for(r=0;r>>0;++s.b}, +$iV:1, +$iq:1, +$ix:1} +A.Q6.prototype={} +A.ro.prototype={ +gp(a){return this.b.length}, +mg(a,b){var s,r,q +for(s=this.b,r=s.length,q=0;q>>0}return A.JR(h,0)}, +Or(a){var s,r,q,p=this.a,o=p.length,n=a.a,m=n.length +if(o-m<0)return this +s=A.atO(p[0])-A.atO(n[0]) +r=new Uint8Array(o) +for(q=0;q>>0}return A.JR(r,0).Or(a)}} +A.a4a.prototype={ +Xw(a,b){var s,r,q,p,o=this +A.al4(o.a,1,40,"typeNumber") +A.aqB(o.b,B.Cv,"errorCorrectLevel",null) +for(s=o.c,r=o.d,q=t.X7,p=0;p=0){s=this.c +s=s<=a||b<0||s<=b}else s=!0 +if(s)throw A.c(A.b5(""+a+" , "+b,null)) +s=this.d[a][b] +s.toString +return s}, +Ab(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g +for(s=this.d,r=this.c,q=-1;q<=7;++q){p=a+q +if(p<=-1||r<=p)continue +for(o=0<=q,n=q<=6,m=q!==0,l=q===6,k=2<=q,j=q<=4,i=-1;i<=7;++i){h=b+i +if(h<=-1||r<=h)continue +if(o)if(n)g=i===0||i===6 +else g=!1 +else g=!1 +if(!g){if(0<=i)if(i<=6)g=!m||l +else g=!1 +else g=!1 +if(!g)g=k&&j&&2<=i&&i<=4 +else g=!0}else g=!0 +if(g)s[p][h]=!0 +else s[p][h]=!1}}}, +a0O(){var s,r,q,p +for(s=0,r=0,q=0;q<8;++q){this.IQ(!0,q) +p=A.aGE(this) +if(q===0||s>p){r=q +s=p}}return r}, +a7n(){var s,r,q,p,o +for(s=this.c-8,r=this.d,q=8;q>>0) +for(s=this.d,r=this.c,q=r-15,p=!a,o=0;o<15;++o){n=p&&(B.f.ke(m,o)&1)===1 +if(o<6)s[o][8]=n +else if(o<8)s[o+1][8]=n +else s[q+o][8]=n}for(o=0;o<15;++o){n=p&&(B.f.ke(m,o)&1)===1 +if(o<8)s[8][r-o-1]=n +else{q=15-o-1 +if(o<9)s[8][q+1]=n +else s[8][q]=n}}s[r-8][8]=p}, +a4G(a,b){var s,r,q,p,o,n,m,l,k,j=this.c,i=j-1 +for(s=this.d,r=i,q=-1,p=7,o=0;r>0;r-=2){if(r===6)--r +for(;!0;){for(n=0;n<2;++n){m=r-n +if(s[i][m]==null){l=o=7)q.a7p(a) +r=q.e +q.a4G(r==null?q.e=A.aFP(s,q.b,q.f):r,b)}} +A.JS.prototype={} +A.a3d.prototype={ +GB(a,b){var s=b!=null?"FinderPatternPosition."+b.b:"any" +return"QrCodeElement."+a.b+":"+s}, +aa1(a,b,c,d){if(c===B.eD)this.a.push(b) +else this.b.n(0,this.GB(c,d),b)}, +LU(a,b,c){return this.aa1(a,b,c,null)}, +vs(a,b){if(a===B.eD)return B.c.gJ(this.a) +else return this.b.h(0,this.GB(a,b))}, +acw(a){return this.vs(a,null)}} +A.yV.prototype={ +an(){return new A.Q7(B.k)}} +A.Q7.prototype={ +I(a,b){var s=this,r="_validationResult",q=A.aD1(s.a.c,1,-1) +s.e=q +if(A.a(q,r).a===B.l3)s.d=A.a(s.e,r).b +else s.d=null +return new A.I9(new A.aft(s),null)}, +a6b(a,b,c){var s,r,q=null,p=this.d +p.toString +this.a.toString +s=p.a +r=new A.yW(s,p.b,q,!0,b,q,B.xg,B.xf,p,new A.a3d(A.b([],t.n9),A.z(t.N,t.Q2)),q) +A.ca($,"_calcVersion") +r.Q=s +r.a46() +this.a.toString +return new A.CH(c,B.S,B.mY,A.iM(q,q,q,r,B.o),"qr code",q)}, +a02(a,b,c){var s,r=null,q=this.a +q.toString +s=A.cd(r,r,r,r,r,r,r,r,r) +return new A.CH(q.y,B.S,B.mY,s,"qr code",r)}} +A.aft.prototype={ +$2(a,b){var s,r="_validationResult",q=this.a +if(A.a(q.e,r).a!==B.l3)return q.a02(a,b,A.a(q.e,r).c) +s=q.a.y +q=q.a6b(a,null,s) +return q}, +$S:455} +A.CH.prototype={ +I(a,b){var s=this,r=null,q=s.c +return A.bq(r,A.cd(r,new A.cr(s.e,s.f,r),s.d,r,r,q,r,r,q),!1,r,r,!1,r,r,r,r,s.r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r)}} +A.yW.prototype={ +a46(){var s,r,q,p="FinderPatternPosition.",o=this.at,n=$.aJ(),m=n?A.aT():new A.aO(new A.aQ()) +m.scj(0,B.aq) +o.LU(0,m,B.eD) +m=n?A.aT():new A.aO(new A.aQ()) +m.scj(0,B.aq) +o.LU(0,m,B.KC) +for(s=0;s<3;++s){r=B.Ew[s] +m=n?A.aT():new A.aO(new A.aQ()) +m.scj(0,B.U) +q=o.b +q.n(0,"QrCodeElement.finderPatternOuter:"+(p+r.b),m) +m=n?A.aT():new A.aO(new A.aQ()) +m.scj(0,B.U) +q.n(0,"QrCodeElement.finderPatternInner:"+(p+r.b),m) +m=n?A.aT():new A.aO(new A.aQ()) +m.scj(0,B.aq) +q.n(0,"QrCodeElement.finderPatternDot:"+(p+r.b),m)}}, +aH(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=this,a5="_pixelSize",a6="_innerContentSize",a7="_inset" +if(a9.gdR()===0){A.ej("[QR] WARN: width or height is zero. You should set a 'size' value or nest this painter in a Widget that defines a non-zero size") +return}s=a9.gdR() +r=a4.z +q=r.c +p=new A.afh(q,s,0) +o=(q-1)*0 +n=B.e.wt((s-o)/q*2)/2 +A.ca($,a5) +p.d=n +n=A.a(n,a5)*q+o +A.ca($,a6) +p.e=n +n=A.a(n,a6) +A.ca($,a7) +p.f=(s-n)/2 +a4.yU(B.fJ,a8,p) +a4.yU(B.fK,a8,p) +a4.yU(B.n5,a8,p) +m=a4.at.acw(B.eD) +m.sae(0,B.n) +for(s=q-7,l=0;l=s,i=0;i=s&&k +if(h||g||f)continue +e=r.cN(i,l)?m:null +if(e==null)continue +d=A.a(p.f,a7)+l*(A.a(p.d,a5)+0) +c=A.a(p.f,a7)+i*(A.a(p.d,a5)+0) +n=a4.a3X(l,i,q) +b=n?0.5:0 +n=a4.a3Y(l,i,q) +a=n?0.5:0 +a8.c8(0,new A.w(d,c,d+(A.a(p.d,a5)+b),c+(A.a(p.d,a5)+a)),e)}s=a4.r +if(s!=null){r=s.gaQ(s) +q=s.gbk(s) +a0=a4.a70(a9,new A.L(r,q),null) +r=a0.a +q=(a9.a-r)/2 +n=a0.b +a1=(a9.b-n)/2 +e=$.aJ()?A.aT():new A.aO(new A.aQ()) +e.sqI(!0) +e.skz(B.fI) +a2=s.gaQ(s) +a3=s.gbk(s) +a8.hP(s,B.M.CP(new A.L(a2,a3),new A.w(0,0,a2,a3)),B.M.CP(a0,new A.w(q,a1,q+r,a1+n)),e)}}, +a3Y(a,b,c){var s=b+1 +if(s>=c)return!1 +return this.z.cN(s,a)}, +a3X(a,b,c){var s=a+1 +if(s>=c)return!1 +return this.z.cN(b,s)}, +yU(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g="_pixelSize",f="_inset",e=7*A.a(a0.d,g)+6*a0.c-A.a(a0.d,g),d=A.a(a0.d,g)/2,c=A.a(a0.f,f)+A.a(a0.e,"_innerContentSize")-(e+d) +if(a===B.fJ)s=new A.m(A.a(a0.f,f)+d,A.a(a0.f,f)+d) +else{r=a0.f +s=a===B.fK?new A.m(A.a(r,f)+d,c):new A.m(c,A.a(r,f)+d)}r=this.at +q=r.vs(B.Kz,a) +q.toString +q.sf5(A.a(a0.d,g)) +q.sae(0,B.n) +p=r.vs(B.KA,a) +p.toString +p.sf5(A.a(a0.d,g)) +p.sae(0,new A.E(16777215)) +o=r.vs(B.KB,a) +o.sae(0,B.n) +r=s.a +n=s.b +m=e-2*A.a(a0.d,g) +l=r+A.a(a0.d,g) +k=n+A.a(a0.d,g) +j=e-A.a(a0.d,g)*2-2*d +i=r+A.a(a0.d,g)+d +h=n+A.a(a0.d,g)+d +b.c8(0,new A.w(r,n,r+e,n+e),q) +b.c8(0,new A.w(l,k,l+m,k+m),p) +b.c8(0,new A.w(i,h,i+j,h+j),o)}, +a70(a,b,c){var s=0.25*a.gdR()/b.gOj() +return new A.L(s*b.a,s*b.b)}, +ew(a){var s,r=this,q="_calcVersion" +if(a instanceof A.yW){if(r.c===a.c)if(A.a(r.Q,q)===A.a(a.Q,q))if(r.z===a.z)if(r.r==a.r)s=!r.x.k(0,a.x)||!r.y.k(0,a.y) +else s=!0 +else s=!0 +else s=!0 +else s=!0 +return s}return!0}} +A.afh.prototype={} +A.lX.prototype={ +i(a){return"QrCodeElement."+this.b}} +A.nq.prototype={ +i(a){return"FinderPatternPosition."+this.b}} +A.JP.prototype={ +i(a){return"QrEyeShape."+this.b}} +A.JN.prototype={ +i(a){return"QrDataModuleShape."+this.b}} +A.JQ.prototype={ +gv(a){return(A.e7(B.KE)^B.f.gv(4278190080))>>>0}, +k(a,b){var s +if(b==null)return!1 +if(b instanceof A.JQ){s=B.n.k(0,B.n) +return s}return!1}} +A.JO.prototype={ +gv(a){return(A.e7(B.KD)^B.f.gv(4278190080))>>>0}, +k(a,b){var s +if(b==null)return!1 +if(b instanceof A.JO){s=B.n.k(0,B.n) +return s}return!1}} +A.yX.prototype={} +A.rp.prototype={ +i(a){return"QrValidationStatus."+this.b}} +A.rP.prototype={ +pu(a,b,c){A.fU(c,"value") +J.cU(this.a,b,c) +return $.amN().l8(a,"flutter."+b,c)}} +A.a22.prototype={ +l8(a,b,c){return this.Rg(a,b,c)}, +Rg(a,b,c){var s=0,r=A.P(t.y),q,p +var $async$l8=A.Q(function(d,e){if(d===1)return A.M(e,r) +while(true)switch(s){case 0:s=3 +return A.U(B.tL.hG("set"+a,A.az(["key",b,"value",c],t.N,t.z),!1,t.y),$async$l8) +case 3:p=e +p.toString +q=p +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$l8,r)}, +kZ(a){var s=0,r=A.P(t.nf),q,p,o,n +var $async$kZ=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:p=t.N +o=t.K +s=3 +return A.U(B.tL.vP("getAll",p,o),$async$kZ) +case 3:n=c +if(n==null){q=A.z(p,o) +s=1 +break}q=n +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$kZ,r)}} +A.a7c.prototype={} +A.a7a.prototype={ +kZ(a){var s=0,r=A.P(t.nf),q,p=this,o,n,m,l,k +var $async$kZ=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:k=A.z(t.N,t.K) +for(o=p.ga7U(),n=J.aw(o.a),o=new A.p4(n,o.b);o.t();){m=n.gH(n) +l=window.localStorage.getItem(m) +l.toString +k.n(0,m,p.a_j(l))}q=k +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$kZ,r)}, +l8(a,b,c){return this.Rh(a,b,c)}, +Rh(a,b,c){var s=0,r=A.P(t.y),q +var $async$l8=A.Q(function(d,e){if(d===1)return A.M(e,r) +while(true)switch(s){case 0:if(!B.b.bl(b,"flutter."))A.K(A.c6('Shared preferences keys must start with prefix "flutter.".',b,0)) +window.localStorage.setItem(b,B.at.lM(c)) +q=!0 +s=1 +break +case 1:return A.N(q,r)}}) +return A.O($async$l8,r)}, +ga7U(){var s=B.MJ.gba(window.localStorage) +return new A.av(s,new A.a7b(),A.af(s).j("av<1>"))}, +a_j(a){var s=B.at.ds(0,a) +if(t.j.b(s))return J.pN(s,t.N) +s.toString +return s}} +A.a7b.prototype={ +$1(a){return B.b.bl(a,"flutter.")}, +$S:21} +A.a8C.prototype={ +gp(a){return this.c.length}, +gaeg(a){return this.b.length}, +XM(a,b){var s,r,q,p,o,n +for(s=this.c,r=s.length,q=this.b,p=0;p=r||s[n]!==10)o=10}if(o===10)q.push(p+1)}}, +oo(a){var s,r=this +if(a<0)throw A.c(A.dz("Offset may not be negative, was "+a+".")) +else if(a>r.c.length)throw A.c(A.dz("Offset "+a+u.D+r.gp(r)+".")) +s=r.b +if(a=B.c.gR(s))return s.length-1 +if(r.a4n(a)){s=r.d +s.toString +return s}return r.d=r.a0h(a)-1}, +a4n(a){var s,r,q=this.d +if(q==null)return!1 +s=this.b +if(a=r-1||a=r-2||aa)p=r +else s=r+1}return p}, +wM(a){var s,r,q=this +if(a<0)throw A.c(A.dz("Offset may not be negative, was "+a+".")) +else if(a>q.c.length)throw A.c(A.dz("Offset "+a+" must be not be greater than the number of characters in the file, "+q.gp(q)+".")) +s=q.oo(a) +r=q.b[s] +if(r>a)throw A.c(A.dz("Line "+s+" comes after offset "+a+".")) +return a-r}, +l0(a){var s,r,q,p,o=this +if(a<0)throw A.c(A.dz("Line may not be negative, was "+a+".")) +else{s=o.b +r=s.length +if(a>=r)throw A.c(A.dz("Line "+a+" must be less than the number of lines in the file, "+o.gaeg(o)+"."))}q=s[a] +if(q<=o.c.length){p=a+1 +s=p=s[p]}else s=!0 +if(s)throw A.c(A.dz("Line "+a+" doesn't have 0 columns.")) +return q}} +A.Hd.prototype={ +gci(){return this.a.a}, +gcI(a){return this.a.oo(this.b)}, +gdc(){return this.a.wM(this.b)}, +gbJ(a){return this.b}} +A.BD.prototype={ +gci(){return this.a.a}, +gp(a){return this.c-this.b}, +gb8(a){return A.aku(this.a,this.b)}, +gaO(a){return A.aku(this.a,this.c)}, +gcd(a){return A.tj(B.hA.bG(this.a.c,this.b,this.c),0,null)}, +gaP(a){var s=this,r=s.a,q=s.c,p=r.oo(q) +if(r.wM(q)===0&&p!==0){if(q-s.b===0)return p===r.b.length-1?"":A.tj(B.hA.bG(r.c,r.l0(p),r.l0(p+1)),0,null)}else q=p===r.b.length-1?r.c.length:r.l0(p+1) +return A.tj(B.hA.bG(r.c,r.l0(r.oo(s.b)),q),0,null)}, +aW(a,b){var s +if(!(b instanceof A.BD))return this.U2(0,b) +s=B.f.aW(this.b,b.b) +return s===0?B.f.aW(this.c,b.c):s}, +k(a,b){var s=this +if(b==null)return!1 +if(!t.GH.b(b))return s.U1(0,b) +return s.b===b.b&&s.c===b.c&&J.f(s.a.a,b.a.a)}, +gv(a){return A.a3(this.b,this.c,this.a.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +$iapj:1, +$iky:1} +A.a_t.prototype={ +ado(a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2=null,a3=a1.a +a1.Lq(B.c.gJ(a3).c) +s=a1.e +r=A.b7(s,a2,!1,t.Xk) +for(q=a1.r,s=s!==0,p=a1.b,o=0;o0){m=a3[o-1] +l=m.c +k=n.c +if(!J.f(l,k)){a1.ut("\u2575") +q.a+="\n" +a1.Lq(k)}else if(m.b+1!==n.b){a1.a9f("...") +q.a+="\n"}}for(l=n.d,k=new A.ci(l,A.af(l).j("ci<1>")),k=new A.cN(k,k.gp(k)),j=A.n(k).c,i=n.b,h=n.a;k.t();){g=k.d +if(g==null)g=j.a(g) +f=g.a +e=f.gb8(f) +e=e.gcI(e) +d=f.gaO(f) +if(e!==d.gcI(d)){e=f.gb8(f) +f=e.gcI(e)===i&&a1.a4o(B.b.N(h,0,f.gb8(f).gdc()))}else f=!1 +if(f){c=B.c.eJ(r,a2) +if(c<0)A.K(A.b5(A.e(r)+" contains no null elements.",a2)) +r[c]=g}}a1.a9e(i) +q.a+=" " +a1.a9d(n,r) +if(s)q.a+=" " +b=B.c.NP(l,new A.a_O()) +a=b===-1?a2:l[b] +k=a!=null +if(k){j=a.a +g=j.gb8(j) +g=g.gcI(g)===i?j.gb8(j).gdc():0 +f=j.gaO(j) +a1.a9b(h,g,f.gcI(f)===i?j.gaO(j).gdc():h.length,p)}else a1.uv(h) +q.a+="\n" +if(k)a1.a9c(n,a,r) +for(k=l.length,a0=0;a0")) +return s.gp(s)}, +$S:457} +A.a_u.prototype={ +$1(a){var s=a.a,r=s.gb8(s) +r=r.gcI(r) +s=s.gaO(s) +return r!==s.gcI(s)}, +$S:98} +A.a_w.prototype={ +$1(a){return a.c}, +$S:459} +A.a_y.prototype={ +$1(a){var s=a.a.gci() +return s==null?new A.D():s}, +$S:460} +A.a_z.prototype={ +$2(a,b){return a.a.aW(0,b.a)}, +$S:461} +A.a_A.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=a.gcG(a),e=a.gl(a),d=A.b([],t.Kx) +for(s=J.bP(e),r=s.ga1(e),q=t._Y;r.t();){p=r.gH(r).a +o=p.gaP(p) +n=A.aj_(o,p.gcd(p),p.gb8(p).gdc()) +n.toString +n=B.b.n5("\n",B.b.N(o,0,n)) +m=n.gp(n) +p=p.gb8(p) +l=p.gcI(p)-m +for(p=o.split("\n"),n=p.length,k=0;kB.c.gR(d).b)d.push(new A.is(j,l,f,A.b([],q)));++l}}i=A.b([],q) +for(r=d.length,h=0,k=0;kj.b)break +i.push(p)}h+=i.length-g +B.c.P(j.d,i)}return d}, +$S:462} +A.a_x.prototype={ +$1(a){var s=a.a +s=s.gaO(s) +return s.gcI(s)" +return null}, +$S:0} +A.a_I.prototype={ +$0(){var s=this.b===this.c.b?"\u250c":"\u2514" +this.a.r.a+=s}, +$S:0} +A.a_J.prototype={ +$0(){var s=this.b==null?"\u2500":"\u253c" +this.a.r.a+=s}, +$S:0} +A.a_K.prototype={ +$0(){this.a.r.a+="\u2500" +return null}, +$S:0} +A.a_L.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.a?"\u253c":"\u2502" +if(q.c!=null)q.b.r.a+=o +else{s=q.e +r=s.b +if(q.d===r){s=q.b +s.h3(new A.a_G(p,s),p.b) +p.a=!0 +if(p.b==null)p.b=s.b}else{if(q.r===r){r=q.f.a +s=r.gaO(r).gdc()===s.a.length}else s=!1 +r=q.b +if(s)r.r.a+="\u2514" +else r.h3(new A.a_H(r,o),p.b)}}}, +$S:0} +A.a_G.prototype={ +$0(){var s=this.a.a?"\u252c":"\u250c" +this.b.r.a+=s}, +$S:0} +A.a_H.prototype={ +$0(){this.a.r.a+=this.b}, +$S:0} +A.a_C.prototype={ +$0(){var s=this +return s.a.uv(B.b.N(s.b,s.c,s.d))}, +$S:0} +A.a_D.prototype={ +$0(){var s,r,q=this.a,p=this.c.a,o=p.gb8(p).gdc(),n=p.gaO(p).gdc() +p=this.b.a +s=q.yE(B.b.N(p,0,o)) +r=q.yE(B.b.N(p,o,n)) +o+=s*3 +q=q.r +q.a+=B.b.W(" ",o) +q.a+=B.b.W("^",Math.max(n+(s+r)*3-o,1))}, +$S:0} +A.a_E.prototype={ +$0(){var s=this.c.a +return this.a.a9a(this.b,s.gb8(s).gdc())}, +$S:0} +A.a_F.prototype={ +$0(){var s,r=this,q=r.a +if(r.b)q.r.a+=B.b.W("\u2500",3) +else{s=r.d.a +q.Lp(r.c,Math.max(s.gaO(s).gdc()-1,0),!1)}}, +$S:0} +A.a_M.prototype={ +$0(){var s=this.b,r=s.r,q=this.a.a +if(q==null)q="" +s=r.a+=B.b.afo(q,s.d) +q=this.c +r.a=s+(q==null?"\u2502":q)}, +$S:0} +A.eA.prototype={ +i(a){var s,r,q=this.a,p=q.gb8(q) +p=p.gcI(p) +s=q.gb8(q).gdc() +r=q.gaO(q) +q=""+"primary "+(""+p+":"+s+"-"+r.gcI(r)+":"+q.gaO(q).gdc()) +return q.charCodeAt(0)==0?q:q}} +A.adm.prototype={ +$0(){var s,r,q,p,o=this.a +if(!(t.D_.b(o)&&A.aj_(o.gaP(o),o.gcd(o),o.gb8(o).gdc())!=null)){s=o.gb8(o) +s=A.Ln(s.gbJ(s),0,0,o.gci()) +r=o.gaO(o) +r=r.gbJ(r) +q=o.gci() +p=A.aHF(o.gcd(o),10) +o=A.a8D(s,A.Ln(r,A.arQ(o.gcd(o)),p,q),o.gcd(o),o.gcd(o))}return A.aEH(A.aEJ(A.aEI(o)))}, +$S:463} +A.is.prototype={ +i(a){return""+this.b+': "'+this.a+'" ('+B.c.bB(this.d,", ")+")"}} +A.id.prototype={ +C3(a){var s=this.a +if(!J.f(s,a.gci()))throw A.c(A.b5('Source URLs "'+A.e(s)+'" and "'+A.e(a.gci())+"\" don't match.",null)) +return Math.abs(this.b-a.gbJ(a))}, +aW(a,b){var s=this.a +if(!J.f(s,b.gci()))throw A.c(A.b5('Source URLs "'+A.e(s)+'" and "'+A.e(b.gci())+"\" don't match.",null)) +return this.b-b.gbJ(b)}, +k(a,b){if(b==null)return!1 +return t.y3.b(b)&&J.f(this.a,b.gci())&&this.b===b.gbJ(b)}, +gv(a){var s=this.a +s=s==null?null:s.gv(s) +if(s==null)s=0 +return s+this.b}, +i(a){var s=this,r=A.C(s).i(0),q=s.a +return"<"+r+": "+s.b+" "+(A.e(q==null?"unknown source":q)+":"+(s.c+1)+":"+(s.d+1))+">"}, +$ibh:1, +gci(){return this.a}, +gbJ(a){return this.b}, +gcI(a){return this.c}, +gdc(){return this.d}} +A.Lo.prototype={ +C3(a){if(!J.f(this.a.a,a.gci()))throw A.c(A.b5('Source URLs "'+A.e(this.gci())+'" and "'+A.e(a.gci())+"\" don't match.",null)) +return Math.abs(this.b-a.gbJ(a))}, +aW(a,b){if(!J.f(this.a.a,b.gci()))throw A.c(A.b5('Source URLs "'+A.e(this.gci())+'" and "'+A.e(b.gci())+"\" don't match.",null)) +return this.b-b.gbJ(b)}, +k(a,b){if(b==null)return!1 +return t.y3.b(b)&&J.f(this.a.a,b.gci())&&this.b===b.gbJ(b)}, +gv(a){var s=this.a.a +s=s==null?null:s.gv(s) +if(s==null)s=0 +return s+this.b}, +i(a){var s=A.C(this).i(0),r=this.b,q=this.a,p=q.a +return"<"+s+": "+r+" "+(A.e(p==null?"unknown source":p)+":"+(q.oo(r)+1)+":"+(q.wM(r)+1))+">"}, +$ibh:1, +$iid:1} +A.Lp.prototype={ +XN(a,b,c){var s,r=this.b,q=this.a +if(!J.f(r.gci(),q.gci()))throw A.c(A.b5('Source URLs "'+A.e(q.gci())+'" and "'+A.e(r.gci())+"\" don't match.",null)) +else if(r.gbJ(r)'}, +$ibh:1, +$ijr:1} +A.ky.prototype={ +gaP(a){return this.d}} +A.Lz.prototype={ +gxm(a){return A.bk(this.c)}} +A.a9_.prototype={ +gD6(){var s=this +if(s.c!==s.e)s.d=null +return s.d}, +wZ(a){var s,r=this,q=r.d=J.ao3(a,r.b,r.c) +r.e=r.c +s=q!=null +if(s)r.e=r.c=q.gaO(q) +return s}, +N6(a,b){var s +if(this.wZ(a))return +if(b==null)if(t.bN.b(a))b="/"+a.a+"/" +else{s=J.bY(a) +s=A.fO(s,"\\","\\\\") +b='"'+A.fO(s,'"','\\"')+'"'}this.N0(0,"expected "+b+".",0,this.c)}, +qk(a){return this.N6(a,null)}, +acc(){var s=this.c +if(s===this.b.length)return +this.N0(0,"expected no more input.",0,s)}, +N0(a,b,c,d){var s,r,q,p,o,n,m=this.b +if(d<0)A.K(A.dz("position must be greater than or equal to 0.")) +else if(d>m.length)A.K(A.dz("position must be less than or equal to the string length.")) +s=d+c>m.length +if(s)A.K(A.dz("position plus length must not go beyond the end of the string.")) +s=this.a +r=new A.fq(m) +q=A.b([0],t.t) +p=new Uint32Array(A.l0(r.dL(r))) +o=new A.a8C(s,q,p) +o.XM(r,s) +n=d+c +if(n>p.length)A.K(A.dz("End "+n+u.D+o.gp(o)+".")) +else if(d<0)A.K(A.dz("Start may not be negative, was "+d+".")) +throw A.c(new A.Lz(m,b,new A.BD(o,d,n)))}} +A.a01.prototype={ +$1(a){a.toString +return a<500}, +$S:126} +A.hP.prototype={} +A.AK.prototype={ +r1(a,b,c){A.nw(10,b.gkJ(b),B.cA,null) +c.eq(0,b)}, +Du(a,b){var s,r,q="_headers" +J.cU(A.a(a.b,q),"User-Agent","study_xxqg-app") +J.cU(A.a(a.b,q),"Content-Type","application/json;charset=UTF-8") +s=A.a(a.b,q) +r=$.cT +J.cU(s,"xxqg_token",(r==null?$.cT=new A.fi():r).b) +b.eq(0,a)}, +r2(a,b){b.eq(0,a)}, +$iiY:1} +A.k_.prototype={ +G2(a){var s=this,r=J.ay(a) +s.a=r.h(a,"success") +s.b=r.h(a,"errorCode") +s.c=r.h(a,"errorMsg") +s.d=r.h(a,"result") +s.e=r.h(a,"arguments")}, +i3(){var s=this,r=A.z(t.N,t.z) +r.n(0,"success",s.a) +r.n(0,"errorCode",s.b) +r.n(0,"errorMsg",s.c) +r.n(0,"result",s.d) +r.n(0,"arguments",s.e) +return r}} +A.i4.prototype={ +G3(a){var s=this,r=J.ay(a) +s.a=r.h(a,"code") +s.b=r.h(a,"data") +s.c=r.h(a,"success") +s.d=r.h(a,"message")}, +gbN(a){return this.b}, +i3(){var s=this,r=A.z(t.N,t.z) +r.n(0,"code",s.a) +r.n(0,"data",s.b) +r.n(0,"success",s.c) +r.n(0,"message",s.d) +return r}} +A.kt.prototype={ +i3(){var s=A.z(t.N,t.z) +s.n(0,"sign",this.a) +return s}} +A.jx.prototype={ +G6(a){var s=this,r=J.ay(a) +s.a=r.h(a,"is_study") +s.b=r.h(a,"login_time") +s.c=r.h(a,"nick") +s.d=r.h(a,"token") +s.e=r.h(a,"uid")}, +i3(){var s=this,r=A.z(t.N,t.z) +r.n(0,"is_study",s.a) +r.n(0,"login_time",s.b) +r.n(0,"nick",s.c) +r.n(0,"token",s.d) +r.n(0,"uid",s.e) +return r}} +A.fi.prototype={} +A.a0V.prototype={ +$1(a){var s=new A.k_() +s.G2(a) +return s}, +$S:466} +A.a0W.prototype={ +$1(a){var s=new A.i4() +s.G3(a) +return s}, +$S:467} +A.a0X.prototype={ +$1(a){var s=new A.kt() +s.a=J.ag(a,"sign") +return s}, +$S:468} +A.a0Y.prototype={ +$1(a){var s=new A.jx() +s.G6(a) +return s}, +$S:469} +A.IA.prototype={ +I(a,b){return new A.xT(this.QF(),"/","StudyXxqg",null)}, +QF(){return A.az(["/",new A.a2v(),"/login",new A.a2w(),"/log",new A.a2x()],t.N,t.Ab)}} +A.a2v.prototype={ +$1(a){return B.wb}, +$S:470} +A.a2w.prototype={ +$1(a){return B.Ja}, +$S:471} +A.a2x.prototype={ +$1(a){return B.Hz}, +$S:472} +A.mT.prototype={ +an(){return new A.B6(A.b([],t.p),B.k)}} +A.B6.prototype={ +aB(){this.aS() +this.vL() +this.adK()}, +vL(){var s=0,r=A.P(t.z),q,p,o,n +var $async$vL=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:n=$.auJ() +A.ej("| JPUSH | Flutter | addEventHandler:") +n.c=new A.ab8() +n.d=new A.ab9() +n.e=new A.aba() +n.r=n.f=null +q=n.a +q.l7(n.ga2y()) +A.ej("| JPUSH | Flutter | setup:") +q.hG("setup",A.az(["appKey","8a0178682322020e0c5040c9","channel","developer-default","production",!1,"debug",!0],t.N,t.K),!1,t.z) +s=2 +return A.U(n.rO(),$async$vL) +case 2:p=b +o=$.cT;(o==null?$.cT=new A.fi():o).r=p +return A.N(null,r)}}) +return A.O($async$vL,r)}, +adK(){var s=t.am +A.aBv(A.Md().aT(0,new A.ab6(this),s),new A.ab7(this),s,t.K) +this.f.push(B.w5)}, +a5j(a){this.a4(new A.ab2(this,a))}, +I(a,b){var s=this,r=null,q=A.F8(r,r,r,r,r,A.iX(!1,!0,B.R6,r,!0,r,r,r,r,r,new A.ab3(b),r,r,r,r,r,r,r,r)),p=s.e +return A.rB(q,new A.HS(p,B.b8,r,B.bn,s.f,r),A.aou(p,A.b([s.zc(" \u767b\u5f55","static/icons/login.png","static/icons/login_activepng.png",0),s.zc("\u7528\u6237","static/icons/user.png","static/icons/user_active.png",1),s.zc("\u5176\u4ed6","static/icons/other.png","static/icons/other_active.png",2)],t.ur),s.ga5i(),B.m8))}, +zc(a,b,c,d){return A.UY(this.e===d?A.apy(c,28,32):A.apy(b,28,32),a)}} +A.ab8.prototype={ +$1(a){return this.Q3(a)}, +Q3(a){var s=0,r=A.P(t.P),q +var $async$$1=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:q=a.i(a) +$.hA().ht(B.b5,"flutter onReceiveNotification: "+q,null,null) +return A.N(null,r)}}) +return A.O($async$$1,r)}, +$S:99} +A.ab9.prototype={ +$1(a){return this.Q2(a)}, +Q2(a){var s=0,r=A.P(t.P),q +var $async$$1=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:q=a.i(a) +$.hA().ht(B.b5,"flutter onOpenNotification: "+q,null,null) +return A.N(null,r)}}) +return A.O($async$$1,r)}, +$S:99} +A.aba.prototype={ +$1(a){return this.Q1(a)}, +Q1(a){var s=0,r=A.P(t.P),q +var $async$$1=A.Q(function(b,c){if(b===1)return A.M(c,r) +while(true)switch(s){case 0:q=a.i(a) +$.hA().ht(B.b5,"flutter onReceiveMessage: "+q,null,null) +return A.N(null,r)}}) +return A.O($async$$1,r)}, +$S:99} +A.ab6.prototype={ +$1(a){var s=t.H,r=A.aK(s),q=$.cT +if(q==null)q=$.cT=new A.fi() +if(!q.a){$.hA().ht(B.b5,q,null,null) +q=this.a.c +q.toString +r.E(0,A.bM([null,A.hZ(q,!1).wi("/login",new A.ab5(),t.X)],s))}s=this.a.f +r.E(0,s.push(B.SO)) +r.E(0,s.push(B.Ko)) +return r}, +$S:474} +A.ab5.prototype={ +$1(a){return!1}, +$S:52} +A.ab7.prototype={ +$2(a,b){var s=this.a.c +s.toString +return A.bM([A.hZ(s,!1).wi("/login",new A.ab4(),t.X)],t.H)}, +$S:476} +A.ab4.prototype={ +$1(a){return!1}, +$S:52} +A.ab2.prototype={ +$0(){this.a.e=this.b}, +$S:0} +A.ab3.prototype={ +$0(){if($.v0!=null)A.ami() +else A.TD(this.a)}, +$S:0} +A.ve.prototype={ +an(){return new A.Mt(B.k)}} +A.Mt.prototype={ +m(a){var s +this.aR(0) +s=this.f +if(s!=null&&s.b!=null)s.aA(0)}, +I(a,b){var s=null,r=b.L(t.w).f +return A.rB(s,A.ep(A.b([B.mU,A.dB(A.iX(!1,!0,A.cd(s,B.xK,s,s,new A.dZ(B.tG,s,s,A.ld(10),s,s,B.aF),50,s,s,r.a.a),s,!0,s,s,s,s,s,s,s,s,s,s,new A.aaS(this),s,s,s),s,s),B.mU,A.dB(this.Qy(),s,s)],t.p),B.ag,B.E,B.Q),s)}, +Qy(){var s=this.d +if(s==="")return B.R2 +else return new A.yV(s,150,null)}, +n4(){var s=0,r=A.P(t.z),q=this,p,o,n,m +var $async$n4=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:s=2 +return A.U(A.Uu(),$async$n4) +case 2:o=b +s=3 +return A.U(A.Uq(),$async$n4) +case 3:n=b +m="https://login.xuexi.cn/login/qrcommit?showmenu=false&code="+n+"&appId=dingoankubyrfkttorhpou" +q.a4(new A.aaQ(q,m)) +p=q.f +if(p!=null&&p.b!=null)p.aA(0) +q.f=A.AG(B.mX,new A.aaR(q,n,o)) +p=A.mH(B.nB,m,B.z,!1) +$.hA().ht(B.b5,u.t+p,null,null) +s=4 +return A.U(A.ajg(u.t+A.mH(B.nB,m,B.z,!1)),$async$n4) +case 4:return A.N(null,r)}}) +return A.O($async$n4,r)}} +A.aaS.prototype={ +$0(){this.a.n4()}, +$S:0} +A.aaQ.prototype={ +$0(){this.a.d=this.b}, +$S:0} +A.aaR.prototype={ +$1(a){if(a.c===60)a.aA(0) +A.Up(this.b).aT(0,new A.aaP(this.a,a,this.c),t.CE)}, +$S:44} +A.aaP.prototype={ +$1(a){var s,r=this,q=A.aK(t.am),p=a.c +if(p===!0){p=r.b.aA(0) +s=a.b +if(s==null)s=" "+r.c +$.hA().ht(B.b5,s,null,null) +q.E(0,A.bM([p,null,A.Un(a.b.split("=")[1],r.c).aT(0,new A.aaO(r.a),t.CE)],t.H))}return q}, +$S:477} +A.aaO.prototype={ +$1(a){var s,r=A.aK(t.am) +if(a){s=this.a +r.E(0,A.bM([A.nw(null,"\u6dfb\u52a0\u7528\u6237\u6210\u529f",null,null),s.a4(new A.aaN(s))],t.H))}return r}, +$S:478} +A.aaN.prototype={ +$0(){this.a.d=""}, +$S:0} +A.o2.prototype={ +an(){return new A.OW(B.k)}} +A.OW.prototype={ +I(a,b){var s=null,r=A.F8(s,s,s,s,s,B.R3),q=t.w,p=b.L(q).f +q=b.L(q).f +return A.rB(r,A.aqR(A.dB(A.a7i(A.bu(this.d,s,B.vE,s,s,s,s,s),s,B.a3),q.a.b,p.a.a),s),s)}, +aB(){var s=this +s.aS() +A.F7().aT(0,new A.aec(s),t.am) +s.e=A.AG(B.B4,new A.aed(s))}, +m(a){this.aR(0) +A.a(this.e,"_timer").aA(0)}} +A.aec.prototype={ +$1(a){var s=this.a +return A.bM([s.a4(new A.aeb(s,a))],t.H)}, +$S:161} +A.aeb.prototype={ +$0(){this.a.d=this.b}, +$S:0} +A.aed.prototype={ +$1(a){A.F7().aT(0,new A.aea(this.a),t.am)}, +$S:44} +A.aea.prototype={ +$1(a){var s=this.a +return A.bM([s.a4(new A.ae9(s,a))],t.H)}, +$S:161} +A.ae9.prototype={ +$0(){this.a.d=this.b}, +$S:0} +A.o4.prototype={ +an(){return new A.OZ(B.k)}} +A.OZ.prototype={ +aB(){this.aS() +this.adL()}, +adL(){var s,r,q=this,p=$.b4() +q.d=new A.jt(B.bp,p) +q.e=new A.jt(B.bp,p) +q.f=new A.jt(B.bp,p) +p=$.v5() +s=A.mt(J.ag(p.h(0,"location"),"href"),0,null) +A.a(q.d,"_urlController").scd(0,s.gr3(s)) +p=A.a(q.e,"_accountController") +r=$.cT +p.scd(0,(r==null?$.cT=new A.fi():r).c) +p=A.a(q.f,"_passwordController") +r=$.cT +p.scd(0,(r==null?$.cT=new A.fi():r).d)}, +m(a){var s,r,q=this +q.aR(0) +s=A.a(q.d,"_urlController") +r=s.y2$=$.b4() +s.y1$=0 +s=A.a(q.f,"_passwordController") +s.y2$=r +s.y1$=0 +s=A.a(q.e,"_accountController") +s.y2$=r +s.y1$=0}, +I(a,b){var s,r,q,p=this,o=null,n=A.F8(o,o,!1,o,o,B.R5),m=t.w,l=b.L(m).f +l=A.dB(A.alj(A.a(p.d,"_urlController"),B.BU,!1,!1),70,l.a.a) +s=b.L(m).f +s=A.dB(A.alj(A.a(p.e,"_accountController"),B.BT,o,!1),70,s.a.a) +r=b.L(m).f +r=A.dB(A.alj(A.a(p.f,"_passwordController"),B.BV,o,!0),70,r.a.a) +m=b.L(m).f +q=t.p +return A.rB(n,A.oO(B.b8,A.b([A.JC(o,A.ep(A.b([l,s,r,A.dB(A.jP(A.iX(!1,!0,A.cd(o,B.xM,o,o,new A.dZ(B.JK,o,o,A.ld(20),o,o,B.aF),60,o,o,m.a.a),o,!0,o,o,o,o,o,o,o,o,o,o,new A.aen(p),o,o,o),o,o),o,o)],q),B.ag,B.E,B.Q),350,o,30,30,0,o)],q),B.bn,o,o),o)}, +aeo(){var s=this,r=null,q=A.a(s.e,"_accountController").a.a,p=A.a(s.f,"_passwordController").a.a,o=A.a(s.d,"_urlController").a.a +$.hA().ht(B.b5,q+p,r,r) +if(o===""||q===""||p===""){A.nw(r,"\u7f3a\u5c11\u53c2\u6570",r,B.Rg) +return}A.Us(o,q,p).aT(0,new A.aep(s),t.Lu)}} +A.aen.prototype={ +$0(){this.a.aeo()}, +$S:0} +A.aep.prototype={ +$1(a){var s,r=null,q=A.aK(t.ZB) +if(a){s=this.a.c +s.toString +q.E(0,A.bM([A.hZ(s,!1).wi("/",new A.aeo(),t.X),A.nw(r,"\u767b\u5f55\u6210\u529f",r,r)],t.iG))}else q.E(0,A.bM([A.nw(r,"\u767b\u5f55\u5931\u8d25",B.cA,r)],t.Sg)) +return q}, +$S:480} +A.aeo.prototype={ +$1(a){return!1}, +$S:52} +A.yr.prototype={ +an(){return new A.Pu(B.k)}} +A.Pu.prototype={ +I(a,b){var s=null,r=t.p +return A.a7i(A.ep(A.b([A.cd(s,A.ep(A.b([A.eL(B.ao,new A.cr(B.Bc,A.fE(B.F1,B.ag,B.E,B.Q),s),B.W,!1,s,s,s,s,s,s,s,s,s,s,s,s,new A.af9(b),s,s,s,s,s,s),B.fB,A.eL(B.ao,new A.cr(B.n_,A.fE(B.F3,B.ag,B.E,B.Q),s),B.W,!1,s,s,s,s,s,s,s,s,s,s,s,s,new A.afa(b),s,s,s,s,s,s),B.fB,A.eL(B.ao,new A.cr(B.n_,A.fE(B.Ex,B.ag,B.E,B.Q),s),B.W,!1,s,s,s,s,s,s,s,s,s,s,s,s,new A.afb(),s,s,s,s,s,s),B.fB],r),B.aC,B.E,B.bC),s,s,B.wz,s,B.Bd,s,s)],r),B.aC,B.E,B.Q),B.m2,B.a3)}} +A.af9.prototype={ +$0(){A.hZ(this.a,!1).P_("/log",t.X)}, +$S:0} +A.afa.prototype={ +$0(){var s=$.cT +if(s==null)s=$.cT=new A.fi() +s.b="" +s.a=!1 +A.hZ(this.a,!1).wi("/login",new A.af8(),t.X)}, +$S:0} +A.af8.prototype={ +$1(a){return!1}, +$S:52} +A.afb.prototype={ +$0(){}, +$S:0} +A.AV.prototype={ +an(){return new A.DW(A.b([],t.hq),B.k)}} +A.DW.prototype={ +bL(){this.cw() +$.hA().ht(B.b5,"active",null,null)}, +I(a,b){return A.rB(null,new A.z6(A.apQ(new A.ahf(this),J.bQ(this.d),!1),this.gaeZ(),null),null)}, +kL(){var s=0,r=A.P(t.H),q=this,p +var $async$kL=A.Q(function(a,b){if(a===1)return A.M(b,r) +while(true)switch(s){case 0:p=A +s=2 +return A.U(A.Ur(),$async$kL) +case 2:q.a4(new p.ahg(q,b)) +return A.N(null,r)}}) +return A.O($async$kL,r)}, +ne(a,b){return this.aaa(a,b)}, +aaa(a,b){var s=0,r=A.P(t.z),q=this +var $async$ne=A.Q(function(c,d){if(c===1)return A.M(d,r) +while(true)switch(s){case 0:s=a?2:4 +break +case 2:s=5 +return A.U(A.Uw(b),$async$ne) +case 5:s=3 +break +case 4:s=6 +return A.U(A.Uv(b),$async$ne) +case 6:case 3:s=7 +return A.U(q.kL(),$async$ne) +case 7:return A.N(null,r)}}) +return A.O($async$ne,r)}, +t2(a,b){return this.Rq(a,b)}, +Rq(a,b){var s=0,r=A.P(t.z),q,p,o,n +var $async$t2=A.Q(function(c,d){if(c===1)return A.M(d,r) +while(true)switch(s){case 0:n=A +s=2 +return A.U(A.Ut(b),$async$t2) +case 2:p=n.bu(d,null,null,null,null,null,null,null) +o=A.hZ(a,!0).c +o.toString +q=A.aBM(a,o) +A.hZ(a,!0).kP(A.aAL(null,B.x,!0,null,new A.ahh(new A.pR(B.R9,p,null)),a,null,q,!0,t.z)) +return A.N(null,r)}}) +return A.O($async$t2,r)}, +aB(){this.aS() +this.kL()}} +A.ahf.prototype={ +$2(a,b){var s,r,q,p,o,n=null,m=a.L(t.w).f,l=this.a,k=J.ag(l.d,b).a +k.toString +k=!k?B.cL:B.Ms +s=J.ag(l.d,b).a +s.toString +r=A.dB(n,n,s?0:5) +q=J.ag(l.d,b).c +s=t.p +q=A.qt(A.fE(A.b([k,r,A.qt(A.hV(B.D,!0,n,A.bu(q==null?"":q,1,B.aL,n,n,B.PH,n,n),B.u,B.S,0,n,n,n,n,n,B.bD),1)],s),B.ag,B.E,B.Q),1) +r=J.ag(l.d,b).b +r.toString +r=B.e.aI(r*1e6/1000) +if(Math.abs(r)<=864e13)k=!1 +else k=!0 +if(k)A.K(A.b5("DateTime is outside valid range: "+r,n)) +A.eG(!1,"isUtc",t.y) +k=A.fE(A.b([q,A.hV(B.D,!0,n,A.bu(A.aI0(new A.dh(r,!1),A.b(["yyyy","-","mm","-","dd"," ","HH",":","nn",";","ss"],t.s)),1,n,n,n,B.O5,n,n),B.u,B.S,0,n,n,n,n,n,B.bD)],s),B.ag,B.E,B.Q) +r=A.cd(n,n,n,n,n,15,n,n,n) +q=A.ld(5) +p=J.ag(l.d,b).a +p.toString +p=!p?B.de:B.cA +o=J.ag(l.d,b).a +o.toString +return A.iX(!1,!0,A.ep(A.b([A.cd(n,A.ep(A.b([k,r,A.fE(A.b([A.qt(A.fE(A.b([A.iX(!1,!0,A.cd(n,A.jP(A.bu(!o?"\u5f00\u59cb\u5b66\u4e60":"\u505c\u6b62\u5b66\u4e60",n,n,n,n,B.eL,n,n),n,n),n,n,new A.dZ(p,n,n,q,n,n,B.aF),30,n,n,100),n,!0,n,n,n,n,n,n,n,n,n,n,new A.ahc(l,b),n,n,n)],s),B.ag,B.E,B.Q),1),A.iX(!1,!0,A.cd(n,B.xL,n,n,new A.dZ(B.JL,n,n,A.ld(5),n,n,B.aF),30,n,n,100),n,!0,n,n,n,n,n,n,n,n,n,n,new A.ahd(l,a,b),n,n,n)],s),B.ag,B.E,B.Q)],s),B.aC,B.E,B.bC),B.S,n,n,100,n,B.Be,m.a.a),B.AU],s),B.ag,B.E,B.bC),n,!0,n,n,n,n,n,n,n,n,n,n,new A.ahe(),n,n,n)}, +$S:481} +A.ahe.prototype={ +$0(){}, +$S:0} +A.ahc.prototype={ +$0(){var s=this.a,r=this.b,q=J.ag(s.d,r).a +r=J.ag(s.d,r).e +if(r==null)r="" +s.ne(q===!0,r)}, +$S:0} +A.ahd.prototype={ +$0(){var s=this.a,r=J.ag(s.d,this.c).d +if(r==null)r="" +s.t2(this.b,r)}, +$S:0} +A.ahg.prototype={ +$0(){this.a.d=this.b}, +$S:0} +A.ahh.prototype={ +$1(a){return this.a}, +$S:482} +A.a23.prototype={ +Og(a,b,c,d,e,f,g,h){var s=t.y +return B.JS.hG("launch",A.az(["url",a,"useSafariVC",f,"useWebView",!1,"enableJavaScript",!1,"enableDomStorage",!1,"universalLinksOnly",!1,"headers",d],t.N,t.K),!1,s).aT(0,new A.a24(),s)}} +A.a24.prototype={ +$1(a){return a===!0}, +$S:483} +A.aav.prototype={} +A.aaw.prototype={ +Og(a,b,c,d,e,f,g,h){var s,r +if(this.d){s=A.arw(a) +s=s==null?null:s.gd6() +s=J.en(B.Lw.a,s)}else s=!1 +r=s?"_top":"" +B.aZ.Dw(this.c,a,r) +return A.cK(!0,t.y)}} +A.bc.prototype={ +by(a){var s=a.a,r=this.a +r[15]=s[15] +r[14]=s[14] +r[13]=s[13] +r[12]=s[12] +r[11]=s[11] +r[10]=s[10] +r[9]=s[9] +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +i(a){var s=this +return"[0] "+s.rP(0).i(0)+"\n[1] "+s.rP(1).i(0)+"\n[2] "+s.rP(2).i(0)+"\n[3] "+s.rP(3).i(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.bc){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}, +gv(a){return A.fb(this.a)}, +xe(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]}, +rP(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.im(s)}, +W(a,b){var s=new A.bc(new Float64Array(16)) +s.by(this) +s.ot(0,b,null,null) +return s}, +Z(a,b){var s,r=new Float64Array(16),q=new A.bc(r) +q.by(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +r[3]=r[3]+s[3] +r[4]=r[4]+s[4] +r[5]=r[5]+s[5] +r[6]=r[6]+s[6] +r[7]=r[7]+s[7] +r[8]=r[8]+s[8] +r[9]=r[9]+s[9] +r[10]=r[10]+s[10] +r[11]=r[11]+s[11] +r[12]=r[12]+s[12] +r[13]=r[13]+s[13] +r[14]=r[14]+s[14] +r[15]=r[15]+s[15] +return q}, +a9(a,b){var s,r=new Float64Array(16),q=new A.bc(r) +q.by(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}, +aC(a,b,a0){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15] +s[12]=r*b+q*a0+p*0+o +s[13]=n*b+m*a0+l*0+k +s[14]=j*b+i*a0+h*0+g +s[15]=f*b+e*a0+d*0+c}, +ot(a,b,c,d){var s,r,q,p +if(typeof b=="number"){s=c==null?b:c +r=d==null?b:d}else throw A.c(A.c0(null)) +q=b +p=this.a +p[0]=p[0]*q +p[1]=p[1]*q +p[2]=p[2]*q +p[3]=p[3]*q +p[4]=p[4]*s +p[5]=p[5]*s +p[6]=p[6]*s +p[7]=p[7]*s +p[8]=p[8]*r +p[9]=p[9]*r +p[10]=p[10]*r +p[11]=p[11]*r +p[12]=p[12] +p[13]=p[13] +p[14]=p[14] +p[15]=p[15]}, +bd(a,b){return this.ot(a,b,null,null)}, +Fh(){var s=this.a +s[0]=0 +s[1]=0 +s[2]=0 +s[3]=0 +s[4]=0 +s[5]=0 +s[6]=0 +s[7]=0 +s[8]=0 +s[9]=0 +s[10]=0 +s[11]=0 +s[12]=0 +s[13]=0 +s[14]=0 +s[15]=0}, +dD(){var s=this.a +s[0]=1 +s[1]=0 +s[2]=0 +s[3]=0 +s[4]=0 +s[5]=1 +s[6]=0 +s[7]=0 +s[8]=0 +s[9]=0 +s[10]=1 +s[11]=0 +s[12]=0 +s[13]=0 +s[14]=0 +s[15]=1}, +kr(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.by(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}, +cg(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}, +w8(a){var s=new A.bc(new Float64Array(16)) +s.by(this) +s.cg(0,a) +return s}, +agT(a){var s=a.a,r=this.a,q=r[0],p=s[0],o=r[4],n=s[1],m=r[8],l=s[2],k=r[12],j=r[1],i=r[5],h=r[9],g=r[13],f=r[2],e=r[6],d=r[10] +r=r[14] +s[0]=q*p+o*n+m*l+k +s[1]=j*p+i*n+h*l+g +s[2]=f*p+e*n+d*l+r +return a}, +T(a2,a3){var s=a3.a,r=this.a,q=r[0],p=s[0],o=r[4],n=s[1],m=r[8],l=s[2],k=r[12],j=s[3],i=r[1],h=r[5],g=r[9],f=r[13],e=r[2],d=r[6],c=r[10],b=r[14],a=r[3],a0=r[7],a1=r[11] +r=r[15] +s[0]=q*p+o*n+m*l+k*j +s[1]=i*p+h*n+g*l+f*j +s[2]=e*p+d*n+c*l+b*j +s[3]=a*p+a0*n+a1*l+r*j +return a3}, +wf(a){var s=a.a,r=this.a,q=r[0],p=s[0],o=r[4],n=s[1],m=r[8],l=s[2],k=r[12],j=r[1],i=r[5],h=r[9],g=r[13],f=r[2],e=r[6],d=r[10],c=r[14],b=1/(r[3]*p+r[7]*n+r[11]*l+r[15]) +s[0]=(q*p+o*n+m*l+k)*b +s[1]=(j*p+i*n+h*l+g)*b +s[2]=(f*p+e*n+d*l+c)*b +return a}} +A.fK.prototype={ +mx(a,b,c){var s=this.a +s[0]=a +s[1]=b +s[2]=c}, +by(a){var s=a.a,r=this.a +r[0]=s[0] +r[1]=s[1] +r[2]=s[2]}, +i(a){var s=this.a +return"["+A.e(s[0])+","+A.e(s[1])+","+A.e(s[2])+"]"}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.fK){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]}else s=!1 +return s}, +gv(a){return A.fb(this.a)}, +a9(a,b){var s,r=new Float64Array(3),q=new A.fK(r) +q.by(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +return q}, +Z(a,b){var s,r=new Float64Array(3),q=new A.fK(r) +q.by(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +return q}, +W(a,b){var s=new Float64Array(3),r=new A.fK(s) +r.by(this) +s[2]=s[2]*b +s[1]=s[1]*b +s[0]=s[0]*b +return r}, +h(a,b){return this.a[b]}, +gp(a){var s=this.a,r=s[0],q=s[1] +s=s[2] +return Math.sqrt(r*r+q*q+s*s)}, +MM(a){var s=a.a,r=this.a +return r[0]*s[0]+r[1]*s[1]+r[2]*s[2]}, +QK(a){var s=new Float64Array(3),r=new A.fK(s) +r.by(this) +s[2]=s[2]*a +s[1]=s[1]*a +s[0]=s[0]*a +return r}} +A.im.prototype={ +t1(a,b,c,d){var s=this.a +s[3]=d +s[2]=c +s[1]=b +s[0]=a}, +by(a){var s=a.a,r=this.a +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +i(a){var s=this.a +return A.e(s[0])+","+A.e(s[1])+","+A.e(s[2])+","+A.e(s[3])}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.im){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]&&s[3]===q[3]}else s=!1 +return s}, +gv(a){return A.fb(this.a)}, +a9(a,b){var s,r=new Float64Array(4),q=new A.im(r) +q.by(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +r[3]=r[3]-s[3] +return q}, +Z(a,b){var s,r=new Float64Array(4),q=new A.im(r) +q.by(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +r[3]=r[3]+s[3] +return q}, +W(a,b){var s=new Float64Array(4),r=new A.im(s) +r.by(this) +s[0]=s[0]*b +s[1]=s[1]*b +s[2]=s[2]*b +s[3]=s[3]*b +return r}, +h(a,b){return this.a[b]}, +gp(a){var s=this.a,r=s[0],q=s[1],p=s[2] +s=s[3] +return Math.sqrt(r*r+q*q+p*p+s*s)}} +A.ajk.prototype={ +$0(){var s=t.U4 +if(s.b(A.au_()))return s.a(A.au_()).$1(A.b([],t.s)) +return A.atZ()}, +$S:26} +A.ajj.prototype={ +$0(){var s,r,q,p,o,n=$.awv(),m=new A.Hn() +m.vN() +new A.j5("PonnamKarthik/fluttertoast",B.bb,n).l7(m.gad_()) +s=$.auL() +A.aqk(new A.a39(s),s,!1) +A.aDs(new A.a7a()) +s=window +r=$.amP() +q=new A.aaw(s,r) +s=s.navigator +p=s.vendor +o=s.appVersion +if(B.b.A(p,"Apple"))s=B.b.A(o,"Version") +else s=!1 +q.d=s +A.aqk(q,r,!0) +$.aEi=q +$.aws() +$.pM().afW("__url_launcher::link",A.aIt(),!1) +$.aud=n.gacS()}, +$S:6};(function aliases(){var s=A.QM.prototype +s.UJ=s.aG +s.UP=s.bF +s.UN=s.bt +s.US=s.aC +s.UQ=s.cP +s.UO=s.hy +s.UR=s.T +s.UM=s.jg +s.UL=s.lD +s.UK=s.fG +s=A.eZ.prototype +s.RY=s.lC +s.RZ=s.jf +s.S_=s.ng +s.S0=s.kq +s.S1=s.jn +s.S2=s.dZ +s.S3=s.fc +s.S4=s.hP +s.S5=s.iu +s.S6=s.qe +s.S7=s.hn +s.S8=s.cp +s.S9=s.qf +s.Sa=s.cm +s.Sb=s.c8 +s.Sc=s.iv +s.Sd=s.bt +s.Se=s.ma +s.Sf=s.hy +s.Sg=s.bF +s.Sh=s.f2 +s.Si=s.cP +s.Sj=s.T +s.Sk=s.aC +s=A.qc.prototype +s.Sr=s.jG +s=A.u4.prototype +s.xS=s.c_ +s=A.d7.prototype +s.Ta=s.wr +s.FI=s.bq +s.xH=s.pG +s.FM=s.bc +s.FL=s.kT +s.FJ=s.hm +s.FK=s.r9 +s=A.dy.prototype +s.T9=s.hx +s.le=s.bc +s.t9=s.hm +s=A.wf.prototype +s.xB=s.nG +s.Sy=s.Ee +s.Sw=s.it +s.Sx=s.Cc +s=A.CF.prototype +s.Up=s.hm +s=J.qV.prototype +s.SM=s.i +s=J.S.prototype +s.SV=s.i +s=A.dj.prototype +s.SO=s.NW +s.SP=s.NX +s.SR=s.NZ +s.SQ=s.NY +s=A.jB.prototype +s.te=s.tl +s.oO=s.Yy +s.FX=s.YT +s=A.uP.prototype +s.G0=s.a9S +s=A.T.prototype +s.FG=s.bh +s=A.q.prototype +s.SN=s.om +s=A.D.prototype +s.oJ=s.k +s.bY=s.i +s=A.am.prototype +s.xC=s.is +s=A.a2.prototype +s.SF=s.kk +s=A.Dg.prototype +s.V3=s.kn +s=A.k4.prototype +s.SS=s.h +s.ST=s.n +s=A.un.prototype +s.FZ=s.n +s=A.E.prototype +s.Sl=s.k +s.Sm=s.i +s=A.Eh.prototype +s.Vs=s.aB +s=A.Ei.prototype +s.Vt=s.m +s=A.bv.prototype +s.xy=s.wz +s=A.yA.prototype +s.T8=s.T +s=A.vp.prototype +s.ld=s.m +s=A.Fn.prototype +s.RR=s.fR +s.RS=s.jy +s.RT=s.Ea +s=A.jQ.prototype +s.eL=s.m +s.Fu=s.ac +s=A.d9.prototype +s.oN=s.sl +s=A.ai.prototype +s.Sz=s.cv +s=A.iO.prototype +s.SA=s.cv +s=A.H.prototype +s.xw=s.ak +s.d8=s.ab +s.Fs=s.hg +s.xx=s.jo +s=A.qH.prototype +s.FB=s.adu +s.SH=s.C2 +s=A.f9.prototype +s.SW=s.hs +s=A.cL.prototype +s.oH=s.hs +s.FC=s.m +s=A.yo.prototype +s.xF=s.ii +s.T3=s.qC +s.FH=s.O +s.oK=s.m +s.T4=s.xs +s=A.rm.prototype +s.Tb=s.ii +s.FN=s.he +s.Tc=s.fT +s=A.fg.prototype +s.U4=s.hs +s=A.E6.prototype +s.Vh=s.m +s=A.E7.prototype +s.Vi=s.m +s=A.Ef.prototype +s.Vq=s.aB +s.Vp=s.dd +s=A.E5.prototype +s.Vg=s.m +s=A.Ee.prototype +s.Vo=s.m +s=A.Eg.prototype +s.Vr=s.m +s=A.k1.prototype +s.oI=s.m +s=A.tS.prototype +s.Ue=s.aH +s=A.E9.prototype +s.Vj=s.m +s=A.CI.prototype +s.Ur=s.m +s=A.D3.prototype +s.UT=s.m +s=A.D4.prototype +s.UU=s.m +s=A.D5.prototype +s.UW=s.b4 +s.UV=s.bH +s.UX=s.m +s=A.Ec.prototype +s.Vm=s.m +s=A.Eo.prototype +s.Vy=s.ak +s.Vz=s.ab +s=A.Ep.prototype +s.VA=s.ak +s.VB=s.ab +s=A.Es.prototype +s.VD=s.m +s=A.Ej.prototype +s.Vu=s.m +s=A.Ek.prototype +s.Vv=s.m +s=A.Eu.prototype +s.VG=s.b4 +s.VF=s.bH +s.VH=s.m +s=A.tE.prototype +s.U7=s.m +s=A.DJ.prototype +s.V4=s.m +s=A.vC.prototype +s.RV=s.xv +s.RU=s.E +s=A.bG.prototype +s.j5=s.dv +s.j6=s.dw +s=A.iN.prototype +s.Su=s.dv +s.Sv=s.dw +s=A.Fw.prototype +s.RX=s.m +s=A.ce.prototype +s.Fw=s.E +s=A.N1.prototype +s.FY=s.m +s=A.nP.prototype +s.SJ=s.a2 +s.SK=s.K +s.SI=s.tX +s=A.f6.prototype +s.FE=s.k +s=A.Ab.prototype +s.U3=s.es +s=A.ry.prototype +s.Tw=s.CA +s.Ty=s.CF +s.Tx=s.CD +s.Tv=s.C8 +s=A.aG.prototype +s.RW=s.k +s=A.fp.prototype +s.t7=s.i +s=A.B.prototype +s.xJ=s.dW +s.Tl=s.r7 +s.i8=s.bD +s.Tk=s.dn +s=A.CL.prototype +s.Us=s.ak +s.Ut=s.ab +s=A.CN.prototype +s.Uu=s.ak +s.Uv=s.ab +s=A.CO.prototype +s.Uw=s.ak +s.Ux=s.ab +s=A.xv.prototype +s.FF=s.m +s.SU=s.wF +s=A.e_.prototype +s.j4=s.eF +s.Sp=s.ak +s.Sq=s.ab +s=A.j8.prototype +s.T2=s.eF +s=A.cx.prototype +s.xG=s.ab +s=A.u.prototype +s.lf=s.m +s.FS=s.hg +s.dF=s.ak +s.To=s.a0 +s.Tp=s.aF +s.Tm=s.dn +s.fZ=s.eO +s.xK=s.nf +s.xL=s.fs +s.FT=s.na +s.Tn=s.hX +s.Tq=s.cv +s.ta=s.dE +s=A.ac.prototype +s.xz=s.CQ +s.St=s.B +s.Ss=s.w7 +s.Fv=s.iR +s.xA=s.bb +s=A.m_.prototype +s.xI=s.jW +s=A.CU.prototype +s.Uy=s.ak +s.Uz=s.ab +s=A.dS.prototype +s.xQ=s.b1 +s.xO=s.aV +s.xP=s.aX +s.xN=s.b0 +s.Tt=s.c4 +s.tc=s.bK +s.tb=s.cL +s.mE=s.aH +s=A.zp.prototype +s.Tu=s.bD +s=A.CW.prototype +s.tf=s.ak +s.mF=s.ab +s=A.CX.prototype +s.G_=s.dW +s=A.CY.prototype +s.UA=s.ak +s.UB=s.ab +s=A.A4.prototype +s.U0=s.i +s=A.D_.prototype +s.UC=s.ak +s.UD=s.ab +s=A.zs.prototype +s.FU=s.bK +s=A.jF.prototype +s.UE=s.ak +s.UF=s.ab +s=A.ez.prototype +s.Ud=s.qU +s.Uc=s.cT +s=A.dU.prototype +s.TN=s.vu +s=A.tC.prototype +s.FW=s.m +s=A.Fa.prototype +s.RQ=s.lX +s=A.rO.prototype +s.TZ=s.qB +s.U_=s.kC +s=A.j5.prototype +s.SX=s.hG +s=A.b_.prototype +s.Ft=s.ef +s.RO=s.AZ +s.RP=s.wk +s=A.iF.prototype +s.mC=s.I +s=A.DY.prototype +s.V5=s.fR +s.V6=s.Ea +s=A.DZ.prototype +s.V7=s.fR +s.V8=s.jy +s=A.E_.prototype +s.V9=s.fR +s.Va=s.jy +s=A.E0.prototype +s.Vc=s.fR +s.Vb=s.qB +s=A.E1.prototype +s.Vd=s.fR +s=A.E2.prototype +s.Ve=s.fR +s.Vf=s.jy +s=A.Ea.prototype +s.Vk=s.m +s=A.Eb.prototype +s.Vl=s.aB +s=A.Bw.prototype +s.Uf=s.aB +s=A.Bx.prototype +s.Ug=s.m +s=A.Hs.prototype +s.mD=s.adR +s.SG=s.Br +s=A.ab.prototype +s.aS=s.aB +s.bu=s.b4 +s.j7=s.dd +s.cw=s.bL +s.aR=s.m +s.e9=s.bH +s=A.al.prototype +s.Ts=s.aM +s=A.b2.prototype +s.SE=s.dO +s.FA=s.fk +s.t8=s.bc +s.SB=s.AN +s.Fz=s.vK +s.jV=s.iz +s.SC=s.bL +s.Fx=s.dd +s.xD=s.md +s.Fy=s.BQ +s.SD=s.bH +s=A.w5.prototype +s.Sn=s.z2 +s.So=s.iP +s=A.yT.prototype +s.Td=s.bq +s.Te=s.bc +s.Tf=s.Eh +s=A.h6.prototype +s.FD=s.qZ +s=A.bm.prototype +s.oL=s.fk +s.lg=s.bc +s.xM=s.iP +s.Tr=s.md +s=A.zz.prototype +s.FV=s.fk +s=A.fy.prototype +s.SY=s.iE +s.T_=s.iM +s.T0=s.iS +s.SZ=s.fk +s.T1=s.bc +s=A.qP.prototype +s.SL=s.aB +s=A.uk.prototype +s.Uh=s.m +s=A.bT.prototype +s.TL=s.kF +s.TI=s.qa +s.TD=s.q7 +s.TJ=s.BY +s.TM=s.hz +s.TG=s.lK +s.TH=s.ns +s.TE=s.q8 +s.TF=s.BU +s.TC=s.pP +s.TB=s.uP +s.TK=s.m +s=A.QD.prototype +s.UI=s.uU +s=A.Cx.prototype +s.Uj=s.bL +s.Uk=s.m +s=A.Cy.prototype +s.Um=s.b4 +s.Ul=s.bH +s.Un=s.m +s=A.IJ.prototype +s.xE=s.cT +s=A.CD.prototype +s.Uo=s.cT +s=A.Ed.prototype +s.Vn=s.m +s=A.Et.prototype +s.VE=s.m +s=A.dA.prototype +s.aht=s.m +s=A.jk.prototype +s.TA=s.C_ +s=A.dT.prototype +s.Tz=s.sl +s=A.iu.prototype +s.UG=s.qy +s.UH=s.rs +s=A.re.prototype +s.T7=s.kF +s.T5=s.lK +s.T6=s.m +s=A.dE.prototype +s.Ub=s.kF +s.Ua=s.qa +s.U8=s.q7 +s.U9=s.lK +s=A.uv.prototype +s.Ui=s.hz +s=A.KJ.prototype +s.td=s.m +s=A.oB.prototype +s.TO=s.ak +s=A.eQ.prototype +s.oM=s.cT +s=A.D9.prototype +s.UZ=s.cT +s=A.zM.prototype +s.TP=s.uC +s.TQ=s.nl +s=A.jl.prototype +s.TR=s.pz +s.xR=s.R9 +s.TU=s.n9 +s.TS=s.n7 +s.TT=s.pI +s.TY=s.Cd +s.TV=s.hh +s.TX=s.m +s.TW=s.cT +s=A.D7.prototype +s.UY=s.cT +s=A.Da.prototype +s.V_=s.m +s=A.Db.prototype +s.V1=s.b4 +s.V0=s.bH +s.V2=s.m +s=A.jh.prototype +s.FR=s.aB +s.Tg=s.bH +s.Tj=s.vB +s.FQ=s.vD +s.FP=s.vC +s.Th=s.Cx +s.Ti=s.Cy +s.FO=s.m +s=A.uD.prototype +s.Uq=s.m +s=A.En.prototype +s.Vw=s.ak +s.Vx=s.ab +s=A.Az.prototype +s.U5=s.Dr +s.U6=s.Dv +s=A.Eq.prototype +s.VC=s.m +s=A.A9.prototype +s.U2=s.aW +s.U1=s.k})();(function installTearOffs(){var s=hunkHelpers._static_0,r=hunkHelpers._static_1,q=hunkHelpers._instance_0u,p=hunkHelpers._instance_1u,o=hunkHelpers._instance_1i,n=hunkHelpers._instance_0i,m=hunkHelpers._static_2,l=hunkHelpers.installInstanceTearOff,k=hunkHelpers._instance_2u,j=hunkHelpers.installStaticTearOff,i=hunkHelpers._instance_2i +s(A,"aG2","aDA",0) +r(A,"aG1","azX",484) +r(A,"aG3","aGK",17) +r(A,"Tq","aG0",15) +q(A.vf.prototype,"gAv","a8l",0) +p(A.HI.prototype,"ga6o","a6p",39) +q(A.Hu.prototype,"ga0_","a00",0) +var h +o(h=A.Hb.prototype,"gn2","E",240) +q(h,"gRD","lb",48) +p(A.L5.prototype,"ga0M","a0N",152) +p(h=A.dp.prototype,"gZZ","a__",4) +p(h,"gZX","ZY",4) +p(A.kB.prototype,"ga6t","a6u",198) +p(h=A.Hm.prototype,"ga4U","IZ",234) +p(h,"ga4r","a4s",4) +p(A.I6.prototype,"ga5b","a5c",85) +o(A.y6.prototype,"gOD","Dt",9) +o(A.zX.prototype,"gOD","Dt",9) +p(A.JB.prototype,"gzR","a5f",393) +n(A.KA.prototype,"geE","m",0) +p(h=A.wf.prototype,"gqz","Nu",4) +p(h,"gvv","acN",4) +p(h,"gvw","acO",4) +p(h,"gqT","aew",4) +m(J,"am4","aBP",75) +o(A.kM.prototype,"ghM","A",20) +r(A,"aGA","aBA",94) +s(A,"aGB","aCT",60) +o(A.dj.prototype,"gPb","B","2?(D?)") +r(A,"aHd","aEs",92) +r(A,"aHe","aEt",92) +r(A,"aHf","aEu",92) +r(A,"aHc","aBw",20) +s(A,"atg","aGU",0) +r(A,"aHg","aGM",15) +m(A,"aHh","aGO",40) +s(A,"atf","aGN",0) +l(A.tW.prototype,"gM2",0,1,function(){return[null]},["$2","$1"],["fH","jh"],103,0,0) +k(A.a4.prototype,"gyx","f7",40) +o(h=A.uN.prototype,"gn2","E",9) +l(h,"ga9n",0,1,null,["$2","$1"],["n3","a9o"],103,0,0) +q(h=A.tY.prototype,"gzQ","mR",0) +q(h,"gzS","mS",0) +q(h=A.jB.prototype,"gzQ","mR",0) +q(h,"gzS","mS",0) +q(h=A.uL.prototype,"gzQ","mR",0) +q(h,"gzS","mS",0) +p(h,"ga1B","a1C",9) +k(h,"ga22","a23",40) +q(h,"ga1J","a1K",0) +m(A,"atk","aFV",109) +r(A,"atl","aFW",94) +m(A,"aHr","aC1",75) +m(A,"aHs","aG_",75) +o(A.uq.prototype,"gPb","B","2?(D?)") +o(A.my.prototype,"ghM","A",20) +o(A.hs.prototype,"ghM","A",20) +o(A.xi.prototype,"ghM","A",20) +o(A.dJ.prototype,"ghM","A",20) +o(A.tf.prototype,"ghM","A",20) +r(A,"ato","aFX",31) +o(h=A.N0.prototype,"gn2","E",9) +n(h,"gLZ","eD",0) +r(A,"aHE","aId",94) +m(A,"aHD","aIc",109) +m(A,"atp","aAu",489) +j(A,"aHC",1,null,["$2$encoding","$1"],["aru",function(a){return A.aru(a,B.z)}],490,0) +r(A,"aHB","aEh",41) +o(A.q.prototype,"ghM","A",20) +l(A.by.prototype,"gahl",0,0,null,["$1","$0"],["PY","ahm"],269,0,0) +j(A,"aI9",4,null,["$4"],["aEK"],129,0) +j(A,"aIa",4,null,["$4"],["aEL"],129,0) +p(A.Gs.prototype,"gahf","ahg",9) +r(A,"aIs","Tn",492) +r(A,"aIr","alV",493) +j(A,"au2",2,null,["$1$2","$2"],["au3",function(a,b){return A.au3(a,b,t.Jy)}],494,1) +j(A,"amJ",3,null,["$3"],["aDu"],495,0) +j(A,"aup",3,null,["$3"],["Z"],496,0) +j(A,"ek",3,null,["$3"],["A"],497,0) +p(A.Ds.prototype,"gO_","cM",17) +q(A.kN.prototype,"gHq","a_J",0) +i(h=A.wj.prototype,"gOA","r1",436) +k(h,"gOE","Du",79) +k(h,"gOF","r2",451) +p(A.Bt.prototype,"ga_H","a_I",473) +p(h=A.Ce.prototype,"ga5d","a5e",39) +p(h,"gYY","YZ",39) +l(h=A.l9.prototype,"gPw",1,0,null,["$1$from","$0"],["Px","cc"],168,0,0) +p(h,"ga_p","a_q",169) +p(h,"gGm","YN",2) +p(A.i7.prototype,"gmY","ui",3) +p(A.ng.prototype,"gAC","AD",3) +p(h=A.oZ.prototype,"gmY","ui",3) +q(h,"gAR","a94",0) +p(h=A.qa.prototype,"gIX","a4P",3) +q(h,"gIW","a4O",0) +q(A.mS.prototype,"gcY","ac",0) +p(A.la.prototype,"gOy","r_",3) +p(h=A.u0.prototype,"ga6N","a6O",23) +p(h,"ga6P","a6Q",10) +p(h,"ga6L","a6M",29) +q(h,"ga1N","a1O",0) +p(h,"ga6R","a6S",100) +q(A.Bm.prototype,"gNB","vB",0) +j(A,"aHa",1,null,["$2$forceReport","$1"],["apk",function(a){return A.apk(a,!1)}],498,0) +n(h=A.jQ.prototype,"geE","m",0) +q(h,"gcY","ac",0) +p(A.H.prototype,"gDN","ri",185) +r(A,"aIN","aDH",499) +p(h=A.qH.prototype,"ga2V","a2W",188) +p(h,"gaa5","aa6",39) +q(h,"ga0x","z4",0) +p(h,"ga3_","Ik",24) +q(h,"ga38","a39",0) +j(A,"aMM",3,null,["$3"],["app"],500,0) +p(A.hL.prototype,"gqA","kB",24) +r(A,"amu","aAX",154) +p(A.wt.prototype,"gqA","kB",24) +q(A.Nm.prototype,"ga5k","a5l",0) +p(h=A.hH.prototype,"gu0","a4V",24) +p(h,"ga6n","po",192) +q(h,"ga4W","mQ",0) +p(A.rm.prototype,"gqA","kB",24) +k(h=A.Cg.prototype,"ga4h","a4i",197) +k(h,"ga4I","a4J",59) +q(h=A.B5.prototype,"ga1Z","a2_",0) +q(h,"ga20","a21",0) +p(h,"gy7","YP",201) +q(h=A.Ba.prototype,"gZ_","Z0",0) +p(h,"ga06","a07",204) +p(h=A.CR.prototype,"gb9","b1",1) +p(h,"gbn","aX",1) +p(h,"gbf","aV",1) +p(h,"gbM","b0",1) +p(h=A.CS.prototype,"gb9","b1",1) +p(h,"gbn","aX",1) +p(h,"gbf","aV",1) +p(h,"gbM","b0",1) +j(A,"aHP",4,null,["$4"],["aFC"],501,0) +p(h=A.CJ.prototype,"gb9","b1",1) +p(h,"gbn","aX",1) +p(A.lx.prototype,"ga1i","a1j",3) +p(A.xc.prototype,"ga49","a4a",3) +p(A.xd.prototype,"ga4b","a4c",3) +p(h=A.qS.prototype,"gQz","QA",230) +p(h,"gabk","abl",231) +l(h=A.BU.prototype,"gK5",0,0,function(){return[null]},["$1","$0"],["K6","a7w"],122,0,0) +p(h,"gIA","a4d",108) +p(h,"ga2d","a2e",5) +p(h,"ga3K","a3L",25) +p(h,"ga3O","a3P",63) +q(h,"ga3H","In",0) +q(h,"ga3I","a3J",0) +q(h,"ga1L","a1M",0) +p(h,"ga2A","a2B",43) +p(h,"ga2C","a2D",35) +q(A.BP.prototype,"gzt","zu",0) +p(h=A.CM.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +k(h,"ga5t","a5u",13) +q(A.BY.prototype,"gzt","zu",0) +p(h=A.z7.prototype,"ga6k","a6l",30) +p(h,"ga2f","a2g",252) +p(A.zF.prototype,"ga3C","a3D",3) +p(h=A.BF.prototype,"ga35","a36",3) +q(h,"ga5g","a5h",0) +q(A.rC.prototype,"ga3E","a3F",0) +j(A,"auk",3,null,["$3"],["aGC"],502,0) +p(h=A.Dh.prototype,"ga1x","a1y",53) +p(h,"gAi","Aj",53) +p(h,"gAg","Ah",53) +p(h,"gYl","Ym",259) +p(h,"ga2a","a2b",5) +p(h,"ga2h","a2i",5) +q(h=A.uG.prototype,"ghC","jW",0) +q(h,"ga_X","yY",0) +p(h,"gAi","Aj",23) +p(h,"ga7A","a7B",10) +p(h,"gAg","Ah",29) +p(h,"ga7C","a7D",25) +p(h,"ga7E","a7F",63) +p(h,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +q(h,"gadH","vJ",0) +q(h,"gabo","v6",0) +p(A.Di.prototype,"gzO","a53",3) +p(h=A.Ck.prototype,"ga80","a81",23) +p(h,"ga82","a83",10) +p(h,"ga7Z","a8_",29) +p(h,"ga7X","a7Y",265) +q(h=A.Dx.prototype,"ga1D","a1E",0) +n(h,"geE","m",0) +p(h=A.RH.prototype,"gaeU","Dr",65) +p(h,"gaeS","aeT",65) +p(h,"gaf8","af9",87) +p(h,"gafe","Dv",63) +p(h,"gafa","afb",74) +q(h=A.DD.prototype,"gKs","a86",0) +k(h,"ga3e","a3f",270) +q(h,"ga3k","a3l",0) +p(h=A.AJ.prototype,"ga8r","a8s",25) +l(h,"gKz",0,0,function(){return[null]},["$1","$0"],["KA","a8q"],122,0,0) +l(h,"ga3M",0,0,null,["$1","$0"],["Io","a3N"],277,0,0) +p(h,"ga8m","a8n",5) +p(h,"ga8o","a8p",5) +n(A.tE.prototype,"geE","m",0) +q(h=A.oY.prototype,"gIi","a2E",0) +p(h,"ga8t","a8u",3) +q(h,"gac3","N_",50) +p(h,"gIj","a2Z",24) +q(h,"gIl","a34",0) +l(A.yx.prototype,"gadP",0,1,null,["$4$allowUpscaling$cacheHeight$cacheWidth","$1"],["NU","adQ"],278,0,0) +k(A.GG.prototype,"ga2j","a2k",138) +j(A,"aHR",3,null,["$3"],["es"],503,0) +r(A,"aIe","azT",504) +o(A.nP.prototype,"gLv","a2",111) +p(h=A.Iz.prototype,"ga1z","a1A",290) +p(h,"ga1n","a1o",2) +o(h,"gLv","a2",111) +j(A,"aum",3,null,["$3"],["bj"],505,0) +q(h=A.ry.prototype,"ga3s","a3t",0) +p(h,"ga3V","a3W",2) +l(h,"ga3q",0,3,null,["$3"],["a3r"],292,0,0) +q(h,"ga3u","a3v",0) +q(h,"ga3w","a3x",0) +p(h,"ga2R","a2S",2) +p(h=A.B.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +q(h,"gw0","a0",0) +k(A.cE.prototype,"gabr","q2",13) +p(h=A.zc.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +p(h=A.zd.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +p(h=A.ot.prototype,"ga54","a55",113) +q(h,"gd5","aF",0) +q(h,"ghC","jW",0) +q(h,"gud","a7u",0) +p(h,"ga3A","a3B",32) +p(h,"ga3y","a3z",296) +p(h,"ga2J","a2K",5) +p(h,"ga2F","a2G",5) +p(h,"ga2L","a2M",5) +p(h,"ga2H","a2I",5) +p(h,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +p(h,"ga_O","a_P",25) +q(h,"ga_M","a_N",0) +q(h,"ga2q","a2r",0) +k(h,"ga_Q","Hu",13) +p(h=A.zf.prototype,"gbf","aV",1) +p(h,"gbM","b0",1) +p(h=A.zg.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +p(h=A.zi.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +r(A,"au5","aD8",47) +r(A,"au6","aD9",47) +q(h=A.u.prototype,"gd5","aF",0) +l(h,"gfm",0,2,null,["$2"],["aH"],13,0,1) +q(h,"gOl","aj",0) +l(h,"goB",0,0,null,["$4$curve$descendant$duration$rect","$0","$1$rect","$3$curve$duration$rect","$2$descendant$rect"],["dE","oC","l9","my","la"],88,0,0) +p(h=A.ac.prototype,"gaae","aaf","ac.0?(D?)") +p(h,"gaac","aad","ac.0?(D?)") +q(A.m_.prototype,"ghC","jW",0) +p(h=A.zn.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +q(h,"ghC","jW",0) +p(h=A.zo.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +p(h=A.dS.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +l(h,"gfm",0,2,null,["$2"],["aH"],13,0,1) +p(h=A.zb.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +p(h=A.zk.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +q(A.z9.prototype,"guo","AI",0) +q(A.uE.prototype,"gtU","pj",0) +p(h=A.zl.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +q(h=A.kq.prototype,"ga5T","a5U",0) +q(h,"ga5V","a5W",0) +q(h,"ga5X","a5Y",0) +q(h,"ga5R","a5S",0) +q(h=A.zq.prototype,"ga5Z","a6_",0) +q(h,"ga5N","a5O",0) +q(h,"ga5L","a5M",0) +q(h,"ga5F","a5G",0) +q(h,"ga5H","a5I",0) +q(h,"ga5P","a5Q",0) +q(h,"ga5J","a5K",0) +p(h=A.zr.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +p(h=A.zm.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +p(h=A.ze.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +l(A.ch.prototype,"gadt",0,1,null,["$3$crossAxisPosition$mainAxisPosition"],["NI"],306,0,0) +p(h=A.rw.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +k(h,"gwd","m4",13) +k(A.zj.prototype,"gwd","m4",13) +p(A.zt.prototype,"gadx","ady",311) +p(h=A.rx.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +k(h,"ga5s","J6",13) +l(h,"goB",0,0,null,["$4$curve$descendant$duration$rect","$0","$1$rect","$3$curve$duration$rect","$2$descendant$rect"],["dE","oC","l9","my","la"],88,0,0) +m(A,"aHm","aDh",506) +j(A,"aHn",0,null,["$2$priority$scheduler"],["aHI"],507,0) +p(h=A.dU.prototype,"ga09","a0a",121) +q(h,"ga6V","a6W",0) +q(h,"gac4","Ce",0) +p(h,"ga1q","a1r",2) +q(h,"ga1X","a1Y",0) +p(A.tC.prototype,"gAu","a8k",2) +n(A.rM.prototype,"geE","m",0) +r(A,"aHb","azS",508) +r(A,"aHl","aDn",509) +q(h=A.rO.prototype,"gYC","YD",321) +p(h,"ga2o","zi",322) +p(h,"ga2T","zk",91) +p(h=A.I5.prototype,"gacU","acV",85) +p(h,"gadb","CE",325) +p(h,"ga_0","a_1",326) +p(A.zx.prototype,"ga4S","zJ",91) +p(h=A.cQ.prototype,"ga_K","a_L",127) +p(h,"gJq","Jr",127) +p(A.LR.prototype,"ga3Q","zl",69) +p(A.B1.prototype,"gI8","a1h",340) +p(h=A.BI.prototype,"gIe","a2c",108) +p(h,"gYp","Yq",43) +p(h,"gYr","Ys",35) +p(h,"ga27","a28",5) +p(h=A.DX.prototype,"ga59","a5a",342) +p(h,"ga5m","a5n",343) +p(A.B7.prototype,"gYw","Yx",516) +q(h=A.AZ.prototype,"gacX","acY",0) +p(h,"ga2N","a2O",69) +q(h,"ga1s","a1t",0) +q(h=A.E3.prototype,"gad1","CA",0) +q(h,"gadh","CF",0) +q(h,"gad4","CD",0) +p(h=A.Bo.prototype,"gHk","a_t",23) +p(h,"gHl","a_u",10) +q(h,"ga1H","a1I",0) +p(h,"gHj","a_s",29) +p(h,"ga1F","tK",348) +p(A.Bu.prototype,"gy6","Gl",3) +q(h=A.qm.prototype,"ga58","J2",0) +q(h,"ga6I","a6J",0) +q(h,"ga8T","a8U",0) +p(h,"ga1u","a1v",113) +q(h,"ga56","a57",0) +p(h,"gHb","a_f",44) +p(h,"ga_g","a_h",44) +q(h,"gyR","Hg",0) +q(h,"gyV","a_R",0) +p(h,"gZv","Zw",71) +p(h,"ga5_","a50",71) +p(h,"ga4A","IO",71) +p(h,"ga_D","a_E",71) +p(h,"ga6y","Jy",352) +p(h,"ga74","a75",353) +p(h,"ga8R","a8S",354) +p(h,"ga0d","a0e",355) +p(h,"ga0f","a0g",356) +p(h,"ga41","a42",357) +p(h=A.DC.prototype,"ga8y","a8z",367) +p(h,"ga6i","a6j",368) +q(h,"gzX","Jp",0) +p(A.DN.prototype,"gafD","kP",9) +n(A.cW.prototype,"geE","m",0) +n(h=A.wS.prototype,"geE","m",0) +p(h,"gHN","a0z",24) +p(h,"gIh","a2n",370) +q(h,"gYR","YS",0) +q(A.u9.prototype,"gzh","a29",0) +r(A,"aj3","aEM",12) +m(A,"aj2","aB4",510) +r(A,"atF","aB3",12) +p(h=A.Oy.prototype,"ga8B","KH",12) +q(h,"ga8C","a8D",0) +p(h=A.rs.prototype,"ga0G","a0H",100) +p(h,"ga8X","a8Y",396) +p(h=A.kQ.prototype,"gZd","Ze",19) +p(h,"ga1m","I9",3) +q(h,"gOG","afi",0) +p(h=A.x0.prototype,"ga25","a26",399) +l(h,"ga_k",0,5,null,["$5"],["a_l"],400,0,0) +j(A,"aIb",3,null,["$3"],["iW"],511,0) +k(A.BR.prototype,"ga2l","a2m",138) +q(A.pS.prototype,"ga1k","a1l",0) +q(A.ul.prototype,"gzm","a3U",0) +p(A.up.prototype,"gII","a4u",9) +p(h=A.CT.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +m(A,"aIx","aCr",512) +r(A,"amv","aF1",72) +r(A,"au4","aF2",72) +r(A,"TC","aF3",72) +p(A.ux.prototype,"gqY","m_",73) +p(A.Cu.prototype,"gqY","m_",73) +p(A.Cv.prototype,"gqY","m_",73) +p(A.Cw.prototype,"gqY","m_",73) +p(h=A.j6.prototype,"ga2X","a2Y",100) +p(h,"ga32","a33",24) +p(h=A.uH.prototype,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +k(h,"gwd","m4",13) +p(A.BM.prototype,"gzT","zU",30) +n(h=A.BL.prototype,"geE","m",0) +p(h,"gyj","yk",3) +p(h,"ga8i","a8j",2) +p(A.Dw.prototype,"gzT","zU",30) +p(h=A.Dv.prototype,"gyj","yk",3) +n(h,"geE","m",0) +p(A.GK.prototype,"ga4Q","zI",91) +q(A.D1.prototype,"gA1","a6x",0) +n(A.dA.prototype,"geE","m",0) +p(A.jk.prototype,"ga8P","AJ",421) +p(A.dE.prototype,"gIm","a3G",3) +p(h=A.hX.prototype,"gZ9","Za",19) +p(h,"gZb","Zc",19) +q(h=A.Fi.prototype,"gAs","At",0) +q(h,"gA7","A8",0) +q(h=A.GU.prototype,"gAs","At",0) +q(h,"gA7","A8",0) +n(A.oB.prototype,"geE","m",0) +r(A,"EM","aHJ",30) +q(h=A.jl.prototype,"gabC","abD",0) +n(h,"geE","m",0) +n(A.rG.prototype,"geE","m",0) +p(h=A.zP.prototype,"gIc","a1P",430) +p(h,"gJP","a77",23) +p(h,"gJQ","a78",10) +p(h,"gJO","a76",29) +q(h,"gJM","JN",0) +q(h,"ga_A","a_B",0) +q(h,"ga_y","a_z",0) +p(h,"ga6e","a6f",431) +p(h,"ga30","a31",24) +p(h,"ga3a","a3b",155) +n(A.rK.prototype,"geE","m",0) +p(h=A.jh.prototype,"ga92","a93",3) +q(h,"gNB","vB",0) +p(h,"ga3S","a3T",25) +p(h,"ga79","a7a",155) +p(h,"ga3c","a3d",30) +k(A.Df.prototype,"ga2P","a2Q",107) +q(h=A.CZ.prototype,"gtO","a40",0) +p(h,"gb9","b1",1) +p(h,"gbf","aV",1) +p(h,"gbn","aX",1) +p(h,"gbM","b0",1) +l(h,"goB",0,0,null,["$4$curve$descendant$duration$rect","$0","$1$rect","$3$curve$duration$rect","$2$descendant$rect"],["dE","oC","l9","my","la"],88,0,0) +m(A,"aMW","asO",513) +p(A.tc.prototype,"gag4","Pd",443) +q(h=A.LU.prototype,"gLb","AO",0) +p(h,"ga3g","a3h",23) +p(h,"ga3i","a3j",10) +p(h,"ga3m","a3n",23) +p(h,"ga3o","a3p",10) +p(h=A.KP.prototype,"gZg","Zh",19) +p(h,"gZ2","Z3",19) +q(A.Dd.prototype,"gzn","zo",0) +p(h=A.Az.prototype,"gafg","afh",25) +q(h,"gafc","afd",0) +p(h,"gaf6","af7",97) +q(h,"gaf2","af3",0) +p(h,"gaf4","af5",25) +p(h,"gaeI","aeJ",25) +p(h,"gaeM","aeN",23) +k(h,"gaeO","aeP",446) +p(h,"gaeK","aeL",29) +p(h=A.DF.prototype,"ga8a","a8b",25) +p(h,"ga8c","a8d",63) +q(h,"ga88","a89",0) +p(h,"ga1S","a1T",23) +p(h,"ga1U","a1V",10) +q(h,"ga1W","Id",0) +p(h,"ga1Q","a1R",29) +p(h,"ga0C","a0D",65) +p(h,"ga0A","a0B",65) +p(h,"ga2w","a2x",74) +p(h,"ga2u","a2v",87) +p(h,"ga2s","a2t",97) +q(h,"ga_F","a_G",0) +q(A.jn.prototype,"gkh","ki",0) +q(A.cR.prototype,"gda","dm",0) +q(A.B3.prototype,"gzg","a1w",0) +l(A.K0.prototype,"gacS",0,3,null,["$3"],["vx"],449,0,0) +p(A.Hn.prototype,"gad_","Cz",69) +p(A.HY.prototype,"ga2y","zj",69) +i(h=A.AK.prototype,"gOA","r1",464) +k(h,"gOE","Du",79) +k(h,"gOF","r2",465) +s(A,"au_","atZ",0) +p(A.B6.prototype,"ga5i","a5j",15) +q(A.DW.prototype,"gaeZ","kL",48) +r(A,"aIt","aC0",514) +j(A,"amx",1,null,["$2$wrapWidth","$1"],["ats",function(a){return A.ats(a,null)}],515,0) +s(A,"aIG","asD",0) +m(A,"EJ","aAe",163) +m(A,"EK","aAf",163)})();(function inheritance(){var s=hunkHelpers.mixin,r=hunkHelpers.mixinHard,q=hunkHelpers.inherit,p=hunkHelpers.inheritMany +q(A.D,null) +p(A.D,[A.vf,A.Uy,A.cc,A.UI,A.pU,A.O0,A.QM,A.Wf,A.eZ,A.VN,A.c4,J.qV,A.a47,A.L7,A.Vs,A.dV,A.VJ,A.HI,A.hY,A.q,A.tL,A.Hu,A.od,A.Y,A.afY,A.kT,A.Hb,A.a2Q,A.L5,A.lZ,A.HO,A.lf,A.vi,A.vU,A.k0,A.HV,A.iZ,A.eM,A.a3X,A.a3e,A.I8,A.a1m,A.a1n,A.ZH,A.W8,A.VL,A.na,A.a4f,A.L6,A.a9b,A.Ak,A.dp,A.vZ,A.kB,A.G5,A.w_,A.vY,A.G2,A.VM,A.ac1,A.mD,A.bA,A.Gl,A.Gk,A.VY,A.H5,A.YM,A.dw,A.Hm,A.Yl,A.KD,A.oA,A.QL,A.a6_,A.fu,A.Gv,A.tZ,A.a79,A.Y9,A.bU,A.a91,A.u4,A.d7,A.a99,A.a98,A.aO,A.aQ,A.f_,A.a4c,A.W9,A.Na,A.Wn,A.tl,A.a3o,A.rj,A.oh,A.kn,A.a82,A.a3p,A.lQ,A.a4z,A.cO,A.afg,A.a5t,A.ahm,A.tm,A.a92,A.a2N,A.wC,A.KU,A.zU,A.oG,A.mF,A.a3Y,A.HH,A.zY,A.x2,A.a10,A.I6,A.jW,A.a18,A.a2g,A.V2,A.aax,A.a3F,A.H0,A.H_,A.a3C,A.a3H,A.a3J,A.JB,A.a3V,A.abl,A.Sq,A.kU,A.p8,A.uC,A.a3N,A.al2,A.HC,A.HB,A.akW,A.U9,A.fD,A.a75,A.KS,A.cF,A.YD,A.a6V,A.a6R,A.wf,A.Cb,A.he,A.a0I,A.a0K,A.a8M,A.a8Q,A.aaI,A.JW,A.a96,A.FD,A.nr,A.a3i,A.tk,A.Vv,A.Zn,A.Hv,A.a9R,A.rq,A.xy,A.a1p,A.a8E,A.dx,A.KA,A.a9S,A.qq,A.wD,A.wF,A.wE,A.Au,A.a9n,A.LQ,A.ln,A.c9,A.kH,A.O8,A.V1,A.Yo,A.Ar,A.Yh,A.Fe,A.tx,A.qn,A.a0z,A.a9w,A.a9o,A.a02,A.Y7,A.XJ,A.bJ,A.aaC,A.Zc,A.Mm,A.akG,J.fo,A.bN,A.FH,A.aq,A.a77,A.cN,A.HX,A.qs,A.GX,A.Ht,A.tM,A.wK,A.M9,A.to,A.r8,A.qb,A.a0H,A.aai,A.IM,A.wI,A.Dq,A.afW,A.a1r,A.xA,A.nW,A.us,A.B2,A.ti,A.Rq,A.abX,A.i9,A.Ol,A.DL,A.DI,A.MI,A.um,A.pt,A.Fc,A.tW,A.jD,A.a4,A.MJ,A.d1,A.kA,A.uN,A.MK,A.jB,A.Pz,A.NF,A.acy,A.Ro,A.BB,A.ug,A.ahw,A.BN,A.Er,A.pg,A.ae4,A.kR,A.xi,A.Ca,A.o1,A.T,A.P_,A.DQ,A.Br,A.NR,A.Cc,A.cG,A.Sk,A.Rk,A.Rj,A.jG,A.nd,A.FJ,A.adO,A.adL,A.ahj,A.ahi,A.bh,A.dh,A.aP,A.IV,A.Ae,A.O2,A.h2,A.Fm,A.ax,A.aD,A.Rt,A.Ag,A.a5Y,A.by,A.DU,A.aao,A.ht,A.H7,A.oF,A.LZ,A.Wk,A.akt,A.ui,A.cC,A.yi,A.Dg,A.Rx,A.wM,A.Gs,A.ach,A.ag8,A.Sm,A.agz,A.aaK,A.k4,A.IK,A.adI,A.fA,A.GY,A.abY,A.Ds,A.kN,A.VC,A.IQ,A.w,A.bD,A.i5,A.add,A.a3K,A.h9,A.E,A.xR,A.m8,A.Jz,A.Mj,A.lr,A.lG,A.je,A.yL,A.cs,A.cj,A.a76,A.h1,A.As,A.LP,A.ij,A.b9,A.cy,A.lR,A.F_,A.Vk,A.HA,A.Lx,A.hE,A.Ff,A.bd,A.HF,A.YH,A.rz,A.V3,A.e1,A.WT,A.xH,A.di,A.abn,A.NI,A.qF,A.HE,A.afU,A.IU,A.a30,A.cP,A.aac,A.YK,A.hg,A.a5y,A.a5z,A.NG,A.Rm,A.wj,A.a1y,A.at,A.a7g,A.vs,A.yA,A.vq,A.vp,A.mS,A.la,A.an,A.kF,A.OG,A.a9T,A.Ov,A.f8,A.GI,A.Bl,A.NB,A.Fw,A.Ns,A.RM,A.yh,A.Nv,A.Nt,A.eq,A.Oc,A.Fn,A.jQ,A.af6,A.ai,A.iO,A.f7,A.alH,A.hb,A.H,A.aaH,A.z4,A.ih,A.d2,A.cX,A.qG,A.uf,A.ZW,A.afX,A.qH,A.jT,A.h0,A.f3,A.hI,A.PN,A.eB,A.Mp,A.Nb,A.Ni,A.Ng,A.Ne,A.Nf,A.Nd,A.Nh,A.Nk,A.Nj,A.Nc,A.nC,A.wg,A.fv,A.uS,A.hN,A.r7,A.xM,A.r6,A.kY,A.alD,A.a3W,A.Ic,A.Nm,A.uQ,A.a3R,A.a3U,A.hh,A.tq,A.mm,A.N9,A.ZZ,A.jy,A.tK,A.CG,A.jz,A.KK,A.a7h,A.MG,A.kP,A.P0,A.MS,A.MT,A.MV,A.MX,A.MZ,A.C1,A.OS,A.OR,A.Pd,A.N_,A.N3,A.N4,A.C6,A.N7,A.N8,A.Nx,A.C5,A.bT,A.NH,A.NL,A.NS,A.aU,A.O_,A.O3,A.acm,A.Oa,A.Z5,A.YQ,A.YP,A.Z4,A.k1,A.qU,A.bG,A.Hj,A.NA,A.afB,A.ly,A.OB,A.OT,A.GJ,A.eg,A.fk,A.xY,A.Pi,A.C4,A.Pj,A.Pv,A.xX,A.ki,A.Px,A.Q0,A.Q2,A.Q9,A.C3,A.a66,A.KE,A.Wd,A.a2o,A.zD,A.QS,A.C7,A.OF,A.R7,A.a8t,A.a8u,A.a8v,A.US,A.Rf,A.Ry,A.C2,A.RD,A.C0,A.RG,A.Az,A.RK,A.RN,A.RS,A.uj,A.O5,A.Sp,A.RW,A.RX,A.AJ,A.RZ,A.Sh,A.mR,A.LI,A.yx,A.vC,A.du,A.Hg,A.VQ,A.GG,A.ce,A.a0b,A.N1,A.PA,A.x9,A.hS,A.iE,A.Ow,A.hR,A.h5,A.Ox,A.qO,A.F1,A.k2,A.Rv,A.jc,A.abV,A.LS,A.RL,A.a8J,A.ac7,A.afc,A.ah6,A.AL,A.ry,A.cx,A.BZ,A.cE,A.Wy,A.tA,A.ae1,A.vv,A.F6,A.I7,A.r4,A.Pe,A.SP,A.a6U,A.Jw,A.aE,A.eJ,A.ac,A.m_,A.age,A.agf,A.oE,A.dS,A.z9,A.Rb,A.a5i,A.j0,A.a5o,A.a4K,A.Mi,A.m5,A.uc,A.dU,A.tC,A.oX,A.AD,A.a6I,A.bR,A.QU,A.kL,A.kW,A.a6J,A.QX,A.a6S,A.Fa,A.vz,A.UU,A.rO,A.nc,A.r2,A.OL,A.a_i,A.xq,A.I5,A.OM,A.kc,A.yK,A.y4,A.a8Z,A.a0J,A.a0L,A.a8N,A.a8R,A.a2h,A.y5,A.lc,A.j5,A.Qa,A.Qb,A.a4k,A.ct,A.cQ,A.UF,A.ml,A.mn,A.oT,A.Pg,A.agD,A.Av,A.a9x,A.dD,A.a9U,A.e8,A.a9y,A.LR,A.Mr,A.Mq,A.uA,A.IJ,A.iF,A.hq,A.AZ,A.Fr,A.GS,A.M1,A.DA,A.DN,A.MN,A.Zg,A.Og,A.Oe,A.ua,A.Ok,A.u2,A.NJ,A.Xg,A.SW,A.SV,A.Oy,A.Ve,A.yj,A.af7,A.qR,A.nE,A.a6T,A.adh,A.kQ,A.ob,A.h4,A.FF,A.fC,A.uB,A.GN,A.y0,A.i8,A.a5N,A.M6,A.mC,A.QD,A.Dr,A.IY,A.O9,A.zM,A.a21,A.a3G,A.jk,A.a5M,A.Ih,A.KJ,A.a6p,A.ahv,A.ia,A.fj,A.Mk,A.a6x,A.R3,A.Su,A.a8w,A.mj,A.oN,A.LU,A.KP,A.jn,A.cR,A.Hn,A.y1,A.HY,A.a1w,A.a1x,A.a1D,A.a1E,A.a3E,A.We,A.a90,A.a3l,A.Jj,A.Q6,A.ro,A.xe,A.a4b,A.a4a,A.JS,A.a3d,A.afh,A.JQ,A.JO,A.yX,A.rP,A.a7c,A.a8C,A.Lo,A.A9,A.a_t,A.eA,A.is,A.id,A.Lq,A.a9_,A.hP,A.AK,A.k_,A.i4,A.kt,A.jx,A.fi,A.bc,A.fK,A.im]) +p(A.cc,[A.Gm,A.Gn,A.UE,A.UA,A.UJ,A.a48,A.ajr,A.ajt,A.a_X,A.a_Y,A.a_Z,A.a_W,A.Zp,A.aim,A.aj0,A.aj1,A.a2S,A.a2R,A.a2U,A.a2T,A.a8o,A.aiU,A.ahZ,A.a0D,A.a0C,A.ai3,A.W1,A.W2,A.W_,A.W0,A.VZ,A.Zd,A.Ze,A.Zf,A.ajy,A.ajx,A.a2O,A.a_U,A.a_V,A.a_S,A.a_T,A.aj9,A.ahE,A.a11,A.a12,A.a1l,A.ai6,A.ai7,A.ai8,A.ai9,A.aia,A.aib,A.aic,A.aid,A.a14,A.a15,A.a16,A.a17,A.a1e,A.a1i,A.a2q,A.a7k,A.a7l,A.a_k,A.YA,A.Yu,A.Yv,A.Yw,A.Yx,A.Yy,A.Yz,A.Yq,A.YC,A.abm,A.ahn,A.afk,A.afm,A.afn,A.afo,A.afp,A.afq,A.ah1,A.ah2,A.ah3,A.ah4,A.ah5,A.af_,A.af0,A.af1,A.af2,A.af3,A.a0t,A.a0u,A.a6E,A.a6F,A.ain,A.aio,A.aip,A.aiq,A.air,A.ais,A.ait,A.aiu,A.WN,A.a2b,A.a9m,A.a9r,A.a9s,A.a9t,A.Zr,A.Zs,A.afs,A.Yk,A.Yi,A.Yj,A.WC,A.WD,A.WE,A.WF,A.a08,A.a09,A.a06,A.Ul,A.Z0,A.Z1,A.a03,A.aiH,A.Vy,A.Wc,A.ZV,A.xf,A.LH,A.a0R,A.a0Q,A.aj5,A.aj7,A.abc,A.abb,A.ahI,A.ZT,A.ZQ,A.ZR,A.ZM,A.ad2,A.ada,A.a8X,A.a8W,A.agx,A.ag3,A.adf,A.ae3,A.a1M,A.a8G,A.a8I,A.adK,A.ahV,A.ahW,A.Ya,A.YJ,A.a00,A.acI,A.acJ,A.a2M,A.a2L,A.agl,A.agm,A.agC,A.ahP,A.YV,A.YW,A.YX,A.a0S,A.ahS,A.ahT,A.aiD,A.aiE,A.aiF,A.aju,A.ajv,A.a1_,A.Vm,A.Vo,A.Vr,A.V6,A.V7,A.V8,A.V9,A.Va,A.Vb,A.X1,A.X4,A.X5,A.X8,A.WY,A.Xa,A.WW,A.WX,A.Xc,A.Xd,A.Xe,A.Zx,A.ZG,A.ZD,A.ZF,A.ZA,A.ZB,A.Zz,A.ZC,A.a_n,A.afV,A.WJ,A.aiV,A.aiL,A.ado,A.ajA,A.acD,A.aej,A.aek,A.a1z,A.a1A,A.a1C,A.adR,A.ac8,A.acb,A.acc,A.ace,A.Wu,A.a2I,A.acg,A.Z9,A.Za,A.Zb,A.aiQ,A.a8K,A.a9a,A.adb,A.a3P,A.a3Q,A.aer,A.a1P,A.alx,A.abR,A.abS,A.abT,A.abw,A.abx,A.aby,A.abJ,A.abK,A.abL,A.abM,A.abN,A.abO,A.abP,A.abQ,A.abz,A.abH,A.abu,A.abI,A.abt,A.abA,A.abB,A.abC,A.abD,A.abE,A.abF,A.abG,A.WR,A.adB,A.afD,A.aeI,A.aet,A.aeu,A.aev,A.aew,A.a1T,A.ahy,A.ahz,A.ahA,A.ahB,A.a3c,A.a4H,A.a63,A.a6a,A.aeB,A.aey,A.aeA,A.aez,A.aex,A.agr,A.afN,A.afL,A.afK,A.ags,A.aeM,A.aeJ,A.aeN,A.aeK,A.aeO,A.agM,A.agN,A.ab0,A.a9X,A.aa5,A.aa6,A.aa7,A.aa9,A.aaa,A.ac4,A.ac5,A.VR,A.VS,A.VT,A.abU,A.a0l,A.a0g,A.UG,A.a0n,A.a0y,A.a0x,A.a9V,A.a5x,A.V_,A.a4Q,A.a4T,A.a4S,A.a2k,A.a2j,A.a59,A.a5a,A.a58,A.a5d,A.a5e,A.a5j,A.a5l,A.a5n,A.a5m,A.a5s,A.a5q,A.a5r,A.a5p,A.a5w,A.a5v,A.a6d,A.a6c,A.a9Z,A.a6Y,A.a6W,A.agk,A.agj,A.agh,A.agi,A.ahM,A.a70,A.a7_,A.a6K,A.a6N,A.a6L,A.a6O,A.a6M,A.a6P,A.a6Q,A.Vj,A.acj,A.UT,A.a25,A.a4l,A.a5E,A.a5F,A.a5D,A.YY,A.a9q,A.a9z,A.a9N,A.a9M,A.a9O,A.ai5,A.Ue,A.Ui,A.Uf,A.Uh,A.acY,A.acV,A.acT,A.acU,A.acX,A.ahp,A.abf,A.abk,A.a5H,A.aht,A.ahr,A.Xw,A.Xx,A.Y1,A.Y4,A.XP,A.Y2,A.XV,A.XW,A.XX,A.XY,A.XU,A.XT,A.XK,A.Y0,A.acF,A.agc,A.ah9,A.aiy,A.Zi,A.ai0,A.Zl,A.Zk,A.afz,A.Xj,A.Xk,A.Xm,A.Xn,A.Xh,A.Xp,A.Xq,A.Xs,A.Xt,A.afw,A.afx,A.afu,A.a4y,A.ady,A.Ye,A.Yf,A.Yb,A.Yd,A.Yc,A.a3k,A.a53,A.a2p,A.a_3,A.a_6,A.a_8,A.a_a,A.a_c,A.a_5,A.acn,A.aco,A.acp,A.acs,A.act,A.acu,A.a_s,A.a_q,A.a_p,A.a0a,A.a0s,A.a0r,A.a0q,A.aaV,A.aaU,A.aaT,A.aaW,A.aaX,A.aaY,A.aaZ,A.a0w,A.aig,A.aih,A.aii,A.ae7,A.ae8,A.a1Y,A.a5P,A.a5O,A.a5S,A.a5U,A.a5Q,A.a2H,A.ag4,A.ag7,A.a2F,A.a2z,A.a2B,A.a2D,A.a32,A.afR,A.afP,A.afQ,A.afO,A.a3a,A.afe,A.ag_,A.aaf,A.aae,A.aeY,A.aeV,A.a6k,A.a6l,A.a6m,A.a6r,A.a6s,A.a6v,A.a6C,A.a6z,A.a6B,A.a6G,A.a4q,A.a4m,A.a4n,A.a4o,A.a4s,A.a4u,A.a4v,A.a8A,A.WG,A.a6H,A.agP,A.agR,A.agT,A.agV,A.a4J,A.Vx,A.a2_,A.aiY,A.a4_,A.Wg,A.Wh,A.aiA,A.a7b,A.a_v,A.a_u,A.a_w,A.a_y,A.a_A,A.a_x,A.a_O,A.a01,A.a0V,A.a0W,A.a0X,A.a0Y,A.a2v,A.a2w,A.a2x,A.ab8,A.ab9,A.aba,A.ab6,A.ab5,A.ab4,A.aaR,A.aaP,A.aaO,A.aec,A.aed,A.aea,A.aep,A.aeo,A.af8,A.ahh,A.a24]) +p(A.Gm,[A.UD,A.UK,A.a49,A.ajq,A.ajs,A.Zo,A.Zq,A.aij,A.YR,A.a8q,A.a8r,A.a8p,A.VK,A.VG,A.VH,A.ZI,A.ZJ,A.VO,A.a3t,A.a94,A.a95,A.aja,A.ajc,A.ahF,A.a13,A.a1k,A.a1f,A.a1g,A.a1h,A.a1a,A.a1b,A.a1c,A.a_l,A.YB,A.Yt,A.Yr,A.aje,A.ajf,A.a3I,A.afl,A.a3O,A.Ua,A.Ub,A.a6D,A.YE,A.YG,A.YF,A.a2c,A.a9u,A.afr,A.a07,A.Z_,A.a9p,A.Ym,A.Yn,A.VA,A.ajo,A.a44,A.abd,A.abe,A.agX,A.agW,A.ZO,A.ZN,A.ZS,A.acZ,A.ad6,A.ad4,A.ad0,A.ad5,A.ad_,A.ad9,A.ad8,A.ad7,A.a8U,A.a8Y,A.a8V,A.agw,A.agv,A.abs,A.abr,A.afi,A.ahL,A.aiv,A.ag2,A.aaB,A.aaA,A.YI,A.VD,A.VE,A.ajF,A.ajG,A.a0Z,A.Vq,A.Vc,A.X3,A.X2,A.X7,A.X6,A.X_,A.WZ,A.X9,A.WU,A.ZE,A.WK,A.ajH,A.ads,A.adr,A.adt,A.adq,A.adp,A.acE,A.acC,A.aef,A.aee,A.aei,A.aeh,A.aeg,A.ael,A.a1B,A.adQ,A.adY,A.adX,A.adS,A.adV,A.adW,A.Wr,A.Ws,A.acf,A.aiw,A.ahK,A.Z8,A.UV,A.VB,A.ZY,A.ZX,A.a_0,A.a_1,A.Zv,A.Zt,A.Zu,A.a1H,A.a1G,A.a1F,A.XB,A.XF,A.XG,A.XC,A.XD,A.XE,A.a3T,A.a41,A.a9h,A.a9i,A.a9j,A.a9k,A.a__,A.Ux,A.ab1,A.a1O,A.UQ,A.abp,A.abo,A.abv,A.ai2,A.ai1,A.adC,A.adz,A.adA,A.adg,A.adG,A.adF,A.a1R,A.a1S,A.a4E,A.a4C,A.a4D,A.a4F,A.a4G,A.a64,A.a65,A.a60,A.a61,A.a62,A.acL,A.a68,A.a67,A.aeH,A.aeG,A.aeF,A.aeD,A.aeE,A.aeC,A.agp,A.agq,A.agn,A.ago,A.afM,A.agt,A.aeL,A.agE,A.agG,A.agF,A.agI,A.agJ,A.agH,A.a9Y,A.aa2,A.aa3,A.aa0,A.aa1,A.aa8,A.a0d,A.a0c,A.ae5,A.a0i,A.a0j,A.a2r,A.a4M,A.a4O,A.a4N,A.a4P,A.a2n,A.a2m,A.a2l,A.a3h,A.a3g,A.a3f,A.a57,A.a5b,A.a5c,A.a5k,A.a6f,A.a6g,A.a6h,A.a78,A.a4j,A.a5B,A.a5C,A.a5A,A.a9d,A.a9P,A.aaM,A.acW,A.acR,A.acS,A.acQ,A.ahq,A.abj,A.abh,A.abi,A.abg,A.ahs,A.aaG,A.a55,A.a56,A.acA,A.acB,A.XL,A.XM,A.XO,A.Y3,A.Y5,A.Y6,A.XQ,A.XR,A.XS,A.XZ,A.aix,A.acM,A.acN,A.acO,A.acP,A.Vf,A.W6,A.W7,A.a_2,A.a_4,A.a_7,A.a_9,A.a_b,A.a_d,A.acr,A.acq,A.adl,A.adk,A.adj,A.adv,A.adw,A.adx,A.Um,A.adZ,A.ae_,A.ae0,A.ae6,A.aeP,A.aeR,A.aeQ,A.a2d,A.a5T,A.a5V,A.a5R,A.ag6,A.ag5,A.a2A,A.a2C,A.a2E,A.a2y,A.afd,A.a36,A.a35,A.a37,A.a34,A.a33,A.adc,A.afZ,A.a5G,A.aag,A.aah,A.aeT,A.a2f,A.a2e,A.a6j,A.a6q,A.a6y,A.a6A,A.a4t,A.a4p,A.a4r,A.a7e,A.a8y,A.a8z,A.a8x,A.a8B,A.agO,A.agQ,A.agS,A.agU,A.ab_,A.a1Z,A.a_N,A.a_B,A.a_I,A.a_J,A.a_K,A.a_L,A.a_G,A.a_H,A.a_C,A.a_D,A.a_E,A.a_F,A.a_M,A.adm,A.ab2,A.ab3,A.aaS,A.aaQ,A.aaN,A.aeb,A.ae9,A.aen,A.af9,A.afa,A.afb,A.ahe,A.ahc,A.ahd,A.ahg,A.ajk,A.ajj]) +p(A.Gn,[A.UC,A.UB,A.Uz,A.a0_,A.aiT,A.a0E,A.a0F,A.a97,A.aiM,A.a3s,A.ajb,A.a1d,A.a19,A.Ys,A.a8P,A.ajw,A.a04,A.abW,A.Vz,A.Wb,A.a42,A.a0P,A.aj6,A.ahJ,A.aiB,A.ZU,A.ZP,A.ZL,A.ad3,A.ag1,A.ade,A.a1s,A.a1L,A.a8H,A.adP,A.adM,A.a2J,A.aaq,A.aar,A.aas,A.ahb,A.aha,A.ahU,A.a26,A.a27,A.a28,A.a29,A.a2u,A.a5W,A.a5X,A.a8S,A.a8T,A.ahl,A.agA,A.agB,A.aaL,A.aiN,A.UN,A.UO,A.Vl,A.Vn,A.Vp,A.V5,A.V4,A.X0,A.Xb,A.Xf,A.Zw,A.Zy,A.a_m,A.a_o,A.aiz,A.aad,A.WI,A.WL,A.aiW,A.aiX,A.aiK,A.adu,A.aem,A.ajm,A.adT,A.adU,A.Wp,A.a3S,A.a1N,A.aes,A.abZ,A.afG,A.afH,A.afF,A.afE,A.afC,A.ahx,A.ac_,A.afA,A.a4I,A.a69,A.aga,A.agu,A.agK,A.agL,A.ahD,A.a9W,A.ac3,A.a0e,A.a0k,A.a0h,A.UH,A.a2s,A.a4L,A.a4U,A.a4V,A.a4R,A.a4Z,A.a4X,A.a4Y,A.a4W,A.a2i,A.a3y,A.a3x,A.a3z,A.a3A,A.a5f,A.a5g,A.a5u,A.a50,A.a5_,A.a5h,A.a51,A.a6e,A.agg,A.a71,A.a72,A.ack,A.a8O,A.XN,A.Y_,A.Xo,A.Xi,A.Xl,A.Xr,A.Xu,A.afy,A.afv,A.a4w,A.a4x,A.a54,A.a_r,A.adi,A.adn,A.af5,A.afS,A.agy,A.aff,A.ahC,A.aeX,A.aeW,A.aeU,A.a6u,A.agd,A.a7f,A.a7j,A.afJ,A.afI,A.a20,A.a40,A.aft,A.a_z,A.ab7,A.ahf]) +p(A.O0,[A.iH,A.i_,A.lM,A.pm,A.lS,A.lk,A.tR,A.hl,A.F0,A.ls,A.qp,A.be,A.o0,A.tV,A.cI,A.oS,A.tG,A.w0,A.yB,A.r1,A.Ai,A.LA,A.yy,A.mX,A.nb,A.Fq,A.np,A.x7,A.mU,A.jd,A.i3,A.rl,A.Jx,A.js,A.tv,A.LK,A.Aw,A.kC,A.tt,A.vK,A.Fy,A.AE,A.vM,A.lm,A.nU,A.ox,A.xD,A.qZ,A.eY,A.p7,A.vo,A.DK,A.qj,A.iP,A.dq,A.wX,A.mx,A.u5,A.wu,A.qI,A.LY,A.pa,A.Fs,A.pX,A.FA,A.u8,A.ph,A.qE,A.dH,A.kb,A.cq,A.Ms,A.kS,A.JZ,A.eW,A.R8,A.pp,A.KX,A.ib,A.Rz,A.lJ,A.AO,A.KH,A.rv,A.vB,A.AX,A.mW,A.vD,A.vL,A.Fv,A.nO,A.oU,A.AB,A.tg,A.pj,A.wN,A.xO,A.xN,A.lj,A.qK,A.we,A.wY,A.Ad,A.vP,A.rE,A.m6,A.GD,A.xp,A.lE,A.fa,A.Am,A.y_,A.A6,A.A7,A.ex,A.LJ,A.qD,A.fF,A.fs,A.u7,A.k5,A.AT,A.jX,A.Ho,A.p_,A.Rl,A.pc,A.nH,A.yq,A.IG,A.uR,A.oy,A.eD,A.uI,A.pd,A.ps,A.vg,A.rF,A.zN,A.zJ,A.rJ,A.tz,A.AH,A.e5,A.lX,A.nq,A.JP,A.JN,A.rp]) +q(A.Vw,A.QM) +q(A.JY,A.eZ) +p(A.c4,[A.FL,A.G9,A.G6,A.G7,A.Gd,A.Gb,A.G8,A.Gc,A.FO,A.FP,A.FN,A.FM,A.FT,A.FU,A.FZ,A.FY,A.FR,A.FQ,A.FW,A.G_,A.FS,A.FV,A.FX,A.Ga]) +p(J.qV,[J.i,J.xk,J.xl,J.o,J.lB,J.k3,A.o9,A.dl]) +p(J.i,[J.S,A.a2,A.Uc,A.mY,A.ah,A.fV,A.FE,A.w7,A.Wi,A.c5,A.jR,A.No,A.fH,A.hF,A.Ww,A.Xz,A.nk,A.NN,A.wr,A.NP,A.XA,A.hJ,A.O6,A.qz,A.nB,A.hM,A.a_P,A.Os,A.xa,A.a1v,A.a1X,A.P6,A.P7,A.hW,A.P8,A.ke,A.y7,A.a2G,A.Pk,A.a31,A.jb,A.a3r,A.i2,A.PD,A.QJ,A.ie,A.Rg,A.ig,A.a8F,A.Rn,A.RO,A.aa_,A.il,A.S_,A.aab,A.aat,A.Sw,A.SG,A.SQ,A.T3,A.T5,A.a0v,A.xr,A.a2W,A.k8,A.OP,A.kh,A.Pr,A.a3M,A.Rr,A.kE,A.S4,A.UM,A.MM,A.Uj]) +p(J.S,[A.a_g,A.iJ,A.Vt,A.Vu,A.W5,A.a8n,A.a88,A.a7I,A.a7G,A.a7F,A.a7H,A.rW,A.a7n,A.a7m,A.a8c,A.t6,A.a89,A.t3,A.a8d,A.t7,A.a83,A.t_,A.a84,A.t0,A.a8l,A.a8k,A.a81,A.a80,A.a7t,A.rU,A.a7A,A.rV,A.a7Y,A.a7X,A.a7r,A.rT,A.a86,A.t1,A.a7R,A.rX,A.a7q,A.rS,A.a87,A.t2,A.a8g,A.t8,A.a7C,A.a7B,A.a7P,A.a7O,A.a7p,A.a7o,A.a7w,A.a7v,A.ma,A.mc,A.a85,A.jp,A.a7N,A.me,A.G0,A.md,A.a7u,A.mb,A.a7K,A.a7J,A.a7W,A.af4,A.a7D,A.mf,A.a7y,A.a7x,A.a7Z,A.a7s,A.mg,A.a7T,A.a7S,A.a7U,A.L2,A.oL,A.a8b,A.t5,A.a8a,A.t4,A.a8_,A.rZ,A.L4,A.L3,A.L1,A.oK,A.zZ,A.a8i,A.kv,A.L0,A.a7M,A.rY,A.a8e,A.a8f,A.a8m,A.a8h,A.a7E,A.aal,A.a8j,A.jo,A.a0N,A.a7Q,A.a7z,A.a7L,A.a7V,A.a0O,A.Z6,A.nQ,A.nt,A.oz,A.ns,A.hi,A.nY,A.a0T,A.qM,A.a0f,A.qh,A.WA,A.aaE,A.a0p,A.a0o,J.Jy,J.jw,J.j_,A.a0U]) +p(A.G0,[A.ac0,A.ac2]) +q(A.aak,A.L0) +p(A.dV,[A.fx,A.t9,A.vW]) +p(A.fx,[A.xP,A.FK,A.G3,A.q3,A.q4,A.vX,A.q5]) +p(A.VJ,[A.VF,A.G4,A.vV]) +p(A.q,[A.y8,A.kM,A.V,A.d5,A.av,A.hK,A.oR,A.kw,A.A1,A.nA,A.fL,A.Bi,A.xg,A.Rp,A.xB,A.ws,A.eb,A.aM,A.x_]) +p(A.eM,[A.qc,A.Jv]) +p(A.qc,[A.Kv,A.Gg,A.Gj,A.Gi,A.IT,A.AQ,A.Jt]) +q(A.IR,A.AQ) +q(A.G1,A.q5) +p(A.bA,[A.FC,A.j1,A.ms,A.I_,A.M8,A.KB,A.O1,A.xn,A.mV,A.IL,A.fS,A.kg,A.Ma,A.tI,A.kz,A.Gr,A.GB,A.Od]) +p(A.Yl,[A.jM,A.NM]) +p(A.d7,[A.dy,A.Jp]) +p(A.dy,[A.PC,A.PB,A.CF,A.yC,A.yE,A.yF,A.yH,A.yI]) +q(A.yD,A.PC) +q(A.Jn,A.PB) +q(A.yG,A.CF) +q(A.Xy,A.NM) +q(A.Jq,A.Jp) +p(A.cO,[A.ww,A.yw,A.Jc,A.Jg,A.Je,A.Jd,A.Jf]) +p(A.ww,[A.J2,A.J1,A.J0,A.J6,A.Ja,A.J9,A.J4,A.J3,A.J8,A.Jb,A.J5,A.J7]) +q(A.a_f,A.wC) +q(A.HG,A.HH) +p(A.V2,[A.y6,A.zX]) +p(A.aax,[A.a_j,A.Wv]) +q(A.Vd,A.a3F) +q(A.Yp,A.a3C) +p(A.abl,[A.ST,A.ah0,A.SO]) +q(A.afj,A.ST) +q(A.aeZ,A.SO) +p(A.fD,[A.q2,A.qN,A.qQ,A.r3,A.r5,A.rI,A.tr,A.ty]) +p(A.a6R,[A.WM,A.a2a]) +p(A.wf,[A.a74,A.HD,A.a5Z]) +q(A.xC,A.Cb) +p(A.xC,[A.jJ,A.tJ,A.N6,A.ud,A.dG,A.He]) +q(A.OE,A.jJ) +q(A.M7,A.OE) +q(A.rk,A.a3i) +p(A.tk,[A.FI,A.Kw]) +q(A.Q_,A.Hv) +p(A.rq,[A.oi,A.ff]) +p(A.Yo,[A.a2K,A.a9K,A.a2V,A.Wz,A.a3v,A.Yg,A.aau,A.a2t]) +p(A.HD,[A.a05,A.Uk,A.YZ]) +p(A.a9w,[A.a9E,A.a9L,A.a9G,A.a9J,A.a9F,A.a9I,A.a9v,A.a9B,A.a9H,A.a9D,A.a9C,A.a9A]) +q(A.nv,A.Zc) +q(A.KZ,A.nv) +q(A.GZ,A.KZ) +q(A.H1,A.GZ) +q(J.a0M,J.o) +p(J.lB,[J.qX,J.xm]) +p(A.bN,[A.n8,A.cB,A.uP]) +p(A.cB,[A.n4,A.Fk,A.I3,A.I2,A.Mg,A.AW]) +p(A.kM,[A.n5,A.E8]) +q(A.By,A.n5) +q(A.Bd,A.E8) +q(A.cv,A.Bd) +q(A.xQ,A.aq) +p(A.xQ,[A.n7,A.dj,A.pe,A.OH,A.ML]) +q(A.fq,A.tJ) +p(A.V,[A.bl,A.jU,A.b3,A.pf,A.Cf,A.kV,A.pr,A.Dl]) +p(A.bl,[A.fI,A.aA,A.ci,A.xE,A.OI]) +q(A.nm,A.d5) +p(A.HX,[A.eu,A.p4,A.LG,A.L8,A.L9]) +q(A.wz,A.oR) +q(A.qo,A.kw) +q(A.DR,A.r8) +q(A.kI,A.DR) +q(A.nf,A.kI) +p(A.qb,[A.ba,A.bI]) +q(A.nT,A.xf) +q(A.yk,A.ms) +p(A.LH,[A.Lv,A.pY]) +p(A.xg,[A.Mu,A.Dz]) +p(A.dl,[A.y9,A.rb]) +p(A.rb,[A.Cq,A.Cs]) +q(A.Cr,A.Cq) +q(A.lN,A.Cr) +q(A.Ct,A.Cs) +q(A.fz,A.Ct) +p(A.lN,[A.ya,A.IC]) +p(A.fz,[A.ID,A.yb,A.IE,A.IF,A.yc,A.yd,A.oa]) +q(A.DM,A.O1) +p(A.tW,[A.aI,A.Dy]) +q(A.mu,A.uN) +p(A.d1,[A.uO,A.Bb,A.mw]) +p(A.uO,[A.jC,A.BK]) +p(A.jB,[A.tY,A.uL]) +p(A.Pz,[A.C_,A.Du]) +p(A.NF,[A.u1,A.Bn]) +q(A.Dt,A.uP) +q(A.ag0,A.ahw) +q(A.BQ,A.pe) +p(A.dj,[A.C9,A.uq]) +q(A.po,A.Er) +p(A.po,[A.my,A.hs,A.Ev]) +p(A.Br,[A.Bq,A.Bs]) +q(A.dJ,A.Ev) +p(A.Rk,[A.cm,A.eh]) +p(A.Rj,[A.Dm,A.Dn]) +q(A.Aa,A.Dm) +p(A.jG,[A.db,A.Dp,A.pq]) +q(A.Do,A.Dn) +q(A.tf,A.Do) +p(A.nd,[A.Fj,A.nn,A.I0]) +q(A.Vg,A.FJ) +q(A.Vh,A.Vg) +q(A.N0,A.Vh) +q(A.I1,A.xn) +q(A.OJ,A.adO) +q(A.SJ,A.OJ) +q(A.adN,A.SJ) +q(A.Mf,A.nn) +p(A.fS,[A.rr,A.HQ]) +q(A.Ny,A.DU) +p(A.a2,[A.a6,A.V0,A.YU,A.x3,A.a1W,A.Io,A.y2,A.y3,A.a2P,A.IP,A.Jk,A.a6i,A.jA,A.ic,A.Dj,A.ik,A.fJ,A.DG,A.aaF,A.p5,A.Wx,A.UP,A.pV]) +p(A.a6,[A.am,A.iK,A.iQ,A.tO]) +p(A.am,[A.ad,A.aH]) +p(A.ad,[A.F3,A.F9,A.pW,A.mZ,A.Fz,A.n3,A.wm,A.GW,A.Hc,A.jY,A.HK,A.nN,A.nS,A.xu,A.xz,A.Ik,A.lL,A.IO,A.IW,A.yz,A.Jh,A.zG,A.KO,A.Li,A.Aj,A.Ap,A.LE,A.LF,A.ts,A.tu]) +p(A.ah,[A.Fo,A.p0,A.dN,A.ra,A.Iq,A.Is,A.fB,A.Lt,A.Mh]) +p(A.p0,[A.Gq,A.k6,A.eN,A.LO,A.mr]) +q(A.qd,A.c5) +q(A.Wj,A.jR) +q(A.qe,A.No) +q(A.qf,A.fH) +p(A.hF,[A.Wl,A.Wm]) +q(A.NO,A.NN) +q(A.wq,A.NO) +q(A.NQ,A.NP) +q(A.GT,A.NQ) +p(A.dN,[A.H9,A.JM]) +p(A.w7,[A.YS,A.a3m]) +q(A.ft,A.mY) +q(A.O7,A.O6) +q(A.qy,A.O7) +q(A.Ot,A.Os) +q(A.nI,A.Ot) +q(A.x1,A.iQ) +q(A.lu,A.x3) +q(A.Ir,A.P6) +q(A.It,A.P7) +q(A.P9,A.P8) +q(A.Iu,A.P9) +q(A.Pl,A.Pk) +q(A.rc,A.Pl) +q(A.PE,A.PD) +q(A.JA,A.PE) +p(A.eN,[A.kl,A.p3]) +q(A.Kz,A.QJ) +q(A.KW,A.jA) +q(A.Dk,A.Dj) +q(A.Lm,A.Dk) +q(A.Rh,A.Rg) +q(A.Ls,A.Rh) +q(A.Ah,A.Rn) +q(A.RP,A.RO) +q(A.LV,A.RP) +q(A.DH,A.DG) +q(A.LW,A.DH) +q(A.S0,A.S_) +q(A.AP,A.S0) +q(A.Sx,A.Sw) +q(A.Nn,A.Sx) +q(A.Bp,A.wr) +q(A.SH,A.SG) +q(A.Om,A.SH) +q(A.SR,A.SQ) +q(A.Cp,A.SR) +q(A.T4,A.T3) +q(A.Ri,A.T4) +q(A.T6,A.T5) +q(A.Rw,A.T6) +q(A.Bz,A.ML) +q(A.pb,A.mw) +q(A.BC,A.kA) +q(A.RF,A.Dg) +q(A.Ru,A.agz) +q(A.ip,A.aaK) +p(A.k4,[A.qY,A.un]) +q(A.nX,A.un) +p(A.aH,[A.e3,A.qu,A.qv,A.qw,A.qx,A.qA,A.rD]) +p(A.e3,[A.q6,A.qi,A.h3,A.oP]) +q(A.OQ,A.OP) +q(A.Id,A.OQ) +q(A.Ps,A.Pr) +q(A.IN,A.Ps) +q(A.ri,A.h3) +q(A.Rs,A.Rr) +q(A.Ly,A.Rs) +q(A.S5,A.S4) +q(A.M5,A.S5) +p(A.IQ,[A.m,A.L]) +q(A.Fd,A.MM) +q(A.a2Y,A.pV) +p(A.abn,[A.ow,A.kr,A.jV]) +q(A.HU,A.T) +q(A.WS,A.NI) +p(A.afU,[A.MP,A.QB]) +q(A.UR,A.MP) +q(A.jj,A.QB) +q(A.WH,A.aac) +q(A.WQ,A.NG) +p(A.WQ,[A.h,A.f6,A.a73,A.b2]) +p(A.h,[A.a1,A.aN,A.aS,A.al,A.Pp]) +p(A.a1,[A.nJ,A.wv,A.xI,A.xK,A.xL,A.o3,A.r_,A.u_,A.rt,A.xT,A.vw,A.vF,A.z3,A.vO,A.BV,A.B9,A.vn,A.BO,A.nR,A.xS,A.HP,A.JL,A.z6,A.zE,A.BE,A.zC,A.A2,A.td,A.Cj,A.At,A.AM,A.mQ,A.nz,A.AY,A.vA,A.m9,A.wl,A.ql,A.wy,A.D6,A.DB,A.nx,A.wU,A.ko,A.nF,A.x6,A.xG,A.Cm,A.yg,A.uz,A.yt,A.qJ,A.th,A.yv,A.m4,A.zA,A.uw,A.zK,A.zO,A.zV,A.Dc,A.Ay,A.tD,A.yV,A.mT,A.ve,A.o2,A.o4,A.yr,A.AV]) +q(A.ab,A.Rm) +p(A.ab,[A.Ou,A.Bt,A.SK,A.Eh,A.SL,A.Ei,A.OK,A.u0,A.uD,A.Cg,A.B5,A.E6,A.SU,A.Sv,A.Ef,A.E5,A.Ee,A.Eg,A.SM,A.uk,A.E9,A.CI,A.D3,A.Ec,A.D4,A.Es,A.Di,A.Ej,A.Eu,A.DJ,A.B1,A.BI,A.Tl,A.B7,A.Ea,A.Bu,A.Bw,A.QP,A.DC,A.u9,A.Oj,A.rs,A.uh,A.SI,A.OU,A.SN,A.Cx,A.CA,A.Pw,A.Ed,A.Et,A.Py,A.T0,A.D1,A.mB,A.zL,A.Da,A.R_,A.Df,A.Eq,A.DF,A.RT,A.B3,A.Q7,A.B6,A.Mt,A.OW,A.OZ,A.Pu,A.DW]) +q(A.OV,A.SK) +q(A.OX,A.Eh) +q(A.OY,A.SL) +q(A.Ce,A.Ei) +p(A.at,[A.bv,A.GA,A.pk,A.RB,A.wa]) +p(A.bv,[A.MC,A.Mv,A.Mw,A.Q3,A.QF,A.Nw,A.S1,A.Bf,A.E4]) +q(A.MD,A.MC) +q(A.ME,A.MD) +q(A.l9,A.ME) +p(A.a7g,[A.adH,A.afT,A.ZK,A.Ab,A.UZ,A.VP]) +q(A.Q4,A.Q3) +q(A.Q5,A.Q4) +q(A.yR,A.Q5) +q(A.QG,A.QF) +q(A.i7,A.QG) +q(A.ng,A.Nw) +q(A.S2,A.S1) +q(A.S3,A.S2) +q(A.oZ,A.S3) +q(A.Bg,A.Bf) +q(A.Bh,A.Bg) +q(A.qa,A.Bh) +p(A.qa,[A.vr,A.B4]) +q(A.fX,A.yA) +p(A.fX,[A.C8,A.zB,A.et,A.AC,A.f1,A.qB,A.Nz]) +q(A.aC,A.E4) +p(A.an,[A.eV,A.ar,A.fY,A.AR]) +p(A.ar,[A.zy,A.dg,A.z5,A.lz,A.xW,A.BX,A.oI,A.oW,A.GH,A.nl,A.n0,A.oV]) +p(A.E,[A.Np,A.lg]) +q(A.e0,A.Np) +p(A.a9T,[A.ac9,A.Wt,A.acz,A.a1U]) +q(A.cM,A.Ov) +q(A.Nq,A.cM) +q(A.w8,A.Nq) +p(A.f8,[A.Nr,A.P2,A.Ss]) +p(A.aN,[A.Gw,A.Gz,A.Fh,A.Fg,A.MU,A.RU,A.RV,A.ON,A.MO,A.FG,A.GP,A.pR,A.nj,A.Hi,A.HM,A.qS,A.De,A.St,A.pu,A.pv,A.MQ,A.KM,A.LC,A.An,A.tB,A.RY,A.Po,A.JD,A.xt,A.jO,A.Gt,A.GR,A.Hz,A.nL,A.N2,A.Iv,A.Pb,A.IH,A.rg,A.KC,A.KL,A.KY,A.Lc,A.Lr,A.Pq,A.ew,A.M0,A.CH,A.IA]) +q(A.iN,A.NB) +p(A.iN,[A.ir,A.dZ]) +p(A.Fw,[A.acd,A.MW]) +p(A.rt,[A.qg,A.ut]) +q(A.jh,A.uD) +p(A.jh,[A.Bm,A.P3]) +p(A.GA,[A.RJ,A.Q8,A.OA,A.QZ,A.tS,A.RI,A.Op,A.yW]) +q(A.Gy,A.Ns) +p(A.aS,[A.b8,A.dQ,A.d_]) +p(A.b8,[A.BS,A.wP,A.CE,A.D2,A.QO,A.dO,A.B0,A.fZ,A.h7,A.ub,A.lw,A.Cd,A.hd,A.nG,A.rn,A.AU,A.Co,A.zI,A.D8,A.uJ,A.u6]) +q(A.Nu,A.yh) +q(A.w9,A.Nu) +q(A.acl,A.Gy) +p(A.eq,[A.hG,A.wh]) +q(A.mv,A.hG) +p(A.mv,[A.qr,A.H3,A.H2]) +q(A.bs,A.Oc) +q(A.nu,A.Od) +p(A.wh,[A.Ob,A.GO,A.QV]) +p(A.jQ,[A.d9,A.BW,A.QN,A.tE,A.m0,A.Iy,A.ez,A.rM,A.zx,A.I4,A.dA,A.j9,A.BL,A.Dv,A.oB,A.rK,A.R1]) +p(A.f7,[A.Ii,A.iT]) +p(A.Ii,[A.p1,A.ef]) +q(A.xx,A.hb) +q(A.wQ,A.bs) +q(A.bf,A.PN) +q(A.Tb,A.Mp) +q(A.Tc,A.Tb) +q(A.Sa,A.Tc) +p(A.bf,[A.PF,A.PU,A.PQ,A.PL,A.PO,A.PJ,A.PS,A.PY,A.jf,A.PH]) +q(A.PG,A.PF) +q(A.oj,A.PG) +p(A.Sa,[A.T7,A.Tg,A.Te,A.Ta,A.Td,A.T9,A.Tf,A.Ti,A.Th,A.T8]) +q(A.S6,A.T7) +q(A.PV,A.PU) +q(A.om,A.PV) +q(A.Se,A.Tg) +q(A.PR,A.PQ) +q(A.km,A.PR) +q(A.Sc,A.Te) +q(A.PM,A.PL) +q(A.lU,A.PM) +q(A.S9,A.Ta) +q(A.PP,A.PO) +q(A.lV,A.PP) +q(A.Sb,A.Td) +q(A.PK,A.PJ) +q(A.kk,A.PK) +q(A.S8,A.T9) +q(A.PT,A.PS) +q(A.ol,A.PT) +q(A.Sd,A.Tf) +q(A.PZ,A.PY) +q(A.oo,A.PZ) +q(A.Sg,A.Ti) +q(A.PW,A.jf) +q(A.PX,A.PW) +q(A.on,A.PX) +q(A.Sf,A.Th) +q(A.PI,A.PH) +q(A.ok,A.PI) +q(A.S7,A.T8) +p(A.cX,[A.On,A.p9]) +q(A.cL,A.On) +p(A.cL,[A.yo,A.hH]) +p(A.yo,[A.hL,A.rm,A.wt]) +p(A.uS,[A.Cl,A.uy]) +p(A.rm,[A.f9,A.Fl]) +p(A.wt,[A.io,A.hO,A.i1]) +p(A.Fl,[A.fg,A.tN]) +q(A.qL,A.jz) +q(A.a1Q,A.KK) +p(A.a7h,[A.agY,A.ah_]) +q(A.Q1,A.L) +p(A.al,[A.aZ,A.Sy,A.Ib,A.eO,A.ou,A.li,A.Lh]) +p(A.aZ,[A.MH,A.OC,A.OD,A.N5,A.Oz,A.vt,A.IS,A.wb,A.q7,A.Gh,A.Gf,A.Jr,A.Js,A.tF,A.ne,A.q9,A.Hw,A.cr,A.dt,A.wc,A.ku,A.f0,A.Ie,A.yn,A.HW,A.Lg,A.Ig,A.Ix,A.hj,A.hQ,A.EZ,A.rL,A.Ip,A.Fp,A.lq,A.HR,A.lh,A.GE,A.Oo,A.Hq,A.Hr,A.QR,A.uK,A.Ra,A.Ha]) +p(A.H,[A.Qp,A.OO,A.QW]) +q(A.u,A.Qp) +p(A.u,[A.B,A.ch,A.QA]) +p(A.B,[A.CY,A.SX,A.CW,A.Eo,A.Ep,A.CL,A.CN,A.Qk,A.zf,A.Qm,A.zi,A.CU,A.zo,A.Qx,A.jF,A.SY,A.T_,A.En]) +q(A.zr,A.CY) +p(A.zr,[A.K2,A.CR,A.CS,A.zm,A.ze]) +p(A.K2,[A.Qi,A.CJ,A.Kl]) +q(A.pT,A.MG) +q(A.acv,A.pT) +q(A.r9,A.z5) +q(A.xU,A.P0) +q(A.vE,A.MS) +q(A.Ba,A.E6) +q(A.vG,A.MT) +q(A.vH,A.MV) +q(A.Qc,A.SU) +q(A.vN,A.MX) +q(A.bp,A.MZ) +q(A.E7,A.Sv) +q(A.MY,A.E7) +q(A.cY,A.Pd) +p(A.cY,[A.Im,A.NE,A.mk]) +p(A.Im,[A.Pc,A.BA]) +q(A.FB,A.N_) +q(A.q1,A.N3) +q(A.acw,A.q1) +q(A.vS,A.N4) +q(A.vT,A.N7) +q(A.Go,A.N8) +q(A.lI,A.lg) +q(A.wd,A.Nx) +p(A.bT,[A.re,A.Pm]) +q(A.dE,A.re) +q(A.uv,A.dE) +q(A.hX,A.uv) +p(A.hX,[A.yN,A.ja]) +q(A.z0,A.yN) +q(A.wi,A.z0) +q(A.qk,A.NH) +q(A.acx,A.qk) +q(A.wn,A.NL) +q(A.wx,A.NS) +q(A.GV,A.vO) +p(A.aU,[A.Sz,A.SB,A.SD,A.SA,A.SC]) +q(A.NV,A.Sz) +q(A.NX,A.SB) +q(A.NZ,A.SD) +q(A.NW,A.SA) +q(A.NY,A.SC) +q(A.wB,A.O_) +q(A.wJ,A.O3) +q(A.qC,A.Oa) +q(A.aeq,A.qC) +q(A.a8L,A.Z5) +q(A.SE,A.a8L) +q(A.SF,A.SE) +q(A.acG,A.SF) +q(A.agb,A.Z4) +q(A.lA,A.k1) +p(A.lA,[A.lx,A.xc,A.xd]) +p(A.qU,[A.adD,A.adE]) +q(A.BU,A.Ef) +q(A.qT,A.qS) +p(A.bG,[A.h8,A.eP,A.hr,A.Fu]) +q(A.jv,A.h8) +q(A.MR,A.E5) +p(A.vn,[A.QY,A.F5,A.La,A.KF,A.Kx,A.L_,A.GF,A.F4]) +q(A.BP,A.Ee) +q(A.CM,A.SX) +q(A.NC,A.Sy) +q(A.BY,A.Eg) +q(A.HT,A.OB) +q(A.xF,A.OT) +q(A.P4,A.SM) +q(A.CX,A.CW) +q(A.Km,A.CX) +p(A.Km,[A.CQ,A.zd,A.zp,A.zb,A.Ke,A.zk,A.Kh,A.Qg,A.uE,A.K8,A.Ks,A.Kb,A.Kn,A.zh,A.zl,A.z8,A.zq,A.K4,A.Kf,A.K9,A.Kc,A.Kd,A.Ka,A.za,A.uF,A.Qs]) +p(A.HP,[A.Ch,A.vm,A.vk,A.vj,A.vh,A.vl]) +q(A.qP,A.uk) +p(A.qP,[A.pS,A.My]) +p(A.pS,[A.P1,A.MB,A.Mz,A.Mx,A.MA]) +q(A.ye,A.Pi) +q(A.yf,A.Pj) +q(A.ys,A.Pv) +q(A.Ci,A.ja) +q(A.o6,A.Ci) +p(A.ki,[A.Mo,A.Gx]) +q(A.IZ,A.Px) +q(A.yM,A.Q0) +q(A.le,A.JL) +q(A.Be,A.E9) +q(A.Qe,A.tS) +q(A.ru,A.le) +q(A.Qf,A.Be) +q(A.yQ,A.Q2) +q(A.yZ,A.Q9) +q(A.z7,A.CI) +q(A.zF,A.D3) +p(A.Wd,[A.aG,A.mh]) +q(A.B8,A.aG) +p(A.a2o,[A.ag9,A.agZ]) +q(A.BF,A.Ec) +q(A.D5,A.D4) +q(A.rC,A.D5) +q(A.zQ,A.QS) +q(A.Dh,A.Es) +p(A.Ib,[A.R6,A.Sn,A.JU,A.H4,A.Jl]) +q(A.uG,A.Eo) +q(A.aW,A.OF) +p(A.aW,[A.iq,A.pQ,A.q_,A.h_,A.os,A.oc,A.oq,A.hm,A.wp,A.hk,A.eU]) +q(A.Qz,A.Ep) +q(A.A3,A.R7) +q(A.QI,A.a8v) +q(A.a5L,A.QI) +q(A.a5K,A.a8u) +p(A.a8t,[A.a5J,A.a5I,A.a4A]) +q(A.A8,A.Rf) +q(A.Ek,A.Ej) +q(A.Ck,A.Ek) +q(A.Dx,A.tE) +q(A.Al,A.Ry) +q(A.Ao,A.RD) +q(A.Aq,A.RG) +q(A.RH,A.Az) +q(A.DD,A.Eu) +q(A.AA,A.RK) +q(A.ed,A.RN) +p(A.dO,[A.BT,A.nM,A.ll]) +q(A.hp,A.RS) +q(A.Il,A.w9) +q(A.kJ,A.Sp) +q(A.AF,A.RW) +q(A.AI,A.RX) +q(A.oY,A.DJ) +q(A.AN,A.RZ) +q(A.AS,A.Sh) +p(A.mR,[A.dY,A.eI,A.Pa]) +p(A.vC,[A.cJ,A.Cn]) +p(A.Fu,[A.dM,A.eo]) +q(A.fW,A.m8) +p(A.eP,[A.dv,A.d8,A.eC,A.eR,A.eE,A.eF]) +p(A.ce,[A.as,A.f4,A.mA]) +p(A.N1,[A.Bc,A.ur]) +p(A.hS,[A.Fb,A.zH]) +q(A.nP,A.Ow) +p(A.nP,[A.acH,A.Iz]) +q(A.vx,A.Fb) +q(A.a0m,A.Ox) +p(A.f6,[A.kj,A.mp]) +q(A.LB,A.Rv) +q(A.t,A.RL) +q(A.m7,A.Ab) +p(A.hN,[A.iG,A.tb]) +p(A.fv,[A.pZ,A.Le]) +p(A.cx,[A.fp,A.A4,A.mi]) +q(A.Bj,A.fp) +q(A.w6,A.Bj) +p(A.w6,[A.hf,A.f5,A.ey,A.dn]) +q(A.Qj,A.CL) +q(A.zc,A.Qj) +q(A.aaD,A.Fm) +q(A.CO,A.CN) +q(A.Ql,A.CO) +q(A.ot,A.Ql) +p(A.m0,[A.DE,A.BG,A.tX]) +q(A.Qn,A.Qm) +q(A.Qo,A.Qn) +q(A.zg,A.Qo) +q(A.xv,A.OO) +p(A.xv,[A.Ju,A.Jm,A.e_]) +p(A.e_,[A.j8,A.w3,A.w2,A.w1,A.yJ,A.o_,A.wV,A.vu]) +p(A.j8,[A.tH,A.yp]) +q(A.Pf,A.SP) +q(A.rh,A.VQ) +p(A.age,[A.ac6,A.pi]) +p(A.pi,[A.QH,A.RA]) +q(A.lT,A.oE) +q(A.Qq,A.CU) +q(A.Qr,A.Qq) +q(A.zn,A.Qr) +q(A.Qh,A.Qg) +q(A.K3,A.Qh) +q(A.oH,A.wa) +p(A.uE,[A.K7,A.K6,A.K5,A.CV]) +p(A.CV,[A.Ki,A.Kj]) +p(A.zp,[A.Kk,A.Kg,A.kq,A.CK,A.CP]) +q(A.Ld,A.Rb) +q(A.Re,A.mi) +q(A.kx,A.Re) +p(A.ch,[A.D_,A.Qt]) +q(A.Qv,A.D_) +q(A.Qw,A.Qv) +q(A.m2,A.Qw) +p(A.m2,[A.Kp,A.Kq]) +q(A.Ko,A.Kp) +q(A.Rc,A.A4) +q(A.Rd,A.Rc) +q(A.fG,A.Rd) +q(A.zs,A.Qt) +p(A.zs,[A.Kr,A.Qu]) +q(A.Qy,A.Qx) +q(A.rw,A.Qy) +q(A.zj,A.rw) +q(A.zt,A.QA) +q(A.rx,A.jF) +q(A.zu,A.rx) +q(A.KQ,A.QU) +q(A.c7,A.QW) +q(A.iv,A.bh) +q(A.rN,A.QX) +q(A.oe,A.rN) +p(A.a6S,[A.aa4,A.a1I,A.a9l]) +q(A.Vi,A.Fa) +q(A.a3B,A.Vi) +p(A.UU,[A.aci,A.K0]) +q(A.lC,A.OL) +p(A.lC,[A.nZ,A.lD,A.xs]) +q(A.a1j,A.OM) +p(A.a1j,[A.d,A.l]) +q(A.RC,A.y5) +q(A.lO,A.j5) +q(A.z1,A.Qa) +q(A.i6,A.Qb) +p(A.i6,[A.kp,A.z2]) +p(A.z1,[A.a4g,A.a4h,A.a4i,A.JV]) +q(A.ec,A.cy) +p(A.mn,[A.LM,A.LL,A.LN,A.tw]) +q(A.Hf,A.oT) +q(A.b_,A.Mr) +p(A.b_,[A.cA,A.c3,A.wo,A.GQ,A.JK,A.Bk,A.Kt,A.II,A.JF,A.wk,A.KI]) +q(A.Ud,A.Mq) +p(A.cA,[A.El,A.Em,A.kO,A.DS,A.O4,A.DT,A.QT,A.Nl]) +q(A.CB,A.El) +q(A.CC,A.Em) +q(A.DX,A.Tl) +p(A.IJ,[A.r0,A.ha,A.CD,A.D7]) +q(A.n9,A.dt) +p(A.dQ,[A.xw,A.op,A.wO,A.xo]) +p(A.eO,[A.nh,A.Ac,A.Hh,A.Ku,A.Bv,A.RQ,A.p2]) +p(A.b2,[A.bm,A.w5,A.Pn]) +p(A.bm,[A.zW,A.zz,A.Ia,A.fy,A.up,A.tc,A.A5]) +p(A.zW,[A.Pt,A.T1]) +q(A.HS,A.Ac) +p(A.Hh,[A.Ky,A.Gp]) +q(A.H6,A.wO) +q(A.m1,A.zz) +q(A.DY,A.Fn) +q(A.DZ,A.DY) +q(A.E_,A.DZ) +q(A.E0,A.E_) +q(A.E1,A.E0) +q(A.E2,A.E1) +q(A.E3,A.E2) +q(A.Ml,A.E3) +q(A.GL,A.m9) +q(A.Eb,A.Ea) +q(A.Bo,A.Eb) +q(A.jt,A.d9) +q(A.NT,A.Bw) +q(A.Bx,A.NT) +q(A.NU,A.Bx) +q(A.qm,A.NU) +q(A.kK,A.kj) +q(A.pn,A.kK) +p(A.DA,[A.tT,A.aho,A.tQ,A.ahu,A.ae2,A.u3,A.acK,A.tU,A.uu]) +q(A.Oh,A.Og) +q(A.cW,A.Oh) +q(A.ny,A.cW) +q(A.Of,A.Oe) +q(A.wS,A.Of) +q(A.Hp,A.nx) +q(A.Oi,A.u9) +p(A.h7,[A.BH,A.R2]) +q(A.Hs,A.Ok) +q(A.da,A.SW) +q(A.jE,A.SV) +q(A.Qd,A.Hs) +q(A.JX,A.Qd) +p(A.iT,[A.bC,A.lt]) +p(A.w5,[A.Lu,A.hn,A.yT]) +p(A.yT,[A.og,A.h6,A.SS]) +p(A.nE,[A.cp,A.MF]) +p(A.a6T,[A.ND,A.aeS]) +q(A.x0,A.ob) +q(A.BR,A.SI) +p(A.h6,[A.xb,A.ul]) +q(A.I9,A.li) +q(A.SZ,A.SY) +q(A.CT,A.SZ) +q(A.P5,A.SN) +q(A.GM,A.M6) +q(A.dI,A.a5N) +p(A.mC,[A.ux,A.Cu,A.Cv,A.Cw]) +q(A.Cy,A.Cx) +q(A.j6,A.Cy) +p(A.QD,[A.Ph,A.alv]) +p(A.dA,[A.Oq,A.dT]) +q(A.Cz,A.SS) +q(A.rf,A.Pw) +p(A.fy,[A.RR,A.Tj]) +q(A.uH,A.T_) +q(A.BM,A.Ed) +q(A.Dw,A.Et) +q(A.lP,A.CD) +q(A.IX,A.oB) +q(A.wL,A.O9) +q(A.of,A.wL) +q(A.QQ,A.ez) +q(A.jl,A.QQ) +q(A.rG,A.jl) +q(A.pl,A.rG) +p(A.zM,[A.BJ,A.yu,A.JT,A.Ft,A.Ge,A.F2]) +q(A.GK,A.a3G) +q(A.QE,A.T0) +p(A.dT,[A.iu,A.QC]) +q(A.D0,A.iu) +p(A.D0,[A.zw,A.zv]) +q(A.NK,A.GQ) +p(A.KJ,[A.lv,A.a_Q,A.XH,A.Fi,A.GU]) +q(A.D9,A.ha) +q(A.eQ,A.D9) +p(A.eQ,[A.rH,A.fe,A.i0,A.ks,A.Me]) +q(A.mz,A.o1) +q(A.oC,A.D7) +q(A.Fx,A.KL) +q(A.If,A.Fx) +q(A.Db,A.Da) +q(A.zP,A.Db) +q(A.jH,A.f9) +q(A.jI,A.fg) +q(A.R0,A.lw) +q(A.R4,A.R3) +q(A.aR,A.R4) +q(A.p6,A.Su) +q(A.rR,A.R1) +q(A.T2,A.T1) +q(A.R5,A.T2) +q(A.CZ,A.En) +q(A.QK,A.ef) +q(A.Lb,A.a8w) +q(A.oM,A.Lh) +p(A.oM,[A.Lf,A.R9]) +q(A.Dd,A.Eq) +q(A.Sr,A.tC) +q(A.Tk,A.Tj) +q(A.So,A.Tk) +q(A.a3L,A.K0) +q(A.vR,A.bd) +q(A.WO,A.a1w) +q(A.Wa,A.a1x) +q(A.a3Z,A.a1D) +p(A.a3E,[A.a38,A.aav]) +q(A.a39,A.a38) +q(A.nV,A.a90) +p(A.nV,[A.JE,A.Mc,A.Mn]) +q(A.yU,A.Q6) +p(A.a7c,[A.a22,A.a7a]) +q(A.Hd,A.Lo) +p(A.A9,[A.BD,A.Lp]) +q(A.te,A.Lq) +q(A.ky,A.Lp) +q(A.Lz,A.te) +p(A.aav,[A.a23,A.aaw]) +s(A.NM,A.a6_) +r(A.PB,A.u4) +r(A.PC,A.u4) +r(A.CF,A.u4) +s(A.SO,A.Sq) +s(A.ST,A.Sq) +s(A.tJ,A.M9) +s(A.E8,A.T) +s(A.Cq,A.T) +s(A.Cr,A.wK) +s(A.Cs,A.T) +s(A.Ct,A.wK) +s(A.mu,A.MK) +s(A.Cb,A.T) +s(A.Dm,A.aq) +s(A.Dn,A.xi) +s(A.Do,A.cG) +s(A.DR,A.DQ) +s(A.Er,A.cG) +s(A.Ev,A.Sk) +s(A.SJ,A.adL) +s(A.No,A.Wk) +s(A.NN,A.T) +s(A.NO,A.cC) +s(A.NP,A.T) +s(A.NQ,A.cC) +s(A.O6,A.T) +s(A.O7,A.cC) +s(A.Os,A.T) +s(A.Ot,A.cC) +s(A.P6,A.aq) +s(A.P7,A.aq) +s(A.P8,A.T) +s(A.P9,A.cC) +s(A.Pk,A.T) +s(A.Pl,A.cC) +s(A.PD,A.T) +s(A.PE,A.cC) +s(A.QJ,A.aq) +s(A.Dj,A.T) +s(A.Dk,A.cC) +s(A.Rg,A.T) +s(A.Rh,A.cC) +s(A.Rn,A.aq) +s(A.RO,A.T) +s(A.RP,A.cC) +s(A.DG,A.T) +s(A.DH,A.cC) +s(A.S_,A.T) +s(A.S0,A.cC) +s(A.Sw,A.T) +s(A.Sx,A.cC) +s(A.SG,A.T) +s(A.SH,A.cC) +s(A.SQ,A.T) +s(A.SR,A.cC) +s(A.T3,A.T) +s(A.T4,A.cC) +s(A.T5,A.T) +s(A.T6,A.cC) +r(A.un,A.T) +s(A.OP,A.T) +s(A.OQ,A.cC) +s(A.Pr,A.T) +s(A.Ps,A.cC) +s(A.Rr,A.T) +s(A.Rs,A.cC) +s(A.S4,A.T) +s(A.S5,A.cC) +s(A.MM,A.aq) +s(A.NI,A.WT) +s(A.MP,A.IU) +s(A.QB,A.IU) +r(A.SK,A.iF) +r(A.Eh,A.iF) +r(A.SL,A.iF) +r(A.Ei,A.jn) +s(A.MC,A.vp) +s(A.MD,A.mS) +s(A.ME,A.la) +s(A.Bf,A.vq) +s(A.Bg,A.mS) +s(A.Bh,A.la) +s(A.Nw,A.vs) +s(A.Q3,A.vq) +s(A.Q4,A.mS) +s(A.Q5,A.la) +s(A.QF,A.vq) +s(A.QG,A.la) +s(A.S1,A.vp) +s(A.S2,A.mS) +s(A.S3,A.la) +s(A.E4,A.vs) +s(A.Np,A.ai) +s(A.Nq,A.ai) +s(A.Ns,A.ai) +s(A.Nu,A.ai) +s(A.Od,A.iO) +s(A.Oc,A.ai) +s(A.NG,A.ai) +s(A.PF,A.eB) +s(A.PG,A.Nb) +s(A.PH,A.eB) +s(A.PI,A.Nc) +s(A.PJ,A.eB) +s(A.PK,A.Nd) +s(A.PL,A.eB) +s(A.PM,A.Ne) +s(A.PN,A.ai) +s(A.PO,A.eB) +s(A.PP,A.Nf) +s(A.PQ,A.eB) +s(A.PR,A.Ng) +s(A.PS,A.eB) +s(A.PT,A.Nh) +s(A.PU,A.eB) +s(A.PV,A.Ni) +s(A.PW,A.eB) +s(A.PX,A.Nj) +s(A.PY,A.eB) +s(A.PZ,A.Nk) +s(A.T7,A.Nb) +s(A.T8,A.Nc) +s(A.T9,A.Nd) +s(A.Ta,A.Ne) +s(A.Tb,A.ai) +s(A.Tc,A.eB) +s(A.Td,A.Nf) +s(A.Te,A.Ng) +s(A.Tf,A.Nh) +s(A.Tg,A.Ni) +s(A.Th,A.Nj) +s(A.Ti,A.Nk) +s(A.On,A.iO) +s(A.MG,A.ai) +s(A.P0,A.ai) +s(A.MS,A.ai) +r(A.E6,A.cR) +s(A.MT,A.ai) +s(A.MV,A.ai) +s(A.SU,A.xY) +s(A.MX,A.ai) +s(A.MZ,A.ai) +s(A.Sv,A.xY) +r(A.E7,A.cR) +s(A.N_,A.ai) +s(A.N3,A.ai) +s(A.N4,A.ai) +s(A.N7,A.ai) +s(A.N8,A.ai) +s(A.Nx,A.ai) +s(A.NH,A.ai) +s(A.NL,A.ai) +s(A.NS,A.ai) +s(A.Sz,A.ai) +s(A.SA,A.ai) +s(A.SB,A.ai) +s(A.SC,A.ai) +s(A.SD,A.ai) +s(A.O_,A.ai) +s(A.O3,A.ai) +s(A.SE,A.YP) +s(A.SF,A.YQ) +s(A.Oa,A.ai) +r(A.Ef,A.iF) +s(A.OB,A.ai) +r(A.E5,A.cR) +r(A.Sy,A.mj) +r(A.Ee,A.jn) +r(A.Eg,A.cR) +r(A.SX,A.oN) +s(A.OT,A.ai) +r(A.SM,A.cR) +s(A.Pi,A.ai) +s(A.Pj,A.ai) +s(A.Pv,A.ai) +s(A.Ci,A.xX) +s(A.Px,A.ai) +s(A.Q0,A.ai) +r(A.E9,A.jn) +s(A.Q2,A.ai) +s(A.Q9,A.ai) +r(A.CI,A.cR) +r(A.D3,A.cR) +r(A.D4,A.cR) +r(A.D5,A.jk) +r(A.Ec,A.cR) +s(A.QS,A.ai) +r(A.Eo,A.m_) +r(A.Ep,A.m_) +r(A.Es,A.cR) +s(A.QI,A.US) +s(A.R7,A.ai) +s(A.Rf,A.ai) +r(A.Ej,A.cR) +r(A.Ek,A.AJ) +s(A.Ry,A.ai) +s(A.RD,A.ai) +s(A.RG,A.ai) +r(A.Eu,A.jk) +s(A.RK,A.ai) +s(A.RN,A.ai) +s(A.RS,A.ai) +s(A.Sp,A.ai) +s(A.RW,A.ai) +s(A.RX,A.ai) +r(A.DJ,A.jn) +s(A.RZ,A.ai) +s(A.Sh,A.ai) +s(A.NB,A.ai) +s(A.Ox,A.ai) +s(A.Ow,A.ai) +s(A.Rv,A.ai) +s(A.RL,A.ai) +r(A.Bj,A.eJ) +r(A.CL,A.ac) +s(A.Qj,A.cE) +r(A.CN,A.m_) +r(A.CO,A.ac) +s(A.Ql,A.cE) +r(A.Qm,A.ac) +s(A.Qn,A.cE) +s(A.Qo,A.Wy) +s(A.OO,A.iO) +s(A.SP,A.ai) +s(A.Qp,A.iO) +r(A.CU,A.ac) +s(A.Qq,A.cE) +r(A.Qr,A.m_) +r(A.Qg,A.dS) +r(A.Qh,A.z9) +r(A.CW,A.aE) +r(A.CX,A.dS) +r(A.CY,A.aE) +s(A.Rb,A.ai) +r(A.Re,A.eJ) +r(A.D_,A.ac) +s(A.Qv,A.a5i) +s(A.Qw,A.a5o) +r(A.Rc,A.eJ) +s(A.Rd,A.j0) +r(A.Qt,A.aE) +r(A.Qx,A.ac) +s(A.Qy,A.cE) +r(A.QA,A.aE) +r(A.jF,A.ac) +s(A.QU,A.ai) +s(A.QW,A.iO) +s(A.QX,A.ai) +s(A.OL,A.ai) +s(A.OM,A.ai) +s(A.Pd,A.ai) +s(A.Qb,A.ai) +s(A.Qa,A.ai) +s(A.Mr,A.ai) +s(A.Mq,A.ai) +s(A.OF,A.ai) +r(A.El,A.uA) +r(A.Em,A.uA) +s(A.Tl,A.hq) +r(A.DY,A.qH) +r(A.DZ,A.dU) +r(A.E_,A.rO) +r(A.E0,A.yx) +r(A.E1,A.a6I) +r(A.E2,A.ry) +r(A.E3,A.AZ) +r(A.Ea,A.cR) +r(A.Eb,A.iF) +r(A.Bw,A.iF) +s(A.NT,A.hq) +r(A.Bx,A.cR) +s(A.NU,A.a9U) +s(A.Oe,A.iO) +s(A.Of,A.jQ) +s(A.Og,A.iO) +s(A.Oh,A.jQ) +s(A.Ok,A.ai) +r(A.Qd,A.Xg) +s(A.SV,A.ai) +s(A.SW,A.ai) +s(A.Rm,A.ai) +s(A.Ov,A.ai) +s(A.SI,A.hq) +r(A.uk,A.jn) +r(A.SY,A.aE) +s(A.SZ,A.fC) +s(A.SN,A.hq) +r(A.Cx,A.cR) +r(A.Cy,A.jk) +s(A.SS,A.yj) +r(A.Pw,A.cR) +r(A.T_,A.ac) +r(A.CD,A.fj) +r(A.Ed,A.cR) +r(A.Et,A.cR) +r(A.T0,A.jk) +r(A.uv,A.Ih) +s(A.O9,A.ia) +r(A.D9,A.fj) +r(A.D7,A.fj) +s(A.QQ,A.ia) +r(A.Da,A.cR) +r(A.Db,A.jk) +r(A.uD,A.cR) +s(A.R1,A.ai) +s(A.R3,A.ai) +s(A.R4,A.a21) +s(A.Su,A.ai) +r(A.En,A.aE) +s(A.T1,A.yj) +s(A.T2,A.Mk) +r(A.Eq,A.jn) +s(A.Tj,A.yj) +s(A.Tk,A.Mk) +s(A.Q6,A.T)})() +var v={typeUniverse:{eC:new Map(),tR:{},eT:{},tPV:{},sEA:[]},mangledGlobalNames:{p:"int",J:"double",br:"num",j:"String",y:"bool",aD:"Null",x:"List"},mangledNames:{},types:["~()","J(J)","~(aP)","~(eY)","~(ah)","~(y)","aD()","aD(@)","aD(ah)","~(D?)","~(f3)","y(iG,m)","~(b2)","~(rh,m)","~(j,@)","~(@)","x()","~(c2?)","y(cW)","h(a0)","y(D?)","y(j)","aD(~)","~(h0)","~(bf)","~(tq)","@()","J(B)","y(jW)","~(hI)","y(eQ)","@(@)","~(j)","y(dI?)","@(ah)","~(lV)","J(B,J)","~(@,@)","y(f6)","~(p)","~(D,c8)","j(j)","p(cW,cW)","~(lU)","~(M_)","~(dA,~())","E(b0)","~(u)","a7<~>()","y(b2)","y()","j()","y(bT<@>)","~(J)","y(@)","y(p)","aD(kl)","aD(mr)","p(p)","h(a0,h?)","p()","~(eN)","aU?(bp?)","~(mm)","dg(@)","~(nC)","aD(D,c8)","p(u,u)","~(D?,D?)","a7<@>(kc)","y(h6)","DA(fr)","y(dI)","~(ob)","~(r7)","p(@,@)","a7>()","aD(y)","~(iY)","~(jj,ow)","aU?(bp?)","E?(b0)","~(j,j)","a7()","ar(@)","y(h9)","E(E)","~(xM)","~({curve:fX,descendant:u?,duration:aP,rect:w?})","y(c7)","p(c7,c7)","a7<~>(kc)","~(~())","y(nz)","p(D?)","~(fB)","aD(eN)","~(r6)","y(eA)","a7(au)","~(kk)","J(L)","~(ax)","~(D[c8?])","L()","E?(E?)","y(j7)","k5(cW,i6)","~(jX)","y(D?,D?)","nP()","~(h5)","hg(hg)","~(w)","y(k2)","dh()","w()","kN()","y(iG)","~(mh)","@(D?)","~(x)","~([aW?])","x(iv)","h9()","j(p)","y(p?)","~(cQ)","au()","y(am,j,j,ui)","~(cS,j,p)","aD(fB)","~(br)","x()","y(a6)","y(Xv)","a7<@>(@)","a7<~>(~(ns),~(D?))","~(hR,y)","p(da,da)","fg()","~(fg)","f9()","~(f9)","io()","~(io)","hO()","~(hO)","i1()","~(i1)","ar<@>?(ar<@>?,@,ar<@>(@))","aD(@,@)","a7(fV)","~(ls)","jz(bf)","y(oC)","~(j,x)","j(o5)","x()","pu(a0,bv,h?)","pv(a0,bv,h?)","b0<~>(j)","q0(@)","L(B,aG)","a7(c2?)","J()","j(j,E)","~(j,y?)","oX({from:J?})","~(p7)","uC()","aD(jo)","qQ(cF)","rI(cF)","r3(cF)","tr(cF)","ty(cF)","q2(cF)","a7<~>(~)","qN(cF)","dq?()","dq()","qr(j)","r5(cF)","y(Ak,eZ)","~(H)","j(cX)","uf()","~(yL)","aD(nB)","y(je)","eB(je)","~(uQ)","au<~(bf),bc?>()","~(~(bf),bc?)","p9()","r9(w?,w?)","h(a0,~())","~(dp)","o6<0^>(i8,h(a0))","oL()","~(eQ)","y(y)","J(kP)","J(bv)","J(q>)","J(J,J)","~(k6)","~(j,jY)","0^?(0^?(bp?))","0^?(aU<0^>?(bp?))","aU?(bp?)","aU?(bp?)","~(qn?,tx?)","aU?(bp?)","~(j?)","aU?(bp?)","aU?(bp?)","cY?(b0)","cY?(bp?)","a7<~>(~(nt),~(D?))","E?(bp?)","kJ?(bp?)","lJ?(bp?)","aP?(bp?)","y?(bp?)","mR?(bp?)","qU?(bp?)","h(a0,bv,bv)","a7()","w()?(B)","y(a0)","aD(j)","j?(j)","~(ah?)","y(od)","@(@,j)","@(j)","y(lx?)","aD(~())","~(kT)","~(B?)","t()","y(ha)","aD(@,c8)","~(p,@)","oI(@)","hi<1&>([oz?])","y/()","lh(a0,h?)","ki?(dq)","y(D)","y(lP)","ru(a0,h?)","nh(a0,h?)","tm()","y(b0)","y(E)","J(b0)","~(iq)","a4<@>(@)","q9(a0)","p(lQ,lQ)","~(fs)","dt(a0,h?)","~(y?)","cY(b0)","p(mF,mF)","~(oQ,@)","~([D?])","~(ec,fF?)","nR(a0,h?)","rL(a0,h?)","oW(@)","hp()","ax>(D,ju<@>)","y(ax>)","~([mm?])","a7(cS{allowUpscaling:y,cacheHeight:p?,cacheWidth:p?})","ce(ce,bG)","bG(bG)","j(bG)","~(j,p)","ur()","~(hR?,y)","a7<~>(D,c8?)","~(j,p?)","aD(au>?)","p(p,p)","~(D,c8?)?(h5)","~(iL)","~(j,j?)","~(p,cs,c2?)","j(J,J,j)","J?()","cS(@,@)","~(ec)","w(ij)","a7(j,au)","w(w?,ij)","cY(kd)","~(kd,bc)","y(kd)","~(nY?)","~(nk)","hi<1&>()","y(tb{crossAxisPosition!J,mainAxisPosition!J})","eZ(na)","a7(fV)","y(B)","j(@)","hN(m)","y(ch)","~(a6,a6?)","~(p,uc)","@(@,@)","c7(kW)","am(a6)","qY(@)","p(c7)","c7(p)","d1()","a7(j?)","nX<@>(@)","a7<~>(c2?,~(c2?))","a7>(@)","~(i6)","k4(@)","z1()","y(l)","hi<1&>([nQ?])","a7()","x()","x(x)","x
(e8)","~(p,y(jW))","J(br)","x<@>(j)","ax>(j,j)","~(x

)","~(b_)","@(@)(~(jj,ow))","bT<@>?(i8)","bT<@>(i8)","y(p,p)","mc()","hN()","a7<~>(@)","a7<~>(eY)","@(@)(~(cP<@>,kr))","w(Xv)","@(@,c8)(~(e1,jV))","~(hk)","~(a6t)","~(eU)","~(YN)","~(YO)","D?(h_)","dD(dD,oT)","e8?(p)","y(e8?)","e8(e8?)","a7<~>(a3n)","~(dD)","ne(a0,ez)","y(fv)","ec(ec)","~(aam)","~(a4B)","a7<@>(@,c8)","y(xq)","~(ua)","y(u2)","di()","y(p_)","b0(da)","aD(c2)","x(a0)","w(da)","p(jE,jE)","x(da,q)","y(da)","b2?(b2)","D?(p,b2?)","~(am)","~(cP<@>)","hH()","~(hH)","aD(j,D?)","~(x<@>,ke)","am()","a7<@>(ax)","ax>(j,x)","~(q)","j(j,D?)","~(cS,iR)","~(kq)","~(hn,D)","op(a0,h?)","~(kQ)","h(a0,bv,nH,a0,a0)","y(kQ)","nM(a0)","~(cS)","nl(@)","oV(@)","n0(@)","a7<@>(uB)","au(x<@>)","au(au)","aD(au)","~(@,j)","y(bT<@>?)","y(j9)","y(j,j)","p(j)","dI(bT<@>)","ax>(@,@)","q7(a0,h?)","p2(a0,ez)","aD(cQ?)","~(dA)","m4(a0,h?)","mQ(a0)","hQ(a0,h?)","qL(bf)","h(a0,p)","h(a0,ez)","y(fe)","aD(x<~>)","~(jT)","~(jf)","o3(a0)","y(ia?)","jH()","~(jH)","a7<@>(e1,jV)","jI()","~(jI)","~(km)","~(rQ,aW)","x()","uK(a0,ez)","~(B)","b2?()","ll(a0)","~(h0,f3)","hL()","~(hL)","a7<~>(j,c2?,~(c2?)?)","y1()","a7<@>(cP<@>,kr)","~(e5)","~(e5,y)","j(j?)","h(a0,aG)","j?()","p(is)","p8()","D(is)","D(eA)","p(eA,eA)","x(ax>)","ky()","~(e1,jV)","~(cP<@>,kr)","k_(@)","i4(@)","kt(@)","jx(@)","mT(a0)","o4(a0)","o2(a0)","@(f3)","b0<~>(~)","nJ(a0)","b0<~>(D?,c8)","b0>(i4)","b0>(y)","~(p,p)","b0>>(y)","qT(a0,p)","pR(a0)","y(y?)","~(ad)","a1(a0,p)","y(hg)","j(j,j)","hg()","p(bh<@>,bh<@>)","j(j{encoding:nn})","~(iJ)","D?(D?)","D?(@)","0^(0^,0^)
","L?(L?,L?,J)","J?(br?,br?,J)","E?(E?,E?,J)","~(bs{forceReport:y})","ih?(j)","J(J,J,J)","h(a0,bv,bv,h)","y?(y?,y?,J)","ce?(ce?,ce?,J)","a7>?>(j?)","t?(t?,t?,J)","p(RE<@>,RE<@>)","y({priority!p,scheduler!dU})","j(c2)","x(j)","p(b2,b2)","cM(cM?,cM?,J)","x>(j6,j)","p(h,p)","am(p)","~(j?{wrapWidth:p?})","y(r0)"],interceptorsByTag:null,leafTags:null,arrayRti:Symbol("$ti")} +A.aFh(v.typeUniverse,JSON.parse('{"iJ":"S","rW":"S","t6":"S","t3":"S","t7":"S","t_":"S","t0":"S","rU":"S","rV":"S","rT":"S","t1":"S","rX":"S","rS":"S","t2":"S","t8":"S","ma":"S","mc":"S","jp":"S","me":"S","md":"S","mb":"S","mf":"S","mg":"S","oL":"S","t5":"S","t4":"S","rZ":"S","oK":"S","zZ":"S","kv":"S","rY":"S","jo":"S","nQ":"S","nt":"S","oz":"S","ns":"S","hi":"S","nY":"S","qM":"S","qh":"S","a_g":"S","Vt":"S","Vu":"S","W5":"S","a8n":"S","a88":"S","a7I":"S","a7G":"S","a7F":"S","a7H":"S","a7n":"S","a7m":"S","a8c":"S","a89":"S","a8d":"S","a83":"S","a84":"S","a8l":"S","a8k":"S","a81":"S","a80":"S","a7t":"S","a7A":"S","a7Y":"S","a7X":"S","a7r":"S","a86":"S","a7R":"S","a7q":"S","a87":"S","a8g":"S","a7C":"S","a7B":"S","a7P":"S","a7O":"S","a7p":"S","a7o":"S","a7w":"S","a7v":"S","a85":"S","a7N":"S","G0":"S","ac0":"S","ac2":"S","a7u":"S","a7K":"S","a7J":"S","a7W":"S","af4":"S","a7D":"S","a7y":"S","a7x":"S","a7Z":"S","a7s":"S","a7T":"S","a7S":"S","a7U":"S","L2":"S","a8b":"S","a8a":"S","a8_":"S","L4":"S","L3":"S","L1":"S","a8i":"S","L0":"S","aak":"S","a7M":"S","a8e":"S","a8f":"S","a8m":"S","a8h":"S","a7E":"S","aal":"S","a8j":"S","a0N":"S","a7Q":"S","a7z":"S","a7L":"S","a7V":"S","a0O":"S","Z6":"S","a0T":"S","a0f":"S","WA":"S","aaE":"S","a0p":"S","a0o":"S","Jy":"S","jw":"S","j_":"S","a0U":"S","aJc":"ah","aJa":"aH","aJb":"aH","aJ8":"e3","aJj":"h3","aL9":"fV","aLa":"fB","aJe":"ad","aJY":"ad","aKj":"a6","aJE":"a6","aKQ":"iQ","aKN":"fJ","aJ9":"dN","aJv":"jA","aJg":"iK","aKu":"iK","aJP":"nI","aJK":"p0","aJq":"c5","i_":{"I":[]},"vU":{"iL":[]},"fx":{"dV":["1"]},"dy":{"d7":[]},"q2":{"fD":[]},"qN":{"fD":[]},"qQ":{"fD":[]},"r3":{"fD":[]},"r5":{"fD":[]},"rI":{"fD":[]},"hl":{"I":[]},"ls":{"I":[]},"tr":{"fD":[]},"ty":{"fD":[]},"be":{"I":[]},"qq":{"a1q":[]},"cI":{"I":[]},"pU":{"cf":[]},"iH":{"I":[]},"JY":{"eZ":[]},"FL":{"c4":[]},"G9":{"c4":[]},"G6":{"c4":[]},"G7":{"c4":[]},"Gd":{"c4":[]},"Gb":{"c4":[]},"G8":{"c4":[]},"Gc":{"c4":[]},"FO":{"c4":[]},"FP":{"c4":[]},"FN":{"c4":[]},"FM":{"c4":[]},"FT":{"c4":[]},"FU":{"c4":[]},"FZ":{"c4":[]},"FY":{"c4":[]},"FR":{"c4":[]},"FQ":{"c4":[]},"FW":{"c4":[]},"G_":{"c4":[]},"FS":{"c4":[]},"FV":{"c4":[]},"FX":{"c4":[]},"Ga":{"c4":[]},"L7":{"bA":[]},"xP":{"fx":["mb"],"dV":["mb"]},"lM":{"I":[]},"y8":{"q":["hY"],"q.E":"hY"},"HO":{"cf":[]},"vi":{"wW":[]},"FK":{"fx":["ma"],"dV":["ma"],"iL":[]},"qc":{"eM":[]},"Kv":{"eM":[]},"Gg":{"eM":[],"VU":[]},"Gj":{"eM":[],"VX":[]},"Gi":{"eM":[],"VV":[]},"IT":{"eM":[],"a3_":[]},"AQ":{"eM":[],"M4":[]},"IR":{"eM":[],"M4":[],"a2Z":[]},"Jv":{"eM":[]},"Jt":{"eM":[],"a3w":[]},"G3":{"fx":["md"],"dV":["md"]},"q3":{"fx":["me"],"dV":["me"],"J_":[]},"q4":{"fx":["mf"],"dV":["mf"]},"vX":{"fx":["mg"],"dV":["mg"]},"q5":{"fx":["jp"],"dV":["jp"]},"G1":{"q5":[],"fx":["jp"],"dV":["jp"]},"t9":{"dV":["2"]},"vW":{"dV":["rY"]},"G2":{"a1q":[]},"pm":{"I":[]},"FC":{"bA":[]},"yD":{"dy":[],"d7":[],"VX":[]},"Jn":{"dy":[],"d7":[],"VV":[]},"yG":{"dy":[],"d7":[],"a3w":[]},"yC":{"dy":[],"d7":[],"VU":[]},"yE":{"dy":[],"d7":[],"a2Z":[]},"yF":{"dy":[],"d7":[],"a3_":[]},"aO":{"J_":[]},"Jq":{"d7":[]},"ww":{"cO":[]},"yw":{"cO":[]},"Jc":{"cO":[]},"Jg":{"cO":[]},"Je":{"cO":[]},"Jd":{"cO":[]},"Jf":{"cO":[]},"J2":{"cO":[]},"J1":{"cO":[]},"J0":{"cO":[]},"J6":{"cO":[]},"Ja":{"cO":[]},"J9":{"cO":[]},"J4":{"cO":[]},"J3":{"cO":[]},"J8":{"cO":[]},"Jb":{"cO":[]},"J5":{"cO":[]},"J7":{"cO":[]},"yH":{"dy":[],"d7":[]},"lS":{"I":[]},"Jp":{"d7":[]},"yI":{"dy":[],"d7":[],"M4":[]},"HH":{"iL":[]},"HG":{"iL":[]},"zY":{"wW":[]},"lk":{"I":[]},"tR":{"I":[]},"F0":{"I":[]},"qp":{"I":[]},"jJ":{"T":["1"],"x":["1"],"V":["1"],"q":["1"]},"OE":{"jJ":["p"],"T":["p"],"x":["p"],"V":["p"],"q":["p"]},"M7":{"jJ":["p"],"T":["p"],"x":["p"],"V":["p"],"q":["p"],"T.E":"p","jJ.E":"p"},"nr":{"a3j":[]},"rk":{"a3j":[]},"FI":{"tk":[]},"Kw":{"tk":[]},"oi":{"rq":[]},"ff":{"rq":[]},"o0":{"I":[]},"tV":{"I":[]},"oS":{"I":[]},"tG":{"I":[]},"GZ":{"nv":[]},"H1":{"nv":[]},"xk":{"y":[]},"xl":{"aD":[]},"S":{"akC":[],"iJ":[],"rW":[],"t6":[],"t3":[],"t7":[],"t_":[],"t0":[],"rU":[],"rV":[],"rT":[],"t1":[],"rX":[],"rS":[],"t2":[],"t8":[],"ma":[],"mc":[],"jp":[],"me":[],"md":[],"mb":[],"mf":[],"mg":[],"oL":[],"t5":[],"t4":[],"rZ":[],"oK":[],"zZ":[],"kv":[],"rY":[],"jo":[],"nQ":[],"nt":[],"oz":[],"ns":[],"hi":["1&"],"nY":[],"qM":[],"qh":[]},"o":{"x":["1"],"V":["1"],"q":["1"],"aY":["1"]},"a0M":{"o":["1"],"x":["1"],"V":["1"],"q":["1"],"aY":["1"]},"lB":{"J":[],"br":[],"bh":["br"]},"qX":{"J":[],"p":[],"br":[],"bh":["br"]},"xm":{"J":[],"br":[],"bh":["br"]},"k3":{"j":[],"bh":["j"],"aY":["@"]},"n8":{"bN":["3","4"],"bN.S":"3","bN.T":"4"},"n4":{"cB":["3","4"],"bN":["3","4"],"bN.S":"3","bN.T":"4","cB.S":"3","cB.T":"4"},"kM":{"q":["2"]},"n5":{"kM":["1","2"],"q":["2"],"q.E":"2"},"By":{"n5":["1","2"],"kM":["1","2"],"V":["2"],"q":["2"],"q.E":"2"},"Bd":{"T":["2"],"x":["2"],"kM":["1","2"],"V":["2"],"q":["2"]},"cv":{"Bd":["1","2"],"T":["2"],"x":["2"],"kM":["1","2"],"V":["2"],"q":["2"],"q.E":"2","T.E":"2"},"n7":{"aq":["3","4"],"au":["3","4"],"aq.V":"4","aq.K":"3"},"j1":{"bA":[]},"fq":{"T":["p"],"x":["p"],"V":["p"],"q":["p"],"T.E":"p"},"V":{"q":["1"]},"bl":{"V":["1"],"q":["1"]},"fI":{"bl":["1"],"V":["1"],"q":["1"],"q.E":"1","bl.E":"1"},"d5":{"q":["2"],"q.E":"2"},"nm":{"d5":["1","2"],"V":["2"],"q":["2"],"q.E":"2"},"aA":{"bl":["2"],"V":["2"],"q":["2"],"q.E":"2","bl.E":"2"},"av":{"q":["1"],"q.E":"1"},"hK":{"q":["2"],"q.E":"2"},"oR":{"q":["1"],"q.E":"1"},"wz":{"oR":["1"],"V":["1"],"q":["1"],"q.E":"1"},"kw":{"q":["1"],"q.E":"1"},"qo":{"kw":["1"],"V":["1"],"q":["1"],"q.E":"1"},"A1":{"q":["1"],"q.E":"1"},"jU":{"V":["1"],"q":["1"],"q.E":"1"},"nA":{"q":["1"],"q.E":"1"},"fL":{"q":["1"],"q.E":"1"},"tJ":{"T":["1"],"x":["1"],"V":["1"],"q":["1"]},"ci":{"bl":["1"],"V":["1"],"q":["1"],"q.E":"1","bl.E":"1"},"to":{"oQ":[]},"nf":{"kI":["1","2"],"r8":["1","2"],"DQ":["1","2"],"au":["1","2"]},"qb":{"au":["1","2"]},"ba":{"qb":["1","2"],"au":["1","2"]},"Bi":{"q":["1"],"q.E":"1"},"bI":{"qb":["1","2"],"au":["1","2"]},"xf":{"jZ":[]},"nT":{"jZ":[]},"yk":{"ms":[],"kg":[],"bA":[]},"I_":{"kg":[],"bA":[]},"M8":{"bA":[]},"IM":{"cf":[]},"Dq":{"c8":[]},"cc":{"jZ":[]},"Gm":{"jZ":[]},"Gn":{"jZ":[]},"LH":{"jZ":[]},"Lv":{"jZ":[]},"pY":{"jZ":[]},"KB":{"bA":[]},"dj":{"aq":["1","2"],"au":["1","2"],"aq.V":"2","aq.K":"1"},"b3":{"V":["1"],"q":["1"],"q.E":"1"},"nW":{"aqD":[]},"us":{"K_":[],"o5":[]},"Mu":{"q":["K_"],"q.E":"K_"},"ti":{"o5":[]},"Rp":{"q":["o5"],"q.E":"o5"},"o9":{"q0":[]},"dl":{"cH":[]},"y9":{"dl":[],"c2":[],"cH":[]},"rb":{"b6":["1"],"dl":[],"cH":[],"aY":["1"]},"lN":{"T":["J"],"b6":["J"],"x":["J"],"dl":[],"V":["J"],"cH":[],"aY":["J"],"q":["J"]},"fz":{"T":["p"],"b6":["p"],"x":["p"],"dl":[],"V":["p"],"cH":[],"aY":["p"],"q":["p"]},"ya":{"lN":[],"T":["J"],"Z2":[],"b6":["J"],"x":["J"],"dl":[],"V":["J"],"cH":[],"aY":["J"],"q":["J"],"T.E":"J"},"IC":{"lN":[],"T":["J"],"Z3":[],"b6":["J"],"x":["J"],"dl":[],"V":["J"],"cH":[],"aY":["J"],"q":["J"],"T.E":"J"},"ID":{"fz":[],"T":["p"],"b6":["p"],"x":["p"],"dl":[],"V":["p"],"cH":[],"aY":["p"],"q":["p"],"T.E":"p"},"yb":{"fz":[],"T":["p"],"a0B":[],"b6":["p"],"x":["p"],"dl":[],"V":["p"],"cH":[],"aY":["p"],"q":["p"],"T.E":"p"},"IE":{"fz":[],"T":["p"],"b6":["p"],"x":["p"],"dl":[],"V":["p"],"cH":[],"aY":["p"],"q":["p"],"T.E":"p"},"IF":{"fz":[],"T":["p"],"b6":["p"],"x":["p"],"dl":[],"V":["p"],"cH":[],"aY":["p"],"q":["p"],"T.E":"p"},"yc":{"fz":[],"T":["p"],"b6":["p"],"x":["p"],"dl":[],"V":["p"],"cH":[],"aY":["p"],"q":["p"],"T.E":"p"},"yd":{"fz":[],"T":["p"],"b6":["p"],"x":["p"],"dl":[],"V":["p"],"cH":[],"aY":["p"],"q":["p"],"T.E":"p"},"oa":{"fz":[],"T":["p"],"cS":[],"b6":["p"],"x":["p"],"dl":[],"V":["p"],"cH":[],"aY":["p"],"q":["p"],"T.E":"p"},"DL":{"fh":[]},"O1":{"bA":[]},"DM":{"ms":[],"bA":[]},"a4":{"a7":["1"]},"ug":{"iR":["1"]},"DI":{"M_":[]},"Dz":{"q":["1"],"q.E":"1"},"Fc":{"bA":[]},"aI":{"tW":["1"]},"Dy":{"tW":["1"]},"uN":{"iR":["1"]},"mu":{"uN":["1"],"iR":["1"]},"jC":{"uO":["1"],"d1":["1"],"d1.T":"1"},"tY":{"jB":["1"],"kA":["1"]},"jB":{"kA":["1"]},"uO":{"d1":["1"]},"BK":{"uO":["1"],"d1":["1"],"d1.T":"1"},"BB":{"iR":["1"]},"uL":{"jB":["2"],"kA":["2"]},"uP":{"bN":["1","2"]},"Bb":{"d1":["2"],"d1.T":"2"},"Dt":{"uP":["1","2"],"bN":["1","2"],"bN.S":"1","bN.T":"2"},"eh":{"ax":["1","2"]},"pe":{"aq":["1","2"],"au":["1","2"],"aq.V":"2","aq.K":"1"},"BQ":{"pe":["1","2"],"aq":["1","2"],"au":["1","2"],"aq.V":"2","aq.K":"1"},"pf":{"V":["1"],"q":["1"],"q.E":"1"},"C9":{"dj":["1","2"],"aq":["1","2"],"au":["1","2"],"aq.V":"2","aq.K":"1"},"uq":{"dj":["1","2"],"aq":["1","2"],"au":["1","2"],"aq.V":"2","aq.K":"1"},"my":{"po":["1"],"cG":["1"],"b0":["1"],"V":["1"],"q":["1"],"cG.E":"1"},"hs":{"po":["1"],"cG":["1"],"b0":["1"],"V":["1"],"q":["1"],"cG.E":"1"},"xg":{"q":["1"]},"xB":{"q":["1"],"q.E":"1"},"xC":{"T":["1"],"x":["1"],"V":["1"],"q":["1"]},"T":{"x":["1"],"V":["1"],"q":["1"]},"xQ":{"aq":["1","2"],"au":["1","2"]},"aq":{"au":["1","2"]},"Cf":{"V":["2"],"q":["2"],"q.E":"2"},"r8":{"au":["1","2"]},"kI":{"r8":["1","2"],"DQ":["1","2"],"au":["1","2"]},"Bq":{"Br":["1"],"akp":["1"]},"Bs":{"Br":["1"]},"ws":{"V":["1"],"q":["1"],"q.E":"1"},"xE":{"bl":["1"],"V":["1"],"q":["1"],"q.E":"1","bl.E":"1"},"po":{"cG":["1"],"b0":["1"],"V":["1"],"q":["1"]},"dJ":{"po":["1"],"cG":["1"],"b0":["1"],"V":["1"],"q":["1"],"cG.E":"1"},"Aa":{"aq":["1","2"],"au":["1","2"],"aq.V":"2","aq.K":"1"},"kV":{"V":["1"],"q":["1"],"q.E":"1"},"pr":{"V":["2"],"q":["2"],"q.E":"2"},"Dl":{"V":["ax<1,2>"],"q":["ax<1,2>"],"q.E":"ax<1,2>"},"db":{"jG":["1","2","1"],"jG.T":"1"},"Dp":{"jG":["1","eh<1,2>","2"],"jG.T":"2"},"pq":{"jG":["1","eh<1,2>","ax<1,2>"],"jG.T":"ax<1,2>"},"tf":{"cG":["1"],"b0":["1"],"xi":["1"],"V":["1"],"q":["1"],"cG.E":"1"},"nn":{"nd":["j","x

"]},"OH":{"aq":["j","@"],"au":["j","@"],"aq.V":"@","aq.K":"j"},"OI":{"bl":["j"],"V":["j"],"q":["j"],"q.E":"j","bl.E":"j"},"Fj":{"nd":["x

","j"]},"Fk":{"cB":["x

","j"],"bN":["x

","j"],"bN.S":"x

","bN.T":"j","cB.S":"x

","cB.T":"j"},"cB":{"bN":["1","2"]},"xn":{"bA":[]},"I1":{"bA":[]},"I0":{"nd":["D?","j"]},"I3":{"cB":["D?","j"],"bN":["D?","j"],"bN.S":"D?","bN.T":"j","cB.S":"D?","cB.T":"j"},"I2":{"cB":["j","D?"],"bN":["j","D?"],"bN.S":"j","bN.T":"D?","cB.S":"j","cB.T":"D?"},"Mf":{"nn":[],"nd":["j","x

"]},"Mg":{"cB":["j","x

"],"bN":["j","x

"],"bN.S":"j","bN.T":"x

","cB.S":"j","cB.T":"x

"},"AW":{"cB":["x

","j"],"bN":["x

","j"],"bN.S":"x

","bN.T":"j","cB.S":"x

","cB.T":"j"},"dh":{"bh":["dh"]},"J":{"br":[],"bh":["br"]},"aP":{"bh":["aP"]},"p":{"br":[],"bh":["br"]},"x":{"V":["1"],"q":["1"]},"br":{"bh":["br"]},"K_":{"o5":[]},"b0":{"V":["1"],"q":["1"]},"j":{"bh":["j"]},"O0":{"I":[]},"mV":{"bA":[]},"ms":{"bA":[]},"IL":{"bA":[]},"fS":{"bA":[]},"rr":{"bA":[]},"HQ":{"bA":[]},"kg":{"bA":[]},"Ma":{"bA":[]},"tI":{"bA":[]},"kz":{"bA":[]},"Gr":{"bA":[]},"IV":{"bA":[]},"Ae":{"bA":[]},"GB":{"bA":[]},"O2":{"cf":[]},"h2":{"cf":[]},"Rt":{"c8":[]},"DU":{"Mb":[]},"ht":{"Mb":[]},"Ny":{"Mb":[]},"ad":{"am":[],"a6":[]},"n3":{"ad":[],"am":[],"a6":[]},"am":{"a6":[]},"ft":{"mY":[]},"jY":{"ad":[],"am":[],"a6":[]},"k6":{"ah":[]},"lL":{"ad":[],"am":[],"a6":[]},"eN":{"ah":[]},"kl":{"eN":[],"ah":[]},"fB":{"ah":[]},"mr":{"ah":[]},"ui":{"j7":[]},"F3":{"ad":[],"am":[],"a6":[]},"F9":{"ad":[],"am":[],"a6":[]},"pW":{"ad":[],"am":[],"a6":[]},"Fo":{"ah":[]},"mZ":{"ad":[],"am":[],"a6":[]},"Fz":{"ad":[],"am":[],"a6":[]},"iK":{"a6":[]},"Gq":{"ah":[]},"qd":{"c5":[]},"qf":{"fH":[]},"wm":{"ad":[],"am":[],"a6":[]},"iQ":{"a6":[]},"wq":{"T":["ji
"],"x":["ji
"],"b6":["ji
"],"V":["ji
"],"q":["ji
"],"aY":["ji
"],"T.E":"ji
"},"wr":{"ji":["br"]},"GT":{"T":["j"],"x":["j"],"b6":["j"],"V":["j"],"q":["j"],"aY":["j"],"T.E":"j"},"N6":{"T":["am"],"x":["am"],"V":["am"],"q":["am"],"T.E":"am"},"ud":{"T":["1"],"x":["1"],"V":["1"],"q":["1"],"T.E":"1"},"GW":{"ad":[],"am":[],"a6":[]},"dN":{"ah":[]},"H9":{"ah":[]},"Hc":{"ad":[],"am":[],"a6":[]},"qy":{"T":["ft"],"x":["ft"],"b6":["ft"],"V":["ft"],"q":["ft"],"aY":["ft"],"T.E":"ft"},"nI":{"T":["a6"],"x":["a6"],"b6":["a6"],"V":["a6"],"q":["a6"],"aY":["a6"],"T.E":"a6"},"x1":{"iQ":[],"a6":[]},"HK":{"ad":[],"am":[],"a6":[]},"nN":{"ad":[],"am":[],"a6":[]},"nS":{"ad":[],"am":[],"a6":[]},"xu":{"ad":[],"am":[],"a6":[]},"xz":{"ad":[],"am":[],"a6":[]},"Ik":{"ad":[],"am":[],"a6":[]},"ra":{"ah":[]},"Iq":{"ah":[]},"Ir":{"aq":["j","@"],"au":["j","@"],"aq.V":"@","aq.K":"j"},"Is":{"ah":[]},"It":{"aq":["j","@"],"au":["j","@"],"aq.V":"@","aq.K":"j"},"Iu":{"T":["hW"],"x":["hW"],"b6":["hW"],"V":["hW"],"q":["hW"],"aY":["hW"],"T.E":"hW"},"dG":{"T":["a6"],"x":["a6"],"V":["a6"],"q":["a6"],"T.E":"a6"},"rc":{"T":["a6"],"x":["a6"],"b6":["a6"],"V":["a6"],"q":["a6"],"aY":["a6"],"T.E":"a6"},"IO":{"ad":[],"am":[],"a6":[]},"IW":{"ad":[],"am":[],"a6":[]},"yz":{"ad":[],"am":[],"a6":[]},"Jh":{"ad":[],"am":[],"a6":[]},"JA":{"T":["i2"],"x":["i2"],"b6":["i2"],"V":["i2"],"q":["i2"],"aY":["i2"],"T.E":"i2"},"JM":{"ah":[]},"Kz":{"aq":["j","@"],"au":["j","@"],"aq.V":"@","aq.K":"j"},"zG":{"ad":[],"am":[],"a6":[]},"KO":{"ad":[],"am":[],"a6":[]},"KW":{"jA":[]},"Li":{"ad":[],"am":[],"a6":[]},"Lm":{"T":["ic"],"x":["ic"],"b6":["ic"],"V":["ic"],"q":["ic"],"aY":["ic"],"T.E":"ic"},"Ls":{"T":["ie"],"x":["ie"],"b6":["ie"],"V":["ie"],"q":["ie"],"aY":["ie"],"T.E":"ie"},"Lt":{"ah":[]},"Ah":{"aq":["j","j"],"au":["j","j"],"aq.V":"j","aq.K":"j"},"Aj":{"ad":[],"am":[],"a6":[]},"Ap":{"ad":[],"am":[],"a6":[]},"LE":{"ad":[],"am":[],"a6":[]},"LF":{"ad":[],"am":[],"a6":[]},"ts":{"ad":[],"am":[],"a6":[]},"tu":{"ad":[],"am":[],"a6":[]},"LO":{"ah":[]},"LV":{"T":["fJ"],"x":["fJ"],"b6":["fJ"],"V":["fJ"],"q":["fJ"],"aY":["fJ"],"T.E":"fJ"},"LW":{"T":["ik"],"x":["ik"],"b6":["ik"],"V":["ik"],"q":["ik"],"aY":["ik"],"T.E":"ik"},"AP":{"T":["il"],"x":["il"],"b6":["il"],"V":["il"],"q":["il"],"aY":["il"],"T.E":"il"},"p0":{"ah":[]},"p3":{"eN":[],"ah":[]},"tO":{"a6":[]},"Nn":{"T":["c5"],"x":["c5"],"b6":["c5"],"V":["c5"],"q":["c5"],"aY":["c5"],"T.E":"c5"},"Bp":{"ji":["br"]},"Om":{"T":["hM?"],"x":["hM?"],"b6":["hM?"],"V":["hM?"],"q":["hM?"],"aY":["hM?"],"T.E":"hM?"},"Cp":{"T":["a6"],"x":["a6"],"b6":["a6"],"V":["a6"],"q":["a6"],"aY":["a6"],"T.E":"a6"},"Ri":{"T":["ig"],"x":["ig"],"b6":["ig"],"V":["ig"],"q":["ig"],"aY":["ig"],"T.E":"ig"},"Rw":{"T":["fH"],"x":["fH"],"b6":["fH"],"V":["fH"],"q":["fH"],"aY":["fH"],"T.E":"fH"},"ML":{"aq":["j","j"],"au":["j","j"]},"Bz":{"aq":["j","j"],"au":["j","j"],"aq.V":"j","aq.K":"j"},"mw":{"d1":["1"],"d1.T":"1"},"pb":{"mw":["1"],"d1":["1"],"d1.T":"1"},"BC":{"kA":["1"]},"yi":{"j7":[]},"Dg":{"j7":[]},"RF":{"j7":[]},"Rx":{"j7":[]},"He":{"T":["am"],"x":["am"],"V":["am"],"q":["am"],"T.E":"am"},"Mh":{"ah":[]},"nX":{"T":["1"],"x":["1"],"V":["1"],"q":["1"],"T.E":"1"},"IK":{"cf":[]},"ji":{"aL8":["1"]},"q6":{"aH":[],"am":[],"a6":[]},"qi":{"aH":[],"am":[],"a6":[]},"qu":{"aH":[],"am":[],"a6":[]},"qv":{"aH":[],"am":[],"a6":[]},"qw":{"aH":[],"am":[],"a6":[]},"qx":{"aH":[],"am":[],"a6":[]},"qA":{"aH":[],"am":[],"a6":[]},"h3":{"aH":[],"am":[],"a6":[]},"e3":{"aH":[],"am":[],"a6":[]},"Id":{"T":["k8"],"x":["k8"],"V":["k8"],"q":["k8"],"T.E":"k8"},"IN":{"T":["kh"],"x":["kh"],"V":["kh"],"q":["kh"],"T.E":"kh"},"ri":{"aH":[],"am":[],"a6":[]},"rD":{"aH":[],"am":[],"a6":[]},"Ly":{"T":["j"],"x":["j"],"V":["j"],"q":["j"],"T.E":"j"},"aH":{"am":[],"a6":[]},"oP":{"aH":[],"am":[],"a6":[]},"M5":{"T":["kE"],"x":["kE"],"V":["kE"],"q":["kE"],"T.E":"kE"},"c2":{"cH":[]},"aBO":{"x":["p"],"V":["p"],"q":["p"],"cH":[]},"cS":{"x":["p"],"V":["p"],"q":["p"],"cH":[]},"aEc":{"x":["p"],"V":["p"],"q":["p"],"cH":[]},"aBN":{"x":["p"],"V":["p"],"q":["p"],"cH":[]},"aEa":{"x":["p"],"V":["p"],"q":["p"],"cH":[]},"a0B":{"x":["p"],"V":["p"],"q":["p"],"cH":[]},"aEb":{"x":["p"],"V":["p"],"q":["p"],"cH":[]},"Z2":{"x":["J"],"V":["J"],"q":["J"],"cH":[]},"Z3":{"x":["J"],"V":["J"],"q":["J"],"cH":[]},"i3":{"I":[]},"js":{"I":[]},"tv":{"I":[]},"kC":{"I":[]},"tt":{"I":[]},"w0":{"I":[]},"yB":{"I":[]},"r1":{"I":[]},"Ai":{"I":[]},"LA":{"I":[]},"yy":{"I":[]},"mX":{"I":[]},"nb":{"I":[]},"Fq":{"I":[]},"np":{"I":[]},"x7":{"I":[]},"mU":{"I":[]},"jd":{"I":[]},"rl":{"I":[]},"Jx":{"I":[]},"LK":{"I":[]},"Aw":{"I":[]},"vK":{"I":[]},"Fy":{"I":[]},"AE":{"I":[]},"KZ":{"nv":[]},"vM":{"I":[]},"Fd":{"aq":["j","@"],"au":["j","@"],"aq.V":"@","aq.K":"j"},"eb":{"aoH":[],"q":["j"],"q.E":"j"},"bd":{"au":["2","3"]},"e1":{"cf":[]},"lm":{"I":[]},"nU":{"I":[]},"HU":{"T":["iY"],"x":["iY"],"V":["iY"],"q":["iY"],"T.E":"iY"},"ox":{"I":[]},"xD":{"I":[]},"nJ":{"a1":[],"h":[]},"Ou":{"ab":["nJ"]},"wj":{"iY":[]},"wv":{"a1":[],"h":[]},"Bt":{"ab":["wv"]},"xI":{"a1":[],"h":[]},"OV":{"ab":["xI"]},"xK":{"a1":[],"h":[]},"OX":{"ab":["xK"]},"xL":{"a1":[],"h":[]},"OY":{"ab":["xL"]},"o3":{"a1":[],"h":[]},"Ce":{"ab":["o3"]},"r_":{"a1":[],"h":[]},"OK":{"ab":["r_"]},"qZ":{"I":[]},"eY":{"I":[]},"bv":{"at":[]},"p7":{"I":[]},"l9":{"bv":["J"],"at":[]},"vo":{"I":[]},"ng":{"bv":["J"],"at":[]},"Mv":{"bv":["J"],"at":[]},"Mw":{"bv":["J"],"at":[]},"yR":{"bv":["J"],"at":[]},"i7":{"bv":["J"],"at":[]},"DK":{"I":[]},"oZ":{"bv":["J"],"at":[]},"qa":{"bv":["1"],"at":[]},"vr":{"bv":["1"],"at":[]},"C8":{"fX":[]},"zB":{"fX":[]},"et":{"fX":[]},"AC":{"fX":[]},"f1":{"fX":[]},"qB":{"fX":[]},"Nz":{"fX":[]},"ar":{"an":["1"],"an.T":"1","ar.T":"1"},"dg":{"ar":["E?"],"an":["E?"],"an.T":"E?","ar.T":"E?"},"aC":{"bv":["1"],"at":[]},"eV":{"an":["1"],"an.T":"1"},"zy":{"ar":["1"],"an":["1"],"an.T":"1","ar.T":"1"},"z5":{"ar":["w?"],"an":["w?"],"an.T":"w?","ar.T":"w?"},"lz":{"ar":["p"],"an":["p"],"an.T":"p","ar.T":"p"},"fY":{"an":["J"],"an.T":"J"},"AR":{"an":["1"],"an.T":"1"},"e0":{"E":[]},"w8":{"cM":[]},"Nr":{"f8":["Wq"],"f8.T":"Wq"},"GI":{"Wq":[]},"u_":{"a1":[],"h":[]},"Gw":{"aN":[],"h":[]},"u0":{"ab":["u_<1>"]},"ir":{"iN":[]},"qg":{"a1":[],"h":[]},"Bm":{"jh":["qg"],"ab":["qg"]},"RJ":{"at":[]},"BS":{"b8":[],"aS":[],"h":[]},"Gz":{"aN":[],"h":[]},"mv":{"hG":["x"],"eq":[]},"qr":{"mv":[],"hG":["x"],"eq":[]},"H3":{"mv":[],"hG":["x"],"eq":[]},"H2":{"mv":[],"hG":["x"],"eq":[]},"nu":{"mV":[],"bA":[]},"Ob":{"eq":[]},"jQ":{"at":[]},"pk":{"at":[]},"d9":{"at":[]},"qj":{"I":[]},"iP":{"I":[]},"hG":{"eq":[]},"wh":{"eq":[]},"GO":{"eq":[]},"ef":{"f7":[],"ef.T":"1"},"Ii":{"f7":[]},"p1":{"f7":[]},"xx":{"hb":[]},"aM":{"q":["1"],"q.E":"1"},"x_":{"q":["1"],"q.E":"1"},"dq":{"I":[]},"d2":{"a7":["1"]},"wX":{"I":[]},"qH":{"aa":[]},"wQ":{"bs":[]},"eB":{"bf":[]},"km":{"bf":[]},"lU":{"bf":[]},"lV":{"bf":[]},"kk":{"bf":[]},"jf":{"bf":[]},"Mp":{"bf":[]},"Sa":{"bf":[]},"oj":{"bf":[]},"S6":{"oj":[],"bf":[]},"om":{"bf":[]},"Se":{"om":[],"bf":[]},"Sc":{"km":[],"bf":[]},"S9":{"lU":[],"bf":[]},"Sb":{"lV":[],"bf":[]},"S8":{"kk":[],"bf":[]},"ol":{"bf":[]},"Sd":{"ol":[],"bf":[]},"oo":{"bf":[]},"Sg":{"oo":[],"bf":[]},"on":{"jf":[],"bf":[]},"Sf":{"on":[],"jf":[],"bf":[]},"ok":{"bf":[]},"S7":{"ok":[],"bf":[]},"hL":{"cL":[],"cX":[]},"mx":{"I":[]},"Cl":{"uS":[]},"uy":{"uS":[]},"f9":{"cL":[],"cX":[]},"io":{"cL":[],"cX":[]},"hO":{"cL":[],"cX":[]},"i1":{"cL":[],"cX":[]},"u5":{"I":[]},"wt":{"cL":[],"cX":[]},"hH":{"cL":[],"cX":[]},"cL":{"cX":[]},"wu":{"I":[]},"yo":{"cL":[],"cX":[]},"qI":{"I":[]},"rm":{"cL":[],"cX":[]},"fg":{"cL":[],"cX":[]},"Fl":{"cL":[],"cX":[]},"p9":{"cX":[]},"N9":{"qG":[]},"qL":{"jz":[]},"xT":{"a1":[],"h":[]},"LY":{"I":[]},"Cg":{"ab":["xT"]},"vw":{"a1":[],"h":[]},"Q1":{"L":[]},"B5":{"ab":["vw"]},"MH":{"aZ":[],"al":[],"h":[]},"Qi":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"r9":{"ar":["w?"],"an":["w?"],"an.T":"w?","ar.T":"w?"},"xW":{"ar":["m"],"an":["m"],"an.T":"m","ar.T":"m"},"pa":{"I":[]},"Fh":{"aN":[],"h":[]},"Fg":{"aN":[],"h":[]},"aC9":{"dO":[],"b8":[],"aS":[],"h":[]},"vF":{"a1":[],"h":[]},"Fs":{"I":[]},"pX":{"I":[]},"MU":{"aN":[],"h":[]},"RU":{"aN":[],"h":[]},"RV":{"aN":[],"h":[]},"ON":{"aN":[],"h":[]},"Ba":{"ab":["vF"]},"MO":{"aN":[],"h":[]},"Q8":{"at":[]},"aA0":{"b8":[],"aS":[],"h":[]},"z3":{"a1":[],"h":[]},"Qc":{"ab":["z3"]},"OC":{"aZ":[],"al":[],"h":[]},"CR":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"C1":{"aU":["1?"]},"OS":{"aU":["du?"]},"OR":{"aU":["eP?"]},"vO":{"a1":[],"h":[]},"MY":{"ab":["vO"]},"Pc":{"cY":[],"aU":["cY"]},"OD":{"aZ":[],"al":[],"h":[]},"CS":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"FA":{"I":[]},"FG":{"aN":[],"h":[]},"C6":{"aU":["1"]},"lI":{"lg":["p"],"E":[],"lg.T":"p"},"C5":{"aU":["1"]},"pR":{"aN":[],"h":[]},"GP":{"aN":[],"h":[]},"wi":{"hX":["1"],"dE":["1"],"bT":["1"]},"nj":{"aN":[],"h":[]},"aAT":{"dO":[],"b8":[],"aS":[],"h":[]},"GV":{"a1":[],"h":[]},"NV":{"aU":["E?"]},"NX":{"aU":["E?"]},"NZ":{"aU":["E?"]},"NW":{"aU":["J"]},"NY":{"aU":["cY?"]},"aB5":{"dO":[],"b8":[],"aS":[],"h":[]},"wP":{"b8":[],"aS":[],"h":[]},"u8":{"I":[]},"Hi":{"aN":[],"h":[]},"N5":{"aZ":[],"al":[],"h":[]},"CJ":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"B4":{"bv":["1"],"at":[]},"HM":{"aN":[],"h":[]},"lx":{"lA":[],"k1":[]},"xc":{"lA":[],"k1":[]},"xd":{"lA":[],"k1":[]},"lA":{"k1":[]},"CE":{"b8":[],"aS":[],"h":[]},"BV":{"a1":[],"h":[]},"ph":{"I":[]},"qT":{"aN":[],"h":[]},"qS":{"aN":[],"h":[]},"BU":{"ab":["BV"],"alE":[]},"h8":{"bG":[]},"jv":{"h8":[],"bG":[]},"B9":{"a1":[],"h":[]},"BO":{"a1":[],"h":[]},"dH":{"I":[]},"nR":{"a1":[],"h":[]},"BW":{"at":[]},"BX":{"ar":["h8"],"an":["h8"],"an.T":"h8","ar.T":"h8"},"OA":{"at":[]},"MR":{"ab":["B9"]},"QY":{"a1":[],"h":[]},"BP":{"ab":["BO"]},"qE":{"I":[]},"CM":{"oN":["dH"],"B":[],"u":[],"H":[],"aa":[]},"NC":{"mj":["dH"],"al":[],"h":[],"mj.S":"dH"},"BY":{"ab":["nR"]},"kb":{"I":[]},"xS":{"a1":[],"h":[]},"CQ":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"oI":{"ar":["bG?"],"an":["bG?"],"an.T":"bG?","ar.T":"bG?"},"Ch":{"a1":[],"h":[]},"P4":{"ab":["xS"]},"Oz":{"aZ":[],"al":[],"h":[]},"P1":{"ab":["Ch"]},"De":{"aN":[],"h":[]},"QZ":{"at":[]},"P2":{"f8":["xV"],"f8.T":"xV"},"GJ":{"xV":[]},"cq":{"I":[]},"Im":{"cY":[],"aU":["cY"]},"BA":{"cY":[],"aU":["cY"]},"eg":{"aU":["1"]},"fk":{"aU":["1"]},"C4":{"aU":["1"]},"o6":{"xX":["1"],"hX":["1"],"dE":["1"],"bT":["1"]},"pu":{"aN":[],"h":[]},"pv":{"aN":[],"h":[]},"St":{"aN":[],"h":[]},"Mo":{"ki":[]},"Gx":{"ki":[]},"le":{"a1":[],"h":[]},"ru":{"a1":[],"h":[]},"Ms":{"I":[]},"JL":{"a1":[],"h":[]},"tS":{"at":[]},"Be":{"ab":["le"]},"Qe":{"at":[]},"Qf":{"ab":["le"]},"aCZ":{"dO":[],"b8":[],"aS":[],"h":[]},"C3":{"aU":["1"]},"z6":{"a1":[],"h":[]},"kS":{"I":[]},"JZ":{"I":[]},"z7":{"ab":["z6"]},"zE":{"a1":[],"h":[]},"D2":{"b8":[],"aS":[],"h":[]},"BE":{"a1":[],"h":[]},"zC":{"a1":[],"h":[]},"rC":{"ab":["zC"]},"aF5":{"a1":[],"h":[]},"eW":{"I":[]},"zF":{"ab":["zE"]},"QN":{"at":[]},"B8":{"aG":[]},"MQ":{"aN":[],"h":[]},"BF":{"ab":["BE"]},"QO":{"b8":[],"aS":[],"h":[]},"ut":{"a1":[],"h":[]},"KM":{"aN":[],"h":[]},"P3":{"jh":["ut"],"ab":["ut"]},"C7":{"aU":["1"]},"A2":{"a1":[],"h":[]},"iq":{"aW":[]},"R8":{"I":[]},"Dh":{"ab":["A2"]},"R6":{"al":[],"h":[]},"uG":{"B":[],"u":[],"H":[],"aa":[]},"pp":{"I":[]},"Sn":{"al":[],"h":[]},"Qz":{"B":[],"u":[],"H":[],"aa":[]},"aDB":{"dO":[],"b8":[],"aS":[],"h":[]},"KX":{"I":[]},"ib":{"I":[]},"td":{"a1":[],"h":[]},"Di":{"ab":["td"]},"Cj":{"a1":[],"h":[]},"Rz":{"I":[]},"LC":{"aN":[],"h":[]},"Ck":{"ab":["Cj"]},"Dx":{"at":[]},"aDQ":{"b8":[],"aS":[],"h":[]},"C2":{"aU":["1"]},"C0":{"aU":["E?"]},"An":{"aN":[],"h":[]},"At":{"a1":[],"h":[]},"DD":{"ab":["At"]},"RI":{"at":[]},"aDY":{"dO":[],"b8":[],"aS":[],"h":[]},"BT":{"dO":[],"b8":[],"aS":[],"h":[]},"oW":{"ar":["hp"],"an":["hp"],"an.T":"hp","ar.T":"hp"},"vm":{"a1":[],"h":[]},"tB":{"aN":[],"h":[]},"MB":{"ab":["vm"]},"lJ":{"I":[]},"tE":{"at":[]},"AM":{"a1":[],"h":[]},"oY":{"ab":["AM"]},"RY":{"aN":[],"h":[]},"aE5":{"dO":[],"b8":[],"aS":[],"h":[]},"AO":{"I":[]},"KH":{"I":[]},"rv":{"I":[]},"vB":{"I":[]},"AX":{"I":[]},"mW":{"I":[]},"yx":{"dU":[]},"RB":{"at":[]},"eP":{"bG":[]},"vD":{"I":[]},"hr":{"bG":[]},"vL":{"I":[]},"Fu":{"bG":[]},"dM":{"bG":[]},"eo":{"bG":[]},"dZ":{"iN":[]},"Fv":{"I":[]},"fW":{"m8":[]},"dv":{"eP":[],"bG":[]},"lg":{"E":[]},"nO":{"I":[]},"as":{"ce":[]},"f4":{"ce":[]},"mA":{"ce":[]},"Fb":{"hS":["iE"]},"vx":{"hS":["iE"],"hS.T":"iE"},"kj":{"f6":[]},"d8":{"eP":[],"bG":[]},"eC":{"eP":[],"bG":[]},"eR":{"eP":[],"bG":[]},"eE":{"eP":[],"bG":[]},"eF":{"eP":[],"bG":[]},"oU":{"I":[]},"AB":{"I":[]},"mp":{"f6":[],"kd":[],"aa":[]},"tg":{"I":[]},"ry":{"dU":[],"aa":[]},"iG":{"hN":[]},"B":{"u":[],"H":[],"aa":[]},"pZ":{"fv":["B"]},"fp":{"cx":[]},"w6":{"fp":[],"eJ":["1"],"cx":[]},"pj":{"I":[]},"hf":{"fp":[],"eJ":["B"],"cx":[]},"zc":{"cE":["B","hf"],"B":[],"ac":["B","hf"],"u":[],"H":[],"aa":[],"ac.1":"hf","cE.1":"hf","ac.0":"B"},"GA":{"at":[]},"zd":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"m0":{"at":[]},"ot":{"cE":["B","ey"],"B":[],"ac":["B","ey"],"u":[],"H":[],"aa":[],"ac.1":"ey","cE.1":"ey","ac.0":"B"},"Qk":{"B":[],"u":[],"H":[],"aa":[]},"DE":{"m0":[],"at":[]},"BG":{"m0":[],"at":[]},"tX":{"m0":[],"at":[]},"zf":{"B":[],"u":[],"H":[],"aa":[]},"f5":{"fp":[],"eJ":["B"],"cx":[]},"wN":{"I":[]},"xO":{"I":[]},"xN":{"I":[]},"lj":{"I":[]},"zg":{"cE":["B","f5"],"B":[],"ac":["B","f5"],"u":[],"H":[],"aa":[],"ac.1":"f5","cE.1":"f5","ac.0":"B"},"zi":{"B":[],"u":[],"H":[],"aa":[]},"xv":{"H":[]},"e_":{"H":[]},"w3":{"e_":[],"H":[]},"Ju":{"H":[]},"Jm":{"H":[]},"j8":{"e_":[],"H":[]},"w2":{"e_":[],"H":[]},"w1":{"e_":[],"H":[]},"tH":{"j8":[],"e_":[],"H":[]},"yp":{"j8":[],"e_":[],"H":[]},"yJ":{"e_":[],"H":[]},"o_":{"e_":[],"H":[]},"wV":{"e_":[],"H":[]},"vu":{"e_":[],"H":[]},"Iy":{"at":[]},"u":{"H":[],"aa":[]},"eJ":{"cx":[]},"QH":{"pi":[]},"RA":{"pi":[]},"ey":{"fp":[],"eJ":["B"],"cx":[]},"lT":{"oE":[]},"zn":{"cE":["B","ey"],"B":[],"ac":["B","ey"],"u":[],"H":[],"aa":[],"ac.1":"ey","cE.1":"ey","ac.0":"B"},"zo":{"B":[],"u":[],"H":[],"aa":[]},"oH":{"at":[]},"z8":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"kq":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Km":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"qK":{"I":[]},"zp":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"zb":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Ke":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"zk":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Kh":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"K3":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"wa":{"at":[]},"uE":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"K7":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"K6":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"K5":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"CV":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Ki":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Kj":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"we":{"I":[]},"K8":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Ks":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Kb":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Kk":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Kg":{"B":[],"aE":["B"],"u":[],"kd":[],"H":[],"aa":[]},"Kn":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"zh":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"zl":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"zq":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"K4":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Kf":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"K9":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Kc":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Kd":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Ka":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"za":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"zr":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"zm":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"K2":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"Kl":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"ze":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"tb":{"hN":[]},"kx":{"mi":[],"eJ":["ch"],"cx":[]},"ch":{"u":[],"H":[],"aa":[]},"wY":{"I":[]},"Le":{"fv":["ch"]},"A4":{"cx":[]},"mi":{"cx":[]},"Ko":{"m2":[],"ch":[],"ac":["B","fG"],"u":[],"H":[],"aa":[],"ac.1":"fG","ac.0":"B"},"Kp":{"m2":[],"ch":[],"ac":["B","fG"],"u":[],"H":[],"aa":[]},"Kq":{"m2":[],"ch":[],"ac":["B","fG"],"u":[],"H":[],"aa":[],"ac.1":"fG","ac.0":"B"},"j0":{"cx":[]},"fG":{"eJ":["B"],"j0":[],"cx":[]},"m2":{"ch":[],"ac":["B","fG"],"u":[],"H":[],"aa":[]},"zs":{"ch":[],"aE":["ch"],"u":[],"H":[],"aa":[]},"Kr":{"ch":[],"aE":["ch"],"u":[],"H":[],"aa":[]},"dn":{"fp":[],"eJ":["B"],"cx":[]},"Ad":{"I":[]},"rw":{"cE":["B","dn"],"B":[],"ac":["B","dn"],"u":[],"H":[],"aa":[],"ac.1":"dn","cE.1":"dn","ac.0":"B"},"zj":{"cE":["B","dn"],"B":[],"ac":["B","dn"],"u":[],"H":[],"aa":[],"ac.1":"dn","cE.1":"dn","ac.0":"B"},"zt":{"aE":["B"],"u":[],"H":[],"aa":[]},"vP":{"I":[]},"rx":{"jF":["1"],"B":[],"ac":["ch","1"],"K1":[],"u":[],"H":[],"aa":[]},"zu":{"jF":["kx"],"B":[],"ac":["ch","kx"],"K1":[],"u":[],"H":[],"aa":[],"ac.1":"kx","jF.0":"kx","ac.0":"ch"},"ez":{"at":[]},"rE":{"I":[]},"m6":{"I":[]},"oX":{"a7":["~"]},"AD":{"cf":[]},"c7":{"H":[]},"kL":{"bh":["kL"]},"iv":{"bh":["iv"]},"kW":{"bh":["kW"]},"rN":{"bh":["rN"]},"QV":{"eq":[]},"rM":{"at":[]},"GD":{"I":[]},"oe":{"bh":["rN"]},"rO":{"dU":[]},"nZ":{"lC":[]},"lD":{"lC":[]},"xs":{"lC":[]},"xp":{"I":[]},"yK":{"cf":[]},"y4":{"cf":[]},"NE":{"cY":[]},"RC":{"y5":[]},"mk":{"cY":[]},"lE":{"I":[]},"fa":{"I":[]},"kp":{"i6":[]},"z2":{"i6":[]},"zx":{"at":[]},"Am":{"I":[]},"LM":{"mn":[]},"LL":{"mn":[]},"LN":{"mn":[]},"tw":{"mn":[]},"y_":{"I":[]},"Hf":{"oT":[]},"fF":{"I":[]},"A6":{"I":[]},"A7":{"I":[]},"ex":{"I":[]},"LJ":{"I":[]},"qD":{"I":[]},"mQ":{"a1":[],"h":[]},"B0":{"b8":[],"aS":[],"h":[]},"nz":{"a1":[],"h":[]},"aAW":{"aW":[]},"aAV":{"aW":[]},"pQ":{"aW":[]},"q_":{"aW":[]},"h_":{"aW":[]},"os":{"aW":[]},"cA":{"b_":["1"]},"c3":{"b_":["1"],"b_.T":"1"},"B1":{"ab":["mQ"]},"BI":{"ab":["nz"]},"wo":{"b_":["aW"],"b_.T":"aW"},"GQ":{"b_":["h_"]},"JK":{"b_":["os"],"b_.T":"os"},"CB":{"El":["1"],"cA":["1"],"uA":["1"],"b_":["1"],"b_.T":"1","cA.T":"1"},"CC":{"Em":["1"],"cA":["1"],"uA":["1"],"b_":["1"],"b_.T":"1","cA.T":"1"},"Bk":{"b_":["1"],"b_.T":"1"},"vt":{"aZ":[],"al":[],"h":[]},"AY":{"a1":[],"h":[]},"DX":{"ab":["AY"],"hq":[]},"vA":{"a1":[],"h":[]},"B7":{"ab":["vA"]},"I4":{"at":[]},"Po":{"aN":[],"h":[]},"fZ":{"b8":[],"aS":[],"h":[]},"q7":{"aZ":[],"al":[],"h":[]},"ne":{"aZ":[],"al":[],"h":[]},"q9":{"aZ":[],"al":[],"h":[]},"dt":{"aZ":[],"al":[],"h":[]},"xw":{"dQ":["hf"],"aS":[],"h":[],"dQ.T":"hf"},"nh":{"eO":[],"al":[],"h":[]},"op":{"dQ":["dn"],"aS":[],"h":[],"dQ.T":"dn"},"aAH":{"b8":[],"aS":[],"h":[]},"hQ":{"aZ":[],"al":[],"h":[]},"rL":{"aZ":[],"al":[],"h":[]},"lh":{"aZ":[],"al":[],"h":[]},"IS":{"aZ":[],"al":[],"h":[]},"wb":{"aZ":[],"al":[],"h":[]},"Gh":{"aZ":[],"al":[],"h":[]},"Gf":{"aZ":[],"al":[],"h":[]},"Jr":{"aZ":[],"al":[],"h":[]},"Js":{"aZ":[],"al":[],"h":[]},"tF":{"aZ":[],"al":[],"h":[]},"Hw":{"aZ":[],"al":[],"h":[]},"cr":{"aZ":[],"al":[],"h":[]},"n9":{"aZ":[],"al":[],"h":[]},"wc":{"aZ":[],"al":[],"h":[]},"ku":{"aZ":[],"al":[],"h":[]},"f0":{"aZ":[],"al":[],"h":[]},"Ie":{"aZ":[],"al":[],"h":[]},"yn":{"aZ":[],"al":[],"h":[]},"Pt":{"bm":[],"b2":[],"a0":[]},"HW":{"aZ":[],"al":[],"h":[]},"Lg":{"aZ":[],"al":[],"h":[]},"Ac":{"eO":[],"al":[],"h":[]},"HS":{"eO":[],"al":[],"h":[]},"JD":{"aN":[],"h":[]},"Hh":{"eO":[],"al":[],"h":[]},"Ky":{"eO":[],"al":[],"h":[]},"Gp":{"eO":[],"al":[],"h":[]},"wO":{"dQ":["f5"],"aS":[],"h":[],"dQ.T":"f5"},"H6":{"dQ":["f5"],"aS":[],"h":[],"dQ.T":"f5"},"Ku":{"eO":[],"al":[],"h":[]},"JU":{"al":[],"h":[]},"Ig":{"aZ":[],"al":[],"h":[]},"Ix":{"aZ":[],"al":[],"h":[]},"hj":{"aZ":[],"al":[],"h":[]},"EZ":{"aZ":[],"al":[],"h":[]},"Ip":{"aZ":[],"al":[],"h":[]},"Fp":{"aZ":[],"al":[],"h":[]},"lq":{"aZ":[],"al":[],"h":[]},"HR":{"aZ":[],"al":[],"h":[]},"xt":{"aN":[],"h":[]},"jO":{"aN":[],"h":[]},"CK":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"AZ":{"dU":[],"aa":[]},"ou":{"al":[],"h":[]},"m1":{"bm":[],"b2":[],"a0":[]},"Ml":{"dU":[],"aa":[]},"GE":{"aZ":[],"al":[],"h":[]},"Gt":{"aN":[],"h":[]},"GL":{"a1":[],"h":[]},"fs":{"I":[]},"wl":{"a1":[],"h":[]},"u7":{"I":[]},"Bo":{"ab":["wl"]},"GR":{"aN":[],"h":[]},"ql":{"a1":[],"h":[]},"Bu":{"ab":["ql"]},"wy":{"a1":[],"h":[]},"qm":{"ab":["wy"],"hq":[]},"D6":{"a1":[],"h":[]},"pn":{"kK":[],"kj":[],"f6":[]},"DB":{"a1":[],"h":[]},"jt":{"at":[]},"Bv":{"eO":[],"al":[],"h":[]},"QP":{"ab":["D6"],"aqP":[]},"kO":{"cA":["1"],"b_":["1"],"b_.T":"1","cA.T":"1"},"DS":{"cA":["1"],"b_":["1"],"b_.T":"1","cA.T":"1"},"O4":{"cA":["H8"],"b_":["H8"],"b_.T":"H8","cA.T":"H8"},"DT":{"cA":["1"],"b_":["1"],"b_.T":"1","cA.T":"1"},"QT":{"cA":["KN"],"b_":["KN"],"b_.T":"KN","cA.T":"KN"},"Nl":{"cA":["Gu"],"b_":["Gu"],"b_.T":"Gu","cA.T":"Gu"},"DC":{"ab":["DB"]},"k5":{"I":[]},"cW":{"at":[]},"ny":{"cW":[],"at":[]},"jX":{"I":[]},"AT":{"I":[]},"Ho":{"I":[]},"wS":{"at":[]},"nx":{"a1":[],"h":[]},"BH":{"h7":["cW"],"b8":[],"aS":[],"h":[],"h7.T":"cW"},"u9":{"ab":["nx"]},"Hp":{"a1":[],"h":[]},"Oi":{"ab":["nx"]},"p_":{"I":[]},"wU":{"a1":[],"h":[]},"ub":{"b8":[],"aS":[],"h":[]},"al6":{"aW":[]},"oc":{"aW":[]},"oq":{"aW":[]},"ako":{"aW":[]},"Oj":{"ab":["wU"]},"Kt":{"b_":["al6"],"b_.T":"al6"},"II":{"b_":["oc"],"b_.T":"oc"},"JF":{"b_":["oq"],"b_.T":"oq"},"wk":{"b_":["ako"],"b_.T":"ako"},"iT":{"f7":[]},"bC":{"iT":["1"],"f7":[]},"a1":{"h":[]},"b2":{"a0":[]},"hn":{"b2":[],"a0":[]},"h6":{"b2":[],"a0":[]},"lt":{"iT":["1"],"f7":[]},"aN":{"h":[]},"Rl":{"I":[]},"aS":{"h":[]},"dQ":{"aS":[],"h":[]},"b8":{"aS":[],"h":[]},"al":{"h":[]},"Ib":{"al":[],"h":[]},"aZ":{"al":[],"h":[]},"eO":{"al":[],"h":[]},"pc":{"I":[]},"H4":{"al":[],"h":[]},"w5":{"b2":[],"a0":[]},"Lu":{"b2":[],"a0":[]},"yT":{"b2":[],"a0":[]},"og":{"b2":[],"a0":[]},"bm":{"b2":[],"a0":[]},"zz":{"bm":[],"b2":[],"a0":[]},"Ia":{"bm":[],"b2":[],"a0":[]},"zW":{"bm":[],"b2":[],"a0":[]},"fy":{"bm":[],"b2":[],"a0":[]},"Pn":{"b2":[],"a0":[]},"Pp":{"h":[]},"ko":{"a1":[],"h":[]},"rs":{"ab":["ko"]},"cp":{"nE":["1"]},"Hz":{"aN":[],"h":[]},"Oo":{"aZ":[],"al":[],"h":[]},"nH":{"I":[]},"nF":{"a1":[],"h":[]},"uh":{"ab":["nF"]},"x0":{"ob":[]},"nL":{"aN":[],"h":[]},"nM":{"dO":[],"b8":[],"aS":[],"h":[]},"x6":{"a1":[],"h":[]},"BR":{"ab":["x6"],"hq":[]},"nl":{"ar":["ce"],"an":["ce"],"an.T":"ce","ar.T":"ce"},"n0":{"ar":["cJ?"],"an":["cJ?"],"an.T":"cJ?","ar.T":"cJ?"},"oV":{"ar":["t"],"an":["t"],"an.T":"t","ar.T":"t"},"vk":{"a1":[],"h":[]},"vj":{"a1":[],"h":[]},"vh":{"a1":[],"h":[]},"vl":{"a1":[],"h":[]},"GH":{"ar":["iN"],"an":["iN"],"an.T":"iN","ar.T":"iN"},"HP":{"a1":[],"h":[]},"qP":{"ab":["1"]},"pS":{"ab":["1"]},"Mz":{"ab":["vk"]},"My":{"ab":["vj"]},"Mx":{"ab":["vh"]},"MA":{"ab":["vl"]},"lw":{"b8":[],"aS":[],"h":[]},"xb":{"h6":[],"b2":[],"a0":[]},"h7":{"b8":[],"aS":[],"h":[]},"ul":{"h6":[],"b2":[],"a0":[]},"dO":{"b8":[],"aS":[],"h":[]},"N2":{"aN":[],"h":[]},"li":{"al":[],"h":[]},"up":{"bm":[],"b2":[],"a0":[]},"I9":{"li":["aG"],"al":[],"h":[],"li.0":"aG"},"CT":{"fC":["aG","B"],"B":[],"aE":["B"],"u":[],"H":[],"aa":[],"fC.0":"aG"},"Cd":{"b8":[],"aS":[],"h":[]},"xG":{"a1":[],"h":[]},"Ss":{"f8":["B_"],"f8.T":"B_"},"GN":{"B_":[]},"OU":{"ab":["xG"]},"hd":{"b8":[],"aS":[],"h":[]},"Cm":{"a1":[],"h":[]},"yq":{"I":[]},"IG":{"I":[]},"P5":{"ab":["Cm"],"hq":[]},"tN":{"cL":[],"cX":[]},"Iv":{"aN":[],"h":[]},"F5":{"a1":[],"h":[]},"MF":{"nE":["tN"]},"Pb":{"aN":[],"h":[]},"IH":{"aN":[],"h":[]},"uR":{"I":[]},"oy":{"I":[]},"aq8":{"i8":[]},"nG":{"b8":[],"aS":[],"h":[]},"yg":{"a1":[],"h":[]},"j6":{"ab":["yg"]},"uI":{"I":[]},"eD":{"I":[]},"Pm":{"bT":["~"]},"ux":{"mC":[]},"Cu":{"mC":[]},"Cv":{"mC":[]},"Cw":{"mC":[]},"Oq":{"dA":["au>?"],"at":[]},"d_":{"aS":[],"h":[]},"Cz":{"b2":[],"a0":[]},"j9":{"at":[]},"uz":{"a1":[],"h":[]},"CA":{"ab":["uz"]},"yt":{"a1":[],"h":[]},"rf":{"ab":["yt"]},"RQ":{"eO":[],"al":[],"h":[]},"RR":{"bm":[],"b2":[],"a0":[]},"uH":{"B":[],"ac":["B","dn"],"u":[],"H":[],"aa":[],"ac.1":"dn","ac.0":"B"},"qJ":{"a1":[],"h":[]},"th":{"a1":[],"h":[]},"lP":{"fj":[]},"BM":{"ab":["qJ"]},"pd":{"I":[]},"BL":{"at":[]},"Op":{"at":[]},"Dw":{"ab":["th"]},"ps":{"I":[]},"Dv":{"at":[]},"aqb":{"ef":["1"],"f7":[]},"rg":{"aN":[],"h":[]},"yv":{"a1":[],"h":[]},"IX":{"at":[]},"of":{"ia":[]},"pl":{"jl":[],"of":[],"ez":[],"at":[],"ia":[]},"Py":{"ab":["yv"]},"ja":{"hX":["1"],"dE":["1"],"bT":["1"]},"Jl":{"al":[],"h":[]},"rn":{"b8":[],"aS":[],"h":[]},"m4":{"a1":[],"h":[]},"AU":{"b8":[],"aS":[],"h":[]},"zA":{"a1":[],"h":[]},"dA":{"at":[]},"QE":{"ab":["m4"]},"D1":{"ab":["zA"]},"dT":{"dA":["1"],"at":[]},"iu":{"dA":["1"],"at":[]},"D0":{"iu":["1"],"dA":["1"],"at":[]},"zw":{"iu":["1"],"dA":["1"],"at":[],"dT.T":"1","iu.T":"1"},"zv":{"iu":["y"],"dA":["y"],"at":[],"dT.T":"y","iu.T":"y"},"Co":{"b8":[],"aS":[],"h":[]},"uw":{"a1":[],"h":[]},"mB":{"ab":["uw<1>"]},"re":{"bT":["1"]},"dE":{"bT":["1"]},"NK":{"b_":["h_"],"b_.T":"h_"},"hX":{"dE":["1"],"bT":["1"]},"yN":{"hX":["1"],"dE":["1"],"bT":["1"]},"z0":{"hX":["1"],"dE":["1"],"bT":["1"]},"Hq":{"aZ":[],"al":[],"h":[]},"Hr":{"aZ":[],"al":[],"h":[]},"uF":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"CP":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"KC":{"aN":[],"h":[]},"zH":{"hS":["1"],"hS.T":"1"},"zI":{"b8":[],"aS":[],"h":[]},"vg":{"I":[]},"oB":{"at":[]},"wL":{"ia":[]},"eQ":{"ha":[],"fj":[]},"fe":{"eQ":[],"ha":[],"fj":[]},"rH":{"eQ":[],"ha":[],"fj":[]},"i0":{"eQ":[],"ha":[],"fj":[]},"ks":{"eQ":[],"ha":[],"fj":[]},"Me":{"eQ":[],"ha":[],"fj":[]},"D8":{"b8":[],"aS":[],"h":[]},"mz":{"o1":["mz"],"o1.E":"mz"},"zK":{"a1":[],"h":[]},"zL":{"ab":["zK"]},"jl":{"ez":[],"at":[],"ia":[]},"oC":{"fj":[]},"rF":{"I":[]},"rG":{"jl":[],"ez":[],"at":[],"ia":[]},"zN":{"I":[]},"KL":{"aN":[],"h":[]},"Fx":{"aN":[],"h":[]},"If":{"aN":[],"h":[]},"zO":{"a1":[],"h":[]},"uJ":{"b8":[],"aS":[],"h":[]},"hm":{"aW":[]},"zP":{"ab":["zO"]},"QR":{"aZ":[],"al":[],"h":[]},"Qs":{"B":[],"aE":["B"],"u":[],"H":[],"aa":[]},"zJ":{"I":[]},"KI":{"b_":["hm"],"b_.T":"hm"},"QC":{"dA":["J?"],"at":[],"dT.T":"J?"},"rt":{"a1":[],"h":[]},"jH":{"f9":[],"cL":[],"cX":[]},"jI":{"fg":[],"cL":[],"cX":[]},"rJ":{"I":[]},"rK":{"at":[]},"jh":{"ab":["1"]},"zV":{"a1":[],"h":[]},"R_":{"ab":["zV"]},"R0":{"lw":["D"],"b8":[],"aS":[],"h":[],"lw.T":"D"},"aR":{"rQ":[]},"rR":{"at":[]},"m9":{"a1":[],"h":[]},"Df":{"ab":["m9"]},"R2":{"h7":["rR"],"b8":[],"aS":[],"h":[],"h7.T":"rR"},"uK":{"aZ":[],"al":[],"h":[]},"KY":{"aN":[],"h":[]},"R5":{"bm":[],"b2":[],"a0":[]},"CZ":{"B":[],"aE":["B"],"K1":[],"u":[],"H":[],"aa":[]},"QK":{"ef":["f7"],"f7":[],"ef.T":"f7"},"Lh":{"al":[],"h":[]},"oM":{"al":[],"h":[]},"Lf":{"oM":[],"al":[],"h":[]},"tc":{"bm":[],"b2":[],"a0":[]},"xo":{"dQ":["j0"],"aS":[],"h":[],"dQ.T":"j0"},"Lc":{"aN":[],"h":[]},"R9":{"oM":[],"al":[],"h":[]},"Ra":{"aZ":[],"al":[],"h":[]},"Qu":{"ch":[],"aE":["ch"],"u":[],"H":[],"aa":[]},"A5":{"bm":[],"b2":[],"a0":[]},"Lr":{"aN":[],"h":[]},"ll":{"dO":[],"b8":[],"aS":[],"h":[]},"aAJ":{"dO":[],"b8":[],"aS":[],"h":[]},"Pq":{"aN":[],"h":[]},"ew":{"aN":[],"h":[]},"wp":{"aW":[]},"fr":{"aW":[]},"aoV":{"fr":[],"aW":[]},"aoX":{"fr":[],"aW":[]},"aoW":{"fr":[],"aW":[]},"apd":{"fr":[],"aW":[]},"apg":{"fr":[],"aW":[]},"H8":{"fr":[],"aW":[]},"YN":{"fr":[],"aW":[]},"YO":{"fr":[],"aW":[]},"apf":{"fr":[],"aW":[]},"aph":{"fr":[],"aW":[]},"ape":{"fr":[],"aW":[]},"a6t":{"fr":[],"aW":[]},"KN":{"aW":[]},"Gu":{"aW":[]},"a3n":{"aW":[]},"a4B":{"aW":[]},"hk":{"aW":[]},"aam":{"aW":[]},"eU":{"aW":[]},"Dc":{"a1":[],"h":[]},"Ay":{"a1":[],"h":[]},"tz":{"I":[]},"Dd":{"ab":["Dc"]},"DF":{"ab":["Ay"]},"tD":{"a1":[],"h":[]},"u6":{"b8":[],"aS":[],"h":[]},"RT":{"ab":["tD"]},"M0":{"aN":[],"h":[]},"vn":{"a1":[],"h":[]},"B3":{"ab":["vn"]},"La":{"a1":[],"h":[]},"KF":{"a1":[],"h":[]},"Kx":{"a1":[],"h":[]},"L_":{"a1":[],"h":[]},"Ha":{"aZ":[],"al":[],"h":[]},"GF":{"a1":[],"h":[]},"F4":{"a1":[],"h":[]},"p2":{"eO":[],"al":[],"h":[]},"So":{"bm":[],"b2":[],"a0":[]},"kK":{"kj":[],"f6":[]},"AH":{"I":[]},"vR":{"bd":["j","j","1"],"au":["j","1"],"bd.V":"1","bd.K":"j","bd.C":"j"},"e5":{"I":[]},"Jj":{"cf":[]},"JE":{"nV":[]},"Mc":{"nV":[]},"Mn":{"nV":[]},"yU":{"T":["y"],"x":["y"],"V":["y"],"q":["y"],"T.E":"y"},"xe":{"cf":[]},"yV":{"a1":[],"h":[]},"Q7":{"ab":["yV"]},"CH":{"aN":[],"h":[]},"yW":{"at":[]},"nq":{"I":[]},"lX":{"I":[]},"JP":{"I":[]},"JN":{"I":[]},"rp":{"I":[]},"Hd":{"id":[],"bh":["id"]},"BD":{"apj":[],"ky":[],"jr":[],"bh":["jr"]},"id":{"bh":["id"]},"Lo":{"id":[],"bh":["id"]},"jr":{"bh":["jr"]},"Lp":{"jr":[],"bh":["jr"]},"Lq":{"cf":[]},"te":{"h2":[],"cf":[]},"A9":{"jr":[],"bh":["jr"]},"ky":{"jr":[],"bh":["jr"]},"Lz":{"h2":[],"cf":[]},"AK":{"iY":[]},"IA":{"aN":[],"h":[]},"mT":{"a1":[],"h":[]},"B6":{"ab":["mT"]},"ve":{"a1":[],"h":[]},"Mt":{"ab":["ve"]},"o2":{"a1":[],"h":[]},"OW":{"ab":["o2"]},"o4":{"a1":[],"h":[]},"OZ":{"ab":["o4"]},"yr":{"a1":[],"h":[]},"Pu":{"ab":["yr"]},"AV":{"a1":[],"h":[]},"DW":{"ab":["AV"]},"aAC":{"b8":[],"aS":[],"h":[]},"aC8":{"I":[]},"aC7":{"a1":[],"h":[]},"aAY":{"a1":[],"h":[]},"aAZ":{"ab":["aAY"]},"aF8":{"b8":[],"aS":[],"h":[]},"aEv":{"b8":[],"aS":[],"h":[]}}')) +A.aFg(v.typeUniverse,JSON.parse('{"fu":1,"hi":1,"fo":1,"cN":1,"eu":2,"p4":1,"qs":2,"LG":1,"L8":1,"L9":1,"GX":1,"Ht":1,"wK":1,"M9":1,"tJ":1,"E8":2,"xA":1,"rb":1,"iR":1,"C_":1,"pt":1,"MK":1,"NF":1,"u1":1,"Pz":1,"Du":1,"Ro":1,"BB":1,"BN":1,"pg":1,"kR":1,"xg":1,"Ca":1,"xC":1,"xQ":2,"P_":2,"NR":1,"Cc":1,"Sk":1,"Rk":2,"Rj":2,"Cb":1,"Dm":2,"Dn":1,"Do":1,"DR":2,"Er":1,"Ev":1,"FJ":1,"bh":1,"Fm":1,"HX":1,"H7":1,"cC":1,"wM":1,"un":1,"di":1,"vs":1,"qa":1,"Bf":1,"Bg":1,"Bh":1,"yA":1,"E4":1,"Bl":1,"d9":1,"wh":1,"xY":1,"Ci":1,"AJ":1,"w6":1,"Bj":1,"I7":1,"eJ":1,"dS":1,"z9":1,"wa":1,"uE":1,"CV":1,"rx":1,"iF":1,"GS":1,"qP":1,"pS":1,"uk":1,"aq8":1,"M6":1,"GM":1,"aqb":1,"ja":1,"dA":1,"jk":1,"dT":1,"D0":1,"re":1,"Ih":1,"yN":1,"z0":1,"uv":1,"uD":1,"jn":1,"cR":1}')) +var u={q:"\x10@\x100@@\xa0\x80 0P`pPP\xb1\x10@\x100@@\xa0\x80 0P`pPP\xb0\x11@\x100@@\xa0\x80 0P`pPP\xb0\x10@\x100@@\xa0\x80 1P`pPP\xb0\x10A\x101AA\xa1\x81 1QaqQQ\xb0\x10@\x100@@\xa0\x80 1Q`pPP\xb0\x10@\x100@@\xa0\x80 1QapQP\xb0\x10@\x100@@\xa0\x80 1PaqQQ\xb0\x10\xe0\x100@@\xa0\x80 1P`pPP\xb0\xb1\xb1\xb1\xb1\x91\xb1\xc1\x81\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\x10@\x100@@\xd0\x80 1P`pPP\xb0\x11A\x111AA\xa1\x81!1QaqQQ\xb1\x10@\x100@@\x90\x80 1P`pPP\xb0",S:" 0\x10000\xa0\x80\x10@P`p`p\xb1 0\x10000\xa0\x80\x10@P`p`p\xb0 0\x10000\xa0\x80\x11@P`p`p\xb0 1\x10011\xa0\x80\x10@P`p`p\xb0 1\x10111\xa1\x81\x10AQaqaq\xb0 1\x10011\xa0\x80\x10@Qapaq\xb0 1\x10011\xa0\x80\x10@Paq`p\xb0 1\x10011\xa0\x80\x10@P`q`p\xb0 \x91\x100\x811\xa0\x80\x10@P`p`p\xb0 1\x10011\xa0\x81\x10@P`p`p\xb0 1\x100111\x80\x10@P`p`p\xb0!1\x11111\xa1\x81\x11AQaqaq\xb1",D:" must not be greater than the number of characters in the file, ",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",I:": URI should have a non-empty host name: ",U:"Cannot extract a file path from a URI with a fragment component",z:"Cannot extract a file path from a URI with a query component",Q:"Cannot extract a non-Windows file path from a file URI with an authority",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",r:"Platform interfaces must not be implemented with `implements`",V:"Stream has been disposed.\nAn ImageStream is considered disposed once at least one listener has been added and subsequently all listeners have been removed and no handles are outstanding from the keepAlive method.\nTo resolve this error, maintain at least one listener on the stream, or create an ImageStreamCompleterHandle from the keepAlive method, or create a new stream for the image.",p:"SystemChrome.setApplicationSwitcherDescription",s:"TextInputClient.updateEditingStateWithDeltas",l:"TextInputClient.updateEditingStateWithTag",T:"There was a problem trying to load FontManifest.json",A:"Tip: long press a key to copy the value to the clipboard",Z:"_floatingActionButtonVisibilityController",t:"dtxuexi://appclient/page/study_feeds?url=",P:"linear-gradient(to right, #00b09b, #96c93d)",W:"\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.a_ +return{od:s("b_"),pC:s("mR"),A_:s("l9"),so:s("bv"),m:s("bv"),Bs:s("bv"),ph:s("vt"),vp:s("mV"),M1:s("Fe"),N2:s("pW"),Al:s("lc"),jj:s("mY"),o9:s("fV"),C4:s("mZ"),m_:s("cJ"),i1:s("aA0"),k:s("aG"),x:s("fp"),pI:s("q0"),V4:s("c2"),wY:s("c3"),nz:s("c3"),Dn:s("c3"),YM:s("c3"),RM:s("c3"),gv:s("c3"),fN:s("c3"),Tx:s("c3"),sl:s("c3"),_l:s("c3"),ZQ:s("c3"),f6:s("c3"),oy:s("iJ"),Ak:s("FD"),d0:s("cv?,bT<@>>"),vg:s("jQ"),mV:s("aoH"),Lh:s("vU"),XY:s("lf"),qo:s("q3"),z7:s("vW"),m6:s("G5"),E_:s("q4"),Bn:s("vX"),wW:s("na"),S3:s("vY"),BQ:s("w_"),ZV:s("q6"),Hz:s("fq"),hP:s("iL"),n8:s("E"),IC:s("dg"),b8:s("bh<@>"),qO:s("nf"),uf:s("ba"),li:s("ba"),eL:s("ba"),vn:s("qc"),pU:s("ac>"),eN:s("Gv"),IP:s("qf"),H5:s("aAC"),HY:s("fY"),FJ:s("ng"),ip:s("wb"),I7:s("aJt"),q2:s("qh"),l4:s("aAH"),uy:s("aAJ"),yS:s("ll"),A7:s("qi"),Je:s("aJx"),M5:s("e1"),I:s("fZ"),xm:s("h_"),Jj:s("aAT"),VF:s("iQ"),x6:s("nk"),uL:s("h0"),zk:s("f3"),Tu:s("aP"),A0:s("ce"),Ee:s("V<@>"),Q:s("am"),u:s("b2"),BP:s("am(p)"),pW:s("am(p{params:D?})"),dq:s("aB5"),IH:s("wD"),S9:s("H_"),X8:s("H0"),Q4:s("wF"),Q8:s("I"),Lt:s("bA"),I3:s("ah"),VI:s("cf"),IX:s("hK"),_w:s("apd"),HH:s("ape"),OO:s("apf"),P9:s("apg"),in:s("qu"),u7:s("qv"),BH:s("qw"),FQ:s("qx"),rq:s("ft"),yX:s("qy"),GH:s("apj"),zc:s("qA"),xb:s("nr"),US:s("f5"),N8:s("wP"),s4:s("Z2"),OE:s("Z3"),mx:s("cW"),l5:s("ny"),uC:s("nB"),bE:s("h2"),Uy:s("wW"),_8:s("jZ"),wF:s("a7"),Ev:s("a7()"),L0:s("a7<@>"),iG:s("a7"),Sg:s("a7"),uz:s("a7<~>"),sB:s("bI"),Fp:s("bI"),pl:s("bI"),Vd:s("bI"),x0:s("k_"),G:s("qG"),cD:s("cL"),uA:s("cp"),C1:s("cp"),Uv:s("cp"),jn:s("cp"),YC:s("cp"),UN:s("cp"),ok:s("cp"),ff:s("cp"),Bk:s("cp"),xR:s("nE"),yi:s("iT>"),TX:s("lt"),bT:s("lt>"),op:s("x_<~(jX)>"),G7:s("HF>"),rA:s("nF"),mS:s("nG"),AL:s("fv"),Fn:s("hN"),zE:s("aa"),py:s("ad"),gc:s("x2"),Gf:s("lu"),Oh:s("nM"),J2:s("xa"),v7:s("qM"),_0:s("nN"),dW:s("h5"),Bc:s("qR"),IS:s("h6"),og:s("dO"),WB:s("b8"),U1:s("h8"),Zb:s("nS"),XO:s("a0B"),gD:s("lz"),vz:s("aW"),nQ:s("lA"),Ya:s("qU"),OL:s("di<@>"),JY:s("q<@>"),cM:s("o"),ur:s("o"),sq:s("o"),r3:s("o"),iW:s("o"),Ns:s("o"),AT:s("o"),Cz:s("o"),t_:s("o"),td:s("o"),KV:s("o"),F:s("o"),vl:s("o"),lX:s("o"),Li:s("o"),bk:s("o"),bp:s("o"),kZ:s("o>"),no:s("o"),MG:s("o>"),mo:s("o>"),y0:s("o"),iQ:s("o"),om:s("o>"),_B:s("o"),XZ:s("o

"),fJ:s("o"),VB:s("o"),VO:s("o"),O_:s("o"),lC:s("o"),K0:s("o"),Lj:s("o"),k5:s("o"),s9:s("o"),wS:s("o"),Y4:s("o"),ER:s("o"),L5:s("o"),R_:s("o>"),dc:s("o>"),Eo:s("o"),ss:s("o"),a9:s("o>"),cS:s("o>"),Iq:s("o>"),H7:s("o>"),n4:s("o>"),Xr:s("o"),rE:s("o"),YE:s("o"),tc:s("o"),f2:s("o"),qF:s("o"),Qg:s("o"),jl:s("o"),yv:s("o"),wi:s("o"),g8:s("o>"),n9:s("o"),EO:s("o"),nx:s("o"),zY:s("o"),wc:s("o"),g:s("o"),tZ:s("o"),TP:s("o"),v:s("o"),Y2:s("o"),qR:s("o"),E8:s("o"),i8:s("o"),kG:s("o"),Kd:s("o"),AO:s("o"),Bw:s("o"),Pc:s("o"),Ik:s("o"),xT:s("o"),TT:s("o"),Ry:s("o"),QT:s("o"),CK:s("o"),vj:s("o"),ZP:s("o"),u1:s("o"),J:s("o"),o4:s("o"),zz:s("o"),fe:s("o"),kO:s("o"),N_:s("o"),QC:s("o"),X4:s("o"),Jl:s("o"),Jw:s("o"),tA:s("o"),Iu:s("o>"),s:s("o"),oU:s("o"),PL:s("o"),y1:s("o"),vT:s("o"),Lx:s("o"),sD:s("o"),Ue:s("o
"),VS:s("o"),fm:s("o"),Ne:s("o"),FO:s("o>>"),j7:s("o>"),XE:s("o"),hq:s("o"),p:s("o"),GA:s("o"),Na:s("o"),SW:s("o"),rF:s("o"),Kj:s("o"),_Y:s("o"),CZ:s("o"),mz:s("o"),Kx:s("o"),bY:s("o"),ML:s("o"),m2:s("o"),Ei:s("o"),jE:s("o"),qi:s("o"),Zh:s("o"),uD:s("o"),au:s("o"),s6:s("o"),YK:s("o"),Z4:s("o"),cR:s("o"),NM:s("o"),HZ:s("o"),V:s("o"),ee:s("o<@>"),t:s("o

"),L:s("o"),JK:s("o"),cA:s("o"),Rs:s("o"),ny:s("o?>"),eE:s("o"),Fi:s("o"),_m:s("o"),_x:s("o"),Z:s("o"),a0:s("o
"),Zt:s("o()>"),iL:s("o()>"),sA:s("o"),U9:s("o<~(ls)?>"),b:s("o<~()>"),e:s("o<~(b_)>"),W:s("o<~(eY)>"),j1:s("o<~(aP)>"),Jh:s("o<~(x)>"),RP:s("aY<@>"),bz:s("xl"),lZ:s("akC"),lT:s("j_"),dC:s("b6<@>"),sW:s("nX<@>"),vA:s("qY"),Hf:s("dj"),C9:s("dj<@,@>"),IN:s("dj"),Cl:s("j0"),D2:s("f7"),X_:s("xr"),JG:s("k6"),SQ:s("r2"),LE:s("lE"),bR:s("bC"),NE:s("bC"),ku:s("bC"),hA:s("bC"),A:s("bC>"),af:s("bC"),L6:s("eM"),h_:s("I8"),rf:s("o_"),KM:s("e5"),hz:s("hb"),jQ:s("be"),z_:s("xB"),Gs:s("x"),qC:s("x"),UX:s("x"),LF:s("x"),I1:s("x"),V1:s("x"),yc:s("x"),yp:s("x"),YP:s("x"),Xw:s("x"),Ly:s("x"),j:s("x<@>"),Cm:s("x

"),OX:s("x"),I_:s("at"),da:s("lG"),bd:s("d"),tO:s("ax"),mT:s("ax"),DC:s("ax"),sw:s("ax>"),Kc:s("ax>"),qE:s("ax>"),nf:s("au"),a:s("au"),e3:s("au"),f:s("au<@,@>"),pE:s("au"),rr:s("au<~(bf),bc?>"),IQ:s("d5"),a4:s("aA"),cj:s("aA"),rB:s("aA"),qn:s("aA"),Tr:s("aA"),iB:s("aC9"),c4:s("xV"),Le:s("xX<@>"),R:s("cq"),Oc:s("lJ"),xV:s("bc"),w:s("hd"),oh:s("ra"),Dy:s("aJZ"),tB:s("y2"),xS:s("fa"),Pb:s("cY"),ZA:s("y5"),Tl:s("eN"),_h:s("kd"),Wz:s("hf"),Lb:s("eO"),_O:s("ke"),BZ:s("y7"),RZ:s("o9"),jW:s("lN"),A4:s("fz"),F4:s("dl"),u9:s("oa"),uK:s("j6"),dg:s("hg"),We:s("kg"),_A:s("a6"),Jc:s("d_"),Tm:s("d_"),eq:s("d_"),ji:s("d_"),WA:s("d_"),kj:s("d_"),Te:s("od"),P:s("aD"),MY:s("aCt"),K:s("D"),yw:s("aM"),fy:s("aM<~()>"),_:s("aM<~(b_)>"),jc:s("aM<~(eY)>"),EP:s("m"),gY:s("j8"),Ms:s("j9"),N1:s("rf"),B9:s("of"),Mf:s("rg"),Q2:s("J_"),Fw:s("dQ"),IL:s("dQ"),YG:s("ri"),zM:s("dy"),IF:s("yH"),ix:s("d7"),v3:s("l"),jP:s("jc"),i6:s("fA
"),ge:s("oj"),Ko:s("ok"),C:s("i3"),c:s("kk"),qL:s("kl"),GG:s("aK0"),W2:s("bf"),XA:s("km"),n2:s("ol"),PB:s("om"),Mj:s("on"),ks:s("jf"),oN:s("oo"),bb:s("rn"),_p:s("fB"),C0:s("aCZ"),yH:s("aS"),k6:s("i4"),jU:s("rt"),Bb:s("ji
"),bN:s("aqD"),Qz:s("K_"),MZ:s("z8"),NW:s("K1"),r:s("B"),E:s("ot"),Ro:s("zh"),d:s("u"),Cg:s("ou"),F5:s("al"),GM:s("aE"),Wx:s("kq"),nl:s("ch"),Ss:s("m2"),E1:s("zu"),UM:s("hk"),mu:s("jj"),Ol:s("rz"),k8:s("cP<@>"),dZ:s("zw

"),yb:s("dA"),z4:s("cQ"),k2:s("zy"),H8:s("ci"),o_:s("ci"),Zg:s("hl"),oj:s("oy"),pO:s("bT<@>(a0,D?)"),Sv:s("oA"),nY:s("zD"),BL:s("zD"),Np:s("rC"),MF:s("rD"),JE:s("zH"),Cy:s("zI"),FS:s("zL"),bh:s("jl"),sm:s("rK"),_S:s("cs"),bu:s("c7"),UF:s("cF"),g3:s("oE"),HS:s("oF"),ZB:s("b0>"),Lu:s("b0>>"),CE:s("b0>"),am:s("b0<~>"),RY:s("bG"),jH:s("oH"),cZ:s("rP"),Hc:s("kt"),Mp:s("aZ"),FW:s("L"),c6:s("ma"),Z1:s("mb"),s7:s("jo"),VE:s("md"),XP:s("me"),Cj:s("mf"),xc:s("mg"),wX:s("jp"),im:s("t9"),Ws:s("A1"),Dj:s("aDB"),q:s("mh"),Gt:s("tc"),D:s("fG"),M0:s("oM"),jB:s("mi"),y3:s("id"),wq:s("jr"),D_:s("ky"),B:s("dn"),Km:s("c8"),MI:s("hn"),lb:s("a1"),Iz:s("aN"),NP:s("d1"),N:s("j"),Vc:s("aDL"),o:s("aO"),Ci:s("tl"),_P:s("tm"),ry:s("aH"),OM:s("oP"),OJ:s("aDQ"),if:s("oQ"),WT:s("d2"),u4:s("d2"),re:s("d2>"),az:s("d2"),SL:s("d2"),Zl:s("d2>?>"),hr:s("d2"),ZC:s("mk"),lu:s("ml"),aW:s("ts"),S0:s("tu"),W7:s("tv"),Rp:s("dD"),mi:s("LS"),l:s("ey"),bZ:s("aDY"),AS:s("mp"),em:s("t"),we:s("hp"),ZM:s("oW"),ZF:s("ju>"),Ag:s("ju<@>"),qe:s("M_"),U2:s("aE5"),wv:s("mr"),Ml:s("kF"),Ni:s("ar"),Y:s("ar"),n:s("fh"),ns:s("ms"),e2:s("cH"),H3:s("cS"),MX:s("kH"),M:s("c9"),kk:s("jw"),lQ:s("AU"),G5:s("kI"),gU:s("eU"),Xu:s("Mb"),Z2:s("jx"),xd:s("ef"),GY:s("jz"),Dg:s("p2"),rS:s("fj"),X3:s("kJ"),V6:s("p3"),Hd:s("av"),ZK:s("fL"),Ri:s("fL"),ow:s("fL"),u8:s("fL"),kE:s("fL<~(D,c8?)>"),Pi:s("tM"),l7:s("h"),a7:s("kK"),Ab:s("h(a0)"),X5:s("hq"),Uh:s("B_"),VW:s("p5"),oL:s("jA"),KU:s("B0"),h8:s("aI"),UB:s("aI"),eG:s("aI"),rj:s("aI"),nj:s("aI>"),rM:s("aI"),Iy:s("aI"),fO:s("aI"),gI:s("aI"),VY:s("aI"),zh:s("aI<@>"),yB:s("aI"),EZ:s("aI"),h:s("aI<~>"),Jd:s("mu"),pq:s("tO"),BY:s("aEv"),ZW:s("p8"),B6:s("Bc"),A3:s("dG"),mt:s("aKV"),EG:s("p9"),Y8:s("dH"),dA:s("kO"),Fb:s("kO"),Uz:s("kO"),UJ:s("NJ"),l3:s("u6"),TV:s("pb"),hG:s("pb"),dP:s("pb"),fg:s("mw"),ky:s("BH"),fk:s("ua"),ag:s("ub"),h1:s("uc"),xl:s("ud"),Lv:s("a4"),Z7:s("a4"),qc:s("a4"),_T:s("a4"),wM:s("a4>"),A5:s("a4"),Gl:s("a4"),dH:s("a4"),Qy:s("a4"),ot:s("a4"),LR:s("a4<@>"),wJ:s("a4

"),gg:s("a4"),X6:s("a4"),U:s("a4<~>"),cK:s("uf"),Qu:s("kQ"),U3:s("uh"),UR:s("eA"),R9:s("ph"),f7:s("BQ<@,@>"),WD:s("BS"),Nr:s("BT"),pp:s("pi"),oc:s("BZ"),Sx:s("mz"),pt:s("ur"),Gk:s("Cd"),GJ:s("fk"),Fx:s("fk"),w2:s("fk"),yG:s("fk"),EN:s("fk"),h2:s("eg"),Lf:s("eg"),pj:s("eg"),_s:s("eg"),Fe:s("Co"),xg:s("Pe"),Tp:s("mC"),gQ:s("pl"),sZ:s("CE"),Sc:s("PA"),mm:s("uC"),h7:s("jE"),zP:s("da"),yE:s("CK"),zd:s("CQ"),Sq:s("uG"),_2:s("uH"),V0:s("kT"),Ez:s("dI"),Pu:s("D2"),yd:s("D8"),jF:s("uJ"),S8:s("Ds"),HE:s("uQ"),tH:s("aF8"),eD:s("DN

"),si:s("dJ"),XI:s("dJ"),w7:s("DT"),DH:s("Sr"),y:s("y"),i:s("J"),z:s("@"),lG:s("@(ah)"),U4:s("@(x)"),C_:s("@(D)"),Hg:s("@(D,c8)"),S:s("p"),s5:s("0&*"),ub:s("D*"),ZU:s("jM?"),Vx:s("dM?"),sa:s("eo?"),eJ:s("n0?"),oI:s("du?"),CD:s("c2?"),eQ:s("q3?"),MB:s("q5?"),Aw:s("VU?"),ts:s("w1?"),cW:s("VV?"),xs:s("w2?"),GB:s("VX?"),EM:s("w3?"),Vz:s("nc?"),MH:s("E?"),YJ:s("dg?"),Hb:s("e_?"),V2:s("fZ?"),pc:s("ce?"),Om:s("nl?"),Dv:s("b2?"),fd:s("wE?"),pk:s("cW?"),RC:s("wV?"),uZ:s("a7?"),eS:s("HC?"),_I:s("nG?"),gx:s("hO?"),lF:s("cM?"),Pr:s("lx?"),Ef:s("h8?"),kc:s("x<@>?"),tG:s("x

?"),y6:s("d?"),qA:s("f9?"),nA:s("au?"),wd:s("au>?"),J1:s("au?"),iD:s("bc?"),iI:s("lL?"),WV:s("cY?"),ZR:s("a6?"),X:s("D?"),Ff:s("a2Z?"),dJ:s("j8?"),Zr:s("a3_?"),Jq:s("yp?"),KX:s("eP?"),uR:s("i1?"),xO:s("og?"),fF:s("yC?"),p7:s("yD?"),Gr:s("yE?"),Ll:s("yF?"),aw:s("yG?"),mc:s("d7?"),wb:s("yI?"),EA:s("yJ?"),_c:s("a3w?"),O:s("Jw?"),Zc:s("lZ?"),Qv:s("B?"),CA:s("ot?"),Rn:s("u?"),c_:s("bm?"),NT:s("m1?"),ym:s("kq?"),IT:s("ch?"),kR:s("fD?"),q1:s("e8?"),LQ:s("c7?"),m5:s("rM?"),Zi:s("bG?"),TZ:s("oI?"),tW:s("L?"),LS:s("jo?"),MR:s("fG?"),lE:s("hn?"),Dt:s("d1?"),ob:s("j?"),aE:s("aO?"),f3:s("fg?"),p8:s("t?"),Dh:s("oV?"),qf:s("M4?"),zV:s("tH?"),ir:s("ar?"),nc:s("cS?"),Wn:s("io?"),Wj:s("u6?"),zH:s("ub?"),Xk:s("eA?"),av:s("CG?"),zr:s("uJ?"),JI:s("RE<@>?"),X7:s("y?"),PM:s("J?"),bo:s("p?"),Nw:s("~()?"),Jy:s("br"),H:s("~"),T:s("~()"),TM:s("~(eY)"),Vu:s("~(aP)"),Su:s("~(jX)"),xt:s("~(x)"),mX:s("~(D)"),hK:s("~(D,c8)"),Ld:s("~(bf)"),iS:s("~(i6)"),HT:s("~(D?)")}})();(function constants(){var s=hunkHelpers.makeConstList +B.m5=A.mZ.prototype +B.b2=A.n3.prototype +B.xI=A.FE.prototype +B.h=A.qe.prototype +B.mT=A.wm.prototype +B.na=A.jY.prototype +B.b4=A.x1.prototype +B.fR=A.lu.prototype +B.BI=A.nN.prototype +B.ni=A.nS.prototype +B.BX=J.qV.prototype +B.c=J.o.prototype +B.d1=J.xk.prototype +B.f=J.qX.prototype +B.e=J.lB.prototype +B.b=J.k3.prototype +B.C7=J.j_.prototype +B.C8=J.i.prototype +B.Cj=A.xu.prototype +B.Cm=A.xz.prototype +B.tK=A.Io.prototype +B.JQ=A.lL.prototype +B.JX=A.ke.prototype +B.tQ=A.o9.prototype +B.ez=A.y9.prototype +B.hz=A.ya.prototype +B.eA=A.yb.prototype +B.hA=A.yc.prototype +B.R=A.oa.prototype +B.tR=A.rc.prototype +B.K5=A.IP.prototype +B.tY=A.yz.prototype +B.hF=A.Jk.prototype +B.uO=J.Jy.prototype +B.KY=A.zG.prototype +B.MJ=A.Ah.prototype +B.vp=A.Aj.prototype +B.aW=A.oP.prototype +B.vq=A.Ap.prototype +B.dA=A.AP.prototype +B.lB=J.jw.prototype +B.lD=A.p3.prototype +B.aZ=A.p5.prototype +B.U5=new A.F0(0,"unknown") +B.w5=new A.ve(null) +B.lZ=new A.eI(0,1) +B.m_=new A.eI(0,-1) +B.m0=new A.eI(1,0) +B.m1=new A.eI(-1,0) +B.b8=new A.eI(-1,-1) +B.M=new A.dY(0,0) +B.dK=new A.dY(0,1) +B.fc=new A.dY(0,-1) +B.w6=new A.dY(1,0) +B.cf=new A.dY(-1,-1) +B.m2=new A.F2(null) +B.w7=new A.vg(0,"stretch") +B.m3=new A.vg(1,"glow") +B.w8=new A.vo(0,"normal") +B.w9=new A.vo(1,"preserve") +B.w=new A.eY(0,"dismissed") +B.b9=new A.eY(1,"forward") +B.aM=new A.eY(2,"reverse") +B.H=new A.eY(3,"completed") +B.wa=new A.pT(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.wb=new A.mT(null) +B.wc=new A.mU(0,"resumed") +B.wd=new A.mU(1,"inactive") +B.we=new A.mU(2,"paused") +B.wf=new A.mU(3,"detached") +B.bB=A.b(s([]),t.s) +B.l=new A.tt(1,"downstream") +B.lu=new A.ec(-1,-1,B.l,!1,-1,-1) +B.bq=new A.cy(-1,-1) +B.bp=new A.dD("",B.lu,B.bq) +B.U6=new A.vz(!1,"",B.bB,B.bp,null) +B.I=new A.mW(0,"up") +B.ay=new A.mW(1,"right") +B.J=new A.mW(2,"down") +B.al=new A.mW(3,"left") +B.as=new A.vB(0,"horizontal") +B.a3=new A.vB(1,"vertical") +B.wg=new A.Fh(null) +B.wh=new A.Fg(null) +B.am=new A.a8N() +B.m4=new A.lc("flutter/accessibility",B.am,t.Al) +B.bQ=new A.a0J() +B.wi=new A.lc("flutter/keyevent",B.bQ,t.Al) +B.fl=new A.a8Z() +B.wj=new A.lc("flutter/lifecycle",B.fl,A.a_("lc")) +B.wk=new A.lc("flutter/system",B.bQ,t.Al) +B.wl=new A.mX(13,"modulate") +B.wm=new A.mX(20,"hardLight") +B.wn=new A.mX(26,"saturation") +B.fd=new A.mX(3,"srcOver") +B.cP=new A.Fq(0,"normal") +B.K=new A.bD(0,0) +B.b1=new A.cJ(B.K,B.K,B.K,B.K) +B.c7=new A.bD(4,4) +B.m6=new A.cJ(B.c7,B.c7,B.K,B.K) +B.fe=new A.cJ(B.c7,B.c7,B.c7,B.c7) +B.n=new A.E(4278190080) +B.cg=new A.vD(0,"none") +B.t=new A.du(B.n,0,B.cg) +B.bt=new A.vD(1,"solid") +B.wq=new A.vE(null,null,null) +B.m7=new A.pX(0,"spread") +B.wr=new A.pX(1,"centered") +B.ws=new A.pX(2,"linear") +B.wt=new A.vG(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.m8=new A.Fs(0,"fixed") +B.wu=new A.vH(null,null,null,null,null,null,null) +B.uQ=new A.JT(null) +B.wv=new A.Ft(B.uQ) +B.m9=new A.aG(40,40,40,40) +B.ma=new A.aG(56,56,56,56) +B.mb=new A.aG(96,96,96,96) +B.mc=new A.aG(1/0,1/0,1/0,1/0) +B.md=new A.aG(0,1/0,48,48) +B.cQ=new A.aG(0,1/0,0,1/0) +B.wy=new A.aG(280,1/0,0,1/0) +B.wx=new A.aG(36,1/0,36,1/0) +B.ww=new A.aG(48,1/0,48,1/0) +B.eE=new A.bD(15,15) +B.wo=new A.cJ(B.eE,B.eE,B.eE,B.eE) +B.aF=new A.vL(0,"rectangle") +B.wz=new A.dZ(null,null,null,B.wo,null,null,B.aF) +B.wA=new A.Fv(6,"scaleDown") +B.cR=new A.vK(0,"tight") +B.me=new A.vK(5,"strut") +B.fg=new A.vL(1,"circle") +B.bO=new A.Fy(0,"tight") +B.a4=new A.vM(0,"dark") +B.ad=new A.vM(1,"light") +B.ba=new A.iH(0,"blink") +B.N=new A.iH(1,"webkit") +B.bP=new A.iH(2,"firefox") +B.wE=new A.iH(3,"edge") +B.fh=new A.iH(4,"ie11") +B.ch=new A.iH(5,"samsung") +B.wF=new A.iH(6,"unknown") +B.wG=new A.vN(null,null,null,null,null,null,null,null,null) +B.wH=new A.FA(0,"normal") +B.dL=new A.nT(A.au2(),A.a_("nT")) +B.wI=new A.nT(A.au2(),A.a_("nT

")) +B.wJ=new A.F_() +B.wK=new A.Ud() +B.wM=new A.UI() +B.U7=new A.Fk() +B.wN=new A.Fj() +B.U8=new A.Vd() +B.wO=new A.G6() +B.wP=new A.G9() +B.wQ=new A.Gs() +B.wR=new A.Wz() +B.wS=new A.GI() +B.wT=new A.GJ() +B.U9=new A.GM() +B.wU=new A.GN() +B.p=new A.wp() +B.wW=new A.Yg() +B.wX=new A.jU(A.a_("jU")) +B.cS=new A.GX() +B.wY=new A.GY() +B.ae=new A.GY() +B.ES=A.b(s(["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),t.s) +B.Ez=A.b(s(["January","February","March","April","May","June","July","August","September","October","November","December"]),t.s) +B.ET=A.b(s(["Mon","Tue","Wed","Thur","Fri","Sat","Sun"]),t.s) +B.DY=A.b(s(["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"]),t.s) +B.Ua=new A.YH() +B.dM=new A.Hj() +B.Ub=new A.HA() +B.fi=new A.a_j() +B.n8=new A.qE(1,"auto") +B.wZ=new A.HT() +B.a5=new A.a0I() +B.aB=new A.a0K() +B.mh=function getTagFallback(o) { + var s = Object.prototype.toString.call(o); + return s.substring(8, s.length - 1); +} +B.x_=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.x4=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.x0=function(hooks) { + if (typeof dartExperimentalFixupGetTag != "function") return hooks; + hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); +} +B.x1=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.x3=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.x2=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.mi=function(hooks) { return hooks; } + +B.at=new A.I0() +B.x5=new A.a1Q() +B.x6=new A.a2t() +B.mj=new A.a2K() +B.x8=new A.a2V() +B.fk=new A.D() +B.x9=new A.IV() +B.aX=new A.dq(0,"android") +B.av=new A.dq(2,"iOS") +B.aY=new A.dq(4,"macOS") +B.mm=new A.Mo() +B.mg=new A.Gx() +B.ey=new A.bI([B.aX,B.mm,B.av,B.mg,B.aY,B.mg],A.a_("bI")) +B.xa=new A.IZ() +B.xb=new A.Jc() +B.mk=new A.yw() +B.xc=new A.a3v() +B.Uc=new A.a3V() +B.KD=new A.JN(0,"square") +B.xf=new A.JO() +B.KE=new A.JP(0,"square") +B.xg=new A.JQ() +B.xh=new A.a4A() +B.xi=new A.a5I() +B.xj=new A.a5J() +B.xk=new A.a5K() +B.xl=new A.a5L() +B.xm=new A.KK() +B.a=new A.a77() +B.bu=new A.a8M() +B.ci=new A.a8Q() +B.bb=new A.a8R() +B.xn=new A.a9v() +B.xo=new A.a9B() +B.xp=new A.a9C() +B.xq=new A.a9D() +B.xr=new A.a9H() +B.xs=new A.a9J() +B.xt=new A.a9K() +B.xu=new A.a9L() +B.xv=new A.aau() +B.z=new A.Mf() +B.bc=new A.Mg() +B.F=new A.w(0,0,0,0) +B.eP=new A.Mm(0,0,0,0) +B.EL=A.b(s([]),A.a_("o")) +B.ml=new A.Mj() +B.cT=new A.Mv() +B.cj=new A.Mw() +B.xw=new A.Nr() +B.dN=new A.Nz() +B.xx=new A.aci() +B.xy=new A.acm() +B.ck=new A.NE() +B.fm=new A.acy() +B.mn=new A.acG() +B.d=new A.add() +B.xz=new A.adD() +B.xA=new A.adE() +B.xB=new A.adI() +B.aa=new A.C8() +B.xC=new A.P2() +B.bv=new A.af6() +B.mo=new A.afW() +B.af=new A.ag0() +B.xD=new A.agb() +B.xE=new A.Rt() +B.xF=new A.Ss() +B.xG=new A.vP(0,"pixel") +B.xH=new A.vP(1,"viewport") +B.xJ=new A.q1(null,null,null,null,null,null,null) +B.eL=new A.t(!0,null,null,null,null,null,20,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.R8=new A.ew("\u6dfb\u52a0\u7528\u6237",null,B.eL,null,null,null,null,null,null,null) +B.xK=new A.n9(B.M,null,null,B.R8,null) +B.R4=new A.ew("\u79ef\u5206\u67e5\u8be2",null,B.eL,null,null,null,null,null,null,null) +B.xL=new A.n9(B.M,null,null,B.R4,null) +B.R7=new A.ew("\u767b \u5f55",null,B.eL,null,null,null,null,null,null,null) +B.xM=new A.n9(B.M,null,null,B.R7,null) +B.xN=new A.vS(null,null,null,null,null,null,null,null,null) +B.xO=new A.vT(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.mp=new A.dv(B.t) +B.xQ=new A.Ge(B.uQ) +B.xR=new A.w0(0,"difference") +B.cl=new A.w0(1,"intersect") +B.u=new A.nb(0,"none") +B.ai=new A.nb(1,"hardEdge") +B.dO=new A.nb(2,"antiAlias") +B.cU=new A.nb(3,"antiAliasWithSaveLayer") +B.xS=new A.Y(0,255) +B.xT=new A.Y(1024,1119) +B.xU=new A.Y(1120,1327) +B.xV=new A.Y(11360,11391) +B.xW=new A.Y(11520,11567) +B.xX=new A.Y(11648,11742) +B.xY=new A.Y(1168,1169) +B.xZ=new A.Y(11744,11775) +B.y_=new A.Y(11841,11841) +B.y0=new A.Y(1200,1201) +B.mq=new A.Y(12288,12351) +B.y1=new A.Y(12288,12543) +B.y2=new A.Y(12288,12591) +B.mr=new A.Y(12549,12585) +B.y3=new A.Y(12593,12686) +B.y4=new A.Y(12800,12828) +B.y5=new A.Y(12800,13311) +B.y6=new A.Y(12896,12923) +B.y7=new A.Y(1328,1424) +B.y8=new A.Y(1417,1417) +B.y9=new A.Y(1424,1535) +B.ya=new A.Y(1536,1791) +B.dP=new A.Y(19968,40959) +B.yb=new A.Y(2304,2431) +B.yc=new A.Y(2385,2386) +B.bw=new A.Y(2404,2405) +B.yd=new A.Y(2433,2555) +B.ye=new A.Y(2561,2677) +B.yf=new A.Y(256,591) +B.yg=new A.Y(258,259) +B.yh=new A.Y(2688,2815) +B.yi=new A.Y(272,273) +B.yj=new A.Y(2946,3066) +B.yk=new A.Y(296,297) +B.yl=new A.Y(305,305) +B.ym=new A.Y(3072,3199) +B.yn=new A.Y(3202,3314) +B.yo=new A.Y(3330,3455) +B.yp=new A.Y(338,339) +B.yq=new A.Y(3458,3572) +B.yr=new A.Y(3585,3675) +B.ys=new A.Y(360,361) +B.yt=new A.Y(3713,3807) +B.yu=new A.Y(4096,4255) +B.yv=new A.Y(416,417) +B.yw=new A.Y(42560,42655) +B.yx=new A.Y(4256,4351) +B.yy=new A.Y(42784,43007) +B.fn=new A.Y(43056,43065) +B.yz=new A.Y(431,432) +B.yA=new A.Y(43232,43259) +B.yB=new A.Y(43777,43822) +B.yC=new A.Y(44032,55215) +B.yD=new A.Y(4608,5017) +B.yE=new A.Y(6016,6143) +B.yF=new A.Y(601,601) +B.yG=new A.Y(64275,64279) +B.yH=new A.Y(64285,64335) +B.yI=new A.Y(64336,65023) +B.yJ=new A.Y(65070,65071) +B.yK=new A.Y(65072,65135) +B.yL=new A.Y(65132,65276) +B.yM=new A.Y(65279,65279) +B.ms=new A.Y(65280,65519) +B.yN=new A.Y(65533,65533) +B.yO=new A.Y(699,700) +B.yP=new A.Y(710,710) +B.yQ=new A.Y(7296,7304) +B.yR=new A.Y(730,730) +B.yS=new A.Y(732,732) +B.yT=new A.Y(7376,7414) +B.yU=new A.Y(7386,7386) +B.yV=new A.Y(7416,7417) +B.yW=new A.Y(7680,7935) +B.yX=new A.Y(775,775) +B.yY=new A.Y(77824,78894) +B.yZ=new A.Y(7840,7929) +B.z_=new A.Y(7936,8191) +B.z0=new A.Y(803,803) +B.z1=new A.Y(8192,8303) +B.z2=new A.Y(8204,8204) +B.aN=new A.Y(8204,8205) +B.z3=new A.Y(8204,8206) +B.z4=new A.Y(8208,8209) +B.z5=new A.Y(8224,8224) +B.z6=new A.Y(8271,8271) +B.z7=new A.Y(8308,8308) +B.z8=new A.Y(8352,8363) +B.z9=new A.Y(8360,8360) +B.za=new A.Y(8362,8362) +B.zb=new A.Y(8363,8363) +B.zc=new A.Y(8364,8364) +B.zd=new A.Y(8365,8399) +B.ze=new A.Y(8372,8372) +B.bR=new A.Y(8377,8377) +B.zf=new A.Y(8467,8467) +B.zg=new A.Y(8470,8470) +B.zh=new A.Y(8482,8482) +B.zi=new A.Y(8593,8593) +B.zj=new A.Y(8595,8595) +B.zk=new A.Y(8722,8722) +B.zl=new A.Y(8725,8725) +B.zm=new A.Y(880,1023) +B.az=new A.Y(9676,9676) +B.zn=new A.Y(9772,9772) +B.S=new A.E(0) +B.mt=new A.E(1087163596) +B.zo=new A.E(1308622847) +B.zp=new A.E(134217728) +B.zq=new A.E(1375731712) +B.zr=new A.E(1627389952) +B.zs=new A.E(1660944383) +B.mu=new A.E(16777215) +B.zt=new A.E(167772160) +B.fo=new A.E(1723645116) +B.zu=new A.E(1724434632) +B.x=new A.E(2315255808) +B.zv=new A.E(234881023) +B.zw=new A.E(2583691263) +B.A=new A.E(3019898879) +B.zy=new A.E(4039164096) +B.zE=new A.E(4278239141) +B.fq=new A.E(4279858898) +B.zN=new A.E(4280150454) +B.dS=new A.E(4280191205) +B.zO=new A.E(4280361249) +B.mx=new A.E(4280391411) +B.my=new A.E(4281348144) +B.dT=new A.E(4282532418) +B.zS=new A.E(4282549748) +B.fr=new A.E(4284572001) +B.mA=new A.E(4284790262) +B.mB=new A.E(4284809178) +B.dV=new A.E(4287679225) +B.zY=new A.E(4288585374) +B.mC=new A.E(4290502395) +B.mD=new A.E(4290624957) +B.fs=new A.E(4292030255) +B.mE=new A.E(4292927712) +B.mF=new A.E(4293128957) +B.Aa=new A.E(4294309365) +B.mG=new A.E(4294638330) +B.Ae=new A.E(4294901760) +B.m=new A.E(4294967295) +B.Ao=new A.E(436207616) +B.mH=new A.E(452984831) +B.ft=new A.E(520093696) +B.Ap=new A.E(536870911) +B.As=new A.E(83886080) +B.aC=new A.lj(0,"start") +B.Au=new A.lj(1,"end") +B.ag=new A.lj(2,"center") +B.dW=new A.lj(3,"stretch") +B.fu=new A.lj(4,"baseline") +B.mI=new A.f1(0.18,1,0.04,1) +B.Av=new A.f1(0.05,0,0.133333,0.06) +B.au=new A.f1(0.25,0.1,0.25,1) +B.cm=new A.f1(0.42,0,1,1) +B.mJ=new A.f1(0.67,0.03,0.65,0.09) +B.Aw=new A.f1(0.075,0.82,0.165,1) +B.Ax=new A.f1(0.208333,0.82,0.25,1) +B.P=new A.f1(0.4,0,0.2,1) +B.fv=new A.f1(0.35,0.91,0.33,0.97) +B.dX=new A.f1(0,0,0.58,1) +B.fw=new A.f1(0.42,0,0.58,1) +B.cX=new A.E(4288256409) +B.dU=new A.E(4285887861) +B.dY=new A.e0(B.cX,"inactiveGray",null,B.cX,B.dU,B.cX,B.dU,B.cX,B.dU,B.cX,B.dU,0) +B.cV=new A.E(1493172224) +B.dQ=new A.E(2164260863) +B.AA=new A.e0(B.cV,null,null,B.cV,B.dQ,B.cV,B.dQ,B.cV,B.dQ,B.cV,B.dQ,0) +B.fp=new A.E(4278221567) +B.mw=new A.E(4278879487) +B.mv=new A.E(4278206685) +B.mz=new A.E(4282424575) +B.Ay=new A.e0(B.fp,"systemBlue",null,B.fp,B.mw,B.mv,B.mz,B.fp,B.mw,B.mv,B.mz,0) +B.zM=new A.E(4280032286) +B.zP=new A.E(4280558630) +B.mK=new A.e0(B.m,"systemBackground",null,B.m,B.n,B.m,B.n,B.m,B.zM,B.m,B.zP,0) +B.cW=new A.E(4042914297) +B.dR=new A.E(4028439837) +B.Az=new A.e0(B.cW,null,null,B.cW,B.dR,B.cW,B.dR,B.cW,B.dR,B.cW,B.dR,0) +B.mL=new A.e0(B.n,"label",null,B.n,B.m,B.n,B.m,B.n,B.m,B.n,B.m,0) +B.T6=new A.Nt(B.mL,B.dY) +B.lJ=new A.Nv(null,B.Ay,B.mK,B.Az,B.mK,B.T6) +B.bS=new A.w9(B.lJ,null,null,null,null,null,null) +B.AB=new A.wd(null,null,null,null,null,null,null,null,null,null,null) +B.mM=new A.lk(0,"uninitialized") +B.AC=new A.lk(1,"initializingServices") +B.mN=new A.lk(2,"initializedServices") +B.AD=new A.lk(3,"initializingUi") +B.AE=new A.lk(4,"initialized") +B.AF=new A.GD(1,"traversalOrder") +B.fx=new A.we(0,"background") +B.AG=new A.we(1,"foreground") +B.vH=new A.t(!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.bM=new A.oU(0,"clip") +B.aA=new A.AB(0,"parent") +B.TK=new A.Pq(null) +B.mO=new A.ll(B.vH,null,!0,B.bM,null,B.aA,null,B.TK,null) +B.Ud=new A.wg(18) +B.aO=new A.qj(3,"info") +B.AH=new A.qj(5,"hint") +B.AI=new A.qj(6,"summary") +B.Ue=new A.iP(1,"sparse") +B.AJ=new A.iP(10,"shallow") +B.AK=new A.iP(11,"truncateChildren") +B.AL=new A.iP(5,"error") +B.fy=new A.iP(7,"flat") +B.mP=new A.iP(8,"singleLine") +B.bT=new A.iP(9,"errorProperty") +B.AM=new A.qk(null,null,null,null,null,null) +B.AN=new A.lm(0,"connectTimeout") +B.AO=new A.lm(1,"sendTimeout") +B.AP=new A.lm(2,"receiveTimeout") +B.mQ=new A.lm(3,"response") +B.AQ=new A.lm(5,"other") +B.AR=new A.fs(1,"horizontal") +B.fz=new A.fs(2,"endToStart") +B.fA=new A.fs(3,"startToEnd") +B.AS=new A.fs(4,"up") +B.mR=new A.fs(5,"down") +B.mS=new A.fs(6,"none") +B.AT=new A.wn(null,null,null,null,null) +B.AU=new A.nj(5,15,null) +B.fB=new A.nj(null,15,null) +B.mU=new A.nj(null,null,null) +B.AV=new A.wu(0,"down") +B.W=new A.wu(1,"start") +B.AW=new A.wx(null,null,null,null,null) +B.r=new A.aP(0) +B.an=new A.aP(1e5) +B.dZ=new A.aP(1e6) +B.AX=new A.aP(12e5) +B.AY=new A.aP(125e3) +B.AZ=new A.aP(15e3) +B.cY=new A.aP(15e4) +B.B_=new A.aP(15e5) +B.B0=new A.aP(16667) +B.mV=new A.aP(167e3) +B.D=new A.aP(2e5) +B.fC=new A.aP(2e6) +B.B1=new A.aP(225e3) +B.fD=new A.aP(25e4) +B.B2=new A.aP(2961926e3) +B.cn=new A.aP(3e5) +B.B3=new A.aP(3e6) +B.B4=new A.aP(3e7) +B.mW=new A.aP(375e3) +B.B5=new A.aP(4e4) +B.fE=new A.aP(4e5) +B.B6=new A.aP(4e6) +B.cZ=new A.aP(5e4) +B.d_=new A.aP(5e5) +B.mX=new A.aP(5e6) +B.d0=new A.aP(6e5) +B.e_=new A.aP(75e3) +B.B7=new A.aP(-38e3) +B.aP=new A.as(0,0,0,0) +B.Uf=new A.as(0,0,0,10) +B.B8=new A.as(0,12,0,12) +B.B9=new A.as(0,14,0,14) +B.Ba=new A.as(0,8,0,8) +B.mY=new A.as(10,10,10,10) +B.mZ=new A.as(12,12,12,12) +B.Bb=new A.as(12,8,12,8) +B.Bc=new A.as(15,10,15,5) +B.Bd=new A.as(15,15,15,15) +B.n_=new A.as(15,5,15,5) +B.Be=new A.as(15,8,15,8) +B.fF=new A.as(16,0,16,0) +B.Bf=new A.as(20,20,20,20) +B.Ug=new A.as(24,20,24,24) +B.Bg=new A.as(40,24,40,24) +B.Bh=new A.as(4,0,4,0) +B.n0=new A.as(4,4,4,4) +B.Uh=new A.as(4,4,4,5) +B.n1=new A.as(8,0,8,0) +B.bU=new A.as(8,8,8,8) +B.n2=new A.as(0.5,1,0.5,1) +B.Bi=new A.wB(null) +B.Bj=new A.qp(0,"noOpinion") +B.Bk=new A.qp(1,"enabled") +B.fG=new A.qp(2,"disabled") +B.Bl=new A.wJ(null,null,null,null,null,null,null,null,null) +B.fH=new A.np(0,"none") +B.n3=new A.np(1,"low") +B.n4=new A.np(2,"medium") +B.fI=new A.np(3,"high") +B.fJ=new A.nq(0,"topLeft") +B.n5=new A.nq(1,"topRight") +B.fK=new A.nq(2,"bottomLeft") +B.o=new A.L(0,0) +B.Bm=new A.Hg(B.o,B.o) +B.n6=new A.wN(0,"tight") +B.Bn=new A.wN(1,"loose") +B.Bo=new A.qC(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.n7=new A.qD(0,"Start") +B.fL=new A.qD(1,"Update") +B.fM=new A.qD(2,"End") +B.fN=new A.qE(0,"never") +B.fO=new A.qE(2,"always") +B.fP=new A.jX(0,"touch") +B.e0=new A.jX(1,"traditional") +B.Ui=new A.Ho(0,"automatic") +B.v=new A.h1(3) +B.bV=new A.h1(6) +B.nb=new A.h2("Invalid method call",null,null) +B.Bt=new A.h2("Expected envelope, got nothing",null,null) +B.aG=new A.h2("Message corrupted",null,null) +B.Bu=new A.h2("Invalid envelope",null,null) +B.bW=new A.wX(0,"accepted") +B.aj=new A.wX(1,"rejected") +B.nc=new A.ls(0,"pointerEvents") +B.co=new A.ls(1,"browserGestures") +B.bx=new A.qI(0,"ready") +B.e1=new A.qI(1,"possible") +B.Bv=new A.qI(2,"defunct") +B.nd=new A.wY(0,"forward") +B.ne=new A.wY(1,"reverse") +B.cp=new A.nH(0,"push") +B.bX=new A.nH(1,"pop") +B.cq=new A.qK(0,"deferToChild") +B.ao=new A.qK(1,"opaque") +B.aQ=new A.qK(2,"translucent") +B.Bw=new A.h4(57490,"MaterialIcons",null,!0) +B.Bx=new A.h4(57491,"MaterialIcons",null,!0) +B.By=new A.h4(57912,"MaterialIcons",null,!1) +B.Bz=new A.h4(57926,"MaterialIcons",null,!1) +B.BC=new A.h4(61280,"MaterialIcons",null,!1) +B.BD=new A.h4(61284,"MaterialIcons",null,!1) +B.B=new A.E(3707764736) +B.BF=new A.cM(B.B,null,null,null) +B.nf=new A.cM(B.n,null,null,null) +B.fS=new A.cM(B.n,1,24,null) +B.fT=new A.cM(B.m,null,null,null) +B.BA=new A.h4(58332,"MaterialIcons",null,!1) +B.ng=new A.nL(B.BA,null,null) +B.BB=new A.h4(58727,"MaterialIcons",null,!1) +B.BG=new A.nL(B.BB,null,null) +B.nh=new A.x7(0,"rawRgba") +B.BH=new A.x7(1,"rawStraightRgba") +B.BP=new A.nO(0,"repeat") +B.BQ=new A.nO(1,"repeatX") +B.BR=new A.nO(2,"repeatY") +B.cr=new A.nO(3,"noRepeat") +B.T=A.b(s([]),t.oU) +B.BS=new A.k2("\ufffc",null,null,!0,!0,B.T) +B.BT=new A.ly(null,null,null,"\u8d26 \u53f7\uff1a",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.Uj=new A.ly(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.BU=new A.ly(null,null,null,"\u670d\u52a1\u5668\u5730\u5740\uff1a",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.BV=new A.ly(null,null,null,"\u5bc6 \u7801\uff1a",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.by=new A.nU(0,"next") +B.BW=new A.nU(1,"resolve") +B.nj=new A.nU(2,"resolveCallFollowing") +B.nk=new A.nU(4,"rejectCallFollowing") +B.C0=new A.et(0,0.1,B.aa) +B.C_=new A.et(0,0.6666666666666666,B.aa) +B.nl=new A.et(0.1,0.33,B.aa) +B.BY=new A.et(0.125,0.25,B.aa) +B.BZ=new A.et(0.6,1,B.aa) +B.C1=new A.et(0.72,1,B.P) +B.nm=new A.et(0.5,1,B.au) +B.C2=new A.et(0.2075,0.4175,B.aa) +B.C3=new A.et(0.45,1,B.P) +B.C5=new A.et(0,0.5,B.P) +B.C4=new A.et(0.5,1,B.P) +B.C6=new A.et(0.0825,0.2075,B.aa) +B.C9=new A.I2(null) +B.Ca=new A.I3(null,null) +B.e2=new A.qZ(0,"object") +B.fV=new A.qZ(1,"array") +B.Cb=new A.qZ(2,"str") +B.Cc=new A.xp(0,"rawKeyData") +B.Cd=new A.xp(1,"keyDataThenRawKeyData") +B.e3=new A.r1(0,"down") +B.Ce=new A.h9(B.r,B.e3,0,0,null,!1) +B.fW=new A.k5(0,"handled") +B.d2=new A.k5(1,"ignored") +B.nn=new A.k5(2,"skipRemainingHandlers") +B.cs=new A.r1(1,"up") +B.Cf=new A.r1(2,"repeat") +B.ep=new A.d(4294967556) +B.Cg=new A.r2(B.ep) +B.eq=new A.d(4294967562) +B.Ch=new A.r2(B.eq) +B.er=new A.d(4294967564) +B.Ci=new A.r2(B.er) +B.ct=new A.lE(0,"any") +B.bd=new A.lE(3,"all") +B.no=new A.e5(0,"verbose") +B.b5=new A.e5(1,"debug") +B.np=new A.e5(2,"info") +B.fX=new A.e5(4,"error") +B.nq=new A.e5(6,"nothing") +B.bz=new A.o0(1,"prohibited") +B.nr=new A.dx(0,0,0,B.bz) +B.d3=new A.o0(0,"opportunity") +B.d4=new A.o0(2,"mandatory") +B.bY=new A.o0(3,"endOfText") +B.fY=new A.be(0,"CM") +B.e6=new A.be(1,"BA") +B.bZ=new A.be(10,"PO") +B.d5=new A.be(11,"OP") +B.cu=new A.be(12,"CP") +B.e7=new A.be(13,"IS") +B.d6=new A.be(14,"HY") +B.fZ=new A.be(15,"SY") +B.bA=new A.be(16,"NU") +B.e8=new A.be(17,"CL") +B.h_=new A.be(18,"GL") +B.ns=new A.be(19,"BB") +B.e9=new A.be(2,"LF") +B.aH=new A.be(20,"HL") +B.ea=new A.be(21,"JL") +B.d7=new A.be(22,"JV") +B.d8=new A.be(23,"JT") +B.h0=new A.be(24,"NS") +B.eb=new A.be(25,"ZW") +B.h1=new A.be(26,"ZWJ") +B.ec=new A.be(27,"B2") +B.nt=new A.be(28,"IN") +B.ed=new A.be(29,"WJ") +B.h2=new A.be(3,"BK") +B.h3=new A.be(30,"ID") +B.ee=new A.be(31,"EB") +B.d9=new A.be(32,"H2") +B.da=new A.be(33,"H3") +B.h4=new A.be(34,"CB") +B.h5=new A.be(35,"RI") +B.ef=new A.be(36,"EM") +B.h6=new A.be(4,"CR") +B.eg=new A.be(5,"SP") +B.nu=new A.be(6,"EX") +B.h7=new A.be(7,"QU") +B.aR=new A.be(8,"AL") +B.eh=new A.be(9,"PR") +B.ei=new A.xD(4,"multi") +B.Cn=new A.xD(5,"multiCompatible") +B.Co=new A.xF(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Cq=A.b(s([0,1]),t.V) +B.Cv=A.b(s([1,0,3,2]),t.t) +B.fQ=new A.h1(0) +B.Bp=new A.h1(1) +B.Bq=new A.h1(2) +B.b3=new A.h1(4) +B.Br=new A.h1(5) +B.Bs=new A.h1(7) +B.n9=new A.h1(8) +B.CK=A.b(s([B.fQ,B.Bp,B.Bq,B.v,B.b3,B.Br,B.bV,B.Bs,B.n9]),A.a_("o

")) +B.nw=A.b(s([0,0,32776,33792,1,10240,0,0]),t.t) +B.wL=new A.pQ() +B.v0=new A.zJ(1,"page") +B.v1=new A.hm(B.J,B.v0) +B.CN=A.b(s([B.wL,B.v1]),A.a_("o")) +B.CO=A.b(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.dg=new A.fa(0,"controlModifier") +B.dh=new A.fa(1,"shiftModifier") +B.di=new A.fa(2,"altModifier") +B.dj=new A.fa(3,"metaModifier") +B.tM=new A.fa(4,"capsLockModifier") +B.tN=new A.fa(5,"numLockModifier") +B.tO=new A.fa(6,"scrollLockModifier") +B.tP=new A.fa(7,"functionModifier") +B.JW=new A.fa(8,"symbolModifier") +B.nx=A.b(s([B.dg,B.dh,B.di,B.dj,B.tM,B.tN,B.tO,B.tP,B.JW]),A.a_("o")) +B.bJ=new A.dq(1,"fuchsia") +B.bK=new A.dq(3,"linux") +B.bL=new A.dq(5,"windows") +B.Dp=A.b(s([B.aX,B.bJ,B.av,B.bK,B.aY,B.bL]),A.a_("o")) +B.DZ=A.b(s([-1,0,0,1,0,0,-1,0,1,0,0,0,-1,1,0,1,1,1,1,0]),t.V) +B.h9=A.b(s([]),t.t) +B.DB=A.b(s([6,18]),t.t) +B.DC=A.b(s([6,22]),t.t) +B.DF=A.b(s([6,26]),t.t) +B.DL=A.b(s([6,30]),t.t) +B.DR=A.b(s([6,34]),t.t) +B.DD=A.b(s([6,22,38]),t.t) +B.DE=A.b(s([6,24,42]),t.t) +B.DG=A.b(s([6,26,46]),t.t) +B.DK=A.b(s([6,28,50]),t.t) +B.DM=A.b(s([6,30,54]),t.t) +B.DQ=A.b(s([6,32,58]),t.t) +B.DS=A.b(s([6,34,62]),t.t) +B.DH=A.b(s([6,26,46,66]),t.t) +B.DI=A.b(s([6,26,48,70]),t.t) +B.DJ=A.b(s([6,26,50,74]),t.t) +B.DN=A.b(s([6,30,54,78]),t.t) +B.DO=A.b(s([6,30,56,82]),t.t) +B.DP=A.b(s([6,30,58,86]),t.t) +B.DT=A.b(s([6,34,62,90]),t.t) +B.Hm=A.b(s([6,28,50,72,94]),t.t) +B.Hn=A.b(s([6,26,50,74,98]),t.t) +B.Ho=A.b(s([6,30,54,78,102]),t.t) +B.Hp=A.b(s([6,28,54,80,106]),t.t) +B.Hq=A.b(s([6,32,58,84,110]),t.t) +B.Hr=A.b(s([6,30,58,86,114]),t.t) +B.Hs=A.b(s([6,34,62,90,118]),t.t) +B.F4=A.b(s([6,26,50,74,98,122]),t.t) +B.F5=A.b(s([6,30,54,78,102,126]),t.t) +B.F6=A.b(s([6,26,52,78,104,130]),t.t) +B.FQ=A.b(s([6,30,56,82,108,134]),t.t) +B.G0=A.b(s([6,34,60,86,112,138]),t.t) +B.Gb=A.b(s([6,30,58,86,114,142]),t.t) +B.Gm=A.b(s([6,34,62,90,118,146]),t.t) +B.E2=A.b(s([6,30,54,78,102,126,150]),t.t) +B.E3=A.b(s([6,24,50,76,102,128,154]),t.t) +B.E4=A.b(s([6,28,54,80,106,132,158]),t.t) +B.E5=A.b(s([6,32,58,84,110,136,162]),t.t) +B.E6=A.b(s([6,26,54,82,110,138,166]),t.t) +B.E7=A.b(s([6,30,58,86,114,142,170]),t.t) +B.E_=A.b(s([B.h9,B.DB,B.DC,B.DF,B.DL,B.DR,B.DD,B.DE,B.DG,B.DK,B.DM,B.DQ,B.DS,B.DH,B.DI,B.DJ,B.DN,B.DO,B.DP,B.DT,B.Hm,B.Hn,B.Ho,B.Hp,B.Hq,B.Hr,B.Hs,B.F4,B.F5,B.F6,B.FQ,B.G0,B.Gb,B.Gm,B.E2,B.E3,B.E4,B.E5,B.E6,B.E7]),t.R_) +B.ej=A.b(s([0,0,65490,45055,65535,34815,65534,18431]),t.t) +B.E0=A.b(s(["pointerdown","pointermove","pointerup","pointercancel","touchstart","touchend","touchmove","touchcancel","mousedown","mousemove","mouseup","keyup","keydown"]),t.s) +B.lE=new A.cI(0,"DoubleQuote") +B.cO=new A.cI(1,"SingleQuote") +B.ax=new A.cI(2,"HebrewLetter") +B.eR=new A.cI(3,"CR") +B.eS=new A.cI(4,"LF") +B.lI=new A.cI(5,"Newline") +B.dE=new A.cI(6,"Extend") +B.SU=new A.cI(7,"RegionalIndicator") +B.dF=new A.cI(8,"Format") +B.dG=new A.cI(9,"Katakana") +B.b_=new A.cI(10,"ALetter") +B.lF=new A.cI(11,"MidLetter") +B.lG=new A.cI(12,"MidNum") +B.dC=new A.cI(13,"MidNumLet") +B.bs=new A.cI(14,"Numeric") +B.eQ=new A.cI(15,"ExtendNumLet") +B.dD=new A.cI(16,"ZWJ") +B.lH=new A.cI(17,"WSegSpace") +B.vS=new A.cI(18,"Unknown") +B.E8=A.b(s([B.lE,B.cO,B.ax,B.eR,B.eS,B.lI,B.dE,B.SU,B.dF,B.dG,B.b_,B.lF,B.lG,B.dC,B.bs,B.eQ,B.dD,B.lH,B.vS]),A.a_("o")) +B.nz=A.b(s(["text","multiline","number","phone","datetime","emailAddress","url","visiblePassword","name","address","none"]),t.s) +B.nA=A.b(s([0,0,26624,1023,65534,2047,65534,2047]),t.t) +B.nB=A.b(s([0,0,26498,1023,65534,34815,65534,18431]),t.t) +B.Hy=new A.lG("en","US") +B.nC=A.b(s([B.Hy]),t.ss) +B.lT=new A.uI(0,"named") +B.TV=new A.uI(1,"anonymous") +B.Eg=A.b(s([B.lT,B.TV]),A.a_("o")) +B.nD=A.b(s(["POST","PUT","PATCH","DELETE"]),t.s) +B.cB=new A.m(1,0) +B.K8=new A.m(1,1) +B.c1=new A.m(0,1) +B.Kg=new A.m(-1,1) +B.tU=new A.m(-1,0) +B.Kh=new A.m(-1,-1) +B.tT=new A.m(0,-1) +B.K9=new A.m(1,-1) +B.ek=A.b(s([B.cB,B.K8,B.c1,B.Kg,B.tU,B.Kh,B.tT,B.K9]),t.yv) +B.ar=new A.tt(0,"upstream") +B.Ep=A.b(s([B.ar,B.l]),A.a_("o")) +B.ab=new A.kC(0,"rtl") +B.q=new A.kC(1,"ltr") +B.Eq=A.b(s([B.ab,B.q]),A.a_("o")) +B.At=new A.E(855638016) +B.K6=new A.m(0,2) +B.wB=new A.fW(-1,B.cP,B.At,B.K6,1) +B.Aq=new A.E(603979776) +B.wC=new A.fW(0,B.cP,B.Aq,B.c1,1) +B.wD=new A.fW(0,B.cP,B.ft,B.c1,3) +B.Er=A.b(s([B.wB,B.wC,B.wD]),t.sq) +B.O=new A.dH(0,"icon") +B.Z=new A.dH(1,"input") +B.G=new A.dH(2,"label") +B.a7=new A.dH(3,"hint") +B.a_=new A.dH(4,"prefix") +B.a0=new A.dH(5,"suffix") +B.a1=new A.dH(6,"prefixIcon") +B.a2=new A.dH(7,"suffixIcon") +B.ac=new A.dH(8,"helperError") +B.X=new A.dH(9,"counter") +B.aE=new A.dH(10,"container") +B.Es=A.b(s([B.O,B.Z,B.G,B.a7,B.a_,B.a0,B.a1,B.a2,B.ac,B.X,B.aE]),A.a_("o")) +B.nE=A.b(s([B.fY,B.e6,B.e9,B.h2,B.h6,B.eg,B.nu,B.h7,B.aR,B.eh,B.bZ,B.d5,B.cu,B.e7,B.d6,B.fZ,B.bA,B.e8,B.h_,B.ns,B.aH,B.ea,B.d7,B.d8,B.h0,B.eb,B.h1,B.ec,B.nt,B.ed,B.h3,B.ee,B.d9,B.da,B.h4,B.h5,B.ef]),A.a_("o")) +B.Ew=A.b(s([B.fJ,B.n5,B.fK]),A.a_("o")) +B.lv=new A.t(!0,null,null,null,null,null,16,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Rb=new A.ew("\u5173\u4e8e\u8f6f\u4ef6",null,B.lv,null,null,null,null,null,null,null) +B.ln=new A.Lr(null) +B.BE=new A.h4(62419,"CupertinoIcons","cupertino_icons",!0) +B.fU=new A.nL(B.BE,16,null) +B.Ex=A.b(s([B.Rb,B.ln,B.fU]),t.p) +B.EA=A.b(s(["click","scroll"]),t.s) +B.EB=A.b(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.EC=A.b(s([0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0]),t.V) +B.EE=A.b(s([]),t.iW) +B.nG=A.b(s([]),t.Cz) +B.nH=A.b(s([]),A.a_("o")) +B.ED=A.b(s([]),t.fJ) +B.Uk=A.b(s([]),t.ss) +B.EK=A.b(s([]),t.tc) +B.nJ=A.b(s([]),t.jl) +B.nK=A.b(s([]),t.wi) +B.EM=A.b(s([]),A.a_("o>")) +B.h8=A.b(s([]),t.J) +B.EN=A.b(s([]),t.Lx) +B.EO=A.b(s([]),t.fm) +B.Ul=A.b(s([]),t.p) +B.nF=A.b(s([]),t.ee) +B.CA=A.b(s([1,26,19]),t.t) +B.Cz=A.b(s([1,26,16]),t.t) +B.Cy=A.b(s([1,26,13]),t.t) +B.CB=A.b(s([1,26,9]),t.t) +B.CF=A.b(s([1,44,34]),t.t) +B.CE=A.b(s([1,44,28]),t.t) +B.CD=A.b(s([1,44,22]),t.t) +B.CC=A.b(s([1,44,16]),t.t) +B.CH=A.b(s([1,70,55]),t.t) +B.CG=A.b(s([1,70,44]),t.t) +B.CS=A.b(s([2,35,17]),t.t) +B.CR=A.b(s([2,35,13]),t.t) +B.Cw=A.b(s([1,100,80]),t.t) +B.CU=A.b(s([2,50,32]),t.t) +B.CT=A.b(s([2,50,24]),t.t) +B.Dk=A.b(s([4,25,9]),t.t) +B.Cx=A.b(s([1,134,108]),t.t) +B.CV=A.b(s([2,67,43]),t.t) +B.Gx=A.b(s([2,33,15,2,34,16]),t.t) +B.GI=A.b(s([2,33,11,2,34,12]),t.t) +B.CW=A.b(s([2,86,68]),t.t) +B.Dn=A.b(s([4,43,27]),t.t) +B.Dm=A.b(s([4,43,19]),t.t) +B.Dl=A.b(s([4,43,15]),t.t) +B.CX=A.b(s([2,98,78]),t.t) +B.Do=A.b(s([4,49,31]),t.t) +B.GT=A.b(s([2,32,14,4,33,15]),t.t) +B.H3=A.b(s([4,39,13,1,40,14]),t.t) +B.CP=A.b(s([2,121,97]),t.t) +B.F7=A.b(s([2,60,38,2,61,39]),t.t) +B.Fi=A.b(s([4,40,18,2,41,19]),t.t) +B.Ft=A.b(s([4,40,14,2,41,15]),t.t) +B.CQ=A.b(s([2,146,116]),t.t) +B.FE=A.b(s([3,58,36,2,59,37]),t.t) +B.FK=A.b(s([4,36,16,4,37,17]),t.t) +B.FL=A.b(s([4,36,12,4,37,13]),t.t) +B.FM=A.b(s([2,86,68,2,87,69]),t.t) +B.FN=A.b(s([4,69,43,1,70,44]),t.t) +B.FO=A.b(s([6,43,19,2,44,20]),t.t) +B.FP=A.b(s([6,43,15,2,44,16]),t.t) +B.Di=A.b(s([4,101,81]),t.t) +B.FR=A.b(s([1,80,50,4,81,51]),t.t) +B.FS=A.b(s([4,50,22,4,51,23]),t.t) +B.FT=A.b(s([3,36,12,8,37,13]),t.t) +B.FU=A.b(s([2,116,92,2,117,93]),t.t) +B.FV=A.b(s([6,58,36,2,59,37]),t.t) +B.FW=A.b(s([4,46,20,6,47,21]),t.t) +B.FX=A.b(s([7,42,14,4,43,15]),t.t) +B.Dj=A.b(s([4,133,107]),t.t) +B.FY=A.b(s([8,59,37,1,60,38]),t.t) +B.FZ=A.b(s([8,44,20,4,45,21]),t.t) +B.G_=A.b(s([12,33,11,4,34,12]),t.t) +B.G1=A.b(s([3,145,115,1,146,116]),t.t) +B.G2=A.b(s([4,64,40,5,65,41]),t.t) +B.G3=A.b(s([11,36,16,5,37,17]),t.t) +B.G4=A.b(s([11,36,12,5,37,13]),t.t) +B.G5=A.b(s([5,109,87,1,110,88]),t.t) +B.G6=A.b(s([5,65,41,5,66,42]),t.t) +B.G7=A.b(s([5,54,24,7,55,25]),t.t) +B.Cr=A.b(s([11,36,12]),t.t) +B.G8=A.b(s([5,122,98,1,123,99]),t.t) +B.G9=A.b(s([7,73,45,3,74,46]),t.t) +B.Ga=A.b(s([15,43,19,2,44,20]),t.t) +B.Gc=A.b(s([3,45,15,13,46,16]),t.t) +B.Gd=A.b(s([1,135,107,5,136,108]),t.t) +B.Ge=A.b(s([10,74,46,1,75,47]),t.t) +B.Gf=A.b(s([1,50,22,15,51,23]),t.t) +B.Gg=A.b(s([2,42,14,17,43,15]),t.t) +B.Gh=A.b(s([5,150,120,1,151,121]),t.t) +B.Gi=A.b(s([9,69,43,4,70,44]),t.t) +B.Gj=A.b(s([17,50,22,1,51,23]),t.t) +B.Gk=A.b(s([2,42,14,19,43,15]),t.t) +B.Gl=A.b(s([3,141,113,4,142,114]),t.t) +B.Gn=A.b(s([3,70,44,11,71,45]),t.t) +B.Go=A.b(s([17,47,21,4,48,22]),t.t) +B.Gp=A.b(s([9,39,13,16,40,14]),t.t) +B.Gq=A.b(s([3,135,107,5,136,108]),t.t) +B.Gr=A.b(s([3,67,41,13,68,42]),t.t) +B.Gs=A.b(s([15,54,24,5,55,25]),t.t) +B.Gt=A.b(s([15,43,15,10,44,16]),t.t) +B.Gu=A.b(s([4,144,116,4,145,117]),t.t) +B.Ct=A.b(s([17,68,42]),t.t) +B.Gv=A.b(s([17,50,22,6,51,23]),t.t) +B.Gw=A.b(s([19,46,16,6,47,17]),t.t) +B.Gy=A.b(s([2,139,111,7,140,112]),t.t) +B.Cu=A.b(s([17,74,46]),t.t) +B.Gz=A.b(s([7,54,24,16,55,25]),t.t) +B.CY=A.b(s([34,37,13]),t.t) +B.GA=A.b(s([4,151,121,5,152,122]),t.t) +B.GB=A.b(s([4,75,47,14,76,48]),t.t) +B.GC=A.b(s([11,54,24,14,55,25]),t.t) +B.GD=A.b(s([16,45,15,14,46,16]),t.t) +B.GE=A.b(s([6,147,117,4,148,118]),t.t) +B.GF=A.b(s([6,73,45,14,74,46]),t.t) +B.GG=A.b(s([11,54,24,16,55,25]),t.t) +B.GH=A.b(s([30,46,16,2,47,17]),t.t) +B.GJ=A.b(s([8,132,106,4,133,107]),t.t) +B.GK=A.b(s([8,75,47,13,76,48]),t.t) +B.GL=A.b(s([7,54,24,22,55,25]),t.t) +B.GM=A.b(s([22,45,15,13,46,16]),t.t) +B.GN=A.b(s([10,142,114,2,143,115]),t.t) +B.GO=A.b(s([19,74,46,4,75,47]),t.t) +B.GP=A.b(s([28,50,22,6,51,23]),t.t) +B.GQ=A.b(s([33,46,16,4,47,17]),t.t) +B.GR=A.b(s([8,152,122,4,153,123]),t.t) +B.GS=A.b(s([22,73,45,3,74,46]),t.t) +B.GU=A.b(s([8,53,23,26,54,24]),t.t) +B.GV=A.b(s([12,45,15,28,46,16]),t.t) +B.GW=A.b(s([3,147,117,10,148,118]),t.t) +B.GX=A.b(s([3,73,45,23,74,46]),t.t) +B.GY=A.b(s([4,54,24,31,55,25]),t.t) +B.GZ=A.b(s([11,45,15,31,46,16]),t.t) +B.H_=A.b(s([7,146,116,7,147,117]),t.t) +B.H0=A.b(s([21,73,45,7,74,46]),t.t) +B.H1=A.b(s([1,53,23,37,54,24]),t.t) +B.H2=A.b(s([19,45,15,26,46,16]),t.t) +B.H4=A.b(s([5,145,115,10,146,116]),t.t) +B.H5=A.b(s([19,75,47,10,76,48]),t.t) +B.H6=A.b(s([15,54,24,25,55,25]),t.t) +B.H7=A.b(s([23,45,15,25,46,16]),t.t) +B.H8=A.b(s([13,145,115,3,146,116]),t.t) +B.H9=A.b(s([2,74,46,29,75,47]),t.t) +B.Ha=A.b(s([42,54,24,1,55,25]),t.t) +B.Hb=A.b(s([23,45,15,28,46,16]),t.t) +B.Cs=A.b(s([17,145,115]),t.t) +B.Hc=A.b(s([10,74,46,23,75,47]),t.t) +B.Hd=A.b(s([10,54,24,35,55,25]),t.t) +B.F8=A.b(s([19,45,15,35,46,16]),t.t) +B.F9=A.b(s([17,145,115,1,146,116]),t.t) +B.Fa=A.b(s([14,74,46,21,75,47]),t.t) +B.Fb=A.b(s([29,54,24,19,55,25]),t.t) +B.Fc=A.b(s([11,45,15,46,46,16]),t.t) +B.Fd=A.b(s([13,145,115,6,146,116]),t.t) +B.Fe=A.b(s([14,74,46,23,75,47]),t.t) +B.Ff=A.b(s([44,54,24,7,55,25]),t.t) +B.Fg=A.b(s([59,46,16,1,47,17]),t.t) +B.Fh=A.b(s([12,151,121,7,152,122]),t.t) +B.Fj=A.b(s([12,75,47,26,76,48]),t.t) +B.Fk=A.b(s([39,54,24,14,55,25]),t.t) +B.Fl=A.b(s([22,45,15,41,46,16]),t.t) +B.Fm=A.b(s([6,151,121,14,152,122]),t.t) +B.Fn=A.b(s([6,75,47,34,76,48]),t.t) +B.Fo=A.b(s([46,54,24,10,55,25]),t.t) +B.Fp=A.b(s([2,45,15,64,46,16]),t.t) +B.Fq=A.b(s([17,152,122,4,153,123]),t.t) +B.Fr=A.b(s([29,74,46,14,75,47]),t.t) +B.Fs=A.b(s([49,54,24,10,55,25]),t.t) +B.Fu=A.b(s([24,45,15,46,46,16]),t.t) +B.Fv=A.b(s([4,152,122,18,153,123]),t.t) +B.Fw=A.b(s([13,74,46,32,75,47]),t.t) +B.Fx=A.b(s([48,54,24,14,55,25]),t.t) +B.Fy=A.b(s([42,45,15,32,46,16]),t.t) +B.Fz=A.b(s([20,147,117,4,148,118]),t.t) +B.FA=A.b(s([40,75,47,7,76,48]),t.t) +B.FB=A.b(s([43,54,24,22,55,25]),t.t) +B.FC=A.b(s([10,45,15,67,46,16]),t.t) +B.FD=A.b(s([19,148,118,6,149,119]),t.t) +B.FF=A.b(s([18,75,47,31,76,48]),t.t) +B.FG=A.b(s([34,54,24,34,55,25]),t.t) +B.FH=A.b(s([20,45,15,61,46,16]),t.t) +B.el=A.b(s([B.CA,B.Cz,B.Cy,B.CB,B.CF,B.CE,B.CD,B.CC,B.CH,B.CG,B.CS,B.CR,B.Cw,B.CU,B.CT,B.Dk,B.Cx,B.CV,B.Gx,B.GI,B.CW,B.Dn,B.Dm,B.Dl,B.CX,B.Do,B.GT,B.H3,B.CP,B.F7,B.Fi,B.Ft,B.CQ,B.FE,B.FK,B.FL,B.FM,B.FN,B.FO,B.FP,B.Di,B.FR,B.FS,B.FT,B.FU,B.FV,B.FW,B.FX,B.Dj,B.FY,B.FZ,B.G_,B.G1,B.G2,B.G3,B.G4,B.G5,B.G6,B.G7,B.Cr,B.G8,B.G9,B.Ga,B.Gc,B.Gd,B.Ge,B.Gf,B.Gg,B.Gh,B.Gi,B.Gj,B.Gk,B.Gl,B.Gn,B.Go,B.Gp,B.Gq,B.Gr,B.Gs,B.Gt,B.Gu,B.Ct,B.Gv,B.Gw,B.Gy,B.Cu,B.Gz,B.CY,B.GA,B.GB,B.GC,B.GD,B.GE,B.GF,B.GG,B.GH,B.GJ,B.GK,B.GL,B.GM,B.GN,B.GO,B.GP,B.GQ,B.GR,B.GS,B.GU,B.GV,B.GW,B.GX,B.GY,B.GZ,B.H_,B.H0,B.H1,B.H2,B.H4,B.H5,B.H6,B.H7,B.H8,B.H9,B.Ha,B.Hb,B.Cs,B.Hc,B.Hd,B.F8,B.F9,B.Fa,B.Fb,B.Fc,B.Fd,B.Fe,B.Ff,B.Fg,B.Fh,B.Fj,B.Fk,B.Fl,B.Fm,B.Fn,B.Fo,B.Fp,B.Fq,B.Fr,B.Fs,B.Fu,B.Fv,B.Fw,B.Fx,B.Fy,B.Fz,B.FA,B.FB,B.FC,B.FD,B.FF,B.FG,B.FH]),t.R_) +B.Ck=new A.e5(3,"warning") +B.Cl=new A.e5(5,"wtf") +B.EQ=A.b(s([B.no,B.b5,B.np,B.Ck,B.fX,B.Cl,B.nq]),t.wS) +B.ER=A.b(s([0,0,32722,12287,65534,34815,65534,18431]),t.t) +B.ha=A.b(s([0,0,65498,45055,65535,34815,65534,18431]),t.t) +B.cv=A.b(s([0,0,24576,1023,65534,34815,65534,18431]),t.t) +B.vT=new A.pa(0,"topLeft") +B.vW=new A.pa(3,"bottomRight") +B.T7=new A.kP(B.vT,B.vW) +B.Ta=new A.kP(B.vW,B.vT) +B.vU=new A.pa(1,"topRight") +B.vV=new A.pa(2,"bottomLeft") +B.T8=new A.kP(B.vU,B.vV) +B.T9=new A.kP(B.vV,B.vU) +B.EX=A.b(s([B.T7,B.Ta,B.T8,B.T9]),A.a_("o")) +B.EY=A.b(s([0,0,32754,11263,65534,34815,65534,18431]),t.t) +B.nL=A.b(s([0,0,65490,12287,65535,34815,65534,18431]),t.t) +B.CM=A.b(s([137,80,78,71,13,10,26,10]),t.Z) +B.BO=new A.k0(B.CM,"image/png") +B.FI=A.b(s([71,73,70,56,55,97]),t.Z) +B.BM=new A.k0(B.FI,"image/gif") +B.FJ=A.b(s([71,73,70,56,57,97]),t.Z) +B.BN=new A.k0(B.FJ,"image/gif") +B.CJ=A.b(s([255,216,255]),t.Z) +B.BK=new A.k0(B.CJ,"image/jpeg") +B.Et=A.b(s([82,73,70,70,null,null,null,null,87,69,66,80]),t.Z) +B.BL=new A.k0(B.Et,"image/webp") +B.Dy=A.b(s([66,77]),t.Z) +B.BJ=new A.k0(B.Dy,"image/bmp") +B.EZ=A.b(s([B.BO,B.BM,B.BN,B.BK,B.BL,B.BJ]),A.a_("o")) +B.lp=new A.js(0,"left") +B.vu=new A.js(1,"right") +B.lq=new A.js(2,"center") +B.lr=new A.js(3,"justify") +B.bo=new A.js(4,"start") +B.vv=new A.js(5,"end") +B.F_=A.b(s([B.lp,B.vu,B.lq,B.lr,B.bo,B.vv]),A.a_("o")) +B.F0=A.b(s([!0,!1]),t.HZ) +B.Ra=new A.ew("\u65e5\u5fd7\u7ba1\u7406",null,B.lv,null,null,null,null,null,null,null) +B.F1=A.b(s([B.Ra,B.ln,B.fU]),t.p) +B.nM=A.b(s(["bind","if","ref","repeat","syntax"]),t.s) +B.R1=new A.ew("\u9000\u51fa\u767b\u5f55",null,B.lv,null,null,null,null,null,null,null) +B.F3=A.b(s([B.R1,B.ln,B.fU]),t.p) +B.Ht=A.b(s([0,4,12,1,5,13,3,7,15]),t.t) +B.hb=A.b(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.Hz=new A.o2(null) +B.cw=new A.d(4294967304) +B.eo=new A.d(4294967323) +B.c_=new A.d(4294967423) +B.he=new A.d(4294967558) +B.db=new A.d(8589934848) +B.eu=new A.d(8589934849) +B.c0=new A.d(8589934850) +B.cz=new A.d(8589934851) +B.dc=new A.d(8589934852) +B.ev=new A.d(8589934853) +B.dd=new A.d(8589934854) +B.ew=new A.d(8589934855) +B.Ja=new A.o4(null) +B.j=new A.m(0,0) +B.ca=new A.jy(B.j) +B.Jb=new A.r6(B.j,B.ca) +B.Jc=new A.a1I("longPress") +B.Jd=new A.r7(B.j,B.j) +B.E=new A.xN(0,"start") +B.tz=new A.xN(3,"spaceBetween") +B.bC=new A.xO(0,"min") +B.Q=new A.xO(1,"max") +B.Cp=A.b(s(["BU","DD","FX","TP","YD","ZR"]),t.s) +B.bg=new A.ba(6,{BU:"MM",DD:"DE",FX:"FR",TP:"TL",YD:"YE",ZR:"CD"},B.Cp,t.li) +B.nv=A.b(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.qa=new A.d(4294970632) +B.qb=new A.d(4294970633) +B.nQ=new A.d(4294967553) +B.o5=new A.d(4294968577) +B.o6=new A.d(4294968578) +B.ou=new A.d(4294969089) +B.ov=new A.d(4294969090) +B.nR=new A.d(4294967555) +B.rE=new A.d(4294971393) +B.be=new A.d(4294968065) +B.aS=new A.d(4294968066) +B.aT=new A.d(4294968067) +B.bf=new A.d(4294968068) +B.o7=new A.d(4294968579) +B.q3=new A.d(4294970625) +B.q4=new A.d(4294970626) +B.q5=new A.d(4294970627) +B.rv=new A.d(4294970882) +B.q6=new A.d(4294970628) +B.q7=new A.d(4294970629) +B.q8=new A.d(4294970630) +B.q9=new A.d(4294970631) +B.rw=new A.d(4294970884) +B.rx=new A.d(4294970885) +B.pF=new A.d(4294969871) +B.pH=new A.d(4294969873) +B.pG=new A.d(4294969872) +B.oj=new A.d(4294968833) +B.ok=new A.d(4294968834) +B.pX=new A.d(4294970369) +B.pY=new A.d(4294970370) +B.pZ=new A.d(4294970371) +B.q_=new A.d(4294970372) +B.q0=new A.d(4294970373) +B.q1=new A.d(4294970374) +B.q2=new A.d(4294970375) +B.rF=new A.d(4294971394) +B.ol=new A.d(4294968835) +B.rG=new A.d(4294971395) +B.o8=new A.d(4294968580) +B.qc=new A.d(4294970634) +B.qd=new A.d(4294970635) +B.hf=new A.d(4294968321) +B.ps=new A.d(4294969857) +B.qk=new A.d(4294970642) +B.ow=new A.d(4294969091) +B.qe=new A.d(4294970636) +B.qf=new A.d(4294970637) +B.qg=new A.d(4294970638) +B.qh=new A.d(4294970639) +B.qi=new A.d(4294970640) +B.qj=new A.d(4294970641) +B.ox=new A.d(4294969092) +B.o9=new A.d(4294968581) +B.oy=new A.d(4294969093) +B.nY=new A.d(4294968322) +B.nZ=new A.d(4294968323) +B.o_=new A.d(4294968324) +B.ri=new A.d(4294970703) +B.ql=new A.d(4294970643) +B.qm=new A.d(4294970644) +B.oN=new A.d(4294969108) +B.om=new A.d(4294968836) +B.cx=new A.d(4294968069) +B.rH=new A.d(4294971396) +B.en=new A.d(4294967309) +B.o0=new A.d(4294968325) +B.o1=new A.d(4294968326) +B.oa=new A.d(4294968582) +B.qn=new A.d(4294970645) +B.oX=new A.d(4294969345) +B.p5=new A.d(4294969354) +B.p6=new A.d(4294969355) +B.p7=new A.d(4294969356) +B.p8=new A.d(4294969357) +B.p9=new A.d(4294969358) +B.pa=new A.d(4294969359) +B.pb=new A.d(4294969360) +B.pc=new A.d(4294969361) +B.pd=new A.d(4294969362) +B.pe=new A.d(4294969363) +B.oY=new A.d(4294969346) +B.pf=new A.d(4294969364) +B.pg=new A.d(4294969365) +B.ph=new A.d(4294969366) +B.pi=new A.d(4294969367) +B.pj=new A.d(4294969368) +B.oZ=new A.d(4294969347) +B.p_=new A.d(4294969348) +B.p0=new A.d(4294969349) +B.p1=new A.d(4294969350) +B.p2=new A.d(4294969351) +B.p3=new A.d(4294969352) +B.p4=new A.d(4294969353) +B.qo=new A.d(4294970646) +B.qp=new A.d(4294970647) +B.qq=new A.d(4294970648) +B.qr=new A.d(4294970649) +B.qs=new A.d(4294970650) +B.qt=new A.d(4294970651) +B.qu=new A.d(4294970652) +B.qv=new A.d(4294970653) +B.qw=new A.d(4294970654) +B.qx=new A.d(4294970655) +B.qy=new A.d(4294970656) +B.qz=new A.d(4294970657) +B.oz=new A.d(4294969094) +B.ob=new A.d(4294968583) +B.nS=new A.d(4294967559) +B.rI=new A.d(4294971397) +B.rJ=new A.d(4294971398) +B.oA=new A.d(4294969095) +B.oB=new A.d(4294969096) +B.oC=new A.d(4294969097) +B.oD=new A.d(4294969098) +B.qA=new A.d(4294970658) +B.qB=new A.d(4294970659) +B.qC=new A.d(4294970660) +B.oK=new A.d(4294969105) +B.oL=new A.d(4294969106) +B.oO=new A.d(4294969109) +B.rK=new A.d(4294971399) +B.oc=new A.d(4294968584) +B.or=new A.d(4294968841) +B.oP=new A.d(4294969110) +B.oQ=new A.d(4294969111) +B.cy=new A.d(4294968070) +B.nT=new A.d(4294967560) +B.qD=new A.d(4294970661) +B.hg=new A.d(4294968327) +B.qE=new A.d(4294970662) +B.oM=new A.d(4294969107) +B.oR=new A.d(4294969112) +B.oS=new A.d(4294969113) +B.oT=new A.d(4294969114) +B.tf=new A.d(4294971905) +B.tg=new A.d(4294971906) +B.rL=new A.d(4294971400) +B.pN=new A.d(4294970118) +B.pI=new A.d(4294970113) +B.pV=new A.d(4294970126) +B.pJ=new A.d(4294970114) +B.pT=new A.d(4294970124) +B.pW=new A.d(4294970127) +B.pK=new A.d(4294970115) +B.pL=new A.d(4294970116) +B.pM=new A.d(4294970117) +B.pU=new A.d(4294970125) +B.pO=new A.d(4294970119) +B.pP=new A.d(4294970120) +B.pQ=new A.d(4294970121) +B.pR=new A.d(4294970122) +B.pS=new A.d(4294970123) +B.qF=new A.d(4294970663) +B.qG=new A.d(4294970664) +B.qH=new A.d(4294970665) +B.qI=new A.d(4294970666) +B.on=new A.d(4294968837) +B.pt=new A.d(4294969858) +B.pu=new A.d(4294969859) +B.pv=new A.d(4294969860) +B.rN=new A.d(4294971402) +B.qJ=new A.d(4294970667) +B.rj=new A.d(4294970704) +B.ru=new A.d(4294970715) +B.qK=new A.d(4294970668) +B.qL=new A.d(4294970669) +B.qM=new A.d(4294970670) +B.qN=new A.d(4294970671) +B.pw=new A.d(4294969861) +B.qO=new A.d(4294970672) +B.qP=new A.d(4294970673) +B.qQ=new A.d(4294970674) +B.rk=new A.d(4294970705) +B.rl=new A.d(4294970706) +B.rm=new A.d(4294970707) +B.rn=new A.d(4294970708) +B.px=new A.d(4294969863) +B.ro=new A.d(4294970709) +B.py=new A.d(4294969864) +B.pz=new A.d(4294969865) +B.ry=new A.d(4294970886) +B.rz=new A.d(4294970887) +B.rB=new A.d(4294970889) +B.rA=new A.d(4294970888) +B.oE=new A.d(4294969099) +B.rp=new A.d(4294970710) +B.rq=new A.d(4294970711) +B.rr=new A.d(4294970712) +B.rs=new A.d(4294970713) +B.pA=new A.d(4294969866) +B.oF=new A.d(4294969100) +B.qR=new A.d(4294970675) +B.qS=new A.d(4294970676) +B.oG=new A.d(4294969101) +B.rM=new A.d(4294971401) +B.qT=new A.d(4294970677) +B.pB=new A.d(4294969867) +B.es=new A.d(4294968071) +B.et=new A.d(4294968072) +B.rt=new A.d(4294970714) +B.o2=new A.d(4294968328) +B.od=new A.d(4294968585) +B.qU=new A.d(4294970678) +B.qV=new A.d(4294970679) +B.qW=new A.d(4294970680) +B.qX=new A.d(4294970681) +B.oe=new A.d(4294968586) +B.qY=new A.d(4294970682) +B.qZ=new A.d(4294970683) +B.r_=new A.d(4294970684) +B.oo=new A.d(4294968838) +B.op=new A.d(4294968839) +B.oH=new A.d(4294969102) +B.pC=new A.d(4294969868) +B.oq=new A.d(4294968840) +B.oI=new A.d(4294969103) +B.of=new A.d(4294968587) +B.r0=new A.d(4294970685) +B.r1=new A.d(4294970686) +B.r2=new A.d(4294970687) +B.o3=new A.d(4294968329) +B.r3=new A.d(4294970688) +B.oU=new A.d(4294969115) +B.r8=new A.d(4294970693) +B.r9=new A.d(4294970694) +B.pD=new A.d(4294969869) +B.r4=new A.d(4294970689) +B.r5=new A.d(4294970690) +B.og=new A.d(4294968588) +B.r6=new A.d(4294970691) +B.nX=new A.d(4294967569) +B.oJ=new A.d(4294969104) +B.pk=new A.d(4294969601) +B.pl=new A.d(4294969602) +B.pm=new A.d(4294969603) +B.pn=new A.d(4294969604) +B.po=new A.d(4294969605) +B.pp=new A.d(4294969606) +B.pq=new A.d(4294969607) +B.pr=new A.d(4294969608) +B.rC=new A.d(4294971137) +B.rD=new A.d(4294971138) +B.pE=new A.d(4294969870) +B.r7=new A.d(4294970692) +B.os=new A.d(4294968842) +B.ra=new A.d(4294970695) +B.nU=new A.d(4294967566) +B.nV=new A.d(4294967567) +B.nW=new A.d(4294967568) +B.rc=new A.d(4294970697) +B.rP=new A.d(4294971649) +B.rQ=new A.d(4294971650) +B.rR=new A.d(4294971651) +B.rS=new A.d(4294971652) +B.rT=new A.d(4294971653) +B.rU=new A.d(4294971654) +B.rV=new A.d(4294971655) +B.rd=new A.d(4294970698) +B.rW=new A.d(4294971656) +B.rX=new A.d(4294971657) +B.rY=new A.d(4294971658) +B.rZ=new A.d(4294971659) +B.t_=new A.d(4294971660) +B.t0=new A.d(4294971661) +B.t1=new A.d(4294971662) +B.t2=new A.d(4294971663) +B.t3=new A.d(4294971664) +B.t4=new A.d(4294971665) +B.t5=new A.d(4294971666) +B.t6=new A.d(4294971667) +B.re=new A.d(4294970699) +B.t7=new A.d(4294971668) +B.t8=new A.d(4294971669) +B.t9=new A.d(4294971670) +B.ta=new A.d(4294971671) +B.tb=new A.d(4294971672) +B.tc=new A.d(4294971673) +B.td=new A.d(4294971674) +B.te=new A.d(4294971675) +B.em=new A.d(4294967305) +B.rb=new A.d(4294970696) +B.o4=new A.d(4294968330) +B.nP=new A.d(4294967297) +B.rf=new A.d(4294970700) +B.rO=new A.d(4294971403) +B.ot=new A.d(4294968843) +B.rg=new A.d(4294970701) +B.oV=new A.d(4294969116) +B.oW=new A.d(4294969117) +B.oh=new A.d(4294968589) +B.oi=new A.d(4294968590) +B.rh=new A.d(4294970702) +B.Je=new A.ba(300,{AVRInput:B.qa,AVRPower:B.qb,Accel:B.nQ,Accept:B.o5,Again:B.o6,AllCandidates:B.ou,Alphanumeric:B.ov,AltGraph:B.nR,AppSwitch:B.rE,ArrowDown:B.be,ArrowLeft:B.aS,ArrowRight:B.aT,ArrowUp:B.bf,Attn:B.o7,AudioBalanceLeft:B.q3,AudioBalanceRight:B.q4,AudioBassBoostDown:B.q5,AudioBassBoostToggle:B.rv,AudioBassBoostUp:B.q6,AudioFaderFront:B.q7,AudioFaderRear:B.q8,AudioSurroundModeNext:B.q9,AudioTrebleDown:B.rw,AudioTrebleUp:B.rx,AudioVolumeDown:B.pF,AudioVolumeMute:B.pH,AudioVolumeUp:B.pG,Backspace:B.cw,BrightnessDown:B.oj,BrightnessUp:B.ok,BrowserBack:B.pX,BrowserFavorites:B.pY,BrowserForward:B.pZ,BrowserHome:B.q_,BrowserRefresh:B.q0,BrowserSearch:B.q1,BrowserStop:B.q2,Call:B.rF,Camera:B.ol,CameraFocus:B.rG,Cancel:B.o8,CapsLock:B.ep,ChannelDown:B.qc,ChannelUp:B.qd,Clear:B.hf,Close:B.ps,ClosedCaptionToggle:B.qk,CodeInput:B.ow,ColorF0Red:B.qe,ColorF1Green:B.qf,ColorF2Yellow:B.qg,ColorF3Blue:B.qh,ColorF4Grey:B.qi,ColorF5Brown:B.qj,Compose:B.ox,ContextMenu:B.o9,Convert:B.oy,Copy:B.nY,CrSel:B.nZ,Cut:B.o_,DVR:B.ri,Delete:B.c_,Dimmer:B.ql,DisplaySwap:B.qm,Eisu:B.oN,Eject:B.om,End:B.cx,EndCall:B.rH,Enter:B.en,EraseEof:B.o0,Escape:B.eo,ExSel:B.o1,Execute:B.oa,Exit:B.qn,F1:B.oX,F10:B.p5,F11:B.p6,F12:B.p7,F13:B.p8,F14:B.p9,F15:B.pa,F16:B.pb,F17:B.pc,F18:B.pd,F19:B.pe,F2:B.oY,F20:B.pf,F21:B.pg,F22:B.ph,F23:B.pi,F24:B.pj,F3:B.oZ,F4:B.p_,F5:B.p0,F6:B.p1,F7:B.p2,F8:B.p3,F9:B.p4,FavoriteClear0:B.qo,FavoriteClear1:B.qp,FavoriteClear2:B.qq,FavoriteClear3:B.qr,FavoriteRecall0:B.qs,FavoriteRecall1:B.qt,FavoriteRecall2:B.qu,FavoriteRecall3:B.qv,FavoriteStore0:B.qw,FavoriteStore1:B.qx,FavoriteStore2:B.qy,FavoriteStore3:B.qz,FinalMode:B.oz,Find:B.ob,Fn:B.he,FnLock:B.nS,GoBack:B.rI,GoHome:B.rJ,GroupFirst:B.oA,GroupLast:B.oB,GroupNext:B.oC,GroupPrevious:B.oD,Guide:B.qA,GuideNextDay:B.qB,GuidePreviousDay:B.qC,HangulMode:B.oK,HanjaMode:B.oL,Hankaku:B.oO,HeadsetHook:B.rK,Help:B.oc,Hibernate:B.or,Hiragana:B.oP,HiraganaKatakana:B.oQ,Home:B.cy,Hyper:B.nT,Info:B.qD,Insert:B.hg,InstantReplay:B.qE,JunjaMode:B.oM,KanaMode:B.oR,KanjiMode:B.oS,Katakana:B.oT,Key11:B.tf,Key12:B.tg,LastNumberRedial:B.rL,LaunchApplication1:B.pN,LaunchApplication2:B.pI,LaunchAssistant:B.pV,LaunchCalendar:B.pJ,LaunchContacts:B.pT,LaunchControlPanel:B.pW,LaunchMail:B.pK,LaunchMediaPlayer:B.pL,LaunchMusicPlayer:B.pM,LaunchPhone:B.pU,LaunchScreenSaver:B.pO,LaunchSpreadsheet:B.pP,LaunchWebBrowser:B.pQ,LaunchWebCam:B.pR,LaunchWordProcessor:B.pS,Link:B.qF,ListProgram:B.qG,LiveContent:B.qH,Lock:B.qI,LogOff:B.on,MailForward:B.pt,MailReply:B.pu,MailSend:B.pv,MannerMode:B.rN,MediaApps:B.qJ,MediaAudioTrack:B.rj,MediaClose:B.ru,MediaFastForward:B.qK,MediaLast:B.qL,MediaPause:B.qM,MediaPlay:B.qN,MediaPlayPause:B.pw,MediaRecord:B.qO,MediaRewind:B.qP,MediaSkip:B.qQ,MediaSkipBackward:B.rk,MediaSkipForward:B.rl,MediaStepBackward:B.rm,MediaStepForward:B.rn,MediaStop:B.px,MediaTopMenu:B.ro,MediaTrackNext:B.py,MediaTrackPrevious:B.pz,MicrophoneToggle:B.ry,MicrophoneVolumeDown:B.rz,MicrophoneVolumeMute:B.rB,MicrophoneVolumeUp:B.rA,ModeChange:B.oE,NavigateIn:B.rp,NavigateNext:B.rq,NavigateOut:B.rr,NavigatePrevious:B.rs,New:B.pA,NextCandidate:B.oF,NextFavoriteChannel:B.qR,NextUserProfile:B.qS,NonConvert:B.oG,Notification:B.rM,NumLock:B.eq,OnDemand:B.qT,Open:B.pB,PageDown:B.es,PageUp:B.et,Pairing:B.rt,Paste:B.o2,Pause:B.od,PinPDown:B.qU,PinPMove:B.qV,PinPToggle:B.qW,PinPUp:B.qX,Play:B.oe,PlaySpeedDown:B.qY,PlaySpeedReset:B.qZ,PlaySpeedUp:B.r_,Power:B.oo,PowerOff:B.op,PreviousCandidate:B.oH,Print:B.pC,PrintScreen:B.oq,Process:B.oI,Props:B.of,RandomToggle:B.r0,RcLowBattery:B.r1,RecordSpeedNext:B.r2,Redo:B.o3,RfBypass:B.r3,Romaji:B.oU,STBInput:B.r8,STBPower:B.r9,Save:B.pD,ScanChannelsToggle:B.r4,ScreenModeNext:B.r5,ScrollLock:B.er,Select:B.og,Settings:B.r6,ShiftLevel5:B.nX,SingleCandidate:B.oJ,Soft1:B.pk,Soft2:B.pl,Soft3:B.pm,Soft4:B.pn,Soft5:B.po,Soft6:B.pp,Soft7:B.pq,Soft8:B.pr,SpeechCorrectionList:B.rC,SpeechInputToggle:B.rD,SpellCheck:B.pE,SplitScreenToggle:B.r7,Standby:B.os,Subtitle:B.ra,Super:B.nU,Symbol:B.nV,SymbolLock:B.nW,TV:B.rc,TV3DMode:B.rP,TVAntennaCable:B.rQ,TVAudioDescription:B.rR,TVAudioDescriptionMixDown:B.rS,TVAudioDescriptionMixUp:B.rT,TVContentsMenu:B.rU,TVDataService:B.rV,TVInput:B.rd,TVInputComponent1:B.rW,TVInputComponent2:B.rX,TVInputComposite1:B.rY,TVInputComposite2:B.rZ,TVInputHDMI1:B.t_,TVInputHDMI2:B.t0,TVInputHDMI3:B.t1,TVInputHDMI4:B.t2,TVInputVGA1:B.t3,TVMediaContext:B.t4,TVNetwork:B.t5,TVNumberEntry:B.t6,TVPower:B.re,TVRadioService:B.t7,TVSatellite:B.t8,TVSatelliteBS:B.t9,TVSatelliteCS:B.ta,TVSatelliteToggle:B.tb,TVTerrestrialAnalog:B.tc,TVTerrestrialDigital:B.td,TVTimer:B.te,Tab:B.em,Teletext:B.rb,Undo:B.o4,Unidentified:B.nP,VideoModeNext:B.rf,VoiceDial:B.rO,WakeUp:B.ot,Wink:B.rg,Zenkaku:B.oV,ZenkakuHankaku:B.oW,ZoomIn:B.oh,ZoomOut:B.oi,ZoomToggle:B.rh},B.nv,A.a_("ba")) +B.Jf=new A.ba(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.nv,t.eL) +B.CI=A.b(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.uE=new A.l(458907) +B.jv=new A.l(458873) +B.c4=new A.l(458978) +B.c6=new A.l(458982) +B.iV=new A.l(458833) +B.iU=new A.l(458832) +B.iT=new A.l(458831) +B.iW=new A.l(458834) +B.jD=new A.l(458881) +B.jB=new A.l(458879) +B.jC=new A.l(458880) +B.iv=new A.l(458805) +B.is=new A.l(458801) +B.ik=new A.l(458794) +B.kl=new A.l(786661) +B.iq=new A.l(458799) +B.ir=new A.l(458800) +B.k1=new A.l(786549) +B.jY=new A.l(786544) +B.k0=new A.l(786548) +B.k_=new A.l(786547) +B.jZ=new A.l(786546) +B.jX=new A.l(786543) +B.kL=new A.l(786980) +B.kP=new A.l(786986) +B.kM=new A.l(786981) +B.kK=new A.l(786979) +B.kO=new A.l(786983) +B.kJ=new A.l(786977) +B.kN=new A.l(786982) +B.dl=new A.l(458809) +B.k9=new A.l(786589) +B.k8=new A.l(786588) +B.kG=new A.l(786947) +B.jW=new A.l(786529) +B.iw=new A.l(458806) +B.jd=new A.l(458853) +B.c2=new A.l(458976) +B.cD=new A.l(458980) +B.jI=new A.l(458890) +B.jy=new A.l(458876) +B.jx=new A.l(458875) +B.iQ=new A.l(458828) +B.ih=new A.l(458791) +B.i7=new A.l(458782) +B.i8=new A.l(458783) +B.i9=new A.l(458784) +B.ia=new A.l(458785) +B.ib=new A.l(458786) +B.ic=new A.l(458787) +B.id=new A.l(458788) +B.ie=new A.l(458789) +B.ig=new A.l(458790) +B.jU=new A.l(65717) +B.ki=new A.l(786616) +B.iR=new A.l(458829) +B.ii=new A.l(458792) +B.ip=new A.l(458798) +B.ij=new A.l(458793) +B.k7=new A.l(786580) +B.iz=new A.l(458810) +B.iI=new A.l(458819) +B.iJ=new A.l(458820) +B.iK=new A.l(458821) +B.jg=new A.l(458856) +B.jh=new A.l(458857) +B.ji=new A.l(458858) +B.jj=new A.l(458859) +B.jk=new A.l(458860) +B.jl=new A.l(458861) +B.jm=new A.l(458862) +B.iA=new A.l(458811) +B.jn=new A.l(458863) +B.jo=new A.l(458864) +B.jp=new A.l(458865) +B.jq=new A.l(458866) +B.jr=new A.l(458867) +B.iB=new A.l(458812) +B.iC=new A.l(458813) +B.iD=new A.l(458814) +B.iE=new A.l(458815) +B.iF=new A.l(458816) +B.iG=new A.l(458817) +B.iH=new A.l(458818) +B.jA=new A.l(458878) +B.dk=new A.l(18) +B.u1=new A.l(19) +B.u5=new A.l(392961) +B.ue=new A.l(392970) +B.uf=new A.l(392971) +B.ug=new A.l(392972) +B.uh=new A.l(392973) +B.ui=new A.l(392974) +B.uj=new A.l(392975) +B.uk=new A.l(392976) +B.u6=new A.l(392962) +B.u7=new A.l(392963) +B.u8=new A.l(392964) +B.u9=new A.l(392965) +B.ua=new A.l(392966) +B.ub=new A.l(392967) +B.uc=new A.l(392968) +B.ud=new A.l(392969) +B.ul=new A.l(392977) +B.um=new A.l(392978) +B.un=new A.l(392979) +B.uo=new A.l(392980) +B.up=new A.l(392981) +B.uq=new A.l(392982) +B.ur=new A.l(392983) +B.us=new A.l(392984) +B.ut=new A.l(392985) +B.uu=new A.l(392986) +B.uv=new A.l(392987) +B.uw=new A.l(392988) +B.ux=new A.l(392989) +B.uy=new A.l(392990) +B.uz=new A.l(392991) +B.jt=new A.l(458869) +B.iO=new A.l(458826) +B.u_=new A.l(16) +B.jV=new A.l(786528) +B.iN=new A.l(458825) +B.jc=new A.l(458852) +B.jF=new A.l(458887) +B.jH=new A.l(458889) +B.jG=new A.l(458888) +B.k3=new A.l(786554) +B.k2=new A.l(786553) +B.hI=new A.l(458756) +B.hJ=new A.l(458757) +B.hK=new A.l(458758) +B.hL=new A.l(458759) +B.hM=new A.l(458760) +B.hN=new A.l(458761) +B.hO=new A.l(458762) +B.hP=new A.l(458763) +B.hQ=new A.l(458764) +B.hR=new A.l(458765) +B.hS=new A.l(458766) +B.hT=new A.l(458767) +B.hU=new A.l(458768) +B.hV=new A.l(458769) +B.hW=new A.l(458770) +B.hX=new A.l(458771) +B.hY=new A.l(458772) +B.hZ=new A.l(458773) +B.i_=new A.l(458774) +B.i0=new A.l(458775) +B.i1=new A.l(458776) +B.i2=new A.l(458777) +B.i3=new A.l(458778) +B.i4=new A.l(458779) +B.i5=new A.l(458780) +B.i6=new A.l(458781) +B.kX=new A.l(787101) +B.jK=new A.l(458896) +B.jL=new A.l(458897) +B.jM=new A.l(458898) +B.jN=new A.l(458899) +B.jO=new A.l(458900) +B.kt=new A.l(786836) +B.ks=new A.l(786834) +B.kE=new A.l(786891) +B.kD=new A.l(786871) +B.kr=new A.l(786830) +B.kq=new A.l(786829) +B.kx=new A.l(786847) +B.kz=new A.l(786855) +B.ku=new A.l(786838) +B.kB=new A.l(786862) +B.kp=new A.l(786826) +B.k5=new A.l(786572) +B.kC=new A.l(786865) +B.ko=new A.l(786822) +B.kn=new A.l(786820) +B.kw=new A.l(786846) +B.kv=new A.l(786844) +B.kV=new A.l(787083) +B.kU=new A.l(787081) +B.kW=new A.l(787084) +B.kd=new A.l(786611) +B.k4=new A.l(786563) +B.kb=new A.l(786609) +B.ka=new A.l(786608) +B.kj=new A.l(786637) +B.kc=new A.l(786610) +B.ke=new A.l(786612) +B.km=new A.l(786819) +B.kh=new A.l(786615) +B.kf=new A.l(786613) +B.kg=new A.l(786614) +B.c5=new A.l(458979) +B.cF=new A.l(458983) +B.hH=new A.l(24) +B.io=new A.l(458797) +B.kF=new A.l(786945) +B.jJ=new A.l(458891) +B.dn=new A.l(458835) +B.ja=new A.l(458850) +B.j1=new A.l(458841) +B.j2=new A.l(458842) +B.j3=new A.l(458843) +B.j4=new A.l(458844) +B.j5=new A.l(458845) +B.j6=new A.l(458846) +B.j7=new A.l(458847) +B.j8=new A.l(458848) +B.j9=new A.l(458849) +B.j_=new A.l(458839) +B.uG=new A.l(458939) +B.uM=new A.l(458968) +B.uN=new A.l(458969) +B.jE=new A.l(458885) +B.jb=new A.l(458851) +B.iX=new A.l(458836) +B.j0=new A.l(458840) +B.jf=new A.l(458855) +B.uK=new A.l(458963) +B.uJ=new A.l(458962) +B.uI=new A.l(458961) +B.uH=new A.l(458960) +B.uL=new A.l(458964) +B.iY=new A.l(458837) +B.jP=new A.l(458934) +B.jQ=new A.l(458935) +B.jR=new A.l(458967) +B.iZ=new A.l(458838) +B.js=new A.l(458868) +B.iS=new A.l(458830) +B.iP=new A.l(458827) +B.jz=new A.l(458877) +B.iM=new A.l(458824) +B.ix=new A.l(458807) +B.je=new A.l(458854) +B.kI=new A.l(786952) +B.iL=new A.l(458822) +B.hG=new A.l(23) +B.k6=new A.l(786573) +B.uF=new A.l(458915) +B.iu=new A.l(458804) +B.kT=new A.l(787065) +B.u3=new A.l(21) +B.kH=new A.l(786951) +B.dm=new A.l(458823) +B.ju=new A.l(458871) +B.ky=new A.l(786850) +B.it=new A.l(458803) +B.c3=new A.l(458977) +B.cE=new A.l(458981) +B.kY=new A.l(787103) +B.iy=new A.l(458808) +B.jS=new A.l(65666) +B.im=new A.l(458796) +B.kk=new A.l(786639) +B.kA=new A.l(786859) +B.u0=new A.l(17) +B.u2=new A.l(20) +B.il=new A.l(458795) +B.u4=new A.l(22) +B.jw=new A.l(458874) +B.uB=new A.l(458753) +B.uD=new A.l(458755) +B.uC=new A.l(458754) +B.uA=new A.l(458752) +B.jT=new A.l(65667) +B.kQ=new A.l(786989) +B.kR=new A.l(786990) +B.kS=new A.l(786994) +B.Jg=new A.ba(269,{Abort:B.uE,Again:B.jv,AltLeft:B.c4,AltRight:B.c6,ArrowDown:B.iV,ArrowLeft:B.iU,ArrowRight:B.iT,ArrowUp:B.iW,AudioVolumeDown:B.jD,AudioVolumeMute:B.jB,AudioVolumeUp:B.jC,Backquote:B.iv,Backslash:B.is,Backspace:B.ik,BassBoost:B.kl,BracketLeft:B.iq,BracketRight:B.ir,BrightnessAuto:B.k1,BrightnessDown:B.jY,BrightnessMaximum:B.k0,BrightnessMinimum:B.k_,BrightnessToggle:B.jZ,BrightnessUp:B.jX,BrowserBack:B.kL,BrowserFavorites:B.kP,BrowserForward:B.kM,BrowserHome:B.kK,BrowserRefresh:B.kO,BrowserSearch:B.kJ,BrowserStop:B.kN,CapsLock:B.dl,ChannelDown:B.k9,ChannelUp:B.k8,Close:B.kG,ClosedCaptionToggle:B.jW,Comma:B.iw,ContextMenu:B.jd,ControlLeft:B.c2,ControlRight:B.cD,Convert:B.jI,Copy:B.jy,Cut:B.jx,Delete:B.iQ,Digit0:B.ih,Digit1:B.i7,Digit2:B.i8,Digit3:B.i9,Digit4:B.ia,Digit5:B.ib,Digit6:B.ic,Digit7:B.id,Digit8:B.ie,Digit9:B.ig,DisplayToggleIntExt:B.jU,Eject:B.ki,End:B.iR,Enter:B.ii,Equal:B.ip,Escape:B.ij,Exit:B.k7,F1:B.iz,F10:B.iI,F11:B.iJ,F12:B.iK,F13:B.jg,F14:B.jh,F15:B.ji,F16:B.jj,F17:B.jk,F18:B.jl,F19:B.jm,F2:B.iA,F20:B.jn,F21:B.jo,F22:B.jp,F23:B.jq,F24:B.jr,F3:B.iB,F4:B.iC,F5:B.iD,F6:B.iE,F7:B.iF,F8:B.iG,F9:B.iH,Find:B.jA,Fn:B.dk,FnLock:B.u1,GameButton1:B.u5,GameButton10:B.ue,GameButton11:B.uf,GameButton12:B.ug,GameButton13:B.uh,GameButton14:B.ui,GameButton15:B.uj,GameButton16:B.uk,GameButton2:B.u6,GameButton3:B.u7,GameButton4:B.u8,GameButton5:B.u9,GameButton6:B.ua,GameButton7:B.ub,GameButton8:B.uc,GameButton9:B.ud,GameButtonA:B.ul,GameButtonB:B.um,GameButtonC:B.un,GameButtonLeft1:B.uo,GameButtonLeft2:B.up,GameButtonMode:B.uq,GameButtonRight1:B.ur,GameButtonRight2:B.us,GameButtonSelect:B.ut,GameButtonStart:B.uu,GameButtonThumbLeft:B.uv,GameButtonThumbRight:B.uw,GameButtonX:B.ux,GameButtonY:B.uy,GameButtonZ:B.uz,Help:B.jt,Home:B.iO,Hyper:B.u_,Info:B.jV,Insert:B.iN,IntlBackslash:B.jc,IntlRo:B.jF,IntlYen:B.jH,KanaMode:B.jG,KbdIllumDown:B.k3,KbdIllumUp:B.k2,KeyA:B.hI,KeyB:B.hJ,KeyC:B.hK,KeyD:B.hL,KeyE:B.hM,KeyF:B.hN,KeyG:B.hO,KeyH:B.hP,KeyI:B.hQ,KeyJ:B.hR,KeyK:B.hS,KeyL:B.hT,KeyM:B.hU,KeyN:B.hV,KeyO:B.hW,KeyP:B.hX,KeyQ:B.hY,KeyR:B.hZ,KeyS:B.i_,KeyT:B.i0,KeyU:B.i1,KeyV:B.i2,KeyW:B.i3,KeyX:B.i4,KeyY:B.i5,KeyZ:B.i6,KeyboardLayoutSelect:B.kX,Lang1:B.jK,Lang2:B.jL,Lang3:B.jM,Lang4:B.jN,Lang5:B.jO,LaunchApp1:B.kt,LaunchApp2:B.ks,LaunchAssistant:B.kE,LaunchAudioBrowser:B.kD,LaunchCalendar:B.kr,LaunchContacts:B.kq,LaunchControlPanel:B.kx,LaunchDocuments:B.kz,LaunchInternetBrowser:B.ku,LaunchKeyboardLayout:B.kB,LaunchMail:B.kp,LaunchPhone:B.k5,LaunchScreenSaver:B.kC,LaunchSpreadsheet:B.ko,LaunchWordProcessor:B.kn,LockScreen:B.kw,LogOff:B.kv,MailForward:B.kV,MailReply:B.kU,MailSend:B.kW,MediaFastForward:B.kd,MediaLast:B.k4,MediaPause:B.kb,MediaPlay:B.ka,MediaPlayPause:B.kj,MediaRecord:B.kc,MediaRewind:B.ke,MediaSelect:B.km,MediaStop:B.kh,MediaTrackNext:B.kf,MediaTrackPrevious:B.kg,MetaLeft:B.c5,MetaRight:B.cF,MicrophoneMuteToggle:B.hH,Minus:B.io,New:B.kF,NonConvert:B.jJ,NumLock:B.dn,Numpad0:B.ja,Numpad1:B.j1,Numpad2:B.j2,Numpad3:B.j3,Numpad4:B.j4,Numpad5:B.j5,Numpad6:B.j6,Numpad7:B.j7,Numpad8:B.j8,Numpad9:B.j9,NumpadAdd:B.j_,NumpadBackspace:B.uG,NumpadClear:B.uM,NumpadClearEntry:B.uN,NumpadComma:B.jE,NumpadDecimal:B.jb,NumpadDivide:B.iX,NumpadEnter:B.j0,NumpadEqual:B.jf,NumpadMemoryAdd:B.uK,NumpadMemoryClear:B.uJ,NumpadMemoryRecall:B.uI,NumpadMemoryStore:B.uH,NumpadMemorySubtract:B.uL,NumpadMultiply:B.iY,NumpadParenLeft:B.jP,NumpadParenRight:B.jQ,NumpadSignChange:B.jR,NumpadSubtract:B.iZ,Open:B.js,PageDown:B.iS,PageUp:B.iP,Paste:B.jz,Pause:B.iM,Period:B.ix,Power:B.je,Print:B.kI,PrintScreen:B.iL,PrivacyScreenToggle:B.hG,ProgramGuide:B.k6,Props:B.uF,Quote:B.iu,Redo:B.kT,Resume:B.u3,Save:B.kH,ScrollLock:B.dm,Select:B.ju,SelectTask:B.ky,Semicolon:B.it,ShiftLeft:B.c3,ShiftRight:B.cE,ShowAllWindows:B.kY,Slash:B.iy,Sleep:B.jS,Space:B.im,SpeechInputToggle:B.kk,SpellCheck:B.kA,Super:B.u0,Suspend:B.u2,Tab:B.il,Turbo:B.u4,Undo:B.jw,UsbErrorRollOver:B.uB,UsbErrorUndefined:B.uD,UsbPostFail:B.uC,UsbReserved:B.uA,WakeUp:B.jT,ZoomIn:B.kQ,ZoomOut:B.kR,ZoomToggle:B.kS},B.CI,A.a_("ba")) +B.ny=A.b(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.Db=A.b(s([42,null,null,8589935146]),t.Z) +B.Dc=A.b(s([43,null,null,8589935147]),t.Z) +B.Dd=A.b(s([45,null,null,8589935149]),t.Z) +B.De=A.b(s([46,null,null,8589935150]),t.Z) +B.Df=A.b(s([47,null,null,8589935151]),t.Z) +B.Dg=A.b(s([48,null,null,8589935152]),t.Z) +B.Dh=A.b(s([49,null,null,8589935153]),t.Z) +B.Dq=A.b(s([50,null,null,8589935154]),t.Z) +B.Dr=A.b(s([51,null,null,8589935155]),t.Z) +B.Ds=A.b(s([52,null,null,8589935156]),t.Z) +B.Dt=A.b(s([53,null,null,8589935157]),t.Z) +B.Du=A.b(s([54,null,null,8589935158]),t.Z) +B.Dv=A.b(s([55,null,null,8589935159]),t.Z) +B.Dw=A.b(s([56,null,null,8589935160]),t.Z) +B.Dx=A.b(s([57,null,null,8589935161]),t.Z) +B.Hu=A.b(s([8589934852,8589934852,8589934853,null]),t.Z) +B.D1=A.b(s([4294968065,null,null,8589935154]),t.Z) +B.D2=A.b(s([4294968066,null,null,8589935156]),t.Z) +B.D3=A.b(s([4294968067,null,null,8589935158]),t.Z) +B.D4=A.b(s([4294968068,null,null,8589935160]),t.Z) +B.D9=A.b(s([4294968321,null,null,8589935157]),t.Z) +B.Hv=A.b(s([8589934848,8589934848,8589934849,null]),t.Z) +B.D0=A.b(s([4294967423,null,null,8589935150]),t.Z) +B.D5=A.b(s([4294968069,null,null,8589935153]),t.Z) +B.D_=A.b(s([4294967309,null,null,8589935117]),t.Z) +B.D6=A.b(s([4294968070,null,null,8589935159]),t.Z) +B.Da=A.b(s([4294968327,null,null,8589935152]),t.Z) +B.Hw=A.b(s([8589934854,8589934854,8589934855,null]),t.Z) +B.D7=A.b(s([4294968071,null,null,8589935155]),t.Z) +B.D8=A.b(s([4294968072,null,null,8589935161]),t.Z) +B.Hx=A.b(s([8589934850,8589934850,8589934851,null]),t.Z) +B.tA=new A.ba(31,{"*":B.Db,"+":B.Dc,"-":B.Dd,".":B.De,"/":B.Df,"0":B.Dg,"1":B.Dh,"2":B.Dq,"3":B.Dr,"4":B.Ds,"5":B.Dt,"6":B.Du,"7":B.Dv,"8":B.Dw,"9":B.Dx,Alt:B.Hu,ArrowDown:B.D1,ArrowLeft:B.D2,ArrowRight:B.D3,ArrowUp:B.D4,Clear:B.D9,Control:B.Hv,Delete:B.D0,End:B.D5,Enter:B.D_,Home:B.D6,Insert:B.Da,Meta:B.Hw,PageDown:B.D7,PageUp:B.D8,Shift:B.Hx},B.ny,A.a_("ba>")) +B.nO=new A.d(42) +B.tv=new A.d(8589935146) +B.Eb=A.b(s([B.nO,null,null,B.tv]),t.L) +B.th=new A.d(43) +B.tw=new A.d(8589935147) +B.Ec=A.b(s([B.th,null,null,B.tw]),t.L) +B.ti=new A.d(45) +B.tx=new A.d(8589935149) +B.Ed=A.b(s([B.ti,null,null,B.tx]),t.L) +B.tj=new A.d(46) +B.hi=new A.d(8589935150) +B.Ee=A.b(s([B.tj,null,null,B.hi]),t.L) +B.tk=new A.d(47) +B.ty=new A.d(8589935151) +B.Ef=A.b(s([B.tk,null,null,B.ty]),t.L) +B.tl=new A.d(48) +B.hj=new A.d(8589935152) +B.He=A.b(s([B.tl,null,null,B.hj]),t.L) +B.tm=new A.d(49) +B.hk=new A.d(8589935153) +B.Hf=A.b(s([B.tm,null,null,B.hk]),t.L) +B.tn=new A.d(50) +B.hl=new A.d(8589935154) +B.Hg=A.b(s([B.tn,null,null,B.hl]),t.L) +B.to=new A.d(51) +B.hm=new A.d(8589935155) +B.Hh=A.b(s([B.to,null,null,B.hm]),t.L) +B.tp=new A.d(52) +B.hn=new A.d(8589935156) +B.Hi=A.b(s([B.tp,null,null,B.hn]),t.L) +B.tq=new A.d(53) +B.ho=new A.d(8589935157) +B.Hj=A.b(s([B.tq,null,null,B.ho]),t.L) +B.tr=new A.d(54) +B.hp=new A.d(8589935158) +B.Hk=A.b(s([B.tr,null,null,B.hp]),t.L) +B.ts=new A.d(55) +B.hq=new A.d(8589935159) +B.Hl=A.b(s([B.ts,null,null,B.hq]),t.L) +B.tt=new A.d(56) +B.hr=new A.d(8589935160) +B.En=A.b(s([B.tt,null,null,B.hr]),t.L) +B.tu=new A.d(57) +B.hs=new A.d(8589935161) +B.Eo=A.b(s([B.tu,null,null,B.hs]),t.L) +B.DU=A.b(s([B.dc,B.dc,B.ev,null]),t.L) +B.Eh=A.b(s([B.be,null,null,B.hl]),t.L) +B.Ei=A.b(s([B.aS,null,null,B.hn]),t.L) +B.Ej=A.b(s([B.aT,null,null,B.hp]),t.L) +B.CZ=A.b(s([B.bf,null,null,B.hr]),t.L) +B.Dz=A.b(s([B.hf,null,null,B.ho]),t.L) +B.DV=A.b(s([B.db,B.db,B.eu,null]),t.L) +B.E9=A.b(s([B.c_,null,null,B.hi]),t.L) +B.Ek=A.b(s([B.cx,null,null,B.hk]),t.L) +B.hh=new A.d(8589935117) +B.Ey=A.b(s([B.en,null,null,B.hh]),t.L) +B.El=A.b(s([B.cy,null,null,B.hq]),t.L) +B.DA=A.b(s([B.hg,null,null,B.hj]),t.L) +B.DW=A.b(s([B.dd,B.dd,B.ew,null]),t.L) +B.Em=A.b(s([B.es,null,null,B.hm]),t.L) +B.EU=A.b(s([B.et,null,null,B.hs]),t.L) +B.DX=A.b(s([B.c0,B.c0,B.cz,null]),t.L) +B.Jk=new A.ba(31,{"*":B.Eb,"+":B.Ec,"-":B.Ed,".":B.Ee,"/":B.Ef,"0":B.He,"1":B.Hf,"2":B.Hg,"3":B.Hh,"4":B.Hi,"5":B.Hj,"6":B.Hk,"7":B.Hl,"8":B.En,"9":B.Eo,Alt:B.DU,ArrowDown:B.Eh,ArrowLeft:B.Ei,ArrowRight:B.Ej,ArrowUp:B.CZ,Clear:B.Dz,Control:B.DV,Delete:B.E9,End:B.Ek,Enter:B.Ey,Home:B.El,Insert:B.DA,Meta:B.DW,PageDown:B.Em,PageUp:B.EU,Shift:B.DX},B.ny,A.a_("ba>")) +B.EW=A.b(s(["mode"]),t.s) +B.ex=new A.ba(1,{mode:"basic"},B.EW,t.li) +B.li=new A.aR(B.bf,!1,!1,!1,!1) +B.lj=new A.aR(B.be,!1,!1,!1,!1) +B.lk=new A.aR(B.aS,!1,!1,!1,!1) +B.ll=new A.aR(B.aT,!1,!1,!1,!1) +B.U_=new A.pp(2,"up") +B.SX=new A.iq(B.U_) +B.U0=new A.pp(3,"down") +B.SY=new A.iq(B.U0) +B.TZ=new A.pp(1,"left") +B.SW=new A.iq(B.TZ) +B.TY=new A.pp(0,"right") +B.SV=new A.iq(B.TY) +B.Jl=new A.bI([B.li,B.SX,B.lj,B.SY,B.lk,B.SW,B.ll,B.SV],t.Fp) +B.Ea=A.b(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.Jr=new A.ba(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.Ea,t.eL) +B.Js=new A.bI([16,B.u_,17,B.u0,18,B.dk,19,B.u1,20,B.u2,21,B.u3,22,B.u4,23,B.hG,24,B.hH,65666,B.jS,65667,B.jT,65717,B.jU,392961,B.u5,392962,B.u6,392963,B.u7,392964,B.u8,392965,B.u9,392966,B.ua,392967,B.ub,392968,B.uc,392969,B.ud,392970,B.ue,392971,B.uf,392972,B.ug,392973,B.uh,392974,B.ui,392975,B.uj,392976,B.uk,392977,B.ul,392978,B.um,392979,B.un,392980,B.uo,392981,B.up,392982,B.uq,392983,B.ur,392984,B.us,392985,B.ut,392986,B.uu,392987,B.uv,392988,B.uw,392989,B.ux,392990,B.uy,392991,B.uz,458752,B.uA,458753,B.uB,458754,B.uC,458755,B.uD,458756,B.hI,458757,B.hJ,458758,B.hK,458759,B.hL,458760,B.hM,458761,B.hN,458762,B.hO,458763,B.hP,458764,B.hQ,458765,B.hR,458766,B.hS,458767,B.hT,458768,B.hU,458769,B.hV,458770,B.hW,458771,B.hX,458772,B.hY,458773,B.hZ,458774,B.i_,458775,B.i0,458776,B.i1,458777,B.i2,458778,B.i3,458779,B.i4,458780,B.i5,458781,B.i6,458782,B.i7,458783,B.i8,458784,B.i9,458785,B.ia,458786,B.ib,458787,B.ic,458788,B.id,458789,B.ie,458790,B.ig,458791,B.ih,458792,B.ii,458793,B.ij,458794,B.ik,458795,B.il,458796,B.im,458797,B.io,458798,B.ip,458799,B.iq,458800,B.ir,458801,B.is,458803,B.it,458804,B.iu,458805,B.iv,458806,B.iw,458807,B.ix,458808,B.iy,458809,B.dl,458810,B.iz,458811,B.iA,458812,B.iB,458813,B.iC,458814,B.iD,458815,B.iE,458816,B.iF,458817,B.iG,458818,B.iH,458819,B.iI,458820,B.iJ,458821,B.iK,458822,B.iL,458823,B.dm,458824,B.iM,458825,B.iN,458826,B.iO,458827,B.iP,458828,B.iQ,458829,B.iR,458830,B.iS,458831,B.iT,458832,B.iU,458833,B.iV,458834,B.iW,458835,B.dn,458836,B.iX,458837,B.iY,458838,B.iZ,458839,B.j_,458840,B.j0,458841,B.j1,458842,B.j2,458843,B.j3,458844,B.j4,458845,B.j5,458846,B.j6,458847,B.j7,458848,B.j8,458849,B.j9,458850,B.ja,458851,B.jb,458852,B.jc,458853,B.jd,458854,B.je,458855,B.jf,458856,B.jg,458857,B.jh,458858,B.ji,458859,B.jj,458860,B.jk,458861,B.jl,458862,B.jm,458863,B.jn,458864,B.jo,458865,B.jp,458866,B.jq,458867,B.jr,458868,B.js,458869,B.jt,458871,B.ju,458873,B.jv,458874,B.jw,458875,B.jx,458876,B.jy,458877,B.jz,458878,B.jA,458879,B.jB,458880,B.jC,458881,B.jD,458885,B.jE,458887,B.jF,458888,B.jG,458889,B.jH,458890,B.jI,458891,B.jJ,458896,B.jK,458897,B.jL,458898,B.jM,458899,B.jN,458900,B.jO,458907,B.uE,458915,B.uF,458934,B.jP,458935,B.jQ,458939,B.uG,458960,B.uH,458961,B.uI,458962,B.uJ,458963,B.uK,458964,B.uL,458967,B.jR,458968,B.uM,458969,B.uN,458976,B.c2,458977,B.c3,458978,B.c4,458979,B.c5,458980,B.cD,458981,B.cE,458982,B.c6,458983,B.cF,786528,B.jV,786529,B.jW,786543,B.jX,786544,B.jY,786546,B.jZ,786547,B.k_,786548,B.k0,786549,B.k1,786553,B.k2,786554,B.k3,786563,B.k4,786572,B.k5,786573,B.k6,786580,B.k7,786588,B.k8,786589,B.k9,786608,B.ka,786609,B.kb,786610,B.kc,786611,B.kd,786612,B.ke,786613,B.kf,786614,B.kg,786615,B.kh,786616,B.ki,786637,B.kj,786639,B.kk,786661,B.kl,786819,B.km,786820,B.kn,786822,B.ko,786826,B.kp,786829,B.kq,786830,B.kr,786834,B.ks,786836,B.kt,786838,B.ku,786844,B.kv,786846,B.kw,786847,B.kx,786850,B.ky,786855,B.kz,786859,B.kA,786862,B.kB,786865,B.kC,786871,B.kD,786891,B.kE,786945,B.kF,786947,B.kG,786951,B.kH,786952,B.kI,786977,B.kJ,786979,B.kK,786980,B.kL,786981,B.kM,786982,B.kN,786983,B.kO,786986,B.kP,786989,B.kQ,786990,B.kR,786994,B.kS,787065,B.kT,787081,B.kU,787083,B.kV,787084,B.kW,787101,B.kX,787103,B.kY],t.Vd) +B.Eu=A.b(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.b6=new A.ba(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.Eu,t.li) +B.Um=new A.bI([9,B.ij,10,B.i7,11,B.i8,12,B.i9,13,B.ia,14,B.ib,15,B.ic,16,B.id,17,B.ie,18,B.ig,19,B.ih,20,B.io,21,B.ip,22,B.ik,23,B.il,24,B.hY,25,B.i3,26,B.hM,27,B.hZ,28,B.i0,29,B.i5,30,B.i1,31,B.hQ,32,B.hW,33,B.hX,34,B.iq,35,B.ir,36,B.ii,37,B.c2,38,B.hI,39,B.i_,40,B.hL,41,B.hN,42,B.hO,43,B.hP,44,B.hR,45,B.hS,46,B.hT,47,B.it,48,B.iu,49,B.iv,50,B.c3,51,B.is,52,B.i6,53,B.i4,54,B.hK,55,B.i2,56,B.hJ,57,B.hV,58,B.hU,59,B.iw,60,B.ix,61,B.iy,62,B.cE,63,B.iY,64,B.c4,65,B.im,66,B.dl,67,B.iz,68,B.iA,69,B.iB,70,B.iC,71,B.iD,72,B.iE,73,B.iF,74,B.iG,75,B.iH,76,B.iI,77,B.dn,78,B.dm,79,B.j7,80,B.j8,81,B.j9,82,B.iZ,83,B.j4,84,B.j5,85,B.j6,86,B.j_,87,B.j1,88,B.j2,89,B.j3,90,B.ja,91,B.jb,93,B.jO,94,B.jc,95,B.iJ,96,B.iK,97,B.jF,98,B.jM,99,B.jN,100,B.jI,101,B.jG,102,B.jJ,104,B.j0,105,B.cD,106,B.iX,107,B.iL,108,B.c6,110,B.iO,111,B.iW,112,B.iP,113,B.iU,114,B.iT,115,B.iR,116,B.iV,117,B.iS,118,B.iN,119,B.iQ,121,B.jB,122,B.jD,123,B.jC,124,B.je,125,B.jf,126,B.jR,127,B.iM,128,B.kY,129,B.jE,130,B.jK,131,B.jL,132,B.jH,133,B.c5,134,B.cF,135,B.jd,136,B.kN,137,B.jv,139,B.jw,140,B.ju,141,B.jy,142,B.js,143,B.jz,144,B.jA,145,B.jx,146,B.jt,148,B.ks,150,B.jS,151,B.jT,152,B.kt,158,B.ku,160,B.kw,163,B.kp,164,B.kP,166,B.kL,167,B.kM,169,B.ki,171,B.kf,172,B.kj,173,B.kg,174,B.kh,175,B.kc,176,B.ke,177,B.k5,179,B.km,180,B.kK,181,B.kO,182,B.k7,187,B.jP,188,B.jQ,189,B.kF,190,B.kT,191,B.jg,192,B.jh,193,B.ji,194,B.jj,195,B.jk,196,B.jl,197,B.jm,198,B.jn,199,B.jo,200,B.jp,201,B.jq,202,B.jr,209,B.kb,214,B.kG,215,B.ka,216,B.kd,217,B.kl,218,B.kI,225,B.kJ,232,B.jY,233,B.jX,235,B.jU,237,B.k3,238,B.k2,239,B.kW,240,B.kU,241,B.kV,242,B.kH,243,B.kz,252,B.k1,256,B.hH,366,B.jV,370,B.k6,378,B.jW,380,B.kS,382,B.kB,400,B.kD,405,B.kr,413,B.k4,418,B.k8,419,B.k9,426,B.kQ,427,B.kR,429,B.kn,431,B.ko,437,B.kq,439,B.jZ,440,B.kA,441,B.kv,587,B.kx,588,B.ky,589,B.kC,590,B.kk,591,B.kE,592,B.kX,600,B.k_,601,B.k0,641,B.hG],t.Vd) +B.EF=A.b(s([]),A.a_("o")) +B.hv=new A.ba(0,{},B.EF,A.a_("ba")) +B.EG=A.b(s([]),t.wS) +B.tF=new A.ba(0,{},B.EG,A.a_("ba")) +B.tC=new A.ba(0,{},B.nJ,A.a_("ba")) +B.EH=A.b(s([]),t.g) +B.JB=new A.ba(0,{},B.EH,A.a_("ba")) +B.EI=A.b(s([]),A.a_("o")) +B.JA=new A.ba(0,{},B.EI,A.a_("ba")) +B.Jz=new A.ba(0,{},B.bB,t.li) +B.tD=new A.ba(0,{},B.bB,A.a_("ba")) +B.EJ=A.b(s([]),A.a_("o")) +B.tB=new A.ba(0,{},B.EJ,A.a_("ba")) +B.nI=A.b(s([]),A.a_("o")) +B.Jy=new A.ba(0,{},B.nI,A.a_("ba")) +B.tE=new A.ba(0,{},B.nI,A.a_("ba>")) +B.EP=A.b(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.JC=new A.ba(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.EP,t.li) +B.bD=new A.kb(0,"canvas") +B.hx=new A.kb(1,"card") +B.tJ=new A.kb(2,"circle") +B.hy=new A.kb(3,"button") +B.df=new A.kb(4,"transparency") +B.cH=new A.bD(2,2) +B.ff=new A.cJ(B.cH,B.cH,B.cH,B.cH) +B.JD=new A.bI([B.bD,null,B.hx,B.ff,B.tJ,null,B.hy,B.ff,B.df,null],A.a_("bI")) +B.nN=new A.d(32) +B.HZ=new A.d(33) +B.I_=new A.d(34) +B.I0=new A.d(35) +B.I1=new A.d(36) +B.I2=new A.d(37) +B.I3=new A.d(38) +B.I4=new A.d(39) +B.I5=new A.d(40) +B.I6=new A.d(41) +B.I7=new A.d(44) +B.I8=new A.d(58) +B.I9=new A.d(59) +B.Ia=new A.d(60) +B.Ib=new A.d(61) +B.Ic=new A.d(62) +B.Id=new A.d(63) +B.Ie=new A.d(64) +B.J3=new A.d(91) +B.J4=new A.d(92) +B.J5=new A.d(93) +B.J6=new A.d(94) +B.J7=new A.d(95) +B.J8=new A.d(96) +B.ht=new A.d(97) +B.J9=new A.d(98) +B.hu=new A.d(99) +B.HA=new A.d(100) +B.HB=new A.d(101) +B.HC=new A.d(102) +B.HD=new A.d(103) +B.HE=new A.d(104) +B.HF=new A.d(105) +B.HG=new A.d(106) +B.HH=new A.d(107) +B.HI=new A.d(108) +B.HJ=new A.d(109) +B.HK=new A.d(110) +B.HL=new A.d(111) +B.HM=new A.d(112) +B.HN=new A.d(113) +B.HO=new A.d(114) +B.HP=new A.d(115) +B.HQ=new A.d(116) +B.HR=new A.d(117) +B.hc=new A.d(118) +B.HS=new A.d(119) +B.hd=new A.d(120) +B.HT=new A.d(121) +B.HU=new A.d(122) +B.HV=new A.d(123) +B.HW=new A.d(124) +B.HX=new A.d(125) +B.HY=new A.d(126) +B.If=new A.d(8589934592) +B.Ig=new A.d(8589934593) +B.Ih=new A.d(8589934594) +B.Ii=new A.d(8589934595) +B.Ij=new A.d(8589934608) +B.Ik=new A.d(8589934609) +B.Il=new A.d(8589934610) +B.Im=new A.d(8589934611) +B.In=new A.d(8589934612) +B.Io=new A.d(8589934624) +B.Ip=new A.d(8589934625) +B.Iq=new A.d(8589934626) +B.Ir=new A.d(8589935088) +B.Is=new A.d(8589935090) +B.It=new A.d(8589935092) +B.Iu=new A.d(8589935094) +B.Iv=new A.d(8589935144) +B.Iw=new A.d(8589935145) +B.Ix=new A.d(8589935148) +B.Iy=new A.d(8589935165) +B.Iz=new A.d(8589935361) +B.IA=new A.d(8589935362) +B.IB=new A.d(8589935363) +B.IC=new A.d(8589935364) +B.ID=new A.d(8589935365) +B.IE=new A.d(8589935366) +B.IF=new A.d(8589935367) +B.IG=new A.d(8589935368) +B.IH=new A.d(8589935369) +B.II=new A.d(8589935370) +B.IJ=new A.d(8589935371) +B.IK=new A.d(8589935372) +B.IL=new A.d(8589935373) +B.IM=new A.d(8589935374) +B.IN=new A.d(8589935375) +B.IO=new A.d(8589935376) +B.IP=new A.d(8589935377) +B.IQ=new A.d(8589935378) +B.IR=new A.d(8589935379) +B.IS=new A.d(8589935380) +B.IT=new A.d(8589935381) +B.IU=new A.d(8589935382) +B.IV=new A.d(8589935383) +B.IW=new A.d(8589935384) +B.IX=new A.d(8589935385) +B.IY=new A.d(8589935386) +B.IZ=new A.d(8589935387) +B.J_=new A.d(8589935388) +B.J0=new A.d(8589935389) +B.J1=new A.d(8589935390) +B.J2=new A.d(8589935391) +B.JF=new A.bI([32,B.nN,33,B.HZ,34,B.I_,35,B.I0,36,B.I1,37,B.I2,38,B.I3,39,B.I4,40,B.I5,41,B.I6,42,B.nO,43,B.th,44,B.I7,45,B.ti,46,B.tj,47,B.tk,48,B.tl,49,B.tm,50,B.tn,51,B.to,52,B.tp,53,B.tq,54,B.tr,55,B.ts,56,B.tt,57,B.tu,58,B.I8,59,B.I9,60,B.Ia,61,B.Ib,62,B.Ic,63,B.Id,64,B.Ie,91,B.J3,92,B.J4,93,B.J5,94,B.J6,95,B.J7,96,B.J8,97,B.ht,98,B.J9,99,B.hu,100,B.HA,101,B.HB,102,B.HC,103,B.HD,104,B.HE,105,B.HF,106,B.HG,107,B.HH,108,B.HI,109,B.HJ,110,B.HK,111,B.HL,112,B.HM,113,B.HN,114,B.HO,115,B.HP,116,B.HQ,117,B.HR,118,B.hc,119,B.HS,120,B.hd,121,B.HT,122,B.HU,123,B.HV,124,B.HW,125,B.HX,126,B.HY,4294967297,B.nP,4294967304,B.cw,4294967305,B.em,4294967309,B.en,4294967323,B.eo,4294967423,B.c_,4294967553,B.nQ,4294967555,B.nR,4294967556,B.ep,4294967558,B.he,4294967559,B.nS,4294967560,B.nT,4294967562,B.eq,4294967564,B.er,4294967566,B.nU,4294967567,B.nV,4294967568,B.nW,4294967569,B.nX,4294968065,B.be,4294968066,B.aS,4294968067,B.aT,4294968068,B.bf,4294968069,B.cx,4294968070,B.cy,4294968071,B.es,4294968072,B.et,4294968321,B.hf,4294968322,B.nY,4294968323,B.nZ,4294968324,B.o_,4294968325,B.o0,4294968326,B.o1,4294968327,B.hg,4294968328,B.o2,4294968329,B.o3,4294968330,B.o4,4294968577,B.o5,4294968578,B.o6,4294968579,B.o7,4294968580,B.o8,4294968581,B.o9,4294968582,B.oa,4294968583,B.ob,4294968584,B.oc,4294968585,B.od,4294968586,B.oe,4294968587,B.of,4294968588,B.og,4294968589,B.oh,4294968590,B.oi,4294968833,B.oj,4294968834,B.ok,4294968835,B.ol,4294968836,B.om,4294968837,B.on,4294968838,B.oo,4294968839,B.op,4294968840,B.oq,4294968841,B.or,4294968842,B.os,4294968843,B.ot,4294969089,B.ou,4294969090,B.ov,4294969091,B.ow,4294969092,B.ox,4294969093,B.oy,4294969094,B.oz,4294969095,B.oA,4294969096,B.oB,4294969097,B.oC,4294969098,B.oD,4294969099,B.oE,4294969100,B.oF,4294969101,B.oG,4294969102,B.oH,4294969103,B.oI,4294969104,B.oJ,4294969105,B.oK,4294969106,B.oL,4294969107,B.oM,4294969108,B.oN,4294969109,B.oO,4294969110,B.oP,4294969111,B.oQ,4294969112,B.oR,4294969113,B.oS,4294969114,B.oT,4294969115,B.oU,4294969116,B.oV,4294969117,B.oW,4294969345,B.oX,4294969346,B.oY,4294969347,B.oZ,4294969348,B.p_,4294969349,B.p0,4294969350,B.p1,4294969351,B.p2,4294969352,B.p3,4294969353,B.p4,4294969354,B.p5,4294969355,B.p6,4294969356,B.p7,4294969357,B.p8,4294969358,B.p9,4294969359,B.pa,4294969360,B.pb,4294969361,B.pc,4294969362,B.pd,4294969363,B.pe,4294969364,B.pf,4294969365,B.pg,4294969366,B.ph,4294969367,B.pi,4294969368,B.pj,4294969601,B.pk,4294969602,B.pl,4294969603,B.pm,4294969604,B.pn,4294969605,B.po,4294969606,B.pp,4294969607,B.pq,4294969608,B.pr,4294969857,B.ps,4294969858,B.pt,4294969859,B.pu,4294969860,B.pv,4294969861,B.pw,4294969863,B.px,4294969864,B.py,4294969865,B.pz,4294969866,B.pA,4294969867,B.pB,4294969868,B.pC,4294969869,B.pD,4294969870,B.pE,4294969871,B.pF,4294969872,B.pG,4294969873,B.pH,4294970113,B.pI,4294970114,B.pJ,4294970115,B.pK,4294970116,B.pL,4294970117,B.pM,4294970118,B.pN,4294970119,B.pO,4294970120,B.pP,4294970121,B.pQ,4294970122,B.pR,4294970123,B.pS,4294970124,B.pT,4294970125,B.pU,4294970126,B.pV,4294970127,B.pW,4294970369,B.pX,4294970370,B.pY,4294970371,B.pZ,4294970372,B.q_,4294970373,B.q0,4294970374,B.q1,4294970375,B.q2,4294970625,B.q3,4294970626,B.q4,4294970627,B.q5,4294970628,B.q6,4294970629,B.q7,4294970630,B.q8,4294970631,B.q9,4294970632,B.qa,4294970633,B.qb,4294970634,B.qc,4294970635,B.qd,4294970636,B.qe,4294970637,B.qf,4294970638,B.qg,4294970639,B.qh,4294970640,B.qi,4294970641,B.qj,4294970642,B.qk,4294970643,B.ql,4294970644,B.qm,4294970645,B.qn,4294970646,B.qo,4294970647,B.qp,4294970648,B.qq,4294970649,B.qr,4294970650,B.qs,4294970651,B.qt,4294970652,B.qu,4294970653,B.qv,4294970654,B.qw,4294970655,B.qx,4294970656,B.qy,4294970657,B.qz,4294970658,B.qA,4294970659,B.qB,4294970660,B.qC,4294970661,B.qD,4294970662,B.qE,4294970663,B.qF,4294970664,B.qG,4294970665,B.qH,4294970666,B.qI,4294970667,B.qJ,4294970668,B.qK,4294970669,B.qL,4294970670,B.qM,4294970671,B.qN,4294970672,B.qO,4294970673,B.qP,4294970674,B.qQ,4294970675,B.qR,4294970676,B.qS,4294970677,B.qT,4294970678,B.qU,4294970679,B.qV,4294970680,B.qW,4294970681,B.qX,4294970682,B.qY,4294970683,B.qZ,4294970684,B.r_,4294970685,B.r0,4294970686,B.r1,4294970687,B.r2,4294970688,B.r3,4294970689,B.r4,4294970690,B.r5,4294970691,B.r6,4294970692,B.r7,4294970693,B.r8,4294970694,B.r9,4294970695,B.ra,4294970696,B.rb,4294970697,B.rc,4294970698,B.rd,4294970699,B.re,4294970700,B.rf,4294970701,B.rg,4294970702,B.rh,4294970703,B.ri,4294970704,B.rj,4294970705,B.rk,4294970706,B.rl,4294970707,B.rm,4294970708,B.rn,4294970709,B.ro,4294970710,B.rp,4294970711,B.rq,4294970712,B.rr,4294970713,B.rs,4294970714,B.rt,4294970715,B.ru,4294970882,B.rv,4294970884,B.rw,4294970885,B.rx,4294970886,B.ry,4294970887,B.rz,4294970888,B.rA,4294970889,B.rB,4294971137,B.rC,4294971138,B.rD,4294971393,B.rE,4294971394,B.rF,4294971395,B.rG,4294971396,B.rH,4294971397,B.rI,4294971398,B.rJ,4294971399,B.rK,4294971400,B.rL,4294971401,B.rM,4294971402,B.rN,4294971403,B.rO,4294971649,B.rP,4294971650,B.rQ,4294971651,B.rR,4294971652,B.rS,4294971653,B.rT,4294971654,B.rU,4294971655,B.rV,4294971656,B.rW,4294971657,B.rX,4294971658,B.rY,4294971659,B.rZ,4294971660,B.t_,4294971661,B.t0,4294971662,B.t1,4294971663,B.t2,4294971664,B.t3,4294971665,B.t4,4294971666,B.t5,4294971667,B.t6,4294971668,B.t7,4294971669,B.t8,4294971670,B.t9,4294971671,B.ta,4294971672,B.tb,4294971673,B.tc,4294971674,B.td,4294971675,B.te,4294971905,B.tf,4294971906,B.tg,8589934592,B.If,8589934593,B.Ig,8589934594,B.Ih,8589934595,B.Ii,8589934608,B.Ij,8589934609,B.Ik,8589934610,B.Il,8589934611,B.Im,8589934612,B.In,8589934624,B.Io,8589934625,B.Ip,8589934626,B.Iq,8589934848,B.db,8589934849,B.eu,8589934850,B.c0,8589934851,B.cz,8589934852,B.dc,8589934853,B.ev,8589934854,B.dd,8589934855,B.ew,8589935088,B.Ir,8589935090,B.Is,8589935092,B.It,8589935094,B.Iu,8589935117,B.hh,8589935144,B.Iv,8589935145,B.Iw,8589935146,B.tv,8589935147,B.tw,8589935148,B.Ix,8589935149,B.tx,8589935150,B.hi,8589935151,B.ty,8589935152,B.hj,8589935153,B.hk,8589935154,B.hl,8589935155,B.hm,8589935156,B.hn,8589935157,B.ho,8589935158,B.hp,8589935159,B.hq,8589935160,B.hr,8589935161,B.hs,8589935165,B.Iy,8589935361,B.Iz,8589935362,B.IA,8589935363,B.IB,8589935364,B.IC,8589935365,B.ID,8589935366,B.IE,8589935367,B.IF,8589935368,B.IG,8589935369,B.IH,8589935370,B.II,8589935371,B.IJ,8589935372,B.IK,8589935373,B.IL,8589935374,B.IM,8589935375,B.IN,8589935376,B.IO,8589935377,B.IP,8589935378,B.IQ,8589935379,B.IR,8589935380,B.IS,8589935381,B.IT,8589935382,B.IU,8589935383,B.IV,8589935384,B.IW,8589935385,B.IX,8589935386,B.IY,8589935387,B.IZ,8589935388,B.J_,8589935389,B.J0,8589935390,B.J1,8589935391,B.J2],A.a_("bI")) +B.JH=new A.bI([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.a_("bI")) +B.vn=new A.aR(B.nN,!1,!1,!1,!1) +B.vm=new A.aR(B.en,!1,!1,!1,!1) +B.Mj=new A.aR(B.hh,!1,!1,!1,!1) +B.LE=new A.aR(B.eo,!1,!1,!1,!1) +B.LF=new A.aR(B.em,!1,!1,!1,!1) +B.LG=new A.aR(B.em,!1,!0,!1,!1) +B.LD=new A.aR(B.et,!1,!1,!1,!1) +B.M7=new A.aR(B.es,!1,!1,!1,!1) +B.xe=new A.os() +B.mf=new A.q_() +B.wV=new A.h_() +B.x7=new A.oc() +B.xd=new A.oq() +B.eH=new A.zJ(0,"line") +B.L1=new A.hm(B.I,B.eH) +B.KZ=new A.hm(B.J,B.eH) +B.L_=new A.hm(B.al,B.eH) +B.L2=new A.hm(B.ay,B.eH) +B.L0=new A.hm(B.I,B.v0) +B.JI=new A.bI([B.vn,B.xe,B.vm,B.mf,B.Mj,B.mf,B.LE,B.wV,B.LF,B.x7,B.LG,B.xd,B.li,B.L1,B.lj,B.KZ,B.lk,B.L_,B.ll,B.L2,B.LD,B.L0,B.M7,B.v1],t.Fp) +B.JJ=new A.xU(null,null,null,null,null) +B.A3=new A.E(4292998654) +B.A_=new A.E(4289979900) +B.zX=new A.E(4286698746) +B.zV=new A.E(4283417591) +B.zR=new A.E(4280923894) +B.zJ=new A.E(4278430196) +B.zI=new A.E(4278426597) +B.zH=new A.E(4278356177) +B.zG=new A.E(4278351805) +B.zF=new A.E(4278278043) +B.Jm=new A.bI([50,B.A3,100,B.A_,200,B.zX,300,B.zV,400,B.zR,500,B.zJ,600,B.zI,700,B.zH,800,B.zG,900,B.zF],t.pl) +B.JK=new A.lI(B.Jm,4278430196) +B.A2=new A.E(4292933626) +B.zZ=new A.E(4289915890) +B.zW=new A.E(4286635754) +B.zU=new A.E(4283289825) +B.zQ=new A.E(4280731354) +B.zD=new A.E(4278238420) +B.zC=new A.E(4278234305) +B.zB=new A.E(4278228903) +B.zA=new A.E(4278223759) +B.zz=new A.E(4278214756) +B.Jn=new A.bI([50,B.A2,100,B.zZ,200,B.zW,300,B.zU,400,B.zQ,500,B.zD,600,B.zC,700,B.zB,800,B.zA,900,B.zz],t.pl) +B.tG=new A.lI(B.Jn,4278238420) +B.Am=new A.E(4294966759) +B.Al=new A.E(4294965700) +B.Ak=new A.E(4294964637) +B.Aj=new A.E(4294963574) +B.Ai=new A.E(4294962776) +B.Ag=new A.E(4294961979) +B.Ad=new A.E(4294826037) +B.Ac=new A.E(4294688813) +B.Ab=new A.E(4294551589) +B.A9=new A.E(4294278935) +B.Jo=new A.bI([50,B.Am,100,B.Al,200,B.Ak,300,B.Aj,400,B.Ai,500,B.Ag,600,B.Ad,700,B.Ac,800,B.Ab,900,B.A9],t.pl) +B.JL=new A.lI(B.Jo,4294961979) +B.Ah=new A.E(4294962158) +B.Af=new A.E(4294954450) +B.A7=new A.E(4293892762) +B.A5=new A.E(4293227379) +B.A6=new A.E(4293874512) +B.A8=new A.E(4294198070) +B.A4=new A.E(4293212469) +B.A1=new A.E(4291176488) +B.A0=new A.E(4290190364) +B.Jp=new A.bI([50,B.Ah,100,B.Af,200,B.A7,300,B.A5,400,B.A6,500,B.A8,600,B.A4,700,B.fs,800,B.A1,900,B.A0],t.pl) +B.cA=new A.lI(B.Jp,4294198070) +B.zT=new A.E(4282557941) +B.zL=new A.E(4279592384) +B.zK=new A.E(4279060385) +B.Jq=new A.bI([50,B.mF,100,B.mC,200,B.dV,300,B.mA,400,B.zT,500,B.mx,600,B.dS,700,B.fq,800,B.zL,900,B.zK],t.pl) +B.de=new A.lI(B.Jq,4280391411) +B.ap=new A.cq(0,"hovered") +B.aD=new A.cq(1,"focused") +B.aI=new A.cq(2,"pressed") +B.hw=new A.cq(3,"dragged") +B.bh=new A.cq(4,"selected") +B.tH=new A.cq(5,"scrolledUnder") +B.a6=new A.cq(6,"disabled") +B.tI=new A.cq(7,"error") +B.JM=new A.lJ(0,"padded") +B.JN=new A.lJ(1,"shrinkWrap") +B.JO=new A.y_(0,"none") +B.JP=new A.y_(2,"truncateAfterCompositionEnds") +B.JR=new A.he("popRoute",null) +B.JS=new A.j5("plugins.flutter.io/url_launcher",B.bb,null) +B.JT=new A.j5("flutter/service_worker",B.bb,null) +B.tL=new A.j5("plugins.flutter.io/shared_preferences",B.bb,null) +B.JU=new A.j5("jpush",B.bb,null) +B.JV=new A.j5("PonnamKarthik/fluttertoast",B.bb,null) +B.JY=new A.lM(0,"clipRect") +B.JZ=new A.lM(1,"clipRRect") +B.K_=new A.lM(2,"clipPath") +B.K0=new A.lM(3,"transform") +B.K1=new A.lM(4,"opacity") +B.K2=new A.IA(null) +B.K3=new A.ye(null,null,null,null,null,null,null,null) +B.bE=new A.IG(0,"traditional") +B.K4=new A.yf(null,null,null,null,null,null,null,null,null,null,null,null) +B.tS=new A.hh(B.j,B.j) +B.K7=new A.m(11,-4) +B.Ka=new A.m(22,0) +B.Kb=new A.m(6,6) +B.Kc=new A.m(5,10.5) +B.Kd=new A.m(17976931348623157e292,0) +B.Ke=new A.m(0,-0.25) +B.Kf=new A.m(-0.3333333333333333,0) +B.aJ=new A.i_(0,"iOs") +B.hB=new A.i_(1,"android") +B.tV=new A.i_(2,"linux") +B.tW=new A.i_(3,"windows") +B.bi=new A.i_(4,"macOs") +B.Ki=new A.i_(5,"unknown") +B.fj=new A.a0L() +B.bj=new A.lO("flutter/platform",B.fj,null) +B.Kj=new A.lO("flutter/mousecursor",B.bb,null) +B.tX=new A.lO("flutter/menu",B.bb,null) +B.Kk=new A.lO("flutter/textinput",B.fj,null) +B.hC=new A.lO("flutter/navigation",B.fj,null) +B.hD=new A.lO("flutter/restoration",B.bb,null) +B.Kl=new A.oe(0,null) +B.Km=new A.oe(1,null) +B.Kn=new A.yq(0,"portrait") +B.hE=new A.yq(1,"landscape") +B.Ko=new A.yr(null) +B.Kp=new A.ys(null) +B.Kq=new A.yu(null) +B.aq=new A.yy(0,"fill") +B.U=new A.yy(1,"stroke") +B.Kr=new A.lR(1/0) +B.bk=new A.yB(0,"nonZero") +B.eB=new A.yB(1,"evenOdd") +B.aU=new A.lS(0,"created") +B.ak=new A.lS(1,"active") +B.cC=new A.lS(2,"pendingRetention") +B.Ks=new A.lS(3,"pendingUpdate") +B.tZ=new A.lS(4,"released") +B.kZ=new A.Jx(4,"bottom") +B.dp=new A.jc(B.o,null,null) +B.l_=new A.jd(0,"cancel") +B.l0=new A.jd(1,"add") +B.Kt=new A.jd(2,"remove") +B.dq=new A.jd(3,"hover") +B.uP=new A.jd(4,"down") +B.dr=new A.jd(5,"move") +B.l1=new A.jd(6,"up") +B.bF=new A.i3(0,"touch") +B.bG=new A.i3(1,"mouse") +B.eC=new A.i3(2,"stylus") +B.l2=new A.i3(5,"unknown") +B.cG=new A.rl(0,"none") +B.Kv=new A.rl(1,"scroll") +B.Kw=new A.rl(2,"unknown") +B.Kx=new A.yM(null,null,null,null,null,null) +B.Ky=new A.yQ(null,null,null,null,null) +B.Kz=new A.lX(0,"finderPatternOuter") +B.KA=new A.lX(1,"finderPatternInner") +B.KB=new A.lX(2,"finderPatternDot") +B.eD=new A.lX(3,"codePixel") +B.KC=new A.lX(4,"codePixelEmpty") +B.l3=new A.rp(0,"valid") +B.KF=new A.rp(1,"contentTooLong") +B.KG=new A.rp(2,"error") +B.KH=new A.yZ(null,null,null,null,null,null) +B.KI=new A.bD(1,1) +B.KJ=new A.bD(7,7) +B.KK=new A.bD(8,8) +B.KL=new A.bD(1.5,1.5) +B.KM=new A.w(-1/0,-1/0,1/0,1/0) +B.l4=new A.w(-1e9,-1e9,1e9,1e9) +B.Un=new A.JZ(1,"onEdge") +B.bH=new A.rv(0,"identical") +B.KN=new A.rv(2,"paint") +B.aV=new A.rv(3,"layout") +B.eF=new A.ox(0,"json") +B.l5=new A.ox(1,"stream") +B.KO=new A.ox(2,"plain") +B.l6=new A.ox(3,"bytes") +B.uR=new A.hl(0,"incrementable") +B.uS=new A.hl(1,"scrollable") +B.uT=new A.hl(2,"labelAndValue") +B.uU=new A.hl(3,"tappable") +B.uV=new A.hl(4,"textField") +B.uW=new A.hl(5,"checkable") +B.uX=new A.hl(6,"image") +B.uY=new A.hl(7,"liveRegion") +B.KP=new A.d8(B.b1,B.t) +B.KQ=new A.d8(B.ff,B.t) +B.eG=new A.d8(B.fe,B.t) +B.uZ=new A.oy(0,"pop") +B.KR=new A.oy(1,"doNotPop") +B.KS=new A.oy(2,"bubble") +B.l7=new A.i8(null,null) +B.KT=new A.zB(1333) +B.l8=new A.zB(2222) +B.KU=new A.KE(null,null) +B.cI=new A.m6(0,"idle") +B.KV=new A.m6(1,"transientCallbacks") +B.KW=new A.m6(2,"midFrameMicrotasks") +B.l9=new A.m6(3,"persistentCallbacks") +B.KX=new A.m6(4,"postFrameCallbacks") +B.v_=new A.KH(0,"englishLike") +B.ds=new A.rE(0,"idle") +B.la=new A.rE(1,"forward") +B.lb=new A.rE(2,"reverse") +B.L3=new A.rF(0,"explicit") +B.cJ=new A.rF(1,"keepVisibleAtEnd") +B.cK=new A.rF(2,"keepVisibleAtStart") +B.L4=new A.zN(0,"manual") +B.L5=new A.zN(1,"onDrag") +B.L6=new A.rJ(0,"left") +B.L7=new A.rJ(1,"right") +B.L8=new A.rJ(3,"bottom") +B.L9=new A.zQ(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.bl=new A.fF(0,"tap") +B.La=new A.fF(1,"doubleTap") +B.bm=new A.fF(2,"longPress") +B.lc=new A.fF(3,"forcePress") +B.L=new A.fF(4,"keyboard") +B.bI=new A.fF(5,"toolbar") +B.aK=new A.fF(6,"drag") +B.eI=new A.fF(7,"scribble") +B.dt=new A.cs(1) +B.Lb=new A.cs(1024) +B.Lc=new A.cs(1048576) +B.v2=new A.cs(128) +B.du=new A.cs(16) +B.Ld=new A.cs(16384) +B.v3=new A.cs(2) +B.Le=new A.cs(2048) +B.Lf=new A.cs(2097152) +B.Lg=new A.cs(256) +B.Lh=new A.cs(262144) +B.dv=new A.cs(32) +B.Li=new A.cs(32768) +B.dw=new A.cs(4) +B.Lj=new A.cs(4096) +B.Lk=new A.cs(512) +B.Ll=new A.cs(524288) +B.v4=new A.cs(64) +B.Lm=new A.cs(65536) +B.dx=new A.cs(8) +B.Ln=new A.cs(8192) +B.Lo=new A.cj(1) +B.v5=new A.cj(1024) +B.v6=new A.cj(1048576) +B.ld=new A.cj(128) +B.v7=new A.cj(131072) +B.v8=new A.cj(16) +B.v9=new A.cj(16384) +B.Lp=new A.cj(16777216) +B.Lq=new A.cj(2) +B.va=new A.cj(2048) +B.vb=new A.cj(2097152) +B.Lr=new A.cj(256) +B.Ls=new A.cj(262144) +B.le=new A.cj(32) +B.vc=new A.cj(32768) +B.vd=new A.cj(4) +B.ve=new A.cj(4096) +B.Lt=new A.cj(4194304) +B.vf=new A.cj(512) +B.vg=new A.cj(524288) +B.lf=new A.cj(64) +B.vh=new A.cj(65536) +B.vi=new A.cj(8) +B.eJ=new A.cj(8192) +B.vj=new A.cj(8388608) +B.vk=new A.oE("RenderViewport.twoPane") +B.Lu=new A.oE("RenderViewport.excludeFromScrolling") +B.CL=A.b(s(["click","touchstart","touchend","pointerdown","pointermove","pointerup"]),t.s) +B.Jh=new A.ba(6,{click:null,touchstart:null,touchend:null,pointerdown:null,pointermove:null,pointerup:null},B.CL,t.uf) +B.Lv=new A.dJ(B.Jh,t.XI) +B.EV=A.b(s(["mailto","tel","sms"]),t.s) +B.Ji=new A.ba(3,{mailto:null,tel:null,sms:null},B.EV,t.uf) +B.Lw=new A.dJ(B.Ji,t.XI) +B.Jj=new A.bI([B.bi,null,B.tV,null,B.tW,null],A.a_("bI")) +B.lg=new A.dJ(B.Jj,A.a_("dJ")) +B.Jt=new A.bI([B.ap,null],t.sB) +B.Lx=new A.dJ(B.Jt,t.si) +B.Ju=new A.bI([B.aD,null],t.sB) +B.Ly=new A.dJ(B.Ju,t.si) +B.Ev=A.b(s(["click","keyup","keydown","mouseup","mousedown","pointerdown","pointerup"]),t.s) +B.Jv=new A.ba(7,{click:null,keyup:null,keydown:null,mouseup:null,mousedown:null,pointerdown:null,pointerup:null},B.Ev,t.uf) +B.Lz=new A.dJ(B.Jv,t.XI) +B.Jw=new A.bI([B.aI,null],t.sB) +B.lh=new A.dJ(B.Jw,t.si) +B.Jx=new A.bI([B.aX,null,B.av,null,B.bJ,null],A.a_("bI")) +B.LA=new A.dJ(B.Jx,A.a_("dJ")) +B.Ku=new A.i3(3,"invertedStylus") +B.JE=new A.bI([B.bF,null,B.eC,null,B.Ku,null,B.l2,null],A.a_("bI")) +B.vl=new A.dJ(B.JE,A.a_("dJ")) +B.F2=A.b(s(["serif","sans-serif","monospace","cursive","fantasy","system-ui","math","emoji","fangsong"]),t.s) +B.JG=new A.ba(9,{serif:null,"sans-serif":null,monospace:null,cursive:null,fantasy:null,"system-ui":null,math:null,emoji:null,fangsong:null},B.F2,t.uf) +B.LB=new A.dJ(B.JG,t.XI) +B.LC=new A.KX(0,"onlyForDiscrete") +B.LO=new A.aR(B.cx,!1,!1,!1,!1) +B.LP=new A.aR(B.cy,!1,!1,!1,!1) +B.LZ=new A.aR(B.be,!1,!0,!1,!1) +B.M_=new A.aR(B.aS,!1,!0,!1,!1) +B.M0=new A.aR(B.aT,!1,!0,!1,!1) +B.M1=new A.aR(B.bf,!1,!0,!1,!1) +B.M2=new A.aR(B.cx,!1,!0,!1,!1) +B.M4=new A.aR(B.cy,!1,!0,!1,!1) +B.LQ=new A.aR(B.be,!1,!1,!1,!0) +B.LR=new A.aR(B.aS,!1,!1,!1,!0) +B.LS=new A.aR(B.aT,!1,!1,!1,!0) +B.LU=new A.aR(B.bf,!1,!1,!1,!0) +B.LV=new A.aR(B.be,!1,!0,!1,!0) +B.LW=new A.aR(B.aS,!1,!0,!1,!0) +B.LX=new A.aR(B.aT,!1,!0,!1,!0) +B.LY=new A.aR(B.bf,!1,!0,!1,!0) +B.LK=new A.aR(B.aS,!0,!1,!1,!1) +B.LL=new A.aR(B.aT,!0,!1,!1,!1) +B.M5=new A.aR(B.cx,!0,!1,!1,!1) +B.M6=new A.aR(B.cy,!0,!1,!1,!1) +B.LM=new A.aR(B.aS,!0,!0,!1,!1) +B.LN=new A.aR(B.aT,!0,!0,!1,!1) +B.LH=new A.aR(B.be,!1,!1,!0,!1) +B.LI=new A.aR(B.aS,!1,!1,!0,!1) +B.LJ=new A.aR(B.aT,!1,!1,!0,!1) +B.LT=new A.aR(B.bf,!1,!1,!0,!1) +B.M3=new A.aR(B.be,!1,!0,!0,!1) +B.M8=new A.aR(B.aS,!1,!0,!0,!1) +B.M9=new A.aR(B.aT,!1,!0,!0,!1) +B.Ma=new A.aR(B.bf,!1,!0,!0,!1) +B.Mi=new A.aR(B.ht,!1,!1,!1,!0) +B.Me=new A.aR(B.hu,!1,!1,!1,!0) +B.Mg=new A.aR(B.hc,!1,!1,!1,!0) +B.Mc=new A.aR(B.hd,!1,!1,!1,!0) +B.Mh=new A.aR(B.ht,!0,!1,!1,!1) +B.Md=new A.aR(B.hu,!0,!1,!1,!1) +B.Mf=new A.aR(B.hc,!0,!1,!1,!1) +B.Mb=new A.aR(B.hd,!0,!1,!1,!1) +B.Mk=new A.L(1e5,1e5) +B.Mm=new A.L(22,22) +B.Mn=new A.L(59,40) +B.Mo=new A.L(59,48) +B.Mp=new A.L(64,36) +B.Mq=new A.L(1/0,1/0) +B.cL=new A.ku(0,0,null,null) +B.Mr=new A.ku(8,null,null,null) +B.Uq=new A.Ms(0,"material") +B.xP=new A.le(2,null,null,null,null,null,null,null) +B.Ms=new A.ku(15,15,B.xP,null) +B.c8=new A.ku(null,null,null,null) +B.Mt=new A.A3(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.vo=new A.Ld(0,0,0,0,0,0,!1,!1,null,0) +B.Mu=new A.A6(0,"disabled") +B.Mv=new A.A6(1,"enabled") +B.Mw=new A.A7(0,"disabled") +B.Mx=new A.A7(1,"enabled") +B.My=new A.ib(1,"dismiss") +B.Mz=new A.ib(2,"swipe") +B.MA=new A.ib(3,"hide") +B.Uo=new A.ib(4,"remove") +B.lm=new A.ib(5,"timeout") +B.MB=new A.A8(null,null,null,null,null,null,null) +B.MC=new A.tg(0,"criticallyDamped") +B.MD=new A.tg(1,"underDamped") +B.ME=new A.tg(2,"overDamped") +B.bn=new A.Ad(0,"loose") +B.MF=new A.Ad(2,"passthrough") +B.MG=new A.ih("...",-1,"","","",-1,-1,"","...") +B.MH=new A.ih("",-1,"","","",-1,-1,"","asynchronous suspension") +B.MI=new A.eR(B.t) +B.b7=new A.eb("") +B.c9=new A.Ai(0,"butt") +B.MK=new A.Ai(2,"square") +B.dy=new A.LA(0,"miter") +B.ML=new A.bU(0) +B.MW=new A.bU(0) +B.MU=new A.bU(0) +B.MS=new A.bU(0) +B.MT=new A.bU(0) +B.MR=new A.bU(0) +B.MV=new A.bU(0) +B.MQ=new A.bU(0) +B.MN=new A.bU(0) +B.MP=new A.bU(0) +B.MM=new A.bU(0) +B.MO=new A.bU(0) +B.MX=new A.bU(1) +B.MY=new A.bU(10) +B.MZ=new A.bU(11) +B.N_=new A.bU(12) +B.N0=new A.bU(13) +B.N1=new A.bU(14) +B.N2=new A.bU(15) +B.N3=new A.bU(16) +B.N4=new A.bU(2) +B.N5=new A.bU(3) +B.N6=new A.bU(4) +B.N7=new A.bU(5) +B.N8=new A.bU(6) +B.N9=new A.bU(7) +B.Na=new A.bU(8) +B.Nb=new A.bU(9) +B.Nc=new A.Al(null,null,null,null,null,null) +B.Nd=new A.to("call") +B.eK=new A.mk("basic") +B.lo=new A.mk("click") +B.Nf=new A.Am(0,"click") +B.Ng=new A.Am(1,"alert") +B.Nh=new A.ml(B.n,null,B.ad,null,null,B.a4,B.ad,null) +B.Ni=new A.ml(B.n,null,B.ad,null,null,B.ad,B.a4,null) +B.Nj=new A.Ao(null,null,null,null,null,null,null,null,null,null) +B.vr=new A.a9l("tap") +B.vs=new A.LI(0) +B.vt=new A.LI(-1) +B.y=new A.tv(0,"alphabetic") +B.Nk=new A.Aq(null) +B.ls=new A.oS(3,"none") +B.vw=new A.Ar(B.ls) +B.vx=new A.oS(0,"words") +B.vy=new A.oS(1,"sentences") +B.vz=new A.oS(2,"characters") +B.Nl=new A.LJ(3,"none") +B.i=new A.As(0) +B.Nn=new A.ex(0,"none") +B.No=new A.ex(1,"unspecified") +B.Np=new A.ex(10,"route") +B.Nq=new A.ex(11,"emergencyCall") +B.vB=new A.ex(12,"newline") +B.lt=new A.ex(2,"done") +B.Nr=new A.ex(3,"go") +B.Ns=new A.ex(4,"search") +B.Nt=new A.ex(5,"send") +B.Nu=new A.ex(6,"next") +B.Nv=new A.ex(7,"previous") +B.Nw=new A.ex(8,"continueAction") +B.Nx=new A.ex(9,"join") +B.Ny=new A.Av(0,null,null) +B.Nz=new A.Av(1,null,null) +B.vC=new A.Aw(0,"proportional") +B.vD=new A.Aw(1,"even") +B.NA=new A.oU(1,"fade") +B.aL=new A.oU(2,"ellipsis") +B.vE=new A.oU(3,"visible") +B.cM=new A.b9(0,B.l) +B.vF=new A.tz(0,"left") +B.vG=new A.tz(1,"right") +B.dz=new A.tz(2,"collapsed") +B.NB=new A.AA(null,null,null) +B.ND=new A.ec(0,0,B.l,!1,0,0) +B.NC=new A.ec(0,1,B.l,!1,0,1) +B.vA=new A.As(1) +B.NU=new A.t(!0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,B.vA,null,null,null,null,null,null,null) +B.O5=new A.t(!0,B.tG,null,null,null,null,12,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,B.aL) +B.PH=new A.t(!0,null,null,null,null,null,18,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,B.aL) +B.zx=new A.E(3506372608) +B.An=new A.E(4294967040) +B.Nm=new A.LK(1,"double") +B.Q_=new A.t(!0,B.zx,null,"monospace",null,null,48,B.n9,null,null,null,null,null,null,null,null,null,B.vA,B.An,B.Nm,null,"fallback style; consider putting your text in a Material",null,null,null) +B.Qg=new A.t(!0,null,null,null,null,null,null,B.bV,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.NZ=new A.t(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond displayLarge",null,null,null) +B.O0=new A.t(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond displayMedium",null,null,null) +B.Pq=new A.t(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond displaySmall",null,null,null) +B.QK=new A.t(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond headlineLarge",null,null,null) +B.QG=new A.t(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond headlineMedium",null,null,null) +B.NY=new A.t(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond headlineSmall",null,null,null) +B.Ov=new A.t(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond titleLarge",null,null,null) +B.Oz=new A.t(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond titleMedium",null,null,null) +B.OW=new A.t(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond titleSmall",null,null,null) +B.Q4=new A.t(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond bodyLarge",null,null,null) +B.NV=new A.t(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond bodyMedium",null,null,null) +B.OK=new A.t(!0,B.A,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond bodySmall",null,null,null) +B.Pz=new A.t(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond labelLarge",null,null,null) +B.PM=new A.t(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond labelMedium",null,null,null) +B.P5=new A.t(!0,B.m,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedmond labelSmall",null,null,null) +B.QP=new A.ed(B.NZ,B.O0,B.Pq,B.QK,B.QG,B.NY,B.Ov,B.Oz,B.OW,B.Q4,B.NV,B.OK,B.Pz,B.PM,B.P5) +B.QD=new A.t(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity displayLarge",null,null,null) +B.Ow=new A.t(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity displayMedium",null,null,null) +B.QE=new A.t(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity displaySmall",null,null,null) +B.Oc=new A.t(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity headlineLarge",null,null,null) +B.Q9=new A.t(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity headlineMedium",null,null,null) +B.OV=new A.t(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity headlineSmall",null,null,null) +B.Pl=new A.t(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity titleLarge",null,null,null) +B.NE=new A.t(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity titleMedium",null,null,null) +B.OZ=new A.t(!0,B.n,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity titleSmall",null,null,null) +B.NX=new A.t(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity bodyLarge",null,null,null) +B.Pc=new A.t(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity bodyMedium",null,null,null) +B.NS=new A.t(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity bodySmall",null,null,null) +B.QJ=new A.t(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity labelLarge",null,null,null) +B.OT=new A.t(!0,B.n,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity labelMedium",null,null,null) +B.PE=new A.t(!0,B.n,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedwoodCity labelSmall",null,null,null) +B.QQ=new A.ed(B.QD,B.Ow,B.QE,B.Oc,B.Q9,B.OV,B.Pl,B.NE,B.OZ,B.NX,B.Pc,B.NS,B.QJ,B.OT,B.PE) +B.Qu=new A.t(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView displayLarge",null,null,null) +B.Qp=new A.t(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView displayMedium",null,null,null) +B.OJ=new A.t(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView displaySmall",null,null,null) +B.PX=new A.t(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView headlineLarge",null,null,null) +B.P1=new A.t(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView headlineMedium",null,null,null) +B.PA=new A.t(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView headlineSmall",null,null,null) +B.OR=new A.t(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView titleLarge",null,null,null) +B.Ql=new A.t(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView titleMedium",null,null,null) +B.OY=new A.t(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView titleSmall",null,null,null) +B.Pr=new A.t(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView bodyLarge",null,null,null) +B.PU=new A.t(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView bodyMedium",null,null,null) +B.PR=new A.t(!0,B.A,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView bodySmall",null,null,null) +B.Qx=new A.t(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView labelLarge",null,null,null) +B.P9=new A.t(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView labelMedium",null,null,null) +B.Ox=new A.t(!0,B.m,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteMountainView labelSmall",null,null,null) +B.QR=new A.ed(B.Qu,B.Qp,B.OJ,B.PX,B.P1,B.PA,B.OR,B.Ql,B.OY,B.Pr,B.PU,B.PR,B.Qx,B.P9,B.Ox) +B.C=A.b(s(["Ubuntu","Cantarell","DejaVu Sans","Liberation Sans","Arial"]),t.s) +B.Py=new A.t(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki displayLarge",null,null,null) +B.Q3=new A.t(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki displayMedium",null,null,null) +B.Oe=new A.t(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki displaySmall",null,null,null) +B.Pg=new A.t(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki headlineLarge",null,null,null) +B.P4=new A.t(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki headlineMedium",null,null,null) +B.PF=new A.t(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki headlineSmall",null,null,null) +B.OL=new A.t(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki titleLarge",null,null,null) +B.Qa=new A.t(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki titleMedium",null,null,null) +B.OI=new A.t(!0,B.n,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki titleSmall",null,null,null) +B.Pn=new A.t(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki bodyLarge",null,null,null) +B.QB=new A.t(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki bodyMedium",null,null,null) +B.PD=new A.t(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki bodySmall",null,null,null) +B.NW=new A.t(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki labelLarge",null,null,null) +B.Ob=new A.t(!0,B.n,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki labelMedium",null,null,null) +B.Og=new A.t(!0,B.n,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackHelsinki labelSmall",null,null,null) +B.QS=new A.ed(B.Py,B.Q3,B.Oe,B.Pg,B.P4,B.PF,B.OL,B.Qa,B.OI,B.Pn,B.QB,B.PD,B.NW,B.Ob,B.Og) +B.O1=new A.t(!0,B.x,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino displayLarge",null,null,null) +B.Od=new A.t(!0,B.x,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino displayMedium",null,null,null) +B.PN=new A.t(!0,B.x,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino displaySmall",null,null,null) +B.PI=new A.t(!0,B.x,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino headlineLarge",null,null,null) +B.QO=new A.t(!0,B.x,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino headlineMedium",null,null,null) +B.QM=new A.t(!0,B.B,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino headlineSmall",null,null,null) +B.NN=new A.t(!0,B.B,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino titleLarge",null,null,null) +B.Ol=new A.t(!0,B.B,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino titleMedium",null,null,null) +B.OX=new A.t(!0,B.n,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino titleSmall",null,null,null) +B.Q6=new A.t(!0,B.B,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino bodyLarge",null,null,null) +B.Op=new A.t(!0,B.B,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino bodyMedium",null,null,null) +B.Oq=new A.t(!0,B.x,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino bodySmall",null,null,null) +B.NR=new A.t(!0,B.B,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino labelLarge",null,null,null) +B.Pt=new A.t(!0,B.n,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino labelMedium",null,null,null) +B.O_=new A.t(!0,B.n,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackCupertino labelSmall",null,null,null) +B.QT=new A.ed(B.O1,B.Od,B.PN,B.PI,B.QO,B.QM,B.NN,B.Ol,B.OX,B.Q6,B.Op,B.Oq,B.NR,B.Pt,B.O_) +B.OS=new A.t(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView displayLarge",null,null,null) +B.On=new A.t(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView displayMedium",null,null,null) +B.OF=new A.t(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView displaySmall",null,null,null) +B.Qy=new A.t(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView headlineLarge",null,null,null) +B.PG=new A.t(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView headlineMedium",null,null,null) +B.P_=new A.t(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView headlineSmall",null,null,null) +B.O8=new A.t(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView titleLarge",null,null,null) +B.Ok=new A.t(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView titleMedium",null,null,null) +B.NL=new A.t(!0,B.n,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView titleSmall",null,null,null) +B.NO=new A.t(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView bodyLarge",null,null,null) +B.Q8=new A.t(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView bodyMedium",null,null,null) +B.PB=new A.t(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView bodySmall",null,null,null) +B.Qm=new A.t(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView labelLarge",null,null,null) +B.O2=new A.t(!0,B.n,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView labelMedium",null,null,null) +B.Oa=new A.t(!0,B.n,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackMountainView labelSmall",null,null,null) +B.QU=new A.ed(B.OS,B.On,B.OF,B.Qy,B.PG,B.P_,B.O8,B.Ok,B.NL,B.NO,B.Q8,B.PB,B.Qm,B.O2,B.Oa) +B.QI=new A.t(!0,B.A,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki displayLarge",null,null,null) +B.NJ=new A.t(!0,B.A,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki displayMedium",null,null,null) +B.PC=new A.t(!0,B.A,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki displaySmall",null,null,null) +B.Qd=new A.t(!0,B.A,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki headlineLarge",null,null,null) +B.P7=new A.t(!0,B.A,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki headlineMedium",null,null,null) +B.Pd=new A.t(!0,B.m,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki headlineSmall",null,null,null) +B.PO=new A.t(!0,B.m,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki titleLarge",null,null,null) +B.OU=new A.t(!0,B.m,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki titleMedium",null,null,null) +B.O7=new A.t(!0,B.m,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki titleSmall",null,null,null) +B.Q0=new A.t(!0,B.m,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki bodyLarge",null,null,null) +B.NT=new A.t(!0,B.m,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki bodyMedium",null,null,null) +B.Oo=new A.t(!0,B.A,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki bodySmall",null,null,null) +B.P2=new A.t(!0,B.m,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki labelLarge",null,null,null) +B.P0=new A.t(!0,B.m,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki labelMedium",null,null,null) +B.P3=new A.t(!0,B.m,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteHelsinki labelSmall",null,null,null) +B.QV=new A.ed(B.QI,B.NJ,B.PC,B.Qd,B.P7,B.Pd,B.PO,B.OU,B.O7,B.Q0,B.NT,B.Oo,B.P2,B.P0,B.P3) +B.Om=new A.t(!1,null,null,null,null,null,112,B.fQ,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike displayLarge 2014",null,null,null) +B.Qj=new A.t(!1,null,null,null,null,null,56,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike displayMedium 2014",null,null,null) +B.NF=new A.t(!1,null,null,null,null,null,45,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike displaySmall 2014",null,null,null) +B.Oh=new A.t(!1,null,null,null,null,null,40,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike headlineLarge 2014",null,null,null) +B.OG=new A.t(!1,null,null,null,null,null,34,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike headlineMedium 2014",null,null,null) +B.Qs=new A.t(!1,null,null,null,null,null,24,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike headlineSmall 2014",null,null,null) +B.Px=new A.t(!1,null,null,null,null,null,20,B.b3,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike titleLarge 2014",null,null,null) +B.NM=new A.t(!1,null,null,null,null,null,16,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike titleMedium 2014",null,null,null) +B.ON=new A.t(!1,null,null,null,null,null,14,B.b3,null,0.1,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike titleSmall 2014",null,null,null) +B.P8=new A.t(!1,null,null,null,null,null,14,B.b3,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike bodyLarge 2014",null,null,null) +B.QF=new A.t(!1,null,null,null,null,null,14,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike bodyMedium 2014",null,null,null) +B.Q7=new A.t(!1,null,null,null,null,null,12,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike bodySmall 2014",null,null,null) +B.PJ=new A.t(!1,null,null,null,null,null,14,B.b3,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike labelLarge 2014",null,null,null) +B.Qt=new A.t(!1,null,null,null,null,null,12,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike labelMedium 2014",null,null,null) +B.PK=new A.t(!1,null,null,null,null,null,10,B.v,null,1.5,null,B.y,null,null,null,null,null,null,null,null,null,"englishLike labelSmall 2014",null,null,null) +B.QW=new A.ed(B.Om,B.Qj,B.NF,B.Oh,B.OG,B.Qs,B.Px,B.NM,B.ON,B.P8,B.QF,B.Q7,B.PJ,B.Qt,B.PK) +B.aw=new A.tv(1,"ideographic") +B.Q1=new A.t(!1,null,null,null,null,null,112,B.fQ,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense displayLarge 2014",null,null,null) +B.OD=new A.t(!1,null,null,null,null,null,56,B.v,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense displayMedium 2014",null,null,null) +B.QN=new A.t(!1,null,null,null,null,null,45,B.v,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense displaySmall 2014",null,null,null) +B.Q5=new A.t(!1,null,null,null,null,null,40,B.v,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense headlineLarge 2014",null,null,null) +B.O9=new A.t(!1,null,null,null,null,null,34,B.v,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense headlineMedium 2014",null,null,null) +B.NP=new A.t(!1,null,null,null,null,null,24,B.v,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense headlineSmall 2014",null,null,null) +B.Qf=new A.t(!1,null,null,null,null,null,21,B.b3,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense titleLarge 2014",null,null,null) +B.OP=new A.t(!1,null,null,null,null,null,17,B.v,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense titleMedium 2014",null,null,null) +B.Ou=new A.t(!1,null,null,null,null,null,15,B.b3,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense titleSmall 2014",null,null,null) +B.PZ=new A.t(!1,null,null,null,null,null,15,B.b3,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense bodyLarge 2014",null,null,null) +B.Qe=new A.t(!1,null,null,null,null,null,15,B.v,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense bodyMedium 2014",null,null,null) +B.OH=new A.t(!1,null,null,null,null,null,13,B.v,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense bodySmall 2014",null,null,null) +B.Pb=new A.t(!1,null,null,null,null,null,15,B.b3,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense labelLarge 2014",null,null,null) +B.NQ=new A.t(!1,null,null,null,null,null,12,B.v,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense labelMedium 2014",null,null,null) +B.O6=new A.t(!1,null,null,null,null,null,11,B.v,null,null,null,B.aw,null,null,null,null,null,null,null,null,null,"dense labelSmall 2014",null,null,null) +B.QX=new A.ed(B.Q1,B.OD,B.QN,B.Q5,B.O9,B.NP,B.Qf,B.OP,B.Ou,B.PZ,B.Qe,B.OH,B.Pb,B.NQ,B.O6) +B.Q2=new A.t(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond displayLarge",null,null,null) +B.Pk=new A.t(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond displayMedium",null,null,null) +B.NI=new A.t(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond displaySmall",null,null,null) +B.Pf=new A.t(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond headlineLarge",null,null,null) +B.Qo=new A.t(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond headlineMedium",null,null,null) +B.O4=new A.t(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond headlineSmall",null,null,null) +B.Po=new A.t(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond titleLarge",null,null,null) +B.Qn=new A.t(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond titleMedium",null,null,null) +B.Ps=new A.t(!0,B.n,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond titleSmall",null,null,null) +B.Qr=new A.t(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond bodyLarge",null,null,null) +B.QL=new A.t(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond bodyMedium",null,null,null) +B.OM=new A.t(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond bodySmall",null,null,null) +B.Pp=new A.t(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond labelLarge",null,null,null) +B.P6=new A.t(!0,B.n,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond labelMedium",null,null,null) +B.Ot=new A.t(!0,B.n,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"blackRedmond labelSmall",null,null,null) +B.QY=new A.ed(B.Q2,B.Pk,B.NI,B.Pf,B.Qo,B.O4,B.Po,B.Qn,B.Ps,B.Qr,B.QL,B.OM,B.Pp,B.P6,B.Ot) +B.NG=new A.t(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity displayLarge",null,null,null) +B.Qz=new A.t(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity displayMedium",null,null,null) +B.NH=new A.t(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity displaySmall",null,null,null) +B.Os=new A.t(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity headlineLarge",null,null,null) +B.Qq=new A.t(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity headlineMedium",null,null,null) +B.Qh=new A.t(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity headlineSmall",null,null,null) +B.Oy=new A.t(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity titleLarge",null,null,null) +B.Of=new A.t(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity titleMedium",null,null,null) +B.QA=new A.t(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity titleSmall",null,null,null) +B.Pv=new A.t(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity bodyLarge",null,null,null) +B.PT=new A.t(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity bodyMedium",null,null,null) +B.OA=new A.t(!0,B.A,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity bodySmall",null,null,null) +B.NK=new A.t(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity labelLarge",null,null,null) +B.Oi=new A.t(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity labelMedium",null,null,null) +B.Pa=new A.t(!0,B.m,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteRedwoodCity labelSmall",null,null,null) +B.QZ=new A.ed(B.NG,B.Qz,B.NH,B.Os,B.Qq,B.Qh,B.Oy,B.Of,B.QA,B.Pv,B.PT,B.OA,B.NK,B.Oi,B.Pa) +B.OO=new A.t(!1,null,null,null,null,null,112,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall displayLarge 2014",null,null,null) +B.Qw=new A.t(!1,null,null,null,null,null,56,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall displayMedium 2014",null,null,null) +B.PQ=new A.t(!1,null,null,null,null,null,45,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall displaySmall 2014",null,null,null) +B.PP=new A.t(!1,null,null,null,null,null,40,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall headlineLarge 2014",null,null,null) +B.Pi=new A.t(!1,null,null,null,null,null,34,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall headlineMedium 2014",null,null,null) +B.Qv=new A.t(!1,null,null,null,null,null,24,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall headlineSmall 2014",null,null,null) +B.PW=new A.t(!1,null,null,null,null,null,21,B.bV,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall titleLarge 2014",null,null,null) +B.Qi=new A.t(!1,null,null,null,null,null,17,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall titleMedium 2014",null,null,null) +B.Pw=new A.t(!1,null,null,null,null,null,15,B.b3,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall titleSmall 2014",null,null,null) +B.Oj=new A.t(!1,null,null,null,null,null,15,B.bV,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall bodyLarge 2014",null,null,null) +B.OQ=new A.t(!1,null,null,null,null,null,15,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall bodyMedium 2014",null,null,null) +B.PV=new A.t(!1,null,null,null,null,null,13,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall bodySmall 2014",null,null,null) +B.Ph=new A.t(!1,null,null,null,null,null,15,B.bV,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall labelLarge 2014",null,null,null) +B.OC=new A.t(!1,null,null,null,null,null,12,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall labelMedium 2014",null,null,null) +B.Qc=new A.t(!1,null,null,null,null,null,11,B.v,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"tall labelSmall 2014",null,null,null) +B.R_=new A.ed(B.OO,B.Qw,B.PQ,B.PP,B.Pi,B.Qv,B.PW,B.Qi,B.Pw,B.Oj,B.OQ,B.PV,B.Ph,B.OC,B.Qc) +B.O3=new A.t(!0,B.A,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino displayLarge",null,null,null) +B.PL=new A.t(!0,B.A,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino displayMedium",null,null,null) +B.PY=new A.t(!0,B.A,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino displaySmall",null,null,null) +B.QC=new A.t(!0,B.A,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino headlineLarge",null,null,null) +B.Pj=new A.t(!0,B.A,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino headlineMedium",null,null,null) +B.Or=new A.t(!0,B.m,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino headlineSmall",null,null,null) +B.PS=new A.t(!0,B.m,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino titleLarge",null,null,null) +B.Pm=new A.t(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino titleMedium",null,null,null) +B.Pu=new A.t(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino titleSmall",null,null,null) +B.Qk=new A.t(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino bodyLarge",null,null,null) +B.OB=new A.t(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino bodyMedium",null,null,null) +B.QH=new A.t(!0,B.A,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino bodySmall",null,null,null) +B.Pe=new A.t(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino labelLarge",null,null,null) +B.Qb=new A.t(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino labelMedium",null,null,null) +B.OE=new A.t(!0,B.m,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.i,null,null,null,"whiteCupertino labelSmall",null,null,null) +B.R0=new A.ed(B.O3,B.PL,B.PY,B.QC,B.Pj,B.Or,B.PS,B.Pm,B.Pu,B.Qk,B.OB,B.QH,B.Pe,B.Qb,B.OE) +B.vI=new A.AB(1,"longestLine") +B.R2=new A.ew("",null,null,null,null,null,null,null,null,null) +B.R3=new A.ew("\u65e5\u5fd7",null,null,null,null,null,null,null,null,null) +B.R5=new A.ew("\u767b\u5f55\u9875",null,null,null,null,null,null,null,null,null) +B.R6=new A.ew("\u4e3b\u9875",null,null,null,null,null,null,null,null,null) +B.R9=new A.ew("\u79ef\u5206\u8be6\u60c5",null,null,null,null,null,null,null,null,null) +B.Up=new A.LY(0,"system") +B.Rc=new A.AC(0) +B.Rd=new A.AC(0.5) +B.Re=new A.AD(null) +B.eM=new A.AE(0,"clamp") +B.vJ=new A.AE(3,"decal") +B.Rf=new A.AF(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Rg=new A.AH(0,"LENGTH_SHORT") +B.Rh=new A.AH(1,"LENGTH_LONG") +B.Ri=new A.AI(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.bN=new A.AL(0.001,0.001) +B.Rj=new A.AL(0.01,1/0) +B.Rk=new A.M1(!1,!1,!0,!0) +B.Rl=new A.M1(!0,!0,!0,!0) +B.Rm=new A.AN(null,null,null,null,null,null,null,null) +B.lw=new A.AO(1,"longPress") +B.Rn=new A.AO(2,"tap") +B.vK=new A.tG(0,"identity") +B.vL=new A.tG(1,"transform2d") +B.eN=new A.tG(2,"complex") +B.Ro=new A.p_(0,"up") +B.Rp=new A.p_(3,"left") +B.Rr=A.ao("ape") +B.Rq=A.ao("apg") +B.Rs=A.ao("apf") +B.Rt=A.ao("apd") +B.Ru=A.ao("a6t") +B.vM=A.ao("pQ") +B.Rv=A.ao("q_") +B.Rw=A.ao("q0") +B.Rx=A.ao("c2") +B.Ry=A.ao("E") +B.Rz=A.ao("Gu") +B.RA=A.ao("aoV") +B.RB=A.ao("aoW") +B.vN=A.ao("ako") +B.vO=A.ao("h_") +B.RC=A.ao("aAW") +B.RD=A.ao("hH") +B.RE=A.ao("Z2") +B.RF=A.ao("Z3") +B.RG=A.ao("hL") +B.RH=A.ao("k_") +B.RI=A.ao("lT") +B.RJ=A.ao("aBN") +B.RK=A.ao("a0B") +B.RL=A.ao("aBO") +B.RM=A.ao("akC") +B.RN=A.ao("bC>") +B.lx=A.ao("f9") +B.br=A.ao("xV") +B.RO=A.ao("oc") +B.RP=A.ao("aCt") +B.RQ=A.ao("aD") +B.RR=A.ao("D") +B.eO=A.ao("i1") +B.RS=A.ao("a3n") +B.RT=A.ao("oq") +B.RU=A.ao("os") +B.RV=A.ao("i4") +B.RW=A.ao("a4B") +B.RX=A.ao("hk") +B.RY=A.ao("al6") +B.RZ=A.ao("hm") +B.S_=A.ao("KN") +B.S0=A.ao("oH") +B.S1=A.ao("m9") +B.S2=A.ao("kt") +B.dB=A.ao("j") +B.ly=A.ao("fg") +B.S3=A.ao("aEa") +B.S4=A.ao("aEb") +B.S5=A.ao("aEc") +B.S6=A.ao("cS") +B.S7=A.ao("aam") +B.S8=A.ao("eU") +B.S9=A.ao("jx") +B.lz=A.ao("hO") +B.Sa=A.ao("B_") +B.Sb=A.ao("iq") +B.Sc=A.ao("tN") +B.Sd=A.ao("mB<@>") +B.Se=A.ao("jH") +B.Sf=A.ao("jI") +B.Sg=A.ao("y") +B.Sh=A.ao("J") +B.vP=A.ao("@") +B.Si=A.ao("aph") +B.Sj=A.ao("p") +B.Sk=A.ao("YN") +B.lA=A.ao("io") +B.Sl=A.ao("wp") +B.Sm=A.ao("H8") +B.Sn=A.ao("br") +B.So=A.ao("YO") +B.Sp=A.ao("aAV") +B.Sq=A.ao("aoX") +B.wp=new A.du(B.n,1,B.bt) +B.Sr=new A.jv(B.m6,B.wp) +B.Ss=new A.AT(0,"scope") +B.vQ=new A.AT(1,"previouslyFocusedChild") +B.St=new A.c9(11264,55297,B.q,t.M) +B.Su=new A.c9(1425,1775,B.ab,t.M) +B.Sv=new A.c9(1786,2303,B.ab,t.M) +B.Sw=new A.c9(192,214,B.q,t.M) +B.Sx=new A.c9(216,246,B.q,t.M) +B.Sy=new A.c9(2304,8191,B.q,t.M) +B.Sz=new A.c9(248,696,B.q,t.M) +B.SA=new A.c9(55298,55299,B.ab,t.M) +B.SB=new A.c9(55300,55353,B.q,t.M) +B.SC=new A.c9(55354,55355,B.ab,t.M) +B.SD=new A.c9(55356,56319,B.q,t.M) +B.SE=new A.c9(63744,64284,B.q,t.M) +B.SF=new A.c9(64285,65023,B.ab,t.M) +B.SG=new A.c9(65024,65135,B.q,t.M) +B.SH=new A.c9(65136,65276,B.ab,t.M) +B.SI=new A.c9(65277,65535,B.q,t.M) +B.SJ=new A.c9(65,90,B.q,t.M) +B.SK=new A.c9(768,1424,B.q,t.M) +B.SL=new A.c9(8206,8206,B.q,t.M) +B.SM=new A.c9(8207,8207,B.ab,t.M) +B.SN=new A.c9(97,122,B.q,t.M) +B.SO=new A.AV(null) +B.cN=new A.AW(!1) +B.SP=new A.AW(!0) +B.SQ=new A.ef("dismissible",A.a_("ef")) +B.SR=new A.tK(B.j,0,B.r,B.j) +B.SS=new A.AX(0,"up") +B.lC=new A.AX(1,"down") +B.vR=new A.kJ(0,0) +B.ST=new A.kJ(-2,-2) +B.Y=new A.p7(0,"forward") +B.eT=new A.p7(1,"reverse") +B.SZ=new A.tR(0,"checkbox") +B.T_=new A.tR(1,"radio") +B.T0=new A.tR(2,"toggle") +B.T1=new A.tV(0,"inside") +B.T2=new A.tV(1,"higher") +B.T3=new A.tV(2,"lower") +B.Ar=new A.E(67108864) +B.E1=A.b(s([B.Ar,B.S]),t.t_) +B.T4=new A.ir(B.E1) +B.T5=new A.ir(null) +B.dH=new A.u5(0,"ready") +B.Tb=new A.u5(1,"possible") +B.eU=new A.u5(2,"accepted") +B.a8=new A.pc(0,"initial") +B.cb=new A.pc(1,"active") +B.Tc=new A.pc(2,"inactive") +B.vX=new A.pc(3,"defunct") +B.dI=new A.BA(B.lo,"clickable") +B.Ne=new A.mk("text") +B.Td=new A.BA(B.Ne,"textable") +B.Te=new A.O8(1) +B.Tf=new A.O8(-1) +B.lK=new A.u7(0,"none") +B.Tg=new A.u7(1,"forward") +B.Th=new A.u7(2,"reverse") +B.Ti=new A.u8(1,"small") +B.Tj=new A.u8(2,"large") +B.vY=new A.u8(3,"extended") +B.lL=new A.mx(0,"ready") +B.eV=new A.mx(1,"possible") +B.vZ=new A.mx(2,"accepted") +B.eW=new A.mx(3,"started") +B.Tk=new A.mx(4,"peaked") +B.eX=new A.pd(0,"idle") +B.Tl=new A.pd(1,"absorb") +B.eY=new A.pd(2,"pull") +B.w_=new A.pd(3,"recede") +B.eZ=new A.ph(0,"pressed") +B.lM=new A.ph(1,"hover") +B.Tm=new A.ph(2,"focus") +B.V=new A.pj(0,"minWidth") +B.a9=new A.pj(1,"maxWidth") +B.ah=new A.pj(2,"minHeight") +B.b0=new A.pj(3,"maxHeight") +B.Tn=new A.um(null,2) +B.lN=new A.mA(1/0,1/0,1/0,1/0,1/0,1/0) +B.To=new A.ct(B.dg,B.ct) +B.e4=new A.lE(1,"left") +B.Tp=new A.ct(B.dg,B.e4) +B.e5=new A.lE(2,"right") +B.Tq=new A.ct(B.dg,B.e5) +B.Tr=new A.ct(B.dg,B.bd) +B.Ts=new A.ct(B.dh,B.ct) +B.Tt=new A.ct(B.dh,B.e4) +B.Tu=new A.ct(B.dh,B.e5) +B.Tv=new A.ct(B.dh,B.bd) +B.Tw=new A.ct(B.di,B.ct) +B.Tx=new A.ct(B.di,B.e4) +B.Ty=new A.ct(B.di,B.e5) +B.Tz=new A.ct(B.di,B.bd) +B.TA=new A.ct(B.dj,B.ct) +B.TB=new A.ct(B.dj,B.e4) +B.TC=new A.ct(B.dj,B.e5) +B.TD=new A.ct(B.dj,B.bd) +B.TE=new A.ct(B.tM,B.bd) +B.TF=new A.ct(B.tN,B.bd) +B.TG=new A.ct(B.tO,B.bd) +B.TH=new A.ct(B.tP,B.bd) +B.TJ=new A.Po(null) +B.TI=new A.Pp(null) +B.TL=new A.pm(0,"addText") +B.TN=new A.pm(2,"pushStyle") +B.w0=new A.pm(3,"addPlaceholder") +B.TM=new A.pm(1,"pop") +B.TO=new A.mD(B.TM,null,null,null) +B.cc=new A.kS(0,"drag") +B.cd=new A.kS(1,"armed") +B.lO=new A.kS(2,"snap") +B.f_=new A.kS(3,"refresh") +B.lP=new A.kS(4,"done") +B.f0=new A.kS(5,"canceled") +B.lQ=new A.eD(1,"add") +B.w1=new A.eD(10,"remove") +B.TP=new A.eD(11,"popping") +B.TQ=new A.eD(12,"removing") +B.lR=new A.eD(13,"dispose") +B.TR=new A.eD(14,"disposed") +B.TS=new A.eD(2,"adding") +B.lS=new A.eD(3,"push") +B.w2=new A.eD(4,"pushReplace") +B.w3=new A.eD(5,"pushing") +B.TT=new A.eD(6,"replace") +B.dJ=new A.eD(7,"idle") +B.TU=new A.eD(8,"pop") +B.f1=new A.eW(0,"body") +B.f2=new A.eW(1,"appBar") +B.lU=new A.eW(10,"endDrawer") +B.f3=new A.eW(11,"statusBar") +B.f4=new A.eW(2,"bodyScrim") +B.f5=new A.eW(3,"bottomSheet") +B.ce=new A.eW(4,"snackBar") +B.f6=new A.eW(5,"materialBanner") +B.lV=new A.eW(6,"persistentFooter") +B.f7=new A.eW(7,"bottomNavigationBar") +B.f8=new A.eW(8,"floatingActionButton") +B.lW=new A.eW(9,"drawer") +B.TW=new A.pn(B.o,B.c8,B.kZ,null,null) +B.Ml=new A.L(100,0) +B.TX=new A.pn(B.Ml,B.c8,B.kZ,null,null) +B.Ur=new A.R8(0,"material") +B.k=new A.Rl(0,"created") +B.lX=new A.ps(0,"idle") +B.U1=new A.ps(1,"absorb") +B.lY=new A.ps(2,"pull") +B.w4=new A.ps(3,"recede") +B.Us=new A.Rz(0,"material") +B.U2=new A.RM(B.mL,B.dY) +B.f9=new A.uR(0,"leading") +B.fa=new A.uR(1,"middle") +B.fb=new A.uR(2,"trailing") +B.U3=new A.DK(0,"minimize") +B.U4=new A.DK(1,"maximize")})();(function staticFields(){$.iw=null +$.bg=A.bx("canvasKit") +$.asP=B.B3 +$.pE=null +$.iB=null +$.A0=A.b([],A.a_("o>")) +$.A_=A.b([],A.a_("o")) +$.aqZ=!1 +$.ar7=!1 +$.ii=null +$.bL=null +$.hv=null +$.alZ=!1 +$.iy=A.b([],t.kZ) +$.ar8=0 +$.Ew=0 +$.l2=A.b([],A.a_("o")) +$.ajp=A.b([],t.nx) +$.amm=null +$.ar6=!1 +$.a93=null +$.arz=null +$.amA=A.b([],t.g) +$.hw=A.b([],t.b) +$.Ez=B.mM +$.ahH=null +$.ai_=null +$.akK=null +$.apK=null +$.akV=null +$.auj=null +$.aud=null +$.aql=null +$.aEw=A.z(t.N,t.lG) +$.aEx=A.z(t.N,t.lG) +$.ass=null +$.arZ=0 +$.am_=A.b([],t.no) +$.amc=-1 +$.alT=-1 +$.alS=-1 +$.am7=-1 +$.at_=-1 +$.a_e=A.bx("_programCache") +$.a2X=null +$.aoo=null +$.e2=null +$.zT=null +$.ar3=A.z(A.a_("Au"),A.a_("LQ")) +$.aif=null +$.asS=-1 +$.asR=-1 +$.asT="" +$.asQ="" +$.asU=-1 +$.EF=A.z(t.N,A.a_("jY")) +$.asF=null +$.pA=!1 +$.To=null +$.adJ=null +$.aqr=null +$.a46=0 +$.JJ=A.aGB() +$.aox=null +$.aow=null +$.atL=null +$.atc=null +$.auf=null +$.aiR=null +$.ajd=null +$.amo=null +$.uV=null +$.EA=null +$.EB=null +$.am5=!1 +$.a5=B.af +$.pF=A.b([],t.jl) +$.asG=A.z(t.N,A.a_("a7(j,au)")) +$.alo=A.b([],A.a_("o")) +$.lo=null +$.akr=null +$.ap8=null +$.ap7=null +$.Or=A.z(t.N,t._8) +$.aAN=!0 +$.v0=null +$.hU=null +$.aBl=A.aHa() +$.akv=0 +$.Hl=A.b([],A.a_("o")) +$.apN=null +$.Tp=0 +$.ahY=null +$.alW=!1 +$.eK=null +$.kD=A.b([],A.a_("o")) +$.aE4=A.aK(A.a_("oY")) +$.fc=null +$.m3=null +$.ama=1 +$.bK=null +$.zS=null +$.aoO=0 +$.aoM=A.z(t.S,t.I7) +$.aoN=A.z(t.I7,t.S) +$.a6X=0 +$.e9=null +$.tp=null +$.ali=null +$.arg=1 +$.aEo=!1 +$.F=null +$.as2=1 +$.aqo=null +$.asC=null +$.ahX=null +$.ala=null +$.iV=null +$.cT=null +$.aC_=A.z(t.S,A.a_("aJV"))})();(function lazyInitializers(){var s=hunkHelpers.lazyFinal,r=hunkHelpers.lazy +s($,"aLA","bV",()=>A.aHL(A.EN().navigator.vendor,B.b.E_(A.EN().navigator.userAgent))) +s($,"aMa","em",()=>A.aHN()) +r($,"aJh","amL",()=>A.IB(8)) +s($,"aLc","avq",()=>A.ary(0,0,1)) +s($,"aLD","TO",()=>J.anF(J.ajT(A.a8()))) +s($,"aN1","ane",()=>self.window.h5vcc!=null) +s($,"aMk","aw7",()=>A.b([J.ays(J.l7(A.a8())),J.axI(J.l7(A.a8())),J.axU(J.l7(A.a8())),J.anJ(J.l7(A.a8())),J.axZ(J.l7(A.a8())),J.ayg(J.l7(A.a8())),J.axh(J.l7(A.a8())),J.axH(J.l7(A.a8())),J.axG(J.l7(A.a8()))],A.a_("o"))) +s($,"aMu","awe",()=>A.b([J.ayb(J.anP(A.a8())),J.axS(J.anP(A.a8()))],A.a_("o"))) +s($,"aMr","awc",()=>A.b([J.axT(J.v9(A.a8())),J.ayd(J.v9(A.a8())),J.axk(J.v9(A.a8())),J.axR(J.v9(A.a8())),J.ayp(J.v9(A.a8())),J.axD(J.v9(A.a8()))],A.a_("o"))) +s($,"aMv","awf",()=>A.b([J.axc(J.U1(A.a8())),J.axu(J.U1(A.a8())),J.axv(J.U1(A.a8())),J.axt(J.U1(A.a8()))],A.a_("o"))) +s($,"aMn","aw9",()=>A.b([J.anQ(J.v8(A.a8())),J.anG(J.v8(A.a8())),J.axO(J.v8(A.a8())),J.axP(J.v8(A.a8())),J.axN(J.v8(A.a8())),J.ayr(J.v8(A.a8()))],A.a_("o"))) +s($,"aMo","awa",()=>A.b([J.anQ(J.anL(A.a8())),J.anG(J.anL(A.a8()))],A.a_("o"))) +s($,"aMi","an4",()=>A.b([J.anD(J.ajT(A.a8())),J.anF(J.ajT(A.a8()))],A.a_("o"))) +s($,"aMj","TU",()=>A.b([J.ayx(J.anE(A.a8())),J.axE(J.anE(A.a8()))],A.a_("o"))) +s($,"aMh","aw6",()=>A.b([J.anJ(J.TY(A.a8())),J.anN(J.TY(A.a8())),J.ay5(J.TY(A.a8())),J.axQ(J.TY(A.a8()))],A.a_("o"))) +s($,"aMp","an6",()=>A.b([J.axj(J.ajX(A.a8())),J.anM(J.ajX(A.a8())),J.ayj(J.ajX(A.a8()))],A.a_("o"))) +s($,"aMl","an5",()=>A.b([J.axJ(J.anK(A.a8())),J.ayq(J.anK(A.a8()))],A.a_("o"))) +s($,"aMg","an3",()=>A.b([J.axm(J.c1(A.a8())),J.ayk(J.c1(A.a8())),J.axy(J.c1(A.a8())),J.ayo(J.c1(A.a8())),J.axC(J.c1(A.a8())),J.aym(J.c1(A.a8())),J.axA(J.c1(A.a8())),J.ayn(J.c1(A.a8())),J.axB(J.c1(A.a8())),J.ayl(J.c1(A.a8())),J.axz(J.c1(A.a8())),J.ayy(J.c1(A.a8())),J.aya(J.c1(A.a8())),J.ay2(J.c1(A.a8())),J.ayf(J.c1(A.a8())),J.ay6(J.c1(A.a8())),J.axq(J.c1(A.a8())),J.axV(J.c1(A.a8())),J.axp(J.c1(A.a8())),J.axo(J.c1(A.a8())),J.axK(J.c1(A.a8())),J.ayi(J.c1(A.a8())),J.anD(J.c1(A.a8())),J.axF(J.c1(A.a8())),J.ay3(J.c1(A.a8())),J.axL(J.c1(A.a8())),J.aye(J.c1(A.a8())),J.axn(J.c1(A.a8())),J.axX(J.c1(A.a8()))],A.a_("o"))) +s($,"aMq","awb",()=>A.b([J.ay1(J.ajY(A.a8())),J.anM(J.ajY(A.a8())),J.axg(J.ajY(A.a8()))],A.a_("o"))) +s($,"aMw","awg",()=>A.b([J.axl(J.U2(A.a8())),J.ayc(J.U2(A.a8())),J.ay0(J.U2(A.a8())),J.axs(J.U2(A.a8()))],A.a_("o"))) +s($,"aLR","avO",()=>{var q=A.IB(2) +q[0]=0 +q[1]=1 +return q}) +s($,"aMf","an2",()=>A.aIw(4)) +s($,"aMt","awd",()=>A.b([J.anN(J.EW(A.a8())),J.axx(J.EW(A.a8())),J.axw(J.EW(A.a8())),J.axr(J.EW(A.a8())),J.ayw(J.EW(A.a8()))],A.a_("o"))) +s($,"aMs","an7",()=>A.b([J.axd(J.anO(A.a8())),J.axM(J.anO(A.a8()))],A.a_("o"))) +s($,"aMm","aw8",()=>A.b([J.axe(J.v7(A.a8())),J.axb(J.v7(A.a8())),J.axf(J.v7(A.a8())),J.ayt(J.v7(A.a8())),J.axi(J.v7(A.a8())),J.ay_(J.v7(A.a8()))],A.a_("o"))) +s($,"aJp","auw",()=>A.aCY()) +r($,"aJo","TI",()=>$.auw()) +r($,"aME","EQ",()=>self.window.FinalizationRegistry!=null) +r($,"aJQ","ajJ",()=>{var q=t.S,p=t.t +return new A.HI(A.aK(q),A.b([],A.a_("o")),A.z(q,t.wW),A.z(q,A.a_("aJF")),A.z(q,A.a_("aKM")),A.z(q,A.a_("dp")),A.aK(q),A.b([],p),A.b([],p),$.bX().gkO(),A.z(q,A.a_("b0")))}) +r($,"aJL","v4",()=>{var q=t.S +return new A.Hu(A.aK(q),A.aK(q),A.aBr(),A.b([],t.Pc),A.b(["Roboto"],t.s),A.z(t.N,q),A.aK(q))}) +r($,"aM8","TS",()=>A.cD("Noto Sans SC",A.b([B.y2,B.y5,B.dP,B.yK,B.ms],t.Cz))) +r($,"aM9","TT",()=>A.cD("Noto Sans TC",A.b([B.mq,B.mr,B.dP],t.Cz))) +r($,"aM6","TQ",()=>A.cD("Noto Sans HK",A.b([B.mq,B.mr,B.dP],t.Cz))) +r($,"aM7","TR",()=>A.cD("Noto Sans JP",A.b([B.y1,B.dP,B.ms],t.Cz))) +r($,"aLC","avG",()=>A.b([$.TS(),$.TT(),$.TQ(),$.TR()],t.Qg)) +r($,"aM5","aw1",()=>{var q=t.Cz +return A.b([$.TS(),$.TT(),$.TQ(),$.TR(),A.cD("Noto Naskh Arabic UI",A.b([B.ya,B.z3,B.z4,B.z6,B.y_,B.yI,B.yL],q)),A.cD("Noto Sans Armenian",A.b([B.y7,B.yG],q)),A.cD("Noto Sans Bengali UI",A.b([B.bw,B.yd,B.aN,B.bR,B.az],q)),A.cD("Noto Sans Myanmar UI",A.b([B.yu,B.aN,B.az],q)),A.cD("Noto Sans Egyptian Hieroglyphs",A.b([B.yY],q)),A.cD("Noto Sans Ethiopic",A.b([B.yD,B.xX,B.yB],q)),A.cD("Noto Sans Georgian",A.b([B.y8,B.yx,B.xW],q)),A.cD("Noto Sans Gujarati UI",A.b([B.bw,B.yh,B.aN,B.bR,B.az,B.fn],q)),A.cD("Noto Sans Gurmukhi UI",A.b([B.bw,B.ye,B.aN,B.bR,B.az,B.zn,B.fn],q)),A.cD("Noto Sans Hebrew",A.b([B.y9,B.za,B.az,B.yH],q)),A.cD("Noto Sans Devanagari UI",A.b([B.yb,B.yT,B.yV,B.aN,B.z9,B.bR,B.az,B.fn,B.yA],q)),A.cD("Noto Sans Kannada UI",A.b([B.bw,B.yn,B.aN,B.bR,B.az],q)),A.cD("Noto Sans Khmer UI",A.b([B.yE,B.z2,B.az],q)),A.cD("Noto Sans KR",A.b([B.y3,B.y4,B.y6,B.yC],q)),A.cD("Noto Sans Lao UI",A.b([B.yt,B.az],q)),A.cD("Noto Sans Malayalam UI",A.b([B.yX,B.z0,B.bw,B.yo,B.aN,B.bR,B.az],q)),A.cD("Noto Sans Sinhala",A.b([B.bw,B.yq,B.aN,B.az],q)),A.cD("Noto Sans Tamil UI",A.b([B.bw,B.yj,B.aN,B.bR,B.az],q)),A.cD("Noto Sans Telugu UI",A.b([B.yc,B.bw,B.ym,B.yU,B.aN,B.az],q)),A.cD("Noto Sans Thai UI",A.b([B.yr,B.aN,B.az],q)),A.cD("Noto Sans",A.b([B.xS,B.yl,B.yp,B.yO,B.yP,B.yR,B.yS,B.z1,B.z7,B.zc,B.zh,B.zi,B.zj,B.zk,B.zl,B.yM,B.yN,B.xT,B.xY,B.y0,B.zg,B.xU,B.yQ,B.ze,B.xZ,B.yw,B.yJ,B.zm,B.z_,B.yf,B.yF,B.yW,B.z5,B.z8,B.zd,B.zf,B.xV,B.yy,B.yg,B.yi,B.yk,B.ys,B.yv,B.yz,B.yZ,B.zb],q))],t.Qg)}) +r($,"aMQ","pL",()=>{var q=t.V0 +return new A.Hb(new A.a2Q(),A.aK(q),A.z(t.N,q))}) +s($,"aLz","avE",()=>A.aAt("ftyp")) +s($,"aN0","aJ",()=>{var q=$.avL() +return q}) +s($,"aLM","avL",()=>A.aFY()) +s($,"aLQ","avN",()=>A.aCl(B.DZ)) +s($,"aLP","ajO",()=>A.a1J(new A.G4($.avN()))) +s($,"aKk","TK",()=>{var q=A.a_("dV") +return new A.L6(1024,A.ap4(q),A.z(q,A.a_("akp>")))}) +r($,"aJm","v3",()=>{var q=A.a_("dV") +return new A.a9b(500,A.ap4(q),A.z(q,A.a_("akp>")))}) +s($,"aJl","auu",()=>new self.window.flutterCanvasKit.Paint()) +s($,"aJk","aut",()=>{var q=new self.window.flutterCanvasKit.Paint() +J.ak_(q,0) +return q}) +s($,"aKc","auU",()=>A.ary(0,0,1)) +s($,"aLL","avJ",()=>B.a5.c9(A.az(["type","fontsChange"],t.N,t.z))) +s($,"aMN","anb",()=>{var q=A.ar9() +q.setAttribute("width",0) +q.setAttribute("height",0) +B.h.sbS(q.style,"absolute") +return q}) +s($,"aL7","amY",()=>A.IB(4)) +s($,"aKL","avh",()=>A.aq4(A.b([0,1,2,2,3,0],t.t))) +s($,"aMx","awh",()=>A.amk(A.amk(A.amk(A.EN(),"Image"),"prototype"),"decode")!=null) +s($,"aMS","pM",()=>{var q=t.N,p=t.S +return new A.a3H(A.z(q,t._8),A.z(p,t.Q),A.aK(q),A.z(p,q))}) +s($,"aLT","avQ",()=>8589934852) +s($,"aLU","avR",()=>8589934853) +s($,"aLV","avS",()=>8589934848) +s($,"aLW","avT",()=>8589934849) +s($,"aM_","avX",()=>8589934850) +s($,"aM0","avY",()=>8589934851) +s($,"aLY","avV",()=>8589934854) +s($,"aLZ","avW",()=>8589934855) +s($,"aLX","avU",()=>A.az([$.avQ(),new A.ai6(),$.avR(),new A.ai7(),$.avS(),new A.ai8(),$.avT(),new A.ai9(),$.avX(),new A.aia(),$.avY(),new A.aib(),$.avV(),new A.aic(),$.avW(),new A.aid()],t.S,A.a_("y(jW)"))) +s($,"aJH","aL",()=>{var q=t.K +q=new A.Yp(A.aCz(B.wJ,!1,"/",A.aks(),B.ad,!1,null,A.aHU()),A.z(q,A.a_("nv")),A.z(q,A.a_("Mj")),A.EN().matchMedia("(prefers-color-scheme: dark)")) +q.Yv() +q.YA() +return q}) +r($,"aG7","avK",()=>A.aGL()) +s($,"aMX","anc",()=>A.amn(A.EN(),"FontFace")) +s($,"aMY","awt",()=>{if(A.amn(A.att(),"fonts")){var q=A.att().fonts +q.toString +q=A.amn(q,"clear")}else q=!1 +return q}) +r($,"aMF","awn",()=>{var q=self.window.ImageDecoder!=null&&A.aHo()===B.ba +return q}) +s($,"aMD","awm",()=>{var q=$.aoo +return q==null?$.aoo=A.azM():q}) +s($,"aMd","aw4",()=>A.az([B.uR,new A.ain(),B.uS,new A.aio(),B.uT,new A.aip(),B.uU,new A.aiq(),B.uV,new A.air(),B.uW,new A.ais(),B.uX,new A.ait(),B.uY,new A.aiu()],t.Zg,A.a_("fD(cF)"))) +s($,"aJM","auF",()=>A.c_("[a-z0-9\\s]+",!1)) +s($,"aJN","auG",()=>A.c_("\\b\\d",!0)) +r($,"aKl","av_",()=>{var q=A.aB2("flt-ruler-host"),p=new A.KA(q),o=q.style +B.h.sbS(o,"fixed") +B.h.sahe(o,"hidden") +B.h.sDy(o,"hidden") +B.h.swA(o,"0") +B.h.siH(o,"0") +B.h.saQ(o,"0") +B.h.sbk(o,"0") +o=A.aI_().z.gOu() +o.appendChild(q) +A.aII(p.geE(p)) +return p}) +s($,"aMC","awl",()=>A.aEd(A.b([B.SJ,B.SN,B.Sw,B.Sx,B.Sz,B.SK,B.Su,B.Sv,B.Sy,B.SL,B.SM,B.St,B.SA,B.SB,B.SC,B.SD,B.SE,B.SF,B.SG,B.SH,B.SI],A.a_("o>")),null,A.a_("kC?"))) +r($,"aN5","ES",()=>A.aEe("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.E8,B.vS,A.a_("cI"))) +s($,"aJf","aus",()=>{var q=t.N +return new A.V1(A.az(["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($,"aMZ","and",()=>new A.a02()) +s($,"aMA","awj",()=>A.IB(4)) +s($,"aMy","an8",()=>A.IB(16)) +s($,"aMz","awi",()=>A.aCb($.an8())) +r($,"aMU","bW",()=>{A.EN() +return B.wQ.gahf()}) +s($,"aN4","bX",()=>A.aBa(0,$.aL())) +s($,"aJu","TJ",()=>A.atK("_$dart_dartClosure")) +s($,"aMR","ajQ",()=>B.af.f_(new A.ajo())) +s($,"aKy","av4",()=>A.kG(A.aaj({ +toString:function(){return"$receiver$"}}))) +s($,"aKz","av5",()=>A.kG(A.aaj({$method$:null, +toString:function(){return"$receiver$"}}))) +s($,"aKA","av6",()=>A.kG(A.aaj(null))) +s($,"aKB","av7",()=>A.kG(function(){var $argumentsExpr$="$arguments$" +try{null.$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"aKE","ava",()=>A.kG(A.aaj(void 0))) +s($,"aKF","avb",()=>A.kG(function(){var $argumentsExpr$="$arguments$" +try{(void 0).$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"aKD","av9",()=>A.kG(A.art(null))) +s($,"aKC","av8",()=>A.kG(function(){try{null.$method$}catch(q){return q.message}}())) +s($,"aKH","avd",()=>A.kG(A.art(void 0))) +s($,"aKG","avc",()=>A.kG(function(){try{(void 0).$method$}catch(q){return q.message}}())) +s($,"aKS","amQ",()=>A.aEr()) +s($,"aJO","EO",()=>A.a_("a4").a($.ajQ())) +s($,"aKJ","avf",()=>new A.aaB().$0()) +s($,"aKK","avg",()=>new A.aaA().$0()) +s($,"aKT","avk",()=>A.aCn(A.l0(A.b([-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($,"aLh","amZ",()=>typeof process!="undefined"&&Object.prototype.toString.call(process)=="[object process]"&&process.platform=="win32") +s($,"aLi","avu",()=>A.c_("^[\\-\\.0-9A-Z_a-z~]*$",!0)) +r($,"aLN","avM",()=>new Error().stack!=void 0) +s($,"aLO","dr",()=>A.mM(B.RR)) +s($,"aKo","TL",()=>{A.aCV() +return $.a46}) +s($,"aMe","aw5",()=>A.aFS()) +s($,"aJr","aux",()=>({})) +s($,"aL4","avp",()=>A.k9(["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($,"aJB","ajI",()=>B.b.lG(A.WP(),"Opera",0)) +s($,"aJA","auB",()=>!$.ajI()&&B.b.lG(A.WP(),"Trident/",0)) +s($,"aJz","auA",()=>B.b.lG(A.WP(),"Firefox",0)) +s($,"aJC","auC",()=>!$.ajI()&&B.b.lG(A.WP(),"WebKit",0)) +s($,"aJy","auz",()=>"-"+$.auD()+"-") +s($,"aJD","auD",()=>{if($.auA())var q="moz" +else if($.auB())q="ms" +else q=$.ajI()?"o":"webkit" +return q}) +s($,"aLE","v5",()=>A.aFH(A.aiC(self))) +s($,"aL0","amW",()=>A.atK("_$dart_dartObject")) +s($,"aLF","an_",()=>function DartObject(a){this.o=a}) +s($,"aJG","df",()=>A.kf(A.aq4(A.b([1],t.t)).buffer,0,null).getInt8(0)===1?B.ae:B.wY) +s($,"aMG","ER",()=>new A.VC(A.z(t.N,A.a_("kN")))) +s($,"aMT","aws",()=>new A.a3K()) +s($,"aLy","avD",()=>A.c_("^[\\x00-\\x7F]+$",!0)) +s($,"aLS","avP",()=>A.ar4(1,1,500)) +s($,"aMI","awo",()=>new A.ac9()) +s($,"aM2","aw_",()=>A.ee(B.cB,B.j,t.EP)) +s($,"aM1","avZ",()=>A.ee(B.j,B.Kf,t.EP)) +r($,"aL_","avl",()=>new A.GH(B.T5,B.T4)) +s($,"aMJ","awp",()=>new A.Wt()) +s($,"aMB","awk",()=>new A.aiw().$0()) +s($,"aLB","avF",()=>new A.ahK().$0()) +r($,"aJJ","hz",()=>$.aBl) +s($,"aJi","b4",()=>A.b7(0,null,!1,t.Nw)) +s($,"aLG","TP",()=>A.j4(null,t.N)) +s($,"aLH","an0",()=>A.aDJ()) +s($,"aKP","avj",()=>A.aCo(8)) +s($,"aKn","av0",()=>A.c_("^\\s*at ([^\\s]+).*$",!0)) +s($,"aKU","amR",()=>A.ee(1,1.5,t.i)) +s($,"aML","ana",()=>new A.acz()) +s($,"aLd","avr",()=>A.ee(0.75,1,t.i)) +s($,"aLe","avs",()=>A.f2(B.Rd)) +s($,"aJR","auH",()=>A.f2(B.au)) +s($,"aJS","auI",()=>A.f2(B.BZ)) +s($,"aLr","avC",()=>{var q=t.i +return A.b([A.ars(A.ee(0,0.4,q).hi(A.f2(B.Av)),0.166666,q),A.ars(A.ee(0.4,1,q).hi(A.f2(B.Ax)),0.833334,q)],t.j7)}) +s($,"aLq","TN",()=>A.arr($.avC(),t.i)) +s($,"aLj","avv",()=>A.ee(0,1,t.i).hi(A.f2(B.BY))) +s($,"aLk","avw",()=>A.ee(1.1,1,t.i).hi($.TN())) +s($,"aLl","avx",()=>A.ee(0.85,1,t.i).hi($.TN())) +s($,"aLm","avy",()=>A.ee(0,0.6,t.PM).hi(A.f2(B.C2))) +s($,"aLn","avz",()=>A.ee(1,0,t.i).hi(A.f2(B.C6))) +s($,"aLp","avB",()=>A.ee(1,1.05,t.i).hi($.TN())) +s($,"aLo","avA",()=>A.ee(1,0.9,t.i).hi($.TN())) +s($,"aKY","amU",()=>A.f2(B.C5).hi(A.f2(B.l8))) +s($,"aKZ","amV",()=>A.f2(B.C4).hi(A.f2(B.l8))) +s($,"aKW","amS",()=>A.f2(B.l8)) +s($,"aKX","amT",()=>A.f2(B.KT)) +s($,"aK8","auQ",()=>A.ee(0,0.75,t.i)) +s($,"aK6","auO",()=>A.ee(0,1.5,t.i)) +s($,"aK7","auP",()=>A.ee(1,0,t.i)) +s($,"aL1","avm",()=>A.ee(0.875,1,t.i).hi(A.f2(B.cm))) +s($,"aMO","awq",()=>new A.a1U()) +s($,"aKx","av3",()=>A.aE_()) +s($,"aKw","av2",()=>new A.O5(A.z(A.a_("uj"),t.we),5,A.a_("O5"))) +s($,"aJd","aur",()=>A.c_("/?(\\d+(\\.\\d*)?)x$",!0)) +s($,"aJX","ajK",()=>A.aCm(4)) +r($,"aK9","auR",()=>B.zy) +r($,"aKb","auT",()=>{var q=null +return A.ari(q,B.my,q,q,q,q,"sans-serif",q,q,18,q,q,q,q,q,q,q,q,q,q)}) +r($,"aKa","auS",()=>{var q=null +return A.akZ(q,q,q,q,q,q,q,q,q,B.lp,B.q,q)}) +s($,"aLf","avt",()=>A.aCc()) +s($,"aKg","ajM",()=>A.oD()) +s($,"aKf","auX",()=>A.aq2(0)) +s($,"aKh","auY",()=>A.aq2(0)) +s($,"aKi","auZ",()=>A.aCd().a) +s($,"aMV","TV",()=>{var q=t.N +return new A.a3B(A.z(q,A.a_("a7")),A.z(q,t.L0))}) +s($,"aJU","auK",()=>A.az([4294967562,B.Ch,4294967564,B.Ci,4294967556,B.Cg],t.S,t.SQ)) +s($,"aK4","ajL",()=>{var q=t.v3 +return new A.a4k(A.b([],A.a_("o<~(i6)>")),A.z(q,t.bd),A.aK(q))}) +s($,"aK3","auN",()=>{var q=t.v3 +return A.az([B.Tx,A.bM([B.c4],q),B.Ty,A.bM([B.c6],q),B.Tz,A.bM([B.c4,B.c6],q),B.Tw,A.bM([B.c4],q),B.Tt,A.bM([B.c3],q),B.Tu,A.bM([B.cE],q),B.Tv,A.bM([B.c3,B.cE],q),B.Ts,A.bM([B.c3],q),B.Tp,A.bM([B.c2],q),B.Tq,A.bM([B.cD],q),B.Tr,A.bM([B.c2,B.cD],q),B.To,A.bM([B.c2],q),B.TB,A.bM([B.c5],q),B.TC,A.bM([B.cF],q),B.TD,A.bM([B.c5,B.cF],q),B.TA,A.bM([B.c5],q),B.TE,A.bM([B.dl],q),B.TF,A.bM([B.dn],q),B.TG,A.bM([B.dm],q),B.TH,A.bM([B.dk],q)],A.a_("ct"),A.a_("b0"))}) +s($,"aK2","amM",()=>A.az([B.c4,B.dc,B.c6,B.ev,B.c3,B.c0,B.cE,B.cz,B.c2,B.db,B.cD,B.eu,B.c5,B.dd,B.cF,B.ew,B.dl,B.ep,B.dn,B.eq,B.dm,B.er],t.v3,t.bd)) +s($,"aK1","auM",()=>{var q,p,o=A.z(t.v3,t.bd) +o.n(0,B.dk,B.he) +for(q=$.amM(),q=q.geP(q),q=q.ga1(q);q.t();){p=q.gH(q) +o.n(0,p.gcG(p),p.gl(p))}return o}) +s($,"aJI","auE",()=>new A.Hf("\n",!1,"")) +s($,"aKv","el",()=>{var q=new A.LR(A.z(t.N,A.a_("aqP"))) +q.a=B.Kk +q.gZu().l7(q.ga3Q()) +return q}) +r($,"aKO","avi",()=>{var q=A.a_("~(b_)") +return A.az([B.RC,A.ap3(!0),B.Sp,A.ap3(!1),B.RY,new A.Kt(A.yl(q)),B.RO,new A.II(A.yl(q)),B.RT,new A.JF(A.yl(q)),B.vN,new A.wk(!1,A.yl(q)),B.RZ,new A.KI(A.yl(q)),B.RU,new A.JK(A.yl(q))],t.n,t.od)}) +s($,"aJw","auy",()=>{var q,p,o,n,m,l=t.vz,k=A.z(A.a_("rQ"),l) +for(q=A.a_("aR"),p=0;p<2;++p){o=B.F0[p] +for(n=A.az([A.oJ(B.cw,!1,!1,!1,o),B.p,A.oJ(B.c_,!1,!1,!1,o),B.p,A.oJ(B.cw,!0,!1,!1,o),B.p,A.oJ(B.c_,!0,!1,!1,o),B.p,A.oJ(B.cw,!1,!0,!1,o),B.p,A.oJ(B.c_,!1,!0,!1,o),B.p,A.oJ(B.cw,!1,!1,!0,o),B.p,A.oJ(B.c_,!1,!1,!0,o),B.p],q,l),n=n.geP(n),n=n.ga1(n);n.t();){m=n.gH(n) +k.n(0,m.gcG(m),m.gl(m))}}k.n(0,B.LH,B.p) +k.n(0,B.LI,B.p) +k.n(0,B.LJ,B.p) +k.n(0,B.LT,B.p) +k.n(0,B.M3,B.p) +k.n(0,B.M8,B.p) +k.n(0,B.M9,B.p) +k.n(0,B.Ma,B.p) +k.n(0,B.lj,B.p) +k.n(0,B.lk,B.p) +k.n(0,B.ll,B.p) +k.n(0,B.li,B.p) +k.n(0,B.LK,B.p) +k.n(0,B.LL,B.p) +k.n(0,B.LM,B.p) +k.n(0,B.LN,B.p) +k.n(0,B.LO,B.p) +k.n(0,B.LP,B.p) +k.n(0,B.LQ,B.p) +k.n(0,B.LR,B.p) +k.n(0,B.LS,B.p) +k.n(0,B.LU,B.p) +k.n(0,B.LV,B.p) +k.n(0,B.LW,B.p) +k.n(0,B.LX,B.p) +k.n(0,B.LY,B.p) +k.n(0,B.LZ,B.p) +k.n(0,B.M_,B.p) +k.n(0,B.M0,B.p) +k.n(0,B.M1,B.p) +k.n(0,B.M2,B.p) +k.n(0,B.M4,B.p) +k.n(0,B.M5,B.p) +k.n(0,B.M6,B.p) +k.n(0,B.vn,B.p) +k.n(0,B.vm,B.p) +k.n(0,B.Mb,B.p) +k.n(0,B.Mc,B.p) +k.n(0,B.Md,B.p) +k.n(0,B.Me,B.p) +k.n(0,B.Mf,B.p) +k.n(0,B.Mg,B.p) +k.n(0,B.Mh,B.p) +k.n(0,B.Mi,B.p) +return k}) +r($,"aL6","amX",()=>new A.Pn(B.TI,B.a8)) +s($,"aL3","avo",()=>A.ee(1,0,t.i)) +r($,"aLb","ajN",()=>{var q=A.aEl(null),p=A.aAv(t.H) +return new A.Pm(B.l7,q,p)}) +s($,"aL2","avn",()=>A.bS(16667,0,0)) +s($,"aLI","avH",()=>A.aq9(0)) +s($,"aKd","auV",()=>A.ar4(0.5,1.1,100)) +s($,"aKe","auW",()=>{var q,p +A.arD() +q=$.bX() +p=q.gv9(q) +A.arD() +return new A.AL(1/q.gv9(q),1/(0.05*p))}) +s($,"aJn","auv",()=>A.atV(0.78)/A.atV(0.9)) +s($,"aN2","awv",()=>new A.a3L(A.z(t.N,A.a_("a7?(c2?)")))) +s($,"aLJ","avI",()=>A.c_('["\\x00-\\x1F\\x7F]',!0)) +s($,"aN_","awu",()=>A.c_('[^()<>@,;:"\\\\/[\\]?={} \\t\\x00-\\x1F\\x7F]+',!0)) +s($,"aM4","aw0",()=>A.c_("(?:\\r\\n)?[ \\t]+",!0)) +s($,"aMc","aw3",()=>A.c_('"(?:[^"\\x00-\\x1F\\x7F]|\\\\.)*"',!0)) +s($,"aMb","aw2",()=>A.c_("\\\\(.)",!0)) +s($,"aMP","awr",()=>A.c_('[()<>@,;:"\\\\/\\[\\]?={} \\t\\x00-\\x1F\\x7F]',!0)) +s($,"aN3","aww",()=>A.c_("(?:"+$.aw0().a+")*",!0)) +s($,"aJT","auJ",()=>new A.HY(B.JU)) +s($,"aK_","auL",()=>new A.D()) +s($,"aMH","an9",()=>new A.We(A.a_("nV").a($.amO()),null)) +s($,"aKr","av1",()=>new A.JE(A.c_("/",!0),A.c_("[^/]$",!0),A.c_("^/",!0))) +s($,"aKt","TM",()=>new A.Mn(A.c_("[/\\\\]",!0),A.c_("[^/\\\\]$",!0),A.c_("^(\\\\\\\\[^\\\\]+\\\\[^\\\\/]+|[a-zA-Z]:[/\\\\])",!0),A.c_("^[/\\\\](?![/\\\\])",!0))) +s($,"aKs","EP",()=>new A.Mc(A.c_("/",!0),A.c_("(^[a-zA-Z][-+.a-zA-Z\\d]*://|[^/])$",!0),A.c_("[a-zA-Z][-+.a-zA-Z\\d]*://[^/]*",!0),A.c_("^/",!0))) +s($,"aKq","amO",()=>A.aDP()) +s($,"aM3","ajP",()=>A.aFR()) +s($,"aLK","an1",()=>A.aFQ()) +r($,"aDr","amN",()=>new A.a22()) +r($,"aJW","hA",()=>{var q=new A.WO(),p=A.aCO() +q.a=B.no +return new A.a1E(q,p,new A.Wa())}) +s($,"aKI","amP",()=>new A.D()) +r($,"aEi","ave",()=>new A.a23($.amP()))})();(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.qV,AnimationEffectReadOnly:J.i,AnimationEffectTiming:J.i,AnimationEffectTimingReadOnly:J.i,AnimationTimeline:J.i,AnimationWorkletGlobalScope:J.i,AuthenticatorAssertionResponse:J.i,AuthenticatorAttestationResponse:J.i,AuthenticatorResponse:J.i,BackgroundFetchFetch:J.i,BackgroundFetchManager:J.i,BackgroundFetchSettledFetch:J.i,BarProp:J.i,BarcodeDetector:J.i,BluetoothRemoteGATTDescriptor:J.i,BudgetState:J.i,CacheStorage:J.i,CanvasGradient:J.i,CanvasPattern:J.i,Client:J.i,Clients:J.i,CookieStore:J.i,Coordinates:J.i,CredentialsContainer:J.i,Crypto:J.i,CryptoKey:J.i,CSS:J.i,CSSVariableReferenceValue:J.i,CustomElementRegistry:J.i,DataTransfer:J.i,DataTransferItem:J.i,DeprecatedStorageInfo:J.i,DeprecatedStorageQuota:J.i,DeprecationReport:J.i,DetectedBarcode:J.i,DetectedFace:J.i,DetectedText:J.i,DeviceAcceleration:J.i,DeviceRotationRate:J.i,DirectoryReader:J.i,WebKitDirectoryReader:J.i,webkitFileSystemDirectoryReader:J.i,FileSystemDirectoryReader:J.i,DocumentOrShadowRoot:J.i,DocumentTimeline:J.i,DOMImplementation:J.i,Iterator:J.i,DOMMatrix:J.i,DOMMatrixReadOnly:J.i,DOMParser:J.i,DOMPoint:J.i,DOMPointReadOnly:J.i,DOMQuad:J.i,DOMStringMap:J.i,External:J.i,FaceDetector:J.i,FontFaceSource:J.i,FormData:J.i,GamepadButton:J.i,GamepadPose:J.i,Geolocation:J.i,Position:J.i,GeolocationPosition:J.i,Headers:J.i,HTMLHyperlinkElementUtils:J.i,IdleDeadline:J.i,ImageBitmap:J.i,ImageBitmapRenderingContext:J.i,ImageCapture:J.i,InputDeviceCapabilities:J.i,IntersectionObserver:J.i,IntersectionObserverEntry:J.i,InterventionReport:J.i,KeyframeEffect:J.i,KeyframeEffectReadOnly:J.i,MediaCapabilities:J.i,MediaCapabilitiesInfo:J.i,MediaDeviceInfo:J.i,MediaError:J.i,MediaKeyStatusMap:J.i,MediaKeySystemAccess:J.i,MediaKeys:J.i,MediaKeysPolicy:J.i,MediaMetadata:J.i,MediaSession:J.i,MediaSettingsRange:J.i,MemoryInfo:J.i,MessageChannel:J.i,Metadata:J.i,NavigationPreloadManager:J.i,Navigator:J.i,NavigatorAutomationInformation:J.i,NavigatorConcurrentHardware:J.i,NavigatorCookies:J.i,NodeFilter:J.i,NodeIterator:J.i,NonDocumentTypeChildNode:J.i,NonElementParentNode:J.i,NoncedElement:J.i,OffscreenCanvasRenderingContext2D:J.i,PaintRenderingContext2D:J.i,PaintSize:J.i,PaintWorkletGlobalScope:J.i,Path2D:J.i,PaymentAddress:J.i,PaymentInstruments:J.i,PaymentManager:J.i,PaymentResponse:J.i,PerformanceNavigation:J.i,PerformanceObserver:J.i,PerformanceObserverEntryList:J.i,PerformanceTiming:J.i,Permissions:J.i,PhotoCapabilities:J.i,PositionError:J.i,GeolocationPositionError:J.i,Presentation:J.i,PresentationReceiver:J.i,PushManager:J.i,PushMessageData:J.i,PushSubscription:J.i,PushSubscriptionOptions:J.i,Range:J.i,RelatedApplication:J.i,ReportBody:J.i,ReportingObserver:J.i,ResizeObserver:J.i,ResizeObserverEntry:J.i,RTCCertificate:J.i,RTCIceCandidate:J.i,mozRTCIceCandidate:J.i,RTCLegacyStatsReport:J.i,RTCRtpContributingSource:J.i,RTCRtpReceiver:J.i,RTCRtpSender:J.i,RTCSessionDescription:J.i,mozRTCSessionDescription:J.i,RTCStatsResponse:J.i,Screen:J.i,ScrollState:J.i,ScrollTimeline:J.i,Selection:J.i,SharedArrayBuffer:J.i,SpeechRecognitionAlternative:J.i,StaticRange:J.i,StorageManager:J.i,StyleMedia:J.i,StylePropertyMap:J.i,StylePropertyMapReadonly:J.i,SyncManager:J.i,TextDetector:J.i,TextMetrics:J.i,TrackDefault:J.i,TreeWalker:J.i,TrustedHTML:J.i,TrustedScriptURL:J.i,TrustedURL:J.i,UnderlyingSourceBase:J.i,URLSearchParams:J.i,VRCoordinateSystem:J.i,VRDisplayCapabilities:J.i,VREyeParameters:J.i,VRFrameData:J.i,VRFrameOfReference:J.i,VRPose:J.i,VRStageBounds:J.i,VRStageBoundsPoint:J.i,VRStageParameters:J.i,ValidityState:J.i,VideoPlaybackQuality:J.i,VideoTrack:J.i,VTTRegion:J.i,WindowClient:J.i,WorkletAnimation:J.i,WorkletGlobalScope:J.i,XPathEvaluator:J.i,XPathExpression:J.i,XPathNSResolver:J.i,XPathResult:J.i,XMLSerializer:J.i,XSLTProcessor:J.i,Bluetooth:J.i,BluetoothCharacteristicProperties:J.i,BluetoothRemoteGATTServer:J.i,BluetoothRemoteGATTService:J.i,BluetoothUUID:J.i,BudgetService:J.i,Cache:J.i,DOMFileSystemSync:J.i,DirectoryEntrySync:J.i,DirectoryReaderSync:J.i,EntrySync:J.i,FileEntrySync:J.i,FileReaderSync:J.i,FileWriterSync:J.i,HTMLAllCollection:J.i,Mojo:J.i,MojoHandle:J.i,MojoWatcher:J.i,NFC:J.i,PagePopupController:J.i,Report:J.i,SubtleCrypto:J.i,USBAlternateInterface:J.i,USBConfiguration:J.i,USBDevice:J.i,USBEndpoint:J.i,USBInTransferResult:J.i,USBInterface:J.i,USBIsochronousInTransferPacket:J.i,USBIsochronousInTransferResult:J.i,USBIsochronousOutTransferPacket:J.i,USBIsochronousOutTransferResult:J.i,USBOutTransferResult:J.i,WorkerLocation:J.i,WorkerNavigator:J.i,Worklet:J.i,IDBCursor:J.i,IDBCursorWithValue:J.i,IDBFactory:J.i,IDBObservation:J.i,IDBObserver:J.i,IDBObserverChanges:J.i,SVGAngle:J.i,SVGAnimatedAngle:J.i,SVGAnimatedBoolean:J.i,SVGAnimatedEnumeration:J.i,SVGAnimatedInteger:J.i,SVGAnimatedLength:J.i,SVGAnimatedLengthList:J.i,SVGAnimatedNumber:J.i,SVGAnimatedNumberList:J.i,SVGAnimatedPreserveAspectRatio:J.i,SVGAnimatedRect:J.i,SVGAnimatedString:J.i,SVGAnimatedTransformList:J.i,SVGMatrix:J.i,SVGPoint:J.i,SVGPreserveAspectRatio:J.i,SVGRect:J.i,SVGUnitTypes:J.i,AudioListener:J.i,AudioParam:J.i,AudioTrack:J.i,AudioWorkletGlobalScope:J.i,AudioWorkletProcessor:J.i,PeriodicWave:J.i,ANGLEInstancedArrays:J.i,ANGLE_instanced_arrays:J.i,WebGLBuffer:J.i,WebGLCanvas:J.i,WebGLColorBufferFloat:J.i,WebGLCompressedTextureASTC:J.i,WebGLCompressedTextureATC:J.i,WEBGL_compressed_texture_atc:J.i,WebGLCompressedTextureETC1:J.i,WEBGL_compressed_texture_etc1:J.i,WebGLCompressedTextureETC:J.i,WebGLCompressedTexturePVRTC:J.i,WEBGL_compressed_texture_pvrtc:J.i,WebGLCompressedTextureS3TC:J.i,WEBGL_compressed_texture_s3tc:J.i,WebGLCompressedTextureS3TCsRGB:J.i,WebGLDebugRendererInfo:J.i,WEBGL_debug_renderer_info:J.i,WebGLDebugShaders:J.i,WEBGL_debug_shaders:J.i,WebGLDepthTexture:J.i,WEBGL_depth_texture:J.i,WebGLDrawBuffers:J.i,WEBGL_draw_buffers:J.i,EXTsRGB:J.i,EXT_sRGB:J.i,EXTBlendMinMax:J.i,EXT_blend_minmax:J.i,EXTColorBufferFloat:J.i,EXTColorBufferHalfFloat:J.i,EXTDisjointTimerQuery:J.i,EXTDisjointTimerQueryWebGL2:J.i,EXTFragDepth:J.i,EXT_frag_depth:J.i,EXTShaderTextureLOD:J.i,EXT_shader_texture_lod:J.i,EXTTextureFilterAnisotropic:J.i,EXT_texture_filter_anisotropic:J.i,WebGLFramebuffer:J.i,WebGLGetBufferSubDataAsync:J.i,WebGLLoseContext:J.i,WebGLExtensionLoseContext:J.i,WEBGL_lose_context:J.i,OESElementIndexUint:J.i,OES_element_index_uint:J.i,OESStandardDerivatives:J.i,OES_standard_derivatives:J.i,OESTextureFloat:J.i,OES_texture_float:J.i,OESTextureFloatLinear:J.i,OES_texture_float_linear:J.i,OESTextureHalfFloat:J.i,OES_texture_half_float:J.i,OESTextureHalfFloatLinear:J.i,OES_texture_half_float_linear:J.i,OESVertexArrayObject:J.i,OES_vertex_array_object:J.i,WebGLProgram:J.i,WebGLQuery:J.i,WebGLRenderbuffer:J.i,WebGLRenderingContext:J.i,WebGL2RenderingContext:J.i,WebGLSampler:J.i,WebGLShader:J.i,WebGLShaderPrecisionFormat:J.i,WebGLSync:J.i,WebGLTexture:J.i,WebGLTimerQueryEXT:J.i,WebGLTransformFeedback:J.i,WebGLUniformLocation:J.i,WebGLVertexArrayObject:J.i,WebGLVertexArrayObjectOES:J.i,WebGL2RenderingContextBase:J.i,ArrayBuffer:A.o9,ArrayBufferView:A.dl,DataView:A.y9,Float32Array:A.ya,Float64Array:A.IC,Int16Array:A.ID,Int32Array:A.yb,Int8Array:A.IE,Uint16Array:A.IF,Uint32Array:A.yc,Uint8ClampedArray:A.yd,CanvasPixelArray:A.yd,Uint8Array:A.oa,HTMLAudioElement:A.ad,HTMLBRElement:A.ad,HTMLContentElement:A.ad,HTMLDListElement:A.ad,HTMLDataElement:A.ad,HTMLDataListElement:A.ad,HTMLDetailsElement:A.ad,HTMLDialogElement:A.ad,HTMLHRElement:A.ad,HTMLHeadElement:A.ad,HTMLHeadingElement:A.ad,HTMLHtmlElement:A.ad,HTMLLIElement:A.ad,HTMLLegendElement:A.ad,HTMLMediaElement:A.ad,HTMLMenuElement:A.ad,HTMLMeterElement:A.ad,HTMLModElement:A.ad,HTMLOListElement:A.ad,HTMLOptGroupElement:A.ad,HTMLOptionElement:A.ad,HTMLPictureElement:A.ad,HTMLPreElement:A.ad,HTMLProgressElement:A.ad,HTMLQuoteElement:A.ad,HTMLShadowElement:A.ad,HTMLSourceElement:A.ad,HTMLSpanElement:A.ad,HTMLTableCaptionElement:A.ad,HTMLTableCellElement:A.ad,HTMLTableDataCellElement:A.ad,HTMLTableHeaderCellElement:A.ad,HTMLTableColElement:A.ad,HTMLTimeElement:A.ad,HTMLTitleElement:A.ad,HTMLTrackElement:A.ad,HTMLUListElement:A.ad,HTMLUnknownElement:A.ad,HTMLVideoElement:A.ad,HTMLDirectoryElement:A.ad,HTMLFontElement:A.ad,HTMLFrameElement:A.ad,HTMLFrameSetElement:A.ad,HTMLMarqueeElement:A.ad,HTMLElement:A.ad,AccessibleNodeList:A.Uc,HTMLAnchorElement:A.F3,HTMLAreaElement:A.F9,HTMLBaseElement:A.pW,Blob:A.mY,BlobEvent:A.Fo,Body:A.fV,Request:A.fV,Response:A.fV,HTMLBodyElement:A.mZ,BroadcastChannel:A.V0,HTMLButtonElement:A.Fz,HTMLCanvasElement:A.n3,CanvasRenderingContext2D:A.FE,CDATASection:A.iK,CharacterData:A.iK,Comment:A.iK,ProcessingInstruction:A.iK,Text:A.iK,CompositionEvent:A.Gq,PublicKeyCredential:A.w7,Credential:A.w7,CredentialUserData:A.Wi,CSSKeyframesRule:A.qd,MozCSSKeyframesRule:A.qd,WebKitCSSKeyframesRule:A.qd,CSSPerspective:A.Wj,CSSCharsetRule:A.c5,CSSConditionRule:A.c5,CSSFontFaceRule:A.c5,CSSGroupingRule:A.c5,CSSImportRule:A.c5,CSSKeyframeRule:A.c5,MozCSSKeyframeRule:A.c5,WebKitCSSKeyframeRule:A.c5,CSSMediaRule:A.c5,CSSNamespaceRule:A.c5,CSSPageRule:A.c5,CSSStyleRule:A.c5,CSSSupportsRule:A.c5,CSSViewportRule:A.c5,CSSRule:A.c5,CSSStyleDeclaration:A.qe,MSStyleCSSProperties:A.qe,CSS2Properties:A.qe,CSSStyleSheet:A.qf,CSSImageValue:A.hF,CSSKeywordValue:A.hF,CSSNumericValue:A.hF,CSSPositionValue:A.hF,CSSResourceValue:A.hF,CSSUnitValue:A.hF,CSSURLImageValue:A.hF,CSSStyleValue:A.hF,CSSMatrixComponent:A.jR,CSSRotation:A.jR,CSSScale:A.jR,CSSSkew:A.jR,CSSTranslation:A.jR,CSSTransformComponent:A.jR,CSSTransformValue:A.Wl,CSSUnparsedValue:A.Wm,DataTransferItemList:A.Ww,HTMLDivElement:A.wm,XMLDocument:A.iQ,Document:A.iQ,DOMError:A.Xz,DOMException:A.nk,ClientRectList:A.wq,DOMRectList:A.wq,DOMRectReadOnly:A.wr,DOMStringList:A.GT,DOMTokenList:A.XA,Element:A.am,HTMLEmbedElement:A.GW,DirectoryEntry:A.hJ,webkitFileSystemDirectoryEntry:A.hJ,FileSystemDirectoryEntry:A.hJ,Entry:A.hJ,webkitFileSystemEntry:A.hJ,FileSystemEntry:A.hJ,FileEntry:A.hJ,webkitFileSystemFileEntry:A.hJ,FileSystemFileEntry:A.hJ,AnimationEvent:A.ah,AnimationPlaybackEvent:A.ah,ApplicationCacheErrorEvent:A.ah,BeforeInstallPromptEvent:A.ah,BeforeUnloadEvent:A.ah,ClipboardEvent:A.ah,CloseEvent:A.ah,CustomEvent:A.ah,DeviceMotionEvent:A.ah,DeviceOrientationEvent:A.ah,ErrorEvent:A.ah,FontFaceSetLoadEvent:A.ah,GamepadEvent:A.ah,HashChangeEvent:A.ah,MediaEncryptedEvent:A.ah,MediaKeyMessageEvent:A.ah,MediaStreamEvent:A.ah,MediaStreamTrackEvent:A.ah,MIDIConnectionEvent:A.ah,MutationEvent:A.ah,PageTransitionEvent:A.ah,PaymentRequestUpdateEvent:A.ah,PopStateEvent:A.ah,PresentationConnectionAvailableEvent:A.ah,PresentationConnectionCloseEvent:A.ah,PromiseRejectionEvent:A.ah,RTCDataChannelEvent:A.ah,RTCDTMFToneChangeEvent:A.ah,RTCPeerConnectionIceEvent:A.ah,RTCTrackEvent:A.ah,SecurityPolicyViolationEvent:A.ah,SensorErrorEvent:A.ah,SpeechRecognitionError:A.ah,SpeechRecognitionEvent:A.ah,StorageEvent:A.ah,TrackEvent:A.ah,TransitionEvent:A.ah,WebKitTransitionEvent:A.ah,VRDeviceEvent:A.ah,VRDisplayEvent:A.ah,VRSessionEvent:A.ah,MojoInterfaceRequestEvent:A.ah,USBConnectionEvent:A.ah,AudioProcessingEvent:A.ah,OfflineAudioCompletionEvent:A.ah,WebGLContextEvent:A.ah,Event:A.ah,InputEvent:A.ah,SubmitEvent:A.ah,AbsoluteOrientationSensor:A.a2,Accelerometer:A.a2,AccessibleNode:A.a2,AmbientLightSensor:A.a2,Animation:A.a2,ApplicationCache:A.a2,DOMApplicationCache:A.a2,OfflineResourceList:A.a2,BackgroundFetchRegistration:A.a2,BatteryManager:A.a2,CanvasCaptureMediaStreamTrack:A.a2,EventSource:A.a2,FileReader:A.a2,FontFaceSet:A.a2,Gyroscope:A.a2,LinearAccelerationSensor:A.a2,Magnetometer:A.a2,MediaDevices:A.a2,MediaRecorder:A.a2,MediaSource:A.a2,MediaStream:A.a2,MediaStreamTrack:A.a2,MIDIAccess:A.a2,NetworkInformation:A.a2,OrientationSensor:A.a2,PaymentRequest:A.a2,PermissionStatus:A.a2,PresentationAvailability:A.a2,PresentationConnection:A.a2,PresentationConnectionList:A.a2,PresentationRequest:A.a2,RelativeOrientationSensor:A.a2,RemotePlayback:A.a2,RTCDataChannel:A.a2,DataChannel:A.a2,RTCDTMFSender:A.a2,RTCPeerConnection:A.a2,webkitRTCPeerConnection:A.a2,mozRTCPeerConnection:A.a2,Sensor:A.a2,ServiceWorker:A.a2,ServiceWorkerContainer:A.a2,ServiceWorkerRegistration:A.a2,SharedWorker:A.a2,SpeechRecognition:A.a2,SpeechSynthesis:A.a2,SpeechSynthesisUtterance:A.a2,VR:A.a2,VRDevice:A.a2,VRDisplay:A.a2,VRSession:A.a2,VisualViewport:A.a2,WebSocket:A.a2,Worker:A.a2,WorkerPerformance:A.a2,BluetoothDevice:A.a2,BluetoothRemoteGATTCharacteristic:A.a2,Clipboard:A.a2,MojoInterfaceInterceptor:A.a2,USB:A.a2,IDBOpenDBRequest:A.a2,IDBVersionChangeRequest:A.a2,IDBRequest:A.a2,IDBTransaction:A.a2,AnalyserNode:A.a2,RealtimeAnalyserNode:A.a2,AudioBufferSourceNode:A.a2,AudioDestinationNode:A.a2,AudioNode:A.a2,AudioScheduledSourceNode:A.a2,AudioWorkletNode:A.a2,BiquadFilterNode:A.a2,ChannelMergerNode:A.a2,AudioChannelMerger:A.a2,ChannelSplitterNode:A.a2,AudioChannelSplitter:A.a2,ConstantSourceNode:A.a2,ConvolverNode:A.a2,DelayNode:A.a2,DynamicsCompressorNode:A.a2,GainNode:A.a2,AudioGainNode:A.a2,IIRFilterNode:A.a2,MediaElementAudioSourceNode:A.a2,MediaStreamAudioDestinationNode:A.a2,MediaStreamAudioSourceNode:A.a2,OscillatorNode:A.a2,Oscillator:A.a2,PannerNode:A.a2,AudioPannerNode:A.a2,webkitAudioPannerNode:A.a2,ScriptProcessorNode:A.a2,JavaScriptAudioNode:A.a2,StereoPannerNode:A.a2,WaveShaperNode:A.a2,EventTarget:A.a2,AbortPaymentEvent:A.dN,BackgroundFetchClickEvent:A.dN,BackgroundFetchEvent:A.dN,BackgroundFetchFailEvent:A.dN,BackgroundFetchedEvent:A.dN,CanMakePaymentEvent:A.dN,FetchEvent:A.dN,ForeignFetchEvent:A.dN,InstallEvent:A.dN,NotificationEvent:A.dN,PaymentRequestEvent:A.dN,SyncEvent:A.dN,ExtendableEvent:A.dN,ExtendableMessageEvent:A.H9,FederatedCredential:A.YS,HTMLFieldSetElement:A.Hc,File:A.ft,FileList:A.qy,DOMFileSystem:A.qz,WebKitFileSystem:A.qz,webkitFileSystem:A.qz,FileSystem:A.qz,FileWriter:A.YU,FontFace:A.nB,HTMLFormElement:A.jY,Gamepad:A.hM,History:A.a_P,HTMLCollection:A.nI,HTMLFormControlsCollection:A.nI,HTMLOptionsCollection:A.nI,HTMLDocument:A.x1,XMLHttpRequest:A.lu,XMLHttpRequestUpload:A.x3,XMLHttpRequestEventTarget:A.x3,HTMLIFrameElement:A.HK,ImageData:A.xa,HTMLImageElement:A.nN,HTMLInputElement:A.nS,KeyboardEvent:A.k6,HTMLLabelElement:A.xu,HTMLLinkElement:A.xz,Location:A.a1v,HTMLMapElement:A.Ik,MediaKeySession:A.a1W,MediaList:A.a1X,MediaQueryList:A.Io,MediaQueryListEvent:A.ra,MessageEvent:A.Iq,MessagePort:A.y2,HTMLMetaElement:A.lL,MIDIInputMap:A.Ir,MIDIMessageEvent:A.Is,MIDIOutputMap:A.It,MIDIInput:A.y3,MIDIOutput:A.y3,MIDIPort:A.y3,MimeType:A.hW,MimeTypeArray:A.Iu,MouseEvent:A.eN,DragEvent:A.eN,MutationObserver:A.ke,WebKitMutationObserver:A.ke,MutationRecord:A.y7,NavigatorUserMediaError:A.a2G,DocumentFragment:A.a6,ShadowRoot:A.a6,DocumentType:A.a6,Node:A.a6,NodeList:A.rc,RadioNodeList:A.rc,Notification:A.a2P,HTMLObjectElement:A.IO,OffscreenCanvas:A.IP,HTMLOutputElement:A.IW,OverconstrainedError:A.a31,HTMLParagraphElement:A.yz,HTMLParamElement:A.Jh,PasswordCredential:A.a3m,Performance:A.Jk,PerformanceEntry:A.jb,PerformanceLongTaskTiming:A.jb,PerformanceMark:A.jb,PerformanceMeasure:A.jb,PerformanceNavigationTiming:A.jb,PerformancePaintTiming:A.jb,PerformanceResourceTiming:A.jb,TaskAttributionTiming:A.jb,PerformanceServerTiming:A.a3r,Plugin:A.i2,PluginArray:A.JA,PointerEvent:A.kl,ProgressEvent:A.fB,ResourceProgressEvent:A.fB,PushEvent:A.JM,RTCStatsReport:A.Kz,ScreenOrientation:A.a6i,HTMLScriptElement:A.zG,HTMLSelectElement:A.KO,SharedWorkerGlobalScope:A.KW,HTMLSlotElement:A.Li,SourceBuffer:A.ic,SourceBufferList:A.Lm,SpeechGrammar:A.ie,SpeechGrammarList:A.Ls,SpeechRecognitionResult:A.ig,SpeechSynthesisEvent:A.Lt,SpeechSynthesisVoice:A.a8F,Storage:A.Ah,HTMLStyleElement:A.Aj,StyleSheet:A.fH,HTMLTableElement:A.Ap,HTMLTableRowElement:A.LE,HTMLTableSectionElement:A.LF,HTMLTemplateElement:A.ts,HTMLTextAreaElement:A.tu,TextEvent:A.LO,TextTrack:A.ik,TextTrackCue:A.fJ,VTTCue:A.fJ,TextTrackCueList:A.LV,TextTrackList:A.LW,TimeRanges:A.aa_,Touch:A.il,TouchEvent:A.mr,TouchList:A.AP,TrackDefaultList:A.aab,FocusEvent:A.p0,UIEvent:A.p0,URL:A.aat,VideoTrackList:A.aaF,WheelEvent:A.p3,Window:A.p5,DOMWindow:A.p5,DedicatedWorkerGlobalScope:A.jA,ServiceWorkerGlobalScope:A.jA,WorkerGlobalScope:A.jA,Attr:A.tO,CSSRuleList:A.Nn,ClientRect:A.Bp,DOMRect:A.Bp,GamepadList:A.Om,NamedNodeMap:A.Cp,MozNamedAttrMap:A.Cp,SpeechRecognitionResultList:A.Ri,StyleSheetList:A.Rw,IDBDatabase:A.Wx,IDBIndex:A.a0v,IDBKeyRange:A.xr,IDBObjectStore:A.a2W,IDBVersionChangeEvent:A.Mh,SVGClipPathElement:A.q6,SVGDefsElement:A.qi,SVGFEBlendElement:A.qu,SVGFEColorMatrixElement:A.qv,SVGFECompositeElement:A.qw,SVGFEFloodElement:A.qx,SVGFilterElement:A.qA,SVGCircleElement:A.h3,SVGEllipseElement:A.h3,SVGLineElement:A.h3,SVGPolygonElement:A.h3,SVGPolylineElement:A.h3,SVGRectElement:A.h3,SVGGeometryElement:A.h3,SVGAElement:A.e3,SVGForeignObjectElement:A.e3,SVGGElement:A.e3,SVGImageElement:A.e3,SVGSwitchElement:A.e3,SVGTSpanElement:A.e3,SVGTextContentElement:A.e3,SVGTextElement:A.e3,SVGTextPathElement:A.e3,SVGTextPositioningElement:A.e3,SVGUseElement:A.e3,SVGGraphicsElement:A.e3,SVGLength:A.k8,SVGLengthList:A.Id,SVGNumber:A.kh,SVGNumberList:A.IN,SVGPathElement:A.ri,SVGPointList:A.a3M,SVGScriptElement:A.rD,SVGStringList:A.Ly,SVGAnimateElement:A.aH,SVGAnimateMotionElement:A.aH,SVGAnimateTransformElement:A.aH,SVGAnimationElement:A.aH,SVGDescElement:A.aH,SVGDiscardElement:A.aH,SVGFEComponentTransferElement:A.aH,SVGFEConvolveMatrixElement:A.aH,SVGFEDiffuseLightingElement:A.aH,SVGFEDisplacementMapElement:A.aH,SVGFEDistantLightElement:A.aH,SVGFEFuncAElement:A.aH,SVGFEFuncBElement:A.aH,SVGFEFuncGElement:A.aH,SVGFEFuncRElement:A.aH,SVGFEGaussianBlurElement:A.aH,SVGFEImageElement:A.aH,SVGFEMergeElement:A.aH,SVGFEMergeNodeElement:A.aH,SVGFEMorphologyElement:A.aH,SVGFEOffsetElement:A.aH,SVGFEPointLightElement:A.aH,SVGFESpecularLightingElement:A.aH,SVGFESpotLightElement:A.aH,SVGFETileElement:A.aH,SVGFETurbulenceElement:A.aH,SVGLinearGradientElement:A.aH,SVGMarkerElement:A.aH,SVGMaskElement:A.aH,SVGMetadataElement:A.aH,SVGPatternElement:A.aH,SVGRadialGradientElement:A.aH,SVGSetElement:A.aH,SVGStopElement:A.aH,SVGStyleElement:A.aH,SVGSymbolElement:A.aH,SVGTitleElement:A.aH,SVGViewElement:A.aH,SVGGradientElement:A.aH,SVGComponentTransferFunctionElement:A.aH,SVGFEDropShadowElement:A.aH,SVGMPathElement:A.aH,SVGElement:A.aH,SVGSVGElement:A.oP,SVGTransform:A.kE,SVGTransformList:A.M5,AudioBuffer:A.UM,AudioParamMap:A.Fd,AudioTrackList:A.UP,AudioContext:A.pV,webkitAudioContext:A.pV,BaseAudioContext:A.pV,OfflineAudioContext:A.a2Y,WebGLActiveInfo:A.Uj}) +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,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,HTMLLIElement:true,HTMLLegendElement: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,BlobEvent:true,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,CompositionEvent: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,AnimationEvent:true,AnimationPlaybackEvent:true,ApplicationCacheErrorEvent:true,BeforeInstallPromptEvent:true,BeforeUnloadEvent:true,ClipboardEvent:true,CloseEvent:true,CustomEvent:true,DeviceMotionEvent:true,DeviceOrientationEvent:true,ErrorEvent:true,FontFaceSetLoadEvent:true,GamepadEvent:true,HashChangeEvent:true,MediaEncryptedEvent:true,MediaKeyMessageEvent:true,MediaStreamEvent:true,MediaStreamTrackEvent:true,MIDIConnectionEvent:true,MutationEvent:true,PageTransitionEvent:true,PaymentRequestUpdateEvent:true,PopStateEvent:true,PresentationConnectionAvailableEvent:true,PresentationConnectionCloseEvent:true,PromiseRejectionEvent:true,RTCDataChannelEvent:true,RTCDTMFToneChangeEvent:true,RTCPeerConnectionIceEvent:true,RTCTrackEvent:true,SecurityPolicyViolationEvent:true,SensorErrorEvent:true,SpeechRecognitionError:true,SpeechRecognitionEvent:true,StorageEvent: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,OrientationSensor:true,PaymentRequest: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,AbortPaymentEvent:true,BackgroundFetchClickEvent:true,BackgroundFetchEvent:true,BackgroundFetchFailEvent:true,BackgroundFetchedEvent:true,CanMakePaymentEvent:true,FetchEvent:true,ForeignFetchEvent:true,InstallEvent:true,NotificationEvent:true,PaymentRequestEvent:true,SyncEvent:true,ExtendableEvent:false,ExtendableMessageEvent:true,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,HTMLImageElement:true,HTMLInputElement:true,KeyboardEvent:true,HTMLLabelElement:true,HTMLLinkElement:true,Location:true,HTMLMapElement:true,MediaKeySession:true,MediaList:true,MediaQueryList:true,MediaQueryListEvent:true,MessageEvent:true,MessagePort:true,HTMLMetaElement:true,MIDIInputMap:true,MIDIMessageEvent:true,MIDIOutputMap:true,MIDIInput:true,MIDIOutput:true,MIDIPort:true,MimeType:true,MimeTypeArray:true,MouseEvent:false,DragEvent:false,MutationObserver:true,WebKitMutationObserver:true,MutationRecord:true,NavigatorUserMediaError:true,DocumentFragment:true,ShadowRoot:true,DocumentType:true,Node:false,NodeList:true,RadioNodeList:true,Notification:true,HTMLObjectElement:true,OffscreenCanvas:true,HTMLOutputElement:true,OverconstrainedError:true,HTMLParagraphElement:true,HTMLParamElement:true,PasswordCredential:true,Performance: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,PushEvent: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,TextEvent:true,TextTrack:true,TextTrackCue:true,VTTCue:true,TextTrackCueList:true,TextTrackList:true,TimeRanges:true,Touch:true,TouchEvent:true,TouchList:true,TrackDefaultList:true,FocusEvent: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,SVGFEBlendElement:true,SVGFEColorMatrixElement:true,SVGFECompositeElement:true,SVGFEFloodElement:true,SVGFilterElement: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,SVGFEComponentTransferElement:true,SVGFEConvolveMatrixElement:true,SVGFEDiffuseLightingElement:true,SVGFEDisplacementMapElement:true,SVGFEDistantLightElement: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,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.rb.$nativeSuperclassTag="ArrayBufferView" +A.Cq.$nativeSuperclassTag="ArrayBufferView" +A.Cr.$nativeSuperclassTag="ArrayBufferView" +A.lN.$nativeSuperclassTag="ArrayBufferView" +A.Cs.$nativeSuperclassTag="ArrayBufferView" +A.Ct.$nativeSuperclassTag="ArrayBufferView" +A.fz.$nativeSuperclassTag="ArrayBufferView" +A.Dj.$nativeSuperclassTag="EventTarget" +A.Dk.$nativeSuperclassTag="EventTarget" +A.DG.$nativeSuperclassTag="EventTarget" +A.DH.$nativeSuperclassTag="EventTarget"})() +Function.prototype.$1=function(a){return this(a)} +Function.prototype.$2=function(a,b){return this(a,b)} +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.$2$0=function(){return this()} +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.$9=function(a,b,c,d,e,f,g,h,i){return this(a,b,c,d,e,f,g,h,i)} +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