diff
stringlengths 41
2.03M
| msg
stringlengths 1
1.5k
⌀ | repo
stringlengths 5
40
| sha
stringlengths 40
40
| time
stringlengths 20
20
|
---|---|---|---|---|
mmm a / configure . in <nl> ppp b / configure . in <nl> XB_CONFIG_MODULE ( [ xbmc / cores / dvdplayer / Codecs / ffmpeg ] , [ <nl> if test " $ host_vendor " = " apple " ; then <nl> . / configure \ <nl> - - extra - cflags = " $ CFLAGS - w - D_DARWIN_C_SOURCE - Dattribute_deprecated = " \ <nl> + ` if test " $ use_vpx " = " yes " ; then echo - - extra - ldflags = " - L / opt / local / lib " ; fi ` \ <nl> - - disable - amd3dnow \ <nl> - - disable - static \ <nl> ` if test " $ use_debug " = " no " ; then echo - - disable - debug ; fi ` \ <nl> | [ osx ] fixed , libvpx usage by internal FFmpeg | xbmc/xbmc | 6acf348e61875269ef7c03a8cd182850afa668d7 | 2010-06-18T18:06:38Z |
mmm a / language / English / strings . po <nl> ppp b / language / English / strings . po <nl> msgstr " " <nl> <nl> # : xbmc / filesystem / BlurayDirectory . cpp <nl> msgctxt " # 25003 " <nl> - msgid " Show bluray menus " <nl> + msgid " Show Blu - ray menus " <nl> msgstr " " <nl> <nl> # : xbmc / filesystem / BlurayDirectory . cpp <nl> msgstr " " <nl> <nl> # : xbmc / cores / dvdplayer / DVDPlayer . cpp <nl> msgctxt " # 25008 " <nl> - msgid " Blu - ray Disc playback failed " <nl> + msgid " Playback of Blu - ray failed " <nl> msgstr " " <nl> <nl> # : xbmc / cores / dvdplayer / DVDPlayer . cpp <nl> msgctxt " # 25009 " <nl> - msgid " The menu of this Blu - ray Disc is not supported " <nl> + msgid " The menu of this Blu - ray is not supported " <nl> msgstr " " <nl> <nl> # empty strings from id 25010 to 29799 <nl> | Merge pull request from da - anda / label - fixes | xbmc/xbmc | 189d55d093c4cfe87a08db31cf3f6562647ab5a9 | 2014-03-04T11:46:40Z |
mmm a / README . md <nl> ppp b / README . md <nl> Trojan is not a fixed program or protocol . It ' s an idea , an idea that imitating <nl> <nl> # # Documentations <nl> <nl> - An online documentation can be found [ here ] ( https : / / trojan - gfw . github . io / trojan / ) . <nl> - <nl> + An online documentation can be found [ here ] ( https : / / trojan - gfw . github . io / trojan / ) . <nl> Installation guide on various platforms can be found in the [ wiki ] ( https : / / github . com / trojan - gfw / trojan / wiki / Binary - & - Package - Distributions ) . <nl> <nl> # # Dependencies <nl> mmm a / docs / build . md <nl> ppp b / docs / build . md <nl> Type in <nl> ` ` ` bash <nl> mkdir build <nl> cd build / <nl> - cmake . . # You can use - DSTATIC = ON to link statically and - DNO_SYSTEMD_SERVICE = ON to disable systemd service installation . <nl> + cmake . . <nl> make <nl> ctest <nl> sudo make install <nl> ` ` ` <nl> <nl> - to build , test , and install trojan . If everything goes well you ' ll be able to use trojan . The default config file will be installed to ` / etc / trojan . json ` . If you have systemd in your system , ` trojan . service ` will be installed to ` / usr / lib / systemd / system ` . <nl> + to build , test , and install trojan . If everything goes well you ' ll be able to use trojan . <nl> + <nl> + The ` cmake . . ` command can be extended with the following options : <nl> + <nl> + - ` STATIC ` <nl> + - ` - DSTATIC = OFF ` : don ' t link any libraries statically ( default ) . <nl> + - ` - DSTATIC = ON ` : link Boost and libc ( only under Windows ) statically . <nl> + - ` SYSTEMD_SERVICE ` <nl> + - ` - DSYSTEMD_SERVICE = AUTO ` : detect systemd automatically and decide whether to install service ( default ) . <nl> + - ` - DSYSTEMD_SERVICE = ON ` : install systemd service unconditionally . <nl> + - ` - DSYSTEMD_SERVICE = OFF ` : don ' t install systemd service unconditionally . <nl> + - ` CONFIG_TYPE ` <nl> + - ` - DCONFIG_TYPE = SERVER ` : install server config to ` / etc / trojan . json ` ( default ) . <nl> + - ` - DCONFIG_TYPE = CLIENT ` : install client config to ` / etc / trojan . json ` . <nl> + - ` - DCONFIG_TYPE = NONE ` : don ' t install config . <nl> <nl> [ Homepage ] ( . ) | [ Prev Page ] ( config ) | [ Next Page ] ( usage ) <nl> mmm a / docs / config . md <nl> ppp b / docs / config . md <nl> In this page we will look at the config file of trojan . Trojan uses [ ` JSON ` ] ( htt <nl> " ssl " : { <nl> " verify " : true , <nl> " verify_hostname " : true , <nl> - " cert " : " / path / to / ca_certs . pem " , <nl> + " cert " : " " , <nl> " cipher " : " ECDHE - ECDSA - AES128 - GCM - SHA256 : ECDHE - RSA - AES128 - GCM - SHA256 : ECDHE - ECDSA - CHACHA20 - POLY1305 : ECDHE - RSA - CHACHA20 - POLY1305 : ECDHE - ECDSA - AES256 - GCM - SHA384 : ECDHE - RSA - AES256 - GCM - SHA384 : ECDHE - ECDSA - AES256 - SHA : ECDHE - ECDSA - AES128 - SHA : ECDHE - RSA - AES128 - SHA : ECDHE - RSA - AES256 - SHA : DHE - RSA - AES128 - SHA : DHE - RSA - AES256 - SHA : AES128 - SHA : AES256 - SHA : DES - CBC3 - SHA " , <nl> " sni " : " example . com " , <nl> " alpn " : [ <nl> In this page we will look at the config file of trojan . Trojan uses [ ` JSON ` ] ( htt <nl> - ` ssl ` : ` SSL ` specific configurations <nl> - ` verify ` : whether to verify ` SSL ` certificate * * STRONGLY RECOMMENDED * * <nl> - ` verify_hostname ` : whether to verify ` SSL ` hostname ( specified in the ` sni ` field ) * * STRONGLY RECOMMENDED * * <nl> - - ` cert ` : if ` verify ` is set to ` true ` , a collection of ` CA ` certificates should be provided . A client may also use the same certificate used by the server . Note that if you leave this field blank , ` OpenSSL ` will try to look for a system ` CA ` and will be likely to fail . <nl> + - ` cert ` : if ` verify ` is set to ` true ` , the same certificate used by the server or a collection of ` CA ` certificates could be provided . If you leave this field blank , ` OpenSSL ` will try to look for a system ` CA ` store and will be likely to fail . <nl> - ` cipher ` : specify a cipher list to send and use <nl> - ` sni ` : specify the Server Name Indication field in the ` SSL ` handshake <nl> - ` alpn ` : specify a list of ` ALPN ` protocols to send <nl> In this page we will look at the config file of trojan . Trojan uses [ ` JSON ` ] ( htt <nl> " ssl " : { <nl> " cert " : " / path / to / certificate . crt " , <nl> " key " : " / path / to / private . key " , <nl> - " key_password " : " key_password " , <nl> + " key_password " : " " , <nl> " cipher " : " ECDHE - ECDSA - CHACHA20 - POLY1305 : ECDHE - RSA - CHACHA20 - POLY1305 : ECDHE - ECDSA - AES128 - GCM - SHA256 : ECDHE - RSA - AES128 - GCM - SHA256 : ECDHE - ECDSA - AES256 - GCM - SHA384 : ECDHE - RSA - AES256 - GCM - SHA384 : DHE - RSA - AES128 - GCM - SHA256 : DHE - RSA - AES256 - GCM - SHA384 : ECDHE - ECDSA - AES128 - SHA256 : ECDHE - RSA - AES128 - SHA256 : ECDHE - ECDSA - AES128 - SHA : ECDHE - RSA - AES256 - SHA384 : ECDHE - RSA - AES128 - SHA : ECDHE - ECDSA - AES256 - SHA384 : ECDHE - ECDSA - AES256 - SHA : ECDHE - RSA - AES256 - SHA : DHE - RSA - AES128 - SHA256 : DHE - RSA - AES128 - SHA : DHE - RSA - AES256 - SHA256 : DHE - RSA - AES256 - SHA : ECDHE - ECDSA - DES - CBC3 - SHA : ECDHE - RSA - DES - CBC3 - SHA : EDH - RSA - DES - CBC3 - SHA : AES128 - GCM - SHA256 : AES256 - GCM - SHA384 : AES128 - SHA256 : AES256 - SHA256 : AES128 - SHA : AES256 - SHA : DES - CBC3 - SHA : ! DSS " , <nl> " prefer_server_cipher " : true , <nl> " alpn " : [ <nl> deleted file mode 100644 <nl> index 45654c0 . . 0000000 <nl> mmm a / examples / ca_certs . pem - example <nl> ppp / dev / null <nl> <nl> - # # <nl> - # # Bundle of CA Root Certificates <nl> - # # <nl> - # # Certificate data from Mozilla as of : Wed Mar 7 04 : 12 : 06 2018 GMT <nl> - # # <nl> - # # This is a bundle of X . 509 certificates of public Certificate Authorities <nl> - # # ( CA ) . These were automatically extracted from Mozilla ' s root certificates <nl> - # # file ( certdata . txt ) . This file can be found in the mozilla source tree : <nl> - # # https : / / hg . mozilla . org / releases / mozilla - release / raw - file / default / security / nss / lib / ckfw / builtins / certdata . txt <nl> - # # <nl> - # # It contains the certificates in PEM format and therefore <nl> - # # can be directly used with curl / libcurl / php_curl , or with <nl> - # # an Apache + mod_ssl webserver for SSL client authentication . <nl> - # # Just configure this file as the SSLCACertificateFile . <nl> - # # <nl> - # # Conversion done with mk - ca - bundle . pl version 1 . 27 . <nl> - # # SHA256 : 704f02707ec6b4c4a7597a8c6039b020def11e64f3ef0605a9c3543d48038a57 <nl> - # # <nl> - <nl> - <nl> - GlobalSign Root CA <nl> - = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkGA1UEBhMCQkUx <nl> - GTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jvb3QgQ0ExGzAZBgNVBAMTEkds <nl> - b2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAwMDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNV <nl> - BAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYD <nl> - VQQDExJHbG9iYWxTaWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDa <nl> - DuaZjc6j40 + Kfvvxi4Mla + pIH / EqsLmVEQS98GPR4mdmzxzdzxtIK + 6NiY6arymAZavpxy0Sy6sc <nl> - THAHoT0KMM0VjU / 43dSMUBUc71DuxC73 / OlS8pF94G3VNTCOXkNz8kHp1Wrjsok6Vjk4bwY8iGlb <nl> - Kk3Fp1S4bInMm / k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdGsnUOhugZitVtbNV4FpWi6cgKOOvyJBNP <nl> - c1STE4U6G7weNLWLBYy5d4ux2x8gkasJU26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrX <nl> - gzT / LCrBbBlDSgeF59N89iFo7 + ryUp9 / k5DPAgMBAAGjQjBAMA4GA1UdDwEB / wQEAwIBBjAPBgNV <nl> - HRMBAf8EBTADAQH / MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo / / z9SzANBgkqhkiG9w0BAQUF <nl> - AAOCAQEA1nPnfE920I2 / 7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOzyj1hTdNGCbM + w6Dj <nl> - Y1Ub8rrvrTnhQ7k4o + YviiY776BQVvnGCv04zcQLcFGUl5gE38NflNUVyRRBnMRddWQVDf9VMOyG <nl> - j / 8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymPAbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhH <nl> - hm4qxFYxldBniYUr + WymXUadDKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU / Qr6cf9tveC <nl> - X4XSQRjbgbMEHMUfpIBvFSDJ3gyICh3WZlXi / EjJKSZp4A = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - GlobalSign Root CA - R2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4GA1UECxMXR2xv <nl> - YmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2Jh <nl> - bFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxT <nl> - aWduIFJvb3QgQ0EgLSBSMjETMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2ln <nl> - bjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6 + Lm8omUVCxKs + IVSbC9N / hHD6 <nl> - ErPLv4dfxn + G07IwXNb9rfF73OX4YJYJkhD10FPe + 3t + c4isUoh7SqbKSaZeqKeMWhG8eoLrvozp <nl> - s6yWJQeXSpkqBy + 0Hne / ig + 1AnwblrjFuTosvNYSuetZfeLQBoZfXklqtTleiDTsvHgMCJiEbKjN <nl> - S7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzdC9XZzPnqJworc5HGnRusyMvo4KD0L5CL <nl> - TfuwNhv2GXqF4G3yYROIXJ / gkwpRl4pazq + r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6C <nl> - ygPCm48CAwEAAaOBnDCBmTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH / BAUwAwEB / zAdBgNVHQ4E <nl> - FgQUm + IHV2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5nbG9i <nl> - YWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG3lm0mi3f3BmGLjAN <nl> - BgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4GsJ0 / WwbgcQ3izDJr86iw8bmEbTUsp <nl> - 9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO291xNBrBVNpGP + DTKqttVCL1OmLNIG + 6KYnX3ZHu <nl> - 01yiPqFbQfXf5WRDLenVOavSot + 3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h + u / N5GJG7 <nl> - 9G + dwfCMNYxdAfvDbbnvRG15RjF + Cv6pgsH / 76tuIMRQyV + dTZsXjAzlAcmgQWpzU / qlULRuJQ / 7 <nl> - TBj0 / VLZjmmx6BEP3ojY + x1J96relc8geMJgEtslQIxq / H5COEBkEveegeGTLg = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Verisign Class 3 Public Primary Certification Authority - G3 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEGjCCAwICEQCbfgZJoz5iudXukEhxKe9XMA0GCSqGSIb3DQEBBQUAMIHKMQswCQYDVQQGEwJV <nl> - UzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv <nl> - cmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl <nl> - IG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNh <nl> - dGlvbiBBdXRob3JpdHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQsw <nl> - CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRy <nl> - dXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhv <nl> - cml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDMgUHVibGljIFByaW1hcnkg <nl> - Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC <nl> - ggEBAMu6nFL8eB8aHm8bN3O9 + MlrlBIwT / A2R / XQkQr1F8ilYcEWQE37imGQ5XYgwREGfassbqb1 <nl> - EUGO + i2tKmFZpGcmTNDovFJbcCAEWNF6yaRpvIMXZK0Fi7zQWM6NjPXr8EJJC52XJ2cybuGukxUc <nl> - cLwgTS8Y3pKI6GyFVxEa6X7jJhFUokWWVYPKMIno3Nij7SqAP395ZVc + FSBmCC + Vk7 + qRy + oRpfw <nl> - EuL + wgorUeZ25rdGt + INpsyow0xZVYnm6FNcHOqd8GIWC6fJXwzw3sJ2zq / 3avL6QaaiMxTJ5Xpj <nl> - 055iN9WFZZ4O5lMkdBteHRJTW8cs54NJOxWuimi5V5cCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEA <nl> - ERSWwauSCPc / L8my / uRan2Te2yFPhpk0djZX3dAVL8WtfxUfN2JzPtTnX84XA9s1 + ivbrmAJXx5f <nl> - j267Cz3qWhMeDGBvtcC1IyIuBwvLqXTLR7sdwdela8wv0kL9Sd2nic9TutoAWii / gt / 4uhMdUIaC <nl> - / Y4wjylGsB49Ndo4YhYYSq3mtlFs3q9i6wHQHiT + eo8SGhJouPtmmRQURVyu565pF4ErWjfJXir0 <nl> - xuKhXFSbplQAz / DxwceYMBo7Nhbbo27q / a2ywtrvAkcTisDxszGtTxzhT5yvDwyd93gN2PQ1VoDa <nl> - t20Xj50egWTh / sVFuq1ruQp6Tk9LhO5L8X3dEQ = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Entrust . net Premium 2048 Secure Server CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEKjCCAxKgAwIBAgIEOGPe + DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChMLRW50cnVzdC5u <nl> - ZXQxQDA + BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBpbmNvcnAuIGJ5IHJlZi4gKGxp <nl> - bWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNV <nl> - BAMTKkVudHJ1c3QubmV0IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQx <nl> - NzUwNTFaFw0yOTA3MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3 <nl> - d3d3LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTEl <nl> - MCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEGA1UEAxMqRW50cnVzdC5u <nl> - ZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgpMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A <nl> - MIIBCgKCAQEArU1LqRKGsuqjIAcVFmQqK0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOL <nl> - Gp18EzoOH1u3Hs / lJBQesYGpjX24zGtLA / ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSr <nl> - hRSGlVuXMlBvPci6Zgzj / L24ScF2iUkZ / cCovYmjZy / Gn7xxGWC4LeksyZB2ZnuU4q941mVTXTzW <nl> - nLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9 + 5CFVghTAp + XtIpGmG4zU / HoZdenoVve8AjhUi <nl> - VBcAkCaTvA5JaJG / + EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH4QIDAQABo0IwQDAOBgNVHQ8BAf8E <nl> - BAMCAQYwDwYDVR0TAQH / BAUwAwEB / zAdBgNVHQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJ <nl> - KoZIhvcNAQEFBQADggEBADubj1abMOdTmXx6eadNl9cZlZD7Bh / KM3xGY4 + WZiT6QBshJ8rmcnPy <nl> - T / 4xmf3IDExoU8aAghOY + rat2l098c5u9hURlIIM7j + VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf <nl> - zX1XEC + bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5bu / 8j72gZyxKT <nl> - J1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7 + bYQLCIt + jerXmCHG8 + c8eS9e <nl> - nNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv / ErfF6adulZkMV8gzURZVE = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Baltimore CyberTrust Root <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDdzCCAl + gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJRTESMBAGA1UE <nl> - ChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYDVQQDExlCYWx0aW1vcmUgQ3li <nl> - ZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoXDTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMC <nl> - SUUxEjAQBgNVBAoTCUJhbHRpbW9yZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFs <nl> - dGltb3JlIEN5YmVyVHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKME <nl> - uyKrmD1X6CZymrV51Cni4eiVgLGw41uOKymaZN + hXe2wCQVt2yguzmKiYv60iNoS6zjrIZ3AQSsB <nl> - UnuId9Mcj8e6uYi1agnnc + gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeKmpYcqWe4PwzV9 / lSEy / C <nl> - G9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSuXmD + tqYF / LTdB1kC1FkYmGP1pWPgkAx9 <nl> - XbIGevOF6uvUA65ehD5f / xXtabz5OTZydc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjpr <nl> - l3RjM71oGDHweI12v / yejl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoI <nl> - VDaGezq1BE3wMBIGA1UdEwEB / wQIMAYBAf8CAQMwDgYDVR0PAQH / BAQDAgEGMA0GCSqGSIb3DQEB <nl> - BQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF + vaKSm2eT929hkTI7gQCvlYpNRh <nl> - cL0EYWoSihfVCr3FvDB81ukMJY2GQE / szKN + OMY3EU / t3WgxjkzSswF07r51XgdIGn9w / xZchMB5 <nl> - hbgF / X + + ZRGjD8ACtPhSNzkE1akxehi / oCr0Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsa <nl> - Y71k5h + 3zvDyny67G7fyUIhzksLi4xaNmjICq44Y3ekQEe5 + NauQrz4wlHrQMz2nZQ / 1 / I6eYs9H <nl> - RCwBXbsdtTLSR9I4LtD + gdwyah617jzV / OeBHRnDJELqYzmp <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - AddTrust External Root <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEUMBIGA1UEChML <nl> - QWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFsIFRUUCBOZXR3b3JrMSIwIAYD <nl> - VQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEw <nl> - NDgzOFowbzELMAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRU <nl> - cnVzdCBFeHRlcm5hbCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0Eg <nl> - Um9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvtH7xsD821 <nl> - + iO2zt6bETOXpClMfZOfvUq8k + 0DGuOPz + VtUFrWlymUWoCwSXrbLpX9uMq / NzgtHj6RQa1wVsfw <nl> - Tz / oMp50ysiQVOnGXw94nZpAPA6sYapeFI + eh6FqUNzXmk6vBbOmcZSccbNQYArHE504B4YCqOmo <nl> - aSYYkKtMsE8jqzpPhNjfzp / haW + 710LXa0Tkx63ubUFfclpxCDezeWWkWaCUN / cALw3CknLa0Dhy <nl> - 2xSoRcRdKn23tNbE7qzNE0S3ySvdQwAl + mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv7 <nl> - 7 + ldU9U0WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYDVR0P <nl> - BAQDAgEGMA8GA1UdEwEB / wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0Jvf6xCZU7wO94CTL <nl> - VBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRUcnVzdCBBQjEmMCQGA1UECxMdQWRk <nl> - VHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsxIjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENB <nl> - IFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBALCb4IUlwtYj4g + WBpKdQZic2YR5gdkeWxQHIzZl <nl> - j7DYd7usQWxHYINRsPkyPef89iYTx4AWpb9a / IfPeHmJIZriTAcKhjW88t5RxNKWt9x + Tu5w / Rw5 <nl> - 6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvCNr4TDea9Y355 <nl> - e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEXc4g / VhsxOBi0cQ + azcgOno4u <nl> - G + GMmIPLHzHxREzGBHNJdmAPx / i9F4BrLunMTA5amnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Entrust Root Certification Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMCVVMxFjAUBgNV <nl> - BAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0Lm5ldC9DUFMgaXMgaW5jb3Jw <nl> - b3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMWKGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsG <nl> - A1UEAxMkRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0 <nl> - MloXDTI2MTEyNzIwNTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMu <nl> - MTkwNwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSByZWZlcmVu <nl> - Y2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNVBAMTJEVudHJ1c3QgUm9v <nl> - dCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB <nl> - ALaVtkNC + sZtKm9I35RMOVcF7sN5EUFoNu3s / poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn / MYsz <nl> - A9u3g3s + IIRe7bJWKKf44LlAcTfFy0cOlypowCKVYhXbR9n10Cv / gkvJrT7eTNuQgFA / CYqEAOww <nl> - Cj0Yzfv9KlmaI5UXLEWeH25DeW0MXJj + SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD + JXGIrb68 <nl> - j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en + Q3X0dgNmBu1kmwhH + 5pPi94DkZfs0Nw4pgHBN <nl> - rziGLp5 / V6 + eF67rHMsoIV + 2HNjnogQi + dPa2MsCAwEAAaOBsDCBrTAOBgNVHQ8BAf8EBAMCAQYw <nl> - DwYDVR0TAQH / BAUwAwEB / zArBgNVHRAEJDAigA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1 <nl> - MzQyWjAfBgNVHSMEGDAWgBRokORnpKZTgMeGZqTx90tD + 4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DH <nl> - hmak8fdLQ / uEvW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA <nl> - A4IBAQCT1DCw1wMgKtD5Y + iRDAUgqV8ZyntyTtSx29CW + 1RaGSwMCPeyvIWonX9tO1KzKtvn1ISM <nl> - Y / YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6ZuaAGAT / 3B + XxFNSRuzFVJ7yVTa <nl> - v52Vr2ua2J7p8eRDjeIRRDq / r72DQnNSi6q7pynP9WQcCk3RvKqsnyrQ / 39 / 2n3qse0wJcGE2jTS <nl> - W3iDVuycNsMm4hH2Z0kdkquM + + v / eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0 <nl> - tHuu2guQOHXvgR1m0vdXcDazv / wor3ElhVsT / h5 / WrQ8 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - GeoTrust Global CA <nl> - = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDVDCCAjygAwIBAgIDAjRWMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVTMRYwFAYDVQQK <nl> - Ew1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9iYWwgQ0EwHhcNMDIwNTIxMDQw <nl> - MDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5j <nl> - LjEbMBkGA1UEAxMSR2VvVHJ1c3QgR2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB <nl> - CgKCAQEA2swYYzD99BcjGlZ + W988bDjkcbd4kdS8odhM + KhDtgPpTSEHCIjaWC9mOSm9BXiLnTjo <nl> - BbdqfnGk5sRgprDvgOSJKA + eJdbtg / OtppHHmMlCGDUUna2YRpIuT8rxh0PBFpVXLVDviS2Aelet <nl> - 8u5fa9IAjbkU + BQVNdnARqN7csiRv8lVK83Qlz6cJmTM386DGXHKTubU1XupGc1V3sjs0l44U + Vc <nl> - T4wt / lAjNvxm5suOpDkZALeVAjmRCw7 + OC7RHQWa9k0 + bw8HHa8sHo9gOeL6NlMTOdReJivbPagU <nl> - vTLrGAMoUgRx5aszPeE4uwc2hGKceeoWMPRfwCvocWvk + QIDAQABo1MwUTAPBgNVHRMBAf8EBTAD <nl> - AQH / MB0GA1UdDgQWBBTAephojYn7qwVkDBF9qn1luMrMTjAfBgNVHSMEGDAWgBTAephojYn7qwVk <nl> - DBF9qn1luMrMTjANBgkqhkiG9w0BAQUFAAOCAQEANeMpauUvXVSOKVCUn5kaFOSPeCpilKInZ57Q <nl> - zxpeR + nBsqTP3UEaBU6bS + 5Kb1VSsyShNwrrZHYqLizz / Tt1kL / 6cdjHPTfStQWVYrmm3ok9Nns4 <nl> - d0iXrKYgjy6myQzCsplFAMfOEVEiIuCl6rYVSAlk6l5PdPcFPseKUgzbFbS9bZvlxrFUaKnjaZC2 <nl> - mqUPuLk / IH2uSrW4nOQdtqvmlKXBx4Ot2 / Unhw4EbNX / 3aBd7YdStysVAq45pmp06drE57xNNB6p <nl> - XE0zX5IJL4hmXXeXxx12E6nV5fEWCRE11azbJHFwLJhWC9kXtNHjUStedejV0NxPNO3CBWaAocvm <nl> - Mw = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - GeoTrust Universal CA <nl> - = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFaDCCA1CgAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQGEwJVUzEWMBQGA1UEChMN <nl> - R2VvVHJ1c3QgSW5jLjEeMBwGA1UEAxMVR2VvVHJ1c3QgVW5pdmVyc2FsIENBMB4XDTA0MDMwNDA1 <nl> - MDAwMFoXDTI5MDMwNDA1MDAwMFowRTELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IElu <nl> - Yy4xHjAcBgNVBAMTFUdlb1RydXN0IFVuaXZlcnNhbCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIP <nl> - ADCCAgoCggIBAKYVVaCjxuAfjJ0hUNfBvitbtaSeodlyWL0AG0y / YckUHUWCq8YdgNY96xCcOq9t <nl> - JPi8cQGeBvV8Xx7BDlXKg5pZMK4ZyzBIle0iN430SppyZj6tlcDgFgDgEB8rMQ7XlFTTQjOgNB0e <nl> - RXbdT8oYN + yFFXoZCPzVx5zw8qkuEKmS5j1YPakWaDwvdSEYfyh3peFhF7em6fgemdtzbvQKoiFs <nl> - 7tqqhZJmr / Z6a4LauiIINQ / PQvE1 + mrufislzDoR5G2vc7J2Ha3QsnhnGqQ5HFELZ1aD / ThdDc7d <nl> - 8Lsrlh / eezJS / R27tQahsiFepdaVaH / wmZ7cRQg + 59IJDTWU3YBOU5fXtQlEIGQWFwMCTFMNaN7V <nl> - qnJNk22CDtucvc + 081xdVHppCZbW2xHBjXWotM85yM48vCR85mLK4b19p71XZQvk / iXttmkQ3Cga <nl> - Rr0BHdCXteGYO8A3ZNY9lO4L4fUorgtWv3GLIylBjobFS1J72HGrH4oVpjuDWtdYAVHGTEHZf9hB <nl> - Z3KiKN9gg6meyHv8U3NyWfWTehd2Ds735VzZC1U0oqpbtWpU5xPKV + yXbfReBi9Fi1jUIxaS5BZu <nl> - KGNZMN9QAZxjiRqf2xeUgnA3wySemkfWWspOqGmJch + RbNt + nhutxx9z3SxPGWX9f5NAEC7S8O08 <nl> - ni4oPmkmM8V7AgMBAAGjYzBhMA8GA1UdEwEB / wQFMAMBAf8wHQYDVR0OBBYEFNq7LqqwDLiIJlF0 <nl> - XG0D08DYj3rWMB8GA1UdIwQYMBaAFNq7LqqwDLiIJlF0XG0D08DYj3rWMA4GA1UdDwEB / wQEAwIB <nl> - hjANBgkqhkiG9w0BAQUFAAOCAgEAMXjmx7XfuJRAyXHEqDXsRh3ChfMoWIawC / yOsjmPRFWrZIRc <nl> - aanQmjg8 + uUfNeVE44B5lGiku8SfPeE0zTBGi1QrlaXv9z + ZhP015s8xxtxqv6fXIwjhmF7DWgh2 <nl> - qaavdy + 3YL1ERmrvl / 9zlcGO6JP7 / TG37FcREUWbMPEaiDnBTzynANXH / KttgCJwpQzgXQQpAvvL <nl> - oJHRfNbDflDVnVi + QTjruXU8FdmbyUqDWcDaU / 0zuzYYm4UPFd3uLax2k7nZAY1IEKj79TiG8dsK <nl> - xr2EoyNB3tZ3b4XUhRxQ4K5RirqNPnbiucon8l + f725ZDQbYKxek0nxru18UGkiPGkzns0ccjkxF <nl> - KyDuSN / n3QmOGKjaQI2SJhFTYXNd673nxE0pN2HrrDktZy4W1vUAg4WhzH92xH3kt0tm7wNFYGm2 <nl> - DFKWkoRepqO1pD4r2czYG0eq8kTaT / kD6PAUyz / zg97QwVTjt + gKN02LIFkDMBmhLMi9ER / frslK <nl> - xfMnZmaGrGiR / 9nmUxwPi1xpZQomyB40w11Re9epnAahNt3ViZS82eQtDF4JbAiXfKM9fJP / P6EU <nl> - p8 + 1Xevb2xzEdt + Iub1FBZUbrvxGakyvSOPOrg / SfuvmbJxPgWp6ZKy7PtXny3YuxadIwVyQD8vI <nl> - P / rmMuGNG2 + k5o7Y + SlIis5z / iw = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - GeoTrust Universal CA 2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFbDCCA1SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBHMQswCQYDVQQGEwJVUzEWMBQGA1UEChMN <nl> - R2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVyc2FsIENBIDIwHhcNMDQwMzA0 <nl> - MDUwMDAwWhcNMjkwMzA0MDUwMDAwWjBHMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3Qg <nl> - SW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVyc2FsIENBIDIwggIiMA0GCSqGSIb3DQEBAQUA <nl> - A4ICDwAwggIKAoICAQCzVFLByT7y2dyxUxpZKeexw0Uo5dfR7cXFS6GqdHtXr0om / Nj1XqduGdt0 <nl> - DE81WzILAePb63p3NeqqWuDW6KFXlPCQo3RWlEQwAx5cTiuFJnSCegx2oG9NzkEtoBUGFF + 3Qs17 <nl> - j1hhNNwqCPkuwwGmIkQcTAeC5lvO0Ep8BNMZcyfwqph / Lq9O64ceJHdqXbboW0W63MOhBW9Wjo8Q <nl> - JqVJwy7XQYci4E + GymC16qFjwAGXEHm9ADwSbSsVsaxLse4YuU6W3Nx2 / zu + z18DwPw76L5GG / / a <nl> - QMJS9 / 7jOvdqdzXQ2o3rXhhqMcceujwbKNZrVMaqW9eiLBsZzKIC9ptZvTdrhrVtgrrY6slWvKk2 <nl> - WP0 + GfPtDCapkzj4T8FdIgbQl + rhrcZV4IErKIM6 + vR7IVEAvlI4zs1meaj0gVbi0IMJR1FbUGrP <nl> - 20gaXT73y / Zl92zxlfgCOzJWgjl6W70viRu / obTo / 3 + NjN8D8WBOWBFM66M / ECuDmgFz2ZRthAAn <nl> - ZqzwcEAJQpKtT5MNYQlRJNiS1QuUYbKHsu3 / mjX / hVTK7URDrBs8FmtISgocQIgfksILAAX / 8sgC <nl> - SqSqqcyZlpwvWOB94b67B9xfBHJcMTTD7F8t4D1kkCLm0ey4Lt1ZrtmhN79UNdxzMk + MBB4zsslG <nl> - 8dhcyFVQyWi9qLo2CQIDAQABo2MwYTAPBgNVHRMBAf8EBTADAQH / MB0GA1UdDgQWBBR281Xh + qQ2 <nl> - + / CfXGJx7Tz0RzgQKzAfBgNVHSMEGDAWgBR281Xh + qQ2 + / CfXGJx7Tz0RzgQKzAOBgNVHQ8BAf8E <nl> - BAMCAYYwDQYJKoZIhvcNAQEFBQADggIBAGbBxiPz2eAubl / oz66wsCVNK / g7WJtAJDday6sWSf + z <nl> - dXkzoS9tcBc0kf5nfo / sm + VegqlVHy / c1FEHEv6sFj4sNcZj / NwQ6w2jqtB8zNHQL1EuxBRa3ugZ <nl> - 4T7GzKQp5y6EqgYweHZUcyiYWTjgAA1i00J9IZ + uPTqM1fp3DRgrFg5fNuH8KrUwJM / gYwx7WBr + <nl> - mbpCErGR9Hxo4sjoryzqyX6uuyo9DRXcNJW2GHSoag / HtPQTxORb7QrSpJdMKu0vbBKJPfEncKpq <nl> - A1Ihn0CoZ1Dy81of398j9tx4TuaYT1U6U + Pv8vSfx3zYWK8pIpe44L2RLrB27FcRz + 8pRPPphXpg <nl> - Y + RdM4kX2TGq2tbzGDVyz4crL2MjhF2EjD9XoIj8mZEoJmmZ1I + XRL6O1UixpCgp8RW04eWe3fiP <nl> - pm8m1wk8OhwRDqZsN / etRIcsKMfYdIKz0G9KV7s1KSegi + ghp4dkNl3M2Basx7InQJJVOCiNUW7d <nl> - FGdTbHFcJoRNdVq2fmBWqU2t + 5sel / MN2dKXVHfaPRK34B7vCAas + YWH6aLcr34YEoP9VhdBLtUp <nl> - gn2Z9DH2canPLAEnpQW5qrJITirvn5NSUZU8UnOOVkwXQMAJKOSLakhT2 + zNVVXxxvjpoixMptEm <nl> - X36vWkzaH6byHCx + rgIW0lbQL1dTR + iS <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Visa eCommerce Root <nl> - = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDojCCAoqgAwIBAgIQE4Y1TR0 / BvLB + WUF1ZAcYjANBgkqhkiG9w0BAQUFADBrMQswCQYDVQQG <nl> - EwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRlcm5hdGlvbmFsIFNlcnZpY2Ug <nl> - QXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNvbW1lcmNlIFJvb3QwHhcNMDIwNjI2MDIxODM2 <nl> - WhcNMjIwNjI0MDAxNjEyWjBrMQswCQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMm <nl> - VmlzYSBJbnRlcm5hdGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNv <nl> - bW1lcmNlIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvV95WHm6h2mCxlCfL <nl> - F9sHP4CFT8icttD0b0 / Pmdjh28JIXDqsOTPHH2qLJj0rNfVIsZHBAk4ElpF7sDPwsRROEW + 1QK8b <nl> - RaVK7362rPKgH1g / EkZgPI2h4H3PVz4zHvtH8aoVlwdVZqW1LS7YgFmypw23RuwhY / 81q6UCzyr0 <nl> - TP579ZRdhE2o8mCP2w4lPJ9zcc + U30rq299yOIzzlr3xF7zSujtFWsan9sYXiwGd / BmoKoMWuDpI <nl> - / k4 + oKsGGelT84ATB + 0tvz8KPFUgOSwsAGl0lUq8ILKpeeUYiZGo3BxN77t + Nwtd / jmliFKMAGzs <nl> - GHxBvfaLdXe6YJ2E5 / 4tAgMBAAGjQjBAMA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgEG <nl> - MB0GA1UdDgQWBBQVOIMPPyw / cDMezUb + B4wg4NfDtzANBgkqhkiG9w0BAQUFAAOCAQEAX / FBfXxc <nl> - CLkr4NWSR / pnXKUTwwMhmytMiUbPWU3J / qVAtmPN3XEolWcRzCSs00Rsca4BIGsDoo8Ytyk6feUW <nl> - YFN4PMCvFYP3j1IzJL1kk5fui / fbGKhtcbP3LBfQdCVp9 / 5rPJS + TUtBjE7ic9DjkCJzQ83z7 + pz <nl> - zkWKsKZJ / 0x9nXGIxHYdkFsd7v3M9 + 79YKWxehZx0RbQfBI8bGmX265fOZpwLwU8GUYEmSA20GBu <nl> - YQa7FkKMcPcw + + DbZqMAAb3mLNqRX6BGi01qnD093QVG / na / oAo85ADmJ7f / hC3euiInlhBx6yLt <nl> - 398znM / jra6O1I7mT1GvFpLgXPYHDw = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Comodo AAA Services root <nl> - = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEbMBkGA1UECAwS <nl> - R3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRowGAYDVQQKDBFDb21vZG8gQ0Eg <nl> - TGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmljYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAw <nl> - MFoXDTI4MTIzMTIzNTk1OVowezELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hl <nl> - c3RlcjEQMA4GA1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNV <nl> - BAMMGEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC <nl> - ggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr + GB + O5AL686tdUIoWMQuaBtDFcCLNSS1UY8y2bmhG <nl> - C1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe3M / vg4aijJRPn2jymJBGhCfHdr / jzDUs <nl> - i14HZGWCwEiwqJH5YZ92IFCokcdmtet4YgNW8IoaE + oxox6gmf049vYnMlhvB / VruPsUK6 + 3qszW <nl> - Y19zjNoFmag4qMsXeDZRrOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjH <nl> - Ypy + g8cmez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQUoBEK <nl> - Iz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH / BAQDAgEGMA8GA1UdEwEB / wQFMAMBAf8wewYDVR0f <nl> - BHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20vQUFBQ2VydGlmaWNhdGVTZXJ2aWNl <nl> - cy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29tb2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2Vz <nl> - LmNybDANBgkqhkiG9w0BAQUFAAOCAQEACFb8AvCb6P + k + tZ7xkSAzk / ExfYAWMymtrwUSWgEdujm <nl> - 7l3sAg9g1o1QGE8mTgHj5rCl7r + 8dFRBv / 38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz <nl> - Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC / zXDrPbDdVCYfeU0BsWO / 8tqtlbgT2G9w84FoVxp7Z <nl> - 8VlIMCFlA2zs6SFz7JsDoeA3raAVGI / 6ugLOpyypEBMs1OUIJqsil2D4kF501KKaU73yqWjgom7C <nl> - 12yxow + ev + to51byrvLjKzg6CYG1a4XXvi3tPxq3smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - QuoVadis Root CA <nl> - = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIF0DCCBLigAwIBAgIEOrZQizANBgkqhkiG9w0BAQUFADB / MQswCQYDVQQGEwJCTTEZMBcGA1UE <nl> - ChMQUXVvVmFkaXMgTGltaXRlZDElMCMGA1UECxMcUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0 <nl> - eTEuMCwGA1UEAxMlUXVvVmFkaXMgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMTAz <nl> - MTkxODMzMzNaFw0yMTAzMTcxODMzMzNaMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRp <nl> - cyBMaW1pdGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQD <nl> - EyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEF <nl> - AAOCAQ8AMIIBCgKCAQEAv2G1lVO6V / z68mcLOhrfEYBklbTRvM16z / Ypli4kVEAkOPcahdxYTMuk <nl> - J0KX0J + DisPkBgNbAKVRHnAEdOLB1Dqr1607BxgFjv2DrOpm2RgbaIr1VxqYuvXtdj182d6UajtL <nl> - F8HVj71lODqV0D1VNk7feVcxKh7YWWVJWCCYfqtffp / p1k3sg3Spx2zY7ilKhSoGFPlU5tPaZQeL <nl> - YzcS19Dsw3sgQUSj7cugF + FxZc4dZjH3dgEZyH0DWLaVSR2mEiboxgx24ONmy + pdpibu5cxfvWen <nl> - AScOospUxbF6lR1xHkopigPcakXBpBlebzbNw6Kwt / 5cOOJSvPhEQ + aQuwIDAQABo4ICUjCCAk4w <nl> - PQYIKwYBBQUHAQEEMTAvMC0GCCsGAQUFBzABhiFodHRwczovL29jc3AucXVvdmFkaXNvZmZzaG9y <nl> - ZS5jb20wDwYDVR0TAQH / BAUwAwEB / zCCARoGA1UdIASCAREwggENMIIBCQYJKwYBBAG + WAABMIH7 <nl> - MIHUBggrBgEFBQcCAjCBxxqBxFJlbGlhbmNlIG9uIHRoZSBRdW9WYWRpcyBSb290IENlcnRpZmlj <nl> - YXRlIGJ5IGFueSBwYXJ0eSBhc3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJs <nl> - ZSBzdGFuZGFyZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRpb24gcHJh <nl> - Y3RpY2VzLCBhbmQgdGhlIFF1b1ZhZGlzIENlcnRpZmljYXRlIFBvbGljeS4wIgYIKwYBBQUHAgEW <nl> - Fmh0dHA6Ly93d3cucXVvdmFkaXMuYm0wHQYDVR0OBBYEFItLbe3TKbkGGew5Oanwl4Rqy + / fMIGu <nl> - BgNVHSMEgaYwgaOAFItLbe3TKbkGGew5Oanwl4Rqy + / foYGEpIGBMH8xCzAJBgNVBAYTAkJNMRkw <nl> - FwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0 <nl> - aG9yaXR5MS4wLAYDVQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggQ6 <nl> - tlCLMA4GA1UdDwEB / wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAitQUtf70mpKnGdSkfnIYj9lo <nl> - fFIk3WdvOXrEql494liwTXCYhGHoG + NpGA7O + 0dQoE7 / 8CQfvbLO9Sf87C9TqnN7Az10buYWnuul <nl> - LsS / VidQK2K6vkscPFVcQR0kvoIgR13VRH56FmjffU1RcHhXHTMe / QKZnAzNCgVPx7uOpHX6Sm2x <nl> - gI4JVrmcGmD + XcHXetwReNDWXcG31a0ymQM6isxUJTkxgXsTIlG6Rmyhu576BGxJJnSP0nPrzDCi <nl> - 5upZIof4l / UO / erMkqQWxFIY6iHOsfHmhIHluqmGKPJDWl0Snawe2ajlCmqnf6CHKc / yiU3U7MXi <nl> - 5nrQNiOKSnQ2 + Q = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - QuoVadis Root CA 2 <nl> - = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFtzCCA5 + gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0xGTAXBgNVBAoT <nl> - EFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJvb3QgQ0EgMjAeFw0wNjExMjQx <nl> - ODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM <nl> - aW1pdGVkMRswGQYDVQQDExJRdW9WYWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4IC <nl> - DwAwggIKAoICAQCaGMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr + jhiYaHv5 + HBg6 <nl> - XJxgFyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst / ek + 7wrGsxDp3MJGF / hd / aTa / 55JWpzmM + Yk <nl> - lvc / ulsrHHo1wtZn / qtmUIttKGAr79dgw8eTvI02kfN / + NsRE8Scd3bBrrcCaoF6qUWD4gXmuVbB <nl> - lDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp + ARz8un + XJiM9XOva7R + zdRcAitMOeGy <nl> - lZUtQofX1bOQQ7dsE / He3fbE + Ik / 0XX1ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2 + r + eXyt <nl> - 66 / 3FsvbzSUr5R / 7mp / iUcw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1Jdxn <nl> - wQ5hYIizPtGo / KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD / 5YDXC2Og / zOh <nl> - D7osFRXql7PSorW + 8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UHoycR7hYQe7xFSkyy <nl> - BNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb + fVuIyV77zGHcizN300QyNQliBJIWENie <nl> - J0f7OyHj + OsdWwIDAQABo4GwMIGtMA8GA1UdEwEB / wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1Ud <nl> - DgQWBBQahGK8SEwzJQTU7tD2A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGU <nl> - a6FJpEcwRTELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT <nl> - ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2fBluornFdLwUv <nl> - Z + YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzng / iN / Ae42l9NLmeyhP3ZRPx3 <nl> - UIHmfLTJDQtyU / h2BwdBR5YM + + CCJpNVjP4iH2BlfF / nJrP3MpCYUNQ3cVX2kiF495V5 + vgtJodm <nl> - VjB3pjd4M1IQWK4 / YY7yarHvGH5KWWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m / DShcK <nl> - + JDSV6IZUaUtl0HaB0 + pUNqQjZRG4T7wlP0QADj1O + hA4bRuVhogzG9Yje0uRY / W6ZM / 57Es3zrW <nl> - IozchLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW + v90m / xd2gNNWQjrLhVoQPRTUIZ3Ph1 <nl> - WVaj + ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B / B5EqHdZ + XIWDmbA4CD / pXvk1B + TJYm5X <nl> - f6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw + nYSL0ZohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II <nl> - 4pEZXNLxId26F0KCl3GBUzGpn / Z9Yr9y4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl / IsELm8 <nl> - VCLAAVBpQ570su9t + Oza8eOx79 + Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - QuoVadis Root CA 3 <nl> - = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0xGTAXBgNVBAoT <nl> - EFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJvb3QgQ0EgMzAeFw0wNjExMjQx <nl> - OTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM <nl> - aW1pdGVkMRswGQYDVQQDExJRdW9WYWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4IC <nl> - DwAwggIKAoICAQDMV0IWVJzmmNPTTe7 + 7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNgg <nl> - DhoB4hp7Thdd4oq3P5kazethq8Jlph + 3t723j / z9cI8LoGe + AaJZz3HmDyl2 / 7FWeUUrH556VOij <nl> - KTVopAFPD6QuN + 8bv + OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd8lyyBTNvijbO0BNO / 79K <nl> - DDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9CabwvvWhDFlaJKjdhkf2mrk7AyxRllDdLkgbv <nl> - BNDInIjbC3uBr7E9KsRlOni27tyAsdLTmZw67mtaa7ONt9XOnMK + pUsvFrGeaDsGb659n / je7Mwp <nl> - p5ijJUMv7 / FfJuGITfhebtfZFG4ZM2mnO4SJk8RTVROhUXhA + LjJou57ulJCg54U7QVSWllWp5f8 <nl> - nT8KKdjcT5EOE7zelaTfi5m + rJsziO + 1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDtWAEX <nl> - MJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZc6tsgLjoC2SToJyM <nl> - Gf + z0gzskSaHirOi4XCPLArlzW1oUevaPwV / izLmE1xr / l9A4iLItLRkT9a6fUg + qGkM17uGcclz <nl> - uD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYDVR0TAQH / BAUwAwEB / zCB4QYDVR0gBIHZMIHWMIHT <nl> - BgkrBgEEAb5YAAMwgcUwgZMGCCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmlj <nl> - YXRlIGNvbnN0aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0 <nl> - aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVudC4wLQYIKwYB <nl> - BQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2NwczALBgNVHQ8EBAMCAQYwHQYD <nl> - VR0OBBYEFPLAE + CCQz777i9nMpY1XNu4ywLQMG4GA1UdIwRnMGWAFPLAE + CCQz777i9nMpY1XNu4 <nl> - ywLQoUmkRzBFMQswCQYDVQQGEwJCTTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UE <nl> - AxMSUXVvVmFkaXMgUm9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZV <nl> - qyM07ucp2sNbtrCD2dDQ4iH782CnO11gUyeim / YIIirnv6By5ZwkajGxkHon24QRiSemd1o417 + s <nl> - hvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd + LJ2w / w4E6oM3kJpK27z <nl> - POuAJ9v1pkQNn1pVWQvVDVJIxa6f8i + AxeoyUDUSly7B4f / xI4hROJ / yZlZ25w9Rl6VSDE1JUZU2 <nl> - Pb + iSwwQHYaZTKrzchGT5Or2m9qoXadNt54CrnMAyNojA + j56hl0YgCUyyIgvpSnWbWCar6ZeXqp <nl> - 8kokUvd0 / bpO5qgdAm6xDYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH / grdS / yO9SbkbnBC <nl> - bjPsMZ57k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6szHXu <nl> - g / WwYjnPbFfiTNKRCw51KBuav / 0aQ / HKd / s7j2G4aSgWQgRecCocIdiP4b0jWy10QJLZYxkNc91p <nl> - vGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeTmJlglFwjz1onl14LBQaTNx47aTbr <nl> - qZ5hHY8y2o4M1nQ + ewkk2gF3R8Q7zTSMmfXK4SVhM7JZG + Ju1zdXtg2pEto = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Security Communication Root CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMP <nl> - U0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEw <nl> - HhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5WjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMP <nl> - U0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEw <nl> - ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCzs / 5 / 022x7xZ8V6UMbXaKL0u / ZPtM7orw <nl> - 8yl89f / uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJDKaVv0uM <nl> - DPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV + 7AwFb9Ms + k2Y7CI9eNqPPYJayX <nl> - 5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6 + HGhWZq / NQV3Is00qVUarH9oe4kA92819uZKAnDfd <nl> - DJZkndwi92SL32HeFZRSFaB9UslLqCHJxrHty8OVYNEP8Ktw + N / LTX7s1vqr2b1 / VPKl6Xn62dZ2 <nl> - JChzAgMBAAGjPzA9MB0GA1UdDgQWBBSgc0mZaNyFW2XjmygvV5 + 9M7wHSDALBgNVHQ8EBAMCAQYw <nl> - DwYDVR0TAQH / BAUwAwEB / zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE + vGkl3g <nl> - 0dNq / vu + m22 / xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j + eG61Ha2POCEfrUj94nK9NrvjVT8 + a <nl> - mCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo + zenaSMQVy + n5Bw + SUEmK3TGXX8npN6o7WWWXlDLJ <nl> - s58 + OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJUJRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ <nl> - 6rBK + 1YWc26sTfcioU + tHXotRSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T / zOLjw9XARYvz6buyXAi <nl> - FL39vmwLAw = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Sonera Class 2 Root CA <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDIDCCAgigAwIBAgIBHTANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJGSTEPMA0GA1UEChMG <nl> - U29uZXJhMRkwFwYDVQQDExBTb25lcmEgQ2xhc3MyIENBMB4XDTAxMDQwNjA3Mjk0MFoXDTIxMDQw <nl> - NjA3Mjk0MFowOTELMAkGA1UEBhMCRkkxDzANBgNVBAoTBlNvbmVyYTEZMBcGA1UEAxMQU29uZXJh <nl> - IENsYXNzMiBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJAXSjWdyvANlsdE + hY3 <nl> - / Ei9vX + ALTU74W + oZ6m / AxxNjG8yR9VBaKQTBME1DJqEQ / xcHf + Js + gXGM2RX / uJ4 + q / Tl18GybT <nl> - dXnt5oTjV + WtKcT0OijnpXuENmmz / V52vaMtmdOQTiMofRhj8VQ7Jp12W5dCsv + u8E7s3TmVToMG <nl> - f + dJQMjFAbJUWmYdPfz56TwKnoG4cPABi + QjVHzIrviQHgCWctRUz2EjvOr7nQKV0ba5cTppCD8P <nl> - tOFCx4j1P5iop7oc4HFx71hXgVB6XGt0Rg6DA5jDjqhu8nYybieDwnPz3BjotJPqdURrBGAgcVeH <nl> - nfO + oJAjPYok4doh28MCAwEAAaMzMDEwDwYDVR0TAQH / BAUwAwEB / zARBgNVHQ4ECgQISqCqWITT <nl> - XjwwCwYDVR0PBAQDAgEGMA0GCSqGSIb3DQEBBQUAA4IBAQBazof5FnIVV0sd2ZvnoiYw7JNn39Yt <nl> - 0jSv9zilzqsWuasvfDXLrNAPtEwr / IDva4yRXzZ299uzGxnq9LIR / WFxRL8oszodv7ND6J + / 3DEI <nl> - cbCdjdY0RzKQxmUk96BKfARzjzlvF4xytb1LyHr4e4PDKE6cCepnP7JnBBvDFNr450kkkdAdavph <nl> - Oe9r5yF1BgfYErQhIHBCcYHaPJo2vqZbDWpsmh + Re / n570K6Tk6ezAyNlNzZRZxe7EJQY670XcSx <nl> - EtzKO6gunRRaBXW37Ndj4ro1tgQIkejanZz2ZrUYrAqmVCY0M9IbwdR / GjqOC6oybtv8TyWf2TLH <nl> - llpwrN9M <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - XRamp Global CA Root <nl> - = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY + grTANBgkqhkiG9w0BAQUFADCBgjELMAkGA1UE <nl> - BhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2Vj <nl> - dXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB <nl> - dXRob3JpdHkwHhcNMDQxMTAxMTcxNDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMx <nl> - HjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkg <nl> - U2VydmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3Jp <nl> - dHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS638eMpSe2OAtp87ZOqCwu <nl> - IR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCPKZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMx <nl> - foArtYzAQDsRhtDLooY2YKTVMIJt2W7QDxIEM5dfT2Fa8OT5kavnHTu86M / 0ay00fOJIYRyO82FE <nl> - zG + gSqmUsE3a56k0enI4qEHMPJQRfevIpoy3hsvKMzvZPTeL + 3o + hiznc9cKV6xkmxnr9A8ECIqs <nl> - AxcZZPRaJSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh / MHJfNViPvry <nl> - xS3T / dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1Ud <nl> - EwEB / wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASsjVy16bYbMDYGA1UdHwQvMC0wK6Ap <nl> - oCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMC <nl> - AQEwDQYJKoZIhvcNAQEFBQADggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc <nl> - / Kh4ZzXxHfARvbdI4xD2Dd8 / 0sm2qlWkSLoC295ZLhVbO50WfUfXN + pfTXYSNrsf16GBBEYgoyxt <nl> - qZ4Bfj8pzgCT3 / 3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLaIR9NmXmd4c8n <nl> - nxCbHIgNsIpkQTG4DmyQJKSbXHGPurt + HBvbaoAPIbzp26a3QPSyi6mx5O + aGtA9aZnuqCij4Tyz <nl> - 8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQO + 7ETPTsJ3xCwnR8gooJybQDJbw = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Go Daddy Class 2 CA <nl> - = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMY <nl> - VGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRp <nl> - ZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkG <nl> - A1UEBhMCVVMxITAfBgNVBAoTGFRoZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28g <nl> - RGFkZHkgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQAD <nl> - ggENADCCAQgCggEBAN6d1 + pXGEmhW + vXX0iG6r7d / + TvZxz0ZWizV3GgXne77ZtJ6XCAPVYYYwhv <nl> - 2vLM0D9 / AlQiVBDYsoHUwHU9S3 / Hd8M + eKsaA7Ugay9qK7HFiH7Eux6wwdhFJ2 + qN1j3hybX2C32 <nl> - qRe3H3I2TqYXP2WYktsqbl2i / ojgC95 / 5Y0V4evLOtXiEqITLdiOr18SPaAIBQi2XKVlOARFmR6j <nl> - YGB0xUGlcmIbYsUfb18aQr4CUWWoriMYavx4A6lNf4DD + qta / KFApMoZFv6yyO9ecw3ud72a9nmY <nl> - vLEHZ6IVDd2gWMZEewo + YihfukEHU1jPEX44dMX4 / 7VpkI + EdOqXG68CAQOjgcAwgb0wHQYDVR0O <nl> - BBYEFNLEsNKR1EwRcbNhyz2h / t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h / t2o <nl> - atTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMu <nl> - MTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwG <nl> - A1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wim <nl> - PQoZ + YeAEW5p5JYXMP80kWNyOO7MHAGjHZQopDH2esRU1 / blMVgDoszOYtuURXO1v0XJJLXVggKt <nl> - I3lpjbi2Tc7PTMozI + gciKqdi0FuFskg5YmezTvacPd + mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ <nl> - HmyW74cNxA9hi63ugyuV + I6ShHI56yDqg + 2DzZduCLzrTia2cyvk0 / ZM / iZx4mERdEr / VxqHD3VI <nl> - Ls9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5CufReYNnyicsbkqWletNw + vHX / b <nl> - vZ8 = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Starfield Class 2 CA <nl> - = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzElMCMGA1UEChMc <nl> - U3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZpZWxkIENsYXNzIDIg <nl> - Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQwNjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBo <nl> - MQswCQYDVQQGEwJVUzElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAG <nl> - A1UECxMpU3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqG <nl> - SIb3DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj + 6XGmBIWtDBFk385N78gDGIc / oav7PKaf8MOh2tTY <nl> - bitTkPskpD6E8J7oX + zlJ0T1KKY / e97gKvDIr1MvnsoFAZMej2YcOadN + lq2cwQlZut3f + dZxkqZ <nl> - JRRU6ybH838Z1TBwj6 + wRir / resp7defqgSHo9T5iaU0X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVm <nl> - epsZGD3 / cVE8MC5fvj13c7JdBmzDI1aaK4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o / WSN <nl> - F4Azbl5KXZnJHoe0nRrA1W4TNSNe35tfPe / W93bC6j67eA0cQmdrBNj41tpvi / JEoAGrAgEDo4HF <nl> - MIHCMB0GA1UdDgQWBBS / X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS / X7fRzt0f <nl> - hvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNo <nl> - bm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBDbGFzcyAyIENlcnRpZmljYXRpb24g <nl> - QXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGs <nl> - afPzWdqbAYcaT1epoXkJKtv3L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP + yz3SFmH8lU + nLM <nl> - PUxA2IGvd56Deruix / U0F47ZEUD0 / CwqTRV / p2JdLiXTAAsgGh1o + Re49L2L7ShZ3U0WixeDyLJl <nl> - xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynpVSJYACPq4xJD <nl> - KVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEYWQPJIrSPnNVeKtelttQKbfi3 <nl> - QBFGmh95DmK / D5fs4C8fF5Q = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Taiwan GRCA <nl> - = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFcjCCA1qgAwIBAgIQH51ZWtcvwgZEpYAIaeNe9jANBgkqhkiG9w0BAQUFADA / MQswCQYDVQQG <nl> - EwJUVzEwMC4GA1UECgwnR292ZXJubWVudCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4X <nl> - DTAyMTIwNTEzMjMzM1oXDTMyMTIwNTEzMjMzM1owPzELMAkGA1UEBhMCVFcxMDAuBgNVBAoMJ0dv <nl> - dmVybm1lbnQgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQAD <nl> - ggIPADCCAgoCggIBAJoluOzMonWoe / fOW1mKydGGEghU7Jzy50b2iPN86aXfTEc2pBsBHH8eV4qN <nl> - w8XRIePaJD9IK / ufLqGU5ywck9G / GwGHU5nOp / UKIXZ3 / 6m3xnOUT0b3EEk3 + qhZSV1qgQdW8or5 <nl> - BtD3cCJNtLdBuTK4sfCxw5w / cP1T3YGq2GN49thTbqGsaoQkclSGxtKyyhwOeYHWtXBiCAEuTk8O <nl> - 1RGvqa / lmr / czIdtJuTJV6L7lvnM4T9TjGxMfptTCAtsF / tnyMKtsc2AtJfcdgEWFelq16TheEfO <nl> - htX7MfP6Mb40qij7cEwdScevLJ1tZqa2jWR + tSBqnTuBto9AAGdLiYa4zGX + FVPpBMHWXx1E1wov <nl> - J5pGfaENda1UhhXcSTvxls4Pm6Dso3pdvtUqdULle96ltqqvKKyskKw4t9VoNSZ63Pc78 / 1Fm9G7 <nl> - Q3hub / FCVGqY8A2tl + lSXunVanLeavcbYBT0peS2cWeqH + riTcFCQP5nRhc4L0c / cZyu5SHKYS1t <nl> - B6iEfC3uUSXxY5Ce / eFXiGvviiNtsea9P63RPZYLhY3Naye7twWb7LuRqQoHEgKXTiCQ8P8NHuJB <nl> - O9NAOueNXdpm5AKwB1KYXA6OM5zCppX7VRluTI6uSw + 9wThNXo + EHWbNxWCWtFJaBYmOlXqYwZE8 <nl> - lSOyDvR5tMl8wUohAgMBAAGjajBoMB0GA1UdDgQWBBTMzO / MKWCkO7GStjz6MmKPrCUVOzAMBgNV <nl> - HRMEBTADAQH / MDkGBGcqBwAEMTAvMC0CAQAwCQYFKw4DAhoFADAHBgVnKgMAAAQUA5vwIhP / lSg2 <nl> - 09yewDL7MTqKUWUwDQYJKoZIhvcNAQEFBQADggIBAECASvomyc5eMN1PhnR2WPWus4MzeKR6dBcZ <nl> - TulStbngCnRiqmjKeKBMmo4sIy7VahIkv9Ro04rQ2JyftB8M3jh + Vzj8jeJPXgyfqzvS / 3WXy6Tj <nl> - Zwj / 5cAWtUgBfen5Cv8b5Wppv3ghqMKnI6mGq3ZW6A4M9hPdKmaKZEk9GhiHkASfQlK3T8v + R0F2 <nl> - Ne / / AHY2RTKbxkaFXeIksB7jSJaYV0eUVXoPQbFEJPPB / hprv4j9wabak2BegUqZIJxIZhm1AHlU <nl> - D7gsL0u8qV1bYH + Mh6XgUmMqvtg7hUAV / h62ZT / FS9p + tXo1KaMuephgIqP0fSdOLeq0dDzpD6Qz <nl> - DxARvBMB1uUO07 + 1EqLhRSPAzAhuYbeJq4PjJB7mXQfnHyA + z2fI56wwbSdLaG5LKlwCCDTb + Hbk <nl> - Z6MmnD + iMsJKxYEYMRBWqoTvLQr / uB930r + lWKBi5NdLkXWNiYCYfm3LU05er / ayl4WXudpVBrkk <nl> - 7tfGOB5jGxI7leFYrPLfhNVfmS8NVVvmONsuP3LpSIXLuykTjx44VbnzssQwmSNOXfJIoRIM3BKQ <nl> - CZBUkQM8R + XVyWXgt0t97EfTsws + rZ7QdAAO671RrcDeLMDDav7v3Aun + kbfYNucpllQdSNpc5Oy <nl> - + fwC00fmcc4QAu4njIT / rEUNE1yDMuAlpYYsfPQS <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - DigiCert Assured ID Root CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDtzCCAp + gAwIBAgIQDOfg5RfYRv6P5WD8G / AwOTANBgkqhkiG9w0BAQUFADBlMQswCQYDVQQG <nl> - EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSQw <nl> - IgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzEx <nl> - MTEwMDAwMDAwWjBlMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQL <nl> - ExB3d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0Ew <nl> - ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg + XESpa7cJpSIqvTO <nl> - 9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYPmDI2dsze3Tyoou9q + yHy <nl> - UmHfnyDXH + Kx2f4YZNISW1 / 5WBg1vEfNoTb5a3 / UsDg + wRvDjDPZ2C8Y / igPs6eD1sNuRMBhNZYW <nl> - / lmci3Zt1 / GiSw0r / wty2p5g0I6QNcZ4VYcgoc / lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpy <nl> - oeb6pNnVFzF1roV9Iq4 / AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl + 2qp / C3xag / lRbQ / 6GW6whf <nl> - GHdPAgMBAAGjYzBhMA4GA1UdDwEB / wQEAwIBhjAPBgNVHRMBAf8EBTADAQH / MB0GA1UdDgQWBBRF <nl> - 66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYunpyGd823IDzANBgkq <nl> - hkiG9w0BAQUFAAOCAQEAog683 + Lt8ONyc3pklL / 3cmbYMuRCdWKuh + vy1dneVrOfzM4UKLkNl2Bc <nl> - EkxY5NM9g0lFWJc1aRqoR + pWxnmrEthngYTffwk8lOa4JiwgvT2zKIn3X / 8i4peEH + ll74fg38Fn <nl> - SbNd67IJKusm7Xi + fT8r87cmNW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG + mRo64EtlOtCt / qMHt1i <nl> - 8b5QZ7dsvfPxH2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd + A5wwzZr8TDRRu838fYxAe <nl> - + o0bJW1sj6W3YQGx0qMmoRBxna3iw / nDmVG3KwcIzi7mULKn + gpFL6Lw8g = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - DigiCert Global Root CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBhMQswCQYDVQQG <nl> - EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSAw <nl> - HgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBDQTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAw <nl> - MDAwMDBaMGExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 <nl> - dy5kaWdpY2VydC5jb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkq <nl> - hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsBCSDMAZOn <nl> - TjC3U / dDxGkAV53ijSLdhwZAAIEJzs4bg7 / fzTtxRuLWZscFs3YnFo97nh6Vfe63SKMI2tavegw5 <nl> - BmV / Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt43C / dxC / / AH2hdmoRBBYMql1GNXRor5H <nl> - 4idq9Joz + EkIYIvUX7Q6hL + hqkpMfT7PT19sdl6gSzeRntwi5m3OFBqOasv + zbMUZBfHWymeMr / y <nl> - 7vrTC0LUq7dBMtoM1O / 4gdW7jVg / tRvoSSiicNoxBN33shbyTApOB6jtSj1etX + jkMOvJwIDAQAB <nl> - o2MwYTAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH / BAUwAwEB / zAdBgNVHQ4EFgQUA95QNVbRTLtm <nl> - 8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUwDQYJKoZIhvcNAQEF <nl> - BQADggEBAMucN6pIExIK + t1EnE9SsPTfrgT1eXkIoyQY / EsrhMAtudXH / vTBH1jLuG2cenTnmCmr <nl> - EbXjcKChzUyImZOMkXDiqw8cvpOp / 2PV5Adg06O / nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIt <nl> - tep3Sp + dWOIrWcBAI + 0tKIJFPnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU + Krk2U886 <nl> - UAb3LujEV0lsYSEY1QSteDwsOoBrp + uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk <nl> - CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4 = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - DigiCert High Assurance EV Root CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBsMQswCQYDVQQG <nl> - EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSsw <nl> - KQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5jZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAw <nl> - MFoXDTMxMTExMDAwMDAwMFowbDELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ <nl> - MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFu <nl> - Y2UgRVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm + 9S75S0t <nl> - Mqbf5YE / yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTWPNt0OKRKzE0lgvdKpVMS <nl> - OO7zSW1xkX5jtqumX8OkhPhPYlG + + MXs2ziS4wblCJEMxChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3 <nl> - MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFBIk5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx + mM0aBhakaHPQ <nl> - NAQTXKFx01p8VdteZOE3hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUe <nl> - h10aUAsgEsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH / BAQDAgGGMA8GA1UdEwEB / wQFMAMB <nl> - Af8wHQYDVR0OBBYEFLE + w2kD + L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaAFLE + w2kD + L9HAdSY <nl> - JhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3NecnzyIZgYIVyHbIUf4KmeqvxgydkAQ <nl> - V8GK83rZEWWONfqe / EW1ntlMMUu4kehDLI6zeM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFp <nl> - myPInngiK3BD41VHMWEZ71jFhS9OMPagMRYjyOfiZRYzy78aG6A9 + MpeizGLYAiJLQwGXFK3xPkK <nl> - mNEVX58Svnw2Yzi9RKR / 5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2 / S6cCZdkGCe <nl> - vEsXCS + 0yx5DaMkHJ8HSXPfqIbloEpw8nL + e / IBcm2PN7EeqJSdnoDfzAIJ9VNep + OkuE6N36B9K <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Certplus Class 2 Primary CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDkjCCAnqgAwIBAgIRAIW9S / PY2uNp9pTXX8OlRCMwDQYJKoZIhvcNAQEFBQAwPTELMAkGA1UE <nl> - BhMCRlIxETAPBgNVBAoTCENlcnRwbHVzMRswGQYDVQQDExJDbGFzcyAyIFByaW1hcnkgQ0EwHhcN <nl> - OTkwNzA3MTcwNTAwWhcNMTkwNzA2MjM1OTU5WjA9MQswCQYDVQQGEwJGUjERMA8GA1UEChMIQ2Vy <nl> - dHBsdXMxGzAZBgNVBAMTEkNsYXNzIDIgUHJpbWFyeSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP <nl> - ADCCAQoCggEBANxQltAS + DXSCHh6tlJw / W / uz7kRy1134ezpfgSN1sxvc0NXYKwzCkTsA18cgCSR <nl> - 5aiRVhKC9 + Ar9NuuYS6JEI1rbLqzAr3VNsVINyPi8Fo3UjMXEuLRYE2 + L0ER4 / YXJQyLkcAbmXuZ <nl> - Vg2v7tK8R1fjeUl7NIknJITesezpWE7 + Tt9avkGtrAjFGA7v0lPubNCdEgETjdyAYveVqUSISnFO <nl> - YFWe2yMZeVYHDD9jC1yw4r5 + FfyUM1hBOHTE4Y + L3yasH7WLO7dDWWuwJKZtkIvEcupdM5i3y95e <nl> - e + + U8Rs + yskhwcWYAqqi9lt3m / V + llU0HGdpwPFC40es / CgcZlUCAwEAAaOBjDCBiTAPBgNVHRME <nl> - CDAGAQH / AgEKMAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQU43Mt38sOKAze3bOkynm4jrvoMIkwEQYJ <nl> - YIZIAYb4QgEBBAQDAgEGMDcGA1UdHwQwMC4wLKAqoCiGJmh0dHA6Ly93d3cuY2VydHBsdXMuY29t <nl> - L0NSTC9jbGFzczIuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCnVM + IRBnL39R / AN9WM2K191EBkOvD <nl> - P9GIROkkXe / nFL0gt5o8AP5tn9uQ3Nf0YtaLcF3n5QRIqWh8yfFC82x / xXp8HVGIutIKPidd3i1R <nl> - TtMTZGnkLuPT55sJmabglZvOGtd / vjzOUrMRFcEPF80Du5wlFbqidon8BvEY0JNLDnyCt6X09l / + <nl> - 7UCmnYR0ObncHoUW2ikbhiMAybuJfm6AiB4vFLQDJKgybwOaRywwvlbGp0ICcBvqQNi6BQNwB6SW <nl> - / / 1IMwrh3KWBkJtN3X3n57LNXMhqlfil9o3EXXgIvnsG1knPGTZQIy4I5p4FTUcY1Rbpsda2ENW7 <nl> - l7 + ijrRU <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - DST Root CA X3 <nl> - = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDSjCCAjKgAwIBAgIQRK + wgNajJ7qJMDmGLvhAazANBgkqhkiG9w0BAQUFADA / MSQwIgYDVQQK <nl> - ExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMTDkRTVCBSb290IENBIFgzMB4X <nl> - DTAwMDkzMDIxMTIxOVoXDTIxMDkzMDE0MDExNVowPzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1 <nl> - cmUgVHJ1c3QgQ28uMRcwFQYDVQQDEw5EU1QgUm9vdCBDQSBYMzCCASIwDQYJKoZIhvcNAQEBBQAD <nl> - ggEPADCCAQoCggEBAN + v6ZdQCINXtMxiZfaQguzH0yxrMMpb7NnDfcdAwRgUi + DoM3ZJKuM / IUmT <nl> - rE4Orz5Iy2Xu / NMhD2XSKtkyj4zl93ewEnu1lcCJo6m67XMuegwGMoOifooUMM0RoOEqOLl5CjH9 <nl> - UL2AZd + 3UWODyOKIYepLYYHsUmu5ouJLGiifSKOeDNoJjj4XLh7dIN9bxiqKqy69cK3FCxolkHRy <nl> - xXtqqzTWMIn / 5WgTe1QLyNau7Fqckh49ZLOMxt + / yUFw7BZy1SbsOFU5Q9D8 / RhcQPGX69Wam40d <nl> - utolucbY38EVAjqr2m7xPi71XAicPNaDaeQQmxkqtilX4 + U9m5 / wAl0CAwEAAaNCMEAwDwYDVR0T <nl> - AQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSnsaR7LHH62 + FLkHX / xBVghYkQ <nl> - MA0GCSqGSIb3DQEBBQUAA4IBAQCjGiybFwBcqR7uKGY3Or + Dxz9LwwmglSBd49lZRNI + DT69ikug <nl> - dB / OEIKcdBodfpga3csTS7MgROSR6cz8faXbauX + 5v3gTt23ADq1cEmv8uXrAvHRAosZy5Q6XkjE <nl> - GB5YGV8eAlrwDPGxrancWYaLbumR9YbK + rlmM6pZW87ipxZzR8srzJmwN0jP41ZL9c8PDHIyh8bw <nl> - RLtTcm1D9SZImlJnt1ir / md2cXjbDaJWFBM5JDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubS <nl> - fZGL + T0yjWW06XyxV3bqxbYoOb8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - SwissSign Gold CA - G2 <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFujCCA6KgAwIBAgIJALtAHEP1Xk + wMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkNIMRUw <nl> - EwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2lnbiBHb2xkIENBIC0gRzIwHhcN <nl> - MDYxMDI1MDgzMDM1WhcNMzYxMDI1MDgzMDM1WjBFMQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dp <nl> - c3NTaWduIEFHMR8wHQYDVQQDExZTd2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0B <nl> - AQEFAAOCAg8AMIICCgKCAgEAr + TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUq <nl> - t2 / 876LQwB8CJEoTlo8jE + YoWACjR8cGp4QjK7u9lit / VcyLwVcfDmJlD909Vopz2q5 + bbqBHH5C <nl> - jCA12UNNhPqE21Is8w4ndwtrvxEvcnifLtg + 5hg3Wipy + dpikJKVyh + c6bM8K8vzARO / Ws / BtQpg <nl> - vd21mWRTuKCWs2 / iJneRjOBiEAKfNA + k1ZIzUd6 + jbqEemA8atufK + ze3gE / bk3lUIbLtK / tREDF <nl> - ylqM2tIrfKjuvqblCqoOpd8FUrdVxyJdMmqXl2MT28nbeTZ7hTpKxVKJ + STnnXepgv9VHKVxaSvR <nl> - AiTysybUa9oEVeXBCsdtMDeQKuSeFDNeFhdVxVu1yzSJkvGdJo + hB9TGsnhQ2wwMC3wLjEHXuend <nl> - jIj3o02yMszYF9rNt85mndT9Xv + 9lz4pded + p2JYryU0pUHHPbwNUMoDAw8IWh + Vc3hiv69yFGkO <nl> - peUDDniOJihC8AcLYiAQZzlG + qkDzAQ4embvIIO1jEpWjpEA / I5cgt6IoMPiaG59je883WX0XaxR <nl> - 7ySArqpWl2 / 5rX3aYT + YdzylkbYcjCbaZaIJbcHiVOO5ykxMgI93e2CaHt + 28kgeDrpOVG2Y4OGi <nl> - GqJ3UM / EY5LsRxmd6 + ZrzsECAwEAAaOBrDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH / BAUw <nl> - AwEB / zAdBgNVHQ4EFgQUWyV7lqRlUX64OfPAeGZe6Drn8O4wHwYDVR0jBBgwFoAUWyV7lqRlUX64 <nl> - OfPAeGZe6Drn8O4wRgYDVR0gBD8wPTA7BglghXQBWQECAQEwLjAsBggrBgEFBQcCARYgaHR0cDov <nl> - L3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBACe645R88a7A3hfm <nl> - 5djV9VSwg / S7zV4Fe0 + fdWavPOhWfvxyeDgD2StiGwC5 + OlgzczOUYrHUDFu4Up + GC9pWbY9ZIEr <nl> - 44OE5iKHjn3g7gKZYbge9LgriBIWhMIxkziWMaa5O1M / wySTVltpkuzFwbs4AOPsF6m43Md8AYOf <nl> - Mke6UiI0HTJ6CVanfCU2qT1L2sCCbwq7EsiHSycR + R4tx5M / nttfJmtS2S6K8RTGRI0Vqbe / vd6m <nl> - Gu6uLftIdxf + u + yvGPUqUfA5hJeVbG4bwyvEdGB5JbAKJ9 / fXtI5z0V9QkvfsywexcZdylU6oJxp <nl> - mo / a77KwPJ + HbBIrZXAVUjEaJM9vMSNQH4xPjyPDdEFjHFWoFN0 + 4FFQz / EbMFYOkrCChdiDyyJk <nl> - vC24JdVUorgG6q2SpCSgwYa1ShNqR88uC1aVVMvOmttqtKay20EIhid392qgQmwLOM7XdVAyksLf <nl> - KzAiSNDVQTglXaTpXZ / GlHXQRf0wl0OPkKsKx4ZzYEppLd6leNcG2mqeSz53OiATIgHQv2ieY2Br <nl> - NU0LbbqhPcCT4H8js1WtciVORvnSFu + wZMEBnunKoGqYDs / YYPIvSbjkQuE4NRb0yG5P94FW6Lqj <nl> - viOvrv1vA + ACOzB2 + httQc8Bsem4yWb02ybzOqR08kkkW8mw0FfB + j564ZfJ <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - SwissSign Silver CA - G2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCQ0gxFTAT <nl> - BgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMB4X <nl> - DTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0NlowRzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3 <nl> - aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG <nl> - 9w0BAQEFAAOCAg8AMIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x / e8N + dOcbpLj6VzHVxumK4DV644 <nl> - N0MvFz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5 / ASLHvGiTSf5YXu6t + WiE7brYT7QbNHm <nl> - + / pe7R20nqA1W6GSy / BJkv6FCgU + 5tkL4k + 73JU3 / JHpMjUi0R86TieFnbAVlDLaYQ1HTWBCrpJH <nl> - 6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH6ATK72oxh9TAtvmUcXtnZLi2kUpCe2Uu <nl> - MGoM9ZDulebyzYLs2aFK7PayS + VFheZteJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5h <nl> - qAaEuSh6XzjZG6k4sIN / c8HDO0gqgg8hm7jMqDXDhBuDsz6 + pJVpATqJAHgE2cn0mRmrVn5bi4Y5 <nl> - FZGkECwJMoBgs5PAKrYYC51 + jUnyEEp / + dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I + bRHHTBs <nl> - ROopN4WSaGa8gzj + ezku01DwH / teYLappvonQfGbGHLy9YR0SslnxFSuSGTfjNFusB3hB48IHpmc <nl> - celM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb65i / 4z3GcRm25xBWNOHkDRUjvxF3X <nl> - CO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOBrDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH / <nl> - BAUwAwEB / zAdBgNVHQ4EFgQUF6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRB <nl> - tjpbO8tFnb0cwpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0 <nl> - cDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBAHPGgeAn0i0P <nl> - 4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShpWJHckRE1qTodvBqlYJ7YH39F <nl> - kWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9xCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9 / L <nl> - 3XWgwF15kIwb4FDm3jH + mHtwX6WQ2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS / Bx <nl> - / uNncqCxv1yL5PqZIseEuRuNI5c / 7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFa <nl> - DGi8aRl5xB9 + lwW / xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2Xem1ZqSqP <nl> - e97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQRdAtq / gsD / KNVV4n + Ssuu <nl> - WxcFyPKNIzFTONItaj + CuY0IavdeQXRuwxF + B6wpYJE / OMpXEA29MC / HpeZBoNquBYeaoKRlbEwJ <nl> - DIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY + hAhm0sQ2fac + EPyI4NSA5QC9qvNOBqN6avlicuMJT + ub <nl> - DgEj8Z + 7fNzcbBGXJbLytGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - GeoTrust Primary Certification Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDfDCCAmSgAwIBAgIQGKy1av1pthU6Y2yv2vrEoTANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQG <nl> - EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjExMC8GA1UEAxMoR2VvVHJ1c3QgUHJpbWFyeSBD <nl> - ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjExMjcwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMFgx <nl> - CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTEwLwYDVQQDEyhHZW9UcnVzdCBQ <nl> - cmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB <nl> - CgKCAQEAvrgVe / / UfH1nrYNke8hCUy3f9oQIIGHWAVlqnEQRr + 92 / ZV + zmEwu3qDXwK9AWbK7hWN <nl> - b6EwnL2hhZ6UOvNWiAAxz9juapYC2e0DjPt1befquFUWBRaa9OBesYjAZIVcFU2Ix7e64HXprQU9 <nl> - nceJSOC7KMgD4TCTZF5SwFlwIjVXiIrxlQqD17wxcwE07e9GceBrAqg1cmuXm2bgyxx5X9gaBGge <nl> - RwLmnWDiNpcB3841kt + + Z8dtd1k7j53WkBWUvEI0EME5 + bEnPn7WinXFsq + W06Lem + SYvn3h6YGt <nl> - tm / 81w7a4DSwDRp35 + MImO9Y + pyEtzavwt + s0vQQBnBxNQIDAQABo0IwQDAPBgNVHRMBAf8EBTAD <nl> - AQH / MA4GA1UdDwEB / wQEAwIBBjAdBgNVHQ4EFgQULNVQQZcVi / CPNmFbSvtr2ZnJM5IwDQYJKoZI <nl> - hvcNAQEFBQADggEBAFpwfyzdtzRP9YZRqSa + S7iq8XEN3GHHoOo0Hnp3DwQ16CePbJC / kRYkRj5K <nl> - Ts4rFtULUh38H2eiAkUxT87z + gOneZ1TatnaYzr4gNfTmeGl4b7UVXGYNTq + k + qurUKykG / g / CFN <nl> - NWMziUnWm07Kx + dOCQD32sfvmWKZd7aVIl6KoKv0uHiYyjgZmclynnjNS6yvGaBzEi38wkG6gZHa <nl> - Floxt / m0cYASSJlyc1pZU8FjUjPtp8nSOQJw + uCxQmYpqptR7TBUIhRf2asdweSU8Pj1K / fqynhG <nl> - 1riR / aYNKxoUAT6A8EKglQdebc3MS6RFjasS6LPeWuWgfOgPIh1a6Vk = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - thawte Primary Root CA <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEIDCCAwigAwIBAgIQNE7VVyDV7exJ9C / ON9srbTANBgkqhkiG9w0BAQUFADCBqTELMAkGA1UE <nl> - BhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2 <nl> - aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIwMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhv <nl> - cml6ZWQgdXNlIG9ubHkxHzAdBgNVBAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwHhcNMDYxMTE3 <nl> - MDAwMDAwWhcNMzYwNzE2MjM1OTU5WjCBqTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwg <nl> - SW5jLjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMv <nl> - KGMpIDIwMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxHzAdBgNVBAMT <nl> - FnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCs <nl> - oPD7gFnUnMekz52hWXMJEEUMDSxuaPFsW0hoSVk3 / AszGcJ3f8wQLZU0HObrTQmnHNK4yZc2AreJ <nl> - 1CRfBsDMRJSUjQJib + ta3RGNKJpchJAQeg29dGYvajig4tVUROsdB58Hum / u6f1OCyn1PoSgAfGc <nl> - q / gcfomk6KHYcWUNo1F77rzSImANuVud37r8UVsLr5iy6S7pBOhih94ryNdOwUxkHt3Ph1i6Sk / K <nl> - aAcdHJ1KxtUvkcx8cXIcxcBn6zL9yZJclNqFwJu / U30rCfSMnZEfl2pSy94JNqR32HuHUETVPm4p <nl> - afs5SSYeCaWAe0At6 + gnhcn + Yf1 + 5nyXHdWdAgMBAAGjQjBAMA8GA1UdEwEB / wQFMAMBAf8wDgYD <nl> - VR0PAQH / BAQDAgEGMB0GA1UdDgQWBBR7W0XPr87Lev0xkhpqtvNG61dIUDANBgkqhkiG9w0BAQUF <nl> - AAOCAQEAeRHAS7ORtvzw6WfUDW5FvlXok9LOAz / t2iWwHVfLHjp2oEzsUHboZHIMpKnxuIvW1oeE <nl> - uzLlQRHAd9mzYJ3rG9XRbkREqaYB7FViHXe4XI5ISXycO1cRrK1zN44veFyQaEfZYGDm / Ac9IiAX <nl> - xPcW6cTYcvnIc3zfFi8VqT79aie2oetaupgf1eNNZAqdE8hhuvU5HIe6uL17In / 2 / qxAeeWsEG89 <nl> - jxt5dovEN7MhGITlNgDrYyCZuen + MwS7QcjBAvlEYyCegc5C09Y / LHbTY5xZ3Y + m4Q6gLkH3LpVH <nl> - z7z9M / P2C2F + fpErgUfCJzDupxBdN49cOSvkBPB7jVaMaA = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - VeriSign Class 3 Public Primary Certification Authority - G5 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCByjELMAkGA1UE <nl> - BhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBO <nl> - ZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVk <nl> - IHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRp <nl> - ZmljYXRpb24gQXV0aG9yaXR5IC0gRzUwHhcNMDYxMTA4MDAwMDAwWhcNMzYwNzE2MjM1OTU5WjCB <nl> - yjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2ln <nl> - biBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJpU2lnbiwgSW5jLiAtIEZvciBh <nl> - dXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmlt <nl> - YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw <nl> - ggEKAoIBAQCvJAgIKXo1nmAMqudLO07cfLw8RRy7K + D + KQL5VwijZIUVJ / XxrcgxiV0i6CqqpkKz <nl> - j / i5Vbext0uz / o9 + B1fs70PbZmIVYc9gDaTY3vjgw2IIPVQT60nKWVSFJuUrjxuf6 / WhkcIzSdhD <nl> - Y2pSS9KP6HBRTdGJaXvHcPaz3BJ023tdS1bTlr8Vd6Gw9KIl8q8ckmcY5fQGBO + QueQA5N06tRn / <nl> - Arr0PO7gi + s3i + z016zy9vA9r911kTMZHRxAy3QkGSGT2RT + rCpSx4 / VBEnkjWNHiDxpg8v + R70r <nl> - fk / Fla4OndTRQ8Bnc + MUCH7lP59zuDMKz10 / NIeWiu5T6CUVAgMBAAGjgbIwga8wDwYDVR0TAQH / <nl> - BAUwAwEB / zAOBgNVHQ8BAf8EBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJaW1hZ2Uv <nl> - Z2lmMCEwHzAHBgUrDgMCGgQUj + XTGoasjY5rw8 + AatRIGCx7GS4wJRYjaHR0cDovL2xvZ28udmVy <nl> - aXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFH / TZafC3ey78DAJ80M5 + gKvMzEzMA0GCSqG <nl> - SIb3DQEBBQUAA4IBAQCTJEowX2LP2BqYLz3q3JktvXf2pXkiOOzEp6B4Eq1iDkVwZMXnl2YtmAl + <nl> - X6 / WzChl8gGqCBpH3vn5fJJaCGkgDdk + bW48DW7Y5gaRQBi5 + MHt39tBquCWIMnNZBU4gcmU7qKE <nl> - KQsTb47bDN0lAtukixlE0kF6BWlKWE9gyn6CagsCqiUXObXbf + eEZSqVir2G3l6BFoMtEMze / aiC <nl> - Km0oHw0LxOXnGiYZ4fQRbxC1lfznQgUy286dUV4otp6F01vvpX1FQHKOtw5rDgb7MzVIcbidJ4vE <nl> - ZV8NhnacRHr2lVz2XTIIM6RUthg / aFzyQkqFOFSDX9HoLPKsEdao7WNq <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - SecureTrust CA <nl> - = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf / DrJxhZ0DANBgkqhkiG9w0BAQUFADBIMQswCQYDVQQG <nl> - EwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24xFzAVBgNVBAMTDlNlY3VyZVRy <nl> - dXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIzMTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAe <nl> - BgNVBAoTF1NlY3VyZVRydXN0IENvcnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCC <nl> - ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQX <nl> - OZEzZum + 4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u / jep4G6pkjGnx29vo6pQT64lO0pGtSO0gMdA + 9t <nl> - DWccV9cGrcrI9f4Or2YlSASWC12juhbDCE / RRvgUXPLIXgGZbf2IzIaowW8xQmxSPmjL8xk037uH <nl> - GFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn + mPeZqx2pHGj7DaUaHp3pLHnDi + BeuK1cobvomuL8A / b <nl> - 01k / unK8RCSc43Oz969XL0Imnal0ugBS8kvNU3xHCzaFDmapCJcWNFfBZveA4 + 1wVMeT4C4oFVmH <nl> - ursCAwEAAaOBnTCBmjATBgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH / <nl> - BAUwAwEB / zAdBgNVHQ4EFgQUQjK2FvoE / f5dS3rD / fdMQB1aQ68wNAYDVR0fBC0wKzApoCegJYYj <nl> - aHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQAwDQYJ <nl> - KoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt36Z3q059c4EVlew3KW + JwULKUBRSu <nl> - SceNQQcSc5R + DCMh / bwQf2AQWnL1mA6s7Ll / 3XpvXdMc9P + IBWlCqQVxyLesJugutIxq / 3HcuLHf <nl> - mbx8IVQr5Fiiu1cprp6poxkmD5kuCLDv / WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZ <nl> - nMUFdAvnZyPSCPyI6a6Lf + Ew9Dd + / cYy2i2eRDAwbO4H3tI0 / NL / QPZL9GZGBlSm8jIKYyYwa5vR <nl> - 3ItHuuG51WLQoqD0ZwV4KWMabwTW + MZMo5qxN7SN5ShLHZ4swrhovO0C7jE = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Secure Global CA <nl> - = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBKMQswCQYDVQQG <nl> - EwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBH <nl> - bG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkxMjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEg <nl> - MB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwg <nl> - Q0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR / jx <nl> - YDiJiQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg + 6MpjhHZevj8fcyTiW89sa / FHtaMbQ <nl> - bqR8JNGuQsiWUGMu4P51 / pinX0kuleM5M2SOHqRfkNJnPLLZ / kG5VacJjnIFHovdRIWCQtBJwB1g <nl> - 8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnIHmX5k / Wq8VLcmZg9pYYaDDUz + kulBAYV <nl> - HDGA76oYa8J719rO + TMg1fW9ajMtgQT7sFzUnKPiXB3jqUJ1XnvUd + 85VLrJChgbEplJL4hL / VBi <nl> - 0XPnj3pDAgMBAAGjgZ0wgZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1Ud <nl> - EwEB / wQFMAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCswKaAn <nl> - oCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsGAQQBgjcVAQQDAgEA <nl> - MA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0LURYD7xh8yOOvaliTFGCRsoTciE6 + <nl> - OYo68 + aCiV0BN7OrJKQVDpI1WkpEXk5X + nXOH0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb + cn <nl> - CDpOGR86p1hcF895P4vkp9MmI50mD1hp / Ed + stCNi5O / KU9DaXR2Z0vPB4zmAve14bRDtUstFJ / 5 <nl> - 3CYNv6ZHdAbYiNE6KTCEztI5gGIbqMdXSbxqVVFnFUq + NQfk1XWYN3kwFNspnWzFacxHVaIw98xc <nl> - f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx / abKwfROHdI3hRW8cW <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - COMODO Certification Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCBgTELMAkGA1UE <nl> - BhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgG <nl> - A1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNVBAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1 <nl> - dGhvcml0eTAeFw0wNjEyMDEwMDAwMDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEb <nl> - MBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFD <nl> - T01PRE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 <nl> - MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3UcEbVASY06m / weaKXTuH <nl> - + 7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B / qnI2GqGd0S7WWaXUF601CxwRM / aN5VCaTww <nl> - xHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8Q5sVW7euNJH + 1GImGEaaP + vB + fGQV + useg2L23IwambV <nl> - 4EajcNxo2f8ESIl33rXp + 2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA <nl> - 1KGzqSX + DT + nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5OnKVI <nl> - rLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW / zAOBgNVHQ8BAf8E <nl> - BAMCAQYwDwYDVR0TAQH / BAUwAwEB / zBJBgNVHR8EQjBAMD6gPKA6hjhodHRwOi8vY3JsLmNvbW9k <nl> - b2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9uQXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOC <nl> - AQEAPpiem / Yb6dc5t3iuHXIYSdOH5EOC6z / JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CP <nl> - OGEIqB6BCsAvIC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc + IlP8zwFboJIYmuNg4ON8qa90SzMc / <nl> - RxdMosIGlgnW2 / 4 / PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4zJVSk / BwJVmc <nl> - IGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa + 5Acr5Pr5RzUZ5ddBA6 + C4OmF4O5MBKgxTMVBbkN <nl> - + 8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO + IBZQ = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Network Solutions Certificate Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBiMQswCQYDVQQG <nl> - EwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydOZXR3b3Jr <nl> - IFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMx <nl> - MjM1OTU5WjBiMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu <nl> - MTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0G <nl> - CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e + foS0zwzc7MEL7xx <nl> - jOWftiJgPl9dzgn / ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPPOCwGJgl6cvf6UDL4wpPT <nl> - aaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rlmGNpSAW + Lv8ztumXWWn4Zxmuk2GWRBXT <nl> - crA / vGp97Eh / jcOrqnErU2lBUzS1sLnFBgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc <nl> - / Qzpf14Dl847ABSHJ3A4qY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMB <nl> - AAGjgZcwgZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB / wQEAwIBBjAP <nl> - BgNVHRMBAf8EBTADAQH / MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwubmV0c29sc3NsLmNv <nl> - bS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3JpdHkuY3JsMA0GCSqGSIb3DQEBBQUA <nl> - A4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc86fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q <nl> - 4LqILPxFzBiwmZVRDuwduIj / h1AcgsLj4DKAv6ALR8jDMe + ZZzKATxcheQxpXN5eNK4CtSbqUN9 / <nl> - GGUsyfJj4akH / nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF / LWA / rKOyvEZbz3Htv <nl> - wKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHNpGxlaKFJdlxD <nl> - ydi8NmdspZS11My5vWo1ViHe2MPr + 8ukYEywVaCge1ey <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - COMODO ECC Certification Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIICiTCCAg + gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTELMAkGA1UEBhMC <nl> - R0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UE <nl> - ChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBB <nl> - dXRob3JpdHkwHhcNMDgwMzA2MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0Ix <nl> - GzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR <nl> - Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRo <nl> - b3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSRFtSrYpn1PlILBs5BAH + X <nl> - 4QokPB0BBO490o0JlwzgdeT6 + 3eKKvUDYEs2ixYjFq0JcfRK9ChQtP6IHG4 / bC8vCVlbpVsLM5ni <nl> - wz2J + Wos77LTBumjQjBAMB0GA1UdDgQWBBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8E <nl> - BAMCAQYwDwYDVR0TAQH / BAUwAwEB / zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf / 7VG <nl> - FAkK + qDmfQjGGoe9GKhzvSbKYAydzpmfz1wPMOG + FDHqAjAU9JM8SaczepBGR7NjfRObTrdvGDeA <nl> - U / 7dIOA1mjbRxwG55tzd8 / 8dLDoWV9mSOdY = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - OISTE WISeKey Global Root GA CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIID8TCCAtmgAwIBAgIQQT1yx / RrH4FDffHSKFTfmjANBgkqhkiG9w0BAQUFADCBijELMAkGA1UE <nl> - BhMCQ0gxEDAOBgNVBAoTB1dJU2VLZXkxGzAZBgNVBAsTEkNvcHlyaWdodCAoYykgMjAwNTEiMCAG <nl> - A1UECxMZT0lTVEUgRm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBH <nl> - bG9iYWwgUm9vdCBHQSBDQTAeFw0wNTEyMTExNjAzNDRaFw0zNzEyMTExNjA5NTFaMIGKMQswCQYD <nl> - VQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEbMBkGA1UECxMSQ29weXJpZ2h0IChjKSAyMDA1MSIw <nl> - IAYDVQQLExlPSVNURSBGb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5 <nl> - IEdsb2JhbCBSb290IEdBIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy0 + zAJs9 <nl> - Nt350UlqaxBJH + zYK7LG + DKBKUOVTJoZIyEVRd7jyBxRVVuuk + g3 / ytr6dTqvirdqFEr12bDYVxg <nl> - Asj1znJ7O7jyTmUIms2kahnBAbtzptf2w93NvKSLtZlhuAGio9RN1AU9ka34tAhxZK9w8RxrfvbD <nl> - d50kc3vkDIzh2TbhmYsFmQvtRTEJysIA2 / dyoJaqlYfQjse2YXMNdmaM3Bu0Y6Kff5MTMPGhJ9vZ <nl> - / yxViJGg4E8HsChWjBgbl0SOid3gF27nKu + POQoxhILYQBRJLnpB5Kf + 42TMwVlxSywhp1t94B3R <nl> - LoGbw9ho972WG6xwsRYUC9tguSYBBQIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH / BAUw <nl> - AwEB / zAdBgNVHQ4EFgQUswN + rja8sHnR3JQmthG + IbJphpQwEAYJKwYBBAGCNxUBBAMCAQAwDQYJ <nl> - KoZIhvcNAQEFBQADggEBAEuh / wuHbrP5wUOxSPMowB0uyQlB + pQAHKSkq0lPjz0e701vvbyk9vIm <nl> - MMkQyh2I + 3QZH4VFvbBsUfk2ftv1TDI6QU9bR8 / oCy22xBmddMVHxjtqD6wU2zz0c5ypBd8A3HR4 <nl> - + vg1YFkCExh8vPtNsCBtQ7tgMHpnM1zFmdH4LTlSc / uMqpclXHLZCB6rTjzjgTGfA6b7wP4piFXa <nl> - hNVQA7bihKOmNqoROgHhGEvWRGizPflTdISzRpFGlgC3gCy24eMQ4tui5yiPAZZiFj4A4xylNoEY <nl> - okxSdsARo27mHbrjWr42U8U + dY + GaSlYU7Wcu2 + fXMUY7N0v4ZjJ / L7fCg0 = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Certigna <nl> - = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj / MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNVBAYTAkZSMRIw <nl> - EAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4XDTA3MDYyOTE1MTMwNVoXDTI3 <nl> - MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwI <nl> - Q2VydGlnbmEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7q <nl> - XOEm7RFHYeGifBZ4QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi + RB7lIzw7sebYs5zRLcAglozyH <nl> - GxnygQcPOJAZ0xH + hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbwzBfsV1 / p <nl> - ogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9 / Qy3l40vhx4XUJbzg4ij02Q130yGLMLLGq / jj8UEYkg <nl> - DncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2JsglrgVKtOdjLPOMFlN + XPsRGgjBRmKf <nl> - Irjxwo1p3Po6WAbfAgMBAAGjgbwwgbkwDwYDVR0TAQH / BAUwAwEB / zAdBgNVHQ4EFgQUGu3 + QTmQ <nl> - tCRZvgHyUtVF9lo53BEwZAYDVR0jBF0wW4AUGu3 + QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJ <nl> - BgNVBAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA / tzjAQ / J <nl> - SP8wDgYDVR0PAQH / BAQDAgEGMBEGCWCGSAGG + EIBAQQEAwIABzANBgkqhkiG9w0BAQUFAAOCAQEA <nl> - hQMeknH2Qq / ho2Ge6 / PAD / Kl1NqV5ta + aDY9fm4fTIrv0Q8hbV6lUmPOEvjvKtpv6zf + EwLHyzs + <nl> - ImvaYS5 / 1HI93TDhHkxAGYwP15zRgzB7mFncfca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1klu <nl> - PBS1xp81HlDQwY9qcEQCYsuuHWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY <nl> - 1gkIl2PlwS6wt0QmwCbAr1UwnjvVNioZBPRcHv / PLLf / 0P2HQBHVESO7SMAhqaQoLf0V + LBOK / Qw <nl> - WyH8EZE0vkHve52Xdf + XlcCWWC / qu0bXu + TZLg = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Deutsche Telekom Root CA 2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDnzCCAoegAwIBAgIBJjANBgkqhkiG9w0BAQUFADBxMQswCQYDVQQGEwJERTEcMBoGA1UEChMT <nl> - RGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxlU2VjIFRydXN0IENlbnRlcjEjMCEG <nl> - A1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290IENBIDIwHhcNOTkwNzA5MTIxMTAwWhcNMTkwNzA5 <nl> - MjM1OTAwWjBxMQswCQYDVQQGEwJERTEcMBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0G <nl> - A1UECxMWVC1UZWxlU2VjIFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBS <nl> - b290IENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrC6M14IspFLEUha88EOQ5 <nl> - bzVdSq7d6mGNlUn0b2SjGmBmpKlAIoTZ1KXleJMOaAGtuU1cOs7TuKhCQN / Po7qCWWqSG6wcmtoI <nl> - KyUn + WkjR / Hg6yx6m / UTAtB + NHzCnjwAWav12gz1MjwrrFDa1sPeg5TKqAyZMg4ISFZbavva4VhY <nl> - AUlfckE8FQYBjl2tqriTtM2e66foai1SNNs671x1Udrb8zH57nGYMsRUFUQM + ZtV7a3fGAigo4aK <nl> - Se5TBY8ZTNXeWHmb0mocQqvF1afPaA + W5OFhmHZhyJF81j4A4pFQh + GdCuatl9Idxjp9y7zaAzTV <nl> - jlsB9WoHtxa2bkp / AgMBAAGjQjBAMB0GA1UdDgQWBBQxw3kbuvVT1xfgiXotF2wKsyudMzAPBgNV <nl> - HRMECDAGAQH / AgEFMA4GA1UdDwEB / wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAlGRZrTlk5ynr <nl> - E / 5aw4sTV8gEJPB0d8Bg42f76Ymmg7 + Wgnxu1MM9756AbrsptJh6sTtU6zkXR34ajgv8HzFZMQSy <nl> - zhfzLMdiNlXiItiJVbSYSKpk + tYcNthEeFpaIzpXl / V6ME + un2pMSyuOoAPjPuCp1NJ70rOo4nI8 <nl> - rZ7 / gFnkm0W09juwzTkZmDLl6iFhkOQxIY40sfcvNUqFENrnijchvllj4PKFiDFT1FQUhXB59C4G <nl> - dyd1Lx + 4ivn + xbrYNuSD7Odlt79jWvNGr4GUN9RBjNYj1h7P9WgbRGOiWrqnNVmh5XAFmw4jV5mU <nl> - Cm26OWMohpLzGITY + 9HPBVZkVw = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Cybertrust Global Root <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDoTCCAomgAwIBAgILBAAAAAABD4WqLUgwDQYJKoZIhvcNAQEFBQAwOzEYMBYGA1UEChMPQ3li <nl> - ZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2JhbCBSb290MB4XDTA2MTIxNTA4 <nl> - MDAwMFoXDTIxMTIxNTA4MDAwMFowOzEYMBYGA1UEChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQD <nl> - ExZDeWJlcnRydXN0IEdsb2JhbCBSb290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA <nl> - + Mi8vRRQZhP / 8NN57CPytxrHjoXxEnOmGaoQ25yiZXRadz5RfVb23CO21O1fWLE3TdVJDm71aofW <nl> - 0ozSJ8bi / zafmGWgE07GKmSb1ZASzxQG9Dvj1Ci + 6A74q05IlG2OlTEQXO2iLb3VOm2yHLtgwEZL <nl> - AfVJrn5GitB0jaEMAs7u / OePuGtm839EAL9mJRQr3RAwHQeWP032a7iPt3sMpTjr3kfb1V05 / Iin <nl> - 89cqdPHoWqI7n1C6poxFNcJQZZXcY4Lv3b93TZxiyWNzFtApD0mpSPCzqrdsxacwOUBdrsTiXSZT <nl> - 8M4cIwhhqJQZugRiQOwfOHB3EgZxpzAYXSUnpQIDAQABo4GlMIGiMA4GA1UdDwEB / wQEAwIBBjAP <nl> - BgNVHRMBAf8EBTADAQH / MB0GA1UdDgQWBBS2CHsNesysIEyGVjJez6tuhS1wVzA / BgNVHR8EODA2 <nl> - MDSgMqAwhi5odHRwOi8vd3d3Mi5wdWJsaWMtdHJ1c3QuY29tL2NybC9jdC9jdHJvb3QuY3JsMB8G <nl> - A1UdIwQYMBaAFLYIew16zKwgTIZWMl7Pq26FLXBXMA0GCSqGSIb3DQEBBQUAA4IBAQBW7wojoFRO <nl> - lZfJ + InaRcHUowAl9B8Tq7ejhVhpwjCt2BWKLePJzYFa + HMjWqd8BfP9IjsO0QbE2zZMcwSO5bAi <nl> - 5MXzLqXZI + O4Tkogp24CJJ8iYGd7ix1yCcUxXOl5n4BHPa2hCwcUPUf / A2kaDAtE52Mlp3 + yybh2 <nl> - hO0j9n0Hq0V + 09 + zv + mKts2oomcrUtW3ZfA5TGOgkXmTUg9U3YO7n9GPp1Nzw8v / MOx8BLjYRB + T <nl> - X3EJIrduPuocA06dGiBh + 4E37F78CkWr1 + cXVdCg6mCbpvbjjFspwgZgFJ0tl0ypkxWdYcQBX0jW <nl> - WL1WMRJOEcgh4LMRkWXbtKaIOM5V <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - ePKI Root Certification Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBeMQswCQYDVQQG <nl> - EwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0ZC4xKjAoBgNVBAsMIWVQS0kg <nl> - Um9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMx <nl> - MjdaMF4xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEq <nl> - MCgGA1UECwwhZVBLSSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0B <nl> - AQEFAAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAHSyZbCUNs <nl> - IZ5qyNUD9WBpj8zwIuQf5 / dqIjG3LBXy4P4AakP / h2XGtRrBp0xtInAhijHyl3SJCRImHJ7K2RKi <nl> - lTza6We / CKBk49ZCt0Xvl / T29de1ShUCWH2YWEtgvM3XDZoTM1PRYfl61dd4s5oz9wCGzh1NlDiv <nl> - qOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q + RBNGMD + XPNjX <nl> - 12ruOzjjK9SXDrkb5wdJfzcq + Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN / + Z0V0O <nl> - WQqraffAsgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde + S / uUWH1 + <nl> - ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLSnT0IFaUQAS2zMnao <nl> - lQ2zepr7BxB4EW / hj8e6DyUadCrlHJhBmd8hh + iVBmoKs2pHdmX2Os + PYhcZewoozRrSgx4hxyy / <nl> - vv9haLdnG7t4TY3OZ + XkwY63I2binZB1NJipNiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXi <nl> - Zo1jDiVN1Rmy5nk3pyKdVDECAwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc / Qkqi <nl> - MAwGA1UdEwQFMAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH <nl> - ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGBuvl2ICO1J2B0 <nl> - 1GqZNF5sAFPZn / KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6YlPwZpVnPDimZI + ymBV3QGypzq <nl> - KOg4ZyYr8dW1P2WT + DZdjo2NQCCHGervJ8A9tDkPJXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdV <nl> - xrsStZf0X4OFunHB2WyBEXYKCrC / gpf36j36 + uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEP <nl> - NXubrjlpC2JgQCA2j6 / 7Nu4tCEoduL + bXPjqpRugc6bY + G7gMwRfaKonh + 3ZwZCc7b3jajWvY9 + r <nl> - GNm65ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUBo2M3IUxE <nl> - xJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS / jQ6fbjpKdx2qcgw + BRx <nl> - gMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR + 2zGp1iro2C6pSe3VkQw63d4k3jMdXH7Ojy <nl> - sP6SHhYKGvzZ8 / gntsm + HbRsZJB / 9OTEW9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmOD <nl> - BCEIZ43ygknQW / 2xzQ + DhNQ + IIX3Sj0rnP0qCglN6oH4EZw = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - certSIGN ROOT CA <nl> - = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYTAlJPMREwDwYD <nl> - VQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTAeFw0wNjA3MDQxNzIwMDRa <nl> - Fw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UE <nl> - CxMQY2VydFNJR04gUk9PVCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7I <nl> - JUqOtdu0KBuqV5Do0SLTZLrTk + jUrIZhQGpgV2hUhE28alQCBf / fm5oqrl0Hj0rDKH / v + yv6efHH <nl> - rfAQUySQi2bJqIirr1qjAOm + ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i + s5dRdY4zTW2 <nl> - ssHQnIFKquSyAVwdj1 + ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQOA7 + j0xbm0bqQfWwCHTD <nl> - 0IgztnzXdN / chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwvJoIQ4uNllAoEwF73XVv4EOLQunpL + 943 <nl> - AAAaWyjj0pxzPjKHmKHJUS / X3qwzs08CAwEAAaNCMEAwDwYDVR0TAQH / BAUwAwEB / zAOBgNVHQ8B <nl> - Af8EBAMCAcYwHQYDVR0OBBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IB <nl> - AQA + 0hyJLjX8 + HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecYMnQ8 <nl> - SG4Pn0vU9x7Tk4ZkVJdjclDVVc / 6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ44gx + FkagQnIl6Z0 <nl> - x2DEW8xXjrJ1 / RsCCdtZb3KTafcxQdaIOL + Hsr0Wefmq5L6IJd1hJyMctTEHBDa0GpC9oHRxUIlt <nl> - vBTjD4au8as + x6AJzKNI0eDbZOeStc + vckNwi / nDhDwTqn6Sm1dTk / pwwpEOMfmbZ13pljheX7Nz <nl> - TogVZ96edhBiIL5VaZVDADlN9u6wWk5JRFRYX0KD <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - GeoTrust Primary Certification Authority - G3 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIID / jCCAuagAwIBAgIQFaxulBmyeUtB9iepwxgPHzANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UE <nl> - BhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChjKSAyMDA4IEdlb1RydXN0 <nl> - IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFy <nl> - eSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEczMB4XDTA4MDQwMjAwMDAwMFoXDTM3MTIwMTIz <nl> - NTk1OVowgZgxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAo <nl> - YykgMjAwOCBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNVBAMT <nl> - LUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMzCCASIwDQYJKoZI <nl> - hvcNAQEBBQADggEPADCCAQoCggEBANziXmJYHTNXOTIz + uvLh4yn1ErdBojqZI4xmKU4kB6Yzy5j <nl> - K / BGvESyiaHAKAxJcCGVn2TAppMSAmUmhsalifD614SgcK9PGpc / BkTVyetyEH3kMSj7HGHmKAdE <nl> - c5IiaacDiGydY8hS2pgn5whMcD60yRLBxWeDXTPzAxHsatBT4tG6NmCUgLthY2xbF37fQJQeqw3C <nl> - IShwiP / WJmxsYAQlTlV + fe + / lEjetx3dcI0FX4ilm / LC7urRQEFtYjgdVgbFA0dRIBn8exALDmKu <nl> - dlW / X3e + PkkBUz2YJQN2JFodtNuJ6nnltrM7P7pMKEF / BqxqjsHQ9gUdfeZChuOl1UcCAwEAAaNC <nl> - MEAwDwYDVR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMR5yo6hTgMdHNxr <nl> - 2zFblD4 / MH8tMA0GCSqGSIb3DQEBCwUAA4IBAQAtxRPPVoB7eni9n64smefv2t + UXglpp + duaIy9 <nl> - cr5HqQ6XErhK8WTTOd8lNNTBzU6B8A8ExCSzNJbGpqow32hhc9f5joWJ7w5elShKKiePEI4ufIbE <nl> - Ap7aDHdlDkQNkv39sxY2 + hENHYwOB4lqKVb3cvTdFZx3NWZXqxNT2I7BQMXXExZacse3aQHEerGD <nl> - AWh9jUGhlBjBJVz88P6DAod8DQ3PLghcSkANPuyBYeYk28rgDi0Hsj5W3I31QYUHSJsMC8tJP33s <nl> - t / 3LjWeJGqvtux6jAAgIFyqCXDFdRootD4abdNlF + 9RAsXqqaC2Gspki4cErx5z481 + oghLrGREt <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - thawte Primary Root CA - G2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIICiDCCAg2gAwIBAgIQNfwmXNmET8k9Jj1Xm67XVjAKBggqhkjOPQQDAzCBhDELMAkGA1UEBhMC <nl> - VVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjE4MDYGA1UECxMvKGMpIDIwMDcgdGhhd3RlLCBJbmMu <nl> - IC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAiBgNVBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3Qg <nl> - Q0EgLSBHMjAeFw0wNzExMDUwMDAwMDBaFw0zODAxMTgyMzU5NTlaMIGEMQswCQYDVQQGEwJVUzEV <nl> - MBMGA1UEChMMdGhhd3RlLCBJbmMuMTgwNgYDVQQLEy8oYykgMjAwNyB0aGF3dGUsIEluYy4gLSBG <nl> - b3IgYXV0aG9yaXplZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9vdCBDQSAt <nl> - IEcyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEotWcgnuVnfFSeIf + iha / BebfowJPDQfGAFG6DAJS <nl> - LSKkQjnE / o / qycG + 1E3 / n3qe4rF8mq2nhglzh9HnmuN6papu + 7qzcMBniKI11KOasf2twu8x + qi5 <nl> - 8 / sIxpHR + ymVo0IwQDAPBgNVHRMBAf8EBTADAQH / MA4GA1UdDwEB / wQEAwIBBjAdBgNVHQ4EFgQU <nl> - mtgAMADna3 + FGO6Lts6KDPgR4bswCgYIKoZIzj0EAwMDaQAwZgIxAN344FdHW6fmCsO99YCKlzUN <nl> - G4k8VIZ3KMqh9HneteY4sPBlcIx / AlTCv / / YoT7ZzwIxAMSNlPzcU9LcnXgWHxUzI1NS41oxXZ3K <nl> - rr0TKUQNJ1uo52icEvdYPy5yAlejj6EULg = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - thawte Primary Root CA - G3 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEKjCCAxKgAwIBAgIQYAGXt0an6rS0mtZLL / eQ + zANBgkqhkiG9w0BAQsFADCBrjELMAkGA1UE <nl> - BhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2 <nl> - aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIwMDggdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhv <nl> - cml6ZWQgdXNlIG9ubHkxJDAiBgNVBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMzAeFw0w <nl> - ODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIGuMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhh <nl> - d3RlLCBJbmMuMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMTgwNgYD <nl> - VQQLEy8oYykgMjAwOCB0aGF3dGUsIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTEkMCIG <nl> - A1UEAxMbdGhhd3RlIFByaW1hcnkgUm9vdCBDQSAtIEczMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A <nl> - MIIBCgKCAQEAsr8nLPvb2FvdeHsbnndmgcs + vHyu86YnmjSjaDFxODNi5PNxZnmxqWWjpYvVj2At <nl> - P0LMqmsywCPLLEHd5N / 8YZzic7IilRFDGF / Eth9XbAoFWCLINkw6fKXRz4aviKdEAhN0cXMKQlkC <nl> - + BsUa0Lfb1 + 6a4KinVvnSr0eAXLbS3ToO39 / fR8EtCab4LRarEc9VbjXsCZSKAExQGbY2SS99irY <nl> - 7CFJXJv2eul / VTV + lmuNk5Mny5K76qxAwJ / C + IDPXfRa3M50hqY + bAtTyr2SzhkGcuYMXDhpxwTW <nl> - vGzOW / b3aJzcJRVIiKHpqfiYnODz1TEoYRFsZ5aNOZnLwkUkOQIDAQABo0IwQDAPBgNVHRMBAf8E <nl> - BTADAQH / MA4GA1UdDwEB / wQEAwIBBjAdBgNVHQ4EFgQUrWyqlGCc7eT / + j4KdCtjA / e2Wb8wDQYJ <nl> - KoZIhvcNAQELBQADggEBABpA2JVlrAmSicY59BDlqQ5mU1143vokkbvnRFHfxhY0Cu9qRFHqKweK <nl> - A3rD6z8KLFIWoCtDuSWQP3CpMyVtRRooOyfPqsMpQhvfO0zAMzRbQYi / aytlryjvsvXDqmbOe1bu <nl> - t8jLZ8HJnBoYuMTDSQPxYA5QzUbF83d597YV4Djbxy8ooAw / dyZ02SUS2jHaGh7cKUGRIjxpp7sC <nl> - 8rZcJwOJ9Abqm + RyguOhCcHpABnTPtRwa7pxpqpYrvS76Wy274fMm7v / OeZWYdMKp8RcTGB7BXcm <nl> - er / YB1IsYvdwY9k5vG8cwnncdimvzsUsZAReiDZuMdRAGmI0Nj81Aa6sY6A = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - GeoTrust Primary Certification Authority - G2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIICrjCCAjWgAwIBAgIQPLL0SAoA4v7rJDteYD7DazAKBggqhkjOPQQDAzCBmDELMAkGA1UEBhMC <nl> - VVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChjKSAyMDA3IEdlb1RydXN0IElu <nl> - Yy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBD <nl> - ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcyMB4XDTA3MTEwNTAwMDAwMFoXDTM4MDExODIzNTk1 <nl> - OVowgZgxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykg <nl> - MjAwNyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNVBAMTLUdl <nl> - b1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMjB2MBAGByqGSM49AgEG <nl> - BSuBBAAiA2IABBWx6P0DFUPlrOuHNxFi79KDNlJ9RVcLSo17VDs6bl8VAsBQps8lL33KSLjHUGMc <nl> - KiEIfJo22Av + 0SbFWDEwKCXzXV2juLaltJLtbCyf691DiaI8S0iRHVDsJt / WYC69IaNCMEAwDwYD <nl> - VR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBVfNVdRVfslsq0DafwBo / q + <nl> - EVXVMAoGCCqGSM49BAMDA2cAMGQCMGSWWaboCd6LuvpaiIjwH5HTRqjySkwCY / tsXzjbLkGTqQ7m <nl> - ndwxHLKgpxgceeHHNgIwOlavmnRs9vuD4DPTCF + hnMJbn0bWtsuRBmOiBuczrD6ogRLQy7rQkgu2 <nl> - npaqBA + K <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - VeriSign Universal Root Certification Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEuTCCA6GgAwIBAgIQQBrEZCGzEyEDDrvkEhrFHTANBgkqhkiG9w0BAQsFADCBvTELMAkGA1UE <nl> - BhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBO <nl> - ZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwOCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVk <nl> - IHVzZSBvbmx5MTgwNgYDVQQDEy9WZXJpU2lnbiBVbml2ZXJzYWwgUm9vdCBDZXJ0aWZpY2F0aW9u <nl> - IEF1dGhvcml0eTAeFw0wODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIG9MQswCQYDVQQGEwJV <nl> - UzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv <nl> - cmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl <nl> - IG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNhbCBSb290IENlcnRpZmljYXRpb24gQXV0 <nl> - aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx2E3XrEBNNti1xWb / 1hajCMj <nl> - 1mCOkdeQmIN65lgZOIzF9uVkhbSicfvtvbnazU0AtMgtc6XHaXGVHzk8skQHnOgO + k1KxCHfKWGP <nl> - MiJhgsWHH26MfF8WIFFE0XBPV + rjHOPMee5Y2A7Cs0WTwCznmhcrewA3ekEzeOEz4vMQGn + HLL72 <nl> - 9fdC4uW / h2KJXwBL38Xd5HVEMkE6HnFuacsLdUYI0crSK5XQz / u5QGtkjFdN / BMReYTtXlT2NJ8I <nl> - AfMQJQYXStrxHXpma5hgZqTZ79IugvHw7wnqRMkVauIDbjPTrJ9VAMf2CGqUuV / c4DPxhGD5WycR <nl> - tPwW8rtWaoAljQIDAQABo4GyMIGvMA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgEGMG0G <nl> - CCsGAQUFBwEMBGEwX6FdoFswWTBXMFUWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFI / l0xqGrI2O <nl> - a8PPgGrUSBgsexkuMCUWI2h0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xvZ28uZ2lmMB0GA1Ud <nl> - DgQWBBS2d / ppSEefUxLVwuoHMnYH0ZcHGTANBgkqhkiG9w0BAQsFAAOCAQEASvj4sAPmLGd75JR3 <nl> - Y8xuTPl9Dg3cyLk1uXBPY / ok + myDjEedO2Pzmvl2MpWRsXe8rJq + seQxIcaBlVZaDrHC1LGmWazx <nl> - Y8u4TB1ZkErvkBYoH1quEPuBUDgMbMzxPcP1Y + Oz4yHJJDnp / RVmRvQbEdBNc6N9Rvk97ahfYtTx <nl> - P / jgdFcrGJ2BtMQo2pSXpXDrrB2 + BxHw1dvd5Yzw1TKwg + ZX4o + / vqGqvz0dtdQ46tewXDpPaj + P <nl> - wGZsY6rp2aQW9IHRlRQOfc2VNNnSj3BzgXucfr2YYdhFh5iQxeuGMMY1v / D / w1WIg0vvBZIGcfK4 <nl> - mJO37M2CYfE45k + XmCpajQ = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - VeriSign Class 3 Public Primary Certification Authority - G4 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDhDCCAwqgAwIBAgIQL4D + I4wOIg9IZxIokYesszAKBggqhkjOPQQDAzCByjELMAkGA1UEBhMC <nl> - VVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3 <nl> - b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVz <nl> - ZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmlj <nl> - YXRpb24gQXV0aG9yaXR5IC0gRzQwHhcNMDcxMTA1MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCByjEL <nl> - MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBU <nl> - cnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRo <nl> - b3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5 <nl> - IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASnVnp8 <nl> - Utpkmw4tXNherJI9 / gHmGUo9FANL + mAnINmDiWn6VMaaGF5VKmTeBvaNSjutEDxlPZCIBIngMGGz <nl> - rl0Bp3vefLK + ymVhAIau2o970ImtTR1ZmkGxvEeA3J5iw / mjgbIwga8wDwYDVR0TAQH / BAUwAwEB <nl> - / zAOBgNVHQ8BAf8EBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJaW1hZ2UvZ2lmMCEw <nl> - HzAHBgUrDgMCGgQUj + XTGoasjY5rw8 + AatRIGCx7GS4wJRYjaHR0cDovL2xvZ28udmVyaXNpZ24u <nl> - Y29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFLMWkf3upm7ktS5Jj4d4gYDs5bG1MAoGCCqGSM49BAMD <nl> - A2gAMGUCMGYhDBgmYFo4e1ZC4Kf8NoRRkSAsdk1DPcQdhCPQrNZ8NQbOzWm9kA3bbEhCHQ6qQgIx <nl> - AJw9SDkjOVgaFRJZap7v1VmyHVIsmXHNxynfGyphe3HR3vPA5Q06Sqotp9iGKt0uEA = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - NetLock Arany ( Class Gold ) Főtanúsítvány <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQGEwJIVTERMA8G <nl> - A1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3MDUGA1UECwwuVGFuw7pzw610 <nl> - dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNlcnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBB <nl> - cmFueSAoQ2xhc3MgR29sZCkgRsWRdGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgx <nl> - MjA2MTUwODIxWjCBpzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxO <nl> - ZXRMb2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlmaWNhdGlv <nl> - biBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNzIEdvbGQpIEbFkXRhbsO6 <nl> - c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxCRec75LbRTDofTjl5Bu <nl> - 0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrTlF8afFttvzBPhCf2nx9JvMaZCpDyD / V / Q4Q3Y1GLeqVw <nl> - / HpYzY6b7cNGbIRwXdrzAZAj / E4wqX7hJ2Pn7WQ8oLjJM2P + FpD / sLj916jAwJRDC7bVWaaeVtAk <nl> - H3B5r9s5VA1lddkVQZQBr17s9o3x / 61k / iCa11zr / qYfCGSji3ZVrR47KGAuhyXoqq8fxmRGILdw <nl> - fzzeSNuWU7c5d + Qa4scWhHaXWy + 7GRWF + GmF9ZmnqfI0p6m2pgP8b4Y9VHx2BJtr + UBdADTHLpl1 <nl> - neWIA6pN + APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAGAQH / AgEEMA4GA1UdDwEB / wQEAwIB <nl> - BjAdBgNVHQ4EFgQUzPpnk / C2uNClwB7zU / 2MU9 + D15YwDQYJKoZIhvcNAQELBQADggEBAKt / 7hwW <nl> - qZw8UQCgwBEIBaeZ5m8BiFRhbvG5GK1Krf6BQCOUL / t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTta <nl> - YtOUZcTh5m2C + C8lcLIhJsFyUR + MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC <nl> - bLBQWV2QWzuoDTDPv31 / zvGdg73JRm4gpvlhUbohL3u + pRVjodSVh / GeufOJ8z2FuLjbvrW5Kfna <nl> - NwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2XjG4Kvte9nHfRCaexOYNkbQu <nl> - dZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Staat der Nederlanden Root CA - G2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFyjCCA7KgAwIBAgIEAJiWjDANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJOTDEeMBwGA1UE <nl> - CgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFhdCBkZXIgTmVkZXJsYW5kZW4g <nl> - Um9vdCBDQSAtIEcyMB4XDTA4MDMyNjExMTgxN1oXDTIwMDMyNTExMDMxMFowWjELMAkGA1UEBhMC <nl> - TkwxHjAcBgNVBAoMFVN0YWF0IGRlciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5l <nl> - ZGVybGFuZGVuIFJvb3QgQ0EgLSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMVZ <nl> - 5291qj5LnLW4rJ4L5PnZyqtdj7U5EILXr1HgO + EASGrP2uEGQxGZqhQlEq0i6ABtQ8SpuOUfiUtn <nl> - vWFI7 / 3S4GCI5bkYYCjDdyutsDeqN95kWSpGV + RLufg3fNU254DBtvPUZ5uW6M7XxgpT0GtJlvOj <nl> - CwV3SPcl5XCsMBQgJeN / dVrlSPhOewMHBPqCYYdu8DvEpMfQ9XQ + pV0aCPKbJdL2rAQmPlU6Yiil <nl> - e7Iwr / g3wtG61jj99O9JMDeZJiFIhQGp5Rbn3JBV3w / oOM2ZNyFPXfUib2rFEhZgF1XyZWampzCR <nl> - OME4HYYEhLoaJXhena / MUGDWE4dS7WMfbWV9whUYdMrhfmQpjHLYFhN9C0lK8SgbIHRrxT3dsKpI <nl> - CT0ugpTNGmXZK4iambwYfp / ufWZ8Pr2UuIHOzZgweMFvZ9C + X + Bo7d7iscksWXiSqt8rYGPy5V65 <nl> - 48r6f1CGPqI0GAwJaCgRHOThuVw + R7oyPxjMW4T182t0xHJ04eOLoEq9jWYv6q012iDTiIJh8BIi <nl> - trzQ1aTsr1SIJSQ8p22xcik / Plemf1WvbibG / ufMQFxRRIEKeN5KzlW / HdXZt1bv8Hb / C3m1r737 <nl> - qWmRRpdogBQ2HbN / uymYNqUg + oJgYjOk7Na6B6duxc8UpufWkjTYgfX8HV2qXB72o007uPc5AgMB <nl> - AAGjgZcwgZQwDwYDVR0TAQH / BAUwAwEB / zBSBgNVHSAESzBJMEcGBFUdIAAwPzA9BggrBgEFBQcC <nl> - ARYxaHR0cDovL3d3dy5wa2lvdmVyaGVpZC5ubC9wb2xpY2llcy9yb290LXBvbGljeS1HMjAOBgNV <nl> - HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJFoMocVHYnitfGsNig0jQt8YojrMA0GCSqGSIb3DQEBCwUA <nl> - A4ICAQCoQUpnKpKBglBu4dfYszk78wIVCVBR7y29JHuIhjv5tLySCZa59sCrI2AGeYwRTlHSeYAz <nl> - + 51IvuxBQ4EffkdAHOV6CMqqi3WtFMTC6GY8ggen5ieCWxjmD27ZUD6KQhgpxrRW / FYQoAUXvQwj <nl> - f / ST7ZwaUb7dRUG / kSS0H4zpX897IZmflZ85OkYcbPnNe5yQzSipx6lVu6xiNGI1E0sUOlWDuYaN <nl> - kqbG9AclVMwWVxJKgnjIFNkXgiYtXSAfea7 + 1HAWFpWD2DU5 / 1JddRwWxRNVz0fMdWVSSt7wsKfk <nl> - CpYL + 63C4iWEst3kvX5ZbJvw8NjnyvLplzh + ib7M + zkXYT9y2zqR2GUBGR2tUKRXCnxLvJxxcypF <nl> - URmFzI79R6d0lR2o0a9OF7FpJsKqeFdbxU2n5Z4FF5TKsl + gSRiNNOkmbEgeqmiSBeGCc1qb3Adb <nl> - CG19ndeNIdn8FCCqwkXfP + cAslHkwvgFuXkajDTznlvkN1trSt8sV4pAWja63XVECDdCcAz + 3F4h <nl> - oKOKwJCcaNpQ5kUQR3i2TtJlycM33 + FCY7BXN0Ute4qcvwXqZVUz9zkQxSgqIXobisQk + T8VyJoV <nl> - IPVVYpbtbZNQvOSqeK3Zywplh6ZmwcSBo3c6WB4L7oOLnR7SUqTMHW + wmG2UMbX4cQrcufx9MmDm <nl> - 66 + KAQ = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Hongkong Post Root CA 1 <nl> - = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDMDCCAhigAwIBAgICA + gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsxFjAUBgNVBAoT <nl> - DUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3QgUm9vdCBDQSAxMB4XDTAzMDUx <nl> - NTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkGA1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25n <nl> - IFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEF <nl> - AAOCAQ8AMIIBCgKCAQEArP84tulmAknjorThkPlAj3n54r15 / gK97iSSHSL22oVyaf7XPwnU3ZG1 <nl> - ApzQjVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEnPzlTCeqr <nl> - auh0ssJlXI6 / fMN4hM2eFvz1Lk8gKgifd / PFHsSaUmYeSF7jEAaPIpjhZY4bXSNmO7ilMlHIhqqh <nl> - qZ5 / dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9nnV0ttgCXjqQesBCNnLsak3c78QA3xMY <nl> - V18meMjWCnl3v / evt3a5pQuEF10Q6m / hq5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNV <nl> - HRMBAf8ECDAGAQH / AgEDMA4GA1UdDwEB / wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7i <nl> - h9legYsCmEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI37pio <nl> - l7Yutmcn1KZJ / RyTZXaeQi / cImyaT / JaFTmxcdcrUehtHJjA2Sr0oYJ71clBoiMBdDhViw + 5Lmei <nl> - IAQ32pwL0xch4I + XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJsEhTkYY2sEJCehFC78JZvRZ + K88ps <nl> - T / oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpOfMGx + 6fWtScvl6tu4B3i0RwsH0Ti / L6RoZz71ilT <nl> - c4afU9hDDl3WY4JxHYB0yvbiAmvZWg = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - SecureSign RootCA11 <nl> - = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDErMCkGA1UEChMi <nl> - SmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoGA1UEAxMTU2VjdXJlU2lnbiBS <nl> - b290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSsw <nl> - KQYDVQQKEyJKYXBhbiBDZXJ0aWZpY2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1 <nl> - cmVTaWduIFJvb3RDQTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA / XeqpRyQBTvL <nl> - TJszi1oURaTnkBbR31fSIRCkF / 3frNYfp + TbfPfs37gD2pRY / V1yfIw / XwFndBWW4wI8h9uuywGO <nl> - wvNmxoVF9ALGOrVisq / 6nL + k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOVMdrAG / LuYpmGYz + / 3ZMq <nl> - g6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9UK31BQ1FT0Zx / Sg + U / sE2C3XZR1KG / rP <nl> - O7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni8McDWc / V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitA <nl> - bpSACW22s293bzUIUPsCh8U + iQIDAQABo0IwQDAdBgNVHQ4EFgQUW / hNT7KlhtQ60vFjmqC + CfZX <nl> - t94wDgYDVR0PAQH / BAQDAgEGMA8GA1UdEwEB / wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAKCh <nl> - OBZmLqdWHyGcBvod7bkixTgm2E5P7KN / ed5GIaGHd48HCJqypMWvDzKYC3xmKbabfSVSSUOrTC4r <nl> - bnpwrxYO4wJs + 0LmGJ1F2FXI6Dvd5 + H0LgscNFxsWEr7jIhQX5Ucv + 2rIrVls4W6ng + 4reV6G4pQ <nl> - Oh29Dbx7VFALuUKvVaAYga1lme + + 5Jy / xIWrQbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01 <nl> - y8hSyn + B / tlr0 / cR7SXf + Of5pPpyl4RTDaXQMhhRdlkUbA / r7F + AjHVDg8OFmP9Mni0N5HeDk061 <nl> - lgeLKBObjBmNQSdJQO7e5iNEOdyhIta6A / I = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Microsec e - Szigno Root CA 2009 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIECjCCAvKgAwIBAgIJAMJ + QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYDVQQGEwJIVTER <nl> - MA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jv <nl> - c2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o <nl> - dTAeFw0wOTA2MTYxMTMwMThaFw0yOTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UE <nl> - BwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUt <nl> - U3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTCCASIw <nl> - DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j / NjrdqG2KfgQvvPkd6mJviZpWNwrZuuyjNA <nl> - fW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz / tccbna7P7ofo / kLx2yqHWH2Leh5TvPmUpG <nl> - 0IMZfcChEhyVbUr02MelTTMuhTlAdX4UfIASmFDHQWe4oIBhVKZsTh / gnQ4H6cm6M + f + wFUoLAKA <nl> - pxn1ntxVUwOXewdI / 5n7N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF + H6cbfPVTbiJfyyvm <nl> - 1HxdrtbCxkzlBQHZ7Vf8wSN5 / PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg / wu1 + rUC <nl> - AwEAAaOBgDB + MA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgEGMB0GA1UdDgQWBBTLD8bf <nl> - QkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAbBgNVHREE <nl> - FDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqGSIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w + y / w9 / w0o <nl> - lZMEyL / azXm4Q5DwpL7v8u8hmLzU1F0G9u5C7DBsoKqpyvGvivo / C3NqPuouQH4frlRheesuCDfX <nl> - I / OMn74dseGkddug4lQUsbocKaQY9hK6ohQU4zE1yED / t + AFdlfBHFny + L / k7SViXITwfn4fs775 <nl> - tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK / FFh + U9rNHHV4S9a67c2Pm2G2JwCz02 <nl> - yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5tHMN1Rq41Bab2XD0h7lbwyYIi <nl> - LXpUq3DDfSJlgnCW <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - GlobalSign Root CA - R3 <nl> - = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4GA1UECxMXR2xv <nl> - YmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2Jh <nl> - bFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxT <nl> - aWduIFJvb3QgQ0EgLSBSMzETMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2ln <nl> - bjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie / QV2EcWt <nl> - iHL8RgJDx7KKnQRfJMsuS + FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsTgHeMCOFJ <nl> - 0mpiLx9e + pZo34knlTifBtc + ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmmKPZpO / bLyCiR5Z2KYVc3 <nl> - rHQU3HTgOu5yLy6c + 9C7v / U9AOEGM + iCK65TpjoWc4zdQQ4gOsC0p6Hpsk + QLjJg6VfLuQSSaGjl <nl> - OCZgdbKfd / + RFO + uIEn8rUAVSNECMWEZXriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2 <nl> - xmmFghcCAwEAAaNCMEAwDgYDVR0PAQH / BAQDAgEGMA8GA1UdEwEB / wQFMAMBAf8wHQYDVR0OBBYE <nl> - FI / wS3 + oLkUkrk1Q + mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr + yAzv95ZURUm7 <nl> - lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q / c2dKg8dEe3jgr25sbwMpjjM5RcOO5LlXbKr8 <nl> - EpbsU8Yt5CRsuZRj + 9xTaGdWPoO4zzUhw8lo / s7awlOqzJCK6fBdRoyV3XpYKBovHd7NADdBj + 1E <nl> - bddTKJd + 82cEHhXXipa0095MJ6RMG3NzdvQXmcIfeg7jLQitChws / zyrVQ4PkX4268NXSb7hLi18 <nl> - YIvDQVETI53O9zJrlAGomecsMx86OyXShkDOOyyGeMlhLxS67ttVb9 + E7gUJTb0o2HLO02JQZR7r <nl> - kpeDMdmztcpHWD9f <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Autoridad de Certificacion Firmaprofesional CIF A62634068 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIGFDCCA / ygAwIBAgIIU + w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UEBhMCRVMxQjBA <nl> - BgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1hcHJvZmVzaW9uYWwgQ0lGIEE2 <nl> - MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEyMzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIw <nl> - QAYDVQQDDDlBdXRvcmlkYWQgZGUgQ2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBB <nl> - NjI2MzQwNjgwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDD <nl> - Utd9thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL / UR5GLXMnE42QQMcas9UX4P <nl> - B99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7 / DhHf9qFD0sefGL9ItWY16Ck6WaVICqjaY <nl> - 7Pz6FIMMNx / Jkjd / 14Et5cS54D40 / mf0PmbR0 / RAz15iNA9wBj4gGFrO93IbJWyTdBSTo3OxDqqH <nl> - ECNZXyAFGUftaI6SEspd / NYrspI8IM / hX68gvqB2f3bl7BqGYTM + 53u0P6APjqK5am + 5hyZvQWyI <nl> - plD9amML9ZMWGxmPsu2bm8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0 + k8 / 6vKtMFnXkIoctX <nl> - MbScyJCyZ / QYFpM6 / EfY0XiWMR + 6KwxfXZmtY4laJCB22N / 9q06mIqqdXuYnin1oKaPnirjaEbsX <nl> - LZmdEyRG98Xi2J + Of8ePdG1asuhy9azuJBCtLxTa / y2aRnFHvkLfuwHb9H / TKI8xWVvTyQKmtFLK <nl> - bpf7Q8UIJm + K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF6NkBiDkal4ZkQdU7hwxu + g / GvUgU <nl> - vzlN1J5Bto + WHWOWk9mVBngxaJ43BjuAiUVhOSPHG0SjFeUc + JIwuwIDAQABo4HvMIHsMBIGA1Ud <nl> - EwEB / wQIMAYBAf8CAQEwDgYDVR0PAQH / BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNH <nl> - DhpkLzCBpgYDVR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp <nl> - cm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBvACAAZABlACAA <nl> - bABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBlAGwAbwBuAGEAIAAwADgAMAAx <nl> - ADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF661LJLWhAqvdpYhKsg9VSytXjDvlMd3 + xDLx <nl> - 51tkljYyGOylMnfX40S2wBEqgLk9am58m9Ot / MPWo + ZkKXzR4Tgegiv / J2Wv + xYVxC5xhOW1 / / qk <nl> - R71kMrv2JYSiJ0L1ILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaP <nl> - T481PyWzOdxjKpBrIF / EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD + kLM5FlClrD2VQS3a / DTg4f <nl> - Jl4N3LON7NWBcN7STyQF82xO9UxJZo3R / 9ILJUFI / lGExkKvgATP0H5kSeTy36LssUzAKh3ntLFl <nl> - osS88Zj0qnAHY7S42jtM + kAiMFsRpvAFDsYCA0irhpuF3dvd6qJ2gHN99ZwExEWN57kci57q13XR <nl> - crHedUTnQn3iV2t93Jm8PYMo6oCTjcVMZcFwgbg4 / EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoR <nl> - saS8I8nkvof / uZS2 + F0gStRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTD <nl> - KCOM / iczQ0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQBjLMi <nl> - 6Et8Vcad + qMUu2WFbm5PEn4KPJ2V <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Izenpe . com <nl> - = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIF8TCCA9mgAwIBAgIQALC3WhZIX7 / hy / WL1xnmfTANBgkqhkiG9w0BAQsFADA4MQswCQYDVQQG <nl> - EwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5jb20wHhcNMDcxMjEz <nl> - MTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMu <nl> - QS4xEzARBgNVBAMMCkl6ZW5wZS5jb20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ <nl> - 03rKDx6sp4boFmVqscIbRTJxldn + EFvMr + eleQGPicPK8lVx93e + d5TzcqQsRNiekpsUOqHnJJAK <nl> - ClaOxdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6HLmYRY2xU <nl> - + zydcsC8Lv / Ct90NduM61 / e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFXuaOKmMPsOzTFlUFpfnXC <nl> - PCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQDyCV8wXDbO / QJLVQnSKwv4cSsPsjLkkxT <nl> - OTcj7NMB + eAJRE1NZMDhDVqHIrytG6P + JrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbK <nl> - F7jJeodWLBoBHmy + E60QrLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU + mNFctKy6lvROUbQc / hhqfK <nl> - 0GqfvEyNBjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD + veIR8GdwYDsMnvmfzAuU8Lhij + <nl> - 0rnq49qlw0dpEuDb8PYZi + 17cNcC1u2HGCgsBCRMd + RIihrGO5rUD8r6ddIBQFqNeb + Lz0vPqhbB <nl> - leStTIo + F5HUsWLlguWABKQDfo2 / 2n + iD5dPDNMN + 9fR5XJ + HMh3 / 1uaD7euBUbl8agW7EekFwID <nl> - AQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2luZm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw + <nl> - SVpFTlBFIFMuQS4gLSBDSUYgQTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBG <nl> - NjIgUzgxQzBBBgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx <nl> - MCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0O <nl> - BBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUAA4ICAQB4pgwWSp9MiDrAyw6l <nl> - Fn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWblaQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbga <nl> - kEyrkgPH7UIBzg / YsfqikuFgba56awmqxinuaElnMIAkejEWOVt + 8Rwu3WwJrfIxwYJOubv5vr8q <nl> - hT / AQKM6WfxZSzwoJNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Cs <nl> - g1lwLDXWrzY0tM07 + DKo7 + N4ifuNRSzanLh + QBxh5z6ikixL8s36mLYp / / Pye6kfLqCTVyvehQP5 <nl> - aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGkLhObNA5me0mrZJfQRsN5 <nl> - nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJbUjWumDqtujWTI6cfSN01RpiyEGjkpTHC <nl> - ClguGYEQyVB1 / OpaFs4R1 + 7vUIgtYf8 / QnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH / pR9hNiTrdZo <nl> - Q0iy2 + tzJOeRf1SktoA + naM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1Z <nl> - WrOZyGlsQyYBNWNgVYkDOnXYukrZVP / u3oDYLdE41V4tC5h9Pmzb / CaIxw = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Chambers of Commerce Root - 2008 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIHTzCCBTegAwIBAgIJAKPaQn6ksa7aMA0GCSqGSIb3DQEBBQUAMIGuMQswCQYDVQQGEwJFVTFD <nl> - MEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNv <nl> - bS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMu <nl> - QS4xKTAnBgNVBAMTIENoYW1iZXJzIG9mIENvbW1lcmNlIFJvb3QgLSAyMDA4MB4XDTA4MDgwMTEy <nl> - Mjk1MFoXDTM4MDczMTEyMjk1MFowga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpNYWRyaWQgKHNl <nl> - ZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29tL2FkZHJlc3MpMRIwEAYDVQQF <nl> - EwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVyZmlybWEgUy5BLjEpMCcGA1UEAxMgQ2hhbWJl <nl> - cnMgb2YgQ29tbWVyY2UgUm9vdCAtIDIwMDgwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC <nl> - AQCvAMtwNyuAWko6bHiUfaN / Gh / 2NdW928sNRHI + JrKQUrpjOyhYb6WzbZSm891kDFX29ufyIiKA <nl> - XuFixrYp4YFs8r / lfTJqVKAyGVn + H4vXPWCGhSRv4xGzdz4gljUha7MI2XAuZPeEklPWDrCQiorj <nl> - h40G072QDuKZoRuGDtqaCrsLYVAGUvGef3bsyw / QHg3PmTA9HMRFEFis1tPo1 + XqxQEHd9ZR5gN / <nl> - ikilTWh1uem8nk4ZcfUyS5xtYBkL + 8ydddy / Js2Pk3g5eXNeJQ7KXOt3EgfLZEFHcpOrUMPrCXZk <nl> - NNI5t3YRCQ12RcSprj1qr7V9ZS + UWBDsXHyvfuK2GNnQm05aSd + pZgvMPMZ4fKecHePOjlO + Bd5g <nl> - D2vlGts / 4 + EhySnB8esHnFIbAURRPHsl18TlUlRdJQfKFiC4reRB7noI / plvg6aRArBsNlVq5331 <nl> - lubKgdaX8ZSD6e2wsWsSaR6s + 12pxZjptFtYer49okQ6Y1nUCyXeG0 + 95QGezdIp1Z8XGQpvvwyQ <nl> - 0wlf2eOKNcx5Wk0ZN5K3xMGtr / R5JJqyAQuxr1yW84Ay + 1w9mPGgP0revq + ULtlVmhduYJ1jbLhj <nl> - ya6BXBg14JC7vjxPNyK5fuvPnnchpj04gftI2jE9K + OJ9dC1vX7gUMQSibMjmhAxhduub + 84Mxh2 <nl> - EQIDAQABo4IBbDCCAWgwEgYDVR0TAQH / BAgwBgEB / wIBDDAdBgNVHQ4EFgQU + SSsD7K1 + HnA + mCI <nl> - G8TZTQKeFxkwgeMGA1UdIwSB2zCB2IAU + SSsD7K1 + HnA + mCIG8TZTQKeFxmhgbSkgbEwga4xCzAJ <nl> - BgNVBAYTAkVVMUMwQQYDVQQHEzpNYWRyaWQgKHNlZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNh <nl> - bWVyZmlybWEuY29tL2FkZHJlc3MpMRIwEAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENh <nl> - bWVyZmlybWEgUy5BLjEpMCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAtIDIwMDiC <nl> - CQCj2kJ + pLGu2jAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRVHSAAMCowKAYIKwYBBQUH <nl> - AgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20wDQYJKoZIhvcNAQEFBQADggIBAJASryI1 <nl> - wqM58C7e6bXpeHxIvj99RZJe6dqxGfwWPJ + 0W2aeaufDuV2I6A + tzyMP3iU6XsxPpcG1Lawk0lgH <nl> - 3qLPaYRgM + gQDROpI9CF5Y57pp49chNyM / WqfcZjHwj0 / gF / JM8rLFQJ3uIrbZLGOU8W6jx + ekbU <nl> - RWpGqOt1glanq6B8aBMz9p0w8G8nOSQjKpD9kCk18pPfNKXG9 / jvjA9iSnyu0 / VU + I22mlaHFoI6 <nl> - M6taIgj3grrqLuBHmrS1RaMFO9ncLkVAO + rcf + g769HsJtg1pDDFOqxXnrN2pSB7 + R5KBWIBpih1 <nl> - YJeSDW4 + TTdDDZIVnBgizVGZoCkaPF + KMjNbMMeJL0eYD6MDxvbxrN8y8NmBGuScvfaAFPDRLLmF <nl> - 9dijscilIeUcE5fuDr3fKanvNFNb0 + RqE4QGtjICxFKuItLcsiFCGtpA8CnJ7AoMXOLQusxI0zcK <nl> - zBIKinmwPQN / aUv0NCB9szTqjktk9T79syNnFQ0EuPAtwQlRPLJsFfClI9eDdOTlLsn + mCdCxqvG <nl> - nrDQWzilm1DefhiYtUU79nm06PcaewaD + 9CL2rvHvRirCG88gGtAPxkZumWK5r7VXNM21 + 9AUiRg <nl> - OGcEMeyP84LG3rlV8zsxkVrctQgVrXYlCg17LofiDKYGvCYQbTed7N14jHyAxfDZd0jQ <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Global Chambersign Root - 2008 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIHSTCCBTGgAwIBAgIJAMnN0 + nVfSPOMA0GCSqGSIb3DQEBBQUAMIGsMQswCQYDVQQGEwJFVTFD <nl> - MEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNv <nl> - bS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMu <nl> - QS4xJzAlBgNVBAMTHkdsb2JhbCBDaGFtYmVyc2lnbiBSb290IC0gMjAwODAeFw0wODA4MDExMjMx <nl> - NDBaFw0zODA3MzExMjMxNDBaMIGsMQswCQYDVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUg <nl> - Y3VycmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJ <nl> - QTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAlBgNVBAMTHkdsb2JhbCBD <nl> - aGFtYmVyc2lnbiBSb290IC0gMjAwODCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDf <nl> - VtPkOpt2RbQT2 / / BthmLN0EYlVJH6xedKYiONWwGMi5HYvNJBL99RDaxccy9Wglz1dmFRP + RVyXf <nl> - XjaOcNFccUMd2drvXNL7G706tcuto8xEpw2uIRU / uXpbknXYpBI4iRmKt4DS4jJvVpyR1ogQC7N0 <nl> - ZJJ0YPP2zxhPYLIj0Mc7zmFLmY / CDNBAspjcDahOo7kKrmCgrUVSY7pmvWjg + b4aqIG7HkF4ddPB <nl> - / gBVsIdU6CeQNR1MM62X / JcumIS / LMmjv9GYERTtY / jKmIhYF5ntRQOXfjyGHoiMvvKRhI9lNNgA <nl> - TH23MRdaKXoKGCQwoze1eqkBfSbW + Q6OWfH9GzO1KTsXO0G2Id3UwD2ln58fQ1DJu7xsepeY7s2M <nl> - H / ucUa6LcL0nn3HAa6x9kGbo1106DbDVwo3VyJ2dwW3Q0L9R5OP4wzg2rtandeavhENdk5IMagfe <nl> - Ox2YItaswTXbo6Al / 3K1dh3ebeksZixShNBFks4c5eUzHdwHU1SjqoI7mjcv3N2gZOnm3b2u / GSF <nl> - HTynyQbehP9r6GsaPMWis0L7iwk + XwhSx2LE1AVxv8Rk5Pihg + g + EpuoHtQ2TS9x9o0o9oOpE9Jh <nl> - wZG7SMA0j0GMS0zbaRL / UJScIINZc + 18ofLx / d33SdNDWKBWY8o9PeU1VlnpDsogzCtLkykPAgMB <nl> - AAGjggFqMIIBZjASBgNVHRMBAf8ECDAGAQH / AgEMMB0GA1UdDgQWBBS5CcqcHtvTbDprru1U8VuT <nl> - BjUuXjCB4QYDVR0jBIHZMIHWgBS5CcqcHtvTbDprru1U8VuTBjUuXqGBsqSBrzCBrDELMAkGA1UE <nl> - BhMCRVUxQzBBBgNVBAcTOk1hZHJpZCAoc2VlIGN1cnJlbnQgYWRkcmVzcyBhdCB3d3cuY2FtZXJm <nl> - aXJtYS5jb20vYWRkcmVzcykxEjAQBgNVBAUTCUE4Mjc0MzI4NzEbMBkGA1UEChMSQUMgQ2FtZXJm <nl> - aXJtYSBTLkEuMScwJQYDVQQDEx5HbG9iYWwgQ2hhbWJlcnNpZ24gUm9vdCAtIDIwMDiCCQDJzdPp <nl> - 1X0jzjAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRVHSAAMCowKAYIKwYBBQUHAgEWHGh0 <nl> - dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20wDQYJKoZIhvcNAQEFBQADggIBAICIf3DekijZBZRG <nl> - / 5BXqfEv3xoNa / p8DhxJJHkn2EaqbylZUohwEurdPfWbU1Rv4WCiqAm57OtZfMY18dwY6fFn5a + 6 <nl> - ReAJ3spED8IXDneRRXozX1 + WLGiLwUePmJs9wOzL9dWCkoQ10b42OFZyMVtHLaoXpGNR6woBrX / s <nl> - dZ7LoR / xfxKxueRkf2fWIyr0uDldmOghp + G9PUIadJpwr2hsUF1Jz / / 7Dl3mLEfXgTpZALVza2Mg <nl> - 9jFFCDkO9HB + QHBaP9BrQql0PSgvAm11cpUJjUhjxsYjV5KTXjXBjfkK9yydYhz2rXzdpjEetrHH <nl> - foUm + qRqtdpjMNHvkzeyZi99Bffnt0uYlDXA2TopwZ2yUDMdSqlapskD7 + 3056huirRXhOukP9Du <nl> - qqqHW2Pok + JrqNS4cnhrG + 055F3Lm6qH1U9OAP7Zap88MQ8oAgF9mOinsKJknnn4SPIVqczmyETr <nl> - P3iZ8ntxPjzxmKfFGBI / 5rsoM0LpRQp8bfKGeS / Fghl9CYl8slR2iK7ewfPM4W7bMdaTrpmg7yVq <nl> - c5iJWzouE4gev8CSlDQb4ye3ix5vQv / n6TebUB0tovkC7stYWDpxvGjjqsGvHCgfotwjZT + B6q6Z <nl> - 09gwzxMNTxXJhLynSC34MCN32EZLeW32jO06f2ARePTpm67VVMB0gNELQp / B <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Go Daddy Root Certificate Authority - G2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMxEDAOBgNVBAgT <nl> - B0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoTEUdvRGFkZHkuY29tLCBJbmMu <nl> - MTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 <nl> - MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 <nl> - b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8G <nl> - A1UEAxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI <nl> - hvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx + lk09xvJGKP3gElY6SKDE6bFIEMBO4Tx5oVJnyfq <nl> - 9oQbTqC023CYxzIBsQU + B07u9PpPL1kwIuerGVZr4oAH / PMWdYA5UXvl + TW2dE6pjYIT5LY / qQOD <nl> - + qK + ihVqf94Lw7YZFAXK6sOoBJQ7RnwyDfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutd <nl> - fMh8 + 7ArU6SSYmlRJQVhGkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMl <nl> - NAJWJwGRtDtwKj9useiciAF9n9T521NtYJ2 / LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEAAaNC <nl> - MEAwDwYDVR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFDqahQcQZyi27 / a9 <nl> - BUFuIMGU2g / eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmXWWcDYfF + OwYxdS2hII5PZYe096ac <nl> - vNjpL9DbWu7PdIxztDhC2gV7 + AJ1uP2lsdeu9tfeE8tTEH6KRtGX + rcuKxGrkLAngPnon1rpN5 + r <nl> - 5N9ss4UXnT3ZJE95kTXWXwTrgIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E / QYV <nl> - N8Gb5DKj7Tjo2GTzLH4U / ALqn83 / B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO <nl> - LPAvTK33sefOT6jEm0pUBsV / fdUID + Ic / n4XuKxe9tQWskMJDE32p2u0mYRlynqI4uJEvlz36hz1 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Starfield Root Certificate Authority - G2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMxEDAOBgNVBAgT <nl> - B0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9s <nl> - b2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVsZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0 <nl> - eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAw <nl> - DgYDVQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQg <nl> - VGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZpY2F0ZSBB <nl> - dXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3twQP89o / 8ArFv <nl> - W59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa / RMgnLRJdzIpVv257IzdIvpy3Cdhl + 72WoTs <nl> - bhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1HOZ / 5FSuS / hVclcCGfgXcVnrHigHdMWdSL5stPSksPNk <nl> - N3mSwOxGXn / hbVNMYq / NHwtjuzqd + / x5AJhhdM8mgkBj87JyahkNmcrUDnXMN / uLicFZ8WJ / X7Nf <nl> - ZTD4p7dNdloedl40wOiWVpmKs / B / pM293DIxfJHP4F8R + GuqSVzRmZTRouNjWwl2tVZi4Ut0HZbU <nl> - JtQIBFnQmA4O5t78w + wfkPECAwEAAaNCMEAwDwYDVR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMC <nl> - AQYwHQYDVR0OBBYEFHwMMh + n2TB / xH1oo2Kooc6rB1snMA0GCSqGSIb3DQEBCwUAA4IBAQARWfol <nl> - TwNvlJk7mh + ChTnUdgWUXuEok21iXQnCoKjUsHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx <nl> - 4mcujJUDJi5DnUox9g61DLu34jd / IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUw <nl> - F5okxBDgBPfg8n / Uqgr / Qh037ZTlZFkSIHc40zI + OIF1lnP6aI + xy84fxez6nH7PfrHxBy22 / L / K <nl> - pL / QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1mMpYjn0q7pBZ <nl> - c2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Starfield Services Root Certificate Authority - G2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgT <nl> - B0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9s <nl> - b2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRl <nl> - IEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNV <nl> - BAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxT <nl> - dGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2VydmljZXMg <nl> - Um9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC <nl> - AQoCggEBANUMOsQq + U7i9b4Zl1 + OiFOxHz / Lz58gE20pOsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX / 2 <nl> - h / klQ4bnaRtSmpDhcePYLQ1Ob / bISdm28xpWriu2dBTrz / sm4xq6HZYuajtYlIlHVv8loJNwU4Pa <nl> - hHQUw2eeBGg6345AWh1KTs9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9 + 53pBlbQLP <nl> - LJGmpufehRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk6mFB <nl> - rMnUVN + HL8cisibMn1lUaJ / 8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAwDwYDVR0TAQH / BAUw <nl> - AwEB / zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN + qAdcwKziIorhtSpzyEZGDMA0GCSqG <nl> - SIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMIbw5hyf2E3F / YNoHN2BtBLZ9g3ccaaNnRbobhiCPP <nl> - E95Dz + I0swSdHynVv / heyNXBve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ / PHLTy <nl> - xQGjhdByPq1zqwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj / 3vQQF3zCepYoUz8jcI73HPdwbeyBkd <nl> - iEDPfUYd / x7H4c7 / I9vG + o1VTqkC50cRRj70 / b17KSa7qWFiNyi2LSr2EIZkyXCn0q23KXB56jza <nl> - YyWf / Wi3MOxw + 3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCNsSi6 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - AffirmTrust Commercial <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UEBhMCVVMxFDAS <nl> - BgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBDb21tZXJjaWFsMB4XDTEw <nl> - MDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDELMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmly <nl> - bVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEF <nl> - AAOCAQ8AMIIBCgKCAQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6Eqdb <nl> - DuKPHx6GGaeqtS25Xw2Kwq + FNXkyLbscYjfysVtKPcrNcV / pQr6U6Mje + SJIZMblq8Yrba0F8PrV <nl> - C8 + a5fBQpIs7R6UjW3p6 + DM / uO + Zl + MgwdYoic + U + 7lF7eNAFxHUdPALMeIrJmqbTFeurCA + ukV6 <nl> - BfO9m2kVrn1OIGPENXY6BwLJN / 3HR + 7o8XYdcxXyl6S1yHp52UKqK39c / s4mT6NmgTWvRLpUHhww <nl> - MmWd5jyTXlBOeuM61G7MGvv50jeuJCqrVwMiKA1JdX + 3KNp1v47j3A55MQIDAQABo0IwQDAdBgNV <nl> - HQ4EFgQUnZPGU4teyq8 / nx4P5ZmVvCT2lI8wDwYDVR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMC <nl> - AQYwDQYJKoZIhvcNAQELBQADggEBAFis9AQOzcAN / wr91LoWXym9e2iZWEnStB03TX8nfUYGXUPG <nl> - hi4 + c7ImfU + TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNjvbz4YYCanrHOQnDi <nl> - qX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w / YETifLCBivtZ8SOyUOyXGsViQK8YvxO8rUzqrJv <nl> - 0wqiUOP2O + guRMLbZjipM1ZI8W0bM40NjD9gN53Tym1 + NH4Nn3J2ixufcv1SNUFFApYvHLKac0kh <nl> - sUlHRUe072o0EclNmsxZt9YCnlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8 = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - AffirmTrust Networking <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UEBhMCVVMxFDAS <nl> - BgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBOZXR3b3JraW5nMB4XDTEw <nl> - MDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDELMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmly <nl> - bVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEF <nl> - AAOCAQ8AMIIBCgKCAQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SE <nl> - Hi3yYJ0wTsyEheIszx6e / jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ / Ls6rnla1fTWcbuakCNrmreI <nl> - dIcMHl + 5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRLQESxG9fhwoXA3hA / Pe24 <nl> - / PHxI1Pcv2WXb9n5QHGNfb2V1M6 + oF4nI979ptAmDgAp6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gb <nl> - h + 0t + nvujArjqWaJGctB + d1ENmHP4ndGyH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNV <nl> - HQ4EFgQUBx / S55zawm6iQLSwelAQUHTEyL0wDwYDVR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMC <nl> - AQYwDQYJKoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN / svqe + + EPbkTfOtDIu <nl> - UFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzuQY0x2 + c06lkh1QF6 <nl> - 12S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZLgo / bNjR9eUJtGxUAArgFU2HdW23 <nl> - WJZa3W3SAKD0m0i + wzekujbgfIeFlxoVot4uolu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9 <nl> - / ZFvgrG + CJPbFEfxojfHRZ48x3evZKiT3 / Zpg4Jg8klCNO1aAFSFHBY2kgxc + qatv9s = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - AffirmTrust Premium <nl> - = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UEBhMCVVMxFDAS <nl> - BgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVzdCBQcmVtaXVtMB4XDTEwMDEy <nl> - OTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRy <nl> - dXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A <nl> - MIICCgKCAgEAxBLfqV / + Qd3d9Z + K4 / as4Tx4mrzY8H96oDMq3I0gW64tb + eT2TZwamjPjlGjhVtn <nl> - BKAQJG9dKILBl1fYSCkTtuG + kU3fhQxTGJoeJKJPj / CihQvL9Cl / 0qRY7iZNyaqoe5rZ + jjeRFcV <nl> - 5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx + n / K + k8rNrSs8PhaJyJ + HoAVt70VZVs <nl> - + 7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv + 0GTZe5HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmd <nl> - GPLu8ytxjLW6OQdJd / zvLpKQBY0tL3d770O / Nbua2Plzpyzy0FfuKE4mX4 + QaAkvuPjcBukumj5R <nl> - p9EixAqnOEhss / n / fauGV + O61oV4d7pD6kh / 9ti + I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NI <nl> - S + LI + H + SqHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7 / oQ0dG0giZFmA7mn7S5u04 <nl> - 6uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4IaC1nEWTJ3s7xgaVY5 <nl> - / bQGeyzWZDbZvUjthB9 + pSKPKrhC9IK31FOQeE4tGv2Bb0TXOwF0lkLgAOIua + rF7nKsu7 / + 6qqo <nl> - + Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYEFJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB <nl> - / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByv <nl> - MiPIs0laUZx2KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg <nl> - Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668 + s0QNiigfV4Py / VpfzZotReBA4Xrf5B8OWycvpEgjNC <nl> - 6C1Y91aMYj + 6QrCcDFx + LmUmXFNPALJ4fqENmS2NuB2OosSw / WDQMKSOyARiqcTtNd56l + 0OOF6S <nl> - L5Nwpamcb6d9Ex1 + xghIsV5n61EIJenmJWtSKZGc0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK <nl> - + 4w1IX2COPKpVJEZNZOUbWo6xbLQu4mGk + ibyQ86p3q4ofB4Rvr8Ny / lioTz3 / 4E2aFooC8k4gmV <nl> - BtWVyuEklut89pMFu + 1z6S3RdTnX5yTb2E5fQ4 + e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj / oFg <nl> - IxpHYoWlzBk0gG + zrBrjn / B7SK3VAdlntqlyk + otZrWyuOQ9PLLvTIzq6we / qzWaVYa8GKa1qF60 <nl> - g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaORtGdFNrHF + QFlozEJLUb <nl> - zxQHskD4o55BhrwE0GuWyCqANP2 / 7waj3VjFhT0 + j / 6eKeC2uAloGRwYQw = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - AffirmTrust Premium ECC <nl> - = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIB / jCCAYWgAwIBAgIIdJclisc / elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMCVVMxFDASBgNV <nl> - BAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQcmVtaXVtIEVDQzAeFw0xMDAx <nl> - MjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJBgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1U <nl> - cnVzdDEgMB4GA1UEAwwXQWZmaXJtVHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQA <nl> - IgNiAAQNMF4bFZ0D0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX + iOGasvLkjmrBhDeKzQ <nl> - N8O9ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0GA1UdDgQW <nl> - BBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH / MA4GA1UdDwEB / wQEAwIBBjAK <nl> - BggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX / VsaobgxCd05DhT1wV / GzTjxi + zygk8N53X <nl> - 57hG8f2h4nECMEJZh0PUUd + 60wkyWs6Iflc9nF9Ca / UHLbXwgpP5WW + uZPpY5Yse42O + tYHNbwKM <nl> - eQ = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Certum Trusted Network CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBMMSIwIAYDVQQK <nl> - ExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlv <nl> - biBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBUcnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIy <nl> - MTIwNzM3WhcNMjkxMjMxMTIwNzM3WjB + MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBU <nl> - ZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 <nl> - MSIwIAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0BAQEFAAOC <nl> - AQ8AMIIBCgKCAQEA4 / t9o3K6wvDJFIf1awFO4W5AB7ptJ11 / 91sts1rHUV + rpDKmYYe2bg + G0jAC <nl> - l / jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LMTXPb865Px1bVWqeWifrzq2jUI4ZZJ88J <nl> - J7ysbnKDHDBy3 + Ci6dLhdHUZvSqeexVUBBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4 <nl> - fOQtf / WsX + sWn7Et0brMkUJ3TCXJkDhv2 / DM + 44el1k + 1WBO5gUo7Ul5E0u6SNsv + XLTOcr + H9g0 <nl> - cvW0QM8xAcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNVHRMB <nl> - Af8EBTADAQH / MB0GA1UdDgQWBBQIds3LB / 8k9sXN7buQvOKEN0Z19zAOBgNVHQ8BAf8EBAMCAQYw <nl> - DQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo / 9i0Eidi15ysHhE49wcrwn9I0j6vSrEuVUEtRCj <nl> - jSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfLI9MA4GxWL + FpDQ3Zqr8hgVDZBqWo / 5U30Kr + 4rP1 <nl> - mS1FhIrlQgnXdAIv94nYmem8J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5aj <nl> - Zt3hrvJBW8qYVoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4 / WwMioBK + ZlgRSssDxLQqKi2WF + A5VLxI <nl> - 03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5 / nonFWIGUbWtzT1fs45mtk48VH3Tyw = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - TWCA Root Certification Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJ <nl> - VEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlmaWNh <nl> - dGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMzWhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQG <nl> - EwJUVzESMBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NB <nl> - IFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK <nl> - AoIBAQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3 + v9XAu1bihSX0NXIP + FPQQeFEAcK0HMMx <nl> - QhZHhTMidrIKbw / lJVBPhYa + v5guEGcevhEFhgWQxFnQfHgQsIBct + HHK3XLfJ + utdGdIzdjp9xC <nl> - oi2SBBtQwXu4PhvJVgSLL1KbralW6cH / ralYhzC2gfeXRfwZVzsrb + RH9JlF / h3x + JejiB03HFyP <nl> - 4HYlmlD4oFT / RJB2I9IyxsOrBr / 8 + 7 / zrX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x + PvI / 1r <nl> - y + UPizgN7gr8 / g + YnzAx3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB / wQEAwIB <nl> - BjAPBgNVHRMBAf8EBTADAQH / MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkqhkiG <nl> - 9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi / oQMCXKCeCMErJk / 9q56YAf4lC <nl> - mtYR5VPOL8zy2gXE / uJQxDqGfczafhAJO5I1KlOy / usrBdlsXebQ79NqZp4VKIV66IIArB6nCWlW <nl> - QtNoURi + VJq / REG6Sb4gumlc7rh3zc5sH62Dlhh9DrUUOYTxKOkto557HnpyWoOzeW / vtPzQCqVY <nl> - T0bf + 215WfKEIlKuD8z7fDvnaspHYcN6 + NOSBB + 4IIThNlQWx0DeO4pz3N / GCUzf7Nr / 1FNCocny <nl> - Yh0igzyXxfkZYiesZSLX0zzG5Y6yU8xJzrww / nsOM5D77dIUkR8Hrw = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Security Communication RootCA2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDdzCCAl + gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDElMCMGA1UEChMc <nl> - U0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMeU2VjdXJpdHkgQ29tbXVuaWNh <nl> - dGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoXDTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMC <nl> - SlAxJTAjBgNVBAoTHFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3Vy <nl> - aXR5IENvbW11bmljYXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB <nl> - ANAVOVKxUrO6xVmCxF1SrjpDZYBLx / KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGrzbl + dp + + <nl> - + T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv / Q4EpVMVAX3NuRFg3sUZdbcDE3R <nl> - 3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQhNBqyjoGADdH5H5XTz + L62e4iKrFvlNV <nl> - spHEfbmwhRkGeC7bYRr6hfVKkaHnFtWOojnflLhwHyg / i / xAXmODPIMqGplrz95Zajv8bxbXH / 1K <nl> - EOtOghY6rCcMU / Gt1SSwawNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8 <nl> - QIH4D5csOPEK7DzPMA4GA1UdDwEB / wQEAwIBBjAPBgNVHRMBAf8EBTADAQH / MA0GCSqGSIb3DQEB <nl> - CwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpFcoJxDjrSzG + ntKEj <nl> - u / Ykn8sX / oymzsLS28yN / HH8AynBbF0zX2S2ZTuJbxh2ePXcokgfGT + Ok + vx + hfuzU7jBBJV1uXk <nl> - 3fs + BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8t / 2jioSgrGK + KwmHNPBqAbubKVY8 / gA3zyNs8U6q <nl> - tnRGEmyR7jTV7JqR50S + kDFy1UkC9gLl9B / rfNmWVan / 7Ir5mUf / NVoCqgTLiluHcSmRvaS0eg29 <nl> - mvVXIwAHIRc / SjnRBUkLp7Y3gaVdjKozXoEofKd9J + sAro03 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - EC - ACC <nl> - = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFVjCCBD6gAwIBAgIQ7is969Qh3hSoYqwE893EATANBgkqhkiG9w0BAQUFADCB8zELMAkGA1UE <nl> - BhMCRVMxOzA5BgNVBAoTMkFnZW5jaWEgQ2F0YWxhbmEgZGUgQ2VydGlmaWNhY2lvIChOSUYgUS0w <nl> - ODAxMTc2LUkpMSgwJgYDVQQLEx9TZXJ2ZWlzIFB1YmxpY3MgZGUgQ2VydGlmaWNhY2lvMTUwMwYD <nl> - VQQLEyxWZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAoYykwMzE1MDMGA1UE <nl> - CxMsSmVyYXJxdWlhIEVudGl0YXRzIGRlIENlcnRpZmljYWNpbyBDYXRhbGFuZXMxDzANBgNVBAMT <nl> - BkVDLUFDQzAeFw0wMzAxMDcyMzAwMDBaFw0zMTAxMDcyMjU5NTlaMIHzMQswCQYDVQQGEwJFUzE7 <nl> - MDkGA1UEChMyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8gKE5JRiBRLTA4MDExNzYt <nl> - SSkxKDAmBgNVBAsTH1NlcnZlaXMgUHVibGljcyBkZSBDZXJ0aWZpY2FjaW8xNTAzBgNVBAsTLFZl <nl> - Z2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQubmV0L3ZlcmFycmVsIChjKTAzMTUwMwYDVQQLEyxKZXJh <nl> - cnF1aWEgRW50aXRhdHMgZGUgQ2VydGlmaWNhY2lvIENhdGFsYW5lczEPMA0GA1UEAxMGRUMtQUND <nl> - MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsyLHT + KXQpWIR4NA9h0X84NzJB5R85iK <nl> - w5K4 / 0CQBXCHYMkAqbWUZRkiFRfCQ2xmRJoNBD45b6VLeqpjt4pEndljkYRm4CgPukLjbo73FCeT <nl> - ae6RDqNfDrHrZqJyTxIThmV6PttPB / SnCWDaOkKZx7J / sxaVHMf5NLWUhdWZXqBIoH7nF2W4onW4 <nl> - HvPlQn2v7fOKSGRdghST2MDk / 7NQcvJ29rNdQlB50JQ + awwAvthrDk4q7D7SzIKiGGUzE3eeml0a <nl> - E9jD2z3Il3rucO2n5nzbcc8tlGLfbdb1OL4 / pYUKGbio2Al1QnDE6u / LDsg0qBIimAy4E5S2S + zw <nl> - 0JDnJwIDAQABo4HjMIHgMB0GA1UdEQQWMBSBEmVjX2FjY0BjYXRjZXJ0Lm5ldDAPBgNVHRMBAf8E <nl> - BTADAQH / MA4GA1UdDwEB / wQEAwIBBjAdBgNVHQ4EFgQUoMOLRKo3pUW / l4Ba0fF4opvpXY0wfwYD <nl> - VR0gBHgwdjB0BgsrBgEEAfV4AQMBCjBlMCwGCCsGAQUFBwIBFiBodHRwczovL3d3dy5jYXRjZXJ0 <nl> - Lm5ldC92ZXJhcnJlbDA1BggrBgEFBQcCAjApGidWZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5l <nl> - dC92ZXJhcnJlbCAwDQYJKoZIhvcNAQEFBQADggEBAKBIW4IB9k1IuDlVNZyAelOZ1Vr / sXE7zDkJ <nl> - lF7W2u + + AVtd0x7Y / X1PzaBB4DSTv8vihpw3kpBWHNzrKQXlxJ7HNd + KDM3FIUPpqojlNcAZQmNa <nl> - Al6kSBg6hW / cnbw / nZzBh7h6YQjpdwt / cKt63dmXLGQehb + 8dJahw3oS7AwaboMMPOhyRp / 7SNVe <nl> - l + axofjk70YllJyJ22k4vuxcDlbHZVHlUIiIv0LVKz3l + bqeLrPK9HOSAgu + TGbrIP65y7WZf + a2 <nl> - E / rKS03Z7lNGBjvGTq2TWoF + bCpLagVFjPIhpDGQh2xlnJ2lYJU6Un / 10asIbvPuW / mIPX64b24D <nl> - 5EI = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Hellenic Academic and Research Institutions RootCA 2011 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEMTCCAxmgAwIBAgIBADANBgkqhkiG9w0BAQUFADCBlTELMAkGA1UEBhMCR1IxRDBCBgNVBAoT <nl> - O0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9y <nl> - aXR5MUAwPgYDVQQDEzdIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25z <nl> - IFJvb3RDQSAyMDExMB4XDTExMTIwNjEzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYT <nl> - AkdSMUQwQgYDVQQKEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25z <nl> - IENlcnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNo <nl> - IEluc3RpdHV0aW9ucyBSb290Q0EgMjAxMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB <nl> - AKlTAOMupvaO + mDYLZU + + CwqVE7NuYRhlFhPjz2L5EPzdYmNUeTDN9KKiE15HrcS3UN4SoqS5tdI <nl> - 1Q + kOilENbgH9mgdVc04UfCMJDGFr4PJfel3r + 0ae50X + bOdOFAPplp5kYCvN66m0zH7tSYJnTxa <nl> - 71HFK9 + WXesyHgLacEnsbgzImjeN9 / E2YEsmLIKe0HjzDQ9jpFEw4fkrJxIH2Oq9GGKYsFk3fb7u <nl> - 8yBRQlqD75O6aRXxYp2fmTmCobd0LovUxQt7L / DICto9eQqakxylKHJzkUOap9FNhYS5qXSPFEDH <nl> - 3N6sQWRstBmbAmNtJGSPRLIl6s5ddAxjMlyNh + UCAwEAAaOBiTCBhjAPBgNVHRMBAf8EBTADAQH / <nl> - MAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQUppFC / RNhSiOeCKQp5dgTBCPuQSUwRwYDVR0eBEAwPqA8 <nl> - MAWCAy5ncjAFggMuZXUwBoIELmVkdTAGggQub3JnMAWBAy5ncjAFgQMuZXUwBoEELmVkdTAGgQQu <nl> - b3JnMA0GCSqGSIb3DQEBBQUAA4IBAQAf73lB4XtuP7KMhjdCSk4cNx6NZrokgclPEg8hwAOXhiVt <nl> - XdMiKahsog2p6z0GW5k6x8zDmjR / qw7IThzh + uTczQ2 + vyT + bOdrwg3IBp5OjWEopmr95fZi6hg8 <nl> - TqBTnbI6nOulnJEWtk2C4AwFSKls9cz4y51JtPACpf1wA + 2KIaWuE4ZJwzNzvoc7dIsXRSZMFpGD <nl> - / md9zU1jZ / rzAxKWeAaNsWftjj + + n08C9bMJL / NMh98qy5V8AcysNnq / onN694 / BtZqhFLKPM58N <nl> - 7yLcZnuEvUUXBj08yrl3NI / K6s8 / MT7jiOOASSXIl7WdmplNsDz4SgCbZN2fOUvRJ9e4 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Actalis Authentication Root CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UEBhMCSVQxDjAM <nl> - BgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UE <nl> - AwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDky <nl> - MjExMjIwMlowazELMAkGA1UEBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlz <nl> - IFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 <nl> - IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO / lGMWwUKNvUTufClrJ <nl> - wkg4CsIcoBh / kbWHuUA / 3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX4ay8IMKx4INRimlNAJZa <nl> - by / ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9KK3giq0itFZljoZUj5NDKd45RnijMCO6 <nl> - zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI / gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1f <nl> - YVEiVRvjRuPjPdA1YprbrxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp + Z07 / T6k9QnBn + locePGX2 <nl> - oxgkg4YQ51Q + qDp2JE + BIcXjDwL4k5RHILv + 1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2Fbe8l <nl> - EfKXGkJh90qX6IuxEAf6ZYGyojnP9zz / GPvG8VqLWeICrHuS0E4UT1lF9gxeKF + w6D9Fz8 + vm2 / 7 <nl> - hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4Fv6MGn8i1zeQf1xcGDXqVdFUNaBr8 <nl> - EBtiZJ1t4JWgw5QHVw0U5r0F + 7if5t + L4sbnfpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy / uE5 <nl> - jF66CyCU3nuDuP / jVo23Eek7jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLY <nl> - iDrIn3hm7YnzezhwlMkCAjbQMA8GA1UdEwEB / wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt <nl> - ifN7OHCUyQICNtAwDgYDVR0PAQH / BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQALe3KHwGCmSUyI <nl> - WOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70jsNjLiNmsGe + b7bAEzlgqqI0 <nl> - JZN1Ut6nna0Oh4lScWoWPBkdg / iaKWW + 9D + a2fDzWochcYBNy + A4mz + 7 + uAwTc + G02UQGRjRlwKx <nl> - K3JCaKygvU5a2hi / a5iB0P2avl4VSM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU + <nl> - Xlff1ANATIGk0k9jpwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4 / aC <nl> - 4yyXX04fkZT6 / iyj2HYauE2yOE + b + h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842 / 6 + OkfcvHlXHo <nl> - 2qN8xcL4dJIEG4aspCJTQLas / kx2z / uUMsA1n3Y / buWQbqCmJqK4LL7RK4X9p2jIugErsWx0Hbhz <nl> - lefut8cl8ABMALJ + tguLHPPAUJ4lueAI3jZm / zel0btUZCzJJ7VLkn5l / 9Mt4blOvH + kQSGQQXem <nl> - OR / qnuOf0GZvBeyqdn6 / axag67XH / JJULysRJyU3eExRarDzzFhdFPFqSBX / wge2sY0PjlxQRrM9 <nl> - vwGYT7JZVEc + NHt4bVaTLnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8 + 2ydDKXhlg = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Trustis FPS Root CA <nl> - = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDZzCCAk + gAwIBAgIQGx + ttiD5JNM2a / fH8YygWTANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQG <nl> - EwJHQjEYMBYGA1UEChMPVHJ1c3RpcyBMaW1pdGVkMRwwGgYDVQQLExNUcnVzdGlzIEZQUyBSb290 <nl> - IENBMB4XDTAzMTIyMzEyMTQwNloXDTI0MDEyMTExMzY1NFowRTELMAkGA1UEBhMCR0IxGDAWBgNV <nl> - BAoTD1RydXN0aXMgTGltaXRlZDEcMBoGA1UECxMTVHJ1c3RpcyBGUFMgUm9vdCBDQTCCASIwDQYJ <nl> - KoZIhvcNAQEBBQADggEPADCCAQoCggEBAMVQe547NdDfxIzNjpvto8A2mfRC6qc + gIMPpqdZh8mQ <nl> - RUN + AOqGeSoDvT03mYlmt + WKVoaTnGhLaASMk5MCPjDSNzoiYYkchU59j9WvezX2fihHiTHcDnlk <nl> - H5nSW7r + f2C / revnPDgpai / lkQtV / + xvWNUtyd5MZnGPDNcE2gfmHhjjvSkCqPoc4Vu5g6hBSLwa <nl> - cY3nYuUtsuvffM / bq1rKMfFMIvMFE / eC + XN5DL7XSxzA0RU8k0Fk0ea + IxciAIleH2ulrG6nS4zt <nl> - o3Lmr2NNL4XSFDWaLk6M6jKYKIahkQlBOrTh4 / L68MkKokHdqeMDx4gVOxzUGpTXn2RZEm0CAwEA <nl> - AaNTMFEwDwYDVR0TAQH / BAUwAwEB / zAfBgNVHSMEGDAWgBS6 + nEleYtXQSUhhgtx67JkDoshZzAd <nl> - BgNVHQ4EFgQUuvpxJXmLV0ElIYYLceuyZA6LIWcwDQYJKoZIhvcNAQEFBQADggEBAH5Y / / 01GX2c <nl> - GE + esCu8jowU / yyg2kdbw + + BLa8F6nRIW / M + TgfHbcWzk88iNVy2P3UnXwmWzaD + vkAMXBJV + JOC <nl> - yinpXj9WV4s4NvdFGkwozZ5BuO1WTISkQMi4sKUraXAEasP41BIy + Q7DsdwyhEQsb8tGD + pmQQ9P <nl> - 8Vilpg0ND2HepZ5dfWWhPBfnqFVO76DH7cZEf1T1o + CP8HxVIo8ptoGj4W1OLBuAZ + ytIJ8MYmHV <nl> - l / 9D7S3B2l0pKoU / rGXuhg8FjZBf3 + 6f9L / uHfuY5H + QK4R4EA5sSVPvFVtlRkpdr7r7OnIdzfYl <nl> - iB6XzCGcKQENZetX2fNXlrtIzYE = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Buypass Class 2 Root CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEdMBsGA1UECgwU <nl> - QnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3MgQ2xhc3MgMiBSb290IENBMB4X <nl> - DTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1owTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1 <nl> - eXBhc3MgQVMtOTgzMTYzMzI3MSAwHgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIw <nl> - DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANfHXvfBB9R3 + 0Mh9PT1aeTuMgHbo4Yf5FkNuud1 <nl> - g1Lr6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb / S2TwDCo3SbXlzwx87vFKu3MwZfPVL4O2fuPn <nl> - 9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR / Md + oW + OU3fUl8FVM5I + GC911K2GScuVr1QGbNgGE41b <nl> - / + EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHxMlAQTn / 0hpPshNOOvEu / XAFOBz3cFIqU <nl> - CqTqc / sLUegTBxj6DvEr0VQVfTzh97QZQmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeff <nl> - awrbD02TTqigzXsu8lkBarcNuAeBfos4GzjmCleZPe4h6KP1DBbdi + w0jpwqHAAVF41og9JwnxgI <nl> - zRFo1clrUs3ERo / ctfPYV3Me6ZQ5BL / T3jjetFPsaRyifsSP5BtwrfKi + fv3FmRmaZ9JUaLiFRhn <nl> - Bkp / 1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk / sM3nhRSP / TizPJhk9H9Z2vX <nl> - Uq6 / aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN9SG9dKpN6nIDSdvHXx1iY8f93ZHs <nl> - M + 71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxPAgMBAAGjQjBAMA8GA1UdEwEB / wQFMAMBAf8wHQYD <nl> - VR0OBBYEFMmAd + BikoL1RpzzuvdMw964o605MA4GA1UdDwEB / wQEAwIBBjANBgkqhkiG9w0BAQsF <nl> - AAOCAgEAU18h9bqwOlI5LJKwbADJ784g7wbylp7ppHR / ehb8t / W2 + xUbP6umwHJdELFx7rxP462s <nl> - A20ucS6vxOOto70MEae0 / 0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3tOluwlN5E40EI <nl> - osHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo + fsicdl9sz1Gv7SEr5AcD48S <nl> - aq / v7h56rgJKihcrdv6sVIkkLE8 / trKnToyokZf7KcZ7XC25y2a2t6hbElGFtQl + Ynhw / qlqYLYd <nl> - DnkM / crqJIByw5c / 8nerQyIKx + u2DISCLIBrQYoIwOula9 + ZEsuK1V6ADJHgJgg2SMX6OBE1 / yWD <nl> - LfJ6v9r9jv6ly0UsH8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0 <nl> - oyLQI + uUWnpp3Q + / QFesa1lQ2aOZ4W7 + jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK75t98biGC <nl> - wWg5TbSYWGZizEqQXsP6JwSxeRV0mcy + rSDeJmAc61ZRpqPq5KM / p / 9h3PFaTWwyI0PurKju7koS <nl> - CTxdccK + efrCh2gdC / 1cacwG0Jp9VJkqyTkaGa9LKkPzY11aWOIv4x3kqdbQCtCev9eBCfHJxyYN <nl> - rJgWVqA = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Buypass Class 3 Root CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEdMBsGA1UECgwU <nl> - QnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3MgQ2xhc3MgMyBSb290IENBMB4X <nl> - DTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFowTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1 <nl> - eXBhc3MgQVMtOTgzMTYzMzI3MSAwHgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIw <nl> - DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRH <nl> - sJ8YZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3EN3coTRiR <nl> - 5r / VUv1xLXA + 58bEiuPwKAv0dpihi4dVsjoT / Lc + JzeOIuOoTyrvYLs9tznDDgFHmV0ST9tD + leh <nl> - 7fmdvhFHJlsTmKtdFoqwNxxXnUX / iJY2v7vKB3tvh2PX0DJq1l1sDPGzbjniazEuOQAnFN44wOwZ <nl> - ZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c / 3ATAOux9TN6S9ZV + AWNS2mw9bMoNlwUxFFzTWsL8TQH <nl> - 2xc519woe2v1n / MuwU8XKhDzzMro6 / 1rqy6any2CbgTUUgGTLT2G / H783 + 9CHaZr77kgxve9oKeV <nl> - / afmiSTYzIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvSO1UQ <nl> - RwUVZ2J + GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D34xFMFbG02SrZvPA <nl> - Xpacw8Tvw3xrizp5f7NJzz3iiZ + gMEuFuZyUJHmPfWupRWgPK9Dx2hzLabjKSWJtyNBjYt1gD1iq <nl> - j6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3AgMBAAGjQjBAMA8GA1UdEwEB / wQFMAMBAf8wHQYD <nl> - VR0OBBYEFEe4zf / lb + 74suwvTg75JbCOPGvDMA4GA1UdDwEB / wQEAwIBBjANBgkqhkiG9w0BAQsF <nl> - AAOCAgEAACAjQTUEkMJAYmDv4jVM1z + s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV <nl> - cSQy9sgL8rxq + JOssgfCX5 / bzMiKqr5qb + FJEMwx14C7u8jYog5kV + qi9cKpMRXSIGrs / CIBKM + G <nl> - uIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2HJLw5QY33KbmkJs4j1xrG0aG <nl> - Q0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ + 1iHsaO5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8 <nl> - ZORK15FTAaggiG6cX0S5y2CBNOxv033aSF / rtJC8LakcC6wc1aJoIIAE1vyxjy + 7SjENSoYc6 + I2 <nl> - KSb12tjE8nVhz36udmNKekBlk4f4HoCMhuWG1o8O / FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz <nl> - 6MkEkbIRNBE + 6tBDGR8Dk5AM / 1E9V / RBbuHLoL7ryWPNbczk + DaqaJ3tvV2XcEQNtg413OEMXbug <nl> - UZTLfhbrES + jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8 + 9oG6lLvDu79leNKGef9JOxqDDPDe <nl> - eOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq4 / g7u9xN12TyUb7mqqta6THuBrxzvxNi <nl> - Cp / HuZc = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - T - TeleSec GlobalRoot Class 3 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoM <nl> - IlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBU <nl> - cnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgx <nl> - MDAxMTAyOTU2WhcNMzMxMDAxMjM1OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lz <nl> - dGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBD <nl> - ZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0GCSqGSIb3 <nl> - DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t / zN8ELg63iIVl6bmlQdTQyK <nl> - 9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw + A5OO3yXDw / RLyTPWGrTs0NvvAgJ1gORH8EGoel15YU <nl> - NpDQSXuhdfsaa3Ox + M6pCSzyU9XDFES4hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZF <nl> - iP0Zf3WHHx + xGwpzJFu5ZeAsVMhg02YXP + HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W <nl> - 0eDrXltMEnAMbEQgqxHY9Bn20pxSN + f6tsIxO0rUFJmtxxr1XV / 6B7h8DR / Wgx6zAgMBAAGjQjBA <nl> - MA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgEGMB0GA1UdDgQWBBS1A / d2O2GCahKqGFPr <nl> - AyGUv / 7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOyWL6ukK2YJ5f + AbGwUgC4TeQbIXQb <nl> - fsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD / FZ1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzT <nl> - ucpH9sry9uetuUg / vBa3wW306gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp + QD6CSyYRMG7h <nl> - P0HHRwA11fXT91Q + gT3aSWqas + 8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml <nl> - e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB + d8E9lYLRRpo7PHi4b6HQDWSieB4pTpPDpFQUWw = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - EE Certification Centre Root CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEAzCCAuugAwIBAgIQVID5oHPtPwBMyonY43HmSjANBgkqhkiG9w0BAQUFADB1MQswCQYDVQQG <nl> - EwJFRTEiMCAGA1UECgwZQVMgU2VydGlmaXRzZWVyaW1pc2tlc2t1czEoMCYGA1UEAwwfRUUgQ2Vy <nl> - dGlmaWNhdGlvbiBDZW50cmUgUm9vdCBDQTEYMBYGCSqGSIb3DQEJARYJcGtpQHNrLmVlMCIYDzIw <nl> - MTAxMDMwMTAxMDMwWhgPMjAzMDEyMTcyMzU5NTlaMHUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKDBlB <nl> - UyBTZXJ0aWZpdHNlZXJpbWlza2Vza3VzMSgwJgYDVQQDDB9FRSBDZXJ0aWZpY2F0aW9uIENlbnRy <nl> - ZSBSb290IENBMRgwFgYJKoZIhvcNAQkBFglwa2lAc2suZWUwggEiMA0GCSqGSIb3DQEBAQUAA4IB <nl> - DwAwggEKAoIBAQDIIMDs4MVLqwd4lfNE7vsLDP90jmG7sWLqI9iroWUyeuuOF0 + W2Ap7kaJjbMeM <nl> - TC55v6kF / GlclY1i + blw7cNRfdCT5mzrMEvhvH2 / UpvObntl8jixwKIy72KyaOBhU8E2lf / slLo2 <nl> - rpwcpzIP5Xy0xm90 / XsY6KxX7QYgSzIwWFv9zajmofxwvI6Sc9uXp3whrj3B9UiHbCe9nyV0gVWw <nl> - 93X2PaRka9ZP585ArQ / dMtO8ihJTmMmJ + xAdTX7Nfh9WDSFwhfYggx / 2uh8Ej + p3iDXE / + pOoYtN <nl> - P2MbRMNE1CV2yreN1x5KZmTNXMWcg + HCCIia7E6j8T4cLNlsHaFLAgMBAAGjgYowgYcwDwYDVR0T <nl> - AQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBLyWj7qVhy / zQas8fElyalL1BSZ <nl> - MEUGA1UdJQQ + MDwGCCsGAQUFBwMCBggrBgEFBQcDAQYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEF <nl> - BQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcNAQEFBQADggEBAHv25MANqhlHt01Xo / 6tu7Fq1Q + e2 + Rj <nl> - xY6hUFaTlrg4wCQiZrxTFGGVv9DHKpY5P30osxBAIWrEr7BSdxjhlthWXePdNl4dp1BUoMUq5KqM <nl> - lIpPnTX / dqQGE5Gion0ARD9V04I8GtVbvFZMIi5GQ4okQC3zErg7cBqklrkar4dBGmoYDQZPxz5u <nl> - uSlNDUmJEYcyW + ZLBMjkXOZ0c5RdFpgTlf7727FE5TpwrDdr5rMzcijJs1eg9gIWiAYLtqZLICjU <nl> - 3j2LrTcFU3T + bsy8QxdxXvnFzBqpYe73dgzzcvRyrc9yAjYHR8 / vGVCJYMzpJJUPwssd8m92kMfM <nl> - dcGWxZ0 = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - D - TRUST Root Class 3 CA 2 2009 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQK <nl> - DAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTAe <nl> - Fw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NThaME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxE <nl> - LVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIw <nl> - DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOySs96R + 91myP6Oi / WUEWJNTrGa9v + 2wBoqOAD <nl> - ER03UAifTUpolDWzU9GUY6cgVq / eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42tSHKXzlA <nl> - BF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl / RcPHAY9RySPocq60vFYJfxLLHLGv <nl> - KZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsMlFqVlNpQmvH / pStmMaTJOKDfHR + 4CS7z <nl> - p + hnUquVH + BGPtikw8paxTGA6Eian5Rp / hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a / L7AQDcUC <nl> - AwEAAaOCARowggEWMA8GA1UdEwEB / wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ <nl> - 4PGEMA4GA1UdDwEB / wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVjdG9y <nl> - eS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUyMENBJTIwMiUyMDIw <nl> - MDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRlcmV2b2NhdGlvbmxpc3QwQ6BBoD + G <nl> - PWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3JsL2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAw <nl> - OS5jcmwwDQYJKoZIhvcNAQELBQADggEBAH + X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME + bUMJm <nl> - 2H6NMLVwMeniacfzcNsgFYbQDfC + rAF1hM5 + n02 / t2A7nPPKHeJeaNijnZflQGDSNiH + 0LS4F9p0 <nl> - o3 / U37CYAqxva2ssJSRyoWXuJVrl5jLn8t + rSfrzkGkj2wTZ51xY / GXUl77M / C4KzCUqNQT4YJEV <nl> - dT1B / yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8PIWmawomDeCTmGCufsYkl4ph <nl> - X5GOZpIJhzbNi5stPvZR1FDUWSi9g / LMKHtThm3YJohw1 + qRzT65ysCQblrGXnRl11z + o + I = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - D - TRUST Root Class 3 CA 2 EV 2009 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQK <nl> - DAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAw <nl> - OTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUwNDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQK <nl> - DAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAw <nl> - OTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui + 3MKCOvXwEz75ivJn9gpfS <nl> - egpnljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs + 9Z5JUut8Mxk2og + KbgPCdM03TP1YtHh <nl> - zRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL / ZlGsTl28So / 6ZqQTMFexgaDbtCHu39b + T <nl> - 7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lRp75mpoo6Kr3HGrHhFPC + Oh25z1uxav60 <nl> - sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8HgQ + HKDYD8tSg2J87otTlZCpV6LqYQXY + U3EJ / pure35 <nl> - 11H3a6UCAwEAAaOCASQwggEgMA8GA1UdEwEB / wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyv <nl> - cop9NteaHNxnMA4GA1UdDwEB / wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFwOi8v <nl> - ZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xhc3MlMjAzJTIwQ0El <nl> - MjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1ERT9jZXJ0aWZpY2F0ZXJldm9jYXRp <nl> - b25saXN0MEagRKBChkBodHRwOi8vd3d3LmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xh <nl> - c3NfM19jYV8yX2V2XzIwMDkuY3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P + <nl> - PPoeUSbrh / Yp3uDx1MYkCenBz1UbtDDZzhr + BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 <nl> - nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNFCSuGdXzfX2lX <nl> - ANtu2KZyIktQ1HWYVt + 3GP9DQ1CuekR78HlR10M9p9OB0 / DJT7naxpeG0ILD5EJt / rDiZE4OJudA <nl> - NCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqXKVwvvoFBuYz / 6n1gBp7N1z3TLqMVvKjmJuVv <nl> - w9y4AyHqnxbxLFS1 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - CA Disig Root R2 <nl> - = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNVBAYTAlNLMRMw <nl> - EQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMuMRkwFwYDVQQDExBDQSBEaXNp <nl> - ZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQyMDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sx <nl> - EzARBgNVBAcTCkJyYXRpc2xhdmExEzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERp <nl> - c2lnIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbC <nl> - w3OeNcJxVX6B + 6tGUODBfEl45qt5WDza / 3wcn9iXAng + a0EE6UG9vgMsRfYvZNSrXaNHPWSb6Wia <nl> - xswbP7q + sos0Ai6YVRn8jG + qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3Ix2ymrdMxp7zo5eFm1tL7 <nl> - A7RBZckQrg4FY8aAamkw / dLukO8NJ9 + flXP04SXabBbeQTg06ov80egEFGEtQX6sx3dOy1FU + 16S <nl> - GBsEWmjGycT6txOgmLcRK7fWV8x8nhfRyyX + hk4kLlYMeE2eARKmK6cBZW58Yh2EhN / qwGu1pSqV <nl> - g8NTEQxzHQuyRpDRQjrOQG6Vrf / GlK1ul4SOfW + eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa <nl> - 5Beny912H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJQfYE <nl> - koopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUDi / ZnWejBBhG93c + A <nl> - Ak9lQHhcR1DIm + YfgXvkRKhbhZri3lrVx / k6RGZL5DJUfORsnLMOPReisjQS1n6yqEm70XooQL6i <nl> - Fh / f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNV <nl> - HRMBAf8EBTADAQH / MA4GA1UdDwEB / wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5u <nl> - Qu0wDQYJKoZIhvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi / q / 075KMOYKmFM <nl> - tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32 + nNjf7xueQgcnYqfGopTpti72TVV <nl> - sRHFqQOzVju5hJMiXn7B9hJSi + osZ7z + Nkz1uM / Rs0mSO9MpDpkblvdhuDvEK7Z4bLQjb / D907Je <nl> - dR + Zlais9trhxTF7 + 9FGs9K8Z7RiVLoJ92Owk6Ka + elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W8 <nl> - 1k / BfDxujRNt + 3vrMNDcTa / F1balTFtxyegxvug4BkihGuLq0t4SOVga / 4AOgnXmt8kHbA7v / zjx <nl> - mHHEt38OFdAlab0inSvtBfZGR6ztwPDUO + Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01 <nl> - utI3gzhTODY7z2zp + WsO0PsE6E9312UBeIYMej4hYvF / Y3EMyZ9E26gnonW + boE + 18DrG5gPcFw0 <nl> - sorMwIUY6256s / daoQe / qUKS82Ail + QUoQebTnbAjn39pCXHR + 3 / H3OszMOl6W8KjptlwlCFtaOg <nl> - UxLMVYdh84GuEEZhvUQhuMI9dM9 + JDX6HAcOmz0iyu8xL4ysEr3vQCj8KWefshNPZiTEUxnpHikV <nl> - 7 + ZtsH8tZ / 3zbBt1RqPlShfppNcL <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - ACCVRAIZ1 <nl> - = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIH0zCCBbugAwIBAgIIXsO3pkN / pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UEAwwJQUNDVlJB <nl> - SVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQswCQYDVQQGEwJFUzAeFw0xMTA1 <nl> - MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQBgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwH <nl> - UEtJQUNDVjENMAsGA1UECgwEQUNDVjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4IC <nl> - DwAwggIKAoICAQCbqau / YUqXry + XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gM <nl> - jmoYHtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802 / J + Nq2DoLSRYWoG2ioPej0 <nl> - RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpAlHPrzg5XPAOBOp0KoVdD <nl> - aaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhrIA8wKFSVf + DuzgpmndFALW4ir50awQUZ <nl> - 0m / A8p / 4e7MCQvtQqR0tkw8jq8bBD5L / 0KIV9VMJcRz / RROE5iZe + OCIHAr8Fraocwa48GOEAqDG <nl> - WuzndN9wrqODJerWx5eHk6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs7 <nl> - 8yM2x / 474KElB0iryYl0 / wiPgL / AlmXz7uxLaL2diMMxs0Dx6M / 2OLuc5NF / 1OVYm3z61PMOm3WR <nl> - 5LpSLhl + 0fXNWhn8ugb2 + 1KoS5kE3fj5tItQo05iifCHJPqDQsGH + tUtKSpacXpkatcnYGMN285J <nl> - 9Y0fkIkyF / hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPluUsXQA + xtrn13k / c4LOsOxFwYIRK <nl> - Q26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYIKwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRw <nl> - Oi8vd3d3LmFjY3YuZXMvZmlsZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEu <nl> - Y3J0MB8GCCsGAQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 <nl> - VuqB5TbMjB4 / vTAPBgNVHRMBAf8EBTADAQH / MB8GA1UdIwQYMBaAFNKHtOPfNyeTVfZW6oHlNsyM <nl> - Hj + 9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIGCCsGAQUFBwICMIIBFB6CARAA <nl> - QQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUAcgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBh <nl> - AO0AegAgAGQAZQAgAGwAYQAgAEEAQwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUA <nl> - YwBuAG8AbABvAGcA7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBj <nl> - AHQAcgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAAQwBQAFMA <nl> - IABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUAczAwBggrBgEFBQcCARYk <nl> - aHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2MuaHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0 <nl> - dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRtaW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2 <nl> - MV9kZXIuY3JsMA4GA1UdDwEB / wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZI <nl> - hvcNAQEFBQADggIBAJcxAp / n / UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdpD70E <nl> - R9m + 27Up2pvZrqmZ1dM8MJP1jaGo / AaNRPTKFpV8M9xii6g3 + CfYCS0b78gUJyCpZET / LtZ1qmxN <nl> - YEAZSUNUY9rizLpm5U9EelvZaoErQNV / + QEnWCzI7UiRfD + mAM / EKXMRNt6GGT6d7hmKG9Ww7Y49 <nl> - nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepDvV + JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJ <nl> - TS + xJlsndQAJxGJ3KQhfnlmstn6tn1QwIgPBHnFk / vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3 <nl> - sCPdK6jT2iWH7ehVRE2I9DZ + hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h <nl> - I6zppSSMEYCUWqKiuUnSwdzRp + 0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szAh1xA2syVP1Xg <nl> - Nce4hL60Xc16gwFy7ofmXx2utYXGJt / mwZrpHgJHnyqobalbz + xFd3 + YJ5oyXSrjhO7FmGYvliAd <nl> - 3djDJ9ew + f7Zfc3Qn48LFFhRny + Lwzgt3uiP1o2HpPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3p <nl> - EfbRD0tVNEYqi4Y7 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - TWCA Global Root CA <nl> - = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcxEjAQBgNVBAoT <nl> - CVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMTVFdDQSBHbG9iYWwgUm9vdCBD <nl> - QTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQK <nl> - EwlUQUlXQU4tQ0ExEDAOBgNVBAsTB1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3Qg <nl> - Q0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2C <nl> - nJfF10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz0ALfUPZV <nl> - r2YOy + BHYC8rMjk1Ujoog / h7FsYYuGLWRyWRzvAZEk2tY / XTP3VfKfChMBwqoJimFb3u / Rk28OKR <nl> - Q4 / 6ytYQJ0lM793B8YVwm8rqqFpD / G2Gb3PpN0Wp8DbHzIh1HrtsBv + baz4X7GGqcXzGHaL3SekV <nl> - tTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1W <nl> - KKD + u4ZqyPpcC1jcxkt2yKsi2XMPpfRaAok / T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99 <nl> - sy2sbZCilaLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYPoA / p <nl> - yJV / v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQABDzfuBSO6N + pjWxn <nl> - kjMdwLfS7JLIvgm / LCkFbwJrnu + 8vyq8W8BQj0FwcYeyTbcEqYSjMq + u7msXi7Kx / mzhkIyIqJdI <nl> - zshNy / MGz19qCkKxHh53L46g5pIOBvwFItIm4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMC <nl> - AQYwDwYDVR0TAQH / BAUwAwEB / zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu + WHdXltdkCY4QWwa6g <nl> - cFGn90xHNcgL1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt + i0trEfJdLjbDorMjupWkEmQqSpqsn <nl> - LhpNgb + E1HAerUf + / UqdM + DyucRFCCEK2mlpc3INvjT + lIutwx4116KD7 + U4x6WFH6vPNOw / KP4M <nl> - 8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNoRI2T9GRwoD2dKAXDOXC4Ynsg <nl> - / eTb6QihuJ49CcdP + yz4k3ZB3lLg4VfSnQO8d57 + nile98FRYB / e2guyLXW3Q0iT5 / Z5xoRdgFlg <nl> - lPx4mI88k1HtQJAH32RjJMtOcQWh15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryP <nl> - A9gK8kxkRr05YuWW6zRjESjMlfGt7 + / cgFhI6Uu46mWs6fyAtbXIRfmswZ / ZuepiiI7E8UuDEq3m <nl> - i4TWnsLrgxifarsbJGAzcMzs9zLzXNl5fe + epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5jwa19hAM8 <nl> - EHiGG3njxPPyBJUgriOCxLM6AGK / 5jYk4Ve6xx6QddVfP5VhK8E7zeWzaGHQRiapIVJpLesux + t3 <nl> - zqY6tQMzT3bR51xUAV3LePTJDL / PEo4XLSNolOer / qmyKwbQBM0 = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - TeliaSonera Root CA v1 <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFODCCAyCgAwIBAgIRAJW + FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAwNzEUMBIGA1UE <nl> - CgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJvb3QgQ0EgdjEwHhcNMDcxMDE4 <nl> - MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYDVQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwW <nl> - VGVsaWFTb25lcmEgUm9vdCBDQSB2MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK + <nl> - 6yfwIaPzaSZVfp3FVRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t + XmfHnqjLWCi65ItqwA <nl> - 3GV17CpNX8GH9SBlK4GoRz6JI5UwFpB / 6FcHSOcZrr9FZ7E3GwYq / t75rH2D + 1665I + XZ75Ljo1k <nl> - B1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x + / jXh7VB7qTCNGdMJjmhn <nl> - Xb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxH <nl> - oLs1iuKYaIu + 5b9y7tL6pe0S7fyYGKkmdtwoSxAgHNN / Fnct7W + A90m7UwW7XWjH1Mh1Fj + JWov3 <nl> - F0fUTPHSiXk + TT2YqGHeOh7S + F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJ <nl> - oWjiUIMusDor8zagrC / kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4pgd7 <nl> - gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe / a6hBle3rQf5 + ztCo3O3CLm1u5K7fsslESl1MpWtTwEhDc <nl> - TwK7EpIvYtQ / aUN8Ddb8WHUBiJ1YFkveupD / RwGJBmr2X7KQarMCpgKIv7NHfirZ1fpoeDVNAgMB <nl> - AAGjPzA9MA8GA1UdEwEB / wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qW <nl> - DNXr + nuqF + gTEjANBgkqhkiG9w0BAQUFAAOCAgEAvuRcYk4k9AwI / / DTDGjkk0kiP0Qnb7tt3oNm <nl> - zqjMDfz1mgbldxSR651Be5kqhOX / / CHBXfDkH1e3damhXwIm / 9fH907eT / j3HEbAek9ALCI18Bmx <nl> - 0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr / DlZJLo961gzmJ1TjTQpgcmLNkQfW <nl> - pb / ImWvtxBnmq0wROMVvMeJuScg / doAmAyYp4Db29iBT4xdwNBedY2gea + zDTYa4EzAvXUYNR0PV <nl> - G6pZDrlcjQZIrXSHX8f8MVRBE + LHIQ6e4B4N4cB7Q4WQxYpYxmUKeFfyxiMPAdkgS94P + 5KFdSpc <nl> - c41teyWRyu5FrgZLAMzTsVlQ2jqIOylDRl6XK1TOU2 + NSueW + r9xDkKLfP0ooNBIytrEgUy7onOT <nl> - JsjrDNYmiLbAJM + 7vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2 <nl> - qReWt88NkvuOGKmYSdGe / mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcnHL / EVlP6 <nl> - Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD / GKvvZt5y11ubQ2egZixVxSK236thZiNSQvxaz2ems <nl> - WWFUyBy6ysHK4bkgTI86k4mloMy / 0 / Z1pHWWbVY = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - E - Tugra Certification Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIGSzCCBDOgAwIBAgIIamg + nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNVBAYTAlRSMQ8w <nl> - DQYDVQQHDAZBbmthcmExQDA + BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamls <nl> - ZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN <nl> - ZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMw <nl> - NTEyMDk0OFoXDTIzMDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmEx <nl> - QDA + BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxl <nl> - cmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQD <nl> - DB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8A <nl> - MIICCgKCAgEA4vU / kwVRHoViVF56C / UYB4Oufq9899SKa6VjQzm5S / fDxmSJPZQuVIBSOTkHS0vd <nl> - hQd2h8y / L5VMzH2nPbxHD5hw + IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I + XawGb1Q5K <nl> - CKpbknSFQ9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEoq1 + g <nl> - ElIwcxmOj + GMB6LDu0rw6h8VqO4lzKRG + Bsi77MOQ7osJLjFLFzUHPhdZL3Dk14opz8n8Y4e0ypQ <nl> - BaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcHfC425lAcP9tDJMW / hkd5s3kc91r0 <nl> - E + xs + D / iWR + V7kI + ua2oMoVJl0b + SzGPWsutdEcf6ZG33ygEIqDUD13ieU / qbIWGvaimzuT6w + Gz <nl> - rt48Ue7LE3wBf4QOXVGUnhMMti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF / / vkUAq <nl> - jqFGOjGY5RH8zLtJVor8udBhmm9lbObDyz51Sf6Pp + KJxWfXnUYTTjF2OySznhFlhqt / 7x3U + Lzn <nl> - rFpct1pHXFXOVbQicVtbC / DP3KBhZOqp12gKY6fgDT + gr9Oq0n7vUaDmUStVkhUXU8u3Zg5mTPj5 <nl> - dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6Jyr + zE7S6E5UMA8GA1UdEwEB <nl> - / wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5XPonKv7MTtLoTlQwDgYDVR0PAQH / BAQDAgEG <nl> - MA0GCSqGSIb3DQEBCwUAA4ICAQAFNzr0TbdF4kV1JI + 2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAK <nl> - kEh47U6YA5n + KGCRHTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL / u6Au / U5Mh / jO <nl> - XKqYGwXgAEZKgoClM4so3O0409 / lPun + + 1ndYYRP0lSWE2ETPo + Aab6TR7U1Q9Jauz1c77NCR807 <nl> - VRMGsAnb / WP2OogKmW9 + 4c4bU2pEZiNRCHu8W1Ki / QY3OEBhj0qWuJA3 + GbHeJAAFS6LrVE1Uweo <nl> - a2iu + U48BybNCAVwzDk / dr2l02cmAYamU9JgO3xDf1WKvJUawSg5TB9D0pH0clmKuVb8P7Sd2nCc <nl> - dlqMQ1DujjByTd / / SffGqWfZbawCEeI6FiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6 / 86WiLEV <nl> - KV0jq9BgoRJP3vQXzTLlyb / IQ639Lo7xr + L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq + ux0orJ23gT <nl> - Dx4JnW2PAJ8C2sH6H3p6CcRK5ogql5 + Ji / 03X186zjhZhkuvcQu02PJwT58yE + Owp1fl2tpDy4Q0 <nl> - 8ijE6m30Ku / Ba3ba + 367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8dNL / + I5c30jn6PQ0G <nl> - C7TbO6Orb1wdtn7os4I07QZcJA = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - T - TeleSec GlobalRoot Class 2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoM <nl> - IlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBU <nl> - cnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgx <nl> - MDAxMTA0MDE0WhcNMzMxMDAxMjM1OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lz <nl> - dGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBD <nl> - ZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0GCSqGSIb3 <nl> - DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX + hzkeXaXPSi5kfl82hVYAUdAqSzm1nzHoqvNK38DcLZ <nl> - SBnuaY / JIPwhqgcZ7bBcrGXHX + 0CfHt8LRvWurmAwhiCFoT6ZrAIxlQjgeTNuUk / 9k9uN0goOA / F <nl> - vudocP05l03Sx5iRUKrERLMjfTlH6VJi1hKTXrcxlkIF + 3anHqP1wvzpesVsqXFP6st4vGCvx970 <nl> - 2cu + fjOlbpSD8DT6IavqjnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGV <nl> - WOHAD3bZwI18gfNycJ5v / hqO2V81xrJvNHy + SE / iWjnX2J14np + GPgNeGYtEotXHAgMBAAGjQjBA <nl> - MA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgEGMB0GA1UdDgQWBBS / WSA2AHmgoCJrjNXy <nl> - YdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhyNsZt + U2e + iKo4YFWz827n + qrkRk4 <nl> - r6p8FU3ztqONpfSO9kSpp + ghla0 + AGIWiPACuvxhI + YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNf <nl> - vNoBYimipidx5joifsFvHZVwIEoHNN / q / xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR <nl> - 3p1m0IvVVGb6g1XqfMIpiRvpb7PO4gWEyS8 + eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN <nl> - 9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO / nBudMNva0Bkuqjzx + zOAduTNrRlPBSeOE6Fuwg = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Atos TrustedRoot 2011 <nl> - = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDdzCCAl + gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UEAwwVQXRvcyBU <nl> - cnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0xMTA3MDcxNDU4 <nl> - MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMMFUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsG <nl> - A1UECgwEQXRvczELMAkGA1UEBhMCREUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCV <nl> - hTuXbyo7LjvPpvMpNb7PGKw + qtn4TaA + Gke5vJrf8v7MPkfoepbCJI419KkM / IL9bcFyYie96mvr <nl> - 54rMVD6QUM + A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2 + yj5vdHLqqjAqc2K + SZFhyBH + <nl> - DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ / H3NYkQ4J7sVaE3IqKHBAUsR320 <nl> - HLliKWYoyrfhk / WklAOZuXCFteZI6o1Q / NnezG8HDt0Lcp2AMBYHlT8oDv3FdU9T1nSatCQujgKR <nl> - z3bFmx5VdJx4IbHwLfELn8LVlhgf8FQieowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7R <nl> - l + lwrrw7GWzbITAPBgNVHRMBAf8EBTADAQH / MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZ <nl> - bNshMBgGA1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH / BAQDAgGGMA0GCSqGSIb3DQEB <nl> - CwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk + j57sj1O7Z8jvZfza1zv7v1Apt + h <nl> - k6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj / 5kPDpFrdRbhIfzYJsdHt6bPWHJxfrrh <nl> - TZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pcmaHFCN795trV1lpFDMS3wrUU77QR / w4VtfX128a9 <nl> - 61qn8FYiqTxlVMYVqL2Gns2Dlmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96 + RapNLbxc3G <nl> - 3mB / ufNPRJLvKrcYPqcZ2Qt9sTdBQrC6YB3y / gkRsPCHe6ed <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - QuoVadis Root CA 1 G3 <nl> - = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQELBQAwSDELMAkG <nl> - A1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAcBgNVBAMTFVF1b1ZhZGlzIFJv <nl> - b3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJN <nl> - MRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEg <nl> - RzMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakE <nl> - PBtVwedYMB0ktMPvhd6MLOHBPd + C5k + tR4ds7FtJwUrVu4 / sh6x / gpqG7D0DmVIB0jWerNrwU8lm <nl> - PNSsAgHaJNM7qAJGr6Qc4 / hzWHa39g6QDbXwz8z6 + cZM5cOGMAqNF34168Xfuw6cwI2H44g4hWf6 <nl> - Pser4BOcBRiYz5P1sZK0 / CPTz9XEJ0ngnjybCKOLXSoh4Pw5qlPafX7PGglTvF0FBM + hSo + LdoIN <nl> - ofjSxxR3W5A2B4GbPgb6Ul5jxaYA / qXpUhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G / l <nl> - g6AnhF4EwfWQvTA9xO + oabw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV <nl> - 7qJZjqlc3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg + qInYtyaEQHeTTRCOQiJ / GKubX <nl> - 9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSthfbZxbGL0eUQMk1f <nl> - iyA6PEkfM4VZDdvLCXVDaXP7a3F98N / ETH3Goy7IlXnLc6KOTk0k + 17kBL5yG6YnLUlamXrXXAkg <nl> - t3 + UuU / xDRxeiEIbEbfnkduebPRq34wGmAOtzCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTAD <nl> - AQH / MA4GA1UdDwEB / wQEAwIBBjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZI <nl> - hvcNAQELBQADggIBABj6W3X8PnrHX3fHyt / PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC <nl> - MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT + 3Btrm0DWHMY37XLneMlhwqI2hrhVd2cDMT / uFPpiN3 <nl> - GPoajOi9ZcnPP / TJF9zrx7zABC4tRi9pZsMbj / 7sPtPKlL92CiUNqXsCHKnQO18LwIE6PWThv6ct <nl> - Tr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5YCgtW2jgFqlmgiNR9etT2DGbe + m3nUvriBbP <nl> - + V04ikkwj + 3x6xn0dxoxGE1nVGwvb2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh <nl> - 3jRJjehZrJ3ydlo28hP0r + AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ + p6Q9pxyz0fa <nl> - wx / kNSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S + H5GYQd1aJQzEH7QRTDvdbJWqNjZgKAvQU6 <nl> - O0ec7AAmTPWIUb + oI38YB7AL7YsmoWTTYUrrXJ / es69nA7Mf3W1daWhpq1467HxpvMc7hU6eFbm0 <nl> - FU / DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFtnh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOV <nl> - hMJKzRwuJIczYOXD <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - QuoVadis Root CA 2 G3 <nl> - = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQELBQAwSDELMAkG <nl> - A1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAcBgNVBAMTFVF1b1ZhZGlzIFJv <nl> - b3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJN <nl> - MRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIg <nl> - RzMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g / Ruv5r + LrI3HimtFh <nl> - ZiFfqq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t / x8Vf9WVHhLL5hSEBMHfNrMWn4rjyduY <nl> - NM7YMxcoRvynyfDStNVNCXJJ + fKH46nafaF9a7I6JaltUkSs + L5u + 9ymc5GQYaYDFCDy54ejiK2t <nl> - oIz / pgslUiXnFgHVy7g1gQyjO / Dh4fxaXc6AcW34Sas + O7q414AB + 6XrW7PFXmAqMaCvN + ggOp + o <nl> - MiwMzAkd056OXbxMmO7FGmh77FOm6RQ1o9 / NgJ8MSPsc9PG / Srj61YxxSscfrf5BmrODXfKEVu + l <nl> - V0POKa2Mq1W / xPtbAd0jIaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZo <nl> - L1NesNKqIcGY5jDjZ1XHm26sGahVpkUG0CM62 + tlXSoREfA7T8pt9DTEceT / AFr2XK4jYIVz8eQQ <nl> - sSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43ehvNURG3YBZwjgQQvD <nl> - 6xVu + KQZ2aKrr + InUlYrAoosFCT5v0ICvybIxo / gbjh9Uy3l7ZizlWNof / k19N + IxWA1ksB8aRxh <nl> - lRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALGcC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTAD <nl> - AQH / MA4GA1UdDwEB / wQEAwIBBjAdBgNVHQ4EFgQU7edvdlq / YOxJW8ald7tyFnGbxD0wDQYJKoZI <nl> - hvcNAQELBQADggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11 + ShdyLyZm3tdquXK4Qr36LLTn91nMX66 <nl> - AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA / ohGHqPHKmd + RCroijQ1h5fq7K <nl> - pVMNqT1wvSAZYaRsOPxDMuHBR / / 47PERIjKWnML2W2mWeyAMQ0GaW / ZZGYjeVYg3UQt4XAoeo0L9 <nl> - x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4nlv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgz <nl> - dWqTHBLmYF5vHX / JHyPLhGGfHoJE + V + tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6X <nl> - U / IyAgkwo1jwDQHVcsaxfGl7w / U2Rcxhbl5MlMVerugOXou / 983g7aEOGzPuVBj + D77vfoRrQ + Nw <nl> - mNtddbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv / 9YUZINJ0gpnIdsPNWNgKCLjsZWD <nl> - zYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT / 8twNJAlvIJebiVDj1eYeMHVOyToV7BjjHLPj4sHKN <nl> - JeV3UvQDHEimUF + IIDBu8oJDqz2XhOdT + yHBTw8imoa4WSr2Rz0ZiC3oheGe7IUIarFsNMkd7Egr <nl> - O3jtZsSOeWmD3n + M <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - QuoVadis Root CA 3 G3 <nl> - = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFYDCCA0igAwIBAgIULvWbAiin23r / 1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQELBQAwSDELMAkG <nl> - A1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAcBgNVBAMTFVF1b1ZhZGlzIFJv <nl> - b3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJN <nl> - MRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMg <nl> - RzMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ / aEzHs286 <nl> - IxSR / xl / pcqs7rN2nXrpixurazHb + gtTTK / FpRp5PIpM / 6zfJd5O2YIyC0TeytuMrKNuFoM7pmRL <nl> - Mon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXRU7Ox7sWTaYI + FrUoRqHe <nl> - 6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs + cra1AdHkrAj80 / / ogaX3T7mH1urPnMNA3 <nl> - I4ZyYUUpSFlob3emLoG + B01vr87ERRORFHAGjx + f + IdpsQ7vw4kZ6 + ocYfx6bIrc1gMLnia6Et3U <nl> - VDmrJqMz6nWB2i3ND0 / kA9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f7 <nl> - 5li59wzweyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634RylsSqi <nl> - Md5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht + KPZ0 / l7DxMYIBpVzgeAVuNVejH38DM <nl> - dyM0SXV89pgR6y3e7UEuFAUCf + D + IOs15xGsIs5XPd7JMG0QA4XN8f + MFrXBsj6IbGB / kE + V9 / Yt <nl> - rQE5BwT6dYB9v0lQ7e / JxHwc64B + 27bQ3RP + ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTAD <nl> - AQH / MA4GA1UdDwEB / wQEAwIBBjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZI <nl> - hvcNAQELBQADggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1 / AvWkyaiTt3px <nl> - KGmPc + FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM + WXzBusnIFUBhynLWcKzS <nl> - t / Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5WvvoxXqA / 4Ti2Tk08HS6IT7SdEQ <nl> - TXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFgu / BYpbWcC / ePIlUnwEsBbTuZDdQdm2NnL9Du <nl> - DcpmvJRPpq3t / O5jrFc / ZSXPsoaP0Aj / uHYUbt7lJ + yreLVTubY / 6CD50qi + YUbKh4yE8 / nxoGib <nl> - Ih6BJpsQBJFxwAYf3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH / MyJnmD <nl> - hPbl8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9 + Sb3H6QrG2vd + DhcI00iX <nl> - 0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN / VnIn9HNPlopNLk9hM6xZdRZkZFW <nl> - dSHBd575euFgndOtBBj0fOtek49TSiIp + EgrPk2GrFt / ywaZWWDYWGWVjUTR939 + J399roD1B0y2 <nl> - PpxxVJkES / 1Y + Zj0 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - DigiCert Assured ID Root G2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDljCCAn6gAwIBAgIQC5McOtY5Z + pnI7 / Dr5r0SzANBgkqhkiG9w0BAQsFADBlMQswCQYDVQQG <nl> - EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSQw <nl> - IgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgw <nl> - MTE1MTIwMDAwWjBlMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQL <nl> - ExB3d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIw <nl> - ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz + GoeMVSAn61UQbVH <nl> - 35ao1K + ALbkKz3X9iaV9JPrjIgwrvJUXCzO / GU1BBpAAvQxNEP4HteccbiJVMWWXvdMX0h5i89vq <nl> - bFCMP4QMls + 3ywPgym2hFEwbid3tALBSfK + RbLE4E9HpEgjAALAcKxHad3A2m67OeYfcgnDmCXRw <nl> - VWmvo2ifv922ebPynXApVfSr / 5Vh88lAbx3RvpO704gqu52 / clpWcTs / 1PPRCv4o76Pu2ZmvA9OP <nl> - YLfykqGxvYmJHzDNw6YuYjOuFgJ3RFrngQo8p0Quebg / BLxcoIfhG69Rjs3sLPr4 / m3wOnyqi + Rn <nl> - lTGNAgMBAAGjQjBAMA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgGGMB0GA1UdDgQWBBTO <nl> - w0q5mVXyuNtgv6l + vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPIQW5pJ6d1Ee88hjZv <nl> - 0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I0jJmwYrA8y8678Dj1JGG0VDjA9tz <nl> - d29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4GnilmwORGYQRI + tBev4eaymG + g3NJ1TyWGqolKvSnAW <nl> - hsI6yLETcDbYz + 70CjTVW0z9B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0M <nl> - jomZmWzwPDCvON9vvKO + KSAnq3T / EyJ43pdSVR6DtVQgA + 6uwE9W3jfMw3 + qBCe703e4YtsXfJwo <nl> - IhNzbM8m9Yop5w = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - DigiCert Assured ID Root G3 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIICRjCCAc2gAwIBAgIQC6Fa + h3foLVJRK / NJKBs7DAKBggqhkjOPQQDAzBlMQswCQYDVQQGEwJV <nl> - UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSQwIgYD <nl> - VQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1 <nl> - MTIwMDAwWjBlMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 <nl> - d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQ <nl> - BgcqhkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg / WPuNsVepRC0FFfLvC / 8QdJ + 1YlJfZn4f5dwb <nl> - RXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp + CW7if17QRSAPWXYQ1qAk8C3eNvJs <nl> - KTmjQjBAMA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgF <nl> - UaFNN6KDec6NHSrkhDAKBggqhkjOPQQDAwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5Fy <nl> - YZ5eEJJZVrmDxxDnOOlYJjZ91eQ0hjkCMHw2U / Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy <nl> - 1vUhZscv6pZjamVFkpUBtA = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - DigiCert Global Root G2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBhMQswCQYDVQQG <nl> - EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSAw <nl> - HgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUx <nl> - MjAwMDBaMGExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 <nl> - dy5kaWdpY2VydC5jb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkq <nl> - hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX / RrohCgiN9RlUyfuI2 / Ou8jqJ <nl> - kTx65qsGGmvPrC3oXgkkRLpimn7Wo6h + 4FR1IAWsULecYxpsMNzaHxmx1x7e / dfgy5SDN67sH0NO <nl> - 3Xss0r0upS / kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQq2EGnI / yuum06ZIya7XzV + hdG82MHauV <nl> - BJVJ8zUtluNJbd134 / tJS7SsVQepj5WztCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyM <nl> - UNGPHgm + F6HmIcr9g + UQvIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQAB <nl> - o0IwQDAPBgNVHRMBAf8EBTADAQH / MA4GA1UdDwEB / wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV5uNu <nl> - 5g / 6 + rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY1Yl9PMWLSn / pvtsr <nl> - F9 + wX3N3KjITOYFnQoQj8kVnNeyIv / iPsGEMNKSuIEyExtv4NeF22d + mQrvHRAiGfzZ0JFrabA0U <nl> - WTW98kndth / Jsw1HKj2ZL7tcu7XUIOGZX1NGFdtom / DzMNU + MeKNhJ7jitralj41E6Vf8PlwUHBH <nl> - QRFXGU7Aj64GxJUTFy8bJZ918rGOmaFvE7FBcf6IKshPECBV1 / MUReXgRPTqh5Uykw7 + U0b6LJ3 / <nl> - iyK5S9kJRaTepLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl <nl> - MrY = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - DigiCert Global Root G3 <nl> - = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQswCQYDVQQGEwJV <nl> - UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSAwHgYD <nl> - VQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAw <nl> - MDBaMGExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k <nl> - aWdpY2VydC5jb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0C <nl> - AQYFK4EEACIDYgAE3afZu4q4C / sLfyHS8L6 + c / MzXRq8NOrexpu80JX28MzQC7phW1FGfp4tn + 6O <nl> - YwwX7Adw9c + ELkCDnOg / QW07rdOkFFk2eJ0DQ + 4QE2xy3q6Ip6FrtUPOZ9wj / wMco + I + o0IwQDAP <nl> - BgNVHRMBAf8EBTADAQH / MA4GA1UdDwEB / wQEAwIBhjAdBgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNp <nl> - Yim8S8YwCgYIKoZIzj0EAwMDaAAwZQIxAK288mw / EkrRLTnDCgmXc / SINoyIJ7vmiI1Qhadj + Z4y <nl> - 3maTD / HMsQmP3Wyr + mt / oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34 <nl> - VOKa5Vt8sycX <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - DigiCert Trusted Root G4 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBiMQswCQYDVQQG <nl> - EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSEw <nl> - HwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1 <nl> - MTIwMDAwWjBiMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 <nl> - d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0G <nl> - CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC / 5pBzaN675F1KPDAiMGkz7MKnJS7JIT3yithZwuEp <nl> - pz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F / WBTxSD1Ifxp4VpX6 + n6lXFllVcq9o <nl> - k3DCsrp1mWpzMpTREEQQLt + C8weE5nQ7bXHiLQwb7iDVySAdYyktzuxeTsiT + CFhmzTrBcZe7Fsa <nl> - vOvJz82sNEBfsXpm7nfISKhmV1efVFiODCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGY <nl> - QJB5w3jHtrHEtWoYOAMQjdjUN6QuBX2I9YI + EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6 <nl> - MUSaM0C / CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCiEhtm <nl> - mnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt + wJS00mFt6zPZxd9LBADMfRyVw4 / 3IbKyEbe7 <nl> - f / LVjHAsQWCqsWMYRJUadmJ + 9oCw + + hkpjPRiQfhvbfmQ6QYuKZ3AeEPlAwhHbJUKSWJbOUOUlFH <nl> - dL4mrLZBdd56rF + NP8m800ERElvlEFDrMcXKchYiCd98THU / Y + whX8QgUWtvsauGi0 / C1kVfnSD8 <nl> - oR7FwI + isX4KJpn15GkvmB0t9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH / MA4GA1Ud <nl> - DwEB / wQEAwIBhjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP + e6mK4cD08wDQYJKoZIhvcNAQEMBQAD <nl> - ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5 / ZpKmbnJeFwMDF / k5hQpVgs2SV1EY + CtnJYY <nl> - ZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd + SeuMIW59mdNOj6PWTkiU0Tr <nl> - yF0Dyu1Qen1iIQqAyHNm0aAFYF / opbSnr6j3bTWcfFqK1qI4mfN4i / RN0iAL3gTujJtHgXINwBQy <nl> - 7zBZLq7gcfJW5GqXb5JQbZaNaHqasjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iah <nl> - ixTXTBmyUEFxPT9NcCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN <nl> - 5r5N0XWs0Mr7QbhDparTwwVETyw2m + L64kW4I1NsBm9nVX9GtUw / bihaeSbSpKhil9Ie4u1Ki7wb <nl> - / UdKDd9nZn6yW0HQO + T0O / QEY + nvwlQAUaCKKsnOeMzV6ocEGLPOr0mIr / OSmbaz5mEP0oUA51Aa <nl> - 5BuVnRmhuZyxm7EAHu / QD09CbMkKvO5D + jpxpchNJqU1 / YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tK <nl> - G48BtieVU + i2iW1bvGjUI + iLUaJW + fCmgKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP <nl> - 82Z + <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - COMODO RSA Certification Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIF2DCCA8CgAwIBAgIQTKr5yttjb + Af907YWwOGnTANBgkqhkiG9w0BAQwFADCBhTELMAkGA1UE <nl> - BhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgG <nl> - A1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlv <nl> - biBBdXRob3JpdHkwHhcNMTAwMTE5MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMC <nl> - R0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UE <nl> - ChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBB <nl> - dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR6FSS0gpWsawNJN3Fz0Rn <nl> - dJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX / JSw8Xpz3jsARh7v8Rl8f0hj4K + j5c + ZPmNHrZ <nl> - FGvnnLOFoIJ6dq9xkNfs / Q36nGz637CC9BR + + b7Epi9Pf5l / tfxnQ3K9DADWietrLNPtj5gcFKt + <nl> - 5eNu / Nio5JIk2kNrYrhV / erBvGy2i / MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a + pG <nl> - x8cgoLEfZd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z + pUX <nl> - 2nwzV0E8jVHtC7ZcryxjGt9XyD + 86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7wqP / 0uK3pN / u6uPQL <nl> - OvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZahSL0896 + 1DSJMwBGB7FY79tOi4lu3 <nl> - sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVICu9ffUGpVRr + goyhhf3DQw6KqLCGqR84onAZFdr + C <nl> - GCe01a60y1Dma / RMhnEw6abfFobg2P9A3fvQQoh / ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5 <nl> - WdYgGq / yapiqcrxXStJLnbsQ / LBMQeXtHT1eKJ2czL + zUdqnR + WEUwIDAQABo0IwQDAdBgNVHQ4E <nl> - FgQUu69 + Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH / BAQDAgEGMA8GA1UdEwEB / wQFMAMBAf8w <nl> - DQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvlwFTPoCWOAvn9sKIN9SCYPBMt <nl> - rFaisNZ + EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM4dc + pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj + <nl> - nq6PK7o9mfjYcwlYRm6mnPTXJ9OV2jeDchzTc + CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSg <nl> - tZx8jb8uk2IntznaFxiuvTwJaP + EmzzV1gsD41eeFPfR60 / IvYcjt7ZJQ3mFXLrrkguhxuhoqEwW <nl> - sRqZCuhTLJK7oQkYdQxlqHvLI7cawiiFwxv / 0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiKboHGhfKp <nl> - pC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmckejkk9u + UJueBPSZI9FoJA <nl> - zMxZxuY67RIuaTxslbH9qh17f4a + Hg4yRvv7E491f0yLS0Zj / gA0QHDBw7mh3aZw4gSzQbzpgJHq <nl> - ZJx64SIDqZxubw5lT2yHh17zbqD5daWbQOhTsiedSrnAdyGN / 4fy3ryM7xfft0kL0fJuMAsaDk52 <nl> - 7RH89elWsn2 / x20Kk4yl0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7I <nl> - LaZRfyHBNVOFBkpdn627G190 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - USERTrust RSA Certification Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCBiDELMAkGA1UE <nl> - BhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQK <nl> - ExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNh <nl> - dGlvbiBBdXRob3JpdHkwHhcNMTAwMjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UE <nl> - BhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQK <nl> - ExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNh <nl> - dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCAEmUXNg7D2wiz <nl> - 0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ / MPans9s / B3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2j <nl> - Y0K2dvKpOyuR + OJv0OwWIJAJPuLodMkYtJHUYmTbf6MG8YgYapAiPLz + E / CHFHv25B + O1ORRxhFn <nl> - RghRy4YUVD + 8M / 5 + bJz / Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat / / O <nl> - + T23LLb2VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S + UzeQc0PzMsNT79uq <nl> - / nROacdrjGCT3sTHDN / hMq7MkztReJVni + 49Vv4M0GkPGw / zJSZrM233bkf6c0Plfg6lZrEpfDKE <nl> - Y1WJxA3Bk1QwGROs0303p + tdOmw1XNtB1xLaqUkL39iAigmTYo61Zs8liM2EuLE / pDkP2QKe6xJM <nl> - lXzzawWpXhaDzLhn4ugTncxbgtNMs + 1b / 97lc6wjOy0AvzVVdAlJ2ElYGn + SNuZRkg7zJn0cTRe8 <nl> - yexDJtC / QV9AqURE9JnnV4eeUB9XVKg + / XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6 + <nl> - eLf8ZxXhyVeEHg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y + CDwIDAQABo0IwQDAd <nl> - BgNVHQ4EFgQUU3m / WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH / BAQDAgEGMA8GA1UdEwEB / wQF <nl> - MAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPFUp / L + M + ZBn8b2kMVn54CVVeW <nl> - FPFSPCeHlCjtHzoBN6J2 / FNQwISbxmtOuowhT6KOVWKR82kV2LyI48SqC / 3vqOlLVSoGIG1VeCkZ <nl> - 7l8wXEskEVX / JJpuXior7gtNn3 / 3ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I + 8jRRa8YFWSQ <nl> - Eg9zKC7F4iRO / Fjs8PRF / iKz6y + O0tlFYQXBl2 + odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM <nl> - 8WcRiQycE0xyNN + 81XHfqnHd4blsjDwSXWXavVcStkNr / + XeTWYRUc + ZruwXtuhxkYzeSf7dNXGi <nl> - FSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr + yDZ4XUmFF0sbmZgIn / f3gZXHlKYC6SQK5MNyosycdi <nl> - yA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9 / qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9c <nl> - J2vhsE / zB + 4ALtRZh8tSQZXq9EfX7mRBVXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGw <nl> - sAvgnEzDHNb842m1R0aBL6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY / MiQu12ZIvVS5ljFH4gx <nl> - Q + 6IHdfGjjxDah2nGN59PRbxYvnKkKj9 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - USERTrust ECC Certification Authority <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDELMAkGA1UEBhMC <nl> - VVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU <nl> - aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlv <nl> - biBBdXRob3JpdHkwHhcNMTAwMjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMC <nl> - VVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU <nl> - aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlv <nl> - biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqfloI + d61SRvU8Za2EurxtW2 <nl> - 0eZzca7dnNYMYf3boIkDuAUU7FfO7l0 / 4iGzzvfUinngo4N + LZfQYcTxmdwlkWOrfzCjtHDix6Ez <nl> - nPO / LlxTsV + zfTJ / ijTjeXmjQjBAMB0GA1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNV <nl> - HQ8BAf8EBAMCAQYwDwYDVR0TAQH / BAUwAwEB / zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBB <nl> - HU6 + 4WMBzzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO / isIJxOzksU0CMQDpKmFHjFJKS04YcPbWRNZu <nl> - 9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - GlobalSign ECC Root CA - R4 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIB4TCCAYegAwIBAgIRKjikHJYKBN5CsiilC + g0mAIwCgYIKoZIzj0EAwIwUDEkMCIGA1UECxMb <nl> - R2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQD <nl> - EwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoXDTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMb <nl> - R2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQD <nl> - EwpHbG9iYWxTaWduMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEuMZ5049sJQ6fLjkZHAOkrprl <nl> - OQcJFspjsbmG + IpXwVfOQvpzofdlQv8ewQCybnMO / 8ch5RikqtlxP6jUuc6MHaNCMEAwDgYDVR0P <nl> - AQH / BAQDAgEGMA8GA1UdEwEB / wQFMAMBAf8wHQYDVR0OBBYEFFSwe61FuOJAf / sKbvu + M8k8o4TV <nl> - MAoGCCqGSM49BAMCA0gAMEUCIQDckqGgE6bPA7DmxCGXkPoUVy0D7O48027KqGx2vKLeuwIgJ6iF <nl> - JzWbVsaj8kfSt24bAgAXqmemFZHe + pTsewv4n4Q = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - GlobalSign ECC Root CA - R5 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEkMCIGA1UECxMb <nl> - R2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQD <nl> - EwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoXDTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMb <nl> - R2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQD <nl> - EwpHbG9iYWxTaWduMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb / pOdEh + J8LttV7HpI6 <nl> - SFkc8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8kehOvRnkmS <nl> - h5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH / BAUwAwEB / zAd <nl> - BgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYIKoZIzj0EAwMDaAAwZQIxAOVpEslu28Yx <nl> - uglB4Zf4 + / 2a4n0Sye18ZNPLBSWLVtmg515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO + F4CYWodZI7 <nl> - yFz9SO8NdCKoCOJuxUnOxwy8p2Fp8fc74SrL + SvzZpA3 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Staat der Nederlanden Root CA - G3 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFdDCCA1ygAwIBAgIEAJiiOTANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJOTDEeMBwGA1UE <nl> - CgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFhdCBkZXIgTmVkZXJsYW5kZW4g <nl> - Um9vdCBDQSAtIEczMB4XDTEzMTExNDExMjg0MloXDTI4MTExMzIzMDAwMFowWjELMAkGA1UEBhMC <nl> - TkwxHjAcBgNVBAoMFVN0YWF0IGRlciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5l <nl> - ZGVybGFuZGVuIFJvb3QgQ0EgLSBHMzCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAL4y <nl> - olQPcPssXFnrbMSkUeiFKrPMSjTysF / zDsccPVMeiAho2G89rcKezIJnByeHaHE6n3WWIkYFsO2t <nl> - x1ueKt6c / DrGlaf1F2cY5y9JCAxcz + bMNO14 + 1Cx3Gsy8KL + tjzk7FqXxz8ecAgwoNzFs21v0IJy <nl> - EavSgWhZghe3eJJg + szeP4TrjTgzkApyI / o1zCZxMdFyKJLZWyNtZrVtB0LrpjPOktvA9mxjeM3K <nl> - Tj215VKb8b475lRgsGYeCasH / lSJEULR9yS6YHgamPfJEf0WwTUaVHXvQ9Plrk7O53vDxk5hUUur <nl> - mkVLoR9BvUhTFXFkC4az5S6 + zqQbwSmEorXLCCN2QyIkHxcE1G6cxvx / K2Ya7Irl1s9N9WMJtxU5 <nl> - 1nus6 + N86U78dULI7ViVDAZCopz35HCz33JvWjdAidiFpNfxC95DGdRKWCyMijmev4SH8RY7Ngzp <nl> - 07TKbBlBUgmhHbBqv4LvcFEhMtwFdozL92TkA1CvjJFnq8Xy7ljY3r735zHPbMk7ccHViLVlvMDo <nl> - FxcHErVc0qsgk7TmgoNwNsXNo42ti + yjwUOH5kPiNL6VizXtBznaqB16nzaeErAMZRKQFWDZJkBE <nl> - 41ZgpRDUajz9QdwOWke275dhdU / Z / seyHdTtXUmzqWrLZoQT1Vyg3N9udwbRcXXIV2 + vD3dbAgMB <nl> - AAGjQjBAMA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgEGMB0GA1UdDgQWBBRUrfrHkleu <nl> - yjWcLhL75LpdINyUVzANBgkqhkiG9w0BAQsFAAOCAgEAMJmdBTLIXg47mAE6iqTnB / d6 + Oea31BD <nl> - U5cqPco8R5gu4RV78ZLzYdqQJRZlwJ9UXQ4DO1t3ApyEtg2YXzTdO2PCwyiBwpwpLiniyMMB8jPq <nl> - KqrMCQj3ZWfGzd / TtiunvczRDnBfuCPRy5FOCvTIeuXZYzbB1N / 8Ipf3YF3qKS9Ysr1YvY2WTxB1 <nl> - v0h7PVGHoTx0IsL8B3 + A3MSs / mrBcDCw6Y5p4ixpgZQJut3 + TcCDjJRYwEYgr5wfAvg1VUkvRtTA <nl> - 8KCWAg8zxXHzniN9lLf9OtMJgwYh / WA9rjLA0u6NpvDntIJ8CsxwyXmA + P5M9zWEGYox + wrZ13 + b <nl> - 8KKaa8MFSu1BYBQw0aoRQm7TIwIEC8Zl3d1Sd9qBa7Ko + gE4uZbqKmxnl4mUnrzhVNXkanjvSr0r <nl> - mj1AfsbAddJu + 2gw7OyLnflJNZoaLNmzlTnVHpL3prllL + U9bTpITAjc5CgSKL59NVzq4BZ + Extq <nl> - 1z7XnvwtdbLBFNUjA9tbbws + eC8N3jONFrdI54OagQ97wUNNVQQXOEpR1VmiiXTTn74eS9fGbbeI <nl> - JG9gkaSChVtWQbzQRKtqE77RLFi3EjNYsjdj3BP1lB0 / QFH1T / U67cjF68IeHRaVesd + QnGTbksV <nl> - tzDfqu1XhUisHWrdOWnk4Xl4vs4Fv6EM94B7IWcnMFk = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Staat der Nederlanden EV Root CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFcDCCA1igAwIBAgIEAJiWjTANBgkqhkiG9w0BAQsFADBYMQswCQYDVQQGEwJOTDEeMBwGA1UE <nl> - CgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSkwJwYDVQQDDCBTdGFhdCBkZXIgTmVkZXJsYW5kZW4g <nl> - RVYgUm9vdCBDQTAeFw0xMDEyMDgxMTE5MjlaFw0yMjEyMDgxMTEwMjhaMFgxCzAJBgNVBAYTAk5M <nl> - MR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRl <nl> - cmxhbmRlbiBFViBSb290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA48d + ifkk <nl> - SzrSM4M1LGns3Amk41GoJSt5uAg94JG6hIXGhaTK5skuU6TJJB79VWZxXSzFYGgEt9nCUiY4iKTW <nl> - O0Cmws0 / zZiTs1QUWJZV1VD + hq2kY39ch / aO5ieSZxeSAgMs3NZmdO3dZ / / BYY1jTw + bbRcwJu + r <nl> - 0h8QoPnFfxZpgQNH7R5ojXKhTbImxrpsX23Wr9GxE46prfNeaXUmGD5BKyF / 7otdBwadQ8QpCiv8 <nl> - Kj6GyzyDOvnJDdrFmeK8eEEzduG / L13lpJhQDBXd4Pqcfzho0LKmeqfRMb1 + ilgnQ7O6M5HTp5gV <nl> - XJrm0w912fxBmJc + qiXbj5IusHsMX / FjqTf5m3VpTCgmJdrV8hJwRVXj33NeN / UhbJCONVrJ0yPr <nl> - 08C + eKxCKFhmpUZtcALXEPlLVPxdhkqHz3 / KRawRWrUgUY0viEeXOcDPusBCAUCZSCELa6fS / ZbV <nl> - 0b5GnUngC6agIk440ME8MLxwjyx1zNDFjFE7PZQIZCZhfbnDZY8UnCHQqv0XcgOPvZuM5l5Tnrmd <nl> - 74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH1vI4gnPah1vlPNOePqc7nvQDs / nx <nl> - fRN0Av + 7oeX6AHkcpmZBiFxgV6YuCcS6 / ZrPpx9Aw7vMWgpVSzs4dlG4Y4uElBbmVvMCAwEAAaNC <nl> - MEAwDwYDVR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFP6rAJCYniT8qcwa <nl> - ivsnuL8wbqg7MA0GCSqGSIb3DQEBCwUAA4ICAQDPdyxuVr5Os7aEAJSrR8kN0nbHhp8dB9O2tLsI <nl> - eK9p0gtJ3jPFrK3CiAJ9Brc1AsFgyb / E6JTe1NOpEyVa / m6irn0F3H3zbPB + po3u2dfOWBfoqSmu <nl> - c0iH55vKbimhZF8ZE / euBhD / UcabTVUlT5OZEAFTdfETzsemQUHSv4ilf0X8rLiltTMMgsT7B / Zq <nl> - 5SWEXwbKwYY5EdtYzXc7LMJMD16a4 / CrPmEbUCTCwPTxGfARKbalGAKb12NMcIxHowNDXLldRqAN <nl> - b / 9Zjr7dn3LDWyvfjFvO5QxGbJKyCqNMVEIYFRIYvdr8unRu / 8G2oGTYqV9Vrp9canaW2HNnh / tN <nl> - f1zuacpzEPuKqf2evTY4SUmH9A4U8OmHuD + nT3pajnnUk + S7aFKErGzp85hwVXIy + TSrK0m1zSBi <nl> - 5Dp6Z2Orltxtrpfs / J92VoguZs9btsmksNcFuuEnL5O7Jiqik7Ab846 + HUCjuTaPPoIaGl6I6lD4 <nl> - WeKDRikL40Rc4ZW2aZCaFG + XroHPaO + Zmr615 + F / + PoTRxZMzG0IQOeLeG9QgkRQP2YGiqtDhFZK <nl> - DyAthg710tvSeopLzaXoTvFeJiUBWSOgftL2fiFX1ye8FVdMpEbB4IMeDExNH08GGeL5qPQ6gqGy <nl> - eUN51q1veieQA6TqJIc / 2b3Z6fJfUEkc7uzXLg = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - IdenTrust Commercial Root CA 1 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBKMQswCQYDVQQG <nl> - EwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBS <nl> - b290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQwMTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzES <nl> - MBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENB <nl> - IDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU + PZ4ld <nl> - hNlT3Qwo2dfw / 66VQ3KZ + bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU + ehcCuz / <nl> - mNKvcbO0U59Oh + + SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gpS0l4PJNgiCL8mdo2yMKi <nl> - 1CxUAGc1bnO / AljwpN3lsKImesrgNqUZFvX9t + + uP0D1bVoE / c40yiTcdCMbXTMTEl3EASX2MN0C <nl> - XZ / g1Ue9tOsbobtJSdifWwLziuQkkORiT0 / Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl <nl> - 3ZBWzvurpWCdxJ35UrCLvYf5jysjCiN2O / cz4ckA82n5S6LgTrx + kzmEB / dEcH7 + B1rlsazRGMzy <nl> - NeVJSQjKVsk9 + w8YfYs7wRPCTY / JTw436R + hDmrfYi7LNQZReSzIJTj0 + kuniVyc0uMNOYZKdHzV <nl> - WYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje / 5kdX7rL6B7yuVBgwDHTc + XvvqDtMwt0viAg <nl> - xGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f + cB7D3hvl7yTmvmcEpB4eoCHFddydJxVdHix <nl> - uuFucAS6T6C6aMN7 / zHwcz09lCqxC0EOoP5NiGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMC <nl> - AQYwDwYDVR0TAQH / BAUwAwEB / zAdBgNVHQ4EFgQU7UQZwNPwBovupHu + QucmVMiONnYwDQYJKoZI <nl> - hvcNAQELBQADggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5 + U1KMtlwH <nl> - 6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0 + sLj7wM + x8uwtLRvM7Kqas6pg <nl> - ghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV + wh93nAbowacYXVKV7cndJZ5t + qnt <nl> - ozo00Fl72u1Q8zW / 7esUTTHHYPTa8Yec4kjixsU3 + wYQ + nVZZjFHKdp2mhzpgq7vmrlR94gjmmmV <nl> - YjzlVYA211QC / / G5Xc7UI2 / YRYRKW2XviQzdFKcgyxilJbQN + QHwotL0AMh0jqEqSI5l2xPE4iUX <nl> - feu + h1sXIFRRk0pTAwvsXcoz7WL9RccvW9xYoIA55vrX / hMUpu09lEpCdNTDd1lzzY9GvlU47 / ro <nl> - kTLql1gEIt44w8y8bckzOmoKaT + gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw + hG4iZZRHUe <nl> - 2XWJUc0QhJ1hYMtd + ZciTY6Y5uN / 9lu7rs3KSoFrXgvzUeF0K + l + J6fZmUlO + KWA2yUPHGNiiskz <nl> - Z2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi + wAN10J5U6A7 / qxXDgGpRtK4dw4LTzcqx + QGtVKnO7R <nl> - cGzM7vRX + Bi6hG6H <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - IdenTrust Public Sector Root CA 1 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBNMQswCQYDVQQG <nl> - EwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3Rv <nl> - ciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcNMzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJV <nl> - UzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBS <nl> - b290IENBIDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTy <nl> - P4o7ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGyRBb06tD6 <nl> - Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm + waOh7wCLPQ5CQ1B5 + ctMlSbdsHyo + 1W / CD80 / HLaXI <nl> - rcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF / YTLNiCBWS2ab21ISGHKTN9T0a9SvESf <nl> - qy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R3j6HEDbhuaR672BQssvKplbgN6 + rNBM5Jeg5ZuSYeqoS <nl> - mJxZZoY + rfGwyj4GD3vwEUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFn <nl> - ol57plzy9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph + bz27nb9cCvdKTz4Ch5bQhyLVi9VGxyh <nl> - LrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ2fjXctscvG29ZV / v <nl> - iDUqZi / u9rNl8DONfJhBaUYPQxxp + pu10GFqzcpL2UyQRqsVWaFHVCkugyhfHMKiq3IXAAaOReyL <nl> - 4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gDW / 3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8B <nl> - Af8EBAMCAQYwDwYDVR0TAQH / BAUwAwEB / zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMw <nl> - DQYJKoZIhvcNAQELBQADggIBAEf63QqwEZE4rU1d9 + UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj <nl> - t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV + rVHVDRDtfULAj + 7A <nl> - mgjVQdZcDiFpboBhDhXAuM / FSRJSzL46zNQuOAXeNf0fb7iAaJg9TaDKQGXSc3z1i9kKlT / YPyNt <nl> - GtEqJBnZhbMX73huqVjRI9PHE + 1yJX9dsXNw0H8GlwmEKYBhHfpe / 3OsoOOJuBxxFcbeMX8S3OFt <nl> - m6 / n6J91eEyrRjuazr8FGF1NFTwWmhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMx <nl> - NRF4eKLg6TCMf4DfWN88uieW4oA0beOY02QnrEh + KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4 <nl> - Mhn5 + bl53B / N66 + rDt0b20XkeucC4pVd / GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJtshquDDI <nl> - ajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhAGaQdp / lLQzfcaFpPz + vC <nl> - ZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt / q4 / i6jC8UDfv8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ <nl> - 3Wl9af0AVqW3rLatt8o + Ae + c <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Entrust Root Certification Authority - G2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMCVVMxFjAUBgNV <nl> - BAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVy <nl> - bXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ug <nl> - b25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIw <nl> - HhcNMDkwNzA3MTcyNTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoT <nl> - DUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMx <nl> - OTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25s <nl> - eTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwggEi <nl> - MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC6hLZy254Ma + KZ6TABp3bqMriVQRrJ2mFOWHLP <nl> - / vaCeb9zYQYKpSfYs1 / TRU4cctZOMvJyig / 3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXz <nl> - HHfV1IWNcCG0szLni6LVhjkCsbjSR87kyUnEO6fe + 1R9V77w6G7CebI6C1XiUJgWMhNcL3hWwcKU <nl> - s / Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ + pCm5IO2 / b1BEZQvePB7 / 1U1 + cPvQXLOZprE4y <nl> - TGJ36rfo5bs0vBmLrpxR57d + tVOxMyLlbc9wPBr64ptntoP0jaWvYkxN4FisZDQSA / i2jZRjJKRx <nl> - AgMBAAGjQjBAMA4GA1UdDwEB / wQEAwIBBjAPBgNVHRMBAf8EBTADAQH / MB0GA1UdDgQWBBRqciZ6 <nl> - 0B7vfec7aVHUbI2fkBJmqzANBgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5Z <nl> - iXMRrEPR9RP / jTkrwPK9T3CMqS / qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1 + xLlEjZivEtRh2woZ <nl> - Rkfz6 / djwUAFQKXSt / S1mja / qYh2iARVBCuch38aNzx + LaUa2NSJXsq9rD1s2G2v1fN2D807iDgi <nl> - nWyTmsQ9v4IbZT + mD12q / OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4RnAuknZoh8 / CbCzB428Hch0P + <nl> - vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmHVHOkc8KT / 1EQrBVUAdj8BbGJoX90g5pJ19xO <nl> - e4pIb4tF9g = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Entrust Root Certification Authority - EC1 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIC + TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR + TAKBggqhkjOPQQDAzCBvzELMAkGA1UEBhMCVVMx <nl> - FjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVn <nl> - YWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXpl <nl> - ZCB1c2Ugb25seTEzMDEGA1UEAxMqRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5 <nl> - IC0gRUMxMB4XDTEyMTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYw <nl> - FAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2Fs <nl> - LXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQg <nl> - dXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAt <nl> - IEVDMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHy <nl> - AsWfoPZb1YsGGYZPUxBtByQnoaD41UcZYUx9ypMn6nQM72 + WCf5j7HBdNq1nd67JnXxVRDqiY1Ef <nl> - 9eNi1KlHBz7MIKNCMEAwDgYDVR0PAQH / BAQDAgEGMA8GA1UdEwEB / wQFMAMBAf8wHQYDVR0OBBYE <nl> - FLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVCR98crlOZF7ZvHH3h <nl> - vxGU0QOIdeSNiaSKd0bebWHvAvX7td / M / k7 / / qnmpwIwW5nXhTcGtXsI / esni0qU + eH6p44mCOh8 <nl> - kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - CFCA EV ROOT <nl> - = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJDTjEwMC4GA1UE <nl> - CgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNB <nl> - IEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkxMjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEw <nl> - MC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQD <nl> - DAxDRkNBIEVWIFJPT1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnV <nl> - BU03sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpLTIpTUnrD <nl> - 7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp / Hz7KDVRM8Vz3IvHWOX6Jn5 / ZOkVIBMUtRSqy5J35DN <nl> - uF + + P96hyk0g1CXohClTt7GIH / / 62pCfCqktQT + x8Rgp7hZZLDRJGqgG16iI0gNyejLi6mhNbiyW <nl> - ZXvKWfry4t3uMCz7zEasxGPrb382KzRzEpR / 38wmnvFyXVBlWY9ps4deMm / DGIq1lY + wejfeWkU7 <nl> - xzbh72fROdOXW3NiGUgthxwG + 3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i / + Oh + uFzJlU9f <nl> - py25IGvPa931DfSCt / SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN + kWzqotaK8K <nl> - gWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB / O7ic5ARwiRIlk9oKmSJgamNgTnYGmE69g60dWIol <nl> - hdLHZR4tjsbftsbhf4oEIRUpdPA + nJCdDC7xij5aqgwJHsfVPKPtl8MeNPo4 + QgO48BdK4PRVmrJ <nl> - tqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hvcWAQUhC5wUEJ73IfZzF4 / 5YFjQIDAQABo2MwYTAf <nl> - BgNVHSMEGDAWgBTj / i39KNALtbq2osS / BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH / MA4GA1UdDwEB <nl> - / wQEAwIBBjAdBgNVHQ4EFgQU4 / 4t / SjQC7W6tqLEvwaqBYyT + y8wDQYJKoZIhvcNAQELBQADggIB <nl> - ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB / vHiyz5ewG5zz13ku9Ui20vsXiObTej / tUxPQ4i9q <nl> - ecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt / UP + TqhdLjOztUmCypAbqTuv0axn96 / Ua <nl> - 4CUqmtzHQTb3yHQFhDmVOdYLO6Qn + gjYXB74BGBSESgoA / / vU2YApUo0FmZ8 / Qmkrp5nGm9BC2sG <nl> - E5uPhnEFtC + NiWYzKXZUmhH4J / qyP5Hgzg0b8zAarb8iXRvTvyUFTeGSGn + ZnzxEk8rUQElsgIfX <nl> - BDrDMlI1Dlb4pd19xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjn <nl> - aH9dCi77o0cOPaYjesYBx4 / IXr9tgFa + iiS6M + qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN5mydLIhy <nl> - PDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe / v5WOaHIz16eGWRGENoX <nl> - kbcFgKyLmZJ956LYBws2J + dIeWCKw9cTXPhyQN9Ky8 + ZAAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3C <nl> - ekD6819kR5LLU7m7Wc5P / dAVUwHY3 + vZ5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz + Ys63su <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEJzCCAw + gAwIBAgIHAI4X / iQggTANBgkqhkiG9w0BAQsFADCBsTELMAkGA1UEBhMCVFIxDzAN <nl> - BgNVBAcMBkFua2FyYTFNMEsGA1UECgxEVMOcUktUUlVTVCBCaWxnaSDEsGxldGnFn2ltIHZlIEJp <nl> - bGnFn2ltIEfDvHZlbmxpxJ9pIEhpem1ldGxlcmkgQS7Fni4xQjBABgNVBAMMOVTDnFJLVFJVU1Qg <nl> - RWxla3Ryb25payBTZXJ0aWZpa2EgSGl6bWV0IFNhxJ9sYXnEsWPEsXPEsSBINTAeFw0xMzA0MzAw <nl> - ODA3MDFaFw0yMzA0MjgwODA3MDFaMIGxMQswCQYDVQQGEwJUUjEPMA0GA1UEBwwGQW5rYXJhMU0w <nl> - SwYDVQQKDERUw5xSS1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUgQmlsacWfaW0gR8O8dmVubGnE <nl> - n2kgSGl6bWV0bGVyaSBBLsWeLjFCMEAGA1UEAww5VMOcUktUUlVTVCBFbGVrdHJvbmlrIFNlcnRp <nl> - ZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxIEg1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB <nl> - CgKCAQEApCUZ4WWe60ghUEoI5RHwWrom / 4NZzkQqL / 7hzmAD / I0Dpe3 / a6i6zDQGn1k19uwsu537 <nl> - jVJp45wnEFPzpALFp / kRGml1bsMdi9GYjZOHp3GXDSHHmflS0yxjXVW86B8BSLlg / kJK9siArs1m <nl> - ep5Fimh34khon6La8eHBEJ / rPCmBp + EyCNSgBbGM + 42WAA4 + Jd9ThiI7 / PS98wl + d + yG6w8z5UNP <nl> - 9FR1bSmZLmZaQ9 / LXMrI5Tjxfjs1nQ / 0xVqhzPMggCTTV + wVunUlm + hkS7M0hO8EuPbJbKoCPrZV <nl> - 4jI3X / xml1 / N1p7HIL9Nxqw / dV8c7TKcfGkAaZHjIxhT6QIDAQABo0IwQDAdBgNVHQ4EFgQUVpkH <nl> - HtOsDGlktAxQR95DLL4gwPswDgYDVR0PAQH / BAQDAgEGMA8GA1UdEwEB / wQFMAMBAf8wDQYJKoZI <nl> - hvcNAQELBQADggEBAJ5FdnsXSDLyOIspve6WSk6BGLFRRyDN0GSxDsnZAdkJzsiZ3GglE9Rc8qPo <nl> - BP5yCccLqh0lVX6Wmle3usURehnmp349hQ71 + S4pL + f5bFgWV1Al9j4uPqrtd3GqqpmWRgqujuwq <nl> - URawXs3qZwQcWDD1YIq9pr1N5Za0 / EKJAWv2cMhQOQwt1WbZyNKzMrcbGW3LM / nfpeYVhDfwwvJl <nl> - lpKQd / Ct9JDpEXjXk4nAPQu6KfTomZ1yju2dL + 6SfaHx / 126M2CFYv4HAqGEVka + lgqaE9chTLd8 <nl> - B59OTj + RdPsnnRHM3eaxynFNExc5JsUpISuTKWqW + qtB4Uu2NQvAmxU = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Certinomis - Root CA <nl> - = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFkjCCA3qgAwIBAgIBATANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJGUjETMBEGA1UEChMK <nl> - Q2VydGlub21pczEXMBUGA1UECxMOMDAwMiA0MzM5OTg5MDMxHTAbBgNVBAMTFENlcnRpbm9taXMg <nl> - LSBSb290IENBMB4XDTEzMTAyMTA5MTcxOFoXDTMzMTAyMTA5MTcxOFowWjELMAkGA1UEBhMCRlIx <nl> - EzARBgNVBAoTCkNlcnRpbm9taXMxFzAVBgNVBAsTDjAwMDIgNDMzOTk4OTAzMR0wGwYDVQQDExRD <nl> - ZXJ0aW5vbWlzIC0gUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANTMCQos <nl> - P5L2fxSeC5yaah1AMGT9qt8OHgZbn1CF6s2Nq0Nn3rD6foCWnoR4kkjW4znuzuRZWJflLieY6pOo <nl> - d5tK8O90gC3rMB + 12ceAnGInkYjwSond3IjmFPnVAy / / ldu9n + ws + hQVWZUKxkd8aRi5pwP5ynap <nl> - z8dvtF4F / u7BUrJ1Mofs7SlmO / NKFoL21prbcpjp3vDFTKWrteoB4owuZH9kb / 2jJZOLyKIOSY00 <nl> - 8B / sWEUuNKqEUL3nskoTuLAPrjhdsKkb5nPJWqHZZkCqqU2mNAKthH6yI8H7KsZn9DS2sJVqM09x <nl> - RLWtwHkziOC / 7aOgFLScCbAK42C + + PhmiM1b8XcF4LVzbsF9Ri6OSyemzTUK / eVNfaoqoynHWmgE <nl> - 6OXWk6RiwsXm9E / G + Z8ajYJJGYrKWUM66A0ywfRMEwNvbqY / kXPLynNvEiCL7sCCeN5LLsJJwx3t <nl> - FvYk9CcbXFcx3FXuqB5vbKziRcxXV4p1VxngtViZSTYxPDMBbRZKzbgqg4SGm / lg0h9tkQPTYKbV <nl> - PZrdd5A9NaSfD171UkRpucC63M9933zZxKyGIjK8e2uR73r4F2iw4lNVYC2vPsKD2NkJK / DAZNuH <nl> - i5HMkesE / Xa0lZrmFAYb1TQdvtj / dBxThZngWVJKYe2InmtJiUZ + IFrZ50rlau7SZRFDAgMBAAGj <nl> - YzBhMA4GA1UdDwEB / wQEAwIBBjAPBgNVHRMBAf8EBTADAQH / MB0GA1UdDgQWBBTvkUz1pcMw6C8I <nl> - 6tNxIqSSaHh02TAfBgNVHSMEGDAWgBTvkUz1pcMw6C8I6tNxIqSSaHh02TANBgkqhkiG9w0BAQsF <nl> - AAOCAgEAfj1U2iJdGlg + O1QnurrMyOMaauo + + RLrVl89UM7g6kgmJs95Vn6RHJk / 0KGRHCwPT5iV <nl> - WVO90CLYiF2cN / z7ZMF4jIuaYAnq1fohX9B0ZedQxb8uuQsLrbWwF6YSjNRieOpWauwK0kDDPAUw <nl> - Pk2Ut59KA9N9J0u2 / kTO + hkzGm2kQtHdzMjI1xZSg081lLMSVX3l4kLr5JyTCcBMWwerx20RoFAX <nl> - lCOotQqSD7J6wWAsOMwaplv / 8gzjqh8c3LigkyfeY + N / IZ865Z764BNqdeuWXGKRlI5nU7aJ + BIJ <nl> - y29SWwNyhlCVCNSNh4YVH5Uk2KRvms6knZtt0rJ2BobGVgjF6wnaNsIbW0G + YSrjcOa4pvi2WsS9 <nl> - Iff / ql + hbHY5ZtbqTFXhADObE5hjyW / QASAJN1LnDE8 + zbz1X5YnpyACleAu6AdBBR8Vbtaw5Bng <nl> - DwKTACdyxYvRVB9dSsNAl35VpnzBMwQUAR1JIGkLGZOdblgi90AMRgwjY / M50n92Uaf0yKHxDHYi <nl> - I0ZSKS3io0EHVmmY0gUJvGnHWmHNj4FgFU2A3ZDifcRQ8ow7bkrHxuaAKzyBvBGAFhAn1 / DNP3nM <nl> - cyrDflOR1m749fPH0FFNjkulW + YZFzvWgQncItzujrnEj1PhZ7szuIgVRs / taTX / dQ1G885x4cVr <nl> - hkIGuUE = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - OISTE WISeKey Global Root GB CA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs / gjGvbCwDANBgkqhkiG9w0BAQsFADBtMQswCQYDVQQG <nl> - EwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91bmRhdGlvbiBFbmRvcnNl <nl> - ZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAw <nl> - MzJaFw0zOTEyMDExNTEwMzFaMG0xCzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYD <nl> - VQQLExlPSVNURSBGb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEds <nl> - b2JhbCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3HEokKtaX <nl> - scriHvt9OO + Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGxWuR51jIjK + FTzJlFXHtP <nl> - rby / h0oLS5daqPZI7H17Dc0hBt + eFf1Biki3IPShehtX1F1Q / 7pn2COZH8g / 497 / b1t3sWtuuMlk <nl> - 9 + HKQUYOKXHQuSP8yYFfTvdv37 + ErXNku7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06 / 4o <nl> - Qnc / nSMbsrY9gBQHTC5P99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4 + lT1ZvIiwNjeOvg <nl> - GUpuuy9rM2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH / BAUwAwEB <nl> - / zAdBgNVHQ4EFgQUNQ / INmNe4qPs + TtmFc5RUuORmj0wEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZI <nl> - hvcNAQELBQADggEBAEBM + 4eymYGQfp3FsLAmzYh7KzKNbrghcViXfa43FK8 + 5 / ea4n32cZiZBKpD <nl> - dHij40lhPnOMTZTg + XHEthYOU3gf1qKHLwI5gSk8rxWYITD + KJAAjNHhy / peyP34EEY7onhCkRd0 <nl> - VQreUGdNZtGn / / 3ZwLWoo4rOZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEui <nl> - HZeeevJuQHHfaPFlTc58Bd9TZaml8LGXBHAVRgOY1NK / VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic <nl> - Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - SZAFIR ROOT CA2 <nl> - = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDcjCCAlqgAwIBAgIUPopdB + xV0jLVt + O2XwHrLdzk1uQwDQYJKoZIhvcNAQELBQAwUTELMAkG <nl> - A1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6ZW5pb3dhIFMuQS4xGDAWBgNV <nl> - BAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkwNzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJ <nl> - BgNVBAYTAlBMMSgwJgYDVQQKDB9LcmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYD <nl> - VQQDDA9TWkFGSVIgUk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5Q <nl> - qEvNQLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5 / QqGJ3a0a4m7utT3PSQ1hNK <nl> - DJA8w / Ta0o4NkjrcsbH / ON7Dui1fgLkCvUqdGw + 0w8LBZwPd3BucPbOw3gAeqDRHu5rr / gsUvTaE <nl> - 2g0gv / pby6kWIK05YO4vdbbnl5z5Pv1 + TW9NL + + IDWr63fE9biCloBK0TXC5ztdyO4mTp4CEHCdJ <nl> - ckm1 / zuVnsHMyAHs6A6KCpbns6aH5db5BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwi <nl> - ieDhZNRnvDF5YTy7ykHNXGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0P <nl> - AQH / BAQDAgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX / hd56zwyDANBgkqhkiG9w0BAQsFAAOC <nl> - AQEAtXP4A9xZWx126aMqe5Aosk3AM0 + qmrHUuOQn / 6mWmc5G4G18TKI4pAZw8PRBEew / R40 / cof5 <nl> - O / 2kbytTAOD / OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOGnXkZ7 / e7DDWQw4rtTw / 1zBLZpD67 <nl> - oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT + ymCPoky4rc / hkA / NrgrHXXu3UNLUYfrVFdvXn4dRVOul <nl> - 4 + vJhaAlIDf7js4MNIThPIGyd05DpYhfhmehPea0XGG2Ptv + tyjFogeutcrKjSoS75ftwjCkySp6 <nl> - + / NNIxuZMzSgLvWpCz / UXeHPhJ / iGcJfitYgHuNztw = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Certum Trusted Network CA 2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN / yqXhKN6TANBgkqhkiG9w0BAQ0FADCBgDELMAkGA1UE <nl> - BhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMuQS4xJzAlBgNVBAsTHkNlcnR1 <nl> - bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIGA1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29y <nl> - ayBDQSAyMCIYDzIwMTExMDA2MDgzOTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQ <nl> - TDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENl <nl> - cnRpZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENB <nl> - IDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9 + Xj45tWADGSdhhuWZGc / IjoedQF9 <nl> - 7 / tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn0 + i6MLs + CRqnSZXvK0AkwpfHp + 6bJe + o <nl> - CgCXhVqqndwpyeI1B + twTUrWwbNWuKFBOJvR + zF / j + Bf4bE / D44WSWDXBo0Y + aomEKsq09DRZ40b <nl> - Rr5HMNUuctHFY9rnY3lEfktjJImGLjQ / KUxSiyqnwOKRKIm5wFv5HdnnJ63 / mgKXwcZQkpsCLL2p <nl> - uTRZCr + ESv / f / rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV + SQgkK7QtbwYeDBoz1mo130 <nl> - GO6IyY0XRSmZMnUCMe4pJshrAua1YkV / NxVaI2iJ1D7eTiew8EAMvE0Xy02isx7QBlrd9pPPV3WZ <nl> - 9fqGGmd4s7 + W / jTcvedSVuWz5XV710GRBdxdaeOVDUO5 / IOWOZV7bIBaTxNyxtd9KXpEulKkKtVB <nl> - Rgkg / iKgtlswjbyJDNXXcPiHUv3a76xRLgezTv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pye <nl> - hizKV / Ma5ciSixqClnrDvFASadgOWkaLOusm + iPJtrCBvkIApPjW / jAux9JG9uWOdf3yzLnQh1vM <nl> - BhBgu4M1t15n3kfsmUjxpKEV / q2MYo45VU85FrmxY53 / twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD <nl> - AQH / MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU + Bym0ToO / TAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZI <nl> - hvcNAQENBQADggIBAHGlDs7k6b8 / ONWJWsQCYftMxRQXLYtPU2sQF / xlhMcQSZDe28cmk4gmb3DW <nl> - Al45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTfCVn0W3cLN + mLIMb4Ck4uWBzrM9DPhmDJ2vuA <nl> - L55MYIR4PSFk1vtBHxgP58l1cb29XN40hz5BsA72udY / CROWFC / emh1auVbONTqwX3BNXuMp8SMo <nl> - clm2q8KMZiYcdywmdjWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tM <nl> - pkT / WjzGHWTYtTHkpjx6qFcL2 + 1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO / jbAoJnwTnb <nl> - w3RLPTYe + SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksqP / ujmv5zMnHCnsZy4Ypo <nl> - J / HkD7TETKVhk / iXEAcqMCWpuchxuO9ozC1 + 9eB + D4Kob7a6bINDd82Kkhehnlt4Fj1F4jNy3eFm <nl> - ypnTycUm / Q1oBEauttmbjL4ZvrHG8hnjXALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLX <nl> - is7VmFxWlgPF7ncGNf / P5O4 / E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7 <nl> - zAYspsbiDrW5viSP <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Hellenic Academic and Research Institutions RootCA 2015 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIGCzCCA / OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1IxDzANBgNVBAcT <nl> - BkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0 <nl> - aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA + BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl <nl> - YXJjaCBJbnN0aXR1dGlvbnMgUm9vdENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAx <nl> - MTIxWjCBpjELMAkGA1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMg <nl> - QWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA + BgNV <nl> - BAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9vdENBIDIw <nl> - MTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDC + Kk / G4n8PDwEXT2QNrCROnk8Zlrv <nl> - bTkBSRq0t89 / TSNTt5AA4xMqKKYx8ZEA4yjsriFBzh / a / X0SWwGDD7mwX5nh8hKDgE0GPt + sr + eh <nl> - iGsxr / CL0BgzuNtFajT0AoAkKAoCFZVedioNmToUW / bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts + <nl> - 6PAQZe104S + nfK8nNLspfZu2zwnI5dMK / IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06CojXd <nl> - FPQf / 7J31Ycvqm59JCfnxssm5uX + Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV9Cz82XBST3i4vTwr <nl> - i5WY9bPRaM8gFH5MXF / ni + X1NYEZN9cRCLdmvtNKzoNXADrDgfgXy5I2XdGj2HUb4Ysn6npIQf1F <nl> - GQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6Y5ZLKTBOhE5iGV48zpeQpX8B653g + IuJ3SWYPZK2 <nl> - fu / Z8VFRfS0myGlZYeCsargqNhEEelC9MoS + L9xy1dcdFkfkR2YgP / SWxa + OAXqlD3pk9Q0Yh9mu <nl> - iNX6hME6wGkoLfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax + 0VVFqmjZayc <nl> - Bw / qa9wfLgZy7IaIEuQt218FL + TwA9MmM + eAws1CoRc0CwIDAQABo0IwQDAPBgNVHRMBAf8EBTAD <nl> - AQH / MA4GA1UdDwEB / wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVdctA4GGqd83EkVAswDQYJKoZI <nl> - hvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0IXtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF + <nl> - D1hYc2Ryx + hFjtyp8iY / xnmMsVMIM4GwVhO + 5lFc2JsKT0ucVlMC6U / 2DWDqTUJV6HwbISHTGzrM <nl> - d / K4kPFox / la / vot9L / J9UUbzjgQKjeKeaO04wlshYaT / 4mWJ3iBj2fjRnRUjtkNaeJK9E10A / + y <nl> - d + 2VZ5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB + JGGTe08DMiUNRSQrlrRGar9KC / eaj8GsGsVn <nl> - 82800vpzY4zvFrCopEYq + OsS7HK07 / grfoxSwIuEVPkvPuNVqNxmsdnhX9izjFk0WaSrT2y7Hxjb <nl> - davYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQl033DlZdwJVqwjbDG2jJ9SrcR5q + ss7F <nl> - Jej6A7na + RZukYT1HCjI / CbM1xyQVqdfbzoEvM14iQuODy + jqk + iGxI9FghAD / FGTNeqewjBCvVt <nl> - J94Cj8rDtSvK6evIIVM4pcw72Hc3MKJP2W / R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGa <nl> - JI7ZjnHKe7iG2rKPmT4dEw0SEe7Uq / DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0vm9q <nl> - p / UsQu0yrbYhnr68 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Hellenic Academic and Research Institutions ECC RootCA 2015 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzANBgNVBAcTBkF0 <nl> - aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9u <nl> - cyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj <nl> - aCBJbnN0aXR1dGlvbnMgRUNDIFJvb3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEw <nl> - MzcxMlowgaoxCzAJBgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmlj <nl> - IEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5MUQwQgYD <nl> - VQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIEVDQyBSb290 <nl> - Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKgQehLgoRc4vgxEZmGZE4JJS + dQS8KrjVP <nl> - dJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJajq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoK <nl> - Vlp8aQuqgAkkbH7BRqNCMEAwDwYDVR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0O <nl> - BBYEFLQiC4KZJAEOnLvkDv2 / + 5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaeplSTA <nl> - GiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy / XZxMOIQIwBeF1Ad5o7SofTUwJCA3sS61kFyjn <nl> - dc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Certplus Root CA G1 <nl> - = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFazCCA1OgAwIBAgISESBVg + QtPlRWhS2DN7cs3EYRMA0GCSqGSIb3DQEBDQUAMD4xCzAJBgNV <nl> - BAYTAkZSMREwDwYDVQQKDAhDZXJ0cGx1czEcMBoGA1UEAwwTQ2VydHBsdXMgUm9vdCBDQSBHMTAe <nl> - Fw0xNDA1MjYwMDAwMDBaFw0zODAxMTUwMDAwMDBaMD4xCzAJBgNVBAYTAkZSMREwDwYDVQQKDAhD <nl> - ZXJ0cGx1czEcMBoGA1UEAwwTQ2VydHBsdXMgUm9vdCBDQSBHMTCCAiIwDQYJKoZIhvcNAQEBBQAD <nl> - ggIPADCCAgoCggIBANpQh7bauKk + nWT6VjOaVj0W5QOVsjQcmm1iBdTYj + eJZJ + 622SLZOZ5KmHN <nl> - r49aiZFluVj8tANfkT8tEBXgfs + 8 / H9DZ6itXjYj2JizTfNDnjl8KvzsiNWI7nC9hRYt6kuJPKNx <nl> - Qv4c / dMcLRC4hlTqQ7jbxofaqK6AJc96Jh2qkbBIb6613p7Y1 / oA / caP0FG7Yn2ksYyy / yARujVj <nl> - BYZHYEMzkPZHogNPlk2dT8Hq6pyi / jQu3rfKG3akt62f6ajUeD94 / vI4CTYd0hYCyOwqaK / 1jpTv <nl> - LRN6HkJKHRUxrgwEV / xhc / MxVoYxgKDEEW4wduOU8F8ExKyHcomYxZ3MVwia9Az8fXoFOvpHgDm2 <nl> - z4QTd28n6v + WZxcIbekN1iNQMLAVdBM + 5S / / Ds3EC0pd8NgAM0lm66EYfFkuPSi5YXHLtaW6uOrc <nl> - 4nBvCGrch2c0798wct3zyT8j / zXhviEpIDCB5BmlIOklynMxdCm + 4kLV87ImZsdo / Rmz5yCTmehd <nl> - 4F6H50boJZwKKSTUzViGUkAksnsPmBIgJPaQbEfIDbsYIC7Z / fyL8inqh3SV4EJQeIQEQWGw9CEj <nl> - jy3LKCHyamz0GqbFFLQ3ZU + V / YDI + HLlJWvEYLF7bY5KinPOWftwenMGE9nTdDckQQoRb5fc5 + R + <nl> - ob0V8rqHDz1oihYHAgMBAAGjYzBhMA4GA1UdDwEB / wQEAwIBBjAPBgNVHRMBAf8EBTADAQH / MB0G <nl> - A1UdDgQWBBSowcCbkahDFXxdBie0KlHYlwuBsTAfBgNVHSMEGDAWgBSowcCbkahDFXxdBie0KlHY <nl> - lwuBsTANBgkqhkiG9w0BAQ0FAAOCAgEAnFZvAX7RvUz1isbwJh / k4DgYzDLDKTudQSk0YcbX8ACh <nl> - 66Ryj5QXvBMsdbRX7gp8CXrc1cqh0DQT + Hern + X + 2B50ioUHj3 / MeXrKls3N / U / 7 / SMNkPX0XtPG <nl> - YX2eEeAC7gkE2Qfdpoq3DIMku4NQkv5gdRE + 2J2winq14J2by5BSS7CTKtQ + FjPlnsZlFT5kOwQ / <nl> - 2wyPX1wdaR + v8 + khjPPvl / aatxm2hHSco1S1cE5j2FddUyGbQJJD + tZ3VTNPZNX70Cxqjm0lpu + F <nl> - 6ALEUz65noe8zDUa3qHpimOHZR4RKttjd5cUvpoUmRGywO6wT / gUITJDT5 + rosuoD6o7BlXGEilX <nl> - CNQ314cnrUlZp5GrRHpejXDbl85IULFzk / bwg2D5zfHhMf1bfHEhYxQUqq / F3pN + aLHsIqKqkHWe <nl> - tUNy6mSjhEv9DKgma3GX7lZjZuhCVPnHHd / Qj1vfyDBviP4NxDMcU6ij / UgQ8uQKTuEVV / xuZDDC <nl> - VRHc6qnNSlSsKWNEz0pAoNZoWRsz + e86i9sgktxChL8Bq4fA1SCC28a5g4VCXA9DO2pJNdWY9BW / <nl> - + mGBDAkgGNLQFwzLSABQ6XaCjGTXOqAHVcweMcDvOrRl + + O / QmueD6i9a5jc2NvLi6Td11n0bt3 + <nl> - qsOR0C5CB8AMTVPNJLFMWx5R9N / pkvo = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Certplus Root CA G2 <nl> - = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIICHDCCAaKgAwIBAgISESDZkc6uo + jF5 / / pAq / Pc7xVMAoGCCqGSM49BAMDMD4xCzAJBgNVBAYT <nl> - AkZSMREwDwYDVQQKDAhDZXJ0cGx1czEcMBoGA1UEAwwTQ2VydHBsdXMgUm9vdCBDQSBHMjAeFw0x <nl> - NDA1MjYwMDAwMDBaFw0zODAxMTUwMDAwMDBaMD4xCzAJBgNVBAYTAkZSMREwDwYDVQQKDAhDZXJ0 <nl> - cGx1czEcMBoGA1UEAwwTQ2VydHBsdXMgUm9vdCBDQSBHMjB2MBAGByqGSM49AgEGBSuBBAAiA2IA <nl> - BM0PW1aC3 / BFGtat93nwHcmsltaeTpwftEIRyoa / bfuFo8XlGVzX7qY / aWfYeOKmycTbLXku54uN <nl> - Am8xIk0G42ByRZ0OQneezs / lf4WbGOT8zC5y0xaTTsqZY1yhBSpsBqNjMGEwDgYDVR0PAQH / BAQD <nl> - AgEGMA8GA1UdEwEB / wQFMAMBAf8wHQYDVR0OBBYEFNqDYwJ5jtpMxjwjFNiPwyCrKGBZMB8GA1Ud <nl> - IwQYMBaAFNqDYwJ5jtpMxjwjFNiPwyCrKGBZMAoGCCqGSM49BAMDA2gAMGUCMHD + sAvZ94OX7PNV <nl> - HdTcswYO / jOYnYs5kGuUIe22113WTNchp + e / IQ8rzfcq3IUHnQIxAIYUFuXcsGXCwI4Un78kFmjl <nl> - vPl5adytRSv3tjFzzAalU5ORGpOucGpnutee5WEaXw = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - OpenTrust Root CA G1 <nl> - = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFbzCCA1egAwIBAgISESCzkFU5fX82bWTCp59rY45nMA0GCSqGSIb3DQEBCwUAMEAxCzAJBgNV <nl> - BAYTAkZSMRIwEAYDVQQKDAlPcGVuVHJ1c3QxHTAbBgNVBAMMFE9wZW5UcnVzdCBSb290IENBIEcx <nl> - MB4XDTE0MDUyNjA4NDU1MFoXDTM4MDExNTAwMDAwMFowQDELMAkGA1UEBhMCRlIxEjAQBgNVBAoM <nl> - CU9wZW5UcnVzdDEdMBsGA1UEAwwUT3BlblRydXN0IFJvb3QgQ0EgRzEwggIiMA0GCSqGSIb3DQEB <nl> - AQUAA4ICDwAwggIKAoICAQD4eUbalsUwXopxAy1wpLuwxQjczeY1wICkES3d5oeuXT2R0odsN7fa <nl> - Yp6bwiTXj / HbpqbfRm9RpnHLPhsxZ2L3EVs0J9V5ToybWL0iEA1cJwzdMOWo010hOHQX / uMftk87 <nl> - ay3bfWAfjH1MBcLrARYVmBSO0ZB3Ij / swjm4eTrwSSTilZHcYTSSjFR077F9jAHiOH3BX2pfJLKO <nl> - YheteSCtqx234LSWSE9mQxAGFiQD4eCcjsZGT44ameGPuY4zbGneWK2gDqdkVBFpRGZPTBKnjix9 <nl> - xNRbxQA0MMHZmf4yzgeEtE7NCv82TWLxp2NX5Ntqp66 / K7nJ5rInieV + mhxNaMbBGN4zK1FGSxyO <nl> - 9z0M + Yo0FMT7MzUj8czxKselu7Cizv5Ta01BG2Yospb6p64KTrk5M0ScdMGTHPjgniQlQ / GbI4Kq <nl> - 3ywgsNw2TgOzfALU5nsaqocTvz6hdLubDuHAk5 / XpGbKuxs74zD0M1mKB3IDVedzagMxbm + WG + Oi <nl> - n6 + Sx + 31QrclTDsTBM8clq8cIqPQqwWyTBIjUtz9GVsnnB47ev1CI9sjgBPwvFEVVJSmdz7QdFG9 <nl> - URQIOTfLHzSpMJ1ShC5VkLG631UAC9hWLbFJSXKAqWLXwPYYEQRVzXR7z2FwefR7LFxckvzluFqr <nl> - TJOVoSfupb7PcSNCupt2LQIDAQABo2MwYTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH / BAUwAwEB <nl> - / zAdBgNVHQ4EFgQUl0YhVyE12jZVx / PxN3DlCPaTKbYwHwYDVR0jBBgwFoAUl0YhVyE12jZVx / Px <nl> - N3DlCPaTKbYwDQYJKoZIhvcNAQELBQADggIBAB3dAmB84DWn5ph76kTOZ0BP8pNuZtQ5iSas000E <nl> - PLuHIT839HEl2ku6q5aCgZG27dmxpGWX4m9kWaSW7mDKHyP7Rbr / jyTwyqkxf3kfgLMtMrpkZ2Cv <nl> - uVnN35pJ06iCsfmYlIrM4LvgBBuZYLFGZdwIorJGnkSI6pN + VxbSFXJfLkur1J1juONI5f6ELlgK <nl> - n0Md / rcYkoZDSw6cMoYsYPXpSOqV7XAp8dUv / TW0V8 / bhUiZucJvbI / NeJWsZCj9VrDDb8O + WVLh <nl> - X4SPgPL0DTatdrOjteFkdjpY3H1PXlZs5VVZV6Xf8YpmMIzUUmI4d7S + KNfKNsSbBfD4Fdvb8e80 <nl> - nR14SohWZ25g / 4 / Ii + GOvUKpMwpZQhISKvqxnUOOBZuZ2mKtVzazHbYNeS2WuOvyDEsMpZTGMKcm <nl> - GS3tTAZQMPH9WD25SxdfGbRqhFS0OE85og2WaMMolP3tLR9Ka0OWLpABEPs4poEL0L9109S5zvE / <nl> - bw4cHjdx5RiHdRk / ULlepEU0rbDK5uUTdg8xFKmOLZTW1YVNcxVPS / KyPu1svf0OnWZzsD2097 + o <nl> - 4BGkxK51CUpjAEggpsadCwmKtODmzj7HPiY46SvepghJAwSQiumPv + i2tCqjI40cHLI5kqiPAlxA <nl> - OXXUc0ECd97N4EOH1uS6SsNsEn / + KuYj1oxx <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - OpenTrust Root CA G2 <nl> - = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFbzCCA1egAwIBAgISESChaRu / vbm9UpaPI + hIvyYRMA0GCSqGSIb3DQEBDQUAMEAxCzAJBgNV <nl> - BAYTAkZSMRIwEAYDVQQKDAlPcGVuVHJ1c3QxHTAbBgNVBAMMFE9wZW5UcnVzdCBSb290IENBIEcy <nl> - MB4XDTE0MDUyNjAwMDAwMFoXDTM4MDExNTAwMDAwMFowQDELMAkGA1UEBhMCRlIxEjAQBgNVBAoM <nl> - CU9wZW5UcnVzdDEdMBsGA1UEAwwUT3BlblRydXN0IFJvb3QgQ0EgRzIwggIiMA0GCSqGSIb3DQEB <nl> - AQUAA4ICDwAwggIKAoICAQDMtlelM5QQgTJT32F + D3Y5z1zCU3UdSXqWON2ic2rxb95eolq5cSG + <nl> - Ntmh / LzubKh8NBpxGuga2F8ORAbtp + Dz0mEL4DKiltE48MLaARf85KxP6O6JHnSrT78eCbY2albz <nl> - 4e6WiWYkBuTNQjpK3eCasMSCRbP + yatcfD7J6xcvDH1urqWPyKwlCm / 61UWY0jUJ9gNDlP7ZvyCV <nl> - eYCYitmJNbtRG6Q3ffyZO6v / v6wNj0OxmXsWEH4db0fEFY8ElggGQgT4hNYdvJGmQr5J1WqIP7wt <nl> - UdGejeBSzFfdNTVY27SPJIjki9 / ca1TSgSuyzpJLHB9G + h3Ykst2Z7UJmQnlrBcUVXDGPKBWCgOz <nl> - 3GIZ38i1MH / 1PCZ1Eb3XG7OHngevZXHloM8apwkQHZOJZlvoPGIytbU6bumFAYueQ4xncyhZW + vj <nl> - 3CzMpSZyYhK05pyDRPZRpOLAeiRXyg6lPzq1O4vldu5w5pLeFlwoW5cZJ5L + epJUzpM5ChaHvGOz <nl> - 9bGTXOBut9Dq + WIyiET7vycotjCVXRIouZW + j1MY5aIYFuJWpLIsEPUdN6b4t / bQWVyJ98LVtZR0 <nl> - 0dX + G7bw5tYee9I8y6jj9RjzIR9u701oBnstXW5DiabA + aC / gh7PU3 + 06yzbXfZqfUAkBXKJOAGT <nl> - y3HCOV0GEfZvePg3DTmEJwIDAQABo2MwYTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH / BAUwAwEB <nl> - / zAdBgNVHQ4EFgQUajn6QiL35okATV59M4PLuG53hq8wHwYDVR0jBBgwFoAUajn6QiL35okATV59 <nl> - M4PLuG53hq8wDQYJKoZIhvcNAQENBQADggIBAJjLq0A85TMCl38th6aP1F5Kr7ge57tx + 4BkJamz <nl> - Gj5oXScmp7oq4fBXgwpkTx4idBvpkF / wrM / / T2h6OKQQbA2xx6R3gBi2oihEdqc0nXGEL8pZ0keI <nl> - mUEiyTCYYW49qKgFbdEfwFFEVn8nNQLdXpgKQuswv42hm1GqO + qTRmTFAHneIWv2V6CG1wZy7HBG <nl> - S4tz3aAhdT7cHcCP009zHIXZ / n9iyJVvttN7jLpTwm + bREx50B1ws9efAvSyB7DH5fitIw6mVskp <nl> - EndI2S9G / Tvw / HRwkqWOOAgfZDC2t0v7NqwQjqBSM2OdAzVWxWm9xiNaJ5T2pBL4LTM8oValX9YZ <nl> - 6e18CL13zSdkzJTaTkZQh + D5wVOAHrut + 0dSixv9ovneDiK3PTNZbNTe9ZUGMg1RGUFcPk8G97kr <nl> - gCf2o6p6fAbhQ8MTOWIaNr3gKC6UAuQpLmBVrkA9sHSSXvAgZJY / X0VdiLWK2gKgW0VU3jg9CcCo <nl> - SmVGFvyqv1ROTVu + OEO3KMqLM6oaJbolXCkvW0pujOotnCr2BXbgd5eAiN1nE28daCSLT7d0geX0 <nl> - YJ96Vdc + N9oWaz53rK4YcJUIeSkDiv7BO7M / Gg + kO14fWKGVyasvc0rQLW6aWQ9VGHgtPFGml4vm <nl> - u7JwqkwR3v98KzfUetF3NI / n + UL3PIEMS1IK <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - OpenTrust Root CA G3 <nl> - = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIICITCCAaagAwIBAgISESDm + Ez8JLC + BUCs2oMbNGA / MAoGCCqGSM49BAMDMEAxCzAJBgNVBAYT <nl> - AkZSMRIwEAYDVQQKDAlPcGVuVHJ1c3QxHTAbBgNVBAMMFE9wZW5UcnVzdCBSb290IENBIEczMB4X <nl> - DTE0MDUyNjAwMDAwMFoXDTM4MDExNTAwMDAwMFowQDELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCU9w <nl> - ZW5UcnVzdDEdMBsGA1UEAwwUT3BlblRydXN0IFJvb3QgQ0EgRzMwdjAQBgcqhkjOPQIBBgUrgQQA <nl> - IgNiAARK7liuTcpm3gY6oxH84Bjwbhy6LTAMidnW7ptzg6kjFYwvWYpa3RTqnVkrQ7cG7DK2uu5B <nl> - ta1doYXM6h0UZqNnfkbilPPntlahFVmhTzeXuSIevRHr9LIfXsMUmuXZl5mjYzBhMA4GA1UdDwEB <nl> - / wQEAwIBBjAPBgNVHRMBAf8EBTADAQH / MB0GA1UdDgQWBBRHd8MUi2I5DMlv4VBN0BBY3JWIbTAf <nl> - BgNVHSMEGDAWgBRHd8MUi2I5DMlv4VBN0BBY3JWIbTAKBggqhkjOPQQDAwNpADBmAjEAj6jcnboM <nl> - BBf6Fek9LykBl7 + BFjNAk2z8 + e2AcG + qj9uEwov1NcoG3GRvaBbhj5G5AjEA2Euly8LQCGzpGPta <nl> - 3U1fJAuwACEl74 + nBCZx4nxp5V2a + EEfOzmTk51V6s2N8fvB <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - ISRG Root X1 <nl> - = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAwTzELMAkGA1UE <nl> - BhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2VhcmNoIEdyb3VwMRUwEwYDVQQD <nl> - EwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQG <nl> - EwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMT <nl> - DElTUkcgUm9vdCBYMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54r <nl> - Vygch77ct984kIxuPOZXoHj3dcKi / vVqbvYATyjb3miGbESTtrFj / RQSa78f0uoxmyF + 0TM8ukj1 <nl> - 3Xnfs7j / EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4 + 3mX6UA5 / TR5d8mUgjU + g4rk8K <nl> - b4Mu0UlXjIB0ttov0DiNewNwIRt18jA8 + o + u3dpjq + sWT8KOEUt + zwvo / 7V3LvSye0rgTBIlDHCN <nl> - Aymg4VMk7BPZ7hm / ELNKjD + Jo2FR3qyHB5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ <nl> - 4Q7e2RCOFvu396j3x + UCB5iPNgiV5 + I3lg02dZ77DnKxHZu8A / lJBdiB3QW0KtZB6awBdpUKD9jf <nl> - 1b0SHzUvKBds0pjBqAlkd25HN7rOrFleaJ1 / ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWnOlFu <nl> - hjuefXKnEgV4We0 + UXgVCwOPjdAvBbI + e0ocS3MFEvzG6uBQE3xDk3SzynTnjh8BCNAw1FtxNrQH <nl> - usEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbwqHyGO0aoSCqI3Haadr8faqU9GY / r <nl> - OPNk3sgrDQoo / / fb4hVC1CLQJ13hef4Y53CIrU7m2Ys6xt0nUW7 / vGT1M0NPAgMBAAGjQjBAMA4G <nl> - A1UdDwEB / wQEAwIBBjAPBgNVHRMBAf8EBTADAQH / MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY <nl> - 9umbbjANBgkqhkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu + ILlaS / V9lZL <nl> - ubhzEFnTIZd + 50xx + 7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe + GnY + EgPbk6ZGQ3BebYhtF8GaV <nl> - 0nxvwuo77x / Py9auJ / GpsMiu / X1 + mvoiBOv / 2X / qkSsisRcOj / KKNFtY2PwByVS5uCbMiogziUwt <nl> - hDyC3 + 6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5ORAzI4JMPJ + GslWYHb4phowim57iaztXOoJw <nl> - TdwJx4nLCgdNbOhdjsnvzqvHu7UrTkXWStAmzOVyyghqpZXjFaH3pO3JLF + l + / + sKAIuvtd7u + Nx <nl> - e5AW0wdeRlN8NwdCjNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4 + 63SM1N95R1NbdWhscdCb + ZA <nl> - JzVcoyi3B43njTOQ5yOf + 1CceWxG1bQVs5ZufpsMljq4Ui0 / 1lvh + wjChP4kqKOJ2qxq4RgqsahD <nl> - YVvTH9w7jXbyLeiNdd8XM2w9U / t7y0Ff / 9yi0GE44Za4rF2LN9d11TPAmRGunUHBcnWEvgJBQl9n <nl> - JEiU0Zsnvgc / ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57demyPxgcYxn / eR44 / KJ4EBs + lVDR3veyJ <nl> - m + kXQ99b21 / + jh5Xos1AnX5iItreGCc = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - AC RAIZ FNMT - RCM <nl> - = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsxCzAJBgNVBAYT <nl> - AkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBGTk1ULVJDTTAeFw0wODEw <nl> - MjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJD <nl> - TTEZMBcGA1UECwwQQUMgUkFJWiBGTk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoC <nl> - ggIBALpxgHpMhm5 / yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcf <nl> - qQgfBBckWKo3Shjf5TnUV / 3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAzWHFctPVr <nl> - btQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxFtBDXaEAUwED653cXeuYL <nl> - j2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw + Z374jNUUeAlz + taibmSXaXvMiwzn15Cou <nl> - 08YfxGyqxRxqAQVKL9LFwag0Jl1mpdICIfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mw <nl> - WsXmo8RZZUc1g16p6DULmbvkzSDGm0oGObVo / CK67lWMK07q87Hj / LaZmtVC + nFNCM + HHmpxffnT <nl> - tOmlcYF7wk5HlqX2doWjKI / pgG6BU6VtX7hI + cL5NqYuSf + 4lsKMB7ObiFj86xsc3i1w4peSMKGJ <nl> - 47xVqCfWS + 2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2ZSysV4999AeU14EC <nl> - ll2jB0nVetBX + RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMetUqIJ5G + GR4of6ygnXYMgrwTJbFaa <nl> - i0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE <nl> - FPd9xf3E6Jobd2Sn9R2gzL + HYJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1o <nl> - dHRwOi8vd3d3LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3 / MjTvDD <nl> - nFFlm5wioooMhfNzKWtN / gHiqQxjAb8EZ6WdmF / 9ARP67Jpi6Yb + tmLSbkyU + 8B1RXxlDPiyN8 + s <nl> - D8 + Nb / kZ94 / sHvJwnvDKuO + 3 / 3Y3dlv2bojzr2IyIpMNOmqOFGYMLVN0V2Ue1bLdI4E7pWYjJ2cJ <nl> - j + F3qkPNZVEI7VFY / uY5 + ctHhKQV8Xa7pO6kO8Rf77IzlhEYt8llvhjho6Tc + hj507wTmzl6NLrT <nl> - Qfv6MooqtyuGC2mDOL7Nii4LcK2NJpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA + fdZn71uSANA + iW <nl> - + YJF1DngoABd15jmfZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO + FB8TxxuBEOb + dY7 <nl> - Ixjp6o7RTUaN8Tvkasq6 + yO3m / qZASlaWFot4 / nUbQ4mrcFuNLwy + AwF + mWj2zs3gyLp1txyM / 1d <nl> - 8iC9djwj2ij3 + RvrWWTV3F9yfiD8zYm1kGdNYno / Tq0dwzn + evQoFt9B9kiABdcPUXmsEKvU7ANm <nl> - 5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wokRqEIr9baRRmW1FMdW4R58MD3R + + Lj8UG <nl> - rp1MYp3 / RgT408m2ECVAdf4WqslKYIYvuu8wd + RU4riEmViAqhOLUTpPSPaLtrM = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Amazon Root CA 1 <nl> - = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIDQTCCAimgAwIBAgITBmyfz5m / jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsFADA5MQswCQYD <nl> - VQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTE1 <nl> - MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpv <nl> - bjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC <nl> - ggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgH <nl> - FzZM9O6II8c + 6zf1tRn4SWiw3te5djgdYZ6k / oI2peVKVuRF4fn9tBb6dNqcmzU5L / qwIFAGbHrQ <nl> - gLKm + a / sRxmPUDgH3KKHOVj4utWp + UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz / 0egwLX0t <nl> - dHA114gk957EWW67c4cX8jJGKLhD + rcdqsq08p8kDi1L93FcXmn / 6pUCyziKrlA4b9v7LWIbxcce <nl> - VOF34GfID5yHI9Y / QCB / IIDEgEw + OyQmjgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH / BAUwAwEB <nl> - / zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3 <nl> - DQEBCwUAA4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB / G / wkjUu0yKGX9rbxenDIU5PM <nl> - CCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt / msv0tadQ1wUsN + gDS63pYaACbvXy <nl> - 8MWy7Vu33PqUXHeeE6V / Uq2V8viTO96LXFvKWlJbYK8U90vvo / ufQJVtMVT8QtPHRh8jrdkPSHCa <nl> - 2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU5MsI + yMRQ + hDKXJioaldXgjUkK642M4UwtBV8ob2 <nl> - xJNDd2ZhwLnoQdeXeGADbkpyrqXRfboQnoZsG4q5WTP468SQvvG5 <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Amazon Root CA 2 <nl> - = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD + WGePhbJruKNzANBgkqhkiG9w0BAQwFADA5MQswCQYD <nl> - VQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAyMB4XDTE1 <nl> - MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpv <nl> - bjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoC <nl> - ggIBAK2Wny2cSkxKgXlRmeyKy2tgURO8TW0G / LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4 <nl> - kHbZW0 / jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg1dKmSYXp <nl> - N + nKfq5clU1Imj + uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K8nu + NQWpEjTj82R0Yiw9 <nl> - AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r2UXTu / Bfh + 08LDmG2j / e7HJV63mjrdvd <nl> - fLC6HM783k81ds8P + HgfajZRRidhW + mez / CiVX18JYpvL7TFz4QuK / 0NURBs + 18bvBt + xa47mAEx <nl> - kv8LV / SasrlX6avvDXbR8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f / aS0ZzQGPSS <nl> - btqDT6ZjmUyl + 17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO + ekQiG + r5jqFoz7Mt0 <nl> - Q5X5bGlSNscpb / xVA1wf + 5 + 9R + vnSUeVC06JIglJ4PVhHvG / LopyboBZ / 1c6 + XUyo05f7O0oYtlN <nl> - c / LMgRdg7c3r3NunysV + Ar3yVAhU / bQtCSwXVEqY0VThUWcI0u1ufm8 / 0i2BWSlmy5A5lREedCf + <nl> - 3euvAgMBAAGjQjBAMA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgGGMB0GA1UdDgQWBBSw <nl> - DPBMMPQFWAJI / TPlUq9LhONmUjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o + Ci1M3m9Zh6O + oA <nl> - A7CXDpO8Wqj2LIxyh6mx / H9z / WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat + 2 / XcycuUY <nl> - + gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr / + c8mmpJ5581LxedhpxfL86kSk5Nrp + gvU5LE <nl> - YFiwzAJRGFuFjWJZY7attN6a + yb3ACfAXVU3dJnJUH / jWS5E4ywl7uxMMne0nxrpS10gxdr9HIcW <nl> - xkPo1LsmmkVwXqkLN1PiRnsn / eBG8om3zEK2yygmbtmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQ <nl> - gj9sAq + uEjonljYE1x2igGOpm / HlurR8FLBOybEfdF849lHqm / osohHUqS0nGkWxr7JOcQ3AWEbW <nl> - aQbLU8uz / mtBzUF + fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2 + IoZCn9Kr5v2c69BoV <nl> - Yh63n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN / kHNGfZQIG6lzWE7OE76KlXIx3 <nl> - KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO / KdYE + HvJkJMcYr07 / R54H9jVlpNMKVv / 1F2Rs76gi <nl> - JUmTtt8AF9pYfl3uxRuw0dFfIRDH + fO6AgonB8Xx1sfT4PsJYGw = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Amazon Root CA 3 <nl> - = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIBtjCCAVugAwIBAgITBmyf1XSXNmY / Owua2eiedgPySjAKBggqhkjOPQQDAjA5MQswCQYDVQQG <nl> - EwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAzMB4XDTE1MDUy <nl> - NjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZ <nl> - MBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZB <nl> - f8ANm + gBG1bG8lKlui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjr <nl> - Zt6jQjBAMA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgGGMB0GA1UdDgQWBBSrttvXBp43 <nl> - rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkrBqWTrBqYaGFy + uGh0Psc <nl> - eGCmQ5nFuMQCIQCcAu / xlJyzlvnrxir4tiz + OpAUFteMYyRIHN8wfdVoOw = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - Amazon Root CA 4 <nl> - = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ + Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5MQswCQYDVQQG <nl> - EwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSA0MB4XDTE1MDUy <nl> - NjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZ <nl> - MBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN <nl> - / sGKe0uoe0ZLY7Bi9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb / egQbeOc4OO9X4Ri <nl> - 83BkM6DLJC9wuoihKqB1 + IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH / BAUwAwEB / zAOBgNV <nl> - HQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV + WBMAoGCCqGSM49BAMDA2gA <nl> - MGUCMDqLIfG9fhGt0O9Yli / W651 + kI0rz2ZVwyzjKKlwCkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1 <nl> - AE47xDqUEpHJWEadIRNyp4iciuRMStuW1KyLa2tJElMzrdfkviT8tQp21KW8EA = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - LuxTrust Global Root 2 <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFwzCCA6ugAwIBAgIUCn6m30tEntpqJIWe5rgV0xZ / u7EwDQYJKoZIhvcNAQELBQAwRjELMAkG <nl> - A1UEBhMCTFUxFjAUBgNVBAoMDUx1eFRydXN0IFMuQS4xHzAdBgNVBAMMFkx1eFRydXN0IEdsb2Jh <nl> - bCBSb290IDIwHhcNMTUwMzA1MTMyMTU3WhcNMzUwMzA1MTMyMTU3WjBGMQswCQYDVQQGEwJMVTEW <nl> - MBQGA1UECgwNTHV4VHJ1c3QgUy5BLjEfMB0GA1UEAwwWTHV4VHJ1c3QgR2xvYmFsIFJvb3QgMjCC <nl> - AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANeFl78RmOnwYoNMPIf5U2o3C / IPPIfOb9wm <nl> - Kb3FibrJgz337spbxm1Jc7TJRqMbNBM / wYlFV / TZsfs2ZUv7COJIcRHIbjuend + JZTemhfY7RBi2 <nl> - xjcwYkSSl2l9QjAk5A0MiWtj3sXh306pFGxT4GHO9hcvHTy95iJMHZP1EMShduxq3sVs35a0VkBC <nl> - wGKSMKEtFZSg0iAGCW5qbeXrt77U8PEVfIvmTroTzEsnXpk8F12PgX8zPU / TPxvsXD / wPEx1bvKm <nl> - 1Z3aLQdjAsZy6ZS8TEmVT4hSyNvoaYL4zDRbIvCGp4m9SAptZoFtyMhk + wHh9OHe2Z7d21vUKpkm <nl> - FRseTJIpgp7VkoGSQXAZ96Tlk0u8d2cx3Rz9MXANF5kM + Qw5GSoXtTBxVdUPrljhPS80m8 + f9niF <nl> - wpN6cj5mj5wWEWCPnolvZ77gR1o7DJpni89Gxq44o / KnvObWhWszJHAiS8sIm7vI + AIpHb4gDEa / <nl> - a4ebsypmQjVGbKq6rfmYe + lQVRQxv7HaLe2ArWgk + 2mr2HETMOZns4dA / Yl + 8kPREd8vZS9kzl8U <nl> - ubG / Mb2HeFpZZYiq / FkySIbWTLkpS5XTdvN3JW1CHDiDTf2jX5t / Lax5Gw5CMZdjpPuKadUiDTSQ <nl> - MC6otOBttpSsvItO13D8xTiOZCXhTTmQzsmHhFhxAgMBAAGjgagwgaUwDwYDVR0TAQH / BAUwAwEB <nl> - / zBCBgNVHSAEOzA5MDcGByuBKwEBAQowLDAqBggrBgEFBQcCARYeaHR0cHM6Ly9yZXBvc2l0b3J5 <nl> - Lmx1eHRydXN0Lmx1MA4GA1UdDwEB / wQEAwIBBjAfBgNVHSMEGDAWgBT / GCh2 + UgFLKGu8SsbK7JT <nl> - + Et8szAdBgNVHQ4EFgQU / xgodvlIBSyhrvErGyuyU / hLfLMwDQYJKoZIhvcNAQELBQADggIBAGoZ <nl> - FO1uecEsh9QNcH7X9njJCwROxLHOk3D + sFTAMs2ZMGQXvw / l4jP9BzZAcg4atmpZ1gDlaCDdLnIN <nl> - H2pkMSCEfUmmWjfrRcmF9dTHF5kH5ptV5AzoqbTOjFu1EVzPig4N1qx3gf4ynCSecs5U89BvolbW <nl> - 7MM3LGVYvlcAGvI1 + ut7MV3CwRI9loGIlonBWVx65n9wNOeD4rHh4bhY79SV5GCc8JaXcozrhAIu <nl> - ZY + kt9J / Z93I055cqqmkoCUUBpvsT34tC38ddfEz2O3OuHVtPlu5mB0xDVbYQw8wkbIEa91WvpWA <nl> - VWe + 2M2D2RjuLg + GLZKecBPs3lHJQ3gCpU3I + V / EkVhGFndadKpAvAefMLmx9xIX3eP / JEAdemrR <nl> - TxgKqpAd60Ae36EeRJIQmvKN4dFLRp7oRUKX6kWZ8 + xm1QL68qZKJKrezrnK + T + Tb / mjuuqlPpmt <nl> - / f97mfVl7vBZKGfXkJWkE4SphMHozs51k2MavDzq1WQfLSoSOcbDWjLtR5EWDrw4wVDej8oqkDQc <nl> - 7kGUnF4ZLvhFSZl0kbAEb + MEWrGrKqv + x9CWttrhSmQGbmBNvUJO / 3jaJMobtNeWOWyu8Q6qp31I <nl> - iyBMz2TWuJdGsE7RKlY6oJO9r4Ak4Ap + 58rVyuiFVdw2KuGUaJPHZnJED4AhMmwlxyOAgwrr <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIxGDAWBgNVBAcT <nl> - D0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxpbXNlbCB2ZSBUZWtub2xvamlr <nl> - IEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0wKwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24g <nl> - TWVya2V6aSAtIEthbXUgU00xNjA0BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRp <nl> - ZmlrYXNpIC0gU3VydW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYD <nl> - VQQGEwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXllIEJpbGlt <nl> - c2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklUQUsxLTArBgNVBAsTJEth <nl> - bXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBTTTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11 <nl> - IFNNIFNTTCBLb2sgU2VydGlmaWthc2kgLSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A <nl> - MIIBCgKCAQEAr3UwM6q7a9OZLBI3hNmNe5eA027n / 5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y8 <nl> - 6Ij5iySrLqP1N + RAjhgleYN1Hzv / bKjFxlb4tO2KRKOrbEz8HdDc72i9z + SqzvBV96I01INrN3wc <nl> - wv61A + xXzry0tcXtAA9TNypN9E8Mg / uGz8v + jE69h / mniyFXnHrfA2eJLJ2XYacQuFWQfw4tJzh0 <nl> - 3 + f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ / iSIzL + aFCr2lqBs23tPcLG07xxO9 <nl> - WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4fAJNG4e7p + exPFwIDAQABo0IwQDAdBgNVHQ4EFgQU <nl> - ZT / HiobGPN08VFw1 + DrtUgxHV8gwDgYDVR0PAQH / BAQDAgEGMA8GA1UdEwEB / wQFMAMBAf8wDQYJ <nl> - KoZIhvcNAQELBQADggEBACo / 4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh <nl> - AHe + SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw + 0mFZx + CFOKWI3QSyjfwbPfIPP54 + M638yc <nl> - lNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr + ZO7rqu4lzwDGrpDxpa5RXI4s6ehlj2R <nl> - e37AIVNMh + 3yC1SVUZPVIqUNivGTDj5UDrDYyU7c8jEyVupk + eq1nRZmQnLzf9OxMUP8pI4X8W0j <nl> - q5Rm + K37DwhuJi1 / FwcJsoz7UMCflo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - GDCA TrustAUTH R5 ROOT <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIFiDCCA3CgAwIBAgIIfQmX / vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UEBhMCQ04xMjAw <nl> - BgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8wHQYDVQQD <nl> - DBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVow <nl> - YjELMAkGA1UEBhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ <nl> - IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0B <nl> - AQEFAAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ + Vfy1YI92hhJCfVZmPoiC7XJjDp6L3TQs <nl> - AlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBjTnnEt1u9ol2x8kECK62p <nl> - OqPseQrsXzrj / e + APK00mxqriCZ7VqKChh / rNYmDf1 + uKU49tm7srsHwJ5uu4 / Ts765 / 94Y9cnrr <nl> - pftZTqfrlYwiOXnhLQiPzLyRuEH3FMEjqcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ <nl> - 9Cy5WmYqsBebnh52nUpmMUHfP / vFBu8btn4aRjb3ZGM74zkYI + dndRTVdVeSN72 + ahsmUPI2JgaQ <nl> - xXABZG12ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng / Wi64HtloPzgsM <nl> - R6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd / WHwlqmuLMc3GkL30SgLdTMEZeS1SZ <nl> - D2fJpcjyIMGC7J0R38IC + xo70e0gmu9lZJIQDSri3nDxGGeCjGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4 <nl> - oR24qoAATILnsn8JuLwwoC8N9VKejveSswoAHQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx <nl> - 9hoh49pwBiFYFIeFd3mqgnkCAwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlR <nl> - MA8GA1UdEwEB / wQFMAMBAf8wDgYDVR0PAQH / BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg <nl> - p8xoWLoBDysZzY2wYUWsEe1jUGn4H3 + + Fo / 9nesLqjJHdtJnJO29fDMylyrHBYZmDRd9FBUb1Ov9 <nl> - H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4 / 5COmSdI31R9KrO9b7eGZONn35 <nl> - 6ZLpBN79SWP8bfsUcZNnL0dKt7n / HipzcEYwv1ryL3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd <nl> - + PwyvzeG5LuOmCd + uh8W4XAR8gPfJWIyJyYYMoSf / wA6E7qaTfRPuBRwIrHKK5DOKcFw9C + df / KQ <nl> - HtZa37dG / OaG + svgIHZ6uqbL9XzeYqWxi + 7egmaKTjowHz + Ay60nugxe19CxVsp3cbK1daFQqUBD <nl> - F8Io2c9Si1vIY9RCPqAzekYu9wogRlR + ak8x8YF + QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV09tL7ECQ <nl> - 8s1uV9JiDnxXk7Gnbc2dg7sq5 + W2O3FYrf3RRbxake5TFW / TRQl1brqQXR4EzzffHqhmsYzmIGrv <nl> - / EhOdJhCrylvLmrH + 33RZjEizIYAfmaDDEL0vTSSwxrqT8p + ck0LcIymSLumoRT2 + 1hEmRSuqguT <nl> - aaApJUqlyyvdimYHFngVV3Eb7PVHhPOeMTd61X8kreS8 / f3MboPoDKi3QWwH3b08hpcv0g = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - TrustCor RootCert CA - 1 <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEMDCCAxigAwIBAgIJANqb7HHzA7AZMA0GCSqGSIb3DQEBCwUAMIGkMQswCQYDVQQGEwJQQTEP <nl> - MA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEkMCIGA1UECgwbVHJ1c3RDb3Ig <nl> - U3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5UcnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3Jp <nl> - dHkxHzAdBgNVBAMMFlRydXN0Q29yIFJvb3RDZXJ0IENBLTEwHhcNMTYwMjA0MTIzMjE2WhcNMjkx <nl> - MjMxMTcyMzE2WjCBpDELMAkGA1UEBhMCUEExDzANBgNVBAgMBlBhbmFtYTEUMBIGA1UEBwwLUGFu <nl> - YW1hIENpdHkxJDAiBgNVBAoMG1RydXN0Q29yIFN5c3RlbXMgUy4gZGUgUi5MLjEnMCUGA1UECwwe <nl> - VHJ1c3RDb3IgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MR8wHQYDVQQDDBZUcnVzdENvciBSb290Q2Vy <nl> - dCBDQS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv463leLCJhJrMxnHQFgKq1mq <nl> - jQCj / IDHUHuO1CAmujIS2CNUSSUQIpidRtLByZ5OGy4sDjjzGiVoHKZaBeYei0i / mJZ0PmnK6bV4 <nl> - pQa81QBeCQryJ3pS / C3Vseq0iWEk8xoT26nPUu0MJLq5nux + AHT6k61sKZKuUbS701e / s / OojZz0 <nl> - JEsq1pme9J7 + wH5COucLlVPat2gOkEz7cD + PSiyU8ybdY2mplNgQTsVHCJCZGxdNuWxu72CVEY4h <nl> - gLW9oHPY0LJ3xEXqWib7ZnZ2 + AYfYW0PVcWDtxBWcgYHpfOxGgMFZA6dWorWhnAbJN7 + KIor0Gqw <nl> - / Hqi3LJ5DotlDwIDAQABo2MwYTAdBgNVHQ4EFgQU7mtJPHo / DeOxCbeKyKsZn3MzUOcwHwYDVR0j <nl> - BBgwFoAU7mtJPHo / DeOxCbeKyKsZn3MzUOcwDwYDVR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMC <nl> - AYYwDQYJKoZIhvcNAQELBQADggEBACUY1JGPE + 6PHh0RU9otRCkZoB5rMZ5NDp6tPVxBb5UrJKF5 <nl> - mDo4Nvu7Zp5I / 5CQ7z3UuJu0h3U / IJvOcs + hVcFNZKIZBqEHMwwLKeXx6quj7LUKdJDHfXLy11yf <nl> - ke + Ri7fc7Waiz45mO7yfOgLgJ90WmMCV1Aqk5IGadZQ1nJBfiDcGrVmVCrDRZ9MZyonnMlo2HD6C <nl> - qFqTvsbQZJG2z9m2GM / bftJlo6bEjhcxwft + dtvTheNYsnd6djtsL1Ac59v2Z3kf9YKVmgenFK + P <nl> - 3CghZwnS1k1aHBkcjndcw5QkPTJrS37UeJSDvjdNzl / HHk484IkzlQsPpTLWPFp5LBk = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - TrustCor RootCert CA - 2 <nl> - = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIGLzCCBBegAwIBAgIIJaHfyjPLWQIwDQYJKoZIhvcNAQELBQAwgaQxCzAJBgNVBAYTAlBBMQ8w <nl> - DQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQwIgYDVQQKDBtUcnVzdENvciBT <nl> - eXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRydXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0 <nl> - eTEfMB0GA1UEAwwWVHJ1c3RDb3IgUm9vdENlcnQgQ0EtMjAeFw0xNjAyMDQxMjMyMjNaFw0zNDEy <nl> - MzExNzI2MzlaMIGkMQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5h <nl> - bWEgQ2l0eTEkMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U <nl> - cnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRydXN0Q29yIFJvb3RDZXJ0 <nl> - IENBLTIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCnIG7CKqJiJJWQdsg4foDSq8Gb <nl> - ZQWU9MEKENUCrO2fk8eHyLAnK0IMPQo + QVqedd2NyuCb7GgypGmSaIwLgQ5WoD4a3SwlFIIvl9Nk <nl> - RvRUqdw6VC0xK5mC8tkq1 + 9xALgxpL56JAfDQiDyitSSBBtlVkxs1Pu2YVpHI7TYabS3OtB0PAx1 <nl> - oYxOdqHp2yqlO / rOsP9 + aij9JxzIsekp8VduZLTQwRVtDr4uDkbIXvRR / u8OYzo7cbrPb1nKDOOb <nl> - XUm4TOJXsZiKQlecdu / vvdFoqNL0Cbt3Nb4lggjEFixEIFapRBF37120Hapeaz6LMvYHL1cEksr1 <nl> - / p3C6eizjkxLAjHZ5DxIgif3GIJ2SDpxsROhOdUuxTTCHWKF3wP + TfSvPd9cW436cOGlfifHhi5q <nl> - jxLGhF5DUVCcGZt45vz27Ud + ez1m7xMTiF88oWP7 + ayHNZ / zgp6kPwqcMWmLmaSISo5uZk3vFsQP <nl> - eSghYA2FFn3XVDjxklb9tTNMg9zXEJ9L / cb4Qr26fHMC4P99zVvh1Kxhe1fVSntb1IVYJ12 / + Ctg <nl> - rKAmrhQhJ8Z3mjOAPF5GP / fDsaOGM8boXg25NSyqRsGFAnWAoOsk + xWq5Gd / bnc / 9ASKL3x74xdh <nl> - 8N0JqSDIvgmk0H5Ew7IwSjiqqewYmgeCK9u4nBit2uBGF6zPXQIDAQABo2MwYTAdBgNVHQ4EFgQU <nl> - 2f4hQG6UnrybPZx9mCAZ5YwwYrIwHwYDVR0jBBgwFoAU2f4hQG6UnrybPZx9mCAZ5YwwYrIwDwYD <nl> - VR0TAQH / BAUwAwEB / zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBAJ5Fngw7tu / h <nl> - Osh80QA9z + LqBrWyOrsGS2h60COXdKcs8AjYeVrXWoSK2BKaG9l9XE1wxaX5q + WjiYndAfrs3fnp <nl> - kpfbsEZC89NiqpX + MWcUaViQCqoL7jcjx1BRtPV + nuN79 + TMQjItSQzL / 0kMmx40 / W5ulop5A7Zv <nl> - 2wnL / V9lFDfhOPXzYRZY5LVtDQsEGz9QLX + zx3oaFoBg + Iof6Rsqxvm6ARppv9JYx1RXCI / hOWB3 <nl> - S6xZhBqI8d3LT3jX5 + EzLfzuQfogsL7L9ziUwOHQhQ + 77Sxzq + 3 + knYaZH9bDTMJBzN7Bj8RpFxw <nl> - PIXAz + OQqIN3 + tvmxYxoZxBnpVIt8MSZj3 + / 0WvitUfW2dCFmU2Umw9Lje4AWkcdEQOsQRivh7dv <nl> - DDqPys / cA8GiCcjl / YBeyGBCARsaU1q7N6a3vLqE6R5sGtRk2tRD / pOLS / IseRYQ1JMLiI + h2IYU <nl> - RpFHmygk71dSTlxCnKr3Sewn6EAes6aJInKc9Q0ztFijMDvd1GpUk74aTfOTlPf8hAs / hCBcNANE <nl> - xdqtvArBAs8e5ZTZ845b2EzwnexhF7sUMlQMAimTHpKG9n / v55IFDlndmQguLvqcAFLTxWYp5KeX <nl> - RKQOKIETNcX2b2TmQcTVL8w0RSXPQQCWPUouwpaYT05KnJe32x + SMsj / D1Fu1uwJ <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - TrustCor ECA - 1 <nl> - = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIEIDCCAwigAwIBAgIJAISCLF8cYtBAMA0GCSqGSIb3DQEBCwUAMIGcMQswCQYDVQQGEwJQQTEP <nl> - MA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEkMCIGA1UECgwbVHJ1c3RDb3Ig <nl> - U3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5UcnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3Jp <nl> - dHkxFzAVBgNVBAMMDlRydXN0Q29yIEVDQS0xMB4XDTE2MDIwNDEyMzIzM1oXDTI5MTIzMTE3Mjgw <nl> - N1owgZwxCzAJBgNVBAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5 <nl> - MSQwIgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRydXN0Q29y <nl> - IENlcnRpZmljYXRlIEF1dGhvcml0eTEXMBUGA1UEAwwOVHJ1c3RDb3IgRUNBLTEwggEiMA0GCSqG <nl> - SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDPj + ARtZ + odnbb3w9U73NjKYKtR8aja + 3 + XzP4Q1HpGjOR <nl> - MRegdMTUpwHmspI + ap3tDvl0mEDTPwOABoJA6LHip1GnHYMma6ve + heRK9jGrB6xnhkB1Zem6g23 <nl> - xFUfJ3zSCNV2HykVh0A53ThFEXXQmqc04L / NyFIduUd + Dbi7xgz2c1cWWn5DkR9VOsZtRASqnKmc <nl> - p0yJF4OuowReUoCLHhIlERnXDH19MURB6tuvsBzvgdAsxZohmz3tQjtQJvLsznFhBmIhVE5 / wZ0 + <nl> - fyCMgMsq2JdiyIMzkX2woloPV + g7zPIlstR8L + xNxqE6FXrntl019fZISjZFZtS6mFjBAgMBAAGj <nl> - YzBhMB0GA1UdDgQWBBREnkj1zG1I1KBLf / 5ZJC + Dl5mahjAfBgNVHSMEGDAWgBREnkj1zG1I1KBL <nl> - f / 5ZJC + Dl5mahjAPBgNVHRMBAf8EBTADAQH / MA4GA1UdDwEB / wQEAwIBhjANBgkqhkiG9w0BAQsF <nl> - AAOCAQEABT41XBVwm8nHc2FvcivUwo / yQ10CzsSUuZQRg2dd4mdsdXa / uwyqNsatR5Nj3B5 + 1t4u <nl> - / ukZMjgDfxT2AHMsWbEhBuH7rBiVDKP / mZb3Kyeb1STMHd3BOuCYRLDE5D53sXOpZCz2HAF8P11F <nl> - hcCF5yWPldwX8zyfGm6wyuMdKulMY / okYWLW2n62HGz1Ah3UKt1VkOsqEUc8Ll50soIipX1TH0Xs <nl> - J5F95yIW6MBoNtjG8U + ARDL54dHRHareqKucBK + tIA5kmE2la8BIWJZpTdwHjFGTot + fDz2LYLSC <nl> - jaoITmJF4PkL0uDgPFveXHEnJcLmA4GLEFPjx1WitJ / X5g = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - SSL . com Root Certification Authority RSA <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UEBhMCVVMxDjAM <nl> - BgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9TU0wgQ29ycG9yYXRpb24x <nl> - MTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYw <nl> - MjEyMTczOTM5WhcNNDEwMjEyMTczOTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMx <nl> - EDAOBgNVBAcMB0hvdXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NM <nl> - LmNvbSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcNAQEBBQAD <nl> - ggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4 / WvpOz6Sl2RxFdHaxh3a3by / ZPkPQ / C <nl> - Fp4LZsNWlJ4Xg4XOVu / yFv0AYvUiCVToZRdOQbngT0aXqhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8 <nl> - P2FI7bADFB0QDksZ4LtO7IZl / zbzXmcCC52GVWH9ejjt / uIZALdvoVBidXQ8oPrIJZK0bnoix / ge <nl> - oeOy3ZExqysdBP + lSgQ36YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkp <nl> - k8zruFvh / l8lqjRYyMEjVJ0bmBHDOJx + PYZspQ9AhnwC9FwCTyjLrnGfDzrIM / 4RJTXq / LrFYD3Z <nl> - fBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93EJNyAKoFBbZQ + yODJ <nl> - gUEAnl6 / f8UImKIYLEJAs / lvOCdLToD0PYFH4Ih86hzOtXVcUS4cK38acijnALXRdMbX5J + tB5O2 <nl> - UzU1 / Dfkw / ZdFr4hc96SCvigY2q8lpJqPvi8ZVWb3vUNiSYE / CUapiVpy8JtynziWV + XrOvvLsi8 <nl> - 1xtZPCvM8hnIk2snYxnP / Okm + Mpxm3 + T / jRnhE6Z6 / yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4s <nl> - bE6x / c + cCbqiM + 2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV <nl> - HRMBAf8EBTADAQH / MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4GA1UdDwEB / wQE <nl> - AwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGVcpNxJK1ok1iOMq8bs3AD / CUr <nl> - dIWQPXhq9LmLpZc7tRiRux6n + UBbkflVma8eEdBcHadm47GUBwwyOabqG7B52B2ccETjit3E + ZUf <nl> - ijhDPwGFpUenPUayvOUiaPd7nNgsPgohyC0zrL / FgZkxdMF1ccW + sfAjRfSda / wZY52jvATGGAsl <nl> - u1OJD7OAUN5F7kR / q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu + 1jTBi7qUD3oFRuIIhxdRjq <nl> - erQ0cuAjJ3dctpDqhiVAq + 8zD8ufgr6iIPv2tS0a5sKFsXQP + 8hlAqRSAUfdSSLBv9jra6x + 3uxj <nl> - MxW3IwiPxg + NQVrdjsW5j + VFP3jbutIbQLH + cU0 / 4IGiul607BXgk90IH37hVZkLId6Tngr75qNJ <nl> - vTYw / ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ / YK9f1JmzJBjSWFupwWRoyeXkLtoh / D1JI <nl> - Pb9s2KJELtFOt3JY04kTlf5Eq / jXixtunLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406y <nl> - wKBjYZC6VWg3dGq2ktufoYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NI <nl> - WuuA8ShYIc2wBlX7Jz9TkHCpBB5XJ7k = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - SSL . com Root Certification Authority ECC <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMCVVMxDjAMBgNV <nl> - BAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9TU0wgQ29ycG9yYXRpb24xMTAv <nl> - BgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEy <nl> - MTgxNDAzWhcNNDEwMjEyMTgxNDAzWjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAO <nl> - BgNVBAcMB0hvdXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv <nl> - bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuBBAAiA2IA <nl> - BEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI7Z4INcgn64mMU1jrYor + <nl> - 8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ / wkWV7Mt / qCPgCemB + vNH06NjMGEwHQYDVR0OBBYEFILR <nl> - hXMw5zUE044CkvvlpNHEIejNMA8GA1UdEwEB / wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTT <nl> - jgKS + + Wk0cQh6M0wDgYDVR0PAQH / BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG / n61kRpGDPYbCW <nl> - e + 0F + S8Tkdzt5fxQaxFGRrMcIQBiu77D5 + jNB5n5DQtdcj7EqgIwH7y6C + IwJPt8bYBVCpk + gA0z <nl> - 5Wajs6O7pdWLjwkspl1 + 4vAHCGht0nxpbl / f5Wpl <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - SSL . com EV Root Certification Authority RSA R2 <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNVBAYTAlVTMQ4w <nl> - DAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9u <nl> - MTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy <nl> - MB4XDTE3MDUzMTE4MTQzN1oXDTQyMDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQI <nl> - DAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYD <nl> - VQQDDC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMIICIjAN <nl> - BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvqM0fNTPl9fb69LT3w23jh <nl> - hqXZuglXaO1XPqDQCEGD5yhBJB / jchXQARr7XnAjssufOePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7w <nl> - cXHswxzpY6IXFJ3vG2fThVUCAtZJycxa4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTO <nl> - Zw + oz12WGQvE43LrrdF9HSfvkusQv1vrO6 / PgN3B0pYEW3p + pKk8OHakYo6gOV7qd89dAFmPZiw + <nl> - B6KjBSYRaZfqhbcPlgtLyEDhULouisv3D5oi53 + aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcAb9Zh <nl> - CBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e / ZhN2rHd9NCSFg83XqpyQGp8hLH94t2S42Oim <nl> - 9HizVcuE0jLEeK6jj2HdzghTreyI / BXkmg3mnxp3zkyPuBQVPWKchjgGAGYS5Fl2WlPAApiiECto <nl> - RHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMOpgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg + Slm <nl> - JuwgUHfbSguPvuUCYHBBXtSuUDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg + 5U8Sb / M3kHN48 <nl> - + qvWBkofZ6aYMBzdLNvcGJVXZsb / XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH / BAUwAwEB / zAfBgNV <nl> - HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU + WC71OPVNPa49QaAJadz20Zp <nl> - qJ4wDgYDVR0PAQH / BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBWs47LCp1Jjr + kxJG7ZhcFUZh1 <nl> - + + VQLHqe8RT6q9OKPv + RKY9ji9i0qVQBDb6Thi / 5Sm3HXvVX + cpVHBK + Rw82xd9qt9t1wkclf7nx <nl> - Y / hoLVUE0fKNsKTPvDxeH3jnpaAgcLAExbf3cqfeIg29MyVGjGSSJuM + LmOW2puMPfgYCdcDzH2G <nl> - guDKBAdRUNf / ktUM79qGn5nX67evaOI5JpS6aLe / g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ / psEDz <nl> - OFSz / bdoyNrGj1E8svuR3Bznm53htw1yj + KkxKl4 + esUrMZDBcJlOSgYAsOCsp0FvmXtll9ldDz7 <nl> - CTUue5wT / RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEmKf7GUmG6sXP / wwyc5Wxq <nl> - lD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKKQbNmC1r7fSOl8hqw / 96bg5Qu0T / fkreR <nl> - rwU7ZcegbLHNYhLDkBvjJc40vG93drEQw / cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C / pEN1 <nl> - hlMYegouCRw2n5H9gooiS9EOUCXdywMMF8mDAAhONU2Ki + 3wApRmLER / y5UnlhetCTCstnEXbosX <nl> - 9hwJ1C07mKVx01QT2WDz9UtmT / rx7iASjbSsV7FFY6GsdqnC + w = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> - <nl> - SSL . com EV Root Certification Authority ECC <nl> - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> mmmmmmBEGIN CERTIFICATEmmm - - <nl> - MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMCVVMxDjAMBgNV <nl> - BAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9TU0wgQ29ycG9yYXRpb24xNDAy <nl> - BgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYw <nl> - MjEyMTgxNTIzWhcNNDEwMjEyMTgxNTIzWjB / MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMx <nl> - EDAOBgNVBAcMB0hvdXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NM <nl> - LmNvbSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB <nl> - BAAiA2IABKoSR5CYG / vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMAVIbc / R / fALhBYlzccBYy <nl> - 3h + Z1MzFB8gIH2EWB1E9fVwHU + M1OIzfzZ / ZLg1KthkuWnBaBu2 + 8KGwytAJKaNjMGEwHQYDVR0O <nl> - BBYEFFvKXuXe0oGqzagtZFG22XKbl + ZPMA8GA1UdEwEB / wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe <nl> - 5d7SgarNqC1kUbbZcpuX5k8wDgYDVR0PAQH / BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJ <nl> - N + vp1RPZytRrJPOwPYdGWBrssd9v + 1a6cGvHOMzosYxPD / fxZ3YOg9AeUY8CMD32IygmTMZgh5Mm <nl> - m7I1HrrW9zzRHM76JTymGoEVW / MSD2zuZYrJh6j5B + BimoxcSg = = <nl> mmmmmmEND CERTIFICATEmmm - - <nl> mmm a / examples / client . json - example <nl> ppp b / examples / client . json - example <nl> <nl> " ssl " : { <nl> " verify " : true , <nl> " verify_hostname " : true , <nl> - " cert " : " / path / to / ca_certs . pem " , <nl> + " cert " : " " , <nl> " cipher " : " ECDHE - ECDSA - AES128 - GCM - SHA256 : ECDHE - RSA - AES128 - GCM - SHA256 : ECDHE - ECDSA - CHACHA20 - POLY1305 : ECDHE - RSA - CHACHA20 - POLY1305 : ECDHE - ECDSA - AES256 - GCM - SHA384 : ECDHE - RSA - AES256 - GCM - SHA384 : ECDHE - ECDSA - AES256 - SHA : ECDHE - ECDSA - AES128 - SHA : ECDHE - RSA - AES128 - SHA : ECDHE - RSA - AES256 - SHA : DHE - RSA - AES128 - SHA : DHE - RSA - AES256 - SHA : AES128 - SHA : AES256 - SHA : DES - CBC3 - SHA " , <nl> " sni " : " example . com " , <nl> " alpn " : [ <nl> mmm a / examples / server . json - example <nl> ppp b / examples / server . json - example <nl> <nl> " ssl " : { <nl> " cert " : " / path / to / certificate . crt " , <nl> " key " : " / path / to / private . key " , <nl> - " key_password " : " key_password " , <nl> + " key_password " : " " , <nl> " cipher " : " ECDHE - ECDSA - CHACHA20 - POLY1305 : ECDHE - RSA - CHACHA20 - POLY1305 : ECDHE - ECDSA - AES128 - GCM - SHA256 : ECDHE - RSA - AES128 - GCM - SHA256 : ECDHE - ECDSA - AES256 - GCM - SHA384 : ECDHE - RSA - AES256 - GCM - SHA384 : DHE - RSA - AES128 - GCM - SHA256 : DHE - RSA - AES256 - GCM - SHA384 : ECDHE - ECDSA - AES128 - SHA256 : ECDHE - RSA - AES128 - SHA256 : ECDHE - ECDSA - AES128 - SHA : ECDHE - RSA - AES256 - SHA384 : ECDHE - RSA - AES128 - SHA : ECDHE - ECDSA - AES256 - SHA384 : ECDHE - ECDSA - AES256 - SHA : ECDHE - RSA - AES256 - SHA : DHE - RSA - AES128 - SHA256 : DHE - RSA - AES128 - SHA : DHE - RSA - AES256 - SHA256 : DHE - RSA - AES256 - SHA : ECDHE - ECDSA - DES - CBC3 - SHA : ECDHE - RSA - DES - CBC3 - SHA : EDH - RSA - DES - CBC3 - SHA : AES128 - GCM - SHA256 : AES256 - GCM - SHA384 : AES128 - SHA256 : AES256 - SHA256 : AES128 - SHA : AES256 - SHA : DES - CBC3 - SHA : ! DSS " , <nl> " prefer_server_cipher " : true , <nl> " alpn " : [ <nl> mmm a / src / log . h <nl> ppp b / src / log . h <nl> <nl> <nl> # ifdef ERROR / / windows . h <nl> # undef ERROR <nl> - # endif <nl> + # endif / / ERROR <nl> <nl> class Log { <nl> public : <nl> | Update metadata | trojan-gfw/trojan | cb6fc3f849a4bbaf006cac3d5466bc22f283ba7f | 2018-05-10T18:51:41Z |
mmm a / modules / planning / common / reference_line_info . cc <nl> ppp b / modules / planning / common / reference_line_info . cc <nl> <nl> <nl> namespace apollo { <nl> namespace planning { <nl> + <nl> + uint32_t ReferenceLineInfo : : s_reference_line_id_ = 0 ; <nl> + <nl> ReferenceLineInfo : : ReferenceLineInfo ( const ReferenceLine & reference_line ) <nl> - : reference_line_ ( reference_line ) { } <nl> + : reference_line_ ( reference_line ) { <nl> + id_ = std : : to_string ( s_reference_line_id_ ) ; <nl> + + + s_reference_line_id_ ; <nl> + } <nl> + <nl> + const std : : string & ReferenceLineInfo : : Id ( ) const { return id_ ; } <nl> <nl> bool ReferenceLineInfo : : AddObstacle ( const Obstacle * obstacle ) { <nl> auto path_obstacle = CreatePathObstacle ( obstacle ) ; <nl> mmm a / modules / planning / common / reference_line_info . h <nl> ppp b / modules / planning / common / reference_line_info . h <nl> namespace planning { <nl> class ReferenceLineInfo { <nl> public : <nl> explicit ReferenceLineInfo ( const ReferenceLine & reference_line ) ; <nl> + const std : : string & Id ( ) const ; <nl> bool AddObstacles ( const std : : vector < const Obstacle * > & obstacles ) ; <nl> bool AddObstacle ( const Obstacle * obstacle ) ; <nl> / / FIXME ( all ) this interface is temp . solution to make the code work . <nl> class ReferenceLineInfo { <nl> std : : unique_ptr < PathObstacle > CreatePathObstacle ( const Obstacle * obstacle ) ; <nl> bool InitPerceptionSLBoundary ( PathObstacle * path_obstacle ) ; <nl> <nl> + private : <nl> + static uint32_t s_reference_line_id_ ; <nl> + <nl> + std : : string id_ ; <nl> / * * <nl> * @ brief this is the number that measures the goodness of this reference <nl> * line . <nl> | planning : added reference_line_info id , which is used to distinguish | ApolloAuto/apollo | 3f2e5b96c9b670d727e06135f03bd5dd8a427026 | 2017-08-18T23:24:43Z |
mmm a / README . md <nl> ppp b / README . md <nl> <nl> <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> <nl> - PyTorch is a python package that provides two high - level features : <nl> - - Tensor computation ( like numpy ) with strong GPU acceleration <nl> - - Deep Neural Networks built on a tape - based autograd system <nl> + PyTorch is a Python package that provides two high - level features : <nl> + - Tensor computation ( like NumPy ) with strong GPU acceleration <nl> + - Deep neural networks built on a tape - based autograd system <nl> <nl> - You can reuse your favorite python packages such as numpy , scipy and Cython to extend PyTorch when needed . <nl> + You can reuse your favorite python packages such as NumPy , SciPy and Cython to extend PyTorch when needed . <nl> <nl> - We are in an early - release Beta . Expect some adventures and rough edges . <nl> + We are in an early - release beta . Expect some adventures and rough edges . <nl> <nl> - - [ More About PyTorch ] ( # more - about - pytorch ) <nl> + - [ More about PyTorch ] ( # more - about - pytorch ) <nl> - [ Installation ] ( # installation ) <nl> - [ Binaries ] ( # binaries ) <nl> - - [ From source ] ( # from - source ) <nl> - - [ Docker image ] ( # docker - image ) <nl> + - [ From Source ] ( # from - source ) <nl> + - [ Docker Image ] ( # docker - image ) <nl> - [ Getting Started ] ( # getting - started ) <nl> - [ Communication ] ( # communication ) <nl> - [ Releases and Contributing ] ( # releases - and - contributing ) <nl> At a granular level , PyTorch is a library that consists of the following compone <nl> < / tr > <nl> < tr > <nl> < td > < b > torch . autograd < / b > < / td > <nl> - < td > a tape based automatic differentiation library that supports all differentiable Tensor operations in torch < / td > <nl> + < td > a tape - based automatic differentiation library that supports all differentiable Tensor operations in torch < / td > <nl> < / tr > <nl> < tr > <nl> < td > < b > torch . nn < / b > < / td > <nl> At a granular level , PyTorch is a library that consists of the following compone <nl> < / tr > <nl> < tr > <nl> < td > < b > torch . multiprocessing < / b > < / td > <nl> - < td > python multiprocessing , but with magical memory sharing of torch Tensors across processes . Useful for data loading and hogwild training . < / td > <nl> + < td > Python multiprocessing , but with magical memory sharing of torch Tensors across processes . Useful for data loading and Hogwild training . < / td > <nl> < / tr > <nl> < tr > <nl> < td > < b > torch . utils < / b > < / td > <nl> At a granular level , PyTorch is a library that consists of the following compone <nl> <nl> Usually one uses PyTorch either as : <nl> <nl> - - A replacement for numpy to use the power of GPUs . <nl> + - a replacement for NumPy to use the power of GPUs . <nl> - a deep learning research platform that provides maximum flexibility and speed <nl> <nl> Elaborating further : <nl> <nl> - # # # A GPU - ready Tensor library <nl> + # # # A GPU - Ready Tensor Library <nl> <nl> - If you use numpy , then you have used Tensors ( a . k . a ndarray ) . <nl> + If you use NumPy , then you have used Tensors ( a . k . a ndarray ) . <nl> <nl> < p align = center > < img width = " 30 % " src = " docs / source / _static / img / tensor_illustration . png " / > < / p > <nl> <nl> We provide a wide variety of tensor routines to accelerate and fit your scientif <nl> such as slicing , indexing , math operations , linear algebra , reductions . <nl> And they are fast ! <nl> <nl> - # # # Dynamic Neural Networks : Tape based Autograd <nl> + # # # Dynamic Neural Networks : Tape - Based Autograd <nl> <nl> PyTorch has a unique way of building neural networks : using and replaying a tape recorder . <nl> <nl> - Most frameworks such as ` TensorFlow ` , ` Theano ` , ` Caffe ` and ` CNTK ` have a static view of the world . <nl> + Most frameworks such as TensorFlow , Theano , Caffe and CNTK have a static view of the world . <nl> One has to build a neural network , and reuse the same structure again and again . <nl> Changing the way the network behaves means that one has to start from scratch . <nl> <nl> - With PyTorch , we use a technique called Reverse - mode auto - differentiation , which allows you to <nl> + With PyTorch , we use a technique called reverse - mode auto - differentiation , which allows you to <nl> change the way your network behaves arbitrarily with zero lag or overhead . Our inspiration comes <nl> from several research papers on this topic , as well as current and past work such as <nl> [ autograd ] ( https : / / github . com / twitter / torch - autograd ) , <nl> You get the best of speed and flexibility for your crazy research . <nl> <nl> < p align = center > < img width = " 80 % " src = " docs / source / _static / img / dynamic_graph . gif " / > < / p > <nl> <nl> - # # # Python first <nl> + # # # Python First <nl> <nl> - PyTorch is not a Python binding into a monolothic C + + framework . <nl> + PyTorch is not a Python binding into a monolithic C + + framework . <nl> It is built to be deeply integrated into Python . <nl> - You can use it naturally like you would use numpy / scipy / scikit - learn etc . <nl> + You can use it naturally like you would use NumPy / SciPy / scikit - learn etc . <nl> You can write your new neural network layers in Python itself , using your favorite libraries <nl> and use packages such as Cython and Numba . <nl> Our goal is to not reinvent the wheel where appropriate . <nl> <nl> - # # # Imperative experiences <nl> + # # # Imperative Experiences <nl> <nl> PyTorch is designed to be intuitive , linear in thought and easy to use . <nl> When you execute a line of code , it gets executed . There isn ' t an asynchronous view of the world . <nl> - When you drop into a debugger , or receive error messages and stack traces , understanding them is straight - forward . <nl> - The stack - trace points to exactly where your code was defined . <nl> + When you drop into a debugger , or receive error messages and stack traces , understanding them is straightforward . <nl> + The stack trace points to exactly where your code was defined . <nl> We hope you never spend hours debugging your code because of bad stack traces or asynchronous and opaque execution engines . <nl> <nl> # # # Fast and Lean <nl> <nl> PyTorch has minimal framework overhead . We integrate acceleration libraries <nl> - such as Intel MKL and NVIDIA ( CuDNN , NCCL ) to maximize speed . <nl> - At the core , its CPU and GPU Tensor and Neural Network backends <nl> + such as Intel MKL and NVIDIA ( cuDNN , NCCL ) to maximize speed . <nl> + At the core , its CPU and GPU Tensor and neural network backends <nl> ( TH , THC , THNN , THCUNN ) are written as independent libraries with a C99 API . <nl> They are mature and have been tested for years . <nl> <nl> - Hence , PyTorch is quite fast - - whether you run small or large neural networks . <nl> + Hence , PyTorch is quite fast – whether you run small or large neural networks . <nl> <nl> The memory usage in PyTorch is extremely efficient compared to Torch or some of the alternatives . <nl> We ' ve written custom memory allocators for the GPU to make sure that <nl> your deep learning models are maximally memory efficient . <nl> This enables you to train bigger deep learning models than before . <nl> <nl> - # # # Extensions without pain <nl> + # # # Extensions without Pain <nl> <nl> - Writing new neural network modules , or interfacing with PyTorch ' s Tensor API was designed to be straight - forward <nl> + Writing new neural network modules , or interfacing with PyTorch ' s Tensor API was designed to be straightforward <nl> and with minimal abstractions . <nl> <nl> You can write new neural network layers in Python using the torch API <nl> - [ or your favorite numpy based libraries such as SciPy ] ( http : / / pytorch . org / tutorials / advanced / numpy_extensions_tutorial . html ) . <nl> + [ or your favorite NumPy - based libraries such as SciPy ] ( http : / / pytorch . org / tutorials / advanced / numpy_extensions_tutorial . html ) . <nl> <nl> If you want to write your layers in C / C + + , we provide an extension API based on <nl> [ cffi ] ( http : / / cffi . readthedocs . io / en / latest / ) that is efficient and with minimal boilerplate . <nl> Commands to install from binaries via Conda or pip wheels are on our website : <nl> <nl> [ http : / / pytorch . org ] ( http : / / pytorch . org ) <nl> <nl> - # # # From source <nl> + # # # From Source <nl> <nl> If you are installing from source , we highly recommend installing an [ Anaconda ] ( https : / / www . continuum . io / downloads ) environment . <nl> You will get a high - quality BLAS library ( MKL ) and you get a controlled compiler version regardless of your Linux distro . <nl> <nl> - Once you have [ anaconda ] ( https : / / www . continuum . io / downloads ) installed , here are the instructions . <nl> + Once you have [ Anaconda ] ( https : / / www . continuum . io / downloads ) installed , here are the instructions . <nl> <nl> If you want to compile with CUDA support , install <nl> - [ NVIDIA CUDA ] ( https : / / developer . nvidia . com / cuda - downloads ) 7 . 5 or above <nl> - - [ NVIDIA CuDNN ] ( https : / / developer . nvidia . com / cudnn ) v5 . x or above <nl> + - [ NVIDIA cuDNN ] ( https : / / developer . nvidia . com / cudnn ) v5 . x or above <nl> <nl> If you want to disable CUDA support , export environment variable ` NO_CUDA = 1 ` . <nl> <nl> Dockerfile is supplied to build images with cuda support and cudnn v6 . Build as <nl> ` ` ` <nl> docker build - t pytorch - cudnnv6 . <nl> ` ` ` <nl> - and run with nvidia - docker : <nl> + and run with nvidia - docker : <nl> ` ` ` <nl> nvidia - docker run - - rm - ti - - ipc = host pytorch - cudnnv6 <nl> ` ` ` <nl> - Please note that pytorch uses shared memory to share data between processes , so if torch multiprocessing is used ( e . g . <nl> + Please note that PyTorch uses shared memory to share data between processes , so if torch multiprocessing is used ( e . g . <nl> for multithreaded data loaders ) the default shared memory segment size that container runs with is not enough , and you <nl> - should increase shared memory size either with - - ipc = host or - - shm - size command line options to nvidia - docker run . <nl> + should increase shared memory size either with ` - - ipc = host ` or ` - - shm - size ` command line options to ` nvidia - docker run ` . <nl> <nl> <nl> # # Getting Started <nl> Three pointers to get you started : <nl> <nl> # # Communication <nl> * forums : discuss implementations , research , etc . http : / / discuss . pytorch . org <nl> - * github issues : bug reports , feature requests , install issues , RFCs , thoughts , etc . <nl> - * slack : general chat , online discussions , collaboration etc . https : / / pytorch . slack . com / . If you need a slack invite , ping us at soumith @ pytorch . org <nl> + * GitHub issues : bug reports , feature requests , install issues , RFCs , thoughts , etc . <nl> + * Slack : general chat , online discussions , collaboration etc . https : / / pytorch . slack . com / . If you need a slack invite , ping us at soumith @ pytorch . org <nl> * newsletter : no - noise , one - way email newsletter with important announcements about pytorch . You can sign - up here : http : / / eepurl . com / cbG0rv <nl> <nl> # # Releases and Contributing <nl> | Improve README copyediting | pytorch/pytorch | ec2de16776096a7735f0ad81c9bef54d449c98cf | 2017-06-02T19:02:14Z |
mmm a / tools / linux - tick - processor <nl> ppp b / tools / linux - tick - processor <nl> fi <nl> <nl> if [ ! - x " $ d8_exec " ] ; then <nl> echo " d8 shell not found in $ D8_PATH " <nl> - echo " To build , execute ' make native ' from the V8 directory " <nl> + echo " Please provide path to d8 as env var in D8_PATH " <nl> exit 1 <nl> fi <nl> <nl> mmm a / tools / map - processor <nl> ppp b / tools / map - processor <nl> fi <nl> <nl> if [ ! - x " $ d8_exec " ] ; then <nl> echo " d8 shell not found in $ D8_PATH " <nl> - echo " To build , execute ' make native ' from the V8 directory " <nl> + echo " Please provide path to d8 as env var in D8_PATH " <nl> exit 1 <nl> fi <nl> <nl> mmm a / tools / parse - processor <nl> ppp b / tools / parse - processor <nl> fi <nl> <nl> if [ ! - x " $ d8_exec " ] ; then <nl> echo " d8 shell not found in $ D8_PATH " <nl> - echo " To build , execute ' make native ' from the V8 directory " <nl> + echo " Please provide path to d8 as env var in D8_PATH " <nl> exit 1 <nl> fi <nl> <nl> mmm a / tools / plot - timer - events <nl> ppp b / tools / plot - timer - events <nl> fi <nl> <nl> if test ! - x " $ d8_exec " ; then <nl> echo " d8 shell not found in $ D8_PATH " <nl> - echo " To build , execute ' make native ' from the V8 directory " <nl> + echo " Please provide path to d8 as env var in D8_PATH " <nl> exit 1 <nl> fi <nl> <nl> mmm a / tools / tickprocessor - driver . js <nl> ppp b / tools / tickprocessor - driver . js <nl> var entriesProviders = { <nl> ' mac ' : MacCppEntriesProvider <nl> } ; <nl> <nl> - var params = processArguments ( this . arguments | | [ ] ) ; <nl> + var params = processArguments ( arguments | | [ ] ) ; <nl> var sourceMap = null ; <nl> if ( params . sourceMap ) { <nl> initSourceMapSupport ( ) ; <nl> | tick processor : fix arguments and comments | v8/v8 | 4659544389e6dd60111e3b0b437e4f46d868c1c3 | 2018-10-29T09:48:23Z |
mmm a / src / compiler / backend / arm64 / code - generator - arm64 . cc <nl> ppp b / src / compiler / backend / arm64 / code - generator - arm64 . cc <nl> CodeGenerator : : CodeGenResult CodeGenerator : : AssembleArchInstruction ( <nl> SIMD_BINOP_CASE ( kArm64I32x4MaxU , Umax , 4S ) ; <nl> SIMD_BINOP_CASE ( kArm64I32x4GtU , Cmhi , 4S ) ; <nl> SIMD_BINOP_CASE ( kArm64I32x4GeU , Cmhs , 4S ) ; <nl> + SIMD_UNOP_CASE ( kArm64I32x4Abs , Abs , 4S ) ; <nl> case kArm64I16x8Splat : { <nl> __ Dup ( i . OutputSimd128Register ( ) . V8H ( ) , i . InputRegister32 ( 0 ) ) ; <nl> break ; <nl> CodeGenerator : : CodeGenResult CodeGenerator : : AssembleArchInstruction ( <nl> SIMD_BINOP_CASE ( kArm64I16x8GtU , Cmhi , 8H ) ; <nl> SIMD_BINOP_CASE ( kArm64I16x8GeU , Cmhs , 8H ) ; <nl> SIMD_BINOP_CASE ( kArm64I16x8RoundingAverageU , Urhadd , 8H ) ; <nl> + SIMD_UNOP_CASE ( kArm64I16x8Abs , Abs , 8H ) ; <nl> case kArm64I8x16Splat : { <nl> __ Dup ( i . OutputSimd128Register ( ) . V16B ( ) , i . InputRegister32 ( 0 ) ) ; <nl> break ; <nl> CodeGenerator : : CodeGenResult CodeGenerator : : AssembleArchInstruction ( <nl> SIMD_BINOP_CASE ( kArm64I8x16GtU , Cmhi , 16B ) ; <nl> SIMD_BINOP_CASE ( kArm64I8x16GeU , Cmhs , 16B ) ; <nl> SIMD_BINOP_CASE ( kArm64I8x16RoundingAverageU , Urhadd , 16B ) ; <nl> + SIMD_UNOP_CASE ( kArm64I8x16Abs , Abs , 16B ) ; <nl> case kArm64S128Zero : { <nl> __ Movi ( i . OutputSimd128Register ( ) . V16B ( ) , 0 ) ; <nl> break ; <nl> mmm a / src / compiler / backend / arm64 / instruction - codes - arm64 . h <nl> ppp b / src / compiler / backend / arm64 / instruction - codes - arm64 . h <nl> namespace compiler { <nl> V ( Arm64I32x4MaxU ) \ <nl> V ( Arm64I32x4GtU ) \ <nl> V ( Arm64I32x4GeU ) \ <nl> + V ( Arm64I32x4Abs ) \ <nl> V ( Arm64I16x8Splat ) \ <nl> V ( Arm64I16x8ExtractLaneU ) \ <nl> V ( Arm64I16x8ExtractLaneS ) \ <nl> namespace compiler { <nl> V ( Arm64I16x8GtU ) \ <nl> V ( Arm64I16x8GeU ) \ <nl> V ( Arm64I16x8RoundingAverageU ) \ <nl> + V ( Arm64I16x8Abs ) \ <nl> V ( Arm64I8x16Splat ) \ <nl> V ( Arm64I8x16ExtractLaneU ) \ <nl> V ( Arm64I8x16ExtractLaneS ) \ <nl> namespace compiler { <nl> V ( Arm64I8x16GtU ) \ <nl> V ( Arm64I8x16GeU ) \ <nl> V ( Arm64I8x16RoundingAverageU ) \ <nl> + V ( Arm64I8x16Abs ) \ <nl> V ( Arm64S128Zero ) \ <nl> V ( Arm64S128Dup ) \ <nl> V ( Arm64S128And ) \ <nl> mmm a / src / compiler / backend / arm64 / instruction - scheduler - arm64 . cc <nl> ppp b / src / compiler / backend / arm64 / instruction - scheduler - arm64 . cc <nl> int InstructionScheduler : : GetTargetInstructionFlags ( <nl> case kArm64I32x4MaxU : <nl> case kArm64I32x4GtU : <nl> case kArm64I32x4GeU : <nl> + case kArm64I32x4Abs : <nl> case kArm64I16x8Splat : <nl> case kArm64I16x8ExtractLaneU : <nl> case kArm64I16x8ExtractLaneS : <nl> int InstructionScheduler : : GetTargetInstructionFlags ( <nl> case kArm64I16x8GtU : <nl> case kArm64I16x8GeU : <nl> case kArm64I16x8RoundingAverageU : <nl> + case kArm64I16x8Abs : <nl> case kArm64I8x16Splat : <nl> case kArm64I8x16ExtractLaneU : <nl> case kArm64I8x16ExtractLaneS : <nl> int InstructionScheduler : : GetTargetInstructionFlags ( <nl> case kArm64I8x16GtU : <nl> case kArm64I8x16GeU : <nl> case kArm64I8x16RoundingAverageU : <nl> + case kArm64I8x16Abs : <nl> case kArm64S128Zero : <nl> case kArm64S128Dup : <nl> case kArm64S128And : <nl> mmm a / src / compiler / backend / arm64 / instruction - selector - arm64 . cc <nl> ppp b / src / compiler / backend / arm64 / instruction - selector - arm64 . cc <nl> void InstructionSelector : : VisitInt64AbsWithOverflow ( Node * node ) { <nl> V ( I32x4UConvertF32x4 , kArm64I32x4UConvertF32x4 ) \ <nl> V ( I32x4UConvertI16x8Low , kArm64I32x4UConvertI16x8Low ) \ <nl> V ( I32x4UConvertI16x8High , kArm64I32x4UConvertI16x8High ) \ <nl> + V ( I32x4Abs , kArm64I32x4Abs ) \ <nl> V ( I16x8SConvertI8x16Low , kArm64I16x8SConvertI8x16Low ) \ <nl> V ( I16x8SConvertI8x16High , kArm64I16x8SConvertI8x16High ) \ <nl> V ( I16x8Neg , kArm64I16x8Neg ) \ <nl> V ( I16x8UConvertI8x16Low , kArm64I16x8UConvertI8x16Low ) \ <nl> V ( I16x8UConvertI8x16High , kArm64I16x8UConvertI8x16High ) \ <nl> + V ( I16x8Abs , kArm64I16x8Abs ) \ <nl> V ( I8x16Neg , kArm64I8x16Neg ) \ <nl> + V ( I8x16Abs , kArm64I8x16Abs ) \ <nl> V ( S128Not , kArm64S128Not ) \ <nl> V ( S1x2AnyTrue , kArm64S1x2AnyTrue ) \ <nl> V ( S1x2AllTrue , kArm64S1x2AllTrue ) \ <nl> mmm a / src / compiler / backend / instruction - selector . cc <nl> ppp b / src / compiler / backend / instruction - selector . cc <nl> void InstructionSelector : : VisitI64x2ReplaceLaneI32Pair ( Node * node ) { <nl> # endif / / ! V8_TARGET_ARCH_IA32 <nl> <nl> # if ! V8_TARGET_ARCH_X64 <nl> - void InstructionSelector : : VisitI8x16Abs ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> - void InstructionSelector : : VisitI16x8Abs ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> - void InstructionSelector : : VisitI32x4Abs ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> # if ! V8_TARGET_ARCH_ARM64 <nl> void InstructionSelector : : VisitI64x2Splat ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> void InstructionSelector : : VisitI64x2ExtractLane ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> void InstructionSelector : : VisitF64x2Qfma ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> void InstructionSelector : : VisitF64x2Qfms ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> void InstructionSelector : : VisitF32x4Qfma ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> void InstructionSelector : : VisitF32x4Qfms ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> + void InstructionSelector : : VisitI8x16Abs ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> + void InstructionSelector : : VisitI16x8Abs ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> + void InstructionSelector : : VisitI32x4Abs ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> # endif / / ! V8_TARGET_ARCH_ARM64 <nl> void InstructionSelector : : VisitI64x2MinS ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> void InstructionSelector : : VisitI64x2MaxS ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> mmm a / test / cctest / wasm / test - run - wasm - simd . cc <nl> ppp b / test / cctest / wasm / test - run - wasm - simd . cc <nl> WASM_SIMD_TEST ( I32x4Neg ) { <nl> base : : NegateWithWraparound ) ; <nl> } <nl> <nl> - # if V8_TARGET_ARCH_X64 <nl> + # if V8_TARGET_ARCH_X64 | | V8_TARGET_ARCH_ARM64 <nl> WASM_SIMD_TEST_NO_LOWERING ( I32x4Abs ) { <nl> RunI32x4UnOpTest ( execution_tier , lower_simd , kExprI32x4Abs , Abs ) ; <nl> } <nl> - # endif <nl> + # endif / / V8_TARGET_ARCH_X64 | | V8_TARGET_ARCH_ARM64 <nl> <nl> WASM_SIMD_TEST ( S128Not ) { <nl> RunI32x4UnOpTest ( execution_tier , lower_simd , kExprS128Not , Not ) ; <nl> WASM_SIMD_TEST ( I16x8Neg ) { <nl> base : : NegateWithWraparound ) ; <nl> } <nl> <nl> - # if V8_TARGET_ARCH_X64 <nl> + # if V8_TARGET_ARCH_X64 | | V8_TARGET_ARCH_ARM64 <nl> WASM_SIMD_TEST_NO_LOWERING ( I16x8Abs ) { <nl> RunI16x8UnOpTest ( execution_tier , lower_simd , kExprI16x8Abs , Abs ) ; <nl> } <nl> - # endif <nl> + # endif / / V8_TARGET_ARCH_X64 | | V8_TARGET_ARCH_ARM64 <nl> <nl> template < typename T = int16_t , typename OpType = T ( * ) ( T , T ) > <nl> void RunI16x8BinOpTest ( ExecutionTier execution_tier , LowerSimd lower_simd , <nl> WASM_SIMD_TEST ( I8x16Neg ) { <nl> base : : NegateWithWraparound ) ; <nl> } <nl> <nl> - # if V8_TARGET_ARCH_X64 <nl> + # if V8_TARGET_ARCH_X64 | | V8_TARGET_ARCH_ARM64 <nl> WASM_SIMD_TEST_NO_LOWERING ( I8x16Abs ) { <nl> RunI8x16UnOpTest ( execution_tier , lower_simd , kExprI8x16Abs , Abs ) ; <nl> } <nl> - # endif <nl> + # endif / / V8_TARGET_ARCH_X64 | | V8_TARGET_ARCH_ARM64 <nl> <nl> / / Tests both signed and unsigned conversion from I16x8 ( packing ) . <nl> WASM_SIMD_TEST ( I8x16ConvertI16x8 ) { <nl> | [ wasm - simd ] [ arm64 ] Implement integer absolute | v8/v8 | 86508e21dd1c10752544348af2949e1272011670 | 2020-02-26T04:59:24Z |
mmm a / examples / no_ui / run . py <nl> ppp b / examples / no_ui / run . py <nl> def run_parent ( ) : <nl> <nl> # Check whether in trading period <nl> if ( <nl> - ( current_time > = DAY_START and current_time < = DAY_END ) or <nl> - ( current_time > = NIGHT_START ) or <nl> - ( current_time < = NIGHT_END ) <nl> + ( current_time > = DAY_START and current_time < = DAY_END ) <nl> + or ( current_time > = NIGHT_START ) <nl> + or ( current_time < = NIGHT_END ) <nl> ) : <nl> trading = True <nl> <nl> | [ Mod ] make flake8 happy | vnpy/vnpy | 17e41b22e911ad9ea474320550ce4a4f37397f6f | 2019-06-14T07:34:40Z |
mmm a / README . md <nl> ppp b / README . md <nl> deep learning programs together to maximize the efficiency and your productivity <nl> <nl> What ' s New <nl> mmmmmmmmm - <nl> + * [ Design Note : Squeeze the Memory Consumption of Deep Learning ] ( http : / / mxnet . readthedocs . org / en / latest / developer - guide / note_memory . html ) <nl> * [ LSTM Example by using symbolic API ] ( https : / / github . com / dmlc / mxnet / tree / master / example / rnn ) <nl> * [ MXNet R Package brings Deep learning for R ! ] ( https : / / github . com / dmlc / mxnet / tree / master / R - package ) <nl> - * [ Note on Dependency Engine for Deep Learning ] ( http : / / mxnet . readthedocs . org / en / latest / developer - guide / note_engine . html ) <nl> + * [ Design Note : Dependency Engine for Deep Learning ] ( http : / / mxnet . readthedocs . org / en / latest / developer - guide / note_engine . html ) <nl> <nl> Contents <nl> mmmmmm - - <nl> mmm a / doc / developer - guide / index . md <nl> ppp b / doc / developer - guide / index . md <nl> Open Source Design Notes <nl> * [ Dependency Engine for Deep Learning ] ( note_engine . md ) <nl> - Introduces the dependency tracking and scheduling component for general deep learning , <nl> this motivates the design of Engine module . <nl> - <nl> + * [ Squeeze the Memory Consumption of Deep Learning ] ( note_memory . md ) <nl> + - Introduces how we can reduce memory consumption of deep nets <nl> + <nl> List of Other Resources <nl> mmmmmmmmmmmmmmmmmmmmm - - <nl> * [ Doxygen Version of C + + API ] ( https : / / mxnet . readthedocs . org / en / latest / doxygen ) gives a comprehensive document of C + + API . <nl> new file mode 100644 <nl> index 00000000000 . . 544a2d1f6f1 <nl> mmm / dev / null <nl> ppp b / doc / developer - guide / note_memory . md <nl> <nl> + Squeeze the Memory Consumption of Deep Learning <nl> + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> + One important theme about deep learning is to train deeper and larger nets . <nl> + While the hardware has been upgraded rapidly in recent years , the huge deepnet monsters are <nl> + always hungry about the GPU RAMS . Being able to use less memory for the same net also means we can <nl> + user larger batch size , and usually higher GPU utilization rate . <nl> + <nl> + This article discusses how memory allocation optimization can be done for deep neural nets , and provide <nl> + some of candidate solutions to the problems . The solutions discussed in this article is by no means complete , <nl> + but rather as example that we think is useful to most cases . <nl> + <nl> + Computation Graph <nl> + mmmmmmmmmmmmmmm - - <nl> + We will start the discussion by introducing computation graph , since this is the tool that will help us in the later <nl> + part of the section . Computation graph describes the ( data - flow ) dependencies between the operations in the deep nets . <nl> + The operation performed in the graph can either be fine - grained or coarse grained . <nl> + The following figure gives two examples of computation graph . <nl> + <nl> + ! [ Comp Graph Example ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / comp_graph_example . png ) <nl> + <nl> + The idea of computation graph is deeply rooted in the packages such as Theano , CGT . Actually they also exists implicitly <nl> + in most libraries as the network configuration . The major difference in these library comes to how do they calculate gradient . <nl> + There are mainly two ways , doing back - propagation on the same graph , or have an explicit backward path that calculates <nl> + the gradient needed . <nl> + <nl> + ! [ Backward Graph ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / back_graph . png ) <nl> + <nl> + Libraries like caffe , cxxnet , torch uses the backprop on same graph . While libraries like Theano , CGT takes the explicit <nl> + backward path approach . We will adopt the * * * explicit backward path * * * way in the article , because it brings several advantages <nl> + in turns of optimization . <nl> + <nl> + However , we should emphasize that choosing the explicit backward path way for execution will not restrict us <nl> + to scope of symbolic libraries such as Theano , CGT . We can also use the explicit backward path for gradient calculation of <nl> + layer - based ( which ties forward , backward together ) libraries . The following graph shows how this can be done . <nl> + Basically , we can introduce a backward node that links to the forward node of the graph , and calls the ` ` ` layer . backward ` ` ` <nl> + in the backward operations . <nl> + <nl> + ! [ Backward Layer ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / explicit_back_layer . png ) <nl> + <nl> + So this discussion applies to almost all deep learning libraries that exists <nl> + ( There are differences between these libraries , e . g . high order differentiation . which are beyond the scope of in this article ) . <nl> + <nl> + Why explicit backward path is better ? Let us explain it with two examples . The first reason is that the explicit backward path <nl> + clearly describes the dependency between the computation . Consider the following case , where we want to get <nl> + the gradient of A and B . As we can see clearly from the graph , that computation of ` ` ` d ( C ) ` ` ` gradient do not depend on F . <nl> + This means we can free the memory of ` ` ` F ` ` ` right after the the forward computation is done , similarly the memory <nl> + of ` ` ` C ` ` ` can be recycled . <nl> + <nl> + ! [ Backward Prune ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / back_dep_prune . png ) <nl> + <nl> + Another advantage of explicit backward path is to be able to have a different backward path rather than an mirror of forward one . <nl> + One common example is the split connection case , as shown in the following figure . <nl> + <nl> + ! [ Backward Agg ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / back_agg_grad . png ) <nl> + <nl> + In this example , the output of B is referenced by two operations . If we want to do the gradient calculation in the same <nl> + network , an explicit split layer need to be introduced . This means we need to do the split for the forward pass as well . <nl> + In this figure , the forward pass do not contain a split layer , but the graph will automatically insert a gradient <nl> + aggregation node before passing gradient back to B . This helps us to save the memory cost of allocating output of <nl> + split layer , as well as operation cost of replicate the data in forward pass . <nl> + <nl> + If we adopt the explicit backward view of computation graph , there is no difference between the forward pass <nl> + and backward pass . We will simply go forward in topological order of the computation graph , and carry out computations . <nl> + This also simplifies our discussions . The problem now becomes : <nl> + <nl> + - How to allocate the memory of each output node of a computation graph ? <nl> + <nl> + Hmm , seems it has nothing to do with deep learning , but more of context of compiling , data flow optimization etc . <nl> + But it is really the hungry monster of deep learning that motivates us attack this problem , and benefit from it . <nl> + <nl> + What can be Optimized <nl> + mmmmmmmmmmmmmmmmmmmmm <nl> + Hopefully you are convinced that the computation graph is a good way to discuss memory allocation optimization techniques . <nl> + As you can see some memory saving can already been bought by using explicit backward graph . Let us discuss more about <nl> + what optimization we can do , and what is the baseline . <nl> + <nl> + Asumme we want to build a neural net with ` ` ` n ` ` ` layers . A typical implementation of neural net will <nl> + need to allocate node space for output of each layer , as well as gradient values for back - propagation . <nl> + This means we need roughly ` ` ` 2 n ` ` ` memory cells . This is the same in the explicit backward graph case , as <nl> + the number of nodes in backward pass in roughly the same as forward pass . <nl> + <nl> + # # # Inplace Operations <nl> + One of the very first thing that we can do is inplace memory sharing of operations . This is usually done for <nl> + simple operations such as activation functions . Consider the following case , where we want to <nl> + compute the value of three chained sigmoid function . <nl> + <nl> + ! [ Inplace op ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / alloc_inline . png ) <nl> + <nl> + Because we can compute sigmoid in the ` ` ` inplace ` ` ` manner , that is , use the same memory for input and output . <nl> + We can simply allocate one copy of memory , and use it compute arbitrary length of sigmoid chain . <nl> + <nl> + However , the inplace optimization sometimes can be done in the wrong way , especially when the package tries <nl> + to be a bit general . Consider the following case , where the value of B is not only used by C , but also F . <nl> + <nl> + ! [ Inplace trap ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / alloc_inline_trap . png ) <nl> + <nl> + We cannot perform inplace optimization because the value of B is still needed after ` ` ` C = sigmoid ( B ) ` ` ` is computed . <nl> + So an algorithm that simply do inplace optimization for every sigmoid operation might fall into such trap , <nl> + and we need to be careful on when we can do it . <nl> + <nl> + # # # Normal Memory Sharing <nl> + Memories can also be shared besides the inplace operation . Consider the following case , because the <nl> + value of B is no longer needed when we compute E , we can reuse the memory to hold the result of E . <nl> + <nl> + ! [ Normal Sharing ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / alloc_normal . png ) <nl> + <nl> + We would like to point out that is * * * memory sharing does not necessarily require same data shape * * * * . <nl> + In the above example , the shape of ` ` ` B ` ` ` and ` ` ` E ` ` ` can be different , and we can simply allocate a <nl> + memory region that is the maximum of the two sizes and share it between the two . <nl> + <nl> + # # # Real Neural Net Allocation Example <nl> + The above examples are all make up cases , that only contains the computation of the forward pass . <nl> + Actually the idea holds the same for the real neural net cases . The following figure shows an allocation <nl> + plan we can do for a two layer perception . <nl> + <nl> + ! [ Net Alloc ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / alloc_mlp . png ) <nl> + <nl> + In the above example : <nl> + - Inplace optimization is applied on computing ` ` ` act1 ` ` ` , ` ` ` d ( fc1 ) ` ` ` , ` ` ` out ` ` ` and ` ` ` d ( fc2 ) ` ` ` . <nl> + - The memory sharing is used between ` ` ` d ( act1 ) ` ` ` and ` ` ` d ( A ) ` ` ` . <nl> + <nl> + Memory Allocation Algorithm <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> + We have discussed how the general techniques to optimize memory allocations in previous section . <nl> + However , we also see that there are traps which we want to avoid like the inplace case . <nl> + How can we allocate the memory correctly ? This is not a new problem . For example , it is very similar <nl> + to register allocation in compilers . So there could be a lot we can borrow . We do not attempt to give <nl> + a comprehensive review of techniques here , but rather introduce some simple but useful trick to attack <nl> + the problem . <nl> + <nl> + The key problem is we want to place resources , such that they do not conflict each other . <nl> + More specifically , each variable have a ` ` ` life time ` ` ` between the time it get computed till the last time it get used . <nl> + In the multilayer perception case , the ` ` ` life time ` ` ` of ` ` ` fc1 ` ` ` ends after ` ` ` act1 ` ` ` get computed . <nl> + <nl> + ! [ Net Alloc ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / alloc_mlp . png ) <nl> + <nl> + The principle is * * * to only allow memory sharing between the variables whose lifetime do not overlap * * * . There are multiple <nl> + ways to solve this problem . One possible way is to construct the conflicting graph of with each variable as node and link edge <nl> + between variables with overlapping lifespan , and run a graph - coloring algorithm . This will likely require ` ` ` $ O ( n ^ 2 ) $ ` ` ` <nl> + complexity where ` ` ` n ` ` ` is number of nodes in the graph , which could be an reasonable price to pay . <nl> + <nl> + We will introduce another simple heuristic here . The idea is to simulate the procedure of traversing the graph , <nl> + and keep a counter of future operations that depends on the node . <nl> + <nl> + ! [ Alloc ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / alloc_step . png ) <nl> + <nl> + - An inplace optimization can be performed when only current operation depend on the source ( i . e . counter = 1 ) <nl> + - A memory can be recycled into the box on the upper right corner when counter goes to 0 <nl> + - Every time , when we need new memory , we can either get it from the box , or allocate a new one . <nl> + <nl> + One note is that during the simulation , no memory is allocated , but we rather keep record of how much memory each node need , <nl> + and allocate the maximum of the shared parts in the final memory plan . <nl> + <nl> + # # # Static vs Dynamic Allocation <nl> + <nl> + If you think carefully , you will find the above strategy exactly simulates the dynamic memory allocation procedure in imperative <nl> + languages such as python . The counter is the reference counter of each memory object , and the object get garbage collected when <nl> + the reference counter goes to zero . In that sense , we are simulating the dynamic memory allocation once to create a static allocation plan . <nl> + Now the question is , can we simply use an imperative language that dynamically allocates and de - allocates memories ? <nl> + <nl> + The major difference is that the static allocation is only done once , so we can afford to use more complicated algorithms <nl> + - For example , do searching over memories sizes that are similar to the require memory block . <nl> + - The allocation can also be made graph aware , see more discussion in next section . <nl> + - The dynamic way will push more pressure on fast memory allocator and garbage collector . <nl> + <nl> + There is also one takeaway for users who want to reply on dynamic memory allocations : <nl> + * * * do not take unnecessary reference of object * * * . For example , if we organize all the nodes in <nl> + a list and store then in a Net object , these nodes will never get de - referenced , getting us no gain of the space . <nl> + Unfortunately , this is one common way to organize the code . <nl> + <nl> + <nl> + Allocation for on Parallel Operations <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + In the previous section , we discussed how we can ` ` ` simulate ` ` ` the running procedure of computation graph , <nl> + and get a static allocation plan . However , there are more problems when we want to optimize for parallel computation <nl> + as resource sharing and parallelization are on the two ends of a balance . <nl> + Let us look at the following two allocation plan for the same graph : <nl> + <nl> + ! [ Parallel Alloc ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / parallel_alloc . png ) <nl> + <nl> + Both allocation plans are valid , if we run the computation in a serial manner from ` ` ` A [ 1 ] ` ` ` to ` ` ` A [ 8 ] ` ` ` . <nl> + However , the allocation plan on the left side introduces extra dependencies , which means we cannot <nl> + run computation of ` ` ` A [ 2 ] ` ` ` and ` ` ` A [ 5 ] ` ` ` in parallel , while the right one can . <nl> + <nl> + As we can see that if we want to parallelizing the computation , more care need to be done in terms of computation . <nl> + <nl> + # # # Stay Safe and Correct First <nl> + Stay correct , this is the very first principle we need to know . This means execute in a way to take the implicit dependency <nl> + memory sharing into consideration . This can done by adding the implicit dependency edge to execution graph . <nl> + Or even simpler , if the execution engine is mutate aware as described in the <nl> + [ dependency engine note ] ( http : / / mxnet . readthedocs . org / en / latest / developer - guide / note_engine . html ) , push the operation <nl> + in sequence and write to the same variable tag that represents the same memory region . <nl> + <nl> + Another way is always produce memory allocation plan that is safe , which means never allocate same memory to nodes that can <nl> + be parallelized . This may not be the ideal case , because sometimes memory reduction is more desirable , and there is not too <nl> + much gain we can get by multiple computing stream execution on the same GPU . <nl> + <nl> + # # # Try to Allow More Parallelization <nl> + Given that we can always be correct , we are now safe to do some optimizations . The general idea is to try to <nl> + encourage memory sharing between nodes that cannot be parallelized . This again can be done by creating a ancestor relation <nl> + graph and query this during allocation , which cost around ` ` ` $ O ( n ^ 2 ) $ ` ` ` time to construct . We can also use heuristic here , <nl> + for example , one way is to color the path in the graph . <nl> + The idea is shown in the figure below , every time we tries to find a longest path in the graph , color them to same color , <nl> + and continue . <nl> + <nl> + ! [ Path Color ] ( https : / / raw . githubusercontent . com / dmlc / web - data / master / mxnet / memory / graph_color . png ) <nl> + <nl> + After we get the color of the node , we can only allow sharing ( or encourage such sharing ) between nodes in the same color . <nl> + This is a more strict version than the ancestor relation , but only cost ` ` ` $ O ( n ) $ ` ` ` time if we only search for first ` ` ` k ` ` ` path . <nl> + <nl> + The strategy discussed here is by no means the only solution , we can expect more sophisticated approaches along this line . <nl> + <nl> + How much can We Save <nl> + mmmmmmmmmmmmmmmmmm - - <nl> + Thanks for reading till this part ! We have discussed the techniques and algorithms we can use to squeeze the memory usage of deep learning . <nl> + Now comes the question on how much we can really save by using these techniques . The answer is we can roughly reduce the memory consumption <nl> + by half using these techniques . <nl> + <nl> + Most of the ideas in this article inspires the design of mxnet . <nl> + We provide an [ Memory Cost Estimation Script ] ( https : / / github . com / dmlc / mxnet / tree / master / example / memcost ) , <nl> + which you can play with to see how much memory we need under different strategies . <nl> + <nl> + If you play with the script , there is one option called ` ` ` forward_only ` ` ` , which shows the cost only running the forward pass . <nl> + You will find that the cost is extremely low compared to others . You won ' t be surprised if you read previous part of <nl> + the article , this is simply because more memory re - use if we only run the forward pass . So here are the two takeaways : <nl> + <nl> + - Use computation graph to allocate the memory smartly and correctly . <nl> + - Running deep learning prediction cost much less memory than deep learning training . <nl> + <nl> + Contribution to this Note <nl> + mmmmmmmmmmmmmmmmmmmmmmmm - <nl> + This note is part of our effort to [ open - source system design notes ] ( http : / / mxnet . readthedocs . org / en / latest / # open - source - design - notes ) <nl> + for deep learning libraries . You are more welcomed to contribute to this Note , by submitting a pull request . <nl> + <nl> mmm a / doc / index . md <nl> ppp b / doc / index . md <nl> in terms of abstraction , optimization and trade - offs . <nl> <nl> * [ Programming Models for Deep Learning ] ( program_model . md ) <nl> * [ Dependency Engine for Deep Learning ] ( developer - guide / note_engine . md ) <nl> + * [ Squeeze the Memory Consumption of Deep Learning ] ( developer - guide / note_memory . md ) <nl> <nl> Indices and tables <nl> mmmmmmmmmmmmmmmmmm <nl> new file mode 100644 <nl> index 00000000000 . . ca6b543be4d <nl> mmm / dev / null <nl> ppp b / example / memcost / Makefile <nl> <nl> + <nl> + . PHONY : no_optimization with_inplace with_sharing with_both <nl> + <nl> + no_optimization : <nl> + @ echo " Estimating the cost with no optimization . . . " <nl> + @ MXNET_EXEC_ENABLE_INPLACE = false MXNET_EXEC_MATCH_RANGE = 0 python inception_memcost . py <nl> + <nl> + with_inplace : <nl> + @ echo " Estimating the cost with inplace optimization . . . " <nl> + @ MXNET_EXEC_ENABLE_INPLACE = true MXNET_EXEC_MATCH_RANGE = 0 python inception_memcost . py <nl> + <nl> + with_sharing : <nl> + @ echo " Estimating the cost with memory sharing . . . " <nl> + @ MXNET_EXEC_ENABLE_INPLACE = false python inception_memcost . py <nl> + <nl> + with_both : <nl> + @ echo " Estimating the cost with all optimizations . . . " <nl> + @ python inception_memcost . py <nl> + <nl> + forward_only : <nl> + @ echo " Estimating the cost of forward only . . . " <nl> + @ python inception_memcost . py ' null ' <nl> new file mode 100644 <nl> index 00000000000 . . c3a908490bc <nl> mmm / dev / null <nl> ppp b / example / memcost / README . md <nl> <nl> + Memory Cost of Deep Nets under Different Allocations <nl> + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> + This folder contains a script to show the memory cost of different allocation strategies , <nl> + discussed in [ Note on Memory Optimization ] ( http : / / mxnet . readthedocs . org / en / latest / developer - guide / note_memory . html ) . <nl> + <nl> + We use inception - bn as an example , with batch size of 32 . <nl> + <nl> + How to See the cost <nl> + mmmmmmmmmmmmmmmmmm - <nl> + The possible options are gathered together in the [ Makefile ] ( Makefile ) . <nl> + Type the following command to see the allocation cost . Look for the <nl> + ` ` ` Final message Total x MB allocated ` ` ` <nl> + - ` ` ` make no_optimization ` ` ` <nl> + - Shows the cost without any optimization . <nl> + - ` ` ` make with_inplace ` ` ` <nl> + - Shows the cost with inplace optimization . <nl> + - ` ` ` make with_sharing ` ` ` <nl> + - Shows the cost with memory allocating algorithm for sharing . <nl> + - ` ` ` make with_both ` ` ` <nl> + - Shows the cost of memory allocation with both inplace and sharing optimization . <nl> + - ` ` ` make forward_only ` ` ` <nl> + - Shows the cost of when we only want to run forward pass . <nl> + <nl> + Notes <nl> + mmm - - <nl> + - You can change the symbol in the [ inception_memcost . py ] ( inception_memcost . py ) to the net you interested in . <nl> + - You will need to install mxnet or type make on the root folder before use the script . <nl> + - The estimation is only on space cost of intermediate node and weights . <nl> + - The cost of temporal workspace is not estimated . <nl> + - The estimation does real allocation on CPU , the plan is the same on GPU . <nl> new file mode 100644 <nl> index 00000000000 . . 8183c677472 <nl> mmm / dev / null <nl> ppp b / example / memcost / inception_memcost . py <nl> <nl> + # pylint : skip - file <nl> + import sys <nl> + sys . path . append ( ' . . / . . / python / ' ) <nl> + import mxnet as mx <nl> + import logging <nl> + <nl> + def ConvFactory ( data , num_filter , kernel , stride = ( 1 , 1 ) , pad = ( 0 , 0 ) , name = None , suffix = ' ' ) : <nl> + conv = mx . symbol . Convolution ( data = data , num_filter = num_filter , kernel = kernel , stride = stride , pad = pad , name = ' conv_ % s % s ' % ( name , suffix ) ) <nl> + bn = mx . symbol . BatchNorm ( data = conv , name = ' bn_ % s % s ' % ( name , suffix ) ) <nl> + act = mx . symbol . Activation ( data = bn , act_type = ' relu ' , name = ' relu_ % s % s ' % ( name , suffix ) ) <nl> + return act <nl> + <nl> + def InceptionFactoryA ( data , num_1x1 , num_3x3red , num_3x3 , num_d3x3red , num_d3x3 , pool , proj , name ) : <nl> + # 1x1 <nl> + c1x1 = ConvFactory ( data = data , num_filter = num_1x1 , kernel = ( 1 , 1 ) , name = ( ' % s_1x1 ' % name ) ) <nl> + # 3x3 reduce + 3x3 <nl> + c3x3r = ConvFactory ( data = data , num_filter = num_3x3red , kernel = ( 1 , 1 ) , name = ( ' % s_3x3 ' % name ) , suffix = ' _reduce ' ) <nl> + c3x3 = ConvFactory ( data = c3x3r , num_filter = num_3x3 , kernel = ( 3 , 3 ) , pad = ( 1 , 1 ) , name = ( ' % s_3x3 ' % name ) ) <nl> + # double 3x3 reduce + double 3x3 <nl> + cd3x3r = ConvFactory ( data = data , num_filter = num_d3x3red , kernel = ( 1 , 1 ) , name = ( ' % s_double_3x3 ' % name ) , suffix = ' _reduce ' ) <nl> + cd3x3 = ConvFactory ( data = cd3x3r , num_filter = num_d3x3 , kernel = ( 3 , 3 ) , pad = ( 1 , 1 ) , name = ( ' % s_double_3x3_0 ' % name ) ) <nl> + cd3x3 = ConvFactory ( data = cd3x3 , num_filter = num_d3x3 , kernel = ( 3 , 3 ) , pad = ( 1 , 1 ) , name = ( ' % s_double_3x3_1 ' % name ) ) <nl> + # pool + proj <nl> + pooling = mx . symbol . Pooling ( data = data , kernel = ( 3 , 3 ) , stride = ( 1 , 1 ) , pad = ( 1 , 1 ) , pool_type = pool , name = ( ' % s_pool_ % s_pool ' % ( pool , name ) ) ) <nl> + cproj = ConvFactory ( data = pooling , num_filter = proj , kernel = ( 1 , 1 ) , name = ( ' % s_proj ' % name ) ) <nl> + # concat <nl> + concat = mx . symbol . Concat ( * [ c1x1 , c3x3 , cd3x3 , cproj ] , name = ' ch_concat_ % s_chconcat ' % name ) <nl> + return concat <nl> + <nl> + def InceptionFactoryB ( data , num_3x3red , num_3x3 , num_d3x3red , num_d3x3 , name ) : <nl> + # 3x3 reduce + 3x3 <nl> + c3x3r = ConvFactory ( data = data , num_filter = num_3x3red , kernel = ( 1 , 1 ) , name = ( ' % s_3x3 ' % name ) , suffix = ' _reduce ' ) <nl> + c3x3 = ConvFactory ( data = c3x3r , num_filter = num_3x3 , kernel = ( 3 , 3 ) , pad = ( 1 , 1 ) , stride = ( 2 , 2 ) , name = ( ' % s_3x3 ' % name ) ) <nl> + # double 3x3 reduce + double 3x3 <nl> + cd3x3r = ConvFactory ( data = data , num_filter = num_d3x3red , kernel = ( 1 , 1 ) , name = ( ' % s_double_3x3 ' % name ) , suffix = ' _reduce ' ) <nl> + cd3x3 = ConvFactory ( data = cd3x3r , num_filter = num_d3x3 , kernel = ( 3 , 3 ) , pad = ( 1 , 1 ) , stride = ( 1 , 1 ) , name = ( ' % s_double_3x3_0 ' % name ) ) <nl> + cd3x3 = ConvFactory ( data = cd3x3 , num_filter = num_d3x3 , kernel = ( 3 , 3 ) , pad = ( 1 , 1 ) , stride = ( 2 , 2 ) , name = ( ' % s_double_3x3_1 ' % name ) ) <nl> + # pool + proj <nl> + pooling = mx . symbol . Pooling ( data = data , kernel = ( 3 , 3 ) , stride = ( 2 , 2 ) , pool_type = " max " , name = ( ' max_pool_ % s_pool ' % name ) ) <nl> + # concat <nl> + concat = mx . symbol . Concat ( * [ c3x3 , cd3x3 , pooling ] , name = ' ch_concat_ % s_chconcat ' % name ) <nl> + return concat <nl> + <nl> + def inception ( nhidden , grad_scale ) : <nl> + # data <nl> + data = mx . symbol . Variable ( name = " data " ) <nl> + # stage 1 <nl> + conv1 = ConvFactory ( data = data , num_filter = 64 , kernel = ( 7 , 7 ) , stride = ( 2 , 2 ) , pad = ( 3 , 3 ) , name = ' conv1 ' ) <nl> + pool1 = mx . symbol . Pooling ( data = conv1 , kernel = ( 3 , 3 ) , stride = ( 2 , 2 ) , name = ' pool1 ' , pool_type = ' max ' ) <nl> + # stage 2 <nl> + conv2red = ConvFactory ( data = pool1 , num_filter = 64 , kernel = ( 1 , 1 ) , stride = ( 1 , 1 ) , name = ' conv2red ' ) <nl> + conv2 = ConvFactory ( data = conv2red , num_filter = 192 , kernel = ( 3 , 3 ) , stride = ( 1 , 1 ) , pad = ( 1 , 1 ) , name = ' conv2 ' ) <nl> + pool2 = mx . symbol . Pooling ( data = conv2 , kernel = ( 3 , 3 ) , stride = ( 2 , 2 ) , name = ' pool2 ' , pool_type = ' max ' ) <nl> + # stage 2 <nl> + in3a = InceptionFactoryA ( pool2 , 64 , 64 , 64 , 64 , 96 , " avg " , 32 , ' 3a ' ) <nl> + in3b = InceptionFactoryA ( in3a , 64 , 64 , 96 , 64 , 96 , " avg " , 64 , ' 3b ' ) <nl> + in3c = InceptionFactoryB ( in3b , 128 , 160 , 64 , 96 , ' 3c ' ) <nl> + # stage 3 <nl> + in4a = InceptionFactoryA ( in3c , 224 , 64 , 96 , 96 , 128 , " avg " , 128 , ' 4a ' ) <nl> + in4b = InceptionFactoryA ( in4a , 192 , 96 , 128 , 96 , 128 , " avg " , 128 , ' 4b ' ) <nl> + in4c = InceptionFactoryA ( in4b , 160 , 128 , 160 , 128 , 160 , " avg " , 128 , ' 4c ' ) <nl> + in4d = InceptionFactoryA ( in4c , 96 , 128 , 192 , 160 , 192 , " avg " , 128 , ' 4d ' ) <nl> + in4e = InceptionFactoryB ( in4d , 128 , 192 , 192 , 256 , ' 4e ' ) <nl> + # stage 4 <nl> + in5a = InceptionFactoryA ( in4e , 352 , 192 , 320 , 160 , 224 , " avg " , 128 , ' 5a ' ) <nl> + in5b = InceptionFactoryA ( in5a , 352 , 192 , 320 , 192 , 224 , " max " , 128 , ' 5b ' ) <nl> + # global avg pooling <nl> + avg = mx . symbol . Pooling ( data = in5b , kernel = ( 7 , 7 ) , stride = ( 1 , 1 ) , name = " global_pool " , pool_type = ' avg ' ) <nl> + # linear classifier <nl> + flatten = mx . symbol . Flatten ( data = avg , name = ' flatten ' ) <nl> + fc1 = mx . symbol . FullyConnected ( data = flatten , num_hidden = nhidden , name = ' fc1 ' ) <nl> + softmax = mx . symbol . Softmax ( data = fc1 , name = ' softmax ' ) <nl> + return softmax <nl> + <nl> + <nl> + <nl> + softmax = inception ( 1000 , 1 . 0 ) <nl> + batch_size = 32 <nl> + softmax = inception ( 1000 , 1 . 0 ) <nl> + <nl> + if len ( sys . argv ) = = 2 : <nl> + grad_req = sys . argv [ 1 ] <nl> + else : <nl> + grad_req = ' write ' <nl> + <nl> + texec = softmax . simple_bind ( ctx = mx . cpu ( ) , <nl> + data = ( batch_size , 3 , 224 , 224 ) , <nl> + grad_req = grad_req ) <nl> + # We extract the memory cost from the execution plan <nl> + print ( texec . debug_str ( ) . split ( ' \ n ' ) [ - 3 ] ) <nl> | Merge pull request from tqchen / master | apache/incubator-mxnet | dc501d3a4ef0e746d04a5564b6da907404ecde85 | 2015-10-23T04:39:46Z |
mmm a / buildscripts / resmokelib / testing / hooks / interface . py <nl> ppp b / buildscripts / resmokelib / testing / hooks / interface . py <nl> def run_dynamic_test ( self , test_report ) : <nl> self . run_test ( ) <nl> except ( errors . TestFailure , self . failureException ) as err : <nl> self . return_code = 1 <nl> - self . logger . exception ( " { 0 } failed " . format ( self . description ) ) <nl> + self . logger . error ( " { 0 } failed " . format ( self . description ) ) <nl> test_report . addFailure ( self , sys . exc_info ( ) ) <nl> raise errors . TestFailure ( err . args [ 0 ] ) <nl> except : <nl> | SERVER - 35100 Do not log exception on dynamic test failure | mongodb/mongo | bc2902cbf59d877253ce6eb94451515aa1e47062 | 2018-06-05T17:43:26Z |
mmm a / src / mongo / s / catalog / replset / sharding_catalog_manager_impl . cpp <nl> ppp b / src / mongo / s / catalog / replset / sharding_catalog_manager_impl . cpp <nl> StatusWith < Shard : : CommandResponse > ShardingCatalogManagerImpl : : _runCommandForAdd <nl> <nl> StatusWith < ShardType > ShardingCatalogManagerImpl : : _validateHostAsShard ( <nl> OperationContext * txn , <nl> - ShardRegistry * shardRegistry , <nl> - const ConnectionString & connectionString , <nl> - const std : : string * shardProposedName ) { <nl> - if ( connectionString . type ( ) = = ConnectionString : : INVALID ) { <nl> - return { ErrorCodes : : BadValue , " Invalid connection string " } ; <nl> - } <nl> - <nl> - if ( shardProposedName & & shardProposedName - > empty ( ) ) { <nl> - return { ErrorCodes : : BadValue , " shard name cannot be empty " } ; <nl> - } <nl> - <nl> - / / TODO : Don ' t create a detached Shard object , create a detached RemoteCommandTargeter instead . <nl> - const std : : shared_ptr < Shard > shardConn { shardRegistry - > createConnection ( connectionString ) } ; <nl> - invariant ( shardConn ) ; <nl> - auto targeter = shardConn - > getTargeter ( ) ; <nl> - <nl> + std : : shared_ptr < RemoteCommandTargeter > targeter , <nl> + const std : : string * shardProposedName , <nl> + const ConnectionString & connectionString ) { <nl> / / Check whether any host in the connection is already part of the cluster . <nl> - shardRegistry - > reload ( txn ) ; <nl> + Grid : : get ( txn ) - > shardRegistry ( ) - > reload ( txn ) ; <nl> for ( const auto & hostAndPort : connectionString . getServers ( ) ) { <nl> std : : shared_ptr < Shard > shard ; <nl> - shard = shardRegistry - > getShardNoReload ( hostAndPort . toString ( ) ) ; <nl> + shard = Grid : : get ( txn ) - > shardRegistry ( ) - > getShardNoReload ( hostAndPort . toString ( ) ) ; <nl> if ( shard ) { <nl> return { ErrorCodes : : OperationFailed , <nl> str : : stream ( ) < < " ' " < < hostAndPort . toString ( ) < < " ' " <nl> StatusWith < ShardType > ShardingCatalogManagerImpl : : _validateHostAsShard ( <nl> / / TODO : If / When mongos ever supports opCommands , this logic will break because <nl> / / cmdStatus will be OK . <nl> return { ErrorCodes : : RPCProtocolNegotiationFailed , <nl> - str : : stream ( ) < < shardConn - > toString ( ) <nl> + str : : stream ( ) < < targeter - > connectionString ( ) . toString ( ) <nl> < < " does not recognize the RPC protocol being used . This is " <nl> < < " likely because it contains a node that is a mongos or an old " <nl> < < " version of mongod . " } ; <nl> StatusWith < ShardType > ShardingCatalogManagerImpl : : _validateHostAsShard ( <nl> auto resIsMasterStatus = std : : move ( swCommandResponse . getValue ( ) . commandStatus ) ; <nl> if ( ! resIsMasterStatus . isOK ( ) ) { <nl> return { resIsMasterStatus . code ( ) , <nl> - str : : stream ( ) < < " Error running isMaster against " < < shardConn - > toString ( ) < < " : " <nl> + str : : stream ( ) < < " Error running isMaster against " <nl> + < < targeter - > connectionString ( ) . toString ( ) <nl> + < < " : " <nl> < < causedBy ( resIsMasterStatus ) } ; <nl> } <nl> <nl> StatusWith < ShardType > ShardingCatalogManagerImpl : : _validateHostAsShard ( <nl> <nl> / / Retrieve the most up to date connection string that we know from the replica set monitor ( if <nl> / / this is a replica set shard , otherwise it will be the same value as connectionString ) . <nl> - ConnectionString actualShardConnStr = shardConn - > getTargeter ( ) - > connectionString ( ) ; <nl> + ConnectionString actualShardConnStr = targeter - > connectionString ( ) ; <nl> <nl> ShardType shard ; <nl> shard . setName ( actualShardName ) ; <nl> StatusWith < ShardType > ShardingCatalogManagerImpl : : _validateHostAsShard ( <nl> } <nl> <nl> StatusWith < std : : vector < std : : string > > ShardingCatalogManagerImpl : : _getDBNamesListFromShard ( <nl> - OperationContext * txn , ShardRegistry * shardRegistry , const ConnectionString & connectionString ) { <nl> - / / TODO : Don ' t create a detached Shard object , create a detached RemoteCommandTargeter instead . <nl> - const std : : shared_ptr < Shard > shardConn { <nl> - shardRegistry - > createConnection ( connectionString ) . release ( ) } ; <nl> - invariant ( shardConn ) ; <nl> + OperationContext * txn , std : : shared_ptr < RemoteCommandTargeter > targeter ) { <nl> <nl> - auto swCommandResponse = _runCommandForAddShard ( <nl> - txn , shardConn - > getTargeter ( ) . get ( ) , " admin " , BSON ( " listDatabases " < < 1 ) ) ; <nl> + auto swCommandResponse = <nl> + _runCommandForAddShard ( txn , targeter . get ( ) , " admin " , BSON ( " listDatabases " < < 1 ) ) ; <nl> if ( ! swCommandResponse . isOK ( ) ) { <nl> return swCommandResponse . getStatus ( ) ; <nl> } <nl> StatusWith < string > ShardingCatalogManagerImpl : : addShard ( <nl> const std : : string * shardProposedName , <nl> const ConnectionString & shardConnectionString , <nl> const long long maxSize ) { <nl> + if ( shardConnectionString . type ( ) = = ConnectionString : : INVALID ) { <nl> + return { ErrorCodes : : BadValue , " Invalid connection string " } ; <nl> + } <nl> + <nl> + if ( shardProposedName & & shardProposedName - > empty ( ) ) { <nl> + return { ErrorCodes : : BadValue , " shard name cannot be empty " } ; <nl> + } <nl> + <nl> + / / TODO : Don ' t create a detached Shard object , create a detached RemoteCommandTargeter instead . <nl> + const std : : shared_ptr < Shard > shard { <nl> + Grid : : get ( txn ) - > shardRegistry ( ) - > createConnection ( shardConnectionString ) } ; <nl> + invariant ( shard ) ; <nl> + auto targeter = shard - > getTargeter ( ) ; <nl> + <nl> / / Validate the specified connection string may serve as shard at all <nl> auto shardStatus = <nl> - _validateHostAsShard ( txn , grid . shardRegistry ( ) , shardConnectionString , shardProposedName ) ; <nl> + _validateHostAsShard ( txn , targeter , shardProposedName , shardConnectionString ) ; <nl> if ( ! shardStatus . isOK ( ) ) { <nl> / / TODO : This is a workaround for the case were we could have some bad shard being <nl> / / requested to be added and we put that bad connection string on the global replica set <nl> StatusWith < string > ShardingCatalogManagerImpl : : addShard ( <nl> <nl> ShardType & shardType = shardStatus . getValue ( ) ; <nl> <nl> - auto dbNamesStatus = _getDBNamesListFromShard ( txn , grid . shardRegistry ( ) , shardConnectionString ) ; <nl> + auto dbNamesStatus = _getDBNamesListFromShard ( txn , targeter ) ; <nl> if ( ! dbNamesStatus . isOK ( ) ) { <nl> return dbNamesStatus . getStatus ( ) ; <nl> } <nl> StatusWith < string > ShardingCatalogManagerImpl : : addShard ( <nl> commandRequest . setNS ( NamespaceString : : kConfigCollectionNamespace ) ; <nl> commandRequest . setWriteConcern ( kMajorityWriteConcern . toBSON ( ) ) ; <nl> <nl> - const std : : shared_ptr < Shard > shardConn { <nl> - Grid : : get ( txn ) - > shardRegistry ( ) - > createConnection ( shardConnectionString ) } ; <nl> - invariant ( shardConn ) ; <nl> - auto targeter = shardConn - > getTargeter ( ) ; <nl> - <nl> auto swCommandResponse = <nl> _runCommandForAddShard ( txn , targeter . get ( ) , " admin " , commandRequest . toBSON ( ) ) ; <nl> <nl> mmm a / src / mongo / s / catalog / replset / sharding_catalog_manager_impl . h <nl> ppp b / src / mongo / s / catalog / replset / sharding_catalog_manager_impl . h <nl> class ShardingCatalogManagerImpl final : public ShardingCatalogManager { <nl> StatusWith < std : : string > _generateNewShardName ( OperationContext * txn ) ; <nl> <nl> / * * <nl> - * Validates that the specified connection string can serve as a shard server . In particular , <nl> - * this function checks that the shard can be contacted , that it is not already member of <nl> - * another sharded cluster and etc . <nl> + * Validates that the specified endpoint can serve as a shard server . In particular , this <nl> + * this function checks that the shard can be contacted and that it is not already member of <nl> + * another sharded cluster . <nl> * <nl> - * @ param shardRegistry Shard registry to use for getting a targeter to the shard - to - be . <nl> - * @ param connectionString Connection string to be attempted as a shard host . <nl> + * @ param targeter For sending requests to the shard - to - be . <nl> * @ param shardProposedName Optional proposed name for the shard . Can be omitted in which case <nl> * a unique name for the shard will be generated from the shard ' s connection string . If it <nl> * is not omitted , the value cannot be the empty string . <nl> class ShardingCatalogManagerImpl final : public ShardingCatalogManager { <nl> * algorithm . <nl> * / <nl> StatusWith < ShardType > _validateHostAsShard ( OperationContext * txn , <nl> - ShardRegistry * shardRegistry , <nl> - const ConnectionString & connectionString , <nl> - const std : : string * shardProposedName ) ; <nl> + std : : shared_ptr < RemoteCommandTargeter > targeter , <nl> + const std : : string * shardProposedName , <nl> + const ConnectionString & connectionString ) ; <nl> <nl> / * * <nl> * Runs the listDatabases command on the specified host and returns the names of all databases <nl> * it returns excluding those named local and admin , since they serve administrative purpose . <nl> * / <nl> StatusWith < std : : vector < std : : string > > _getDBNamesListFromShard ( <nl> - OperationContext * txn , <nl> - ShardRegistry * shardRegistry , <nl> - const ConnectionString & connectionString ) ; <nl> + OperationContext * txn , std : : shared_ptr < RemoteCommandTargeter > targeter ) ; <nl> <nl> / * * <nl> * Runs a command against a " shard " that is not yet in the cluster and thus not present in the <nl> | SERVER - 24489 de - dupe the creation of detached Shards for addShard | mongodb/mongo | 4af772e1ed203d0695c8edbb2a4dddd5b2b5a359 | 2016-06-16T15:32:29Z |
mmm a / DEPS <nl> ppp b / DEPS <nl> vars = { <nl> <nl> deps = { <nl> ' v8 / build ' : <nl> - Var ( ' chromium_url ' ) + ' / chromium / src / build . git ' + ' @ ' + ' 506800f4cea285ae0cf22221c8a515890a862694 ' , <nl> + Var ( ' chromium_url ' ) + ' / chromium / src / build . git ' + ' @ ' + ' 1fd2d08a6f951a6a57ca175c75ca29740003fbf0 ' , <nl> ' v8 / tools / gyp ' : <nl> Var ( ' chromium_url ' ) + ' / external / gyp . git ' + ' @ ' + ' d61a9397e668fa9843c4aa7da9e79460fe590bfb ' , <nl> ' v8 / third_party / icu ' : <nl> | Update V8 DEPS . | v8/v8 | 1a9034e2c0e7f1164a906bf2fe5f39c2e8a8fee7 | 2018-05-07T03:30:01Z |
mmm a / modules / control / common / control_gflags . cc <nl> ppp b / modules / control / common / control_gflags . cc <nl> DEFINE_bool ( <nl> trajectory_transform_to_com_drive , false , <nl> " Enable planning trajectory coordinate transformation from center of " <nl> " rear - axis to center of mass , during forward driving " ) ; <nl> + <nl> + DEFINE_bool ( enable_maximum_steer_rate_limit , false , <nl> + " Enable steer rate limit obtained from vehicle_param . pb . txt " ) ; <nl> mmm a / modules / control / common / control_gflags . h <nl> ppp b / modules / control / common / control_gflags . h <nl> DECLARE_bool ( reverse_heading_control ) ; <nl> <nl> DECLARE_bool ( trajectory_transform_to_com_reverse ) ; <nl> DECLARE_bool ( trajectory_transform_to_com_drive ) ; <nl> + <nl> + DECLARE_bool ( enable_maximum_steer_rate_limit ) ; <nl> mmm a / modules / control / conf / control . conf <nl> ppp b / modules / control / conf / control . conf <nl> <nl> - - state_transform_to_com_drive = true <nl> - - trajectory_transform_to_com_reverse = true <nl> - - trajectory_transform_to_com_drive = true <nl> + - - enable_maximum_steer_rate_limit = false <nl> # - - reverse_heading_vehicle_state = false <nl> # - - reverse_heading_control = false <nl> mmm a / modules / control / controller / lat_controller . cc <nl> ppp b / modules / control / controller / lat_controller . cc <nl> Status LatController : : ComputeControlCommand ( <nl> chassis - > driving_mode ( ) = = canbus : : Chassis : : COMPLETE_AUTO_DRIVE ) { <nl> steer_angle = pre_steer_angle_ ; <nl> } <nl> - pre_steer_angle_ = steer_angle ; <nl> - cmd - > set_steering_target ( steer_angle ) ; <nl> <nl> - cmd - > set_steering_rate ( FLAGS_steer_angle_rate ) ; <nl> + const double steer_diff_with_max_rate = <nl> + vehicle_param_ . max_steer_angle_rate ( ) * ts_ * 180 / M_PI / <nl> + steer_single_direction_max_degree_ * 100 ; <nl> + <nl> + if ( FLAGS_enable_maximum_steer_rate_limit ) { <nl> + cmd - > set_steering_target ( common : : math : : Clamp ( <nl> + steer_angle , pre_steer_angle_ - steer_diff_with_max_rate , <nl> + pre_steer_angle_ + steer_diff_with_max_rate ) ) ; <nl> + pre_steer_angle_ = cmd - > steering_target ( ) ; <nl> + cmd - > set_steering_rate ( steer_diff_with_max_rate / ts_ ) ; <nl> + } else { <nl> + pre_steer_angle_ = steer_angle ; <nl> + cmd - > set_steering_target ( steer_angle ) ; <nl> + cmd - > set_steering_rate ( FLAGS_steer_angle_rate ) ; <nl> + } <nl> + <nl> / / compute extra information for logging and debugging <nl> const double steer_angle_lateral_contribution = <nl> - matrix_k_ ( 0 , 0 ) * matrix_state_ ( 0 , 0 ) * 180 / M_PI * steer_ratio_ / <nl> | Control : set the actual steer_angle_rate limits for Lateral control | ApolloAuto/apollo | 26c8a15728d2f1731a394adac2d4af0bbdf0328f | 2019-05-31T18:50:13Z |
mmm a / samples / dnn / resnet_ssd_face . cpp <nl> ppp b / samples / dnn / resnet_ssd_face . cpp <nl> <nl> # include < opencv2 / dnn . hpp > <nl> # include < opencv2 / imgproc . hpp > <nl> # include < opencv2 / highgui . hpp > <nl> + # include < iostream > <nl> <nl> using namespace cv ; <nl> - using namespace cv : : dnn ; <nl> - <nl> - # include < iostream > <nl> - # include < cstdlib > <nl> using namespace std ; <nl> + using namespace cv : : dnn ; <nl> <nl> const size_t inWidth = 300 ; <nl> const size_t inHeight = 300 ; <nl> int main ( int argc , char * * argv ) <nl> Size labelSize = getTextSize ( label , FONT_HERSHEY_SIMPLEX , 0 . 5 , 1 , & baseLine ) ; <nl> rectangle ( frame , Rect ( Point ( xLeftBottom , yLeftBottom - labelSize . height ) , <nl> Size ( labelSize . width , labelSize . height + baseLine ) ) , <nl> - Scalar ( 255 , 255 , 255 ) , CV_FILLED ) ; <nl> + Scalar ( 255 , 255 , 255 ) , FILLED ) ; <nl> putText ( frame , label , Point ( xLeftBottom , yLeftBottom ) , <nl> FONT_HERSHEY_SIMPLEX , 0 . 5 , Scalar ( 0 , 0 , 0 ) ) ; <nl> } <nl> mmm a / samples / dnn / ssd_mobilenet_object_detection . cpp <nl> ppp b / samples / dnn / ssd_mobilenet_object_detection . cpp <nl> <nl> # include < opencv2 / dnn / shape_utils . hpp > <nl> # include < opencv2 / imgproc . hpp > <nl> # include < opencv2 / highgui . hpp > <nl> + # include < iostream > <nl> <nl> using namespace cv ; <nl> - using namespace cv : : dnn ; <nl> - <nl> - # include < fstream > <nl> - # include < iostream > <nl> - # include < cstdlib > <nl> using namespace std ; <nl> + using namespace cv : : dnn ; <nl> <nl> const size_t inWidth = 300 ; <nl> const size_t inHeight = 300 ; <nl> const char * classNames [ ] = { " background " , <nl> " motorbike " , " person " , " pottedplant " , <nl> " sheep " , " sofa " , " train " , " tvmonitor " } ; <nl> <nl> - const char * params <nl> + const String keys <nl> = " { help | false | print usage } " <nl> - " { proto | MobileNetSSD_deploy . prototxt | model configuration } " <nl> + " { proto | MobileNetSSD_deploy . prototxt | model configuration } " <nl> " { model | MobileNetSSD_deploy . caffemodel | model weights } " <nl> " { camera_device | 0 | camera device number } " <nl> + " { camera_width | 640 | camera device width } " <nl> + " { camera_height | 480 | camera device height } " <nl> " { video | | video or image for detection } " <nl> " { out | | path to output video file } " <nl> " { min_confidence | 0 . 2 | min confidence } " <nl> const char * params <nl> <nl> int main ( int argc , char * * argv ) <nl> { <nl> - CommandLineParser parser ( argc , argv , params ) ; <nl> + CommandLineParser parser ( argc , argv , keys ) ; <nl> parser . about ( " This sample uses MobileNet Single - Shot Detector " <nl> " ( https : / / arxiv . org / abs / 1704 . 04861 ) " <nl> " to detect objects on camera / video / image . \ n " <nl> int main ( int argc , char * * argv ) <nl> " https : / / github . com / chuanqi305 / MobileNet - SSD \ n " <nl> " Default network is 300x300 and 20 - classes VOC . \ n " ) ; <nl> <nl> - if ( parser . get < bool > ( " help " ) | | argc = = 1 ) <nl> + if ( parser . get < bool > ( " help " ) ) <nl> { <nl> parser . printMessage ( ) ; <nl> return 0 ; <nl> } <nl> <nl> - String modelConfiguration = parser . get < string > ( " proto " ) ; <nl> - String modelBinary = parser . get < string > ( " model " ) ; <nl> + String modelConfiguration = parser . get < String > ( " proto " ) ; <nl> + String modelBinary = parser . get < String > ( " model " ) ; <nl> CV_Assert ( ! modelConfiguration . empty ( ) & & ! modelBinary . empty ( ) ) ; <nl> <nl> / / ! [ Initialize network ] <nl> int main ( int argc , char * * argv ) <nl> cout < < " Couldn ' t find camera : " < < cameraDevice < < endl ; <nl> return - 1 ; <nl> } <nl> + <nl> + cap . set ( CAP_PROP_FRAME_WIDTH , parser . get < int > ( " camera_width " ) ) ; <nl> + cap . set ( CAP_PROP_FRAME_HEIGHT , parser . get < int > ( " camera_height " ) ) ; <nl> } <nl> else <nl> { <nl> int main ( int argc , char * * argv ) <nl> } <nl> <nl> / / Acquire input size <nl> - Size inVideoSize ( ( int ) cap . get ( CV_CAP_PROP_FRAME_WIDTH ) , <nl> - ( int ) cap . get ( CV_CAP_PROP_FRAME_HEIGHT ) ) ; <nl> + Size inVideoSize ( ( int ) cap . get ( CAP_PROP_FRAME_WIDTH ) , <nl> + ( int ) cap . get ( CAP_PROP_FRAME_HEIGHT ) ) ; <nl> <nl> - double fps = cap . get ( CV_CAP_PROP_FPS ) ; <nl> - int fourcc = static_cast < int > ( cap . get ( CV_CAP_PROP_FOURCC ) ) ; <nl> + double fps = cap . get ( CAP_PROP_FPS ) ; <nl> + int fourcc = static_cast < int > ( cap . get ( CAP_PROP_FOURCC ) ) ; <nl> VideoWriter outputVideo ; <nl> outputVideo . open ( parser . get < String > ( " out " ) , <nl> ( fourcc ! = 0 ? fourcc : VideoWriter : : fourcc ( ' M ' , ' J ' , ' P ' , ' G ' ) ) , <nl> int main ( int argc , char * * argv ) <nl> top = max ( top , labelSize . height ) ; <nl> rectangle ( frame , Point ( left , top - labelSize . height ) , <nl> Point ( left + labelSize . width , top + baseLine ) , <nl> - Scalar ( 255 , 255 , 255 ) , CV_FILLED ) ; <nl> + Scalar ( 255 , 255 , 255 ) , FILLED ) ; <nl> putText ( frame , label , Point ( left , top ) , <nl> FONT_HERSHEY_SIMPLEX , 0 . 5 , Scalar ( 0 , 0 , 0 ) ) ; <nl> } <nl> mmm a / samples / dnn / ssd_object_detection . cpp <nl> ppp b / samples / dnn / ssd_object_detection . cpp <nl> <nl> # include < opencv2 / dnn / shape_utils . hpp > <nl> # include < opencv2 / imgproc . hpp > <nl> # include < opencv2 / highgui . hpp > <nl> - using namespace cv ; <nl> - using namespace cv : : dnn ; <nl> - <nl> - # include < fstream > <nl> # include < iostream > <nl> - # include < cstdlib > <nl> + <nl> + using namespace cv ; <nl> using namespace std ; <nl> + using namespace cv : : dnn ; <nl> <nl> const char * classNames [ ] = { " background " , <nl> " aeroplane " , " bicycle " , " bird " , " boat " , <nl> int main ( int argc , char * * argv ) <nl> Size labelSize = getTextSize ( label , FONT_HERSHEY_SIMPLEX , 0 . 5 , 1 , & baseLine ) ; <nl> rectangle ( frame , Rect ( Point ( xLeftBottom , yLeftBottom - labelSize . height ) , <nl> Size ( labelSize . width , labelSize . height + baseLine ) ) , <nl> - Scalar ( 255 , 255 , 255 ) , CV_FILLED ) ; <nl> + Scalar ( 255 , 255 , 255 ) , FILLED ) ; <nl> putText ( frame , label , Point ( xLeftBottom , yLeftBottom ) , <nl> FONT_HERSHEY_SIMPLEX , 0 . 5 , Scalar ( 0 , 0 , 0 ) ) ; <nl> } <nl> mmm a / samples / dnn / yolo_object_detection . cpp <nl> ppp b / samples / dnn / yolo_object_detection . cpp <nl> <nl> # include < opencv2 / highgui . hpp > <nl> # include < fstream > <nl> # include < iostream > <nl> - # include < algorithm > <nl> - # include < cstdlib > <nl> <nl> using namespace std ; <nl> using namespace cv ; <nl> static const char * params = <nl> " { model | | model weights } " <nl> " { camera_device | 0 | camera device number } " <nl> " { source | | video or image for detection } " <nl> - " { save | | file name output } " <nl> + " { out | | path to output video file } " <nl> " { fps | 3 | frame per second } " <nl> " { style | box | box or line style draw } " <nl> " { min_confidence | 0 . 24 | min confidence } " <nl> int main ( int argc , char * * argv ) <nl> } <nl> } <nl> <nl> - if ( ! parser . get < String > ( " save " ) . empty ( ) ) <nl> + if ( ! parser . get < String > ( " out " ) . empty ( ) ) <nl> { <nl> - writer . open ( parser . get < String > ( " save " ) , codec , fps , Size ( ( int ) cap . get ( CAP_PROP_FRAME_WIDTH ) , ( int ) cap . get ( CAP_PROP_FRAME_HEIGHT ) ) , 1 ) ; <nl> + writer . open ( parser . get < String > ( " out " ) , codec , fps , Size ( ( int ) cap . get ( CAP_PROP_FRAME_WIDTH ) , ( int ) cap . get ( CAP_PROP_FRAME_HEIGHT ) ) , 1 ) ; <nl> } <nl> <nl> vector < String > classNamesVec ; <nl> int main ( int argc , char * * argv ) <nl> int baseLine = 0 ; <nl> Size labelSize = getTextSize ( label , FONT_HERSHEY_SIMPLEX , 0 . 5 , 1 , & baseLine ) ; <nl> rectangle ( frame , Rect ( p1 , Size ( labelSize . width , labelSize . height + baseLine ) ) , <nl> - object_roi_color , CV_FILLED ) ; <nl> + object_roi_color , FILLED ) ; <nl> putText ( frame , label , p1 + Point ( 0 , labelSize . height ) , <nl> FONT_HERSHEY_SIMPLEX , 0 . 5 , Scalar ( 0 , 0 , 0 ) ) ; <nl> } <nl> | Merge pull request from sturkmen72 : update_samples | opencv/opencv | 42459cad02e83fe3ade559f1b8c43923c38146ed | 2018-01-18T13:46:27Z |
mmm a / src / server / worker . cc <nl> ppp b / src / server / worker . cc <nl> void Server : : stop_async_worker ( swWorker * worker ) { <nl> if ( worker - > pipe_master ) { <nl> reactor - > remove_read_event ( worker - > pipe_master ) ; <nl> } <nl> - serv - > foreach_connection ( [ serv , reactor ] ( Connection * conn ) { <nl> + serv - > foreach_connection ( [ reactor ] ( Connection * conn ) { <nl> if ( ! conn - > peer_closed & & ! conn - > socket - > removed ) { <nl> reactor - > remove_read_event ( conn - > socket ) ; <nl> } <nl> | Fixed : fix - Wunused - lambda - capture build error ( ) | swoole/swoole-src | 4a5c602a74b01eedffa640d9a1520315bc0bee5e | 2020-08-21T09:55:31Z |
mmm a / native_client / client . cc <nl> ppp b / native_client / client . cc <nl> main ( int argc , char * * argv ) <nl> return 1 ; <nl> } <nl> <nl> - if ( lm & & trie ) { <nl> + if ( lm ) { <nl> int status = DS_EnableDecoderWithLM ( ctx , <nl> alphabet , <nl> lm , <nl> mmm a / native_client / javascript / client . js <nl> ppp b / native_client / javascript / client . js <nl> audioStream . on ( ' finish ' , ( ) = > { <nl> const model_load_end = process . hrtime ( model_load_start ) ; <nl> console . error ( ' Loaded model in % ds . ' , totalTime ( model_load_end ) ) ; <nl> <nl> - if ( args [ ' lm ' ] & & args [ ' trie ' ] ) { <nl> + if ( args [ ' lm ' ] ) { <nl> console . error ( ' Loading language model from files % s % s ' , args [ ' lm ' ] , args [ ' trie ' ] ) ; <nl> const lm_load_start = process . hrtime ( ) ; <nl> model . enableDecoderWithLM ( args [ ' alphabet ' ] , args [ ' lm ' ] , args [ ' trie ' ] , <nl> mmm a / native_client / python / client . py <nl> ppp b / native_client / python / client . py <nl> def main ( ) : <nl> model_load_end = timer ( ) - model_load_start <nl> print ( ' Loaded model in { : . 3 } s . ' . format ( model_load_end ) , file = sys . stderr ) <nl> <nl> - if args . lm and args . trie : <nl> + if args . lm : <nl> print ( ' Loading language model from files { } { } ' . format ( args . lm , args . trie ) , file = sys . stderr ) <nl> lm_load_start = timer ( ) <nl> ds . enableDecoderWithLM ( args . alphabet , args . lm , args . trie , LM_WEIGHT , <nl> | Make trie parameter optional , building it on demand if not passed | mozilla/DeepSpeech | b29d0abb1e66de1445f136af7ee304a4ee01456a | 2018-10-25T20:01:11Z |
mmm a / include / grpc + + / impl / proto_utils . h <nl> ppp b / include / grpc + + / impl / proto_utils . h <nl> <nl> # include < grpc + + / config_protobuf . h > <nl> # include < grpc + + / status . h > <nl> <nl> - struct grpc_byte_buffer ; <nl> - <nl> namespace grpc { <nl> <nl> / / Serialize the msg into a buffer created inside the function . The caller <nl> mmm a / include / grpc + + / impl / serialization_traits . h <nl> ppp b / include / grpc + + / impl / serialization_traits . h <nl> <nl> # ifndef GRPCXX_IMPL_SERIALIZATION_TRAITS_H <nl> # define GRPCXX_IMPL_SERIALIZATION_TRAITS_H <nl> <nl> - struct grpc_byte_buffer ; <nl> - <nl> namespace grpc { <nl> <nl> / / / Defines how to serialize and deserialize some type . <nl> | Remove redundant decls | grpc/grpc | e9fad15b0bd1c42fcb379e04eb4cbbc53a925d2c | 2015-06-22T17:49:02Z |
new file mode 100644 <nl> index 00000000000 . . 4098951301c <nl> mmm / dev / null <nl> ppp b / tests / python / multi - node / log . md <nl> <nl> + # some logs <nl> + <nl> + # # Datasets and machines <nl> + <nl> + | name | class | image size | training | testing | <nl> + | mmm - | mmm - : | mmmmmmmmm : | mmmmmm - : | mmmmmm : | <nl> + | ILSVRC12 | 1 , 000 | 227 × 227 × 3 | 1 , 281 , 167 | 50 , 000 | <nl> + <nl> + | name | hardware | software | <nl> + | gtx980_cluster | dual Xeon E5 - 2680 v2 , dual GTX 980 , 1G ethernet | GCC 4 . 8 CUDA 7 . 5 , CUDNN v3 | <nl> + <nl> + # # Inception on ILSVRC12 and gtx980_cluster <nl> + <nl> + # # # single card <nl> + <nl> + | param | value | <nl> + | mmm | mmm | <nl> + | batch_size | 96 | <nl> + | learning_rate | 0 . 05 | <nl> + | momentum | 0 . 9 | <nl> + | wd | 0 . 00001 | <nl> + <nl> + ` ` ` <nl> + INFO : root : Epoch [ 0 ] Train - accuracy = 0 . 134698 <nl> + INFO : root : Epoch [ 0 ] Time cost = 22732 . 306 <nl> + INFO : root : Epoch [ 0 ] Validation - accuracy = 0 . 268174 <nl> + INFO : root : Epoch [ 1 ] Train - accuracy = 0 . 359886 <nl> + INFO : root : Epoch [ 1 ] Time cost = 22766 . 984 <nl> + INFO : root : Epoch [ 1 ] Validation - accuracy = 0 . 416967 <nl> + INFO : root : Epoch [ 2 ] Train - accuracy = 0 . 452865 <nl> + INFO : root : Epoch [ 2 ] Time cost = 22762 . 504 <nl> + INFO : root : Epoch [ 2 ] Validation - accuracy = 0 . 464811 <nl> + INFO : root : Epoch [ 3 ] Train - accuracy = 0 . 502235 <nl> + INFO : root : Epoch [ 3 ] Time cost = 22773 . 588 <nl> + INFO : root : Epoch [ 3 ] Validation - accuracy = 0 . 504119 <nl> + INFO : root : Epoch [ 4 ] Train - accuracy = 0 . 532555 <nl> + INFO : root : Epoch [ 4 ] Time cost = 22783 . 146 <nl> + INFO : root : Epoch [ 4 ] Validation - accuracy = 0 . 526332 <nl> + INFO : root : Epoch [ 5 ] Train - accuracy = 0 . 553075 <nl> + INFO : root : Epoch [ 5 ] Time cost = 22774 . 705 <nl> + INFO : root : Epoch [ 5 ] Validation - accuracy = 0 . 545166 <nl> + INFO : root : Epoch [ 6 ] Train - accuracy = 0 . 568371 <nl> + INFO : root : Epoch [ 6 ] Time cost = 22765 . 131 <nl> + INFO : root : Epoch [ 6 ] Validation - accuracy = 0 . 550484 <nl> + INFO : root : Epoch [ 7 ] Train - accuracy = 0 . 580320 <nl> + INFO : root : Epoch [ 7 ] Time cost = 22731 . 887 <nl> + INFO : root : Epoch [ 7 ] Validation - accuracy = 0 . 555822 <nl> + INFO : root : Epoch [ 8 ] Train - accuracy = 0 . 589644 <nl> + INFO : root : Epoch [ 8 ] Time cost = 22790 . 674 <nl> + INFO : root : Epoch [ 8 ] Validation - accuracy = 0 . 562220 <nl> + INFO : root : Epoch [ 9 ] Train - accuracy = 0 . 596858 <nl> + INFO : root : Epoch [ 9 ] Time cost = 22800 . 291 <nl> + INFO : root : Epoch [ 9 ] Validation - accuracy = 0 . 568018 <nl> + INFO : root : Epoch [ 10 ] Train - accuracy = 0 . 603809 <nl> + INFO : root : Epoch [ 10 ] Time cost = 22778 . 590 <nl> + INFO : root : Epoch [ 10 ] Validation - accuracy = 0 . 570437 <nl> + INFO : root : Epoch [ 11 ] Train - accuracy = 0 . 609236 <nl> + INFO : root : Epoch [ 11 ] Time cost = 22767 . 748 <nl> + INFO : root : Epoch [ 11 ] Validation - accuracy = 0 . 569478 <nl> + INFO : root : Epoch [ 12 ] Train - accuracy = 0 . 613639 <nl> + INFO : root : Epoch [ 12 ] Time cost = 22732 . 088 <nl> + INFO : root : Epoch [ 12 ] Validation - accuracy = 0 . 585893 <nl> + INFO : root : Epoch [ 13 ] Train - accuracy = 0 . 617683 <nl> + INFO : root : Epoch [ 13 ] Time cost = 22775 . 397 <nl> + INFO : root : Epoch [ 13 ] Validation - accuracy = 0 . 581594 <nl> + INFO : root : Epoch [ 14 ] Train - accuracy = 0 . 621247 <nl> + INFO : root : Epoch [ 14 ] Time cost = 22854 . 365 <nl> + INFO : root : Epoch [ 14 ] Validation - accuracy = 0 . 578255 <nl> + INFO : root : Epoch [ 15 ] Train - accuracy = 0 . 624151 <nl> + INFO : root : Epoch [ 15 ] Time cost = 22820 . 781 <nl> + INFO : root : Epoch [ 15 ] Validation - accuracy = 0 . 590291 <nl> + INFO : root : Epoch [ 16 ] Train - accuracy = 0 . 627465 <nl> + INFO : root : Epoch [ 16 ] Time cost = 22805 . 485 <nl> + INFO : root : Epoch [ 16 ] Validation - accuracy = 0 . 582714 <nl> + INFO : root : Epoch [ 17 ] Train - accuracy = 0 . 629502 <nl> + INFO : root : Epoch [ 17 ] Time cost = 22777 . 332 <nl> + INFO : root : Epoch [ 17 ] Validation - accuracy = 0 . 585952 <nl> + INFO : root : Epoch [ 18 ] Train - accuracy = 0 . 632101 <nl> + INFO : root : Epoch [ 18 ] Time cost = 22780 . 038 <nl> + INFO : root : Epoch [ 18 ] Validation - accuracy = 0 . 589451 <nl> + INFO : root : Epoch [ 19 ] Train - accuracy = 0 . 634014 <nl> + INFO : root : Epoch [ 19 ] Time cost = 22820 . 753 <nl> + INFO : root : Epoch [ 19 ] Validation - accuracy = 0 . 588112 <nl> + ` ` ` <nl> + <nl> + # # # 5 mcahines , 10 cards <nl> + <nl> + ` ` ` <nl> + INFO : root : Epoch [ 0 ] Train - accuracy = 0 . 137139 <nl> + INFO : root : Epoch [ 0 ] Time cost = 2764 . 513 <nl> + INFO : root : Epoch [ 0 ] Train - accuracy = 0 . 136081 <nl> + INFO : root : Epoch [ 0 ] Time cost = 2764 . 598 <nl> + INFO : root : Epoch [ 0 ] Train - accuracy = 0 . 135780 <nl> + INFO : root : Epoch [ 0 ] Time cost = 2765 . 617 <nl> + INFO : root : Epoch [ 0 ] Validation - accuracy = 0 . 270693 <nl> + INFO : root : Epoch [ 0 ] Validation - accuracy = 0 . 265255 <nl> + INFO : root : Epoch [ 0 ] Validation - accuracy = 0 . 266975 <nl> + INFO : root : Epoch [ 0 ] Train - accuracy = 0 . 136006 <nl> + INFO : root : Epoch [ 0 ] Time cost = 2905 . 802 <nl> + INFO : root : Epoch [ 0 ] Train - accuracy = 0 . 137398 <nl> + INFO : root : Epoch [ 0 ] Time cost = 2906 . 873 <nl> + INFO : root : Epoch [ 0 ] Validation - accuracy = 0 . 268834 <nl> + INFO : root : Epoch [ 0 ] Validation - accuracy = 0 . 267434 <nl> + INFO : root : Epoch [ 1 ] Train - accuracy = 0 . 350273 <nl> + INFO : root : Epoch [ 1 ] Time cost = 2960 . 913 <nl> + INFO : root : Epoch [ 1 ] Train - accuracy = 0 . 349263 <nl> + INFO : root : Epoch [ 1 ] Time cost = 2961 . 022 <nl> + INFO : root : Epoch [ 1 ] Validation - accuracy = 0 . 406470 <nl> + INFO : root : Epoch [ 1 ] Validation - accuracy = 0 . 399812 <nl> + INFO : root : Epoch [ 1 ] Train - accuracy = 0 . 350740 <nl> + INFO : root : Epoch [ 1 ] Time cost = 3038 . 890 <nl> + INFO : root : Epoch [ 1 ] Validation - accuracy = 0 . 407650 <nl> + INFO : root : Epoch [ 1 ] Train - accuracy = 0 . 350739 <nl> + INFO : root : Epoch [ 1 ] Time cost = 3038 . 855 <nl> + INFO : root : Epoch [ 1 ] Train - accuracy = 0 . 350766 <nl> + INFO : root : Epoch [ 1 ] Time cost = 2977 . 093 <nl> + INFO : root : Epoch [ 1 ] Validation - accuracy = 0 . 397573 <nl> + INFO : root : Epoch [ 1 ] Validation - accuracy = 0 . 404111 <nl> + INFO : root : Epoch [ 2 ] Train - accuracy = 0 . 451494 <nl> + INFO : root : Epoch [ 2 ] Time cost = 3036 . 613 <nl> + INFO : root : Epoch [ 2 ] Train - accuracy = 0 . 450385 <nl> + INFO : root : Epoch [ 2 ] Time cost = 2965 . 788 <nl> + INFO : root : Epoch [ 2 ] Validation - accuracy = 0 . 462452 <nl> + INFO : root : Epoch [ 2 ] Validation - accuracy = 0 . 461992 <nl> + INFO : root : Epoch [ 2 ] Train - accuracy = 0 . 450450 <nl> + INFO : root : Epoch [ 2 ] Time cost = 3043 . 673 <nl> + INFO : root : Epoch [ 2 ] Validation - accuracy = 0 . 476168 <nl> + INFO : root : Epoch [ 2 ] Train - accuracy = 0 . 449445 <nl> + INFO : root : Epoch [ 2 ] Time cost = 3043 . 973 <nl> + INFO : root : Epoch [ 2 ] Train - accuracy = 0 . 452398 <nl> + INFO : root : Epoch [ 2 ] Time cost = 2982 . 189 <nl> + INFO : root : Epoch [ 2 ] Validation - accuracy = 0 . 471429 <nl> + INFO : root : Epoch [ 2 ] Validation - accuracy = 0 . 473928 <nl> + INFO : root : Epoch [ 3 ] Train - accuracy = 0 . 509281 <nl> + INFO : root : Epoch [ 3 ] Time cost = 3038 . 463 <nl> + INFO : root : Epoch [ 3 ] Train - accuracy = 0 . 507711 <nl> + INFO : root : Epoch [ 3 ] Time cost = 2966 . 781 <nl> + INFO : root : Epoch [ 3 ] Validation - accuracy = 0 . 509417 <nl> + INFO : root : Epoch [ 3 ] Validation - accuracy = 0 . 510877 <nl> + INFO : root : Epoch [ 3 ] Train - accuracy = 0 . 508937 <nl> + INFO : root : Epoch [ 3 ] Time cost = 3042 . 313 <nl> + INFO : root : Epoch [ 3 ] Validation - accuracy = 0 . 512496 <nl> + INFO : root : Epoch [ 3 ] Train - accuracy = 0 . 507714 <nl> + INFO : root : Epoch [ 3 ] Time cost = 3042 . 901 <nl> + INFO : root : Epoch [ 3 ] Train - accuracy = 0 . 509832 <nl> + INFO : root : Epoch [ 3 ] Time cost = 2981 . 142 <nl> + INFO : root : Epoch [ 3 ] Validation - accuracy = 0 . 507398 <nl> + INFO : root : Epoch [ 3 ] Validation - accuracy = 0 . 513396 <nl> + INFO : root : Epoch [ 4 ] Train - accuracy = 0 . 548388 <nl> + INFO : root : Epoch [ 4 ] Time cost = 3036 . 412 <nl> + INFO : root : Epoch [ 4 ] Train - accuracy = 0 . 547240 <nl> + INFO : root : Epoch [ 4 ] Time cost = 2964 . 354 <nl> + INFO : root : Epoch [ 4 ] Validation - accuracy = 0 . 535849 <nl> + INFO : root : Epoch [ 4 ] Validation - accuracy = 0 . 537368 <nl> + INFO : root : Epoch [ 4 ] Train - accuracy = 0 . 547821 <nl> + INFO : root : Epoch [ 4 ] Time cost = 3042 . 052 <nl> + INFO : root : Epoch [ 4 ] Validation - accuracy = 0 . 535549 <nl> + INFO : root : Epoch [ 4 ] Train - accuracy = 0 . 547770 <nl> + INFO : root : Epoch [ 4 ] Time cost = 3042 . 766 <nl> + INFO : root : Epoch [ 4 ] Train - accuracy = 0 . 548347 <nl> + INFO : root : Epoch [ 4 ] Time cost = 2980 . 811 <nl> + INFO : root : Epoch [ 4 ] Validation - accuracy = 0 . 532390 <nl> + INFO : root : Epoch [ 4 ] Validation - accuracy = 0 . 537068 <nl> + INFO : root : Epoch [ 5 ] Train - accuracy = 0 . 576983 <nl> + INFO : root : Epoch [ 5 ] Time cost = 3034 . 664 <nl> + INFO : root : Epoch [ 5 ] Validation - accuracy = 0 . 560081 <nl> + INFO : root : Epoch [ 5 ] Train - accuracy = 0 . 575173 <nl> + INFO : root : Epoch [ 5 ] Time cost = 3036 . 199 <nl> + INFO : root : Epoch [ 5 ] Validation - accuracy = 0 . 559801 <nl> + INFO : root : Epoch [ 5 ] Train - accuracy = 0 . 577483 <nl> + INFO : root : Epoch [ 5 ] Time cost = 3040 . 430 <nl> + INFO : root : Epoch [ 5 ] Validation - accuracy = 0 . 559401 <nl> + INFO : root : Epoch [ 5 ] Train - accuracy = 0 . 576111 <nl> + INFO : root : Epoch [ 5 ] Time cost = 3036 . 663 <nl> + INFO : root : Epoch [ 5 ] Train - accuracy = 0 . 576727 <nl> + INFO : root : Epoch [ 5 ] Time cost = 2974 . 947 <nl> + INFO : root : Epoch [ 5 ] Validation - accuracy = 0 . 560141 <nl> + INFO : root : Epoch [ 5 ] Validation - accuracy = 0 . 554962 <nl> + INFO : root : Epoch [ 6 ] Train - accuracy = 0 . 598906 <nl> + INFO : root : Epoch [ 6 ] Time cost = 3033 . 372 <nl> + INFO : root : Epoch [ 6 ] Validation - accuracy = 0 . 571197 <nl> + INFO : root : Epoch [ 6 ] Train - accuracy = 0 . 598726 <nl> + INFO : root : Epoch [ 6 ] Time cost = 3033 . 663 <nl> + INFO : root : Epoch [ 6 ] Validation - accuracy = 0 . 572497 <nl> + INFO : root : Epoch [ 6 ] Train - accuracy = 0 . 600516 <nl> + INFO : root : Epoch [ 6 ] Time cost = 3041 . 795 <nl> + INFO : root : Epoch [ 6 ] Validation - accuracy = 0 . 572417 <nl> + INFO : root : Epoch [ 6 ] Train - accuracy = 0 . 598755 <nl> + INFO : root : Epoch [ 6 ] Time cost = 3042 . 299 <nl> + INFO : root : Epoch [ 6 ] Validation - accuracy = 0 . 570497 <nl> + INFO : root : Epoch [ 6 ] Train - accuracy = 0 . 599335 <nl> + INFO : root : Epoch [ 6 ] Time cost = 3050 . 800 <nl> + INFO : root : Epoch [ 6 ] Validation - accuracy = 0 . 570477 <nl> + INFO : root : Epoch [ 7 ] Train - accuracy = 0 . 617121 <nl> + INFO : root : Epoch [ 7 ] Time cost = 3039 . 245 <nl> + INFO : root : Epoch [ 7 ] Validation - accuracy = 0 . 585593 <nl> + INFO : root : Epoch [ 7 ] Train - accuracy = 0 . 616372 <nl> + INFO : root : Epoch [ 7 ] Time cost = 3039 . 568 <nl> + INFO : root : Epoch [ 7 ] Validation - accuracy = 0 . 585093 <nl> + INFO : root : Epoch [ 7 ] Train - accuracy = 0 . 618069 <nl> + INFO : root : Epoch [ 7 ] Time cost = 3044 . 083 <nl> + INFO : root : Epoch [ 7 ] Validation - accuracy = 0 . 584813 <nl> + INFO : root : Epoch [ 7 ] Train - accuracy = 0 . 618331 <nl> + INFO : root : Epoch [ 7 ] Time cost = 3045 . 092 <nl> + INFO : root : Epoch [ 7 ] Validation - accuracy = 0 . 581534 <nl> + INFO : root : Epoch [ 7 ] Train - accuracy = 0 . 618191 <nl> + INFO : root : Epoch [ 7 ] Time cost = 3052 . 712 <nl> + INFO : root : Epoch [ 7 ] Validation - accuracy = 0 . 586252 <nl> + INFO : root : Epoch [ 8 ] Train - accuracy = 0 . 632179 <nl> + INFO : root : Epoch [ 8 ] Time cost = 3040 . 291 <nl> + INFO : root : Epoch [ 8 ] Validation - accuracy = 0 . 587332 <nl> + INFO : root : Epoch [ 8 ] Train - accuracy = 0 . 632110 <nl> + INFO : root : Epoch [ 8 ] Time cost = 3042 . 126 <nl> + INFO : root : Epoch [ 8 ] Validation - accuracy = 0 . 593030 <nl> + INFO : root : Epoch [ 8 ] Train - accuracy = 0 . 634726 <nl> + INFO : root : Epoch [ 8 ] Time cost = 3045 . 755 <nl> + INFO : root : Epoch [ 8 ] Validation - accuracy = 0 . 590251 <nl> + INFO : root : Epoch [ 8 ] Train - accuracy = 0 . 634325 <nl> + INFO : root : Epoch [ 8 ] Time cost = 3046 . 289 <nl> + INFO : root : Epoch [ 8 ] Validation - accuracy = 0 . 592850 <nl> + INFO : root : Epoch [ 8 ] Train - accuracy = 0 . 633904 <nl> + INFO : root : Epoch [ 8 ] Time cost = 3053 . 772 <nl> + INFO : root : Epoch [ 8 ] Validation - accuracy = 0 . 593730 <nl> + INFO : root : Epoch [ 9 ] Train - accuracy = 0 . 646368 <nl> + INFO : root : Epoch [ 9 ] Time cost = 3034 . 011 <nl> + INFO : root : Epoch [ 9 ] Validation - accuracy = 0 . 601068 <nl> + INFO : root : Epoch [ 9 ] Train - accuracy = 0 . 645888 <nl> + INFO : root : Epoch [ 9 ] Time cost = 3035 . 105 <nl> + INFO : root : Epoch [ 9 ] Validation - accuracy = 0 . 600008 <nl> + INFO : root : Epoch [ 9 ] Train - accuracy = 0 . 646950 <nl> + INFO : root : Epoch [ 9 ] Time cost = 3041 . 085 <nl> + INFO : root : Epoch [ 9 ] Validation - accuracy = 0 . 601508 <nl> + INFO : root : Epoch [ 9 ] Train - accuracy = 0 . 647994 <nl> + INFO : root : Epoch [ 9 ] Time cost = 3042 . 133 <nl> + INFO : root : Epoch [ 9 ] Validation - accuracy = 0 . 602307 <nl> + INFO : root : Epoch [ 9 ] Train - accuracy = 0 . 648302 <nl> + INFO : root : Epoch [ 9 ] Time cost = 3049 . 833 <nl> + INFO : root : Epoch [ 9 ] Validation - accuracy = 0 . 597969 <nl> + INFO : root : Epoch [ 10 ] Train - accuracy = 0 . 657906 <nl> + INFO : root : Epoch [ 10 ] Time cost = 3036 . 030 <nl> + INFO : root : Epoch [ 10 ] Validation - accuracy = 0 . 604806 <nl> + INFO : root : Epoch [ 10 ] Train - accuracy = 0 . 656746 <nl> + INFO : root : Epoch [ 10 ] Time cost = 3036 . 506 <nl> + INFO : root : Epoch [ 10 ] Validation - accuracy = 0 . 608405 <nl> + INFO : root : Epoch [ 10 ] Train - accuracy = 0 . 657909 <nl> + INFO : root : Epoch [ 10 ] Time cost = 3039 . 914 <nl> + INFO : root : Epoch [ 10 ] Validation - accuracy = 0 . 607546 <nl> + INFO : root : Epoch [ 10 ] Train - accuracy = 0 . 658836 <nl> + INFO : root : Epoch [ 10 ] Time cost = 3041 . 021 <nl> + INFO : root : Epoch [ 10 ] Validation - accuracy = 0 . 599548 <nl> + INFO : root : Epoch [ 10 ] Train - accuracy = 0 . 658706 <nl> + INFO : root : Epoch [ 10 ] Time cost = 3049 . 640 <nl> + INFO : root : Epoch [ 10 ] Validation - accuracy = 0 . 605926 <nl> + INFO : root : Epoch [ 11 ] Train - accuracy = 0 . 667159 <nl> + INFO : root : Epoch [ 11 ] Time cost = 3035 . 073 <nl> + INFO : root : Epoch [ 11 ] Validation - accuracy = 0 . 609025 <nl> + INFO : root : Epoch [ 11 ] Train - accuracy = 0 . 667108 <nl> + INFO : root : Epoch [ 11 ] Time cost = 3033 . 549 <nl> + INFO : root : Epoch [ 11 ] Validation - accuracy = 0 . 605146 <nl> + INFO : root : Epoch [ 11 ] Train - accuracy = 0 . 669071 <nl> + INFO : root : Epoch [ 11 ] Time cost = 3039 . 436 <nl> + INFO : root : Epoch [ 11 ] Validation - accuracy = 0 . 611764 <nl> + INFO : root : Epoch [ 11 ] Train - accuracy = 0 . 666444 <nl> + INFO : root : Epoch [ 11 ] Time cost = 3039 . 108 <nl> + INFO : root : Epoch [ 11 ] Validation - accuracy = 0 . 613204 <nl> + INFO : root : Epoch [ 11 ] Train - accuracy = 0 . 669549 <nl> + INFO : root : Epoch [ 11 ] Time cost = 3046 . 716 <nl> + INFO : root : Epoch [ 11 ] Validation - accuracy = 0 . 613704 <nl> + INFO : root : Epoch [ 12 ] Train - accuracy = 0 . 676130 <nl> + INFO : root : Epoch [ 12 ] Time cost = 3035 . 503 <nl> + INFO : root : Epoch [ 12 ] Validation - accuracy = 0 . 617202 <nl> + INFO : root : Epoch [ 12 ] Train - accuracy = 0 . 675967 <nl> + INFO : root : Epoch [ 12 ] Time cost = 3036 . 601 <nl> + INFO : root : Epoch [ 12 ] Validation - accuracy = 0 . 614543 <nl> + INFO : root : Epoch [ 12 ] Train - accuracy = 0 . 676471 <nl> + INFO : root : Epoch [ 12 ] Time cost = 3039 . 777 <nl> + INFO : root : Epoch [ 12 ] Validation - accuracy = 0 . 613744 <nl> + INFO : root : Epoch [ 12 ] Train - accuracy = 0 . 677579 <nl> + INFO : root : Epoch [ 12 ] Time cost = 3040 . 525 <nl> + INFO : root : Epoch [ 12 ] Validation - accuracy = 0 . 617282 <nl> + INFO : root : Epoch [ 12 ] Train - accuracy = 0 . 678210 <nl> + INFO : root : Epoch [ 12 ] Time cost = 3048 . 018 <nl> + INFO : root : Epoch [ 12 ] Validation - accuracy = 0 . 613784 <nl> + INFO : root : Epoch [ 13 ] Train - accuracy = 0 . 683950 <nl> + INFO : root : Epoch [ 13 ] Time cost = 3030 . 667 <nl> + INFO : root : Epoch [ 13 ] Validation - accuracy = 0 . 616703 <nl> + INFO : root : Epoch [ 13 ] Train - accuracy = 0 . 683903 <nl> + INFO : root : Epoch [ 13 ] Time cost = 3032 . 618 <nl> + INFO : root : Epoch [ 13 ] Validation - accuracy = 0 . 620581 <nl> + INFO : root : Epoch [ 13 ] Train - accuracy = 0 . 686719 <nl> + INFO : root : Epoch [ 13 ] Time cost = 3035 . 627 <nl> + INFO : root : Epoch [ 13 ] Validation - accuracy = 0 . 617542 <nl> + INFO : root : Epoch [ 13 ] Train - accuracy = 0 . 686806 <nl> + INFO : root : Epoch [ 13 ] Time cost = 3036 . 719 <nl> + INFO : root : Epoch [ 13 ] Validation - accuracy = 0 . 618782 <nl> + INFO : root : Epoch [ 13 ] Train - accuracy = 0 . 686630 <nl> + INFO : root : Epoch [ 13 ] Time cost = 3045 . 371 <nl> + INFO : root : Epoch [ 13 ] Validation - accuracy = 0 . 616403 <nl> + INFO : root : Epoch [ 14 ] Train - accuracy = 0 . 691955 <nl> + INFO : root : Epoch [ 14 ] Time cost = 3034 . 359 <nl> + INFO : root : Epoch [ 14 ] Validation - accuracy = 0 . 618062 <nl> + INFO : root : Epoch [ 14 ] Train - accuracy = 0 . 692240 <nl> + INFO : root : Epoch [ 14 ] Time cost = 3036 . 085 <nl> + INFO : root : Epoch [ 14 ] Validation - accuracy = 0 . 622441 <nl> + INFO : root : Epoch [ 14 ] Train - accuracy = 0 . 693959 <nl> + INFO : root : Epoch [ 14 ] Time cost = 3039 . 213 <nl> + INFO : root : Epoch [ 14 ] Validation - accuracy = 0 . 622041 <nl> + INFO : root : Epoch [ 14 ] Train - accuracy = 0 . 694715 <nl> + INFO : root : Epoch [ 14 ] Time cost = 3040 . 268 <nl> + INFO : root : Epoch [ 14 ] Validation - accuracy = 0 . 625480 <nl> + INFO : root : Epoch [ 14 ] Train - accuracy = 0 . 693989 <nl> + INFO : root : Epoch [ 14 ] Time cost = 3048 . 187 <nl> + INFO : root : Epoch [ 14 ] Validation - accuracy = 0 . 621121 <nl> + INFO : root : Epoch [ 15 ] Train - accuracy = 0 . 697971 <nl> + INFO : root : Epoch [ 15 ] Time cost = 3037 . 590 <nl> + INFO : root : Epoch [ 15 ] Validation - accuracy = 0 . 627159 <nl> + INFO : root : Epoch [ 15 ] Train - accuracy = 0 . 698557 <nl> + INFO : root : Epoch [ 15 ] Time cost = 3038 . 695 <nl> + INFO : root : Epoch [ 15 ] Validation - accuracy = 0 . 621481 <nl> + INFO : root : Epoch [ 15 ] Train - accuracy = 0 . 699810 <nl> + INFO : root : Epoch [ 15 ] Time cost = 3043 . 541 <nl> + INFO : root : Epoch [ 15 ] Validation - accuracy = 0 . 625940 <nl> + INFO : root : Epoch [ 15 ] Train - accuracy = 0 . 700444 <nl> + INFO : root : Epoch [ 15 ] Time cost = 3044 . 324 <nl> + INFO : root : Epoch [ 15 ] Validation - accuracy = 0 . 625580 <nl> + INFO : root : Epoch [ 15 ] Train - accuracy = 0 . 700257 <nl> + INFO : root : Epoch [ 15 ] Time cost = 3051 . 906 <nl> + INFO : root : Epoch [ 15 ] Validation - accuracy = 0 . 623321 <nl> + INFO : root : Epoch [ 16 ] Train - accuracy = 0 . 705556 <nl> + INFO : root : Epoch [ 16 ] Time cost = 3038 . 470 <nl> + INFO : root : Epoch [ 16 ] Validation - accuracy = 0 . 625080 <nl> + INFO : root : Epoch [ 16 ] Train - accuracy = 0 . 704917 <nl> + INFO : root : Epoch [ 16 ] Time cost = 3040 . 214 <nl> + INFO : root : Epoch [ 16 ] Validation - accuracy = 0 . 628339 <nl> + INFO : root : Epoch [ 16 ] Train - accuracy = 0 . 706698 <nl> + INFO : root : Epoch [ 16 ] Time cost = 3044 . 744 <nl> + INFO : root : Epoch [ 16 ] Validation - accuracy = 0 . 626180 <nl> + INFO : root : Epoch [ 16 ] Train - accuracy = 0 . 706255 <nl> + INFO : root : Epoch [ 16 ] Time cost = 3045 . 517 <nl> + INFO : root : Epoch [ 16 ] Validation - accuracy = 0 . 627379 <nl> + INFO : root : Epoch [ 16 ] Train - accuracy = 0 . 707081 <nl> + INFO : root : Epoch [ 16 ] Time cost = 3053 . 264 <nl> + INFO : root : Epoch [ 16 ] Validation - accuracy = 0 . 628859 <nl> + ` ` ` <nl> | [ multi - node ] results | apache/incubator-mxnet | 069a570d9ecaa9073ea4d59cabefc74005068584 | 2015-11-03T16:41:46Z |
mmm a / cocos / base / CCAutoreleasePool . cpp <nl> ppp b / cocos / base / CCAutoreleasePool . cpp <nl> PoolManager * PoolManager : : getInstance ( ) <nl> { <nl> s_singleInstance = new PoolManager ( ) ; <nl> / / Add the first auto release pool <nl> - s_singleInstance - > _curReleasePool = new AutoreleasePool ( " cocos2d autorelease pool " ) ; <nl> - s_singleInstance - > _releasePoolStack . push_back ( s_singleInstance - > _curReleasePool ) ; <nl> + new AutoreleasePool ( " cocos2d autorelease pool " ) ; <nl> } <nl> return s_singleInstance ; <nl> } <nl> PoolManager : : ~ PoolManager ( ) <nl> while ( ! _releasePoolStack . empty ( ) ) <nl> { <nl> AutoreleasePool * pool = _releasePoolStack . back ( ) ; <nl> - _releasePoolStack . pop_back ( ) ; <nl> <nl> delete pool ; <nl> } <nl> void PoolManager : : push ( AutoreleasePool * pool ) <nl> <nl> void PoolManager : : pop ( ) <nl> { <nl> - / / Can not pop the pool that created by engine <nl> - CC_ASSERT ( _releasePoolStack . size ( ) > = 1 ) ; <nl> - <nl> + CC_ASSERT ( ! _releasePoolStack . empty ( ) ) ; <nl> _releasePoolStack . pop_back ( ) ; <nl> - <nl> - / / Should update _curReleasePool if a temple pool is released <nl> - if ( _releasePoolStack . size ( ) > 1 ) <nl> - { <nl> - _curReleasePool = _releasePoolStack . back ( ) ; <nl> - } <nl> + _curReleasePool = _releasePoolStack . empty ( ) ? nullptr : _releasePoolStack . back ( ) ; <nl> } <nl> <nl> NS_CC_END <nl> | bugfix related to AutoreleasePool ' s PoolManager | cocos2d/cocos2d-x | 1eb991df5976616dfbc1dfae884f8f444e351534 | 2014-06-03T10:57:52Z |
mmm a / Code / CryEngine / CryCommon / CryMono / IMonoRuntime . h <nl> ppp b / Code / CryEngine / CryCommon / CryMono / IMonoRuntime . h <nl> struct IMonoEngineModule : public Cry : : IDefaultModule <nl> virtual void Shutdown ( ) = 0 ; <nl> <nl> virtual std : : shared_ptr < ICryPlugin > LoadBinary ( const char * szBinaryPath ) = 0 ; <nl> - <nl> + <nl> virtual void Update ( int updateFlags = 0 , int nPauseMode = 0 ) = 0 ; <nl> <nl> virtual void RegisterListener ( IMonoListener * pListener ) = 0 ; <nl> struct IMonoEngineModule : public Cry : : IDefaultModule <nl> virtual CRootMonoDomain * GetRootDomain ( ) = 0 ; <nl> virtual CMonoDomain * GetActiveDomain ( ) = 0 ; <nl> virtual CAppDomain * CreateDomain ( char * name , bool bActivate = false ) = 0 ; <nl> + virtual void ReloadPluginDomain ( ) = 0 ; <nl> <nl> virtual CMonoLibrary * GetCryCommonLibrary ( ) const = 0 ; <nl> virtual CMonoLibrary * GetCryCoreLibrary ( ) const = 0 ; <nl> mmm a / Code / CryEngine / CryCommon / CrySystem / IProjectManager . h <nl> ppp b / Code / CryEngine / CryCommon / CrySystem / IProjectManager . h <nl> struct IProjectManager <nl> virtual ~ IProjectManager ( ) { } <nl> <nl> / / ! Gets the name of the game , used for the window title on PC <nl> - virtual const char * GetCurrentProjectName ( ) = 0 ; <nl> + virtual const char * GetCurrentProjectName ( ) const = 0 ; <nl> + virtual CryGUID GetCurrentProjectGUID ( ) const = 0 ; <nl> <nl> / / ! \ return Path without trailing separator . <nl> - virtual const char * GetCurrentProjectDirectoryAbsolute ( ) = 0 ; <nl> + virtual const char * GetCurrentProjectDirectoryAbsolute ( ) const = 0 ; <nl> <nl> - virtual const char * GetCurrentAssetDirectoryRelative ( ) = 0 ; <nl> - virtual const char * GetCurrentAssetDirectoryAbsolute ( ) = 0 ; <nl> + virtual const char * GetCurrentAssetDirectoryRelative ( ) const = 0 ; <nl> + virtual const char * GetCurrentAssetDirectoryAbsolute ( ) const = 0 ; <nl> <nl> / / ! Adds or updates the value of a CVar in the project configuration <nl> virtual void StoreConsoleVariable ( const char * szCVarName , const char * szValue ) = 0 ; <nl> mmm a / Code / CryEngine / CrySystem / ProjectManager / ProjectManager . cpp <nl> ppp b / Code / CryEngine / CrySystem / ProjectManager / ProjectManager . cpp <nl> CProjectManager : : CProjectManager ( ) <nl> CryFindRootFolderAndSetAsCurrentWorkingDirectory ( ) ; <nl> } <nl> <nl> - const char * CProjectManager : : GetCurrentProjectName ( ) <nl> + const char * CProjectManager : : GetCurrentProjectName ( ) const <nl> { <nl> return m_sys_game_name - > GetString ( ) ; <nl> } <nl> <nl> - const char * CProjectManager : : GetCurrentProjectDirectoryAbsolute ( ) <nl> + CryGUID CProjectManager : : GetCurrentProjectGUID ( ) const <nl> + { <nl> + return m_project . guid ; <nl> + } <nl> + <nl> + const char * CProjectManager : : GetCurrentProjectDirectoryAbsolute ( ) const <nl> { <nl> return m_project . rootDirectory ; <nl> } <nl> <nl> - const char * CProjectManager : : GetCurrentAssetDirectoryRelative ( ) <nl> + const char * CProjectManager : : GetCurrentAssetDirectoryRelative ( ) const <nl> { <nl> return gEnv - > pCryPak - > GetGameFolder ( ) ; <nl> } <nl> <nl> - const char * CProjectManager : : GetCurrentAssetDirectoryAbsolute ( ) <nl> + const char * CProjectManager : : GetCurrentAssetDirectoryAbsolute ( ) const <nl> { <nl> return m_project . assetDirectoryFullPath ; <nl> } <nl> void SProject : : Serialize ( Serialization : : IArchive & ar ) <nl> } <nl> <nl> ar ( version , " version " , " version " ) ; <nl> - if ( version = = 0 | | version = = 1 ) <nl> + if ( version = = 0 | | version = = 1 | | version = = 2 ) <nl> { <nl> - SProjectFileParser < 1 > parser ; <nl> + SProjectFileParser < 2 > parser ; <nl> parser . Serialize ( ar , * this ) ; <nl> } <nl> } <nl> void CProjectManager : : ParseProjectFile ( ) <nl> LoadLegacyPluginCSV ( ) ; <nl> LoadLegacyGameCfg ( ) ; <nl> } <nl> + else if ( m_project . version = = 1 ) <nl> + { <nl> + / / Generate GUID <nl> + m_project . guid = CryGUID : : Create ( ) ; <nl> + } <nl> <nl> m_project . version = LatestProjectFileVersion ; <nl> <nl> mmm a / Code / CryEngine / CrySystem / ProjectManager / ProjectManager . h <nl> ppp b / Code / CryEngine / CrySystem / ProjectManager / ProjectManager . h <nl> namespace Cry <nl> string type ; <nl> / / Project name <nl> string name ; <nl> + CryGUID guid ; <nl> / / Path to the . cryproject file <nl> string filePath ; <nl> string engineVersionId ; <nl> namespace Cry <nl> <nl> template < int version > struct SProjectFileParser { } ; <nl> <nl> - constexpr int LatestProjectFileVersion = 1 ; <nl> + constexpr int LatestProjectFileVersion = 2 ; <nl> <nl> template < > <nl> struct SProjectFileParser < LatestProjectFileVersion > <nl> namespace Cry <nl> void Serialize ( Serialization : : IArchive & ar ) <nl> { <nl> ar ( project . name , " name " , " name " ) ; <nl> + ar ( project . guid , " guid " , " guid " ) ; <nl> } <nl> <nl> SProject & project ; <nl> class CProjectManager final <nl> void MigrateFromLegacyWorkflowIfNecessary ( ) ; <nl> <nl> / / IProjectManager <nl> - virtual const char * GetCurrentProjectName ( ) override ; <nl> + virtual const char * GetCurrentProjectName ( ) const override ; <nl> + virtual CryGUID GetCurrentProjectGUID ( ) const override ; <nl> <nl> - virtual const char * GetCurrentProjectDirectoryAbsolute ( ) override ; <nl> + virtual const char * GetCurrentProjectDirectoryAbsolute ( ) const override ; <nl> <nl> - virtual const char * GetCurrentAssetDirectoryRelative ( ) override ; <nl> - virtual const char * GetCurrentAssetDirectoryAbsolute ( ) override ; <nl> + virtual const char * GetCurrentAssetDirectoryRelative ( ) const override ; <nl> + virtual const char * GetCurrentAssetDirectoryAbsolute ( ) const override ; <nl> <nl> virtual void StoreConsoleVariable ( const char * szCVarName , const char * szValue ) override ; <nl> virtual void SaveProjectChanges ( ) override ; <nl> mmm a / Code / CryManaged / CryMonoBridge / CMakeLists . txt <nl> ppp b / Code / CryManaged / CryMonoBridge / CMakeLists . txt <nl> add_sources ( " CryMonoBridge_main_uber_2 . cpp " <nl> " Wrappers / AppDomain . cpp " <nl> " Wrappers / MonoLibrary . h " <nl> " Wrappers / MonoLibrary . cpp " <nl> + " Wrappers / CompiledMonoLibrary . h " <nl> + " Wrappers / CompiledMonoLibrary . cpp " <nl> " Wrappers / MonoClass . h " <nl> " Wrappers / MonoClass . cpp " <nl> " Wrappers / MonoObject . h " <nl> mmm a / Code / CryManaged / CryMonoBridge / ManagedPlugin . cpp <nl> ppp b / Code / CryManaged / CryMonoBridge / ManagedPlugin . cpp <nl> CManagedPlugin : : CManagedPlugin ( const char * szBinaryPath ) <nl> <nl> CManagedPlugin : : CManagedPlugin ( CMonoLibrary * pLibrary ) <nl> : m_pLibrary ( pLibrary ) <nl> - , m_libraryPath ( pLibrary - > GetFilePath ( ) ) <nl> + , m_libraryPath ( pLibrary ! = nullptr ? pLibrary - > GetFilePath ( ) : " " ) <nl> { <nl> gEnv - > pSystem - > GetISystemEventDispatcher ( ) - > RegisterListener ( this , " CManagedPlugin " ) ; <nl> } <nl> CManagedPlugin : : ~ CManagedPlugin ( ) <nl> <nl> void CManagedPlugin : : InitializePlugin ( ) <nl> { <nl> - std : : shared_ptr < CMonoClass > pReflectionHelper = GetMonoRuntime ( ) - > GetCryCoreLibrary ( ) - > GetTemporaryClass ( " CryEngine " , " ReflectionHelper " ) ; <nl> - CRY_ASSERT ( pReflectionHelper ! = nullptr ) ; <nl> + CreatePluginInstance ( ) ; <nl> <nl> - void * pPluginSearchArgs [ 1 ] { m_pLibrary - > GetManagedObject ( ) } ; <nl> - <nl> - std : : shared_ptr < CMonoObject > pPluginInstanceName = pReflectionHelper - > FindMethodWithDesc ( " FindPluginInstance ( Assembly ) " ) - > InvokeStatic ( pPluginSearchArgs ) ; <nl> - if ( pPluginInstanceName ! = nullptr ) <nl> + if ( m_pLibrary - > WasCompiledAtRuntime ( ) ) <nl> { <nl> - std : : shared_ptr < CMonoString > pPluginClassName = pPluginInstanceName - > ToString ( ) ; <nl> - const char * szPluginClassName = pPluginClassName - > GetString ( ) ; <nl> - <nl> - m_name = PathUtil : : GetExt ( szPluginClassName ) ; <nl> - const string nameSpace = PathUtil : : RemoveExtension ( szPluginClassName ) ; <nl> + m_guid = gEnv - > pSystem - > GetIProjectManager ( ) - > GetCurrentProjectGUID ( ) ; <nl> <nl> - CMonoClass * pPluginClass = m_pLibrary - > GetClass ( nameSpace , m_name ) ; <nl> - if ( pPluginClass ! = nullptr ) <nl> + if ( m_name . size ( ) = = 0 ) <nl> { <nl> - m_pMonoObject = std : : static_pointer_cast < CMonoObject > ( pPluginClass - > CreateInstance ( ) ) ; <nl> + m_name = gEnv - > pSystem - > GetIProjectManager ( ) - > GetCurrentProjectName ( ) ; <nl> + } <nl> + } <nl> + else <nl> + { <nl> + / / Load GUID from assembly , should be the same every time <nl> + m_guid = CryGUID : : FromString ( mono_image_get_guid ( m_pLibrary - > GetImage ( ) ) ) ; <nl> <nl> - gEnv - > pGameFramework - > AddNetworkedClientListener ( * this ) ; <nl> + if ( m_name . size ( ) = = 0 ) <nl> + { <nl> + m_name = PathUtil : : GetFileName ( m_pLibrary - > GetFilePath ( ) ) ; <nl> } <nl> } <nl> <nl> - m_guid = CryGUID : : FromString ( mono_image_get_guid ( m_pLibrary - > GetImage ( ) ) ) ; <nl> + ScanAssembly ( ) ; <nl> <nl> - if ( m_name . size ( ) = = 0 ) <nl> + if ( m_pMonoObject ! = nullptr ) <nl> { <nl> - m_name = PathUtil : : GetFileName ( m_pLibrary - > GetFilePath ( ) ) ; <nl> + m_pMonoObject - > GetClass ( ) - > FindMethod ( " Initialize " ) - > Invoke ( m_pMonoObject . get ( ) ) ; <nl> } <nl> + } <nl> <nl> - CMonoLibrary * pCoreAssembly = static_cast < CMonoLibrary * > ( GetMonoRuntime ( ) - > GetCryCoreLibrary ( ) ) ; <nl> - std : : shared_ptr < CMonoClass > pEngineClass = pCoreAssembly - > GetTemporaryClass ( " CryEngine " , " Engine " ) ; <nl> - <nl> - s_pCurrentlyRegisteringFactory = & m_entityComponentFactoryMap ; <nl> + void CManagedPlugin : : ScanAssembly ( ) <nl> + { <nl> + if ( m_pLibrary ! = nullptr & & m_pLibrary - > GetAssembly ( ) ! = nullptr ) <nl> + { <nl> + CMonoLibrary * pCoreAssembly = static_cast < CMonoLibrary * > ( GetMonoRuntime ( ) - > GetCryCoreLibrary ( ) ) ; <nl> + std : : shared_ptr < CMonoClass > pEngineClass = pCoreAssembly - > GetTemporaryClass ( " CryEngine " , " Engine " ) ; <nl> + <nl> + m_entityComponentFactoryMap . clear ( ) ; <nl> + s_pCurrentlyRegisteringFactory = & m_entityComponentFactoryMap ; <nl> + <nl> + / / Scan for types in the assembly <nl> + void * pRegisterArgs [ 1 ] = { m_pLibrary - > GetManagedObject ( ) } ; <nl> + pEngineClass - > FindMethodWithDesc ( " ScanAssembly ( Assembly ) " ) - > InvokeStatic ( pRegisterArgs ) ; <nl> + <nl> + s_pCurrentlyRegisteringFactory = nullptr ; <nl> + <nl> + / / Register any potential Schematyc types <nl> + gEnv - > pSchematyc - > GetEnvRegistry ( ) . RegisterPackage ( stl : : make_unique < CSchematycPackage > ( * this ) ) ; <nl> + <nl> + / / scans for console command attributes <nl> + std : : shared_ptr < CMonoClass > attributeManager = GetMonoRuntime ( ) - > GetCryCoreLibrary ( ) - > GetTemporaryClass ( " CryEngine . Attributes " , " ConsoleCommandAttributeManager " ) ; <nl> + CRY_ASSERT ( attributeManager ! = nullptr ) ; <nl> + void * args [ 1 ] ; <nl> + args [ 0 ] = m_pLibrary - > GetManagedObject ( ) ; / / load the plug - in assembly to scans for ConsoleCommandRegisterAttribute <nl> + attributeManager - > FindMethod ( " RegisterAttribute " , 1 ) - > Invoke ( nullptr , args ) ; <nl> + <nl> + / / scans for console variable attributes <nl> + std : : shared_ptr < CMonoClass > consoleVariableAttributeManager = GetMonoRuntime ( ) - > GetCryCoreLibrary ( ) - > GetTemporaryClass ( " CryEngine . Attributes " , " ConsoleVariableAttributeManager " ) ; <nl> + CRY_ASSERT ( consoleVariableAttributeManager ! = nullptr ) ; <nl> + void * args2 [ 1 ] ; <nl> + args2 [ 0 ] = m_pLibrary - > GetManagedObject ( ) ; / / load the plug - in assembly to scans for ConsoleVariableAttribute <nl> + consoleVariableAttributeManager - > FindMethod ( " RegisterAttribute " , 1 ) - > Invoke ( nullptr , args2 ) ; <nl> + } <nl> + } <nl> <nl> - / / Scan for types in the assembly <nl> - void * pRegisterArgs [ 1 ] = { m_pLibrary - > GetManagedObject ( ) } ; <nl> - pEngineClass - > FindMethodWithDesc ( " ScanAssembly ( Assembly ) " ) - > InvokeStatic ( pRegisterArgs ) ; <nl> + void CManagedPlugin : : CreatePluginInstance ( ) <nl> + { <nl> + if ( m_pLibrary ! = nullptr & & m_pLibrary - > GetAssembly ( ) ! = nullptr & & m_pMonoObject = = nullptr ) <nl> + { <nl> + std : : shared_ptr < CMonoClass > pReflectionHelper = GetMonoRuntime ( ) - > GetCryCoreLibrary ( ) - > GetTemporaryClass ( " CryEngine " , " ReflectionHelper " ) ; <nl> + CRY_ASSERT ( pReflectionHelper ! = nullptr ) ; <nl> <nl> - s_pCurrentlyRegisteringFactory = nullptr ; <nl> + void * pPluginSearchArgs [ 1 ] { m_pLibrary - > GetManagedObject ( ) } ; <nl> <nl> - / / Register any potential Schematyc types <nl> - gEnv - > pSchematyc - > GetEnvRegistry ( ) . RegisterPackage ( stl : : make_unique < CSchematycPackage > ( * this ) ) ; <nl> + std : : shared_ptr < CMonoObject > pPluginInstanceName = pReflectionHelper - > FindMethodWithDesc ( " FindPluginInstance ( Assembly ) " ) - > InvokeStatic ( pPluginSearchArgs ) ; <nl> + if ( pPluginInstanceName ! = nullptr ) <nl> + { <nl> + std : : shared_ptr < CMonoString > pPluginClassName = pPluginInstanceName - > ToString ( ) ; <nl> + const char * szPluginClassName = pPluginClassName - > GetString ( ) ; <nl> <nl> - if ( m_pMonoObject ! = nullptr ) <nl> - { <nl> - m_pMonoObject - > GetClass ( ) - > FindMethod ( " Initialize " ) - > Invoke ( m_pMonoObject . get ( ) ) ; <nl> - } <nl> + m_name = PathUtil : : GetExt ( szPluginClassName ) ; <nl> + const string nameSpace = PathUtil : : RemoveExtension ( szPluginClassName ) ; <nl> <nl> - / / scans for console command attributes <nl> - std : : shared_ptr < CMonoClass > attributeManager = GetMonoRuntime ( ) - > GetCryCoreLibrary ( ) - > GetTemporaryClass ( " CryEngine . Attributes " , " ConsoleCommandAttributeManager " ) ; <nl> - CRY_ASSERT ( attributeManager ! = nullptr ) ; <nl> - void * args [ 1 ] ; <nl> - args [ 0 ] = m_pLibrary - > GetManagedObject ( ) ; / / load the plug - in assembly to scans for ConsoleCommandRegisterAttribute <nl> - attributeManager - > FindMethod ( " RegisterAttribute " , 1 ) - > Invoke ( nullptr , args ) ; <nl> + CMonoClass * pPluginClass = m_pLibrary - > GetClass ( nameSpace , m_name ) ; <nl> + if ( pPluginClass ! = nullptr ) <nl> + { <nl> + m_pMonoObject = std : : static_pointer_cast < CMonoObject > ( pPluginClass - > CreateInstance ( ) ) ; <nl> <nl> - / / scans for console variable attributes <nl> - std : : shared_ptr < CMonoClass > consoleVariableAttributeManager = GetMonoRuntime ( ) - > GetCryCoreLibrary ( ) - > GetTemporaryClass ( " CryEngine . Attributes " , " ConsoleVariableAttributeManager " ) ; <nl> - CRY_ASSERT ( consoleVariableAttributeManager ! = nullptr ) ; <nl> - void * args2 [ 1 ] ; <nl> - args2 [ 0 ] = m_pLibrary - > GetManagedObject ( ) ; / / load the plug - in assembly to scans for ConsoleVariableAttribute <nl> - consoleVariableAttributeManager - > FindMethod ( " RegisterAttribute " , 1 ) - > Invoke ( nullptr , args2 ) ; <nl> + gEnv - > pGameFramework - > AddNetworkedClientListener ( * this ) ; <nl> + } <nl> + } <nl> + } <nl> } <nl> <nl> void CManagedPlugin : : Load ( CAppDomain * pPluginDomain ) <nl> { <nl> - if ( m_pLibrary = = nullptr ) <nl> + if ( m_pLibrary = = nullptr & & m_libraryPath . size ( ) > 0 ) <nl> { <nl> m_pLibrary = pPluginDomain - > LoadLibrary ( m_libraryPath ) ; <nl> if ( m_pLibrary = = nullptr ) <nl> void CManagedPlugin : : Load ( CAppDomain * pPluginDomain ) <nl> InitializePlugin ( ) ; <nl> } <nl> <nl> + void CManagedPlugin : : OnReloaded ( ) <nl> + { <nl> + gEnv - > pSchematyc - > GetEnvRegistry ( ) . DeregisterPackage ( GetGUID ( ) ) ; <nl> + <nl> + CreatePluginInstance ( ) ; <nl> + ScanAssembly ( ) ; <nl> + } <nl> + <nl> void CManagedPlugin : : RegisterSchematycPackageContents ( Schematyc : : IEnvRegistrar & registrar ) const <nl> { <nl> Schematyc : : CEnvRegistrationScope scope = registrar . Scope ( IEntity : : GetEntityScopeGUID ( ) ) ; <nl> void CManagedPlugin : : RegisterSchematycPackageContents ( Schematyc : : IEnvRegistrar & <nl> for ( auto it = m_entityComponentFactoryMap . begin ( ) ; it ! = m_entityComponentFactoryMap . end ( ) ; + + it ) <nl> { <nl> Schematyc : : CEnvRegistrationScope componentScope = scope . Register ( it - > second ) ; <nl> - / / Functions <nl> } <nl> } <nl> } <nl> void CManagedPlugin : : OnSystemEvent ( ESystemEvent event , UINT_PTR wparam , UINT_PTR <nl> break ; <nl> case ESYSTEM_EVENT_LEVEL_GAMEPLAY_START : <nl> { <nl> - if ( std : : shared_ptr < CMonoMethod > pMethod = m_pMonoObject - > GetClass ( ) - > FindMethod ( " OnGameStart " ) ) <nl> + if ( m_pMonoObject ! = nullptr ) <nl> { <nl> - pMethod - > Invoke ( m_pMonoObject . get ( ) ) ; <nl> + if ( std : : shared_ptr < CMonoMethod > pMethod = m_pMonoObject - > GetClass ( ) - > FindMethod ( " OnGameStart " ) ) <nl> + { <nl> + pMethod - > Invoke ( m_pMonoObject . get ( ) ) ; <nl> + } <nl> } <nl> } <nl> break ; <nl> case ESYSTEM_EVENT_LEVEL_UNLOAD : <nl> { <nl> - if ( std : : shared_ptr < CMonoMethod > pMethod = m_pMonoObject - > GetClass ( ) - > FindMethod ( " OnGameStop " ) ) <nl> + if ( m_pMonoObject ! = nullptr ) <nl> { <nl> - pMethod - > Invoke ( m_pMonoObject . get ( ) ) ; <nl> + if ( std : : shared_ptr < CMonoMethod > pMethod = m_pMonoObject - > GetClass ( ) - > FindMethod ( " OnGameStop " ) ) <nl> + { <nl> + pMethod - > Invoke ( m_pMonoObject . get ( ) ) ; <nl> + } <nl> } <nl> } <nl> break ; <nl> mmm a / Code / CryManaged / CryMonoBridge / ManagedPlugin . h <nl> ppp b / Code / CryManaged / CryMonoBridge / ManagedPlugin . h <nl> class CManagedPlugin final <nl> / / ~ ISystemEventListener <nl> <nl> void Load ( CAppDomain * pDomain ) ; <nl> + void OnReloaded ( ) ; <nl> <nl> / / INetworkedClientListener <nl> virtual void OnLocalClientDisconnected ( EDisconnectionCause cause , const char * description ) { } <nl> class CManagedPlugin final <nl> <nl> protected : <nl> void InitializePlugin ( ) ; <nl> + void ScanAssembly ( ) ; <nl> + void CreatePluginInstance ( ) ; <nl> <nl> protected : <nl> CMonoLibrary * m_pLibrary ; <nl> mmm a / Code / CryManaged / CryMonoBridge / MonoRuntime . cpp <nl> ppp b / Code / CryManaged / CryMonoBridge / MonoRuntime . cpp <nl> CMonoRuntime : : ~ CMonoRuntime ( ) <nl> { <nl> gEnv - > pSystem - > GetISystemEventDispatcher ( ) - > RemoveListener ( this ) ; <nl> } <nl> - <nl> } <nl> } <nl> <nl> void CMonoRuntime : : MonoLogCallback ( const char * szLogDomain , const char * szLogLev <nl> break ; <nl> } <nl> <nl> - gEnv - > pLog - > LogWithType ( engineLvl , " [ Mono ] [ % s ] [ % s ] % s " , szLogDomain , szLogLevel , szMessage ) ; <nl> + gEnv - > pLog - > LogWithType ( engineLvl , " [ Mono ] [ % s ] [ % s ] % s " , szLogDomain , szLogLevel , szMessage ) ; <nl> <nl> # if CRY_PLATFORM_WINDOWS & & ! defined ( RELEASE ) <nl> if ( IsDebuggerPresent ( ) ) <nl> void CMonoRuntime : : ReloadPluginDomain ( ) <nl> { <nl> pEngineClass - > ReloadClass ( ) ; <nl> <nl> + / / Notify plug - ins so that they can remove components etc that were removed <nl> + for ( const std : : weak_ptr < CManagedPlugin > & pWeakPlugin : m_plugins ) <nl> + { <nl> + if ( std : : shared_ptr < CManagedPlugin > pPlugin = pWeakPlugin . lock ( ) ) <nl> + { <nl> + pPlugin - > OnReloaded ( ) ; <nl> + } <nl> + } <nl> + <nl> / / Notify the framework so that internal listeners etc . can be added again . <nl> pEngineClass - > FindMethod ( " OnReloadDone " ) - > Invoke ( ) ; <nl> } <nl> void CMonoRuntime : : OnSystemEvent ( ESystemEvent event , UINT_PTR wparam , UINT_PTR l <nl> <nl> CManagedPlugin : : s_pCurrentlyRegisteringFactory = nullptr ; <nl> <nl> - CompileAssetSourceFiles ( ) ; <nl> + / / Compile C # source files in the assets directory <nl> + const char * szAssetDirectory = gEnv - > pSystem - > GetIProjectManager ( ) - > GetCurrentAssetDirectoryAbsolute ( ) ; <nl> + if ( szAssetDirectory ! = nullptr & & szAssetDirectory [ 0 ] ! = ' \ 0 ' ) <nl> + { <nl> + CMonoLibrary * pCompiledLibrary = pPluginDomain - > CompileFromSource ( szAssetDirectory ) ; <nl> + m_pAssetsPlugin = std : : make_shared < CManagedPlugin > ( pCompiledLibrary ) ; <nl> + m_plugins . emplace_back ( m_pAssetsPlugin ) ; <nl> + } <nl> <nl> for ( const std : : weak_ptr < CManagedPlugin > & plugin : m_plugins ) <nl> { <nl> void CMonoRuntime : : OnSystemEvent ( ESystemEvent event , UINT_PTR wparam , UINT_PTR l <nl> } <nl> } <nl> <nl> - void CMonoRuntime : : CompileAssetSourceFiles ( ) <nl> - { <nl> - std : : vector < string > sourceFiles ; <nl> - <nl> - const char * szAssetDirectory = gEnv - > pSystem - > GetIProjectManager ( ) - > GetCurrentAssetDirectoryAbsolute ( ) ; <nl> - if ( szAssetDirectory = = nullptr | | strlen ( szAssetDirectory ) = = 0 ) <nl> - { <nl> - CryWarning ( VALIDATOR_MODULE_SYSTEM , VALIDATOR_WARNING , " Failed to locate asset directory " ) ; <nl> - return ; <nl> - } <nl> - <nl> - / / Return early if there is no asset directory , otherwise this will scan the whole hard - drive for . cs files . <nl> - if ( szAssetDirectory = = nullptr | | szAssetDirectory [ 0 ] = = ' \ 0 ' ) <nl> - { <nl> - return ; <nl> - } <nl> - <nl> - FindSourceFilesInDirectoryRecursive ( szAssetDirectory , sourceFiles ) ; <nl> - if ( sourceFiles . size ( ) = = 0 ) <nl> - return ; <nl> - <nl> - CMonoDomain * pDomain = m_pLibCore - > GetDomain ( ) ; <nl> - <nl> - std : : shared_ptr < CMonoClass > pCompilerClass = m_pLibCore - > GetTemporaryClass ( " CryEngine . Compilation " , " Compiler " ) ; <nl> - std : : shared_ptr < CMonoMethod > pCompilationMethod = pCompilerClass - > FindMethod ( " CompileCSharpSourceFiles " , 1 ) ; <nl> - <nl> - MonoInternals : : MonoArray * pStringArray = MonoInternals : : mono_array_new ( pDomain - > GetMonoDomain ( ) , MonoInternals : : mono_get_string_class ( ) , sourceFiles . size ( ) ) ; <nl> - for ( int i = 0 ; i < sourceFiles . size ( ) ; + + i ) <nl> - { <nl> - mono_array_set ( pStringArray , MonoInternals : : MonoString * , i , mono_string_new ( pDomain - > GetMonoDomain ( ) , sourceFiles [ i ] ) ) ; <nl> - } <nl> - <nl> - void * pParams [ 1 ] = { pStringArray } ; <nl> - std : : shared_ptr < CMonoObject > pResult = pCompilationMethod - > InvokeStatic ( pParams ) ; <nl> - if ( MonoInternals : : MonoReflectionAssembly * pReflectionAssembly = ( MonoInternals : : MonoReflectionAssembly * ) pResult - > GetManagedObject ( ) ) <nl> - { <nl> - MonoInternals : : MonoAssembly * pAssembly = mono_reflection_assembly_get_assembly ( pReflectionAssembly ) ; <nl> - <nl> - m_pAssetsPlugin = std : : make_shared < CManagedPlugin > ( pDomain - > GetLibraryFromMonoAssembly ( pAssembly ) ) ; <nl> - m_plugins . emplace_back ( m_pAssetsPlugin ) ; <nl> - } <nl> - <nl> - / * for ( int i = 0 ; i < sourceFiles . size ( ) ; + + i ) <nl> - { <nl> - mono_free ( mono_array_get ( pStringArray , MonoInternals : : MonoString * , i ) ) ; <nl> - } * / <nl> - } <nl> - <nl> - void CMonoRuntime : : FindSourceFilesInDirectoryRecursive ( const char * szDirectory , std : : vector < string > & sourceFiles ) <nl> - { <nl> - string searchPath = PathUtil : : Make ( szDirectory , " * . cs " ) ; <nl> - <nl> - _finddata_t fd ; <nl> - intptr_t handle = gEnv - > pCryPak - > FindFirst ( searchPath , & fd ) ; <nl> - if ( handle ! = - 1 ) <nl> - { <nl> - do <nl> - { <nl> - sourceFiles . emplace_back ( PathUtil : : Make ( szDirectory , fd . name ) ) ; <nl> - } while ( gEnv - > pCryPak - > FindNext ( handle , & fd ) > = 0 ) ; <nl> - <nl> - gEnv - > pCryPak - > FindClose ( handle ) ; <nl> - } <nl> - <nl> - / / Find additional directories <nl> - searchPath = PathUtil : : Make ( szDirectory , " * . * " ) ; <nl> - <nl> - handle = gEnv - > pCryPak - > FindFirst ( searchPath , & fd ) ; <nl> - if ( handle ! = - 1 ) <nl> - { <nl> - do <nl> - { <nl> - if ( fd . attrib & _A_SUBDIR ) <nl> - { <nl> - if ( strcmp ( fd . name , " . " ) ! = 0 & & strcmp ( fd . name , " . . " ) ! = 0 ) <nl> - { <nl> - string sDirectory = PathUtil : : Make ( szDirectory , fd . name ) ; <nl> - <nl> - FindSourceFilesInDirectoryRecursive ( sDirectory , sourceFiles ) ; <nl> - } <nl> - } <nl> - } while ( gEnv - > pCryPak - > FindNext ( handle , & fd ) > = 0 ) ; <nl> - <nl> - gEnv - > pCryPak - > FindClose ( handle ) ; <nl> - } <nl> - } <nl> - <nl> void CMonoRuntime : : HandleException ( MonoInternals : : MonoException * pException ) <nl> { <nl> # if CRY_PLATFORM_WINDOWS & & ! defined ( RELEASE ) <nl> mmm a / Code / CryManaged / CryMonoBridge / MonoRuntime . h <nl> ppp b / Code / CryManaged / CryMonoBridge / MonoRuntime . h <nl> class CMonoRuntime final <nl> virtual CRootMonoDomain * GetRootDomain ( ) override ; <nl> virtual CMonoDomain * GetActiveDomain ( ) override ; <nl> virtual CAppDomain * CreateDomain ( char * name , bool bActivate = false ) override ; <nl> + virtual void ReloadPluginDomain ( ) override ; <nl> <nl> virtual CMonoLibrary * GetCryCommonLibrary ( ) const override ; <nl> virtual CMonoLibrary * GetCryCoreLibrary ( ) const override ; <nl> class CMonoRuntime final <nl> <nl> void HandleException ( MonoInternals : : MonoException * pException ) ; <nl> <nl> - void ReloadPluginDomain ( ) ; <nl> - <nl> private : <nl> static void MonoLogCallback ( const char * szLogDomain , const char * szLogLevel , const char * szMessage , MonoInternals : : mono_bool is_fatal , void * pUserData ) ; <nl> static void MonoPrintCallback ( const char * szMessage , MonoInternals : : mono_bool is_stdout ) ; <nl> class CMonoRuntime final <nl> <nl> void InvokeManagedConsoleCommandNotification ( const char * szCommandName , IConsoleCmdArgs * pConsoleCommandArguments ) ; <nl> <nl> - void CompileAssetSourceFiles ( ) ; <nl> - void FindSourceFilesInDirectoryRecursive ( const char * szDirectory , std : : vector < string > & sourceFiles ) ; <nl> - <nl> private : <nl> std : : unordered_map < MonoInternals : : MonoDomain * , std : : shared_ptr < CMonoDomain > > m_domainLookupMap ; <nl> std : : vector < std : : shared_ptr < CManagedNodeCreatorProxy > > m_nodeCreators ; <nl> mmm a / Code / CryManaged / CryMonoBridge / NativeToManagedInterfaces / Entity . cpp <nl> ppp b / Code / CryManaged / CryMonoBridge / NativeToManagedInterfaces / Entity . cpp <nl> static void RegisterComponent ( MonoInternals : : MonoReflectionType * pType , uint64 g <nl> MonoInternals : : MonoClass * pMonoClass = MonoInternals : : mono_type_get_class ( MonoInternals : : mono_reflection_type_get_type ( pType ) ) ; <nl> MonoInternals : : MonoImage * pImage = MonoInternals : : mono_class_get_image ( pMonoClass ) ; <nl> <nl> - CMonoDomain * pDomain = GetMonoRuntime ( ) - > FindDomainByHandle ( MonoInternals : : mono_object_get_domain ( ( MonoInternals : : MonoObject * ) pType ) ) ; <nl> - CMonoLibrary * pLibrary = pDomain - > GetLibraryFromMonoAssembly ( MonoInternals : : mono_image_get_assembly ( pImage ) ) ; <nl> - <nl> CryGUID id = CryGUID : : Construct ( guidHipart , guidLopart ) ; <nl> Schematyc : : SSourceFileInfo info ( " Unknown . NET source file " , 0 ) ; <nl> <nl> static void RegisterComponent ( MonoInternals : : MonoReflectionType * pType , uint64 g <nl> } <nl> } <nl> <nl> - std : : shared_ptr < CMonoString > pClassName = CMonoDomain : : CreateString ( pName ) ; <nl> - std : : shared_ptr < CMonoString > pClassCategory = CMonoDomain : : CreateString ( pCategory ) ; <nl> - std : : shared_ptr < CMonoString > pDesc = CMonoDomain : : CreateString ( pCategory ) ; <nl> - std : : shared_ptr < CMonoString > pClassIcon = CMonoDomain : : CreateString ( pIcon ) ; <nl> + CMonoDomain * pDomain = GetMonoRuntime ( ) - > FindDomainByHandle ( MonoInternals : : mono_object_get_domain ( ( MonoInternals : : MonoObject * ) pType ) ) ; <nl> + CMonoLibrary & library = pDomain - > GetLibraryFromMonoAssembly ( MonoInternals : : mono_image_get_assembly ( pImage ) ) ; <nl> + <nl> + std : : shared_ptr < CMonoString > pClassName = pDomain - > CreateString ( pName ) ; <nl> + std : : shared_ptr < CMonoString > pClassCategory = pDomain - > CreateString ( pCategory ) ; <nl> + std : : shared_ptr < CMonoString > pDesc = pDomain - > CreateString ( pCategory ) ; <nl> + std : : shared_ptr < CMonoString > pClassIcon = pDomain - > CreateString ( pIcon ) ; <nl> <nl> - CManagedPlugin : : s_pCurrentlyRegisteringFactory - > emplace ( pType , std : : make_shared < CManagedEntityComponentFactory > ( pLibrary - > GetClassFromMonoClass ( pMonoClass ) , id , info , pClassName - > GetString ( ) , pClassCategory - > GetString ( ) , pDesc - > GetString ( ) , pClassIcon - > GetString ( ) ) ) ; <nl> + CManagedPlugin : : s_pCurrentlyRegisteringFactory - > emplace ( pType , std : : make_shared < CManagedEntityComponentFactory > ( library . GetClassFromMonoClass ( pMonoClass ) , id , info , pClassName - > GetString ( ) , pClassCategory - > GetString ( ) , pDesc - > GetString ( ) , pClassIcon - > GetString ( ) ) ) ; <nl> } <nl> <nl> static void AddComponentBase ( MonoInternals : : MonoReflectionType * pType , MonoInternals : : MonoReflectionType * pBaseType ) <nl> mmm a / Code / CryManaged / CryMonoBridge / Wrappers / AppDomain . cpp <nl> ppp b / Code / CryManaged / CryMonoBridge / Wrappers / AppDomain . cpp <nl> <nl> <nl> # include " MonoRuntime . h " <nl> # include " MonoLibrary . h " <nl> + # include " CompiledMonoLibrary . h " <nl> # include " MonoClass . h " <nl> # include " MonoMethod . h " <nl> <nl> bool CAppDomain : : Reload ( ) <nl> return true ; <nl> } <nl> <nl> + CMonoLibrary * CAppDomain : : CompileFromSource ( const char * szDirectory ) <nl> + { <nl> + m_loadedLibraries . emplace_back ( stl : : make_unique < CCompiledMonoLibrary > ( szDirectory , this ) ) ; <nl> + return m_loadedLibraries . back ( ) . get ( ) ; <nl> + } <nl> + <nl> void CAppDomain : : SerializeDomainData ( std : : vector < char > & serializedData ) <nl> { <nl> / / Create the shared serialization utilities that may be called by libraries and objects <nl> / / Now serialize the statics contained inside this library <nl> - CMonoLibrary * pNetCoreLibrary = GetMonoRuntime ( ) - > GetRootDomain ( ) - > GetNetCoreLibrary ( ) ; <nl> + CMonoLibrary & netCoreLibrary = GetMonoRuntime ( ) - > GetRootDomain ( ) - > GetNetCoreLibrary ( ) ; <nl> <nl> - std : : shared_ptr < CMonoClass > pMemoryStreamClass = pNetCoreLibrary - > GetTemporaryClass ( " System . IO " , " MemoryStream " ) ; <nl> + std : : shared_ptr < CMonoClass > pMemoryStreamClass = netCoreLibrary . GetTemporaryClass ( " System . IO " , " MemoryStream " ) ; <nl> std : : shared_ptr < CMonoObject > pMemoryStream = std : : static_pointer_cast < CMonoObject > ( pMemoryStreamClass - > CreateInstance ( ) ) ; <nl> <nl> m_serializationTicks = 0 ; <nl> void CAppDomain : : SerializeDomainData ( std : : vector < char > & serializedData ) <nl> <nl> / / Grab the serialized buffer <nl> std : : shared_ptr < CMonoObject > pManagedBuffer = pMemoryStream - > GetClass ( ) - > FindMethod ( " GetBuffer " ) - > Invoke ( pMemoryStream . get ( ) ) ; <nl> - <nl> + <nl> serializedData . resize ( pManagedBuffer - > GetArraySize ( ) ) ; <nl> char * arrayBuffer = pManagedBuffer - > GetArrayAddress ( sizeof ( char ) , 0 ) ; <nl> <nl> void CAppDomain : : SerializeDomainData ( std : : vector < char > & serializedData ) <nl> void CAppDomain : : DeserializeDomainData ( const std : : vector < char > & serializedData ) <nl> { <nl> / / Now serialize the statics contained inside this library <nl> - CMonoLibrary * pNetCoreLibrary = GetMonoRuntime ( ) - > GetRootDomain ( ) - > GetNetCoreLibrary ( ) ; <nl> + CMonoLibrary & netCoreLibrary = GetMonoRuntime ( ) - > GetRootDomain ( ) - > GetNetCoreLibrary ( ) ; <nl> <nl> m_serializationTicks = 0 ; <nl> <nl> void CAppDomain : : DeserializeDomainData ( const std : : vector < char > & serializedData ) <nl> CMonoDomain * pDomain = pCryObjectReaderClass - > GetAssembly ( ) - > GetDomain ( ) ; <nl> <nl> MonoInternals : : MonoArray * pMonoManagedBuffer = MonoInternals : : mono_array_new ( pDomain - > GetMonoDomain ( ) , MonoInternals : : mono_get_byte_class ( ) , serializedData . size ( ) ) ; <nl> - std : : shared_ptr < CMonoClass > pBufferClass = pNetCoreLibrary - > GetClassFromMonoClass ( MonoInternals : : mono_object_get_class ( ( MonoInternals : : MonoObject * ) pMonoManagedBuffer ) ) ; <nl> + std : : shared_ptr < CMonoClass > pBufferClass = netCoreLibrary . GetClassFromMonoClass ( MonoInternals : : mono_object_get_class ( ( MonoInternals : : MonoObject * ) pMonoManagedBuffer ) ) ; <nl> <nl> std : : shared_ptr < CMonoObject > pManagedBuffer = std : : make_shared < CMonoObject > ( ( MonoInternals : : MonoObject * ) pMonoManagedBuffer , pBufferClass ) ; <nl> char * arrayBuffer = pManagedBuffer - > GetArrayAddress ( sizeof ( char ) , 0 ) ; <nl> void CAppDomain : : DeserializeDomainData ( const std : : vector < char > & serializedData ) <nl> MonoInternals : : MonoObject * pBoolObject = MonoInternals : : mono_value_box ( pDomain - > GetMonoDomain ( ) , MonoInternals : : mono_get_boolean_class ( ) , & bWritable ) ; <nl> memoryStreamCtorArgs [ 1 ] = pBoolObject ; <nl> <nl> - std : : shared_ptr < CMonoClass > pMemoryStreamClass = pNetCoreLibrary - > GetTemporaryClass ( " System . IO " , " MemoryStream " ) ; <nl> + std : : shared_ptr < CMonoClass > pMemoryStreamClass = netCoreLibrary . GetTemporaryClass ( " System . IO " , " MemoryStream " ) ; <nl> std : : shared_ptr < CMonoObject > pMemoryStream = std : : static_pointer_cast < CMonoObject > ( pMemoryStreamClass - > CreateInstance ( memoryStreamCtorArgs , 2 ) ) ; <nl> <nl> void * readerConstructorParams [ 1 ] ; <nl> mmm a / Code / CryManaged / CryMonoBridge / Wrappers / AppDomain . h <nl> ppp b / Code / CryManaged / CryMonoBridge / Wrappers / AppDomain . h <nl> class CAppDomain final : public CMonoDomain <nl> virtual bool Reload ( ) override ; <nl> / / ~ CMonoDomain <nl> <nl> + CMonoLibrary * CompileFromSource ( const char * szDirectory ) ; <nl> + <nl> void SerializeObject ( CMonoObject * pSerializer , MonoInternals : : MonoObject * pObject , bool bIsAssembly ) ; <nl> std : : shared_ptr < CMonoObject > DeserializeObject ( CMonoObject * pSerializer , bool bIsAssembly ) ; <nl> <nl> new file mode 100644 <nl> index 0000000000 . . bccbc2967f <nl> mmm / dev / null <nl> ppp b / Code / CryManaged / CryMonoBridge / Wrappers / CompiledMonoLibrary . cpp <nl> <nl> + / / Copyright 2001 - 2016 Crytek GmbH / Crytek Group . All rights reserved . <nl> + <nl> + # include " StdAfx . h " <nl> + # include " CompiledMonoLibrary . h " <nl> + <nl> + CCompiledMonoLibrary : : CCompiledMonoLibrary ( const char * szDirectory , CMonoDomain * pDomain ) <nl> + : CMonoLibrary ( nullptr , " " , pDomain ) <nl> + , m_directory ( szDirectory ) <nl> + { <nl> + Load ( ) ; <nl> + } <nl> + <nl> + bool CCompiledMonoLibrary : : Load ( ) <nl> + { <nl> + / / Zero assembly and image , in case we are reloading <nl> + m_pAssembly = nullptr ; <nl> + m_pImage = nullptr ; <nl> + <nl> + std : : vector < string > sourceFiles ; <nl> + FindSourceFilesInDirectoryRecursive ( m_directory , sourceFiles ) ; <nl> + if ( sourceFiles . size ( ) = = 0 ) <nl> + { <nl> + / / Don ' t treat no assets as a failure , this is OK ! <nl> + return true ; <nl> + } <nl> + <nl> + CMonoLibrary * pCoreLibrary = GetMonoRuntime ( ) - > GetCryCoreLibrary ( ) ; <nl> + <nl> + std : : shared_ptr < CMonoClass > pCompilerClass = pCoreLibrary - > GetTemporaryClass ( " CryEngine . Compilation " , " Compiler " ) ; <nl> + std : : shared_ptr < CMonoMethod > pCompilationMethod = pCompilerClass - > FindMethod ( " CompileCSharpSourceFiles " , 1 ) ; <nl> + <nl> + MonoInternals : : MonoArray * pStringArray = MonoInternals : : mono_array_new ( m_pDomain - > GetMonoDomain ( ) , MonoInternals : : mono_get_string_class ( ) , sourceFiles . size ( ) ) ; <nl> + for ( int i = 0 ; i < sourceFiles . size ( ) ; + + i ) <nl> + { <nl> + mono_array_set ( pStringArray , MonoInternals : : MonoString * , i , mono_string_new ( m_pDomain - > GetMonoDomain ( ) , sourceFiles [ i ] ) ) ; <nl> + } <nl> + <nl> + void * pParams [ 1 ] = { pStringArray } ; <nl> + std : : shared_ptr < CMonoObject > pResult = pCompilationMethod - > InvokeStatic ( pParams ) ; <nl> + if ( MonoInternals : : MonoReflectionAssembly * pReflectionAssembly = ( MonoInternals : : MonoReflectionAssembly * ) pResult - > GetManagedObject ( ) ) <nl> + { <nl> + if ( m_pAssembly = mono_reflection_assembly_get_assembly ( pReflectionAssembly ) ) <nl> + { <nl> + m_pImage = MonoInternals : : mono_assembly_get_image ( m_pAssembly ) ; <nl> + } <nl> + } <nl> + <nl> + return true ; <nl> + } <nl> + <nl> + void CCompiledMonoLibrary : : FindSourceFilesInDirectoryRecursive ( const char * szDirectory , std : : vector < string > & sourceFiles ) <nl> + { <nl> + string searchPath = PathUtil : : Make ( szDirectory , " * . cs " ) ; <nl> + <nl> + _finddata_t fd ; <nl> + intptr_t handle = gEnv - > pCryPak - > FindFirst ( searchPath , & fd ) ; <nl> + if ( handle ! = - 1 ) <nl> + { <nl> + do <nl> + { <nl> + sourceFiles . emplace_back ( PathUtil : : Make ( szDirectory , fd . name ) ) ; <nl> + } while ( gEnv - > pCryPak - > FindNext ( handle , & fd ) > = 0 ) ; <nl> + <nl> + gEnv - > pCryPak - > FindClose ( handle ) ; <nl> + } <nl> + <nl> + / / Find additional directories <nl> + searchPath = PathUtil : : Make ( szDirectory , " * . * " ) ; <nl> + <nl> + handle = gEnv - > pCryPak - > FindFirst ( searchPath , & fd ) ; <nl> + if ( handle ! = - 1 ) <nl> + { <nl> + do <nl> + { <nl> + if ( fd . attrib & _A_SUBDIR ) <nl> + { <nl> + if ( strcmp ( fd . name , " . " ) ! = 0 & & strcmp ( fd . name , " . . " ) ! = 0 ) <nl> + { <nl> + string sDirectory = PathUtil : : Make ( szDirectory , fd . name ) ; <nl> + <nl> + FindSourceFilesInDirectoryRecursive ( sDirectory , sourceFiles ) ; <nl> + } <nl> + } <nl> + } while ( gEnv - > pCryPak - > FindNext ( handle , & fd ) > = 0 ) ; <nl> + <nl> + gEnv - > pCryPak - > FindClose ( handle ) ; <nl> + } <nl> + } <nl> \ No newline at end of file <nl> new file mode 100644 <nl> index 0000000000 . . 0e6a693054 <nl> mmm / dev / null <nl> ppp b / Code / CryManaged / CryMonoBridge / Wrappers / CompiledMonoLibrary . h <nl> <nl> + / / Copyright 2001 - 2016 Crytek GmbH / Crytek Group . All rights reserved . <nl> + <nl> + # pragma once <nl> + <nl> + # include " MonoLibrary . h " <nl> + <nl> + class CCompiledMonoLibrary final : public CMonoLibrary <nl> + { <nl> + public : <nl> + CCompiledMonoLibrary ( const char * szDirectory , CMonoDomain * pDomain ) ; <nl> + <nl> + private : <nl> + / / CMonoLibrary <nl> + virtual bool Load ( ) override ; <nl> + virtual bool WasCompiledAtRuntime ( ) override { return true ; } <nl> + / / ~ CMonoLibrary <nl> + <nl> + void FindSourceFilesInDirectoryRecursive ( const char * szDirectory , std : : vector < string > & sourceFiles ) ; <nl> + <nl> + string m_directory ; <nl> + } ; <nl> \ No newline at end of file <nl> mmm a / Code / CryManaged / CryMonoBridge / Wrappers / MonoClass . h <nl> ppp b / Code / CryManaged / CryMonoBridge / Wrappers / MonoClass . h <nl> class CMonoClass <nl> <nl> MonoInternals : : MonoClass * GetMonoClass ( ) const { return m_pClass ; } <nl> <nl> + bool IsVoid ( ) const { return m_pClass = = MonoInternals : : mono_get_void_class ( ) ; } <nl> + <nl> protected : <nl> void Serialize ( CMonoObject * pSerializer ) ; <nl> void Deserialize ( CMonoObject * pSerializer ) ; <nl> mmm a / Code / CryManaged / CryMonoBridge / Wrappers / MonoDomain . cpp <nl> ppp b / Code / CryManaged / CryMonoBridge / Wrappers / MonoDomain . cpp <nl> CMonoLibrary * CMonoDomain : : LoadLibrary ( const char * path ) <nl> return nullptr ; <nl> } <nl> <nl> - CMonoLibrary * CMonoDomain : : GetLibraryFromMonoAssembly ( MonoInternals : : MonoAssembly * pAssembly ) <nl> + CMonoLibrary & CMonoDomain : : GetLibraryFromMonoAssembly ( MonoInternals : : MonoAssembly * pAssembly ) <nl> { <nl> for ( const std : : unique_ptr < CMonoLibrary > & pLibrary : m_loadedLibraries ) <nl> { <nl> if ( pLibrary . get ( ) - > GetAssembly ( ) = = pAssembly ) <nl> { <nl> - return pLibrary . get ( ) ; <nl> + return * pLibrary . get ( ) ; <nl> } <nl> } <nl> <nl> CMonoLibrary * CMonoDomain : : GetLibraryFromMonoAssembly ( MonoInternals : : MonoAssembl <nl> string assemblyPath = MonoInternals : : mono_assembly_name_get_name ( pAssemblyName ) ; <nl> <nl> m_loadedLibraries . emplace_back ( stl : : make_unique < CMonoLibrary > ( pAssembly , assemblyPath , this ) ) ; <nl> - return m_loadedLibraries . back ( ) . get ( ) ; <nl> + return * m_loadedLibraries . back ( ) . get ( ) ; <nl> } <nl> \ No newline at end of file <nl> mmm a / Code / CryManaged / CryMonoBridge / Wrappers / MonoDomain . h <nl> ppp b / Code / CryManaged / CryMonoBridge / Wrappers / MonoDomain . h <nl> class CMonoDomain <nl> { <nl> friend class CAppDomain ; <nl> friend class CMonoLibrary ; <nl> + friend class CCompiledMonoLibrary ; <nl> friend class CMonoClass ; <nl> friend class CMonoRuntime ; <nl> <nl> class CMonoDomain <nl> static std : : shared_ptr < CMonoString > CreateString ( MonoInternals : : MonoString * pManagedString ) ; <nl> <nl> CMonoLibrary * LoadLibrary ( const char * szPath ) ; <nl> - CMonoLibrary * GetLibraryFromMonoAssembly ( MonoInternals : : MonoAssembly * pAssembly ) ; <nl> + CMonoLibrary & GetLibraryFromMonoAssembly ( MonoInternals : : MonoAssembly * pAssembly ) ; <nl> <nl> MonoInternals : : MonoDomain * GetHandle ( ) const { return m_pDomain ; } <nl> <nl> mmm a / Code / CryManaged / CryMonoBridge / Wrappers / MonoLibrary . h <nl> ppp b / Code / CryManaged / CryMonoBridge / Wrappers / MonoLibrary . h <nl> class CMonoLibrary <nl> ~ CMonoLibrary ( ) ; <nl> <nl> bool IsLoaded ( ) const { return m_pAssembly ! = nullptr ; } <nl> + virtual bool WasCompiledAtRuntime ( ) { return false ; } <nl> <nl> const char * GetFilePath ( ) ; <nl> <nl> class CMonoLibrary <nl> MonoInternals : : MonoObject * GetManagedObject ( ) ; <nl> <nl> protected : <nl> - bool Load ( ) ; <nl> + virtual bool Load ( ) ; <nl> void Unload ( ) ; <nl> void Reload ( ) ; <nl> <nl> class CMonoLibrary <nl> const char * GetPath ( ) const { return m_assemblyPath ; } <nl> const char * GetImageName ( ) const ; <nl> <nl> - private : <nl> + protected : <nl> MonoInternals : : MonoAssembly * m_pAssembly ; <nl> MonoInternals : : MonoImage * m_pImage ; <nl> <nl> mmm a / Code / CryManaged / CryMonoBridge / Wrappers / MonoObject . cpp <nl> ppp b / Code / CryManaged / CryMonoBridge / Wrappers / MonoObject . cpp <nl> CMonoClass * CMonoObject : : GetClass ( ) <nl> MonoInternals : : MonoImage * pImage = MonoInternals : : mono_class_get_image ( pClass ) ; <nl> MonoInternals : : MonoAssembly * pAssembly = MonoInternals : : mono_image_get_assembly ( pImage ) ; <nl> <nl> - CMonoLibrary * pLibrary = GetMonoRuntime ( ) - > GetActiveDomain ( ) - > GetLibraryFromMonoAssembly ( pAssembly ) ; <nl> - <nl> - m_pClass = pLibrary - > GetClassFromMonoClass ( pClass ) ; <nl> + CMonoLibrary & library = GetMonoRuntime ( ) - > GetActiveDomain ( ) - > GetLibraryFromMonoAssembly ( pAssembly ) ; <nl> + m_pClass = library . GetClassFromMonoClass ( pClass ) ; <nl> } <nl> <nl> return m_pClass . get ( ) ; <nl> mmm a / Code / CryManaged / CryMonoBridge / Wrappers / RootMonoDomain . cpp <nl> ppp b / Code / CryManaged / CryMonoBridge / Wrappers / RootMonoDomain . cpp <nl> void CRootMonoDomain : : Initialize ( ) <nl> m_bNativeDomain = true ; <nl> } <nl> <nl> - CMonoLibrary * CRootMonoDomain : : GetNetCoreLibrary ( ) <nl> + CMonoLibrary & CRootMonoDomain : : GetNetCoreLibrary ( ) <nl> { <nl> MonoInternals : : MonoImage * pMonoCorlib = MonoInternals : : mono_get_corlib ( ) ; <nl> <nl> mmm a / Code / CryManaged / CryMonoBridge / Wrappers / RootMonoDomain . h <nl> ppp b / Code / CryManaged / CryMonoBridge / Wrappers / RootMonoDomain . h <nl> class CRootMonoDomain final : public CMonoDomain <nl> void Initialize ( ) ; <nl> bool IsInitialized ( ) const { return m_pDomain ! = nullptr ; } <nl> <nl> - CMonoLibrary * CRootMonoDomain : : GetNetCoreLibrary ( ) ; <nl> + CMonoLibrary & CRootMonoDomain : : GetNetCoreLibrary ( ) ; <nl> } ; <nl> \ No newline at end of file <nl> new file mode 100644 <nl> index 0000000000 . . a676f6ea7c <nl> mmm / dev / null <nl> ppp b / Code / Sandbox / Plugins / EditorCSharp / CMakeLists . txt <nl> <nl> + start_sources ( ) <nl> + sources_platform ( ALL ) <nl> + add_sources ( " Uber_CSharpEditor . cpp " <nl> + SOURCE_GROUP " Main " <nl> + " main . cpp " <nl> + " StdAfx . cpp " <nl> + " StdAfx . h " <nl> + " CSharpAssetType . h " <nl> + " CSharpAssetType . cpp " <nl> + " EditorCSharp . qrc " <nl> + ) <nl> + <nl> + end_sources ( ) <nl> + <nl> + CryEditorPlugin ( EditorCSharp PCH " StdAfx . cpp " SOLUTION_FOLDER " Sandbox / Plugins " ) <nl> + <nl> + target_include_directories ( $ { THIS_PROJECT } PRIVATE . . / . . / EditorQt ) <nl> + target_include_directories ( $ { THIS_PROJECT } PRIVATE . . / . . / EditorQt / Include ) <nl> + <nl> + target_link_libraries ( $ { THIS_PROJECT } PRIVATE Sandbox ) <nl> + <nl> new file mode 100644 <nl> index 0000000000 . . 462ad19ca0 <nl> mmm / dev / null <nl> ppp b / Code / Sandbox / Plugins / EditorCSharp / CSharpAssetType . cpp <nl> <nl> + / / Copyright 2001 - 2016 Crytek GmbH . All rights reserved . <nl> + # include < StdAfx . h > <nl> + # include " CSharpAssetType . h " <nl> + <nl> + # include < AssetSystem / Loader / AssetLoaderHelpers . h > <nl> + # include < AssetSystem / Asset . h > <nl> + <nl> + # include < CrySystem / IProjectManager . h > <nl> + <nl> + # include < cctype > <nl> + # include < clocale > <nl> + <nl> + REGISTER_ASSET_TYPE ( CSharpSourcefileAssetType ) <nl> + <nl> + CryIcon CSharpSourcefileAssetType : : GetIconInternal ( ) const <nl> + { <nl> + return CryIcon ( " icons : csharp / assettype . ico " ) ; <nl> + } <nl> + <nl> + CAssetEditor * CSharpSourcefileAssetType : : Edit ( CAsset * pAsset ) const <nl> + { <nl> + # if CRY_PLATFORM_WINDOWS <nl> + if ( pAsset - > GetFilesCount ( ) > 0 ) <nl> + { <nl> + string filePath = PathUtil : : Make ( gEnv - > pSystem - > GetIProjectManager ( ) - > GetCurrentAssetDirectoryAbsolute ( ) , pAsset - > GetFile ( 0 ) ) ; <nl> + <nl> + ShellExecute ( 0 , 0 , filePath . c_str ( ) , 0 , 0 , SW_SHOW ) ; <nl> + } <nl> + # endif <nl> + <nl> + return nullptr ; <nl> + } <nl> + <nl> + bool CSharpSourcefileAssetType : : OnCreate ( CEditableAsset & editAsset , const void * pCreateParams ) const <nl> + { <nl> + const string basePath = PathUtil : : RemoveExtension ( PathUtil : : RemoveExtension ( editAsset . GetAsset ( ) . GetMetadataFile ( ) ) ) ; <nl> + const string csFilePath = basePath + " . cs " ; <nl> + const string assetName = PathUtil : : GetFileName ( basePath ) ; <nl> + <nl> + string projectName = gEnv - > pSystem - > GetIProjectManager ( ) - > GetCurrentProjectName ( ) ; <nl> + <nl> + string cleanProjectName ; <nl> + cleanProjectName . reserve ( projectName . size ( ) ) ; <nl> + for ( int c : projectName ) <nl> + { <nl> + if ( std : : isalpha ( c ) ! = 0 ) <nl> + { <nl> + cleanProjectName + = c ; <nl> + } <nl> + } <nl> + <nl> + string sourceContents = string ( ) . Format ( <nl> + " using System ; \ n " <nl> + " using CryEngine ; \ n \ n " <nl> + " namespace % s \ n " <nl> + " { \ n " <nl> + " public class % s : EntityComponent \ n " <nl> + " { \ n " <nl> + " } \ n " <nl> + " } " , cleanProjectName . c_str ( ) , assetName . c_str ( ) ) ; <nl> + <nl> + CCryFile file ( csFilePath . c_str ( ) , " wt " ) ; <nl> + if ( file . GetHandle ( ) ! = nullptr ) <nl> + { <nl> + if ( file . Write ( sourceContents . c_str ( ) , sourceContents . size ( ) ) ! = 0 ) <nl> + { <nl> + editAsset . SetFiles ( " " , { csFilePath } ) ; <nl> + } <nl> + } <nl> + <nl> + return true ; <nl> + } <nl> new file mode 100644 <nl> index 0000000000 . . d0d1642262 <nl> mmm / dev / null <nl> ppp b / Code / Sandbox / Plugins / EditorCSharp / CSharpAssetType . h <nl> <nl> + / / Copyright 2001 - 2016 Crytek GmbH . All rights reserved . <nl> + # pragma once <nl> + <nl> + # include < AssetSystem / AssetType . h > <nl> + # include < AssetSystem / EditableAsset . h > <nl> + <nl> + class CSharpSourcefileAssetType : public CAssetType <nl> + { <nl> + private : <nl> + struct SCreateParams ; <nl> + <nl> + public : <nl> + DECLARE_ASSET_TYPE_DESC ( CSharpSourcefileAssetType ) ; <nl> + <nl> + virtual const char * GetTypeName ( ) const { return " CS_Source " ; } <nl> + virtual const char * GetUiTypeName ( ) const { return QT_TR_NOOP ( " C # Class " ) ; } <nl> + virtual const char * GetFileExtension ( ) const { return " cs " ; } <nl> + virtual bool CanBeCreated ( ) const override { return true ; } <nl> + virtual bool IsImported ( ) const { return false ; } <nl> + virtual bool CanBeEdited ( ) const { return true ; } <nl> + virtual CAssetEditor * Edit ( CAsset * asset ) const override ; <nl> + <nl> + protected : <nl> + virtual bool OnCreate ( CEditableAsset & editAsset , const void * pTypeSpecificParameter ) const override ; <nl> + <nl> + private : <nl> + virtual CryIcon GetIconInternal ( ) const override ; <nl> + } ; <nl> new file mode 100644 <nl> index 0000000000 . . 848905e9f8 <nl> mmm / dev / null <nl> ppp b / Code / Sandbox / Plugins / EditorCSharp / EditorCSharp . qrc <nl> <nl> + < RCC > <nl> + < qresource prefix = " / icons " > <nl> + < file alias = " csharp / assettype . ico " > icons / assettype . ico < / file > <nl> + < / qresource > <nl> + < / RCC > <nl> \ No newline at end of file <nl> new file mode 100644 <nl> index 0000000000 . . c96ce1c66d <nl> Binary files / dev / null and b / Code / Sandbox / Plugins / EditorCSharp / Icons / assettype . ico differ <nl> new file mode 100644 <nl> index 0000000000 . . eae607760e <nl> mmm / dev / null <nl> ppp b / Code / Sandbox / Plugins / EditorCSharp / StdAfx . cpp <nl> <nl> + / / Copyright 2001 - 2016 Crytek GmbH / Crytek Group . All rights reserved . <nl> + <nl> + # include " StdAfx . h " <nl> new file mode 100644 <nl> index 0000000000 . . 87b324d7d9 <nl> mmm / dev / null <nl> ppp b / Code / Sandbox / Plugins / EditorCSharp / StdAfx . h <nl> <nl> + / / Copyright 2001 - 2016 Crytek GmbH / Crytek Group . All rights reserved . <nl> + <nl> + # pragma once <nl> + <nl> + # include < CryCore / Project / CryModuleDefs . h > <nl> + # include < CryCore / Platform / platform . h > <nl> + <nl> + / / TODO : remove this , but there are many compilation errors . The particle editor should not include MFC . <nl> + # define CRY_USE_MFC <nl> + # include < CryCore / Platform / CryAtlMfc . h > <nl> + <nl> + # include " EditorCommon . h " <nl> + # include " IEditor . h " <nl> + # include " IPlugin . h " <nl> + # include < Cry3DEngine / I3DEngine . h > <nl> + # include < CryRenderer / IRenderer . h > <nl> + # include " Expected . h " <nl> + <nl> + # include < QApplication > <nl> + # include < QMainWindow > <nl> + # include < QToolBar > <nl> + # include < QAction > <nl> + # include < QGraphicsScene > <nl> + # include < QGraphicsView > <nl> + # include < QGraphicsItem > <nl> + # include < QGraphicsLinearLayout > <nl> + # include < QGraphicsGridLayout > <nl> + # include < QGraphicsWidget > <nl> + # include < QGraphicsProxyWidget > <nl> + # include < QGraphicsSceneEvent > <nl> + # include < QPainter > <nl> + # include < QStyleOption > <nl> + # include < QMenu > <nl> + # include < QVariant > <nl> + # include < QTextCursor > <nl> + # include < QDrag > <nl> + # include < QMimeData > <nl> + # include < QClipboard > <nl> + # include < QBoxLayout > <nl> + # include < QHBoxLayout > <nl> + # include < QVBoxLayout > <nl> + # include < QPushbutton > <nl> + # include < QToolButton > <nl> + # include < QCheckBox > <nl> + # include < QLineEdit > <nl> + # include < QSpacerItem > <nl> + # include < QSplitter > <nl> + # include < QFileDialog > <nl> + <nl> + # include " QtUtil . h " <nl> + # include " QtViewPane . h " <nl> + # include " Serialization . h " <nl> + # include " UndoStack . h " <nl> + <nl> + # include < Serialization / QPropertyTree / QPropertyTree . h > <nl> + # include " IResourceSelectorHost . h " <nl> + <nl> + IEditor * GetIEditor ( ) ; <nl> \ No newline at end of file <nl> new file mode 100644 <nl> index 0000000000 . . d0e9ef3b89 <nl> mmm / dev / null <nl> ppp b / Code / Sandbox / Plugins / EditorCSharp / main . cpp <nl> <nl> + / / Copyright 2001 - 2016 Crytek GmbH / Crytek Group . All rights reserved . <nl> + <nl> + # include " StdAfx . h " <nl> + # include < CryCore / Platform / platform_impl . inl > <nl> + # include " QT / QToolTabManager . h " <nl> + <nl> + # include < AssetSystem / Asset . h > <nl> + # include < AssetSystem / AssetManager . h > <nl> + # include < AssetSystem / AssetType . h > <nl> + # include < CrySystem / File / IFileChangeMonitor . h > <nl> + # include < CryMono / IMonoRuntime . h > <nl> + <nl> + class CCSharpEditorPlugin final <nl> + : public IPlugin <nl> + , public IFileChangeListener <nl> + { <nl> + public : <nl> + / / IPlugin <nl> + int32 GetPluginVersion ( ) override { return 1 ; } <nl> + const char * GetPluginName ( ) override { return " CSharp Editor " ; } <nl> + const char * GetPluginDescription ( ) override { return " CSharp Editor plugin " ; } <nl> + / / ~ IPlugin <nl> + <nl> + CCSharpEditorPlugin ( ) <nl> + { <nl> + GetIEditor ( ) - > GetFileMonitor ( ) - > RegisterListener ( this , " " , " cs " ) ; <nl> + } <nl> + <nl> + virtual ~ CCSharpEditorPlugin ( ) <nl> + { <nl> + GetIEditor ( ) - > GetFileMonitor ( ) - > UnregisterListener ( this ) ; <nl> + } <nl> + <nl> + virtual void OnFileChange ( const char * sFilename , EChangeType eType ) override <nl> + { <nl> + if ( gEnv - > pMonoRuntime ! = nullptr ) <nl> + { <nl> + gEnv - > pMonoRuntime - > ReloadPluginDomain ( ) ; <nl> + } <nl> + } <nl> + } ; <nl> + <nl> + REGISTER_PLUGIN ( CCSharpEditorPlugin ) <nl> mmm a / Tools / CMake / BuildSandbox . cmake <nl> ppp b / Tools / CMake / BuildSandbox . cmake <nl> if ( OPTION_SANDBOX_SUBSTANCE ) <nl> add_subdirectory ( " Code / Sandbox / Libs / CrySubstance " ) <nl> add_subdirectory ( " Code / Sandbox / Plugins / EditorSubstance " ) <nl> endif ( ) <nl> + if ( OPTION_CRYMONO ) <nl> + add_subdirectory ( " Code / Sandbox / Plugins / EditorCSharp " ) <nl> + endif ( ) <nl> # libs <nl> add_subdirectory ( " Code / Libs / prt " ) <nl> add_subdirectory ( " Code / Libs / python " ) <nl> | ! F ( C # , Sandbox ) Add support for C # in the asset directory integrated with the asset browser | CRYTEK/CRYENGINE | 10e81074a3e82fc88a9bea36ce22ce2bdaf16cef | 2017-07-11T10:59:00Z |
mmm a / tensorflow / compiler / xla / service / buffer_liveness . cc <nl> ppp b / tensorflow / compiler / xla / service / buffer_liveness . cc <nl> bool BufferLiveness : : live_range_strictly_before ( const LogicalBuffer & a , <nl> return false ; <nl> } <nl> <nl> + / / Every user of ' a ' must be a predecessor of ' b ' or ' b ' itself . <nl> for ( const BufferAlias & alias : points_to_analysis_ - > GetBufferAliases ( a ) ) { <nl> - / / Every user of ' a ' must be a predecessor of ' b ' or ' b ' itself . <nl> for ( auto user : alias . instruction ( ) - > users ( ) ) { <nl> if ( DoesNotUseOperandBuffer ( alias . instruction ( ) , alias . index ( ) , user , <nl> points_to_analysis ( ) ) ) { <nl> bool BufferLiveness : : live_range_strictly_before ( const LogicalBuffer & a , <nl> return false ; <nl> } <nl> } <nl> - <nl> - / / If the root instruction aliases the buffer ' a ' , the live range of ' a ' is <nl> - / / until the end of the computation and can never be strictly before another <nl> - / / buffer . This is needed to prevent the root instruction ' s buffers from <nl> - / / being reused by later instructions even when the root is not the last <nl> - / / instruction in the schedule . <nl> - if ( alias . instruction ( ) - > parent ( ) - > root_instruction ( ) = = <nl> - alias . instruction ( ) ) { <nl> - return false ; <nl> - } <nl> } <nl> <nl> / / If ' b ' is a user of ' a ' then the buffers interfere unless ' a . instruction ' <nl> mmm a / tensorflow / compiler / xla / service / buffer_liveness_test . cc <nl> ppp b / tensorflow / compiler / xla / service / buffer_liveness_test . cc <nl> TEST_F ( BufferLivenessTest , OverlappedBuffersSequentialOrder ) { <nl> EXPECT_FALSE ( InstructionsMayInterfere ( * liveness , add , exp ) ) ; <nl> } <nl> <nl> - TEST_F ( BufferLivenessTest , RootInstructionIsNotLastInSequentialOrder ) { <nl> - / / Tests that when the root instruction is not the last instruction in the <nl> - / / schedule , the live range of its buffers interfere with the buffers of the <nl> - / / later instructions . <nl> - / / <nl> - / / Two sets of independent instructions are executed in the computation . <nl> - / / param - - > add ( root ) <nl> - / / recv - - > recv - done - - > send - - > send - done <nl> - / / <nl> - / / Sequential order : <nl> - / / param , add ( root ) , recv , recv - done , send , send - done <nl> - auto builder = HloComputation : : Builder ( TestName ( ) ) ; <nl> - auto param = <nl> - builder . AddInstruction ( HloInstruction : : CreateParameter ( 0 , vec_ , " param " ) ) ; <nl> - auto add = builder . AddInstruction ( <nl> - HloInstruction : : CreateBinary ( vec_ , HloOpcode : : kAdd , param , param ) ) ; <nl> - auto recv = builder . AddInstruction ( <nl> - HloInstruction : : CreateRecv ( vec_ , / * channel_id = * / 0 ) ) ; <nl> - auto recv_done = builder . AddInstruction ( HloInstruction : : CreateRecvDone ( recv ) ) ; <nl> - auto send = builder . AddInstruction ( <nl> - HloInstruction : : CreateSend ( recv_done , / * channel_id = * / 1 ) ) ; <nl> - auto send_done = builder . AddInstruction ( HloInstruction : : CreateSendDone ( send ) ) ; <nl> - <nl> - auto module = CreateNewModule ( ) ; <nl> - auto computation = module - > AddEntryComputation ( builder . Build ( add ) ) ; <nl> - <nl> - SequentialHloOrdering : : HloModuleSequence module_sequence ; <nl> - std : : vector < const HloInstruction * > order = { param , add , recv , <nl> - recv_done , send , send_done } ; <nl> - module_sequence . emplace ( computation , order ) ; <nl> - auto liveness = <nl> - BufferLiveness : : Run ( module . get ( ) , xla : : MakeUnique < SequentialHloOrdering > ( <nl> - module . get ( ) , module_sequence ) ) <nl> - . ConsumeValueOrDie ( ) ; <nl> - <nl> - EXPECT_FALSE ( InstructionsMayInterfere ( * liveness , param , add ) ) ; <nl> - / / Check the root instruction ( add ) buffer interferes with the recv buffer . <nl> - EXPECT_TRUE ( <nl> - liveness - > MayInterfere ( GetBuffer ( * liveness , add , / * index = * / { } ) , <nl> - GetBuffer ( * liveness , recv , / * index = * / { 0 } ) ) ) ; <nl> - } <nl> - <nl> TEST_F ( BufferLivenessTest , TupleLiveOut ) { <nl> / / Verify MaybeLiveOut with nested tuples . Result of computation looks like : <nl> / / <nl> | Automated g4 rollback of changelist 179506342 | tensorflow/tensorflow | 2071f7ff4fe13d0b5a7b8d9dceaeb3c211e37199 | 2017-12-19T15:48:34Z |
mmm a / scripts / cmake / vcpkg_common_definitions . cmake <nl> ppp b / scripts / cmake / vcpkg_common_definitions . cmake <nl> else ( ) <nl> endif ( ) <nl> <nl> # Helper variables for libraries <nl> - if ( VCPKG_TARGET_IS_WINDOWS ) <nl> + if ( VCPKG_TARGET_IS_MINGW ) <nl> + set ( VCPKG_TARGET_STATIC_LIBRARY_SUFFIX " . a " ) <nl> + set ( VCPKG_TARGET_IMPORT_LIBRARY_SUFFIX " . dll . a " ) <nl> + set ( VCPKG_TARGET_SHARED_LIBRARY_SUFFIX " . dll " ) <nl> + set ( VCPKG_TARGET_STATIC_LIBRARY_PREFIX " lib " ) <nl> + set ( VCPKG_TARGET_SHARED_LIBRARY_PREFIX " lib " ) <nl> + set ( VCPKG_TARGET_IMPORT_LIBRARY_PREFIX " lib " ) <nl> + set ( VCPKG_FIND_LIBRARY_SUFFIXES " . dll " " . dll . a " " . a " " . lib " ) <nl> + set ( VCPKG_FIND_LIBRARY_PREFIXES " lib " " " ) <nl> + elseif ( VCPKG_TARGET_IS_WINDOWS ) <nl> set ( VCPKG_TARGET_STATIC_LIBRARY_SUFFIX " . lib " ) <nl> set ( VCPKG_TARGET_IMPORT_LIBRARY_SUFFIX " . lib " ) <nl> set ( VCPKG_TARGET_SHARED_LIBRARY_SUFFIX " . dll " ) <nl> if ( VCPKG_TARGET_IS_WINDOWS ) <nl> set ( VCPKG_TARGET_IMPORT_LIBRARY_PREFIX " " ) <nl> set ( VCPKG_FIND_LIBRARY_SUFFIXES " . lib " " . dll " ) # This is a slight modification to CMakes value which does not include " . dll " . <nl> set ( VCPKG_FIND_LIBRARY_PREFIXES " " " lib " ) # This is a slight modification to CMakes value which does not include " lib " . <nl> - elseif ( VCPKG_TARGET_IS_MINGW ) <nl> - set ( VCPKG_TARGET_STATIC_LIBRARY_SUFFIX " . a " ) <nl> - set ( VCPKG_TARGET_IMPORT_LIBRARY_SUFFIX " . dll . a " ) <nl> - set ( VCPKG_TARGET_SHARED_LIBRARY_SUFFIX " . dll " ) <nl> - set ( VCPKG_TARGET_STATIC_LIBRARY_PREFIX " lib " ) <nl> - set ( VCPKG_TARGET_SHARED_LIBRARY_PREFIX " lib " ) <nl> - set ( VCPKG_TARGET_IMPORT_LIBRARY_PREFIX " lib " ) <nl> - set ( VCPKG_FIND_LIBRARY_SUFFIXES " . dll " " . dll . a " " . a " " . lib " ) <nl> - set ( VCPKG_FIND_LIBRARY_PREFIXES " lib " " " ) <nl> elseif ( VCPKG_TARGET_IS_OSX ) <nl> set ( VCPKG_TARGET_STATIC_LIBRARY_SUFFIX " . a " ) <nl> set ( VCPKG_TARGET_IMPORT_LIBRARY_SUFFIX " " ) <nl> | MinGW : Fix vcpkg common definitions ( ) | microsoft/vcpkg | 8c77506c4fc47c3ea4790d30fc78c45265b3e41a | 2020-01-23T20:17:40Z |
mmm a / include / v8 . h <nl> ppp b / include / v8 . h <nl> <nl> - / / Copyright 2007 - 2009 the V8 project authors . All rights reserved . <nl> + / / Copyright 2011 the V8 project authors . All rights reserved . <nl> / / Redistribution and use in source and binary forms , with or without <nl> / / modification , are permitted provided that the following conditions are <nl> / / met : <nl> class Object : public Value { <nl> V8EXPORT void SetPointerInInternalField ( int index , void * value ) ; <nl> <nl> / / Testers for local properties . <nl> + V8EXPORT bool HasOwnProperty ( Handle < String > key ) ; <nl> V8EXPORT bool HasRealNamedProperty ( Handle < String > key ) ; <nl> V8EXPORT bool HasRealIndexedProperty ( uint32_t index ) ; <nl> V8EXPORT bool HasRealNamedCallbackProperty ( Handle < String > key ) ; <nl> mmm a / src / api . cc <nl> ppp b / src / api . cc <nl> <nl> - / / Copyright 2010 the V8 project authors . All rights reserved . <nl> + / / Copyright 2011 the V8 project authors . All rights reserved . <nl> / / Redistribution and use in source and binary forms , with or without <nl> / / modification , are permitted provided that the following conditions are <nl> / / met : <nl> bool Object : : SetAccessor ( Handle < String > name , <nl> } <nl> <nl> <nl> + bool v8 : : Object : : HasOwnProperty ( Handle < String > key ) { <nl> + i : : Isolate * isolate = Utils : : OpenHandle ( this ) - > GetIsolate ( ) ; <nl> + ON_BAILOUT ( isolate , " v8 : : Object : : HasOwnProperty ( ) " , <nl> + return false ) ; <nl> + return Utils : : OpenHandle ( this ) - > HasLocalProperty ( <nl> + * Utils : : OpenHandle ( * key ) ) ; <nl> + } <nl> + <nl> + <nl> bool v8 : : Object : : HasRealNamedProperty ( Handle < String > key ) { <nl> i : : Isolate * isolate = Utils : : OpenHandle ( this ) - > GetIsolate ( ) ; <nl> ON_BAILOUT ( isolate , " v8 : : Object : : HasRealNamedProperty ( ) " , <nl> mmm a / test / cctest / test - api . cc <nl> ppp b / test / cctest / test - api . cc <nl> THREADED_TEST ( ReceiverSignature ) { <nl> } <nl> <nl> <nl> - <nl> - <nl> THREADED_TEST ( ArgumentSignature ) { <nl> v8 : : HandleScope scope ; <nl> LocalContext env ; <nl> THREADED_TEST ( CreationContext ) { <nl> context2 . Dispose ( ) ; <nl> context3 . Dispose ( ) ; <nl> } <nl> + <nl> + <nl> + Handle < Value > HasOwnPropertyIndexedPropertyGetter ( uint32_t index , <nl> + const AccessorInfo & info ) { <nl> + if ( index = = 42 ) return v8_str ( " yes " ) ; <nl> + return Handle < v8 : : Integer > ( ) ; <nl> + } <nl> + <nl> + <nl> + Handle < Value > HasOwnPropertyNamedPropertyGetter ( Local < String > property , <nl> + const AccessorInfo & info ) { <nl> + if ( property - > Equals ( v8_str ( " foo " ) ) ) return v8_str ( " yes " ) ; <nl> + return Handle < Value > ( ) ; <nl> + } <nl> + <nl> + <nl> + Handle < v8 : : Integer > HasOwnPropertyIndexedPropertyQuery ( <nl> + uint32_t index , const AccessorInfo & info ) { <nl> + if ( index = = 42 ) return v8_num ( 1 ) . As < v8 : : Integer > ( ) ; <nl> + return Handle < v8 : : Integer > ( ) ; <nl> + } <nl> + <nl> + <nl> + Handle < v8 : : Integer > HasOwnPropertyNamedPropertyQuery ( <nl> + Local < String > property , const AccessorInfo & info ) { <nl> + if ( property - > Equals ( v8_str ( " foo " ) ) ) return v8_num ( 1 ) . As < v8 : : Integer > ( ) ; <nl> + return Handle < v8 : : Integer > ( ) ; <nl> + } <nl> + <nl> + <nl> + Handle < v8 : : Integer > HasOwnPropertyNamedPropertyQuery2 ( <nl> + Local < String > property , const AccessorInfo & info ) { <nl> + if ( property - > Equals ( v8_str ( " bar " ) ) ) return v8_num ( 1 ) . As < v8 : : Integer > ( ) ; <nl> + return Handle < v8 : : Integer > ( ) ; <nl> + } <nl> + <nl> + <nl> + Handle < Value > HasOwnPropertyAccessorGetter ( Local < String > property , <nl> + const AccessorInfo & info ) { <nl> + return v8_str ( " yes " ) ; <nl> + } <nl> + <nl> + <nl> + TEST ( HasOwnProperty ) { <nl> + v8 : : HandleScope scope ; <nl> + LocalContext env ; <nl> + { / / Check normal properties and defined getters . <nl> + Handle < Value > value = CompileRun ( <nl> + " function Foo ( ) { " <nl> + " this . foo = 11 ; " <nl> + " this . __defineGetter__ ( ' baz ' , function ( ) { return 1 ; } ) ; " <nl> + " } ; " <nl> + " function Bar ( ) { " <nl> + " this . bar = 13 ; " <nl> + " this . __defineGetter__ ( ' bla ' , function ( ) { return 2 ; } ) ; " <nl> + " } ; " <nl> + " Bar . prototype = new Foo ( ) ; " <nl> + " new Bar ( ) ; " ) ; <nl> + CHECK ( value - > IsObject ( ) ) ; <nl> + Handle < Object > object = value - > ToObject ( ) ; <nl> + CHECK ( object - > Has ( v8_str ( " foo " ) ) ) ; <nl> + CHECK ( ! object - > HasOwnProperty ( v8_str ( " foo " ) ) ) ; <nl> + CHECK ( object - > HasOwnProperty ( v8_str ( " bar " ) ) ) ; <nl> + CHECK ( object - > Has ( v8_str ( " baz " ) ) ) ; <nl> + CHECK ( ! object - > HasOwnProperty ( v8_str ( " baz " ) ) ) ; <nl> + CHECK ( object - > HasOwnProperty ( v8_str ( " bla " ) ) ) ; <nl> + } <nl> + { / / Check named getter interceptors . <nl> + Handle < ObjectTemplate > templ = ObjectTemplate : : New ( ) ; <nl> + templ - > SetNamedPropertyHandler ( HasOwnPropertyNamedPropertyGetter ) ; <nl> + Handle < Object > instance = templ - > NewInstance ( ) ; <nl> + CHECK ( ! instance - > HasOwnProperty ( v8_str ( " 42 " ) ) ) ; <nl> + CHECK ( instance - > HasOwnProperty ( v8_str ( " foo " ) ) ) ; <nl> + CHECK ( ! instance - > HasOwnProperty ( v8_str ( " bar " ) ) ) ; <nl> + } <nl> + { / / Check indexed getter interceptors . <nl> + Handle < ObjectTemplate > templ = ObjectTemplate : : New ( ) ; <nl> + templ - > SetIndexedPropertyHandler ( HasOwnPropertyIndexedPropertyGetter ) ; <nl> + Handle < Object > instance = templ - > NewInstance ( ) ; <nl> + CHECK ( instance - > HasOwnProperty ( v8_str ( " 42 " ) ) ) ; <nl> + CHECK ( ! instance - > HasOwnProperty ( v8_str ( " 43 " ) ) ) ; <nl> + CHECK ( ! instance - > HasOwnProperty ( v8_str ( " foo " ) ) ) ; <nl> + } <nl> + { / / Check named query interceptors . <nl> + Handle < ObjectTemplate > templ = ObjectTemplate : : New ( ) ; <nl> + templ - > SetNamedPropertyHandler ( 0 , 0 , HasOwnPropertyNamedPropertyQuery ) ; <nl> + Handle < Object > instance = templ - > NewInstance ( ) ; <nl> + CHECK ( instance - > HasOwnProperty ( v8_str ( " foo " ) ) ) ; <nl> + CHECK ( ! instance - > HasOwnProperty ( v8_str ( " bar " ) ) ) ; <nl> + } <nl> + { / / Check indexed query interceptors . <nl> + Handle < ObjectTemplate > templ = ObjectTemplate : : New ( ) ; <nl> + templ - > SetIndexedPropertyHandler ( 0 , 0 , HasOwnPropertyIndexedPropertyQuery ) ; <nl> + Handle < Object > instance = templ - > NewInstance ( ) ; <nl> + CHECK ( instance - > HasOwnProperty ( v8_str ( " 42 " ) ) ) ; <nl> + CHECK ( ! instance - > HasOwnProperty ( v8_str ( " 41 " ) ) ) ; <nl> + } <nl> + { / / Check callbacks . <nl> + Handle < ObjectTemplate > templ = ObjectTemplate : : New ( ) ; <nl> + templ - > SetAccessor ( v8_str ( " foo " ) , HasOwnPropertyAccessorGetter ) ; <nl> + Handle < Object > instance = templ - > NewInstance ( ) ; <nl> + CHECK ( instance - > HasOwnProperty ( v8_str ( " foo " ) ) ) ; <nl> + CHECK ( ! instance - > HasOwnProperty ( v8_str ( " bar " ) ) ) ; <nl> + } <nl> + { / / Check that query wins on disagreement . <nl> + Handle < ObjectTemplate > templ = ObjectTemplate : : New ( ) ; <nl> + templ - > SetNamedPropertyHandler ( HasOwnPropertyNamedPropertyGetter , <nl> + 0 , <nl> + HasOwnPropertyNamedPropertyQuery2 ) ; <nl> + Handle < Object > instance = templ - > NewInstance ( ) ; <nl> + CHECK ( ! instance - > HasOwnProperty ( v8_str ( " foo " ) ) ) ; <nl> + CHECK ( instance - > HasOwnProperty ( v8_str ( " bar " ) ) ) ; <nl> + } <nl> + } <nl> | Expose hasOwnProperty ( ) through API . | v8/v8 | 32732fbc86a902dc187116807634e83363bab570 | 2011-04-28T09:27:40Z |
mmm a / arangod / Agency / CleanOutServer . cpp <nl> ppp b / arangod / Agency / CleanOutServer . cpp <nl> JOB_STATUS CleanOutServer : : status ( ) { <nl> <nl> bool CleanOutServer : : create ( ) { / / Only through shrink cluster <nl> <nl> + / / Lookup server <nl> + if ( _server . find ( " DBServer " ) = = 0 ) { <nl> + try { <nl> + _server = uuidLookup ( _snapshot , _server ) ; <nl> + } catch ( . . . ) { <nl> + LOG_TOPIC ( ERR , Logger : : AGENCY ) < < <nl> + " MoveShard : To server " < < _server < < " does not exist " ; <nl> + } <nl> + } <nl> + <nl> LOG_TOPIC ( INFO , Logger : : AGENCY ) <nl> < < " Todo : Clean out server " + _server + " for shrinkage " ; <nl> <nl> mmm a / arangod / Agency / MoveShard . cpp <nl> ppp b / arangod / Agency / MoveShard . cpp <nl> MoveShard : : MoveShard ( Node const & snapshot , Agent * agent , <nl> _shard ( shard ) , <nl> _from ( from ) , <nl> _to ( to ) { <nl> + <nl> try { <nl> JOB_STATUS js = status ( ) ; <nl> <nl> MoveShard : : MoveShard ( Node const & snapshot , Agent * agent , <nl> MoveShard : : ~ MoveShard ( ) { } <nl> <nl> bool MoveShard : : create ( ) { <nl> - LOG_TOPIC ( INFO , Logger : : AGENCY ) <nl> - < < " Todo : Move shard " + _shard + " from " + _from + " to " < < _to ; <nl> - <nl> - std : : string path , now ( timepointToString ( std : : chrono : : system_clock : : now ( ) ) ) ; <nl> - <nl> - / / DBservers <nl> - std : : string curPath = <nl> - curColPrefix + _database + " / " + _collection + " / " + _shard + " / servers " ; <nl> - <nl> - Slice current = _snapshot ( curPath ) . slice ( ) ; <nl> - TRI_ASSERT ( current . isArray ( ) ) ; <nl> - TRI_ASSERT ( current [ 0 ] . isString ( ) ) ; <nl> - <nl> - _jb = std : : make_shared < Builder > ( ) ; <nl> - _jb - > openArray ( ) ; <nl> - _jb - > openObject ( ) ; <nl> <nl> / / Lookup from server <nl> if ( _from . find ( " DBServer " ) = = 0 ) { <nl> bool MoveShard : : create ( ) { <nl> " MoveShard : From server " < < _from < < " does not exist " ; <nl> } <nl> } <nl> + <nl> + / / Lookup to Server <nl> if ( _to . find ( " DBServer " ) = = 0 ) { <nl> try { <nl> _to = uuidLookup ( _snapshot , _to ) ; <nl> bool MoveShard : : create ( ) { <nl> } <nl> } <nl> <nl> + LOG_TOPIC ( INFO , Logger : : AGENCY ) <nl> + < < " Todo : Move shard " + _shard + " from " + _from + " to " < < _to ; <nl> + <nl> + std : : string path , now ( timepointToString ( std : : chrono : : system_clock : : now ( ) ) ) ; <nl> + <nl> + / / DBservers <nl> + std : : string curPath = <nl> + curColPrefix + _database + " / " + _collection + " / " + _shard + " / servers " ; <nl> + <nl> + Slice current = _snapshot ( curPath ) . slice ( ) ; <nl> + TRI_ASSERT ( current . isArray ( ) ) ; <nl> + TRI_ASSERT ( current [ 0 ] . isString ( ) ) ; <nl> + <nl> + _jb = std : : make_shared < Builder > ( ) ; <nl> + _jb - > openArray ( ) ; <nl> + _jb - > openObject ( ) ; <nl> + <nl> if ( _from = = _to ) { <nl> path = _agencyPrefix + failedPrefix + _jobId ; <nl> _jb - > add ( " timeFinished " , VPackValue ( now ) ) ; <nl> bool MoveShard : : create ( ) { <nl> } <nl> <nl> bool MoveShard : : start ( ) { <nl> + <nl> + / / Lookup from server <nl> + if ( _from . find ( " DBServer " ) = = 0 ) { <nl> + try { <nl> + _from = uuidLookup ( _snapshot , _from ) ; <nl> + } catch ( . . . ) { <nl> + LOG_TOPIC ( ERR , Logger : : AGENCY ) < < <nl> + " MoveShard : From server " < < _from < < " does not exist " ; <nl> + } <nl> + } <nl> + <nl> + / / Lookup to Server <nl> + if ( _to . find ( " DBServer " ) = = 0 ) { <nl> + try { <nl> + _to = uuidLookup ( _snapshot , _to ) ; <nl> + } catch ( . . . ) { <nl> + LOG_TOPIC ( ERR , Logger : : AGENCY ) < < <nl> + " MoveShard : To server " < < _to < < " does not exist " ; <nl> + } <nl> + } <nl> <nl> / / Are we distributeShardsLiking other shard ? <nl> / / Invoke moveShard there <nl> JOB_STATUS MoveShard : : status ( ) { <nl> _to = _snapshot ( pos [ status ] + _jobId + " / toServer " ) . getString ( ) ; <nl> _shard = <nl> _snapshot ( pos [ status ] + _jobId + " / shards " ) . slice ( ) [ 0 ] . copyString ( ) ; <nl> + <nl> + / / Lookup from server <nl> + if ( _from . find ( " DBServer " ) = = 0 ) { <nl> + try { <nl> + _from = uuidLookup ( _snapshot , _from ) ; <nl> + } catch ( . . . ) { <nl> + LOG_TOPIC ( ERR , Logger : : AGENCY ) < < <nl> + " MoveShard : From server " < < _from < < " does not exist " ; <nl> + } <nl> + } <nl> + <nl> + / / Lookup to Server <nl> + if ( _to . find ( " DBServer " ) = = 0 ) { <nl> + try { <nl> + _to = uuidLookup ( _snapshot , _to ) ; <nl> + } catch ( . . . ) { <nl> + LOG_TOPIC ( ERR , Logger : : AGENCY ) < < <nl> + " MoveShard : To server " < < _to < < " does not exist " ; <nl> + } <nl> + } <nl> + <nl> } catch ( std : : exception const & e ) { <nl> std : : string err = <nl> std : : string ( " Failed to find job " ) + _jobId + " in agency : " + e . what ( ) ; <nl> | moveShard jobs running | arangodb/arangodb | ec18efc80e3ddb09dc9daa288d7a8204ce6103c0 | 2016-12-12T09:29:41Z |
mmm a / include / mlir / IR / Diagnostics . h <nl> ppp b / include / mlir / IR / Diagnostics . h <nl> class SourceMgrDiagnosticHandler { <nl> void emitDiagnostic ( Location loc , Twine message , DiagnosticSeverity kind ) ; <nl> <nl> protected : <nl> + / / / Emit the given diagnostic with the held source manager . <nl> + void emitDiagnostic ( Diagnostic & diag ) ; <nl> + <nl> / / / Get a memory buffer for the given file , or nullptr if no file is <nl> / / / available . <nl> const llvm : : MemoryBuffer * getBufferForFile ( StringRef filename ) ; <nl> class SourceMgrDiagnosticHandler { <nl> <nl> private : <nl> / / / Convert a location into the given memory buffer into an SMLoc . <nl> - llvm : : SMLoc convertLocToSMLoc ( Location loc ) ; <nl> + llvm : : SMLoc convertLocToSMLoc ( FileLineColLoc loc ) ; <nl> + <nl> + / / / The maximum depth that a call stack will be printed . <nl> + / / / TODO ( riverriddle ) This should be a tunable flag . <nl> + unsigned callStackLimit = 10 ; <nl> <nl> std : : unique_ptr < detail : : SourceMgrDiagnosticHandlerImpl > impl ; <nl> } ; <nl> mmm a / lib / IR / Diagnostics . cpp <nl> ppp b / lib / IR / Diagnostics . cpp <nl> struct SourceMgrDiagnosticHandlerImpl { <nl> <nl> / / / Return a processable FileLineColLoc from the given location . <nl> static llvm : : Optional < FileLineColLoc > getFileLineColLoc ( Location loc ) { <nl> - / / Process a FileLineColLoc . <nl> - if ( auto fileLoc = loc . dyn_cast < FileLineColLoc > ( ) ) <nl> - return fileLoc ; <nl> - <nl> - / / Process a CallSiteLoc . <nl> - if ( auto callLoc = loc . dyn_cast < CallSiteLoc > ( ) ) { <nl> - / / Check to see if the caller is a FileLineColLoc . <nl> - if ( auto fileLoc = callLoc - > getCaller ( ) . dyn_cast < FileLineColLoc > ( ) ) <nl> - return fileLoc ; <nl> - <nl> - / / Otherwise , if the caller is another CallSiteLoc , check if its callee is a <nl> - / / FileLineColLoc . <nl> - if ( auto callerLoc = callLoc - > getCaller ( ) . dyn_cast < CallSiteLoc > ( ) ) <nl> - return callerLoc - > getCallee ( ) . dyn_cast < FileLineColLoc > ( ) ; <nl> + switch ( loc . getKind ( ) ) { <nl> + case Location : : Kind : : Name : <nl> + return getFileLineColLoc ( loc . cast < NameLoc > ( ) . getChildLoc ( ) ) ; <nl> + case Location : : Kind : : FileLineCol : <nl> + return loc . cast < FileLineColLoc > ( ) ; <nl> + case Location : : Kind : : CallSite : <nl> + / / Process the callee of a callsite location . <nl> + return getFileLineColLoc ( loc . cast < CallSiteLoc > ( ) . getCallee ( ) ) ; <nl> + default : <nl> + return llvm : : None ; <nl> } <nl> - return llvm : : None ; <nl> } <nl> <nl> / / / Given a diagnostic kind , returns the LLVM DiagKind . <nl> SourceMgrDiagnosticHandler : : SourceMgrDiagnosticHandler ( llvm : : SourceMgr & mgr , <nl> MLIRContext * ctx ) <nl> : mgr ( mgr ) , impl ( new SourceMgrDiagnosticHandlerImpl ( ) ) { <nl> / / Register a simple diagnostic handler . <nl> - ctx - > getDiagEngine ( ) . setHandler ( [ this ] ( Diagnostic diag ) { <nl> - / / Emit the diagnostic . <nl> - emitDiagnostic ( diag . getLocation ( ) , diag . str ( ) , diag . getSeverity ( ) ) ; <nl> - <nl> - / / Emit each of the notes . <nl> - for ( auto & note : diag . getNotes ( ) ) <nl> - emitDiagnostic ( note . getLocation ( ) , note . str ( ) , note . getSeverity ( ) ) ; <nl> - } ) ; <nl> + ctx - > getDiagEngine ( ) . setHandler ( <nl> + [ this ] ( Diagnostic diag ) { emitDiagnostic ( diag ) ; } ) ; <nl> } <nl> SourceMgrDiagnosticHandler : : ~ SourceMgrDiagnosticHandler ( ) { } <nl> <nl> void SourceMgrDiagnosticHandler : : emitDiagnostic ( Location loc , Twine message , <nl> DiagnosticSeverity kind ) { <nl> - mgr . PrintMessage ( convertLocToSMLoc ( loc ) , getDiagKind ( kind ) , message ) ; <nl> + / / Extract a file location from this loc . <nl> + auto fileLoc = getFileLineColLoc ( loc ) ; <nl> + <nl> + / / If one doesn ' t exist , then print the location as part of the message . <nl> + if ( ! fileLoc ) { <nl> + std : : string str ; <nl> + llvm : : raw_string_ostream os ( str ) ; <nl> + os < < loc < < " : " ; <nl> + return mgr . PrintMessage ( llvm : : SMLoc ( ) , getDiagKind ( kind ) , <nl> + os . str ( ) + message ) ; <nl> + } <nl> + <nl> + / / Otherwise , try to convert the file location to an SMLoc . <nl> + auto smloc = convertLocToSMLoc ( * fileLoc ) ; <nl> + if ( smloc . isValid ( ) ) <nl> + return mgr . PrintMessage ( smloc , getDiagKind ( kind ) , message ) ; <nl> + <nl> + / / If the conversion was unsuccessful , create a diagnostic with the source <nl> + / / location information directly . <nl> + llvm : : SMDiagnostic diag ( mgr , llvm : : SMLoc ( ) , fileLoc - > getFilename ( ) , <nl> + fileLoc - > getLine ( ) , fileLoc - > getColumn ( ) , <nl> + getDiagKind ( kind ) , message . str ( ) , / * LineStr = * / " " , <nl> + / * Ranges = * / llvm : : None ) ; <nl> + diag . print ( nullptr , llvm : : errs ( ) ) ; <nl> + } <nl> + <nl> + / / / Emit the given diagnostic with the held source manager . <nl> + void SourceMgrDiagnosticHandler : : emitDiagnostic ( Diagnostic & diag ) { <nl> + / / Emit the diagnostic . <nl> + auto loc = diag . getLocation ( ) ; <nl> + emitDiagnostic ( loc , diag . str ( ) , diag . getSeverity ( ) ) ; <nl> + <nl> + / / If the diagnostic location was a call site location , then print the call <nl> + / / stack as well . <nl> + if ( auto callLoc = loc . dyn_cast < CallSiteLoc > ( ) ) { <nl> + / / Print the call stack while valid , or until the limit is reached . <nl> + Location callerLoc = callLoc - > getCaller ( ) ; <nl> + for ( unsigned currentDepth = 0 ; currentDepth < callStackLimit & & callLoc ; <nl> + + + currentDepth , callLoc = callerLoc . dyn_cast < CallSiteLoc > ( ) ) { <nl> + emitDiagnostic ( callerLoc , " called from " , DiagnosticSeverity : : Note ) ; <nl> + callerLoc = callLoc - > getCaller ( ) ; <nl> + } <nl> + } <nl> + <nl> + / / Emit each of the notes . <nl> + for ( auto & note : diag . getNotes ( ) ) <nl> + emitDiagnostic ( note . getLocation ( ) , note . str ( ) , note . getSeverity ( ) ) ; <nl> } <nl> <nl> / / / Get a memory buffer for the given file , or nullptr if one is not found . <nl> SourceMgrDiagnosticHandler : : getBufferForFile ( StringRef filename ) { <nl> <nl> / / / Get a memory buffer for the given file , or the main file of the source <nl> / / / manager if one doesn ' t exist . This always returns non - null . <nl> - llvm : : SMLoc SourceMgrDiagnosticHandler : : convertLocToSMLoc ( Location loc ) { <nl> - / / Process a FileLineColLoc . <nl> - auto fileLoc = getFileLineColLoc ( loc ) ; <nl> - if ( ! fileLoc ) <nl> - return llvm : : SMLoc ( ) ; <nl> - <nl> + llvm : : SMLoc SourceMgrDiagnosticHandler : : convertLocToSMLoc ( FileLineColLoc loc ) { <nl> / / Get the buffer for this filename . <nl> - auto * membuf = getBufferForFile ( fileLoc - > getFilename ( ) ) ; <nl> + auto * membuf = getBufferForFile ( loc . getFilename ( ) ) ; <nl> if ( ! membuf ) <nl> return llvm : : SMLoc ( ) ; <nl> <nl> / / TODO : This should really be upstreamed to be a method on llvm : : SourceMgr . <nl> / / Doing so would allow it to use the offset cache that is already maintained <nl> / / by SrcBuffer , making this more efficient . <nl> - unsigned lineNo = fileLoc - > getLine ( ) ; <nl> - unsigned columnNo = fileLoc - > getColumn ( ) ; <nl> + unsigned lineNo = loc . getLine ( ) ; <nl> + unsigned columnNo = loc . getColumn ( ) ; <nl> <nl> / / Scan for the correct line number . <nl> const char * position = membuf - > getBufferStart ( ) ; <nl> | Add initial support to the SourceMgrDiagnosticHandler for printing call stacks . | tensorflow/tensorflow | 29e040aca2fc2db2ce3de87bd9476812828c96b8 | 2019-05-20T20:41:20Z |
mmm a / aten / src / TH / generic / THTensor . cpp <nl> ppp b / aten / src / TH / generic / THTensor . cpp <nl> THTensor * THTensor_ ( newWithTensor ) ( THTensor * tensor ) <nl> THTensor * THTensor_ ( newWithStorage1d ) ( THStorage * storage , ptrdiff_t storageOffset , <nl> int64_t size0 , int64_t stride0 ) <nl> { <nl> - THStorage * new_storage = THStorage_ ( new ) ( ) ; <nl> + c10 : : raw : : intrusive_ptr : : incref ( storage ) ; <nl> THTensor * self = c10 : : make_intrusive < at : : TensorImpl , at : : UndefinedTensorImpl > ( <nl> - c10 : : intrusive_ptr < at : : StorageImpl > : : reclaim ( new_storage ) , <nl> + c10 : : intrusive_ptr < at : : StorageImpl > : : reclaim ( storage ) , <nl> at : : DispatchKey : : CPUTensorId <nl> ) . release ( ) ; <nl> THTensor_ ( setStorageNd ) ( self , storage , storageOffset , 1 , <nl> mmm a / aten / src / THC / generic / THCTensor . cpp <nl> ppp b / aten / src / THC / generic / THCTensor . cpp <nl> THCTensor * THCTensor_ ( newWithTensor ) ( THCState * state , THCTensor * tensor ) <nl> THCTensor * THCTensor_ ( newWithStorage1d ) ( THCState * state , THCStorage * storage , ptrdiff_t storageOffset , <nl> int64_t size0 , int64_t stride0 ) <nl> { <nl> - THStorage * new_storage = THCStorage_ ( new ) ( state ) ; <nl> + c10 : : raw : : intrusive_ptr : : incref ( storage ) ; <nl> THTensor * self = c10 : : make_intrusive < at : : TensorImpl , at : : UndefinedTensorImpl > ( <nl> - c10 : : intrusive_ptr < at : : StorageImpl > : : reclaim ( new_storage ) , <nl> + c10 : : intrusive_ptr < at : : StorageImpl > : : reclaim ( storage ) , <nl> at : : DispatchKey : : CUDATensorId <nl> ) . release ( ) ; <nl> THCTensor_ ( setStorageNd ) ( state , self , storage , storageOffset , 1 , & size0 , & stride0 ) ; <nl> | Stop creating unnecessary Storage with newWithStorage1d . ( ) | pytorch/pytorch | dd313f314ec4ea50e3b7dc4537602c161014f55e | 2020-03-12T17:18:28Z |
mmm a / modules / cudacodec / src / cuvid_video_source . hpp <nl> ppp b / modules / cudacodec / src / cuvid_video_source . hpp <nl> <nl> # ifndef __CUVID_VIDEO_SOURCE_HPP__ <nl> # define __CUVID_VIDEO_SOURCE_HPP__ <nl> <nl> - # if CUDA_VERSION > = 9000 <nl> + # if CUDA_VERSION > = 9000 & & CUDA_VERSION < 10000 <nl> # include < dynlink_nvcuvid . h > <nl> # else <nl> # include < nvcuvid . h > <nl> mmm a / modules / cudacodec / src / frame_queue . hpp <nl> ppp b / modules / cudacodec / src / frame_queue . hpp <nl> <nl> # include " opencv2 / core / utility . hpp " <nl> # include " opencv2 / core / private . cuda . hpp " <nl> <nl> - # if CUDA_VERSION > = 9000 <nl> + # if CUDA_VERSION > = 9000 & & CUDA_VERSION < 10000 <nl> # include < dynlink_nvcuvid . h > <nl> # else <nl> # include < nvcuvid . h > <nl> mmm a / modules / cudacodec / src / precomp . hpp <nl> ppp b / modules / cudacodec / src / precomp . hpp <nl> <nl> # include " opencv2 / core / private . cuda . hpp " <nl> <nl> # ifdef HAVE_NVCUVID <nl> - # if CUDA_VERSION > = 9000 <nl> + # if CUDA_VERSION > = 9000 & & CUDA_VERSION < 10000 <nl> # include < dynlink_nvcuvid . h > <nl> # else <nl> # include < nvcuvid . h > <nl> mmm a / modules / cudacodec / src / video_decoder . hpp <nl> ppp b / modules / cudacodec / src / video_decoder . hpp <nl> <nl> # ifndef __VIDEO_DECODER_HPP__ <nl> # define __VIDEO_DECODER_HPP__ <nl> <nl> - # if CUDA_VERSION > = 9000 <nl> + # if CUDA_VERSION > = 9000 & & CUDA_VERSION < 10000 <nl> # include < dynlink_nvcuvid . h > <nl> # else <nl> # include < nvcuvid . h > <nl> mmm a / modules / cudacodec / src / video_parser . hpp <nl> ppp b / modules / cudacodec / src / video_parser . hpp <nl> <nl> # ifndef __VIDEO_PARSER_HPP__ <nl> # define __VIDEO_PARSER_HPP__ <nl> <nl> - # if CUDA_VERSION > = 9000 <nl> + # if CUDA_VERSION > = 9000 & & CUDA_VERSION < 10000 <nl> # include < dynlink_nvcuvid . h > <nl> # else <nl> # include < nvcuvid . h > <nl> | Merge pull request from baka - gori : bugfix_cudacodec | opencv/opencv | 1dd24eeec02972990ad4851c162eff2235130036 | 2020-02-10T16:28:31Z |
mmm a / src / mongo / db / storage / rocks / rocks_engine . cpp <nl> ppp b / src / mongo / db / storage / rocks / rocks_engine . cpp <nl> <nl> - / / rocks_engine . cpp <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> <nl> <nl> # define MONGO_LOG_DEFAULT_COMPONENT : : mongo : : logger : : LogComponent : : kStorage <nl> <nl> + # include " mongo / platform / basic . h " <nl> + <nl> # include " mongo / db / storage / rocks / rocks_engine . h " <nl> <nl> # include < boost / filesystem / operations . hpp > <nl> mmm a / src / mongo / db / storage / rocks / rocks_engine . h <nl> ppp b / src / mongo / db / storage / rocks / rocks_engine . h <nl> <nl> - / / rocks_engine . h <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> mmm a / src / mongo / db / storage / rocks / rocks_engine_test . cpp <nl> ppp b / src / mongo / db / storage / rocks / rocks_engine_test . cpp <nl> <nl> - / / kv_engine_test_harness . h <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> <nl> * it in the license file . <nl> * / <nl> <nl> + # include " mongo / platform / basic . h " <nl> + <nl> # include < boost / filesystem / operations . hpp > <nl> # include < boost / scoped_ptr . hpp > <nl> <nl> mmm a / src / mongo / db / storage / rocks / rocks_init . cpp <nl> ppp b / src / mongo / db / storage / rocks / rocks_init . cpp <nl> <nl> - / / rocks_init . cpp <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> <nl> * it in the license file . <nl> * / <nl> <nl> + # include " mongo / platform / basic . h " <nl> + <nl> # include " mongo / db / storage / rocks / rocks_engine . h " <nl> <nl> # include " mongo / base / init . h " <nl> mmm a / src / mongo / db / storage / rocks / rocks_record_store . cpp <nl> ppp b / src / mongo / db / storage / rocks / rocks_record_store . cpp <nl> <nl> - / / rocks_record_store . cpp <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> <nl> <nl> # define MONGO_LOG_DEFAULT_COMPONENT : : mongo : : logger : : LogComponent : : kStorage <nl> <nl> - # include " mongo / db / storage / rocks / rocks_record_store . h " <nl> + # include " mongo / platform / basic . h " <nl> <nl> - # include < memory > <nl> - # include < algorithm > <nl> + # include " mongo / db / storage / rocks / rocks_record_store . h " <nl> <nl> # include < boost / scoped_array . hpp > <nl> # include < boost / shared_ptr . hpp > <nl> + # include < memory > <nl> + # include < algorithm > <nl> <nl> # include < rocksdb / comparator . h > <nl> # include < rocksdb / db . h > <nl> <nl> namespace mongo { <nl> <nl> using boost : : shared_ptr ; <nl> + using std : : string ; <nl> <nl> namespace { <nl> <nl> mmm a / src / mongo / db / storage / rocks / rocks_record_store . h <nl> ppp b / src / mongo / db / storage / rocks / rocks_record_store . h <nl> <nl> - / / rocks_record_store . h <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> mmm a / src / mongo / db / storage / rocks / rocks_record_store_test . cpp <nl> ppp b / src / mongo / db / storage / rocks / rocks_record_store_test . cpp <nl> <nl> - / / rocks_record_store_harness_test . cpp <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> <nl> * it in the license file . <nl> * / <nl> <nl> - # include < memory > <nl> - # include < vector > <nl> + # include " mongo / platform / basic . h " <nl> <nl> # include < boost / filesystem / operations . hpp > <nl> # include < boost / scoped_ptr . hpp > <nl> # include < boost / shared_ptr . hpp > <nl> + # include < memory > <nl> + # include < vector > <nl> <nl> # include < rocksdb / comparator . h > <nl> # include < rocksdb / db . h > <nl> namespace mongo { <nl> <nl> using boost : : scoped_ptr ; <nl> using boost : : shared_ptr ; <nl> + using std : : string ; <nl> <nl> class RocksRecordStoreHarnessHelper : public HarnessHelper { <nl> public : <nl> mmm a / src / mongo / db / storage / rocks / rocks_recovery_unit . cpp <nl> ppp b / src / mongo / db / storage / rocks / rocks_recovery_unit . cpp <nl> <nl> - / / rocks_recovery_unit . cpp <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> <nl> <nl> # define MONGO_LOG_DEFAULT_COMPONENT : : mongo : : logger : : LogComponent : : kStorage <nl> <nl> + # include " mongo / platform / basic . h " <nl> + <nl> # include " mongo / db / storage / rocks / rocks_recovery_unit . h " <nl> <nl> # include < rocksdb / comparator . h > <nl> mmm a / src / mongo / db / storage / rocks / rocks_recovery_unit . h <nl> ppp b / src / mongo / db / storage / rocks / rocks_recovery_unit . h <nl> <nl> - / / rocks_recovery_unit . h <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> mmm a / src / mongo / db / storage / rocks / rocks_sorted_data_impl . cpp <nl> ppp b / src / mongo / db / storage / rocks / rocks_sorted_data_impl . cpp <nl> <nl> - / / rocks_sorted_data_impl . cpp <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> <nl> <nl> # define MONGO_LOG_DEFAULT_COMPONENT : : mongo : : logger : : LogComponent : : kStorage <nl> <nl> + # include " mongo / platform / basic . h " <nl> + <nl> # include " mongo / db / storage / rocks / rocks_sorted_data_impl . h " <nl> <nl> # include < boost / scoped_ptr . hpp > <nl> # include < boost / shared_ptr . hpp > <nl> # include < cstdlib > <nl> + # include < sstream > <nl> # include < string > <nl> + # include < vector > <nl> <nl> # include < rocksdb / comparator . h > <nl> # include < rocksdb / db . h > <nl> namespace mongo { <nl> <nl> using boost : : scoped_ptr ; <nl> using boost : : shared_ptr ; <nl> + using std : : string ; <nl> + using std : : stringstream ; <nl> + using std : : vector ; <nl> <nl> namespace { <nl> <nl> mmm a / src / mongo / db / storage / rocks / rocks_sorted_data_impl . h <nl> ppp b / src / mongo / db / storage / rocks / rocks_sorted_data_impl . h <nl> <nl> - / / rocks_sorted_data_impl . h <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> mmm a / src / mongo / db / storage / rocks / rocks_sorted_data_impl_test . cpp <nl> ppp b / src / mongo / db / storage / rocks / rocks_sorted_data_impl_test . cpp <nl> <nl> * it in the license file . <nl> * / <nl> <nl> + # include " mongo / platform / basic . h " <nl> + <nl> # include < boost / scoped_ptr . hpp > <nl> # include < boost / shared_ptr . hpp > <nl> # include < boost / filesystem / operations . hpp > <nl> + # include < string > <nl> <nl> # include < rocksdb / comparator . h > <nl> # include < rocksdb / db . h > <nl> namespace mongo { <nl> <nl> using boost : : scoped_ptr ; <nl> using boost : : shared_ptr ; <nl> + using std : : string ; <nl> <nl> class RocksSortedDataImplHarness : public HarnessHelper { <nl> public : <nl> mmm a / src / mongo / db / storage / rocks / rocks_transaction . cpp <nl> ppp b / src / mongo / db / storage / rocks / rocks_transaction . cpp <nl> <nl> - / / rocks_transaction . cpp <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> <nl> * it in the license file . <nl> * / <nl> <nl> + # include " mongo / platform / basic . h " <nl> + <nl> # include " mongo / db / storage / rocks / rocks_transaction . h " <nl> <nl> # include < atomic > <nl> mmm a / src / mongo / db / storage / rocks / rocks_transaction . h <nl> ppp b / src / mongo / db / storage / rocks / rocks_transaction . h <nl> <nl> - / / rocks_transaction . h <nl> - <nl> / * * <nl> * Copyright ( C ) 2014 MongoDB Inc . <nl> * <nl> | SERVER - 13256 fixed rocksdb compilation | mongodb/mongo | 34cc34baff2345d6356b152e6aac4a8eed5b1d41 | 2015-01-15T21:35:34Z |
new file mode 100644 <nl> index 00000000000 . . 1a8a6046725 <nl> mmm / dev / null <nl> ppp b / src / clustering / administration / machine_id_to_peer_id . hpp <nl> <nl> + # ifndef __CLUSTERING_ADMINISTRATION_MACHINE_ID_TO_PEER_ID_HPP__ <nl> + # define __CLUSTERING_ADMINISTRATION_MACHINE_ID_TO_PEER_ID_HPP__ <nl> + <nl> + inline peer_id_t machine_id_to_peer_id ( const machine_id_t & input , const clone_ptr_t < directory_rview_t < machine_id_t > > & translation_table ) { <nl> + connectivity_service_t : : peers_list_freeze_t freeze ( translation_table - > get_directory_service ( ) - > get_connectivity_service ( ) ) ; <nl> + std : : set < peer_id_t > peers_list = translation_table - > get_directory_service ( ) - > get_connectivity_service ( ) - > get_peers_list ( ) ; <nl> + for ( std : : set < peer_id_t > : : iterator it = peers_list . begin ( ) ; it ! = peers_list . end ( ) ; it + + ) { <nl> + machine_id_t machine_id = translation_table - > get_value ( * it ) . get ( ) ; <nl> + if ( machine_id = = input ) { <nl> + return * it ; <nl> + } <nl> + } <nl> + return peer_id_t ( ) ; <nl> + } <nl> + <nl> + # endif / * __CLUSTERING_ADMINISTRATION_MACHINE_ID_TO_PEER_ID_HPP__ * / <nl> mmm a / src / clustering / administration / metadata . cc <nl> ppp b / src / clustering / administration / metadata . cc <nl> void semilattice_join ( cluster_semilattice_metadata_t * a , const cluster_semilatti <nl> semilattice_join ( & a - > machines , b . machines ) ; <nl> semilattice_join ( & a - > datacenters , b . datacenters ) ; <nl> } <nl> + <nl> + cluster_directory_metadata_t : : cluster_directory_metadata_t ( ) { } <nl> + <nl> + cluster_directory_metadata_t : : cluster_directory_metadata_t ( machine_id_t mid ) : machine_id ( mid ) { } <nl> mmm a / src / clustering / administration / metadata . hpp <nl> ppp b / src / clustering / administration / metadata . hpp <nl> void semilattice_join ( cluster_semilattice_metadata_t * a , const cluster_semilatti <nl> <nl> class cluster_directory_metadata_t { <nl> public : <nl> + cluster_directory_metadata_t ( ) ; <nl> + explicit cluster_directory_metadata_t ( machine_id_t machine_id ) ; <nl> + <nl> namespaces_directory_metadata_t < mock : : dummy_protocol_t > dummy_namespaces ; <nl> namespaces_directory_metadata_t < memcached_protocol_t > memcached_namespaces ; <nl> <nl> - RDB_MAKE_ME_SERIALIZABLE_2 ( dummy_namespaces , memcached_namespaces ) ; <nl> + / * Tell the other peers what our machine ID is * / <nl> + machine_id_t machine_id ; <nl> + <nl> + RDB_MAKE_ME_SERIALIZABLE_3 ( dummy_namespaces , memcached_namespaces , machine_id ) ; <nl> } ; <nl> <nl> # endif <nl> mmm a / src / clustering / administration / namespace_metadata . hpp <nl> ppp b / src / clustering / administration / namespace_metadata . hpp <nl> <nl> <nl> # include " clustering / administration / datacenter_metadata . hpp " <nl> # include " clustering / administration / json_adapters . hpp " <nl> + # include " clustering / administration / persistable_blueprint . hpp " <nl> # include " clustering / immediate_consistency / branch / metadata . hpp " <nl> # include " clustering / immediate_consistency / query / metadata . hpp " <nl> # include " clustering / reactor / blueprint . hpp " <nl> typedef boost : : uuids : : uuid namespace_id_t ; <nl> template < class protocol_t > <nl> class namespace_semilattice_metadata_t { <nl> public : <nl> - vclock_t < blueprint_t < protocol_t > > blueprint ; <nl> + vclock_t < persistable_blueprint_t < protocol_t > > blueprint ; <nl> <nl> vclock_t < datacenter_id_t > primary_datacenter ; <nl> <nl> class namespace_semilattice_metadata_t { <nl> template < class ctx_t , class protocol_t > <nl> typename json_adapter_if_t < ctx_t > : : json_adapter_map_t get_json_subfields ( namespace_semilattice_metadata_t < protocol_t > * target , const ctx_t & ) { <nl> typename json_adapter_if_t < ctx_t > : : json_adapter_map_t res ; <nl> - res [ " blueprint " ] = boost : : shared_ptr < json_adapter_if_t < ctx_t > > ( new json_adapter_t < vclock_t < blueprint_t < protocol_t > > , ctx_t > ( & target - > blueprint ) ) ; <nl> + res [ " blueprint " ] = boost : : shared_ptr < json_adapter_if_t < ctx_t > > ( new json_adapter_t < vclock_t < persistable_blueprint_t < protocol_t > > , ctx_t > ( & target - > blueprint ) ) ; <nl> res [ " primary_datacenter " ] = boost : : shared_ptr < json_adapter_if_t < ctx_t > > ( new json_adapter_t < vclock_t < datacenter_id_t > , ctx_t > ( & target - > primary_datacenter ) ) ; <nl> res [ " replica_affinities " ] = boost : : shared_ptr < json_adapter_if_t < ctx_t > > ( new json_adapter_t < vclock_t < std : : map < datacenter_id_t , int > > , ctx_t > ( & target - > replica_affinities ) ) ; <nl> return res ; <nl> new file mode 100644 <nl> index 00000000000 . . 89157d4287e <nl> mmm / dev / null <nl> ppp b / src / clustering / administration / persistable_blueprint . hpp <nl> <nl> + # ifndef __CLUSTERING_ADMINISTRATION_PERSISTABLE_BLUEPRINT_HPP__ <nl> + # define __CLUSTERING_ADMINISTRATION_PERSISTABLE_BLUEPRINT_HPP__ <nl> + <nl> + # include " clustering / reactor / blueprint . hpp " <nl> + # include " clustering / administration / machine_metadata . hpp " <nl> + <nl> + / * This is like ` blueprint_t ` , except that it is indexed by ` machine_id_t ` <nl> + instead of ` peer_id_t ` . This is important because peer IDs chan change when a <nl> + node restarts , but machine IDs do not . So data structures that contain peer IDs , <nl> + such as ` blueprint_t ` , should not be persisted . * / <nl> + <nl> + namespace blueprint_details { <nl> + <nl> + template < class ctx_t > <nl> + typename json_adapter_if_t < ctx_t > : : json_adapter_map_t get_json_subfields ( role_t * , const ctx_t & ) ; <nl> + <nl> + template < class ctx_t > <nl> + cJSON * render_as_json ( role_t * , const ctx_t & ) ; <nl> + <nl> + template < class ctx_t > <nl> + void apply_json_to ( cJSON * , role_t * , const ctx_t & ) ; <nl> + <nl> + template < class ctx_t > <nl> + void on_subfield_change ( role_t * , const ctx_t & ) ; <nl> + <nl> + } / / namespace blueprint_details <nl> + <nl> + template < class protocol_t > <nl> + class persistable_blueprint_t { <nl> + public : <nl> + / / TODO if we swap the region_t and peer_id_t ' s positions in these maps we <nl> + / / can get better data structure integrity . It might get a bit tricky <nl> + / / though . <nl> + <nl> + typedef std : : map < typename protocol_t : : region_t , blueprint_details : : role_t > region_to_role_map_t ; <nl> + typedef std : : map < machine_id_t , region_to_role_map_t > role_map_t ; <nl> + <nl> + role_map_t machines_roles ; <nl> + <nl> + bool operator = = ( const persistable_blueprint_t & other ) const { <nl> + return machines_roles = = other . machines_roles ; <nl> + } <nl> + <nl> + RDB_MAKE_ME_SERIALIZABLE_1 ( machines_roles ) ; <nl> + } ; <nl> + <nl> + template < class protocol_t , class ctx_t > <nl> + typename json_adapter_if_t < ctx_t > : : json_adapter_map_t get_json_subfields ( blueprint_t < protocol_t > * , const ctx_t & ) ; <nl> + <nl> + template < class protocol_t , class ctx_t > <nl> + cJSON * render_as_json ( persistable_blueprint_t < protocol_t > * , const ctx_t & ) ; <nl> + <nl> + template < class protocol_t , class ctx_t > <nl> + void apply_json_to ( cJSON * , persistable_blueprint_t < protocol_t > * , const ctx_t & ) ; <nl> + <nl> + template < class protocol_t , class ctx_t > <nl> + void on_subfield_change ( persistable_blueprint_t < protocol_t > * , const ctx_t & ) ; <nl> + <nl> + # include " clustering / administration / persistable_blueprint . tcc " <nl> + <nl> + # endif / * __CLUSTERING_ADMINISTRATION_PERSISTABLE_BLUEPRINT_HPP__ * / <nl> similarity index 75 % <nl> rename from src / clustering / reactor / blueprint . tcc <nl> rename to src / clustering / administration / persistable_blueprint . tcc <nl> mmm a / src / clustering / reactor / blueprint . tcc <nl> ppp b / src / clustering / administration / persistable_blueprint . tcc <nl> <nl> - # ifndef __CLUSTERING_REACTOR_BLUEPRINT_TCC__ <nl> - # define __CLUSTERING_REACTOR_BLUEPRINT_TCC__ <nl> + # ifndef __CLUSTERING_ADMINISTRATION_PERSISTABLE_BLUEPRINT_TCC__ <nl> + # define __CLUSTERING_ADMINISTRATION_PERSISTABLE_BLUEPRINT_TCC__ <nl> <nl> # include " errors . hpp " <nl> <nl> void on_subfield_change ( role_t * , const ctx_t & ) { } <nl> } / / namespace blueprint_details <nl> <nl> template < class protocol_t , class ctx_t > <nl> - typename json_adapter_if_t < ctx_t > : : json_adapter_map_t get_json_subfields ( blueprint_t < protocol_t > * target , const ctx_t & ) { <nl> + typename json_adapter_if_t < ctx_t > : : json_adapter_map_t get_json_subfields ( persistable_blueprint_t < protocol_t > * target , const ctx_t & ) { <nl> typename json_adapter_if_t < ctx_t > : : json_adapter_map_t res ; <nl> - res [ " peers_roles " ] = boost : : shared_ptr < json_adapter_if_t < ctx_t > > ( new json_adapter_t < typename blueprint_t < protocol_t > : : role_map_t , ctx_t > ( & target - > peers_roles ) ) ; <nl> + res [ " peers_roles " ] = boost : : shared_ptr < json_adapter_if_t < ctx_t > > ( new json_adapter_t < typename persistable_blueprint_t < protocol_t > : : role_map_t , ctx_t > ( & target - > machines_roles ) ) ; <nl> return res ; <nl> } <nl> <nl> template < class protocol_t , class ctx_t > <nl> - cJSON * render_as_json ( blueprint_t < protocol_t > * target , const ctx_t & ctx ) { <nl> + cJSON * render_as_json ( persistable_blueprint_t < protocol_t > * target , const ctx_t & ctx ) { <nl> return render_as_directory ( target , ctx ) ; <nl> } <nl> <nl> template < class protocol_t , class ctx_t > <nl> - void apply_json_to ( cJSON * change , blueprint_t < protocol_t > * target , const ctx_t & ctx ) { <nl> + void apply_json_to ( cJSON * change , persistable_blueprint_t < protocol_t > * target , const ctx_t & ctx ) { <nl> apply_as_directory ( change , target , ctx ) ; <nl> } <nl> <nl> template < class protocol_t , class ctx_t > <nl> - void on_subfield_change ( blueprint_t < protocol_t > * , const ctx_t & ) { } <nl> + void on_subfield_change ( persistable_blueprint_t < protocol_t > * , const ctx_t & ) { } <nl> <nl> - # endif <nl> + # endif / * __CLUSTERING_ADMINISTRATION_PERSISTABLE_BLUEPRINT_TCC__ * / <nl> mmm a / src / clustering / administration / reactor_driver . hpp <nl> ppp b / src / clustering / administration / reactor_driver . hpp <nl> <nl> # include < boost / ptr_container / ptr_map . hpp > <nl> # include < boost / shared_ptr . hpp > <nl> <nl> + # include " clustering / administration / machine_id_to_peer_id . hpp " <nl> # include " clustering / administration / metadata . hpp " <nl> # include " clustering / reactor / blueprint . hpp " <nl> # include " clustering / reactor / reactor . hpp " <nl> <nl> * destroy reactors based on blueprints given to the server . * / <nl> <nl> namespace reactor_driver_details { <nl> + <nl> + / * The reactor driver is also responsible for the translation from <nl> + ` persistable_blueprint_t ` to ` blueprint_t ` . * / <nl> + template < class protocol_t > <nl> + blueprint_t < protocol_t > translate_blueprint ( const persistable_blueprint_t < protocol_t > & input , const clone_ptr_t < directory_rview_t < machine_id_t > > & translation_table ) { <nl> + blueprint_t < protocol_t > output ; <nl> + for ( typename persistable_blueprint_t < protocol_t > : : role_map_t : : const_iterator it = input . machines_roles . begin ( ) ; <nl> + it ! = input . machines_roles . end ( ) ; it + + ) { <nl> + peer_id_t peer = machine_id_to_peer_id ( it - > first , translation_table ) ; <nl> + if ( peer . is_nil ( ) ) { <nl> + / * We can ' t determine the peer ID that belongs or belonged to this <nl> + peer because we can ' t reach the peer . So we generate a new peer ID <nl> + for the peer . This works because either way , the ` reactor_t ` will <nl> + be unable to reach the peer . * / <nl> + peer = peer_id_t ( generate_uuid ( ) ) ; <nl> + } <nl> + output . peers_roles [ peer ] = it - > second ; <nl> + } <nl> + return output ; <nl> + } <nl> + <nl> / * This is in part because these types aren ' t copyable so they can ' t go in <nl> * a std : : pair . This class is used to hold a reactor and a watchable that <nl> * it ' s watching . * / <nl> class reactor_driver_t { <nl> public : <nl> reactor_driver_t ( mailbox_manager_t * _mbox_manager , <nl> clone_ptr_t < directory_rwview_t < namespaces_directory_metadata_t < protocol_t > > > _directory_view , <nl> - boost : : shared_ptr < semilattice_readwrite_view_t < namespaces_semilattice_metadata_t < protocol_t > > > _namespaces_view ) <nl> + boost : : shared_ptr < semilattice_readwrite_view_t < namespaces_semilattice_metadata_t < protocol_t > > > _namespaces_view , <nl> + const clone_ptr_t < directory_rview_t < machine_id_t > > & _machine_id_translation_table ) <nl> : mbox_manager ( _mbox_manager ) , <nl> directory_view ( _directory_view ) , <nl> branch_history ( metadata_field ( & namespaces_semilattice_metadata_t < protocol_t > : : branch_history , _namespaces_view ) ) , <nl> + machine_id_translation_table ( _machine_id_translation_table ) , <nl> namespaces_view ( _namespaces_view ) , <nl> - subscription ( boost : : bind ( & reactor_driver_t < protocol_t > : : on_change , this ) , namespaces_view ) <nl> - { <nl> + semilattice_subscription ( boost : : bind ( & reactor_driver_t < protocol_t > : : on_change , this ) , namespaces_view ) , <nl> + connectivity_subscription ( boost : : bind ( & reactor_driver_t < protocol_t > : : on_change , this ) , boost : : bind ( & reactor_driver_t < protocol_t > : : on_change , this ) ) <nl> + { <nl> + { <nl> + / * We have to watch for peers connecting or disconnecting because <nl> + that might change the translation from machine IDs to peer IDs . * / <nl> + connectivity_service_t : : peers_list_freeze_t freeze ( directory_view - > get_directory_service ( ) - > get_connectivity_service ( ) ) ; <nl> + connectivity_subscription . reset ( directory_view - > get_directory_service ( ) - > get_connectivity_service ( ) , & freeze ) ; <nl> + } <nl> on_change ( ) ; <nl> } <nl> <nl> class reactor_driver_t { <nl> * coroutine for destruction . * / <nl> coro_t : : spawn_sometime ( boost : : bind ( & reactor_driver_t < protocol_t > : : delete_reactor_data , this , auto_drainer_t : : lock_t ( & drainer ) , new typename reactor_map_t : : auto_type ( reactor_data . release ( reactor_data . find ( it - > first ) ) ) ) ) ; <nl> } else { <nl> - blueprint_t < protocol_t > bp ; <nl> + persistable_blueprint_t < protocol_t > pbp ; <nl> <nl> try { <nl> - bp = it - > second . get ( ) . blueprint . get ( ) ; <nl> + pbp = it - > second . get ( ) . blueprint . get ( ) ; <nl> } catch ( in_conflict_exc_t ) { <nl> / / Nothing to do for this namespaces , its blueprint is in <nl> / / conflict . <nl> continue ; <nl> } <nl> <nl> + blueprint_t < protocol_t > bp = reactor_driver_details : : translate_blueprint ( pbp , machine_id_translation_table ) ; <nl> + <nl> if ( std_contains ( bp . peers_roles , mbox_manager - > get_connectivity_service ( ) - > get_me ( ) ) ) { <nl> / * Either construct a new reactor ( if this is a namespace we <nl> * haven ' t seen before ) . Or send the new blueprint to the <nl> class reactor_driver_t { <nl> mailbox_manager_t * mbox_manager ; <nl> clone_ptr_t < directory_rwview_t < namespaces_directory_metadata_t < protocol_t > > > directory_view ; <nl> boost : : shared_ptr < semilattice_readwrite_view_t < branch_history_t < protocol_t > > > branch_history ; <nl> + clone_ptr_t < directory_rview_t < machine_id_t > > machine_id_translation_table ; <nl> <nl> boost : : shared_ptr < semilattice_read_view_t < namespaces_semilattice_metadata_t < protocol_t > > > namespaces_view ; <nl> boost : : ptr_map < namespace_id_t , reactor_driver_details : : watchable_and_reactor_t < protocol_t > > reactor_data ; <nl> <nl> auto_drainer_t drainer ; <nl> <nl> - typename semilattice_read_view_t < namespaces_semilattice_metadata_t < protocol_t > > : : subscription_t subscription ; <nl> + typename semilattice_read_view_t < namespaces_semilattice_metadata_t < protocol_t > > : : subscription_t semilattice_subscription ; <nl> + connectivity_service_t : : peers_list_subscription_t connectivity_subscription ; <nl> } ; <nl> <nl> # endif <nl> mmm a / src / clustering / clustering . cc <nl> ppp b / src / clustering / clustering . cc <nl> int run_server ( int argc , char * argv [ ] ) { <nl> void clustering_main ( int port , int contact_port ) { <nl> os_signal_cond_t c ; <nl> <nl> + machine_id_t our_machine_id = generate_uuid ( ) ; <nl> + std : : cout < < " Our machine ID : " < < our_machine_id < < std : : endl ; <nl> + <nl> connectivity_cluster_t connectivity_cluster ; <nl> message_multiplexer_t message_multiplexer ( & connectivity_cluster ) ; <nl> <nl> void clustering_main ( int port , int contact_port ) { <nl> message_multiplexer_t : : client_t : : run_t mailbox_manager_client_run ( & mailbox_manager_client , & mailbox_manager ) ; <nl> <nl> message_multiplexer_t : : client_t semilattice_manager_client ( & message_multiplexer , ' S ' ) ; <nl> - semilattice_manager_t < cluster_semilattice_metadata_t > semilattice_manager_cluster ( & semilattice_manager_client , cluster_semilattice_metadata_t ( connectivity_cluster . get_me ( ) . get_uuid ( ) ) ) ; <nl> + semilattice_manager_t < cluster_semilattice_metadata_t > semilattice_manager_cluster ( & semilattice_manager_client , cluster_semilattice_metadata_t ( our_machine_id ) ) ; <nl> message_multiplexer_t : : client_t : : run_t semilattice_manager_client_run ( & semilattice_manager_client , & semilattice_manager_cluster ) ; <nl> <nl> message_multiplexer_t : : client_t directory_manager_client ( & message_multiplexer , ' D ' ) ; <nl> - directory_readwrite_manager_t < cluster_directory_metadata_t > directory_manager ( & directory_manager_client , cluster_directory_metadata_t ( ) ) ; <nl> + directory_readwrite_manager_t < cluster_directory_metadata_t > directory_manager ( & directory_manager_client , cluster_directory_metadata_t ( our_machine_id ) ) ; <nl> message_multiplexer_t : : client_t : : run_t directory_manager_client_run ( & directory_manager_client , & directory_manager ) ; <nl> <nl> message_multiplexer_t : : run_t message_multiplexer_run ( & message_multiplexer ) ; <nl> void clustering_main ( int port , int contact_port ) { <nl> <nl> reactor_driver_t < mock : : dummy_protocol_t > dummy_reactor_driver ( & mailbox_manager , <nl> directory_manager . get_root_view ( ) - > subview ( field_lens ( & cluster_directory_metadata_t : : dummy_namespaces ) ) , <nl> - metadata_field ( & cluster_semilattice_metadata_t : : dummy_namespaces , semilattice_manager_cluster . get_root_view ( ) ) ) ; <nl> + metadata_field ( & cluster_semilattice_metadata_t : : dummy_namespaces , semilattice_manager_cluster . get_root_view ( ) ) , <nl> + directory_manager . get_root_view ( ) - > subview ( field_lens ( & cluster_directory_metadata_t : : machine_id ) ) ) ; <nl> <nl> reactor_driver_t < memcached_protocol_t > memcached_reactor_driver ( & mailbox_manager , <nl> directory_manager . get_root_view ( ) - > subview ( field_lens ( & cluster_directory_metadata_t : : memcached_namespaces ) ) , <nl> - metadata_field ( & cluster_semilattice_metadata_t : : memcached_namespaces , semilattice_manager_cluster . get_root_view ( ) ) ) ; <nl> + metadata_field ( & cluster_semilattice_metadata_t : : memcached_namespaces , semilattice_manager_cluster . get_root_view ( ) ) , <nl> + directory_manager . get_root_view ( ) - > subview ( field_lens ( & cluster_directory_metadata_t : : machine_id ) ) ) ; <nl> <nl> mock : : dummy_protocol_parser_maker_t dummy_parser_maker ( & mailbox_manager , <nl> metadata_field ( & cluster_semilattice_metadata_t : : dummy_namespaces , semilattice_manager_cluster . get_root_view ( ) ) , <nl> void clustering_main ( int port , int contact_port ) { <nl> memcached_parser_maker_t mc_parser_maker ( & mailbox_manager , <nl> metadata_field ( & cluster_semilattice_metadata_t : : memcached_namespaces , semilattice_manager_cluster . get_root_view ( ) ) , <nl> directory_manager . get_root_view ( ) - > subview ( field_lens ( & cluster_directory_metadata_t : : memcached_namespaces ) ) ) ; <nl> - <nl> <nl> blueprint_http_server_t server ( semilattice_manager_cluster . get_root_view ( ) , <nl> connectivity_cluster . get_me ( ) . get_uuid ( ) , <nl> port + 1000 ) ; <nl> + <nl> wait_for_sigint ( ) ; <nl> } <nl> mmm a / src / clustering / reactor / blueprint . hpp <nl> ppp b / src / clustering / reactor / blueprint . hpp <nl> enum role_t { <nl> role_secondary , <nl> role_nothing <nl> } ; <nl> - <nl> - template < class ctx_t > <nl> - typename json_adapter_if_t < ctx_t > : : json_adapter_map_t get_json_subfields ( role_t * , const ctx_t & ) ; <nl> - <nl> - template < class ctx_t > <nl> - cJSON * render_as_json ( role_t * , const ctx_t & ) ; <nl> - <nl> - template < class ctx_t > <nl> - void apply_json_to ( cJSON * , role_t * , const ctx_t & ) ; <nl> - <nl> - template < class ctx_t > <nl> - void on_subfield_change ( role_t * , const ctx_t & ) ; <nl> } / / namespace blueprint_details <nl> <nl> template < class protocol_t > <nl> class blueprint_t { <nl> } <nl> <nl> role_map_t peers_roles ; <nl> - <nl> - bool operator = = ( const blueprint_t & other ) const { <nl> - return peers_roles = = other . peers_roles ; <nl> - } <nl> - <nl> - RDB_MAKE_ME_SERIALIZABLE_1 ( peers_roles ) ; <nl> } ; <nl> <nl> - template < class protocol_t , class ctx_t > <nl> - typename json_adapter_if_t < ctx_t > : : json_adapter_map_t get_json_subfields ( blueprint_t < protocol_t > * , const ctx_t & ) ; <nl> - <nl> - template < class protocol_t , class ctx_t > <nl> - cJSON * render_as_json ( blueprint_t < protocol_t > * , const ctx_t & ) ; <nl> - <nl> - template < class protocol_t , class ctx_t > <nl> - void apply_json_to ( cJSON * , blueprint_t < protocol_t > * , const ctx_t & ) ; <nl> - <nl> - template < class protocol_t , class ctx_t > <nl> - void on_subfield_change ( blueprint_t < protocol_t > * , const ctx_t & ) ; <nl> - <nl> - # include " clustering / reactor / blueprint . tcc " <nl> - <nl> # endif / * __CLUSTERING_REACTOR_BLUEPRINT_HPP__ * / <nl> <nl> mmm a / src / clustering / suggester / suggester . hpp <nl> ppp b / src / clustering / suggester / suggester . hpp <nl> <nl> # define __CLUSTERING_SUGGESTER_SUGGESTER_HPP__ <nl> <nl> # include " clustering / administration / datacenter_metadata . hpp " <nl> - # include " clustering / reactor / blueprint . hpp " <nl> + # include " clustering / administration / persistable_blueprint . hpp " <nl> # include " clustering / reactor / metadata . hpp " <nl> <nl> class cannot_satisfy_goals_exc_t : public std : : exception { <nl> class cannot_satisfy_goals_exc_t : public std : : exception { <nl> } ; <nl> <nl> template < class protocol_t > <nl> - blueprint_t < protocol_t > suggest_blueprint ( <nl> - const std : : map < peer_id_t , reactor_business_card_t < protocol_t > > & directory , <nl> + persistable_blueprint_t < protocol_t > suggest_blueprint ( <nl> + const std : : map < machine_id_t , reactor_business_card_t < protocol_t > > & directory , <nl> const datacenter_id_t & primary_datacenter , <nl> const std : : map < datacenter_id_t , int > & datacenter_affinities , <nl> const std : : set < typename protocol_t : : region_t > & shards , <nl> - const std : : map < peer_id_t , datacenter_id_t > & machine_data_centers ) ; <nl> + const std : : map < machine_id_t , datacenter_id_t > & machine_data_centers ) ; <nl> <nl> # include " clustering / suggester / suggester . tcc " <nl> <nl> mmm a / src / clustering / suggester / suggester . tcc <nl> ppp b / src / clustering / suggester / suggester . tcc <nl> float estimate_cost_to_get_up_to_date ( <nl> return sum / count ; <nl> } <nl> <nl> - inline std : : vector < peer_id_t > pick_n_best ( const std : : multimap < float , peer_id_t > candidates , int n ) { <nl> - std : : vector < peer_id_t > result ; <nl> - std : : multimap < float , peer_id_t > : : const_iterator it = candidates . begin ( ) ; <nl> + inline std : : vector < machine_id_t > pick_n_best ( const std : : multimap < float , machine_id_t > candidates , int n ) { <nl> + std : : vector < machine_id_t > result ; <nl> + std : : multimap < float , machine_id_t > : : const_iterator it = candidates . begin ( ) ; <nl> while ( ( int ) result . size ( ) < n ) { <nl> if ( it = = candidates . end ( ) ) { <nl> throw cannot_satisfy_goals_exc_t ( ) ; <nl> } <nl> float block_value = it - > first ; <nl> - std : : vector < peer_id_t > block ; <nl> + std : : vector < machine_id_t > block ; <nl> while ( it ! = candidates . upper_bound ( block_value ) ) { <nl> block . push_back ( it - > second ) ; <nl> it + + ; <nl> inline std : : vector < peer_id_t > pick_n_best ( const std : : multimap < float , peer_id_t > <nl> } <nl> <nl> template < class protocol_t > <nl> - std : : map < peer_id_t , typename blueprint_details : : role_t > suggest_blueprint_for_shard ( <nl> - const std : : map < peer_id_t , reactor_business_card_t < protocol_t > > & directory , <nl> + std : : map < machine_id_t , typename blueprint_details : : role_t > suggest_blueprint_for_shard ( <nl> + const std : : map < machine_id_t , reactor_business_card_t < protocol_t > > & directory , <nl> const datacenter_id_t & primary_datacenter , <nl> const std : : map < datacenter_id_t , int > & datacenter_affinities , <nl> const typename protocol_t : : region_t & shard , <nl> - const std : : map < peer_id_t , datacenter_id_t > & machine_data_centers ) { <nl> + const std : : map < machine_id_t , datacenter_id_t > & machine_data_centers ) { <nl> <nl> - std : : map < peer_id_t , typename blueprint_details : : role_t > sub_blueprint ; <nl> + std : : map < machine_id_t , typename blueprint_details : : role_t > sub_blueprint ; <nl> <nl> - std : : multimap < float , peer_id_t > primary_candidates ; <nl> - for ( std : : map < peer_id_t , datacenter_id_t > : : const_iterator it = machine_data_centers . begin ( ) ; <nl> + std : : multimap < float , machine_id_t > primary_candidates ; <nl> + for ( std : : map < machine_id_t , datacenter_id_t > : : const_iterator it = machine_data_centers . begin ( ) ; <nl> it ! = machine_data_centers . end ( ) ; it + + ) { <nl> if ( it - > second = = primary_datacenter ) { <nl> float cost = estimate_cost_to_get_up_to_date ( directory . find ( it - > first ) - > second , shard ) ; <nl> primary_candidates . insert ( std : : make_pair ( cost , it - > first ) ) ; <nl> } <nl> } <nl> - peer_id_t primary = pick_n_best ( primary_candidates , 1 ) . front ( ) ; <nl> + machine_id_t primary = pick_n_best ( primary_candidates , 1 ) . front ( ) ; <nl> sub_blueprint [ primary ] = blueprint_details : : role_primary ; <nl> <nl> for ( std : : map < datacenter_id_t , int > : : const_iterator it = datacenter_affinities . begin ( ) ; it ! = datacenter_affinities . end ( ) ; it + + ) { <nl> - std : : multimap < float , peer_id_t > secondary_candidates ; <nl> - for ( std : : map < peer_id_t , datacenter_id_t > : : const_iterator jt = machine_data_centers . begin ( ) ; <nl> + std : : multimap < float , machine_id_t > secondary_candidates ; <nl> + for ( std : : map < machine_id_t , datacenter_id_t > : : const_iterator jt = machine_data_centers . begin ( ) ; <nl> jt ! = machine_data_centers . end ( ) ; jt + + ) { <nl> if ( jt - > second = = it - > first & & jt - > first ! = primary ) { <nl> float cost = estimate_cost_to_get_up_to_date ( directory . find ( jt - > first ) - > second , shard ) ; <nl> secondary_candidates . insert ( std : : make_pair ( cost , jt - > first ) ) ; <nl> } <nl> } <nl> - std : : vector < peer_id_t > secondaries = pick_n_best ( secondary_candidates , it - > second ) ; <nl> - for ( std : : vector < peer_id_t > : : iterator jt = secondaries . begin ( ) ; jt ! = secondaries . end ( ) ; jt + + ) { <nl> + std : : vector < machine_id_t > secondaries = pick_n_best ( secondary_candidates , it - > second ) ; <nl> + for ( std : : vector < machine_id_t > : : iterator jt = secondaries . begin ( ) ; jt ! = secondaries . end ( ) ; jt + + ) { <nl> sub_blueprint [ * jt ] = blueprint_details : : role_secondary ; <nl> } <nl> } <nl> <nl> - for ( std : : map < peer_id_t , datacenter_id_t > : : const_iterator it = machine_data_centers . begin ( ) ; <nl> + for ( std : : map < machine_id_t , datacenter_id_t > : : const_iterator it = machine_data_centers . begin ( ) ; <nl> it ! = machine_data_centers . end ( ) ; it + + ) { <nl> / * This will set the value to ` role_nothing ` iff the peer is not already <nl> in the blueprint . * / <nl> std : : map < peer_id_t , typename blueprint_details : : role_t > suggest_blueprint_for_sh <nl> } <nl> <nl> template < class protocol_t > <nl> - blueprint_t < protocol_t > suggest_blueprint ( <nl> - const std : : map < peer_id_t , reactor_business_card_t < protocol_t > > & directory , <nl> + persistable_blueprint_t < protocol_t > suggest_blueprint ( <nl> + const std : : map < machine_id_t , reactor_business_card_t < protocol_t > > & directory , <nl> const datacenter_id_t & primary_datacenter , <nl> const std : : map < datacenter_id_t , int > & datacenter_affinities , <nl> const std : : set < typename protocol_t : : region_t > & shards , <nl> - const std : : map < peer_id_t , datacenter_id_t > & machine_data_centers ) { <nl> + const std : : map < machine_id_t , datacenter_id_t > & machine_data_centers ) { <nl> <nl> - blueprint_t < protocol_t > blueprint ; <nl> + persistable_blueprint_t < protocol_t > blueprint ; <nl> for ( typename std : : set < typename protocol_t : : region_t > : : const_iterator it = shards . begin ( ) ; <nl> it ! = shards . end ( ) ; it + + ) { <nl> - std : : map < peer_id_t , typename blueprint_details : : role_t > shard_blueprint = <nl> + std : : map < machine_id_t , typename blueprint_details : : role_t > shard_blueprint = <nl> suggest_blueprint_for_shard ( directory , primary_datacenter , datacenter_affinities , * it , machine_data_centers ) ; <nl> - for ( typename std : : map < peer_id_t , typename blueprint_details : : role_t > : : iterator jt = shard_blueprint . begin ( ) ; <nl> + for ( typename std : : map < machine_id_t , typename blueprint_details : : role_t > : : iterator jt = shard_blueprint . begin ( ) ; <nl> jt ! = shard_blueprint . end ( ) ; jt + + ) { <nl> - blueprint . peers_roles [ jt - > first ] [ * it ] = jt - > second ; <nl> + blueprint . machines_roles [ jt - > first ] [ * it ] = jt - > second ; <nl> } <nl> } <nl> return blueprint ; <nl> mmm a / src / http / json / json_adapter . cc <nl> ppp b / src / http / json / json_adapter . cc <nl> json_array_iterator_t get_array_it ( cJSON * json ) { <nl> if ( json - > type = = cJSON_Array ) { <nl> return json_array_iterator_t ( json ) ; <nl> } else { <nl> + BREAKPOINT ; <nl> throw schema_mismatch_exc_t ( strprintf ( " Expected array instead got : % s \ n " , cJSON_print_std_string ( json ) . c_str ( ) ) . c_str ( ) ) ; <nl> } <nl> } <nl> mmm a / src / memcached / protocol_json_adapter . tcc <nl> ppp b / src / memcached / protocol_json_adapter . tcc <nl> void apply_json_to ( cJSON * change , memcached_protocol_t : : region_t * target , const <nl> throw schema_mismatch_exc_t ( strprintf ( " Failed to parse % s as a memcached_protocol_t : : region_t . \ n " , get_string ( change ) . c_str ( ) ) ) ; <nl> } <nl> <nl> + / * TODO : If something other than an array is passed here , then it will crash <nl> + rather than report the error to the user . * / <nl> json_array_iterator_t it ( js . get ( ) ) ; <nl> <nl> cJSON * first = it . next ( ) ; <nl> mmm a / src / unittest / clustering_suggester . cc <nl> ppp b / src / unittest / clustering_suggester . cc <nl> TEST ( ClusteringSuggester , NewNamespace ) { <nl> datacenter_id_t primary_datacenter = generate_uuid ( ) , <nl> secondary_datacenter = generate_uuid ( ) ; <nl> <nl> - std : : vector < peer_id_t > peers ; <nl> + std : : vector < machine_id_t > machines ; <nl> for ( int i = 0 ; i < 10 ; i + + ) { <nl> - peers . push_back ( peer_id_t ( generate_uuid ( ) ) ) ; <nl> + machines . push_back ( generate_uuid ( ) ) ; <nl> } <nl> <nl> - std : : map < peer_id_t , reactor_business_card_t < dummy_protocol_t > > directory ; <nl> + std : : map < machine_id_t , reactor_business_card_t < dummy_protocol_t > > directory ; <nl> for ( int i = 0 ; i < 10 ; i + + ) { <nl> reactor_business_card_t < dummy_protocol_t > rb ; <nl> rb . activities [ generate_uuid ( ) ] = std : : make_pair ( a_thru_z_region ( ) , reactor_business_card_t < dummy_protocol_t > : : nothing_t ( ) ) ; <nl> - directory [ peers [ i ] ] = rb ; <nl> + directory [ machines [ i ] ] = rb ; <nl> } <nl> <nl> - std : : map < peer_id_t , datacenter_id_t > machine_data_centers ; <nl> + std : : map < machine_id_t , datacenter_id_t > machine_data_centers ; <nl> for ( int i = 0 ; i < 10 ; i + + ) { <nl> - machine_data_centers [ peers [ i ] ] = i % 2 = = 0 ? primary_datacenter : secondary_datacenter ; <nl> + machine_data_centers [ machines [ i ] ] = i % 2 = = 0 ? primary_datacenter : secondary_datacenter ; <nl> } <nl> <nl> std : : map < datacenter_id_t , int > affinities ; <nl> TEST ( ClusteringSuggester , NewNamespace ) { <nl> shards . insert ( dummy_protocol_t : : region_t ( ' a ' , ' m ' ) ) ; <nl> shards . insert ( dummy_protocol_t : : region_t ( ' n ' , ' z ' ) ) ; <nl> <nl> - blueprint_t < dummy_protocol_t > blueprint = suggest_blueprint < dummy_protocol_t > ( <nl> + persistable_blueprint_t < dummy_protocol_t > blueprint = suggest_blueprint < dummy_protocol_t > ( <nl> directory , <nl> primary_datacenter , <nl> affinities , <nl> shards , <nl> machine_data_centers ) ; <nl> <nl> - EXPECT_EQ ( peers . size ( ) , blueprint . peers_roles . size ( ) ) ; <nl> + EXPECT_EQ ( machines . size ( ) , blueprint . machines_roles . size ( ) ) ; <nl> } <nl> <nl> } / / namespace unittest <nl> | Separated machine IDs from peer IDs . | rethinkdb/rethinkdb | 4ea6d194fd722a1480a739d0f5518dbcb7ce4153 | 2012-03-07T20:02:28Z |
mmm a / xbmc / platform / darwin / tvos / TVOSTopShelf . mm <nl> ppp b / xbmc / platform / darwin / tvos / TVOSTopShelf . mm <nl> <nl> } ; <nl> <nl> fillSharedDicts ( movies , @ " movies " , @ " moviesTitle " , 20386 , <nl> - [ ] ( CFileItemPtr videoItem ) { return videoItem - > GetArt ( " thumb " ) ; } , <nl> + [ ] ( CFileItemPtr videoItem ) { <nl> + if ( videoItem - > HasArt ( " poster " ) ) <nl> + { <nl> + return videoItem - > GetArt ( " poster " ) ; <nl> + } <nl> + else <nl> + return videoItem - > GetArt ( " thumb " ) ; <nl> + } , <nl> [ ] ( CFileItemPtr videoItem ) { return videoItem - > GetLabel ( ) ; } ) ; <nl> <nl> CVideoDatabase videoDb ; <nl> | Merge pull request from scj643 / tvos_topshelf | xbmc/xbmc | 8111930458a729abbb4ed30abb5744560da93f93 | 2020-05-15T22:49:30Z |
mmm a / jstests / change_streams / apply_ops . js <nl> ppp b / jstests / change_streams / apply_ops . js <nl> <nl> <nl> assert . commandWorked ( sessionColl . deleteOne ( { _id : kDeletedDocumentId } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Do applyOps on the collection that we care about . This is an " external " applyOps , though <nl> / / ( not run as part of a transaction ) so its entries should be skipped in the change <nl> mmm a / jstests / change_streams / apply_ops_resumability . js <nl> ppp b / jstests / change_streams / apply_ops_resumability . js <nl> <nl> <nl> assert . commandWorked ( sessionColl . updateOne ( { _id : 1 } , { $ inc : { a : 1 } } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Now insert another document , not part of a transaction . <nl> assert . commandWorked ( coll . insert ( { _id : 3 , a : 123 } ) ) ; <nl> mmm a / jstests / concurrency / fsm_workloads / multi_statement_transaction_all_commands . js <nl> ppp b / jstests / concurrency / fsm_workloads / multi_statement_transaction_all_commands . js <nl> var $ config = ( function ( ) { <nl> do { <nl> try { <nl> shouldJoin = false ; <nl> - quietly ( ( ) = > this . session . commitTransaction ( ) ) ; <nl> + quietly ( ( ) = > <nl> + assert . commandWorked ( this . session . commitTransaction_forTesting ( ) ) ) ; <nl> } catch ( e ) { <nl> if ( e . code = = = ErrorCodes . TransactionTooOld | | <nl> e . code = = = ErrorCodes . TransactionCommitted | | <nl> mmm a / jstests / core / txns / aggregation_in_transaction . js <nl> ppp b / jstests / core / txns / aggregation_in_transaction . js <nl> <nl> assert . eq ( countRes . length , 1 , tojson ( countRes ) ) ; <nl> assert . eq ( countRes [ 0 ] . count , 2 , tojson ( countRes ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> jsTestLog ( " Transaction committed . " ) ; <nl> <nl> / / Perform aggregations with non - cursor initial sources and assert that they are not supported <nl> mmm a / jstests / core / txns / basic_causal_consistency . js <nl> ppp b / jstests / core / txns / basic_causal_consistency . js <nl> <nl> <nl> assert . docEq ( { _id : " insert - 1 " } , sessionColl . findOne ( { _id : " insert - 1 " } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> session . endSession ( ) ; <nl> } ( ) ) ; <nl> mmm a / jstests / core / txns / create_collection_not_blocked_by_txn . js <nl> ppp b / jstests / core / txns / create_collection_not_blocked_by_txn . js <nl> <nl> / / Implicit creation . <nl> assert . commandWorked ( db . runCommand ( { insert : " c " , documents : [ { x : 2 } ] } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> rst . stopSet ( ) ; <nl> } ) ( ) ; <nl> mmm a / jstests / core / txns / default_read_concern . js <nl> ppp b / jstests / core / txns / default_read_concern . js <nl> <nl> assert . commandWorked ( testColl . insert ( { _id : 2 } , { writeConcern : { w : " majority " } } ) ) ; <nl> assertSameMembers ( [ { _id : 0 } ] ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assertSameMembers ( [ { _id : 0 } , { _id : 1 } , { _id : 2 } ] ) ; <nl> session . endSession ( ) ; <nl> mmm a / jstests / core / txns / drop_collection_not_blocked_by_txn . js <nl> ppp b / jstests / core / txns / drop_collection_not_blocked_by_txn . js <nl> <nl> / / This only requires database IX lock . <nl> assert . commandWorked ( db . runCommand ( { drop : " b " } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> rst . stopSet ( ) ; <nl> } ) ( ) ; <nl> mmm a / jstests / core / txns / ensure_active_txn_for_prepare_transaction . js <nl> ppp b / jstests / core / txns / ensure_active_txn_for_prepare_transaction . js <nl> <nl> " Test that we can ' t call prepareTransaction if the most recent transaction was committed " ) ; <nl> session . startTransaction ( ) ; <nl> assert . commandWorked ( sessionColl . insert ( { _id : 1 } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . commandFailedWithCode ( sessionDB . adminCommand ( { <nl> prepareTransaction : 1 , <nl> mmm a / jstests / core / txns / errors_on_committed_transaction . js <nl> ppp b / jstests / core / txns / errors_on_committed_transaction . js <nl> <nl> <nl> session . startTransaction ( ) ; <nl> assert . commandWorked ( sessionColl . insert ( doc ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> const txnNumber = NumberLong ( session . getTxnNumber_forTesting ( ) ) ; <nl> <nl> mmm a / jstests / core / txns / find_and_modify_in_transaction . js <nl> ppp b / jstests / core / txns / find_and_modify_in_transaction . js <nl> <nl> assert . sameMembers ( docs , [ { _id : 0 , a : 0 } , { _id : 1 , a : 1 } , { _id : 2 , a : 2 } ] ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * <nl> * Do a non - matching find - and - modify with update . <nl> <nl> assert . sameMembers ( docs , [ { _id : 0 , a : 0 } , { _id : 1 , a : 1 } , { _id : 2 , a : 2 } ] ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * <nl> * Do a matching find - and - modify with remove . <nl> <nl> assert . sameMembers ( docs , [ { _id : 1 , a : 1 } , { _id : 2 , a : 2 } ] ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * <nl> * Do a matching find - and - modify with update , requesting the old doc . <nl> <nl> assert . sameMembers ( docs , [ { _id : 1 , a : 101 } , { _id : 2 , a : 2 } ] ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * <nl> * Do a matching find - and - modify with update , requesting the new doc . <nl> <nl> assert . sameMembers ( docs , [ { _id : 1 , a : 101 } , { _id : 2 , a : 102 } ] ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * <nl> * Do a matching find - and - modify with upsert , requesting the new doc . <nl> <nl> assert . sameMembers ( docs , [ { _id : 1 , a : 101 } , { _id : 2 , a : 202 } ] ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * <nl> * Do a non - matching find - and - modify with upsert , requesting the old doc . <nl> <nl> assert . sameMembers ( docs , [ { a : 103 } ] ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * <nl> * Do a non - matching find - and - modify with upsert , requesting the new doc . <nl> <nl> assert . sameMembers ( docs , [ newdoc ] ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> session . endSession ( ) ; <nl> } ( ) ) ; <nl> mmm a / jstests / core / txns / kill_cursors_in_transaction . js <nl> ppp b / jstests / core / txns / kill_cursors_in_transaction . js <nl> <nl> assert ( res . hasOwnProperty ( " cursor " ) , tojson ( res ) ) ; <nl> assert ( res . cursor . hasOwnProperty ( " id " ) , tojson ( res ) ) ; <nl> assert . commandWorked ( sessionDb . runCommand ( { killCursors : collName , cursors : [ res . cursor . id ] } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTest . log ( " Test that the killCursors cannot be the first operation in a transaction . " ) ; <nl> res = assert . commandWorked ( sessionDb . runCommand ( { find : collName , batchSize : 2 } ) ) ; <nl> <nl> / / killCursors does not block behind the pending MODE_X lock . <nl> assert . commandWorked ( sessionDb . runCommand ( { killCursors : collName , cursors : [ res . cursor . id ] } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Once the transaction has committed , the drop can proceed . <nl> awaitDrop ( ) ; <nl> mmm a / jstests / core / txns / kill_transaction_cursors_after_commit . js <nl> ppp b / jstests / core / txns / kill_transaction_cursors_after_commit . js <nl> <nl> let res = assert . commandWorked ( sessionDb . runCommand ( { find : collName , batchSize : 2 } ) ) ; <nl> assert ( res . hasOwnProperty ( " cursor " ) , tojson ( res ) ) ; <nl> assert ( res . cursor . hasOwnProperty ( " id " ) , tojson ( res ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . commandWorked ( sessionDb . runCommand ( { killCursors : collName , cursors : [ res . cursor . id ] } ) ) ; <nl> <nl> jsTest . log ( " Test that cursors created in transactions may be kill outside of the session . " ) ; <nl> <nl> res = assert . commandWorked ( sessionDb . runCommand ( { find : collName , batchSize : 2 } ) ) ; <nl> assert ( res . hasOwnProperty ( " cursor " ) , tojson ( res ) ) ; <nl> assert ( res . cursor . hasOwnProperty ( " id " ) , tojson ( res ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . commandWorked ( testDB . runCommand ( { killCursors : collName , cursors : [ res . cursor . id ] } ) ) ; <nl> <nl> session . endSession ( ) ; <nl> mmm a / jstests / core / txns / kill_txn_cursor . js <nl> ppp b / jstests / core / txns / kill_txn_cursor . js <nl> <nl> assert . commandWorked ( sessionColl . insert ( { _id : 4 } ) ) ; <nl> <nl> jsTest . log ( " Commit transaction . " ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . sameMembers ( [ { _id : 0 } , { _id : 1 } , { _id : 2 } , { _id : 3 } , { _id : 4 } ] , <nl> sessionColl . find ( ) . toArray ( ) ) ; <nl> <nl> mmm a / jstests / core / txns / libs / write_conflicts . js <nl> ppp b / jstests / core / txns / libs / write_conflicts . js <nl> var WriteConflictHelpers = ( function ( ) { <nl> assert ( ! res . hasOwnProperty ( " writeErrors " ) ) ; <nl> assert . commandFailedWithCode ( res , ErrorCodes . WriteConflict ) ; <nl> <nl> - session1 . commitTransaction ( ) ; <nl> + assert . commandWorked ( session1 . commitTransaction_forTesting ( ) ) ; <nl> assert . commandFailedWithCode ( session2 . commitTransaction_forTesting ( ) , <nl> ErrorCodes . NoSuchTransaction ) ; <nl> } <nl> var WriteConflictHelpers = ( function ( ) { <nl> <nl> assert . commandWorked ( session1Coll . runCommand ( { find : collName } ) ) ; / / Start T1 with a no - op . <nl> assert . commandWorked ( session2Coll . runCommand ( txn2Op ) ) ; <nl> - session2 . commitTransaction ( ) ; <nl> + assert . commandWorked ( session2 . commitTransaction_forTesting ( ) ) ; <nl> <nl> const res = session1Coll . runCommand ( txn1Op ) ; <nl> / / Not a writeError but a total command failure <nl> mmm a / jstests / core / txns / list_collections_not_blocked_by_txn . js <nl> ppp b / jstests / core / txns / list_collections_not_blocked_by_txn . js <nl> <nl> assert ( collObj . hasOwnProperty ( " info " ) = = ! nameOnly , tojson ( collObj ) ) ; <nl> } <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> session . endSession ( ) ; <nl> } ( ) ) ; <nl> mmm a / jstests / core / txns / multi_delete_in_transaction . js <nl> ppp b / jstests / core / txns / multi_delete_in_transaction . js <nl> <nl> res = sessionColl . find ( { } ) ; <nl> assert . sameMembers ( res . toArray ( ) , [ { _id : 0 , a : 0 } , { _id : 1 , a : 0 } , { _id : 2 , a : 1 } ] ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTest . log ( " Do a single - result multi - delete . " ) ; <nl> session . startTransaction ( { writeConcern : { w : " majority " } } ) ; <nl> <nl> res = sessionColl . find ( { } ) ; <nl> assert . sameMembers ( res . toArray ( ) , [ { _id : 0 , a : 0 } , { _id : 1 , a : 0 } ] ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTest . log ( " Do a multiple - result multi - delete . " ) ; <nl> session . startTransaction ( { writeConcern : { w : " majority " } } ) ; <nl> <nl> res = sessionColl . find ( { } ) ; <nl> assert . sameMembers ( res . toArray ( ) , [ ] ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Collection should be empty . <nl> assert . eq ( 0 , testColl . find ( ) . itcount ( ) ) ; <nl> mmm a / jstests / core / txns / multi_statement_transaction . js <nl> ppp b / jstests / core / txns / multi_statement_transaction . js <nl> <nl> assert . eq ( null , testColl . findOne ( { _id : " insert - 2 " } ) ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Read with default read concern sees the committed transaction . <nl> assert . eq ( { _id : " insert - 1 " } , testColl . findOne ( { _id : " insert - 1 " } ) ) ; <nl> <nl> assert . eq ( { _id : " update - 2 " , a : 0 } , testColl . findOne ( { _id : " update - 2 " } ) ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Read with default read concern sees the committed transaction . <nl> assert . eq ( { _id : " update - 1 " , a : 2 } , testColl . findOne ( { _id : " update - 1 " } ) ) ; <nl> <nl> assert . sameMembers ( [ { _id : " doc - 1 " , a : 1 } , { _id : " doc - 2 " , a : 1 } ] , docs ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Read with default read concern sees the committed transaction . <nl> assert . eq ( { _id : " doc - 1 " , a : 1 } , testColl . findOne ( { _id : " doc - 1 " } ) ) ; <nl> <nl> assert . sameMembers ( [ ] , docs ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Read with default read concern sees the commmitted transaction . <nl> assert . eq ( null , testColl . findOne ( { _id : " doc - 1 " } ) ) ; <nl> mmm a / jstests / core / txns / multi_statement_transaction_using_api . js <nl> ppp b / jstests / core / txns / multi_statement_transaction_using_api . js <nl> <nl> session . startTransaction ( { readConcern : { level : " snapshot " } , writeConcern : { w : " majority " } } ) ; <nl> <nl> / / Successfully call commitTransaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTestLog ( " Run CRUD ops , read ops , and commit transaction . " ) ; <nl> session . startTransaction ( { readConcern : { level : " snapshot " } , writeConcern : { w : " majority " } } ) ; <nl> <nl> assert . docEq ( { _id : " insert - 1 " , a : 1 } , cursor . next ( ) ) ; <nl> assert ( ! cursor . hasNext ( ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Make sure the correct documents exist after committing the transaciton . <nl> assert . eq ( { _id : " insert - 1 " , a : 1 } , sessionColl . findOne ( { _id : " insert - 1 " } ) ) ; <nl> <nl> bulk . find ( { _id : " bulk - 1 " } ) . updateOne ( { $ set : { status : " bulk " } } ) ; <nl> bulk . find ( { _id : " bulk - 2 " } ) . updateOne ( { $ set : { status : " bulk " } } ) ; <nl> assert . commandWorked ( bulk . execute ( ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . eq ( { _id : " bulk - 1 " , status : " bulk " } , sessionColl . findOne ( { _id : " bulk - 1 " } ) ) ; <nl> assert . eq ( { _id : " bulk - 2 " , status : " bulk " } , sessionColl . findOne ( { _id : " bulk - 2 " } ) ) ; <nl> <nl> bulk . find ( { _id : " bulk - 1 " } ) . removeOne ( ) ; <nl> bulk . find ( { _id : " bulk - 2 " } ) . removeOne ( ) ; <nl> assert . commandWorked ( bulk . execute ( ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . eq ( null , sessionColl . findOne ( { _id : " bulk - 1 " } ) ) ; <nl> assert . eq ( null , sessionColl . findOne ( { _id : " bulk - 2 " } ) ) ; <nl> mmm a / jstests / core / txns / multi_update_in_transaction . js <nl> ppp b / jstests / core / txns / multi_update_in_transaction . js <nl> <nl> res = sessionColl . find ( { } ) ; <nl> assert . sameMembers ( res . toArray ( ) , [ { _id : 0 , a : 0 } , { _id : 1 , a : 0 } , { _id : 2 , a : 1 } ] ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTest . log ( " Do a single - result multi - update . " ) ; <nl> session . startTransaction ( { writeConcern : { w : " majority " } } ) ; <nl> <nl> res = sessionColl . find ( { } ) ; <nl> assert . sameMembers ( res . toArray ( ) , [ { _id : 0 , a : 0 } , { _id : 1 , a : 0 } , { _id : 2 , a : 1 , b : 1 } ] ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTest . log ( " Do a multiple - result multi - update . " ) ; <nl> session . startTransaction ( { writeConcern : { w : " majority " } } ) ; <nl> <nl> assert . sameMembers ( res . toArray ( ) , <nl> [ { _id : 0 , a : 0 , b : 2 } , { _id : 1 , a : 0 , b : 2 } , { _id : 2 , a : 1 , b : 1 } ] ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTest . log ( " Do a multiple - query multi - update . " ) ; <nl> session . startTransaction ( { writeConcern : { w : " majority " } } ) ; <nl> <nl> res . toArray ( ) , <nl> [ { _id : 0 , a : 0 , b : 2 , c : 1 } , { _id : 1 , a : 0 , b : 2 , c : 1 } , { _id : 2 , a : 1 , b : 1 , c : 2 } ] ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTest . log ( " Do a multi - update with upsert . " ) ; <nl> session . startTransaction ( { writeConcern : { w : " majority " } } ) ; <nl> <nl> { _id : 3 , d : 1 } <nl> ] ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> } ( ) ) ; <nl> mmm a / jstests / core / txns / no_implicit_collection_creation_in_txn . js <nl> ppp b / jstests / core / txns / no_implicit_collection_creation_in_txn . js <nl> <nl> <nl> session . startTransaction ( { writeConcern : { w : " majority " } } ) ; <nl> sessionColl . insert ( { _id : " doc " } ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( { _id : " doc " } , testColl . findOne ( { _id : " doc " } ) ) ; <nl> <nl> / / Insert fails when the collection does not exist . <nl> <nl> <nl> session . startTransaction ( { writeConcern : { w : " majority " } } ) ; <nl> sessionColl . update ( { _id : " doc " } , { $ set : { updated : true } } , { upsert : true } ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( { _id : " doc " , updated : true } , testColl . findOne ( { _id : " doc " } ) ) ; <nl> <nl> / / Update with upsert = true fails when the collection does not exist . <nl> <nl> session . startTransaction ( { writeConcern : { w : " majority " } } ) ; <nl> assert . commandWorked ( <nl> sessionColl . update ( { _id : " doc " } , { $ set : { updated : true } } , { upsert : false } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( null , testColl . findOne ( { _id : " doc " } ) ) ; <nl> <nl> jsTest . log ( " Cannot implicitly create a collection in a transaction using findAndModify . " ) ; <nl> <nl> let res = sessionColl . findAndModify ( <nl> { query : { _id : " doc " } , update : { $ set : { updated : true } } , upsert : true } ) ; <nl> assert . eq ( null , res ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( { _id : " doc " , updated : true } , testColl . findOne ( { _id : " doc " } ) ) ; <nl> <nl> / / findAndModify with upsert = true fails when the collection does not exist . <nl> <nl> res = sessionColl . findAndModify ( <nl> { query : { _id : " doc " } , update : { $ set : { updated : true } } , upsert : false } ) ; <nl> assert . eq ( null , res ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( null , testColl . findOne ( { _id : " doc " } ) ) ; <nl> <nl> session . endSession ( ) ; <nl> mmm a / jstests / core / txns / read_own_multikey_writes . js <nl> ppp b / jstests / core / txns / read_own_multikey_writes . js <nl> <nl> session . startTransaction ( ) ; <nl> assert . writeOK ( sessionColl . update ( { } , { $ set : { a : [ 1 , 2 , 3 ] } } ) ) ; <nl> assert . eq ( 1 , sessionColl . find ( { } , { _id : 0 , a : 1 } ) . sort ( { a : 1 } ) . itcount ( ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . eq ( 1 , <nl> db . getSiblingDB ( dbName ) <nl> mmm a / jstests / core / txns / rename_collection_not_blocked_by_txn . js <nl> ppp b / jstests / core / txns / rename_collection_not_blocked_by_txn . js <nl> <nl> db . adminCommand ( { renameCollection : " test . a " , to : " test . b " , dropTarget : true } ) ) ; <nl> assert . commandWorked ( db . adminCommand ( { renameCollection : " test . b " , to : " test . c " } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> rst . stopSet ( ) ; <nl> } ) ( ) ; <nl> mmm a / jstests / core / txns / repeatable_reads_in_transaction . js <nl> ppp b / jstests / core / txns / repeatable_reads_in_transaction . js <nl> <nl> assert . sameMembers ( expectedDocs , sessionColl . find ( ) . toArray ( ) ) ; <nl> <nl> jsTestLog ( " Committing the second transaction . " ) ; <nl> - session2 . commitTransaction ( ) ; <nl> + assert . commandWorked ( session2 . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTestLog ( <nl> " Committed changes from the second transaction should still not be visible to the first . " ) ; <nl> <nl> assert . sameMembers ( expectedDocs , sessionColl . find ( ) . toArray ( ) ) ; <nl> <nl> jsTestLog ( " Committing first transaction . " ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Make sure the correct documents exist after committing the second transaction . <nl> assert . sameMembers ( [ { _id : 0 } , { _id : 1 , a : 1 } , { _id : 3 } , { _id : 4 } ] , <nl> mmm a / jstests / core / txns / shell_prompt_in_transaction . js <nl> ppp b / jstests / core / txns / shell_prompt_in_transaction . js <nl> <nl> simulatePrompt ( ) ; <nl> assert . commandWorked ( coll . insert ( doc ) ) ; <nl> simulatePrompt ( ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . docEq ( doc , coll . findOne ( ) ) ; <nl> <nl> coll . drop ( { writeConcern : { w : " majority " } } ) ; <nl> mmm a / jstests / core / txns / speculative_snapshot_includes_all_writes . js <nl> ppp b / jstests / core / txns / speculative_snapshot_includes_all_writes . js <nl> <nl> checkReads ( defaultSession , [ { _id : 0 } , { _id : 1 } ] , [ { _id : " a " } ] ) ; <nl> <nl> jsTestLog ( " Committing transactions . " ) ; <nl> - snapshotSession . commitTransaction ( ) ; <nl> - majoritySession . commitTransaction ( ) ; <nl> - localSession . commitTransaction ( ) ; <nl> - defaultSession . commitTransaction ( ) ; <nl> + assert . commandWorked ( snapshotSession . commitTransaction_forTesting ( ) ) ; <nl> + assert . commandWorked ( majoritySession . commitTransaction_forTesting ( ) ) ; <nl> + assert . commandWorked ( localSession . commitTransaction_forTesting ( ) ) ; <nl> + assert . commandWorked ( defaultSession . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTestLog ( " A new local read must see all committed writes . " ) ; <nl> checkReads ( defaultSession , [ { _id : 0 } , { _id : 1 } ] , [ { _id : " a " } , { _id : " b " } ] ) ; <nl> mmm a / jstests / core / txns / start_transaction_with_read . js <nl> ppp b / jstests / core / txns / start_transaction_with_read . js <nl> <nl> / / Insert a doc within a transaction . <nl> assert . commandWorked ( sessionColl . insert ( { _id : " insert - 2 " } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Read with default read concern sees the committed transaction . <nl> assert . eq ( { _id : " insert - 1 " } , coll . findOne ( { _id : " insert - 1 " } ) ) ; <nl> mmm a / jstests / core / txns / transaction_error_handling . js <nl> ppp b / jstests / core / txns / transaction_error_handling . js <nl> <nl> jsTestLog ( " Test that we cannot abort or commit a nonexistant transaction . " ) ; <nl> / / Cannot abort or commit a nonexistant transaction . <nl> try { <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> } catch ( e ) { <nl> assert . eq ( e . message , " There is no active transaction to commit on this session . " ) ; <nl> } <nl> <nl> <nl> / / At this point , the transaction is still ' active ' . We will commit this transaction and test <nl> / / that calling commitTransaction again should work while calling abortTransaction should not . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTestLog ( " Test that we can commit a transaction more than once . " ) ; <nl> / / The transaction state is ' committed ' . We can call commitTransaction again in this state . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTestLog ( " Test that we cannot abort a transaction that has already been committed " ) ; <nl> / / We cannot call abortTransaction on a transaction that has already been committed . <nl> <nl> jsTestLog ( " Test that we cannot commit a transaction that has already been aborted . " ) ; <nl> / / We cannot call commitTransaction on a transaction that has already been aborted . <nl> try { <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> } catch ( e ) { <nl> assert . eq ( e . message , " Cannot call commitTransaction after calling abortTransaction . " ) ; <nl> } <nl> <nl> session . startTransaction ( ) ; <nl> assert . commandWorked ( sessionColl . insert ( { _id : " insert - 3 " } ) ) ; <nl> / / The transaction state should be changed to ' committed ' . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> / / The transaction state should be changed to ' inactive ' . <nl> assert . commandWorked ( sessionColl . insert ( { _id : " normal - insert " } ) ) ; <nl> try { <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> } catch ( e ) { <nl> assert . eq ( e . message , " There is no active transaction to commit on this session . " ) ; <nl> } <nl> mmm a / jstests / core / txns / transactions_profiling . js <nl> ppp b / jstests / core / txns / transactions_profiling . js <nl> <nl> assert . eq ( profileObj . nModified , 1 , tojson ( profileObj ) ) ; <nl> <nl> jsTestLog ( " Committing transaction . " ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTestLog ( " Test delete with a write conflict . " ) ; <nl> assert . commandWorked ( sessionColl . insert ( { _id : " delete - doc " } , { writeConcern : { w : " majority " } } ) ) ; <nl> mmm a / jstests / core / txns / transactions_profiling_with_drops . js <nl> ppp b / jstests / core / txns / transactions_profiling_with_drops . js <nl> <nl> assert . sameMembers ( <nl> [ { _id : " doc " } ] , <nl> sessionColl . find ( { $ where : " sleep ( 1000 ) ; return true ; " } ) . comment ( " read failure " ) . toArray ( ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . commandWorked ( testDB . killOp ( opId ) ) ; <nl> lockShell ( ) ; <nl> <nl> " since the transaction already has an IX DB lock . " ) ; <nl> assert . commandWorked ( sessionColl . update ( <nl> { $ where : " sleep ( 1000 ) ; return true ; " } , { $ inc : { good : 1 } } , { collation : { locale : " fr " } } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . commandWorked ( testDB . killOp ( opId ) ) ; <nl> lockShell ( ) ; <nl> mmm a / jstests / core / txns / view_reads_in_transaction . js <nl> ppp b / jstests / core / txns / view_reads_in_transaction . js <nl> <nl> <nl> assert . eq ( view . distinct ( " _id " ) , [ " kyle " ] ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> jsTestLog ( " Transaction committed . " ) ; <nl> } ( ) ) ; <nl> mmm a / jstests / core / txns / write_conflicts_with_non_txns . js <nl> ppp b / jstests / core / txns / write_conflicts_with_non_txns . js <nl> <nl> / / single doc write should get serialized after the transaction , we expect it to fail with a <nl> / / duplicate key error . <nl> jsTestLog ( " Commit the multi - document transaction . " ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> thread . join ( ) ; <nl> assert . commandFailedWithCode ( thread . returnData ( ) , ErrorCodes . DuplicateKey ) ; <nl> <nl> mmm a / jstests / noPassthrough / change_streams_resume_token_applyops_overlap . js <nl> ppp b / jstests / noPassthrough / change_streams_resume_token_applyops_overlap . js <nl> <nl> sessionColl . insert ( [ { shard : 0 , _id : " txn1 - doc - 6 " } , { shard : 1 , _id : " txn1 - doc - 7 " } ] ) ) ; <nl> <nl> / / Commit the transaction . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Read the stream of events , capture them in ' changeList ' , and confirm that all events occurred <nl> / / at or later than the clusterTime of the first event . Unfortunately , we cannot guarantee that <nl> mmm a / jstests / noPassthrough / create_view_does_not_take_database_X . js <nl> ppp b / jstests / noPassthrough / create_view_does_not_take_database_X . js <nl> <nl> <nl> assert . eq ( db . view . find ( ) . toArray ( ) . length , 1 ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> rst . stopSet ( ) ; <nl> } ) ( ) ; <nl> mmm a / jstests / noPassthrough / crud_timestamps . js <nl> ppp b / jstests / noPassthrough / crud_timestamps . js <nl> <nl> sessionDb . runCommand ( { find : collName , sort : sort , singleBatch : true } ) ) ; <nl> assert . eq ( expected , response . cursor . firstBatch ) ; <nl> } ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> } <nl> <nl> / / insert <nl> mmm a / jstests / noPassthrough / currentop_active_transaction . js <nl> ppp b / jstests / noPassthrough / currentop_active_transaction . js <nl> <nl> const prepareTimestamp = PrepareHelpers . prepareTransaction ( session ) ; <nl> PrepareHelpers . commitTransaction ( session , prepareTimestamp ) ; <nl> } else { <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> } <nl> } <nl> <nl> mmm a / jstests / noPassthrough / dropdatabase_respect_maxtimems . js <nl> ppp b / jstests / noPassthrough / dropdatabase_respect_maxtimems . js <nl> <nl> assert . commandFailedWithCode ( dropDB . runCommand ( { dropDatabase : 1 , maxTimeMS : 100 } ) , <nl> ErrorCodes . MaxTimeMSExpired ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> session . endSession ( ) ; <nl> } ) ( ) ; <nl> <nl> <nl> / / This should timeout . <nl> dropDatabaseShell ( ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> session . endSession ( ) ; <nl> } ) ( ) ; <nl> <nl> mmm a / jstests / noPassthrough / global_transaction_latency_histogram . js <nl> ppp b / jstests / noPassthrough / global_transaction_latency_histogram . js <nl> <nl> / / commands are counted towards the " commands " counter . <nl> session . startTransaction ( ) ; <nl> assert . commandWorked ( sessionColl . insert ( { _id : " insert - 1 " } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> lastHistogram = checkHistogramDiff ( lastHistogram , <nl> getHistogramStats ( ) , <nl> { " reads " : 0 , " writes " : 1 , " commands " : 2 , " transactions " : 1 } ) ; <nl> <nl> assert . commandWorked ( sessionColl . insert ( { _id : " insert - 3 " } ) ) ; <nl> assert . commandWorked ( sessionColl . insert ( { _id : " insert - 4 " } ) ) ; <nl> assert . eq ( sessionColl . find ( { _id : " insert - 1 " } ) . itcount ( ) , 1 ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> lastHistogram = checkHistogramDiff ( lastHistogram , <nl> getHistogramStats ( ) , <nl> { " reads " : 1 , " writes " : 2 , " commands " : 2 , " transactions " : 1 } ) ; <nl> <nl> session . startTransaction ( ) ; <nl> assert . eq ( sessionColl . find ( { _id : " insert - 1 " } ) . itcount ( ) , 1 ) ; <nl> sleep ( sleepTime ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> lastHistogram = checkHistogramLatencyDiff ( lastHistogram , getHistogramStats ( ) , sleepTime ) ; <nl> } <nl> <nl> mmm a / jstests / noPassthrough / ignore_notablescan . js <nl> ppp b / jstests / noPassthrough / ignore_notablescan . js <nl> <nl> / / Run a transaction so the ' config . transactions ' collection is implicitly created . <nl> session . startTransaction ( ) ; <nl> assert . writeOK ( primaryDB . getCollection ( collName ) . insert ( { x : 2 } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Run a predicate query that would fail if we did not ignore the ' notablescan ' flag . <nl> assert . eq ( configDB . transactions . find ( { any_nonexistent_field : { $ exists : true } } ) . itcount ( ) , <nl> mmm a / jstests / noPassthrough / readConcern_atClusterTime . js <nl> ppp b / jstests / noPassthrough / readConcern_atClusterTime . js <nl> function _getClusterTime ( rst ) { <nl> / / ' atClusterTime ' can be used with readConcern level ' snapshot ' . <nl> session . startTransaction ( { readConcern : { level : " snapshot " , atClusterTime : clusterTime } } ) ; <nl> assert . commandWorked ( sessionDb . runCommand ( { find : collName } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / ' atClusterTime ' cannot be greater than the current cluster time . <nl> const futureClusterTime = new Timestamp ( clusterTime . getTime ( ) + 1000 , 1 ) ; <nl> function _getClusterTime ( rst ) { <nl> session . startTransaction ( <nl> { readConcern : { level : " snapshot " , atClusterTime : _getClusterTime ( rst ) } } ) ; <nl> assert . commandWorked ( sessionDb . runCommand ( { find : collName } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> session . endSession ( ) ; <nl> rst . stopSet ( ) ; <nl> <nl> function _getClusterTime ( rst ) { <nl> session . startTransaction ( <nl> { readConcern : { level : " snapshot " , atClusterTime : _getClusterTime ( rst ) } } ) ; <nl> assert . commandWorked ( sessionDb . runCommand ( { find : collName } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> session . endSession ( ) ; <nl> rst . stopSet ( ) ; <nl> } <nl> mmm a / jstests / noPassthrough / readConcern_atClusterTime_noop_write . js <nl> ppp b / jstests / noPassthrough / readConcern_atClusterTime_noop_write . js <nl> <nl> assert . commandFailedWithCode ( toRSSession . abortTransaction_forTesting ( ) , <nl> ErrorCodes . NoSuchTransaction ) ; <nl> } else { <nl> - toRSSession . commitTransaction ( ) ; <nl> + assert . commandWorked ( toRSSession . commitTransaction_forTesting ( ) ) ; <nl> } <nl> <nl> const toRSOpTime = getLastOpTime ( toRS . getPrimary ( ) ) . ts ; <nl> mmm a / jstests / noPassthrough / readConcern_atClusterTime_snapshot_selection . js <nl> ppp b / jstests / noPassthrough / readConcern_atClusterTime_snapshot_selection . js <nl> <nl> primarySession . startTransaction ( <nl> { readConcern : { level : " snapshot " , atClusterTime : clusterTimePrimaryBefore } } ) ; <nl> res = assert . commandWorked ( primaryDB . runCommand ( { find : collName } ) ) ; <nl> - primarySession . commitTransaction ( ) ; <nl> + assert . commandWorked ( primarySession . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( res . cursor . firstBatch . length , 1 , printjson ( res ) ) ; <nl> assert . eq ( res . cursor . firstBatch [ 0 ] . _id , " before " , printjson ( res ) ) ; <nl> <nl> <nl> / / Restart replication on one of the secondaries . <nl> restartServerReplication ( secondaryConn1 ) ; <nl> / / This time the transaction should commit . <nl> - primarySession . commitTransaction ( ) ; <nl> + assert . commandWorked ( primarySession . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Restart replication on the lagged secondary . <nl> restartServerReplication ( secondaryConn0 ) ; <nl> mmm a / jstests / noPassthrough / readConcern_snapshot . js <nl> ppp b / jstests / noPassthrough / readConcern_snapshot . js <nl> <nl> session . startTransaction ( { writeConcern : { w : " majority " } , readConcern : { level : " snapshot " } } ) ; <nl> assert . commandWorked ( sessionDb . coll . insert ( { } ) ) ; <nl> assert . commandWorked ( sessionDb . runCommand ( { find : collName } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / readConcern ' snapshot ' is allowed with ' afterClusterTime ' . <nl> session . startTransaction ( ) ; <nl> <nl> find : collName , <nl> readConcern : { level : " snapshot " , afterClusterTime : pingRes . $ clusterTime . clusterTime } <nl> } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / readConcern ' snapshot ' is not allowed with ' afterOpTime ' . <nl> session . startTransaction ( <nl> <nl> session . startTransaction ( <nl> { readConcern : { level : " snapshot " , afterClusterTime : pingRes . $ clusterTime . clusterTime } } ) ; <nl> assert . commandWorked ( sessionDb . runCommand ( { find : collName } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> session . endSession ( ) ; <nl> rst . stopSet ( ) ; <nl> mmm a / jstests / noPassthrough / read_concern_snapshot_yielding . js <nl> ppp b / jstests / noPassthrough / read_concern_snapshot_yielding . js <nl> <nl> const sessionDb = session . getDatabase ( " test " ) ; <nl> session . startTransaction ( { readConcern : { level : " snapshot " } } ) ; <nl> const res = assert . commandWorked ( sessionDb . runCommand ( { find : " coll " , filter : { x : 1 } } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( res . cursor . firstBatch . length , TestData . numDocs , tojson ( res ) ) ; <nl> } , { " command . filter " : { x : 1 } } ) ; <nl> <nl> <nl> { configureFailPoint : " setInterruptOnlyPlansCheckForInterruptHang " , mode : " alwaysOn " } ) ) ; <nl> const res = assert . commandWorked ( sessionDb . runCommand ( <nl> { getMore : NumberLong ( cursorId ) , collection : " coll " , batchSize : TestData . numDocs } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( <nl> res . cursor . nextBatch . length , TestData . numDocs - initialFindBatchSize , tojson ( res ) ) ; <nl> } , { " cursor . originatingCommand . filter " : { x : 1 } } ) ; <nl> <nl> session . startTransaction ( { readConcern : { level : " snapshot " } } ) ; <nl> const res = assert . commandWorked ( <nl> sessionDb . runCommand ( { aggregate : " coll " , pipeline : [ { $ match : { x : 1 } } ] , cursor : { } } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( res . cursor . firstBatch . length , TestData . numDocs , tojson ( res ) ) ; <nl> } , { " command . pipeline " : [ { $ match : { x : 1 } } ] } ) ; <nl> <nl> <nl> { configureFailPoint : " setInterruptOnlyPlansCheckForInterruptHang " , mode : " alwaysOn " } ) ) ; <nl> const res = assert . commandWorked ( <nl> sessionDb . runCommand ( { getMore : NumberLong ( cursorId ) , collection : " coll " } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( <nl> res . cursor . nextBatch . length , TestData . numDocs - initialFindBatchSize , tojson ( res ) ) ; <nl> } , { " cursor . originatingCommand . filter " : { x : 1 } } ) ; <nl> <nl> const sessionDb = session . getDatabase ( " test " ) ; <nl> session . startTransaction ( { readConcern : { level : " snapshot " } } ) ; <nl> const res = assert . commandWorked ( sessionDb . runCommand ( { distinct : " coll " , key : " _id " } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert ( res . hasOwnProperty ( " values " ) ) ; <nl> assert . eq ( res . values . length , 4 , tojson ( res ) ) ; <nl> } , { " command . distinct " : " coll " } ) ; <nl> <nl> updates : <nl> [ { q : { } , u : { $ set : { updated : true } } } , { q : { new : 1 } , u : { $ set : { updated : true } } } ] <nl> } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> / / Only update one existing doc committed before the transaction . <nl> assert . eq ( res . n , 1 , tojson ( res ) ) ; <nl> assert . eq ( res . nModified , 1 , tojson ( res ) ) ; <nl> <nl> session . startTransaction ( { readConcern : { level : " snapshot " } } ) ; <nl> const res = assert . commandWorked ( sessionDb . runCommand ( <nl> { delete : " coll " , deletes : [ { q : { } , limit : 1 } , { q : { new : 1 } , limit : 1 } ] } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> / / Only remove one existing doc committed before the transaction . <nl> assert . eq ( res . n , 1 , tojson ( res ) ) ; <nl> } , { op : " remove " } , true ) ; <nl> <nl> session . startTransaction ( { readConcern : { level : " snapshot " } } ) ; <nl> const res = assert . commandWorked ( sessionDb . runCommand ( <nl> { findAndModify : " coll " , query : { new : 1 } , update : { $ set : { findAndModify : 1 } } } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert ( res . hasOwnProperty ( " lastErrorObject " ) ) ; <nl> assert . eq ( res . lastErrorObject . n , 0 , tojson ( res ) ) ; <nl> assert . eq ( res . lastErrorObject . updatedExisting , false , tojson ( res ) ) ; <nl> <nl> session . startTransaction ( { readConcern : { level : " snapshot " } } ) ; <nl> const res = assert . commandWorked ( sessionDb . runCommand ( <nl> { findAndModify : " coll " , query : { new : 1 } , update : { $ set : { findAndModify : 1 } } } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert ( res . hasOwnProperty ( " lastErrorObject " ) ) ; <nl> assert . eq ( res . lastErrorObject . n , 0 , tojson ( res ) ) ; <nl> assert . eq ( res . lastErrorObject . updatedExisting , false , tojson ( res ) ) ; <nl> mmm a / jstests / noPassthrough / server_transaction_metrics . js <nl> ppp b / jstests / noPassthrough / server_transaction_metrics . js <nl> <nl> initialStatus . transactions , newStatus . transactions , " currentInactive " , 1 ) ; <nl> <nl> / / Compare server status after the transaction commit with the server status before . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> newStatus = assert . commandWorked ( testDB . adminCommand ( { serverStatus : 1 } ) ) ; <nl> verifyServerStatusFields ( newStatus ) ; <nl> verifyServerStatusChange ( initialStatus . transactions , newStatus . transactions , " totalStarted " , 1 ) ; <nl> <nl> <nl> session . startTransaction ( { readConcern : { level : ' snapshot ' } } ) ; <nl> assert . commandWorked ( sessionColl . update ( { } , { " update - 1 " : 2 } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> } ; <nl> const transactionProcess = startParallelShell ( transactionFn , primary . port ) ; <nl> <nl> mmm a / jstests / noPassthrough / snapshot_reads . js <nl> ppp b / jstests / noPassthrough / snapshot_reads . js <nl> <nl> / / getMore tests snapshot isolation across multiple getMore invocations . <nl> res = assert . commandWorked ( <nl> sessionDb . runCommand ( { getMore : cursor . id , collection : collName , batchSize : 20 } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / The cursor has been exhausted . <nl> cursor = parseCursor ( res ) ; <nl> <nl> session . startTransaction ( { readConcern : readConcern } ) ; <nl> res = assert . commandWorked ( <nl> sessionDb . runCommand ( { find : collName , sort : { _id : 1 } , batchSize : 20 } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / The cursor has been exhausted . <nl> cursor = parseCursor ( res ) ; <nl> mmm a / jstests / noPassthrough / transactions_work_with_in_memory_engine . js <nl> ppp b / jstests / noPassthrough / transactions_work_with_in_memory_engine . js <nl> <nl> / / Execute a transaction that should succeed . <nl> session . startTransaction ( ) ; <nl> assert . commandWorked ( sessionDb [ collName ] . insert ( { x : 1 } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> session . endSession ( ) ; <nl> replTest . stopSet ( ) ; <nl> mmm a / jstests / noPassthrough / wt_cache_full_multi_oplog_txns . js <nl> ppp b / jstests / noPassthrough / wt_cache_full_multi_oplog_txns . js <nl> <nl> assert . writeOK ( sessionColl . update ( { _id : i } , { $ inc : { i : 1 } } ) ) ; <nl> } <nl> } <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> session . endSession ( ) ; <nl> <nl> jsTestLog ( ' Applying updates on secondary ' + secondary . host ) ; <nl> mmm a / jstests / replsets / abort_in_progress_transactions_on_step_up . js <nl> ppp b / jstests / replsets / abort_in_progress_transactions_on_step_up . js <nl> <nl> newSession . startTransaction ( { writeConcern : { w : 3 } } ) ; <nl> const secondDoc = { _id : " second - doc " } ; <nl> assert . commandWorked ( newSession . getDatabase ( dbName ) . getCollection ( collName ) . insert ( secondDoc ) ) ; <nl> - newSession . commitTransaction ( ) ; <nl> + assert . commandWorked ( newSession . commitTransaction_forTesting ( ) ) ; <nl> assert . docEq ( testDB . getCollection ( collName ) . find ( ) . toArray ( ) , [ secondDoc ] ) ; <nl> assert . docEq ( newTestDB . getCollection ( collName ) . find ( ) . toArray ( ) , [ secondDoc ] ) ; <nl> <nl> mmm a / jstests / replsets / dbhash_lock_acquisition . js <nl> ppp b / jstests / replsets / dbhash_lock_acquisition . js <nl> <nl> return true ; <nl> } , ( ) = > " Failed to find create collection in currentOp ( ) output : " + tojson ( db . currentOp ( ) ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> threadCaptruncCmd . join ( ) ; <nl> threadDBHash . join ( ) ; <nl> <nl> mmm a / jstests / replsets / prepared_transaction_on_failover . js <nl> ppp b / jstests / replsets / prepared_transaction_on_failover . js <nl> <nl> secondSession . startTransaction ( { writeConcern : { w : " majority " } } ) ; <nl> assert . commandWorked ( <nl> secondSession . getDatabase ( dbName ) . getCollection ( collName ) . insert ( { _id : " second - doc " } ) ) ; <nl> - secondSession . commitTransaction ( ) ; <nl> + assert . commandWorked ( secondSession . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Unfreeze the original primary so that it can stand for election again for the next test . <nl> assert . commandWorked ( primary . adminCommand ( { replSetFreeze : 0 } ) ) ; <nl> mmm a / jstests / replsets / rollback_multi_oplog_txns . js <nl> ppp b / jstests / replsets / rollback_multi_oplog_txns . js <nl> <nl> session . startTransaction ( ) ; <nl> assert . commandWorked ( sessionColl . insert ( { _id : 1 } ) ) ; <nl> assert . commandWorked ( sessionColl . insert ( { _id : 2 } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> session . endSession ( ) ; <nl> } ; <nl> <nl> mmm a / jstests / replsets / rollback_transactions_count . js <nl> ppp b / jstests / replsets / rollback_transactions_count . js <nl> <nl> assert . commandWorked ( sessionColl1 . insert ( { a : 1 } ) ) ; <nl> session1 . startTransaction ( ) ; <nl> assert . commandWorked ( sessionColl1 . insert ( { b : 1 } ) ) ; <nl> - session1 . commitTransaction ( ) ; <nl> + assert . commandWorked ( session1 . commitTransaction_forTesting ( ) ) ; <nl> <nl> rollbackTest . awaitLastOpCommitted ( ) ; <nl> assert . commandWorked ( <nl> <nl> const sessionColl2 = sessionDb2 [ collName ] ; <nl> session2 . startTransaction ( ) ; <nl> assert . commandWorked ( sessionColl2 . insert ( { c : 1 } ) ) ; <nl> - session2 . commitTransaction ( ) ; <nl> + assert . commandWorked ( session2 . commitTransaction_forTesting ( ) ) ; <nl> <nl> rollbackTest . transitionToRollbackOperations ( ) ; <nl> <nl> session2 . startTransaction ( ) ; <nl> assert . commandWorked ( sessionColl2 . insert ( { d : 1 } ) ) ; <nl> - session2 . commitTransaction ( ) ; <nl> + assert . commandWorked ( session2 . commitTransaction_forTesting ( ) ) ; <nl> <nl> const session3 = primary . startSession ( ) ; <nl> const sessionDb3 = session3 . getDatabase ( dbName ) ; <nl> const sessionColl3 = sessionDb3 [ collName ] ; <nl> session3 . startTransaction ( ) ; <nl> assert . commandWorked ( sessionColl3 . insert ( { e : 1 } ) ) ; <nl> - session3 . commitTransaction ( ) ; <nl> + assert . commandWorked ( session3 . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . eq ( sessionColl1 . find ( ) . itcount ( ) , 5 ) ; <nl> <nl> mmm a / jstests / replsets / speculative_read_transaction . js <nl> ppp b / jstests / replsets / speculative_read_transaction . js <nl> <nl> jsTestLog ( " Starting non - majority commit transaction " ) ; <nl> session . startTransaction ( { readConcern : { level : " snapshot " } , writeConcern : { w : 1 } } ) ; <nl> assert . eq ( sessionColl . findOne ( { _id : 0 } ) , { _id : 0 , x : 1 } ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / This transaction should not complete because it uses snapshot read concern , majority <nl> / / write concern and the commit point is not advancing . <nl> mmm a / jstests / replsets / speculative_transaction . js <nl> ppp b / jstests / replsets / speculative_transaction . js <nl> <nl> <nl> assert . commandWorked ( sessionColl . update ( { _id : 0 } , { $ set : { x : 1 } } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / The document should be updated on the local snapshot . <nl> assert . eq ( coll . findOne ( { _id : 0 } ) , { _id : 0 , x : 1 } ) ; <nl> <nl> / / Within the transaction , we should not see the out - of - transaction update . <nl> assert . eq ( sessionColl . findOne ( { _id : 1 } ) , { _id : 1 } ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / The document should be updated on the local snapshot . <nl> assert . eq ( coll . findOne ( { _id : 0 } ) , { _id : 0 , x : 2 } ) ; <nl> <nl> / / Update it one more time . <nl> assert . commandWorked ( sessionColl . update ( { _id : 0 } , { $ inc : { x : 1 } } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / The document should be updated on the local snapshot . <nl> assert . eq ( coll . findOne ( { _id : 0 } ) , { _id : 0 , x : 3 } ) ; <nl> mmm a / jstests / replsets / transaction_table_multi_statement_txn . js <nl> ppp b / jstests / replsets / transaction_table_multi_statement_txn . js <nl> <nl> session . startTransaction ( ) ; <nl> assert . writeOK ( coll . insert ( { _id : 0 } ) ) ; <nl> assert . writeOK ( coll . insert ( { _id : 1 } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> const opTime = session . getOperationTime ( ) ; <nl> const txnNum = session . getTxnNumber_forTesting ( ) ; <nl> jsTestLog ( ' Successfully committed transaction at operation time ' + tojson ( opTime ) + <nl> mmm a / jstests / replsets / transactions_after_rollback_via_refetch . js <nl> ppp b / jstests / replsets / transactions_after_rollback_via_refetch . js <nl> <nl> / / Make sure we read the updated data correctly . <nl> assert . docEq ( sessionColl . find ( ) . sort ( { _id : 1 } ) . toArray ( ) , <nl> [ { _id : 0 , syncSource : 0 , inTxn : 1 } , { _id : 2 } ] ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Make sure data is visible after commit . <nl> assert . docEq ( sessionColl . find ( ) . sort ( { _id : 1 } ) . toArray ( ) , <nl> <nl> session . startTransaction ( ) ; <nl> assert . docEq ( sessionColl . find ( ) . sort ( { _id : 1 } ) . toArray ( ) , [ { _id : 0 } ] ) ; <nl> assert . commandWorked ( sessionColl . update ( { _id : 0 } , { $ set : { inTxn : 1 } } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Make sure data is visible after commit . <nl> assert . docEq ( sessionColl . find ( ) . sort ( { _id : 1 } ) . toArray ( ) , [ { _id : 0 , inTxn : 1 } ] ) ; <nl> mmm a / jstests / replsets / transactions_only_allowed_on_primaries . js <nl> ppp b / jstests / replsets / transactions_only_allowed_on_primaries . js <nl> <nl> primarySession . startTransaction ( ) ; <nl> assert . commandWorked ( <nl> primarySessionDb . runCommand ( { find : collName , $ readPreference : { mode : " primary " } } ) ) ; <nl> - primarySession . commitTransaction ( ) ; <nl> + assert . commandWorked ( primarySession . commitTransaction_forTesting ( ) ) ; <nl> <nl> primarySession . startTransaction ( ) ; <nl> assert . commandWorked ( <nl> primarySessionDb . runCommand ( { find : collName , $ readPreference : { mode : " primaryPreferred " } } ) ) ; <nl> - primarySession . commitTransaction ( ) ; <nl> + assert . commandWorked ( primarySession . commitTransaction_forTesting ( ) ) ; <nl> <nl> primarySession . startTransaction ( ) ; <nl> assert . commandWorked ( primarySessionDb . runCommand ( <nl> { find : collName , $ readPreference : { mode : " secondaryPreferred " } } ) ) ; <nl> - primarySession . commitTransaction ( ) ; <nl> + assert . commandWorked ( primarySession . commitTransaction_forTesting ( ) ) ; <nl> <nl> primarySession . startTransaction ( ) ; <nl> assert . commandWorked ( <nl> primarySessionDb . runCommand ( { find : collName , $ readPreference : { mode : " nearest " } } ) ) ; <nl> - primarySession . commitTransaction ( ) ; <nl> + assert . commandWorked ( primarySession . commitTransaction_forTesting ( ) ) ; <nl> <nl> primarySession . endSession ( ) ; <nl> <nl> mmm a / jstests / sharding / change_stream_transaction_sharded . js <nl> ppp b / jstests / sharding / change_stream_transaction_sharded . js <nl> <nl> <nl> / / Commit first transaction and confirm that the change stream sees the changes expected <nl> / / from each shard . <nl> - session1 . commitTransaction ( ) ; <nl> + assert . commandWorked ( session1 . commitTransaction_forTesting ( ) ) ; <nl> assertWritesVisibleWithCapture ( changeStreamCursor , <nl> [ <nl> { operationType : " insert " , _id : " no - txn - doc - 3 " } , <nl> mmm a / jstests / sharding / single_shard_transaction_with_arbiter . js <nl> ppp b / jstests / sharding / single_shard_transaction_with_arbiter . js <nl> <nl> / / Start a transaction and verify that it succeeds . <nl> session . startTransaction ( ) ; <nl> assert . commandWorked ( sessionColl . insert ( { _id : 0 } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . eq ( { _id : 0 } , sessionColl . findOne ( { _id : 0 } ) ) ; <nl> <nl> mmm a / jstests / sharding / single_shard_transaction_without_majority_reads_lagged . js <nl> ppp b / jstests / sharding / single_shard_transaction_without_majority_reads_lagged . js <nl> <nl> session . startTransaction ( ) ; <nl> assert . commandWorked ( sessionColl . update ( { _id : 1 } , { $ inc : { x : 1 } } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Confirm that the results of the transaction are based on what the primary ' s data was when we <nl> / / started the transaction . <nl> mmm a / jstests / sharding / snapshot_cursor_commands_mongos . js <nl> ppp b / jstests / sharding / snapshot_cursor_commands_mongos . js <nl> <nl> assert ( res . cursor . hasOwnProperty ( " nextBatch " ) ) ; <nl> assert . eq ( 4 , res . cursor . nextBatch . length ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Perform a second snapshot read under a new transaction . <nl> session . startTransaction ( { writeConcern : { w : " majority " } } ) ; <nl> <nl> / / Remove the 11th document to preserve the collection for the next command . <nl> assert . writeOK ( mainDb [ collName ] . remove ( { _id : 10 } , { writeConcern : { w : " majority " } } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> session . endSession ( ) ; <nl> } <nl> <nl> mmm a / jstests / sharding / transactions_causal_consistency . js <nl> ppp b / jstests / sharding / transactions_causal_consistency . js <nl> <nl> " sharded transaction with read concern " + tojson ( readConcern ) + <nl> " did not see expected document " ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Clean up for the next iteration . <nl> assert . commandWorked ( <nl> mmm a / jstests / sharding / transactions_multi_writes . js <nl> ppp b / jstests / sharding / transactions_multi_writes . js <nl> <nl> ] ) ; <nl> <nl> / / Commit the transaction and verify the write was successful . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> if ( isUpdate ) { <nl> assert . sameMembers ( st . getDB ( dbName ) [ collName ] . find ( ) . toArray ( ) , <nl> [ <nl> mmm a / jstests / sharding / transactions_read_concerns . js <nl> ppp b / jstests / sharding / transactions_read_concerns . js <nl> <nl> " did not see expected number of documents , sessionOptions : " + <nl> tojson ( sessionOptions ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Clean up for the next iteration . <nl> assert . writeOK ( sessionDB [ collName ] . remove ( { _id : 5 } ) ) ; <nl> mmm a / jstests / sharding / transactions_snapshot_errors_first_statement . js <nl> ppp b / jstests / sharding / transactions_snapshot_errors_first_statement . js <nl> <nl> session . startTransaction ( { readConcern : { level : " snapshot " } } ) ; <nl> assert . commandWorked ( sessionDB . runCommand ( commandBody ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> unsetFailCommandOnEachShard ( st , numShardsToError ) ; <nl> <nl> <nl> session . startTransaction ( { readConcern : { level : " snapshot " } } ) ; <nl> assert . commandWorked ( sessionDB . runCommand ( commandBody ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> unsetFailCommandOnEachShard ( st , numShardsToError ) ; <nl> <nl> mmm a / jstests / sharding / transactions_stale_database_version_errors . js <nl> ppp b / jstests / sharding / transactions_stale_database_version_errors . js <nl> <nl> / / No database versioned requests have been sent to Shard0 , so it is stale . <nl> assert . commandWorked ( sessionDB . runCommand ( { distinct : collName , key : " _id " , query : { _id : 0 } } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / <nl> / / Stale database version on second command to a shard should fail . <nl> <nl> assert . commandWorked ( <nl> sessionOtherDB . runCommand ( { distinct : otherCollName , key : " _id " , query : { _id : 0 } } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / <nl> / / The final StaleDbVersion error should be returned if the router exhausts its retries . <nl> mmm a / jstests / sharding / transactions_stale_shard_version_errors . js <nl> ppp b / jstests / sharding / transactions_stale_shard_version_errors . js <nl> <nl> / / Targets Shard1 , which is stale . <nl> assert . commandWorked ( sessionDB . runCommand ( { find : collName , filter : { _id : 5 } } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / <nl> / / Stale shard version on second command to a shard should fail . <nl> <nl> / / Targets Shard0 for the other ns , which is stale . <nl> assert . commandWorked ( sessionDB . runCommand ( { find : otherCollName , filter : { _id : 5 } } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / <nl> / / Stale mongos aborts on old shard . <nl> <nl> / / stale but should succeed . <nl> assert . commandWorked ( sessionDB . runCommand ( { find : collName , filter : { _id : 5 } } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Verify there is no in - progress transaction on Shard1 . <nl> res = assert . commandFailedWithCode ( st . rs1 . getPrimary ( ) . getDB ( dbName ) . runCommand ( { <nl> <nl> / / Targets all shards , two of which are stale . <nl> assert . commandWorked ( sessionDB . runCommand ( { find : collName } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / <nl> / / Can retry a stale write on the first statement . <nl> <nl> / / Targets Shard1 , which is stale . <nl> assert . commandWorked ( sessionDB . runCommand ( { insert : collName , documents : [ { _id : 6 } ] } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / <nl> / / Cannot retry a stale write past the first statement . <nl> mmm a / jstests / sharding / transactions_target_at_point_in_time . js <nl> ppp b / jstests / sharding / transactions_target_at_point_in_time . js <nl> <nl> 1 , <nl> " expected to find document in second chunk , cmd : " + cmdName ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Move the chunk back to Shard1 for the next iteration . <nl> assert . commandWorked ( <nl> mmm a / jstests / sharding / transactions_view_resolution . js <nl> ppp b / jstests / sharding / transactions_view_resolution . js <nl> <nl> function readFromViewOnFirstParticipantStatement ( session , view , viewFunc , numDocsExpected ) { <nl> session . startTransaction ( ) ; <nl> assert . eq ( viewFunc ( view ) , numDocsExpected ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> } <nl> <nl> / / Unsharded view . <nl> <nl> session . startTransaction ( ) ; <nl> assert . eq ( view . aggregate ( { $ match : { } } ) . itcount ( ) , numDocsExpected ) ; <nl> assert . eq ( viewFunc ( view ) , numDocsExpected ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> } <nl> <nl> / / Unsharded view . <nl> <nl> assert . eq ( view . aggregate ( { $ match : { _id : - 1 } } ) . itcount ( ) , 1 ) ; <nl> / / Targets the primary first , but the resolved retry only targets Shard1 . <nl> assert . eq ( viewFunc ( view ) , numDocsExpected ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> } <nl> <nl> / / This is only possible against sharded views . <nl> <nl> session . startTransaction ( ) ; <nl> const resArray = coll . aggregate ( pipeline ) . toArray ( ) ; <nl> assert ( arrayEq ( resArray , expected ) , tojson ( { got : resArray , expected : expected } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> } <nl> <nl> / / Set up an unsharded collection to use for $ lookup . We cannot lookup into sharded collections . <nl> mmm a / jstests / sharding / txn_agg . js <nl> ppp b / jstests / sharding / txn_agg . js <nl> <nl> sessionColl <nl> . aggregate ( [ { $ _internalSplitPipeline : { mergeType : " primaryShard " } } , { $ sort : { _id : 1 } } ] ) <nl> . toArray ( ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> / / Move all of the data to shard 1 . <nl> assert . commandWorked ( <nl> <nl> / / chunks for the collection . <nl> session . startTransaction ( ) ; <nl> assert . eq ( [ { _id : - 1 } , { _id : 0 } , { _id : 1 } ] , sessionColl . aggregate ( pipeline ) . toArray ( ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> st . stop ( ) ; <nl> } ) ( ) ; <nl> mmm a / jstests / sharding / txn_being_applied_to_secondary_cannot_be_killed . js <nl> ppp b / jstests / sharding / txn_being_applied_to_secondary_cannot_be_killed . js <nl> <nl> } ) ) ; <nl> <nl> / / Commit the transaction , which will execute two - phase commit . <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> jsTest . log ( " Verify that the transaction was committed on all shards . " ) ; <nl> / / Use assert . soon ( ) , because although coordinateCommitTransaction currently blocks <nl> mmm a / jstests / sharding / txn_writes_during_movechunk . js <nl> ppp b / jstests / sharding / txn_writes_during_movechunk . js <nl> load ( ' . / jstests / libs / chunk_manipulation_util . js ' ) ; <nl> assert . eq ( { _id : ' updateMe ' } , recipientColl . findOne ( { _id : ' updateMe ' } ) ) ; <nl> assert . eq ( { _id : ' deleteMe ' } , recipientColl . findOne ( { _id : ' deleteMe ' } ) ) ; <nl> <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> unpauseMoveChunkAtStep ( st . shard0 , moveChunkStepNames . reachedSteadyState ) ; <nl> joinMoveChunk ( ) ; <nl> mmm a / jstests / sharding / update_compound_shard_key . js <nl> ppp b / jstests / sharding / update_compound_shard_key . js <nl> <nl> / / The above upsert works with transactions . <nl> session . startTransaction ( ) ; <nl> assertUpdateWorkedWithNoMatchingDoc ( { x : 4 , y : 0 , z : 0 } , updateDoc , true , true ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( 1 , st . s . getDB ( kDbName ) . coll . find ( updateDoc ) . itcount ( ) ) ; <nl> <nl> / / Full shard key not specified in query . <nl> <nl> / / The above upsert works with transactions . <nl> session . startTransaction ( ) ; <nl> assertUpdateWorkedWithNoMatchingDoc ( { x : 4 , y : 0 , z : 0 , opStyle : true } , update , true , true ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( 1 , st . s . getDB ( kDbName ) . coll . find ( update [ " $ set " ] ) . itcount ( ) ) ; <nl> <nl> / / Full shard key not specified in query . <nl> <nl> } <nl> } ] , <nl> true ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> assert . eq ( <nl> 1 , st . s . getDB ( kDbName ) . coll . find ( { x : 2111 , y : 55 , z : 3 , pipelineUpdate : true } ) . itcount ( ) ) ; <nl> <nl> mmm a / jstests / sharding / update_shard_key_doc_on_same_shard . js <nl> ppp b / jstests / sharding / update_shard_key_doc_on_same_shard . js <nl> <nl> assert . commandWorked ( sessionDB . foo . update ( { " x " : 500 } , { " $ set " : { " x " : 400 } } ) ) ; <nl> assert . commandWorked ( sessionDB . foo . update ( { " x " : 400 } , { " x " : 600 , " _id " : id } ) ) ; <nl> assert . commandWorked ( sessionDB . foo . update ( { " x " : 4 } , { " $ set " : { " x " : 30 } } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . eq ( 0 , mongos . getDB ( kDbName ) . foo . find ( { " x " : 500 } ) . itcount ( ) ) ; <nl> assert . eq ( 0 , mongos . getDB ( kDbName ) . foo . find ( { " x " : 400 } ) . itcount ( ) ) ; <nl> <nl> assert . commandWorked ( sessionDB . foo . update ( { " x " : 500 } , { " $ inc " : { " a " : 1 } } ) ) ; <nl> assert . commandWorked ( sessionDB . foo . update ( { " x " : 500 } , { " $ set " : { " x " : 400 } } ) ) ; <nl> assert . commandWorked ( sessionDB . foo . update ( { " x " : 500 } , { " $ inc " : { " a " : 1 } } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . eq ( 0 , mongos . getDB ( kDbName ) . foo . find ( { " x " : 500 } ) . itcount ( ) ) ; <nl> assert . eq ( 1 , mongos . getDB ( kDbName ) . foo . find ( { " x " : 400 } ) . itcount ( ) ) ; <nl> <nl> session . startTransaction ( ) ; <nl> sessionDB . foo . findAndModify ( { query : { " x " : 500 } , update : { $ set : { " x " : 600 } } } ) ; <nl> assert . commandWorked ( sessionDB . foo . update ( { " x " : 600 } , { " $ inc " : { " a " : 1 } } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . eq ( 0 , mongos . getDB ( kDbName ) . foo . find ( { " x " : 500 } ) . itcount ( ) ) ; <nl> assert . eq ( 1 , mongos . getDB ( kDbName ) . foo . find ( { " x " : 600 } ) . itcount ( ) ) ; <nl> <nl> session . startTransaction ( ) ; <nl> sessionDB . foo . findAndModify ( { query : { " x " : 4 } , update : { $ set : { " x " : 20 } } } ) ; <nl> assert . commandWorked ( sessionDB . foo . update ( { " x " : 20 } , { $ set : { " x " : 1 } } ) ) ; <nl> - session . commitTransaction ( ) ; <nl> + assert . commandWorked ( session . commitTransaction_forTesting ( ) ) ; <nl> <nl> assert . eq ( 0 , mongos . getDB ( kDbName ) . foo . find ( { " x " : 4 } ) . itcount ( ) ) ; <nl> assert . eq ( 0 , mongos . getDB ( kDbName ) . foo . find ( { " x " : 20 } ) . itcount ( ) ) ; <nl> | SERVER - 40386 : replace commitTransaction ( ) used in jstests with commitTransaction_forTesting ( ) | mongodb/mongo | 603d97f23ff6836be5e325bf233524d977ea9d6d | 2019-06-04T15:06:39Z |
mmm a / src / inspector / v8 - string - conversions . cc <nl> ppp b / src / inspector / v8 - string - conversions . cc <nl> <nl> <nl> # include " src / inspector / v8 - string - conversions . h " <nl> <nl> + # include < limits > <nl> # include < vector > <nl> # include " src / base / logging . h " <nl> # include " src / base / v8 - fallthrough . h " <nl> | PPC : Adding missing header to fix build | v8/v8 | 72a11c12dd56a2e205567c364c2a1ccbe2328dbd | 2019-05-09T19:12:08Z |
mmm a / Examples / SequenceToSequence / CMUDict / Python / Sequence2Sequence . py <nl> ppp b / Examples / SequenceToSequence / CMUDict / Python / Sequence2Sequence . py <nl> def create_model ( ) : <nl> # with default_options ( enable_self_stabilization = True ) : <nl> with default_options ( enable_self_stabilization = False ) : <nl> @ Function <nl> - def decoder ( history , h0 , c0 ) : <nl> + def decoder ( history , input ) : <nl> + encoder_output = encoder ( input ) <nl> r = history <nl> r = Stabilizer ( ) ( r ) <nl> for i in range ( num_layers ) : <nl> - r = RecurrenceFrom ( LSTM ( hidden_dim ) ) ( r , h0 , c0 ) # : : r , h0 , c0 - > h <nl> + r = RecurrenceFrom ( LSTM ( hidden_dim ) ) ( r , * encoder_output . outputs ) # : : r , h0 , c0 - > h <nl> r = Stabilizer ( ) ( r ) <nl> r = Dense ( label_vocab_dim ) ( r ) <nl> return r <nl> def model_train ( input , raw_labels ) : # ( input_sequence , decoder_history_sequence ) <nl> # label sequence is only used in training as the history - - > move this out to trainer function <nl> <nl> # Connect encoder and decoder <nl> - encoder_output = encoder ( input ) <nl> <nl> # The input to the decoder always starts with the special label sequence start token . <nl> # Then , use the previous value of the label sequence ( for training ) or the output ( for execution ) . <nl> decoder_input = delayed_value ( embed ( label_sequence ) , initial_state = embed ( sentence_start ) , dynamic_axes_like = label_sequence ) <nl> - z = decoder ( decoder_input , * encoder_output . outputs ) <nl> + z = decoder ( decoder_input , input ) <nl> return z <nl> # OLD CODE which I may still need later : <nl> # Parameters to the decoder stack depend on the model type ( use attention or not ) <nl> def model_greedy ( input ) : # ( input_sequence , decoder_history_sequence ) - - > ( word_ <nl> # label sequence is only used in training as the history - - > move this out to trainer function <nl> <nl> # Connect encoder and decoder <nl> - encoder_output = encoder ( input ) <nl> + # encoder_output = encoder ( input ) <nl> <nl> # During training we use the ground truth as input to the decoder . During model execution , <nl> # we need to redirect the output of the network back in as the input to the decoder . We do this by <nl> def model_greedy ( input ) : # ( input_sequence , decoder_history_sequence ) - - > ( word_ <nl> decoder_history_hook = Placeholder ( ) <nl> <nl> decoder_input = delayed_value ( embed ( decoder_history_hook ) , initial_state = embed ( sentence_start ) , dynamic_axes_like = out_axis ) <nl> - z = decoder ( decoder_input , * encoder_output . outputs ) <nl> + z = decoder ( decoder_input , input ) # * encoder_output . outputs ) <nl> <nl> z . replace_placeholders ( { decoder_history_hook : hardmax ( z ) . output } ) <nl> <nl> | moved s2s encoder into the decoder step function | microsoft/CNTK | dbb41e75c132bdf94b4676b8c979888a9d382157 | 2017-01-16T17:34:13Z |
mmm a / src / interactivity / win32 / windowUiaProvider . cpp <nl> ppp b / src / interactivity / win32 / windowUiaProvider . cpp <nl> IFACEMETHODIMP WindowUiaProvider : : Navigate ( _In_ NavigateDirection direction , _CO <nl> <nl> if ( direction = = NavigateDirection_FirstChild | | direction = = NavigateDirection_LastChild ) <nl> { <nl> - * ppProvider = _pScreenInfoProvider . Get ( ) ; <nl> + <nl> + RETURN_IF_FAILED ( _pScreenInfoProvider . CopyTo ( ppProvider ) ) ; <nl> <nl> / / signal that the focus changed <nl> LOG_IF_FAILED ( _pScreenInfoProvider - > Signal ( UIA_AutomationFocusChangedEventId ) ) ; <nl> IFACEMETHODIMP WindowUiaProvider : : ElementProviderFromPoint ( _In_ double / * x * / , <nl> { <nl> RETURN_IF_FAILED ( _EnsureValidHwnd ( ) ) ; <nl> <nl> - * ppProvider = _pScreenInfoProvider . Get ( ) ; <nl> + RETURN_IF_FAILED ( _pScreenInfoProvider . CopyTo ( ppProvider ) ) ; <nl> <nl> return S_OK ; <nl> } <nl> | Merged PR 4177605 : [ Git2Git ] Merged PR 4177564 : Use CopyTo when returning WindowUiaProvider child to ensure proper ref count | microsoft/terminal | e9827f388407998659db54125c0970f7b9cab796 | 2020-01-08T23:55:08Z |
mmm a / test / functional / mempool_persist . py <nl> ppp b / test / functional / mempool_persist . py <nl> def run_test ( self ) : <nl> <nl> self . log . debug ( " Stop - start the nodes . Verify that node0 has the transactions in its mempool and node1 does not . Verify that node2 calculates its balance correctly after loading wallet transactions . " ) <nl> self . stop_nodes ( ) <nl> - self . start_node ( 1 ) # Give this one a head - start , so we can be " extra - sure " that it didn ' t load anything later <nl> + # Give this node a head - start , so we can be " extra - sure " that it didn ' t load anything later <nl> + # Also don ' t store the mempool , to keep the datadir clean <nl> + self . start_node ( 1 , extra_args = [ " - persistmempool = 0 " ] ) <nl> self . start_node ( 0 ) <nl> self . start_node ( 2 ) <nl> # Give bitcoind a second to reload the mempool <nl> mmm a / test / functional / test_framework / netutil . py <nl> ppp b / test / functional / test_framework / netutil . py <nl> <nl> <nl> import sys <nl> import socket <nl> - import fcntl <nl> import struct <nl> import array <nl> import os <nl> def all_interfaces ( ) : <nl> ' ' ' <nl> Return all interfaces that are up <nl> ' ' ' <nl> + import fcntl # Linux only , so only import when required <nl> + <nl> is_64bits = sys . maxsize > 2 * * 32 <nl> struct_size = 40 if is_64bits else 32 <nl> s = socket . socket ( socket . AF_INET , socket . SOCK_DGRAM ) <nl> mmm a / test / functional / wallet_dump . py <nl> ppp b / test / functional / wallet_dump . py <nl> <nl> import os <nl> <nl> from test_framework . test_framework import BitcoinTestFramework <nl> - from test_framework . util import ( assert_equal , assert_raises_rpc_error ) <nl> + from test_framework . util import ( <nl> + assert_equal , <nl> + assert_raises_rpc_error , <nl> + ) <nl> <nl> <nl> def read_dump ( file_name , addrs , script_addrs , hd_master_addr_old ) : <nl> def setup_network ( self , split = False ) : <nl> self . start_nodes ( ) <nl> <nl> def run_test ( self ) : <nl> - tmpdir = self . options . tmpdir <nl> + wallet_unenc_dump = os . path . join ( self . nodes [ 0 ] . datadir , " wallet . unencrypted . dump " ) <nl> + wallet_enc_dump = os . path . join ( self . nodes [ 0 ] . datadir , " wallet . encrypted . dump " ) <nl> <nl> # generate 20 addresses to compare against the dump <nl> # but since we add a p2sh - p2wpkh address for the first pubkey in the <nl> def run_test ( self ) : <nl> script_addrs = [ witness_addr , multisig_addr ] <nl> <nl> # dump unencrypted wallet <nl> - result = self . nodes [ 0 ] . dumpwallet ( tmpdir + " / node0 / wallet . unencrypted . dump " ) <nl> - assert_equal ( result [ ' filename ' ] , os . path . abspath ( tmpdir + " / node0 / wallet . unencrypted . dump " ) ) <nl> + result = self . nodes [ 0 ] . dumpwallet ( wallet_unenc_dump ) <nl> + assert_equal ( result [ ' filename ' ] , wallet_unenc_dump ) <nl> <nl> found_addr , found_script_addr , found_addr_chg , found_addr_rsv , hd_master_addr_unenc , witness_addr_ret = \ <nl> - read_dump ( tmpdir + " / node0 / wallet . unencrypted . dump " , addrs , script_addrs , None ) <nl> + read_dump ( wallet_unenc_dump , addrs , script_addrs , None ) <nl> assert_equal ( found_addr , test_addr_count ) # all keys must be in the dump <nl> assert_equal ( found_script_addr , 2 ) # all scripts must be in the dump <nl> assert_equal ( found_addr_chg , 50 ) # 50 blocks where mined <nl> def run_test ( self ) : <nl> self . nodes [ 0 ] . walletpassphrase ( ' test ' , 10 ) <nl> # Should be a no - op : <nl> self . nodes [ 0 ] . keypoolrefill ( ) <nl> - self . nodes [ 0 ] . dumpwallet ( tmpdir + " / node0 / wallet . encrypted . dump " ) <nl> + self . nodes [ 0 ] . dumpwallet ( wallet_enc_dump ) <nl> <nl> found_addr , found_script_addr , found_addr_chg , found_addr_rsv , _ , witness_addr_ret = \ <nl> - read_dump ( tmpdir + " / node0 / wallet . encrypted . dump " , addrs , script_addrs , hd_master_addr_unenc ) <nl> + read_dump ( wallet_enc_dump , addrs , script_addrs , hd_master_addr_unenc ) <nl> assert_equal ( found_addr , test_addr_count ) <nl> assert_equal ( found_script_addr , 2 ) <nl> assert_equal ( found_addr_chg , 90 * 2 + 50 ) # old reserve keys are marked as change now <nl> def run_test ( self ) : <nl> assert_equal ( witness_addr_ret , witness_addr ) <nl> <nl> # Overwriting should fail <nl> - assert_raises_rpc_error ( - 8 , " already exists " , self . nodes [ 0 ] . dumpwallet , tmpdir + " / node0 / wallet . unencrypted . dump " ) <nl> + assert_raises_rpc_error ( - 8 , " already exists " , lambda : self . nodes [ 0 ] . dumpwallet ( wallet_enc_dump ) ) <nl> <nl> # Restart node with new wallet , and test importwallet <nl> self . stop_node ( 0 ) <nl> def run_test ( self ) : <nl> result = self . nodes [ 0 ] . getaddressinfo ( multisig_addr ) <nl> assert ( result [ ' ismine ' ] = = False ) <nl> <nl> - self . nodes [ 0 ] . importwallet ( os . path . abspath ( tmpdir + " / node0 / wallet . unencrypted . dump " ) ) <nl> + self . nodes [ 0 ] . importwallet ( wallet_unenc_dump ) <nl> <nl> # Now check IsMine is true <nl> result = self . nodes [ 0 ] . getaddressinfo ( multisig_addr ) <nl> assert ( result [ ' ismine ' ] = = True ) <nl> <nl> if __name__ = = ' __main__ ' : <nl> - WalletDumpTest ( ) . main ( ) <nl> + WalletDumpTest ( ) . main ( ) <nl> | Merge : qa : Fix some tests to work on native windows | bitcoin/bitcoin | 791c3ea61b4e49fd46a1a71b84ca99ddf69d2ff7 | 2018-03-07T15:30:04Z |
new file mode 100644 <nl> index 00000000000 . . f5a9d9d6df5 <nl> mmm / dev / null <nl> ppp b / src / mock / dummy_protocol_parser . cc <nl> <nl> + # include " errors . hpp " <nl> + # include < boost / tokenizer . hpp > <nl> + <nl> + # include " mock / dummy_protocol_parser . hpp " <nl> + <nl> + namespace mock { <nl> + http_access_t : : http_access_t ( namespace_interface_t < dummy_protocol_t > * _namespace_if , <nl> + int _port ) <nl> + : http_server_t ( _port ) , namespace_if ( _namespace_if ) <nl> + { } <nl> + <nl> + http_res_t http_access_t : : handle ( const http_req_t & req ) { <nl> + typedef boost : : tokenizer < boost : : char_separator < char > > tokenizer ; <nl> + typedef tokenizer : : iterator tok_iterator ; <nl> + <nl> + switch ( req . method ) { <nl> + case GET : <nl> + { <nl> + dummy_protocol_t : : read_t read ; <nl> + <nl> + / / setup a tokenizer <nl> + boost : : char_separator < char > sep ( " / " ) ; <nl> + tokenizer tokens ( req . resource , sep ) ; <nl> + tok_iterator it = tokens . begin ( ) ; <nl> + rassert ( it ! = tokens . end ( ) ) ; <nl> + <nl> + read . keys . keys . insert ( * it ) ; <nl> + cond_t cond ; <nl> + dummy_protocol_t : : read_response_t read_res = namespace_if - > read ( read , order_source . check_in ( " dummy parser " ) , & cond ) ; <nl> + <nl> + http_res_t res ; <nl> + if ( read_res . values . find ( * it ) ! = read_res . values . end ( ) ) { <nl> + res . code = 200 ; <nl> + res . set_body ( " application / text " , read_res . values [ * it ] ) ; <nl> + } else { <nl> + res . code = 404 ; <nl> + } <nl> + return res ; <nl> + } <nl> + break ; <nl> + case PUT : <nl> + case POST : <nl> + { <nl> + dummy_protocol_t : : write_t write ; <nl> + <nl> + / / setup a tokenizer <nl> + boost : : char_separator < char > sep ( " / " ) ; <nl> + tokenizer tokens ( req . resource , sep ) ; <nl> + tok_iterator it = tokens . begin ( ) ; <nl> + rassert ( it ! = tokens . end ( ) ) ; <nl> + <nl> + write . values . insert ( std : : make_pair ( * it , req . body ) ) ; <nl> + cond_t cond ; <nl> + dummy_protocol_t : : write_response_t write_res = namespace_if - > write ( write , order_source . check_in ( " dummy parser " ) , & cond ) ; <nl> + <nl> + return http_res_t ( 204 ) ; <nl> + } <nl> + break ; <nl> + case HEAD : <nl> + case DELETE : <nl> + case TRACE : <nl> + case OPTIONS : <nl> + case CONNECT : <nl> + case PATCH : <nl> + default : <nl> + crash ( " Not implemented \ n " ) ; <nl> + break ; <nl> + } <nl> + crash ( " Unreachable \ n " ) ; <nl> + } <nl> + } / / namespace mock <nl> new file mode 100644 <nl> index 00000000000 . . e12a919fb27 <nl> mmm / dev / null <nl> ppp b / src / mock / dummy_protocol_parser . hpp <nl> <nl> + # ifndef __MOCK_DUMMY_PROTOCOL_PARSER_HPP__ <nl> + # define __MOCK_DUMMY_PROTOCOL_PARSER_HPP__ <nl> + <nl> + # include " http / http . hpp " <nl> + # include " mock / dummy_protocol . hpp " <nl> + # include " protocol_api . hpp " <nl> + <nl> + namespace mock { <nl> + <nl> + class http_access_t : public http_server_t { <nl> + public : <nl> + http_access_t ( namespace_interface_t < dummy_protocol_t > * , <nl> + int ) ; <nl> + http_res_t handle ( const http_req_t & ) ; <nl> + <nl> + private : <nl> + namespace_interface_t < dummy_protocol_t > * namespace_if ; <nl> + order_source_t order_source ; <nl> + } ; <nl> + <nl> + } / / namespace mock <nl> + <nl> + # endif <nl> | Adds a parser for the dummy protocol . | rethinkdb/rethinkdb | 88b4b9f93fc6c03d054ca95e3fedc3a77db2b128 | 2012-03-01T23:53:38Z |
mmm a / src / dbg / simplescript . cpp <nl> ppp b / src / dbg / simplescript . cpp <nl> static bool scriptcreatelinemap ( const char * filename ) <nl> { <nl> memset ( & entry , 0 , sizeof ( entry ) ) ; <nl> int add = 0 ; <nl> - while ( temp [ add ] = = ' ' ) <nl> + while ( isspace ( temp [ add ] ) ) <nl> add + + ; <nl> strcpy_s ( entry . raw , temp + add ) ; <nl> * temp = 0 ; <nl> static bool scriptcreatelinemap ( const char * filename ) <nl> { <nl> memset ( & entry , 0 , sizeof ( entry ) ) ; <nl> int add = 0 ; <nl> - while ( temp [ add ] = = ' ' ) <nl> + while ( isspace ( temp [ add ] ) ) <nl> add + + ; <nl> strcpy_s ( entry . raw , temp + add ) ; <nl> * temp = 0 ; <nl> static bool scriptcreatelinemap ( const char * filename ) <nl> { <nl> memset ( & entry , 0 , sizeof ( entry ) ) ; <nl> int add = 0 ; <nl> - while ( temp [ add ] = = ' ' ) <nl> + while ( isspace ( temp [ add ] ) ) <nl> add + + ; <nl> strcpy_s ( entry . raw , temp + add ) ; <nl> * temp = 0 ; <nl> | DBG : remove leading whitespace when loading script to correctly handle tabs | x64dbg/x64dbg | b23c0dfe375391cba8c2340f3fa48d402ec4de0d | 2019-11-12T22:55:56Z |
mmm a / tensorflow / go / op / wrappers . go <nl> ppp b / tensorflow / go / op / wrappers . go <nl> func SampleDistortedBoundingBoxMinObjectCovered ( value float32 ) SampleDistortedBo <nl> / / <nl> / / value : The cropped area of the image must have an aspect ratio = <nl> / / width / height within this range . <nl> - / / If not specified , defaults to { f : 0 . 75 f : 1 . 33 } <nl> + / / If not specified , defaults to { f : 0 . 75 f : 1 . 33 } <nl> func SampleDistortedBoundingBoxAspectRatioRange ( value [ ] float32 ) SampleDistortedBoundingBoxAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " aspect_ratio_range " ] = value <nl> func SampleDistortedBoundingBoxAspectRatioRange ( value [ ] float32 ) SampleDistorted <nl> / / <nl> / / value : The cropped area of the image must contain a fraction of the <nl> / / supplied image within this range . <nl> - / / If not specified , defaults to { f : 0 . 05 f : 1 } <nl> + / / If not specified , defaults to { f : 0 . 05 f : 1 } <nl> func SampleDistortedBoundingBoxAreaRange ( value [ ] float32 ) SampleDistortedBoundingBoxAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " area_range " ] = value <nl> func SampleDistortedBoundingBoxV2Seed2 ( value int64 ) SampleDistortedBoundingBoxV2 <nl> / / <nl> / / value : The cropped area of the image must have an aspect ratio = <nl> / / width / height within this range . <nl> - / / If not specified , defaults to { f : 0 . 75 f : 1 . 33 } <nl> + / / If not specified , defaults to { f : 0 . 75 f : 1 . 33 } <nl> func SampleDistortedBoundingBoxV2AspectRatioRange ( value [ ] float32 ) SampleDistortedBoundingBoxV2Attr { <nl> return func ( m optionalAttr ) { <nl> m [ " aspect_ratio_range " ] = value <nl> func SampleDistortedBoundingBoxV2AspectRatioRange ( value [ ] float32 ) SampleDistort <nl> / / <nl> / / value : The cropped area of the image must contain a fraction of the <nl> / / supplied image within this range . <nl> - / / If not specified , defaults to { f : 0 . 05 f : 1 } <nl> + / / If not specified , defaults to { f : 0 . 05 f : 1 } <nl> func SampleDistortedBoundingBoxV2AreaRange ( value [ ] float32 ) SampleDistortedBoundingBoxV2Attr { <nl> return func ( m optionalAttr ) { <nl> m [ " area_range " ] = value <nl> func ImageSummaryMaxImages ( value int64 ) ImageSummaryAttr { <nl> / / ImageSummaryBadColor sets the optional bad_color attribute to value . <nl> / / <nl> / / value : Color to use for pixels with non - finite values . <nl> - / / If not specified , defaults to { dtype : DT_UINT8 tensor_shape : { dim : { size : 4 } } int_val : 255 int_val : 0 int_val : 0 int_val : 255 } <nl> + / / If not specified , defaults to { dtype : DT_UINT8 tensor_shape : { dim : { size : 4 } } int_val : 255 int_val : 0 int_val : 0 int_val : 255 } <nl> func ImageSummaryBadColor ( value tf . Tensor ) ImageSummaryAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " bad_color " ] = value <nl> func Conv3DBackpropFilterV2DataFormat ( value string ) Conv3DBackpropFilterV2Attr { <nl> / / filter element on that dimension . The dimension order is determined by the <nl> / / value of ` data_format ` , see above for details . Dilations in the batch and <nl> / / depth dimensions must be 1 . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 i : 1 } <nl> func Conv3DBackpropFilterV2Dilations ( value [ ] int64 ) Conv3DBackpropFilterV2Attr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func Conv2DBackpropInputDataFormat ( value string ) Conv2DBackpropInputAttr { <nl> / / element on that dimension . The dimension order is determined by the value of <nl> / / ` data_format ` , see above for details . Dilations in the batch and depth <nl> / / dimensions must be 1 . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func Conv2DBackpropInputDilations ( value [ ] int64 ) Conv2DBackpropInputAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func Conv2DDataFormat ( value string ) Conv2DAttr { <nl> / / filter element on that dimension . The dimension order is determined by the <nl> / / value of ` data_format ` , see above for details . Dilations in the batch and <nl> / / depth dimensions must be 1 . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func Conv2DDilations ( value [ ] int64 ) Conv2DAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeOutType ( value tf . DataTy <nl> / / QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations sets the optional dilations attribute to value . <nl> / / <nl> / / value : List of dilation values . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations ( value [ ] int64 ) QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func QuantizedDepthwiseConv2DWithBiasAndReluOutType ( value tf . DataType ) Quantized <nl> / / QuantizedDepthwiseConv2DWithBiasAndReluDilations sets the optional dilations attribute to value . <nl> / / <nl> / / value : List of dilation values . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func QuantizedDepthwiseConv2DWithBiasAndReluDilations ( value [ ] int64 ) QuantizedDepthwiseConv2DWithBiasAndReluAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func QuantizedDepthwiseConv2DWithBiasOutType ( value tf . DataType ) QuantizedDepthwi <nl> / / QuantizedDepthwiseConv2DWithBiasDilations sets the optional dilations attribute to value . <nl> / / <nl> / / value : List of dilation values . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func QuantizedDepthwiseConv2DWithBiasDilations ( value [ ] int64 ) QuantizedDepthwiseConv2DWithBiasAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func QuantizedDepthwiseConv2DOutType ( value tf . DataType ) QuantizedDepthwiseConv2D <nl> / / QuantizedDepthwiseConv2DDilations sets the optional dilations attribute to value . <nl> / / <nl> / / value : List of dilation values . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func QuantizedDepthwiseConv2DDilations ( value [ ] int64 ) QuantizedDepthwiseConv2DAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func QuantizedConv2DPerChannelOutType ( value tf . DataType ) QuantizedConv2DPerChann <nl> / / QuantizedConv2DPerChannelDilations sets the optional dilations attribute to value . <nl> / / <nl> / / value : list of dilation values . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func QuantizedConv2DPerChannelDilations ( value [ ] int64 ) QuantizedConv2DPerChannelAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func Conv3DBackpropInputV2DataFormat ( value string ) Conv3DBackpropInputV2Attr { <nl> / / filter element on that dimension . The dimension order is determined by the <nl> / / value of ` data_format ` , see above for details . Dilations in the batch and <nl> / / depth dimensions must be 1 . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 i : 1 } <nl> func Conv3DBackpropInputV2Dilations ( value [ ] int64 ) Conv3DBackpropInputV2Attr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func AvgPool3DGrad ( scope * Scope , orig_input_shape tf . Output , grad tf . Output , ksi <nl> type Conv3DBackpropFilterAttr func ( optionalAttr ) <nl> <nl> / / Conv3DBackpropFilterDilations sets the optional dilations attribute to value . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 i : 1 } <nl> func Conv3DBackpropFilterDilations ( value [ ] int64 ) Conv3DBackpropFilterAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func Conv3DDataFormat ( value string ) Conv3DAttr { <nl> / / filter element on that dimension . The dimension order is determined by the <nl> / / value of ` data_format ` , see above for details . Dilations in the batch and <nl> / / depth dimensions must be 1 . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 i : 1 } <nl> func Conv3DDilations ( value [ ] int64 ) Conv3DAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func DepthwiseConv2dNativeBackpropInputDataFormat ( value string ) DepthwiseConv2dN <nl> / / element on that dimension . The dimension order is determined by the value of <nl> / / ` data_format ` , see above for details . Dilations in the batch and depth <nl> / / dimensions must be 1 . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func DepthwiseConv2dNativeBackpropInputDilations ( value [ ] int64 ) DepthwiseConv2dNativeBackpropInputAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func QuantizedConv2DOutType ( value tf . DataType ) QuantizedConv2DAttr { <nl> / / filter element on that dimension . The dimension order is determined by the <nl> / / value of ` data_format ` , see above for details . Dilations in the batch and <nl> / / depth dimensions must be 1 . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func QuantizedConv2DDilations ( value [ ] int64 ) QuantizedConv2DAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func DepthwiseConv2dNativeBackpropFilterDataFormat ( value string ) DepthwiseConv2d <nl> / / element on that dimension . The dimension order is determined by the value of <nl> / / ` data_format ` , see above for details . Dilations in the batch and depth <nl> / / dimensions must be 1 . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func DepthwiseConv2dNativeBackpropFilterDilations ( value [ ] int64 ) DepthwiseConv2dNativeBackpropFilterAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func Conv2DBackpropFilterDataFormat ( value string ) Conv2DBackpropFilterAttr { <nl> / / element on that dimension . The dimension order is determined by the value of <nl> / / ` data_format ` , see above for details . Dilations in the batch and depth <nl> / / dimensions must be 1 . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func Conv2DBackpropFilterDilations ( value [ ] int64 ) Conv2DBackpropFilterAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func LoadTPUEmbeddingFTRLParameters ( scope * Scope , parameters tf . Output , accumula <nl> type Conv3DBackpropInputAttr func ( optionalAttr ) <nl> <nl> / / Conv3DBackpropInputDilations sets the optional dilations attribute to value . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 i : 1 } <nl> func Conv3DBackpropInputDilations ( value [ ] int64 ) Conv3DBackpropInputAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> func DepthwiseConv2dNativeDataFormat ( value string ) DepthwiseConv2dNativeAttr { <nl> / / element on that dimension . The dimension order is determined by the value of <nl> / / ` data_format ` , see above for details . Dilations in the batch and depth <nl> / / dimensions must be 1 . <nl> - / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> + / / If not specified , defaults to { i : 1 i : 1 i : 1 i : 1 } <nl> func DepthwiseConv2dNativeDilations ( value [ ] int64 ) DepthwiseConv2dNativeAttr { <nl> return func ( m optionalAttr ) { <nl> m [ " dilations " ] = value <nl> | Go : Update generated wrapper functions for TensorFlow ops . | tensorflow/tensorflow | 4b68f4152abaa60647ef8ba0f8970c0175565f2b | 2020-04-05T00:50:51Z |
mmm a / README . md <nl> ppp b / README . md <nl> if ( NOT json_POPULATED ) <nl> endif ( ) <nl> <nl> target_link_libraries ( foo PRIVATE nlohmann_json : : nlohmann_json ) <nl> + ` ` ` <nl> <nl> * * Note * * : The repository https : / / github . com / nlohmann / json download size is huge . <nl> It contains all the dataset used for the benchmarks . You might want to depend on <nl> | Merge pull request from ArthurSonzogni / develop - 2 | nlohmann/json | 2251741b5363e55935803d9898b93557e3eaa33e | 2020-05-01T12:08:59Z |
mmm a / torch / utils / tensorboard / summary . py <nl> ppp b / torch / utils / tensorboard / summary . py <nl> def audio ( tag , tensor , sample_rate = 44100 ) : <nl> print ( ' warning : audio amplitude out of range , auto clipped . ' ) <nl> tensor = tensor . clip ( - 1 , 1 ) <nl> assert ( tensor . ndim = = 1 ) , ' input tensor should be 1 dimensional . ' <nl> + tensor = ( tensor * np . iinfo ( np . int16 ) . max ) . astype ( ' < i2 ' ) <nl> <nl> - tensor_list = [ int ( 32767 . 0 * x ) for x in tensor ] <nl> import io <nl> import wave <nl> - import struct <nl> fio = io . BytesIO ( ) <nl> wave_write = wave . open ( fio , ' wb ' ) <nl> wave_write . setnchannels ( 1 ) <nl> wave_write . setsampwidth ( 2 ) <nl> wave_write . setframerate ( sample_rate ) <nl> - tensor_enc = b ' ' <nl> - for v in tensor_list : <nl> - tensor_enc + = struct . pack ( ' < h ' , v ) <nl> - <nl> - wave_write . writeframes ( tensor_enc ) <nl> + wave_write . writeframes ( tensor . data ) <nl> wave_write . close ( ) <nl> audio_string = fio . getvalue ( ) <nl> fio . close ( ) <nl> audio = Summary . Audio ( sample_rate = sample_rate , <nl> num_channels = 1 , <nl> - length_frames = len ( tensor_list ) , <nl> + length_frames = tensor . shape [ - 1 ] , <nl> encoded_audio_string = audio_string , <nl> content_type = ' audio / wav ' ) <nl> return Summary ( value = [ Summary . Value ( tag = tag , audio = audio ) ] ) <nl> | 20000x faster audio conversion for SummaryWriter ( ) | pytorch/pytorch | 6a206df891d3203ec917e8efee66457c2d974ae6 | 2020-09-28T22:44:29Z |
mmm a / third_party / py / python_configure . bzl <nl> ppp b / third_party / py / python_configure . bzl <nl> def _get_python_lib ( repository_ctx , python_bin ) : <nl> <nl> def _check_python_lib ( repository_ctx , python_lib ) : <nl> " " " Checks the python lib path . " " " <nl> - cmd = ' test - d " % s " - a - x " % s " ' % ( python_lib , python_lib ) <nl> - result = repository_ctx . execute ( [ _get_bash_bin ( repository_ctx ) , " - c " , cmd ] ) <nl> - if result . return_code = = 1 : <nl> - _fail ( " Invalid python library path : % s " % python_lib ) <nl> + return_codes = [ ] <nl> + for entry in python_lib . split ( " : " ) : <nl> + cmd = ' test - d " % s " - a - x " % s " ' % ( entry , entry ) <nl> + result = repository_ctx . execute ( [ _get_bash_bin ( repository_ctx ) , " - c " , cmd ] ) <nl> + return_codes . append ( result . return_code ) <nl> + if all ( return_codes ) : <nl> + _fail ( " Invalid python library path : % s " % python_lib ) <nl> <nl> <nl> def _check_python_bin ( repository_ctx , python_bin ) : <nl> | Fix the issue when PYTHON_LIB_PATH consists of multiple paths | tensorflow/tensorflow | daea84523e830396b1238ee554be618ee40f1082 | 2018-12-26T07:12:21Z |
mmm a / tensorflow / c / eager / BUILD <nl> ppp b / tensorflow / c / eager / BUILD <nl> tf_cuda_library ( <nl> " / / tensorflow / core : lib " , <nl> " / / tensorflow / core : lib_internal " , <nl> " / / tensorflow / core : protos_all_cc " , <nl> - # TODO ( b / 74620627 ) : move this here <nl> - " / / tensorflow / python : cpp_shape_inference_proto_cc " , <nl> ] , <nl> } ) + select ( { <nl> " / / tensorflow : with_xla_support " : [ <nl> mmm a / tensorflow / c / eager / c_api . cc <nl> ppp b / tensorflow / c / eager / c_api . cc <nl> limitations under the License . <nl> # include " tensorflow / core / platform / mutex . h " <nl> # include " tensorflow / core / platform / thread_annotations . h " <nl> # include " tensorflow / core / public / version . h " <nl> - # include " tensorflow / python / framework / cpp_shape_inference . pb . h " <nl> <nl> using tensorflow : : int64 ; <nl> using tensorflow : : string ; <nl> void TFE_ContextExportRunMetadata ( TFE_Context * ctx , TF_Buffer * buf , <nl> ctx - > context . RunMetadataProto ( ) - > Clear ( ) ; <nl> } <nl> <nl> - void TFE_GetResourceHandleShapeAndType ( TF_Graph * graph , TF_Output output , <nl> - TF_Buffer * output_proto , <nl> - TF_Status * status ) { <nl> - tensorflow : : Node * node = & output . oper - > node ; <nl> - tensorflow : : CppShapeInferenceResult : : HandleData handle_data ; <nl> - handle_data . set_is_set ( true ) ; <nl> - { <nl> - tensorflow : : mutex_lock l ( graph - > mu ) ; <nl> - tensorflow : : shape_inference : : InferenceContext * ic = <nl> - graph - > refiner . GetContext ( node ) ; <nl> - CHECK ( ic ! = nullptr ) ; <nl> - CHECK_LT ( output . index , ic - > num_outputs ( ) ) ; <nl> - const auto * shapes_and_types = <nl> - ic - > output_handle_shapes_and_types ( output . index ) ; <nl> - if ( shapes_and_types = = nullptr ) { <nl> - output_proto - > data = nullptr ; <nl> - output_proto - > length = 0 ; <nl> - output_proto - > data_deallocator = nullptr ; <nl> - return ; <nl> - } <nl> - <nl> - for ( const auto & p : * shapes_and_types ) { <nl> - auto * out_shape_and_type = handle_data . add_shape_and_type ( ) ; <nl> - ic - > ShapeHandleToProto ( p . shape , out_shape_and_type - > mutable_shape ( ) ) ; <nl> - out_shape_and_type - > set_dtype ( p . dtype ) ; <nl> - } <nl> - } <nl> - status - > status = MessageToBuffer ( handle_data , output_proto ) ; <nl> - } <nl> - <nl> - void TFE_SetResourceHandleShapeAndType ( TF_Graph * graph , TF_Output output , <nl> - const void * proto , size_t proto_len , <nl> - TF_Status * status ) { <nl> - tensorflow : : CppShapeInferenceResult : : HandleData handle_data ; <nl> - if ( ! handle_data . ParseFromArray ( proto , proto_len ) ) { <nl> - status - > status = tensorflow : : errors : : InvalidArgument ( <nl> - " Couldn ' t deserialize HandleData proto " ) ; <nl> - return ; <nl> - } <nl> - DCHECK ( handle_data . is_set ( ) ) ; <nl> - <nl> - tensorflow : : mutex_lock l ( graph - > mu ) ; <nl> - tensorflow : : shape_inference : : InferenceContext * ic = <nl> - graph - > refiner . GetContext ( & output . oper - > node ) ; <nl> - <nl> - std : : vector < tensorflow : : shape_inference : : ShapeAndType > shapes_and_types ; <nl> - for ( const auto & shape_and_type_proto : handle_data . shape_and_type ( ) ) { <nl> - tensorflow : : shape_inference : : ShapeHandle shape ; <nl> - status - > status = <nl> - ic - > MakeShapeFromShapeProto ( shape_and_type_proto . shape ( ) , & shape ) ; <nl> - if ( status - > status . ok ( ) ) return ; <nl> - shapes_and_types . emplace_back ( shape , shape_and_type_proto . dtype ( ) ) ; <nl> - } <nl> - ic - > set_output_handle_shapes_and_types ( output . index , shapes_and_types ) ; <nl> - } <nl> - <nl> namespace { <nl> TFE_Op * GetFunc ( TFE_Context * ctx , const tensorflow : : NameAttrList & func , <nl> TF_Status * status ) { <nl> mmm a / tensorflow / c / eager / c_api . h <nl> ppp b / tensorflow / c / eager / c_api . h <nl> TF_CAPI_EXPORT extern void TFE_ContextExportRunMetadata ( TFE_Context * ctx , <nl> TF_Buffer * buf , <nl> TF_Status * status ) ; <nl> <nl> - / / Returns the serialized CppShapeInferenceResult : : HandleData proto for <nl> - / / ` output ` if its a resource tensor , or otherwise returns an empty buffer . <nl> - TF_CAPI_EXPORT extern void TFE_GetResourceHandleShapeAndType ( <nl> - TF_Graph * graph , TF_Output output , TF_Buffer * output_proto , <nl> - TF_Status * status ) ; <nl> - <nl> - / / Sets ` output ` based on ` proto ` , which should be a serialized <nl> - / / CppShapeInferenceResult : : HandleData proto . <nl> - TF_CAPI_EXPORT extern void TFE_SetResourceHandleShapeAndType ( TF_Graph * graph , <nl> - TF_Output output , <nl> - const void * proto , <nl> - size_t proto_len , <nl> - TF_Status * status ) ; <nl> - <nl> # ifdef __cplusplus <nl> } / * end extern " C " * / <nl> # endif <nl> mmm a / tensorflow / c / python_api . cc <nl> ppp b / tensorflow / c / python_api . cc <nl> void ExtendSession ( TF_Session * session , TF_Status * status ) { <nl> session - > extend_before_run = false ; <nl> } <nl> <nl> - std : : string ResourceHandleShapeAndType ( TF_Graph * graph , TF_Output output ) { <nl> + std : : string GetResourceHandleShapeAndType ( TF_Graph * graph , TF_Output output ) { <nl> Node * node = & output . oper - > node ; <nl> CppShapeInferenceResult : : HandleData handle_data ; <nl> handle_data . set_is_set ( true ) ; <nl> std : : string ResourceHandleShapeAndType ( TF_Graph * graph , TF_Output output ) { <nl> return result ; <nl> } <nl> <nl> + void SetResourceHandleShapeAndType ( TF_Graph * graph , TF_Output output , <nl> + const void * proto , size_t proto_len , <nl> + TF_Status * status ) { <nl> + tensorflow : : CppShapeInferenceResult : : HandleData handle_data ; <nl> + if ( ! handle_data . ParseFromArray ( proto , proto_len ) ) { <nl> + status - > status = tensorflow : : errors : : InvalidArgument ( <nl> + " Couldn ' t deserialize HandleData proto " ) ; <nl> + return ; <nl> + } <nl> + DCHECK ( handle_data . is_set ( ) ) ; <nl> + <nl> + tensorflow : : mutex_lock l ( graph - > mu ) ; <nl> + tensorflow : : shape_inference : : InferenceContext * ic = <nl> + graph - > refiner . GetContext ( & output . oper - > node ) ; <nl> + <nl> + std : : vector < tensorflow : : shape_inference : : ShapeAndType > shapes_and_types ; <nl> + for ( const auto & shape_and_type_proto : handle_data . shape_and_type ( ) ) { <nl> + tensorflow : : shape_inference : : ShapeHandle shape ; <nl> + status - > status = <nl> + ic - > MakeShapeFromShapeProto ( shape_and_type_proto . shape ( ) , & shape ) ; <nl> + if ( status - > status . ok ( ) ) return ; <nl> + shapes_and_types . emplace_back ( shape , shape_and_type_proto . dtype ( ) ) ; <nl> + } <nl> + ic - > set_output_handle_shapes_and_types ( output . index , shapes_and_types ) ; <nl> + } <nl> + <nl> } / / namespace tensorflow <nl> mmm a / tensorflow / c / python_api . h <nl> ppp b / tensorflow / c / python_api . h <nl> void ExtendSession ( TF_Session * session , TF_Status * status ) ; <nl> <nl> / / Returns the serialized CppShapeInferenceResult : : HandleData proto for <nl> / / ` output ` if its a resource tensor , or otherwise returns the empty string . <nl> - / / TODO ( b / 74620627 ) : remove when _USE_C_SHAPES is removed <nl> - std : : string ResourceHandleShapeAndType ( TF_Graph * graph , TF_Output output ) ; <nl> - <nl> + std : : string GetResourceHandleShapeAndType ( TF_Graph * graph , TF_Output output ) ; <nl> + <nl> + / / Sets ` output ` based on ` proto ` , which should be a serialized <nl> + / / CppShapeInferenceResult : : HandleData proto . <nl> + / / NOTE ( skyewm ) : ` proto ` is passed a void * / size_t pair instead of a std : : string <nl> + / / because I couldn ' t get SWIG to work otherwise . <nl> + void SetResourceHandleShapeAndType ( TF_Graph * graph , TF_Output output , <nl> + const void * proto , size_t proto_len , <nl> + TF_Status * status ) ; <nl> } / / namespace tensorflow <nl> <nl> # endif / / TENSORFLOW_C_PYTHON_API_H_ <nl> mmm a / tensorflow / python / client / tf_session . i <nl> ppp b / tensorflow / python / client / tf_session . i <nl> TF_ImportGraphDefResultsMissingUnusedInputMappings_wrapper { <nl> } <nl> <nl> / / Override default py3 behavior of attempting to encode into Unicode . <nl> - % typemap ( out ) std : : string tensorflow : : ResourceHandleShapeAndType { <nl> + % typemap ( out ) std : : string tensorflow : : GetResourceHandleShapeAndType { <nl> $ result = PyBytes_FromStringAndSize ( $ 1 . data ( ) , $ 1 . size ( ) ) ; <nl> } <nl> <nl> mmm a / tensorflow / python / eager / function . py <nl> ppp b / tensorflow / python / eager / function . py <nl> def capture_value ( tensor_map , value , dtype , name ) : <nl> if handle_data is not None and handle_data . is_set : <nl> # pylint : disable = protected - access <nl> if ops . _USE_C_SHAPES : <nl> - pywrap_tensorflow . TFE_SetResourceHandleShapeAndType ( <nl> + pywrap_tensorflow . SetResourceHandleShapeAndType ( <nl> captured_value . graph . _c_graph , captured_value . _as_tf_output ( ) , <nl> handle_data . SerializeToString ( ) ) <nl> else : <nl> mmm a / tensorflow / python / framework / function . py <nl> ppp b / tensorflow / python / framework / function . py <nl> def _capture_tensor_as_extra_input ( self , tensor ) : <nl> with ops . control_dependencies ( None ) : <nl> ph = array_ops . placeholder ( tensor . dtype , shape = tensor . get_shape ( ) ) <nl> # pylint : disable = protected - access <nl> - ph . _handle_data = tensor . _handle_data <nl> + if ops . _USE_C_SHAPES : <nl> + handle_data = c_api . GetResourceHandleShapeAndType ( tensor . graph . _c_graph , <nl> + tensor . _as_tf_output ( ) ) <nl> + if handle_data : <nl> + c_api . SetResourceHandleShapeAndType ( ph . graph . _c_graph , <nl> + ph . _as_tf_output ( ) , <nl> + compat . as_bytes ( handle_data ) ) <nl> + else : <nl> + ph . _handle_data = tensor . _handle_data <nl> # pylint : enable = protected - access <nl> self . _captured [ tensor ] = ph <nl> self . extra_args . append ( ph ) <nl> mmm a / tensorflow / python / framework / function_test . py <nl> ppp b / tensorflow / python / framework / function_test . py <nl> def _OptimizerOptions ( ) : <nl> yield cfg <nl> <nl> <nl> - @ test_util . with_c_api <nl> + @ test_util . with_c_shapes <nl> class FunctionTest ( test . TestCase ) : <nl> " " " Test methods for verifying Function support . <nl> <nl> def Foo ( x ) : <nl> " assertion failed . * - 3 " ) : <nl> self . assertAllEqual ( Foo ( constant_op . constant ( - 3 . 0 ) ) . eval ( ) , 6 . 0 ) <nl> <nl> - @ test_util . disable_c_api # Op . _add_control_inputs doesn ' t work with C API <nl> def testAssertWrapper ( self ) : <nl> <nl> @ function . Defun ( dtypes . float32 ) <nl> def MyFn ( x ) : <nl> " assertion " ) : <nl> _ = MyFn ( 100 . 0 ) . eval ( ) <nl> <nl> - @ test_util . disable_c_api # Op . _add_control_inputs doesn ' t work with C API <nl> def testWhileLoopCallsFunc ( self ) : <nl> with self . test_session ( use_gpu = True ) as sess : <nl> <nl> def Body ( x ) : <nl> ans = sess . run ( loop ) <nl> self . assertAllClose ( ans , 131072 . ) <nl> <nl> - @ test_util . disable_c_api # Op . _add_control_inputs doesn ' t work with C API <nl> def testControlFlowStrictness ( self ) : <nl> " " " Inlined functions must not execute in a untaken control flow branch . " " " <nl> <nl> def AddOne ( x ) : <nl> self . assertEqual ( ( 42 . 0 , 44 . 0 ) , sess . run ( ( f_0 , f_1 ) ) ) <nl> <nl> <nl> - @ test_util . with_c_api <nl> + @ test_util . with_c_shapes <nl> class FunctionsFromProtos ( test . TestCase ) : <nl> <nl> def expectFunctionsEqual ( self , func , grad_func = None , new_func = None ) : <nl> def FunctionWithAttr ( i ) : <nl> FunctionWithAttr . definition . attr [ " experimental_tag " ] . s , b " tag_value " ) <nl> <nl> <nl> - @ test_util . with_c_api <nl> + @ test_util . with_c_shapes <nl> class FunctionOverloadTest ( test . TestCase ) : <nl> <nl> def testBasic ( self ) : <nl> def Foo ( x ) : <nl> " Successor of x . " ) <nl> <nl> <nl> - @ test_util . with_c_api <nl> + @ test_util . with_c_shapes <nl> class FunctionCaptureByValueTest ( test . TestCase ) : <nl> <nl> def testCaptureByValue ( self ) : <nl> def Plus ( y ) : <nl> self . assertAllEqual ( y . eval ( ) , [ [ 12 . 0 ] ] ) <nl> <nl> <nl> - @ test_util . with_c_api <nl> + @ test_util . with_c_shapes <nl> class UnrollLSTMTest ( test . TestCase ) : <nl> BATCH_SIZE = 16 <nl> LSTM_DIMS = 32 <nl> def RunForwardBackward ( mode , cfg = None ) : <nl> self . assertAllClose ( d0 , d3 , rtol = 1e - 4 , atol = 1e - 4 ) <nl> <nl> <nl> - @ test_util . with_c_api <nl> + @ test_util . with_c_shapes <nl> class FunctionInlineControlTest ( test . TestCase ) : <nl> <nl> def testFoo ( self ) : <nl> def Linear2 ( w1 , b1 , w2 , b2 , x ) : <nl> return Linear ( w2 , b2 , Linear ( w1 , b1 , x ) ) <nl> <nl> <nl> - # Set C API before defining module level functions <nl> - ops . _USE_C_API = True <nl> - <nl> - <nl> @ function . Defun ( * [ dtypes . float32 ] * 3 ) <nl> def LinearWithCApi ( w , b , x ) : <nl> return nn_ops . relu ( math_ops . matmul ( x , w ) + b ) <nl> def Linear2WithCApi ( w1 , b1 , w2 , b2 , x ) : <nl> return LinearWithCApi ( w2 , b2 , LinearWithCApi ( w1 , b1 , x ) ) <nl> <nl> <nl> - # Unset C API after defining module level functions <nl> - ops . _USE_C_API = False <nl> - <nl> - <nl> class ModuleFunctionTest ( test . TestCase ) : <nl> <nl> def testBasic ( self ) : <nl> - with ops . Graph ( ) . as_default ( ) : <nl> - a , b , c , d , e = [ <nl> - constant_op . constant ( [ [ _ ] ] , dtype = dtypes . float32 ) for _ in range ( 5 ) <nl> - ] <nl> - y = Linear ( a , b , c ) <nl> - z = Linear2 ( a , b , c , d , e ) <nl> - with session . Session ( ) as sess : <nl> - self . assertAllEqual ( [ [ 1 ] ] , sess . run ( y ) ) <nl> - self . assertAllEqual ( [ [ 5 ] ] , sess . run ( z ) ) <nl> - <nl> - @ test_util . enable_c_api <nl> - def testBasicWithCApi ( self ) : <nl> with ops . Graph ( ) . as_default ( ) : <nl> a , b , c , d , e = [ <nl> constant_op . constant ( [ [ _ ] ] , dtype = dtypes . float32 ) for _ in range ( 5 ) <nl> def testBasicWithCApi ( self ) : <nl> self . assertAllEqual ( [ [ 5 ] ] , sess . run ( z ) ) <nl> <nl> <nl> - @ test_util . with_c_api <nl> + @ test_util . with_c_shapes <nl> class VariableHoistingTest ( test . TestCase ) : <nl> <nl> def _testSimpleModel ( self , use_forward_func , use_resource = False ) : <nl> mmm a / tensorflow / python / framework / ops . py <nl> ppp b / tensorflow / python / framework / ops . py <nl> def _set_shape_and_handle_data_for_outputs_c_api ( op ) : <nl> output . _shape_val = output . _c_api_shape ( ) <nl> # Set the resource handle data for compatibility with the Python shape <nl> # inference code . <nl> - serialized = c_api . ResourceHandleShapeAndType ( <nl> - op . _graph . _c_graph , output . _as_tf_output ( ) ) <nl> + serialized = c_api . GetResourceHandleShapeAndType ( op . _graph . _c_graph , <nl> + output . _as_tf_output ( ) ) <nl> if serialized : <nl> output . _handle_data = ( <nl> cpp_shape_inference_pb2 . CppShapeInferenceResult . HandleData <nl> mmm a / tensorflow / python / ops / resource_variable_ops . py <nl> ppp b / tensorflow / python / ops / resource_variable_ops . py <nl> <nl> from tensorflow . python import pywrap_tensorflow <nl> from tensorflow . python . eager import context <nl> from tensorflow . python . eager import tape <nl> - from tensorflow . python . framework import c_api_util <nl> from tensorflow . python . framework import cpp_shape_inference_pb2 <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> def get_resource_handle_data ( graph_op ) : <nl> assert ops . _USE_C_SHAPES # pylint : disable = protected - access <nl> assert type ( graph_op ) = = ops . Tensor # pylint : disable = unidiomatic - typecheck <nl> <nl> - with c_api_util . tf_buffer ( ) as buf : <nl> - pywrap_tensorflow . TFE_GetResourceHandleShapeAndType ( <nl> - graph_op . graph . _c_graph , graph_op . _as_tf_output ( ) , buf ) # pylint : disable = protected - access <nl> - data = pywrap_tensorflow . TF_GetBuffer ( buf ) <nl> + handle_data = pywrap_tensorflow . GetResourceHandleShapeAndType ( <nl> + graph_op . graph . _c_graph , graph_op . _as_tf_output ( ) ) # pylint : disable = protected - access <nl> <nl> return cpp_shape_inference_pb2 . CppShapeInferenceResult . HandleData . FromString ( <nl> - compat . as_bytes ( data ) ) <nl> + compat . as_bytes ( handle_data ) ) <nl> <nl> <nl> def _eager_safe_variable_handle ( shape , dtype , shared_name , name , graph_mode ) : <nl> mmm a / tensorflow / python / pywrap_tfe . i <nl> ppp b / tensorflow / python / pywrap_tfe . i <nl> limitations under the License . <nl> % rename ( " % s " ) TFE_ContextOptionsSetAsync ; <nl> % rename ( " % s " ) TFE_DeleteContextOptions ; <nl> % rename ( " % s " ) TFE_Py_TensorShapeSlice ; <nl> - % rename ( " % s " ) TFE_GetResourceHandleShapeAndType ; <nl> - % rename ( " % s " ) TFE_SetResourceHandleShapeAndType ; <nl> <nl> % { <nl> # include " tensorflow / python / eager / pywrap_tfe . h " <nl> | Make TF functions work with _USE_C_SHAPES = True . | tensorflow/tensorflow | e7db82f821a1c522eed9e0c633df8b3db26ef38d | 2018-04-24T22:48:41Z |
mmm a / docs / tools / build . py <nl> ppp b / docs / tools / build . py <nl> def build_for_lang ( lang , args ) : <nl> ' static_templates ' : [ ' 404 . html ' ] , <nl> ' extra ' : { <nl> ' single_page ' : False , <nl> - ' opposite_lang ' : ' ru ' if lang = = ' en ' else ' en ' , <nl> ' now ' : datetime . datetime . now ( ) # TODO better way to avoid caching <nl> } <nl> - <nl> } <nl> <nl> site_names = { <nl> def build_single_page_version ( lang , args , cfg ) : <nl> ' docs_dir ' : docs_temp_lang , <nl> ' site_dir ' : site_temp , <nl> ' extra ' : { <nl> - ' single_page ' : True , <nl> - ' opposite_lang ' : ' en ' if lang = = ' ru ' else ' ru ' <nl> + ' single_page ' : True <nl> } , <nl> ' nav ' : [ <nl> { cfg . data . get ( ' site_name ' ) : ' single . md ' } <nl> new file mode 100644 <nl> index 00000000000 . . 7cabb5e9071 <nl> mmm / dev / null <nl> ppp b / docs / tools / mkdocs - material - theme / assets / flags / en . svg <nl> <nl> + < svg xmlns = " http : / / www . w3 . org / 2000 / svg " viewBox = " 0 0 60 30 " preserveAspectRatio = " none " > <nl> + < clipPath id = " t " > <nl> + < path d = " M30 , 15 h30 v15 z v15 h - 30 z h - 30 v - 15 z v - 15 h30 z " / > <nl> + < / clipPath > <nl> + < path d = " M0 , 0 v30 h60 v - 30 z " fill = " # 00247d " / > <nl> + < path d = " M0 , 0 L60 , 30 M60 , 0 L0 , 30 " stroke = " # fff " stroke - width = " 6 " / > <nl> + < path d = " M0 , 0 L60 , 30 M60 , 0 L0 , 30 " clip - path = " url ( # t ) " stroke = " # cf142b " stroke - width = " 4 " / > <nl> + < path d = " M30 , 0 v30 M0 , 15 h60 " stroke = " # fff " stroke - width = " 10 " / > <nl> + < path d = " M30 , 0 v30 M0 , 15 h60 " stroke = " # cf142b " stroke - width = " 6 " / > <nl> + < / svg > <nl> new file mode 100644 <nl> index 00000000000 . . de467f133d9 <nl> mmm / dev / null <nl> ppp b / docs / tools / mkdocs - material - theme / assets / flags / fa . svg <nl> <nl> + < svg xmlns = " http : / / www . w3 . org / 2000 / svg " xmlns : xlink = " http : / / www . w3 . org / 1999 / xlink " viewBox = " 0 0 630 360 " preserveAspectRatio = " none " > <nl> + < rect width = " 630 " height = " 360 " fill = " # da0000 " / > <nl> + < rect width = " 630 " height = " 240 " fill = " # fff " / > <nl> + < rect width = " 630 " height = " 120 " fill = " # 239f40 " / > <nl> + < g transform = " translate ( 8 . 4 , 100 . 4 ) " > <nl> + < g id = " tb4 " > <nl> + < g id = " tb1 " fill = " none " stroke = " # fff " stroke - width = " 2 " > <nl> + < path id = " tbp1 " d = " M0 , 1H26M1 , 10V5H9V9H17V5H12M4 , 9H6M26 , 9H21V5H29M29 , 0V9H37V0M33 , 0V9 " transform = " scale ( 1 . 4 ) " / > <nl> + < path id = " tbp2 " d = " M0 , 7H9M10 , 7H19 " transform = " scale ( 2 . 8 ) " / > <nl> + < use xlink : href = " # tbp2 " y = " 120 " / > <nl> + < use xlink : href = " # tbp1 " y = " 145 . 2 " / > <nl> + < / g > <nl> + < g id = " tb3 " > <nl> + < use xlink : href = " # tb1 " x = " 56 " / > <nl> + < use xlink : href = " # tb1 " x = " 112 " / > <nl> + < use xlink : href = " # tb1 " x = " 168 " / > <nl> + < / g > <nl> + < / g > <nl> + < use xlink : href = " # tb3 " x = " 168 " / > <nl> + < use xlink : href = " # tb4 " x = " 392 " / > <nl> + < / g > <nl> + < g fill = " # da0000 " transform = " matrix ( 45 , 0 , 0 , 45 , 315 , 180 ) " > <nl> + < g id = " emblem_half " > <nl> + < path d = " M - 0 . 54815 , 0 . 83638A0 . 912046 , 0 . 912046 0 0 , 0 0 . 328544 , - 0 . 722384A1 , 1 0 0 , 1 - 0 . 54815 , 0 . 83638 " / > <nl> + < path d = " M0 . 618339 , 0 . 661409A0 . 763932 , 0 . 763932 0 0 , 0 0 . 421644 , - 0 . 741049A1 , 1 0 0 , 1 0 . 618339 , 0 . 661409 " / > <nl> + < path d = " M0 , 1 - 0 . 05 , 0 0 , - 0 . 787278A0 . 309995 , 0 . 309995 0 0 , 0 0 . 118034 , - 0 . 688191V - 0 . 100406L0 . 077809 , 0 . 892905z " / > <nl> + < path d = " M - 0 . 02 , - 0 . 85 0 , - 0 . 831217A0 . 14431 , 0 . 14431 0 0 , 0 0 . 252075 , - 0 . 967708A0 . 136408 , 0 . 136408 0 0 , 1 0 , - 0 . 924634 " / > <nl> + < / g > <nl> + < use xlink : href = " # emblem_half " transform = " scale ( - 1 , 1 ) " / > <nl> + < / g > <nl> + < / svg > <nl> new file mode 100644 <nl> index 00000000000 . . 76e92a1015e <nl> mmm / dev / null <nl> ppp b / docs / tools / mkdocs - material - theme / assets / flags / ru . svg <nl> <nl> + < svg xmlns = " http : / / www . w3 . org / 2000 / svg " viewBox = " 0 0 9 6 " preserveAspectRatio = " none " > <nl> + < rect fill = " # fff " width = " 9 " height = " 3 " / > <nl> + < rect fill = " # d52b1e " y = " 3 " width = " 9 " height = " 3 " / > <nl> + < rect fill = " # 0039a6 " y = " 2 " width = " 9 " height = " 2 " / > <nl> + < / svg > <nl> new file mode 100644 <nl> index 00000000000 . . 7681b350400 <nl> mmm / dev / null <nl> ppp b / docs / tools / mkdocs - material - theme / assets / flags / zh . svg <nl> <nl> + < svg xmlns = " http : / / www . w3 . org / 2000 / svg " xmlns : xlink = " http : / / www . w3 . org / 1999 / xlink " viewBox = " 0 0 30 20 " preserveAspectRatio = " none " > <nl> + < defs > <nl> + < path id = " s " d = " M0 , - 1 0 . 587785 , 0 . 809017 - 0 . 951057 , - 0 . 309017H0 . 951057L - 0 . 587785 , 0 . 809017z " fill = " # ffde00 " / > <nl> + < / defs > <nl> + < rect width = " 30 " height = " 20 " fill = " # de2910 " / > <nl> + < use xlink : href = " # s " transform = " translate ( 5 , 5 ) scale ( 3 ) " / > <nl> + < use xlink : href = " # s " transform = " translate ( 10 , 2 ) rotate ( 23 . 036243 ) " / > <nl> + < use xlink : href = " # s " transform = " translate ( 12 , 4 ) rotate ( 45 . 869898 ) " / > <nl> + < use xlink : href = " # s " transform = " translate ( 12 , 7 ) rotate ( 69 . 945396 ) " / > <nl> + < use xlink : href = " # s " transform = " translate ( 10 , 9 ) rotate ( 20 . 659808 ) " / > <nl> + < / svg > <nl> mmm a / docs / tools / mkdocs - material - theme / assets / stylesheets / custom . css <nl> ppp b / docs / tools / mkdocs - material - theme / assets / stylesheets / custom . css <nl> h1 , h2 , h3 , . md - logo { <nl> . grey { <nl> color : # 666 ; <nl> } <nl> + <nl> + . md - alt - lang : hover { <nl> + text - decoration : none ; <nl> + } <nl> + <nl> + . md - alt - lang > svg { <nl> + width : 36px ; <nl> + height : 24px ; <nl> + margin : 1 . 3rem 0 ; <nl> + filter : brightness ( 96 % ) grayscale ( 90 % ) ; <nl> + } <nl> + <nl> + . md - alt - lang : hover > svg { <nl> + filter : brightness ( 96 % ) grayscale ( 5 % ) ; <nl> + } <nl> + <nl> + . md - current - lang > svg { <nl> + filter : brightness ( 96 % ) grayscale ( 0 % ) ! important ; <nl> + } <nl> + @ media only screen and ( min - width : 60em ) { <nl> + # md - sidebar - flags { <nl> + display : none ; <nl> + } <nl> + } <nl> new file mode 100644 <nl> index 00000000000 . . ae0200b602b <nl> mmm / dev / null <nl> ppp b / docs / tools / mkdocs - material - theme / partials / flags . html <nl> <nl> + { % set alt_langs = [ [ ' en ' , ' English ' ] , [ ' ru ' , ' Russian ' ] , [ ' zh ' , ' Chinese ' ] , [ ' fa ' , ' Farsi ' ] ] % } <nl> + { % for alt_lang , alt_title in alt_langs % } <nl> + < a class = " md - alt - lang { % if alt_lang = = config . theme . language % } md - current - lang { % endif % } " <nl> + href = " { { base_url } } / . . / { { alt_lang } } / { { page . url or ' ' } } " class = " md - flex__ellipsis md - header - nav__title " <nl> + title = " { { alt_title } } " > <nl> + { % include " assets / flags / " + alt_lang + " . svg " % } <nl> + < / a > <nl> + { % endfor % } <nl> + <nl> mmm a / docs / tools / mkdocs - material - theme / partials / header . html <nl> ppp b / docs / tools / mkdocs - material - theme / partials / header . html <nl> <nl> { % if page % } <nl> < div class = " md - flex__cell md - flex__cell - - shrink " > <nl> < div id = " md - language - switch " class = " md - header - nav__source " > <nl> - { % if config . theme . extra . opposite_lang = = ' en ' % } <nl> - < a href = " { { base_url } } / . . / { { config . theme . extra . opposite_lang } } / { { page . url or ' ' } } " title = " Switch to English " class = " md - flex__ellipsis md - header - nav__title " > <nl> - < svg xmlns = " http : / / www . w3 . org / 2000 / svg " width = " 50 " height = " 30 " viewBox = " 0 , 0 25 , 15 " style = " border : 1px solid # eee ; margin : . 8rem 0 0 - 1 . 25rem ; " > <nl> - < rect width = " 25 " height = " 15 " fill = " # 00247d " > < / rect > <nl> - < path d = " M 0 , 0 L 25 , 15 M 25 , 0 L 0 , 15 " stroke = " # fff " stroke - width = " 3 " > < / path > <nl> - < path d = " M 12 . 5 , 0 V 15 M 0 , 7 . 5 H 25 " stroke = " # fff " stroke - width = " 5 " > < / path > <nl> - < path d = " M 12 . 5 , 0 V 15 M 0 , 7 . 5 H 25 " stroke = " # cf142b " stroke - width = " 3 " > < / path > <nl> - < / svg > <nl> - < / a > <nl> - { % else % } <nl> - < a href = " { { base_url } } / . . / { { config . theme . extra . opposite_lang } } / { { page . url or ' ' } } " title = " Переключить на русский язык " class = " md - flex__ellipsis md - header - nav__title " > <nl> - < svg xmlns = " http : / / www . w3 . org / 2000 / svg " viewBox = " 0 0 10 6 " width = " 50 " height = " 30 " style = " border : 1px solid # eee ; margin : . 8rem 0 0 - 1 . 25rem " > <nl> - < rect fill = " # fff " width = " 10 " height = " 3 " > < / rect > <nl> - < rect fill = " # d52b1e " y = " 3 " width = " 10 " height = " 3 " > < / rect > <nl> - < rect fill = " # 0039a6 " y = " 2 " width = " 10 " height = " 2 " > < / rect > <nl> - < / svg > <nl> - < / a > <nl> - { % endif % } <nl> + { % include " partials / flags . html " % } <nl> < / div > <nl> < / div > <nl> { % endif % } <nl> mmm a / docs / tools / mkdocs - material - theme / partials / nav . html <nl> ppp b / docs / tools / mkdocs - material - theme / partials / nav . html <nl> <nl> < / a > <nl> < / li > <nl> { % endif % } <nl> + < li id = " md - sidebar - flags " class = " md - nav__item md - nav__item - - active " > <nl> + < span class = " md - nav__link " > <nl> + { % include " partials / flags . html " % } <nl> + < / span > <nl> + < / li > <nl> < / ul > <nl> < / nav > <nl> | Support multilanguage docs navigation , including mobile mode | ClickHouse/ClickHouse | 664b7d1877c86be0859d780dcb5cec0a67c6cbe8 | 2018-10-12T13:22:08Z |
mmm a / examples / sdl_opengl3_example / imgui_impl_sdl_gl3 . cpp <nl> ppp b / examples / sdl_opengl3_example / imgui_impl_sdl_gl3 . cpp <nl> bool ImGui_ImplSdlGL3_ProcessEvent ( SDL_Event * event ) <nl> } <nl> case SDL_TEXTINPUT : <nl> { <nl> - ImGuiIO & io = ImGui : : GetIO ( ) ; <nl> io . AddInputCharactersUTF8 ( event - > text . text ) ; <nl> return true ; <nl> } <nl> mmm a / examples / sdl_opengl_example / imgui_impl_sdl . cpp <nl> ppp b / examples / sdl_opengl_example / imgui_impl_sdl . cpp <nl> bool ImGui_ImplSdl_ProcessEvent ( SDL_Event * event ) <nl> } <nl> case SDL_TEXTINPUT : <nl> { <nl> - ImGuiIO & io = ImGui : : GetIO ( ) ; <nl> io . AddInputCharactersUTF8 ( event - > text . text ) ; <nl> return true ; <nl> } <nl> | Fix compile warnings in SDL examples | ocornut/imgui | 0a1d456de1dececa7c18f213cea11e94fbe17c6f | 2016-07-30T22:26:49Z |
mmm a / tests / runner . py <nl> ppp b / tests / runner . py <nl> def test_sqlite ( self ) : <nl> if QUANTUM_SIZE = = 1 or USE_TYPED_ARRAYS = = 2 : return self . skip ( ' TODO FIXME ' ) <nl> RELOOP = 0 # too slow <nl> <nl> - # global AUTO_OPTIMIZE ; AUTO_OPTIMIZE = 1 <nl> + auto_optimize_data = read_auto_optimize_data ( path_from_root ( ' tests ' , ' sqlite ' , ' sqlite - autooptimize . fails . txt ' ) ) <nl> + <nl> global CORRECT_SIGNS ; CORRECT_SIGNS = 1 <nl> - global CORRECT_OVERFLOWS ; CORRECT_OVERFLOWS = 1 <nl> + # global CORRECT_SIGNS_LINES ; CORRECT_SIGNS_LINES = auto_optimize_data [ ' signs_lines ' ] <nl> + global CORRECT_OVERFLOWS ; CORRECT_OVERFLOWS = 0 <nl> global CORRECT_ROUNDINGS ; CORRECT_ROUNDINGS = 1 <nl> global SAFE_HEAP ; SAFE_HEAP = 0 # uses time . h to set random bytes , other stuff <nl> + global DISABLE_EXCEPTIONS ; DISABLE_EXCEPTIONS = 1 <nl> <nl> global INVOKE_RUN ; INVOKE_RUN = 0 # We append code that does run ( ) ourselves <nl> <nl> def post ( filename ) : <nl> includes = [ path_from_root ( ' tests ' , ' sqlite ' ) ] , <nl> force_c = True , <nl> extra_emscripten_args = [ ' - m ' ] , <nl> + js_engines = [ SPIDERMONKEY_ENGINE ] , # V8 is slow <nl> post_build = post ) # , build_ll_hook = self . do_autodebug ) <nl> <nl> def test_zlib ( self ) : <nl> mmm a / tests / sqlite / benchmark . c <nl> ppp b / tests / sqlite / benchmark . c <nl> int main ( ) { <nl> RUN ( " BEGIN ; " ) ; <nl> <nl> / / 25000 INSERTs in a transaction <nl> - for ( i = 0 ; i < 78 ; i + + ) { <nl> + for ( i = 0 ; i < 5000 ; i + + ) { <nl> RUN ( " INSERT INTO t1 VALUES ( 1 , 12345 , ' one 1 one 1 one 1 ' ) ; " ) ; <nl> RUN ( " INSERT INTO t1 VALUES ( 2 , 23422 , ' two two two two ' ) ; " ) ; <nl> RUN ( " INSERT INTO t1 VALUES ( 3 , 31233 , ' three three 33333333333 three ' ) ; " ) ; <nl> | improve sqlite test | emscripten-core/emscripten | 0bd01fc7820b4ef44f16a2a7dc38bdac2097a335 | 2011-09-13T17:29:47Z |
mmm a / dbms / src / Storages / StorageStripeLog . cpp <nl> ppp b / dbms / src / Storages / StorageStripeLog . cpp <nl> <nl> <nl> # include < Storages / StorageStripeLog . h > <nl> # include < Storages / StorageFactory . h > <nl> + # include < Processors / Sources / SourceWithProgress . h > <nl> + # include < Processors / Sources / NullSource . h > <nl> + # include < Processors / Pipe . h > <nl> <nl> <nl> namespace DB <nl> namespace ErrorCodes <nl> } <nl> <nl> <nl> - class StripeLogBlockInputStream final : public IBlockInputStream <nl> + class StripeLogSource final : public SourceWithProgress <nl> { <nl> public : <nl> - StripeLogBlockInputStream ( StorageStripeLog & storage_ , size_t max_read_buffer_size_ , <nl> - std : : shared_ptr < const IndexForNativeFormat > & index_ , <nl> - IndexForNativeFormat : : Blocks : : const_iterator index_begin_ , <nl> - IndexForNativeFormat : : Blocks : : const_iterator index_end_ ) <nl> - : storage ( storage_ ) , max_read_buffer_size ( max_read_buffer_size_ ) , <nl> - index ( index_ ) , index_begin ( index_begin_ ) , index_end ( index_end_ ) <nl> + <nl> + static Block getHeader ( <nl> + StorageStripeLog & storage , <nl> + const Names & column_names , <nl> + IndexForNativeFormat : : Blocks : : const_iterator index_begin , <nl> + IndexForNativeFormat : : Blocks : : const_iterator index_end ) <nl> { <nl> - if ( index_begin ! = index_end ) <nl> + if ( index_begin = = index_end ) <nl> + return storage . getSampleBlockForColumns ( column_names ) ; <nl> + <nl> + / / / TODO : check if possible to always return storage . getSampleBlock ( ) <nl> + <nl> + Block header ; <nl> + <nl> + for ( const auto & column : index_begin - > columns ) <nl> { <nl> - for ( const auto & column : index_begin - > columns ) <nl> - { <nl> - auto type = DataTypeFactory : : instance ( ) . get ( column . type ) ; <nl> - header . insert ( ColumnWithTypeAndName { type , column . name } ) ; <nl> - } <nl> + auto type = DataTypeFactory : : instance ( ) . get ( column . type ) ; <nl> + header . insert ( ColumnWithTypeAndName { type , column . name } ) ; <nl> } <nl> - } <nl> <nl> - String getName ( ) const override { return " StripeLog " ; } <nl> + return header ; <nl> + } <nl> <nl> - Block getHeader ( ) const override <nl> + StripeLogSource ( StorageStripeLog & storage_ , const Names & column_names , size_t max_read_buffer_size_ , <nl> + std : : shared_ptr < const IndexForNativeFormat > & index_ , <nl> + IndexForNativeFormat : : Blocks : : const_iterator index_begin_ , <nl> + IndexForNativeFormat : : Blocks : : const_iterator index_end_ ) <nl> + : SourceWithProgress ( getHeader ( storage_ , column_names , index_begin_ , index_end_ ) ) <nl> + , storage ( storage_ ) , max_read_buffer_size ( max_read_buffer_size_ ) <nl> + , index ( index_ ) , index_begin ( index_begin_ ) , index_end ( index_end_ ) <nl> { <nl> - return header ; <nl> } <nl> <nl> + String getName ( ) const override { return " StripeLog " ; } <nl> + <nl> protected : <nl> - Block readImpl ( ) override <nl> + Chunk generate ( ) override <nl> { <nl> Block res ; <nl> start ( ) ; <nl> class StripeLogBlockInputStream final : public IBlockInputStream <nl> } <nl> } <nl> <nl> - return res ; <nl> + return Chunk ( res . getColumns ( ) , res . rows ( ) ) ; <nl> } <nl> <nl> private : <nl> void StorageStripeLog : : rename ( const String & new_path_to_table_data , const Strin <nl> } <nl> <nl> <nl> - BlockInputStreams StorageStripeLog : : read ( <nl> + Pipes StorageStripeLog : : readWithProcessors ( <nl> const Names & column_names , <nl> const SelectQueryInfo & / * query_info * / , <nl> const Context & context , <nl> BlockInputStreams StorageStripeLog : : read ( <nl> <nl> NameSet column_names_set ( column_names . begin ( ) , column_names . end ( ) ) ; <nl> <nl> + Pipes pipes ; <nl> + <nl> String index_file = table_path + " index . mrk " ; <nl> if ( ! disk - > exists ( index_file ) ) <nl> - return { std : : make_shared < NullBlockInputStream > ( getSampleBlockForColumns ( column_names ) ) } ; <nl> + { <nl> + pipes . emplace_back ( std : : make_shared < NullSource > ( getSampleBlockForColumns ( column_names ) ) ) ; <nl> + return pipes ; <nl> + } <nl> <nl> CompressedReadBufferFromFile index_in ( fullPath ( disk , index_file ) , 0 , 0 , 0 , INDEX_BUFFER_SIZE ) ; <nl> std : : shared_ptr < const IndexForNativeFormat > index { std : : make_shared < IndexForNativeFormat > ( index_in , column_names_set ) } ; <nl> <nl> - BlockInputStreams res ; <nl> - <nl> size_t size = index - > blocks . size ( ) ; <nl> if ( num_streams > size ) <nl> num_streams = size ; <nl> BlockInputStreams StorageStripeLog : : read ( <nl> std : : advance ( begin , stream * size / num_streams ) ; <nl> std : : advance ( end , ( stream + 1 ) * size / num_streams ) ; <nl> <nl> - res . emplace_back ( std : : make_shared < StripeLogBlockInputStream > ( <nl> - * this , context . getSettingsRef ( ) . max_read_buffer_size , index , begin , end ) ) ; <nl> + pipes . emplace_back ( std : : make_shared < StripeLogSource > ( <nl> + * this , column_names , context . getSettingsRef ( ) . max_read_buffer_size , index , begin , end ) ) ; <nl> } <nl> <nl> / / / We do not keep read lock directly at the time of reading , because we read ranges of data that do not change . <nl> <nl> - return res ; <nl> + return pipes ; <nl> } <nl> <nl> <nl> mmm a / dbms / src / Storages / StorageStripeLog . h <nl> ppp b / dbms / src / Storages / StorageStripeLog . h <nl> namespace DB <nl> * / <nl> class StorageStripeLog : public ext : : shared_ptr_helper < StorageStripeLog > , public IStorage <nl> { <nl> - friend class StripeLogBlockInputStream ; <nl> + friend class StripeLogSource ; <nl> friend class StripeLogBlockOutputStream ; <nl> friend struct ext : : shared_ptr_helper < StorageStripeLog > ; <nl> <nl> public : <nl> String getName ( ) const override { return " StripeLog " ; } <nl> <nl> - BlockInputStreams read ( <nl> + Pipes readWithProcessors ( <nl> const Names & column_names , <nl> const SelectQueryInfo & query_info , <nl> const Context & context , <nl> | Processors support for StorageStripeLog reading . | ClickHouse/ClickHouse | 96b5ef84592d590d41e140ef80f36e994cf3d82a | 2020-02-14T10:57:09Z |
mmm a / WORKSPACE <nl> ppp b / WORKSPACE <nl> new_http_archive ( <nl> new_http_archive ( <nl> name = " iron_iconset_svg " , <nl> build_file = " bower . BUILD " , <nl> - url = " https : / / github . com / polymerelements / iron - iconset - svg / archive / v1 . 0 . 10 . tar . gz " , <nl> - strip_prefix = " iron - iconset - svg - 1 . 0 . 10 " , <nl> + url = " https : / / github . com / polymerelements / iron - iconset - svg / archive / v1 . 1 . 0 . tar . gz " , <nl> + strip_prefix = " iron - iconset - svg - 1 . 1 . 0 " , <nl> ) <nl> <nl> new_http_archive ( <nl> new_http_archive ( <nl> new_http_archive ( <nl> name = " iron_overlay_behavior " , <nl> build_file = " bower . BUILD " , <nl> - url = " https : / / github . com / polymerelements / iron - overlay - behavior / archive / v1 . 9 . 0 . tar . gz " , <nl> - strip_prefix = " iron - overlay - behavior - 1 . 9 . 0 " , <nl> + url = " https : / / github . com / polymerelements / iron - overlay - behavior / archive / v1 . 10 . 1 . tar . gz " , <nl> + strip_prefix = " iron - overlay - behavior - 1 . 10 . 1 " , <nl> ) <nl> <nl> new_http_archive ( <nl> new_http_archive ( <nl> strip_prefix = " iron - resizable - behavior - 1 . 0 . 3 " , <nl> ) <nl> <nl> + new_http_archive ( <nl> + name = " iron_scroll_target_behavior " , <nl> + build_file = " bower . BUILD " , <nl> + url = " https : / / github . com / polymerelements / iron - scroll - target - behavior / archive / v1 . 0 . 3 . tar . gz " , <nl> + strip_prefix = " iron - scroll - target - behavior - 1 . 0 . 3 " , <nl> + ) <nl> + <nl> new_http_archive ( <nl> name = " iron_selector " , <nl> build_file = " bower . BUILD " , <nl> new_http_archive ( <nl> new_http_archive ( <nl> name = " paper_icon_button " , <nl> build_file = " bower . BUILD " , <nl> - url = " https : / / github . com / polymerelements / paper - icon - button / archive / v1 . 1 . 2 . tar . gz " , <nl> - strip_prefix = " paper - icon - button - 1 . 1 . 2 " , <nl> + url = " https : / / github . com / polymerelements / paper - icon - button / archive / v1 . 1 . 3 . tar . gz " , <nl> + strip_prefix = " paper - icon - button - 1 . 1 . 3 " , <nl> ) <nl> <nl> new_http_archive ( <nl> mmm a / bower . BUILD <nl> ppp b / bower . BUILD <nl> filegroup ( <nl> name = " iron_overlay_behavior " , <nl> srcs = [ <nl> " index . html " , <nl> + " iron - focusables - helper . html " , <nl> " iron - overlay - backdrop . html " , <nl> " iron - overlay - behavior . html " , <nl> " iron - overlay - manager . html " , <nl> filegroup ( <nl> ] , <nl> ) <nl> <nl> + filegroup ( <nl> + name = " iron_scroll_target_behavior " , <nl> + srcs = [ <nl> + " index . html " , <nl> + " iron - scroll - target - behavior . html " , <nl> + ] , <nl> + ) <nl> + <nl> filegroup ( <nl> name = " iron_selector " , <nl> srcs = [ <nl> mmm a / tensorflow / cc / BUILD <nl> ppp b / tensorflow / cc / BUILD <nl> cc_library ( <nl> srcs = [ " training / queue_runner . cc " ] , <nl> hdrs = [ " training / queue_runner . h " ] , <nl> deps = [ <nl> + " : coordinator " , <nl> " / / tensorflow / core : core_cpu " , <nl> " / / tensorflow / core : framework " , <nl> " / / tensorflow / core : lib " , <nl> tf_cc_test ( <nl> name = " queue_runner_test " , <nl> srcs = [ " training / queue_runner_test . cc " ] , <nl> deps = [ <nl> + " coordinator " , <nl> " : cc_ops " , <nl> " : queue_runner " , <nl> " : scope " , <nl> tf_cc_test ( <nl> " / / tensorflow / core : testlib " , <nl> ] , <nl> ) <nl> + <nl> + cc_library ( <nl> + name = " coordinator " , <nl> + srcs = [ " training / coordinator . cc " ] , <nl> + hdrs = [ " training / coordinator . h " ] , <nl> + deps = [ <nl> + " / / tensorflow / core : core_cpu " , <nl> + " / / tensorflow / core : framework " , <nl> + " / / tensorflow / core : lib " , <nl> + " / / tensorflow / core : lib_internal " , <nl> + " / / tensorflow / core : protos_all_cc " , <nl> + " / / tensorflow / core : tensorflow " , <nl> + ] , <nl> + ) <nl> + <nl> + tf_cc_test ( <nl> + name = " coordinator_test " , <nl> + srcs = [ " training / coordinator_test . cc " ] , <nl> + deps = [ <nl> + " : cc_ops " , <nl> + " : coordinator " , <nl> + " : queue_runner " , <nl> + " : scope " , <nl> + " / / tensorflow / core : core_cpu " , <nl> + " / / tensorflow / core : framework " , <nl> + " / / tensorflow / core : lib " , <nl> + " / / tensorflow / core : lib_internal " , <nl> + " / / tensorflow / core : protos_all_cc " , <nl> + " / / tensorflow / core : tensorflow " , <nl> + " / / tensorflow / core : test " , <nl> + " / / tensorflow / core : test_main " , <nl> + " / / tensorflow / core : testlib " , <nl> + ] , <nl> + ) <nl> new file mode 100644 <nl> index 0000000000000 . . 254538d778510 <nl> mmm / dev / null <nl> ppp b / tensorflow / cc / training / coordinator . cc <nl> <nl> + / * Copyright 2016 The TensorFlow Authors . All Rights Reserved . <nl> + <nl> + Licensed under the Apache License , Version 2 . 0 ( the " License " ) ; <nl> + you may not use this file except in compliance with the License . <nl> + You may obtain a copy of the License at <nl> + <nl> + http : / / www . apache . org / licenses / LICENSE - 2 . 0 <nl> + <nl> + Unless required by applicable law or agreed to in writing , software <nl> + distributed under the License is distributed on an " AS IS " BASIS , <nl> + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either express or implied . <nl> + See the License for the specific language governing permissions and <nl> + limitations under the License . <nl> + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = * / <nl> + <nl> + # include " tensorflow / cc / training / coordinator . h " <nl> + <nl> + namespace tensorflow { <nl> + <nl> + Coordinator : : Coordinator ( ) : Coordinator ( std : : vector < error : : Code > ( ) ) { } <nl> + <nl> + Coordinator : : Coordinator ( const std : : vector < error : : Code > & clean_stop_errors ) <nl> + : should_stop_ ( false ) { <nl> + if ( clean_stop_errors . empty ( ) ) { <nl> + clean_stop_errors_ . insert ( error : : OUT_OF_RANGE ) ; <nl> + } else { <nl> + for ( const auto & code : clean_stop_errors ) { <nl> + clean_stop_errors_ . insert ( static_cast < int > ( code ) ) ; <nl> + } <nl> + } <nl> + } <nl> + <nl> + Coordinator : : ~ Coordinator ( ) { <nl> + RequestStop ( ) ; <nl> + Join ( ) ; <nl> + } <nl> + <nl> + Status Coordinator : : RegisterRunner ( std : : unique_ptr < RunnerInterface > runner ) { <nl> + runners_ . push_back ( std : : move ( runner ) ) ; <nl> + return Status : : OK ( ) ; <nl> + } <nl> + <nl> + Status Coordinator : : RequestStop ( ) { <nl> + mutex_lock l ( mu_ ) ; <nl> + if ( should_stop_ ) { <nl> + return Status ( error : : FAILED_PRECONDITION , <nl> + " The Coordinator is not running . " ) ; <nl> + } <nl> + should_stop_ = true ; <nl> + wait_for_stop_ . notify_all ( ) ; <nl> + return Status : : OK ( ) ; <nl> + } <nl> + <nl> + bool Coordinator : : ShouldStop ( ) { <nl> + mutex_lock l ( mu_ ) ; <nl> + return should_stop_ ; <nl> + } <nl> + <nl> + Status Coordinator : : Join ( ) { <nl> + / / TODO ( yuefengz ) : deal with unexpected calls to Join ( ) . <nl> + / / TODO ( yuefengz ) : deal with stragglers . <nl> + for ( const auto & t : runners_ ) { <nl> + ReportStatus ( t - > Join ( ) ) ; <nl> + } <nl> + runners_ . clear ( ) ; <nl> + return status_ ; <nl> + } <nl> + <nl> + void Coordinator : : ReportStatus ( const Status & status ) { <nl> + mutex_lock l ( status_lock_ ) ; <nl> + if ( status . ok ( ) | | ! status_ . ok ( ) | | <nl> + clean_stop_errors_ . count ( static_cast < int > ( status . code ( ) ) ) > 0 ) { <nl> + return ; <nl> + } <nl> + status_ = status ; <nl> + } <nl> + <nl> + Status Coordinator : : GetStatus ( ) { <nl> + mutex_lock l ( status_lock_ ) ; <nl> + return status_ ; <nl> + } <nl> + <nl> + void Coordinator : : WaitForStop ( ) { <nl> + mutex_lock l ( mu_ ) ; <nl> + while ( ! should_stop_ ) { <nl> + wait_for_stop_ . wait ( l ) ; <nl> + } <nl> + } <nl> + <nl> + } / / namespace <nl> new file mode 100644 <nl> index 0000000000000 . . 987d243fbd000 <nl> mmm / dev / null <nl> ppp b / tensorflow / cc / training / coordinator . h <nl> <nl> + / * Copyright 2016 The TensorFlow Authors . All Rights Reserved . <nl> + <nl> + Licensed under the Apache License , Version 2 . 0 ( the " License " ) ; <nl> + you may not use this file except in compliance with the License . <nl> + You may obtain a copy of the License at <nl> + <nl> + http : / / www . apache . org / licenses / LICENSE - 2 . 0 <nl> + <nl> + Unless required by applicable law or agreed to in writing , software <nl> + distributed under the License is distributed on an " AS IS " BASIS , <nl> + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either express or implied . <nl> + See the License for the specific language governing permissions and <nl> + limitations under the License . <nl> + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = * / <nl> + <nl> + # ifndef THIRD_PARTY_TENSORFLOW_CC_TRAINING_COORDINATOR_H_ <nl> + # define THIRD_PARTY_TENSORFLOW_CC_TRAINING_COORDINATOR_H_ <nl> + <nl> + # include < memory > <nl> + # include < unordered_set > <nl> + # include < vector > <nl> + <nl> + # include " tensorflow / core / lib / core / error_codes . pb . h " <nl> + # include " tensorflow / core / lib / core / status . h " <nl> + # include " tensorflow / core / platform / macros . h " <nl> + # include " tensorflow / core / platform / mutex . h " <nl> + <nl> + namespace tensorflow { <nl> + <nl> + / / The abstract interface for runners which must implement the Join function . <nl> + class RunnerInterface { <nl> + public : <nl> + virtual ~ RunnerInterface ( ) { } <nl> + virtual Status Join ( ) = 0 ; <nl> + } ; <nl> + <nl> + / / Coordinator class manages the termination of a collection of QueueRunners . <nl> + / / Without a coordinator , QueueRunners have to be joined in a specific order ; <nl> + / / otherwise the QueueRunner : : Join ( ) could sometimes hang . The <nl> + / / Coordinator : : RequestStop ( ) plays the key role which notifies all running <nl> + / / threads under a coordinator to stop . This function could be called by any <nl> + / / thread or any client . <nl> + / / Usage , in the client : <nl> + / / Coordinator coord ; <nl> + / / std : : unique_ptr < QueueRunner > qr ( & coord , . . . ) ; <nl> + / / qr . Start ( session ) ; <nl> + / / coord . RegisterRunner ( std : : move ( qr ) ) ; <nl> + / / / / do some work <nl> + / / TF_CHECK_OK ( coord . Join ( ) ) ; <nl> + / / In each thread of QueueRunner , the coordinator needs to be used as : <nl> + / / void Run ( ) { <nl> + / / while ( ! coord - > ShouldStop ( ) ) { <nl> + / / / / do some work <nl> + / / if ( error ) { <nl> + / / coord - > RequestStop ( ) ; <nl> + / / coord - > ReportStatus ( error_status ) ; <nl> + / / } <nl> + / / } <nl> + / / } <nl> + class Coordinator { <nl> + public : <nl> + Coordinator ( ) ; <nl> + <nl> + / / Constructor with a list of error codes which would not be taken as errors <nl> + / / in status reporting . <nl> + Coordinator ( const std : : vector < error : : Code > & clean_stop_errors ) ; <nl> + <nl> + / / In the destructor , RequestStop ( ) and Join ( ) would be called . <nl> + ~ Coordinator ( ) ; <nl> + <nl> + / / Registers a runner , i . e . a unit of running threads which is usually a <nl> + / / QueueRunner . It takes the ownership of runner to avoid lifecycle - related <nl> + / / problems . Note , the coordinator would not start these threads ; they are <nl> + / / supposed to be in running state when they are registered here . <nl> + Status RegisterRunner ( std : : unique_ptr < RunnerInterface > runner ) ; <nl> + <nl> + / / Requests all running threads to stop . <nl> + Status RequestStop ( ) ; <nl> + <nl> + / / Returns true if its RequestStop ( ) has been called . <nl> + bool ShouldStop ( ) ; <nl> + <nl> + / / Joins all threads , returns OK or the first reported and unexpected status . <nl> + Status Join ( ) ; <nl> + <nl> + / / Reports status to the coordinator . This is usually called by threads . <nl> + void ReportStatus ( const Status & status ) ; <nl> + <nl> + / / Returns the latest status . <nl> + Status GetStatus ( ) ; <nl> + <nl> + / / Returns immediately if the coordinator is stopped or blocks until <nl> + / / RequestStop ( ) is called . <nl> + void WaitForStop ( ) ; <nl> + <nl> + private : <nl> + std : : vector < std : : unique_ptr < RunnerInterface > > runners_ ; <nl> + std : : unordered_set < int > clean_stop_errors_ ; <nl> + mutex mu_ ; <nl> + bool should_stop_ GUARDED_BY ( mu_ ) ; <nl> + mutex status_lock_ ; <nl> + Status status_ ; <nl> + condition_variable wait_for_stop_ ; <nl> + TF_DISALLOW_COPY_AND_ASSIGN ( Coordinator ) ; <nl> + } ; <nl> + <nl> + } / / namespace tensorflow <nl> + <nl> + # endif / / THIRD_PARTY_TENSORFLOW_CC_TRAINING_COORDINATOR_H_ <nl> new file mode 100644 <nl> index 0000000000000 . . 3bdce5f07f9b8 <nl> mmm / dev / null <nl> ppp b / tensorflow / cc / training / coordinator_test . cc <nl> <nl> + / * Copyright 2016 The TensorFlow Authors . All Rights Reserved . <nl> + <nl> + Licensed under the Apache License , Version 2 . 0 ( the " License " ) ; <nl> + you may not use this file except in compliance with the License . <nl> + You may obtain a copy of the License at <nl> + <nl> + http : / / www . apache . org / licenses / LICENSE - 2 . 0 <nl> + <nl> + Unless required by applicable law or agreed to in writing , software <nl> + distributed under the License is distributed on an " AS IS " BASIS , <nl> + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either express or implied . <nl> + See the License for the specific language governing permissions and <nl> + limitations under the License . <nl> + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = * / <nl> + <nl> + # include " tensorflow / cc / training / coordinator . h " <nl> + <nl> + # include " tensorflow / cc / training / queue_runner . h " <nl> + # include " tensorflow / core / lib / core / blocking_counter . h " <nl> + # include " tensorflow / core / lib / core / error_codes . pb . h " <nl> + # include " tensorflow / core / lib / core / notification . h " <nl> + # include " tensorflow / core / lib / core / status_test_util . h " <nl> + # include " tensorflow / core / platform / env . h " <nl> + # include " tensorflow / core / platform / test . h " <nl> + # include " tensorflow / core / public / session . h " <nl> + <nl> + namespace tensorflow { <nl> + namespace { <nl> + <nl> + using error : : Code ; <nl> + <nl> + void WaitForStopThread ( Coordinator * coord , bool * stopped , Notification * done ) { <nl> + coord - > WaitForStop ( ) ; <nl> + * stopped = true ; <nl> + done - > Notify ( ) ; <nl> + } <nl> + <nl> + TEST ( CoordinatorTest , TestStopAndWaitOnStop ) { <nl> + Coordinator coord ; <nl> + EXPECT_EQ ( coord . ShouldStop ( ) , false ) ; <nl> + <nl> + bool stopped = false ; <nl> + Notification done ; <nl> + Env : : Default ( ) - > SchedClosure ( <nl> + std : : bind ( & WaitForStopThread , & coord , & stopped , & done ) ) ; <nl> + Env : : Default ( ) - > SleepForMicroseconds ( 10000000 ) ; <nl> + EXPECT_EQ ( stopped , false ) ; <nl> + <nl> + coord . RequestStop ( ) ; <nl> + done . WaitForNotification ( ) ; <nl> + EXPECT_EQ ( stopped , true ) ; <nl> + EXPECT_EQ ( coord . ShouldStop ( ) , true ) ; <nl> + } <nl> + <nl> + class MockQueueRunner : public RunnerInterface { <nl> + public : <nl> + MockQueueRunner ( Coordinator * coord ) { <nl> + coord_ = coord ; <nl> + join_counter_ = nullptr ; <nl> + thread_pool_ . reset ( new thread : : ThreadPool ( Env : : Default ( ) , " test - pool " , 10 ) ) ; <nl> + } <nl> + <nl> + MockQueueRunner ( Coordinator * coord , int * join_counter ) <nl> + : MockQueueRunner ( coord ) { <nl> + join_counter_ = join_counter ; <nl> + } <nl> + <nl> + void StartCounting ( std : : atomic < int > * counter , int until ) { <nl> + thread_pool_ - > Schedule ( <nl> + std : : bind ( & MockQueueRunner : : CountThread , this , counter , until ) ) ; <nl> + } <nl> + <nl> + void StartSettingStatus ( const Status & status , BlockingCounter * counter ) { <nl> + thread_pool_ - > Schedule ( <nl> + std : : bind ( & MockQueueRunner : : SetStatusThread , this , status , counter ) ) ; <nl> + } <nl> + <nl> + Status Join ( ) { <nl> + if ( join_counter_ ! = nullptr ) { <nl> + ( * join_counter_ ) + + ; <nl> + } <nl> + thread_pool_ . reset ( ) ; <nl> + return status_ ; <nl> + } <nl> + <nl> + Status GetStatus ( ) { return status_ ; } <nl> + <nl> + void SetStatus ( const Status & status ) { status_ = status ; } <nl> + <nl> + private : <nl> + void CountThread ( std : : atomic < int > * counter , int until ) { <nl> + while ( ! coord_ - > ShouldStop ( ) & & counter - > load ( ) < until ) { <nl> + ( * counter ) + + ; <nl> + Env : : Default ( ) - > SleepForMicroseconds ( 100000 ) ; <nl> + } <nl> + coord_ - > RequestStop ( ) ; <nl> + } <nl> + void SetStatusThread ( const Status & status , BlockingCounter * counter ) { <nl> + Env : : Default ( ) - > SleepForMicroseconds ( 100000 ) ; <nl> + SetStatus ( status ) ; <nl> + counter - > DecrementCount ( ) ; <nl> + } <nl> + std : : unique_ptr < thread : : ThreadPool > thread_pool_ ; <nl> + Status status_ ; <nl> + Coordinator * coord_ ; <nl> + int * join_counter_ ; <nl> + } ; <nl> + <nl> + TEST ( CoordinatorTest , TestRealStop ) { <nl> + std : : atomic < int > counter ( 0 ) ; <nl> + Coordinator coord ; <nl> + <nl> + std : : unique_ptr < MockQueueRunner > qr1 ( new MockQueueRunner ( & coord ) ) ; <nl> + qr1 - > StartCounting ( & counter , 100 ) ; <nl> + coord . RegisterRunner ( std : : move ( qr1 ) ) ; <nl> + <nl> + std : : unique_ptr < MockQueueRunner > qr2 ( new MockQueueRunner ( & coord ) ) ; <nl> + qr2 - > StartCounting ( & counter , 100 ) ; <nl> + coord . RegisterRunner ( std : : move ( qr2 ) ) ; <nl> + <nl> + / / Wait until the counting has started <nl> + while ( counter . load ( ) = = 0 ) <nl> + ; <nl> + coord . RequestStop ( ) ; <nl> + <nl> + int temp_counter = counter . load ( ) ; <nl> + Env : : Default ( ) - > SleepForMicroseconds ( 10000000 ) ; <nl> + EXPECT_EQ ( temp_counter , counter . load ( ) ) ; <nl> + TF_EXPECT_OK ( coord . Join ( ) ) ; <nl> + } <nl> + <nl> + TEST ( CoordinatorTest , TestRequestStop ) { <nl> + Coordinator coord ; <nl> + std : : atomic < int > counter ( 0 ) ; <nl> + std : : unique_ptr < MockQueueRunner > qr ; <nl> + for ( int i = 0 ; i < 10 ; i + + ) { <nl> + qr . reset ( new MockQueueRunner ( & coord ) ) ; <nl> + qr - > StartCounting ( & counter , 10 ) ; <nl> + coord . RegisterRunner ( std : : move ( qr ) ) ; <nl> + } <nl> + <nl> + coord . WaitForStop ( ) ; <nl> + EXPECT_EQ ( coord . ShouldStop ( ) , true ) ; <nl> + EXPECT_EQ ( counter . load ( ) , 10 ) ; <nl> + TF_EXPECT_OK ( coord . Join ( ) ) ; <nl> + } <nl> + <nl> + TEST ( CoordinatorTest , TestJoin ) { <nl> + Coordinator coord ; <nl> + int join_counter = 0 ; <nl> + std : : unique_ptr < MockQueueRunner > qr1 ( <nl> + new MockQueueRunner ( & coord , & join_counter ) ) ; <nl> + coord . RegisterRunner ( std : : move ( qr1 ) ) ; <nl> + std : : unique_ptr < MockQueueRunner > qr2 ( <nl> + new MockQueueRunner ( & coord , & join_counter ) ) ; <nl> + coord . RegisterRunner ( std : : move ( qr2 ) ) ; <nl> + <nl> + TF_EXPECT_OK ( coord . Join ( ) ) ; <nl> + EXPECT_EQ ( join_counter , 2 ) ; <nl> + } <nl> + <nl> + TEST ( CoordinatorTest , StatusReporting ) { <nl> + Coordinator coord ( { Code : : CANCELLED , Code : : OUT_OF_RANGE } ) ; <nl> + BlockingCounter counter ( 3 ) ; <nl> + <nl> + std : : unique_ptr < MockQueueRunner > qr1 ( new MockQueueRunner ( & coord ) ) ; <nl> + qr1 - > StartSettingStatus ( Status ( Code : : CANCELLED , " " ) , & counter ) ; <nl> + coord . RegisterRunner ( std : : move ( qr1 ) ) ; <nl> + <nl> + std : : unique_ptr < MockQueueRunner > qr2 ( new MockQueueRunner ( & coord ) ) ; <nl> + qr2 - > StartSettingStatus ( Status ( Code : : INVALID_ARGUMENT , " " ) , & counter ) ; <nl> + coord . RegisterRunner ( std : : move ( qr2 ) ) ; <nl> + <nl> + std : : unique_ptr < MockQueueRunner > qr3 ( new MockQueueRunner ( & coord ) ) ; <nl> + qr3 - > StartSettingStatus ( Status ( Code : : OUT_OF_RANGE , " " ) , & counter ) ; <nl> + coord . RegisterRunner ( std : : move ( qr3 ) ) ; <nl> + <nl> + counter . Wait ( ) ; <nl> + EXPECT_EQ ( coord . Join ( ) . code ( ) , Code : : INVALID_ARGUMENT ) ; <nl> + } <nl> + <nl> + } / / namespace <nl> + } / / namespace tensorflow <nl> mmm a / tensorflow / cc / training / queue_runner . cc <nl> ppp b / tensorflow / cc / training / queue_runner . cc <nl> Status QueueRunner : : New ( const QueueRunnerDef & queue_runner_def , <nl> return ( * result ) - > Init ( queue_runner_def ) ; <nl> } <nl> <nl> + Status QueueRunner : : New ( const QueueRunnerDef & queue_runner_def , <nl> + Coordinator * coord , <nl> + std : : unique_ptr < QueueRunner > * result ) { <nl> + result - > reset ( new QueueRunner ( ) ) ; <nl> + ( * result ) - > coord_ = coord ; <nl> + return ( * result ) - > Init ( queue_runner_def ) ; <nl> + } <nl> + <nl> Status QueueRunner : : Init ( const QueueRunnerDef & queue_runner_def ) { <nl> queue_name_ = queue_runner_def . queue_name ( ) ; <nl> enqueue_op_names_ . clear ( ) ; <nl> Status QueueRunner : : Init ( const QueueRunnerDef & queue_runner_def ) { <nl> } <nl> <nl> thread_pool_ . reset ( new thread : : ThreadPool ( <nl> - Env : : Default ( ) , SanitizeThreadSuffix ( queue_name_ ) , runs_ ) ) ; <nl> - should_stop_ = false ; <nl> + Env : : Default ( ) , SanitizeThreadSuffix ( queue_name_ ) , runs_ + 1 ) ) ; <nl> + <nl> return Status : : OK ( ) ; <nl> } <nl> <nl> QueueRunner : : ~ QueueRunner ( ) { <nl> Join ( ) ; <nl> } <nl> <nl> - Status QueueRunner : : Start ( Session * sess ) { <nl> + Status QueueRunner : : Start ( Session * sess ) { return Start ( sess , 0 ) ; } <nl> + <nl> + Status QueueRunner : : Start ( Session * sess , int wait_for ) { <nl> + counter_ . reset ( new BlockingCounter ( runs_ ) ) ; <nl> for ( const string & enqueue_op : enqueue_op_names_ ) { <nl> thread_pool_ - > Schedule ( <nl> std : : bind ( & QueueRunner : : Run , this , sess , enqueue_op ) ) ; <nl> } <nl> + if ( coord_ ) { <nl> + thread_pool_ - > Schedule ( std : : bind ( & QueueRunner : : Stop , this , sess ) ) ; <nl> + } <nl> + / / Wait for up to ' wait_for ' milliseconds . <nl> + if ( wait_for > 0 ) { <nl> + if ( ! counter_ - > WaitFor ( std : : chrono : : milliseconds ( wait_for ) ) ) { <nl> + return Status ( error : : DEADLINE_EXCEEDED , <nl> + " Queues not fed before the timeout " ) ; <nl> + } <nl> + / / Check the status of the queue runner as well as the result of the enqueue <nl> + / / operations . <nl> + mutex_lock l ( mu_ ) ; <nl> + if ( ! enqueue_status_ . ok ( ) ) { <nl> + return enqueue_status_ ; <nl> + } else { <nl> + return status_ ; <nl> + } <nl> + } <nl> return Status : : OK ( ) ; <nl> } <nl> <nl> - Status QueueRunner : : Stop ( Session * sess ) { <nl> - should_stop_ = true ; <nl> + void QueueRunner : : Stop ( Session * sess ) { <nl> if ( cancel_op_name_ . empty ( ) ) { <nl> - return Status : : OK ( ) ; <nl> + return ; <nl> } else { <nl> - return sess - > Run ( { } , { } , { cancel_op_name_ } , nullptr ) ; <nl> + CHECK ( coord_ ! = nullptr ) ; <nl> + coord_ - > WaitForStop ( ) ; <nl> + UpdateStatus ( sess - > Run ( { } , { } , { cancel_op_name_ } , nullptr ) ) ; <nl> } <nl> } <nl> <nl> Status QueueRunner : : Join ( ) { <nl> thread_pool_ . reset ( ) ; <nl> + mutex_lock l ( mu_ ) ; <nl> return status_ ; <nl> } <nl> <nl> + void QueueRunner : : UpdateStatus ( const Status & status ) { <nl> + { <nl> + mutex_lock l ( mu_ ) ; <nl> + if ( ! status_ . ok ( ) | | status . ok ( ) | | <nl> + queue_closed_exception_types_ . count ( static_cast < int > ( status . code ( ) ) ) > <nl> + 0 ) { <nl> + return ; <nl> + } <nl> + status_ = status ; <nl> + } <nl> + if ( coord_ ) { <nl> + coord_ - > ReportStatus ( status ) ; <nl> + } <nl> + } <nl> + <nl> void QueueRunner : : Run ( Session * sess , const string & enqueue_op ) { <nl> bool decremented = false ; <nl> - while ( ! should_stop_ . load ( ) ) { <nl> + bool first_iteration = true ; <nl> + while ( true ) { <nl> + if ( coord_ & & coord_ - > ShouldStop ( ) ) { <nl> + break ; <nl> + } <nl> auto status = sess - > Run ( { } , { } , { enqueue_op } , nullptr ) ; <nl> + if ( first_iteration ) { <nl> + if ( ! status . ok ( ) ) { <nl> + mutex_lock l ( mu_ ) ; <nl> + enqueue_status_ = status ; <nl> + } <nl> + counter_ - > DecrementCount ( ) ; <nl> + first_iteration = false ; <nl> + } <nl> if ( status . ok ( ) ) { <nl> continue ; <nl> } else if ( queue_closed_exception_types_ . count ( <nl> static_cast < int > ( status . code ( ) ) ) > 0 ) { <nl> - mutex_lock l ( mu_ ) ; <nl> - runs_ - - ; <nl> - decremented = true ; <nl> - should_stop_ = true ; <nl> + { <nl> + mutex_lock l ( mu_ ) ; <nl> + runs_ - - ; <nl> + decremented = true ; <nl> + } <nl> <nl> / / If all enqueue ops have finished , run the close op . <nl> - if ( runs_ = = 0 & & ! close_op_name_ . empty ( ) ) { <nl> - auto s = sess - > Run ( { } , { } , { close_op_name_ } , nullptr ) ; <nl> - if ( ! s . ok ( ) & & status_ . ok ( ) & & <nl> - queue_closed_exception_types_ . count ( static_cast < int > ( s . code ( ) ) ) = = <nl> - 0 ) { <nl> - status_ = s ; <nl> + if ( runs_ = = 0 ) { <nl> + if ( ! close_op_name_ . empty ( ) ) { <nl> + auto s = sess - > Run ( { } , { } , { close_op_name_ } , nullptr ) ; <nl> + UpdateStatus ( status ) ; <nl> } <nl> + break ; <nl> } <nl> } else { <nl> - { <nl> - mutex_lock l ( mu_ ) ; <nl> - should_stop_ = true ; <nl> - / / Only record the first failure status . <nl> - if ( status_ . ok ( ) ) { <nl> - status_ = status ; <nl> - } <nl> + UpdateStatus ( status ) ; <nl> + if ( coord_ ) { <nl> + coord_ - > RequestStop ( ) ; <nl> } <nl> - / / Stop the queue runner immediately to propagate the error to <nl> - / / subsequent queues . <nl> - Stop ( sess ) ; <nl> + break ; <nl> } <nl> + first_iteration = false ; <nl> } <nl> <nl> if ( ! decremented ) { <nl> mmm a / tensorflow / cc / training / queue_runner . h <nl> ppp b / tensorflow / cc / training / queue_runner . h <nl> limitations under the License . <nl> # include < unordered_set > <nl> # include < vector > <nl> <nl> + # include " tensorflow / cc / training / coordinator . h " <nl> + # include " tensorflow / core / lib / core / blocking_counter . h " <nl> # include " tensorflow / core / lib / core / error_codes . pb . h " <nl> # include " tensorflow / core / lib / core / status . h " <nl> # include " tensorflow / core / lib / core / threadpool . h " <nl> namespace tensorflow { <nl> <nl> / / QueueRunner class imitates the behavior of the python version of QueueRunner <nl> / / which creates a thread for each enqueue op , runs close op on completion . <nl> - class QueueRunner { <nl> + class QueueRunner : public RunnerInterface { <nl> public : <nl> / / Creates a new QueueRunner from proto . <nl> / / TODO ( yuefengz ) : we may want to initialize from queues and ops in the <nl> class QueueRunner { <nl> static Status New ( const QueueRunnerDef & queue_runner_def , <nl> std : : unique_ptr < QueueRunner > * result ) ; <nl> <nl> + / / Creates a new QueueRunner with a coordinator , see coordinator . h for usage . <nl> + static Status New ( const QueueRunnerDef & queue_runner_def , Coordinator * coord , <nl> + std : : unique_ptr < QueueRunner > * result ) ; <nl> + <nl> / / The destructor would join all the threads . <nl> ~ QueueRunner ( ) ; <nl> <nl> / / Starts the queue runner with the given session . <nl> Status Start ( Session * sess ) ; <nl> <nl> - / / Requests to stop and runs the cancel op . <nl> - Status Stop ( Session * sess ) ; <nl> + / / Starts the queue runner with the given session , and wait for up to the <nl> + / / specified time ( in milliseconds ) for the queues to start to fill up . <nl> + Status Start ( Session * sess , int wait_for ) ; <nl> <nl> / / Joins all the threads . Returns okay if all threads run successfully ; <nl> / / otherwise returns the first captured failure status . <nl> - Status Join ( ) ; <nl> + Status Join ( ) final ; <nl> <nl> / / Returns the lastest status . <nl> Status GetStatus ( ) ; <nl> <nl> private : <nl> - QueueRunner ( ) { } <nl> + QueueRunner ( ) : coord_ ( nullptr ) { } <nl> <nl> / / Initializes the instance with the QueueRunnerDef proto . <nl> Status Init ( const QueueRunnerDef & queue_runner_def ) ; <nl> class QueueRunner { <nl> / / The Run function for each thread . <nl> void Run ( Session * sess , const string & enqueue_op ) ; <nl> <nl> + / / Requests to stop and runs the cancel op . It would be called in a separate <nl> + / / thread when coordinator is set . <nl> + void Stop ( Session * sess ) ; <nl> + <nl> + / / Updates the internal status ; it only keeps OK or the first unexpected error <nl> + / / status . <nl> + void UpdateStatus ( const Status & status ) ; <nl> + <nl> string queue_name_ ; <nl> std : : vector < string > enqueue_op_names_ ; <nl> string close_op_name_ ; <nl> class QueueRunner { <nl> std : : unordered_set < int > queue_closed_exception_types_ ; <nl> <nl> std : : unique_ptr < thread : : ThreadPool > thread_pool_ ; <nl> - std : : atomic < bool > should_stop_ ; <nl> condition_variable wait_to_close_ ; <nl> mutex mu_ ; <nl> / / TODO ( yuefengz ) : implement c + + coordinator . <nl> int runs_ = 0 ; <nl> - Status status_ ; <nl> + Status status_ GUARDED_BY ( mu_ ) ; <nl> + Status enqueue_status_ GUARDED_BY ( mu_ ) ; <nl> + std : : unique_ptr < BlockingCounter > counter_ ; <nl> + <nl> + Coordinator * coord_ ; <nl> } ; <nl> <nl> } / / namespace tensorflow <nl> mmm a / tensorflow / cc / training / queue_runner_test . cc <nl> ppp b / tensorflow / cc / training / queue_runner_test . cc <nl> limitations under the License . <nl> <nl> # include " tensorflow / cc / framework / scope . h " <nl> # include " tensorflow / cc / ops / standard_ops . h " <nl> + # include " tensorflow / cc / training / coordinator . h " <nl> # include " tensorflow / core / framework / graph . pb . h " <nl> # include " tensorflow / core / framework / tensor . h " <nl> # include " tensorflow / core / framework / tensor_shape . h " <nl> TEST ( QueueRunnerTest , BasicTest ) { <nl> auto session = BuildSessionAndInitVariable ( graph_def ) ; <nl> <nl> QueueRunnerDef queue_runner_def = BuildQueueRunnerDef ( <nl> - kQueueName , { kCountUpToOpName , kCountUpToOpName } , kSquareOpName , " " , { } ) ; <nl> + kQueueName , { kCountUpToOpName } , kSquareOpName , " " , { } ) ; <nl> <nl> std : : unique_ptr < QueueRunner > qr ; <nl> TF_EXPECT_OK ( QueueRunner : : New ( queue_runner_def , & qr ) ) ; <nl> GraphDef BuildDoubleQueueGraph ( ) { <nl> auto close0 = QueueClose ( root . WithOpName ( kCloseOp0 ) , q0 ) ; <nl> auto cancel0 = QueueClose ( root . WithOpName ( kCancelOp0 ) , q0 , <nl> QueueClose : : CancelPendingEnqueues ( true ) ) ; <nl> - auto q1 = FIFOQueue ( root . WithOpName ( kQueueName1 ) , { DataType : : DT_INT32 } ) ; <nl> + auto q1 = FIFOQueue ( root . WithOpName ( kQueueName1 ) , { DataType : : DT_INT32 } , <nl> + FIFOQueue : : Capacity ( 3 ) ) ; <nl> auto dequeue0 = <nl> QueueDequeue ( root . WithOpName ( kDequeueOp0 ) , q0 , { DataType : : DT_INT32 } ) ; <nl> auto enqueue1 = QueueEnqueue ( root . WithOpName ( kEnqueueOp1 ) , q1 , { dequeue0 [ 0 ] } ) ; <nl> TEST ( QueueRunnerTest , SessionCloseCancelPendingEnqueue ) { <nl> EXPECT_EQ ( join_succeeded , true ) ; <nl> } <nl> <nl> - TEST ( QueueRunnerTest , Stop ) { <nl> - auto graph_def = BuildDoubleQueueGraph ( ) ; <nl> + TEST ( QueueRunnerTest , EmptyEnqueueOps ) { <nl> + QueueRunnerDef queue_runner_def = <nl> + BuildQueueRunnerDef ( kQueueName , { } , kCountUpToOpName , " " , { } ) ; <nl> + <nl> + std : : unique_ptr < QueueRunner > qr ; <nl> + EXPECT_EQ ( QueueRunner : : New ( queue_runner_def , & qr ) . code ( ) , <nl> + Code : : INVALID_ARGUMENT ) ; <nl> + } <nl> <nl> + TEST ( QueueRunnerTest , StartTimeout ) { <nl> + GraphDef graph_def = BuildDoubleQueueGraph ( ) ; <nl> SessionOptions options ; <nl> std : : unique_ptr < Session > session ( NewSession ( options ) ) ; <nl> TF_CHECK_OK ( session - > Create ( graph_def ) ) ; <nl> <nl> - QueueRunnerDef queue_runner_def = <nl> - BuildQueueRunnerDef ( kQueueName1 , { kEnqueueOp1 } , kCloseOp1 , kCancelOp1 , <nl> - { Code : : OUT_OF_RANGE , Code : : CANCELLED } ) ; <nl> + QueueRunnerDef queue_runner_def = BuildQueueRunnerDef ( <nl> + kQueueName1 , { kEnqueueOp1 } , kCloseOp1 , kCancelOp1 , { } ) ; <nl> + <nl> std : : unique_ptr < QueueRunner > qr ; <nl> TF_EXPECT_OK ( QueueRunner : : New ( queue_runner_def , & qr ) ) ; <nl> - TF_CHECK_OK ( qr - > Start ( session . get ( ) ) ) ; <nl> - <nl> - TF_EXPECT_OK ( qr - > Stop ( session . get ( ) ) ) ; <nl> - <nl> - TF_EXPECT_OK ( session - > Run ( { } , { } , { kEnqueueOp0 } , nullptr ) ) ; <nl> - <nl> - EXPECT_EQ ( session - > Run ( { } , { kDequeueOp1 } , { } , nullptr ) . code ( ) , <nl> - Code : : OUT_OF_RANGE ) ; <nl> - <nl> - / / qr is already stopped <nl> - TF_EXPECT_OK ( qr - > Join ( ) ) ; <nl> + / / This will timeout since queue0 is not fed and queue1 is fetching data from <nl> + / / queue0 . <nl> + EXPECT_EQ ( qr - > Start ( session . get ( ) , 1 ) . code ( ) , Code : : DEADLINE_EXCEEDED ) ; <nl> + session - > Close ( ) ; <nl> } <nl> <nl> - TEST ( QueueRunnerTest , StopTwoQueues ) { <nl> + TEST ( QueueRunnerTest , TestCoordinatorStop ) { <nl> auto graph_def = BuildDoubleQueueGraph ( ) ; <nl> - <nl> SessionOptions options ; <nl> std : : unique_ptr < Session > session ( NewSession ( options ) ) ; <nl> TF_CHECK_OK ( session - > Create ( graph_def ) ) ; <nl> TEST ( QueueRunnerTest , StopTwoQueues ) { <nl> QueueRunnerDef queue_runner1 = <nl> BuildQueueRunnerDef ( kQueueName1 , { kEnqueueOp1 } , kCloseOp1 , kCancelOp1 , <nl> { Code : : OUT_OF_RANGE , Code : : CANCELLED } ) ; <nl> + <nl> + Coordinator coord ; <nl> std : : unique_ptr < QueueRunner > qr0 ; <nl> - TF_EXPECT_OK ( QueueRunner : : New ( queue_runner0 , & qr0 ) ) ; <nl> + TF_EXPECT_OK ( QueueRunner : : New ( queue_runner0 , & coord , & qr0 ) ) ; <nl> TF_CHECK_OK ( qr0 - > Start ( session . get ( ) ) ) ; <nl> std : : unique_ptr < QueueRunner > qr1 ; <nl> - TF_EXPECT_OK ( QueueRunner : : New ( queue_runner1 , & qr1 ) ) ; <nl> + TF_EXPECT_OK ( QueueRunner : : New ( queue_runner1 , & coord , & qr1 ) ) ; <nl> TF_CHECK_OK ( qr1 - > Start ( session . get ( ) ) ) ; <nl> <nl> + coord . RegisterRunner ( std : : move ( qr0 ) ) ; <nl> + coord . RegisterRunner ( std : : move ( qr1 ) ) ; <nl> + <nl> std : : vector < Tensor > dq ; <nl> TF_EXPECT_OK ( session - > Run ( { } , { kDequeueOp1 } , { } , & dq ) ) ; <nl> EXPECT_EQ ( * dq [ 0 ] . scalar < int > ( ) . data ( ) , 10 ) ; <nl> <nl> - TF_EXPECT_OK ( qr0 - > Stop ( session . get ( ) ) ) ; <nl> - TF_EXPECT_OK ( qr1 - > Stop ( session . get ( ) ) ) ; <nl> - <nl> - TF_EXPECT_OK ( qr0 - > Join ( ) ) ; <nl> - TF_EXPECT_OK ( qr1 - > Join ( ) ) ; <nl> - } <nl> - <nl> - TEST ( QueueRunnerTest , EmptyEnqueueOps ) { <nl> - QueueRunnerDef queue_runner_def = <nl> - BuildQueueRunnerDef ( kQueueName , { } , kCountUpToOpName , " " , { } ) ; <nl> - <nl> - std : : unique_ptr < QueueRunner > qr ; <nl> - EXPECT_EQ ( QueueRunner : : New ( queue_runner_def , & qr ) . code ( ) , <nl> - Code : : INVALID_ARGUMENT ) ; <nl> + TF_EXPECT_OK ( coord . RequestStop ( ) ) ; <nl> + TF_EXPECT_OK ( coord . Join ( ) ) ; <nl> } <nl> <nl> } / / namespace <nl> mmm a / tensorflow / contrib / distributions / __init__ . py <nl> ppp b / tensorflow / contrib / distributions / __init__ . py <nl> <nl> @ @ MultivariateNormalCholesky <nl> @ @ MultivariateNormalDiagPlusVDVT <nl> @ @ MultivariateNormalDiagWithSoftplusStDev <nl> - @ @ matrix_diag_transform <nl> <nl> # # # Other multivariate distributions <nl> <nl> <nl> @ @ WishartCholesky <nl> @ @ WishartFull <nl> <nl> + # # # Multivariate Utilities <nl> + <nl> + @ @ matrix_diag_transform <nl> + <nl> # # Transformed distributions <nl> <nl> @ @ TransformedDistribution <nl> <nl> @ @ normal_conjugates_known_sigma_posterior <nl> @ @ normal_conjugates_known_sigma_predictive <nl> <nl> - # # Kullback Leibler Divergence <nl> + # # Kullback - Leibler Divergence <nl> <nl> @ @ kl <nl> @ @ RegisterKL <nl> mmm a / tensorflow / contrib / distributions / python / kernel_tests / distribution_util_test . py <nl> ppp b / tensorflow / contrib / distributions / python / kernel_tests / distribution_util_test . py <nl> <nl> from tensorflow . contrib . distributions . python . ops import distribution_util <nl> <nl> <nl> - class DistributionUtilTest ( tf . test . TestCase ) : <nl> + class AssertCloseTest ( tf . test . TestCase ) : <nl> <nl> def testAssertCloseIntegerDtype ( self ) : <nl> x = [ 1 , 5 , 10 , 15 , 20 ] <nl> def testAssertIntegerForm ( self ) : <nl> distribution_util . assert_integer_form ( w ) ] ) : <nl> tf . identity ( w ) . eval ( ) <nl> <nl> + <nl> + class GetLogitsAndProbTest ( tf . test . TestCase ) : <nl> + <nl> def testGetLogitsAndProbImproperArguments ( self ) : <nl> with self . test_session ( ) : <nl> with self . assertRaises ( ValueError ) : <nl> def testGetLogitsAndProbProbabilityValidateArgsMultidimensional ( self ) : <nl> p = p4 , multidimensional = True , validate_args = False ) <nl> prob . eval ( ) <nl> <nl> + <nl> + class LogCombinationsTest ( tf . test . TestCase ) : <nl> + <nl> def testLogCombinationsBinomial ( self ) : <nl> n = [ 2 , 5 , 12 , 15 ] <nl> k = [ 1 , 2 , 4 , 11 ] <nl> def testLogCombinationsShape ( self ) : <nl> log_binom = distribution_util . log_combinations ( n , counts ) <nl> self . assertEqual ( [ 2 , 2 ] , log_binom . get_shape ( ) ) <nl> <nl> + <nl> + class RotateTransposeTest ( tf . test . TestCase ) : <nl> + <nl> def _np_rotate_transpose ( self , x , shift ) : <nl> if not isinstance ( x , np . ndarray ) : <nl> x = np . array ( x ) <nl> def testRollDynamic ( self ) : <nl> sess . run ( distribution_util . rotate_transpose ( x , shift ) , <nl> feed_dict = { x : x_value , shift : shift_value } ) ) <nl> <nl> - def testChooseVector ( self ) : <nl> + <nl> + class PickVectorTest ( tf . test . TestCase ) : <nl> + <nl> + def testCorrectlyPicksVector ( self ) : <nl> with self . test_session ( ) : <nl> x = np . arange ( 10 , 12 ) <nl> y = np . arange ( 15 , 18 ) <nl> def testChooseVector ( self ) : <nl> tf . constant ( False ) , x , y ) ) # No eval . <nl> <nl> <nl> + class FillLowerTriangularTest ( tf . test . TestCase ) : <nl> + <nl> + def testCorrectlyMakes1x1LowerTril ( self ) : <nl> + with self . test_session ( ) : <nl> + x = np . array ( [ [ 1 . ] , [ 2 ] , [ 3 ] ] ) <nl> + expected = np . array ( [ [ [ 1 . ] ] , [ [ 2 ] ] , [ [ 3 ] ] ] ) <nl> + actual = distribution_util . fill_lower_triangular ( x ) <nl> + self . assertAllEqual ( expected . shape , actual . get_shape ( ) ) <nl> + self . assertAllEqual ( expected , actual . eval ( ) ) <nl> + <nl> + def testCorrectlyMakesNoBatchLowerTril ( self ) : <nl> + with self . test_session ( ) : <nl> + x = np . arange ( 9 ) <nl> + expected = np . array ( <nl> + [ [ 0 . , 0 . , 0 . ] , <nl> + [ 1 . , 2 . , 0 . ] , <nl> + [ 3 . , 4 . , 5 . ] ] ) <nl> + actual = distribution_util . fill_lower_triangular ( x ) <nl> + self . assertAllEqual ( expected . shape , actual . get_shape ( ) ) <nl> + self . assertAllEqual ( expected , actual . eval ( ) ) <nl> + <nl> + def testCorrectlyMakesBatchLowerTril ( self ) : <nl> + with self . test_session ( ) : <nl> + x = np . reshape ( np . arange ( 24 ) , ( 2 , 2 , 6 ) ) <nl> + expected = np . array ( <nl> + [ [ [ [ 0 . , 0 . , 0 . ] , <nl> + [ 1 . , 2 . , 0 . ] , <nl> + [ 3 . , 4 . , 5 . ] ] , <nl> + [ [ 6 . , 0 . , 0 . ] , <nl> + [ 7 . , 8 . , 0 . ] , <nl> + [ 9 . , 10 . , 11 . ] ] ] , <nl> + [ [ [ 12 . , 0 . , 0 . ] , <nl> + [ 13 . , 14 . , 0 . ] , <nl> + [ 15 . , 16 . , 17 . ] ] , <nl> + [ [ 18 . , 0 . , 0 . ] , <nl> + [ 19 . , 20 . , 0 . ] , <nl> + [ 21 . , 22 . , 23 . ] ] ] ] ) <nl> + actual = distribution_util . fill_lower_triangular ( x ) <nl> + self . assertAllEqual ( expected . shape , actual . get_shape ( ) ) <nl> + self . assertAllEqual ( expected , actual . eval ( ) ) <nl> + <nl> + <nl> if __name__ = = " __main__ " : <nl> tf . test . main ( ) <nl> mmm a / tensorflow / contrib / distributions / python / ops / distribution_util . py <nl> ppp b / tensorflow / contrib / distributions / python / ops / distribution_util . py <nl> <nl> <nl> import functools <nl> import hashlib <nl> + import math <nl> import numpy as np <nl> <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import tensor_shape <nl> from tensorflow . python . framework import tensor_util <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import check_ops <nl> def pick_vector ( cond , <nl> TypeError : if ` cond ` is not a constant and <nl> ` true_vector . dtype ! = false_vector . dtype ` <nl> " " " <nl> - with ops . op_scope ( ( cond , true_vector , false_vector ) , name ) : <nl> + with ops . name_scope ( name , values = ( cond , true_vector , false_vector ) ) : <nl> cond = ops . convert_to_tensor ( cond , name = " cond " ) <nl> if cond . dtype ! = dtypes . bool : <nl> raise TypeError ( " % s . dtype = % s which is not % s " % <nl> def gen_new_seed ( seed , salt ) : <nl> return None <nl> <nl> <nl> + def fill_lower_triangular ( x , name = " fill_lower_triangular " ) : <nl> + " " " Creates a ( batch of ) lower triangular matrix from a vector of inputs . <nl> + <nl> + If ` x . get_shape ( ) ` is ` [ b1 , b2 , . . . , bK , d ] ` then the output shape is ` [ b1 , <nl> + b2 , . . . , bK , n , n ] ` where ` n ` is such that ` d = n ( n + 1 ) / 2 ` , i . e . , <nl> + ` n = int ( 0 . 5 * ( math . sqrt ( 1 . + 8 . * d ) - 1 . ) ) ` . <nl> + <nl> + Note : This function is very slow ; possibly 10x slower than zero - ing out the <nl> + upper - triangular portion of a full matrix . <nl> + <nl> + Example : <nl> + <nl> + ` ` ` python <nl> + fill_lower_triangular ( [ 1 , 2 , 3 , 4 , 5 , 6 ] ) <nl> + # Returns : [ [ 1 , 0 , 0 ] , <nl> + # [ 2 , 3 , 0 ] , <nl> + # [ 4 , 5 , 6 ] ] <nl> + ` ` ` <nl> + <nl> + Args : <nl> + x : ` Tensor ` representing lower triangular elements . <nl> + name : ` String ` . The name to give this op . <nl> + <nl> + Returns : <nl> + tril : ` Tensor ` with lower triangular elements filled from ` x ` . <nl> + " " " <nl> + with ops . name_scope ( name , values = ( x , ) ) : <nl> + x = ops . convert_to_tensor ( x , name = " x " ) <nl> + ndims = x . get_shape ( ) . ndims <nl> + if ndims is not None and x . get_shape ( ) [ - 1 ] . value is not None : <nl> + d = x . get_shape ( ) [ - 1 ] . value <nl> + # d = n ^ 2 / 2 + n / 2 implies n is : <nl> + n = int ( 0 . 5 * ( math . sqrt ( 1 . + 8 . * d ) - 1 . ) ) <nl> + final_shape = x . get_shape ( ) [ : - 1 ] . concatenate ( <nl> + tensor_shape . TensorShape ( [ n , n ] ) ) <nl> + else : <nl> + ndims = array_ops . rank ( x ) <nl> + d = math_ops . cast ( array_ops . shape ( x ) [ - 1 ] , dtype = dtypes . float32 ) <nl> + # d = n ^ 2 / 2 + n / 2 implies n is : <nl> + n = math_ops . cast ( 0 . 5 * ( dtypes . sqrt ( 1 . + 8 . * d ) - 1 . ) , <nl> + dtype = dtypes . int32 ) <nl> + final_shape = x . get_shape ( ) [ : - 1 ] . concatenate ( <nl> + tensor_shape . TensorShape ( [ None , None ] ) ) <nl> + <nl> + # Make ids for each batch dim . <nl> + if ( x . get_shape ( ) . ndims is not None and <nl> + x . get_shape ( ) [ : - 1 ] . is_fully_defined ( ) ) : <nl> + batch_shape = np . asarray ( x . get_shape ( ) [ : - 1 ] . as_list ( ) , dtype = np . int32 ) <nl> + m = np . prod ( batch_shape ) <nl> + else : <nl> + batch_shape = array_ops . shape ( x ) [ : - 1 ] <nl> + m = array_ops . reduce_prod ( batch_shape ) <nl> + <nl> + # Flatten batch dims . <nl> + y = array_ops . reshape ( x , [ - 1 , d ] ) <nl> + <nl> + # Prepend a zero to each row . <nl> + y = array_ops . pad ( y , paddings = [ [ 0 , 0 ] , [ 1 , 0 ] ] ) <nl> + <nl> + # Make ids for each batch dim . <nl> + if x . get_shape ( ) [ : - 1 ] . is_fully_defined ( ) : <nl> + m = np . asarray ( np . prod ( x . get_shape ( ) [ : - 1 ] . as_list ( ) ) , dtype = np . int32 ) <nl> + else : <nl> + m = array_ops . reduce_prod ( array_ops . shape ( x ) [ : - 1 ] ) <nl> + batch_ids = math_ops . range ( m ) <nl> + <nl> + def make_tril_ids ( n ) : <nl> + " " " Internal helper to create vector of linear indices into y . " " " <nl> + cols = array_ops . reshape ( array_ops . tile ( math_ops . range ( n ) , [ n ] ) , [ n , n ] ) <nl> + rows = array_ops . tile ( <nl> + array_ops . expand_dims ( math_ops . range ( n ) , - 1 ) , [ 1 , n ] ) <nl> + pred = math_ops . greater ( cols , rows ) <nl> + tril_ids = array_ops . tile ( array_ops . reshape ( <nl> + math_ops . cumsum ( math_ops . range ( n ) ) , [ n , 1 ] ) , [ 1 , n ] ) + cols <nl> + tril_ids = math_ops . select ( pred , <nl> + array_ops . zeros ( [ n , n ] , dtype = dtypes . int32 ) , <nl> + tril_ids + 1 ) <nl> + tril_ids = array_ops . reshape ( tril_ids , [ - 1 ] ) <nl> + return tril_ids <nl> + tril_ids = make_tril_ids ( n ) <nl> + <nl> + # Assemble the ids into pairs . <nl> + idx = array_ops . pack ( [ <nl> + array_ops . tile ( array_ops . expand_dims ( batch_ids , - 1 ) , [ 1 , n * n ] ) , <nl> + array_ops . tile ( [ tril_ids ] , [ m , 1 ] ) ] ) <nl> + idx = array_ops . transpose ( idx , [ 1 , 2 , 0 ] ) <nl> + <nl> + y = array_ops . gather_nd ( y , idx ) <nl> + y = array_ops . reshape ( y , array_ops . concat ( 0 , [ batch_shape , [ n , n ] ] ) ) <nl> + <nl> + y . set_shape ( y . get_shape ( ) . merge_with ( final_shape ) ) <nl> + <nl> + return y <nl> + <nl> + <nl> class AppendDocstring ( object ) : <nl> " " " Helper class to promote private subclass docstring to public counterpart . <nl> <nl> mmm a / tensorflow / contrib / factorization / python / ops / factorization_ops . py <nl> ppp b / tensorflow / contrib / factorization / python / ops / factorization_ops . py <nl> def _process_input_helper ( self , update_row_factors , <nl> update_op : An op that assigns the newly computed values to the row / column <nl> factors . <nl> " " " <nl> - assert isinstance ( sp_input , ops . SparseTensor ) <nl> + assert isinstance ( sp_input , tf . SparseTensor ) <nl> <nl> if update_row_factors : <nl> left = self . _row_factors <nl> mmm a / tensorflow / contrib / framework / BUILD <nl> ppp b / tensorflow / contrib / framework / BUILD <nl> py_library ( <nl> " __init__ . py " , <nl> " python / framework / __init__ . py " , <nl> " python / framework / checkpoint_utils . py " , <nl> - " python / framework / decorator_utils . py " , <nl> - " python / framework / deprecation . py " , <nl> " python / framework / experimental . py " , <nl> " python / framework / tensor_util . py " , <nl> " python / ops / __init__ . py " , <nl> py_test ( <nl> deps = [ " / / tensorflow : tensorflow_py " ] , <nl> ) <nl> <nl> - py_test ( <nl> - name = " deprecation_test " , <nl> - srcs = [ " python / framework / deprecation_test . py " ] , <nl> - srcs_version = " PY2AND3 " , <nl> - deps = [ " / / tensorflow : tensorflow_py " ] , <nl> - ) <nl> - <nl> - py_test ( <nl> - name = " decorator_utils_test " , <nl> - srcs = [ " python / framework / decorator_utils_test . py " ] , <nl> - srcs_version = " PY2AND3 " , <nl> - deps = [ " / / tensorflow : tensorflow_py " ] , <nl> - ) <nl> - <nl> py_test ( <nl> name = " experimental_test " , <nl> srcs = [ " python / framework / experimental_test . py " ] , <nl> py_test ( <nl> size = " small " , <nl> srcs = [ " python / ops / variables_test . py " ] , <nl> srcs_version = " PY2AND3 " , <nl> + tags = [ " manual " ] , <nl> deps = [ " / / tensorflow : tensorflow_py " ] , <nl> ) <nl> <nl> mmm a / tensorflow / contrib / framework / python / framework / __init__ . py <nl> ppp b / tensorflow / contrib / framework / python / framework / __init__ . py <nl> <nl> from __future__ import print_function <nl> <nl> # pylint : disable = wildcard - import <nl> - from tensorflow . contrib . framework . python . framework import decorator_utils <nl> from tensorflow . contrib . framework . python . framework . checkpoint_utils import * <nl> - from tensorflow . contrib . framework . python . framework . deprecation import deprecated <nl> - from tensorflow . contrib . framework . python . framework . deprecation import deprecated_arg_values <nl> - from tensorflow . contrib . framework . python . framework . deprecation import deprecated_args <nl> from tensorflow . contrib . framework . python . framework . experimental import experimental <nl> from tensorflow . contrib . framework . python . framework . tensor_util import * <nl> + from tensorflow . python . util import decorator_utils <nl> + from tensorflow . python . util . deprecation import deprecated <nl> + from tensorflow . python . util . deprecation import deprecated_arg_values <nl> + from tensorflow . python . util . deprecation import deprecated_args <nl> mmm a / tensorflow / contrib / framework / python / framework / experimental . py <nl> ppp b / tensorflow / contrib / framework / python / framework / experimental . py <nl> <nl> <nl> import functools <nl> <nl> - from tensorflow . contrib . framework . python . framework import decorator_utils <nl> from tensorflow . python . platform import tf_logging as logging <nl> + from tensorflow . python . util import decorator_utils <nl> <nl> <nl> def _add_experimental_function_notice_to_docstring ( doc ) : <nl> mmm a / tensorflow / contrib / framework / python / framework / tensor_util . py <nl> ppp b / tensorflow / contrib / framework / python / framework / tensor_util . py <nl> <nl> import numpy as np <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import control_flow_ops <nl> from tensorflow . python . ops import math_ops <nl> def is_tensor ( x ) : <nl> Returns : <nl> ` True ` if ` x ` is a tensor , ` False ` if not . <nl> " " " <nl> - tensor_types = ( ops . Tensor , ops . SparseTensor , variables . Variable ) <nl> + tensor_types = ( ops . Tensor , sparse_tensor . SparseTensor , variables . Variable ) <nl> return isinstance ( x , tensor_types ) <nl> <nl> <nl> def with_shape ( expected_shape , tensor ) : <nl> Raises : <nl> ValueError : if tensor has an invalid shape . <nl> " " " <nl> - if isinstance ( tensor , ops . SparseTensor ) : <nl> + if isinstance ( tensor , sparse_tensor . SparseTensor ) : <nl> raise ValueError ( ' SparseTensor not supported . ' ) <nl> <nl> # Shape type must be 1D int32 . <nl> def convert_to_tensor_or_sparse_tensor ( <nl> " " " <nl> if dtype is not None : <nl> dtype = dtypes . as_dtype ( dtype ) <nl> - if isinstance ( value , ops . SparseTensorValue ) : <nl> - value = ops . SparseTensor . from_value ( value ) <nl> - if isinstance ( value , ops . SparseTensor ) : <nl> + if isinstance ( value , sparse_tensor . SparseTensorValue ) : <nl> + value = sparse_tensor . SparseTensor . from_value ( value ) <nl> + if isinstance ( value , sparse_tensor . SparseTensor ) : <nl> if dtype and not dtype . is_compatible_with ( value . dtype ) : <nl> raise RuntimeError ( <nl> ' Sparse dtype : requested = % s , actual = % s ' % ( <nl> mmm a / tensorflow / contrib / framework / python / ops / prettyprint_ops . py <nl> ppp b / tensorflow / contrib / framework / python / ops / prettyprint_ops . py <nl> <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import logging_ops <nl> from tensorflow . python . ops import math_ops <nl> def _get_tensor_repr ( t , <nl> if print_tensor_type : <nl> if isinstance ( t , ops . Tensor ) : <nl> t_type_str = " Type : Tensor ( { } ) " . format ( t . dtype . name ) <nl> - elif isinstance ( t , ops . SparseTensor ) : <nl> + elif isinstance ( t , sparse_tensor . SparseTensor ) : <nl> t_type_str = " Type : SparseTensor ( { } ) " . format ( t . dtype . name ) <nl> elif isinstance ( t , tensor_array_ops . TensorArray ) : <nl> t_type_str = " Type : TensorArray ( { } ) " . format ( t . dtype . name ) <nl> def _get_tensor_repr ( t , <nl> tensor_list . append ( constant_op . constant ( t_type_str ) ) <nl> <nl> if print_shape : <nl> - if isinstance ( t , ops . SparseTensor ) : <nl> + if isinstance ( t , sparse_tensor . SparseTensor ) : <nl> tensor_list . append ( constant_op . constant ( " Shape : " ) ) <nl> tensor_list . append ( t . shape ) <nl> elif isinstance ( t , ops . Tensor ) : <nl> def _get_tensor_repr ( t , <nl> tensor_list . append ( constant_op . constant ( " First True in Boolean tensor at : " ) ) <nl> tensor_list . append ( math_ops . argmax ( int_tensor , 0 ) ) <nl> <nl> - if isinstance ( t , ops . SparseTensor ) : <nl> + if isinstance ( t , sparse_tensor . SparseTensor ) : <nl> tensor_list . append ( constant_op . constant ( " Sparse indices : " ) ) <nl> tensor_list . append ( t . indices ) <nl> tensor_list . append ( constant_op . constant ( " Sparse values : " ) ) <nl> def print_op ( input_ , <nl> if isinstance ( input_ , ops . Tensor ) : <nl> input_ = logging_ops . Print ( input_ , tensor_list , message , first_n , summarize , <nl> name ) <nl> - elif isinstance ( input_ , ops . SparseTensor ) : <nl> + elif isinstance ( input_ , sparse_tensor . SparseTensor ) : <nl> p = logging_ops . Print ( <nl> constant_op . constant ( [ ] ) , tensor_list , message , first_n , summarize , <nl> name ) <nl> <nl> with ops . control_dependencies ( [ p ] ) : <nl> - input_ = ops . SparseTensor ( array_ops . identity ( input_ . indices ) , <nl> - array_ops . identity ( input_ . values ) , <nl> - array_ops . identity ( input_ . shape ) ) <nl> + input_ = sparse_tensor . SparseTensor ( array_ops . identity ( input_ . indices ) , <nl> + array_ops . identity ( input_ . values ) , <nl> + array_ops . identity ( input_ . shape ) ) <nl> elif isinstance ( input_ , tensor_array_ops . TensorArray ) : <nl> p = logging_ops . Print ( <nl> constant_op . constant ( [ ] ) , tensor_list , message , first_n , summarize , <nl> mmm a / tensorflow / contrib / layers / python / layers / embedding_ops . py <nl> ppp b / tensorflow / contrib / layers / python / layers / embedding_ops . py <nl> <nl> <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_shape <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import embedding_ops <nl> def safe_embedding_lookup_sparse ( embedding_weights , <nl> array_ops . slice ( original_shape , [ 0 ] , [ original_rank - 1 ] ) ) , <nl> array_ops . gather ( original_shape , original_rank - 1 ) ] ) <nl> if sparse_weights is not None : <nl> - sparse_weights = ops . SparseTensor ( sparse_ids . indices , <nl> - sparse_weights . values , sparse_ids . shape ) <nl> + sparse_weights = sparse_tensor . SparseTensor ( <nl> + sparse_ids . indices , <nl> + sparse_weights . values , sparse_ids . shape ) <nl> <nl> # Prune invalid ids and weights . <nl> sparse_ids , sparse_weights = _prune_invalid_ids ( sparse_ids , sparse_weights ) <nl> def hashed_embedding_lookup_sparse ( params , <nl> params = list ( params ) <nl> if not isinstance ( params , list ) : <nl> params = [ params ] <nl> - if not isinstance ( sparse_values , ops . SparseTensor ) : <nl> + if not isinstance ( sparse_values , sparse_tensor . SparseTensor ) : <nl> raise TypeError ( " sparse_values must be SparseTensor " ) <nl> <nl> with ops . name_scope ( name , " hashed_sparse_embedding_lookup " , <nl> mmm a / tensorflow / contrib / layers / python / layers / encoders . py <nl> ppp b / tensorflow / contrib / layers / python / layers / encoders . py <nl> <nl> from tensorflow . contrib . framework . python . ops import variables <nl> from tensorflow . contrib . layers . python . layers import embedding_ops as contrib_embedding_ops <nl> from tensorflow . contrib . layers . python . ops import sparse_ops <nl> - from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import embedding_ops <nl> from tensorflow . python . ops import math_ops <nl> from tensorflow . python . ops import variable_scope <nl> def bow_encoder ( ids , <nl> initializer = initializer , regularizer = regularizer , <nl> trainable = trainable ) <nl> if sparse_lookup : <nl> - if isinstance ( ids , ops . SparseTensor ) : <nl> + if isinstance ( ids , sparse_tensor . SparseTensor ) : <nl> sparse_ids = ids <nl> else : <nl> sparse_ids = sparse_ops . dense_to_sparse_tensor ( ids ) <nl> return contrib_embedding_ops . safe_embedding_lookup_sparse ( <nl> [ embeddings ] , sparse_ids , combiner = ' mean ' , default_id = 0 ) <nl> else : <nl> - if isinstance ( ids , ops . SparseTensor ) : <nl> + if isinstance ( ids , sparse_tensor . SparseTensor ) : <nl> raise TypeError ( ' ids are expected to be dense Tensor , got : % s ' , ids ) <nl> return math_ops . reduce_mean ( <nl> embedding_ops . embedding_lookup ( embeddings , ids ) , <nl> mmm a / tensorflow / contrib / layers / python / layers / feature_column . py <nl> ppp b / tensorflow / contrib / layers / python / layers / feature_column . py <nl> <nl> import math <nl> import six <nl> <nl> - from tensorflow . contrib . framework . python . framework import deprecation <nl> from tensorflow . contrib . layers . python . layers import layers <nl> from tensorflow . contrib . layers . python . ops import bucketization_op <nl> from tensorflow . contrib . layers . python . ops import sparse_feature_cross_op <nl> from tensorflow . contrib . lookup import lookup_ops as contrib_lookup_ops <nl> from tensorflow . python . framework import dtypes <nl> - from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor as sparse_tensor_py <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import init_ops <nl> from tensorflow . python . ops import math_ops <nl> <nl> from tensorflow . python . ops import sparse_ops <nl> from tensorflow . python . ops import string_ops <nl> from tensorflow . python . platform import tf_logging as logging <nl> + from tensorflow . python . util import deprecation <nl> <nl> <nl> class _LinearEmbeddingLookupArguments ( <nl> def insert_transformed_feature ( self , columns_to_tensors ) : <nl> sparse_id_values = math_ops . mod ( columns_to_tensors [ self . name ] . values , <nl> self . bucket_size , <nl> name = " mod " ) <nl> - columns_to_tensors [ self ] = ops . SparseTensor ( <nl> + columns_to_tensors [ self ] = sparse_tensor_py . SparseTensor ( <nl> columns_to_tensors [ self . name ] . indices , sparse_id_values , <nl> columns_to_tensors [ self . name ] . shape ) <nl> <nl> def insert_transformed_feature ( self , columns_to_tensors ) : <nl> <nl> sparse_id_values = string_ops . string_to_hash_bucket_fast ( <nl> sparse_values , self . bucket_size , name = " lookup " ) <nl> - columns_to_tensors [ self ] = ops . SparseTensor ( <nl> + columns_to_tensors [ self ] = sparse_tensor_py . SparseTensor ( <nl> sparse_tensor . indices , sparse_id_values , sparse_tensor . shape ) <nl> <nl> <nl> def to_sparse_tensor ( self , input_tensor ) : <nl> <nl> indices = math_ops . to_int64 ( array_ops . transpose ( array_ops . pack ( ( i1 , i2 ) ) ) ) <nl> shape = math_ops . to_int64 ( array_ops . pack ( [ batch_size , dimension ] ) ) <nl> - sparse_id_values = ops . SparseTensor ( indices , bucket_indices , shape ) <nl> + sparse_id_values = sparse_tensor_py . SparseTensor ( <nl> + indices , bucket_indices , shape ) <nl> <nl> return sparse_id_values <nl> <nl> mmm a / tensorflow / contrib / layers / python / layers / feature_column_ops . py <nl> ppp b / tensorflow / contrib / layers / python / layers / feature_column_ops . py <nl> <nl> from tensorflow . contrib . layers . python . layers import layers <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor as sparse_tensor_py <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import init_ops <nl> from tensorflow . python . ops import math_ops <nl> def _create_joint_embedding_lookup ( columns_to_tensors , <nl> values = t . values + prev_size <nl> prev_size + = a . vocab_size <nl> sparse_tensors . append ( <nl> - ops . SparseTensor ( t . indices , <nl> - values , <nl> - t . shape ) ) <nl> + sparse_tensor_py . SparseTensor ( t . indices , <nl> + values , <nl> + t . shape ) ) <nl> sparse_tensor = sparse_ops . sparse_concat ( 1 , sparse_tensors ) <nl> with variable_scope . variable_scope ( <nl> None , default_name = ' linear_weights ' , values = columns_to_tensors . values ( ) ) : <nl> def _log_variable ( variable ) : <nl> <nl> def _infer_real_valued_column_for_tensor ( name , tensor ) : <nl> " " " Creates a real_valued_column for given tensor and name . " " " <nl> - if isinstance ( tensor , ops . SparseTensor ) : <nl> + if isinstance ( tensor , sparse_tensor_py . SparseTensor ) : <nl> raise ValueError ( <nl> ' SparseTensor is not supported for auto detection . Please define ' <nl> ' corresponding FeatureColumn for tensor { } { } . ' , name , tensor ) <nl> mmm a / tensorflow / contrib / layers / python / layers / feature_column_test . py <nl> ppp b / tensorflow / contrib / layers / python / layers / feature_column_test . py <nl> <nl> <nl> import itertools <nl> import os <nl> + import tempfile <nl> <nl> import numpy as np <nl> import tensorflow as tf <nl> def testInitEmbeddingColumnWeightsFromCkpt ( self ) : <nl> { embedding_col : input_tensor } , [ embedding_col ] ) <nl> <nl> save = tf . train . Saver ( ) <nl> - checkpoint_path = os . path . join ( self . get_temp_dir ( ) , " model . ckpt " ) <nl> + ckpt_dir_prefix = os . path . join ( <nl> + self . get_temp_dir ( ) , " init_embedding_col_w_from_ckpt " ) <nl> + ckpt_dir = tempfile . mkdtemp ( prefix = ckpt_dir_prefix ) <nl> + checkpoint_path = os . path . join ( ckpt_dir , " model . ckpt " ) <nl> <nl> with self . test_session ( ) as sess : <nl> sess . run ( tf . initialize_all_variables ( ) ) <nl> def testInitCrossedColumnWeightsFromCkpt ( self ) : <nl> assign_op = tf . assign ( weight [ 0 ] , weight [ 0 ] + 0 . 5 ) <nl> <nl> save = tf . train . Saver ( ) <nl> - checkpoint_path = os . path . join ( self . get_temp_dir ( ) , " model . ckpt " ) <nl> + ckpt_dir_prefix = os . path . join ( <nl> + self . get_temp_dir ( ) , " init_crossed_col_w_from_ckpt " ) <nl> + ckpt_dir = tempfile . mkdtemp ( prefix = ckpt_dir_prefix ) <nl> + checkpoint_path = os . path . join ( ckpt_dir , " model . ckpt " ) <nl> <nl> with self . test_session ( ) as sess : <nl> sess . run ( tf . initialize_all_variables ( ) ) <nl> mmm a / tensorflow / contrib / layers / python / layers / layers . py <nl> ppp b / tensorflow / contrib / layers / python / layers / layers . py <nl> <nl> <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import check_ops <nl> from tensorflow . python . ops import init_ops <nl> def _inner_flatten ( inputs , new_rank , output_collections = None , scope = None ) : <nl> TypeError : ` inputs ` is not a ` Tensor ` or ` SparseTensor ` . <nl> " " " <nl> with ops . name_scope ( scope , ' InnerFlatten ' , [ inputs , new_rank ] ) as sc : <nl> - if isinstance ( inputs , ops . SparseTensor ) : <nl> + if isinstance ( inputs , sparse_tensor . SparseTensor ) : <nl> flattened = _sparse_inner_flatten ( inputs , new_rank ) <nl> else : <nl> inputs = ops . convert_to_tensor ( inputs ) <nl> mmm a / tensorflow / contrib / layers / python / ops / sparse_feature_cross_op . py <nl> ppp b / tensorflow / contrib / layers / python / ops / sparse_feature_cross_op . py <nl> <nl> from tensorflow . python . framework import common_shapes <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import math_ops <nl> from tensorflow . python . platform import resource_loader <nl> <nl> def sparse_feature_cross ( inputs , hashed_output = False , num_buckets = 0 , <nl> " " " <nl> if not isinstance ( inputs , list ) : <nl> raise TypeError ( " Inputs must be a list " ) <nl> - if not all ( isinstance ( i , ops . SparseTensor ) or <nl> + if not all ( isinstance ( i , sparse_tensor . SparseTensor ) or <nl> isinstance ( i , ops . Tensor ) for i in inputs ) : <nl> raise TypeError ( " All inputs must be SparseTensors " ) <nl> <nl> - sparse_inputs = [ i for i in inputs if isinstance ( i , ops . SparseTensor ) ] <nl> - dense_inputs = [ i for i in inputs if not isinstance ( i , ops . SparseTensor ) ] <nl> + sparse_inputs = [ i for i in inputs <nl> + if isinstance ( i , sparse_tensor . SparseTensor ) ] <nl> + dense_inputs = [ i for i in inputs <nl> + if not isinstance ( i , sparse_tensor . SparseTensor ) ] <nl> <nl> indices = [ sp_input . indices for sp_input in sparse_inputs ] <nl> values = [ sp_input . values for sp_input in sparse_inputs ] <nl> def sparse_feature_cross ( inputs , hashed_output = False , num_buckets = 0 , <nl> internal_type = internal_type , <nl> name = name ) ) <nl> <nl> - return ops . SparseTensor ( indices_out , values_out , shape_out ) <nl> + return sparse_tensor . SparseTensor ( indices_out , values_out , shape_out ) <nl> <nl> <nl> ops . RegisterShape ( " SparseFeatureCross " ) ( common_shapes . call_cpp_shape_fn ) <nl> mmm a / tensorflow / contrib / layers / python / ops / sparse_ops . py <nl> ppp b / tensorflow / contrib / layers / python / ops / sparse_ops . py <nl> <nl> <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import math_ops <nl> <nl> def dense_to_sparse_tensor ( dense_tensor , ignore_value = None ) : <nl> math_ops . mul ( higher_dims , shape_multipliers ) , reduction_indices = [ 1 ] ) <nl> flat_indices = math_ops . add ( flat_indices , offsets ) <nl> values = array_ops . gather ( flat_tensor , flat_indices ) <nl> - return ops . SparseTensor ( indices , values , dense_shape ) <nl> + return sparse_tensor . SparseTensor ( indices , values , dense_shape ) <nl> mmm a / tensorflow / contrib / learn / python / learn / dataframe / estimator_utils . py <nl> ppp b / tensorflow / contrib / learn / python / learn / dataframe / estimator_utils . py <nl> <nl> from tensorflow . contrib . layers import feature_column <nl> from tensorflow . contrib . learn . python . learn . dataframe import series as ss <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import parsing_ops <nl> <nl> <nl> def _to_feature_spec ( tensor , default_value = None ) : <nl> - if isinstance ( tensor , ops . SparseTensor ) : <nl> + if isinstance ( tensor , sparse_tensor . SparseTensor ) : <nl> return parsing_ops . VarLenFeature ( dtype = tensor . dtype ) <nl> else : <nl> return parsing_ops . FixedLenFeature ( shape = tensor . get_shape ( ) , <nl> mmm a / tensorflow / contrib / learn / python / learn / dataframe / transforms / binary_transforms . py <nl> ppp b / tensorflow / contrib / learn / python / learn / dataframe / transforms / binary_transforms . py <nl> <nl> <nl> from tensorflow . contrib . learn . python . learn . dataframe import series <nl> from tensorflow . contrib . learn . python . learn . dataframe import transform <nl> - from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import math_ops <nl> <nl> # Each entry is a mapping from registered_name to operation . Each operation is <nl> def _output_names ( self ) : <nl> <nl> def _apply_transform ( self , input_tensors , * * kwargs ) : <nl> # TODO ( jamieas ) : consider supporting sparse inputs . <nl> - if isinstance ( input_tensors [ 0 ] , ops . SparseTensor ) or isinstance ( <nl> - input_tensors [ 1 ] , ops . SparseTensor ) : <nl> + if isinstance ( input_tensors [ 0 ] , sparse_tensor . SparseTensor ) or isinstance ( <nl> + input_tensors [ 1 ] , sparse_tensor . SparseTensor ) : <nl> raise TypeError ( " { } does not support SparseTensors " . format ( <nl> type ( self ) . __name__ ) ) <nl> <nl> def _output_names ( self ) : <nl> <nl> def _apply_transform ( self , input_tensors , * * kwargs ) : <nl> input_tensor = input_tensors [ 0 ] <nl> - if isinstance ( input_tensor , ops . SparseTensor ) : <nl> - result = ops . SparseTensor ( input_tensor . indices , <nl> - self . _apply_op ( input_tensor . values ) , <nl> - input_tensor . shape ) <nl> + if isinstance ( input_tensor , sparse_tensor . SparseTensor ) : <nl> + result = sparse_tensor . SparseTensor ( input_tensor . indices , <nl> + self . _apply_op ( input_tensor . values ) , <nl> + input_tensor . shape ) <nl> else : <nl> result = self . _apply_op ( input_tensor ) <nl> <nl> mmm a / tensorflow / contrib / learn / python / learn / dataframe / transforms / boolean_mask . py <nl> ppp b / tensorflow / contrib / learn / python / learn / dataframe / transforms / boolean_mask . py <nl> <nl> from tensorflow . contrib . learn . python . learn . dataframe import transform <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor as sparse_tensor_py <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import functional_ops <nl> from tensorflow . python . ops import math_ops <nl> def _apply_transform ( self , input_tensors , * * kwargs ) : <nl> if mask . get_shape ( ) . ndims > 1 : <nl> mask = array_ops . squeeze ( mask ) <nl> <nl> - if isinstance ( input_tensor , ops . SparseTensor ) : <nl> + if isinstance ( input_tensor , sparse_tensor_py . SparseTensor ) : <nl> mask_fn = sparse_boolean_mask <nl> else : <nl> mask_fn = array_ops . boolean_mask <nl> mmm a / tensorflow / contrib / learn / python / learn / dataframe / transforms / difference . py <nl> ppp b / tensorflow / contrib / learn / python / learn / dataframe / transforms / difference . py <nl> <nl> <nl> from tensorflow . contrib . learn . python . learn . dataframe import series <nl> from tensorflow . contrib . learn . python . learn . dataframe import transform <nl> - from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import sparse_ops <nl> <nl> <nl> - def _negate_sparse ( sparse_tensor ) : <nl> - return ops . SparseTensor ( indices = sparse_tensor . indices , <nl> - values = - sparse_tensor . values , <nl> - shape = sparse_tensor . shape ) <nl> + def _negate_sparse ( st ) : <nl> + return sparse_tensor . SparseTensor ( indices = st . indices , <nl> + values = - st . values , <nl> + shape = st . shape ) <nl> <nl> <nl> @ series . Series . register_binary_op ( " __sub__ " ) <nl> def _output_names ( self ) : <nl> return " output " , <nl> <nl> def _apply_transform ( self , input_tensors , * * kwargs ) : <nl> - pair_sparsity = ( isinstance ( input_tensors [ 0 ] , ops . SparseTensor ) , <nl> - isinstance ( input_tensors [ 1 ] , ops . SparseTensor ) ) <nl> + pair_sparsity = ( isinstance ( input_tensors [ 0 ] , sparse_tensor . SparseTensor ) , <nl> + isinstance ( input_tensors [ 1 ] , sparse_tensor . SparseTensor ) ) <nl> <nl> if pair_sparsity = = ( False , False ) : <nl> result = input_tensors [ 0 ] - input_tensors [ 1 ] <nl> mmm a / tensorflow / contrib / learn / python / learn / dataframe / transforms / sparsify . py <nl> ppp b / tensorflow / contrib / learn / python / learn / dataframe / transforms / sparsify . py <nl> <nl> from tensorflow . contrib . learn . python . learn . dataframe import transform <nl> <nl> from tensorflow . python . framework import dtypes <nl> - from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import math_ops <nl> <nl> def _apply_transform ( self , input_tensors , * * kwargs ) : <nl> shape = math_ops . cast ( array_ops . shape ( d ) , dtypes . int64 ) <nl> <nl> # pylint : disable = not - callable <nl> - return self . return_type ( ops . SparseTensor ( sparse_indices , values , shape ) ) <nl> + return self . return_type ( <nl> + sparse_tensor . SparseTensor ( sparse_indices , values , shape ) ) <nl> mmm a / tensorflow / contrib / learn / python / learn / dataframe / transforms / sum . py <nl> ppp b / tensorflow / contrib / learn / python / learn / dataframe / transforms / sum . py <nl> <nl> <nl> from tensorflow . contrib . learn . python . learn . dataframe import series <nl> from tensorflow . contrib . learn . python . learn . dataframe import transform <nl> - from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import sparse_ops <nl> <nl> <nl> def _output_names ( self ) : <nl> return " output " , <nl> <nl> def _apply_transform ( self , input_tensors , * * kwargs ) : <nl> - pair_sparsity = ( isinstance ( input_tensors [ 0 ] , ops . SparseTensor ) , <nl> - isinstance ( input_tensors [ 1 ] , ops . SparseTensor ) ) <nl> + pair_sparsity = ( isinstance ( input_tensors [ 0 ] , sparse_tensor . SparseTensor ) , <nl> + isinstance ( input_tensors [ 1 ] , sparse_tensor . SparseTensor ) ) <nl> <nl> if pair_sparsity = = ( False , False ) : <nl> result = input_tensors [ 0 ] + input_tensors [ 1 ] <nl> def _apply_transform ( self , input_tensors , * * kwargs ) : <nl> <nl> # pylint : disable = not - callable <nl> return self . return_type ( result ) <nl> - <nl> - <nl> - <nl> mmm a / tensorflow / contrib / learn / python / learn / dataframe / transforms / unary_transforms . py <nl> ppp b / tensorflow / contrib / learn / python / learn / dataframe / transforms / unary_transforms . py <nl> <nl> <nl> from tensorflow . contrib . learn . python . learn . dataframe import series <nl> from tensorflow . contrib . learn . python . learn . dataframe import transform <nl> - from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import math_ops <nl> <nl> # Each entry is a mapping from registered_name to operation . Each operation is <nl> def _output_names ( self ) : <nl> <nl> def _apply_transform ( self , input_tensors , * * kwargs ) : <nl> input_tensor = input_tensors [ 0 ] <nl> - if isinstance ( input_tensor , ops . SparseTensor ) : <nl> - result = ops . SparseTensor ( input_tensor . indices , <nl> - operation ( input_tensor . values ) , <nl> - input_tensor . shape ) <nl> + if isinstance ( input_tensor , sparse_tensor . SparseTensor ) : <nl> + result = sparse_tensor . SparseTensor ( input_tensor . indices , <nl> + operation ( input_tensor . values ) , <nl> + input_tensor . shape ) <nl> else : <nl> result = operation ( input_tensor ) <nl> # pylint : disable = not - callable <nl> mmm a / tensorflow / contrib / learn / python / learn / estimators / dnn_linear_combined . py <nl> ppp b / tensorflow / contrib / learn / python / learn / estimators / dnn_linear_combined . py <nl> <nl> from __future__ import division <nl> from __future__ import print_function <nl> <nl> - import numpy as np <nl> + import math <nl> + import re <nl> import six <nl> <nl> from tensorflow . contrib import layers <nl> <nl> from tensorflow . contrib . framework import deprecated_arg_values <nl> from tensorflow . contrib . framework . python . ops import variables as contrib_variables <nl> from tensorflow . contrib . layers . python . layers import feature_column_ops <nl> + from tensorflow . contrib . layers . python . layers import optimizers <nl> + from tensorflow . contrib . learn . python . learn import evaluable <nl> + from tensorflow . contrib . learn . python . learn import session_run_hook <nl> + from tensorflow . contrib . learn . python . learn import trainable <nl> from tensorflow . contrib . learn . python . learn . estimators import composable_model <nl> from tensorflow . contrib . learn . python . learn . estimators import estimator <nl> from tensorflow . contrib . learn . python . learn . estimators import head as head_lib <nl> + from tensorflow . contrib . learn . python . learn . utils import export <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . ops import control_flow_ops <nl> + from tensorflow . python . ops import logging_ops <nl> from tensorflow . python . ops import nn <nl> from tensorflow . python . ops import parsing_ops <nl> + from tensorflow . python . ops import partitioned_variables <nl> from tensorflow . python . ops import state_ops <nl> + from tensorflow . python . ops import variable_scope <nl> <nl> <nl> class _DNNLinearCombinedBaseEstimator ( estimator . BaseEstimator ) : <nl> def _logits ( self , features , is_training = False ) : <nl> return logits <nl> <nl> <nl> - class DNNLinearCombinedClassifier ( _DNNLinearCombinedBaseEstimator ) : <nl> + _CENTERED_BIAS_WEIGHT = " centered_bias_weight " <nl> + <nl> + # The default learning rates are a historical artifact of the initial <nl> + # implementation , but seem a reasonable choice . <nl> + _DNN_LEARNING_RATE = 0 . 05 <nl> + _LINEAR_LEARNING_RATE = 0 . 2 <nl> + <nl> + <nl> + def _as_iterable ( preds , output ) : <nl> + for pred in preds : <nl> + yield pred [ output ] <nl> + <nl> + <nl> + def _get_feature_dict ( features ) : <nl> + if isinstance ( features , dict ) : <nl> + return features <nl> + return { " " : features } <nl> + <nl> + <nl> + def _get_optimizer ( optimizer ) : <nl> + if callable ( optimizer ) : <nl> + return optimizer ( ) <nl> + else : <nl> + return optimizer <nl> + <nl> + <nl> + def _linear_learning_rate ( num_linear_feature_columns ) : <nl> + " " " Returns the default learning rate of the linear model . <nl> + <nl> + The calculation is a historical artifact of this initial implementation , but <nl> + has proven a reasonable choice . <nl> + <nl> + Args : <nl> + num_linear_feature_columns : The number of feature columns of the linear <nl> + model . <nl> + <nl> + Returns : <nl> + A float . <nl> + " " " <nl> + default_learning_rate = 1 . / math . sqrt ( num_linear_feature_columns ) <nl> + return min ( _LINEAR_LEARNING_RATE , default_learning_rate ) <nl> + <nl> + <nl> + def _add_hidden_layer_summary ( value , tag ) : <nl> + logging_ops . scalar_summary ( " % s : fraction_of_zero_values " % tag , <nl> + nn . zero_fraction ( value ) ) <nl> + logging_ops . histogram_summary ( " % s : activation " % tag , value ) <nl> + <nl> + <nl> + def _dnn_linear_combined_model_fn ( features , labels , mode , params ) : <nl> + " " " Deep Neural Net and Linear combined model_fn . <nl> + <nl> + Args : <nl> + features : ` Tensor ` or dict of ` Tensor ` ( depends on data passed to ` fit ` ) . <nl> + labels : ` Tensor ` of shape [ batch_size , 1 ] or [ batch_size ] labels of dtype <nl> + ` int32 ` or ` int64 ` in the range ` [ 0 , n_classes ) ` . <nl> + mode : Defines whether this is training , evaluation or prediction . <nl> + See ` ModeKeys ` . <nl> + params : A dict of hyperparameters . <nl> + The following hyperparameters are expected : <nl> + * head : A ` Head ` instance . <nl> + * linear_feature_columns : An iterable containing all the feature columns <nl> + used by the Linear model . <nl> + * linear_optimizer : string , ` Optimizer ` object , or callable that defines <nl> + the optimizer to use for training the Linear model . <nl> + * joint_linear_weights : If True a single ( possibly partitioned ) variable <nl> + will be used to store the linear model weights . It ' s faster , but <nl> + requires all columns are sparse and have the ' sum ' combiner . <nl> + * dnn_feature_columns : An iterable containing all the feature columns used <nl> + by the DNN model . <nl> + * dnn_optimizer : string , ` Optimizer ` object , or callable that defines the <nl> + optimizer to use for training the DNN model . <nl> + * dnn_hidden_units : List of hidden units per DNN layer . <nl> + * dnn_activation_fn : Activation function applied to each DNN layer . If <nl> + ` None ` , will use ` tf . nn . relu ` . <nl> + * dnn_dropout : When not ` None ` , the probability we will drop out a given <nl> + DNN coordinate . <nl> + * gradient_clip_norm : A float > 0 . If provided , gradients are <nl> + clipped to their global norm with this clipping ratio . <nl> + * num_ps_replicas : The number of parameter server replicas . <nl> + <nl> + Returns : <nl> + ` estimator . ModelFnOps ` <nl> + <nl> + Raises : <nl> + ValueError : If both ` linear_feature_columns ` and ` dnn_features_columns ` <nl> + are empty at the same time . <nl> + " " " <nl> + head = params [ " head " ] <nl> + linear_feature_columns = params . get ( " linear_feature_columns " ) <nl> + linear_optimizer = params . get ( " linear_optimizer " ) <nl> + joint_linear_weights = params . get ( " joint_linear_weights " ) <nl> + dnn_feature_columns = params . get ( " dnn_feature_columns " ) <nl> + dnn_optimizer = params . get ( " dnn_optimizer " ) <nl> + dnn_hidden_units = params . get ( " dnn_hidden_units " ) <nl> + dnn_activation_fn = params . get ( " dnn_activation_fn " ) <nl> + dnn_dropout = params . get ( " dnn_dropout " ) <nl> + gradient_clip_norm = params . get ( " gradient_clip_norm " ) <nl> + num_ps_replicas = params [ " num_ps_replicas " ] <nl> + <nl> + if not linear_feature_columns and not dnn_feature_columns : <nl> + raise ValueError ( <nl> + " Either linear_feature_columns or dnn_feature_columns must be defined . " ) <nl> + <nl> + features = _get_feature_dict ( features ) <nl> + <nl> + # Build DNN Logits . <nl> + dnn_parent_scope = " dnn " <nl> + <nl> + if not dnn_feature_columns : <nl> + dnn_logits = None <nl> + else : <nl> + input_layer_partitioner = ( <nl> + partitioned_variables . min_max_variable_partitioner ( <nl> + max_partitions = num_ps_replicas , <nl> + min_slice_size = 64 < < 20 ) ) <nl> + with variable_scope . variable_scope ( <nl> + dnn_parent_scope + " / input_from_feature_columns " , <nl> + values = features . values ( ) , <nl> + partitioner = input_layer_partitioner ) as scope : <nl> + net = layers . input_from_feature_columns ( <nl> + columns_to_tensors = features , <nl> + feature_columns = dnn_feature_columns , <nl> + weight_collections = [ dnn_parent_scope ] , <nl> + scope = scope ) <nl> + <nl> + hidden_layer_partitioner = ( <nl> + partitioned_variables . min_max_variable_partitioner ( <nl> + max_partitions = num_ps_replicas ) ) <nl> + for layer_id , num_hidden_units in enumerate ( dnn_hidden_units ) : <nl> + with variable_scope . variable_scope ( <nl> + dnn_parent_scope + " / hiddenlayer_ % d " % layer_id , <nl> + values = [ net ] , <nl> + partitioner = hidden_layer_partitioner ) as scope : <nl> + net = layers . fully_connected ( <nl> + net , <nl> + num_hidden_units , <nl> + activation_fn = dnn_activation_fn , <nl> + variables_collections = [ dnn_parent_scope ] , <nl> + scope = scope ) <nl> + if dnn_dropout is not None and mode = = estimator . ModeKeys . TRAIN : <nl> + net = layers . dropout ( <nl> + net , <nl> + keep_prob = ( 1 . 0 - dnn_dropout ) ) <nl> + # TODO ( b / 31209633 ) : Consider adding summary before dropout . <nl> + _add_hidden_layer_summary ( net , scope . name ) <nl> + <nl> + with variable_scope . variable_scope ( <nl> + dnn_parent_scope + " / logits " , <nl> + values = [ net ] , <nl> + partitioner = hidden_layer_partitioner ) as scope : <nl> + dnn_logits = layers . fully_connected ( <nl> + net , <nl> + head . logits_dimension , <nl> + activation_fn = None , <nl> + variables_collections = [ dnn_parent_scope ] , <nl> + scope = scope ) <nl> + _add_hidden_layer_summary ( dnn_logits , scope . name ) <nl> + <nl> + # Build Linear logits . <nl> + linear_parent_scope = " linear " <nl> + <nl> + if not linear_feature_columns : <nl> + linear_logits = None <nl> + else : <nl> + linear_partitioner = partitioned_variables . min_max_variable_partitioner ( <nl> + max_partitions = num_ps_replicas , <nl> + min_slice_size = 64 < < 20 ) <nl> + with variable_scope . variable_scope ( <nl> + linear_parent_scope , <nl> + values = features . values ( ) , <nl> + partitioner = linear_partitioner ) as scope : <nl> + if joint_linear_weights : <nl> + linear_logits , _ , _ = layers . joint_weighted_sum_from_feature_columns ( <nl> + columns_to_tensors = features , <nl> + feature_columns = linear_feature_columns , <nl> + num_outputs = head . logits_dimension , <nl> + weight_collections = [ linear_parent_scope ] , <nl> + scope = scope ) <nl> + else : <nl> + linear_logits , _ , _ = layers . weighted_sum_from_feature_columns ( <nl> + columns_to_tensors = features , <nl> + feature_columns = linear_feature_columns , <nl> + num_outputs = head . logits_dimension , <nl> + weight_collections = [ linear_parent_scope ] , <nl> + scope = scope ) <nl> + <nl> + # Combine logits and build full model . <nl> + if dnn_logits is not None and linear_logits is not None : <nl> + logits = dnn_logits + linear_logits <nl> + elif dnn_logits is not None : <nl> + logits = dnn_logits <nl> + else : <nl> + logits = linear_logits <nl> + <nl> + def _make_training_op ( training_loss ) : <nl> + " " " Training op for the DNN linear combined model . " " " <nl> + train_ops = [ ] <nl> + if dnn_logits is not None : <nl> + train_ops . append ( <nl> + optimizers . optimize_loss ( <nl> + loss = training_loss , <nl> + global_step = contrib_variables . get_global_step ( ) , <nl> + learning_rate = _DNN_LEARNING_RATE , <nl> + optimizer = _get_optimizer ( dnn_optimizer ) , <nl> + clip_gradients = gradient_clip_norm , <nl> + variables = ops . get_collection ( dnn_parent_scope ) , <nl> + name = dnn_parent_scope , <nl> + # Empty summaries , because head already logs " loss " summary . <nl> + summaries = [ ] ) ) <nl> + if linear_logits is not None : <nl> + train_ops . append ( <nl> + optimizers . optimize_loss ( <nl> + loss = training_loss , <nl> + global_step = contrib_variables . get_global_step ( ) , <nl> + learning_rate = _linear_learning_rate ( len ( linear_feature_columns ) ) , <nl> + optimizer = _get_optimizer ( linear_optimizer ) , <nl> + clip_gradients = gradient_clip_norm , <nl> + variables = ops . get_collection ( linear_parent_scope ) , <nl> + name = linear_parent_scope , <nl> + # Empty summaries , because head already logs " loss " summary . <nl> + summaries = [ ] ) ) <nl> + <nl> + return control_flow_ops . group ( * train_ops ) <nl> + <nl> + return head . head_ops ( <nl> + features , labels , mode , _make_training_op , logits = logits ) <nl> + <nl> + <nl> + class DNNLinearCombinedClassifier ( evaluable . Evaluable , trainable . Trainable ) : <nl> " " " A classifier for TensorFlow Linear and DNN joined training models . <nl> <nl> Example : <nl> def __init__ ( self , # _joint_linear_weights pylint : disable = invalid - name <nl> ValueError : If both ` linear_feature_columns ` and ` dnn_features_columns ` <nl> are empty at the same time . <nl> " " " <nl> - <nl> if n_classes < 2 : <nl> raise ValueError ( " n_classes should be greater than 1 . Given : { } " . format ( <nl> n_classes ) ) <nl> + self . _linear_optimizer = linear_optimizer or " Ftrl " <nl> + linear_feature_columns = linear_feature_columns or [ ] <nl> + dnn_feature_columns = dnn_feature_columns or [ ] <nl> + self . _feature_columns = linear_feature_columns + dnn_feature_columns <nl> + if not self . _feature_columns : <nl> + raise ValueError ( " Either linear_feature_columns or dnn_feature_columns " <nl> + " must be defined . " ) <nl> + self . _dnn_hidden_units = dnn_hidden_units <nl> + self . _enable_centered_bias = enable_centered_bias <nl> + <nl> head = head_lib . _multi_class_head ( # pylint : disable = protected - access <nl> n_classes = n_classes , <nl> weight_column_name = weight_column_name , <nl> enable_centered_bias = enable_centered_bias ) <nl> - super ( DNNLinearCombinedClassifier , self ) . __init__ ( <nl> + self . _estimator = estimator . Estimator ( <nl> + model_fn = _dnn_linear_combined_model_fn , <nl> model_dir = model_dir , <nl> - linear_feature_columns = linear_feature_columns , <nl> - linear_optimizer = linear_optimizer , <nl> - _joint_linear_weights = _joint_linear_weights , <nl> - dnn_feature_columns = dnn_feature_columns , <nl> - dnn_optimizer = dnn_optimizer , <nl> - dnn_hidden_units = dnn_hidden_units , <nl> - dnn_activation_fn = dnn_activation_fn , <nl> - dnn_dropout = dnn_dropout , <nl> - gradient_clip_norm = gradient_clip_norm , <nl> - head = head , <nl> config = config , <nl> - feature_engineering_fn = feature_engineering_fn , <nl> - default_prediction_key = head_lib . PredictionKey . CLASSES , <nl> - enable_centered_bias = enable_centered_bias ) <nl> + params = { <nl> + " head " : head , <nl> + " linear_feature_columns " : linear_feature_columns , <nl> + " linear_optimizer " : self . _linear_optimizer , <nl> + " joint_linear_weights " : _joint_linear_weights , <nl> + " dnn_feature_columns " : dnn_feature_columns , <nl> + " dnn_optimizer " : dnn_optimizer or " Adagrad " , <nl> + " dnn_hidden_units " : dnn_hidden_units , <nl> + " dnn_activation_fn " : dnn_activation_fn , <nl> + " dnn_dropout " : dnn_dropout , <nl> + " gradient_clip_norm " : gradient_clip_norm , <nl> + " num_ps_replicas " : config . num_ps_replicas if config else 0 , <nl> + } , <nl> + feature_engineering_fn = feature_engineering_fn ) <nl> + <nl> + def fit ( self , x = None , y = None , input_fn = None , steps = None , batch_size = None , <nl> + monitors = None , max_steps = None ) : <nl> + " " " See trainable . Trainable . " " " <nl> + # TODO ( roumposg ) : Remove when deprecated monitors are removed . <nl> + if monitors is not None : <nl> + deprecated_monitors = [ <nl> + m for m in monitors <nl> + if not isinstance ( m , session_run_hook . SessionRunHook ) <nl> + ] <nl> + for monitor in deprecated_monitors : <nl> + monitor . set_estimator ( self ) <nl> + monitor . _lock_estimator ( ) # pylint : disable = protected - access <nl> + <nl> + result = self . _estimator . fit ( x = x , y = y , input_fn = input_fn , steps = steps , <nl> + batch_size = batch_size , monitors = monitors , <nl> + max_steps = max_steps ) <nl> + <nl> + if monitors is not None : <nl> + for monitor in deprecated_monitors : <nl> + monitor . _unlock_estimator ( ) # pylint : disable = protected - access <nl> + <nl> + return result <nl> + <nl> + def evaluate ( self , x = None , y = None , input_fn = None , feed_fn = None , <nl> + batch_size = None , steps = None , metrics = None , name = None ) : <nl> + " " " See evaluable . Evaluable . " " " <nl> + return self . _estimator . evaluate ( <nl> + x = x , y = y , input_fn = input_fn , feed_fn = feed_fn , batch_size = batch_size , <nl> + steps = steps , metrics = metrics , name = name ) <nl> <nl> @ deprecated_arg_values ( <nl> estimator . AS_ITERABLE_DATE , estimator . AS_ITERABLE_INSTRUCTIONS , <nl> def predict ( self , x = None , input_fn = None , batch_size = None , as_iterable = True ) : <nl> Numpy array of predicted classes ( or an iterable of predicted classes if <nl> as_iterable is True ) . <nl> " " " <nl> - predictions = self . predict_proba ( <nl> - x = x , input_fn = input_fn , batch_size = batch_size , as_iterable = as_iterable ) <nl> + preds = self . _estimator . predict ( x = x , input_fn = input_fn , <nl> + batch_size = batch_size , <nl> + outputs = [ head_lib . PredictionKey . CLASSES ] , <nl> + as_iterable = as_iterable ) <nl> if as_iterable : <nl> - return ( np . argmax ( p , axis = 0 ) for p in predictions ) <nl> - else : <nl> - return np . argmax ( predictions , axis = 1 ) <nl> + return _as_iterable ( preds , output = head_lib . PredictionKey . CLASSES ) <nl> + return preds [ head_lib . PredictionKey . CLASSES ] . reshape ( - 1 ) <nl> <nl> @ deprecated_arg_values ( <nl> estimator . AS_ITERABLE_DATE , estimator . AS_ITERABLE_INSTRUCTIONS , <nl> def predict_proba ( <nl> Numpy array of predicted probabilities ( or an iterable of predicted <nl> probabilities if as_iterable is True ) . <nl> " " " <nl> - return super ( DNNLinearCombinedClassifier , self ) . predict ( <nl> - x = x , input_fn = input_fn , batch_size = batch_size , as_iterable = as_iterable ) <nl> + preds = self . _estimator . predict ( <nl> + x = x , input_fn = input_fn , <nl> + batch_size = batch_size , <nl> + outputs = [ head_lib . PredictionKey . PROBABILITIES ] , <nl> + as_iterable = as_iterable ) <nl> + if as_iterable : <nl> + return _as_iterable ( preds , output = head_lib . PredictionKey . PROBABILITIES ) <nl> + return preds [ head_lib . PredictionKey . PROBABILITIES ] <nl> <nl> def _get_predict_ops ( self , features ) : <nl> - " " " See base class . " " " <nl> - return super ( DNNLinearCombinedClassifier , self ) . _get_predict_ops ( features ) [ <nl> + " " " See ` Estimator ` class . " " " <nl> + # pylint : disable = protected - access <nl> + return self . _estimator . _get_predict_ops ( features ) [ <nl> head_lib . PredictionKey . PROBABILITIES ] <nl> <nl> + def get_variable_names ( self ) : <nl> + " " " Returns list of all variable names in this model . <nl> + <nl> + Returns : <nl> + List of names . <nl> + " " " <nl> + return self . _estimator . get_variable_names ( ) <nl> + <nl> + def get_variable_value ( self , name ) : <nl> + " " " Returns value of the variable given by name . <nl> + <nl> + Args : <nl> + name : string , name of the tensor . <nl> + <nl> + Returns : <nl> + ` Tensor ` object . <nl> + " " " <nl> + return self . _estimator . get_variable_value ( name ) <nl> + <nl> + def export ( self , <nl> + export_dir , <nl> + input_fn = None , <nl> + input_feature_key = None , <nl> + use_deprecated_input_fn = True , <nl> + signature_fn = None , <nl> + default_batch_size = 1 , <nl> + exports_to_keep = None ) : <nl> + " " " See BasEstimator . export . " " " <nl> + def default_input_fn ( unused_estimator , examples ) : <nl> + return layers . parse_feature_columns_from_examples ( <nl> + examples , self . _feature_columns ) <nl> + self . _estimator . export ( <nl> + export_dir = export_dir , <nl> + input_fn = input_fn or default_input_fn , <nl> + input_feature_key = input_feature_key , <nl> + use_deprecated_input_fn = use_deprecated_input_fn , <nl> + signature_fn = ( <nl> + signature_fn or export . classification_signature_fn_with_prob ) , <nl> + prediction_key = head_lib . PredictionKey . PROBABILITIES , <nl> + default_batch_size = default_batch_size , <nl> + exports_to_keep = exports_to_keep ) <nl> + <nl> + @ property <nl> + def model_dir ( self ) : <nl> + return self . _estimator . model_dir <nl> + <nl> + @ property <nl> + @ deprecated ( " 2016 - 10 - 30 " , <nl> + " This method will be removed after the deprecation date . " <nl> + " To inspect variables , use get_variable_names ( ) and " <nl> + " get_variable_value ( ) . " ) <nl> + def dnn_weights_ ( self ) : <nl> + hiddenlayer_weights = [ <nl> + self . get_variable_value ( " dnn / hiddenlayer_ % d / weights " % i ) <nl> + for i , _ in enumerate ( self . _dnn_hidden_units ) <nl> + ] <nl> + logits_weights = [ self . get_variable_value ( " dnn / logits / weights " ) ] <nl> + return hiddenlayer_weights + logits_weights <nl> + <nl> + @ property <nl> + @ deprecated ( " 2016 - 10 - 30 " , <nl> + " This method will be removed after the deprecation date . " <nl> + " To inspect variables , use get_variable_names ( ) and " <nl> + " get_variable_value ( ) . " ) <nl> + def linear_weights_ ( self ) : <nl> + values = { } <nl> + if isinstance ( self . _linear_optimizer , str ) : <nl> + optimizer_name = self . _linear_optimizer <nl> + else : <nl> + optimizer_name = self . _linear_optimizer . get_name ( ) <nl> + optimizer_regex = r " . * / " + optimizer_name + r " ( _ \ d ) ? $ " <nl> + for name in self . get_variable_names ( ) : <nl> + if ( name . startswith ( " linear / " ) and <nl> + name ! = " linear / bias_weight " and <nl> + name ! = " linear / learning_rate " and <nl> + not re . match ( optimizer_regex , name ) ) : <nl> + values [ name ] = self . get_variable_value ( name ) <nl> + if len ( values ) = = 1 : <nl> + return values [ list ( values . keys ( ) ) [ 0 ] ] <nl> + return values <nl> + <nl> + @ property <nl> + @ deprecated ( " 2016 - 10 - 30 " , <nl> + " This method will be removed after the deprecation date . " <nl> + " To inspect variables , use get_variable_names ( ) and " <nl> + " get_variable_value ( ) . " ) <nl> + def dnn_bias_ ( self ) : <nl> + hiddenlayer_bias = [ self . get_variable_value ( " dnn / hiddenlayer_ % d / biases " % i ) <nl> + for i , _ in enumerate ( self . _dnn_hidden_units ) ] <nl> + logits_bias = [ self . get_variable_value ( " dnn / logits / biases " ) ] <nl> + if not self . _enable_centered_bias : <nl> + return hiddenlayer_bias + logits_bias <nl> + centered_bias = [ self . get_variable_value ( _CENTERED_BIAS_WEIGHT ) ] <nl> + return hiddenlayer_bias + logits_bias + centered_bias <nl> + <nl> + @ property <nl> + @ deprecated ( " 2016 - 10 - 30 " , <nl> + " This method will be removed after the deprecation date . " <nl> + " To inspect variables , use get_variable_names ( ) and " <nl> + " get_variable_value ( ) . " ) <nl> + def linear_bias_ ( self ) : <nl> + linear_bias = self . get_variable_value ( " linear / bias_weight " ) <nl> + if not self . _enable_centered_bias : <nl> + return linear_bias <nl> + centered_bias = [ self . get_variable_value ( _CENTERED_BIAS_WEIGHT ) ] <nl> + return linear_bias + centered_bias <nl> + <nl> + @ property <nl> + def config ( self ) : <nl> + return self . _estimator . config <nl> + <nl> <nl> class DNNLinearCombinedRegressor ( _DNNLinearCombinedBaseEstimator ) : <nl> " " " A regressor for TensorFlow Linear and DNN joined training models . <nl> def _get_predict_ops ( self , features ) : <nl> " " " See base class . " " " <nl> return super ( DNNLinearCombinedRegressor , self ) . _get_predict_ops ( features ) [ <nl> head_lib . PredictionKey . SCORES ] <nl> - <nl> - <nl> mmm a / tensorflow / contrib / learn / python / learn / estimators / dnn_linear_combined_test . py <nl> ppp b / tensorflow / contrib / learn / python / learn / estimators / dnn_linear_combined_test . py <nl> <nl> <nl> from tensorflow . contrib . learn . python . learn . estimators import _sklearn <nl> from tensorflow . contrib . learn . python . learn . estimators import estimator_test_utils <nl> + from tensorflow . contrib . learn . python . learn . metric_spec import MetricSpec <nl> <nl> <nl> def _get_quantile_based_buckets ( feature_values , num_buckets ) : <nl> def testEstimatorContract ( self ) : <nl> estimator_test_utils . assert_estimator_contract ( <nl> self , tf . contrib . learn . DNNLinearCombinedClassifier ) <nl> <nl> + def testNoFeatureColumns ( self ) : <nl> + with self . assertRaisesRegexp ( <nl> + ValueError , <nl> + ' Either linear_feature_columns or dnn_feature_columns must be defined ' ) : <nl> + tf . contrib . learn . DNNLinearCombinedClassifier ( <nl> + linear_feature_columns = None , <nl> + dnn_feature_columns = None , <nl> + dnn_hidden_units = [ 3 , 3 ] ) <nl> + <nl> def testLogisticRegression_MatrixData ( self ) : <nl> " " " Tests binary classification using matrix data as input . " " " <nl> iris = _prepare_iris_data_for_logistic_regression ( ) <nl> def testLogisticRegression_MatrixData ( self ) : <nl> <nl> classifier . fit ( input_fn = _iris_input_logistic_fn , steps = 100 ) <nl> scores = classifier . evaluate ( input_fn = _iris_input_logistic_fn , steps = 100 ) <nl> + self . assertIn ( ' auc ' , scores . keys ( ) ) <nl> self . assertGreater ( scores [ ' accuracy ' ] , 0 . 9 ) <nl> <nl> def testLogisticRegression_TensorData ( self ) : <nl> def _input_fn ( ) : <nl> <nl> classifier . fit ( input_fn = _input_fn , steps = 100 ) <nl> scores = classifier . evaluate ( input_fn = _input_fn , steps = 100 ) <nl> + self . assertIn ( ' auc ' , scores . keys ( ) ) <nl> self . assertGreater ( scores [ ' accuracy ' ] , 0 . 9 ) <nl> <nl> def testTrainWithPartitionedVariables ( self ) : <nl> def _my_metric_op ( predictions , labels ) : <nl> input_fn = _input_fn , <nl> steps = 100 , <nl> metrics = { <nl> - ' my_accuracy ' : tf . contrib . metrics . streaming_accuracy , <nl> - ( ' my_precision ' , ' classes ' ) : tf . contrib . metrics . streaming_precision , <nl> - ( ' my_metric ' , ' probabilities ' ) : _my_metric_op <nl> + ' my_accuracy ' : MetricSpec ( <nl> + metric_fn = tf . contrib . metrics . streaming_accuracy , <nl> + prediction_key = ' classes ' ) , <nl> + ' my_precision ' : MetricSpec ( <nl> + metric_fn = tf . contrib . metrics . streaming_precision , <nl> + prediction_key = ' classes ' ) , <nl> + ' my_metric ' : MetricSpec ( <nl> + metric_fn = _my_metric_op , <nl> + prediction_key = ' probabilities ' ) <nl> } ) <nl> self . assertTrue ( <nl> set ( [ ' loss ' , ' my_accuracy ' , ' my_precision ' , ' my_metric ' <nl> def _my_metric_op ( predictions , labels ) : <nl> <nl> # Test the case where the 2nd element of the key is neither " classes " nor <nl> # " probabilities " . <nl> - with self . assertRaises ( KeyError ) : <nl> + with self . assertRaisesRegexp ( KeyError , ' bad_type ' ) : <nl> classifier . evaluate ( <nl> input_fn = _input_fn , <nl> steps = 100 , <nl> def _my_metric_op ( predictions , labels ) : <nl> tf . contrib . metrics . streaming_accuracy <nl> } ) <nl> <nl> + # Test the case where the prediction_key is neither " classes " nor <nl> + # " probabilities " . <nl> + with self . assertRaisesRegexp ( KeyError , ' bad_type ' ) : <nl> + classifier . evaluate ( <nl> + input_fn = _input_fn , <nl> + steps = 100 , <nl> + metrics = { <nl> + ' bad_name ' : MetricSpec ( <nl> + metric_fn = tf . contrib . metrics . streaming_auc , <nl> + prediction_key = ' bad_type ' ) } ) <nl> + <nl> def testVariableQuery ( self ) : <nl> " " " Tests bias is centered or not . " " " <nl> def _input_fn_train ( ) : <nl> def _input_fn_train ( ) : <nl> for name in var_names : <nl> classifier . get_variable_value ( name ) <nl> <nl> + def testExport ( self ) : <nl> + " " " Tests export model for servo . " " " <nl> + <nl> + def input_fn ( ) : <nl> + return { <nl> + ' age ' : tf . constant ( [ 1 ] ) , <nl> + ' language ' : tf . SparseTensor ( values = [ ' english ' ] , <nl> + indices = [ [ 0 , 0 ] ] , <nl> + shape = [ 1 , 1 ] ) <nl> + } , tf . constant ( [ [ 1 ] ] ) <nl> + <nl> + language = tf . contrib . layers . sparse_column_with_hash_bucket ( ' language ' , 100 ) <nl> + <nl> + classifier = tf . contrib . learn . DNNLinearCombinedClassifier ( <nl> + linear_feature_columns = [ <nl> + tf . contrib . layers . real_valued_column ( ' age ' ) , <nl> + language , <nl> + ] , <nl> + dnn_feature_columns = [ <nl> + tf . contrib . layers . embedding_column ( language , dimension = 1 ) , <nl> + ] , <nl> + dnn_hidden_units = [ 3 , 3 ] ) <nl> + classifier . fit ( input_fn = input_fn , steps = 100 ) <nl> + <nl> + export_dir = tempfile . mkdtemp ( ) <nl> + input_feature_key = ' examples ' <nl> + def serving_input_fn ( ) : <nl> + features , targets = input_fn ( ) <nl> + features [ input_feature_key ] = tf . placeholder ( tf . string ) <nl> + return features , targets <nl> + classifier . export ( export_dir , serving_input_fn , input_feature_key , <nl> + use_deprecated_input_fn = False ) <nl> + <nl> def testCenteredBias ( self ) : <nl> " " " Tests bias is centered or not . " " " <nl> def _input_fn_train ( ) : <nl> def _input_fn_train ( ) : <nl> dnn_hidden_units = [ 3 , 3 ] , <nl> enable_centered_bias = True ) <nl> <nl> - classifier . fit ( input_fn = _input_fn_train , steps = 500 ) <nl> + classifier . fit ( input_fn = _input_fn_train , steps = 1000 ) <nl> # logodds ( 0 . 75 ) = 1 . 09861228867 <nl> self . assertAlmostEqual ( <nl> 1 . 0986 , <nl> def _input_fn_train ( ) : <nl> enable_centered_bias = False ) <nl> <nl> classifier . fit ( input_fn = _input_fn_train , steps = 500 ) <nl> - self . assertFalse ( ' centered_bias_weight ' in classifier . get_variable_names ( ) ) <nl> + self . assertNotIn ( ' centered_bias_weight ' , classifier . get_variable_names ( ) ) <nl> <nl> def testLinearOnly ( self ) : <nl> " " " Tests that linear - only instantiation works . " " " <nl> def _my_metric_op ( predictions , labels ) : <nl> metrics = { ( ' my_error ' , ' predictions ' <nl> ) : tf . contrib . metrics . streaming_mean_squared_error } ) <nl> <nl> + def testExport ( self ) : <nl> + " " " Tests export model for servo . " " " <nl> + labels = [ 1 . , 0 . , 0 . 2 ] <nl> + def _input_fn ( num_epochs = None ) : <nl> + features = { <nl> + ' age ' : tf . train . limit_epochs ( tf . constant ( [ [ 0 . 8 ] , [ 0 . 15 ] , [ 0 . ] ] ) , <nl> + num_epochs = num_epochs ) , <nl> + ' language ' : tf . SparseTensor ( values = [ ' en ' , ' fr ' , ' zh ' ] , <nl> + indices = [ [ 0 , 0 ] , [ 0 , 1 ] , [ 2 , 0 ] ] , <nl> + shape = [ 3 , 2 ] ) <nl> + } <nl> + return features , tf . constant ( labels , dtype = tf . float32 ) <nl> + <nl> + language_column = tf . contrib . layers . sparse_column_with_hash_bucket ( <nl> + ' language ' , hash_bucket_size = 20 ) <nl> + <nl> + regressor = tf . contrib . learn . DNNLinearCombinedRegressor ( <nl> + linear_feature_columns = [ <nl> + language_column , <nl> + tf . contrib . layers . real_valued_column ( ' age ' ) <nl> + ] , <nl> + dnn_feature_columns = [ <nl> + tf . contrib . layers . embedding_column ( language_column , dimension = 1 ) , <nl> + ] , <nl> + dnn_hidden_units = [ 3 , 3 ] , <nl> + config = tf . contrib . learn . RunConfig ( tf_random_seed = 1 ) ) <nl> + <nl> + regressor . fit ( input_fn = _input_fn , steps = 100 ) <nl> + <nl> + export_dir = tempfile . mkdtemp ( ) <nl> + input_feature_key = ' examples ' <nl> + def serving_input_fn ( ) : <nl> + features , targets = _input_fn ( ) <nl> + features [ input_feature_key ] = tf . placeholder ( tf . string ) <nl> + return features , targets <nl> + regressor . export ( export_dir , serving_input_fn , input_feature_key , <nl> + use_deprecated_input_fn = False ) <nl> + <nl> def testTrainSaveLoad ( self ) : <nl> " " " Tests regression with restarting training / evaluate . " " " <nl> def _input_fn ( num_epochs = None ) : <nl> def feature_engineering_fn ( features , labels ) : <nl> config = tf . contrib . learn . RunConfig ( tf_random_seed = 1 ) ) <nl> estimator_without_fe_fn . fit ( input_fn = input_fn , steps = 100 ) <nl> <nl> - # predictions = y <nl> + # predictions = y <nl> prediction_with_fe_fn = next ( <nl> estimator_with_fe_fn . predict ( input_fn = input_fn , as_iterable = True ) ) <nl> self . assertAlmostEqual ( 1000 . , prediction_with_fe_fn , delta = 1 . 0 ) <nl> mmm a / tensorflow / contrib / learn / python / learn / estimators / head . py <nl> ppp b / tensorflow / contrib / learn / python / learn / estimators / head . py <nl> <nl> from tensorflow . contrib . session_bundle import exporter <nl> from tensorflow . python import summary <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import control_flow_ops <nl> from tensorflow . python . ops import math_ops <nl> def _add_binary_metric ( metric_key , metric_fn ) : <nl> <nl> def _check_labels ( labels , label_name ) : <nl> labels = labels [ label_name ] if isinstance ( labels , dict ) else labels <nl> - if isinstance ( labels , ops . SparseTensor ) : <nl> + if isinstance ( labels , sparse_tensor . SparseTensor ) : <nl> raise ValueError ( " SparseTensor is not supported as labels . " ) <nl> return labels <nl> <nl> mmm a / tensorflow / contrib / learn / python / learn / estimators / tensor_signature . py <nl> ppp b / tensorflow / contrib / learn / python / learn / estimators / tensor_signature . py <nl> <nl> import collections <nl> <nl> from tensorflow . python . framework import dtypes <nl> - from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_shape <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import math_ops <nl> class TensorSignature ( collections . namedtuple ( <nl> " " " <nl> <nl> def __new__ ( cls , tensor ) : <nl> - if isinstance ( tensor , ops . SparseTensor ) : <nl> + if isinstance ( tensor , sparse_tensor . SparseTensor ) : <nl> return super ( TensorSignature , cls ) . __new__ ( <nl> cls , dtype = tensor . values . dtype , shape = None , is_sparse = True ) <nl> return super ( TensorSignature , cls ) . __new__ ( <nl> mmm a / tensorflow / contrib / learn / python / learn / learn_io / graph_io . py <nl> ppp b / tensorflow / contrib / learn / python / learn / learn_io / graph_io . py <nl> <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import errors <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import data_flow_ops <nl> from tensorflow . python . ops import io_ops <nl> from tensorflow . python . ops import math_ops <nl> def queue_parsed_features ( parsed_features , <nl> # directly . <nl> for key in sorted ( parsed_features . keys ( ) ) : <nl> tensor = parsed_features [ key ] <nl> - if isinstance ( tensor , ops . SparseTensor ) : <nl> + if isinstance ( tensor , sparse_tensor . SparseTensor ) : <nl> tensors_mapping . append ( ( key , True ) ) <nl> tensors_to_enqueue . extend ( [ tensor . indices , tensor . values , tensor . shape ] ) <nl> else : <nl> def queue_parsed_features ( parsed_features , <nl> for key , is_sparse_tensor in tensors_mapping : <nl> if is_sparse_tensor : <nl> # Three tensors are ( indices , values , shape ) . <nl> - dequeued_parsed_features [ key ] = ops . SparseTensor ( <nl> + dequeued_parsed_features [ key ] = sparse_tensor . SparseTensor ( <nl> dequeued_tensors [ index ] , dequeued_tensors [ index + 1 ] , <nl> dequeued_tensors [ index + 2 ] ) <nl> index + = 3 <nl> mmm a / tensorflow / contrib / learn / python / learn / monitors_test . py <nl> ppp b / tensorflow / contrib / learn / python / learn / monitors_test . py <nl> def test_save_secs_saves_in_first_step ( self ) : <nl> self . assertEqual ( 1 , tf . contrib . framework . load_variable ( <nl> self . model_dir , self . global_step . name ) ) <nl> <nl> - def test_save_secs_saves_periodically ( self ) : <nl> + # TODO ( gunan ) : Reenable this test after b / 32446874 is fixed . <nl> + def disabled_test_save_secs_saves_periodically ( self ) : <nl> with self . graph . as_default ( ) : <nl> monitor = learn . monitors . CheckpointSaver ( <nl> self . model_dir , save_secs = 2 , scaffold = self . scaffold ) <nl> mmm a / tensorflow / contrib / lookup / lookup_ops . py <nl> ppp b / tensorflow / contrib / lookup / lookup_ops . py <nl> <nl> <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_shape <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import gen_data_flow_ops <nl> def lookup ( self , keys , name = None ) : <nl> name = " % s_lookup_table_find " % self . _name <nl> <nl> key_tensor = keys <nl> - if isinstance ( keys , ops . SparseTensor ) : <nl> + if isinstance ( keys , sparse_tensor . SparseTensor ) : <nl> key_tensor = keys . values <nl> <nl> if keys . dtype ! = self . _key_dtype : <nl> def lookup ( self , keys , name = None ) : <nl> # pylint : enable = protected - access <nl> <nl> values . set_shape ( key_tensor . get_shape ( ) ) <nl> - if isinstance ( keys , ops . SparseTensor ) : <nl> - return ops . SparseTensor ( keys . indices , values , keys . shape ) <nl> + if isinstance ( keys , sparse_tensor . SparseTensor ) : <nl> + return sparse_tensor . SparseTensor ( keys . indices , values , keys . shape ) <nl> else : <nl> return values <nl> <nl> mmm a / tensorflow / contrib / lookup / lookup_ops_test . py <nl> ppp b / tensorflow / contrib / lookup / lookup_ops_test . py <nl> <nl> from __future__ import print_function <nl> <nl> import os <nl> + import tempfile <nl> import numpy as np <nl> import six <nl> import tensorflow as tf <nl> def testMutableHashTable ( self ) : <nl> self . assertAllEqual ( [ 0 , 1 , 2 ] , sorted_values ) <nl> <nl> def testSaveRestore ( self ) : <nl> - save_path = os . path . join ( self . get_temp_dir ( ) , " hash " ) <nl> + save_dir = os . path . join ( self . get_temp_dir ( ) , " save_restore " ) <nl> + save_path = os . path . join ( tempfile . mkdtemp ( prefix = save_dir ) , " hash " ) <nl> <nl> with self . test_session ( graph = tf . Graph ( ) ) as sess : <nl> v0 = tf . Variable ( 10 . 0 , name = " v0 " ) <nl> def testExport ( self ) : <nl> [ 100 , 0 ] , [ 100 , 0 ] , [ 100 , 0 ] ] , pairs ) <nl> <nl> def testSaveRestore ( self ) : <nl> - save_path = os . path . join ( self . get_temp_dir ( ) , " hash " ) <nl> + save_dir = os . path . join ( self . get_temp_dir ( ) , " save_restore " ) <nl> + save_path = os . path . join ( tempfile . mkdtemp ( prefix = save_dir ) , " hash " ) <nl> <nl> with self . test_session ( graph = tf . Graph ( ) ) as sess : <nl> default_value = - 1 <nl> def testSaveRestore ( self ) : <nl> self . assertAllEqual ( [ - 1 , 0 , 1 , 2 , - 1 ] , output . eval ( ) ) <nl> <nl> def testVectorSaveRestore ( self ) : <nl> - save_path = os . path . join ( self . get_temp_dir ( ) , " hash " ) <nl> + save_dir = os . path . join ( self . get_temp_dir ( ) , " vector_save_restore " ) <nl> + save_path = os . path . join ( tempfile . mkdtemp ( prefix = save_dir ) , " hash " ) <nl> <nl> with self . test_session ( graph = tf . Graph ( ) ) as sess : <nl> empty_key = tf . constant ( [ 11 , 13 ] , tf . int64 ) <nl> mmm a / tensorflow / contrib / metrics / python / ops / confusion_matrix_ops . py <nl> ppp b / tensorflow / contrib / metrics / python / ops / confusion_matrix_ops . py <nl> <nl> from tensorflow . contrib . framework import tensor_util <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import math_ops <nl> from tensorflow . python . ops import sparse_ops <nl> def confusion_matrix ( predictions , labels , num_classes = None , dtype = dtypes . int32 , <nl> indices = array_ops . transpose ( array_ops . pack ( [ predictions , labels ] ) ) <nl> values = ( array_ops . ones_like ( predictions , dtype ) <nl> if weights is None else weights ) <nl> - cm_sparse = ops . SparseTensor ( <nl> + cm_sparse = sparse_tensor . SparseTensor ( <nl> indices = indices , values = values , shape = math_ops . to_int64 ( shape ) ) <nl> zero_matrix = array_ops . zeros ( math_ops . to_int32 ( shape ) , dtype ) <nl> <nl> mmm a / tensorflow / contrib / metrics / python / ops / metric_ops . py <nl> ppp b / tensorflow / contrib / metrics / python / ops / metric_ops . py <nl> <nl> from tensorflow . contrib . metrics . python . ops import set_ops <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import check_ops <nl> from tensorflow . python . ops import control_flow_ops <nl> def num_relevant ( labels , k ) : <nl> raise ValueError ( ' Invalid k = % s . ' % k ) <nl> with ops . name_scope ( None , ' num_relevant ' , ( labels , ) ) as scope : <nl> # For SparseTensor , calculate separate count for each row . <nl> - if isinstance ( labels , ( ops . SparseTensor , ops . SparseTensorValue ) ) : <nl> + if isinstance ( <nl> + labels , ( sparse_tensor . SparseTensor , sparse_tensor . SparseTensorValue ) ) : <nl> labels_sizes = set_ops . set_size ( labels ) <nl> return math_ops . minimum ( labels_sizes , k , name = scope ) <nl> <nl> def expand_and_tile ( tensor , multiple , dim = 0 , name = None ) : <nl> with ops . name_scope ( <nl> name , ' expand_and_tile ' , ( tensor , multiple , dim ) ) as scope : <nl> # Sparse . <nl> - if isinstance ( tensor , ops . SparseTensorValue ) : <nl> - tensor = ops . SparseTensor . from_value ( tensor ) <nl> - if isinstance ( tensor , ops . SparseTensor ) : <nl> + if isinstance ( tensor , sparse_tensor . SparseTensorValue ) : <nl> + tensor = sparse_tensor . SparseTensor . from_value ( tensor ) <nl> + if isinstance ( tensor , sparse_tensor . SparseTensor ) : <nl> if dim < 0 : <nl> expand_dims = array_ops . reshape ( <nl> array_ops . size ( tensor . shape ) + dim , [ 1 ] ) <nl> def _select_class_id ( ids , selected_id ) : <nl> ` SparseTensor ` of same dimensions as ` ids ` . This contains only the entries <nl> equal to ` selected_id ` . <nl> " " " <nl> - if isinstance ( ids , ( ops . SparseTensor , ops . SparseTensorValue ) ) : <nl> + if isinstance ( <nl> + ids , ( sparse_tensor . SparseTensor , sparse_tensor . SparseTensorValue ) ) : <nl> return sparse_ops . sparse_retain ( <nl> ids , math_ops . equal ( ids . values , selected_id ) ) <nl> <nl> def _select_class_id ( ids , selected_id ) : <nl> filled_selected_id = array_ops . fill ( <nl> filled_selected_id_shape , math_ops . to_int64 ( selected_id ) ) <nl> result = set_ops . set_intersection ( filled_selected_id , ids ) <nl> - return ops . SparseTensor ( <nl> + return sparse_tensor . SparseTensor ( <nl> indices = result . indices , values = result . values , shape = ids_shape ) <nl> <nl> <nl> mmm a / tensorflow / contrib / metrics / python / ops / set_ops . py <nl> ppp b / tensorflow / contrib / metrics / python / ops / set_ops . py <nl> <nl> from tensorflow . python . framework import common_shapes <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . platform import resource_loader <nl> <nl> <nl> def set_size ( a , validate_indices = True ) : <nl> TypeError : If ` a ` is an invalid types . <nl> " " " <nl> a = tensor_util . convert_to_tensor_or_sparse_tensor ( a , name = " a " ) <nl> - if not isinstance ( a , ops . SparseTensor ) : <nl> + if not isinstance ( a , sparse_tensor . SparseTensor ) : <nl> raise TypeError ( " Expected ` SparseTensor ` , got % s . " % a ) <nl> if a . values . dtype . base_dtype not in _VALID_DTYPES : <nl> raise TypeError ( " Invalid dtype % s . " % a . values . dtype ) <nl> def _set_operation ( a , b , set_operation , validate_indices = True ) : <nl> if b . dtype . base_dtype ! = a . dtype . base_dtype : <nl> raise TypeError ( " Types don ' t match , % s vs % s . " % ( a . dtype , b . dtype ) ) <nl> # pylint : disable = protected - access <nl> - if isinstance ( a , ops . SparseTensor ) : <nl> - if isinstance ( b , ops . SparseTensor ) : <nl> + if isinstance ( a , sparse_tensor . SparseTensor ) : <nl> + if isinstance ( b , sparse_tensor . SparseTensor ) : <nl> indices , values , shape = _set_ops . sparse_to_sparse_set_operation ( <nl> a . indices , a . values , a . shape , b . indices , b . values , b . shape , <nl> set_operation , validate_indices ) <nl> else : <nl> raise ValueError ( " Sparse , Dense is not supported , but Dense , Sparse is . " <nl> " Please flip the order of your inputs . " ) <nl> - elif isinstance ( b , ops . SparseTensor ) : <nl> + elif isinstance ( b , sparse_tensor . SparseTensor ) : <nl> indices , values , shape = _set_ops . dense_to_sparse_set_operation ( <nl> a , b . indices , b . values , b . shape , set_operation , validate_indices ) <nl> else : <nl> indices , values , shape = _set_ops . dense_to_dense_set_operation ( <nl> a , b , set_operation , validate_indices ) <nl> # pylint : enable = protected - access <nl> - return ops . SparseTensor ( indices , values , shape ) <nl> + return sparse_tensor . SparseTensor ( indices , values , shape ) <nl> <nl> <nl> def set_intersection ( a , b , validate_indices = True ) : <nl> mmm a / tensorflow / contrib / opt / python / training / moving_average_optimizer_test . py <nl> ppp b / tensorflow / contrib / opt / python / training / moving_average_optimizer_test . py <nl> <nl> from __future__ import print_function <nl> <nl> import os . path <nl> + import tempfile <nl> <nl> import six <nl> import tensorflow as tf <nl> def testRun ( self ) : <nl> tf . train . GradientDescentOptimizer ( learning_rate = 2 . 0 ) , <nl> average_decay = 0 . 5 , <nl> sequential_update = sequential_update ) <nl> - save_path = os . path . join ( self . get_temp_dir ( ) , ' model ' ) <nl> + save_dir = tempfile . mkdtemp ( <nl> + prefix = os . path . join ( self . get_temp_dir ( ) , ' run_1 ' ) ) <nl> + save_path = os . path . join ( save_dir , ' model ' ) <nl> update = opt . apply_gradients ( <nl> list ( six . moves . zip ( [ grads0 , grads1 ] , [ var0 , var1 ] ) ) ) <nl> train_saver = opt . swapping_saver ( ) <nl> mmm a / tensorflow / contrib / slim / BUILD <nl> ppp b / tensorflow / contrib / slim / BUILD <nl> py_test ( <nl> name = " learning_test " , <nl> srcs = [ " python / slim / learning_test . py " ] , <nl> srcs_version = " PY2AND3 " , <nl> + tags = [ " manual " ] , <nl> deps = [ <nl> " / / tensorflow : tensorflow_py " , <nl> " / / tensorflow / contrib / slim " , <nl> mmm a / tensorflow / contrib / slim / python / slim / data / tfexample_decoder . py <nl> ppp b / tensorflow / contrib / slim / python / slim / data / tfexample_decoder . py <nl> <nl> <nl> from tensorflow . contrib . slim . python . slim . data import data_decoder <nl> from tensorflow . python . framework import dtypes <nl> - from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import control_flow_ops <nl> from tensorflow . python . ops import image_ops <nl> def tensors_to_item ( self , keys_to_tensors ) : <nl> shape_dims = [ ] <nl> for k in self . _shape_keys : <nl> shape_dim = keys_to_tensors [ k ] <nl> - if isinstance ( shape_dim , ops . SparseTensor ) : <nl> + if isinstance ( shape_dim , sparse_tensor . SparseTensor ) : <nl> shape_dim = sparse_ops . sparse_tensor_to_dense ( shape_dim ) <nl> shape_dims . append ( shape_dim ) <nl> shape = array_ops . reshape ( array_ops . pack ( shape_dims ) , [ - 1 ] ) <nl> - if isinstance ( tensor , ops . SparseTensor ) : <nl> + if isinstance ( tensor , sparse_tensor . SparseTensor ) : <nl> if shape is not None : <nl> tensor = sparse_ops . sparse_reshape ( tensor , shape ) <nl> tensor = sparse_ops . sparse_tensor_to_dense ( tensor , self . _default_value ) <nl> def tensors_to_item ( self , keys_to_tensors ) : <nl> values = keys_to_tensors [ self . _values_key ] <nl> if self . _shape_key : <nl> shape = keys_to_tensors [ self . _shape_key ] <nl> - if isinstance ( shape , ops . SparseTensor ) : <nl> + if isinstance ( shape , sparse_tensor . SparseTensor ) : <nl> shape = sparse_ops . sparse_tensor_to_dense ( shape ) <nl> elif self . _shape : <nl> shape = self . _shape <nl> def tensors_to_item ( self , keys_to_tensors ) : <nl> new_indices = array_ops . concat ( 1 , [ indices_columns_to_preserve , <nl> array_ops . reshape ( ids , [ - 1 , 1 ] ) ] ) <nl> <nl> - tensor = ops . SparseTensor ( new_indices , values . values , shape ) <nl> + tensor = sparse_tensor . SparseTensor ( new_indices , values . values , shape ) <nl> if self . _densify : <nl> tensor = sparse_ops . sparse_tensor_to_dense ( tensor , self . _default_value ) <nl> return tensor <nl> mmm a / tensorflow / contrib / tensor_forest / core / ops / training_ops_test . cc <nl> ppp b / tensorflow / contrib / tensor_forest / core / ops / training_ops_test . cc <nl> namespace tensorflow { <nl> <nl> TEST ( TrainingOpsTest , UpdateFertileSlots_ShapeFn ) { <nl> ShapeInferenceTestOp op ( " UpdateFertileSlots " ) ; <nl> - INFER_OK ( op , " ? ; ? ; ? ; ? ; ? ; ? ; ? " , " [ 2 , ? ] ; [ 2 , ? ] ; [ ? ] ; [ ? ] " ) ; <nl> + INFER_OK ( op , " ? ; ? ; ? ; ? ; ? ; ? ; ? ; ? " , " [ 2 , ? ] ; [ 2 , ? ] ; [ ? ] ; [ ? ] " ) ; <nl> } <nl> <nl> TEST ( TrainingOpsTest , ScatterAddNdim_ShapeFn ) { <nl> mmm a / tensorflow / contrib / tensor_forest / core / ops / tree_utils . h <nl> ppp b / tensorflow / contrib / tensor_forest / core / ops / tree_utils . h <nl> T Sum ( Tensor counts ) { <nl> / / is stored in index 0 , individual feature types start at index 1 . <nl> DataColumnTypes FeatureSpec ( int32 input_feature , const Tensor & spec ) ; <nl> <nl> - / / Given an Eigen : : Tensor type , calculate the Gini impurity , which we use <nl> - / / to determine the best split ( lowest ) and which nodes to allocate first <nl> - / / ( highest ) . <nl> - template < typename T > <nl> - float WeightedGiniImpurity ( const T & counts ) { <nl> + / / Given an Eigen : : Tensor type , calculate the Gini impurity . <nl> + template < typename T > <nl> + float RawWeightedGiniImpurity ( const T & counts ) { <nl> / / Our split score is the Gini impurity times the number of examples <nl> / / seen by the leaf . If c ( i ) denotes the i - th class count and c = sum_i c ( i ) <nl> / / then <nl> / / score = c * ( 1 - sum_i ( c ( i ) / c ) ^ 2 ) <nl> / / = c - sum_i c ( i ) ^ 2 / c <nl> - const auto smoothed = counts + counts . constant ( 1 . 0f ) ; <nl> - const auto sum = smoothed . sum ( ) ; <nl> - const auto sum2 = smoothed . square ( ) . sum ( ) ; <nl> + const auto sum = counts . sum ( ) ; <nl> + const auto sum2 = counts . square ( ) . sum ( ) ; <nl> Eigen : : Tensor < float , 0 , Eigen : : RowMajor > ret = sum - ( sum2 / sum ) ; <nl> return ret ( 0 ) ; <nl> } <nl> <nl> + / / Given an Eigen : : Tensor type , calculate the smoothed Gini impurity , which we <nl> + / / use to determine the best split ( lowest ) and which nodes to allocate first <nl> + / / ( highest ) . <nl> + template < typename T > <nl> + float WeightedGiniImpurity ( const T & counts ) { <nl> + const auto smoothed = counts + counts . constant ( 1 . 0f ) ; <nl> + return RawWeightedGiniImpurity ( smoothed ) ; <nl> + } <nl> + <nl> template < typename T1 , typename T2 > <nl> float WeightedVariance ( const T1 & sums , const T2 & squares , float count ) { <nl> const auto e_x = sums / count ; <nl> mmm a / tensorflow / contrib / tensor_forest / core / ops / update_fertile_slots_op . cc <nl> ppp b / tensorflow / contrib / tensor_forest / core / ops / update_fertile_slots_op . cc <nl> REGISTER_OP ( " UpdateFertileSlots " ) <nl> . Input ( " accumulator_sums : float " ) <nl> . Input ( " node_to_accumulator : int32 " ) <nl> . Input ( " stale_leaves : int32 " ) <nl> + . Input ( " node_sums : float " ) <nl> . Output ( " node_to_accumulator_map_updates : int32 " ) <nl> . Output ( " accumulator_to_node_map_updates : int32 " ) <nl> . Output ( " accumulators_cleared : int32 " ) <nl> node_to_accumulator : ` node_to_accumulator [ i ] ` is the accumulator slot used by <nl> fertile node i , or - 1 if node i isn ' t fertile . <nl> stale_leaves : = A 1 - d int32 tensor containing the indices of all leaves that <nl> have stopped accumulating statistics because they are too old . <nl> + node_sums : ` node_sums [ n ] [ c ] ` records how many <nl> + training examples have class c and have ended up in node n . <nl> node_to_accumulator_map_updates : = A 2 - d int32 tensor describing the changes <nl> that need to be applied to the node_to_accumulator map . Intended to be used <nl> with <nl> class UpdateFertileSlots : public OpKernel { <nl> const Tensor & accumulator_sums = context - > input ( 4 ) ; <nl> const Tensor & node_to_accumulator = context - > input ( 5 ) ; <nl> const Tensor & stale_leaves = context - > input ( 6 ) ; <nl> + const Tensor & node_sums = context - > input ( 7 ) ; <nl> <nl> OP_REQUIRES ( context , finished . shape ( ) . dims ( ) = = 1 , <nl> errors : : InvalidArgument ( <nl> class UpdateFertileSlots : public OpKernel { <nl> non_fertile_leaves , non_fertile_leaf_scores , eot , num_new_leaves , <nl> static_cast < int32 > ( accumulator_sums . shape ( ) . dim_size ( 1 ) ) , & leaf_heap ) ; <nl> <nl> + const auto sums = node_sums . unaligned_flat < float > ( ) ; <nl> + const int32 num_columns = node_sums . shape ( ) . dim_size ( 1 ) ; <nl> / / Allocate leaves . <nl> std : : unique_ptr < HeapValuesType > values ( <nl> leaf_heap . Extract ( ) ) ; <nl> class UpdateFertileSlots : public OpKernel { <nl> VLOG ( 1 ) < < " No allocators left . " ; <nl> break ; <nl> } <nl> + / / For classification , don ' t make a node fertile until it is unpure . <nl> + if ( ! regression_ ) { <nl> + / / Add 1 here because index 0 contains the sum of the weights across <nl> + / / classes . <nl> + Eigen : : array < int , 1 > offsets = { node . first * num_columns + 1 } ; <nl> + Eigen : : array < int , 1 > extents = { num_columns - 1 } ; <nl> + const auto node_counts = sums . slice ( offsets , extents ) ; <nl> + / / TODO ( thomaswc ) : Implement a faster check for pure nodes . <nl> + if ( tensorforest : : RawWeightedGiniImpurity ( node_counts ) = = 0 ) { <nl> + continue ; <nl> + } <nl> + } <nl> VLOG ( 1 ) < < " setting node " < < node . first < < " to accumulator " <nl> < < accumulator ; <nl> + + num_accumulators_allocated ; <nl> mmm a / tensorflow / contrib / tensor_forest / data / data_ops . py <nl> ppp b / tensorflow / contrib / tensor_forest / data / data_ops . py <nl> <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import load_library <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import math_ops <nl> from tensorflow . python . ops import sparse_ops <nl> def _ParseSparse ( data ) : <nl> ValueError : If data contains non - string Tensors . <nl> " " " <nl> for k in sorted ( data . keys ( ) ) : <nl> - if not isinstance ( data [ k ] , ops . SparseTensor ) : <nl> + if not isinstance ( data [ k ] , sparse_tensor . SparseTensor ) : <nl> raise NotImplementedError ( <nl> ' Features should be either all sparse or all dense . Use a ' <nl> ' feature engineering function to convert some of them . ' ) <nl> def ParseDataTensorOrDict ( data ) : <nl> # If there ' s at least one sparse tensor , everything has to be sparse . <nl> is_sparse = False <nl> for v in data . values ( ) : <nl> - if isinstance ( v , ops . SparseTensor ) : <nl> + if isinstance ( v , sparse_tensor . SparseTensor ) : <nl> is_sparse = True <nl> break <nl> if is_sparse : <nl> def ParseLabelTensorOrDict ( labels ) : <nl> " " " <nl> if isinstance ( labels , dict ) : <nl> return math_ops . to_float ( array_ops . concat ( <nl> - 1 , [ sparse_ops . sparse_tensor_to_dense ( labels [ <nl> - k ] , default_value = - 1 ) if isinstance ( labels , ops . SparseTensor ) else <nl> - labels [ k ] for k in sorted ( labels . keys ( ) ) ] ) ) <nl> + 1 , [ sparse_ops . sparse_tensor_to_dense ( labels [ k ] , default_value = - 1 ) <nl> + if isinstance ( labels , sparse_tensor . SparseTensor ) <nl> + else labels [ k ] for k in sorted ( labels . keys ( ) ) ] ) ) <nl> else : <nl> - if isinstance ( labels , ops . SparseTensor ) : <nl> + if isinstance ( labels , sparse_tensor . SparseTensor ) : <nl> return math_ops . to_float ( sparse_ops . sparse_tensor_to_dense ( <nl> labels , default_value = - 1 ) ) <nl> else : <nl> mmm a / tensorflow / contrib / tensor_forest / python / kernel_tests / update_fertile_slots_op_test . py <nl> ppp b / tensorflow / contrib / tensor_forest / python / kernel_tests / update_fertile_slots_op_test . py <nl> def setUp ( self ) : <nl> self . total_counts = [ [ 80 . , 40 . , 40 . ] ] <nl> self . ops = training_ops . Load ( ) <nl> self . stale_leaves = [ ] <nl> + self . node_sums = [ [ 3 , 1 , 2 ] , [ 4 , 2 , 2 ] , [ 5 , 2 , 3 ] , [ 6 , 1 , 5 ] , [ 7 , 5 , 2 ] , <nl> + [ 8 , 4 , 4 ] , [ 9 , 7 , 2 ] ] <nl> <nl> def testSimple ( self ) : <nl> with self . test_session ( ) : <nl> def testSimple ( self ) : <nl> accumulators_allocated ) = self . ops . update_fertile_slots ( <nl> self . finished , self . non_fertile_leaves , self . non_fertile_leaf_scores , <nl> self . end_of_tree , self . total_counts , self . node_map , <nl> - self . stale_leaves ) <nl> + self . stale_leaves , self . node_sums ) <nl> <nl> self . assertAllEqual ( [ [ 2 , 4 ] , [ - 1 , 0 ] ] , n2a_map_updates . eval ( ) ) <nl> self . assertAllEqual ( [ [ 0 ] , [ 4 ] ] , a2n_map_updates . eval ( ) ) <nl> def testNoFinished ( self ) : <nl> accumulators_allocated ) = self . ops . update_fertile_slots ( <nl> [ ] , self . non_fertile_leaves , self . non_fertile_leaf_scores , <nl> self . end_of_tree , self . total_counts , self . node_map , <nl> - self . stale_leaves ) <nl> + self . stale_leaves , self . node_sums ) <nl> <nl> self . assertAllEqual ( ( 2 , 0 ) , n2a_map_updates . eval ( ) . shape ) <nl> self . assertAllEqual ( ( 2 , 0 ) , a2n_map_updates . eval ( ) . shape ) <nl> self . assertAllEqual ( [ ] , accumulators_cleared . eval ( ) ) <nl> self . assertAllEqual ( [ ] , accumulators_allocated . eval ( ) ) <nl> <nl> + def testPureCounts ( self ) : <nl> + with self . test_session ( ) : <nl> + self . node_sums [ 4 ] = [ 10 , 0 , 10 ] <nl> + ( n2a_map_updates , a2n_map_updates , accumulators_cleared , <nl> + accumulators_allocated ) = self . ops . update_fertile_slots ( <nl> + self . finished , self . non_fertile_leaves , self . non_fertile_leaf_scores , <nl> + self . end_of_tree , self . total_counts , self . node_map , <nl> + self . stale_leaves , self . node_sums ) <nl> + <nl> + self . assertAllEqual ( [ [ 2 , 3 ] , [ - 1 , 0 ] ] , n2a_map_updates . eval ( ) ) <nl> + self . assertAllEqual ( [ [ 0 ] , [ 3 ] ] , a2n_map_updates . eval ( ) ) <nl> + self . assertAllEqual ( [ ] , accumulators_cleared . eval ( ) ) <nl> + self . assertAllEqual ( [ 0 ] , accumulators_allocated . eval ( ) ) <nl> + <nl> def testBadInput ( self ) : <nl> del self . non_fertile_leaf_scores [ - 1 ] <nl> with self . test_session ( ) : <nl> def testBadInput ( self ) : <nl> ( n2a_map_updates , _ , _ , _ ) = self . ops . update_fertile_slots ( <nl> self . finished , self . non_fertile_leaves , <nl> self . non_fertile_leaf_scores , self . end_of_tree , self . total_counts , <nl> - self . node_map , self . stale_leaves ) <nl> + self . node_map , self . stale_leaves , self . node_sums ) <nl> self . assertAllEqual ( ( 2 , 0 ) , n2a_map_updates . eval ( ) . shape ) <nl> <nl> <nl> mmm a / tensorflow / contrib / tensor_forest / python / tensor_forest . py <nl> ppp b / tensorflow / contrib / tensor_forest / python / tensor_forest . py <nl> <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import control_flow_ops <nl> from tensorflow . python . ops import init_ops <nl> def training_graph ( self , <nl> sparse_indices = [ ] <nl> sparse_values = [ ] <nl> sparse_shape = [ ] <nl> - if isinstance ( input_data , ops . SparseTensor ) : <nl> + if isinstance ( input_data , sparse_tensor . SparseTensor ) : <nl> sparse_indices = input_data . indices <nl> sparse_values = input_data . values <nl> sparse_shape = input_data . shape <nl> def training_graph ( self , <nl> self . variables . accumulator_sums , <nl> self . variables . node_to_accumulator_map , <nl> stale , <nl> + self . variables . node_sums , <nl> regression = self . params . regression ) ) <nl> <nl> # Ensure end_of_tree doesn ' t get updated until UpdateFertileSlots has <nl> def inference_graph ( self , input_data , data_spec ) : <nl> sparse_indices = [ ] <nl> sparse_values = [ ] <nl> sparse_shape = [ ] <nl> - if isinstance ( input_data , ops . SparseTensor ) : <nl> + if isinstance ( input_data , sparse_tensor . SparseTensor ) : <nl> sparse_indices = input_data . indices <nl> sparse_values = input_data . values <nl> sparse_shape = input_data . shape <nl> mmm a / tensorflow / core / common_runtime / gpu / gpu_device . cc <nl> ppp b / tensorflow / core / common_runtime / gpu / gpu_device . cc <nl> namespace tensorflow { <nl> / / corresponding stream have completed . The following two classes <nl> / / serve this purpose in two different compilation environments . <nl> <nl> - # if defined ( __GCUDACC__ ) | | defined ( __GCUDACC_HOST__ ) <nl> - class EigenAllocator : public : : Eigen : : Allocator { <nl> - public : <nl> - EigenAllocator ( ) { } <nl> - <nl> - void Reinitialize ( OpKernelContext * context , gpu : : Stream * stream , <nl> - : : tensorflow : : Allocator * alloc , EventMgr * em ) { <nl> - if ( LogMemory : : IsEnabled ( ) ) { <nl> - operation_ = context - > op_kernel ( ) . name ( ) + " / EigenAllocator " ; <nl> - step_id_ = context - > step_id ( ) ; <nl> - } <nl> - stream_ = stream ; <nl> - allocator_ = alloc ; <nl> - em_ = em ; <nl> - } <nl> - <nl> - void * allocate ( size_t num_bytes ) const override { <nl> - void * ret = allocator_ - > AllocateRaw ( 32 / * alignment * / , num_bytes ) ; <nl> - / / Eigen doesn ' t typically check the return pointer from allocate , <nl> - / / so we do it here and die with a more helpful error message . <nl> - if ( ret = = nullptr ) { <nl> - LOG ( FATAL ) < < " EigenAllocator for GPU ran out of memory when allocating " <nl> - < < num_bytes < < " . See error logs for more detailed info . " ; <nl> - } <nl> - if ( LogMemory : : IsEnabled ( ) ) { <nl> - LogMemory : : RecordRawAllocation ( operation_ , step_id_ , num_bytes , ret , <nl> - allocator_ ) ; <nl> - } <nl> - return ret ; <nl> - } <nl> - <nl> - void deallocate ( void * buffer ) const override { <nl> - if ( LogMemory : : IsEnabled ( ) ) { <nl> - LogMemory : : RecordRawDeallocation ( operation_ , step_id_ , buffer , allocator_ , <nl> - true ) ; <nl> - } <nl> - em_ - > ThenDeleteBuffer ( stream_ , { allocator_ , buffer , operation_ , step_id_ } ) ; <nl> - } <nl> - <nl> - private : <nl> - string operation_ ; <nl> - int64 step_id_ ; <nl> - gpu : : Stream * stream_ ; / / Not owned . <nl> - : : tensorflow : : Allocator * allocator_ ; / / Not owned . <nl> - : : tensorflow : : EventMgr * em_ ; / / Not owned . <nl> - <nl> - TF_DISALLOW_COPY_AND_ASSIGN ( EigenAllocator ) ; <nl> - } ; <nl> - <nl> - # else <nl> class EigenCudaStreamDevice : public : : Eigen : : StreamInterface { <nl> public : <nl> EigenCudaStreamDevice ( ) : scratch_ ( nullptr ) , semaphore_ ( nullptr ) { <nl> class EigenCudaStreamDevice : public : : Eigen : : StreamInterface { <nl> TF_DISALLOW_COPY_AND_ASSIGN ( EigenCudaStreamDevice ) ; <nl> } ; <nl> <nl> - # endif <nl> - <nl> BaseGPUDevice : : BaseGPUDevice ( const SessionOptions & options , const string & name , <nl> Bytes memory_limit , const DeviceLocality & locality , <nl> int gpu_id , const string & physical_device_desc , <nl> Status BaseGPUDevice : : MakeTensorFromProto ( const TensorProto & tensor_proto , <nl> } <nl> <nl> namespace { <nl> - # if defined ( __GCUDACC__ ) | | defined ( __GCUDACC_HOST__ ) <nl> - class ConcretePerOpGpuDevice : public PerOpGpuDevice { <nl> - public : <nl> - ConcretePerOpGpuDevice ( ) : device_ ( nullptr ) { } <nl> - void Reinitialize ( OpKernelContext * context , gpu : : Stream * stream , <nl> - Allocator * base_allocator , : : tensorflow : : EventMgr * em , <nl> - char * scratch ) { <nl> - allocator_ . Reinitialize ( context , stream , base_allocator , em ) ; <nl> - device_ . Reinitialize ( stream , & allocator_ , scratch ) ; <nl> - } <nl> - <nl> - const Eigen : : GpuDevice & device ( ) const override { return device_ ; } <nl> - <nl> - private : <nl> - EigenAllocator allocator_ ; <nl> - Eigen : : GpuDevice device_ ; <nl> - } ; <nl> - # else <nl> class ConcretePerOpGpuDevice : public PerOpGpuDevice { <nl> public : <nl> ConcretePerOpGpuDevice ( ) : device_ ( & stream_device_ ) { } <nl> class ConcretePerOpGpuDevice : public PerOpGpuDevice { <nl> EigenCudaStreamDevice stream_device_ ; <nl> Eigen : : GpuDevice device_ ; <nl> } ; <nl> - # endif <nl> } / / namespace <nl> <nl> void BaseGPUDevice : : ReinitializeDevice ( OpKernelContext * context , <nl> void BaseGPUDevice : : ReinitializeDevice ( OpKernelContext * context , <nl> ConcretePerOpGpuDevice * concrete_device = <nl> static_cast < ConcretePerOpGpuDevice * > ( device ) ; <nl> DCHECK ( concrete_device ) ; <nl> - # if defined ( __GCUDACC__ ) | | defined ( __GCUDACC_HOST__ ) <nl> - concrete_device - > Reinitialize ( context , streams_ [ stream_id ] . compute , allocator , <nl> - em_ . get ( ) , scratch_ [ stream_id ] ) ; <nl> - # else <nl> const cudaStream_t * cuda_stream = reinterpret_cast < const cudaStream_t * > ( <nl> streams_ [ stream_id ] . compute - > implementation ( ) - > CudaStreamMemberHack ( ) ) ; <nl> concrete_device - > Reinitialize ( context , cuda_stream , gpu_id_ , allocator , <nl> scratch_ [ stream_id ] ) ; <nl> - # endif <nl> } <nl> <nl> PerOpGpuDevice * BaseGPUDevice : : MakeGpuDevice ( ) { <nl> mmm a / tensorflow / core / framework / common_shape_fns . cc <nl> ppp b / tensorflow / core / framework / common_shape_fns . cc <nl> Status Get3dOutputSize ( const std : : array < int64 , 3 > & input , <nl> <nl> namespace shape_inference { <nl> <nl> - namespace { <nl> - <nl> Status GetWindowedOutputSizeFromDims ( <nl> shape_inference : : InferenceContext * c , <nl> shape_inference : : DimensionHandle input_size , <nl> Status GetWindowedOutputSizeFromDims ( <nl> } <nl> return Status : : OK ( ) ; <nl> } <nl> - } / / namespace <nl> <nl> Status UnchangedShape ( shape_inference : : InferenceContext * c ) { <nl> c - > set_output ( 0 , c - > input ( 0 ) ) ; <nl> mmm a / tensorflow / core / framework / common_shape_fns . h <nl> ppp b / tensorflow / core / framework / common_shape_fns . h <nl> Status Get3dOutputSize ( const std : : array < int64 , 3 > & input , <nl> <nl> namespace shape_inference { <nl> <nl> + / / Like GetWindowedOutputSize , but deals with DimensionHandles . <nl> + Status GetWindowedOutputSizeFromDims ( InferenceContext * c , <nl> + DimensionHandle input_size , <nl> + DimensionOrConstant filter_size , <nl> + int64 stride , Padding padding_type , <nl> + DimensionHandle * output_size ) ; <nl> + <nl> / / Transfers shape of input ( 0 ) to output ( 0 ) . <nl> Status UnchangedShape ( shape_inference : : InferenceContext * c ) ; <nl> <nl> mmm a / tensorflow / core / framework / shape_inference . cc <nl> ppp b / tensorflow / core / framework / shape_inference . cc <nl> InferenceContext : : InferenceContext ( <nl> const NodeDef * node_def , const OpDef & op_def , <nl> const std : : vector < TensorShapeProto > & input_shapes , <nl> const std : : vector < const Tensor * > & input_tensors , <nl> - const std : : vector < ShapeHandle > & input_tensors_as_shapes , <nl> + const std : : vector < TensorShapeProto > & input_tensors_as_shapes , <nl> const std : : vector < TensorShapeProto > & input_handle_shapes , <nl> const std : : vector < DataType > & input_handle_dtypes ) <nl> : node_def_ ( * CHECK_NOTNULL ( node_def ) ) { <nl> - PreInputInit ( op_def , input_tensors , input_tensors_as_shapes ) ; <nl> + std : : vector < ShapeHandle > input_tensors_as_shape_handles ; <nl> + for ( const TensorShapeProto & p : input_tensors_as_shapes ) { <nl> + ShapeHandle shape ; <nl> + construction_status_ . Update ( MakeShapeFromShapeProto ( p , & shape ) ) ; <nl> + if ( ! construction_status_ . ok ( ) ) { <nl> + return ; <nl> + } <nl> + input_tensors_as_shape_handles . push_back ( shape ) ; <nl> + } <nl> + PreInputInit ( op_def , input_tensors , input_tensors_as_shape_handles ) ; <nl> if ( ! construction_status_ . ok ( ) ) return ; <nl> for ( const TensorShapeProto & p : input_shapes ) { <nl> ShapeHandle shape ; <nl> mmm a / tensorflow / core / framework / shape_inference . h <nl> ppp b / tensorflow / core / framework / shape_inference . h <nl> class InferenceContext { <nl> InferenceContext ( const NodeDef * node_def , const OpDef & op_def , <nl> const std : : vector < TensorShapeProto > & input_shapes , <nl> const std : : vector < const Tensor * > & input_tensors , <nl> - const std : : vector < ShapeHandle > & input_tensors_as_shapes , <nl> + const std : : vector < TensorShapeProto > & input_tensors_as_shapes , <nl> const std : : vector < TensorShapeProto > & input_handle_shapes , <nl> const std : : vector < DataType > & input_handle_dtypes ) ; <nl> <nl> mmm a / tensorflow / core / framework / tensor . h <nl> ppp b / tensorflow / core / framework / tensor . h <nl> class Tensor { <nl> friend class VariableOp ; / / For access to set_shape <nl> friend class AutoReloadVariableOp ; / / For access to set_shape <nl> friend class TensorTestHelper ; / / For access to set_shape <nl> + template < typename Device , typename T > <nl> friend class CreateVariableOp ; <nl> <nl> / / Creates a tensor with the input datatype , shape and buf . <nl> mmm a / tensorflow / core / kernels / BUILD <nl> ppp b / tensorflow / core / kernels / BUILD <nl> cc_header_only_library ( <nl> # OpKernel libraries mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> <nl> ARRAY_DEPS = [ <nl> - " : batch_space_ops " , <nl> " : bounds_check " , <nl> " : concat_lib " , <nl> - " : cuda_device_array " , <nl> - " : depth_space_ops " , <nl> - " : extract_image_patches_op " , <nl> " : fill_functor " , <nl> " : gather_functor " , <nl> " : ops_util " , <nl> - " : split_lib " , <nl> " : strided_slice_op " , <nl> " : transpose_functor " , <nl> " / / tensorflow / core : array_grad " , <nl> tf_kernel_libraries ( <nl> <nl> tf_kernel_libraries ( <nl> name = " array " , <nl> + libs = [ <nl> + " : batch_space_ops " , <nl> + " : depth_space_ops " , <nl> + " : extract_image_patches_op " , <nl> + " : split_op " , <nl> + " : unpack_op " , <nl> + ] , <nl> prefixes = [ <nl> " bcast_ops " , <nl> " bitcast_op " , <nl> tf_kernel_libraries ( <nl> " reverse_sequence_op " , <nl> " shape_ops " , <nl> " slice_op " , <nl> - " split_op " , <nl> " tile_ops " , <nl> " transpose_op " , <nl> " unique_op " , <nl> - " unpack_op " , <nl> " where_op " , <nl> ] , <nl> deps = ARRAY_DEPS , <nl> ) <nl> <nl> + tf_kernel_library ( <nl> + name = " split_op " , <nl> + gpu_srcs = [ " cuda_device_array . h " ] , <nl> + prefix = " split_op " , <nl> + deps = ARRAY_DEPS + [ " : split_lib " ] , <nl> + ) <nl> + <nl> + tf_kernel_library ( <nl> + name = " unpack_op " , <nl> + prefix = " unpack_op " , <nl> + deps = ARRAY_DEPS + [ " : split_lib " ] , <nl> + ) <nl> + <nl> tf_cc_test ( <nl> name = " batch_norm_op_test " , <nl> size = " small " , <nl> tf_cc_test ( <nl> <nl> tf_kernel_libraries ( <nl> name = " data_flow " , <nl> + libs = [ <nl> + " : dynamic " , <nl> + " : lookup " , <nl> + ] , <nl> prefixes = [ <nl> - " dynamic_partition_op " , <nl> - " dynamic_stitch_op " , <nl> " conditional_accumulator_base_op " , <nl> " conditional_accumulator_op " , <nl> " barrier_ops " , <nl> " fifo_queue_op " , <nl> " priority_queue_op " , <nl> - " lookup_table_init_op " , <nl> - " lookup_table_op " , <nl> " padding_fifo_queue_op " , <nl> " queue_ops " , <nl> " random_shuffle_queue_op " , <nl> tf_kernel_libraries ( <nl> ] , <nl> ) <nl> <nl> + tf_kernel_libraries ( <nl> + name = " dynamic " , <nl> + prefixes = [ <nl> + " dynamic_partition_op " , <nl> + " dynamic_stitch_op " , <nl> + ] , <nl> + deps = [ <nl> + " : bounds_check " , <nl> + " / / tensorflow / core : core_cpu " , <nl> + " / / tensorflow / core : data_flow_ops_op_lib " , <nl> + " / / tensorflow / core : framework " , <nl> + " / / tensorflow / core : lib " , <nl> + " / / tensorflow / core : lib_internal " , <nl> + ] , <nl> + ) <nl> + <nl> + tf_kernel_libraries ( <nl> + name = " lookup " , <nl> + prefixes = [ <nl> + " lookup_table_init_op " , <nl> + " lookup_table_op " , <nl> + ] , <nl> + deps = [ <nl> + " : bounds_check " , <nl> + " : initializable_lookup_table " , <nl> + " : lookup_util " , <nl> + " / / tensorflow / core : core_cpu " , <nl> + " / / tensorflow / core : data_flow_ops_op_lib " , <nl> + " / / tensorflow / core : framework " , <nl> + " / / tensorflow / core : lib " , <nl> + " / / tensorflow / core : lib_internal " , <nl> + ] , <nl> + ) <nl> + <nl> tf_cc_tests ( <nl> size = " small " , <nl> srcs = [ <nl> tf_kernel_library ( <nl> <nl> tf_kernel_libraries ( <nl> name = " nn " , <nl> + libs = [ <nl> + " : l2loss_op " , <nl> + ] , <nl> prefixes = [ <nl> " batch_norm_op " , <nl> " bias_op " , <nl> " fused_batch_norm_op " , <nl> " in_topk_op " , <nl> - " l2loss_op " , <nl> " lrn_op " , <nl> " relu_op " , <nl> " softmax_op " , <nl> tf_kernel_libraries ( <nl> ] ) , <nl> ) <nl> <nl> + tf_kernel_library ( <nl> + name = " l2loss_op " , <nl> + prefix = " l2loss_op " , <nl> + deps = [ <nl> + " / / tensorflow / core : framework " , <nl> + " / / tensorflow / core : lib " , <nl> + " / / tensorflow / core : lib_internal " , <nl> + " / / tensorflow / core : nn_grad " , <nl> + " / / tensorflow / core : nn_ops_op_lib " , <nl> + " / / third_party / eigen3 " , <nl> + ] , <nl> + ) <nl> + <nl> tf_cuda_cc_test ( <nl> name = " lrn_op_test " , <nl> srcs = [ " lrn_op_test . cc " ] , <nl> mmm a / tensorflow / core / kernels / conv_ops_gpu_3 . cu . cc <nl> ppp b / tensorflow / core / kernels / conv_ops_gpu_3 . cu . cc <nl> __global__ void SwapDimension1And2InTensor3UsingTiles ( const T * input , <nl> tile_height = input_dims [ 1 ] - ( input_dims_in_tiles [ 1 ] - 1 ) * TileSize ; <nl> } <nl> <nl> + int input_flat_index = input_origin_flat_index + x ; <nl> + <nl> / / Load the data from input memory to the shared memory tile . <nl> - if ( x < tile_width ) { <nl> - int input_flat_index = input_origin_flat_index + x ; <nl> + if ( TF_PREDICT_TRUE ( tile_height = = TileSize & & tile_width = = TileSize ) ) { <nl> + # pragma unroll <nl> + for ( int y = 0 ; y < TileSize ; y + + ) { <nl> + shared_memory_tile [ y ] [ x ] = input [ input_flat_index ] ; <nl> + input_flat_index + = input_dims [ 2 ] ; <nl> + } <nl> + } else if ( x < tile_width ) { <nl> for ( int y = 0 ; y < tile_height ; y + + ) { <nl> shared_memory_tile [ y ] [ x ] = input [ input_flat_index ] ; <nl> input_flat_index + = input_dims [ 2 ] ; <nl> __global__ void SwapDimension1And2InTensor3UsingTiles ( const T * input , <nl> int output_flat_index = output_origin_flat_index + x ; <nl> <nl> / / Load the data from the shared memory tile to the output memory . <nl> - if ( x < tile_height ) { <nl> + if ( TF_PREDICT_TRUE ( tile_height = = TileSize & & tile_width = = TileSize ) ) { <nl> + # pragma unroll <nl> + for ( int y = 0 ; y < TileSize ; y + + ) { <nl> + output [ output_flat_index ] = shared_memory_tile [ x ] [ y ] ; <nl> + output_flat_index + = output_dims [ 2 ] ; <nl> + } <nl> + } else if ( x < tile_height ) { <nl> for ( int y = 0 ; y < tile_width ; y + + ) { <nl> output [ output_flat_index ] = shared_memory_tile [ x ] [ y ] ; <nl> output_flat_index + = output_dims [ 2 ] ; <nl> mmm a / tensorflow / core / kernels / hexagon / graph_transferer . cc <nl> ppp b / tensorflow / core / kernels / hexagon / graph_transferer . cc <nl> static constexpr bool DBG = false ; <nl> static constexpr const char * const INPUTS_NODE_PREFIX = " inputs_for_ " ; <nl> static constexpr const char * const OUTPUTS_NODE_PREFIX = " outputs_for_ " ; <nl> static constexpr const char * const DATA_NODE_PREFIX = " data_for_op_ " ; <nl> + static constexpr const char * const CONST_SHAPE_PREFIX = " const_shape_ " ; <nl> + static constexpr const char * const PADDING_PREFIX = " NN_PAD_ " ; <nl> + static constexpr const char * const PADDING_ATTR_NAME = " padding " ; <nl> + static constexpr const char * const STRIDES_ATTR_NAME = " strides " ; <nl> + static constexpr const char * const KSIZE_ATTR_NAME = " ksize " ; <nl> + static constexpr const char * const PADDING_VALID_STR = " VALID " ; <nl> + static constexpr const char * const PADDING_SAME_STR = " SAME " ; <nl> <nl> void GraphTransferer : : LoadGraphFromProto ( const GraphDef & graph_def ) { <nl> ImportGraphDefOptions opts ; <nl> GraphTransferer : : GetConstNodeParams ( ) const { <nl> return const_node_transfer_params_list_ ; <nl> } <nl> <nl> + const std : : vector < GraphTransferer : : NodeTransferParams > & <nl> + GraphTransferer : : GetOpNodeParams ( ) const { <nl> + return node_transfer_params_list_ ; <nl> + } <nl> + <nl> int GraphTransferer : : CacheNode ( const Node & node ) { <nl> if ( node_name_to_id_cache_map_ . count ( node . name ( ) ) > 0 ) { <nl> if ( DBG ) { <nl> void GraphTransferer : : RegisterNode ( const ShapeRefiner & shape_refiner , <nl> } <nl> } else if ( node . IsConstant ( ) ) { <nl> RegisterConstantNode ( shape_refiner , node ) ; <nl> + } else if ( HasPaddingAndStrides ( node ) ) { <nl> + RegisterNodeWithPaddingAndStrides ( shape_refiner , node ) ; <nl> } else { <nl> / / TODO ( satok ) : register params for nodes which are supported by SOC <nl> if ( DBG ) { <nl> void GraphTransferer : : RegisterConstantNode ( const ShapeRefiner & shape_refiner , <nl> CHECK ( context - > ValueKnown ( num_elements_dim ) ) ; <nl> const int64 num_output_elements = context - > Value ( num_elements_dim ) ; <nl> const int data_size = max_bytes_per_data * num_output_elements ; <nl> - const int rank = context - > Rank ( shape_handle ) ; <nl> - CHECK ( rank = = 0 ) ; <nl> const std : : array < int64 , SHAPE_ARRAY_SIZE > shape = <nl> BuildShapeArray ( shape_handle , context ) ; <nl> const_node_transfer_params_list_ . emplace_back ( <nl> void GraphTransferer : : RegisterConstantNode ( const ShapeRefiner & shape_refiner , <nl> data_size } ) ; <nl> } <nl> <nl> + int GraphTransferer : : RegisterConstantShape ( const std : : vector < int > & shape ) { <nl> + / / TODO ( satok ) : Handle non - 4dim strides <nl> + CHECK ( shape . size ( ) = = 4 ) ; <nl> + const string shape_name = <nl> + std : : string ( CONST_SHAPE_PREFIX ) + std : : to_string ( shape . at ( 0 ) ) + ' x ' + <nl> + std : : to_string ( shape . at ( 1 ) ) + ' x ' + std : : to_string ( shape . at ( 2 ) ) + ' x ' + <nl> + std : : to_string ( shape . at ( 3 ) ) ; <nl> + if ( node_name_to_id_cache_map_ . count ( shape_name ) < = 0 ) { <nl> + node_name_cache_list_ . emplace_back ( nullptr ) ; <nl> + const int id = node_name_cache_list_ . size ( ) - 1 ; <nl> + node_name_to_id_cache_map_ . emplace ( shape_name , id ) ; <nl> + const_node_transfer_params_list_ . emplace_back ( ConstNodeTransferParams { <nl> + shape_name , id , { { shape [ 0 ] , shape [ 1 ] , shape [ 2 ] , shape [ 3 ] } } , " " , 0 } ) ; <nl> + } <nl> + return node_name_to_id_cache_map_ [ shape_name ] ; <nl> + } <nl> + <nl> + bool GraphTransferer : : HasPaddingAndStrides ( const Node & node ) { <nl> + return node . def ( ) . attr ( ) . count ( PADDING_ATTR_NAME ) > 0 & & <nl> + node . def ( ) . attr ( ) . count ( STRIDES_ATTR_NAME ) > 0 ; <nl> + } <nl> + <nl> + void GraphTransferer : : RegisterNodeWithPaddingAndStrides ( <nl> + const ShapeRefiner & shape_refiner , const Node & node ) { <nl> + CHECK ( node_name_to_id_cache_map_ . count ( node . name ( ) ) = = 1 ) ; <nl> + const int id = node_name_to_id_cache_map_ [ node . name ( ) ] ; <nl> + shape_inference : : InferenceContext * context = shape_refiner . GetContext ( & node ) ; <nl> + CHECK ( node . def ( ) . attr ( ) . count ( PADDING_ATTR_NAME ) > 0 ) ; <nl> + / / TODO ( satok ) : Use context - > GetAttr ( . . . ) instead ? <nl> + Padding padding ; <nl> + context - > GetAttr ( PADDING_ATTR_NAME , & padding ) ; <nl> + CHECK ( node . def ( ) . attr ( ) . count ( STRIDES_ATTR_NAME ) > 0 ) ; <nl> + std : : vector < int32 > strides ; <nl> + context - > GetAttr ( STRIDES_ATTR_NAME , & strides ) ; <nl> + const int stride_id = RegisterConstantShape ( strides ) ; <nl> + std : : vector < int > extra_inputs { stride_id } ; <nl> + if ( node . def ( ) . attr ( ) . count ( KSIZE_ATTR_NAME ) > 0 ) { <nl> + std : : vector < int32 > kernel_sizes ; <nl> + context - > GetAttr ( KSIZE_ATTR_NAME , & kernel_sizes ) ; <nl> + const int ksize_id = RegisterConstantShape ( kernel_sizes ) ; <nl> + extra_inputs . push_back ( ksize_id ) ; <nl> + } <nl> + AppendNodeParams ( node . name ( ) , id , node . type_string ( ) , padding , <nl> + node . num_inputs ( ) , extra_inputs , node . num_outputs ( ) ) ; <nl> + } <nl> + <nl> bool GraphTransferer : : RegisterNodeIfAllInputsAreCached ( <nl> const ShapeRefiner & shape_refiner , const Node & node , <nl> const bool only_register_const_node ) { <nl> bool GraphTransferer : : RegisterNodeIfAllInputsAreCached ( <nl> <nl> void GraphTransferer : : AppendNodeParams ( const string & name , const int id , <nl> const string & type , <nl> - const string & padding , <nl> + const Padding & padding , <nl> const int inputs_size , <nl> + const std : : vector < int > & extra_inputs , <nl> const int outputs_size ) { <nl> + / / TODO ( satok ) : register inputs <nl> + / / TODO ( satok ) : register outputs <nl> + / / TODO ( satok ) : store padding as Padding ? <nl> node_transfer_params_list_ . emplace_back ( NodeTransferParams { <nl> - name , id , type , padding , <nl> - string ( INPUTS_NODE_PREFIX ) + std : : to_string ( inputs_size ) , inputs_size , <nl> - string ( OUTPUTS_NODE_PREFIX ) + std : : to_string ( outputs_size ) , <nl> - outputs_size } ) ; <nl> + name , id , type , <nl> + string ( PADDING_PREFIX ) + <nl> + string ( padding = = VALID ? PADDING_VALID_STR : PADDING_SAME_STR ) , <nl> + string ( INPUTS_NODE_PREFIX ) + std : : to_string ( id ) , <nl> + inputs_size + static_cast < int > ( extra_inputs . size ( ) ) , <nl> + string ( OUTPUTS_NODE_PREFIX ) + std : : to_string ( id ) , <nl> + static_cast < int > ( outputs_size ) } ) ; <nl> } <nl> <nl> / * static * / std : : array < int64 , GraphTransferer : : SHAPE_ARRAY_SIZE > <nl> GraphTransferer : : BuildShapeArray ( <nl> <nl> void GraphTransferer : : DumpNodeTransferParams ( ) const { <nl> / / TODO ( satok ) : Dump all params <nl> + LOG ( INFO ) < < " * * * Const Nodes * * * " ; <nl> for ( const ConstNodeTransferParams & params : <nl> const_node_transfer_params_list_ ) { <nl> LOG ( INFO ) < < " [ " < < params . id < < " \ " " < < params . name < < " \ " ( Const ) " ; <nl> void GraphTransferer : : DumpNodeTransferParams ( ) const { <nl> LOG ( INFO ) < < " data_size : " < < params . data_size < < " bytes " <nl> < < " ] " ; <nl> } <nl> + LOG ( INFO ) < < " * * * * * * " ; <nl> + LOG ( INFO ) < < " * * * Op Nodes * * * " ; <nl> + for ( const NodeTransferParams & params : node_transfer_params_list_ ) { <nl> + LOG ( INFO ) < < " [ " < < params . id < < " \ " " < < params . name ; <nl> + LOG ( INFO ) < < " type : " < < params . type ; <nl> + LOG ( INFO ) < < " padding : " < < params . padding ; <nl> + LOG ( INFO ) < < " inputs : " < < params . inputs_name <nl> + < < " , size = " < < params . inputs_size ; <nl> + LOG ( INFO ) < < " outputs : " < < params . outputs_name <nl> + < < " , size = " < < params . outputs_size < < " ] " ; <nl> + } <nl> + LOG ( INFO ) < < " * * * * * * " ; <nl> } <nl> <nl> } / / namespace tensorflow <nl> mmm a / tensorflow / core / kernels / hexagon / graph_transferer . h <nl> ppp b / tensorflow / core / kernels / hexagon / graph_transferer . h <nl> limitations under the License . <nl> # include " tensorflow / core / graph / graph . h " <nl> # include " tensorflow / core / platform / macros . h " <nl> # include " tensorflow / core / platform / protobuf . h " <nl> + # include " tensorflow / core / util / padding . h " <nl> <nl> namespace tensorflow { <nl> <nl> class GraphTransferer { <nl> / / Return const node parameters for transfer <nl> const std : : vector < ConstNodeTransferParams > & GetConstNodeParams ( ) const ; <nl> <nl> + / / Return op node parameters for transfer <nl> + const std : : vector < NodeTransferParams > & GetOpNodeParams ( ) const ; <nl> + <nl> private : <nl> int CacheNode ( const Node & node ) ; <nl> bool AreAllInputsCached ( const Node & node ) const ; <nl> void RegisterConstantNode ( const ShapeRefiner & shape_refiner , <nl> const Node & node ) ; <nl> + int RegisterConstantShape ( const std : : vector < int > & shape ) ; <nl> + bool HasPaddingAndStrides ( const Node & node ) ; <nl> + void RegisterNodeWithPaddingAndStrides ( const ShapeRefiner & shape_refiner , <nl> + const Node & node ) ; <nl> void RegisterNode ( const ShapeRefiner & shape_refiner , const Node & node ) ; <nl> bool RegisterNodeIfAllInputsAreCached ( const ShapeRefiner & shape_refiner , <nl> const Node & node , <nl> const bool only_register_const_node ) ; <nl> void AppendNodeParams ( const string & name , const int id , const string & type , <nl> - const string & padding , const int inputs_size , <nl> + const Padding & padding , const int inputs_size , <nl> + const std : : vector < int > & extra_inputs , <nl> const int outputs_size ) ; <nl> static std : : array < int64 , SHAPE_ARRAY_SIZE > BuildShapeArray ( <nl> const shape_inference : : ShapeHandle & shape_handle , <nl> mmm a / tensorflow / core / kernels / hexagon / graph_transferer_test . cc <nl> ppp b / tensorflow / core / kernels / hexagon / graph_transferer_test . cc <nl> limitations under the License . <nl> # include < memory > <nl> <nl> # include " tensorflow / cc / ops / const_op . h " <nl> + # include " tensorflow / cc / ops / nn_ops . h " <nl> # include " tensorflow / cc / ops / standard_ops . h " <nl> + # include " tensorflow / core / framework / tensor_testutil . h " <nl> # include " tensorflow / core / graph / graph_def_builder . h " <nl> # include " tensorflow / core / kernels / hexagon / graph_transferer . h " <nl> # include " tensorflow / core / lib / core / status . h " <nl> class GraphTransfererTest : public : : testing : : Test { <nl> std : : unique_ptr < Session > _session ; <nl> } ; <nl> <nl> - static GraphDef CreateSmallGraphDef ( ) { <nl> + static GraphDef CreateAddGraphDef ( ) { <nl> Scope root = Scope : : NewRootScope ( ) ; <nl> ops : : Output node_a = ops : : Const ( root . WithOpName ( NAME_A ) , 1 ) ; <nl> ops : : Output node_b = ops : : Const ( root . WithOpName ( NAME_B ) , 2 ) ; <nl> - ops : : Add ( root . WithOpName ( " a_plus_b " ) , node_a , node_b ) ; <nl> + ops : : Output node_add = ops : : Add ( root . WithOpName ( " a_plus_b " ) , node_a , node_b ) ; <nl> + GraphDef def ; <nl> + TF_CHECK_OK ( root . ToGraphDef ( & def ) ) ; <nl> + return def ; <nl> + } <nl> <nl> + static GraphDef CreateConvGraphDef ( ) { <nl> + Scope root = Scope : : NewRootScope ( ) ; <nl> + Tensor input_data ( DT_FLOAT , TensorShape ( { 1 , 1 , 1 , 1 } ) ) ; <nl> + test : : FillIota < float > ( & input_data , 1 . 0f ) ; <nl> + ops : : Output input = <nl> + ops : : Const ( root . WithOpName ( " input " ) , ops : : Input : : Initializer ( input_data ) ) ; <nl> + Tensor filter_data ( DT_FLOAT , TensorShape ( { 1 , 1 , 1 , 1 } ) ) ; <nl> + test : : FillIota < float > ( & filter_data , 1 . 0f ) ; <nl> + ops : : Output filter = ops : : Const ( root . WithOpName ( " filter " ) , <nl> + ops : : Input : : Initializer ( filter_data ) ) ; <nl> + const std : : vector < int > strides { 1 , 1 , 1 , 1 } ; <nl> + ops : : Output conv = <nl> + ops : : Conv2D ( root . WithOpName ( " conv " ) , input , filter , strides , " SAME " ) ; <nl> + GraphDef def ; <nl> + TF_CHECK_OK ( root . ToGraphDef ( & def ) ) ; <nl> + return def ; <nl> + } <nl> + <nl> + static GraphDef CreatePoolGraphDef ( ) { <nl> + Scope root = Scope : : NewRootScope ( ) ; <nl> + Tensor input_data ( DT_FLOAT , TensorShape ( { 1 , 1 , 1 , 1 } ) ) ; <nl> + test : : FillIota < float > ( & input_data , 1 . 0f ) ; <nl> + ops : : Output input = <nl> + ops : : Const ( root . WithOpName ( " input " ) , ops : : Input : : Initializer ( input_data ) ) ; <nl> + Tensor filter_data ( DT_FLOAT , TensorShape ( { 1 , 1 , 1 , 1 } ) ) ; <nl> + test : : FillIota < float > ( & filter_data , 1 . 0f ) ; <nl> + ops : : Output filter = ops : : Const ( root . WithOpName ( " filter " ) , <nl> + ops : : Input : : Initializer ( filter_data ) ) ; <nl> + const std : : vector < int > ksize { 1 , 1 , 1 , 1 } ; <nl> + const std : : vector < int > padding { 0 , 0 , 0 , 0 } ; <nl> + const std : : vector < int > strides { 1 , 1 , 1 , 1 } ; <nl> + ops : : Output max_pool = <nl> + ops : : MaxPool ( root . WithOpName ( " maxpool " ) , input , ksize , strides , " SAME " ) ; <nl> GraphDef def ; <nl> TF_CHECK_OK ( root . ToGraphDef ( & def ) ) ; <nl> return def ; <nl> static const GraphTransferer : : ConstNodeTransferParams * FindConstNodeParams ( <nl> return nullptr ; <nl> } <nl> <nl> - TEST_F ( GraphTransfererTest , LoadGraph ) { <nl> - GraphDef def = CreateSmallGraphDef ( ) ; <nl> + static const GraphTransferer : : NodeTransferParams * FindOpNodeParams ( <nl> + const GraphTransferer & gt , const string & name ) { <nl> + for ( const GraphTransferer : : NodeTransferParams & params : <nl> + gt . GetOpNodeParams ( ) ) { <nl> + if ( params . name = = name ) { <nl> + return & params ; <nl> + } <nl> + } <nl> + return nullptr ; <nl> + } <nl> + <nl> + TEST_F ( GraphTransfererTest , LoadAddGraph ) { <nl> + GraphDef def = CreateAddGraphDef ( ) ; <nl> _session - > Create ( def ) ; <nl> <nl> GraphTransferer gt ; <nl> gt . LoadGraphFromProto ( def ) ; <nl> - ASSERT_EQ ( 2 , gt . GetConstNodeParams ( ) . size ( ) ) ; <nl> + const int const_node_count = gt . GetConstNodeParams ( ) . size ( ) ; <nl> + ASSERT_EQ ( 2 , const_node_count ) ; <nl> const GraphTransferer : : ConstNodeTransferParams * params_a = <nl> FindConstNodeParams ( gt , NAME_A ) ; <nl> ASSERT_TRUE ( params_a ! = nullptr ) ; <nl> - EXPECT_TRUE ( params_a - > id > 0 & & params_a - > id < = 2 ) ; <nl> + EXPECT_TRUE ( params_a - > id > 0 & & params_a - > id < = const_node_count ) ; <nl> EXPECT_EQ ( NAME_A , params_a - > name ) ; <nl> EXPECT_EQ ( 1 , params_a - > shape [ 0 ] ) ; <nl> EXPECT_EQ ( 1 , params_a - > shape [ 1 ] ) ; <nl> TEST_F ( GraphTransfererTest , LoadGraph ) { <nl> const GraphTransferer : : ConstNodeTransferParams * params_b = <nl> FindConstNodeParams ( gt , NAME_B ) ; <nl> ASSERT_TRUE ( params_b ! = nullptr ) ; <nl> - EXPECT_TRUE ( params_b - > id > 0 & & params_b - > id < = 2 ) ; <nl> + EXPECT_TRUE ( params_b - > id > 0 & & params_b - > id < = const_node_count ) ; <nl> EXPECT_EQ ( 1 , params_b - > shape [ 0 ] ) ; <nl> EXPECT_EQ ( 1 , params_b - > shape [ 1 ] ) ; <nl> EXPECT_EQ ( 1 , params_b - > shape [ 2 ] ) ; <nl> TEST_F ( GraphTransfererTest , LoadGraph ) { <nl> EXPECT_EQ ( 10 , params_b - > data_size ) ; <nl> } <nl> <nl> + TEST_F ( GraphTransfererTest , LoadConvGraph ) { <nl> + GraphDef def = CreateConvGraphDef ( ) ; <nl> + _session - > Create ( def ) ; <nl> + <nl> + GraphTransferer gt ; <nl> + gt . LoadGraphFromProto ( def ) ; <nl> + const int const_node_count = gt . GetConstNodeParams ( ) . size ( ) ; <nl> + ASSERT_EQ ( 3 , const_node_count ) ; <nl> + const int op_node_count = gt . GetOpNodeParams ( ) . size ( ) ; <nl> + ASSERT_EQ ( 1 , op_node_count ) ; <nl> + const GraphTransferer : : NodeTransferParams * params_conv = <nl> + FindOpNodeParams ( gt , " conv " ) ; <nl> + ASSERT_TRUE ( params_conv ! = nullptr ) ; <nl> + const int id = params_conv - > id ; <nl> + EXPECT_TRUE ( id > 0 & & id < = ( const_node_count + op_node_count ) ) ; <nl> + EXPECT_EQ ( " Conv2D " , params_conv - > type ) ; <nl> + EXPECT_EQ ( 3 , params_conv - > inputs_size ) ; <nl> + EXPECT_EQ ( 1 , params_conv - > outputs_size ) ; <nl> + EXPECT_EQ ( " NN_PAD_SAME " , params_conv - > padding ) ; <nl> + } <nl> + <nl> + TEST_F ( GraphTransfererTest , LoadMaxPoolGraph ) { <nl> + GraphDef def = CreatePoolGraphDef ( ) ; <nl> + _session - > Create ( def ) ; <nl> + <nl> + GraphTransferer gt ; <nl> + gt . LoadGraphFromProto ( def ) ; <nl> + const int const_node_count = gt . GetConstNodeParams ( ) . size ( ) ; <nl> + ASSERT_EQ ( 3 , const_node_count ) ; <nl> + const int op_node_count = gt . GetOpNodeParams ( ) . size ( ) ; <nl> + ASSERT_EQ ( 1 , op_node_count ) ; <nl> + const GraphTransferer : : NodeTransferParams * params_max_pool = <nl> + FindOpNodeParams ( gt , " maxpool " ) ; <nl> + ASSERT_TRUE ( params_max_pool ! = nullptr ) ; <nl> + const int id = params_max_pool - > id ; <nl> + EXPECT_TRUE ( id > 0 & & id < = ( const_node_count + op_node_count ) ) ; <nl> + EXPECT_EQ ( " MaxPool " , params_max_pool - > type ) ; <nl> + EXPECT_EQ ( 3 , params_max_pool - > inputs_size ) ; <nl> + EXPECT_EQ ( 1 , params_max_pool - > outputs_size ) ; <nl> + EXPECT_EQ ( " NN_PAD_SAME " , params_max_pool - > padding ) ; <nl> + } <nl> } / / namespace tensorflow <nl> mmm a / tensorflow / core / kernels / quantized_reshape_op . cc <nl> ppp b / tensorflow / core / kernels / quantized_reshape_op . cc <nl> class QuantizedReshapeOp : public ReshapeOp { <nl> . TypeConstraint < type > ( " T " ) , \ <nl> QuantizedReshapeOp ) <nl> <nl> - TF_CALL_quint8 ( REGISTER_CPU_KERNEL ) ; <nl> - TF_CALL_qint32 ( REGISTER_CPU_KERNEL ) ; <nl> + REGISTER_CPU_KERNEL ( : : tensorflow : : quint8 ) ; <nl> + REGISTER_CPU_KERNEL ( : : tensorflow : : qint32 ) ; <nl> <nl> # undef REGISTER_CPU_KERNEL <nl> <nl> mmm a / tensorflow / core / kernels / resource_variable_ops . cc <nl> ppp b / tensorflow / core / kernels / resource_variable_ops . cc <nl> See the License for the specific language governing permissions and <nl> limitations under the License . <nl> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = * / <nl> <nl> + # define EIGEN_USE_THREADS <nl> + <nl> # include " tensorflow / core / framework / op_kernel . h " <nl> # include " tensorflow / core / framework / register_types . h " <nl> # include " tensorflow / core / framework / resource_mgr . h " <nl> + # include " tensorflow / core / framework / tensor_types . h " <nl> # include " tensorflow / core / kernels / variable_ops . h " <nl> # include " tensorflow / core / lib / core / errors . h " <nl> # include " tensorflow / core / platform / mutex . h " <nl> namespace tensorflow { <nl> <nl> REGISTER_RESOURCE_HANDLE_KERNEL ( Var ) ; <nl> <nl> + template < typename Device , typename T > <nl> class CreateVariableOp : public OpKernel { <nl> public : <nl> CreateVariableOp ( OpKernelConstruction * c ) : OpKernel ( c ) { <nl> OP_REQUIRES_OK ( c , c - > GetAttr ( " dtype " , & dtype_ ) ) ; <nl> + OP_REQUIRES ( c , DataTypeToEnum < T > : : value = = dtype_ , <nl> + errors : : InvalidArgument ( <nl> + " Dtypes don ' t match ; expected " , DataTypeString ( dtype_ ) , <nl> + " got " , DataTypeString ( DataTypeToEnum < T > : : value ) ) ) ; <nl> } <nl> <nl> - void Compute ( OpKernelContext * c ) override { <nl> + void Compute ( OpKernelContext * context ) override { <nl> Var * var = new Var ( dtype_ ) ; <nl> - var - > Ref ( ) ; <nl> - core : : ScopedUnref ur ( var ) ; <nl> - OP_REQUIRES_OK ( c , CreateResource < Var > ( c , HandleFromInput ( c , 0 ) , var ) ) ; <nl> - / / TODO ( apassos ) : this currently does not initialize the tensor , so it ' s <nl> - / / pointless , other than checking construction in tests . Fix this . <nl> + AllocatorAttributes attr ; <nl> + attr . set_gpu_compatible ( true ) ; <nl> + attr . set_nic_compatible ( true ) ; <nl> + PersistentTensor copy ; <nl> + Tensor value = context - > input ( 1 ) ; <nl> + <nl> + / / TODO ( apassos ) : allocating and copying is unnecessary if we are the last <nl> + / / user of the value tensor . This should essentially always be the case , yet <nl> + / / the refcount is usually 2 instead of 1 . Figure out what needs to change <nl> + / / in the code to make this not be the case , so we can safely take <nl> + / / ownership . <nl> + Tensor * tmp_copy = nullptr ; <nl> + OP_REQUIRES_OK ( context , context - > allocate_persistent ( <nl> + dtype_ , value . shape ( ) , & copy , & tmp_copy , attr ) ) ; <nl> + * var - > tensor ( ) = * tmp_copy ; <nl> + var - > tensor ( ) - > flat < T > ( ) . device ( context - > eigen_device < Device > ( ) ) = <nl> + value . flat < T > ( ) ; <nl> + OP_REQUIRES_OK ( context , CreateResource < Var > ( <nl> + context , HandleFromInput ( context , 0 ) , var ) ) ; <nl> } <nl> <nl> private : <nl> DataType dtype_ ; <nl> } ; <nl> - REGISTER_KERNEL_BUILDER ( Name ( " CreateVariableOp " ) . Device ( DEVICE_CPU ) , <nl> - CreateVariableOp ) ; <nl> + <nl> + / / TODO ( apassos ) register for the GPU as well . <nl> + # define REGISTER_KERNELS ( type ) \ <nl> + REGISTER_KERNEL_BUILDER ( Name ( " CreateVariableOp " ) \ <nl> + . Device ( DEVICE_CPU ) \ <nl> + . TypeConstraint < type > ( " dtype " ) , \ <nl> + CreateVariableOp < Eigen : : ThreadPoolDevice , type > ) ; <nl> + <nl> + TF_CALL_ALL_TYPES ( REGISTER_KERNELS ) ; <nl> + TF_CALL_QUANTIZED_TYPES ( REGISTER_KERNELS ) ; <nl> + # undef REGISTER_KERNELS <nl> + <nl> + template < typename Device , typename T > <nl> + class ReadVariableOp : public OpKernel { <nl> + public : <nl> + ReadVariableOp ( OpKernelConstruction * c ) : OpKernel ( c ) { } <nl> + <nl> + void Compute ( OpKernelContext * ctx ) { <nl> + Var * variable = nullptr ; <nl> + OP_REQUIRES_OK ( ctx , <nl> + LookupResource ( ctx , HandleFromInput ( ctx , 0 ) , & variable ) ) ; <nl> + core : : ScopedUnref s ( variable ) ; <nl> + / / TODO ( apassos ) : It ' s possible to do copy - on - write here instead of always <nl> + / / copying by coordinating with the writing code . Do this . This will also <nl> + / / obviate the need to hold a lock here . <nl> + mutex_lock ml ( * variable - > mu ( ) ) ; <nl> + Tensor * out = nullptr ; <nl> + OP_REQUIRES_OK ( ctx , <nl> + ctx - > allocate_output ( 0 , variable - > tensor ( ) - > shape ( ) , & out ) ) ; <nl> + out - > flat < T > ( ) . device ( ctx - > eigen_device < Device > ( ) ) = <nl> + variable - > tensor ( ) - > flat < T > ( ) ; <nl> + } <nl> + } ; <nl> + <nl> + / / TODO ( apassos ) register for the GPU as well . <nl> + # define REGISTER_KERNELS ( type ) \ <nl> + REGISTER_KERNEL_BUILDER ( \ <nl> + Name ( " ReadVariableOp " ) . Device ( DEVICE_CPU ) . TypeConstraint < type > ( " dtype " ) , \ <nl> + ReadVariableOp < Eigen : : ThreadPoolDevice , type > ) ; <nl> + <nl> + TF_CALL_ALL_TYPES ( REGISTER_KERNELS ) ; <nl> + TF_CALL_QUANTIZED_TYPES ( REGISTER_KERNELS ) ; <nl> + # undef REGISTER_KERNELS <nl> + <nl> + template < typename Device , typename T > <nl> + class AssignVariableOp : public OpKernel { <nl> + public : <nl> + AssignVariableOp ( OpKernelConstruction * c ) : OpKernel ( c ) { } <nl> + <nl> + void Compute ( OpKernelContext * context ) override { <nl> + Var * variable = nullptr ; <nl> + OP_REQUIRES_OK ( context , LookupResource ( context , HandleFromInput ( context , 0 ) , <nl> + & variable ) ) ; <nl> + core : : ScopedUnref s ( variable ) ; <nl> + <nl> + / / TODO ( apassos ) : holding a lock and copying is unnecessary if we are the <nl> + / / last user of the value tensor . This should essentially always be the <nl> + / / case , yet the refcount is usually 2 instead of 1 . Figure out what needs <nl> + / / to change in the code to make this not be the case , so we can safely take <nl> + / / ownership . <nl> + mutex_lock ml ( * variable - > mu ( ) ) ; <nl> + Tensor value = context - > input ( 1 ) ; <nl> + variable - > tensor ( ) - > flat < T > ( ) . device ( context - > eigen_device < Device > ( ) ) = <nl> + value . flat < T > ( ) ; <nl> + } <nl> + } ; <nl> + <nl> + / / TODO ( apassos ) register for the GPU as well . <nl> + # define REGISTER_KERNELS ( type ) \ <nl> + REGISTER_KERNEL_BUILDER ( Name ( " AssignVariableOp " ) \ <nl> + . Device ( DEVICE_CPU ) \ <nl> + . TypeConstraint < type > ( " dtype " ) , \ <nl> + AssignVariableOp < Eigen : : ThreadPoolDevice , type > ) ; <nl> + <nl> + TF_CALL_ALL_TYPES ( REGISTER_KERNELS ) ; <nl> + TF_CALL_QUANTIZED_TYPES ( REGISTER_KERNELS ) ; <nl> + # undef REGISTER_KERNELS <nl> + <nl> + template < typename Device , typename T > <nl> + class AssignAddVariableOp : public OpKernel { <nl> + public : <nl> + AssignAddVariableOp ( OpKernelConstruction * c ) : OpKernel ( c ) { } <nl> + <nl> + void Compute ( OpKernelContext * context ) override { <nl> + Var * variable = nullptr ; <nl> + OP_REQUIRES_OK ( context , LookupResource ( context , HandleFromInput ( context , 0 ) , <nl> + & variable ) ) ; <nl> + core : : ScopedUnref s ( variable ) ; <nl> + <nl> + / / TODO ( apassos ) : holding a lock and copying is unnecessary if we are the <nl> + / / last user of the value tensor . This should essentially always be the <nl> + / / case , yet the refcount is usually 2 instead of 1 . Figure out what needs <nl> + / / to change in the code to make this not be the case , so we can safely take <nl> + / / ownership . <nl> + mutex_lock ml ( * variable - > mu ( ) ) ; <nl> + Tensor value = context - > input ( 1 ) ; <nl> + variable - > tensor ( ) - > flat < T > ( ) . device ( context - > eigen_device < Device > ( ) ) + = <nl> + value . flat < T > ( ) ; <nl> + <nl> + / / TODO ( apassos ) : this read can also be implemented efficiently so it is <nl> + / / free if no one uses the resulting tensor . <nl> + Tensor * out = nullptr ; <nl> + OP_REQUIRES_OK ( context , context - > allocate_output ( <nl> + 0 , variable - > tensor ( ) - > shape ( ) , & out ) ) ; <nl> + out - > flat < T > ( ) . device ( context - > eigen_device < Device > ( ) ) = <nl> + variable - > tensor ( ) - > flat < T > ( ) ; <nl> + } <nl> + } ; <nl> + <nl> + / / TODO ( apassos ) register for the GPU as well . <nl> + # define REGISTER_KERNELS ( type ) \ <nl> + REGISTER_KERNEL_BUILDER ( Name ( " AssignAddVariableOp " ) \ <nl> + . Device ( DEVICE_CPU ) \ <nl> + . TypeConstraint < type > ( " dtype " ) , \ <nl> + AssignAddVariableOp < Eigen : : ThreadPoolDevice , type > ) ; <nl> + <nl> + TF_CALL_NUMBER_TYPES ( REGISTER_KERNELS ) ; <nl> + # undef REGISTER_KERNELS <nl> <nl> } / / namespace tensorflow <nl> mmm a / tensorflow / core / kernels / sparse_tensor_dense_matmul_op . h <nl> ppp b / tensorflow / core / kernels / sparse_tensor_dense_matmul_op . h <nl> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T MaybeConj ( T v ) { <nl> return v ; <nl> } <nl> <nl> - # ifdef __GCUDACC__ <nl> - / / TODO ( ebrevdo ) : remove this once a bugfix is in . <nl> - # define MAYBE_CONJ ( T ) \ <nl> - template < > \ <nl> - EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T MaybeConj < T > ( T v ) { \ <nl> - assert ( false & & " Conjugation not supported " ) ; \ <nl> - } <nl> - # else <nl> - # define MAYBE_CONJ ( T ) \ <nl> - template < > \ <nl> - EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T MaybeConj < T > ( T v ) { \ <nl> - return Eigen : : numext : : conj ( v ) ; \ <nl> - } <nl> - # endif <nl> - <nl> - MAYBE_CONJ ( std : : complex < float > ) ; <nl> - MAYBE_CONJ ( std : : complex < double > ) ; <nl> - MAYBE_CONJ ( std : : complex < long double > ) ; <nl> - <nl> - # undef MAYBE_CONJ <nl> - <nl> template < typename MATRIX > <nl> class MaybeAdjoint < MATRIX , true > { <nl> public : <nl> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE MaybeAdjoint ( MATRIX m ) : m_ ( m ) { } <nl> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE typename MATRIX : : Scalar operator ( ) ( <nl> const typename MATRIX : : Index i , const typename MATRIX : : Index j ) const { <nl> - return MaybeConj ( m_ ( j , i ) ) ; <nl> + return Eigen : : numext : : conj ( m_ ( j , i ) ) ; <nl> } <nl> <nl> private : <nl> mmm a / tensorflow / core / lib / core / blocking_counter . h <nl> ppp b / tensorflow / core / lib / core / blocking_counter . h <nl> class BlockingCounter { <nl> DCHECK_EQ ( ( initial_count < < 1 ) > > 1 , initial_count ) ; <nl> } <nl> <nl> - ~ BlockingCounter ( ) { DCHECK_EQ ( state_ > > 1 , 0 ) ; } <nl> + ~ BlockingCounter ( ) { } <nl> <nl> inline void DecrementCount ( ) { <nl> unsigned int v = state_ . fetch_sub ( 2 , std : : memory_order_acq_rel ) - 2 ; <nl> class BlockingCounter { <nl> cond_var_ . wait ( l ) ; <nl> } <nl> } <nl> + / / Wait for the specified time , return false iff the count has not dropped to <nl> + / / zero before the timeout expired . <nl> + inline bool WaitFor ( std : : chrono : : milliseconds ms ) { <nl> + unsigned int v = state_ . fetch_or ( 1 , std : : memory_order_acq_rel ) ; <nl> + if ( ( v > > 1 ) = = 0 ) return true ; <nl> + mutex_lock l ( mu_ ) ; <nl> + while ( ! notified_ ) { <nl> + const std : : cv_status status = cond_var_ . wait_for ( l , ms ) ; <nl> + if ( status = = std : : cv_status : : timeout ) { <nl> + return false ; <nl> + } <nl> + } <nl> + return true ; <nl> + } <nl> <nl> private : <nl> mutex mu_ ; <nl> mmm a / tensorflow / core / ops / array_ops . cc <nl> ppp b / tensorflow / core / ops / array_ops . cc <nl> Status SetOutputShapeForReshape ( InferenceContext * c ) { <nl> TF_RETURN_IF_ERROR ( c - > Multiply ( known_elems , dim , & known_elems ) ) ; <nl> } <nl> } <nl> - if ( ! too_many_unknown ) { <nl> + if ( ! too_many_unknown & & c - > Value ( known_elems ) ! = 0 ) { <nl> DimensionHandle inferred_dim ; <nl> TF_RETURN_IF_ERROR ( c - > Divide ( num_in_elems , c - > Value ( known_elems ) , <nl> true / * evenly_divisible * / , & inferred_dim ) ) ; <nl> mmm a / tensorflow / core / ops / array_ops_test . cc <nl> ppp b / tensorflow / core / ops / array_ops_test . cc <nl> TEST ( ArrayOpsTest , Reshape_ShapeFn ) { <nl> INFER_ERROR ( <nl> " Cannot reshape a tensor with 2 elements to shape [ ] ( 1 elements ) " , op , <nl> " [ 1 , 2 ] ; [ 0 ] " ) ; <nl> + <nl> + / / Reshaping a tensor with no elements . <nl> + new_shape = test : : AsTensor < int32 > ( { - 1 } ) ; <nl> + INFER_OK ( op , " [ 0 ] ; [ 1 ] " , " [ 0 ] " ) ; <nl> + new_shape = test : : AsTensor < int32 > ( { - 1 , 6 } ) ; <nl> + INFER_OK ( op , " [ 0 , 2 ] ; [ 1 ] " , " [ 0 , 6 ] " ) ; <nl> + new_shape = test : : AsTensor < int32 > ( { 0 , - 1 } ) ; <nl> + INFER_OK ( op , " [ 0 , 2 ] ; [ 1 ] " , " [ 0 , ? ] " ) ; <nl> } <nl> <nl> TEST ( ArrayOpsTest , QuantizedReshape_ShapeFn ) { <nl> mmm a / tensorflow / core / ops / resource_variable_ops . cc <nl> ppp b / tensorflow / core / ops / resource_variable_ops . cc <nl> dtype : the type of this variable . Must agree with the dtypes <nl> shape : The ( possibly partially specified ) shape of this variable . <nl> ) " ) ; <nl> <nl> + Status CreateAssignShapeFn ( shape_inference : : InferenceContext * c ) { <nl> + DataType handle_dtype = c - > input_handle_dtype ( 0 ) ; <nl> + DataType value_dtype ; <nl> + c - > GetAttr ( " dtype " , & value_dtype ) ; <nl> + if ( handle_dtype ! = value_dtype ) { <nl> + return errors : : InvalidArgument ( <nl> + " Trying to initialize handle for variable with wrong dtype . " <nl> + " Expected " , <nl> + handle_dtype , " got " , value_dtype ) ; <nl> + } <nl> + shape_inference : : ShapeHandle s = c - > input_handle_shape ( 0 ) ; <nl> + shape_inference : : ShapeHandle value_shape = c - > input ( 1 ) ; <nl> + shape_inference : : ShapeHandle unused ; <nl> + TF_RETURN_IF_ERROR ( c - > Merge ( s , value_shape , & unused ) ) ; <nl> + return Status : : OK ( ) ; <nl> + } <nl> + <nl> REGISTER_OP ( " CreateVariableOp " ) <nl> . Input ( " resource : resource " ) <nl> . Input ( " value : dtype " ) <nl> . Attr ( " dtype : type " ) <nl> + . SetShapeFn ( CreateAssignShapeFn ) <nl> + . Doc ( R " ( <nl> + Creates a variable resource . <nl> + <nl> + resource : handle to the resource in which to store the variable . <nl> + value : the value to set the new tensor to use . <nl> + dtype : the dtype of the value . <nl> + ) " ) ; <nl> + <nl> + REGISTER_OP ( " ReadVariableOp " ) <nl> + . Input ( " resource : resource " ) <nl> + . Output ( " value : dtype " ) <nl> + . Attr ( " dtype : type " ) <nl> + . SetShapeFn ( [ ] ( shape_inference : : InferenceContext * c ) { <nl> + DataType handle_dtype = c - > input_handle_dtype ( 0 ) ; <nl> + DataType value_dtype ; <nl> + c - > GetAttr ( " dtype " , & value_dtype ) ; <nl> + if ( handle_dtype ! = value_dtype ) { <nl> + return errors : : InvalidArgument ( <nl> + " Trying to read variable with wrong dtype . " <nl> + " Expected " , <nl> + handle_dtype , " got " , value_dtype ) ; <nl> + } <nl> + c - > set_output ( 0 , c - > input_handle_shape ( 0 ) ) ; <nl> + return Status : : OK ( ) ; <nl> + } ) <nl> + . Doc ( R " ( <nl> + Reads the value of a variable . <nl> + <nl> + The tensor returned by this operation is immutable . <nl> + <nl> + The value returned by this operation is guaranteed to be influenced by all the <nl> + writes on which this operation depends directly or indirectly , and to not be <nl> + influenced by any of the writes which depend directly or indirectly on this <nl> + operation . <nl> + <nl> + resource : handle to the resource in which to store the variable . <nl> + dtype : the dtype of the value . <nl> + ) " ) ; <nl> + <nl> + REGISTER_OP ( " AssignVariableOp " ) <nl> + . Input ( " resource : resource " ) <nl> + . Input ( " value : dtype " ) <nl> + . Attr ( " dtype : type " ) <nl> + . SetShapeFn ( CreateAssignShapeFn ) <nl> + . Doc ( R " ( <nl> + Assigns a new value to a variable . <nl> + <nl> + Any ReadVariableOp with a control dependency on this op is guaranteed to return <nl> + this value or a subsequent newer value of the variable . <nl> + <nl> + resource : handle to the resource in which to store the variable . <nl> + value : the value to set the new tensor to use . <nl> + dtype : the dtype of the value . <nl> + ) " ) ; <nl> + <nl> + REGISTER_OP ( " AssignAddVariableOp " ) <nl> + . Input ( " resource : resource " ) <nl> + . Input ( " value : dtype " ) <nl> + . Output ( " new_value : dtype " ) <nl> + . Attr ( " dtype : type " ) <nl> . SetShapeFn ( [ ] ( shape_inference : : InferenceContext * c ) { <nl> DataType handle_dtype = c - > input_handle_dtype ( 0 ) ; <nl> DataType value_dtype ; <nl> REGISTER_OP ( " CreateVariableOp " ) <nl> shape_inference : : ShapeHandle value_shape = c - > input ( 1 ) ; <nl> shape_inference : : ShapeHandle unused ; <nl> TF_RETURN_IF_ERROR ( c - > Merge ( s , value_shape , & unused ) ) ; <nl> + c - > set_output ( 0 , value_shape ) ; <nl> return Status : : OK ( ) ; <nl> } ) <nl> . Doc ( R " ( <nl> - Creates a variable resource . <nl> + Adds a value to the current value of a variable . <nl> + <nl> + Any ReadVariableOp which depends directly or indirectly on this assign is <nl> + guaranteed to see the incremented value or a subsequent newer one . <nl> + <nl> + Outputs the incremented value , which can be used to totally order the <nl> + increments to this variable . <nl> <nl> resource : handle to the resource in which to store the variable . <nl> - value : the value to set the new tensor to use . <nl> + value : the value by which the variable will be incremented . <nl> + new_value : the new value of the variable . <nl> dtype : the dtype of the value . <nl> ) " ) ; <nl> <nl> mmm a / tensorflow / core / platform / cloud / gcs_file_system . cc <nl> ppp b / tensorflow / core / platform / cloud / gcs_file_system . cc <nl> Status GcsFileSystem : : FolderExists ( const string & dirname , bool * result ) { <nl> return errors : : Internal ( " ' result ' cannot be nullptr . " ) ; <nl> } <nl> std : : vector < string > children ; <nl> - TF_RETURN_IF_ERROR ( GetChildrenBounded ( dirname , 1 , & children , true ) ) ; <nl> + TF_RETURN_IF_ERROR ( <nl> + GetChildrenBounded ( dirname , 1 , & children , true / * recursively * / , <nl> + true / * include_self_directory_marker * / ) ) ; <nl> * result = ! children . empty ( ) ; <nl> return Status : : OK ( ) ; <nl> } <nl> <nl> Status GcsFileSystem : : GetChildren ( const string & dirname , <nl> std : : vector < string > * result ) { <nl> - return GetChildrenBounded ( dirname , UINT64_MAX , result , false ) ; <nl> + return GetChildrenBounded ( dirname , UINT64_MAX , result , <nl> + false / * recursively * / , <nl> + false / * include_self_directory_marker * / ) ; <nl> } <nl> <nl> Status GcsFileSystem : : GetMatchingPaths ( const string & pattern , <nl> Status GcsFileSystem : : GetMatchingPaths ( const string & pattern , <nl> pattern ) ; <nl> } <nl> std : : vector < string > all_files ; <nl> - TF_RETURN_IF_ERROR ( GetChildrenBounded ( dir , UINT64_MAX , & all_files , true ) ) ; <nl> + TF_RETURN_IF_ERROR ( <nl> + GetChildrenBounded ( dir , UINT64_MAX , & all_files , true / * recursively * / , <nl> + false / * include_self_directory_marker * / ) ) ; <nl> <nl> / / Match all obtained files to the input pattern . <nl> for ( const auto & f : all_files ) { <nl> Status GcsFileSystem : : GetMatchingPaths ( const string & pattern , <nl> Status GcsFileSystem : : GetChildrenBounded ( const string & dirname , <nl> uint64 max_results , <nl> std : : vector < string > * result , <nl> - bool recursive ) { <nl> + bool recursive , <nl> + bool include_self_directory_marker ) { <nl> if ( ! result ) { <nl> return errors : : InvalidArgument ( " ' result ' cannot be null " ) ; <nl> } <nl> Status GcsFileSystem : : GetChildrenBounded ( const string & dirname , <nl> Json : : Value root ; <nl> TF_RETURN_IF_ERROR ( ParseJson ( response_piece , & root ) ) ; <nl> const auto items = root . get ( " items " , Json : : Value : : null ) ; <nl> - if ( items = = Json : : Value : : null ) { <nl> - / / Empty results . <nl> - return Status : : OK ( ) ; <nl> - } <nl> - if ( ! items . isArray ( ) ) { <nl> - return errors : : Internal ( " Expected an array ' items ' in the GCS response . " ) ; <nl> - } <nl> - for ( size_t i = 0 ; i < items . size ( ) ; i + + ) { <nl> - const auto item = items . get ( i , Json : : Value : : null ) ; <nl> - if ( ! item . isObject ( ) ) { <nl> + if ( items ! = Json : : Value : : null ) { <nl> + if ( ! items . isArray ( ) ) { <nl> return errors : : Internal ( <nl> - " Unexpected JSON format : ' items ' should be a list of objects . " ) ; <nl> + " Expected an array ' items ' in the GCS response . " ) ; <nl> } <nl> - string name ; <nl> - TF_RETURN_IF_ERROR ( GetStringValue ( item , " name " , & name ) ) ; <nl> - / / The names should be relative to the ' dirname ' . That means the <nl> - / / ' object_prefix ' , which is part of ' dirname ' , should be removed from the <nl> - / / beginning of ' name ' . <nl> - StringPiece relative_path ( name ) ; <nl> - if ( ! relative_path . Consume ( object_prefix ) ) { <nl> - return errors : : Internal ( <nl> - strings : : StrCat ( " Unexpected response : the returned file name " , <nl> - name , " doesn ' t match the prefix " , object_prefix ) ) ; <nl> - } <nl> - result - > emplace_back ( relative_path . ToString ( ) ) ; <nl> - if ( + + retrieved_results > = max_results ) { <nl> - return Status : : OK ( ) ; <nl> + for ( size_t i = 0 ; i < items . size ( ) ; i + + ) { <nl> + const auto item = items . get ( i , Json : : Value : : null ) ; <nl> + if ( ! item . isObject ( ) ) { <nl> + return errors : : Internal ( <nl> + " Unexpected JSON format : ' items ' should be a list of objects . " ) ; <nl> + } <nl> + string name ; <nl> + TF_RETURN_IF_ERROR ( GetStringValue ( item , " name " , & name ) ) ; <nl> + / / The names should be relative to the ' dirname ' . That means the <nl> + / / ' object_prefix ' , which is part of ' dirname ' , should be removed from <nl> + / / the beginning of ' name ' . <nl> + StringPiece relative_path ( name ) ; <nl> + if ( ! relative_path . Consume ( object_prefix ) ) { <nl> + return errors : : Internal ( strings : : StrCat ( <nl> + " Unexpected response : the returned file name " , name , <nl> + " doesn ' t match the prefix " , object_prefix ) ) ; <nl> + } <nl> + if ( ! relative_path . empty ( ) | | include_self_directory_marker ) { <nl> + result - > emplace_back ( relative_path . ToString ( ) ) ; <nl> + } <nl> + if ( + + retrieved_results > = max_results ) { <nl> + return Status : : OK ( ) ; <nl> + } <nl> } <nl> } <nl> const auto prefixes = root . get ( " prefixes " , Json : : Value : : null ) ; <nl> Status GcsFileSystem : : DeleteDir ( const string & dirname ) { <nl> / / with the corresponding name prefix or if there is exactly one matching <nl> / / object and it is the directory marker . Therefore we need to retrieve <nl> / / at most two children for the prefix to detect if a directory is empty . <nl> - TF_RETURN_IF_ERROR ( GetChildrenBounded ( dirname , 2 , & children , true ) ) ; <nl> + TF_RETURN_IF_ERROR ( <nl> + GetChildrenBounded ( dirname , 2 , & children , true / * recursively * / , <nl> + true / * include_self_directory_marker * / ) ) ; <nl> <nl> if ( children . size ( ) > 1 | | ( children . size ( ) = = 1 & & ! children [ 0 ] . empty ( ) ) ) { <nl> return errors : : FailedPrecondition ( " Cannot delete a non - empty directory . " ) ; <nl> Status GcsFileSystem : : RenameFile ( const string & src , const string & target ) { <nl> } <nl> / / Rename all individual objects in the directory one by one . <nl> std : : vector < string > children ; <nl> - TF_RETURN_IF_ERROR ( GetChildrenBounded ( src , UINT64_MAX , & children , true ) ) ; <nl> + TF_RETURN_IF_ERROR ( <nl> + GetChildrenBounded ( src , UINT64_MAX , & children , true / * recursively * / , <nl> + true / * include_self_directory_marker * / ) ) ; <nl> for ( const string & subpath : children ) { <nl> TF_RETURN_IF_ERROR ( <nl> RenameObject ( JoinGcsPath ( src , subpath ) , JoinGcsPath ( target , subpath ) ) ) ; <nl> Status GcsFileSystem : : DeleteRecursively ( const string & dirname , <nl> } <nl> std : : vector < string > all_objects ; <nl> / / Get all children in the directory recursively . <nl> - TF_RETURN_IF_ERROR ( GetChildrenBounded ( dirname , UINT64_MAX , & all_objects , <nl> - true / * recursive * / ) ) ; <nl> + TF_RETURN_IF_ERROR ( GetChildrenBounded ( <nl> + dirname , UINT64_MAX , & all_objects , true / * recursively * / , <nl> + true / * include_self_directory_marker * / ) ) ; <nl> for ( const string & object : all_objects ) { <nl> const string & full_path = JoinGcsPath ( dirname , object ) ; <nl> / / Delete all objects including directory markers for subfolders . <nl> mmm a / tensorflow / core / platform / cloud / gcs_file_system . h <nl> ppp b / tensorflow / core / platform / cloud / gcs_file_system . h <nl> class GcsFileSystem : public FileSystem { <nl> / / / ' result ' is set if the function returns OK . ' result ' cannot be nullptr . <nl> Status FolderExists ( const string & dirname , bool * result ) ; <nl> <nl> + / / / \ brief Internal version of GetChildren with more knobs . <nl> + / / / <nl> + / / / If ' recursively ' is true , returns all objects in all subfolders . <nl> + / / / Otherwise only returns the immediate children in the directory . <nl> + / / / <nl> + / / / If ' include_self_directory_marker ' is true and there is a GCS directory <nl> + / / / marker at the path ' dir ' , GetChildrenBound will return an empty string <nl> + / / / as one of the children that represents this marker . <nl> Status GetChildrenBounded ( const string & dir , uint64 max_results , <nl> - std : : vector < string > * result , bool recursively ) ; <nl> + std : : vector < string > * result , bool recursively , <nl> + bool include_self_directory_marker ) ; <nl> / / / Retrieves file statistics assuming fname points to a GCS object . <nl> Status StatForObject ( const string & bucket , const string & object , <nl> FileStatistics * stat ) ; <nl> mmm a / tensorflow / core / platform / cloud / gcs_file_system_test . cc <nl> ppp b / tensorflow / core / platform / cloud / gcs_file_system_test . cc <nl> TEST ( GcsFileSystemTest , FileExists_NotAsBucket ) { <nl> EXPECT_FALSE ( fs . FileExists ( " gs : / / bucket2 " ) ) ; <nl> } <nl> <nl> + TEST ( GcsFileSystemTest , GetChildren_NoItems ) { <nl> + std : : vector < HttpRequest * > requests ( { new FakeHttpRequest ( <nl> + " Uri : https : / / www . googleapis . com / storage / v1 / b / bucket / o ? " <nl> + " fields = items % 2Fname % 2Cprefixes % 2CnextPageToken & delimiter = % 2F & prefix = " <nl> + " path % 2F \ n " <nl> + " Auth Token : fake_token \ n " , <nl> + " { \ " prefixes \ " : [ \ " path / subpath / \ " ] } " ) } ) ; <nl> + GcsFileSystem fs ( std : : unique_ptr < AuthProvider > ( new FakeAuthProvider ) , <nl> + std : : unique_ptr < HttpRequest : : Factory > ( <nl> + new FakeHttpRequestFactory ( & requests ) ) , <nl> + 0 / * read ahead bytes * / , 5 / * max upload attempts * / ) ; <nl> + <nl> + std : : vector < string > children ; <nl> + TF_EXPECT_OK ( fs . GetChildren ( " gs : / / bucket / path / " , & children ) ) ; <nl> + <nl> + EXPECT_EQ ( std : : vector < string > ( { " subpath / " } ) , children ) ; <nl> + } <nl> + <nl> TEST ( GcsFileSystemTest , GetChildren_ThreeFiles ) { <nl> std : : vector < HttpRequest * > requests ( { new FakeHttpRequest ( <nl> " Uri : https : / / www . googleapis . com / storage / v1 / b / bucket / o ? " <nl> TEST ( GcsFileSystemTest , GetChildren_ThreeFiles ) { <nl> children ) ; <nl> } <nl> <nl> + TEST ( GcsFileSystemTest , GetChildren_SelfDirectoryMarker ) { <nl> + std : : vector < HttpRequest * > requests ( { new FakeHttpRequest ( <nl> + " Uri : https : / / www . googleapis . com / storage / v1 / b / bucket / o ? " <nl> + " fields = items % 2Fname % 2Cprefixes % 2CnextPageToken & delimiter = % 2F & prefix = " <nl> + " path % 2F \ n " <nl> + " Auth Token : fake_token \ n " , <nl> + " { \ " items \ " : [ " <nl> + " { \ " name \ " : \ " path / \ " } , " <nl> + " { \ " name \ " : \ " path / file3 . txt \ " } ] , " <nl> + " \ " prefixes \ " : [ \ " path / subpath / \ " ] } " ) } ) ; <nl> + GcsFileSystem fs ( std : : unique_ptr < AuthProvider > ( new FakeAuthProvider ) , <nl> + std : : unique_ptr < HttpRequest : : Factory > ( <nl> + new FakeHttpRequestFactory ( & requests ) ) , <nl> + 0 / * read ahead bytes * / , 5 / * max upload attempts * / ) ; <nl> + <nl> + std : : vector < string > children ; <nl> + TF_EXPECT_OK ( fs . GetChildren ( " gs : / / bucket / path / " , & children ) ) ; <nl> + <nl> + EXPECT_EQ ( std : : vector < string > ( { " file3 . txt " , " subpath / " } ) , children ) ; <nl> + } <nl> + <nl> TEST ( GcsFileSystemTest , GetChildren_ThreeFiles_NoSlash ) { <nl> std : : vector < HttpRequest * > requests ( { new FakeHttpRequest ( <nl> " Uri : https : / / www . googleapis . com / storage / v1 / b / bucket / o ? " <nl> TEST ( GcsFileSystemTest , GetMatchingPaths_FolderAndWildcard_Matches ) { <nl> result ) ; <nl> } <nl> <nl> + TEST ( GcsFileSystemTest , GetMatchingPaths_SelfDirectoryMarker ) { <nl> + std : : vector < HttpRequest * > requests ( { new FakeHttpRequest ( <nl> + " Uri : https : / / www . googleapis . com / storage / v1 / b / bucket / o ? " <nl> + " fields = items % 2Fname % 2CnextPageToken & prefix = path % 2F \ n " <nl> + " Auth Token : fake_token \ n " , <nl> + " { \ " items \ " : [ " <nl> + " { \ " name \ " : \ " path / \ " } , " <nl> + " { \ " name \ " : \ " path / file3 . txt \ " } ] } " ) } ) ; <nl> + GcsFileSystem fs ( std : : unique_ptr < AuthProvider > ( new FakeAuthProvider ) , <nl> + std : : unique_ptr < HttpRequest : : Factory > ( <nl> + new FakeHttpRequestFactory ( & requests ) ) , <nl> + 0 / * read ahead bytes * / , 5 / * max upload attempts * / ) ; <nl> + <nl> + std : : vector < string > result ; <nl> + TF_EXPECT_OK ( fs . GetMatchingPaths ( " gs : / / bucket / path / * " , & result ) ) ; <nl> + EXPECT_EQ ( std : : vector < string > ( { " gs : / / bucket / path / file3 . txt " } ) , result ) ; <nl> + } <nl> + <nl> TEST ( GcsFileSystemTest , GetMatchingPaths_FolderAndWildcard_NoMatches ) { <nl> std : : vector < HttpRequest * > requests ( { new FakeHttpRequest ( <nl> " Uri : https : / / www . googleapis . com / storage / v1 / b / bucket / o ? " <nl> mmm a / tensorflow / core / platform / cloud / retrying_file_system . cc <nl> ppp b / tensorflow / core / platform / cloud / retrying_file_system . cc <nl> bool IsRetriable ( Status status ) { <nl> <nl> void WaitBeforeRetry ( const int64 delay_micros ) { <nl> const int64 random_micros = random : : New64 ( ) % 1000000 ; <nl> - <nl> Env : : Default ( ) - > SleepForMicroseconds ( std : : min ( delay_micros + random_micros , <nl> kMaximumBackoffMicroseconds ) ) ; <nl> } <nl> Status CallWithRetries ( const std : : function < Status ( ) > & f , <nl> return status ; <nl> } <nl> const int64 delay_micros = initial_delay_microseconds < < retries ; <nl> - WaitBeforeRetry ( delay_micros ) ; <nl> + if ( delay_micros > 0 ) { <nl> + WaitBeforeRetry ( delay_micros ) ; <nl> + } <nl> retries + + ; <nl> } <nl> } <nl> Status CallWithRetries ( const std : : function < Status ( ) > & f , <nl> class RetryingRandomAccessFile : public RandomAccessFile { <nl> public : <nl> RetryingRandomAccessFile ( std : : unique_ptr < RandomAccessFile > base_file , <nl> - int64 delay_microseconds = 1000000 ) <nl> + int64 delay_microseconds ) <nl> : base_file_ ( std : : move ( base_file ) ) , <nl> initial_delay_microseconds_ ( delay_microseconds ) { } <nl> <nl> class RetryingRandomAccessFile : public RandomAccessFile { <nl> class RetryingWritableFile : public WritableFile { <nl> public : <nl> RetryingWritableFile ( std : : unique_ptr < WritableFile > base_file , <nl> - int64 delay_microseconds = 1000000 ) <nl> + int64 delay_microseconds ) <nl> : base_file_ ( std : : move ( base_file ) ) , <nl> initial_delay_microseconds_ ( delay_microseconds ) { } <nl> <nl> + ~ RetryingWritableFile ( ) { <nl> + / / Makes sure the retrying version of Close ( ) is called in the destructor . <nl> + Close ( ) ; <nl> + } <nl> + <nl> Status Append ( const StringPiece & data ) override { <nl> return CallWithRetries ( <nl> std : : bind ( & WritableFile : : Append , base_file_ . get ( ) , data ) , <nl> Status RetryingFileSystem : : NewRandomAccessFile ( <nl> base_file_system_ . get ( ) , <nl> filename , & base_file ) , <nl> initial_delay_microseconds_ ) ) ; <nl> - result - > reset ( new RetryingRandomAccessFile ( std : : move ( base_file ) ) ) ; <nl> + result - > reset ( new RetryingRandomAccessFile ( std : : move ( base_file ) , <nl> + initial_delay_microseconds_ ) ) ; <nl> return Status : : OK ( ) ; <nl> } <nl> <nl> Status RetryingFileSystem : : NewWritableFile ( <nl> base_file_system_ . get ( ) , <nl> filename , & base_file ) , <nl> initial_delay_microseconds_ ) ) ; <nl> - result - > reset ( new RetryingWritableFile ( std : : move ( base_file ) ) ) ; <nl> + result - > reset ( new RetryingWritableFile ( std : : move ( base_file ) , <nl> + initial_delay_microseconds_ ) ) ; <nl> return Status : : OK ( ) ; <nl> } <nl> <nl> Status RetryingFileSystem : : NewAppendableFile ( <nl> base_file_system_ . get ( ) , <nl> filename , & base_file ) , <nl> initial_delay_microseconds_ ) ) ; <nl> - result - > reset ( new RetryingWritableFile ( std : : move ( base_file ) ) ) ; <nl> + result - > reset ( new RetryingWritableFile ( std : : move ( base_file ) , <nl> + initial_delay_microseconds_ ) ) ; <nl> return Status : : OK ( ) ; <nl> } <nl> <nl> mmm a / tensorflow / core / platform / cloud / retrying_file_system_test . cc <nl> ppp b / tensorflow / core / platform / cloud / retrying_file_system_test . cc <nl> TEST ( RetryingFileSystemTest , NewRandomAccessFile_NoRetriesForSomeErrors ) { <nl> <nl> TEST ( RetryingFileSystemTest , NewWritableFile_ImmediateSuccess ) { <nl> / / Configure the mock base random access file . <nl> - ExpectedCalls expected_file_calls ( { std : : make_tuple ( " Sync " , Status : : OK ( ) ) } ) ; <nl> + ExpectedCalls expected_file_calls ( { std : : make_tuple ( " Sync " , Status : : OK ( ) ) , <nl> + std : : make_tuple ( " Close " , Status : : OK ( ) ) } ) ; <nl> std : : unique_ptr < WritableFile > base_file ( <nl> new MockWritableFile ( expected_file_calls ) ) ; <nl> <nl> TEST ( RetryingFileSystemTest , NewWritableFile_SuccessWith3rdTry ) { <nl> ExpectedCalls expected_file_calls ( <nl> { std : : make_tuple ( " Sync " , errors : : Unavailable ( " Something is wrong " ) ) , <nl> std : : make_tuple ( " Sync " , errors : : Unavailable ( " Something is wrong again " ) ) , <nl> - std : : make_tuple ( " Sync " , Status : : OK ( ) ) } ) ; <nl> + std : : make_tuple ( " Sync " , Status : : OK ( ) ) , <nl> + std : : make_tuple ( " Close " , Status : : OK ( ) ) } ) ; <nl> std : : unique_ptr < WritableFile > base_file ( <nl> new MockWritableFile ( expected_file_calls ) ) ; <nl> <nl> TEST ( RetryingFileSystemTest , NewWritableFile_SuccessWith3rdTry ) { <nl> TF_EXPECT_OK ( writable_file - > Sync ( ) ) ; <nl> } <nl> <nl> + TEST ( RetryingFileSystemTest , NewWritableFile_SuccessWith3rdTry_ViaDestructor ) { <nl> + / / Configure the mock base random access file . <nl> + ExpectedCalls expected_file_calls ( <nl> + { std : : make_tuple ( " Close " , errors : : Unavailable ( " Something is wrong " ) ) , <nl> + std : : make_tuple ( " Close " , <nl> + errors : : Unavailable ( " Something is wrong again " ) ) , <nl> + std : : make_tuple ( " Close " , Status : : OK ( ) ) } ) ; <nl> + std : : unique_ptr < WritableFile > base_file ( <nl> + new MockWritableFile ( expected_file_calls ) ) ; <nl> + <nl> + / / Configure the mock base file system . <nl> + ExpectedCalls expected_fs_calls ( <nl> + { std : : make_tuple ( " NewWritableFile " , Status : : OK ( ) ) } ) ; <nl> + std : : unique_ptr < MockFileSystem > base_fs ( <nl> + new MockFileSystem ( expected_fs_calls ) ) ; <nl> + base_fs - > writable_file_to_return = std : : move ( base_file ) ; <nl> + RetryingFileSystem fs ( std : : move ( base_fs ) , 0 ) ; <nl> + <nl> + / / Retrieve the wrapped writable file . <nl> + std : : unique_ptr < WritableFile > writable_file ; <nl> + TF_EXPECT_OK ( fs . NewWritableFile ( " filename . txt " , & writable_file ) ) ; <nl> + <nl> + writable_file . reset ( ) ; / / Trigger Close ( ) via destructor . <nl> + } <nl> + <nl> TEST ( RetryingFileSystemTest , NewAppendableFile_SuccessWith3rdTry ) { <nl> / / Configure the mock base random access file . <nl> ExpectedCalls expected_file_calls ( <nl> { std : : make_tuple ( " Sync " , errors : : Unavailable ( " Something is wrong " ) ) , <nl> std : : make_tuple ( " Sync " , errors : : Unavailable ( " Something is wrong again " ) ) , <nl> - std : : make_tuple ( " Sync " , Status : : OK ( ) ) } ) ; <nl> + std : : make_tuple ( " Sync " , Status : : OK ( ) ) , <nl> + std : : make_tuple ( " Close " , Status : : OK ( ) ) } ) ; <nl> std : : unique_ptr < WritableFile > base_file ( <nl> new MockWritableFile ( expected_file_calls ) ) ; <nl> <nl> TEST ( RetryingFileSystemTest , NewWritableFile_AllRetriesFailed ) { <nl> { std : : make_tuple ( " Sync " , errors : : Unavailable ( " Something is wrong " ) ) , <nl> std : : make_tuple ( " Sync " , errors : : Unavailable ( " Something is wrong again " ) ) , <nl> std : : make_tuple ( " Sync " , errors : : Unavailable ( " . . . and again " ) ) , <nl> - std : : make_tuple ( " Sync " , errors : : Unavailable ( " And again " ) ) } ) ; <nl> + std : : make_tuple ( " Sync " , errors : : Unavailable ( " And again " ) ) , <nl> + std : : make_tuple ( " Close " , Status : : OK ( ) ) } ) ; <nl> std : : unique_ptr < WritableFile > base_file ( <nl> new MockWritableFile ( expected_file_calls ) ) ; <nl> <nl> mmm a / tensorflow / core / util / cuda_kernel_helper . h <nl> ppp b / tensorflow / core / util / cuda_kernel_helper . h <nl> __device__ __host__ inline T ldg ( const T * address ) { <nl> # define CUDA_ATOMIC_WRAPPER ( op , T ) \ <nl> __device__ __forceinline__ T CudaAtomic # # op ( T * address , T val ) <nl> <nl> - / / Reason of guarding : NVCC cannot compile the " : : " in " cuda_builtin : : atomicOp " . <nl> - # ifdef __GCUDACC__ <nl> - using cuda_builtin : : __float_as_int ; <nl> - using cuda_builtin : : __int_as_float ; <nl> - # define USE_CUDA_ATOMIC ( op , T ) \ <nl> - CUDA_ATOMIC_WRAPPER ( op , T ) { return cuda_builtin : : atomic # # op ( address , val ) ; } <nl> - # else <nl> # define USE_CUDA_ATOMIC ( op , T ) \ <nl> CUDA_ATOMIC_WRAPPER ( op , T ) { return atomic # # op ( address , val ) ; } <nl> - # endif <nl> <nl> / / For atomicAdd . <nl> USE_CUDA_ATOMIC ( Add , int32 ) ; <nl> mmm a / tensorflow / g3doc / api_docs / python / contrib . distributions . md <nl> ppp b / tensorflow / g3doc / api_docs / python / contrib . distributions . md <nl> Variance . <nl> <nl> <nl> <nl> - - - - <nl> - <nl> - # # # ` tf . contrib . distributions . matrix_diag_transform ( matrix , transform = None , name = None ) ` { # matrix_diag_transform } <nl> - <nl> - Transform diagonal of [ batch - ] matrix , leave rest of matrix unchanged . <nl> - <nl> - Create a trainable covariance defined by a Cholesky factor : <nl> - <nl> - ` ` ` python <nl> - # Transform network layer into 2 x 2 array . <nl> - matrix_values = tf . contrib . layers . fully_connected ( activations , 4 ) <nl> - matrix = tf . reshape ( matrix_values , ( batch_size , 2 , 2 ) ) <nl> - <nl> - # Make the diagonal positive . If the upper triangle was zero , this would be a <nl> - # valid Cholesky factor . <nl> - chol = matrix_diag_transform ( matrix , transform = tf . nn . softplus ) <nl> - <nl> - # OperatorPDCholesky ignores the upper triangle . <nl> - operator = OperatorPDCholesky ( chol ) <nl> - ` ` ` <nl> - <nl> - Example of heteroskedastic 2 - D linear regression . <nl> - <nl> - ` ` ` python <nl> - # Get a trainable Cholesky factor . <nl> - matrix_values = tf . contrib . layers . fully_connected ( activations , 4 ) <nl> - matrix = tf . reshape ( matrix_values , ( batch_size , 2 , 2 ) ) <nl> - chol = matrix_diag_transform ( matrix , transform = tf . nn . softplus ) <nl> - <nl> - # Get a trainable mean . <nl> - mu = tf . contrib . layers . fully_connected ( activations , 2 ) <nl> - <nl> - # This is a fully trainable multivariate normal ! <nl> - dist = tf . contrib . distributions . MVNCholesky ( mu , chol ) <nl> - <nl> - # Standard log loss . Minimizing this will " train " mu and chol , and then dist <nl> - # will be a distribution predicting labels as multivariate Gaussians . <nl> - loss = - 1 * tf . reduce_mean ( dist . log_pdf ( labels ) ) <nl> - ` ` ` <nl> - <nl> - # # # # # Args : <nl> - <nl> - <nl> - * < b > ` matrix ` < / b > : Rank ` R ` ` Tensor ` , ` R > = 2 ` , where the last two dimensions are <nl> - equal . <nl> - * < b > ` transform ` < / b > : Element - wise function mapping ` Tensors ` to ` Tensors ` . To <nl> - be applied to the diagonal of ` matrix ` . If ` None ` , ` matrix ` is returned <nl> - unchanged . Defaults to ` None ` . <nl> - * < b > ` name ` < / b > : A name to give created ops . <nl> - Defaults to " matrix_diag_transform " . <nl> - <nl> - # # # # # Returns : <nl> - <nl> - A ` Tensor ` with same shape and ` dtype ` as ` matrix ` . <nl> - <nl> - <nl> <nl> # # # Other multivariate distributions <nl> <nl> Variance . <nl> <nl> <nl> <nl> + # # # Multivariate Utilities <nl> + <nl> + - - - <nl> + <nl> + # # # ` tf . contrib . distributions . matrix_diag_transform ( matrix , transform = None , name = None ) ` { # matrix_diag_transform } <nl> + <nl> + Transform diagonal of [ batch - ] matrix , leave rest of matrix unchanged . <nl> + <nl> + Create a trainable covariance defined by a Cholesky factor : <nl> + <nl> + ` ` ` python <nl> + # Transform network layer into 2 x 2 array . <nl> + matrix_values = tf . contrib . layers . fully_connected ( activations , 4 ) <nl> + matrix = tf . reshape ( matrix_values , ( batch_size , 2 , 2 ) ) <nl> + <nl> + # Make the diagonal positive . If the upper triangle was zero , this would be a <nl> + # valid Cholesky factor . <nl> + chol = matrix_diag_transform ( matrix , transform = tf . nn . softplus ) <nl> + <nl> + # OperatorPDCholesky ignores the upper triangle . <nl> + operator = OperatorPDCholesky ( chol ) <nl> + ` ` ` <nl> + <nl> + Example of heteroskedastic 2 - D linear regression . <nl> + <nl> + ` ` ` python <nl> + # Get a trainable Cholesky factor . <nl> + matrix_values = tf . contrib . layers . fully_connected ( activations , 4 ) <nl> + matrix = tf . reshape ( matrix_values , ( batch_size , 2 , 2 ) ) <nl> + chol = matrix_diag_transform ( matrix , transform = tf . nn . softplus ) <nl> + <nl> + # Get a trainable mean . <nl> + mu = tf . contrib . layers . fully_connected ( activations , 2 ) <nl> + <nl> + # This is a fully trainable multivariate normal ! <nl> + dist = tf . contrib . distributions . MVNCholesky ( mu , chol ) <nl> + <nl> + # Standard log loss . Minimizing this will " train " mu and chol , and then dist <nl> + # will be a distribution predicting labels as multivariate Gaussians . <nl> + loss = - 1 * tf . reduce_mean ( dist . log_pdf ( labels ) ) <nl> + ` ` ` <nl> + <nl> + # # # # # Args : <nl> + <nl> + <nl> + * < b > ` matrix ` < / b > : Rank ` R ` ` Tensor ` , ` R > = 2 ` , where the last two dimensions are <nl> + equal . <nl> + * < b > ` transform ` < / b > : Element - wise function mapping ` Tensors ` to ` Tensors ` . To <nl> + be applied to the diagonal of ` matrix ` . If ` None ` , ` matrix ` is returned <nl> + unchanged . Defaults to ` None ` . <nl> + * < b > ` name ` < / b > : A name to give created ops . <nl> + Defaults to " matrix_diag_transform " . <nl> + <nl> + # # # # # Returns : <nl> + <nl> + A ` Tensor ` with same shape and ` dtype ` as ` matrix ` . <nl> + <nl> + <nl> + <nl> # # Transformed distributions <nl> <nl> - - - <nl> will broadcast in the case of multidimensional sets of parameters . <nl> <nl> <nl> <nl> - # # Kullback Leibler Divergence <nl> + # # Kullback - Leibler Divergence <nl> <nl> - - - <nl> <nl> mmm a / tensorflow / g3doc / api_docs / python / functions_and_classes / shard1 / tf . sparse_minimum . md <nl> ppp b / tensorflow / g3doc / api_docs / python / functions_and_classes / shard1 / tf . sparse_minimum . md <nl> Assumes the two SparseTensors have the same shape , i . e . , no broadcasting . <nl> Example : <nl> <nl> ` ` ` python <nl> - sp_zero = ops . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> - sp_one = ops . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> + sp_zero = sparse_tensor . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> + sp_one = sparse_tensor . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> res = tf . sparse_minimum ( sp_zero , sp_one ) . eval ( ) <nl> # " res " should be equal to SparseTensor ( [ [ 0 ] , [ 1 ] ] , [ 0 , 0 ] , [ 7 ] ) . <nl> ` ` ` <nl> mmm a / tensorflow / g3doc / api_docs / python / functions_and_classes / shard3 / tf . SparseTensor . md <nl> ppp b / tensorflow / g3doc / api_docs / python / functions_and_classes / shard3 / tf . SparseTensor . md <nl> Creates a ` SparseTensor ` . <nl> A ` SparseTensor ` <nl> <nl> <nl> + - - - <nl> + <nl> + # # # # ` tf . SparseTensor . get_shape ( ) ` { # SparseTensor . get_shape } <nl> + <nl> + Get the ` TensorShape ` that represents the shape of the dense tensor . <nl> + <nl> + # # # # # Returns : <nl> + <nl> + A ` TensorShape ` object . <nl> + <nl> + <nl> - - - <nl> <nl> # # # # ` tf . SparseTensor . indices ` { # SparseTensor . indices } <nl> new file mode 100644 <nl> index 0000000000000 . . 8b9cbe04451d2 <nl> mmm / dev / null <nl> ppp b / tensorflow / g3doc / api_docs / python / functions_and_classes / shard4 / tf . python_io . TFRecordCompressionType . md <nl> @ @ - 0 , 0 + 1 @ @ <nl> + The type of compression for the record . <nl> mmm a / tensorflow / g3doc / api_docs / python / functions_and_classes / shard5 / tf . sparse_maximum . md <nl> ppp b / tensorflow / g3doc / api_docs / python / functions_and_classes / shard5 / tf . sparse_maximum . md <nl> Assumes the two SparseTensors have the same shape , i . e . , no broadcasting . <nl> Example : <nl> <nl> ` ` ` python <nl> - sp_zero = ops . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> - sp_one = ops . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> + sp_zero = sparse_tensor . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> + sp_one = sparse_tensor . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> res = tf . sparse_maximum ( sp_zero , sp_one ) . eval ( ) <nl> # " res " should be equal to SparseTensor ( [ [ 0 ] , [ 1 ] ] , [ 0 , 1 ] , [ 7 ] ) . <nl> ` ` ` <nl> mmm a / tensorflow / g3doc / api_docs / python / functions_and_classes / shard5 / tf . train . Saver . md <nl> ppp b / tensorflow / g3doc / api_docs / python / functions_and_classes / shard5 / tf . train . Saver . md <nl> protocol buffer file in the call to ` save ( ) ` . <nl> <nl> - - - <nl> <nl> - # # # # ` tf . train . Saver . __init__ ( var_list = None , reshape = False , sharded = False , max_to_keep = 5 , keep_checkpoint_every_n_hours = 10000 . 0 , name = None , restore_sequentially = False , saver_def = None , builder = None , defer_build = False , allow_empty = False , write_version = 2 , pad_step_number = False ) ` { # Saver . __init__ } <nl> + # # # # ` tf . train . Saver . __init__ ( var_list = None , reshape = False , sharded = False , max_to_keep = 5 , keep_checkpoint_every_n_hours = 10000 . 0 , name = None , restore_sequentially = False , saver_def = None , builder = None , defer_build = False , allow_empty = False , write_version = 1 , pad_step_number = False ) ` { # Saver . __init__ } <nl> <nl> Creates a ` Saver ` . <nl> <nl> Builds saver_def . <nl> <nl> - - - <nl> <nl> - # # # # ` tf . train . Saver . export_meta_graph ( filename = None , collection_list = None , as_text = False , export_scope = None ) ` { # Saver . export_meta_graph } <nl> + # # # # ` tf . train . Saver . export_meta_graph ( filename = None , collection_list = None , as_text = False , export_scope = None , clear_devices = False ) ` { # Saver . export_meta_graph } <nl> <nl> Writes ` MetaGraphDef ` to save_path / filename . <nl> <nl> Writes ` MetaGraphDef ` to save_path / filename . <nl> * < b > ` collection_list ` < / b > : List of string keys to collect . <nl> * < b > ` as_text ` < / b > : If ` True ` , writes the meta_graph as an ASCII proto . <nl> * < b > ` export_scope ` < / b > : Optional ` string ` . Name scope to remove . <nl> + * < b > ` clear_devices ` < / b > : Whether or not to clear the device field for an ` Operation ` <nl> + or ` Tensor ` during export . <nl> <nl> # # # # # Returns : <nl> <nl> mmm a / tensorflow / g3doc / api_docs / python / functions_and_classes / shard7 / tf . train . export_meta_graph . md <nl> ppp b / tensorflow / g3doc / api_docs / python / functions_and_classes / shard7 / tf . train . export_meta_graph . md <nl> <nl> - # # # ` tf . train . export_meta_graph ( filename = None , meta_info_def = None , graph_def = None , saver_def = None , collection_list = None , as_text = False , graph = None , export_scope = None , * * kwargs ) ` { # export_meta_graph } <nl> + # # # ` tf . train . export_meta_graph ( filename = None , meta_info_def = None , graph_def = None , saver_def = None , collection_list = None , as_text = False , graph = None , export_scope = None , clear_devices = False , * * kwargs ) ` { # export_meta_graph } <nl> <nl> Returns ` MetaGraphDef ` proto . Optionally writes it to filename . <nl> <nl> a subgraph . <nl> the subgraph . The scope name will be striped from the node definitions <nl> for easy import later into new name scopes . If ` None ` , the whole graph <nl> is exported . graph_def and export_scope cannot both be specified . <nl> + * < b > ` clear_devices ` < / b > : Whether or not to clear the device field for an ` Operation ` <nl> + or ` Tensor ` during export . <nl> * < b > ` * * kwargs ` < / b > : Optional keyed arguments . <nl> <nl> # # # # # Returns : <nl> new file mode 100644 <nl> index 0000000000000 . . 3c05efe83437a <nl> mmm / dev / null <nl> ppp b / tensorflow / g3doc / api_docs / python / functions_and_classes / shard8 / tf . python_io . TFRecordOptions . md <nl> <nl> + Options used for manipulating TFRecord files . <nl> + - - - <nl> + <nl> + # # # # ` tf . python_io . TFRecordOptions . __init__ ( compression_type ) ` { # TFRecordOptions . __init__ } <nl> + <nl> + <nl> + <nl> + <nl> + - - - <nl> + <nl> + # # # # ` tf . python_io . TFRecordOptions . get_compression_type_string ( cls , options ) ` { # TFRecordOptions . get_compression_type_string } <nl> + <nl> + <nl> + <nl> + <nl> mmm a / tensorflow / g3doc / api_docs / python / index . md <nl> ppp b / tensorflow / g3doc / api_docs / python / index . md <nl> <nl> <nl> * * * [ Data IO ( Python functions ) ] ( . . / . . / api_docs / python / python_io . md ) * * : <nl> * [ ` tf_record_iterator ` ] ( . . / . . / api_docs / python / python_io . md # tf_record_iterator ) <nl> + * [ ` TFRecordCompressionType ` ] ( . . / . . / api_docs / python / python_io . md # TFRecordCompressionType ) <nl> + * [ ` TFRecordOptions ` ] ( . . / . . / api_docs / python / python_io . md # TFRecordOptions ) <nl> * [ ` TFRecordWriter ` ] ( . . / . . / api_docs / python / python_io . md # TFRecordWriter ) <nl> <nl> * * * [ Neural Network ] ( . . / . . / api_docs / python / nn . md ) * * : <nl> mmm a / tensorflow / g3doc / api_docs / python / python_io . md <nl> ppp b / tensorflow / g3doc / api_docs / python / python_io . md <nl> An iterator that read the records from a TFRecords file . <nl> * < b > ` IOError ` < / b > : If ` path ` cannot be opened for reading . <nl> <nl> <nl> + - - - <nl> + <nl> + # # # ` class tf . python_io . TFRecordCompressionType ` { # TFRecordCompressionType } <nl> + <nl> + The type of compression for the record . <nl> + <nl> + - - - <nl> + <nl> + # # # ` class tf . python_io . TFRecordOptions ` { # TFRecordOptions } <nl> + <nl> + Options used for manipulating TFRecord files . <nl> + - - - <nl> + <nl> + # # # # ` tf . python_io . TFRecordOptions . __init__ ( compression_type ) ` { # TFRecordOptions . __init__ } <nl> + <nl> + <nl> + <nl> + <nl> + - - - <nl> + <nl> + # # # # ` tf . python_io . TFRecordOptions . get_compression_type_string ( cls , options ) ` { # TFRecordOptions . get_compression_type_string } <nl> + <nl> + <nl> + <nl> + <nl> + <nl> <nl> - - - <nl> <nl> mmm a / tensorflow / g3doc / api_docs / python / sparse_ops . md <nl> ppp b / tensorflow / g3doc / api_docs / python / sparse_ops . md <nl> Creates a ` SparseTensor ` . <nl> A ` SparseTensor ` <nl> <nl> <nl> + - - - <nl> + <nl> + # # # # ` tf . SparseTensor . get_shape ( ) ` { # SparseTensor . get_shape } <nl> + <nl> + Get the ` TensorShape ` that represents the shape of the dense tensor . <nl> + <nl> + # # # # # Returns : <nl> + <nl> + A ` TensorShape ` object . <nl> + <nl> + <nl> - - - <nl> <nl> # # # # ` tf . SparseTensor . indices ` { # SparseTensor . indices } <nl> Assumes the two SparseTensors have the same shape , i . e . , no broadcasting . <nl> Example : <nl> <nl> ` ` ` python <nl> - sp_zero = ops . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> - sp_one = ops . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> + sp_zero = sparse_tensor . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> + sp_one = sparse_tensor . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> res = tf . sparse_maximum ( sp_zero , sp_one ) . eval ( ) <nl> # " res " should be equal to SparseTensor ( [ [ 0 ] , [ 1 ] ] , [ 0 , 1 ] , [ 7 ] ) . <nl> ` ` ` <nl> Assumes the two SparseTensors have the same shape , i . e . , no broadcasting . <nl> Example : <nl> <nl> ` ` ` python <nl> - sp_zero = ops . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> - sp_one = ops . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> + sp_zero = sparse_tensor . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> + sp_one = sparse_tensor . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> res = tf . sparse_minimum ( sp_zero , sp_one ) . eval ( ) <nl> # " res " should be equal to SparseTensor ( [ [ 0 ] , [ 1 ] ] , [ 0 , 0 ] , [ 7 ] ) . <nl> ` ` ` <nl> mmm a / tensorflow / g3doc / api_docs / python / state_ops . md <nl> ppp b / tensorflow / g3doc / api_docs / python / state_ops . md <nl> protocol buffer file in the call to ` save ( ) ` . <nl> <nl> - - - <nl> <nl> - # # # # ` tf . train . Saver . __init__ ( var_list = None , reshape = False , sharded = False , max_to_keep = 5 , keep_checkpoint_every_n_hours = 10000 . 0 , name = None , restore_sequentially = False , saver_def = None , builder = None , defer_build = False , allow_empty = False , write_version = 2 , pad_step_number = False ) ` { # Saver . __init__ } <nl> + # # # # ` tf . train . Saver . __init__ ( var_list = None , reshape = False , sharded = False , max_to_keep = 5 , keep_checkpoint_every_n_hours = 10000 . 0 , name = None , restore_sequentially = False , saver_def = None , builder = None , defer_build = False , allow_empty = False , write_version = 1 , pad_step_number = False ) ` { # Saver . __init__ } <nl> <nl> Creates a ` Saver ` . <nl> <nl> Builds saver_def . <nl> <nl> - - - <nl> <nl> - # # # # ` tf . train . Saver . export_meta_graph ( filename = None , collection_list = None , as_text = False , export_scope = None ) ` { # Saver . export_meta_graph } <nl> + # # # # ` tf . train . Saver . export_meta_graph ( filename = None , collection_list = None , as_text = False , export_scope = None , clear_devices = False ) ` { # Saver . export_meta_graph } <nl> <nl> Writes ` MetaGraphDef ` to save_path / filename . <nl> <nl> Writes ` MetaGraphDef ` to save_path / filename . <nl> * < b > ` collection_list ` < / b > : List of string keys to collect . <nl> * < b > ` as_text ` < / b > : If ` True ` , writes the meta_graph as an ASCII proto . <nl> * < b > ` export_scope ` < / b > : Optional ` string ` . Name scope to remove . <nl> + * < b > ` clear_devices ` < / b > : Whether or not to clear the device field for an ` Operation ` <nl> + or ` Tensor ` during export . <nl> <nl> # # # # # Returns : <nl> <nl> Returns an Op that initializes all tables of the default graph . <nl> <nl> - - - <nl> <nl> - # # # ` tf . train . export_meta_graph ( filename = None , meta_info_def = None , graph_def = None , saver_def = None , collection_list = None , as_text = False , graph = None , export_scope = None , * * kwargs ) ` { # export_meta_graph } <nl> + # # # ` tf . train . export_meta_graph ( filename = None , meta_info_def = None , graph_def = None , saver_def = None , collection_list = None , as_text = False , graph = None , export_scope = None , clear_devices = False , * * kwargs ) ` { # export_meta_graph } <nl> <nl> Returns ` MetaGraphDef ` proto . Optionally writes it to filename . <nl> <nl> a subgraph . <nl> the subgraph . The scope name will be striped from the node definitions <nl> for easy import later into new name scopes . If ` None ` , the whole graph <nl> is exported . graph_def and export_scope cannot both be specified . <nl> + * < b > ` clear_devices ` < / b > : Whether or not to clear the device field for an ` Operation ` <nl> + or ` Tensor ` during export . <nl> * < b > ` * * kwargs ` < / b > : Optional keyed arguments . <nl> <nl> # # # # # Returns : <nl> mmm a / tensorflow / python / BUILD <nl> ppp b / tensorflow / python / BUILD <nl> py_test ( <nl> ] , <nl> ) <nl> <nl> + py_test ( <nl> + name = " decorator_utils_test " , <nl> + srcs = [ " util / decorator_utils_test . py " ] , <nl> + srcs_version = " PY2AND3 " , <nl> + deps = [ <nl> + " / / tensorflow : tensorflow_py " , <nl> + ] , <nl> + ) <nl> + <nl> + py_test ( <nl> + name = " deprecation_test " , <nl> + srcs = [ " util / deprecation_test . py " ] , <nl> + srcs_version = " PY2AND3 " , <nl> + deps = [ <nl> + " / / tensorflow : tensorflow_py " , <nl> + ] , <nl> + ) <nl> + <nl> cc_library ( <nl> name = " python_op_gen " , <nl> srcs = [ " framework / python_op_gen . cc " ] , <nl> py_library ( <nl> " framework / load_library . py " , <nl> " framework / meta_graph . py " , <nl> " framework / random_seed . py " , <nl> + " framework / sparse_tensor . py " , <nl> " framework / tensor_util . py " , <nl> ] , <nl> srcs_version = " PY2AND3 " , <nl> py_test ( <nl> ] , <nl> ) <nl> <nl> + py_test ( <nl> + name = " framework_sparse_tensor_test " , <nl> + size = " small " , <nl> + srcs = [ " framework / sparse_tensor_test . py " ] , <nl> + main = " framework / sparse_tensor_test . py " , <nl> + srcs_version = " PY2AND3 " , <nl> + deps = [ <nl> + " : framework_test_lib " , <nl> + " : platform_test " , <nl> + " / / tensorflow / core : protos_all_py " , <nl> + ] , <nl> + ) <nl> + <nl> py_test ( <nl> name = " framework_device_test " , <nl> size = " small " , <nl> cuda_py_tests ( <nl> " training / proximal_gradient_descent_test . py " , <nl> " training / queue_runner_test . py " , <nl> " training / rmsprop_test . py " , <nl> - " training / saver_test . py " , <nl> " training / slot_creator_test . py " , <nl> " training / tensorboard_logging_test . py " , <nl> " training / training_ops_test . py " , <nl> cuda_py_tests ( <nl> ] , <nl> ) <nl> <nl> + cuda_py_test ( <nl> + name = " saver_test " , <nl> + size = " small " , <nl> + srcs = [ " training / saver_test . py " ] , <nl> + additional_deps = [ <nl> + " : training " , <nl> + " / / tensorflow : tensorflow_py " , <nl> + ] , <nl> + tags = [ " manual " ] , <nl> + ) <nl> + <nl> py_test ( <nl> name = " saver_large_variable_test " , <nl> size = " small " , <nl> mmm a / tensorflow / python / client / session . py <nl> ppp b / tensorflow / python / client / session . py <nl> <nl> from tensorflow . python import pywrap_tensorflow as tf_session <nl> from tensorflow . python . framework import errors <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import session_ops <nl> from tensorflow . python . platform import tf_logging as logging <nl> from tensorflow . python . util import compat <nl> def _get_feeds_for_indexed_slices ( feed , feed_val ) : <nl> _REGISTERED_EXPANSIONS = [ <nl> # SparseTensors are fetched as SparseTensorValues . They can be fed <nl> # SparseTensorValues or normal tuples . <nl> - ( ops . SparseTensor , <nl> + ( sparse_tensor . SparseTensor , <nl> lambda fetch : ( <nl> [ fetch . indices , fetch . values , fetch . shape ] , <nl> - lambda fetched_vals : ops . SparseTensorValue ( * fetched_vals ) ) , <nl> + lambda fetched_vals : sparse_tensor . SparseTensorValue ( * fetched_vals ) ) , <nl> lambda feed , feed_val : list ( zip ( <nl> [ feed . indices , feed . values , feed . shape ] , feed_val ) ) , <nl> lambda feed : [ feed . indices , feed . values , feed . shape ] ) , <nl> def _get_feeds_for_indexed_slices ( feed , feed_val ) : <nl> _get_indexed_slices_value_from_fetches ) , <nl> _get_feeds_for_indexed_slices , <nl> lambda feed : [ feed . values , feed . indices ] if feed . dense_shape is None <nl> - else [ feed . values , feed . indices , feed . dense_shape ] ) , <nl> + else [ feed . values , feed . indices , feed . dense_shape ] ) , <nl> # The default catches all other types and performs no expansions . <nl> ( object , <nl> lambda fetch : ( [ fetch ] , lambda fetched_vals : fetched_vals [ 0 ] ) , <nl> mmm a / tensorflow / python / client / session_test . py <nl> ppp b / tensorflow / python / client / session_test . py <nl> <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import errors <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_util <nl> from tensorflow . python . framework import test_util <nl> from tensorflow . python . framework import versions <nl> def testFetchSparseTensor ( self ) : <nl> indices = np . array ( [ [ 3 , 2 , 0 ] , [ 4 , 5 , 1 ] ] ) . astype ( np . int64 ) <nl> values = np . array ( [ 1 . 0 , 2 . 0 ] ) . astype ( np . float32 ) <nl> shape = np . array ( [ 7 , 9 , 2 ] ) . astype ( np . int64 ) <nl> - sp = ops . SparseTensor ( <nl> + sp = sparse_tensor . SparseTensor ( <nl> constant_op . constant ( indices ) , <nl> constant_op . constant ( values ) , <nl> constant_op . constant ( shape ) ) <nl> def testFeedSparseTensor ( self ) : <nl> indices = np . array ( [ [ 3 , 2 , 0 ] , [ 4 , 5 , 1 ] ] ) . astype ( np . int64 ) <nl> values = np . array ( [ 1 . 0 , 2 . 0 ] ) . astype ( np . float32 ) <nl> shape = np . array ( [ 7 , 9 , 2 ] ) . astype ( np . int64 ) <nl> - sp = ops . SparseTensor ( <nl> + sp = sparse_tensor . SparseTensor ( <nl> array_ops . placeholder ( dtype = np . int64 , shape = ( 2 , 3 ) ) , <nl> array_ops . placeholder ( dtype = np . float32 , shape = ( 2 , ) ) , <nl> array_ops . placeholder ( dtype = np . int64 , shape = ( 3 , ) ) , ) <nl> sp_indices = array_ops . identity ( sp . indices ) <nl> sp_values = array_ops . identity ( sp . values ) <nl> sp_shape = array_ops . identity ( sp . shape ) <nl> - sp2 = ops . SparseTensor ( sp_indices , sp_values , sp_shape ) <nl> + sp2 = sparse_tensor . SparseTensor ( sp_indices , sp_values , sp_shape ) <nl> # Feed with tuple <nl> indices_out , values_out , shape_out = s . run ( <nl> [ sp_indices , sp_values , sp_shape ] , { sp : ( indices , values , shape ) } ) <nl> def testFeedSparseTensor ( self ) : <nl> # Feed with SparseTensorValue <nl> indices_out , values_out , shape_out = s . run ( <nl> [ sp_indices , sp_values , sp_shape ] , <nl> - { sp : ops . SparseTensorValue ( indices , values , shape ) } ) <nl> + { sp : sparse_tensor . SparseTensorValue ( indices , values , shape ) } ) <nl> self . assertAllEqual ( indices_out , indices ) <nl> self . assertAllEqual ( values_out , values ) <nl> self . assertAllEqual ( shape_out , shape ) <nl> # Feed with SparseTensorValue , fetch SparseTensorValue <nl> - sp2_out = s . run ( sp2 , { sp : ops . SparseTensorValue ( indices , values , shape ) } ) <nl> + sp2_out = s . run ( <nl> + sp2 , { sp : sparse_tensor . SparseTensorValue ( indices , values , shape ) } ) <nl> self . assertAllEqual ( sp2_out . indices , indices ) <nl> self . assertAllEqual ( sp2_out . values , values ) <nl> self . assertAllEqual ( sp2_out . shape , shape ) <nl> # Feed SparseTensorValue and fetch sp directly . <nl> - sp_out = s . run ( sp , { sp : ops . SparseTensorValue ( indices , values , shape ) } ) <nl> + sp_out = s . run ( <nl> + sp , { sp : sparse_tensor . SparseTensorValue ( indices , values , shape ) } ) <nl> self . assertAllEqual ( sp_out . indices , indices ) <nl> self . assertAllEqual ( sp_out . values , values ) <nl> self . assertAllEqual ( sp_out . shape , shape ) <nl> def testFeedSparsePlaceholder ( self ) : <nl> sp_indices = array_ops . identity ( sp . indices ) <nl> sp_values = array_ops . identity ( sp . values ) <nl> sp_shape = array_ops . identity ( sp . shape ) <nl> - sp2 = ops . SparseTensor ( sp_indices , sp_values , sp_shape ) <nl> + sp2 = sparse_tensor . SparseTensor ( sp_indices , sp_values , sp_shape ) <nl> # Feed with tuple <nl> indices_out , values_out , shape_out = s . run ( <nl> [ sp_indices , sp_values , sp_shape ] , { sp : ( indices , values , shape ) } ) <nl> def testFeedSparsePlaceholder ( self ) : <nl> # Feed with SparseTensorValue <nl> indices_out , values_out , shape_out = s . run ( <nl> [ sp_indices , sp_values , sp_shape ] , <nl> - { sp : ops . SparseTensorValue ( indices , values , shape ) } ) <nl> + { sp : sparse_tensor . SparseTensorValue ( indices , values , shape ) } ) <nl> self . assertAllEqual ( indices_out , indices ) <nl> self . assertAllEqual ( values_out , values ) <nl> self . assertAllEqual ( shape_out , shape ) <nl> # Feed with SparseTensorValue , fetch SparseTensorValue <nl> - sp2_out = s . run ( sp2 , { sp : ops . SparseTensorValue ( indices , values , shape ) } ) <nl> + sp2_out = s . run ( <nl> + sp2 , { sp : sparse_tensor . SparseTensorValue ( indices , values , shape ) } ) <nl> self . assertAllEqual ( sp2_out . indices , indices ) <nl> self . assertAllEqual ( sp2_out . values , values ) <nl> self . assertAllEqual ( sp2_out . shape , shape ) <nl> <nl> - def testFeedSparePlaceholderConstantShape ( self ) : <nl> + def testFeedSparsePlaceholderPartialShape ( self ) : <nl> + with session . Session ( ) as s : <nl> + indices = np . array ( [ [ 3 , 2 , 0 ] , [ 4 , 5 , 1 ] ] ) . astype ( np . int64 ) <nl> + values = np . array ( [ 1 . 0 , 2 . 0 ] ) . astype ( np . float32 ) <nl> + shape = np . array ( [ 7 , 9 , 2 ] ) . astype ( np . int64 ) <nl> + sp = array_ops . sparse_placeholder ( <nl> + shape = [ None , 9 , 2 ] , dtype = np . float32 , name = ' placeholder1 ' ) <nl> + sp_indices = array_ops . identity ( sp . indices ) <nl> + sp_values = array_ops . identity ( sp . values ) <nl> + sp_shape = array_ops . identity ( sp . shape ) <nl> + sp2 = sparse_tensor . SparseTensor ( sp_indices , sp_values , sp_shape ) <nl> + # Feed with tuple <nl> + indices_out , values_out , shape_out = s . run ( <nl> + [ sp_indices , sp_values , sp_shape ] , { sp : ( indices , values , shape ) } ) <nl> + self . assertAllEqual ( indices_out , indices ) <nl> + self . assertAllEqual ( values_out , values ) <nl> + self . assertAllEqual ( shape_out , shape ) <nl> + # Feed with SparseTensorValue <nl> + indices_out , values_out , shape_out = s . run ( <nl> + [ sp_indices , sp_values , sp_shape ] , <nl> + { sp : sparse_tensor . SparseTensorValue ( indices , values , shape ) } ) <nl> + self . assertAllEqual ( indices_out , indices ) <nl> + self . assertAllEqual ( values_out , values ) <nl> + self . assertAllEqual ( shape_out , shape ) <nl> + # Feed with SparseTensorValue , fetch SparseTensorValue <nl> + sp2_out = s . run ( <nl> + sp2 , { sp : sparse_tensor . SparseTensorValue ( indices , values , shape ) } ) <nl> + self . assertAllEqual ( sp2_out . indices , indices ) <nl> + self . assertAllEqual ( sp2_out . values , values ) <nl> + self . assertAllEqual ( sp2_out . shape , shape ) <nl> + <nl> + def testFeedSparsePlaceholderConstantShape ( self ) : <nl> with session . Session ( ) as s : <nl> indices = np . array ( [ [ 3 , 2 , 0 ] , [ 4 , 5 , 1 ] ] ) . astype ( np . int64 ) <nl> values = np . array ( [ 1 . 0 , 2 . 0 ] ) . astype ( np . float32 ) <nl> mmm a / tensorflow / python / framework / common_shapes . py <nl> ppp b / tensorflow / python / framework / common_shapes . py <nl> def broadcast_shape ( shape_x , shape_y ) : <nl> return tensor_shape . TensorShape ( return_dims ) <nl> <nl> <nl> - def call_cpp_shape_fn ( op , input_tensors_needed = None , <nl> + def call_cpp_shape_fn ( op , <nl> + input_tensors_needed = None , <nl> + input_tensors_as_shapes_needed = None , <nl> debug_python_shape_fn = None ) : <nl> " " " A shape function that delegates to the registered C + + shape function . <nl> <nl> def call_cpp_shape_fn ( op , input_tensors_needed = None , <nl> op : the node in the graph for which to compute output shapes . <nl> input_tensors_needed : a list of input tensor indices for which to compute <nl> the input tensor ' s value and pass to the C + + shape function . <nl> + input_tensors_as_shapes_needed : a list of input tensor indices for which to <nl> + compute the constant_value_as_shape and pass to the C + + shape function . <nl> debug_python_shape_fn : For testing only during migration to using <nl> call_cpp_shape_fn . Do not submit calls that set this , <nl> as the comparison is slow . If non - None , the python shape function ; <nl> def tensor_to_inference_result ( t ) : <nl> input_tensors = [ None for i in input_shapes ] <nl> if input_tensors_needed : <nl> for idx in input_tensors_needed : <nl> - input_tensors [ idx ] = tensor_util . constant_value ( op . inputs [ idx ] ) <nl> - if input_tensors [ idx ] is not None : <nl> - input_tensors [ idx ] = np . asarray ( input_tensors [ idx ] ) <nl> + v = tensor_util . constant_value ( op . inputs [ idx ] ) <nl> + if v is not None : <nl> + input_tensors [ idx ] = np . asarray ( v ) <nl> + <nl> + serialized_unknown_shape = ( <nl> + tensor_shape . TensorShape ( None ) . as_proto ( ) . SerializeToString ( ) ) <nl> + arr = [ serialized_unknown_shape for i in input_shapes ] <nl> + if input_tensors_as_shapes_needed : <nl> + for idx in input_tensors_as_shapes_needed : <nl> + s = tensor_util . constant_value_as_shape ( op . inputs [ idx ] ) <nl> + if s is not None : <nl> + arr [ idx ] = s . as_proto ( ) . SerializeToString ( ) <nl> + input_tensors_as_shapes = arr <nl> <nl> try : <nl> with errors . raise_exception_on_not_ok_status ( ) as status : <nl> - output_shapes = pywrap_tensorflow . RunCppShapeInference ( node_def_str , <nl> - input_shapes , <nl> - input_tensors , <nl> - status ) <nl> + output_shapes = pywrap_tensorflow . RunCppShapeInference ( <nl> + node_def_str , input_shapes , input_tensors , input_tensors_as_shapes , <nl> + status ) <nl> except errors . InvalidArgumentError as err : <nl> raise ValueError ( err . message ) <nl> <nl> mmm a / tensorflow / python / framework / cpp_shape_inference . cc <nl> ppp b / tensorflow / python / framework / cpp_shape_inference . cc <nl> Status RunCppShapeInferenceImpl ( <nl> const string & serialized_node_def , <nl> const std : : vector < string > & input_serialized_shapes , <nl> const std : : vector < PyObject * > & input_constant_tensor_values , <nl> + const std : : vector < string > & input_constant_tensor_as_shape_values , <nl> std : : vector < string > * output_tensor_shape_protos ) { <nl> tensorflow : : NodeDef node ; <nl> if ( ! node . ParseFromString ( serialized_node_def ) ) { <nl> Status RunCppShapeInferenceImpl ( <nl> } <nl> <nl> / / Convert input tensor values ; <nl> - const int num_input_tensors = input_constant_tensor_values . size ( ) ; <nl> - std : : vector < Tensor > input_tensor_values ( num_input_tensors ) ; <nl> + std : : vector < Tensor > input_tensor_values ( input_constant_tensor_values . size ( ) ) ; <nl> std : : vector < const Tensor * > input_tensors ; <nl> - for ( int i = 0 ; i < num_input_tensors ; + + i ) { <nl> + for ( int i = 0 ; i < input_constant_tensor_values . size ( ) ; + + i ) { <nl> auto * py_val = input_constant_tensor_values [ i ] ; <nl> if ( py_val = = Py_None ) { <nl> input_tensors . push_back ( nullptr ) ; <nl> Status RunCppShapeInferenceImpl ( <nl> } <nl> } <nl> <nl> + / / Convert input tensor - as - shape values ; <nl> + std : : vector < TensorShapeProto > input_tensor_as_shapes_protos ( <nl> + input_constant_tensor_as_shape_values . size ( ) ) ; <nl> + for ( int i = 0 ; i < input_constant_tensor_as_shape_values . size ( ) ; + + i ) { <nl> + if ( ! input_tensor_as_shapes_protos [ i ] . ParseFromString ( <nl> + input_constant_tensor_as_shape_values [ i ] ) ) { <nl> + return errors : : InvalidArgument ( <nl> + " Error parsing shape proto during cpp shape inference " ) ; <nl> + } <nl> + } <nl> + <nl> / / Run shape inference . <nl> tensorflow : : shape_inference : : InferenceContext c ( <nl> & node , op_reg_data - > op_def , input_shapes , input_tensors , <nl> - { } / * input_tensors_as_shapes * / , input_handle_shapes , <nl> - input_handle_dtypes ) ; <nl> + input_tensor_as_shapes_protos , input_handle_shapes , input_handle_dtypes ) ; <nl> TF_RETURN_IF_ERROR ( c . construction_status ( ) ) ; <nl> <nl> TF_RETURN_IF_ERROR ( c . Run ( op_reg_data - > shape_inference_fn ) ) ; <nl> Status RunCppShapeInferenceImpl ( <nl> std : : vector < string > RunCppShapeInference ( <nl> const string & serialized_node_def , <nl> const std : : vector < string > & input_serialized_shapes , <nl> - PyObject * input_constant_tensor_values , TF_Status * out_status ) { <nl> + PyObject * input_constant_tensor_values , <nl> + const std : : vector < string > & input_constant_tensor_as_shape_values , <nl> + TF_Status * out_status ) { <nl> if ( ! PyList_Check ( input_constant_tensor_values ) ) { <nl> TF_SetStatus ( out_status , TF_INVALID_ARGUMENT , " Invalid python value " ) ; <nl> return std : : vector < string > ( ) ; <nl> } <nl> <nl> std : : vector < PyObject * > input_constant_tensor_values_v ; <nl> - int num_input_constant_tensor_values = <nl> - PyList_Size ( input_constant_tensor_values ) ; <nl> - for ( int i = 0 ; i < num_input_constant_tensor_values ; + + i ) { <nl> + int cnt = PyList_Size ( input_constant_tensor_values ) ; <nl> + for ( int i = 0 ; i < cnt ; + + i ) { <nl> input_constant_tensor_values_v . push_back ( <nl> PyList_GetItem ( input_constant_tensor_values , i ) ) ; <nl> } <nl> std : : vector < string > RunCppShapeInference ( <nl> std : : vector < string > output_tensor_shape_protos ; <nl> tensorflow : : Status status = RunCppShapeInferenceImpl ( <nl> serialized_node_def , input_serialized_shapes , <nl> - input_constant_tensor_values_v , & output_tensor_shape_protos ) ; <nl> + input_constant_tensor_values_v , input_constant_tensor_as_shape_values , <nl> + & output_tensor_shape_protos ) ; <nl> <nl> Set_TF_Status_from_Status ( out_status , status ) ; <nl> return status . ok ( ) ? output_tensor_shape_protos : std : : vector < string > ( ) ; <nl> mmm a / tensorflow / python / framework / cpp_shape_inference . h <nl> ppp b / tensorflow / python / framework / cpp_shape_inference . h <nl> namespace swig { <nl> std : : vector < string > RunCppShapeInference ( <nl> const string & serialized_node_def , <nl> const std : : vector < string > & input_serialized_shapes , <nl> - PyObject * input_constant_tensor_values , TF_Status * out_status ) ; <nl> + PyObject * input_constant_tensor_values , <nl> + const std : : vector < string > & input_constant_tensor_as_shape_values , <nl> + TF_Status * out_status ) ; <nl> <nl> } / / namespace swig <nl> } / / namespace tensorflow <nl> mmm a / tensorflow / python / framework / framework_lib . py <nl> ppp b / tensorflow / python / framework / framework_lib . py <nl> <nl> from tensorflow . python . framework . ops import Operation <nl> from tensorflow . python . framework . ops import Tensor <nl> from tensorflow . python . framework . ops import Output <nl> - from tensorflow . python . framework . ops import SparseTensor <nl> - from tensorflow . python . framework . ops import SparseTensorValue <nl> from tensorflow . python . framework . ops import IndexedSlices <nl> <nl> + from tensorflow . python . framework . sparse_tensor import SparseTensor <nl> + from tensorflow . python . framework . sparse_tensor import SparseTensorValue <nl> + <nl> # Utilities used when building a Graph . <nl> from tensorflow . python . framework . ops import device <nl> from tensorflow . python . framework . ops import container <nl> mmm a / tensorflow / python / framework / ops . py <nl> ppp b / tensorflow / python / framework / ops . py <nl> def register_dense_tensor_like_type ( tensor_type ) : <nl> _TENSOR_LIKE_TYPES = tuple ( list ( _TENSOR_LIKE_TYPES ) + [ tensor_type ] ) <nl> <nl> <nl> - class Tensor ( object ) : <nl> + # NOTE ( ebrevdo ) : Do not subclass this . If you do , I will break you on purpose . <nl> + class _TensorLike ( object ) : <nl> + " " " Internal cls for grouping Tensor , SparseTensor , . . . , for is_instance . " " " <nl> + pass <nl> + <nl> + <nl> + class Tensor ( _TensorLike ) : <nl> " " " Represents one of the outputs of an ` Operation ` . <nl> <nl> * Note : * the ` Tensor ` class will be replaced by ` Output ` in the future . <nl> def convert_to_tensor_or_indexed_slices ( value , dtype = None , name = None , <nl> Raises : <nl> ValueError : If ` dtype ` does not match the element type of ` value ` . <nl> " " " <nl> - if isinstance ( value , ( IndexedSlices , SparseTensor ) ) : <nl> + if isinstance ( value , _TensorLike ) : <nl> if dtype and not dtypes . as_dtype ( dtype ) . is_compatible_with ( value . dtype ) : <nl> raise ValueError ( <nl> " Tensor conversion requested dtype % s for Tensor with dtype % s : % r " <nl> def conversion_func ( value , dtype = None , name = None , as_ref = False ) : <nl> funcs_at_priority . append ( ( base_type , conversion_func ) ) <nl> <nl> <nl> - class IndexedSlices ( object ) : <nl> + class IndexedSlices ( _TensorLike ) : <nl> " " " A sparse representation of a set of tensor slices at given indices . <nl> <nl> This class is a simple wrapper for a pair of ` Tensor ` objects : <nl> def __neg__ ( self ) : <nl> " IndexedSlicesValue " , [ " values " , " indices " , " dense_shape " ] ) <nl> <nl> <nl> - class SparseTensor ( object ) : <nl> - " " " Represents a sparse tensor . <nl> - <nl> - TensorFlow represents a sparse tensor as three separate dense tensors : <nl> - ` indices ` , ` values ` , and ` shape ` . In Python , the three tensors are <nl> - collected into a ` SparseTensor ` class for ease of use . If you have separate <nl> - ` indices ` , ` values ` , and ` shape ` tensors , wrap them in a ` SparseTensor ` <nl> - object before passing to the ops below . <nl> - <nl> - Concretely , the sparse tensor ` SparseTensor ( indices , values , shape ) ` <nl> - comprises the following components , where ` N ` and ` ndims ` are the number <nl> - of values and number of dimensions in the ` SparseTensor ` , respectively : <nl> - <nl> - * ` indices ` : A 2 - D int64 tensor of shape ` [ N , ndims ] ` , which specifies <nl> - the indices of the elements in the sparse tensor that contain nonzero <nl> - values ( elements are zero - indexed ) . For example , ` indices = [ [ 1 , 3 ] , [ 2 , 4 ] ] ` <nl> - specifies that the elements with indexes of [ 1 , 3 ] and [ 2 , 4 ] have <nl> - nonzero values . <nl> - <nl> - * ` values ` : A 1 - D tensor of any type and shape ` [ N ] ` , which supplies the <nl> - values for each element in ` indices ` . For example , given <nl> - ` indices = [ [ 1 , 3 ] , [ 2 , 4 ] ] ` , the parameter ` values = [ 18 , 3 . 6 ] ` specifies <nl> - that element [ 1 , 3 ] of the sparse tensor has a value of 18 , and element <nl> - [ 2 , 4 ] of the tensor has a value of 3 . 6 . <nl> - <nl> - * ` shape ` : A 1 - D int64 tensor of shape ` [ ndims ] ` , which specifies the shape <nl> - of the sparse tensor . Takes a list indicating the number of elements in <nl> - each dimension . For example , ` shape = [ 3 , 6 ] ` specifies a two - dimensional 3x6 <nl> - tensor , ` shape = [ 2 , 3 , 4 ] ` specifies a three - dimensional 2x3x4 tensor , and <nl> - ` shape = [ 9 ] ` specifies a one - dimensional tensor with 9 elements . <nl> - <nl> - The corresponding dense tensor satisfies : <nl> - <nl> - ` ` ` python <nl> - dense . shape = shape <nl> - dense [ tuple ( indices [ i ] ) ] = values [ i ] <nl> - ` ` ` <nl> - <nl> - By convention , ` indices ` should be sorted in row - major order ( or equivalently <nl> - lexicographic order on the tuples ` indices [ i ] ` ) . This is not enforced when <nl> - ` SparseTensor ` objects are constructed , but most ops assume correct ordering . <nl> - If the ordering of sparse tensor ` st ` is wrong , a fixed version can be <nl> - obtained by calling ` tf . sparse_reorder ( st ) ` . <nl> - <nl> - Example : The sparse tensor <nl> - <nl> - ` ` ` python <nl> - SparseTensor ( indices = [ [ 0 , 0 ] , [ 1 , 2 ] ] , values = [ 1 , 2 ] , shape = [ 3 , 4 ] ) <nl> - ` ` ` <nl> - <nl> - represents the dense tensor <nl> - <nl> - ` ` ` python <nl> - [ [ 1 , 0 , 0 , 0 ] <nl> - [ 0 , 0 , 2 , 0 ] <nl> - [ 0 , 0 , 0 , 0 ] ] <nl> - ` ` ` <nl> - <nl> - @ @ __init__ <nl> - @ @ indices <nl> - @ @ values <nl> - @ @ shape <nl> - @ @ dtype <nl> - @ @ op <nl> - @ @ graph <nl> - " " " <nl> - <nl> - @ classmethod <nl> - def from_value ( cls , sparse_tensor_value ) : <nl> - return SparseTensor ( <nl> - indices = sparse_tensor_value . indices , <nl> - values = sparse_tensor_value . values , <nl> - shape = sparse_tensor_value . shape ) <nl> - <nl> - def __init__ ( self , indices , values , shape ) : <nl> - " " " Creates a ` SparseTensor ` . <nl> - <nl> - Args : <nl> - indices : A 2 - D int64 tensor of shape ` [ N , ndims ] ` . <nl> - values : A 1 - D tensor of any type and shape ` [ N ] ` . <nl> - shape : A 1 - D int64 tensor of shape ` [ ndims ] ` . <nl> - <nl> - Returns : <nl> - A ` SparseTensor ` <nl> - " " " <nl> - with name_scope ( None , " SparseTensor " , [ indices , values , shape ] ) : <nl> - indices = convert_to_tensor ( indices , name = " indices " , dtype = dtypes . int64 ) <nl> - # Always pass as_ref = True because we want to be able to update <nl> - # values later if it is a VariableOp . <nl> - # TODO ( touts ) : Consider adding mutable_values ( ) when ' values ' <nl> - # is a VariableOp and updating users of SparseTensor . <nl> - values = convert_to_tensor ( values , name = " values " , as_ref = True ) <nl> - shape = convert_to_tensor ( shape , name = " shape " , dtype = dtypes . int64 ) <nl> - self . _indices = indices <nl> - self . _values = values <nl> - self . _shape = shape <nl> - <nl> - indices_shape = indices . get_shape ( ) . with_rank ( 2 ) <nl> - values_shape = values . get_shape ( ) . with_rank ( 1 ) <nl> - shape_shape = shape . get_shape ( ) . with_rank ( 1 ) <nl> - <nl> - # Assert number of rows in indices match the number of elements in values . <nl> - indices_shape [ 0 ] . merge_with ( values_shape [ 0 ] ) <nl> - # Assert number of columns in indices matches the number of elements in <nl> - # shape . <nl> - indices_shape [ 1 ] . merge_with ( shape_shape [ 0 ] ) <nl> - <nl> - @ property <nl> - def indices ( self ) : <nl> - " " " The indices of non - zero values in the represented dense tensor . <nl> - <nl> - Returns : <nl> - A 2 - D Tensor of int64 with shape ` [ N , ndims ] ` , where ` N ` is the <nl> - number of non - zero values in the tensor , and ` ndims ` is the rank . <nl> - " " " <nl> - return self . _indices <nl> - <nl> - @ property <nl> - def values ( self ) : <nl> - " " " The non - zero values in the represented dense tensor . <nl> - <nl> - Returns : <nl> - A 1 - D Tensor of any data type . <nl> - " " " <nl> - return self . _values <nl> - <nl> - @ property <nl> - def op ( self ) : <nl> - " " " The ` Operation ` that produces ` values ` as an output . " " " <nl> - return self . values . op <nl> - <nl> - @ property <nl> - def dtype ( self ) : <nl> - " " " The ` DType ` of elements in this tensor . " " " <nl> - return self . _values . dtype <nl> - <nl> - @ property <nl> - def shape ( self ) : <nl> - " " " A 1 - D Tensor of int64 representing the shape of the dense tensor . " " " <nl> - return self . _shape <nl> - <nl> - @ property <nl> - def graph ( self ) : <nl> - " " " The ` Graph ` that contains the index , value , and shape tensors . " " " <nl> - return self . _indices . graph <nl> - <nl> - def __str__ ( self ) : <nl> - return " SparseTensor ( indices = % s , values = % s , shape = % s ) " % ( <nl> - self . _indices , self . _values , self . _shape ) <nl> - <nl> - def eval ( self , feed_dict = None , session = None ) : <nl> - " " " Evaluates this sparse tensor in a ` Session ` . <nl> - <nl> - Calling this method will execute all preceding operations that <nl> - produce the inputs needed for the operation that produces this <nl> - tensor . <nl> - <nl> - * N . B . * Before invoking ` SparseTensor . eval ( ) ` , its graph must have been <nl> - launched in a session , and either a default session must be <nl> - available , or ` session ` must be specified explicitly . <nl> - <nl> - Args : <nl> - feed_dict : A dictionary that maps ` Tensor ` objects to feed values . <nl> - See [ ` Session . run ( ) ` ] ( . . / . . / api_docs / python / client . md # Session . run ) for a <nl> - description of the valid feed values . <nl> - session : ( Optional . ) The ` Session ` to be used to evaluate this sparse <nl> - tensor . If none , the default session will be used . <nl> - <nl> - Returns : <nl> - A ` SparseTensorValue ` object . <nl> - " " " <nl> - indices , values , shape = _eval_using_default_session ( <nl> - [ self . indices , self . values , self . shape ] , feed_dict , self . graph , session ) <nl> - return SparseTensorValue ( indices , values , shape ) <nl> - <nl> - @ staticmethod <nl> - def _override_operator ( operator , func ) : <nl> - _override_helper ( SparseTensor , operator , func ) <nl> - <nl> - <nl> - SparseTensorValue = collections . namedtuple ( " SparseTensorValue " , <nl> - [ " indices " , " values " , " shape " ] ) <nl> - <nl> - <nl> def _device_string ( dev_spec ) : <nl> if isinstance ( dev_spec , pydev . DeviceSpec ) : <nl> return dev_spec . to_string ( ) <nl> class RegisterStatistics ( object ) : <nl> <nl> Well - known types of statistics include these so far : <nl> <nl> - - weight_parameters : For operations like MatMul , Conv , and BiasAdd that take <nl> - learned weights as inputs , this statistic captures how many numerical values <nl> - are used . This is good to know because the weights take up most of the size <nl> - of a typical serialized graph on disk . <nl> - <nl> - flops : When running a graph , the bulk of the computation happens doing <nl> numerical calculations like matrix multiplications . This type allows a node <nl> to return how many floating - point operations it takes to complete . The <nl> total number of FLOPs for a graph is a good guide to its expected latency . <nl> <nl> You can add your own statistics just by picking a new type string , registering <nl> - functions for the ops you care about , and then calling something like <nl> - python / tools / graph_metrics . py with the new type as an argument . <nl> + functions for the ops you care about , and then calling get_stats_for_node_def . <nl> <nl> If a statistic for an op is registered multiple times , a KeyError will be <nl> raised . <nl> <nl> + Since the statistics is counted on a per - op basis . It is not suitable for <nl> + model parameters ( capacity ) , which is expected to be counted only once , even <nl> + if it is shared by multiple ops . ( e . g . RNN ) <nl> + <nl> For example , you can define a new metric called doohickey for a Foo operation <nl> by placing this in your code : <nl> <nl> def _get_graph_from_inputs ( op_input_list , graph = None ) : <nl> for op_input in op_input_list : <nl> # Determine if this is a valid graph_element . <nl> graph_element = None <nl> - if isinstance ( op_input , ( Operation , Tensor , SparseTensor , IndexedSlices ) ) : <nl> + if isinstance ( op_input , ( Operation , _TensorLike ) ) : <nl> graph_element = op_input <nl> else : <nl> graph_element = _as_graph_element ( op_input ) <nl> mmm a / tensorflow / python / framework / ops_test . py <nl> ppp b / tensorflow / python / framework / ops_test . py <nl> <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import errors <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_shape <nl> from tensorflow . python . framework import test_ops <nl> from tensorflow . python . framework import test_util <nl> def testIterable ( self ) : <nl> pass <nl> <nl> <nl> - class SparseTensorTest ( test_util . TensorFlowTestCase ) : <nl> - <nl> - def testPythonConstruction ( self ) : <nl> - indices = [ [ 1 , 2 ] , [ 2 , 0 ] , [ 3 , 4 ] ] <nl> - values = [ b " a " , b " b " , b " c " ] <nl> - shape = [ 4 , 5 ] <nl> - sp_value = ops . SparseTensorValue ( indices , values , shape ) <nl> - for sp in [ <nl> - ops . SparseTensor ( indices , values , shape ) , <nl> - ops . SparseTensor . from_value ( sp_value ) , <nl> - ops . SparseTensor . from_value ( ops . SparseTensor ( indices , values , shape ) ) ] : <nl> - self . assertEqual ( sp . indices . dtype , dtypes . int64 ) <nl> - self . assertEqual ( sp . values . dtype , dtypes . string ) <nl> - self . assertEqual ( sp . shape . dtype , dtypes . int64 ) <nl> - <nl> - with self . test_session ( ) as sess : <nl> - value = sp . eval ( ) <nl> - self . assertAllEqual ( indices , value . indices ) <nl> - self . assertAllEqual ( values , value . values ) <nl> - self . assertAllEqual ( shape , value . shape ) <nl> - sess_run_value = sess . run ( sp ) <nl> - self . assertAllEqual ( sess_run_value . indices , value . indices ) <nl> - self . assertAllEqual ( sess_run_value . values , value . values ) <nl> - self . assertAllEqual ( sess_run_value . shape , value . shape ) <nl> - <nl> - <nl> class IndexedSlicesTest ( test_util . TensorFlowTestCase ) : <nl> <nl> def testToTensor ( self ) : <nl> def testSparseTensor ( self ) : <nl> g0 = ops . Graph ( ) <nl> a = g0 . create_op ( " a " , [ ] , [ dtypes . float32 ] ) <nl> b = g0 . create_op ( " b " , [ ] , [ dtypes . float32 ] ) <nl> - sparse = ops . SparseTensor ( <nl> + sparse = sparse_tensor . SparseTensor ( <nl> _apply_op ( g0 , " const " , [ ] , [ dtypes . int64 ] ) , <nl> _apply_op ( g0 , " const " , [ ] , [ dtypes . float32 ] ) , <nl> _apply_op ( g0 , " const " , [ ] , [ dtypes . int64 ] ) ) <nl> def testAddShapes ( self ) : <nl> " " " , gd ) <nl> <nl> <nl> - # NOTE ( petewarden ) : Dummy stats registrations for ops used in the tests . <nl> - @ ops . RegisterStatistics ( " a " , " weight_parameters " ) <nl> - def _calc_a_weight_params ( unused_graph , unused_node ) : <nl> - return ops . OpStats ( " weight_parameters " , 10 ) <nl> - <nl> - <nl> @ ops . RegisterStatistics ( " a " , " flops " ) <nl> def _calc_a_forward_flops ( unused_graph , unused_node ) : <nl> return ops . OpStats ( " flops " , 20 ) <nl> class StatisticsTest ( test_util . TensorFlowTestCase ) : <nl> def testRegisteredNode ( self ) : <nl> graph = ops . Graph ( ) <nl> node = ops . _NodeDef ( " a " , " an_a " ) <nl> - weight_params = ops . get_stats_for_node_def ( graph , node , " weight_parameters " ) <nl> - self . assertEqual ( 10 , weight_params . value ) <nl> flops = ops . get_stats_for_node_def ( graph , node , " flops " ) <nl> self . assertEqual ( 20 , flops . value ) <nl> missing_stat = ops . get_stats_for_node_def ( graph , node , " missing_stat " ) <nl> def testUnregisteredNode ( self ) : <nl> self . assertEqual ( None , weight_params . value ) <nl> <nl> def testAccumulateStatistics ( self ) : <nl> - weight_params_total = ops . OpStats ( " weight_parameters " ) <nl> - self . assertEqual ( None , weight_params_total . value ) <nl> flops_total = ops . OpStats ( " flops " ) <nl> self . assertEqual ( None , flops_total . value ) <nl> - first_weight_params = ops . OpStats ( " weight_parameters " , 100 ) <nl> - weight_params_total + = first_weight_params <nl> - self . assertEqual ( 100 , weight_params_total . value ) <nl> second_flops = ops . OpStats ( " flops " , 3 ) <nl> flops_total + = second_flops <nl> self . assertEqual ( 3 , flops_total . value ) <nl> - second_weight_params = ops . OpStats ( " weight_parameters " , 200 ) <nl> - weight_params_total + = second_weight_params <nl> - self . assertEqual ( 300 , weight_params_total . value ) <nl> <nl> <nl> class ColocationGroupTest ( test_util . TensorFlowTestCase ) : <nl> new file mode 100644 <nl> index 0000000000000 . . 4ce92c4225a10 <nl> mmm / dev / null <nl> ppp b / tensorflow / python / framework / sparse_tensor . py <nl> <nl> + # Copyright 2015 The TensorFlow Authors . All Rights Reserved . <nl> + # <nl> + # Licensed under the Apache License , Version 2 . 0 ( the " License " ) ; <nl> + # you may not use this file except in compliance with the License . <nl> + # You may obtain a copy of the License at <nl> + # <nl> + # http : / / www . apache . org / licenses / LICENSE - 2 . 0 <nl> + # <nl> + # Unless required by applicable law or agreed to in writing , software <nl> + # distributed under the License is distributed on an " AS IS " BASIS , <nl> + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either express or implied . <nl> + # See the License for the specific language governing permissions and <nl> + # limitations under the License . <nl> + # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> + <nl> + " " " Classes and functions used to construct graphs . " " " <nl> + # pylint : disable = g - bad - name <nl> + from __future__ import absolute_import <nl> + from __future__ import division <nl> + from __future__ import print_function <nl> + <nl> + import collections <nl> + <nl> + from tensorflow . python . framework import dtypes <nl> + from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import tensor_util <nl> + <nl> + <nl> + # pylint : disable = protected - access <nl> + _TensorLike = ops . _TensorLike <nl> + _eval_using_default_session = ops . _eval_using_default_session <nl> + _override_helper = ops . _override_helper <nl> + # pylint : enable = protected - access <nl> + <nl> + <nl> + class SparseTensor ( _TensorLike ) : <nl> + " " " Represents a sparse tensor . <nl> + <nl> + TensorFlow represents a sparse tensor as three separate dense tensors : <nl> + ` indices ` , ` values ` , and ` shape ` . In Python , the three tensors are <nl> + collected into a ` SparseTensor ` class for ease of use . If you have separate <nl> + ` indices ` , ` values ` , and ` shape ` tensors , wrap them in a ` SparseTensor ` <nl> + object before passing to the ops below . <nl> + <nl> + Concretely , the sparse tensor ` SparseTensor ( indices , values , shape ) ` <nl> + comprises the following components , where ` N ` and ` ndims ` are the number <nl> + of values and number of dimensions in the ` SparseTensor ` , respectively : <nl> + <nl> + * ` indices ` : A 2 - D int64 tensor of shape ` [ N , ndims ] ` , which specifies <nl> + the indices of the elements in the sparse tensor that contain nonzero <nl> + values ( elements are zero - indexed ) . For example , ` indices = [ [ 1 , 3 ] , [ 2 , 4 ] ] ` <nl> + specifies that the elements with indexes of [ 1 , 3 ] and [ 2 , 4 ] have <nl> + nonzero values . <nl> + <nl> + * ` values ` : A 1 - D tensor of any type and shape ` [ N ] ` , which supplies the <nl> + values for each element in ` indices ` . For example , given <nl> + ` indices = [ [ 1 , 3 ] , [ 2 , 4 ] ] ` , the parameter ` values = [ 18 , 3 . 6 ] ` specifies <nl> + that element [ 1 , 3 ] of the sparse tensor has a value of 18 , and element <nl> + [ 2 , 4 ] of the tensor has a value of 3 . 6 . <nl> + <nl> + * ` shape ` : A 1 - D int64 tensor of shape ` [ ndims ] ` , which specifies the shape <nl> + of the sparse tensor . Takes a list indicating the number of elements in <nl> + each dimension . For example , ` shape = [ 3 , 6 ] ` specifies a two - dimensional 3x6 <nl> + tensor , ` shape = [ 2 , 3 , 4 ] ` specifies a three - dimensional 2x3x4 tensor , and <nl> + ` shape = [ 9 ] ` specifies a one - dimensional tensor with 9 elements . <nl> + <nl> + The corresponding dense tensor satisfies : <nl> + <nl> + ` ` ` python <nl> + dense . shape = shape <nl> + dense [ tuple ( indices [ i ] ) ] = values [ i ] <nl> + ` ` ` <nl> + <nl> + By convention , ` indices ` should be sorted in row - major order ( or equivalently <nl> + lexicographic order on the tuples ` indices [ i ] ` ) . This is not enforced when <nl> + ` SparseTensor ` objects are constructed , but most ops assume correct ordering . <nl> + If the ordering of sparse tensor ` st ` is wrong , a fixed version can be <nl> + obtained by calling ` tf . sparse_reorder ( st ) ` . <nl> + <nl> + Example : The sparse tensor <nl> + <nl> + ` ` ` python <nl> + SparseTensor ( indices = [ [ 0 , 0 ] , [ 1 , 2 ] ] , values = [ 1 , 2 ] , shape = [ 3 , 4 ] ) <nl> + ` ` ` <nl> + <nl> + represents the dense tensor <nl> + <nl> + ` ` ` python <nl> + [ [ 1 , 0 , 0 , 0 ] <nl> + [ 0 , 0 , 2 , 0 ] <nl> + [ 0 , 0 , 0 , 0 ] ] <nl> + ` ` ` <nl> + <nl> + @ @ __init__ <nl> + @ @ get_shape <nl> + @ @ indices <nl> + @ @ values <nl> + @ @ shape <nl> + @ @ dtype <nl> + @ @ op <nl> + @ @ graph <nl> + " " " <nl> + <nl> + @ classmethod <nl> + def from_value ( cls , sparse_tensor_value ) : <nl> + if not ( isinstance ( sparse_tensor_value , SparseTensor ) or <nl> + isinstance ( sparse_tensor_value , SparseTensorValue ) ) : <nl> + raise TypeError ( <nl> + " Neither a SparseTensor nor SparseTensorValue : % s . " <nl> + % sparse_tensor_value ) <nl> + return SparseTensor ( <nl> + indices = sparse_tensor_value . indices , <nl> + values = sparse_tensor_value . values , <nl> + shape = sparse_tensor_value . shape ) <nl> + <nl> + def __init__ ( self , indices , values , shape ) : <nl> + " " " Creates a ` SparseTensor ` . <nl> + <nl> + Args : <nl> + indices : A 2 - D int64 tensor of shape ` [ N , ndims ] ` . <nl> + values : A 1 - D tensor of any type and shape ` [ N ] ` . <nl> + shape : A 1 - D int64 tensor of shape ` [ ndims ] ` . <nl> + <nl> + Returns : <nl> + A ` SparseTensor ` <nl> + " " " <nl> + with ops . name_scope ( None , " SparseTensor " , [ indices , values , shape ] ) : <nl> + indices = ops . convert_to_tensor ( <nl> + indices , name = " indices " , dtype = dtypes . int64 ) <nl> + # Always pass as_ref = True because we want to be able to update <nl> + # values later if it is a VariableOp . <nl> + # TODO ( touts ) : Consider adding mutable_values ( ) when ' values ' <nl> + # is a VariableOp and updating users of SparseTensor . <nl> + values = ops . convert_to_tensor ( values , name = " values " , as_ref = True ) <nl> + shape = ops . convert_to_tensor ( shape , name = " shape " , dtype = dtypes . int64 ) <nl> + self . _indices = indices <nl> + self . _values = values <nl> + self . _shape = shape <nl> + <nl> + indices_shape = indices . get_shape ( ) . with_rank ( 2 ) <nl> + values_shape = values . get_shape ( ) . with_rank ( 1 ) <nl> + shape_shape = shape . get_shape ( ) . with_rank ( 1 ) <nl> + <nl> + # Assert number of rows in indices match the number of elements in values . <nl> + indices_shape [ 0 ] . merge_with ( values_shape [ 0 ] ) <nl> + # Assert number of columns in indices matches the number of elements in <nl> + # shape . <nl> + indices_shape [ 1 ] . merge_with ( shape_shape [ 0 ] ) <nl> + <nl> + def get_shape ( self ) : <nl> + " " " Get the ` TensorShape ` that represents the shape of the dense tensor . <nl> + <nl> + Returns : <nl> + A ` TensorShape ` object . <nl> + " " " <nl> + return tensor_util . constant_value_as_shape ( self . _shape ) <nl> + <nl> + @ property <nl> + def indices ( self ) : <nl> + " " " The indices of non - zero values in the represented dense tensor . <nl> + <nl> + Returns : <nl> + A 2 - D Tensor of int64 with shape ` [ N , ndims ] ` , where ` N ` is the <nl> + number of non - zero values in the tensor , and ` ndims ` is the rank . <nl> + " " " <nl> + return self . _indices <nl> + <nl> + @ property <nl> + def values ( self ) : <nl> + " " " The non - zero values in the represented dense tensor . <nl> + <nl> + Returns : <nl> + A 1 - D Tensor of any data type . <nl> + " " " <nl> + return self . _values <nl> + <nl> + @ property <nl> + def op ( self ) : <nl> + " " " The ` Operation ` that produces ` values ` as an output . " " " <nl> + return self . values . op <nl> + <nl> + @ property <nl> + def dtype ( self ) : <nl> + " " " The ` DType ` of elements in this tensor . " " " <nl> + return self . _values . dtype <nl> + <nl> + @ property <nl> + def shape ( self ) : <nl> + " " " A 1 - D Tensor of int64 representing the shape of the dense tensor . " " " <nl> + return self . _shape <nl> + <nl> + @ property <nl> + def graph ( self ) : <nl> + " " " The ` Graph ` that contains the index , value , and shape tensors . " " " <nl> + return self . _indices . graph <nl> + <nl> + def __str__ ( self ) : <nl> + return " SparseTensor ( indices = % s , values = % s , shape = % s ) " % ( <nl> + self . _indices , self . _values , self . _shape ) <nl> + <nl> + def eval ( self , feed_dict = None , session = None ) : <nl> + " " " Evaluates this sparse tensor in a ` Session ` . <nl> + <nl> + Calling this method will execute all preceding operations that <nl> + produce the inputs needed for the operation that produces this <nl> + tensor . <nl> + <nl> + * N . B . * Before invoking ` SparseTensor . eval ( ) ` , its graph must have been <nl> + launched in a session , and either a default session must be <nl> + available , or ` session ` must be specified explicitly . <nl> + <nl> + Args : <nl> + feed_dict : A dictionary that maps ` Tensor ` objects to feed values . <nl> + See [ ` Session . run ( ) ` ] ( . . / . . / api_docs / python / client . md # Session . run ) for a <nl> + description of the valid feed values . <nl> + session : ( Optional . ) The ` Session ` to be used to evaluate this sparse <nl> + tensor . If none , the default session will be used . <nl> + <nl> + Returns : <nl> + A ` SparseTensorValue ` object . <nl> + " " " <nl> + indices , values , shape = _eval_using_default_session ( <nl> + [ self . indices , self . values , self . shape ] , feed_dict , self . graph , session ) <nl> + return SparseTensorValue ( indices , values , shape ) <nl> + <nl> + @ staticmethod <nl> + def _override_operator ( operator , func ) : <nl> + _override_helper ( SparseTensor , operator , func ) <nl> + <nl> + <nl> + SparseTensorValue = collections . namedtuple ( " SparseTensorValue " , <nl> + [ " indices " , " values " , " shape " ] ) <nl> new file mode 100644 <nl> index 0000000000000 . . b5f8142afc6c5 <nl> mmm / dev / null <nl> ppp b / tensorflow / python / framework / sparse_tensor_test . py <nl> <nl> + # Copyright 2015 The TensorFlow Authors . All Rights Reserved . <nl> + # <nl> + # Licensed under the Apache License , Version 2 . 0 ( the " License " ) ; <nl> + # you may not use this file except in compliance with the License . <nl> + # You may obtain a copy of the License at <nl> + # <nl> + # http : / / www . apache . org / licenses / LICENSE - 2 . 0 <nl> + # <nl> + # Unless required by applicable law or agreed to in writing , software <nl> + # distributed under the License is distributed on an " AS IS " BASIS , <nl> + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either express or implied . <nl> + # See the License for the specific language governing permissions and <nl> + # limitations under the License . <nl> + # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> + <nl> + " " " Tests for tensorflow . python . framework . ops . " " " <nl> + from __future__ import absolute_import <nl> + from __future__ import division <nl> + from __future__ import print_function <nl> + <nl> + from tensorflow . python . framework import dtypes <nl> + from tensorflow . python . framework import sparse_tensor <nl> + from tensorflow . python . framework import test_util <nl> + from tensorflow . python . platform import googletest <nl> + <nl> + <nl> + class SparseTensorTest ( test_util . TensorFlowTestCase ) : <nl> + <nl> + def testPythonConstruction ( self ) : <nl> + indices = [ [ 1 , 2 ] , [ 2 , 0 ] , [ 3 , 4 ] ] <nl> + values = [ b " a " , b " b " , b " c " ] <nl> + shape = [ 4 , 5 ] <nl> + sp_value = sparse_tensor . SparseTensorValue ( indices , values , shape ) <nl> + for sp in [ <nl> + sparse_tensor . SparseTensor ( indices , values , shape ) , <nl> + sparse_tensor . SparseTensor . from_value ( sp_value ) , <nl> + sparse_tensor . SparseTensor . from_value ( <nl> + sparse_tensor . SparseTensor ( indices , values , shape ) ) ] : <nl> + self . assertEqual ( sp . indices . dtype , dtypes . int64 ) <nl> + self . assertEqual ( sp . values . dtype , dtypes . string ) <nl> + self . assertEqual ( sp . shape . dtype , dtypes . int64 ) <nl> + self . assertEqual ( sp . get_shape ( ) , ( 4 , 5 ) ) <nl> + <nl> + with self . test_session ( ) as sess : <nl> + value = sp . eval ( ) <nl> + self . assertAllEqual ( indices , value . indices ) <nl> + self . assertAllEqual ( values , value . values ) <nl> + self . assertAllEqual ( shape , value . shape ) <nl> + sess_run_value = sess . run ( sp ) <nl> + self . assertAllEqual ( sess_run_value . indices , value . indices ) <nl> + self . assertAllEqual ( sess_run_value . values , value . values ) <nl> + self . assertAllEqual ( sess_run_value . shape , value . shape ) <nl> + <nl> + <nl> + if __name__ = = " __main__ " : <nl> + googletest . main ( ) <nl> mmm a / tensorflow / python / kernel_tests / reshape_op_test . py <nl> ppp b / tensorflow / python / kernel_tests / reshape_op_test . py <nl> def testFloatEmpty ( self ) : <nl> <nl> def testErrors ( self ) : <nl> y = tf . constant ( 0 . 0 , shape = [ 23 , 29 , 31 ] ) <nl> - with self . assertRaisesRegexp ( ValueError , " isn ' t divisible by 17 " ) : <nl> + with self . assertRaisesRegexp ( ValueError , " must be evenly divisible by 17 " ) : <nl> tf . reshape ( y , [ 17 , - 1 ] ) <nl> <nl> z = tf . constant ( 0 . 0 , shape = [ 32 , 128 ] ) <nl> mmm a / tensorflow / python / kernel_tests / resource_variable_ops_test . py <nl> ppp b / tensorflow / python / kernel_tests / resource_variable_ops_test . py <nl> <nl> <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import dtypes <nl> + from tensorflow . python . framework import ops <nl> from tensorflow . python . framework import test_util <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import resource_variable_ops <nl> def testDtypeSurvivesIdentity ( self ) : <nl> resource_variable_ops . create_variable_op ( <nl> id_handle , constant_op . constant ( 0 , dtype = dtypes . int32 ) ) . run ( ) <nl> <nl> + def testCreateRead ( self ) : <nl> + with self . test_session ( ) : <nl> + handle = resource_variable_ops . var_handle_op ( dtype = dtypes . int32 , shape = [ ] ) <nl> + resource_variable_ops . create_variable_op ( <nl> + handle , constant_op . constant ( 1 , dtype = dtypes . int32 ) ) . run ( ) <nl> + value = resource_variable_ops . read_variable_op ( <nl> + handle , dtype = dtypes . int32 ) . eval ( ) <nl> + self . assertAllEqual ( 1 , value ) <nl> + <nl> + def testManyAssigns ( self ) : <nl> + with self . test_session ( ) as session : <nl> + handle = resource_variable_ops . var_handle_op ( dtype = dtypes . int32 , shape = [ ] ) <nl> + create = resource_variable_ops . create_variable_op ( <nl> + handle , constant_op . constant ( 1 , dtype = dtypes . int32 ) ) <nl> + with ops . control_dependencies ( [ create ] ) : <nl> + first_read = resource_variable_ops . read_variable_op ( <nl> + handle , dtype = dtypes . int32 ) <nl> + with ops . control_dependencies ( [ first_read ] ) : <nl> + write = resource_variable_ops . assign_variable_op ( <nl> + handle , constant_op . constant ( 2 , dtype = dtypes . int32 ) ) <nl> + with ops . control_dependencies ( [ write ] ) : <nl> + second_read = resource_variable_ops . read_variable_op ( <nl> + handle , dtype = dtypes . int32 ) <nl> + f , s = session . run ( [ first_read , second_read ] ) <nl> + self . assertEqual ( f , 1 ) <nl> + self . assertEqual ( s , 2 ) <nl> + <nl> + def testAssignAdd ( self ) : <nl> + with self . test_session ( ) : <nl> + handle = resource_variable_ops . var_handle_op ( dtype = dtypes . int32 , shape = [ ] ) <nl> + resource_variable_ops . create_variable_op ( <nl> + handle , constant_op . constant ( 1 , dtype = dtypes . int32 ) ) . run ( ) <nl> + assign_add = resource_variable_ops . assign_add_variable_op ( <nl> + handle , constant_op . constant ( 1 , dtype = dtypes . int32 ) ) <nl> + self . assertEqual ( assign_add . eval ( ) , 2 ) <nl> + <nl> <nl> if __name__ = = " __main__ " : <nl> test . main ( ) <nl> mmm a / tensorflow / python / kernel_tests / shape_ops_test . py <nl> ppp b / tensorflow / python / kernel_tests / shape_ops_test . py <nl> <nl> <nl> import tensorflow as tf <nl> <nl> - from tensorflow . python . framework import ops <nl> from tensorflow . python . ops import array_ops <nl> <nl> <nl> def _sparsify ( x , thresh = 0 . 5 , index_dtype = np . int64 ) : <nl> x_values = x [ non_zero ] <nl> x_shape = x . shape <nl> <nl> - return ops . SparseTensor ( <nl> + return tf . SparseTensor ( <nl> indices = x_indices , values = x_values , shape = x_shape ) , len ( x_values ) <nl> <nl> class ShapeOpsTest ( tf . test . TestCase ) : <nl> mmm a / tensorflow / python / kernel_tests / sparse_ops_test . py <nl> ppp b / tensorflow / python / kernel_tests / sparse_ops_test . py <nl> <nl> <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import dtypes <nl> - from tensorflow . python . framework import ops <nl> from tensorflow . python . framework import test_util <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import sparse_ops <nl> def _sparsify ( x , thresh = 0 . 5 , index_dtype = np . int64 ) : <nl> x_values = x [ non_zero ] <nl> x_shape = x . shape <nl> <nl> - return ops . SparseTensor ( <nl> + return tf . SparseTensor ( <nl> indices = x_indices , values = x_values , shape = x_shape ) , len ( x_values ) <nl> <nl> <nl> def _SparseTensor_5x6 ( self , dtype ) : <nl> [ 3 , 2 ] , [ 3 , 3 ] ] ) <nl> val = np . array ( [ 0 , 10 , 13 , 14 , 32 , 33 ] ) <nl> shape = np . array ( [ 5 , 6 ] ) <nl> - return ops . SparseTensor ( <nl> + return tf . SparseTensor ( <nl> constant_op . constant ( ind , dtypes . int64 ) , <nl> constant_op . constant ( val , dtype ) , <nl> constant_op . constant ( shape , dtypes . int64 ) ) <nl> def _SparseTensor_2x3x4 ( self , dtype ) : <nl> [ 1 , 2 , 2 ] ] ) <nl> val = np . array ( [ 1 , 10 , 12 , 103 , 150 , 149 , 150 , 122 ] ) <nl> shape = np . array ( [ 2 , 3 , 4 ] ) <nl> - return ops . SparseTensor ( <nl> + return tf . SparseTensor ( <nl> constant_op . constant ( ind , dtypes . int64 ) , <nl> constant_op . constant ( val , dtype ) , <nl> constant_op . constant ( shape , dtypes . int64 ) ) <nl> def _SparseTensorValue_3x50 ( self , indices_dtype , values_dtype ) : <nl> indices = np . array ( [ 0 , 13 , 10 , 33 , 32 , 14 ] ) <nl> values = np . array ( [ - 3 , 4 , 1 , 9 , 5 , 1 ] ) <nl> shape = np . array ( [ 3 , 3 ] ) <nl> - indices = ops . SparseTensorValue ( <nl> + indices = tf . SparseTensorValue ( <nl> np . array ( ind , np . int64 ) , <nl> np . array ( indices , indices_dtype ) , <nl> np . array ( shape , np . int64 ) ) <nl> - values = ops . SparseTensorValue ( <nl> + values = tf . SparseTensorValue ( <nl> np . array ( ind , np . int64 ) , <nl> np . array ( values , values_dtype ) , <nl> np . array ( shape , np . int64 ) ) <nl> def _SparseTensorValue_3x50 ( self , indices_dtype , values_dtype ) : <nl> def _SparseTensor_3x50 ( self , indices_dtype , values_dtype ) : <nl> indices , values = self . _SparseTensorValue_3x50 ( indices_dtype , values_dtype ) <nl> return ( <nl> - ops . SparseTensor . from_value ( indices ) , <nl> - ops . SparseTensor . from_value ( values ) ) <nl> + tf . SparseTensor . from_value ( indices ) , <nl> + tf . SparseTensor . from_value ( values ) ) <nl> <nl> def _AssertResultsSorted ( self , output , vocab_size ) : <nl> self . assertAllEqual ( <nl> def testInt32AndFloat32 ( self ) : <nl> vocab_size = 50 <nl> indices_v , values_v = self . _SparseTensorValue_3x50 ( np . int32 , np . float32 ) <nl> with self . test_session ( use_gpu = False ) as sess : <nl> - for indices in ( indices_v , ops . SparseTensor . from_value ( indices_v ) ) : <nl> - for values in ( values_v , ops . SparseTensor . from_value ( values_v ) ) : <nl> + for indices in ( indices_v , tf . SparseTensor . from_value ( indices_v ) ) : <nl> + for values in ( values_v , tf . SparseTensor . from_value ( values_v ) ) : <nl> sp_output = sparse_ops . sparse_merge ( indices , values , vocab_size ) <nl> <nl> output = sess . run ( sp_output ) <nl> def _SparseTensorValue_5x6 ( self ) : <nl> [ 3 , 2 ] , [ 3 , 3 ] ] ) <nl> val = np . array ( [ 0 , 10 , 13 , 14 , 32 , 33 ] ) <nl> shape = np . array ( [ 5 , 6 ] ) <nl> - return ops . SparseTensorValue ( <nl> + return tf . SparseTensorValue ( <nl> np . array ( ind , np . int64 ) , <nl> np . array ( val , np . int32 ) , <nl> np . array ( shape , np . int64 ) ) <nl> <nl> def _SparseTensor_5x6 ( self ) : <nl> - return ops . SparseTensor . from_value ( self . _SparseTensorValue_5x6 ( ) ) <nl> + return tf . SparseTensor . from_value ( self . _SparseTensorValue_5x6 ( ) ) <nl> <nl> def testBasic ( self ) : <nl> with self . test_session ( use_gpu = False ) as sess : <nl> class SparseResetShapeTest ( test_util . TensorFlowTestCase ) : <nl> _SHP_2_5_6 = np . array ( [ 2 , 5 , 6 ] , dtype = np . int64 ) <nl> <nl> def _SparseTensor_2x5x6 ( self ) : <nl> - return ops . SparseTensor ( <nl> + return tf . SparseTensor ( <nl> constant_op . constant ( self . _IND_2_5_6 , dtypes . int64 ) , <nl> constant_op . constant ( self . _VAL_2_5_6 , dtypes . int32 ) , <nl> constant_op . constant ( self . _SHP_2_5_6 , dtypes . int64 ) ) <nl> <nl> def _SparseTensorValue_2x5x6 ( self ) : <nl> - return ops . SparseTensorValue ( self . _IND_2_5_6 , self . _VAL_2_5_6 , <nl> - self . _SHP_2_5_6 ) <nl> + return tf . SparseTensorValue ( self . _IND_2_5_6 , self . _VAL_2_5_6 , <nl> + self . _SHP_2_5_6 ) <nl> <nl> def testBasic ( self ) : <nl> with self . test_session ( use_gpu = False ) as sess : <nl> def _SparseTensorValue_5x6 ( self ) : <nl> [ 3 , 2 ] , [ 3 , 3 ] ] ) <nl> val = np . array ( [ 0 , 10 , 13 , 14 , 32 , 33 ] ) <nl> shape = np . array ( [ 5 , 6 ] ) <nl> - return ops . SparseTensorValue ( <nl> + return tf . SparseTensorValue ( <nl> np . array ( ind , np . int64 ) , <nl> np . array ( val , np . int32 ) , <nl> np . array ( shape , np . int64 ) ) <nl> <nl> def _SparseTensor_5x6 ( self ) : <nl> - return ops . SparseTensor . from_value ( self . _SparseTensorValue_5x6 ( ) ) <nl> + return tf . SparseTensor . from_value ( self . _SparseTensorValue_5x6 ( ) ) <nl> <nl> def _SparseTensor_String5x6 ( self ) : <nl> ind = np . array ( [ <nl> def _SparseTensor_String5x6 ( self ) : <nl> [ 3 , 2 ] , [ 3 , 3 ] ] ) <nl> val = np . array ( [ " a " , " b " , " c " , " d " , " e " , " f " ] ) <nl> shape = np . array ( [ 5 , 6 ] ) <nl> - return ops . SparseTensor ( <nl> + return tf . SparseTensor ( <nl> constant_op . constant ( ind , dtypes . int64 ) , <nl> constant_op . constant ( val , dtypes . string ) , <nl> constant_op . constant ( shape , dtypes . int64 ) ) <nl> def _SparseTensor_2x6 ( self ) : <nl> ind = np . array ( [ [ 0 , 0 ] , [ 1 , 0 ] , [ 1 , 3 ] , [ 1 , 4 ] ] ) <nl> val = np . array ( [ 0 , 10 , 13 , 14 ] ) <nl> shape = np . array ( [ 2 , 6 ] ) <nl> - return ops . SparseTensor ( <nl> + return tf . SparseTensor ( <nl> constant_op . constant ( ind , dtypes . int64 ) , <nl> constant_op . constant ( val , dtypes . int32 ) , <nl> constant_op . constant ( shape , dtypes . int64 ) ) <nl> def _compare_all ( self , sp_t , reduction_axes , ndims ) : <nl> self . _compare ( sp_t , reduction_axes , ndims , True ) <nl> <nl> def testSimpleAndRandomInputs ( self ) : <nl> - sp_t = ops . SparseTensor ( self . ind , self . vals , self . shape ) <nl> + sp_t = tf . SparseTensor ( self . ind , self . vals , self . shape ) <nl> <nl> with self . test_session ( use_gpu = False ) : <nl> self . _compare_all ( sp_t , None , ndims = 2 ) <nl> def testSimpleAndRandomInputs ( self ) : <nl> self . _compare_all ( sp_t , axes , ndims = len ( dims ) ) <nl> <nl> def testInvalidAxes ( self ) : <nl> - sp_t = ops . SparseTensor ( self . ind , self . vals , self . shape ) <nl> + sp_t = tf . SparseTensor ( self . ind , self . vals , self . shape ) <nl> with self . test_session ( use_gpu = False ) : <nl> with self . assertRaisesOpError ( " Invalid reduction dimension - 3 " ) : <nl> sparse_ops . sparse_reduce_sum ( sp_t , - 3 ) . eval ( ) <nl> def testGradient ( self ) : <nl> class SparseMathOpsTest ( test_util . TensorFlowTestCase ) : <nl> <nl> def _check ( self , result_tensor , result_np , input_sp_t ) : <nl> - self . assertTrue ( isinstance ( result_tensor , ops . SparseTensor ) ) <nl> - self . assertTrue ( isinstance ( input_sp_t , ops . SparseTensor ) ) <nl> + self . assertTrue ( isinstance ( result_tensor , tf . SparseTensor ) ) <nl> + self . assertTrue ( isinstance ( input_sp_t , tf . SparseTensor ) ) <nl> self . assertAllEqual ( input_sp_t . indices . eval ( ) , result_tensor . indices . eval ( ) ) <nl> self . assertAllEqual ( input_sp_t . shape . eval ( ) , result_tensor . shape . eval ( ) ) <nl> <nl> def _assertSparseTensorValueEqual ( self , a , b ) : <nl> def testBasic ( self ) : <nl> with self . test_session ( use_gpu = False ) : <nl> # 1 - D , values at index 0 . <nl> - sp_zero = ops . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> - sp_one = ops . SparseTensor ( [ [ 0 ] ] , [ 1 ] , [ 7 ] ) <nl> + sp_zero = tf . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> + sp_one = tf . SparseTensor ( [ [ 0 ] ] , [ 1 ] , [ 7 ] ) <nl> max_tf = tf . sparse_maximum ( sp_zero , sp_one ) . eval ( ) <nl> min_tf = tf . sparse_minimum ( sp_zero , sp_one ) . eval ( ) <nl> self . _assertSparseTensorValueEqual ( sp_one . eval ( ) , max_tf ) <nl> self . _assertSparseTensorValueEqual ( sp_zero . eval ( ) , min_tf ) <nl> <nl> # Values at different indices . <nl> - sp_zero = ops . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> - sp_zero_2 = ops . SparseTensor ( [ [ 1 ] ] , [ 0 ] , [ 7 ] ) <nl> - expected = ops . SparseTensor ( [ [ 0 ] , [ 1 ] ] , [ 0 , 0 ] , [ 7 ] ) <nl> + sp_zero = tf . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> + sp_zero_2 = tf . SparseTensor ( [ [ 1 ] ] , [ 0 ] , [ 7 ] ) <nl> + expected = tf . SparseTensor ( [ [ 0 ] , [ 1 ] ] , [ 0 , 0 ] , [ 7 ] ) <nl> max_tf = tf . sparse_maximum ( sp_zero , sp_zero_2 ) . eval ( ) <nl> min_tf = tf . sparse_minimum ( sp_zero , sp_zero_2 ) . eval ( ) <nl> self . _assertSparseTensorValueEqual ( expected . eval ( ) , max_tf ) <nl> def testRandom ( self ) : <nl> <nl> def testMismatchedShapes ( self ) : <nl> with self . test_session ( use_gpu = False ) : <nl> - sp_zero = ops . SparseTensor ( [ [ 0 , 0 ] ] , [ 0 ] , [ 1 , 1 ] ) <nl> - sp_one = ops . SparseTensor ( [ [ 0 ] ] , [ 1 ] , [ 2 ] ) <nl> + sp_zero = tf . SparseTensor ( [ [ 0 , 0 ] ] , [ 0 ] , [ 1 , 1 ] ) <nl> + sp_one = tf . SparseTensor ( [ [ 0 ] ] , [ 1 ] , [ 2 ] ) <nl> with self . assertRaisesOpError ( " Operands do not have the same ranks " ) : <nl> tf . sparse_maximum ( sp_zero , sp_one ) . eval ( ) <nl> <nl> - sp_zero = ops . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 1 ] ) <nl> - sp_one = ops . SparseTensor ( [ [ 0 ] ] , [ 1 ] , [ 2 ] ) <nl> + sp_zero = tf . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 1 ] ) <nl> + sp_one = tf . SparseTensor ( [ [ 0 ] ] , [ 1 ] , [ 2 ] ) <nl> with self . assertRaisesOpError ( " Operands ' shapes do not match " ) : <nl> tf . sparse_maximum ( sp_zero , sp_one ) . eval ( ) <nl> <nl> mmm a / tensorflow / python / lib / io / file_io . i <nl> ppp b / tensorflow / python / lib / io / file_io . i <nl> void WriteStringToFile ( const string & filename , const string & file_content , <nl> } <nl> } <nl> <nl> + std : : vector < string > GetChildren ( const string & dir , TF_Status * out_status ) { <nl> + std : : vector < string > results ; <nl> + tensorflow : : Status status = tensorflow : : Env : : Default ( ) - > GetChildren ( <nl> + dir , & results ) ; <nl> + if ( ! status . ok ( ) ) { <nl> + Set_TF_Status_from_Status ( out_status , status ) ; <nl> + } <nl> + return results ; <nl> + } <nl> + <nl> std : : vector < string > GetMatchingFiles ( const string & filename , <nl> TF_Status * out_status ) { <nl> std : : vector < string > results ; <nl> inline void DeleteFile ( const string & filename , TF_Status * out_status ) ; <nl> string ReadFileToString ( const string & filename , TF_Status * out_status ) ; <nl> void WriteStringToFile ( const string & filename , const string & file_content , <nl> TF_Status * out_status ) ; <nl> + std : : vector < string > GetChildren ( const string & dir , TF_Status * out_status ) ; <nl> std : : vector < string > GetMatchingFiles ( const string & filename , <nl> TF_Status * out_status ) ; <nl> void CreateDir ( const string & dirname , TF_Status * out_status ) ; <nl> mmm a / tensorflow / python / lib / io / file_io . py <nl> ppp b / tensorflow / python / lib / io / file_io . py <nl> def list_directory ( dirname ) : <nl> " " " <nl> if not is_directory ( dirname ) : <nl> raise errors . NotFoundError ( None , None , " Could not find directory " ) <nl> - file_list = get_matching_files ( os . path . join ( compat . as_str_any ( dirname ) , " * " ) ) <nl> - return [ <nl> - compat . as_str_any ( pywrap_tensorflow . Basename ( compat . as_bytes ( filename ) ) ) <nl> - for filename in file_list <nl> - ] <nl> + with errors . raise_exception_on_not_ok_status ( ) as status : <nl> + # Convert each element to string , since the return values of the <nl> + # vector of string should be interpreted as strings , not bytes . <nl> + return [ <nl> + compat . as_str_any ( filename ) <nl> + for filename in pywrap_tensorflow . GetChildren ( <nl> + compat . as_bytes ( dirname ) , status ) <nl> + ] <nl> <nl> <nl> def walk ( top , in_order = True ) : <nl> mmm a / tensorflow / python / lib / io / python_io . py <nl> ppp b / tensorflow / python / lib / io / python_io . py <nl> <nl> <nl> @ @ TFRecordWriter <nl> @ @ tf_record_iterator <nl> + @ @ TFRecordCompressionType <nl> + @ @ TFRecordOptions <nl> <nl> - - - <nl> <nl> <nl> # pylint : disable = wildcard - import <nl> from tensorflow . python . lib . io . tf_record import * <nl> # pylint : enable = wildcard - import <nl> - from tensorflow . python . util . all_util import make_all <nl> + from tensorflow . python . util . all_util import remove_undocumented <nl> <nl> + _allowed_symbols = [ ] <nl> <nl> - __all__ = make_all ( __name__ ) <nl> + remove_undocumented ( __name__ , _allowed_symbols ) <nl> mmm a / tensorflow / python / lib / io / tf_record . py <nl> ppp b / tensorflow / python / lib / io / tf_record . py <nl> <nl> <nl> <nl> class TFRecordCompressionType ( object ) : <nl> + " " " The type of compression for the record . " " " <nl> NONE = 0 <nl> ZLIB = 1 <nl> GZIP = 2 <nl> mmm a / tensorflow / python / ops / array_grad . py <nl> ppp b / tensorflow / python / ops / array_grad . py <nl> <nl> <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_util <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import gen_array_ops <nl> def _ExtractImagePatchesGrad ( op , grad ) : <nl> sp_shape = ( rows_in * cols_in , <nl> rows_out * cols_out * ksize_r * ksize_c ) <nl> <nl> - sp_mat = ops . SparseTensor ( <nl> + sp_mat = sparse_tensor . SparseTensor ( <nl> array_ops . constant ( idx , dtype = ops . dtypes . int64 ) , <nl> array_ops . ones ( ( len ( idx ) , ) , dtype = ops . dtypes . float32 ) , <nl> sp_shape <nl> mmm a / tensorflow / python / ops / array_ops . py <nl> ppp b / tensorflow / python / ops / array_ops . py <nl> <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_shape <nl> from tensorflow . python . framework import tensor_util <nl> # ' Constant ' gets imported in the module ' array_ops ' . <nl> def shape_internal ( input , name = None , optimize = True , out_type = dtypes . int32 ) : <nl> <nl> " " " <nl> with ops . name_scope ( name , " Shape " , [ input ] ) as name : <nl> - if isinstance ( input , ( ops . SparseTensor , ops . SparseTensorValue ) ) : <nl> + if isinstance ( <nl> + input , ( sparse_tensor . SparseTensor , sparse_tensor . SparseTensorValue ) ) : <nl> return gen_math_ops . cast ( input . shape , out_type ) <nl> else : <nl> input_tensor = ops . convert_to_tensor ( input ) <nl> def size_internal ( input , name = None , optimize = True , out_type = dtypes . int32 ) : <nl> A ` Tensor ` of type ` out_type ` . <nl> " " " <nl> with ops . name_scope ( name , " Size " , [ input ] ) as name : <nl> - if isinstance ( input , ( ops . SparseTensor , ops . SparseTensorValue ) ) : <nl> + if isinstance ( <nl> + input , ( sparse_tensor . SparseTensor , sparse_tensor . SparseTensorValue ) ) : <nl> return gen_math_ops . _prod ( <nl> gen_math_ops . cast ( input . shape , out_type ) , 0 , name = name ) <nl> else : <nl> def rank_internal ( input , name = None , optimize = True ) : <nl> A ` Tensor ` of type ` int32 ` . <nl> " " " <nl> with ops . name_scope ( name , " Rank " , [ input ] ) as name : <nl> - if isinstance ( input , ( ops . SparseTensor , ops . SparseTensorValue ) ) : <nl> + if isinstance ( <nl> + input , ( sparse_tensor . SparseTensor , sparse_tensor . SparseTensorValue ) ) : <nl> return gen_array_ops . size ( input . shape , name = name ) <nl> else : <nl> input_tensor = ops . convert_to_tensor ( input ) <nl> def placeholder ( dtype , shape = None , name = None ) : <nl> return ret <nl> <nl> <nl> + # pylint : disable = redefined - outer - name <nl> + def _normalize_sparse_shape ( shape , name ) : <nl> + " " " Takes numpy array or Tensor or None and returns either None or Tensor . " " " <nl> + if shape is None : return None <nl> + if not isinstance ( shape , ops . Tensor ) : <nl> + for el in shape : <nl> + if el is None : <nl> + return None <nl> + return ops . convert_to_tensor ( shape , name = name ) <nl> + <nl> + <nl> def sparse_placeholder ( dtype , shape = None , name = None ) : <nl> " " " Inserts a placeholder for a sparse tensor that will be always fed . <nl> <nl> def sparse_placeholder ( dtype , shape = None , name = None ) : <nl> A ` SparseTensor ` that may be used as a handle for feeding a value , but not <nl> evaluated directly . <nl> " " " <nl> + shape_name = ( name + " / shape " ) if name is not None else None <nl> + shape = _normalize_sparse_shape ( shape , shape_name ) <nl> if shape is None : <nl> - shape = placeholder ( <nl> - dtypes . int64 , shape = [ None ] , <nl> - name = ( name + " / shape " ) if name is not None else None ) <nl> - else : <nl> - shape = ops . convert_to_tensor ( <nl> - shape , name = ( name + " / shape " ) if name is not None else None ) <nl> - return ops . SparseTensor ( <nl> + shape = placeholder ( dtypes . int64 , shape = [ None ] , name = shape_name ) <nl> + return sparse_tensor . SparseTensor ( <nl> values = placeholder ( <nl> dtype , shape = [ None ] , <nl> name = ( name + " / values " ) if name is not None else None ) , <nl> def sparse_placeholder ( dtype , shape = None , name = None ) : <nl> name = ( name + " / indices " ) if name is not None else None ) , <nl> shape = shape <nl> ) <nl> + # pylint : enable = redefined - outer - name <nl> <nl> <nl> def pad ( tensor , paddings , mode = " CONSTANT " , name = None ) : # pylint : disable = invalid - name <nl> def _ExpandDims ( op ) : <nl> <nl> <nl> @ ops . RegisterShape ( " Reshape " ) <nl> + def _DelegateReshapeShape ( op ) : <nl> + return common_shapes . call_cpp_shape_fn ( op , input_tensors_as_shapes_needed = [ 1 ] ) <nl> + <nl> + <nl> def _ReshapeShape ( op ) : <nl> " " " Shape function for Reshape op . " " " <nl> input_shape = op . inputs [ 0 ] . get_shape ( ) <nl> def edit_distance ( hypothesis , truth , normalize = True , name = " edit_distance " ) : <nl> Raises : <nl> TypeError : If either ` hypothesis ` or ` truth ` are not a ` SparseTensor ` . <nl> " " " <nl> - if not isinstance ( hypothesis , ( ops . SparseTensor , ops . SparseTensorValue ) ) : <nl> + if not isinstance ( <nl> + hypothesis , ( sparse_tensor . SparseTensor , <nl> + sparse_tensor . SparseTensorValue ) ) : <nl> raise TypeError ( " Hypothesis must be a SparseTensor . " ) <nl> - if not isinstance ( truth , ( ops . SparseTensor , ops . SparseTensorValue ) ) : <nl> + if not isinstance ( <nl> + truth , ( sparse_tensor . SparseTensor , <nl> + sparse_tensor . SparseTensorValue ) ) : <nl> raise TypeError ( " Truth must be a SparseTensor . " ) <nl> <nl> return gen_array_ops . _edit_distance ( hypothesis . indices , <nl> mmm a / tensorflow / python / ops / check_ops . py <nl> ppp b / tensorflow / python / ops / check_ops . py <nl> <nl> <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_util <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import control_flow_ops <nl> def assert_proper_iterable ( values ) : <nl> ` Tensor ` , ` SparseTensor ` , ` np . array ` , ` tf . compat . bytes_or_text_types ` . <nl> " " " <nl> unintentional_iterables = ( <nl> - ( ops . Tensor , ops . SparseTensor , np . ndarray ) <nl> + ( ops . Tensor , sparse_tensor . SparseTensor , np . ndarray ) <nl> + compat . bytes_or_text_types <nl> ) <nl> if isinstance ( values , unintentional_iterables ) : <nl> mmm a / tensorflow / python / ops / control_flow_grad . py <nl> ppp b / tensorflow / python / ops / control_flow_grad . py <nl> <nl> from six . moves import xrange # pylint : disable = redefined - builtin <nl> <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import control_flow_ops <nl> from tensorflow . python . ops import math_ops <nl> # go / tf - wildcard - import <nl> def _ExitGrad ( op , grad ) : <nl> if isinstance ( grad , ops . Tensor ) : <nl> grad_ctxt . AddName ( grad . name ) <nl> else : <nl> - if not isinstance ( grad , ( ops . IndexedSlices , ops . SparseTensor ) ) : <nl> + if not isinstance ( grad , ( ops . IndexedSlices , sparse_tensor . SparseTensor ) ) : <nl> raise TypeError ( " Type % s not supported " % type ( grad ) ) <nl> grad_ctxt . AddName ( grad . values . name ) <nl> grad_ctxt . AddName ( grad . indices . name ) <nl> mmm a / tensorflow / python / ops / control_flow_ops . py <nl> ppp b / tensorflow / python / ops / control_flow_ops . py <nl> <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_shape <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import gen_array_ops <nl> def _Identity ( data , name = None ) : <nl> else : <nl> return array_ops . identity ( data , name = name ) <nl> else : <nl> - if not isinstance ( data , ( ops . IndexedSlices , ops . SparseTensor ) ) : <nl> + if not isinstance ( data , ( ops . IndexedSlices , sparse_tensor . SparseTensor ) ) : <nl> raise TypeError ( " Type % s not supported " % type ( data ) ) <nl> values = _Identity ( data . values , name = name ) <nl> indices = array_ops . identity ( data . indices , name = " indices " ) <nl> def _Identity ( data , name = None ) : <nl> return ops . IndexedSlices ( values , indices , dense_shape ) <nl> else : <nl> dense_shape = array_ops . identity ( data . shape , name = " dense_shape " ) <nl> - return ops . SparseTensor ( indices , values , dense_shape ) <nl> + return sparse_tensor . SparseTensor ( indices , values , dense_shape ) <nl> <nl> <nl> def _NextIteration ( data , name = None ) : <nl> def _NextIteration ( data , name = None ) : <nl> else : <nl> return next_iteration ( data , name = name ) <nl> else : <nl> - if not isinstance ( data , ( ops . IndexedSlices , ops . SparseTensor ) ) : <nl> + if not isinstance ( data , ( ops . IndexedSlices , sparse_tensor . SparseTensor ) ) : <nl> raise TypeError ( " Type % s not supported " % type ( data ) ) <nl> values = _NextIteration ( data . values , name = name ) <nl> indices = next_iteration ( data . indices , name = " indices " ) <nl> def _NextIteration ( data , name = None ) : <nl> return ops . IndexedSlices ( values , indices , dense_shape ) <nl> else : <nl> dense_shape = next_iteration ( data . shape , name = " dense_shape " ) <nl> - return ops . SparseTensor ( indices , values , dense_shape ) <nl> + return sparse_tensor . SparseTensor ( indices , values , dense_shape ) <nl> <nl> <nl> def _Enter ( data , frame_name , is_constant = False , parallel_iterations = 10 , <nl> def _Enter ( data , frame_name , is_constant = False , parallel_iterations = 10 , <nl> result . set_shape ( data . get_shape ( ) ) <nl> return result <nl> else : <nl> - if not isinstance ( data , ( ops . IndexedSlices , ops . SparseTensor ) ) : <nl> + if not isinstance ( data , ( ops . IndexedSlices , sparse_tensor . SparseTensor ) ) : <nl> raise TypeError ( " Type % s not supported " % type ( data ) ) <nl> values = _Enter ( data . values , frame_name , is_constant , <nl> parallel_iterations = parallel_iterations , <nl> def _Enter ( data , frame_name , is_constant = False , parallel_iterations = 10 , <nl> parallel_iterations , name = " dense_shape " ) <nl> if use_input_shape : <nl> dense_shape . set_shape ( data . shape . get_shape ( ) ) <nl> - return ops . SparseTensor ( indices , values , dense_shape ) <nl> + return sparse_tensor . SparseTensor ( indices , values , dense_shape ) <nl> <nl> <nl> def exit ( data , name = None ) : <nl> def exit ( data , name = None ) : <nl> else : <nl> return gen_control_flow_ops . _exit ( data , name ) <nl> else : <nl> - if not isinstance ( data , ( ops . IndexedSlices , ops . SparseTensor ) ) : <nl> + if not isinstance ( data , ( ops . IndexedSlices , sparse_tensor . SparseTensor ) ) : <nl> raise TypeError ( " Type % s not supported " % type ( data ) ) <nl> values = exit ( data . values , name = name ) <nl> indices = gen_control_flow_ops . _exit ( data . indices , name = " indices " ) <nl> def exit ( data , name = None ) : <nl> return ops . IndexedSlices ( values , indices , dense_shape ) <nl> else : <nl> dense_shape = gen_control_flow_ops . _exit ( data . shape , name ) <nl> - return ops . SparseTensor ( indices , values , dense_shape ) <nl> + return sparse_tensor . SparseTensor ( indices , values , dense_shape ) <nl> <nl> <nl> def switch ( data , pred , dtype = None , name = None ) : <nl> def switch ( data , pred , dtype = None , name = None ) : <nl> if isinstance ( data , ops . Tensor ) : <nl> return gen_control_flow_ops . _switch ( data , pred , name = name ) <nl> else : <nl> - if not isinstance ( data , ( ops . IndexedSlices , ops . SparseTensor ) ) : <nl> + if not isinstance ( data , ( ops . IndexedSlices , sparse_tensor . SparseTensor ) ) : <nl> raise TypeError ( " Type % s not supported " % type ( data ) ) <nl> val , ind = data . values , data . indices <nl> val_f , val_t = gen_control_flow_ops . _switch ( val , pred , name = name ) <nl> def switch ( data , pred , dtype = None , name = None ) : <nl> dense_shape = data . shape <nl> dense_shape_f , dense_shape_t = gen_control_flow_ops . _switch ( <nl> data . shape , pred , name = " dense_shape " ) <nl> - return ( ops . SparseTensor ( ind_f , val_f , dense_shape_f ) , <nl> - ops . SparseTensor ( ind_t , val_t , dense_shape_t ) ) <nl> + return ( sparse_tensor . SparseTensor ( ind_f , val_f , dense_shape_f ) , <nl> + sparse_tensor . SparseTensor ( ind_t , val_t , dense_shape_t ) ) <nl> <nl> <nl> def _SwitchRefOrTensor ( data , pred , name = " Switch " ) : <nl> def merge ( inputs , name = None ) : <nl> return gen_control_flow_ops . _ref_merge ( inputs , name ) <nl> else : <nl> return gen_control_flow_ops . _merge ( inputs , name ) <nl> - elif all ( [ isinstance ( v , ops . SparseTensor ) for v in inputs ] ) : <nl> + elif all ( [ isinstance ( v , sparse_tensor . SparseTensor ) for v in inputs ] ) : <nl> # Only handle the case when all inputs are SparseTensor . <nl> values , _ = merge ( [ inp . values for inp in inputs ] , name = name ) <nl> indices , chosen_index = gen_control_flow_ops . _merge ( <nl> [ inp . indices for inp in inputs ] , name = " indices " ) <nl> dense_shape , _ = gen_control_flow_ops . _merge ( <nl> [ inp . shape for inp in inputs ] , name = " dense_shape " ) <nl> - return ops . SparseTensor ( indices , values , dense_shape ) , chosen_index <nl> + return ( sparse_tensor . SparseTensor ( indices , values , dense_shape ) , <nl> + chosen_index ) <nl> else : <nl> # For now convert all the inputs as IndexedSlices . <nl> inputs = math_ops . _as_indexed_slices_list ( inputs , optimize = False ) <nl> def _SetShapeInvariants ( input_vars , enter_vars , shapes ) : <nl> % ( inp . name , inp . get_shape ( ) , shape ) ) <nl> var . set_shape ( shape ) <nl> else : <nl> - if not isinstance ( var , ( ops . IndexedSlices , ops . SparseTensor ) ) : <nl> + if not isinstance ( var , ( ops . IndexedSlices , sparse_tensor . SparseTensor ) ) : <nl> raise TypeError ( " Type % s not supported " % type ( var ) ) <nl> if isinstance ( var , ops . IndexedSlices ) : <nl> if not _ShapeLessThanOrEqual ( inp . values . get_shape ( ) , shape ) : <nl> def _EnforceShapeInvariant ( merge_var , next_var ) : <nl> " argument of tf . while_loop or set_shape ( ) on the loop variables . " <nl> % ( merge_var . name , m_shape , n_shape ) ) <nl> else : <nl> - if not isinstance ( var , ( ops . IndexedSlices , ops . SparseTensor ) ) : <nl> + if not isinstance ( var , ( ops . IndexedSlices , sparse_tensor . SparseTensor ) ) : <nl> raise TypeError ( " Type % s not supported " % type ( var ) ) <nl> if isinstance ( var , ops . IndexedSlices ) : <nl> m_values_shape = merge_var . values . get_shape ( ) <nl> def _AddNextAndBackEdge ( m , v ) : <nl> if v . dense_shape is None : <nl> raise ValueError ( " Must have dense shape : % s " % v . name ) <nl> m . dense_shape . op . _update_input ( 1 , v . dense_shape ) <nl> - elif isinstance ( m , ops . SparseTensor ) : <nl> - if not isinstance ( v , ops . SparseTensor ) : <nl> + elif isinstance ( m , sparse_tensor . SparseTensor ) : <nl> + if not isinstance ( v , sparse_tensor . SparseTensor ) : <nl> raise ValueError ( " Must be a sparse tensor : % s " % v . name ) <nl> v = _NextIteration ( v ) <nl> # pylint : disable = protected - access <nl> def BuildCondBranch ( self , fn ) : <nl> # Use pivot as the proxy for this op . <nl> real_v = with_dependencies ( [ v ] , self . _pivot ) <nl> else : <nl> - if isinstance ( v , ( ops . IndexedSlices , ops . SparseTensor ) ) : <nl> + if isinstance ( v , ( ops . IndexedSlices , sparse_tensor . SparseTensor ) ) : <nl> values = self . _ProcessOutputTensor ( v . values ) <nl> indices = self . _ProcessOutputTensor ( v . indices ) <nl> if isinstance ( v , ops . IndexedSlices ) : <nl> def BuildCondBranch ( self , fn ) : <nl> real_v = ops . IndexedSlices ( values , indices , dense_shape ) <nl> else : <nl> dense_shape = self . _ProcessOutputTensor ( v . shape ) <nl> - real_v = ops . SparseTensor ( indices , values , dense_shape ) <nl> + real_v = sparse_tensor . SparseTensor ( indices , values , dense_shape ) <nl> else : <nl> real_v = self . _ProcessOutputTensor ( v ) <nl> result . append ( real_v ) <nl> def f2 ( ) : return tf . add ( y , 23 ) <nl> for x , y in zip ( res_f , res_t ) : <nl> assert ( ( isinstance ( x , ops . IndexedSlices ) and <nl> isinstance ( y , ops . IndexedSlices ) ) or <nl> - ( isinstance ( x , ops . SparseTensor ) and <nl> - isinstance ( y , ops . SparseTensor ) ) or <nl> + ( isinstance ( x , sparse_tensor . SparseTensor ) and <nl> + isinstance ( y , sparse_tensor . SparseTensor ) ) or <nl> ( isinstance ( x , ops . Tensor ) and isinstance ( y , ops . Tensor ) ) ) <nl> val_x = x if isinstance ( x , ops . Tensor ) else x . values <nl> val_y = y if isinstance ( y , ops . Tensor ) else y . values <nl> def _InitializeValues ( self , values ) : <nl> self . _values . add ( x . indices . name ) <nl> if isinstance ( x , ops . IndexedSlices ) : <nl> dense_shape = x . dense_shape <nl> - elif isinstance ( x , ops . SparseTensor ) : <nl> + elif isinstance ( x , sparse_tensor . SparseTensor ) : <nl> dense_shape = x . shape <nl> else : <nl> raise TypeError ( " Type % s not supported " % type ( x ) ) <nl> def _FixControlInputsAndContext ( self , enters ) : <nl> if isinstance ( e , ops . Tensor ) : <nl> xs = [ e ] <nl> else : <nl> - if not isinstance ( e , ( ops . IndexedSlices , ops . SparseTensor ) ) : <nl> + if not isinstance ( e , ( ops . IndexedSlices , sparse_tensor . SparseTensor ) ) : <nl> raise TypeError ( " Type % s not supported " % type ( e ) ) <nl> xs = [ e . values , e . indices ] <nl> shape = e . dense_shape if isinstance ( e , ops . IndexedSlices ) else e . shape <nl> mmm a / tensorflow / python / ops / ctc_ops . py <nl> ppp b / tensorflow / python / ops / ctc_ops . py <nl> <nl> <nl> from tensorflow . python . framework import common_shapes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> <nl> from tensorflow . python . ops import gen_ctc_ops <nl> from tensorflow . python . ops import array_ops <nl> <nl> <nl> # pylint : disable = protected - access , invalid - name <nl> def ctc_loss ( inputs , labels , sequence_length , <nl> - preprocess_collapse_repeated = False , ctc_merge_repeated = True , time_major = True ) : <nl> + preprocess_collapse_repeated = False , <nl> + ctc_merge_repeated = True , time_major = True ) : <nl> " " " Computes the CTC ( Connectionist Temporal Classification ) Loss . <nl> <nl> This op implements the CTC loss as presented in the article : <nl> def ctc_loss ( inputs , labels , sequence_length , <nl> " " " <nl> # The second , third , etc output tensors contain the gradients . We use it in <nl> # _CTCLossGrad ( ) below . <nl> - if not isinstance ( labels , ops . SparseTensor ) : <nl> + if not isinstance ( labels , sparse_tensor . SparseTensor ) : <nl> raise TypeError ( " Expected labels to be a SparseTensor " ) <nl> <nl> # For internal calculations , we transpose to [ time , batch , num_classes ] <nl> def ctc_greedy_decoder ( inputs , sequence_length , merge_repeated = True ) : <nl> outputs = gen_ctc_ops . _ctc_greedy_decoder ( <nl> inputs , sequence_length , merge_repeated = merge_repeated ) <nl> ( decoded_ix , decoded_val , decoded_shape , log_probabilities ) = outputs <nl> - return ( [ ops . SparseTensor ( decoded_ix , decoded_val , decoded_shape ) ] , <nl> + return ( [ sparse_tensor . SparseTensor ( decoded_ix , decoded_val , decoded_shape ) ] , <nl> log_probabilities ) <nl> <nl> <nl> def ctc_beam_search_decoder ( inputs , sequence_length , beam_width = 100 , <nl> merge_repeated = merge_repeated ) ) <nl> <nl> return ( <nl> - [ ops . SparseTensor ( ix , val , shape ) for ( ix , val , shape ) <nl> + [ sparse_tensor . SparseTensor ( ix , val , shape ) for ( ix , val , shape ) <nl> in zip ( decoded_ixs , decoded_vals , decoded_shapes ) ] , <nl> log_probabilities ) <nl> <nl> mmm a / tensorflow / python / ops / embedding_ops . py <nl> ppp b / tensorflow / python / ops / embedding_ops . py <nl> <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import data_flow_ops <nl> from tensorflow . python . ops import math_ops <nl> def embedding_lookup_sparse ( params , sp_ids , sp_weights , <nl> params = list ( params ) # Iterate to get the underlying Variables . <nl> if not isinstance ( params , list ) : <nl> params = [ params ] <nl> - if not isinstance ( sp_ids , ops . SparseTensor ) : <nl> + if not isinstance ( sp_ids , sparse_tensor . SparseTensor ) : <nl> raise TypeError ( " sp_ids must be SparseTensor " ) <nl> ignore_weights = sp_weights is None <nl> if not ignore_weights : <nl> - if not isinstance ( sp_weights , ops . SparseTensor ) : <nl> + if not isinstance ( sp_weights , sparse_tensor . SparseTensor ) : <nl> raise TypeError ( " sp_weights must be either None or SparseTensor " ) <nl> sp_ids . values . get_shape ( ) . assert_is_compatible_with ( <nl> sp_weights . values . get_shape ( ) ) <nl> mmm a / tensorflow / python / ops / functional_ops . py <nl> ppp b / tensorflow / python / ops / functional_ops . py <nl> <nl> from tensorflow . python . framework import common_shapes <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_shape <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import control_flow_ops <nl> def map_fn ( fn , elems , dtype = None , parallel_iterations = 10 , back_prop = True , <nl> if not callable ( fn ) : <nl> raise TypeError ( " fn must be callable . " ) <nl> <nl> - if isinstance ( elems , ops . SparseTensor ) : <nl> + if isinstance ( elems , sparse_tensor . SparseTensor ) : <nl> raise TypeError ( <nl> " To perform a map on the values of a sparse tensor use either " <nl> " SparseTensor ( input . indices , fn ( input . values ) , input . shape ) or " <nl> mmm a / tensorflow / python / ops / math_ops . py <nl> ppp b / tensorflow / python / ops / math_ops . py <nl> <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import graph_util <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_shape <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import gen_control_flow_ops <nl> def abs ( x , name = None ) : <nl> values . <nl> " " " <nl> with ops . name_scope ( name , " Abs " , [ x ] ) as name : <nl> - if isinstance ( x , ops . SparseTensor ) : <nl> + if isinstance ( x , sparse_tensor . SparseTensor ) : <nl> if x . values . dtype in ( dtypes . complex64 , dtypes . complex128 ) : <nl> x_abs = gen_math_ops . complex_abs ( x . values , <nl> Tout = x . values . dtype . real_dtype , name = name ) <nl> - return ops . SparseTensor ( indices = x . indices , values = x_abs , shape = x . shape ) <nl> + return sparse_tensor . SparseTensor ( <nl> + indices = x . indices , values = x_abs , shape = x . shape ) <nl> x_abs = gen_math_ops . _abs ( x . values , name = name ) <nl> - return ops . SparseTensor ( indices = x . indices , values = x_abs , shape = x . shape ) <nl> + return sparse_tensor . SparseTensor ( <nl> + indices = x . indices , values = x_abs , shape = x . shape ) <nl> else : <nl> x = ops . convert_to_tensor ( x , name = " x " ) <nl> if x . dtype in ( dtypes . complex64 , dtypes . complex128 ) : <nl> def neg ( x , name = None ) : <nl> A ` Tensor ` or ` SparseTensor ` , respectively . Has the same type as ` x ` . <nl> " " " <nl> with ops . name_scope ( name , " Neg " , [ x ] ) as name : <nl> - if isinstance ( x , ops . SparseTensor ) : <nl> + if isinstance ( x , sparse_tensor . SparseTensor ) : <nl> x_neg = gen_math_ops . neg ( x . values , name = name ) <nl> - return ops . SparseTensor ( indices = x . indices , values = x_neg , shape = x . shape ) <nl> + return sparse_tensor . SparseTensor ( <nl> + indices = x . indices , values = x_neg , shape = x . shape ) <nl> else : <nl> return gen_math_ops . neg ( x , name = name ) <nl> <nl> def sign ( x , name = None ) : <nl> A ` Tensor ` or ` SparseTensor ` , respectively . Has the same type as ` x ` . <nl> " " " <nl> with ops . name_scope ( name , " Sign " , [ x ] ) as name : <nl> - if isinstance ( x , ops . SparseTensor ) : <nl> + if isinstance ( x , sparse_tensor . SparseTensor ) : <nl> x_sign = gen_math_ops . sign ( x . values , name = name ) <nl> - return ops . SparseTensor ( indices = x . indices , values = x_sign , shape = x . shape ) <nl> + return sparse_tensor . SparseTensor ( <nl> + indices = x . indices , values = x_sign , shape = x . shape ) <nl> else : <nl> return gen_math_ops . sign ( x , name = name ) <nl> <nl> def square ( x , name = None ) : <nl> A ` Tensor ` or ` SparseTensor ` . Has the same type as ` x ` . <nl> " " " <nl> with ops . name_scope ( name , " Square " , [ x ] ) as name : <nl> - if isinstance ( x , ops . SparseTensor ) : <nl> + if isinstance ( x , sparse_tensor . SparseTensor ) : <nl> x_square = gen_math_ops . square ( x . values , name = name ) <nl> - return ops . SparseTensor ( indices = x . indices , values = x_square , shape = x . shape ) <nl> + return sparse_tensor . SparseTensor ( <nl> + indices = x . indices , values = x_square , shape = x . shape ) <nl> else : <nl> return gen_math_ops . square ( x , name = name ) <nl> <nl> def sqrt ( x , name = None ) : <nl> A ` Tensor ` or ` SparseTensor ` , respectively . Has the same type as ` x ` . <nl> " " " <nl> with ops . name_scope ( name , " Sqrt " , [ x ] ) as name : <nl> - if isinstance ( x , ops . SparseTensor ) : <nl> + if isinstance ( x , sparse_tensor . SparseTensor ) : <nl> x_sqrt = gen_math_ops . sqrt ( x . values , name = name ) <nl> - return ops . SparseTensor ( indices = x . indices , values = x_sqrt , shape = x . shape ) <nl> + return sparse_tensor . SparseTensor ( <nl> + indices = x . indices , values = x_sqrt , shape = x . shape ) <nl> else : <nl> return gen_math_ops . sqrt ( x , name = name ) <nl> <nl> def erf ( x , name = None ) : <nl> A ` Tensor ` or ` SparseTensor ` , respectively . Has the same type as ` x ` . <nl> " " " <nl> with ops . name_scope ( name , " Erf " , [ x ] ) as name : <nl> - if isinstance ( x , ops . SparseTensor ) : <nl> + if isinstance ( x , sparse_tensor . SparseTensor ) : <nl> x_erf = gen_math_ops . erf ( x . values , name = name ) <nl> - return ops . SparseTensor ( indices = x . indices , values = x_erf , shape = x . shape ) <nl> + return sparse_tensor . SparseTensor ( <nl> + indices = x . indices , values = x_erf , shape = x . shape ) <nl> else : <nl> return gen_math_ops . erf ( x , name = name ) <nl> <nl> def cast ( x , dtype , name = None ) : <nl> " " " <nl> base_type = dtypes . as_dtype ( dtype ) . base_dtype <nl> with ops . name_scope ( name , " Cast " , [ x ] ) as name : <nl> - if isinstance ( x , ops . SparseTensor ) : <nl> + if isinstance ( x , sparse_tensor . SparseTensor ) : <nl> values_cast = cast ( x . values , base_type , name = name ) <nl> - return ops . SparseTensor ( x . indices , values_cast , x . shape ) <nl> + return sparse_tensor . SparseTensor ( x . indices , values_cast , x . shape ) <nl> else : <nl> # TODO ( touts ) : Handle what Josh said . <nl> # <nl> def _OverrideBinaryOperatorHelper ( func , op_name , clazz_object = ops . Tensor ) : <nl> " " " <nl> def binary_op_wrapper ( x , y ) : <nl> with ops . name_scope ( None , op_name , [ x , y ] ) as name : <nl> - if not isinstance ( y , ops . SparseTensor ) : <nl> + if not isinstance ( y , sparse_tensor . SparseTensor ) : <nl> y = ops . convert_to_tensor ( y , dtype = x . dtype . base_dtype , name = " y " ) <nl> return func ( x , y , name = name ) <nl> <nl> def binary_op_wrapper_sparse ( sp_x , y ) : <nl> with ops . name_scope ( None , op_name , [ sp_x , y ] ) as name : <nl> y = ops . convert_to_tensor ( y , dtype = sp_x . dtype . base_dtype , name = " y " ) <nl> - return ops . SparseTensor ( sp_x . indices , func ( sp_x . indices , sp_x . values , <nl> - sp_x . shape , y , name = name ) , <nl> - sp_x . shape ) <nl> + return sparse_tensor . SparseTensor ( <nl> + sp_x . indices , func ( sp_x . indices , sp_x . values , <nl> + sp_x . shape , y , name = name ) , <nl> + sp_x . shape ) <nl> <nl> def r_binary_op_wrapper ( y , x ) : <nl> with ops . name_scope ( None , op_name , [ x , y ] ) as name : <nl> def _mul_dispatch ( x , y , name = None ) : <nl> if is_tensor_y : <nl> return gen_math_ops . mul ( x , y , name = name ) <nl> else : <nl> - assert isinstance ( y , ops . SparseTensor ) # Case : Dense * Sparse . <nl> + assert isinstance ( y , sparse_tensor . SparseTensor ) # Case : Dense * Sparse . <nl> new_vals = gen_sparse_ops . sparse_dense_cwise_mul ( y . indices , y . values , <nl> y . shape , x , name ) <nl> - return ops . SparseTensor ( y . indices , new_vals , y . shape ) <nl> + return sparse_tensor . SparseTensor ( y . indices , new_vals , y . shape ) <nl> <nl> <nl> _OverrideBinaryOperatorHelper ( gen_sparse_ops . sparse_dense_cwise_div , " div " , <nl> - ops . SparseTensor ) <nl> + sparse_tensor . SparseTensor ) <nl> _OverrideBinaryOperatorHelper ( _sparse_dense_truediv , " truediv " , <nl> - ops . SparseTensor ) <nl> + sparse_tensor . SparseTensor ) <nl> _OverrideBinaryOperatorHelper ( gen_sparse_ops . sparse_dense_cwise_mul , " mul " , <nl> - ops . SparseTensor ) <nl> + sparse_tensor . SparseTensor ) <nl> <nl> <nl> _OverrideBinaryOperatorHelper ( gen_math_ops . add , " add " ) <nl> def _ReductionDims ( x , reduction_indices ) : <nl> if isinstance ( x , ops . Tensor ) and x . get_shape ( ) . ndims is not None : <nl> return constant_op . constant ( np . arange ( x . get_shape ( ) . ndims ) , <nl> dtype = dtypes . int32 ) <nl> - if ( isinstance ( x , ops . SparseTensor ) and <nl> + if ( isinstance ( x , sparse_tensor . SparseTensor ) and <nl> x . shape . get_shape ( ) . is_fully_defined ( ) ) : <nl> rank = x . shape . get_shape ( ) [ 0 ] . value # sparse . shape is an 1 - D tensor . <nl> return constant_op . constant ( np . arange ( rank ) , dtype = dtypes . int32 ) <nl> def _calc_mat_mul_flops ( graph , node ) : <nl> return ops . OpStats ( " flops " , ( k * output_count * 2 ) ) <nl> <nl> <nl> - @ ops . RegisterStatistics ( " MatMul " , " weight_parameters " ) <nl> - def _calc_mat_mul_weight_parameters ( graph , node ) : <nl> - " " " Calculates the on - disk size of the weights for MatMul . " " " <nl> - # We assume here that the weights are always in the second input to the op , <nl> - # which is generally true by convention for fully - connected layers , but not <nl> - # enforced or checked . <nl> - weights_shape = graph_util . tensor_shape_from_node_def_name ( graph , <nl> - node . input [ 1 ] ) <nl> - weights_shape . assert_is_fully_defined ( ) <nl> - return ops . OpStats ( " weight_parameters " , <nl> - ( int ( weights_shape [ 1 ] ) * int ( weights_shape [ 0 ] ) ) ) <nl> - <nl> - <nl> def _as_indexed_slices ( x , optimize = True ) : <nl> " " " Convert ' x ' to IndexedSlices . <nl> <nl> def tanh ( x , name = None ) : <nl> ` x . dtype ! = qint32 ` otherwise the return type is ` quint8 ` . <nl> " " " <nl> with ops . name_scope ( name , " Tanh " , [ x ] ) as name : <nl> - if isinstance ( x , ops . SparseTensor ) : <nl> + if isinstance ( x , sparse_tensor . SparseTensor ) : <nl> x_tanh = gen_math_ops . _tanh ( x . values , name = name ) <nl> - return ops . SparseTensor ( indices = x . indices , values = x_tanh , shape = x . shape ) <nl> + return sparse_tensor . SparseTensor ( <nl> + indices = x . indices , values = x_tanh , shape = x . shape ) <nl> else : <nl> return gen_math_ops . _tanh ( x , name = name ) <nl> <nl> mmm a / tensorflow / python / ops / nn_ops . py <nl> ppp b / tensorflow / python / ops / nn_ops . py <nl> def _calc_conv_flops ( graph , node ) : <nl> filter_width * 2 ) ) <nl> <nl> <nl> - @ ops . RegisterStatistics ( " Conv2D " , " weight_parameters " ) <nl> - def _calc_conv_weight_params ( graph , node ) : <nl> - " " " Calculates the on - disk size of the weights for Conv2D . " " " <nl> - input_shape = graph_util . tensor_shape_from_node_def_name ( graph , node . input [ 0 ] ) <nl> - input_shape . assert_is_fully_defined ( ) <nl> - filter_shape = graph_util . tensor_shape_from_node_def_name ( graph , <nl> - node . input [ 1 ] ) <nl> - filter_shape . assert_is_fully_defined ( ) <nl> - output_shape = graph_util . tensor_shape_from_node_def_name ( graph , node . name ) <nl> - output_shape . assert_is_fully_defined ( ) <nl> - filter_height = int ( filter_shape [ 0 ] ) <nl> - filter_width = int ( filter_shape [ 1 ] ) <nl> - filter_in_depth = int ( filter_shape [ 2 ] ) <nl> - filter_out_depth = int ( filter_shape [ 3 ] ) <nl> - return ops . OpStats ( " weight_parameters " , ( filter_height * filter_width * <nl> - filter_in_depth * filter_out_depth ) ) <nl> - <nl> - <nl> @ ops . RegisterStatistics ( " DepthwiseConv2dNative " , " flops " ) <nl> def _calc_depthwise_conv_flops ( graph , node ) : <nl> " " " Calculates the compute resources needed for DepthwiseConv2dNative . " " " <nl> def _calc_depthwise_conv_flops ( graph , node ) : <nl> return ops . OpStats ( " flops " , ( output_count * filter_height * filter_width * 2 ) ) <nl> <nl> <nl> - @ ops . RegisterStatistics ( " DepthwiseConv2dNative " , " weight_parameters " ) <nl> - def _calc_depthwise_conv_weight_params ( graph , node ) : <nl> - " " " Calculates the on - disk size of the weights for DepthwiseConv2dNative . " " " <nl> - input_shape = graph_util . tensor_shape_from_node_def_name ( graph , node . input [ 0 ] ) <nl> - input_shape . assert_is_fully_defined ( ) <nl> - filter_shape = graph_util . tensor_shape_from_node_def_name ( graph , <nl> - node . input [ 1 ] ) <nl> - filter_shape . assert_is_fully_defined ( ) <nl> - output_shape = graph_util . tensor_shape_from_node_def_name ( graph , node . name ) <nl> - output_shape . assert_is_fully_defined ( ) <nl> - filter_height = int ( filter_shape [ 0 ] ) <nl> - filter_width = int ( filter_shape [ 1 ] ) <nl> - filter_in_depth = int ( filter_shape [ 2 ] ) <nl> - filter_channel_multiplier = int ( filter_shape [ 3 ] ) <nl> - return ops . OpStats ( " weight_parameters " , ( filter_height * filter_width * <nl> - filter_in_depth * <nl> - filter_channel_multiplier ) ) <nl> - <nl> - <nl> ops . RegisterShape ( " Conv3D " ) ( common_shapes . call_cpp_shape_fn ) <nl> ops . RegisterShape ( " MaxPool3D " ) ( common_shapes . call_cpp_shape_fn ) <nl> ops . RegisterShape ( " AvgPool3D " ) ( common_shapes . call_cpp_shape_fn ) <nl> def _calc_bias_add_flops ( graph , node ) : <nl> return ops . OpStats ( " flops " , input_count ) <nl> <nl> <nl> - @ ops . RegisterStatistics ( " BiasAdd " , " weight_parameters " ) <nl> - def _calc_bias_add_weight_params ( graph , node ) : <nl> - " " " Calculates the on - disk weight parameters for BiasAdd . " " " <nl> - bias_shape = graph_util . tensor_shape_from_node_def_name ( graph , node . input [ 1 ] ) <nl> - bias_shape . assert_is_fully_defined ( ) <nl> - bias_count = np . prod ( bias_shape . as_list ( ) ) <nl> - return ops . OpStats ( " weight_parameters " , bias_count ) <nl> - <nl> - <nl> def xw_plus_b ( x , weights , biases , name = None ) : # pylint : disable = invalid - name <nl> " " " Computes matmul ( x , weights ) + biases . <nl> <nl> def _calc_dilation2d_flops ( graph , node ) : <nl> return ops . OpStats ( " flops " , ( output_count * filter_height * filter_width * 2 ) ) <nl> <nl> <nl> - @ ops . RegisterStatistics ( " Dilation2D " , " weight_parameters " ) <nl> - def _calc_dilation2d_weight_params ( graph , node ) : <nl> - " " " Calculates the on - disk size of the weights for Dilation2D . " " " <nl> - filter_shape = graph_util . tensor_shape_from_node_def_name ( graph , <nl> - node . input [ 1 ] ) <nl> - filter_shape . assert_is_fully_defined ( ) <nl> - filter_height = int ( filter_shape [ 0 ] ) <nl> - filter_width = int ( filter_shape [ 1 ] ) <nl> - filter_depth = int ( filter_shape [ 2 ] ) <nl> - return ops . OpStats ( " weight_parameters " , <nl> - ( filter_height * filter_width * filter_depth ) ) <nl> - <nl> - <nl> def erosion2d ( value , kernel , strides , rates , padding , name = None ) : <nl> " " " Computes the grayscale erosion of 4 - D ` value ` and 3 - D ` kernel ` tensors . <nl> <nl> mmm a / tensorflow / python / ops / parsing_ops . py <nl> ppp b / tensorflow / python / ops / parsing_ops . py <nl> <nl> from tensorflow . python . framework import common_shapes <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_shape <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import control_flow_ops <nl> def _parse_example_raw ( serialized , <nl> <nl> ( sparse_indices , sparse_values , sparse_shapes , dense_values ) = outputs <nl> <nl> - sparse_tensors = [ ops . SparseTensor ( ix , val , shape ) for ( ix , val , shape ) <nl> - in zip ( sparse_indices , sparse_values , sparse_shapes ) ] <nl> + sparse_tensors = [ <nl> + sparse_tensor . SparseTensor ( ix , val , shape ) for ( ix , val , shape ) <nl> + in zip ( sparse_indices , sparse_values , sparse_shapes ) ] <nl> <nl> return dict ( <nl> zip ( sparse_keys + dense_keys , sparse_tensors + dense_values ) ) <nl> def _parse_single_example_raw ( serialized , <nl> if sparse_keys is not None : <nl> for s in sparse_keys : <nl> s_name = re . sub ( " [ ^ A - Za - z0 - 9_ . \ \ - / ] " , " _ " , s ) <nl> - outputs [ s ] = ops . SparseTensor ( <nl> + outputs [ s ] = sparse_tensor . SparseTensor ( <nl> array_ops . slice ( outputs [ s ] . indices , <nl> [ 0 , 1 ] , [ - 1 , - 1 ] , name = " Slice_Indices_ % s " % s_name ) , <nl> outputs [ s ] . values , <nl> def _parse_single_sequence_example_raw ( serialized , <nl> feature_list_sparse_shapes , feature_list_dense_values ) = outputs <nl> <nl> context_sparse_tensors = [ <nl> - ops . SparseTensor ( ix , val , shape ) for ( ix , val , shape ) <nl> + sparse_tensor . SparseTensor ( ix , val , shape ) for ( ix , val , shape ) <nl> in zip ( context_sparse_indices , <nl> context_sparse_values , <nl> context_sparse_shapes ) ] <nl> <nl> feature_list_sparse_tensors = [ <nl> - ops . SparseTensor ( ix , val , shape ) for ( ix , val , shape ) <nl> + sparse_tensor . SparseTensor ( ix , val , shape ) for ( ix , val , shape ) <nl> in zip ( feature_list_sparse_indices , <nl> feature_list_sparse_values , <nl> feature_list_sparse_shapes ) ] <nl> mmm a / tensorflow / python / ops / resource_variable_ops . py <nl> ppp b / tensorflow / python / ops / resource_variable_ops . py <nl> <nl> <nl> ops . RegisterShape ( " VarHandleOp " ) ( common_shapes . call_cpp_shape_fn ) <nl> ops . RegisterShape ( " CreateVariableOp " ) ( common_shapes . call_cpp_shape_fn ) <nl> + ops . RegisterShape ( " ReadVariableOp " ) ( common_shapes . call_cpp_shape_fn ) <nl> + ops . RegisterShape ( " AssignVariableOp " ) ( common_shapes . call_cpp_shape_fn ) <nl> + ops . RegisterShape ( " AssignAddVariableOp " ) ( common_shapes . call_cpp_shape_fn ) <nl> mmm a / tensorflow / python / ops / sparse_grad . py <nl> ppp b / tensorflow / python / ops / sparse_grad . py <nl> <nl> from __future__ import print_function <nl> <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import gen_sparse_ops <nl> from tensorflow . python . ops import math_ops <nl> def _SparseReorderGrad ( op , unused_output_indices_grad , output_values_grad ) : <nl> <nl> num_entries = array_ops . shape ( input_indices ) [ 0 ] <nl> entry_indices = math_ops . range ( num_entries ) <nl> - sp_unordered = ops . SparseTensor ( input_indices , entry_indices , input_shape ) <nl> + sp_unordered = sparse_tensor . SparseTensor ( <nl> + input_indices , entry_indices , input_shape ) <nl> sp_ordered = sparse_ops . sparse_reorder ( sp_unordered ) <nl> inverted_permutation = array_ops . invert_permutation ( sp_ordered . values ) <nl> <nl> def _SparseTensorDenseMatMulGrad ( op , grad ) : <nl> Raises : <nl> TypeError : When the two operands don ' t have the same type . <nl> " " " <nl> - sp_t = ops . SparseTensor ( * op . inputs [ : 3 ] ) <nl> + sp_t = sparse_tensor . SparseTensor ( * op . inputs [ : 3 ] ) <nl> adj_a = op . get_attr ( " adjoint_a " ) <nl> adj_b = op . get_attr ( " adjoint_b " ) <nl> <nl> def _SparseDenseCwiseMulOrDivGrad ( op , grad , is_mul ) : <nl> # indices can repeat after scaling , so we can ' t use sparse_to_dense ( ) . <nl> dy = sparse_ops . sparse_add ( <nl> array_ops . zeros_like ( y ) , <nl> - ops . SparseTensor ( scaled_indices , dy_val , y_shape ) ) <nl> + sparse_tensor . SparseTensor ( scaled_indices , dy_val , y_shape ) ) <nl> <nl> # ( sp_indices , sp_vals , sp_shape , dense ) <nl> return ( None , dx , None , dy ) <nl> def _SparseSoftmaxGrad ( op , grad ) : <nl> " " " <nl> indices , shape = op . inputs [ 0 ] , op . inputs [ 2 ] <nl> out_vals = op . outputs [ 0 ] <nl> - sp_output = ops . SparseTensor ( indices , out_vals , shape ) <nl> - sp_grad = ops . SparseTensor ( indices , grad , shape ) <nl> - sp_product = ops . SparseTensor ( <nl> + sp_output = sparse_tensor . SparseTensor ( indices , out_vals , shape ) <nl> + sp_grad = sparse_tensor . SparseTensor ( indices , grad , shape ) <nl> + sp_product = sparse_tensor . SparseTensor ( <nl> indices , sp_output . values * sp_grad . values , shape ) <nl> <nl> # [ . . . , B , 1 ] , dense . <nl> mmm a / tensorflow / python / ops / sparse_ops . py <nl> ppp b / tensorflow / python / ops / sparse_ops . py <nl> <nl> from tensorflow . python . framework import common_shapes <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import check_ops <nl> from tensorflow . python . ops import control_flow_ops <nl> def _convert_to_sparse_tensor ( sp_input ) : <nl> Raises : <nl> ValueError : if ` sp_input ` is neither ` SparseTensor ` nor ` SparseTensorValue ` . <nl> " " " <nl> - if isinstance ( sp_input , ops . SparseTensorValue ) : <nl> - return ops . SparseTensor . from_value ( sp_input ) <nl> - if not isinstance ( sp_input , ops . SparseTensor ) : <nl> + if isinstance ( sp_input , sparse_tensor . SparseTensorValue ) : <nl> + return sparse_tensor . SparseTensor . from_value ( sp_input ) <nl> + if not isinstance ( sp_input , sparse_tensor . SparseTensor ) : <nl> raise TypeError ( " Input must be a SparseTensor . " ) <nl> return sp_input <nl> <nl> def sparse_concat ( concat_dim , sp_inputs , name = None , expand_nonconcat_dim = False ) : <nl> output_ind , output_val , output_shape = ( gen_sparse_ops . _sparse_concat ( <nl> inds , vals , shapes , concat_dim , name = name ) ) <nl> <nl> - return ops . SparseTensor ( output_ind , output_val , output_shape ) <nl> + return sparse_tensor . SparseTensor ( output_ind , output_val , output_shape ) <nl> <nl> <nl> def sparse_add ( a , b , thresh = 0 ) : <nl> def sparse_add ( a , b , thresh = 0 ) : <nl> Raises : <nl> TypeError : If both ` a ` and ` b ` are ` Tensor ` s . Use ` tf . add ( ) ` instead . <nl> " " " <nl> - sparse_classes = ( ops . SparseTensor , ops . SparseTensorValue ) <nl> + sparse_classes = ( sparse_tensor . SparseTensor , sparse_tensor . SparseTensorValue ) <nl> if not any ( isinstance ( inp , sparse_classes ) for inp in [ a , b ] ) : <nl> raise TypeError ( " At least one input should be SparseTensor ; do you mean to " <nl> " use tf . add ( ) ? " ) <nl> def sparse_add ( a , b , thresh = 0 ) : <nl> thresh , dtype = a . values . dtype . real_dtype , name = " thresh " ) <nl> output_ind , output_val , output_shape = ( gen_sparse_ops . _sparse_add ( <nl> a . indices , a . values , a . shape , b . indices , b . values , b . shape , thresh ) ) <nl> - return ops . SparseTensor ( output_ind , output_val , output_shape ) <nl> + return sparse_tensor . SparseTensor ( output_ind , output_val , output_shape ) <nl> else : <nl> # swap to make ` a ` the SparseTensor . <nl> if isinstance ( b , sparse_classes ) : <nl> def sparse_dense_cwise_add ( sp_t , dense_t ) : <nl> " " " <nl> result = gen_sparse_ops . sparse_dense_cwise_add ( sp_t . indices , sp_t . values , <nl> sp_t . shape , dense_t ) <nl> - return ops . SparseTensor ( sp_t . indices , result , sp_t . shape ) <nl> + return sparse_tensor . SparseTensor ( sp_t . indices , result , sp_t . shape ) <nl> <nl> <nl> ops . RegisterShape ( " SparseTensorDenseAdd " ) ( common_shapes . call_cpp_shape_fn ) <nl> def sparse_reorder ( sp_input , name = None ) : <nl> reordered_ind , reordered_val = ( gen_sparse_ops . _sparse_reorder ( <nl> sp_input . indices , sp_input . values , sp_input . shape , name = name ) ) <nl> <nl> - return ops . SparseTensor ( reordered_ind , reordered_val , <nl> - array_ops . identity ( sp_input . shape ) ) <nl> + return sparse_tensor . SparseTensor ( reordered_ind , reordered_val , <nl> + array_ops . identity ( sp_input . shape ) ) <nl> <nl> <nl> ops . RegisterShape ( " SparseReorder " ) ( common_shapes . call_cpp_shape_fn ) <nl> def sparse_reshape ( sp_input , shape , name = None ) : <nl> reshaped_ind , reshaped_shape = gen_sparse_ops . _sparse_reshape ( <nl> sp_input . indices , sp_input . shape , shape , name = name ) <nl> <nl> - return ops . SparseTensor ( reshaped_ind , array_ops . identity ( sp_input . values ) , <nl> - reshaped_shape ) <nl> + return sparse_tensor . SparseTensor ( <nl> + reshaped_ind , array_ops . identity ( sp_input . values ) , <nl> + reshaped_shape ) <nl> <nl> <nl> ops . RegisterShape ( " SparseReshape " ) ( common_shapes . call_cpp_shape_fn ) <nl> def sparse_split ( split_dim , num_split , sp_input , name = None ) : <nl> sparse_tensors = [ ] <nl> for i in range ( 0 , num_split ) : <nl> sparse_tensors . append ( <nl> - ops . SparseTensor ( output_inds [ i ] , output_vals [ i ] , output_shapes [ i ] ) ) <nl> + sparse_tensor . SparseTensor ( <nl> + output_inds [ i ] , output_vals [ i ] , output_shapes [ i ] ) ) <nl> return sparse_tensors <nl> <nl> <nl> def sparse_reduce_sum_sparse ( sp_input , reduction_axes = None , keep_dims = False ) : <nl> sp_input . shape , math_ops . _ReductionDims ( sp_input , reduction_axes ) , <nl> keep_dims ) ) <nl> <nl> - return ops . SparseTensor ( output_ind , output_val , output_shape ) <nl> + return sparse_tensor . SparseTensor ( output_ind , output_val , output_shape ) <nl> <nl> <nl> ops . RegisterShape ( " SparseReduceSumSparse " ) ( common_shapes . call_cpp_shape_fn ) <nl> def sparse_to_indicator ( sp_input , vocab_size , name = None ) : <nl> with ops . name_scope ( name , " SparseToIndicator " , [ sp_input ] ) as name : <nl> num_entries = array_ops . shape ( sp_input . indices ) [ 0 ] <nl> new_values = array_ops . fill ( array_ops . expand_dims ( num_entries , 0 ) , True ) <nl> - sp_values = ops . SparseTensor ( sp_input . indices , new_values , sp_input . shape ) <nl> + sp_values = sparse_tensor . SparseTensor ( <nl> + sp_input . indices , new_values , sp_input . shape ) <nl> <nl> sp_new = sparse_merge ( sp_input , sp_values , vocab_size , name ) <nl> <nl> def sparse_merge ( sp_ids , sp_values , vocab_size , name = None , <nl> [ array_ops . slice ( sp_ids . shape , [ 0 ] , array_ops . expand_dims ( rank - 1 , 0 ) ) , <nl> math_ops . cast ( array_ops . pack ( [ vocab_size ] ) , dtypes . int64 ) ] ) <nl> <nl> - result = ops . SparseTensor ( new_indices , new_values , new_shape ) <nl> + result = sparse_tensor . SparseTensor ( new_indices , new_values , new_shape ) <nl> return result if already_sorted else sparse_reorder ( result ) <nl> <nl> <nl> def sparse_retain ( sp_input , to_retain ) : <nl> where_true = array_ops . reshape ( array_ops . where ( to_retain ) , [ - 1 ] ) <nl> new_indices = array_ops . gather ( sp_input . indices , where_true ) <nl> new_values = array_ops . gather ( sp_input . values , where_true ) <nl> - return ops . SparseTensor ( new_indices , new_values , <nl> - array_ops . identity ( sp_input . shape ) ) <nl> + return sparse_tensor . SparseTensor ( new_indices , new_values , <nl> + array_ops . identity ( sp_input . shape ) ) <nl> <nl> <nl> def sparse_reset_shape ( sp_input , new_shape = None ) : <nl> def sparse_reset_shape ( sp_input , new_shape = None ) : <nl> output_shape_tensor . get_shape ( ) . assert_has_rank ( 1 ) <nl> output_shape_tensor = math_ops . cast ( output_shape_tensor , dtypes . int64 ) <nl> # For cases when shape is known during graph construction , this catches the <nl> - # error before the ops . SparseTensor catches it . <nl> + # error before the sparse_tensor . SparseTensor catches it . <nl> output_shape_tensor . get_shape ( ) [ 0 ] . merge_with ( in_shape . get_shape ( ) [ 0 ] ) <nl> <nl> # For cases where shape is not known during graph construction . <nl> def sparse_reset_shape ( sp_input , new_shape = None ) : <nl> [ check_ops . assert_less_equal ( in_shape , output_shape_tensor ) ] , <nl> output_shape_tensor ) <nl> <nl> - return ops . SparseTensor ( in_indices , in_values , output_shape_tensor ) <nl> + return sparse_tensor . SparseTensor ( in_indices , in_values , output_shape_tensor ) <nl> <nl> <nl> def sparse_fill_empty_rows ( sp_input , default_value , name = None ) : <nl> def sparse_fill_empty_rows ( sp_input , default_value , name = None ) : <nl> additional_indices ] ) <nl> all_values_unordered = array_ops . concat ( 0 , [ sp_input . values , <nl> additional_values ] ) <nl> - sp_unordered_output = ops . SparseTensor ( all_indices_unordered , <nl> - all_values_unordered , sp_input . shape ) <nl> + sp_unordered_output = sparse_tensor . SparseTensor ( <nl> + all_indices_unordered , <nl> + all_values_unordered , sp_input . shape ) <nl> sp_ordered_output = sparse_reorder ( sp_unordered_output ) <nl> <nl> return sp_ordered_output , empty_row_indicator <nl> def deserialize_many_sparse ( serialized_sparse , dtype , rank = None , name = None ) : <nl> output_indices . set_shape ( [ None , rank ] ) <nl> output_shape . set_shape ( [ rank ] ) <nl> <nl> - return ops . SparseTensor ( output_indices , output_values , output_shape ) <nl> + return sparse_tensor . SparseTensor ( output_indices , output_values , output_shape ) <nl> <nl> <nl> ops . RegisterShape ( " DeserializeManySparse " ) ( common_shapes . call_cpp_shape_fn ) <nl> def sparse_softmax ( sp_input , name = None ) : <nl> [ sp_input . indices , sp_input . values ] ) as name : <nl> out_vals = gen_sparse_ops . sparse_softmax ( sp_input . indices , sp_input . values , <nl> sp_input . shape ) <nl> - return ops . SparseTensor ( sp_input . indices , out_vals , sp_input . shape ) <nl> + return sparse_tensor . SparseTensor ( <nl> + sp_input . indices , out_vals , sp_input . shape ) <nl> <nl> <nl> ops . RegisterShape ( " SparseSoftmax " ) ( common_shapes . call_cpp_shape_fn ) <nl> def sparse_maximum ( sp_a , sp_b , name = None ) : <nl> Example : <nl> <nl> ` ` ` python <nl> - sp_zero = ops . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> - sp_one = ops . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> + sp_zero = sparse_tensor . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> + sp_one = sparse_tensor . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> res = tf . sparse_maximum ( sp_zero , sp_one ) . eval ( ) <nl> # " res " should be equal to SparseTensor ( [ [ 0 ] , [ 1 ] ] , [ 0 , 1 ] , [ 7 ] ) . <nl> ` ` ` <nl> def sparse_maximum ( sp_a , sp_b , name = None ) : <nl> sp_b . values , <nl> sp_b . shape , <nl> name = name ) <nl> - return ops . SparseTensor ( out_indices , out_values , sp_a . shape ) <nl> + return sparse_tensor . SparseTensor ( out_indices , out_values , sp_a . shape ) <nl> <nl> <nl> def sparse_minimum ( sp_a , sp_b , name = None ) : <nl> def sparse_minimum ( sp_a , sp_b , name = None ) : <nl> Example : <nl> <nl> ` ` ` python <nl> - sp_zero = ops . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> - sp_one = ops . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> + sp_zero = sparse_tensor . SparseTensor ( [ [ 0 ] ] , [ 0 ] , [ 7 ] ) <nl> + sp_one = sparse_tensor . SparseTensor ( [ [ 1 ] ] , [ 1 ] , [ 7 ] ) <nl> res = tf . sparse_minimum ( sp_zero , sp_one ) . eval ( ) <nl> # " res " should be equal to SparseTensor ( [ [ 0 ] , [ 1 ] ] , [ 0 , 0 ] , [ 7 ] ) . <nl> ` ` ` <nl> def sparse_minimum ( sp_a , sp_b , name = None ) : <nl> sp_b . values , <nl> sp_b . shape , <nl> name = name ) <nl> - return ops . SparseTensor ( out_indices , out_values , sp_a . shape ) <nl> + return sparse_tensor . SparseTensor ( out_indices , out_values , sp_a . shape ) <nl> <nl> <nl> ops . RegisterShape ( " SparseSparseMaximum " ) ( common_shapes . call_cpp_shape_fn ) <nl> def sparse_transpose ( sp_input , perm = None , name = None ) : <nl> array_ops . gather ( array_ops . transpose ( indices ) , perm ) ) <nl> dense_shape = sp_input . shape <nl> transposed_dense_shape = array_ops . gather ( dense_shape , perm ) <nl> - transposed_st = ops . SparseTensor ( transposed_indices , sp_input . values , <nl> - transposed_dense_shape ) <nl> + transposed_st = sparse_tensor . SparseTensor ( <nl> + transposed_indices , sp_input . values , <nl> + transposed_dense_shape ) <nl> transposed_st = sparse_reorder ( transposed_st ) <nl> return transposed_st <nl> <nl> def _take_many_sparse_from_tensors_map ( <nl> output_indices . set_shape ( [ None , rank ] ) <nl> output_shape . set_shape ( [ rank ] ) <nl> <nl> - return ops . SparseTensor ( output_indices , output_values , output_shape ) <nl> + return sparse_tensor . SparseTensor ( output_indices , output_values , output_shape ) <nl> <nl> <nl> ops . RegisterShape ( " AddSparseToTensorsMap " ) ( common_shapes . call_cpp_shape_fn ) <nl> mmm a / tensorflow / python / ops / string_ops . py <nl> ppp b / tensorflow / python / ops / string_ops . py <nl> <nl> from tensorflow . python . framework import common_shapes <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> <nl> # pylint : disable = unused - import <nl> from tensorflow . python . ops import gen_string_ops <nl> def string_split ( source , delimiter = " " ) : # pylint : disable = invalid - name <nl> indices . set_shape ( [ None , 2 ] ) <nl> values . set_shape ( [ None ] ) <nl> shape . set_shape ( [ 2 ] ) <nl> - return ops . SparseTensor ( indices , values , shape ) <nl> + return sparse_tensor . SparseTensor ( indices , values , shape ) <nl> <nl> <nl> ops . NotDifferentiable ( " StringToHashBucket " ) <nl> mmm a / tensorflow / python / platform / gfile . py <nl> ppp b / tensorflow / python / platform / gfile . py <nl> <nl> # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> <nl> " " " Import router for file_io . " " " <nl> - # pylint : disable = wildcard - import <nl> from __future__ import absolute_import <nl> from __future__ import division <nl> from __future__ import print_function <nl> <nl> - from tensorflow . python . lib . io import file_io <nl> + # pylint : disable = unused - import <nl> + from tensorflow . python . lib . io . file_io import copy as Copy <nl> + from tensorflow . python . lib . io . file_io import create_dir as MkDir <nl> + from tensorflow . python . lib . io . file_io import delete_file as Remove <nl> + from tensorflow . python . lib . io . file_io import delete_recursively as DeleteRecursively <nl> + from tensorflow . python . lib . io . file_io import file_exists as Exists <nl> + from tensorflow . python . lib . io . file_io import FileIO as _FileIO <nl> + from tensorflow . python . lib . io . file_io import get_matching_files as Glob <nl> + from tensorflow . python . lib . io . file_io import is_directory as IsDirectory <nl> + from tensorflow . python . lib . io . file_io import list_directory as ListDirectory <nl> + from tensorflow . python . lib . io . file_io import recursive_create_dir as MakeDirs <nl> + from tensorflow . python . lib . io . file_io import rename as Rename <nl> + from tensorflow . python . lib . io . file_io import stat as Stat <nl> + from tensorflow . python . lib . io . file_io import walk as Walk <nl> + # pylint : enable = unused - import <nl> + from tensorflow . python . util . all_util import remove_undocumented <nl> <nl> <nl> - class GFile ( file_io . FileIO ) : <nl> - " " " File I / O wrappers with thread locking . " " " <nl> + class GFile ( _FileIO ) : <nl> + " " " File I / O wrappers without thread locking . " " " <nl> <nl> def __init__ ( self , name , mode = ' r ' ) : <nl> mode = mode . replace ( ' b ' , ' ' ) <nl> super ( GFile , self ) . __init__ ( name = name , mode = mode ) <nl> <nl> <nl> - class FastGFile ( file_io . FileIO ) : <nl> + class FastGFile ( _FileIO ) : <nl> " " " File I / O wrappers without thread locking . " " " <nl> <nl> def __init__ ( self , name , mode = ' r ' ) : <nl> def __init__ ( self , name , mode = ' r ' ) : <nl> super ( FastGFile , self ) . __init__ ( name = name , mode = mode ) <nl> <nl> <nl> - # This should be kept consistent with the OSS implementation <nl> - # of the gfile interface . <nl> - <nl> # Does not alias to Open so that we use our version of GFile to strip <nl> # ' b ' mode . <nl> Open = GFile <nl> <nl> - # pylint : disable = invalid - name <nl> - Exists = file_io . file_exists <nl> - IsDirectory = file_io . is_directory <nl> - Glob = file_io . get_matching_files <nl> - MkDir = file_io . create_dir <nl> - MakeDirs = file_io . recursive_create_dir <nl> - Remove = file_io . delete_file <nl> - DeleteRecursively = file_io . delete_recursively <nl> - ListDirectory = file_io . list_directory <nl> - Walk = file_io . walk <nl> - Stat = file_io . stat <nl> - Rename = file_io . rename <nl> - Copy = file_io . copy <nl> + # TODO ( drpng ) : Find the right place to document these . <nl> + _allowed_symbols = [ <nl> + ' Copy ' , <nl> + ' DeleteRecursively ' , <nl> + ' Exists ' , <nl> + ' FastGFile ' , <nl> + ' GFile ' , <nl> + ' Glob ' , <nl> + ' IsDirectory ' , <nl> + ' ListDirectory ' , <nl> + ' Open ' , <nl> + ' MakeDirs ' , <nl> + ' MkDir ' , <nl> + ' Remove ' , <nl> + ' Rename ' , <nl> + ' Stat ' , <nl> + ' Walk ' , <nl> + ] <nl> + <nl> + remove_undocumented ( __name__ , _allowed_symbols ) <nl> mmm a / tensorflow / python / saved_model / builder . py <nl> ppp b / tensorflow / python / saved_model / builder . py <nl> def _tag_and_add_meta_graph ( self , meta_graph_def , tags , signature_def_map ) : <nl> proto_meta_graph_def = self . _saved_model . meta_graphs . add ( ) <nl> proto_meta_graph_def . CopyFrom ( meta_graph_def ) <nl> <nl> + def _maybe_clear_devices ( self , clear_devices ) : <nl> + if not clear_devices : <nl> + return <nl> + for node in ops . get_default_graph ( ) . as_graph_def ( ) . node : <nl> + node . device = " " <nl> + <nl> def add_meta_graph ( self , <nl> tags , <nl> signature_def_map = None , <nl> assets_collection = None , <nl> - legacy_init_op = None ) : <nl> + legacy_init_op = None , <nl> + clear_devices = False ) : <nl> " " " Adds the current meta graph to the SavedModel . <nl> <nl> Creates a Saver in the current scope and uses the Saver to export the meta <nl> def add_meta_graph ( self , <nl> that this collection should be a subset of the assets saved as part of <nl> the first meta graph in the SavedModel . <nl> legacy_init_op : Op or group of ops to execute after the restore op upon a <nl> - load . <nl> + load . <nl> + clear_devices : Set to true if the device info on the default graph should <nl> + be cleared . <nl> <nl> Raises : <nl> AssertionError : If the variables for the SavedModel have not been saved <nl> def add_meta_graph ( self , <nl> " Variables and assets have not been saved yet . " <nl> " Please invoke ` add_meta_graph_and_variables ( ) ` first . " ) <nl> <nl> + self . _maybe_clear_devices ( clear_devices ) <nl> + <nl> # Save asset files and write them to disk , if any . <nl> self . _save_and_write_assets ( assets_collection ) <nl> <nl> def add_meta_graph_and_variables ( self , <nl> tags , <nl> signature_def_map = None , <nl> assets_collection = None , <nl> - legacy_init_op = None ) : <nl> + legacy_init_op = None , <nl> + clear_devices = False ) : <nl> " " " Adds the current meta graph to the SavedModel and saves variables . <nl> <nl> Creates a Saver to save the variables from the provided session . Exports the <nl> def add_meta_graph_and_variables ( self , <nl> assets_collection : Assets collection to be saved with SavedModel . <nl> legacy_init_op : Op or group of ops to execute after the restore op upon a <nl> load . <nl> + clear_devices : Set to true if the device info on the default graph should <nl> + be cleared . <nl> " " " <nl> if self . _has_saved_variables : <nl> raise AssertionError ( " Variables and assets have already been saved . " <nl> " Please invoke ` add_meta_graph ( ) ` instead . " ) <nl> <nl> + self . _maybe_clear_devices ( clear_devices ) <nl> + <nl> # Save asset files and write them to disk , if any . <nl> self . _save_and_write_assets ( assets_collection ) <nl> <nl> mmm a / tensorflow / python / saved_model / saved_model_test . py <nl> ppp b / tensorflow / python / saved_model / saved_model_test . py <nl> def testOp ( self ) : <nl> tf . get_collection ( " init_op " ) [ 0 ] . run ( ) <nl> self . assertEqual ( 3 , tf . get_collection ( " v " ) [ 2 ] . eval ( ) ) <nl> <nl> + def testClearDevices ( self ) : <nl> + export_dir = os . path . join ( tf . test . get_temp_dir ( ) , " test_clear_devices " ) <nl> + builder = saved_model_builder . SavedModelBuilder ( export_dir ) <nl> + <nl> + # Specify a device and save a variable . <nl> + tf . reset_default_graph ( ) <nl> + with tf . Session ( <nl> + target = " " , <nl> + config = config_pb2 . ConfigProto ( device_count = { " CPU " : 2 } ) ) as sess : <nl> + with sess . graph . device ( " / cpu : 0 " ) : <nl> + self . _init_and_validate_variable ( sess , " v " , 42 ) <nl> + builder . add_meta_graph_and_variables ( <nl> + sess , [ tag_constants . TRAINING ] , clear_devices = True ) <nl> + <nl> + # Save the SavedModel to disk . <nl> + builder . save ( ) <nl> + <nl> + # Restore the graph with a single predefined tag whose variables were saved <nl> + # without any device information . <nl> + with self . test_session ( graph = tf . Graph ( ) ) as sess : <nl> + loader . load ( sess , [ tag_constants . TRAINING ] , export_dir ) <nl> + self . assertEqual ( 42 , tf . get_collection ( tf . GraphKeys . VARIABLES ) [ 0 ] . eval ( ) ) <nl> + <nl> <nl> if __name__ = = " __main__ " : <nl> tf . test . main ( ) <nl> mmm a / tensorflow / python / tools / BUILD <nl> ppp b / tensorflow / python / tools / BUILD <nl> py_test ( <nl> ] , <nl> ) <nl> <nl> - py_library ( <nl> - name = " graph_metrics_lib " , <nl> - srcs = [ " graph_metrics . py " ] , <nl> - srcs_version = " PY2AND3 " , <nl> - deps = [ <nl> - " / / tensorflow : tensorflow_py " , <nl> - ] , <nl> - ) <nl> - <nl> - py_binary ( <nl> - name = " graph_metrics " , <nl> - srcs = [ <nl> - " graph_metrics . py " , <nl> - ] , <nl> - main = " graph_metrics . py " , <nl> - srcs_version = " PY2AND3 " , <nl> - deps = [ <nl> - " / / tensorflow : tensorflow_py " , <nl> - ] , <nl> - ) <nl> - <nl> - py_test ( <nl> - name = " graph_metrics_test " , <nl> - size = " small " , <nl> - srcs = [ <nl> - " graph_metrics_test . py " , <nl> - ] , <nl> - srcs_version = " PY2AND3 " , <nl> - deps = [ <nl> - " : graph_metrics_lib " , <nl> - " / / tensorflow / python : framework_test_lib " , <nl> - " / / tensorflow / python : platform_test " , <nl> - ] , <nl> - ) <nl> - <nl> py_binary ( <nl> name = " inspect_checkpoint " , <nl> srcs = [ <nl> deleted file mode 100644 <nl> index ecb0f091f6a59 . . 0000000000000 <nl> mmm a / tensorflow / python / tools / graph_metrics . py <nl> ppp / dev / null <nl> <nl> - # Copyright 2015 The TensorFlow Authors . All Rights Reserved . <nl> - # <nl> - # Licensed under the Apache License , Version 2 . 0 ( the " License " ) ; <nl> - # you may not use this file except in compliance with the License . <nl> - # You may obtain a copy of the License at <nl> - # <nl> - # http : / / www . apache . org / licenses / LICENSE - 2 . 0 <nl> - # <nl> - # Unless required by applicable law or agreed to in writing , software <nl> - # distributed under the License is distributed on an " AS IS " BASIS , <nl> - # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either express or implied . <nl> - # See the License for the specific language governing permissions and <nl> - # limitations under the License . <nl> - # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> - <nl> - " " " Gives estimates of computation and parameter sizes for a GraphDef . <nl> - <nl> - This script takes a GraphDef representing a network , and produces rough <nl> - estimates of the number of floating - point operations needed to implement it and <nl> - how many parameters are stored . You need to pass in the input size , and the <nl> - results are only approximate , since it only calculates them for a subset of <nl> - common operations . <nl> - <nl> - If you have downloaded the Inception graph for the label_image example , an <nl> - example of using this script would be : <nl> - <nl> - bazel - bin / third_party / tensorflow / python / tools / graph_metrics \ <nl> mmmgraph tensorflow_inception_graph . pb \ <nl> mmmstatistics = weight_parameters , flops <nl> - <nl> - " " " <nl> - from __future__ import absolute_import <nl> - from __future__ import division <nl> - from __future__ import print_function <nl> - <nl> - import locale <nl> - <nl> - import tensorflow as tf <nl> - <nl> - from google . protobuf import text_format <nl> - <nl> - from tensorflow . core . framework import graph_pb2 <nl> - from tensorflow . python . framework import ops <nl> - <nl> - <nl> - FLAGS = tf . flags . FLAGS <nl> - <nl> - tf . flags . DEFINE_string ( " graph " , " " , " " " TensorFlow ' GraphDef ' file to load . " " " ) <nl> - tf . flags . DEFINE_bool ( " input_binary " , True , <nl> - " " " Whether the input files are in binary format . " " " ) <nl> - tf . flags . DEFINE_string ( " input_layer " , " Mul : 0 " , <nl> - " " " The name of the input node . " " " ) <nl> - tf . flags . DEFINE_integer ( " batch_size " , 1 , <nl> - " " " The batch size to use for the calculations . " " " ) <nl> - tf . flags . DEFINE_string ( " statistics " , " weight_parameters , flops " , <nl> - " " " Which statistic types to examine . " " " ) <nl> - tf . flags . DEFINE_string ( " input_shape_override " , " " , <nl> - " " " If this is set , the comma - separated values will be " " " <nl> - " " " used to set the shape of the input layer . " " " ) <nl> - tf . flags . DEFINE_boolean ( " print_nodes " , False , <nl> - " " " Whether to show statistics for each op . " " " ) <nl> - <nl> - <nl> - def print_stat ( prefix , statistic_type , value ) : <nl> - if value is None : <nl> - friendly_value = " None " <nl> - else : <nl> - friendly_value = locale . format ( " % d " , value , grouping = True ) <nl> - print ( " % s % s = % s " % ( prefix , statistic_type , friendly_value ) ) <nl> - <nl> - <nl> - def main ( unused_args ) : <nl> - if not tf . gfile . Exists ( FLAGS . graph ) : <nl> - print ( " Input graph file ' " + FLAGS . graph + " ' does not exist ! " ) <nl> - return - 1 <nl> - graph_def = graph_pb2 . GraphDef ( ) <nl> - with open ( FLAGS . graph , " rb " ) as f : <nl> - if FLAGS . input_binary : <nl> - graph_def . ParseFromString ( f . read ( ) ) <nl> - else : <nl> - text_format . Merge ( f . read ( ) , graph_def ) <nl> - statistic_types = FLAGS . statistics . split ( " , " ) <nl> - if FLAGS . input_shape_override : <nl> - input_shape_override = map ( int , FLAGS . input_shape_override . split ( " , " ) ) <nl> - else : <nl> - input_shape_override = None <nl> - total_stats , node_stats = calculate_graph_metrics ( <nl> - graph_def , statistic_types , FLAGS . input_layer , input_shape_override , <nl> - FLAGS . batch_size ) <nl> - if FLAGS . print_nodes : <nl> - for node in graph_def . node : <nl> - for statistic_type in statistic_types : <nl> - current_stats = node_stats [ statistic_type ] [ node . name ] <nl> - print_stat ( node . name + " ( " + node . op + " ) : " , statistic_type , <nl> - current_stats . value ) <nl> - for statistic_type in statistic_types : <nl> - value = total_stats [ statistic_type ] . value <nl> - print_stat ( " Total : " , statistic_type , value ) <nl> - <nl> - <nl> - def calculate_graph_metrics ( graph_def , statistic_types , input_layer , <nl> - input_shape_override , batch_size ) : <nl> - " " " Looks at the performance statistics of all nodes in the graph . " " " <nl> - _ = tf . import_graph_def ( graph_def , name = " " ) <nl> - total_stats = { } <nl> - node_stats = { } <nl> - for statistic_type in statistic_types : <nl> - total_stats [ statistic_type ] = ops . OpStats ( statistic_type ) <nl> - node_stats [ statistic_type ] = { } <nl> - # Make sure we get pretty - printed numbers with separators . <nl> - locale . setlocale ( locale . LC_ALL , " " ) <nl> - with tf . Session ( ) as sess : <nl> - input_tensor = sess . graph . get_tensor_by_name ( input_layer ) <nl> - input_shape_tensor = input_tensor . get_shape ( ) <nl> - if input_shape_tensor : <nl> - input_shape = input_shape_tensor . as_list ( ) <nl> - else : <nl> - input_shape = None <nl> - if input_shape_override : <nl> - input_shape = input_shape_override <nl> - if input_shape is None : <nl> - raise ValueError ( " " " No input shape was provided on the command line , " " " <nl> - " " " and the input op itself had no default shape , so " " " <nl> - " " " shape inference couldn ' t be performed . This is " " " <nl> - " " " required for metrics calculations . " " " ) <nl> - input_shape [ 0 ] = batch_size <nl> - input_tensor . set_shape ( input_shape ) <nl> - for node in graph_def . node : <nl> - # Ensure that the updated input shape has been fully - propagated before we <nl> - # ask for the statistics , since they may depend on the output size . <nl> - op = sess . graph . get_operation_by_name ( node . name ) <nl> - ops . set_shapes_for_outputs ( op ) <nl> - for statistic_type in statistic_types : <nl> - current_stats = ops . get_stats_for_node_def ( sess . graph , node , <nl> - statistic_type ) <nl> - node_stats [ statistic_type ] [ node . name ] = current_stats <nl> - total_stats [ statistic_type ] + = current_stats <nl> - return total_stats , node_stats <nl> - <nl> - if __name__ = = " __main__ " : <nl> - tf . app . run ( ) <nl> deleted file mode 100644 <nl> index 827856291e9f2 . . 0000000000000 <nl> mmm a / tensorflow / python / tools / graph_metrics_test . py <nl> ppp / dev / null <nl> <nl> - # Copyright 2015 The TensorFlow Authors . All Rights Reserved . <nl> - # <nl> - # Licensed under the Apache License , Version 2 . 0 ( the " License " ) ; <nl> - # you may not use this file except in compliance with the License . <nl> - # You may obtain a copy of the License at <nl> - # <nl> - # http : / / www . apache . org / licenses / LICENSE - 2 . 0 <nl> - # <nl> - # Unless required by applicable law or agreed to in writing , software <nl> - # distributed under the License is distributed on an " AS IS " BASIS , <nl> - # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either express or implied . <nl> - # See the License for the specific language governing permissions and <nl> - # limitations under the License . <nl> - # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> - " " " Tests the graph metrics tool . " " " <nl> - from __future__ import absolute_import <nl> - from __future__ import division <nl> - from __future__ import print_function <nl> - <nl> - import tensorflow as tf <nl> - <nl> - from tensorflow . python . tools import graph_metrics <nl> - <nl> - <nl> - class GraphMetricsTest ( tf . test . TestCase ) : <nl> - <nl> - def testGraphMetrics ( self ) : <nl> - with tf . Graph ( ) . as_default ( ) : <nl> - input_node = tf . placeholder ( tf . float32 , shape = [ 10 , 20 ] , name = " input_node " ) <nl> - weights_node = tf . constant ( 0 . 0 , <nl> - dtype = tf . float32 , <nl> - shape = [ 20 , 5 ] , <nl> - name = " weights_node " ) <nl> - tf . matmul ( input_node , weights_node , name = " matmul_node " ) <nl> - sess = tf . Session ( ) <nl> - graph_def = sess . graph . as_graph_def ( ) <nl> - statistic_types = [ " weight_parameters " , " flops " ] <nl> - total_stats , node_stats = graph_metrics . calculate_graph_metrics ( <nl> - graph_def , statistic_types , " input_node : 0 " , None , 10 ) <nl> - expected = { " weight_parameters " : 100 , " flops " : 2000 } <nl> - for statistic_type in statistic_types : <nl> - current_stats = node_stats [ statistic_type ] [ " matmul_node " ] <nl> - self . assertEqual ( expected [ statistic_type ] , current_stats . value ) <nl> - for statistic_type in statistic_types : <nl> - current_stats = total_stats [ statistic_type ] <nl> - self . assertEqual ( expected [ statistic_type ] , current_stats . value ) <nl> - <nl> - <nl> - if __name__ = = " __main__ " : <nl> - tf . test . main ( ) <nl> mmm a / tensorflow / python / training / input . py <nl> ppp b / tensorflow / python / training / input . py <nl> <nl> from tensorflow . python . framework import constant_op <nl> from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> + from tensorflow . python . framework import sparse_tensor <nl> from tensorflow . python . framework import tensor_shape <nl> from tensorflow . python . ops import array_ops <nl> from tensorflow . python . ops import control_flow_ops <nl> def _store_sparse_tensors ( tensor_list , enqueue_many , shared_map_ops = None ) : <nl> maybe_shared_map_ops = shared_map_ops or [ None ] * len ( tensor_list ) <nl> <nl> def _sparse_meta_data ( t , storing_op , map_op ) : <nl> - if not isinstance ( t , ops . SparseTensor ) : <nl> + if not isinstance ( t , sparse_tensor . SparseTensor ) : <nl> return _SparseMetaData ( False , None , None ) <nl> rank = t . shape . get_shape ( ) . with_rank ( 1 ) [ 0 ] <nl> if enqueue_many : <nl> def _sparse_meta_data ( t , storing_op , map_op ) : <nl> sparse = True , map_op = map_op or storing_op , rank = rank ) <nl> <nl> def _maybe_store ( t , shared_map_op ) : <nl> - if not isinstance ( t , ops . SparseTensor ) : <nl> + if not isinstance ( t , sparse_tensor . SparseTensor ) : <nl> return t <nl> map_op_name = shared_map_op . name if shared_map_op else None <nl> return ( _store_many_sparse ( t , shared_name = map_op_name ) if enqueue_many <nl> mmm a / tensorflow / python / training / saver . py <nl> ppp b / tensorflow / python / training / saver . py <nl> def __init__ ( self , <nl> builder = None , <nl> defer_build = False , <nl> allow_empty = False , <nl> - write_version = saver_pb2 . SaverDef . V2 , <nl> + write_version = saver_pb2 . SaverDef . V1 , <nl> pad_step_number = False ) : <nl> " " " Creates a ` Saver ` . <nl> <nl> similarity index 100 % <nl> rename from tensorflow / contrib / framework / python / framework / decorator_utils . py <nl> rename to tensorflow / python / util / decorator_utils . py <nl> similarity index 97 % <nl> rename from tensorflow / contrib / framework / python / framework / decorator_utils_test . py <nl> rename to tensorflow / python / util / decorator_utils_test . py <nl> mmm a / tensorflow / contrib / framework / python / framework / decorator_utils_test . py <nl> ppp b / tensorflow / python / util / decorator_utils_test . py <nl> <nl> import functools <nl> <nl> import tensorflow as tf <nl> - from tensorflow . contrib . framework . python . framework import decorator_utils <nl> from tensorflow . python . platform import tf_logging as logging <nl> + from tensorflow . python . util import decorator_utils <nl> <nl> <nl> def _test_function ( unused_arg = 0 ) : <nl> similarity index 99 % <nl> rename from tensorflow / contrib / framework / python / framework / deprecation . py <nl> rename to tensorflow / python / util / deprecation . py <nl> mmm a / tensorflow / contrib / framework / python / framework / deprecation . py <nl> ppp b / tensorflow / python / util / deprecation . py <nl> <nl> import inspect <nl> import re <nl> <nl> - from tensorflow . contrib . framework . python . framework import decorator_utils <nl> from tensorflow . python . platform import tf_logging as logging <nl> + from tensorflow . python . util import decorator_utils <nl> <nl> <nl> def _add_deprecated_function_notice_to_docstring ( doc , date , instructions ) : <nl> similarity index 99 % <nl> rename from tensorflow / contrib / framework / python / framework / deprecation_test . py <nl> rename to tensorflow / python / util / deprecation_test . py <nl> mmm a / tensorflow / contrib / framework / python / framework / deprecation_test . py <nl> ppp b / tensorflow / python / util / deprecation_test . py <nl> <nl> from __future__ import print_function <nl> <nl> import tensorflow as tf <nl> - from tensorflow . contrib . framework . python . framework import deprecation <nl> from tensorflow . python . platform import tf_logging as logging <nl> + from tensorflow . python . util import deprecation <nl> <nl> <nl> class DeprecationTest ( tf . test . TestCase ) : <nl> mmm a / tensorflow / stream_executor / device_memory . h <nl> ppp b / tensorflow / stream_executor / device_memory . h <nl> class DeviceMemory final : public DeviceMemoryBase { <nl> } <nl> <nl> / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> - / / DO NOT USE - FASTR TEAM - INTERNAL FUNCTIONS <nl> - / / Used internally by gcudacc . <nl> - # ifdef __GCUDACC__ <nl> - / / Implicit conversion operators needed to support mixed mode . Since buffer <nl> - / / sizes aren ' t used in the CUDA launching process , and since the constructed <nl> - / / objects are all temporary , this is safe . <nl> - / / Linter warning disabled as we require an implicit conversion . <nl> - DeviceMemory ( const ElemT * opaque ) : / / NOLINT <nl> - DeviceMemoryBase ( reinterpret_cast < void * > ( const_cast < ElemT * > ( opaque ) ) , <nl> - 0 ) { } <nl> - <nl> - operator ElemT * ( ) { return reinterpret_cast < ElemT * > ( opaque ( ) ) ; } <nl> - operator const ElemT * ( ) { <nl> - return const_cast < const ElemT * > ( reinterpret_cast < ElemT * > ( opaque ( ) ) ) ; <nl> - } <nl> - # endif <nl> - / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> <nl> protected : <nl> / / This constructor is solely used from derived classes ; it is made protected <nl> mmm a / tensorflow / tensorboard / bower . json <nl> ppp b / tensorflow / tensorboard / bower . json <nl> <nl> " iron - overlay - behavior " , <nl> " iron - range - behavior " , <nl> " iron - resizable - behavior " , <nl> + " iron - scroll - target - behavior " , <nl> " iron - validatable - behavior " , <nl> " neon - animation " , <nl> " paper - dialog - behavior " , <nl> <nl> " iron - form - element - behavior " : " PolymerElements / iron - form - element - behavior # 1 . 0 . 6 " , <nl> " iron - icon " : " PolymerElements / iron - icon # 1 . 0 . 11 " , <nl> " iron - icons " : " PolymerElements / iron - icons # 1 . 1 . 3 " , <nl> - " iron - iconset - svg " : " PolymerElements / iron - iconset - svg # 1 . 0 . 10 " , <nl> + " iron - iconset - svg " : " PolymerElements / iron - iconset - svg # 1 . 1 . 0 " , <nl> " iron - input " : " PolymerElements / iron - input # 1 . 0 . 10 " , <nl> " iron - list " : " PolymerElements / iron - list # 1 . 3 . 9 " , <nl> " iron - menu - behavior " : " PolymerElements / iron - menu - behavior # 1 . 1 . 10 " , <nl> " iron - meta " : " PolymerElements / iron - meta # 1 . 1 . 1 " , <nl> - " iron - overlay - behavior " : " PolymerElements / iron - overlay - behavior # 1 . 9 . 0 " , <nl> + " iron - overlay - behavior " : " PolymerElements / iron - overlay - behavior # 1 . 10 . 1 " , <nl> " iron - range - behavior " : " PolymerElements / iron - range - behavior # 1 . 0 . 4 " , <nl> " iron - resizable - behavior " : " PolymerElements / iron - resizable - behavior # 1 . 0 . 3 " , <nl> + " iron - scroll - target - behavior " : " PolymerElements / iron - scroll - target - behavior # 1 . 0 . 3 " , <nl> " iron - selector " : " PolymerElements / iron - selector # 1 . 5 . 2 " , <nl> " iron - validatable - behavior " : " PolymerElements / iron - validatable - behavior # 1 . 1 . 1 " , <nl> " lodash " : " 3 . 8 . 0 " , <nl> <nl> " paper - dialog - behavior " : " PolymerElements / paper - dialog - behavior # 1 . 2 . 5 " , <nl> " paper - dropdown - menu " : " PolymerElements / paper - dropdown - menu # 1 . 4 . 0 " , <nl> " paper - header - panel " : " PolymerElements / paper - header - panel # 1 . 1 . 4 " , <nl> - " paper - icon - button " : " PolymerElements / paper - icon - button # 1 . 1 . 2 " , <nl> + " paper - icon - button " : " PolymerElements / paper - icon - button # 1 . 1 . 3 " , <nl> " paper - input " : " PolymerElements / paper - input # 1 . 1 . 18 " , <nl> " paper - item " : " PolymerElements / paper - item # 1 . 1 . 4 " , <nl> " paper - listbox " : " PolymerElements / paper - listbox # 1 . 1 . 2 " , <nl> <nl> " iron - form - element - behavior " : " 1 . 0 . 6 " , <nl> " iron - icon " : " 1 . 0 . 11 " , <nl> " iron - icons " : " 1 . 1 . 3 " , <nl> - " iron - iconset - svg " : " 1 . 0 . 10 " , <nl> + " iron - iconset - svg " : " 1 . 1 . 0 " , <nl> " iron - input " : " 1 . 0 . 10 " , <nl> " iron - list " : " 1 . 3 . 9 " , <nl> " iron - menu - behavior " : " 1 . 1 . 10 " , <nl> " iron - meta " : " 1 . 1 . 1 " , <nl> - " iron - overlay - behavior " : " 1 . 9 . 0 " , <nl> + " iron - overlay - behavior " : " 1 . 10 . 1 " , <nl> " iron - range - behavior " : " 1 . 0 . 4 " , <nl> " iron - resizable - behavior " : " 1 . 0 . 3 " , <nl> + " iron - scroll - target - behavior " : " 1 . 0 . 3 " , <nl> " iron - selector " : " 1 . 5 . 2 " , <nl> " iron - validatable - behavior " : " 1 . 1 . 1 " , <nl> " lodash " : " 3 . 8 . 0 " , <nl> <nl> " paper - dialog - behavior " : " 1 . 2 . 5 " , <nl> " paper - dropdown - menu " : " 1 . 4 . 0 " , <nl> " paper - header - panel " : " 1 . 1 . 4 " , <nl> - " paper - icon - button " : " 1 . 1 . 2 " , <nl> + " paper - icon - button " : " 1 . 1 . 3 " , <nl> " paper - input " : " 1 . 1 . 18 " , <nl> " paper - item " : " 1 . 1 . 4 " , <nl> " paper - listbox " : " 1 . 1 . 2 " , <nl> mmm a / tensorflow / tensorboard / bower / BUILD <nl> ppp b / tensorflow / tensorboard / bower / BUILD <nl> filegroup ( <nl> " @ iron_overlay_behavior / / : iron_overlay_behavior " , <nl> " @ iron_range_behavior / / : iron_range_behavior " , <nl> " @ iron_resizable_behavior / / : iron_resizable_behavior " , <nl> + " @ iron_scroll_target_behavior / / : iron_scroll_target_behavior " , <nl> " @ iron_selector / / : iron_selector " , <nl> " @ iron_validatable_behavior / / : iron_validatable_behavior " , <nl> " @ lodash / / : lodash " , <nl> mmm a / tensorflow / tensorboard / components / tf_globals / globals . ts <nl> ppp b / tensorflow / tensorboard / components / tf_globals / globals . ts <nl> module TF . Globals { <nl> [ ' scalars ' , ' images ' , ' audio ' , ' graphs ' , ' distributions ' , ' histograms ' ] ; <nl> <nl> if ( PROJECTOR_LAUNCHED ) { <nl> - TABS . push ( ' projections ' ) ; <nl> + TABS . push ( ' embeddings ' ) ; <nl> } <nl> <nl> / / If true , TensorBoard stores its hash in the URI state . <nl> mmm a / tensorflow / tensorboard / components / tf_image_dashboard / tf - image - dashboard . html <nl> ppp b / tensorflow / tensorboard / components / tf_image_dashboard / tf - image - dashboard . html <nl> <nl> - - > <nl> <nl> < link rel = " import " href = " . . / polymer / polymer . html " > <nl> + < link rel = " import " href = " . . / paper - dialog / paper - dialog . html " > <nl> + < link rel = " import " href = " . . / paper - icon - button / paper - icon - button . html " > <nl> < link rel = " import " href = " . . / tf - backend / tf - backend . html " > <nl> < link rel = " import " href = " . . / tf - color - scale / tf - color - scale . html " > <nl> < link rel = " import " href = " . . / tf - dashboard - common / tf - dashboard . html " > <nl> <nl> - - > <nl> < dom - module id = " tf - image - dashboard " > <nl> < template > <nl> + < paper - dialog with - backdrop id = " actual - image - size - dialog " > < / paper - dialog > <nl> < div id = " plumbing " > <nl> < tf - color - scale <nl> id = " colorScale " <nl> <nl> > <nl> < template > <nl> < tf - image - loader color - scale = " [ [ _colorScale ] ] " > < / tf - image - loader > <nl> + < paper - icon - button <nl> + class = " actual - size - button " <nl> + icon = " aspect - ratio " <nl> + on - tap = " _showActualSize " <nl> + title = " Show the image at its true pixel size " <nl> + > < / paper - icon - button > <nl> < / template > <nl> < / tf - panes - helper > <nl> < / div > <nl> <nl> - - card - expanded - width : 700px ; <nl> - - card - expanded - height : auto ; <nl> } <nl> + <nl> + . actual - size - button { <nl> + background : # fff ; <nl> + border - radius : 100 % ; <nl> + bottom : - 35px ; <nl> + color : # 2196f3 ; <nl> + height : 32px ; <nl> + left : 35px ; <nl> + padding : 4px ; <nl> + pointer - events : auto ; <nl> + position : absolute ; <nl> + width : 32px ; <nl> + } <nl> + <nl> + . actual - size - button - selected { <nl> + background : var ( - - tb - ui - light - accent ) ; <nl> + } <nl> + <nl> + # actual - image - size - dialog { <nl> + overflow : auto ; <nl> + } <nl> < / style > <nl> < / template > <nl> < script > <nl> <nl> this . fire ( " rendered " ) ; <nl> } ) ; <nl> } , <nl> + _showActualSize : function ( e ) { <nl> + var currentTarget = Polymer . dom ( e . currentTarget ) ; <nl> + var card = currentTarget . node . closest ( ' . card ' ) ; <nl> + <nl> + / / Create a full - size copy of the image . <nl> + var newImage = card . querySelector ( ' # img ' ) . cloneNode ( ) ; <nl> + newImage . style . height = ' auto ' ; <nl> + newImage . style . width = ' auto ' ; <nl> + newImage . style . margin = 0 ; <nl> + newImage . style . padding = 0 ; <nl> + newImage . classList . add ( " actual - size - image " ) ; <nl> + <nl> + / / When the user clicks on the image , empty and close the dialog . <nl> + var dialog = this . $ $ ( ' # actual - image - size - dialog ' ) ; <nl> + newImage . addEventListener ( ' click ' , function ( ) { <nl> + dialog . close ( ) ; <nl> + } ) ; <nl> + <nl> + / / Update dialog content . Show the dialog . <nl> + dialog . innerHTML = ' ' ; <nl> + dialog . appendChild ( newImage ) ; <nl> + dialog . open ( ) ; <nl> + } <nl> } ) ; <nl> < / script > <nl> < / dom - module > <nl> mmm a / tensorflow / tensorboard / components / tf_tensorboard / tf - tensorboard . html <nl> ppp b / tensorflow / tensorboard / components / tf_tensorboard / tf - tensorboard . html <nl> < h2 > Settings < / h2 > <nl> > < / tf - histogram - dashboard > <nl> < / template > <nl> <nl> - < template is = " dom - if " if = " [ [ _modeIsProjections ( mode ) ] ] " > <nl> + < template is = " dom - if " if = " [ [ _modeIsEmbeddings ( mode ) ] ] " > <nl> < vz - projector - dashboard <nl> id = " projector " <nl> route - prefix = " / data / plugin / projector " > <nl> < h2 > Settings < / h2 > <nl> _modeIsGraphs : function ( mode ) { <nl> return mode = = = " graphs " ; <nl> } , <nl> - _modeIsProjections : function ( mode ) { <nl> - return mode = = = " projections " ; <nl> + _modeIsEmbeddings : function ( mode ) { <nl> + return mode = = = " embeddings " ; <nl> } , <nl> _modeIsDistributions : function ( mode ) { <nl> return mode = = = " distributions " ; <nl> < h2 > Settings < / h2 > <nl> } <nl> } , <nl> reload : function ( ) { <nl> - if ( this . mode = = = " graphs " | | this . mode = = = " projections " ) { <nl> + if ( this . mode = = = " graphs " | | this . mode = = = " embeddings " ) { <nl> return ; <nl> } <nl> this . selectedDashboard ( ) . reload ( ) ; <nl> mmm a / tensorflow / tensorboard / components / vz_projector / data - provider . ts <nl> ppp b / tensorflow / tensorboard / components / vz_projector / data - provider . ts <nl> import * as logging from ' . / logging ' ; <nl> import { runAsyncTask } from ' . / util ' ; <nl> <nl> / * * Maximum number of colors supported in the color map . * / <nl> - const NUM_COLORS_COLOR_MAP = 20 ; <nl> + const NUM_COLORS_COLOR_MAP = 50 ; <nl> <nl> export const METADATA_MSG_ID = ' metadata ' ; <nl> export const TENSORS_MSG_ID = ' tensors ' ; <nl> export function retrieveSpriteAndMetadataInfo ( metadataPath : string , <nl> metadata . spriteMetadata = spriteMetadata ; <nl> callback ( metadata ) ; <nl> } ) ; <nl> - } <nl> \ No newline at end of file <nl> + } <nl> mmm a / tensorflow / tensorboard / components / vz_projector / data . ts <nl> ppp b / tensorflow / tensorboard / components / vz_projector / data . ts <nl> import { SpriteMetadata } from ' . / data - provider ' ; <nl> <nl> export type DistanceFunction = ( a : number [ ] , b : number [ ] ) = > number ; <nl> export type PointAccessor = ( index : number ) = > number ; <nl> + export type PointAccessors3D = [ PointAccessor , PointAccessor , PointAccessor ] ; <nl> <nl> export interface PointMetadata { <nl> [ key : string ] : number | string ; <nl> mmm a / tensorflow / tensorboard / components / vz_projector / scatterPlot . ts <nl> ppp b / tensorflow / tensorboard / components / vz_projector / scatterPlot . ts <nl> See the License for the specific language governing permissions and <nl> limitations under the License . <nl> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = * / <nl> <nl> - import { PointAccessor , DataSet } from ' . / data ' ; <nl> + import { DataSet , PointAccessors3D } from ' . / data ' ; <nl> import { HoverContext } from ' . / hoverContext ' ; <nl> import { LabelRenderParams , RenderContext } from ' . / renderContext ' ; <nl> import { ScatterPlotVisualizer } from ' . / scatterPlotVisualizer ' ; <nl> const ORTHO_CAMERA_FRUSTUM_HALF_EXTENT = 1 . 2 ; <nl> const SHIFT_KEY = 16 ; <nl> const CTRL_KEY = 17 ; <nl> <nl> - const START_CAMERA_POS_3D = new THREE . Vector3 ( 0 . 6 , 1 . 0 , 1 . 85 ) ; <nl> + const START_CAMERA_POS_3D = new THREE . Vector3 ( 0 . 45 , 0 . 9 , 1 . 6 ) ; <nl> const START_CAMERA_TARGET_3D = new THREE . Vector3 ( 0 , 0 , 0 ) ; <nl> const START_CAMERA_POS_2D = new THREE . Vector3 ( 0 , 0 , 1 ) ; <nl> const START_CAMERA_TARGET_2D = new THREE . Vector3 ( 0 , 0 , 0 ) ; <nl> export class ScatterPlot { <nl> private onCameraMoveListeners : OnCameraMoveListener [ ] = [ ] ; <nl> <nl> / / Accessors for rendering and labeling the points . <nl> - private pointAccessors : [ PointAccessor , PointAccessor , PointAccessor ] ; <nl> + private pointAccessors : PointAccessors3D ; <nl> <nl> / / Scaling functions for each axis . <nl> private xScale : d3 . scale . Linear < number , number > ; <nl> export class ScatterPlot { <nl> this . renderer . render ( this . scene , this . camera ) ; <nl> } <nl> <nl> - setPointAccessors ( pointAccessors : <nl> - [ PointAccessor , PointAccessor , PointAccessor ] ) { <nl> + setPointAccessors ( pointAccessors : PointAccessors3D ) { <nl> this . pointAccessors = pointAccessors ; <nl> } <nl> <nl> mmm a / tensorflow / tensorboard / components / vz_projector / scatterPlotVisualizerCanvasLabels . ts <nl> ppp b / tensorflow / tensorboard / components / vz_projector / scatterPlotVisualizerCanvasLabels . ts <nl> export class ScatterPlotVisualizerCanvasLabels implements <nl> <nl> this . gc . lineWidth = 6 ; <nl> this . gc . textBaseline = ' middle ' ; <nl> + this . gc . miterLimit = 2 ; <nl> <nl> / / Have extra space between neighboring labels . Don ' t pack too tightly . <nl> const labelMargin = 2 ; <nl> mmm a / tensorflow / tensorboard / components / vz_projector / scatterPlotVisualizerSprites . ts <nl> ppp b / tensorflow / tensorboard / components / vz_projector / scatterPlotVisualizerSprites . ts <nl> const FRAGMENT_SHADER_POINT_TEST_CHUNK = ` <nl> vec3 p = vec3 ( spriteCoord , 0 ) ; <nl> float p_in_v0_v1 = cross ( v1 - v0 , p - v0 ) . z ; <nl> float p_in_v1_v2 = cross ( v2 - v1 , p - v1 ) . z ; <nl> - float p_in_v2_v0 = cross ( v0 - v2 , p - v2 ) . z ; <nl> - vec3 p_inside = vec3 ( p_in_v0_v1 , p_in_v1_v2 , p_in_v2_v0 ) ; <nl> - vec3 p_inside_norm = step ( vec3 ( 0 , 0 , 0 ) , p_inside ) ; <nl> - return all ( bvec3 ( p_inside_norm ) ) ; <nl> + return ( p_in_v0_v1 > 0 . 0 ) & & ( p_in_v1_v2 > 0 . 0 ) ; <nl> } <nl> ` ; <nl> <nl> const FRAGMENT_SHADER_PICKING = ` <nl> if ( isImage ) { <nl> gl_FragColor = vec4 ( vColor , 1 ) ; <nl> } else { <nl> - float a = float ( point_in_unit_circle ( gl_PointCoord ) ) ; <nl> - gl_FragColor = vec4 ( vColor , a ) ; <nl> + bool inside = point_in_unit_circle ( gl_PointCoord ) ; <nl> + if ( ! inside ) { <nl> + discard ; <nl> + } <nl> + gl_FragColor = vec4 ( vColor , 1 ) ; <nl> } <nl> } ` ; <nl> <nl> mmm a / tensorflow / tensorboard / components / vz_projector / vz - projector - data - panel . ts <nl> ppp b / tensorflow / tensorboard / components / vz_projector / vz - projector - data - panel . ts <nl> export class DataPanel extends DataPanelPolymer { <nl> } <nl> let desc = stats . tooManyUniqueValues ? <nl> ' gradient ' : <nl> - stats . uniqueEntries . length + ' colors ' ; <nl> + stats . uniqueEntries . length + <nl> + ( ( stats . uniqueEntries . length > 20 ) ? ' non - unique ' : ' ' ) + <nl> + ' colors ' ; <nl> return { name : stats . name , desc , map , items , thresholds } ; <nl> } ) ; <nl> if ( metadataColorOption . length > 0 ) { <nl> mmm a / tensorflow / tensorflow . bzl <nl> ppp b / tensorflow / tensorflow . bzl <nl> def tf_kernel_library ( name , prefix = None , srcs = None , gpu_srcs = None , hdrs = None , <nl> deps = deps , <nl> * * kwargs ) <nl> <nl> - def tf_kernel_libraries ( name , prefixes , deps = None , * * kwargs ) : <nl> - " " " Makes one target per prefix , and one target that includes them all . " " " <nl> + def tf_kernel_libraries ( name , prefixes , deps = None , libs = None , * * kwargs ) : <nl> + " " " Makes one target per prefix , and one target that includes them all . <nl> + <nl> + Args : <nl> + name : The name of the omnibus cc_library target that depends on each <nl> + generated tf_kernel_library target . <nl> + prefixes : A list of source file name prefixes used to generate individual <nl> + libraries . See the definition of tf_kernel_library for details . <nl> + deps : The dependencies list associated with each generated target . <nl> + libs : Additional tf_kernel_library targets that should be included in the <nl> + omnibus cc_library target but not as deps of individual libraries . <nl> + This can be used , for example , if a library that was previously <nl> + generated by this rule is refactored into a separate definition <nl> + in order to specify more or fewer deps for it . <nl> + <nl> + Other attributes are forwarded to each individual target but not to the <nl> + omnibus cc_library target . <nl> + " " " <nl> for p in prefixes : <nl> tf_kernel_library ( name = p , prefix = p , deps = deps , * * kwargs ) <nl> - native . cc_library ( name = name , deps = [ " : " + p for p in prefixes ] ) <nl> + native . cc_library ( name = name , <nl> + deps = [ " : " + p for p in prefixes ] + ( libs or [ ] ) ) <nl> <nl> # Bazel rules for building swig files . <nl> def _py_wrap_cc_impl ( ctx ) : <nl> mmm a / tensorflow / tools / ci_build / builds / test_tutorials . sh <nl> ppp b / tensorflow / tools / ci_build / builds / test_tutorials . sh <nl> test_cifar10_train ( ) { <nl> return 1 <nl> fi <nl> <nl> - # Check ckpt files <nl> - if [ [ ! - f " $ { TUT_TEST_ROOT } / cifar10_train / model . ckpt - 0 . index " ] ] | | <nl> - [ [ ! - f " $ { TUT_TEST_ROOT } / cifar10_train / model . ckpt - 49 . index " ] ] ; then <nl> - echo " FAILED : cifar10_train did not generate expected model checkpoint files " <nl> - return 1 <nl> - fi <nl> - <nl> return 0 <nl> } <nl> <nl> mmm a / tensorflow / tools / quantization / quantize_graph . py <nl> ppp b / tensorflow / tools / quantization / quantize_graph . py <nl> <nl> from __future__ import division <nl> from __future__ import print_function <nl> <nl> + import collections <nl> import re <nl> import numpy as np <nl> import tensorflow as tf <nl> def quantize_weight_eightbit ( input_node , quantization_mode ) : <nl> return [ quint8_const_node , min_node , max_node , dequantize_node ] <nl> <nl> <nl> + EightbitizeRecursionState = collections . namedtuple ( <nl> + " EightbitizeRecursionState " , [ " already_visited " , " output_node_stack " , <nl> + " merged_with_fake_quant " ] ) <nl> + <nl> + <nl> class GraphRewriter ( object ) : <nl> " " " Takes a float graph , and rewrites it in quantized form . " " " <nl> <nl> def __init__ ( self , input_graph , mode , quantized_input_range ) : <nl> else : <nl> self . input_range = None <nl> <nl> + # Data that is valid only during the recursive call to rewrite the graph . <nl> + self . state = None <nl> + <nl> def create_nodes_map ( self , graph ) : <nl> " " " Builds a mapping of node names to their defs from the graph . " " " <nl> nodes_map = { } <nl> def rewrite ( self , output_node_names ) : <nl> output_nodes = [ self . nodes_map [ output_node_name ] <nl> for output_node_name in output_node_names ] <nl> <nl> - self . already_visited = { } <nl> - self . layers_eightbitized = [ ] <nl> + self . state = EightbitizeRecursionState ( already_visited = { } , <nl> + output_node_stack = [ ] , <nl> + merged_with_fake_quant = { } ) <nl> for output_node in output_nodes : <nl> self . eightbitize_nodes_recursively ( output_node ) <nl> - self . output_graph = self . quantize_weights ( self . output_graph , b " MIN_FIRST " ) <nl> + self . state = None <nl> if self . input_range : <nl> self . add_output_graph_node ( create_constant_node ( <nl> " quantized_input_min_value " , self . input_range [ 0 ] , tf . float32 , [ ] ) ) <nl> def quantize_node ( self , input_node ) : <nl> set_attr_string ( dequantize_node , " mode " , b " MIN_FIRST " ) <nl> self . add_output_graph_node ( dequantize_node ) <nl> <nl> + def should_merge_with_fake_quant_node ( self ) : <nl> + " " " Should the current node merge with self . state . output_node_stack [ - 1 ] ? " " " <nl> + if not self . state . output_node_stack : return False <nl> + top = self . state . output_node_stack [ - 1 ] <nl> + return top [ 1 ] = = 0 and top [ 0 ] . op in [ " FakeQuantWithMinMaxVars " ] <nl> + <nl> + def should_quantize_const ( self , node ) : <nl> + if not self . state . output_node_stack : return False <nl> + top = self . state . output_node_stack [ - 1 ] <nl> + if not top [ 2 ] : return False <nl> + assert tf . as_dtype ( node . attr [ " dtype " ] . type ) = = tf . float32 , ( <nl> + " Quantizing constant % s " % node . name ) <nl> + return True <nl> + <nl> def eightbitize_nodes_recursively ( self , current_node ) : <nl> " " " The entry point for transforming a graph into full eight bit . " " " <nl> - self . already_visited [ current_node . name ] = True <nl> - for input_node_name in current_node . input : <nl> + if current_node . name in self . state . already_visited : <nl> + if ( self . should_merge_with_fake_quant_node ( ) or <nl> + current_node . name in self . state . merged_with_fake_quant ) : <nl> + raise ValueError ( " Unsupported graph structure : output of node % s " <nl> + " is processed by a FakeQuant * node and should have " <nl> + " no other outputs . " , current_node . name ) <nl> + return <nl> + self . state . already_visited [ current_node . name ] = True <nl> + <nl> + for i , input_node_name in enumerate ( current_node . input ) : <nl> + quantize_input = False <nl> + if current_node . op in ( " MatMul " , " Conv2D " , " BiasAdd " , " MaxPool " , <nl> + " AvgPool " , " Relu " , " Relu6 " , <nl> + " BatchNormWithGlobalNormalization " ) : <nl> + quantize_input = True <nl> + elif current_node . op = = " Concat " and i > 0 : <nl> + quantize_input = True <nl> + elif current_node . op = = " Reshape " and i = = 0 : <nl> + quantize_input = True <nl> + <nl> + self . state . output_node_stack . append ( ( current_node , i , quantize_input ) ) <nl> + <nl> input_node_name = node_name_from_input ( input_node_name ) <nl> - if input_node_name in self . already_visited : <nl> - continue <nl> input_node = self . nodes_map [ input_node_name ] <nl> self . eightbitize_nodes_recursively ( input_node ) <nl> + <nl> + self . state . output_node_stack . pop ( ) <nl> + <nl> if current_node . op = = " MatMul " : <nl> self . eightbitize_mat_mul_node ( current_node ) <nl> elif current_node . op = = " Conv2D " : <nl> self . eightbitize_conv_node ( current_node ) <nl> - self . layers_eightbitized . append ( current_node . name ) <nl> elif current_node . op = = " BiasAdd " : <nl> self . eightbitize_bias_add_node ( current_node ) <nl> elif current_node . op = = " MaxPool " or current_node . op = = " AvgPool " : <nl> def eightbitize_nodes_recursively ( self , current_node ) : <nl> elif ( self . input_range and <nl> current_node . op in ( " Placeholder " , " PlaceholderV2 " ) ) : <nl> self . eightbitize_placeholder_node ( current_node ) <nl> + elif current_node . op = = " FakeQuantWithMinMaxVars " : <nl> + # It will have been merged into the underlying node . <nl> + pass <nl> + elif current_node . op = = " Const " : <nl> + if self . should_quantize_const ( current_node ) : <nl> + for n in quantize_weight_eightbit ( current_node , b " MIN_FIRST " ) : <nl> + self . add_output_graph_node ( n ) <nl> + else : <nl> + new_node = tf . NodeDef ( ) <nl> + new_node . CopyFrom ( current_node ) <nl> + self . add_output_graph_node ( new_node ) <nl> else : <nl> new_node = tf . NodeDef ( ) <nl> new_node . CopyFrom ( current_node ) <nl> self . add_output_graph_node ( new_node ) <nl> <nl> + if ( self . should_merge_with_fake_quant_node ( ) and <nl> + current_node . name not in self . state . merged_with_fake_quant ) : <nl> + raise ValueError ( <nl> + " FakeQuant * node % s failed to merge with node % s of type % s " % ( <nl> + self . state . output_node_stack [ - 1 ] [ 0 ] , current_node . name , <nl> + current_node . op ) ) <nl> + <nl> def add_eightbit_prologue_nodes ( self , original_node ) : <nl> " " " Adds input conversion nodes to handle quantizing the underlying node . " " " <nl> namespace_prefix = original_node . name + " _eightbit " <nl> def add_quantize_down_nodes ( self , original_node , quantized_output_name ) : <nl> quantized_output_name , quantized_output_name + " : 1 " , <nl> quantized_output_name + " : 2 " <nl> ] <nl> - requant_range_node = create_node ( <nl> - " RequantizationRange " , original_node . name + " _eightbit_requant_range " , <nl> - quantized_outputs ) <nl> - set_attr_dtype ( requant_range_node , " Tinput " , tf . qint32 ) <nl> - self . add_output_graph_node ( requant_range_node ) <nl> - <nl> + min_max_inputs = None <nl> + if self . should_merge_with_fake_quant_node ( ) : <nl> + # Use the inputs to the FakeQuantWithMinMaxVars node as the inputs to <nl> + # Requantize . <nl> + fake_quant_node = self . state . output_node_stack [ - 1 ] [ 0 ] <nl> + min_max_inputs = [ fake_quant_node . input [ 1 ] , fake_quant_node . input [ 2 ] ] <nl> + assert original_node . name not in self . state . merged_with_fake_quant <nl> + self . state . merged_with_fake_quant [ original_node . name ] = True <nl> + else : <nl> + # Add a RequantizationRange node for finding the min and max values . <nl> + requant_range_node = create_node ( <nl> + " RequantizationRange " , original_node . name + " _eightbit_requant_range " , <nl> + quantized_outputs ) <nl> + set_attr_dtype ( requant_range_node , " Tinput " , tf . qint32 ) <nl> + self . add_output_graph_node ( requant_range_node ) <nl> + min_max_inputs = [ requant_range_node . name + " : 0 " , <nl> + requant_range_node . name + " : 1 " ] <nl> requantize_node = create_node ( <nl> " Requantize " , original_node . name + " _eightbit_requantize " , <nl> - ( quantized_outputs + <nl> - [ requant_range_node . name + " : 0 " , requant_range_node . name + " : 1 " ] ) ) <nl> + quantized_outputs + min_max_inputs ) <nl> set_attr_dtype ( requantize_node , " Tinput " , tf . qint32 ) <nl> set_attr_dtype ( requantize_node , " out_type " , tf . quint8 ) <nl> self . add_output_graph_node ( requantize_node ) <nl> def add_quantize_down_nodes ( self , original_node , quantized_output_name ) : <nl> <nl> def add_dequantize_result_node ( self , quantized_output_name , <nl> original_node_name , min_tensor_index = 1 ) : <nl> + min_max_inputs = [ <nl> + " % s : % s " % ( quantized_output_name , min_tensor_index ) , <nl> + " % s : % s " % ( quantized_output_name , ( min_tensor_index + 1 ) ) ] <nl> dequantize_name = original_node_name <nl> + if self . should_merge_with_fake_quant_node ( ) : <nl> + fake_quant_node = self . state . output_node_stack [ - 1 ] [ 0 ] <nl> + if original_node_name not in self . state . merged_with_fake_quant : <nl> + min_max_inputs = [ fake_quant_node . input [ 1 ] , fake_quant_node . input [ 2 ] ] <nl> + self . state . merged_with_fake_quant [ original_node_name ] = True <nl> + dequantize_name = fake_quant_node . name <nl> + <nl> dequantize_node = create_node ( <nl> " Dequantize " , dequantize_name , <nl> - [ quantized_output_name , <nl> - " % s : % s " % ( quantized_output_name , min_tensor_index ) , <nl> - " % s : % s " % ( quantized_output_name , ( min_tensor_index + 1 ) ) ] ) <nl> + [ quantized_output_name , min_max_inputs [ 0 ] , min_max_inputs [ 1 ] ] ) <nl> set_attr_dtype ( dequantize_node , " T " , tf . quint8 ) <nl> set_attr_string ( dequantize_node , " mode " , b " MIN_FIRST " ) <nl> self . add_output_graph_node ( dequantize_node ) <nl> mmm a / tensorflow / tools / quantization / quantize_graph_test . py <nl> ppp b / tensorflow / tools / quantization / quantize_graph_test . py <nl> def get_top_value ( input_values ) : <nl> return max_index , max_value <nl> <nl> <nl> - def test_graph ( float_graph_def , input_map , output_names ) : <nl> + def test_graph ( float_graph_def , input_map , output_names , log_graph = False ) : <nl> " " " Runs the float graph through the rewriter and tests the results . " " " <nl> float_results = run_graph_def ( float_graph_def , input_map , <nl> [ output_name + " : 0 " <nl> def test_graph ( float_graph_def , input_map , output_names ) : <nl> for expected , result in zip ( float_results , eightbit_results ) : <nl> assert are_tensors_near ( expected , result , 1 . 0 ) <nl> <nl> + if log_graph : <nl> + tf . logging . info ( " 8bit : \ n % s " , str ( eightbit_graph_def ) ) <nl> + <nl> # Test the weights_rounded mode . This uses the default bit_depth . <nl> weights_rounded_rewriter = quantize_graph . GraphRewriter ( <nl> float_graph_def , " weights_rounded " , quantized_input_range = None ) <nl> def test_relu ( self ) : <nl> float_graph_def . node . extend ( [ relu_node ] ) <nl> test_graph ( float_graph_def , { } , [ relu_name ] ) <nl> <nl> + def test_relu_w_fake_quant_w_min_max_vars ( self ) : <nl> + input_node = quantize_graph . create_constant_node ( <nl> + " input " , value = [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 ] , <nl> + dtype = tf . float32 , shape = [ 1 , 2 , 6 , 1 ] ) <nl> + relu_node = quantize_graph . create_node ( " Relu " , " relu " , <nl> + [ input_node . name ] ) <nl> + quantize_graph . set_attr_dtype ( relu_node , " T " , tf . float32 ) <nl> + <nl> + min_node = quantize_graph . create_constant_node ( <nl> + " min_bias_add " , value = 0 , dtype = tf . float32 , shape = [ ] ) <nl> + max_node = quantize_graph . create_constant_node ( <nl> + " max_bias_add " , value = 12 , dtype = tf . float32 , shape = [ ] ) <nl> + fake_quant_node = quantize_graph . create_node ( <nl> + " FakeQuantWithMinMaxVars " , " fake_quant " , <nl> + [ relu_node . name , min_node . name , max_node . name ] ) <nl> + <nl> + float_graph_def = tf . GraphDef ( ) <nl> + float_graph_def . node . extend ( [ input_node , relu_node , min_node , max_node , <nl> + fake_quant_node ] ) <nl> + test_graph ( float_graph_def , { } , [ fake_quant_node . name ] , log_graph = True ) <nl> + <nl> + # Verify there is only one Quantize and one Requantize op . <nl> + eightbit_rewriter = quantize_graph . GraphRewriter ( float_graph_def , <nl> + " eightbit " , <nl> + quantized_input_range = None ) <nl> + eightbit_graph_def = eightbit_rewriter . rewrite ( [ fake_quant_node . name ] ) <nl> + <nl> + ops = [ node . op for node in eightbit_graph_def . node ] <nl> + # No quantize since all inputs are const and can be quantized up - front . <nl> + self . assertEqual ( 0 , ops . count ( " QuantizeV2 " ) + ops . count ( " Quantize " ) ) <nl> + <nl> + # One dequantize at the end . <nl> + self . assertEqual ( 1 , ops . count ( " Dequantize " ) ) <nl> + <nl> def test_relu6 ( self ) : <nl> input_constant_name = " input_constant " <nl> relu6_name = " relu6 " <nl> def _RunTestsForQuantizedInputRange ( self , float_graph_def , input_map , <nl> ops . count ( " QuantizeV2 " ) + ops . count ( " Quantize " ) ) <nl> self . assertEqual ( len ( output_names ) , ops . count ( " Dequantize " ) ) <nl> <nl> + def test_bias_add_w_fake_quant_w_min_max_vars ( self ) : <nl> + input_node = quantize_graph . create_constant_node ( <nl> + " input " , value = [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 ] , <nl> + dtype = tf . float32 , shape = [ 1 , 1 , 2 , 5 ] ) <nl> + offset_node = quantize_graph . create_constant_node ( <nl> + " offset " , value = [ 1 , 2 , 3 , 4 , 5 ] , dtype = tf . float32 , shape = [ 5 ] ) <nl> + bias_add_node = quantize_graph . create_node ( <nl> + " BiasAdd " , " bias_add " , [ input_node . name , offset_node . name ] ) <nl> + quantize_graph . set_attr_dtype ( bias_add_node , " T " , tf . float32 ) <nl> + <nl> + min_node = quantize_graph . create_constant_node ( <nl> + " min_bias_add " , value = - . 5 , dtype = tf . float32 , shape = [ ] ) <nl> + max_node = quantize_graph . create_constant_node ( <nl> + " max_bias_add " , value = 15 . 5 , dtype = tf . float32 , shape = [ ] ) <nl> + fake_quant_node = quantize_graph . create_node ( <nl> + " FakeQuantWithMinMaxVars " , " fake_quant " , <nl> + [ bias_add_node . name , min_node . name , max_node . name ] ) <nl> + <nl> + float_graph_def = tf . GraphDef ( ) <nl> + float_graph_def . node . extend ( [ input_node , offset_node , bias_add_node , <nl> + min_node , max_node , fake_quant_node ] ) <nl> + test_graph ( float_graph_def , { } , [ fake_quant_node . name ] , log_graph = True ) <nl> + <nl> + # Verify there is only one Quantize and one Requantize op . <nl> + eightbit_rewriter = quantize_graph . GraphRewriter ( float_graph_def , <nl> + " eightbit " , <nl> + quantized_input_range = None ) <nl> + eightbit_graph_def = eightbit_rewriter . rewrite ( [ fake_quant_node . name ] ) <nl> + <nl> + ops = [ node . op for node in eightbit_graph_def . node ] <nl> + # No quantize since all inputs are const and can be quantized up - front . <nl> + self . assertEqual ( 0 , ops . count ( " QuantizeV2 " ) + ops . count ( " Quantize " ) ) <nl> + <nl> + # One dequantize at the end . <nl> + self . assertEqual ( 1 , ops . count ( " Dequantize " ) ) <nl> + <nl> def test_remove_redundant_quantization ( self ) : <nl> a_constant_name = " a_constant " <nl> a_constant_min_name = " a_constant_min " <nl> | Merge commit for internal changes | tensorflow/tensorflow | 19ad07af938bfb5ce61de269feb4cacaab78b1da | 2016-11-02T00:14:16Z |
mmm a / tools / push - to - trunk / auto_roll . py <nl> ppp b / tools / push - to - trunk / auto_roll . py <nl> <nl> import urllib <nl> <nl> from common_includes import * <nl> + import push_to_trunk <nl> + from push_to_trunk import PushToTrunkOptions <nl> + from push_to_trunk import RunPushToTrunk <nl> <nl> SETTINGS_LOCATION = " SETTINGS_LOCATION " <nl> <nl> def __init__ ( self , options ) : <nl> super ( AutoRollOptions , self ) . __init__ ( options ) <nl> self . requires_editor = False <nl> self . status_password = options . status_password <nl> + self . r = options . r <nl> + self . c = options . c <nl> + self . push = getattr ( options , ' push ' , False ) <nl> <nl> <nl> class Preparation ( Step ) : <nl> def RunStep ( self ) : <nl> <nl> # TODO ( machenbach ) : Call push to trunk script . <nl> # TODO ( machenbach ) : Update the script before calling it . <nl> - # self . _side_effect_handler . Command ( <nl> - # " tools / push - to - trunk / push - to - trunk . py " , <nl> - # " - f - c % s - r % s " % ( self . _options . c , self . _options . r ) ) <nl> - self . PushTreeStatus ( self . _state [ " tree_message " ] ) <nl> + try : <nl> + if self . _options . push : <nl> + self . _side_effect_handler . Call ( <nl> + RunPushToTrunk , <nl> + push_to_trunk . CONFIG , <nl> + PushToTrunkOptions . MakeForcedOptions ( self . _options . r , <nl> + self . _options . c ) , <nl> + self . _side_effect_handler ) <nl> + finally : <nl> + self . PushTreeStatus ( self . _state [ " tree_message " ] ) <nl> else : <nl> print ( " ToT ( r % d ) is ahead of the LKGR ( r % d ) . Skipping push to trunk . " <nl> % ( latest , lkgr ) ) <nl> def BuildOptions ( ) : <nl> result . add_option ( " - c " , " - - chromium " , dest = " c " , <nl> help = ( " Specify the path to your Chromium src / " <nl> " directory to automate the V8 roll . " ) ) <nl> + result . add_option ( " - p " , " - - push " , <nl> + help = " Push to trunk if possible . Dry run if unspecified . " , <nl> + default = False , action = " store_true " ) <nl> result . add_option ( " - r " , " - - reviewer " , dest = " r " , <nl> help = ( " Specify the account name to be used for reviews . " ) ) <nl> result . add_option ( " - s " , " - - step " , dest = " s " , <nl> mmm a / tools / push - to - trunk / common_includes . py <nl> ppp b / tools / push - to - trunk / common_includes . py <nl> def Command ( cmd , args = " " , prefix = " " , pipe = True ) : <nl> <nl> # Wrapper for side effects . <nl> class SideEffectHandler ( object ) : <nl> + def Call ( self , fun , * args , * * kwargs ) : <nl> + return fun ( * args , * * kwargs ) <nl> + <nl> def Command ( self , cmd , args = " " , prefix = " " , pipe = True ) : <nl> return Command ( cmd , args , prefix , pipe ) <nl> <nl> mmm a / tools / push - to - trunk / push_to_trunk . py <nl> ppp b / tools / push - to - trunk / push_to_trunk . py <nl> <nl> <nl> <nl> class PushToTrunkOptions ( CommonOptions ) : <nl> + @ staticmethod <nl> + def MakeForcedOptions ( reviewer , chrome_path ) : <nl> + " " " Convenience wrapper . " " " <nl> + class Options ( object ) : <nl> + pass <nl> + options = Options ( ) <nl> + options . s = 0 <nl> + options . l = None <nl> + options . f = True <nl> + options . m = False <nl> + options . r = reviewer <nl> + options . c = chrome_path <nl> + return PushToTrunkOptions ( options ) <nl> + <nl> def __init__ ( self , options ) : <nl> super ( PushToTrunkOptions , self ) . __init__ ( options , options . m ) <nl> self . requires_editor = not options . f <nl> mmm a / tools / push - to - trunk / test_scripts . py <nl> ppp b / tools / push - to - trunk / test_scripts . py <nl> def LogMock ( self , cmd , args = " " ) : <nl> " vi " : LogMock , <nl> } <nl> <nl> + def Call ( self , fun , * args , * * kwargs ) : <nl> + print " Calling % s with % s and % s " % ( str ( fun ) , str ( args ) , str ( kwargs ) ) <nl> + <nl> def Command ( self , cmd , args = " " , prefix = " " , pipe = True ) : <nl> return ScriptTest . MOCKS [ cmd ] ( self , cmd , args ) <nl> <nl> | Activate calling push - to - trunk in auto - roll script . | v8/v8 | 780ae3146a2d99a3377256bf8933668352361fd2 | 2014-01-17T11:29:43Z |
mmm a / tools / run_tests / run_sanity . sh <nl> ppp b / tools / run_tests / run_sanity . sh <nl> diff - u $ submodules $ want_submodules <nl> <nl> rm $ submodules $ want_submodules <nl> <nl> - if git ls - files cache . mk - - error - unmatch & > / dev / null ; then <nl> + if ! git ls - files cache . mk - - error - unmatch & > / dev / null ; then <nl> echo " Please don ' t commit cache . mk " <nl> exit 1 <nl> fi <nl> | Fix sanity | grpc/grpc | 7e671852f7c53be4048b33d958a32508021ce092 | 2015-09-01T20:17:20Z |
mmm a / src / core / arm / dyncom / arm_dyncom . cpp <nl> ppp b / src / core / arm / dyncom / arm_dyncom . cpp <nl> const static cpu_config_t s_arm11_cpu_info = { <nl> ARM_DynCom : : ARM_DynCom ( ) { <nl> state = std : : unique_ptr < ARMul_State > ( new ARMul_State ) ; <nl> <nl> - ARMul_EmulateInit ( ) ; <nl> - memset ( state . get ( ) , 0 , sizeof ( ARMul_State ) ) ; <nl> - <nl> - ARMul_NewState ( ( ARMul_State * ) state . get ( ) ) ; <nl> + ARMul_NewState ( state . get ( ) ) ; <nl> <nl> state - > abort_model = ABORT_BASE_RESTORED ; <nl> state - > cpu = ( cpu_config_t * ) & s_arm11_cpu_info ; <nl> ARM_DynCom : : ARM_DynCom ( ) { <nl> state - > NirqSig = HIGH ; <nl> <nl> VFPInit ( state . get ( ) ) ; / / Initialize the VFP <nl> - <nl> - ARMul_EmulateInit ( ) ; <nl> } <nl> <nl> ARM_DynCom : : ~ ARM_DynCom ( ) { <nl> mmm a / src / core / arm / interpreter / arminit . cpp <nl> ppp b / src / core / arm / interpreter / arminit . cpp <nl> <nl> # include " core / arm / skyeye_common / armdefs . h " <nl> # include " core / arm / skyeye_common / armemu . h " <nl> <nl> - / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * \ <nl> - * Definitions for the emulator architecture * <nl> - \ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / <nl> - <nl> - void ARMul_EmulateInit ( ) ; <nl> - ARMul_State * ARMul_NewState ( ARMul_State * state ) ; <nl> - void ARMul_Reset ( ARMul_State * state ) ; <nl> - <nl> - unsigned ARMul_MultTable [ 32 ] = { <nl> - 1 , 2 , 2 , 3 , 3 , 4 , 4 , 5 , 5 , 6 , 6 , 7 , 7 , 8 , 8 , 9 , 9 , <nl> - 10 , 10 , 11 , 11 , 12 , 12 , 13 , 13 , 14 , 14 , 15 , 15 , 16 , 16 , 16 <nl> - } ; <nl> - ARMword ARMul_ImmedTable [ 4096 ] ; / / immediate DP LHS values <nl> - char ARMul_BitList [ 256 ] ; / / number of bits in a byte table <nl> - <nl> - / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * \ <nl> - * Call this routine once to set up the emulator ' s tables . * <nl> - \ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / <nl> - void ARMul_EmulateInit ( ) <nl> - { <nl> - unsigned int i , j ; <nl> - <nl> - / / the values of 12 bit dp rhs ' s <nl> - for ( i = 0 ; i < 4096 ; i + + ) { <nl> - ARMul_ImmedTable [ i ] = ROTATER ( i & 0xffL , ( i > > 7L ) & 0x1eL ) ; <nl> - } <nl> - <nl> - / / how many bits in LSM <nl> - for ( i = 0 ; i < 256 ; ARMul_BitList [ i + + ] = 0 ) ; <nl> - for ( j = 1 ; j < 256 ; j < < = 1 ) <nl> - for ( i = 0 ; i < 256 ; i + + ) <nl> - if ( ( i & j ) > 0 ) <nl> - ARMul_BitList [ i ] + + ; <nl> - <nl> - / / you always need 4 times these values <nl> - for ( i = 0 ; i < 256 ; i + + ) <nl> - ARMul_BitList [ i ] * = 4 ; <nl> - <nl> - } <nl> - <nl> / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * \ <nl> * Returns a new instantiation of the ARMulator ' s state * <nl> \ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / <nl> mmm a / src / core / arm / skyeye_common / armdefs . h <nl> ppp b / src / core / arm / skyeye_common / armdefs . h <nl> enum { <nl> / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * \ <nl> * Definitons of things in the emulator * <nl> \ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / <nl> - extern void ARMul_EmulateInit ( ) ; <nl> extern void ARMul_Reset ( ARMul_State * state ) ; <nl> extern ARMul_State * ARMul_NewState ( ARMul_State * state ) ; <nl> <nl> mmm a / src / core / arm / skyeye_common / armemu . h <nl> ppp b / src / core / arm / skyeye_common / armemu . h <nl> enum { <nl> <nl> # define FLUSHPIPE state - > NextInstr | = PRIMEPIPE <nl> <nl> - / / Macro to rotate n right by b bits . <nl> - # define ROTATER ( n , b ) ( ( ( n ) > > ( b ) ) | ( ( n ) < < ( 32 - ( b ) ) ) ) <nl> - <nl> - / / Stuff that is shared across modes . <nl> - extern unsigned ARMul_MultTable [ ] ; / / Number of I cycles for a mult . <nl> - extern ARMword ARMul_ImmedTable [ ] ; / / Immediate DP LHS values . <nl> - extern char ARMul_BitList [ ] ; / / Number of bits in a byte table . <nl> - <nl> / / Coprocessor support functions . <nl> extern void ARMul_CoProInit ( ARMul_State * ) ; <nl> extern void ARMul_CoProExit ( ARMul_State * ) ; <nl> | Merge pull request from lioncash / clean | yuzu-emu/yuzu | ea54355d95e8b1b9afaffa3899b86db40992db6a | 2015-02-12T18:24:15Z |
mmm a / scene / 2d / navigation2d . cpp <nl> ppp b / scene / 2d / navigation2d . cpp <nl> Object * Navigation2D : : get_closest_point_owner ( const Vector2 & p_point ) { <nl> <nl> if ( Geometry : : is_point_in_triangle ( p_point , _get_vertex ( p . edges [ 0 ] . point ) , _get_vertex ( p . edges [ i - 1 ] . point ) , _get_vertex ( p . edges [ i ] . point ) ) ) { <nl> <nl> - E - > get ( ) . owner ; <nl> + return E - > get ( ) . owner ; <nl> } <nl> } <nl> } <nl> | Fix missing return on Navigation2D : : get_closest_point_owner | godotengine/godot | b9023715e2d2f522cd4d2c38961486eae68c50af | 2018-05-17T12:07:25Z |
mmm a / src / qt / bitcoin . cpp <nl> ppp b / src / qt / bitcoin . cpp <nl> int main ( int argc , char * argv [ ] ) <nl> # endif <nl> SetupEnvironment ( ) ; <nl> <nl> + / / Connect bitcoind signal handlers <nl> + noui_connect ( ) ; <nl> + <nl> std : : unique_ptr < interfaces : : Node > node = interfaces : : MakeNode ( ) ; <nl> <nl> / / Do not refer to data directory yet , this can be overridden by Intro : : pickDataDirectory <nl> mmm a / src / qt / bitcoingui . cpp <nl> ppp b / src / qt / bitcoingui . cpp <nl> <nl> # include < chainparams . h > <nl> # include < interfaces / handler . h > <nl> # include < interfaces / node . h > <nl> - # include < noui . h > <nl> # include < ui_interface . h > <nl> # include < util / system . h > <nl> <nl> void BitcoinGUI : : showModalOverlay ( ) <nl> <nl> static bool ThreadSafeMessageBox ( BitcoinGUI * gui , const std : : string & message , const std : : string & caption , unsigned int style ) <nl> { <nl> - / / Redundantly log and print message in non - gui fashion <nl> - noui_ThreadSafeMessageBox ( message , caption , style ) ; <nl> - <nl> bool modal = ( style & CClientUIInterface : : MODAL ) ; <nl> / / The SECURE flag has no effect in the Qt GUI . <nl> / / bool secure = ( style & CClientUIInterface : : SECURE ) ; <nl> | qt : Call noui_connect to prevent boost : : signals2 : : no_slots_error in early calls to InitWarning | bitcoin/bitcoin | a0f8df365d46d5ef1a397c755e3366899d759efc | 2018-11-22T17:41:01Z |
mmm a / js / apps / system / _admin / aardvark / APP / frontend / build / app . min . js <nl> ppp b / js / apps / system / _admin / aardvark / APP / frontend / build / app . min . js <nl> <nl> function JSONAdapter ( a , b , c , d , e , f ) { " use strict " ; var g = this , h = { } , i = { } , j = new AbstractAdapter ( b , c , this , d ) ; h . range = e / 2 , h . start = e / 4 , h . getStart = function ( ) { return this . start + Math . random ( ) * this . range } , i . range = f / 2 , i . start = f / 4 , i . getStart = function ( ) { return this . start + Math . random ( ) * this . range } , g . loadNode = function ( a , b ) { g . loadNodeFromTreeById ( a , b ) } , g . loadInitialNode = function ( b , c ) { var d = a + b + " . json " ; j . cleanUp ( ) , d3 . json ( d , function ( a , d ) { void 0 ! = = a & & null ! = = a & & console . log ( a ) ; var e = j . insertInitialNode ( d ) ; g . requestCentralityChildren ( b , function ( a ) { e . _centrality = a } ) , _ . each ( d . children , function ( a ) { var b = j . insertNode ( a ) , c = { _from : e . _id , _to : b . _id , _id : e . _id + " - " + b . _id } ; j . insertEdge ( c ) , g . requestCentralityChildren ( b . _id , function ( a ) { b . _centrality = a } ) , delete b . _data . children } ) , delete e . _data . children , c & & c ( e ) } ) } , g . loadNodeFromTreeById = function ( b , c ) { var d = a + b + " . json " ; d3 . json ( d , function ( a , d ) { void 0 ! = = a & & null ! = = a & & console . log ( a ) ; var e = j . insertNode ( d ) ; g . requestCentralityChildren ( b , function ( a ) { e . _centrality = a } ) , _ . each ( d . children , function ( a ) { var b = j . insertNode ( a ) , c = { _from : e . _id , _to : b . _id , _id : e . _id + " - " + b . _id } ; j . insertEdge ( c ) , g . requestCentralityChildren ( b . _id , function ( a ) { e . _centrality = a } ) , delete b . _data . children } ) , delete e . _data . children , c & & c ( e ) } ) } , g . requestCentralityChildren = function ( b , c ) { var d = a + b + " . json " ; d3 . json ( d , function ( a , b ) { void 0 ! = = a & & null ! = = a & & console . log ( a ) , void 0 ! = = c & & c ( void 0 ! = = b . children ? b . children . length : 0 ) } ) } , g . loadNodeFromTreeByAttributeValue = function ( a , b , c ) { throw " Sorry this adapter is read - only " } , g . loadInitialNodeByAttributeValue = function ( a , b , c ) { throw " Sorry this adapter is read - only " } , g . createEdge = function ( a , b ) { throw " Sorry this adapter is read - only " } , g . deleteEdge = function ( a , b ) { throw " Sorry this adapter is read - only " } , g . patchEdge = function ( a , b , c ) { throw " Sorry this adapter is read - only " } , g . createNode = function ( a , b ) { throw " Sorry this adapter is read - only " } , g . deleteNode = function ( a , b ) { throw " Sorry this adapter is read - only " } , g . patchNode = function ( a , b , c ) { throw " Sorry this adapter is read - only " } , g . setNodeLimit = function ( a , b ) { } , g . setChildLimit = function ( a ) { } , g . expandCommunity = function ( a , b ) { } , g . setWidth = function ( ) { } , g . explore = j . explore } function AbstractAdapter ( a , b , c , d , e ) { " use strict " ; if ( void 0 = = = a ) throw " The nodes have to be given . " ; if ( void 0 = = = b ) throw " The edges have to be given . " ; if ( void 0 = = = c ) throw " An inheriting class has to be given . " ; if ( void 0 = = = d ) throw " A reference to the graph viewer has to be given . " ; e = e | | { } ; var f , g , h , i , j , k = this , l = ! 1 , m = { } , n = { } , o = { } , p = { } , q = 0 , r = { } , s = { } , t = function ( a ) { void 0 ! = = a . prioList & & g . changePrioList ( a . prioList | | [ ] ) } , u = function ( a ) { m . range = a / 2 , m . start = a / 4 , m . getStart = function ( ) { return this . start + Math . random ( ) * this . range } } , v = function ( a ) { n . range = a / 2 , n . start = a / 4 , n . getStart = function ( ) { return this . start + Math . random ( ) * this . range } } , w = function ( b ) { var c = p [ b ] | | b , d = $ . grep ( a , function ( a ) { return a . _id = = = c } ) ; if ( 0 = = = d . length ) return ! 1 ; if ( 1 = = = d . length ) return d [ 0 ] ; throw " Too many nodes with the same ID , should never happen " } , x = function ( a ) { var c = $ . grep ( b , function ( b ) { return b . _id = = = a } ) ; if ( 0 = = = c . length ) return ! 1 ; if ( 1 = = = c . length ) return c [ 0 ] ; throw " Too many edges with the same ID , should never happen " } , y = function ( b , c , d ) { var e = { _data : b , _id : b . _id } , f = w ( e . _id ) ; return f ? f : ( e . x = c | | m . getStart ( ) , e . y = d | | n . getStart ( ) , e . weight = 1 , a . push ( e ) , e . _outboundCounter = 0 , e . _inboundCounter = 0 , e ) } , z = function ( a ) { var b = y ( a ) ; return b . x = 2 * m . start , b . y = 2 * n . start , b . fixed = ! 0 , b } , A = function ( ) { a . length = 0 , b . length = 0 , p = { } , o = { } , d . cleanUp ( ) } , B = function ( a ) { var c , d , e , f = ! 0 , g = { _data : a , _id : a . _id } , i = x ( g . _id ) ; if ( i ) return i ; if ( c = w ( a . _from ) , d = w ( a . _to ) , ! c ) throw " Unable to insert Edge , source node not existing " + a . _from ; if ( ! d ) throw " Unable to insert Edge , target node not existing " + a . _to ; return g . source = c , g . source . _isCommunity ? ( e = o [ g . source . _id ] , g . source = e . getNode ( a . _from ) , g . source . _outboundCounter + + , e . insertOutboundEdge ( g ) , f = ! 1 ) : c . _outboundCounter + + , g . target = d , g . target . _isCommunity ? ( e = o [ g . target . _id ] , g . target = e . getNode ( a . _to ) , g . target . _inboundCounter + + , e . insertInboundEdge ( g ) , f = ! 1 ) : d . _inboundCounter + + , b . push ( g ) , f & & h . call ( " insertEdge " , c . _id , d . _id ) , g } , C = function ( b ) { var c ; for ( c = 0 ; c < a . length ; c + + ) if ( a [ c ] = = = b ) return void a . splice ( c , 1 ) } , D = function ( a , c ) { var d = b [ a ] , e = d . source . _id , f = d . target . _id ; b . splice ( a , 1 ) , c | | h . call ( " deleteEdge " , e , f ) } , E = function ( a , c ) { var d ; for ( d = 0 ; d < b . length ; d + + ) if ( b [ d ] = = = a ) return void D ( d , c ) } , F = function ( a ) { var c ; for ( c = 0 ; c < b . length ; c + + ) b [ c ] . source = = = a ? ( a . _outboundCounter - - , b [ c ] . target . _inboundCounter - - , D ( c ) , c - - ) : b [ c ] . target = = = a & & ( a . _inboundCounter - - , b [ c ] . source . _outboundCounter - - , D ( c ) , c - - ) } , G = function ( a , c ) { var d , e , f , g , i ; for ( d = 0 ; d < b . length ; d + + ) for ( f = b [ d ] . source , g = b [ d ] . target , e = 0 ; e < a . length ; e + + ) i = ! 1 , f = = = a [ e ] & & ( i = c . insertOutboundEdge ( b [ d ] ) , g . _isCommunity | | h . call ( " deleteEdge " , f . _id , g . _id ) , f = b [ d ] . source ) , g = = = a [ e ] & & ( i = c . insertInboundEdge ( b [ d ] ) , f . _isCommunity | | h . call ( " deleteEdge " , f . _id , g . _id ) , g = b [ d ] . target ) , i & & ( b . splice ( d , 1 ) , d - - ) } , H = function ( a ) { if ( a . _outboundCounter > 0 ) { var c , d = [ ] ; for ( c = 0 ; c < b . length ; c + + ) if ( b [ c ] . source = = = a ) { if ( d . push ( b [ c ] ) , a . _outboundCounter - - , D ( c , b [ c ] . target . _isCommunity ) , 0 = = = a . _outboundCounter ) break ; c - - } return d } } , I = function ( b , c ) { if ( b & & 0 ! = = b . length ) { var d = _ . map ( b , function ( a ) { return w ( a ) } ) , e = new CommunityNode ( k , d ) , f = e . _id ; c & & ( e . _reason = c ) , o [ f ] = e , G ( d , e ) , _ . each ( d , function ( a ) { p [ a . _id ] = f , C ( a ) } ) , a . push ( e ) , l = ! 1 } } , J = function ( a ) { var b = a . data ; if ( b . error ) return console . log ( b . cmd ) , void console . log ( b . error ) ; switch ( b . cmd ) { case " debug " : break ; case " getCommunity " : I ( b . result ) } } , K = function ( a ) { l | | ( l = ! 0 , a ? h . call ( " getCommunity " , f , a . _id ) : h . call ( " getCommunity " , f ) ) } , L = function ( b ) { var c , d = a . length , e = - ( 1 / 0 ) ; _ . each ( o , function ( a ) { a . _expanded = = = ! 0 & & ( e < a . _size & & a ! = = b & & ( c = a , e = a . _size ) , d + = a . _size ) } ) , d > f & & ( c ? c . collapse ( ) : K ( b ) ) } , M = function ( c ) { var d = c . getDissolveInfo ( ) , e = d . nodes , g = d . edges . both , i = d . edges . inbound , j = d . edges . outbound ; C ( c ) , f < a . length + e . length & & K ( ) , _ . each ( e , function ( b ) { delete p [ b . _id ] , a . push ( b ) } ) , _ . each ( i , function ( a ) { a . target = a . _target , delete a . _target , a . source . _isCommunity | | h . call ( " insertEdge " , a . source . _id , a . target . _id ) } ) , _ . each ( j , function ( a ) { a . source = a . _source , delete a . _source , a . target . _isCommunity | | h . call ( " insertEdge " , a . source . _id , a . target . _id ) } ) , _ . each ( g , function ( a ) { a . source = a . _source , delete a . _source , a . target = a . _target , delete a . _target , b . push ( a ) , h . call ( " insertEdge " , a . source . _id , a . target . _id ) } ) , delete o [ c . _id ] } , N = function ( a ) { a . expand ( ) , L ( a ) } , O = function ( a ) { if ( _ . size ( a ) > i ) { var b = g . bucketNodes ( _ . values ( a ) , i ) ; _ . each ( b , function ( a ) { if ( a . nodes . length > 1 ) { var b = _ . map ( a . nodes , function ( a ) { return a . _id } ) ; I ( b , a . reason ) } } ) } } , P = function ( a , b ) { f = a , L ( ) , void 0 ! = = b & & b ( ) } , Q = function ( a ) { i = a } , R = function ( a , b ) { a . _expanded = ! 1 ; var c = b . removeOutboundEdgesFromNode ( a ) ; _ . each ( c , function ( a ) { j ( a ) , E ( a , ! 0 ) } ) } , S = function ( a ) { a . _expanded = ! 1 , p [ a . _id ] & & o [ p [ a . _id ] ] . collapseNode ( a ) ; var b = H ( a ) , c = [ ] ; _ . each ( b , function ( b ) { 0 = = = q ? ( r = b , s = a , c . push ( b ) ) : void 0 ! = = a & & ( a . _id = = = r . target . _id ? b . target . _id = = = s . _id & & c . push ( r ) : c . push ( b ) , r = b , s = a ) , q + + } ) , _ . each ( c , j ) , q = 0 } , T = function ( a ) { var b = a . getDissolveInfo ( ) ; C ( a ) , _ . each ( b . nodes , function ( a ) { delete p [ a . _id ] } ) , _ . each ( b . edges . outbound , function ( a ) { j ( a ) , E ( a , ! 0 ) } ) , delete o [ a . _id ] } , U = function ( a , b ) { a . _isCommunity ? k . expandCommunity ( a , b ) : ( a . _expanded = ! 0 , c . loadNode ( a . _id , b ) ) } , V = function ( a , b ) { a . _expanded ? S ( a ) : U ( a , b ) } ; j = function ( a ) { var b , c = a . target ; return c . _isCommunity ? ( b = a . _target , c . removeInboundEdge ( a ) , b . _inboundCounter - - , 0 = = = b . _inboundCounter & & ( R ( b , c ) , c . removeNode ( b ) , delete p [ b . _id ] ) , void ( 0 = = = c . _inboundCounter & & T ( c ) ) ) : ( c . _inboundCounter - - , void ( 0 = = = c . _inboundCounter & & ( S ( c ) , C ( c ) ) ) ) } , i = Number . POSITIVE_INFINITY , g = e . prioList ? new NodeReducer ( e . prioList ) : new NodeReducer , h = new WebWorkerWrapper ( ModularityJoiner , J ) , m . getStart = function ( ) { return 0 } , n . getStart = function ( ) { return 0 } , this . cleanUp = A , this . setWidth = u , this . setHeight = v , this . insertNode = y , this . insertInitialNode = z , this . insertEdge = B , this . removeNode = C , this . removeEdge = E , this . removeEdgesForNode = F , this . expandCommunity = N , this . setNodeLimit = P , this . setChildLimit = Q , this . checkSizeOfInserted = O , this . checkNodeLimit = L , this . explore = V , this . changeTo = t , this . getPrioList = g . getPrioList , this . dissolveCommunity = M } function ArangoAdapter ( a , b , c , d ) { " use strict " ; if ( void 0 = = = a ) throw " The nodes have to be given . " ; if ( void 0 = = = b ) throw " The edges have to be given . " ; if ( void 0 = = = c ) throw " A reference to the graph viewer has to be given . " ; if ( void 0 = = = d ) throw " A configuration with node - and edgeCollection has to be given . " ; if ( void 0 = = = d . graph ) { if ( void 0 = = = d . nodeCollection ) throw " The nodeCollection or a graphname has to be given . " ; if ( void 0 = = = d . edgeCollection ) throw " The edgeCollection or a graphname has to be given . " } var e , f , g , h , i , j = this , k = { } , l = { } , m = { } , n = function ( a ) { h = a } , o = function ( a ) { f = a , l . node = l . base + " document ? collection = " + f } , p = function ( a ) { g = a , l . edge = l . base + " edge ? collection = " + g } , q = function ( a ) { $ . ajax ( { cache : ! 1 , type : " GET " , async : ! 1 , url : l . graph + " / " + a , contentType : " application / json " , success : function ( a ) { o ( a . graph . vertices ) , p ( a . graph . edges ) } } ) } , r = function ( a ) { console . log ( a . baseUrl ) ; var b = a . baseUrl | | " " ; void 0 ! = = a . width & & e . setWidth ( a . width ) , void 0 ! = = a . height & & e . setHeight ( a . height ) , i = void 0 ! = = a . undirected & & a . undirected = = = ! 0 ? " any " : " outbound " , l . base = b + " _api / " , l . cursor = l . base + " cursor " , l . graph = l . base + " graph " , l . collection = l . base + " collection / " , l . document = l . base + " document / " , l . any = l . base + " simple / any " , a . graph ? ( q ( a . graph ) , n ( a . graph ) ) : ( o ( a . nodeCollection ) , p ( a . edgeCollection ) , n ( void 0 ) ) } , s = function ( a , b , c ) { a ! = = m . getAllGraphs & & ( a ! = = m . connectedEdges & & ( b [ " @ nodes " ] = f , a ! = = m . childrenCentrality & & ( b . dir = i ) ) , b [ " @ edges " ] = g ) ; var d = { query : a , bindVars : b } ; $ . ajax ( { type : " POST " , url : l . cursor , data : JSON . stringify ( d ) , contentType : " application / json " , dataType : " json " , processData : ! 1 , success : function ( a ) { c ( a . result ) } , error : function ( a ) { try { throw console . log ( a . statusText ) , " [ " + a . errorNum + " ] " + a . errorMessage } catch ( b ) { throw " Undefined ERROR " } } } ) } , t = function ( a , b ) { var c = [ ] , d = 0 , e = function ( d ) { c . push ( d . document | | { } ) , c . length = = = a & & b ( c ) } ; for ( d = 0 ; a > d ; d + + ) $ . ajax ( { cache : ! 1 , type : " PUT " , url : l . any , data : JSON . stringify ( { collection : f } ) , contentType : " application / json " , success : e } ) } , u = function ( b , c ) { if ( 0 = = = b . length ) return void ( c & & c ( { errorCode : 404 } ) ) ; b = b [ 0 ] ; var d = { } , f = e . insertNode ( b [ 0 ] . vertex ) , g = a . length ; _ . each ( b , function ( b ) { var c = e . insertNode ( b . vertex ) , f = b . path ; g < a . length & & ( d [ c . _id ] = c , g = a . length ) , _ . each ( f . vertices , function ( b ) { var c = e . insertNode ( b ) ; g < a . length & & ( d [ c . _id ] = c , g = a . length ) } ) , _ . each ( f . edges , function ( a ) { e . insertEdge ( a ) } ) } ) , delete d [ f . _id ] , e . checkSizeOfInserted ( d ) , e . checkNodeLimit ( f ) , c & & c ( f ) } , v = function ( a ) { return function ( b ) { return b & & b . errorCode ? void a ( b ) : void a ( e . insertInitialNode ( b ) ) } } , w = function ( a ) { s ( m . connectedEdges , { id : a } , function ( a ) { _ . each ( a , j . deleteEdge ) } ) } ; d . prioList & & ( k . prioList = d . prioList ) , e = new AbstractAdapter ( a , b , this , c , k ) , r ( d ) , m . getAllGraphs = " FOR g IN _graphs return g . _key " , m . randomDocuments = " FOR u IN @ @ nodes sort rand ( ) limit 10 return u " , m . nodeById = ' FOR n IN @ @ nodes FILTER n . _id = = @ id LET links = ( FOR l IN @ @ edges FILTER n . _id = = l . _from FOR t IN @ @ nodes FILTER t . _id = = l . _to RETURN t . _id ) RETURN MERGE ( n , { " children " : links } ) ' , m . traversalById = ' RETURN TRAVERSAL ( @ @ nodes , @ @ edges , @ id , @ dir , { strategy : " depthfirst " , maxDepth : 1 , paths : true } ) ' , m . traversalByAttribute = function ( a ) { return " FOR n IN @ @ nodes FILTER n . " + a + ' = = @ value RETURN TRAVERSAL ( @ @ nodes , @ @ edges , n . _id , @ dir , { strategy : " depthfirst " , maxDepth : 1 , paths : true } ) ' } , m . childrenCentrality = " FOR u IN @ @ nodes FILTER u . _id = = @ id LET g = ( FOR l in @ @ edges FILTER l . _from = = u . _id RETURN 1 ) RETURN length ( g ) " , m . connectedEdges = " FOR e IN @ @ edges FILTER e . _to = = @ id | | e . _from = = @ id RETURN e " , j . explore = e . explore , j . loadNode = function ( a , b ) { j . loadNodeFromTreeById ( a , b ) } , j . loadRandomNode = function ( a ) { var b = this ; t ( 1 , function ( c ) { var d = c [ 0 ] ; return d . _id ? void b . loadInitialNode ( d . _id , a ) : void 0 } ) } , j . loadInitialNode = function ( a , b ) { e . cleanUp ( ) , j . loadNode ( a , v ( b ) ) } , j . loadNodeFromTreeById = function ( a , b ) { s ( m . traversalById , { id : a } , function ( a ) { u ( a , b ) } ) } , j . loadNodeFromTreeByAttributeValue = function ( a , b , c ) { s ( m . traversalByAttribute ( a ) , { value : b } , function ( a ) { u ( a , c ) } ) } , j . loadInitialNodeByAttributeValue = function ( a , b , c ) { e . cleanUp ( ) , j . loadNodeFromTreeByAttributeValue ( a , b , v ( c ) ) } , j . requestCentralityChildren = function ( a , b ) { s ( m . childrenCentrality , { id : a } , function ( a ) { b ( a [ 0 ] ) } ) } , j . createEdge = function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " POST " , url : l . edge + " & from = " + a . source . _id + " & to = " + a . target . _id , data : JSON . stringify ( { } ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( c ) { c . _from = a . source . _id , c . _to = a . target . _id , delete c . error ; var d = e . insertEdge ( c ) ; b ( d ) } , error : function ( a ) { throw a . statusText } } ) } , j . deleteEdge = function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , url : l . document + a . _id , contentType : " application / json " , dataType : " json " , processData : ! 1 , success : function ( ) { e . removeEdge ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( ) } , error : function ( a ) { throw a . statusText } } ) } , j . patchEdge = function ( a , b , c ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : l . document + a . _id , data : JSON . stringify ( b ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( d ) { a . _data = $ . extend ( a . _data , b ) , c ( ) } , error : function ( a ) { throw a . statusText } } ) } , j . createNode = function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " POST " , url : l . node , data : JSON . stringify ( a ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( c ) { c . error = = = ! 1 & & ( a . _key = c . _key , a . _id = c . _id , a . _rev = c . _rev , e . insertNode ( a ) , b ( a ) ) } , error : function ( a ) { throw a . statusText } } ) } , j . deleteNode = function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , url : l . document + a . _id , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( ) { e . removeEdgesForNode ( a ) , w ( a . _id ) , e . removeNode ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( ) } , error : function ( a ) { throw a . statusText } } ) } , j . patchNode = function ( a , b , c ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : l . document + a . _id , data : JSON . stringify ( b ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( d ) { a . _data = $ . extend ( a . _data , b ) , c ( a ) } , error : function ( a ) { throw a . statusText } } ) } , j . changeToCollections = function ( a , b , c ) { e . cleanUp ( ) , o ( a ) , p ( b ) , void 0 ! = = c & & ( i = c = = = ! 0 ? " any " : " outbound " ) , n ( void 0 ) } , j . changeToGraph = function ( a , b ) { e . cleanUp ( ) , q ( a ) , void 0 ! = = b & & ( i = b = = = ! 0 ? " any " : " outbound " ) , n ( a ) } , j . setNodeLimit = function ( a , b ) { e . setNodeLimit ( a , b ) } , j . setChildLimit = function ( a ) { e . setChildLimit ( a ) } , j . expandCommunity = function ( a , b ) { e . expandCommunity ( a ) , void 0 ! = = b & & b ( ) } , j . getCollections = function ( a ) { a & & a . length > = 2 & & $ . ajax ( { cache : ! 1 , type : " GET " , url : l . collection , contentType : " application / json " , dataType : " json " , processData : ! 1 , success : function ( b ) { var c = b . collections , d = [ ] , e = [ ] ; _ . each ( c , function ( a ) { a . name . match ( / ^ _ / ) | | ( 3 = = = a . type ? e . push ( a . name ) : 2 = = = a . type & & d . push ( a . name ) ) } ) , a ( d , e ) } , error : function ( a ) { throw a . statusText } } ) } , j . getGraphs = function ( a ) { a & & a . length > = 1 & & s ( m . getAllGraphs , { } , a ) } , j . getAttributeExamples = function ( a ) { a & & a . length > = 1 & & t ( 10 , function ( b ) { var c = _ . sortBy ( _ . uniq ( _ . flatten ( _ . map ( b , function ( a ) { return _ . keys ( a ) } ) ) ) , function ( a ) { return a . toLowerCase ( ) } ) ; a ( c ) } ) } , j . getNodeCollection = function ( ) { return f } , j . getEdgeCollection = function ( ) { return g } , j . getDirection = function ( ) { return i } , j . getGraphName = function ( ) { return h } , j . setWidth = e . setWidth , j . changeTo = e . changeTo , j . getPrioList = e . getPrioList } function ColourMapper ( ) { " use strict " ; var a , b = { } , c = { } , d = [ ] , e = this , f = 0 ; d . push ( { back : " # C8E6C9 " , front : " black " } ) , d . push ( { back : " # 8aa249 " , front : " white " } ) , d . push ( { back : " # 8BC34A " , front : " black " } ) , d . push ( { back : " # 388E3C " , front : " white " } ) , d . push ( { back : " # 4CAF50 " , front : " white " } ) , d . push ( { back : " # 212121 " , front : " white " } ) , d . push ( { back : " # 727272 " , front : " white " } ) , d . push ( { back : " # B6B6B6 " , front : " black " } ) , d . push ( { back : " # e5f0a3 " , front : " black " } ) , d . push ( { back : " # 6c4313 " , front : " white " } ) , d . push ( { back : " # 9d8564 " , front : " white " } ) , this . getColour = function ( g ) { return void 0 = = = b [ g ] & & ( b [ g ] = d [ f ] , void 0 = = = c [ d [ f ] . back ] & & ( c [ d [ f ] . back ] = { front : d [ f ] . front , list : [ ] } ) , c [ d [ f ] . back ] . list . push ( g ) , f + + , f = = = d . length & & ( f = 0 ) ) , void 0 ! = = a & & a ( e . getList ( ) ) , b [ g ] . back } , this . getCommunityColour = function ( ) { return " # 333333 " } , this . getForegroundColour = function ( g ) { return void 0 = = = b [ g ] & & ( b [ g ] = d [ f ] , void 0 = = = c [ d [ f ] . back ] & & ( c [ d [ f ] . back ] = { front : d [ f ] . front , list : [ ] } ) , c [ d [ f ] . back ] . list . push ( g ) , f + + , f = = = d . length & & ( f = 0 ) ) , void 0 ! = = a & & a ( e . getList ( ) ) , b [ g ] . front } , this . getForegroundCommunityColour = function ( ) { return " white " } , this . reset = function ( ) { b = { } , c = { } , f = 0 , void 0 ! = = a & & a ( e . getList ( ) ) } , this . getList = function ( ) { return c } , this . setChangeListener = function ( b ) { a = b } , this . reset ( ) } function CommunityNode ( a , b ) { " use strict " ; if ( _ . isUndefined ( a ) | | ! _ . isFunction ( a . dissolveCommunity ) | | ! _ . isFunction ( a . checkNodeLimit ) ) throw " A parent element has to be given . " ; b = b | | [ ] ; var c , d , e , f , g , h = this , i = { } , j = [ ] , k = [ ] , l = { } , m = { } , n = { } , o = { } , p = function ( a ) { return h . _expanded ? 2 * a * Math . sqrt ( j . length ) : a } , q = function ( a ) { return h . _expanded ? 4 * a * Math . sqrt ( j . length ) : a } , r = function ( a ) { var b = h . position , c = a . x * b . z + b . x , d = a . y * b . z + b . y , e = a . z * b . z ; return { x : c , y : d , z : e } } , s = function ( a ) { return h . _expanded ? r ( a . _source . position ) : h . position } , t = function ( a ) { return h . _expanded ? r ( a . _target . position ) : h . position } , u = function ( ) { var a = document . getElementById ( h . _id ) . getBBox ( ) ; c . attr ( " transform " , " translate ( " + ( a . x - 5 ) + " , " + ( a . y - 25 ) + " ) " ) , d . attr ( " width " , a . width + 10 ) . attr ( " height " , a . height + 30 ) , e . attr ( " width " , a . width + 10 ) } , v = function ( ) { if ( ! f ) { var a = new DomObserverFactory ; f = a . createObserver ( function ( a ) { _ . any ( a , function ( a ) { return " transform " = = = a . attributeName } ) & & ( u ( ) , f . disconnect ( ) ) } ) } return f } , w = function ( ) { g . stop ( ) , j . length = 0 , _ . each ( i , function ( a ) { j . push ( a ) } ) , g . start ( ) } , x = function ( ) { g . stop ( ) , k . length = 0 , _ . each ( l , function ( a ) { k . push ( a ) } ) , g . start ( ) } , y = function ( a ) { var b = [ ] ; return _ . each ( a , function ( a ) { b . push ( a ) } ) , b } , z = function ( a ) { return ! ! i [ a ] } , A = function ( ) { return j } , B = function ( a ) { return i [ a ] } , C = function ( a ) { i [ a . _id ] = a , w ( ) , h . _size + + } , D = function ( a ) { _ . each ( a , function ( a ) { i [ a . _id ] = a , h . _size + + } ) , w ( ) } , E = function ( a ) { var b = a . _id | | a ; delete i [ b ] , w ( ) , h . _size - - } , F = function ( a ) { var b ; return _ . has ( a , " _id " ) ? b = a . _id : ( b = a , a = l [ b ] | | m [ b ] ) , a . target = a . _target , delete a . _target , l [ b ] ? ( delete l [ b ] , h . _outboundCounter + + , n [ b ] = a , void x ( ) ) : ( delete m [ b ] , void h . _inboundCounter - - ) } , G = function ( a ) { var b ; return _ . has ( a , " _id " ) ? b = a . _id : ( b = a , a = l [ b ] | | n [ b ] ) , a . source = a . _source , delete a . _source , delete o [ a . source . _id ] [ b ] , l [ b ] ? ( delete l [ b ] , h . _inboundCounter + + , m [ b ] = a , void x ( ) ) : ( delete n [ b ] , void h . _outboundCounter - - ) } , H = function ( a ) { var b = a . _id | | a , c = [ ] ; return _ . each ( o [ b ] , function ( a ) { G ( a ) , c . push ( a ) } ) , delete o [ b ] , c } , I = function ( a ) { return a . _target = a . target , a . target = h , n [ a . _id ] ? ( delete n [ a . _id ] , h . _outboundCounter - - , l [ a . _id ] = a , x ( ) , ! 0 ) : ( m [ a . _id ] = a , h . _inboundCounter + + , ! 1 ) } , J = function ( a ) { var b = a . source . _id ; return a . _source = a . source , a . source = h , o [ b ] = o [ b ] | | { } , o [ b ] [ a . _id ] = a , m [ a . _id ] ? ( delete m [ a . _id ] , h . _inboundCounter - - , l [ a . _id ] = a , x ( ) , ! 0 ) : ( h . _outboundCounter + + , n [ a . _id ] = a , ! 1 ) } , K = function ( ) { return { nodes : j , edges : { both : k , inbound : y ( m ) , outbound : y ( n ) } } } , L = function ( ) { this . _expanded = ! 0 } , M = function ( ) { a . dissolveCommunity ( h ) } , N = function ( ) { this . _expanded = ! 1 } , O = function ( a , b ) { var c = a . select ( " rect " ) . attr ( " width " ) , d = a . append ( " text " ) . attr ( " text - anchor " , " middle " ) . attr ( " fill " , b . getForegroundCommunityColour ( ) ) . attr ( " stroke " , " none " ) ; c * = 2 , c / = 3 , h . _reason & & h . _reason . key & & ( d . append ( " tspan " ) . attr ( " x " , " 0 " ) . attr ( " dy " , " - 4 " ) . text ( h . _reason . key + " : " ) , d . append ( " tspan " ) . attr ( " x " , " 0 " ) . attr ( " dy " , " 16 " ) . text ( h . _reason . value ) ) , d . append ( " tspan " ) . attr ( " x " , c ) . attr ( " y " , " 0 " ) . attr ( " fill " , b . getCommunityColour ( ) ) . text ( h . _size ) } , P = function ( b , c , d , e ) { var f = b . append ( " g " ) . attr ( " stroke " , e . getForegroundCommunityColour ( ) ) . attr ( " fill " , e . getCommunityColour ( ) ) ; c ( f , 9 ) , c ( f , 6 ) , c ( f , 3 ) , c ( f ) , f . on ( " click " , function ( ) { h . expand ( ) , a . checkNodeLimit ( h ) , d ( ) } ) , O ( f , e ) } , Q = function ( a , b ) { var c = a . selectAll ( " . node " ) . data ( j , function ( a ) { return a . _id } ) ; c . enter ( ) . append ( " g " ) . attr ( " class " , " node " ) . attr ( " id " , function ( a ) { return a . _id } ) , c . exit ( ) . remove ( ) , c . selectAll ( " * > * " ) . remove ( ) , b ( c ) } , R = function ( a , b ) { c = a . append ( " g " ) , d = c . append ( " rect " ) . attr ( " rx " , " 8 " ) . attr ( " ry " , " 8 " ) . attr ( " fill " , " none " ) . attr ( " stroke " , " black " ) , e = c . append ( " rect " ) . attr ( " rx " , " 8 " ) . attr ( " ry " , " 8 " ) . attr ( " height " , " 20 " ) . attr ( " fill " , " # 686766 " ) . attr ( " stroke " , " none " ) , c . append ( " image " ) . attr ( " id " , h . _id + " _dissolve " ) . attr ( " xlink : href " , " img / icon_delete . png " ) . attr ( " width " , " 16 " ) . attr ( " height " , " 16 " ) . attr ( " x " , " 5 " ) . attr ( " y " , " 2 " ) . attr ( " style " , " cursor : pointer " ) . on ( " click " , function ( ) { h . dissolve ( ) , b ( ) } ) , c . append ( " image " ) . attr ( " id " , h . _id + " _collapse " ) . attr ( " xlink : href " , " img / gv_collapse . png " ) . attr ( " width " , " 16 " ) . attr ( " height " , " 16 " ) . attr ( " x " , " 25 " ) . attr ( " y " , " 2 " ) . attr ( " style " , " cursor : pointer " ) . on ( " click " , function ( ) { h . collapse ( ) , b ( ) } ) ; var f = c . append ( " text " ) . attr ( " x " , " 45 " ) . attr ( " y " , " 15 " ) . attr ( " fill " , " white " ) . attr ( " stroke " , " none " ) . attr ( " text - anchor " , " left " ) ; h . _reason & & f . text ( h . _reason . text ) , v ( ) . observe ( document . getElementById ( h . _id ) , { subtree : ! 0 , attributes : ! 0 } ) } , S = function ( a ) { if ( h . _expanded ) { var b = a . focus ( ) , c = [ b [ 0 ] - h . position . x , b [ 1 ] - h . position . y ] ; a . focus ( c ) , _ . each ( j , function ( b ) { b . position = a ( b ) , b . position . x / = h . position . z , b . position . y / = h . position . z , b . position . z / = h . position . z } ) , a . focus ( b ) } } , T = function ( a , b , c , d , e ) { return a . on ( " click " , null ) , h . _expanded ? ( R ( a , d ) , void Q ( a , c , d , e ) ) : void P ( a , b , d , e ) } , U = function ( a , b , c ) { if ( h . _expanded ) { var d = a . selectAll ( " . link " ) , e = d . select ( " line " ) ; b ( e , d ) , c ( d ) } } , V = function ( a , b ) { var c , d , e = function ( a ) { return a . _id } ; h . _expanded & & ( d = a . selectAll ( " . link " ) . data ( k , e ) , d . enter ( ) . append ( " g " ) . attr ( " class " , " link " ) . attr ( " id " , e ) , d . exit ( ) . remove ( ) , d . selectAll ( " * > * " ) . remove ( ) , c = d . append ( " line " ) , b ( c , d ) ) } , W = function ( a ) { H ( a ) } ; g = new ForceLayouter ( { distance : 100 , gravity : . 1 , charge : - 500 , width : 1 , height : 1 , nodes : j , links : k } ) , this . _id = " * community_ " + Math . floor ( 1e6 * Math . random ( ) ) , b . length > 0 ? ( this . x = b [ 0 ] . x , this . y = b [ 0 ] . y ) : ( this . x = 0 , this . y = 0 ) , this . _size = 0 , this . _inboundCounter = 0 , this . _outboundCounter = 0 , this . _expanded = ! 1 , this . _isCommunity = ! 0 , D ( b ) , this . hasNode = z , this . getNodes = A , this . getNode = B , this . getDistance = p , this . getCharge = q , this . insertNode = C , this . insertInboundEdge = I , this . insertOutboundEdge = J , this . removeNode = E , this . removeInboundEdge = F , this . removeOutboundEdge = G , this . removeOutboundEdgesFromNode = H , this . collapseNode = W , this . dissolve = M , this . getDissolveInfo = K , this . collapse = N , this . expand = L , this . shapeNodes = T , this . shapeInnerEdges = V , this . updateInnerEdges = U , this . addDistortion = S , this . getSourcePosition = s , this . getTargetPosition = t } function DomObserverFactory ( ) { " use strict " ; var a = window . WebKitMutationObserver | | window . MutationObserver ; this . createObserver = function ( b ) { if ( ! a ) throw " Observer not supported " ; return new a ( b ) } } function EdgeShaper ( a , b , c ) { " use strict " ; var d , e , f , g = this , h = [ ] , i = { } , j = new ContextMenu ( " gv_edge_cm " ) , k = function ( a , b ) { return _ . isArray ( a ) ? b [ _ . find ( a , function ( a ) { return b [ a ] } ) ] : b [ a ] } , l = function ( a ) { if ( void 0 = = = a ) return [ " " ] ; " string " ! = typeof a & & ( a = String ( a ) ) ; var b = a . match ( / [ \ w \ W ] { 1 , 10 } ( \ s | $ ) | \ S + ? ( \ s | $ ) / g ) ; return b [ 0 ] = $ . trim ( b [ 0 ] ) , b [ 1 ] = $ . trim ( b [ 1 ] ) , b [ 0 ] . length > 12 & & ( b [ 0 ] = $ . trim ( a . substring ( 0 , 10 ) ) + " - " , b [ 1 ] = $ . trim ( a . substring ( 10 ) ) , b [ 1 ] . length > 12 & & ( b [ 1 ] = b [ 1 ] . split ( / \ W / ) [ 0 ] , b [ 1 ] . length > 12 & & ( b [ 1 ] = b [ 1 ] . substring ( 0 , 10 ) + " . . . " ) ) , b . length = 2 ) , b . length > 2 & & ( b . length = 2 , b [ 1 ] + = " . . . " ) , b } , m = ! 0 , n = { } , o = function ( a ) { return a . _id } , p = function ( a , b ) { } , q = new ColourMapper , r = function ( ) { q . reset ( ) } , s = p , t = p , u = p , v = p , w = function ( ) { f = { click : p , dblclick : p , mousedown : p , mouseup : p , mousemove : p , mouseout : p , mouseover : p } } , x = function ( a , b ) { return 180 * Math . atan2 ( b . y - a . y , b . x - a . x ) / Math . PI } , y = function ( a , b ) { var c , d = Math . sqrt ( ( b . y - a . y ) * ( b . y - a . y ) + ( b . x - a . x ) * ( b . x - a . x ) ) ; return a . x = = = b . x ? d - = 18 * b . z : ( c = Math . abs ( ( b . y - a . y ) / ( b . x - a . x ) ) , d - = . 4 > c ? Math . abs ( d * b . z * 45 / ( b . x - a . x ) ) : Math . abs ( d * b . z * 18 / ( b . y - a . y ) ) ) , d } , z = function ( a , b ) { _ . each ( f , function ( a , c ) { b . on ( c , a ) } ) } , A = function ( a , b ) { if ( " update " = = = a ) s = b ; else { if ( void 0 = = = f [ a ] ) throw " Sorry Unknown Event " + a + " cannot be bound . " ; f [ a ] = b } } , B = function ( a ) { var b , c , d , e ; return d = a . source , e = a . target , d . _isCommunity ? ( i [ d . _id ] = d , b = d . getSourcePosition ( a ) ) : b = d . position , e . _isCommunity ? ( i [ e . _id ] = e , c = e . getTargetPosition ( a ) ) : c = e . position , { s : b , t : c } } , C = function ( a , b ) { i = { } , b . attr ( " transform " , function ( a ) { var b = B ( a ) ; return " translate ( " + b . s . x + " , " + b . s . y + " ) rotate ( " + x ( b . s , b . t ) + " ) " } ) , a . attr ( " x2 " , function ( a ) { var b = B ( a ) ; return y ( b . s , b . t ) } ) } , D = function ( a , b ) { t ( a , b ) , m & & u ( a , b ) , v ( a , b ) , z ( a , b ) , C ( a , b ) } , E = function ( a ) { void 0 ! = = a & & ( h = a ) ; var b , c = g . parent . selectAll ( " . link " ) . data ( h , o ) ; c . enter ( ) . append ( " g " ) . attr ( " class " , " link " ) . attr ( " id " , o ) , c . exit ( ) . remove ( ) , c . selectAll ( " * > * " ) . remove ( ) , b = c . append ( " line " ) , D ( b , c ) , _ . each ( i , function ( a ) { a . shapeInnerEdges ( d3 . select ( this ) , D ) } ) , j . bindMenu ( $ ( " . link " ) ) } , F = function ( ) { var a = g . parent . selectAll ( " . link " ) , b = a . select ( " line " ) ; C ( b , a ) , s ( a ) , _ . each ( i , function ( a ) { a . updateInnerEdges ( d3 . select ( this ) , C , s ) } ) } , G = function ( a ) { switch ( $ ( " svg defs marker # arrow " ) . remove ( ) , a . type ) { case EdgeShaper . shapes . NONE : t = p ; break ; case EdgeShaper . shapes . ARROW : t = function ( a , b ) { a . attr ( " marker - end " , " url ( # arrow ) " ) } , 0 = = = d . selectAll ( " defs " ) [ 0 ] . length & & d . append ( " defs " ) , d . select ( " defs " ) . append ( " marker " ) . attr ( " id " , " arrow " ) . attr ( " refX " , " 10 " ) . attr ( " refY " , " 5 " ) . attr ( " markerUnits " , " strokeWidth " ) . attr ( " markerHeight " , " 10 " ) . attr ( " markerWidth " , " 10 " ) . attr ( " orient " , " auto " ) . append ( " path " ) . attr ( " d " , " M 0 0 L 10 5 L 0 10 z " ) ; break ; default : throw " Sorry given Shape not known ! " } } , H = function ( a ) { u = _ . isFunction ( a ) ? function ( b , c ) { c . append ( " text " ) . attr ( " text - anchor " , " middle " ) . text ( a ) } : function ( b , c ) { c . append ( " text " ) . attr ( " text - anchor " , " middle " ) . text ( function ( b ) { var c = l ( k ( a , b . _data ) ) ; return c [ 0 ] | | " " } ) } , s = function ( a ) { a . select ( " text " ) . attr ( " transform " , function ( a ) { var b = B ( a ) ; return " translate ( " + y ( b . s , b . t ) / 2 + " , - 3 ) " } ) } } , I = function ( a ) { void 0 ! = = a . reset & & a . reset & & w ( ) , _ . each ( a , function ( a , b ) { " reset " ! = = b & & A ( b , a ) } ) } , J = function ( a ) { switch ( $ ( " svg defs # gradientEdgeColor " ) . remove ( ) , r ( ) , a . type ) { case " single " : v = function ( b , c ) { b . attr ( " stroke " , a . stroke ) } ; break ; case " gradient " : 0 = = = d . selectAll ( " defs " ) [ 0 ] . length & & d . append ( " defs " ) ; var b = d . select ( " defs " ) . append ( " linearGradient " ) . attr ( " id " , " gradientEdgeColor " ) ; b . append ( " stop " ) . attr ( " offset " , " 0 " ) . attr ( " stop - color " , a . source ) , b . append ( " stop " ) . attr ( " offset " , " 0 . 4 " ) . attr ( " stop - color " , a . source ) , b . append ( " stop " ) . attr ( " offset " , " 0 . 6 " ) . attr ( " stop - color " , a . target ) , b . append ( " stop " ) . attr ( " offset " , " 1 " ) . attr ( " stop - color " , a . target ) , v = function ( a , b ) { a . attr ( " stroke " , " url ( # gradientEdgeColor ) " ) , a . attr ( " y2 " , " 0 . 0000000000000001 " ) } ; break ; case " attribute " : v = function ( b , c ) { c . attr ( " stroke " , function ( b ) { return q . getColour ( b . _data [ a . key ] ) } ) } ; break ; default : throw " Sorry given colour - scheme not known " } } , K = function ( a ) { void 0 ! = = a . shape & & G ( a . shape ) , void 0 ! = = a . label & & ( H ( a . label ) , g . label = a . label ) , void 0 ! = = a . actions & & I ( a . actions ) , void 0 ! = = a . color & & J ( a . color ) } ; for ( g . parent = a , w ( ) , d = a ; d [ 0 ] [ 0 ] & & d [ 0 ] [ 0 ] . ownerSVGElement ; ) d = d3 . select ( d [ 0 ] [ 0 ] . ownerSVGElement ) ; void 0 = = = b & & ( b = { color : { type : " single " , stroke : " # 686766 " } } ) , void 0 = = = b . color & & ( b . color = { type : " single " , stroke : " # 686766 " } ) , K ( b ) , _ . isFunction ( c ) & & ( o = c ) , e = d . append ( " g " ) , g . changeTo = function ( a ) { K ( a ) , E ( ) , F ( ) } , g . drawEdges = function ( a ) { E ( a ) , F ( ) } , g . updateEdges = function ( ) { F ( ) } , g . reshapeEdges = function ( ) { E ( ) } , g . activateLabel = function ( a ) { m = a ? ! 0 : ! 1 , E ( ) } , g . addAnEdgeFollowingTheCursor = function ( a , b ) { return n = e . append ( " line " ) , n . attr ( " stroke " , " black " ) . attr ( " id " , " connectionLine " ) . attr ( " x1 " , a ) . attr ( " y1 " , b ) . attr ( " x2 " , a ) . attr ( " y2 " , b ) , function ( a , b ) { n . attr ( " x2 " , a ) . attr ( " y2 " , b ) } } , g . removeCursorFollowingEdge = function ( ) { n . remove & & ( n . remove ( ) , n = { } ) } , g . addMenuEntry = function ( a , b ) { j . addEntry ( a , b ) } , g . getLabel = function ( ) { return g . label | | " " } , g . resetColourMap = r } function EventDispatcher ( a , b , c ) { " use strict " ; var d , e , f , g , h = this , i = function ( b ) { if ( void 0 = = = b . shaper & & ( b . shaper = a ) , d . checkNodeEditorConfig ( b ) ) { var c = new d . InsertNode ( b ) , e = new d . PatchNode ( b ) , f = new d . DeleteNode ( b ) ; h . events . CREATENODE = function ( a , b , d , e ) { var f ; return f = _ . isFunction ( a ) ? a ( ) : a , function ( ) { c ( f , b , d , e ) } } , h . events . PATCHNODE = function ( a , b , c ) { if ( ! _ . isFunction ( b ) ) throw " Please give a function to extract the new node data " ; return function ( ) { e ( a , b ( ) , c ) } } , h . events . DELETENODE = function ( a ) { return function ( b ) { f ( b , a ) } } } } , j = function ( a ) { if ( void 0 = = = a . shaper & & ( a . shaper = b ) , d . checkEdgeEditorConfig ( a ) ) { var c = new d . InsertEdge ( a ) , e = new d . PatchEdge ( a ) , f = new d . DeleteEdge ( a ) , g = null , i = ! 1 ; h . events . STARTCREATEEDGE = function ( a ) { return function ( b ) { var c = d3 . event | | window . event ; g = b , i = ! 1 , void 0 ! = = a & & a ( b , c ) , c . stopPropagation ( ) } } , h . events . CANCELCREATEEDGE = function ( a ) { return function ( ) { g = null , void 0 = = = a | | i | | a ( ) } } , h . events . FINISHCREATEEDGE = function ( a ) { return function ( b ) { null ! = = g & & b ! = = g & & ( c ( g , b , a ) , i = ! 0 ) } } , h . events . PATCHEDGE = function ( a , b , c ) { if ( ! _ . isFunction ( b ) ) throw " Please give a function to extract the new node data " ; return function ( ) { e ( a , b ( ) , c ) } } , h . events . DELETEEDGE = function ( a ) { return function ( b ) { f ( b , a ) } } } } , k = function ( ) { g = g | | $ ( " svg " ) , g . unbind ( ) , _ . each ( e , function ( a , b ) { g . bind ( b , function ( c ) { _ . each ( a , function ( a ) { a ( c ) } ) , f [ b ] & & f [ b ] ( c ) } ) } ) } ; if ( void 0 = = = a ) throw " NodeShaper has to be given . " ; if ( void 0 = = = b ) throw " EdgeShaper has to be given . " ; d = new EventLibrary , e = { click : [ ] , dblclick : [ ] , mousedown : [ ] , mouseup : [ ] , mousemove : [ ] , mouseout : [ ] , mouseover : [ ] } , f = { } , h . events = { } , void 0 ! = = c & & ( void 0 ! = = c . expand & & d . checkExpandConfig ( c . expand ) & & ( h . events . EXPAND = new d . Expand ( c . expand ) , a . setGVStartFunction ( function ( ) { c . expand . reshapeNodes ( ) , c . expand . startCallback ( ) } ) ) , void 0 ! = = c . drag & & d . checkDragConfig ( c . drag ) & & ( h . events . DRAG = d . Drag ( c . drag ) ) , void 0 ! = = c . nodeEditor & & i ( c . nodeEditor ) , void 0 ! = = c . edgeEditor & & j ( c . edgeEditor ) ) , Object . freeze ( h . events ) , h . bind = function ( c , d , e ) { if ( void 0 = = = e | | ! _ . isFunction ( e ) ) throw " You have to give a function that should be bound as a third argument " ; var g = { } ; switch ( c ) { case " nodes " : g [ d ] = e , a . changeTo ( { actions : g } ) ; break ; case " edges " : g [ d ] = e , b . changeTo ( { actions : g } ) ; break ; case " svg " : f [ d ] = e , k ( ) ; break ; default : if ( void 0 = = = c . bind ) throw ' Sorry cannot bind to object . Please give either " nodes " , " edges " or a jQuery - selected DOM - Element ' ; c . unbind ( d ) , c . bind ( d , e ) } } , h . rebind = function ( c , d ) { switch ( d = d | | { } , d . reset = ! 0 , c ) { case " nodes " : a . changeTo ( { actions : d } ) ; break ; case " edges " : b . changeTo ( { actions : d } ) ; break ; case " svg " : f = { } , _ . each ( d , function ( a , b ) { " reset " ! = = b & & ( f [ b ] = a ) } ) , k ( ) ; break ; default : throw ' Sorry cannot rebind to object . Please give either " nodes " , " edges " or " svg " ' } } , h . fixSVG = function ( a , b ) { if ( void 0 = = = e [ a ] ) throw " Sorry unkown event " ; e [ a ] . push ( b ) , k ( ) } , Object . freeze ( h . events ) } function EventLibrary ( ) { " use strict " ; var a = this ; this . checkExpandConfig = function ( a ) { if ( void 0 = = = a . startCallback ) throw " A callback to the Start - method has to be defined " ; if ( void 0 = = = a . adapter | | void 0 = = = a . adapter . explore ) throw " An adapter to load data has to be defined " ; if ( void 0 = = = a . reshapeNodes ) throw " A callback to reshape nodes has to be defined " ; return ! 0 } , this . Expand = function ( b ) { a . checkExpandConfig ( b ) ; var c = b . startCallback , d = b . adapter . explore , e = b . reshapeNodes ; return function ( a ) { d ( a , c ) , e ( ) , c ( ) } } , this . checkDragConfig = function ( a ) { if ( void 0 = = = a . layouter ) throw " A layouter has to be defined " ; if ( void 0 = = = a . layouter . drag | | ! _ . isFunction ( a . layouter . drag ) ) throw " The layouter has to offer a drag function " ; return ! 0 } , this . Drag = function ( b ) { return a . checkDragConfig ( b ) , b . layouter . drag } , this . checkNodeEditorConfig = function ( a ) { if ( void 0 = = = a . adapter ) throw " An adapter has to be defined " ; if ( void 0 = = = a . shaper ) throw " A node shaper has to be defined " ; return ! 0 } , this . checkEdgeEditorConfig = function ( a ) { if ( void 0 = = = a . adapter ) throw " An adapter has to be defined " ; if ( void 0 = = = a . shaper ) throw " An edge Shaper has to be defined " ; return ! 0 } , this . InsertNode = function ( b ) { a . checkNodeEditorConfig ( b ) ; var c = b . adapter , d = b . shaper ; return function ( a , b , e , f ) { var g , h ; _ . isFunction ( a ) & & ! b ? ( g = a , h = { } ) : ( g = b , h = a ) , c . createNode ( h , function ( a ) { d . reshapeNodes ( ) , g ( a ) } , e , f ) } } , this . PatchNode = function ( b ) { a . checkNodeEditorConfig ( b ) ; var c = b . adapter , d = b . shaper ; return function ( a , b , e ) { c . patchNode ( a , b , function ( a ) { d . reshapeNodes ( ) , e ( a ) } ) } } , this . DeleteNode = function ( b ) { a . checkNodeEditorConfig ( b ) ; var c = b . adapter , d = b . shaper ; return function ( a , b ) { c . deleteNode ( a , function ( ) { d . reshapeNodes ( ) , b ( ) } ) } } , this . SelectNodeCollection = function ( b ) { a . checkNodeEditorConfig ( b ) ; var c = b . adapter ; if ( ! _ . isFunction ( c . useNodeCollection ) ) throw " The adapter has to support collection changes " ; return function ( a , b ) { c . useNodeCollection ( a ) , b ( ) } } , this . InsertEdge = function ( b ) { a . checkEdgeEditorConfig ( b ) ; var c = b . adapter , d = b . shaper ; return function ( a , b , e ) { c . createEdge ( { source : a , target : b } , function ( a ) { d . reshapeEdges ( ) , e ( a ) } ) } } , this . PatchEdge = function ( b ) { a . checkEdgeEditorConfig ( b ) ; var c = b . adapter , d = b . shaper ; return function ( a , b , e ) { c . patchEdge ( a , b , function ( a ) { d . reshapeEdges ( ) , e ( a ) } ) } } , this . DeleteEdge = function ( b ) { a . checkEdgeEditorConfig ( b ) ; var c = b . adapter , d = b . shaper ; return function ( a , b ) { c . deleteEdge ( a , function ( ) { d . reshapeEdges ( ) , b ( ) } ) } } } function ForceLayouter ( a ) { " use strict " ; var b = this , c = d3 . layout . force ( ) , d = a . charge | | - 600 , e = a . distance | | 80 , f = a . gravity | | . 01 , g = function ( a ) { <nl> - var b = 0 ; return b + = a . source . _isCommunity ? a . source . getDistance ( e ) : e , b + = a . target . _isCommunity ? a . target . getDistance ( e ) : e } , h = function ( a ) { return a . _isCommunity ? a . getCharge ( d ) : d } , i = a . onUpdate | | function ( ) { } , j = a . width | | 880 , k = a . height | | 680 , l = function ( a ) { a . distance & & ( e = a . distance ) , a . gravity & & c . gravity ( a . gravity ) , a . charge & & ( d = a . charge ) } ; if ( void 0 = = = a . nodes ) throw " No nodes defined " ; if ( void 0 = = = a . links ) throw " No links defined " ; c . nodes ( a . nodes ) , c . links ( a . links ) , c . size ( [ j , k ] ) , c . linkDistance ( g ) , c . gravity ( f ) , c . charge ( h ) , c . on ( " tick " , function ( ) { } ) , b . start = function ( ) { c . start ( ) } , b . stop = function ( ) { c . stop ( ) } , b . drag = c . drag , b . setCombinedUpdateFunction = function ( a , d , e ) { void 0 ! = = e ? ( i = function ( ) { c . alpha ( ) < . 1 & & ( a . updateNodes ( ) , d . updateEdges ( ) , e ( ) , c . alpha ( ) < . 05 & & b . stop ( ) ) } , c . on ( " tick " , i ) ) : ( i = function ( ) { c . alpha ( ) < . 1 & & ( a . updateNodes ( ) , d . updateEdges ( ) , c . alpha ( ) < . 05 & & b . stop ( ) ) } , c . on ( " tick " , i ) ) } , b . changeTo = function ( a ) { l ( a ) } , b . changeWidth = function ( a ) { j = a , c . size ( [ j , k ] ) } } function FoxxAdapter ( a , b , c , d , e ) { " use strict " ; if ( void 0 = = = a ) throw " The nodes have to be given . " ; if ( void 0 = = = b ) throw " The edges have to be given . " ; if ( void 0 = = = c ) throw " The route has to be given . " ; if ( void 0 = = = d ) throw " A reference to the graph viewer has to be given . " ; e = e | | { } ; var f , g = this , h = { } , i = { } , j = c , k = { cache : ! 1 , contentType : " application / json " , dataType : " json " , processData : ! 1 , error : function ( a ) { try { throw console . log ( a . statusText ) , " [ " + a . errorNum + " ] " + a . errorMessage } catch ( b ) { throw console . log ( b ) , " Undefined ERROR " } } } , l = function ( ) { i . query = { get : function ( a , b ) { var c = $ . extend ( k , { type : " GET " , url : j + " / query / " + a , success : b } ) ; $ . ajax ( c ) } } , i . nodes = { post : function ( a , b ) { var c = $ . extend ( k , { type : " POST " , url : j + " / nodes " , data : JSON . stringify ( a ) , success : b } ) ; $ . ajax ( c ) } , put : function ( a , b , c ) { var d = $ . extend ( k , { type : " PUT " , url : j + " / nodes / " + a , data : JSON . stringify ( b ) , success : c } ) ; $ . ajax ( d ) } , del : function ( a , b ) { var c = $ . extend ( k , { type : " DELETE " , url : j + " / nodes / " + a , success : b } ) ; $ . ajax ( c ) } } , i . edges = { post : function ( a , b ) { var c = $ . extend ( k , { type : " POST " , url : j + " / edges " , data : JSON . stringify ( a ) , success : b } ) ; $ . ajax ( c ) } , put : function ( a , b , c ) { var d = $ . extend ( k , { type : " PUT " , url : j + " / edges / " + a , data : JSON . stringify ( b ) , success : c } ) ; $ . ajax ( d ) } , del : function ( a , b ) { var c = $ . extend ( k , { type : " DELETE " , url : j + " / edges / " + a , success : b } ) ; $ . ajax ( c ) } } , i . forNode = { del : function ( a , b ) { var c = $ . extend ( k , { type : " DELETE " , url : j + " / edges / forNode / " + a , success : b } ) ; $ . ajax ( c ) } } } , m = function ( a , b , c ) { i [ a ] . get ( b , c ) } , n = function ( a , b , c ) { i [ a ] . post ( b , c ) } , o = function ( a , b , c ) { i [ a ] . del ( b , c ) } , p = function ( a , b , c , d ) { i [ a ] . put ( b , c , d ) } , q = function ( a ) { void 0 ! = = a . width & & f . setWidth ( a . width ) , void 0 ! = = a . height & & f . setHeight ( a . height ) } , r = function ( b , c ) { var d = { } , e = b . first , g = a . length ; e = f . insertNode ( e ) , _ . each ( b . nodes , function ( b ) { b = f . insertNode ( b ) , g < a . length & & ( d [ b . _id ] = b , g = a . length ) } ) , _ . each ( b . edges , function ( a ) { f . insertEdge ( a ) } ) , delete d [ e . _id ] , f . checkSizeOfInserted ( d ) , f . checkNodeLimit ( e ) , void 0 ! = = c & & _ . isFunction ( c ) & & c ( e ) } ; e . prioList & & ( h . prioList = e . prioList ) , f = new AbstractAdapter ( a , b , this , d , h ) , q ( e ) , l ( ) , g . explore = f . explore , g . loadNode = function ( a , b ) { m ( " query " , a , function ( a ) { r ( a , b ) } ) } , g . loadInitialNode = function ( a , b ) { f . cleanUp ( ) ; var c = function ( a ) { b ( f . insertInitialNode ( a ) ) } ; g . loadNode ( a , c ) } , g . requestCentralityChildren = function ( a , b ) { } , g . createEdge = function ( a , b ) { var c = _ . clone ( a ) ; c . _from = a . source . _id , c . _to = a . target . _id , delete c . source , delete c . target , n ( " edges " , c , function ( c ) { c . _from = a . source . _id , c . _to = a . target . _id , delete c . error ; var d = f . insertEdge ( c ) ; void 0 ! = = b & & _ . isFunction ( b ) & & b ( d ) } ) } , g . deleteEdge = function ( a , b ) { o ( " edges " , a . _id , function ( ) { f . removeEdge ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( ) } ) } , g . patchEdge = function ( a , b , c ) { p ( " edges " , a . _id , b , function ( d ) { a . _data = $ . extend ( a . _data , b ) , void 0 ! = = c & & _ . isFunction ( c ) & & c ( ) } ) } , g . createNode = function ( a , b ) { n ( " nodes " , a , function ( a ) { f . insertNode ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( a ) } ) } , g . deleteNode = function ( a , b ) { o ( " nodes " , a . _id , function ( ) { f . removeEdgesForNode ( a ) , o ( " forNode " , a . _id , function ( ) { } ) , f . removeNode ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( ) } ) } , g . patchNode = function ( a , b , c ) { p ( " nodes " , a . _id , b , function ( d ) { a . _data = $ . extend ( a . _data , b ) , void 0 ! = = c & & _ . isFunction ( c ) & & c ( a ) } ) } , g . setNodeLimit = function ( a , b ) { f . setNodeLimit ( a , b ) } , g . setChildLimit = function ( a ) { f . setChildLimit ( a ) } , g . expandCommunity = function ( a , b ) { f . expandCommunity ( a ) , void 0 ! = = b & & b ( ) } , g . setWidth = f . setWidth , g . changeTo = f . changeTo , g . getPrioList = f . getPrioList } function GharialAdapter ( a , b , c , d ) { " use strict " ; if ( void 0 = = = a ) throw " The nodes have to be given . " ; if ( void 0 = = = b ) throw " The edges have to be given . " ; if ( void 0 = = = c ) throw " A reference to the graph viewer has to be given . " ; if ( void 0 = = = d ) throw " A configuration with graphName has to be given . " ; if ( void 0 = = = d . graphName ) throw " The graphname has to be given . " ; var e , f , g , h , i , j , k , l = this , m = { } , n = { } , o = { } , p = function ( a ) { $ . ajax ( { cache : ! 1 , type : " GET " , async : ! 1 , url : n . graph + " / " + a + " / edge " , contentType : " application / json " , success : function ( a ) { h = a . collections , i = h [ 0 ] } } ) , $ . ajax ( { cache : ! 1 , type : " GET " , async : ! 1 , url : n . graph + " / " + a + " / vertex " , contentType : " application / json " , success : function ( a ) { f = a . collections , g = f [ 0 ] } } ) } , q = function ( a ) { j = a , p ( a ) , n . edges = n . graph + " / " + j + " / edge / " , n . vertices = n . graph + " / " + j + " / vertex / " , n . any = n . base + " simple / any " } , r = function ( a ) { var b = a . baseUrl | | " " ; void 0 ! = = a . width & & e . setWidth ( a . width ) , void 0 ! = = a . height & & e . setHeight ( a . height ) , k = void 0 ! = = a . undirected ? a . undirected = = = ! 0 ? " any " : " outbound " : " any " , n . base = b + " _api / " , n . cursor = n . base + " cursor " , n . graph = n . base + " gharial " , a . graphName & & q ( a . graphName ) } , s = function ( a , b , c ) { a ! = = o . getAllGraphs & & ( b . graph = j , a ! = = o . connectedEdges & & a ! = = o . childrenCentrality & & a ! = = o . randomVertices & & ( b . dir = k ) ) ; var d = { query : a , bindVars : b } ; $ . ajax ( { type : " POST " , url : n . cursor , data : JSON . stringify ( d ) , contentType : " application / json " , dataType : " json " , processData : ! 1 , success : function ( a ) { c ( a . result ) } , error : function ( a ) { try { throw console . log ( a . statusText ) , " [ " + a . errorNum + " ] " + a . errorMessage } catch ( b ) { throw " Undefined ERROR " } } } ) } , t = function ( a , b ) { var c , d = { query : o . randomVertices , bindVars : { " @ collection " : b , limit : a } } ; return $ . ajax ( { type : " POST " , url : n . cursor , data : JSON . stringify ( d ) , contentType : " application / json " , dataType : " json " , processData : ! 1 , async : ! 1 , success : function ( a ) { c = a . result } , error : function ( a ) { try { throw console . log ( a . statusText ) , " [ " + a . errorNum + " ] " + a . errorMessage } catch ( b ) { throw " Undefined ERROR " } } } ) , c } , u = function ( b , c ) { if ( 0 = = = b . length | | 0 = = = b [ 0 ] . length | | 0 = = = b [ 0 ] [ 0 ] . length ) return void ( c & & c ( { errorCode : 404 } ) ) ; b = b [ 0 ] [ 0 ] ; var d = { } , f = e . insertNode ( b [ 0 ] . vertex ) , g = a . length ; _ . each ( b , function ( b ) { var c = e . insertNode ( b . vertex ) , f = b . path ; g < a . length & & ( d [ c . _id ] = c , g = a . length ) , _ . each ( f . vertices , function ( b ) { var c = e . insertNode ( b ) ; g < a . length & & ( d [ c . _id ] = c , g = a . length ) } ) , _ . each ( f . edges , function ( a ) { e . insertEdge ( a ) } ) } ) , delete d [ f . _id ] , e . checkSizeOfInserted ( d ) , e . checkNodeLimit ( f ) , c & & c ( f ) } , v = function ( a ) { return function ( b ) { return b & & b . errorCode ? void a ( b ) : void a ( e . insertInitialNode ( b ) ) } } ; d . prioList & & ( m . prioList = d . prioList ) , e = new AbstractAdapter ( a , b , this , c , m ) , r ( d ) , o . getAllGraphs = " FOR g IN _graphs return g . _key " , o . traversal = ' RETURN GRAPH_TRAVERSAL ( @ graph , @ example , @ dir , { strategy : " depthfirst " , maxDepth : 1 , paths : true } ) ' , o . childrenCentrality = " RETURN LENGTH ( GRAPH_EDGES ( @ graph , @ id , { direction : any } ) ) " , o . connectedEdges = " RETURN GRAPH_EDGES ( @ graph , @ id ) " , o . randomVertices = " FOR x IN @ @ collection SORT RAND ( ) LIMIT @ limit RETURN x " , l . explore = e . explore , l . loadNode = function ( a , b ) { l . loadNodeFromTreeById ( a , b ) } , l . NODES_TO_DISPLAY = 19 , l . TOTAL_NODES = 0 , l . definedNodes = [ ] , l . randomNodes = [ ] , l . loadRandomNode = function ( a , b ) { var c , d = _ . shuffle ( l . getNodeCollections ( ) ) ; for ( c = 0 ; c < d . length ; + + c ) { void 0 ! = = b & & ( " all " = = = b ? l . NODES_TO_DISPLAY = l . TOTAL_NODES : l . NODES_TO_DISPLAY = parseInt ( b , 10 ) - 1 , l . NODES_TO_DISPLAY > = l . TOTAL_NODES ? $ ( " . infoField " ) . hide ( ) : $ ( " . infoField " ) . show ( ) ) ; var e = t ( l . NODES_TO_DISPLAY , d [ c ] ) ; if ( e . length > 0 ) { return _ . each ( e , function ( a ) { l . randomNodes . push ( a ) } ) , void l . loadInitialNode ( e [ 0 ] . _id , a ) } } a ( { errorCode : 404 } ) } , l . loadInitialNode = function ( a , b ) { e . cleanUp ( ) , l . loadNode ( a , v ( b ) ) } , l . getRandomNodes = function ( ) { var a = [ ] , b = [ ] ; l . definedNodes . length > 0 & & _ . each ( l . definedNodes , function ( a ) { b . push ( a ) } ) , l . randomNodes . length > 0 & & _ . each ( l . randomNodes , function ( a ) { b . push ( a ) } ) ; var c = 0 ; return _ . each ( b , function ( b ) { c < l . NODES_TO_DISPLAY & & ( a . push ( { vertex : b , path : { edges : [ ] , vertices : [ b ] } } ) , c + + ) } ) , a } , l . loadNodeFromTreeById = function ( a , b ) { s ( o . traversal , { example : a } , function ( c ) { var d = [ ] ; d = l . getRandomNodes ( ) , d . length > 0 ? _ . each ( d , function ( a ) { s ( o . traversal , { example : a . vertex . _id } , function ( a ) { _ . each ( a [ 0 ] [ 0 ] , function ( a ) { c [ 0 ] [ 0 ] . push ( a ) } ) , u ( c , b ) } ) } ) : s ( o . traversal , { example : a } , function ( a ) { u ( a , b ) } ) } ) } , l . loadNodeFromTreeByAttributeValue = function ( a , b , c ) { var d = { } ; d [ a ] = b , s ( o . traversal , { example : d } , function ( a ) { u ( a , c ) } ) } , l . getNodeExampleFromTreeByAttributeValue = function ( a , b , c ) { var d = { } ; d [ a ] = b , s ( o . traversal , { example : d } , function ( d ) { if ( void 0 = = = d [ 0 ] [ 0 ] ) throw arangoHelper . arangoError ( " Graph error " , " no nodes found " ) , " No suitable nodes have been found . " ; _ . each ( d [ 0 ] [ 0 ] , function ( d ) { if ( d . vertex [ a ] = = = b ) { var f = { } ; f . _key = d . vertex . _key , f . _id = d . vertex . _id , f . _rev = d . vertex . _rev , e . insertNode ( f ) , c ( f ) } } ) } ) } , l . loadAdditionalNodeByAttributeValue = function ( a , b , c ) { l . getNodeExampleFromTreeByAttributeValue ( a , b , c ) } , l . loadInitialNodeByAttributeValue = function ( a , b , c ) { e . cleanUp ( ) , l . loadNodeFromTreeByAttributeValue ( a , b , v ( c ) ) } , l . requestCentralityChildren = function ( a , b ) { s ( o . childrenCentrality , { id : a } , function ( a ) { b ( a [ 0 ] ) } ) } , l . createEdge = function ( a , b ) { var c = { } ; c . _from = a . source . _id , c . _to = a . target . _id , $ . ajax ( { cache : ! 1 , type : " POST " , url : n . edges + i , data : JSON . stringify ( c ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( a ) { if ( a . error = = = ! 1 ) { var d , f = a . edge ; f . _from = c . _from , f . _to = c . _to , d = e . insertEdge ( f ) , b ( d ) } } , error : function ( a ) { var b = " " ; try { b = JSON . parse ( a . responseText ) . errorMessage + " ( " + JSON . parse ( a . responseText ) . errorNum + " ) " , arangoHelper . arangoError ( a . statusText , b ) } catch ( c ) { throw a . statusText } } } ) } , l . deleteEdge = function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , url : n . edges + a . _id , contentType : " application / json " , dataType : " json " , processData : ! 1 , success : function ( ) { e . removeEdge ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( ) } , error : function ( a ) { var b = " " ; try { b = JSON . parse ( a . responseText ) . errorMessage + " ( " + JSON . parse ( a . responseText ) . errorNum + " ) " , arangoHelper . arangoError ( a . statusText , b ) } catch ( c ) { throw a . statusText } } } ) } , l . patchEdge = function ( a , b , c ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : n . edges + a . _id , data : JSON . stringify ( b ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( ) { a . _data = $ . extend ( a . _data , b ) , c ( ) } , error : function ( a ) { var b = " " ; try { b = JSON . parse ( a . responseText ) . errorMessage + " ( " + JSON . parse ( a . responseText ) . errorNum + " ) " , arangoHelper . arangoError ( a . statusText , b ) } catch ( c ) { throw a . statusText } } } ) } , l . createNode = function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " POST " , url : n . vertices + g , data : JSON . stringify ( a ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( c ) { c . error = = = ! 1 & & ( a . _key = c . vertex . _key , a . _id = c . vertex . _id , a . _rev = c . vertex . _rev , e . insertNode ( a ) , b ( a ) ) } , error : function ( a ) { var b = " " ; try { b = JSON . parse ( a . responseText ) . errorMessage + " ( " + JSON . parse ( a . responseText ) . errorNum + " ) " , arangoHelper . arangoError ( a . statusText , b ) } catch ( c ) { throw a . statusText } } } ) } , l . deleteNode = function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , url : n . vertices + a . _id , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( ) { e . removeEdgesForNode ( a ) , e . removeNode ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( ) } , error : function ( a ) { var b = " " ; try { b = JSON . parse ( a . responseText ) . errorMessage + " ( " + JSON . parse ( a . responseText ) . errorNum + " ) " , arangoHelper . arangoError ( a . statusText , b ) } catch ( c ) { throw a . statusText } } } ) } , l . patchNode = function ( a , b , c ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : n . vertices + a . _id , data : JSON . stringify ( b ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( ) { a . _data = $ . extend ( a . _data , b ) , c ( a ) } , error : function ( a ) { throw a . statusText } } ) } , l . changeToGraph = function ( a , b ) { e . cleanUp ( ) , q ( a ) , void 0 ! = = b & & ( k = b = = = ! 0 ? " any " : " outbound " ) } , l . setNodeLimit = function ( a , b ) { e . setNodeLimit ( a , b ) } , l . setChildLimit = function ( a ) { e . setChildLimit ( a ) } , l . expandCommunity = function ( a , b ) { e . expandCommunity ( a ) , void 0 ! = = b & & b ( ) } , l . getGraphs = function ( a ) { a & & a . length > = 1 & & s ( o . getAllGraphs , { } , a ) } , l . getAttributeExamples = function ( a ) { if ( a & & a . length > = 1 ) { var b , c = [ ] , d = _ . shuffle ( l . getNodeCollections ( ) ) ; for ( b = 0 ; b < d . length ; + + b ) { var e = t ( 10 , d [ b ] ) ; $ . ajax ( { cache : ! 1 , type : " GET " , async : ! 1 , url : arangoHelper . databaseUrl ( " / _api / collection / " + encodeURIComponent ( d [ b ] ) + " / count " ) , contentType : " application / json " , success : function ( a ) { l . TOTAL_NODES = l . TOTAL_NODES + a . count } } ) , e . length > 0 & & ( c = c . concat ( _ . flatten ( _ . map ( e , function ( a ) { return _ . keys ( a ) } ) ) ) ) } var c = _ . sortBy ( _ . uniq ( c ) , function ( a ) { return a . toLowerCase ( ) } ) ; a ( c ) } } , l . getEdgeCollections = function ( ) { return h } , l . getSelectedEdgeCollection = function ( ) { return i } , l . useEdgeCollection = function ( a ) { if ( ! _ . contains ( h , a ) ) throw " Collection " + a + " is not available in the graph . " ; i = a } , l . getNodeCollections = function ( ) { return f } , l . getSelectedNodeCollection = function ( ) { return g } , l . useNodeCollection = function ( a ) { if ( ! _ . contains ( f , a ) ) throw " Collection " + a + " is not available in the graph . " ; g = a } , l . getDirection = function ( ) { return k } , l . getGraphName = function ( ) { return j } , l . setWidth = e . setWidth , l . changeTo = e . changeTo , l . getPrioList = e . getPrioList } function ModularityJoiner ( ) { " use strict " ; var a = { } , b = Array . prototype . forEach , c = Object . keys , d = Array . isArray , e = Object . prototype . toString , f = Array . prototype . indexOf , g = Array . prototype . map , h = Array . prototype . some , i = { isArray : d | | function ( a ) { return " [ object Array ] " = = = e . call ( a ) } , isFunction : function ( a ) { return " function " = = typeof a } , isString : function ( a ) { return " [ object String ] " = = = e . call ( a ) } , each : function ( c , d , e ) { if ( null ! = = c & & void 0 ! = = c ) { var f , g , h ; if ( b & & c . forEach = = = b ) c . forEach ( d , e ) ; else if ( c . length = = = + c . length ) { for ( f = 0 , g = c . length ; g > f ; f + + ) if ( d . call ( e , c [ f ] , f , c ) = = = a ) return } else for ( h in c ) if ( c . hasOwnProperty ( h ) & & d . call ( e , c [ h ] , h , c ) = = = a ) return } } , keys : c | | function ( a ) { if ( " object " ! = typeof a | | Array . isArray ( a ) ) throw new TypeError ( " Invalid object " ) ; var b , c = [ ] ; for ( b in a ) a . hasOwnProperty ( b ) & & ( c [ c . length ] = b ) ; return c } , min : function ( a , b , c ) { if ( ! b & & i . isArray ( a ) & & a [ 0 ] = = = + a [ 0 ] & & a . length < 65535 ) return Math . min . apply ( Math , a ) ; if ( ! b & & i . isEmpty ( a ) ) return 1 / 0 ; var d = { computed : 1 / 0 , value : 1 / 0 } ; return i . each ( a , function ( a , e , f ) { var g = b ? b . call ( c , a , e , f ) : a ; g < d . computed & & ( d = { value : a , computed : g } ) } ) , d . value } , map : function ( a , b , c ) { var d = [ ] ; return null = = = a ? d : g & & a . map = = = g ? a . map ( b , c ) : ( i . each ( a , function ( a , e , f ) { d [ d . length ] = b . call ( c , a , e , f ) } ) , d ) } , pluck : function ( a , b ) { return i . map ( a , function ( a ) { return a [ b ] } ) } , uniq : function ( a , b , c , d ) { i . isFunction ( b ) & & ( d = c , c = b , b = ! 1 ) ; var e = c ? i . map ( a , c , d ) : a , f = [ ] , g = [ ] ; return i . each ( e , function ( c , d ) { b ? d & & g [ g . length - 1 ] = = = c | | ( g . push ( c ) , f . push ( a [ d ] ) ) : i . contains ( g , c ) | | ( g . push ( c ) , f . push ( a [ d ] ) ) } ) , f } , union : function ( ) { return i . uniq ( Array . prototype . concat . apply ( Array . prototype , arguments ) ) } , isEmpty : function ( a ) { var b ; if ( null = = = a ) return ! 0 ; if ( i . isArray ( a ) | | i . isString ( a ) ) return 0 = = = a . length ; for ( b in a ) if ( a . hasOwnProperty ( b ) ) return ! 1 ; return ! 0 } , any : function ( b , c , d ) { c = c | | i . identity ; var e = ! 1 ; return null = = = b ? e : h & & b . some = = = h ? b . some ( c , d ) : ( i . each ( b , function ( b , f , g ) { return e ? a : ( e = c . call ( d , b , f , g ) , a ) } ) , ! ! e ) } , contains : function ( a , b ) { return null = = = a ? ! 1 : f & & a . indexOf = = = f ? - 1 ! = = a . indexOf ( b ) : i . any ( a , function ( a ) { return a = = = b } ) } , values : function ( a ) { var b , c = [ ] ; for ( b in a ) a . hasOwnProperty ( b ) & & c . push ( a [ b ] ) ; return c } } , j = { } , k = { } , l = { } , m = 0 , n = 0 , o = null , p = null , q = null , r = { } , s = function ( a ) { var b , c = Number . NEGATIVE_INFINITY ; return i . each ( p [ a ] , function ( a , d ) { a > c & & ( c = a , b = d ) } ) , 0 > c ? void delete q [ a ] : void ( q [ a ] = b ) } , t = function ( a , b ) { s ( b ) } , u = function ( a , b ) { return b > a ? p [ a ] & & p [ a ] [ b ] : p [ b ] & & p [ b ] [ a ] } , v = function ( a , b ) { return b > a ? p [ a ] [ b ] : p [ b ] [ a ] } , w = function ( a , b , c ) { return b > a ? ( p [ a ] = p [ a ] | | { } , void ( p [ a ] [ b ] = c ) ) : ( p [ b ] = p [ b ] | | { } , void ( p [ b ] [ a ] = c ) ) } , x = function ( a , b ) { if ( b > a ) { if ( ! p [ a ] ) return ; return delete p [ a ] [ b ] , void ( i . isEmpty ( p [ a ] ) & & delete p [ a ] ) } a ! = = b & & x ( b , a ) } , y = function ( a , b ) { var c , d ; return b > a ? u ( a , b ) ? ( d = v ( a , b ) , q [ a ] = = = b ? void s ( a ) : u ( a , q [ a ] ) ? ( c = v ( a , q [ a ] ) , void ( d > c & & ( q [ a ] = b ) ) ) : void s ( a ) ) : void s ( a ) : void ( a ! = = b & & y ( b , a ) ) } , z = function ( a , b ) { o [ a ] . _in + = o [ b ] . _in , o [ a ] . _out + = o [ b ] . _out , delete o [ b ] } , A = function ( a , b ) { j [ a ] = j [ a ] | | { } , j [ a ] [ b ] = ( j [ a ] [ b ] | | 0 ) + 1 , k [ b ] = k [ b ] | | { } , k [ b ] [ a ] = ( k [ b ] [ a ] | | 0 ) + 1 , l [ a ] = l [ a ] | | { _in : 0 , _out : 0 } , l [ b ] = l [ b ] | | { _in : 0 , _out : 0 } , l [ a ] . _out + + , l [ b ] . _in + + , m + + , n = Math . pow ( m , - 1 ) } , B = function ( a , b ) { j [ a ] & & ( j [ a ] [ b ] - - , 0 = = = j [ a ] [ b ] & & delete j [ a ] [ b ] , k [ b ] [ a ] - - , 0 = = = k [ b ] [ a ] & & delete k [ b ] [ a ] , l [ a ] . _out - - , l [ b ] . _in - - , m - - , n = m > 0 ? Math . pow ( m , - 1 ) : 0 , i . isEmpty ( j [ a ] ) & & delete j [ a ] , i . isEmpty ( k [ b ] ) & & delete k [ b ] , 0 = = = l [ a ] . _in & & 0 = = = l [ a ] . _out & & delete l [ a ] , 0 = = = l [ b ] . _in & & 0 = = = l [ b ] . _out & & delete l [ b ] ) } , C = function ( ) { return o = { } , i . each ( l , function ( a , b ) { o [ b ] = { _in : a . _in / m , _out : a . _out / m } } ) , o } , D = function ( a , b ) { return o [ a ] . _out * o [ b ] . _in + o [ a ] . _in * o [ b ] . _out } , E = function ( a ) { var b = i . keys ( j [ a ] | | { } ) , c = i . keys ( k [ a ] | | { } ) ; return i . union ( b , c ) } , F = function ( ) { p = { } , i . each ( j , function ( a , b ) { var c = k [ b ] | | { } , d = E ( b ) ; i . each ( d , function ( d ) { var e , f = a [ d ] | | 0 ; f + = c [ d ] | | 0 , e = f * n - D ( b , d ) , e > 0 & & w ( b , d , e ) } ) } ) } , G = function ( ) { return q = { } , i . each ( p , t ) , q } , H = function ( a , b , c ) { var d ; return u ( c , a ) ? ( d = v ( c , a ) , u ( c , b ) ? ( d + = v ( c , b ) , w ( c , a , d ) , x ( c , b ) , y ( c , a ) , void y ( c , b ) ) : ( d - = D ( c , b ) , 0 > d & & x ( c , a ) , void y ( c , a ) ) ) : void ( u ( c , b ) & & ( d = v ( c , b ) , d - = D ( c , a ) , d > 0 & & w ( c , a , d ) , y ( c , a ) , x ( c , b ) , y ( c , b ) ) ) } , I = function ( a , b ) { i . each ( p , function ( c , d ) { return d = = = a | | d = = = b ? void i . each ( c , function ( c , d ) { return d = = = b ? ( x ( a , b ) , void y ( a , b ) ) : void H ( a , b , d ) } ) : void H ( a , b , d ) } ) } , J = function ( ) { return j } , K = function ( ) { return q } , L = function ( ) { return p } , M = function ( ) { return o } , N = function ( ) { return r } , O = function ( ) { var a , b , c = Number . NEGATIVE_INFINITY ; return i . each ( q , function ( d , e ) { c < p [ e ] [ d ] & & ( a = d , b = e , c = p [ e ] [ d ] ) } ) , 0 > = c ? null : { sID : b , lID : a , val : c } } , P = function ( a ) { var b , c = Number . NEGATIVE_INFINITY ; return i . each ( a , function ( a ) { a . q > c & & ( c = a . q , b = a . nodes ) } ) , b } , Q = function ( ) { C ( ) , F ( ) , G ( ) , r = { } } , R = function ( a ) { var b = a . sID , c = a . lID , d = a . val ; r [ b ] = r [ b ] | | { nodes : [ b ] , q : 0 } , r [ c ] ? ( r [ b ] . nodes = r [ b ] . nodes . concat ( r [ c ] . nodes ) , r [ b ] . q + = r [ c ] . q , delete r [ c ] ) : r [ b ] . nodes . push ( c ) , r [ b ] . q + = d , I ( b , c ) , z ( b , c ) } , S = function ( a , b , c ) { if ( 0 = = = c . length ) return ! 0 ; var d = [ ] ; return i . each ( c , function ( c ) { a [ c ] = = = Number . POSITIVE_INFINITY & & ( a [ c ] = b , d = d . concat ( E ( c ) ) ) } ) , S ( a , b + 1 , d ) } , T = function ( a ) { var b = { } ; if ( i . each ( j , function ( a , c ) { b [ c ] = Number . POSITIVE_INFINITY } ) , b [ a ] = 0 , S ( b , 1 , E ( a ) ) ) return b ; throw " FAIL ! " } , U = function ( a ) { return function ( b ) { return a [ b ] } } , V = function ( a , b ) { var c , d = { } , e = [ ] , f = { } , g = function ( a , b ) { var c = f [ i . min ( a , U ( f ) ) ] , e = f [ i . min ( b , U ( f ) ) ] , g = e - c ; return 0 = = = g & & ( g = d [ b [ b . length - 1 ] ] . q - d [ a [ a . length - 1 ] ] . q ) , g } ; for ( Q ( ) , c = O ( ) ; null ! = = c ; ) R ( c ) , c = O ( ) ; return d = N ( ) , void 0 ! = = b ? ( i . each ( d , function ( a , c ) { i . contains ( a . nodes , b ) & & delete d [ c ] } ) , e = i . pluck ( i . values ( d ) , " nodes " ) , f = T ( b ) , e . sort ( g ) , e [ 0 ] ) : P ( d ) } ; this . insertEdge = A , this . deleteEdge = B , this . getAdjacencyMatrix = J , this . getHeap = K , this . getDQ = L , this . getDegrees = M , this . getCommunities = N , this . getBest = O , this . setup = Q , this . joinCommunity = R , this . getCommunity = V } function NodeReducer ( a ) { " use strict " ; a = a | | [ ] ; var b = function ( a , b ) { a . push ( b ) } , c = function ( a , b ) { if ( ! a . reason . example ) return a . reason . example = b , 1 ; var c = b . _data | | { } , d = a . reason . example . _data | | { } , e = _ . union ( _ . keys ( d ) , _ . keys ( c ) ) , f = 0 , g = 0 ; return _ . each ( e , function ( a ) { void 0 ! = = d [ a ] & & void 0 ! = = c [ a ] & & ( f + + , d [ a ] = = = c [ a ] & & ( f + = 4 ) ) } ) , g = 5 * e . length , g + + , f + + , f / g } , d = function ( ) { return a } , e = function ( b ) { a = b } , f = function ( b , c ) { var d = { } , e = [ ] ; return _ . each ( b , function ( b ) { var c , e , f = b . _data , g = 0 ; for ( g = 0 ; g < a . length ; g + + ) if ( c = a [ g ] , void 0 ! = = f [ c ] ) return e = f [ c ] , d [ c ] = d [ c ] | | { } , d [ c ] [ e ] = d [ c ] [ e ] | | [ ] , void d [ c ] [ e ] . push ( b ) ; e = " default " , d [ e ] = d [ e ] | | [ ] , d [ e ] . push ( b ) } ) , _ . each ( d , function ( a , b ) { _ . each ( a , function ( a , c ) { var d = { key : b , value : c , text : b + " : " + c } ; e . push ( { reason : d , nodes : a } ) } ) } ) , e } , g = function ( d , e ) { var g = [ ] , h = . 5 ; return d . length < = e ? g = _ . map ( d , function ( a ) { return { reason : { type : " single " , text : " One Node " } , nodes : [ a ] } } ) : _ . isEmpty ( a ) ? ( _ . each ( d , function ( a ) { var d , f , i ; for ( f = 0 , i = Number . POSITIVE_INFINITY , d = 0 ; e > d ; d + + ) { if ( g [ d ] = g [ d ] | | { reason : { type : " similar " , text : " Similar Nodes " } , nodes : [ ] } , c ( g [ d ] , a ) > h ) return void b ( g [ d ] . nodes , a ) ; i > g [ d ] . nodes . length & & ( f = d , i = g [ d ] . nodes . length ) } b ( g [ f ] . nodes , a ) } ) , g ) : f ( d , e ) } ; this . bucketNodes = g , this . changePrioList = e , this . getPrioList = d } function NodeShaper ( a , b , c ) { " use strict " ; var d , e , f = this , g = [ ] , h = ! 0 , i = new ContextMenu ( " gv_node_cm " ) , j = function ( a , b ) { return _ . isArray ( a ) ? b [ _ . find ( a , function ( a ) { return b [ a ] } ) ] : b [ a ] } , k = function ( a ) { if ( void 0 = = = a ) return [ " " ] ; " string " ! = typeof a & & ( a = String ( a ) ) ; var b = a . match ( / [ \ w \ W ] { 1 , 10 } ( \ s | $ ) | \ S + ? ( \ s | $ ) / g ) ; return b [ 0 ] = $ . trim ( b [ 0 ] ) , b [ 1 ] = $ . trim ( b [ 1 ] ) , b [ 0 ] . length > 12 & & ( b [ 0 ] = $ . trim ( a . substring ( 0 , 10 ) ) , b [ 1 ] = $ . trim ( a . substring ( 10 ) ) , b [ 1 ] . length > 12 & & ( b [ 1 ] = b [ 1 ] . split ( / \ W / ) [ 0 ] , b [ 1 ] . length > 2 & & ( b [ 1 ] = b [ 1 ] . substring ( 0 , 5 ) + " . . . " ) ) , b . length = 2 ) , b . length > 2 & & ( b . length = 2 , b [ 1 ] + = " . . . " ) , b } , l = function ( a ) { } , m = l , n = function ( a ) { return { x : a . x , y : a . y , z : 1 } } , o = n , p = function ( ) { _ . each ( g , function ( a ) { a . position = o ( a ) , a . _isCommunity & & a . addDistortion ( o ) } ) } , q = new ColourMapper , r = function ( ) { q . reset ( ) } , s = function ( a ) { return a . _id } , t = l , u = l , v = l , w = function ( ) { return " black " } , x = function ( ) { f . parent . selectAll ( " . node " ) . on ( " mousedown . drag " , null ) , d = { click : l , dblclick : l , drag : l , mousedown : l , mouseup : l , mousemove : l , mouseout : l , mouseover : l } , e = l } , y = function ( a ) { _ . each ( d , function ( b , c ) { " drag " = = = c ? a . call ( b ) : a . on ( c , b ) } ) } , z = function ( a ) { var b = a . filter ( function ( a ) { return a . _isCommunity } ) , c = a . filter ( function ( a ) { return ! a . _isCommunity } ) ; u ( c ) , b . each ( function ( a ) { a . shapeNodes ( d3 . select ( this ) , u , z , m , q ) } ) , h & & v ( c ) , t ( c ) , y ( c ) , p ( ) } , A = function ( a , b ) { if ( " update " = = = a ) e = b ; else { if ( void 0 = = = d [ a ] ) throw " Sorry Unknown Event " + a + " cannot be bound . " ; d [ a ] = b } } , B = function ( ) { var a = f . parent . selectAll ( " . node " ) ; p ( ) , a . attr ( " transform " , function ( a ) { return " translate ( " + a . position . x + " , " + a . position . y + " ) scale ( " + a . position . z + " ) " } ) , e ( a ) } , C = function ( a ) { void 0 ! = = a & & ( g = a ) ; var b = f . parent . selectAll ( " . node " ) . data ( g , s ) ; b . enter ( ) . append ( " g " ) . attr ( " class " , function ( a ) { return a . _isCommunity ? " node communitynode " : " node " } ) . attr ( " id " , s ) , b . exit ( ) . remove ( ) , b . selectAll ( " * > * " ) . remove ( ) , z ( b ) , B ( ) , i . bindMenu ( $ ( " . node " ) ) } , D = function ( a ) { var b , c , d , e , f , g , h ; switch ( a . type ) { case NodeShaper . shapes . NONE : u = l ; break ; case NodeShaper . shapes . CIRCLE : b = a . radius | | 25 , u = function ( a , c ) { a . append ( " circle " ) . attr ( " r " , b ) , c & & a . attr ( " cx " , - c ) . attr ( " cy " , - c ) } ; break ; case NodeShaper . shapes . RECT : c = a . width | | 90 , d = a . height | | 36 , e = _ . isFunction ( c ) ? function ( a ) { return - ( c ( a ) / 2 ) } : function ( a ) { return - ( c / 2 ) } , f = _ . isFunction ( d ) ? function ( a ) { return - ( d ( a ) / 2 ) } : function ( ) { return - ( d / 2 ) } , u = function ( a , b ) { b = b | | 0 , a . append ( " rect " ) . attr ( " width " , c ) . attr ( " height " , d ) . attr ( " x " , function ( a ) { return e ( a ) - b } ) . attr ( " y " , function ( a ) { return f ( a ) - b } ) . attr ( " rx " , " 8 " ) . attr ( " ry " , " 8 " ) } ; break ; case NodeShaper . shapes . IMAGE : c = a . width | | 32 , d = a . height | | 32 , g = a . fallback | | " " , h = a . source | | g , e = _ . isFunction ( c ) ? function ( a ) { return - ( c ( a ) / 2 ) } : - ( c / 2 ) , f = _ . isFunction ( d ) ? function ( a ) { return - ( d ( a ) / 2 ) } : - ( d / 2 ) , u = function ( a ) { var b = a . append ( " image " ) . attr ( " width " , c ) . attr ( " height " , d ) . attr ( " x " , e ) . attr ( " y " , f ) ; _ . isFunction ( h ) ? b . attr ( " xlink : href " , h ) : b . attr ( " xlink : href " , function ( a ) { return a . _data [ h ] ? a . _data [ h ] : g } ) } ; break ; case void 0 : break ; default : throw " Sorry given Shape not known ! " } } , E = function ( a ) { var b = [ ] ; _ . each ( a , function ( a ) { b = $ ( a ) . find ( " text " ) , $ ( a ) . css ( " width " , " 90px " ) , $ ( a ) . css ( " height " , " 36px " ) , $ ( a ) . textfill ( { innerTag : " text " , maxFontPixels : 16 , minFontPixels : 10 , explicitWidth : 90 , explicitHeight : 36 } ) } ) } , F = function ( a ) { v = _ . isFunction ( a ) ? function ( b ) { var c = b . append ( " text " ) . attr ( " text - anchor " , " middle " ) . attr ( " fill " , w ) . attr ( " stroke " , " none " ) ; c . each ( function ( b ) { var c = k ( a ( b ) ) , d = c [ 0 ] ; 2 = = = c . length & & ( d + = c [ 1 ] ) , d . length > 15 & & ( d = d . substring ( 0 , 13 ) + " . . . " ) , ( void 0 = = = d | | " " = = = d ) & & ( d = " ATTR NOT SET " ) , d3 . select ( this ) . append ( " tspan " ) . attr ( " x " , " 0 " ) . attr ( " dy " , " 5 " ) . text ( d ) } ) , E ( b ) } : function ( b ) { var c = b . append ( " text " ) . attr ( " text - anchor " , " middle " ) . attr ( " fill " , w ) . attr ( " stroke " , " none " ) ; c . each ( function ( b ) { var c = k ( j ( a , b . _data ) ) , d = c [ 0 ] ; 2 = = = c . length & & ( d + = c [ 1 ] ) , d . length > 15 & & ( d = d . substring ( 0 , 13 ) + " . . . " ) , ( void 0 = = = d | | " " = = = d ) & & ( d = " ATTR NOT SET " ) , d3 . select ( this ) . append ( " tspan " ) . attr ( " x " , " 0 " ) . attr ( " dy " , " 5 " ) . text ( d ) } ) , E ( b ) } } , G = function ( a ) { void 0 ! = = a . reset & & a . reset & & x ( ) , _ . each ( a , function ( a , b ) { " reset " ! = = b & & A ( b , a ) } ) } , H = function ( a ) { switch ( r ( ) , a . type ) { case " single " : t = function ( b ) { b . attr ( " fill " , a . fill ) } , w = function ( b ) { return a . stroke } ; break ; case " expand " : t = function ( b ) { b . attr ( " fill " , function ( b ) { return b . _expanded ? a . expanded : a . collapsed } ) } , w = function ( a ) { return " white " } ; break ; case " attribute " : t = function ( b ) { b . attr ( " fill " , function ( b ) { return void 0 = = = b . _data ? q . getCommunityColour ( ) : q . getColour ( j ( a . key , b . _data ) ) } ) . attr ( " stroke " , function ( a ) { return a . _expanded ? " # fff " : " transparent " } ) . attr ( " fill - opacity " , function ( a ) { return a . _expanded ? " 1 " : " 0 . 3 " } ) } , w = function ( b ) { return void 0 = = = b . _data ? q . getForegroundCommunityColour ( ) : q . getForegroundColour ( j ( a . key , b . _data ) ) } ; break ; default : throw " Sorry given colour - scheme not known " } } , I = function ( a ) { if ( " reset " = = = a ) o = n ; else { if ( ! _ . isFunction ( a ) ) throw " Sorry distortion cannot be parsed . " ; o = a } } , J = function ( a ) { void 0 ! = = a . shape & & D ( a . shape ) , void 0 ! = = a . label & & ( F ( a . label ) , f . label = a . label ) , void 0 ! = = a . actions & & G ( a . actions ) , void 0 ! = = a . color & & ( H ( a . color ) , f . color = a . color ) , void 0 ! = = a . distortion & & I ( a . distortion ) } ; f . parent = a , x ( ) , void 0 = = = b & & ( b = { } ) , void 0 = = = b . shape & & ( b . shape = { type : NodeShaper . shapes . RECT } ) , void 0 = = = b . color & & ( b . color = { type : " single " , fill : " # 333333 " , stroke : " white " } ) , void 0 = = = b . distortion & & ( b . distortion = " reset " ) , J ( b ) , _ . isFunction ( c ) & & ( s = c ) , f . changeTo = function ( a ) { J ( a ) , C ( ) } , f . drawNodes = function ( a ) { C ( a ) } , f . updateNodes = function ( ) { B ( ) } , f . reshapeNodes = function ( ) { C ( ) } , f . activateLabel = function ( a ) { h = a ? ! 0 : ! 1 , C ( ) } , f . getColourMapping = function ( ) { return q . getList ( ) } , f . setColourMappingListener = function ( a ) { q . setChangeListener ( a ) } , f . setGVStartFunction = function ( a ) { m = a } , f . getLabel = function ( ) { return f . label | | " " } , f . getColor = function ( ) { return f . color . key | | " " } , f . addMenuEntry = function ( a , b ) { i . addEntry ( a , b ) } , f . resetColourMap = r } function PreviewAdapter ( a , b , c , d ) { " use strict " ; if ( void 0 = = = a ) throw " The nodes have to be given . " ; if ( void 0 = = = b ) throw " The edges have to be given . " ; if ( void 0 = = = c ) throw " A reference to the graph viewer has to be given . " ; var e = this , f = new AbstractAdapter ( a , b , this , c ) , g = function ( a ) { void 0 ! = = a . width & & f . setWidth ( a . width ) , void 0 ! = = a . height & & f . setHeight ( a . height ) } , h = function ( a , b ) { var c = { } , d = a . first ; d = f . insertNode ( d ) , _ . each ( a . nodes , function ( a ) { a = f . insertNode ( a ) , c [ a . _id ] = a } ) , _ . each ( a . edges , function ( a ) { f . insertEdge ( a ) } ) , delete c [ d . _id ] , void 0 ! = = b & & _ . isFunction ( b ) & & b ( d ) } ; d = d | | { } , g ( d ) , e . loadInitialNode = function ( a , b ) { f . cleanUp ( ) ; var c = function ( a ) { b ( f . insertInitialNode ( a ) ) } ; e . loadNode ( a , c ) } , e . loadNode = function ( a , b ) { var c = [ ] , d = [ ] , e = { } , f = { _id : 1 , label : " Node 1 " , image : " img / stored . png " } , g = { _id : 2 , label : " Node 2 " } , i = { _id : 3 , label : " Node 3 " } , j = { _id : 4 , label : " Node 4 " } , k = { _id : 5 , label : " Node 5 " } , l = { _id : " 1 - 2 " , _from : 1 , _to : 2 , label : " Edge 1 " } , m = { _id : " 1 - 3 " , _from : 1 , _to : 3 , label : " Edge 2 " } , n = { _id : " 1 - 4 " , _from : 1 , _to : 4 , label : " Edge 3 " } , o = { _id : " 1 - 5 " , _from : 1 , _to : 5 , label : " Edge 4 " } , p = { _id : " 2 - 3 " , _from : 2 , _to : 3 , label : " Edge 5 " } ; c . push ( f ) , c . push ( g ) , c . push ( i ) , c . push ( j ) , c . push ( k ) , d . push ( l ) , d . push ( m ) , d . push ( n ) , d . push ( o ) , d . push ( p ) , e . first = f , e . nodes = c , e . edges = d , h ( e , b ) } , e . explore = f . explore , e . requestCentralityChildren = function ( a , b ) { } , e . createEdge = function ( a , b ) { arangoHelper . arangoError ( " Server - side " , " createEdge was triggered . " ) } , e . deleteEdge = function ( a , b ) { arangoHelper . arangoError ( " Server - side " , " deleteEdge was triggered . " ) } , e . patchEdge = function ( a , b , c ) { arangoHelper . arangoError ( " Server - side " , " patchEdge was triggered . " ) } , e . createNode = function ( a , b ) { arangoHelper . arangoError ( " Server - side " , " createNode was triggered . " ) } , e . deleteNode = function ( a , b ) { arangoHelper . arangoError ( " Server - side " , " deleteNode was triggered . " ) , arangoHelper . arangoError ( " Server - side " , " onNodeDelete was triggered . " ) } , e . patchNode = function ( a , b , c ) { arangoHelper . arangoError ( " Server - side " , " patchNode was triggered . " ) } , e . setNodeLimit = function ( a , b ) { f . setNodeLimit ( a , b ) } , e . setChildLimit = function ( a ) { f . setChildLimit ( a ) } , e . setWidth = f . setWidth , e . expandCommunity = function ( a , b ) { f . expandCommunity ( a ) , void 0 ! = = b & & b ( ) } } function WebWorkerWrapper ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A class has to be given . " ; if ( void 0 = = = b ) throw " A callback has to be given . " ; var c , d = Array . prototype . slice . call ( arguments ) , e = { } , f = function ( ) { var c , d = function ( a ) { switch ( a . data . cmd ) { case " construct " : try { w = new ( Function . prototype . bind . apply ( Construct , [ null ] . concat ( a . data . args ) ) ) , w ? self . postMessage ( { cmd : " construct " , result : ! 0 } ) : self . postMessage ( { cmd : " construct " , result : ! 1 } ) } catch ( b ) { self . postMessage ( { cmd : " construct " , result : ! 1 , error : b . message | | b } ) } break ; default : var c , d = { cmd : a . data . cmd } ; if ( w & & " function " = = typeof w [ a . data . cmd ] ) try { c = w [ a . data . cmd ] . apply ( w , a . data . args ) , c & & ( d . result = c ) , self . postMessage ( d ) } catch ( e ) { d . error = e . message | | e , self . postMessage ( d ) } else d . error = " Method not known " , self . postMessage ( d ) } } , e = function ( a ) { var b = " var w , Construct = " + a . toString ( ) + " ; self . onmessage = " + d . toString ( ) ; return new window . Blob ( b . split ( ) ) } , f = window . URL , g = new e ( a ) ; return c = new window . Worker ( f . createObjectURL ( g ) ) , c . onmessage = b , c } , g = function ( ) { return a . apply ( this , d ) } ; try { return c = f ( ) , e . call = function ( a ) { var b = Array . prototype . slice . call ( arguments ) ; b . shift ( ) , c . postMessage ( { cmd : a , args : b } ) } , d . shift ( ) , d . shift ( ) , d . unshift ( " construct " ) , e . call . apply ( this , d ) , e } catch ( h ) { d . shift ( ) , d . shift ( ) , g . prototype = a . prototype ; try { c = new g } catch ( i ) { return void b ( { data : { cmd : " construct " , error : i } } ) } return e . call = function ( a ) { var d = Array . prototype . slice . call ( arguments ) , e = { data : { cmd : a } } ; if ( ! _ . isFunction ( c [ a ] ) ) return e . data . error = " Method not known " , void b ( e ) ; d . shift ( ) ; try { e . data . result = c [ a ] . apply ( c , d ) , b ( e ) } catch ( f ) { e . data . error = f , b ( e ) } } , b ( { data : { cmd : " construct " , result : ! 0 } } ) , e } } function ZoomManager ( a , b , c , d , e , f , g , h ) { " use strict " ; if ( void 0 = = = a | | 0 > a ) throw " A width has to be given . " ; if ( void 0 = = = b | | 0 > b ) throw " A height has to be given . " ; if ( void 0 = = = c | | void 0 = = = c . node | | " svg " ! = = c . node ( ) . tagName . toLowerCase ( ) ) throw " A svg has to be given . " ; if ( void 0 = = = d | | void 0 = = = d . node | | " g " ! = = d . node ( ) . tagName . toLowerCase ( ) ) throw " A group has to be given . " ; if ( void 0 = = = e | | void 0 = = = e . activateLabel | | void 0 = = = e . changeTo | | void 0 = = = e . updateNodes ) throw " The Node shaper has to be given . " ; if ( void 0 = = = f | | void 0 = = = f . activateLabel | | void 0 = = = f . updateEdges ) throw " The Edge shaper has to be given . " ; var i , j , k , l , m , n , o , p , q , r , s , t , u , v , w , x = this , y = a * b , z = h | | function ( ) { } , A = function ( ) { var a , b ; return l > = k ? ( b = i * l , b * = b , a = 60 * b ) : ( b = j * l , b * = b , a = 4 * Math . PI * b ) , Math . floor ( y / a ) } , B = function ( ) { q = s / l - . 99999999 , r = t / l , p . distortion ( q ) , p . radius ( r ) } , C = function ( a , b , c , g ) { g ? null ! = = a & & ( l = a ) : l = a , null ! = = b & & ( m [ 0 ] + = b ) , null ! = = c & & ( m [ 1 ] + = c ) , o = A ( ) , z ( o ) , e . activateLabel ( l > = k ) , f . activateLabel ( l > = k ) , B ( ) ; var h = " translate ( " + m + " ) " , i = " scale ( " + l + " ) " ; d . _isCommunity ? d . attr ( " transform " , h ) : d . attr ( " transform " , h + i ) , v & & v . slider ( " option " , " value " , l ) } , D = function ( a ) { var b = [ ] ; return b [ 0 ] = a [ 0 ] - n [ 0 ] , b [ 1 ] = a [ 1 ] - n [ 1 ] , n [ 0 ] = a [ 0 ] , n [ 1 ] = a [ 1 ] , b } , E = function ( a ) { void 0 = = = a & & ( a = { } ) ; var b = a . maxFont | | 16 , c = a . minFont | | 6 , d = a . maxRadius | | 25 , e = a . minRadius | | 4 ; s = a . focusZoom | | 1 , t = a . focusRadius | | 100 , w = e / d , i = b , j = d , k = c / b , l = 1 , m = [ 0 , 0 ] , n = [ 0 , 0 ] , B ( ) , o = A ( ) , u = d3 . behavior . zoom ( ) . scaleExtent ( [ w , 1 ] ) . on ( " zoom " , function ( ) { var a , b = d3 . event . sourceEvent , c = l ; " mousewheel " = = = b . type | | " DOMMouseScroll " = = = b . type ? ( b . wheelDelta ? b . wheelDelta > 0 ? ( c + = . 01 , c > 1 & & ( c = 1 ) ) : ( c - = . 01 , w > c & & ( c = w ) ) : b . detail > 0 ? ( c + = . 01 , c > 1 & & ( c = 1 ) ) : ( c - = . 01 , w > c & & ( c = w ) ) , a = [ 0 , 0 ] ) : a = D ( d3 . event . translate ) , C ( c , a [ 0 ] , a [ 1 ] ) } ) } , F = function ( ) { } ; p = d3 . fisheye . circular ( ) , E ( g ) , c . call ( u ) , e . changeTo ( { distortion : p } ) , c . on ( " mousemove " , F ) , x . translation = function ( ) { return null } , x . scaleFactor = function ( ) { return l } , x . scaledMouse = function ( ) { return null } , x . getDistortion = function ( ) { return q } , x . getDistortionRadius = function ( ) { return r } , x . getNodeLimit = function ( ) { return o } , x . getMinimalZoomFactor = function ( ) { return w } , x . registerSlider = function ( a ) { v = a } , x . triggerScale = function ( a ) { C ( a , null , null , ! 0 ) } , x . triggerTranslation = function ( a , b ) { C ( null , a , b , ! 0 ) } , x . changeWidth = function ( c ) { y = a * b } } function ArangoAdapterControls ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The ArangoAdapter has to be given . " ; this . addControlChangeCollections = function ( c ) { var d = " control_adapter_collections " , e = d + " _ " ; b . getCollections ( function ( f , g ) { b . getGraphs ( function ( h ) { uiComponentsHelper . createButton ( a , " Collections " , d , function ( ) { modalDialogHelper . createModalDialog ( " Switch Collections " , e , [ { type : " decission " , id : " collections " , group : " loadtype " , text : " Select existing collections " , isDefault : void 0 = = = b . getGraphName ( ) , interior : [ { type : " list " , id : " node_collection " , text : " Vertex collection " , objects : f , selected : b . getNodeCollection ( ) } , { type : " list " , id : " edge_collection " , text : " Edge collection " , objects : g , selected : b . getEdgeCollection ( ) } ] } , { type : " decission " , <nl> - id : " graphs " , group : " loadtype " , text : " Select existing graph " , isDefault : void 0 ! = = b . getGraphName ( ) , interior : [ { type : " list " , id : " graph " , objects : h , selected : b . getGraphName ( ) } ] } , { type : " checkbox " , text : " Start with random vertex " , id : " random " , selected : ! 0 } , { type : " checkbox " , id : " undirected " , selected : " any " = = = b . getDirection ( ) } ] , function ( ) { var a = $ ( " # " + e + " node_collection " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) , d = $ ( " # " + e + " edge_collection " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) , f = $ ( " # " + e + " graph " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) , g = ! ! $ ( " # " + e + " undirected " ) . prop ( " checked " ) , h = ! ! $ ( " # " + e + " random " ) . prop ( " checked " ) , i = $ ( " input [ type = ' radio ' ] [ name = ' loadtype ' ] : checked " ) . prop ( " id " ) ; return i = = = e + " collections " ? b . changeToCollections ( a , d , g ) : b . changeToGraph ( f , g ) , h ? void b . loadRandomNode ( c ) : void ( _ . isFunction ( c ) & & c ( ) ) } ) } ) } ) } ) } , this . addControlChangePriority = function ( ) { var c = " control_adapter_priority " , d = c + " _ " , e = ( b . getPrioList ( ) , " Group vertices " ) ; uiComponentsHelper . createButton ( a , e , c , function ( ) { modalDialogHelper . createModalChangeDialog ( e , d , [ { type : " extendable " , id : " attribute " , objects : b . getPrioList ( ) } ] , function ( ) { var a = $ ( " input [ id ^ = " + d + " attribute_ ] " ) , c = [ ] ; a . each ( function ( a , b ) { var d = $ ( b ) . val ( ) ; " " ! = = d & & c . push ( d ) } ) , b . changeTo ( { prioList : c } ) } ) } ) } , this . addAll = function ( ) { this . addControlChangeCollections ( ) , this . addControlChangePriority ( ) } } function ContextMenu ( a ) { " use strict " ; if ( void 0 = = = a ) throw " An id has to be given . " ; var b , c , d = " # " + a , e = function ( a , d ) { var e , f ; e = document . createElement ( " div " ) , e . className = " context - menu - item " , f = document . createElement ( " div " ) , f . className = " context - menu - item - inner " , f . appendChild ( document . createTextNode ( a ) ) , f . onclick = function ( ) { d ( d3 . select ( c . target ) . data ( ) [ 0 ] ) } , e . appendChild ( f ) , b . appendChild ( e ) } , f = function ( a ) { c = $ . contextMenu . create ( d , { shadow : ! 1 } ) , a . each ( function ( ) { $ ( this ) . bind ( " contextmenu " , function ( a ) { return c . show ( this , a ) , ! 1 } ) } ) } , g = function ( ) { return b = document . getElementById ( a ) , b & & b . parentElement . removeChild ( b ) , b = document . createElement ( " div " ) , b . className = " context - menu context - menu - theme - osx " , b . id = a , document . body . appendChild ( b ) , b } ; g ( ) , this . addEntry = e , this . bindMenu = f } function EdgeShaperControls ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The EdgeShaper has to be given . " ; var c = this ; this . addControlOpticShapeNone = function ( ) { var c = " control_edge_none " ; uiComponentsHelper . createButton ( a , " None " , c , function ( ) { b . changeTo ( { shape : { type : EdgeShaper . shapes . NONE } } ) } ) } , this . addControlOpticShapeArrow = function ( ) { var c = " control_edge_arrow " ; uiComponentsHelper . createButton ( a , " Arrow " , c , function ( ) { b . changeTo ( { shape : { type : EdgeShaper . shapes . ARROW } } ) } ) } , this . addControlOpticLabel = function ( ) { var c = " control_edge_label " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Configure Label " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch Label Attribute " , d , [ { type : " text " , id : " key " , text : " Edge label attribute " , value : b . getLabel ( ) } ] , function ( ) { var a = $ ( " # " + d + " key " ) . attr ( " value " ) ; b . changeTo ( { label : a } ) } ) } ) } , this . addControlOpticLabelList = function ( ) { var d = " control_edge_label " , e = d + " _ " ; uiComponentsHelper . createButton ( a , " Configure Label " , d , function ( ) { modalDialogHelper . createModalDialog ( " Change Label Attribute " , e , [ { type : " extendable " , id : " label " , text : " Edge label attribute " , objects : b . getLabel ( ) } ] , function ( ) { var a = $ ( " input [ id ^ = " + e + " label_ ] " ) , d = [ ] ; a . each ( function ( a , b ) { var c = $ ( b ) . val ( ) ; " " ! = = c & & d . push ( c ) } ) ; var f = { label : d } ; c . applyLocalStorage ( f ) , b . changeTo ( f ) } ) } ) } , this . applyLocalStorage = function ( a ) { if ( " undefined " ! = = Storage ) try { var b = JSON . parse ( localStorage . getItem ( " graphSettings " ) ) , c = window . location . hash . split ( " / " ) [ 1 ] , d = window . location . pathname . split ( " / " ) [ 2 ] , e = c + d ; _ . each ( a , function ( a , c ) { void 0 ! = = c & & ( b [ e ] . viewer . hasOwnProperty ( " edgeShaper " ) | | ( b [ e ] . viewer . edgeShaper = { } ) , b [ e ] . viewer . edgeShaper [ c ] = a ) } ) , localStorage . setItem ( " graphSettings " , JSON . stringify ( b ) ) } catch ( f ) { console . log ( f ) } } , this . addControlOpticSingleColour = function ( ) { var c = " control_edge_singlecolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Single Colour " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch to Colour " , d , [ { type : " text " , id : " stroke " } ] , function ( ) { var a = $ ( " # " + d + " stroke " ) . attr ( " value " ) ; b . changeTo ( { color : { type : " single " , stroke : a } } ) } ) } ) } , this . addControlOpticAttributeColour = function ( ) { var c = " control_edge_attributecolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Colour by Attribute " , c , function ( ) { modalDialogHelper . createModalDialog ( " Display colour by attribute " , d , [ { type : " text " , id : " key " } ] , function ( ) { var a = $ ( " # " + d + " key " ) . attr ( " value " ) ; b . changeTo ( { color : { type : " attribute " , key : a } } ) } ) } ) } , this . addControlOpticGradientColour = function ( ) { var c = " control_edge_gradientcolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Gradient Colour " , c , function ( ) { modalDialogHelper . createModalDialog ( " Change colours for gradient " , d , [ { type : " text " , id : " source " } , { type : " text " , id : " target " } ] , function ( ) { var a = $ ( " # " + d + " source " ) . attr ( " value " ) , c = $ ( " # " + d + " target " ) . attr ( " value " ) ; b . changeTo ( { color : { type : " gradient " , source : a , target : c } } ) } ) } ) } , this . addAllOptics = function ( ) { c . addControlOpticShapeNone ( ) , c . addControlOpticShapeArrow ( ) , c . addControlOpticLabel ( ) , c . addControlOpticSingleColour ( ) , c . addControlOpticAttributeColour ( ) , c . addControlOpticGradientColour ( ) } , this . addAllActions = function ( ) { } , this . addAll = function ( ) { c . addAllOptics ( ) , c . addAllActions ( ) } } function EventDispatcherControls ( a , b , c , d , e ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The NodeShaper has to be given . " ; if ( void 0 = = = c ) throw " The EdgeShaper has to be given . " ; if ( void 0 = = = d ) throw " The Start callback has to be given . " ; var f = this , g = { expand : { icon : " hand - pointer - o " , title : " Expand a node . " } , add : { icon : " plus - square " , title : " Add a node . " } , trash : { icon : " minus - square " , title : " Remove a node / edge . " } , drag : { icon : " hand - rock - o " , title : " Drag a node . " } , edge : { icon : " external - link - square " , title : " Create an edge between two nodes . " } , edit : { icon : " pencil - square " , title : " Edit attributes of a node . " } , view : { icon : " search " , title : " View attributes of a node . " } } , h = new EventDispatcher ( b , c , e ) , i = e . edgeEditor . adapter , j = ! ! i & & _ . isFunction ( i . useNodeCollection ) & & _ . isFunction ( i . useEdgeCollection ) , k = function ( b ) { a . appendChild ( b ) } , l = function ( a , b , c ) { var d = uiComponentsHelper . createIconButton ( a , " control_event_ " + b , c ) ; k ( d ) } , m = function ( a ) { h . rebind ( " nodes " , a ) } , n = function ( a ) { h . rebind ( " edges " , a ) } , o = function ( a ) { h . rebind ( " svg " , a ) } , p = function ( a ) { var b = a | | window . event , c = { } ; return c . x = b . clientX , c . y = b . clientY , c . x + = document . body . scrollLeft , c . y + = document . body . scrollTop , c } , q = function ( a ) { var b , c , d , e = p ( a ) , f = $ ( " svg # graphViewerSVG " ) . offset ( ) ; return b = d3 . select ( " svg # graphViewerSVG " ) . node ( ) , d = b . getBoundingClientRect ( ) , $ ( " svg # graphViewerSVG " ) . height ( ) < = d . height ? { x : e . x - f . left , y : e . y - f . top } : ( c = b . getBBox ( ) , { x : e . x - ( d . left - c . x ) , y : e . y - ( d . top - c . y ) } ) } , r = { nodes : { } , edges : { } , svg : { } } , s = function ( ) { var a = " control_event_new_node " , c = a + " _ " , e = function ( a ) { var e = q ( a ) ; modalDialogHelper . createModalCreateDialog ( " Create New Node " , c , { } , function ( a ) { h . events . CREATENODE ( a , function ( a ) { $ ( " # " + c + " modal " ) . modal ( " hide " ) , b . reshapeNodes ( ) , d ( ) } , e . x , e . y ) ( ) } ) } ; r . nodes . newNode = e } , t = function ( ) { var a = function ( a ) { modalDialogHelper . createModalViewDialog ( " View Node " + a . _id , " control_event_node_view_ " , a . _data , function ( ) { modalDialogHelper . createModalEditDialog ( " Edit Node " + a . _id , " control_event_node_edit_ " , a . _data , function ( b ) { h . events . PATCHNODE ( a , b , function ( ) { $ ( " # control_event_node_edit_modal " ) . modal ( " hide " ) } ) ( ) } ) } ) } , b = function ( a ) { modalDialogHelper . createModalViewDialog ( " View Edge " + a . _id , " control_event_edge_view_ " , a . _data , function ( ) { modalDialogHelper . createModalEditDialog ( " Edit Edge " + a . _id , " control_event_edge_edit_ " , a . _data , function ( b ) { h . events . PATCHEDGE ( a , b , function ( ) { $ ( " # control_event_edge_edit_modal " ) . modal ( " hide " ) } ) ( ) } ) } ) } ; r . nodes . view = a , r . edges . view = b } , u = function ( ) { var a = h . events . STARTCREATEEDGE ( function ( a , b ) { var d = q ( b ) , e = c . addAnEdgeFollowingTheCursor ( d . x , d . y ) ; h . bind ( " svg " , " mousemove " , function ( a ) { var b = q ( a ) ; e ( b . x , b . y ) } ) } ) , b = h . events . FINISHCREATEEDGE ( function ( a ) { c . removeCursorFollowingEdge ( ) , h . bind ( " svg " , " mousemove " , function ( ) { return void 0 } ) , d ( ) } ) , e = function ( ) { h . events . CANCELCREATEEDGE ( ) , c . removeCursorFollowingEdge ( ) , h . bind ( " svg " , " mousemove " , function ( ) { return void 0 } ) } ; r . nodes . startEdge = a , r . nodes . endEdge = b , r . svg . cancelEdge = e } , v = function ( ) { var a = function ( a ) { arangoHelper . openDocEditor ( a . _id , " document " ) } , b = function ( a ) { arangoHelper . openDocEditor ( a . _id , " edge " ) } ; r . nodes . edit = a , r . edges . edit = b } , w = function ( ) { var a = function ( a ) { modalDialogHelper . createModalDeleteDialog ( " Delete Node " + a . _id , " control_event_node_delete_ " , a , function ( a ) { h . events . DELETENODE ( function ( ) { $ ( " # control_event_node_delete_modal " ) . modal ( " hide " ) , b . reshapeNodes ( ) , c . reshapeEdges ( ) , d ( ) } ) ( a ) } ) } , e = function ( a ) { modalDialogHelper . createModalDeleteDialog ( " Delete Edge " + a . _id , " control_event_edge_delete_ " , a , function ( a ) { h . events . DELETEEDGE ( function ( ) { $ ( " # control_event_edge_delete_modal " ) . modal ( " hide " ) , b . reshapeNodes ( ) , c . reshapeEdges ( ) , d ( ) } ) ( a ) } ) } ; r . nodes . del = a , r . edges . del = e } , x = function ( ) { r . nodes . spot = h . events . EXPAND } ; s ( ) , t ( ) , u ( ) , v ( ) , w ( ) , x ( ) , this . dragRebinds = function ( ) { return { nodes : { drag : h . events . DRAG } } } , this . newNodeRebinds = function ( ) { return { svg : { click : r . nodes . newNode } } } , this . viewRebinds = function ( ) { return { nodes : { click : r . nodes . view } , edges : { click : r . edges . view } } } , this . connectNodesRebinds = function ( ) { return { nodes : { mousedown : r . nodes . startEdge , mouseup : r . nodes . endEdge } , svg : { mouseup : r . svg . cancelEdge } } } , this . editRebinds = function ( ) { return { nodes : { click : r . nodes . edit } , edges : { click : r . edges . edit } } } , this . expandRebinds = function ( ) { return { nodes : { click : r . nodes . spot } } } , this . deleteRebinds = function ( ) { return { nodes : { click : r . nodes . del } , edges : { click : r . edges . del } } } , this . rebindAll = function ( a ) { m ( a . nodes ) , n ( a . edges ) , o ( a . svg ) } , b . addMenuEntry ( " Edit " , r . nodes . edit ) , b . addMenuEntry ( " Spot " , r . nodes . spot ) , b . addMenuEntry ( " Trash " , r . nodes . del ) , c . addMenuEntry ( " Edit " , r . edges . edit ) , c . addMenuEntry ( " Trash " , r . edges . del ) , this . addControlNewNode = function ( ) { var a = g . add , b = " select_node_collection " , c = function ( ) { j & & i . getNodeCollections ( ) . length > 1 & & modalDialogHelper . createModalDialog ( " Select Vertex Collection " , b , [ { type : " list " , id : " vertex " , objects : i . getNodeCollections ( ) , text : " Select collection " , selected : i . getSelectedNodeCollection ( ) } ] , function ( ) { var a = $ ( " # " + b + " vertex " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) ; i . useNodeCollection ( a ) } , " Select " ) , f . rebindAll ( f . newNodeRebinds ( ) ) } ; l ( a , " new_node " , c ) } , this . addControlView = function ( ) { var a = g . view , b = function ( ) { f . rebindAll ( f . viewRebinds ( ) ) } ; l ( a , " view " , b ) } , this . addControlDrag = function ( ) { var a = g . drag , b = function ( ) { f . rebindAll ( f . dragRebinds ( ) ) } ; l ( a , " drag " , b ) } , this . addControlEdit = function ( ) { var a = g . edit , b = function ( ) { f . rebindAll ( f . editRebinds ( ) ) } ; l ( a , " edit " , b ) } , this . addControlExpand = function ( ) { var a = g . expand , b = function ( ) { f . rebindAll ( f . expandRebinds ( ) ) } ; l ( a , " expand " , b ) } , this . addControlDelete = function ( ) { var a = g . trash , b = function ( ) { f . rebindAll ( f . deleteRebinds ( ) ) } ; l ( a , " delete " , b ) } , this . addControlConnect = function ( ) { var a = g . edge , b = " select_edge_collection " , c = function ( ) { j & & i . getEdgeCollections ( ) . length > 1 & & modalDialogHelper . createModalDialog ( " Select Edge Collection " , b , [ { type : " list " , id : " edge " , objects : i . getEdgeCollections ( ) , text : " Select collection " , selected : i . getSelectedEdgeCollection ( ) } ] , function ( ) { var a = $ ( " # " + b + " edge " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) ; i . useEdgeCollection ( a ) } , " Select " ) , f . rebindAll ( f . connectNodesRebinds ( ) ) } ; l ( a , " connect " , c ) } , this . addAll = function ( ) { f . addControlExpand ( ) , f . addControlDrag ( ) , f . addControlEdit ( ) , f . addControlConnect ( ) , f . addControlNewNode ( ) , f . addControlDelete ( ) } } function GharialAdapterControls ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The GharialAdapter has to be given . " ; this . addControlChangeGraph = function ( c ) { var d = " control_adapter_graph " , e = d + " _ " ; b . getGraphs ( function ( f ) { uiComponentsHelper . createButton ( a , " Switch Graph " , d , function ( ) { modalDialogHelper . createModalDialog ( " Switch Graph " , e , [ { type : " list " , id : " graph " , objects : f , text : " Select graph " , selected : b . getGraphName ( ) } , { type : " checkbox " , text : " Start with random vertex " , id : " random " , selected : ! 0 } ] , function ( ) { var a = $ ( " # " + e + " graph " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) , d = ! ! $ ( " # " + e + " undirected " ) . prop ( " checked " ) , f = ! ! $ ( " # " + e + " random " ) . prop ( " checked " ) ; return b . changeToGraph ( a , d ) , f ? void b . loadRandomNode ( c ) : void ( _ . isFunction ( c ) & & c ( ) ) } ) } ) } ) } , this . addControlChangePriority = function ( ) { var c = " control_adapter_priority " , d = c + " _ " , e = " Group vertices " ; uiComponentsHelper . createButton ( a , e , c , function ( ) { modalDialogHelper . createModalChangeDialog ( e + " by attribute " , d , [ { type : " extendable " , id : " attribute " , objects : b . getPrioList ( ) } ] , function ( ) { var a = $ ( " input [ id ^ = " + d + " attribute_ ] " ) , c = [ ] ; _ . each ( a , function ( a ) { var b = $ ( a ) . val ( ) ; " " ! = = b & & c . push ( b ) } ) , b . changeTo ( { prioList : c } ) } ) } ) } , this . addAll = function ( ) { this . addControlChangeGraph ( ) , this . addControlChangePriority ( ) } } function GraphViewerPreview ( a , b ) { " use strict " ; var c , d , e , f , g , h , i , j = function ( ) { return d3 . select ( a ) . append ( " svg " ) . attr ( " id " , " graphViewerSVG " ) . attr ( " width " , d ) . attr ( " height " , e ) . attr ( " class " , " graph - viewer " ) . attr ( " style " , " width : " + d + " px ; height : " + e + " ; " ) } , k = function ( a ) { var b = 0 ; return _ . each ( a , function ( c , d ) { c = = = ! 1 ? delete a [ d ] : b + + } ) , b > 0 } , l = function ( a , b ) { _ . each ( b , function ( b , c ) { a [ c ] = a [ c ] | | { } , _ . each ( b , function ( b , d ) { a [ c ] [ d ] = b } ) } ) } , m = function ( a ) { if ( a ) { var b = { } ; a . drag & & l ( b , i . dragRebinds ( ) ) , a . create & & ( l ( b , i . newNodeRebinds ( ) ) , l ( b , i . connectNodesRebinds ( ) ) ) , a . remove & & l ( b , i . deleteRebinds ( ) ) , a . expand & & l ( b , i . expandRebinds ( ) ) , a . edit & & l ( b , i . editRebinds ( ) ) , i . rebindAll ( b ) } } , n = function ( b ) { var c = document . createElement ( " div " ) ; i = new EventDispatcherControls ( c , f . nodeShaper , f . edgeShaper , f . start , f . dispatcherConfig ) , c . id = " toolbox " , c . className = " btn - group btn - group - vertical pull - left toolbox " , a . appendChild ( c ) , _ . each ( b , function ( a , b ) { switch ( b ) { case " expand " : i . addControlExpand ( ) ; break ; case " create " : i . addControlNewNode ( ) , i . addControlConnect ( ) ; break ; case " drag " : i . addControlDrag ( ) ; break ; case " edit " : i . addControlEdit ( ) ; break ; case " remove " : i . addControlDelete ( ) } } ) } , o = function ( a ) { var b = document . createElement ( " div " ) ; i = new EventDispatcherControls ( b , f . nodeShaper , f . edgeShaper , f . start , f . dispatcherConfig ) } , p = function ( ) { b & & ( b . nodeShaper & & ( b . nodeShaper . label & & ( b . nodeShaper . label = " label " ) , b . nodeShaper . shape & & b . nodeShaper . shape . type = = = NodeShaper . shapes . IMAGE & & b . nodeShaper . shape . source & & ( b . nodeShaper . shape . source = " image " ) ) , b . edgeShaper & & b . edgeShaper . label & & ( b . edgeShaper . label = " label " ) ) } , q = function ( ) { return p ( ) , new GraphViewer ( c , d , e , h , b ) } ; d = a . getBoundingClientRect ( ) . width , e = a . getBoundingClientRect ( ) . height , h = { type : " preview " } , b = b | | { } , g = k ( b . toolbox ) , g & & ( d - = 43 ) , c = j ( ) , f = q ( ) , g ? n ( b . toolbox ) : o ( ) , f . loadGraph ( " 1 " ) , m ( b . actions ) } function GraphViewerUI ( a , b , c , d , e , f ) { " use strict " ; if ( void 0 = = = a ) throw " A parent element has to be given . " ; if ( ! a . id ) throw " The parent element needs an unique id . " ; if ( void 0 = = = b ) throw " An adapter configuration has to be given " ; var g , h , i , j , k , l , m , n , o , p = c + 20 | | a . getBoundingClientRect ( ) . width - 81 + 20 , q = d | | a . getBoundingClientRect ( ) . height , r = document . createElement ( " ul " ) , s = document . createElement ( " div " ) , t = function ( ) { g . adapter . NODES_TO_DISPLAY < g . adapter . TOTAL_NODES & & ( $ ( " . headerBar " ) . append ( ' < div class = " infoField " > Graph too big . A random section is rendered . < div class = " fa fa - info - circle " > < / div > < / div > ' ) , $ ( " . infoField . fa - info - circle " ) . attr ( " title " , " You can display additional / other vertices by using the toolbar buttons . " ) . tooltip ( ) ) } , u = function ( ) { var a , b = document . createElement ( " div " ) , c = document . createElement ( " div " ) , d = document . createElement ( " div " ) , e = document . createElement ( " div " ) , f = document . createElement ( " button " ) , h = document . createElement ( " span " ) , i = document . createElement ( " input " ) , j = document . createElement ( " i " ) , k = document . createElement ( " span " ) , l = function ( ) { $ ( s ) . css ( " cursor " , " progress " ) } , n = function ( ) { $ ( s ) . css ( " cursor " , " " ) } , o = function ( a ) { return n ( ) , a & & a . errorCode & & 404 = = = a . errorCode ? void arangoHelper . arangoError ( " Graph error " , " could not find a matching node . " ) : void 0 } , p = function ( ) { l ( ) , " " = = = a . value | | void 0 = = = a . value ? g . loadGraph ( i . value , o ) : g . loadGraphWithAttributeValue ( a . value , i . value , o ) } ; b . id = " filterDropdown " , b . className = " headerDropdown smallDropdown " , c . className = " dropdownInner " , d . className = " queryline " , a = document . createElement ( " input " ) , m = document . createElement ( " ul " ) , e . className = " pull - left input - append searchByAttribute " , a . id = " attribute " , a . type = " text " , a . placeholder = " Attribute name " , f . id = " attribute_example_toggle " , f . className = " button - neutral gv_example_toggle " , h . className = " caret gv_caret " , m . className = " gv - dropdown - menu " , i . id = " value " , i . className = " searchInput gv_searchInput " , i . type = " text " , i . placeholder = " Attribute value " , j . id = " loadnode " , j . className = " fa fa - search " , k . className = " searchEqualsLabel " , k . appendChild ( document . createTextNode ( " = = " ) ) , c . appendChild ( d ) , d . appendChild ( e ) , e . appendChild ( a ) , e . appendChild ( f ) , e . appendChild ( m ) , f . appendChild ( h ) , d . appendChild ( k ) , d . appendChild ( i ) , d . appendChild ( j ) , j . onclick = p , $ ( i ) . keypress ( function ( a ) { return 13 = = = a . keyCode | | 13 = = = a . which ? ( p ( ) , ! 1 ) : void 0 } ) , f . onclick = function ( ) { $ ( m ) . slideToggle ( 200 ) } ; var q = document . createElement ( " p " ) ; return q . className = " dropdown - title " , q . innerHTML = " Filter graph by attribute : " , b . appendChild ( q ) , b . appendChild ( c ) , b } , v = function ( ) { var a , b = document . createElement ( " div " ) , c = document . createElement ( " div " ) , d = document . createElement ( " div " ) , e = document . createElement ( " div " ) , f = document . createElement ( " button " ) , h = document . createElement ( " span " ) , i = document . createElement ( " input " ) , j = document . createElement ( " i " ) , k = document . createElement ( " span " ) , l = function ( ) { $ ( s ) . css ( " cursor " , " progress " ) } , m = function ( ) { $ ( s ) . css ( " cursor " , " " ) } , o = function ( a ) { return m ( ) , a & & a . errorCode & & 404 = = = a . errorCode ? void arangoHelper . arangoError ( " Graph error " , " could not find a matching node . " ) : void 0 } , p = function ( ) { l ( ) , " " ! = = a . value & & g . loadGraphWithAdditionalNode ( a . value , i . value , o ) } ; b . id = " nodeDropdown " , b . className = " headerDropdown smallDropdown " , c . className = " dropdownInner " , d . className = " queryline " , a = document . createElement ( " input " ) , n = document . createElement ( " ul " ) , e . className = " pull - left input - append searchByAttribute " , a . id = " attribute " , a . type = " text " , a . placeholder = " Attribute name " , f . id = " attribute_example_toggle2 " , f . className = " button - neutral gv_example_toggle " , h . className = " caret gv_caret " , n . className = " gv - dropdown - menu " , i . id = " value " , i . className = " searchInput gv_searchInput " , i . type = " text " , i . placeholder = " Attribute value " , j . id = " loadnode " , j . className = " fa fa - search " , k . className = " searchEqualsLabel " , k . appendChild ( document . createTextNode ( " = = " ) ) , c . appendChild ( d ) , d . appendChild ( e ) , e . appendChild ( a ) , e . appendChild ( f ) , e . appendChild ( n ) , f . appendChild ( h ) , d . appendChild ( k ) , d . appendChild ( i ) , d . appendChild ( j ) , C ( n ) , j . onclick = p , $ ( i ) . keypress ( function ( a ) { return 13 = = = a . keyCode | | 13 = = = a . which ? ( p ( ) , ! 1 ) : void 0 } ) , f . onclick = function ( ) { $ ( n ) . slideToggle ( 200 ) } ; var q = document . createElement ( " p " ) ; return q . className = " dropdown - title " , q . innerHTML = " Add specific node by attribute : " , b . appendChild ( q ) , b . appendChild ( c ) , b } , w = function ( ) { var a , b , c , d , e , f , g , h ; return a = document . createElement ( " div " ) , a . id = " configureDropdown " , a . className = " headerDropdown " , b = document . createElement ( " div " ) , b . className = " dropdownInner " , c = document . createElement ( " ul " ) , d = document . createElement ( " li " ) , d . className = " nav - header " , d . appendChild ( document . createTextNode ( " Vertices " ) ) , g = document . createElement ( " ul " ) , h = document . createElement ( " li " ) , h . className = " nav - header " , h . appendChild ( document . createTextNode ( " Edges " ) ) , e = document . createElement ( " ul " ) , f = document . createElement ( " li " ) , f . className = " nav - header " , f . appendChild ( document . createTextNode ( " Connection " ) ) , c . appendChild ( d ) , g . appendChild ( h ) , e . appendChild ( f ) , b . appendChild ( c ) , b . appendChild ( g ) , b . appendChild ( e ) , a . appendChild ( b ) , { configure : a , nodes : c , edges : g , col : e } } , x = function ( a , b , c , d ) { var e , f , g , h , i , j , k , l , m , n , o ; return a . className = " headerButtonBar " , e = document . createElement ( " ul " ) , e . className = " headerButtonList " , a . appendChild ( e ) , g = document . createElement ( " li " ) , g . className = " enabled " , h = document . createElement ( " a " ) , h . id = b , h . className = " headerButton " , i = document . createElement ( " span " ) , i . className = " icon_arangodb_settings2 " , $ ( i ) . attr ( " title " , " Configure " ) , e . appendChild ( g ) , g . appendChild ( h ) , h . appendChild ( i ) , j = document . createElement ( " li " ) , j . className = " enabled " , k = document . createElement ( " a " ) , k . id = d , k . className = " headerButton " , l = document . createElement ( " span " ) , l . className = " fa fa - search - plus " , $ ( l ) . attr ( " title " , " Show additional vertices " ) , e . appendChild ( j ) , j . appendChild ( k ) , k . appendChild ( l ) , m = document . createElement ( " li " ) , m . className = " enabled " , n = document . createElement ( " a " ) , n . id = c , n . className = " headerButton " , o = document . createElement ( " span " ) , o . className = " icon_arangodb_filter " , $ ( o ) . attr ( " title " , " Filter " ) , e . appendChild ( m ) , m . appendChild ( n ) , n . appendChild ( o ) , f = w ( ) , f . filter = u ( ) , f . node = v ( ) , h . onclick = function ( ) { $ ( " # filterdropdown " ) . removeClass ( " activated " ) , $ ( " # nodedropdown " ) . removeClass ( " activated " ) , $ ( " # configuredropdown " ) . toggleClass ( " activated " ) , $ ( f . configure ) . slideToggle ( 200 ) , $ ( f . filter ) . hide ( ) , $ ( f . node ) . hide ( ) } , k . onclick = function ( ) { $ ( " # filterdropdown " ) . removeClass ( " activated " ) , $ ( " # configuredropdown " ) . removeClass ( " activated " ) , $ ( " # nodedropdown " ) . toggleClass ( " activated " ) , $ ( f . node ) . slideToggle ( 200 ) , $ ( f . filter ) . hide ( ) , $ ( f . configure ) . hide ( ) } , n . onclick = function ( ) { $ ( " # configuredropdown " ) . removeClass ( " activated " ) , $ ( " # nodedropdown " ) . removeClass ( " activated " ) , $ ( " # filterdropdown " ) . toggleClass ( " activated " ) , $ ( f . filter ) . slideToggle ( 200 ) , $ ( f . node ) . hide ( ) , $ ( f . configure ) . hide ( ) } , f } , y = function ( ) { return console . log ( q ) , d3 . select ( " # " + a . id + " # background " ) . append ( " svg " ) . attr ( " id " , " graphViewerSVG " ) . attr ( " width " , p ) . attr ( " height " , q ) . attr ( " class " , " graph - viewer " ) . style ( " width " , p + " px " ) . style ( " height " , q + " px " ) } , z = function ( ) { var a = document . createElement ( " div " ) , b = document . createElement ( " div " ) , c = document . createElement ( " button " ) , d = document . createElement ( " button " ) , e = document . createElement ( " button " ) , f = document . createElement ( " button " ) ; a . className = " gv_zoom_widget " , b . className = " gv_zoom_buttons_bg " , c . className = " btn btn - icon btn - zoom btn - zoom - top gv - zoom - btn pan - top " , d . className = " btn btn - icon btn - zoom btn - zoom - left gv - zoom - btn pan - left " , e . className = " btn btn - icon btn - zoom btn - zoom - right gv - zoom - btn pan - right " , f . className = " btn btn - icon btn - zoom btn - zoom - bottom gv - zoom - btn pan - bottom " , c . onclick = function ( ) { g . zoomManager . triggerTranslation ( 0 , - 10 ) } , d . onclick = function ( ) { g . zoomManager . triggerTranslation ( - 10 , 0 ) } , e . onclick = function ( ) { g . zoomManager . triggerTranslation ( 10 , 0 ) } , f . onclick = function ( ) { g . zoomManager . triggerTranslation ( 0 , 10 ) } , b . appendChild ( c ) , b . appendChild ( d ) , b . appendChild ( e ) , b . appendChild ( f ) , l = document . createElement ( " div " ) , l . id = " gv_zoom_slider " , l . className = " gv_zoom_slider " , s . appendChild ( a ) , s . insertBefore ( a , o [ 0 ] [ 0 ] ) , a . appendChild ( b ) , a . appendChild ( l ) , $ ( " # gv_zoom_slider " ) . slider ( { orientation : " vertical " , min : g . zoomManager . getMinimalZoomFactor ( ) , max : 1 , value : 1 , step : . 01 , slide : function ( a , b ) { g . zoomManager . triggerScale ( b . value ) } } ) , g . zoomManager . registerSlider ( $ ( " # gv_zoom_slider " ) ) } , A = function ( ) { var a = document . createElement ( " div " ) , b = new EventDispatcherControls ( a , g . nodeShaper , g . edgeShaper , g . start , g . dispatcherConfig ) ; a . id = " toolbox " , a . className = " btn - group btn - group - vertical toolbox " , s . insertBefore ( a , o [ 0 ] [ 0 ] ) , b . addAll ( ) , $ ( " # control_event_expand " ) . click ( ) } , B = function ( ) { var a = ' < li class = " enabled " style = " float : right " > < select id = " graphSize " class = " documents - size " > < optgroup label = " Starting points : " > < option value = " 5 " selected = " " > 5 vertices < / option > < option value = " 10 " > 10 vertices < / option > < option value = " 20 " > 20 vertices < / option > < option value = " 50 " > 50 vertices < / option > < option value = " 100 " > 100 vertices < / option > < option value = " 500 " > 500 vertices < / option > < option value = " 1000 " > 1000 vertices < / option > < option value = " 2500 " > 2500 vertices < / option > < option value = " 5000 " > 5000 vertices < / option > < option value = " all " > All vertices < / option > < / select > < / optgroup > < / li > ' ; $ ( " . headerBar . headerButtonList " ) . prepend ( a ) } , C = function ( a ) { var b ; b = a ? $ ( a ) : $ ( m ) , b . innerHTML = " " ; var c = document . createElement ( " li " ) , d = document . createElement ( " img " ) ; $ ( c ) . append ( d ) , d . className = " gv - throbber " , b . append ( c ) , g . adapter . getAttributeExamples ( function ( a ) { $ ( b ) . html ( " " ) , _ . each ( a , function ( a ) { var c = document . createElement ( " li " ) , d = document . createElement ( " a " ) , e = document . createElement ( " label " ) ; $ ( c ) . append ( d ) , $ ( d ) . append ( e ) , $ ( e ) . append ( document . createTextNode ( a ) ) , e . className = " gv_dropdown_label " , b . append ( c ) , c . onclick = function ( ) { b . value = a , $ ( b ) . parent ( ) . find ( " input " ) . val ( a ) , $ ( b ) . slideToggle ( 200 ) } } ) } ) } , D = function ( ) { var a = document . createElement ( " div " ) , b = document . createElement ( " div " ) , c = ( document . createElement ( " a " ) , x ( b , " configuredropdown " , " filterdropdown " , " nodedropdown " ) ) ; i = new NodeShaperControls ( c . nodes , g . nodeShaper ) , j = new EdgeShaperControls ( c . edges , g . edgeShaper ) , k = new GharialAdapterControls ( c . col , g . adapter ) , r . id = " menubar " , a . className = " headerBar " , b . id = " modifiers " , r . appendChild ( a ) , r . appendChild ( c . configure ) , r . appendChild ( c . filter ) , r . appendChild ( c . node ) , a . appendChild ( b ) , k . addControlChangeGraph ( function ( ) { C ( ) , g . start ( ! 0 ) } ) , k . addControlChangePriority ( ) , i . addControlOpticLabelAndColourList ( g . adapter ) , j . addControlOpticLabelList ( ) , C ( ) } , E = function ( ) { h = i . createColourMappingList ( ) , h . className = " gv - colour - list " , s . insertBefore ( h , o [ 0 ] [ 0 ] ) } ; a . appendChild ( r ) , a . appendChild ( s ) , s . className = " contentDiv gv - background " , s . id = " background " , e = e | | { } , e . zoom = ! 0 , o = y ( ) , " undefined " ! = = Storage & & ( this . graphSettings = { } , this . loadLocalStorage = function ( ) { var a = b . baseUrl . split ( " / " ) [ 2 ] , c = b . graphName + a ; if ( null = = = localStorage . getItem ( " graphSettings " ) | | " null " = = = localStorage . getItem ( " graphSettings " ) ) { var d = { } ; d [ c ] = { viewer : e , adapter : b } , localStorage . setItem ( " graphSettings " , JSON . stringify ( d ) ) } else try { var f = JSON . parse ( localStorage . getItem ( " graphSettings " ) ) ; this . graphSettings = f , void 0 ! = = f [ c ] . viewer & & ( e = f [ c ] . viewer ) , void 0 ! = = f [ c ] . adapter & & ( b = f [ c ] . adapter ) } catch ( g ) { console . log ( " Could not load graph settings , resetting graph settings . " ) , this . graphSettings [ c ] = { viewer : e , adapter : b } , localStorage . setItem ( " graphSettings " , JSON . stringify ( this . graphSettings ) ) } } , this . loadLocalStorage ( ) , this . writeLocalStorage = function ( ) { } ) , g = new GraphViewer ( o , p , q , b , e ) , A ( ) , z ( ) , D ( ) , E ( ) , t ( ) , B ( ) , $ ( " # graphSize " ) . on ( " change " , function ( ) { var a = $ ( " # graphSize " ) . find ( " : selected " ) . val ( ) ; g . loadGraphWithRandomStart ( function ( a ) { a & & a . errorCode & & arangoHelper . arangoError ( " Graph " , " Sorry your graph seems to be empty " ) } , a ) } ) , f & & ( " string " = = typeof f ? g . loadGraph ( f ) : g . loadGraphWithRandomStart ( function ( a ) { a & & a . errorCode & & arangoHelper . arangoError ( " Graph " , " Sorry your graph seems to be empty " ) } ) ) , this . changeWidth = function ( a ) { g . changeWidth ( a ) ; var b = a - 55 ; o . attr ( " width " , b ) . style ( " width " , b + " px " ) } } function GraphViewerWidget ( a , b ) { " use strict " ; var c , d , e , f , g , h , i , j , k = function ( ) { return d3 . select ( d ) . append ( " svg " ) . attr ( " id " , " graphViewerSVG " ) . attr ( " width " , e ) . attr ( " height " , f ) . attr ( " class " , " graph - viewer " ) . attr ( " style " , " width : " + e + " px ; height : " + f + " px ; " ) } , l = function ( a ) { var b = 0 ; return _ . each ( a , function ( c , d ) { c = = = ! 1 ? delete a [ d ] : b + + } ) , b > 0 } , m = function ( a , b ) { _ . each ( b , function ( b , c ) { a [ c ] = a [ c ] | | { } , _ . each ( b , function ( b , d ) { a [ c ] [ d ] = b } ) } ) } , n = function ( a ) { if ( a ) { var b = { } ; a . drag & & m ( b , j . dragRebinds ( ) ) , a . create & & ( m ( b , j . newNodeRebinds ( ) ) , m ( b , j . connectNodesRebinds ( ) ) ) , a . remove & & m ( b , j . deleteRebinds ( ) ) , a . expand & & m ( b , j . expandRebinds ( ) ) , a . edit & & m ( b , j . editRebinds ( ) ) , j . rebindAll ( b ) } } , o = function ( a ) { var b = document . createElement ( " div " ) ; j = new EventDispatcherControls ( b , g . nodeShaper , g . edgeShaper , g . start , g . dispatcherConfig ) , b . id = " toolbox " , b . className = " btn - group btn - group - vertical pull - left toolbox " , d . appendChild ( b ) , _ . each ( a , function ( a , b ) { switch ( b ) { case " expand " : j . addControlExpand ( ) ; break ; case " create " : j . addControlNewNode ( ) , j . addControlConnect ( ) ; break ; case " drag " : j . addControlDrag ( ) ; break ; case " edit " : j . addControlEdit ( ) ; break ; case " remove " : j . addControlDelete ( ) } } ) } , p = function ( a ) { var b = document . createElement ( " div " ) ; j = new EventDispatcherControls ( b , g . nodeShaper , g . edgeShaper , g . start , g . dispatcherConfig ) } , q = function ( ) { return new GraphViewer ( c , e , f , i , a ) } ; d = document . body , e = d . getBoundingClientRect ( ) . width , f = d . getBoundingClientRect ( ) . height , i = { type : " foxx " , route : " . " } , a = a | | { } , h = l ( a . toolbox ) , h & & ( e - = 43 ) , c = k ( ) , g = q ( ) , h ? o ( a . toolbox ) : p ( ) , b & & g . loadGraph ( b ) , n ( a . actions ) } function LayouterControls ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The Layouter has to be given . " ; var c = this ; this . addControlGravity = function ( ) { var c = " control_layout_gravity " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Gravity " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch Gravity Strength " , d , [ { type : " text " , id : " value " } ] , function ( ) { var a = $ ( " # " + d + " value " ) . attr ( " value " ) ; b . changeTo ( { gravity : a } ) } ) } ) } , this . addControlCharge = function ( ) { var c = " control_layout_charge " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Charge " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch Charge Strength " , d , [ { type : " text " , id : " value " } ] , function ( ) { var a = $ ( " # " + d + " value " ) . attr ( " value " ) ; b . changeTo ( { charge : a } ) } ) } ) } , this . addControlDistance = function ( ) { var c = " control_layout_distance " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Distance " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch Distance Strength " , d , [ { type : " text " , id : " value " } ] , function ( ) { var a = $ ( " # " + d + " value " ) . attr ( " value " ) ; b . changeTo ( { distance : a } ) } ) } ) } , this . addAll = function ( ) { c . addControlDistance ( ) , c . addControlGravity ( ) , c . addControlCharge ( ) } } function NodeShaperControls ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The NodeShaper has to be given . " ; var c , d = this , e = function ( a ) { for ( ; c . hasChildNodes ( ) ; ) c . removeChild ( c . lastChild ) ; var b = document . createElement ( " ul " ) ; c . appendChild ( b ) , _ . each ( a , function ( a , c ) { var d = document . createElement ( " ul " ) , e = a . list , f = a . front ; d . style . backgroundColor = c , d . style . color = f , _ . each ( e , function ( a ) { var b = document . createElement ( " li " ) ; b . appendChild ( document . createTextNode ( a ) ) , d . appendChild ( b ) } ) , b . appendChild ( d ) } ) } ; this . addControlOpticShapeNone = function ( ) { uiComponentsHelper . createButton ( a , " None " , " control_node_none " , function ( ) { b . changeTo ( { shape : { type : NodeShaper . shapes . NONE } } ) } ) } , this . applyLocalStorage = function ( a ) { if ( " undefined " ! = = Storage ) try { var b = JSON . parse ( localStorage . getItem ( " graphSettings " ) ) , c = window . location . hash . split ( " / " ) [ 1 ] , d = window . location . pathname . split ( " / " ) [ 2 ] , e = c + d ; _ . each ( a , function ( a , c ) { void 0 ! = = c & & ( b [ e ] . viewer . nodeShaper [ c ] = a ) } ) , localStorage . setItem ( " graphSettings " , JSON . stringify ( b ) ) } catch ( f ) { console . log ( f ) } } , this . addControlOpticShapeCircle = function ( ) { var c = " control_node_circle " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Circle " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch to Circle " , d , [ { type : " text " , id : " radius " } ] , function ( ) { var a = $ ( " # " + d + " radius " ) . attr ( " value " ) ; b . changeTo ( { shape : { type : NodeShaper . shapes . CIRCLE , radius : a } } ) } ) } ) } , this . addControlOpticShapeRect = function ( ) { var c = " control_node_rect " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Rectangle " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch to Rectangle " , " control_node_rect_ " , [ { type : " text " , id : " width " } , { type : " text " , id : " height " } ] , function ( ) { var a = $ ( " # " + d + " width " ) . attr ( " value " ) , c = $ ( " # " + d + " height " ) . attr ( " value " ) ; b . changeTo ( { shape : { type : NodeShaper . shapes . RECT , width : a , height : c } } ) } ) } ) } , this . addControlOpticLabel = function ( ) { var c = " control_node_label " , e = c + " _ " ; uiComponentsHelper . createButton ( a , " Configure Label " , c , function ( ) { modalDialogHelper . createModalChangeDialog ( " Change label attribute " , e , [ { type : " text " , id : " key " } ] , function ( ) { var a = $ ( " # " + e + " key " ) . attr ( " value " ) , c = { label : a } ; d . applyLocalStorage ( c ) , b . changeTo ( c ) } ) } ) } , this . addControlOpticSingleColour = function ( ) { var c = " control_node_singlecolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Single Colour " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch to Colour " , d , [ { type : " text " , id : " fill " } , { type : " text " , id : " stroke " } ] , function ( ) { var a = $ ( " # " + d + " fill " ) . attr ( " value " ) , c = $ ( " # " + d + " stroke " ) . attr ( " value " ) ; b . changeTo ( { color : { type : " single " , fill : a , stroke : c } } ) } ) } ) } , this . addControlOpticAttributeColour = function ( ) { var c = " control_node_attributecolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Colour by Attribute " , c , function ( ) { modalDialogHelper . createModalDialog ( " Display colour by attribute " , d , [ { type : " text " , id : " key " } ] , function ( ) { var a = $ ( " # " + d + " key " ) . attr ( " value " ) ; b . changeTo ( { color : { type : " attribute " , key : a } } ) } ) } ) } , this . addControlOpticExpandColour = function ( ) { var c = " control_node_expandcolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Expansion Colour " , c , function ( ) { modalDialogHelper . createModalDialog ( " Display colours for expansion " , d , [ { type : " text " , id : " expanded " } , { <nl> - type : " text " , id : " collapsed " } ] , function ( ) { var a = $ ( " # " + d + " expanded " ) . attr ( " value " ) , c = $ ( " # " + d + " collapsed " ) . attr ( " value " ) ; b . changeTo ( { color : { type : " expand " , expanded : a , collapsed : c } } ) } ) } ) } , this . addControlOpticLabelAndColour = function ( e ) { var f = " control_node_labelandcolour " , g = f + " _ " ; uiComponentsHelper . createButton ( a , " Configure Label " , f , function ( ) { modalDialogHelper . createModalChangeDialog ( " Change label attribute " , g , [ { type : " text " , id : " label - attribute " , text : " Vertex label attribute " , value : b . getLabel ( ) | | " " } , { type : " decission " , id : " samecolour " , group : " colour " , text : " Use this attribute for coloring , too " , isDefault : b . getLabel ( ) = = = b . getColor ( ) } , { type : " decission " , id : " othercolour " , group : " colour " , text : " Use different attribute for coloring " , isDefault : b . getLabel ( ) ! = = b . getColor ( ) , interior : [ { type : " text " , id : " colour - attribute " , text : " Color attribute " , value : b . getColor ( ) | | " " } ] } ] , function ( ) { var a = $ ( " # " + g + " label - attribute " ) . attr ( " value " ) , e = $ ( " # " + g + " colour - attribute " ) . attr ( " value " ) , f = $ ( " input [ type = ' radio ' ] [ name = ' colour ' ] : checked " ) . attr ( " id " ) ; f = = = g + " samecolour " & & ( e = a ) ; var h = { label : a , color : { type : " attribute " , key : e } } ; d . applyLocalStorage ( h ) , b . changeTo ( h ) , void 0 = = = c & & ( c = d . createColourMappingList ( ) ) } ) } ) } , this . addControlOpticLabelAndColourList = function ( e ) { var f = " control_node_labelandcolourlist " , g = f + " _ " ; uiComponentsHelper . createButton ( a , " Configure Label " , f , function ( ) { modalDialogHelper . createModalChangeDialog ( " Change label attribute " , g , [ { type : " extendable " , id : " label " , text : " Vertex label attribute " , objects : b . getLabel ( ) } , { type : " decission " , id : " samecolour " , group : " colour " , text : " Use this attribute for coloring , too " , isDefault : b . getLabel ( ) = = = b . getColor ( ) } , { type : " decission " , id : " othercolour " , group : " colour " , text : " Use different attribute for coloring " , isDefault : b . getLabel ( ) ! = = b . getColor ( ) , interior : [ { type : " extendable " , id : " colour " , text : " Color attribute " , objects : b . getColor ( ) | | " " } ] } ] , function ( ) { var a = $ ( " input [ id ^ = " + g + " label_ ] " ) , e = $ ( " input [ id ^ = " + g + " colour_ ] " ) , f = $ ( " input [ type = ' radio ' ] [ name = ' colour ' ] : checked " ) . attr ( " id " ) , h = [ ] , i = [ ] ; a . each ( function ( a , b ) { var c = $ ( b ) . val ( ) ; " " ! = = c & & h . push ( c ) } ) , e . each ( function ( a , b ) { var c = $ ( b ) . val ( ) ; " " ! = = c & & i . push ( c ) } ) , f = = = g + " samecolour " & & ( i = h ) ; var j = { label : h , color : { type : " attribute " , key : i } } ; d . applyLocalStorage ( j ) , b . changeTo ( j ) , void 0 = = = c & & ( c = d . createColourMappingList ( ) ) } ) } ) } , this . addAllOptics = function ( ) { d . addControlOpticShapeNone ( ) , d . addControlOpticShapeCircle ( ) , d . addControlOpticShapeRect ( ) , d . addControlOpticLabel ( ) , d . addControlOpticSingleColour ( ) , d . addControlOpticAttributeColour ( ) , d . addControlOpticExpandColour ( ) } , this . addAllActions = function ( ) { } , this . addAll = function ( ) { d . addAllOptics ( ) , d . addAllActions ( ) } , this . createColourMappingList = function ( ) { return void 0 ! = = c ? c : ( c = document . createElement ( " div " ) , c . id = " node_colour_list " , e ( b . getColourMapping ( ) ) , b . setColourMappingListener ( e ) , c ) } } function GraphViewer ( a , b , c , d , e ) { " use strict " ; if ( $ ( " html " ) . attr ( " xmlns : xlink " , " http : / / www . w3 . org / 1999 / xlink " ) , void 0 = = = a | | void 0 = = = a . append ) throw " SVG has to be given and has to be selected using d3 . select " ; if ( void 0 = = = b | | 0 > = b ) throw " A width greater 0 has to be given " ; if ( void 0 = = = c | | 0 > = c ) throw " A height greater 0 has to be given " ; if ( void 0 = = = d | | void 0 = = = d . type ) throw " An adapter configuration has to be given " ; var f , g , h , i , j , k , l , m , n = this , o = [ ] , p = [ ] , q = function ( a ) { if ( ! a ) return a = { } , a . nodes = p , a . links = o , a . width = b , a . height = c , void ( i = new ForceLayouter ( a ) ) ; switch ( a . type . toLowerCase ( ) ) { case " force " : a . nodes = p , a . links = o , a . width = b , a . height = c , i = new ForceLayouter ( a ) ; break ; default : throw " Sorry unknown layout type . " } } , r = function ( a ) { f . setNodeLimit ( a , n . start ) } , s = function ( d ) { d & & ( j = new ZoomManager ( b , c , a , k , g , h , { } , r ) ) } , t = function ( a ) { var b = a . edgeShaper | | { } , c = a . nodeShaper | | { } , d = c . idfunc | | void 0 , e = a . zoom | | ! 1 ; b . shape = b . shape | | { type : EdgeShaper . shapes . ARROW } , q ( a . layouter ) , m = k . append ( " g " ) , h = new EdgeShaper ( m , b ) , l = k . append ( " g " ) , g = new NodeShaper ( l , c , d ) , i . setCombinedUpdateFunction ( g , h ) , s ( e ) } ; switch ( d . type . toLowerCase ( ) ) { case " arango " : d . width = b , d . height = c , f = new ArangoAdapter ( p , o , this , d ) , f . setChildLimit ( 10 ) ; break ; case " gharial " : d . width = b , d . height = c , f = new GharialAdapter ( p , o , this , d ) , f . setChildLimit ( 10 ) ; break ; case " foxx " : d . width = b , d . height = c , f = new FoxxAdapter ( p , o , d . route , this , d ) ; break ; case " json " : f = new JSONAdapter ( d . path , p , o , this , b , c ) ; break ; case " preview " : d . width = b , d . height = c , f = new PreviewAdapter ( p , o , this , d ) ; break ; default : throw " Sorry unknown adapter type . " } k = a . append ( " g " ) , t ( e | | { } ) , this . start = function ( a ) { i . stop ( ) , a & & ( " " ! = = $ ( " . infoField " ) . text ( ) ? _ . each ( p , function ( a ) { _ . each ( f . randomNodes , function ( b ) { a . _id = = = b . _id & & ( a . _expanded = ! 0 ) } ) } ) : _ . each ( p , function ( a ) { a . _expanded = ! 0 } ) ) , g . drawNodes ( p ) , h . drawEdges ( o ) , i . start ( ) } , this . loadGraph = function ( a , b ) { f . loadInitialNode ( a , function ( a ) { return a . errorCode ? void b ( a ) : ( a . _expanded = ! 0 , n . start ( ) , void ( _ . isFunction ( b ) & & b ( ) ) ) } ) } , this . loadGraphWithRandomStart = function ( a , b ) { f . loadRandomNode ( function ( b ) { return b . errorCode & & 404 = = = b . errorCode ? void a ( b ) : ( b . _expanded = ! 0 , n . start ( ! 0 ) , void ( _ . isFunction ( a ) & & a ( ) ) ) } , b ) } , this . loadGraphWithAdditionalNode = function ( a , b , c ) { f . loadAdditionalNodeByAttributeValue ( a , b , function ( a ) { return a . errorCode ? void c ( a ) : ( a . _expanded = ! 0 , n . start ( ) , void ( _ . isFunction ( c ) & & c ( ) ) ) } ) } , this . loadGraphWithAttributeValue = function ( a , b , c ) { f . randomNodes = [ ] , f . definedNodes = [ ] , f . loadInitialNodeByAttributeValue ( a , b , function ( a ) { return a . errorCode ? void c ( a ) : ( a . _expanded = ! 0 , n . start ( ) , void ( _ . isFunction ( c ) & & c ( ) ) ) } ) } , this . cleanUp = function ( ) { g . resetColourMap ( ) , h . resetColourMap ( ) } , this . changeWidth = function ( a ) { i . changeWidth ( a ) , j . changeWidth ( a ) , f . setWidth ( a ) } , this . dispatcherConfig = { expand : { edges : o , nodes : p , startCallback : n . start , adapter : f , reshapeNodes : g . reshapeNodes } , drag : { layouter : i } , nodeEditor : { nodes : p , adapter : f } , edgeEditor : { edges : o , adapter : f } } , this . adapter = f , this . nodeShaper = g , this . edgeShaper = h , this . layouter = i , this . zoomManager = j } EdgeShaper . shapes = Object . freeze ( { NONE : 0 , ARROW : 1 } ) , NodeShaper . shapes = Object . freeze ( { NONE : 0 , CIRCLE : 1 , RECT : 2 , IMAGE : 3 } ) ; var modalDialogHelper = modalDialogHelper | | { } ; ! function ( ) { " use strict " ; var a , b = function ( a ) { $ ( document ) . bind ( " keypress . key13 " , function ( b ) { b . which & & 13 = = = b . which & & $ ( a ) . click ( ) } ) } , c = function ( ) { $ ( document ) . unbind ( " keypress . key13 " ) } , d = function ( a , b , c , d , e ) { var f , g , h = function ( ) { e ( f ) } , i = modalDialogHelper . modalDivTemplate ( a , b , c , h ) , j = document . createElement ( " tr " ) , k = document . createElement ( " th " ) , l = document . createElement ( " th " ) , m = document . createElement ( " th " ) , n = document . createElement ( " button " ) , o = 1 ; f = function ( ) { var a = { } ; return _ . each ( $ ( " # " + c + " table tr : not ( # first_row ) " ) , function ( b ) { var c = $ ( " . keyCell input " , b ) . val ( ) , d = $ ( " . valueCell input " , b ) . val ( ) ; a [ c ] = d } ) , a } , i . appendChild ( j ) , j . id = " first_row " , j . appendChild ( k ) , k . className = " keyCell " , j . appendChild ( l ) , l . className = " valueCell " , j . appendChild ( m ) , m . className = " actionCell " , m . appendChild ( n ) , n . id = c + " new " , n . className = " graphViewer - icon - button gv - icon - small add " , g = function ( a , b ) { var d , e , f , g = / ^ _ ( id | rev | key | from | to ) / , h = document . createElement ( " tr " ) , j = document . createElement ( " th " ) , k = document . createElement ( " th " ) , l = document . createElement ( " th " ) ; g . test ( b ) | | ( i . appendChild ( h ) , h . appendChild ( k ) , k . className = " keyCell " , e = document . createElement ( " input " ) , e . type = " text " , e . id = c + b + " _key " , e . value = b , k . appendChild ( e ) , h . appendChild ( l ) , l . className = " valueCell " , f = document . createElement ( " input " ) , f . type = " text " , f . id = c + b + " _value " , " object " = = typeof a ? f . value = JSON . stringify ( a ) : f . value = a , l . appendChild ( f ) , h . appendChild ( j ) , j . className = " actionCell " , d = document . createElement ( " button " ) , d . id = c + b + " _delete " , d . className = " graphViewer - icon - button gv - icon - small delete " , j . appendChild ( d ) , d . onclick = function ( ) { i . removeChild ( h ) } ) } , n . onclick = function ( ) { g ( " " , " new_ " + o ) , o + + } , _ . each ( d , g ) , $ ( " # " + c + " modal " ) . modal ( " show " ) } , e = function ( a , b , c , d , e ) { var f = modalDialogHelper . modalDivTemplate ( a , b , c , e ) , g = document . createElement ( " tr " ) , h = document . createElement ( " th " ) , i = document . createElement ( " pre " ) ; f . appendChild ( g ) , g . appendChild ( h ) , h . appendChild ( i ) , i . className = " gv - object - view " , i . innerHTML = JSON . stringify ( d , null , 2 ) , $ ( " # " + c + " modal " ) . modal ( " show " ) } , f = function ( a , b ) { var c = document . createElement ( " input " ) ; return c . type = " text " , c . id = a , c . value = b , c } , g = function ( a , b ) { var c = document . createElement ( " input " ) ; return c . type = " checkbox " , c . id = a , c . checked = b , c } , h = function ( a , b , c ) { var d = document . createElement ( " select " ) ; return d . id = a , _ . each ( _ . sortBy ( b , function ( a ) { return a . toLowerCase ( ) } ) , function ( a ) { var b = document . createElement ( " option " ) ; b . value = a , b . selected = a = = = c , b . appendChild ( document . createTextNode ( a ) ) , d . appendChild ( b ) } ) , d } , i = function ( a ) { var b = $ ( " . decission_ " + a ) , c = $ ( " input [ type = ' radio ' ] [ name = ' " + a + " ' ] : checked " ) . attr ( " id " ) ; b . each ( function ( ) { $ ( this ) . attr ( " decider " ) = = = c ? $ ( this ) . css ( " display " , " " ) : $ ( this ) . css ( " display " , " none " ) } ) } , j = function ( b , c , d , e , f , g , h , j ) { var k = document . createElement ( " input " ) , l = b + c , m = document . createElement ( " label " ) , n = document . createElement ( " tbody " ) ; k . id = l , k . type = " radio " , k . name = d , k . className = " gv - radio - button " , m . className = " radio " , h . appendChild ( m ) , m . appendChild ( k ) , m . appendChild ( document . createTextNode ( e ) ) , j . appendChild ( n ) , $ ( n ) . toggleClass ( " decission_ " + d , ! 0 ) , $ ( n ) . attr ( " decider " , l ) , _ . each ( g , function ( c ) { a ( n , b , c ) } ) , f ? k . checked = ! 0 : k . checked = ! 1 , m . onclick = function ( a ) { i ( d ) , a . stopPropagation ( ) } , i ( d ) } , k = function ( a , b , c , d , e , f ) { var g , h = [ ] , i = a + b , j = 1 , k = document . createElement ( " th " ) , l = document . createElement ( " button " ) , m = document . createElement ( " input " ) , n = function ( a ) { j + + ; var c , d = document . createElement ( " tr " ) , g = document . createElement ( " th " ) , k = document . createElement ( " th " ) , l = document . createElement ( " th " ) , m = document . createElement ( " input " ) , n = document . createElement ( " button " ) ; m . type = " text " , m . id = i + " _ " + j , m . value = a | | " " , c = 0 = = = h . length ? $ ( f ) : $ ( h [ h . length - 1 ] ) , c . after ( d ) , d . appendChild ( g ) , g . className = " collectionTh capitalize " , g . appendChild ( document . createTextNode ( b + " " + j + " : " ) ) , d . appendChild ( k ) , k . className = " collectionTh " , k . appendChild ( m ) , n . id = i + " _ " + j + " _remove " , n . className = " graphViewer - icon - button gv - icon - small delete " , n . onclick = function ( ) { e . removeChild ( d ) , h . splice ( h . indexOf ( d ) , 1 ) } , l . appendChild ( n ) , d . appendChild ( l ) , h . push ( d ) } ; for ( m . type = " text " , m . id = i + " _1 " , d . appendChild ( m ) , k . appendChild ( l ) , f . appendChild ( k ) , l . onclick = function ( ) { n ( ) } , l . id = i + " _addLine " , l . className = " graphViewer - icon - button gv - icon - small add " , " string " = = typeof c & & c . length > 0 & & ( c = [ c ] ) , c . length > 0 & & ( m . value = c [ 0 ] ) , g = 1 ; g < c . length ; g + + ) n ( c [ g ] ) } , l = function ( a , b ) { var d = document . createElement ( " div " ) , e = document . createElement ( " div " ) , f = document . createElement ( " button " ) , g = document . createElement ( " a " ) , h = document . createElement ( " div " ) , i = document . createElement ( " table " ) ; return d . id = b + " modal " , d . className = " modal hide fade createModalDialog " , d . setAttribute ( " tabindex " , " - 1 " ) , d . setAttribute ( " role " , " dialog " ) , d . setAttribute ( " aria - labelledby " , " myModalLabel " ) , d . setAttribute ( " aria - hidden " , ! 0 ) , d . style . display = " none " , d . onhidden = function ( ) { c ( ) , document . body . removeChild ( d ) } , e . className = " modal - header " , g . className = " arangoHeader " , f . id = b + " modal_dismiss " , f . className = " close " , f . dataDismiss = " modal " , f . ariaHidden = " true " , f . appendChild ( document . createTextNode ( " × " ) ) , g . appendChild ( document . createTextNode ( a ) ) , h . className = " modal - body " , i . id = b + " table " , d . appendChild ( e ) , d . appendChild ( h ) , e . appendChild ( f ) , e . appendChild ( g ) , h . appendChild ( i ) , document . body . appendChild ( d ) , f . onclick = function ( ) { c ( ) , $ ( " # " + b + " modal " ) . modal ( " hide " ) } , { div : d , bodyTable : i } } ; a = function ( a , b , c ) { var d = document . createElement ( " tr " ) , e = document . createElement ( " th " ) , i = document . createElement ( " th " ) ; switch ( a . appendChild ( d ) , d . appendChild ( e ) , e . className = " collectionTh " , c . text ? e . appendChild ( document . createTextNode ( c . text + " : " ) ) : ( e . className + = " capitalize " , c . type & & " extenadable " = = = c . type ? e . appendChild ( document . createTextNode ( c . id + " : " ) ) : e . appendChild ( document . createTextNode ( c . id + " : " ) ) ) , d . appendChild ( i ) , i . className = " collectionTh " , c . type ) { case " text " : i . appendChild ( f ( b + c . id , c . value | | " " ) ) ; break ; case " checkbox " : i . appendChild ( g ( b + c . id , c . selected | | ! 1 ) ) ; break ; case " list " : i . appendChild ( h ( b + c . id , c . objects , c . selected | | void 0 ) ) ; break ; case " extendable " : k ( b , c . id , c . objects , i , a , d ) ; break ; case " decission " : j ( b , c . id , c . group , c . text , c . isDefault , c . interior , i , a ) , e . innerHTML = " " ; break ; default : a . removeChild ( d ) } return d } , modalDialogHelper . modalDivTemplate = function ( a , d , e , f ) { d = d | | " Switch " ; var g = document . createElement ( " div " ) , h = document . createElement ( " button " ) , i = document . createElement ( " button " ) , j = l ( a , e ) ; return g . className = " modal - footer " , h . id = e + " cancel " , h . className = " button - close btn - margin " , h . appendChild ( document . createTextNode ( " Close " ) ) , i . id = e + " submit " , i . className = " button - success " , i . style . marginRight = " 8px " , i . appendChild ( document . createTextNode ( d ) ) , j . div . appendChild ( g ) , g . appendChild ( i ) , g . appendChild ( h ) , h . onclick = function ( ) { c ( ) , $ ( " # " + e + " modal " ) . modal ( " hide " ) } , i . onclick = function ( ) { c ( ) , f ( ) , $ ( " # " + e + " modal " ) . modal ( " hide " ) } , b ( i ) , j . bodyTable } , modalDialogHelper . createModalDialog = function ( b , c , d , e , f ) { var g = modalDialogHelper . modalDivTemplate ( b , f , c , e ) ; _ . each ( d , function ( b ) { a ( g , c , b ) } ) , $ ( " # " + c + " modal " ) . modal ( " show " ) } , modalDialogHelper . createModalChangeDialog = function ( b , c , d , e ) { var f = modalDialogHelper . modalDivTemplate ( b , " Change " , c , e ) ; _ . each ( d , function ( b ) { a ( f , c , b ) } ) , $ ( " # " + c + " modal " ) . modal ( " show " ) } , modalDialogHelper . createModalEditDialog = function ( a , b , c , e ) { d ( a , " Save " , b , c , e ) } , modalDialogHelper . createModalCreateDialog = function ( a , b , c , e ) { d ( a , " Create " , b , c , e ) } , modalDialogHelper . createModalViewDialog = function ( a , b , c , d ) { e ( a , " Edit " , b , c , d ) } , modalDialogHelper . createModalDeleteDialog = function ( a , d , e , f ) { var g = document . createElement ( " div " ) , h = document . createElement ( " button " ) , i = document . createElement ( " button " ) , j = l ( a , d ) ; g . className = " modal - footer " , h . id = d + " cancel " , h . className = " button - close btn - margin " , h . appendChild ( document . createTextNode ( " Close " ) ) , i . id = d + " submit " , i . className = " button - danger " , i . style . marginRight = " 8px " , i . appendChild ( document . createTextNode ( " Delete " ) ) , j . div . appendChild ( g ) , g . appendChild ( i ) , g . appendChild ( h ) , h . onclick = function ( ) { c ( ) , $ ( " # " + d + " modal " ) . modal ( " hide " ) } , i . onclick = function ( ) { c ( ) , f ( e ) , $ ( " # " + d + " modal " ) . modal ( " hide " ) } , b ( i ) , $ ( " # " + d + " modal " ) . modal ( " show " ) } } ( ) ; var uiComponentsHelper = uiComponentsHelper | | { } ; ! function ( ) { " use strict " ; uiComponentsHelper . createButton = function ( a , b , c , d ) { var e = document . createElement ( " li " ) , f = document . createElement ( " button " ) ; e . className = " graph_control " + c , e . id = c , e . appendChild ( f ) , f . className = " button - primary gv_dropdown_entry " , f . appendChild ( document . createTextNode ( b ) ) , a . appendChild ( e ) , f . id = c + " _button " , f . onclick = d } , uiComponentsHelper . createIconButton = function ( a , b , c ) { var d = document . createElement ( " div " ) , e = document . createElement ( " h6 " ) , f = document . createElement ( " h6 " ) ; return d . className = " gv_action_button " , d . id = b , d . onclick = function ( ) { $ ( " . gv_action_button " ) . each ( function ( a , b ) { $ ( b ) . toggleClass ( " active " , ! 1 ) } ) , " control_event_new_node " = = = d . id ? ( $ ( " . node " ) . css ( " cursor " , " pointer " ) , $ ( " . gv - background " ) . css ( " cursor " , " copy " ) ) : " control_event_drag " = = = d . id ? ( $ ( " . node " ) . css ( " cursor " , " - webkit - grabbing " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) : " control_event_expand " = = = d . id ? ( $ ( " . node " ) . css ( " cursor " , " grabbing " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) : " control_event_view " = = = d . id ? ( $ ( " . node " ) . css ( " cursor " , " - webkit - zoom - in " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) : " control_event_edit " = = = d . id ? ( $ ( " . gv - background . node " ) . css ( " cursor " , " context - menu " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) : " control_event_connect " = = = d . id ? ( $ ( " . node " ) . css ( " cursor " , " ne - resize " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) : " control_event_delete " = = = d . id & & ( $ ( " . node " ) . css ( " cursor " , " pointer " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) , $ ( d ) . toggleClass ( " active " , ! 0 ) , c ( ) } , e . className = " fa gv_icon_icon fa - " + a . icon , e . title = a . title , f . className = " gv_button_title " , d . appendChild ( e ) , d . appendChild ( f ) , f . appendChild ( document . createTextNode ( a . title ) ) , d } } ( ) , function ( ) { " use strict " ; var a = null ; window . isCoordinator = function ( b ) { null = = = a ? $ . ajax ( " cluster / amICoordinator " , { async : ! 0 , success : function ( c ) { a = c , b ( ! 1 , c ) } , error : function ( c ) { a = c , b ( ! 0 , c ) } } ) : b ( ! 1 , a ) } , window . versionHelper = { fromString : function ( a ) { var b = a . replace ( / - [ a - zA - Z0 - 9_ \ - ] * $ / g , " " ) . split ( " . " ) ; return { major : parseInt ( b [ 0 ] , 10 ) | | 0 , minor : parseInt ( b [ 1 ] , 10 ) | | 0 , patch : parseInt ( b [ 2 ] , 10 ) | | 0 , toString : function ( ) { return this . major + " . " + this . minor + " . " + this . patch } } } , toString : function ( a ) { return a . major + " . " + a . minor + " . " + a . patch } } , window . arangoHelper = { getCurrentJwt : function ( ) { return localStorage . getItem ( " jwt " ) } , setCurrentJwt : function ( a ) { localStorage . setItem ( " jwt " , a ) } , lastNotificationMessage : null , CollectionTypes : { } , systemAttributes : function ( ) { return { _id : ! 0 , _rev : ! 0 , _key : ! 0 , _bidirectional : ! 0 , _vertices : ! 0 , _from : ! 0 , _to : ! 0 , $ id : ! 0 } } , getCurrentSub : function ( ) { return window . App . naviView . activeSubMenu } , parseError : function ( a , b ) { var c ; try { c = JSON . parse ( b . responseText ) . errorMessage } catch ( d ) { c = d } this . arangoError ( a , c ) } , setCheckboxStatus : function ( a ) { _ . each ( $ ( a ) . find ( " ul " ) . find ( " li " ) , function ( a ) { $ ( a ) . hasClass ( " nav - header " ) | | ( $ ( a ) . find ( " input " ) . attr ( " checked " ) ? $ ( a ) . find ( " i " ) . hasClass ( " css - round - label " ) ? $ ( a ) . find ( " i " ) . addClass ( " fa - dot - circle - o " ) : $ ( a ) . find ( " i " ) . addClass ( " fa - check - square - o " ) : $ ( a ) . find ( " i " ) . hasClass ( " css - round - label " ) ? $ ( a ) . find ( " i " ) . addClass ( " fa - circle - o " ) : $ ( a ) . find ( " i " ) . addClass ( " fa - square - o " ) ) } ) } , parseInput : function ( a ) { var b , c = $ ( a ) . val ( ) ; try { b = JSON . parse ( c ) } catch ( d ) { b = c } return b } , calculateCenterDivHeight : function ( ) { var a = $ ( " . navbar " ) . height ( ) , b = $ ( " . footer " ) . height ( ) , c = $ ( window ) . height ( ) ; return c - b - a - 110 } , fixTooltips : function ( a , b ) { $ ( a ) . tooltip ( { placement : b , hide : ! 1 , show : ! 1 } ) } , currentDatabase : function ( a ) { return frontendConfig . db ? a ( ! 1 , frontendConfig . db ) : a ( ! 0 , void 0 ) , frontendConfig . db } , allHotkeys : { jsoneditor : { name : " AQL editor " , content : [ { label : " Execute Query " , letter : " Ctrl / Cmd + Return " } , { label : " Explain Query " , letter : " Ctrl / Cmd + Shift + Return " } , { label : " Save Query " , letter : " Ctrl / Cmd + Shift + S " } , { label : " Open search " , letter : " Ctrl + Space " } , { label : " Toggle comments " , letter : " Ctrl / Cmd + Shift + C " } , { label : " Undo " , letter : " Ctrl / Cmd + Z " } , { label : " Redo " , letter : " Ctrl / Cmd + Shift + Z " } ] } , doceditor : { name : " Document editor " , content : [ { label : " Insert " , letter : " Ctrl + Insert " } , { label : " Save " , letter : " Ctrl + Return , Cmd + Return " } , { label : " Append " , letter : " Ctrl + Shift + Insert " } , { label : " Duplicate " , letter : " Ctrl + D " } , { label : " Remove " , letter : " Ctrl + Delete " } ] } , modals : { name : " Modal " , content : [ { label : " Submit " , letter : " Return " } , { label : " Close " , letter : " Esc " } , { label : " Navigate buttons " , letter : " Arrow keys " } , { label : " Navigate content " , letter : " Tab " } ] } } , hotkeysFunctions : { scrollDown : function ( ) { window . scrollBy ( 0 , 180 ) } , scrollUp : function ( ) { window . scrollBy ( 0 , - 180 ) } , showHotkeysModal : function ( ) { var a = [ ] , b = window . arangoHelper . allHotkeys ; window . modalView . show ( " modalHotkeys . ejs " , " Keyboard Shortcuts " , a , b ) } } , buildSubNavBar : function ( a ) { $ ( " # subNavigationBar . bottom " ) . html ( " " ) ; var b ; _ . each ( a , function ( a , c ) { b = " " , a . active & & ( b + = " active " ) , a . disabled & & ( b + = " disabled " ) , $ ( " # subNavigationBar . bottom " ) . append ( ' < li class = " subMenuEntry ' + b + ' " > < a > ' + c + " < / a > < / li > " ) , a . disabled | | $ ( " # subNavigationBar . bottom " ) . children ( ) . last ( ) . bind ( " click " , function ( ) { window . App . navigate ( a . route , { trigger : ! 0 } ) } ) } ) } , buildNodeSubNav : function ( a , b , c ) { var d = { Dashboard : { route : " # node / " + encodeURIComponent ( a ) } , Logs : { route : " # nLogs / " + encodeURIComponent ( a ) , disabled : ! 0 } } ; d [ b ] . active = ! 0 , d [ c ] . disabled = ! 0 , this . buildSubNavBar ( d ) } , scaleability : void 0 , buildNodesSubNav : function ( a ) { if ( void 0 = = = this . scaleability ) { var b = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _admin / cluster / numberOfServers " ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { null ! = = a . numberOfCoordinators & & null ! = = a . numberOfDBServers ? ( b . scaleability = ! 0 , b . buildNodesSubNav ( ) ) : b . scaleability = ! 1 } } ) } var c = { Coordinators : { route : " # cNodes " } , DBServers : { route : " # dNodes " } } ; c . Scale = { route : " # sNodes " , disabled : ! 0 } , " coordinator " = = = a ? c . Coordinators . active = ! 0 : " scale " = = = a ? this . scaleability = = = ! 0 ? c . Scale . active = ! 0 : window . App . navigate ( " # nodes " , { trigger : ! 0 } ) : c . DBServers . active = ! 0 , this . scaleability = = = ! 0 & & ( c . Scale . disabled = ! 1 ) , this . buildSubNavBar ( c ) } , buildCollectionSubNav : function ( a , b ) { var c = " # collection / " + encodeURIComponent ( a ) , d = { Content : { route : c + " / documents / 1 " } , Indices : { route : " # cIndices / " + encodeURIComponent ( a ) } , Info : { route : " # cInfo / " + encodeURIComponent ( a ) } , Settings : { route : " # cSettings / " + encodeURIComponent ( a ) } } ; d [ b ] . active = ! 0 , this . buildSubNavBar ( d ) } , enableKeyboardHotkeys : function ( a ) { var b = window . arangoHelper . hotkeysFunctions ; a = = = ! 0 & & ( $ ( document ) . on ( " keydown " , null , " j " , b . scrollDown ) , $ ( document ) . on ( " keydown " , null , " k " , b . scrollUp ) ) } , databaseAllowed : function ( a ) { var b = function ( b , c ) { b ? arangoHelper . arangoError ( " " , " " ) : $ . ajax ( { type : " GET " , cache : ! 1 , url : this . databaseUrl ( " / _api / database / " , c ) , contentType : " application / json " , processData : ! 1 , success : function ( ) { a ( ! 1 , ! 0 ) } , error : function ( ) { a ( ! 0 , ! 1 ) } } ) } . bind ( this ) ; this . currentDatabase ( b ) } , arangoNotification : function ( a , b , c ) { window . App . notificationList . add ( { title : a , content : b , info : c , type : " success " } ) } , arangoError : function ( a , b , c ) { window . App . notificationList . add ( { title : a , content : b , info : c , type : " error " } ) } , arangoWarning : function ( a , b , c ) { window . App . notificationList . add ( { title : a , content : b , info : c , type : " warning " } ) } , hideArangoNotifications : function ( ) { $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) } , openDocEditor : function ( a , b , c ) { var d = a . split ( " / " ) , e = this , f = new window . DocumentView ( { collection : window . App . arangoDocumentStore } ) ; f . breadcrumb = function ( ) { } , f . colid = d [ 0 ] , f . docid = d [ 1 ] , f . el = " . arangoFrame . innerDiv " , f . render ( ) , f . setType ( b ) , $ ( " . arangoFrame . headerBar " ) . remove ( ) , $ ( " . arangoFrame . outerDiv " ) . prepend ( ' < i class = " fa fa - times " > < / i > ' ) , $ ( " . arangoFrame . outerDiv " ) . click ( function ( ) { e . closeDocEditor ( ) } ) , $ ( " . arangoFrame . innerDiv " ) . click ( function ( a ) { a . stopPropagation ( ) } ) , $ ( " . fa - times " ) . click ( function ( ) { e . closeDocEditor ( ) } ) , $ ( " . arangoFrame " ) . show ( ) , f . customView = ! 0 , f . customDeleteFunction = function ( ) { window . modalView . hide ( ) , $ ( " . arangoFrame " ) . hide ( ) } , $ ( " . arangoFrame # deleteDocumentButton " ) . click ( function ( ) { f . deleteDocumentModal ( ) } ) , $ ( " . arangoFrame # saveDocumentButton " ) . click ( function ( ) { f . saveDocument ( ) } ) , $ ( " . arangoFrame # deleteDocumentButton " ) . css ( " display " , " none " ) } , closeDocEditor : function ( ) { $ ( " . arangoFrame . outerDiv . fa - times " ) . remove ( ) , $ ( " . arangoFrame " ) . hide ( ) } , addAardvarkJob : function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " POST " , url : this . databaseUrl ( " / _admin / aardvark / job " ) , data : JSON . stringify ( a ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { b & & b ( ! 1 , a ) } , error : function ( a ) { b & & b ( ! 0 , a ) } } ) } , deleteAardvarkJob : function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , url : this . databaseUrl ( " / _admin / aardvark / job / " + encodeURIComponent ( a ) ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { b & & b ( ! 1 , a ) } , error : function ( a ) { b & & b ( ! 0 , a ) } } ) } , deleteAllAardvarkJobs : function ( a ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , url : this . databaseUrl ( " / _admin / aardvark / job " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a & & a ( ! 1 , b ) } , error : function ( b ) { a & & a ( ! 0 , b ) } } ) } , getAardvarkJobs : function ( a ) { $ . ajax ( { cache : ! 1 , type : " GET " , url : this . databaseUrl ( " / _admin / aardvark / job " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a & & a ( ! 1 , b ) } , error : function ( b ) { console . log ( " error " ) , a & & a ( ! 0 , b ) } } ) } , getPendingJobs : function ( a ) { $ . ajax ( { cache : ! 1 , type : " GET " , url : this . databaseUrl ( " / _api / job / pending " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , syncAndReturnUninishedAardvarkJobs : function ( a , b ) { var c = function ( c , d ) { if ( c ) b ( ! 0 ) ; else { var e = function ( c , e ) { if ( c ) arangoHelper . arangoError ( " " , " " ) ; else { var f = [ ] ; e . length > 0 ? _ . each ( d , function ( b ) { if ( b . type = = = a | | void 0 = = = b . type ) { var c = ! 1 ; _ . each ( e , function ( a ) { b . id = = = a & & ( c = ! 0 ) } ) , c ? f . push ( { collection : b . collection , id : b . id , type : b . type , desc : b . desc } ) : window . arangoHelper . deleteAardvarkJob ( b . id ) } } ) : d . length > 0 & & this . deleteAllAardvarkJobs ( ) , b ( ! 1 , f ) } } . bind ( this ) ; this . getPendingJobs ( e ) } } . bind ( this ) ; this . getAardvarkJobs ( c ) } , getRandomToken : function ( ) { return Math . round ( ( new Date ) . getTime ( ) ) } , isSystemAttribute : function ( a ) { var b = this . systemAttributes ( ) ; return b [ a ] } , isSystemCollection : function ( a ) { return " _ " = = = a . name . substr ( 0 , 1 ) } , setDocumentStore : function ( a ) { this . arangoDocumentStore = a } , collectionApiType : function ( a , b , c ) { if ( b | | void 0 = = = this . CollectionTypes [ a ] ) { var d = function ( b , c , d ) { b ? arangoHelper . arangoError ( " Error " , " Could not detect collection type " ) : ( this . CollectionTypes [ a ] = c . type , 3 = = = this . CollectionTypes [ a ] ? d ( ! 1 , " edge " ) : d ( ! 1 , " document " ) ) } . bind ( this ) ; this . arangoDocumentStore . getCollectionInfo ( a , d , c ) } else c ( ! 1 , this . CollectionTypes [ a ] ) } , collectionType : function ( a ) { if ( ! a | | " " = = = a . name ) return " - " ; var b ; return b = 2 = = = a . type ? " document " : 3 = = = a . type ? " edge " : " unknown " , this . isSystemCollection ( a ) & & ( b + = " ( system ) " ) , b } , formatDT : function ( a ) { var b = function ( a ) { return 10 > a ? " 0 " + a : a } ; return a . getUTCFullYear ( ) + " - " + b ( a . getUTCMonth ( ) + 1 ) + " - " + b ( a . getUTCDate ( ) ) + " " + b ( a . getUTCHours ( ) ) + " : " + b ( a . getUTCMinutes ( ) ) + " : " + b ( a . getUTCSeconds ( ) ) } , escapeHtml : function ( a ) { return String ( a ) . replace ( / & / g , " & amp ; " ) . replace ( / < / g , " & lt ; " ) . replace ( / > / g , " & gt ; " ) . replace ( / " / g , " & quot ; " ) . replace ( / ' / g , " & # 39 ; " ) } , backendUrl : function ( a ) { return frontendConfig . basePath + a } , databaseUrl : function ( a , b ) { if ( " / _db / " = = = a . substr ( 0 , 5 ) ) throw new Error ( " Calling databaseUrl with a databased url ( " + a + " ) doesn ' t make any sense " ) ; return b | | ( b = " _system " , frontendConfig . db & & ( b = frontendConfig . db ) ) , this . backendUrl ( " / _db / " + encodeURIComponent ( b ) + a ) } } } ( ) , function ( ) { " use strict " ; if ( ! window . hasOwnProperty ( " TEST_BUILD " ) ) { var a = function ( ) { var a = { } ; return a . createTemplate = function ( a ) { var b = $ ( " # " + a . replace ( " . " , " \ \ . " ) ) . html ( ) ; return { render : function ( a ) { var c = _ . template ( b ) ; return c = c ( a ) } } } , a } ; window . templateEngine = new a } } ( ) , function ( ) { " use strict " ; window . dygraphConfig = { defaultFrame : 12e5 , zeropad : function ( a ) { return 10 > a ? " 0 " + a : a } , xAxisFormat : function ( a ) { if ( - 1 = = = a ) return " " ; var b = new Date ( a ) ; return this . zeropad ( b . getHours ( ) ) + " : " + this . zeropad ( b . getMinutes ( ) ) + " : " + this . zeropad ( b . getSeconds ( ) ) } , mergeObjects : function ( a , b , c ) { c | | ( c = [ ] ) ; var d , e = { } ; return c . forEach ( function ( c ) { var d = a [ c ] , f = b [ c ] ; void 0 = = = d & & ( d = { } ) , void 0 = = = f & & ( f = { } ) , e [ c ] = _ . extend ( d , f ) } ) , d = _ . extend ( a , b ) , Object . keys ( e ) . forEach ( function ( a ) { d [ a ] = e [ a ] } ) , d } , mapStatToFigure : { residentSize : [ " times " , " residentSizePercent " ] , pageFaults : [ " times " , " majorPageFaultsPerSecond " , " minorPageFaultsPerSecond " ] , systemUserTime : [ " times " , " systemTimePerSecond " , " userTimePerSecond " ] , totalTime : [ " times " , " avgQueueTime " , " avgRequestTime " , " avgIoTime " ] , dataTransfer : [ " times " , " bytesSentPerSecond " , " bytesReceivedPerSecond " ] , requests : [ " times " , " getsPerSecond " , " putsPerSecond " , " postsPerSecond " , " deletesPerSecond " , " patchesPerSecond " , " headsPerSecond " , " optionsPerSecond " , " othersPerSecond " ] } , colors : [ " rgb ( 95 , 194 , 135 ) " , " rgb ( 238 , 190 , 77 ) " , " # 81ccd8 " , " # 7ca530 " , " # 3c3c3c " , " # aa90bd " , " # e1811d " , " # c7d4b2 " , " # d0b2d4 " ] , figureDependedOptions : { clusterRequestsPerSecond : { showLabelsOnHighlight : ! 0 , title : " " , header : " Cluster Requests per Second " , stackedGraph : ! 0 , div : " lineGraphLegend " , labelsKMG2 : ! 1 , axes : { y : { valueFormatter : function ( a ) { return parseFloat ( a . toPrecision ( 3 ) ) } , axisLabelFormatter : function ( a ) { return 0 = = = a ? 0 : parseFloat ( a . toPrecision ( 3 ) ) } } } } , residentSize : { header : " Memory " , axes : { y : { labelsKMG2 : ! 1 , axisLabelFormatter : function ( a ) { return parseFloat ( 100 * a . toPrecision ( 3 ) ) + " % " } , valueFormatter : function ( a ) { return parseFloat ( 100 * a . toPrecision ( 3 ) ) + " % " } } } } , pageFaults : { header : " Page Faults " , visibility : [ ! 0 , ! 1 ] , labels : [ " datetime " , " Major Page " , " Minor Page " ] , div : " pageFaultsChart " , labelsKMG2 : ! 1 , axes : { y : { valueFormatter : function ( a ) { return parseFloat ( a . toPrecision ( 3 ) ) } , axisLabelFormatter : function ( a ) { return 0 = = = a ? 0 : parseFloat ( a . toPrecision ( 3 ) ) } } } } , systemUserTime : { div : " systemUserTimeChart " , header : " System and User Time " , labels : [ " datetime " , " System Time " , " User Time " ] , stackedGraph : ! 0 , labelsKMG2 : ! 1 , axes : { y : { valueFormatter : function ( a ) { return parseFloat ( a . toPrecision ( 3 ) ) } , axisLabelFormatter : function ( a ) { return 0 = = = a ? 0 : parseFloat ( a . toPrecision ( 3 ) ) } } } } , totalTime : { div : " totalTimeChart " , header : " Total Time " , labels : [ " datetime " , " Queue " , " Computation " , " I / O " ] , labelsKMG2 : ! 1 , axes : { y : { valueFormatter : function ( a ) { return parseFloat ( a . toPrecision ( 3 ) ) } , axisLabelFormatter : function ( a ) { return 0 = = = a ? 0 : parseFloat ( a . toPrecision ( 3 ) ) } } } , stackedGraph : ! 0 } , dataTransfer : { header : " Data Transfer " , labels : [ " datetime " , " Bytes sent " , " Bytes received " ] , stackedGraph : ! 0 , div : " dataTransferChart " } , requests : { header : " Requests " , labels : [ " datetime " , " Reads " , " Writes " ] , stackedGraph : ! 0 , div : " requestsChart " , axes : { y : { valueFormatter : function ( a ) { return parseFloat ( a . toPrecision ( 3 ) ) } , axisLabelFormatter : function ( a ) { return 0 = = = a ? 0 : parseFloat ( a . toPrecision ( 3 ) ) } } } } } , getDashBoardFigures : function ( a ) { var b = [ ] , c = this ; return Object . keys ( this . figureDependedOptions ) . forEach ( function ( d ) { " clusterRequestsPerSecond " ! = = d & & ( c . figureDependedOptions [ d ] . div | | a ) & & b . push ( d ) } ) , b } , getDefaultConfig : function ( a ) { var b = this , c = { digitsAfterDecimal : 1 , drawGapPoints : ! 0 , fillGraph : ! 0 , fillAlpha : . 85 , showLabelsOnHighlight : ! 1 , strokeWidth : 0 , lineWidth : 0 , strokeBorderWidth : 0 , includeZero : ! 0 , highlightCircleSize : 2 . 5 , labelsSeparateLines : ! 0 , strokeBorderColor : " rgba ( 0 , 0 , 0 , 0 ) " , interactionModel : { } , maxNumberWidth : 10 , colors : [ this . colors [ 0 ] ] , xAxisLabelWidth : " 50 " , rightGap : 15 , showRangeSelector : ! 1 , rangeSelectorHeight : 50 , rangeSelectorPlotStrokeColor : " # 365300 " , rangeSelectorPlotFillColor : " " , pixelsPerLabel : 50 , labelsKMG2 : ! 0 , dateWindow : [ ( new Date ) . getTime ( ) - this . defaultFrame , ( new Date ) . getTime ( ) ] , axes : { x : { valueFormatter : function ( a ) { return b . xAxisFormat ( a ) } } , y : { ticker : Dygraph . numericLinearTicks } } } ; return this . figureDependedOptions [ a ] & & ( c = this . mergeObjects ( c , this . figureDependedOptions [ a ] , [ " axes " ] ) , c . div & & c . labels & & ( c . colors = this . getColors ( c . labels ) , c . labelsDiv = document . getElementById ( c . div + " Legend " ) , c . legend = " always " , c . showLabelsOnHighlight = ! 0 ) ) , c } , getDetailChartConfig : function ( a ) { var b = _ . extend ( this . getDefaultConfig ( a ) , { showRangeSelector : ! 0 , interactionModel : null , showLabelsOnHighlight : ! 0 , highlightCircleSize : 2 . 5 , legend : " always " , labelsDiv : " div # detailLegend . dashboard - legend - inner " } ) ; return " pageFaults " = = = a & & ( b . visibility = [ ! 0 , ! 0 ] ) , b . labels | | ( b . labels = [ " datetime " , b . header ] , b . colors = this . getColors ( b . labels ) ) , b } , getColors : function ( a ) { var b ; return b = this . colors . concat ( [ ] ) , b . slice ( 0 , a . length - 1 ) } } } ( ) , function ( ) { " use strict " ; window . arangoCollectionModel = Backbone . Model . extend ( { idAttribute : " name " , urlRoot : arangoHelper . databaseUrl ( " / _api / collection " ) , defaults : { id : " " , name : " " , status : " " , type : " " , isSystem : ! 1 , picture : " " , locked : ! 1 , desc : void 0 } , getProperties : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / collection / " + encodeURIComponent ( this . get ( " id " ) ) + " / properties " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , getFigures : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / figures " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( ) { a ( ! 0 ) } } ) } , getRevision : function ( a , b ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / revision " ) , contentType : " application / json " , processData : ! 1 , success : function ( c ) { a ( ! 1 , c , b ) } , error : function ( ) { a ( ! 0 ) } } ) } , getIndex : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / index / ? collection = " + this . get ( " id " ) ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , createIndex : function ( a , b ) { var c = this ; $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / index ? collection = " + c . get ( " id " ) ) , headers : { " x - arango - async " : " store " } , data : JSON . stringify ( a ) , contentType : " application / json " , processData : ! 1 , success : function ( a , d , e ) { e . getResponseHeader ( " x - arango - async - id " ) ? ( window . arangoHelper . addAardvarkJob ( { id : e . getResponseHeader ( " x - arango - async - id " ) , type : " index " , desc : " Creating Index " , collection : c . get ( " id " ) } ) , b ( ! 1 , a ) ) : b ( ! 0 , a ) } , error : function ( a ) { b ( ! 0 , a ) } } ) } , deleteIndex : function ( a , b ) { var c = this ; $ . ajax ( { cache : ! 1 , type : " DELETE " , url : arangoHelper . databaseUrl ( " / _api / index / " + this . get ( " name " ) + " / " + encodeURIComponent ( a ) ) , headers : { " x - arango - async " : " store " } , success : function ( a , d , e ) { e . getResponseHeader ( " x - arango - async - id " ) ? ( window . arangoHelper . addAardvarkJob ( { id : e . getResponseHeader ( " x - arango - async - id " ) , type : " index " , desc : " Removing Index " , collection : c . get ( " id " ) } ) , b ( ! 1 , a ) ) : b ( ! 0 , a ) } , error : function ( a ) { b ( ! 0 , a ) } } ) , b ( ) } , truncateCollection : function ( ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / truncate " ) , success : function ( ) { arangoHelper . arangoNotification ( " Collection truncated . " ) } , error : function ( ) { arangoHelper . arangoError ( " Collection error . " ) } } ) } , loadCollection : function ( a ) { $ . ajax ( { cache : ! 1 , <nl> - type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / load " ) , success : function ( ) { a ( ! 1 ) } , error : function ( ) { a ( ! 0 ) } } ) , a ( ) } , unloadCollection : function ( a ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / unload ? flush = true " ) , success : function ( ) { a ( ! 1 ) } , error : function ( ) { a ( ! 0 ) } } ) , a ( ) } , renameCollection : function ( a , b ) { var c = this ; $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / rename " ) , data : JSON . stringify ( { name : a } ) , contentType : " application / json " , processData : ! 1 , success : function ( ) { c . set ( " name " , a ) , b ( ! 1 ) } , error : function ( a ) { b ( ! 0 , a ) } } ) } , changeCollection : function ( a , b , c , d ) { var e = ! 1 ; " true " = = = a ? a = ! 0 : " false " = = = a & & ( a = ! 1 ) ; var f = { waitForSync : a , journalSize : parseInt ( b ) , indexBuckets : parseInt ( c ) } ; return $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / properties " ) , data : JSON . stringify ( f ) , contentType : " application / json " , processData : ! 1 , success : function ( ) { d ( ! 1 ) } , error : function ( a ) { d ( ! 1 , a ) } } ) , e } } ) } ( ) , window . DatabaseModel = Backbone . Model . extend ( { idAttribute : " name " , initialize : function ( ) { " use strict " } , isNew : function ( ) { " use strict " ; return ! 1 } , sync : function ( a , b , c ) { " use strict " ; return " update " = = = a & & ( a = " create " ) , Backbone . sync ( a , b , c ) } , url : arangoHelper . databaseUrl ( " / _api / database " ) , defaults : { } } ) , window . arangoDocumentModel = Backbone . Model . extend ( { initialize : function ( ) { " use strict " } , urlRoot : arangoHelper . databaseUrl ( " / _api / document " ) , defaults : { _id : " " , _rev : " " , _key : " " } , getSorted : function ( ) { " use strict " ; var a = this , b = Object . keys ( a . attributes ) . sort ( function ( a , b ) { var c = arangoHelper . isSystemAttribute ( a ) , d = arangoHelper . isSystemAttribute ( b ) ; return c ! = = d ? c ? - 1 : 1 : b > a ? - 1 : 1 } ) , c = { } ; return _ . each ( b , function ( b ) { c [ b ] = a . attributes [ b ] } ) , c } } ) , function ( ) { " use strict " ; window . ArangoQuery = Backbone . Model . extend ( { urlRoot : arangoHelper . databaseUrl ( " / _api / user " ) , defaults : { name : " " , type : " custom " , value : " " } } ) } ( ) , window . Replication = Backbone . Model . extend ( { defaults : { state : { } , server : { } } , initialize : function ( ) { } } ) , window . Statistics = Backbone . Model . extend ( { defaults : { } , url : function ( ) { " use strict " ; return " / _admin / statistics " } } ) , window . StatisticsDescription = Backbone . Model . extend ( { defaults : { figures : " " , groups : " " } , url : function ( ) { " use strict " ; return " / _admin / statistics - description " } } ) , window . Users = Backbone . Model . extend ( { defaults : { user : " " , active : ! 1 , extra : { } } , idAttribute : " user " , parse : function ( a ) { return this . isNotNew = ! 0 , a } , isNew : function ( ) { return ! this . isNotNew } , url : function ( ) { return this . isNew ( ) ? arangoHelper . databaseUrl ( " / _api / user " ) : " " ! = = this . get ( " user " ) ? arangoHelper . databaseUrl ( " / _api / user / " + this . get ( " user " ) ) : arangoHelper . databaseUrl ( " / _api / user " ) } , checkPassword : function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / user / " + this . get ( " user " ) ) , data : JSON . stringify ( { passwd : a } ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { b ( ! 1 , a ) } , error : function ( a ) { b ( ! 0 , a ) } } ) } , setPassword : function ( a ) { $ . ajax ( { cache : ! 1 , type : " PATCH " , url : arangoHelper . databaseUrl ( " / _api / user / " + this . get ( " user " ) ) , data : JSON . stringify ( { passwd : a } ) , contentType : " application / json " , processData : ! 1 } ) } , setExtras : function ( a , b , c ) { $ . ajax ( { cache : ! 1 , type : " PATCH " , url : arangoHelper . databaseUrl ( " / _api / user / " + this . get ( " user " ) ) , data : JSON . stringify ( { extra : { name : a , img : b } } ) , contentType : " application / json " , processData : ! 1 , success : function ( ) { c ( ! 1 ) } , error : function ( ) { c ( ! 0 ) } } ) } } ) , function ( ) { " use strict " ; window . ClusterCoordinator = Backbone . Model . extend ( { defaults : { name : " " , status : " ok " , address : " " , protocol : " " } , idAttribute : " name " , forList : function ( ) { return { name : this . get ( " name " ) , status : this . get ( " status " ) , url : this . get ( " url " ) } } } ) } ( ) , function ( ) { " use strict " ; window . ClusterServer = Backbone . Model . extend ( { defaults : { name : " " , address : " " , role : " " , status : " ok " } , idAttribute : " name " , forList : function ( ) { return { name : this . get ( " name " ) , address : this . get ( " address " ) , status : this . get ( " status " ) } } } ) } ( ) , function ( ) { " use strict " ; window . Coordinator = Backbone . Model . extend ( { defaults : { address : " " , protocol : " " , name : " " , status : " " } } ) } ( ) , function ( ) { " use strict " ; window . CurrentDatabase = Backbone . Model . extend ( { url : arangoHelper . databaseUrl ( " / _api / database / current " , frontendConfig . db ) , parse : function ( a ) { return a . result } } ) } ( ) , function ( ) { " use strict " ; var a = function ( a , b , c , d , e , f ) { var g = { contentType : " application / json " , processData : ! 1 , type : c } ; b = b | | function ( ) { } , f = _ . extend ( { mount : a . encodedMount ( ) } , f ) ; var h = _ . reduce ( f , function ( a , b , c ) { return a + encodeURIComponent ( c ) + " = " + encodeURIComponent ( b ) + " & " } , " ? " ) ; g . url = arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes " + ( d ? " / " + d : " " ) + h . slice ( 0 , h . length - 1 ) ) , void 0 ! = = e & & ( g . data = JSON . stringify ( e ) ) , $ . ajax ( g ) . then ( function ( a ) { b ( null , a ) } , function ( a ) { window . xhr = a , b ( _ . extend ( a . status ? new Error ( a . responseJSON ? a . responseJSON . errorMessage : a . responseText ) : new Error ( " Network Error " ) , { statusCode : a . status } ) ) } ) } ; window . Foxx = Backbone . Model . extend ( { idAttribute : " mount " , defaults : { author : " Unknown Author " , name : " " , version : " Unknown Version " , description : " No description " , license : " Unknown License " , contributors : [ ] , scripts : { } , config : { } , deps : { } , git : " " , system : ! 1 , development : ! 1 } , isNew : function ( ) { return ! 1 } , encodedMount : function ( ) { return encodeURIComponent ( this . get ( " mount " ) ) } , destroy : function ( b , c ) { a ( this , c , " DELETE " , void 0 , void 0 , b ) } , isBroken : function ( ) { return ! 1 } , needsAttention : function ( ) { return this . isBroken ( ) | | this . needsConfiguration ( ) | | this . hasUnconfiguredDependencies ( ) } , needsConfiguration : function ( ) { return _ . any ( this . get ( " config " ) , function ( a ) { return void 0 = = = a . current & & a . required ! = = ! 1 } ) } , hasUnconfiguredDependencies : function ( ) { return _ . any ( this . get ( " deps " ) , function ( a ) { return void 0 = = = a . current & & a . definition . required ! = = ! 1 } ) } , getConfiguration : function ( b ) { a ( this , function ( a , c ) { a | | this . set ( " config " , c ) , " function " = = typeof b & & b ( a , c ) } . bind ( this ) , " GET " , " config " ) } , setConfiguration : function ( b , c ) { a ( this , c , " PATCH " , " config " , b ) } , getDependencies : function ( b ) { a ( this , function ( a , c ) { a | | this . set ( " deps " , c ) , " function " = = typeof b & & b ( a , c ) } . bind ( this ) , " GET " , " deps " ) } , setDependencies : function ( b , c ) { a ( this , c , " PATCH " , " deps " , b ) } , toggleDevelopment : function ( b , c ) { a ( this , function ( a , d ) { a | | this . set ( " development " , b ) , " function " = = typeof c & & c ( a , d ) } . bind ( this ) , " PATCH " , " devel " , b ) } , runScript : function ( b , c , d ) { a ( this , d , " POST " , " scripts / " + b , c ) } , runTests : function ( b , c ) { a ( this , function ( a , b ) { " function " = = typeof c & & c ( a ? a . responseJSON : a , b ) } . bind ( this ) , " POST " , " tests " , b ) } , isSystem : function ( ) { return this . get ( " system " ) } , isDevelopment : function ( ) { return this . get ( " development " ) } , download : function ( ) { window . open ( arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes / download / zip ? mount = " + this . encodedMount ( ) ) ) } , fetchThumbnail : function ( a ) { var b = new XMLHttpRequest ; b . responseType = " blob " , b . onload = function ( ) { this . thumbnailUrl = URL . createObjectURL ( b . response ) , a ( ) } . bind ( this ) , b . onerror = a , b . open ( " GET " , " foxxes / thumbnail ? mount = " + this . encodedMount ( ) ) , b . setRequestHeader ( " Authorization " , " bearer " + window . arangoHelper . getCurrentJwt ( ) ) , b . send ( ) } } ) } ( ) , function ( ) { " use strict " ; window . Graph = Backbone . Model . extend ( { idAttribute : " _key " , urlRoot : arangoHelper . databaseUrl ( " / _api / gharial " ) , isNew : function ( ) { return ! this . get ( " _id " ) } , parse : function ( a ) { return a . graph | | a } , addEdgeDefinition : function ( a ) { $ . ajax ( { async : ! 1 , type : " POST " , url : this . urlRoot + " / " + this . get ( " _key " ) + " / edge " , data : JSON . stringify ( a ) } ) } , deleteEdgeDefinition : function ( a ) { $ . ajax ( { async : ! 1 , type : " DELETE " , url : this . urlRoot + " / " + this . get ( " _key " ) + " / edge / " + a } ) } , modifyEdgeDefinition : function ( a ) { $ . ajax ( { async : ! 1 , type : " PUT " , url : this . urlRoot + " / " + this . get ( " _key " ) + " / edge / " + a . collection , data : JSON . stringify ( a ) } ) } , addVertexCollection : function ( a ) { $ . ajax ( { async : ! 1 , type : " POST " , url : this . urlRoot + " / " + this . get ( " _key " ) + " / vertex " , data : JSON . stringify ( { collection : a } ) } ) } , deleteVertexCollection : function ( a ) { $ . ajax ( { async : ! 1 , type : " DELETE " , url : this . urlRoot + " / " + this . get ( " _key " ) + " / vertex / " + a } ) } , defaults : { name : " " , edgeDefinitions : [ ] , orphanCollections : [ ] } } ) } ( ) , function ( ) { " use strict " ; window . newArangoLog = Backbone . Model . extend ( { defaults : { lid : " " , level : " " , timestamp : " " , text : " " , totalAmount : " " } , getLogStatus : function ( ) { switch ( this . get ( " level " ) ) { case 1 : return " Error " ; case 2 : return " Warning " ; case 3 : return " Info " ; case 4 : return " Debug " ; default : return " Unknown " } } } ) } ( ) , function ( ) { " use strict " ; window . Notification = Backbone . Model . extend ( { defaults : { title : " " , date : 0 , content : " " , priority : " " , tags : " " , seen : ! 1 } } ) } ( ) , function ( ) { " use strict " ; window . queryManagementModel = Backbone . Model . extend ( { defaults : { id : " " , query : " " , started : " " , runTime : " " } } ) } ( ) , function ( ) { " use strict " ; window . workMonitorModel = Backbone . Model . extend ( { defaults : { name : " " , number : " " , status : " " , type : " " } } ) } ( ) , function ( ) { " use strict " ; window . AutomaticRetryCollection = Backbone . Collection . extend ( { _retryCount : 0 , checkRetries : function ( ) { var a = this ; return this . updateUrl ( ) , this . _retryCount > 10 ? ( window . setTimeout ( function ( ) { a . _retryCount = 0 } , 1e4 ) , window . App . clusterUnreachable ( ) , ! 1 ) : ! 0 } , successFullTry : function ( ) { this . _retryCount = 0 } , failureTry : function ( a , b , c ) { 401 = = = c . status ? window . App . requestAuth ( ) : ( window . App . clusterPlan . rotateCoordinator ( ) , this . _retryCount + + , a ( ) ) } } ) } ( ) , function ( ) { " use strict " ; window . PaginatedCollection = Backbone . Collection . extend ( { page : 0 , pagesize : 10 , totalAmount : 0 , getPage : function ( ) { return this . page + 1 } , setPage : function ( a ) { return a > = this . getLastPageNumber ( ) ? void ( this . page = this . getLastPageNumber ( ) - 1 ) : 1 > a ? void ( this . page = 0 ) : void ( this . page = a - 1 ) } , getLastPageNumber : function ( ) { return Math . max ( Math . ceil ( this . totalAmount / this . pagesize ) , 1 ) } , getOffset : function ( ) { return this . page * this . pagesize } , getPageSize : function ( ) { return this . pagesize } , setPageSize : function ( a ) { if ( " all " = = = a ) this . pagesize = " all " ; else try { a = parseInt ( a , 10 ) , this . pagesize = a } catch ( b ) { } } , setToFirst : function ( ) { this . page = 0 } , setToLast : function ( ) { this . setPage ( this . getLastPageNumber ( ) ) } , setToPrev : function ( ) { this . setPage ( this . getPage ( ) - 1 ) } , setToNext : function ( ) { this . setPage ( this . getPage ( ) + 1 ) } , setTotal : function ( a ) { this . totalAmount = a } , getTotal : function ( ) { return this . totalAmount } , setTotalMinusOne : function ( ) { this . totalAmount - - } } ) } ( ) , window . ClusterStatisticsCollection = Backbone . Collection . extend ( { model : window . Statistics , url : " / _admin / statistics " , updateUrl : function ( ) { this . url = window . App . getNewRoute ( this . host ) + this . url } , initialize : function ( a , b ) { this . host = b . host , window . App . registerForUpdate ( this ) } } ) , function ( ) { " use strict " ; window . arangoCollections = Backbone . Collection . extend ( { url : arangoHelper . databaseUrl ( " / _api / collection " ) , model : arangoCollectionModel , searchOptions : { searchPhrase : null , includeSystem : ! 1 , includeDocument : ! 0 , includeEdge : ! 0 , includeLoaded : ! 0 , includeUnloaded : ! 0 , sortBy : " name " , sortOrder : 1 } , translateStatus : function ( a ) { switch ( a ) { case 0 : return " corrupted " ; case 1 : return " new born collection " ; case 2 : return " unloaded " ; case 3 : return " loaded " ; case 4 : return " unloading " ; case 5 : return " deleted " ; case 6 : return " loading " ; default : return } } , translateTypePicture : function ( a ) { var b = " " ; switch ( a ) { case " document " : b + = " fa - file - text - o " ; break ; case " edge " : b + = " fa - share - alt " ; break ; case " unknown " : b + = " fa - question " ; break ; default : b + = " fa - cogs " } return b } , parse : function ( a ) { var b = this ; return _ . each ( a . result , function ( a ) { a . isSystem = arangoHelper . isSystemCollection ( a ) , a . type = arangoHelper . collectionType ( a ) , a . status = b . translateStatus ( a . status ) , a . picture = b . translateTypePicture ( a . type ) } ) , a . result } , getPosition : function ( a ) { var b , c = this . getFiltered ( this . searchOptions ) , d = null , e = null ; for ( b = 0 ; b < c . length ; + + b ) c [ b ] . get ( " name " ) = = = a & & ( b > 0 & & ( d = c [ b - 1 ] ) , b < c . length - 1 & & ( e = c [ b + 1 ] ) ) ; return { prev : d , next : e } } , getFiltered : function ( a ) { var b = [ ] , c = [ ] ; if ( null ! = = a . searchPhrase ) { var d = a . searchPhrase . toLowerCase ( ) ; d = d . replace ( / \ s + / g , " " ) . replace ( / ( ^ \ s + | \ s + $ ) / g , " " ) , c = d . split ( " " ) } return this . models . forEach ( function ( d ) { if ( c . length > 0 ) { var e , f = d . get ( " name " ) . toLowerCase ( ) ; for ( e = 0 ; e < c . length ; + + e ) if ( - 1 = = = f . indexOf ( c [ e ] ) ) return } a . includeSystem = = = ! 1 & & d . get ( " isSystem " ) | | ( a . includeEdge ! = = ! 1 | | " edge " ! = = d . get ( " type " ) ) & & ( a . includeDocument ! = = ! 1 | | " document " ! = = d . get ( " type " ) ) & & ( a . includeLoaded ! = = ! 1 | | " loaded " ! = = d . get ( " status " ) ) & & ( a . includeUnloaded ! = = ! 1 | | " unloaded " ! = = d . get ( " status " ) ) & & b . push ( d ) } ) , b . sort ( function ( b , c ) { var d , e ; return " type " = = = a . sortBy ? ( d = b . get ( " type " ) + " " + b . get ( " name " ) . toLowerCase ( ) , e = c . get ( " type " ) + " " + c . get ( " name " ) . toLowerCase ( ) ) : ( d = b . get ( " name " ) . toLowerCase ( ) , e = c . get ( " name " ) . toLowerCase ( ) ) , d ! = = e ? a . sortOrder * ( e > d ? - 1 : 1 ) : 0 } ) , b } , newCollection : function ( a , b ) { var c = { } ; c . name = a . collName , c . waitForSync = a . wfs , a . journalSize > 0 & & ( c . journalSize = a . journalSize ) , c . isSystem = a . isSystem , c . type = parseInt ( a . collType , 10 ) , a . shards & & ( c . numberOfShards = a . shards , c . shardKeys = a . keys ) , a . replicationFactor & & ( c . replicationFactor = JSON . parse ( a . replicationFactor ) ) , $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / collection " ) , data : JSON . stringify ( c ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { b ( ! 1 , a ) } , error : function ( a ) { b ( ! 0 , a ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . ArangoDatabase = Backbone . Collection . extend ( { model : window . DatabaseModel , sortOptions : { desc : ! 1 } , url : arangoHelper . databaseUrl ( " / _api / database " ) , comparator : function ( a , b ) { var c = a . get ( " name " ) . toLowerCase ( ) , d = b . get ( " name " ) . toLowerCase ( ) ; return this . sortOptions . desc = = = ! 0 ? d > c ? 1 : c > d ? - 1 : 0 : c > d ? 1 : d > c ? - 1 : 0 } , parse : function ( a ) { return a ? _ . map ( a . result , function ( a ) { return { name : a } } ) : void 0 } , initialize : function ( ) { var a = this ; this . fetch ( ) . done ( function ( ) { a . sort ( ) } ) } , setSortingDesc : function ( a ) { this . sortOptions . desc = a } , getDatabases : function ( ) { var a = this ; return this . fetch ( ) . done ( function ( ) { a . sort ( ) } ) , this . models } , getDatabasesForUser : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : this . url + " / user " , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b . result . sort ( ) ) } , error : function ( ) { a ( ! 0 , [ ] ) } } ) } , createDatabaseURL : function ( a , b , c ) { var d = window . location , e = window . location . hash ; b = b ? " SSL " = = = b | | " https : " = = = b ? " https : " : " http : " : d . protocol , c = c | | d . port ; var f = b + " / / " + window . location . hostname + " : " + c + " / _db / " + encodeURIComponent ( a ) + " / _admin / aardvark / standalone . html " ; if ( e ) { var g = e . split ( " / " ) [ 0 ] ; 0 = = = g . indexOf ( " # collection " ) & & ( g = " # collections " ) , 0 = = = g . indexOf ( " # service " ) & & ( g = " # services " ) , f + = g } return f } , getCurrentDatabase : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : this . url + " / current " , contentType : " application / json " , processData : ! 1 , success : function ( b ) { 200 = = = b . code ? a ( ! 1 , b . result . name ) : a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , hasSystemAccess : function ( a ) { var b = function ( b , c ) { b ? arangoHelper . arangoError ( " DB " , " Could not fetch databases " ) : a ( ! 1 , _ . contains ( c , " _system " ) ) } . bind ( this ) ; this . getDatabasesForUser ( b ) } } ) } ( ) , window . arangoDocument = Backbone . Collection . extend ( { url : " / _api / document / " , model : arangoDocumentModel , collectionInfo : { } , deleteEdge : function ( a , b , c ) { this . deleteDocument ( a , b , c ) } , deleteDocument : function ( a , b , c ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , contentType : " application / json " , url : arangoHelper . databaseUrl ( " / _api / document / " + encodeURIComponent ( a ) + " / " + encodeURIComponent ( b ) ) , success : function ( ) { c ( ! 1 ) } , error : function ( ) { c ( ! 0 ) } } ) } , addDocument : function ( a , b ) { var c = this ; c . createTypeDocument ( a , b ) } , createTypeEdge : function ( a , b , c , d , e ) { var f ; f = d ? JSON . stringify ( { _key : d , _from : b , _to : c } ) : JSON . stringify ( { _from : b , _to : c } ) , $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / document ? collection = " + encodeURIComponent ( a ) ) , data : f , contentType : " application / json " , processData : ! 1 , success : function ( a ) { e ( ! 1 , a ) } , error : function ( a ) { e ( ! 0 , a ) } } ) } , createTypeDocument : function ( a , b , c ) { var d ; d = b ? JSON . stringify ( { _key : b } ) : JSON . stringify ( { } ) , $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / document ? collection = " + encodeURIComponent ( a ) ) , data : d , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c ( ! 1 , a . _id ) } , error : function ( a ) { c ( ! 0 , a . _id ) } } ) } , getCollectionInfo : function ( a , b , c ) { var d = this ; $ . ajax ( { cache : ! 1 , type : " GET " , url : arangoHelper . databaseUrl ( " / _api / collection / " + a + " ? " + arangoHelper . getRandomToken ( ) ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { d . collectionInfo = a , b ( ! 1 , a , c ) } , error : function ( a ) { b ( ! 0 , a , c ) } } ) } , getEdge : function ( a , b , c ) { this . getDocument ( a , b , c ) } , getDocument : function ( a , b , c ) { var d = this ; this . clearDocument ( ) , $ . ajax ( { cache : ! 1 , type : " GET " , url : arangoHelper . databaseUrl ( " / _api / document / " + encodeURIComponent ( a ) + " / " + encodeURIComponent ( b ) ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { d . add ( a ) , c ( ! 1 , a , " document " ) } , error : function ( a ) { d . add ( ! 0 , a ) } } ) } , saveEdge : function ( a , b , c , d ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / edge / " + encodeURIComponent ( a ) + " / " + encodeURIComponent ( b ) ) , data : c , contentType : " application / json " , processData : ! 1 , success : function ( a ) { d ( ! 1 , a ) } , error : function ( a ) { d ( ! 0 , a ) } } ) } , saveDocument : function ( a , b , c , d ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / document / " + encodeURIComponent ( a ) + " / " + encodeURIComponent ( b ) ) , data : c , contentType : " application / json " , processData : ! 1 , success : function ( a ) { d ( ! 1 , a ) } , error : function ( a ) { d ( ! 0 , a ) } } ) } , updateLocalDocument : function ( a ) { this . clearDocument ( ) , this . add ( a ) } , clearDocument : function ( ) { this . reset ( ) } } ) , function ( ) { " use strict " ; window . arangoDocuments = window . PaginatedCollection . extend ( { collectionID : 1 , filters : [ ] , checkCursorTimer : void 0 , MAX_SORT : 12e3 , lastQuery : { } , sortAttribute : " " , url : arangoHelper . databaseUrl ( " / _api / documents " ) , model : window . arangoDocumentModel , loadTotal : function ( a ) { var b = this ; $ . ajax ( { cache : ! 1 , type : " GET " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . collectionID + " / count " ) , contentType : " application / json " , processData : ! 1 , success : function ( c ) { b . setTotal ( c . count ) , a ( ! 1 ) } , error : function ( ) { a ( ! 0 ) } } ) } , setCollection : function ( a ) { var b = function ( a ) { a & & arangoHelper . arangoError ( " Documents " , " Could not fetch documents count " ) } . bind ( this ) ; this . resetFilter ( ) , this . collectionID = a , this . setPage ( 1 ) , this . loadTotal ( b ) } , setSort : function ( a ) { this . sortAttribute = a } , getSort : function ( ) { return this . sortAttribute } , addFilter : function ( a , b , c ) { this . filters . push ( { attr : a , op : b , val : c } ) } , setFiltersForQuery : function ( a ) { if ( 0 = = = this . filters . length ) return " " ; var b = " FILTER " , c = " " , d = _ . map ( this . filters , function ( b , d ) { return " LIKE " = = = b . op ? ( c = " " + b . op + " ( x . ` " + b . attr + " ` , @ param " , c + = d , c + = " ) " ) : ( c = " IN " = = = b . op | | " NOT IN " = = = b . op ? " " : " x . ` " , c + = b . attr , c + = " IN " = = = b . op | | " NOT IN " = = = b . op ? " " : " ` " , c + = b . op , c + = " IN " = = = b . op | | " NOT IN " = = = b . op ? " x . @ param " : " @ param " , c + = d ) , a [ " param " + d ] = b . val , c } ) ; return b + d . join ( " & & " ) } , setPagesize : function ( a ) { this . setPageSize ( a ) } , resetFilter : function ( ) { this . filters = [ ] } , moveDocument : function ( a , b , c , d ) { var e , f , g , h , i = { " @ collection " : b , filterid : a } ; e = " FOR x IN @ @ collection " , e + = " FILTER x . _key = = @ filterid " , e + = " INSERT x IN " , e + = c , f = " FOR x in @ @ collection " , f + = " FILTER x . _key = = @ filterid " , f + = " REMOVE x IN @ @ collection " , g = { query : e , bindVars : i } , h = { query : f , bindVars : i } , window . progressView . show ( ) , $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / cursor " ) , data : JSON . stringify ( g ) , contentType : " application / json " , success : function ( ) { $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / cursor " ) , data : JSON . stringify ( h ) , contentType : " application / json " , success : function ( ) { d & & d ( ) , window . progressView . hide ( ) } , error : function ( ) { window . progressView . hide ( ) , arangoHelper . arangoError ( " Document error " , " Documents inserted , but could not be removed . " ) } } ) } , error : function ( ) { window . progressView . hide ( ) , arangoHelper . arangoError ( " Document error " , " Could not move selected documents . " ) } } ) } , getDocuments : function ( a ) { var b , c , d , e , f = this ; c = { " @ collection " : this . collectionID , offset : this . getOffset ( ) , count : this . getPageSize ( ) } , b = " FOR x IN @ @ collection LET att = SLICE ( ATTRIBUTES ( x ) , 0 , 25 ) " , b + = this . setFiltersForQuery ( c ) , this . getTotal ( ) < this . MAX_SORT & & ( " _key " = = = this . getSort ( ) ? b + = " SORT TO_NUMBER ( x . " + this . getSort ( ) + " ) = = 0 ? x . " + this . getSort ( ) + " : TO_NUMBER ( x . " + this . getSort ( ) + " ) " : " " ! = = this . getSort ( ) & & ( b + = " SORT x . " + this . getSort ( ) ) ) , " all " ! = = c . count ? b + = " LIMIT @ offset , @ count RETURN KEEP ( x , att ) " : ( d = { " @ collection " : this . collectionID } , c = d , b + = " RETURN KEEP ( x , att ) " ) , e = { query : b , bindVars : c } ; var g = function ( b ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( b ) ) , contentType : " application / json " , success : function ( c , d , h ) { 201 = = = h . status ? ( window . progressView . toShow = ! 1 , f . clearDocuments ( ) , c . extra & & void 0 ! = = c . extra . stats . fullCount & & f . setTotal ( c . extra . stats . fullCount ) , 0 ! = = f . getTotal ( ) & & _ . each ( c . result , function ( a ) { f . add ( { id : a . _id , rev : a . _rev , key : a . _key , content : a } ) } ) , f . lastQuery = e , a ( ! 1 , c ) ) : 204 = = = h . status & & ( f . checkCursorTimer = window . setTimeout ( function ( ) { g ( b ) } , 500 ) ) } , error : function ( b ) { a ( ! 1 , b ) } } ) } ; $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / cursor " ) , data : JSON . stringify ( e ) , headers : { " x - arango - async " : " store " } , contentType : " application / json " , success : function ( b , c , d ) { if ( d . getResponseHeader ( " x - arango - async - id " ) ) { var e = d . getResponseHeader ( " x - arango - async - id " ) , h = function ( ) { $ . ajax ( { url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( e ) + " / cancel " ) , type : " PUT " , success : function ( ) { window . clearTimeout ( f . checkCursorTimer ) , arangoHelper . arangoNotification ( " Documents " , " Canceled operation . " ) , $ ( " . dataTables_empty " ) . text ( " Canceled . " ) , window . progressView . hide ( ) } } ) } ; window . progressView . showWithDelay ( 300 , " Fetching documents . . . " , h ) , g ( e ) } else a ( ! 0 , b ) } , error : function ( b ) { a ( ! 1 , b ) } } ) } , clearDocuments : function ( ) { this . reset ( ) } , buildDownloadDocumentQuery : function ( ) { var a , b , c ; return c = { " @ collection " : this . collectionID } , a = " FOR x in @ @ collection " , a + = this . setFiltersForQuery ( c ) , this . getTotal ( ) < this . MAX_SORT & & this . getSort ( ) . length > 0 & & ( a + = " SORT x . " + this . getSort ( ) ) , a + = " RETURN x " , b = { query : a , bindVars : c } } , uploadDocuments : function ( a , b ) { $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _api / import ? type = auto & collection = " + encodeURIComponent ( this . collectionID ) + " & createCollection = false " ) , data : a , processData : ! 1 , contentType : " json " , dataType : " json " , complete : function ( a ) { if ( 4 = = = a . readyState & & 201 = = = a . status ) b ( ! 1 ) ; else try { var c = JSON . parse ( a . responseText ) ; if ( c . errors > 0 ) { var d = " At least one error occurred during upload " ; b ( ! 1 , d ) } } catch ( e ) { console . log ( e ) } } } ) } } ) } ( ) , function ( ) { " use strict " ; window . ArangoLogs = window . PaginatedCollection . extend ( { upto : ! 1 , loglevel : 0 , totalPages : 0 , parse : function ( a ) { var b = [ ] ; return _ . each ( a . lid , function ( c , d ) { b . push ( { level : a . level [ d ] , lid : c , text : a . text [ d ] , timestamp : a . timestamp [ d ] , totalAmount : a . totalAmount } ) } ) , this . totalAmount = a . totalAmount , this . totalPages = Math . ceil ( this . totalAmount / this . pagesize ) , b } , initialize : function ( a ) { a . upto = = = ! 0 & & ( this . upto = ! 0 ) , this . loglevel = a . loglevel } , model : window . newArangoLog , url : function ( ) { var a , b , c , d ; c = this . page * this . pagesize ; var e = this . totalAmount - ( this . page + 1 ) * this . pagesize ; return 0 > e & & this . page = = = this . totalPages - 1 ? ( e = 0 , d = this . totalAmount % this . pagesize ) : d = this . pagesize , 0 = = = this . totalAmount & & ( d = 1 ) , a = this . upto ? " upto " : " level " , b = " / _admin / log ? " + a + " = " + this . loglevel + " & size = " + d + " & offset = " + e , arangoHelper . databaseUrl ( b ) } } ) } ( ) , function ( ) { " use strict " ; window . ArangoQueries = Backbone . Collection . extend ( { initialize : function ( a , b ) { var c = this ; $ . ajax ( " whoAmI ? _ = " + Date . now ( ) , { async : ! 0 } ) . done ( function ( a ) { this . activeUser = = = ! 1 ? c . activeUser = " root " : c . activeUser = a . user } ) } , url : arangoHelper . databaseUrl ( " / _api / user / " ) , model : ArangoQuery , activeUser : null , parse : function ( a ) { var b , c = this ; return this . activeUser = = = ! 1 & & ( this . activeUser = " root " ) , _ . each ( a . result , function ( a ) { if ( a . user = = = c . activeUser ) try { a . extra . queries & & ( b = a . extra . queries ) } catch ( d ) { } } ) , b } , saveCollectionQueries : function ( a ) { if ( 0 = = = this . activeUser ) return ! 1 ; this . activeUser = = = ! 1 & & ( this . activeUser = " root " ) ; var b = [ ] ; this . each ( function ( a ) { b . push ( { value : a . attributes . value , parameter : a . attributes . parameter , name : a . attributes . name } ) } ) , $ . ajax ( { cache : ! 1 , type : " PATCH " , url : arangoHelper . databaseUrl ( " / _api / user / " + encodeURIComponent ( this . activeUser ) ) , data : JSON . stringify ( { extra : { queries : b } } ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( ) { a ( ! 0 ) } } ) } , saveImportQueries : function ( a , b ) { return 0 = = = this . activeUser ? ! 1 : ( window . progressView . show ( " Fetching documents . . . " ) , void $ . ajax ( { cache : ! 1 , type : " POST " , url : " query / upload / " + encodeURIComponent ( this . activeUser ) , data : a , contentType : " application / json " , processData : ! 1 , success : function ( ) { window . progressView . hide ( ) , arangoHelper . arangoNotification ( " Queries successfully imported . " ) , b ( ) } , error : function ( ) { window . progressView . hide ( ) , arangoHelper . arangoError ( " Query error " , " queries could not be imported " ) } } ) ) } } ) } ( ) , window . ArangoReplication = Backbone . Collection . extend ( { model : window . Replication , url : " . . / api / user " , getLogState : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / replication / logger - state " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , getApplyState : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / replication / applier - state " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } } ) , window . StatisticsCollection = Backbone . Collection . extend ( { model : window . Statistics , url : " / _admin / statistics " } ) , window . StatisticsDescriptionCollection = Backbone . Collection . extend ( { model : window . StatisticsDescription , url : " / _admin / statistics - description " , parse : function ( a ) { return a } } ) , window . ArangoUsers = Backbone . Collection . extend ( { model : window . Users , activeUser : null , activeUserSettings : { query : { } , shell : { } , testing : ! 0 } , sortOptions : { desc : ! 1 } , url : frontendConfig . basePath + " / _api / user " , comparator : function ( a , b ) { var c = a . get ( " user " ) . toLowerCase ( ) , d = b . get ( " user " ) . toLowerCase ( ) ; return this . sortOptions . desc = = = ! 0 ? d > c ? 1 : c > d ? - 1 : 0 : c > d ? 1 : d > c ? - 1 : 0 } , login : function ( a , b , c ) { var d = this ; $ . ajax ( { url : arangoHelper . databaseUrl ( " / _open / auth " ) , method : " POST " , data : JSON . stringify ( { username : a , password : b } ) , dataType : " json " } ) . success ( function ( a ) { arangoHelper . setCurrentJwt ( a . jwt ) ; var b = a . jwt . split ( " . " ) ; if ( ! b [ 1 ] ) throw new Error ( " Invalid JWT " ) ; if ( ! window . atob ) throw new Error ( " base64 support missing in browser " ) ; var e = JSON . parse ( atob ( b [ 1 ] ) ) ; d . activeUser = e . preferred_username , c ( ! 1 , d . activeUser ) } ) . error ( function ( ) { arangoHelper . setCurrentJwt ( null ) , d . activeUser = null , c ( ! 0 , null ) } ) } , setSortingDesc : function ( a ) { this . sortOptions . desc = a } , logout : function ( ) { arangoHelper . setCurrentJwt ( null ) , this . activeUser = null , this . reset ( ) , window . App . navigate ( " " ) , window . location . reload ( ) } , setUserSettings : function ( a , b ) { this . activeUserSettings . identifier = b } , loadUserSettings : function ( a ) { var b = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : frontendConfig . basePath + " / _api / user / " + encodeURIComponent ( b . activeUser ) , contentType : " application / json " , processData : ! 1 , success : function ( c ) { b . activeUserSettings = c . extra , a ( ! 1 , c ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , saveUserSettings : function ( a ) { var b = this ; $ . ajax ( { cache : ! 1 , type : " PUT " , url : frontendConfig . basePath + " / _api / user / " + encodeURIComponent ( b . activeUser ) , data : JSON . stringify ( { extra : b . activeUserSettings } ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , parse : function ( a ) { var b = [ ] ; return _ . each ( a . result , function ( a ) { b . push ( a ) } ) , b } , whoAmI : function ( a ) { return this . activeUser ? void a ( ! 1 , this . activeUser ) : void $ . ajax ( " whoAmI ? _ = " + Date . now ( ) ) . success ( function ( b ) { a ( ! 1 , b . user ) } ) . error ( function ( b ) { a ( ! 0 , null ) } ) } } ) , function ( ) { " use strict " ; window . ClusterCoordinators = window . AutomaticRetryCollection . extend ( { model : window . ClusterCoordinator , url : arangoHelper . databaseUrl ( " / _admin / aardvark / cluster / Coordinators " ) , updateUrl : function ( ) { this . url = window . App . getNewRoute ( " Coordinators " ) } , initialize : function ( ) { } , statusClass : function ( a ) { switch ( a ) { case " ok " : return " success " ; case " warning " : return " warning " ; case " critical " : return " danger " ; case " missing " : return " inactive " ; default : return " danger " } } , getStatuses : function ( a , b ) { if ( this . checkRetries ( ) ) { var c = this ; this . fetch ( { beforeSend : window . App . addAuth . bind ( window . App ) , error : c . failureTry . bind ( c , c . getStatuses . bind ( c , a , b ) ) } ) . done ( function ( ) { c . successFullTry ( ) , c . forEach ( function ( b ) { a ( c . statusClass ( b . get ( " status " ) ) , b . get ( " address " ) ) } ) , b ( ) } ) } } , byAddress : function ( a , b ) { if ( this . checkRetries ( ) ) { var c = this ; this . fetch ( { beforeSend : window . App . addAuth . bind ( window . App ) , error : c . failureTry . bind ( c , c . byAddress . bind ( c , a , b ) ) } ) . done ( function ( ) { c . successFullTry ( ) , a = a | | { } , c . forEach ( function ( b ) { var c = b . get ( " address " ) ; c = c . split ( " : " ) [ 0 ] , a [ c ] = a [ c ] | | { } , a [ c ] . coords = a [ c ] . coords | | [ ] , a [ c ] . coords . push ( b ) } ) , b ( a ) } ) } } , checkConnection : function ( a ) { var b = this ; this . checkRetries ( ) & & this . fetch ( { beforeSend : window . App . addAuth . bind ( window . App ) , error : b . failureTry . bind ( b , b . checkConnection . bind ( b , a ) ) } ) . done ( function ( ) { b . successFullTry ( ) , a ( ) } ) } } ) } ( ) , function ( ) { " use strict " ; window . ClusterServers = window . AutomaticRetryCollection . extend ( { model : window . ClusterServer , host : " " , url : arangoHelper . databaseUrl ( " / _admin / aardvark / cluster / DBServers " ) , updateUrl : function ( ) { this . url = window . App . getNewRoute ( this . host ) + this . url } , initialize : function ( a , b ) { this . host = b . host } , statusClass : function ( a ) { switch ( a ) { case " ok " : return " success " ; case " warning " : return " warning " ; case " critical " : return " danger " ; case " missing " : return " inactive " ; default : return " danger " } } , getStatuses : function ( a ) { if ( this . checkRetries ( ) ) { var b = this , c = function ( ) { b . successFullTry ( ) , b . _retryCount = 0 , b . forEach ( function ( c ) { a ( b . statusClass ( c . get ( " status " ) ) , c . get ( " address " ) ) } ) } ; this . fetch ( { beforeSend : window . App . addAuth . bind ( window . App ) , error : b . failureTry . bind ( b , b . getStatuses . bind ( b , a ) ) } ) . done ( c ) } } , byAddress : function ( a , b ) { if ( this . checkRetries ( ) ) { var c = this ; this . fetch ( { beforeSend : window . App . addAuth . bind ( window . App ) , error : c . failureTry . bind ( c , c . byAddress . bind ( c , a , b ) ) } ) . done ( function ( ) { c . successFullTry ( ) , a = a | | { } , c . forEach ( function ( b ) { var c = b . get ( " address " ) ; c = c . split ( " : " ) [ 0 ] , a [ c ] = a [ c ] | | { } , a [ c ] . dbs = a [ c ] . dbs | | [ ] , a [ c ] . dbs . push ( b ) } ) , b ( a ) } ) . error ( function ( a ) { console . log ( " error " ) , console . log ( a ) } ) } } , getList : function ( ) { throw " Do not use " } , getOverview : function ( ) { throw " Do not use DbServer . getOverview " } } ) } ( ) , function ( ) { " use strict " ; window . CoordinatorCollection = Backbone . Collection . extend ( { model : window . Coordinator , url : arangoHelper . databaseUrl ( " / _admin / aardvark / cluster / Coordinators " ) } ) } ( ) , function ( ) { " use strict " ; window . FoxxCollection = Backbone . Collection . extend ( { model : window . Foxx , sortOptions : { desc : ! 1 } , url : arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes " ) , comparator : function ( a , b ) { var c , d ; return this . sortOptions . desc = = = ! 0 ? ( c = a . get ( " mount " ) , d = b . get ( " mount " ) , d > c ? 1 : c > d ? - 1 : 0 ) : ( c = a . get ( " mount " ) , d = b . get ( " mount " ) , c > d ? 1 : d > c ? - 1 : 0 ) } , setSortingDesc : function ( a ) { this . sortOptions . desc = a } , installFromGithub : function ( a , b , c , d ) { var e = arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes / git ? mount = " + encodeURIComponent ( b ) ) ; void 0 ! = = d & & ( e + = d ? " & replace = true " : " & upgrade = true " ) , $ . ajax ( { cache : ! 1 , type : " PUT " , url : e , data : JSON . stringify ( a ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c ( a ) } , error : function ( a ) { c ( a ) } } ) } , installFromStore : function ( a , b , c , d ) { var e = arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes / store ? mount = " + encodeURIComponent ( b ) ) ; void 0 ! = = d & & ( e + = d ? " & replace = true " : " & upgrade = true " ) , $ . ajax ( { cache : ! 1 , type : " PUT " , url : e , data : JSON . stringify ( a ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c ( a ) } , error : function ( a ) { c ( a ) } } ) } , installFromZip : function ( a , b , c , d ) { var e = arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes / zip ? mount = " + encodeURIComponent ( b ) ) ; void 0 ! = = d & & ( e + = d ? " & replace = true " : " & upgrade = true " ) , $ . ajax ( { cache : ! 1 , type : " PUT " , url : e , data : JSON . stringify ( { zipFile : a } ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c ( a ) } , error : function ( a ) { c ( a ) } } ) } , generate : function ( a , b , c , d ) { var e = arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes / generate ? mount = " + encodeURIComponent ( b ) ) ; void 0 ! = = d & & ( e + = d ? " & replace = true " : " & upgrade = true " ) , $ . ajax ( { cache : ! 1 , type : " PUT " , url : e , data : JSON . stringify ( a ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c ( a ) } , error : function ( a ) { c ( a ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . GraphCollection = Backbone . Collection . extend ( { model : window . Graph , sortOptions : { desc : ! 1 } , url : frontendConfig . basePath + " / _api / gharial " , dropAndDeleteGraph : function ( a , b ) { $ . ajax ( { type : " DELETE " , url : frontendConfig . basePath + " / _api / gharial / " + encodeURIComponent ( a ) + " ? dropCollections = true " , contentType : " application / json " , processData : ! 0 , success : function ( ) { b ( ! 0 ) } , error : function ( ) { b ( ! 1 ) } } ) } , comparator : function ( a , b ) { var c = a . get ( " _key " ) | | " " , d = b . get ( " _key " ) | | " " ; return c = c . toLowerCase ( ) , d = d . toLowerCase ( ) , this . sortOptions . desc = = = ! 0 ? d > c ? 1 : c > d ? - 1 : 0 : c > d ? 1 : d > c ? - 1 : 0 } , setSortingDesc : function ( a ) { this . sortOptions . desc = a } , parse : function ( a ) { return a . error ? void 0 : a . graphs } } ) } ( ) , function ( ) { " use strict " ; window . NotificationCollection = Backbone . Collection . extend ( { model : window . Notification , url : " " } ) } ( ) , function ( ) { " use strict " ; window . QueryManagementActive = Backbone . Collection . extend ( { <nl> - model : window . queryManagementModel , url : function ( ) { return frontendConfig . basePath + " / _api / query / current " } , killRunningQuery : function ( a , b ) { $ . ajax ( { url : frontendConfig . basePath + " / _api / query / " + encodeURIComponent ( a ) , type : " DELETE " , success : function ( a ) { b ( ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . QueryManagementSlow = Backbone . Collection . extend ( { model : window . queryManagementModel , url : " / _api / query / slow " , deleteSlowQueryHistory : function ( a ) { var b = this ; $ . ajax ( { url : b . url , type : " DELETE " , success : function ( b ) { a ( ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . WorkMonitorCollection = Backbone . Collection . extend ( { model : window . workMonitorModel , url : " / _admin / work - monitor " , parse : function ( a ) { return a . work } } ) } ( ) , function ( ) { " use strict " ; window . PaginationView = Backbone . View . extend ( { collection : null , paginationDiv : " " , idPrefix : " " , rerender : function ( ) { } , jumpTo : function ( a ) { this . collection . setPage ( a ) , this . rerender ( ) } , firstPage : function ( ) { this . jumpTo ( 1 ) } , lastPage : function ( ) { this . jumpTo ( this . collection . getLastPageNumber ( ) ) } , firstDocuments : function ( ) { this . jumpTo ( 1 ) } , lastDocuments : function ( ) { this . jumpTo ( this . collection . getLastPageNumber ( ) ) } , prevDocuments : function ( ) { this . jumpTo ( this . collection . getPage ( ) - 1 ) } , nextDocuments : function ( ) { this . jumpTo ( this . collection . getPage ( ) + 1 ) } , renderPagination : function ( ) { $ ( this . paginationDiv ) . html ( " " ) ; var a = this , b = this . collection . getPage ( ) , c = this . collection . getLastPageNumber ( ) , d = $ ( this . paginationDiv ) , e = { page : b , lastPage : c , click : function ( b ) { var c = window . location . hash . split ( " / " ) ; " documents " = = = c [ 2 ] ? ( e . page = b , window . location . hash = c [ 0 ] + " / " + c [ 1 ] + " / " + c [ 2 ] + " / " + b ) : ( a . jumpTo ( b ) , e . page = b ) } } ; d . html ( " " ) , d . pagination ( e ) , $ ( this . paginationDiv ) . prepend ( ' < ul class = " pre - pagi " > < li > < a id = " ' + this . idPrefix + ' _first " class = " pagination - button " > < span > < i class = " fa fa - angle - double - left " / > < / span > < / a > < / li > < / ul > ' ) , $ ( this . paginationDiv ) . append ( ' < ul class = " las - pagi " > < li > < a id = " ' + this . idPrefix + ' _last " class = " pagination - button " > < span > < i class = " fa fa - angle - double - right " / > < / span > < / a > < / li > < / ul > ' ) } } ) } ( ) , function ( ) { " use strict " ; window . ApplicationDetailView = Backbone . View . extend ( { el : " # content " , divs : [ " # readme " , " # swagger " , " # app - info " , " # sideinformation " , " # information " , " # settings " ] , navs : [ " # service - info " , " # service - api " , " # service - readme " , " # service - settings " ] , template : templateEngine . createTemplate ( " applicationDetailView . ejs " ) , events : { " click . open " : " openApp " , " click . delete " : " deleteApp " , " click # app - deps " : " showDepsDialog " , " click # app - switch - mode " : " toggleDevelopment " , " click # app - scripts [ data - script ] " : " runScript " , " click # app - tests " : " runTests " , " click # app - replace " : " replaceApp " , " click # download - app " : " downloadApp " , " click . subMenuEntries li " : " changeSubview " , " mouseenter # app - scripts " : " showDropdown " , " mouseleave # app - scripts " : " hideDropdown " } , changeSubview : function ( a ) { _ . each ( this . navs , function ( a ) { $ ( a ) . removeClass ( " active " ) } ) , $ ( a . currentTarget ) . addClass ( " active " ) , _ . each ( this . divs , function ( a ) { $ ( " . headerButtonBar " ) . hide ( ) , $ ( a ) . hide ( ) } ) , " service - readme " = = = a . currentTarget . id ? $ ( " # readme " ) . show ( ) : " service - api " = = = a . currentTarget . id ? $ ( " # swagger " ) . show ( ) : " service - info " = = = a . currentTarget . id ? ( this . render ( ) , $ ( " # information " ) . show ( ) , $ ( " # sideinformation " ) . show ( ) ) : " service - settings " = = = a . currentTarget . id & & ( this . showConfigDialog ( ) , $ ( " . headerButtonBar " ) . show ( ) , $ ( " # settings " ) . show ( ) ) } , downloadApp : function ( ) { this . model . isSystem ( ) | | this . model . download ( ) } , replaceApp : function ( ) { var a = this . model . get ( " mount " ) ; window . foxxInstallView . upgrade ( a , function ( ) { window . App . applicationDetail ( encodeURIComponent ( a ) ) } ) , $ ( " . createModalDialog . arangoHeader " ) . html ( " Replace Service " ) , $ ( " # infoTab " ) . click ( ) } , updateConfig : function ( ) { this . model . getConfiguration ( function ( ) { $ ( " # app - warning " ) [ this . model . needsAttention ( ) ? " show " : " hide " ] ( ) , $ ( " # app - warning - config " ) [ this . model . needsConfiguration ( ) ? " show " : " hide " ] ( ) , this . model . needsConfiguration ( ) ? $ ( " # app - config " ) . addClass ( " error " ) : $ ( " # app - config " ) . removeClass ( " error " ) } . bind ( this ) ) } , updateDeps : function ( ) { this . model . getDependencies ( function ( ) { $ ( " # app - warning " ) [ this . model . needsAttention ( ) ? " show " : " hide " ] ( ) , $ ( " # app - warning - deps " ) [ this . model . hasUnconfiguredDependencies ( ) ? " show " : " hide " ] ( ) , this . model . hasUnconfiguredDependencies ( ) ? $ ( " # app - deps " ) . addClass ( " error " ) : $ ( " # app - deps " ) . removeClass ( " error " ) } . bind ( this ) ) } , toggleDevelopment : function ( ) { this . model . toggleDevelopment ( ! this . model . isDevelopment ( ) , function ( ) { this . model . isDevelopment ( ) ? ( $ ( " . app - switch - mode " ) . text ( " Set Production " ) , $ ( " # app - development - indicator " ) . css ( " display " , " inline " ) , $ ( " # app - development - path " ) . css ( " display " , " inline " ) ) : ( $ ( " . app - switch - mode " ) . text ( " Set Development " ) , $ ( " # app - development - indicator " ) . css ( " display " , " none " ) , $ ( " # app - development - path " ) . css ( " display " , " none " ) ) } . bind ( this ) ) } , runScript : function ( a ) { a . preventDefault ( ) ; var b = $ ( a . currentTarget ) . attr ( " data - script " ) , c = [ window . modalView . createBlobEntry ( " app_script_arguments " , " Script arguments " , " " , null , " optional " , ! 1 , [ { rule : function ( a ) { return a & & JSON . parse ( a ) } , msg : " Must be well - formed JSON or empty " } ] ) ] , d = [ window . modalView . createSuccessButton ( " Run script " , function ( ) { var a = $ ( " # app_script_arguments " ) . val ( ) ; a = a & & JSON . parse ( a ) , window . modalView . hide ( ) , this . model . runScript ( b , a , function ( a , c ) { var d ; d = a ? " < p > The script failed with an error " + ( a . statusCode ? " ( HTTP " + a . statusCode + " ) " : " " ) + " : < / p > < pre > " + a . message + " < / pre > " : c ? " < p > Script results : < / p > < pre > " + JSON . stringify ( c , null , 2 ) + " < / pre > " : " < p > The script ran successfully . < / p > " , window . modalView . show ( " modalTable . ejs " , ' Result of script " ' + b + ' " ' , void 0 , void 0 , void 0 , d ) } ) } . bind ( this ) ) ] ; window . modalView . show ( " modalTable . ejs " , ' Run script " ' + b + ' " on " ' + this . model . get ( " mount " ) + ' " ' , d , c ) } , showSwagger : function ( a ) { a . preventDefault ( ) , this . render ( " swagger " ) } , showReadme : function ( a ) { a . preventDefault ( ) , this . render ( " readme " ) } , runTests : function ( a ) { a . preventDefault ( ) ; var b = " < p > < strong > WARNING : < / strong > Running tests may result in destructive side - effects including data loss . Please make sure not to run tests on a production database . < / p > " ; this . model . isDevelopment ( ) & & ( b + = " < p > < strong > WARNING : < / strong > This app is running in < strong > development mode < / strong > . If any of the tests access the app ' s HTTP API they may become non - deterministic . < / p > " ) ; var c = [ window . modalView . createSuccessButton ( " Run tests " , function ( ) { window . modalView . hide ( ) , this . model . runTests ( { reporter : " suite " } , function ( a , b ) { window . modalView . show ( " modalTestResults . ejs " , " Test results " , void 0 , void 0 , void 0 , a | | b ) } ) } . bind ( this ) ) ] ; window . modalView . show ( " modalTable . ejs " , ' Run tests for app " ' + this . model . get ( " mount " ) + ' " ' , c , void 0 , void 0 , b ) } , render : function ( a ) { return this . model . fetchThumbnail ( function ( ) { var b = function ( b , c ) { var d = this ; b ? arangoHelper . arangoError ( " DB " , " Could not get current database " ) : ( console . log ( this ) , $ ( this . el ) . html ( this . template . render ( { app : this . model , db : c , mode : a } ) ) , $ . get ( this . appUrl ( c ) ) . success ( function ( ) { $ ( " . open " , this . el ) . prop ( " disabled " , ! 1 ) } . bind ( this ) ) , this . updateConfig ( ) , this . updateDeps ( ) , " swagger " = = = a & & $ . get ( " . / foxxes / docs / swagger . json ? mount = " + encodeURIComponent ( this . model . get ( " mount " ) ) , function ( a ) { Object . keys ( a . paths ) . length < 1 & & ( d . render ( " readme " ) , $ ( " # app - show - swagger " ) . attr ( " disabled " , " true " ) ) } ) ) , this . breadcrumb ( ) } . bind ( this ) ; arangoHelper . currentDatabase ( b ) , _ . isEmpty ( this . model . get ( " config " ) ) & & $ ( " # service - settings " ) . attr ( " disabled " , ! 0 ) } . bind ( this ) ) , $ ( this . el ) } , breadcrumb : function ( ) { var a = " Service : " + this . model . get ( " name " ) + ' < i class = " fa fa - ellipsis - v " aria - hidden = " true " > < / i > ' , b = ' < p class = " mount " > < span > Contributors : < / span > ' ; this . model . get ( " contributors " ) & & this . model . get ( " contributors " ) . length > 0 ? _ . each ( this . model . get ( " contributors " ) , function ( a ) { b + = ' < a href = " mailto : ' + a . email + ' " > ' + a . name + " < / a > " } ) : b + = " No contributors " , b + = " < / p > " , $ ( " . information " ) . append ( b ) , this . model . get ( " author " ) & & $ ( " . information " ) . append ( ' < p class = " mount " > < span > Author : < / span > ' + this . model . get ( " author " ) + " < / p > " ) , this . model . get ( " mount " ) & & $ ( " . information " ) . append ( ' < p class = " mount " > < span > Mount : < / span > ' + this . model . get ( " mount " ) + " < / p > " ) , this . model . get ( " development " ) & & this . model . get ( " path " ) & & $ ( " . information " ) . append ( ' < p class = " path " > < span > Path : < / span > ' + this . model . get ( " path " ) + " < / p > " ) , $ ( " # subNavigationBar . breadcrumb " ) . html ( a ) } , openApp : function ( ) { var a = function ( a , b ) { a ? arangoHelper . arangoError ( " DB " , " Could not get current database " ) : window . open ( this . appUrl ( b ) , this . model . get ( " title " ) ) . focus ( ) } . bind ( this ) ; arangoHelper . currentDatabase ( a ) } , deleteApp : function ( ) { var a = [ window . modalView . createDeleteButton ( " Delete " , function ( ) { var a = { teardown : $ ( " # app_delete_run_teardown " ) . is ( " : checked " ) } ; this . model . destroy ( a , function ( a , b ) { a | | b . error ! = = ! 1 | | ( window . modalView . hide ( ) , window . App . navigate ( " services " , { trigger : ! 0 } ) ) } ) } . bind ( this ) ) ] , b = [ window . modalView . createCheckboxEntry ( " app_delete_run_teardown " , " Run teardown ? " , ! 0 , " Should this app ' s teardown script be executed before removing the app ? " , ! 0 ) ] ; window . modalView . show ( " modalTable . ejs " , ' Delete Foxx App mounted at " ' + this . model . get ( " mount " ) + ' " ' , a , b , void 0 , " < p > Are you sure ? There is no way back . . . < / p > " , ! 0 ) } , appUrl : function ( a ) { return window . location . origin + " / _db / " + encodeURIComponent ( a ) + this . model . get ( " mount " ) } , applyConfig : function ( ) { var a = { } ; _ . each ( this . model . get ( " config " ) , function ( b , c ) { var d = $ ( " # app_config_ " + c ) , e = d . val ( ) ; if ( " boolean " = = = b . type | | " bool " = = = b . type ) return void ( a [ c ] = d . is ( " : checked " ) ) ; if ( " " = = = e & & b . hasOwnProperty ( " default " ) ) return a [ c ] = b [ " default " ] , void ( " json " = = = b . type & & ( a [ c ] = JSON . stringify ( b [ " default " ] ) ) ) ; if ( " number " = = = b . type ) a [ c ] = parseFloat ( e ) ; else if ( " integer " = = = b . type | | " int " = = = b . type ) a [ c ] = parseInt ( e , 10 ) ; else { if ( " json " ! = = b . type ) return void ( a [ c ] = window . arangoHelper . escapeHtml ( e ) ) ; a [ c ] = e & & JSON . stringify ( JSON . parse ( e ) ) } } ) , this . model . setConfiguration ( a , function ( ) { this . updateConfig ( ) , arangoHelper . arangoNotification ( this . model . get ( " name " ) , " Settings applied . " ) } . bind ( this ) ) } , showConfigDialog : function ( ) { if ( _ . isEmpty ( this . model . get ( " config " ) ) ) return void $ ( " # settings . buttons " ) . html ( $ ( " # hidden_buttons " ) . html ( ) ) ; var a = _ . map ( this . model . get ( " config " ) , function ( a , b ) { var c = void 0 = = = a [ " default " ] ? " " : String ( a [ " default " ] ) , d = void 0 = = = a . current ? " " : String ( a . current ) , e = " createTextEntry " , f = ! 1 , g = [ ] ; return " boolean " = = = a . type | | " bool " = = = a . type ? ( e = " createCheckboxEntry " , a [ " default " ] = a [ " default " ] | | ! 1 , c = a [ " default " ] | | ! 1 , d = a . current | | ! 1 ) : " json " = = = a . type ? ( e = " createBlobEntry " , c = void 0 = = = a [ " default " ] ? " " : JSON . stringify ( a [ " default " ] ) , d = void 0 = = = a . current ? " " : a . current , g . push ( { rule : function ( a ) { return a & & JSON . parse ( a ) } , msg : " Must be well - formed JSON or empty . " } ) ) : " integer " = = = a . type | | " int " = = = a . type ? g . push ( { rule : Joi . number ( ) . integer ( ) . optional ( ) . allow ( " " ) , msg : " Has to be an integer . " } ) : " number " = = = a . type ? g . push ( { rule : Joi . number ( ) . optional ( ) . allow ( " " ) , msg : " Has to be a number . " } ) : ( " password " = = = a . type & & ( e = " createPasswordEntry " ) , g . push ( { rule : Joi . string ( ) . optional ( ) . allow ( " " ) , msg : " Has to be a string . " } ) ) , void 0 = = = a [ " default " ] & & a . required ! = = ! 1 & & ( f = ! 0 , g . unshift ( { rule : Joi . any ( ) . required ( ) , msg : " This field is required . " } ) ) , window . modalView [ e ] ( " app_config_ " + b , b , d , a . description , c , f , g ) } ) , b = [ window . modalView . createSuccessButton ( " Apply " , this . applyConfig . bind ( this ) ) ] ; window . modalView . show ( " modalTable . ejs " , " Configuration " , b , a , null , null , null , null , null , " settings " ) , $ ( " . modal - footer " ) . prepend ( $ ( " # hidden_buttons " ) . html ( ) ) } , applyDeps : function ( ) { var a = { } ; _ . each ( this . model . get ( " deps " ) , function ( b , c ) { var d = $ ( " # app_deps_ " + c ) ; a [ c ] = window . arangoHelper . escapeHtml ( d . val ( ) ) } ) , this . model . setDependencies ( a , function ( ) { window . modalView . hide ( ) , this . updateDeps ( ) } . bind ( this ) ) } , showDepsDialog : function ( ) { if ( ! _ . isEmpty ( this . model . get ( " deps " ) ) ) { var a = _ . map ( this . model . get ( " deps " ) , function ( a , b ) { var c = void 0 = = = a . current ? " " : String ( a . current ) , d = " " , e = a . definition . name ; " * " ! = = a . definition . version & & ( e + = " @ " + a . definition . version ) ; var f = [ { rule : Joi . string ( ) . optional ( ) . allow ( " " ) , msg : " Has to be a string . " } ] ; return a . definition . required & & f . push ( { rule : Joi . string ( ) . required ( ) , msg : " This value is required . " } ) , window . modalView . createTextEntry ( " app_deps_ " + b , a . title , c , e , d , a . definition . required , f ) } ) , b = [ window . modalView . createSuccessButton ( " Apply " , this . applyDeps . bind ( this ) ) ] ; window . modalView . show ( " modalTable . ejs " , " Dependencies " , b , a ) } } , showDropdown : function ( ) { _ . isEmpty ( this . model . get ( " scripts " ) ) | | $ ( " # scripts_dropdown " ) . show ( 200 ) } , hideDropdown : function ( ) { $ ( " # scripts_dropdown " ) . hide ( ) } } ) } ( ) , function ( ) { " use strict " ; window . ApplicationsView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " applicationsView . ejs " ) , events : { " click # addApp " : " createInstallModal " , " click # foxxToggle " : " slideToggle " , " click # checkDevel " : " toggleDevel " , " click # checkProduction " : " toggleProduction " , " click # checkSystem " : " toggleSystem " } , fixCheckboxes : function ( ) { this . _showDevel ? $ ( " # checkDevel " ) . attr ( " checked " , " checked " ) : $ ( " # checkDevel " ) . removeAttr ( " checked " ) , this . _showSystem ? $ ( " # checkSystem " ) . attr ( " checked " , " checked " ) : $ ( " # checkSystem " ) . removeAttr ( " checked " ) , this . _showProd ? $ ( " # checkProduction " ) . attr ( " checked " , " checked " ) : $ ( " # checkProduction " ) . removeAttr ( " checked " ) , $ ( " # checkDevel " ) . next ( ) . removeClass ( " fa fa - check - square - o fa - square - o " ) . addClass ( " fa " ) , $ ( " # checkSystem " ) . next ( ) . removeClass ( " fa fa - check - square - o fa - square - o " ) . addClass ( " fa " ) , $ ( " # checkProduction " ) . next ( ) . removeClass ( " fa fa - check - square - o fa - square - o " ) . addClass ( " fa " ) , arangoHelper . setCheckboxStatus ( " # foxxDropdown " ) } , toggleDevel : function ( ) { var a = this ; this . _showDevel = ! this . _showDevel , _ . each ( this . _installedSubViews , function ( b ) { b . toggle ( " devel " , a . _showDevel ) } ) , this . fixCheckboxes ( ) } , toggleProduction : function ( ) { var a = this ; this . _showProd = ! this . _showProd , _ . each ( this . _installedSubViews , function ( b ) { b . toggle ( " production " , a . _showProd ) } ) , this . fixCheckboxes ( ) } , toggleSystem : function ( ) { this . _showSystem = ! this . _showSystem ; var a = this ; _ . each ( this . _installedSubViews , function ( b ) { b . toggle ( " system " , a . _showSystem ) } ) , this . fixCheckboxes ( ) } , reload : function ( ) { var a = this ; _ . each ( this . _installedSubViews , function ( a ) { a . undelegateEvents ( ) } ) , this . collection . fetch ( { success : function ( ) { a . createSubViews ( ) , a . render ( ) } } ) } , createSubViews : function ( ) { var a = this ; this . _installedSubViews = { } , a . collection . each ( function ( b ) { var c = new window . FoxxActiveView ( { model : b , appsView : a } ) ; a . _installedSubViews [ b . get ( " mount " ) ] = c } ) } , initialize : function ( ) { this . _installedSubViews = { } , this . _showDevel = ! 0 , this . _showProd = ! 0 , this . _showSystem = ! 1 } , slideToggle : function ( ) { $ ( " # foxxToggle " ) . toggleClass ( " activated " ) , $ ( " # foxxDropdownOut " ) . slideToggle ( 200 ) } , createInstallModal : function ( a ) { a . preventDefault ( ) , window . foxxInstallView . install ( this . reload . bind ( this ) ) } , render : function ( ) { this . collection . sort ( ) , $ ( this . el ) . html ( this . template . render ( { } ) ) , _ . each ( this . _installedSubViews , function ( a ) { $ ( " # installedList " ) . append ( a . render ( ) ) } ) , this . delegateEvents ( ) , $ ( " # checkDevel " ) . attr ( " checked " , this . _showDevel ) , $ ( " # checkProduction " ) . attr ( " checked " , this . _showProd ) , $ ( " # checkSystem " ) . attr ( " checked " , this . _showSystem ) , arangoHelper . setCheckboxStatus ( " # foxxDropdown " ) ; var a = this ; return _ . each ( this . _installedSubViews , function ( b ) { b . toggle ( " devel " , a . _showDevel ) , b . toggle ( " system " , a . _showSystem ) } ) , arangoHelper . fixTooltips ( " icon_arangodb " , " left " ) , this } } ) } ( ) , function ( ) { " use strict " ; window . ClusterView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " clusterView . ejs " ) , events : { } , statsEnabled : ! 1 , historyInit : ! 1 , initDone : ! 1 , interval : 5e3 , maxValues : 100 , knownServers : [ ] , chartData : { } , charts : { } , nvcharts : [ ] , startHistory : { } , startHistoryAccumulated : { } , initialize : function ( a ) { var b = this ; window . App . isCluster & & ( this . dbServers = a . dbServers , this . coordinators = a . coordinators , this . updateServerTime ( ) , window . setInterval ( function ( ) { if ( " # cluster " = = = window . location . hash | | " " = = = window . location . hash | | " # " = = = window . location . hash ) { var a = function ( a ) { b . rerenderValues ( a ) , b . rerenderGraphs ( a ) } ; b . getCoordStatHistory ( a ) } } , this . interval ) ) } , render : function ( ) { this . $ el . html ( this . template . render ( { } ) ) , this . initDone | | ( void 0 ! = = this . coordinators . first ( ) ? this . getServerStatistics ( ) : this . waitForCoordinators ( ) , this . initDone = ! 0 ) , this . initGraphs ( ) } , waitForCoordinators : function ( ) { var a = this ; window . setTimeout ( function ( ) { a . coordinators ? a . getServerStatistics ( ) : a . waitForCoordinators ( ) } , 500 ) } , updateServerTime : function ( ) { this . serverTime = ( new Date ) . getTime ( ) } , getServerStatistics : function ( ) { var a = this ; this . data = void 0 ; var b = this . coordinators . first ( ) ; this . statCollectCoord = new window . ClusterStatisticsCollection ( [ ] , { host : b . get ( " address " ) } ) , this . statCollectDBS = new window . ClusterStatisticsCollection ( [ ] , { host : b . get ( " address " ) } ) ; var c = [ ] ; _ . each ( this . dbServers , function ( a ) { a . each ( function ( a ) { c . push ( a ) } ) } ) , _ . each ( c , function ( c ) { if ( " ok " = = = c . get ( " status " ) ) { - 1 = = = a . knownServers . indexOf ( c . id ) & & a . knownServers . push ( c . id ) ; var d = new window . Statistics ( { name : c . id } ) ; d . url = b . get ( " protocol " ) + " : / / " + b . get ( " address " ) + " / _admin / clusterStatistics ? DBserver = " + c . get ( " name " ) , a . statCollectDBS . add ( d ) } } ) , this . coordinators . forEach ( function ( b ) { if ( " ok " = = = b . get ( " status " ) ) { - 1 = = = a . knownServers . indexOf ( b . id ) & & a . knownServers . push ( b . id ) ; var c = new window . Statistics ( { name : b . id } ) ; c . url = b . get ( " protocol " ) + " : / / " + b . get ( " address " ) + " / _admin / statistics " , a . statCollectCoord . add ( c ) } } ) ; var d = function ( b ) { a . rerenderValues ( b ) , a . rerenderGraphs ( b ) } . bind ( this ) ; a . getCoordStatHistory ( d ) , a . coordinators . fetch ( { success : function ( ) { a . renderNode ( ! 0 ) } , error : function ( ) { a . renderNode ( ! 1 ) } } ) } , rerenderValues : function ( a ) { var b = this ; this . coordinators . fetch ( { success : function ( ) { b . renderNode ( ! 0 ) } , error : function ( ) { b . renderNode ( ! 1 ) } } ) , this . renderValue ( " # clusterConnections " , Math . round ( a . clientConnectionsCurrent ) ) , this . renderValue ( " # clusterConnectionsAvg " , Math . round ( a . clientConnections15M ) ) ; var c = a . physicalMemory , d = a . residentSizeCurrent ; this . renderValue ( " # clusterRam " , [ d , c ] ) } , renderValue : function ( a , b , c ) { if ( " number " = = typeof b ) $ ( a ) . html ( b ) ; else if ( $ . isArray ( b ) ) { var d = b [ 0 ] , e = b [ 1 ] , f = 1 / ( e / d ) * 100 ; $ ( a ) . html ( f . toFixed ( 1 ) + " % " ) } else " string " = = typeof b & & $ ( a ) . html ( b ) ; c ? ( $ ( a ) . addClass ( " negative " ) , $ ( a ) . removeClass ( " positive " ) ) : ( $ ( a ) . addClass ( " positive " ) , $ ( a ) . removeClass ( " negative " ) ) } , renderNode : function ( a ) { var b = 0 , c = 0 ; if ( a ) if ( this . coordinators . each ( function ( a ) { " ok " = = = a . toJSON ( ) . status ? b + + : c + + } ) , c > 0 ) { var d = c + b ; this . renderValue ( " # clusterNodes " , b + " / " + d , ! 0 ) } else this . renderValue ( " # clusterNodes " , b ) ; else this . renderValue ( " # clusterNodes " , " OFFLINE " , ! 0 ) } , initValues : function ( ) { var a = [ " # clusterNodes " , " # clusterRam " , " # clusterConnections " , " # clusterConnectionsAvg " ] ; _ . each ( a , function ( a ) { $ ( a ) . html ( ' < i class = " fa fa - spin fa - circle - o - notch " style = " color : rgba ( 0 , 0 , 0 , 0 . 64 ) ; " > < / i > ' ) } ) } , graphData : { data : { sent : [ ] , received : [ ] } , http : [ ] , average : [ ] } , checkArraySizes : function ( ) { var a = this ; _ . each ( a . chartsOptions , function ( b , c ) { _ . each ( b . options , function ( b , d ) { b . values . length > a . maxValues - 1 & & a . chartsOptions [ c ] . options [ d ] . values . shift ( ) } ) } ) } , formatDataForGraph : function ( a ) { var b = this ; b . historyInit ? ( b . checkArraySizes ( ) , b . chartsOptions [ 0 ] . options [ 0 ] . values . push ( { x : a . times [ a . times . length - 1 ] , y : a . bytesSentPerSecond [ a . bytesSentPerSecond . length - 1 ] } ) , b . chartsOptions [ 0 ] . options [ 1 ] . values . push ( { x : a . times [ a . times . length - 1 ] , y : a . bytesReceivedPerSecond [ a . bytesReceivedPerSecond . length - 1 ] } ) , b . chartsOptions [ 1 ] . options [ 0 ] . values . push ( { x : a . times [ a . times . length - 1 ] , y : b . calcTotalHttp ( a . http , a . bytesSentPerSecond . length - 1 ) } ) , b . chartsOptions [ 2 ] . options [ 0 ] . values . push ( { x : a . times [ a . times . length - 1 ] , y : a . avgRequestTime [ a . bytesSentPerSecond . length - 1 ] / b . coordinators . length } ) ) : ( _ . each ( a . times , function ( c , d ) { b . chartsOptions [ 0 ] . options [ 0 ] . values . push ( { x : c , y : a . bytesSentPerSecond [ d ] } ) , b . chartsOptions [ 0 ] . options [ 1 ] . values . push ( { x : c , y : a . bytesReceivedPerSecond [ d ] } ) , b . chartsOptions [ 1 ] . options [ 0 ] . values . push ( { x : c , y : b . calcTotalHttp ( a . http , d ) } ) , b . chartsOptions [ 2 ] . options [ 0 ] . values . push ( { x : c , y : a . avgRequestTime [ d ] / b . coordinators . length } ) } ) , b . historyInit = ! 0 ) } , chartsOptions : [ { id : " # clusterData " , type : " bytes " , count : 2 , options : [ { area : ! 0 , values : [ ] , key : " Bytes out " , color : " rgb ( 23 , 190 , 207 ) " , strokeWidth : 2 , fillOpacity : . 1 } , { area : ! 0 , values : [ ] , key : " Bytes in " , color : " rgb ( 188 , 189 , 34 ) " , strokeWidth : 2 , fillOpacity : . 1 } ] } , { id : " # clusterHttp " , type : " bytes " , options : [ { area : ! 0 , values : [ ] , key : " Bytes " , color : " rgb ( 0 , 166 , 90 ) " , fillOpacity : . 1 } ] } , { id : " # clusterAverage " , data : [ ] , type : " seconds " , options : [ { area : ! 0 , values : [ ] , key : " Seconds " , color : " rgb ( 243 , 156 , 18 ) " , fillOpacity : . 1 } ] } ] , initGraphs : function ( ) { var a = this , b = " Fetching data . . . " ; a . statsEnabled = = = ! 1 & & ( b = " Statistics disabled . " ) , _ . each ( a . chartsOptions , function ( c ) { nv . addGraph ( function ( ) { a . charts [ c . id ] = nv . models . stackedAreaChart ( ) . options ( { useInteractiveGuideline : ! 0 , showControls : ! 1 , noData : b , duration : 0 } ) , a . charts [ c . id ] . xAxis . axisLabel ( " " ) . tickFormat ( function ( a ) { var b = new Date ( 1e3 * a ) ; return ( b . getHours ( ) < 10 ? " 0 " : " " ) + b . getHours ( ) + " : " + ( b . getMinutes ( ) < 10 ? " 0 " : " " ) + b . getMinutes ( ) + " : " + ( b . getSeconds ( ) < 10 ? " 0 " : " " ) + b . getSeconds ( ) } ) . staggerLabels ( ! 1 ) , a . charts [ c . id ] . yAxis . axisLabel ( " " ) . tickFormat ( function ( a ) { var b ; return " bytes " = = = c . type ? null = = = a ? " N / A " : ( b = parseFloat ( d3 . format ( " . 2f " ) ( a ) ) , prettyBytes ( b ) ) : " seconds " = = = c . type ? null = = = a ? " N / A " : b = parseFloat ( d3 . format ( " . 3f " ) ( a ) ) : void 0 } ) ; var d , e = a . returnGraphOptions ( c . id ) ; return e . length > 0 ? _ . each ( e , function ( a , b ) { c . options [ b ] . values = a } ) : c . options [ 0 ] . values = [ ] , d = c . options , a . chartData [ c . id ] = d3 . select ( c . id ) . append ( " svg " ) . datum ( d ) . transition ( ) . duration ( 300 ) . call ( a . charts [ c . id ] ) . each ( " start " , function ( ) { window . setTimeout ( function ( ) { d3 . selectAll ( c . id + " * " ) . each ( function ( ) { this . __transition__ & & ( this . __transition__ . duration = 0 ) } ) } , 0 ) } ) , nv . utils . windowResize ( a . charts [ c . id ] . update ) , a . nvcharts . push ( a . charts [ c . id ] ) , a . charts [ c . id ] } ) } ) } , returnGraphOptions : function ( a ) { var b = [ ] ; return b = " # clusterData " = = = a ? [ this . chartsOptions [ 0 ] . options [ 0 ] . values , this . chartsOptions [ 0 ] . options [ 1 ] . values ] : " # clusterHttp " = = = a ? [ this . chartsOptions [ 1 ] . options [ 0 ] . values ] : " # clusterAverage " = = = a ? [ this . chartsOptions [ 2 ] . options [ 0 ] . values ] : [ ] } , rerenderGraphs : function ( a ) { if ( this . statsEnabled ) { var b , c , d = this ; this . formatDataForGraph ( a ) , _ . each ( d . chartsOptions , function ( a ) { c = d . returnGraphOptions ( a . id ) , c . length > 0 ? _ . each ( c , function ( b , c ) { a . options [ c ] . values = b } ) : a . options [ 0 ] . values = [ ] , b = a . options , b [ 0 ] . values . length > 0 & & d . historyInit & & d . charts [ a . id ] & & d . charts [ a . id ] . update ( ) } ) } } , calcTotalHttp : function ( a , b ) { var c = 0 ; return _ . each ( a , function ( a ) { c + = a [ b ] } ) , c } , getCoordStatHistory : function ( a ) { var b , c = this , d = [ ] , e = { http : { } } , f = function ( a ) { return $ . get ( a , { count : c . statCollectCoord . size ( ) } , null , " json " ) } , g = function ( a ) { var b , d = [ " times " ] , f = [ " physicalMemory " , " residentSizeCurrent " , " clientConnections15M " , " clientConnectionsCurrent " ] , g = [ " optionsPerSecond " , " putsPerSecond " , " headsPerSecond " , " postsPerSecond " , " getsPerSecond " , " deletesPerSecond " , " othersPerSecond " , " patchesPerSecond " ] , h = [ " bytesSentPerSecond " , " bytesReceivedPerSecond " , " avgRequestTime " ] , i = 0 ; _ . each ( a , function ( a ) { a . enabled ? c . statsEnabled = ! 0 : c . statsEnabled = ! 1 , " object " = = typeof a & & ( 0 = = = i ? ( _ . each ( d , function ( b ) { e [ b ] = a [ b ] } ) , _ . each ( f , function ( b ) { e [ b ] = a [ b ] } ) , _ . each ( g , function ( b ) { e . http [ b ] = a [ b ] } ) , _ . each ( h , function ( b ) { e [ b ] = a [ b ] } ) ) : ( _ . each ( f , function ( b ) { e [ b ] = e [ b ] + a [ b ] } ) , _ . each ( g , function ( c ) { b = 0 , _ . each ( a [ c ] , function ( a ) { e . http [ c ] [ i ] = e . http [ c ] [ i ] + a , b + + } ) } ) , _ . each ( h , function ( c ) { b = 0 , _ . each ( a [ c ] , function ( a ) { e [ c ] [ i ] = e [ c ] [ i ] + a , b + + } ) } ) ) , i + + ) } ) } ; this . statCollectCoord . each ( function ( a ) { b = a . url + " / short " , d . push ( f ( b ) ) } ) , $ . when . apply ( $ , d ) . done ( function ( ) { var b = [ ] ; _ . each ( d , function ( a ) { b . push ( a . responseJSON ) } ) , g ( b ) , a ( e ) } ) } } ) } ( ) , function ( ) { " use strict " ; window . CollectionListItemView = Backbone . View . extend ( { tagName : " div " , className : " tile pure - u - 1 - 1 pure - u - sm - 1 - 2 pure - u - md - 1 - 3 pure - u - lg - 1 - 4 pure - u - xl - 1 - 6 " , template : templateEngine . createTemplate ( " collectionsItemView . ejs " ) , initialize : function ( a ) { this . collectionsView = a . collectionsView } , events : { " click . iconSet . icon_arangodb_settings2 " : " createEditPropertiesModal " , " click . pull - left " : " noop " , " click . icon_arangodb_settings2 " : " editProperties " , " click . spanInfo " : " showProperties " , click : " selectCollection " } , render : function ( ) { return this . model . get ( " locked " ) ? ( $ ( this . el ) . addClass ( " locked " ) , $ ( this . el ) . addClass ( this . model . get ( " lockType " ) ) ) : $ ( this . el ) . removeClass ( " locked " ) , ( " loading " = = = this . model . get ( " status " ) | | " unloading " = = = this . model . get ( " status " ) ) & & $ ( this . el ) . addClass ( " locked " ) , $ ( this . el ) . html ( this . template . render ( { model : this . model } ) ) , $ ( this . el ) . attr ( " id " , " collection_ " + this . model . get ( " name " ) ) , this } , editProperties : function ( a ) { return this . model . get ( " locked " ) ? 0 : ( a . stopPropagation ( ) , void this . createEditPropertiesModal ( ) ) } , showProperties : function ( a ) { return this . model . get ( " locked " ) ? 0 : ( a . stopPropagation ( ) , void this . createInfoModal ( ) ) } , selectCollection : function ( a ) { return $ ( a . target ) . hasClass ( " disabled " ) ? 0 : this . model . get ( " locked " ) ? 0 : " loading " = = = this . model . get ( " status " ) ? 0 : void ( " unloaded " = = = this . model . get ( " status " ) ? this . loadCollection ( ) : window . App . navigate ( " collection / " + encodeURIComponent ( this . model . get ( " name " ) ) + " / documents / 1 " , { trigger : ! 0 } ) ) } , noop : function ( a ) { a . stopPropagation ( ) } , unloadCollection : function ( ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " Collection error " , this . model . get ( " name " ) + " could not be unloaded . " ) : void 0 = = = a ? ( this . model . set ( " status " , " unloading " ) , this . render ( ) ) : " # collections " = = = window . location . hash ? ( this . model . set ( " status " , " unloaded " ) , this . render ( ) ) : arangoHelper . arangoNotification ( " Collection " + this . model . get ( " name " ) + " unloaded . " ) } . bind ( this ) ; this . model . unloadCollection ( a ) , window . modalView . hide ( ) } , loadCollection : function ( ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " Collection error " , this . model . get ( " name " ) + " could not be loaded . " ) : void 0 = = = a ? ( this . model . set ( " status " , " loading " ) , this . render ( ) ) : " # collections " = = = window . location . hash ? ( this . model . set ( " status " , " loaded " ) , this . render ( ) ) : arangoHelper . arangoNotification ( " Collection " + this . model . get ( " name " ) + " loaded . " ) } . bind ( this ) ; this . model . loadCollection ( a ) , window . modalView . hide ( ) } , truncateCollection : function ( ) { this . model . truncateCollection ( ) , window . modalView . hide ( ) } , deleteCollection : function ( ) { this . model . destroy ( { error : function ( ) { arangoHelper . arangoError ( " Could not delete collection . " ) } , success : function ( ) { window . modalView . hide ( ) } } ) , this . collectionsView . render ( ) } , saveModifiedCollection : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Error " , " Could not get coordinator info " ) ; else { var c ; c = b ? this . model . get ( " name " ) : $ ( " # change - collection - name " ) . val ( ) ; var d = this . model . get ( " status " ) ; if ( " loaded " = = = d ) { var e ; try { e = JSON . parse ( 1024 * $ ( " # change - collection - size " ) . val ( ) * 1024 ) } catch ( f ) { return arangoHelper . arangoError ( " Please enter a valid number " ) , 0 } var g ; try { if ( g = JSON . parse ( $ ( " # change - index - buckets " ) . val ( ) ) , 1 > g | | parseInt ( g ) ! = = Math . pow ( 2 , Math . log2 ( g ) ) ) throw " invalid indexBuckets value " } catch ( f ) { return arangoHelper . arangoError ( " Please enter a valid number of index buckets " ) , 0 } var h = function ( a ) { a ? arangoHelper . arangoError ( " Collection error : " + a . responseText ) : ( this . collectionsView . render ( ) , window . modalView . hide ( ) ) } . bind ( this ) , i = function ( a ) { if ( a ) arangoHelper . arangoError ( " Collection error : " + a . responseText ) ; else { var b = $ ( " # change - collection - sync " ) . val ( ) ; this . model . changeCollection ( b , e , g , h ) } } . bind ( this ) ; this . model . renameCollection ( c , i ) } else if ( " unloaded " = = = d ) if ( this . model . get ( " name " ) ! = = c ) { var j = function ( a , b ) { a ? arangoHelper . arangoError ( " Collection error : " + b . responseText ) : ( this . collectionsView . render ( ) , window . modalView . hide ( ) ) } . bind ( this ) ; this . model . renameCollection ( c , j ) } else window . modalView . hide ( ) } } . bind ( this ) ; window . isCoordinator ( a ) } , createEditPropertiesModal : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Error " , " Could not get coordinator info " ) ; else { var c = ! 1 ; " loaded " = = = this . model . get ( " status " ) & & ( c = ! 0 ) ; var d = [ ] , e = [ ] ; b | | e . push ( window . modalView . createTextEntry ( " change - collection - name " , " Name " , this . model . get ( " name " ) , ! 1 , " " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z ] / ) , msg : " Collection name must always start with a letter . " } , { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only Symbols " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No collection name given . " } ] ) ) ; var f = function ( ) { e . push ( window . modalView . createReadOnlyEntry ( " change - collection - id " , " ID " , this . model . get ( " id " ) , " " ) ) , e . push ( window . modalView . createReadOnlyEntry ( " change - collection - type " , " Type " , this . model . get ( " type " ) , " " ) ) , e . push ( window . modalView . createReadOnlyEntry ( " change - collection - status " , " Status " , this . model . get ( " status " ) , " " ) ) , d . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteCollection . bind ( this ) ) ) , d . push ( window . modalView . createDeleteButton ( " Truncate " , this . truncateCollection . bind ( this ) ) ) , c ? d . push ( window . modalView . createNotificationButton ( " Unload " , this . unloadCollection . bind ( this ) ) ) : d . push ( window . modalView . createNotificationButton ( " Load " , this . loadCollection . bind ( this ) ) ) , d . push ( window . modalView . createSuccessButton ( " Save " , this . saveModifiedCollection . bind ( this ) ) ) ; var a = [ " General " , " Indices " ] , b = [ " modalTable . ejs " , " indicesView . ejs " ] ; window . modalView . show ( b , " Modify Collection " , d , e , null , null , this . events , null , a ) , " loaded " = = = this . model . get ( " status " ) ? this . getIndex ( ) : $ ( $ ( " # infoTab " ) . children ( ) [ 1 ] ) . remove ( ) } . bind ( this ) ; if ( c ) { var g = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Collection " , " Could not fetch properties " ) ; else { var c = b . journalSize / 1048576 , d = b . indexBuckets , g = b . waitForSync ; e . push ( window . modalView . createTextEntry ( " change - collection - size " , " Journal size " , c , " The maximal size of a journal or datafile ( in MB ) . Must be at least 1 . " , " " , ! 0 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 0 - 9 ] * $ / ) , msg : " Must be a number . " } ] ) ) , e . push ( window . modalView . createTextEntry ( " change - index - buckets " , " Index buckets " , d , " The number of index buckets for this collection . Must be at least 1 and a power of 2 . " , " " , ! 0 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 1 - 9 ] [ 0 - 9 ] * $ / ) , msg : " Must be a number greater than 1 and a power of 2 . " } ] ) ) , e . push ( window . modalView . createSelectEntry ( " change - collection - sync " , " Wait for sync " , g , " Synchronize to disk before returning from a create or update of a document . " , [ { value : ! 1 , label : " No " } , { value : ! 0 , label : " Yes " } ] ) ) } f ( ) } . bind ( this ) ; this . model . getProperties ( g ) } else f ( ) } } . bind ( this ) ; window . isCoordinator ( a ) } , bindIndexEvents : function ( ) { this . unbindIndexEvents ( ) ; var a = this ; $ ( " # indexEditView # addIndex " ) . bind ( " click " , function ( ) { a . toggleNewIndexView ( ) , $ ( " # cancelIndex " ) . unbind ( " click " ) , $ ( " # cancelIndex " ) . bind ( " click " , function ( ) { a . toggleNewIndexView ( ) } ) , $ ( " # createIndex " ) . unbind ( " click " ) , $ ( " # createIndex " ) . bind ( " click " , function ( ) { a . createIndex ( ) } ) } ) , $ ( " # newIndexType " ) . bind ( " change " , function ( ) { a . selectIndexType ( ) } ) , $ ( " . deleteIndex " ) . bind ( " click " , function ( b ) { a . prepDeleteIndex ( b ) } ) , $ ( " # infoTab a " ) . bind ( " click " , function ( a ) { if ( $ ( " # indexDeleteModal " ) . remove ( ) , " Indices " ! = = $ ( a . currentTarget ) . html ( ) | | $ ( a . currentTarget ) . parent ( ) . hasClass ( " active " ) | | ( $ ( " # newIndexView " ) . hide ( ) , $ ( " # indexEditView " ) . show ( ) , $ ( " # modal - dialog . modal - footer . button - danger " ) . hide ( ) , $ ( " # modal - dialog . modal - footer . button - success " ) . hide ( ) , $ ( " # modal - dialog . modal - footer . button - notification " ) . hide ( ) ) , " General " = = = $ ( a . currentTarget ) . html ( ) & & ! $ ( a . currentTarget ) . parent ( ) . hasClass ( " active " ) ) { $ ( " # modal - dialog . modal - footer . button - danger " ) . show ( ) , $ ( " # modal - dialog . modal - footer . button - success " ) . show ( ) , $ ( " # modal - dialog . modal - footer . button - notification " ) . show ( ) ; var b = ( $ ( " . index - button - bar " ) [ 0 ] , $ ( " . index - button - bar2 " ) [ 0 ] ) ; $ ( " # cancelIndex " ) . is ( " : visible " ) & & ( $ ( " # cancelIndex " ) . detach ( ) . appendTo ( b ) , $ ( " # createIndex " ) . detach ( ) . appendTo ( b ) ) } } ) } , unbindIndexEvents : function ( ) { $ ( " # indexEditView # addIndex " ) . unbind ( " click " ) , $ ( " # newIndexType " ) . unbind ( " change " ) , $ ( " # infoTab a " ) . unbind ( " click " ) , $ ( " . deleteIndex " ) . unbind ( " click " ) } , createInfoModal : function ( ) { var a = function ( a , b , c ) { if ( a ) arangoHelper . arangoError ( " Figures " , " Could not get revision . " ) ; else { var d = [ ] , e = { figures : c , revision : b , model : this . model } ; window . modalView . show ( " modalCollectionInfo . ejs " , " Collection : " + this . model . get ( " name " ) , d , e ) } } . bind ( this ) , b = function ( b , c ) { if ( b ) arangoHelper . arangoError ( " Figures " , " Could not get figures . " ) ; else { var d = c ; this . model . getRevision ( a , d ) } } . bind ( this ) ; this . model . getFigures ( b ) } , resetIndexForms : function ( ) { $ ( " # indexHeader input " ) . val ( " " ) . prop ( " checked " , ! 1 ) , $ ( " # newIndexType " ) . val ( " Geo " ) . prop ( " selected " , ! 0 ) , this . selectIndexType ( ) } , createIndex : function ( ) { var a , b , c , d = this , e = $ ( " # newIndexType " ) . val ( ) , f = { } ; switch ( e ) { case " Geo " : a = $ ( " # newGeoFields " ) . val ( ) ; var g = d . checkboxToValue ( " # newGeoJson " ) , h = d . checkboxToValue ( " # newGeoConstraint " ) , i = d . checkboxToValue ( " # newGeoIgnoreNull " ) ; f = { type : " geo " , fields : d . stringToArray ( a ) , geoJson : g , constraint : h , ignoreNull : i } ; break ; case " Hash " : a = $ ( " # newHashFields " ) . val ( ) , b = d . checkboxToValue ( " # newHashUnique " ) , c = d . checkboxToValue ( " # newHashSparse " ) , f = { type : " hash " , fields : d . stringToArray ( a ) , <nl> - unique : b , sparse : c } ; break ; case " Fulltext " : a = $ ( " # newFulltextFields " ) . val ( ) ; var j = parseInt ( $ ( " # newFulltextMinLength " ) . val ( ) , 10 ) | | 0 ; f = { type : " fulltext " , fields : d . stringToArray ( a ) , minLength : j } ; break ; case " Skiplist " : a = $ ( " # newSkiplistFields " ) . val ( ) , b = d . checkboxToValue ( " # newSkiplistUnique " ) , c = d . checkboxToValue ( " # newSkiplistSparse " ) , f = { type : " skiplist " , fields : d . stringToArray ( a ) , unique : b , sparse : c } } var k = function ( a , b ) { if ( a ) if ( b ) { var c = JSON . parse ( b . responseText ) ; arangoHelper . arangoError ( " Document error " , c . errorMessage ) } else arangoHelper . arangoError ( " Document error " , " Could not create index . " ) ; d . refreshCollectionsView ( ) } ; window . modalView . hide ( ) , d . model . createIndex ( f , k ) } , lastTarget : null , prepDeleteIndex : function ( a ) { var b = this ; this . lastTarget = a , this . lastId = $ ( this . lastTarget . currentTarget ) . parent ( ) . parent ( ) . first ( ) . children ( ) . first ( ) . text ( ) , $ ( " # modal - dialog . modal - footer " ) . after ( ' < div id = " indexDeleteModal " style = " display : block ; " class = " alert alert - error modal - delete - confirmation " > < strong > Really delete ? < / strong > < button id = " indexConfirmDelete " class = " button - danger pull - right modal - confirm - delete " > Yes < / button > < button id = " indexAbortDelete " class = " button - neutral pull - right " > No < / button > < / div > ' ) , $ ( " # indexConfirmDelete " ) . unbind ( " click " ) , $ ( " # indexConfirmDelete " ) . bind ( " click " , function ( ) { $ ( " # indexDeleteModal " ) . remove ( ) , b . deleteIndex ( ) } ) , $ ( " # indexAbortDelete " ) . unbind ( " click " ) , $ ( " # indexAbortDelete " ) . bind ( " click " , function ( ) { $ ( " # indexDeleteModal " ) . remove ( ) } ) } , refreshCollectionsView : function ( ) { window . App . arangoCollectionsStore . fetch ( { success : function ( ) { window . App . collectionsView . render ( ) } } ) } , deleteIndex : function ( ) { var a = function ( a ) { a ? ( arangoHelper . arangoError ( " Could not delete index " ) , $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . children ( ) . last ( ) . html ( ' < span class = " deleteIndex icon_arangodb_roundminus " data - original - title = " Delete index " title = " Delete index " > < / span > ' ) , this . model . set ( " locked " , ! 1 ) , this . refreshCollectionsView ( ) ) : a | | void 0 = = = a | | ( $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . remove ( ) , this . model . set ( " locked " , ! 1 ) , this . refreshCollectionsView ( ) ) , this . refreshCollectionsView ( ) } . bind ( this ) ; this . model . set ( " locked " , ! 0 ) , this . model . deleteIndex ( this . lastId , a ) , $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . children ( ) . last ( ) . html ( ' < i class = " fa fa - circle - o - notch fa - spin " > < / i > ' ) } , selectIndexType : function ( ) { $ ( " . newIndexClass " ) . hide ( ) ; var a = $ ( " # newIndexType " ) . val ( ) ; $ ( " # newIndexType " + a ) . show ( ) } , getIndex : function ( ) { var a = function ( a , b ) { a ? window . arangoHelper . arangoError ( " Index " , b . errorMessage ) : this . renderIndex ( b ) } . bind ( this ) ; this . model . getIndex ( a ) } , renderIndex : function ( a ) { this . index = a ; var b = " collectionInfoTh modal - text " ; if ( this . index ) { var c = " " , d = " " ; _ . each ( this . index . indexes , function ( a ) { d = " primary " = = = a . type | | " edge " = = = a . type ? ' < span class = " icon_arangodb_locked " data - original - title = " No action " > < / span > ' : ' < span class = " deleteIndex icon_arangodb_roundminus " data - original - title = " Delete index " title = " Delete index " > < / span > ' , void 0 ! = = a . fields & & ( c = a . fields . join ( " , " ) ) ; var e = a . id . indexOf ( " / " ) , f = a . id . substr ( e + 1 , a . id . length ) , g = a . hasOwnProperty ( " selectivityEstimate " ) ? ( 100 * a . selectivityEstimate ) . toFixed ( 2 ) + " % " : " n / a " , h = a . hasOwnProperty ( " sparse " ) ? a . sparse : " n / a " ; $ ( " # collectionEditIndexTable " ) . append ( " < tr > < th class = " + JSON . stringify ( b ) + " > " + f + " < / th > < th class = " + JSON . stringify ( b ) + " > " + a . type + " < / th > < th class = " + JSON . stringify ( b ) + " > " + a . unique + " < / th > < th class = " + JSON . stringify ( b ) + " > " + h + " < / th > < th class = " + JSON . stringify ( b ) + " > " + g + " < / th > < th class = " + JSON . stringify ( b ) + " > " + c + " < / th > < th class = " + JSON . stringify ( b ) + " > " + d + " < / th > < / tr > " ) } ) } this . bindIndexEvents ( ) } , toggleNewIndexView : function ( ) { var a = $ ( " . index - button - bar2 " ) [ 0 ] ; $ ( " # indexEditView " ) . is ( " : visible " ) ? ( $ ( " # indexEditView " ) . hide ( ) , $ ( " # newIndexView " ) . show ( ) , $ ( " # cancelIndex " ) . detach ( ) . appendTo ( " # modal - dialog . modal - footer " ) , $ ( " # createIndex " ) . detach ( ) . appendTo ( " # modal - dialog . modal - footer " ) ) : ( $ ( " # indexEditView " ) . show ( ) , $ ( " # newIndexView " ) . hide ( ) , $ ( " # cancelIndex " ) . detach ( ) . appendTo ( a ) , $ ( " # createIndex " ) . detach ( ) . appendTo ( a ) ) , arangoHelper . fixTooltips ( " . icon_arangodb , . arangoicon " , " right " ) , this . resetIndexForms ( ) } , stringToArray : function ( a ) { var b = [ ] ; return a . split ( " , " ) . forEach ( function ( a ) { a = a . replace ( / ( ^ \ s + | \ s + $ ) / g , " " ) , " " ! = = a & & b . push ( a ) } ) , b } , checkboxToValue : function ( a ) { return $ ( a ) . prop ( " checked " ) } } ) } ( ) , function ( ) { " use strict " ; window . CollectionsView = Backbone . View . extend ( { el : " # content " , el2 : " # collectionsThumbnailsIn " , searchTimeout : null , refreshRate : 1e4 , template : templateEngine . createTemplate ( " collectionsView . ejs " ) , refetchCollections : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . checkLockedCollections ( ) } } ) } , checkLockedCollections : function ( ) { var a = function ( a , b ) { var c = this ; a ? console . log ( " Could not check locked collections " ) : ( this . collection . each ( function ( a ) { a . set ( " locked " , ! 1 ) } ) , _ . each ( b , function ( a ) { var b = c . collection . findWhere ( { id : a . collection } ) ; b . set ( " locked " , ! 0 ) , b . set ( " lockType " , a . type ) , b . set ( " desc " , a . desc ) } ) , this . collection . each ( function ( a ) { a . get ( " locked " ) | | ( $ ( " # collection_ " + a . get ( " name " ) ) . find ( " . corneredBadge " ) . removeClass ( " loaded unloaded " ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . text ( a . get ( " status " ) ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . addClass ( a . get ( " status " ) ) ) , a . get ( " locked " ) | | " loading " = = = a . get ( " status " ) ? ( $ ( " # collection_ " + a . get ( " name " ) ) . addClass ( " locked " ) , a . get ( " locked " ) ? ( $ ( " # collection_ " + a . get ( " name " ) ) . find ( " . corneredBadge " ) . removeClass ( " loaded unloaded " ) , $ ( " # collection_ " + a . get ( " name " ) ) . find ( " . corneredBadge " ) . addClass ( " inProgress " ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . text ( a . get ( " desc " ) ) ) : $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . text ( a . get ( " status " ) ) ) : ( $ ( " # collection_ " + a . get ( " name " ) ) . removeClass ( " locked " ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . text ( a . get ( " status " ) ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . hasClass ( " inProgress " ) & & ( $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . text ( a . get ( " status " ) ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . removeClass ( " inProgress " ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . addClass ( " loaded " ) ) , " unloaded " = = = a . get ( " status " ) & & $ ( " # collection_ " + a . get ( " name " ) + " . icon_arangodb_info " ) . addClass ( " disabled " ) ) } ) ) } . bind ( this ) ; window . arangoHelper . syncAndReturnUninishedAardvarkJobs ( " index " , a ) } , initialize : function ( ) { var a = this ; window . setInterval ( function ( ) { " # collections " = = = window . location . hash & & window . VISIBLE & & a . refetchCollections ( ) } , a . refreshRate ) } , render : function ( ) { this . checkLockedCollections ( ) ; var a = ! 1 ; $ ( " # collectionsDropdown " ) . is ( " : visible " ) & & ( a = ! 0 ) , $ ( this . el ) . html ( this . template . render ( { } ) ) , this . setFilterValues ( ) , a = = = ! 0 & & $ ( " # collectionsDropdown2 " ) . show ( ) ; var b = this . collection . searchOptions ; this . collection . getFiltered ( b ) . forEach ( function ( a ) { $ ( " # collectionsThumbnailsIn " , this . el ) . append ( new window . CollectionListItemView ( { model : a , collectionsView : this } ) . render ( ) . el ) } , this ) , " none " = = = $ ( " # collectionsDropdown2 " ) . css ( " display " ) ? $ ( " # collectionsToggle " ) . removeClass ( " activated " ) : $ ( " # collectionsToggle " ) . addClass ( " activated " ) ; var c ; arangoHelper . setCheckboxStatus ( " # collectionsDropdown " ) ; try { c = b . searchPhrase . length } catch ( d ) { } return $ ( " # searchInput " ) . val ( b . searchPhrase ) , $ ( " # searchInput " ) . focus ( ) , $ ( " # searchInput " ) [ 0 ] . setSelectionRange ( c , c ) , arangoHelper . fixTooltips ( " . icon_arangodb , . arangoicon " , " left " ) , this } , events : { " click # createCollection " : " createCollection " , " keydown # searchInput " : " restrictToSearchPhraseKey " , " change # searchInput " : " restrictToSearchPhrase " , " click # searchSubmit " : " restrictToSearchPhrase " , " click . checkSystemCollections " : " checkSystem " , " click # checkLoaded " : " checkLoaded " , " click # checkUnloaded " : " checkUnloaded " , " click # checkDocument " : " checkDocument " , " click # checkEdge " : " checkEdge " , " click # sortName " : " sortName " , " click # sortType " : " sortType " , " click # sortOrder " : " sortOrder " , " click # collectionsToggle " : " toggleView " , " click . css - label " : " checkBoxes " } , updateCollectionsView : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . render ( ) } } ) } , toggleView : function ( ) { $ ( " # collectionsToggle " ) . toggleClass ( " activated " ) , $ ( " # collectionsDropdown2 " ) . slideToggle ( 200 ) } , checkBoxes : function ( a ) { var b = a . currentTarget . id ; $ ( " # " + b ) . click ( ) } , checkSystem : function ( ) { var a = this . collection . searchOptions , b = a . includeSystem ; a . includeSystem = $ ( " . checkSystemCollections " ) . is ( " : checked " ) = = = ! 0 , b ! = = a . includeSystem & & this . render ( ) } , checkEdge : function ( ) { var a = this . collection . searchOptions , b = a . includeEdge ; a . includeEdge = $ ( " # checkEdge " ) . is ( " : checked " ) = = = ! 0 , b ! = = a . includeEdge & & this . render ( ) } , checkDocument : function ( ) { var a = this . collection . searchOptions , b = a . includeDocument ; a . includeDocument = $ ( " # checkDocument " ) . is ( " : checked " ) = = = ! 0 , b ! = = a . includeDocument & & this . render ( ) } , checkLoaded : function ( ) { var a = this . collection . searchOptions , b = a . includeLoaded ; a . includeLoaded = $ ( " # checkLoaded " ) . is ( " : checked " ) = = = ! 0 , b ! = = a . includeLoaded & & this . render ( ) } , checkUnloaded : function ( ) { var a = this . collection . searchOptions , b = a . includeUnloaded ; a . includeUnloaded = $ ( " # checkUnloaded " ) . is ( " : checked " ) = = = ! 0 , b ! = = a . includeUnloaded & & this . render ( ) } , sortName : function ( ) { var a = this . collection . searchOptions , b = a . sortBy ; a . sortBy = $ ( " # sortName " ) . is ( " : checked " ) = = = ! 0 ? " name " : " type " , b ! = = a . sortBy & & this . render ( ) } , sortType : function ( ) { var a = this . collection . searchOptions , b = a . sortBy ; a . sortBy = $ ( " # sortType " ) . is ( " : checked " ) = = = ! 0 ? " type " : " name " , b ! = = a . sortBy & & this . render ( ) } , sortOrder : function ( ) { var a = this . collection . searchOptions , b = a . sortOrder ; a . sortOrder = $ ( " # sortOrder " ) . is ( " : checked " ) = = = ! 0 ? - 1 : 1 , b ! = = a . sortOrder & & this . render ( ) } , setFilterValues : function ( ) { var a = this . collection . searchOptions ; $ ( " # checkLoaded " ) . attr ( " checked " , a . includeLoaded ) , $ ( " # checkUnloaded " ) . attr ( " checked " , a . includeUnloaded ) , $ ( " . checkSystemCollections " ) . attr ( " checked " , a . includeSystem ) , $ ( " # checkEdge " ) . attr ( " checked " , a . includeEdge ) , $ ( " # checkDocument " ) . attr ( " checked " , a . includeDocument ) , $ ( " # sortName " ) . attr ( " checked " , " type " ! = = a . sortBy ) , $ ( " # sortType " ) . attr ( " checked " , " type " = = = a . sortBy ) , $ ( " # sortOrder " ) . attr ( " checked " , 1 ! = = a . sortOrder ) } , search : function ( ) { var a = this . collection . searchOptions , b = $ ( " # searchInput " ) . val ( ) ; b ! = = a . searchPhrase & & ( a . searchPhrase = b , this . render ( ) ) } , resetSearch : function ( ) { this . searchTimeout & & ( clearTimeout ( this . searchTimeout ) , this . searchTimeout = null ) ; var a = this . collection . searchOptions ; a . searchPhrase = null } , restrictToSearchPhraseKey : function ( ) { var a = this ; this . resetSearch ( ) , a . searchTimeout = setTimeout ( function ( ) { a . search ( ) } , 200 ) } , restrictToSearchPhrase : function ( ) { this . resetSearch ( ) , this . search ( ) } , createCollection : function ( a ) { a . preventDefault ( ) , this . createNewCollectionModal ( ) } , submitCreateCollection : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " DB " , " Could not check coordinator state " ) ; else { var c = $ ( " # new - collection - name " ) . val ( ) , d = $ ( " # new - collection - size " ) . val ( ) , e = $ ( " # new - replication - factor " ) . val ( ) , f = $ ( " # new - collection - type " ) . val ( ) , g = $ ( " # new - collection - sync " ) . val ( ) , h = 1 , i = [ ] ; if ( " " = = = e & & ( e = 1 ) , b ) { if ( h = $ ( " # new - collection - shards " ) . val ( ) , " " = = = h & & ( h = 1 ) , h = parseInt ( h , 10 ) , 1 > h ) return arangoHelper . arangoError ( " Number of shards has to be an integer value greater or equal 1 " ) , 0 ; i = _ . pluck ( $ ( " # new - collection - shardBy " ) . select2 ( " data " ) , " text " ) , 0 = = = i . length & & i . push ( " _key " ) } if ( " _ " = = = c . substr ( 0 , 1 ) ) return arangoHelper . arangoError ( ' No " _ " allowed as first character ! ' ) , 0 ; var j = ! 1 , k = " true " = = = g ; if ( d > 0 ) try { d = 1024 * JSON . parse ( d ) * 1024 } catch ( l ) { return arangoHelper . arangoError ( " Please enter a valid number " ) , 0 } if ( " " = = = c ) return arangoHelper . arangoError ( " No collection name entered ! " ) , 0 ; var m = function ( a , b ) { if ( a ) try { b = JSON . parse ( b . responseText ) , arangoHelper . arangoError ( " Error " , b . errorMessage ) } catch ( c ) { console . log ( c ) } else this . updateCollectionsView ( ) ; window . modalView . hide ( ) } . bind ( this ) ; this . collection . newCollection ( { collName : c , wfs : k , isSystem : j , collSize : d , replicationFactor : e , collType : f , shards : h , shardBy : i } , m ) } } . bind ( this ) ; window . isCoordinator ( a ) } , createNewCollectionModal : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " DB " , " Could not check coordinator state " ) ; else { var c = [ ] , d = [ ] , e = { } , f = [ ] ; d . push ( window . modalView . createTextEntry ( " new - collection - name " , " Name " , " " , ! 1 , " " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z ] / ) , msg : " Collection name must always start with a letter . " } , { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only symbols , " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No collection name given . " } ] ) ) , d . push ( window . modalView . createSelectEntry ( " new - collection - type " , " Type " , " " , " The type of the collection to create . " , [ { value : 2 , label : " Document " } , { value : 3 , label : " Edge " } ] ) ) , b & & ( d . push ( window . modalView . createTextEntry ( " new - collection - shards " , " Shards " , " " , " The number of shards to create . You cannot change this afterwards . Recommended : DBServers squared " , " " , ! 0 ) ) , d . push ( window . modalView . createSelect2Entry ( " new - collection - shardBy " , " shardBy " , " " , " The keys used to distribute documents on shards . Type the key and press return to add it . " , " _key " , ! 1 ) ) ) , c . push ( window . modalView . createSuccessButton ( " Save " , this . submitCreateCollection . bind ( this ) ) ) , f . push ( window . modalView . createTextEntry ( " new - collection - size " , " Journal size " , " " , " The maximal size of a journal or datafile ( in MB ) . Must be at least 1 . " , " " , ! 1 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 0 - 9 ] * $ / ) , msg : " Must be a number . " } ] ) ) , window . App . isCluster & & f . push ( window . modalView . createTextEntry ( " new - replication - factor " , " Replication factor " , " " , " Numeric value . Must be at least 1 . Description : TODO " , " " , ! 1 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 0 - 9 ] * $ / ) , msg : " Must be a number . " } ] ) ) , f . push ( window . modalView . createSelectEntry ( " new - collection - sync " , " Wait for sync " , " " , " Synchronize to disk before returning from a create or update of a document . " , [ { value : ! 1 , label : " No " } , { value : ! 0 , label : " Yes " } ] ) ) , e . header = " Advanced " , e . content = f , window . modalView . show ( " modalTable . ejs " , " New Collection " , c , d , e ) } } . bind ( this ) ; window . isCoordinator ( a ) } } ) } ( ) , function ( ) { " use strict " ; function a ( a , b ) { return ( void 0 = = = a | | null = = = a ) & & ( a = 0 ) , a . toFixed ( b ) } window . DashboardView = Backbone . View . extend ( { el : " # content " , interval : 1e4 , defaultTimeFrame : 12e5 , defaultDetailFrame : 1728e5 , history : { } , graphs : { } , events : { " click . subViewNavbar . subMenuEntry " : " toggleViews " } , tendencies : { asyncPerSecondCurrent : [ " asyncPerSecondCurrent " , " asyncPerSecondPercentChange " ] , syncPerSecondCurrent : [ " syncPerSecondCurrent " , " syncPerSecondPercentChange " ] , clientConnectionsCurrent : [ " clientConnectionsCurrent " , " clientConnectionsPercentChange " ] , clientConnectionsAverage : [ " clientConnections15M " , " clientConnections15MPercentChange " ] , numberOfThreadsCurrent : [ " numberOfThreadsCurrent " , " numberOfThreadsPercentChange " ] , numberOfThreadsAverage : [ " numberOfThreads15M " , " numberOfThreads15MPercentChange " ] , virtualSizeCurrent : [ " virtualSizeCurrent " , " virtualSizePercentChange " ] , virtualSizeAverage : [ " virtualSize15M " , " virtualSize15MPercentChange " ] } , barCharts : { totalTimeDistribution : [ " queueTimeDistributionPercent " , " requestTimeDistributionPercent " ] , dataTransferDistribution : [ " bytesSentDistributionPercent " , " bytesReceivedDistributionPercent " ] } , barChartsElementNames : { queueTimeDistributionPercent : " Queue " , requestTimeDistributionPercent : " Computation " , bytesSentDistributionPercent : " Bytes sent " , bytesReceivedDistributionPercent : " Bytes received " } , getDetailFigure : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " id " ) . replace ( / ChartButton / g , " " ) ; return b } , showDetail : function ( a ) { var b , c = this , d = this . getDetailFigure ( a ) ; b = this . dygraphConfig . getDetailChartConfig ( d ) , this . getHistoryStatistics ( d ) , this . detailGraphFigure = d , window . modalView . hideFooter = ! 0 , window . modalView . hide ( ) , window . modalView . show ( " modalGraph . ejs " , b . header , void 0 , void 0 , void 0 , void 0 , this . events ) , window . modalView . hideFooter = ! 1 , $ ( " # modal - dialog " ) . on ( " hidden " , function ( ) { c . hidden ( ) } ) , $ ( " # modal - dialog " ) . toggleClass ( " modal - chart - detail " , ! 0 ) , b . height = . 7 * $ ( window ) . height ( ) , b . width = $ ( " . modal - inner - detail " ) . width ( ) , b . labelsDiv = $ ( b . labelsDiv ) [ 0 ] , this . detailGraph = new Dygraph ( document . getElementById ( " lineChartDetail " ) , this . history [ this . server ] [ d ] , b ) } , hidden : function ( ) { this . detailGraph . destroy ( ) , delete this . detailGraph , delete this . detailGraphFigure } , getCurrentSize : function ( a ) { " # " ! = = a . substr ( 0 , 1 ) & & ( a = " # " + a ) ; var b , c ; return $ ( a ) . attr ( " style " , " " ) , b = $ ( a ) . height ( ) , c = $ ( a ) . width ( ) , { height : b , width : c } } , prepareDygraphs : function ( ) { var a , b = this ; this . dygraphConfig . getDashBoardFigures ( ) . forEach ( function ( c ) { a = b . dygraphConfig . getDefaultConfig ( c ) ; var d = b . getCurrentSize ( a . div ) ; a . height = d . height , a . width = d . width , b . graphs [ c ] = new Dygraph ( document . getElementById ( a . div ) , b . history [ b . server ] [ c ] | | [ ] , a ) } ) } , initialize : function ( a ) { this . options = a , this . dygraphConfig = a . dygraphConfig , this . d3NotInitialized = ! 0 , this . events [ " click . dashboard - sub - bar - menu - sign " ] = this . showDetail . bind ( this ) , this . events [ " mousedown . dygraph - rangesel - zoomhandle " ] = this . stopUpdating . bind ( this ) , this . events [ " mouseup . dygraph - rangesel - zoomhandle " ] = this . startUpdating . bind ( this ) , this . serverInfo = a . serverToShow , this . serverInfo ? this . server = this . serverInfo . target : this . server = " - local - " , this . history [ this . server ] = { } } , toggleViews : function ( a ) { var b = a . currentTarget . id . split ( " - " ) [ 0 ] , c = this , d = [ " replication " , " requests " , " system " ] ; _ . each ( d , function ( a ) { b ! = = a ? $ ( " # " + a ) . hide ( ) : ( $ ( " # " + a ) . show ( ) , c . resize ( ) , $ ( window ) . resize ( ) ) } ) , $ ( " . subMenuEntries " ) . children ( ) . removeClass ( " active " ) , $ ( " # " + b + " - statistics " ) . addClass ( " active " ) , window . setTimeout ( function ( ) { c . resize ( ) , $ ( window ) . resize ( ) } , 200 ) } , cleanupHistory : function ( a ) { if ( this . history [ this . server ] . hasOwnProperty ( a ) & & this . history [ this . server ] [ a ] . length > this . defaultTimeFrame / this . interval ) for ( ; this . history [ this . server ] [ a ] . length > this . defaultTimeFrame / this . interval ; ) this . history [ this . server ] [ a ] . shift ( ) } , updateCharts : function ( ) { var a = this ; return this . detailGraph ? void this . updateLineChart ( this . detailGraphFigure , ! 0 ) : ( this . prepareD3Charts ( this . isUpdating ) , this . prepareResidentSize ( this . isUpdating ) , this . updateTendencies ( ) , void Object . keys ( this . graphs ) . forEach ( function ( b ) { a . updateLineChart ( b , ! 1 ) } ) ) } , updateTendencies : function ( ) { var a = this , b = this . tendencies , c = " " ; Object . keys ( b ) . forEach ( function ( b ) { var d = " " , e = 0 ; a . history . hasOwnProperty ( a . server ) & & a . history [ a . server ] . hasOwnProperty ( b ) & & ( e = a . history [ a . server ] [ b ] [ 1 ] ) , 0 > e ? c = " # d05448 " : ( c = " # 7da817 " , d = " + " ) , a . history . hasOwnProperty ( a . server ) & & a . history [ a . server ] . hasOwnProperty ( b ) ? $ ( " # " + b ) . html ( a . history [ a . server ] [ b ] [ 0 ] + ' < br / > < span class = " dashboard - figurePer " style = " color : ' + c + ' ; " > ' + d + e + " % < / span > " ) : $ ( " # " + b ) . html ( ' < br / > < span class = " dashboard - figurePer " style = " color : # 000 ; " > < p class = " dataNotReadyYet " > data not ready yet < / p > < / span > ' ) } ) } , updateDateWindow : function ( a , b ) { var c , d , e = ( new Date ) . getTime ( ) ; return b & & a . dateWindow_ ? ( c = a . dateWindow_ [ 0 ] , d = e - a . dateWindow_ [ 1 ] - 5 * this . interval > 0 ? a . dateWindow_ [ 1 ] : e , [ c , d ] ) : [ e - this . defaultTimeFrame , e ] } , updateLineChart : function ( a , b ) { var c = b ? this . detailGraph : this . graphs [ a ] , d = { file : this . history [ this . server ] [ a ] , dateWindow : this . updateDateWindow ( c , b ) } , e = 0 , f = [ ] ; _ . each ( d . file , function ( a ) { var b = a [ 0 ] . getSeconds ( ) - a [ 0 ] . getSeconds ( ) % 10 ; d . file [ e ] [ 0 ] . setSeconds ( b ) , f . push ( d . file [ e ] [ 0 ] ) , e + + } ) ; for ( var g = new Date ( Math . max . apply ( null , f ) ) , h = new Date ( Math . min . apply ( null , f ) ) , i = new Date ( h . getTime ( ) ) , j = [ ] , k = [ ] ; g > i ; ) i = new Date ( i . setSeconds ( i . getSeconds ( ) + 10 ) ) , k . push ( i ) ; _ . each ( k , function ( a ) { var b = ! 1 ; _ . each ( d . file , function ( c ) { Math . floor ( a . getTime ( ) / 1e3 ) = = = Math . floor ( c [ 0 ] . getTime ( ) / 1e3 ) & & ( b = ! 0 ) } ) , b = = = ! 1 & & a < new Date & & j . push ( a ) } ) , _ . each ( j , function ( b ) { ( " systemUserTime " = = = a | | " requests " = = = a | | " pageFaults " = = = a | | " dataTransfer " = = = a ) & & d . file . push ( [ b , 0 , 0 ] ) , " totalTime " = = = a & & d . file . push ( [ b , 0 , 0 , 0 ] ) } ) , void 0 = = = d . file ? ( $ ( " # loadingScreen span " ) . text ( " Statistics not ready yet . Waiting . " ) , ( " # dashboard " = = = window . location . hash | | " " = = = window . location . hash | | " # " = = = window . location . hash ) & & ( $ ( " # loadingScreen " ) . show ( ) , $ ( " # content " ) . hide ( ) ) ) : ( $ ( " # content " ) . show ( ) , $ ( " # loadingScreen " ) . hide ( ) , d . file . sort ( function ( a , b ) { return new Date ( b [ 0 ] ) - new Date ( a [ 0 ] ) } ) , c . updateOptions ( d ) , this . history [ this . server ] . hasOwnProperty ( a ) & & this . cleanupHistory ( a ) ) , $ ( window ) . trigger ( " resize " ) , this . resize ( ) } , mergeDygraphHistory : function ( a , b ) { var c , d = this ; this . dygraphConfig . getDashBoardFigures ( ! 0 ) . forEach ( function ( e ) { if ( d . dygraphConfig . mapStatToFigure [ e ] & & ( d . history [ d . server ] [ e ] | | ( d . history [ d . server ] [ e ] = [ ] ) , c = [ ] , d . dygraphConfig . mapStatToFigure [ e ] . forEach ( function ( d ) { a [ d ] & & ( " times " = = = d ? c . push ( new Date ( 1e3 * a [ d ] [ b ] ) ) : c . push ( a [ d ] [ b ] ) ) } ) , c . length > 1 ) ) { var f = 0 , g = 0 ; 9 = = = c . length & & ( f + = c [ 1 ] , f + = c [ 6 ] , f + = c [ 7 ] , f + = c [ 8 ] , g + = c [ 2 ] , g + = c [ 3 ] , g + = c [ 4 ] , g + = c [ 5 ] , c = [ c [ 0 ] , f , g ] ) , d . history [ d . server ] [ e ] . push ( c ) } } ) } , cutOffHistory : function ( a , b ) { for ( var c , d = this ; 0 ! = = d . history [ d . server ] [ a ] . length & & ( c = d . history [ d . server ] [ a ] [ 0 ] [ 0 ] , ! ( c > = b ) ) ; ) d . history [ d . server ] [ a ] . shift ( ) } , cutOffDygraphHistory : function ( a ) { var b = this , c = new Date ( a ) ; this . dygraphConfig . getDashBoardFigures ( ! 0 ) . forEach ( function ( a ) { b . dygraphConfig . mapStatToFigure [ a ] & & b . history [ b . server ] [ a ] & & b . cutOffHistory ( a , c ) } ) } , mergeHistory : function ( b ) { var c , d = this ; for ( c = 0 ; c < b . times . length ; + + c ) this . mergeDygraphHistory ( b , c ) ; this . cutOffDygraphHistory ( ( new Date ) . getTime ( ) - this . defaultTimeFrame ) , Object . keys ( this . tendencies ) . forEach ( function ( c ) { var e = 1 , f = 1 ; " virtualSizeCurrent " = = = c | | " virtualSizeAverage " = = = c ? ( b [ d . tendencies [ c ] [ 0 ] ] / = 1073741824 , e = 2 ) : " clientConnectionsCurrent " = = = c ? e = 0 : " numberOfThreadsCurrent " = = = c & & ( e = 0 ) , d . history [ d . server ] [ c ] = [ a ( b [ d . tendencies [ c ] [ 0 ] ] , e ) , a ( 100 * b [ d . tendencies [ c ] [ 1 ] ] , f ) ] } ) , Object . keys ( this . barCharts ) . forEach ( function ( a ) { d . history [ d . server ] [ a ] = d . mergeBarChartData ( d . barCharts [ a ] , b ) } ) , d . history [ d . server ] . physicalMemory = b . physicalMemory , d . history [ d . server ] . residentSizeCurrent = b . residentSizeCurrent , d . history [ d . server ] . residentSizePercent = b . residentSizePercent , d . history [ d . server ] . residentSizeChart = [ { key : " " , color : this . dygraphConfig . colors [ 1 ] , values : [ { label : " used " , value : 100 * b . residentSizePercent } ] } , { key : " " , color : this . dygraphConfig . colors [ 2 ] , values : [ { label : " used " , value : 100 - 100 * b . residentSizePercent } ] } ] , this . nextStart = b . nextStart } , mergeBarChartData : function ( a , b ) { var c , d = { key : this . barChartsElementNames [ a [ 0 ] ] , color : this . dygraphConfig . colors [ 1 ] , values : [ ] } , e = { key : this . barChartsElementNames [ a [ 1 ] ] , color : this . dygraphConfig . colors [ 2 ] , values : [ ] } ; for ( c = b [ a [ 0 ] ] . values . length - 1 ; c > = 0 ; - - c ) d . values . push ( { label : this . getLabel ( b [ a [ 0 ] ] . cuts , c ) , value : b [ a [ 0 ] ] . values [ c ] } ) , e . values . push ( { label : this . getLabel ( b [ a [ 1 ] ] . cuts , c ) , value : b [ a [ 1 ] ] . values [ c ] } ) ; return [ d , e ] } , getLabel : function ( a , b ) { return a [ b ] ? 0 = = = b ? " 0 - " + a [ b ] : a [ b - 1 ] + " - " + a [ b ] : " > " + a [ b - 1 ] } , renderReplicationStatistics : function ( a ) { $ ( " # repl - numbers table tr : nth - child ( 1 ) > td : nth - child ( 2 ) " ) . html ( a . state . totalEvents ) , $ ( " # repl - numbers table tr : nth - child ( 2 ) > td : nth - child ( 2 ) " ) . html ( a . state . totalRequests ) , $ ( " # repl - numbers table tr : nth - child ( 3 ) > td : nth - child ( 2 ) " ) . html ( a . state . totalFailedConnects ) , a . state . lastAppliedContinuousTick ? $ ( " # repl - ticks table tr : nth - child ( 1 ) > td : nth - child ( 2 ) " ) . html ( a . state . lastAppliedContinuousTick ) : $ ( " # repl - ticks table tr : nth - child ( 1 ) > td : nth - child ( 2 ) " ) . html ( " no data available " ) . addClass ( " no - data " ) , a . state . lastProcessedContinuousTick ? $ ( " # repl - ticks table tr : nth - child ( 2 ) > td : nth - child ( 2 ) " ) . html ( a . state . lastProcessedContinuousTick ) : $ ( " # repl - ticks table tr : nth - child ( 2 ) > td : nth - child ( 2 ) " ) . html ( " no data available " ) . addClass ( " no - data " ) , a . state . lastAvailableContinuousTick ? $ ( " # repl - ticks table tr : nth - child ( 3 ) > td : nth - child ( 2 ) " ) . html ( a . state . lastAvailableContinuousTick ) : $ ( " # repl - ticks table tr : nth - child ( 3 ) > td : nth - child ( 2 ) " ) . html ( " no data available " ) . addClass ( " no - data " ) , $ ( " # repl - progress table tr : nth - child ( 1 ) > td : nth - child ( 2 ) " ) . html ( a . state . progress . message ) , $ ( " # repl - progress table tr : nth - child ( 2 ) > td : nth - child ( 2 ) " ) . html ( a . state . progress . time ) , $ ( " # repl - progress table tr : nth - child ( 3 ) > td : nth - child ( 2 ) " ) . html ( a . state . progress . failedConnects ) } , getReplicationStatistics : function ( ) { var a = this ; $ . ajax ( arangoHelper . databaseUrl ( " / _api / replication / applier - state " ) , { async : ! 0 } ) . done ( function ( b ) { if ( b . hasOwnProperty ( " state " ) ) { var c ; c = b . state . running ? " active " : " inactive " , c = ' < span class = " state " > ' + c + " < / span > " , $ ( " # replication - chart . dashboard - sub - bar " ) . html ( " Replication " + c ) , a . renderReplicationStatistics ( b ) } } ) } , getStatistics : function ( a , b ) { var c = this , d = arangoHelper . databaseUrl ( " / _admin / aardvark / statistics / short " , " _system " ) , e = " ? start = " ; e + = c . nextStart ? c . nextStart : ( ( new Date ) . getTime ( ) - c . defaultTimeFrame ) / 1e3 , " - local - " ! = = c . server & & ( e + = " & type = short & DBserver = " + c . serverInfo . target , c . history . hasOwnProperty ( c . server ) | | ( c . history [ c . server ] = { } ) ) , $ . ajax ( d + e , { async : ! 0 , xhrFields : { withCredentials : ! 0 } , crossDomain : ! 0 } ) . done ( function ( d ) { d . times . length > 0 & & ( c . isUpdating = ! 0 , c . mergeHistory ( d ) ) , c . isUpdating ! = = ! 1 & & ( a & & a ( d . enabled , b ) , c . updateCharts ( ) ) } ) . error ( function ( a ) { console . log ( " stat fetch req error " ) , console . log ( a ) } ) , this . getReplicationStatistics ( ) } , getHistoryStatistics : function ( a ) { var b = this , c = " statistics / long " , d = " ? filter = " + this . dygraphConfig . mapStatToFigure [ a ] . join ( ) ; " - local - " ! = = b . server & & ( c = b . server . endpoint + arangoHelper . databaseUrl ( " / _admin / aardvark / statistics / cluster " ) , d + = " & type = long & DBserver = " + b . server . target , b . history . hasOwnProperty ( b . server ) | | ( b . history [ b . server ] = { } ) ) ; var e = window . location . href . split ( " / " ) , f = e [ 0 ] + " / / " + e [ 2 ] + " / " + e [ 3 ] + " / _system / " + e [ 5 ] + " / " + e [ 6 ] + " / " ; $ . ajax ( f + c + d , { async : ! 0 } ) . done ( function ( c ) { var d ; for ( b . history [ b . server ] [ a ] = [ ] , d = 0 ; d < c . times . length ; + + d ) b . mergeDygraphHistory ( c , d , ! 0 ) } ) } , addEmptyDataLabels : function ( ) { 0 = = = $ ( " . dataNotReadyYet " ) . length & & ( $ ( " # dataTransferDistribution " ) . prepend ( ' < p class = " dataNotReadyYet " > data not ready yet < / p > ' ) , $ ( " # totalTimeDistribution " ) . prepend ( ' < p class = " dataNotReadyYet " > data not ready yet < / p > ' ) , $ ( " . dashboard - bar - chart - title " ) . append ( ' < p class = " dataNotReadyYet " > data not ready yet < / p > ' ) ) } , removeEmptyDataLabels : function ( ) { $ ( " . dataNotReadyYet " ) . remove ( ) } , prepareResidentSize : function ( b ) { var c = this , d = this . getCurrentSize ( " # residentSizeChartContainer " ) , e = c . history [ c . server ] . residentSizeCurrent / 1024 / 1024 , f = " " ; f = 1025 > e ? a ( e , 2 ) + " MB " : a ( e / 1024 , 2 ) + " GB " ; var g = a ( 100 * c . history [ c . server ] . residentSizePercent , 2 ) , h = [ a ( c . history [ c . server ] . physicalMemory / 1024 / 1024 / 1024 , 0 ) + " GB " ] ; return void 0 = = = c . history [ c . server ] . residentSizeChart ? void this . addEmptyDataLabels ( ) : ( this . removeEmptyDataLabels ( ) , void nv . addGraph ( function ( ) { var a = nv . models . multiBarHorizontalChart ( ) . x ( function ( a ) { return a . label } ) . y ( function ( a ) { return a . value } ) . width ( d . width ) . height ( d . height ) . margin ( { top : ( $ ( " residentSizeChartContainer " ) . outerHeight ( ) - $ ( " residentSizeChartContainer " ) . height ( ) ) / 2 , right : 1 , bottom : ( $ ( " residentSizeChartContainer " ) . outerHeight ( ) - $ ( " residentSizeChartContainer " ) . height ( ) ) / 2 , left : 1 } ) . showValues ( ! 1 ) . showYAxis ( ! 1 ) . showXAxis ( ! 1 ) . showLegend ( ! 1 ) . showControls ( ! 1 ) . stacked ( ! 0 ) ; return a . yAxis . tickFormat ( function ( a ) { return a + " % " } ) . showMaxMin ( ! 1 ) , a . xAxis . showMaxMin ( ! 1 ) , d3 . select ( " # residentSizeChart svg " ) . datum ( c . history [ c . server ] . residentSizeChart ) . call ( a ) , d3 . select ( " # residentSizeChart svg " ) . select ( " . nv - zeroLine " ) . remove ( ) , b & & ( d3 . select ( " # residentSizeChart svg " ) . select ( " # total " ) . remove ( ) , d3 . select ( " # residentSizeChart svg " ) . select ( " # percentage " ) . remove ( ) ) , d3 . select ( " . dashboard - bar - chart - title . percentage " ) . html ( f + " ( " + g + " % ) " ) , d3 . select ( " . dashboard - bar - chart - title . absolut " ) . html ( h [ 0 ] ) , nv . utils . windowResize ( a . update ) , a } , function ( ) { d3 . selectAll ( " # residentSizeChart . nv - bar " ) . on ( " click " , function ( ) { } ) } ) ) } , prepareD3Charts : function ( b ) { var c = this , d = { totalTimeDistribution : [ " queueTimeDistributionPercent " , " requestTimeDistributionPercent " ] , dataTransferDistribution : [ " bytesSentDistributionPercent " , " bytesReceivedDistributionPercent " ] } ; this . d3NotInitialized & & ( b = ! 1 , this . d3NotInitialized = ! 1 ) , _ . each ( Object . keys ( d ) , function ( b ) { var d = c . getCurrentSize ( " # " + b + " Container . dashboard - interior - chart " ) , e = " # " + b + " Container svg " ; return void 0 = = = c . history [ c . server ] . residentSizeChart ? void c . addEmptyDataLabels ( ) : ( c . removeEmptyDataLabels ( ) , void nv . addGraph ( function ( ) { var f = [ 0 , . 25 , . 5 , . 75 , 1 ] , g = 75 , h = 23 , i = 6 ; d . width < 219 ? ( f = [ 0 , . 5 , 1 ] , g = 72 , h = 21 , i = 5 ) : d . width < 299 ? ( f = [ 0 , . 3334 , . 6667 , 1 ] , g = 77 ) : d . width < 379 ? g = 87 : d . width < 459 ? g = 95 : d . width < 539 ? g = 100 : d . width < 619 & & ( g = 105 ) ; var j = nv . models . multiBarHorizontalChart ( ) . x ( function ( a ) { return a . label } ) . y ( function ( a ) { return a . value } ) . width ( d . width ) . height ( d . height ) . margin ( { top : 5 , right : 20 , bottom : h , left : g } ) . showValues ( ! 1 ) . showYAxis ( ! 0 ) . showXAxis ( ! 0 ) . showLegend ( ! 1 ) . showControls ( ! 1 ) . forceY ( [ 0 , 1 ] ) ; j . yAxis . showMaxMin ( ! 1 ) ; d3 . select ( " . nv - y . nv - axis " ) . selectAll ( " text " ) . attr ( " transform " , " translate ( 0 , " + i + " ) " ) ; return j . yAxis . tickValues ( f ) . tickFormat ( function ( b ) { return a ( 100 * b * 100 / 100 , 0 ) + " % " } ) , d3 . select ( e ) . datum ( c . history [ c . server ] [ b ] ) . call ( j ) , nv . utils . windowResize ( j . update ) , j } , function ( ) { d3 . selectAll ( e + " . nv - bar " ) . on ( " click " , function ( ) { } ) } ) ) } ) } , stopUpdating : function ( ) { this . isUpdating = ! 1 } , startUpdating : function ( ) { var a = this ; a . timer | | ( a . timer = window . setInterval ( function ( ) { window . App . isCluster ? window . location . hash . indexOf ( a . serverInfo . target ) > - 1 & & a . getStatistics ( ) : a . getStatistics ( ) } , a . interval ) ) } , resize : function ( ) { if ( this . isUpdating ) { var a , b = this ; _ . each ( this . graphs , function ( c ) { a = b . getCurrentSize ( c . maindiv_ . id ) , c . resize ( a . width , a . height ) } ) , this . detailGraph & & ( a = this . getCurrentSize ( this . detailGraph . maindiv_ . id ) , this . detailGraph . resize ( a . width , a . height ) ) , this . prepareD3Charts ( ! 0 ) , this . prepareResidentSize ( ! 0 ) } } , template : templateEngine . createTemplate ( " dashboardView . ejs " ) , render : function ( a ) { var b = function ( a , b ) { return b | | $ ( this . el ) . html ( this . template . render ( ) ) , a & & " _system " = = = frontendConfig . db ? ( this . prepareDygraphs ( ) , this . isUpdating & & ( this . prepareD3Charts ( ) , this . prepareResidentSize ( ) , this . updateTendencies ( ) , $ ( window ) . trigger ( " resize " ) ) , this . startUpdating ( ) , void $ ( window ) . resize ( ) ) : ( $ ( this . el ) . html ( " " ) , void ( this . server ? $ ( this . el ) . append ( ' < div style = " color : red " > Server statistics ( ' + this . server + " ) are disabled . < / div > " ) : $ ( this . el ) . append ( ' < div style = " color : red " > Server statistics are disabled . < / div > ' ) ) ) } . bind ( this ) , c = function ( ) { $ ( this . el ) . html ( " " ) , $ ( " . contentDiv " ) . remove ( ) , $ ( " . headerBar " ) . remove ( ) , $ ( " . dashboard - headerbar " ) . remove ( ) , $ ( " . dashboard - row " ) . remove ( ) , $ ( this . el ) . append ( ' < div style = " color : red " > You do not have permission to view this page . < / div > ' ) , $ ( this . el ) . append ( " < div style = \ " color : red \ " > You can switch to ' _system ' to see the dashboard . < / div > " ) } . bind ( this ) ; if ( " _system " ! = = frontendConfig . db ) return void c ( ) ; var d = function ( d , e ) { d | | ( e ? this . getStatistics ( b , a ) : c ( ) ) } . bind ( this ) ; void 0 = = = window . App . currentDB . get ( " name " ) ? window . setTimeout ( function ( ) { return " _system " ! = = window . App . currentDB . get ( " name " ) ? void c ( ) : void this . options . database . hasSystemAccess ( d ) } . bind ( this ) , 300 ) : this . options . database . hasSystemAccess ( d ) } } ) } ( ) , function ( ) { " use strict " ; window . databaseView = Backbone . View . extend ( { users : null , el : " # content " , template : templateEngine . createTemplate ( " databaseView . ejs " ) , dropdownVisible : ! 1 , currentDB : " " , events : { " click # createDatabase " : " createDatabase " , " click # submitCreateDatabase " : " submitCreateDatabase " , " click . editDatabase " : " editDatabase " , " click . icon " : " editDatabase " , " click # selectDatabase " : " updateDatabase " , " click # submitDeleteDatabase " : " submitDeleteDatabase " , " click . contentRowInactive a " : " changeDatabase " , " keyup # databaseSearchInput " : " search " , " click # databaseSearchSubmit " : " search " , " click # databaseToggle " : " toggleSettingsDropdown " , " click . css - label " : " checkBoxes " , " click # dbSortDesc " : " sorting " } , sorting : function ( ) { $ ( " # dbSortDesc " ) . is ( " : checked " ) ? this . collection . setSortingDesc ( ! 0 ) : this . collection . setSortingDesc ( ! 1 ) , $ ( " # databaseDropdown " ) . is ( " : visible " ) ? this . dropdownVisible = ! 0 : this . dropdownVisible = ! 1 , this . render ( ) } , initialize : function ( ) { this . collection . fetch ( { async : ! 0 } ) } , checkBoxes : function ( a ) { var b = a . currentTarget . id ; $ ( " # " + b ) . click ( ) } , render : function ( ) { var a = function ( a , b ) { a ? arangoHelper . arangoError ( " DB " , " Could not get current db properties " ) : ( this . currentDB = b , this . collection . sort ( ) , $ ( this . el ) . html ( this . template . render ( { collection : this . collection , searchString : " " , currentDB : this . currentDB } ) ) , this . dropdownVisible = = = ! 0 & & ( $ ( " # dbSortDesc " ) . attr ( " checked " , this . collection . sortOptions . desc ) , $ ( " # databaseToggle " ) . toggleClass ( " activated " ) , $ ( " # databaseDropdown2 " ) . show ( ) ) , arangoHelper . setCheckboxStatus ( " # databaseDropdown " ) , this . replaceSVGs ( ) ) } . bind ( this ) ; return this . collection . getCurrentDatabase ( a ) , this } , toggleSettingsDropdown : function ( ) { $ ( " # dbSortDesc " ) . attr ( " checked " , this . collection . sortOptions . desc ) , $ ( " # databaseToggle " ) . toggleClass ( " activated " ) , $ ( " # databaseDropdown2 " ) . slideToggle ( 200 ) } , selectedDatabase : function ( ) { return $ ( " # selectDatabases " ) . val ( ) } , handleError : function ( a , b , c ) { return 409 = = = a ? void arangoHelper . arangoError ( " DB " , " Database " + c + " already exists . " ) : 400 = = = a ? void arangoHelper . arangoError ( " DB " , " Invalid Parameters " ) : 403 = = = a ? void arangoHelper . arangoError ( " DB " , " Insufficent rights . Execute this from _system database " ) : void 0 ; <nl> - } , validateDatabaseInfo : function ( a , b ) { return " " = = = b ? ( arangoHelper . arangoError ( " DB " , " You have to define an owner for the new database " ) , ! 1 ) : " " = = = a ? ( arangoHelper . arangoError ( " DB " , " You have to define a name for the new database " ) , ! 1 ) : 0 = = = a . indexOf ( " _ " ) ? ( arangoHelper . arangoError ( " DB " , " Databasename should not start with _ " ) , ! 1 ) : a . match ( / ^ [ a - zA - Z ] [ a - zA - Z0 - 9_ \ - ] * $ / ) ? ! 0 : ( arangoHelper . arangoError ( " DB " , " Databasename may only contain numbers , letters , _ and - " ) , ! 1 ) } , createDatabase : function ( a ) { a . preventDefault ( ) , this . createAddDatabaseModal ( ) } , switchDatabase : function ( a ) { if ( ! $ ( a . target ) . parent ( ) . hasClass ( " iconSet " ) ) { var b = $ ( a . currentTarget ) . find ( " h5 " ) . text ( ) ; if ( " " ! = = b ) { var c = this . collection . createDatabaseURL ( b ) ; window . location . replace ( c ) } } } , submitCreateDatabase : function ( ) { var a , b = this , c = $ ( " # newDatabaseName " ) . val ( ) , d = $ ( " # newUser " ) . val ( ) ; if ( a = " true " = = = $ ( " # useDefaultPassword " ) . val ( ) ? " ARANGODB_DEFAULT_ROOT_PASSWORD " : $ ( " # newPassword " ) . val ( ) , this . validateDatabaseInfo ( c , d , a ) ) { var e = { name : c , users : [ { username : d , passwd : a , active : ! 0 } ] } ; this . collection . create ( e , { wait : ! 0 , error : function ( a , d ) { b . handleError ( d . status , d . statusText , c ) } , success : function ( ) { b . updateDatabases ( ) , window . modalView . hide ( ) , window . App . naviView . dbSelectionView . render ( $ ( " # dbSelect " ) ) } } ) } } , submitDeleteDatabase : function ( a ) { var b = this . collection . where ( { name : a } ) ; b [ 0 ] . destroy ( { wait : ! 0 , url : arangoHelper . databaseUrl ( " / _api / database / " + a ) } ) , this . updateDatabases ( ) , window . App . naviView . dbSelectionView . render ( $ ( " # dbSelect " ) ) , window . modalView . hide ( ) } , changeDatabase : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " id " ) , c = this . collection . createDatabaseURL ( b ) ; window . location . replace ( c ) } , updateDatabases : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . render ( ) , window . App . handleSelectDatabase ( ) } } ) } , editDatabase : function ( a ) { var b = this . evaluateDatabaseName ( $ ( a . currentTarget ) . attr ( " id " ) , " _edit - database " ) , c = ! 0 ; b = = = this . currentDB & & ( c = ! 1 ) , this . createEditDatabaseModal ( b , c ) } , search : function ( ) { var a , b , c , d ; a = $ ( " # databaseSearchInput " ) , b = $ ( " # databaseSearchInput " ) . val ( ) , d = this . collection . filter ( function ( a ) { return - 1 ! = = a . get ( " name " ) . indexOf ( b ) } ) , $ ( this . el ) . html ( this . template . render ( { collection : d , searchString : b , currentDB : this . currentDB } ) ) , this . replaceSVGs ( ) , a = $ ( " # databaseSearchInput " ) , c = a . val ( ) . length , a . focus ( ) , a [ 0 ] . setSelectionRange ( c , c ) } , replaceSVGs : function ( ) { $ ( " . svgToReplace " ) . each ( function ( ) { var a = $ ( this ) , b = a . attr ( " id " ) , c = a . attr ( " src " ) ; $ . get ( c , function ( c ) { var d = $ ( c ) . find ( " svg " ) ; d . attr ( " id " , b ) . attr ( " class " , " tile - icon - svg " ) . removeAttr ( " xmlns : a " ) , a . replaceWith ( d ) } , " xml " ) } ) } , evaluateDatabaseName : function ( a , b ) { var c = a . lastIndexOf ( b ) ; return a . substring ( 0 , c ) } , createEditDatabaseModal : function ( a , b ) { var c = [ ] , d = [ ] ; d . push ( window . modalView . createReadOnlyEntry ( " id_name " , " Name " , a , " " ) ) , b ? c . push ( window . modalView . createDeleteButton ( " Delete " , this . submitDeleteDatabase . bind ( this , a ) ) ) : c . push ( window . modalView . createDisabledButton ( " Delete " ) ) , window . modalView . show ( " modalTable . ejs " , " Delete database " , c , d ) } , createAddDatabaseModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createTextEntry ( " newDatabaseName " , " Name " , " " , ! 1 , " Database Name " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z ] / ) , msg : " Database name must start with a letter . " } , { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only Symbols " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No database name given . " } ] ) ) , b . push ( window . modalView . createTextEntry ( " newUser " , " Username " , null ! = = this . users ? this . users . whoAmI ( ) : " root " , " Please define the owner of this database . This will be the only user having initial access to this database if authentication is turned on . Please note that if you specify a username different to your account you will not be able to access the database with your account after having creating it . Specifying a username is mandatory even with authentication turned off . If there is a failure you will be informed . " , " Database Owner " , ! 0 , [ { rule : Joi . string ( ) . required ( ) , msg : " No username given . " } ] ) ) , b . push ( window . modalView . createSelectEntry ( " useDefaultPassword " , " Use default password " , ! 0 , " Read the password from the environment variable ARANGODB_DEFAULT_ROOT_PASSWORD . " , [ { value : ! 1 , label : " No " } , { value : ! 0 , label : " Yes " } ] ) ) , b . push ( window . modalView . createPasswordEntry ( " newPassword " , " Password " , " " , ! 1 , " " , ! 1 ) ) , a . push ( window . modalView . createSuccessButton ( " Create " , this . submitCreateDatabase . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Create Database " , a , b ) , $ ( " # useDefaultPassword " ) . change ( function ( ) { " true " = = = $ ( " # useDefaultPassword " ) . val ( ) ? $ ( " # row_newPassword " ) . hide ( ) : $ ( " # row_newPassword " ) . show ( ) } ) , $ ( " # row_newPassword " ) . hide ( ) } } ) } ( ) , function ( ) { " use strict " ; window . DBSelectionView = Backbone . View . extend ( { template : templateEngine . createTemplate ( " dbSelectionView . ejs " ) , events : { " click . dbSelectionLink " : " changeDatabase " } , initialize : function ( a ) { this . current = a . current } , changeDatabase : function ( a ) { var b = $ ( a . currentTarget ) . closest ( " . dbSelectionLink . tab " ) . attr ( " id " ) , c = this . collection . createDatabaseURL ( b ) ; window . location . replace ( c ) } , render : function ( a ) { var b = function ( b , c ) { b ? arangoHelper . arangoError ( " DB " , " Could not fetch databases " ) : ( this . $ el = a , this . $ el . html ( this . template . render ( { list : c , current : this . current . get ( " name " ) } ) ) , this . delegateEvents ( ) ) } . bind ( this ) ; return this . collection . getDatabasesForUser ( b ) , this . el } } ) } ( ) , function ( ) { " use strict " ; var a = function ( a ) { var b = a . split ( " / " ) ; return " collection / " + encodeURIComponent ( b [ 0 ] ) + " / " + encodeURIComponent ( b [ 1 ] ) } ; window . DocumentView = Backbone . View . extend ( { el : " # content " , colid : 0 , docid : 0 , customView : ! 1 , defaultMode : " tree " , template : templateEngine . createTemplate ( " documentView . ejs " ) , events : { " click # saveDocumentButton " : " saveDocument " , " click # deleteDocumentButton " : " deleteDocumentModal " , " click # confirmDeleteDocument " : " deleteDocument " , " click # document - from " : " navigateToDocument " , " click # document - to " : " navigateToDocument " , " keydown # documentEditor . ace_editor " : " keyPress " , " keyup . jsoneditor . search input " : " checkSearchBox " , " click . jsoneditor . modes " : " storeMode " , " click # addDocument " : " addDocument " } , checkSearchBox : function ( a ) { " " = = = $ ( a . currentTarget ) . val ( ) & & this . editor . expandAll ( ) } , addDocument : function ( ) { window . App . documentsView . addDocumentModal ( ) } , storeMode : function ( ) { var a = this ; $ ( " . type - modes " ) . on ( " click " , function ( b ) { a . defaultMode = $ ( b . currentTarget ) . text ( ) . toLowerCase ( ) } ) } , keyPress : function ( a ) { a . ctrlKey & & 13 = = = a . keyCode ? ( a . preventDefault ( ) , this . saveDocument ( ) ) : a . metaKey & & 13 = = = a . keyCode & & ( a . preventDefault ( ) , this . saveDocument ( ) ) } , editor : 0 , setType : function ( a ) { a = 2 = = = a ? " document " : " edge " ; var b = function ( a , b , c ) { if ( a ) console . log ( b ) , arangoHelper . arangoError ( " Error " , " Could not fetch data . " ) ; else { var d = c + " : " ; this . type = c , this . fillInfo ( d ) , this . fillEditor ( ) } } . bind ( this ) ; " edge " = = = a ? this . collection . getEdge ( this . colid , this . docid , b ) : " document " = = = a & & this . collection . getDocument ( this . colid , this . docid , b ) } , deleteDocumentModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createReadOnlyEntry ( " doc - delete - button " , " Delete " , " Delete this " + this . type + " ? " , void 0 , void 0 , ! 1 , / [ < > & ' " ] / ) ) , a . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteDocument . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Delete Document " , a , b ) } , deleteDocument : function ( ) { var a = function ( ) { if ( this . customView ) this . customDeleteFunction ( ) ; else { var a = " collection / " + encodeURIComponent ( this . colid ) + " / documents / 1 " ; window . modalView . hide ( ) , window . App . navigate ( a , { trigger : ! 0 } ) } } . bind ( this ) ; if ( " document " = = = this . type ) { var b = function ( b ) { b ? arangoHelper . arangoError ( " Error " , " Could not delete document " ) : a ( ) } . bind ( this ) ; this . collection . deleteDocument ( this . colid , this . docid , b ) } else if ( " edge " = = = this . type ) { var c = function ( b ) { b ? arangoHelper . arangoError ( " Edge error " , " Could not delete edge " ) : a ( ) } . bind ( this ) ; this . collection . deleteEdge ( this . colid , this . docid , c ) } } , navigateToDocument : function ( a ) { var b = $ ( a . target ) . attr ( " documentLink " ) ; b & & window . App . navigate ( b , { trigger : ! 0 } ) } , fillInfo : function ( b ) { var c = this . collection . first ( ) , d = c . get ( " _id " ) , e = c . get ( " _key " ) , f = c . get ( " _rev " ) , g = c . get ( " _from " ) , h = c . get ( " _to " ) ; if ( $ ( " # document - type " ) . text ( b ) , $ ( " # document - id " ) . text ( d ) , $ ( " # document - key " ) . text ( e ) , $ ( " # document - rev " ) . text ( f ) , g & & h ) { var i = a ( g ) , j = a ( h ) ; $ ( " # document - from " ) . text ( g ) , $ ( " # document - from " ) . attr ( " documentLink " , i ) , $ ( " # document - to " ) . text ( h ) , $ ( " # document - to " ) . attr ( " documentLink " , j ) } else $ ( " . edge - info - container " ) . hide ( ) } , fillEditor : function ( ) { var a = this . removeReadonlyKeys ( this . collection . first ( ) . attributes ) ; $ ( " . disabledBread " ) . last ( ) . text ( this . collection . first ( ) . get ( " _key " ) ) , this . editor . set ( a ) , $ ( " . ace_content " ) . attr ( " font - size " , " 11pt " ) } , jsonContentChanged : function ( ) { this . enableSaveButton ( ) } , resize : function ( ) { $ ( " # documentEditor " ) . height ( $ ( " . centralRow " ) . height ( ) - 300 ) } , render : function ( ) { $ ( this . el ) . html ( this . template . render ( { } ) ) , $ ( " # documentEditor " ) . height ( $ ( " . centralRow " ) . height ( ) - 300 ) , this . disableSaveButton ( ) , this . breadcrumb ( ) ; var a = this , b = document . getElementById ( " documentEditor " ) , c = { change : function ( ) { a . jsonContentChanged ( ) } , search : ! 0 , mode : " tree " , modes : [ " tree " , " code " ] , iconlib : " fontawesome4 " } ; return this . editor = new JSONEditor ( b , c ) , this . editor . setMode ( this . defaultMode ) , this } , removeReadonlyKeys : function ( a ) { return _ . omit ( a , [ " _key " , " _id " , " _from " , " _to " , " _rev " ] ) } , saveDocument : function ( ) { if ( void 0 = = = $ ( " # saveDocumentButton " ) . attr ( " disabled " ) ) if ( " _ " = = = this . collection . first ( ) . attributes . _id . substr ( 0 , 1 ) ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createReadOnlyEntry ( " doc - save - system - button " , " Caution " , " You are modifying a system collection . Really continue ? " , void 0 , void 0 , ! 1 , / [ < > & ' " ] / ) ) , a . push ( window . modalView . createSuccessButton ( " Save " , this . confirmSaveDocument . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Modify System Collection " , a , b ) } else this . confirmSaveDocument ( ) } , confirmSaveDocument : function ( ) { window . modalView . hide ( ) ; var a ; try { a = this . editor . get ( ) } catch ( b ) { return this . errorConfirmation ( b ) , void this . disableSaveButton ( ) } if ( a = JSON . stringify ( a ) , " document " = = = this . type ) { var c = function ( a ) { a ? arangoHelper . arangoError ( " Error " , " Could not save document . " ) : ( this . successConfirmation ( ) , this . disableSaveButton ( ) ) } . bind ( this ) ; this . collection . saveDocument ( this . colid , this . docid , a , c ) } else if ( " edge " = = = this . type ) { var d = function ( a ) { a ? arangoHelper . arangoError ( " Error " , " Could not save edge . " ) : ( this . successConfirmation ( ) , this . disableSaveButton ( ) ) } . bind ( this ) ; this . collection . saveEdge ( this . colid , this . docid , a , d ) } } , successConfirmation : function ( ) { arangoHelper . arangoNotification ( " Document saved . " ) , $ ( " # documentEditor . tree " ) . animate ( { backgroundColor : " # C6FFB0 " } , 500 ) , $ ( " # documentEditor . tree " ) . animate ( { backgroundColor : " # FFFFF " } , 500 ) , $ ( " # documentEditor . ace_content " ) . animate ( { backgroundColor : " # C6FFB0 " } , 500 ) , $ ( " # documentEditor . ace_content " ) . animate ( { backgroundColor : " # FFFFF " } , 500 ) } , errorConfirmation : function ( a ) { arangoHelper . arangoError ( " Document editor : " , a ) , $ ( " # documentEditor . tree " ) . animate ( { backgroundColor : " # FFB0B0 " } , 500 ) , $ ( " # documentEditor . tree " ) . animate ( { backgroundColor : " # FFFFF " } , 500 ) , $ ( " # documentEditor . ace_content " ) . animate ( { backgroundColor : " # FFB0B0 " } , 500 ) , $ ( " # documentEditor . ace_content " ) . animate ( { backgroundColor : " # FFFFF " } , 500 ) } , enableSaveButton : function ( ) { $ ( " # saveDocumentButton " ) . prop ( " disabled " , ! 1 ) , $ ( " # saveDocumentButton " ) . addClass ( " button - success " ) , $ ( " # saveDocumentButton " ) . removeClass ( " button - close " ) } , disableSaveButton : function ( ) { $ ( " # saveDocumentButton " ) . prop ( " disabled " , ! 0 ) , $ ( " # saveDocumentButton " ) . addClass ( " button - close " ) , $ ( " # saveDocumentButton " ) . removeClass ( " button - success " ) } , breadcrumb : function ( ) { var a = window . location . hash . split ( " / " ) ; $ ( " # subNavigationBar . breadcrumb " ) . html ( ' < a href = " # collection / ' + a [ 1 ] + ' / documents / 1 " > Collection : ' + a [ 1 ] + ' < / a > < i class = " fa fa - chevron - right " > < / i > Document : ' + a [ 2 ] ) } , escaped : function ( a ) { return a . replace ( / & / g , " & amp ; " ) . replace ( / < / g , " & lt ; " ) . replace ( / > / g , " & gt ; " ) . replace ( / " / g , " & quot ; " ) . replace ( / ' / g , " & # 39 ; " ) } } ) } ( ) , function ( ) { " use strict " ; window . DocumentsView = window . PaginationView . extend ( { filters : { 0 : ! 0 } , filterId : 0 , paginationDiv : " # documentsToolbarF " , idPrefix : " documents " , addDocumentSwitch : ! 0 , activeFilter : ! 1 , lastCollectionName : void 0 , restoredFilters : [ ] , editMode : ! 1 , allowUpload : ! 1 , el : " # content " , table : " # documentsTableID " , template : templateEngine . createTemplate ( " documentsView . ejs " ) , collectionContext : { prev : null , next : null } , editButtons : [ " # deleteSelected " , " # moveSelected " ] , initialize : function ( a ) { this . documentStore = a . documentStore , this . collectionsStore = a . collectionsStore , this . tableView = new window . TableView ( { el : this . table , collection : this . collection } ) , this . tableView . setRowClick ( this . clicked . bind ( this ) ) , this . tableView . setRemoveClick ( this . remove . bind ( this ) ) } , resize : function ( ) { $ ( " # docPureTable " ) . height ( $ ( " . centralRow " ) . height ( ) - 210 ) , $ ( " # docPureTable . pure - table - body " ) . css ( " max - height " , $ ( " # docPureTable " ) . height ( ) - 47 ) } , setCollectionId : function ( a , b ) { this . collection . setCollection ( a ) , this . collection . setPage ( b ) , this . page = b ; var c = function ( b , c ) { b ? arangoHelper . arangoError ( " Error " , " Could not get collection properties . " ) : ( this . type = c , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , this . collectionModel = this . collectionsStore . get ( a ) ) } . bind ( this ) ; arangoHelper . collectionApiType ( a , null , c ) } , getDocsCallback : function ( a ) { $ ( " # documents_last " ) . css ( " visibility " , " hidden " ) , $ ( " # documents_first " ) . css ( " visibility " , " hidden " ) , a ? ( window . progressView . hide ( ) , arangoHelper . arangoError ( " Document error " , " Could not fetch requested documents . " ) ) : a & & void 0 = = = a | | ( window . progressView . hide ( ) , this . drawTable ( ) , this . renderPaginationElements ( ) ) } , events : { " click # collectionPrev " : " prevCollection " , " click # collectionNext " : " nextCollection " , " click # filterCollection " : " filterCollection " , " click # markDocuments " : " editDocuments " , " click # importCollection " : " importCollection " , " click # exportCollection " : " exportCollection " , " click # filterSend " : " sendFilter " , " click # addFilterItem " : " addFilterItem " , " click . removeFilterItem " : " removeFilterItem " , " click # deleteSelected " : " deleteSelectedDocs " , " click # moveSelected " : " moveSelectedDocs " , " click # addDocumentButton " : " addDocumentModal " , " click # documents_first " : " firstDocuments " , " click # documents_last " : " lastDocuments " , " click # documents_prev " : " prevDocuments " , " click # documents_next " : " nextDocuments " , " click # confirmDeleteBtn " : " confirmDelete " , " click . key " : " nop " , keyup : " returnPressedHandler " , " keydown . queryline input " : " filterValueKeydown " , " click # importModal " : " showImportModal " , " click # resetView " : " resetView " , " click # confirmDocImport " : " startUpload " , " click # exportDocuments " : " startDownload " , " change # documentSize " : " setPagesize " , " change # docsSort " : " setSorting " } , showSpinner : function ( ) { $ ( " # uploadIndicator " ) . show ( ) } , hideSpinner : function ( ) { $ ( " # uploadIndicator " ) . hide ( ) } , showImportModal : function ( ) { $ ( " # docImportModal " ) . modal ( " show " ) } , hideImportModal : function ( ) { $ ( " # docImportModal " ) . modal ( " hide " ) } , setPagesize : function ( ) { var a = $ ( " # documentSize " ) . find ( " : selected " ) . val ( ) ; this . collection . setPagesize ( a ) , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) } , setSorting : function ( ) { var a = $ ( " # docsSort " ) . val ( ) ; ( " " = = = a | | void 0 = = = a | | null = = = a ) & & ( a = " _key " ) , this . collection . setSort ( a ) } , returnPressedHandler : function ( a ) { 13 = = = a . keyCode & & $ ( a . target ) . is ( $ ( " # docsSort " ) ) & & this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , 13 = = = a . keyCode & & $ ( " # confirmDeleteBtn " ) . attr ( " disabled " ) = = = ! 1 & & this . confirmDelete ( ) } , nop : function ( a ) { a . stopPropagation ( ) } , resetView : function ( ) { var a = function ( a ) { a & & arangoHelper . arangoError ( " Document " , " Could not fetch documents count " ) } . bind ( this ) ; $ ( " input " ) . val ( " " ) , $ ( " select " ) . val ( " = = " ) , this . removeAllFilterItems ( ) , $ ( " # documentSize " ) . val ( this . collection . getPageSize ( ) ) , $ ( " # documents_last " ) . css ( " visibility " , " visible " ) , $ ( " # documents_first " ) . css ( " visibility " , " visible " ) , this . addDocumentSwitch = ! 0 , this . collection . resetFilter ( ) , this . collection . loadTotal ( a ) , this . restoredFilters = [ ] , this . allowUpload = ! 1 , this . files = void 0 , this . file = void 0 , $ ( " # confirmDocImport " ) . attr ( " disabled " , ! 0 ) , this . markFilterToggle ( ) , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) } , startDownload : function ( ) { var a = this . collection . buildDownloadDocumentQuery ( ) ; " " ! = = a | | void 0 ! = = a | | null ! = = a ? window . open ( encodeURI ( " query / result / download / " + btoa ( JSON . stringify ( a ) ) ) ) : arangoHelper . arangoError ( " Document error " , " could not download documents " ) } , startUpload : function ( ) { var a = function ( a , b ) { a ? ( arangoHelper . arangoError ( " Upload " , b ) , this . hideSpinner ( ) ) : ( this . hideSpinner ( ) , this . hideImportModal ( ) , this . resetView ( ) ) } . bind ( this ) ; this . allowUpload = = = ! 0 & & ( this . showSpinner ( ) , this . collection . uploadDocuments ( this . file , a ) ) } , uploadSetup : function ( ) { var a = this ; $ ( " # importDocuments " ) . change ( function ( b ) { a . files = b . target . files | | b . dataTransfer . files , a . file = a . files [ 0 ] , $ ( " # confirmDocImport " ) . attr ( " disabled " , ! 1 ) , a . allowUpload = ! 0 } ) } , buildCollectionLink : function ( a ) { return " collection / " + encodeURIComponent ( a . get ( " name " ) ) + " / documents / 1 " } , markFilterToggle : function ( ) { this . restoredFilters . length > 0 ? $ ( " # filterCollection " ) . addClass ( " activated " ) : $ ( " # filterCollection " ) . removeClass ( " activated " ) } , editDocuments : function ( ) { $ ( " # importCollection " ) . removeClass ( " activated " ) , $ ( " # exportCollection " ) . removeClass ( " activated " ) , this . markFilterToggle ( ) , $ ( " # markDocuments " ) . toggleClass ( " activated " ) , this . changeEditMode ( ) , $ ( " # filterHeader " ) . hide ( ) , $ ( " # importHeader " ) . hide ( ) , $ ( " # editHeader " ) . slideToggle ( 200 ) , $ ( " # exportHeader " ) . hide ( ) } , filterCollection : function ( ) { $ ( " # importCollection " ) . removeClass ( " activated " ) , $ ( " # exportCollection " ) . removeClass ( " activated " ) , $ ( " # markDocuments " ) . removeClass ( " activated " ) , this . changeEditMode ( ! 1 ) , this . markFilterToggle ( ) , this . activeFilter = ! 0 , $ ( " # importHeader " ) . hide ( ) , $ ( " # editHeader " ) . hide ( ) , $ ( " # exportHeader " ) . hide ( ) , $ ( " # filterHeader " ) . slideToggle ( 200 ) ; var a ; for ( a in this . filters ) if ( this . filters . hasOwnProperty ( a ) ) return void $ ( " # attribute_name " + a ) . focus ( ) } , exportCollection : function ( ) { $ ( " # importCollection " ) . removeClass ( " activated " ) , $ ( " # filterHeader " ) . removeClass ( " activated " ) , $ ( " # markDocuments " ) . removeClass ( " activated " ) , this . changeEditMode ( ! 1 ) , $ ( " # exportCollection " ) . toggleClass ( " activated " ) , this . markFilterToggle ( ) , $ ( " # exportHeader " ) . slideToggle ( 200 ) , $ ( " # importHeader " ) . hide ( ) , $ ( " # filterHeader " ) . hide ( ) , $ ( " # editHeader " ) . hide ( ) } , importCollection : function ( ) { this . markFilterToggle ( ) , $ ( " # markDocuments " ) . removeClass ( " activated " ) , this . changeEditMode ( ! 1 ) , $ ( " # importCollection " ) . toggleClass ( " activated " ) , $ ( " # exportCollection " ) . removeClass ( " activated " ) , $ ( " # importHeader " ) . slideToggle ( 200 ) , $ ( " # filterHeader " ) . hide ( ) , $ ( " # editHeader " ) . hide ( ) , $ ( " # exportHeader " ) . hide ( ) } , changeEditMode : function ( a ) { a = = = ! 1 | | this . editMode = = = ! 0 ? ( $ ( " # docPureTable . pure - table - body . pure - table - row " ) . css ( " cursor " , " default " ) , $ ( " . deleteButton " ) . fadeIn ( ) , $ ( " . addButton " ) . fadeIn ( ) , $ ( " . selected - row " ) . removeClass ( " selected - row " ) , this . editMode = ! 1 , this . tableView . setRowClick ( this . clicked . bind ( this ) ) ) : ( $ ( " # docPureTable . pure - table - body . pure - table - row " ) . css ( " cursor " , " copy " ) , $ ( " . deleteButton " ) . fadeOut ( ) , $ ( " . addButton " ) . fadeOut ( ) , $ ( " . selectedCount " ) . text ( 0 ) , this . editMode = ! 0 , this . tableView . setRowClick ( this . editModeClick . bind ( this ) ) ) } , getFilterContent : function ( ) { var a , b , c = [ ] ; for ( a in this . filters ) if ( this . filters . hasOwnProperty ( a ) ) { b = $ ( " # attribute_value " + a ) . val ( ) ; try { b = JSON . parse ( b ) } catch ( d ) { b = String ( b ) } " " ! = = $ ( " # attribute_name " + a ) . val ( ) & & c . push ( { attribute : $ ( " # attribute_name " + a ) . val ( ) , operator : $ ( " # operator " + a ) . val ( ) , value : b } ) } return c } , sendFilter : function ( ) { this . restoredFilters = this . getFilterContent ( ) ; var a = this ; this . collection . resetFilter ( ) , this . addDocumentSwitch = ! 1 , _ . each ( this . restoredFilters , function ( b ) { void 0 ! = = b . operator & & a . collection . addFilter ( b . attribute , b . operator , b . value ) } ) , this . collection . setToFirst ( ) , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , this . markFilterToggle ( ) } , restoreFilter : function ( ) { var a = this , b = 0 ; this . filterId = 0 , $ ( " # docsSort " ) . val ( this . collection . getSort ( ) ) , _ . each ( this . restoredFilters , function ( c ) { 0 ! = = b & & a . addFilterItem ( ) , void 0 ! = = c . operator & & ( $ ( " # attribute_name " + b ) . val ( c . attribute ) , $ ( " # operator " + b ) . val ( c . operator ) , $ ( " # attribute_value " + b ) . val ( c . value ) ) , b + + , a . collection . addFilter ( c . attribute , c . operator , c . value ) } ) } , addFilterItem : function ( ) { var a = + + this . filterId ; $ ( " # filterHeader " ) . append ( ' < div class = " queryline querylineAdd " > < input id = " attribute_name ' + a + ' " type = " text " placeholder = " Attribute name " > < select name = " operator " id = " operator ' + a + ' " class = " filterSelect " > < option value = " = = " > = = < / option > < option value = " ! = " > ! = < / option > < option value = " & lt ; " > & lt ; < / option > < option value = " & lt ; = " > & lt ; = < / option > < option value = " & gt ; = " > & gt ; = < / option > < option value = " & gt ; " > & gt ; < / option > < / select > < input id = " attribute_value ' + a + ' " type = " text " placeholder = " Attribute value " class = " filterValue " > < a class = " removeFilterItem " id = " removeFilter ' + a + ' " > < i class = " icon icon - minus arangoicon " > < / i > < / a > < / div > ' ) , this . filters [ a ] = ! 0 } , filterValueKeydown : function ( a ) { 13 = = = a . keyCode & & this . sendFilter ( ) } , removeFilterItem : function ( a ) { var b = a . currentTarget , c = b . id . replace ( / ^ removeFilter / , " " ) ; delete this . filters [ c ] , delete this . restoredFilters [ c ] , $ ( b . parentElement ) . remove ( ) } , removeAllFilterItems : function ( ) { var a , b = $ ( " # filterHeader " ) . children ( ) . length ; for ( a = 1 ; b > = a ; a + + ) $ ( " # removeFilter " + a ) . parent ( ) . remove ( ) ; this . filters = { 0 : ! 0 } , this . filterId = 0 } , addDocumentModal : function ( ) { var a = window . location . hash . split ( " / " ) [ 1 ] , b = [ ] , c = [ ] , d = function ( a , d ) { a ? arangoHelper . arangoError ( " Error " , " Could not fetch collection type " ) : " edge " = = = d ? ( c . push ( window . modalView . createTextEntry ( " new - edge - from - attr " , " _from " , " " , " document _id : document handle of the linked vertex ( incoming relation ) " , void 0 , ! 1 , [ { rule : Joi . string ( ) . required ( ) , msg : " No _from attribute given . " } ] ) ) , c . push ( window . modalView . createTextEntry ( " new - edge - to " , " _to " , " " , " document _id : document handle of the linked vertex ( outgoing relation ) " , void 0 , ! 1 , [ { rule : Joi . string ( ) . required ( ) , msg : " No _to attribute given . " } ] ) ) , c . push ( window . modalView . createTextEntry ( " new - edge - key - attr " , " _key " , void 0 , " the edges unique key ( optional attribute , leave empty for autogenerated key " , " is optional : leave empty for autogenerated key " , ! 1 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) , msg : " " } ] ) ) , b . push ( window . modalView . createSuccessButton ( " Create " , this . addEdge . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Create edge " , b , c ) ) : ( c . push ( window . modalView . createTextEntry ( " new - document - key - attr " , " _key " , void 0 , " the documents unique key ( optional attribute , leave empty for autogenerated key " , " is optional : leave empty for autogenerated key " , ! 1 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) , msg : " " } ] ) ) , b . push ( window . modalView . createSuccessButton ( " Create " , this . addDocument . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Create document " , b , c ) ) } . bind ( this ) ; arangoHelper . collectionApiType ( a , ! 0 , d ) } , addEdge : function ( ) { var a , b = window . location . hash . split ( " / " ) [ 1 ] , c = $ ( " . modal - body # new - edge - from - attr " ) . last ( ) . val ( ) , d = $ ( " . modal - body # new - edge - to " ) . last ( ) . val ( ) , e = $ ( " . modal - body # new - edge - key - attr " ) . last ( ) . val ( ) , f = function ( b , c ) { if ( b ) arangoHelper . arangoError ( " Error " , " Could not create edge " ) ; else { window . modalView . hide ( ) , c = c . _id . split ( " / " ) ; try { a = " collection / " + c [ 0 ] + " / " + c [ 1 ] , decodeURI ( a ) } catch ( d ) { a = " collection / " + c [ 0 ] + " / " + encodeURIComponent ( c [ 1 ] ) } window . location . hash = a } } . bind ( this ) ; " " ! = = e | | void 0 ! = = e ? this . documentStore . createTypeEdge ( b , c , d , e , f ) : this . documentStore . createTypeEdge ( b , c , d , null , f ) } , addDocument : function ( ) { var a , b = window . location . hash . split ( " / " ) [ 1 ] , c = $ ( " . modal - body # new - document - key - attr " ) . last ( ) . val ( ) , d = function ( b , c ) { if ( b ) arangoHelper . arangoError ( " Error " , " Could not create document " ) ; else { window . modalView . hide ( ) , c = c . split ( " / " ) ; try { a = " collection / " + c [ 0 ] + " / " + c [ 1 ] , decodeURI ( a ) } catch ( d ) { a = " collection / " + c [ 0 ] + " / " + encodeURIComponent ( c [ 1 ] ) } window . location . hash = a } } . bind ( this ) ; " " ! = = c | | void 0 ! = = c ? this . documentStore . createTypeDocument ( b , c , d ) : this . documentStore . createTypeDocument ( b , null , d ) } , moveSelectedDocs : function ( ) { var a = [ ] , b = [ ] , c = this . getSelectedDocs ( ) ; 0 ! = = c . length & & ( b . push ( window . modalView . createTextEntry ( " move - documents - to " , " Move to " , " " , ! 1 , " collection - name " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z ] / ) , msg : " Collection name must always start with a letter . " } , { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only Symbols " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No collection name given . " } ] ) ) , a . push ( window . modalView . createSuccessButton ( " Move " , this . confirmMoveSelectedDocs . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Move documents " , a , b ) ) } , confirmMoveSelectedDocs : function ( ) { var a = this . getSelectedDocs ( ) , b = this , c = $ ( " . modal - body " ) . last ( ) . find ( " # move - documents - to " ) . val ( ) , d = function ( ) { this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , $ ( " # markDocuments " ) . click ( ) , window . modalView . hide ( ) } . bind ( this ) ; _ . each ( a , function ( a ) { b . collection . moveDocument ( a , b . collection . collectionID , c , d ) } ) } , deleteSelectedDocs : function ( ) { var a = [ ] , b = [ ] , c = this . getSelectedDocs ( ) ; 0 ! = = c . length & & ( b . push ( window . modalView . createReadOnlyEntry ( void 0 , c . length + " documents selected " , " Do you want to delete all selected documents ? " , void 0 , void 0 , ! 1 , void 0 ) ) , a . push ( window . modalView . createDeleteButton ( " Delete " , this . confirmDeleteSelectedDocs . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Delete documents " , a , b ) ) } , confirmDeleteSelectedDocs : function ( ) { var a = this . getSelectedDocs ( ) , b = [ ] , c = this ; _ . each ( a , function ( a ) { if ( " document " = = = c . type ) { var d = function ( a ) { a ? ( b . push ( ! 1 ) , arangoHelper . arangoError ( " Document error " , " Could not delete document . " ) ) : ( b . push ( ! 0 ) , c . collection . setTotalMinusOne ( ) , c . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , $ ( " # markDocuments " ) . click ( ) , window . modalView . hide ( ) ) } . bind ( c ) ; c . documentStore . deleteDocument ( c . collection . collectionID , a , d ) } else if ( " edge " = = = c . type ) { var e = function ( a ) { a ? ( b . push ( ! 1 ) , arangoHelper . arangoError ( " Edge error " , " Could not delete edge " ) ) : ( c . collection . setTotalMinusOne ( ) , b . push ( ! 0 ) , c . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , $ ( " # markDocuments " ) . click ( ) , window . modalView . hide ( ) ) } . bind ( c ) ; c . documentStore . deleteEdge ( c . collection . collectionID , a , e ) } } ) } , getSelectedDocs : function ( ) { var a = [ ] ; return _ . each ( $ ( " # docPureTable . pure - table - body . pure - table - row " ) , function ( b ) { $ ( b ) . hasClass ( " selected - row " ) & & a . push ( $ ( $ ( b ) . children ( ) [ 1 ] ) . find ( " . key " ) . text ( ) ) } ) , a } , remove : function ( a ) { this . docid = $ ( a . currentTarget ) . parent ( ) . parent ( ) . prev ( ) . find ( " . key " ) . text ( ) , $ ( " # confirmDeleteBtn " ) . attr ( " disabled " , ! 1 ) , $ ( " # docDeleteModal " ) . modal ( " show " ) } , confirmDelete : function ( ) { $ ( " # confirmDeleteBtn " ) . attr ( " disabled " , ! 0 ) ; var a = window . location . hash . split ( " / " ) , b = a [ 3 ] ; " source " ! = = b & & this . reallyDelete ( ) } , reallyDelete : function ( ) { if ( " document " = = = this . type ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " Error " , " Could not delete document " ) : ( this . collection . setTotalMinusOne ( ) , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , $ ( " # docDeleteModal " ) . modal ( " hide " ) ) } . bind ( this ) ; this . documentStore . deleteDocument ( this . collection . collectionID , this . docid , a ) } else if ( " edge " = = = this . type ) { var b = function ( a ) { a ? arangoHelper . arangoError ( " Edge error " , " Could not delete edge " ) : ( this . collection . setTotalMinusOne ( ) , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , $ ( " # docDeleteModal " ) . modal ( " hide " ) ) } . bind ( this ) ; this . documentStore . deleteEdge ( this . collection . collectionID , this . docid , b ) } } , editModeClick : function ( a ) { var b = $ ( a . currentTarget ) ; b . hasClass ( " selected - row " ) ? b . removeClass ( " selected - row " ) : b . addClass ( " selected - row " ) , console . log ( b ) ; var c = this . getSelectedDocs ( ) ; $ ( " . selectedCount " ) . text ( c . length ) , _ . each ( this . editButtons , function ( a ) { c . length > 0 ? ( $ ( a ) . prop ( " disabled " , ! 1 ) , $ ( a ) . removeClass ( " button - neutral " ) , $ ( a ) . removeClass ( " disabled " ) , " # moveSelected " = = = a ? $ ( a ) . addClass ( " button - success " ) : $ ( a ) . addClass ( " button - danger " ) ) : ( $ ( a ) . prop ( " disabled " , ! 0 ) , $ ( a ) . addClass ( " disabled " ) , $ ( a ) . addClass ( " button - neutral " ) , " # moveSelected " = = = a ? $ ( a ) . removeClass ( " button - success " ) : $ ( a ) . removeClass ( " button - danger " ) ) } ) } , clicked : function ( a ) { var b , c = a . currentTarget , d = $ ( c ) . attr ( " id " ) . substr ( 4 ) ; try { b = " collection / " + this . collection . collectionID + " / " + d , decodeURI ( d ) } catch ( e ) { b = " collection / " + this . collection . collectionID + " / " + encodeURIComponent ( d ) } window . location . hash = b } , drawTable : function ( ) { this . tableView . setElement ( $ ( " # docPureTable " ) ) . render ( ) , arangoHelper . fixTooltips ( " . icon_arangodb , . arangoicon " , " top " ) , $ ( " . prettify " ) . snippet ( " javascript " , { style : " nedit " , menu : ! 1 , startText : ! 1 , transparent : ! 0 , showNum : ! 1 } ) , this . resize ( ) } , checkCollectionState : function ( ) { this . lastCollectionName = = = this . collectionName ? this . activeFilter & & ( this . filterCollection ( ) , this . restoreFilter ( ) ) : void 0 ! = = this . lastCollectionName & & ( this . collection . resetFilter ( ) , this . collection . setSort ( " " ) , this . restoredFilters = [ ] , this . activeFilter = ! 1 ) } , render : function ( ) { return $ ( this . el ) . html ( this . template . render ( { } ) ) , 2 = = = this . type ? this . type = " document " : 3 = = = this . type & & ( this . type = " edge " ) , this . tableView . setElement ( $ ( this . table ) ) . drawLoading ( ) , this . collectionContext = this . collectionsStore . getPosition ( this . collection . collectionID ) , this . collectionName = window . location . hash . split ( " / " ) [ 1 ] , this . breadcrumb ( ) , window . arangoHelper . buildCollectionSubNav ( this . collectionName , " Content " ) , this . checkCollectionState ( ) , this . lastCollectionName = this . collectionName , this . uploadSetup ( ) , $ ( " [ data - toggle = tooltip ] " ) . tooltip ( ) , $ ( " . upload - info " ) . tooltip ( ) , arangoHelper . fixTooltips ( " . icon_arangodb , . arangoicon " , " top " ) , this . renderPaginationElements ( ) , this . selectActivePagesize ( ) , this . markFilterToggle ( ) , this . resize ( ) , this } , rerender : function ( ) { this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , this . resize ( ) } , selectActivePagesize : function ( ) { $ ( " # documentSize " ) . val ( this . collection . getPageSize ( ) ) } , renderPaginationElements : function ( ) { this . renderPagination ( ) ; var a = $ ( " # totalDocuments " ) ; 0 = = = a . length & & ( $ ( " # documentsToolbarFL " ) . append ( ' < a id = " totalDocuments " class = " totalDocuments " > < / a > ' ) , a = $ ( " # totalDocuments " ) ) , " document " = = = this . type & & a . html ( numeral ( this . collection . getTotal ( ) ) . format ( " 0 , 0 " ) + " doc ( s ) " ) , " edge " = = = this . type & & a . html ( numeral ( this . collection . getTotal ( ) ) . format ( " 0 , 0 " ) + " edge ( s ) " ) } , breadcrumb : function ( ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " Collection : " + this . collectionName ) } } ) } ( ) , function ( ) { " use strict " ; window . EditListEntryView = Backbone . View . extend ( { template : templateEngine . createTemplate ( " editListEntryView . ejs " ) , initialize : function ( a ) { this . key = a . key , this . value = a . value , this . render ( ) } , events : { " click . deleteAttribute " : " removeRow " } , render : function ( ) { $ ( this . el ) . html ( this . template . render ( { key : this . key , value : JSON . stringify ( this . value ) , isReadOnly : this . isReadOnly ( ) } ) ) } , isReadOnly : function ( ) { return 0 = = = this . key . indexOf ( " _ " ) } , getKey : function ( ) { return $ ( " . key " ) . val ( ) } , getValue : function ( ) { var val = $ ( " . val " ) . val ( ) ; try { val = JSON . parse ( val ) } catch ( e ) { try { return eval ( " val = " + val ) , val } catch ( e2 ) { return $ ( " . val " ) . val ( ) } } return val } , removeRow : function ( ) { this . remove ( ) } } ) } ( ) , function ( ) { " use strict " ; window . FooterView = Backbone . View . extend ( { el : " # footerBar " , system : { } , isOffline : ! 0 , isOfflineCounter : 0 , firstLogin : ! 0 , timer : 15e3 , lap : 0 , timerFunction : null , events : { " click . footer - center p " : " showShortcutModal " } , initialize : function ( ) { var a = this ; window . setInterval ( function ( ) { a . getVersion ( ) } , a . timer ) , a . getVersion ( ) , window . VISIBLE = ! 0 , document . addEventListener ( " visibilitychange " , function ( ) { window . VISIBLE = ! window . VISIBLE } ) , $ ( " # offlinePlaceholder button " ) . on ( " click " , function ( ) { a . getVersion ( ) } ) } , template : templateEngine . createTemplate ( " footerView . ejs " ) , showServerStatus : function ( a ) { var b = this ; window . App . isCluster ? b . collection . fetch ( { success : function ( ) { b . renderClusterState ( ! 0 ) } , error : function ( ) { b . renderClusterState ( ! 1 ) } } ) : a = = = ! 0 ? ( $ ( " # healthStatus " ) . removeClass ( " negative " ) , $ ( " # healthStatus " ) . addClass ( " positive " ) , $ ( " . health - state " ) . html ( " GOOD " ) , $ ( " . health - icon " ) . html ( ' < i class = " fa fa - check - circle " > < / i > ' ) , $ ( " # offlinePlaceholder " ) . hide ( ) ) : ( $ ( " # healthStatus " ) . removeClass ( " positive " ) , $ ( " # healthStatus " ) . addClass ( " negative " ) , $ ( " . health - state " ) . html ( " UNKNOWN " ) , $ ( " . health - icon " ) . html ( ' < i class = " fa fa - exclamation - circle " > < / i > ' ) , $ ( " # offlinePlaceholder " ) . show ( ) , this . reconnectAnimation ( 0 ) ) } , reconnectAnimation : function ( a ) { var b = this ; 0 = = = a & & ( b . lap = a , $ ( " # offlineSeconds " ) . text ( b . timer / 1e3 ) , clearTimeout ( b . timerFunction ) ) , b . lap < this . timer / 1e3 & & ( b . lap + + , $ ( " # offlineSeconds " ) . text ( b . timer / 1e3 - b . lap ) , b . timerFunction = window . setTimeout ( function ( ) { b . timer / 1e3 - b . lap = = = 0 ? b . getVersion ( ) : b . reconnectAnimation ( b . lap ) } , 1e3 ) ) } , renderClusterState : function ( a ) { var b = 0 ; a ? ( $ ( " # offlinePlaceholder " ) . hide ( ) , this . collection . each ( function ( a ) { " ok " ! = = a . toJSON ( ) . status & & b + + } ) , b > 0 ? ( $ ( " # healthStatus " ) . removeClass ( " positive " ) , <nl> - $ ( " # healthStatus " ) . addClass ( " negative " ) , 1 = = = b ? $ ( " . health - state " ) . html ( b + " NODE ERROR " ) : $ ( " . health - state " ) . html ( b + " NODES ERROR " ) , $ ( " . health - icon " ) . html ( ' < i class = " fa fa - exclamation - circle " > < / i > ' ) ) : ( $ ( " # healthStatus " ) . removeClass ( " negative " ) , $ ( " # healthStatus " ) . addClass ( " positive " ) , $ ( " . health - state " ) . html ( " NODES OK " ) , $ ( " . health - icon " ) . html ( ' < i class = " fa fa - check - circle " > < / i > ' ) ) ) : ( $ ( " # healthStatus " ) . removeClass ( " positive " ) , $ ( " # healthStatus " ) . addClass ( " negative " ) , $ ( " . health - state " ) . html ( window . location . host + " OFFLINE " ) , $ ( " . health - icon " ) . html ( ' < i class = " fa fa - exclamation - circle " > < / i > ' ) , $ ( " # offlinePlaceholder " ) . show ( ) , this . reconnectAnimation ( 0 ) ) } , showShortcutModal : function ( ) { window . arangoHelper . hotkeysFunctions . showHotkeysModal ( ) } , getVersion : function ( ) { var a = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / version " ) , contentType : " application / json " , processData : ! 1 , async : ! 0 , success : function ( b ) { a . showServerStatus ( ! 0 ) , a . isOffline = = = ! 0 & & ( a . isOffline = ! 1 , a . isOfflineCounter = 0 , a . firstLogin ? a . firstLogin = ! 1 : window . setTimeout ( function ( ) { a . showServerStatus ( ! 0 ) } , 1e3 ) , a . system . name = b . server , a . system . version = b . version , a . render ( ) ) } , error : function ( ) { a . isOffline = ! 0 , a . isOfflineCounter + + , a . isOfflineCounter > = 1 & & a . showServerStatus ( ! 1 ) } } ) , a . system . hasOwnProperty ( " database " ) | | $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / database / current " ) , contentType : " application / json " , processData : ! 1 , async : ! 0 , success : function ( b ) { var c = b . result . name ; a . system . database = c ; var d = window . setInterval ( function ( ) { var b = $ ( " # databaseNavi " ) ; b & & ( window . clearTimeout ( d ) , d = null , a . render ( ) ) } , 50 ) } } ) } , renderVersion : function ( ) { this . system . hasOwnProperty ( " database " ) & & this . system . hasOwnProperty ( " name " ) & & $ ( this . el ) . html ( this . template . render ( { name : this . system . name , version : this . system . version , database : this . system . database } ) ) } , render : function ( ) { return this . system . version | | this . getVersion ( ) , $ ( this . el ) . html ( this . template . render ( { name : this . system . name , version : this . system . version } ) ) , this } } ) } ( ) , function ( ) { " use strict " ; window . FoxxActiveView = Backbone . View . extend ( { tagName : " div " , className : " tile pure - u - 1 - 1 pure - u - sm - 1 - 2 pure - u - md - 1 - 3 pure - u - lg - 1 - 4 pure - u - xl - 1 - 6 " , template : templateEngine . createTemplate ( " foxxActiveView . ejs " ) , _show : ! 0 , events : { click : " openAppDetailView " } , openAppDetailView : function ( ) { window . App . navigate ( " service / " + encodeURIComponent ( this . model . get ( " mount " ) ) , { trigger : ! 0 } ) } , toggle : function ( a , b ) { switch ( a ) { case " devel " : this . model . isDevelopment ( ) & & ( this . _show = b ) ; break ; case " production " : this . model . isDevelopment ( ) | | this . model . isSystem ( ) | | ( this . _show = b ) ; break ; case " system " : this . model . isSystem ( ) & & ( this . _show = b ) } this . _show ? $ ( this . el ) . show ( ) : $ ( this . el ) . hide ( ) } , render : function ( ) { return this . model . fetchThumbnail ( function ( ) { $ ( this . el ) . html ( this . template . render ( { model : this . model } ) ) ; var a = function ( ) { this . model . needsConfiguration ( ) & & ( $ ( this . el ) . find ( " . warning - icons " ) . length > 0 ? $ ( this . el ) . find ( " . warning - icons " ) . append ( ' < span class = " fa fa - cog " title = " Needs configuration " > < / span > ' ) : $ ( this . el ) . find ( " img " ) . after ( ' < span class = " warning - icons " > < span class = " fa fa - cog " title = " Needs configuration " > < / span > < / span > ' ) ) } . bind ( this ) , b = function ( ) { this . model . hasUnconfiguredDependencies ( ) & & ( $ ( this . el ) . find ( " . warning - icons " ) . length > 0 ? $ ( this . el ) . find ( " . warning - icons " ) . append ( ' < span class = " fa fa - cubes " title = " Unconfigured dependencies " > < / span > ' ) : $ ( this . el ) . find ( " img " ) . after ( ' < span class = " warning - icons " > < span class = " fa fa - cubes " title = " Unconfigured dependencies " > < / span > < / span > ' ) ) } . bind ( this ) ; this . model . getConfiguration ( a ) , this . model . getDependencies ( b ) } . bind ( this ) ) , $ ( this . el ) } } ) } ( ) , function ( ) { " use strict " ; var a = { ERROR_APPLICATION_DOWNLOAD_FAILED : { code : 1752 , message : " application download failed " } } , b = templateEngine . createTemplate ( " applicationListView . ejs " ) , c = function ( a ) { this . collection = a . collection } , d = function ( b ) { var c = this ; if ( b . error = = = ! 1 ) this . collection . fetch ( { success : function ( ) { window . modalView . hide ( ) , c . reload ( ) } } ) ; else { var d = b ; switch ( b . hasOwnProperty ( " responseJSON " ) & & ( d = b . responseJSON ) , d . errorNum ) { case a . ERROR_APPLICATION_DOWNLOAD_FAILED . code : arangoHelper . arangoError ( " Services " , " Unable to download application from the given repository . " ) ; break ; default : arangoHelper . arangoError ( " Services " , d . errorNum + " . " + d . errorMessage ) } } } , e = function ( ) { window . modalView . modalBindValidation ( { id : " new - app - mount " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . regex ( / ^ ( \ / ( APP [ ^ \ / ] + | ( ? ! APP ) [ a - zA - Z0 - 9_ \ - % ] + ) ) + $ / i ) , msg : " May not contain / APP " } , { rule : Joi . string ( ) . regex ( / ^ ( \ / [ a - zA - Z0 - 9_ \ - % ] + ) + $ / ) , msg : " Can only contain [ a - zA - Z0 - 9_ - % ] " } , { rule : Joi . string ( ) . regex ( / ^ \ / ( [ ^ _ ] | _open \ / ) / ) , msg : " Mountpoints with _ are reserved for internal use " } , { rule : Joi . string ( ) . regex ( / [ ^ \ / ] $ / ) , msg : " May not end with / " } , { rule : Joi . string ( ) . regex ( / ^ \ / / ) , msg : " Has to start with / " } , { rule : Joi . string ( ) . required ( ) . min ( 2 ) , msg : " Has to be non - empty " } ] } } ) } , f = function ( ) { window . modalView . modalBindValidation ( { id : " repository " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . required ( ) . regex ( / ^ [ a - zA - Z0 - 9_ \ - ] + \ / [ a - zA - Z0 - 9_ \ - ] + $ / ) , msg : " No valid Github account and repository . " } ] } } ) } , g = function ( ) { window . modalView . modalBindValidation ( { id : " new - app - author " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . required ( ) . min ( 1 ) , msg : " Has to be non empty . " } ] } } ) , window . modalView . modalBindValidation ( { id : " new - app - name " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . required ( ) . regex ( / ^ [ a - zA - Z \ - _ ] [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : " Can only contain a to z , A to Z , 0 - 9 , ' - ' and ' _ ' . " } ] } } ) , window . modalView . modalBindValidation ( { id : " new - app - description " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . required ( ) . min ( 1 ) , msg : " Has to be non empty . " } ] } } ) , window . modalView . modalBindValidation ( { id : " new - app - license " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . required ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ . , ; \ - ] + $ / ) , msg : " Has to be non empty . " } ] } } ) , window . modalView . modalTestAll ( ) } , h = function ( a ) { window . modalView . clearValidators ( ) ; var b = $ ( " # modalButton1 " ) ; switch ( this . _upgrade | | e ( ) , a ) { case " newApp " : b . html ( " Generate " ) , b . prop ( " disabled " , ! 1 ) , g ( ) ; break ; case " appstore " : b . html ( " Install " ) , b . prop ( " disabled " , ! 0 ) ; break ; case " github " : f ( ) , b . html ( " Install " ) , b . prop ( " disabled " , ! 1 ) ; break ; case " zip " : b . html ( " Install " ) , b . prop ( " disabled " , ! 1 ) } b . prop ( " disabled " ) | | window . modalView . modalTestAll ( ) | | b . prop ( " disabled " , ! 0 ) } , i = function ( a ) { var b = $ ( a . currentTarget ) . attr ( " href " ) . substr ( 1 ) ; h . call ( this , b ) } , j = function ( a ) { if ( h . call ( this , " appstore " ) , window . modalView . modalTestAll ( ) ) { var b , c ; this . _upgrade ? ( b = this . mount , c = $ ( " # new - app - teardown " ) . prop ( " checked " ) ) : b = window . arangoHelper . escapeHtml ( $ ( " # new - app - mount " ) . val ( ) ) ; var e = $ ( a . currentTarget ) . attr ( " appId " ) , f = $ ( a . currentTarget ) . attr ( " appVersion " ) ; void 0 ! = = c ? this . collection . installFromStore ( { name : e , version : f } , b , d . bind ( this ) , c ) : this . collection . installFromStore ( { name : e , version : f } , b , d . bind ( this ) ) } } , k = function ( a , b ) { if ( void 0 = = = b ? b = this . _uploadData : this . _uploadData = b , b & & window . modalView . modalTestAll ( ) ) { var c , e ; this . _upgrade ? ( c = this . mount , e = $ ( " # new - app - teardown " ) . prop ( " checked " ) ) : c = window . arangoHelper . escapeHtml ( $ ( " # new - app - mount " ) . val ( ) ) , void 0 ! = = e ? this . collection . installFromZip ( b . filename , c , d . bind ( this ) , e ) : this . collection . installFromZip ( b . filename , c , d . bind ( this ) ) } } , l = function ( ) { if ( window . modalView . modalTestAll ( ) ) { var a , b , c , e ; this . _upgrade ? ( c = this . mount , e = $ ( " # new - app - teardown " ) . prop ( " checked " ) ) : c = window . arangoHelper . escapeHtml ( $ ( " # new - app - mount " ) . val ( ) ) , a = window . arangoHelper . escapeHtml ( $ ( " # repository " ) . val ( ) ) , b = window . arangoHelper . escapeHtml ( $ ( " # tag " ) . val ( ) ) , " " = = = b & & ( b = " master " ) ; var f = { url : window . arangoHelper . escapeHtml ( $ ( " # repository " ) . val ( ) ) , version : window . arangoHelper . escapeHtml ( $ ( " # tag " ) . val ( ) ) } ; try { Joi . assert ( a , Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9_ \ - ] + \ / [ a - zA - Z0 - 9_ \ - ] + $ / ) ) } catch ( g ) { return } void 0 ! = = e ? this . collection . installFromGithub ( f , c , d . bind ( this ) , e ) : this . collection . installFromGithub ( f , c , d . bind ( this ) ) } } , m = function ( ) { if ( window . modalView . modalTestAll ( ) ) { var a , b ; this . _upgrade ? ( a = this . mount , b = $ ( " # new - app - teardown " ) . prop ( " checked " ) ) : a = window . arangoHelper . escapeHtml ( $ ( " # new - app - mount " ) . val ( ) ) ; var c = { name : window . arangoHelper . escapeHtml ( $ ( " # new - app - name " ) . val ( ) ) , documentCollections : _ . map ( $ ( " # new - app - document - collections " ) . select2 ( " data " ) , function ( a ) { return window . arangoHelper . escapeHtml ( a . text ) } ) , edgeCollections : _ . map ( $ ( " # new - app - edge - collections " ) . select2 ( " data " ) , function ( a ) { return window . arangoHelper . escapeHtml ( a . text ) } ) , author : window . arangoHelper . escapeHtml ( $ ( " # new - app - author " ) . val ( ) ) , license : window . arangoHelper . escapeHtml ( $ ( " # new - app - license " ) . val ( ) ) , description : window . arangoHelper . escapeHtml ( $ ( " # new - app - description " ) . val ( ) ) } ; void 0 ! = = b ? this . collection . generate ( c , a , d . bind ( this ) , b ) : this . collection . generate ( c , a , d . bind ( this ) ) } } , n = function ( ) { var a = $ ( " . modal - body . tab - pane . active " ) . attr ( " id " ) ; switch ( a ) { case " newApp " : m . apply ( this ) ; break ; case " github " : l . apply ( this ) ; break ; case " zip " : k . apply ( this ) } } , o = function ( a , c ) { var d = [ ] , e = { " click # infoTab a " : i . bind ( a ) , " click . install - app " : j . bind ( a ) } ; d . push ( window . modalView . createSuccessButton ( " Generate " , n . bind ( a ) ) ) , window . modalView . show ( " modalApplicationMount . ejs " , " Install Service " , d , c , void 0 , void 0 , e ) , $ ( " # new - app - document - collections " ) . select2 ( { tags : [ ] , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " } ) , $ ( " # new - app - edge - collections " ) . select2 ( { tags : [ ] , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " } ) ; var f = function ( ) { var a = $ ( " # modalButton1 " ) ; a . prop ( " disabled " ) | | window . modalView . modalTestAll ( ) ? a . prop ( " disabled " , ! 1 ) : a . prop ( " disabled " , ! 0 ) } ; $ ( " . select2 - search - field input " ) . focusout ( function ( ) { f ( ) , window . setTimeout ( function ( ) { $ ( " . select2 - drop " ) . is ( " : visible " ) & & ( $ ( " # select2 - search - field input " ) . is ( " : focus " ) | | ( $ ( " # s2id_new - app - document - collections " ) . select2 ( " close " ) , $ ( " # s2id_new - app - edge - collections " ) . select2 ( " close " ) , f ( ) ) ) } , 80 ) } ) , $ ( " . select2 - search - field input " ) . focusin ( function ( ) { if ( $ ( " . select2 - drop " ) . is ( " : visible " ) ) { var a = $ ( " # modalButton1 " ) ; a . prop ( " disabled " , ! 0 ) } } ) , $ ( " # upload - foxx - zip " ) . uploadFile ( { url : arangoHelper . databaseUrl ( " / _api / upload ? multipart = true " ) , allowedTypes : " zip " , multiple : ! 1 , onSuccess : k . bind ( a ) } ) , $ . get ( " foxxes / fishbowl " , function ( a ) { var c = $ ( " # appstore - content " ) ; c . html ( " " ) , _ . each ( _ . sortBy ( a , " name " ) , function ( a ) { c . append ( b . render ( a ) ) } ) } ) . fail ( function ( ) { var a = $ ( " # appstore - content " ) ; a . append ( " < tr > < td > Store is not available . ArangoDB is not able to connect to github . com < / td > < / tr > " ) } ) } ; c . prototype . install = function ( a ) { this . reload = a , this . _upgrade = ! 1 , this . _uploadData = void 0 , delete this . mount , o ( this , ! 1 ) , window . modalView . clearValidators ( ) , e ( ) , g ( ) } , c . prototype . upgrade = function ( a , b ) { this . reload = b , this . _upgrade = ! 0 , this . _uploadData = void 0 , this . mount = a , o ( this , ! 0 ) , window . modalView . clearValidators ( ) , g ( ) } , window . FoxxInstallView = c } ( ) , function ( ) { " use strict " ; window . GraphManagementView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " graphManagementView . ejs " ) , edgeDefintionTemplate : templateEngine . createTemplate ( " edgeDefinitionTable . ejs " ) , eCollList : [ ] , removedECollList : [ ] , dropdownVisible : ! 1 , initialize : function ( a ) { this . options = a } , events : { " click # deleteGraph " : " deleteGraph " , " click . icon_arangodb_settings2 . editGraph " : " editGraph " , " click # createGraph " : " addNewGraph " , " keyup # graphManagementSearchInput " : " search " , " click # graphManagementSearchSubmit " : " search " , " click . tile - graph " : " redirectToGraphViewer " , " click # graphManagementToggle " : " toggleGraphDropdown " , " click . css - label " : " checkBoxes " , " change # graphSortDesc " : " sorting " } , toggleTab : function ( a ) { var b = a . currentTarget . id ; b = b . replace ( " tab - " , " " ) , $ ( " # tab - content - create - graph . tab - pane " ) . removeClass ( " active " ) , $ ( " # tab - content - create - graph # " + b ) . addClass ( " active " ) , " exampleGraphs " = = = b ? $ ( " # modal - dialog . modal - footer . button - success " ) . css ( " display " , " none " ) : $ ( " # modal - dialog . modal - footer . button - success " ) . css ( " display " , " initial " ) } , redirectToGraphViewer : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " id " ) ; b = b . substr ( 0 , b . length - 5 ) , window . location = window . location + " / " + encodeURIComponent ( b ) } , loadGraphViewer : function ( a , b ) { var c = function ( b ) { if ( b ) arangoHelper . arangoError ( " " , " " ) ; else { var c = this . collection . get ( a ) . get ( " edgeDefinitions " ) ; if ( ! c | | 0 = = = c . length ) return ; var d = { type : " gharial " , graphName : a , baseUrl : arangoHelper . databaseUrl ( " / " ) } , e = $ ( " # content " ) . width ( ) - 75 ; $ ( " # content " ) . html ( " " ) ; var f = arangoHelper . calculateCenterDivHeight ( ) ; this . ui = new GraphViewerUI ( $ ( " # content " ) [ 0 ] , d , e , $ ( " . centralRow " ) . height ( ) - 135 , { nodeShaper : { label : " _key " , color : { type : " attribute " , key : " _key " } } } , ! 0 ) , $ ( " . contentDiv " ) . height ( f ) } } . bind ( this ) ; b ? this . collection . fetch ( { success : function ( ) { c ( ) } } ) : c ( ) } , handleResize : function ( a ) { this . width & & this . width = = = a | | ( this . width = a , this . ui & & this . ui . changeWidth ( a ) ) } , addNewGraph : function ( a ) { a . preventDefault ( ) , this . createEditGraphModal ( ) } , deleteGraph : function ( ) { var a = this , b = $ ( " # editGraphName " ) [ 0 ] . value ; if ( $ ( " # dropGraphCollections " ) . is ( " : checked " ) ) { var c = function ( c ) { c ? ( a . collection . remove ( a . collection . get ( b ) ) , a . updateGraphManagementView ( ) , window . modalView . hide ( ) ) : ( window . modalView . hide ( ) , arangoHelper . arangoError ( " Graph " , " Could not delete Graph . " ) ) } . bind ( this ) ; this . collection . dropAndDeleteGraph ( b , c ) } else this . collection . get ( b ) . destroy ( { success : function ( ) { a . updateGraphManagementView ( ) , window . modalView . hide ( ) } , error : function ( a , b ) { var c = JSON . parse ( b . responseText ) , d = c . errorMessage ; arangoHelper . arangoError ( d ) , window . modalView . hide ( ) } } ) } , checkBoxes : function ( a ) { var b = a . currentTarget . id ; $ ( " # " + b ) . click ( ) } , toggleGraphDropdown : function ( ) { $ ( " # graphSortDesc " ) . attr ( " checked " , this . collection . sortOptions . desc ) , $ ( " # graphManagementToggle " ) . toggleClass ( " activated " ) , $ ( " # graphManagementDropdown2 " ) . slideToggle ( 200 ) } , sorting : function ( ) { $ ( " # graphSortDesc " ) . is ( " : checked " ) ? this . collection . setSortingDesc ( ! 0 ) : this . collection . setSortingDesc ( ! 1 ) , $ ( " # graphManagementDropdown " ) . is ( " : visible " ) ? this . dropdownVisible = ! 0 : this . dropdownVisible = ! 1 , this . render ( ) } , createExampleGraphs : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " graph - id " ) , c = this ; $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _admin / aardvark / graph - examples / create / " + encodeURIComponent ( b ) ) , success : function ( ) { window . modalView . hide ( ) , c . updateGraphManagementView ( ) , arangoHelper . arangoNotification ( " Example Graphs " , " Graph : " + b + " created . " ) } , error : function ( a ) { if ( window . modalView . hide ( ) , console . log ( a ) , a . responseText ) try { var c = JSON . parse ( a . responseText ) ; arangoHelper . arangoError ( " Example Graphs " , c . errorMessage ) } catch ( d ) { arangoHelper . arangoError ( " Example Graphs " , " Could not create example graph : " + b ) } else arangoHelper . arangoError ( " Example Graphs " , " Could not create example graph : " + b ) } } ) } , render : function ( a , b ) { var c = this ; return this . collection . fetch ( { success : function ( ) { c . collection . sort ( ) , $ ( c . el ) . html ( c . template . render ( { graphs : c . collection , searchString : " " } ) ) , c . dropdownVisible = = = ! 0 & & ( $ ( " # graphManagementDropdown2 " ) . show ( ) , $ ( " # graphSortDesc " ) . attr ( " checked " , c . collection . sortOptions . desc ) , $ ( " # graphManagementToggle " ) . toggleClass ( " activated " ) , $ ( " # graphManagementDropdown " ) . show ( ) ) , c . events [ " click . tableRow " ] = c . showHideDefinition . bind ( c ) , c . events [ ' change tr [ id * = " newEdgeDefinitions " ] ' ] = c . setFromAndTo . bind ( c ) , c . events [ " click . graphViewer - icon - button " ] = c . addRemoveDefinition . bind ( c ) , c . events [ " click # graphTab a " ] = c . toggleTab . bind ( c ) , c . events [ " click . createExampleGraphs " ] = c . createExampleGraphs . bind ( c ) , c . events [ " focusout . select2 - search - field input " ] = function ( a ) { $ ( " . select2 - drop " ) . is ( " : visible " ) & & ( $ ( " # select2 - search - field input " ) . is ( " : focus " ) | | window . setTimeout ( function ( ) { $ ( a . currentTarget ) . parent ( ) . parent ( ) . parent ( ) . select2 ( " close " ) } , 80 ) ) } . bind ( c ) , arangoHelper . setCheckboxStatus ( " # graphManagementDropdown " ) } } ) , a & & this . loadGraphViewer ( a , b ) , this } , setFromAndTo : function ( a ) { a . stopPropagation ( ) ; var b , c = this . calculateEdgeDefinitionMap ( ) ; if ( a . added ) { if ( - 1 = = = this . eCollList . indexOf ( a . added . id ) & & - 1 ! = = this . removedECollList . indexOf ( a . added . id ) ) return b = a . currentTarget . id . split ( " row_newEdgeDefinitions " ) [ 1 ] , $ ( ' input [ id * = " newEdgeDefinitions ' + b + ' " ] ' ) . select2 ( " val " , null ) , void $ ( ' input [ id * = " newEdgeDefinitions ' + b + ' " ] ' ) . attr ( " placeholder " , " The collection " + a . added . id + " is already used . " ) ; this . removedECollList . push ( a . added . id ) , this . eCollList . splice ( this . eCollList . indexOf ( a . added . id ) , 1 ) } else this . eCollList . push ( a . removed . id ) , this . removedECollList . splice ( this . removedECollList . indexOf ( a . removed . id ) , 1 ) ; c [ a . val ] ? ( b = a . currentTarget . id . split ( " row_newEdgeDefinitions " ) [ 1 ] , $ ( " # s2id_fromCollections " + b ) . select2 ( " val " , c [ a . val ] . from ) , $ ( " # fromCollections " + b ) . attr ( " disabled " , ! 0 ) , $ ( " # s2id_toCollections " + b ) . select2 ( " val " , c [ a . val ] . to ) , $ ( " # toCollections " + b ) . attr ( " disabled " , ! 0 ) ) : ( b = a . currentTarget . id . split ( " row_newEdgeDefinitions " ) [ 1 ] , $ ( " # s2id_fromCollections " + b ) . select2 ( " val " , null ) , $ ( " # fromCollections " + b ) . attr ( " disabled " , ! 1 ) , $ ( " # s2id_toCollections " + b ) . select2 ( " val " , null ) , $ ( " # toCollections " + b ) . attr ( " disabled " , ! 1 ) ) } , editGraph : function ( a ) { a . stopPropagation ( ) , this . collection . fetch ( ) , this . graphToEdit = this . evaluateGraphName ( $ ( a . currentTarget ) . attr ( " id " ) , " _settings " ) ; var b = this . collection . findWhere ( { _key : this . graphToEdit } ) ; this . createEditGraphModal ( b ) } , saveEditedGraph : function ( ) { var a , b , c , d , e , f = $ ( " # editGraphName " ) [ 0 ] . value , g = _ . pluck ( $ ( " # newVertexCollections " ) . select2 ( " data " ) , " text " ) , h = [ ] , i = { } ; if ( e = $ ( " [ id ^ = s2id_newEdgeDefinitions ] " ) . toArray ( ) , e . forEach ( function ( e ) { if ( d = $ ( e ) . attr ( " id " ) , d = d . replace ( " s2id_newEdgeDefinitions " , " " ) , a = _ . pluck ( $ ( " # s2id_newEdgeDefinitions " + d ) . select2 ( " data " ) , " text " ) [ 0 ] , a & & " " ! = = a & & ( b = _ . pluck ( $ ( " # s2id_fromCollections " + d ) . select2 ( " data " ) , " text " ) , c = _ . pluck ( $ ( " # s2id_toCollections " + d ) . select2 ( " data " ) , " text " ) , 0 ! = = b . length & & 0 ! = = c . length ) ) { var f = { collection : a , from : b , to : c } ; h . push ( f ) , i [ a ] = f } } ) , 0 = = = h . length ) return $ ( " # s2id_newEdgeDefinitions0 . select2 - choices " ) . css ( " border - color " , " red " ) , $ ( " # s2id_newEdgeDefinitions0 " ) . parent ( ) . parent ( ) . next ( ) . find ( " . select2 - choices " ) . css ( " border - color " , " red " ) , void $ ( " # s2id_newEdgeDefinitions0 " ) . parent ( ) . parent ( ) . next ( ) . next ( ) . find ( " . select2 - choices " ) . css ( " border - color " , " red " ) ; var j = this . collection . findWhere ( { _key : f } ) , k = j . get ( " edgeDefinitions " ) , l = j . get ( " orphanCollections " ) , m = [ ] ; l . forEach ( function ( a ) { - 1 = = = g . indexOf ( a ) & & j . deleteVertexCollection ( a ) } ) , g . forEach ( function ( a ) { - 1 = = = l . indexOf ( a ) & & j . addVertexCollection ( a ) } ) ; var n = [ ] , o = [ ] , p = [ ] ; k . forEach ( function ( a ) { var b = a . collection ; m . push ( b ) ; var c = i [ b ] ; void 0 = = = c ? p . push ( b ) : JSON . stringify ( c ) ! = = JSON . stringify ( a ) & & o . push ( b ) } ) , h . forEach ( function ( a ) { var b = a . collection ; - 1 = = = m . indexOf ( b ) & & n . push ( b ) } ) , n . forEach ( function ( a ) { j . addEdgeDefinition ( i [ a ] ) } ) , o . forEach ( function ( a ) { j . modifyEdgeDefinition ( i [ a ] ) } ) , p . forEach ( function ( a ) { j . deleteEdgeDefinition ( a ) } ) , this . updateGraphManagementView ( ) , window . modalView . hide ( ) } , evaluateGraphName : function ( a , b ) { var c = a . lastIndexOf ( b ) ; return a . substring ( 0 , c ) } , search : function ( ) { var a , b , c , d ; a = $ ( " # graphManagementSearchInput " ) , b = $ ( " # graphManagementSearchInput " ) . val ( ) , d = this . collection . filter ( function ( a ) { return - 1 ! = = a . get ( " _key " ) . indexOf ( b ) } ) , $ ( this . el ) . html ( this . template . render ( { graphs : d , searchString : b } ) ) , a = $ ( " # graphManagementSearchInput " ) , c = a . val ( ) . length , a . focus ( ) , a [ 0 ] . setSelectionRange ( c , c ) } , updateGraphManagementView : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . render ( ) } } ) } , createNewGraph : function ( ) { var a , b , c , d , e , f = $ ( " # createNewGraphName " ) . val ( ) , g = _ . pluck ( $ ( " # newVertexCollections " ) . select2 ( " data " ) , " text " ) , h = [ ] , i = this ; return f ? this . collection . findWhere ( { _key : f } ) ? ( arangoHelper . arangoError ( " The graph ' " + f + " ' already exists . " ) , 0 ) : ( e = $ ( " [ id ^ = s2id_newEdgeDefinitions ] " ) . toArray ( ) , e . forEach ( function ( e ) { d = $ ( e ) . attr ( " id " ) , d = d . replace ( " s2id_newEdgeDefinitions " , " " ) , a = _ . pluck ( $ ( " # s2id_newEdgeDefinitions " + d ) . select2 ( " data " ) , " text " ) [ 0 ] , a & & " " ! = = a & & ( b = _ . pluck ( $ ( " # s2id_fromCollections " + d ) . select2 ( " data " ) , " text " ) , c = _ . pluck ( $ ( " # s2id_toCollections " + d ) . select2 ( " data " ) , " text " ) , 1 ! = = b & & 1 ! = = c & & h . push ( { collection : a , from : b , to : c } ) ) } ) , 0 = = = h . length ? ( $ ( " # s2id_newEdgeDefinitions0 . select2 - choices " ) . css ( " border - color " , " red " ) , $ ( " # s2id_newEdgeDefinitions0 " ) . parent ( ) . parent ( ) . next ( ) . find ( " . select2 - choices " ) . css ( " border - color " , " red " ) , void $ ( " # s2id_newEdgeDefinitions0 " ) . parent ( ) . parent ( ) . next ( ) . next ( ) . find ( " . select2 - choices " ) . css ( " border - color " , " red " ) ) : void this . collection . create ( { name : f , edgeDefinitions : h , orphanCollections : g } , { success : function ( ) { i . updateGraphManagementView ( ) , window . modalView . hide ( ) } , error : function ( a , b ) { var c = JSON . parse ( b . responseText ) , d = c . errorMessage ; d = d . replace ( " < " , " " ) , d = d . replace ( " > " , " " ) , arangoHelper . arangoError ( d ) } } ) ) : ( arangoHelper . arangoError ( " A name for the graph has to be provided . " ) , 0 ) } , createEditGraphModal : function ( a ) { var b , c = [ ] , d = [ ] , e = [ ] , f = this . options . collectionCollection . models , g = this , h = " " , i = [ { collection : " " , from : " " , to : " " } ] , j = " " , k = function ( a , b ) { return a = a . toLowerCase ( ) , b = b . toLowerCase ( ) , b > a ? - 1 : a > b ? 1 : 0 } ; if ( this . eCollList = [ ] , this . removedECollList = [ ] , f . forEach ( function ( a ) { a . get ( " isSystem " ) | | ( " edge " = = = a . get ( " type " ) ? g . eCollList . push ( a . id ) : d . push ( a . id ) ) } ) , window . modalView . enableHotKeys = ! 1 , this . counter = 0 , a ? ( b = " Edit Graph " , h = a . get ( " _key " ) , i = a . get ( " edgeDefinitions " ) , i & & 0 ! = = i . length | | ( i = [ { collection : " " , from : " " , to : " " } ] ) , j = a . get ( " orphanCollections " ) , e . push ( window . modalView . createReadOnlyEntry ( " editGraphName " , " Name " , h , " The name to identify the graph . Has to be unique " ) ) , c . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteGraph . bind ( this ) ) ) , c . push ( window . modalView . createSuccessButton ( " Save " , this . saveEditedGraph . bind ( this ) ) ) ) : ( b = " Create Graph " , e . push ( window . modalView . createTextEntry ( " createNewGraphName " , " Name " , " " , " The name to identify the graph . Has to be unique . " , " graphName " , ! 0 ) ) , c . push ( window . modalView . createSuccessButton ( " Create " , this . createNewGraph . bind ( this ) ) ) ) , i . forEach ( function ( a ) { 0 = = = g . counter ? ( a . collection & & ( g . removedECollList . push ( a . collection ) , g . eCollList . splice ( g . eCollList . indexOf ( a . collection ) , 1 ) ) , e . push ( window . modalView . createSelect2Entry ( " newEdgeDefinitions " + g . counter , " Edge definitions " , a . collection , " An edge definition defines a relation of the graph " , " Edge definitions " , ! 0 , ! 1 , ! 0 , 1 , g . eCollList . sort ( k ) ) ) ) : e . push ( window . modalView . createSelect2Entry ( " newEdgeDefinitions " + g . counter , " Edge definitions " , a . collection , " An edge definition defines a relation of the graph " , " Edge definitions " , ! 1 , ! 0 , ! 1 , 1 , g . eCollList . sort ( k ) ) ) , e . push ( window . modalView . createSelect2Entry ( " fromCollections " + g . counter , " fromCollections " , a . from , " The collections that contain the start vertices of the relation . " , " fromCollections " , ! 0 , ! 1 , ! 1 , 10 , d . sort ( k ) ) ) , e . push ( window . modalView . createSelect2Entry ( " toCollections " + g . counter , " toCollections " , a . to , " The collections that contain the end vertices of the relation . " , " toCollections " , ! 0 , ! 1 , ! 1 , 10 , d . sort ( k ) ) ) , g . counter + + } ) , e . push ( window . modalView . createSelect2Entry ( " newVertexCollections " , " Vertex collections " , j , " Collections that are part of a graph but not used in an edge definition " , " Vertex Collections " , ! 1 , ! 1 , ! 1 , 10 , d . sort ( k ) ) ) , window . modalView . show ( " modalGraphTable . ejs " , b , c , e , void 0 , void 0 , this . events ) , a ) { $ ( " . modal - body table " ) . css ( " border - collapse " , " separate " ) ; var l ; for ( $ ( " . modal - body . spacer " ) . remove ( ) , l = 0 ; l < = this . counter ; l + + ) $ ( " # row_fromCollections " + l ) . show ( ) , $ ( " # row_toCollections " + l ) . show ( ) , $ ( " # row_newEdgeDefinitions " + l ) . addClass ( " first " ) , $ ( " # row_fromCollections " + l ) . addClass ( " middle " ) , $ ( " # row_toCollections " + l ) . addClass ( " last " ) , $ ( " # row_toCollections " + l ) . after ( ' < tr id = " spacer ' + l + ' " class = " spacer " > < / tr > ' ) ; $ ( " # graphTab " ) . hide ( ) , $ ( " # modal - dialog . modal - delete - confirmation " ) . append ( ' < fieldset > < input type = " checkbox " id = " dropGraphCollections " name = " " value = " " > < label for = " mc " > also drop collections ? < / label > < / fieldset > ' ) } } , showHideDefinition : function ( a ) { } , addRemoveDefinition : function ( a ) { var b = [ ] , c = this . options . collectionCollection . models ; c . forEach ( function ( a ) { a . get ( " isSystem " ) | | b . push ( a . id ) } ) , a . stopPropagation ( ) ; var d , e = $ ( a . currentTarget ) . attr ( " id " ) ; if ( - 1 = = = e . indexOf ( " addAfter_newEdgeDefinitions " ) ) - 1 ! = = e . indexOf ( " remove_newEdgeDefinitions " ) & & ( d = e . split ( " remove_newEdgeDefinitions " ) [ 1 ] , $ ( " # row_newEdgeDefinitions " + d ) . remove ( ) , $ ( " # row_fromCollections " + d ) . remove ( ) , $ ( " # row_toCollections " + d ) . remove ( ) , $ ( " # spacer " + d ) . remove ( ) ) ; else { this . counter + + , $ ( " # row_newVertexCollections " ) . before ( this . edgeDefintionTemplate . render ( { number : this . counter } ) ) , $ ( " # newEdgeDefinitions " + this . counter ) . select2 ( { tags : this . eCollList , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " , maximumSelectionSize : 1 } ) , $ ( " # fromCollections " + this . counter ) . select2 ( { tags : b , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " , maximumSelectionSize : 10 } ) , $ ( " # toCollections " + this . counter ) . select2 ( { tags : b , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " , maximumSelectionSize : 10 } ) , window . modalView . undelegateEvents ( ) , window . modalView . delegateEvents ( this . events ) ; var f ; for ( $ ( " . modal - body . spacer " ) . remove ( ) , f = 0 ; f < = this . counter ; f + + ) $ ( " # row_fromCollections " + f ) . show ( ) , $ ( " # row_toCollections " + f ) . show ( ) , $ ( " # row_newEdgeDefinitions " + f ) . addClass ( " first " ) , $ ( " # row_fromCollections " + f ) . addClass ( " middle " ) , $ ( " # row_toCollections " + f ) . addClass ( " last " ) , $ ( " # row_toCollections " + f ) . after ( ' < tr id = " spacer ' + f + ' " class = " spacer " > < / tr > ' ) } } , calculateEdgeDefinitionMap : function ( ) { var a = { } ; return this . collection . models . forEach ( function ( b ) { b . get ( " edgeDefinitions " ) . forEach ( function ( b ) { a [ b . collection ] = { from : b . from , to : b . to } } ) } ) , a } } ) } ( ) , function ( ) { " use strict " ; window . HelpUsView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " helpUsView . ejs " ) , render : function ( ) { this . $ el . html ( this . template . render ( { } ) ) } } ) } ( ) , function ( ) { " use strict " ; window . IndicesView = Backbone . View . extend ( { el : " # content " , initialize : function ( a ) { this . collectionName = a . collectionName , this . model = this . collection } , template : templateEngine . createTemplate ( " indicesView . ejs " ) , events : { } , render : function ( ) { $ ( this . el ) . html ( this . template . render ( { model : this . model } ) ) , this . breadcrumb ( ) , window . arangoHelper . buildCollectionSubNav ( this . collectionName , " Indices " ) , this . getIndex ( ) } , breadcrumb : function ( ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " Collection : " + this . collectionName ) } , getIndex : function ( ) { var a = function ( a , b ) { a ? window . arangoHelper . arangoError ( " Index " , b . errorMessage ) : this . renderIndex ( b ) } . bind ( this ) ; this . model . getIndex ( a ) } , createIndex : function ( ) { var a , b , c , d = this , e = $ ( " # newIndexType " ) . val ( ) , f = { } ; switch ( e ) { case " Geo " : a = $ ( " # newGeoFields " ) . val ( ) ; var g = d . checkboxToValue ( " # newGeoJson " ) ; f = { type : " geo " , fields : d . stringToArray ( a ) , geoJson : g } ; break ; case " Persistent " : a = $ ( " # newPersistentFields " ) . val ( ) , b = d . checkboxToValue ( " # newPersistentUnique " ) , c = d . checkboxToValue ( " # newPersistentSparse " ) , f = { type : " persistent " , fields : d . stringToArray ( a ) , unique : b , sparse : c } ; break ; case " Hash " : a = $ ( " # newHashFields " ) . val ( ) , b = d . checkboxToValue ( " # newHashUnique " ) , c = d . checkboxToValue ( " # newHashSparse " ) , f = { type : " hash " , fields : d . stringToArray ( a ) , unique : b , sparse : c } ; break ; case " Fulltext " : a = $ ( " # newFulltextFields " ) . val ( ) ; var h = parseInt ( $ ( " # newFulltextMinLength " ) . val ( ) , 10 ) | | 0 ; f = { type : " fulltext " , fields : d . stringToArray ( a ) , minLength : h } ; break ; case " Skiplist " : a = $ ( " # newSkiplistFields " ) . val ( ) , b = d . checkboxToValue ( " # newSkiplistUnique " ) , c = d . checkboxToValue ( " # newSkiplistSparse " ) , f = { type : " skiplist " , fields : d . stringToArray ( a ) , unique : b , sparse : c } } var i = function ( a , b ) { if ( a ) if ( b ) { var c = JSON . parse ( b . responseText ) ; arangoHelper . arangoError ( " Document error " , c . errorMessage ) } else arangoHelper . arangoError ( " Document error " , " Could not create index . " ) ; d . toggleNewIndexView ( ) , d . render ( ) } ; this . model . createIndex ( f , i ) } , bindIndexEvents : function ( ) { this . unbindIndexEvents ( ) ; var a = this ; $ ( " # indexEditView # addIndex " ) . bind ( " click " , function ( ) { a . toggleNewIndexView ( ) , $ ( " # cancelIndex " ) . unbind ( " click " ) , $ ( " # cancelIndex " ) . bind ( " click " , function ( ) { a . toggleNewIndexView ( ) , a . render ( ) } ) , $ ( " # createIndex " ) . unbind ( " click " ) , $ ( " # createIndex " ) . bind ( " click " , function ( ) { a . createIndex ( ) } ) } ) , $ ( " # newIndexType " ) . bind ( " change " , function ( ) { a . selectIndexType ( ) } ) , $ ( " . deleteIndex " ) . bind ( " click " , function ( b ) { a . prepDeleteIndex ( b ) } ) , $ ( " # infoTab a " ) . bind ( " click " , function ( a ) { if ( $ ( " # indexDeleteModal " ) . remove ( ) , " Indices " ! = = $ ( a . currentTarget ) . html ( ) | | $ ( a . currentTarget ) . parent ( ) . hasClass ( " active " ) | | ( $ ( " # newIndexView " ) . hide ( ) , $ ( " # indexEditView " ) . show ( ) , $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - danger " ) . hide ( ) , $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - success " ) . hide ( ) , $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - notification " ) . hide ( ) ) , " General " = = = $ ( a . currentTarget ) . html ( ) & & ! $ ( a . currentTarget ) . parent ( ) . hasClass ( " active " ) ) { $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - danger " ) . show ( ) , $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - success " ) . show ( ) , $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - notification " ) . show ( ) ; var b = $ ( " . index - button - bar2 " ) [ 0 ] ; $ ( " # cancelIndex " ) . is ( " : visible " ) & & ( $ ( " # cancelIndex " ) . detach ( ) . appendTo ( b ) , $ ( " # createIndex " ) . detach ( ) . appendTo ( b ) ) } } ) } , prepDeleteIndex : function ( a ) { var b = this ; this . lastTarget = a , this . lastId = $ ( this . lastTarget . currentTarget ) . parent ( ) . parent ( ) . first ( ) . children ( ) . first ( ) . text ( ) , $ ( " # modal - dialog . modal - footer " ) . after ( ' < div id = " indexDeleteModal " style = " display : block ; " class = " alert alert - error modal - delete - confirmation " > < strong > Really delete ? < / strong > < button id = " indexConfirmDelete " class = " button - danger pull - right modal - confirm - delete " > Yes < / button > < button id = " indexAbortDelete " class = " button - neutral pull - right " > No < / button > < / div > ' ) , $ ( " # indexConfirmDelete " ) . unbind ( " click " ) , $ ( " # indexConfirmDelete " ) . bind ( " click " , function ( ) { $ ( " # indexDeleteModal " ) . remove ( ) , b . deleteIndex ( ) } ) , $ ( " # indexAbortDelete " ) . unbind ( " click " ) , $ ( " # indexAbortDelete " ) . bind ( " click " , function ( ) { $ ( " # indexDeleteModal " ) . remove ( ) } ) } , unbindIndexEvents : function ( ) { $ ( " # indexEditView # addIndex " ) . unbind ( " click " ) , $ ( " # newIndexType " ) . unbind ( " change " ) , $ ( " # infoTab a " ) . unbind ( " click " ) , $ ( " . deleteIndex " ) . unbind ( " click " ) } , deleteIndex : function ( ) { var a = function ( a ) { a ? ( arangoHelper . arangoError ( " Could not delete index " ) , $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . children ( ) . last ( ) . html ( ' < span class = " deleteIndex icon_arangodb_roundminus " data - original - title = " Delete index " title = " Delete index " > < / span > ' ) , this . model . set ( " locked " , ! 1 ) ) : a | | void 0 = = = a | | ( $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . remove ( ) , this . model . set ( " locked " , ! 1 ) ) } . bind ( this ) ; this . model . set ( " locked " , ! 0 ) , this . model . deleteIndex ( this . lastId , a ) , $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . children ( ) . last ( ) . html ( ' < i class = " fa fa - circle - o - notch fa - spin " > < / i > ' ) } , renderIndex : function ( a ) { this . index = a ; var b = " collectionInfoTh modal - text " ; if ( this . index ) { var c = " " , d = " " ; _ . each ( this . index . indexes , function ( a ) { d = " primary " = = = a . type | | " edge " = = = a . type ? ' < span class = " icon_arangodb_locked " data - original - title = " No action " > < / span > ' : ' < span class = " deleteIndex icon_arangodb_roundminus " data - original - title = " Delete index " title = " Delete index " > < / span > ' , void 0 ! = = a . fields & & ( c = a . fields . join ( " , " ) ) ; var e = a . id . indexOf ( " / " ) , f = a . id . substr ( e + 1 , a . id . length ) , g = a . hasOwnProperty ( " selectivityEstimate " ) ? ( 100 * a . selectivityEstimate ) . toFixed ( 2 ) + " % " : " n / a " , h = a . hasOwnProperty ( " sparse " ) ? a . sparse : " n / a " ; $ ( " # collectionEditIndexTable " ) . append ( " < tr > < th class = " + JSON . stringify ( b ) + " > " + f + " < / th > < th class = " + JSON . stringify ( b ) + " > " + a . type + " < / th > < th class = " + JSON . stringify ( b ) + " > " + a . unique + " < / th > < th class = " + JSON . stringify ( b ) + " > " + h + " < / th > < th class = " + JSON . stringify ( b ) + " > " + g + " < / th > < th class = " + JSON . stringify ( b ) + " > " + c + " < / th > < th class = " + JSON . stringify ( b ) + " > " + d + " < / th > < / tr > " ) } ) } this . bindIndexEvents ( ) } , selectIndexType : function ( ) { $ ( " . newIndexClass " ) . hide ( ) ; var a = $ ( " # newIndexType " ) . val ( ) ; $ ( " # newIndexType " + a ) . show ( ) } , resetIndexForms : function ( ) { $ ( " # indexHeader input " ) . val ( " " ) . prop ( " checked " , ! 1 ) , $ ( " # newIndexType " ) . val ( " Geo " ) . prop ( " selected " , ! 0 ) , this . selectIndexType ( ) } , toggleNewIndexView : function ( ) { var a = $ ( " . index - button - bar2 " ) [ 0 ] ; $ ( " # indexEditView " ) . is ( " : visible " ) ? ( $ ( " # indexEditView " ) . hide ( ) , $ ( " # newIndexView " ) . show ( ) , $ ( " # cancelIndex " ) . detach ( ) . appendTo ( " # indexHeaderContent # modal - dialog . modal - footer " ) , $ ( " # createIndex " ) . detach ( ) . appendTo ( " # indexHeaderContent # modal - dialog . modal - footer " ) ) : ( $ ( " # indexEditView " ) . show ( ) , $ ( " # newIndexView " ) . hide ( ) , $ ( " # cancelIndex " ) . detach ( ) . appendTo ( a ) , $ ( " # createIndex " ) . detach ( ) . appendTo ( a ) ) , arangoHelper . fixTooltips ( " . icon_arangodb , . arangoicon " , " right " ) , this . resetIndexForms ( ) } , stringToArray : function ( a ) { var b = [ ] ; return a . split ( " , " ) . forEach ( function ( a ) { a = a . replace ( / ( ^ \ s + | \ s + $ ) / g , " " ) , " " ! = = a & & b . push ( a ) } ) , b } , checkboxToValue : function ( a ) { return $ ( a ) . prop ( " checked " ) } } ) } ( ) , function ( ) { " use strict " ; window . InfoView = Backbone . View . extend ( { el : " # content " , initialize : function ( a ) { <nl> - this . collectionName = a . collectionName , this . model = this . collection } , events : { } , render : function ( ) { this . breadcrumb ( ) , window . arangoHelper . buildCollectionSubNav ( this . collectionName , " Info " ) , this . renderInfoView ( ) } , breadcrumb : function ( ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " Collection : " + this . collectionName ) } , renderInfoView : function ( ) { if ( this . model . get ( " locked " ) ) return 0 ; var a = function ( a , b , c ) { if ( a ) arangoHelper . arangoError ( " Figures " , " Could not get revision . " ) ; else { var d = [ ] , e = { figures : c , revision : b , model : this . model } ; window . modalView . show ( " modalCollectionInfo . ejs " , " Collection : " + this . model . get ( " name " ) , d , e , null , null , null , null , null , " content " ) } } . bind ( this ) , b = function ( b , c ) { if ( b ) arangoHelper . arangoError ( " Figures " , " Could not get figures . " ) ; else { var d = c ; this . model . getRevision ( a , d ) } } . bind ( this ) ; this . model . getFigures ( b ) } } ) } ( ) , function ( ) { " use strict " ; window . loginView = Backbone . View . extend ( { el : " # content " , el2 : " . header " , el3 : " . footer " , loggedIn : ! 1 , events : { " keyPress # loginForm input " : " keyPress " , " click # submitLogin " : " validate " , " submit # dbForm " : " goTo " , " click # logout " : " logout " , " change # loginDatabase " : " renderDBS " } , template : templateEngine . createTemplate ( " loginView . ejs " ) , render : function ( a ) { var b = this ; if ( $ ( this . el ) . html ( this . template . render ( { } ) ) , $ ( this . el2 ) . hide ( ) , $ ( this . el3 ) . hide ( ) , frontendConfig . authenticationEnabled & & a ! = = ! 0 ) window . setTimeout ( function ( ) { $ ( " # loginUsername " ) . focus ( ) } , 300 ) ; else { var c = arangoHelper . databaseUrl ( " / _api / database / user " ) ; frontendConfig . authenticationEnabled = = = ! 1 & & ( $ ( " # logout " ) . hide ( ) , $ ( " . login - window # databases " ) . css ( " height " , " 90px " ) ) , $ ( " # loginForm " ) . hide ( ) , $ ( " . login - window # databases " ) . show ( ) , $ . ajax ( c ) . success ( function ( a ) { $ ( " # loginDatabase " ) . html ( " " ) , _ . each ( a . result , function ( a ) { $ ( " # loginDatabase " ) . append ( " < option > " + a + " < / option > " ) } ) , b . renderDBS ( ) } ) } return $ ( " . bodyWrapper " ) . show ( ) , this } , clear : function ( ) { $ ( " # loginForm input " ) . removeClass ( " form - error " ) , $ ( " . wrong - credentials " ) . hide ( ) } , keyPress : function ( a ) { a . ctrlKey & & 13 = = = a . keyCode ? ( a . preventDefault ( ) , this . validate ( ) ) : a . metaKey & & 13 = = = a . keyCode & & ( a . preventDefault ( ) , this . validate ( ) ) } , validate : function ( a ) { a . preventDefault ( ) , this . clear ( ) ; var b = $ ( " # loginUsername " ) . val ( ) , c = $ ( " # loginPassword " ) . val ( ) ; if ( b ) { var d = function ( a ) { var b = this ; if ( a ) $ ( " . wrong - credentials " ) . show ( ) , $ ( " # loginDatabase " ) . html ( " " ) , $ ( " # loginDatabase " ) . append ( " < option > _system < / option > " ) ; else { var c = arangoHelper . databaseUrl ( " / _api / database / user " , " _system " ) ; frontendConfig . authenticationEnabled = = = ! 1 & & ( c = arangoHelper . databaseUrl ( " / _api / database / user " ) ) , $ ( " . wrong - credentials " ) . hide ( ) , b . loggedIn = ! 0 , $ . ajax ( c ) . success ( function ( a ) { $ ( " # loginForm " ) . hide ( ) , $ ( " # databases " ) . show ( ) , $ ( " # loginDatabase " ) . html ( " " ) , _ . each ( a . result , function ( a ) { $ ( " # loginDatabase " ) . append ( " < option > " + a + " < / option > " ) } ) , b . renderDBS ( ) } ) } } . bind ( this ) ; this . collection . login ( b , c , d ) } } , renderDBS : function ( ) { var a = $ ( " # loginDatabase " ) . val ( ) ; $ ( " # goToDatabase " ) . html ( " Select : " + a ) , window . setTimeout ( function ( ) { $ ( " # goToDatabase " ) . focus ( ) } , 300 ) } , logout : function ( ) { this . collection . logout ( ) } , goTo : function ( a ) { a . preventDefault ( ) ; var b = $ ( " # loginUsername " ) . val ( ) , c = $ ( " # loginDatabase " ) . val ( ) ; console . log ( window . App . dbSet ) , window . App . dbSet = c , console . log ( window . App . dbSet ) ; var d = function ( a ) { a & & arangoHelper . arangoError ( " User " , " Could not fetch user settings " ) } , e = window . location . protocol + " / / " + window . location . host + frontendConfig . basePath + " / _db / " + c + " / _admin / aardvark / index . html " ; window . location . href = e , $ ( this . el2 ) . show ( ) , $ ( this . el3 ) . show ( ) , $ ( " . bodyWrapper " ) . show ( ) , $ ( " . navbar " ) . show ( ) , $ ( " # currentUser " ) . text ( b ) , this . collection . loadUserSettings ( d ) } } ) } ( ) , function ( ) { " use strict " ; window . LogsView = window . PaginationView . extend ( { el : " # content " , id : " # logContent " , paginationDiv : " # logPaginationDiv " , idPrefix : " logTable " , fetchedAmount : ! 1 , initialize : function ( a ) { this . options = a , this . convertModelToJSON ( ) } , currentLoglevel : " logall " , events : { " click # arangoLogTabbar button " : " setActiveLoglevel " , " click # logTable_first " : " firstPage " , " click # logTable_last " : " lastPage " } , template : templateEngine . createTemplate ( " logsView . ejs " ) , tabbar : templateEngine . createTemplate ( " arangoTabbar . ejs " ) , table : templateEngine . createTemplate ( " arangoTable . ejs " ) , tabbarElements : { id : " arangoLogTabbar " , titles : [ [ " All " , " logall " ] , [ " Info " , " loginfo " ] , [ " Error " , " logerror " ] , [ " Warning " , " logwarning " ] , [ " Debug " , " logdebug " ] ] } , tableDescription : { id : " arangoLogTable " , titles : [ " Loglevel " , " Date " , " Message " ] , rows : [ ] } , convertedRows : null , setActiveLoglevel : function ( a ) { $ ( " . arangodb - tabbar " ) . removeClass ( " arango - active - tab " ) , this . currentLoglevel ! = = a . currentTarget . id & & ( this . currentLoglevel = a . currentTarget . id , this . convertModelToJSON ( ) ) } , initTotalAmount : function ( ) { var a = this ; this . collection = this . options [ this . currentLoglevel ] , this . collection . fetch ( { data : $ . param ( { test : ! 0 } ) , success : function ( ) { a . convertModelToJSON ( ) } } ) , this . fetchedAmount = ! 0 } , invertArray : function ( a ) { var b , c = [ ] , d = 0 ; for ( b = a . length - 1 ; b > = 0 ; b - - ) c [ d ] = a [ b ] , d + + ; return c } , convertModelToJSON : function ( ) { if ( ! this . fetchedAmount ) return void this . initTotalAmount ( ) ; var a , b = this , c = [ ] ; this . collection = this . options [ this . currentLoglevel ] , this . collection . fetch ( { success : function ( ) { b . collection . each ( function ( b ) { a = new Date ( 1e3 * b . get ( " timestamp " ) ) , c . push ( [ b . getLogStatus ( ) , arangoHelper . formatDT ( a ) , b . get ( " text " ) ] ) } ) , b . tableDescription . rows = b . invertArray ( c ) , b . render ( ) } } ) } , render : function ( ) { return $ ( this . el ) . html ( this . template . render ( { } ) ) , $ ( this . id ) . html ( this . tabbar . render ( { content : this . tabbarElements } ) ) , $ ( this . id ) . append ( this . table . render ( { content : this . tableDescription } ) ) , $ ( " # " + this . currentLoglevel ) . addClass ( " arango - active - tab " ) , $ ( " # logContent " ) . append ( ' < div id = " logPaginationDiv " class = " pagination - line " > < / div > ' ) , this . renderPagination ( ) , this } , rerender : function ( ) { this . convertModelToJSON ( ) } } ) } ( ) , function ( ) { " use strict " ; var a = function ( a , b , c , d ) { return { type : a , title : b , callback : c , confirm : d } } , b = function ( a , b , c , d , e , f , g , h , i , j , k ) { var l = { type : a , label : b } ; return void 0 ! = = c & & ( l . value = c ) , void 0 ! = = d & & ( l . info = d ) , void 0 ! = = e & & ( l . placeholder = e ) , void 0 ! = = f & & ( l . mandatory = f ) , void 0 ! = = h & & ( l . addDelete = h ) , void 0 ! = = i & & ( l . addAdd = i ) , void 0 ! = = j & & ( l . maxEntrySize = j ) , void 0 ! = = k & & ( l . tags = k ) , g & & ( l . validateInput = function ( ) { return g } ) , l } ; window . ModalView = Backbone . View . extend ( { _validators : [ ] , _validateWatchers : [ ] , baseTemplate : templateEngine . createTemplate ( " modalBase . ejs " ) , tableTemplate : templateEngine . createTemplate ( " modalTable . ejs " ) , el : " # modalPlaceholder " , contentEl : " # modalContent " , hideFooter : ! 1 , confirm : { list : " # modal - delete - confirmation " , yes : " # modal - confirm - delete " , no : " # modal - abort - delete " } , enabledHotkey : ! 1 , enableHotKeys : ! 0 , buttons : { SUCCESS : " success " , NOTIFICATION : " notification " , DELETE : " danger " , NEUTRAL : " neutral " , CLOSE : " close " } , tables : { READONLY : " readonly " , TEXT : " text " , BLOB : " blob " , PASSWORD : " password " , SELECT : " select " , SELECT2 : " select2 " , CHECKBOX : " checkbox " } , initialize : function ( ) { Object . freeze ( this . buttons ) , Object . freeze ( this . tables ) } , createModalHotkeys : function ( ) { $ ( this . el ) . unbind ( " keydown " ) , $ ( this . el ) . unbind ( " return " ) , $ ( this . el ) . bind ( " keydown " , " return " , function ( ) { $ ( " . createModalDialog . modal - footer . button - success " ) . click ( ) } ) , $ ( " . modal - body input " ) . unbind ( " keydown " ) , $ ( " . modal - body input " ) . unbind ( " return " ) , $ ( " . modal - body input " , $ ( this . el ) ) . bind ( " keydown " , " return " , function ( ) { $ ( " . createModalDialog . modal - footer . button - success " ) . click ( ) } ) , $ ( " . modal - body select " ) . unbind ( " keydown " ) , $ ( " . modal - body select " ) . unbind ( " return " ) , $ ( " . modal - body select " , $ ( this . el ) ) . bind ( " keydown " , " return " , function ( ) { $ ( " . createModalDialog . modal - footer . button - success " ) . click ( ) } ) } , createInitModalHotkeys : function ( ) { var a = this ; $ ( this . el ) . bind ( " keydown " , " left " , function ( ) { a . navigateThroughButtons ( " left " ) } ) , $ ( this . el ) . bind ( " keydown " , " right " , function ( ) { a . navigateThroughButtons ( " right " ) } ) } , navigateThroughButtons : function ( a ) { var b = $ ( " . createModalDialog . modal - footer button " ) . is ( " : focus " ) ; b = = = ! 1 ? " left " = = = a ? $ ( " . createModalDialog . modal - footer button " ) . first ( ) . focus ( ) : " right " = = = a & & $ ( " . createModalDialog . modal - footer button " ) . last ( ) . focus ( ) : b = = = ! 0 & & ( " left " = = = a ? $ ( " : focus " ) . prev ( ) . focus ( ) : " right " = = = a & & $ ( " : focus " ) . next ( ) . focus ( ) ) } , createCloseButton : function ( b , c ) { var d = this ; return a ( this . buttons . CLOSE , b , function ( ) { d . hide ( ) , c & & c ( ) } ) } , createSuccessButton : function ( b , c ) { return a ( this . buttons . SUCCESS , b , c ) } , createNotificationButton : function ( b , c ) { return a ( this . buttons . NOTIFICATION , b , c ) } , createDeleteButton : function ( b , c , d ) { return a ( this . buttons . DELETE , b , c , d ) } , createNeutralButton : function ( b , c ) { return a ( this . buttons . NEUTRAL , b , c ) } , createDisabledButton : function ( b ) { var c = a ( this . buttons . NEUTRAL , b ) ; return c . disabled = ! 0 , c } , createReadOnlyEntry : function ( a , c , d , e , f , g ) { var h = b ( this . tables . READONLY , c , d , e , void 0 , void 0 , void 0 , f , g ) ; return h . id = a , h } , createTextEntry : function ( a , c , d , e , f , g , h ) { var i = b ( this . tables . TEXT , c , d , e , f , g , h ) ; return i . id = a , i } , createBlobEntry : function ( a , c , d , e , f , g , h ) { var i = b ( this . tables . BLOB , c , d , e , f , g , h ) ; return i . id = a , i } , createSelect2Entry : function ( a , c , d , e , f , g , h , i , j , k ) { var l = b ( this . tables . SELECT2 , c , d , e , f , g , void 0 , h , i , j , k ) ; return l . id = a , l } , createPasswordEntry : function ( a , c , d , e , f , g , h ) { var i = b ( this . tables . PASSWORD , c , d , e , f , g , h ) ; return i . id = a , i } , createCheckboxEntry : function ( a , c , d , e , f ) { var g = b ( this . tables . CHECKBOX , c , d , e ) ; return g . id = a , f & & ( g . checked = f ) , g } , createSelectEntry : function ( a , c , d , e , f ) { var g = b ( this . tables . SELECT , c , null , e ) ; return g . id = a , d & & ( g . selected = d ) , g . options = f , g } , createOptionEntry : function ( a , b ) { return { label : a , value : b | | a } } , show : function ( a , b , c , d , e , f , g , h , i , j ) { var k , l , m = this , n = ! 1 ; c = c | | [ ] , h = Boolean ( h ) , this . clearValidators ( ) , c . length > 0 ? ( c . forEach ( function ( a ) { a . type = = = m . buttons . CLOSE & & ( n = ! 0 ) , a . type = = = m . buttons . DELETE & & ( l = l | | a . confirm ) } ) , n | | ( k = c . pop ( ) , c . push ( m . createCloseButton ( " Cancel " ) ) , c . push ( k ) ) ) : c . push ( m . createCloseButton ( " Close " ) ) , j ? ( $ ( " # " + j ) . html ( this . baseTemplate . render ( { title : b , buttons : c , hideFooter : this . hideFooter , confirm : l , tabBar : i } ) ) , $ ( " # " + j + " # modal - dialog " ) . removeClass ( " fade hide modal " ) , $ ( " # " + j + " . modal - header " ) . remove ( ) , $ ( " # " + j + " . modal - tabbar " ) . remove ( ) , $ ( " # " + j + " . modal - tabbar " ) . remove ( ) , $ ( " # " + j + " . button - close " ) . remove ( ) , 0 = = = $ ( " # " + j + " . modal - footer " ) . children ( ) . length & & $ ( " # " + j + " . modal - footer " ) . remove ( ) ) : $ ( this . el ) . html ( this . baseTemplate . render ( { title : b , buttons : c , hideFooter : this . hideFooter , confirm : l , tabBar : i } ) ) , _ . each ( c , function ( a , b ) { return ! a . disabled & & a . callback ? a . type ! = = m . buttons . DELETE | | h ? void $ ( " # modalButton " + b ) . bind ( " click " , a . callback ) : void $ ( " # modalButton " + b ) . bind ( " click " , function ( ) { $ ( m . confirm . yes ) . unbind ( " click " ) , $ ( m . confirm . yes ) . bind ( " click " , a . callback ) , $ ( m . confirm . list ) . css ( " display " , " block " ) } ) : void 0 } ) , $ ( this . confirm . no ) . bind ( " click " , function ( ) { $ ( m . confirm . list ) . css ( " display " , " none " ) } ) ; var o ; if ( " string " = = typeof a ) o = templateEngine . createTemplate ( a ) , j ? $ ( " # " + j + " . createModalDialog . modal - body " ) . html ( o . render ( { content : d , advancedContent : e , info : f } ) ) : $ ( " # modalPlaceholder . createModalDialog . modal - body " ) . html ( o . render ( { content : d , advancedContent : e , info : f } ) ) ; else { var p = 0 ; _ . each ( a , function ( a ) { o = templateEngine . createTemplate ( a ) , $ ( " . createModalDialog . modal - body . tab - content # " + i [ p ] ) . html ( o . render ( { content : d , advancedContent : e , info : f } ) ) , p + + } ) } $ ( " . createModalDialog . modalTooltips " ) . tooltip ( { position : { my : " left top " , at : " right + 55 top - 1 " } } ) ; var q = d | | [ ] ; e & & e . content & & ( q = q . concat ( e . content ) ) , _ . each ( q , function ( a ) { m . modalBindValidation ( a ) , a . type = = = m . tables . SELECT2 & & $ ( " # " + a . id ) . select2 ( { tags : a . tags | | [ ] , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " , maximumSelectionSize : a . maxEntrySize | | 8 } ) } ) , g & & ( this . events = g , this . delegateEvents ( ) ) , $ ( " # accordion2 " ) & & ( $ ( " # accordion2 . accordion - toggle " ) . bind ( " click " , function ( ) { $ ( " # collapseOne " ) . is ( " : visible " ) ? ( $ ( " # collapseOne " ) . hide ( ) , setTimeout ( function ( ) { $ ( " . accordion - toggle " ) . addClass ( " collapsed " ) } , 100 ) ) : ( $ ( " # collapseOne " ) . show ( ) , setTimeout ( function ( ) { $ ( " . accordion - toggle " ) . removeClass ( " collapsed " ) } , 100 ) ) } ) , $ ( " # collapseOne " ) . hide ( ) , setTimeout ( function ( ) { $ ( " . accordion - toggle " ) . addClass ( " collapsed " ) } , 100 ) ) , j | | $ ( " # modal - dialog " ) . modal ( " show " ) , this . enabledHotkey = = = ! 1 & & ( this . createInitModalHotkeys ( ) , this . enabledHotkey = ! 0 ) , this . enableHotKeys & & this . createModalHotkeys ( ) ; var r = $ ( " # modal - dialog " ) . find ( " input " ) ; r & & setTimeout ( function ( ) { var a = $ ( " # modal - dialog " ) ; a . length > 0 & & ( a = a . find ( " input " ) , a . length > 0 & & $ ( a [ 0 ] ) . focus ( ) ) } , 400 ) } , modalBindValidation : function ( a ) { var b = this ; if ( a . hasOwnProperty ( " id " ) & & a . hasOwnProperty ( " validateInput " ) ) { var c = function ( ) { var b = $ ( " # " + a . id ) , c = a . validateInput ( b ) , d = ! 1 ; return _ . each ( c , function ( a ) { var c = b . val ( ) ; if ( a . rule | | ( a = { rule : a } ) , " function " = = typeof a . rule ) try { a . rule ( c ) } catch ( e ) { d = a . msg | | e . message } else { var f = Joi . validate ( c , a . rule ) ; f . error & & ( d = a . msg | | f . error . message ) } return d ? ! 1 : void 0 } ) , d ? d : void 0 } , d = $ ( " # " + a . id ) ; d . on ( " keyup focusout " , function ( ) { var a = c ( ) , e = d . next ( ) [ 0 ] ; a ? ( d . addClass ( " invalid - input " ) , e ? $ ( e ) . text ( a ) : d . after ( ' < p class = " errorMessage " > ' + a + " < / p > " ) , $ ( " . createModalDialog . modal - footer . button - success " ) . prop ( " disabled " , ! 0 ) . addClass ( " disabled " ) ) : ( d . removeClass ( " invalid - input " ) , e & & $ ( e ) . remove ( ) , b . modalTestAll ( ) ) } ) , this . _validators . push ( c ) , this . _validateWatchers . push ( d ) } } , modalTestAll : function ( ) { var a = _ . map ( this . _validators , function ( a ) { return a ( ) } ) , b = _ . any ( a ) ; return b ? $ ( " . createModalDialog . modal - footer . button - success " ) . prop ( " disabled " , ! 0 ) . addClass ( " disabled " ) : $ ( " . createModalDialog . modal - footer . button - success " ) . prop ( " disabled " , ! 1 ) . removeClass ( " disabled " ) , ! b } , clearValidators : function ( ) { this . _validators = [ ] , _ . each ( this . _validateWatchers , function ( a ) { a . unbind ( " keyup focusout " ) } ) , this . _validateWatchers = [ ] } , hide : function ( ) { this . clearValidators ( ) , $ ( " # modal - dialog " ) . modal ( " hide " ) } } ) } ( ) , function ( ) { " use strict " ; window . NavigationView = Backbone . View . extend ( { el : " # navigationBar " , subEl : " # subNavigationBar " , events : { " change # arangoCollectionSelect " : " navigateBySelect " , " click . tab " : " navigateByTab " , " click li " : " switchTab " , " click . arangodbLogo " : " selectMenuItem " , " mouseenter . dropdown > * " : " showDropdown " , " click . shortcut - icons p " : " showShortcutModal " , " mouseleave . dropdown " : " hideDropdown " } , renderFirst : ! 0 , activeSubMenu : void 0 , changeDB : function ( ) { window . location . hash = " # login " } , initialize : function ( a ) { var b = this ; this . userCollection = a . userCollection , this . currentDB = a . currentDB , this . dbSelectionView = new window . DBSelectionView ( { collection : a . database , current : this . currentDB } ) , this . userBarView = new window . UserBarView ( { userCollection : this . userCollection } ) , this . notificationView = new window . NotificationView ( { collection : a . notificationCollection } ) , this . statisticBarView = new window . StatisticBarView ( { currentDB : this . currentDB } ) , this . isCluster = a . isCluster , this . handleKeyboardHotkeys ( ) , Backbone . history . on ( " all " , function ( ) { b . selectMenuItem ( ) } ) } , showShortcutModal : function ( ) { arangoHelper . hotkeysFunctions . showHotkeysModal ( ) } , handleSelectDatabase : function ( ) { this . dbSelectionView . render ( $ ( " # dbSelect " ) ) } , template : templateEngine . createTemplate ( " navigationView . ejs " ) , templateSub : templateEngine . createTemplate ( " subNavigationView . ejs " ) , render : function ( ) { var a = this ; $ ( this . el ) . html ( this . template . render ( { currentDB : this . currentDB , isCluster : this . isCluster } ) ) , " _system " ! = = this . currentDB . get ( " name " ) & & $ ( " # dashboard " ) . parent ( ) . remove ( ) , $ ( this . subEl ) . html ( this . templateSub . render ( { currentDB : this . currentDB . toJSON ( ) } ) ) , this . dbSelectionView . render ( $ ( " # dbSelect " ) ) ; var b = function ( a ) { a | | this . userBarView . render ( ) } . bind ( this ) ; return this . userCollection . whoAmI ( b ) , this . renderFirst & & ( this . renderFirst = ! 1 , this . selectMenuItem ( ) , $ ( " . arangodbLogo " ) . on ( " click " , function ( ) { a . selectMenuItem ( ) } ) , $ ( " # dbStatus " ) . on ( " click " , function ( ) { a . changeDB ( ) } ) ) , this } , navigateBySelect : function ( ) { var a = $ ( " # arangoCollectionSelect " ) . find ( " option : selected " ) . val ( ) ; window . App . navigate ( a , { trigger : ! 0 } ) } , handleKeyboardHotkeys : function ( ) { arangoHelper . enableKeyboardHotkeys ( ! 0 ) } , navigateByTab : function ( a ) { var b = a . target | | a . srcElement , c = b . id , d = ! 1 ; $ ( b ) . hasClass ( " fa " ) | | ( " " = = = c & & ( c = $ ( b ) . attr ( " class " ) ) , " links " = = = c ? ( d = ! 0 , $ ( " # link_dropdown " ) . slideToggle ( 1 ) , a . preventDefault ( ) ) : " tools " = = = c ? ( d = ! 0 , $ ( " # tools_dropdown " ) . slideToggle ( 1 ) , a . preventDefault ( ) ) : " dbselection " = = = c & & ( d = ! 0 , $ ( " # dbs_dropdown " ) . slideToggle ( 1 ) , a . preventDefault ( ) ) , d | | ( window . App . navigate ( c , { trigger : ! 0 } ) , a . preventDefault ( ) ) ) } , handleSelectNavigation : function ( ) { var a = this ; $ ( " # arangoCollectionSelect " ) . change ( function ( ) { a . navigateBySelect ( ) } ) } , subViewConfig : { documents : " collections " , collection : " collections " } , subMenuConfig : { cluster : [ { name : " Dashboard " , view : void 0 , active : ! 0 } , { name : " Logs " , view : void 0 , disabled : ! 0 } ] , collections : [ { name : " " , view : void 0 , active : ! 1 } ] , queries : [ { name : " Editor " , route : " query " , active : ! 0 } , { name : " Running Queries " , route : " queryManagement " , params : { active : ! 0 } , active : void 0 } , { name : " Slow Query History " , route : " queryManagement " , params : { active : ! 1 } , active : void 0 } ] } , renderSubMenu : function ( a ) { var b = this ; if ( void 0 = = = a & & ( a = window . isCluster ? " cluster " : " dashboard " ) , this . subMenuConfig [ a ] ) { $ ( this . subEl + " . bottom " ) . html ( " " ) ; var c = " " ; _ . each ( this . subMenuConfig [ a ] , function ( a ) { c = a . active ? " active " : " " , a . disabled & & ( c = " disabled " ) , $ ( b . subEl + " . bottom " ) . append ( ' < li class = " subMenuEntry ' + c + ' " > < a > ' + a . name + " < / a > < / li > " ) , a . disabled | | $ ( b . subEl + " . bottom " ) . children ( ) . last ( ) . bind ( " click " , function ( c ) { b . activeSubMenu = a , b . renderSubView ( a , c ) } ) } ) } } , renderSubView : function ( a , b ) { window . App [ a . route ] & & ( window . App [ a . route ] . resetState & & window . App [ a . route ] . resetState ( ) , window . App [ a . route ] ( ) ) , $ ( this . subEl + " . bottom " ) . children ( ) . removeClass ( " active " ) , $ ( b . currentTarget ) . addClass ( " active " ) } , switchTab : function ( a ) { var b = $ ( a . currentTarget ) . children ( ) . first ( ) . attr ( " id " ) ; b & & this . selectMenuItem ( b + " - menu " ) } , selectMenuItem : function ( a , b ) { void 0 = = = a & & ( a = window . location . hash . split ( " / " ) [ 0 ] , a = a . substr ( 1 , a . length - 1 ) ) , " " = = = a ? a = window . App . isCluster ? " cluster " : " dashboard " : ( " cNodes " = = = a | | " dNodes " = = = a ) & & ( a = " nodes " ) ; try { this . renderSubMenu ( a . split ( " - " ) [ 0 ] ) } catch ( c ) { this . renderSubMenu ( a ) } $ ( " . navlist li " ) . removeClass ( " active " ) , " string " = = typeof a & & ( b ? $ ( " . " + this . subViewConfig [ a ] + " - menu " ) . addClass ( " active " ) : a & & ( $ ( " . " + a ) . addClass ( " active " ) , $ ( " . " + a + " - menu " ) . addClass ( " active " ) ) ) , arangoHelper . hideArangoNotifications ( ) } , showSubDropdown : function ( a ) { console . log ( $ ( a . currentTarget ) ) , console . log ( $ ( a . currentTarget ) . find ( " . subBarDropdown " ) ) , $ ( a . currentTarget ) . find ( " . subBarDropdown " ) . toggle ( ) } , showDropdown : function ( a ) { var b = a . target | | a . srcElement , c = b . id ; " links " = = = c | | " link_dropdown " = = = c | | " links " = = = a . currentTarget . id ? $ ( " # link_dropdown " ) . fadeIn ( 1 ) : " tools " = = = c | | " tools_dropdown " = = = c | | " tools " = = = a . currentTarget . id ? $ ( " # tools_dropdown " ) . fadeIn ( 1 ) : ( " dbselection " = = = c | | " dbs_dropdown " = = = c | | " dbselection " = = = a . currentTarget . id ) & & $ ( " # dbs_dropdown " ) . fadeIn ( 1 ) } , hideDropdown : function ( a ) { var b = a . target | | a . srcElement ; b = $ ( b ) . parent ( ) , $ ( " # link_dropdown " ) . fadeOut ( 1 ) , $ ( " # tools_dropdown " ) . fadeOut ( 1 ) , $ ( " # dbs_dropdown " ) . fadeOut ( 1 ) } } ) } ( ) , function ( ) { " use strict " ; window . NodeView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " nodeView . ejs " ) , interval : 5e3 , dashboards : [ ] , events : { } , initialize : function ( a ) { window . App . isCluster & & ( this . coordinators = a . coordinators , this . dbServers = a . dbServers , this . coordname = a . coordname , this . updateServerTime ( ) , window . setInterval ( function ( ) { if ( 0 = = = window . location . hash . indexOf ( " # node / " ) ) ; } , this . interval ) ) } , breadcrumb : function ( a ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " Node : " + a ) } , render : function ( ) { this . $ el . html ( this . template . render ( { coords : [ ] } ) ) ; var a = function ( ) { this . continueRender ( ) , this . breadcrumb ( this . coordname ) , $ ( window ) . trigger ( " resize " ) } . bind ( this ) , b = function ( ) { console . log ( " " ) } ; this . initCoordDone | | this . waitForCoordinators ( b ) , this . initDBDone ? ( this . coordname = window . location . hash . split ( " / " ) [ 1 ] , this . coordinator = this . coordinators . findWhere ( { name : this . coordname } ) , a ( ) ) : this . waitForDBServers ( a ) } , continueRender : function ( ) { var a = this ; this . dashboards [ this . coordinator . get ( " name " ) ] = new window . DashboardView ( { dygraphConfig : window . dygraphConfig , database : window . App . arangoDatabase , serverToShow : { raw : this . coordinator . get ( " address " ) , isDBServer : ! 1 , endpoint : this . coordinator . get ( " protocol " ) + " : / / " + this . coordinator . get ( " address " ) , target : this . coordinator . get ( " name " ) } } ) , this . dashboards [ this . coordinator . get ( " name " ) ] . render ( ) , window . setTimeout ( function ( ) { a . dashboards [ a . coordinator . get ( " name " ) ] . resize ( ) } , 500 ) } , waitForCoordinators : function ( a ) { var b = this ; window . setTimeout ( function ( ) { 0 = = = b . coordinators . length ? b . waitForCoordinators ( a ) : ( b . coordinator = b . coordinators . findWhere ( { name : b . coordname } ) , b . initCoordDone = ! 0 , a ( ) ) } , 200 ) } , waitForDBServers : function ( a ) { var b = this ; window . setTimeout ( function ( ) { 0 = = = b . dbServers [ 0 ] . length ? b . waitForDBServers ( a ) : ( b . initDBDone = ! 0 , b . dbServer = b . dbServers [ 0 ] , b . dbServer . each ( function ( a ) { " DBServer1 " = = = a . get ( " name " ) & & ( b . dbServer = a ) } ) , a ( ) ) } , 200 ) } , updateServerTime : function ( ) { this . serverTime = ( new Date ) . getTime ( ) } } ) } ( ) , function ( ) { " use strict " ; window . NodesView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " nodesView . ejs " ) , interval : 5e3 , knownServers : [ ] , events : { " click # nodesContent . pure - table - body . pure - table - row " : " navigateToNode " } , initialize : function ( a ) { clearInterval ( this . intervalFunction ) , window . App . isCluster & & ( this . dbServers = a . dbServers , this . coordinators = a . coordinators , this . updateServerTime ( ) , this . toRender = a . toRender , this . intervalFunction = window . setInterval ( function ( ) { ( " # cNodes " = = = window . location . hash | | " # dNodes " = = = window . location . hash | | " # nodes " = = = window . location . hash ) & & console . log ( " rerender health " ) } , this . interval ) ) } , navigateToNode : function ( a ) { if ( " # dNodes " ! = = window . location . hash ) { var b = $ ( a . currentTarget ) . attr ( " node " ) ; window . App . navigate ( " # node / " + encodeURIComponent ( b ) , { trigger : ! 0 } ) } } , render : function ( ) { var a = function ( ) { this . continueRender ( ) } . bind ( this ) ; this . initDoneCoords ? a ( ) : this . waitForCoordinators ( a ) } , continueRender : function ( ) { var a ; a = " coordinator " = = = this . toRender ? this . coordinators . toJSON ( ) : this . dbServers . toJSON ( ) , this . $ el . html ( this . template . render ( { coords : a , type : this . toRender } ) ) , window . arangoHelper . buildNodesSubNav ( this . toRender ) } , waitForCoordinators : function ( a ) { var b = this ; window . setTimeout ( function ( ) { 0 = = = b . coordinators . length ? b . waitForCoordinators ( a ) : ( this . initDoneCoords = ! 0 , a ( ) ) } , 200 ) } , updateServerTime : function ( ) { this . serverTime = ( new Date ) . getTime ( ) } } ) } ( ) , function ( ) { " use strict " ; window . NotificationView = Backbone . View . extend ( { events : { " click . navlogo # stat_hd " : " toggleNotification " , " click . notificationItem . fa " : " removeNotification " , " click # removeAllNotifications " : " removeAllNotifications " } , initialize : function ( ) { this . collection . bind ( " add " , this . renderNotifications . bind ( this ) ) , this . collection . bind ( " remove " , this . renderNotifications . bind ( this ) ) , this . collection . bind ( " reset " , this . renderNotifications . bind ( this ) ) , window . setTimeout ( function ( ) { frontendConfig . authenticationEnabled = = = ! 1 & & window . arangoHelper . arangoWarning ( " Warning " , " Authentication is disabled . Do not use this setup in production mode . " ) } , 2e3 ) } , notificationItem : templateEngine . createTemplate ( " notificationItem . ejs " ) , el : " # notificationBar " , template : templateEngine . createTemplate ( " notificationView . ejs " ) , toggleNotification : function ( ) { var a = this . collection . length ; 0 ! = = a & & $ ( " # notification_menu " ) . toggle ( ) } , removeAllNotifications : function ( ) { $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) , this . collection . reset ( ) , $ ( " # notification_menu " ) . hide ( ) } , removeNotification : function ( a ) { var b = a . target . id ; this . collection . get ( b ) . destroy ( ) } , renderNotifications : function ( a , b , c ) { if ( c & & c . add ) { var d , e = this . collection . at ( this . collection . length - 1 ) , f = e . get ( " title " ) , g = 3e3 , h = [ " click " ] ; if ( e . get ( " content " ) & & ( f = f + " : " + e . get ( " content " ) ) , " error " = = = e . get ( " type " ) ? ( g = ! 1 , h = [ " button " ] , d = [ { addClass : " button - danger " , text : " Close " , onClick : function ( a ) { a . close ( ) } } ] ) : " warning " = = = e . get ( " type " ) & & ( g = 2e4 ) , $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) , noty ( { theme : " relax " , text : f , template : ' < div class = " noty_message arango_message " > < div > < i class = " fa fa - close " > < / i > < / div > < span class = " noty_text arango_text " > < / span > < div class = " noty_close arango_close " > < / div > < / div > ' , maxVisible : 1 , closeWith : [ " click " ] , type : e . get ( " type " ) , layout : " bottom " , timeout : g , buttons : d , animation : { open : { height : " show " } , close : { height : " hide " } , easing : " swing " , speed : 200 , closeWith : h } } ) , " success " = = = e . get ( " type " ) ) return void e . destroy ( ) } $ ( " # stat_hd_counter " ) . text ( this . collection . length ) , 0 = = = this . collection . length ? ( $ ( " # stat_hd " ) . removeClass ( " fullNotification " ) , $ ( " # notification_menu " ) . hide ( ) ) : $ ( " # stat_hd " ) . addClass ( " fullNotification " ) , $ ( " . innerDropdownInnerUL " ) . html ( this . notificationItem . render ( { notifications : this . collection } ) ) , $ ( " . notificationInfoIcon " ) . tooltip ( { position : { my : " left top " , at : " right + 55 top - 1 " } } ) } , render : function ( ) { return $ ( this . el ) . html ( this . template . render ( { notifications : this . collection } ) ) , this . renderNotifications ( ) , this . delegateEvents ( ) , this . el } } ) } ( ) , function ( ) { " use strict " ; window . ProgressView = Backbone . View . extend ( { template : templateEngine . createTemplate ( " progressBase . ejs " ) , el : " # progressPlaceholder " , el2 : " # progressPlaceholderIcon " , toShow : ! 1 , lastDelay : 0 , action : function ( ) { } , events : { " click . progress - action button " : " performAction " } , performAction : function ( ) { " function " = = typeof this . action & & this . action ( ) , window . progressView . hide ( ) } , initialize : function ( ) { } , showWithDelay : function ( a , b , c , d ) { var e = this ; e . toShow = ! 0 , e . lastDelay = a , setTimeout ( function ( ) { e . toShow = = = ! 0 & & e . show ( b , c , d ) } , e . lastDelay ) } , show : function ( a , b , c ) { $ ( this . el ) . html ( this . template . render ( { } ) ) , $ ( " . progress - text " ) . text ( a ) , c ? $ ( " . progress - action " ) . html ( ' < button class = " button - danger " > ' + c + " < / button > " ) : $ ( " . progress - action " ) . html ( ' < button class = " button - danger " > Cancel < / button > ' ) , b ? this . action = b : this . action = this . hide ( ) , $ ( this . el ) . show ( ) } , hide : function ( ) { var a = this ; a . toShow = ! 1 , $ ( this . el ) . hide ( ) , this . action = function ( ) { } } } ) } ( ) , function ( ) { " use strict " ; window . queryManagementView = Backbone . View . extend ( { el : " # content " , id : " # queryManagementContent " , templateActive : templateEngine . createTemplate ( " queryManagementViewActive . ejs " ) , templateSlow : templateEngine . createTemplate ( " queryManagementViewSlow . ejs " ) , table : templateEngine . createTemplate ( " arangoTable . ejs " ) , active : ! 0 , shouldRender : ! 0 , timer : 0 , refreshRate : 2e3 , initialize : function ( ) { var a = this ; this . activeCollection = new window . QueryManagementActive , this . slowCollection = new window . QueryManagementSlow , this . convertModelToJSON ( ! 0 ) , window . setInterval ( function ( ) { " # queries " = = = window . location . hash & & window . VISIBLE & & a . shouldRender & & " queryManagement " = = = arangoHelper . getCurrentSub ( ) . route & & ( a . active ? $ ( " # arangoQueryManagementTable " ) . is ( " : visible " ) & & a . convertModelToJSON ( ! 0 ) : $ ( " # arangoQueryManagementTable " ) . is ( " : visible " ) & & a . convertModelToJSON ( ! 1 ) ) } , a . refreshRate ) } , events : { " click # deleteSlowQueryHistory " : " deleteSlowQueryHistoryModal " , " click # arangoQueryManagementTable . fa - minus - circle " : " deleteRunningQueryModal " } , tableDescription : { id : " arangoQueryManagementTable " , titles : [ " ID " , " Query String " , " Runtime " , " Started " , " " ] , rows : [ ] , unescaped : [ ! 1 , ! 1 , ! 1 , ! 1 , ! 0 ] } , deleteRunningQueryModal : function ( a ) { this . killQueryId = $ ( a . currentTarget ) . attr ( " data - id " ) ; var b = [ ] , c = [ ] ; c . push ( window . modalView . createReadOnlyEntry ( void 0 , " Running Query " , " Do you want to kill the running query ? " , void 0 , void 0 , ! 1 , void 0 ) ) , b . push ( window . modalView . createDeleteButton ( " Kill " , this . killRunningQuery . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Kill Running Query " , b , c ) , $ ( " . modal - delete - confirmation strong " ) . html ( " Really kill ? " ) } , killRunningQuery : function ( ) { this . collection . killRunningQuery ( this . killQueryId , this . killRunningQueryCallback . bind ( this ) ) , window . modalView . hide ( ) } , killRunningQueryCallback : function ( ) { this . convertModelToJSON ( ! 0 ) , this . renderActive ( ) } , deleteSlowQueryHistoryModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createReadOnlyEntry ( void 0 , " Slow Query Log " , " Do you want to delete the slow query log entries ? " , void 0 , void 0 , ! 1 , void 0 ) ) , a . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteSlowQueryHistory . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Delete Slow Query Log " , a , b ) } , deleteSlowQueryHistory : function ( ) { this . collection . deleteSlowQueryHistory ( this . slowQueryCallback . bind ( this ) ) , window . modalView . hide ( ) } , slowQueryCallback : function ( ) { this . convertModelToJSON ( ! 1 ) , this . renderSlow ( ) } , render : function ( ) { var a = arangoHelper . getCurrentSub ( ) ; a . params . active ? ( this . active = ! 0 , this . convertModelToJSON ( ! 0 ) ) : ( this . active = ! 1 , this . convertModelToJSON ( ! 1 ) ) } , addEvents : function ( ) { var a = this ; $ ( " # queryManagementContent tbody " ) . on ( " mousedown " , function ( ) { clearTimeout ( a . timer ) , a . shouldRender = ! 1 } ) , $ ( " # queryManagementContent tbody " ) . on ( " mouseup " , function ( ) { a . timer = window . setTimeout ( function ( ) { a . shouldRender = ! 0 } , 3e3 ) } ) } , renderActive : function ( ) { this . $ el . html ( this . templateActive . render ( { } ) ) , $ ( this . id ) . append ( this . table . render ( { content : this . tableDescription } ) ) , $ ( " # activequeries " ) . addClass ( " arango - active - tab " ) , this . addEvents ( ) } , renderSlow : function ( ) { this . $ el . html ( this . templateSlow . render ( { } ) ) , $ ( this . id ) . append ( this . table . render ( { content : this . tableDescription } ) ) , $ ( " # slowqueries " ) . addClass ( " arango - active - tab " ) , this . addEvents ( ) } , convertModelToJSON : function ( a ) { var b = this , c = [ ] ; a = = = ! 0 ? this . collection = this . activeCollection : this . collection = this . slowCollection , this . collection . fetch ( { success : function ( ) { b . collection . each ( function ( b ) { var d = " " ; a & & ( d = ' < i data - id = " ' + b . get ( " id " ) + ' " class = " fa fa - minus - circle " > < / i > ' ) , c . push ( [ b . get ( " id " ) , b . get ( " query " ) , b . get ( " runTime " ) . toFixed ( 2 ) + " s " , b . get ( " started " ) , d ] ) } ) ; var d = " No running queries . " ; a | | ( d = " No slow queries . " ) , 0 = = = c . length & & c . push ( [ d , " " , " " , " " , " " ] ) , b . tableDescription . rows = c , a ? b . renderActive ( ) : b . renderSlow ( ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . queryView = Backbone . View . extend ( { el : " # content " , id : " # customsDiv " , warningTemplate : templateEngine . createTemplate ( " warningList . ejs " ) , tabArray : [ ] , execPending : ! 1 , initialize : function ( ) { this . refreshAQL ( ) , this . tableDescription . rows = this . customQueries } , events : { " click # result - switch " : " switchTab " , " click # query - switch " : " switchTab " , " click # customs - switch " : " switchTab " , " click # submitQueryButton " : " submitQuery " , " click # explainQueryButton " : " explainQuery " , " click # commentText " : " commentText " , " click # uncommentText " : " uncommentText " , " click # undoText " : " undoText " , " click # redoText " : " redoText " , " click # smallOutput " : " smallOutput " , " click # bigOutput " : " bigOutput " , " click # clearOutput " : " clearOutput " , " click # clearInput " : " clearInput " , " click # clearQueryButton " : " clearInput " , " click # addAQL " : " addAQL " , " mouseover # querySelect " : function ( ) { this . refreshAQL ( ! 0 ) } , " change # querySelect " : " importSelected " , " keypress # aqlEditor " : " aqlShortcuts " , " click # arangoQueryTable . table - cell0 " : " editCustomQuery " , " click # arangoQueryTable . table - cell1 " : " editCustomQuery " , " click # arangoQueryTable . table - cell2 a " : " deleteAQL " , " click # confirmQueryImport " : " importCustomQueries " , " click # confirmQueryExport " : " exportCustomQueries " , " click # export - query " : " exportCustomQueries " , " click # import - query " : " openExportDialog " , " click # closeQueryModal " : " closeExportDialog " , " click # downloadQueryResult " : " downloadQueryResult " } , openExportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " show " ) } , closeExportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " hide " ) } , createCustomQueryModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createTextEntry ( " new - query - name " , " Name " , " " , void 0 , void 0 , ! 1 , [ { rule : Joi . string ( ) . required ( ) , msg : " No query name given . " } ] ) ) , a . push ( window . modalView . createSuccessButton ( " Save " , this . saveAQL . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Save Query " , a , b , void 0 , void 0 , { " keyup # new - query - name " : this . listenKey . bind ( this ) } ) } , updateTable : function ( ) { this . tableDescription . rows = this . customQueries , _ . each ( this . tableDescription . rows , function ( a ) { a . thirdRow = ' < a class = " deleteButton " > < span class = " icon_arangodb_roundminus " title = " Delete query " > < / span > < / a > ' , a . hasOwnProperty ( " parameter " ) & & delete a . parameter } ) , this . tableDescription . unescaped = [ ! 1 , ! 1 , ! 0 ] , this . $ ( this . id ) . html ( this . table . render ( { content : this . tableDescription } ) ) } , editCustomQuery : function ( a ) { var b = $ ( a . target ) . parent ( ) . children ( ) . first ( ) . text ( ) , c = ace . edit ( " aqlEditor " ) , d = ace . edit ( " varsEditor " ) ; c . setValue ( this . getCustomQueryValueByName ( b ) ) , d . setValue ( JSON . stringify ( this . getCustomQueryParameterByName ( b ) ) ) , this . deselect ( d ) , this . deselect ( c ) , $ ( " # querySelect " ) . val ( b ) , this . switchTab ( " query - switch " ) } , initTabArray : function ( ) { var a = this ; $ ( " . arango - tab " ) . children ( ) . each ( function ( ) { a . tabArray . push ( $ ( this ) . children ( ) . first ( ) . attr ( " id " ) ) } ) } , listenKey : function ( a ) { 13 = = = a . keyCode & & this . saveAQL ( a ) , this . checkSaveName ( ) } , checkSaveName : function ( ) { var a = $ ( " # new - query - name " ) . val ( ) ; if ( " Insert Query " = = = a ) return void $ ( " # new - query - name " ) . val ( " " ) ; var b = this . customQueries . some ( function ( b ) { return b . name = = = a } ) ; b ? ( $ ( " # modalButton1 " ) . removeClass ( " button - success " ) , <nl> - $ ( " # modalButton1 " ) . addClass ( " button - warning " ) , $ ( " # modalButton1 " ) . text ( " Update " ) ) : ( $ ( " # modalButton1 " ) . removeClass ( " button - warning " ) , $ ( " # modalButton1 " ) . addClass ( " button - success " ) , $ ( " # modalButton1 " ) . text ( " Save " ) ) } , clearOutput : function ( ) { var a = ace . edit ( " queryOutput " ) ; a . setValue ( " " ) } , clearInput : function ( ) { var a = ace . edit ( " aqlEditor " ) , b = ace . edit ( " varsEditor " ) ; this . setCachedQuery ( a . getValue ( ) , b . getValue ( ) ) , a . setValue ( " " ) , b . setValue ( " " ) } , smallOutput : function ( ) { var a = ace . edit ( " queryOutput " ) ; a . getSession ( ) . foldAll ( ) } , bigOutput : function ( ) { var a = ace . edit ( " queryOutput " ) ; a . getSession ( ) . unfold ( ) } , aqlShortcuts : function ( a ) { a . ctrlKey & & 13 = = = a . keyCode ? this . submitQuery ( ) : a . metaKey & & ! a . ctrlKey & & 13 = = = a . keyCode & & this . submitQuery ( ) } , queries : [ ] , customQueries : [ ] , tableDescription : { id : " arangoQueryTable " , titles : [ " Name " , " Content " , " " ] , rows : [ ] } , template : templateEngine . createTemplate ( " queryView . ejs " ) , table : templateEngine . createTemplate ( " arangoTable . ejs " ) , render : function ( ) { var a = this ; this . $ el . html ( this . template . render ( { } ) ) , this . $ ( this . id ) . html ( this . table . render ( { content : this . tableDescription } ) ) ; var b = 1e3 , c = $ ( " # querySize " ) ; c . empty ( ) , [ 100 , 250 , 500 , 1e3 , 2500 , 5e3 , 1e4 , " all " ] . forEach ( function ( a ) { c . append ( ' < option value = " ' + _ . escape ( a ) + ' " ' + ( b = = = a ? " selected " : " " ) + " > " + _ . escape ( a ) + " results < / option > " ) } ) ; var d = ace . edit ( " queryOutput " ) ; d . setReadOnly ( ! 0 ) , d . setHighlightActiveLine ( ! 1 ) , d . getSession ( ) . setMode ( " ace / mode / json " ) , d . setFontSize ( " 13px " ) , d . setValue ( " " ) ; var e = ace . edit ( " aqlEditor " ) ; e . getSession ( ) . setMode ( " ace / mode / aql " ) , e . setFontSize ( " 13px " ) , e . commands . addCommand ( { name : " togglecomment " , bindKey : { win : " Ctrl - Shift - C " , linux : " Ctrl - Shift - C " , mac : " Command - Shift - C " } , exec : function ( a ) { a . toggleCommentLines ( ) } , multiSelectAction : " forEach " } ) ; var f = ace . edit ( " varsEditor " ) ; f . getSession ( ) . setMode ( " ace / mode / aql " ) , f . setFontSize ( " 13px " ) , f . commands . addCommand ( { name : " togglecomment " , bindKey : { win : " Ctrl - Shift - C " , linux : " Ctrl - Shift - C " , mac : " Command - Shift - C " } , exec : function ( a ) { a . toggleCommentLines ( ) } , multiSelectAction : " forEach " } ) ; var g = this . getCachedQuery ( ) ; null ! = = g & & void 0 ! = = g & & " " ! = = g & & ( e . setValue ( g . query ) , " " = = = g . parameter | | void 0 = = = g ? f . setValue ( " { } " ) : f . setValue ( g . parameter ) ) ; var h = function ( ) { var b = e . getSession ( ) , c = e . getCursorPosition ( ) , d = b . getTokenAt ( c . row , c . column ) ; d & & ( " comment " = = = d . type ? $ ( " # commentText i " ) . removeClass ( " fa - comment " ) . addClass ( " fa - comment - o " ) . attr ( " data - original - title " , " Uncomment " ) : $ ( " # commentText i " ) . removeClass ( " fa - comment - o " ) . addClass ( " fa - comment " ) . attr ( " data - original - title " , " Comment " ) ) ; var g = e . getValue ( ) , h = f . getValue ( ) ; 1 = = = g . length & & ( g = " " ) , 1 = = = h . length & & ( h = " " ) , a . setCachedQuery ( g , h ) } ; e . getSession ( ) . selection . on ( " changeCursor " , function ( ) { h ( ) } ) , f . getSession ( ) . selection . on ( " changeCursor " , function ( ) { h ( ) } ) , $ ( " # queryOutput " ) . resizable ( { handles : " s " , ghost : ! 0 , stop : function ( ) { setTimeout ( function ( ) { var a = ace . edit ( " queryOutput " ) ; a . resize ( ) } , 200 ) } } ) , arangoHelper . fixTooltips ( " . vars - editor - header i , . queryTooltips , . icon_arangodb " , " top " ) , $ ( " # aqlEditor . ace_text - input " ) . focus ( ) ; var i = $ ( window ) . height ( ) - 295 ; return $ ( " # aqlEditor " ) . height ( i - 100 - 29 ) , $ ( " # varsEditor " ) . height ( 100 ) , $ ( " # queryOutput " ) . height ( i ) , e . resize ( ) , d . resize ( ) , this . initTabArray ( ) , this . renderSelectboxes ( ) , this . deselect ( f ) , this . deselect ( d ) , this . deselect ( e ) , $ ( " # queryDiv " ) . show ( ) , $ ( " # customsDiv " ) . show ( ) , this . initQueryImport ( ) , this . switchTab ( " query - switch " ) , this } , getCachedQuery : function ( ) { if ( " undefined " ! = = Storage ) { var a = localStorage . getItem ( " cachedQuery " ) ; if ( void 0 ! = = a ) { var b = JSON . parse ( a ) ; return b } } } , setCachedQuery : function ( a , b ) { if ( " undefined " ! = = Storage ) { var c = { query : a , parameter : b } ; localStorage . setItem ( " cachedQuery " , JSON . stringify ( c ) ) } } , initQueryImport : function ( ) { var a = this ; a . allowUpload = ! 1 , $ ( " # importQueries " ) . change ( function ( b ) { a . files = b . target . files | | b . dataTransfer . files , a . file = a . files [ 0 ] , a . allowUpload = ! 0 , $ ( " # confirmQueryImport " ) . removeClass ( " disabled " ) } ) } , importCustomQueries : function ( ) { var a = this ; if ( this . allowUpload = = = ! 0 ) { var b = function ( ) { this . collection . fetch ( { success : function ( ) { a . updateLocalQueries ( ) , a . renderSelectboxes ( ) , a . updateTable ( ) , a . allowUpload = ! 1 , $ ( " # customs - switch " ) . click ( ) , $ ( " # confirmQueryImport " ) . addClass ( " disabled " ) , $ ( " # queryImportDialog " ) . modal ( " hide " ) } , error : function ( a ) { arangoHelper . arangoError ( " Custom Queries " , a . responseText ) } } ) } . bind ( this ) ; a . collection . saveImportQueries ( a . file , b . bind ( this ) ) } } , downloadQueryResult : function ( ) { var a = ace . edit ( " aqlEditor " ) , b = a . getValue ( ) ; " " ! = = b | | void 0 ! = = b | | null ! = = b ? window . open ( " query / result / download / " + encodeURIComponent ( btoa ( JSON . stringify ( { query : b } ) ) ) ) : arangoHelper . arangoError ( " Query error " , " could not query result . " ) } , exportCustomQueries : function ( ) { var a , b = { } , c = [ ] ; _ . each ( this . customQueries , function ( a ) { c . push ( { name : a . name , value : a . value , parameter : a . parameter } ) } ) , b = { extra : { queries : c } } , $ . ajax ( " whoAmI ? _ = " + Date . now ( ) ) . success ( function ( b ) { a = b . user , ( null = = = a | | a = = = ! 1 ) & & ( a = " root " ) , window . open ( " query / download / " + encodeURIComponent ( a ) ) } ) } , deselect : function ( a ) { var b = a . getSelection ( ) , c = b . lead . row , d = b . lead . column ; b . setSelectionRange ( { start : { row : c , column : d } , end : { row : c , column : d } } ) , a . focus ( ) } , addAQL : function ( ) { this . refreshAQL ( ! 0 ) , this . createCustomQueryModal ( ) , $ ( " # new - query - name " ) . val ( $ ( " # querySelect " ) . val ( ) ) , setTimeout ( function ( ) { $ ( " # new - query - name " ) . focus ( ) } , 500 ) , this . checkSaveName ( ) } , getAQL : function ( a ) { var b = this ; this . collection . fetch ( { success : function ( ) { var c = localStorage . getItem ( " customQueries " ) ; if ( c ) { var d = JSON . parse ( c ) ; _ . each ( d , function ( a ) { b . collection . add ( { value : a . value , name : a . name } ) } ) ; var e = function ( a , b ) { a ? arangoHelper . arangoError ( " Custom Queries " , " Could not import old local storage queries " ) : localStorage . removeItem ( " customQueries " ) } . bind ( b ) ; b . collection . saveCollectionQueries ( e ) } b . updateLocalQueries ( ) , a & & a ( ) } } ) } , deleteAQL : function ( a ) { var b = function ( a ) { a ? arangoHelper . arangoError ( " Query " , " Could not delete query . " ) : ( this . updateLocalQueries ( ) , this . renderSelectboxes ( ) , this . updateTable ( ) ) } . bind ( this ) , c = $ ( a . target ) . parent ( ) . parent ( ) . parent ( ) . children ( ) . first ( ) . text ( ) , d = this . collection . findWhere ( { name : c } ) ; this . collection . remove ( d ) , this . collection . saveCollectionQueries ( b ) } , updateLocalQueries : function ( ) { var a = this ; this . customQueries = [ ] , this . collection . each ( function ( b ) { a . customQueries . push ( { name : b . get ( " name " ) , value : b . get ( " value " ) , parameter : b . get ( " parameter " ) } ) } ) } , saveAQL : function ( a ) { a . stopPropagation ( ) , this . refreshAQL ( ) ; var b = ace . edit ( " aqlEditor " ) , c = ace . edit ( " varsEditor " ) , d = $ ( " # new - query - name " ) . val ( ) , e = c . getValue ( ) ; if ( ! $ ( " # new - query - name " ) . hasClass ( " invalid - input " ) & & " " ! = = d . trim ( ) ) { var f = b . getValue ( ) , g = ! 1 ; if ( $ . each ( this . customQueries , function ( a , b ) { return b . name = = = d ? ( b . value = f , void ( g = ! 0 ) ) : void 0 } ) , g = = = ! 0 ) this . collection . findWhere ( { name : d } ) . set ( " value " , f ) ; else { if ( ( " " = = = e | | void 0 = = = e ) & & ( e = " { } " ) , " string " = = typeof e ) try { e = JSON . parse ( e ) } catch ( h ) { console . log ( " could not parse bind parameter " ) } this . collection . add ( { name : d , parameter : e , value : f } ) } var i = function ( a ) { if ( a ) arangoHelper . arangoError ( " Query " , " Could not save query " ) ; else { var b = this ; this . collection . fetch ( { success : function ( ) { b . updateLocalQueries ( ) , b . renderSelectboxes ( ) , $ ( " # querySelect " ) . val ( d ) } } ) } } . bind ( this ) ; this . collection . saveCollectionQueries ( i ) , window . modalView . hide ( ) } } , getSystemQueries : function ( a ) { var b = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : " js / arango / aqltemplates . json " , contentType : " application / json " , processData : ! 1 , success : function ( c ) { a & & a ( ! 1 ) , b . queries = c } , error : function ( ) { a & & a ( ! 0 ) , arangoHelper . arangoNotification ( " Query " , " Error while loading system templates " ) } } ) } , getCustomQueryValueByName : function ( a ) { return this . collection . findWhere ( { name : a } ) . get ( " value " ) } , getCustomQueryParameterByName : function ( a ) { return this . collection . findWhere ( { name : a } ) . get ( " parameter " ) } , refreshAQL : function ( a ) { var b = this , c = function ( c ) { if ( c ) arangoHelper . arangoError ( " Query " , " Could not reload Queries " ) ; else if ( b . updateLocalQueries ( ) , a ) { var d = $ ( " # querySelect " ) . val ( ) ; b . renderSelectboxes ( ) , $ ( " # querySelect " ) . val ( d ) } } . bind ( b ) , d = function ( ) { b . getSystemQueries ( c ) } . bind ( b ) ; this . getAQL ( d ) } , importSelected : function ( a ) { var b = ace . edit ( " aqlEditor " ) , c = ace . edit ( " varsEditor " ) ; _ . each ( this . queries , function ( d ) { $ ( " # " + a . currentTarget . id ) . val ( ) = = = d . name & & ( b . setValue ( d . value ) , d . hasOwnProperty ( " parameter " ) ? ( ( " " = = = d . parameter | | void 0 = = = d . parameter ) & & ( d . parameter = " { } " ) , " object " = = typeof d . parameter ? c . setValue ( JSON . stringify ( d . parameter ) ) : c . setValue ( d . parameter ) ) : c . setValue ( " { } " ) ) } ) , _ . each ( this . customQueries , function ( d ) { $ ( " # " + a . currentTarget . id ) . val ( ) = = = d . name & & ( b . setValue ( d . value ) , d . hasOwnProperty ( " parameter " ) ? ( ( " " = = = d . parameter | | void 0 = = = d . parameter | | " { } " = = = JSON . stringify ( d . parameter ) ) & & ( d . parameter = " { } " ) , c . setValue ( d . parameter ) ) : c . setValue ( " { } " ) ) } ) , this . deselect ( ace . edit ( " varsEditor " ) ) , this . deselect ( ace . edit ( " aqlEditor " ) ) } , renderSelectboxes : function ( ) { this . sortQueries ( ) ; var a = " " ; a = " # querySelect " , $ ( a ) . empty ( ) , $ ( a ) . append ( ' < option id = " emptyquery " > Insert Query < / option > ' ) , $ ( a ) . append ( ' < optgroup label = " Example queries " > ' ) , jQuery . each ( this . queries , function ( b , c ) { $ ( a ) . append ( ' < option id = " ' + _ . escape ( c . name ) + ' " > ' + _ . escape ( c . name ) + " < / option > " ) } ) , $ ( a ) . append ( " < / optgroup > " ) , this . customQueries . length > 0 & & ( $ ( a ) . append ( ' < optgroup label = " Custom queries " > ' ) , jQuery . each ( this . customQueries , function ( b , c ) { $ ( a ) . append ( ' < option id = " ' + _ . escape ( c . name ) + ' " > ' + _ . escape ( c . name ) + " < / option > " ) } ) , $ ( a ) . append ( " < / optgroup > " ) ) } , undoText : function ( ) { var a = ace . edit ( " aqlEditor " ) ; a . undo ( ) } , redoText : function ( ) { var a = ace . edit ( " aqlEditor " ) ; a . redo ( ) } , commentText : function ( ) { var a = ace . edit ( " aqlEditor " ) ; a . toggleCommentLines ( ) } , sortQueries : function ( ) { this . queries = _ . sortBy ( this . queries , " name " ) , this . customQueries = _ . sortBy ( this . customQueries , " name " ) } , readQueryData : function ( ) { var a = ace . edit ( " aqlEditor " ) , b = ace . edit ( " varsEditor " ) , c = a . session . getTextRange ( a . getSelectionRange ( ) ) , d = $ ( " # querySize " ) , e = { query : c | | a . getValue ( ) , id : " currentFrontendQuery " } ; " all " ! = = d . val ( ) & & ( e . batchSize = parseInt ( d . val ( ) , 10 ) ) ; var f = b . getValue ( ) ; if ( f . length > 0 ) try { var g = JSON . parse ( f ) ; 0 ! = = Object . keys ( g ) . length & & ( e . bindVars = g ) } catch ( h ) { return arangoHelper . arangoError ( " Query error " , " Could not parse bind parameters . " ) , ! 1 } return JSON . stringify ( e ) } , heatmapColors : [ " # 313695 " , " # 4575b4 " , " # 74add1 " , " # abd9e9 " , " # e0f3f8 " , " # ffffbf " , " # fee090 " , " # fdae61 " , " # f46d43 " , " # d73027 " , " # a50026 " ] , heatmap : function ( a ) { return this . heatmapColors [ Math . floor ( 10 * a ) ] } , followQueryPath : function ( a , b ) { var c = { } , d = 0 ; c [ b [ 0 ] . id ] = a ; var e , f , g , h ; for ( e = 1 ; e < b . length ; + + e ) for ( f = this . preparePlanNodeEntry ( b [ e ] , b [ e - 1 ] . estimatedCost ) , c [ b [ e ] . id ] = f , h = b [ e ] . dependencies , d = f . estimatedCost , g = 0 ; g < h . length ; + + g ) c [ h [ g ] ] . children . push ( f ) ; return console . log ( d ) , d } , preparePlanNodeEntry : function ( a , b ) { var c = { estimatedCost : a . estimatedCost , estimatedNrItems : a . estimatedNrItems , type : a . type , children : [ ] } ; switch ( a . type ) { case " SubqueryNode " : c . relativeCost = c . estimatedCost - this . followQueryPath ( c , a . subquery . nodes ) ; break ; default : c . relativeCost = c . estimatedCost - b | | c . estimatedCost } return c } , fillExplain : function ( a ) { var b = this , c = ace . edit ( " queryOutput " ) , d = this . readQueryData ( ) ; $ ( " . queryExecutionTime " ) . text ( " " ) , this . execPending = ! 1 , d & & ( window . progressView . show ( " Explain is operating . . . " ) , $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _admin / aardvark / query / explain / " ) , data : d , contentType : " application / json " , processData : ! 1 , success : function ( d ) { c . setValue ( d . msg ) , b . switchTab ( " result - switch " ) , window . progressView . hide ( ) , b . deselect ( c ) , $ ( " # downloadQueryResult " ) . hide ( ) , " function " = = typeof a & & a ( ) , $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) } , error : function ( b ) { window . progressView . hide ( ) ; try { var c = JSON . parse ( b . responseText ) ; arangoHelper . arangoError ( " Explain error " , c . errorNum ) } catch ( d ) { arangoHelper . arangoError ( " Explain error " , " ERROR " ) } window . progressView . hide ( ) , " function " = = typeof a & & a ( ) } } ) ) } , resize : function ( ) { } , checkQueryTimer : void 0 , queryCallbackFunction : function ( a , b ) { var c = this , d = ace . edit ( " queryOutput " ) , e = function ( ) { $ . ajax ( { url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( a ) + " / cancel " ) , type : " PUT " , success : function ( ) { window . clearTimeout ( c . checkQueryTimer ) , arangoHelper . arangoNotification ( " Query " , " Query canceled . " ) , window . progressView . hide ( ) } } ) } ; window . progressView . show ( " Query is operating . . . " , e , " Cancel Query " ) , $ ( " . queryExecutionTime " ) . text ( " " ) , this . execPending = ! 1 ; var f = function ( a ) { var b = " " ; a . extra & & a . extra . warnings & & a . extra . warnings . length > 0 & & ( b + = " Warnings : \ r \ n \ r \ n " , a . extra . warnings . forEach ( function ( a ) { b + = " [ " + a . code + " ] , ' " + a . message + " ' \ r \ n " } ) ) , " " ! = = b & & ( b + = " \ r \ nResult : \ r \ n \ r \ n " ) , d . setValue ( b + JSON . stringify ( a . result , void 0 , 2 ) ) } , g = function ( a ) { f ( a ) , c . switchTab ( " result - switch " ) , window . progressView . hide ( ) ; var e = " - " ; a & & a . extra & & a . extra . stats & & ( e = a . extra . stats . executionTime . toFixed ( 3 ) + " s " ) , $ ( " . queryExecutionTime " ) . text ( " Execution time : " + e ) , c . deselect ( d ) , $ ( " # downloadQueryResult " ) . show ( ) , " function " = = typeof b & & b ( ) } , h = function ( ) { $ . ajax ( { type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( a ) ) , contentType : " application / json " , processData : ! 1 , success : function ( a , b , d ) { 201 = = = d . status ? g ( a ) : 204 = = = d . status & & ( c . checkQueryTimer = window . setTimeout ( function ( ) { h ( ) } , 500 ) ) } , error : function ( a ) { try { var b = JSON . parse ( a . responseText ) ; b . errorMessage & & arangoHelper . arangoError ( " Query " , b . errorMessage ) } catch ( c ) { arangoHelper . arangoError ( " Query " , " Something went wrong . " ) } window . progressView . hide ( ) } } ) } ; h ( ) } , fillResult : function ( a ) { var b = this , c = ace . edit ( " queryOutput " ) ; c . setValue ( " " ) ; var d = this . readQueryData ( ) ; d & & $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _api / cursor " ) , headers : { " x - arango - async " : " store " } , data : d , contentType : " application / json " , processData : ! 1 , success : function ( c , d , e ) { e . getResponseHeader ( " x - arango - async - id " ) & & b . queryCallbackFunction ( e . getResponseHeader ( " x - arango - async - id " ) , a ) , $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) } , error : function ( d ) { b . switchTab ( " result - switch " ) , $ ( " # downloadQueryResult " ) . hide ( ) ; try { var e = JSON . parse ( d . responseText ) ; c . setValue ( " [ " + e . errorNum + " ] " + e . errorMessage ) } catch ( f ) { c . setValue ( " ERROR " ) , arangoHelper . arangoError ( " Query error " , " ERROR " ) } window . progressView . hide ( ) , " function " = = typeof a & & a ( ) } } ) } , submitQuery : function ( ) { var a = ace . edit ( " queryOutput " ) ; this . fillResult ( this . switchTab . bind ( this , " result - switch " ) ) , a . resize ( ) ; var b = ace . edit ( " aqlEditor " ) ; this . deselect ( b ) , $ ( " # downloadQueryResult " ) . show ( ) } , explainQuery : function ( ) { this . fillExplain ( ) } , switchTab : function ( a ) { var b ; b = " string " = = typeof a ? a : a . target . id ; var c = this , d = function ( a ) { var d = " # " + a . replace ( " - switch " , " " ) , e = " # tabContent " + d . charAt ( 1 ) . toUpperCase ( ) + d . substr ( 2 ) ; a = = = b ? ( $ ( " # " + a ) . parent ( ) . addClass ( " active " ) , $ ( d ) . addClass ( " active " ) , $ ( e ) . show ( ) , " query - switch " = = = b ? $ ( " # aqlEditor . ace_text - input " ) . focus ( ) : " result - switch " = = = b & & c . execPending & & c . fillResult ( ) ) : ( $ ( " # " + a ) . parent ( ) . removeClass ( " active " ) , $ ( d ) . removeClass ( " active " ) , $ ( e ) . hide ( ) ) } ; this . tabArray . forEach ( d ) , this . updateTable ( ) } } ) } ( ) , function ( ) { " use strict " ; window . queryView2 = Backbone . View . extend ( { el : " # content " , bindParamId : " # bindParamEditor " , myQueriesId : " # queryTable " , template : templateEngine . createTemplate ( " queryView2 . ejs " ) , table : templateEngine . createTemplate ( " arangoTable . ejs " ) , outputDiv : " # outputEditors " , outputTemplate : templateEngine . createTemplate ( " queryViewOutput . ejs " ) , outputCounter : 0 , allowUpload : ! 1 , customQueries : [ ] , queries : [ ] , state : { lastQuery : { query : void 0 , bindParam : void 0 } } , settings : { aqlWidth : void 0 } , currentQuery : { } , initDone : ! 1 , bindParamRegExp : / @ ( @ ? \ w + \ d * ) / , bindParamTableObj : { } , bindParamTableDesc : { id : " arangoBindParamTable " , titles : [ " Key " , " Value " ] , rows : [ ] } , myQueriesTableDesc : { id : " arangoMyQueriesTable " , titles : [ " Name " , " Actions " ] , rows : [ ] } , execPending : ! 1 , aqlEditor : null , queryPreview : null , initialize : function ( ) { this . refreshAQL ( ) } , allowParamToggle : ! 0 , events : { " click # executeQuery " : " executeQuery " , " click # explainQuery " : " explainQuery " , " click # clearQuery " : " clearQuery " , " click . outputEditorWrapper # downloadQueryResult " : " downloadQueryResult " , " click . outputEditorWrapper . switchAce " : " switchAce " , " click . outputEditorWrapper . fa - close " : " closeResult " , " click # toggleQueries1 " : " toggleQueries " , " click # toggleQueries2 " : " toggleQueries " , " click # saveCurrentQuery " : " addAQL " , " click # exportQuery " : " exportCustomQueries " , " click # importQuery " : " openImportDialog " , " click # removeResults " : " removeResults " , " click # querySpotlight " : " showSpotlight " , " click # deleteQuery " : " selectAndDeleteQueryFromTable " , " click # explQuery " : " selectAndExplainQueryFromTable " , " keydown # arangoBindParamTable input " : " updateBindParams " , " change # arangoBindParamTable input " : " updateBindParams " , " click # arangoMyQueriesTable tbody tr " : " showQueryPreview " , " dblclick # arangoMyQueriesTable tbody tr " : " selectQueryFromTable " , " click # arangoMyQueriesTable # copyQuery " : " selectQueryFromTable " , " click # closeQueryModal " : " closeExportDialog " , " click # confirmQueryImport " : " importCustomQueries " , " click # switchTypes " : " toggleBindParams " , " click # arangoMyQueriesTable # runQuery " : " selectAndRunQueryFromTable " } , clearQuery : function ( ) { this . aqlEditor . setValue ( " " , 1 ) } , toggleBindParams : function ( ) { this . allowParamToggle ? ( $ ( " # bindParamEditor " ) . toggle ( ) , $ ( " # bindParamAceEditor " ) . toggle ( ) , " JSON " = = = $ ( " # switchTypes " ) . text ( ) ? ( $ ( " # switchTypes " ) . text ( " Table " ) , this . updateQueryTable ( ) , this . bindParamAceEditor . setValue ( JSON . stringify ( this . bindParamTableObj , null , " " ) , 1 ) , this . deselect ( this . bindParamAceEditor ) ) : ( $ ( " # switchTypes " ) . text ( " JSON " ) , this . renderBindParamTable ( ) ) ) : arangoHelper . arangoError ( " Bind parameter " , " Could not parse bind parameter " ) , this . resize ( ) } , openExportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " show " ) } , closeExportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " hide " ) } , initQueryImport : function ( ) { var a = this ; a . allowUpload = ! 1 , $ ( " # importQueries " ) . change ( function ( b ) { a . files = b . target . files | | b . dataTransfer . files , a . file = a . files [ 0 ] , a . allowUpload = ! 0 , $ ( " # confirmQueryImport " ) . removeClass ( " disabled " ) } ) } , importCustomQueries : function ( ) { var a = this ; if ( this . allowUpload = = = ! 0 ) { var b = function ( ) { this . collection . fetch ( { success : function ( ) { a . updateLocalQueries ( ) , a . updateQueryTable ( ) , a . resize ( ) , a . allowUpload = ! 1 , $ ( " # confirmQueryImport " ) . addClass ( " disabled " ) , $ ( " # queryImportDialog " ) . modal ( " hide " ) } , error : function ( a ) { arangoHelper . arangoError ( " Custom Queries " , a . responseText ) } } ) } . bind ( this ) ; a . collection . saveImportQueries ( a . file , b . bind ( this ) ) } } , removeResults : function ( ) { $ ( " . outputEditorWrapper " ) . hide ( " fast " , function ( ) { $ ( " . outputEditorWrapper " ) . remove ( ) } ) , $ ( " # removeResults " ) . hide ( ) } , getCustomQueryParameterByName : function ( a ) { return this . collection . findWhere ( { name : a } ) . get ( " parameter " ) } , getCustomQueryValueByName : function ( a ) { var b ; return a & & ( b = this . collection . findWhere ( { name : a } ) ) , b ? b = b . get ( " value " ) : _ . each ( this . queries , function ( c ) { c . name = = = a & & ( b = c . value ) } ) , b } , openImportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " show " ) } , closeImportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " hide " ) } , exportCustomQueries : function ( ) { var a ; $ . ajax ( " whoAmI ? _ = " + Date . now ( ) ) . success ( function ( b ) { a = b . user , ( null = = = a | | a = = = ! 1 ) & & ( a = " root " ) , window . open ( " query / download / " + encodeURIComponent ( a ) ) } ) } , toggleQueries : function ( a ) { a & & " toggleQueries1 " = = = a . currentTarget . id ? ( this . updateQueryTable ( ) , $ ( " # bindParamAceEditor " ) . hide ( ) , $ ( " # bindParamEditor " ) . show ( ) , $ ( " # switchTypes " ) . text ( " JSON " ) , $ ( " . aqlEditorWrapper " ) . first ( ) . width ( . 33 * $ ( window ) . width ( ) ) , this . queryPreview . setValue ( " No query selected . " , 1 ) , this . deselect ( this . queryPreview ) ) : void 0 = = = this . settings . aqlWidth ? $ ( " . aqlEditorWrapper " ) . first ( ) . width ( . 33 * $ ( window ) . width ( ) ) : $ ( " . aqlEditorWrapper " ) . first ( ) . width ( this . settings . aqlWidth ) , this . resize ( ) ; var b = [ " aqlEditor " , " queryTable " , " previewWrapper " , " querySpotlight " , " bindParamEditor " , " toggleQueries1 " , " toggleQueries2 " , " saveCurrentQuery " , " querySize " , " executeQuery " , " switchTypes " , " explainQuery " , " importQuery " , " exportQuery " ] ; _ . each ( b , function ( a ) { $ ( " # " + a ) . toggle ( ) } ) , this . resize ( ) } , showQueryPreview : function ( a ) { $ ( " # arangoMyQueriesTable tr " ) . removeClass ( " selected " ) , $ ( a . currentTarget ) . addClass ( " selected " ) ; var b = this . getQueryNameFromTable ( a ) ; this . queryPreview . setValue ( this . getCustomQueryValueByName ( b ) , 1 ) , this . deselect ( this . queryPreview ) } , getQueryNameFromTable : function ( a ) { var b ; return $ ( a . currentTarget ) . is ( " tr " ) ? b = $ ( a . currentTarget ) . children ( ) . first ( ) . text ( ) : $ ( a . currentTarget ) . is ( " span " ) & & ( b = $ ( a . currentTarget ) . parent ( ) . parent ( ) . prev ( ) . text ( ) ) , b } , deleteQueryModal : function ( a ) { var b = [ ] , c = [ ] ; c . push ( window . modalView . createReadOnlyEntry ( void 0 , a , " Do you want to delete the query ? " , void 0 , void 0 , ! 1 , void 0 ) ) , b . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteAQL . bind ( this , a ) ) ) , window . modalView . show ( " modalTable . ejs " , " Delete Query " , b , c ) } , selectAndDeleteQueryFromTable : function ( a ) { var b = this . getQueryNameFromTable ( a ) ; this . deleteQueryModal ( b ) } , selectAndExplainQueryFromTable : function ( a ) { this . selectQueryFromTable ( a , ! 1 ) , this . explainQuery ( ) } , selectAndRunQueryFromTable : function ( a ) { this . selectQueryFromTable ( a , ! 1 ) , this . executeQuery ( ) } , selectQueryFromTable : function ( a , b ) { var c = this . getQueryNameFromTable ( a ) , d = this ; void 0 = = = b & & this . toggleQueries ( ) , this . state . lastQuery . query = this . aqlEditor . getValue ( ) , this . state . lastQuery . bindParam = this . bindParamTableObj , this . aqlEditor . setValue ( this . getCustomQueryValueByName ( c ) , 1 ) , this . fillBindParamTable ( this . getCustomQueryParameterByName ( c ) ) , this . updateBindParams ( ) , $ ( " # lastQuery " ) . remove ( ) , $ ( " # queryContent . arangoToolbarTop . pull - left " ) . append ( ' < span id = " lastQuery " class = " clickable " > Previous Query < / span > ' ) , $ ( " # lastQuery " ) . hide ( ) . fadeIn ( 500 ) . on ( " click " , function ( ) { d . aqlEditor . setValue ( d . state . lastQuery . query , 1 ) , d . fillBindParamTable ( d . state . lastQuery . bindParam ) , d . updateBindParams ( ) , $ ( " # lastQuery " ) . fadeOut ( 500 , function ( ) { $ ( this ) . remove ( ) } ) } ) } , deleteAQL : function ( a ) { var b = function ( a ) { a ? arangoHelper . arangoError ( " Query " , " Could not delete query . " ) : ( this . updateLocalQueries ( ) , this . updateQueryTable ( ) , this . resize ( ) , window . modalView . hide ( ) ) } . bind ( this ) , c = this . collection . findWhere ( { name : a } ) ; this . collection . remove ( c ) , this . collection . saveCollectionQueries ( b ) } , switchAce : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " counter " ) ; " Result " = = = $ ( a . currentTarget ) . text ( ) ? $ ( a . currentTarget ) . text ( " AQL " ) : $ ( a . currentTarget ) . text ( " Result " ) , $ ( " # outputEditor " + b ) . toggle ( ) , $ ( " # sentWrapper " + b ) . toggle ( ) , this . deselect ( ace . edit ( " outputEditor " + b ) ) , this . deselect ( ace . edit ( " sentQueryEditor " + b ) ) , this . deselect ( ace . edit ( " sentBindParamEditor " + b ) ) } , downloadQueryResult : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " counter " ) , c = ace . edit ( " sentQueryEditor " + b ) , d = c . getValue ( ) ; " " ! = = d | | void 0 ! = = d | | null ! = = d ? 0 = = = Object . keys ( this . bindParamTableObj ) . length ? window . open ( " query / result / download / " + encodeURIComponent ( btoa ( JSON . stringify ( { query : d } ) ) ) ) : window . open ( " query / result / download / " + encodeURIComponent ( btoa ( JSON . stringify ( { query : d , bindVars : this . bindParamTableObj } ) ) ) ) : arangoHelper . arangoError ( " Query error " , " could not query result . " ) } , explainQuery : function ( ) { if ( ! this . verifyQueryAndParams ( ) ) { this . $ ( this . outputDiv ) . prepend ( this . outputTemplate . render ( { counter : this . outputCounter , type : " Explain " } ) ) ; var a = this . outputCounter , b = ace . edit ( " outputEditor " + a ) , c = ace . edit ( " sentQueryEditor " + a ) , d = ace . edit ( " sentBindParamEditor " + a ) ; c . getSession ( ) . setMode ( " ace / mode / aql " ) , c . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , c . setReadOnly ( ! 0 ) , this . setEditorAutoHeight ( c ) , b . setReadOnly ( ! 0 ) , b . getSession ( ) . setMode ( " ace / mode / json " ) , b . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , this . setEditorAutoHeight ( b ) , d . setValue ( JSON . stringify ( this . bindParamTableObj ) , 1 ) , d . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , d . getSession ( ) . setMode ( " ace / mode / json " ) , d . setReadOnly ( ! 0 ) , this . setEditorAutoHeight ( d ) , this . fillExplain ( b , c , a ) , this . outputCounter + + } } , fillExplain : function ( a , b , c ) { b . setValue ( this . aqlEditor . getValue ( ) , 1 ) ; var d = this , e = this . readQueryData ( ) ; if ( $ ( " # outputEditorWrapper " + c + " . queryExecutionTime " ) . text ( " " ) , this . execPending = ! 1 , e ) { var f = function ( ) { $ ( " # outputEditorWrapper " + c + " # spinner " ) . remove ( ) , $ ( " # outputEditor " + c ) . css ( " opacity " , " 1 " ) , $ ( " # outputEditorWrapper " + c + " . fa - close " ) . show ( ) , $ ( " # outputEditorWrapper " + c + " . switchAce " ) . show ( ) } ; $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _admin / aardvark / query / explain / " ) , data : e , contentType : " application / json " , processData : ! 1 , success : function ( b ) { b . msg . includes ( " errorMessage " ) ? ( d . removeOutputEditor ( c ) , arangoHelper . arangoError ( " Explain " , b . msg ) ) : ( a . setValue ( b . msg , 1 ) , d . deselect ( a ) , $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) , d . handleResult ( c ) ) , f ( ) } , error : function ( a ) { try { var b = JSON . parse ( a . responseText ) ; arangoHelper . arangoError ( " Explain " , b . errorMessage ) } catch ( e ) { arangoHelper . arangoError ( " Explain " , " ERROR " ) } d . handleResult ( c ) , d . removeOutputEditor ( c ) , f ( ) } } ) } } , removeOutputEditor : function ( a ) { $ ( " # outputEditorWrapper " + a ) . hide ( ) , $ ( " # outputEditorWrapper " + a ) . remove ( ) , 0 = = = $ ( " . outputEditorWrapper " ) . length & & $ ( " # removeResults " ) . hide ( ) } , getCachedQueryAfterRender : function ( ) { var a = this . getCachedQuery ( ) , b = this ; if ( null ! = = a & & void 0 ! = = a & & " " ! = = a & & ( this . aqlEditor . setValue ( a . query , 1 ) , this . aqlEditor . getSession ( ) . setUndoManager ( new ace . UndoManager ) , " " ! = = a . parameter | | void 0 ! = = a ) ) try { b . bindParamTableObj = JSON . parse ( a . parameter ) ; var c ; _ . each ( $ ( " # arangoBindParamTable input " ) , function ( a ) { c = $ ( a ) . attr ( " name " ) , $ ( a ) . val ( b . bindParamTableObj [ c ] ) } ) , b . setCachedQuery ( b . aqlEditor . getValue ( ) , JSON . stringify ( b . bindParamTableObj ) ) } catch ( d ) { } } , getCachedQuery : function ( ) { if ( " undefined " ! = = Storage ) { var a = localStorage . getItem ( " cachedQuery " ) ; if ( void 0 ! = = a ) { var b = JSON . parse ( a ) ; this . currentQuery = b ; try { this . bindParamTableObj = JSON . parse ( b . parameter ) } catch ( c ) { } return b } } } , setCachedQuery : function ( a , b ) { if ( " undefined " ! = = Storage ) { var c = { query : a , parameter : b } ; this . currentQuery = c , localStorage . setItem ( " cachedQuery " , JSON . stringify ( c ) ) } } , closeResult : function ( a ) { var b = $ ( " # " + $ ( a . currentTarget ) . attr ( " element " ) ) . parent ( ) ; $ ( b ) . hide ( " fast " , function ( ) { $ ( b ) . remove ( ) , 0 = = = $ ( " . outputEditorWrapper " ) . length & & $ ( " # removeResults " ) . hide ( ) } ) } , fillSelectBoxes : function ( ) { var a = 1e3 , b = $ ( " # querySize " ) ; b . empty ( ) , [ 100 , 250 , 500 , 1e3 , 2500 , 5e3 , 1e4 , " all " ] . forEach ( function ( c ) { b . append ( ' < option value = " ' + _ . escape ( c ) + ' " ' + ( a = = = c ? " selected " : " " ) + " > " + _ . escape ( c ) + " results < / option > " ) } ) } , render : function ( ) { this . $ el . html ( this . template . render ( { } ) ) , this . afterRender ( ) , this . initDone | | ( this . settings . aqlWidth = $ ( " . aqlEditorWrapper " ) . width ( ) ) , this . initDone = ! 0 , this . renderBindParamTable ( ! 0 ) } , afterRender : function ( ) { var a = this ; this . initAce ( ) , this . initTables ( ) , this . fillSelectBoxes ( ) , this . makeResizeable ( ) , this . initQueryImport ( ) , this . getCachedQueryAfterRender ( ) , $ ( " . inputEditorWrapper " ) . height ( $ ( window ) . height ( ) / 10 * 5 + 25 ) , window . setTimeout ( function ( ) { a . resize ( ) } , 10 ) , a . deselect ( a . aqlEditor ) } , showSpotlight : function ( a ) { var b , c ; if ( ( void 0 = = = a | | " click " = = = a . type ) & & ( a = " aql " ) , " aql " = = = a ) b = function ( a ) { this . aqlEditor . insert ( a ) , $ ( " # aqlEditor . ace_text - input " ) . focus ( ) } . bind ( this ) , c = function ( ) { $ ( " # aqlEditor . ace_text - input " ) . focus ( ) } ; else { var d = $ ( " : focus " ) ; b = function ( a ) { var b = $ ( d ) . val ( ) ; $ ( d ) . val ( b + a ) , $ ( d ) . focus ( ) } . bind ( this ) , c = function ( ) { $ ( d ) . focus ( ) } } window . spotlightView . show ( b , c , a ) } , resize : function ( ) { this . resizeFunction ( ) } , resizeFunction : function ( ) { $ ( " # toggleQueries1 " ) . is ( " : visible " ) ? ( this . aqlEditor . resize ( ) , $ ( " # arangoBindParamTable thead " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) ) , $ ( " # arangoBindParamTable thead th " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) / 2 ) , $ ( " # arangoBindParamTable tr " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) ) , $ ( " # arangoBindParamTable tbody " ) . css ( " height " , $ ( " # aqlEditor " ) . height ( ) - 35 ) , $ ( " # arangoBindParamTable tbody " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) ) , $ ( " # arangoBindParamTable tbody tr " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) ) , $ ( " # arangoBindParamTable tbody td " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) / 2 ) ) : ( this . queryPreview . resize ( ) , $ ( " # arangoMyQueriesTable thead " ) . css ( " width " , $ ( " # queryTable " ) . width ( ) ) , $ ( " # arangoMyQueriesTable thead th " ) . css ( " width " , $ ( " # queryTable " ) . width ( ) / 2 ) , $ ( " # arangoMyQueriesTable tr " ) . css ( " width " , $ ( " # queryTable " ) . width ( ) ) , $ ( " # arangoMyQueriesTable tbody " ) . css ( " height " , $ ( " # queryTable " ) . height ( ) - 35 ) , $ ( " # arangoMyQueriesTable tbody " ) . css ( " width " , $ ( " # queryTable " ) . width ( ) ) , $ ( " # arangoMyQueriesTable tbody td " ) . css ( " width " , $ ( " # queryTable " ) . width ( ) / 2 ) ) } , makeResizeable : function ( ) { var a = this ; $ ( " . aqlEditorWrapper " ) . resizable ( { resize : function ( ) { a . resizeFunction ( ) , a . settings . aqlWidth = $ ( " . aqlEditorWrapper " ) . width ( ) } , handles : " e " } ) , $ ( " . inputEditorWrapper " ) . resizable ( { resize : function ( ) { a . resizeFunction ( ) } , handles : " s " } ) , this . resizeFunction ( ) } , initTables : function ( ) { this . $ ( this . bindParamId ) . html ( this . table . render ( { content : this . bindParamTableDesc } ) ) , this . $ ( this . myQueriesId ) . html ( this . table . render ( { content : this . myQueriesTableDesc } ) ) } , checkType : function ( a ) { var b = " stringtype " ; try { a = JSON . parse ( a ) , b = a instanceof Array ? " arraytype " : typeof a + " type " } catch ( c ) { } return b } , updateBindParams : function ( a ) { var b , c = this ; if ( a ) { b = $ ( a . currentTarget ) . attr ( " name " ) , this . bindParamTableObj [ b ] = arangoHelper . parseInput ( a . currentTarget ) ; var d = [ " arraytype " , " objecttype " , " booleantype " , " numbertype " , " stringtype " ] ; _ . each ( d , function ( b ) { $ ( a . currentTarget ) . removeClass ( b ) } ) , $ ( a . currentTarget ) . addClass ( c . checkType ( $ ( a . currentTarget ) . val ( ) ) ) } else _ . each ( $ ( " # arangoBindParamTable input " ) , function ( a ) { b = $ ( a ) . attr ( " name " ) , c . bindParamTableObj [ b ] = arangoHelper . parseInput ( a ) } ) ; this . setCachedQuery ( this . aqlEditor . getValue ( ) , JSON . stringify ( this . bindParamTableObj ) ) , a & & ( ( a . ctrlKey | | a . metaKey ) & & 13 = = = a . keyCode & & ( a . preventDefault ( ) , this . executeQuery ( ) ) , ( a . ctrlKey | | a . metaKey ) & & 32 = = = a . keyCode & & ( a . preventDefault ( ) , this . showSpotlight ( " bind " ) ) ) } , parseQuery : function ( a ) { var b = 0 , c = 1 , d = 2 , e = 3 , f = 4 , g = 5 , h = 6 , i = 7 ; a + = " " ; var j , k , l , m = this , n = b , o = a . length , p = [ ] ; for ( k = 0 ; o > k ; + + k ) switch ( l = a . charAt ( k ) , n ) { case b : " @ " = = = l ? ( n = h , j = k ) : " ' " = = = l ? n = c : ' " ' = = = l ? n = d : " ` " = = = l ? n = e : " ´ " = = = l ? n = i : " / " = = = l & & o > k + 1 & & ( " / " = = = a . charAt ( k + 1 ) ? ( n = f , + + k ) : " * " = = = a . charAt ( k + 1 ) & & ( n = g , + + k ) ) ; break ; case f : ( " \ r " = = = l | | " \ n " = = = l ) & & ( n = b ) ; break ; case g : " * " = = = l & & o > = k + 1 & & " / " = = = a . charAt ( k + 1 ) & & ( n = b , + + k ) ; break ; case c : " \ \ " = = = l ? + + k : " ' " = = = l & & ( n = b ) ; break ; case d : " \ \ " = = = l ? + + k : ' " ' = = = l & & ( n = b ) ; break ; case e : " ` " = = = l & & ( n = b ) ; break ; case i : " ´ " = = = l & & ( n = b ) ; break ; case h : / ^ [ @ a - zA - Z0 - 9_ ] + $ / . test ( l ) | | ( p . push ( a . substring ( j , k ) ) , n = b , j = void 0 ) } var q ; return _ . each ( p , function ( a , b ) { q = a . match ( m . bindParamRegExp ) , q & & ( p [ b ] = q [ 1 ] ) } ) , { query : a , bindParams : p } } , checkForNewBindParams : function ( ) { var a = this , b = this . parseQuery ( this . aqlEditor . getValue ( ) ) . bindParams , c = { } ; _ . each ( b , function ( b ) { a . bindParamTableObj [ b ] ? c [ b ] = a . bindParamTableObj [ b ] : c [ b ] = " " } ) , Object . keys ( b ) . forEach ( function ( b ) { Object . keys ( a . bindParamTableObj ) . forEach ( function ( d ) { b = = = d & & ( c [ b ] = a . bindParamTableObj [ d ] ) } ) } ) , a . bindParamTableObj = c } , renderBindParamTable : function ( a ) { $ ( " # arangoBindParamTable tbody " ) . html ( " " ) , a & & this . getCachedQuery ( ) ; var b = 0 ; _ . each ( this . bindParamTableObj , function ( a , c ) { $ ( " # arangoBindParamTable tbody " ) . append ( " < tr > < td > " + c + " < / td > < td > < input name = " + c + ' type = " text " > < / input > < / td > < / tr > ' ) , b + + , _ . each ( $ ( " # arangoBindParamTable input " ) , function ( b ) { $ ( b ) . attr ( " name " ) = = = c & & ( a instanceof Array ? $ ( b ) . val ( JSON . stringify ( a ) ) . addClass ( " arraytype " ) : " object " = = typeof a ? $ ( b ) . val ( JSON . stringify ( a ) ) . addClass ( typeof a + " type " ) : $ ( b ) . val ( a ) . addClass ( typeof a + " type " ) ) } ) } ) , 0 = = = b & & $ ( " # arangoBindParamTable tbody " ) . append ( ' < tr class = " noBgColor " > < td > No bind parameters defined . < / td > < td > < / td > < / tr > ' ) } , fillBindParamTable : function ( a ) { _ . each ( a , function ( a , b ) { _ . each ( $ ( " # arangoBindParamTable input " ) , function ( c ) { $ ( c ) . attr ( " name " ) = = = b & & $ ( c ) . val ( a ) } ) } ) } , initAce : function ( ) { var a = this ; this . aqlEditor = ace . edit ( " aqlEditor " ) , this . aqlEditor . getSession ( ) . setMode ( " ace / mode / aql " ) , this . aqlEditor . setFontSize ( " 10pt " ) , this . aqlEditor . setShowPrintMargin ( ! 1 ) , this . bindParamAceEditor = ace . edit ( " bindParamAceEditor " ) , this . bindParamAceEditor . getSession ( ) . setMode ( " ace / mode / json " ) , this . bindParamAceEditor . setFontSize ( " 10pt " ) , this . bindParamAceEditor . setShowPrintMargin ( ! 1 ) , this . bindParamAceEditor . getSession ( ) . on ( " change " , function ( ) { try { a . bindParamTableObj = JSON . parse ( a . bindParamAceEditor . getValue ( ) ) , a . allowParamToggle = ! 0 , a . setCachedQuery ( a . aqlEditor . getValue ( ) , JSON . stringify ( a . bindParamTableObj ) ) } catch ( b ) { " " = = = a . bindParamAceEditor . getValue ( ) ? ( _ . each ( a . bindParamTableObj , function ( b , c ) { a . bindParamTableObj [ c ] = " " } ) , a . allowParamToggle = ! 0 ) : a . allowParamToggle = ! 1 } } ) , this . aqlEditor . getSession ( ) . on ( " change " , function ( ) { a . checkForNewBindParams ( ) , a . renderBindParamTable ( ) , a . initDone & & a . setCachedQuery ( a . aqlEditor . getValue ( ) , JSON . stringify ( a . bindParamTableObj ) ) , a . bindParamAceEditor . setValue ( JSON . stringify ( a . bindParamTableObj , null , " " ) , 1 ) , $ ( " # aqlEditor . ace_text - input " ) . focus ( ) , a . resize ( ) } ) , this . aqlEditor . commands . addCommand ( { name : " togglecomment " , bindKey : { win : " Ctrl - Shift - C " , linux : " Ctrl - Shift - C " , mac : " Command - Shift - C " } , exec : function ( a ) { a . toggleCommentLines ( ) } , multiSelectAction : " forEach " <nl> - } ) , this . aqlEditor . commands . addCommand ( { name : " executeQuery " , bindKey : { win : " Ctrl - Return " , mac : " Command - Return " , linux : " Ctrl - Return " } , exec : function ( ) { a . executeQuery ( ) } } ) , this . aqlEditor . commands . addCommand ( { name : " saveQuery " , bindKey : { win : " Ctrl - Shift - S " , mac : " Command - Shift - S " , linux : " Ctrl - Shift - S " } , exec : function ( ) { a . addAQL ( ) } } ) , this . aqlEditor . commands . addCommand ( { name : " explainQuery " , bindKey : { win : " Ctrl - Shift - Return " , mac : " Command - Shift - Return " , linux : " Ctrl - Shift - Return " } , exec : function ( ) { a . explainQuery ( ) } } ) , this . aqlEditor . commands . addCommand ( { name : " togglecomment " , bindKey : { win : " Ctrl - Shift - C " , linux : " Ctrl - Shift - C " , mac : " Command - Shift - C " } , exec : function ( a ) { a . toggleCommentLines ( ) } , multiSelectAction : " forEach " } ) , this . aqlEditor . commands . addCommand ( { name : " showSpotlight " , bindKey : { win : " Ctrl - Space " , mac : " Ctrl - Space " , linux : " Ctrl - Space " } , exec : function ( ) { a . showSpotlight ( ) } } ) , this . queryPreview = ace . edit ( " queryPreview " ) , this . queryPreview . getSession ( ) . setMode ( " ace / mode / aql " ) , this . queryPreview . setReadOnly ( ! 0 ) , this . queryPreview . setFontSize ( " 13px " ) , $ ( " # aqlEditor . ace_text - input " ) . focus ( ) } , updateQueryTable : function ( ) { function a ( a , b ) { var c ; return c = a . name < b . name ? - 1 : a . name > b . name ? 1 : 0 } var b = this ; this . updateLocalQueries ( ) , this . myQueriesTableDesc . rows = this . customQueries , _ . each ( this . myQueriesTableDesc . rows , function ( a ) { a . secondRow = ' < span class = " spanWrapper " > < span id = " copyQuery " title = " Copy query " > < i class = " fa fa - copy " > < / i > < / span > < span id = " explQuery " title = " Explain query " > < i class = " fa fa - comments " > < / i > < / i > < / span > < span id = " runQuery " title = " Run query " > < i class = " fa fa - play - circle - o " > < / i > < / i > < / span > < span id = " deleteQuery " title = " Delete query " > < i class = " fa fa - minus - circle " > < / i > < / span > < / span > ' , a . hasOwnProperty ( " parameter " ) & & delete a . parameter , delete a . value } ) , this . myQueriesTableDesc . rows . sort ( a ) , _ . each ( this . queries , function ( a ) { a . hasOwnProperty ( " parameter " ) & & delete a . parameter , b . myQueriesTableDesc . rows . push ( { name : a . name , thirdRow : ' < span class = " spanWrapper " > < span id = " copyQuery " title = " Copy query " > < i class = " fa fa - copy " > < / i > < / span > < / span > ' } ) } ) , this . myQueriesTableDesc . unescaped = [ ! 1 , ! 0 , ! 0 ] , this . $ ( this . myQueriesId ) . html ( this . table . render ( { content : this . myQueriesTableDesc } ) ) } , listenKey : function ( a ) { 13 = = = a . keyCode & & this . saveAQL ( a ) , this . checkSaveName ( ) } , addAQL : function ( ) { this . refreshAQL ( ! 0 ) , this . createCustomQueryModal ( ) , setTimeout ( function ( ) { $ ( " # new - query - name " ) . focus ( ) } , 500 ) } , createCustomQueryModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createTextEntry ( " new - query - name " , " Name " , " " , void 0 , void 0 , ! 1 , [ { rule : Joi . string ( ) . required ( ) , msg : " No query name given . " } ] ) ) , a . push ( window . modalView . createSuccessButton ( " Save " , this . saveAQL . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Save Query " , a , b , void 0 , void 0 , { " keyup # new - query - name " : this . listenKey . bind ( this ) } ) } , checkSaveName : function ( ) { var a = $ ( " # new - query - name " ) . val ( ) ; if ( " Insert Query " = = = a ) return void $ ( " # new - query - name " ) . val ( " " ) ; var b = this . customQueries . some ( function ( b ) { return b . name = = = a } ) ; b ? ( $ ( " # modalButton1 " ) . removeClass ( " button - success " ) , $ ( " # modalButton1 " ) . addClass ( " button - warning " ) , $ ( " # modalButton1 " ) . text ( " Update " ) ) : ( $ ( " # modalButton1 " ) . removeClass ( " button - warning " ) , $ ( " # modalButton1 " ) . addClass ( " button - success " ) , $ ( " # modalButton1 " ) . text ( " Save " ) ) } , saveAQL : function ( a ) { a . stopPropagation ( ) , this . refreshAQL ( ) ; var b = $ ( " # new - query - name " ) . val ( ) , c = this . bindParamTableObj ; if ( ! $ ( " # new - query - name " ) . hasClass ( " invalid - input " ) & & " " ! = = b . trim ( ) ) { var d = this . aqlEditor . getValue ( ) , e = ! 1 ; if ( _ . each ( this . customQueries , function ( a ) { return a . name = = = b ? ( a . value = d , void ( e = ! 0 ) ) : void 0 } ) , e = = = ! 0 ) this . collection . findWhere ( { name : b } ) . set ( " value " , d ) ; else { if ( ( " " = = = c | | void 0 = = = c ) & & ( c = " { } " ) , " string " = = typeof c ) try { c = JSON . parse ( c ) } catch ( f ) { arangoHelper . arangoError ( " Query " , " Could not parse bind parameter " ) } this . collection . add ( { name : b , parameter : c , value : d } ) } var g = function ( a ) { if ( a ) arangoHelper . arangoError ( " Query " , " Could not save query " ) ; else { var b = this ; this . collection . fetch ( { success : function ( ) { b . updateLocalQueries ( ) } } ) } } . bind ( this ) ; this . collection . saveCollectionQueries ( g ) , window . modalView . hide ( ) } } , verifyQueryAndParams : function ( ) { var a = ! 1 ; 0 = = = this . aqlEditor . getValue ( ) . length & & ( arangoHelper . arangoError ( " Query " , " Your query is empty " ) , a = ! 0 ) ; var b = [ ] ; return _ . each ( this . bindParamTableObj , function ( c , d ) { " " = = = c & & ( a = ! 0 , b . push ( d ) ) } ) , b . length > 0 & & arangoHelper . arangoError ( " Bind Parameter " , JSON . stringify ( b ) + " not defined . " ) , a } , executeQuery : function ( ) { if ( ! this . verifyQueryAndParams ( ) ) { this . $ ( this . outputDiv ) . prepend ( this . outputTemplate . render ( { counter : this . outputCounter , type : " Query " } ) ) , $ ( " # outputEditorWrapper " + this . outputCounter ) . hide ( ) , $ ( " # outputEditorWrapper " + this . outputCounter ) . show ( " fast " ) ; var a = this . outputCounter , b = ace . edit ( " outputEditor " + a ) , c = ace . edit ( " sentQueryEditor " + a ) , d = ace . edit ( " sentBindParamEditor " + a ) ; c . getSession ( ) . setMode ( " ace / mode / aql " ) , c . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , c . setFontSize ( " 13px " ) , c . setReadOnly ( ! 0 ) , this . setEditorAutoHeight ( c ) , b . setFontSize ( " 13px " ) , b . getSession ( ) . setMode ( " ace / mode / json " ) , b . setReadOnly ( ! 0 ) , b . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , b . setShowPrintMargin ( ! 1 ) , this . setEditorAutoHeight ( b ) , d . setValue ( JSON . stringify ( this . bindParamTableObj ) , 1 ) , d . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , d . getSession ( ) . setMode ( " ace / mode / json " ) , d . setReadOnly ( ! 0 ) , this . setEditorAutoHeight ( d ) , this . fillResult ( b , c , a ) , this . outputCounter + + } } , readQueryData : function ( ) { var a = $ ( " # querySize " ) , b = { query : this . aqlEditor . getValue ( ) , id : " currentFrontendQuery " } ; return " all " = = = a . val ( ) ? b . batchSize = 1e6 : b . batchSize = parseInt ( a . val ( ) , 10 ) , Object . keys ( this . bindParamTableObj ) . length > 0 & & ( b . bindVars = this . bindParamTableObj ) , JSON . stringify ( b ) } , fillResult : function ( a , b , c ) { var d = this , e = this . readQueryData ( ) ; e & & ( b . setValue ( d . aqlEditor . getValue ( ) , 1 ) , $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _api / cursor " ) , headers : { " x - arango - async " : " store " } , data : e , contentType : " application / json " , processData : ! 1 , success : function ( b , e , f ) { f . getResponseHeader ( " x - arango - async - id " ) & & d . queryCallbackFunction ( f . getResponseHeader ( " x - arango - async - id " ) , a , c ) , $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) , d . handleResult ( c ) } , error : function ( a ) { try { var b = JSON . parse ( a . responseText ) ; arangoHelper . arangoError ( " [ " + b . errorNum + " ] " , b . errorMessage ) } catch ( e ) { arangoHelper . arangoError ( " Query error " , " ERROR " ) } d . handleResult ( c ) } } ) ) } , handleResult : function ( ) { var a = this ; window . progressView . hide ( ) , $ ( " # removeResults " ) . show ( ) , window . setTimeout ( function ( ) { a . aqlEditor . focus ( ) } , 300 ) , $ ( " . centralRow " ) . animate ( { scrollTop : $ ( " # queryContent " ) . height ( ) } , " fast " ) } , setEditorAutoHeight : function ( a ) { var b = $ ( " . centralRow " ) . height ( ) , c = ( b - 250 ) / 17 ; a . setOptions ( { maxLines : c , minLines : 10 } ) } , deselect : function ( a ) { var b = a . getSelection ( ) , c = b . lead . row , d = b . lead . column ; b . setSelectionRange ( { start : { row : c , column : d } , end : { row : c , column : d } } ) , a . focus ( ) } , queryCallbackFunction : function ( a , b , c ) { var d = this , e = function ( a , b ) { $ . ajax ( { url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( a ) + " / cancel " ) , type : " PUT " , success : function ( ) { window . clearTimeout ( d . checkQueryTimer ) , $ ( " # outputEditorWrapper " + b ) . remove ( ) , arangoHelper . arangoNotification ( " Query " , " Query canceled . " ) } } ) } ; $ ( " # outputEditorWrapper " + c + " # cancelCurrentQuery " ) . bind ( " click " , function ( ) { e ( a , c ) } ) , $ ( " # outputEditorWrapper " + c + " # copy2aqlEditor " ) . bind ( " click " , function ( ) { $ ( " # toggleQueries1 " ) . is ( " : visible " ) | | d . toggleQueries ( ) ; var a = ace . edit ( " sentQueryEditor " + c ) . getValue ( ) , b = JSON . parse ( ace . edit ( " sentBindParamEditor " + c ) . getValue ( ) ) ; d . aqlEditor . setValue ( a , 1 ) , d . deselect ( d . aqlEditor ) , Object . keys ( b ) . length > 0 & & ( d . bindParamTableObj = b , d . setCachedQuery ( d . aqlEditor . getValue ( ) , JSON . stringify ( d . bindParamTableObj ) ) , $ ( " # bindParamEditor " ) . is ( " : visible " ) ? d . renderBindParamTable ( ) : ( d . bindParamAceEditor . setValue ( JSON . stringify ( b ) , 1 ) , d . deselect ( d . bindParamAceEditor ) ) ) , $ ( " . centralRow " ) . animate ( { scrollTop : 0 } , " fast " ) , d . resize ( ) } ) , this . execPending = ! 1 ; var f = function ( a ) { var c = " " ; a . extra & & a . extra . warnings & & a . extra . warnings . length > 0 & & ( c + = " Warnings : \ r \ n \ r \ n " , a . extra . warnings . forEach ( function ( a ) { c + = " [ " + a . code + " ] , ' " + a . message + " ' \ r \ n " } ) ) , " " ! = = c & & ( c + = " \ r \ nResult : \ r \ n \ r \ n " ) , b . setValue ( c + JSON . stringify ( a . result , void 0 , 2 ) , 1 ) , b . getSession ( ) . setScrollTop ( 0 ) } , g = function ( a ) { f ( a ) , window . progressView . hide ( ) ; var e = function ( a , b , d ) { d | | ( d = " " ) , $ ( " # outputEditorWrapper " + c + " . arangoToolbarTop . pull - left " ) . append ( ' < span class = " ' + d + ' " > < i class = " fa ' + b + ' " > < / i > < i class = " iconText " > ' + a + " < / i > < / span > " ) } ; $ ( " # outputEditorWrapper " + c + " . pull - left # spinner " ) . remove ( ) ; var g = " - " ; a & & a . extra & & a . extra . stats & & ( g = a . extra . stats . executionTime . toFixed ( 3 ) + " s " ) , e ( a . result . length + " elements " , " fa - calculator " ) , e ( g , " fa - clock - o " ) , a . extra & & a . extra . stats & & ( ( a . extra . stats . writesExecuted > 0 | | a . extra . stats . writesIgnored > 0 ) & & ( e ( a . extra . stats . writesExecuted + " writes " , " fa - check - circle positive " ) , 0 = = = a . extra . stats . writesIgnored ? e ( a . extra . stats . writesIgnored + " writes ignored " , " fa - check - circle positive " , " additional " ) : e ( a . extra . stats . writesIgnored + " writes ignored " , " fa - exclamation - circle warning " , " additional " ) ) , a . extra . stats . scannedFull > 0 ? e ( " full collection scan " , " fa - exclamation - circle warning " , " additional " ) : e ( " no full collection scan " , " fa - check - circle positive " , " additional " ) ) , $ ( " # outputEditorWrapper " + c + " . switchAce " ) . show ( ) , $ ( " # outputEditorWrapper " + c + " . fa - close " ) . show ( ) , $ ( " # outputEditor " + c ) . css ( " opacity " , " 1 " ) , $ ( " # outputEditorWrapper " + c + " # downloadQueryResult " ) . show ( ) , $ ( " # outputEditorWrapper " + c + " # copy2aqlEditor " ) . show ( ) , $ ( " # outputEditorWrapper " + c + " # cancelCurrentQuery " ) . remove ( ) , d . setEditorAutoHeight ( b ) , d . deselect ( b ) , a . id & & $ . ajax ( { url : " / _api / cursor / " + encodeURIComponent ( a . id ) , type : " DELETE " , error : function ( a ) { console . log ( a ) } } ) } , h = function ( ) { $ . ajax ( { type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( a ) ) , contentType : " application / json " , processData : ! 1 , success : function ( a , b , c ) { 201 = = = c . status ? g ( a ) : 204 = = = c . status & & ( d . checkQueryTimer = window . setTimeout ( function ( ) { h ( ) } , 500 ) ) } , error : function ( a ) { var b ; try { if ( " Gone " = = = a . statusText ) return arangoHelper . arangoNotification ( " Query " , " Query execution aborted . " ) , void d . removeOutputEditor ( c ) ; b = JSON . parse ( a . responseText ) , arangoHelper . arangoError ( " Query " , b . errorMessage ) , b . errorMessage & & ( null ! = = b . errorMessage . match ( / \ d + : \ d + / g ) ? d . markPositionError ( b . errorMessage . match ( / ' . * ' / g ) [ 0 ] , b . errorMessage . match ( / \ d + : \ d + / g ) [ 0 ] ) : d . markPositionError ( b . errorMessage . match ( / \ ( \ w + \ ) / g ) [ 0 ] ) , d . removeOutputEditor ( c ) ) } catch ( e ) { console . log ( b ) , 400 ! = = b . code & & arangoHelper . arangoError ( " Query " , " Successfully aborted . " ) , d . removeOutputEditor ( c ) } window . progressView . hide ( ) } } ) } ; h ( ) } , markPositionError : function ( a , b ) { var c ; b & & ( c = b . split ( " : " ) [ 0 ] , a = a . substr ( 1 , a . length - 2 ) ) ; var d = this . aqlEditor . find ( a ) ; ! d & & b & & ( this . aqlEditor . selection . moveCursorToPosition ( { row : c , column : 0 } ) , this . aqlEditor . selection . selectLine ( ) ) , window . setTimeout ( function ( ) { $ ( " . ace_start " ) . first ( ) . css ( " background " , " rgba ( 255 , 129 , 129 , 0 . 7 ) " ) } , 100 ) } , refreshAQL : function ( ) { var a = this , b = function ( b ) { b ? arangoHelper . arangoError ( " Query " , " Could not reload Queries " ) : ( a . updateLocalQueries ( ) , a . updateQueryTable ( ) ) } . bind ( a ) , c = function ( ) { a . getSystemQueries ( b ) } . bind ( a ) ; this . getAQL ( c ) } , getSystemQueries : function ( a ) { var b = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : " js / arango / aqltemplates . json " , contentType : " application / json " , processData : ! 1 , success : function ( c ) { a & & a ( ! 1 ) , b . queries = c } , error : function ( ) { a & & a ( ! 0 ) , arangoHelper . arangoNotification ( " Query " , " Error while loading system templates " ) } } ) } , updateLocalQueries : function ( ) { var a = this ; this . customQueries = [ ] , this . collection . each ( function ( b ) { a . customQueries . push ( { name : b . get ( " name " ) , value : b . get ( " value " ) , parameter : b . get ( " parameter " ) } ) } ) } , getAQL : function ( a ) { var b = this ; this . collection . fetch ( { success : function ( ) { var c = localStorage . getItem ( " customQueries " ) ; if ( c ) { var d = JSON . parse ( c ) ; _ . each ( d , function ( a ) { b . collection . add ( { value : a . value , name : a . name } ) } ) ; var e = function ( a ) { a ? arangoHelper . arangoError ( " Custom Queries " , " Could not import old local storage queries " ) : localStorage . removeItem ( " customQueries " ) } . bind ( b ) ; b . collection . saveCollectionQueries ( e ) } b . updateLocalQueries ( ) , a & & a ( ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . ScaleView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " scaleView . ejs " ) , interval : 5e3 , knownServers : [ ] , events : { " click # addCoord " : " addCoord " , " click # removeCoord " : " removeCoord " , " click # addDBs " : " addDBs " , " click # removeDBs " : " removeDBs " } , setCoordSize : function ( a ) { var b = this , c = { numberOfCoordinators : a } ; $ . ajax ( { type : " PUT " , url : arangoHelper . databaseUrl ( " / _admin / cluster / numberOfServers " ) , contentType : " application / json " , data : JSON . stringify ( c ) , success : function ( ) { b . updateTable ( c ) } , error : function ( ) { arangoHelper . arangoError ( " Scale " , " Could not set coordinator size . " ) } } ) } , setDBsSize : function ( a ) { var b = this , c = { numberOfDBServers : a } ; $ . ajax ( { type : " PUT " , url : arangoHelper . databaseUrl ( " / _admin / cluster / numberOfServers " ) , contentType : " application / json " , data : JSON . stringify ( c ) , success : function ( ) { b . updateTable ( c ) } , error : function ( ) { arangoHelper . arangoError ( " Scale " , " Could not set coordinator size . " ) } } ) } , addCoord : function ( ) { this . setCoordSize ( this . readNumberFromID ( " # plannedCoords " , ! 0 ) ) } , removeCoord : function ( ) { this . setCoordSize ( this . readNumberFromID ( " # plannedCoords " , ! 1 , ! 0 ) ) } , addDBs : function ( ) { this . setDBsSize ( this . readNumberFromID ( " # plannedDBs " , ! 0 ) ) } , removeDBs : function ( ) { this . setDBsSize ( this . readNumberFromID ( " # plannedDBs " , ! 1 , ! 0 ) ) } , readNumberFromID : function ( a , b , c ) { var d = $ ( a ) . html ( ) , e = ! 1 ; try { e = JSON . parse ( d ) } catch ( f ) { } return b & & e + + , c & & 1 ! = = e & & e - - , e } , initialize : function ( a ) { window . App . isCluster & & ( this . dbServers = a . dbServers , this . coordinators = a . coordinators , this . updateServerTime ( ) , window . setInterval ( function ( ) { if ( " # sNodes " = = = window . location . hash ) ; } , this . interval ) ) } , render : function ( ) { var a = this , b = function ( ) { var b = function ( ) { a . continueRender ( ) } . bind ( this ) ; this . waitForDBServers ( b ) } . bind ( this ) ; this . initDoneCoords ? b ( ) : this . waitForCoordinators ( b ) , window . arangoHelper . buildNodesSubNav ( " scale " ) } , continueRender : function ( ) { var a , b , c = this ; a = this . coordinators . toJSON ( ) , b = this . dbServers . toJSON ( ) , this . $ el . html ( this . template . render ( { runningCoords : a . length , runningDBs : b . length , plannedCoords : void 0 , plannedDBs : void 0 } ) ) , $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _admin / cluster / numberOfServers " ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c . updateTable ( a ) } } ) } , updateTable : function ( a ) { var b = ' < span class = " warning " > scaling in progress < / span > ' , c = ' < span class = " positive " > no scaling process active < / span > ' ; a . numberOfCoordinators & & ( $ ( " # plannedCoords " ) . html ( a . numberOfCoordinators ) , this . coordinators . toJSON ( ) . length = = = a . numberOfCoordinators ? $ ( " # statusCoords " ) . html ( c ) : $ ( " # statusCoords " ) . html ( b ) ) , a . numberOfDBServers & & ( $ ( " # plannedDBs " ) . html ( a . numberOfDBServers ) , this . dbServers . toJSON ( ) . length = = = a . numberOfDBServers ? $ ( " # statusDBs " ) . html ( c ) : $ ( " # statusDBs " ) . html ( b ) ) } , waitForDBServers : function ( a ) { var b = this ; 0 = = = this . dbServers . length ? window . setInterval ( function ( ) { b . waitForDBServers ( a ) } , 300 ) : a ( ) } , waitForCoordinators : function ( a ) { var b = this ; window . setTimeout ( function ( ) { 0 = = = b . coordinators . length ? b . waitForCoordinators ( a ) : ( this . initDoneCoords = ! 0 , a ( ) ) } , 200 ) } , updateServerTime : function ( ) { this . serverTime = ( new Date ) . getTime ( ) } } ) } ( ) , function ( ) { " use strict " ; window . SettingsView = Backbone . View . extend ( { el : " # content " , initialize : function ( a ) { this . collectionName = a . collectionName , this . model = this . collection } , events : { } , render : function ( ) { this . breadcrumb ( ) , window . arangoHelper . buildCollectionSubNav ( this . collectionName , " Settings " ) , this . renderSettings ( ) } , breadcrumb : function ( ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " Collection : " + this . collectionName ) } , unloadCollection : function ( ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " Collection error " , this . model . get ( " name " ) + " could not be unloaded . " ) : void 0 = = = a ? ( this . model . set ( " status " , " unloading " ) , this . render ( ) ) : " # collections " = = = window . location . hash ? ( this . model . set ( " status " , " unloaded " ) , this . render ( ) ) : arangoHelper . arangoNotification ( " Collection " + this . model . get ( " name " ) + " unloaded . " ) } . bind ( this ) ; this . model . unloadCollection ( a ) , window . modalView . hide ( ) } , loadCollection : function ( ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " Collection error " , this . model . get ( " name " ) + " could not be loaded . " ) : void 0 = = = a ? ( this . model . set ( " status " , " loading " ) , this . render ( ) ) : " # collections " = = = window . location . hash ? ( this . model . set ( " status " , " loaded " ) , this . render ( ) ) : arangoHelper . arangoNotification ( " Collection " + this . model . get ( " name " ) + " loaded . " ) } . bind ( this ) ; this . model . loadCollection ( a ) , window . modalView . hide ( ) } , truncateCollection : function ( ) { this . model . truncateCollection ( ) , window . modalView . hide ( ) } , deleteCollection : function ( ) { this . model . destroy ( { error : function ( ) { arangoHelper . arangoError ( " Could not delete collection . " ) } , success : function ( ) { window . App . navigate ( " # collections " , { trigger : ! 0 } ) } } ) } , saveModifiedCollection : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Error " , " Could not get coordinator info " ) ; else { var c ; c = b ? this . model . get ( " name " ) : $ ( " # change - collection - name " ) . val ( ) ; var d = this . model . get ( " status " ) ; if ( " loaded " = = = d ) { var e ; try { e = JSON . parse ( 1024 * $ ( " # change - collection - size " ) . val ( ) * 1024 ) } catch ( f ) { return arangoHelper . arangoError ( " Please enter a valid number " ) , 0 } var g ; try { if ( g = JSON . parse ( $ ( " # change - index - buckets " ) . val ( ) ) , 1 > g | | parseInt ( g ) ! = = Math . pow ( 2 , Math . log2 ( g ) ) ) throw " invalid indexBuckets value " } catch ( f ) { return arangoHelper . arangoError ( " Please enter a valid number of index buckets " ) , 0 } var h = function ( a ) { a ? arangoHelper . arangoError ( " Collection error : " + a . responseText ) : ( arangoHelper . arangoNotification ( " Collection : Successfully changed . " ) , window . App . navigate ( " # cSettings / " + c , { trigger : ! 0 } ) ) } . bind ( this ) , i = function ( a ) { if ( a ) arangoHelper . arangoError ( " Collection error : " + a . responseText ) ; else { var b = $ ( " # change - collection - sync " ) . val ( ) ; this . model . changeCollection ( b , e , g , h ) } } . bind ( this ) ; this . model . renameCollection ( c , i ) } else if ( " unloaded " = = = d ) if ( this . model . get ( " name " ) ! = = c ) { var j = function ( a , b ) { a ? arangoHelper . arangoError ( " Collection " + b . responseText ) : ( arangoHelper . arangoNotification ( " CollectionSuccessfully changed . " ) , window . App . navigate ( " # cSettings / " + c , { trigger : ! 0 } ) ) } . bind ( this ) ; this . model . renameCollection ( c , j ) } else window . modalView . hide ( ) } } . bind ( this ) ; window . isCoordinator ( a ) } , renderSettings : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Error " , " Could not get coordinator info " ) ; else { var c = ! 1 ; " loaded " = = = this . model . get ( " status " ) & & ( c = ! 0 ) ; var d = [ ] , e = [ ] ; b | | e . push ( window . modalView . createTextEntry ( " change - collection - name " , " Name " , this . model . get ( " name " ) , ! 1 , " " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z ] / ) , msg : " Collection name must always start with a letter . " } , { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only Symbols " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No collection name given . " } ] ) ) ; var f = function ( ) { e . push ( window . modalView . createReadOnlyEntry ( " change - collection - id " , " ID " , this . model . get ( " id " ) , " " ) ) , e . push ( window . modalView . createReadOnlyEntry ( " change - collection - type " , " Type " , this . model . get ( " type " ) , " " ) ) , e . push ( window . modalView . createReadOnlyEntry ( " change - collection - status " , " Status " , this . model . get ( " status " ) , " " ) ) , d . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteCollection . bind ( this ) ) ) , d . push ( window . modalView . createDeleteButton ( " Truncate " , this . truncateCollection . bind ( this ) ) ) , c ? d . push ( window . modalView . createNotificationButton ( " Unload " , this . unloadCollection . bind ( this ) ) ) : d . push ( window . modalView . createNotificationButton ( " Load " , this . loadCollection . bind ( this ) ) ) , d . push ( window . modalView . createSuccessButton ( " Save " , this . saveModifiedCollection . bind ( this ) ) ) ; var a = [ " General " , " Indices " ] , b = [ " modalTable . ejs " , " indicesView . ejs " ] ; window . modalView . show ( b , " Modify Collection " , d , e , null , null , this . events , null , a , " content " ) , $ ( $ ( " # infoTab " ) . children ( ) [ 1 ] ) . remove ( ) } . bind ( this ) ; if ( c ) { var g = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Collection " , " Could not fetch properties " ) ; else { var c = b . journalSize / 1048576 , d = b . indexBuckets , g = b . waitForSync ; e . push ( window . modalView . createTextEntry ( " change - collection - size " , " Journal size " , c , " The maximal size of a journal or datafile ( in MB ) . Must be at least 1 . " , " " , ! 0 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 0 - 9 ] * $ / ) , msg : " Must be a number . " } ] ) ) , e . push ( window . modalView . createTextEntry ( " change - index - buckets " , " Index buckets " , d , " The number of index buckets for this collection . Must be at least 1 and a power of 2 . " , " " , ! 0 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 1 - 9 ] [ 0 - 9 ] * $ / ) , msg : " Must be a number greater than 1 and a power of 2 . " } ] ) ) , e . push ( window . modalView . createSelectEntry ( " change - collection - sync " , " Wait for sync " , g , " Synchronize to disk before returning from a create or update of a document . " , [ { value : ! 1 , label : " No " } , { value : ! 0 , label : " Yes " } ] ) ) } f ( ) } . bind ( this ) ; this . model . getProperties ( g ) } else f ( ) } } . bind ( this ) ; window . isCoordinator ( a ) } } ) } ( ) , function ( ) { " use strict " ; window . ShowClusterView = Backbone . View . extend ( { detailEl : " # modalPlaceholder " , el : " # content " , defaultFrame : 12e5 , template : templateEngine . createTemplate ( " showCluster . ejs " ) , modal : templateEngine . createTemplate ( " waitModal . ejs " ) , detailTemplate : templateEngine . createTemplate ( " detailView . ejs " ) , events : { " change # selectDB " : " updateCollections " , " change # selectCol " : " updateShards " , " click . dbserver . success " : " dashboard " , " click . coordinator . success " : " dashboard " } , replaceSVGs : function ( ) { $ ( " . svgToReplace " ) . each ( function ( ) { var a = $ ( this ) , b = a . attr ( " id " ) , c = a . attr ( " src " ) ; $ . get ( c , function ( c ) { var d = $ ( c ) . find ( " svg " ) ; d . attr ( " id " , b ) . attr ( " class " , " icon " ) . removeAttr ( " xmlns : a " ) , a . replaceWith ( d ) } , " xml " ) } ) } , updateServerTime : function ( ) { this . serverTime = ( new Date ) . getTime ( ) } , setShowAll : function ( ) { this . graphShowAll = ! 0 } , resetShowAll : function ( ) { this . graphShowAll = ! 1 , this . renderLineChart ( ) } , initialize : function ( a ) { this . options = a , this . interval = 1e4 , this . isUpdating = ! 1 , this . timer = null , this . knownServers = [ ] , this . graph = void 0 , this . graphShowAll = ! 1 , this . updateServerTime ( ) , this . dygraphConfig = this . options . dygraphConfig , this . dbservers = new window . ClusterServers ( [ ] , { interval : this . interval } ) , this . coordinators = new window . ClusterCoordinators ( [ ] , { interval : this . interval } ) , this . documentStore = new window . arangoDocuments , this . statisticsDescription = new window . StatisticsDescription , this . statisticsDescription . fetch ( { async : ! 1 } ) , this . dbs = new window . ClusterDatabases ( [ ] , { interval : this . interval } ) , this . cols = new window . ClusterCollections , this . shards = new window . ClusterShards , this . startUpdating ( ) } , listByAddress : function ( a ) { var b = { } , c = this ; this . dbservers . byAddress ( b , function ( b ) { c . coordinators . byAddress ( b , a ) } ) } , updateCollections : function ( ) { var a = this , b = $ ( " # selectCol " ) , c = $ ( " # selectDB " ) . find ( " : selected " ) . attr ( " id " ) ; if ( c ) { var d = b . find ( " : selected " ) . attr ( " id " ) ; b . html ( " " ) , this . cols . getList ( c , function ( c ) { _ . each ( _ . pluck ( c , " name " ) , function ( a ) { b . append ( ' < option id = " ' + a + ' " > ' + a + " < / option > " ) } ) ; var e = $ ( " # " + d , b ) ; 1 = = = e . length & & e . prop ( " selected " , ! 0 ) , a . updateShards ( ) } ) } } , updateShards : function ( ) { var a = $ ( " # selectDB " ) . find ( " : selected " ) . attr ( " id " ) , b = $ ( " # selectCol " ) . find ( " : selected " ) . attr ( " id " ) ; this . shards . getList ( a , b , function ( a ) { $ ( " . shardCounter " ) . html ( " 0 " ) , _ . each ( a , function ( a ) { $ ( " # " + a . server + " Shards " ) . html ( a . shards . length ) } ) } ) } , updateServerStatus : function ( a ) { var b = this , c = function ( a , b , c ) { var d , e , f = c ; f = f . replace ( / \ . / g , " - " ) , f = f . replace ( / \ : / g , " _ " ) , e = $ ( " # id " + f ) , e . length < 1 | | ( d = e . attr ( " class " ) . split ( / \ s + / ) [ 1 ] , e . attr ( " class " , a + " " + d + " " + b ) , " coordinator " = = = a & & ( " success " = = = b ? $ ( " . button - gui " , e . closest ( " . tile " ) ) . toggleClass ( " button - gui - disabled " , ! 1 ) : $ ( " . button - gui " , e . closest ( " . tile " ) ) . toggleClass ( " button - gui - disabled " , ! 0 ) ) ) } ; this . coordinators . getStatuses ( c . bind ( this , " coordinator " ) , function ( ) { b . dbservers . getStatuses ( c . bind ( b , " dbserver " ) ) , a ( ) } ) } , updateDBDetailList : function ( ) { var a = this , b = $ ( " # selectDB " ) , c = b . find ( " : selected " ) . attr ( " id " ) ; b . html ( " " ) , this . dbs . getList ( function ( d ) { _ . each ( _ . pluck ( d , " name " ) , function ( a ) { b . append ( ' < option id = " ' + a + ' " > ' + a + " < / option > " ) } ) ; var e = $ ( " # " + c , b ) ; 1 = = = e . length & & e . prop ( " selected " , ! 0 ) , a . updateCollections ( ) } ) } , rerender : function ( ) { var a = this ; this . updateServerStatus ( function ( ) { a . getServerStatistics ( function ( ) { a . updateServerTime ( ) , a . data = a . generatePieData ( ) , a . renderPieChart ( a . data ) , a . renderLineChart ( ) , a . updateDBDetailList ( ) } ) } ) } , render : function ( ) { this . knownServers = [ ] , delete this . hist ; var a = this ; this . listByAddress ( function ( b ) { 1 = = = Object . keys ( b ) . length ? a . type = " testPlan " : a . type = " other " , a . updateDBDetailList ( ) , a . dbs . getList ( function ( c ) { $ ( a . el ) . html ( a . template . render ( { dbs : _ . pluck ( c , " name " ) , byAddress : b , type : a . type } ) ) , $ ( a . el ) . append ( a . modal . render ( { } ) ) , a . replaceSVGs ( ) , a . getServerStatistics ( function ( ) { a . data = a . generatePieData ( ) , a . renderPieChart ( a . data ) , a . renderLineChart ( ) , a . updateDBDetailList ( ) , a . startUpdating ( ) } ) } ) } ) } , generatePieData : function ( ) { var a = [ ] , b = this ; return this . data . forEach ( function ( c ) { a . push ( { key : c . get ( " name " ) , value : c . get ( " system " ) . virtualSize , time : b . serverTime } ) } ) , a } , addStatisticsItem : function ( a , b , c , d ) { var e = this ; e . hasOwnProperty ( " hist " ) | | ( e . hist = { } ) , e . hist . hasOwnProperty ( a ) | | ( e . hist [ a ] = [ ] ) ; var f = e . hist [ a ] , g = f . length ; if ( 0 = = = g ) f . push ( { time : b , snap : d , requests : c , requestsPerSecond : 0 } ) ; else { var h = f [ g - 1 ] . time , i = f [ g - 1 ] . requests ; if ( c > i ) { var j = b - h , k = 0 ; j > 0 & & ( k = ( c - i ) / j ) , f . push ( { time : b , snap : d , requests : c , requestsPerSecond : k } ) } } } , getServerStatistics : function ( a ) { var b = this , c = Math . round ( b . serverTime / 1e3 ) ; this . data = void 0 ; var d = new window . ClusterStatisticsCollection , e = this . coordinators . first ( ) ; this . dbservers . forEach ( function ( a ) { if ( " ok " = = = a . get ( " status " ) ) { - 1 = = = b . knownServers . indexOf ( a . id ) & & b . knownServers . push ( a . id ) ; var c = new window . Statistics ( { name : a . id } ) ; c . url = e . get ( " protocol " ) + " : / / " + e . get ( " address " ) + " / _admin / clusterStatistics ? DBserver = " + a . get ( " name " ) , d . add ( c ) } } ) , this . coordinators . forEach ( function ( a ) { if ( " ok " = = = a . get ( " status " ) ) { - 1 = = = b . knownServers . indexOf ( a . id ) & & b . knownServers . push ( a . id ) ; var c = new window . Statistics ( { name : a . id } ) ; c . url = a . get ( " protocol " ) + " : / / " + a . get ( " address " ) + " / _admin / statistics " , d . add ( c ) } } ) ; var f = d . size ( ) ; this . data = [ ] ; var g = function ( d ) { f - - ; var e = d . get ( " time " ) , g = d . get ( " name " ) , h = d . get ( " http " ) . requestsTotal ; b . addStatisticsItem ( g , e , h , c ) , b . data . push ( d ) , 0 = = = f & & a ( ) } , h = function ( ) { f - - , 0 = = = f & & a ( ) } ; d . fetch ( g , h ) } , renderPieChart : function ( a ) { var b = $ ( " # clusterGraphs svg " ) . width ( ) , c = $ ( " # clusterGraphs svg " ) . height ( ) , d = Math . min ( b , c ) / 2 , e = this . dygraphConfig . colors , f = d3 . svg . arc ( ) . outerRadius ( d - 20 ) . innerRadius ( 0 ) , g = d3 . layout . pie ( ) . sort ( function ( a ) { return a . value } ) . value ( function ( a ) { return a . value } ) ; d3 . select ( " # clusterGraphs " ) . select ( " svg " ) . remove ( ) ; var h = d3 . select ( " # clusterGraphs " ) . append ( " svg " ) . attr ( " class " , " clusterChart " ) . append ( " g " ) . attr ( " transform " , " translate ( " + b / 2 + " , " + ( c / 2 - 10 ) + " ) " ) , i = d3 . svg . arc ( ) . outerRadius ( d - 2 ) . innerRadius ( d - 2 ) , j = h . selectAll ( " . arc " ) . data ( g ( a ) ) . enter ( ) . append ( " g " ) . attr ( " class " , " slice " ) ; j . append ( " path " ) . attr ( " d " , f ) . style ( " fill " , function ( a , b ) { return e [ b % e . length ] } ) . style ( " stroke " , function ( a , b ) { return e [ b % e . length ] } ) , j . append ( " text " ) . attr ( " transform " , function ( a ) { return " translate ( " + f . centroid ( a ) + " ) " } ) . style ( " text - anchor " , " middle " ) . text ( function ( a ) { var b = a . data . value / 1024 / 1024 / 1024 ; return b . toFixed ( 2 ) } ) , j . append ( " text " ) . attr ( " transform " , function ( a ) { return " translate ( " + i . centroid ( a ) + " ) " } ) . style ( " text - anchor " , " middle " ) . text ( function ( a ) { return a . data . key } ) } , renderLineChart : function ( ) { var a , b , c , d , e , f , g = this , h = 1200 , i = [ ] , j = [ ] , k = Math . round ( ( new Date ) . getTime ( ) / 1e3 ) - h , l = g . knownServers , m = function ( ) { return null } ; for ( c = 0 ; c < l . length ; + + c ) if ( b = g . hist [ l [ c ] ] ) for ( d = 0 ; d < b . length ; + + d ) f = b [ d ] . snap , k > f | | ( j . hasOwnProperty ( f ) ? a = j [ f ] : ( e = new Date ( 1e3 * f ) , a = j [ f ] = [ e ] . concat ( l . map ( m ) ) ) , a [ c + 1 ] = b [ d ] . requestsPerSecond ) ; i = [ ] , Object . keys ( j ) . sort ( ) . forEach ( function ( a ) { i . push ( j [ a ] ) } ) ; var n = this . dygraphConfig . getDefaultConfig ( " clusterRequestsPerSecond " ) ; n . labelsDiv = $ ( " # lineGraphLegend " ) [ 0 ] , n . labels = [ " datetime " ] . concat ( l ) , g . graph = new Dygraph ( document . getElementById ( " lineGraph " ) , i , n ) } , stopUpdating : function ( ) { window . clearTimeout ( this . timer ) , delete this . graph , this . isUpdating = ! 1 } , startUpdating : function ( ) { if ( ! this . isUpdating ) { this . isUpdating = ! 0 ; var a = this ; this . timer = window . setInterval ( function ( ) { a . rerender ( ) } , this . interval ) } } , dashboard : function ( a ) { this . stopUpdating ( ) ; var b , c , d = $ ( a . currentTarget ) , e = { } , f = d . attr ( " id " ) ; f = f . replace ( / \ - / g , " . " ) , f = f . replace ( / \ _ / g , " : " ) , f = f . substr ( 2 ) , e . raw = f , e . isDBServer = d . hasClass ( " dbserver " ) , e . isDBServer ? ( b = this . dbservers . findWhere ( { address : e . raw } ) , c = this . coordinators . findWhere ( { status : " ok " } ) , e . endpoint = c . get ( " protocol " ) + " : / / " + c . get ( " address " ) ) : ( b = this . coordinators . findWhere ( { address : e . raw } ) , e . endpoint = b . get ( " protocol " ) + " : / / " + b . get ( " address " ) ) , e . target = encodeURIComponent ( b . get ( " name " ) ) , window . App . serverToShow = e , window . App . dashboard ( ) } , getCurrentSize : function ( a ) { " # " ! = = a . substr ( 0 , 1 ) & & ( a = " # " + a ) ; var b , c ; return $ ( a ) . attr ( " style " , " " ) , b = $ ( a ) . height ( ) , c = $ ( a ) . width ( ) , { height : b , width : c } } , resize : function ( ) { var a ; this . graph & & ( a = this . getCurrentSize ( this . graph . maindiv_ . id ) , this . graph . resize ( a . width , a . height ) ) } } ) } ( ) , function ( ) { " use strict " ; window . SpotlightView = Backbone . View . extend ( { template : templateEngine . createTemplate ( " spotlightView . ejs " ) , el : " # spotlightPlaceholder " , displayLimit : 8 , typeahead : null , callbackSuccess : null , callbackCancel : null , collections : { system : [ ] , doc : [ ] , edge : [ ] } , events : { " focusout # spotlight . tt - input " : " hide " , " keyup # spotlight . typeahead " : " listenKey " } , aqlKeywordsArray : [ ] , aqlBuiltinFunctionsArray : [ ] , aqlKeywords : " for | return | filter | sort | limit | let | collect | asc | desc | in | into | insert | update | remove | replace | upsert | options | with | and | or | not | distinct | graph | outbound | inbound | any | all | none | aggregate | like | count | shortest_path " , hide : function ( ) { this . typeahead = $ ( " # spotlight . typeahead " ) . typeahead ( " destroy " ) , $ ( this . el ) . hide ( ) } , listenKey : function ( a ) { 27 = = = a . keyCode ? ( this . hide ( ) , this . callbackSuccess & & this . callbackCancel ( ) ) : 13 = = = a . keyCode & & this . callbackSuccess & & ( this . hide ( ) , this . callbackSuccess ( $ ( this . typeahead ) . val ( ) ) ) } , substringMatcher : function ( a ) { return function ( b , c ) { var d , e ; d = [ ] , e = new RegExp ( b , " i " ) , _ . each ( a , function ( a ) { e . test ( a ) & & d . push ( a ) } ) , c ( d ) } } , updateDatasets : function ( ) { var a = this ; this . collections = { system : [ ] , doc : [ ] , edge : [ ] } , window . App . arangoCollectionsStore . each ( function ( b ) { b . get ( " isSystem " ) ? a . collections . system . push ( b . get ( " name " ) ) : " document " = = = b . get ( " type " ) ? a . collections . doc . push ( b . get ( " name " ) ) : a . collections . edge . push ( b . get ( " name " ) ) } ) } , stringToArray : function ( ) { var a = this ; _ . each ( this . aqlKeywords . split ( " | " ) , function ( b ) { a . aqlKeywordsArray . push ( b . toUpperCase ( ) ) } ) , a . aqlKeywordsArray . push ( ! 0 ) , a . aqlKeywordsArray . push ( ! 1 ) , a . aqlKeywordsArray . push ( null ) } , fetchKeywords : function ( a ) { var b = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / aql - builtin " ) , contentType : " application / json " , success : function ( c ) { b . stringToArray ( ) , b . updateDatasets ( ) , _ . each ( c . functions , function ( a ) { b . aqlBuiltinFunctionsArray . push ( a . name ) } ) , a & & a ( ) } , error : function ( ) { a & & a ( ) , arangoHelper . arangoError ( " AQL " , " Could not fetch AQL function definition . " ) } } ) } , show : function ( a , b , c ) { var d = this ; this . callbackSuccess = a , this . callbackCancel = b ; var e = function ( ) { var a = function ( a , b , c ) { var d = ' < div class = " header - type " > < h4 > ' + a + " < / h4 > " ; return b & & ( d + = ' < span > < i class = " fa ' + b + ' " > < / i > < / span > ' ) , c & & ( d + = ' < span class = " type " > ' + c . toUpperCase ( ) + " < / span > " ) , d + = " < / div > " } ; $ ( this . el ) . html ( this . template . render ( { } ) ) , $ ( this . el ) . show ( ) , " aql " = = = c ? this . typeahead = $ ( " # spotlight . typeahead " ) . typeahead ( { hint : ! 0 , highlight : ! 0 , minLength : 1 } , { name : " Functions " , source : this . substringMatcher ( this . aqlBuiltinFunctionsArray ) , limit : this . displayLimit , templates : { header : a ( " Functions " , " fa - code " , " aql " ) } } , { name : " Keywords " , source : this . substringMatcher ( this . aqlKeywordsArray ) , limit : this . displayLimit , templates : { header : a ( " Keywords " , " fa - code " , " aql " ) } } , { name : " Documents " , source : this . substringMatcher ( this . collections . doc ) , limit : this . displayLimit , templates : { header : a ( " Documents " , " fa - file - text - o " , " Collection " ) } } , { name : " Edges " , source : this . substringMatcher ( this . collections . edge ) , limit : this . displayLimit , templates : { header : a ( " Edges " , " fa - share - alt " , " Collection " ) } } , { name : " System " , limit : this . displayLimit , source : this . substringMatcher ( this . collections . system ) , templates : { header : a ( " System " , " fa - cogs " , " Collection " ) } } ) : this . typeahead = $ ( " # spotlight . typeahead " ) . typeahead ( { hint : ! 0 , highlight : ! 0 , minLength : 1 } , { name : " Documents " , source : this . substringMatcher ( this . collections . doc ) , limit : this . displayLimit , templates : { header : a ( " Documents " , " fa - file - text - o " , " Collection " ) } } , { name : " Edges " , source : this . substringMatcher ( this . collections . edge ) , limit : this . displayLimit , templates : { header : a ( " Edges " , " fa - share - alt " , " Collection " ) } } , { name : " System " , limit : this . displayLimit , source : this . substringMatcher ( this . collections . system ) , <nl> - templates : { header : a ( " System " , " fa - cogs " , " Collection " ) } } ) , $ ( " # spotlight . typeahead " ) . focus ( ) } . bind ( this ) ; 0 = = = d . aqlBuiltinFunctionsArray . length ? this . fetchKeywords ( e ) : e ( ) } } ) } ( ) , function ( ) { " use strict " ; window . StatisticBarView = Backbone . View . extend ( { el : " # statisticBar " , events : { " change # arangoCollectionSelect " : " navigateBySelect " , " click . tab " : " navigateByTab " } , template : templateEngine . createTemplate ( " statisticBarView . ejs " ) , initialize : function ( a ) { this . currentDB = a . currentDB } , replaceSVG : function ( a ) { var b = a . attr ( " id " ) , c = a . attr ( " class " ) , d = a . attr ( " src " ) ; $ . get ( d , function ( d ) { var e = $ ( d ) . find ( " svg " ) ; void 0 = = = b & & ( e = e . attr ( " id " , b ) ) , void 0 = = = c & & ( e = e . attr ( " class " , c + " replaced - svg " ) ) , e = e . removeAttr ( " xmlns : a " ) , a . replaceWith ( e ) } , " xml " ) } , render : function ( ) { var a = this ; return $ ( this . el ) . html ( this . template . render ( { isSystem : this . currentDB . get ( " isSystem " ) } ) ) , $ ( " img . svg " ) . each ( function ( ) { a . replaceSVG ( $ ( this ) ) } ) , this } , navigateBySelect : function ( ) { var a = $ ( " # arangoCollectionSelect " ) . find ( " option : selected " ) . val ( ) ; window . App . navigate ( a , { trigger : ! 0 } ) } , navigateByTab : function ( a ) { var b = a . target | | a . srcElement , c = b . id ; return " links " = = = c ? ( $ ( " # link_dropdown " ) . slideToggle ( 200 ) , void a . preventDefault ( ) ) : " tools " = = = c ? ( $ ( " # tools_dropdown " ) . slideToggle ( 200 ) , void a . preventDefault ( ) ) : ( window . App . navigate ( c , { trigger : ! 0 } ) , void a . preventDefault ( ) ) } , handleSelectNavigation : function ( ) { $ ( " # arangoCollectionSelect " ) . change ( function ( ) { var a = $ ( this ) . find ( " option : selected " ) . val ( ) ; window . App . navigate ( a , { trigger : ! 0 } ) } ) } , selectMenuItem : function ( a ) { $ ( " . navlist li " ) . removeClass ( " active " ) , a & & $ ( " . " + a ) . addClass ( " active " ) } } ) } ( ) , function ( ) { " use strict " ; window . TableView = Backbone . View . extend ( { template : templateEngine . createTemplate ( " tableView . ejs " ) , loading : templateEngine . createTemplate ( " loadingTableView . ejs " ) , initialize : function ( a ) { this . rowClickCallback = a . rowClick } , events : { " click . pure - table - body . pure - table - row " : " rowClick " , " click . deleteButton " : " removeClick " } , rowClick : function ( a ) { this . hasOwnProperty ( " rowClickCallback " ) & & this . rowClickCallback ( a ) } , removeClick : function ( a ) { this . hasOwnProperty ( " removeClickCallback " ) & & ( this . removeClickCallback ( a ) , a . stopPropagation ( ) ) } , setRowClick : function ( a ) { this . rowClickCallback = a } , setRemoveClick : function ( a ) { this . removeClickCallback = a } , render : function ( ) { $ ( this . el ) . html ( this . template . render ( { docs : this . collection } ) ) } , drawLoading : function ( ) { $ ( this . el ) . html ( this . loading . render ( { } ) ) } } ) } ( ) , function ( ) { " use strict " ; window . testView = Backbone . View . extend ( { el : " # content " , graph : { edges : [ ] , nodes : [ ] } , events : { } , initialize : function ( ) { console . log ( void 0 ) } , template : templateEngine . createTemplate ( " testView . ejs " ) , render : function ( ) { return $ ( this . el ) . html ( this . template . render ( { } ) ) , this . renderGraph ( ) , this } , renderGraph : function ( ) { this . convertData ( ) , console . log ( this . graph ) , this . s = new sigma ( { graph : this . graph , container : " graph - container " , verbose : ! 0 , renderers : [ { container : document . getElementById ( " graph - container " ) , type : " webgl " } ] } ) } , convertData : function ( ) { var a = this ; return _ . each ( this . dump , function ( b ) { _ . each ( b . p , function ( c ) { a . graph . nodes . push ( { id : c . verticesvalue . v . _id , label : b . v . _key , x : Math . random ( ) , y : Math . random ( ) , size : Math . random ( ) } ) , a . graph . edges . push ( { id : b . e . _id , source : b . e . _from , target : b . e . _to } ) } ) } ) , null } , dump : [ { v : { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } ] } } , { v : { label : " 8 " , _id : " circles / H " , _rev : " 1841664067459 " , _key : " H " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " right_blob " , _id : " edges / 1841666295683 " , _rev : " 1841666295683 " , _key : " 1841666295683 " , _from : " circles / G " , _to : " circles / H " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } , { label : " 8 " , _id : " circles / H " , _rev : " 1841664067459 " , _key : " H " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_blob " , _id : " edges / 1841666295683 " , _rev : " 1841666295683 " , _key : " 1841666295683 " , _from : " circles / G " , _to : " circles / H " } ] } } , { v : { label : " 9 " , _id : " circles / I " , _rev : " 1841664264067 " , _key : " I " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " right_blub " , _id : " edges / 1841666492291 " , _rev : " 1841666492291 " , _key : " 1841666492291 " , _from : " circles / H " , _to : " circles / I " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } , { label : " 8 " , _id : " circles / H " , _rev : " 1841664067459 " , _key : " H " } , { label : " 9 " , _id : " circles / I " , _rev : " 1841664264067 " , _key : " I " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_blob " , _id : " edges / 1841666295683 " , _rev : " 1841666295683 " , _key : " 1841666295683 " , _from : " circles / G " , _to : " circles / H " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_blub " , _id : " edges / 1841666492291 " , _rev : " 1841666492291 " , _key : " 1841666492291 " , _from : " circles / H " , _to : " circles / I " } ] } } , { v : { label : " 10 " , _id : " circles / J " , _rev : " 1841664460675 " , _key : " J " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " right_zip " , _id : " edges / 1841666688899 " , _rev : " 1841666688899 " , _key : " 1841666688899 " , _from : " circles / G " , _to : " circles / J " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } , { label : " 10 " , _id : " circles / J " , _rev : " 1841664460675 " , _key : " J " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_zip " , _id : " edges / 1841666688899 " , _rev : " 1841666688899 " , _key : " 1841666688899 " , _from : " circles / G " , _to : " circles / J " } ] } } , { v : { label : " 11 " , _id : " circles / K " , _rev : " 1841664657283 " , _key : " K " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " right_zup " , _id : " edges / 1841666885507 " , _rev : " 1841666885507 " , _key : " 1841666885507 " , _from : " circles / J " , _to : " circles / K " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } , { label : " 10 " , _id : " circles / J " , _rev : " 1841664460675 " , _key : " J " } , { label : " 11 " , _id : " circles / K " , _rev : " 1841664657283 " , _key : " K " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_zip " , _id : " edges / 1841666688899 " , _rev : " 1841666688899 " , _key : " 1841666688899 " , _from : " circles / G " , _to : " circles / J " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_zup " , _id : " edges / 1841666885507 " , _rev : " 1841666885507 " , _key : " 1841666885507 " , _from : " circles / J " , _to : " circles / K " } ] } } , { v : { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } ] } } , { v : { label : " 5 " , _id : " circles / E " , _rev : " 1841663477635 " , _key : " E " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " left_blub " , _id : " edges / 1841665705859 " , _rev : " 1841665705859 " , _key : " 1841665705859 " , _from : " circles / B " , _to : " circles / E " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } , { label : " 5 " , _id : " circles / E " , _rev : " 1841663477635 " , _key : " E " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_blub " , _id : " edges / 1841665705859 " , _rev : " 1841665705859 " , _key : " 1841665705859 " , _from : " circles / B " , _to : " circles / E " } ] } } , { v : { label : " 6 " , _id : " circles / F " , _rev : " 1841663674243 " , _key : " F " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " left_schubi " , _id : " edges / 1841665902467 " , _rev : " 1841665902467 " , _key : " 1841665902467 " , _from : " circles / E " , _to : " circles / F " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } , { label : " 5 " , _id : " circles / E " , _rev : " 1841663477635 " , _key : " E " } , { label : " 6 " , _id : " circles / F " , _rev : " 1841663674243 " , _key : " F " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_blub " , _id : " edges / 1841665705859 " , _rev : " 1841665705859 " , _key : " 1841665705859 " , _from : " circles / B " , _to : " circles / E " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_schubi " , _id : " edges / 1841665902467 " , _rev : " 1841665902467 " , _key : " 1841665902467 " , _from : " circles / E " , _to : " circles / F " } ] } } , { v : { label : " 3 " , _id : " circles / C " , _rev : " 1841663084419 " , _key : " C " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " left_blarg " , _id : " edges / 1841665312643 " , _rev : " 1841665312643 " , _key : " 1841665312643 " , _from : " circles / B " , _to : " circles / C " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } , { label : " 3 " , _id : " circles / C " , _rev : " 1841663084419 " , _key : " C " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_blarg " , _id : " edges / 1841665312643 " , _rev : " 1841665312643 " , _key : " 1841665312643 " , _from : " circles / B " , _to : " circles / C " } ] } } , { v : { label : " 4 " , _id : " circles / D " , _rev : " 1841663281027 " , _key : " D " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " left_blorg " , _id : " edges / 1841665509251 " , _rev : " 1841665509251 " , _key : " 1841665509251 " , _from : " circles / C " , _to : " circles / D " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } , { label : " 3 " , _id : " circles / C " , _rev : " 1841663084419 " , _key : " C " } , { label : " 4 " , _id : " circles / D " , _rev : " 1841663281027 " , _key : " D " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_blarg " , _id : " edges / 1841665312643 " , _rev : " 1841665312643 " , _key : " 1841665312643 " , _from : " circles / B " , _to : " circles / C " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_blorg " , _id : " edges / 1841665509251 " , _rev : " 1841665509251 " , _key : " 1841665509251 " , _from : " circles / C " , _to : " circles / D " } ] } } ] } ) } ( ) , function ( ) { " use strict " ; window . UserBarView = Backbone . View . extend ( { events : { " change # userBarSelect " : " navigateBySelect " , " click . tab " : " navigateByTab " , " mouseenter . dropdown " : " showDropdown " , " mouseleave . dropdown " : " hideDropdown " , " click # userLogoutIcon " : " userLogout " , " click # userLogout " : " userLogout " } , initialize : function ( a ) { this . userCollection = a . userCollection , this . userCollection . fetch ( { async : ! 0 } ) , this . userCollection . bind ( " change : extra " , this . render . bind ( this ) ) } , template : templateEngine . createTemplate ( " userBarView . ejs " ) , navigateBySelect : function ( ) { var a = $ ( " # arangoCollectionSelect " ) . find ( " option : selected " ) . val ( ) ; window . App . navigate ( a , { trigger : ! 0 } ) } , navigateByTab : function ( a ) { var b = a . target | | a . srcElement ; b = $ ( b ) . closest ( " a " ) ; var c = b . attr ( " id " ) ; return " user " = = = c ? ( $ ( " # user_dropdown " ) . slideToggle ( 200 ) , void a . preventDefault ( ) ) : ( window . App . navigate ( c , { trigger : ! 0 } ) , void a . preventDefault ( ) ) } , toggleUserMenu : function ( ) { $ ( " # userBar . subBarDropdown " ) . toggle ( ) } , showDropdown : function ( ) { $ ( " # user_dropdown " ) . fadeIn ( 1 ) } , hideDropdown : function ( ) { $ ( " # user_dropdown " ) . fadeOut ( 1 ) } , render : function ( ) { if ( frontendConfig . authenticationEnabled ! = = ! 1 ) { var a = this , b = function ( a , b ) { if ( a ) arangoHelper . arangoErro ( " User " , " Could not fetch user . " ) ; else { var c = null , d = null , e = ! 1 , f = null ; if ( b ! = = ! 1 ) return f = this . userCollection . findWhere ( { user : b } ) , f . set ( { loggedIn : ! 0 } ) , d = f . get ( " extra " ) . name , c = f . get ( " extra " ) . img , e = f . get ( " active " ) , c = c ? " https : / / s . gravatar . com / avatar / " + c + " ? s = 80 " : " img / default_user . png " , d | | ( d = " " ) , this . $ el = $ ( " # userBar " ) , this . $ el . html ( this . template . render ( { img : c , name : d , username : b , active : e } ) ) , this . delegateEvents ( ) , this . $ el } } . bind ( this ) ; $ ( " # userBar " ) . on ( " click " , function ( ) { a . toggleUserMenu ( ) } ) , this . userCollection . whoAmI ( b ) } } , userLogout : function ( ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " User " , " Logout error " ) : this . userCollection . logout ( ) } . bind ( this ) ; this . userCollection . whoAmI ( a ) } } ) } ( ) , function ( ) { " use strict " ; window . userManagementView = Backbone . View . extend ( { el : " # content " , el2 : " # userManagementThumbnailsIn " , template : templateEngine . createTemplate ( " userManagementView . ejs " ) , events : { " click # createUser " : " createUser " , " click # submitCreateUser " : " submitCreateUser " , " click # userManagementThumbnailsIn . tile " : " editUser " , " click # submitEditUser " : " submitEditUser " , " click # userManagementToggle " : " toggleView " , " keyup # userManagementSearchInput " : " search " , " click # userManagementSearchSubmit " : " search " , " click # callEditUserPassword " : " editUserPassword " , " click # submitEditUserPassword " : " submitEditUserPassword " , " click # submitEditCurrentUserProfile " : " submitEditCurrentUserProfile " , " click . css - label " : " checkBoxes " , " change # userSortDesc " : " sorting " } , dropdownVisible : ! 1 , initialize : function ( ) { var a = this , b = function ( a , b ) { frontendConfig . authenticationEnabled = = = ! 0 & & ( a | | null = = = b ? arangoHelper . arangoError ( " User " , " Could not fetch user data " ) : this . currentUser = this . collection . findWhere ( { user : b } ) ) } . bind ( this ) ; this . collection . fetch ( { success : function ( ) { a . collection . whoAmI ( b ) } } ) } , checkBoxes : function ( a ) { var b = a . currentTarget . id ; $ ( " # " + b ) . click ( ) } , sorting : function ( ) { $ ( " # userSortDesc " ) . is ( " : checked " ) ? this . collection . setSortingDesc ( ! 0 ) : this . collection . setSortingDesc ( ! 1 ) , $ ( " # userManagementDropdown " ) . is ( " : visible " ) ? this . dropdownVisible = ! 0 : this . dropdownVisible = ! 1 , this . render ( ) } , render : function ( a ) { var b = ! 1 ; return $ ( " # userManagementDropdown " ) . is ( " : visible " ) & & ( b = ! 0 ) , this . collection . sort ( ) , $ ( this . el ) . html ( this . template . render ( { collection : this . collection , searchString : " " } ) ) , b = = = ! 0 & & ( $ ( " # userManagementDropdown2 " ) . show ( ) , $ ( " # userSortDesc " ) . attr ( " checked " , this . collection . sortOptions . desc ) , $ ( " # userManagementToggle " ) . toggleClass ( " activated " ) , $ ( " # userManagementDropdown " ) . show ( ) ) , a & & this . editCurrentUser ( ) , arangoHelper . setCheckboxStatus ( " # userManagementDropdown " ) , this } , search : function ( ) { var a , b , c , d ; a = $ ( " # userManagementSearchInput " ) , b = $ ( " # userManagementSearchInput " ) . val ( ) , d = this . collection . filter ( function ( a ) { return - 1 ! = = a . get ( " user " ) . indexOf ( b ) } ) , $ ( this . el ) . html ( this . template . render ( { collection : d , searchString : b } ) ) , a = $ ( " # userManagementSearchInput " ) , c = a . val ( ) . length , a . focus ( ) , a [ 0 ] . setSelectionRange ( c , c ) } , createUser : function ( a ) { a . preventDefault ( ) , this . createCreateUserModal ( ) } , submitCreateUser : function ( ) { var a = this , b = $ ( " # newUsername " ) . val ( ) , c = $ ( " # newName " ) . val ( ) , d = $ ( " # newPassword " ) . val ( ) , e = $ ( " # newStatus " ) . is ( " : checked " ) ; if ( this . validateUserInfo ( c , b , d , e ) ) { var f = { user : b , passwd : d , active : e , extra : { name : c } } ; this . collection . create ( f , { wait : ! 0 , error : function ( a , b ) { arangoHelper . parseError ( " User " , b , a ) } , success : function ( ) { a . updateUserManagement ( ) , window . modalView . hide ( ) } } ) } } , validateUserInfo : function ( a , b , c , d ) { return " " = = = b ? ( arangoHelper . arangoError ( " You have to define an username " ) , $ ( " # newUsername " ) . closest ( " th " ) . css ( " backgroundColor " , " red " ) , ! 1 ) : ! 0 } , updateUserManagement : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . render ( ) } } ) } , submitDeleteUser : function ( a ) { var b = this . collection . findWhere ( { user : a } ) ; b . destroy ( { wait : ! 0 } ) , window . modalView . hide ( ) , this . updateUserManagement ( ) } , editUser : function ( a ) { if ( " createUser " ! = = $ ( a . currentTarget ) . find ( " a " ) . attr ( " id " ) ) { $ ( a . currentTarget ) . hasClass ( " tile " ) & & ( a . currentTarget = $ ( a . currentTarget ) . find ( " img " ) ) , this . collection . fetch ( ) ; var b = this . evaluateUserName ( $ ( a . currentTarget ) . attr ( " id " ) , " _edit - user " ) ; " " = = = b & & ( b = $ ( a . currentTarget ) . attr ( " id " ) ) ; var c = this . collection . findWhere ( { user : b } ) ; c . get ( " loggedIn " ) ? this . editCurrentUser ( ) : this . createEditUserModal ( c . get ( " user " ) , c . get ( " extra " ) . name , c . get ( " active " ) ) } } , editCurrentUser : function ( ) { this . createEditCurrentUserModal ( this . currentUser . get ( " user " ) , this . currentUser . get ( " extra " ) . name , this . currentUser . get ( " extra " ) . img ) } , submitEditUser : function ( a ) { var b = $ ( " # editName " ) . val ( ) , c = $ ( " # editStatus " ) . is ( " : checked " ) ; if ( ! this . validateStatus ( c ) ) return void $ ( " # editStatus " ) . closest ( " th " ) . css ( " backgroundColor " , " red " ) ; if ( ! this . validateName ( b ) ) return void $ ( " # editName " ) . closest ( " th " ) . css ( " backgroundColor " , " red " ) ; var d = this . collection . findWhere ( { user : a } ) ; d . save ( { extra : { name : b } , active : c } , { type : " PATCH " } ) , window . modalView . hide ( ) , this . updateUserManagement ( ) } , validateUsername : function ( a ) { return " " = = = a ? ( arangoHelper . arangoError ( " You have to define an username " ) , $ ( " # newUsername " ) . closest ( " th " ) . css ( " backgroundColor " , " red " ) , ! 1 ) : a . match ( / ^ [ a - zA - Z ] [ a - zA - Z0 - 9_ \ - ] * $ / ) ? ! 0 : ( arangoHelper . arangoError ( " Wrong Username " , " Username may only contain numbers , letters , _ and - " ) , ! 1 ) } , validatePassword : function ( a ) { return ! 0 } , validateName : function ( a ) { return " " = = = a ? ! 0 : a . match ( / ^ [ a - zA - Z ] [ a - zA - Z0 - 9_ \ - \ ] * $ / ) ? ! 0 : ( arangoHelper . arangoError ( " Wrong Username " , " Username may only contain numbers , letters , _ and - " ) , ! 1 ) } , validateStatus : function ( a ) { return " " = = = a ? ! 1 : ! 0 } , toggleView : function ( ) { $ ( " # userSortDesc " ) . attr ( " checked " , this . collection . sortOptions . desc ) , $ ( " # userManagementToggle " ) . toggleClass ( " activated " ) , $ ( " # userManagementDropdown2 " ) . slideToggle ( 200 ) } , setFilterValues : function ( ) { } , evaluateUserName : function ( a , b ) { if ( a ) { var c = a . lastIndexOf ( b ) ; return a . substring ( 0 , c ) } } , editUserPassword : function ( ) { window . modalView . hide ( ) , this . createEditUserPasswordModal ( ) } , submitEditUserPassword : function ( ) { var a = $ ( " # oldCurrentPassword " ) . val ( ) , b = $ ( " # newCurrentPassword " ) . val ( ) , c = $ ( " # confirmCurrentPassword " ) . val ( ) ; $ ( " # oldCurrentPassword " ) . val ( " " ) , $ ( " # newCurrentPassword " ) . val ( " " ) , $ ( " # confirmCurrentPassword " ) . val ( " " ) , $ ( " # oldCurrentPassword " ) . closest ( " th " ) . css ( " backgroundColor " , " white " ) , $ ( " # newCurrentPassword " ) . closest ( " th " ) . css ( " backgroundColor " , " white " ) , $ ( " # confirmCurrentPassword " ) . closest ( " th " ) . css ( " backgroundColor " , " white " ) ; var d = ! 1 , e = function ( a , e ) { a ? arangoHelper . arangoError ( " User " , " Could not verify old password " ) : e & & ( b ! = = c & & ( arangoHelper . arangoError ( " User " , " New passwords do not match " ) , d = ! 0 ) , d | | ( this . currentUser . setPassword ( b ) , arangoHelper . arangoNotification ( " User " , " Password changed " ) , window . modalView . hide ( ) ) ) } . bind ( this ) ; this . currentUser . checkPassword ( a , e ) } , submitEditCurrentUserProfile : function ( ) { var a = $ ( " # editCurrentName " ) . val ( ) , b = $ ( " # editCurrentUserProfileImg " ) . val ( ) ; b = this . parseImgString ( b ) ; var c = function ( a ) { a ? arangoHelper . arangoError ( " User " , " Could not edit user settings " ) : ( arangoHelper . arangoNotification ( " User " , " Changes confirmed . " ) , this . updateUserProfile ( ) ) } . bind ( this ) ; this . currentUser . setExtras ( a , b , c ) , window . modalView . hide ( ) } , updateUserProfile : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . render ( ) } } ) } , parseImgString : function ( a ) { return - 1 = = = a . indexOf ( " @ " ) ? a : CryptoJS . MD5 ( a ) . toString ( ) } , createEditUserModal : function ( a , b , c ) { var d , e ; e = [ { type : window . modalView . tables . READONLY , label : " Username " , value : _ . escape ( a ) } , { type : window . modalView . tables . TEXT , label : " Name " , value : b , id : " editName " , placeholder : " Name " } , { type : window . modalView . tables . CHECKBOX , label : " Active " , value : " active " , checked : c , id : " editStatus " } ] , d = [ { title : " Delete " , type : window . modalView . buttons . DELETE , callback : this . submitDeleteUser . bind ( this , a ) } , { title : " Save " , type : window . modalView . buttons . SUCCESS , callback : this . submitEditUser . bind ( this , a ) } ] , window . modalView . show ( " modalTable . ejs " , " Edit User " , d , e ) } , createCreateUserModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createTextEntry ( " newUsername " , " Username " , " " , ! 1 , " Username " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only symbols , " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No username given . " } ] ) ) , b . push ( window . modalView . createTextEntry ( " newName " , " Name " , " " , ! 1 , " Name " , ! 1 ) ) , b . push ( window . modalView . createPasswordEntry ( " newPassword " , " Password " , " " , ! 1 , " " , ! 1 ) ) , b . push ( window . modalView . createCheckboxEntry ( " newStatus " , " Active " , " active " , ! 1 , ! 0 ) ) , a . push ( window . modalView . createSuccessButton ( " Create " , this . submitCreateUser . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Create New User " , a , b ) } , createEditCurrentUserModal : function ( a , b , c ) { var d = [ ] , e = [ ] ; e . push ( window . modalView . createReadOnlyEntry ( " id_username " , " Username " , a ) ) , e . push ( window . modalView . createTextEntry ( " editCurrentName " , " Name " , b , ! 1 , " Name " , ! 1 ) ) , e . push ( window . modalView . createTextEntry ( " editCurrentUserProfileImg " , " Gravatar account ( Mail ) " , c , " Mailaddress or its md5 representation of your gravatar account . The address will be converted into a md5 string . Only the md5 string will be stored , not the mailaddress . " , " myAccount ( at ) gravatar . com " ) ) , d . push ( window . modalView . createNotificationButton ( " Change Password " , this . editUserPassword . bind ( this ) ) ) , d . push ( window . modalView . createSuccessButton ( " Save " , this . submitEditCurrentUserProfile . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Edit User Profile " , d , e ) } , createEditUserPasswordModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createPasswordEntry ( " oldCurrentPassword " , " Old Password " , " " , ! 1 , " old password " , ! 1 ) ) , b . push ( window . modalView . createPasswordEntry ( " newCurrentPassword " , " New Password " , " " , ! 1 , " new password " , ! 1 ) ) , b . push ( window . modalView . createPasswordEntry ( " confirmCurrentPassword " , " Confirm New Password " , " " , ! 1 , " confirm new password " , ! 1 ) ) , a . push ( window . modalView . createSuccessButton ( " Save " , this . submitEditUserPassword . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Edit User Password " , a , b ) } } ) } ( ) , function ( ) { " use strict " ; window . workMonitorView = Backbone . View . extend ( { el : " # content " , id : " # workMonitorContent " , template : templateEngine . createTemplate ( " workMonitorView . ejs " ) , table : templateEngine . createTemplate ( " arangoTable . ejs " ) , initialize : function ( ) { } , events : { } , tableDescription : { id : " workMonitorTable " , titles : [ " Type " , " Database " , " Task ID " , " Started " , " Url " , " User " , " Description " , " Method " ] , rows : [ ] , unescaped : [ ! 1 , ! 1 , ! 1 , ! 1 , ! 1 , ! 1 , ! 1 , ! 1 ] } , render : function ( ) { var a = this ; this . $ el . html ( this . template . render ( { } ) ) , this . collection . fetch ( { success : function ( ) { a . parseTableData ( ) , $ ( a . id ) . append ( a . table . render ( { content : a . tableDescription } ) ) } } ) } , parseTableData : function ( ) { var a = this ; this . collection . each ( function ( b ) { if ( " AQL query " = = = b . get ( " type " ) ) { var c = b . get ( " parent " ) ; if ( c ) try { a . tableDescription . rows . push ( [ b . get ( " type " ) , " ( p ) " + c . database , " ( p ) " + c . taskId , " ( p ) " + c . startTime , " ( p ) " + c . url , " ( p ) " + c . user , b . get ( " description " ) , " ( p ) " + c . method ] ) } catch ( d ) { console . log ( " some parse error " ) } } else " thread " ! = = b . get ( " type " ) & & a . tableDescription . rows . push ( [ b . get ( " type " ) , b . get ( " database " ) , b . get ( " taskId " ) , b . get ( " startTime " ) , b . get ( " url " ) , b . get ( " user " ) , b . get ( " description " ) , b . get ( " method " ) ] ) } ) } } ) } ( ) , function ( ) { " use strict " ; window . Router = Backbone . Router . extend ( { toUpdate : [ ] , dbServers : [ ] , isCluster : void 0 , routes : { " " : " cluster " , dashboard : " dashboard " , collections : " collections " , " new " : " newCollection " , login : " login " , " collection / : colid / documents / : pageid " : " documents " , " cIndices / : colname " : " cIndices " , " cSettings / : colname " : " cSettings " , " cInfo / : colname " : " cInfo " , " collection / : colid / : docid " : " document " , shell : " shell " , queries : " query " , workMonitor : " workMonitor " , databases : " databases " , settings : " databases " , services : " applications " , " service / : mount " : " applicationDetail " , graphs : " graphManagement " , " graphs / : name " : " showGraph " , users : " userManagement " , userProfile : " userProfile " , cluster : " cluster " , nodes : " cNodes " , cNodes : " cNodes " , dNodes : " dNodes " , sNodes : " sNodes " , " node / : name " : " node " , logs : " logs " , helpus : " helpUs " } , execute : function ( a , b ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " " ) , $ ( " # subNavigationBar . bottom " ) . html ( " " ) , $ ( " # loadingScreen " ) . hide ( ) , $ ( " # content " ) . show ( ) , a & & a . apply ( this , b ) } , checkUser : function ( ) { if ( " # login " ! = = window . location . hash ) { var a = function ( ) { this . initOnce ( ) , $ ( " . bodyWrapper " ) . show ( ) , $ ( " . navbar " ) . show ( ) } . bind ( this ) , b = function ( b , c ) { frontendConfig . authenticationEnabled & & ( b | | null = = = c ) ? " # login " ! = = window . location . hash & & this . navigate ( " login " , { trigger : ! 0 } ) : a ( ) } . bind ( this ) ; frontendConfig . authenticationEnabled ? this . userCollection . whoAmI ( b ) : ( this . initOnce ( ) , $ ( " . bodyWrapper " ) . show ( ) , $ ( " . navbar " ) . show ( ) ) } } , waitForInit : function ( a , b , c ) { this . initFinished ? ( b | | a ( ! 0 ) , b & & ! c & & a ( b , ! 0 ) , b & & c & & a ( b , c , ! 0 ) ) : setTimeout ( function ( ) { b | | a ( ! 1 ) , b & & ! c & & a ( b , ! 1 ) , b & & c & & a ( b , c , ! 1 ) } , 350 ) } , initFinished : ! 1 , initialize : function ( ) { frontendConfig . isCluster = = = ! 0 & & ( this . isCluster = ! 0 ) , window . modalView = new window . ModalView , this . foxxList = new window . FoxxCollection , window . foxxInstallView = new window . FoxxInstallView ( { collection : this . foxxList } ) , window . progressView = new window . ProgressView ; var a = this ; this . userCollection = new window . ArangoUsers , this . initOnce = function ( ) { this . initOnce = function ( ) { } ; var b = function ( b , c ) { a = this , c = = = ! 0 & & a . coordinatorCollection . fetch ( { success : function ( ) { a . fetchDBS ( ) } } ) } . bind ( this ) ; window . isCoordinator ( b ) , frontendConfig . isCluster = = = ! 1 & & ( this . initFinished = ! 0 ) , this . arangoDatabase = new window . ArangoDatabase , this . currentDB = new window . CurrentDatabase , this . arangoCollectionsStore = new window . arangoCollections , this . arangoDocumentStore = new window . arangoDocument , this . coordinatorCollection = new window . ClusterCoordinators , arangoHelper . setDocumentStore ( this . arangoDocumentStore ) , this . arangoCollectionsStore . fetch ( ) , window . spotlightView = new window . SpotlightView ( { collection : this . arangoCollectionsStore } ) , this . footerView = new window . FooterView ( { collection : a . coordinatorCollection } ) , this . notificationList = new window . NotificationCollection , this . currentDB . fetch ( { success : function ( ) { a . naviView = new window . NavigationView ( { database : a . arangoDatabase , currentDB : a . currentDB , notificationCollection : a . notificationList , userCollection : a . userCollection , isCluster : a . isCluster } ) , a . naviView . render ( ) } } ) , this . queryCollection = new window . ArangoQueries , this . footerView . render ( ) , window . checkVersion ( ) , this . documentsView = new window . DocumentsView ( { collection : new window . arangoDocuments , documentStore : this . arangoDocumentStore , collectionsStore : this . arangoCollectionsStore } ) } . bind ( this ) , $ ( window ) . resize ( function ( ) { a . handleResize ( ) } ) , $ ( window ) . scroll ( function ( ) { } ) } , handleScroll : function ( ) { $ ( window ) . scrollTop ( ) > 50 ? ( $ ( " . navbar > . secondary " ) . css ( " top " , $ ( window ) . scrollTop ( ) ) , $ ( " . navbar > . secondary " ) . css ( " position " , " absolute " ) , $ ( " . navbar > . secondary " ) . css ( " z - index " , " 10 " ) , $ ( " . navbar > . secondary " ) . css ( " width " , $ ( window ) . width ( ) ) ) : ( $ ( " . navbar > . secondary " ) . css ( " top " , " 0 " ) , $ ( " . navbar > . secondary " ) . css ( " position " , " relative " ) , $ ( " . navbar > . secondary " ) . css ( " width " , " " ) ) } , cluster : function ( a ) { return this . checkUser ( ) , a ? this . isCluster = = = ! 1 | | void 0 = = = this . isCluster ? void ( " _system " = = = this . currentDB . get ( " name " ) ? ( this . routes [ " " ] = " dashboard " , this . navigate ( " # dashboard " , { trigger : ! 0 } ) ) : ( this . routes [ " " ] = " collections " , this . navigate ( " # collections " , { trigger : ! 0 } ) ) ) : ( this . clusterView | | ( this . clusterView = new window . ClusterView ( { coordinators : this . coordinatorCollection , dbServers : this . dbServers } ) ) , void this . clusterView . render ( ) ) : void this . waitForInit ( this . cluster . bind ( this ) ) } , node : function ( a , b ) { return this . checkUser ( ) , b & & void 0 ! = = this . isCluster ? this . isCluster = = = ! 1 ? ( this . routes [ " " ] = " dashboard " , void this . navigate ( " # dashboard " , { trigger : ! 0 } ) ) : ( this . nodeView | | ( this . nodeView = new window . NodeView ( { coordname : a , coordinators : this . coordinatorCollection , dbServers : this . dbServers } ) ) , void this . nodeView . render ( ) ) : void this . waitForInit ( this . node . bind ( this ) , a ) } , cNodes : function ( a ) { return this . checkUser ( ) , a & & void 0 ! = = this . isCluster ? this . isCluster = = = ! 1 ? ( this . routes [ " " ] = " dashboard " , void this . navigate ( " # dashboard " , { trigger : ! 0 } ) ) : ( this . nodesView = new window . NodesView ( { coordinators : this . coordinatorCollection , dbServers : this . dbServers [ 0 ] , toRender : " coordinator " } ) , void this . nodesView . render ( ) ) : void this . waitForInit ( this . cNodes . bind ( this ) ) } , dNodes : function ( a ) { return this . checkUser ( ) , a & & void 0 ! = = this . isCluster ? this . isCluster = = = ! 1 ? ( this . routes [ " " ] = " dashboard " , void this . navigate ( " # dashboard " , { trigger : ! 0 } ) ) : 0 = = = this . dbServers . length ? void this . navigate ( " # cNodes " , { trigger : ! 0 } ) : ( this . nodesView = new window . NodesView ( { coordinators : this . coordinatorCollection , dbServers : this . dbServers [ 0 ] , toRender : " dbserver " } ) , void this . nodesView . render ( ) ) : void this . waitForInit ( this . dNodes . bind ( this ) ) } , sNodes : function ( a ) { return this . checkUser ( ) , a & & void 0 ! = = this . isCluster ? this . isCluster = = = ! 1 ? ( this . routes [ " " ] = " dashboard " , void this . navigate ( " # dashboard " , { trigger : ! 0 } ) ) : ( this . scaleView = new window . ScaleView ( { coordinators : this . coordinatorCollection , dbServers : this . dbServers [ 0 ] } ) , void this . scaleView . render ( ) ) : void this . waitForInit ( this . sNodes . bind ( this ) ) } , addAuth : function ( a ) { var b = this . clusterPlan . get ( " user " ) ; if ( ! b ) return a . abort ( ) , void ( this . isCheckingUser | | this . requestAuth ( ) ) ; var c = b . name , d = b . passwd , e = c . concat ( " : " , d ) ; a . setRequestHeader ( " Authorization " , " Basic " + btoa ( e ) ) } , logs : function ( a , b ) { if ( this . checkUser ( ) , ! b ) return void this . waitForInit ( this . logs . bind ( this ) , a ) ; if ( ! this . logsView ) { var c = new window . ArangoLogs ( { upto : ! 0 , loglevel : 4 } ) , d = new window . ArangoLogs ( { loglevel : 4 } ) , e = new window . ArangoLogs ( { loglevel : 3 } ) , f = new window . ArangoLogs ( { loglevel : 2 } ) , g = new window . ArangoLogs ( { loglevel : 1 } ) ; this . logsView = new window . LogsView ( { logall : c , logdebug : d , loginfo : e , logwarning : f , logerror : g } ) } this . logsView . render ( ) } , applicationDetail : function ( a , b ) { if ( this . checkUser ( ) , ! b ) return void this . waitForInit ( this . applicationDetail . bind ( this ) , a ) ; var c = function ( ) { this . hasOwnProperty ( " applicationDetailView " ) | | ( this . applicationDetailView = new window . ApplicationDetailView ( { model : this . foxxList . get ( decodeURIComponent ( a ) ) } ) ) , this . applicationDetailView . model = this . foxxList . get ( decodeURIComponent ( a ) ) , this . applicationDetailView . render ( " swagger " ) } . bind ( this ) ; 0 = = = this . foxxList . length ? this . foxxList . fetch ( { success : function ( ) { c ( ) } } ) : c ( ) } , login : function ( ) { var a = function ( a , b ) { this . loginView | | ( this . loginView = new window . loginView ( { collection : this . userCollection } ) ) , a | | null = = = b ? this . loginView . render ( ) : this . loginView . render ( ! 0 ) } . bind ( this ) ; this . userCollection . whoAmI ( a ) } , collections : function ( a ) { if ( this . checkUser ( ) , ! a ) return void this . waitForInit ( this . collections . bind ( this ) ) ; var b = this ; this . collectionsView | | ( this . collectionsView = new window . CollectionsView ( { collection : this . arangoCollectionsStore } ) ) , this . arangoCollectionsStore . fetch ( { success : function ( ) { b . collectionsView . render ( ) } } ) } , cIndices : function ( a , b ) { var c = this ; return this . checkUser ( ) , b ? void this . arangoCollectionsStore . fetch ( { success : function ( ) { c . indicesView = new window . IndicesView ( { collectionName : a , collection : c . arangoCollectionsStore . findWhere ( { name : a } ) } ) , c . indicesView . render ( ) } } ) : void this . waitForInit ( this . cIndices . bind ( this ) , a ) } , cSettings : function ( a , b ) { var c = this ; return this . checkUser ( ) , b ? void this . arangoCollectionsStore . fetch ( { success : function ( ) { c . settingsView = new window . SettingsView ( { collectionName : a , collection : c . arangoCollectionsStore . findWhere ( { name : a } ) } ) , c . settingsView . render ( ) } } ) : void this . waitForInit ( this . cSettings . bind ( this ) , a ) } , cInfo : function ( a , b ) { var c = this ; return this . checkUser ( ) , b ? void this . arangoCollectionsStore . fetch ( { success : function ( ) { c . infoView = new window . InfoView ( { collectionName : a , collection : c . arangoCollectionsStore . findWhere ( { name : a } ) } ) , c . infoView . render ( ) } } ) : void this . waitForInit ( this . cInfo . bind ( this ) , a ) } , documents : function ( a , b , c ) { return this . checkUser ( ) , c ? ( this . documentsView | | ( this . documentsView = new window . DocumentsView ( { collection : new window . arangoDocuments , documentStore : this . arangoDocumentStore , collectionsStore : this . arangoCollectionsStore } ) ) , this . documentsView . setCollectionId ( a , b ) , void this . documentsView . render ( ) ) : void this . waitForInit ( this . documents . bind ( this ) , a , b ) } , document : function ( a , b , c ) { if ( this . checkUser ( ) , ! c ) return void this . waitForInit ( this . document . bind ( this ) , a , b ) ; this . documentView | | ( this . documentView = new window . DocumentView ( { collection : this . arangoDocumentStore } ) ) , this . documentView . colid = a ; var d = window . location . hash . split ( " / " ) [ 2 ] , e = ( d . split ( " % " ) . length - 1 ) % 3 ; decodeURI ( d ) ! = = d & & 0 ! = = e & & ( d = decodeURIComponent ( d ) ) , this . documentView . docid = d , this . documentView . render ( ) ; var f = function ( a , b ) { a ? console . log ( " Error " , " Could not fetch collection type " ) : this . documentView . setType ( b ) } . bind ( this ) ; arangoHelper . collectionApiType ( a , null , f ) } , shell : function ( a ) { return this . checkUser ( ) , a ? ( this . shellView | | ( this . shellView = new window . shellView ) , <nl> - void this . shellView . render ( ) ) : void this . waitForInit ( this . shell . bind ( this ) ) } , query : function ( a ) { return this . checkUser ( ) , a ? ( this . queryView2 | | ( this . queryView2 = new window . queryView2 ( { collection : this . queryCollection } ) ) , void this . queryView2 . render ( ) ) : void this . waitForInit ( this . query . bind ( this ) ) } , helpUs : function ( a ) { return this . checkUser ( ) , a ? ( this . testView | | ( this . helpUsView = new window . HelpUsView ( { } ) ) , void this . helpUsView . render ( ) ) : void this . waitForInit ( this . helpUs . bind ( this ) ) } , workMonitor : function ( a ) { return this . checkUser ( ) , a ? ( this . workMonitorCollection | | ( this . workMonitorCollection = new window . WorkMonitorCollection ) , this . workMonitorView | | ( this . workMonitorView = new window . workMonitorView ( { collection : this . workMonitorCollection } ) ) , void this . workMonitorView . render ( ) ) : void this . waitForInit ( this . workMonitor . bind ( this ) ) } , queryManagement : function ( a ) { return this . checkUser ( ) , a ? ( this . queryManagementView | | ( this . queryManagementView = new window . queryManagementView ( { collection : void 0 } ) ) , void this . queryManagementView . render ( ) ) : void this . waitForInit ( this . queryManagement . bind ( this ) ) } , databases : function ( a ) { if ( this . checkUser ( ) , ! a ) return void this . waitForInit ( this . databases . bind ( this ) ) ; var b = function ( a ) { a ? ( arangoHelper . arangoError ( " DB " , " Could not get list of allowed databases " ) , this . navigate ( " # " , { trigger : ! 0 } ) , $ ( " # databaseNavi " ) . css ( " display " , " none " ) , $ ( " # databaseNaviSelect " ) . css ( " display " , " none " ) ) : ( this . databaseView | | ( this . databaseView = new window . databaseView ( { users : this . userCollection , collection : this . arangoDatabase } ) ) , this . databaseView . render ( ) ) } . bind ( this ) ; arangoHelper . databaseAllowed ( b ) } , dashboard : function ( a ) { return this . checkUser ( ) , a ? ( void 0 = = = this . dashboardView & & ( this . dashboardView = new window . DashboardView ( { dygraphConfig : window . dygraphConfig , database : this . arangoDatabase } ) ) , void this . dashboardView . render ( ) ) : void this . waitForInit ( this . dashboard . bind ( this ) ) } , graphManagement : function ( a ) { return this . checkUser ( ) , a ? ( this . graphManagementView | | ( this . graphManagementView = new window . GraphManagementView ( { collection : new window . GraphCollection , collectionCollection : this . arangoCollectionsStore } ) ) , void this . graphManagementView . render ( ) ) : void this . waitForInit ( this . graphManagement . bind ( this ) ) } , showGraph : function ( a , b ) { return this . checkUser ( ) , b ? void ( this . graphManagementView ? this . graphManagementView . loadGraphViewer ( a ) : ( this . graphManagementView = new window . GraphManagementView ( { collection : new window . GraphCollection , collectionCollection : this . arangoCollectionsStore } ) , this . graphManagementView . render ( a , ! 0 ) ) ) : void this . waitForInit ( this . showGraph . bind ( this ) , a ) } , applications : function ( a ) { return this . checkUser ( ) , a ? ( void 0 = = = this . applicationsView & & ( this . applicationsView = new window . ApplicationsView ( { collection : this . foxxList } ) ) , void this . applicationsView . reload ( ) ) : void this . waitForInit ( this . applications . bind ( this ) ) } , handleSelectDatabase : function ( a ) { return this . checkUser ( ) , a ? void this . naviView . handleSelectDatabase ( ) : void this . waitForInit ( this . handleSelectDatabase . bind ( this ) ) } , handleResize : function ( ) { this . dashboardView & & this . dashboardView . resize ( ) , this . graphManagementView & & this . graphManagementView . handleResize ( $ ( " # content " ) . width ( ) ) , this . queryView & & this . queryView . resize ( ) , this . queryView2 & & this . queryView2 . resize ( ) , this . documentsView & & this . documentsView . resize ( ) , this . documentView & & this . documentView . resize ( ) } , userManagement : function ( a ) { return this . checkUser ( ) , a ? ( this . userManagementView | | ( this . userManagementView = new window . userManagementView ( { collection : this . userCollection } ) ) , void this . userManagementView . render ( ) ) : void this . waitForInit ( this . userManagement . bind ( this ) ) } , userProfile : function ( a ) { return this . checkUser ( ) , a ? ( this . userManagementView | | ( this . userManagementView = new window . userManagementView ( { collection : this . userCollection } ) ) , void this . userManagementView . render ( ! 0 ) ) : void this . waitForInit ( this . userProfile . bind ( this ) ) } , fetchDBS : function ( a ) { var b = this , c = ! 1 ; this . coordinatorCollection . each ( function ( a ) { b . dbServers . push ( new window . ClusterServers ( [ ] , { host : a . get ( " address " ) } ) ) } ) , this . initFinished = ! 0 , _ . each ( this . dbServers , function ( b ) { b . fetch ( { success : function ( ) { c = = = ! 1 & & a & & ( a ( ) , c = ! 0 ) } } ) } ) } , getNewRoute : function ( a ) { return " http : / / " + a } , registerForUpdate : function ( a ) { this . toUpdate . push ( a ) , a . updateUrl ( ) } } ) } ( ) , function ( ) { " use strict " ; var a = function ( a , b ) { var c = [ ] ; c . push ( window . modalView . createSuccessButton ( " Download Page " , function ( ) { window . open ( " https : / / www . arangodb . com / download " , " _blank " ) , window . modalView . hide ( ) } ) ) ; var d = [ ] , e = window . modalView . createReadOnlyEntry . bind ( window . modalView ) ; d . push ( e ( " current " , " Current " , a . toString ( ) ) ) , b . major & & d . push ( e ( " major " , " Major " , b . major . version ) ) , b . minor & & d . push ( e ( " minor " , " Minor " , b . minor . version ) ) , b . bugfix & & d . push ( e ( " bugfix " , " Bugfix " , b . bugfix . version ) ) , window . modalView . show ( " modalTable . ejs " , " New Version Available " , c , d ) } ; window . checkVersion = function ( ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / version " ) , contentType : " application / json " , processData : ! 1 , async : ! 0 , success : function ( b ) { var c = window . versionHelper . fromString ( b . version ) ; $ ( " . navbar # currentVersion " ) . text ( " " + b . version . substr ( 0 , 3 ) ) , window . parseVersions = function ( b ) { return _ . isEmpty ( b ) ? void $ ( " # currentVersion " ) . addClass ( " up - to - date " ) : ( $ ( " # currentVersion " ) . addClass ( " out - of - date " ) , void $ ( " # currentVersion " ) . click ( function ( ) { a ( c , b ) } ) ) } , $ . ajax ( { type : " GET " , async : ! 0 , crossDomain : ! 0 , timeout : 3e3 , dataType : " jsonp " , url : " https : / / www . arangodb . com / repositories / versions . php ? jsonp = parseVersions & version = " + encodeURIComponent ( c . toString ( ) ) } ) } } ) } } ( ) , function ( ) { " use strict " ; window . hasOwnProperty ( " TEST_BUILD " ) | | ( $ ( document ) . ajaxSend ( function ( a , b , c ) { var d = window . arangoHelper . getCurrentJwt ( ) ; d & & b . setRequestHeader ( " Authorization " , " bearer " + d ) } ) , $ ( document ) . ready ( function ( ) { window . App = new window . Router , Backbone . history . start ( ) , window . App . handleResize ( ) } ) , $ ( document ) . click ( function ( a ) { a . stopPropagation ( ) , $ ( a . target ) . hasClass ( " subBarDropdown " ) | | $ ( a . target ) . hasClass ( " dropdown - header " ) | | $ ( a . target ) . hasClass ( " dropdown - footer " ) | | $ ( a . target ) . hasClass ( " toggle " ) | | $ ( " # userInfo " ) . is ( " : visible " ) & & $ ( " . subBarDropdown " ) . hide ( ) } ) ) } ( ) ; <nl> \ No newline at end of file <nl> + var b = 0 ; return b + = a . source . _isCommunity ? a . source . getDistance ( e ) : e , b + = a . target . _isCommunity ? a . target . getDistance ( e ) : e } , h = function ( a ) { return a . _isCommunity ? a . getCharge ( d ) : d } , i = a . onUpdate | | function ( ) { } , j = a . width | | 880 , k = a . height | | 680 , l = function ( a ) { a . distance & & ( e = a . distance ) , a . gravity & & c . gravity ( a . gravity ) , a . charge & & ( d = a . charge ) } ; if ( void 0 = = = a . nodes ) throw " No nodes defined " ; if ( void 0 = = = a . links ) throw " No links defined " ; c . nodes ( a . nodes ) , c . links ( a . links ) , c . size ( [ j , k ] ) , c . linkDistance ( g ) , c . gravity ( f ) , c . charge ( h ) , c . on ( " tick " , function ( ) { } ) , b . start = function ( ) { c . start ( ) } , b . stop = function ( ) { c . stop ( ) } , b . drag = c . drag , b . setCombinedUpdateFunction = function ( a , d , e ) { void 0 ! = = e ? ( i = function ( ) { c . alpha ( ) < . 1 & & ( a . updateNodes ( ) , d . updateEdges ( ) , e ( ) , c . alpha ( ) < . 05 & & b . stop ( ) ) } , c . on ( " tick " , i ) ) : ( i = function ( ) { c . alpha ( ) < . 1 & & ( a . updateNodes ( ) , d . updateEdges ( ) , c . alpha ( ) < . 05 & & b . stop ( ) ) } , c . on ( " tick " , i ) ) } , b . changeTo = function ( a ) { l ( a ) } , b . changeWidth = function ( a ) { j = a , c . size ( [ j , k ] ) } } function FoxxAdapter ( a , b , c , d , e ) { " use strict " ; if ( void 0 = = = a ) throw " The nodes have to be given . " ; if ( void 0 = = = b ) throw " The edges have to be given . " ; if ( void 0 = = = c ) throw " The route has to be given . " ; if ( void 0 = = = d ) throw " A reference to the graph viewer has to be given . " ; e = e | | { } ; var f , g = this , h = { } , i = { } , j = c , k = { cache : ! 1 , contentType : " application / json " , dataType : " json " , processData : ! 1 , error : function ( a ) { try { throw console . log ( a . statusText ) , " [ " + a . errorNum + " ] " + a . errorMessage } catch ( b ) { throw console . log ( b ) , " Undefined ERROR " } } } , l = function ( ) { i . query = { get : function ( a , b ) { var c = $ . extend ( k , { type : " GET " , url : j + " / query / " + a , success : b } ) ; $ . ajax ( c ) } } , i . nodes = { post : function ( a , b ) { var c = $ . extend ( k , { type : " POST " , url : j + " / nodes " , data : JSON . stringify ( a ) , success : b } ) ; $ . ajax ( c ) } , put : function ( a , b , c ) { var d = $ . extend ( k , { type : " PUT " , url : j + " / nodes / " + a , data : JSON . stringify ( b ) , success : c } ) ; $ . ajax ( d ) } , del : function ( a , b ) { var c = $ . extend ( k , { type : " DELETE " , url : j + " / nodes / " + a , success : b } ) ; $ . ajax ( c ) } } , i . edges = { post : function ( a , b ) { var c = $ . extend ( k , { type : " POST " , url : j + " / edges " , data : JSON . stringify ( a ) , success : b } ) ; $ . ajax ( c ) } , put : function ( a , b , c ) { var d = $ . extend ( k , { type : " PUT " , url : j + " / edges / " + a , data : JSON . stringify ( b ) , success : c } ) ; $ . ajax ( d ) } , del : function ( a , b ) { var c = $ . extend ( k , { type : " DELETE " , url : j + " / edges / " + a , success : b } ) ; $ . ajax ( c ) } } , i . forNode = { del : function ( a , b ) { var c = $ . extend ( k , { type : " DELETE " , url : j + " / edges / forNode / " + a , success : b } ) ; $ . ajax ( c ) } } } , m = function ( a , b , c ) { i [ a ] . get ( b , c ) } , n = function ( a , b , c ) { i [ a ] . post ( b , c ) } , o = function ( a , b , c ) { i [ a ] . del ( b , c ) } , p = function ( a , b , c , d ) { i [ a ] . put ( b , c , d ) } , q = function ( a ) { void 0 ! = = a . width & & f . setWidth ( a . width ) , void 0 ! = = a . height & & f . setHeight ( a . height ) } , r = function ( b , c ) { var d = { } , e = b . first , g = a . length ; e = f . insertNode ( e ) , _ . each ( b . nodes , function ( b ) { b = f . insertNode ( b ) , g < a . length & & ( d [ b . _id ] = b , g = a . length ) } ) , _ . each ( b . edges , function ( a ) { f . insertEdge ( a ) } ) , delete d [ e . _id ] , f . checkSizeOfInserted ( d ) , f . checkNodeLimit ( e ) , void 0 ! = = c & & _ . isFunction ( c ) & & c ( e ) } ; e . prioList & & ( h . prioList = e . prioList ) , f = new AbstractAdapter ( a , b , this , d , h ) , q ( e ) , l ( ) , g . explore = f . explore , g . loadNode = function ( a , b ) { m ( " query " , a , function ( a ) { r ( a , b ) } ) } , g . loadInitialNode = function ( a , b ) { f . cleanUp ( ) ; var c = function ( a ) { b ( f . insertInitialNode ( a ) ) } ; g . loadNode ( a , c ) } , g . requestCentralityChildren = function ( a , b ) { } , g . createEdge = function ( a , b ) { var c = _ . clone ( a ) ; c . _from = a . source . _id , c . _to = a . target . _id , delete c . source , delete c . target , n ( " edges " , c , function ( c ) { c . _from = a . source . _id , c . _to = a . target . _id , delete c . error ; var d = f . insertEdge ( c ) ; void 0 ! = = b & & _ . isFunction ( b ) & & b ( d ) } ) } , g . deleteEdge = function ( a , b ) { o ( " edges " , a . _id , function ( ) { f . removeEdge ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( ) } ) } , g . patchEdge = function ( a , b , c ) { p ( " edges " , a . _id , b , function ( d ) { a . _data = $ . extend ( a . _data , b ) , void 0 ! = = c & & _ . isFunction ( c ) & & c ( ) } ) } , g . createNode = function ( a , b ) { n ( " nodes " , a , function ( a ) { f . insertNode ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( a ) } ) } , g . deleteNode = function ( a , b ) { o ( " nodes " , a . _id , function ( ) { f . removeEdgesForNode ( a ) , o ( " forNode " , a . _id , function ( ) { } ) , f . removeNode ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( ) } ) } , g . patchNode = function ( a , b , c ) { p ( " nodes " , a . _id , b , function ( d ) { a . _data = $ . extend ( a . _data , b ) , void 0 ! = = c & & _ . isFunction ( c ) & & c ( a ) } ) } , g . setNodeLimit = function ( a , b ) { f . setNodeLimit ( a , b ) } , g . setChildLimit = function ( a ) { f . setChildLimit ( a ) } , g . expandCommunity = function ( a , b ) { f . expandCommunity ( a ) , void 0 ! = = b & & b ( ) } , g . setWidth = f . setWidth , g . changeTo = f . changeTo , g . getPrioList = f . getPrioList } function GharialAdapter ( a , b , c , d ) { " use strict " ; if ( void 0 = = = a ) throw " The nodes have to be given . " ; if ( void 0 = = = b ) throw " The edges have to be given . " ; if ( void 0 = = = c ) throw " A reference to the graph viewer has to be given . " ; if ( void 0 = = = d ) throw " A configuration with graphName has to be given . " ; if ( void 0 = = = d . graphName ) throw " The graphname has to be given . " ; var e , f , g , h , i , j , k , l = this , m = { } , n = { } , o = { } , p = function ( a ) { $ . ajax ( { cache : ! 1 , type : " GET " , async : ! 1 , url : n . graph + " / " + a + " / edge " , contentType : " application / json " , success : function ( a ) { h = a . collections , i = h [ 0 ] } } ) , $ . ajax ( { cache : ! 1 , type : " GET " , async : ! 1 , url : n . graph + " / " + a + " / vertex " , contentType : " application / json " , success : function ( a ) { f = a . collections , g = f [ 0 ] } } ) } , q = function ( a ) { j = a , p ( a ) , n . edges = n . graph + " / " + j + " / edge / " , n . vertices = n . graph + " / " + j + " / vertex / " , n . any = n . base + " simple / any " } , r = function ( a ) { var b = a . baseUrl | | " " ; void 0 ! = = a . width & & e . setWidth ( a . width ) , void 0 ! = = a . height & & e . setHeight ( a . height ) , k = void 0 ! = = a . undirected ? a . undirected = = = ! 0 ? " any " : " outbound " : " any " , n . base = b + " _api / " , n . cursor = n . base + " cursor " , n . graph = n . base + " gharial " , a . graphName & & q ( a . graphName ) } , s = function ( a , b , c ) { a ! = = o . getAllGraphs & & ( b . graph = j ) ; var d = { query : a , bindVars : b } ; $ . ajax ( { type : " POST " , url : n . cursor , data : JSON . stringify ( d ) , contentType : " application / json " , dataType : " json " , processData : ! 1 , success : function ( a ) { c ( a . result ) } , error : function ( a ) { try { throw console . log ( a . statusText ) , " [ " + a . errorNum + " ] " + a . errorMessage } catch ( b ) { throw " Undefined ERROR " } } } ) } , t = function ( a , b ) { var c , d = { query : o . randomVertices , bindVars : { " @ collection " : b , limit : a } } ; return $ . ajax ( { type : " POST " , url : n . cursor , data : JSON . stringify ( d ) , contentType : " application / json " , dataType : " json " , processData : ! 1 , async : ! 1 , success : function ( a ) { c = a . result } , error : function ( a ) { try { throw console . log ( a . statusText ) , " [ " + a . errorNum + " ] " + a . errorMessage } catch ( b ) { throw " Undefined ERROR " } } } ) , c } , u = function ( b , c ) { ( 0 = = = b . length | | null = = = b [ 0 ] . vertex ) & & c & & c ( { errorCode : 404 } ) ; var d = { } , f = e . insertNode ( b [ 0 ] . vertex ) , g = a . length ; b . shift ( ) , _ . each ( b , function ( b ) { if ( null ! = = b . vertex ) { var c = e . insertNode ( b . vertex ) ; g < a . length & & ( d [ c . _id ] = c , g = a . length ) , null ! = = b . edge & & e . insertEdge ( b . edge ) } } ) , delete d [ f . _id ] , e . checkSizeOfInserted ( d ) , e . checkNodeLimit ( f ) , c & & c ( f ) } , v = function ( a ) { return function ( b ) { return b & & b . errorCode ? void a ( b ) : void a ( e . insertInitialNode ( b ) ) } } ; d . prioList & & ( m . prioList = d . prioList ) , e = new AbstractAdapter ( a , b , this , c , m ) , r ( d ) , o . getAllGraphs = " FOR g IN _graphs return g . _key " , o . traversal = function ( a ) { return " FOR vertex , edge IN 0 . . 1 " + a + " @ example GRAPH @ graph RETURN { vertex , edge } " } , o . oneNodeByAttributeValue = function ( a , b , c , d ) { if ( a . attr = c , a . value = d , 1 = = = b . length ) return a [ " @ collection " ] = b [ 0 ] , " FOR node IN @ @ collection FILTER node [ @ attr ] = = @ value LIMIT 1 " ; var e = " FOR node IN UNION ( " , f = 0 ; for ( f = 0 ; f < b . length ; + + f ) e + = " ( FOR node IN @ @ collection " + f + " FILTER node [ @ attr ] = = @ value LIMIT 1 RETURN node ) " , a [ " @ collection " + f ] = b [ f ] ; return e + = " ) LIMIT 1 " } , o . traversalAttributeValue = function ( a , b , c , d , e ) { return o . oneNodeByAttributeValue ( b , c , d , e ) + " FOR vertex , edge IN 0 . . 1 " + a + " node GRAPH @ graph RETURN { vertex , edge } " } , o . childrenCentrality = " RETURN SUM ( FOR v IN ANY @ id GRAPH @ graph RETURN 1 ) " , o . connectedEdges = " FOR v , e IN ANY @ id GRAPH @ graph RETURN e " , o . randomVertices = " FOR x IN @ @ collection SORT RAND ( ) LIMIT @ limit RETURN x " , l . explore = e . explore , l . loadNode = function ( a , b ) { l . loadNodeFromTreeById ( a , b ) } , l . NODES_TO_DISPLAY = 19 , l . TOTAL_NODES = 0 , l . definedNodes = [ ] , l . randomNodes = [ ] , l . loadRandomNode = function ( a , b ) { var c , d = _ . shuffle ( l . getNodeCollections ( ) ) ; for ( c = 0 ; c < d . length ; + + c ) { void 0 ! = = b & & ( " all " = = = b ? l . NODES_TO_DISPLAY = l . TOTAL_NODES : l . NODES_TO_DISPLAY = parseInt ( b , 10 ) - 1 , l . NODES_TO_DISPLAY > = l . TOTAL_NODES ? $ ( " . infoField " ) . hide ( ) : $ ( " . infoField " ) . show ( ) ) ; var e = t ( l . NODES_TO_DISPLAY , d [ c ] ) ; if ( e . length > 0 ) return _ . each ( e , function ( a ) { l . randomNodes . push ( a ) } ) , void l . loadInitialNode ( e [ 0 ] . _id , a ) } a ( { errorCode : 404 } ) } , l . loadInitialNode = function ( a , b ) { e . cleanUp ( ) , l . loadNode ( a , v ( b ) ) } , l . getRandomNodes = function ( ) { var a = [ ] , b = [ ] ; l . definedNodes . length > 0 & & _ . each ( l . definedNodes , function ( a ) { b . push ( a ) } ) , l . randomNodes . length > 0 & & _ . each ( l . randomNodes , function ( a ) { b . push ( a ) } ) ; var c = 0 ; return _ . each ( b , function ( b ) { c < l . NODES_TO_DISPLAY & & ( a . push ( { vertex : b , path : { edges : [ ] , vertices : [ b ] } } ) , c + + ) } ) , a } , l . loadNodeFromTreeById = function ( a , b ) { s ( o . traversal ( k ) , { example : a } , function ( c ) { var d = [ ] ; d = l . getRandomNodes ( ) , d . length > 0 ? _ . each ( d , function ( a ) { s ( o . traversal ( k ) , { example : a . vertex . _id } , function ( a ) { _ . each ( a , function ( a ) { c . push ( a ) } ) , u ( c , b ) } ) } ) : s ( o . traversal ( k ) , { example : a } , function ( a ) { u ( a , b ) } ) } ) } , l . loadNodeFromTreeByAttributeValue = function ( a , b , c ) { var d = { } , e = o . traversalAttributeValue ( k , d , f , a , b ) ; s ( e , d , function ( a ) { u ( a , c ) } ) } , l . getNodeExampleFromTreeByAttributeValue = function ( a , b , c ) { var d , g = o . travesalAttributeValue ( k , d , f , a , b ) ; s ( g , d , function ( d ) { if ( 0 = = = d . length ) throw arangoHelper . arangoError ( " Graph error " , " no nodes found " ) , " No suitable nodes have been found . " ; _ . each ( d , function ( d ) { if ( d . vertex [ a ] = = = b ) { var f = { } ; f . _key = d . vertex . _key , f . _id = d . vertex . _id , f . _rev = d . vertex . _rev , e . insertNode ( f ) , c ( f ) } } ) } ) } , l . loadAdditionalNodeByAttributeValue = function ( a , b , c ) { l . getNodeExampleFromTreeByAttributeValue ( a , b , c ) } , l . loadInitialNodeByAttributeValue = function ( a , b , c ) { e . cleanUp ( ) , l . loadNodeFromTreeByAttributeValue ( a , b , v ( c ) ) } , l . requestCentralityChildren = function ( a , b ) { s ( o . childrenCentrality , { id : a } , function ( a ) { b ( a [ 0 ] ) } ) } , l . createEdge = function ( a , b ) { var c = { } ; c . _from = a . source . _id , c . _to = a . target . _id , $ . ajax ( { cache : ! 1 , type : " POST " , url : n . edges + i , data : JSON . stringify ( c ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( a ) { if ( a . error = = = ! 1 ) { var d , f = a . edge ; f . _from = c . _from , f . _to = c . _to , d = e . insertEdge ( f ) , b ( d ) } } , error : function ( a ) { var b = " " ; try { b = JSON . parse ( a . responseText ) . errorMessage + " ( " + JSON . parse ( a . responseText ) . errorNum + " ) " , arangoHelper . arangoError ( a . statusText , b ) } catch ( c ) { throw a . statusText } } } ) } , l . deleteEdge = function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , url : n . edges + a . _id , contentType : " application / json " , dataType : " json " , processData : ! 1 , success : function ( ) { e . removeEdge ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( ) } , error : function ( a ) { var b = " " ; try { b = JSON . parse ( a . responseText ) . errorMessage + " ( " + JSON . parse ( a . responseText ) . errorNum + " ) " , arangoHelper . arangoError ( a . statusText , b ) } catch ( c ) { throw a . statusText } } } ) } , l . patchEdge = function ( a , b , c ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : n . edges + a . _id , data : JSON . stringify ( b ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( ) { a . _data = $ . extend ( a . _data , b ) , c ( ) } , error : function ( a ) { var b = " " ; try { b = JSON . parse ( a . responseText ) . errorMessage + " ( " + JSON . parse ( a . responseText ) . errorNum + " ) " , arangoHelper . arangoError ( a . statusText , b ) } catch ( c ) { throw a . statusText } } } ) } , l . createNode = function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " POST " , url : n . vertices + g , data : JSON . stringify ( a ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( c ) { c . error = = = ! 1 & & ( a . _key = c . vertex . _key , a . _id = c . vertex . _id , a . _rev = c . vertex . _rev , e . insertNode ( a ) , b ( a ) ) } , error : function ( a ) { var b = " " ; try { b = JSON . parse ( a . responseText ) . errorMessage + " ( " + JSON . parse ( a . responseText ) . errorNum + " ) " , arangoHelper . arangoError ( a . statusText , b ) } catch ( c ) { throw a . statusText } } } ) } , l . deleteNode = function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , url : n . vertices + a . _id , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( ) { e . removeEdgesForNode ( a ) , e . removeNode ( a ) , void 0 ! = = b & & _ . isFunction ( b ) & & b ( ) } , error : function ( a ) { var b = " " ; try { b = JSON . parse ( a . responseText ) . errorMessage + " ( " + JSON . parse ( a . responseText ) . errorNum + " ) " , arangoHelper . arangoError ( a . statusText , b ) } catch ( c ) { throw a . statusText } } } ) } , l . patchNode = function ( a , b , c ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : n . vertices + a . _id , data : JSON . stringify ( b ) , dataType : " json " , contentType : " application / json " , processData : ! 1 , success : function ( ) { a . _data = $ . extend ( a . _data , b ) , c ( a ) } , error : function ( a ) { throw a . statusText } } ) } , l . changeToGraph = function ( a , b ) { e . cleanUp ( ) , q ( a ) , void 0 ! = = b & & ( k = b = = = ! 0 ? " any " : " outbound " ) } , l . setNodeLimit = function ( a , b ) { e . setNodeLimit ( a , b ) } , l . setChildLimit = function ( a ) { e . setChildLimit ( a ) } , l . expandCommunity = function ( a , b ) { e . expandCommunity ( a ) , void 0 ! = = b & & b ( ) } , l . getGraphs = function ( a ) { a & & a . length > = 1 & & s ( o . getAllGraphs , { } , a ) } , l . getAttributeExamples = function ( a ) { if ( a & & a . length > = 1 ) { var b , c = [ ] , d = _ . shuffle ( l . getNodeCollections ( ) ) ; for ( b = 0 ; b < d . length ; + + b ) { var e = t ( 10 , d [ b ] ) ; $ . ajax ( { cache : ! 1 , type : " GET " , async : ! 1 , url : arangoHelper . databaseUrl ( " / _api / collection / " + encodeURIComponent ( d [ b ] ) + " / count " ) , contentType : " application / json " , success : function ( a ) { l . TOTAL_NODES = l . TOTAL_NODES + a . count } } ) , e . length > 0 & & ( c = c . concat ( _ . flatten ( _ . map ( e , function ( a ) { return _ . keys ( a ) } ) ) ) ) } c = _ . sortBy ( _ . uniq ( c ) , function ( a ) { return a . toLowerCase ( ) } ) , a ( c ) } } , l . getEdgeCollections = function ( ) { return h } , l . getSelectedEdgeCollection = function ( ) { return i } , l . useEdgeCollection = function ( a ) { if ( ! _ . contains ( h , a ) ) throw " Collection " + a + " is not available in the graph . " ; i = a } , l . getNodeCollections = function ( ) { return f } , l . getSelectedNodeCollection = function ( ) { return g } , l . useNodeCollection = function ( a ) { if ( ! _ . contains ( f , a ) ) throw " Collection " + a + " is not available in the graph . " ; g = a } , l . getDirection = function ( ) { return k } , l . getGraphName = function ( ) { return j } , l . setWidth = e . setWidth , l . changeTo = e . changeTo , l . getPrioList = e . getPrioList } function ModularityJoiner ( ) { " use strict " ; var a = { } , b = Array . prototype . forEach , c = Object . keys , d = Array . isArray , e = Object . prototype . toString , f = Array . prototype . indexOf , g = Array . prototype . map , h = Array . prototype . some , i = { isArray : d | | function ( a ) { return " [ object Array ] " = = = e . call ( a ) } , isFunction : function ( a ) { return " function " = = typeof a } , isString : function ( a ) { return " [ object String ] " = = = e . call ( a ) } , each : function ( c , d , e ) { if ( null ! = = c & & void 0 ! = = c ) { var f , g , h ; if ( b & & c . forEach = = = b ) c . forEach ( d , e ) ; else if ( c . length = = = + c . length ) { for ( f = 0 , g = c . length ; g > f ; f + + ) if ( d . call ( e , c [ f ] , f , c ) = = = a ) return } else for ( h in c ) if ( c . hasOwnProperty ( h ) & & d . call ( e , c [ h ] , h , c ) = = = a ) return } } , keys : c | | function ( a ) { if ( " object " ! = typeof a | | Array . isArray ( a ) ) throw new TypeError ( " Invalid object " ) ; var b , c = [ ] ; for ( b in a ) a . hasOwnProperty ( b ) & & ( c [ c . length ] = b ) ; return c } , min : function ( a , b , c ) { if ( ! b & & i . isArray ( a ) & & a [ 0 ] = = = + a [ 0 ] & & a . length < 65535 ) return Math . min . apply ( Math , a ) ; if ( ! b & & i . isEmpty ( a ) ) return 1 / 0 ; var d = { computed : 1 / 0 , value : 1 / 0 } ; return i . each ( a , function ( a , e , f ) { var g = b ? b . call ( c , a , e , f ) : a ; g < d . computed & & ( d = { value : a , computed : g } ) } ) , d . value } , map : function ( a , b , c ) { var d = [ ] ; return null = = = a ? d : g & & a . map = = = g ? a . map ( b , c ) : ( i . each ( a , function ( a , e , f ) { d [ d . length ] = b . call ( c , a , e , f ) } ) , d ) } , pluck : function ( a , b ) { return i . map ( a , function ( a ) { return a [ b ] } ) } , uniq : function ( a , b , c , d ) { i . isFunction ( b ) & & ( d = c , c = b , b = ! 1 ) ; var e = c ? i . map ( a , c , d ) : a , f = [ ] , g = [ ] ; return i . each ( e , function ( c , d ) { b ? d & & g [ g . length - 1 ] = = = c | | ( g . push ( c ) , f . push ( a [ d ] ) ) : i . contains ( g , c ) | | ( g . push ( c ) , f . push ( a [ d ] ) ) } ) , f } , union : function ( ) { return i . uniq ( Array . prototype . concat . apply ( Array . prototype , arguments ) ) } , isEmpty : function ( a ) { var b ; if ( null = = = a ) return ! 0 ; if ( i . isArray ( a ) | | i . isString ( a ) ) return 0 = = = a . length ; for ( b in a ) if ( a . hasOwnProperty ( b ) ) return ! 1 ; return ! 0 } , any : function ( b , c , d ) { c = c | | i . identity ; var e = ! 1 ; return null = = = b ? e : h & & b . some = = = h ? b . some ( c , d ) : ( i . each ( b , function ( b , f , g ) { return e ? a : ( e = c . call ( d , b , f , g ) , a ) } ) , ! ! e ) } , contains : function ( a , b ) { return null = = = a ? ! 1 : f & & a . indexOf = = = f ? - 1 ! = = a . indexOf ( b ) : i . any ( a , function ( a ) { return a = = = b } ) } , values : function ( a ) { var b , c = [ ] ; for ( b in a ) a . hasOwnProperty ( b ) & & c . push ( a [ b ] ) ; return c } } , j = { } , k = { } , l = { } , m = 0 , n = 0 , o = null , p = null , q = null , r = { } , s = function ( a ) { var b , c = Number . NEGATIVE_INFINITY ; return i . each ( p [ a ] , function ( a , d ) { a > c & & ( c = a , b = d ) } ) , 0 > c ? void delete q [ a ] : void ( q [ a ] = b ) } , t = function ( a , b ) { s ( b ) } , u = function ( a , b ) { return b > a ? p [ a ] & & p [ a ] [ b ] : p [ b ] & & p [ b ] [ a ] } , v = function ( a , b ) { return b > a ? p [ a ] [ b ] : p [ b ] [ a ] } , w = function ( a , b , c ) { return b > a ? ( p [ a ] = p [ a ] | | { } , void ( p [ a ] [ b ] = c ) ) : ( p [ b ] = p [ b ] | | { } , void ( p [ b ] [ a ] = c ) ) } , x = function ( a , b ) { if ( b > a ) { if ( ! p [ a ] ) return ; return delete p [ a ] [ b ] , void ( i . isEmpty ( p [ a ] ) & & delete p [ a ] ) } a ! = = b & & x ( b , a ) } , y = function ( a , b ) { var c , d ; return b > a ? u ( a , b ) ? ( d = v ( a , b ) , q [ a ] = = = b ? void s ( a ) : u ( a , q [ a ] ) ? ( c = v ( a , q [ a ] ) , void ( d > c & & ( q [ a ] = b ) ) ) : void s ( a ) ) : void s ( a ) : void ( a ! = = b & & y ( b , a ) ) } , z = function ( a , b ) { o [ a ] . _in + = o [ b ] . _in , o [ a ] . _out + = o [ b ] . _out , delete o [ b ] } , A = function ( a , b ) { j [ a ] = j [ a ] | | { } , j [ a ] [ b ] = ( j [ a ] [ b ] | | 0 ) + 1 , k [ b ] = k [ b ] | | { } , k [ b ] [ a ] = ( k [ b ] [ a ] | | 0 ) + 1 , l [ a ] = l [ a ] | | { _in : 0 , _out : 0 } , l [ b ] = l [ b ] | | { _in : 0 , _out : 0 } , l [ a ] . _out + + , l [ b ] . _in + + , m + + , n = Math . pow ( m , - 1 ) } , B = function ( a , b ) { j [ a ] & & ( j [ a ] [ b ] - - , 0 = = = j [ a ] [ b ] & & delete j [ a ] [ b ] , k [ b ] [ a ] - - , 0 = = = k [ b ] [ a ] & & delete k [ b ] [ a ] , l [ a ] . _out - - , l [ b ] . _in - - , m - - , n = m > 0 ? Math . pow ( m , - 1 ) : 0 , i . isEmpty ( j [ a ] ) & & delete j [ a ] , i . isEmpty ( k [ b ] ) & & delete k [ b ] , 0 = = = l [ a ] . _in & & 0 = = = l [ a ] . _out & & delete l [ a ] , 0 = = = l [ b ] . _in & & 0 = = = l [ b ] . _out & & delete l [ b ] ) } , C = function ( ) { return o = { } , i . each ( l , function ( a , b ) { o [ b ] = { _in : a . _in / m , _out : a . _out / m } } ) , o } , D = function ( a , b ) { return o [ a ] . _out * o [ b ] . _in + o [ a ] . _in * o [ b ] . _out } , E = function ( a ) { var b = i . keys ( j [ a ] | | { } ) , c = i . keys ( k [ a ] | | { } ) ; return i . union ( b , c ) } , F = function ( ) { p = { } , i . each ( j , function ( a , b ) { var c = k [ b ] | | { } , d = E ( b ) ; i . each ( d , function ( d ) { var e , f = a [ d ] | | 0 ; f + = c [ d ] | | 0 , e = f * n - D ( b , d ) , e > 0 & & w ( b , d , e ) } ) } ) } , G = function ( ) { return q = { } , i . each ( p , t ) , q } , H = function ( a , b , c ) { var d ; return u ( c , a ) ? ( d = v ( c , a ) , u ( c , b ) ? ( d + = v ( c , b ) , w ( c , a , d ) , x ( c , b ) , y ( c , a ) , void y ( c , b ) ) : ( d - = D ( c , b ) , 0 > d & & x ( c , a ) , void y ( c , a ) ) ) : void ( u ( c , b ) & & ( d = v ( c , b ) , d - = D ( c , a ) , d > 0 & & w ( c , a , d ) , y ( c , a ) , x ( c , b ) , y ( c , b ) ) ) } , I = function ( a , b ) { i . each ( p , function ( c , d ) { return d = = = a | | d = = = b ? void i . each ( c , function ( c , d ) { return d = = = b ? ( x ( a , b ) , void y ( a , b ) ) : void H ( a , b , d ) } ) : void H ( a , b , d ) } ) } , J = function ( ) { return j } , K = function ( ) { return q } , L = function ( ) { return p } , M = function ( ) { return o } , N = function ( ) { return r } , O = function ( ) { var a , b , c = Number . NEGATIVE_INFINITY ; return i . each ( q , function ( d , e ) { c < p [ e ] [ d ] & & ( a = d , b = e , c = p [ e ] [ d ] ) } ) , 0 > = c ? null : { sID : b , lID : a , val : c } } , P = function ( a ) { var b , c = Number . NEGATIVE_INFINITY ; return i . each ( a , function ( a ) { a . q > c & & ( c = a . q , b = a . nodes ) } ) , b } , Q = function ( ) { C ( ) , F ( ) , G ( ) , r = { } } , R = function ( a ) { var b = a . sID , c = a . lID , d = a . val ; r [ b ] = r [ b ] | | { nodes : [ b ] , q : 0 } , r [ c ] ? ( r [ b ] . nodes = r [ b ] . nodes . concat ( r [ c ] . nodes ) , r [ b ] . q + = r [ c ] . q , delete r [ c ] ) : r [ b ] . nodes . push ( c ) , r [ b ] . q + = d , I ( b , c ) , z ( b , c ) } , S = function ( a , b , c ) { if ( 0 = = = c . length ) return ! 0 ; var d = [ ] ; return i . each ( c , function ( c ) { a [ c ] = = = Number . POSITIVE_INFINITY & & ( a [ c ] = b , d = d . concat ( E ( c ) ) ) } ) , S ( a , b + 1 , d ) } , T = function ( a ) { var b = { } ; if ( i . each ( j , function ( a , c ) { b [ c ] = Number . POSITIVE_INFINITY } ) , b [ a ] = 0 , S ( b , 1 , E ( a ) ) ) return b ; throw " FAIL ! " } , U = function ( a ) { return function ( b ) { return a [ b ] } } , V = function ( a , b ) { var c , d = { } , e = [ ] , f = { } , g = function ( a , b ) { var c = f [ i . min ( a , U ( f ) ) ] , e = f [ i . min ( b , U ( f ) ) ] , g = e - c ; return 0 = = = g & & ( g = d [ b [ b . length - 1 ] ] . q - d [ a [ a . length - 1 ] ] . q ) , g } ; for ( Q ( ) , c = O ( ) ; null ! = = c ; ) R ( c ) , c = O ( ) ; return d = N ( ) , void 0 ! = = b ? ( i . each ( d , function ( a , c ) { i . contains ( a . nodes , b ) & & delete d [ c ] } ) , e = i . pluck ( i . values ( d ) , " nodes " ) , f = T ( b ) , e . sort ( g ) , e [ 0 ] ) : P ( d ) } ; this . insertEdge = A , this . deleteEdge = B , this . getAdjacencyMatrix = J , this . getHeap = K , this . getDQ = L , this . getDegrees = M , this . getCommunities = N , this . getBest = O , this . setup = Q , this . joinCommunity = R , this . getCommunity = V } function NodeReducer ( a ) { " use strict " ; a = a | | [ ] ; var b = function ( a , b ) { a . push ( b ) } , c = function ( a , b ) { if ( ! a . reason . example ) return a . reason . example = b , 1 ; var c = b . _data | | { } , d = a . reason . example . _data | | { } , e = _ . union ( _ . keys ( d ) , _ . keys ( c ) ) , f = 0 , g = 0 ; return _ . each ( e , function ( a ) { void 0 ! = = d [ a ] & & void 0 ! = = c [ a ] & & ( f + + , d [ a ] = = = c [ a ] & & ( f + = 4 ) ) } ) , g = 5 * e . length , g + + , f + + , f / g } , d = function ( ) { return a } , e = function ( b ) { a = b } , f = function ( b , c ) { var d = { } , e = [ ] ; return _ . each ( b , function ( b ) { var c , e , f = b . _data , g = 0 ; for ( g = 0 ; g < a . length ; g + + ) if ( c = a [ g ] , void 0 ! = = f [ c ] ) return e = f [ c ] , d [ c ] = d [ c ] | | { } , d [ c ] [ e ] = d [ c ] [ e ] | | [ ] , void d [ c ] [ e ] . push ( b ) ; e = " default " , d [ e ] = d [ e ] | | [ ] , d [ e ] . push ( b ) } ) , _ . each ( d , function ( a , b ) { _ . each ( a , function ( a , c ) { var d = { key : b , value : c , text : b + " : " + c } ; e . push ( { reason : d , nodes : a } ) } ) } ) , e } , g = function ( d , e ) { var g = [ ] , h = . 5 ; return d . length < = e ? g = _ . map ( d , function ( a ) { return { reason : { type : " single " , text : " One Node " } , nodes : [ a ] } } ) : _ . isEmpty ( a ) ? ( _ . each ( d , function ( a ) { var d , f , i ; for ( f = 0 , i = Number . POSITIVE_INFINITY , d = 0 ; e > d ; d + + ) { if ( g [ d ] = g [ d ] | | { reason : { type : " similar " , text : " Similar Nodes " } , nodes : [ ] } , c ( g [ d ] , a ) > h ) return void b ( g [ d ] . nodes , a ) ; i > g [ d ] . nodes . length & & ( f = d , i = g [ d ] . nodes . length ) } b ( g [ f ] . nodes , a ) } ) , g ) : f ( d , e ) } ; this . bucketNodes = g , this . changePrioList = e , this . getPrioList = d } function NodeShaper ( a , b , c ) { " use strict " ; var d , e , f = this , g = [ ] , h = ! 0 , i = new ContextMenu ( " gv_node_cm " ) , j = function ( a , b ) { return _ . isArray ( a ) ? b [ _ . find ( a , function ( a ) { return b [ a ] } ) ] : b [ a ] } , k = function ( a ) { if ( void 0 = = = a ) return [ " " ] ; " string " ! = typeof a & & ( a = String ( a ) ) ; var b = a . match ( / [ \ w \ W ] { 1 , 10 } ( \ s | $ ) | \ S + ? ( \ s | $ ) / g ) ; return b [ 0 ] = $ . trim ( b [ 0 ] ) , b [ 1 ] = $ . trim ( b [ 1 ] ) , b [ 0 ] . length > 12 & & ( b [ 0 ] = $ . trim ( a . substring ( 0 , 10 ) ) , b [ 1 ] = $ . trim ( a . substring ( 10 ) ) , b [ 1 ] . length > 12 & & ( b [ 1 ] = b [ 1 ] . split ( / \ W / ) [ 0 ] , b [ 1 ] . length > 2 & & ( b [ 1 ] = b [ 1 ] . substring ( 0 , 5 ) + " . . . " ) ) , b . length = 2 ) , b . length > 2 & & ( b . length = 2 , b [ 1 ] + = " . . . " ) , b } , l = function ( a ) { } , m = l , n = function ( a ) { return { x : a . x , y : a . y , z : 1 } } , o = n , p = function ( ) { _ . each ( g , function ( a ) { a . position = o ( a ) , a . _isCommunity & & a . addDistortion ( o ) } ) } , q = new ColourMapper , r = function ( ) { q . reset ( ) } , s = function ( a ) { return a . _id } , t = l , u = l , v = l , w = function ( ) { return " black " } , x = function ( ) { f . parent . selectAll ( " . node " ) . on ( " mousedown . drag " , null ) , d = { click : l , dblclick : l , drag : l , mousedown : l , mouseup : l , mousemove : l , mouseout : l , mouseover : l } , e = l } , y = function ( a ) { _ . each ( d , function ( b , c ) { " drag " = = = c ? a . call ( b ) : a . on ( c , b ) } ) } , z = function ( a ) { var b = a . filter ( function ( a ) { return a . _isCommunity } ) , c = a . filter ( function ( a ) { return ! a . _isCommunity } ) ; u ( c ) , b . each ( function ( a ) { a . shapeNodes ( d3 . select ( this ) , u , z , m , q ) } ) , h & & v ( c ) , t ( c ) , y ( c ) , p ( ) } , A = function ( a , b ) { if ( " update " = = = a ) e = b ; else { if ( void 0 = = = d [ a ] ) throw " Sorry Unknown Event " + a + " cannot be bound . " ; d [ a ] = b } } , B = function ( ) { var a = f . parent . selectAll ( " . node " ) ; p ( ) , a . attr ( " transform " , function ( a ) { return " translate ( " + a . position . x + " , " + a . position . y + " ) scale ( " + a . position . z + " ) " } ) , e ( a ) } , C = function ( a ) { void 0 ! = = a & & ( g = a ) ; var b = f . parent . selectAll ( " . node " ) . data ( g , s ) ; b . enter ( ) . append ( " g " ) . attr ( " class " , function ( a ) { return a . _isCommunity ? " node communitynode " : " node " } ) . attr ( " id " , s ) , b . exit ( ) . remove ( ) , b . selectAll ( " * > * " ) . remove ( ) , z ( b ) , B ( ) , i . bindMenu ( $ ( " . node " ) ) } , D = function ( a ) { var b , c , d , e , f , g , h ; switch ( a . type ) { case NodeShaper . shapes . NONE : u = l ; break ; case NodeShaper . shapes . CIRCLE : b = a . radius | | 25 , u = function ( a , c ) { a . append ( " circle " ) . attr ( " r " , b ) , c & & a . attr ( " cx " , - c ) . attr ( " cy " , - c ) } ; break ; case NodeShaper . shapes . RECT : c = a . width | | 90 , d = a . height | | 36 , e = _ . isFunction ( c ) ? function ( a ) { return - ( c ( a ) / 2 ) } : function ( a ) { return - ( c / 2 ) } , f = _ . isFunction ( d ) ? function ( a ) { return - ( d ( a ) / 2 ) } : function ( ) { return - ( d / 2 ) } , u = function ( a , b ) { b = b | | 0 , a . append ( " rect " ) . attr ( " width " , c ) . attr ( " height " , d ) . attr ( " x " , function ( a ) { return e ( a ) - b } ) . attr ( " y " , function ( a ) { return f ( a ) - b } ) . attr ( " rx " , " 8 " ) . attr ( " ry " , " 8 " ) } ; break ; case NodeShaper . shapes . IMAGE : c = a . width | | 32 , d = a . height | | 32 , g = a . fallback | | " " , h = a . source | | g , e = _ . isFunction ( c ) ? function ( a ) { return - ( c ( a ) / 2 ) } : - ( c / 2 ) , f = _ . isFunction ( d ) ? function ( a ) { return - ( d ( a ) / 2 ) } : - ( d / 2 ) , u = function ( a ) { var b = a . append ( " image " ) . attr ( " width " , c ) . attr ( " height " , d ) . attr ( " x " , e ) . attr ( " y " , f ) ; _ . isFunction ( h ) ? b . attr ( " xlink : href " , h ) : b . attr ( " xlink : href " , function ( a ) { return a . _data [ h ] ? a . _data [ h ] : g } ) } ; break ; case void 0 : break ; default : throw " Sorry given Shape not known ! " } } , E = function ( a ) { var b = [ ] ; _ . each ( a , function ( a ) { b = $ ( a ) . find ( " text " ) , $ ( a ) . css ( " width " , " 90px " ) , $ ( a ) . css ( " height " , " 36px " ) , $ ( a ) . textfill ( { innerTag : " text " , maxFontPixels : 16 , minFontPixels : 10 , explicitWidth : 90 , explicitHeight : 36 } ) } ) } , F = function ( a ) { v = _ . isFunction ( a ) ? function ( b ) { var c = b . append ( " text " ) . attr ( " text - anchor " , " middle " ) . attr ( " fill " , w ) . attr ( " stroke " , " none " ) ; c . each ( function ( b ) { var c = k ( a ( b ) ) , d = c [ 0 ] ; 2 = = = c . length & & ( d + = c [ 1 ] ) , d . length > 15 & & ( d = d . substring ( 0 , 13 ) + " . . . " ) , ( void 0 = = = d | | " " = = = d ) & & ( d = " ATTR NOT SET " ) , d3 . select ( this ) . append ( " tspan " ) . attr ( " x " , " 0 " ) . attr ( " dy " , " 5 " ) . text ( d ) } ) , E ( b ) } : function ( b ) { var c = b . append ( " text " ) . attr ( " text - anchor " , " middle " ) . attr ( " fill " , w ) . attr ( " stroke " , " none " ) ; c . each ( function ( b ) { var c = k ( j ( a , b . _data ) ) , d = c [ 0 ] ; 2 = = = c . length & & ( d + = c [ 1 ] ) , d . length > 15 & & ( d = d . substring ( 0 , 13 ) + " . . . " ) , ( void 0 = = = d | | " " = = = d ) & & ( d = " ATTR NOT SET " ) , d3 . select ( this ) . append ( " tspan " ) . attr ( " x " , " 0 " ) . attr ( " dy " , " 5 " ) . text ( d ) } ) , E ( b ) } } , G = function ( a ) { void 0 ! = = a . reset & & a . reset & & x ( ) , _ . each ( a , function ( a , b ) { " reset " ! = = b & & A ( b , a ) } ) } , H = function ( a ) { switch ( r ( ) , a . type ) { case " single " : t = function ( b ) { b . attr ( " fill " , a . fill ) } , w = function ( b ) { return a . stroke } ; break ; case " expand " : t = function ( b ) { b . attr ( " fill " , function ( b ) { return b . _expanded ? a . expanded : a . collapsed } ) } , w = function ( a ) { return " white " } ; break ; case " attribute " : t = function ( b ) { b . attr ( " fill " , function ( b ) { return void 0 = = = b . _data ? q . getCommunityColour ( ) : q . getColour ( j ( a . key , b . _data ) ) } ) . attr ( " stroke " , function ( a ) { return a . _expanded ? " # fff " : " transparent " } ) . attr ( " fill - opacity " , function ( a ) { return a . _expanded ? " 1 " : " 0 . 3 " } ) } , w = function ( b ) { return void 0 = = = b . _data ? q . getForegroundCommunityColour ( ) : q . getForegroundColour ( j ( a . key , b . _data ) ) } ; break ; default : throw " Sorry given colour - scheme not known " } } , I = function ( a ) { if ( " reset " = = = a ) o = n ; else { if ( ! _ . isFunction ( a ) ) throw " Sorry distortion cannot be parsed . " ; o = a } } , J = function ( a ) { void 0 ! = = a . shape & & D ( a . shape ) , void 0 ! = = a . label & & ( F ( a . label ) , f . label = a . label ) , void 0 ! = = a . actions & & G ( a . actions ) , void 0 ! = = a . color & & ( H ( a . color ) , f . color = a . color ) , void 0 ! = = a . distortion & & I ( a . distortion ) } ; f . parent = a , x ( ) , void 0 = = = b & & ( b = { } ) , void 0 = = = b . shape & & ( b . shape = { type : NodeShaper . shapes . RECT } ) , void 0 = = = b . color & & ( b . color = { type : " single " , fill : " # 333333 " , stroke : " white " } ) , void 0 = = = b . distortion & & ( b . distortion = " reset " ) , J ( b ) , _ . isFunction ( c ) & & ( s = c ) , f . changeTo = function ( a ) { J ( a ) , C ( ) } , f . drawNodes = function ( a ) { C ( a ) } , f . updateNodes = function ( ) { B ( ) } , f . reshapeNodes = function ( ) { C ( ) } , f . activateLabel = function ( a ) { h = a ? ! 0 : ! 1 , C ( ) } , f . getColourMapping = function ( ) { return q . getList ( ) } , f . setColourMappingListener = function ( a ) { q . setChangeListener ( a ) } , f . setGVStartFunction = function ( a ) { m = a } , f . getLabel = function ( ) { return f . label | | " " } , f . getColor = function ( ) { return f . color . key | | " " } , f . addMenuEntry = function ( a , b ) { i . addEntry ( a , b ) } , f . resetColourMap = r } function PreviewAdapter ( a , b , c , d ) { " use strict " ; if ( void 0 = = = a ) throw " The nodes have to be given . " ; if ( void 0 = = = b ) throw " The edges have to be given . " ; if ( void 0 = = = c ) throw " A reference to the graph viewer has to be given . " ; var e = this , f = new AbstractAdapter ( a , b , this , c ) , g = function ( a ) { void 0 ! = = a . width & & f . setWidth ( a . width ) , void 0 ! = = a . height & & f . setHeight ( a . height ) } , h = function ( a , b ) { var c = { } , d = a . first ; d = f . insertNode ( d ) , _ . each ( a . nodes , function ( a ) { a = f . insertNode ( a ) , c [ a . _id ] = a } ) , _ . each ( a . edges , function ( a ) { f . insertEdge ( a ) } ) , delete c [ d . _id ] , void 0 ! = = b & & _ . isFunction ( b ) & & b ( d ) } ; d = d | | { } , g ( d ) , e . loadInitialNode = function ( a , b ) { f . cleanUp ( ) ; var c = function ( a ) { b ( f . insertInitialNode ( a ) ) } ; e . loadNode ( a , c ) } , e . loadNode = function ( a , b ) { var c = [ ] , d = [ ] , e = { } , f = { _id : 1 , label : " Node 1 " , image : " img / stored . png " } , g = { _id : 2 , label : " Node 2 " } , i = { _id : 3 , label : " Node 3 " } , j = { _id : 4 , label : " Node 4 " } , k = { _id : 5 , label : " Node 5 " } , l = { _id : " 1 - 2 " , _from : 1 , _to : 2 , label : " Edge 1 " } , m = { _id : " 1 - 3 " , _from : 1 , _to : 3 , label : " Edge 2 " } , n = { _id : " 1 - 4 " , _from : 1 , _to : 4 , label : " Edge 3 " } , o = { _id : " 1 - 5 " , _from : 1 , _to : 5 , label : " Edge 4 " } , p = { _id : " 2 - 3 " , _from : 2 , _to : 3 , label : " Edge 5 " } ; c . push ( f ) , c . push ( g ) , c . push ( i ) , c . push ( j ) , c . push ( k ) , d . push ( l ) , d . push ( m ) , d . push ( n ) , d . push ( o ) , d . push ( p ) , e . first = f , e . nodes = c , e . edges = d , h ( e , b ) } , e . explore = f . explore , e . requestCentralityChildren = function ( a , b ) { } , e . createEdge = function ( a , b ) { arangoHelper . arangoError ( " Server - side " , " createEdge was triggered . " ) } , e . deleteEdge = function ( a , b ) { arangoHelper . arangoError ( " Server - side " , " deleteEdge was triggered . " ) } , e . patchEdge = function ( a , b , c ) { arangoHelper . arangoError ( " Server - side " , " patchEdge was triggered . " ) } , e . createNode = function ( a , b ) { arangoHelper . arangoError ( " Server - side " , " createNode was triggered . " ) } , e . deleteNode = function ( a , b ) { arangoHelper . arangoError ( " Server - side " , " deleteNode was triggered . " ) , arangoHelper . arangoError ( " Server - side " , " onNodeDelete was triggered . " ) } , e . patchNode = function ( a , b , c ) { arangoHelper . arangoError ( " Server - side " , " patchNode was triggered . " ) } , e . setNodeLimit = function ( a , b ) { f . setNodeLimit ( a , b ) } , e . setChildLimit = function ( a ) { f . setChildLimit ( a ) } , e . setWidth = f . setWidth , e . expandCommunity = function ( a , b ) { f . expandCommunity ( a ) , void 0 ! = = b & & b ( ) } } function WebWorkerWrapper ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A class has to be given . " ; if ( void 0 = = = b ) throw " A callback has to be given . " ; var c , d = Array . prototype . slice . call ( arguments ) , e = { } , f = function ( ) { var c , d = function ( a ) { switch ( a . data . cmd ) { case " construct " : try { w = new ( Function . prototype . bind . apply ( Construct , [ null ] . concat ( a . data . args ) ) ) , w ? self . postMessage ( { cmd : " construct " , result : ! 0 } ) : self . postMessage ( { cmd : " construct " , result : ! 1 } ) } catch ( b ) { self . postMessage ( { cmd : " construct " , result : ! 1 , error : b . message | | b } ) } break ; default : var c , d = { cmd : a . data . cmd } ; if ( w & & " function " = = typeof w [ a . data . cmd ] ) try { c = w [ a . data . cmd ] . apply ( w , a . data . args ) , c & & ( d . result = c ) , self . postMessage ( d ) } catch ( e ) { d . error = e . message | | e , self . postMessage ( d ) } else d . error = " Method not known " , self . postMessage ( d ) } } , e = function ( a ) { var b = " var w , Construct = " + a . toString ( ) + " ; self . onmessage = " + d . toString ( ) ; return new window . Blob ( b . split ( ) ) } , f = window . URL , g = new e ( a ) ; return c = new window . Worker ( f . createObjectURL ( g ) ) , c . onmessage = b , c } , g = function ( ) { return a . apply ( this , d ) } ; try { return c = f ( ) , e . call = function ( a ) { var b = Array . prototype . slice . call ( arguments ) ; b . shift ( ) , c . postMessage ( { cmd : a , args : b } ) } , d . shift ( ) , d . shift ( ) , d . unshift ( " construct " ) , e . call . apply ( this , d ) , e } catch ( h ) { d . shift ( ) , d . shift ( ) , g . prototype = a . prototype ; try { c = new g } catch ( i ) { return void b ( { data : { cmd : " construct " , error : i } } ) } return e . call = function ( a ) { var d = Array . prototype . slice . call ( arguments ) , e = { data : { cmd : a } } ; if ( ! _ . isFunction ( c [ a ] ) ) return e . data . error = " Method not known " , void b ( e ) ; d . shift ( ) ; try { e . data . result = c [ a ] . apply ( c , d ) , b ( e ) } catch ( f ) { e . data . error = f , b ( e ) } } , b ( { data : { cmd : " construct " , result : ! 0 } } ) , e } } function ZoomManager ( a , b , c , d , e , f , g , h ) { " use strict " ; if ( void 0 = = = a | | 0 > a ) throw " A width has to be given . " ; if ( void 0 = = = b | | 0 > b ) throw " A height has to be given . " ; if ( void 0 = = = c | | void 0 = = = c . node | | " svg " ! = = c . node ( ) . tagName . toLowerCase ( ) ) throw " A svg has to be given . " ; if ( void 0 = = = d | | void 0 = = = d . node | | " g " ! = = d . node ( ) . tagName . toLowerCase ( ) ) throw " A group has to be given . " ; if ( void 0 = = = e | | void 0 = = = e . activateLabel | | void 0 = = = e . changeTo | | void 0 = = = e . updateNodes ) throw " The Node shaper has to be given . " ; if ( void 0 = = = f | | void 0 = = = f . activateLabel | | void 0 = = = f . updateEdges ) throw " The Edge shaper has to be given . " ; var i , j , k , l , m , n , o , p , q , r , s , t , u , v , w , x = this , y = a * b , z = h | | function ( ) { } , A = function ( ) { var a , b ; return l > = k ? ( b = i * l , b * = b , a = 60 * b ) : ( b = j * l , b * = b , a = 4 * Math . PI * b ) , Math . floor ( y / a ) } , B = function ( ) { q = s / l - . 99999999 , r = t / l , p . distortion ( q ) , p . radius ( r ) } , C = function ( a , b , c , g ) { g ? null ! = = a & & ( l = a ) : l = a , null ! = = b & & ( m [ 0 ] + = b ) , null ! = = c & & ( m [ 1 ] + = c ) , o = A ( ) , z ( o ) , e . activateLabel ( l > = k ) , f . activateLabel ( l > = k ) , B ( ) ; var h = " translate ( " + m + " ) " , i = " scale ( " + l + " ) " ; d . _isCommunity ? d . attr ( " transform " , h ) : d . attr ( " transform " , h + i ) , v & & v . slider ( " option " , " value " , l ) } , D = function ( a ) { var b = [ ] ; return b [ 0 ] = a [ 0 ] - n [ 0 ] , b [ 1 ] = a [ 1 ] - n [ 1 ] , n [ 0 ] = a [ 0 ] , n [ 1 ] = a [ 1 ] , b } , E = function ( a ) { void 0 = = = a & & ( a = { } ) ; var b = a . maxFont | | 16 , c = a . minFont | | 6 , d = a . maxRadius | | 25 , e = a . minRadius | | 4 ; s = a . focusZoom | | 1 , t = a . focusRadius | | 100 , w = e / d , i = b , j = d , k = c / b , l = 1 , m = [ 0 , 0 ] , n = [ 0 , 0 ] , B ( ) , o = A ( ) , u = d3 . behavior . zoom ( ) . scaleExtent ( [ w , 1 ] ) . on ( " zoom " , function ( ) { var a , b = d3 . event . sourceEvent , c = l ; " mousewheel " = = = b . type | | " DOMMouseScroll " = = = b . type ? ( b . wheelDelta ? b . wheelDelta > 0 ? ( c + = . 01 , c > 1 & & ( c = 1 ) ) : ( c - = . 01 , w > c & & ( c = w ) ) : b . detail > 0 ? ( c + = . 01 , c > 1 & & ( c = 1 ) ) : ( c - = . 01 , w > c & & ( c = w ) ) , a = [ 0 , 0 ] ) : a = D ( d3 . event . translate ) , C ( c , a [ 0 ] , a [ 1 ] ) } ) } , F = function ( ) { } ; p = d3 . fisheye . circular ( ) , E ( g ) , c . call ( u ) , e . changeTo ( { distortion : p } ) , c . on ( " mousemove " , F ) , x . translation = function ( ) { return null } , x . scaleFactor = function ( ) { return l } , x . scaledMouse = function ( ) { return null } , x . getDistortion = function ( ) { return q } , x . getDistortionRadius = function ( ) { return r } , x . getNodeLimit = function ( ) { return o } , x . getMinimalZoomFactor = function ( ) { return w } , x . registerSlider = function ( a ) { v = a } , x . triggerScale = function ( a ) { C ( a , null , null , ! 0 ) } , x . triggerTranslation = function ( a , b ) { C ( null , a , b , ! 0 ) } , x . changeWidth = function ( c ) { y = a * b } } function ArangoAdapterControls ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The ArangoAdapter has to be given . " ; this . addControlChangeCollections = function ( c ) { var d = " control_adapter_collections " , e = d + " _ " ; b . getCollections ( function ( f , g ) { b . getGraphs ( function ( h ) { uiComponentsHelper . createButton ( a , " Collections " , d , function ( ) { modalDialogHelper . createModalDialog ( " Switch Collections " , e , [ { type : " decission " , id : " collections " , <nl> + group : " loadtype " , text : " Select existing collections " , isDefault : void 0 = = = b . getGraphName ( ) , interior : [ { type : " list " , id : " node_collection " , text : " Vertex collection " , objects : f , selected : b . getNodeCollection ( ) } , { type : " list " , id : " edge_collection " , text : " Edge collection " , objects : g , selected : b . getEdgeCollection ( ) } ] } , { type : " decission " , id : " graphs " , group : " loadtype " , text : " Select existing graph " , isDefault : void 0 ! = = b . getGraphName ( ) , interior : [ { type : " list " , id : " graph " , objects : h , selected : b . getGraphName ( ) } ] } , { type : " checkbox " , text : " Start with random vertex " , id : " random " , selected : ! 0 } , { type : " checkbox " , id : " undirected " , selected : " any " = = = b . getDirection ( ) } ] , function ( ) { var a = $ ( " # " + e + " node_collection " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) , d = $ ( " # " + e + " edge_collection " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) , f = $ ( " # " + e + " graph " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) , g = ! ! $ ( " # " + e + " undirected " ) . prop ( " checked " ) , h = ! ! $ ( " # " + e + " random " ) . prop ( " checked " ) , i = $ ( " input [ type = ' radio ' ] [ name = ' loadtype ' ] : checked " ) . prop ( " id " ) ; return i = = = e + " collections " ? b . changeToCollections ( a , d , g ) : b . changeToGraph ( f , g ) , h ? void b . loadRandomNode ( c ) : void ( _ . isFunction ( c ) & & c ( ) ) } ) } ) } ) } ) } , this . addControlChangePriority = function ( ) { var c = " control_adapter_priority " , d = c + " _ " , e = ( b . getPrioList ( ) , " Group vertices " ) ; uiComponentsHelper . createButton ( a , e , c , function ( ) { modalDialogHelper . createModalChangeDialog ( e , d , [ { type : " extendable " , id : " attribute " , objects : b . getPrioList ( ) } ] , function ( ) { var a = $ ( " input [ id ^ = " + d + " attribute_ ] " ) , c = [ ] ; a . each ( function ( a , b ) { var d = $ ( b ) . val ( ) ; " " ! = = d & & c . push ( d ) } ) , b . changeTo ( { prioList : c } ) } ) } ) } , this . addAll = function ( ) { this . addControlChangeCollections ( ) , this . addControlChangePriority ( ) } } function ContextMenu ( a ) { " use strict " ; if ( void 0 = = = a ) throw " An id has to be given . " ; var b , c , d = " # " + a , e = function ( a , d ) { var e , f ; e = document . createElement ( " div " ) , e . className = " context - menu - item " , f = document . createElement ( " div " ) , f . className = " context - menu - item - inner " , f . appendChild ( document . createTextNode ( a ) ) , f . onclick = function ( ) { d ( d3 . select ( c . target ) . data ( ) [ 0 ] ) } , e . appendChild ( f ) , b . appendChild ( e ) } , f = function ( a ) { c = $ . contextMenu . create ( d , { shadow : ! 1 } ) , a . each ( function ( ) { $ ( this ) . bind ( " contextmenu " , function ( a ) { return c . show ( this , a ) , ! 1 } ) } ) } , g = function ( ) { return b = document . getElementById ( a ) , b & & b . parentElement . removeChild ( b ) , b = document . createElement ( " div " ) , b . className = " context - menu context - menu - theme - osx " , b . id = a , document . body . appendChild ( b ) , b } ; g ( ) , this . addEntry = e , this . bindMenu = f } function EdgeShaperControls ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The EdgeShaper has to be given . " ; var c = this ; this . addControlOpticShapeNone = function ( ) { var c = " control_edge_none " ; uiComponentsHelper . createButton ( a , " None " , c , function ( ) { b . changeTo ( { shape : { type : EdgeShaper . shapes . NONE } } ) } ) } , this . addControlOpticShapeArrow = function ( ) { var c = " control_edge_arrow " ; uiComponentsHelper . createButton ( a , " Arrow " , c , function ( ) { b . changeTo ( { shape : { type : EdgeShaper . shapes . ARROW } } ) } ) } , this . addControlOpticLabel = function ( ) { var c = " control_edge_label " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Configure Label " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch Label Attribute " , d , [ { type : " text " , id : " key " , text : " Edge label attribute " , value : b . getLabel ( ) } ] , function ( ) { var a = $ ( " # " + d + " key " ) . attr ( " value " ) ; b . changeTo ( { label : a } ) } ) } ) } , this . addControlOpticLabelList = function ( ) { var d = " control_edge_label " , e = d + " _ " ; uiComponentsHelper . createButton ( a , " Configure Label " , d , function ( ) { modalDialogHelper . createModalDialog ( " Change Label Attribute " , e , [ { type : " extendable " , id : " label " , text : " Edge label attribute " , objects : b . getLabel ( ) } ] , function ( ) { var a = $ ( " input [ id ^ = " + e + " label_ ] " ) , d = [ ] ; a . each ( function ( a , b ) { var c = $ ( b ) . val ( ) ; " " ! = = c & & d . push ( c ) } ) ; var f = { label : d } ; c . applyLocalStorage ( f ) , b . changeTo ( f ) } ) } ) } , this . applyLocalStorage = function ( a ) { if ( " undefined " ! = = Storage ) try { var b = JSON . parse ( localStorage . getItem ( " graphSettings " ) ) , c = window . location . hash . split ( " / " ) [ 1 ] , d = window . location . pathname . split ( " / " ) [ 2 ] , e = c + d ; _ . each ( a , function ( a , c ) { void 0 ! = = c & & ( b [ e ] . viewer . hasOwnProperty ( " edgeShaper " ) | | ( b [ e ] . viewer . edgeShaper = { } ) , b [ e ] . viewer . edgeShaper [ c ] = a ) } ) , localStorage . setItem ( " graphSettings " , JSON . stringify ( b ) ) } catch ( f ) { console . log ( f ) } } , this . addControlOpticSingleColour = function ( ) { var c = " control_edge_singlecolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Single Colour " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch to Colour " , d , [ { type : " text " , id : " stroke " } ] , function ( ) { var a = $ ( " # " + d + " stroke " ) . attr ( " value " ) ; b . changeTo ( { color : { type : " single " , stroke : a } } ) } ) } ) } , this . addControlOpticAttributeColour = function ( ) { var c = " control_edge_attributecolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Colour by Attribute " , c , function ( ) { modalDialogHelper . createModalDialog ( " Display colour by attribute " , d , [ { type : " text " , id : " key " } ] , function ( ) { var a = $ ( " # " + d + " key " ) . attr ( " value " ) ; b . changeTo ( { color : { type : " attribute " , key : a } } ) } ) } ) } , this . addControlOpticGradientColour = function ( ) { var c = " control_edge_gradientcolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Gradient Colour " , c , function ( ) { modalDialogHelper . createModalDialog ( " Change colours for gradient " , d , [ { type : " text " , id : " source " } , { type : " text " , id : " target " } ] , function ( ) { var a = $ ( " # " + d + " source " ) . attr ( " value " ) , c = $ ( " # " + d + " target " ) . attr ( " value " ) ; b . changeTo ( { color : { type : " gradient " , source : a , target : c } } ) } ) } ) } , this . addAllOptics = function ( ) { c . addControlOpticShapeNone ( ) , c . addControlOpticShapeArrow ( ) , c . addControlOpticLabel ( ) , c . addControlOpticSingleColour ( ) , c . addControlOpticAttributeColour ( ) , c . addControlOpticGradientColour ( ) } , this . addAllActions = function ( ) { } , this . addAll = function ( ) { c . addAllOptics ( ) , c . addAllActions ( ) } } function EventDispatcherControls ( a , b , c , d , e ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The NodeShaper has to be given . " ; if ( void 0 = = = c ) throw " The EdgeShaper has to be given . " ; if ( void 0 = = = d ) throw " The Start callback has to be given . " ; var f = this , g = { expand : { icon : " hand - pointer - o " , title : " Expand a node . " } , add : { icon : " plus - square " , title : " Add a node . " } , trash : { icon : " minus - square " , title : " Remove a node / edge . " } , drag : { icon : " hand - rock - o " , title : " Drag a node . " } , edge : { icon : " external - link - square " , title : " Create an edge between two nodes . " } , edit : { icon : " pencil - square " , title : " Edit attributes of a node . " } , view : { icon : " search " , title : " View attributes of a node . " } } , h = new EventDispatcher ( b , c , e ) , i = e . edgeEditor . adapter , j = ! ! i & & _ . isFunction ( i . useNodeCollection ) & & _ . isFunction ( i . useEdgeCollection ) , k = function ( b ) { a . appendChild ( b ) } , l = function ( a , b , c ) { var d = uiComponentsHelper . createIconButton ( a , " control_event_ " + b , c ) ; k ( d ) } , m = function ( a ) { h . rebind ( " nodes " , a ) } , n = function ( a ) { h . rebind ( " edges " , a ) } , o = function ( a ) { h . rebind ( " svg " , a ) } , p = function ( a ) { var b = a | | window . event , c = { } ; return c . x = b . clientX , c . y = b . clientY , c . x + = document . body . scrollLeft , c . y + = document . body . scrollTop , c } , q = function ( a ) { var b , c , d , e = p ( a ) , f = $ ( " svg # graphViewerSVG " ) . offset ( ) ; return b = d3 . select ( " svg # graphViewerSVG " ) . node ( ) , d = b . getBoundingClientRect ( ) , $ ( " svg # graphViewerSVG " ) . height ( ) < = d . height ? { x : e . x - f . left , y : e . y - f . top } : ( c = b . getBBox ( ) , { x : e . x - ( d . left - c . x ) , y : e . y - ( d . top - c . y ) } ) } , r = { nodes : { } , edges : { } , svg : { } } , s = function ( ) { var a = " control_event_new_node " , c = a + " _ " , e = function ( a ) { var e = q ( a ) ; modalDialogHelper . createModalCreateDialog ( " Create New Node " , c , { } , function ( a ) { h . events . CREATENODE ( a , function ( a ) { $ ( " # " + c + " modal " ) . modal ( " hide " ) , b . reshapeNodes ( ) , d ( ) } , e . x , e . y ) ( ) } ) } ; r . nodes . newNode = e } , t = function ( ) { var a = function ( a ) { modalDialogHelper . createModalViewDialog ( " View Node " + a . _id , " control_event_node_view_ " , a . _data , function ( ) { modalDialogHelper . createModalEditDialog ( " Edit Node " + a . _id , " control_event_node_edit_ " , a . _data , function ( b ) { h . events . PATCHNODE ( a , b , function ( ) { $ ( " # control_event_node_edit_modal " ) . modal ( " hide " ) } ) ( ) } ) } ) } , b = function ( a ) { modalDialogHelper . createModalViewDialog ( " View Edge " + a . _id , " control_event_edge_view_ " , a . _data , function ( ) { modalDialogHelper . createModalEditDialog ( " Edit Edge " + a . _id , " control_event_edge_edit_ " , a . _data , function ( b ) { h . events . PATCHEDGE ( a , b , function ( ) { $ ( " # control_event_edge_edit_modal " ) . modal ( " hide " ) } ) ( ) } ) } ) } ; r . nodes . view = a , r . edges . view = b } , u = function ( ) { var a = h . events . STARTCREATEEDGE ( function ( a , b ) { var d = q ( b ) , e = c . addAnEdgeFollowingTheCursor ( d . x , d . y ) ; h . bind ( " svg " , " mousemove " , function ( a ) { var b = q ( a ) ; e ( b . x , b . y ) } ) } ) , b = h . events . FINISHCREATEEDGE ( function ( a ) { c . removeCursorFollowingEdge ( ) , h . bind ( " svg " , " mousemove " , function ( ) { return void 0 } ) , d ( ) } ) , e = function ( ) { h . events . CANCELCREATEEDGE ( ) , c . removeCursorFollowingEdge ( ) , h . bind ( " svg " , " mousemove " , function ( ) { return void 0 } ) } ; r . nodes . startEdge = a , r . nodes . endEdge = b , r . svg . cancelEdge = e } , v = function ( ) { var a = function ( a ) { arangoHelper . openDocEditor ( a . _id , " document " ) } , b = function ( a ) { arangoHelper . openDocEditor ( a . _id , " edge " ) } ; r . nodes . edit = a , r . edges . edit = b } , w = function ( ) { var a = function ( a ) { modalDialogHelper . createModalDeleteDialog ( " Delete Node " + a . _id , " control_event_node_delete_ " , a , function ( a ) { h . events . DELETENODE ( function ( ) { $ ( " # control_event_node_delete_modal " ) . modal ( " hide " ) , b . reshapeNodes ( ) , c . reshapeEdges ( ) , d ( ) } ) ( a ) } ) } , e = function ( a ) { modalDialogHelper . createModalDeleteDialog ( " Delete Edge " + a . _id , " control_event_edge_delete_ " , a , function ( a ) { h . events . DELETEEDGE ( function ( ) { $ ( " # control_event_edge_delete_modal " ) . modal ( " hide " ) , b . reshapeNodes ( ) , c . reshapeEdges ( ) , d ( ) } ) ( a ) } ) } ; r . nodes . del = a , r . edges . del = e } , x = function ( ) { r . nodes . spot = h . events . EXPAND } ; s ( ) , t ( ) , u ( ) , v ( ) , w ( ) , x ( ) , this . dragRebinds = function ( ) { return { nodes : { drag : h . events . DRAG } } } , this . newNodeRebinds = function ( ) { return { svg : { click : r . nodes . newNode } } } , this . viewRebinds = function ( ) { return { nodes : { click : r . nodes . view } , edges : { click : r . edges . view } } } , this . connectNodesRebinds = function ( ) { return { nodes : { mousedown : r . nodes . startEdge , mouseup : r . nodes . endEdge } , svg : { mouseup : r . svg . cancelEdge } } } , this . editRebinds = function ( ) { return { nodes : { click : r . nodes . edit } , edges : { click : r . edges . edit } } } , this . expandRebinds = function ( ) { return { nodes : { click : r . nodes . spot } } } , this . deleteRebinds = function ( ) { return { nodes : { click : r . nodes . del } , edges : { click : r . edges . del } } } , this . rebindAll = function ( a ) { m ( a . nodes ) , n ( a . edges ) , o ( a . svg ) } , b . addMenuEntry ( " Edit " , r . nodes . edit ) , b . addMenuEntry ( " Spot " , r . nodes . spot ) , b . addMenuEntry ( " Trash " , r . nodes . del ) , c . addMenuEntry ( " Edit " , r . edges . edit ) , c . addMenuEntry ( " Trash " , r . edges . del ) , this . addControlNewNode = function ( ) { var a = g . add , b = " select_node_collection " , c = function ( ) { j & & i . getNodeCollections ( ) . length > 1 & & modalDialogHelper . createModalDialog ( " Select Vertex Collection " , b , [ { type : " list " , id : " vertex " , objects : i . getNodeCollections ( ) , text : " Select collection " , selected : i . getSelectedNodeCollection ( ) } ] , function ( ) { var a = $ ( " # " + b + " vertex " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) ; i . useNodeCollection ( a ) } , " Select " ) , f . rebindAll ( f . newNodeRebinds ( ) ) } ; l ( a , " new_node " , c ) } , this . addControlView = function ( ) { var a = g . view , b = function ( ) { f . rebindAll ( f . viewRebinds ( ) ) } ; l ( a , " view " , b ) } , this . addControlDrag = function ( ) { var a = g . drag , b = function ( ) { f . rebindAll ( f . dragRebinds ( ) ) } ; l ( a , " drag " , b ) } , this . addControlEdit = function ( ) { var a = g . edit , b = function ( ) { f . rebindAll ( f . editRebinds ( ) ) } ; l ( a , " edit " , b ) } , this . addControlExpand = function ( ) { var a = g . expand , b = function ( ) { f . rebindAll ( f . expandRebinds ( ) ) } ; l ( a , " expand " , b ) } , this . addControlDelete = function ( ) { var a = g . trash , b = function ( ) { f . rebindAll ( f . deleteRebinds ( ) ) } ; l ( a , " delete " , b ) } , this . addControlConnect = function ( ) { var a = g . edge , b = " select_edge_collection " , c = function ( ) { j & & i . getEdgeCollections ( ) . length > 1 & & modalDialogHelper . createModalDialog ( " Select Edge Collection " , b , [ { type : " list " , id : " edge " , objects : i . getEdgeCollections ( ) , text : " Select collection " , selected : i . getSelectedEdgeCollection ( ) } ] , function ( ) { var a = $ ( " # " + b + " edge " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) ; i . useEdgeCollection ( a ) } , " Select " ) , f . rebindAll ( f . connectNodesRebinds ( ) ) } ; l ( a , " connect " , c ) } , this . addAll = function ( ) { f . addControlExpand ( ) , f . addControlDrag ( ) , f . addControlEdit ( ) , f . addControlConnect ( ) , f . addControlNewNode ( ) , f . addControlDelete ( ) } } function GharialAdapterControls ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The GharialAdapter has to be given . " ; this . addControlChangeGraph = function ( c ) { var d = " control_adapter_graph " , e = d + " _ " ; b . getGraphs ( function ( f ) { uiComponentsHelper . createButton ( a , " Switch Graph " , d , function ( ) { modalDialogHelper . createModalDialog ( " Switch Graph " , e , [ { type : " list " , id : " graph " , objects : f , text : " Select graph " , selected : b . getGraphName ( ) } , { type : " checkbox " , text : " Start with random vertex " , id : " random " , selected : ! 0 } ] , function ( ) { var a = $ ( " # " + e + " graph " ) . children ( " option " ) . filter ( " : selected " ) . text ( ) , d = ! ! $ ( " # " + e + " undirected " ) . prop ( " checked " ) , f = ! ! $ ( " # " + e + " random " ) . prop ( " checked " ) ; return b . changeToGraph ( a , d ) , f ? void b . loadRandomNode ( c ) : void ( _ . isFunction ( c ) & & c ( ) ) } ) } ) } ) } , this . addControlChangePriority = function ( ) { var c = " control_adapter_priority " , d = c + " _ " , e = " Group vertices " ; uiComponentsHelper . createButton ( a , e , c , function ( ) { modalDialogHelper . createModalChangeDialog ( e + " by attribute " , d , [ { type : " extendable " , id : " attribute " , objects : b . getPrioList ( ) } ] , function ( ) { var a = $ ( " input [ id ^ = " + d + " attribute_ ] " ) , c = [ ] ; _ . each ( a , function ( a ) { var b = $ ( a ) . val ( ) ; " " ! = = b & & c . push ( b ) } ) , b . changeTo ( { prioList : c } ) } ) } ) } , this . addAll = function ( ) { this . addControlChangeGraph ( ) , this . addControlChangePriority ( ) } } function GraphViewerPreview ( a , b ) { " use strict " ; var c , d , e , f , g , h , i , j = function ( ) { return d3 . select ( a ) . append ( " svg " ) . attr ( " id " , " graphViewerSVG " ) . attr ( " width " , d ) . attr ( " height " , e ) . attr ( " class " , " graph - viewer " ) . attr ( " style " , " width : " + d + " px ; height : " + e + " ; " ) } , k = function ( a ) { var b = 0 ; return _ . each ( a , function ( c , d ) { c = = = ! 1 ? delete a [ d ] : b + + } ) , b > 0 } , l = function ( a , b ) { _ . each ( b , function ( b , c ) { a [ c ] = a [ c ] | | { } , _ . each ( b , function ( b , d ) { a [ c ] [ d ] = b } ) } ) } , m = function ( a ) { if ( a ) { var b = { } ; a . drag & & l ( b , i . dragRebinds ( ) ) , a . create & & ( l ( b , i . newNodeRebinds ( ) ) , l ( b , i . connectNodesRebinds ( ) ) ) , a . remove & & l ( b , i . deleteRebinds ( ) ) , a . expand & & l ( b , i . expandRebinds ( ) ) , a . edit & & l ( b , i . editRebinds ( ) ) , i . rebindAll ( b ) } } , n = function ( b ) { var c = document . createElement ( " div " ) ; i = new EventDispatcherControls ( c , f . nodeShaper , f . edgeShaper , f . start , f . dispatcherConfig ) , c . id = " toolbox " , c . className = " btn - group btn - group - vertical pull - left toolbox " , a . appendChild ( c ) , _ . each ( b , function ( a , b ) { switch ( b ) { case " expand " : i . addControlExpand ( ) ; break ; case " create " : i . addControlNewNode ( ) , i . addControlConnect ( ) ; break ; case " drag " : i . addControlDrag ( ) ; break ; case " edit " : i . addControlEdit ( ) ; break ; case " remove " : i . addControlDelete ( ) } } ) } , o = function ( a ) { var b = document . createElement ( " div " ) ; i = new EventDispatcherControls ( b , f . nodeShaper , f . edgeShaper , f . start , f . dispatcherConfig ) } , p = function ( ) { b & & ( b . nodeShaper & & ( b . nodeShaper . label & & ( b . nodeShaper . label = " label " ) , b . nodeShaper . shape & & b . nodeShaper . shape . type = = = NodeShaper . shapes . IMAGE & & b . nodeShaper . shape . source & & ( b . nodeShaper . shape . source = " image " ) ) , b . edgeShaper & & b . edgeShaper . label & & ( b . edgeShaper . label = " label " ) ) } , q = function ( ) { return p ( ) , new GraphViewer ( c , d , e , h , b ) } ; d = a . getBoundingClientRect ( ) . width , e = a . getBoundingClientRect ( ) . height , h = { type : " preview " } , b = b | | { } , g = k ( b . toolbox ) , g & & ( d - = 43 ) , c = j ( ) , f = q ( ) , g ? n ( b . toolbox ) : o ( ) , f . loadGraph ( " 1 " ) , m ( b . actions ) } function GraphViewerUI ( a , b , c , d , e , f ) { " use strict " ; if ( void 0 = = = a ) throw " A parent element has to be given . " ; if ( ! a . id ) throw " The parent element needs an unique id . " ; if ( void 0 = = = b ) throw " An adapter configuration has to be given " ; var g , h , i , j , k , l , m , n , o , p = c + 20 | | a . getBoundingClientRect ( ) . width - 81 + 20 , q = d | | a . getBoundingClientRect ( ) . height , r = document . createElement ( " ul " ) , s = document . createElement ( " div " ) , t = function ( ) { g . adapter . NODES_TO_DISPLAY < g . adapter . TOTAL_NODES & & ( $ ( " . headerBar " ) . append ( ' < div class = " infoField " > Graph too big . A random section is rendered . < div class = " fa fa - info - circle " > < / div > < / div > ' ) , $ ( " . infoField . fa - info - circle " ) . attr ( " title " , " You can display additional / other vertices by using the toolbar buttons . " ) . tooltip ( ) ) } , u = function ( ) { var a , b = document . createElement ( " div " ) , c = document . createElement ( " div " ) , d = document . createElement ( " div " ) , e = document . createElement ( " div " ) , f = document . createElement ( " button " ) , h = document . createElement ( " span " ) , i = document . createElement ( " input " ) , j = document . createElement ( " i " ) , k = document . createElement ( " span " ) , l = function ( ) { $ ( s ) . css ( " cursor " , " progress " ) } , n = function ( ) { $ ( s ) . css ( " cursor " , " " ) } , o = function ( a ) { return n ( ) , a & & a . errorCode & & 404 = = = a . errorCode ? void arangoHelper . arangoError ( " Graph error " , " could not find a matching node . " ) : void 0 } , p = function ( ) { l ( ) , " " = = = a . value | | void 0 = = = a . value ? g . loadGraph ( i . value , o ) : g . loadGraphWithAttributeValue ( a . value , i . value , o ) } ; b . id = " filterDropdown " , b . className = " headerDropdown smallDropdown " , c . className = " dropdownInner " , d . className = " queryline " , a = document . createElement ( " input " ) , m = document . createElement ( " ul " ) , e . className = " pull - left input - append searchByAttribute " , a . id = " attribute " , a . type = " text " , a . placeholder = " Attribute name " , f . id = " attribute_example_toggle " , f . className = " button - neutral gv_example_toggle " , h . className = " caret gv_caret " , m . className = " gv - dropdown - menu " , i . id = " value " , i . className = " searchInput gv_searchInput " , i . type = " text " , i . placeholder = " Attribute value " , j . id = " loadnode " , j . className = " fa fa - search " , k . className = " searchEqualsLabel " , k . appendChild ( document . createTextNode ( " = = " ) ) , c . appendChild ( d ) , d . appendChild ( e ) , e . appendChild ( a ) , e . appendChild ( f ) , e . appendChild ( m ) , f . appendChild ( h ) , d . appendChild ( k ) , d . appendChild ( i ) , d . appendChild ( j ) , j . onclick = p , $ ( i ) . keypress ( function ( a ) { return 13 = = = a . keyCode | | 13 = = = a . which ? ( p ( ) , ! 1 ) : void 0 } ) , f . onclick = function ( ) { $ ( m ) . slideToggle ( 200 ) } ; var q = document . createElement ( " p " ) ; return q . className = " dropdown - title " , q . innerHTML = " Filter graph by attribute : " , b . appendChild ( q ) , b . appendChild ( c ) , b } , v = function ( ) { var a , b = document . createElement ( " div " ) , c = document . createElement ( " div " ) , d = document . createElement ( " div " ) , e = document . createElement ( " div " ) , f = document . createElement ( " button " ) , h = document . createElement ( " span " ) , i = document . createElement ( " input " ) , j = document . createElement ( " i " ) , k = document . createElement ( " span " ) , l = function ( ) { $ ( s ) . css ( " cursor " , " progress " ) } , m = function ( ) { $ ( s ) . css ( " cursor " , " " ) } , o = function ( a ) { return m ( ) , a & & a . errorCode & & 404 = = = a . errorCode ? void arangoHelper . arangoError ( " Graph error " , " could not find a matching node . " ) : void 0 } , p = function ( ) { l ( ) , " " ! = = a . value & & g . loadGraphWithAdditionalNode ( a . value , i . value , o ) } ; b . id = " nodeDropdown " , b . className = " headerDropdown smallDropdown " , c . className = " dropdownInner " , d . className = " queryline " , a = document . createElement ( " input " ) , n = document . createElement ( " ul " ) , e . className = " pull - left input - append searchByAttribute " , a . id = " attribute " , a . type = " text " , a . placeholder = " Attribute name " , f . id = " attribute_example_toggle2 " , f . className = " button - neutral gv_example_toggle " , h . className = " caret gv_caret " , n . className = " gv - dropdown - menu " , i . id = " value " , i . className = " searchInput gv_searchInput " , i . type = " text " , i . placeholder = " Attribute value " , j . id = " loadnode " , j . className = " fa fa - search " , k . className = " searchEqualsLabel " , k . appendChild ( document . createTextNode ( " = = " ) ) , c . appendChild ( d ) , d . appendChild ( e ) , e . appendChild ( a ) , e . appendChild ( f ) , e . appendChild ( n ) , f . appendChild ( h ) , d . appendChild ( k ) , d . appendChild ( i ) , d . appendChild ( j ) , C ( n ) , j . onclick = p , $ ( i ) . keypress ( function ( a ) { return 13 = = = a . keyCode | | 13 = = = a . which ? ( p ( ) , ! 1 ) : void 0 } ) , f . onclick = function ( ) { $ ( n ) . slideToggle ( 200 ) } ; var q = document . createElement ( " p " ) ; return q . className = " dropdown - title " , q . innerHTML = " Add specific node by attribute : " , b . appendChild ( q ) , b . appendChild ( c ) , b } , w = function ( ) { var a , b , c , d , e , f , g , h ; return a = document . createElement ( " div " ) , a . id = " configureDropdown " , a . className = " headerDropdown " , b = document . createElement ( " div " ) , b . className = " dropdownInner " , c = document . createElement ( " ul " ) , d = document . createElement ( " li " ) , d . className = " nav - header " , d . appendChild ( document . createTextNode ( " Vertices " ) ) , g = document . createElement ( " ul " ) , h = document . createElement ( " li " ) , h . className = " nav - header " , h . appendChild ( document . createTextNode ( " Edges " ) ) , e = document . createElement ( " ul " ) , f = document . createElement ( " li " ) , f . className = " nav - header " , f . appendChild ( document . createTextNode ( " Connection " ) ) , c . appendChild ( d ) , g . appendChild ( h ) , e . appendChild ( f ) , b . appendChild ( c ) , b . appendChild ( g ) , b . appendChild ( e ) , a . appendChild ( b ) , { configure : a , nodes : c , edges : g , col : e } } , x = function ( a , b , c , d ) { var e , f , g , h , i , j , k , l , m , n , o ; return a . className = " headerButtonBar " , e = document . createElement ( " ul " ) , e . className = " headerButtonList " , a . appendChild ( e ) , g = document . createElement ( " li " ) , g . className = " enabled " , h = document . createElement ( " a " ) , h . id = b , h . className = " headerButton " , i = document . createElement ( " span " ) , i . className = " icon_arangodb_settings2 " , $ ( i ) . attr ( " title " , " Configure " ) , e . appendChild ( g ) , g . appendChild ( h ) , h . appendChild ( i ) , j = document . createElement ( " li " ) , j . className = " enabled " , k = document . createElement ( " a " ) , k . id = d , k . className = " headerButton " , l = document . createElement ( " span " ) , l . className = " fa fa - search - plus " , $ ( l ) . attr ( " title " , " Show additional vertices " ) , e . appendChild ( j ) , j . appendChild ( k ) , k . appendChild ( l ) , m = document . createElement ( " li " ) , m . className = " enabled " , n = document . createElement ( " a " ) , n . id = c , n . className = " headerButton " , o = document . createElement ( " span " ) , o . className = " icon_arangodb_filter " , $ ( o ) . attr ( " title " , " Filter " ) , e . appendChild ( m ) , m . appendChild ( n ) , n . appendChild ( o ) , f = w ( ) , f . filter = u ( ) , f . node = v ( ) , h . onclick = function ( ) { $ ( " # filterdropdown " ) . removeClass ( " activated " ) , $ ( " # nodedropdown " ) . removeClass ( " activated " ) , $ ( " # configuredropdown " ) . toggleClass ( " activated " ) , $ ( f . configure ) . slideToggle ( 200 ) , $ ( f . filter ) . hide ( ) , $ ( f . node ) . hide ( ) } , k . onclick = function ( ) { $ ( " # filterdropdown " ) . removeClass ( " activated " ) , $ ( " # configuredropdown " ) . removeClass ( " activated " ) , $ ( " # nodedropdown " ) . toggleClass ( " activated " ) , $ ( f . node ) . slideToggle ( 200 ) , $ ( f . filter ) . hide ( ) , $ ( f . configure ) . hide ( ) } , n . onclick = function ( ) { $ ( " # configuredropdown " ) . removeClass ( " activated " ) , $ ( " # nodedropdown " ) . removeClass ( " activated " ) , $ ( " # filterdropdown " ) . toggleClass ( " activated " ) , $ ( f . filter ) . slideToggle ( 200 ) , $ ( f . node ) . hide ( ) , $ ( f . configure ) . hide ( ) } , f } , y = function ( ) { return console . log ( q ) , d3 . select ( " # " + a . id + " # background " ) . append ( " svg " ) . attr ( " id " , " graphViewerSVG " ) . attr ( " width " , p ) . attr ( " height " , q ) . attr ( " class " , " graph - viewer " ) . style ( " width " , p + " px " ) . style ( " height " , q + " px " ) } , z = function ( ) { var a = document . createElement ( " div " ) , b = document . createElement ( " div " ) , c = document . createElement ( " button " ) , d = document . createElement ( " button " ) , e = document . createElement ( " button " ) , f = document . createElement ( " button " ) ; a . className = " gv_zoom_widget " , b . className = " gv_zoom_buttons_bg " , c . className = " btn btn - icon btn - zoom btn - zoom - top gv - zoom - btn pan - top " , d . className = " btn btn - icon btn - zoom btn - zoom - left gv - zoom - btn pan - left " , e . className = " btn btn - icon btn - zoom btn - zoom - right gv - zoom - btn pan - right " , f . className = " btn btn - icon btn - zoom btn - zoom - bottom gv - zoom - btn pan - bottom " , c . onclick = function ( ) { g . zoomManager . triggerTranslation ( 0 , - 10 ) } , d . onclick = function ( ) { g . zoomManager . triggerTranslation ( - 10 , 0 ) } , e . onclick = function ( ) { g . zoomManager . triggerTranslation ( 10 , 0 ) } , f . onclick = function ( ) { g . zoomManager . triggerTranslation ( 0 , 10 ) } , b . appendChild ( c ) , b . appendChild ( d ) , b . appendChild ( e ) , b . appendChild ( f ) , l = document . createElement ( " div " ) , l . id = " gv_zoom_slider " , l . className = " gv_zoom_slider " , s . appendChild ( a ) , s . insertBefore ( a , o [ 0 ] [ 0 ] ) , a . appendChild ( b ) , a . appendChild ( l ) , $ ( " # gv_zoom_slider " ) . slider ( { orientation : " vertical " , min : g . zoomManager . getMinimalZoomFactor ( ) , max : 1 , value : 1 , step : . 01 , slide : function ( a , b ) { g . zoomManager . triggerScale ( b . value ) } } ) , g . zoomManager . registerSlider ( $ ( " # gv_zoom_slider " ) ) } , A = function ( ) { var a = document . createElement ( " div " ) , b = new EventDispatcherControls ( a , g . nodeShaper , g . edgeShaper , g . start , g . dispatcherConfig ) ; a . id = " toolbox " , a . className = " btn - group btn - group - vertical toolbox " , s . insertBefore ( a , o [ 0 ] [ 0 ] ) , b . addAll ( ) , $ ( " # control_event_expand " ) . click ( ) } , B = function ( ) { var a = ' < li class = " enabled " style = " float : right " > < select id = " graphSize " class = " documents - size " > < optgroup label = " Starting points : " > < option value = " 5 " selected = " " > 5 vertices < / option > < option value = " 10 " > 10 vertices < / option > < option value = " 20 " > 20 vertices < / option > < option value = " 50 " > 50 vertices < / option > < option value = " 100 " > 100 vertices < / option > < option value = " 500 " > 500 vertices < / option > < option value = " 1000 " > 1000 vertices < / option > < option value = " 2500 " > 2500 vertices < / option > < option value = " 5000 " > 5000 vertices < / option > < option value = " all " > All vertices < / option > < / select > < / optgroup > < / li > ' ; $ ( " . headerBar . headerButtonList " ) . prepend ( a ) } , C = function ( a ) { var b ; b = a ? $ ( a ) : $ ( m ) , b . innerHTML = " " ; var c = document . createElement ( " li " ) , d = document . createElement ( " img " ) ; $ ( c ) . append ( d ) , d . className = " gv - throbber " , b . append ( c ) , g . adapter . getAttributeExamples ( function ( a ) { $ ( b ) . html ( " " ) , _ . each ( a , function ( a ) { var c = document . createElement ( " li " ) , d = document . createElement ( " a " ) , e = document . createElement ( " label " ) ; $ ( c ) . append ( d ) , $ ( d ) . append ( e ) , $ ( e ) . append ( document . createTextNode ( a ) ) , e . className = " gv_dropdown_label " , b . append ( c ) , c . onclick = function ( ) { b . value = a , $ ( b ) . parent ( ) . find ( " input " ) . val ( a ) , $ ( b ) . slideToggle ( 200 ) } } ) } ) } , D = function ( ) { var a = document . createElement ( " div " ) , b = document . createElement ( " div " ) , c = ( document . createElement ( " a " ) , x ( b , " configuredropdown " , " filterdropdown " , " nodedropdown " ) ) ; i = new NodeShaperControls ( c . nodes , g . nodeShaper ) , j = new EdgeShaperControls ( c . edges , g . edgeShaper ) , k = new GharialAdapterControls ( c . col , g . adapter ) , r . id = " menubar " , a . className = " headerBar " , b . id = " modifiers " , r . appendChild ( a ) , r . appendChild ( c . configure ) , r . appendChild ( c . filter ) , r . appendChild ( c . node ) , a . appendChild ( b ) , k . addControlChangeGraph ( function ( ) { C ( ) , g . start ( ! 0 ) } ) , k . addControlChangePriority ( ) , i . addControlOpticLabelAndColourList ( g . adapter ) , j . addControlOpticLabelList ( ) , C ( ) } , E = function ( ) { h = i . createColourMappingList ( ) , h . className = " gv - colour - list " , s . insertBefore ( h , o [ 0 ] [ 0 ] ) } ; a . appendChild ( r ) , a . appendChild ( s ) , s . className = " contentDiv gv - background " , s . id = " background " , e = e | | { } , e . zoom = ! 0 , o = y ( ) , " undefined " ! = = Storage & & ( this . graphSettings = { } , this . loadLocalStorage = function ( ) { var a = b . baseUrl . split ( " / " ) [ 2 ] , c = b . graphName + a ; if ( null = = = localStorage . getItem ( " graphSettings " ) | | " null " = = = localStorage . getItem ( " graphSettings " ) ) { var d = { } ; d [ c ] = { viewer : e , adapter : b } , localStorage . setItem ( " graphSettings " , JSON . stringify ( d ) ) } else try { var f = JSON . parse ( localStorage . getItem ( " graphSettings " ) ) ; this . graphSettings = f , void 0 ! = = f [ c ] . viewer & & ( e = f [ c ] . viewer ) , void 0 ! = = f [ c ] . adapter & & ( b = f [ c ] . adapter ) } catch ( g ) { console . log ( " Could not load graph settings , resetting graph settings . " ) , this . graphSettings [ c ] = { viewer : e , adapter : b } , localStorage . setItem ( " graphSettings " , JSON . stringify ( this . graphSettings ) ) } } , this . loadLocalStorage ( ) , this . writeLocalStorage = function ( ) { } ) , g = new GraphViewer ( o , p , q , b , e ) , A ( ) , z ( ) , D ( ) , E ( ) , t ( ) , B ( ) , $ ( " # graphSize " ) . on ( " change " , function ( ) { var a = $ ( " # graphSize " ) . find ( " : selected " ) . val ( ) ; g . loadGraphWithRandomStart ( function ( a ) { a & & a . errorCode & & arangoHelper . arangoError ( " Graph " , " Sorry your graph seems to be empty " ) } , a ) } ) , f & & ( " string " = = typeof f ? g . loadGraph ( f ) : g . loadGraphWithRandomStart ( function ( a ) { a & & a . errorCode & & arangoHelper . arangoError ( " Graph " , " Sorry your graph seems to be empty " ) } ) ) , this . changeWidth = function ( a ) { g . changeWidth ( a ) ; var b = a - 55 ; o . attr ( " width " , b ) . style ( " width " , b + " px " ) } } function GraphViewerWidget ( a , b ) { " use strict " ; var c , d , e , f , g , h , i , j , k = function ( ) { return d3 . select ( d ) . append ( " svg " ) . attr ( " id " , " graphViewerSVG " ) . attr ( " width " , e ) . attr ( " height " , f ) . attr ( " class " , " graph - viewer " ) . attr ( " style " , " width : " + e + " px ; height : " + f + " px ; " ) } , l = function ( a ) { var b = 0 ; return _ . each ( a , function ( c , d ) { c = = = ! 1 ? delete a [ d ] : b + + } ) , b > 0 } , m = function ( a , b ) { _ . each ( b , function ( b , c ) { a [ c ] = a [ c ] | | { } , _ . each ( b , function ( b , d ) { a [ c ] [ d ] = b } ) } ) } , n = function ( a ) { if ( a ) { var b = { } ; a . drag & & m ( b , j . dragRebinds ( ) ) , a . create & & ( m ( b , j . newNodeRebinds ( ) ) , m ( b , j . connectNodesRebinds ( ) ) ) , a . remove & & m ( b , j . deleteRebinds ( ) ) , a . expand & & m ( b , j . expandRebinds ( ) ) , a . edit & & m ( b , j . editRebinds ( ) ) , j . rebindAll ( b ) } } , o = function ( a ) { var b = document . createElement ( " div " ) ; j = new EventDispatcherControls ( b , g . nodeShaper , g . edgeShaper , g . start , g . dispatcherConfig ) , b . id = " toolbox " , b . className = " btn - group btn - group - vertical pull - left toolbox " , d . appendChild ( b ) , _ . each ( a , function ( a , b ) { switch ( b ) { case " expand " : j . addControlExpand ( ) ; break ; case " create " : j . addControlNewNode ( ) , j . addControlConnect ( ) ; break ; case " drag " : j . addControlDrag ( ) ; break ; case " edit " : j . addControlEdit ( ) ; break ; case " remove " : j . addControlDelete ( ) } } ) } , p = function ( a ) { var b = document . createElement ( " div " ) ; j = new EventDispatcherControls ( b , g . nodeShaper , g . edgeShaper , g . start , g . dispatcherConfig ) } , q = function ( ) { return new GraphViewer ( c , e , f , i , a ) } ; d = document . body , e = d . getBoundingClientRect ( ) . width , f = d . getBoundingClientRect ( ) . height , i = { type : " foxx " , route : " . " } , a = a | | { } , h = l ( a . toolbox ) , h & & ( e - = 43 ) , c = k ( ) , g = q ( ) , h ? o ( a . toolbox ) : p ( ) , b & & g . loadGraph ( b ) , n ( a . actions ) } function LayouterControls ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The Layouter has to be given . " ; var c = this ; this . addControlGravity = function ( ) { var c = " control_layout_gravity " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Gravity " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch Gravity Strength " , d , [ { type : " text " , id : " value " } ] , function ( ) { var a = $ ( " # " + d + " value " ) . attr ( " value " ) ; b . changeTo ( { gravity : a } ) } ) } ) } , this . addControlCharge = function ( ) { var c = " control_layout_charge " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Charge " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch Charge Strength " , d , [ { type : " text " , id : " value " } ] , function ( ) { var a = $ ( " # " + d + " value " ) . attr ( " value " ) ; b . changeTo ( { charge : a } ) } ) } ) } , this . addControlDistance = function ( ) { var c = " control_layout_distance " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Distance " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch Distance Strength " , d , [ { type : " text " , id : " value " } ] , function ( ) { var a = $ ( " # " + d + " value " ) . attr ( " value " ) ; b . changeTo ( { distance : a } ) } ) } ) } , this . addAll = function ( ) { c . addControlDistance ( ) , c . addControlGravity ( ) , c . addControlCharge ( ) } } function NodeShaperControls ( a , b ) { " use strict " ; if ( void 0 = = = a ) throw " A list element has to be given . " ; if ( void 0 = = = b ) throw " The NodeShaper has to be given . " ; var c , d = this , e = function ( a ) { for ( ; c . hasChildNodes ( ) ; ) c . removeChild ( c . lastChild ) ; var b = document . createElement ( " ul " ) ; c . appendChild ( b ) , _ . each ( a , function ( a , c ) { var d = document . createElement ( " ul " ) , e = a . list , f = a . front ; d . style . backgroundColor = c , d . style . color = f , _ . each ( e , function ( a ) { var b = document . createElement ( " li " ) ; b . appendChild ( document . createTextNode ( a ) ) , d . appendChild ( b ) } ) , b . appendChild ( d ) } ) } ; this . addControlOpticShapeNone = function ( ) { uiComponentsHelper . createButton ( a , " None " , " control_node_none " , function ( ) { b . changeTo ( { shape : { type : NodeShaper . shapes . NONE } } ) } ) } , this . applyLocalStorage = function ( a ) { if ( " undefined " ! = = Storage ) try { var b = JSON . parse ( localStorage . getItem ( " graphSettings " ) ) , c = window . location . hash . split ( " / " ) [ 1 ] , d = window . location . pathname . split ( " / " ) [ 2 ] , e = c + d ; _ . each ( a , function ( a , c ) { void 0 ! = = c & & ( b [ e ] . viewer . nodeShaper [ c ] = a ) } ) , localStorage . setItem ( " graphSettings " , JSON . stringify ( b ) ) } catch ( f ) { console . log ( f ) } } , this . addControlOpticShapeCircle = function ( ) { var c = " control_node_circle " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Circle " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch to Circle " , d , [ { type : " text " , id : " radius " } ] , function ( ) { var a = $ ( " # " + d + " radius " ) . attr ( " value " ) ; b . changeTo ( { shape : { type : NodeShaper . shapes . CIRCLE , radius : a } } ) } ) } ) } , this . addControlOpticShapeRect = function ( ) { var c = " control_node_rect " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Rectangle " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch to Rectangle " , " control_node_rect_ " , [ { type : " text " , id : " width " } , { type : " text " , id : " height " } ] , function ( ) { var a = $ ( " # " + d + " width " ) . attr ( " value " ) , c = $ ( " # " + d + " height " ) . attr ( " value " ) ; b . changeTo ( { shape : { type : NodeShaper . shapes . RECT , width : a , height : c } } ) } ) } ) } , this . addControlOpticLabel = function ( ) { var c = " control_node_label " , e = c + " _ " ; uiComponentsHelper . createButton ( a , " Configure Label " , c , function ( ) { modalDialogHelper . createModalChangeDialog ( " Change label attribute " , e , [ { type : " text " , id : " key " } ] , function ( ) { var a = $ ( " # " + e + " key " ) . attr ( " value " ) , c = { label : a } ; d . applyLocalStorage ( c ) , b . changeTo ( c ) } ) } ) } , this . addControlOpticSingleColour = function ( ) { var c = " control_node_singlecolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Single Colour " , c , function ( ) { modalDialogHelper . createModalDialog ( " Switch to Colour " , d , [ { type : " text " , id : " fill " } , { type : " text " , id : " stroke " } ] , function ( ) { var a = $ ( " # " + d + " fill " ) . attr ( " value " ) , c = $ ( " # " + d + " stroke " ) . attr ( " value " ) ; b . changeTo ( { color : { type : " single " , fill : a , stroke : c } } ) } ) } ) } , this . addControlOpticAttributeColour = function ( ) { var c = " control_node_attributecolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Colour by Attribute " , c , function ( ) { modalDialogHelper . createModalDialog ( " Display colour by attribute " , d , [ { type : " text " , id : " key " } ] , function ( ) { var a = $ ( " # " + d + " key " ) . attr ( " value " ) ; <nl> + b . changeTo ( { color : { type : " attribute " , key : a } } ) } ) } ) } , this . addControlOpticExpandColour = function ( ) { var c = " control_node_expandcolour " , d = c + " _ " ; uiComponentsHelper . createButton ( a , " Expansion Colour " , c , function ( ) { modalDialogHelper . createModalDialog ( " Display colours for expansion " , d , [ { type : " text " , id : " expanded " } , { type : " text " , id : " collapsed " } ] , function ( ) { var a = $ ( " # " + d + " expanded " ) . attr ( " value " ) , c = $ ( " # " + d + " collapsed " ) . attr ( " value " ) ; b . changeTo ( { color : { type : " expand " , expanded : a , collapsed : c } } ) } ) } ) } , this . addControlOpticLabelAndColour = function ( e ) { var f = " control_node_labelandcolour " , g = f + " _ " ; uiComponentsHelper . createButton ( a , " Configure Label " , f , function ( ) { modalDialogHelper . createModalChangeDialog ( " Change label attribute " , g , [ { type : " text " , id : " label - attribute " , text : " Vertex label attribute " , value : b . getLabel ( ) | | " " } , { type : " decission " , id : " samecolour " , group : " colour " , text : " Use this attribute for coloring , too " , isDefault : b . getLabel ( ) = = = b . getColor ( ) } , { type : " decission " , id : " othercolour " , group : " colour " , text : " Use different attribute for coloring " , isDefault : b . getLabel ( ) ! = = b . getColor ( ) , interior : [ { type : " text " , id : " colour - attribute " , text : " Color attribute " , value : b . getColor ( ) | | " " } ] } ] , function ( ) { var a = $ ( " # " + g + " label - attribute " ) . attr ( " value " ) , e = $ ( " # " + g + " colour - attribute " ) . attr ( " value " ) , f = $ ( " input [ type = ' radio ' ] [ name = ' colour ' ] : checked " ) . attr ( " id " ) ; f = = = g + " samecolour " & & ( e = a ) ; var h = { label : a , color : { type : " attribute " , key : e } } ; d . applyLocalStorage ( h ) , b . changeTo ( h ) , void 0 = = = c & & ( c = d . createColourMappingList ( ) ) } ) } ) } , this . addControlOpticLabelAndColourList = function ( e ) { var f = " control_node_labelandcolourlist " , g = f + " _ " ; uiComponentsHelper . createButton ( a , " Configure Label " , f , function ( ) { modalDialogHelper . createModalChangeDialog ( " Change label attribute " , g , [ { type : " extendable " , id : " label " , text : " Vertex label attribute " , objects : b . getLabel ( ) } , { type : " decission " , id : " samecolour " , group : " colour " , text : " Use this attribute for coloring , too " , isDefault : b . getLabel ( ) = = = b . getColor ( ) } , { type : " decission " , id : " othercolour " , group : " colour " , text : " Use different attribute for coloring " , isDefault : b . getLabel ( ) ! = = b . getColor ( ) , interior : [ { type : " extendable " , id : " colour " , text : " Color attribute " , objects : b . getColor ( ) | | " " } ] } ] , function ( ) { var a = $ ( " input [ id ^ = " + g + " label_ ] " ) , e = $ ( " input [ id ^ = " + g + " colour_ ] " ) , f = $ ( " input [ type = ' radio ' ] [ name = ' colour ' ] : checked " ) . attr ( " id " ) , h = [ ] , i = [ ] ; a . each ( function ( a , b ) { var c = $ ( b ) . val ( ) ; " " ! = = c & & h . push ( c ) } ) , e . each ( function ( a , b ) { var c = $ ( b ) . val ( ) ; " " ! = = c & & i . push ( c ) } ) , f = = = g + " samecolour " & & ( i = h ) ; var j = { label : h , color : { type : " attribute " , key : i } } ; d . applyLocalStorage ( j ) , b . changeTo ( j ) , void 0 = = = c & & ( c = d . createColourMappingList ( ) ) } ) } ) } , this . addAllOptics = function ( ) { d . addControlOpticShapeNone ( ) , d . addControlOpticShapeCircle ( ) , d . addControlOpticShapeRect ( ) , d . addControlOpticLabel ( ) , d . addControlOpticSingleColour ( ) , d . addControlOpticAttributeColour ( ) , d . addControlOpticExpandColour ( ) } , this . addAllActions = function ( ) { } , this . addAll = function ( ) { d . addAllOptics ( ) , d . addAllActions ( ) } , this . createColourMappingList = function ( ) { return void 0 ! = = c ? c : ( c = document . createElement ( " div " ) , c . id = " node_colour_list " , e ( b . getColourMapping ( ) ) , b . setColourMappingListener ( e ) , c ) } } function GraphViewer ( a , b , c , d , e ) { " use strict " ; if ( $ ( " html " ) . attr ( " xmlns : xlink " , " http : / / www . w3 . org / 1999 / xlink " ) , void 0 = = = a | | void 0 = = = a . append ) throw " SVG has to be given and has to be selected using d3 . select " ; if ( void 0 = = = b | | 0 > = b ) throw " A width greater 0 has to be given " ; if ( void 0 = = = c | | 0 > = c ) throw " A height greater 0 has to be given " ; if ( void 0 = = = d | | void 0 = = = d . type ) throw " An adapter configuration has to be given " ; var f , g , h , i , j , k , l , m , n = this , o = [ ] , p = [ ] , q = function ( a ) { if ( ! a ) return a = { } , a . nodes = p , a . links = o , a . width = b , a . height = c , void ( i = new ForceLayouter ( a ) ) ; switch ( a . type . toLowerCase ( ) ) { case " force " : a . nodes = p , a . links = o , a . width = b , a . height = c , i = new ForceLayouter ( a ) ; break ; default : throw " Sorry unknown layout type . " } } , r = function ( a ) { f . setNodeLimit ( a , n . start ) } , s = function ( d ) { d & & ( j = new ZoomManager ( b , c , a , k , g , h , { } , r ) ) } , t = function ( a ) { var b = a . edgeShaper | | { } , c = a . nodeShaper | | { } , d = c . idfunc | | void 0 , e = a . zoom | | ! 1 ; b . shape = b . shape | | { type : EdgeShaper . shapes . ARROW } , q ( a . layouter ) , m = k . append ( " g " ) , h = new EdgeShaper ( m , b ) , l = k . append ( " g " ) , g = new NodeShaper ( l , c , d ) , i . setCombinedUpdateFunction ( g , h ) , s ( e ) } ; switch ( d . type . toLowerCase ( ) ) { case " arango " : d . width = b , d . height = c , f = new ArangoAdapter ( p , o , this , d ) , f . setChildLimit ( 10 ) ; break ; case " gharial " : d . width = b , d . height = c , f = new GharialAdapter ( p , o , this , d ) , f . setChildLimit ( 10 ) ; break ; case " foxx " : d . width = b , d . height = c , f = new FoxxAdapter ( p , o , d . route , this , d ) ; break ; case " json " : f = new JSONAdapter ( d . path , p , o , this , b , c ) ; break ; case " preview " : d . width = b , d . height = c , f = new PreviewAdapter ( p , o , this , d ) ; break ; default : throw " Sorry unknown adapter type . " } k = a . append ( " g " ) , t ( e | | { } ) , this . start = function ( a ) { i . stop ( ) , a & & ( " " ! = = $ ( " . infoField " ) . text ( ) ? _ . each ( p , function ( a ) { _ . each ( f . randomNodes , function ( b ) { a . _id = = = b . _id & & ( a . _expanded = ! 0 ) } ) } ) : _ . each ( p , function ( a ) { a . _expanded = ! 0 } ) ) , g . drawNodes ( p ) , h . drawEdges ( o ) , i . start ( ) } , this . loadGraph = function ( a , b ) { f . loadInitialNode ( a , function ( a ) { return a . errorCode ? void b ( a ) : ( a . _expanded = ! 0 , n . start ( ) , void ( _ . isFunction ( b ) & & b ( ) ) ) } ) } , this . loadGraphWithRandomStart = function ( a , b ) { f . loadRandomNode ( function ( b ) { return b . errorCode & & 404 = = = b . errorCode ? void a ( b ) : ( b . _expanded = ! 0 , n . start ( ! 0 ) , void ( _ . isFunction ( a ) & & a ( ) ) ) } , b ) } , this . loadGraphWithAdditionalNode = function ( a , b , c ) { f . loadAdditionalNodeByAttributeValue ( a , b , function ( a ) { return a . errorCode ? void c ( a ) : ( a . _expanded = ! 0 , n . start ( ) , void ( _ . isFunction ( c ) & & c ( ) ) ) } ) } , this . loadGraphWithAttributeValue = function ( a , b , c ) { f . randomNodes = [ ] , f . definedNodes = [ ] , f . loadInitialNodeByAttributeValue ( a , b , function ( a ) { return a . errorCode ? void c ( a ) : ( a . _expanded = ! 0 , n . start ( ) , void ( _ . isFunction ( c ) & & c ( ) ) ) } ) } , this . cleanUp = function ( ) { g . resetColourMap ( ) , h . resetColourMap ( ) } , this . changeWidth = function ( a ) { i . changeWidth ( a ) , j . changeWidth ( a ) , f . setWidth ( a ) } , this . dispatcherConfig = { expand : { edges : o , nodes : p , startCallback : n . start , adapter : f , reshapeNodes : g . reshapeNodes } , drag : { layouter : i } , nodeEditor : { nodes : p , adapter : f } , edgeEditor : { edges : o , adapter : f } } , this . adapter = f , this . nodeShaper = g , this . edgeShaper = h , this . layouter = i , this . zoomManager = j } EdgeShaper . shapes = Object . freeze ( { NONE : 0 , ARROW : 1 } ) , NodeShaper . shapes = Object . freeze ( { NONE : 0 , CIRCLE : 1 , RECT : 2 , IMAGE : 3 } ) ; var modalDialogHelper = modalDialogHelper | | { } ; ! function ( ) { " use strict " ; var a , b = function ( a ) { $ ( document ) . bind ( " keypress . key13 " , function ( b ) { b . which & & 13 = = = b . which & & $ ( a ) . click ( ) } ) } , c = function ( ) { $ ( document ) . unbind ( " keypress . key13 " ) } , d = function ( a , b , c , d , e ) { var f , g , h = function ( ) { e ( f ) } , i = modalDialogHelper . modalDivTemplate ( a , b , c , h ) , j = document . createElement ( " tr " ) , k = document . createElement ( " th " ) , l = document . createElement ( " th " ) , m = document . createElement ( " th " ) , n = document . createElement ( " button " ) , o = 1 ; f = function ( ) { var a = { } ; return _ . each ( $ ( " # " + c + " table tr : not ( # first_row ) " ) , function ( b ) { var c = $ ( " . keyCell input " , b ) . val ( ) , d = $ ( " . valueCell input " , b ) . val ( ) ; a [ c ] = d } ) , a } , i . appendChild ( j ) , j . id = " first_row " , j . appendChild ( k ) , k . className = " keyCell " , j . appendChild ( l ) , l . className = " valueCell " , j . appendChild ( m ) , m . className = " actionCell " , m . appendChild ( n ) , n . id = c + " new " , n . className = " graphViewer - icon - button gv - icon - small add " , g = function ( a , b ) { var d , e , f , g = / ^ _ ( id | rev | key | from | to ) / , h = document . createElement ( " tr " ) , j = document . createElement ( " th " ) , k = document . createElement ( " th " ) , l = document . createElement ( " th " ) ; g . test ( b ) | | ( i . appendChild ( h ) , h . appendChild ( k ) , k . className = " keyCell " , e = document . createElement ( " input " ) , e . type = " text " , e . id = c + b + " _key " , e . value = b , k . appendChild ( e ) , h . appendChild ( l ) , l . className = " valueCell " , f = document . createElement ( " input " ) , f . type = " text " , f . id = c + b + " _value " , " object " = = typeof a ? f . value = JSON . stringify ( a ) : f . value = a , l . appendChild ( f ) , h . appendChild ( j ) , j . className = " actionCell " , d = document . createElement ( " button " ) , d . id = c + b + " _delete " , d . className = " graphViewer - icon - button gv - icon - small delete " , j . appendChild ( d ) , d . onclick = function ( ) { i . removeChild ( h ) } ) } , n . onclick = function ( ) { g ( " " , " new_ " + o ) , o + + } , _ . each ( d , g ) , $ ( " # " + c + " modal " ) . modal ( " show " ) } , e = function ( a , b , c , d , e ) { var f = modalDialogHelper . modalDivTemplate ( a , b , c , e ) , g = document . createElement ( " tr " ) , h = document . createElement ( " th " ) , i = document . createElement ( " pre " ) ; f . appendChild ( g ) , g . appendChild ( h ) , h . appendChild ( i ) , i . className = " gv - object - view " , i . innerHTML = JSON . stringify ( d , null , 2 ) , $ ( " # " + c + " modal " ) . modal ( " show " ) } , f = function ( a , b ) { var c = document . createElement ( " input " ) ; return c . type = " text " , c . id = a , c . value = b , c } , g = function ( a , b ) { var c = document . createElement ( " input " ) ; return c . type = " checkbox " , c . id = a , c . checked = b , c } , h = function ( a , b , c ) { var d = document . createElement ( " select " ) ; return d . id = a , _ . each ( _ . sortBy ( b , function ( a ) { return a . toLowerCase ( ) } ) , function ( a ) { var b = document . createElement ( " option " ) ; b . value = a , b . selected = a = = = c , b . appendChild ( document . createTextNode ( a ) ) , d . appendChild ( b ) } ) , d } , i = function ( a ) { var b = $ ( " . decission_ " + a ) , c = $ ( " input [ type = ' radio ' ] [ name = ' " + a + " ' ] : checked " ) . attr ( " id " ) ; b . each ( function ( ) { $ ( this ) . attr ( " decider " ) = = = c ? $ ( this ) . css ( " display " , " " ) : $ ( this ) . css ( " display " , " none " ) } ) } , j = function ( b , c , d , e , f , g , h , j ) { var k = document . createElement ( " input " ) , l = b + c , m = document . createElement ( " label " ) , n = document . createElement ( " tbody " ) ; k . id = l , k . type = " radio " , k . name = d , k . className = " gv - radio - button " , m . className = " radio " , h . appendChild ( m ) , m . appendChild ( k ) , m . appendChild ( document . createTextNode ( e ) ) , j . appendChild ( n ) , $ ( n ) . toggleClass ( " decission_ " + d , ! 0 ) , $ ( n ) . attr ( " decider " , l ) , _ . each ( g , function ( c ) { a ( n , b , c ) } ) , f ? k . checked = ! 0 : k . checked = ! 1 , m . onclick = function ( a ) { i ( d ) , a . stopPropagation ( ) } , i ( d ) } , k = function ( a , b , c , d , e , f ) { var g , h = [ ] , i = a + b , j = 1 , k = document . createElement ( " th " ) , l = document . createElement ( " button " ) , m = document . createElement ( " input " ) , n = function ( a ) { j + + ; var c , d = document . createElement ( " tr " ) , g = document . createElement ( " th " ) , k = document . createElement ( " th " ) , l = document . createElement ( " th " ) , m = document . createElement ( " input " ) , n = document . createElement ( " button " ) ; m . type = " text " , m . id = i + " _ " + j , m . value = a | | " " , c = 0 = = = h . length ? $ ( f ) : $ ( h [ h . length - 1 ] ) , c . after ( d ) , d . appendChild ( g ) , g . className = " collectionTh capitalize " , g . appendChild ( document . createTextNode ( b + " " + j + " : " ) ) , d . appendChild ( k ) , k . className = " collectionTh " , k . appendChild ( m ) , n . id = i + " _ " + j + " _remove " , n . className = " graphViewer - icon - button gv - icon - small delete " , n . onclick = function ( ) { e . removeChild ( d ) , h . splice ( h . indexOf ( d ) , 1 ) } , l . appendChild ( n ) , d . appendChild ( l ) , h . push ( d ) } ; for ( m . type = " text " , m . id = i + " _1 " , d . appendChild ( m ) , k . appendChild ( l ) , f . appendChild ( k ) , l . onclick = function ( ) { n ( ) } , l . id = i + " _addLine " , l . className = " graphViewer - icon - button gv - icon - small add " , " string " = = typeof c & & c . length > 0 & & ( c = [ c ] ) , c . length > 0 & & ( m . value = c [ 0 ] ) , g = 1 ; g < c . length ; g + + ) n ( c [ g ] ) } , l = function ( a , b ) { var d = document . createElement ( " div " ) , e = document . createElement ( " div " ) , f = document . createElement ( " button " ) , g = document . createElement ( " a " ) , h = document . createElement ( " div " ) , i = document . createElement ( " table " ) ; return d . id = b + " modal " , d . className = " modal hide fade createModalDialog " , d . setAttribute ( " tabindex " , " - 1 " ) , d . setAttribute ( " role " , " dialog " ) , d . setAttribute ( " aria - labelledby " , " myModalLabel " ) , d . setAttribute ( " aria - hidden " , ! 0 ) , d . style . display = " none " , d . onhidden = function ( ) { c ( ) , document . body . removeChild ( d ) } , e . className = " modal - header " , g . className = " arangoHeader " , f . id = b + " modal_dismiss " , f . className = " close " , f . dataDismiss = " modal " , f . ariaHidden = " true " , f . appendChild ( document . createTextNode ( " × " ) ) , g . appendChild ( document . createTextNode ( a ) ) , h . className = " modal - body " , i . id = b + " table " , d . appendChild ( e ) , d . appendChild ( h ) , e . appendChild ( f ) , e . appendChild ( g ) , h . appendChild ( i ) , document . body . appendChild ( d ) , f . onclick = function ( ) { c ( ) , $ ( " # " + b + " modal " ) . modal ( " hide " ) } , { div : d , bodyTable : i } } ; a = function ( a , b , c ) { var d = document . createElement ( " tr " ) , e = document . createElement ( " th " ) , i = document . createElement ( " th " ) ; switch ( a . appendChild ( d ) , d . appendChild ( e ) , e . className = " collectionTh " , c . text ? e . appendChild ( document . createTextNode ( c . text + " : " ) ) : ( e . className + = " capitalize " , c . type & & " extenadable " = = = c . type ? e . appendChild ( document . createTextNode ( c . id + " : " ) ) : e . appendChild ( document . createTextNode ( c . id + " : " ) ) ) , d . appendChild ( i ) , i . className = " collectionTh " , c . type ) { case " text " : i . appendChild ( f ( b + c . id , c . value | | " " ) ) ; break ; case " checkbox " : i . appendChild ( g ( b + c . id , c . selected | | ! 1 ) ) ; break ; case " list " : i . appendChild ( h ( b + c . id , c . objects , c . selected | | void 0 ) ) ; break ; case " extendable " : k ( b , c . id , c . objects , i , a , d ) ; break ; case " decission " : j ( b , c . id , c . group , c . text , c . isDefault , c . interior , i , a ) , e . innerHTML = " " ; break ; default : a . removeChild ( d ) } return d } , modalDialogHelper . modalDivTemplate = function ( a , d , e , f ) { d = d | | " Switch " ; var g = document . createElement ( " div " ) , h = document . createElement ( " button " ) , i = document . createElement ( " button " ) , j = l ( a , e ) ; return g . className = " modal - footer " , h . id = e + " cancel " , h . className = " button - close btn - margin " , h . appendChild ( document . createTextNode ( " Close " ) ) , i . id = e + " submit " , i . className = " button - success " , i . style . marginRight = " 8px " , i . appendChild ( document . createTextNode ( d ) ) , j . div . appendChild ( g ) , g . appendChild ( i ) , g . appendChild ( h ) , h . onclick = function ( ) { c ( ) , $ ( " # " + e + " modal " ) . modal ( " hide " ) } , i . onclick = function ( ) { c ( ) , f ( ) , $ ( " # " + e + " modal " ) . modal ( " hide " ) } , b ( i ) , j . bodyTable } , modalDialogHelper . createModalDialog = function ( b , c , d , e , f ) { var g = modalDialogHelper . modalDivTemplate ( b , f , c , e ) ; _ . each ( d , function ( b ) { a ( g , c , b ) } ) , $ ( " # " + c + " modal " ) . modal ( " show " ) } , modalDialogHelper . createModalChangeDialog = function ( b , c , d , e ) { var f = modalDialogHelper . modalDivTemplate ( b , " Change " , c , e ) ; _ . each ( d , function ( b ) { a ( f , c , b ) } ) , $ ( " # " + c + " modal " ) . modal ( " show " ) } , modalDialogHelper . createModalEditDialog = function ( a , b , c , e ) { d ( a , " Save " , b , c , e ) } , modalDialogHelper . createModalCreateDialog = function ( a , b , c , e ) { d ( a , " Create " , b , c , e ) } , modalDialogHelper . createModalViewDialog = function ( a , b , c , d ) { e ( a , " Edit " , b , c , d ) } , modalDialogHelper . createModalDeleteDialog = function ( a , d , e , f ) { var g = document . createElement ( " div " ) , h = document . createElement ( " button " ) , i = document . createElement ( " button " ) , j = l ( a , d ) ; g . className = " modal - footer " , h . id = d + " cancel " , h . className = " button - close btn - margin " , h . appendChild ( document . createTextNode ( " Close " ) ) , i . id = d + " submit " , i . className = " button - danger " , i . style . marginRight = " 8px " , i . appendChild ( document . createTextNode ( " Delete " ) ) , j . div . appendChild ( g ) , g . appendChild ( i ) , g . appendChild ( h ) , h . onclick = function ( ) { c ( ) , $ ( " # " + d + " modal " ) . modal ( " hide " ) } , i . onclick = function ( ) { c ( ) , f ( e ) , $ ( " # " + d + " modal " ) . modal ( " hide " ) } , b ( i ) , $ ( " # " + d + " modal " ) . modal ( " show " ) } } ( ) ; var uiComponentsHelper = uiComponentsHelper | | { } ; ! function ( ) { " use strict " ; uiComponentsHelper . createButton = function ( a , b , c , d ) { var e = document . createElement ( " li " ) , f = document . createElement ( " button " ) ; e . className = " graph_control " + c , e . id = c , e . appendChild ( f ) , f . className = " button - primary gv_dropdown_entry " , f . appendChild ( document . createTextNode ( b ) ) , a . appendChild ( e ) , f . id = c + " _button " , f . onclick = d } , uiComponentsHelper . createIconButton = function ( a , b , c ) { var d = document . createElement ( " div " ) , e = document . createElement ( " h6 " ) , f = document . createElement ( " h6 " ) ; return d . className = " gv_action_button " , d . id = b , d . onclick = function ( ) { $ ( " . gv_action_button " ) . each ( function ( a , b ) { $ ( b ) . toggleClass ( " active " , ! 1 ) } ) , " control_event_new_node " = = = d . id ? ( $ ( " . node " ) . css ( " cursor " , " pointer " ) , $ ( " . gv - background " ) . css ( " cursor " , " copy " ) ) : " control_event_drag " = = = d . id ? ( $ ( " . node " ) . css ( " cursor " , " - webkit - grabbing " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) : " control_event_expand " = = = d . id ? ( $ ( " . node " ) . css ( " cursor " , " grabbing " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) : " control_event_view " = = = d . id ? ( $ ( " . node " ) . css ( " cursor " , " - webkit - zoom - in " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) : " control_event_edit " = = = d . id ? ( $ ( " . gv - background . node " ) . css ( " cursor " , " context - menu " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) : " control_event_connect " = = = d . id ? ( $ ( " . node " ) . css ( " cursor " , " ne - resize " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) : " control_event_delete " = = = d . id & & ( $ ( " . node " ) . css ( " cursor " , " pointer " ) , $ ( " . gv - background " ) . css ( " cursor " , " default " ) ) , $ ( d ) . toggleClass ( " active " , ! 0 ) , c ( ) } , e . className = " fa gv_icon_icon fa - " + a . icon , e . title = a . title , f . className = " gv_button_title " , d . appendChild ( e ) , d . appendChild ( f ) , f . appendChild ( document . createTextNode ( a . title ) ) , d } } ( ) , function ( ) { " use strict " ; var a = null ; window . isCoordinator = function ( b ) { null = = = a ? $ . ajax ( " cluster / amICoordinator " , { async : ! 0 , success : function ( c ) { a = c , b ( ! 1 , c ) } , error : function ( c ) { a = c , b ( ! 0 , c ) } } ) : b ( ! 1 , a ) } , window . versionHelper = { fromString : function ( a ) { var b = a . replace ( / - [ a - zA - Z0 - 9_ \ - ] * $ / g , " " ) . split ( " . " ) ; return { major : parseInt ( b [ 0 ] , 10 ) | | 0 , minor : parseInt ( b [ 1 ] , 10 ) | | 0 , patch : parseInt ( b [ 2 ] , 10 ) | | 0 , toString : function ( ) { return this . major + " . " + this . minor + " . " + this . patch } } } , toString : function ( a ) { return a . major + " . " + a . minor + " . " + a . patch } } , window . arangoHelper = { getCurrentJwt : function ( ) { return localStorage . getItem ( " jwt " ) } , setCurrentJwt : function ( a ) { localStorage . setItem ( " jwt " , a ) } , lastNotificationMessage : null , CollectionTypes : { } , systemAttributes : function ( ) { return { _id : ! 0 , _rev : ! 0 , _key : ! 0 , _bidirectional : ! 0 , _vertices : ! 0 , _from : ! 0 , _to : ! 0 , $ id : ! 0 } } , getCurrentSub : function ( ) { return window . App . naviView . activeSubMenu } , parseError : function ( a , b ) { var c ; try { c = JSON . parse ( b . responseText ) . errorMessage } catch ( d ) { c = d } this . arangoError ( a , c ) } , setCheckboxStatus : function ( a ) { _ . each ( $ ( a ) . find ( " ul " ) . find ( " li " ) , function ( a ) { $ ( a ) . hasClass ( " nav - header " ) | | ( $ ( a ) . find ( " input " ) . attr ( " checked " ) ? $ ( a ) . find ( " i " ) . hasClass ( " css - round - label " ) ? $ ( a ) . find ( " i " ) . addClass ( " fa - dot - circle - o " ) : $ ( a ) . find ( " i " ) . addClass ( " fa - check - square - o " ) : $ ( a ) . find ( " i " ) . hasClass ( " css - round - label " ) ? $ ( a ) . find ( " i " ) . addClass ( " fa - circle - o " ) : $ ( a ) . find ( " i " ) . addClass ( " fa - square - o " ) ) } ) } , parseInput : function ( a ) { var b , c = $ ( a ) . val ( ) ; try { b = JSON . parse ( c ) } catch ( d ) { b = c } return b } , calculateCenterDivHeight : function ( ) { var a = $ ( " . navbar " ) . height ( ) , b = $ ( " . footer " ) . height ( ) , c = $ ( window ) . height ( ) ; return c - b - a - 110 } , fixTooltips : function ( a , b ) { $ ( a ) . tooltip ( { placement : b , hide : ! 1 , show : ! 1 } ) } , currentDatabase : function ( a ) { return frontendConfig . db ? a ( ! 1 , frontendConfig . db ) : a ( ! 0 , void 0 ) , frontendConfig . db } , allHotkeys : { jsoneditor : { name : " AQL editor " , content : [ { label : " Execute Query " , letter : " Ctrl / Cmd + Return " } , { label : " Explain Query " , letter : " Ctrl / Cmd + Shift + Return " } , { label : " Save Query " , letter : " Ctrl / Cmd + Shift + S " } , { label : " Open search " , letter : " Ctrl + Space " } , { label : " Toggle comments " , letter : " Ctrl / Cmd + Shift + C " } , { label : " Undo " , letter : " Ctrl / Cmd + Z " } , { label : " Redo " , letter : " Ctrl / Cmd + Shift + Z " } ] } , doceditor : { name : " Document editor " , content : [ { label : " Insert " , letter : " Ctrl + Insert " } , { label : " Save " , letter : " Ctrl + Return , Cmd + Return " } , { label : " Append " , letter : " Ctrl + Shift + Insert " } , { label : " Duplicate " , letter : " Ctrl + D " } , { label : " Remove " , letter : " Ctrl + Delete " } ] } , modals : { name : " Modal " , content : [ { label : " Submit " , letter : " Return " } , { label : " Close " , letter : " Esc " } , { label : " Navigate buttons " , letter : " Arrow keys " } , { label : " Navigate content " , letter : " Tab " } ] } } , hotkeysFunctions : { scrollDown : function ( ) { window . scrollBy ( 0 , 180 ) } , scrollUp : function ( ) { window . scrollBy ( 0 , - 180 ) } , showHotkeysModal : function ( ) { var a = [ ] , b = window . arangoHelper . allHotkeys ; window . modalView . show ( " modalHotkeys . ejs " , " Keyboard Shortcuts " , a , b ) } } , buildSubNavBar : function ( a ) { $ ( " # subNavigationBar . bottom " ) . html ( " " ) ; var b ; _ . each ( a , function ( a , c ) { b = " " , a . active & & ( b + = " active " ) , a . disabled & & ( b + = " disabled " ) , $ ( " # subNavigationBar . bottom " ) . append ( ' < li class = " subMenuEntry ' + b + ' " > < a > ' + c + " < / a > < / li > " ) , a . disabled | | $ ( " # subNavigationBar . bottom " ) . children ( ) . last ( ) . bind ( " click " , function ( ) { window . App . navigate ( a . route , { trigger : ! 0 } ) } ) } ) } , buildNodeSubNav : function ( a , b , c ) { var d = { Dashboard : { route : " # node / " + encodeURIComponent ( a ) } , Logs : { route : " # nLogs / " + encodeURIComponent ( a ) , disabled : ! 0 } } ; d [ b ] . active = ! 0 , d [ c ] . disabled = ! 0 , this . buildSubNavBar ( d ) } , scaleability : void 0 , buildNodesSubNav : function ( a ) { if ( void 0 = = = this . scaleability ) { var b = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _admin / cluster / numberOfServers " ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { null ! = = a . numberOfCoordinators & & null ! = = a . numberOfDBServers ? ( b . scaleability = ! 0 , b . buildNodesSubNav ( ) ) : b . scaleability = ! 1 } } ) } var c = { Coordinators : { route : " # cNodes " } , DBServers : { route : " # dNodes " } } ; c . Scale = { route : " # sNodes " , disabled : ! 0 } , " coordinator " = = = a ? c . Coordinators . active = ! 0 : " scale " = = = a ? this . scaleability = = = ! 0 ? c . Scale . active = ! 0 : window . App . navigate ( " # nodes " , { trigger : ! 0 } ) : c . DBServers . active = ! 0 , this . scaleability = = = ! 0 & & ( c . Scale . disabled = ! 1 ) , this . buildSubNavBar ( c ) } , buildCollectionSubNav : function ( a , b ) { var c = " # collection / " + encodeURIComponent ( a ) , d = { Content : { route : c + " / documents / 1 " } , Indices : { route : " # cIndices / " + encodeURIComponent ( a ) } , Info : { route : " # cInfo / " + encodeURIComponent ( a ) } , Settings : { route : " # cSettings / " + encodeURIComponent ( a ) } } ; d [ b ] . active = ! 0 , this . buildSubNavBar ( d ) } , enableKeyboardHotkeys : function ( a ) { var b = window . arangoHelper . hotkeysFunctions ; a = = = ! 0 & & ( $ ( document ) . on ( " keydown " , null , " j " , b . scrollDown ) , $ ( document ) . on ( " keydown " , null , " k " , b . scrollUp ) ) } , databaseAllowed : function ( a ) { var b = function ( b , c ) { b ? arangoHelper . arangoError ( " " , " " ) : $ . ajax ( { type : " GET " , cache : ! 1 , url : this . databaseUrl ( " / _api / database / " , c ) , contentType : " application / json " , processData : ! 1 , success : function ( ) { a ( ! 1 , ! 0 ) } , error : function ( ) { a ( ! 0 , ! 1 ) } } ) } . bind ( this ) ; this . currentDatabase ( b ) } , arangoNotification : function ( a , b , c ) { window . App . notificationList . add ( { title : a , content : b , info : c , type : " success " } ) } , arangoError : function ( a , b , c ) { window . App . notificationList . add ( { title : a , content : b , info : c , type : " error " } ) } , arangoWarning : function ( a , b , c ) { window . App . notificationList . add ( { title : a , content : b , info : c , type : " warning " } ) } , hideArangoNotifications : function ( ) { $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) } , openDocEditor : function ( a , b , c ) { var d = a . split ( " / " ) , e = this , f = new window . DocumentView ( { collection : window . App . arangoDocumentStore } ) ; f . breadcrumb = function ( ) { } , f . colid = d [ 0 ] , f . docid = d [ 1 ] , f . el = " . arangoFrame . innerDiv " , f . render ( ) , f . setType ( b ) , $ ( " . arangoFrame . headerBar " ) . remove ( ) , $ ( " . arangoFrame . outerDiv " ) . prepend ( ' < i class = " fa fa - times " > < / i > ' ) , $ ( " . arangoFrame . outerDiv " ) . click ( function ( ) { e . closeDocEditor ( ) } ) , $ ( " . arangoFrame . innerDiv " ) . click ( function ( a ) { a . stopPropagation ( ) } ) , $ ( " . fa - times " ) . click ( function ( ) { e . closeDocEditor ( ) } ) , $ ( " . arangoFrame " ) . show ( ) , f . customView = ! 0 , f . customDeleteFunction = function ( ) { window . modalView . hide ( ) , $ ( " . arangoFrame " ) . hide ( ) } , $ ( " . arangoFrame # deleteDocumentButton " ) . click ( function ( ) { f . deleteDocumentModal ( ) } ) , $ ( " . arangoFrame # saveDocumentButton " ) . click ( function ( ) { f . saveDocument ( ) } ) , $ ( " . arangoFrame # deleteDocumentButton " ) . css ( " display " , " none " ) } , closeDocEditor : function ( ) { $ ( " . arangoFrame . outerDiv . fa - times " ) . remove ( ) , $ ( " . arangoFrame " ) . hide ( ) } , addAardvarkJob : function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " POST " , url : this . databaseUrl ( " / _admin / aardvark / job " ) , data : JSON . stringify ( a ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { b & & b ( ! 1 , a ) } , error : function ( a ) { b & & b ( ! 0 , a ) } } ) } , deleteAardvarkJob : function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , url : this . databaseUrl ( " / _admin / aardvark / job / " + encodeURIComponent ( a ) ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { b & & b ( ! 1 , a ) } , error : function ( a ) { b & & b ( ! 0 , a ) } } ) } , deleteAllAardvarkJobs : function ( a ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , url : this . databaseUrl ( " / _admin / aardvark / job " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a & & a ( ! 1 , b ) } , error : function ( b ) { a & & a ( ! 0 , b ) } } ) } , getAardvarkJobs : function ( a ) { $ . ajax ( { cache : ! 1 , type : " GET " , url : this . databaseUrl ( " / _admin / aardvark / job " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a & & a ( ! 1 , b ) } , error : function ( b ) { console . log ( " error " ) , a & & a ( ! 0 , b ) } } ) } , getPendingJobs : function ( a ) { $ . ajax ( { cache : ! 1 , type : " GET " , url : this . databaseUrl ( " / _api / job / pending " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , syncAndReturnUninishedAardvarkJobs : function ( a , b ) { var c = function ( c , d ) { if ( c ) b ( ! 0 ) ; else { var e = function ( c , e ) { if ( c ) arangoHelper . arangoError ( " " , " " ) ; else { var f = [ ] ; e . length > 0 ? _ . each ( d , function ( b ) { if ( b . type = = = a | | void 0 = = = b . type ) { var c = ! 1 ; _ . each ( e , function ( a ) { b . id = = = a & & ( c = ! 0 ) } ) , c ? f . push ( { collection : b . collection , id : b . id , type : b . type , desc : b . desc } ) : window . arangoHelper . deleteAardvarkJob ( b . id ) } } ) : d . length > 0 & & this . deleteAllAardvarkJobs ( ) , b ( ! 1 , f ) } } . bind ( this ) ; this . getPendingJobs ( e ) } } . bind ( this ) ; this . getAardvarkJobs ( c ) } , getRandomToken : function ( ) { return Math . round ( ( new Date ) . getTime ( ) ) } , isSystemAttribute : function ( a ) { var b = this . systemAttributes ( ) ; return b [ a ] } , isSystemCollection : function ( a ) { return " _ " = = = a . name . substr ( 0 , 1 ) } , setDocumentStore : function ( a ) { this . arangoDocumentStore = a } , collectionApiType : function ( a , b , c ) { if ( b | | void 0 = = = this . CollectionTypes [ a ] ) { var d = function ( b , c , d ) { b ? arangoHelper . arangoError ( " Error " , " Could not detect collection type " ) : ( this . CollectionTypes [ a ] = c . type , 3 = = = this . CollectionTypes [ a ] ? d ( ! 1 , " edge " ) : d ( ! 1 , " document " ) ) } . bind ( this ) ; this . arangoDocumentStore . getCollectionInfo ( a , d , c ) } else c ( ! 1 , this . CollectionTypes [ a ] ) } , collectionType : function ( a ) { if ( ! a | | " " = = = a . name ) return " - " ; var b ; return b = 2 = = = a . type ? " document " : 3 = = = a . type ? " edge " : " unknown " , this . isSystemCollection ( a ) & & ( b + = " ( system ) " ) , b } , formatDT : function ( a ) { var b = function ( a ) { return 10 > a ? " 0 " + a : a } ; return a . getUTCFullYear ( ) + " - " + b ( a . getUTCMonth ( ) + 1 ) + " - " + b ( a . getUTCDate ( ) ) + " " + b ( a . getUTCHours ( ) ) + " : " + b ( a . getUTCMinutes ( ) ) + " : " + b ( a . getUTCSeconds ( ) ) } , escapeHtml : function ( a ) { return String ( a ) . replace ( / & / g , " & amp ; " ) . replace ( / < / g , " & lt ; " ) . replace ( / > / g , " & gt ; " ) . replace ( / " / g , " & quot ; " ) . replace ( / ' / g , " & # 39 ; " ) } , backendUrl : function ( a ) { return frontendConfig . basePath + a } , databaseUrl : function ( a , b ) { if ( " / _db / " = = = a . substr ( 0 , 5 ) ) throw new Error ( " Calling databaseUrl with a databased url ( " + a + " ) doesn ' t make any sense " ) ; return b | | ( b = " _system " , frontendConfig . db & & ( b = frontendConfig . db ) ) , this . backendUrl ( " / _db / " + encodeURIComponent ( b ) + a ) } } } ( ) , function ( ) { " use strict " ; if ( ! window . hasOwnProperty ( " TEST_BUILD " ) ) { var a = function ( ) { var a = { } ; return a . createTemplate = function ( a ) { var b = $ ( " # " + a . replace ( " . " , " \ \ . " ) ) . html ( ) ; return { render : function ( a ) { var c = _ . template ( b ) ; return c = c ( a ) } } } , a } ; window . templateEngine = new a } } ( ) , function ( ) { " use strict " ; window . dygraphConfig = { defaultFrame : 12e5 , zeropad : function ( a ) { return 10 > a ? " 0 " + a : a } , xAxisFormat : function ( a ) { if ( - 1 = = = a ) return " " ; var b = new Date ( a ) ; return this . zeropad ( b . getHours ( ) ) + " : " + this . zeropad ( b . getMinutes ( ) ) + " : " + this . zeropad ( b . getSeconds ( ) ) } , mergeObjects : function ( a , b , c ) { c | | ( c = [ ] ) ; var d , e = { } ; return c . forEach ( function ( c ) { var d = a [ c ] , f = b [ c ] ; void 0 = = = d & & ( d = { } ) , void 0 = = = f & & ( f = { } ) , e [ c ] = _ . extend ( d , f ) } ) , d = _ . extend ( a , b ) , Object . keys ( e ) . forEach ( function ( a ) { d [ a ] = e [ a ] } ) , d } , mapStatToFigure : { residentSize : [ " times " , " residentSizePercent " ] , pageFaults : [ " times " , " majorPageFaultsPerSecond " , " minorPageFaultsPerSecond " ] , systemUserTime : [ " times " , " systemTimePerSecond " , " userTimePerSecond " ] , totalTime : [ " times " , " avgQueueTime " , " avgRequestTime " , " avgIoTime " ] , dataTransfer : [ " times " , " bytesSentPerSecond " , " bytesReceivedPerSecond " ] , requests : [ " times " , " getsPerSecond " , " putsPerSecond " , " postsPerSecond " , " deletesPerSecond " , " patchesPerSecond " , " headsPerSecond " , " optionsPerSecond " , " othersPerSecond " ] } , colors : [ " rgb ( 95 , 194 , 135 ) " , " rgb ( 238 , 190 , 77 ) " , " # 81ccd8 " , " # 7ca530 " , " # 3c3c3c " , " # aa90bd " , " # e1811d " , " # c7d4b2 " , " # d0b2d4 " ] , figureDependedOptions : { clusterRequestsPerSecond : { showLabelsOnHighlight : ! 0 , title : " " , header : " Cluster Requests per Second " , stackedGraph : ! 0 , div : " lineGraphLegend " , labelsKMG2 : ! 1 , axes : { y : { valueFormatter : function ( a ) { return parseFloat ( a . toPrecision ( 3 ) ) } , axisLabelFormatter : function ( a ) { return 0 = = = a ? 0 : parseFloat ( a . toPrecision ( 3 ) ) } } } } , residentSize : { header : " Memory " , axes : { y : { labelsKMG2 : ! 1 , axisLabelFormatter : function ( a ) { return parseFloat ( 100 * a . toPrecision ( 3 ) ) + " % " } , valueFormatter : function ( a ) { return parseFloat ( 100 * a . toPrecision ( 3 ) ) + " % " } } } } , pageFaults : { header : " Page Faults " , visibility : [ ! 0 , ! 1 ] , labels : [ " datetime " , " Major Page " , " Minor Page " ] , div : " pageFaultsChart " , labelsKMG2 : ! 1 , axes : { y : { valueFormatter : function ( a ) { return parseFloat ( a . toPrecision ( 3 ) ) } , axisLabelFormatter : function ( a ) { return 0 = = = a ? 0 : parseFloat ( a . toPrecision ( 3 ) ) } } } } , systemUserTime : { div : " systemUserTimeChart " , header : " System and User Time " , labels : [ " datetime " , " System Time " , " User Time " ] , stackedGraph : ! 0 , labelsKMG2 : ! 1 , axes : { y : { valueFormatter : function ( a ) { return parseFloat ( a . toPrecision ( 3 ) ) } , axisLabelFormatter : function ( a ) { return 0 = = = a ? 0 : parseFloat ( a . toPrecision ( 3 ) ) } } } } , totalTime : { div : " totalTimeChart " , header : " Total Time " , labels : [ " datetime " , " Queue " , " Computation " , " I / O " ] , labelsKMG2 : ! 1 , axes : { y : { valueFormatter : function ( a ) { return parseFloat ( a . toPrecision ( 3 ) ) } , axisLabelFormatter : function ( a ) { return 0 = = = a ? 0 : parseFloat ( a . toPrecision ( 3 ) ) } } } , stackedGraph : ! 0 } , dataTransfer : { header : " Data Transfer " , labels : [ " datetime " , " Bytes sent " , " Bytes received " ] , stackedGraph : ! 0 , div : " dataTransferChart " } , requests : { header : " Requests " , labels : [ " datetime " , " Reads " , " Writes " ] , stackedGraph : ! 0 , div : " requestsChart " , axes : { y : { valueFormatter : function ( a ) { return parseFloat ( a . toPrecision ( 3 ) ) } , axisLabelFormatter : function ( a ) { return 0 = = = a ? 0 : parseFloat ( a . toPrecision ( 3 ) ) } } } } } , getDashBoardFigures : function ( a ) { var b = [ ] , c = this ; return Object . keys ( this . figureDependedOptions ) . forEach ( function ( d ) { " clusterRequestsPerSecond " ! = = d & & ( c . figureDependedOptions [ d ] . div | | a ) & & b . push ( d ) } ) , b } , getDefaultConfig : function ( a ) { var b = this , c = { digitsAfterDecimal : 1 , drawGapPoints : ! 0 , fillGraph : ! 0 , fillAlpha : . 85 , showLabelsOnHighlight : ! 1 , strokeWidth : 0 , lineWidth : 0 , strokeBorderWidth : 0 , includeZero : ! 0 , highlightCircleSize : 2 . 5 , labelsSeparateLines : ! 0 , strokeBorderColor : " rgba ( 0 , 0 , 0 , 0 ) " , interactionModel : { } , maxNumberWidth : 10 , colors : [ this . colors [ 0 ] ] , xAxisLabelWidth : " 50 " , rightGap : 15 , showRangeSelector : ! 1 , rangeSelectorHeight : 50 , rangeSelectorPlotStrokeColor : " # 365300 " , rangeSelectorPlotFillColor : " " , pixelsPerLabel : 50 , labelsKMG2 : ! 0 , dateWindow : [ ( new Date ) . getTime ( ) - this . defaultFrame , ( new Date ) . getTime ( ) ] , axes : { x : { valueFormatter : function ( a ) { return b . xAxisFormat ( a ) } } , y : { ticker : Dygraph . numericLinearTicks } } } ; return this . figureDependedOptions [ a ] & & ( c = this . mergeObjects ( c , this . figureDependedOptions [ a ] , [ " axes " ] ) , c . div & & c . labels & & ( c . colors = this . getColors ( c . labels ) , c . labelsDiv = document . getElementById ( c . div + " Legend " ) , c . legend = " always " , c . showLabelsOnHighlight = ! 0 ) ) , c } , getDetailChartConfig : function ( a ) { var b = _ . extend ( this . getDefaultConfig ( a ) , { showRangeSelector : ! 0 , interactionModel : null , showLabelsOnHighlight : ! 0 , highlightCircleSize : 2 . 5 , legend : " always " , labelsDiv : " div # detailLegend . dashboard - legend - inner " } ) ; return " pageFaults " = = = a & & ( b . visibility = [ ! 0 , ! 0 ] ) , b . labels | | ( b . labels = [ " datetime " , b . header ] , b . colors = this . getColors ( b . labels ) ) , b } , getColors : function ( a ) { var b ; return b = this . colors . concat ( [ ] ) , b . slice ( 0 , a . length - 1 ) } } } ( ) , function ( ) { " use strict " ; window . arangoCollectionModel = Backbone . Model . extend ( { idAttribute : " name " , urlRoot : arangoHelper . databaseUrl ( " / _api / collection " ) , defaults : { id : " " , name : " " , status : " " , type : " " , isSystem : ! 1 , picture : " " , locked : ! 1 , desc : void 0 } , getProperties : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / collection / " + encodeURIComponent ( this . get ( " id " ) ) + " / properties " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , getFigures : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / figures " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( ) { a ( ! 0 ) } } ) } , getRevision : function ( a , b ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / revision " ) , contentType : " application / json " , processData : ! 1 , success : function ( c ) { a ( ! 1 , c , b ) } , error : function ( ) { a ( ! 0 ) } } ) } , getIndex : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / index / ? collection = " + this . get ( " id " ) ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , createIndex : function ( a , b ) { var c = this ; $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / index ? collection = " + c . get ( " id " ) ) , headers : { " x - arango - async " : " store " } , data : JSON . stringify ( a ) , contentType : " application / json " , processData : ! 1 , success : function ( a , d , e ) { e . getResponseHeader ( " x - arango - async - id " ) ? ( window . arangoHelper . addAardvarkJob ( { id : e . getResponseHeader ( " x - arango - async - id " ) , type : " index " , desc : " Creating Index " , collection : c . get ( " id " ) } ) , b ( ! 1 , a ) ) : b ( ! 0 , a ) } , error : function ( a ) { b ( ! 0 , a ) } } ) } , deleteIndex : function ( a , b ) { var c = this ; $ . ajax ( { cache : ! 1 , type : " DELETE " , url : arangoHelper . databaseUrl ( " / _api / index / " + this . get ( " name " ) + " / " + encodeURIComponent ( a ) ) , headers : { " x - arango - async " : " store " } , success : function ( a , d , e ) { e . getResponseHeader ( " x - arango - async - id " ) ? ( window . arangoHelper . addAardvarkJob ( { id : e . getResponseHeader ( " x - arango - async - id " ) , type : " index " , desc : " Removing Index " , collection : c . get ( " id " ) } ) , b ( ! 1 , a ) ) : b ( ! 0 , a ) } , error : function ( a ) { b ( ! 0 , a ) } } ) , b ( ) } , truncateCollection : function ( ) { <nl> + $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / truncate " ) , success : function ( ) { arangoHelper . arangoNotification ( " Collection truncated . " ) } , error : function ( ) { arangoHelper . arangoError ( " Collection error . " ) } } ) } , loadCollection : function ( a ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / load " ) , success : function ( ) { a ( ! 1 ) } , error : function ( ) { a ( ! 0 ) } } ) , a ( ) } , unloadCollection : function ( a ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / unload ? flush = true " ) , success : function ( ) { a ( ! 1 ) } , error : function ( ) { a ( ! 0 ) } } ) , a ( ) } , renameCollection : function ( a , b ) { var c = this ; $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / rename " ) , data : JSON . stringify ( { name : a } ) , contentType : " application / json " , processData : ! 1 , success : function ( ) { c . set ( " name " , a ) , b ( ! 1 ) } , error : function ( a ) { b ( ! 0 , a ) } } ) } , changeCollection : function ( a , b , c , d ) { var e = ! 1 ; " true " = = = a ? a = ! 0 : " false " = = = a & & ( a = ! 1 ) ; var f = { waitForSync : a , journalSize : parseInt ( b ) , indexBuckets : parseInt ( c ) } ; return $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . get ( " id " ) + " / properties " ) , data : JSON . stringify ( f ) , contentType : " application / json " , processData : ! 1 , success : function ( ) { d ( ! 1 ) } , error : function ( a ) { d ( ! 1 , a ) } } ) , e } } ) } ( ) , window . DatabaseModel = Backbone . Model . extend ( { idAttribute : " name " , initialize : function ( ) { " use strict " } , isNew : function ( ) { " use strict " ; return ! 1 } , sync : function ( a , b , c ) { " use strict " ; return " update " = = = a & & ( a = " create " ) , Backbone . sync ( a , b , c ) } , url : arangoHelper . databaseUrl ( " / _api / database " ) , defaults : { } } ) , window . arangoDocumentModel = Backbone . Model . extend ( { initialize : function ( ) { " use strict " } , urlRoot : arangoHelper . databaseUrl ( " / _api / document " ) , defaults : { _id : " " , _rev : " " , _key : " " } , getSorted : function ( ) { " use strict " ; var a = this , b = Object . keys ( a . attributes ) . sort ( function ( a , b ) { var c = arangoHelper . isSystemAttribute ( a ) , d = arangoHelper . isSystemAttribute ( b ) ; return c ! = = d ? c ? - 1 : 1 : b > a ? - 1 : 1 } ) , c = { } ; return _ . each ( b , function ( b ) { c [ b ] = a . attributes [ b ] } ) , c } } ) , function ( ) { " use strict " ; window . ArangoQuery = Backbone . Model . extend ( { urlRoot : arangoHelper . databaseUrl ( " / _api / user " ) , defaults : { name : " " , type : " custom " , value : " " } } ) } ( ) , window . Replication = Backbone . Model . extend ( { defaults : { state : { } , server : { } } , initialize : function ( ) { } } ) , window . Statistics = Backbone . Model . extend ( { defaults : { } , url : function ( ) { " use strict " ; return " / _admin / statistics " } } ) , window . StatisticsDescription = Backbone . Model . extend ( { defaults : { figures : " " , groups : " " } , url : function ( ) { " use strict " ; return " / _admin / statistics - description " } } ) , window . Users = Backbone . Model . extend ( { defaults : { user : " " , active : ! 1 , extra : { } } , idAttribute : " user " , parse : function ( a ) { return this . isNotNew = ! 0 , a } , isNew : function ( ) { return ! this . isNotNew } , url : function ( ) { return this . isNew ( ) ? arangoHelper . databaseUrl ( " / _api / user " ) : " " ! = = this . get ( " user " ) ? arangoHelper . databaseUrl ( " / _api / user / " + this . get ( " user " ) ) : arangoHelper . databaseUrl ( " / _api / user " ) } , checkPassword : function ( a , b ) { $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / user / " + this . get ( " user " ) ) , data : JSON . stringify ( { passwd : a } ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { b ( ! 1 , a ) } , error : function ( a ) { b ( ! 0 , a ) } } ) } , setPassword : function ( a ) { $ . ajax ( { cache : ! 1 , type : " PATCH " , url : arangoHelper . databaseUrl ( " / _api / user / " + this . get ( " user " ) ) , data : JSON . stringify ( { passwd : a } ) , contentType : " application / json " , processData : ! 1 } ) } , setExtras : function ( a , b , c ) { $ . ajax ( { cache : ! 1 , type : " PATCH " , url : arangoHelper . databaseUrl ( " / _api / user / " + this . get ( " user " ) ) , data : JSON . stringify ( { extra : { name : a , img : b } } ) , contentType : " application / json " , processData : ! 1 , success : function ( ) { c ( ! 1 ) } , error : function ( ) { c ( ! 0 ) } } ) } } ) , function ( ) { " use strict " ; window . ClusterCoordinator = Backbone . Model . extend ( { defaults : { name : " " , status : " ok " , address : " " , protocol : " " } , idAttribute : " name " , forList : function ( ) { return { name : this . get ( " name " ) , status : this . get ( " status " ) , url : this . get ( " url " ) } } } ) } ( ) , function ( ) { " use strict " ; window . ClusterServer = Backbone . Model . extend ( { defaults : { name : " " , address : " " , role : " " , status : " ok " } , idAttribute : " name " , forList : function ( ) { return { name : this . get ( " name " ) , address : this . get ( " address " ) , status : this . get ( " status " ) } } } ) } ( ) , function ( ) { " use strict " ; window . Coordinator = Backbone . Model . extend ( { defaults : { address : " " , protocol : " " , name : " " , status : " " } } ) } ( ) , function ( ) { " use strict " ; window . CurrentDatabase = Backbone . Model . extend ( { url : arangoHelper . databaseUrl ( " / _api / database / current " , frontendConfig . db ) , parse : function ( a ) { return a . result } } ) } ( ) , function ( ) { " use strict " ; var a = function ( a , b , c , d , e , f ) { var g = { contentType : " application / json " , processData : ! 1 , type : c } ; b = b | | function ( ) { } , f = _ . extend ( { mount : a . encodedMount ( ) } , f ) ; var h = _ . reduce ( f , function ( a , b , c ) { return a + encodeURIComponent ( c ) + " = " + encodeURIComponent ( b ) + " & " } , " ? " ) ; g . url = arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes " + ( d ? " / " + d : " " ) + h . slice ( 0 , h . length - 1 ) ) , void 0 ! = = e & & ( g . data = JSON . stringify ( e ) ) , $ . ajax ( g ) . then ( function ( a ) { b ( null , a ) } , function ( a ) { window . xhr = a , b ( _ . extend ( a . status ? new Error ( a . responseJSON ? a . responseJSON . errorMessage : a . responseText ) : new Error ( " Network Error " ) , { statusCode : a . status } ) ) } ) } ; window . Foxx = Backbone . Model . extend ( { idAttribute : " mount " , defaults : { author : " Unknown Author " , name : " " , version : " Unknown Version " , description : " No description " , license : " Unknown License " , contributors : [ ] , scripts : { } , config : { } , deps : { } , git : " " , system : ! 1 , development : ! 1 } , isNew : function ( ) { return ! 1 } , encodedMount : function ( ) { return encodeURIComponent ( this . get ( " mount " ) ) } , destroy : function ( b , c ) { a ( this , c , " DELETE " , void 0 , void 0 , b ) } , isBroken : function ( ) { return ! 1 } , needsAttention : function ( ) { return this . isBroken ( ) | | this . needsConfiguration ( ) | | this . hasUnconfiguredDependencies ( ) } , needsConfiguration : function ( ) { return _ . any ( this . get ( " config " ) , function ( a ) { return void 0 = = = a . current & & a . required ! = = ! 1 } ) } , hasUnconfiguredDependencies : function ( ) { return _ . any ( this . get ( " deps " ) , function ( a ) { return void 0 = = = a . current & & a . definition . required ! = = ! 1 } ) } , getConfiguration : function ( b ) { a ( this , function ( a , c ) { a | | this . set ( " config " , c ) , " function " = = typeof b & & b ( a , c ) } . bind ( this ) , " GET " , " config " ) } , setConfiguration : function ( b , c ) { a ( this , c , " PATCH " , " config " , b ) } , getDependencies : function ( b ) { a ( this , function ( a , c ) { a | | this . set ( " deps " , c ) , " function " = = typeof b & & b ( a , c ) } . bind ( this ) , " GET " , " deps " ) } , setDependencies : function ( b , c ) { a ( this , c , " PATCH " , " deps " , b ) } , toggleDevelopment : function ( b , c ) { a ( this , function ( a , d ) { a | | this . set ( " development " , b ) , " function " = = typeof c & & c ( a , d ) } . bind ( this ) , " PATCH " , " devel " , b ) } , runScript : function ( b , c , d ) { a ( this , d , " POST " , " scripts / " + b , c ) } , runTests : function ( b , c ) { a ( this , function ( a , b ) { " function " = = typeof c & & c ( a ? a . responseJSON : a , b ) } . bind ( this ) , " POST " , " tests " , b ) } , isSystem : function ( ) { return this . get ( " system " ) } , isDevelopment : function ( ) { return this . get ( " development " ) } , download : function ( ) { window . open ( arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes / download / zip ? mount = " + this . encodedMount ( ) ) ) } , fetchThumbnail : function ( a ) { var b = new XMLHttpRequest ; b . responseType = " blob " , b . onload = function ( ) { this . thumbnailUrl = URL . createObjectURL ( b . response ) , a ( ) } . bind ( this ) , b . onerror = a , b . open ( " GET " , " foxxes / thumbnail ? mount = " + this . encodedMount ( ) ) , b . setRequestHeader ( " Authorization " , " bearer " + window . arangoHelper . getCurrentJwt ( ) ) , b . send ( ) } } ) } ( ) , function ( ) { " use strict " ; window . Graph = Backbone . Model . extend ( { idAttribute : " _key " , urlRoot : arangoHelper . databaseUrl ( " / _api / gharial " ) , isNew : function ( ) { return ! this . get ( " _id " ) } , parse : function ( a ) { return a . graph | | a } , addEdgeDefinition : function ( a ) { $ . ajax ( { async : ! 1 , type : " POST " , url : this . urlRoot + " / " + this . get ( " _key " ) + " / edge " , data : JSON . stringify ( a ) } ) } , deleteEdgeDefinition : function ( a ) { $ . ajax ( { async : ! 1 , type : " DELETE " , url : this . urlRoot + " / " + this . get ( " _key " ) + " / edge / " + a } ) } , modifyEdgeDefinition : function ( a ) { $ . ajax ( { async : ! 1 , type : " PUT " , url : this . urlRoot + " / " + this . get ( " _key " ) + " / edge / " + a . collection , data : JSON . stringify ( a ) } ) } , addVertexCollection : function ( a ) { $ . ajax ( { async : ! 1 , type : " POST " , url : this . urlRoot + " / " + this . get ( " _key " ) + " / vertex " , data : JSON . stringify ( { collection : a } ) } ) } , deleteVertexCollection : function ( a ) { $ . ajax ( { async : ! 1 , type : " DELETE " , url : this . urlRoot + " / " + this . get ( " _key " ) + " / vertex / " + a } ) } , defaults : { name : " " , edgeDefinitions : [ ] , orphanCollections : [ ] } } ) } ( ) , function ( ) { " use strict " ; window . newArangoLog = Backbone . Model . extend ( { defaults : { lid : " " , level : " " , timestamp : " " , text : " " , totalAmount : " " } , getLogStatus : function ( ) { switch ( this . get ( " level " ) ) { case 1 : return " Error " ; case 2 : return " Warning " ; case 3 : return " Info " ; case 4 : return " Debug " ; default : return " Unknown " } } } ) } ( ) , function ( ) { " use strict " ; window . Notification = Backbone . Model . extend ( { defaults : { title : " " , date : 0 , content : " " , priority : " " , tags : " " , seen : ! 1 } } ) } ( ) , function ( ) { " use strict " ; window . queryManagementModel = Backbone . Model . extend ( { defaults : { id : " " , query : " " , started : " " , runTime : " " } } ) } ( ) , function ( ) { " use strict " ; window . workMonitorModel = Backbone . Model . extend ( { defaults : { name : " " , number : " " , status : " " , type : " " } } ) } ( ) , function ( ) { " use strict " ; window . AutomaticRetryCollection = Backbone . Collection . extend ( { _retryCount : 0 , checkRetries : function ( ) { var a = this ; return this . updateUrl ( ) , this . _retryCount > 10 ? ( window . setTimeout ( function ( ) { a . _retryCount = 0 } , 1e4 ) , window . App . clusterUnreachable ( ) , ! 1 ) : ! 0 } , successFullTry : function ( ) { this . _retryCount = 0 } , failureTry : function ( a , b , c ) { 401 = = = c . status ? window . App . requestAuth ( ) : ( window . App . clusterPlan . rotateCoordinator ( ) , this . _retryCount + + , a ( ) ) } } ) } ( ) , function ( ) { " use strict " ; window . PaginatedCollection = Backbone . Collection . extend ( { page : 0 , pagesize : 10 , totalAmount : 0 , getPage : function ( ) { return this . page + 1 } , setPage : function ( a ) { return a > = this . getLastPageNumber ( ) ? void ( this . page = this . getLastPageNumber ( ) - 1 ) : 1 > a ? void ( this . page = 0 ) : void ( this . page = a - 1 ) } , getLastPageNumber : function ( ) { return Math . max ( Math . ceil ( this . totalAmount / this . pagesize ) , 1 ) } , getOffset : function ( ) { return this . page * this . pagesize } , getPageSize : function ( ) { return this . pagesize } , setPageSize : function ( a ) { if ( " all " = = = a ) this . pagesize = " all " ; else try { a = parseInt ( a , 10 ) , this . pagesize = a } catch ( b ) { } } , setToFirst : function ( ) { this . page = 0 } , setToLast : function ( ) { this . setPage ( this . getLastPageNumber ( ) ) } , setToPrev : function ( ) { this . setPage ( this . getPage ( ) - 1 ) } , setToNext : function ( ) { this . setPage ( this . getPage ( ) + 1 ) } , setTotal : function ( a ) { this . totalAmount = a } , getTotal : function ( ) { return this . totalAmount } , setTotalMinusOne : function ( ) { this . totalAmount - - } } ) } ( ) , window . ClusterStatisticsCollection = Backbone . Collection . extend ( { model : window . Statistics , url : " / _admin / statistics " , updateUrl : function ( ) { this . url = window . App . getNewRoute ( this . host ) + this . url } , initialize : function ( a , b ) { this . host = b . host , window . App . registerForUpdate ( this ) } } ) , function ( ) { " use strict " ; window . arangoCollections = Backbone . Collection . extend ( { url : arangoHelper . databaseUrl ( " / _api / collection " ) , model : arangoCollectionModel , searchOptions : { searchPhrase : null , includeSystem : ! 1 , includeDocument : ! 0 , includeEdge : ! 0 , includeLoaded : ! 0 , includeUnloaded : ! 0 , sortBy : " name " , sortOrder : 1 } , translateStatus : function ( a ) { switch ( a ) { case 0 : return " corrupted " ; case 1 : return " new born collection " ; case 2 : return " unloaded " ; case 3 : return " loaded " ; case 4 : return " unloading " ; case 5 : return " deleted " ; case 6 : return " loading " ; default : return } } , translateTypePicture : function ( a ) { var b = " " ; switch ( a ) { case " document " : b + = " fa - file - text - o " ; break ; case " edge " : b + = " fa - share - alt " ; break ; case " unknown " : b + = " fa - question " ; break ; default : b + = " fa - cogs " } return b } , parse : function ( a ) { var b = this ; return _ . each ( a . result , function ( a ) { a . isSystem = arangoHelper . isSystemCollection ( a ) , a . type = arangoHelper . collectionType ( a ) , a . status = b . translateStatus ( a . status ) , a . picture = b . translateTypePicture ( a . type ) } ) , a . result } , getPosition : function ( a ) { var b , c = this . getFiltered ( this . searchOptions ) , d = null , e = null ; for ( b = 0 ; b < c . length ; + + b ) c [ b ] . get ( " name " ) = = = a & & ( b > 0 & & ( d = c [ b - 1 ] ) , b < c . length - 1 & & ( e = c [ b + 1 ] ) ) ; return { prev : d , next : e } } , getFiltered : function ( a ) { var b = [ ] , c = [ ] ; if ( null ! = = a . searchPhrase ) { var d = a . searchPhrase . toLowerCase ( ) ; d = d . replace ( / \ s + / g , " " ) . replace ( / ( ^ \ s + | \ s + $ ) / g , " " ) , c = d . split ( " " ) } return this . models . forEach ( function ( d ) { if ( c . length > 0 ) { var e , f = d . get ( " name " ) . toLowerCase ( ) ; for ( e = 0 ; e < c . length ; + + e ) if ( - 1 = = = f . indexOf ( c [ e ] ) ) return } a . includeSystem = = = ! 1 & & d . get ( " isSystem " ) | | ( a . includeEdge ! = = ! 1 | | " edge " ! = = d . get ( " type " ) ) & & ( a . includeDocument ! = = ! 1 | | " document " ! = = d . get ( " type " ) ) & & ( a . includeLoaded ! = = ! 1 | | " loaded " ! = = d . get ( " status " ) ) & & ( a . includeUnloaded ! = = ! 1 | | " unloaded " ! = = d . get ( " status " ) ) & & b . push ( d ) } ) , b . sort ( function ( b , c ) { var d , e ; return " type " = = = a . sortBy ? ( d = b . get ( " type " ) + " " + b . get ( " name " ) . toLowerCase ( ) , e = c . get ( " type " ) + " " + c . get ( " name " ) . toLowerCase ( ) ) : ( d = b . get ( " name " ) . toLowerCase ( ) , e = c . get ( " name " ) . toLowerCase ( ) ) , d ! = = e ? a . sortOrder * ( e > d ? - 1 : 1 ) : 0 } ) , b } , newCollection : function ( a , b ) { var c = { } ; c . name = a . collName , c . waitForSync = a . wfs , a . journalSize > 0 & & ( c . journalSize = a . journalSize ) , c . isSystem = a . isSystem , c . type = parseInt ( a . collType , 10 ) , a . shards & & ( c . numberOfShards = a . shards , c . shardKeys = a . keys ) , a . replicationFactor & & ( c . replicationFactor = JSON . parse ( a . replicationFactor ) ) , $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / collection " ) , data : JSON . stringify ( c ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { b ( ! 1 , a ) } , error : function ( a ) { b ( ! 0 , a ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . ArangoDatabase = Backbone . Collection . extend ( { model : window . DatabaseModel , sortOptions : { desc : ! 1 } , url : arangoHelper . databaseUrl ( " / _api / database " ) , comparator : function ( a , b ) { var c = a . get ( " name " ) . toLowerCase ( ) , d = b . get ( " name " ) . toLowerCase ( ) ; return this . sortOptions . desc = = = ! 0 ? d > c ? 1 : c > d ? - 1 : 0 : c > d ? 1 : d > c ? - 1 : 0 } , parse : function ( a ) { return a ? _ . map ( a . result , function ( a ) { return { name : a } } ) : void 0 } , initialize : function ( ) { var a = this ; this . fetch ( ) . done ( function ( ) { a . sort ( ) } ) } , setSortingDesc : function ( a ) { this . sortOptions . desc = a } , getDatabases : function ( ) { var a = this ; return this . fetch ( ) . done ( function ( ) { a . sort ( ) } ) , this . models } , getDatabasesForUser : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : this . url + " / user " , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b . result . sort ( ) ) } , error : function ( ) { a ( ! 0 , [ ] ) } } ) } , createDatabaseURL : function ( a , b , c ) { var d = window . location , e = window . location . hash ; b = b ? " SSL " = = = b | | " https : " = = = b ? " https : " : " http : " : d . protocol , c = c | | d . port ; var f = b + " / / " + window . location . hostname + " : " + c + " / _db / " + encodeURIComponent ( a ) + " / _admin / aardvark / standalone . html " ; if ( e ) { var g = e . split ( " / " ) [ 0 ] ; 0 = = = g . indexOf ( " # collection " ) & & ( g = " # collections " ) , 0 = = = g . indexOf ( " # service " ) & & ( g = " # services " ) , f + = g } return f } , getCurrentDatabase : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : this . url + " / current " , contentType : " application / json " , processData : ! 1 , success : function ( b ) { 200 = = = b . code ? a ( ! 1 , b . result . name ) : a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , hasSystemAccess : function ( a ) { var b = function ( b , c ) { b ? arangoHelper . arangoError ( " DB " , " Could not fetch databases " ) : a ( ! 1 , _ . contains ( c , " _system " ) ) } . bind ( this ) ; this . getDatabasesForUser ( b ) } } ) } ( ) , window . arangoDocument = Backbone . Collection . extend ( { url : " / _api / document / " , model : arangoDocumentModel , collectionInfo : { } , deleteEdge : function ( a , b , c ) { this . deleteDocument ( a , b , c ) } , deleteDocument : function ( a , b , c ) { $ . ajax ( { cache : ! 1 , type : " DELETE " , contentType : " application / json " , url : arangoHelper . databaseUrl ( " / _api / document / " + encodeURIComponent ( a ) + " / " + encodeURIComponent ( b ) ) , success : function ( ) { c ( ! 1 ) } , error : function ( ) { c ( ! 0 ) } } ) } , addDocument : function ( a , b ) { var c = this ; c . createTypeDocument ( a , b ) } , createTypeEdge : function ( a , b , c , d , e ) { var f ; f = d ? JSON . stringify ( { _key : d , _from : b , _to : c } ) : JSON . stringify ( { _from : b , _to : c } ) , $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / document ? collection = " + encodeURIComponent ( a ) ) , data : f , contentType : " application / json " , processData : ! 1 , success : function ( a ) { e ( ! 1 , a ) } , error : function ( a ) { e ( ! 0 , a ) } } ) } , createTypeDocument : function ( a , b , c ) { var d ; d = b ? JSON . stringify ( { _key : b } ) : JSON . stringify ( { } ) , $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / document ? collection = " + encodeURIComponent ( a ) ) , data : d , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c ( ! 1 , a . _id ) } , error : function ( a ) { c ( ! 0 , a . _id ) } } ) } , getCollectionInfo : function ( a , b , c ) { var d = this ; $ . ajax ( { cache : ! 1 , type : " GET " , url : arangoHelper . databaseUrl ( " / _api / collection / " + a + " ? " + arangoHelper . getRandomToken ( ) ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { d . collectionInfo = a , b ( ! 1 , a , c ) } , error : function ( a ) { b ( ! 0 , a , c ) } } ) } , getEdge : function ( a , b , c ) { this . getDocument ( a , b , c ) } , getDocument : function ( a , b , c ) { var d = this ; this . clearDocument ( ) , $ . ajax ( { cache : ! 1 , type : " GET " , url : arangoHelper . databaseUrl ( " / _api / document / " + encodeURIComponent ( a ) + " / " + encodeURIComponent ( b ) ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { d . add ( a ) , c ( ! 1 , a , " document " ) } , error : function ( a ) { d . add ( ! 0 , a ) } } ) } , saveEdge : function ( a , b , c , d ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / edge / " + encodeURIComponent ( a ) + " / " + encodeURIComponent ( b ) ) , data : c , contentType : " application / json " , processData : ! 1 , success : function ( a ) { d ( ! 1 , a ) } , error : function ( a ) { d ( ! 0 , a ) } } ) } , saveDocument : function ( a , b , c , d ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / document / " + encodeURIComponent ( a ) + " / " + encodeURIComponent ( b ) ) , data : c , contentType : " application / json " , processData : ! 1 , success : function ( a ) { d ( ! 1 , a ) } , error : function ( a ) { d ( ! 0 , a ) } } ) } , updateLocalDocument : function ( a ) { this . clearDocument ( ) , this . add ( a ) } , clearDocument : function ( ) { this . reset ( ) } } ) , function ( ) { " use strict " ; window . arangoDocuments = window . PaginatedCollection . extend ( { collectionID : 1 , filters : [ ] , checkCursorTimer : void 0 , MAX_SORT : 12e3 , lastQuery : { } , sortAttribute : " " , url : arangoHelper . databaseUrl ( " / _api / documents " ) , model : window . arangoDocumentModel , loadTotal : function ( a ) { var b = this ; $ . ajax ( { cache : ! 1 , type : " GET " , url : arangoHelper . databaseUrl ( " / _api / collection / " + this . collectionID + " / count " ) , contentType : " application / json " , processData : ! 1 , success : function ( c ) { b . setTotal ( c . count ) , a ( ! 1 ) } , error : function ( ) { a ( ! 0 ) } } ) } , setCollection : function ( a ) { var b = function ( a ) { a & & arangoHelper . arangoError ( " Documents " , " Could not fetch documents count " ) } . bind ( this ) ; this . resetFilter ( ) , this . collectionID = a , this . setPage ( 1 ) , this . loadTotal ( b ) } , setSort : function ( a ) { this . sortAttribute = a } , getSort : function ( ) { return this . sortAttribute } , addFilter : function ( a , b , c ) { this . filters . push ( { attr : a , op : b , val : c } ) } , setFiltersForQuery : function ( a ) { if ( 0 = = = this . filters . length ) return " " ; var b = " FILTER " , c = " " , d = _ . map ( this . filters , function ( b , d ) { return " LIKE " = = = b . op ? ( c = " " + b . op + " ( x . ` " + b . attr + " ` , @ param " , c + = d , c + = " ) " ) : ( c = " IN " = = = b . op | | " NOT IN " = = = b . op ? " " : " x . ` " , c + = b . attr , c + = " IN " = = = b . op | | " NOT IN " = = = b . op ? " " : " ` " , c + = b . op , c + = " IN " = = = b . op | | " NOT IN " = = = b . op ? " x . @ param " : " @ param " , c + = d ) , a [ " param " + d ] = b . val , c } ) ; return b + d . join ( " & & " ) } , setPagesize : function ( a ) { this . setPageSize ( a ) } , resetFilter : function ( ) { this . filters = [ ] } , moveDocument : function ( a , b , c , d ) { var e , f , g , h , i = { " @ collection " : b , filterid : a } ; e = " FOR x IN @ @ collection " , e + = " FILTER x . _key = = @ filterid " , e + = " INSERT x IN " , e + = c , f = " FOR x in @ @ collection " , f + = " FILTER x . _key = = @ filterid " , f + = " REMOVE x IN @ @ collection " , g = { query : e , bindVars : i } , h = { query : f , bindVars : i } , window . progressView . show ( ) , $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / cursor " ) , data : JSON . stringify ( g ) , contentType : " application / json " , success : function ( ) { $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / cursor " ) , data : JSON . stringify ( h ) , contentType : " application / json " , success : function ( ) { d & & d ( ) , window . progressView . hide ( ) } , error : function ( ) { window . progressView . hide ( ) , arangoHelper . arangoError ( " Document error " , " Documents inserted , but could not be removed . " ) } } ) } , error : function ( ) { window . progressView . hide ( ) , arangoHelper . arangoError ( " Document error " , " Could not move selected documents . " ) } } ) } , getDocuments : function ( a ) { var b , c , d , e , f = this ; c = { " @ collection " : this . collectionID , offset : this . getOffset ( ) , count : this . getPageSize ( ) } , b = " FOR x IN @ @ collection LET att = SLICE ( ATTRIBUTES ( x ) , 0 , 25 ) " , b + = this . setFiltersForQuery ( c ) , this . getTotal ( ) < this . MAX_SORT & & ( " _key " = = = this . getSort ( ) ? b + = " SORT TO_NUMBER ( x . " + this . getSort ( ) + " ) = = 0 ? x . " + this . getSort ( ) + " : TO_NUMBER ( x . " + this . getSort ( ) + " ) " : " " ! = = this . getSort ( ) & & ( b + = " SORT x . " + this . getSort ( ) ) ) , " all " ! = = c . count ? b + = " LIMIT @ offset , @ count RETURN KEEP ( x , att ) " : ( d = { " @ collection " : this . collectionID } , c = d , b + = " RETURN KEEP ( x , att ) " ) , e = { query : b , bindVars : c } ; var g = function ( b ) { $ . ajax ( { cache : ! 1 , type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( b ) ) , contentType : " application / json " , success : function ( c , d , h ) { 201 = = = h . status ? ( window . progressView . toShow = ! 1 , f . clearDocuments ( ) , c . extra & & void 0 ! = = c . extra . stats . fullCount & & f . setTotal ( c . extra . stats . fullCount ) , 0 ! = = f . getTotal ( ) & & _ . each ( c . result , function ( a ) { f . add ( { id : a . _id , rev : a . _rev , key : a . _key , content : a } ) } ) , f . lastQuery = e , a ( ! 1 , c ) ) : 204 = = = h . status & & ( f . checkCursorTimer = window . setTimeout ( function ( ) { g ( b ) } , 500 ) ) } , error : function ( b ) { a ( ! 1 , b ) } } ) } ; $ . ajax ( { cache : ! 1 , type : " POST " , url : arangoHelper . databaseUrl ( " / _api / cursor " ) , data : JSON . stringify ( e ) , headers : { " x - arango - async " : " store " } , contentType : " application / json " , success : function ( b , c , d ) { if ( d . getResponseHeader ( " x - arango - async - id " ) ) { var e = d . getResponseHeader ( " x - arango - async - id " ) , h = function ( ) { $ . ajax ( { url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( e ) + " / cancel " ) , type : " PUT " , success : function ( ) { window . clearTimeout ( f . checkCursorTimer ) , arangoHelper . arangoNotification ( " Documents " , " Canceled operation . " ) , $ ( " . dataTables_empty " ) . text ( " Canceled . " ) , window . progressView . hide ( ) } } ) } ; window . progressView . showWithDelay ( 300 , " Fetching documents . . . " , h ) , g ( e ) } else a ( ! 0 , b ) } , error : function ( b ) { a ( ! 1 , b ) } } ) } , clearDocuments : function ( ) { this . reset ( ) } , buildDownloadDocumentQuery : function ( ) { var a , b , c ; return c = { " @ collection " : this . collectionID } , a = " FOR x in @ @ collection " , a + = this . setFiltersForQuery ( c ) , this . getTotal ( ) < this . MAX_SORT & & this . getSort ( ) . length > 0 & & ( a + = " SORT x . " + this . getSort ( ) ) , a + = " RETURN x " , b = { query : a , bindVars : c } } , uploadDocuments : function ( a , b ) { $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _api / import ? type = auto & collection = " + encodeURIComponent ( this . collectionID ) + " & createCollection = false " ) , data : a , processData : ! 1 , contentType : " json " , dataType : " json " , complete : function ( a ) { if ( 4 = = = a . readyState & & 201 = = = a . status ) b ( ! 1 ) ; else try { var c = JSON . parse ( a . responseText ) ; if ( c . errors > 0 ) { var d = " At least one error occurred during upload " ; b ( ! 1 , d ) } } catch ( e ) { console . log ( e ) } } } ) } } ) } ( ) , function ( ) { " use strict " ; window . ArangoLogs = window . PaginatedCollection . extend ( { upto : ! 1 , loglevel : 0 , totalPages : 0 , parse : function ( a ) { var b = [ ] ; return _ . each ( a . lid , function ( c , d ) { b . push ( { level : a . level [ d ] , lid : c , text : a . text [ d ] , timestamp : a . timestamp [ d ] , totalAmount : a . totalAmount } ) } ) , this . totalAmount = a . totalAmount , this . totalPages = Math . ceil ( this . totalAmount / this . pagesize ) , b } , initialize : function ( a ) { a . upto = = = ! 0 & & ( this . upto = ! 0 ) , this . loglevel = a . loglevel } , model : window . newArangoLog , url : function ( ) { var a , b , c , d ; c = this . page * this . pagesize ; var e = this . totalAmount - ( this . page + 1 ) * this . pagesize ; return 0 > e & & this . page = = = this . totalPages - 1 ? ( e = 0 , d = this . totalAmount % this . pagesize ) : d = this . pagesize , 0 = = = this . totalAmount & & ( d = 1 ) , a = this . upto ? " upto " : " level " , b = " / _admin / log ? " + a + " = " + this . loglevel + " & size = " + d + " & offset = " + e , arangoHelper . databaseUrl ( b ) } } ) } ( ) , function ( ) { " use strict " ; window . ArangoQueries = Backbone . Collection . extend ( { initialize : function ( a , b ) { var c = this ; $ . ajax ( " whoAmI ? _ = " + Date . now ( ) , { async : ! 0 } ) . done ( function ( a ) { this . activeUser = = = ! 1 ? c . activeUser = " root " : c . activeUser = a . user } ) } , url : arangoHelper . databaseUrl ( " / _api / user / " ) , model : ArangoQuery , activeUser : null , parse : function ( a ) { var b , c = this ; return this . activeUser = = = ! 1 & & ( this . activeUser = " root " ) , _ . each ( a . result , function ( a ) { if ( a . user = = = c . activeUser ) try { a . extra . queries & & ( b = a . extra . queries ) } catch ( d ) { } } ) , b } , saveCollectionQueries : function ( a ) { if ( 0 = = = this . activeUser ) return ! 1 ; this . activeUser = = = ! 1 & & ( this . activeUser = " root " ) ; var b = [ ] ; this . each ( function ( a ) { b . push ( { value : a . attributes . value , parameter : a . attributes . parameter , name : a . attributes . name } ) } ) , $ . ajax ( { cache : ! 1 , type : " PATCH " , url : arangoHelper . databaseUrl ( " / _api / user / " + encodeURIComponent ( this . activeUser ) ) , data : JSON . stringify ( { extra : { queries : b } } ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( ) { a ( ! 0 ) } } ) } , saveImportQueries : function ( a , b ) { return 0 = = = this . activeUser ? ! 1 : ( window . progressView . show ( " Fetching documents . . . " ) , void $ . ajax ( { cache : ! 1 , type : " POST " , url : " query / upload / " + encodeURIComponent ( this . activeUser ) , data : a , contentType : " application / json " , processData : ! 1 , success : function ( ) { window . progressView . hide ( ) , arangoHelper . arangoNotification ( " Queries successfully imported . " ) , b ( ) } , error : function ( ) { window . progressView . hide ( ) , arangoHelper . arangoError ( " Query error " , " queries could not be imported " ) } } ) ) } } ) } ( ) , window . ArangoReplication = Backbone . Collection . extend ( { model : window . Replication , url : " . . / api / user " , getLogState : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / replication / logger - state " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , getApplyState : function ( a ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / replication / applier - state " ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } } ) , window . StatisticsCollection = Backbone . Collection . extend ( { model : window . Statistics , url : " / _admin / statistics " } ) , window . StatisticsDescriptionCollection = Backbone . Collection . extend ( { model : window . StatisticsDescription , url : " / _admin / statistics - description " , parse : function ( a ) { return a } } ) , window . ArangoUsers = Backbone . Collection . extend ( { model : window . Users , activeUser : null , activeUserSettings : { query : { } , shell : { } , testing : ! 0 } , sortOptions : { desc : ! 1 } , url : frontendConfig . basePath + " / _api / user " , comparator : function ( a , b ) { var c = a . get ( " user " ) . toLowerCase ( ) , d = b . get ( " user " ) . toLowerCase ( ) ; return this . sortOptions . desc = = = ! 0 ? d > c ? 1 : c > d ? - 1 : 0 : c > d ? 1 : d > c ? - 1 : 0 } , login : function ( a , b , c ) { var d = this ; $ . ajax ( { url : arangoHelper . databaseUrl ( " / _open / auth " ) , method : " POST " , data : JSON . stringify ( { username : a , password : b } ) , dataType : " json " } ) . success ( function ( a ) { arangoHelper . setCurrentJwt ( a . jwt ) ; var b = a . jwt . split ( " . " ) ; if ( ! b [ 1 ] ) throw new Error ( " Invalid JWT " ) ; if ( ! window . atob ) throw new Error ( " base64 support missing in browser " ) ; var e = JSON . parse ( atob ( b [ 1 ] ) ) ; d . activeUser = e . preferred_username , c ( ! 1 , d . activeUser ) } ) . error ( function ( ) { arangoHelper . setCurrentJwt ( null ) , d . activeUser = null , c ( ! 0 , null ) } ) } , setSortingDesc : function ( a ) { this . sortOptions . desc = a } , logout : function ( ) { arangoHelper . setCurrentJwt ( null ) , this . activeUser = null , this . reset ( ) , window . App . navigate ( " " ) , window . location . reload ( ) } , setUserSettings : function ( a , b ) { this . activeUserSettings . identifier = b } , loadUserSettings : function ( a ) { var b = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : frontendConfig . basePath + " / _api / user / " + encodeURIComponent ( b . activeUser ) , contentType : " application / json " , processData : ! 1 , success : function ( c ) { b . activeUserSettings = c . extra , a ( ! 1 , c ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , saveUserSettings : function ( a ) { var b = this ; $ . ajax ( { cache : ! 1 , type : " PUT " , url : frontendConfig . basePath + " / _api / user / " + encodeURIComponent ( b . activeUser ) , data : JSON . stringify ( { extra : b . activeUserSettings } ) , contentType : " application / json " , processData : ! 1 , success : function ( b ) { a ( ! 1 , b ) } , error : function ( b ) { a ( ! 0 , b ) } } ) } , parse : function ( a ) { var b = [ ] ; return _ . each ( a . result , function ( a ) { b . push ( a ) } ) , b } , whoAmI : function ( a ) { return this . activeUser ? void a ( ! 1 , this . activeUser ) : void $ . ajax ( " whoAmI ? _ = " + Date . now ( ) ) . success ( function ( b ) { a ( ! 1 , b . user ) } ) . error ( function ( b ) { a ( ! 0 , null ) } ) } } ) , function ( ) { " use strict " ; window . ClusterCoordinators = window . AutomaticRetryCollection . extend ( { model : window . ClusterCoordinator , url : arangoHelper . databaseUrl ( " / _admin / aardvark / cluster / Coordinators " ) , updateUrl : function ( ) { this . url = window . App . getNewRoute ( " Coordinators " ) } , initialize : function ( ) { } , statusClass : function ( a ) { switch ( a ) { case " ok " : return " success " ; case " warning " : return " warning " ; case " critical " : return " danger " ; case " missing " : return " inactive " ; default : return " danger " } } , getStatuses : function ( a , b ) { if ( this . checkRetries ( ) ) { var c = this ; this . fetch ( { beforeSend : window . App . addAuth . bind ( window . App ) , error : c . failureTry . bind ( c , c . getStatuses . bind ( c , a , b ) ) } ) . done ( function ( ) { c . successFullTry ( ) , c . forEach ( function ( b ) { a ( c . statusClass ( b . get ( " status " ) ) , b . get ( " address " ) ) } ) , b ( ) } ) } } , byAddress : function ( a , b ) { if ( this . checkRetries ( ) ) { var c = this ; this . fetch ( { beforeSend : window . App . addAuth . bind ( window . App ) , error : c . failureTry . bind ( c , c . byAddress . bind ( c , a , b ) ) } ) . done ( function ( ) { c . successFullTry ( ) , a = a | | { } , c . forEach ( function ( b ) { var c = b . get ( " address " ) ; c = c . split ( " : " ) [ 0 ] , a [ c ] = a [ c ] | | { } , a [ c ] . coords = a [ c ] . coords | | [ ] , a [ c ] . coords . push ( b ) } ) , b ( a ) } ) } } , checkConnection : function ( a ) { var b = this ; this . checkRetries ( ) & & this . fetch ( { beforeSend : window . App . addAuth . bind ( window . App ) , error : b . failureTry . bind ( b , b . checkConnection . bind ( b , a ) ) } ) . done ( function ( ) { b . successFullTry ( ) , a ( ) } ) } } ) } ( ) , function ( ) { " use strict " ; window . ClusterServers = window . AutomaticRetryCollection . extend ( { model : window . ClusterServer , host : " " , url : arangoHelper . databaseUrl ( " / _admin / aardvark / cluster / DBServers " ) , updateUrl : function ( ) { this . url = window . App . getNewRoute ( this . host ) + this . url } , initialize : function ( a , b ) { this . host = b . host } , statusClass : function ( a ) { switch ( a ) { case " ok " : return " success " ; case " warning " : return " warning " ; case " critical " : return " danger " ; case " missing " : return " inactive " ; default : return " danger " } } , getStatuses : function ( a ) { if ( this . checkRetries ( ) ) { var b = this , c = function ( ) { b . successFullTry ( ) , b . _retryCount = 0 , b . forEach ( function ( c ) { a ( b . statusClass ( c . get ( " status " ) ) , c . get ( " address " ) ) } ) } ; this . fetch ( { beforeSend : window . App . addAuth . bind ( window . App ) , error : b . failureTry . bind ( b , b . getStatuses . bind ( b , a ) ) } ) . done ( c ) } } , byAddress : function ( a , b ) { if ( this . checkRetries ( ) ) { var c = this ; this . fetch ( { beforeSend : window . App . addAuth . bind ( window . App ) , error : c . failureTry . bind ( c , c . byAddress . bind ( c , a , b ) ) } ) . done ( function ( ) { c . successFullTry ( ) , a = a | | { } , c . forEach ( function ( b ) { var c = b . get ( " address " ) ; c = c . split ( " : " ) [ 0 ] , a [ c ] = a [ c ] | | { } , a [ c ] . dbs = a [ c ] . dbs | | [ ] , a [ c ] . dbs . push ( b ) } ) , b ( a ) } ) . error ( function ( a ) { console . log ( " error " ) , console . log ( a ) } ) } } , getList : function ( ) { throw " Do not use " } , getOverview : function ( ) { throw " Do not use DbServer . getOverview " } } ) } ( ) , function ( ) { " use strict " ; window . CoordinatorCollection = Backbone . Collection . extend ( { model : window . Coordinator , url : arangoHelper . databaseUrl ( " / _admin / aardvark / cluster / Coordinators " ) } ) } ( ) , function ( ) { " use strict " ; window . FoxxCollection = Backbone . Collection . extend ( { model : window . Foxx , sortOptions : { desc : ! 1 } , url : arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes " ) , comparator : function ( a , b ) { var c , d ; return this . sortOptions . desc = = = ! 0 ? ( c = a . get ( " mount " ) , d = b . get ( " mount " ) , d > c ? 1 : c > d ? - 1 : 0 ) : ( c = a . get ( " mount " ) , d = b . get ( " mount " ) , c > d ? 1 : d > c ? - 1 : 0 ) } , setSortingDesc : function ( a ) { this . sortOptions . desc = a } , installFromGithub : function ( a , b , c , d ) { var e = arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes / git ? mount = " + encodeURIComponent ( b ) ) ; void 0 ! = = d & & ( e + = d ? " & replace = true " : " & upgrade = true " ) , $ . ajax ( { cache : ! 1 , type : " PUT " , url : e , data : JSON . stringify ( a ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c ( a ) } , error : function ( a ) { c ( a ) } } ) } , installFromStore : function ( a , b , c , d ) { var e = arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes / store ? mount = " + encodeURIComponent ( b ) ) ; void 0 ! = = d & & ( e + = d ? " & replace = true " : " & upgrade = true " ) , $ . ajax ( { cache : ! 1 , type : " PUT " , url : e , data : JSON . stringify ( a ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c ( a ) } , error : function ( a ) { c ( a ) } } ) } , installFromZip : function ( a , b , c , d ) { var e = arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes / zip ? mount = " + encodeURIComponent ( b ) ) ; void 0 ! = = d & & ( e + = d ? " & replace = true " : " & upgrade = true " ) , $ . ajax ( { cache : ! 1 , type : " PUT " , url : e , data : JSON . stringify ( { zipFile : a } ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c ( a ) } , error : function ( a ) { c ( a ) } } ) } , generate : function ( a , b , c , d ) { var e = arangoHelper . databaseUrl ( " / _admin / aardvark / foxxes / generate ? mount = " + encodeURIComponent ( b ) ) ; void 0 ! = = d & & ( e + = d ? " & replace = true " : " & upgrade = true " ) , $ . ajax ( { cache : ! 1 , type : " PUT " , url : e , data : JSON . stringify ( a ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c ( a ) } , error : function ( a ) { c ( a ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . GraphCollection = Backbone . Collection . extend ( { model : window . Graph , sortOptions : { desc : ! 1 } , url : frontendConfig . basePath + " / _api / gharial " , dropAndDeleteGraph : function ( a , b ) { $ . ajax ( { type : " DELETE " , url : frontendConfig . basePath + " / _api / gharial / " + encodeURIComponent ( a ) + " ? dropCollections = true " , contentType : " application / json " , processData : ! 0 , success : function ( ) { b ( ! 0 ) } , error : function ( ) { b ( ! 1 ) } } ) } , comparator : function ( a , b ) { var c = a . get ( " _key " ) | | " " , d = b . get ( " _key " ) | | " " ; return c = c . toLowerCase ( ) , d = d . toLowerCase ( ) , this . sortOptions . desc = = = ! 0 ? d > c ? 1 : c > d ? - 1 : 0 : c > d ? 1 : d > c ? - 1 : 0 } , setSortingDesc : function ( a ) { <nl> + this . sortOptions . desc = a } , parse : function ( a ) { return a . error ? void 0 : a . graphs } } ) } ( ) , function ( ) { " use strict " ; window . NotificationCollection = Backbone . Collection . extend ( { model : window . Notification , url : " " } ) } ( ) , function ( ) { " use strict " ; window . QueryManagementActive = Backbone . Collection . extend ( { model : window . queryManagementModel , url : function ( ) { return frontendConfig . basePath + " / _api / query / current " } , killRunningQuery : function ( a , b ) { $ . ajax ( { url : frontendConfig . basePath + " / _api / query / " + encodeURIComponent ( a ) , type : " DELETE " , success : function ( a ) { b ( ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . QueryManagementSlow = Backbone . Collection . extend ( { model : window . queryManagementModel , url : " / _api / query / slow " , deleteSlowQueryHistory : function ( a ) { var b = this ; $ . ajax ( { url : b . url , type : " DELETE " , success : function ( b ) { a ( ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . WorkMonitorCollection = Backbone . Collection . extend ( { model : window . workMonitorModel , url : " / _admin / work - monitor " , parse : function ( a ) { return a . work } } ) } ( ) , function ( ) { " use strict " ; window . PaginationView = Backbone . View . extend ( { collection : null , paginationDiv : " " , idPrefix : " " , rerender : function ( ) { } , jumpTo : function ( a ) { this . collection . setPage ( a ) , this . rerender ( ) } , firstPage : function ( ) { this . jumpTo ( 1 ) } , lastPage : function ( ) { this . jumpTo ( this . collection . getLastPageNumber ( ) ) } , firstDocuments : function ( ) { this . jumpTo ( 1 ) } , lastDocuments : function ( ) { this . jumpTo ( this . collection . getLastPageNumber ( ) ) } , prevDocuments : function ( ) { this . jumpTo ( this . collection . getPage ( ) - 1 ) } , nextDocuments : function ( ) { this . jumpTo ( this . collection . getPage ( ) + 1 ) } , renderPagination : function ( ) { $ ( this . paginationDiv ) . html ( " " ) ; var a = this , b = this . collection . getPage ( ) , c = this . collection . getLastPageNumber ( ) , d = $ ( this . paginationDiv ) , e = { page : b , lastPage : c , click : function ( b ) { var c = window . location . hash . split ( " / " ) ; " documents " = = = c [ 2 ] ? ( e . page = b , window . location . hash = c [ 0 ] + " / " + c [ 1 ] + " / " + c [ 2 ] + " / " + b ) : ( a . jumpTo ( b ) , e . page = b ) } } ; d . html ( " " ) , d . pagination ( e ) , $ ( this . paginationDiv ) . prepend ( ' < ul class = " pre - pagi " > < li > < a id = " ' + this . idPrefix + ' _first " class = " pagination - button " > < span > < i class = " fa fa - angle - double - left " / > < / span > < / a > < / li > < / ul > ' ) , $ ( this . paginationDiv ) . append ( ' < ul class = " las - pagi " > < li > < a id = " ' + this . idPrefix + ' _last " class = " pagination - button " > < span > < i class = " fa fa - angle - double - right " / > < / span > < / a > < / li > < / ul > ' ) } } ) } ( ) , function ( ) { " use strict " ; window . ApplicationDetailView = Backbone . View . extend ( { el : " # content " , divs : [ " # readme " , " # swagger " , " # app - info " , " # sideinformation " , " # information " , " # settings " ] , navs : [ " # service - info " , " # service - api " , " # service - readme " , " # service - settings " ] , template : templateEngine . createTemplate ( " applicationDetailView . ejs " ) , events : { " click . open " : " openApp " , " click . delete " : " deleteApp " , " click # app - deps " : " showDepsDialog " , " click # app - switch - mode " : " toggleDevelopment " , " click # app - scripts [ data - script ] " : " runScript " , " click # app - tests " : " runTests " , " click # app - replace " : " replaceApp " , " click # download - app " : " downloadApp " , " click . subMenuEntries li " : " changeSubview " , " mouseenter # app - scripts " : " showDropdown " , " mouseleave # app - scripts " : " hideDropdown " } , changeSubview : function ( a ) { _ . each ( this . navs , function ( a ) { $ ( a ) . removeClass ( " active " ) } ) , $ ( a . currentTarget ) . addClass ( " active " ) , _ . each ( this . divs , function ( a ) { $ ( " . headerButtonBar " ) . hide ( ) , $ ( a ) . hide ( ) } ) , " service - readme " = = = a . currentTarget . id ? $ ( " # readme " ) . show ( ) : " service - api " = = = a . currentTarget . id ? $ ( " # swagger " ) . show ( ) : " service - info " = = = a . currentTarget . id ? ( this . render ( ) , $ ( " # information " ) . show ( ) , $ ( " # sideinformation " ) . show ( ) ) : " service - settings " = = = a . currentTarget . id & & ( this . showConfigDialog ( ) , $ ( " . headerButtonBar " ) . show ( ) , $ ( " # settings " ) . show ( ) ) } , downloadApp : function ( ) { this . model . isSystem ( ) | | this . model . download ( ) } , replaceApp : function ( ) { var a = this . model . get ( " mount " ) ; window . foxxInstallView . upgrade ( a , function ( ) { window . App . applicationDetail ( encodeURIComponent ( a ) ) } ) , $ ( " . createModalDialog . arangoHeader " ) . html ( " Replace Service " ) , $ ( " # infoTab " ) . click ( ) } , updateConfig : function ( ) { this . model . getConfiguration ( function ( ) { $ ( " # app - warning " ) [ this . model . needsAttention ( ) ? " show " : " hide " ] ( ) , $ ( " # app - warning - config " ) [ this . model . needsConfiguration ( ) ? " show " : " hide " ] ( ) , this . model . needsConfiguration ( ) ? $ ( " # app - config " ) . addClass ( " error " ) : $ ( " # app - config " ) . removeClass ( " error " ) } . bind ( this ) ) } , updateDeps : function ( ) { this . model . getDependencies ( function ( ) { $ ( " # app - warning " ) [ this . model . needsAttention ( ) ? " show " : " hide " ] ( ) , $ ( " # app - warning - deps " ) [ this . model . hasUnconfiguredDependencies ( ) ? " show " : " hide " ] ( ) , this . model . hasUnconfiguredDependencies ( ) ? $ ( " # app - deps " ) . addClass ( " error " ) : $ ( " # app - deps " ) . removeClass ( " error " ) } . bind ( this ) ) } , toggleDevelopment : function ( ) { this . model . toggleDevelopment ( ! this . model . isDevelopment ( ) , function ( ) { this . model . isDevelopment ( ) ? ( $ ( " . app - switch - mode " ) . text ( " Set Production " ) , $ ( " # app - development - indicator " ) . css ( " display " , " inline " ) , $ ( " # app - development - path " ) . css ( " display " , " inline " ) ) : ( $ ( " . app - switch - mode " ) . text ( " Set Development " ) , $ ( " # app - development - indicator " ) . css ( " display " , " none " ) , $ ( " # app - development - path " ) . css ( " display " , " none " ) ) } . bind ( this ) ) } , runScript : function ( a ) { a . preventDefault ( ) ; var b = $ ( a . currentTarget ) . attr ( " data - script " ) , c = [ window . modalView . createBlobEntry ( " app_script_arguments " , " Script arguments " , " " , null , " optional " , ! 1 , [ { rule : function ( a ) { return a & & JSON . parse ( a ) } , msg : " Must be well - formed JSON or empty " } ] ) ] , d = [ window . modalView . createSuccessButton ( " Run script " , function ( ) { var a = $ ( " # app_script_arguments " ) . val ( ) ; a = a & & JSON . parse ( a ) , window . modalView . hide ( ) , this . model . runScript ( b , a , function ( a , c ) { var d ; d = a ? " < p > The script failed with an error " + ( a . statusCode ? " ( HTTP " + a . statusCode + " ) " : " " ) + " : < / p > < pre > " + a . message + " < / pre > " : c ? " < p > Script results : < / p > < pre > " + JSON . stringify ( c , null , 2 ) + " < / pre > " : " < p > The script ran successfully . < / p > " , window . modalView . show ( " modalTable . ejs " , ' Result of script " ' + b + ' " ' , void 0 , void 0 , void 0 , d ) } ) } . bind ( this ) ) ] ; window . modalView . show ( " modalTable . ejs " , ' Run script " ' + b + ' " on " ' + this . model . get ( " mount " ) + ' " ' , d , c ) } , showSwagger : function ( a ) { a . preventDefault ( ) , this . render ( " swagger " ) } , showReadme : function ( a ) { a . preventDefault ( ) , this . render ( " readme " ) } , runTests : function ( a ) { a . preventDefault ( ) ; var b = " < p > < strong > WARNING : < / strong > Running tests may result in destructive side - effects including data loss . Please make sure not to run tests on a production database . < / p > " ; this . model . isDevelopment ( ) & & ( b + = " < p > < strong > WARNING : < / strong > This app is running in < strong > development mode < / strong > . If any of the tests access the app ' s HTTP API they may become non - deterministic . < / p > " ) ; var c = [ window . modalView . createSuccessButton ( " Run tests " , function ( ) { window . modalView . hide ( ) , this . model . runTests ( { reporter : " suite " } , function ( a , b ) { window . modalView . show ( " modalTestResults . ejs " , " Test results " , void 0 , void 0 , void 0 , a | | b ) } ) } . bind ( this ) ) ] ; window . modalView . show ( " modalTable . ejs " , ' Run tests for app " ' + this . model . get ( " mount " ) + ' " ' , c , void 0 , void 0 , b ) } , render : function ( a ) { return this . model . fetchThumbnail ( function ( ) { var b = function ( b , c ) { var d = this ; b ? arangoHelper . arangoError ( " DB " , " Could not get current database " ) : ( console . log ( this ) , $ ( this . el ) . html ( this . template . render ( { app : this . model , db : c , mode : a } ) ) , $ . get ( this . appUrl ( c ) ) . success ( function ( ) { $ ( " . open " , this . el ) . prop ( " disabled " , ! 1 ) } . bind ( this ) ) , this . updateConfig ( ) , this . updateDeps ( ) , " swagger " = = = a & & $ . get ( " . / foxxes / docs / swagger . json ? mount = " + encodeURIComponent ( this . model . get ( " mount " ) ) , function ( a ) { Object . keys ( a . paths ) . length < 1 & & ( d . render ( " readme " ) , $ ( " # app - show - swagger " ) . attr ( " disabled " , " true " ) ) } ) ) , this . breadcrumb ( ) } . bind ( this ) ; arangoHelper . currentDatabase ( b ) , _ . isEmpty ( this . model . get ( " config " ) ) & & $ ( " # service - settings " ) . attr ( " disabled " , ! 0 ) } . bind ( this ) ) , $ ( this . el ) } , breadcrumb : function ( ) { var a = " Service : " + this . model . get ( " name " ) + ' < i class = " fa fa - ellipsis - v " aria - hidden = " true " > < / i > ' , b = ' < p class = " mount " > < span > Contributors : < / span > ' ; this . model . get ( " contributors " ) & & this . model . get ( " contributors " ) . length > 0 ? _ . each ( this . model . get ( " contributors " ) , function ( a ) { b + = ' < a href = " mailto : ' + a . email + ' " > ' + a . name + " < / a > " } ) : b + = " No contributors " , b + = " < / p > " , $ ( " . information " ) . append ( b ) , this . model . get ( " author " ) & & $ ( " . information " ) . append ( ' < p class = " mount " > < span > Author : < / span > ' + this . model . get ( " author " ) + " < / p > " ) , this . model . get ( " mount " ) & & $ ( " . information " ) . append ( ' < p class = " mount " > < span > Mount : < / span > ' + this . model . get ( " mount " ) + " < / p > " ) , this . model . get ( " development " ) & & this . model . get ( " path " ) & & $ ( " . information " ) . append ( ' < p class = " path " > < span > Path : < / span > ' + this . model . get ( " path " ) + " < / p > " ) , $ ( " # subNavigationBar . breadcrumb " ) . html ( a ) } , openApp : function ( ) { var a = function ( a , b ) { a ? arangoHelper . arangoError ( " DB " , " Could not get current database " ) : window . open ( this . appUrl ( b ) , this . model . get ( " title " ) ) . focus ( ) } . bind ( this ) ; arangoHelper . currentDatabase ( a ) } , deleteApp : function ( ) { var a = [ window . modalView . createDeleteButton ( " Delete " , function ( ) { var a = { teardown : $ ( " # app_delete_run_teardown " ) . is ( " : checked " ) } ; this . model . destroy ( a , function ( a , b ) { a | | b . error ! = = ! 1 | | ( window . modalView . hide ( ) , window . App . navigate ( " services " , { trigger : ! 0 } ) ) } ) } . bind ( this ) ) ] , b = [ window . modalView . createCheckboxEntry ( " app_delete_run_teardown " , " Run teardown ? " , ! 0 , " Should this app ' s teardown script be executed before removing the app ? " , ! 0 ) ] ; window . modalView . show ( " modalTable . ejs " , ' Delete Foxx App mounted at " ' + this . model . get ( " mount " ) + ' " ' , a , b , void 0 , " < p > Are you sure ? There is no way back . . . < / p > " , ! 0 ) } , appUrl : function ( a ) { return window . location . origin + " / _db / " + encodeURIComponent ( a ) + this . model . get ( " mount " ) } , applyConfig : function ( ) { var a = { } ; _ . each ( this . model . get ( " config " ) , function ( b , c ) { var d = $ ( " # app_config_ " + c ) , e = d . val ( ) ; if ( " boolean " = = = b . type | | " bool " = = = b . type ) return void ( a [ c ] = d . is ( " : checked " ) ) ; if ( " " = = = e & & b . hasOwnProperty ( " default " ) ) return a [ c ] = b [ " default " ] , void ( " json " = = = b . type & & ( a [ c ] = JSON . stringify ( b [ " default " ] ) ) ) ; if ( " number " = = = b . type ) a [ c ] = parseFloat ( e ) ; else if ( " integer " = = = b . type | | " int " = = = b . type ) a [ c ] = parseInt ( e , 10 ) ; else { if ( " json " ! = = b . type ) return void ( a [ c ] = window . arangoHelper . escapeHtml ( e ) ) ; a [ c ] = e & & JSON . stringify ( JSON . parse ( e ) ) } } ) , this . model . setConfiguration ( a , function ( ) { this . updateConfig ( ) , arangoHelper . arangoNotification ( this . model . get ( " name " ) , " Settings applied . " ) } . bind ( this ) ) } , showConfigDialog : function ( ) { if ( _ . isEmpty ( this . model . get ( " config " ) ) ) return void $ ( " # settings . buttons " ) . html ( $ ( " # hidden_buttons " ) . html ( ) ) ; var a = _ . map ( this . model . get ( " config " ) , function ( a , b ) { var c = void 0 = = = a [ " default " ] ? " " : String ( a [ " default " ] ) , d = void 0 = = = a . current ? " " : String ( a . current ) , e = " createTextEntry " , f = ! 1 , g = [ ] ; return " boolean " = = = a . type | | " bool " = = = a . type ? ( e = " createCheckboxEntry " , a [ " default " ] = a [ " default " ] | | ! 1 , c = a [ " default " ] | | ! 1 , d = a . current | | ! 1 ) : " json " = = = a . type ? ( e = " createBlobEntry " , c = void 0 = = = a [ " default " ] ? " " : JSON . stringify ( a [ " default " ] ) , d = void 0 = = = a . current ? " " : a . current , g . push ( { rule : function ( a ) { return a & & JSON . parse ( a ) } , msg : " Must be well - formed JSON or empty . " } ) ) : " integer " = = = a . type | | " int " = = = a . type ? g . push ( { rule : Joi . number ( ) . integer ( ) . optional ( ) . allow ( " " ) , msg : " Has to be an integer . " } ) : " number " = = = a . type ? g . push ( { rule : Joi . number ( ) . optional ( ) . allow ( " " ) , msg : " Has to be a number . " } ) : ( " password " = = = a . type & & ( e = " createPasswordEntry " ) , g . push ( { rule : Joi . string ( ) . optional ( ) . allow ( " " ) , msg : " Has to be a string . " } ) ) , void 0 = = = a [ " default " ] & & a . required ! = = ! 1 & & ( f = ! 0 , g . unshift ( { rule : Joi . any ( ) . required ( ) , msg : " This field is required . " } ) ) , window . modalView [ e ] ( " app_config_ " + b , b , d , a . description , c , f , g ) } ) , b = [ window . modalView . createSuccessButton ( " Apply " , this . applyConfig . bind ( this ) ) ] ; window . modalView . show ( " modalTable . ejs " , " Configuration " , b , a , null , null , null , null , null , " settings " ) , $ ( " . modal - footer " ) . prepend ( $ ( " # hidden_buttons " ) . html ( ) ) } , applyDeps : function ( ) { var a = { } ; _ . each ( this . model . get ( " deps " ) , function ( b , c ) { var d = $ ( " # app_deps_ " + c ) ; a [ c ] = window . arangoHelper . escapeHtml ( d . val ( ) ) } ) , this . model . setDependencies ( a , function ( ) { window . modalView . hide ( ) , this . updateDeps ( ) } . bind ( this ) ) } , showDepsDialog : function ( ) { if ( ! _ . isEmpty ( this . model . get ( " deps " ) ) ) { var a = _ . map ( this . model . get ( " deps " ) , function ( a , b ) { var c = void 0 = = = a . current ? " " : String ( a . current ) , d = " " , e = a . definition . name ; " * " ! = = a . definition . version & & ( e + = " @ " + a . definition . version ) ; var f = [ { rule : Joi . string ( ) . optional ( ) . allow ( " " ) , msg : " Has to be a string . " } ] ; return a . definition . required & & f . push ( { rule : Joi . string ( ) . required ( ) , msg : " This value is required . " } ) , window . modalView . createTextEntry ( " app_deps_ " + b , a . title , c , e , d , a . definition . required , f ) } ) , b = [ window . modalView . createSuccessButton ( " Apply " , this . applyDeps . bind ( this ) ) ] ; window . modalView . show ( " modalTable . ejs " , " Dependencies " , b , a ) } } , showDropdown : function ( ) { _ . isEmpty ( this . model . get ( " scripts " ) ) | | $ ( " # scripts_dropdown " ) . show ( 200 ) } , hideDropdown : function ( ) { $ ( " # scripts_dropdown " ) . hide ( ) } } ) } ( ) , function ( ) { " use strict " ; window . ApplicationsView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " applicationsView . ejs " ) , events : { " click # addApp " : " createInstallModal " , " click # foxxToggle " : " slideToggle " , " click # checkDevel " : " toggleDevel " , " click # checkProduction " : " toggleProduction " , " click # checkSystem " : " toggleSystem " } , fixCheckboxes : function ( ) { this . _showDevel ? $ ( " # checkDevel " ) . attr ( " checked " , " checked " ) : $ ( " # checkDevel " ) . removeAttr ( " checked " ) , this . _showSystem ? $ ( " # checkSystem " ) . attr ( " checked " , " checked " ) : $ ( " # checkSystem " ) . removeAttr ( " checked " ) , this . _showProd ? $ ( " # checkProduction " ) . attr ( " checked " , " checked " ) : $ ( " # checkProduction " ) . removeAttr ( " checked " ) , $ ( " # checkDevel " ) . next ( ) . removeClass ( " fa fa - check - square - o fa - square - o " ) . addClass ( " fa " ) , $ ( " # checkSystem " ) . next ( ) . removeClass ( " fa fa - check - square - o fa - square - o " ) . addClass ( " fa " ) , $ ( " # checkProduction " ) . next ( ) . removeClass ( " fa fa - check - square - o fa - square - o " ) . addClass ( " fa " ) , arangoHelper . setCheckboxStatus ( " # foxxDropdown " ) } , toggleDevel : function ( ) { var a = this ; this . _showDevel = ! this . _showDevel , _ . each ( this . _installedSubViews , function ( b ) { b . toggle ( " devel " , a . _showDevel ) } ) , this . fixCheckboxes ( ) } , toggleProduction : function ( ) { var a = this ; this . _showProd = ! this . _showProd , _ . each ( this . _installedSubViews , function ( b ) { b . toggle ( " production " , a . _showProd ) } ) , this . fixCheckboxes ( ) } , toggleSystem : function ( ) { this . _showSystem = ! this . _showSystem ; var a = this ; _ . each ( this . _installedSubViews , function ( b ) { b . toggle ( " system " , a . _showSystem ) } ) , this . fixCheckboxes ( ) } , reload : function ( ) { var a = this ; _ . each ( this . _installedSubViews , function ( a ) { a . undelegateEvents ( ) } ) , this . collection . fetch ( { success : function ( ) { a . createSubViews ( ) , a . render ( ) } } ) } , createSubViews : function ( ) { var a = this ; this . _installedSubViews = { } , a . collection . each ( function ( b ) { var c = new window . FoxxActiveView ( { model : b , appsView : a } ) ; a . _installedSubViews [ b . get ( " mount " ) ] = c } ) } , initialize : function ( ) { this . _installedSubViews = { } , this . _showDevel = ! 0 , this . _showProd = ! 0 , this . _showSystem = ! 1 } , slideToggle : function ( ) { $ ( " # foxxToggle " ) . toggleClass ( " activated " ) , $ ( " # foxxDropdownOut " ) . slideToggle ( 200 ) } , createInstallModal : function ( a ) { a . preventDefault ( ) , window . foxxInstallView . install ( this . reload . bind ( this ) ) } , render : function ( ) { this . collection . sort ( ) , $ ( this . el ) . html ( this . template . render ( { } ) ) , _ . each ( this . _installedSubViews , function ( a ) { $ ( " # installedList " ) . append ( a . render ( ) ) } ) , this . delegateEvents ( ) , $ ( " # checkDevel " ) . attr ( " checked " , this . _showDevel ) , $ ( " # checkProduction " ) . attr ( " checked " , this . _showProd ) , $ ( " # checkSystem " ) . attr ( " checked " , this . _showSystem ) , arangoHelper . setCheckboxStatus ( " # foxxDropdown " ) ; var a = this ; return _ . each ( this . _installedSubViews , function ( b ) { b . toggle ( " devel " , a . _showDevel ) , b . toggle ( " system " , a . _showSystem ) } ) , arangoHelper . fixTooltips ( " icon_arangodb " , " left " ) , this } } ) } ( ) , function ( ) { " use strict " ; window . ClusterView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " clusterView . ejs " ) , events : { } , statsEnabled : ! 1 , historyInit : ! 1 , initDone : ! 1 , interval : 5e3 , maxValues : 100 , knownServers : [ ] , chartData : { } , charts : { } , nvcharts : [ ] , startHistory : { } , startHistoryAccumulated : { } , initialize : function ( a ) { var b = this ; window . App . isCluster & & ( this . dbServers = a . dbServers , this . coordinators = a . coordinators , this . updateServerTime ( ) , window . setInterval ( function ( ) { if ( " # cluster " = = = window . location . hash | | " " = = = window . location . hash | | " # " = = = window . location . hash ) { var a = function ( a ) { b . rerenderValues ( a ) , b . rerenderGraphs ( a ) } ; b . getCoordStatHistory ( a ) } } , this . interval ) ) } , render : function ( ) { this . $ el . html ( this . template . render ( { } ) ) , this . initDone | | ( void 0 ! = = this . coordinators . first ( ) ? this . getServerStatistics ( ) : this . waitForCoordinators ( ) , this . initDone = ! 0 ) , this . initGraphs ( ) } , waitForCoordinators : function ( ) { var a = this ; window . setTimeout ( function ( ) { a . coordinators ? a . getServerStatistics ( ) : a . waitForCoordinators ( ) } , 500 ) } , updateServerTime : function ( ) { this . serverTime = ( new Date ) . getTime ( ) } , getServerStatistics : function ( ) { var a = this ; this . data = void 0 ; var b = this . coordinators . first ( ) ; this . statCollectCoord = new window . ClusterStatisticsCollection ( [ ] , { host : b . get ( " address " ) } ) , this . statCollectDBS = new window . ClusterStatisticsCollection ( [ ] , { host : b . get ( " address " ) } ) ; var c = [ ] ; _ . each ( this . dbServers , function ( a ) { a . each ( function ( a ) { c . push ( a ) } ) } ) , _ . each ( c , function ( c ) { if ( " ok " = = = c . get ( " status " ) ) { - 1 = = = a . knownServers . indexOf ( c . id ) & & a . knownServers . push ( c . id ) ; var d = new window . Statistics ( { name : c . id } ) ; d . url = b . get ( " protocol " ) + " : / / " + b . get ( " address " ) + " / _admin / clusterStatistics ? DBserver = " + c . get ( " name " ) , a . statCollectDBS . add ( d ) } } ) , this . coordinators . forEach ( function ( b ) { if ( " ok " = = = b . get ( " status " ) ) { - 1 = = = a . knownServers . indexOf ( b . id ) & & a . knownServers . push ( b . id ) ; var c = new window . Statistics ( { name : b . id } ) ; c . url = b . get ( " protocol " ) + " : / / " + b . get ( " address " ) + " / _admin / statistics " , a . statCollectCoord . add ( c ) } } ) ; var d = function ( b ) { a . rerenderValues ( b ) , a . rerenderGraphs ( b ) } . bind ( this ) ; a . getCoordStatHistory ( d ) , a . coordinators . fetch ( { success : function ( ) { a . renderNode ( ! 0 ) } , error : function ( ) { a . renderNode ( ! 1 ) } } ) } , rerenderValues : function ( a ) { var b = this ; this . coordinators . fetch ( { success : function ( ) { b . renderNode ( ! 0 ) } , error : function ( ) { b . renderNode ( ! 1 ) } } ) , this . renderValue ( " # clusterConnections " , Math . round ( a . clientConnectionsCurrent ) ) , this . renderValue ( " # clusterConnectionsAvg " , Math . round ( a . clientConnections15M ) ) ; var c = a . physicalMemory , d = a . residentSizeCurrent ; this . renderValue ( " # clusterRam " , [ d , c ] ) } , renderValue : function ( a , b , c ) { if ( " number " = = typeof b ) $ ( a ) . html ( b ) ; else if ( $ . isArray ( b ) ) { var d = b [ 0 ] , e = b [ 1 ] , f = 1 / ( e / d ) * 100 ; $ ( a ) . html ( f . toFixed ( 1 ) + " % " ) } else " string " = = typeof b & & $ ( a ) . html ( b ) ; c ? ( $ ( a ) . addClass ( " negative " ) , $ ( a ) . removeClass ( " positive " ) ) : ( $ ( a ) . addClass ( " positive " ) , $ ( a ) . removeClass ( " negative " ) ) } , renderNode : function ( a ) { var b = 0 , c = 0 ; if ( a ) if ( this . coordinators . each ( function ( a ) { " ok " = = = a . toJSON ( ) . status ? b + + : c + + } ) , c > 0 ) { var d = c + b ; this . renderValue ( " # clusterNodes " , b + " / " + d , ! 0 ) } else this . renderValue ( " # clusterNodes " , b ) ; else this . renderValue ( " # clusterNodes " , " OFFLINE " , ! 0 ) } , initValues : function ( ) { var a = [ " # clusterNodes " , " # clusterRam " , " # clusterConnections " , " # clusterConnectionsAvg " ] ; _ . each ( a , function ( a ) { $ ( a ) . html ( ' < i class = " fa fa - spin fa - circle - o - notch " style = " color : rgba ( 0 , 0 , 0 , 0 . 64 ) ; " > < / i > ' ) } ) } , graphData : { data : { sent : [ ] , received : [ ] } , http : [ ] , average : [ ] } , checkArraySizes : function ( ) { var a = this ; _ . each ( a . chartsOptions , function ( b , c ) { _ . each ( b . options , function ( b , d ) { b . values . length > a . maxValues - 1 & & a . chartsOptions [ c ] . options [ d ] . values . shift ( ) } ) } ) } , formatDataForGraph : function ( a ) { var b = this ; b . historyInit ? ( b . checkArraySizes ( ) , b . chartsOptions [ 0 ] . options [ 0 ] . values . push ( { x : a . times [ a . times . length - 1 ] , y : a . bytesSentPerSecond [ a . bytesSentPerSecond . length - 1 ] } ) , b . chartsOptions [ 0 ] . options [ 1 ] . values . push ( { x : a . times [ a . times . length - 1 ] , y : a . bytesReceivedPerSecond [ a . bytesReceivedPerSecond . length - 1 ] } ) , b . chartsOptions [ 1 ] . options [ 0 ] . values . push ( { x : a . times [ a . times . length - 1 ] , y : b . calcTotalHttp ( a . http , a . bytesSentPerSecond . length - 1 ) } ) , b . chartsOptions [ 2 ] . options [ 0 ] . values . push ( { x : a . times [ a . times . length - 1 ] , y : a . avgRequestTime [ a . bytesSentPerSecond . length - 1 ] / b . coordinators . length } ) ) : ( _ . each ( a . times , function ( c , d ) { b . chartsOptions [ 0 ] . options [ 0 ] . values . push ( { x : c , y : a . bytesSentPerSecond [ d ] } ) , b . chartsOptions [ 0 ] . options [ 1 ] . values . push ( { x : c , y : a . bytesReceivedPerSecond [ d ] } ) , b . chartsOptions [ 1 ] . options [ 0 ] . values . push ( { x : c , y : b . calcTotalHttp ( a . http , d ) } ) , b . chartsOptions [ 2 ] . options [ 0 ] . values . push ( { x : c , y : a . avgRequestTime [ d ] / b . coordinators . length } ) } ) , b . historyInit = ! 0 ) } , chartsOptions : [ { id : " # clusterData " , type : " bytes " , count : 2 , options : [ { area : ! 0 , values : [ ] , key : " Bytes out " , color : " rgb ( 23 , 190 , 207 ) " , strokeWidth : 2 , fillOpacity : . 1 } , { area : ! 0 , values : [ ] , key : " Bytes in " , color : " rgb ( 188 , 189 , 34 ) " , strokeWidth : 2 , fillOpacity : . 1 } ] } , { id : " # clusterHttp " , type : " bytes " , options : [ { area : ! 0 , values : [ ] , key : " Bytes " , color : " rgb ( 0 , 166 , 90 ) " , fillOpacity : . 1 } ] } , { id : " # clusterAverage " , data : [ ] , type : " seconds " , options : [ { area : ! 0 , values : [ ] , key : " Seconds " , color : " rgb ( 243 , 156 , 18 ) " , fillOpacity : . 1 } ] } ] , initGraphs : function ( ) { var a = this , b = " Fetching data . . . " ; a . statsEnabled = = = ! 1 & & ( b = " Statistics disabled . " ) , _ . each ( a . chartsOptions , function ( c ) { nv . addGraph ( function ( ) { a . charts [ c . id ] = nv . models . stackedAreaChart ( ) . options ( { useInteractiveGuideline : ! 0 , showControls : ! 1 , noData : b , duration : 0 } ) , a . charts [ c . id ] . xAxis . axisLabel ( " " ) . tickFormat ( function ( a ) { var b = new Date ( 1e3 * a ) ; return ( b . getHours ( ) < 10 ? " 0 " : " " ) + b . getHours ( ) + " : " + ( b . getMinutes ( ) < 10 ? " 0 " : " " ) + b . getMinutes ( ) + " : " + ( b . getSeconds ( ) < 10 ? " 0 " : " " ) + b . getSeconds ( ) } ) . staggerLabels ( ! 1 ) , a . charts [ c . id ] . yAxis . axisLabel ( " " ) . tickFormat ( function ( a ) { var b ; return " bytes " = = = c . type ? null = = = a ? " N / A " : ( b = parseFloat ( d3 . format ( " . 2f " ) ( a ) ) , prettyBytes ( b ) ) : " seconds " = = = c . type ? null = = = a ? " N / A " : b = parseFloat ( d3 . format ( " . 3f " ) ( a ) ) : void 0 } ) ; var d , e = a . returnGraphOptions ( c . id ) ; return e . length > 0 ? _ . each ( e , function ( a , b ) { c . options [ b ] . values = a } ) : c . options [ 0 ] . values = [ ] , d = c . options , a . chartData [ c . id ] = d3 . select ( c . id ) . append ( " svg " ) . datum ( d ) . transition ( ) . duration ( 300 ) . call ( a . charts [ c . id ] ) . each ( " start " , function ( ) { window . setTimeout ( function ( ) { d3 . selectAll ( c . id + " * " ) . each ( function ( ) { this . __transition__ & & ( this . __transition__ . duration = 0 ) } ) } , 0 ) } ) , nv . utils . windowResize ( a . charts [ c . id ] . update ) , a . nvcharts . push ( a . charts [ c . id ] ) , a . charts [ c . id ] } ) } ) } , returnGraphOptions : function ( a ) { var b = [ ] ; return b = " # clusterData " = = = a ? [ this . chartsOptions [ 0 ] . options [ 0 ] . values , this . chartsOptions [ 0 ] . options [ 1 ] . values ] : " # clusterHttp " = = = a ? [ this . chartsOptions [ 1 ] . options [ 0 ] . values ] : " # clusterAverage " = = = a ? [ this . chartsOptions [ 2 ] . options [ 0 ] . values ] : [ ] } , rerenderGraphs : function ( a ) { if ( this . statsEnabled ) { var b , c , d = this ; this . formatDataForGraph ( a ) , _ . each ( d . chartsOptions , function ( a ) { c = d . returnGraphOptions ( a . id ) , c . length > 0 ? _ . each ( c , function ( b , c ) { a . options [ c ] . values = b } ) : a . options [ 0 ] . values = [ ] , b = a . options , b [ 0 ] . values . length > 0 & & d . historyInit & & d . charts [ a . id ] & & d . charts [ a . id ] . update ( ) } ) } } , calcTotalHttp : function ( a , b ) { var c = 0 ; return _ . each ( a , function ( a ) { c + = a [ b ] } ) , c } , getCoordStatHistory : function ( a ) { var b , c = this , d = [ ] , e = { http : { } } , f = function ( a ) { return $ . get ( a , { count : c . statCollectCoord . size ( ) } , null , " json " ) } , g = function ( a ) { var b , d = [ " times " ] , f = [ " physicalMemory " , " residentSizeCurrent " , " clientConnections15M " , " clientConnectionsCurrent " ] , g = [ " optionsPerSecond " , " putsPerSecond " , " headsPerSecond " , " postsPerSecond " , " getsPerSecond " , " deletesPerSecond " , " othersPerSecond " , " patchesPerSecond " ] , h = [ " bytesSentPerSecond " , " bytesReceivedPerSecond " , " avgRequestTime " ] , i = 0 ; _ . each ( a , function ( a ) { a . enabled ? c . statsEnabled = ! 0 : c . statsEnabled = ! 1 , " object " = = typeof a & & ( 0 = = = i ? ( _ . each ( d , function ( b ) { e [ b ] = a [ b ] } ) , _ . each ( f , function ( b ) { e [ b ] = a [ b ] } ) , _ . each ( g , function ( b ) { e . http [ b ] = a [ b ] } ) , _ . each ( h , function ( b ) { e [ b ] = a [ b ] } ) ) : ( _ . each ( f , function ( b ) { e [ b ] = e [ b ] + a [ b ] } ) , _ . each ( g , function ( c ) { b = 0 , _ . each ( a [ c ] , function ( a ) { e . http [ c ] [ i ] = e . http [ c ] [ i ] + a , b + + } ) } ) , _ . each ( h , function ( c ) { b = 0 , _ . each ( a [ c ] , function ( a ) { e [ c ] [ i ] = e [ c ] [ i ] + a , b + + } ) } ) ) , i + + ) } ) } ; this . statCollectCoord . each ( function ( a ) { b = a . url + " / short " , d . push ( f ( b ) ) } ) , $ . when . apply ( $ , d ) . done ( function ( ) { var b = [ ] ; _ . each ( d , function ( a ) { b . push ( a . responseJSON ) } ) , g ( b ) , a ( e ) } ) } } ) } ( ) , function ( ) { " use strict " ; window . CollectionListItemView = Backbone . View . extend ( { tagName : " div " , className : " tile pure - u - 1 - 1 pure - u - sm - 1 - 2 pure - u - md - 1 - 3 pure - u - lg - 1 - 4 pure - u - xl - 1 - 6 " , template : templateEngine . createTemplate ( " collectionsItemView . ejs " ) , initialize : function ( a ) { this . collectionsView = a . collectionsView } , events : { " click . iconSet . icon_arangodb_settings2 " : " createEditPropertiesModal " , " click . pull - left " : " noop " , " click . icon_arangodb_settings2 " : " editProperties " , " click . spanInfo " : " showProperties " , click : " selectCollection " } , render : function ( ) { return this . model . get ( " locked " ) ? ( $ ( this . el ) . addClass ( " locked " ) , $ ( this . el ) . addClass ( this . model . get ( " lockType " ) ) ) : $ ( this . el ) . removeClass ( " locked " ) , ( " loading " = = = this . model . get ( " status " ) | | " unloading " = = = this . model . get ( " status " ) ) & & $ ( this . el ) . addClass ( " locked " ) , $ ( this . el ) . html ( this . template . render ( { model : this . model } ) ) , $ ( this . el ) . attr ( " id " , " collection_ " + this . model . get ( " name " ) ) , this } , editProperties : function ( a ) { return this . model . get ( " locked " ) ? 0 : ( a . stopPropagation ( ) , void this . createEditPropertiesModal ( ) ) } , showProperties : function ( a ) { return this . model . get ( " locked " ) ? 0 : ( a . stopPropagation ( ) , void this . createInfoModal ( ) ) } , selectCollection : function ( a ) { return $ ( a . target ) . hasClass ( " disabled " ) ? 0 : this . model . get ( " locked " ) ? 0 : " loading " = = = this . model . get ( " status " ) ? 0 : void ( " unloaded " = = = this . model . get ( " status " ) ? this . loadCollection ( ) : window . App . navigate ( " collection / " + encodeURIComponent ( this . model . get ( " name " ) ) + " / documents / 1 " , { trigger : ! 0 } ) ) } , noop : function ( a ) { a . stopPropagation ( ) } , unloadCollection : function ( ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " Collection error " , this . model . get ( " name " ) + " could not be unloaded . " ) : void 0 = = = a ? ( this . model . set ( " status " , " unloading " ) , this . render ( ) ) : " # collections " = = = window . location . hash ? ( this . model . set ( " status " , " unloaded " ) , this . render ( ) ) : arangoHelper . arangoNotification ( " Collection " + this . model . get ( " name " ) + " unloaded . " ) } . bind ( this ) ; this . model . unloadCollection ( a ) , window . modalView . hide ( ) } , loadCollection : function ( ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " Collection error " , this . model . get ( " name " ) + " could not be loaded . " ) : void 0 = = = a ? ( this . model . set ( " status " , " loading " ) , this . render ( ) ) : " # collections " = = = window . location . hash ? ( this . model . set ( " status " , " loaded " ) , this . render ( ) ) : arangoHelper . arangoNotification ( " Collection " + this . model . get ( " name " ) + " loaded . " ) } . bind ( this ) ; this . model . loadCollection ( a ) , window . modalView . hide ( ) } , truncateCollection : function ( ) { this . model . truncateCollection ( ) , window . modalView . hide ( ) } , deleteCollection : function ( ) { this . model . destroy ( { error : function ( ) { arangoHelper . arangoError ( " Could not delete collection . " ) } , success : function ( ) { window . modalView . hide ( ) } } ) , this . collectionsView . render ( ) } , saveModifiedCollection : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Error " , " Could not get coordinator info " ) ; else { var c ; c = b ? this . model . get ( " name " ) : $ ( " # change - collection - name " ) . val ( ) ; var d = this . model . get ( " status " ) ; if ( " loaded " = = = d ) { var e ; try { e = JSON . parse ( 1024 * $ ( " # change - collection - size " ) . val ( ) * 1024 ) } catch ( f ) { return arangoHelper . arangoError ( " Please enter a valid number " ) , 0 } var g ; try { if ( g = JSON . parse ( $ ( " # change - index - buckets " ) . val ( ) ) , 1 > g | | parseInt ( g ) ! = = Math . pow ( 2 , Math . log2 ( g ) ) ) throw " invalid indexBuckets value " } catch ( f ) { return arangoHelper . arangoError ( " Please enter a valid number of index buckets " ) , 0 } var h = function ( a ) { a ? arangoHelper . arangoError ( " Collection error : " + a . responseText ) : ( this . collectionsView . render ( ) , window . modalView . hide ( ) ) } . bind ( this ) , i = function ( a ) { if ( a ) arangoHelper . arangoError ( " Collection error : " + a . responseText ) ; else { var b = $ ( " # change - collection - sync " ) . val ( ) ; this . model . changeCollection ( b , e , g , h ) } } . bind ( this ) ; this . model . renameCollection ( c , i ) } else if ( " unloaded " = = = d ) if ( this . model . get ( " name " ) ! = = c ) { var j = function ( a , b ) { a ? arangoHelper . arangoError ( " Collection error : " + b . responseText ) : ( this . collectionsView . render ( ) , window . modalView . hide ( ) ) } . bind ( this ) ; this . model . renameCollection ( c , j ) } else window . modalView . hide ( ) } } . bind ( this ) ; window . isCoordinator ( a ) } , createEditPropertiesModal : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Error " , " Could not get coordinator info " ) ; else { var c = ! 1 ; " loaded " = = = this . model . get ( " status " ) & & ( c = ! 0 ) ; var d = [ ] , e = [ ] ; b | | e . push ( window . modalView . createTextEntry ( " change - collection - name " , " Name " , this . model . get ( " name " ) , ! 1 , " " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z ] / ) , msg : " Collection name must always start with a letter . " } , { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only Symbols " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No collection name given . " } ] ) ) ; var f = function ( ) { e . push ( window . modalView . createReadOnlyEntry ( " change - collection - id " , " ID " , this . model . get ( " id " ) , " " ) ) , e . push ( window . modalView . createReadOnlyEntry ( " change - collection - type " , " Type " , this . model . get ( " type " ) , " " ) ) , e . push ( window . modalView . createReadOnlyEntry ( " change - collection - status " , " Status " , this . model . get ( " status " ) , " " ) ) , d . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteCollection . bind ( this ) ) ) , d . push ( window . modalView . createDeleteButton ( " Truncate " , this . truncateCollection . bind ( this ) ) ) , c ? d . push ( window . modalView . createNotificationButton ( " Unload " , this . unloadCollection . bind ( this ) ) ) : d . push ( window . modalView . createNotificationButton ( " Load " , this . loadCollection . bind ( this ) ) ) , d . push ( window . modalView . createSuccessButton ( " Save " , this . saveModifiedCollection . bind ( this ) ) ) ; var a = [ " General " , " Indices " ] , b = [ " modalTable . ejs " , " indicesView . ejs " ] ; window . modalView . show ( b , " Modify Collection " , d , e , null , null , this . events , null , a ) , " loaded " = = = this . model . get ( " status " ) ? this . getIndex ( ) : $ ( $ ( " # infoTab " ) . children ( ) [ 1 ] ) . remove ( ) } . bind ( this ) ; if ( c ) { var g = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Collection " , " Could not fetch properties " ) ; else { var c = b . journalSize / 1048576 , d = b . indexBuckets , g = b . waitForSync ; e . push ( window . modalView . createTextEntry ( " change - collection - size " , " Journal size " , c , " The maximal size of a journal or datafile ( in MB ) . Must be at least 1 . " , " " , ! 0 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 0 - 9 ] * $ / ) , msg : " Must be a number . " } ] ) ) , e . push ( window . modalView . createTextEntry ( " change - index - buckets " , " Index buckets " , d , " The number of index buckets for this collection . Must be at least 1 and a power of 2 . " , " " , ! 0 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 1 - 9 ] [ 0 - 9 ] * $ / ) , msg : " Must be a number greater than 1 and a power of 2 . " } ] ) ) , e . push ( window . modalView . createSelectEntry ( " change - collection - sync " , " Wait for sync " , g , " Synchronize to disk before returning from a create or update of a document . " , [ { value : ! 1 , label : " No " } , { value : ! 0 , label : " Yes " } ] ) ) } f ( ) } . bind ( this ) ; this . model . getProperties ( g ) } else f ( ) } } . bind ( this ) ; window . isCoordinator ( a ) } , bindIndexEvents : function ( ) { this . unbindIndexEvents ( ) ; var a = this ; $ ( " # indexEditView # addIndex " ) . bind ( " click " , function ( ) { a . toggleNewIndexView ( ) , $ ( " # cancelIndex " ) . unbind ( " click " ) , $ ( " # cancelIndex " ) . bind ( " click " , function ( ) { a . toggleNewIndexView ( ) } ) , $ ( " # createIndex " ) . unbind ( " click " ) , $ ( " # createIndex " ) . bind ( " click " , function ( ) { a . createIndex ( ) } ) } ) , $ ( " # newIndexType " ) . bind ( " change " , function ( ) { a . selectIndexType ( ) } ) , $ ( " . deleteIndex " ) . bind ( " click " , function ( b ) { a . prepDeleteIndex ( b ) } ) , $ ( " # infoTab a " ) . bind ( " click " , function ( a ) { if ( $ ( " # indexDeleteModal " ) . remove ( ) , " Indices " ! = = $ ( a . currentTarget ) . html ( ) | | $ ( a . currentTarget ) . parent ( ) . hasClass ( " active " ) | | ( $ ( " # newIndexView " ) . hide ( ) , $ ( " # indexEditView " ) . show ( ) , $ ( " # modal - dialog . modal - footer . button - danger " ) . hide ( ) , $ ( " # modal - dialog . modal - footer . button - success " ) . hide ( ) , $ ( " # modal - dialog . modal - footer . button - notification " ) . hide ( ) ) , " General " = = = $ ( a . currentTarget ) . html ( ) & & ! $ ( a . currentTarget ) . parent ( ) . hasClass ( " active " ) ) { $ ( " # modal - dialog . modal - footer . button - danger " ) . show ( ) , $ ( " # modal - dialog . modal - footer . button - success " ) . show ( ) , $ ( " # modal - dialog . modal - footer . button - notification " ) . show ( ) ; var b = ( $ ( " . index - button - bar " ) [ 0 ] , $ ( " . index - button - bar2 " ) [ 0 ] ) ; $ ( " # cancelIndex " ) . is ( " : visible " ) & & ( $ ( " # cancelIndex " ) . detach ( ) . appendTo ( b ) , $ ( " # createIndex " ) . detach ( ) . appendTo ( b ) ) } } ) } , unbindIndexEvents : function ( ) { $ ( " # indexEditView # addIndex " ) . unbind ( " click " ) , $ ( " # newIndexType " ) . unbind ( " change " ) , $ ( " # infoTab a " ) . unbind ( " click " ) , $ ( " . deleteIndex " ) . unbind ( " click " ) } , createInfoModal : function ( ) { var a = function ( a , b , c ) { if ( a ) arangoHelper . arangoError ( " Figures " , " Could not get revision . " ) ; else { var d = [ ] , e = { figures : c , revision : b , model : this . model } ; window . modalView . show ( " modalCollectionInfo . ejs " , " Collection : " + this . model . get ( " name " ) , d , e ) } } . bind ( this ) , b = function ( b , c ) { if ( b ) arangoHelper . arangoError ( " Figures " , " Could not get figures . " ) ; else { var d = c ; this . model . getRevision ( a , d ) } } . bind ( this ) ; this . model . getFigures ( b ) } , resetIndexForms : function ( ) { $ ( " # indexHeader input " ) . val ( " " ) . prop ( " checked " , ! 1 ) , $ ( " # newIndexType " ) . val ( " Geo " ) . prop ( " selected " , ! 0 ) , this . selectIndexType ( ) } , createIndex : function ( ) { var a , b , c , d = this , e = $ ( " # newIndexType " ) . val ( ) , f = { } ; switch ( e ) { case " Geo " : a = $ ( " # newGeoFields " ) . val ( ) ; var g = d . checkboxToValue ( " # newGeoJson " ) , h = d . checkboxToValue ( " # newGeoConstraint " ) , i = d . checkboxToValue ( " # newGeoIgnoreNull " ) ; <nl> + f = { type : " geo " , fields : d . stringToArray ( a ) , geoJson : g , constraint : h , ignoreNull : i } ; break ; case " Hash " : a = $ ( " # newHashFields " ) . val ( ) , b = d . checkboxToValue ( " # newHashUnique " ) , c = d . checkboxToValue ( " # newHashSparse " ) , f = { type : " hash " , fields : d . stringToArray ( a ) , unique : b , sparse : c } ; break ; case " Fulltext " : a = $ ( " # newFulltextFields " ) . val ( ) ; var j = parseInt ( $ ( " # newFulltextMinLength " ) . val ( ) , 10 ) | | 0 ; f = { type : " fulltext " , fields : d . stringToArray ( a ) , minLength : j } ; break ; case " Skiplist " : a = $ ( " # newSkiplistFields " ) . val ( ) , b = d . checkboxToValue ( " # newSkiplistUnique " ) , c = d . checkboxToValue ( " # newSkiplistSparse " ) , f = { type : " skiplist " , fields : d . stringToArray ( a ) , unique : b , sparse : c } } var k = function ( a , b ) { if ( a ) if ( b ) { var c = JSON . parse ( b . responseText ) ; arangoHelper . arangoError ( " Document error " , c . errorMessage ) } else arangoHelper . arangoError ( " Document error " , " Could not create index . " ) ; d . refreshCollectionsView ( ) } ; window . modalView . hide ( ) , d . model . createIndex ( f , k ) } , lastTarget : null , prepDeleteIndex : function ( a ) { var b = this ; this . lastTarget = a , this . lastId = $ ( this . lastTarget . currentTarget ) . parent ( ) . parent ( ) . first ( ) . children ( ) . first ( ) . text ( ) , $ ( " # modal - dialog . modal - footer " ) . after ( ' < div id = " indexDeleteModal " style = " display : block ; " class = " alert alert - error modal - delete - confirmation " > < strong > Really delete ? < / strong > < button id = " indexConfirmDelete " class = " button - danger pull - right modal - confirm - delete " > Yes < / button > < button id = " indexAbortDelete " class = " button - neutral pull - right " > No < / button > < / div > ' ) , $ ( " # indexConfirmDelete " ) . unbind ( " click " ) , $ ( " # indexConfirmDelete " ) . bind ( " click " , function ( ) { $ ( " # indexDeleteModal " ) . remove ( ) , b . deleteIndex ( ) } ) , $ ( " # indexAbortDelete " ) . unbind ( " click " ) , $ ( " # indexAbortDelete " ) . bind ( " click " , function ( ) { $ ( " # indexDeleteModal " ) . remove ( ) } ) } , refreshCollectionsView : function ( ) { window . App . arangoCollectionsStore . fetch ( { success : function ( ) { window . App . collectionsView . render ( ) } } ) } , deleteIndex : function ( ) { var a = function ( a ) { a ? ( arangoHelper . arangoError ( " Could not delete index " ) , $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . children ( ) . last ( ) . html ( ' < span class = " deleteIndex icon_arangodb_roundminus " data - original - title = " Delete index " title = " Delete index " > < / span > ' ) , this . model . set ( " locked " , ! 1 ) , this . refreshCollectionsView ( ) ) : a | | void 0 = = = a | | ( $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . remove ( ) , this . model . set ( " locked " , ! 1 ) , this . refreshCollectionsView ( ) ) , this . refreshCollectionsView ( ) } . bind ( this ) ; this . model . set ( " locked " , ! 0 ) , this . model . deleteIndex ( this . lastId , a ) , $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . children ( ) . last ( ) . html ( ' < i class = " fa fa - circle - o - notch fa - spin " > < / i > ' ) } , selectIndexType : function ( ) { $ ( " . newIndexClass " ) . hide ( ) ; var a = $ ( " # newIndexType " ) . val ( ) ; $ ( " # newIndexType " + a ) . show ( ) } , getIndex : function ( ) { var a = function ( a , b ) { a ? window . arangoHelper . arangoError ( " Index " , b . errorMessage ) : this . renderIndex ( b ) } . bind ( this ) ; this . model . getIndex ( a ) } , renderIndex : function ( a ) { this . index = a ; var b = " collectionInfoTh modal - text " ; if ( this . index ) { var c = " " , d = " " ; _ . each ( this . index . indexes , function ( a ) { d = " primary " = = = a . type | | " edge " = = = a . type ? ' < span class = " icon_arangodb_locked " data - original - title = " No action " > < / span > ' : ' < span class = " deleteIndex icon_arangodb_roundminus " data - original - title = " Delete index " title = " Delete index " > < / span > ' , void 0 ! = = a . fields & & ( c = a . fields . join ( " , " ) ) ; var e = a . id . indexOf ( " / " ) , f = a . id . substr ( e + 1 , a . id . length ) , g = a . hasOwnProperty ( " selectivityEstimate " ) ? ( 100 * a . selectivityEstimate ) . toFixed ( 2 ) + " % " : " n / a " , h = a . hasOwnProperty ( " sparse " ) ? a . sparse : " n / a " ; $ ( " # collectionEditIndexTable " ) . append ( " < tr > < th class = " + JSON . stringify ( b ) + " > " + f + " < / th > < th class = " + JSON . stringify ( b ) + " > " + a . type + " < / th > < th class = " + JSON . stringify ( b ) + " > " + a . unique + " < / th > < th class = " + JSON . stringify ( b ) + " > " + h + " < / th > < th class = " + JSON . stringify ( b ) + " > " + g + " < / th > < th class = " + JSON . stringify ( b ) + " > " + c + " < / th > < th class = " + JSON . stringify ( b ) + " > " + d + " < / th > < / tr > " ) } ) } this . bindIndexEvents ( ) } , toggleNewIndexView : function ( ) { var a = $ ( " . index - button - bar2 " ) [ 0 ] ; $ ( " # indexEditView " ) . is ( " : visible " ) ? ( $ ( " # indexEditView " ) . hide ( ) , $ ( " # newIndexView " ) . show ( ) , $ ( " # cancelIndex " ) . detach ( ) . appendTo ( " # modal - dialog . modal - footer " ) , $ ( " # createIndex " ) . detach ( ) . appendTo ( " # modal - dialog . modal - footer " ) ) : ( $ ( " # indexEditView " ) . show ( ) , $ ( " # newIndexView " ) . hide ( ) , $ ( " # cancelIndex " ) . detach ( ) . appendTo ( a ) , $ ( " # createIndex " ) . detach ( ) . appendTo ( a ) ) , arangoHelper . fixTooltips ( " . icon_arangodb , . arangoicon " , " right " ) , this . resetIndexForms ( ) } , stringToArray : function ( a ) { var b = [ ] ; return a . split ( " , " ) . forEach ( function ( a ) { a = a . replace ( / ( ^ \ s + | \ s + $ ) / g , " " ) , " " ! = = a & & b . push ( a ) } ) , b } , checkboxToValue : function ( a ) { return $ ( a ) . prop ( " checked " ) } } ) } ( ) , function ( ) { " use strict " ; window . CollectionsView = Backbone . View . extend ( { el : " # content " , el2 : " # collectionsThumbnailsIn " , searchTimeout : null , refreshRate : 1e4 , template : templateEngine . createTemplate ( " collectionsView . ejs " ) , refetchCollections : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . checkLockedCollections ( ) } } ) } , checkLockedCollections : function ( ) { var a = function ( a , b ) { var c = this ; a ? console . log ( " Could not check locked collections " ) : ( this . collection . each ( function ( a ) { a . set ( " locked " , ! 1 ) } ) , _ . each ( b , function ( a ) { var b = c . collection . findWhere ( { id : a . collection } ) ; b . set ( " locked " , ! 0 ) , b . set ( " lockType " , a . type ) , b . set ( " desc " , a . desc ) } ) , this . collection . each ( function ( a ) { a . get ( " locked " ) | | ( $ ( " # collection_ " + a . get ( " name " ) ) . find ( " . corneredBadge " ) . removeClass ( " loaded unloaded " ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . text ( a . get ( " status " ) ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . addClass ( a . get ( " status " ) ) ) , a . get ( " locked " ) | | " loading " = = = a . get ( " status " ) ? ( $ ( " # collection_ " + a . get ( " name " ) ) . addClass ( " locked " ) , a . get ( " locked " ) ? ( $ ( " # collection_ " + a . get ( " name " ) ) . find ( " . corneredBadge " ) . removeClass ( " loaded unloaded " ) , $ ( " # collection_ " + a . get ( " name " ) ) . find ( " . corneredBadge " ) . addClass ( " inProgress " ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . text ( a . get ( " desc " ) ) ) : $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . text ( a . get ( " status " ) ) ) : ( $ ( " # collection_ " + a . get ( " name " ) ) . removeClass ( " locked " ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . text ( a . get ( " status " ) ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . hasClass ( " inProgress " ) & & ( $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . text ( a . get ( " status " ) ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . removeClass ( " inProgress " ) , $ ( " # collection_ " + a . get ( " name " ) + " . corneredBadge " ) . addClass ( " loaded " ) ) , " unloaded " = = = a . get ( " status " ) & & $ ( " # collection_ " + a . get ( " name " ) + " . icon_arangodb_info " ) . addClass ( " disabled " ) ) } ) ) } . bind ( this ) ; window . arangoHelper . syncAndReturnUninishedAardvarkJobs ( " index " , a ) } , initialize : function ( ) { var a = this ; window . setInterval ( function ( ) { " # collections " = = = window . location . hash & & window . VISIBLE & & a . refetchCollections ( ) } , a . refreshRate ) } , render : function ( ) { this . checkLockedCollections ( ) ; var a = ! 1 ; $ ( " # collectionsDropdown " ) . is ( " : visible " ) & & ( a = ! 0 ) , $ ( this . el ) . html ( this . template . render ( { } ) ) , this . setFilterValues ( ) , a = = = ! 0 & & $ ( " # collectionsDropdown2 " ) . show ( ) ; var b = this . collection . searchOptions ; this . collection . getFiltered ( b ) . forEach ( function ( a ) { $ ( " # collectionsThumbnailsIn " , this . el ) . append ( new window . CollectionListItemView ( { model : a , collectionsView : this } ) . render ( ) . el ) } , this ) , " none " = = = $ ( " # collectionsDropdown2 " ) . css ( " display " ) ? $ ( " # collectionsToggle " ) . removeClass ( " activated " ) : $ ( " # collectionsToggle " ) . addClass ( " activated " ) ; var c ; arangoHelper . setCheckboxStatus ( " # collectionsDropdown " ) ; try { c = b . searchPhrase . length } catch ( d ) { } return $ ( " # searchInput " ) . val ( b . searchPhrase ) , $ ( " # searchInput " ) . focus ( ) , $ ( " # searchInput " ) [ 0 ] . setSelectionRange ( c , c ) , arangoHelper . fixTooltips ( " . icon_arangodb , . arangoicon " , " left " ) , this } , events : { " click # createCollection " : " createCollection " , " keydown # searchInput " : " restrictToSearchPhraseKey " , " change # searchInput " : " restrictToSearchPhrase " , " click # searchSubmit " : " restrictToSearchPhrase " , " click . checkSystemCollections " : " checkSystem " , " click # checkLoaded " : " checkLoaded " , " click # checkUnloaded " : " checkUnloaded " , " click # checkDocument " : " checkDocument " , " click # checkEdge " : " checkEdge " , " click # sortName " : " sortName " , " click # sortType " : " sortType " , " click # sortOrder " : " sortOrder " , " click # collectionsToggle " : " toggleView " , " click . css - label " : " checkBoxes " } , updateCollectionsView : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . render ( ) } } ) } , toggleView : function ( ) { $ ( " # collectionsToggle " ) . toggleClass ( " activated " ) , $ ( " # collectionsDropdown2 " ) . slideToggle ( 200 ) } , checkBoxes : function ( a ) { var b = a . currentTarget . id ; $ ( " # " + b ) . click ( ) } , checkSystem : function ( ) { var a = this . collection . searchOptions , b = a . includeSystem ; a . includeSystem = $ ( " . checkSystemCollections " ) . is ( " : checked " ) = = = ! 0 , b ! = = a . includeSystem & & this . render ( ) } , checkEdge : function ( ) { var a = this . collection . searchOptions , b = a . includeEdge ; a . includeEdge = $ ( " # checkEdge " ) . is ( " : checked " ) = = = ! 0 , b ! = = a . includeEdge & & this . render ( ) } , checkDocument : function ( ) { var a = this . collection . searchOptions , b = a . includeDocument ; a . includeDocument = $ ( " # checkDocument " ) . is ( " : checked " ) = = = ! 0 , b ! = = a . includeDocument & & this . render ( ) } , checkLoaded : function ( ) { var a = this . collection . searchOptions , b = a . includeLoaded ; a . includeLoaded = $ ( " # checkLoaded " ) . is ( " : checked " ) = = = ! 0 , b ! = = a . includeLoaded & & this . render ( ) } , checkUnloaded : function ( ) { var a = this . collection . searchOptions , b = a . includeUnloaded ; a . includeUnloaded = $ ( " # checkUnloaded " ) . is ( " : checked " ) = = = ! 0 , b ! = = a . includeUnloaded & & this . render ( ) } , sortName : function ( ) { var a = this . collection . searchOptions , b = a . sortBy ; a . sortBy = $ ( " # sortName " ) . is ( " : checked " ) = = = ! 0 ? " name " : " type " , b ! = = a . sortBy & & this . render ( ) } , sortType : function ( ) { var a = this . collection . searchOptions , b = a . sortBy ; a . sortBy = $ ( " # sortType " ) . is ( " : checked " ) = = = ! 0 ? " type " : " name " , b ! = = a . sortBy & & this . render ( ) } , sortOrder : function ( ) { var a = this . collection . searchOptions , b = a . sortOrder ; a . sortOrder = $ ( " # sortOrder " ) . is ( " : checked " ) = = = ! 0 ? - 1 : 1 , b ! = = a . sortOrder & & this . render ( ) } , setFilterValues : function ( ) { var a = this . collection . searchOptions ; $ ( " # checkLoaded " ) . attr ( " checked " , a . includeLoaded ) , $ ( " # checkUnloaded " ) . attr ( " checked " , a . includeUnloaded ) , $ ( " . checkSystemCollections " ) . attr ( " checked " , a . includeSystem ) , $ ( " # checkEdge " ) . attr ( " checked " , a . includeEdge ) , $ ( " # checkDocument " ) . attr ( " checked " , a . includeDocument ) , $ ( " # sortName " ) . attr ( " checked " , " type " ! = = a . sortBy ) , $ ( " # sortType " ) . attr ( " checked " , " type " = = = a . sortBy ) , $ ( " # sortOrder " ) . attr ( " checked " , 1 ! = = a . sortOrder ) } , search : function ( ) { var a = this . collection . searchOptions , b = $ ( " # searchInput " ) . val ( ) ; b ! = = a . searchPhrase & & ( a . searchPhrase = b , this . render ( ) ) } , resetSearch : function ( ) { this . searchTimeout & & ( clearTimeout ( this . searchTimeout ) , this . searchTimeout = null ) ; var a = this . collection . searchOptions ; a . searchPhrase = null } , restrictToSearchPhraseKey : function ( ) { var a = this ; this . resetSearch ( ) , a . searchTimeout = setTimeout ( function ( ) { a . search ( ) } , 200 ) } , restrictToSearchPhrase : function ( ) { this . resetSearch ( ) , this . search ( ) } , createCollection : function ( a ) { a . preventDefault ( ) , this . createNewCollectionModal ( ) } , submitCreateCollection : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " DB " , " Could not check coordinator state " ) ; else { var c = $ ( " # new - collection - name " ) . val ( ) , d = $ ( " # new - collection - size " ) . val ( ) , e = $ ( " # new - replication - factor " ) . val ( ) , f = $ ( " # new - collection - type " ) . val ( ) , g = $ ( " # new - collection - sync " ) . val ( ) , h = 1 , i = [ ] ; if ( " " = = = e & & ( e = 1 ) , b ) { if ( h = $ ( " # new - collection - shards " ) . val ( ) , " " = = = h & & ( h = 1 ) , h = parseInt ( h , 10 ) , 1 > h ) return arangoHelper . arangoError ( " Number of shards has to be an integer value greater or equal 1 " ) , 0 ; i = _ . pluck ( $ ( " # new - collection - shardBy " ) . select2 ( " data " ) , " text " ) , 0 = = = i . length & & i . push ( " _key " ) } if ( " _ " = = = c . substr ( 0 , 1 ) ) return arangoHelper . arangoError ( ' No " _ " allowed as first character ! ' ) , 0 ; var j = ! 1 , k = " true " = = = g ; if ( d > 0 ) try { d = 1024 * JSON . parse ( d ) * 1024 } catch ( l ) { return arangoHelper . arangoError ( " Please enter a valid number " ) , 0 } if ( " " = = = c ) return arangoHelper . arangoError ( " No collection name entered ! " ) , 0 ; var m = function ( a , b ) { if ( a ) try { b = JSON . parse ( b . responseText ) , arangoHelper . arangoError ( " Error " , b . errorMessage ) } catch ( c ) { console . log ( c ) } else this . updateCollectionsView ( ) ; window . modalView . hide ( ) } . bind ( this ) ; this . collection . newCollection ( { collName : c , wfs : k , isSystem : j , collSize : d , replicationFactor : e , collType : f , shards : h , shardBy : i } , m ) } } . bind ( this ) ; window . isCoordinator ( a ) } , createNewCollectionModal : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " DB " , " Could not check coordinator state " ) ; else { var c = [ ] , d = [ ] , e = { } , f = [ ] ; d . push ( window . modalView . createTextEntry ( " new - collection - name " , " Name " , " " , ! 1 , " " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z ] / ) , msg : " Collection name must always start with a letter . " } , { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only symbols , " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No collection name given . " } ] ) ) , d . push ( window . modalView . createSelectEntry ( " new - collection - type " , " Type " , " " , " The type of the collection to create . " , [ { value : 2 , label : " Document " } , { value : 3 , label : " Edge " } ] ) ) , b & & ( d . push ( window . modalView . createTextEntry ( " new - collection - shards " , " Shards " , " " , " The number of shards to create . You cannot change this afterwards . Recommended : DBServers squared " , " " , ! 0 ) ) , d . push ( window . modalView . createSelect2Entry ( " new - collection - shardBy " , " shardBy " , " " , " The keys used to distribute documents on shards . Type the key and press return to add it . " , " _key " , ! 1 ) ) ) , c . push ( window . modalView . createSuccessButton ( " Save " , this . submitCreateCollection . bind ( this ) ) ) , f . push ( window . modalView . createTextEntry ( " new - collection - size " , " Journal size " , " " , " The maximal size of a journal or datafile ( in MB ) . Must be at least 1 . " , " " , ! 1 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 0 - 9 ] * $ / ) , msg : " Must be a number . " } ] ) ) , window . App . isCluster & & f . push ( window . modalView . createTextEntry ( " new - replication - factor " , " Replication factor " , " " , " Numeric value . Must be at least 1 . Description : TODO " , " " , ! 1 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 0 - 9 ] * $ / ) , msg : " Must be a number . " } ] ) ) , f . push ( window . modalView . createSelectEntry ( " new - collection - sync " , " Wait for sync " , " " , " Synchronize to disk before returning from a create or update of a document . " , [ { value : ! 1 , label : " No " } , { value : ! 0 , label : " Yes " } ] ) ) , e . header = " Advanced " , e . content = f , window . modalView . show ( " modalTable . ejs " , " New Collection " , c , d , e ) } } . bind ( this ) ; window . isCoordinator ( a ) } } ) } ( ) , function ( ) { " use strict " ; function a ( a , b ) { return ( void 0 = = = a | | null = = = a ) & & ( a = 0 ) , a . toFixed ( b ) } window . DashboardView = Backbone . View . extend ( { el : " # content " , interval : 1e4 , defaultTimeFrame : 12e5 , defaultDetailFrame : 1728e5 , history : { } , graphs : { } , events : { " click . subViewNavbar . subMenuEntry " : " toggleViews " } , tendencies : { asyncPerSecondCurrent : [ " asyncPerSecondCurrent " , " asyncPerSecondPercentChange " ] , syncPerSecondCurrent : [ " syncPerSecondCurrent " , " syncPerSecondPercentChange " ] , clientConnectionsCurrent : [ " clientConnectionsCurrent " , " clientConnectionsPercentChange " ] , clientConnectionsAverage : [ " clientConnections15M " , " clientConnections15MPercentChange " ] , numberOfThreadsCurrent : [ " numberOfThreadsCurrent " , " numberOfThreadsPercentChange " ] , numberOfThreadsAverage : [ " numberOfThreads15M " , " numberOfThreads15MPercentChange " ] , virtualSizeCurrent : [ " virtualSizeCurrent " , " virtualSizePercentChange " ] , virtualSizeAverage : [ " virtualSize15M " , " virtualSize15MPercentChange " ] } , barCharts : { totalTimeDistribution : [ " queueTimeDistributionPercent " , " requestTimeDistributionPercent " ] , dataTransferDistribution : [ " bytesSentDistributionPercent " , " bytesReceivedDistributionPercent " ] } , barChartsElementNames : { queueTimeDistributionPercent : " Queue " , requestTimeDistributionPercent : " Computation " , bytesSentDistributionPercent : " Bytes sent " , bytesReceivedDistributionPercent : " Bytes received " } , getDetailFigure : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " id " ) . replace ( / ChartButton / g , " " ) ; return b } , showDetail : function ( a ) { var b , c = this , d = this . getDetailFigure ( a ) ; b = this . dygraphConfig . getDetailChartConfig ( d ) , this . getHistoryStatistics ( d ) , this . detailGraphFigure = d , window . modalView . hideFooter = ! 0 , window . modalView . hide ( ) , window . modalView . show ( " modalGraph . ejs " , b . header , void 0 , void 0 , void 0 , void 0 , this . events ) , window . modalView . hideFooter = ! 1 , $ ( " # modal - dialog " ) . on ( " hidden " , function ( ) { c . hidden ( ) } ) , $ ( " # modal - dialog " ) . toggleClass ( " modal - chart - detail " , ! 0 ) , b . height = . 7 * $ ( window ) . height ( ) , b . width = $ ( " . modal - inner - detail " ) . width ( ) , b . labelsDiv = $ ( b . labelsDiv ) [ 0 ] , this . detailGraph = new Dygraph ( document . getElementById ( " lineChartDetail " ) , this . history [ this . server ] [ d ] , b ) } , hidden : function ( ) { this . detailGraph . destroy ( ) , delete this . detailGraph , delete this . detailGraphFigure } , getCurrentSize : function ( a ) { " # " ! = = a . substr ( 0 , 1 ) & & ( a = " # " + a ) ; var b , c ; return $ ( a ) . attr ( " style " , " " ) , b = $ ( a ) . height ( ) , c = $ ( a ) . width ( ) , { height : b , width : c } } , prepareDygraphs : function ( ) { var a , b = this ; this . dygraphConfig . getDashBoardFigures ( ) . forEach ( function ( c ) { a = b . dygraphConfig . getDefaultConfig ( c ) ; var d = b . getCurrentSize ( a . div ) ; a . height = d . height , a . width = d . width , b . graphs [ c ] = new Dygraph ( document . getElementById ( a . div ) , b . history [ b . server ] [ c ] | | [ ] , a ) } ) } , initialize : function ( a ) { this . options = a , this . dygraphConfig = a . dygraphConfig , this . d3NotInitialized = ! 0 , this . events [ " click . dashboard - sub - bar - menu - sign " ] = this . showDetail . bind ( this ) , this . events [ " mousedown . dygraph - rangesel - zoomhandle " ] = this . stopUpdating . bind ( this ) , this . events [ " mouseup . dygraph - rangesel - zoomhandle " ] = this . startUpdating . bind ( this ) , this . serverInfo = a . serverToShow , this . serverInfo ? this . server = this . serverInfo . target : this . server = " - local - " , this . history [ this . server ] = { } } , toggleViews : function ( a ) { var b = a . currentTarget . id . split ( " - " ) [ 0 ] , c = this , d = [ " replication " , " requests " , " system " ] ; _ . each ( d , function ( a ) { b ! = = a ? $ ( " # " + a ) . hide ( ) : ( $ ( " # " + a ) . show ( ) , c . resize ( ) , $ ( window ) . resize ( ) ) } ) , $ ( " . subMenuEntries " ) . children ( ) . removeClass ( " active " ) , $ ( " # " + b + " - statistics " ) . addClass ( " active " ) , window . setTimeout ( function ( ) { c . resize ( ) , $ ( window ) . resize ( ) } , 200 ) } , cleanupHistory : function ( a ) { if ( this . history [ this . server ] . hasOwnProperty ( a ) & & this . history [ this . server ] [ a ] . length > this . defaultTimeFrame / this . interval ) for ( ; this . history [ this . server ] [ a ] . length > this . defaultTimeFrame / this . interval ; ) this . history [ this . server ] [ a ] . shift ( ) } , updateCharts : function ( ) { var a = this ; return this . detailGraph ? void this . updateLineChart ( this . detailGraphFigure , ! 0 ) : ( this . prepareD3Charts ( this . isUpdating ) , this . prepareResidentSize ( this . isUpdating ) , this . updateTendencies ( ) , void Object . keys ( this . graphs ) . forEach ( function ( b ) { a . updateLineChart ( b , ! 1 ) } ) ) } , updateTendencies : function ( ) { var a = this , b = this . tendencies , c = " " ; Object . keys ( b ) . forEach ( function ( b ) { var d = " " , e = 0 ; a . history . hasOwnProperty ( a . server ) & & a . history [ a . server ] . hasOwnProperty ( b ) & & ( e = a . history [ a . server ] [ b ] [ 1 ] ) , 0 > e ? c = " # d05448 " : ( c = " # 7da817 " , d = " + " ) , a . history . hasOwnProperty ( a . server ) & & a . history [ a . server ] . hasOwnProperty ( b ) ? $ ( " # " + b ) . html ( a . history [ a . server ] [ b ] [ 0 ] + ' < br / > < span class = " dashboard - figurePer " style = " color : ' + c + ' ; " > ' + d + e + " % < / span > " ) : $ ( " # " + b ) . html ( ' < br / > < span class = " dashboard - figurePer " style = " color : # 000 ; " > < p class = " dataNotReadyYet " > data not ready yet < / p > < / span > ' ) } ) } , updateDateWindow : function ( a , b ) { var c , d , e = ( new Date ) . getTime ( ) ; return b & & a . dateWindow_ ? ( c = a . dateWindow_ [ 0 ] , d = e - a . dateWindow_ [ 1 ] - 5 * this . interval > 0 ? a . dateWindow_ [ 1 ] : e , [ c , d ] ) : [ e - this . defaultTimeFrame , e ] } , updateLineChart : function ( a , b ) { var c = b ? this . detailGraph : this . graphs [ a ] , d = { file : this . history [ this . server ] [ a ] , dateWindow : this . updateDateWindow ( c , b ) } , e = 0 , f = [ ] ; _ . each ( d . file , function ( a ) { var b = a [ 0 ] . getSeconds ( ) - a [ 0 ] . getSeconds ( ) % 10 ; d . file [ e ] [ 0 ] . setSeconds ( b ) , f . push ( d . file [ e ] [ 0 ] ) , e + + } ) ; for ( var g = new Date ( Math . max . apply ( null , f ) ) , h = new Date ( Math . min . apply ( null , f ) ) , i = new Date ( h . getTime ( ) ) , j = [ ] , k = [ ] ; g > i ; ) i = new Date ( i . setSeconds ( i . getSeconds ( ) + 10 ) ) , k . push ( i ) ; _ . each ( k , function ( a ) { var b = ! 1 ; _ . each ( d . file , function ( c ) { Math . floor ( a . getTime ( ) / 1e3 ) = = = Math . floor ( c [ 0 ] . getTime ( ) / 1e3 ) & & ( b = ! 0 ) } ) , b = = = ! 1 & & a < new Date & & j . push ( a ) } ) , _ . each ( j , function ( b ) { ( " systemUserTime " = = = a | | " requests " = = = a | | " pageFaults " = = = a | | " dataTransfer " = = = a ) & & d . file . push ( [ b , 0 , 0 ] ) , " totalTime " = = = a & & d . file . push ( [ b , 0 , 0 , 0 ] ) } ) , void 0 = = = d . file ? ( $ ( " # loadingScreen span " ) . text ( " Statistics not ready yet . Waiting . " ) , ( " # dashboard " = = = window . location . hash | | " " = = = window . location . hash | | " # " = = = window . location . hash ) & & ( $ ( " # loadingScreen " ) . show ( ) , $ ( " # content " ) . hide ( ) ) ) : ( $ ( " # content " ) . show ( ) , $ ( " # loadingScreen " ) . hide ( ) , d . file . sort ( function ( a , b ) { return new Date ( b [ 0 ] ) - new Date ( a [ 0 ] ) } ) , c . updateOptions ( d ) , this . history [ this . server ] . hasOwnProperty ( a ) & & this . cleanupHistory ( a ) ) , $ ( window ) . trigger ( " resize " ) , this . resize ( ) } , mergeDygraphHistory : function ( a , b ) { var c , d = this ; this . dygraphConfig . getDashBoardFigures ( ! 0 ) . forEach ( function ( e ) { if ( d . dygraphConfig . mapStatToFigure [ e ] & & ( d . history [ d . server ] [ e ] | | ( d . history [ d . server ] [ e ] = [ ] ) , c = [ ] , d . dygraphConfig . mapStatToFigure [ e ] . forEach ( function ( d ) { a [ d ] & & ( " times " = = = d ? c . push ( new Date ( 1e3 * a [ d ] [ b ] ) ) : c . push ( a [ d ] [ b ] ) ) } ) , c . length > 1 ) ) { var f = 0 , g = 0 ; 9 = = = c . length & & ( f + = c [ 1 ] , f + = c [ 6 ] , f + = c [ 7 ] , f + = c [ 8 ] , g + = c [ 2 ] , g + = c [ 3 ] , g + = c [ 4 ] , g + = c [ 5 ] , c = [ c [ 0 ] , f , g ] ) , d . history [ d . server ] [ e ] . push ( c ) } } ) } , cutOffHistory : function ( a , b ) { for ( var c , d = this ; 0 ! = = d . history [ d . server ] [ a ] . length & & ( c = d . history [ d . server ] [ a ] [ 0 ] [ 0 ] , ! ( c > = b ) ) ; ) d . history [ d . server ] [ a ] . shift ( ) } , cutOffDygraphHistory : function ( a ) { var b = this , c = new Date ( a ) ; this . dygraphConfig . getDashBoardFigures ( ! 0 ) . forEach ( function ( a ) { b . dygraphConfig . mapStatToFigure [ a ] & & b . history [ b . server ] [ a ] & & b . cutOffHistory ( a , c ) } ) } , mergeHistory : function ( b ) { var c , d = this ; for ( c = 0 ; c < b . times . length ; + + c ) this . mergeDygraphHistory ( b , c ) ; this . cutOffDygraphHistory ( ( new Date ) . getTime ( ) - this . defaultTimeFrame ) , Object . keys ( this . tendencies ) . forEach ( function ( c ) { var e = 1 , f = 1 ; " virtualSizeCurrent " = = = c | | " virtualSizeAverage " = = = c ? ( b [ d . tendencies [ c ] [ 0 ] ] / = 1073741824 , e = 2 ) : " clientConnectionsCurrent " = = = c ? e = 0 : " numberOfThreadsCurrent " = = = c & & ( e = 0 ) , d . history [ d . server ] [ c ] = [ a ( b [ d . tendencies [ c ] [ 0 ] ] , e ) , a ( 100 * b [ d . tendencies [ c ] [ 1 ] ] , f ) ] } ) , Object . keys ( this . barCharts ) . forEach ( function ( a ) { d . history [ d . server ] [ a ] = d . mergeBarChartData ( d . barCharts [ a ] , b ) } ) , d . history [ d . server ] . physicalMemory = b . physicalMemory , d . history [ d . server ] . residentSizeCurrent = b . residentSizeCurrent , d . history [ d . server ] . residentSizePercent = b . residentSizePercent , d . history [ d . server ] . residentSizeChart = [ { key : " " , color : this . dygraphConfig . colors [ 1 ] , values : [ { label : " used " , value : 100 * b . residentSizePercent } ] } , { key : " " , color : this . dygraphConfig . colors [ 2 ] , values : [ { label : " used " , value : 100 - 100 * b . residentSizePercent } ] } ] , this . nextStart = b . nextStart } , mergeBarChartData : function ( a , b ) { var c , d = { key : this . barChartsElementNames [ a [ 0 ] ] , color : this . dygraphConfig . colors [ 1 ] , values : [ ] } , e = { key : this . barChartsElementNames [ a [ 1 ] ] , color : this . dygraphConfig . colors [ 2 ] , values : [ ] } ; for ( c = b [ a [ 0 ] ] . values . length - 1 ; c > = 0 ; - - c ) d . values . push ( { label : this . getLabel ( b [ a [ 0 ] ] . cuts , c ) , value : b [ a [ 0 ] ] . values [ c ] } ) , e . values . push ( { label : this . getLabel ( b [ a [ 1 ] ] . cuts , c ) , value : b [ a [ 1 ] ] . values [ c ] } ) ; return [ d , e ] } , getLabel : function ( a , b ) { return a [ b ] ? 0 = = = b ? " 0 - " + a [ b ] : a [ b - 1 ] + " - " + a [ b ] : " > " + a [ b - 1 ] } , renderReplicationStatistics : function ( a ) { $ ( " # repl - numbers table tr : nth - child ( 1 ) > td : nth - child ( 2 ) " ) . html ( a . state . totalEvents ) , $ ( " # repl - numbers table tr : nth - child ( 2 ) > td : nth - child ( 2 ) " ) . html ( a . state . totalRequests ) , $ ( " # repl - numbers table tr : nth - child ( 3 ) > td : nth - child ( 2 ) " ) . html ( a . state . totalFailedConnects ) , a . state . lastAppliedContinuousTick ? $ ( " # repl - ticks table tr : nth - child ( 1 ) > td : nth - child ( 2 ) " ) . html ( a . state . lastAppliedContinuousTick ) : $ ( " # repl - ticks table tr : nth - child ( 1 ) > td : nth - child ( 2 ) " ) . html ( " no data available " ) . addClass ( " no - data " ) , a . state . lastProcessedContinuousTick ? $ ( " # repl - ticks table tr : nth - child ( 2 ) > td : nth - child ( 2 ) " ) . html ( a . state . lastProcessedContinuousTick ) : $ ( " # repl - ticks table tr : nth - child ( 2 ) > td : nth - child ( 2 ) " ) . html ( " no data available " ) . addClass ( " no - data " ) , a . state . lastAvailableContinuousTick ? $ ( " # repl - ticks table tr : nth - child ( 3 ) > td : nth - child ( 2 ) " ) . html ( a . state . lastAvailableContinuousTick ) : $ ( " # repl - ticks table tr : nth - child ( 3 ) > td : nth - child ( 2 ) " ) . html ( " no data available " ) . addClass ( " no - data " ) , $ ( " # repl - progress table tr : nth - child ( 1 ) > td : nth - child ( 2 ) " ) . html ( a . state . progress . message ) , $ ( " # repl - progress table tr : nth - child ( 2 ) > td : nth - child ( 2 ) " ) . html ( a . state . progress . time ) , $ ( " # repl - progress table tr : nth - child ( 3 ) > td : nth - child ( 2 ) " ) . html ( a . state . progress . failedConnects ) } , getReplicationStatistics : function ( ) { var a = this ; $ . ajax ( arangoHelper . databaseUrl ( " / _api / replication / applier - state " ) , { async : ! 0 } ) . done ( function ( b ) { if ( b . hasOwnProperty ( " state " ) ) { var c ; c = b . state . running ? " active " : " inactive " , c = ' < span class = " state " > ' + c + " < / span > " , $ ( " # replication - chart . dashboard - sub - bar " ) . html ( " Replication " + c ) , a . renderReplicationStatistics ( b ) } } ) } , getStatistics : function ( a , b ) { var c = this , d = arangoHelper . databaseUrl ( " / _admin / aardvark / statistics / short " , " _system " ) , e = " ? start = " ; e + = c . nextStart ? c . nextStart : ( ( new Date ) . getTime ( ) - c . defaultTimeFrame ) / 1e3 , " - local - " ! = = c . server & & ( e + = " & type = short & DBserver = " + c . serverInfo . target , c . history . hasOwnProperty ( c . server ) | | ( c . history [ c . server ] = { } ) ) , $ . ajax ( d + e , { async : ! 0 , xhrFields : { withCredentials : ! 0 } , crossDomain : ! 0 } ) . done ( function ( d ) { d . times . length > 0 & & ( c . isUpdating = ! 0 , c . mergeHistory ( d ) ) , c . isUpdating ! = = ! 1 & & ( a & & a ( d . enabled , b ) , c . updateCharts ( ) ) } ) . error ( function ( a ) { console . log ( " stat fetch req error " ) , console . log ( a ) } ) , this . getReplicationStatistics ( ) } , getHistoryStatistics : function ( a ) { var b = this , c = " statistics / long " , d = " ? filter = " + this . dygraphConfig . mapStatToFigure [ a ] . join ( ) ; " - local - " ! = = b . server & & ( c = b . server . endpoint + arangoHelper . databaseUrl ( " / _admin / aardvark / statistics / cluster " ) , d + = " & type = long & DBserver = " + b . server . target , b . history . hasOwnProperty ( b . server ) | | ( b . history [ b . server ] = { } ) ) ; var e = window . location . href . split ( " / " ) , f = e [ 0 ] + " / / " + e [ 2 ] + " / " + e [ 3 ] + " / _system / " + e [ 5 ] + " / " + e [ 6 ] + " / " ; $ . ajax ( f + c + d , { async : ! 0 } ) . done ( function ( c ) { var d ; for ( b . history [ b . server ] [ a ] = [ ] , d = 0 ; d < c . times . length ; + + d ) b . mergeDygraphHistory ( c , d , ! 0 ) } ) } , addEmptyDataLabels : function ( ) { 0 = = = $ ( " . dataNotReadyYet " ) . length & & ( $ ( " # dataTransferDistribution " ) . prepend ( ' < p class = " dataNotReadyYet " > data not ready yet < / p > ' ) , $ ( " # totalTimeDistribution " ) . prepend ( ' < p class = " dataNotReadyYet " > data not ready yet < / p > ' ) , $ ( " . dashboard - bar - chart - title " ) . append ( ' < p class = " dataNotReadyYet " > data not ready yet < / p > ' ) ) } , removeEmptyDataLabels : function ( ) { $ ( " . dataNotReadyYet " ) . remove ( ) } , prepareResidentSize : function ( b ) { var c = this , d = this . getCurrentSize ( " # residentSizeChartContainer " ) , e = c . history [ c . server ] . residentSizeCurrent / 1024 / 1024 , f = " " ; f = 1025 > e ? a ( e , 2 ) + " MB " : a ( e / 1024 , 2 ) + " GB " ; var g = a ( 100 * c . history [ c . server ] . residentSizePercent , 2 ) , h = [ a ( c . history [ c . server ] . physicalMemory / 1024 / 1024 / 1024 , 0 ) + " GB " ] ; return void 0 = = = c . history [ c . server ] . residentSizeChart ? void this . addEmptyDataLabels ( ) : ( this . removeEmptyDataLabels ( ) , void nv . addGraph ( function ( ) { var a = nv . models . multiBarHorizontalChart ( ) . x ( function ( a ) { return a . label } ) . y ( function ( a ) { return a . value } ) . width ( d . width ) . height ( d . height ) . margin ( { top : ( $ ( " residentSizeChartContainer " ) . outerHeight ( ) - $ ( " residentSizeChartContainer " ) . height ( ) ) / 2 , right : 1 , bottom : ( $ ( " residentSizeChartContainer " ) . outerHeight ( ) - $ ( " residentSizeChartContainer " ) . height ( ) ) / 2 , left : 1 } ) . showValues ( ! 1 ) . showYAxis ( ! 1 ) . showXAxis ( ! 1 ) . showLegend ( ! 1 ) . showControls ( ! 1 ) . stacked ( ! 0 ) ; return a . yAxis . tickFormat ( function ( a ) { return a + " % " } ) . showMaxMin ( ! 1 ) , a . xAxis . showMaxMin ( ! 1 ) , d3 . select ( " # residentSizeChart svg " ) . datum ( c . history [ c . server ] . residentSizeChart ) . call ( a ) , d3 . select ( " # residentSizeChart svg " ) . select ( " . nv - zeroLine " ) . remove ( ) , b & & ( d3 . select ( " # residentSizeChart svg " ) . select ( " # total " ) . remove ( ) , d3 . select ( " # residentSizeChart svg " ) . select ( " # percentage " ) . remove ( ) ) , d3 . select ( " . dashboard - bar - chart - title . percentage " ) . html ( f + " ( " + g + " % ) " ) , d3 . select ( " . dashboard - bar - chart - title . absolut " ) . html ( h [ 0 ] ) , nv . utils . windowResize ( a . update ) , a } , function ( ) { d3 . selectAll ( " # residentSizeChart . nv - bar " ) . on ( " click " , function ( ) { } ) } ) ) } , prepareD3Charts : function ( b ) { var c = this , d = { totalTimeDistribution : [ " queueTimeDistributionPercent " , " requestTimeDistributionPercent " ] , dataTransferDistribution : [ " bytesSentDistributionPercent " , " bytesReceivedDistributionPercent " ] } ; this . d3NotInitialized & & ( b = ! 1 , this . d3NotInitialized = ! 1 ) , _ . each ( Object . keys ( d ) , function ( b ) { var d = c . getCurrentSize ( " # " + b + " Container . dashboard - interior - chart " ) , e = " # " + b + " Container svg " ; return void 0 = = = c . history [ c . server ] . residentSizeChart ? void c . addEmptyDataLabels ( ) : ( c . removeEmptyDataLabels ( ) , void nv . addGraph ( function ( ) { var f = [ 0 , . 25 , . 5 , . 75 , 1 ] , g = 75 , h = 23 , i = 6 ; d . width < 219 ? ( f = [ 0 , . 5 , 1 ] , g = 72 , h = 21 , i = 5 ) : d . width < 299 ? ( f = [ 0 , . 3334 , . 6667 , 1 ] , g = 77 ) : d . width < 379 ? g = 87 : d . width < 459 ? g = 95 : d . width < 539 ? g = 100 : d . width < 619 & & ( g = 105 ) ; var j = nv . models . multiBarHorizontalChart ( ) . x ( function ( a ) { return a . label } ) . y ( function ( a ) { return a . value } ) . width ( d . width ) . height ( d . height ) . margin ( { top : 5 , right : 20 , bottom : h , left : g } ) . showValues ( ! 1 ) . showYAxis ( ! 0 ) . showXAxis ( ! 0 ) . showLegend ( ! 1 ) . showControls ( ! 1 ) . forceY ( [ 0 , 1 ] ) ; j . yAxis . showMaxMin ( ! 1 ) ; d3 . select ( " . nv - y . nv - axis " ) . selectAll ( " text " ) . attr ( " transform " , " translate ( 0 , " + i + " ) " ) ; return j . yAxis . tickValues ( f ) . tickFormat ( function ( b ) { return a ( 100 * b * 100 / 100 , 0 ) + " % " } ) , d3 . select ( e ) . datum ( c . history [ c . server ] [ b ] ) . call ( j ) , nv . utils . windowResize ( j . update ) , j } , function ( ) { d3 . selectAll ( e + " . nv - bar " ) . on ( " click " , function ( ) { } ) } ) ) } ) } , stopUpdating : function ( ) { this . isUpdating = ! 1 } , startUpdating : function ( ) { var a = this ; a . timer | | ( a . timer = window . setInterval ( function ( ) { window . App . isCluster ? window . location . hash . indexOf ( a . serverInfo . target ) > - 1 & & a . getStatistics ( ) : a . getStatistics ( ) } , a . interval ) ) } , resize : function ( ) { if ( this . isUpdating ) { var a , b = this ; _ . each ( this . graphs , function ( c ) { a = b . getCurrentSize ( c . maindiv_ . id ) , c . resize ( a . width , a . height ) } ) , this . detailGraph & & ( a = this . getCurrentSize ( this . detailGraph . maindiv_ . id ) , this . detailGraph . resize ( a . width , a . height ) ) , this . prepareD3Charts ( ! 0 ) , this . prepareResidentSize ( ! 0 ) } } , template : templateEngine . createTemplate ( " dashboardView . ejs " ) , render : function ( a ) { var b = function ( a , b ) { return b | | $ ( this . el ) . html ( this . template . render ( ) ) , a & & " _system " = = = frontendConfig . db ? ( this . prepareDygraphs ( ) , this . isUpdating & & ( this . prepareD3Charts ( ) , this . prepareResidentSize ( ) , this . updateTendencies ( ) , $ ( window ) . trigger ( " resize " ) ) , this . startUpdating ( ) , void $ ( window ) . resize ( ) ) : ( $ ( this . el ) . html ( " " ) , void ( this . server ? $ ( this . el ) . append ( ' < div style = " color : red " > Server statistics ( ' + this . server + " ) are disabled . < / div > " ) : $ ( this . el ) . append ( ' < div style = " color : red " > Server statistics are disabled . < / div > ' ) ) ) } . bind ( this ) , c = function ( ) { $ ( this . el ) . html ( " " ) , $ ( " . contentDiv " ) . remove ( ) , $ ( " . headerBar " ) . remove ( ) , $ ( " . dashboard - headerbar " ) . remove ( ) , $ ( " . dashboard - row " ) . remove ( ) , $ ( this . el ) . append ( ' < div style = " color : red " > You do not have permission to view this page . < / div > ' ) , $ ( this . el ) . append ( " < div style = \ " color : red \ " > You can switch to ' _system ' to see the dashboard . < / div > " ) } . bind ( this ) ; if ( " _system " ! = = frontendConfig . db ) return void c ( ) ; var d = function ( d , e ) { d | | ( e ? this . getStatistics ( b , a ) : c ( ) ) } . bind ( this ) ; void 0 = = = window . App . currentDB . get ( " name " ) ? window . setTimeout ( function ( ) { return " _system " ! = = window . App . currentDB . get ( " name " ) ? void c ( ) : void this . options . database . hasSystemAccess ( d ) } . bind ( this ) , 300 ) : this . options . database . hasSystemAccess ( d ) } } ) } ( ) , function ( ) { " use strict " ; window . databaseView = Backbone . View . extend ( { users : null , el : " # content " , template : templateEngine . createTemplate ( " databaseView . ejs " ) , dropdownVisible : ! 1 , currentDB : " " , events : { " click # createDatabase " : " createDatabase " , " click # submitCreateDatabase " : " submitCreateDatabase " , " click . editDatabase " : " editDatabase " , " click . icon " : " editDatabase " , " click # selectDatabase " : " updateDatabase " , " click # submitDeleteDatabase " : " submitDeleteDatabase " , " click . contentRowInactive a " : " changeDatabase " , " keyup # databaseSearchInput " : " search " , " click # databaseSearchSubmit " : " search " , " click # databaseToggle " : " toggleSettingsDropdown " , " click . css - label " : " checkBoxes " , " click # dbSortDesc " : " sorting " } , sorting : function ( ) { $ ( " # dbSortDesc " ) . is ( " : checked " ) ? this . collection . setSortingDesc ( ! 0 ) : this . collection . setSortingDesc ( ! 1 ) , $ ( " # databaseDropdown " ) . is ( " : visible " ) ? this . dropdownVisible = ! 0 : this . dropdownVisible = ! 1 , this . render ( ) } , initialize : function ( ) { this . collection . fetch ( { async : ! 0 } ) } , checkBoxes : function ( a ) { var b = a . currentTarget . id ; $ ( " # " + b ) . click ( ) } , render : function ( ) { var a = function ( a , b ) { a ? arangoHelper . arangoError ( " DB " , " Could not get current db properties " ) : ( this . currentDB = b , this . collection . sort ( ) , $ ( this . el ) . html ( this . template . render ( { collection : this . collection , searchString : " " , currentDB : this . currentDB } ) ) , this . dropdownVisible = = = ! 0 & & ( $ ( " # dbSortDesc " ) . attr ( " checked " , this . collection . sortOptions . desc ) , $ ( " # databaseToggle " ) . toggleClass ( " activated " ) , $ ( " # databaseDropdown2 " ) . show ( ) ) , arangoHelper . setCheckboxStatus ( " # databaseDropdown " ) , this . replaceSVGs ( ) ) } . bind ( this ) ; return this . collection . getCurrentDatabase ( a ) , this } , toggleSettingsDropdown : function ( ) { $ ( " # dbSortDesc " ) . attr ( " checked " , this . collection . sortOptions . desc ) , <nl> + $ ( " # databaseToggle " ) . toggleClass ( " activated " ) , $ ( " # databaseDropdown2 " ) . slideToggle ( 200 ) } , selectedDatabase : function ( ) { return $ ( " # selectDatabases " ) . val ( ) } , handleError : function ( a , b , c ) { return 409 = = = a ? void arangoHelper . arangoError ( " DB " , " Database " + c + " already exists . " ) : 400 = = = a ? void arangoHelper . arangoError ( " DB " , " Invalid Parameters " ) : 403 = = = a ? void arangoHelper . arangoError ( " DB " , " Insufficent rights . Execute this from _system database " ) : void 0 } , validateDatabaseInfo : function ( a , b ) { return " " = = = b ? ( arangoHelper . arangoError ( " DB " , " You have to define an owner for the new database " ) , ! 1 ) : " " = = = a ? ( arangoHelper . arangoError ( " DB " , " You have to define a name for the new database " ) , ! 1 ) : 0 = = = a . indexOf ( " _ " ) ? ( arangoHelper . arangoError ( " DB " , " Databasename should not start with _ " ) , ! 1 ) : a . match ( / ^ [ a - zA - Z ] [ a - zA - Z0 - 9_ \ - ] * $ / ) ? ! 0 : ( arangoHelper . arangoError ( " DB " , " Databasename may only contain numbers , letters , _ and - " ) , ! 1 ) } , createDatabase : function ( a ) { a . preventDefault ( ) , this . createAddDatabaseModal ( ) } , switchDatabase : function ( a ) { if ( ! $ ( a . target ) . parent ( ) . hasClass ( " iconSet " ) ) { var b = $ ( a . currentTarget ) . find ( " h5 " ) . text ( ) ; if ( " " ! = = b ) { var c = this . collection . createDatabaseURL ( b ) ; window . location . replace ( c ) } } } , submitCreateDatabase : function ( ) { var a , b = this , c = $ ( " # newDatabaseName " ) . val ( ) , d = $ ( " # newUser " ) . val ( ) ; if ( a = " true " = = = $ ( " # useDefaultPassword " ) . val ( ) ? " ARANGODB_DEFAULT_ROOT_PASSWORD " : $ ( " # newPassword " ) . val ( ) , this . validateDatabaseInfo ( c , d , a ) ) { var e = { name : c , users : [ { username : d , passwd : a , active : ! 0 } ] } ; this . collection . create ( e , { wait : ! 0 , error : function ( a , d ) { b . handleError ( d . status , d . statusText , c ) } , success : function ( ) { b . updateDatabases ( ) , window . modalView . hide ( ) , window . App . naviView . dbSelectionView . render ( $ ( " # dbSelect " ) ) } } ) } } , submitDeleteDatabase : function ( a ) { var b = this . collection . where ( { name : a } ) ; b [ 0 ] . destroy ( { wait : ! 0 , url : arangoHelper . databaseUrl ( " / _api / database / " + a ) } ) , this . updateDatabases ( ) , window . App . naviView . dbSelectionView . render ( $ ( " # dbSelect " ) ) , window . modalView . hide ( ) } , changeDatabase : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " id " ) , c = this . collection . createDatabaseURL ( b ) ; window . location . replace ( c ) } , updateDatabases : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . render ( ) , window . App . handleSelectDatabase ( ) } } ) } , editDatabase : function ( a ) { var b = this . evaluateDatabaseName ( $ ( a . currentTarget ) . attr ( " id " ) , " _edit - database " ) , c = ! 0 ; b = = = this . currentDB & & ( c = ! 1 ) , this . createEditDatabaseModal ( b , c ) } , search : function ( ) { var a , b , c , d ; a = $ ( " # databaseSearchInput " ) , b = $ ( " # databaseSearchInput " ) . val ( ) , d = this . collection . filter ( function ( a ) { return - 1 ! = = a . get ( " name " ) . indexOf ( b ) } ) , $ ( this . el ) . html ( this . template . render ( { collection : d , searchString : b , currentDB : this . currentDB } ) ) , this . replaceSVGs ( ) , a = $ ( " # databaseSearchInput " ) , c = a . val ( ) . length , a . focus ( ) , a [ 0 ] . setSelectionRange ( c , c ) } , replaceSVGs : function ( ) { $ ( " . svgToReplace " ) . each ( function ( ) { var a = $ ( this ) , b = a . attr ( " id " ) , c = a . attr ( " src " ) ; $ . get ( c , function ( c ) { var d = $ ( c ) . find ( " svg " ) ; d . attr ( " id " , b ) . attr ( " class " , " tile - icon - svg " ) . removeAttr ( " xmlns : a " ) , a . replaceWith ( d ) } , " xml " ) } ) } , evaluateDatabaseName : function ( a , b ) { var c = a . lastIndexOf ( b ) ; return a . substring ( 0 , c ) } , createEditDatabaseModal : function ( a , b ) { var c = [ ] , d = [ ] ; d . push ( window . modalView . createReadOnlyEntry ( " id_name " , " Name " , a , " " ) ) , b ? c . push ( window . modalView . createDeleteButton ( " Delete " , this . submitDeleteDatabase . bind ( this , a ) ) ) : c . push ( window . modalView . createDisabledButton ( " Delete " ) ) , window . modalView . show ( " modalTable . ejs " , " Delete database " , c , d ) } , createAddDatabaseModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createTextEntry ( " newDatabaseName " , " Name " , " " , ! 1 , " Database Name " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z ] / ) , msg : " Database name must start with a letter . " } , { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only Symbols " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No database name given . " } ] ) ) , b . push ( window . modalView . createTextEntry ( " newUser " , " Username " , null ! = = this . users ? this . users . whoAmI ( ) : " root " , " Please define the owner of this database . This will be the only user having initial access to this database if authentication is turned on . Please note that if you specify a username different to your account you will not be able to access the database with your account after having creating it . Specifying a username is mandatory even with authentication turned off . If there is a failure you will be informed . " , " Database Owner " , ! 0 , [ { rule : Joi . string ( ) . required ( ) , msg : " No username given . " } ] ) ) , b . push ( window . modalView . createSelectEntry ( " useDefaultPassword " , " Use default password " , ! 0 , " Read the password from the environment variable ARANGODB_DEFAULT_ROOT_PASSWORD . " , [ { value : ! 1 , label : " No " } , { value : ! 0 , label : " Yes " } ] ) ) , b . push ( window . modalView . createPasswordEntry ( " newPassword " , " Password " , " " , ! 1 , " " , ! 1 ) ) , a . push ( window . modalView . createSuccessButton ( " Create " , this . submitCreateDatabase . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Create Database " , a , b ) , $ ( " # useDefaultPassword " ) . change ( function ( ) { " true " = = = $ ( " # useDefaultPassword " ) . val ( ) ? $ ( " # row_newPassword " ) . hide ( ) : $ ( " # row_newPassword " ) . show ( ) } ) , $ ( " # row_newPassword " ) . hide ( ) } } ) } ( ) , function ( ) { " use strict " ; window . DBSelectionView = Backbone . View . extend ( { template : templateEngine . createTemplate ( " dbSelectionView . ejs " ) , events : { " click . dbSelectionLink " : " changeDatabase " } , initialize : function ( a ) { this . current = a . current } , changeDatabase : function ( a ) { var b = $ ( a . currentTarget ) . closest ( " . dbSelectionLink . tab " ) . attr ( " id " ) , c = this . collection . createDatabaseURL ( b ) ; window . location . replace ( c ) } , render : function ( a ) { var b = function ( b , c ) { b ? arangoHelper . arangoError ( " DB " , " Could not fetch databases " ) : ( this . $ el = a , this . $ el . html ( this . template . render ( { list : c , current : this . current . get ( " name " ) } ) ) , this . delegateEvents ( ) ) } . bind ( this ) ; return this . collection . getDatabasesForUser ( b ) , this . el } } ) } ( ) , function ( ) { " use strict " ; var a = function ( a ) { var b = a . split ( " / " ) ; return " collection / " + encodeURIComponent ( b [ 0 ] ) + " / " + encodeURIComponent ( b [ 1 ] ) } ; window . DocumentView = Backbone . View . extend ( { el : " # content " , colid : 0 , docid : 0 , customView : ! 1 , defaultMode : " tree " , template : templateEngine . createTemplate ( " documentView . ejs " ) , events : { " click # saveDocumentButton " : " saveDocument " , " click # deleteDocumentButton " : " deleteDocumentModal " , " click # confirmDeleteDocument " : " deleteDocument " , " click # document - from " : " navigateToDocument " , " click # document - to " : " navigateToDocument " , " keydown # documentEditor . ace_editor " : " keyPress " , " keyup . jsoneditor . search input " : " checkSearchBox " , " click . jsoneditor . modes " : " storeMode " , " click # addDocument " : " addDocument " } , checkSearchBox : function ( a ) { " " = = = $ ( a . currentTarget ) . val ( ) & & this . editor . expandAll ( ) } , addDocument : function ( ) { window . App . documentsView . addDocumentModal ( ) } , storeMode : function ( ) { var a = this ; $ ( " . type - modes " ) . on ( " click " , function ( b ) { a . defaultMode = $ ( b . currentTarget ) . text ( ) . toLowerCase ( ) } ) } , keyPress : function ( a ) { a . ctrlKey & & 13 = = = a . keyCode ? ( a . preventDefault ( ) , this . saveDocument ( ) ) : a . metaKey & & 13 = = = a . keyCode & & ( a . preventDefault ( ) , this . saveDocument ( ) ) } , editor : 0 , setType : function ( a ) { a = 2 = = = a ? " document " : " edge " ; var b = function ( a , b , c ) { if ( a ) console . log ( b ) , arangoHelper . arangoError ( " Error " , " Could not fetch data . " ) ; else { var d = c + " : " ; this . type = c , this . fillInfo ( d ) , this . fillEditor ( ) } } . bind ( this ) ; " edge " = = = a ? this . collection . getEdge ( this . colid , this . docid , b ) : " document " = = = a & & this . collection . getDocument ( this . colid , this . docid , b ) } , deleteDocumentModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createReadOnlyEntry ( " doc - delete - button " , " Delete " , " Delete this " + this . type + " ? " , void 0 , void 0 , ! 1 , / [ < > & ' " ] / ) ) , a . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteDocument . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Delete Document " , a , b ) } , deleteDocument : function ( ) { var a = function ( ) { if ( this . customView ) this . customDeleteFunction ( ) ; else { var a = " collection / " + encodeURIComponent ( this . colid ) + " / documents / 1 " ; window . modalView . hide ( ) , window . App . navigate ( a , { trigger : ! 0 } ) } } . bind ( this ) ; if ( " document " = = = this . type ) { var b = function ( b ) { b ? arangoHelper . arangoError ( " Error " , " Could not delete document " ) : a ( ) } . bind ( this ) ; this . collection . deleteDocument ( this . colid , this . docid , b ) } else if ( " edge " = = = this . type ) { var c = function ( b ) { b ? arangoHelper . arangoError ( " Edge error " , " Could not delete edge " ) : a ( ) } . bind ( this ) ; this . collection . deleteEdge ( this . colid , this . docid , c ) } } , navigateToDocument : function ( a ) { var b = $ ( a . target ) . attr ( " documentLink " ) ; b & & window . App . navigate ( b , { trigger : ! 0 } ) } , fillInfo : function ( b ) { var c = this . collection . first ( ) , d = c . get ( " _id " ) , e = c . get ( " _key " ) , f = c . get ( " _rev " ) , g = c . get ( " _from " ) , h = c . get ( " _to " ) ; if ( $ ( " # document - type " ) . text ( b ) , $ ( " # document - id " ) . text ( d ) , $ ( " # document - key " ) . text ( e ) , $ ( " # document - rev " ) . text ( f ) , g & & h ) { var i = a ( g ) , j = a ( h ) ; $ ( " # document - from " ) . text ( g ) , $ ( " # document - from " ) . attr ( " documentLink " , i ) , $ ( " # document - to " ) . text ( h ) , $ ( " # document - to " ) . attr ( " documentLink " , j ) } else $ ( " . edge - info - container " ) . hide ( ) } , fillEditor : function ( ) { var a = this . removeReadonlyKeys ( this . collection . first ( ) . attributes ) ; $ ( " . disabledBread " ) . last ( ) . text ( this . collection . first ( ) . get ( " _key " ) ) , this . editor . set ( a ) , $ ( " . ace_content " ) . attr ( " font - size " , " 11pt " ) } , jsonContentChanged : function ( ) { this . enableSaveButton ( ) } , resize : function ( ) { $ ( " # documentEditor " ) . height ( $ ( " . centralRow " ) . height ( ) - 300 ) } , render : function ( ) { $ ( this . el ) . html ( this . template . render ( { } ) ) , $ ( " # documentEditor " ) . height ( $ ( " . centralRow " ) . height ( ) - 300 ) , this . disableSaveButton ( ) , this . breadcrumb ( ) ; var a = this , b = document . getElementById ( " documentEditor " ) , c = { change : function ( ) { a . jsonContentChanged ( ) } , search : ! 0 , mode : " tree " , modes : [ " tree " , " code " ] , iconlib : " fontawesome4 " } ; return this . editor = new JSONEditor ( b , c ) , this . editor . setMode ( this . defaultMode ) , this } , removeReadonlyKeys : function ( a ) { return _ . omit ( a , [ " _key " , " _id " , " _from " , " _to " , " _rev " ] ) } , saveDocument : function ( ) { if ( void 0 = = = $ ( " # saveDocumentButton " ) . attr ( " disabled " ) ) if ( " _ " = = = this . collection . first ( ) . attributes . _id . substr ( 0 , 1 ) ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createReadOnlyEntry ( " doc - save - system - button " , " Caution " , " You are modifying a system collection . Really continue ? " , void 0 , void 0 , ! 1 , / [ < > & ' " ] / ) ) , a . push ( window . modalView . createSuccessButton ( " Save " , this . confirmSaveDocument . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Modify System Collection " , a , b ) } else this . confirmSaveDocument ( ) } , confirmSaveDocument : function ( ) { window . modalView . hide ( ) ; var a ; try { a = this . editor . get ( ) } catch ( b ) { return this . errorConfirmation ( b ) , void this . disableSaveButton ( ) } if ( a = JSON . stringify ( a ) , " document " = = = this . type ) { var c = function ( a ) { a ? arangoHelper . arangoError ( " Error " , " Could not save document . " ) : ( this . successConfirmation ( ) , this . disableSaveButton ( ) ) } . bind ( this ) ; this . collection . saveDocument ( this . colid , this . docid , a , c ) } else if ( " edge " = = = this . type ) { var d = function ( a ) { a ? arangoHelper . arangoError ( " Error " , " Could not save edge . " ) : ( this . successConfirmation ( ) , this . disableSaveButton ( ) ) } . bind ( this ) ; this . collection . saveEdge ( this . colid , this . docid , a , d ) } } , successConfirmation : function ( ) { arangoHelper . arangoNotification ( " Document saved . " ) , $ ( " # documentEditor . tree " ) . animate ( { backgroundColor : " # C6FFB0 " } , 500 ) , $ ( " # documentEditor . tree " ) . animate ( { backgroundColor : " # FFFFF " } , 500 ) , $ ( " # documentEditor . ace_content " ) . animate ( { backgroundColor : " # C6FFB0 " } , 500 ) , $ ( " # documentEditor . ace_content " ) . animate ( { backgroundColor : " # FFFFF " } , 500 ) } , errorConfirmation : function ( a ) { arangoHelper . arangoError ( " Document editor : " , a ) , $ ( " # documentEditor . tree " ) . animate ( { backgroundColor : " # FFB0B0 " } , 500 ) , $ ( " # documentEditor . tree " ) . animate ( { backgroundColor : " # FFFFF " } , 500 ) , $ ( " # documentEditor . ace_content " ) . animate ( { backgroundColor : " # FFB0B0 " } , 500 ) , $ ( " # documentEditor . ace_content " ) . animate ( { backgroundColor : " # FFFFF " } , 500 ) } , enableSaveButton : function ( ) { $ ( " # saveDocumentButton " ) . prop ( " disabled " , ! 1 ) , $ ( " # saveDocumentButton " ) . addClass ( " button - success " ) , $ ( " # saveDocumentButton " ) . removeClass ( " button - close " ) } , disableSaveButton : function ( ) { $ ( " # saveDocumentButton " ) . prop ( " disabled " , ! 0 ) , $ ( " # saveDocumentButton " ) . addClass ( " button - close " ) , $ ( " # saveDocumentButton " ) . removeClass ( " button - success " ) } , breadcrumb : function ( ) { var a = window . location . hash . split ( " / " ) ; $ ( " # subNavigationBar . breadcrumb " ) . html ( ' < a href = " # collection / ' + a [ 1 ] + ' / documents / 1 " > Collection : ' + a [ 1 ] + ' < / a > < i class = " fa fa - chevron - right " > < / i > Document : ' + a [ 2 ] ) } , escaped : function ( a ) { return a . replace ( / & / g , " & amp ; " ) . replace ( / < / g , " & lt ; " ) . replace ( / > / g , " & gt ; " ) . replace ( / " / g , " & quot ; " ) . replace ( / ' / g , " & # 39 ; " ) } } ) } ( ) , function ( ) { " use strict " ; window . DocumentsView = window . PaginationView . extend ( { filters : { 0 : ! 0 } , filterId : 0 , paginationDiv : " # documentsToolbarF " , idPrefix : " documents " , addDocumentSwitch : ! 0 , activeFilter : ! 1 , lastCollectionName : void 0 , restoredFilters : [ ] , editMode : ! 1 , allowUpload : ! 1 , el : " # content " , table : " # documentsTableID " , template : templateEngine . createTemplate ( " documentsView . ejs " ) , collectionContext : { prev : null , next : null } , editButtons : [ " # deleteSelected " , " # moveSelected " ] , initialize : function ( a ) { this . documentStore = a . documentStore , this . collectionsStore = a . collectionsStore , this . tableView = new window . TableView ( { el : this . table , collection : this . collection } ) , this . tableView . setRowClick ( this . clicked . bind ( this ) ) , this . tableView . setRemoveClick ( this . remove . bind ( this ) ) } , resize : function ( ) { $ ( " # docPureTable " ) . height ( $ ( " . centralRow " ) . height ( ) - 210 ) , $ ( " # docPureTable . pure - table - body " ) . css ( " max - height " , $ ( " # docPureTable " ) . height ( ) - 47 ) } , setCollectionId : function ( a , b ) { this . collection . setCollection ( a ) , this . collection . setPage ( b ) , this . page = b ; var c = function ( b , c ) { b ? arangoHelper . arangoError ( " Error " , " Could not get collection properties . " ) : ( this . type = c , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , this . collectionModel = this . collectionsStore . get ( a ) ) } . bind ( this ) ; arangoHelper . collectionApiType ( a , null , c ) } , getDocsCallback : function ( a ) { $ ( " # documents_last " ) . css ( " visibility " , " hidden " ) , $ ( " # documents_first " ) . css ( " visibility " , " hidden " ) , a ? ( window . progressView . hide ( ) , arangoHelper . arangoError ( " Document error " , " Could not fetch requested documents . " ) ) : a & & void 0 = = = a | | ( window . progressView . hide ( ) , this . drawTable ( ) , this . renderPaginationElements ( ) ) } , events : { " click # collectionPrev " : " prevCollection " , " click # collectionNext " : " nextCollection " , " click # filterCollection " : " filterCollection " , " click # markDocuments " : " editDocuments " , " click # importCollection " : " importCollection " , " click # exportCollection " : " exportCollection " , " click # filterSend " : " sendFilter " , " click # addFilterItem " : " addFilterItem " , " click . removeFilterItem " : " removeFilterItem " , " click # deleteSelected " : " deleteSelectedDocs " , " click # moveSelected " : " moveSelectedDocs " , " click # addDocumentButton " : " addDocumentModal " , " click # documents_first " : " firstDocuments " , " click # documents_last " : " lastDocuments " , " click # documents_prev " : " prevDocuments " , " click # documents_next " : " nextDocuments " , " click # confirmDeleteBtn " : " confirmDelete " , " click . key " : " nop " , keyup : " returnPressedHandler " , " keydown . queryline input " : " filterValueKeydown " , " click # importModal " : " showImportModal " , " click # resetView " : " resetView " , " click # confirmDocImport " : " startUpload " , " click # exportDocuments " : " startDownload " , " change # documentSize " : " setPagesize " , " change # docsSort " : " setSorting " } , showSpinner : function ( ) { $ ( " # uploadIndicator " ) . show ( ) } , hideSpinner : function ( ) { $ ( " # uploadIndicator " ) . hide ( ) } , showImportModal : function ( ) { $ ( " # docImportModal " ) . modal ( " show " ) } , hideImportModal : function ( ) { $ ( " # docImportModal " ) . modal ( " hide " ) } , setPagesize : function ( ) { var a = $ ( " # documentSize " ) . find ( " : selected " ) . val ( ) ; this . collection . setPagesize ( a ) , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) } , setSorting : function ( ) { var a = $ ( " # docsSort " ) . val ( ) ; ( " " = = = a | | void 0 = = = a | | null = = = a ) & & ( a = " _key " ) , this . collection . setSort ( a ) } , returnPressedHandler : function ( a ) { 13 = = = a . keyCode & & $ ( a . target ) . is ( $ ( " # docsSort " ) ) & & this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , 13 = = = a . keyCode & & $ ( " # confirmDeleteBtn " ) . attr ( " disabled " ) = = = ! 1 & & this . confirmDelete ( ) } , nop : function ( a ) { a . stopPropagation ( ) } , resetView : function ( ) { var a = function ( a ) { a & & arangoHelper . arangoError ( " Document " , " Could not fetch documents count " ) } . bind ( this ) ; $ ( " input " ) . val ( " " ) , $ ( " select " ) . val ( " = = " ) , this . removeAllFilterItems ( ) , $ ( " # documentSize " ) . val ( this . collection . getPageSize ( ) ) , $ ( " # documents_last " ) . css ( " visibility " , " visible " ) , $ ( " # documents_first " ) . css ( " visibility " , " visible " ) , this . addDocumentSwitch = ! 0 , this . collection . resetFilter ( ) , this . collection . loadTotal ( a ) , this . restoredFilters = [ ] , this . allowUpload = ! 1 , this . files = void 0 , this . file = void 0 , $ ( " # confirmDocImport " ) . attr ( " disabled " , ! 0 ) , this . markFilterToggle ( ) , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) } , startDownload : function ( ) { var a = this . collection . buildDownloadDocumentQuery ( ) ; " " ! = = a | | void 0 ! = = a | | null ! = = a ? window . open ( encodeURI ( " query / result / download / " + btoa ( JSON . stringify ( a ) ) ) ) : arangoHelper . arangoError ( " Document error " , " could not download documents " ) } , startUpload : function ( ) { var a = function ( a , b ) { a ? ( arangoHelper . arangoError ( " Upload " , b ) , this . hideSpinner ( ) ) : ( this . hideSpinner ( ) , this . hideImportModal ( ) , this . resetView ( ) ) } . bind ( this ) ; this . allowUpload = = = ! 0 & & ( this . showSpinner ( ) , this . collection . uploadDocuments ( this . file , a ) ) } , uploadSetup : function ( ) { var a = this ; $ ( " # importDocuments " ) . change ( function ( b ) { a . files = b . target . files | | b . dataTransfer . files , a . file = a . files [ 0 ] , $ ( " # confirmDocImport " ) . attr ( " disabled " , ! 1 ) , a . allowUpload = ! 0 } ) } , buildCollectionLink : function ( a ) { return " collection / " + encodeURIComponent ( a . get ( " name " ) ) + " / documents / 1 " } , markFilterToggle : function ( ) { this . restoredFilters . length > 0 ? $ ( " # filterCollection " ) . addClass ( " activated " ) : $ ( " # filterCollection " ) . removeClass ( " activated " ) } , editDocuments : function ( ) { $ ( " # importCollection " ) . removeClass ( " activated " ) , $ ( " # exportCollection " ) . removeClass ( " activated " ) , this . markFilterToggle ( ) , $ ( " # markDocuments " ) . toggleClass ( " activated " ) , this . changeEditMode ( ) , $ ( " # filterHeader " ) . hide ( ) , $ ( " # importHeader " ) . hide ( ) , $ ( " # editHeader " ) . slideToggle ( 200 ) , $ ( " # exportHeader " ) . hide ( ) } , filterCollection : function ( ) { $ ( " # importCollection " ) . removeClass ( " activated " ) , $ ( " # exportCollection " ) . removeClass ( " activated " ) , $ ( " # markDocuments " ) . removeClass ( " activated " ) , this . changeEditMode ( ! 1 ) , this . markFilterToggle ( ) , this . activeFilter = ! 0 , $ ( " # importHeader " ) . hide ( ) , $ ( " # editHeader " ) . hide ( ) , $ ( " # exportHeader " ) . hide ( ) , $ ( " # filterHeader " ) . slideToggle ( 200 ) ; var a ; for ( a in this . filters ) if ( this . filters . hasOwnProperty ( a ) ) return void $ ( " # attribute_name " + a ) . focus ( ) } , exportCollection : function ( ) { $ ( " # importCollection " ) . removeClass ( " activated " ) , $ ( " # filterHeader " ) . removeClass ( " activated " ) , $ ( " # markDocuments " ) . removeClass ( " activated " ) , this . changeEditMode ( ! 1 ) , $ ( " # exportCollection " ) . toggleClass ( " activated " ) , this . markFilterToggle ( ) , $ ( " # exportHeader " ) . slideToggle ( 200 ) , $ ( " # importHeader " ) . hide ( ) , $ ( " # filterHeader " ) . hide ( ) , $ ( " # editHeader " ) . hide ( ) } , importCollection : function ( ) { this . markFilterToggle ( ) , $ ( " # markDocuments " ) . removeClass ( " activated " ) , this . changeEditMode ( ! 1 ) , $ ( " # importCollection " ) . toggleClass ( " activated " ) , $ ( " # exportCollection " ) . removeClass ( " activated " ) , $ ( " # importHeader " ) . slideToggle ( 200 ) , $ ( " # filterHeader " ) . hide ( ) , $ ( " # editHeader " ) . hide ( ) , $ ( " # exportHeader " ) . hide ( ) } , changeEditMode : function ( a ) { a = = = ! 1 | | this . editMode = = = ! 0 ? ( $ ( " # docPureTable . pure - table - body . pure - table - row " ) . css ( " cursor " , " default " ) , $ ( " . deleteButton " ) . fadeIn ( ) , $ ( " . addButton " ) . fadeIn ( ) , $ ( " . selected - row " ) . removeClass ( " selected - row " ) , this . editMode = ! 1 , this . tableView . setRowClick ( this . clicked . bind ( this ) ) ) : ( $ ( " # docPureTable . pure - table - body . pure - table - row " ) . css ( " cursor " , " copy " ) , $ ( " . deleteButton " ) . fadeOut ( ) , $ ( " . addButton " ) . fadeOut ( ) , $ ( " . selectedCount " ) . text ( 0 ) , this . editMode = ! 0 , this . tableView . setRowClick ( this . editModeClick . bind ( this ) ) ) } , getFilterContent : function ( ) { var a , b , c = [ ] ; for ( a in this . filters ) if ( this . filters . hasOwnProperty ( a ) ) { b = $ ( " # attribute_value " + a ) . val ( ) ; try { b = JSON . parse ( b ) } catch ( d ) { b = String ( b ) } " " ! = = $ ( " # attribute_name " + a ) . val ( ) & & c . push ( { attribute : $ ( " # attribute_name " + a ) . val ( ) , operator : $ ( " # operator " + a ) . val ( ) , value : b } ) } return c } , sendFilter : function ( ) { this . restoredFilters = this . getFilterContent ( ) ; var a = this ; this . collection . resetFilter ( ) , this . addDocumentSwitch = ! 1 , _ . each ( this . restoredFilters , function ( b ) { void 0 ! = = b . operator & & a . collection . addFilter ( b . attribute , b . operator , b . value ) } ) , this . collection . setToFirst ( ) , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , this . markFilterToggle ( ) } , restoreFilter : function ( ) { var a = this , b = 0 ; this . filterId = 0 , $ ( " # docsSort " ) . val ( this . collection . getSort ( ) ) , _ . each ( this . restoredFilters , function ( c ) { 0 ! = = b & & a . addFilterItem ( ) , void 0 ! = = c . operator & & ( $ ( " # attribute_name " + b ) . val ( c . attribute ) , $ ( " # operator " + b ) . val ( c . operator ) , $ ( " # attribute_value " + b ) . val ( c . value ) ) , b + + , a . collection . addFilter ( c . attribute , c . operator , c . value ) } ) } , addFilterItem : function ( ) { var a = + + this . filterId ; $ ( " # filterHeader " ) . append ( ' < div class = " queryline querylineAdd " > < input id = " attribute_name ' + a + ' " type = " text " placeholder = " Attribute name " > < select name = " operator " id = " operator ' + a + ' " class = " filterSelect " > < option value = " = = " > = = < / option > < option value = " ! = " > ! = < / option > < option value = " & lt ; " > & lt ; < / option > < option value = " & lt ; = " > & lt ; = < / option > < option value = " & gt ; = " > & gt ; = < / option > < option value = " & gt ; " > & gt ; < / option > < / select > < input id = " attribute_value ' + a + ' " type = " text " placeholder = " Attribute value " class = " filterValue " > < a class = " removeFilterItem " id = " removeFilter ' + a + ' " > < i class = " icon icon - minus arangoicon " > < / i > < / a > < / div > ' ) , this . filters [ a ] = ! 0 } , filterValueKeydown : function ( a ) { 13 = = = a . keyCode & & this . sendFilter ( ) } , removeFilterItem : function ( a ) { var b = a . currentTarget , c = b . id . replace ( / ^ removeFilter / , " " ) ; delete this . filters [ c ] , delete this . restoredFilters [ c ] , $ ( b . parentElement ) . remove ( ) } , removeAllFilterItems : function ( ) { var a , b = $ ( " # filterHeader " ) . children ( ) . length ; for ( a = 1 ; b > = a ; a + + ) $ ( " # removeFilter " + a ) . parent ( ) . remove ( ) ; this . filters = { 0 : ! 0 } , this . filterId = 0 } , addDocumentModal : function ( ) { var a = window . location . hash . split ( " / " ) [ 1 ] , b = [ ] , c = [ ] , d = function ( a , d ) { a ? arangoHelper . arangoError ( " Error " , " Could not fetch collection type " ) : " edge " = = = d ? ( c . push ( window . modalView . createTextEntry ( " new - edge - from - attr " , " _from " , " " , " document _id : document handle of the linked vertex ( incoming relation ) " , void 0 , ! 1 , [ { rule : Joi . string ( ) . required ( ) , msg : " No _from attribute given . " } ] ) ) , c . push ( window . modalView . createTextEntry ( " new - edge - to " , " _to " , " " , " document _id : document handle of the linked vertex ( outgoing relation ) " , void 0 , ! 1 , [ { rule : Joi . string ( ) . required ( ) , msg : " No _to attribute given . " } ] ) ) , c . push ( window . modalView . createTextEntry ( " new - edge - key - attr " , " _key " , void 0 , " the edges unique key ( optional attribute , leave empty for autogenerated key " , " is optional : leave empty for autogenerated key " , ! 1 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) , msg : " " } ] ) ) , b . push ( window . modalView . createSuccessButton ( " Create " , this . addEdge . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Create edge " , b , c ) ) : ( c . push ( window . modalView . createTextEntry ( " new - document - key - attr " , " _key " , void 0 , " the documents unique key ( optional attribute , leave empty for autogenerated key " , " is optional : leave empty for autogenerated key " , ! 1 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) , msg : " " } ] ) ) , b . push ( window . modalView . createSuccessButton ( " Create " , this . addDocument . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Create document " , b , c ) ) } . bind ( this ) ; arangoHelper . collectionApiType ( a , ! 0 , d ) } , addEdge : function ( ) { var a , b = window . location . hash . split ( " / " ) [ 1 ] , c = $ ( " . modal - body # new - edge - from - attr " ) . last ( ) . val ( ) , d = $ ( " . modal - body # new - edge - to " ) . last ( ) . val ( ) , e = $ ( " . modal - body # new - edge - key - attr " ) . last ( ) . val ( ) , f = function ( b , c ) { if ( b ) arangoHelper . arangoError ( " Error " , " Could not create edge " ) ; else { window . modalView . hide ( ) , c = c . _id . split ( " / " ) ; try { a = " collection / " + c [ 0 ] + " / " + c [ 1 ] , decodeURI ( a ) } catch ( d ) { a = " collection / " + c [ 0 ] + " / " + encodeURIComponent ( c [ 1 ] ) } window . location . hash = a } } . bind ( this ) ; " " ! = = e | | void 0 ! = = e ? this . documentStore . createTypeEdge ( b , c , d , e , f ) : this . documentStore . createTypeEdge ( b , c , d , null , f ) } , addDocument : function ( ) { var a , b = window . location . hash . split ( " / " ) [ 1 ] , c = $ ( " . modal - body # new - document - key - attr " ) . last ( ) . val ( ) , d = function ( b , c ) { if ( b ) arangoHelper . arangoError ( " Error " , " Could not create document " ) ; else { window . modalView . hide ( ) , c = c . split ( " / " ) ; try { a = " collection / " + c [ 0 ] + " / " + c [ 1 ] , decodeURI ( a ) } catch ( d ) { a = " collection / " + c [ 0 ] + " / " + encodeURIComponent ( c [ 1 ] ) } window . location . hash = a } } . bind ( this ) ; " " ! = = c | | void 0 ! = = c ? this . documentStore . createTypeDocument ( b , c , d ) : this . documentStore . createTypeDocument ( b , null , d ) } , moveSelectedDocs : function ( ) { var a = [ ] , b = [ ] , c = this . getSelectedDocs ( ) ; 0 ! = = c . length & & ( b . push ( window . modalView . createTextEntry ( " move - documents - to " , " Move to " , " " , ! 1 , " collection - name " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z ] / ) , msg : " Collection name must always start with a letter . " } , { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only Symbols " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No collection name given . " } ] ) ) , a . push ( window . modalView . createSuccessButton ( " Move " , this . confirmMoveSelectedDocs . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Move documents " , a , b ) ) } , confirmMoveSelectedDocs : function ( ) { var a = this . getSelectedDocs ( ) , b = this , c = $ ( " . modal - body " ) . last ( ) . find ( " # move - documents - to " ) . val ( ) , d = function ( ) { this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , $ ( " # markDocuments " ) . click ( ) , window . modalView . hide ( ) } . bind ( this ) ; _ . each ( a , function ( a ) { b . collection . moveDocument ( a , b . collection . collectionID , c , d ) } ) } , deleteSelectedDocs : function ( ) { var a = [ ] , b = [ ] , c = this . getSelectedDocs ( ) ; 0 ! = = c . length & & ( b . push ( window . modalView . createReadOnlyEntry ( void 0 , c . length + " documents selected " , " Do you want to delete all selected documents ? " , void 0 , void 0 , ! 1 , void 0 ) ) , a . push ( window . modalView . createDeleteButton ( " Delete " , this . confirmDeleteSelectedDocs . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Delete documents " , a , b ) ) } , confirmDeleteSelectedDocs : function ( ) { var a = this . getSelectedDocs ( ) , b = [ ] , c = this ; _ . each ( a , function ( a ) { if ( " document " = = = c . type ) { var d = function ( a ) { a ? ( b . push ( ! 1 ) , arangoHelper . arangoError ( " Document error " , " Could not delete document . " ) ) : ( b . push ( ! 0 ) , c . collection . setTotalMinusOne ( ) , c . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , $ ( " # markDocuments " ) . click ( ) , window . modalView . hide ( ) ) } . bind ( c ) ; c . documentStore . deleteDocument ( c . collection . collectionID , a , d ) } else if ( " edge " = = = c . type ) { var e = function ( a ) { a ? ( b . push ( ! 1 ) , arangoHelper . arangoError ( " Edge error " , " Could not delete edge " ) ) : ( c . collection . setTotalMinusOne ( ) , b . push ( ! 0 ) , c . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , $ ( " # markDocuments " ) . click ( ) , window . modalView . hide ( ) ) } . bind ( c ) ; c . documentStore . deleteEdge ( c . collection . collectionID , a , e ) } } ) } , getSelectedDocs : function ( ) { var a = [ ] ; return _ . each ( $ ( " # docPureTable . pure - table - body . pure - table - row " ) , function ( b ) { $ ( b ) . hasClass ( " selected - row " ) & & a . push ( $ ( $ ( b ) . children ( ) [ 1 ] ) . find ( " . key " ) . text ( ) ) } ) , a } , remove : function ( a ) { this . docid = $ ( a . currentTarget ) . parent ( ) . parent ( ) . prev ( ) . find ( " . key " ) . text ( ) , $ ( " # confirmDeleteBtn " ) . attr ( " disabled " , ! 1 ) , $ ( " # docDeleteModal " ) . modal ( " show " ) } , confirmDelete : function ( ) { $ ( " # confirmDeleteBtn " ) . attr ( " disabled " , ! 0 ) ; var a = window . location . hash . split ( " / " ) , b = a [ 3 ] ; " source " ! = = b & & this . reallyDelete ( ) } , reallyDelete : function ( ) { if ( " document " = = = this . type ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " Error " , " Could not delete document " ) : ( this . collection . setTotalMinusOne ( ) , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , $ ( " # docDeleteModal " ) . modal ( " hide " ) ) } . bind ( this ) ; this . documentStore . deleteDocument ( this . collection . collectionID , this . docid , a ) } else if ( " edge " = = = this . type ) { var b = function ( a ) { a ? arangoHelper . arangoError ( " Edge error " , " Could not delete edge " ) : ( this . collection . setTotalMinusOne ( ) , this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , $ ( " # docDeleteModal " ) . modal ( " hide " ) ) } . bind ( this ) ; this . documentStore . deleteEdge ( this . collection . collectionID , this . docid , b ) } } , editModeClick : function ( a ) { var b = $ ( a . currentTarget ) ; b . hasClass ( " selected - row " ) ? b . removeClass ( " selected - row " ) : b . addClass ( " selected - row " ) , console . log ( b ) ; var c = this . getSelectedDocs ( ) ; $ ( " . selectedCount " ) . text ( c . length ) , _ . each ( this . editButtons , function ( a ) { c . length > 0 ? ( $ ( a ) . prop ( " disabled " , ! 1 ) , $ ( a ) . removeClass ( " button - neutral " ) , $ ( a ) . removeClass ( " disabled " ) , " # moveSelected " = = = a ? $ ( a ) . addClass ( " button - success " ) : $ ( a ) . addClass ( " button - danger " ) ) : ( $ ( a ) . prop ( " disabled " , ! 0 ) , $ ( a ) . addClass ( " disabled " ) , $ ( a ) . addClass ( " button - neutral " ) , " # moveSelected " = = = a ? $ ( a ) . removeClass ( " button - success " ) : $ ( a ) . removeClass ( " button - danger " ) ) } ) } , clicked : function ( a ) { var b , c = a . currentTarget , d = $ ( c ) . attr ( " id " ) . substr ( 4 ) ; try { b = " collection / " + this . collection . collectionID + " / " + d , decodeURI ( d ) } catch ( e ) { b = " collection / " + this . collection . collectionID + " / " + encodeURIComponent ( d ) } window . location . hash = b } , drawTable : function ( ) { this . tableView . setElement ( $ ( " # docPureTable " ) ) . render ( ) , arangoHelper . fixTooltips ( " . icon_arangodb , . arangoicon " , " top " ) , $ ( " . prettify " ) . snippet ( " javascript " , { style : " nedit " , menu : ! 1 , startText : ! 1 , transparent : ! 0 , showNum : ! 1 } ) , this . resize ( ) } , checkCollectionState : function ( ) { this . lastCollectionName = = = this . collectionName ? this . activeFilter & & ( this . filterCollection ( ) , this . restoreFilter ( ) ) : void 0 ! = = this . lastCollectionName & & ( this . collection . resetFilter ( ) , this . collection . setSort ( " " ) , this . restoredFilters = [ ] , this . activeFilter = ! 1 ) } , render : function ( ) { return $ ( this . el ) . html ( this . template . render ( { } ) ) , 2 = = = this . type ? this . type = " document " : 3 = = = this . type & & ( this . type = " edge " ) , this . tableView . setElement ( $ ( this . table ) ) . drawLoading ( ) , this . collectionContext = this . collectionsStore . getPosition ( this . collection . collectionID ) , this . collectionName = window . location . hash . split ( " / " ) [ 1 ] , this . breadcrumb ( ) , window . arangoHelper . buildCollectionSubNav ( this . collectionName , " Content " ) , this . checkCollectionState ( ) , this . lastCollectionName = this . collectionName , this . uploadSetup ( ) , $ ( " [ data - toggle = tooltip ] " ) . tooltip ( ) , $ ( " . upload - info " ) . tooltip ( ) , arangoHelper . fixTooltips ( " . icon_arangodb , . arangoicon " , " top " ) , this . renderPaginationElements ( ) , this . selectActivePagesize ( ) , this . markFilterToggle ( ) , this . resize ( ) , this } , rerender : function ( ) { this . collection . getDocuments ( this . getDocsCallback . bind ( this ) ) , this . resize ( ) } , selectActivePagesize : function ( ) { $ ( " # documentSize " ) . val ( this . collection . getPageSize ( ) ) } , renderPaginationElements : function ( ) { this . renderPagination ( ) ; var a = $ ( " # totalDocuments " ) ; 0 = = = a . length & & ( $ ( " # documentsToolbarFL " ) . append ( ' < a id = " totalDocuments " class = " totalDocuments " > < / a > ' ) , a = $ ( " # totalDocuments " ) ) , " document " = = = this . type & & a . html ( numeral ( this . collection . getTotal ( ) ) . format ( " 0 , 0 " ) + " doc ( s ) " ) , " edge " = = = this . type & & a . html ( numeral ( this . collection . getTotal ( ) ) . format ( " 0 , 0 " ) + " edge ( s ) " ) } , breadcrumb : function ( ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " Collection : " + this . collectionName ) } } ) } ( ) , function ( ) { " use strict " ; window . EditListEntryView = Backbone . View . extend ( { template : templateEngine . createTemplate ( " editListEntryView . ejs " ) , initialize : function ( a ) { this . key = a . key , this . value = a . value , this . render ( ) } , events : { " click . deleteAttribute " : " removeRow " } , render : function ( ) { $ ( this . el ) . html ( this . template . render ( { key : this . key , value : JSON . stringify ( this . value ) , isReadOnly : this . isReadOnly ( ) } ) ) } , isReadOnly : function ( ) { return 0 = = = this . key . indexOf ( " _ " ) } , getKey : function ( ) { return $ ( " . key " ) . val ( ) } , getValue : function ( ) { var val = $ ( " . val " ) . val ( ) ; try { val = JSON . parse ( val ) } catch ( e ) { try { return eval ( " val = " + val ) , val } catch ( e2 ) { return $ ( " . val " ) . val ( ) } } return val } , removeRow : function ( ) { this . remove ( ) } } ) } ( ) , function ( ) { " use strict " ; window . FooterView = Backbone . View . extend ( { el : " # footerBar " , system : { } , isOffline : ! 0 , isOfflineCounter : 0 , firstLogin : ! 0 , timer : 15e3 , lap : 0 , timerFunction : null , events : { " click . footer - center p " : " showShortcutModal " } , initialize : function ( ) { var a = this ; window . setInterval ( function ( ) { a . getVersion ( ) } , a . timer ) , a . getVersion ( ) , window . VISIBLE = ! 0 , document . addEventListener ( " visibilitychange " , function ( ) { window . VISIBLE = ! window . VISIBLE } ) , $ ( " # offlinePlaceholder button " ) . on ( " click " , function ( ) { a . getVersion ( ) } ) } , template : templateEngine . createTemplate ( " footerView . ejs " ) , showServerStatus : function ( a ) { var b = this ; window . App . isCluster ? b . collection . fetch ( { success : function ( ) { b . renderClusterState ( ! 0 ) } , error : function ( ) { b . renderClusterState ( ! 1 ) } } ) : a = = = ! 0 ? ( $ ( " # healthStatus " ) . removeClass ( " negative " ) , $ ( " # healthStatus " ) . addClass ( " positive " ) , $ ( " . health - state " ) . html ( " GOOD " ) , $ ( " . health - icon " ) . html ( ' < i class = " fa fa - check - circle " > < / i > ' ) , $ ( " # offlinePlaceholder " ) . hide ( ) ) : ( $ ( " # healthStatus " ) . removeClass ( " positive " ) , $ ( " # healthStatus " ) . addClass ( " negative " ) , $ ( " . health - state " ) . html ( " UNKNOWN " ) , $ ( " . health - icon " ) . html ( ' < i class = " fa fa - exclamation - circle " > < / i > ' ) , $ ( " # offlinePlaceholder " ) . show ( ) , this . reconnectAnimation ( 0 ) ) } , reconnectAnimation : function ( a ) { var b = this ; 0 = = = a & & ( b . lap = a , $ ( " # offlineSeconds " ) . text ( b . timer / 1e3 ) , <nl> + clearTimeout ( b . timerFunction ) ) , b . lap < this . timer / 1e3 & & ( b . lap + + , $ ( " # offlineSeconds " ) . text ( b . timer / 1e3 - b . lap ) , b . timerFunction = window . setTimeout ( function ( ) { b . timer / 1e3 - b . lap = = = 0 ? b . getVersion ( ) : b . reconnectAnimation ( b . lap ) } , 1e3 ) ) } , renderClusterState : function ( a ) { var b = 0 ; a ? ( $ ( " # offlinePlaceholder " ) . hide ( ) , this . collection . each ( function ( a ) { " ok " ! = = a . toJSON ( ) . status & & b + + } ) , b > 0 ? ( $ ( " # healthStatus " ) . removeClass ( " positive " ) , $ ( " # healthStatus " ) . addClass ( " negative " ) , 1 = = = b ? $ ( " . health - state " ) . html ( b + " NODE ERROR " ) : $ ( " . health - state " ) . html ( b + " NODES ERROR " ) , $ ( " . health - icon " ) . html ( ' < i class = " fa fa - exclamation - circle " > < / i > ' ) ) : ( $ ( " # healthStatus " ) . removeClass ( " negative " ) , $ ( " # healthStatus " ) . addClass ( " positive " ) , $ ( " . health - state " ) . html ( " NODES OK " ) , $ ( " . health - icon " ) . html ( ' < i class = " fa fa - check - circle " > < / i > ' ) ) ) : ( $ ( " # healthStatus " ) . removeClass ( " positive " ) , $ ( " # healthStatus " ) . addClass ( " negative " ) , $ ( " . health - state " ) . html ( window . location . host + " OFFLINE " ) , $ ( " . health - icon " ) . html ( ' < i class = " fa fa - exclamation - circle " > < / i > ' ) , $ ( " # offlinePlaceholder " ) . show ( ) , this . reconnectAnimation ( 0 ) ) } , showShortcutModal : function ( ) { window . arangoHelper . hotkeysFunctions . showHotkeysModal ( ) } , getVersion : function ( ) { var a = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / version " ) , contentType : " application / json " , processData : ! 1 , async : ! 0 , success : function ( b ) { a . showServerStatus ( ! 0 ) , a . isOffline = = = ! 0 & & ( a . isOffline = ! 1 , a . isOfflineCounter = 0 , a . firstLogin ? a . firstLogin = ! 1 : window . setTimeout ( function ( ) { a . showServerStatus ( ! 0 ) } , 1e3 ) , a . system . name = b . server , a . system . version = b . version , a . render ( ) ) } , error : function ( ) { a . isOffline = ! 0 , a . isOfflineCounter + + , a . isOfflineCounter > = 1 & & a . showServerStatus ( ! 1 ) } } ) , a . system . hasOwnProperty ( " database " ) | | $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / database / current " ) , contentType : " application / json " , processData : ! 1 , async : ! 0 , success : function ( b ) { var c = b . result . name ; a . system . database = c ; var d = window . setInterval ( function ( ) { var b = $ ( " # databaseNavi " ) ; b & & ( window . clearTimeout ( d ) , d = null , a . render ( ) ) } , 50 ) } } ) } , renderVersion : function ( ) { this . system . hasOwnProperty ( " database " ) & & this . system . hasOwnProperty ( " name " ) & & $ ( this . el ) . html ( this . template . render ( { name : this . system . name , version : this . system . version , database : this . system . database } ) ) } , render : function ( ) { return this . system . version | | this . getVersion ( ) , $ ( this . el ) . html ( this . template . render ( { name : this . system . name , version : this . system . version } ) ) , this } } ) } ( ) , function ( ) { " use strict " ; window . FoxxActiveView = Backbone . View . extend ( { tagName : " div " , className : " tile pure - u - 1 - 1 pure - u - sm - 1 - 2 pure - u - md - 1 - 3 pure - u - lg - 1 - 4 pure - u - xl - 1 - 6 " , template : templateEngine . createTemplate ( " foxxActiveView . ejs " ) , _show : ! 0 , events : { click : " openAppDetailView " } , openAppDetailView : function ( ) { window . App . navigate ( " service / " + encodeURIComponent ( this . model . get ( " mount " ) ) , { trigger : ! 0 } ) } , toggle : function ( a , b ) { switch ( a ) { case " devel " : this . model . isDevelopment ( ) & & ( this . _show = b ) ; break ; case " production " : this . model . isDevelopment ( ) | | this . model . isSystem ( ) | | ( this . _show = b ) ; break ; case " system " : this . model . isSystem ( ) & & ( this . _show = b ) } this . _show ? $ ( this . el ) . show ( ) : $ ( this . el ) . hide ( ) } , render : function ( ) { return this . model . fetchThumbnail ( function ( ) { $ ( this . el ) . html ( this . template . render ( { model : this . model } ) ) ; var a = function ( ) { this . model . needsConfiguration ( ) & & ( $ ( this . el ) . find ( " . warning - icons " ) . length > 0 ? $ ( this . el ) . find ( " . warning - icons " ) . append ( ' < span class = " fa fa - cog " title = " Needs configuration " > < / span > ' ) : $ ( this . el ) . find ( " img " ) . after ( ' < span class = " warning - icons " > < span class = " fa fa - cog " title = " Needs configuration " > < / span > < / span > ' ) ) } . bind ( this ) , b = function ( ) { this . model . hasUnconfiguredDependencies ( ) & & ( $ ( this . el ) . find ( " . warning - icons " ) . length > 0 ? $ ( this . el ) . find ( " . warning - icons " ) . append ( ' < span class = " fa fa - cubes " title = " Unconfigured dependencies " > < / span > ' ) : $ ( this . el ) . find ( " img " ) . after ( ' < span class = " warning - icons " > < span class = " fa fa - cubes " title = " Unconfigured dependencies " > < / span > < / span > ' ) ) } . bind ( this ) ; this . model . getConfiguration ( a ) , this . model . getDependencies ( b ) } . bind ( this ) ) , $ ( this . el ) } } ) } ( ) , function ( ) { " use strict " ; var a = { ERROR_APPLICATION_DOWNLOAD_FAILED : { code : 1752 , message : " application download failed " } } , b = templateEngine . createTemplate ( " applicationListView . ejs " ) , c = function ( a ) { this . collection = a . collection } , d = function ( b ) { var c = this ; if ( b . error = = = ! 1 ) this . collection . fetch ( { success : function ( ) { window . modalView . hide ( ) , c . reload ( ) } } ) ; else { var d = b ; switch ( b . hasOwnProperty ( " responseJSON " ) & & ( d = b . responseJSON ) , d . errorNum ) { case a . ERROR_APPLICATION_DOWNLOAD_FAILED . code : arangoHelper . arangoError ( " Services " , " Unable to download application from the given repository . " ) ; break ; default : arangoHelper . arangoError ( " Services " , d . errorNum + " . " + d . errorMessage ) } } } , e = function ( ) { window . modalView . modalBindValidation ( { id : " new - app - mount " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . regex ( / ^ ( \ / ( APP [ ^ \ / ] + | ( ? ! APP ) [ a - zA - Z0 - 9_ \ - % ] + ) ) + $ / i ) , msg : " May not contain / APP " } , { rule : Joi . string ( ) . regex ( / ^ ( \ / [ a - zA - Z0 - 9_ \ - % ] + ) + $ / ) , msg : " Can only contain [ a - zA - Z0 - 9_ - % ] " } , { rule : Joi . string ( ) . regex ( / ^ \ / ( [ ^ _ ] | _open \ / ) / ) , msg : " Mountpoints with _ are reserved for internal use " } , { rule : Joi . string ( ) . regex ( / [ ^ \ / ] $ / ) , msg : " May not end with / " } , { rule : Joi . string ( ) . regex ( / ^ \ / / ) , msg : " Has to start with / " } , { rule : Joi . string ( ) . required ( ) . min ( 2 ) , msg : " Has to be non - empty " } ] } } ) } , f = function ( ) { window . modalView . modalBindValidation ( { id : " repository " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . required ( ) . regex ( / ^ [ a - zA - Z0 - 9_ \ - ] + \ / [ a - zA - Z0 - 9_ \ - ] + $ / ) , msg : " No valid Github account and repository . " } ] } } ) } , g = function ( ) { window . modalView . modalBindValidation ( { id : " new - app - author " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . required ( ) . min ( 1 ) , msg : " Has to be non empty . " } ] } } ) , window . modalView . modalBindValidation ( { id : " new - app - name " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . required ( ) . regex ( / ^ [ a - zA - Z \ - _ ] [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : " Can only contain a to z , A to Z , 0 - 9 , ' - ' and ' _ ' . " } ] } } ) , window . modalView . modalBindValidation ( { id : " new - app - description " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . required ( ) . min ( 1 ) , msg : " Has to be non empty . " } ] } } ) , window . modalView . modalBindValidation ( { id : " new - app - license " , validateInput : function ( ) { return [ { rule : Joi . string ( ) . required ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ . , ; \ - ] + $ / ) , msg : " Has to be non empty . " } ] } } ) , window . modalView . modalTestAll ( ) } , h = function ( a ) { window . modalView . clearValidators ( ) ; var b = $ ( " # modalButton1 " ) ; switch ( this . _upgrade | | e ( ) , a ) { case " newApp " : b . html ( " Generate " ) , b . prop ( " disabled " , ! 1 ) , g ( ) ; break ; case " appstore " : b . html ( " Install " ) , b . prop ( " disabled " , ! 0 ) ; break ; case " github " : f ( ) , b . html ( " Install " ) , b . prop ( " disabled " , ! 1 ) ; break ; case " zip " : b . html ( " Install " ) , b . prop ( " disabled " , ! 1 ) } b . prop ( " disabled " ) | | window . modalView . modalTestAll ( ) | | b . prop ( " disabled " , ! 0 ) } , i = function ( a ) { var b = $ ( a . currentTarget ) . attr ( " href " ) . substr ( 1 ) ; h . call ( this , b ) } , j = function ( a ) { if ( h . call ( this , " appstore " ) , window . modalView . modalTestAll ( ) ) { var b , c ; this . _upgrade ? ( b = this . mount , c = $ ( " # new - app - teardown " ) . prop ( " checked " ) ) : b = window . arangoHelper . escapeHtml ( $ ( " # new - app - mount " ) . val ( ) ) ; var e = $ ( a . currentTarget ) . attr ( " appId " ) , f = $ ( a . currentTarget ) . attr ( " appVersion " ) ; void 0 ! = = c ? this . collection . installFromStore ( { name : e , version : f } , b , d . bind ( this ) , c ) : this . collection . installFromStore ( { name : e , version : f } , b , d . bind ( this ) ) } } , k = function ( a , b ) { if ( void 0 = = = b ? b = this . _uploadData : this . _uploadData = b , b & & window . modalView . modalTestAll ( ) ) { var c , e ; this . _upgrade ? ( c = this . mount , e = $ ( " # new - app - teardown " ) . prop ( " checked " ) ) : c = window . arangoHelper . escapeHtml ( $ ( " # new - app - mount " ) . val ( ) ) , void 0 ! = = e ? this . collection . installFromZip ( b . filename , c , d . bind ( this ) , e ) : this . collection . installFromZip ( b . filename , c , d . bind ( this ) ) } } , l = function ( ) { if ( window . modalView . modalTestAll ( ) ) { var a , b , c , e ; this . _upgrade ? ( c = this . mount , e = $ ( " # new - app - teardown " ) . prop ( " checked " ) ) : c = window . arangoHelper . escapeHtml ( $ ( " # new - app - mount " ) . val ( ) ) , a = window . arangoHelper . escapeHtml ( $ ( " # repository " ) . val ( ) ) , b = window . arangoHelper . escapeHtml ( $ ( " # tag " ) . val ( ) ) , " " = = = b & & ( b = " master " ) ; var f = { url : window . arangoHelper . escapeHtml ( $ ( " # repository " ) . val ( ) ) , version : window . arangoHelper . escapeHtml ( $ ( " # tag " ) . val ( ) ) } ; try { Joi . assert ( a , Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9_ \ - ] + \ / [ a - zA - Z0 - 9_ \ - ] + $ / ) ) } catch ( g ) { return } void 0 ! = = e ? this . collection . installFromGithub ( f , c , d . bind ( this ) , e ) : this . collection . installFromGithub ( f , c , d . bind ( this ) ) } } , m = function ( ) { if ( window . modalView . modalTestAll ( ) ) { var a , b ; this . _upgrade ? ( a = this . mount , b = $ ( " # new - app - teardown " ) . prop ( " checked " ) ) : a = window . arangoHelper . escapeHtml ( $ ( " # new - app - mount " ) . val ( ) ) ; var c = { name : window . arangoHelper . escapeHtml ( $ ( " # new - app - name " ) . val ( ) ) , documentCollections : _ . map ( $ ( " # new - app - document - collections " ) . select2 ( " data " ) , function ( a ) { return window . arangoHelper . escapeHtml ( a . text ) } ) , edgeCollections : _ . map ( $ ( " # new - app - edge - collections " ) . select2 ( " data " ) , function ( a ) { return window . arangoHelper . escapeHtml ( a . text ) } ) , author : window . arangoHelper . escapeHtml ( $ ( " # new - app - author " ) . val ( ) ) , license : window . arangoHelper . escapeHtml ( $ ( " # new - app - license " ) . val ( ) ) , description : window . arangoHelper . escapeHtml ( $ ( " # new - app - description " ) . val ( ) ) } ; void 0 ! = = b ? this . collection . generate ( c , a , d . bind ( this ) , b ) : this . collection . generate ( c , a , d . bind ( this ) ) } } , n = function ( ) { var a = $ ( " . modal - body . tab - pane . active " ) . attr ( " id " ) ; switch ( a ) { case " newApp " : m . apply ( this ) ; break ; case " github " : l . apply ( this ) ; break ; case " zip " : k . apply ( this ) } } , o = function ( a , c ) { var d = [ ] , e = { " click # infoTab a " : i . bind ( a ) , " click . install - app " : j . bind ( a ) } ; d . push ( window . modalView . createSuccessButton ( " Generate " , n . bind ( a ) ) ) , window . modalView . show ( " modalApplicationMount . ejs " , " Install Service " , d , c , void 0 , void 0 , e ) , $ ( " # new - app - document - collections " ) . select2 ( { tags : [ ] , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " } ) , $ ( " # new - app - edge - collections " ) . select2 ( { tags : [ ] , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " } ) ; var f = function ( ) { var a = $ ( " # modalButton1 " ) ; a . prop ( " disabled " ) | | window . modalView . modalTestAll ( ) ? a . prop ( " disabled " , ! 1 ) : a . prop ( " disabled " , ! 0 ) } ; $ ( " . select2 - search - field input " ) . focusout ( function ( ) { f ( ) , window . setTimeout ( function ( ) { $ ( " . select2 - drop " ) . is ( " : visible " ) & & ( $ ( " # select2 - search - field input " ) . is ( " : focus " ) | | ( $ ( " # s2id_new - app - document - collections " ) . select2 ( " close " ) , $ ( " # s2id_new - app - edge - collections " ) . select2 ( " close " ) , f ( ) ) ) } , 80 ) } ) , $ ( " . select2 - search - field input " ) . focusin ( function ( ) { if ( $ ( " . select2 - drop " ) . is ( " : visible " ) ) { var a = $ ( " # modalButton1 " ) ; a . prop ( " disabled " , ! 0 ) } } ) , $ ( " # upload - foxx - zip " ) . uploadFile ( { url : arangoHelper . databaseUrl ( " / _api / upload ? multipart = true " ) , allowedTypes : " zip " , multiple : ! 1 , onSuccess : k . bind ( a ) } ) , $ . get ( " foxxes / fishbowl " , function ( a ) { var c = $ ( " # appstore - content " ) ; c . html ( " " ) , _ . each ( _ . sortBy ( a , " name " ) , function ( a ) { c . append ( b . render ( a ) ) } ) } ) . fail ( function ( ) { var a = $ ( " # appstore - content " ) ; a . append ( " < tr > < td > Store is not available . ArangoDB is not able to connect to github . com < / td > < / tr > " ) } ) } ; c . prototype . install = function ( a ) { this . reload = a , this . _upgrade = ! 1 , this . _uploadData = void 0 , delete this . mount , o ( this , ! 1 ) , window . modalView . clearValidators ( ) , e ( ) , g ( ) } , c . prototype . upgrade = function ( a , b ) { this . reload = b , this . _upgrade = ! 0 , this . _uploadData = void 0 , this . mount = a , o ( this , ! 0 ) , window . modalView . clearValidators ( ) , g ( ) } , window . FoxxInstallView = c } ( ) , function ( ) { " use strict " ; window . GraphManagementView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " graphManagementView . ejs " ) , edgeDefintionTemplate : templateEngine . createTemplate ( " edgeDefinitionTable . ejs " ) , eCollList : [ ] , removedECollList : [ ] , dropdownVisible : ! 1 , initialize : function ( a ) { this . options = a } , events : { " click # deleteGraph " : " deleteGraph " , " click . icon_arangodb_settings2 . editGraph " : " editGraph " , " click # createGraph " : " addNewGraph " , " keyup # graphManagementSearchInput " : " search " , " click # graphManagementSearchSubmit " : " search " , " click . tile - graph " : " redirectToGraphViewer " , " click # graphManagementToggle " : " toggleGraphDropdown " , " click . css - label " : " checkBoxes " , " change # graphSortDesc " : " sorting " } , toggleTab : function ( a ) { var b = a . currentTarget . id ; b = b . replace ( " tab - " , " " ) , $ ( " # tab - content - create - graph . tab - pane " ) . removeClass ( " active " ) , $ ( " # tab - content - create - graph # " + b ) . addClass ( " active " ) , " exampleGraphs " = = = b ? $ ( " # modal - dialog . modal - footer . button - success " ) . css ( " display " , " none " ) : $ ( " # modal - dialog . modal - footer . button - success " ) . css ( " display " , " initial " ) } , redirectToGraphViewer : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " id " ) ; b = b . substr ( 0 , b . length - 5 ) , window . location = window . location + " / " + encodeURIComponent ( b ) } , loadGraphViewer : function ( a , b ) { var c = function ( b ) { if ( b ) arangoHelper . arangoError ( " " , " " ) ; else { var c = this . collection . get ( a ) . get ( " edgeDefinitions " ) ; if ( ! c | | 0 = = = c . length ) return ; var d = { type : " gharial " , graphName : a , baseUrl : arangoHelper . databaseUrl ( " / " ) } , e = $ ( " # content " ) . width ( ) - 75 ; $ ( " # content " ) . html ( " " ) ; var f = arangoHelper . calculateCenterDivHeight ( ) ; this . ui = new GraphViewerUI ( $ ( " # content " ) [ 0 ] , d , e , $ ( " . centralRow " ) . height ( ) - 135 , { nodeShaper : { label : " _key " , color : { type : " attribute " , key : " _key " } } } , ! 0 ) , $ ( " . contentDiv " ) . height ( f ) } } . bind ( this ) ; b ? this . collection . fetch ( { success : function ( ) { c ( ) } } ) : c ( ) } , handleResize : function ( a ) { this . width & & this . width = = = a | | ( this . width = a , this . ui & & this . ui . changeWidth ( a ) ) } , addNewGraph : function ( a ) { a . preventDefault ( ) , this . createEditGraphModal ( ) } , deleteGraph : function ( ) { var a = this , b = $ ( " # editGraphName " ) [ 0 ] . value ; if ( $ ( " # dropGraphCollections " ) . is ( " : checked " ) ) { var c = function ( c ) { c ? ( a . collection . remove ( a . collection . get ( b ) ) , a . updateGraphManagementView ( ) , window . modalView . hide ( ) ) : ( window . modalView . hide ( ) , arangoHelper . arangoError ( " Graph " , " Could not delete Graph . " ) ) } . bind ( this ) ; this . collection . dropAndDeleteGraph ( b , c ) } else this . collection . get ( b ) . destroy ( { success : function ( ) { a . updateGraphManagementView ( ) , window . modalView . hide ( ) } , error : function ( a , b ) { var c = JSON . parse ( b . responseText ) , d = c . errorMessage ; arangoHelper . arangoError ( d ) , window . modalView . hide ( ) } } ) } , checkBoxes : function ( a ) { var b = a . currentTarget . id ; $ ( " # " + b ) . click ( ) } , toggleGraphDropdown : function ( ) { $ ( " # graphSortDesc " ) . attr ( " checked " , this . collection . sortOptions . desc ) , $ ( " # graphManagementToggle " ) . toggleClass ( " activated " ) , $ ( " # graphManagementDropdown2 " ) . slideToggle ( 200 ) } , sorting : function ( ) { $ ( " # graphSortDesc " ) . is ( " : checked " ) ? this . collection . setSortingDesc ( ! 0 ) : this . collection . setSortingDesc ( ! 1 ) , $ ( " # graphManagementDropdown " ) . is ( " : visible " ) ? this . dropdownVisible = ! 0 : this . dropdownVisible = ! 1 , this . render ( ) } , createExampleGraphs : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " graph - id " ) , c = this ; $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _admin / aardvark / graph - examples / create / " + encodeURIComponent ( b ) ) , success : function ( ) { window . modalView . hide ( ) , c . updateGraphManagementView ( ) , arangoHelper . arangoNotification ( " Example Graphs " , " Graph : " + b + " created . " ) } , error : function ( a ) { if ( window . modalView . hide ( ) , console . log ( a ) , a . responseText ) try { var c = JSON . parse ( a . responseText ) ; arangoHelper . arangoError ( " Example Graphs " , c . errorMessage ) } catch ( d ) { arangoHelper . arangoError ( " Example Graphs " , " Could not create example graph : " + b ) } else arangoHelper . arangoError ( " Example Graphs " , " Could not create example graph : " + b ) } } ) } , render : function ( a , b ) { var c = this ; return this . collection . fetch ( { success : function ( ) { c . collection . sort ( ) , $ ( c . el ) . html ( c . template . render ( { graphs : c . collection , searchString : " " } ) ) , c . dropdownVisible = = = ! 0 & & ( $ ( " # graphManagementDropdown2 " ) . show ( ) , $ ( " # graphSortDesc " ) . attr ( " checked " , c . collection . sortOptions . desc ) , $ ( " # graphManagementToggle " ) . toggleClass ( " activated " ) , $ ( " # graphManagementDropdown " ) . show ( ) ) , c . events [ " click . tableRow " ] = c . showHideDefinition . bind ( c ) , c . events [ ' change tr [ id * = " newEdgeDefinitions " ] ' ] = c . setFromAndTo . bind ( c ) , c . events [ " click . graphViewer - icon - button " ] = c . addRemoveDefinition . bind ( c ) , c . events [ " click # graphTab a " ] = c . toggleTab . bind ( c ) , c . events [ " click . createExampleGraphs " ] = c . createExampleGraphs . bind ( c ) , c . events [ " focusout . select2 - search - field input " ] = function ( a ) { $ ( " . select2 - drop " ) . is ( " : visible " ) & & ( $ ( " # select2 - search - field input " ) . is ( " : focus " ) | | window . setTimeout ( function ( ) { $ ( a . currentTarget ) . parent ( ) . parent ( ) . parent ( ) . select2 ( " close " ) } , 80 ) ) } . bind ( c ) , arangoHelper . setCheckboxStatus ( " # graphManagementDropdown " ) } } ) , a & & this . loadGraphViewer ( a , b ) , this } , setFromAndTo : function ( a ) { a . stopPropagation ( ) ; var b , c = this . calculateEdgeDefinitionMap ( ) ; if ( a . added ) { if ( - 1 = = = this . eCollList . indexOf ( a . added . id ) & & - 1 ! = = this . removedECollList . indexOf ( a . added . id ) ) return b = a . currentTarget . id . split ( " row_newEdgeDefinitions " ) [ 1 ] , $ ( ' input [ id * = " newEdgeDefinitions ' + b + ' " ] ' ) . select2 ( " val " , null ) , void $ ( ' input [ id * = " newEdgeDefinitions ' + b + ' " ] ' ) . attr ( " placeholder " , " The collection " + a . added . id + " is already used . " ) ; this . removedECollList . push ( a . added . id ) , this . eCollList . splice ( this . eCollList . indexOf ( a . added . id ) , 1 ) } else this . eCollList . push ( a . removed . id ) , this . removedECollList . splice ( this . removedECollList . indexOf ( a . removed . id ) , 1 ) ; c [ a . val ] ? ( b = a . currentTarget . id . split ( " row_newEdgeDefinitions " ) [ 1 ] , $ ( " # s2id_fromCollections " + b ) . select2 ( " val " , c [ a . val ] . from ) , $ ( " # fromCollections " + b ) . attr ( " disabled " , ! 0 ) , $ ( " # s2id_toCollections " + b ) . select2 ( " val " , c [ a . val ] . to ) , $ ( " # toCollections " + b ) . attr ( " disabled " , ! 0 ) ) : ( b = a . currentTarget . id . split ( " row_newEdgeDefinitions " ) [ 1 ] , $ ( " # s2id_fromCollections " + b ) . select2 ( " val " , null ) , $ ( " # fromCollections " + b ) . attr ( " disabled " , ! 1 ) , $ ( " # s2id_toCollections " + b ) . select2 ( " val " , null ) , $ ( " # toCollections " + b ) . attr ( " disabled " , ! 1 ) ) } , editGraph : function ( a ) { a . stopPropagation ( ) , this . collection . fetch ( ) , this . graphToEdit = this . evaluateGraphName ( $ ( a . currentTarget ) . attr ( " id " ) , " _settings " ) ; var b = this . collection . findWhere ( { _key : this . graphToEdit } ) ; this . createEditGraphModal ( b ) } , saveEditedGraph : function ( ) { var a , b , c , d , e , f = $ ( " # editGraphName " ) [ 0 ] . value , g = _ . pluck ( $ ( " # newVertexCollections " ) . select2 ( " data " ) , " text " ) , h = [ ] , i = { } ; if ( e = $ ( " [ id ^ = s2id_newEdgeDefinitions ] " ) . toArray ( ) , e . forEach ( function ( e ) { if ( d = $ ( e ) . attr ( " id " ) , d = d . replace ( " s2id_newEdgeDefinitions " , " " ) , a = _ . pluck ( $ ( " # s2id_newEdgeDefinitions " + d ) . select2 ( " data " ) , " text " ) [ 0 ] , a & & " " ! = = a & & ( b = _ . pluck ( $ ( " # s2id_fromCollections " + d ) . select2 ( " data " ) , " text " ) , c = _ . pluck ( $ ( " # s2id_toCollections " + d ) . select2 ( " data " ) , " text " ) , 0 ! = = b . length & & 0 ! = = c . length ) ) { var f = { collection : a , from : b , to : c } ; h . push ( f ) , i [ a ] = f } } ) , 0 = = = h . length ) return $ ( " # s2id_newEdgeDefinitions0 . select2 - choices " ) . css ( " border - color " , " red " ) , $ ( " # s2id_newEdgeDefinitions0 " ) . parent ( ) . parent ( ) . next ( ) . find ( " . select2 - choices " ) . css ( " border - color " , " red " ) , void $ ( " # s2id_newEdgeDefinitions0 " ) . parent ( ) . parent ( ) . next ( ) . next ( ) . find ( " . select2 - choices " ) . css ( " border - color " , " red " ) ; var j = this . collection . findWhere ( { _key : f } ) , k = j . get ( " edgeDefinitions " ) , l = j . get ( " orphanCollections " ) , m = [ ] ; l . forEach ( function ( a ) { - 1 = = = g . indexOf ( a ) & & j . deleteVertexCollection ( a ) } ) , g . forEach ( function ( a ) { - 1 = = = l . indexOf ( a ) & & j . addVertexCollection ( a ) } ) ; var n = [ ] , o = [ ] , p = [ ] ; k . forEach ( function ( a ) { var b = a . collection ; m . push ( b ) ; var c = i [ b ] ; void 0 = = = c ? p . push ( b ) : JSON . stringify ( c ) ! = = JSON . stringify ( a ) & & o . push ( b ) } ) , h . forEach ( function ( a ) { var b = a . collection ; - 1 = = = m . indexOf ( b ) & & n . push ( b ) } ) , n . forEach ( function ( a ) { j . addEdgeDefinition ( i [ a ] ) } ) , o . forEach ( function ( a ) { j . modifyEdgeDefinition ( i [ a ] ) } ) , p . forEach ( function ( a ) { j . deleteEdgeDefinition ( a ) } ) , this . updateGraphManagementView ( ) , window . modalView . hide ( ) } , evaluateGraphName : function ( a , b ) { var c = a . lastIndexOf ( b ) ; return a . substring ( 0 , c ) } , search : function ( ) { var a , b , c , d ; a = $ ( " # graphManagementSearchInput " ) , b = $ ( " # graphManagementSearchInput " ) . val ( ) , d = this . collection . filter ( function ( a ) { return - 1 ! = = a . get ( " _key " ) . indexOf ( b ) } ) , $ ( this . el ) . html ( this . template . render ( { graphs : d , searchString : b } ) ) , a = $ ( " # graphManagementSearchInput " ) , c = a . val ( ) . length , a . focus ( ) , a [ 0 ] . setSelectionRange ( c , c ) } , updateGraphManagementView : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . render ( ) } } ) } , createNewGraph : function ( ) { var a , b , c , d , e , f = $ ( " # createNewGraphName " ) . val ( ) , g = _ . pluck ( $ ( " # newVertexCollections " ) . select2 ( " data " ) , " text " ) , h = [ ] , i = this ; return f ? this . collection . findWhere ( { _key : f } ) ? ( arangoHelper . arangoError ( " The graph ' " + f + " ' already exists . " ) , 0 ) : ( e = $ ( " [ id ^ = s2id_newEdgeDefinitions ] " ) . toArray ( ) , e . forEach ( function ( e ) { d = $ ( e ) . attr ( " id " ) , d = d . replace ( " s2id_newEdgeDefinitions " , " " ) , a = _ . pluck ( $ ( " # s2id_newEdgeDefinitions " + d ) . select2 ( " data " ) , " text " ) [ 0 ] , a & & " " ! = = a & & ( b = _ . pluck ( $ ( " # s2id_fromCollections " + d ) . select2 ( " data " ) , " text " ) , c = _ . pluck ( $ ( " # s2id_toCollections " + d ) . select2 ( " data " ) , " text " ) , 1 ! = = b & & 1 ! = = c & & h . push ( { collection : a , from : b , to : c } ) ) } ) , 0 = = = h . length ? ( $ ( " # s2id_newEdgeDefinitions0 . select2 - choices " ) . css ( " border - color " , " red " ) , $ ( " # s2id_newEdgeDefinitions0 " ) . parent ( ) . parent ( ) . next ( ) . find ( " . select2 - choices " ) . css ( " border - color " , " red " ) , void $ ( " # s2id_newEdgeDefinitions0 " ) . parent ( ) . parent ( ) . next ( ) . next ( ) . find ( " . select2 - choices " ) . css ( " border - color " , " red " ) ) : void this . collection . create ( { name : f , edgeDefinitions : h , orphanCollections : g } , { success : function ( ) { i . updateGraphManagementView ( ) , window . modalView . hide ( ) } , error : function ( a , b ) { var c = JSON . parse ( b . responseText ) , d = c . errorMessage ; d = d . replace ( " < " , " " ) , d = d . replace ( " > " , " " ) , arangoHelper . arangoError ( d ) } } ) ) : ( arangoHelper . arangoError ( " A name for the graph has to be provided . " ) , 0 ) } , createEditGraphModal : function ( a ) { var b , c = [ ] , d = [ ] , e = [ ] , f = this . options . collectionCollection . models , g = this , h = " " , i = [ { collection : " " , from : " " , to : " " } ] , j = " " , k = function ( a , b ) { return a = a . toLowerCase ( ) , b = b . toLowerCase ( ) , b > a ? - 1 : a > b ? 1 : 0 } ; if ( this . eCollList = [ ] , this . removedECollList = [ ] , f . forEach ( function ( a ) { a . get ( " isSystem " ) | | ( " edge " = = = a . get ( " type " ) ? g . eCollList . push ( a . id ) : d . push ( a . id ) ) } ) , window . modalView . enableHotKeys = ! 1 , this . counter = 0 , a ? ( b = " Edit Graph " , h = a . get ( " _key " ) , i = a . get ( " edgeDefinitions " ) , i & & 0 ! = = i . length | | ( i = [ { collection : " " , from : " " , to : " " } ] ) , j = a . get ( " orphanCollections " ) , e . push ( window . modalView . createReadOnlyEntry ( " editGraphName " , " Name " , h , " The name to identify the graph . Has to be unique " ) ) , c . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteGraph . bind ( this ) ) ) , c . push ( window . modalView . createSuccessButton ( " Save " , this . saveEditedGraph . bind ( this ) ) ) ) : ( b = " Create Graph " , e . push ( window . modalView . createTextEntry ( " createNewGraphName " , " Name " , " " , " The name to identify the graph . Has to be unique . " , " graphName " , ! 0 ) ) , c . push ( window . modalView . createSuccessButton ( " Create " , this . createNewGraph . bind ( this ) ) ) ) , i . forEach ( function ( a ) { 0 = = = g . counter ? ( a . collection & & ( g . removedECollList . push ( a . collection ) , g . eCollList . splice ( g . eCollList . indexOf ( a . collection ) , 1 ) ) , e . push ( window . modalView . createSelect2Entry ( " newEdgeDefinitions " + g . counter , " Edge definitions " , a . collection , " An edge definition defines a relation of the graph " , " Edge definitions " , ! 0 , ! 1 , ! 0 , 1 , g . eCollList . sort ( k ) ) ) ) : e . push ( window . modalView . createSelect2Entry ( " newEdgeDefinitions " + g . counter , " Edge definitions " , a . collection , " An edge definition defines a relation of the graph " , " Edge definitions " , ! 1 , ! 0 , ! 1 , 1 , g . eCollList . sort ( k ) ) ) , e . push ( window . modalView . createSelect2Entry ( " fromCollections " + g . counter , " fromCollections " , a . from , " The collections that contain the start vertices of the relation . " , " fromCollections " , ! 0 , ! 1 , ! 1 , 10 , d . sort ( k ) ) ) , e . push ( window . modalView . createSelect2Entry ( " toCollections " + g . counter , " toCollections " , a . to , " The collections that contain the end vertices of the relation . " , " toCollections " , ! 0 , ! 1 , ! 1 , 10 , d . sort ( k ) ) ) , g . counter + + } ) , e . push ( window . modalView . createSelect2Entry ( " newVertexCollections " , " Vertex collections " , j , " Collections that are part of a graph but not used in an edge definition " , " Vertex Collections " , ! 1 , ! 1 , ! 1 , 10 , d . sort ( k ) ) ) , window . modalView . show ( " modalGraphTable . ejs " , b , c , e , void 0 , void 0 , this . events ) , a ) { $ ( " . modal - body table " ) . css ( " border - collapse " , " separate " ) ; var l ; for ( $ ( " . modal - body . spacer " ) . remove ( ) , l = 0 ; l < = this . counter ; l + + ) $ ( " # row_fromCollections " + l ) . show ( ) , $ ( " # row_toCollections " + l ) . show ( ) , $ ( " # row_newEdgeDefinitions " + l ) . addClass ( " first " ) , $ ( " # row_fromCollections " + l ) . addClass ( " middle " ) , $ ( " # row_toCollections " + l ) . addClass ( " last " ) , $ ( " # row_toCollections " + l ) . after ( ' < tr id = " spacer ' + l + ' " class = " spacer " > < / tr > ' ) ; $ ( " # graphTab " ) . hide ( ) , $ ( " # modal - dialog . modal - delete - confirmation " ) . append ( ' < fieldset > < input type = " checkbox " id = " dropGraphCollections " name = " " value = " " > < label for = " mc " > also drop collections ? < / label > < / fieldset > ' ) } } , showHideDefinition : function ( a ) { } , addRemoveDefinition : function ( a ) { var b = [ ] , c = this . options . collectionCollection . models ; c . forEach ( function ( a ) { a . get ( " isSystem " ) | | b . push ( a . id ) } ) , a . stopPropagation ( ) ; var d , e = $ ( a . currentTarget ) . attr ( " id " ) ; if ( - 1 = = = e . indexOf ( " addAfter_newEdgeDefinitions " ) ) - 1 ! = = e . indexOf ( " remove_newEdgeDefinitions " ) & & ( d = e . split ( " remove_newEdgeDefinitions " ) [ 1 ] , $ ( " # row_newEdgeDefinitions " + d ) . remove ( ) , $ ( " # row_fromCollections " + d ) . remove ( ) , $ ( " # row_toCollections " + d ) . remove ( ) , $ ( " # spacer " + d ) . remove ( ) ) ; else { this . counter + + , $ ( " # row_newVertexCollections " ) . before ( this . edgeDefintionTemplate . render ( { number : this . counter } ) ) , $ ( " # newEdgeDefinitions " + this . counter ) . select2 ( { tags : this . eCollList , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " , maximumSelectionSize : 1 } ) , $ ( " # fromCollections " + this . counter ) . select2 ( { tags : b , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " , maximumSelectionSize : 10 } ) , $ ( " # toCollections " + this . counter ) . select2 ( { tags : b , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " , maximumSelectionSize : 10 } ) , window . modalView . undelegateEvents ( ) , window . modalView . delegateEvents ( this . events ) ; var f ; for ( $ ( " . modal - body . spacer " ) . remove ( ) , f = 0 ; f < = this . counter ; f + + ) $ ( " # row_fromCollections " + f ) . show ( ) , $ ( " # row_toCollections " + f ) . show ( ) , $ ( " # row_newEdgeDefinitions " + f ) . addClass ( " first " ) , $ ( " # row_fromCollections " + f ) . addClass ( " middle " ) , $ ( " # row_toCollections " + f ) . addClass ( " last " ) , $ ( " # row_toCollections " + f ) . after ( ' < tr id = " spacer ' + f + ' " class = " spacer " > < / tr > ' ) } } , calculateEdgeDefinitionMap : function ( ) { var a = { } ; return this . collection . models . forEach ( function ( b ) { b . get ( " edgeDefinitions " ) . forEach ( function ( b ) { a [ b . collection ] = { from : b . from , to : b . to } } ) } ) , a } } ) } ( ) , function ( ) { " use strict " ; window . HelpUsView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " helpUsView . ejs " ) , render : function ( ) { this . $ el . html ( this . template . render ( { } ) ) } } ) } ( ) , function ( ) { " use strict " ; window . IndicesView = Backbone . View . extend ( { el : " # content " , initialize : function ( a ) { this . collectionName = a . collectionName , this . model = this . collection } , template : templateEngine . createTemplate ( " indicesView . ejs " ) , events : { } , render : function ( ) { $ ( this . el ) . html ( this . template . render ( { model : this . model } ) ) , this . breadcrumb ( ) , window . arangoHelper . buildCollectionSubNav ( this . collectionName , " Indices " ) , this . getIndex ( ) } , breadcrumb : function ( ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " Collection : " + this . collectionName ) } , getIndex : function ( ) { var a = function ( a , b ) { a ? window . arangoHelper . arangoError ( " Index " , b . errorMessage ) : this . renderIndex ( b ) } . bind ( this ) ; this . model . getIndex ( a ) } , createIndex : function ( ) { var a , b , c , d = this , e = $ ( " # newIndexType " ) . val ( ) , f = { } ; switch ( e ) { case " Geo " : a = $ ( " # newGeoFields " ) . val ( ) ; var g = d . checkboxToValue ( " # newGeoJson " ) ; f = { type : " geo " , fields : d . stringToArray ( a ) , geoJson : g } ; break ; case " Persistent " : a = $ ( " # newPersistentFields " ) . val ( ) , b = d . checkboxToValue ( " # newPersistentUnique " ) , c = d . checkboxToValue ( " # newPersistentSparse " ) , f = { type : " persistent " , fields : d . stringToArray ( a ) , unique : b , sparse : c } ; break ; case " Hash " : a = $ ( " # newHashFields " ) . val ( ) , b = d . checkboxToValue ( " # newHashUnique " ) , c = d . checkboxToValue ( " # newHashSparse " ) , f = { type : " hash " , fields : d . stringToArray ( a ) , unique : b , sparse : c } ; break ; case " Fulltext " : a = $ ( " # newFulltextFields " ) . val ( ) ; var h = parseInt ( $ ( " # newFulltextMinLength " ) . val ( ) , 10 ) | | 0 ; f = { type : " fulltext " , fields : d . stringToArray ( a ) , minLength : h } ; break ; case " Skiplist " : a = $ ( " # newSkiplistFields " ) . val ( ) , b = d . checkboxToValue ( " # newSkiplistUnique " ) , c = d . checkboxToValue ( " # newSkiplistSparse " ) , f = { type : " skiplist " , fields : d . stringToArray ( a ) , unique : b , sparse : c } } var i = function ( a , b ) { if ( a ) if ( b ) { var c = JSON . parse ( b . responseText ) ; arangoHelper . arangoError ( " Document error " , c . errorMessage ) } else arangoHelper . arangoError ( " Document error " , " Could not create index . " ) ; d . toggleNewIndexView ( ) , d . render ( ) } ; this . model . createIndex ( f , i ) } , bindIndexEvents : function ( ) { this . unbindIndexEvents ( ) ; var a = this ; $ ( " # indexEditView # addIndex " ) . bind ( " click " , function ( ) { a . toggleNewIndexView ( ) , $ ( " # cancelIndex " ) . unbind ( " click " ) , $ ( " # cancelIndex " ) . bind ( " click " , function ( ) { a . toggleNewIndexView ( ) , a . render ( ) } ) , $ ( " # createIndex " ) . unbind ( " click " ) , $ ( " # createIndex " ) . bind ( " click " , function ( ) { a . createIndex ( ) } ) } ) , $ ( " # newIndexType " ) . bind ( " change " , function ( ) { a . selectIndexType ( ) } ) , $ ( " . deleteIndex " ) . bind ( " click " , function ( b ) { a . prepDeleteIndex ( b ) } ) , $ ( " # infoTab a " ) . bind ( " click " , function ( a ) { if ( $ ( " # indexDeleteModal " ) . remove ( ) , " Indices " ! = = $ ( a . currentTarget ) . html ( ) | | $ ( a . currentTarget ) . parent ( ) . hasClass ( " active " ) | | ( $ ( " # newIndexView " ) . hide ( ) , $ ( " # indexEditView " ) . show ( ) , $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - danger " ) . hide ( ) , $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - success " ) . hide ( ) , $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - notification " ) . hide ( ) ) , " General " = = = $ ( a . currentTarget ) . html ( ) & & ! $ ( a . currentTarget ) . parent ( ) . hasClass ( " active " ) ) { $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - danger " ) . show ( ) , $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - success " ) . show ( ) , $ ( " # indexHeaderContent # modal - dialog . modal - footer . button - notification " ) . show ( ) ; var b = $ ( " . index - button - bar2 " ) [ 0 ] ; $ ( " # cancelIndex " ) . is ( " : visible " ) & & ( $ ( " # cancelIndex " ) . detach ( ) . appendTo ( b ) , $ ( " # createIndex " ) . detach ( ) . appendTo ( b ) ) } } ) } , prepDeleteIndex : function ( a ) { var b = this ; this . lastTarget = a , this . lastId = $ ( this . lastTarget . currentTarget ) . parent ( ) . parent ( ) . first ( ) . children ( ) . first ( ) . text ( ) , $ ( " # modal - dialog . modal - footer " ) . after ( ' < div id = " indexDeleteModal " style = " display : block ; " class = " alert alert - error modal - delete - confirmation " > < strong > Really delete ? < / strong > < button id = " indexConfirmDelete " class = " button - danger pull - right modal - confirm - delete " > Yes < / button > < button id = " indexAbortDelete " class = " button - neutral pull - right " > No < / button > < / div > ' ) , $ ( " # indexConfirmDelete " ) . unbind ( " click " ) , $ ( " # indexConfirmDelete " ) . bind ( " click " , function ( ) { $ ( " # indexDeleteModal " ) . remove ( ) , b . deleteIndex ( ) } ) , $ ( " # indexAbortDelete " ) . unbind ( " click " ) , $ ( " # indexAbortDelete " ) . bind ( " click " , function ( ) { $ ( " # indexDeleteModal " ) . remove ( ) } ) } , unbindIndexEvents : function ( ) { $ ( " # indexEditView # addIndex " ) . unbind ( " click " ) , $ ( " # newIndexType " ) . unbind ( " change " ) , $ ( " # infoTab a " ) . unbind ( " click " ) , $ ( " . deleteIndex " ) . unbind ( " click " ) } , deleteIndex : function ( ) { var a = function ( a ) { a ? ( arangoHelper . arangoError ( " Could not delete index " ) , $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . children ( ) . last ( ) . html ( ' < span class = " deleteIndex icon_arangodb_roundminus " data - original - title = " Delete index " title = " Delete index " > < / span > ' ) , this . model . set ( " locked " , ! 1 ) ) : a | | void 0 = = = a | | ( $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . remove ( ) , this . model . set ( " locked " , ! 1 ) ) } . bind ( this ) ; this . model . set ( " locked " , ! 0 ) , this . model . deleteIndex ( this . lastId , a ) , $ ( " tr th : contains ( ' " + this . lastId + " ' ) " ) . parent ( ) . children ( ) . last ( ) . html ( ' < i class = " fa fa - circle - o - notch fa - spin " > < / i > ' ) } , renderIndex : function ( a ) { this . index = a ; var b = " collectionInfoTh modal - text " ; if ( this . index ) { var c = " " , d = " " ; _ . each ( this . index . indexes , function ( a ) { d = " primary " = = = a . type | | " edge " = = = a . type ? ' < span class = " icon_arangodb_locked " data - original - title = " No action " > < / span > ' : ' < span class = " deleteIndex icon_arangodb_roundminus " data - original - title = " Delete index " title = " Delete index " > < / span > ' , void 0 ! = = a . fields & & ( c = a . fields . join ( " , " ) ) ; var e = a . id . indexOf ( " / " ) , f = a . id . substr ( e + 1 , a . id . length ) , g = a . hasOwnProperty ( " selectivityEstimate " ) ? ( 100 * a . selectivityEstimate ) . toFixed ( 2 ) + " % " : " n / a " , h = a . hasOwnProperty ( " sparse " ) ? a . sparse : " n / a " ; $ ( " # collectionEditIndexTable " ) . append ( " < tr > < th class = " + JSON . stringify ( b ) + " > " + f + " < / th > < th class = " + JSON . stringify ( b ) + " > " + a . type + " < / th > < th class = " + JSON . stringify ( b ) + " > " + a . unique + " < / th > < th class = " + JSON . stringify ( b ) + " > " + h + " < / th > < th class = " + JSON . stringify ( b ) + " > " + g + " < / th > < th class = " + JSON . stringify ( b ) + " > " + c + " < / th > < th class = " + JSON . stringify ( b ) + " > " + d + " < / th > < / tr > " ) } ) } this . bindIndexEvents ( ) } , selectIndexType : function ( ) { $ ( " . newIndexClass " ) . hide ( ) ; var a = $ ( " # newIndexType " ) . val ( ) ; $ ( " # newIndexType " + a ) . show ( ) } , resetIndexForms : function ( ) { $ ( " # indexHeader input " ) . val ( " " ) . prop ( " checked " , ! 1 ) , $ ( " # newIndexType " ) . val ( " Geo " ) . prop ( " selected " , ! 0 ) , this . selectIndexType ( ) } , toggleNewIndexView : function ( ) { var a = $ ( " . index - button - bar2 " ) [ 0 ] ; $ ( " # indexEditView " ) . is ( " : visible " ) ? ( $ ( " # indexEditView " ) . hide ( ) , $ ( " # newIndexView " ) . show ( ) , $ ( " # cancelIndex " ) . detach ( ) . appendTo ( " # indexHeaderContent # modal - dialog . modal - footer " ) , $ ( " # createIndex " ) . detach ( ) . appendTo ( " # indexHeaderContent # modal - dialog . modal - footer " ) ) : ( $ ( " # indexEditView " ) . show ( ) , $ ( " # newIndexView " ) . hide ( ) , $ ( " # cancelIndex " ) . detach ( ) . appendTo ( a ) , <nl> + $ ( " # createIndex " ) . detach ( ) . appendTo ( a ) ) , arangoHelper . fixTooltips ( " . icon_arangodb , . arangoicon " , " right " ) , this . resetIndexForms ( ) } , stringToArray : function ( a ) { var b = [ ] ; return a . split ( " , " ) . forEach ( function ( a ) { a = a . replace ( / ( ^ \ s + | \ s + $ ) / g , " " ) , " " ! = = a & & b . push ( a ) } ) , b } , checkboxToValue : function ( a ) { return $ ( a ) . prop ( " checked " ) } } ) } ( ) , function ( ) { " use strict " ; window . InfoView = Backbone . View . extend ( { el : " # content " , initialize : function ( a ) { this . collectionName = a . collectionName , this . model = this . collection } , events : { } , render : function ( ) { this . breadcrumb ( ) , window . arangoHelper . buildCollectionSubNav ( this . collectionName , " Info " ) , this . renderInfoView ( ) } , breadcrumb : function ( ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " Collection : " + this . collectionName ) } , renderInfoView : function ( ) { if ( this . model . get ( " locked " ) ) return 0 ; var a = function ( a , b , c ) { if ( a ) arangoHelper . arangoError ( " Figures " , " Could not get revision . " ) ; else { var d = [ ] , e = { figures : c , revision : b , model : this . model } ; window . modalView . show ( " modalCollectionInfo . ejs " , " Collection : " + this . model . get ( " name " ) , d , e , null , null , null , null , null , " content " ) } } . bind ( this ) , b = function ( b , c ) { if ( b ) arangoHelper . arangoError ( " Figures " , " Could not get figures . " ) ; else { var d = c ; this . model . getRevision ( a , d ) } } . bind ( this ) ; this . model . getFigures ( b ) } } ) } ( ) , function ( ) { " use strict " ; window . loginView = Backbone . View . extend ( { el : " # content " , el2 : " . header " , el3 : " . footer " , loggedIn : ! 1 , events : { " keyPress # loginForm input " : " keyPress " , " click # submitLogin " : " validate " , " submit # dbForm " : " goTo " , " click # logout " : " logout " , " change # loginDatabase " : " renderDBS " } , template : templateEngine . createTemplate ( " loginView . ejs " ) , render : function ( a ) { var b = this ; if ( $ ( this . el ) . html ( this . template . render ( { } ) ) , $ ( this . el2 ) . hide ( ) , $ ( this . el3 ) . hide ( ) , frontendConfig . authenticationEnabled & & a ! = = ! 0 ) window . setTimeout ( function ( ) { $ ( " # loginUsername " ) . focus ( ) } , 300 ) ; else { var c = arangoHelper . databaseUrl ( " / _api / database / user " ) ; frontendConfig . authenticationEnabled = = = ! 1 & & ( $ ( " # logout " ) . hide ( ) , $ ( " . login - window # databases " ) . css ( " height " , " 90px " ) ) , $ ( " # loginForm " ) . hide ( ) , $ ( " . login - window # databases " ) . show ( ) , $ . ajax ( c ) . success ( function ( a ) { $ ( " # loginDatabase " ) . html ( " " ) , _ . each ( a . result , function ( a ) { $ ( " # loginDatabase " ) . append ( " < option > " + a + " < / option > " ) } ) , b . renderDBS ( ) } ) } return $ ( " . bodyWrapper " ) . show ( ) , this } , clear : function ( ) { $ ( " # loginForm input " ) . removeClass ( " form - error " ) , $ ( " . wrong - credentials " ) . hide ( ) } , keyPress : function ( a ) { a . ctrlKey & & 13 = = = a . keyCode ? ( a . preventDefault ( ) , this . validate ( ) ) : a . metaKey & & 13 = = = a . keyCode & & ( a . preventDefault ( ) , this . validate ( ) ) } , validate : function ( a ) { a . preventDefault ( ) , this . clear ( ) ; var b = $ ( " # loginUsername " ) . val ( ) , c = $ ( " # loginPassword " ) . val ( ) ; if ( b ) { var d = function ( a ) { var b = this ; if ( a ) $ ( " . wrong - credentials " ) . show ( ) , $ ( " # loginDatabase " ) . html ( " " ) , $ ( " # loginDatabase " ) . append ( " < option > _system < / option > " ) ; else { var c = arangoHelper . databaseUrl ( " / _api / database / user " , " _system " ) ; frontendConfig . authenticationEnabled = = = ! 1 & & ( c = arangoHelper . databaseUrl ( " / _api / database / user " ) ) , $ ( " . wrong - credentials " ) . hide ( ) , b . loggedIn = ! 0 , $ . ajax ( c ) . success ( function ( a ) { $ ( " # loginForm " ) . hide ( ) , $ ( " # databases " ) . show ( ) , $ ( " # loginDatabase " ) . html ( " " ) , _ . each ( a . result , function ( a ) { $ ( " # loginDatabase " ) . append ( " < option > " + a + " < / option > " ) } ) , b . renderDBS ( ) } ) } } . bind ( this ) ; this . collection . login ( b , c , d ) } } , renderDBS : function ( ) { var a = $ ( " # loginDatabase " ) . val ( ) ; $ ( " # goToDatabase " ) . html ( " Select : " + a ) , window . setTimeout ( function ( ) { $ ( " # goToDatabase " ) . focus ( ) } , 300 ) } , logout : function ( ) { this . collection . logout ( ) } , goTo : function ( a ) { a . preventDefault ( ) ; var b = $ ( " # loginUsername " ) . val ( ) , c = $ ( " # loginDatabase " ) . val ( ) ; console . log ( window . App . dbSet ) , window . App . dbSet = c , console . log ( window . App . dbSet ) ; var d = function ( a ) { a & & arangoHelper . arangoError ( " User " , " Could not fetch user settings " ) } , e = window . location . protocol + " / / " + window . location . host + frontendConfig . basePath + " / _db / " + c + " / _admin / aardvark / index . html " ; window . location . href = e , $ ( this . el2 ) . show ( ) , $ ( this . el3 ) . show ( ) , $ ( " . bodyWrapper " ) . show ( ) , $ ( " . navbar " ) . show ( ) , $ ( " # currentUser " ) . text ( b ) , this . collection . loadUserSettings ( d ) } } ) } ( ) , function ( ) { " use strict " ; window . LogsView = window . PaginationView . extend ( { el : " # content " , id : " # logContent " , paginationDiv : " # logPaginationDiv " , idPrefix : " logTable " , fetchedAmount : ! 1 , initialize : function ( a ) { this . options = a , this . convertModelToJSON ( ) } , currentLoglevel : " logall " , events : { " click # arangoLogTabbar button " : " setActiveLoglevel " , " click # logTable_first " : " firstPage " , " click # logTable_last " : " lastPage " } , template : templateEngine . createTemplate ( " logsView . ejs " ) , tabbar : templateEngine . createTemplate ( " arangoTabbar . ejs " ) , table : templateEngine . createTemplate ( " arangoTable . ejs " ) , tabbarElements : { id : " arangoLogTabbar " , titles : [ [ " All " , " logall " ] , [ " Info " , " loginfo " ] , [ " Error " , " logerror " ] , [ " Warning " , " logwarning " ] , [ " Debug " , " logdebug " ] ] } , tableDescription : { id : " arangoLogTable " , titles : [ " Loglevel " , " Date " , " Message " ] , rows : [ ] } , convertedRows : null , setActiveLoglevel : function ( a ) { $ ( " . arangodb - tabbar " ) . removeClass ( " arango - active - tab " ) , this . currentLoglevel ! = = a . currentTarget . id & & ( this . currentLoglevel = a . currentTarget . id , this . convertModelToJSON ( ) ) } , initTotalAmount : function ( ) { var a = this ; this . collection = this . options [ this . currentLoglevel ] , this . collection . fetch ( { data : $ . param ( { test : ! 0 } ) , success : function ( ) { a . convertModelToJSON ( ) } } ) , this . fetchedAmount = ! 0 } , invertArray : function ( a ) { var b , c = [ ] , d = 0 ; for ( b = a . length - 1 ; b > = 0 ; b - - ) c [ d ] = a [ b ] , d + + ; return c } , convertModelToJSON : function ( ) { if ( ! this . fetchedAmount ) return void this . initTotalAmount ( ) ; var a , b = this , c = [ ] ; this . collection = this . options [ this . currentLoglevel ] , this . collection . fetch ( { success : function ( ) { b . collection . each ( function ( b ) { a = new Date ( 1e3 * b . get ( " timestamp " ) ) , c . push ( [ b . getLogStatus ( ) , arangoHelper . formatDT ( a ) , b . get ( " text " ) ] ) } ) , b . tableDescription . rows = b . invertArray ( c ) , b . render ( ) } } ) } , render : function ( ) { return $ ( this . el ) . html ( this . template . render ( { } ) ) , $ ( this . id ) . html ( this . tabbar . render ( { content : this . tabbarElements } ) ) , $ ( this . id ) . append ( this . table . render ( { content : this . tableDescription } ) ) , $ ( " # " + this . currentLoglevel ) . addClass ( " arango - active - tab " ) , $ ( " # logContent " ) . append ( ' < div id = " logPaginationDiv " class = " pagination - line " > < / div > ' ) , this . renderPagination ( ) , this } , rerender : function ( ) { this . convertModelToJSON ( ) } } ) } ( ) , function ( ) { " use strict " ; var a = function ( a , b , c , d ) { return { type : a , title : b , callback : c , confirm : d } } , b = function ( a , b , c , d , e , f , g , h , i , j , k ) { var l = { type : a , label : b } ; return void 0 ! = = c & & ( l . value = c ) , void 0 ! = = d & & ( l . info = d ) , void 0 ! = = e & & ( l . placeholder = e ) , void 0 ! = = f & & ( l . mandatory = f ) , void 0 ! = = h & & ( l . addDelete = h ) , void 0 ! = = i & & ( l . addAdd = i ) , void 0 ! = = j & & ( l . maxEntrySize = j ) , void 0 ! = = k & & ( l . tags = k ) , g & & ( l . validateInput = function ( ) { return g } ) , l } ; window . ModalView = Backbone . View . extend ( { _validators : [ ] , _validateWatchers : [ ] , baseTemplate : templateEngine . createTemplate ( " modalBase . ejs " ) , tableTemplate : templateEngine . createTemplate ( " modalTable . ejs " ) , el : " # modalPlaceholder " , contentEl : " # modalContent " , hideFooter : ! 1 , confirm : { list : " # modal - delete - confirmation " , yes : " # modal - confirm - delete " , no : " # modal - abort - delete " } , enabledHotkey : ! 1 , enableHotKeys : ! 0 , buttons : { SUCCESS : " success " , NOTIFICATION : " notification " , DELETE : " danger " , NEUTRAL : " neutral " , CLOSE : " close " } , tables : { READONLY : " readonly " , TEXT : " text " , BLOB : " blob " , PASSWORD : " password " , SELECT : " select " , SELECT2 : " select2 " , CHECKBOX : " checkbox " } , initialize : function ( ) { Object . freeze ( this . buttons ) , Object . freeze ( this . tables ) } , createModalHotkeys : function ( ) { $ ( this . el ) . unbind ( " keydown " ) , $ ( this . el ) . unbind ( " return " ) , $ ( this . el ) . bind ( " keydown " , " return " , function ( ) { $ ( " . createModalDialog . modal - footer . button - success " ) . click ( ) } ) , $ ( " . modal - body input " ) . unbind ( " keydown " ) , $ ( " . modal - body input " ) . unbind ( " return " ) , $ ( " . modal - body input " , $ ( this . el ) ) . bind ( " keydown " , " return " , function ( ) { $ ( " . createModalDialog . modal - footer . button - success " ) . click ( ) } ) , $ ( " . modal - body select " ) . unbind ( " keydown " ) , $ ( " . modal - body select " ) . unbind ( " return " ) , $ ( " . modal - body select " , $ ( this . el ) ) . bind ( " keydown " , " return " , function ( ) { $ ( " . createModalDialog . modal - footer . button - success " ) . click ( ) } ) } , createInitModalHotkeys : function ( ) { var a = this ; $ ( this . el ) . bind ( " keydown " , " left " , function ( ) { a . navigateThroughButtons ( " left " ) } ) , $ ( this . el ) . bind ( " keydown " , " right " , function ( ) { a . navigateThroughButtons ( " right " ) } ) } , navigateThroughButtons : function ( a ) { var b = $ ( " . createModalDialog . modal - footer button " ) . is ( " : focus " ) ; b = = = ! 1 ? " left " = = = a ? $ ( " . createModalDialog . modal - footer button " ) . first ( ) . focus ( ) : " right " = = = a & & $ ( " . createModalDialog . modal - footer button " ) . last ( ) . focus ( ) : b = = = ! 0 & & ( " left " = = = a ? $ ( " : focus " ) . prev ( ) . focus ( ) : " right " = = = a & & $ ( " : focus " ) . next ( ) . focus ( ) ) } , createCloseButton : function ( b , c ) { var d = this ; return a ( this . buttons . CLOSE , b , function ( ) { d . hide ( ) , c & & c ( ) } ) } , createSuccessButton : function ( b , c ) { return a ( this . buttons . SUCCESS , b , c ) } , createNotificationButton : function ( b , c ) { return a ( this . buttons . NOTIFICATION , b , c ) } , createDeleteButton : function ( b , c , d ) { return a ( this . buttons . DELETE , b , c , d ) } , createNeutralButton : function ( b , c ) { return a ( this . buttons . NEUTRAL , b , c ) } , createDisabledButton : function ( b ) { var c = a ( this . buttons . NEUTRAL , b ) ; return c . disabled = ! 0 , c } , createReadOnlyEntry : function ( a , c , d , e , f , g ) { var h = b ( this . tables . READONLY , c , d , e , void 0 , void 0 , void 0 , f , g ) ; return h . id = a , h } , createTextEntry : function ( a , c , d , e , f , g , h ) { var i = b ( this . tables . TEXT , c , d , e , f , g , h ) ; return i . id = a , i } , createBlobEntry : function ( a , c , d , e , f , g , h ) { var i = b ( this . tables . BLOB , c , d , e , f , g , h ) ; return i . id = a , i } , createSelect2Entry : function ( a , c , d , e , f , g , h , i , j , k ) { var l = b ( this . tables . SELECT2 , c , d , e , f , g , void 0 , h , i , j , k ) ; return l . id = a , l } , createPasswordEntry : function ( a , c , d , e , f , g , h ) { var i = b ( this . tables . PASSWORD , c , d , e , f , g , h ) ; return i . id = a , i } , createCheckboxEntry : function ( a , c , d , e , f ) { var g = b ( this . tables . CHECKBOX , c , d , e ) ; return g . id = a , f & & ( g . checked = f ) , g } , createSelectEntry : function ( a , c , d , e , f ) { var g = b ( this . tables . SELECT , c , null , e ) ; return g . id = a , d & & ( g . selected = d ) , g . options = f , g } , createOptionEntry : function ( a , b ) { return { label : a , value : b | | a } } , show : function ( a , b , c , d , e , f , g , h , i , j ) { var k , l , m = this , n = ! 1 ; c = c | | [ ] , h = Boolean ( h ) , this . clearValidators ( ) , c . length > 0 ? ( c . forEach ( function ( a ) { a . type = = = m . buttons . CLOSE & & ( n = ! 0 ) , a . type = = = m . buttons . DELETE & & ( l = l | | a . confirm ) } ) , n | | ( k = c . pop ( ) , c . push ( m . createCloseButton ( " Cancel " ) ) , c . push ( k ) ) ) : c . push ( m . createCloseButton ( " Close " ) ) , j ? ( $ ( " # " + j ) . html ( this . baseTemplate . render ( { title : b , buttons : c , hideFooter : this . hideFooter , confirm : l , tabBar : i } ) ) , $ ( " # " + j + " # modal - dialog " ) . removeClass ( " fade hide modal " ) , $ ( " # " + j + " . modal - header " ) . remove ( ) , $ ( " # " + j + " . modal - tabbar " ) . remove ( ) , $ ( " # " + j + " . modal - tabbar " ) . remove ( ) , $ ( " # " + j + " . button - close " ) . remove ( ) , 0 = = = $ ( " # " + j + " . modal - footer " ) . children ( ) . length & & $ ( " # " + j + " . modal - footer " ) . remove ( ) ) : $ ( this . el ) . html ( this . baseTemplate . render ( { title : b , buttons : c , hideFooter : this . hideFooter , confirm : l , tabBar : i } ) ) , _ . each ( c , function ( a , b ) { return ! a . disabled & & a . callback ? a . type ! = = m . buttons . DELETE | | h ? void $ ( " # modalButton " + b ) . bind ( " click " , a . callback ) : void $ ( " # modalButton " + b ) . bind ( " click " , function ( ) { $ ( m . confirm . yes ) . unbind ( " click " ) , $ ( m . confirm . yes ) . bind ( " click " , a . callback ) , $ ( m . confirm . list ) . css ( " display " , " block " ) } ) : void 0 } ) , $ ( this . confirm . no ) . bind ( " click " , function ( ) { $ ( m . confirm . list ) . css ( " display " , " none " ) } ) ; var o ; if ( " string " = = typeof a ) o = templateEngine . createTemplate ( a ) , j ? $ ( " # " + j + " . createModalDialog . modal - body " ) . html ( o . render ( { content : d , advancedContent : e , info : f } ) ) : $ ( " # modalPlaceholder . createModalDialog . modal - body " ) . html ( o . render ( { content : d , advancedContent : e , info : f } ) ) ; else { var p = 0 ; _ . each ( a , function ( a ) { o = templateEngine . createTemplate ( a ) , $ ( " . createModalDialog . modal - body . tab - content # " + i [ p ] ) . html ( o . render ( { content : d , advancedContent : e , info : f } ) ) , p + + } ) } $ ( " . createModalDialog . modalTooltips " ) . tooltip ( { position : { my : " left top " , at : " right + 55 top - 1 " } } ) ; var q = d | | [ ] ; e & & e . content & & ( q = q . concat ( e . content ) ) , _ . each ( q , function ( a ) { m . modalBindValidation ( a ) , a . type = = = m . tables . SELECT2 & & $ ( " # " + a . id ) . select2 ( { tags : a . tags | | [ ] , showSearchBox : ! 1 , minimumResultsForSearch : - 1 , width : " 336px " , maximumSelectionSize : a . maxEntrySize | | 8 } ) } ) , g & & ( this . events = g , this . delegateEvents ( ) ) , $ ( " # accordion2 " ) & & ( $ ( " # accordion2 . accordion - toggle " ) . bind ( " click " , function ( ) { $ ( " # collapseOne " ) . is ( " : visible " ) ? ( $ ( " # collapseOne " ) . hide ( ) , setTimeout ( function ( ) { $ ( " . accordion - toggle " ) . addClass ( " collapsed " ) } , 100 ) ) : ( $ ( " # collapseOne " ) . show ( ) , setTimeout ( function ( ) { $ ( " . accordion - toggle " ) . removeClass ( " collapsed " ) } , 100 ) ) } ) , $ ( " # collapseOne " ) . hide ( ) , setTimeout ( function ( ) { $ ( " . accordion - toggle " ) . addClass ( " collapsed " ) } , 100 ) ) , j | | $ ( " # modal - dialog " ) . modal ( " show " ) , this . enabledHotkey = = = ! 1 & & ( this . createInitModalHotkeys ( ) , this . enabledHotkey = ! 0 ) , this . enableHotKeys & & this . createModalHotkeys ( ) ; var r = $ ( " # modal - dialog " ) . find ( " input " ) ; r & & setTimeout ( function ( ) { var a = $ ( " # modal - dialog " ) ; a . length > 0 & & ( a = a . find ( " input " ) , a . length > 0 & & $ ( a [ 0 ] ) . focus ( ) ) } , 400 ) } , modalBindValidation : function ( a ) { var b = this ; if ( a . hasOwnProperty ( " id " ) & & a . hasOwnProperty ( " validateInput " ) ) { var c = function ( ) { var b = $ ( " # " + a . id ) , c = a . validateInput ( b ) , d = ! 1 ; return _ . each ( c , function ( a ) { var c = b . val ( ) ; if ( a . rule | | ( a = { rule : a } ) , " function " = = typeof a . rule ) try { a . rule ( c ) } catch ( e ) { d = a . msg | | e . message } else { var f = Joi . validate ( c , a . rule ) ; f . error & & ( d = a . msg | | f . error . message ) } return d ? ! 1 : void 0 } ) , d ? d : void 0 } , d = $ ( " # " + a . id ) ; d . on ( " keyup focusout " , function ( ) { var a = c ( ) , e = d . next ( ) [ 0 ] ; a ? ( d . addClass ( " invalid - input " ) , e ? $ ( e ) . text ( a ) : d . after ( ' < p class = " errorMessage " > ' + a + " < / p > " ) , $ ( " . createModalDialog . modal - footer . button - success " ) . prop ( " disabled " , ! 0 ) . addClass ( " disabled " ) ) : ( d . removeClass ( " invalid - input " ) , e & & $ ( e ) . remove ( ) , b . modalTestAll ( ) ) } ) , this . _validators . push ( c ) , this . _validateWatchers . push ( d ) } } , modalTestAll : function ( ) { var a = _ . map ( this . _validators , function ( a ) { return a ( ) } ) , b = _ . any ( a ) ; return b ? $ ( " . createModalDialog . modal - footer . button - success " ) . prop ( " disabled " , ! 0 ) . addClass ( " disabled " ) : $ ( " . createModalDialog . modal - footer . button - success " ) . prop ( " disabled " , ! 1 ) . removeClass ( " disabled " ) , ! b } , clearValidators : function ( ) { this . _validators = [ ] , _ . each ( this . _validateWatchers , function ( a ) { a . unbind ( " keyup focusout " ) } ) , this . _validateWatchers = [ ] } , hide : function ( ) { this . clearValidators ( ) , $ ( " # modal - dialog " ) . modal ( " hide " ) } } ) } ( ) , function ( ) { " use strict " ; window . NavigationView = Backbone . View . extend ( { el : " # navigationBar " , subEl : " # subNavigationBar " , events : { " change # arangoCollectionSelect " : " navigateBySelect " , " click . tab " : " navigateByTab " , " click li " : " switchTab " , " click . arangodbLogo " : " selectMenuItem " , " mouseenter . dropdown > * " : " showDropdown " , " click . shortcut - icons p " : " showShortcutModal " , " mouseleave . dropdown " : " hideDropdown " } , renderFirst : ! 0 , activeSubMenu : void 0 , changeDB : function ( ) { window . location . hash = " # login " } , initialize : function ( a ) { var b = this ; this . userCollection = a . userCollection , this . currentDB = a . currentDB , this . dbSelectionView = new window . DBSelectionView ( { collection : a . database , current : this . currentDB } ) , this . userBarView = new window . UserBarView ( { userCollection : this . userCollection } ) , this . notificationView = new window . NotificationView ( { collection : a . notificationCollection } ) , this . statisticBarView = new window . StatisticBarView ( { currentDB : this . currentDB } ) , this . isCluster = a . isCluster , this . handleKeyboardHotkeys ( ) , Backbone . history . on ( " all " , function ( ) { b . selectMenuItem ( ) } ) } , showShortcutModal : function ( ) { arangoHelper . hotkeysFunctions . showHotkeysModal ( ) } , handleSelectDatabase : function ( ) { this . dbSelectionView . render ( $ ( " # dbSelect " ) ) } , template : templateEngine . createTemplate ( " navigationView . ejs " ) , templateSub : templateEngine . createTemplate ( " subNavigationView . ejs " ) , render : function ( ) { var a = this ; $ ( this . el ) . html ( this . template . render ( { currentDB : this . currentDB , isCluster : this . isCluster } ) ) , " _system " ! = = this . currentDB . get ( " name " ) & & $ ( " # dashboard " ) . parent ( ) . remove ( ) , $ ( this . subEl ) . html ( this . templateSub . render ( { currentDB : this . currentDB . toJSON ( ) } ) ) , this . dbSelectionView . render ( $ ( " # dbSelect " ) ) ; var b = function ( a ) { a | | this . userBarView . render ( ) } . bind ( this ) ; return this . userCollection . whoAmI ( b ) , this . renderFirst & & ( this . renderFirst = ! 1 , this . selectMenuItem ( ) , $ ( " . arangodbLogo " ) . on ( " click " , function ( ) { a . selectMenuItem ( ) } ) , $ ( " # dbStatus " ) . on ( " click " , function ( ) { a . changeDB ( ) } ) ) , this } , navigateBySelect : function ( ) { var a = $ ( " # arangoCollectionSelect " ) . find ( " option : selected " ) . val ( ) ; window . App . navigate ( a , { trigger : ! 0 } ) } , handleKeyboardHotkeys : function ( ) { arangoHelper . enableKeyboardHotkeys ( ! 0 ) } , navigateByTab : function ( a ) { var b = a . target | | a . srcElement , c = b . id , d = ! 1 ; $ ( b ) . hasClass ( " fa " ) | | ( " " = = = c & & ( c = $ ( b ) . attr ( " class " ) ) , " links " = = = c ? ( d = ! 0 , $ ( " # link_dropdown " ) . slideToggle ( 1 ) , a . preventDefault ( ) ) : " tools " = = = c ? ( d = ! 0 , $ ( " # tools_dropdown " ) . slideToggle ( 1 ) , a . preventDefault ( ) ) : " dbselection " = = = c & & ( d = ! 0 , $ ( " # dbs_dropdown " ) . slideToggle ( 1 ) , a . preventDefault ( ) ) , d | | ( window . App . navigate ( c , { trigger : ! 0 } ) , a . preventDefault ( ) ) ) } , handleSelectNavigation : function ( ) { var a = this ; $ ( " # arangoCollectionSelect " ) . change ( function ( ) { a . navigateBySelect ( ) } ) } , subViewConfig : { documents : " collections " , collection : " collections " } , subMenuConfig : { cluster : [ { name : " Dashboard " , view : void 0 , active : ! 0 } , { name : " Logs " , view : void 0 , disabled : ! 0 } ] , collections : [ { name : " " , view : void 0 , active : ! 1 } ] , queries : [ { name : " Editor " , route : " query " , active : ! 0 } , { name : " Running Queries " , route : " queryManagement " , params : { active : ! 0 } , active : void 0 } , { name : " Slow Query History " , route : " queryManagement " , params : { active : ! 1 } , active : void 0 } ] } , renderSubMenu : function ( a ) { var b = this ; if ( void 0 = = = a & & ( a = window . isCluster ? " cluster " : " dashboard " ) , this . subMenuConfig [ a ] ) { $ ( this . subEl + " . bottom " ) . html ( " " ) ; var c = " " ; _ . each ( this . subMenuConfig [ a ] , function ( a ) { c = a . active ? " active " : " " , a . disabled & & ( c = " disabled " ) , $ ( b . subEl + " . bottom " ) . append ( ' < li class = " subMenuEntry ' + c + ' " > < a > ' + a . name + " < / a > < / li > " ) , a . disabled | | $ ( b . subEl + " . bottom " ) . children ( ) . last ( ) . bind ( " click " , function ( c ) { b . activeSubMenu = a , b . renderSubView ( a , c ) } ) } ) } } , renderSubView : function ( a , b ) { window . App [ a . route ] & & ( window . App [ a . route ] . resetState & & window . App [ a . route ] . resetState ( ) , window . App [ a . route ] ( ) ) , $ ( this . subEl + " . bottom " ) . children ( ) . removeClass ( " active " ) , $ ( b . currentTarget ) . addClass ( " active " ) } , switchTab : function ( a ) { var b = $ ( a . currentTarget ) . children ( ) . first ( ) . attr ( " id " ) ; b & & this . selectMenuItem ( b + " - menu " ) } , selectMenuItem : function ( a , b ) { void 0 = = = a & & ( a = window . location . hash . split ( " / " ) [ 0 ] , a = a . substr ( 1 , a . length - 1 ) ) , " " = = = a ? a = window . App . isCluster ? " cluster " : " dashboard " : ( " cNodes " = = = a | | " dNodes " = = = a ) & & ( a = " nodes " ) ; try { this . renderSubMenu ( a . split ( " - " ) [ 0 ] ) } catch ( c ) { this . renderSubMenu ( a ) } $ ( " . navlist li " ) . removeClass ( " active " ) , " string " = = typeof a & & ( b ? $ ( " . " + this . subViewConfig [ a ] + " - menu " ) . addClass ( " active " ) : a & & ( $ ( " . " + a ) . addClass ( " active " ) , $ ( " . " + a + " - menu " ) . addClass ( " active " ) ) ) , arangoHelper . hideArangoNotifications ( ) } , showSubDropdown : function ( a ) { console . log ( $ ( a . currentTarget ) ) , console . log ( $ ( a . currentTarget ) . find ( " . subBarDropdown " ) ) , $ ( a . currentTarget ) . find ( " . subBarDropdown " ) . toggle ( ) } , showDropdown : function ( a ) { var b = a . target | | a . srcElement , c = b . id ; " links " = = = c | | " link_dropdown " = = = c | | " links " = = = a . currentTarget . id ? $ ( " # link_dropdown " ) . fadeIn ( 1 ) : " tools " = = = c | | " tools_dropdown " = = = c | | " tools " = = = a . currentTarget . id ? $ ( " # tools_dropdown " ) . fadeIn ( 1 ) : ( " dbselection " = = = c | | " dbs_dropdown " = = = c | | " dbselection " = = = a . currentTarget . id ) & & $ ( " # dbs_dropdown " ) . fadeIn ( 1 ) } , hideDropdown : function ( a ) { var b = a . target | | a . srcElement ; b = $ ( b ) . parent ( ) , $ ( " # link_dropdown " ) . fadeOut ( 1 ) , $ ( " # tools_dropdown " ) . fadeOut ( 1 ) , $ ( " # dbs_dropdown " ) . fadeOut ( 1 ) } } ) } ( ) , function ( ) { " use strict " ; window . NodeView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " nodeView . ejs " ) , interval : 5e3 , dashboards : [ ] , events : { } , initialize : function ( a ) { window . App . isCluster & & ( this . coordinators = a . coordinators , this . dbServers = a . dbServers , this . coordname = a . coordname , this . updateServerTime ( ) , window . setInterval ( function ( ) { if ( 0 = = = window . location . hash . indexOf ( " # node / " ) ) ; } , this . interval ) ) } , breadcrumb : function ( a ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " Node : " + a ) } , render : function ( ) { this . $ el . html ( this . template . render ( { coords : [ ] } ) ) ; var a = function ( ) { this . continueRender ( ) , this . breadcrumb ( this . coordname ) , $ ( window ) . trigger ( " resize " ) } . bind ( this ) , b = function ( ) { console . log ( " " ) } ; this . initCoordDone | | this . waitForCoordinators ( b ) , this . initDBDone ? ( this . coordname = window . location . hash . split ( " / " ) [ 1 ] , this . coordinator = this . coordinators . findWhere ( { name : this . coordname } ) , a ( ) ) : this . waitForDBServers ( a ) } , continueRender : function ( ) { var a = this ; this . dashboards [ this . coordinator . get ( " name " ) ] = new window . DashboardView ( { dygraphConfig : window . dygraphConfig , database : window . App . arangoDatabase , serverToShow : { raw : this . coordinator . get ( " address " ) , isDBServer : ! 1 , endpoint : this . coordinator . get ( " protocol " ) + " : / / " + this . coordinator . get ( " address " ) , target : this . coordinator . get ( " name " ) } } ) , this . dashboards [ this . coordinator . get ( " name " ) ] . render ( ) , window . setTimeout ( function ( ) { a . dashboards [ a . coordinator . get ( " name " ) ] . resize ( ) } , 500 ) } , waitForCoordinators : function ( a ) { var b = this ; window . setTimeout ( function ( ) { 0 = = = b . coordinators . length ? b . waitForCoordinators ( a ) : ( b . coordinator = b . coordinators . findWhere ( { name : b . coordname } ) , b . initCoordDone = ! 0 , a ( ) ) } , 200 ) } , waitForDBServers : function ( a ) { var b = this ; window . setTimeout ( function ( ) { 0 = = = b . dbServers [ 0 ] . length ? b . waitForDBServers ( a ) : ( b . initDBDone = ! 0 , b . dbServer = b . dbServers [ 0 ] , b . dbServer . each ( function ( a ) { " DBServer1 " = = = a . get ( " name " ) & & ( b . dbServer = a ) } ) , a ( ) ) } , 200 ) } , updateServerTime : function ( ) { this . serverTime = ( new Date ) . getTime ( ) } } ) } ( ) , function ( ) { " use strict " ; window . NodesView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " nodesView . ejs " ) , interval : 5e3 , knownServers : [ ] , events : { " click # nodesContent . pure - table - body . pure - table - row " : " navigateToNode " } , initialize : function ( a ) { clearInterval ( this . intervalFunction ) , window . App . isCluster & & ( this . dbServers = a . dbServers , this . coordinators = a . coordinators , this . updateServerTime ( ) , this . toRender = a . toRender , this . intervalFunction = window . setInterval ( function ( ) { ( " # cNodes " = = = window . location . hash | | " # dNodes " = = = window . location . hash | | " # nodes " = = = window . location . hash ) & & console . log ( " rerender health " ) } , this . interval ) ) } , navigateToNode : function ( a ) { if ( " # dNodes " ! = = window . location . hash ) { var b = $ ( a . currentTarget ) . attr ( " node " ) ; window . App . navigate ( " # node / " + encodeURIComponent ( b ) , { trigger : ! 0 } ) } } , render : function ( ) { var a = function ( ) { this . continueRender ( ) } . bind ( this ) ; this . initDoneCoords ? a ( ) : this . waitForCoordinators ( a ) } , continueRender : function ( ) { var a ; a = " coordinator " = = = this . toRender ? this . coordinators . toJSON ( ) : this . dbServers . toJSON ( ) , this . $ el . html ( this . template . render ( { coords : a , type : this . toRender } ) ) , window . arangoHelper . buildNodesSubNav ( this . toRender ) } , waitForCoordinators : function ( a ) { var b = this ; window . setTimeout ( function ( ) { 0 = = = b . coordinators . length ? b . waitForCoordinators ( a ) : ( this . initDoneCoords = ! 0 , a ( ) ) } , 200 ) } , updateServerTime : function ( ) { this . serverTime = ( new Date ) . getTime ( ) } } ) } ( ) , function ( ) { " use strict " ; window . NotificationView = Backbone . View . extend ( { events : { " click . navlogo # stat_hd " : " toggleNotification " , " click . notificationItem . fa " : " removeNotification " , " click # removeAllNotifications " : " removeAllNotifications " } , initialize : function ( ) { this . collection . bind ( " add " , this . renderNotifications . bind ( this ) ) , this . collection . bind ( " remove " , this . renderNotifications . bind ( this ) ) , this . collection . bind ( " reset " , this . renderNotifications . bind ( this ) ) , window . setTimeout ( function ( ) { frontendConfig . authenticationEnabled = = = ! 1 & & window . arangoHelper . arangoWarning ( " Warning " , " Authentication is disabled . Do not use this setup in production mode . " ) } , 2e3 ) } , notificationItem : templateEngine . createTemplate ( " notificationItem . ejs " ) , el : " # notificationBar " , template : templateEngine . createTemplate ( " notificationView . ejs " ) , toggleNotification : function ( ) { var a = this . collection . length ; 0 ! = = a & & $ ( " # notification_menu " ) . toggle ( ) } , removeAllNotifications : function ( ) { $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) , this . collection . reset ( ) , $ ( " # notification_menu " ) . hide ( ) } , removeNotification : function ( a ) { var b = a . target . id ; this . collection . get ( b ) . destroy ( ) } , renderNotifications : function ( a , b , c ) { if ( c & & c . add ) { var d , e = this . collection . at ( this . collection . length - 1 ) , f = e . get ( " title " ) , g = 3e3 , h = [ " click " ] ; if ( e . get ( " content " ) & & ( f = f + " : " + e . get ( " content " ) ) , " error " = = = e . get ( " type " ) ? ( g = ! 1 , h = [ " button " ] , d = [ { addClass : " button - danger " , text : " Close " , onClick : function ( a ) { a . close ( ) } } ] ) : " warning " = = = e . get ( " type " ) & & ( g = 2e4 ) , $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) , noty ( { theme : " relax " , text : f , template : ' < div class = " noty_message arango_message " > < div > < i class = " fa fa - close " > < / i > < / div > < span class = " noty_text arango_text " > < / span > < div class = " noty_close arango_close " > < / div > < / div > ' , maxVisible : 1 , closeWith : [ " click " ] , type : e . get ( " type " ) , layout : " bottom " , timeout : g , buttons : d , animation : { open : { height : " show " } , close : { height : " hide " } , easing : " swing " , speed : 200 , closeWith : h } } ) , " success " = = = e . get ( " type " ) ) return void e . destroy ( ) } $ ( " # stat_hd_counter " ) . text ( this . collection . length ) , 0 = = = this . collection . length ? ( $ ( " # stat_hd " ) . removeClass ( " fullNotification " ) , $ ( " # notification_menu " ) . hide ( ) ) : $ ( " # stat_hd " ) . addClass ( " fullNotification " ) , $ ( " . innerDropdownInnerUL " ) . html ( this . notificationItem . render ( { notifications : this . collection } ) ) , $ ( " . notificationInfoIcon " ) . tooltip ( { position : { my : " left top " , at : " right + 55 top - 1 " } } ) } , render : function ( ) { return $ ( this . el ) . html ( this . template . render ( { notifications : this . collection } ) ) , this . renderNotifications ( ) , this . delegateEvents ( ) , this . el } } ) } ( ) , function ( ) { " use strict " ; window . ProgressView = Backbone . View . extend ( { template : templateEngine . createTemplate ( " progressBase . ejs " ) , el : " # progressPlaceholder " , el2 : " # progressPlaceholderIcon " , toShow : ! 1 , lastDelay : 0 , action : function ( ) { } , events : { " click . progress - action button " : " performAction " } , performAction : function ( ) { " function " = = typeof this . action & & this . action ( ) , window . progressView . hide ( ) } , initialize : function ( ) { } , showWithDelay : function ( a , b , c , d ) { var e = this ; e . toShow = ! 0 , e . lastDelay = a , setTimeout ( function ( ) { e . toShow = = = ! 0 & & e . show ( b , c , d ) } , e . lastDelay ) } , show : function ( a , b , c ) { $ ( this . el ) . html ( this . template . render ( { } ) ) , $ ( " . progress - text " ) . text ( a ) , c ? $ ( " . progress - action " ) . html ( ' < button class = " button - danger " > ' + c + " < / button > " ) : $ ( " . progress - action " ) . html ( ' < button class = " button - danger " > Cancel < / button > ' ) , b ? this . action = b : this . action = this . hide ( ) , $ ( this . el ) . show ( ) } , hide : function ( ) { var a = this ; a . toShow = ! 1 , $ ( this . el ) . hide ( ) , this . action = function ( ) { } } } ) } ( ) , function ( ) { " use strict " ; window . queryManagementView = Backbone . View . extend ( { el : " # content " , id : " # queryManagementContent " , templateActive : templateEngine . createTemplate ( " queryManagementViewActive . ejs " ) , templateSlow : templateEngine . createTemplate ( " queryManagementViewSlow . ejs " ) , table : templateEngine . createTemplate ( " arangoTable . ejs " ) , active : ! 0 , shouldRender : ! 0 , timer : 0 , refreshRate : 2e3 , initialize : function ( ) { var a = this ; this . activeCollection = new window . QueryManagementActive , this . slowCollection = new window . QueryManagementSlow , this . convertModelToJSON ( ! 0 ) , window . setInterval ( function ( ) { " # queries " = = = window . location . hash & & window . VISIBLE & & a . shouldRender & & " queryManagement " = = = arangoHelper . getCurrentSub ( ) . route & & ( a . active ? $ ( " # arangoQueryManagementTable " ) . is ( " : visible " ) & & a . convertModelToJSON ( ! 0 ) : $ ( " # arangoQueryManagementTable " ) . is ( " : visible " ) & & a . convertModelToJSON ( ! 1 ) ) } , a . refreshRate ) } , events : { " click # deleteSlowQueryHistory " : " deleteSlowQueryHistoryModal " , " click # arangoQueryManagementTable . fa - minus - circle " : " deleteRunningQueryModal " } , tableDescription : { id : " arangoQueryManagementTable " , titles : [ " ID " , " Query String " , " Runtime " , " Started " , " " ] , rows : [ ] , unescaped : [ ! 1 , ! 1 , ! 1 , ! 1 , ! 0 ] } , deleteRunningQueryModal : function ( a ) { this . killQueryId = $ ( a . currentTarget ) . attr ( " data - id " ) ; var b = [ ] , c = [ ] ; c . push ( window . modalView . createReadOnlyEntry ( void 0 , " Running Query " , " Do you want to kill the running query ? " , void 0 , void 0 , ! 1 , void 0 ) ) , b . push ( window . modalView . createDeleteButton ( " Kill " , this . killRunningQuery . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Kill Running Query " , b , c ) , $ ( " . modal - delete - confirmation strong " ) . html ( " Really kill ? " ) } , killRunningQuery : function ( ) { this . collection . killRunningQuery ( this . killQueryId , this . killRunningQueryCallback . bind ( this ) ) , window . modalView . hide ( ) } , killRunningQueryCallback : function ( ) { this . convertModelToJSON ( ! 0 ) , this . renderActive ( ) } , deleteSlowQueryHistoryModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createReadOnlyEntry ( void 0 , " Slow Query Log " , " Do you want to delete the slow query log entries ? " , void 0 , void 0 , ! 1 , void 0 ) ) , a . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteSlowQueryHistory . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Delete Slow Query Log " , a , b ) } , deleteSlowQueryHistory : function ( ) { this . collection . deleteSlowQueryHistory ( this . slowQueryCallback . bind ( this ) ) , window . modalView . hide ( ) } , slowQueryCallback : function ( ) { this . convertModelToJSON ( ! 1 ) , this . renderSlow ( ) } , render : function ( ) { var a = arangoHelper . getCurrentSub ( ) ; a . params . active ? ( this . active = ! 0 , this . convertModelToJSON ( ! 0 ) ) : ( this . active = ! 1 , this . convertModelToJSON ( ! 1 ) ) } , addEvents : function ( ) { var a = this ; $ ( " # queryManagementContent tbody " ) . on ( " mousedown " , function ( ) { clearTimeout ( a . timer ) , a . shouldRender = ! 1 } ) , $ ( " # queryManagementContent tbody " ) . on ( " mouseup " , function ( ) { a . timer = window . setTimeout ( function ( ) { a . shouldRender = ! 0 } , 3e3 ) } ) } , renderActive : function ( ) { this . $ el . html ( this . templateActive . render ( { } ) ) , $ ( this . id ) . append ( this . table . render ( { content : this . tableDescription } ) ) , $ ( " # activequeries " ) . addClass ( " arango - active - tab " ) , this . addEvents ( ) } , renderSlow : function ( ) { this . $ el . html ( this . templateSlow . render ( { } ) ) , $ ( this . id ) . append ( this . table . render ( { content : this . tableDescription } ) ) , $ ( " # slowqueries " ) . addClass ( " arango - active - tab " ) , this . addEvents ( ) } , convertModelToJSON : function ( a ) { var b = this , c = [ ] ; a = = = ! 0 ? this . collection = this . activeCollection : this . collection = this . slowCollection , this . collection . fetch ( { success : function ( ) { b . collection . each ( function ( b ) { var d = " " ; a & & ( d = ' < i data - id = " ' + b . get ( " id " ) + ' " class = " fa fa - minus - circle " > < / i > ' ) , c . push ( [ b . get ( " id " ) , b . get ( " query " ) , b . get ( " runTime " ) . toFixed ( 2 ) + " s " , b . get ( " started " ) , d ] ) } ) ; var d = " No running queries . " ; a | | ( d = " No slow queries . " ) , 0 = = = c . length & & c . push ( [ d , " " , " " , " " , " " ] ) , b . tableDescription . rows = c , a ? b . renderActive ( ) : b . renderSlow ( ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . queryView = Backbone . View . extend ( { el : " # content " , id : " # customsDiv " , warningTemplate : templateEngine . createTemplate ( " warningList . ejs " ) , tabArray : [ ] , execPending : ! 1 , initialize : function ( ) { this . refreshAQL ( ) , this . tableDescription . rows = this . customQueries } , events : { " click # result - switch " : " switchTab " , " click # query - switch " : " switchTab " , " click # customs - switch " : " switchTab " , " click # submitQueryButton " : " submitQuery " , " click # explainQueryButton " : " explainQuery " , " click # commentText " : " commentText " , " click # uncommentText " : " uncommentText " , " click # undoText " : " undoText " , " click # redoText " : " redoText " , " click # smallOutput " : " smallOutput " , " click # bigOutput " : " bigOutput " , " click # clearOutput " : " clearOutput " , " click # clearInput " : " clearInput " , " click # clearQueryButton " : " clearInput " , " click # addAQL " : " addAQL " , " mouseover # querySelect " : function ( ) { this . refreshAQL ( ! 0 ) } , " change # querySelect " : " importSelected " , " keypress # aqlEditor " : " aqlShortcuts " , " click # arangoQueryTable . table - cell0 " : " editCustomQuery " , " click # arangoQueryTable . table - cell1 " : " editCustomQuery " , " click # arangoQueryTable . table - cell2 a " : " deleteAQL " , " click # confirmQueryImport " : " importCustomQueries " , " click # confirmQueryExport " : " exportCustomQueries " , " click # export - query " : " exportCustomQueries " , " click # import - query " : " openExportDialog " , " click # closeQueryModal " : " closeExportDialog " , " click # downloadQueryResult " : " downloadQueryResult " } , openExportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " show " ) } , closeExportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " hide " ) } , createCustomQueryModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createTextEntry ( " new - query - name " , " Name " , " " , void 0 , void 0 , ! 1 , [ { rule : Joi . string ( ) . required ( ) , msg : " No query name given . " } ] ) ) , a . push ( window . modalView . createSuccessButton ( " Save " , this . saveAQL . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Save Query " , a , b , void 0 , void 0 , { " keyup # new - query - name " : this . listenKey . bind ( this ) } ) } , updateTable : function ( ) { this . tableDescription . rows = this . customQueries , _ . each ( this . tableDescription . rows , function ( a ) { a . thirdRow = ' < a class = " deleteButton " > < span class = " icon_arangodb_roundminus " title = " Delete query " > < / span > < / a > ' , a . hasOwnProperty ( " parameter " ) & & delete a . parameter } ) , this . tableDescription . unescaped = [ ! 1 , ! 1 , ! 0 ] , this . $ ( this . id ) . html ( this . table . render ( { content : this . tableDescription } ) ) } , editCustomQuery : function ( a ) { var b = $ ( a . target ) . parent ( ) . children ( ) . first ( ) . text ( ) , c = ace . edit ( " aqlEditor " ) , d = ace . edit ( " varsEditor " ) ; c . setValue ( this . getCustomQueryValueByName ( b ) ) , d . setValue ( JSON . stringify ( this . getCustomQueryParameterByName ( b ) ) ) , this . deselect ( d ) , this . deselect ( c ) , $ ( " # querySelect " ) . val ( b ) , this . switchTab ( " query - switch " ) } , initTabArray : function ( ) { <nl> + var a = this ; $ ( " . arango - tab " ) . children ( ) . each ( function ( ) { a . tabArray . push ( $ ( this ) . children ( ) . first ( ) . attr ( " id " ) ) } ) } , listenKey : function ( a ) { 13 = = = a . keyCode & & this . saveAQL ( a ) , this . checkSaveName ( ) } , checkSaveName : function ( ) { var a = $ ( " # new - query - name " ) . val ( ) ; if ( " Insert Query " = = = a ) return void $ ( " # new - query - name " ) . val ( " " ) ; var b = this . customQueries . some ( function ( b ) { return b . name = = = a } ) ; b ? ( $ ( " # modalButton1 " ) . removeClass ( " button - success " ) , $ ( " # modalButton1 " ) . addClass ( " button - warning " ) , $ ( " # modalButton1 " ) . text ( " Update " ) ) : ( $ ( " # modalButton1 " ) . removeClass ( " button - warning " ) , $ ( " # modalButton1 " ) . addClass ( " button - success " ) , $ ( " # modalButton1 " ) . text ( " Save " ) ) } , clearOutput : function ( ) { var a = ace . edit ( " queryOutput " ) ; a . setValue ( " " ) } , clearInput : function ( ) { var a = ace . edit ( " aqlEditor " ) , b = ace . edit ( " varsEditor " ) ; this . setCachedQuery ( a . getValue ( ) , b . getValue ( ) ) , a . setValue ( " " ) , b . setValue ( " " ) } , smallOutput : function ( ) { var a = ace . edit ( " queryOutput " ) ; a . getSession ( ) . foldAll ( ) } , bigOutput : function ( ) { var a = ace . edit ( " queryOutput " ) ; a . getSession ( ) . unfold ( ) } , aqlShortcuts : function ( a ) { a . ctrlKey & & 13 = = = a . keyCode ? this . submitQuery ( ) : a . metaKey & & ! a . ctrlKey & & 13 = = = a . keyCode & & this . submitQuery ( ) } , queries : [ ] , customQueries : [ ] , tableDescription : { id : " arangoQueryTable " , titles : [ " Name " , " Content " , " " ] , rows : [ ] } , template : templateEngine . createTemplate ( " queryView . ejs " ) , table : templateEngine . createTemplate ( " arangoTable . ejs " ) , render : function ( ) { var a = this ; this . $ el . html ( this . template . render ( { } ) ) , this . $ ( this . id ) . html ( this . table . render ( { content : this . tableDescription } ) ) ; var b = 1e3 , c = $ ( " # querySize " ) ; c . empty ( ) , [ 100 , 250 , 500 , 1e3 , 2500 , 5e3 , 1e4 , " all " ] . forEach ( function ( a ) { c . append ( ' < option value = " ' + _ . escape ( a ) + ' " ' + ( b = = = a ? " selected " : " " ) + " > " + _ . escape ( a ) + " results < / option > " ) } ) ; var d = ace . edit ( " queryOutput " ) ; d . setReadOnly ( ! 0 ) , d . setHighlightActiveLine ( ! 1 ) , d . getSession ( ) . setMode ( " ace / mode / json " ) , d . setFontSize ( " 13px " ) , d . setValue ( " " ) ; var e = ace . edit ( " aqlEditor " ) ; e . getSession ( ) . setMode ( " ace / mode / aql " ) , e . setFontSize ( " 13px " ) , e . commands . addCommand ( { name : " togglecomment " , bindKey : { win : " Ctrl - Shift - C " , linux : " Ctrl - Shift - C " , mac : " Command - Shift - C " } , exec : function ( a ) { a . toggleCommentLines ( ) } , multiSelectAction : " forEach " } ) ; var f = ace . edit ( " varsEditor " ) ; f . getSession ( ) . setMode ( " ace / mode / aql " ) , f . setFontSize ( " 13px " ) , f . commands . addCommand ( { name : " togglecomment " , bindKey : { win : " Ctrl - Shift - C " , linux : " Ctrl - Shift - C " , mac : " Command - Shift - C " } , exec : function ( a ) { a . toggleCommentLines ( ) } , multiSelectAction : " forEach " } ) ; var g = this . getCachedQuery ( ) ; null ! = = g & & void 0 ! = = g & & " " ! = = g & & ( e . setValue ( g . query ) , " " = = = g . parameter | | void 0 = = = g ? f . setValue ( " { } " ) : f . setValue ( g . parameter ) ) ; var h = function ( ) { var b = e . getSession ( ) , c = e . getCursorPosition ( ) , d = b . getTokenAt ( c . row , c . column ) ; d & & ( " comment " = = = d . type ? $ ( " # commentText i " ) . removeClass ( " fa - comment " ) . addClass ( " fa - comment - o " ) . attr ( " data - original - title " , " Uncomment " ) : $ ( " # commentText i " ) . removeClass ( " fa - comment - o " ) . addClass ( " fa - comment " ) . attr ( " data - original - title " , " Comment " ) ) ; var g = e . getValue ( ) , h = f . getValue ( ) ; 1 = = = g . length & & ( g = " " ) , 1 = = = h . length & & ( h = " " ) , a . setCachedQuery ( g , h ) } ; e . getSession ( ) . selection . on ( " changeCursor " , function ( ) { h ( ) } ) , f . getSession ( ) . selection . on ( " changeCursor " , function ( ) { h ( ) } ) , $ ( " # queryOutput " ) . resizable ( { handles : " s " , ghost : ! 0 , stop : function ( ) { setTimeout ( function ( ) { var a = ace . edit ( " queryOutput " ) ; a . resize ( ) } , 200 ) } } ) , arangoHelper . fixTooltips ( " . vars - editor - header i , . queryTooltips , . icon_arangodb " , " top " ) , $ ( " # aqlEditor . ace_text - input " ) . focus ( ) ; var i = $ ( window ) . height ( ) - 295 ; return $ ( " # aqlEditor " ) . height ( i - 100 - 29 ) , $ ( " # varsEditor " ) . height ( 100 ) , $ ( " # queryOutput " ) . height ( i ) , e . resize ( ) , d . resize ( ) , this . initTabArray ( ) , this . renderSelectboxes ( ) , this . deselect ( f ) , this . deselect ( d ) , this . deselect ( e ) , $ ( " # queryDiv " ) . show ( ) , $ ( " # customsDiv " ) . show ( ) , this . initQueryImport ( ) , this . switchTab ( " query - switch " ) , this } , getCachedQuery : function ( ) { if ( " undefined " ! = = Storage ) { var a = localStorage . getItem ( " cachedQuery " ) ; if ( void 0 ! = = a ) { var b = JSON . parse ( a ) ; return b } } } , setCachedQuery : function ( a , b ) { if ( " undefined " ! = = Storage ) { var c = { query : a , parameter : b } ; localStorage . setItem ( " cachedQuery " , JSON . stringify ( c ) ) } } , initQueryImport : function ( ) { var a = this ; a . allowUpload = ! 1 , $ ( " # importQueries " ) . change ( function ( b ) { a . files = b . target . files | | b . dataTransfer . files , a . file = a . files [ 0 ] , a . allowUpload = ! 0 , $ ( " # confirmQueryImport " ) . removeClass ( " disabled " ) } ) } , importCustomQueries : function ( ) { var a = this ; if ( this . allowUpload = = = ! 0 ) { var b = function ( ) { this . collection . fetch ( { success : function ( ) { a . updateLocalQueries ( ) , a . renderSelectboxes ( ) , a . updateTable ( ) , a . allowUpload = ! 1 , $ ( " # customs - switch " ) . click ( ) , $ ( " # confirmQueryImport " ) . addClass ( " disabled " ) , $ ( " # queryImportDialog " ) . modal ( " hide " ) } , error : function ( a ) { arangoHelper . arangoError ( " Custom Queries " , a . responseText ) } } ) } . bind ( this ) ; a . collection . saveImportQueries ( a . file , b . bind ( this ) ) } } , downloadQueryResult : function ( ) { var a = ace . edit ( " aqlEditor " ) , b = a . getValue ( ) ; " " ! = = b | | void 0 ! = = b | | null ! = = b ? window . open ( " query / result / download / " + encodeURIComponent ( btoa ( JSON . stringify ( { query : b } ) ) ) ) : arangoHelper . arangoError ( " Query error " , " could not query result . " ) } , exportCustomQueries : function ( ) { var a , b = { } , c = [ ] ; _ . each ( this . customQueries , function ( a ) { c . push ( { name : a . name , value : a . value , parameter : a . parameter } ) } ) , b = { extra : { queries : c } } , $ . ajax ( " whoAmI ? _ = " + Date . now ( ) ) . success ( function ( b ) { a = b . user , ( null = = = a | | a = = = ! 1 ) & & ( a = " root " ) , window . open ( " query / download / " + encodeURIComponent ( a ) ) } ) } , deselect : function ( a ) { var b = a . getSelection ( ) , c = b . lead . row , d = b . lead . column ; b . setSelectionRange ( { start : { row : c , column : d } , end : { row : c , column : d } } ) , a . focus ( ) } , addAQL : function ( ) { this . refreshAQL ( ! 0 ) , this . createCustomQueryModal ( ) , $ ( " # new - query - name " ) . val ( $ ( " # querySelect " ) . val ( ) ) , setTimeout ( function ( ) { $ ( " # new - query - name " ) . focus ( ) } , 500 ) , this . checkSaveName ( ) } , getAQL : function ( a ) { var b = this ; this . collection . fetch ( { success : function ( ) { var c = localStorage . getItem ( " customQueries " ) ; if ( c ) { var d = JSON . parse ( c ) ; _ . each ( d , function ( a ) { b . collection . add ( { value : a . value , name : a . name } ) } ) ; var e = function ( a , b ) { a ? arangoHelper . arangoError ( " Custom Queries " , " Could not import old local storage queries " ) : localStorage . removeItem ( " customQueries " ) } . bind ( b ) ; b . collection . saveCollectionQueries ( e ) } b . updateLocalQueries ( ) , a & & a ( ) } } ) } , deleteAQL : function ( a ) { var b = function ( a ) { a ? arangoHelper . arangoError ( " Query " , " Could not delete query . " ) : ( this . updateLocalQueries ( ) , this . renderSelectboxes ( ) , this . updateTable ( ) ) } . bind ( this ) , c = $ ( a . target ) . parent ( ) . parent ( ) . parent ( ) . children ( ) . first ( ) . text ( ) , d = this . collection . findWhere ( { name : c } ) ; this . collection . remove ( d ) , this . collection . saveCollectionQueries ( b ) } , updateLocalQueries : function ( ) { var a = this ; this . customQueries = [ ] , this . collection . each ( function ( b ) { a . customQueries . push ( { name : b . get ( " name " ) , value : b . get ( " value " ) , parameter : b . get ( " parameter " ) } ) } ) } , saveAQL : function ( a ) { a . stopPropagation ( ) , this . refreshAQL ( ) ; var b = ace . edit ( " aqlEditor " ) , c = ace . edit ( " varsEditor " ) , d = $ ( " # new - query - name " ) . val ( ) , e = c . getValue ( ) ; if ( ! $ ( " # new - query - name " ) . hasClass ( " invalid - input " ) & & " " ! = = d . trim ( ) ) { var f = b . getValue ( ) , g = ! 1 ; if ( $ . each ( this . customQueries , function ( a , b ) { return b . name = = = d ? ( b . value = f , void ( g = ! 0 ) ) : void 0 } ) , g = = = ! 0 ) this . collection . findWhere ( { name : d } ) . set ( " value " , f ) ; else { if ( ( " " = = = e | | void 0 = = = e ) & & ( e = " { } " ) , " string " = = typeof e ) try { e = JSON . parse ( e ) } catch ( h ) { console . log ( " could not parse bind parameter " ) } this . collection . add ( { name : d , parameter : e , value : f } ) } var i = function ( a ) { if ( a ) arangoHelper . arangoError ( " Query " , " Could not save query " ) ; else { var b = this ; this . collection . fetch ( { success : function ( ) { b . updateLocalQueries ( ) , b . renderSelectboxes ( ) , $ ( " # querySelect " ) . val ( d ) } } ) } } . bind ( this ) ; this . collection . saveCollectionQueries ( i ) , window . modalView . hide ( ) } } , getSystemQueries : function ( a ) { var b = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : " js / arango / aqltemplates . json " , contentType : " application / json " , processData : ! 1 , success : function ( c ) { a & & a ( ! 1 ) , b . queries = c } , error : function ( ) { a & & a ( ! 0 ) , arangoHelper . arangoNotification ( " Query " , " Error while loading system templates " ) } } ) } , getCustomQueryValueByName : function ( a ) { return this . collection . findWhere ( { name : a } ) . get ( " value " ) } , getCustomQueryParameterByName : function ( a ) { return this . collection . findWhere ( { name : a } ) . get ( " parameter " ) } , refreshAQL : function ( a ) { var b = this , c = function ( c ) { if ( c ) arangoHelper . arangoError ( " Query " , " Could not reload Queries " ) ; else if ( b . updateLocalQueries ( ) , a ) { var d = $ ( " # querySelect " ) . val ( ) ; b . renderSelectboxes ( ) , $ ( " # querySelect " ) . val ( d ) } } . bind ( b ) , d = function ( ) { b . getSystemQueries ( c ) } . bind ( b ) ; this . getAQL ( d ) } , importSelected : function ( a ) { var b = ace . edit ( " aqlEditor " ) , c = ace . edit ( " varsEditor " ) ; _ . each ( this . queries , function ( d ) { $ ( " # " + a . currentTarget . id ) . val ( ) = = = d . name & & ( b . setValue ( d . value ) , d . hasOwnProperty ( " parameter " ) ? ( ( " " = = = d . parameter | | void 0 = = = d . parameter ) & & ( d . parameter = " { } " ) , " object " = = typeof d . parameter ? c . setValue ( JSON . stringify ( d . parameter ) ) : c . setValue ( d . parameter ) ) : c . setValue ( " { } " ) ) } ) , _ . each ( this . customQueries , function ( d ) { $ ( " # " + a . currentTarget . id ) . val ( ) = = = d . name & & ( b . setValue ( d . value ) , d . hasOwnProperty ( " parameter " ) ? ( ( " " = = = d . parameter | | void 0 = = = d . parameter | | " { } " = = = JSON . stringify ( d . parameter ) ) & & ( d . parameter = " { } " ) , c . setValue ( d . parameter ) ) : c . setValue ( " { } " ) ) } ) , this . deselect ( ace . edit ( " varsEditor " ) ) , this . deselect ( ace . edit ( " aqlEditor " ) ) } , renderSelectboxes : function ( ) { this . sortQueries ( ) ; var a = " " ; a = " # querySelect " , $ ( a ) . empty ( ) , $ ( a ) . append ( ' < option id = " emptyquery " > Insert Query < / option > ' ) , $ ( a ) . append ( ' < optgroup label = " Example queries " > ' ) , jQuery . each ( this . queries , function ( b , c ) { $ ( a ) . append ( ' < option id = " ' + _ . escape ( c . name ) + ' " > ' + _ . escape ( c . name ) + " < / option > " ) } ) , $ ( a ) . append ( " < / optgroup > " ) , this . customQueries . length > 0 & & ( $ ( a ) . append ( ' < optgroup label = " Custom queries " > ' ) , jQuery . each ( this . customQueries , function ( b , c ) { $ ( a ) . append ( ' < option id = " ' + _ . escape ( c . name ) + ' " > ' + _ . escape ( c . name ) + " < / option > " ) } ) , $ ( a ) . append ( " < / optgroup > " ) ) } , undoText : function ( ) { var a = ace . edit ( " aqlEditor " ) ; a . undo ( ) } , redoText : function ( ) { var a = ace . edit ( " aqlEditor " ) ; a . redo ( ) } , commentText : function ( ) { var a = ace . edit ( " aqlEditor " ) ; a . toggleCommentLines ( ) } , sortQueries : function ( ) { this . queries = _ . sortBy ( this . queries , " name " ) , this . customQueries = _ . sortBy ( this . customQueries , " name " ) } , readQueryData : function ( ) { var a = ace . edit ( " aqlEditor " ) , b = ace . edit ( " varsEditor " ) , c = a . session . getTextRange ( a . getSelectionRange ( ) ) , d = $ ( " # querySize " ) , e = { query : c | | a . getValue ( ) , id : " currentFrontendQuery " } ; " all " ! = = d . val ( ) & & ( e . batchSize = parseInt ( d . val ( ) , 10 ) ) ; var f = b . getValue ( ) ; if ( f . length > 0 ) try { var g = JSON . parse ( f ) ; 0 ! = = Object . keys ( g ) . length & & ( e . bindVars = g ) } catch ( h ) { return arangoHelper . arangoError ( " Query error " , " Could not parse bind parameters . " ) , ! 1 } return JSON . stringify ( e ) } , heatmapColors : [ " # 313695 " , " # 4575b4 " , " # 74add1 " , " # abd9e9 " , " # e0f3f8 " , " # ffffbf " , " # fee090 " , " # fdae61 " , " # f46d43 " , " # d73027 " , " # a50026 " ] , heatmap : function ( a ) { return this . heatmapColors [ Math . floor ( 10 * a ) ] } , followQueryPath : function ( a , b ) { var c = { } , d = 0 ; c [ b [ 0 ] . id ] = a ; var e , f , g , h ; for ( e = 1 ; e < b . length ; + + e ) for ( f = this . preparePlanNodeEntry ( b [ e ] , b [ e - 1 ] . estimatedCost ) , c [ b [ e ] . id ] = f , h = b [ e ] . dependencies , d = f . estimatedCost , g = 0 ; g < h . length ; + + g ) c [ h [ g ] ] . children . push ( f ) ; return console . log ( d ) , d } , preparePlanNodeEntry : function ( a , b ) { var c = { estimatedCost : a . estimatedCost , estimatedNrItems : a . estimatedNrItems , type : a . type , children : [ ] } ; switch ( a . type ) { case " SubqueryNode " : c . relativeCost = c . estimatedCost - this . followQueryPath ( c , a . subquery . nodes ) ; break ; default : c . relativeCost = c . estimatedCost - b | | c . estimatedCost } return c } , fillExplain : function ( a ) { var b = this , c = ace . edit ( " queryOutput " ) , d = this . readQueryData ( ) ; $ ( " . queryExecutionTime " ) . text ( " " ) , this . execPending = ! 1 , d & & ( window . progressView . show ( " Explain is operating . . . " ) , $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _admin / aardvark / query / explain / " ) , data : d , contentType : " application / json " , processData : ! 1 , success : function ( d ) { c . setValue ( d . msg ) , b . switchTab ( " result - switch " ) , window . progressView . hide ( ) , b . deselect ( c ) , $ ( " # downloadQueryResult " ) . hide ( ) , " function " = = typeof a & & a ( ) , $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) } , error : function ( b ) { window . progressView . hide ( ) ; try { var c = JSON . parse ( b . responseText ) ; arangoHelper . arangoError ( " Explain error " , c . errorNum ) } catch ( d ) { arangoHelper . arangoError ( " Explain error " , " ERROR " ) } window . progressView . hide ( ) , " function " = = typeof a & & a ( ) } } ) ) } , resize : function ( ) { } , checkQueryTimer : void 0 , queryCallbackFunction : function ( a , b ) { var c = this , d = ace . edit ( " queryOutput " ) , e = function ( ) { $ . ajax ( { url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( a ) + " / cancel " ) , type : " PUT " , success : function ( ) { window . clearTimeout ( c . checkQueryTimer ) , arangoHelper . arangoNotification ( " Query " , " Query canceled . " ) , window . progressView . hide ( ) } } ) } ; window . progressView . show ( " Query is operating . . . " , e , " Cancel Query " ) , $ ( " . queryExecutionTime " ) . text ( " " ) , this . execPending = ! 1 ; var f = function ( a ) { var b = " " ; a . extra & & a . extra . warnings & & a . extra . warnings . length > 0 & & ( b + = " Warnings : \ r \ n \ r \ n " , a . extra . warnings . forEach ( function ( a ) { b + = " [ " + a . code + " ] , ' " + a . message + " ' \ r \ n " } ) ) , " " ! = = b & & ( b + = " \ r \ nResult : \ r \ n \ r \ n " ) , d . setValue ( b + JSON . stringify ( a . result , void 0 , 2 ) ) } , g = function ( a ) { f ( a ) , c . switchTab ( " result - switch " ) , window . progressView . hide ( ) ; var e = " - " ; a & & a . extra & & a . extra . stats & & ( e = a . extra . stats . executionTime . toFixed ( 3 ) + " s " ) , $ ( " . queryExecutionTime " ) . text ( " Execution time : " + e ) , c . deselect ( d ) , $ ( " # downloadQueryResult " ) . show ( ) , " function " = = typeof b & & b ( ) } , h = function ( ) { $ . ajax ( { type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( a ) ) , contentType : " application / json " , processData : ! 1 , success : function ( a , b , d ) { 201 = = = d . status ? g ( a ) : 204 = = = d . status & & ( c . checkQueryTimer = window . setTimeout ( function ( ) { h ( ) } , 500 ) ) } , error : function ( a ) { try { var b = JSON . parse ( a . responseText ) ; b . errorMessage & & arangoHelper . arangoError ( " Query " , b . errorMessage ) } catch ( c ) { arangoHelper . arangoError ( " Query " , " Something went wrong . " ) } window . progressView . hide ( ) } } ) } ; h ( ) } , fillResult : function ( a ) { var b = this , c = ace . edit ( " queryOutput " ) ; c . setValue ( " " ) ; var d = this . readQueryData ( ) ; d & & $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _api / cursor " ) , headers : { " x - arango - async " : " store " } , data : d , contentType : " application / json " , processData : ! 1 , success : function ( c , d , e ) { e . getResponseHeader ( " x - arango - async - id " ) & & b . queryCallbackFunction ( e . getResponseHeader ( " x - arango - async - id " ) , a ) , $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) } , error : function ( d ) { b . switchTab ( " result - switch " ) , $ ( " # downloadQueryResult " ) . hide ( ) ; try { var e = JSON . parse ( d . responseText ) ; c . setValue ( " [ " + e . errorNum + " ] " + e . errorMessage ) } catch ( f ) { c . setValue ( " ERROR " ) , arangoHelper . arangoError ( " Query error " , " ERROR " ) } window . progressView . hide ( ) , " function " = = typeof a & & a ( ) } } ) } , submitQuery : function ( ) { var a = ace . edit ( " queryOutput " ) ; this . fillResult ( this . switchTab . bind ( this , " result - switch " ) ) , a . resize ( ) ; var b = ace . edit ( " aqlEditor " ) ; this . deselect ( b ) , $ ( " # downloadQueryResult " ) . show ( ) } , explainQuery : function ( ) { this . fillExplain ( ) } , switchTab : function ( a ) { var b ; b = " string " = = typeof a ? a : a . target . id ; var c = this , d = function ( a ) { var d = " # " + a . replace ( " - switch " , " " ) , e = " # tabContent " + d . charAt ( 1 ) . toUpperCase ( ) + d . substr ( 2 ) ; a = = = b ? ( $ ( " # " + a ) . parent ( ) . addClass ( " active " ) , $ ( d ) . addClass ( " active " ) , $ ( e ) . show ( ) , " query - switch " = = = b ? $ ( " # aqlEditor . ace_text - input " ) . focus ( ) : " result - switch " = = = b & & c . execPending & & c . fillResult ( ) ) : ( $ ( " # " + a ) . parent ( ) . removeClass ( " active " ) , $ ( d ) . removeClass ( " active " ) , $ ( e ) . hide ( ) ) } ; this . tabArray . forEach ( d ) , this . updateTable ( ) } } ) } ( ) , function ( ) { " use strict " ; window . queryView2 = Backbone . View . extend ( { el : " # content " , bindParamId : " # bindParamEditor " , myQueriesId : " # queryTable " , template : templateEngine . createTemplate ( " queryView2 . ejs " ) , table : templateEngine . createTemplate ( " arangoTable . ejs " ) , outputDiv : " # outputEditors " , outputTemplate : templateEngine . createTemplate ( " queryViewOutput . ejs " ) , outputCounter : 0 , allowUpload : ! 1 , customQueries : [ ] , queries : [ ] , state : { lastQuery : { query : void 0 , bindParam : void 0 } } , settings : { aqlWidth : void 0 } , currentQuery : { } , initDone : ! 1 , bindParamRegExp : / @ ( @ ? \ w + \ d * ) / , bindParamTableObj : { } , bindParamTableDesc : { id : " arangoBindParamTable " , titles : [ " Key " , " Value " ] , rows : [ ] } , myQueriesTableDesc : { id : " arangoMyQueriesTable " , titles : [ " Name " , " Actions " ] , rows : [ ] } , execPending : ! 1 , aqlEditor : null , queryPreview : null , initialize : function ( ) { this . refreshAQL ( ) } , allowParamToggle : ! 0 , events : { " click # executeQuery " : " executeQuery " , " click # explainQuery " : " explainQuery " , " click # clearQuery " : " clearQuery " , " click . outputEditorWrapper # downloadQueryResult " : " downloadQueryResult " , " click . outputEditorWrapper . switchAce " : " switchAce " , " click . outputEditorWrapper . fa - close " : " closeResult " , " click # toggleQueries1 " : " toggleQueries " , " click # toggleQueries2 " : " toggleQueries " , " click # saveCurrentQuery " : " addAQL " , " click # exportQuery " : " exportCustomQueries " , " click # importQuery " : " openImportDialog " , " click # removeResults " : " removeResults " , " click # querySpotlight " : " showSpotlight " , " click # deleteQuery " : " selectAndDeleteQueryFromTable " , " click # explQuery " : " selectAndExplainQueryFromTable " , " keydown # arangoBindParamTable input " : " updateBindParams " , " change # arangoBindParamTable input " : " updateBindParams " , " click # arangoMyQueriesTable tbody tr " : " showQueryPreview " , " dblclick # arangoMyQueriesTable tbody tr " : " selectQueryFromTable " , " click # arangoMyQueriesTable # copyQuery " : " selectQueryFromTable " , " click # closeQueryModal " : " closeExportDialog " , " click # confirmQueryImport " : " importCustomQueries " , " click # switchTypes " : " toggleBindParams " , " click # arangoMyQueriesTable # runQuery " : " selectAndRunQueryFromTable " } , clearQuery : function ( ) { this . aqlEditor . setValue ( " " , 1 ) } , toggleBindParams : function ( ) { this . allowParamToggle ? ( $ ( " # bindParamEditor " ) . toggle ( ) , $ ( " # bindParamAceEditor " ) . toggle ( ) , " JSON " = = = $ ( " # switchTypes " ) . text ( ) ? ( $ ( " # switchTypes " ) . text ( " Table " ) , this . updateQueryTable ( ) , this . bindParamAceEditor . setValue ( JSON . stringify ( this . bindParamTableObj , null , " " ) , 1 ) , this . deselect ( this . bindParamAceEditor ) ) : ( $ ( " # switchTypes " ) . text ( " JSON " ) , this . renderBindParamTable ( ) ) ) : arangoHelper . arangoError ( " Bind parameter " , " Could not parse bind parameter " ) , this . resize ( ) } , openExportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " show " ) } , closeExportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " hide " ) } , initQueryImport : function ( ) { var a = this ; a . allowUpload = ! 1 , $ ( " # importQueries " ) . change ( function ( b ) { a . files = b . target . files | | b . dataTransfer . files , a . file = a . files [ 0 ] , a . allowUpload = ! 0 , $ ( " # confirmQueryImport " ) . removeClass ( " disabled " ) } ) } , importCustomQueries : function ( ) { var a = this ; if ( this . allowUpload = = = ! 0 ) { var b = function ( ) { this . collection . fetch ( { success : function ( ) { a . updateLocalQueries ( ) , a . updateQueryTable ( ) , a . resize ( ) , a . allowUpload = ! 1 , $ ( " # confirmQueryImport " ) . addClass ( " disabled " ) , $ ( " # queryImportDialog " ) . modal ( " hide " ) } , error : function ( a ) { arangoHelper . arangoError ( " Custom Queries " , a . responseText ) } } ) } . bind ( this ) ; a . collection . saveImportQueries ( a . file , b . bind ( this ) ) } } , removeResults : function ( ) { $ ( " . outputEditorWrapper " ) . hide ( " fast " , function ( ) { $ ( " . outputEditorWrapper " ) . remove ( ) } ) , $ ( " # removeResults " ) . hide ( ) } , getCustomQueryParameterByName : function ( a ) { return this . collection . findWhere ( { name : a } ) . get ( " parameter " ) } , getCustomQueryValueByName : function ( a ) { var b ; return a & & ( b = this . collection . findWhere ( { name : a } ) ) , b ? b = b . get ( " value " ) : _ . each ( this . queries , function ( c ) { c . name = = = a & & ( b = c . value ) } ) , b } , openImportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " show " ) } , closeImportDialog : function ( ) { $ ( " # queryImportDialog " ) . modal ( " hide " ) } , exportCustomQueries : function ( ) { var a ; $ . ajax ( " whoAmI ? _ = " + Date . now ( ) ) . success ( function ( b ) { a = b . user , ( null = = = a | | a = = = ! 1 ) & & ( a = " root " ) , window . open ( " query / download / " + encodeURIComponent ( a ) ) } ) } , toggleQueries : function ( a ) { a & & " toggleQueries1 " = = = a . currentTarget . id ? ( this . updateQueryTable ( ) , $ ( " # bindParamAceEditor " ) . hide ( ) , $ ( " # bindParamEditor " ) . show ( ) , $ ( " # switchTypes " ) . text ( " JSON " ) , $ ( " . aqlEditorWrapper " ) . first ( ) . width ( . 33 * $ ( window ) . width ( ) ) , this . queryPreview . setValue ( " No query selected . " , 1 ) , this . deselect ( this . queryPreview ) ) : void 0 = = = this . settings . aqlWidth ? $ ( " . aqlEditorWrapper " ) . first ( ) . width ( . 33 * $ ( window ) . width ( ) ) : $ ( " . aqlEditorWrapper " ) . first ( ) . width ( this . settings . aqlWidth ) , this . resize ( ) ; var b = [ " aqlEditor " , " queryTable " , " previewWrapper " , " querySpotlight " , " bindParamEditor " , " toggleQueries1 " , " toggleQueries2 " , " saveCurrentQuery " , " querySize " , " executeQuery " , " switchTypes " , " explainQuery " , " importQuery " , " exportQuery " ] ; _ . each ( b , function ( a ) { $ ( " # " + a ) . toggle ( ) } ) , this . resize ( ) } , showQueryPreview : function ( a ) { $ ( " # arangoMyQueriesTable tr " ) . removeClass ( " selected " ) , $ ( a . currentTarget ) . addClass ( " selected " ) ; var b = this . getQueryNameFromTable ( a ) ; this . queryPreview . setValue ( this . getCustomQueryValueByName ( b ) , 1 ) , this . deselect ( this . queryPreview ) } , getQueryNameFromTable : function ( a ) { var b ; return $ ( a . currentTarget ) . is ( " tr " ) ? b = $ ( a . currentTarget ) . children ( ) . first ( ) . text ( ) : $ ( a . currentTarget ) . is ( " span " ) & & ( b = $ ( a . currentTarget ) . parent ( ) . parent ( ) . prev ( ) . text ( ) ) , b } , deleteQueryModal : function ( a ) { var b = [ ] , c = [ ] ; c . push ( window . modalView . createReadOnlyEntry ( void 0 , a , " Do you want to delete the query ? " , void 0 , void 0 , ! 1 , void 0 ) ) , b . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteAQL . bind ( this , a ) ) ) , window . modalView . show ( " modalTable . ejs " , " Delete Query " , b , c ) } , selectAndDeleteQueryFromTable : function ( a ) { var b = this . getQueryNameFromTable ( a ) ; this . deleteQueryModal ( b ) } , selectAndExplainQueryFromTable : function ( a ) { this . selectQueryFromTable ( a , ! 1 ) , this . explainQuery ( ) } , selectAndRunQueryFromTable : function ( a ) { this . selectQueryFromTable ( a , ! 1 ) , this . executeQuery ( ) } , selectQueryFromTable : function ( a , b ) { var c = this . getQueryNameFromTable ( a ) , d = this ; void 0 = = = b & & this . toggleQueries ( ) , this . state . lastQuery . query = this . aqlEditor . getValue ( ) , this . state . lastQuery . bindParam = this . bindParamTableObj , this . aqlEditor . setValue ( this . getCustomQueryValueByName ( c ) , 1 ) , this . fillBindParamTable ( this . getCustomQueryParameterByName ( c ) ) , this . updateBindParams ( ) , $ ( " # lastQuery " ) . remove ( ) , $ ( " # queryContent . arangoToolbarTop . pull - left " ) . append ( ' < span id = " lastQuery " class = " clickable " > Previous Query < / span > ' ) , $ ( " # lastQuery " ) . hide ( ) . fadeIn ( 500 ) . on ( " click " , function ( ) { d . aqlEditor . setValue ( d . state . lastQuery . query , 1 ) , d . fillBindParamTable ( d . state . lastQuery . bindParam ) , d . updateBindParams ( ) , $ ( " # lastQuery " ) . fadeOut ( 500 , function ( ) { $ ( this ) . remove ( ) } ) } ) } , deleteAQL : function ( a ) { var b = function ( a ) { a ? arangoHelper . arangoError ( " Query " , " Could not delete query . " ) : ( this . updateLocalQueries ( ) , this . updateQueryTable ( ) , this . resize ( ) , window . modalView . hide ( ) ) } . bind ( this ) , c = this . collection . findWhere ( { name : a } ) ; this . collection . remove ( c ) , this . collection . saveCollectionQueries ( b ) } , switchAce : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " counter " ) ; " Result " = = = $ ( a . currentTarget ) . text ( ) ? $ ( a . currentTarget ) . text ( " AQL " ) : $ ( a . currentTarget ) . text ( " Result " ) , $ ( " # outputEditor " + b ) . toggle ( ) , $ ( " # sentWrapper " + b ) . toggle ( ) , this . deselect ( ace . edit ( " outputEditor " + b ) ) , this . deselect ( ace . edit ( " sentQueryEditor " + b ) ) , this . deselect ( ace . edit ( " sentBindParamEditor " + b ) ) } , downloadQueryResult : function ( a ) { var b = $ ( a . currentTarget ) . attr ( " counter " ) , c = ace . edit ( " sentQueryEditor " + b ) , d = c . getValue ( ) ; " " ! = = d | | void 0 ! = = d | | null ! = = d ? 0 = = = Object . keys ( this . bindParamTableObj ) . length ? window . open ( " query / result / download / " + encodeURIComponent ( btoa ( JSON . stringify ( { query : d } ) ) ) ) : window . open ( " query / result / download / " + encodeURIComponent ( btoa ( JSON . stringify ( { query : d , bindVars : this . bindParamTableObj } ) ) ) ) : arangoHelper . arangoError ( " Query error " , " could not query result . " ) } , explainQuery : function ( ) { if ( ! this . verifyQueryAndParams ( ) ) { this . $ ( this . outputDiv ) . prepend ( this . outputTemplate . render ( { counter : this . outputCounter , type : " Explain " } ) ) ; var a = this . outputCounter , b = ace . edit ( " outputEditor " + a ) , c = ace . edit ( " sentQueryEditor " + a ) , d = ace . edit ( " sentBindParamEditor " + a ) ; c . getSession ( ) . setMode ( " ace / mode / aql " ) , c . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , c . setReadOnly ( ! 0 ) , this . setEditorAutoHeight ( c ) , b . setReadOnly ( ! 0 ) , b . getSession ( ) . setMode ( " ace / mode / json " ) , b . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , this . setEditorAutoHeight ( b ) , d . setValue ( JSON . stringify ( this . bindParamTableObj ) , 1 ) , d . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , d . getSession ( ) . setMode ( " ace / mode / json " ) , d . setReadOnly ( ! 0 ) , this . setEditorAutoHeight ( d ) , this . fillExplain ( b , c , a ) , this . outputCounter + + } } , fillExplain : function ( a , b , c ) { b . setValue ( this . aqlEditor . getValue ( ) , 1 ) ; var d = this , e = this . readQueryData ( ) ; if ( $ ( " # outputEditorWrapper " + c + " . queryExecutionTime " ) . text ( " " ) , this . execPending = ! 1 , e ) { var f = function ( ) { $ ( " # outputEditorWrapper " + c + " # spinner " ) . remove ( ) , $ ( " # outputEditor " + c ) . css ( " opacity " , " 1 " ) , $ ( " # outputEditorWrapper " + c + " . fa - close " ) . show ( ) , $ ( " # outputEditorWrapper " + c + " . switchAce " ) . show ( ) } ; $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _admin / aardvark / query / explain / " ) , data : e , contentType : " application / json " , processData : ! 1 , success : function ( b ) { b . msg . includes ( " errorMessage " ) ? ( d . removeOutputEditor ( c ) , arangoHelper . arangoError ( " Explain " , b . msg ) ) : ( a . setValue ( b . msg , 1 ) , d . deselect ( a ) , $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) , d . handleResult ( c ) ) , f ( ) } , error : function ( a ) { try { var b = JSON . parse ( a . responseText ) ; arangoHelper . arangoError ( " Explain " , b . errorMessage ) } catch ( e ) { arangoHelper . arangoError ( " Explain " , " ERROR " ) } d . handleResult ( c ) , d . removeOutputEditor ( c ) , f ( ) } } ) } } , removeOutputEditor : function ( a ) { $ ( " # outputEditorWrapper " + a ) . hide ( ) , $ ( " # outputEditorWrapper " + a ) . remove ( ) , 0 = = = $ ( " . outputEditorWrapper " ) . length & & $ ( " # removeResults " ) . hide ( ) } , getCachedQueryAfterRender : function ( ) { var a = this . getCachedQuery ( ) , b = this ; if ( null ! = = a & & void 0 ! = = a & & " " ! = = a & & ( this . aqlEditor . setValue ( a . query , 1 ) , this . aqlEditor . getSession ( ) . setUndoManager ( new ace . UndoManager ) , " " ! = = a . parameter | | void 0 ! = = a ) ) try { b . bindParamTableObj = JSON . parse ( a . parameter ) ; var c ; _ . each ( $ ( " # arangoBindParamTable input " ) , function ( a ) { c = $ ( a ) . attr ( " name " ) , $ ( a ) . val ( b . bindParamTableObj [ c ] ) } ) , b . setCachedQuery ( b . aqlEditor . getValue ( ) , JSON . stringify ( b . bindParamTableObj ) ) } catch ( d ) { } } , getCachedQuery : function ( ) { if ( " undefined " ! = = Storage ) { var a = localStorage . getItem ( " cachedQuery " ) ; if ( void 0 ! = = a ) { var b = JSON . parse ( a ) ; this . currentQuery = b ; try { this . bindParamTableObj = JSON . parse ( b . parameter ) } catch ( c ) { } return b } } } , setCachedQuery : function ( a , b ) { if ( " undefined " ! = = Storage ) { var c = { query : a , parameter : b } ; this . currentQuery = c , localStorage . setItem ( " cachedQuery " , JSON . stringify ( c ) ) } } , closeResult : function ( a ) { var b = $ ( " # " + $ ( a . currentTarget ) . attr ( " element " ) ) . parent ( ) ; $ ( b ) . hide ( " fast " , function ( ) { $ ( b ) . remove ( ) , 0 = = = $ ( " . outputEditorWrapper " ) . length & & $ ( " # removeResults " ) . hide ( ) } ) } , fillSelectBoxes : function ( ) { var a = 1e3 , b = $ ( " # querySize " ) ; b . empty ( ) , [ 100 , 250 , 500 , 1e3 , 2500 , 5e3 , 1e4 , " all " ] . forEach ( function ( c ) { b . append ( ' < option value = " ' + _ . escape ( c ) + ' " ' + ( a = = = c ? " selected " : " " ) + " > " + _ . escape ( c ) + " results < / option > " ) } ) } , render : function ( ) { this . $ el . html ( this . template . render ( { } ) ) , this . afterRender ( ) , this . initDone | | ( this . settings . aqlWidth = $ ( " . aqlEditorWrapper " ) . width ( ) ) , this . initDone = ! 0 , this . renderBindParamTable ( ! 0 ) } , afterRender : function ( ) { var a = this ; this . initAce ( ) , this . initTables ( ) , this . fillSelectBoxes ( ) , this . makeResizeable ( ) , this . initQueryImport ( ) , this . getCachedQueryAfterRender ( ) , $ ( " . inputEditorWrapper " ) . height ( $ ( window ) . height ( ) / 10 * 5 + 25 ) , window . setTimeout ( function ( ) { a . resize ( ) } , 10 ) , a . deselect ( a . aqlEditor ) } , showSpotlight : function ( a ) { var b , c ; if ( ( void 0 = = = a | | " click " = = = a . type ) & & ( a = " aql " ) , " aql " = = = a ) b = function ( a ) { this . aqlEditor . insert ( a ) , $ ( " # aqlEditor . ace_text - input " ) . focus ( ) } . bind ( this ) , c = function ( ) { $ ( " # aqlEditor . ace_text - input " ) . focus ( ) } ; else { var d = $ ( " : focus " ) ; b = function ( a ) { var b = $ ( d ) . val ( ) ; $ ( d ) . val ( b + a ) , $ ( d ) . focus ( ) } . bind ( this ) , c = function ( ) { $ ( d ) . focus ( ) } } window . spotlightView . show ( b , c , a ) } , resize : function ( ) { this . resizeFunction ( ) } , resizeFunction : function ( ) { $ ( " # toggleQueries1 " ) . is ( " : visible " ) ? ( this . aqlEditor . resize ( ) , $ ( " # arangoBindParamTable thead " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) ) , $ ( " # arangoBindParamTable thead th " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) / 2 ) , $ ( " # arangoBindParamTable tr " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) ) , $ ( " # arangoBindParamTable tbody " ) . css ( " height " , $ ( " # aqlEditor " ) . height ( ) - 35 ) , $ ( " # arangoBindParamTable tbody " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) ) , $ ( " # arangoBindParamTable tbody tr " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) ) , $ ( " # arangoBindParamTable tbody td " ) . css ( " width " , $ ( " # bindParamEditor " ) . width ( ) / 2 ) ) : ( this . queryPreview . resize ( ) , $ ( " # arangoMyQueriesTable thead " ) . css ( " width " , $ ( " # queryTable " ) . width ( ) ) , $ ( " # arangoMyQueriesTable thead th " ) . css ( " width " , $ ( " # queryTable " ) . width ( ) / 2 ) , $ ( " # arangoMyQueriesTable tr " ) . css ( " width " , $ ( " # queryTable " ) . width ( ) ) , $ ( " # arangoMyQueriesTable tbody " ) . css ( " height " , $ ( " # queryTable " ) . height ( ) - 35 ) , $ ( " # arangoMyQueriesTable tbody " ) . css ( " width " , $ ( " # queryTable " ) . width ( ) ) , $ ( " # arangoMyQueriesTable tbody td " ) . css ( " width " , $ ( " # queryTable " ) . width ( ) / 2 ) ) } , makeResizeable : function ( ) { var a = this ; $ ( " . aqlEditorWrapper " ) . resizable ( { resize : function ( ) { a . resizeFunction ( ) , a . settings . aqlWidth = $ ( " . aqlEditorWrapper " ) . width ( ) } , handles : " e " } ) , $ ( " . inputEditorWrapper " ) . resizable ( { resize : function ( ) { a . resizeFunction ( ) } , handles : " s " } ) , this . resizeFunction ( ) } , initTables : function ( ) { this . $ ( this . bindParamId ) . html ( this . table . render ( { content : this . bindParamTableDesc } ) ) , this . $ ( this . myQueriesId ) . html ( this . table . render ( { content : this . myQueriesTableDesc } ) ) } , checkType : function ( a ) { var b = " stringtype " ; try { a = JSON . parse ( a ) , b = a instanceof Array ? " arraytype " : typeof a + " type " } catch ( c ) { } return b } , updateBindParams : function ( a ) { var b , c = this ; if ( a ) { b = $ ( a . currentTarget ) . attr ( " name " ) , this . bindParamTableObj [ b ] = arangoHelper . parseInput ( a . currentTarget ) ; var d = [ " arraytype " , " objecttype " , " booleantype " , " numbertype " , " stringtype " ] ; _ . each ( d , function ( b ) { $ ( a . currentTarget ) . removeClass ( b ) } ) , $ ( a . currentTarget ) . addClass ( c . checkType ( $ ( a . currentTarget ) . val ( ) ) ) } else _ . each ( $ ( " # arangoBindParamTable input " ) , function ( a ) { b = $ ( a ) . attr ( " name " ) , c . bindParamTableObj [ b ] = arangoHelper . parseInput ( a ) } ) ; this . setCachedQuery ( this . aqlEditor . getValue ( ) , JSON . stringify ( this . bindParamTableObj ) ) , a & & ( ( a . ctrlKey | | a . metaKey ) & & 13 = = = a . keyCode & & ( a . preventDefault ( ) , this . executeQuery ( ) ) , ( a . ctrlKey | | a . metaKey ) & & 32 = = = a . keyCode & & ( a . preventDefault ( ) , this . showSpotlight ( " bind " ) ) ) } , parseQuery : function ( a ) { var b = 0 , c = 1 , d = 2 , e = 3 , f = 4 , g = 5 , h = 6 , i = 7 ; a + = " " ; var j , k , l , m = this , n = b , o = a . length , p = [ ] ; for ( k = 0 ; o > k ; + + k ) switch ( l = a . charAt ( k ) , n ) { case b : " @ " = = = l ? ( n = h , j = k ) : " ' " = = = l ? n = c : ' " ' = = = l ? n = d : " ` " = = = l ? n = e : " ´ " = = = l ? n = i : " / " = = = l & & o > k + 1 & & ( " / " = = = a . charAt ( k + 1 ) ? ( n = f , + + k ) : " * " = = = a . charAt ( k + 1 ) & & ( n = g , + + k ) ) ; break ; case f : ( " \ r " = = = l | | " \ n " = = = l ) & & ( n = b ) ; break ; case g : " * " = = = l & & o > = k + 1 & & " / " = = = a . charAt ( k + 1 ) & & ( n = b , + + k ) ; break ; case c : " \ \ " = = = l ? + + k : " ' " = = = l & & ( n = b ) ; break ; case d : " \ \ " = = = l ? + + k : ' " ' = = = l & & ( n = b ) ; break ; case e : " ` " = = = l & & ( n = b ) ; break ; case i : " ´ " = = = l & & ( n = b ) ; break ; case h : / ^ [ @ a - zA - Z0 - 9_ ] + $ / . test ( l ) | | ( p . push ( a . substring ( j , k ) ) , n = b , j = void 0 ) } var q ; return _ . each ( p , function ( a , b ) { q = a . match ( m . bindParamRegExp ) , q & & ( p [ b ] = q [ 1 ] ) } ) , { query : a , bindParams : p } } , checkForNewBindParams : function ( ) { var a = this , b = this . parseQuery ( this . aqlEditor . getValue ( ) ) . bindParams , c = { } ; _ . each ( b , function ( b ) { a . bindParamTableObj [ b ] ? c [ b ] = a . bindParamTableObj [ b ] : c [ b ] = " " } ) , Object . keys ( b ) . forEach ( function ( b ) { Object . keys ( a . bindParamTableObj ) . forEach ( function ( d ) { b = = = d & & ( c [ b ] = a . bindParamTableObj [ d ] ) } ) } ) , a . bindParamTableObj = c } , renderBindParamTable : function ( a ) { $ ( " # arangoBindParamTable tbody " ) . html ( " " ) , a & & this . getCachedQuery ( ) ; var b = 0 ; _ . each ( this . bindParamTableObj , function ( a , c ) { $ ( " # arangoBindParamTable tbody " ) . append ( " < tr > < td > " + c + " < / td > < td > < input name = " + c + ' type = " text " > < / input > < / td > < / tr > ' ) , b + + , _ . each ( $ ( " # arangoBindParamTable input " ) , function ( b ) { $ ( b ) . attr ( " name " ) = = = c & & ( a instanceof Array ? $ ( b ) . val ( JSON . stringify ( a ) ) . addClass ( " arraytype " ) : " object " = = typeof a ? $ ( b ) . val ( JSON . stringify ( a ) ) . addClass ( typeof a + " type " ) : $ ( b ) . val ( a ) . addClass ( typeof a + " type " ) ) } ) } ) , 0 = = = b & & $ ( " # arangoBindParamTable tbody " ) . append ( ' < tr class = " noBgColor " > < td > No bind parameters defined . < / td > < td > < / td > < / tr > ' ) } , fillBindParamTable : function ( a ) { _ . each ( a , function ( a , b ) { _ . each ( $ ( " # arangoBindParamTable input " ) , function ( c ) { $ ( c ) . attr ( " name " ) = = = b & & $ ( c ) . val ( a ) } ) } ) } , initAce : function ( ) { var a = this ; this . aqlEditor = ace . edit ( " aqlEditor " ) , this . aqlEditor . getSession ( ) . setMode ( " ace / mode / aql " ) , this . aqlEditor . setFontSize ( " 10pt " ) , this . aqlEditor . setShowPrintMargin ( ! 1 ) , this . bindParamAceEditor = ace . edit ( " bindParamAceEditor " ) , this . bindParamAceEditor . getSession ( ) . setMode ( " ace / mode / json " ) , this . bindParamAceEditor . setFontSize ( " 10pt " ) , this . bindParamAceEditor . setShowPrintMargin ( ! 1 ) , this . bindParamAceEditor . getSession ( ) . on ( " change " , function ( ) { try { a . bindParamTableObj = JSON . parse ( a . bindParamAceEditor . getValue ( ) ) , a . allowParamToggle = ! 0 , a . setCachedQuery ( a . aqlEditor . getValue ( ) , JSON . stringify ( a . bindParamTableObj ) ) } catch ( b ) { " " = = = a . bindParamAceEditor . getValue ( ) ? ( _ . each ( a . bindParamTableObj , function ( b , c ) { a . bindParamTableObj [ c ] = " " } ) , a . allowParamToggle = ! 0 ) : a . allowParamToggle = ! 1 } } ) , this . aqlEditor . getSession ( ) . on ( " change " , function ( ) { a . checkForNewBindParams ( ) , a . renderBindParamTable ( ) , <nl> + a . initDone & & a . setCachedQuery ( a . aqlEditor . getValue ( ) , JSON . stringify ( a . bindParamTableObj ) ) , a . bindParamAceEditor . setValue ( JSON . stringify ( a . bindParamTableObj , null , " " ) , 1 ) , $ ( " # aqlEditor . ace_text - input " ) . focus ( ) , a . resize ( ) } ) , this . aqlEditor . commands . addCommand ( { name : " togglecomment " , bindKey : { win : " Ctrl - Shift - C " , linux : " Ctrl - Shift - C " , mac : " Command - Shift - C " } , exec : function ( a ) { a . toggleCommentLines ( ) } , multiSelectAction : " forEach " } ) , this . aqlEditor . commands . addCommand ( { name : " executeQuery " , bindKey : { win : " Ctrl - Return " , mac : " Command - Return " , linux : " Ctrl - Return " } , exec : function ( ) { a . executeQuery ( ) } } ) , this . aqlEditor . commands . addCommand ( { name : " saveQuery " , bindKey : { win : " Ctrl - Shift - S " , mac : " Command - Shift - S " , linux : " Ctrl - Shift - S " } , exec : function ( ) { a . addAQL ( ) } } ) , this . aqlEditor . commands . addCommand ( { name : " explainQuery " , bindKey : { win : " Ctrl - Shift - Return " , mac : " Command - Shift - Return " , linux : " Ctrl - Shift - Return " } , exec : function ( ) { a . explainQuery ( ) } } ) , this . aqlEditor . commands . addCommand ( { name : " togglecomment " , bindKey : { win : " Ctrl - Shift - C " , linux : " Ctrl - Shift - C " , mac : " Command - Shift - C " } , exec : function ( a ) { a . toggleCommentLines ( ) } , multiSelectAction : " forEach " } ) , this . aqlEditor . commands . addCommand ( { name : " showSpotlight " , bindKey : { win : " Ctrl - Space " , mac : " Ctrl - Space " , linux : " Ctrl - Space " } , exec : function ( ) { a . showSpotlight ( ) } } ) , this . queryPreview = ace . edit ( " queryPreview " ) , this . queryPreview . getSession ( ) . setMode ( " ace / mode / aql " ) , this . queryPreview . setReadOnly ( ! 0 ) , this . queryPreview . setFontSize ( " 13px " ) , $ ( " # aqlEditor . ace_text - input " ) . focus ( ) } , updateQueryTable : function ( ) { function a ( a , b ) { var c ; return c = a . name < b . name ? - 1 : a . name > b . name ? 1 : 0 } var b = this ; this . updateLocalQueries ( ) , this . myQueriesTableDesc . rows = this . customQueries , _ . each ( this . myQueriesTableDesc . rows , function ( a ) { a . secondRow = ' < span class = " spanWrapper " > < span id = " copyQuery " title = " Copy query " > < i class = " fa fa - copy " > < / i > < / span > < span id = " explQuery " title = " Explain query " > < i class = " fa fa - comments " > < / i > < / i > < / span > < span id = " runQuery " title = " Run query " > < i class = " fa fa - play - circle - o " > < / i > < / i > < / span > < span id = " deleteQuery " title = " Delete query " > < i class = " fa fa - minus - circle " > < / i > < / span > < / span > ' , a . hasOwnProperty ( " parameter " ) & & delete a . parameter , delete a . value } ) , this . myQueriesTableDesc . rows . sort ( a ) , _ . each ( this . queries , function ( a ) { a . hasOwnProperty ( " parameter " ) & & delete a . parameter , b . myQueriesTableDesc . rows . push ( { name : a . name , thirdRow : ' < span class = " spanWrapper " > < span id = " copyQuery " title = " Copy query " > < i class = " fa fa - copy " > < / i > < / span > < / span > ' } ) } ) , this . myQueriesTableDesc . unescaped = [ ! 1 , ! 0 , ! 0 ] , this . $ ( this . myQueriesId ) . html ( this . table . render ( { content : this . myQueriesTableDesc } ) ) } , listenKey : function ( a ) { 13 = = = a . keyCode & & this . saveAQL ( a ) , this . checkSaveName ( ) } , addAQL : function ( ) { this . refreshAQL ( ! 0 ) , this . createCustomQueryModal ( ) , setTimeout ( function ( ) { $ ( " # new - query - name " ) . focus ( ) } , 500 ) } , createCustomQueryModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createTextEntry ( " new - query - name " , " Name " , " " , void 0 , void 0 , ! 1 , [ { rule : Joi . string ( ) . required ( ) , msg : " No query name given . " } ] ) ) , a . push ( window . modalView . createSuccessButton ( " Save " , this . saveAQL . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Save Query " , a , b , void 0 , void 0 , { " keyup # new - query - name " : this . listenKey . bind ( this ) } ) } , checkSaveName : function ( ) { var a = $ ( " # new - query - name " ) . val ( ) ; if ( " Insert Query " = = = a ) return void $ ( " # new - query - name " ) . val ( " " ) ; var b = this . customQueries . some ( function ( b ) { return b . name = = = a } ) ; b ? ( $ ( " # modalButton1 " ) . removeClass ( " button - success " ) , $ ( " # modalButton1 " ) . addClass ( " button - warning " ) , $ ( " # modalButton1 " ) . text ( " Update " ) ) : ( $ ( " # modalButton1 " ) . removeClass ( " button - warning " ) , $ ( " # modalButton1 " ) . addClass ( " button - success " ) , $ ( " # modalButton1 " ) . text ( " Save " ) ) } , saveAQL : function ( a ) { a . stopPropagation ( ) , this . refreshAQL ( ) ; var b = $ ( " # new - query - name " ) . val ( ) , c = this . bindParamTableObj ; if ( ! $ ( " # new - query - name " ) . hasClass ( " invalid - input " ) & & " " ! = = b . trim ( ) ) { var d = this . aqlEditor . getValue ( ) , e = ! 1 ; if ( _ . each ( this . customQueries , function ( a ) { return a . name = = = b ? ( a . value = d , void ( e = ! 0 ) ) : void 0 } ) , e = = = ! 0 ) this . collection . findWhere ( { name : b } ) . set ( " value " , d ) ; else { if ( ( " " = = = c | | void 0 = = = c ) & & ( c = " { } " ) , " string " = = typeof c ) try { c = JSON . parse ( c ) } catch ( f ) { arangoHelper . arangoError ( " Query " , " Could not parse bind parameter " ) } this . collection . add ( { name : b , parameter : c , value : d } ) } var g = function ( a ) { if ( a ) arangoHelper . arangoError ( " Query " , " Could not save query " ) ; else { var b = this ; this . collection . fetch ( { success : function ( ) { b . updateLocalQueries ( ) } } ) } } . bind ( this ) ; this . collection . saveCollectionQueries ( g ) , window . modalView . hide ( ) } } , verifyQueryAndParams : function ( ) { var a = ! 1 ; 0 = = = this . aqlEditor . getValue ( ) . length & & ( arangoHelper . arangoError ( " Query " , " Your query is empty " ) , a = ! 0 ) ; var b = [ ] ; return _ . each ( this . bindParamTableObj , function ( c , d ) { " " = = = c & & ( a = ! 0 , b . push ( d ) ) } ) , b . length > 0 & & arangoHelper . arangoError ( " Bind Parameter " , JSON . stringify ( b ) + " not defined . " ) , a } , executeQuery : function ( ) { if ( ! this . verifyQueryAndParams ( ) ) { this . $ ( this . outputDiv ) . prepend ( this . outputTemplate . render ( { counter : this . outputCounter , type : " Query " } ) ) , $ ( " # outputEditorWrapper " + this . outputCounter ) . hide ( ) , $ ( " # outputEditorWrapper " + this . outputCounter ) . show ( " fast " ) ; var a = this . outputCounter , b = ace . edit ( " outputEditor " + a ) , c = ace . edit ( " sentQueryEditor " + a ) , d = ace . edit ( " sentBindParamEditor " + a ) ; c . getSession ( ) . setMode ( " ace / mode / aql " ) , c . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , c . setFontSize ( " 13px " ) , c . setReadOnly ( ! 0 ) , this . setEditorAutoHeight ( c ) , b . setFontSize ( " 13px " ) , b . getSession ( ) . setMode ( " ace / mode / json " ) , b . setReadOnly ( ! 0 ) , b . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , b . setShowPrintMargin ( ! 1 ) , this . setEditorAutoHeight ( b ) , d . setValue ( JSON . stringify ( this . bindParamTableObj ) , 1 ) , d . setOption ( " vScrollBarAlwaysVisible " , ! 0 ) , d . getSession ( ) . setMode ( " ace / mode / json " ) , d . setReadOnly ( ! 0 ) , this . setEditorAutoHeight ( d ) , this . fillResult ( b , c , a ) , this . outputCounter + + } } , readQueryData : function ( ) { var a = $ ( " # querySize " ) , b = { query : this . aqlEditor . getValue ( ) , id : " currentFrontendQuery " } ; return " all " = = = a . val ( ) ? b . batchSize = 1e6 : b . batchSize = parseInt ( a . val ( ) , 10 ) , Object . keys ( this . bindParamTableObj ) . length > 0 & & ( b . bindVars = this . bindParamTableObj ) , JSON . stringify ( b ) } , fillResult : function ( a , b , c ) { var d = this , e = this . readQueryData ( ) ; e & & ( b . setValue ( d . aqlEditor . getValue ( ) , 1 ) , $ . ajax ( { type : " POST " , url : arangoHelper . databaseUrl ( " / _api / cursor " ) , headers : { " x - arango - async " : " store " } , data : e , contentType : " application / json " , processData : ! 1 , success : function ( b , e , f ) { f . getResponseHeader ( " x - arango - async - id " ) & & d . queryCallbackFunction ( f . getResponseHeader ( " x - arango - async - id " ) , a , c ) , $ . noty . clearQueue ( ) , $ . noty . closeAll ( ) , d . handleResult ( c ) } , error : function ( a ) { try { var b = JSON . parse ( a . responseText ) ; arangoHelper . arangoError ( " [ " + b . errorNum + " ] " , b . errorMessage ) } catch ( e ) { arangoHelper . arangoError ( " Query error " , " ERROR " ) } d . handleResult ( c ) } } ) ) } , handleResult : function ( ) { var a = this ; window . progressView . hide ( ) , $ ( " # removeResults " ) . show ( ) , window . setTimeout ( function ( ) { a . aqlEditor . focus ( ) } , 300 ) , $ ( " . centralRow " ) . animate ( { scrollTop : $ ( " # queryContent " ) . height ( ) } , " fast " ) } , setEditorAutoHeight : function ( a ) { var b = $ ( " . centralRow " ) . height ( ) , c = ( b - 250 ) / 17 ; a . setOptions ( { maxLines : c , minLines : 10 } ) } , deselect : function ( a ) { var b = a . getSelection ( ) , c = b . lead . row , d = b . lead . column ; b . setSelectionRange ( { start : { row : c , column : d } , end : { row : c , column : d } } ) , a . focus ( ) } , queryCallbackFunction : function ( a , b , c ) { var d = this , e = function ( a , b ) { $ . ajax ( { url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( a ) + " / cancel " ) , type : " PUT " , success : function ( ) { window . clearTimeout ( d . checkQueryTimer ) , $ ( " # outputEditorWrapper " + b ) . remove ( ) , arangoHelper . arangoNotification ( " Query " , " Query canceled . " ) } } ) } ; $ ( " # outputEditorWrapper " + c + " # cancelCurrentQuery " ) . bind ( " click " , function ( ) { e ( a , c ) } ) , $ ( " # outputEditorWrapper " + c + " # copy2aqlEditor " ) . bind ( " click " , function ( ) { $ ( " # toggleQueries1 " ) . is ( " : visible " ) | | d . toggleQueries ( ) ; var a = ace . edit ( " sentQueryEditor " + c ) . getValue ( ) , b = JSON . parse ( ace . edit ( " sentBindParamEditor " + c ) . getValue ( ) ) ; d . aqlEditor . setValue ( a , 1 ) , d . deselect ( d . aqlEditor ) , Object . keys ( b ) . length > 0 & & ( d . bindParamTableObj = b , d . setCachedQuery ( d . aqlEditor . getValue ( ) , JSON . stringify ( d . bindParamTableObj ) ) , $ ( " # bindParamEditor " ) . is ( " : visible " ) ? d . renderBindParamTable ( ) : ( d . bindParamAceEditor . setValue ( JSON . stringify ( b ) , 1 ) , d . deselect ( d . bindParamAceEditor ) ) ) , $ ( " . centralRow " ) . animate ( { scrollTop : 0 } , " fast " ) , d . resize ( ) } ) , this . execPending = ! 1 ; var f = function ( a ) { var c = " " ; a . extra & & a . extra . warnings & & a . extra . warnings . length > 0 & & ( c + = " Warnings : \ r \ n \ r \ n " , a . extra . warnings . forEach ( function ( a ) { c + = " [ " + a . code + " ] , ' " + a . message + " ' \ r \ n " } ) ) , " " ! = = c & & ( c + = " \ r \ nResult : \ r \ n \ r \ n " ) , b . setValue ( c + JSON . stringify ( a . result , void 0 , 2 ) , 1 ) , b . getSession ( ) . setScrollTop ( 0 ) } , g = function ( a ) { f ( a ) , window . progressView . hide ( ) ; var e = function ( a , b , d ) { d | | ( d = " " ) , $ ( " # outputEditorWrapper " + c + " . arangoToolbarTop . pull - left " ) . append ( ' < span class = " ' + d + ' " > < i class = " fa ' + b + ' " > < / i > < i class = " iconText " > ' + a + " < / i > < / span > " ) } ; $ ( " # outputEditorWrapper " + c + " . pull - left # spinner " ) . remove ( ) ; var g = " - " ; a & & a . extra & & a . extra . stats & & ( g = a . extra . stats . executionTime . toFixed ( 3 ) + " s " ) , e ( a . result . length + " elements " , " fa - calculator " ) , e ( g , " fa - clock - o " ) , a . extra & & a . extra . stats & & ( ( a . extra . stats . writesExecuted > 0 | | a . extra . stats . writesIgnored > 0 ) & & ( e ( a . extra . stats . writesExecuted + " writes " , " fa - check - circle positive " ) , 0 = = = a . extra . stats . writesIgnored ? e ( a . extra . stats . writesIgnored + " writes ignored " , " fa - check - circle positive " , " additional " ) : e ( a . extra . stats . writesIgnored + " writes ignored " , " fa - exclamation - circle warning " , " additional " ) ) , a . extra . stats . scannedFull > 0 ? e ( " full collection scan " , " fa - exclamation - circle warning " , " additional " ) : e ( " no full collection scan " , " fa - check - circle positive " , " additional " ) ) , $ ( " # outputEditorWrapper " + c + " . switchAce " ) . show ( ) , $ ( " # outputEditorWrapper " + c + " . fa - close " ) . show ( ) , $ ( " # outputEditor " + c ) . css ( " opacity " , " 1 " ) , $ ( " # outputEditorWrapper " + c + " # downloadQueryResult " ) . show ( ) , $ ( " # outputEditorWrapper " + c + " # copy2aqlEditor " ) . show ( ) , $ ( " # outputEditorWrapper " + c + " # cancelCurrentQuery " ) . remove ( ) , d . setEditorAutoHeight ( b ) , d . deselect ( b ) , a . id & & $ . ajax ( { url : " / _api / cursor / " + encodeURIComponent ( a . id ) , type : " DELETE " , error : function ( a ) { console . log ( a ) } } ) } , h = function ( ) { $ . ajax ( { type : " PUT " , url : arangoHelper . databaseUrl ( " / _api / job / " + encodeURIComponent ( a ) ) , contentType : " application / json " , processData : ! 1 , success : function ( a , b , c ) { 201 = = = c . status ? g ( a ) : 204 = = = c . status & & ( d . checkQueryTimer = window . setTimeout ( function ( ) { h ( ) } , 500 ) ) } , error : function ( a ) { var b ; try { if ( " Gone " = = = a . statusText ) return arangoHelper . arangoNotification ( " Query " , " Query execution aborted . " ) , void d . removeOutputEditor ( c ) ; b = JSON . parse ( a . responseText ) , arangoHelper . arangoError ( " Query " , b . errorMessage ) , b . errorMessage & & ( null ! = = b . errorMessage . match ( / \ d + : \ d + / g ) ? d . markPositionError ( b . errorMessage . match ( / ' . * ' / g ) [ 0 ] , b . errorMessage . match ( / \ d + : \ d + / g ) [ 0 ] ) : d . markPositionError ( b . errorMessage . match ( / \ ( \ w + \ ) / g ) [ 0 ] ) , d . removeOutputEditor ( c ) ) } catch ( e ) { console . log ( b ) , 400 ! = = b . code & & arangoHelper . arangoError ( " Query " , " Successfully aborted . " ) , d . removeOutputEditor ( c ) } window . progressView . hide ( ) } } ) } ; h ( ) } , markPositionError : function ( a , b ) { var c ; b & & ( c = b . split ( " : " ) [ 0 ] , a = a . substr ( 1 , a . length - 2 ) ) ; var d = this . aqlEditor . find ( a ) ; ! d & & b & & ( this . aqlEditor . selection . moveCursorToPosition ( { row : c , column : 0 } ) , this . aqlEditor . selection . selectLine ( ) ) , window . setTimeout ( function ( ) { $ ( " . ace_start " ) . first ( ) . css ( " background " , " rgba ( 255 , 129 , 129 , 0 . 7 ) " ) } , 100 ) } , refreshAQL : function ( ) { var a = this , b = function ( b ) { b ? arangoHelper . arangoError ( " Query " , " Could not reload Queries " ) : ( a . updateLocalQueries ( ) , a . updateQueryTable ( ) ) } . bind ( a ) , c = function ( ) { a . getSystemQueries ( b ) } . bind ( a ) ; this . getAQL ( c ) } , getSystemQueries : function ( a ) { var b = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : " js / arango / aqltemplates . json " , contentType : " application / json " , processData : ! 1 , success : function ( c ) { a & & a ( ! 1 ) , b . queries = c } , error : function ( ) { a & & a ( ! 0 ) , arangoHelper . arangoNotification ( " Query " , " Error while loading system templates " ) } } ) } , updateLocalQueries : function ( ) { var a = this ; this . customQueries = [ ] , this . collection . each ( function ( b ) { a . customQueries . push ( { name : b . get ( " name " ) , value : b . get ( " value " ) , parameter : b . get ( " parameter " ) } ) } ) } , getAQL : function ( a ) { var b = this ; this . collection . fetch ( { success : function ( ) { var c = localStorage . getItem ( " customQueries " ) ; if ( c ) { var d = JSON . parse ( c ) ; _ . each ( d , function ( a ) { b . collection . add ( { value : a . value , name : a . name } ) } ) ; var e = function ( a ) { a ? arangoHelper . arangoError ( " Custom Queries " , " Could not import old local storage queries " ) : localStorage . removeItem ( " customQueries " ) } . bind ( b ) ; b . collection . saveCollectionQueries ( e ) } b . updateLocalQueries ( ) , a & & a ( ) } } ) } } ) } ( ) , function ( ) { " use strict " ; window . ScaleView = Backbone . View . extend ( { el : " # content " , template : templateEngine . createTemplate ( " scaleView . ejs " ) , interval : 5e3 , knownServers : [ ] , events : { " click # addCoord " : " addCoord " , " click # removeCoord " : " removeCoord " , " click # addDBs " : " addDBs " , " click # removeDBs " : " removeDBs " } , setCoordSize : function ( a ) { var b = this , c = { numberOfCoordinators : a } ; $ . ajax ( { type : " PUT " , url : arangoHelper . databaseUrl ( " / _admin / cluster / numberOfServers " ) , contentType : " application / json " , data : JSON . stringify ( c ) , success : function ( ) { b . updateTable ( c ) } , error : function ( ) { arangoHelper . arangoError ( " Scale " , " Could not set coordinator size . " ) } } ) } , setDBsSize : function ( a ) { var b = this , c = { numberOfDBServers : a } ; $ . ajax ( { type : " PUT " , url : arangoHelper . databaseUrl ( " / _admin / cluster / numberOfServers " ) , contentType : " application / json " , data : JSON . stringify ( c ) , success : function ( ) { b . updateTable ( c ) } , error : function ( ) { arangoHelper . arangoError ( " Scale " , " Could not set coordinator size . " ) } } ) } , addCoord : function ( ) { this . setCoordSize ( this . readNumberFromID ( " # plannedCoords " , ! 0 ) ) } , removeCoord : function ( ) { this . setCoordSize ( this . readNumberFromID ( " # plannedCoords " , ! 1 , ! 0 ) ) } , addDBs : function ( ) { this . setDBsSize ( this . readNumberFromID ( " # plannedDBs " , ! 0 ) ) } , removeDBs : function ( ) { this . setDBsSize ( this . readNumberFromID ( " # plannedDBs " , ! 1 , ! 0 ) ) } , readNumberFromID : function ( a , b , c ) { var d = $ ( a ) . html ( ) , e = ! 1 ; try { e = JSON . parse ( d ) } catch ( f ) { } return b & & e + + , c & & 1 ! = = e & & e - - , e } , initialize : function ( a ) { window . App . isCluster & & ( this . dbServers = a . dbServers , this . coordinators = a . coordinators , this . updateServerTime ( ) , window . setInterval ( function ( ) { if ( " # sNodes " = = = window . location . hash ) ; } , this . interval ) ) } , render : function ( ) { var a = this , b = function ( ) { var b = function ( ) { a . continueRender ( ) } . bind ( this ) ; this . waitForDBServers ( b ) } . bind ( this ) ; this . initDoneCoords ? b ( ) : this . waitForCoordinators ( b ) , window . arangoHelper . buildNodesSubNav ( " scale " ) } , continueRender : function ( ) { var a , b , c = this ; a = this . coordinators . toJSON ( ) , b = this . dbServers . toJSON ( ) , this . $ el . html ( this . template . render ( { runningCoords : a . length , runningDBs : b . length , plannedCoords : void 0 , plannedDBs : void 0 } ) ) , $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _admin / cluster / numberOfServers " ) , contentType : " application / json " , processData : ! 1 , success : function ( a ) { c . updateTable ( a ) } } ) } , updateTable : function ( a ) { var b = ' < span class = " warning " > scaling in progress < / span > ' , c = ' < span class = " positive " > no scaling process active < / span > ' ; a . numberOfCoordinators & & ( $ ( " # plannedCoords " ) . html ( a . numberOfCoordinators ) , this . coordinators . toJSON ( ) . length = = = a . numberOfCoordinators ? $ ( " # statusCoords " ) . html ( c ) : $ ( " # statusCoords " ) . html ( b ) ) , a . numberOfDBServers & & ( $ ( " # plannedDBs " ) . html ( a . numberOfDBServers ) , this . dbServers . toJSON ( ) . length = = = a . numberOfDBServers ? $ ( " # statusDBs " ) . html ( c ) : $ ( " # statusDBs " ) . html ( b ) ) } , waitForDBServers : function ( a ) { var b = this ; 0 = = = this . dbServers . length ? window . setInterval ( function ( ) { b . waitForDBServers ( a ) } , 300 ) : a ( ) } , waitForCoordinators : function ( a ) { var b = this ; window . setTimeout ( function ( ) { 0 = = = b . coordinators . length ? b . waitForCoordinators ( a ) : ( this . initDoneCoords = ! 0 , a ( ) ) } , 200 ) } , updateServerTime : function ( ) { this . serverTime = ( new Date ) . getTime ( ) } } ) } ( ) , function ( ) { " use strict " ; window . SettingsView = Backbone . View . extend ( { el : " # content " , initialize : function ( a ) { this . collectionName = a . collectionName , this . model = this . collection } , events : { } , render : function ( ) { this . breadcrumb ( ) , window . arangoHelper . buildCollectionSubNav ( this . collectionName , " Settings " ) , this . renderSettings ( ) } , breadcrumb : function ( ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " Collection : " + this . collectionName ) } , unloadCollection : function ( ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " Collection error " , this . model . get ( " name " ) + " could not be unloaded . " ) : void 0 = = = a ? ( this . model . set ( " status " , " unloading " ) , this . render ( ) ) : " # collections " = = = window . location . hash ? ( this . model . set ( " status " , " unloaded " ) , this . render ( ) ) : arangoHelper . arangoNotification ( " Collection " + this . model . get ( " name " ) + " unloaded . " ) } . bind ( this ) ; this . model . unloadCollection ( a ) , window . modalView . hide ( ) } , loadCollection : function ( ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " Collection error " , this . model . get ( " name " ) + " could not be loaded . " ) : void 0 = = = a ? ( this . model . set ( " status " , " loading " ) , this . render ( ) ) : " # collections " = = = window . location . hash ? ( this . model . set ( " status " , " loaded " ) , this . render ( ) ) : arangoHelper . arangoNotification ( " Collection " + this . model . get ( " name " ) + " loaded . " ) } . bind ( this ) ; this . model . loadCollection ( a ) , window . modalView . hide ( ) } , truncateCollection : function ( ) { this . model . truncateCollection ( ) , window . modalView . hide ( ) } , deleteCollection : function ( ) { this . model . destroy ( { error : function ( ) { arangoHelper . arangoError ( " Could not delete collection . " ) } , success : function ( ) { window . App . navigate ( " # collections " , { trigger : ! 0 } ) } } ) } , saveModifiedCollection : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Error " , " Could not get coordinator info " ) ; else { var c ; c = b ? this . model . get ( " name " ) : $ ( " # change - collection - name " ) . val ( ) ; var d = this . model . get ( " status " ) ; if ( " loaded " = = = d ) { var e ; try { e = JSON . parse ( 1024 * $ ( " # change - collection - size " ) . val ( ) * 1024 ) } catch ( f ) { return arangoHelper . arangoError ( " Please enter a valid number " ) , 0 } var g ; try { if ( g = JSON . parse ( $ ( " # change - index - buckets " ) . val ( ) ) , 1 > g | | parseInt ( g ) ! = = Math . pow ( 2 , Math . log2 ( g ) ) ) throw " invalid indexBuckets value " } catch ( f ) { return arangoHelper . arangoError ( " Please enter a valid number of index buckets " ) , 0 } var h = function ( a ) { a ? arangoHelper . arangoError ( " Collection error : " + a . responseText ) : ( arangoHelper . arangoNotification ( " Collection : Successfully changed . " ) , window . App . navigate ( " # cSettings / " + c , { trigger : ! 0 } ) ) } . bind ( this ) , i = function ( a ) { if ( a ) arangoHelper . arangoError ( " Collection error : " + a . responseText ) ; else { var b = $ ( " # change - collection - sync " ) . val ( ) ; this . model . changeCollection ( b , e , g , h ) } } . bind ( this ) ; this . model . renameCollection ( c , i ) } else if ( " unloaded " = = = d ) if ( this . model . get ( " name " ) ! = = c ) { var j = function ( a , b ) { a ? arangoHelper . arangoError ( " Collection " + b . responseText ) : ( arangoHelper . arangoNotification ( " CollectionSuccessfully changed . " ) , window . App . navigate ( " # cSettings / " + c , { trigger : ! 0 } ) ) } . bind ( this ) ; this . model . renameCollection ( c , j ) } else window . modalView . hide ( ) } } . bind ( this ) ; window . isCoordinator ( a ) } , renderSettings : function ( ) { var a = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Error " , " Could not get coordinator info " ) ; else { var c = ! 1 ; " loaded " = = = this . model . get ( " status " ) & & ( c = ! 0 ) ; var d = [ ] , e = [ ] ; b | | e . push ( window . modalView . createTextEntry ( " change - collection - name " , " Name " , this . model . get ( " name " ) , ! 1 , " " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z ] / ) , msg : " Collection name must always start with a letter . " } , { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only Symbols " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No collection name given . " } ] ) ) ; var f = function ( ) { e . push ( window . modalView . createReadOnlyEntry ( " change - collection - id " , " ID " , this . model . get ( " id " ) , " " ) ) , e . push ( window . modalView . createReadOnlyEntry ( " change - collection - type " , " Type " , this . model . get ( " type " ) , " " ) ) , e . push ( window . modalView . createReadOnlyEntry ( " change - collection - status " , " Status " , this . model . get ( " status " ) , " " ) ) , d . push ( window . modalView . createDeleteButton ( " Delete " , this . deleteCollection . bind ( this ) ) ) , d . push ( window . modalView . createDeleteButton ( " Truncate " , this . truncateCollection . bind ( this ) ) ) , c ? d . push ( window . modalView . createNotificationButton ( " Unload " , this . unloadCollection . bind ( this ) ) ) : d . push ( window . modalView . createNotificationButton ( " Load " , this . loadCollection . bind ( this ) ) ) , d . push ( window . modalView . createSuccessButton ( " Save " , this . saveModifiedCollection . bind ( this ) ) ) ; var a = [ " General " , " Indices " ] , b = [ " modalTable . ejs " , " indicesView . ejs " ] ; window . modalView . show ( b , " Modify Collection " , d , e , null , null , this . events , null , a , " content " ) , $ ( $ ( " # infoTab " ) . children ( ) [ 1 ] ) . remove ( ) } . bind ( this ) ; if ( c ) { var g = function ( a , b ) { if ( a ) arangoHelper . arangoError ( " Collection " , " Could not fetch properties " ) ; else { var c = b . journalSize / 1048576 , d = b . indexBuckets , g = b . waitForSync ; e . push ( window . modalView . createTextEntry ( " change - collection - size " , " Journal size " , c , " The maximal size of a journal or datafile ( in MB ) . Must be at least 1 . " , " " , ! 0 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 0 - 9 ] * $ / ) , msg : " Must be a number . " } ] ) ) , e . push ( window . modalView . createTextEntry ( " change - index - buckets " , " Index buckets " , d , " The number of index buckets for this collection . Must be at least 1 and a power of 2 . " , " " , ! 0 , [ { rule : Joi . string ( ) . allow ( " " ) . optional ( ) . regex ( / ^ [ 1 - 9 ] [ 0 - 9 ] * $ / ) , msg : " Must be a number greater than 1 and a power of 2 . " } ] ) ) , e . push ( window . modalView . createSelectEntry ( " change - collection - sync " , " Wait for sync " , g , " Synchronize to disk before returning from a create or update of a document . " , [ { value : ! 1 , label : " No " } , { value : ! 0 , label : " Yes " } ] ) ) } f ( ) } . bind ( this ) ; this . model . getProperties ( g ) } else f ( ) } } . bind ( this ) ; window . isCoordinator ( a ) } } ) } ( ) , function ( ) { " use strict " ; window . ShowClusterView = Backbone . View . extend ( { detailEl : " # modalPlaceholder " , el : " # content " , defaultFrame : 12e5 , template : templateEngine . createTemplate ( " showCluster . ejs " ) , modal : templateEngine . createTemplate ( " waitModal . ejs " ) , detailTemplate : templateEngine . createTemplate ( " detailView . ejs " ) , events : { " change # selectDB " : " updateCollections " , " change # selectCol " : " updateShards " , " click . dbserver . success " : " dashboard " , " click . coordinator . success " : " dashboard " } , replaceSVGs : function ( ) { $ ( " . svgToReplace " ) . each ( function ( ) { var a = $ ( this ) , b = a . attr ( " id " ) , c = a . attr ( " src " ) ; $ . get ( c , function ( c ) { var d = $ ( c ) . find ( " svg " ) ; d . attr ( " id " , b ) . attr ( " class " , " icon " ) . removeAttr ( " xmlns : a " ) , a . replaceWith ( d ) } , " xml " ) } ) } , updateServerTime : function ( ) { this . serverTime = ( new Date ) . getTime ( ) } , setShowAll : function ( ) { this . graphShowAll = ! 0 } , resetShowAll : function ( ) { this . graphShowAll = ! 1 , this . renderLineChart ( ) } , initialize : function ( a ) { this . options = a , this . interval = 1e4 , this . isUpdating = ! 1 , this . timer = null , this . knownServers = [ ] , this . graph = void 0 , this . graphShowAll = ! 1 , this . updateServerTime ( ) , this . dygraphConfig = this . options . dygraphConfig , this . dbservers = new window . ClusterServers ( [ ] , { interval : this . interval } ) , this . coordinators = new window . ClusterCoordinators ( [ ] , { interval : this . interval } ) , this . documentStore = new window . arangoDocuments , this . statisticsDescription = new window . StatisticsDescription , this . statisticsDescription . fetch ( { async : ! 1 } ) , this . dbs = new window . ClusterDatabases ( [ ] , { interval : this . interval } ) , this . cols = new window . ClusterCollections , this . shards = new window . ClusterShards , this . startUpdating ( ) } , listByAddress : function ( a ) { var b = { } , c = this ; this . dbservers . byAddress ( b , function ( b ) { c . coordinators . byAddress ( b , a ) } ) } , updateCollections : function ( ) { var a = this , b = $ ( " # selectCol " ) , c = $ ( " # selectDB " ) . find ( " : selected " ) . attr ( " id " ) ; if ( c ) { var d = b . find ( " : selected " ) . attr ( " id " ) ; b . html ( " " ) , this . cols . getList ( c , function ( c ) { _ . each ( _ . pluck ( c , " name " ) , function ( a ) { b . append ( ' < option id = " ' + a + ' " > ' + a + " < / option > " ) } ) ; var e = $ ( " # " + d , b ) ; 1 = = = e . length & & e . prop ( " selected " , ! 0 ) , a . updateShards ( ) } ) } } , updateShards : function ( ) { var a = $ ( " # selectDB " ) . find ( " : selected " ) . attr ( " id " ) , b = $ ( " # selectCol " ) . find ( " : selected " ) . attr ( " id " ) ; this . shards . getList ( a , b , function ( a ) { $ ( " . shardCounter " ) . html ( " 0 " ) , _ . each ( a , function ( a ) { $ ( " # " + a . server + " Shards " ) . html ( a . shards . length ) } ) } ) } , updateServerStatus : function ( a ) { var b = this , c = function ( a , b , c ) { var d , e , f = c ; f = f . replace ( / \ . / g , " - " ) , f = f . replace ( / \ : / g , " _ " ) , e = $ ( " # id " + f ) , e . length < 1 | | ( d = e . attr ( " class " ) . split ( / \ s + / ) [ 1 ] , e . attr ( " class " , a + " " + d + " " + b ) , " coordinator " = = = a & & ( " success " = = = b ? $ ( " . button - gui " , e . closest ( " . tile " ) ) . toggleClass ( " button - gui - disabled " , ! 1 ) : $ ( " . button - gui " , e . closest ( " . tile " ) ) . toggleClass ( " button - gui - disabled " , ! 0 ) ) ) } ; this . coordinators . getStatuses ( c . bind ( this , " coordinator " ) , function ( ) { b . dbservers . getStatuses ( c . bind ( b , " dbserver " ) ) , a ( ) } ) } , updateDBDetailList : function ( ) { var a = this , b = $ ( " # selectDB " ) , c = b . find ( " : selected " ) . attr ( " id " ) ; b . html ( " " ) , this . dbs . getList ( function ( d ) { _ . each ( _ . pluck ( d , " name " ) , function ( a ) { b . append ( ' < option id = " ' + a + ' " > ' + a + " < / option > " ) } ) ; var e = $ ( " # " + c , b ) ; 1 = = = e . length & & e . prop ( " selected " , ! 0 ) , a . updateCollections ( ) } ) } , rerender : function ( ) { var a = this ; this . updateServerStatus ( function ( ) { a . getServerStatistics ( function ( ) { a . updateServerTime ( ) , a . data = a . generatePieData ( ) , a . renderPieChart ( a . data ) , a . renderLineChart ( ) , a . updateDBDetailList ( ) } ) } ) } , render : function ( ) { this . knownServers = [ ] , delete this . hist ; var a = this ; this . listByAddress ( function ( b ) { 1 = = = Object . keys ( b ) . length ? a . type = " testPlan " : a . type = " other " , a . updateDBDetailList ( ) , a . dbs . getList ( function ( c ) { $ ( a . el ) . html ( a . template . render ( { dbs : _ . pluck ( c , " name " ) , byAddress : b , type : a . type } ) ) , $ ( a . el ) . append ( a . modal . render ( { } ) ) , a . replaceSVGs ( ) , a . getServerStatistics ( function ( ) { a . data = a . generatePieData ( ) , a . renderPieChart ( a . data ) , a . renderLineChart ( ) , a . updateDBDetailList ( ) , a . startUpdating ( ) } ) } ) } ) } , generatePieData : function ( ) { var a = [ ] , b = this ; return this . data . forEach ( function ( c ) { a . push ( { key : c . get ( " name " ) , value : c . get ( " system " ) . virtualSize , time : b . serverTime } ) } ) , a } , addStatisticsItem : function ( a , b , c , d ) { var e = this ; e . hasOwnProperty ( " hist " ) | | ( e . hist = { } ) , e . hist . hasOwnProperty ( a ) | | ( e . hist [ a ] = [ ] ) ; var f = e . hist [ a ] , g = f . length ; if ( 0 = = = g ) f . push ( { time : b , snap : d , requests : c , requestsPerSecond : 0 } ) ; else { var h = f [ g - 1 ] . time , i = f [ g - 1 ] . requests ; if ( c > i ) { var j = b - h , k = 0 ; j > 0 & & ( k = ( c - i ) / j ) , f . push ( { time : b , snap : d , requests : c , requestsPerSecond : k } ) } } } , getServerStatistics : function ( a ) { var b = this , c = Math . round ( b . serverTime / 1e3 ) ; this . data = void 0 ; var d = new window . ClusterStatisticsCollection , e = this . coordinators . first ( ) ; this . dbservers . forEach ( function ( a ) { if ( " ok " = = = a . get ( " status " ) ) { - 1 = = = b . knownServers . indexOf ( a . id ) & & b . knownServers . push ( a . id ) ; var c = new window . Statistics ( { name : a . id } ) ; c . url = e . get ( " protocol " ) + " : / / " + e . get ( " address " ) + " / _admin / clusterStatistics ? DBserver = " + a . get ( " name " ) , d . add ( c ) } } ) , this . coordinators . forEach ( function ( a ) { if ( " ok " = = = a . get ( " status " ) ) { - 1 = = = b . knownServers . indexOf ( a . id ) & & b . knownServers . push ( a . id ) ; var c = new window . Statistics ( { name : a . id } ) ; c . url = a . get ( " protocol " ) + " : / / " + a . get ( " address " ) + " / _admin / statistics " , d . add ( c ) } } ) ; var f = d . size ( ) ; this . data = [ ] ; var g = function ( d ) { f - - ; var e = d . get ( " time " ) , g = d . get ( " name " ) , h = d . get ( " http " ) . requestsTotal ; b . addStatisticsItem ( g , e , h , c ) , b . data . push ( d ) , 0 = = = f & & a ( ) } , h = function ( ) { f - - , 0 = = = f & & a ( ) } ; d . fetch ( g , h ) } , renderPieChart : function ( a ) { var b = $ ( " # clusterGraphs svg " ) . width ( ) , c = $ ( " # clusterGraphs svg " ) . height ( ) , d = Math . min ( b , c ) / 2 , e = this . dygraphConfig . colors , f = d3 . svg . arc ( ) . outerRadius ( d - 20 ) . innerRadius ( 0 ) , g = d3 . layout . pie ( ) . sort ( function ( a ) { return a . value } ) . value ( function ( a ) { return a . value } ) ; d3 . select ( " # clusterGraphs " ) . select ( " svg " ) . remove ( ) ; var h = d3 . select ( " # clusterGraphs " ) . append ( " svg " ) . attr ( " class " , " clusterChart " ) . append ( " g " ) . attr ( " transform " , " translate ( " + b / 2 + " , " + ( c / 2 - 10 ) + " ) " ) , i = d3 . svg . arc ( ) . outerRadius ( d - 2 ) . innerRadius ( d - 2 ) , j = h . selectAll ( " . arc " ) . data ( g ( a ) ) . enter ( ) . append ( " g " ) . attr ( " class " , " slice " ) ; j . append ( " path " ) . attr ( " d " , f ) . style ( " fill " , function ( a , b ) { return e [ b % e . length ] } ) . style ( " stroke " , function ( a , b ) { return e [ b % e . length ] } ) , j . append ( " text " ) . attr ( " transform " , function ( a ) { return " translate ( " + f . centroid ( a ) + " ) " } ) . style ( " text - anchor " , " middle " ) . text ( function ( a ) { var b = a . data . value / 1024 / 1024 / 1024 ; return b . toFixed ( 2 ) } ) , j . append ( " text " ) . attr ( " transform " , function ( a ) { return " translate ( " + i . centroid ( a ) + " ) " } ) . style ( " text - anchor " , " middle " ) . text ( function ( a ) { return a . data . key } ) } , renderLineChart : function ( ) { var a , b , c , d , e , f , g = this , h = 1200 , i = [ ] , j = [ ] , k = Math . round ( ( new Date ) . getTime ( ) / 1e3 ) - h , l = g . knownServers , m = function ( ) { return null } ; for ( c = 0 ; c < l . length ; + + c ) if ( b = g . hist [ l [ c ] ] ) for ( d = 0 ; d < b . length ; + + d ) f = b [ d ] . snap , k > f | | ( j . hasOwnProperty ( f ) ? a = j [ f ] : ( e = new Date ( 1e3 * f ) , a = j [ f ] = [ e ] . concat ( l . map ( m ) ) ) , a [ c + 1 ] = b [ d ] . requestsPerSecond ) ; i = [ ] , Object . keys ( j ) . sort ( ) . forEach ( function ( a ) { i . push ( j [ a ] ) } ) ; var n = this . dygraphConfig . getDefaultConfig ( " clusterRequestsPerSecond " ) ; n . labelsDiv = $ ( " # lineGraphLegend " ) [ 0 ] , n . labels = [ " datetime " ] . concat ( l ) , g . graph = new Dygraph ( document . getElementById ( " lineGraph " ) , i , n ) } , stopUpdating : function ( ) { window . clearTimeout ( this . timer ) , delete this . graph , this . isUpdating = ! 1 } , startUpdating : function ( ) { if ( ! this . isUpdating ) { this . isUpdating = ! 0 ; var a = this ; this . timer = window . setInterval ( function ( ) { a . rerender ( ) } , this . interval ) } } , dashboard : function ( a ) { this . stopUpdating ( ) ; var b , c , d = $ ( a . currentTarget ) , e = { } , f = d . attr ( " id " ) ; f = f . replace ( / \ - / g , " . " ) , f = f . replace ( / \ _ / g , " : " ) , f = f . substr ( 2 ) , e . raw = f , e . isDBServer = d . hasClass ( " dbserver " ) , e . isDBServer ? ( b = this . dbservers . findWhere ( { address : e . raw } ) , c = this . coordinators . findWhere ( { status : " ok " } ) , e . endpoint = c . get ( " protocol " ) + " : / / " + c . get ( " address " ) ) : ( b = this . coordinators . findWhere ( { address : e . raw } ) , e . endpoint = b . get ( " protocol " ) + " : / / " + b . get ( " address " ) ) , e . target = encodeURIComponent ( b . get ( " name " ) ) , window . App . serverToShow = e , window . App . dashboard ( ) } , getCurrentSize : function ( a ) { " # " ! = = a . substr ( 0 , 1 ) & & ( a = " # " + a ) ; var b , c ; return $ ( a ) . attr ( " style " , " " ) , b = $ ( a ) . height ( ) , c = $ ( a ) . width ( ) , { height : b , width : c } } , resize : function ( ) { var a ; this . graph & & ( a = this . getCurrentSize ( this . graph . maindiv_ . id ) , this . graph . resize ( a . width , a . height ) ) } } ) } ( ) , function ( ) { " use strict " ; window . SpotlightView = Backbone . View . extend ( { template : templateEngine . createTemplate ( " spotlightView . ejs " ) , el : " # spotlightPlaceholder " , displayLimit : 8 , typeahead : null , callbackSuccess : null , callbackCancel : null , collections : { system : [ ] , doc : [ ] , edge : [ ] } , events : { " focusout # spotlight . tt - input " : " hide " , " keyup # spotlight . typeahead " : " listenKey " } , aqlKeywordsArray : [ ] , aqlBuiltinFunctionsArray : [ ] , aqlKeywords : " for | return | filter | sort | limit | let | collect | asc | desc | in | into | insert | update | remove | replace | upsert | options | with | and | or | not | distinct | graph | outbound | inbound | any | all | none | aggregate | like | count | shortest_path " , hide : function ( ) { this . typeahead = $ ( " # spotlight . typeahead " ) . typeahead ( " destroy " ) , $ ( this . el ) . hide ( ) } , listenKey : function ( a ) { 27 = = = a . keyCode ? ( this . hide ( ) , this . callbackSuccess & & this . callbackCancel ( ) ) : 13 = = = a . keyCode & & this . callbackSuccess & & ( this . hide ( ) , this . callbackSuccess ( $ ( this . typeahead ) . val ( ) ) ) } , substringMatcher : function ( a ) { return function ( b , c ) { var d , e ; d = [ ] , e = new RegExp ( b , " i " ) , _ . each ( a , function ( a ) { e . test ( a ) & & d . push ( a ) } ) , c ( d ) } } , updateDatasets : function ( ) { var a = this ; this . collections = { system : [ ] , doc : [ ] , edge : [ ] } , window . App . arangoCollectionsStore . each ( function ( b ) { b . get ( " isSystem " ) ? a . collections . system . push ( b . get ( " name " ) ) : " document " = = = b . get ( " type " ) ? a . collections . doc . push ( b . get ( " name " ) ) : a . collections . edge . push ( b . get ( " name " ) ) } ) } , stringToArray : function ( ) { var a = this ; _ . each ( this . aqlKeywords . split ( " | " ) , function ( b ) { a . aqlKeywordsArray . push ( b . toUpperCase ( ) ) } ) , a . aqlKeywordsArray . push ( ! 0 ) , a . aqlKeywordsArray . push ( ! 1 ) , a . aqlKeywordsArray . push ( null ) } , fetchKeywords : function ( a ) { var b = this ; $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / aql - builtin " ) , contentType : " application / json " , success : function ( c ) { b . stringToArray ( ) , b . updateDatasets ( ) , _ . each ( c . functions , function ( a ) { b . aqlBuiltinFunctionsArray . push ( a . name ) } ) , a & & a ( ) } , error : function ( ) { a & & a ( ) , arangoHelper . arangoError ( " AQL " , " Could not fetch AQL function definition . " ) } } ) } , show : function ( a , b , c ) { var d = this ; this . callbackSuccess = a , this . callbackCancel = b ; var e = function ( ) { var a = function ( a , b , c ) { var d = ' < div class = " header - type " > < h4 > ' + a + " < / h4 > " ; return b & & ( d + = ' < span > < i class = " fa ' + b + ' " > < / i > < / span > ' ) , c & & ( d + = ' < span class = " type " > ' + c . toUpperCase ( ) + " < / span > " ) , d + = " < / div > " } ; $ ( this . el ) . html ( this . template . render ( { } ) ) , $ ( this . el ) . show ( ) , " aql " = = = c ? this . typeahead = $ ( " # spotlight . typeahead " ) . typeahead ( { hint : ! 0 , highlight : ! 0 , minLength : 1 } , { name : " Functions " , source : this . substringMatcher ( this . aqlBuiltinFunctionsArray ) , limit : this . displayLimit , templates : { header : a ( " Functions " , " fa - code " , " aql " ) } } , { name : " Keywords " , source : this . substringMatcher ( this . aqlKeywordsArray ) , limit : this . displayLimit , templates : { header : a ( " Keywords " , " fa - code " , " aql " ) } } , { name : " Documents " , source : this . substringMatcher ( this . collections . doc ) , limit : this . displayLimit , templates : { header : a ( " Documents " , " fa - file - text - o " , " Collection " ) } } , { name : " Edges " , source : this . substringMatcher ( this . collections . edge ) , limit : this . displayLimit , templates : { header : a ( " Edges " , " fa - share - alt " , " Collection " ) } } , { name : " System " , limit : this . displayLimit , source : this . substringMatcher ( this . collections . system ) , templates : { header : a ( " System " , " fa - cogs " , " Collection " ) } } ) : this . typeahead = $ ( " # spotlight . typeahead " ) . typeahead ( { <nl> + hint : ! 0 , highlight : ! 0 , minLength : 1 } , { name : " Documents " , source : this . substringMatcher ( this . collections . doc ) , limit : this . displayLimit , templates : { header : a ( " Documents " , " fa - file - text - o " , " Collection " ) } } , { name : " Edges " , source : this . substringMatcher ( this . collections . edge ) , limit : this . displayLimit , templates : { header : a ( " Edges " , " fa - share - alt " , " Collection " ) } } , { name : " System " , limit : this . displayLimit , source : this . substringMatcher ( this . collections . system ) , templates : { header : a ( " System " , " fa - cogs " , " Collection " ) } } ) , $ ( " # spotlight . typeahead " ) . focus ( ) } . bind ( this ) ; 0 = = = d . aqlBuiltinFunctionsArray . length ? this . fetchKeywords ( e ) : e ( ) } } ) } ( ) , function ( ) { " use strict " ; window . StatisticBarView = Backbone . View . extend ( { el : " # statisticBar " , events : { " change # arangoCollectionSelect " : " navigateBySelect " , " click . tab " : " navigateByTab " } , template : templateEngine . createTemplate ( " statisticBarView . ejs " ) , initialize : function ( a ) { this . currentDB = a . currentDB } , replaceSVG : function ( a ) { var b = a . attr ( " id " ) , c = a . attr ( " class " ) , d = a . attr ( " src " ) ; $ . get ( d , function ( d ) { var e = $ ( d ) . find ( " svg " ) ; void 0 = = = b & & ( e = e . attr ( " id " , b ) ) , void 0 = = = c & & ( e = e . attr ( " class " , c + " replaced - svg " ) ) , e = e . removeAttr ( " xmlns : a " ) , a . replaceWith ( e ) } , " xml " ) } , render : function ( ) { var a = this ; return $ ( this . el ) . html ( this . template . render ( { isSystem : this . currentDB . get ( " isSystem " ) } ) ) , $ ( " img . svg " ) . each ( function ( ) { a . replaceSVG ( $ ( this ) ) } ) , this } , navigateBySelect : function ( ) { var a = $ ( " # arangoCollectionSelect " ) . find ( " option : selected " ) . val ( ) ; window . App . navigate ( a , { trigger : ! 0 } ) } , navigateByTab : function ( a ) { var b = a . target | | a . srcElement , c = b . id ; return " links " = = = c ? ( $ ( " # link_dropdown " ) . slideToggle ( 200 ) , void a . preventDefault ( ) ) : " tools " = = = c ? ( $ ( " # tools_dropdown " ) . slideToggle ( 200 ) , void a . preventDefault ( ) ) : ( window . App . navigate ( c , { trigger : ! 0 } ) , void a . preventDefault ( ) ) } , handleSelectNavigation : function ( ) { $ ( " # arangoCollectionSelect " ) . change ( function ( ) { var a = $ ( this ) . find ( " option : selected " ) . val ( ) ; window . App . navigate ( a , { trigger : ! 0 } ) } ) } , selectMenuItem : function ( a ) { $ ( " . navlist li " ) . removeClass ( " active " ) , a & & $ ( " . " + a ) . addClass ( " active " ) } } ) } ( ) , function ( ) { " use strict " ; window . TableView = Backbone . View . extend ( { template : templateEngine . createTemplate ( " tableView . ejs " ) , loading : templateEngine . createTemplate ( " loadingTableView . ejs " ) , initialize : function ( a ) { this . rowClickCallback = a . rowClick } , events : { " click . pure - table - body . pure - table - row " : " rowClick " , " click . deleteButton " : " removeClick " } , rowClick : function ( a ) { this . hasOwnProperty ( " rowClickCallback " ) & & this . rowClickCallback ( a ) } , removeClick : function ( a ) { this . hasOwnProperty ( " removeClickCallback " ) & & ( this . removeClickCallback ( a ) , a . stopPropagation ( ) ) } , setRowClick : function ( a ) { this . rowClickCallback = a } , setRemoveClick : function ( a ) { this . removeClickCallback = a } , render : function ( ) { $ ( this . el ) . html ( this . template . render ( { docs : this . collection } ) ) } , drawLoading : function ( ) { $ ( this . el ) . html ( this . loading . render ( { } ) ) } } ) } ( ) , function ( ) { " use strict " ; window . testView = Backbone . View . extend ( { el : " # content " , graph : { edges : [ ] , nodes : [ ] } , events : { } , initialize : function ( ) { console . log ( void 0 ) } , template : templateEngine . createTemplate ( " testView . ejs " ) , render : function ( ) { return $ ( this . el ) . html ( this . template . render ( { } ) ) , this . renderGraph ( ) , this } , renderGraph : function ( ) { this . convertData ( ) , console . log ( this . graph ) , this . s = new sigma ( { graph : this . graph , container : " graph - container " , verbose : ! 0 , renderers : [ { container : document . getElementById ( " graph - container " ) , type : " webgl " } ] } ) } , convertData : function ( ) { var a = this ; return _ . each ( this . dump , function ( b ) { _ . each ( b . p , function ( c ) { a . graph . nodes . push ( { id : c . verticesvalue . v . _id , label : b . v . _key , x : Math . random ( ) , y : Math . random ( ) , size : Math . random ( ) } ) , a . graph . edges . push ( { id : b . e . _id , source : b . e . _from , target : b . e . _to } ) } ) } ) , null } , dump : [ { v : { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } ] } } , { v : { label : " 8 " , _id : " circles / H " , _rev : " 1841664067459 " , _key : " H " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " right_blob " , _id : " edges / 1841666295683 " , _rev : " 1841666295683 " , _key : " 1841666295683 " , _from : " circles / G " , _to : " circles / H " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } , { label : " 8 " , _id : " circles / H " , _rev : " 1841664067459 " , _key : " H " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_blob " , _id : " edges / 1841666295683 " , _rev : " 1841666295683 " , _key : " 1841666295683 " , _from : " circles / G " , _to : " circles / H " } ] } } , { v : { label : " 9 " , _id : " circles / I " , _rev : " 1841664264067 " , _key : " I " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " right_blub " , _id : " edges / 1841666492291 " , _rev : " 1841666492291 " , _key : " 1841666492291 " , _from : " circles / H " , _to : " circles / I " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } , { label : " 8 " , _id : " circles / H " , _rev : " 1841664067459 " , _key : " H " } , { label : " 9 " , _id : " circles / I " , _rev : " 1841664264067 " , _key : " I " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_blob " , _id : " edges / 1841666295683 " , _rev : " 1841666295683 " , _key : " 1841666295683 " , _from : " circles / G " , _to : " circles / H " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_blub " , _id : " edges / 1841666492291 " , _rev : " 1841666492291 " , _key : " 1841666492291 " , _from : " circles / H " , _to : " circles / I " } ] } } , { v : { label : " 10 " , _id : " circles / J " , _rev : " 1841664460675 " , _key : " J " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " right_zip " , _id : " edges / 1841666688899 " , _rev : " 1841666688899 " , _key : " 1841666688899 " , _from : " circles / G " , _to : " circles / J " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } , { label : " 10 " , _id : " circles / J " , _rev : " 1841664460675 " , _key : " J " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_zip " , _id : " edges / 1841666688899 " , _rev : " 1841666688899 " , _key : " 1841666688899 " , _from : " circles / G " , _to : " circles / J " } ] } } , { v : { label : " 11 " , _id : " circles / K " , _rev : " 1841664657283 " , _key : " K " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " right_zup " , _id : " edges / 1841666885507 " , _rev : " 1841666885507 " , _key : " 1841666885507 " , _from : " circles / J " , _to : " circles / K " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 7 " , _id : " circles / G " , _rev : " 1841663870851 " , _key : " G " } , { label : " 10 " , _id : " circles / J " , _rev : " 1841664460675 " , _key : " J " } , { label : " 11 " , _id : " circles / K " , _rev : " 1841664657283 " , _key : " K " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " right_foo " , _id : " edges / 1841666099075 " , _rev : " 1841666099075 " , _key : " 1841666099075 " , _from : " circles / A " , _to : " circles / G " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_zip " , _id : " edges / 1841666688899 " , _rev : " 1841666688899 " , _key : " 1841666688899 " , _from : " circles / G " , _to : " circles / J " } , { theFalse : ! 1 , theTruth : ! 0 , label : " right_zup " , _id : " edges / 1841666885507 " , _rev : " 1841666885507 " , _key : " 1841666885507 " , _from : " circles / J " , _to : " circles / K " } ] } } , { v : { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } ] } } , { v : { label : " 5 " , _id : " circles / E " , _rev : " 1841663477635 " , _key : " E " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " left_blub " , _id : " edges / 1841665705859 " , _rev : " 1841665705859 " , _key : " 1841665705859 " , _from : " circles / B " , _to : " circles / E " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } , { label : " 5 " , _id : " circles / E " , _rev : " 1841663477635 " , _key : " E " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_blub " , _id : " edges / 1841665705859 " , _rev : " 1841665705859 " , _key : " 1841665705859 " , _from : " circles / B " , _to : " circles / E " } ] } } , { v : { label : " 6 " , _id : " circles / F " , _rev : " 1841663674243 " , _key : " F " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " left_schubi " , _id : " edges / 1841665902467 " , _rev : " 1841665902467 " , _key : " 1841665902467 " , _from : " circles / E " , _to : " circles / F " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } , { label : " 5 " , _id : " circles / E " , _rev : " 1841663477635 " , _key : " E " } , { label : " 6 " , _id : " circles / F " , _rev : " 1841663674243 " , _key : " F " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_blub " , _id : " edges / 1841665705859 " , _rev : " 1841665705859 " , _key : " 1841665705859 " , _from : " circles / B " , _to : " circles / E " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_schubi " , _id : " edges / 1841665902467 " , _rev : " 1841665902467 " , _key : " 1841665902467 " , _from : " circles / E " , _to : " circles / F " } ] } } , { v : { label : " 3 " , _id : " circles / C " , _rev : " 1841663084419 " , _key : " C " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " left_blarg " , _id : " edges / 1841665312643 " , _rev : " 1841665312643 " , _key : " 1841665312643 " , _from : " circles / B " , _to : " circles / C " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } , { label : " 3 " , _id : " circles / C " , _rev : " 1841663084419 " , _key : " C " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_blarg " , _id : " edges / 1841665312643 " , _rev : " 1841665312643 " , _key : " 1841665312643 " , _from : " circles / B " , _to : " circles / C " } ] } } , { v : { label : " 4 " , _id : " circles / D " , _rev : " 1841663281027 " , _key : " D " } , e : { theFalse : ! 1 , theTruth : ! 0 , label : " left_blorg " , _id : " edges / 1841665509251 " , _rev : " 1841665509251 " , _key : " 1841665509251 " , _from : " circles / C " , _to : " circles / D " } , p : { vertices : [ { label : " 1 " , _id : " circles / A " , _rev : " 1841662691203 " , _key : " A " } , { label : " 2 " , _id : " circles / B " , _rev : " 1841662887811 " , _key : " B " } , { label : " 3 " , _id : " circles / C " , _rev : " 1841663084419 " , _key : " C " } , { label : " 4 " , _id : " circles / D " , _rev : " 1841663281027 " , _key : " D " } ] , edges : [ { theFalse : ! 1 , theTruth : ! 0 , label : " left_bar " , _id : " edges / 1841665116035 " , _rev : " 1841665116035 " , _key : " 1841665116035 " , _from : " circles / A " , _to : " circles / B " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_blarg " , _id : " edges / 1841665312643 " , _rev : " 1841665312643 " , _key : " 1841665312643 " , _from : " circles / B " , _to : " circles / C " } , { theFalse : ! 1 , theTruth : ! 0 , label : " left_blorg " , _id : " edges / 1841665509251 " , _rev : " 1841665509251 " , _key : " 1841665509251 " , _from : " circles / C " , _to : " circles / D " } ] } } ] } ) } ( ) , function ( ) { " use strict " ; window . UserBarView = Backbone . View . extend ( { events : { " change # userBarSelect " : " navigateBySelect " , " click . tab " : " navigateByTab " , " mouseenter . dropdown " : " showDropdown " , " mouseleave . dropdown " : " hideDropdown " , " click # userLogoutIcon " : " userLogout " , " click # userLogout " : " userLogout " } , initialize : function ( a ) { this . userCollection = a . userCollection , this . userCollection . fetch ( { async : ! 0 } ) , this . userCollection . bind ( " change : extra " , this . render . bind ( this ) ) } , template : templateEngine . createTemplate ( " userBarView . ejs " ) , navigateBySelect : function ( ) { var a = $ ( " # arangoCollectionSelect " ) . find ( " option : selected " ) . val ( ) ; window . App . navigate ( a , { trigger : ! 0 } ) } , navigateByTab : function ( a ) { var b = a . target | | a . srcElement ; b = $ ( b ) . closest ( " a " ) ; var c = b . attr ( " id " ) ; return " user " = = = c ? ( $ ( " # user_dropdown " ) . slideToggle ( 200 ) , void a . preventDefault ( ) ) : ( window . App . navigate ( c , { trigger : ! 0 } ) , void a . preventDefault ( ) ) } , toggleUserMenu : function ( ) { $ ( " # userBar . subBarDropdown " ) . toggle ( ) } , showDropdown : function ( ) { $ ( " # user_dropdown " ) . fadeIn ( 1 ) } , hideDropdown : function ( ) { $ ( " # user_dropdown " ) . fadeOut ( 1 ) } , render : function ( ) { if ( frontendConfig . authenticationEnabled ! = = ! 1 ) { var a = this , b = function ( a , b ) { if ( a ) arangoHelper . arangoErro ( " User " , " Could not fetch user . " ) ; else { var c = null , d = null , e = ! 1 , f = null ; if ( b ! = = ! 1 ) return f = this . userCollection . findWhere ( { user : b } ) , f . set ( { loggedIn : ! 0 } ) , d = f . get ( " extra " ) . name , c = f . get ( " extra " ) . img , e = f . get ( " active " ) , c = c ? " https : / / s . gravatar . com / avatar / " + c + " ? s = 80 " : " img / default_user . png " , d | | ( d = " " ) , this . $ el = $ ( " # userBar " ) , this . $ el . html ( this . template . render ( { img : c , name : d , username : b , active : e } ) ) , this . delegateEvents ( ) , this . $ el } } . bind ( this ) ; $ ( " # userBar " ) . on ( " click " , function ( ) { a . toggleUserMenu ( ) } ) , this . userCollection . whoAmI ( b ) } } , userLogout : function ( ) { var a = function ( a ) { a ? arangoHelper . arangoError ( " User " , " Logout error " ) : this . userCollection . logout ( ) } . bind ( this ) ; this . userCollection . whoAmI ( a ) } } ) } ( ) , function ( ) { " use strict " ; window . userManagementView = Backbone . View . extend ( { el : " # content " , el2 : " # userManagementThumbnailsIn " , template : templateEngine . createTemplate ( " userManagementView . ejs " ) , events : { " click # createUser " : " createUser " , " click # submitCreateUser " : " submitCreateUser " , " click # userManagementThumbnailsIn . tile " : " editUser " , " click # submitEditUser " : " submitEditUser " , " click # userManagementToggle " : " toggleView " , " keyup # userManagementSearchInput " : " search " , " click # userManagementSearchSubmit " : " search " , " click # callEditUserPassword " : " editUserPassword " , " click # submitEditUserPassword " : " submitEditUserPassword " , " click # submitEditCurrentUserProfile " : " submitEditCurrentUserProfile " , " click . css - label " : " checkBoxes " , " change # userSortDesc " : " sorting " } , dropdownVisible : ! 1 , initialize : function ( ) { var a = this , b = function ( a , b ) { frontendConfig . authenticationEnabled = = = ! 0 & & ( a | | null = = = b ? arangoHelper . arangoError ( " User " , " Could not fetch user data " ) : this . currentUser = this . collection . findWhere ( { user : b } ) ) } . bind ( this ) ; this . collection . fetch ( { success : function ( ) { a . collection . whoAmI ( b ) } } ) } , checkBoxes : function ( a ) { var b = a . currentTarget . id ; $ ( " # " + b ) . click ( ) } , sorting : function ( ) { $ ( " # userSortDesc " ) . is ( " : checked " ) ? this . collection . setSortingDesc ( ! 0 ) : this . collection . setSortingDesc ( ! 1 ) , $ ( " # userManagementDropdown " ) . is ( " : visible " ) ? this . dropdownVisible = ! 0 : this . dropdownVisible = ! 1 , this . render ( ) } , render : function ( a ) { var b = ! 1 ; return $ ( " # userManagementDropdown " ) . is ( " : visible " ) & & ( b = ! 0 ) , this . collection . sort ( ) , $ ( this . el ) . html ( this . template . render ( { collection : this . collection , searchString : " " } ) ) , b = = = ! 0 & & ( $ ( " # userManagementDropdown2 " ) . show ( ) , $ ( " # userSortDesc " ) . attr ( " checked " , this . collection . sortOptions . desc ) , $ ( " # userManagementToggle " ) . toggleClass ( " activated " ) , $ ( " # userManagementDropdown " ) . show ( ) ) , a & & this . editCurrentUser ( ) , arangoHelper . setCheckboxStatus ( " # userManagementDropdown " ) , this } , search : function ( ) { var a , b , c , d ; a = $ ( " # userManagementSearchInput " ) , b = $ ( " # userManagementSearchInput " ) . val ( ) , d = this . collection . filter ( function ( a ) { return - 1 ! = = a . get ( " user " ) . indexOf ( b ) } ) , $ ( this . el ) . html ( this . template . render ( { collection : d , searchString : b } ) ) , a = $ ( " # userManagementSearchInput " ) , c = a . val ( ) . length , a . focus ( ) , a [ 0 ] . setSelectionRange ( c , c ) } , createUser : function ( a ) { a . preventDefault ( ) , this . createCreateUserModal ( ) } , submitCreateUser : function ( ) { var a = this , b = $ ( " # newUsername " ) . val ( ) , c = $ ( " # newName " ) . val ( ) , d = $ ( " # newPassword " ) . val ( ) , e = $ ( " # newStatus " ) . is ( " : checked " ) ; if ( this . validateUserInfo ( c , b , d , e ) ) { var f = { user : b , passwd : d , active : e , extra : { name : c } } ; this . collection . create ( f , { wait : ! 0 , error : function ( a , b ) { arangoHelper . parseError ( " User " , b , a ) } , success : function ( ) { a . updateUserManagement ( ) , window . modalView . hide ( ) } } ) } } , validateUserInfo : function ( a , b , c , d ) { return " " = = = b ? ( arangoHelper . arangoError ( " You have to define an username " ) , $ ( " # newUsername " ) . closest ( " th " ) . css ( " backgroundColor " , " red " ) , ! 1 ) : ! 0 } , updateUserManagement : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . render ( ) } } ) } , submitDeleteUser : function ( a ) { var b = this . collection . findWhere ( { user : a } ) ; b . destroy ( { wait : ! 0 } ) , window . modalView . hide ( ) , this . updateUserManagement ( ) } , editUser : function ( a ) { if ( " createUser " ! = = $ ( a . currentTarget ) . find ( " a " ) . attr ( " id " ) ) { $ ( a . currentTarget ) . hasClass ( " tile " ) & & ( a . currentTarget = $ ( a . currentTarget ) . find ( " img " ) ) , this . collection . fetch ( ) ; var b = this . evaluateUserName ( $ ( a . currentTarget ) . attr ( " id " ) , " _edit - user " ) ; " " = = = b & & ( b = $ ( a . currentTarget ) . attr ( " id " ) ) ; var c = this . collection . findWhere ( { user : b } ) ; c . get ( " loggedIn " ) ? this . editCurrentUser ( ) : this . createEditUserModal ( c . get ( " user " ) , c . get ( " extra " ) . name , c . get ( " active " ) ) } } , editCurrentUser : function ( ) { this . createEditCurrentUserModal ( this . currentUser . get ( " user " ) , this . currentUser . get ( " extra " ) . name , this . currentUser . get ( " extra " ) . img ) } , submitEditUser : function ( a ) { var b = $ ( " # editName " ) . val ( ) , c = $ ( " # editStatus " ) . is ( " : checked " ) ; if ( ! this . validateStatus ( c ) ) return void $ ( " # editStatus " ) . closest ( " th " ) . css ( " backgroundColor " , " red " ) ; if ( ! this . validateName ( b ) ) return void $ ( " # editName " ) . closest ( " th " ) . css ( " backgroundColor " , " red " ) ; var d = this . collection . findWhere ( { user : a } ) ; d . save ( { extra : { name : b } , active : c } , { type : " PATCH " } ) , window . modalView . hide ( ) , this . updateUserManagement ( ) } , validateUsername : function ( a ) { return " " = = = a ? ( arangoHelper . arangoError ( " You have to define an username " ) , $ ( " # newUsername " ) . closest ( " th " ) . css ( " backgroundColor " , " red " ) , ! 1 ) : a . match ( / ^ [ a - zA - Z ] [ a - zA - Z0 - 9_ \ - ] * $ / ) ? ! 0 : ( arangoHelper . arangoError ( " Wrong Username " , " Username may only contain numbers , letters , _ and - " ) , ! 1 ) } , validatePassword : function ( a ) { return ! 0 } , validateName : function ( a ) { return " " = = = a ? ! 0 : a . match ( / ^ [ a - zA - Z ] [ a - zA - Z0 - 9_ \ - \ ] * $ / ) ? ! 0 : ( arangoHelper . arangoError ( " Wrong Username " , " Username may only contain numbers , letters , _ and - " ) , ! 1 ) } , validateStatus : function ( a ) { return " " = = = a ? ! 1 : ! 0 } , toggleView : function ( ) { $ ( " # userSortDesc " ) . attr ( " checked " , this . collection . sortOptions . desc ) , $ ( " # userManagementToggle " ) . toggleClass ( " activated " ) , $ ( " # userManagementDropdown2 " ) . slideToggle ( 200 ) } , setFilterValues : function ( ) { } , evaluateUserName : function ( a , b ) { if ( a ) { var c = a . lastIndexOf ( b ) ; return a . substring ( 0 , c ) } } , editUserPassword : function ( ) { window . modalView . hide ( ) , this . createEditUserPasswordModal ( ) } , submitEditUserPassword : function ( ) { var a = $ ( " # oldCurrentPassword " ) . val ( ) , b = $ ( " # newCurrentPassword " ) . val ( ) , c = $ ( " # confirmCurrentPassword " ) . val ( ) ; $ ( " # oldCurrentPassword " ) . val ( " " ) , $ ( " # newCurrentPassword " ) . val ( " " ) , $ ( " # confirmCurrentPassword " ) . val ( " " ) , $ ( " # oldCurrentPassword " ) . closest ( " th " ) . css ( " backgroundColor " , " white " ) , $ ( " # newCurrentPassword " ) . closest ( " th " ) . css ( " backgroundColor " , " white " ) , $ ( " # confirmCurrentPassword " ) . closest ( " th " ) . css ( " backgroundColor " , " white " ) ; var d = ! 1 , e = function ( a , e ) { a ? arangoHelper . arangoError ( " User " , " Could not verify old password " ) : e & & ( b ! = = c & & ( arangoHelper . arangoError ( " User " , " New passwords do not match " ) , d = ! 0 ) , d | | ( this . currentUser . setPassword ( b ) , arangoHelper . arangoNotification ( " User " , " Password changed " ) , window . modalView . hide ( ) ) ) } . bind ( this ) ; this . currentUser . checkPassword ( a , e ) } , submitEditCurrentUserProfile : function ( ) { var a = $ ( " # editCurrentName " ) . val ( ) , b = $ ( " # editCurrentUserProfileImg " ) . val ( ) ; b = this . parseImgString ( b ) ; var c = function ( a ) { a ? arangoHelper . arangoError ( " User " , " Could not edit user settings " ) : ( arangoHelper . arangoNotification ( " User " , " Changes confirmed . " ) , this . updateUserProfile ( ) ) } . bind ( this ) ; this . currentUser . setExtras ( a , b , c ) , window . modalView . hide ( ) } , updateUserProfile : function ( ) { var a = this ; this . collection . fetch ( { success : function ( ) { a . render ( ) } } ) } , parseImgString : function ( a ) { return - 1 = = = a . indexOf ( " @ " ) ? a : CryptoJS . MD5 ( a ) . toString ( ) } , createEditUserModal : function ( a , b , c ) { var d , e ; e = [ { type : window . modalView . tables . READONLY , label : " Username " , value : _ . escape ( a ) } , { type : window . modalView . tables . TEXT , label : " Name " , value : b , id : " editName " , placeholder : " Name " } , { type : window . modalView . tables . CHECKBOX , label : " Active " , value : " active " , checked : c , id : " editStatus " } ] , d = [ { title : " Delete " , type : window . modalView . buttons . DELETE , callback : this . submitDeleteUser . bind ( this , a ) } , { title : " Save " , type : window . modalView . buttons . SUCCESS , callback : this . submitEditUser . bind ( this , a ) } ] , window . modalView . show ( " modalTable . ejs " , " Edit User " , d , e ) } , createCreateUserModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createTextEntry ( " newUsername " , " Username " , " " , ! 1 , " Username " , ! 0 , [ { rule : Joi . string ( ) . regex ( / ^ [ a - zA - Z0 - 9 \ - _ ] * $ / ) , msg : ' Only symbols , " _ " and " - " are allowed . ' } , { rule : Joi . string ( ) . required ( ) , msg : " No username given . " } ] ) ) , b . push ( window . modalView . createTextEntry ( " newName " , " Name " , " " , ! 1 , " Name " , ! 1 ) ) , b . push ( window . modalView . createPasswordEntry ( " newPassword " , " Password " , " " , ! 1 , " " , ! 1 ) ) , b . push ( window . modalView . createCheckboxEntry ( " newStatus " , " Active " , " active " , ! 1 , ! 0 ) ) , a . push ( window . modalView . createSuccessButton ( " Create " , this . submitCreateUser . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Create New User " , a , b ) } , createEditCurrentUserModal : function ( a , b , c ) { var d = [ ] , e = [ ] ; e . push ( window . modalView . createReadOnlyEntry ( " id_username " , " Username " , a ) ) , e . push ( window . modalView . createTextEntry ( " editCurrentName " , " Name " , b , ! 1 , " Name " , ! 1 ) ) , e . push ( window . modalView . createTextEntry ( " editCurrentUserProfileImg " , " Gravatar account ( Mail ) " , c , " Mailaddress or its md5 representation of your gravatar account . The address will be converted into a md5 string . Only the md5 string will be stored , not the mailaddress . " , " myAccount ( at ) gravatar . com " ) ) , d . push ( window . modalView . createNotificationButton ( " Change Password " , this . editUserPassword . bind ( this ) ) ) , d . push ( window . modalView . createSuccessButton ( " Save " , this . submitEditCurrentUserProfile . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Edit User Profile " , d , e ) } , createEditUserPasswordModal : function ( ) { var a = [ ] , b = [ ] ; b . push ( window . modalView . createPasswordEntry ( " oldCurrentPassword " , " Old Password " , " " , ! 1 , " old password " , ! 1 ) ) , b . push ( window . modalView . createPasswordEntry ( " newCurrentPassword " , " New Password " , " " , ! 1 , " new password " , ! 1 ) ) , b . push ( window . modalView . createPasswordEntry ( " confirmCurrentPassword " , " Confirm New Password " , " " , ! 1 , " confirm new password " , ! 1 ) ) , a . push ( window . modalView . createSuccessButton ( " Save " , this . submitEditUserPassword . bind ( this ) ) ) , window . modalView . show ( " modalTable . ejs " , " Edit User Password " , a , b ) } } ) } ( ) , function ( ) { " use strict " ; window . workMonitorView = Backbone . View . extend ( { el : " # content " , id : " # workMonitorContent " , template : templateEngine . createTemplate ( " workMonitorView . ejs " ) , table : templateEngine . createTemplate ( " arangoTable . ejs " ) , initialize : function ( ) { } , events : { } , tableDescription : { id : " workMonitorTable " , titles : [ " Type " , " Database " , " Task ID " , " Started " , " Url " , " User " , " Description " , " Method " ] , rows : [ ] , unescaped : [ ! 1 , ! 1 , ! 1 , ! 1 , ! 1 , ! 1 , ! 1 , ! 1 ] } , render : function ( ) { var a = this ; this . $ el . html ( this . template . render ( { } ) ) , this . collection . fetch ( { success : function ( ) { a . parseTableData ( ) , $ ( a . id ) . append ( a . table . render ( { content : a . tableDescription } ) ) } } ) } , parseTableData : function ( ) { var a = this ; this . collection . each ( function ( b ) { if ( " AQL query " = = = b . get ( " type " ) ) { var c = b . get ( " parent " ) ; if ( c ) try { a . tableDescription . rows . push ( [ b . get ( " type " ) , " ( p ) " + c . database , " ( p ) " + c . taskId , " ( p ) " + c . startTime , " ( p ) " + c . url , " ( p ) " + c . user , b . get ( " description " ) , " ( p ) " + c . method ] ) } catch ( d ) { console . log ( " some parse error " ) } } else " thread " ! = = b . get ( " type " ) & & a . tableDescription . rows . push ( [ b . get ( " type " ) , b . get ( " database " ) , b . get ( " taskId " ) , b . get ( " startTime " ) , b . get ( " url " ) , b . get ( " user " ) , b . get ( " description " ) , b . get ( " method " ) ] ) } ) } } ) } ( ) , function ( ) { " use strict " ; window . Router = Backbone . Router . extend ( { toUpdate : [ ] , dbServers : [ ] , isCluster : void 0 , routes : { " " : " cluster " , dashboard : " dashboard " , collections : " collections " , " new " : " newCollection " , login : " login " , " collection / : colid / documents / : pageid " : " documents " , " cIndices / : colname " : " cIndices " , " cSettings / : colname " : " cSettings " , " cInfo / : colname " : " cInfo " , " collection / : colid / : docid " : " document " , shell : " shell " , queries : " query " , workMonitor : " workMonitor " , databases : " databases " , settings : " databases " , services : " applications " , " service / : mount " : " applicationDetail " , graphs : " graphManagement " , " graphs / : name " : " showGraph " , users : " userManagement " , userProfile : " userProfile " , cluster : " cluster " , nodes : " cNodes " , cNodes : " cNodes " , dNodes : " dNodes " , sNodes : " sNodes " , " node / : name " : " node " , logs : " logs " , helpus : " helpUs " } , execute : function ( a , b ) { $ ( " # subNavigationBar . breadcrumb " ) . html ( " " ) , $ ( " # subNavigationBar . bottom " ) . html ( " " ) , $ ( " # loadingScreen " ) . hide ( ) , $ ( " # content " ) . show ( ) , a & & a . apply ( this , b ) } , checkUser : function ( ) { if ( " # login " ! = = window . location . hash ) { var a = function ( ) { this . initOnce ( ) , $ ( " . bodyWrapper " ) . show ( ) , $ ( " . navbar " ) . show ( ) } . bind ( this ) , b = function ( b , c ) { frontendConfig . authenticationEnabled & & ( b | | null = = = c ) ? " # login " ! = = window . location . hash & & this . navigate ( " login " , { trigger : ! 0 } ) : a ( ) } . bind ( this ) ; frontendConfig . authenticationEnabled ? this . userCollection . whoAmI ( b ) : ( this . initOnce ( ) , $ ( " . bodyWrapper " ) . show ( ) , $ ( " . navbar " ) . show ( ) ) } } , waitForInit : function ( a , b , c ) { this . initFinished ? ( b | | a ( ! 0 ) , b & & ! c & & a ( b , ! 0 ) , b & & c & & a ( b , c , ! 0 ) ) : setTimeout ( function ( ) { b | | a ( ! 1 ) , b & & ! c & & a ( b , ! 1 ) , b & & c & & a ( b , c , ! 1 ) } , 350 ) } , initFinished : ! 1 , initialize : function ( ) { frontendConfig . isCluster = = = ! 0 & & ( this . isCluster = ! 0 ) , window . modalView = new window . ModalView , this . foxxList = new window . FoxxCollection , window . foxxInstallView = new window . FoxxInstallView ( { collection : this . foxxList } ) , window . progressView = new window . ProgressView ; var a = this ; this . userCollection = new window . ArangoUsers , this . initOnce = function ( ) { this . initOnce = function ( ) { } ; var b = function ( b , c ) { a = this , c = = = ! 0 & & a . coordinatorCollection . fetch ( { success : function ( ) { a . fetchDBS ( ) } } ) } . bind ( this ) ; window . isCoordinator ( b ) , frontendConfig . isCluster = = = ! 1 & & ( this . initFinished = ! 0 ) , this . arangoDatabase = new window . ArangoDatabase , this . currentDB = new window . CurrentDatabase , this . arangoCollectionsStore = new window . arangoCollections , this . arangoDocumentStore = new window . arangoDocument , this . coordinatorCollection = new window . ClusterCoordinators , arangoHelper . setDocumentStore ( this . arangoDocumentStore ) , this . arangoCollectionsStore . fetch ( ) , window . spotlightView = new window . SpotlightView ( { collection : this . arangoCollectionsStore } ) , this . footerView = new window . FooterView ( { collection : a . coordinatorCollection } ) , this . notificationList = new window . NotificationCollection , this . currentDB . fetch ( { success : function ( ) { a . naviView = new window . NavigationView ( { database : a . arangoDatabase , currentDB : a . currentDB , notificationCollection : a . notificationList , userCollection : a . userCollection , isCluster : a . isCluster } ) , a . naviView . render ( ) } } ) , this . queryCollection = new window . ArangoQueries , this . footerView . render ( ) , window . checkVersion ( ) , this . documentsView = new window . DocumentsView ( { collection : new window . arangoDocuments , documentStore : this . arangoDocumentStore , collectionsStore : this . arangoCollectionsStore } ) } . bind ( this ) , $ ( window ) . resize ( function ( ) { a . handleResize ( ) } ) , $ ( window ) . scroll ( function ( ) { } ) } , handleScroll : function ( ) { $ ( window ) . scrollTop ( ) > 50 ? ( $ ( " . navbar > . secondary " ) . css ( " top " , $ ( window ) . scrollTop ( ) ) , $ ( " . navbar > . secondary " ) . css ( " position " , " absolute " ) , $ ( " . navbar > . secondary " ) . css ( " z - index " , " 10 " ) , $ ( " . navbar > . secondary " ) . css ( " width " , $ ( window ) . width ( ) ) ) : ( $ ( " . navbar > . secondary " ) . css ( " top " , " 0 " ) , $ ( " . navbar > . secondary " ) . css ( " position " , " relative " ) , $ ( " . navbar > . secondary " ) . css ( " width " , " " ) ) } , cluster : function ( a ) { return this . checkUser ( ) , a ? this . isCluster = = = ! 1 | | void 0 = = = this . isCluster ? void ( " _system " = = = this . currentDB . get ( " name " ) ? ( this . routes [ " " ] = " dashboard " , this . navigate ( " # dashboard " , { trigger : ! 0 } ) ) : ( this . routes [ " " ] = " collections " , this . navigate ( " # collections " , { trigger : ! 0 } ) ) ) : ( this . clusterView | | ( this . clusterView = new window . ClusterView ( { coordinators : this . coordinatorCollection , dbServers : this . dbServers } ) ) , void this . clusterView . render ( ) ) : void this . waitForInit ( this . cluster . bind ( this ) ) } , node : function ( a , b ) { return this . checkUser ( ) , b & & void 0 ! = = this . isCluster ? this . isCluster = = = ! 1 ? ( this . routes [ " " ] = " dashboard " , void this . navigate ( " # dashboard " , { trigger : ! 0 } ) ) : ( this . nodeView | | ( this . nodeView = new window . NodeView ( { coordname : a , coordinators : this . coordinatorCollection , dbServers : this . dbServers } ) ) , void this . nodeView . render ( ) ) : void this . waitForInit ( this . node . bind ( this ) , a ) } , cNodes : function ( a ) { return this . checkUser ( ) , a & & void 0 ! = = this . isCluster ? this . isCluster = = = ! 1 ? ( this . routes [ " " ] = " dashboard " , void this . navigate ( " # dashboard " , { trigger : ! 0 } ) ) : ( this . nodesView = new window . NodesView ( { coordinators : this . coordinatorCollection , dbServers : this . dbServers [ 0 ] , toRender : " coordinator " } ) , void this . nodesView . render ( ) ) : void this . waitForInit ( this . cNodes . bind ( this ) ) } , dNodes : function ( a ) { return this . checkUser ( ) , a & & void 0 ! = = this . isCluster ? this . isCluster = = = ! 1 ? ( this . routes [ " " ] = " dashboard " , void this . navigate ( " # dashboard " , { trigger : ! 0 } ) ) : 0 = = = this . dbServers . length ? void this . navigate ( " # cNodes " , { trigger : ! 0 } ) : ( this . nodesView = new window . NodesView ( { coordinators : this . coordinatorCollection , dbServers : this . dbServers [ 0 ] , toRender : " dbserver " } ) , void this . nodesView . render ( ) ) : void this . waitForInit ( this . dNodes . bind ( this ) ) } , sNodes : function ( a ) { return this . checkUser ( ) , a & & void 0 ! = = this . isCluster ? this . isCluster = = = ! 1 ? ( this . routes [ " " ] = " dashboard " , void this . navigate ( " # dashboard " , { trigger : ! 0 } ) ) : ( this . scaleView = new window . ScaleView ( { coordinators : this . coordinatorCollection , dbServers : this . dbServers [ 0 ] } ) , void this . scaleView . render ( ) ) : void this . waitForInit ( this . sNodes . bind ( this ) ) } , addAuth : function ( a ) { var b = this . clusterPlan . get ( " user " ) ; if ( ! b ) return a . abort ( ) , void ( this . isCheckingUser | | this . requestAuth ( ) ) ; var c = b . name , d = b . passwd , e = c . concat ( " : " , d ) ; a . setRequestHeader ( " Authorization " , " Basic " + btoa ( e ) ) } , logs : function ( a , b ) { if ( this . checkUser ( ) , ! b ) return void this . waitForInit ( this . logs . bind ( this ) , a ) ; if ( ! this . logsView ) { var c = new window . ArangoLogs ( { upto : ! 0 , loglevel : 4 } ) , d = new window . ArangoLogs ( { loglevel : 4 } ) , e = new window . ArangoLogs ( { loglevel : 3 } ) , f = new window . ArangoLogs ( { loglevel : 2 } ) , g = new window . ArangoLogs ( { loglevel : 1 } ) ; this . logsView = new window . LogsView ( { logall : c , logdebug : d , loginfo : e , logwarning : f , logerror : g } ) } this . logsView . render ( ) } , applicationDetail : function ( a , b ) { if ( this . checkUser ( ) , ! b ) return void this . waitForInit ( this . applicationDetail . bind ( this ) , a ) ; var c = function ( ) { this . hasOwnProperty ( " applicationDetailView " ) | | ( this . applicationDetailView = new window . ApplicationDetailView ( { model : this . foxxList . get ( decodeURIComponent ( a ) ) } ) ) , this . applicationDetailView . model = this . foxxList . get ( decodeURIComponent ( a ) ) , this . applicationDetailView . render ( " swagger " ) } . bind ( this ) ; 0 = = = this . foxxList . length ? this . foxxList . fetch ( { success : function ( ) { c ( ) } } ) : c ( ) } , login : function ( ) { var a = function ( a , b ) { this . loginView | | ( this . loginView = new window . loginView ( { collection : this . userCollection } ) ) , a | | null = = = b ? this . loginView . render ( ) : this . loginView . render ( ! 0 ) } . bind ( this ) ; this . userCollection . whoAmI ( a ) } , collections : function ( a ) { if ( this . checkUser ( ) , ! a ) return void this . waitForInit ( this . collections . bind ( this ) ) ; var b = this ; this . collectionsView | | ( this . collectionsView = new window . CollectionsView ( { collection : this . arangoCollectionsStore } ) ) , this . arangoCollectionsStore . fetch ( { success : function ( ) { b . collectionsView . render ( ) } } ) } , cIndices : function ( a , b ) { var c = this ; return this . checkUser ( ) , b ? void this . arangoCollectionsStore . fetch ( { success : function ( ) { c . indicesView = new window . IndicesView ( { collectionName : a , collection : c . arangoCollectionsStore . findWhere ( { name : a } ) } ) , c . indicesView . render ( ) } } ) : void this . waitForInit ( this . cIndices . bind ( this ) , a ) } , cSettings : function ( a , b ) { var c = this ; return this . checkUser ( ) , b ? void this . arangoCollectionsStore . fetch ( { success : function ( ) { c . settingsView = new window . SettingsView ( { collectionName : a , collection : c . arangoCollectionsStore . findWhere ( { name : a } ) } ) , c . settingsView . render ( ) } } ) : void this . waitForInit ( this . cSettings . bind ( this ) , a ) } , cInfo : function ( a , b ) { var c = this ; return this . checkUser ( ) , b ? void this . arangoCollectionsStore . fetch ( { success : function ( ) { c . infoView = new window . InfoView ( { collectionName : a , collection : c . arangoCollectionsStore . findWhere ( { name : a } ) } ) , c . infoView . render ( ) } } ) : void this . waitForInit ( this . cInfo . bind ( this ) , a ) } , documents : function ( a , b , c ) { return this . checkUser ( ) , c ? ( this . documentsView | | ( this . documentsView = new window . DocumentsView ( { collection : new window . arangoDocuments , documentStore : this . arangoDocumentStore , collectionsStore : this . arangoCollectionsStore } ) ) , this . documentsView . setCollectionId ( a , b ) , void this . documentsView . render ( ) ) : void this . waitForInit ( this . documents . bind ( this ) , a , b ) } , document : function ( a , b , c ) { if ( this . checkUser ( ) , ! c ) return void this . waitForInit ( this . document . bind ( this ) , a , b ) ; this . documentView | | ( this . documentView = new window . DocumentView ( { collection : this . arangoDocumentStore } ) ) , this . documentView . colid = a ; <nl> + var d = window . location . hash . split ( " / " ) [ 2 ] , e = ( d . split ( " % " ) . length - 1 ) % 3 ; decodeURI ( d ) ! = = d & & 0 ! = = e & & ( d = decodeURIComponent ( d ) ) , this . documentView . docid = d , this . documentView . render ( ) ; var f = function ( a , b ) { a ? console . log ( " Error " , " Could not fetch collection type " ) : this . documentView . setType ( b ) } . bind ( this ) ; arangoHelper . collectionApiType ( a , null , f ) } , shell : function ( a ) { return this . checkUser ( ) , a ? ( this . shellView | | ( this . shellView = new window . shellView ) , void this . shellView . render ( ) ) : void this . waitForInit ( this . shell . bind ( this ) ) } , query : function ( a ) { return this . checkUser ( ) , a ? ( this . queryView2 | | ( this . queryView2 = new window . queryView2 ( { collection : this . queryCollection } ) ) , void this . queryView2 . render ( ) ) : void this . waitForInit ( this . query . bind ( this ) ) } , helpUs : function ( a ) { return this . checkUser ( ) , a ? ( this . testView | | ( this . helpUsView = new window . HelpUsView ( { } ) ) , void this . helpUsView . render ( ) ) : void this . waitForInit ( this . helpUs . bind ( this ) ) } , workMonitor : function ( a ) { return this . checkUser ( ) , a ? ( this . workMonitorCollection | | ( this . workMonitorCollection = new window . WorkMonitorCollection ) , this . workMonitorView | | ( this . workMonitorView = new window . workMonitorView ( { collection : this . workMonitorCollection } ) ) , void this . workMonitorView . render ( ) ) : void this . waitForInit ( this . workMonitor . bind ( this ) ) } , queryManagement : function ( a ) { return this . checkUser ( ) , a ? ( this . queryManagementView | | ( this . queryManagementView = new window . queryManagementView ( { collection : void 0 } ) ) , void this . queryManagementView . render ( ) ) : void this . waitForInit ( this . queryManagement . bind ( this ) ) } , databases : function ( a ) { if ( this . checkUser ( ) , ! a ) return void this . waitForInit ( this . databases . bind ( this ) ) ; var b = function ( a ) { a ? ( arangoHelper . arangoError ( " DB " , " Could not get list of allowed databases " ) , this . navigate ( " # " , { trigger : ! 0 } ) , $ ( " # databaseNavi " ) . css ( " display " , " none " ) , $ ( " # databaseNaviSelect " ) . css ( " display " , " none " ) ) : ( this . databaseView | | ( this . databaseView = new window . databaseView ( { users : this . userCollection , collection : this . arangoDatabase } ) ) , this . databaseView . render ( ) ) } . bind ( this ) ; arangoHelper . databaseAllowed ( b ) } , dashboard : function ( a ) { return this . checkUser ( ) , a ? ( void 0 = = = this . dashboardView & & ( this . dashboardView = new window . DashboardView ( { dygraphConfig : window . dygraphConfig , database : this . arangoDatabase } ) ) , void this . dashboardView . render ( ) ) : void this . waitForInit ( this . dashboard . bind ( this ) ) } , graphManagement : function ( a ) { return this . checkUser ( ) , a ? ( this . graphManagementView | | ( this . graphManagementView = new window . GraphManagementView ( { collection : new window . GraphCollection , collectionCollection : this . arangoCollectionsStore } ) ) , void this . graphManagementView . render ( ) ) : void this . waitForInit ( this . graphManagement . bind ( this ) ) } , showGraph : function ( a , b ) { return this . checkUser ( ) , b ? void ( this . graphManagementView ? this . graphManagementView . loadGraphViewer ( a ) : ( this . graphManagementView = new window . GraphManagementView ( { collection : new window . GraphCollection , collectionCollection : this . arangoCollectionsStore } ) , this . graphManagementView . render ( a , ! 0 ) ) ) : void this . waitForInit ( this . showGraph . bind ( this ) , a ) } , applications : function ( a ) { return this . checkUser ( ) , a ? ( void 0 = = = this . applicationsView & & ( this . applicationsView = new window . ApplicationsView ( { collection : this . foxxList } ) ) , void this . applicationsView . reload ( ) ) : void this . waitForInit ( this . applications . bind ( this ) ) } , handleSelectDatabase : function ( a ) { return this . checkUser ( ) , a ? void this . naviView . handleSelectDatabase ( ) : void this . waitForInit ( this . handleSelectDatabase . bind ( this ) ) } , handleResize : function ( ) { this . dashboardView & & this . dashboardView . resize ( ) , this . graphManagementView & & this . graphManagementView . handleResize ( $ ( " # content " ) . width ( ) ) , this . queryView & & this . queryView . resize ( ) , this . queryView2 & & this . queryView2 . resize ( ) , this . documentsView & & this . documentsView . resize ( ) , this . documentView & & this . documentView . resize ( ) } , userManagement : function ( a ) { return this . checkUser ( ) , a ? ( this . userManagementView | | ( this . userManagementView = new window . userManagementView ( { collection : this . userCollection } ) ) , void this . userManagementView . render ( ) ) : void this . waitForInit ( this . userManagement . bind ( this ) ) } , userProfile : function ( a ) { return this . checkUser ( ) , a ? ( this . userManagementView | | ( this . userManagementView = new window . userManagementView ( { collection : this . userCollection } ) ) , void this . userManagementView . render ( ! 0 ) ) : void this . waitForInit ( this . userProfile . bind ( this ) ) } , fetchDBS : function ( a ) { var b = this , c = ! 1 ; this . coordinatorCollection . each ( function ( a ) { b . dbServers . push ( new window . ClusterServers ( [ ] , { host : a . get ( " address " ) } ) ) } ) , this . initFinished = ! 0 , _ . each ( this . dbServers , function ( b ) { b . fetch ( { success : function ( ) { c = = = ! 1 & & a & & ( a ( ) , c = ! 0 ) } } ) } ) } , getNewRoute : function ( a ) { return " http : / / " + a } , registerForUpdate : function ( a ) { this . toUpdate . push ( a ) , a . updateUrl ( ) } } ) } ( ) , function ( ) { " use strict " ; var a = function ( a , b ) { var c = [ ] ; c . push ( window . modalView . createSuccessButton ( " Download Page " , function ( ) { window . open ( " https : / / www . arangodb . com / download " , " _blank " ) , window . modalView . hide ( ) } ) ) ; var d = [ ] , e = window . modalView . createReadOnlyEntry . bind ( window . modalView ) ; d . push ( e ( " current " , " Current " , a . toString ( ) ) ) , b . major & & d . push ( e ( " major " , " Major " , b . major . version ) ) , b . minor & & d . push ( e ( " minor " , " Minor " , b . minor . version ) ) , b . bugfix & & d . push ( e ( " bugfix " , " Bugfix " , b . bugfix . version ) ) , window . modalView . show ( " modalTable . ejs " , " New Version Available " , c , d ) } ; window . checkVersion = function ( ) { $ . ajax ( { type : " GET " , cache : ! 1 , url : arangoHelper . databaseUrl ( " / _api / version " ) , contentType : " application / json " , processData : ! 1 , async : ! 0 , success : function ( b ) { var c = window . versionHelper . fromString ( b . version ) ; $ ( " . navbar # currentVersion " ) . text ( " " + b . version . substr ( 0 , 3 ) ) , window . parseVersions = function ( b ) { return _ . isEmpty ( b ) ? void $ ( " # currentVersion " ) . addClass ( " up - to - date " ) : ( $ ( " # currentVersion " ) . addClass ( " out - of - date " ) , void $ ( " # currentVersion " ) . click ( function ( ) { a ( c , b ) } ) ) } , $ . ajax ( { type : " GET " , async : ! 0 , crossDomain : ! 0 , timeout : 3e3 , dataType : " jsonp " , url : " https : / / www . arangodb . com / repositories / versions . php ? jsonp = parseVersions & version = " + encodeURIComponent ( c . toString ( ) ) } ) } } ) } } ( ) , function ( ) { " use strict " ; window . hasOwnProperty ( " TEST_BUILD " ) | | ( $ ( document ) . ajaxSend ( function ( a , b , c ) { var d = window . arangoHelper . getCurrentJwt ( ) ; d & & b . setRequestHeader ( " Authorization " , " bearer " + d ) } ) , $ ( document ) . ready ( function ( ) { window . App = new window . Router , Backbone . history . start ( ) , window . App . handleResize ( ) } ) , $ ( document ) . click ( function ( a ) { a . stopPropagation ( ) , $ ( a . target ) . hasClass ( " subBarDropdown " ) | | $ ( a . target ) . hasClass ( " dropdown - header " ) | | $ ( a . target ) . hasClass ( " dropdown - footer " ) | | $ ( a . target ) . hasClass ( " toggle " ) | | $ ( " # userInfo " ) . is ( " : visible " ) & & $ ( " . subBarDropdown " ) . hide ( ) } ) ) } ( ) ; <nl> \ No newline at end of file <nl> Binary files a / js / apps / system / _admin / aardvark / APP / frontend / build / app . min . js . gz and b / js / apps / system / _admin / aardvark / APP / frontend / build / app . min . js . gz differ <nl> mmm a / js / apps / system / _admin / aardvark / APP / frontend / build / index - min . html <nl> ppp b / js / apps / system / _admin / aardvark / APP / frontend / build / index - min . html <nl> < h5 class = " collectionName " > < % = _ . escape ( username ) % > < % if ( name ! = = ' ' ) { % > ( < % <nl> < / div > <nl> <nl> < div id = " workMonitorContent " class = " innerContent " > <nl> - < / div > < / script > < / head > < body > < nav class = " navbar " style = " display : none " > < div class = " primary " > < div class = " navlogo " > < a class = " logo big " href = " # " > < img class = " arangodbLogo " src = " img / arangodb_logo_big . png " > < / a > < a class = " logo small " href = " # " > < img class = " arangodbLogo " src = " img / arangodb_logo_small . png " > < / a > < a class = " version " > < span > VERSION : < / span > < span id = " currentVersion " > < / span > < / a > < / div > < div class = " statmenu " id = " statisticBar " > < / div > < div class = " navmenu " id = " navigationBar " > < / div > < / div > < / nav > < div id = " modalPlaceholder " > < / div > < div class = " bodyWrapper " style = " display : none " > < div class = " centralRow " > < div id = " navbar2 " class = " navbarWrapper secondary " > < div class = " subnavmenu " id = " subNavigationBar " > < / div > < / div > < div class = " resizecontainer contentWrapper " > < div id = " loadingScreen " class = " loadingScreen " style = " display : none " > < i class = " fa fa - circle - o - notch fa - spin fa - 3x fa - fw margin - bottom " > < / i > < span class = " sr - only " > Loading . . . < / span > < / div > < div id = " content " class = " centralContent " > < / div > < footer class = " footer " > < div id = " footerBar " > < / div > < / footer > < / div > < / div > < / div > < div id = " progressPlaceholder " style = " display : none " > < / div > < div id = " spotlightPlaceholder " style = " display : none " > < / div > < div id = " offlinePlaceholder " style = " display : none " > < div class = " offline - div " > < div class = " pure - u " > < div class = " pure - u - 1 - 4 " > < / div > < div class = " pure - u - 1 - 2 offline - window " > < div class = " offline - header " > < h3 > You have been disconnected from the server < / h3 > < / div > < div class = " offline - body " > < p > The connection to the server has been lost . The server may be under heavy load . < / p > < p > Trying to reconnect in < span id = " offlineSeconds " > 10 < / span > seconds . < / p > < p class = " animation_state " > < span > < button class = " button - success " > Reconnect now < / button > < / span > < / p > < / div > < / div > < div class = " pure - u - 1 - 4 " > < / div > < / div > < / div > < / div > < div class = " arangoFrame " style = " " > < div class = " outerDiv " > < div class = " innerDiv " > < / div > < / div > < / div > < script src = " libs . js ? version = 1465305299972 " > < / script > < script src = " app . js ? version = 1465305299972 " > < / script > < / body > < / html > <nl> \ No newline at end of file <nl> + < / div > < / script > < / head > < body > < nav class = " navbar " style = " display : none " > < div class = " primary " > < div class = " navlogo " > < a class = " logo big " href = " # " > < img class = " arangodbLogo " src = " img / arangodb_logo_big . png " > < / a > < a class = " logo small " href = " # " > < img class = " arangodbLogo " src = " img / arangodb_logo_small . png " > < / a > < a class = " version " > < span > VERSION : < / span > < span id = " currentVersion " > < / span > < / a > < / div > < div class = " statmenu " id = " statisticBar " > < / div > < div class = " navmenu " id = " navigationBar " > < / div > < / div > < / nav > < div id = " modalPlaceholder " > < / div > < div class = " bodyWrapper " style = " display : none " > < div class = " centralRow " > < div id = " navbar2 " class = " navbarWrapper secondary " > < div class = " subnavmenu " id = " subNavigationBar " > < / div > < / div > < div class = " resizecontainer contentWrapper " > < div id = " loadingScreen " class = " loadingScreen " style = " display : none " > < i class = " fa fa - circle - o - notch fa - spin fa - 3x fa - fw margin - bottom " > < / i > < span class = " sr - only " > Loading . . . < / span > < / div > < div id = " content " class = " centralContent " > < / div > < footer class = " footer " > < div id = " footerBar " > < / div > < / footer > < / div > < / div > < / div > < div id = " progressPlaceholder " style = " display : none " > < / div > < div id = " spotlightPlaceholder " style = " display : none " > < / div > < div id = " offlinePlaceholder " style = " display : none " > < div class = " offline - div " > < div class = " pure - u " > < div class = " pure - u - 1 - 4 " > < / div > < div class = " pure - u - 1 - 2 offline - window " > < div class = " offline - header " > < h3 > You have been disconnected from the server < / h3 > < / div > < div class = " offline - body " > < p > The connection to the server has been lost . The server may be under heavy load . < / p > < p > Trying to reconnect in < span id = " offlineSeconds " > 10 < / span > seconds . < / p > < p class = " animation_state " > < span > < button class = " button - success " > Reconnect now < / button > < / span > < / p > < / div > < / div > < div class = " pure - u - 1 - 4 " > < / div > < / div > < / div > < / div > < div class = " arangoFrame " style = " " > < div class = " outerDiv " > < div class = " innerDiv " > < / div > < / div > < / div > < script src = " libs . js ? version = 1465321903788 " > < / script > < script src = " app . js ? version = 1465321903788 " > < / script > < / body > < / html > <nl> \ No newline at end of file <nl> Binary files a / js / apps / system / _admin / aardvark / APP / frontend / build / index - min . html . gz and b / js / apps / system / _admin / aardvark / APP / frontend / build / index - min . html . gz differ <nl> mmm a / js / apps / system / _admin / aardvark / APP / frontend / js / graphViewer / graph / gharialAdapter . js <nl> ppp b / js / apps / system / _admin / aardvark / APP / frontend / js / graphViewer / graph / gharialAdapter . js <nl> <nl> - / * global $ , d3 , _ , console , document * / <nl> + / * global $ , _ , console * / <nl> / * global AbstractAdapter , arangoHelper * / <nl> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> / / / @ brief Graph functionality <nl> function GharialAdapter ( nodes , edges , viewer , config ) { <nl> sendQuery = function ( query , bindVars , onSuccess ) { <nl> if ( query ! = = queries . getAllGraphs ) { <nl> bindVars . graph = graphName ; <nl> - if ( query ! = = queries . connectedEdges <nl> - & & query ! = = queries . childrenCentrality <nl> - & & query ! = = queries . randomVertices ) { <nl> - bindVars . dir = direction ; <nl> - } <nl> } <nl> var data = { <nl> query : query , <nl> function GharialAdapter ( nodes , edges , viewer , config ) { <nl> } , <nl> <nl> parseResultOfTraversal = function ( result , callback ) { <nl> - if ( result . length = = = 0 <nl> - | | result [ 0 ] . length = = = 0 <nl> - | | result [ 0 ] [ 0 ] . length = = = 0 ) { <nl> + if ( result . length = = = 0 | | result [ 0 ] . vertex = = = null ) { <nl> if ( callback ) { <nl> - callback ( { <nl> - errorCode : 404 <nl> - } ) ; <nl> + callback ( { errorCode : 404 } ) ; <nl> } <nl> - return ; <nl> } <nl> - result = result [ 0 ] [ 0 ] ; <nl> + <nl> var inserted = { } , <nl> + / / This is start vertex <nl> n = absAdapter . insertNode ( result [ 0 ] . vertex ) , <nl> oldLength = nodes . length ; <nl> + result . shift ( ) ; <nl> <nl> _ . each ( result , function ( visited ) { <nl> - var node = absAdapter . insertNode ( visited . vertex ) , <nl> - path = visited . path ; <nl> - if ( oldLength < nodes . length ) { <nl> - inserted [ node . _id ] = node ; <nl> - oldLength = nodes . length ; <nl> - } <nl> - _ . each ( path . vertices , function ( connectedNode ) { <nl> - var ins = absAdapter . insertNode ( connectedNode ) ; <nl> + if ( visited . vertex ! = = null ) { <nl> + var node = absAdapter . insertNode ( visited . vertex ) ; <nl> if ( oldLength < nodes . length ) { <nl> - inserted [ ins . _id ] = ins ; <nl> + inserted [ node . _id ] = node ; <nl> oldLength = nodes . length ; <nl> } <nl> - } ) ; <nl> - _ . each ( path . edges , function ( edge ) { <nl> - absAdapter . insertEdge ( edge ) ; <nl> - } ) ; <nl> + if ( visited . edge ! = = null ) { <nl> + absAdapter . insertEdge ( visited . edge ) ; <nl> + } <nl> + } <nl> } ) ; <nl> delete inserted [ n . _id ] ; <nl> absAdapter . checkSizeOfInserted ( inserted ) ; <nl> function GharialAdapter ( nodes , edges , viewer , config ) { <nl> <nl> queries . getAllGraphs = " FOR g IN _graphs " <nl> + " return g . _key " ; <nl> - queries . traversal = " RETURN GRAPH_TRAVERSAL ( " <nl> - + " @ graph , " <nl> - + " @ example , " <nl> - + " @ dir , { " <nl> - + " strategy : \ " depthfirst \ " , " <nl> - + " maxDepth : 1 , " <nl> - + " paths : true " <nl> - + " } ) " ; <nl> - queries . childrenCentrality = " RETURN LENGTH ( GRAPH_EDGES ( @ graph , @ id , { direction : any } ) ) " ; <nl> - queries . connectedEdges = " RETURN GRAPH_EDGES ( @ graph , @ id ) " ; <nl> + queries . traversal = function ( dir ) { <nl> + return " FOR vertex , edge IN 0 . . 1 " + dir + " @ example GRAPH @ graph RETURN { vertex , edge } " ; <nl> + } ; <nl> + queries . oneNodeByAttributeValue = function ( bindVars , collections , attribute , value ) { <nl> + bindVars . attr = attribute ; <nl> + bindVars . value = value ; <nl> + if ( collections . length = = = 1 ) { <nl> + bindVars [ " @ collection " ] = collections [ 0 ] ; <nl> + return " FOR node IN @ @ collection FILTER node [ @ attr ] = = @ value LIMIT 1 " ; <nl> + } <nl> + var query = " FOR node IN UNION ( " ; <nl> + var i = 0 ; <nl> + for ( i = 0 ; i < collections . length ; + + i ) { <nl> + query + = " ( FOR node IN @ @ collection " + i + " FILTER node [ @ attr ] = = @ value LIMIT 1 RETURN node ) " ; <nl> + bindVars [ " @ collection " + i ] = collections [ i ] ; <nl> + } <nl> + query + = " ) LIMIT 1 " ; <nl> + return query ; <nl> + } ; <nl> + queries . traversalAttributeValue = function ( dir , bindVars , collections , attribute , value ) { <nl> + return queries . oneNodeByAttributeValue ( bindVars , collections , attribute , value ) + <nl> + " FOR vertex , edge IN 0 . . 1 " + dir + " node GRAPH @ graph RETURN { vertex , edge } " ; <nl> + } ; <nl> + queries . childrenCentrality = " RETURN SUM ( FOR v IN ANY @ id GRAPH @ graph RETURN 1 ) " ; <nl> + queries . connectedEdges = " FOR v , e IN ANY @ id GRAPH @ graph RETURN e " ; <nl> queries . randomVertices = " FOR x IN @ @ collection SORT RAND ( ) LIMIT @ limit RETURN x " ; <nl> <nl> self . explore = absAdapter . explore ; <nl> function GharialAdapter ( nodes , edges , viewer , config ) { <nl> <nl> var list = getNRandom ( self . NODES_TO_DISPLAY , collections [ i ] ) ; <nl> if ( list . length > 0 ) { <nl> - var counter = 0 ; <nl> _ . each ( list , function ( node ) { <nl> self . randomNodes . push ( node ) ; <nl> } ) ; <nl> function GharialAdapter ( nodes , edges , viewer , config ) { <nl> } <nl> <nl> var counter = 0 ; <nl> - _ . each ( nodes , function ( node ) { <nl> + _ . each ( nodes , function ( node ) { <nl> if ( counter < self . NODES_TO_DISPLAY ) { <nl> nodeArray . push ( { <nl> vertex : node , <nl> function GharialAdapter ( nodes , edges , viewer , config ) { <nl> } ; <nl> <nl> self . loadNodeFromTreeById = function ( nodeId , callback ) { <nl> - sendQuery ( queries . traversal , { <nl> + sendQuery ( queries . traversal ( direction ) , { <nl> example : nodeId <nl> } , function ( res ) { <nl> <nl> function GharialAdapter ( nodes , edges , viewer , config ) { <nl> <nl> if ( nodes . length > 0 ) { <nl> _ . each ( nodes , function ( node ) { <nl> - sendQuery ( queries . traversal , { <nl> + sendQuery ( queries . traversal ( direction ) , { <nl> example : node . vertex . _id <nl> } , function ( res2 ) { <nl> - _ . each ( res2 [ 0 ] [ 0 ] , function ( obj ) { <nl> - res [ 0 ] [ 0 ] . push ( obj ) ; <nl> + _ . each ( res2 , function ( obj ) { <nl> + res . push ( obj ) ; <nl> } ) ; <nl> parseResultOfTraversal ( res , callback ) ; <nl> } ) ; <nl> } ) ; <nl> } <nl> else { <nl> - sendQuery ( queries . traversal , { <nl> + sendQuery ( queries . traversal ( direction ) , { <nl> example : nodeId <nl> } , function ( res ) { <nl> parseResultOfTraversal ( res , callback ) ; <nl> function GharialAdapter ( nodes , edges , viewer , config ) { <nl> } ; <nl> <nl> self . loadNodeFromTreeByAttributeValue = function ( attribute , value , callback ) { <nl> - var example = { } ; <nl> - example [ attribute ] = value ; <nl> - sendQuery ( queries . traversal , { <nl> - example : example <nl> - } , function ( res ) { <nl> + var bindVars = { } ; <nl> + var q = queries . traversalAttributeValue ( direction , bindVars , nodeCollections , attribute , value ) ; <nl> + sendQuery ( q , bindVars , function ( res ) { <nl> parseResultOfTraversal ( res , callback ) ; <nl> } ) ; <nl> } ; <nl> <nl> self . getNodeExampleFromTreeByAttributeValue = function ( attribute , value , callback ) { <nl> - var example = { } ; <nl> - <nl> - example [ attribute ] = value ; <nl> - sendQuery ( queries . traversal , { <nl> - example : example <nl> - } , function ( res ) { <nl> + var bindVars ; <nl> <nl> - if ( res [ 0 ] [ 0 ] = = = undefined ) { <nl> + var q = queries . travesalAttributeValue ( direction , bindVars , nodeCollections , attribute , value ) ; <nl> + sendQuery ( q , bindVars , function ( res ) { <nl> + if ( res . length = = = 0 ) { <nl> arangoHelper . arangoError ( " Graph error " , " no nodes found " ) ; <nl> throw " No suitable nodes have been found . " ; <nl> } <nl> else { <nl> - _ . each ( res [ 0 ] [ 0 ] , function ( node ) { <nl> + _ . each ( res , function ( node ) { <nl> if ( node . vertex [ attribute ] = = = value ) { <nl> var nodeToAdd = { } ; <nl> nodeToAdd . _key = node . vertex . _key ; <nl> function GharialAdapter ( nodes , edges , viewer , config ) { <nl> } <nl> } <nl> <nl> - var ret = _ . sortBy ( <nl> + ret = _ . sortBy ( <nl> _ . uniq ( ret ) , function ( e ) { <nl> return e . toLowerCase ( ) ; <nl> } <nl> | Fixed GraphViewer to use new Pattern Matching in favor of traversal which has been removed | arangodb/arangodb | 69bc031bc7611c5521c3c6eb67a7e9fd73a40859 | 2016-06-07T18:03:00Z |
mmm a / docs / test - cases - and - sections . md <nl> ppp b / docs / test - cases - and - sections . md <nl> Other than the additional prefixes and the formatting in the console reporter th <nl> # # Type parametrised test cases <nl> <nl> In addition to ` TEST_CASE ` s , Catch2 also supports test cases parametrised <nl> - by type , in the form of ` TEMPLATE_TEST_CASE ` . <nl> + by types , in the form of ` TEMPLATE_TEST_CASE ` and <nl> + ` TEMPLATE_PRODUCT_TEST_CASE ` . <nl> <nl> * * * TEMPLATE_TEST_CASE ( * * _test name_ , _tags_ , _type1_ , _type2_ , . . . , _typen_ * * ) * * <nl> <nl> TEMPLATE_TEST_CASE ( " vectors can be sized and resized " , " [ vector ] [ template ] " , in <nl> } <nl> ` ` ` <nl> <nl> + * * * TEMPLATE_PRODUCT_TEST_CASE ( * * _test name_ , _tags_ , ( _template - type1_ , _template - type2_ , . . . , _template - typen_ ) , ( _template - arg1_ , _template - arg2_ , . . . , _template - argm_ ) * * ) * * <nl> + <nl> + _template - type1_ through _template - typen_ is list of template template <nl> + types which should be combined with each of _template - arg1_ through <nl> + _template - argm_ , resulting in _n * m_ test cases . Inside the test case , <nl> + the resulting type is available under the name of ` TestType ` . <nl> + <nl> + To specify more than 1 type as a single _template - type_ or _template - arg_ , <nl> + you must enclose the types in an additional set of parentheses , e . g . <nl> + ` ( ( int , float ) , ( char , double ) ) ` specifies 2 template - args , each <nl> + consisting of 2 concrete types ( ` int ` , ` float ` and ` char ` , ` double ` <nl> + respectively ) . You can also omit the outer set of parentheses if you <nl> + specify only one type as the full set of either the _template - types_ , <nl> + or the _template - args_ . <nl> + <nl> + <nl> + Example : <nl> + ` ` ` <nl> + template < typename T > <nl> + struct Foo { <nl> + size_t size ( ) { <nl> + return 0 ; <nl> + } <nl> + } ; <nl> + <nl> + TEMPLATE_PRODUCT_TEST_CASE ( " A Template product test case " , " [ template ] [ product ] " , ( std : : vector , Foo ) , ( int , float ) ) { <nl> + TestType x ; <nl> + REQUIRE ( x . size ( ) = = 0 ) ; <nl> + } <nl> + ` ` ` <nl> + <nl> + You can also have different arities in the _template - arg_ packs : <nl> + ` ` ` <nl> + TEMPLATE_PRODUCT_TEST_CASE ( " Product with differing arities " , " [ template ] [ product ] " , std : : tuple , ( int , ( int , double ) , ( int , double , float ) ) ) { <nl> + TestType x ; <nl> + REQUIRE ( std : : tuple_size < TestType > : : value > = 1 ) ; <nl> + } <nl> + ` ` ` <nl> + <nl> _While there is an upper limit on the number of types you can specify <nl> - in single ` TEMPLATE_TEST_CASE ` , the limit is very high and should not <nl> - be encountered in practice . _ <nl> + in single ` TEMPLATE_TEST_CASE ` or ` TEMPLATE_PRODUCT_TEST_CASE ` , the limit <nl> + is very high and should not be encountered in practice . _ <nl> <nl> mmm <nl> <nl> mmm a / docs / test - fixtures . md <nl> ppp b / docs / test - fixtures . md <nl> class UniqueTestsFixture { <nl> The two test cases here will create uniquely - named derived classes of UniqueTestsFixture and thus can access the ` getID ( ) ` protected method and ` conn ` member variables . This ensures that both the test cases are able to create a DBConnection using the same method ( DRY principle ) and that any ID ' s created are unique such that the order that tests are executed does not matter . <nl> <nl> <nl> - Catch2 also provides ` TEMPLATE_TEST_CASE_METHOD ` that can be used together <nl> - with templated fixtures to perform tests for multiple different types . <nl> - However , unlike ` TEST_CASE_METHOD ` , ` TEMPLATE_TEST_CASE_METHOD ` requires <nl> - the tag specification to be non - empty , as it is followed by further macros <nl> - arguments . <nl> + Catch2 also provides ` TEMPLATE_TEST_CASE_METHOD ` and <nl> + ` TEMPLATE_PRODUCT_TEST_CASE_METHOD ` that can be used together <nl> + with templated fixtures and templated template fixtures to perform <nl> + tests for multiple different types . Unlike ` TEST_CASE_METHOD ` , <nl> + ` TEMPLATE_TEST_CASE_METHOD ` and ` TEMPLATE_PRODUCT_TEST_CASE_METHOD ` do <nl> + require the tag specification to be non - empty , as it is followed by <nl> + further macro arguments . <nl> <nl> Also note that , because of limitations of the C + + preprocessor , if you <nl> want to specify a type with multiple template parameters , you need to <nl> enclose it in parentheses , e . g . ` std : : map < int , std : : string > ` needs to be <nl> passed as ` ( std : : map < int , std : : string > ) ` . <nl> + In the case of ` TEMPLATE_PRODUCT_TEST_CASE_METHOD ` , if a member of the <nl> + type list should consist of more than single type , it needs to be enclosed <nl> + in another pair of parentheses , e . g . ` ( std : : map , std : : pair ) ` and <nl> + ` ( ( int , float ) , ( char , double ) ) ` . <nl> <nl> Example : <nl> ` ` ` cpp <nl> struct Template_Fixture { <nl> TEMPLATE_TEST_CASE_METHOD ( Template_Fixture , " A TEMPLATE_TEST_CASE_METHOD based test run that succeeds " , " [ class ] [ template ] " , int , float , double ) { <nl> REQUIRE ( Template_Fixture < TestType > : : m_a = = 1 ) ; <nl> } <nl> + <nl> + template < typename T > <nl> + struct Template_Template_Fixture { <nl> + Template_Template_Fixture ( ) { } <nl> + <nl> + T m_a ; <nl> + } ; <nl> + <nl> + template < typename T > <nl> + struct Foo_class { <nl> + size_t size ( ) { <nl> + return 0 ; <nl> + } <nl> + } ; <nl> + <nl> + TEMPLATE_PRODUCT_TEST_CASE_METHOD ( Template_Template_Fixture , " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test succeeds " , " [ class ] [ template ] " , ( Foo_class , std : : vector ) , int ) { <nl> + REQUIRE ( Template_Template_Fixture < TestType > : : m_a . size ( ) = = 0 ) ; <nl> + } <nl> ` ` ` <nl> <nl> _While there is an upper limit on the number of types you can specify <nl> - in single ` TEMPLATE_TEST_CASE ` , the limit is very high and should not <nl> - be encountered in practice . _ <nl> + in single ` TEMPLATE_TEST_CASE_METHOD ` or ` TEMPLATE_PRODUCT_TEST_CASE_METHOD ` , <nl> + the limit is very high and should not be encountered in practice . _ <nl> <nl> mmm <nl> <nl> mmm a / docs / tutorial . md <nl> ppp b / docs / tutorial . md <nl> Do not write your tests in header files ! <nl> # # Type parametrised test cases <nl> <nl> Test cases in Catch2 can be also parametrised by type , via the <nl> - ` TEMPLATE_TEST_CASE ` macro , which behaves in the same way the ` TEST_CASE ` <nl> - macro , but is run for every type . <nl> + ` TEMPLATE_TEST_CASE ` and ` TEMPLATE_PRODUCT_TEST_CASE ` macros , <nl> + which behave in the same way the ` TEST_CASE ` macro , but are run for <nl> + every type or type combination . <nl> <nl> For more details , see our documentation on [ test cases and <nl> sections ] ( test - cases - and - sections . md # type - parametrised - test - cases ) . <nl> mmm a / include / catch . hpp <nl> ppp b / include / catch . hpp <nl> <nl> # ifndef CATCH_CONFIG_TRADITIONAL_MSVC_PREPROCESSOR <nl> # define CATCH_TEMPLATE_TEST_CASE ( . . . ) INTERNAL_CATCH_TEMPLATE_TEST_CASE ( __VA_ARGS__ ) <nl> # define CATCH_TEMPLATE_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD ( className , __VA_ARGS__ ) <nl> + # define CATCH_TEMPLATE_PRODUCT_TEST_CASE ( . . . ) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE ( __VA_ARGS__ ) <nl> + # define CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , __VA_ARGS__ ) <nl> # else <nl> # define CATCH_TEMPLATE_TEST_CASE ( . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_TEST_CASE ( __VA_ARGS__ ) ) <nl> # define CATCH_TEMPLATE_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD ( className , __VA_ARGS__ ) ) <nl> + # define CATCH_TEMPLATE_PRODUCT_TEST_CASE ( . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE ( __VA_ARGS__ ) ) <nl> + # define CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , __VA_ARGS__ ) ) <nl> # endif <nl> <nl> <nl> <nl> # ifndef CATCH_CONFIG_TRADITIONAL_MSVC_PREPROCESSOR <nl> # define TEMPLATE_TEST_CASE ( . . . ) INTERNAL_CATCH_TEMPLATE_TEST_CASE ( __VA_ARGS__ ) <nl> # define TEMPLATE_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD ( className , __VA_ARGS__ ) <nl> + # define TEMPLATE_PRODUCT_TEST_CASE ( . . . ) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE ( __VA_ARGS__ ) <nl> + # define TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , __VA_ARGS__ ) <nl> # else <nl> # define TEMPLATE_TEST_CASE ( . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_TEST_CASE ( __VA_ARGS__ ) ) <nl> # define TEMPLATE_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD ( className , __VA_ARGS__ ) ) <nl> + # define TEMPLATE_PRODUCT_TEST_CASE ( . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE ( __VA_ARGS__ ) ) <nl> + # define TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , __VA_ARGS__ ) ) <nl> # endif <nl> <nl> <nl> using Catch : : Detail : : Approx ; <nl> # ifndef CATCH_CONFIG_TRADITIONAL_MSVC_PREPROCESSOR <nl> # define CATCH_TEMPLATE_TEST_CASE ( . . . ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) ) <nl> # define CATCH_TEMPLATE_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_NO_REGISTRATION ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) , className ) <nl> + # define CATCH_TEMPLATE_PRODUCT_TEST_CASE ( . . . ) CATCH_TEMPLATE_TEST_CASE ( __VA_ARGS__ ) <nl> + # define CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , . . . ) CATCH_TEMPLATE_TEST_CASE_METHOD ( className , __VA_ARGS__ ) <nl> # else <nl> # define CATCH_TEMPLATE_TEST_CASE ( . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) ) ) <nl> # define CATCH_TEMPLATE_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_NO_REGISTRATION ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) , className ) ) <nl> + # define CATCH_TEMPLATE_PRODUCT_TEST_CASE ( . . . ) CATCH_TEMPLATE_TEST_CASE ( __VA_ARGS__ ) <nl> + # define CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , . . . ) CATCH_TEMPLATE_TEST_CASE_METHOD ( className , __VA_ARGS__ ) <nl> # endif <nl> <nl> / / " BDD - style " convenience wrappers <nl> using Catch : : Detail : : Approx ; <nl> # ifndef CATCH_CONFIG_TRADITIONAL_MSVC_PREPROCESSOR <nl> # define TEMPLATE_TEST_CASE ( . . . ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) ) <nl> # define TEMPLATE_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_NO_REGISTRATION ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) , className ) <nl> + # define TEMPLATE_PRODUCT_TEST_CASE ( . . . ) TEMPLATE_TEST_CASE ( __VA_ARGS__ ) <nl> + # define TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , . . . ) TEMPLATE_TEST_CASE_METHOD ( className , __VA_ARGS__ ) <nl> # else <nl> # define TEMPLATE_TEST_CASE ( . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) ) ) <nl> # define TEMPLATE_TEST_CASE_METHOD ( className , . . . ) INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_NO_REGISTRATION ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) , className ) ) <nl> + # define TEMPLATE_PRODUCT_TEST_CASE ( . . . ) TEMPLATE_TEST_CASE ( __VA_ARGS__ ) <nl> + # define TEMPLATE_PRODUCT_TEST_CASE_METHOD ( className , . . . ) TEMPLATE_TEST_CASE_METHOD ( className , __VA_ARGS__ ) <nl> # endif <nl> <nl> # define STATIC_REQUIRE ( . . . ) ( void ) ( 0 ) <nl> new file mode 100644 <nl> index 000000000 . . 43ba30fbc <nl> mmm / dev / null <nl> ppp b / include / internal / catch_meta . hpp <nl> <nl> + / * <nl> + * Created by Jozef on 02 / 12 / 2018 . <nl> + * Copyright 2018 Two Blue Cubes Ltd . All rights reserved . <nl> + * <nl> + * Distributed under the Boost Software License , Version 1 . 0 . ( See accompanying <nl> + * file LICENSE_1_0 . txt or copy at http : / / www . boost . org / LICENSE_1_0 . txt ) <nl> + * / <nl> + <nl> + # ifndef TWOBLUECUBES_CATCH_META_HPP_INCLUDED <nl> + # define TWOBLUECUBES_CATCH_META_HPP_INCLUDED <nl> + <nl> + template < typename . . . > <nl> + struct TypeList { } ; <nl> + <nl> + template < typename . . . > <nl> + struct append ; <nl> + <nl> + template < template < typename . . . > class L1 <nl> + , typename . . . E1 <nl> + , template < typename . . . > class L2 <nl> + , typename . . . E2 <nl> + > <nl> + struct append < L1 < E1 . . . > , L2 < E2 . . . > > <nl> + { <nl> + using type = L1 < E1 . . . , E2 . . . > ; <nl> + } ; <nl> + <nl> + template < template < typename . . . > class L1 <nl> + , typename . . . E1 <nl> + , template < typename . . . > class L2 <nl> + , typename . . . E2 <nl> + , typename . . . Rest <nl> + > <nl> + struct append < L1 < E1 . . . > , L2 < E2 . . . > , Rest . . . > <nl> + { <nl> + using type = typename append < L1 < E1 . . . , E2 . . . > , Rest . . . > : : type ; <nl> + } ; <nl> + <nl> + template < template < typename . . . > class <nl> + , typename . . . <nl> + > <nl> + struct rewrap ; <nl> + <nl> + template < template < typename . . . > class Container <nl> + , template < typename . . . > class List <nl> + , typename . . . elems <nl> + > <nl> + struct rewrap < Container , List < elems . . . > > <nl> + { <nl> + using type = TypeList < Container < elems . . . > > ; <nl> + } ; <nl> + <nl> + template < template < typename . . . > class Container <nl> + , template < typename . . . > class List <nl> + , class . . . Elems <nl> + , typename . . . Elements > <nl> + struct rewrap < Container , List < Elems . . . > , Elements . . . > <nl> + { <nl> + using type = typename append < TypeList < Container < Elems . . . > > , typename rewrap < Container , Elements . . . > : : type > : : type ; <nl> + } ; <nl> + <nl> + template < template < typename . . . > class . . . Containers > <nl> + struct combine <nl> + { <nl> + template < typename . . . Types > <nl> + struct with_types <nl> + { <nl> + template < template < typename . . . > class Final > <nl> + struct into <nl> + { <nl> + using type = typename append < Final < > , typename rewrap < Containers , Types . . . > : : type . . . > : : type ; <nl> + } ; <nl> + } ; <nl> + } ; <nl> + <nl> + # endif / / TWOBLUECUBES_CATCH_META_HPP_INCLUDED <nl> mmm a / include / internal / catch_preprocessor . hpp <nl> ppp b / include / internal / catch_preprocessor . hpp <nl> <nl> # define INTERNAL_CATCH_TEMPLATE_UNIQUE_NAME ( Name , . . . ) INTERNAL_CATCH_TEMPLATE_UNIQUE_NAME1 ( Name , INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_REMOVE_PARENS ( __VA_ARGS__ ) ) ) <nl> # endif <nl> <nl> + # define INTERNAL_CATCH_MAKE_TYPE_LIST ( types ) TypeList < INTERNAL_CATCH_REMOVE_PARENS ( types ) > <nl> + <nl> + # define INTERNAL_CATCH_MAKE_TYPE_LISTS_FROM_TYPES ( types ) \ <nl> + CATCH_REC_LIST ( INTERNAL_CATCH_MAKE_TYPE_LIST , INTERNAL_CATCH_REMOVE_PARENS ( types ) ) <nl> + <nl> # endif / / TWOBLUECUBES_CATCH_PREPROCESSOR_HPP_INCLUDED <nl> mmm a / include / internal / catch_test_registry . h <nl> ppp b / include / internal / catch_test_registry . h <nl> <nl> # include " catch_stringref . h " <nl> # include " catch_type_traits . hpp " <nl> # include " catch_preprocessor . hpp " <nl> + # include " catch_meta . hpp " <nl> <nl> namespace Catch { <nl> <nl> struct AutoReg : NonCopyable { <nl> return 0 ; \ <nl> } ( ) ; <nl> <nl> + # define INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE2 ( TestName , TestFuncName , Name , Tags , TmplTypes , TypesList ) \ <nl> + CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS \ <nl> + template < typename TestType > static void TestFuncName ( ) ; \ <nl> + namespace { \ <nl> + template < typename . . . Types > \ <nl> + struct TestName { \ <nl> + TestName ( ) { \ <nl> + CATCH_INTERNAL_CHECK_UNIQUE_TYPES ( Types . . . ) \ <nl> + int index = 0 ; \ <nl> + using expander = int [ ] ; \ <nl> + ( void ) expander { ( Catch : : AutoReg ( Catch : : makeTestInvoker ( & TestFuncName < Types > ) , CATCH_INTERNAL_LINEINFO , Catch : : StringRef ( ) , Catch : : NameAndTags { Name " - " + Catch : : StringMaker < int > : : convert ( index + + ) , Tags } ) , 0 ) . . . } ; / * NOLINT * / \ <nl> + } \ <nl> + } ; \ <nl> + static int INTERNAL_CATCH_UNIQUE_NAME ( globalRegistrar ) = [ ] ( ) { \ <nl> + using TestInit = combine < INTERNAL_CATCH_REMOVE_PARENS ( TmplTypes ) > \ <nl> + : : with_types < INTERNAL_CATCH_MAKE_TYPE_LISTS_FROM_TYPES ( TypesList ) > : : into < TestName > : : type ; \ <nl> + TestInit ( ) ; \ <nl> + return 0 ; \ <nl> + } ( ) ; \ <nl> + } \ <nl> + CATCH_INTERNAL_UNSUPPRESS_GLOBALS_WARNINGS \ <nl> + template < typename TestType > \ <nl> + static void TestFuncName ( ) <nl> + <nl> + # ifndef CATCH_CONFIG_TRADITIONAL_MSVC_PREPROCESSOR <nl> + # define INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE ( Name , Tags , . . . ) \ <nl> + INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE2 ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) , INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____F_U_N_C____ ) , Name , Tags , __VA_ARGS__ ) <nl> + # else <nl> + # define INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE ( Name , Tags , . . . ) \ <nl> + INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE2 ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) , INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____F_U_N_C____ ) , Name , Tags , __VA_ARGS__ ) ) <nl> + # endif <nl> + <nl> # define INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_2 ( TestNameClass , TestName , ClassName , Name , Tags , . . . ) \ <nl> CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS \ <nl> namespace { \ <nl> struct AutoReg : NonCopyable { <nl> INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_2 ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____C_L_A_S_S____ ) , INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) , ClassName , Name , Tags , __VA_ARGS__ ) ) <nl> # endif <nl> <nl> + # define INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD_2 ( TestNameClass , TestName , ClassName , Name , Tags , TmplTypes , TypesList ) \ <nl> + CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS \ <nl> + template < typename TestType > \ <nl> + struct TestName : INTERNAL_CATCH_REMOVE_PARENS ( ClassName < TestType > ) { \ <nl> + void test ( ) ; \ <nl> + } ; \ <nl> + namespace { \ <nl> + template < typename . . . Types > \ <nl> + struct TestNameClass { \ <nl> + TestNameClass ( ) { \ <nl> + CATCH_INTERNAL_CHECK_UNIQUE_TYPES ( Types . . . ) \ <nl> + int index = 0 ; \ <nl> + using expander = int [ ] ; \ <nl> + ( void ) expander { ( Catch : : AutoReg ( Catch : : makeTestInvoker ( & TestName < Types > : : test ) , CATCH_INTERNAL_LINEINFO , # ClassName , Catch : : NameAndTags { Name " - " + Catch : : StringMaker < int > : : convert ( index + + ) , Tags } ) , 0 ) . . . } ; / * NOLINT * / \ <nl> + } \ <nl> + } ; \ <nl> + static int INTERNAL_CATCH_UNIQUE_NAME ( globalRegistrar ) = [ ] ( ) { \ <nl> + using TestInit = combine < INTERNAL_CATCH_REMOVE_PARENS ( TmplTypes ) > \ <nl> + : : with_types < INTERNAL_CATCH_MAKE_TYPE_LISTS_FROM_TYPES ( TypesList ) > : : into < TestNameClass > : : type ; \ <nl> + TestInit ( ) ; \ <nl> + return 0 ; \ <nl> + } ( ) ; \ <nl> + } \ <nl> + CATCH_INTERNAL_UNSUPPRESS_GLOBALS_WARNINGS \ <nl> + template < typename TestType > \ <nl> + void TestName < TestType > : : test ( ) <nl> + <nl> + # ifndef CATCH_CONFIG_TRADITIONAL_MSVC_PREPROCESSOR <nl> + # define INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD ( ClassName , Name , Tags , . . . ) \ <nl> + INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD_2 ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) , INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____F_U_N_C____ ) , ClassName , Name , Tags , __VA_ARGS__ ) <nl> + # else <nl> + # define INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD ( ClassName , Name , Tags , . . . ) \ <nl> + INTERNAL_CATCH_EXPAND_VARGS ( INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD_2 ( INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____ ) , INTERNAL_CATCH_UNIQUE_NAME ( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____F_U_N_C____ ) , ClassName , Name , Tags , __VA_ARGS__ ) ) <nl> + # endif <nl> + <nl> # endif / / TWOBLUECUBES_CATCH_TEST_REGISTRY_HPP_INCLUDED <nl> mmm a / projects / CMakeLists . txt <nl> ppp b / projects / CMakeLists . txt <nl> set ( INTERNAL_HEADERS <nl> $ { HEADER_DIR } / internal / catch_matchers_string . h <nl> $ { HEADER_DIR } / internal / catch_matchers_vector . h <nl> $ { HEADER_DIR } / internal / catch_message . h <nl> + $ { HEADER_DIR } / internal / catch_meta . hpp <nl> $ { HEADER_DIR } / internal / catch_objc . hpp <nl> $ { HEADER_DIR } / internal / catch_objc_arc . hpp <nl> $ { HEADER_DIR } / internal / catch_option . hpp <nl> mmm a / projects / SelfTest / Baselines / compact . sw . approved . txt <nl> ppp b / projects / SelfTest / Baselines / compact . sw . approved . txt <nl> Generators . tests . cpp : < line number > : passed : x < y for : 10 < 109 <nl> Generators . tests . cpp : < line number > : passed : x < y for : 10 < 110 <nl> Class . tests . cpp : < line number > : failed : s = = " world " for : " hello " = = " world " <nl> Class . tests . cpp : < line number > : passed : s = = " hello " for : " hello " = = " hello " <nl> + Class . tests . cpp : < line number > : failed : Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 for : 0 = = 1 <nl> + Class . tests . cpp : < line number > : failed : Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 for : 0 = = 1 <nl> + Class . tests . cpp : < line number > : failed : Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 for : 0 = = 1 <nl> + Class . tests . cpp : < line number > : failed : Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 for : 0 = = 1 <nl> + Class . tests . cpp : < line number > : passed : Template_Fixture_2 < TestType > : : m_a . size ( ) = = 0 for : 0 = = 0 <nl> + Class . tests . cpp : < line number > : passed : Template_Fixture_2 < TestType > : : m_a . size ( ) = = 0 for : 0 = = 0 <nl> + Class . tests . cpp : < line number > : passed : Template_Fixture_2 < TestType > : : m_a . size ( ) = = 0 for : 0 = = 0 <nl> + Class . tests . cpp : < line number > : passed : Template_Fixture_2 < TestType > : : m_a . size ( ) = = 0 for : 0 = = 0 <nl> Class . tests . cpp : < line number > : failed : Template_Fixture < TestType > : : m_a = = 2 for : 1 . 0 = = 2 <nl> Class . tests . cpp : < line number > : failed : Template_Fixture < TestType > : : m_a = = 2 for : 1 . 0f = = 2 <nl> Class . tests . cpp : < line number > : failed : Template_Fixture < TestType > : : m_a = = 2 for : 1 = = 2 <nl> Class . tests . cpp : < line number > : passed : Template_Fixture < TestType > : : m_a = = 1 for : <nl> Class . tests . cpp : < line number > : passed : Template_Fixture < TestType > : : m_a = = 1 for : 1 = = 1 <nl> Class . tests . cpp : < line number > : failed : m_a = = 2 for : 1 = = 2 <nl> Class . tests . cpp : < line number > : passed : m_a = = 1 for : 1 = = 1 <nl> + Misc . tests . cpp : < line number > : passed : x . size ( ) = = 0 for : 0 = = 0 <nl> + Misc . tests . cpp : < line number > : passed : x . size ( ) = = 0 for : 0 = = 0 <nl> + Misc . tests . cpp : < line number > : passed : x . size ( ) = = 0 for : 0 = = 0 <nl> + Misc . tests . cpp : < line number > : passed : x . size ( ) = = 0 for : 0 = = 0 <nl> Approx . tests . cpp : < line number > : passed : d = = 1 . 23_a for : 1 . 23 = = Approx ( 1 . 23 ) <nl> Approx . tests . cpp : < line number > : passed : d ! = 1 . 22_a for : 1 . 23 ! = Approx ( 1 . 22 ) <nl> Approx . tests . cpp : < line number > : passed : - d = = - 1 . 23_a for : - 1 . 23 = = Approx ( - 1 . 23 ) <nl> CmdLine . tests . cpp : < line number > : passed : cli . parse ( { " test " , " - - use - colour " , " no " <nl> CmdLine . tests . cpp : < line number > : passed : config . useColour = = UseColour : : No for : 2 = = 2 <nl> CmdLine . tests . cpp : < line number > : passed : ! result for : true <nl> CmdLine . tests . cpp : < line number > : passed : result . errorMessage ( ) , Contains ( " colour mode must be one of " ) for : " colour mode must be one of : auto , yes or no . ' wrong ' not recognised " contains : " colour mode must be one of " <nl> + Misc . tests . cpp : < line number > : passed : std : : tuple_size < TestType > : : value > = 1 for : 1 > = 1 <nl> + Misc . tests . cpp : < line number > : passed : std : : tuple_size < TestType > : : value > = 1 for : 2 > = 1 <nl> + Misc . tests . cpp : < line number > : passed : std : : tuple_size < TestType > : : value > = 1 for : 3 > = 1 <nl> Decomposition . tests . cpp : < line number > : failed : truthy ( false ) for : Hey , its truthy ! <nl> Matchers . tests . cpp : < line number > : failed : testStringForMatching ( ) , Matches ( " this STRING contains ' abc ' as a substring " ) for : " this string contains ' abc ' as a substring " matches " this STRING contains ' abc ' as a substring " case sensitively <nl> Matchers . tests . cpp : < line number > : failed : testStringForMatching ( ) , Matches ( " contains ' abc ' as a substring " ) for : " this string contains ' abc ' as a substring " matches " contains ' abc ' as a substring " case sensitively <nl> Misc . tests . cpp : < line number > : passed : v . size ( ) = = 5 for : 5 = = 5 <nl> Misc . tests . cpp : < line number > : passed : v . capacity ( ) > = 5 for : 5 > = 5 <nl> Misc . tests . cpp : < line number > : passed : <nl> Misc . tests . cpp : < line number > : passed : <nl> - Failed 65 test cases , failed 125 assertions . <nl> + Failed 69 test cases , failed 129 assertions . <nl> <nl> mmm a / projects / SelfTest / Baselines / console . std . approved . txt <nl> ppp b / projects / SelfTest / Baselines / console . std . approved . txt <nl> Class . tests . cpp : < line number > : FAILED : <nl> with expansion : <nl> " hello " = = " world " <nl> <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 0 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : FAILED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 ) <nl> + with expansion : <nl> + 0 = = 1 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 1 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : FAILED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 ) <nl> + with expansion : <nl> + 0 = = 1 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 2 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : FAILED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 ) <nl> + with expansion : <nl> + 0 = = 1 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 3 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : FAILED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 ) <nl> + with expansion : <nl> + 0 = = 1 <nl> + <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> A TEMPLATE_TEST_CASE_METHOD based test run that fails - double <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> due to unexpected exception with message : <nl> Why would you throw a std : : string ? <nl> <nl> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> - test cases : 228 | 172 passed | 52 failed | 4 failed as expected <nl> - assertions : 1310 | 1178 passed | 111 failed | 21 failed as expected <nl> + test cases : 243 | 183 passed | 56 failed | 4 failed as expected <nl> + assertions : 1325 | 1189 passed | 115 failed | 21 failed as expected <nl> <nl> mmm a / projects / SelfTest / Baselines / console . sw . approved . txt <nl> ppp b / projects / SelfTest / Baselines / console . sw . approved . txt <nl> Class . tests . cpp : < line number > : PASSED : <nl> with expansion : <nl> " hello " = = " hello " <nl> <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 0 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : FAILED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 ) <nl> + with expansion : <nl> + 0 = = 1 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 1 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : FAILED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 ) <nl> + with expansion : <nl> + 0 = = 1 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 2 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : FAILED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 ) <nl> + with expansion : <nl> + 0 = = 1 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 3 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : FAILED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 ) <nl> + with expansion : <nl> + 0 = = 1 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 0 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : PASSED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 0 ) <nl> + with expansion : <nl> + 0 = = 0 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 1 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : PASSED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 0 ) <nl> + with expansion : <nl> + 0 = = 0 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 2 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : PASSED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 0 ) <nl> + with expansion : <nl> + 0 = = 0 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 3 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Class . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Class . tests . cpp : < line number > : PASSED : <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 0 ) <nl> + with expansion : <nl> + 0 = = 0 <nl> + <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> A TEMPLATE_TEST_CASE_METHOD based test run that fails - double <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> Class . tests . cpp : < line number > : PASSED : <nl> with expansion : <nl> 1 = = 1 <nl> <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A Template product test case - 0 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Misc . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Misc . tests . cpp : < line number > : PASSED : <nl> + REQUIRE ( x . size ( ) = = 0 ) <nl> + with expansion : <nl> + 0 = = 0 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A Template product test case - 1 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Misc . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Misc . tests . cpp : < line number > : PASSED : <nl> + REQUIRE ( x . size ( ) = = 0 ) <nl> + with expansion : <nl> + 0 = = 0 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A Template product test case - 2 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Misc . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Misc . tests . cpp : < line number > : PASSED : <nl> + REQUIRE ( x . size ( ) = = 0 ) <nl> + with expansion : <nl> + 0 = = 0 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + A Template product test case - 3 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Misc . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Misc . tests . cpp : < line number > : PASSED : <nl> + REQUIRE ( x . size ( ) = = 0 ) <nl> + with expansion : <nl> + 0 = = 0 <nl> + <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> A comparison that uses literals instead of the normal constructor <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> with expansion : <nl> " colour mode must be one of : auto , yes or no . ' wrong ' not recognised " <nl> contains : " colour mode must be one of " <nl> <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Product with differing arities - 0 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Misc . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Misc . tests . cpp : < line number > : PASSED : <nl> + REQUIRE ( std : : tuple_size < TestType > : : value > = 1 ) <nl> + with expansion : <nl> + 1 > = 1 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Product with differing arities - 1 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Misc . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Misc . tests . cpp : < line number > : PASSED : <nl> + REQUIRE ( std : : tuple_size < TestType > : : value > = 1 ) <nl> + with expansion : <nl> + 2 > = 1 <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Product with differing arities - 2 <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> + Misc . tests . cpp : < line number > <nl> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . <nl> + <nl> + Misc . tests . cpp : < line number > : PASSED : <nl> + REQUIRE ( std : : tuple_size < TestType > : : value > = 1 ) <nl> + with expansion : <nl> + 3 > = 1 <nl> + <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> Reconstruction should be based on stringification : # 914 <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - <nl> Misc . tests . cpp : < line number > <nl> Misc . tests . cpp : < line number > : PASSED : <nl> <nl> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> - test cases : 228 | 159 passed | 65 failed | 4 failed as expected <nl> - assertions : 1324 | 1178 passed | 125 failed | 21 failed as expected <nl> + test cases : 243 | 170 passed | 69 failed | 4 failed as expected <nl> + assertions : 1339 | 1189 passed | 129 failed | 21 failed as expected <nl> <nl> mmm a / projects / SelfTest / Baselines / junit . sw . approved . txt <nl> ppp b / projects / SelfTest / Baselines / junit . sw . approved . txt <nl> <nl> < ? xml version = " 1 . 0 " encoding = " UTF - 8 " ? > <nl> < testsuitesloose text artifact <nl> > <nl> - < testsuite name = " < exe - name > " errors = " 17 " failures = " 109 " tests = " 1325 " hostname = " tbd " time = " { duration } " timestamp = " { iso8601 - timestamp } " > <nl> + < testsuite name = " < exe - name > " errors = " 17 " failures = " 113 " tests = " 1340 " hostname = " tbd " time = " { duration } " timestamp = " { iso8601 - timestamp } " > <nl> < testcase classname = " < exe - name > . global " name = " # A test name that starts with a # " time = " { duration } " / > <nl> < testcase classname = " < exe - name > . global " name = " # 1005 : Comparing pointer to int and long ( NULL can be either on various systems ) " time = " { duration } " / > <nl> < testcase classname = " < exe - name > . global " name = " # 1027 " time = " { duration } " / > <nl> Class . tests . cpp : < line number > <nl> < / failure > <nl> < / testcase > <nl> < testcase classname = " < exe - name > . TestClass " name = " A METHOD_AS_TEST_CASE based test run that succeeds " time = " { duration } " / > <nl> + < testcase classname = " < exe - name > . Template_Fixture_2 " name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 0 " time = " { duration } " > <nl> + < failure message = " 0 = = 1 " type = " REQUIRE " > <nl> + Class . tests . cpp : < line number > <nl> + < / failure > <nl> + < / testcase > <nl> + < testcase classname = " < exe - name > . Template_Fixture_2 " name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 1 " time = " { duration } " > <nl> + < failure message = " 0 = = 1 " type = " REQUIRE " > <nl> + Class . tests . cpp : < line number > <nl> + < / failure > <nl> + < / testcase > <nl> + < testcase classname = " < exe - name > . Template_Fixture_2 " name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 2 " time = " { duration } " > <nl> + < failure message = " 0 = = 1 " type = " REQUIRE " > <nl> + Class . tests . cpp : < line number > <nl> + < / failure > <nl> + < / testcase > <nl> + < testcase classname = " < exe - name > . Template_Fixture_2 " name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 3 " time = " { duration } " > <nl> + < failure message = " 0 = = 1 " type = " REQUIRE " > <nl> + Class . tests . cpp : < line number > <nl> + < / failure > <nl> + < / testcase > <nl> + < testcase classname = " < exe - name > . Template_Fixture_2 " name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 0 " time = " { duration } " / > <nl> + < testcase classname = " < exe - name > . Template_Fixture_2 " name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 1 " time = " { duration } " / > <nl> + < testcase classname = " < exe - name > . Template_Fixture_2 " name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 2 " time = " { duration } " / > <nl> + < testcase classname = " < exe - name > . Template_Fixture_2 " name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 3 " time = " { duration } " / > <nl> < testcase classname = " < exe - name > . Template_Fixture " name = " A TEMPLATE_TEST_CASE_METHOD based test run that fails - double " time = " { duration } " > <nl> < failure message = " 1 . 0 = = 2 " type = " REQUIRE " > <nl> Class . tests . cpp : < line number > <nl> Class . tests . cpp : < line number > <nl> < / failure > <nl> < / testcase > <nl> < testcase classname = " < exe - name > . Fixture " name = " A TEST_CASE_METHOD based test run that succeeds " time = " { duration } " / > <nl> + < testcase classname = " < exe - name > . global " name = " A Template product test case - 0 " time = " { duration } " / > <nl> + < testcase classname = " < exe - name > . global " name = " A Template product test case - 1 " time = " { duration } " / > <nl> + < testcase classname = " < exe - name > . global " name = " A Template product test case - 2 " time = " { duration } " / > <nl> + < testcase classname = " < exe - name > . global " name = " A Template product test case - 3 " time = " { duration } " / > <nl> < testcase classname = " < exe - name > . global " name = " A comparison that uses literals instead of the normal constructor " time = " { duration } " / > <nl> < testcase classname = " < exe - name > . global " name = " A couple of nested sections followed by a failure " time = " { duration } " > <nl> < failure type = " FAIL " > <nl> Message . tests . cpp : < line number > <nl> < testcase classname = " < exe - name > . global " name = " Process can be configured on command line / use - colour / yes " time = " { duration } " / > <nl> < testcase classname = " < exe - name > . global " name = " Process can be configured on command line / use - colour / no " time = " { duration } " / > <nl> < testcase classname = " < exe - name > . global " name = " Process can be configured on command line / use - colour / error " time = " { duration } " / > <nl> + < testcase classname = " < exe - name > . global " name = " Product with differing arities - 0 " time = " { duration } " / > <nl> + < testcase classname = " < exe - name > . global " name = " Product with differing arities - 1 " time = " { duration } " / > <nl> + < testcase classname = " < exe - name > . global " name = " Product with differing arities - 2 " time = " { duration } " / > <nl> < testcase classname = " < exe - name > . global " name = " Reconstruction should be based on stringification : # 914 " time = " { duration } " > <nl> < failure message = " Hey , its truthy ! " type = " CHECK " > <nl> Decomposition . tests . cpp : < line number > <nl> mmm a / projects / SelfTest / Baselines / xml . sw . approved . txt <nl> ppp b / projects / SelfTest / Baselines / xml . sw . approved . txt <nl> <nl> < / Expression > <nl> < OverallResult success = " true " / > <nl> < / TestCase > <nl> + < TestCase name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 0 " tags = " [ . ] [ class ] [ failing ] [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Expression success = " false " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Original > <nl> + Template_Fixture_2 & lt ; TestType > : : m_a . size ( ) = = 1 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 1 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " false " / > <nl> + < / TestCase > <nl> + < TestCase name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 1 " tags = " [ . ] [ class ] [ failing ] [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Expression success = " false " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Original > <nl> + Template_Fixture_2 & lt ; TestType > : : m_a . size ( ) = = 1 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 1 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " false " / > <nl> + < / TestCase > <nl> + < TestCase name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 2 " tags = " [ . ] [ class ] [ failing ] [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Expression success = " false " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Original > <nl> + Template_Fixture_2 & lt ; TestType > : : m_a . size ( ) = = 1 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 1 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " false " / > <nl> + < / TestCase > <nl> + < TestCase name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - 3 " tags = " [ . ] [ class ] [ failing ] [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Expression success = " false " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Original > <nl> + Template_Fixture_2 & lt ; TestType > : : m_a . size ( ) = = 1 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 1 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " false " / > <nl> + < / TestCase > <nl> + < TestCase name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 0 " tags = " [ class ] [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Original > <nl> + Template_Fixture_2 & lt ; TestType > : : m_a . size ( ) = = 0 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 0 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " true " / > <nl> + < / TestCase > <nl> + < TestCase name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 1 " tags = " [ class ] [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Original > <nl> + Template_Fixture_2 & lt ; TestType > : : m_a . size ( ) = = 0 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 0 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " true " / > <nl> + < / TestCase > <nl> + < TestCase name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 2 " tags = " [ class ] [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Original > <nl> + Template_Fixture_2 & lt ; TestType > : : m_a . size ( ) = = 0 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 0 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " true " / > <nl> + < / TestCase > <nl> + < TestCase name = " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - 3 " tags = " [ class ] [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> + < Original > <nl> + Template_Fixture_2 & lt ; TestType > : : m_a . size ( ) = = 0 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 0 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " true " / > <nl> + < / TestCase > <nl> < TestCase name = " A TEMPLATE_TEST_CASE_METHOD based test run that fails - double " tags = " [ . ] [ class ] [ failing ] [ template ] " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> < Expression success = " false " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Class . tests . cpp " > <nl> < Original > <nl> <nl> < / Expression > <nl> < OverallResult success = " true " / > <nl> < / TestCase > <nl> + < TestCase name = " A Template product test case - 0 " tags = " [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Original > <nl> + x . size ( ) = = 0 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 0 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " true " / > <nl> + < / TestCase > <nl> + < TestCase name = " A Template product test case - 1 " tags = " [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Original > <nl> + x . size ( ) = = 0 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 0 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " true " / > <nl> + < / TestCase > <nl> + < TestCase name = " A Template product test case - 2 " tags = " [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Original > <nl> + x . size ( ) = = 0 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 0 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " true " / > <nl> + < / TestCase > <nl> + < TestCase name = " A Template product test case - 3 " tags = " [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Original > <nl> + x . size ( ) = = 0 <nl> + < / Original > <nl> + < Expanded > <nl> + 0 = = 0 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " true " / > <nl> + < / TestCase > <nl> < TestCase name = " A comparison that uses literals instead of the normal constructor " tags = " [ Approx ] " filename = " projects / < exe - name > / UsageTests / Approx . tests . cpp " > <nl> < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Approx . tests . cpp " > <nl> < Original > <nl> <nl> < / Section > <nl> < OverallResult success = " true " / > <nl> < / TestCase > <nl> + < TestCase name = " Product with differing arities - 0 " tags = " [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Original > <nl> + std : : tuple_size & lt ; TestType > : : value > = 1 <nl> + < / Original > <nl> + < Expanded > <nl> + 1 > = 1 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " true " / > <nl> + < / TestCase > <nl> + < TestCase name = " Product with differing arities - 1 " tags = " [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Original > <nl> + std : : tuple_size & lt ; TestType > : : value > = 1 <nl> + < / Original > <nl> + < Expanded > <nl> + 2 > = 1 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " true " / > <nl> + < / TestCase > <nl> + < TestCase name = " Product with differing arities - 2 " tags = " [ product ] [ template ] " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Expression success = " true " type = " REQUIRE " filename = " projects / < exe - name > / UsageTests / Misc . tests . cpp " > <nl> + < Original > <nl> + std : : tuple_size & lt ; TestType > : : value > = 1 <nl> + < / Original > <nl> + < Expanded > <nl> + 3 > = 1 <nl> + < / Expanded > <nl> + < / Expression > <nl> + < OverallResult success = " true " / > <nl> + < / TestCase > <nl> < TestCase name = " Reconstruction should be based on stringification : # 914 " tags = " [ . ] [ Decomposition ] [ failing ] " filename = " projects / < exe - name > / UsageTests / Decomposition . tests . cpp " > <nl> < Expression success = " false " type = " CHECK " filename = " projects / < exe - name > / UsageTests / Decomposition . tests . cpp " > <nl> < Original > <nl> loose text artifact <nl> < / Section > <nl> < OverallResult success = " true " / > <nl> < / TestCase > <nl> - < OverallResults successes = " 1178 " failures = " 126 " expectedFailures = " 21 " / > <nl> + < OverallResults successes = " 1189 " failures = " 130 " expectedFailures = " 21 " / > <nl> < / Group > <nl> - < OverallResults successes = " 1178 " failures = " 125 " expectedFailures = " 21 " / > <nl> + < OverallResults successes = " 1189 " failures = " 129 " expectedFailures = " 21 " / > <nl> < / Catch > <nl> mmm a / projects / SelfTest / UsageTests / Class . tests . cpp <nl> ppp b / projects / SelfTest / UsageTests / Class . tests . cpp <nl> struct Template_Fixture { <nl> T m_a ; <nl> } ; <nl> <nl> + template < typename T > <nl> + struct Template_Fixture_2 { <nl> + Template_Fixture_2 ( ) { } <nl> + <nl> + T m_a ; <nl> + } ; <nl> + <nl> + template < typename T > <nl> + struct Template_Foo { <nl> + size_t size ( ) { return 0 ; } <nl> + } ; <nl> + <nl> # endif <nl> <nl> <nl> TEMPLATE_TEST_CASE_METHOD ( Template_Fixture , " A TEMPLATE_TEST_CASE_METHOD based t <nl> REQUIRE ( Template_Fixture < TestType > : : m_a = = 1 ) ; <nl> } <nl> <nl> + TEMPLATE_PRODUCT_TEST_CASE_METHOD ( Template_Fixture_2 , " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds " , " [ class ] [ template ] [ product ] " , ( std : : vector , Template_Foo ) , ( int , float ) ) <nl> + { <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 0 ) ; <nl> + } <nl> + <nl> / / We should be able to write our tests within a different namespace <nl> namespace Inner <nl> { <nl> namespace Inner <nl> { <nl> REQUIRE ( Template_Fixture < TestType > : : m_a = = 2 ) ; <nl> } <nl> + <nl> + TEMPLATE_PRODUCT_TEST_CASE_METHOD ( Template_Fixture_2 , " A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails " , " [ . ] [ class ] [ template ] [ product ] [ failing ] " , ( std : : vector , Template_Foo ) , ( int , float ) ) <nl> + { <nl> + REQUIRE ( Template_Fixture_2 < TestType > : : m_a . size ( ) = = 1 ) ; <nl> + } <nl> } <nl> <nl> <nl> mmm a / projects / SelfTest / UsageTests / Misc . tests . cpp <nl> ppp b / projects / SelfTest / UsageTests / Misc . tests . cpp <nl> CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS <nl> static AutoTestReg autoTestReg ; <nl> CATCH_INTERNAL_UNSUPPRESS_GLOBALS_WARNINGS <nl> <nl> + template < typename T > <nl> + struct Foo { <nl> + size_t size ( ) { return 0 ; } <nl> + } ; <nl> + <nl> # endif <nl> <nl> TEST_CASE ( " random SECTION tests " , " [ . ] [ sections ] [ failing ] " ) { <nl> TEMPLATE_TEST_CASE ( " TemplateTest : vectors can be sized and resized " , " [ vector ] [ <nl> } <nl> } <nl> <nl> + TEMPLATE_PRODUCT_TEST_CASE ( " A Template product test case " , " [ template ] [ product ] " , ( std : : vector , Foo ) , ( int , float ) ) { <nl> + TestType x ; <nl> + REQUIRE ( x . size ( ) = = 0 ) ; <nl> + } <nl> + <nl> + TEMPLATE_PRODUCT_TEST_CASE ( " Product with differing arities " , " [ template ] [ product ] " , std : : tuple , ( int , ( int , double ) , ( int , double , float ) ) ) { <nl> + REQUIRE ( std : : tuple_size < TestType > : : value > = 1 ) ; <nl> + } <nl> + <nl> / / https : / / github . com / philsquared / Catch / issues / 166 <nl> TEST_CASE ( " A couple of nested sections followed by a failure " , " [ failing ] [ . ] " ) { <nl> SECTION ( " Outer " ) <nl> | Merge pull request from JoeyGrajciar / template_product_test_case | catchorg/Catch2 | 461843b1f02a4bf5c59db88ff201d2c56fabf3a4 | 2018-12-10T10:39:26Z |
mmm a / src / core / lib / support / reference_counted_ptr . h <nl> ppp b / src / core / lib / support / reference_counted_ptr . h <nl> <nl> # ifndef GRPC_CORE_LIB_SUPPORT_REFERENCE_COUNTED_PTR_H <nl> # define GRPC_CORE_LIB_SUPPORT_REFERENCE_COUNTED_PTR_H <nl> <nl> + # include < utility > <nl> + <nl> + # include " src / core / lib / support / memory . h " <nl> + <nl> namespace grpc_core { <nl> <nl> / / A smart pointer class for objects that provide Ref ( ) and Unref ( ) methods , <nl> class ReferenceCountedPtr { <nl> T * value_ = nullptr ; <nl> } ; <nl> <nl> + template < typename T , typename . . . Args > <nl> + inline ReferenceCountedPtr < T > MakeReferenceCounted ( Args & & . . . args ) { <nl> + return ReferenceCountedPtr < T > ( New < T > ( std : : forward < Args > ( args ) . . . ) ) ; <nl> + } <nl> + <nl> } / / namespace grpc_core <nl> <nl> # endif / / GRPC_CORE_LIB_SUPPORT_REFERENCE_COUNTED_PTR_H <nl> mmm a / test / core / support / reference_counted_ptr_test . cc <nl> ppp b / test / core / support / reference_counted_ptr_test . cc <nl> namespace testing { <nl> <nl> class Foo : public ReferenceCounted { <nl> public : <nl> - Foo ( ) : ReferenceCounted ( nullptr ) { } <nl> + Foo ( ) : ReferenceCounted ( nullptr ) , value_ ( 0 ) { } <nl> <nl> - void log ( ) { <nl> - gpr_log ( GPR_INFO , " = = > log ( ) " ) ; <nl> - } <nl> + explicit Foo ( int value ) : ReferenceCounted ( nullptr ) , value_ ( value ) { } <nl> + <nl> + int value ( ) const { return value_ ; } <nl> + <nl> + private : <nl> + int value_ ; <nl> } ; <nl> <nl> TEST ( ReferenceCountedPtr , DefaultConstructor ) { <nl> TEST ( ReferenceCountedPtr , ResetFromNullToNull ) { <nl> <nl> TEST ( ReferenceCountedPtr , DerefernceOperators ) { <nl> ReferenceCountedPtr < Foo > foo ( New < Foo > ( ) ) ; <nl> - foo - > log ( ) ; <nl> + foo - > value ( ) ; <nl> Foo & foo_ref = * foo ; <nl> - foo_ref . log ( ) ; <nl> + foo_ref . value ( ) ; <nl> + } <nl> + <nl> + TEST ( MakeReferenceCounted , NoArgs ) { <nl> + ReferenceCountedPtr < Foo > foo = MakeReferenceCounted < Foo > ( ) ; <nl> + EXPECT_EQ ( 0 , foo - > value ( ) ) ; <nl> + } <nl> + <nl> + TEST ( MakeReferenceCounted , Args ) { <nl> + ReferenceCountedPtr < Foo > foo = MakeReferenceCounted < Foo > ( 3 ) ; <nl> + EXPECT_EQ ( 3 , foo - > value ( ) ) ; <nl> } <nl> <nl> } / / namespace testing <nl> | Implement MakeReferenceCounted < > helper . | grpc/grpc | 835537fbc78f083e311dfec148d2b25d74af78e8 | 2017-11-28T16:31:08Z |
mmm a / Marlin / stopwatch . cpp <nl> ppp b / Marlin / stopwatch . cpp <nl> bool Stopwatch : : stop ( ) { <nl> # endif <nl> <nl> if ( this - > isRunning ( ) | | this - > isPaused ( ) ) { <nl> - this - > state = STOPWATCH_STOPPED ; <nl> + this - > state = STOPPED ; <nl> this - > stopTimestamp = millis ( ) ; <nl> return true ; <nl> } <nl> bool Stopwatch : : pause ( ) { <nl> # endif <nl> <nl> if ( this - > isRunning ( ) ) { <nl> - this - > state = STOPWATCH_PAUSED ; <nl> + this - > state = PAUSED ; <nl> this - > stopTimestamp = millis ( ) ; <nl> return true ; <nl> } <nl> bool Stopwatch : : start ( ) { <nl> if ( this - > isPaused ( ) ) this - > accumulator = this - > duration ( ) ; <nl> else this - > reset ( ) ; <nl> <nl> - this - > state = STOPWATCH_RUNNING ; <nl> + this - > state = RUNNING ; <nl> this - > startTimestamp = millis ( ) ; <nl> return true ; <nl> } <nl> void Stopwatch : : reset ( ) { <nl> Stopwatch : : debug ( PSTR ( " reset " ) ) ; <nl> # endif <nl> <nl> - this - > state = STOPWATCH_STOPPED ; <nl> + this - > state = STOPPED ; <nl> this - > startTimestamp = 0 ; <nl> this - > stopTimestamp = 0 ; <nl> this - > accumulator = 0 ; <nl> } <nl> <nl> bool Stopwatch : : isRunning ( ) { <nl> - return ( this - > state = = STOPWATCH_RUNNING ) ? true : false ; <nl> + return ( this - > state = = RUNNING ) ? true : false ; <nl> } <nl> <nl> bool Stopwatch : : isPaused ( ) { <nl> - return ( this - > state = = STOPWATCH_PAUSED ) ? true : false ; <nl> + return ( this - > state = = PAUSED ) ? true : false ; <nl> } <nl> <nl> millis_t Stopwatch : : duration ( ) { <nl> mmm a / Marlin / stopwatch . h <nl> ppp b / Marlin / stopwatch . h <nl> <nl> / / Print debug messages with M111 S2 ( Uses 156 bytes of PROGMEM ) <nl> / / # define DEBUG_STOPWATCH <nl> <nl> - enum StopwatchState { <nl> - STOPWATCH_STOPPED , <nl> - STOPWATCH_RUNNING , <nl> - STOPWATCH_PAUSED <nl> - } ; <nl> - <nl> / * * <nl> * @ brief Stopwatch class <nl> * @ details This class acts as a timer proving stopwatch functionality including <nl> enum StopwatchState { <nl> * / <nl> class Stopwatch { <nl> private : <nl> - StopwatchState state ; <nl> + enum State { <nl> + STOPPED , <nl> + RUNNING , <nl> + PAUSED <nl> + } ; <nl> + <nl> + Stopwatch : : State state ; <nl> millis_t accumulator ; <nl> millis_t startTimestamp ; <nl> millis_t stopTimestamp ; <nl> | Updates Stopwatch class to use internal state enum | MarlinFirmware/Marlin | 238fefcb006bb866687b1adb2d93bce12fa595eb | 2016-07-19T13:30:44Z |
mmm a / src / ml / neural_net / combine_iterator . hpp <nl> ppp b / src / ml / neural_net / combine_iterator . hpp <nl> class Iterator : public std : : enable_shared_from_this < Iterator < T > > { <nl> } <nl> } ; <nl> <nl> + / * * <nl> + * Templated implementation of Iterator that wraps an arbitrary callable type . <nl> + * / <nl> + template < typename Callable > <nl> + class CallableIterator <nl> + : public Iterator < typename std : : result_of < Callable ( ) > : : type > { <nl> + public : <nl> + using Output = typename std : : result_of < Callable ( ) > : : type ; <nl> + <nl> + CallableIterator ( Callable impl ) : impl_ ( std : : move ( impl ) ) { } <nl> + <nl> + bool HasNext ( ) const override { return true ; } <nl> + <nl> + Output Next ( ) override { return impl_ ( ) ; } <nl> + <nl> + private : <nl> + Callable impl_ ; <nl> + } ; <nl> + <nl> + template < typename Callable > <nl> + std : : shared_ptr < IteratorPublisher < typename std : : result_of < Callable ( ) > : : type > > <nl> + CreatePublisherFromCallable ( Callable impl ) { <nl> + return std : : make_shared < CallableIterator < Callable > > ( std : : move ( impl ) ) <nl> + - > AsPublisher ( ) ; <nl> + } <nl> + <nl> / * * <nl> * Concrete Publisher that wraps an Iterator . <nl> * <nl> mmm a / src / ml / neural_net / model_spec . cpp <nl> ppp b / src / ml / neural_net / model_spec . cpp <nl> model_spec : : model_spec ( const std : : string & mlmodel_path ) <nl> impl_ - > Swap ( mlmodel . mutable_neuralnetwork ( ) ) ; <nl> } <nl> <nl> + model_spec : : model_spec ( model_spec & & ) = default ; <nl> + model_spec & model_spec : : operator = ( model_spec & & ) = default ; <nl> model_spec : : ~ model_spec ( ) = default ; <nl> <nl> std : : unique_ptr < NeuralNetwork > model_spec : : move_coreml_spec ( ) & & { <nl> mmm a / src / ml / neural_net / model_spec . hpp <nl> ppp b / src / ml / neural_net / model_spec . hpp <nl> class model_spec { <nl> / / Declared here and defined in the . cpp file just to prevent the implicit <nl> / / default destructor from attempting ( and failing ) to instantiate <nl> / / std : : unique_ptr < NeuralNetwork > : : ~ unique_ptr ( ) <nl> + model_spec ( model_spec & & ) ; <nl> + model_spec & operator = ( model_spec & & ) ; <nl> ~ model_spec ( ) ; <nl> <nl> / * * <nl> mmm a / src / toolkits / style_transfer / CMakeLists . txt <nl> ppp b / src / toolkits / style_transfer / CMakeLists . txt <nl> project ( Turi ) <nl> <nl> make_library ( unity_style_transfer OBJECT <nl> SOURCES <nl> + st_model_trainer . cpp <nl> + st_resnet16_model_trainer . cpp <nl> style_transfer . cpp <nl> style_transfer_data_iterator . cpp <nl> style_transfer_model_definition . cpp <nl> new file mode 100644 <nl> index 0000000000 . . ae44c381c0 <nl> mmm / dev / null <nl> ppp b / src / toolkits / style_transfer / st_model_trainer . cpp <nl> <nl> + / * Copyright © 2020 Apple Inc . All rights reserved . <nl> + * <nl> + * Use of this source code is governed by a BSD - 3 - clause license that can <nl> + * be found in the LICENSE . txt file or at <nl> + * https : / / opensource . org / licenses / BSD - 3 - Clause <nl> + * / <nl> + <nl> + # include < toolkits / style_transfer / st_model_trainer . hpp > <nl> + <nl> + # include < algorithm > <nl> + <nl> + # include < model_server / lib / image_util . hpp > <nl> + # include < toolkits / style_transfer / style_transfer . hpp > <nl> + <nl> + namespace turi { <nl> + namespace style_transfer { <nl> + <nl> + using neural_net : : compute_context ; <nl> + using neural_net : : float_array_map ; <nl> + using neural_net : : model_backend ; <nl> + using neural_net : : model_spec ; <nl> + using neural_net : : Publisher ; <nl> + using neural_net : : shared_float_array ; <nl> + <nl> + DataBatch DataIterator : : Next ( ) { <nl> + DataBatch batch ; <nl> + batch . iteration_id = + + last_iteration_id_ ; <nl> + batch . examples = impl_ - > next_batch ( batch_size_ ) ; <nl> + return batch ; <nl> + } <nl> + <nl> + InferenceDataIterator : : InferenceDataIterator ( <nl> + std : : shared_ptr < DataIterator > base_iterator , std : : vector < int > style_indices ) <nl> + : base_iterator_ ( std : : move ( base_iterator ) ) , <nl> + style_indices_ ( std : : move ( style_indices ) ) , <nl> + next_style_ ( style_indices_ . end ( ) ) { } <nl> + <nl> + bool InferenceDataIterator : : HasNext ( ) const { <nl> + return next_style_ ! = style_indices_ . end ( ) | | base_iterator_ - > HasNext ( ) ; <nl> + } <nl> + <nl> + DataBatch InferenceDataIterator : : Next ( ) { <nl> + / / If we ' re done emitting all the styles for the current underlying batch , <nl> + / / fetch the next batch from the underlying data iterator . <nl> + if ( next_style_ = = style_indices_ . end ( ) & & base_iterator_ - > HasNext ( ) ) { <nl> + current_batch_ = base_iterator_ - > Next ( ) ; <nl> + next_style_ = style_indices_ . begin ( ) ; <nl> + } <nl> + <nl> + / / Write the next style index into all the images in the current batch . <nl> + if ( next_style_ ! = style_indices_ . end ( ) ) { <nl> + for ( st_example & example : current_batch_ . examples ) { <nl> + example . style_index = * next_style_ ; <nl> + } <nl> + + + next_style_ ; <nl> + } <nl> + <nl> + return current_batch_ ; <nl> + } <nl> + <nl> + TrainingProgress ProgressUpdater : : Invoke ( EncodedBatch batch ) { <nl> + auto reduce = [ ] ( const shared_float_array & array ) { <nl> + float loss = std : : accumulate ( array . data ( ) , array . data ( ) + array . size ( ) , 0 . f , <nl> + std : : plus < float > ( ) ) ; <nl> + loss / = array . size ( ) ; <nl> + return loss ; <nl> + } ; <nl> + <nl> + / / Compute the loss for this batch . <nl> + float batch_loss = reduce ( batch . encoded_data . at ( " loss " ) ) ; <nl> + <nl> + / / Update our rolling average ( smoothed ) loss . <nl> + if ( smoothed_loss_ ) { <nl> + * smoothed_loss_ * = 0 . 9f ; <nl> + * smoothed_loss_ + = 0 . 1f * batch_loss ; <nl> + } else { <nl> + / / Initialize smoothed loss to the first loss value . <nl> + smoothed_loss_ . reset ( new float ( batch_loss ) ) ; <nl> + } <nl> + <nl> + / / Write smoothed loss into the result . <nl> + TrainingProgress progress ; <nl> + progress . iteration_id = batch . iteration_id ; <nl> + progress . smoothed_loss = * smoothed_loss_ ; <nl> + <nl> + / / Write optional loss components into the result . <nl> + auto style_loss_it = batch . encoded_data . find ( " style_loss " ) ; <nl> + if ( style_loss_it ! = batch . encoded_data . end ( ) ) { <nl> + progress . style_loss = reduce ( style_loss_it - > second ) ; <nl> + } <nl> + auto content_loss_it = batch . encoded_data . find ( " content_loss " ) ; <nl> + if ( content_loss_it ! = batch . encoded_data . end ( ) ) { <nl> + progress . content_loss = reduce ( content_loss_it - > second ) ; <nl> + } <nl> + <nl> + return progress ; <nl> + } <nl> + <nl> + / / static <nl> + float_array_map Checkpoint : : ExtractWeights ( <nl> + std : : unique_ptr < model_spec > nn_spec ) { <nl> + float_array_map result = nn_spec - > export_params_view ( ) ; <nl> + for ( auto & name_and_weights : result ) { <nl> + / / The original values will not be valid once the nn_spec is deconstructed . <nl> + / / TODO : Ideally this would not require copying . But we should move away <nl> + / / from using the protocol buffer as our primary representation anyway . <nl> + name_and_weights . second = shared_float_array : : copy ( name_and_weights . second ) ; <nl> + } <nl> + return result ; <nl> + } <nl> + <nl> + std : : shared_ptr < Publisher < TrainingProgress > > <nl> + ModelTrainer : : AsTrainingBatchPublisher ( <nl> + std : : unique_ptr < data_iterator > training_data , <nl> + const std : : string & vgg_mlmodel_path , int offset , <nl> + std : : unique_ptr < float > initial_training_loss , compute_context * context ) { <nl> + auto iterator = std : : make_shared < DataIterator > ( std : : move ( training_data ) , <nl> + config_ . batch_size , offset ) ; <nl> + <nl> + int height = config_ . training_image_height ; <nl> + int width = config_ . training_image_width ; <nl> + auto encode = [ height , width ] ( DataBatch batch ) { <nl> + return EncodeTrainingBatch ( std : : move ( batch ) , width , height ) ; <nl> + } ; <nl> + <nl> + std : : shared_ptr < model_backend > backend = <nl> + CreateTrainingBackend ( vgg_mlmodel_path , context ) ; <nl> + auto train = [ backend ] ( EncodedBatch batch ) { <nl> + EncodedBatch result ; <nl> + result . iteration_id = batch . iteration_id ; <nl> + result . encoded_data = backend - > train ( batch . encoded_data ) ; <nl> + return result ; <nl> + } ; <nl> + <nl> + auto update_progress = <nl> + std : : make_shared < ProgressUpdater > ( std : : move ( initial_training_loss ) ) ; <nl> + <nl> + return iterator - > AsPublisher ( ) - > Map ( encode ) - > Map ( train ) - > Map ( update_progress ) ; <nl> + } <nl> + <nl> + std : : shared_ptr < Publisher < DataBatch > > ModelTrainer : : AsInferenceBatchPublisher ( <nl> + std : : unique_ptr < data_iterator > test_data , std : : vector < int > style_indices , <nl> + compute_context * context ) { <nl> + auto base_iterator = std : : make_shared < DataIterator > ( <nl> + std : : move ( test_data ) , / * batch_size * / 1 , / * offset * / 0 ) ; <nl> + auto iterator = std : : make_shared < InferenceDataIterator > ( <nl> + base_iterator , std : : move ( style_indices ) ) ; <nl> + <nl> + std : : shared_ptr < model_backend > backend = CreateInferenceBackend ( context ) ; <nl> + auto predict = [ backend ] ( EncodedInferenceBatch batch ) { <nl> + EncodedInferenceBatch result ; <nl> + result . iteration_id = batch . iteration_id ; <nl> + result . encoded_data = backend - > predict ( batch . encoded_data ) ; <nl> + result . style_index = batch . style_index ; <nl> + return result ; <nl> + } ; <nl> + <nl> + return iterator - > AsPublisher ( ) <nl> + - > Map ( EncodeInferenceBatch ) <nl> + - > Map ( predict ) <nl> + - > Map ( DecodeInferenceBatch ) ; <nl> + } <nl> + <nl> + EncodedBatch EncodeTrainingBatch ( DataBatch batch , int width , int height ) { <nl> + EncodedBatch result ; <nl> + result . iteration_id = batch . iteration_id ; <nl> + <nl> + result . encoded_data = prepare_batch ( batch . examples , width , height , <nl> + / * train * / true ) ; <nl> + <nl> + return result ; <nl> + } <nl> + <nl> + EncodedInferenceBatch EncodeInferenceBatch ( DataBatch batch ) { <nl> + EncodedInferenceBatch result ; <nl> + result . iteration_id = batch . iteration_id ; <nl> + result . encoded_data = prepare_predict ( batch . examples . front ( ) ) ; <nl> + result . style_index = static_cast < int > ( batch . examples . front ( ) . style_index ) ; <nl> + return result ; <nl> + } <nl> + <nl> + DataBatch DecodeInferenceBatch ( EncodedInferenceBatch batch ) { <nl> + DataBatch result ; <nl> + result . iteration_id = batch . iteration_id ; <nl> + <nl> + shared_float_array output = batch . encoded_data . at ( " output " ) ; <nl> + std : : vector < std : : pair < flex_int , flex_image > > processed_batch = <nl> + process_output ( output , batch . style_index ) ; <nl> + result . examples . resize ( processed_batch . size ( ) ) ; <nl> + std : : transform ( processed_batch . begin ( ) , processed_batch . end ( ) , <nl> + result . examples . begin ( ) , <nl> + [ ] ( const std : : pair < flex_int , flex_image > & style_and_image ) { <nl> + st_example example ; <nl> + example . style_index = style_and_image . first ; <nl> + example . style_image = style_and_image . second ; <nl> + return example ; <nl> + } ) ; <nl> + <nl> + return result ; <nl> + } <nl> + <nl> + } / / namespace style_transfer <nl> + } / / namespace turi <nl> new file mode 100644 <nl> index 0000000000 . . f646bbea90 <nl> mmm / dev / null <nl> ppp b / src / toolkits / style_transfer / st_model_trainer . hpp <nl> <nl> + / * Copyright © 2020 Apple Inc . All rights reserved . <nl> + * <nl> + * Use of this source code is governed by a BSD - 3 - clause license that can <nl> + * be found in the LICENSE . txt file or at <nl> + * https : / / opensource . org / licenses / BSD - 3 - Clause <nl> + * / <nl> + <nl> + # ifndef TOOLKITS_STYLE_TRANSFER_ST_MODEL_TRAINER_HPP_ <nl> + # define TOOLKITS_STYLE_TRANSFER_ST_MODEL_TRAINER_HPP_ <nl> + <nl> + / * * <nl> + * \ file st_model_trainer . hpp <nl> + * <nl> + * Defines the value types representing each stage of a style - transfer training <nl> + * pipeline , and the virtual interface for arbitrary style - transfer models . <nl> + * / <nl> + <nl> + # include < ml / neural_net / combine . hpp > <nl> + # include < ml / neural_net / compute_context . hpp > <nl> + # include < ml / neural_net / model_spec . hpp > <nl> + # include < toolkits / style_transfer / style_transfer_data_iterator . hpp > <nl> + <nl> + namespace turi { <nl> + namespace style_transfer { <nl> + <nl> + class ModelTrainer ; <nl> + <nl> + / * * <nl> + * Represents one batch of content / style image pairs . <nl> + * <nl> + * Also used for inference , in which case the " style " image is the stylized <nl> + * output . <nl> + * / <nl> + struct DataBatch { <nl> + / * * The serial number for this batch , starting with 1 . * / <nl> + int iteration_id = 0 ; <nl> + <nl> + std : : vector < st_example > examples ; <nl> + } ; <nl> + <nl> + / * * <nl> + * Represents the immediate ( model - specific ) input or output of a model backend , <nl> + * using the generic float_array_map representation . <nl> + * <nl> + * \ todo Define types for input and output batches that don ' t rely on the <nl> + * arbitrary keys in float_array_map . <nl> + * / <nl> + struct EncodedBatch { <nl> + int iteration_id = 0 ; <nl> + <nl> + neural_net : : float_array_map encoded_data ; <nl> + } ; <nl> + <nl> + / * * EncodedBatch that also records the style index used for inference . * / <nl> + struct EncodedInferenceBatch : public EncodedBatch { <nl> + int style_index = - 1 ; <nl> + } ; <nl> + <nl> + / * * Represents the output conveyed to the user . * / <nl> + struct TrainingProgress { <nl> + int iteration_id = 0 ; <nl> + <nl> + float smoothed_loss = 0 . f ; <nl> + <nl> + / / These are only set if the ModelTrainer returns true for <nl> + / / SupportsLossComponents ( ) . <nl> + / / TODO : Should these also be smoothed ? <nl> + float style_loss = 0 . f ; <nl> + float content_loss = 0 . f ; <nl> + } ; <nl> + <nl> + / * * Model - agnostic parameters for style transfer . * / <nl> + struct Config { <nl> + / * * Determines the number of style images used during training . * / <nl> + int num_styles = 1 ; <nl> + <nl> + / * * <nl> + * The target number of training iterations to perform . <nl> + * <nl> + * If - 1 , then this target should be computed heuristically . <nl> + * / <nl> + int max_iterations = - 1 ; <nl> + <nl> + / * * The number of images to process per training batch . * / <nl> + int batch_size = 1 ; <nl> + <nl> + / * * The height of images passed into the training backend . * / <nl> + int training_image_height = 256 ; <nl> + <nl> + / * * The width of images passed into the training backend . * / <nl> + int training_image_width = 256 ; <nl> + <nl> + / * * Random seed used to initialize the model . * / <nl> + int random_seed = 0 ; <nl> + } ; <nl> + <nl> + / * * <nl> + * Wrapper adapting style_transfer : : data_iterator to the Iterator interface . <nl> + * / <nl> + class DataIterator : public neural_net : : Iterator < DataBatch > { <nl> + public : <nl> + / * * <nl> + * \ param impl The style_transfer : : data_iterator to wrap <nl> + * \ param batch_size The number of images to request from impl for each batch . <nl> + * \ param offset The number of batches to skip . The first batch produced will <nl> + * have an iteration_id one more than the offset . <nl> + * <nl> + * \ todo style_transfer : : data_iterator needs to support specifying the <nl> + * offset ( and doing the right thing with random seeding ) <nl> + * / <nl> + DataIterator ( std : : unique_ptr < data_iterator > impl , size_t batch_size , <nl> + int offset = 0 ) <nl> + : impl_ ( std : : move ( impl ) ) , <nl> + batch_size_ ( batch_size ) , <nl> + last_iteration_id_ ( offset ) { } <nl> + <nl> + bool HasNext ( ) const override { return impl_ - > has_next_batch ( ) ; } <nl> + <nl> + DataBatch Next ( ) override ; <nl> + <nl> + private : <nl> + std : : unique_ptr < data_iterator > impl_ ; <nl> + size_t batch_size_ = 1 ; <nl> + int last_iteration_id_ = 0 ; / / Next ID starts at 1 , not 0 , by default . <nl> + } ; <nl> + <nl> + / * * <nl> + * Wrapper around DataIterator that duplicates each batch , with each duplicate <nl> + * writing a different style index into every example for each duplicate . <nl> + * / <nl> + class InferenceDataIterator : public neural_net : : Iterator < DataBatch > { <nl> + public : <nl> + InferenceDataIterator ( std : : shared_ptr < DataIterator > base_iterator , <nl> + std : : vector < int > style_indices ) ; <nl> + <nl> + bool HasNext ( ) const override ; <nl> + DataBatch Next ( ) override ; <nl> + <nl> + private : <nl> + std : : shared_ptr < DataIterator > base_iterator_ ; <nl> + std : : vector < int > style_indices_ ; <nl> + std : : vector < int > : : const_iterator next_style_ ; <nl> + DataBatch current_batch_ ; <nl> + } ; <nl> + <nl> + / * * <nl> + * Converts raw training output to user - visible progress updates . <nl> + * / <nl> + class ProgressUpdater <nl> + : public neural_net : : Transform < EncodedBatch , TrainingProgress > { <nl> + public : <nl> + ProgressUpdater ( std : : unique_ptr < float > smoothed_loss ) <nl> + : smoothed_loss_ ( std : : move ( smoothed_loss ) ) { } <nl> + <nl> + TrainingProgress Invoke ( EncodedBatch output_batch ) override ; <nl> + <nl> + private : <nl> + std : : unique_ptr < float > smoothed_loss_ ; <nl> + } ; <nl> + <nl> + / * * <nl> + * A representation of all the parameters needed to reconstruct a model . <nl> + * <nl> + * \ todo Include optimizer state to allow training to resume seamlessly . <nl> + * / <nl> + class Checkpoint { <nl> + public : <nl> + Checkpoint ( Config config , neural_net : : float_array_map weights ) <nl> + : config_ ( std : : move ( config ) ) , weights_ ( std : : move ( weights ) ) { } <nl> + <nl> + virtual ~ Checkpoint ( ) = default ; <nl> + <nl> + const Config & config ( ) const { return config_ ; } <nl> + const neural_net : : float_array_map & weights ( ) const { return weights_ ; } <nl> + <nl> + / * * Loads the checkpoint into an active ModelTrainer instance . * / <nl> + virtual std : : unique_ptr < ModelTrainer > CreateModelTrainer ( ) const = 0 ; <nl> + <nl> + / * * <nl> + * Returns the CoreML spec corresponding to the current model . <nl> + * <nl> + * The first layer of the model should have a single input : the image to <nl> + * stylize . The last layer of the model should have a single output : the <nl> + * stylized image . <nl> + * / <nl> + virtual neural_net : : model_spec ExportToCoreML ( ) const = 0 ; <nl> + <nl> + protected : <nl> + static neural_net : : float_array_map ExtractWeights ( <nl> + std : : unique_ptr < neural_net : : model_spec > nn_spec ) ; <nl> + <nl> + private : <nl> + Config config_ ; <nl> + neural_net : : float_array_map weights_ ; <nl> + } ; <nl> + <nl> + / * * <nl> + * Abstract base class for style - transfer model trainers . <nl> + * <nl> + * Responsible for constructing the model - agnostic portions of the overall <nl> + * training pipeline . <nl> + * / <nl> + class ModelTrainer { <nl> + public : <nl> + ModelTrainer ( Config config ) : config_ ( std : : move ( config ) ) { } <nl> + <nl> + virtual ~ ModelTrainer ( ) = default ; <nl> + <nl> + const Config & config ( ) const { return config_ ; } <nl> + <nl> + / * * <nl> + * Returns true iff the output from the training batch publisher sets the <nl> + * style_loss and content_loss values . <nl> + * / <nl> + virtual bool SupportsLossComponents ( ) const = 0 ; <nl> + <nl> + / * * Given a data iterator , return a publisher of training model outputs . * / <nl> + virtual std : : shared_ptr < neural_net : : Publisher < TrainingProgress > > <nl> + AsTrainingBatchPublisher ( std : : unique_ptr < data_iterator > training_data , <nl> + const std : : string & vgg_mlmodel_path , int offset , <nl> + std : : unique_ptr < float > initial_training_loss , <nl> + neural_net : : compute_context * context ) ; <nl> + <nl> + / * * Given a data iterator , return a publisher of inference model outputs . * / <nl> + virtual std : : shared_ptr < neural_net : : Publisher < DataBatch > > <nl> + AsInferenceBatchPublisher ( std : : unique_ptr < data_iterator > test_data , <nl> + std : : vector < int > style_indices , <nl> + neural_net : : compute_context * context ) ; <nl> + <nl> + / * * Returns a publisher that can be used to request checkpoints . * / <nl> + virtual std : : shared_ptr < neural_net : : Publisher < std : : unique_ptr < Checkpoint > > > <nl> + AsCheckpointPublisher ( ) = 0 ; <nl> + <nl> + protected : <nl> + / / TODO : Style transfer backends should support both training and inference . <nl> + / / Then we would only need one . <nl> + virtual std : : shared_ptr < neural_net : : model_backend > CreateTrainingBackend ( <nl> + const std : : string & vgg_mlmodel_path , <nl> + neural_net : : compute_context * context ) = 0 ; <nl> + virtual std : : shared_ptr < neural_net : : model_backend > CreateInferenceBackend ( <nl> + neural_net : : compute_context * context ) = 0 ; <nl> + <nl> + private : <nl> + Config config_ ; <nl> + } ; <nl> + <nl> + / * * <nl> + * Converts native images into tensors that can be fed into the model backend . <nl> + * / <nl> + EncodedBatch EncodeTrainingBatch ( DataBatch batch , int width , int height ) ; <nl> + <nl> + / * * <nl> + * Converts native images into tensors that can be fed into the model backend . <nl> + * / <nl> + EncodedInferenceBatch EncodeInferenceBatch ( DataBatch batch ) ; <nl> + <nl> + / * * <nl> + * Converts the raw output from an inference backend into images . <nl> + * / <nl> + DataBatch DecodeInferenceBatch ( EncodedInferenceBatch batch ) ; <nl> + <nl> + } / / namespace style_transfer <nl> + } / / namespace turi <nl> + <nl> + # endif / / TOOLKITS_STYLE_TRANSFER_ST_MODEL_TRAINER_HPP_ <nl> new file mode 100644 <nl> index 0000000000 . . c48993ad47 <nl> mmm / dev / null <nl> ppp b / src / toolkits / style_transfer / st_resnet16_model_trainer . cpp <nl> <nl> + / * Copyright © 2020 Apple Inc . All rights reserved . <nl> + * <nl> + * Use of this source code is governed by a BSD - 3 - clause license that can <nl> + * be found in the LICENSE . txt file or at <nl> + * https : / / opensource . org / licenses / BSD - 3 - Clause <nl> + * / <nl> + <nl> + # include < toolkits / style_transfer / st_resnet16_model_trainer . hpp > <nl> + <nl> + # include < toolkits / style_transfer / style_transfer_model_definition . hpp > <nl> + <nl> + namespace turi { <nl> + namespace style_transfer { <nl> + <nl> + using neural_net : : compute_context ; <nl> + using neural_net : : CreatePublisherFromCallable ; <nl> + using neural_net : : float_array_map ; <nl> + using neural_net : : model_backend ; <nl> + using neural_net : : model_spec ; <nl> + using neural_net : : Publisher ; <nl> + using neural_net : : shared_float_array ; <nl> + <nl> + namespace { <nl> + <nl> + std : : unique_ptr < model_spec > CreateSpec ( const Config & config , <nl> + const std : : string & resnet_mlmodel_path ) { <nl> + if ( resnet_mlmodel_path . empty ( ) ) { <nl> + return init_resnet ( config . num_styles , config . random_seed ) ; <nl> + } else { <nl> + return init_resnet ( resnet_mlmodel_path , config . num_styles ) ; <nl> + } <nl> + } <nl> + <nl> + } / / namespace <nl> + <nl> + ResNet16Checkpoint : : ResNet16Checkpoint ( Config config , <nl> + const std : : string & resnet_mlmodel_path ) <nl> + : Checkpoint ( config , <nl> + ExtractWeights ( CreateSpec ( config , resnet_mlmodel_path ) ) ) { } <nl> + <nl> + ResNet16Checkpoint : : ResNet16Checkpoint ( Config config , float_array_map weights ) <nl> + : Checkpoint ( std : : move ( config ) , std : : move ( weights ) ) { } <nl> + <nl> + std : : unique_ptr < ModelTrainer > ResNet16Checkpoint : : CreateModelTrainer ( ) const { <nl> + std : : unique_ptr < ModelTrainer > result ; <nl> + result . reset ( new ResNet16ModelTrainer ( config ( ) , weights ( ) ) ) ; <nl> + return result ; <nl> + } <nl> + <nl> + model_spec ResNet16Checkpoint : : ExportToCoreML ( ) const { <nl> + std : : unique_ptr < model_spec > resnet_spec = init_resnet ( config ( ) . num_styles ) ; <nl> + resnet_spec - > update_params ( weights ( ) ) ; <nl> + return std : : move ( * resnet_spec ) ; <nl> + } <nl> + <nl> + ResNet16ModelTrainer : : ResNet16ModelTrainer ( Config config , <nl> + float_array_map weights ) <nl> + : ModelTrainer ( std : : move ( config ) ) , state_ ( std : : make_shared < ModelState > ( ) ) { <nl> + state_ - > weights = std : : move ( weights ) ; <nl> + } <nl> + <nl> + std : : shared_ptr < Publisher < std : : unique_ptr < Checkpoint > > > <nl> + ResNet16ModelTrainer : : AsCheckpointPublisher ( ) { <nl> + std : : shared_ptr < Config > config = std : : make_shared < Config > ( this - > config ( ) ) ; <nl> + std : : shared_ptr < ModelState > state = state_ ; <nl> + auto impl = [ config , state ] { <nl> + std : : unique_ptr < Checkpoint > checkpoint ; <nl> + checkpoint . reset ( new ResNet16Checkpoint ( * config , GetWeights ( * state ) ) ) ; <nl> + return checkpoint ; <nl> + } ; <nl> + return CreatePublisherFromCallable ( impl ) ; <nl> + } <nl> + <nl> + std : : shared_ptr < model_backend > ResNet16ModelTrainer : : CreateTrainingBackend ( <nl> + const std : : string & vgg_mlmodel_path , compute_context * context ) { <nl> + float_array_map config = { <nl> + / / A value of ` 1 ` to indicate training <nl> + { " st_training " , shared_float_array : : wrap ( 1 . f ) } , <nl> + { " st_num_styles " , shared_float_array : : wrap ( this - > config ( ) . num_styles ) } } ; <nl> + <nl> + std : : unique_ptr < model_spec > vgg_spec = init_vgg_16 ( vgg_mlmodel_path ) ; <nl> + float_array_map weights = GetWeights ( * state_ ) ; <nl> + float_array_map vgg_weights = vgg_spec - > export_params_view ( ) ; <nl> + weights . insert ( vgg_weights . begin ( ) , vgg_weights . end ( ) ) ; <nl> + <nl> + / / Save a reference to the training backend to use as a source of weights for <nl> + / / creating checkpoints and inference backends . <nl> + state_ - > training_backend = context - > create_style_transfer ( config , weights ) ; <nl> + state_ - > weights . clear ( ) ; / / No longer used <nl> + <nl> + return state_ - > training_backend ; <nl> + } <nl> + <nl> + std : : shared_ptr < model_backend > ResNet16ModelTrainer : : CreateInferenceBackend ( <nl> + compute_context * context ) { <nl> + float_array_map config = { <nl> + / / A value of ` 0 ` to indicate prediction <nl> + { " st_training " , shared_float_array : : wrap ( 0 . f ) } , <nl> + { " st_num_styles " , shared_float_array : : wrap ( this - > config ( ) . num_styles ) } } ; <nl> + return context - > create_style_transfer ( config , GetWeights ( * state_ ) ) ; <nl> + } <nl> + <nl> + / / static <nl> + float_array_map ResNet16ModelTrainer : : GetWeights ( const ModelState & state ) { <nl> + if ( state . training_backend ! = nullptr ) { <nl> + return state . training_backend - > export_weights ( ) ; <nl> + } else { <nl> + return state . weights ; <nl> + } <nl> + } <nl> + <nl> + } / / namespace style_transfer <nl> + } / / namespace turi <nl> new file mode 100644 <nl> index 0000000000 . . bf7212d7b8 <nl> mmm / dev / null <nl> ppp b / src / toolkits / style_transfer / st_resnet16_model_trainer . hpp <nl> <nl> + / * Copyright © 2020 Apple Inc . All rights reserved . <nl> + * <nl> + * Use of this source code is governed by a BSD - 3 - clause license that can <nl> + * be found in the LICENSE . txt file or at <nl> + * https : / / opensource . org / licenses / BSD - 3 - Clause <nl> + * / <nl> + <nl> + # ifndef TOOLKITS_STYLE_TRANSFER_ST_RESNET16_MODEL_TRAINER_HPP_ <nl> + # define TOOLKITS_STYLE_TRANSFER_ST_RESNET16_MODEL_TRAINER_HPP_ <nl> + <nl> + # include < toolkits / style_transfer / st_model_trainer . hpp > <nl> + <nl> + namespace turi { <nl> + namespace style_transfer { <nl> + <nl> + / * * <nl> + * Subclass of Checkpoint that generates ResNet16ModelTrainer instances . <nl> + * / <nl> + class ResNet16Checkpoint : public Checkpoint { <nl> + public : <nl> + / * * <nl> + * Loads a pretrained model to use as a starting point . <nl> + * / <nl> + ResNet16Checkpoint ( Config config , const std : : string & resnet_mlmodel_path ) ; <nl> + <nl> + / * * Loads weights saved from a ResNet16ModelTrainer . * / <nl> + ResNet16Checkpoint ( Config config , neural_net : : float_array_map weights ) ; <nl> + <nl> + std : : unique_ptr < ModelTrainer > CreateModelTrainer ( ) const override ; <nl> + <nl> + neural_net : : model_spec ExportToCoreML ( ) const override ; <nl> + } ; <nl> + <nl> + / * * Subclass of ModelTrainer encapsulating the resnet - 16 architecture . * / <nl> + class ResNet16ModelTrainer : public ModelTrainer { <nl> + public : <nl> + / * * <nl> + * Initializes a model from a checkpoint . <nl> + * / <nl> + ResNet16ModelTrainer ( Config config , neural_net : : float_array_map weights ) ; <nl> + <nl> + bool SupportsLossComponents ( ) const override { return false ; } <nl> + <nl> + / * * Returns a publisher that can be used to request checkpoints . * / <nl> + std : : shared_ptr < neural_net : : Publisher < std : : unique_ptr < Checkpoint > > > <nl> + AsCheckpointPublisher ( ) override ; <nl> + <nl> + protected : <nl> + std : : shared_ptr < neural_net : : model_backend > CreateTrainingBackend ( <nl> + const std : : string & vgg_mlmodel_path , <nl> + neural_net : : compute_context * context ) override ; <nl> + <nl> + std : : shared_ptr < neural_net : : model_backend > CreateInferenceBackend ( <nl> + neural_net : : compute_context * context ) override ; <nl> + <nl> + private : <nl> + struct ModelState { <nl> + / / Non - null if a training backend has been created . <nl> + std : : shared_ptr < neural_net : : model_backend > training_backend ; <nl> + <nl> + / / Only used until a training backend is created . <nl> + neural_net : : float_array_map weights ; <nl> + } ; <nl> + <nl> + static neural_net : : float_array_map GetWeights ( const ModelState & state ) ; <nl> + <nl> + / / This state is shared with the publishers we create <nl> + std : : shared_ptr < ModelState > state_ ; <nl> + } ; <nl> + <nl> + } / / namespace style_transfer <nl> + } / / namespace turi <nl> + <nl> + # endif / / TOOLKITS_STYLE_TRANSFER_ST_RESNET16_MODEL_TRAINER_HPP_ <nl> mmm a / src / toolkits / style_transfer / style_transfer . cpp <nl> ppp b / src / toolkits / style_transfer / style_transfer . cpp <nl> <nl> # include < core / data / image / image_type . hpp > <nl> # include < model_server / lib / image_util . hpp > <nl> # include < model_server / lib / variant_deep_serialize . hpp > <nl> + # include < toolkits / style_transfer / st_resnet16_model_trainer . hpp > <nl> # include < toolkits / style_transfer / style_transfer_model_definition . hpp > <nl> # include < toolkits / util / training_utils . hpp > <nl> <nl> using turi : : coreml : : MLModelWrapper ; <nl> using turi : : neural_net : : compute_context ; <nl> using turi : : neural_net : : float_array_map ; <nl> using turi : : neural_net : : float_scalar ; <nl> + using turi : : neural_net : : FuturesStream ; <nl> using turi : : neural_net : : model_backend ; <nl> + using turi : : neural_net : : model_spec ; <nl> using turi : : neural_net : : shared_float_array ; <nl> <nl> namespace { <nl> void prepare_images ( const image_type & image , <nl> [ ] ( unsigned char val ) { return val / 255 . f ; } ) ; <nl> } <nl> <nl> + } / / namespace <nl> + <nl> std : : vector < std : : pair < flex_int , flex_image > > process_output ( <nl> const shared_float_array & contents , size_t index ) { <nl> size_t image_dim = contents . dim ( ) ; <nl> std : : vector < std : : pair < flex_int , flex_image > > process_output ( <nl> return result ; <nl> } <nl> <nl> - float_array_map prepare_batch ( std : : vector < st_example > & batch , size_t width , <nl> - size_t height , bool train = true ) { <nl> + float_array_map prepare_batch ( const std : : vector < st_example > & batch , <nl> + size_t width , size_t height , bool train ) { <nl> constexpr size_t channels = 3 ; <nl> const size_t batch_size = batch . size ( ) ; <nl> <nl> float_array_map prepare_predict ( const st_example & example ) { <nl> / * train * / false ) ; <nl> } <nl> <nl> + namespace { <nl> + <nl> flex_int estimate_max_iterations ( flex_int num_styles , flex_int batch_size ) { <nl> return static_cast < flex_int > ( num_styles * 10000 . 0f / batch_size ) ; <nl> } <nl> void style_transfer : : init_options ( <nl> " image " , true ) ; <nl> options . create_string_option ( " style_feature " , " Name of the style column " , <nl> " image " , true ) ; <nl> + options . create_string_option ( <nl> + / * name * / " model " , <nl> + / * description * / " Defines the model type " , <nl> + / * default_value * / " resnet - 16 " , <nl> + / * allowed_overwrite * / true ) ; <nl> options . set_options ( opts ) ; <nl> <nl> add_or_update_state ( flexmap_to_varmap ( options . current_option_values ( ) ) ) ; <nl> size_t style_transfer : : get_version ( ) const { return STYLE_TRANSFER_VERSION ; } <nl> <nl> void style_transfer : : save_impl ( oarchive & oarc ) const { <nl> variant_deep_save ( state , oarc ) ; <nl> - oarc < < m_resnet_spec - > export_params_view ( ) ; <nl> + oarc < < read_checkpoint ( ) . weights ( ) ; <nl> } <nl> <nl> void style_transfer : : load_version ( iarchive & iarc , size_t version ) { <nl> variant_deep_load ( state , iarc ) ; <nl> + <nl> float_array_map nn_params ; <nl> iarc > > nn_params ; <nl> + checkpoint_ = load_checkpoint ( nn_params ) ; <nl> + } <nl> + <nl> + std : : unique_ptr < Checkpoint > style_transfer : : load_checkpoint ( <nl> + float_array_map weights ) const { <nl> + if ( read_state < flex_string > ( " model " ) ! = " resnet - 16 " ) { <nl> + log_and_throw ( " Cannot load unknown model : " + <nl> + read_state < flex_string > ( " model " ) ) ; <nl> + } <nl> + <nl> + std : : unique_ptr < Checkpoint > checkpoint ; <nl> + checkpoint . reset ( new ResNet16Checkpoint ( get_config ( ) , std : : move ( weights ) ) ) ; <nl> + return checkpoint ; <nl> + } <nl> + <nl> + std : : unique_ptr < Checkpoint > style_transfer : : create_checkpoint ( <nl> + Config config , const std : : string & resnet_model_path ) const { <nl> + if ( read_state < flex_string > ( " model " ) ! = " resnet - 16 " ) { <nl> + log_and_throw ( " Cannot initialize unknown model : " + <nl> + read_state < flex_string > ( " model " ) ) ; <nl> + } <nl> <nl> - m_resnet_spec = <nl> - init_resnet ( variant_get_value < size_t > ( state . at ( " num_styles " ) ) ) ; <nl> - m_resnet_spec - > update_params ( nn_params ) ; <nl> + std : : unique_ptr < Checkpoint > checkpoint ; <nl> + checkpoint . reset ( <nl> + new ResNet16Checkpoint ( std : : move ( config ) , resnet_model_path ) ) ; <nl> + return checkpoint ; <nl> + } <nl> + <nl> + Config style_transfer : : get_config ( ) const { <nl> + Config config ; <nl> + config . num_styles = read_state < int > ( " num_styles " ) ; <nl> + config . max_iterations = read_state < int > ( " max_iterations " ) ; <nl> + config . batch_size = read_state < int > ( " batch_size " ) ; <nl> + <nl> + auto state_iter = state . find ( " image_height " ) ; <nl> + if ( state_iter ! = state . end ( ) ) { <nl> + config . training_image_height = variant_get_value < int > ( state_iter - > second ) ; <nl> + } <nl> + state_iter = state . find ( " image_width " ) ; <nl> + if ( state_iter ! = state . end ( ) ) { <nl> + config . training_image_width = variant_get_value < int > ( state_iter - > second ) ; <nl> + } <nl> + <nl> + config . random_seed = read_state < int > ( " random_seed " ) ; <nl> + <nl> + return config ; <nl> + } <nl> + <nl> + const Checkpoint & style_transfer : : read_checkpoint ( ) const { <nl> + if ( checkpoint_ = = nullptr ) { <nl> + checkpoint_ = std : : move ( * checkpoint_futures_ - > Next ( ) . get ( ) ) ; <nl> + } <nl> + return * checkpoint_ . get ( ) ; <nl> } <nl> <nl> std : : unique_ptr < compute_context > style_transfer : : create_compute_context ( ) <nl> std : : unique_ptr < data_iterator > style_transfer : : create_iterator ( <nl> new style_transfer_data_iterator ( iterator_params ) ) ; <nl> } <nl> <nl> - void style_transfer : : infer_derived_options ( ) { <nl> - m_training_compute_context - > print_training_device_info ( ) ; <nl> + void style_transfer : : infer_derived_options ( compute_context * context ) { <nl> + context - > print_training_device_info ( ) ; <nl> <nl> if ( read_state < flexible_type > ( " batch_size " ) = = FLEX_UNDEFINED ) { <nl> add_or_update_state ( { { " batch_size " , DEFAULT_BATCH_SIZE } } ) ; <nl> gl_sframe style_transfer : : predict ( variant_type data , <nl> verbose = verbose_iter - > second ; <nl> } <nl> <nl> - std : : vector < flex_int > style_idx ; <nl> + std : : vector < int > style_idx ; <nl> <nl> auto style_idx_iter = opts . find ( " style_idx " ) ; <nl> <nl> gl_sframe style_transfer : : predict ( variant_type data , <nl> flexible_type flex_style_idx = style_idx_iter - > second ; <nl> switch ( flex_style_idx . get_type ( ) ) { <nl> case flex_type_enum : : INTEGER : <nl> - style_idx = { flex_style_idx . get < flex_int > ( ) } ; <nl> + style_idx = { flex_style_idx . to < int > ( ) } ; <nl> break ; <nl> case flex_type_enum : : VECTOR : { <nl> const auto & v_ref = flex_style_idx . get < flex_vec > ( ) ; <nl> gl_sframe style_transfer : : predict ( variant_type data , <nl> } <nl> <nl> void style_transfer : : perform_predict ( gl_sarray data , gl_sframe_writer & result , <nl> - const std : : vector < flex_int > & style_idx , <nl> + const std : : vector < int > & style_idx , <nl> bool verbose ) { <nl> if ( data . size ( ) = = 0 ) return ; <nl> <nl> - / / TODO : if logging enabled <nl> - flex_int batch_size = read_state < flex_int > ( " batch_size " ) ; <nl> flex_int num_styles = read_state < flex_int > ( " num_styles " ) ; <nl> + for ( size_t i : style_idx ) { <nl> + / / check whether the style indices are valid <nl> + check_style_index ( i , num_styles ) ; <nl> + } <nl> <nl> / / Since we aren ' t training the style_images are irrelevant <nl> std : : unique_ptr < data_iterator > data_iter = <nl> void style_transfer : : perform_predict ( gl_sarray data , gl_sframe_writer & result , <nl> log_and_throw ( " No neural network compute context provided " ) ; <nl> } <nl> <nl> - float_array_map weight_params = m_resnet_spec - > export_params_view ( ) ; <nl> - <nl> - / / A value of ` 0 ` to indicate prediction <nl> - shared_float_array st_train = shared_float_array : : wrap ( 0 . f ) ; <nl> - shared_float_array st_num_styles ( std : : make_shared < float_scalar > ( num_styles ) ) ; <nl> - <nl> - std : : unique_ptr < model_backend > model = ctx - > create_style_transfer ( <nl> - { { " st_num_styles " , st_num_styles } , { " st_training " , st_train } } , <nl> - weight_params ) ; <nl> - <nl> - / / looping through all of the data <nl> - data_iter - > reset ( ) ; <nl> - ASSERT_EQ ( batch_size , 1 ) ; <nl> - std : : vector < st_example > batch = data_iter - > next_batch ( batch_size ) ; <nl> - int row_idx = 0 ; <nl> + std : : shared_ptr < ModelTrainer > trainer = model_trainer_ ; <nl> + if ( ! trainer ) { <nl> + trainer = read_checkpoint ( ) . CreateModelTrainer ( ) ; <nl> + } <nl> + std : : shared_ptr < FuturesStream < DataBatch > > inference_futures = <nl> + trainer <nl> + - > AsInferenceBatchPublisher ( std : : move ( data_iter ) , style_idx , <nl> + ctx . get ( ) ) <nl> + - > AsFutures ( ) ; <nl> <nl> / / Style Printer <nl> / / record time of process <nl> void style_transfer : : perform_predict ( gl_sarray data , gl_sframe_writer & result , <nl> table . print_header ( ) ; <nl> } <nl> <nl> - while ( ! batch . empty ( ) ) { <nl> - / / looping through all of the style indices <nl> - for ( size_t i : style_idx ) { <nl> - / / check whether the style indices are valid <nl> - check_style_index ( i , num_styles ) ; <nl> - / / setting the style index for each batch <nl> - std : : for_each ( batch . begin ( ) , batch . end ( ) , <nl> - [ i ] ( st_example & example ) { example . style_index = i ; } ) ; <nl> - <nl> - / / predict only works with a batch size of one now . This is because images <nl> - / / have varied width and height and since the style transfer network <nl> - / / is size invariant , resizing the inputs isn ' t an option . <nl> - ASSERT_EQ ( batch . size ( ) , 1 ) ; <nl> - <nl> - / / prepare batch for prediction <nl> - float_array_map prepared_batch = prepare_predict ( batch . front ( ) ) ; <nl> - <nl> - / / perform prediction <nl> - float_array_map result_batch = model - > predict ( prepared_batch ) ; <nl> - <nl> - / / get shared float array from prediction result <nl> - shared_float_array out_shared_float_array = result_batch . at ( " output " ) ; <nl> - <nl> - / / populate gl_sframe_writer <nl> - std : : vector < std : : pair < flex_int , flex_image > > processed_batch = <nl> - process_output ( out_shared_float_array , i ) ; <nl> - <nl> - / / Write result to gl_sframe_writer <nl> - for ( const auto & row : processed_batch ) { <nl> - result . write ( { row_idx , row . first , row . second } , 0 ) ; <nl> - } <nl> + / / looping through all of the data <nl> + std : : unique_ptr < DataBatch > batch = inference_futures - > Next ( ) . get ( ) ; <nl> + while ( batch ) { <nl> + / / Write result to gl_sframe_writer <nl> + for ( const auto & row : batch - > examples ) { <nl> + result . write ( { batch - > iteration_id - 1 , row . style_index , row . style_image } , <nl> + 0 ) ; <nl> + } <nl> <nl> - / / progress printing for stylization <nl> - idx + + ; <nl> - if ( verbose ) { <nl> - std : : ostringstream formatted_percentage ; <nl> - formatted_percentage . precision ( 2 ) ; <nl> - formatted_percentage < < std : : fixed <nl> - < < ( idx * 100 . 0 / ( data . size ( ) * style_idx . size ( ) ) ) ; <nl> - formatted_percentage < < " % " ; <nl> - table . print_progress_row ( idx , idx , progress_time ( ) , <nl> - formatted_percentage . str ( ) ) ; <nl> - } <nl> + / / progress printing for stylization <nl> + idx + + ; <nl> + if ( verbose ) { <nl> + std : : ostringstream formatted_percentage ; <nl> + formatted_percentage . precision ( 2 ) ; <nl> + formatted_percentage < < std : : fixed <nl> + < < ( idx * 100 . 0 / ( data . size ( ) * style_idx . size ( ) ) ) ; <nl> + formatted_percentage < < " % " ; <nl> + table . print_progress_row ( idx , idx , progress_time ( ) , <nl> + formatted_percentage . str ( ) ) ; <nl> } <nl> + <nl> / / get next batch and increase the row_idx <nl> - batch = data_iter - > next_batch ( batch_size ) ; <nl> - + + row_idx ; <nl> + batch = inference_futures - > Next ( ) . get ( ) ; <nl> } <nl> <nl> if ( verbose ) { <nl> gl_sarray style_transfer : : convert_types_to_sarray ( const variant_type & data ) { <nl> return sarray_data ; <nl> } <nl> <nl> - void style_transfer : : init_train ( gl_sarray style , gl_sarray content , <nl> - std : : map < std : : string , flexible_type > opts ) { <nl> + void style_transfer : : init_training ( gl_sarray style , gl_sarray content , <nl> + std : : map < std : : string , flexible_type > opts ) { <nl> + auto pretrained_weights_iter = opts . find ( " pretrained_weights " ) ; <nl> + bool pretrained_weights = false ; <nl> + if ( pretrained_weights_iter ! = opts . end ( ) ) { <nl> + pretrained_weights = pretrained_weights_iter - > second ; <nl> + } <nl> + opts . erase ( pretrained_weights_iter ) ; <nl> + <nl> + std : : string resnet_mlmodel_path ; <nl> auto resnet_mlmodel_path_iter = opts . find ( " resnet_mlmodel_path " ) ; <nl> - if ( resnet_mlmodel_path_iter = = opts . end ( ) ) { <nl> - log_and_throw ( " Expected option \ " resnet_mlmodel_path \ " not found . " ) ; <nl> + if ( pretrained_weights ) { <nl> + if ( resnet_mlmodel_path_iter = = opts . end ( ) ) { <nl> + log_and_throw ( " Expected option \ " resnet_mlmodel_path \ " not found . " ) ; <nl> + } <nl> + resnet_mlmodel_path = resnet_mlmodel_path_iter - > second . to < flex_string > ( ) ; <nl> } <nl> - const std : : string resnet_mlmodel_path = resnet_mlmodel_path_iter - > second ; <nl> opts . erase ( resnet_mlmodel_path_iter ) ; <nl> <nl> auto vgg_mlmodel_path_iter = opts . find ( " vgg_mlmodel_path " ) ; <nl> void style_transfer : : init_train ( gl_sarray style , gl_sarray content , <nl> if ( num_styles_iter = = opts . end ( ) ) { <nl> log_and_throw ( " Expected option \ " num_styles \ " not found . " ) ; <nl> } <nl> - size_t num_styles = num_styles_iter - > second ; <nl> <nl> - auto pretrained_weights_iter = opts . find ( " pretrained_weights " ) ; <nl> - bool pretrained_weights = false ; <nl> - if ( pretrained_weights_iter ! = opts . end ( ) ) { <nl> - pretrained_weights = pretrained_weights_iter - > second ; <nl> - } <nl> - opts . erase ( pretrained_weights_iter ) ; <nl> - <nl> init_options ( opts ) ; <nl> <nl> if ( read_state < flexible_type > ( " random_seed " ) = = FLEX_UNDEFINED ) { <nl> void style_transfer : : init_train ( gl_sarray style , gl_sarray content , <nl> add_or_update_state ( { { " random_seed " , random_seed } } ) ; <nl> } <nl> <nl> - int random_seed = read_state < int > ( " random_seed " ) ; <nl> - <nl> - m_training_data_iterator = <nl> - create_iterator ( content , style , / * repeat * / true , <nl> - / * training * / true , random_seed ) ; <nl> - <nl> - m_training_compute_context = create_compute_context ( ) ; <nl> - if ( m_training_compute_context = = nullptr ) { <nl> + std : : unique_ptr < compute_context > training_compute_context = <nl> + create_compute_context ( ) ; <nl> + if ( training_compute_context = = nullptr ) { <nl> log_and_throw ( " No neural network compute context provided " ) ; <nl> } <nl> <nl> - infer_derived_options ( ) ; <nl> + infer_derived_options ( training_compute_context . get ( ) ) ; <nl> <nl> - add_or_update_state ( { { " model " , " resnet - 16 " } , <nl> - { " styles " , style_sframe_with_index ( style ) } , <nl> + add_or_update_state ( { { " styles " , style_sframe_with_index ( style ) } , <nl> { " num_content_images " , content . size ( ) } } ) ; <nl> <nl> - / / TODO : change to include random seed . <nl> - if ( pretrained_weights ) { <nl> - m_resnet_spec = init_resnet ( resnet_mlmodel_path , num_styles ) ; <nl> - } else { <nl> - m_resnet_spec = init_resnet ( num_styles , random_seed ) ; <nl> + checkpoint_ = create_checkpoint ( get_config ( ) , resnet_mlmodel_path ) ; <nl> + <nl> + connect_trainer ( std : : move ( style ) , std : : move ( content ) , vgg_mlmodel_path , <nl> + std : : move ( training_compute_context ) ) ; <nl> + } <nl> + <nl> + void style_transfer : : resume_training ( <nl> + gl_sarray style , gl_sarray content , <nl> + std : : map < std : : string , flexible_type > opts ) { <nl> + auto vgg_mlmodel_path_iter = opts . find ( " vgg_mlmodel_path " ) ; <nl> + if ( vgg_mlmodel_path_iter = = opts . end ( ) ) { <nl> + log_and_throw ( " Expected option \ " vgg_mlmodel_path \ " not found . " ) ; <nl> + } <nl> + const std : : string vgg_mlmodel_path = vgg_mlmodel_path_iter - > second ; <nl> + <nl> + std : : unique_ptr < compute_context > training_compute_context = <nl> + create_compute_context ( ) ; <nl> + if ( training_compute_context = = nullptr ) { <nl> + log_and_throw ( " No neural network compute context provided " ) ; <nl> } <nl> <nl> - m_vgg_spec = init_vgg_16 ( vgg_mlmodel_path ) ; <nl> + connect_trainer ( std : : move ( style ) , std : : move ( content ) , vgg_mlmodel_path , <nl> + std : : move ( training_compute_context ) ) ; <nl> + } <nl> <nl> - float_array_map weight_params = m_resnet_spec - > export_params_view ( ) ; <nl> - float_array_map vgg_params = m_vgg_spec - > export_params_view ( ) ; <nl> + void style_transfer : : connect_trainer ( gl_sarray style , gl_sarray content , <nl> + const std : : string & vgg_mlmodel_path , <nl> + std : : unique_ptr < compute_context > context ) { <nl> + model_trainer_ = read_checkpoint ( ) . CreateModelTrainer ( ) ; <nl> <nl> - weight_params . insert ( vgg_params . begin ( ) , vgg_params . end ( ) ) ; <nl> + / / TODO : Iterator needs to support resuming from an offset . <nl> + std : : unique_ptr < data_iterator > training_data = <nl> + create_iterator ( content , style , / * repeat * / true , <nl> + / * training * / true , read_state < int > ( " num_styles " ) ) ; <nl> <nl> - / / A value of ` 1 ` to indicate training <nl> - shared_float_array st_train = shared_float_array : : wrap ( 1 . f ) ; <nl> - shared_float_array st_num_styles ( std : : make_shared < float_scalar > ( num_styles ) ) ; <nl> + int iteration_offset = read_state < int > ( " training_iterations " ) ; <nl> + std : : unique_ptr < float > initial_training_loss ; <nl> + auto loss_it = state . find ( " training_loss " ) ; <nl> + if ( loss_it ! = state . end ( ) ) { <nl> + initial_training_loss . reset ( <nl> + new float ( variant_get_value < float > ( loss_it - > second ) ) ) ; <nl> + } <nl> <nl> - m_training_model = m_training_compute_context - > create_style_transfer ( <nl> - { { " st_num_styles " , st_num_styles } , { " st_training " , st_train } } , <nl> - weight_params ) ; <nl> + training_futures_ = <nl> + model_trainer_ <nl> + - > AsTrainingBatchPublisher ( <nl> + std : : move ( training_data ) , vgg_mlmodel_path , iteration_offset , <nl> + std : : move ( initial_training_loss ) , context . get ( ) ) <nl> + - > AsFutures ( ) ; <nl> <nl> - / / TODO : print table printer <nl> + checkpoint_futures_ = model_trainer_ - > AsCheckpointPublisher ( ) - > AsFutures ( ) ; <nl> } <nl> <nl> flex_int style_transfer : : get_max_iterations ( ) const { <nl> flex_int style_transfer : : get_num_classes ( ) const { <nl> } <nl> <nl> void style_transfer : : iterate_training ( ) { <nl> - ASSERT_TRUE ( m_training_data_iterator ! = nullptr ) ; <nl> - ASSERT_TRUE ( m_training_model ! = nullptr ) ; <nl> - <nl> - flex_int iteration_idx = get_training_iterations ( ) ; <nl> - <nl> - flex_int batch_size = read_state < flex_int > ( " batch_size " ) ; <nl> - flex_int image_width = read_state < flex_int > ( " image_width " ) ; <nl> - flex_int image_height = read_state < flex_int > ( " image_height " ) ; <nl> + ASSERT_TRUE ( model_trainer_ ! = nullptr ) ; <nl> + ASSERT_TRUE ( training_futures_ ! = nullptr ) ; <nl> <nl> - std : : vector < st_example > batch = <nl> - m_training_data_iterator - > next_batch ( batch_size ) ; <nl> + / / If we have a local checkpoint , it will no longer be valid . <nl> + checkpoint_ . reset ( ) ; <nl> <nl> - float_array_map prepared_batch = <nl> - prepare_batch ( batch , image_width , image_height ) ; <nl> - <nl> - std : : map < std : : string , shared_float_array > results = <nl> - m_training_model - > train ( prepared_batch ) ; <nl> + std : : future < std : : unique_ptr < TrainingProgress > > training_batch = <nl> + training_futures_ - > Next ( ) ; <nl> + std : : unique_ptr < TrainingProgress > progress = training_batch . get ( ) ; <nl> + ASSERT_TRUE ( progress ! = nullptr ) ; <nl> <nl> add_or_update_state ( { <nl> - { " training_iterations " , iteration_idx + 1 } , <nl> + { " training_iterations " , progress - > iteration_id } , <nl> + { " training_loss " , progress - > smoothed_loss } , <nl> } ) ; <nl> <nl> - shared_float_array loss_batch = results . at ( " loss " ) ; <nl> - size_t loss_batch_size = loss_batch . size ( ) ; <nl> - float batch_loss = std : : accumulate ( <nl> - loss_batch . data ( ) , loss_batch . data ( ) + loss_batch_size , 0 . f , <nl> - [ loss_batch_size ] ( float a , float b ) { return a + b / loss_batch_size ; } ) ; <nl> - <nl> - / / Update our rolling average ( smoothed ) loss . <nl> - auto loss_it = state . find ( " training_loss " ) ; <nl> - if ( loss_it = = state . end ( ) ) { <nl> - loss_it = state . emplace ( " training_loss " , variant_type ( batch_loss ) ) . first ; <nl> - } else { <nl> - float smoothed_loss = variant_get_value < flex_float > ( loss_it - > second ) ; <nl> - smoothed_loss = 0 . 9f * smoothed_loss + 0 . 1f * batch_loss ; <nl> - loss_it - > second = smoothed_loss ; <nl> - } <nl> - <nl> if ( training_table_printer_ ) { <nl> - if ( supports_loss_components ( ) ) { <nl> - shared_float_array style_loss_batch = results . at ( " style_loss " ) ; <nl> - size_t style_loss_batch_size = style_loss_batch . size ( ) ; <nl> - float style_loss_accumulated = <nl> - std : : accumulate ( style_loss_batch . data ( ) , <nl> - style_loss_batch . data ( ) + style_loss_batch_size , 0 . f , <nl> - [ style_loss_batch_size ] ( float a , float b ) { <nl> - return a + b / style_loss_batch_size ; <nl> - } ) ; <nl> - <nl> - shared_float_array content_loss_batch = results . at ( " content_loss " ) ; <nl> - size_t content_loss_batch_size = content_loss_batch . size ( ) ; <nl> - float content_loss_accumulated = <nl> - std : : accumulate ( content_loss_batch . data ( ) , <nl> - content_loss_batch . data ( ) + content_loss_batch_size , <nl> - 0 . f , [ content_loss_batch_size ] ( float a , float b ) { <nl> - return a + b / content_loss_batch_size ; <nl> - } ) ; <nl> + if ( model_trainer_ - > SupportsLossComponents ( ) ) { <nl> training_table_printer_ - > print_progress_row ( <nl> - iteration_idx , iteration_idx + 1 , batch_loss , style_loss_accumulated , <nl> - content_loss_accumulated , progress_time ( ) ) ; <nl> + progress - > iteration_id , progress - > iteration_id , <nl> + progress - > smoothed_loss , progress - > style_loss , progress - > content_loss , <nl> + progress_time ( ) ) ; <nl> } else { <nl> training_table_printer_ - > print_progress_row ( <nl> - iteration_idx , iteration_idx + 1 , batch_loss , progress_time ( ) ) ; <nl> + progress - > iteration_id , progress - > iteration_id , <nl> + progress - > smoothed_loss , progress_time ( ) ) ; <nl> } <nl> } <nl> } <nl> <nl> + / / This may become necessary once we begin pipelining batches to GPU . <nl> + void style_transfer : : synchronize_training ( ) { } <nl> + <nl> void style_transfer : : finalize_training ( ) { <nl> - float_array_map trained_weights = m_training_model - > export_weights ( ) ; <nl> - m_resnet_spec - > update_params ( trained_weights ) ; <nl> + ASSERT_TRUE ( model_trainer_ ! = nullptr ) ; <nl> + ASSERT_TRUE ( training_futures_ ! = nullptr ) ; <nl> + <nl> + / / Copy out the trained model while we still have access to a backend . <nl> + read_checkpoint ( ) ; <nl> + <nl> + model_trainer_ . reset ( ) ; <nl> + training_futures_ . reset ( ) ; <nl> + checkpoint_futures_ . reset ( ) ; <nl> } <nl> <nl> void style_transfer : : train ( gl_sarray style , gl_sarray content , <nl> void style_transfer : : train ( gl_sarray style , gl_sarray content , <nl> turi : : timer time_object ; <nl> time_object . start ( ) ; <nl> <nl> - init_train ( style , content , opts ) ; <nl> + init_training ( style , content , opts ) ; <nl> <nl> + training_table_printer_ . reset ( ) ; <nl> if ( read_state < bool > ( " verbose " ) ) { <nl> std : : vector < std : : pair < std : : string , size_t > > table_header_format ; <nl> - if ( supports_loss_components ( ) ) { <nl> + if ( model_trainer_ - > SupportsLossComponents ( ) ) { <nl> table_header_format = { { " Iteration " , 12 } , <nl> { " Total Loss " , 12 } , <nl> { " Style Loss " , 12 } , <nl> void style_transfer : : train ( gl_sarray style , gl_sarray content , <nl> { " Iteration " , 12 } , { " Loss " , 12 } , { " Elapsed Time " , 12 } } ; <nl> } <nl> training_table_printer_ . reset ( new table_printer ( table_header_format ) ) ; <nl> - } <nl> - <nl> - if ( training_table_printer_ ) { <nl> training_table_printer_ - > print_header ( ) ; <nl> } <nl> <nl> std : : shared_ptr < MLModelWrapper > style_transfer : : export_to_coreml ( <nl> user_defined_metadata . emplace_back ( kvp . first , kvp . second ) ; <nl> } <nl> <nl> + model_spec nn_spec = read_checkpoint ( ) . ExportToCoreML ( ) ; <nl> std : : shared_ptr < MLModelWrapper > model_wrapper = export_style_transfer_model ( <nl> - * m_resnet_spec , image_width , image_height , include_flexible_shape , <nl> + nn_spec , image_width , image_height , include_flexible_shape , <nl> content_feature , style_feature , num_styles ) ; <nl> <nl> model_wrapper - > add_metadata ( { <nl> void style_transfer : : import_from_custom_model ( variant_map_type model_data , <nl> } <nl> <nl> / / Update resnet spec with imported weight map <nl> - m_resnet_spec = init_resnet ( variant_get_value < size_t > ( num_styles ) ) ; <nl> - m_resnet_spec - > update_params ( nn_params ) ; <nl> + checkpoint_ = load_checkpoint ( std : : move ( nn_params ) ) ; <nl> } <nl> <nl> - bool style_transfer : : supports_loss_components ( ) const { return false ; } <nl> - <nl> } / / namespace style_transfer <nl> } / / namespace turi <nl> mmm a / src / toolkits / style_transfer / style_transfer . hpp <nl> ppp b / src / toolkits / style_transfer / style_transfer . hpp <nl> <nl> # include < model_server / lib / extensions / ml_model . hpp > <nl> # include < toolkits / coreml_export / mlmodel_wrapper . hpp > <nl> # include < toolkits / coreml_export / neural_net_models_exporter . hpp > <nl> + # include < toolkits / style_transfer / st_model_trainer . hpp > <nl> # include < toolkits / style_transfer / style_transfer_data_iterator . hpp > <nl> <nl> namespace turi { <nl> namespace style_transfer { <nl> <nl> + / / TODO : Move these helper functions to st_model_trainer . cpp <nl> + std : : vector < std : : pair < flex_int , flex_image > > process_output ( <nl> + const neural_net : : shared_float_array & contents , size_t index ) ; <nl> + neural_net : : float_array_map prepare_batch ( const std : : vector < st_example > & batch , <nl> + size_t width , size_t height , <nl> + bool train = true ) ; <nl> + neural_net : : float_array_map prepare_predict ( const st_example & example ) ; <nl> + <nl> class EXPORT style_transfer : public ml_model_base { <nl> public : <nl> void init_options ( const std : : map < std : : string , flexible_type > & opts ) override ; <nl> class EXPORT style_transfer : public ml_model_base { <nl> void save_impl ( oarchive & oarc ) const override ; <nl> void load_version ( iarchive & iarc , size_t version ) override ; <nl> <nl> - std : : shared_ptr < coreml : : MLModelWrapper > export_to_coreml ( <nl> + virtual std : : shared_ptr < coreml : : MLModelWrapper > export_to_coreml ( <nl> std : : string filename , std : : string short_description , <nl> std : : map < std : : string , flexible_type > additional_user_defined , <nl> std : : map < std : : string , flexible_type > opts ) ; <nl> class EXPORT style_transfer : public ml_model_base { <nl> void train ( gl_sarray style , gl_sarray content , <nl> std : : map < std : : string , flexible_type > opts ) ; <nl> <nl> - virtual void init_train ( gl_sarray style , gl_sarray content , <nl> - std : : map < std : : string , flexible_type > opts ) ; <nl> + virtual void init_training ( gl_sarray style , gl_sarray content , <nl> + std : : map < std : : string , flexible_type > opts ) ; <nl> + virtual void resume_training ( gl_sarray style , gl_sarray content , <nl> + std : : map < std : : string , flexible_type > opts ) ; <nl> <nl> virtual void iterate_training ( ) ; <nl> + virtual void synchronize_training ( ) ; <nl> virtual void finalize_training ( ) ; <nl> <nl> gl_sframe predict ( variant_type data , <nl> class EXPORT style_transfer : public ml_model_base { <nl> " image_height : int \ n " <nl> " The input image height to the model \ n " ) ; <nl> <nl> - REGISTER_CLASS_MEMBER_FUNCTION ( style_transfer : : init_train , " style " , " content " , <nl> - " opts " ) ; <nl> + REGISTER_CLASS_MEMBER_FUNCTION ( style_transfer : : init_training , " style " , <nl> + " content " , " opts " ) ; <nl> + REGISTER_CLASS_MEMBER_FUNCTION ( style_transfer : : resume_training , " style " , <nl> + " content " , " opts " ) ; <nl> + register_defaults ( " resume_training " , <nl> + { { " opts " , <nl> + to_variant ( std : : map < std : : string , flexible_type > ( ) ) } } ) ; <nl> <nl> REGISTER_CLASS_MEMBER_FUNCTION ( style_transfer : : iterate_training ) ; <nl> + REGISTER_CLASS_MEMBER_FUNCTION ( style_transfer : : synchronize_training ) ; <nl> REGISTER_CLASS_MEMBER_FUNCTION ( style_transfer : : finalize_training ) ; <nl> <nl> REGISTER_CLASS_MEMBER_FUNCTION ( style_transfer : : export_to_coreml , " filename " , <nl> class EXPORT style_transfer : public ml_model_base { <nl> { " additional_user_defined " , to_variant ( std : : map < std : : string , flexible_type > ( ) ) } , <nl> { " options " , to_variant ( std : : map < std : : string , flexible_type > ( ) ) } } ) ; <nl> <nl> - <nl> - register_defaults ( " export_to_coreml " , <nl> - { { " options " , <nl> - to_variant ( std : : map < std : : string , flexible_type > ( ) ) } } ) ; <nl> - <nl> REGISTER_CLASS_MEMBER_FUNCTION ( style_transfer : : predict , " data " , " options " ) ; <nl> <nl> REGISTER_CLASS_MEMBER_FUNCTION ( style_transfer : : import_from_custom_model , <nl> class EXPORT style_transfer : public ml_model_base { <nl> END_CLASS_MEMBER_REGISTRATION <nl> <nl> protected : <nl> + / / Override points allowing subclasses to inject dependencies <nl> + <nl> + / / Factory for data_iterator <nl> virtual std : : unique_ptr < data_iterator > create_iterator ( <nl> data_iterator : : parameters iterator_params ) const ; <nl> <nl> class EXPORT style_transfer : public ml_model_base { <nl> bool training , <nl> int random_seed ) const ; <nl> <nl> + / / Factory for compute_context <nl> virtual std : : unique_ptr < neural_net : : compute_context > create_compute_context ( ) <nl> const ; <nl> - virtual bool supports_loss_components ( ) const ; <nl> + <nl> + / / Factories for Checkpoint <nl> + virtual std : : unique_ptr < Checkpoint > load_checkpoint ( <nl> + neural_net : : float_array_map weights ) const ; <nl> + <nl> + virtual std : : unique_ptr < Checkpoint > create_checkpoint ( <nl> + Config config , const std : : string & resnet_model_path ) const ; <nl> + <nl> + / / Establishes training pipelines from the backend . <nl> + void connect_trainer ( gl_sarray style , gl_sarray content , <nl> + const std : : string & vgg_mlmodel_path , <nl> + std : : unique_ptr < neural_net : : compute_context > context ) ; <nl> + <nl> void perform_predict ( gl_sarray images , gl_sframe_writer & result , <nl> - const std : : vector < flex_int > & style_idx , <nl> - bool verbose ) ; <nl> + const std : : vector < int > & style_idx , bool verbose ) ; <nl> + <nl> + / / Synchronously loads weights from the backend if necessary <nl> + const Checkpoint & read_checkpoint ( ) const ; <nl> + <nl> + Config get_config ( ) const ; <nl> <nl> template < typename T > <nl> T read_state ( const std : : string & key ) const { <nl> class EXPORT style_transfer : public ml_model_base { <nl> } <nl> <nl> private : <nl> + / / Primary representation for the trained model . Can be null if the model has <nl> + / / been updated since the last checkpoint . <nl> + mutable std : : unique_ptr < Checkpoint > checkpoint_ ; <nl> + <nl> + / / Primary dependencies for training . These should be nonnull while training <nl> + / / is in progress . <nl> + std : : shared_ptr < ModelTrainer > model_trainer_ ; <nl> + std : : shared_ptr < neural_net : : FuturesStream < TrainingProgress > > <nl> + training_futures_ ; <nl> + std : : shared_ptr < neural_net : : FuturesStream < std : : unique_ptr < Checkpoint > > > <nl> + checkpoint_futures_ ; <nl> + <nl> std : : unique_ptr < neural_net : : model_spec > m_resnet_spec ; <nl> std : : unique_ptr < neural_net : : model_spec > m_vgg_spec ; <nl> <nl> class EXPORT style_transfer : public ml_model_base { <nl> flex_int get_training_iterations ( ) const ; <nl> flex_int get_num_classes ( ) const ; <nl> <nl> - void infer_derived_options ( ) ; <nl> + void infer_derived_options ( neural_net : : compute_context * context ) ; <nl> } ; <nl> <nl> } / / namespace style_transfer <nl> mmm a / src / toolkits / style_transfer / style_transfer_data_iterator . hpp <nl> ppp b / src / toolkits / style_transfer / style_transfer_data_iterator . hpp <nl> class data_iterator { <nl> <nl> virtual ~ data_iterator ( ) = default ; <nl> <nl> + / * * Returns true when ` next_batch ` will return a non - empty value . * / <nl> + virtual bool has_next_batch ( ) const = 0 ; <nl> + <nl> virtual std : : vector < st_example > next_batch ( size_t batch_size ) = 0 ; <nl> <nl> virtual void reset ( ) = 0 ; <nl> class style_transfer_data_iterator : public data_iterator { <nl> style_transfer_data_iterator & operator = ( const style_transfer_data_iterator & ) = <nl> delete ; <nl> <nl> + bool has_next_batch ( ) const override { <nl> + / / TODO : gl_sframe_range : : end ( ) should be a const method . <nl> + gl_sarray_range range_iterator ( m_content_range_iterator ) ; <nl> + return m_content_next_row ! = range_iterator . end ( ) ; <nl> + } <nl> + <nl> std : : vector < st_example > next_batch ( size_t batch_size ) override ; <nl> <nl> void reset ( ) override ; <nl> | Introduce style_transfer : : ModelTrainer abstraction ( ) | apple/turicreate | f30f7ae5efdd5f86b4d3f578af89f222b3e3324d | 2020-04-14T20:43:26Z |
mmm a / src / assembler . cc <nl> ppp b / src / assembler . cc <nl> const char * RelocInfo : : RelocModeName ( RelocInfo : : Mode rmode ) { <nl> return " external reference " ; <nl> case RelocInfo : : INTERNAL_REFERENCE : <nl> return " internal reference " ; <nl> + case RelocInfo : : INTERNAL_REFERENCE_ENCODED : <nl> + return " encoded internal reference " ; <nl> case RelocInfo : : DEOPT_REASON : <nl> return " deopt reason " ; <nl> case RelocInfo : : CONST_POOL : <nl> void RelocInfo : : Verify ( Isolate * isolate ) { <nl> case STATEMENT_POSITION : <nl> case EXTERNAL_REFERENCE : <nl> case INTERNAL_REFERENCE : <nl> + case INTERNAL_REFERENCE_ENCODED : <nl> case DEOPT_REASON : <nl> case CONST_POOL : <nl> case VENEER_POOL : <nl> mmm a / src / assembler . h <nl> ppp b / src / assembler . h <nl> class RelocInfo { <nl> EXTERNAL_REFERENCE , / / The address of an external C + + function . <nl> INTERNAL_REFERENCE , / / An address inside the same function . <nl> <nl> + / / Encoded internal reference , used only on MIPS , MIPS64 and PPC . <nl> + INTERNAL_REFERENCE_ENCODED , <nl> + <nl> / / Marks constant and veneer pools . Only used on ARM and ARM64 . <nl> / / They use a custom noncompact encoding . <nl> CONST_POOL , <nl> class RelocInfo { <nl> CODE_AGE_SEQUENCE , / / Not stored in RelocInfo array , used explictly by <nl> / / code aging . <nl> <nl> - / / Encoded internal reference , used only on MIPS and MIPS64 . <nl> - / / Re - uses previous ARM - only encoding , to fit in RealRelocMode space . <nl> - INTERNAL_REFERENCE_ENCODED = CONST_POOL , <nl> - <nl> FIRST_REAL_RELOC_MODE = CODE_TARGET , <nl> LAST_REAL_RELOC_MODE = VENEER_POOL , <nl> FIRST_PSEUDO_RELOC_MODE = CODE_AGE_SEQUENCE , <nl> mmm a / src / serialize . cc <nl> ppp b / src / serialize . cc <nl> void Deserializer : : ReadObject ( int space_number , Object * * write_back ) { <nl> / / Turn internal references encoded as offsets back to absolute addresses . <nl> Code * code = Code : : cast ( obj ) ; <nl> Address entry = code - > entry ( ) ; <nl> - int mode_mask = RelocInfo : : ModeMask ( RelocInfo : : INTERNAL_REFERENCE ) ; <nl> + int mode_mask = RelocInfo : : ModeMask ( RelocInfo : : INTERNAL_REFERENCE ) | <nl> + RelocInfo : : ModeMask ( RelocInfo : : INTERNAL_REFERENCE_ENCODED ) ; <nl> for ( RelocIterator it ( code , mode_mask ) ; ! it . done ( ) ; it . next ( ) ) { <nl> RelocInfo * rinfo = it . rinfo ( ) ; <nl> intptr_t offset = <nl> Address Serializer : : ObjectSerializer : : PrepareCode ( ) { <nl> RelocInfo : : ModeMask ( RelocInfo : : EMBEDDED_OBJECT ) | <nl> RelocInfo : : ModeMask ( RelocInfo : : EXTERNAL_REFERENCE ) | <nl> RelocInfo : : ModeMask ( RelocInfo : : RUNTIME_ENTRY ) | <nl> - RelocInfo : : ModeMask ( RelocInfo : : INTERNAL_REFERENCE ) ; <nl> + RelocInfo : : ModeMask ( RelocInfo : : INTERNAL_REFERENCE ) | <nl> + RelocInfo : : ModeMask ( RelocInfo : : INTERNAL_REFERENCE_ENCODED ) ; <nl> for ( RelocIterator it ( code , mode_mask ) ; ! it . done ( ) ; it . next ( ) ) { <nl> RelocInfo * rinfo = it . rinfo ( ) ; <nl> - if ( RelocInfo : : IsInternalReference ( rinfo - > rmode ( ) ) ) { <nl> + RelocInfo : : Mode rmode = rinfo - > rmode ( ) ; <nl> + if ( RelocInfo : : IsInternalReference ( rmode ) | | <nl> + RelocInfo : : IsInternalReferenceEncoded ( rmode ) ) { <nl> / / Convert internal references to relative offsets . <nl> Address target = rinfo - > target_internal_reference ( ) ; <nl> intptr_t offset = target - entry ; <nl> | Serializer : prepare support for INTERNAL_REFERENCE_ENCODED . | v8/v8 | a873c9f33669e657f0b8ae9270a9f2553e1996d0 | 2015-03-13T10:08:04Z |
mmm a / tools / buildgen / generate_projects . py <nl> ppp b / tools / buildgen / generate_projects . py <nl> <nl> import shutil <nl> import sys <nl> import tempfile <nl> + import multiprocessing <nl> sys . path . append ( os . path . join ( os . path . dirname ( sys . argv [ 0 ] ) , ' . . ' , ' run_tests ' ) ) <nl> <nl> assert sys . argv [ 1 : ] , ' run generate_projects . sh instead of this directly ' <nl> <nl> cmd . append ( root + ' / ' + f ) <nl> jobs . append ( jobset . JobSpec ( cmd , shortname = out ) ) <nl> <nl> - jobset . run ( jobs ) <nl> + jobset . run ( jobs , maxjobs = multiprocessing . cpu_count ( ) ) <nl> <nl> if test is not None : <nl> for s , g in test . iteritems ( ) : <nl> | Limited number of parallel jobs for generate_projects | grpc/grpc | 985f22e42b2404420264be0b2e21f81d1efd6b52 | 2015-10-05T06:14:37Z |
mmm a / test / Interpreter / Inputs / ObjCClasses / ObjCClasses . h <nl> ppp b / test / Interpreter / Inputs / ObjCClasses / ObjCClasses . h <nl> NS_ASSUME_NONNULL_BEGIN <nl> - ( id ) initWithArray : ( NSArray < T > * ) array ; <nl> @ end <nl> <nl> + @ interface NSLifetimeTracked : NSObject <nl> + + ( unsigned ) count ; <nl> + @ end <nl> + <nl> NS_ASSUME_NONNULL_END <nl> <nl> # endif <nl> mmm a / test / Interpreter / Inputs / ObjCClasses / ObjCClasses . m <nl> ppp b / test / Interpreter / Inputs / ObjCClasses / ObjCClasses . m <nl> - ( NSInteger ) count { <nl> return _objects . count ; <nl> } <nl> @ end <nl> + <nl> + static unsigned counter = 0 ; <nl> + <nl> + @ implementation NSLifetimeTracked <nl> + <nl> + + ( id ) allocWithZone : ( NSZone * ) zone { <nl> + counter + + ; <nl> + return [ super allocWithZone : zone ] ; <nl> + } <nl> + <nl> + - ( void ) dealloc { <nl> + counter - - ; <nl> + } <nl> + <nl> + + ( unsigned ) count { <nl> + return counter ; <nl> + } <nl> + <nl> + @ end <nl> new file mode 100644 <nl> index 000000000000 . . 6ef2cd2843c5 <nl> mmm / dev / null <nl> ppp b / test / Interpreter / objc_failable_initializers . swift <nl> <nl> + / / RUN : rm - rf % t <nl> + / / RUN : mkdir - p % t <nl> + / / <nl> + / / RUN : % target - clang - fobjc - arc % S / Inputs / ObjCClasses / ObjCClasses . m - c - o % t / ObjCClasses . o <nl> + / / RUN : % target - build - swift - I % S / Inputs / ObjCClasses / - Xlinker % t / ObjCClasses . o % s - o % t / a . out <nl> + / / RUN : % target - run % t / a . out <nl> + <nl> + / / REQUIRES : executable_test <nl> + / / REQUIRES : objc_interop <nl> + <nl> + import Foundation <nl> + import ObjCClasses <nl> + import StdlibUnittest <nl> + <nl> + var FailableInitTestSuite = TestSuite ( " FailableInitObjC " ) <nl> + <nl> + class Bear : NSLifetimeTracked { <nl> + let x : LifetimeTracked <nl> + <nl> + / * Designated * / <nl> + init ( n : Int ) { <nl> + x = LifetimeTracked ( 0 ) <nl> + } <nl> + <nl> + init ? ( n : Int , before : Bool ) { <nl> + if before { <nl> + return nil <nl> + } <nl> + self . x = LifetimeTracked ( 0 ) <nl> + } <nl> + <nl> + init ? ( n : Int , after : Bool ) { <nl> + self . x = LifetimeTracked ( 0 ) <nl> + if after { <nl> + return nil <nl> + } <nl> + } <nl> + <nl> + init ? ( n : Int , before : Bool , after : Bool ) { <nl> + if before { <nl> + return nil <nl> + } <nl> + self . x = LifetimeTracked ( 0 ) <nl> + if after { <nl> + return nil <nl> + } <nl> + } <nl> + <nl> + / * Convenience * / <nl> + convenience init ? ( before : Bool ) { <nl> + if before { <nl> + return nil <nl> + } <nl> + self . init ( n : 0 ) <nl> + } <nl> + <nl> + convenience init ? ( during : Bool ) { <nl> + self . init ( n : 0 , after : during ) <nl> + } <nl> + <nl> + convenience init ? ( before : Bool , during : Bool ) { <nl> + if before { <nl> + return nil <nl> + } <nl> + self . init ( n : 0 , after : during ) <nl> + } <nl> + <nl> + convenience init ? ( after : Bool ) { <nl> + self . init ( n : 0 ) <nl> + if after { <nl> + return nil <nl> + } <nl> + } <nl> + <nl> + convenience init ? ( before : Bool , after : Bool ) { <nl> + if before { <nl> + return nil <nl> + } <nl> + self . init ( n : 0 ) <nl> + if after { <nl> + return nil <nl> + } <nl> + } <nl> + <nl> + convenience init ? ( during : Bool , after : Bool ) { <nl> + self . init ( n : 0 , after : during ) <nl> + if after { <nl> + return nil <nl> + } <nl> + } <nl> + <nl> + convenience init ? ( before : Bool , during : Bool , after : Bool ) { <nl> + if before { <nl> + return nil <nl> + } <nl> + self . init ( n : 0 , after : during ) <nl> + if after { <nl> + return nil <nl> + } <nl> + } <nl> + <nl> + / * Exotic * / <nl> + convenience init ! ( IUO : Bool ) { <nl> + self . init ( before : IUO ) <nl> + } <nl> + <nl> + convenience init ( force : Bool ) { <nl> + self . init ( before : force ) ! <nl> + } <nl> + } <nl> + <nl> + class PolarBear : Bear { <nl> + let y : LifetimeTracked <nl> + <nl> + / * Designated * / <nl> + override init ( n : Int ) { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + super . init ( n : n ) <nl> + } <nl> + <nl> + override init ? ( n : Int , before : Bool ) { <nl> + if before { <nl> + return nil <nl> + } <nl> + self . y = LifetimeTracked ( 0 ) <nl> + super . init ( n : n ) <nl> + } <nl> + <nl> + init ? ( n : Int , during : Bool ) { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + super . init ( n : n , before : during ) <nl> + } <nl> + <nl> + init ? ( n : Int , before : Bool , during : Bool ) { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + if before { <nl> + return nil <nl> + } <nl> + super . init ( n : n , before : during ) <nl> + } <nl> + <nl> + override init ? ( n : Int , after : Bool ) { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + super . init ( n : n ) <nl> + if after { <nl> + return nil <nl> + } <nl> + } <nl> + <nl> + init ? ( n : Int , during : Bool , after : Bool ) { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + super . init ( n : n , before : during ) <nl> + if after { <nl> + return nil <nl> + } <nl> + } <nl> + <nl> + override init ? ( n : Int , before : Bool , after : Bool ) { <nl> + if before { <nl> + return nil <nl> + } <nl> + self . y = LifetimeTracked ( 0 ) <nl> + super . init ( n : n ) <nl> + if after { <nl> + return nil <nl> + } <nl> + } <nl> + <nl> + init ? ( n : Int , before : Bool , during : Bool , after : Bool ) { <nl> + if before { <nl> + return nil <nl> + } <nl> + self . y = LifetimeTracked ( 0 ) <nl> + super . init ( n : n , before : during ) <nl> + if after { <nl> + return nil <nl> + } <nl> + } <nl> + } <nl> + <nl> + class GuineaPig < T > : Bear { <nl> + let y : LifetimeTracked <nl> + let t : T <nl> + <nl> + init ? ( t : T , during : Bool ) { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + self . t = t <nl> + super . init ( n : 0 , before : during ) <nl> + } <nl> + } <nl> + <nl> + func mustFail < T > ( f : ( ) - > T ? ) { <nl> + if f ( ) ! = nil { <nl> + preconditionFailure ( " Didn ' t fail " ) <nl> + } <nl> + } <nl> + <nl> + FailableInitTestSuite . test ( " FailableInitFailure_Root " ) { <nl> + mustFail { Bear ( n : 0 , before : true ) } <nl> + mustFail { Bear ( n : 0 , after : true ) } <nl> + mustFail { Bear ( n : 0 , before : true , after : false ) } <nl> + mustFail { Bear ( n : 0 , before : false , after : true ) } <nl> + expectEqual ( NSLifetimeTracked . count ( ) , 0 ) <nl> + } <nl> + <nl> + FailableInitTestSuite . test ( " FailableInitFailure_Derived " ) { <nl> + mustFail { PolarBear ( n : 0 , before : true ) } <nl> + mustFail { PolarBear ( n : 0 , during : true ) } <nl> + mustFail { PolarBear ( n : 0 , before : true , during : false ) } <nl> + mustFail { PolarBear ( n : 0 , before : false , during : true ) } <nl> + mustFail { PolarBear ( n : 0 , after : true ) } <nl> + mustFail { PolarBear ( n : 0 , during : true , after : false ) } <nl> + mustFail { PolarBear ( n : 0 , during : false , after : true ) } <nl> + mustFail { PolarBear ( n : 0 , before : true , after : false ) } <nl> + mustFail { PolarBear ( n : 0 , before : false , after : true ) } <nl> + mustFail { PolarBear ( n : 0 , before : true , during : false , after : false ) } <nl> + mustFail { PolarBear ( n : 0 , before : false , during : true , after : false ) } <nl> + mustFail { PolarBear ( n : 0 , before : false , during : false , after : true ) } <nl> + expectEqual ( NSLifetimeTracked . count ( ) , 0 ) <nl> + } <nl> + <nl> + FailableInitTestSuite . test ( " DesignatedInitFailure_DerivedGeneric " ) { <nl> + mustFail { GuineaPig < LifetimeTracked > ( t : LifetimeTracked ( 0 ) , during : true ) } <nl> + expectEqual ( NSLifetimeTracked . count ( ) , 0 ) <nl> + } <nl> + <nl> + FailableInitTestSuite . test ( " ConvenienceInitFailure_Root " ) { <nl> + mustFail { Bear ( before : true ) } <nl> + mustFail { Bear ( during : true ) } <nl> + mustFail { Bear ( before : true , during : false ) } <nl> + mustFail { Bear ( before : false , during : true ) } <nl> + mustFail { Bear ( after : true ) } <nl> + mustFail { Bear ( before : true , after : false ) } <nl> + mustFail { Bear ( before : false , after : true ) } <nl> + mustFail { Bear ( during : true , after : false ) } <nl> + mustFail { Bear ( during : false , after : true ) } <nl> + mustFail { Bear ( before : true , during : false , after : false ) } <nl> + mustFail { Bear ( before : false , during : true , after : false ) } <nl> + mustFail { Bear ( before : false , during : false , after : true ) } <nl> + <nl> + _ = Bear ( IUO : false ) <nl> + _ = Bear ( force : false ) <nl> + <nl> + expectEqual ( NSLifetimeTracked . count ( ) , 0 ) <nl> + } <nl> + <nl> + FailableInitTestSuite . test ( " ConvenienceInitFailure_Derived " ) { <nl> + mustFail { PolarBear ( before : true ) } <nl> + mustFail { PolarBear ( during : true ) } <nl> + mustFail { PolarBear ( before : true , during : false ) } <nl> + mustFail { PolarBear ( before : false , during : true ) } <nl> + mustFail { PolarBear ( after : true ) } <nl> + mustFail { PolarBear ( before : true , after : false ) } <nl> + mustFail { PolarBear ( before : false , after : true ) } <nl> + mustFail { PolarBear ( during : true , after : false ) } <nl> + mustFail { PolarBear ( during : false , after : true ) } <nl> + mustFail { PolarBear ( before : true , during : false , after : false ) } <nl> + mustFail { PolarBear ( before : false , during : true , after : false ) } <nl> + mustFail { PolarBear ( before : false , during : false , after : true ) } <nl> + expectEqual ( NSLifetimeTracked . count ( ) , 0 ) <nl> + } <nl> + <nl> + runAllTests ( ) <nl> new file mode 100644 <nl> index 000000000000 . . 9b02c827a339 <nl> mmm / dev / null <nl> ppp b / test / Interpreter / objc_throwing_initializers . swift <nl> <nl> + / / RUN : rm - rf % t <nl> + / / RUN : mkdir - p % t <nl> + / / <nl> + / / RUN : % target - clang - fobjc - arc % S / Inputs / ObjCClasses / ObjCClasses . m - c - o % t / ObjCClasses . o <nl> + / / RUN : % target - build - swift - I % S / Inputs / ObjCClasses / - Xlinker % t / ObjCClasses . o % s - o % t / a . out <nl> + / / RUN : % target - run % t / a . out <nl> + <nl> + / / REQUIRES : executable_test <nl> + / / REQUIRES : objc_interop <nl> + <nl> + import Foundation <nl> + import ObjCClasses <nl> + import StdlibUnittest <nl> + <nl> + var ThrowingInitTestSuite = TestSuite ( " ThrowingInitObjC " ) <nl> + <nl> + enum E : Error { <nl> + case X <nl> + } <nl> + <nl> + func unwrap ( _ b : Bool ) throws - > Int { <nl> + if b { <nl> + throw E . X <nl> + } <nl> + return 0 <nl> + } <nl> + <nl> + class Bear : NSLifetimeTracked { <nl> + let x : LifetimeTracked <nl> + <nl> + / * Designated * / <nl> + init ( n : Int ) { <nl> + x = LifetimeTracked ( 0 ) <nl> + } <nl> + <nl> + init ( n : Int , before : Bool ) throws { <nl> + if before { <nl> + throw E . X <nl> + } <nl> + self . x = LifetimeTracked ( 0 ) <nl> + } <nl> + <nl> + init ( n : Int , after : Bool ) throws { <nl> + self . x = LifetimeTracked ( 0 ) <nl> + if after { <nl> + throw E . X <nl> + } <nl> + } <nl> + <nl> + init ( n : Int , before : Bool , after : Bool ) throws { <nl> + if before { <nl> + throw E . X <nl> + } <nl> + self . x = LifetimeTracked ( 0 ) <nl> + if after { <nl> + throw E . X <nl> + } <nl> + } <nl> + <nl> + / * Convenience * / <nl> + convenience init ( before : Bool ) throws { <nl> + try unwrap ( before ) <nl> + self . init ( n : 0 ) <nl> + } <nl> + <nl> + convenience init ( before2 : Bool ) throws { <nl> + try self . init ( n : unwrap ( before2 ) ) <nl> + } <nl> + <nl> + convenience init ( before : Bool , before2 : Bool ) throws { <nl> + try unwrap ( before ) <nl> + try self . init ( n : unwrap ( before2 ) ) <nl> + } <nl> + <nl> + convenience init ( during : Bool ) throws { <nl> + try self . init ( n : 0 , after : during ) <nl> + } <nl> + <nl> + convenience init ( before : Bool , during : Bool ) throws { <nl> + try unwrap ( before ) <nl> + try self . init ( n : 0 , after : during ) <nl> + } <nl> + <nl> + convenience init ( after : Bool ) throws { <nl> + self . init ( n : 0 ) <nl> + try unwrap ( after ) <nl> + } <nl> + <nl> + convenience init ( before : Bool , after : Bool ) throws { <nl> + try unwrap ( before ) <nl> + self . init ( n : 0 ) <nl> + try unwrap ( after ) <nl> + } <nl> + <nl> + convenience init ( during : Bool , after : Bool ) throws { <nl> + try self . init ( n : 0 , after : during ) <nl> + try unwrap ( after ) <nl> + } <nl> + <nl> + convenience init ( before : Bool , during : Bool , after : Bool ) throws { <nl> + try unwrap ( before ) <nl> + try self . init ( n : 0 , after : during ) <nl> + try unwrap ( after ) <nl> + } <nl> + <nl> + convenience init ( before : Bool , before2 : Bool , during : Bool , after : Bool ) throws { <nl> + try unwrap ( before ) <nl> + try self . init ( n : unwrap ( before2 ) , after : during ) <nl> + try unwrap ( after ) <nl> + } <nl> + } <nl> + <nl> + class PolarBear : Bear { <nl> + let y : LifetimeTracked <nl> + <nl> + / * Designated * / <nl> + override init ( n : Int ) { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + super . init ( n : n ) <nl> + } <nl> + <nl> + override init ( n : Int , before : Bool ) throws { <nl> + if before { <nl> + throw E . X <nl> + } <nl> + self . y = LifetimeTracked ( 0 ) <nl> + super . init ( n : n ) <nl> + } <nl> + <nl> + init ( n : Int , during : Bool ) throws { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + try super . init ( n : n , before : during ) <nl> + } <nl> + <nl> + init ( n : Int , before : Bool , during : Bool ) throws { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + if before { <nl> + throw E . X <nl> + } <nl> + try super . init ( n : n , before : during ) <nl> + } <nl> + <nl> + override init ( n : Int , after : Bool ) throws { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + super . init ( n : n ) <nl> + if after { <nl> + throw E . X <nl> + } <nl> + } <nl> + <nl> + init ( n : Int , during : Bool , after : Bool ) throws { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + try super . init ( n : n , before : during ) <nl> + if after { <nl> + throw E . X <nl> + } <nl> + } <nl> + <nl> + override init ( n : Int , before : Bool , after : Bool ) throws { <nl> + if before { <nl> + throw E . X <nl> + } <nl> + self . y = LifetimeTracked ( 0 ) <nl> + super . init ( n : n ) <nl> + if after { <nl> + throw E . X <nl> + } <nl> + } <nl> + <nl> + init ( n : Int , before : Bool , during : Bool , after : Bool ) throws { <nl> + if before { <nl> + throw E . X <nl> + } <nl> + self . y = LifetimeTracked ( 0 ) <nl> + try super . init ( n : n , before : during ) <nl> + if after { <nl> + throw E . X <nl> + } <nl> + } <nl> + } <nl> + <nl> + class GuineaPig < T > : Bear { <nl> + let y : LifetimeTracked <nl> + let t : T <nl> + <nl> + init ( t : T , during : Bool ) throws { <nl> + self . y = LifetimeTracked ( 0 ) <nl> + self . t = t <nl> + try super . init ( n : 0 , before : during ) <nl> + } <nl> + } <nl> + <nl> + func mustThrow < T > ( _ f : ( ) throws - > T ) { <nl> + do { <nl> + try f ( ) <nl> + preconditionFailure ( " Didn ' t throw " ) <nl> + } catch { } <nl> + } <nl> + <nl> + ThrowingInitTestSuite . test ( " DesignatedInitFailure_Root " ) { <nl> + mustThrow { try Bear ( n : 0 , before : true ) } <nl> + mustThrow { try Bear ( n : 0 , after : true ) } <nl> + mustThrow { try Bear ( n : 0 , before : true , after : false ) } <nl> + mustThrow { try Bear ( n : 0 , before : false , after : true ) } <nl> + expectEqual ( NSLifetimeTracked . count ( ) , 0 ) <nl> + } <nl> + <nl> + ThrowingInitTestSuite . test ( " DesignatedInitFailure_Derived " ) { <nl> + mustThrow { try PolarBear ( n : 0 , before : true ) } <nl> + mustThrow { try PolarBear ( n : 0 , during : true ) } <nl> + mustThrow { try PolarBear ( n : 0 , before : true , during : false ) } <nl> + mustThrow { try PolarBear ( n : 0 , before : false , during : true ) } <nl> + mustThrow { try PolarBear ( n : 0 , after : true ) } <nl> + mustThrow { try PolarBear ( n : 0 , during : true , after : false ) } <nl> + mustThrow { try PolarBear ( n : 0 , during : false , after : true ) } <nl> + mustThrow { try PolarBear ( n : 0 , before : true , after : false ) } <nl> + mustThrow { try PolarBear ( n : 0 , before : false , after : true ) } <nl> + mustThrow { try PolarBear ( n : 0 , before : true , during : false , after : false ) } <nl> + mustThrow { try PolarBear ( n : 0 , before : false , during : true , after : false ) } <nl> + mustThrow { try PolarBear ( n : 0 , before : false , during : false , after : true ) } <nl> + expectEqual ( NSLifetimeTracked . count ( ) , 0 ) <nl> + } <nl> + <nl> + ThrowingInitTestSuite . test ( " DesignatedInitFailure_DerivedGeneric " ) { <nl> + mustThrow { try GuineaPig ( t : LifetimeTracked ( 0 ) , during : true ) } <nl> + expectEqual ( NSLifetimeTracked . count ( ) , 0 ) <nl> + } <nl> + <nl> + ThrowingInitTestSuite . test ( " ConvenienceInitFailure_Root " ) { <nl> + mustThrow { try Bear ( before : true ) } <nl> + mustThrow { try Bear ( before2 : true ) } <nl> + mustThrow { try Bear ( before : true , before2 : false ) } <nl> + mustThrow { try Bear ( before : false , before2 : true ) } <nl> + mustThrow { try Bear ( during : true ) } <nl> + mustThrow { try Bear ( before : true , during : false ) } <nl> + mustThrow { try Bear ( before : false , during : true ) } <nl> + mustThrow { try Bear ( after : true ) } <nl> + mustThrow { try Bear ( before : true , after : false ) } <nl> + mustThrow { try Bear ( before : false , after : true ) } <nl> + mustThrow { try Bear ( during : true , after : false ) } <nl> + mustThrow { try Bear ( during : false , after : true ) } <nl> + mustThrow { try Bear ( before : true , during : false , after : false ) } <nl> + mustThrow { try Bear ( before : false , during : true , after : false ) } <nl> + mustThrow { try Bear ( before : false , during : false , after : true ) } <nl> + mustThrow { try Bear ( before : true , before2 : false , during : false , after : false ) } <nl> + mustThrow { try Bear ( before : false , before2 : true , during : false , after : false ) } <nl> + mustThrow { try Bear ( before : false , before2 : false , during : true , after : false ) } <nl> + mustThrow { try Bear ( before : false , before2 : false , during : false , after : true ) } <nl> + expectEqual ( NSLifetimeTracked . count ( ) , 0 ) <nl> + } <nl> + <nl> + ThrowingInitTestSuite . test ( " ConvenienceInitFailure_Derived " ) { <nl> + mustThrow { try PolarBear ( before : true ) } <nl> + mustThrow { try PolarBear ( before2 : true ) } <nl> + mustThrow { try PolarBear ( before : true , before2 : false ) } <nl> + mustThrow { try PolarBear ( before : false , before2 : true ) } <nl> + mustThrow { try PolarBear ( during : true ) } <nl> + mustThrow { try PolarBear ( before : true , during : false ) } <nl> + mustThrow { try PolarBear ( before : false , during : true ) } <nl> + mustThrow { try PolarBear ( after : true ) } <nl> + mustThrow { try PolarBear ( before : true , after : false ) } <nl> + mustThrow { try PolarBear ( before : false , after : true ) } <nl> + mustThrow { try PolarBear ( during : true , after : false ) } <nl> + mustThrow { try PolarBear ( during : false , after : true ) } <nl> + mustThrow { try PolarBear ( before : true , during : false , after : false ) } <nl> + mustThrow { try PolarBear ( before : false , during : true , after : false ) } <nl> + mustThrow { try PolarBear ( before : false , during : false , after : true ) } <nl> + mustThrow { try PolarBear ( before : true , before2 : false , during : false , after : false ) } <nl> + mustThrow { try PolarBear ( before : false , before2 : true , during : false , after : false ) } <nl> + mustThrow { try PolarBear ( before : false , before2 : false , during : true , after : false ) } <nl> + mustThrow { try PolarBear ( before : false , before2 : false , during : false , after : true ) } <nl> + expectEqual ( NSLifetimeTracked . count ( ) , 0 ) <nl> + } <nl> + <nl> + runAllTests ( ) <nl> | Add tests for failable and throwing designated initializers in @ objc classes | apple/swift | 992b68b1161668c0d531c0d12aae6b4a7e297178 | 2016-08-04T02:55:18Z |
new file mode 100644 <nl> index 0000000000 . . 8dda8e8300 <nl> mmm / dev / null <nl> ppp b / code / artificial_intelligence / src / bayesian_belief_network / Bayesian - Belief - Network . ipynb <nl> <nl> + { <nl> + " cells " : [ <nl> + { <nl> + " cell_type " : " markdown " , <nl> + " metadata " : { } , <nl> + " source " : [ <nl> + " Bayesian Belief Network is created using pgmpy and some simple queries are done on the network . \ n " , <nl> + " This network is an Alarm Byaesian Beleief Network which is mentioned in Bayesian Artificial Intelligence - Section 2 . 5 . 1 ( https : / / bayesian - intelligence . com / publications / bai / book / BAI_Chapter2 . pdf ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 9 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Importing Library \ n " , <nl> + " from pgmpy . models import BayesianModel \ n " , <nl> + " from pgmpy . inference import VariableElimination " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 10 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Defining network structure \ n " , <nl> + " \ n " , <nl> + " alarm_model = BayesianModel ( [ ( ' Burglary ' , ' Alarm ' ) , \ n " , <nl> + " ( ' Earthquake ' , ' Alarm ' ) , \ n " , <nl> + " ( ' Alarm ' , ' JohnCalls ' ) , \ n " , <nl> + " ( ' Alarm ' , ' MaryCalls ' ) ] ) \ n " , <nl> + " \ n " , <nl> + " # Defining the parameters using CPT \ n " , <nl> + " from pgmpy . factors . discrete import TabularCPD \ n " , <nl> + " \ n " , <nl> + " cpd_burglary = TabularCPD ( variable = ' Burglary ' , variable_card = 2 , \ n " , <nl> + " values = [ [ . 999 ] , [ 0 . 001 ] ] ) \ n " , <nl> + " cpd_earthquake = TabularCPD ( variable = ' Earthquake ' , variable_card = 2 , \ n " , <nl> + " values = [ [ 0 . 998 ] , [ 0 . 002 ] ] ) \ n " , <nl> + " cpd_alarm = TabularCPD ( variable = ' Alarm ' , variable_card = 2 , \ n " , <nl> + " values = [ [ 0 . 999 , 0 . 71 , 0 . 06 , 0 . 05 ] , \ n " , <nl> + " [ 0 . 001 , 0 . 29 , 0 . 94 , 0 . 95 ] ] , \ n " , <nl> + " evidence = [ ' Burglary ' , ' Earthquake ' ] , \ n " , <nl> + " evidence_card = [ 2 , 2 ] ) \ n " , <nl> + " cpd_johncalls = TabularCPD ( variable = ' JohnCalls ' , variable_card = 2 , \ n " , <nl> + " values = [ [ 0 . 95 , 0 . 1 ] , [ 0 . 05 , 0 . 9 ] ] , \ n " , <nl> + " evidence = [ ' Alarm ' ] , evidence_card = [ 2 ] ) \ n " , <nl> + " cpd_marycalls = TabularCPD ( variable = ' MaryCalls ' , variable_card = 2 , \ n " , <nl> + " values = [ [ 0 . 1 , 0 . 7 ] , [ 0 . 9 , 0 . 3 ] ] , \ n " , <nl> + " evidence = [ ' Alarm ' ] , evidence_card = [ 2 ] ) \ n " , <nl> + " \ n " , <nl> + " # Associating the parameters with the model structure \ n " , <nl> + " alarm_model . add_cpds ( cpd_burglary , cpd_earthquake , cpd_alarm , cpd_johncalls , cpd_marycalls ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 11 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " text / plain " : [ <nl> + " True " <nl> + ] <nl> + } , <nl> + " execution_count " : 11 , <nl> + " metadata " : { } , <nl> + " output_type " : " execute_result " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " # Checking if the cpds are valid for the model \ n " , <nl> + " alarm_model . check_model ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 12 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " text / plain " : [ <nl> + " NodeView ( ( ' Burglary ' , ' Alarm ' , ' Earthquake ' , ' JohnCalls ' , ' MaryCalls ' ) ) " <nl> + ] <nl> + } , <nl> + " execution_count " : 12 , <nl> + " metadata " : { } , <nl> + " output_type " : " execute_result " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " # Viewing nodes of the model \ n " , <nl> + " alarm_model . nodes ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 13 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " text / plain " : [ <nl> + " OutEdgeView ( [ ( ' Burglary ' , ' Alarm ' ) , ( ' Alarm ' , ' JohnCalls ' ) , ( ' Alarm ' , ' MaryCalls ' ) , ( ' Earthquake ' , ' Alarm ' ) ] ) " <nl> + ] <nl> + } , <nl> + " execution_count " : 13 , <nl> + " metadata " : { } , <nl> + " output_type " : " execute_result " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " # Viewing edges of the model \ n " , <nl> + " alarm_model . edges ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 15 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " text / plain " : [ <nl> + " ( Burglary _ | _ Earthquake ) " <nl> + ] <nl> + } , <nl> + " execution_count " : 15 , <nl> + " metadata " : { } , <nl> + " output_type " : " execute_result " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " # Checking independcies of a node \ n " , <nl> + " alarm_model . local_independencies ( ' Burglary ' ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 16 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " text / plain " : [ <nl> + " ( Burglary _ | _ Earthquake ) \ n " , <nl> + " ( Burglary _ | _ MaryCalls , JohnCalls | Alarm ) \ n " , <nl> + " ( Burglary _ | _ JohnCalls | MaryCalls , Alarm ) \ n " , <nl> + " ( Burglary _ | _ MaryCalls , JohnCalls | Alarm , Earthquake ) \ n " , <nl> + " ( Burglary _ | _ MaryCalls | JohnCalls , Alarm ) \ n " , <nl> + " ( Burglary _ | _ JohnCalls | MaryCalls , Alarm , Earthquake ) \ n " , <nl> + " ( Burglary _ | _ MaryCalls | Alarm , JohnCalls , Earthquake ) \ n " , <nl> + " ( Earthquake _ | _ Burglary ) \ n " , <nl> + " ( Earthquake _ | _ MaryCalls , JohnCalls | Alarm ) \ n " , <nl> + " ( Earthquake _ | _ MaryCalls , JohnCalls | Burglary , Alarm ) \ n " , <nl> + " ( Earthquake _ | _ JohnCalls | MaryCalls , Alarm ) \ n " , <nl> + " ( Earthquake _ | _ MaryCalls | JohnCalls , Alarm ) \ n " , <nl> + " ( Earthquake _ | _ JohnCalls | Burglary , MaryCalls , Alarm ) \ n " , <nl> + " ( Earthquake _ | _ MaryCalls | Burglary , JohnCalls , Alarm ) \ n " , <nl> + " ( JohnCalls _ | _ Burglary , MaryCalls , Earthquake | Alarm ) \ n " , <nl> + " ( JohnCalls _ | _ MaryCalls , Earthquake | Burglary , Alarm ) \ n " , <nl> + " ( JohnCalls _ | _ Burglary , Earthquake | MaryCalls , Alarm ) \ n " , <nl> + " ( JohnCalls _ | _ Burglary , MaryCalls | Alarm , Earthquake ) \ n " , <nl> + " ( JohnCalls _ | _ Earthquake | Burglary , MaryCalls , Alarm ) \ n " , <nl> + " ( JohnCalls _ | _ MaryCalls | Burglary , Alarm , Earthquake ) \ n " , <nl> + " ( JohnCalls _ | _ Burglary | MaryCalls , Alarm , Earthquake ) \ n " , <nl> + " ( MaryCalls _ | _ Burglary , JohnCalls , Earthquake | Alarm ) \ n " , <nl> + " ( MaryCalls _ | _ JohnCalls , Earthquake | Burglary , Alarm ) \ n " , <nl> + " ( MaryCalls _ | _ Burglary , JohnCalls | Alarm , Earthquake ) \ n " , <nl> + " ( MaryCalls _ | _ Burglary , Earthquake | JohnCalls , Alarm ) \ n " , <nl> + " ( MaryCalls _ | _ JohnCalls | Burglary , Alarm , Earthquake ) \ n " , <nl> + " ( MaryCalls _ | _ Earthquake | Burglary , JohnCalls , Alarm ) \ n " , <nl> + " ( MaryCalls _ | _ Burglary | Alarm , JohnCalls , Earthquake ) " <nl> + ] <nl> + } , <nl> + " execution_count " : 16 , <nl> + " metadata " : { } , <nl> + " output_type " : " execute_result " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " # Listing all Independencies \ n " , <nl> + " alarm_model . get_independencies ( ) " <nl> + ] <nl> + } <nl> + ] , <nl> + " metadata " : { <nl> + " kernelspec " : { <nl> + " display_name " : " Python 3 " , <nl> + " language " : " python " , <nl> + " name " : " python3 " <nl> + } , <nl> + " language_info " : { <nl> + " codemirror_mode " : { <nl> + " name " : " ipython " , <nl> + " version " : 3 <nl> + } , <nl> + " file_extension " : " . py " , <nl> + " mimetype " : " text / x - python " , <nl> + " name " : " python " , <nl> + " nbconvert_exporter " : " python " , <nl> + " pygments_lexer " : " ipython3 " , <nl> + " version " : " 3 . 7 . 4 " <nl> + } <nl> + } , <nl> + " nbformat " : 4 , <nl> + " nbformat_minor " : 4 <nl> + } <nl> new file mode 100644 <nl> index 0000000000 . . fea4e8d46d <nl> mmm / dev / null <nl> ppp b / code / artificial_intelligence / src / image_processing / connected_component_labeling / Connected - Component - Labeling . ipynb <nl> <nl> + { <nl> + " cells " : [ <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 38 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Importing the libraries \ n " , <nl> + " import cv2 \ n " , <nl> + " import numpy as np \ n " , <nl> + " import matplotlib . pyplot as plt \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " def connected_component_label ( path ) : \ n " , <nl> + " \ n " , <nl> + " # Getting the input image \ n " , <nl> + " img = cv2 . imread ( path , 0 ) \ n " , <nl> + " # Converting those pixels with values 1 - 127 to 0 and others to 1 \ n " , <nl> + " img = cv2 . threshold ( img , 127 , 255 , cv2 . THRESH_BINARY ) [ 1 ] \ n " , <nl> + " # Applying cv2 . connectedComponents ( ) \ n " , <nl> + " num_labels , labels = cv2 . connectedComponents ( img ) \ n " , <nl> + " \ n " , <nl> + " # Map component labels to hue val , 0 - 179 is the hue range in OpenCV \ n " , <nl> + " label_hue = np . uint8 ( 179 * labels / np . max ( labels ) ) \ n " , <nl> + " blank_ch = 255 * np . ones_like ( label_hue ) \ n " , <nl> + " labeled_img = cv2 . merge ( [ label_hue , blank_ch , blank_ch ] ) \ n " , <nl> + " \ n " , <nl> + " # Converting cvt to BGR \ n " , <nl> + " labeled_img = cv2 . cvtColor ( labeled_img , cv2 . COLOR_HSV2BGR ) \ n " , <nl> + " \ n " , <nl> + " # set bg label to black \ n " , <nl> + " labeled_img [ label_hue = = 0 ] = 0 \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " # Showing Original Image \ n " , <nl> + " plt . imshow ( cv2 . cvtColor ( img , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " plt . axis ( \ " off \ " ) \ n " , <nl> + " plt . title ( \ " Orginal Image \ " ) \ n " , <nl> + " plt . show ( ) \ n " , <nl> + " \ n " , <nl> + " # Showing Image after Component Labeling \ n " , <nl> + " plt . imshow ( cv2 . cvtColor ( labeled_img , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " plt . axis ( ' off ' ) \ n " , <nl> + " plt . title ( \ " Image after Component Labeling \ " ) \ n " , <nl> + " plt . show ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 39 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAOIAAAD3CAYAAAAAC4j / AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAgAElEQVR4nO2deVhV1f7 / 3 + twmEFBETXDEJE0EiccUHPADL05PJb5Fa / dQMXhJo5p5UBOmRrmhAOVIjhU4s0cug5oOaDmxZwSEBVCGRJFZRYEz + f3B3h + EBxkOOfsfeDzep7383D2sPZ7H3iz9t5r7bUEEYFhGGlRSG2AYRgOIsPIAg4iw8gADiLDyAAOIsPIAA4iw8gADqIECCFaCiFyhBBGWihruxBimTZ8MdLBQawCQggfIcQfQog8IcQ9IcRmIYRNTcsjortEZEVEz7Tp8 + + U + I7U5TEY7cBBfAFCiNkAVgKYA6AhgB4AXgEQIYQw0bCPUn8OmboAB7EShBANACwG4E9ER4iokIgSAYxCcRjHlmy3SAixVwixUwiRBcBHCNFKCHFaCJEthDguhNgohNhZsr2jEIKeB1YIcVIIsVQIcbZk + 2NCCLtSPsJLauLMkjJda3g + iUKIOUKIa0KIXCHEViFEUyHE4VI + batyXCFEYyHEQSFElhAiSgixrHTtK4RoK4SIEEI8EkLECSFG1cRzfYGDWDk9AZgB + LH0QiLKAXAYwMBSi4cD2AvABsAuALsB / A9AYwCLALz / gmONAeALwB6ACYCPSq07DKBNybpLJeXXlHdLfLsAGFpS9jwAdij + e5hWxeNuBJALoBmAD0oEABBCWAKIQPF3YA / AG8Cmmv4DqQ / wJVTl2AFIJ6KiCtb9BaBLqc / niegnABBCNAHQFcAAInoKIFIIceAFxwohopsl + + 8BMOz5CiLa9vxnIcQiAI + FEA2JKLMG57SBiNJKyjoD4D4RXS75vA / AgBcdF0AOigP9OhHlAYgRQoQC6Fey + RAAiUQUUvL5khDiPwBGAoiugec6D9eIlZMOwE7DPV / zkvXPSSr180sAHpX8kVa0viLulfo5D4AVAAghjIQQK4QQ8SWXvYkl29ihZqSV + vlJBZ + rctwmKP4nXvqcSv / 8CoDuQoiM5wLwTxTXnkwFcBAr5zyAAgDvlF5Ycuk1GMCJUotLv8byF4BGQgiLUsscauhhDIove99E8cMix + c2alieNo77AEARgJdLbV / 6 / JIAnCIim1KyIqIpOvZssHAQK6Hk0m8xgA1CiEFCCGMhhCOAcADJAHZo2O8OgIsAFgkhTIQQHii + H6sJ1ij + Z / AQgAWA5TUsR2vHLWl2 + RHF52chhGgL4F + l9j0EwEUI8X7Jd2YshOgqhGinJ + 8GBwfxBRDRKhQ / zAgEkAXgAor / 4w8gooJKdv0nAA8U / yEvA / ADiv + wq0sYgDsAUgDEAPitBmXUhBcddyqKa8p7KP6H9B1Kzo + IsgG8BWA0gNSSbVYCMNWHcUNE8IvB + kEI8QOAG0T0mdRedIEQYiWAZkT0wQs3ZsrBNaKOKLkUay2EUAghBqH4fusnqX1pi5J2QjdRTDcA4wHsk9qXocLNF7qjGYrvoxqj + H5yyvNmgjqCNYovR18CcB / AagD7JXVkwPClKcPIAL40ZRgZUOmlqRCCq0uG0SJEVGH7L9eIDCMDOIgMIwM4iAwjAziIDCMDOIgMIwM4iAwjAziIDCMDOIgMIwM4iAwjAziIDCMDOIgMIwM4iAwjAziIDCMDOIgMIwM4iAwjAziIDCMDOIgMIwM4iAwjAziIDCMDOIgMIwM4iAwjAziIdRwjIyMYGxvjzz / / xN27d3H37l28 / / 77UCp5bGk5wb8NmdOiRQsoFDX / f / nVV1 + hc + fOcHFxwbNnzwAAy5Ytw61btzB8 + HA8fvxYve3Dhw + Rl5enqShGh1Q60jePa6ofOnfujEaNGlW4burUqbCwsKhwXVX45JNPcOnSpQrX7dmzBzY2NurPP / / 8M6Kjiyf0zc3Nxfnz52t8XKZiNI1rykGUmL59 + + Lrr7 / GyZMnkZOTU259QEAAcnNz9eJlzJgx6NKleDbywsJCpKUVTyZ88OBB3L59Wy8e6jocRJnh6OiIRYsW4datW0hKSsLevXtldVnYsGFDDB8 + HADQvn17NGnSBABw584dfPZZnZxZTi9wEGWEtbU1Lly4gNu3b2PChAm4f / + + 1JYqxcnJCba2tgCAli1bYt68eep1RAQPDw / 1 / SdTORxEGWBiYoLz58 / DwsICHh4eePr0qaxqwapgZGQEa2tr9ecLFy4AKK41nz59KpUtg0FTEEFEGgWAWLWXlZUVubi4UEREBMXHx5OpqanknrQlIQTFxsbSxYsXqWnTppL7kbs0ZY3bEXWMtbU1Fi5ciH379iE7Oxu9e / dGQUGB1La0xvNL09zcXGzfvh2Ojo5SWzJI + NJUh3z88ccwNTWFQqHAL7 / 8gtOnT0ttSWe0bNkSmzZtgkqlwocffoikpCSpLckSvkfUM4GBgZg0aRJGjBiB48ePS21HL7Rq1QqdOnXCwIED1U9Zn7NhwwacOnVKImfyQVMQuWeNDvjyyy / x4YcfolevXhob0 + sif / 75J / 7880 / 8 / vvvMDc3Vy8fN24cWrZsKaEzA4Af1mhXJiYmFB4eTt26dZPci1ykVCopJCSEevfuLbkXqcUPa / TEjBkz4O7uXqYPZ32nqKgISUlJOHr0KBo2bCi1HVnCl6Y64NNPP8WtW7ektiErAgICIITA0KFDsXPnTqntyA6uERm9sXDhQqxatUpqG7KEg8gwMoCDqEU8PT1hY2ODAwcOSG2FMTA4iFrC3d0dBw4cQF5ensH1H2VkADdf1F4mJiaUm5tLq1atktyL3HXgwAHq3Lmz5D6kksascRBrL19fX1qyZInkPgxB5ubmFBMTI7kPqaQpa9x8oQWWLl0KBwcHqW0wBgzfIzJ6paCgAPPmzcPnn38utRVZwUGsJT / / / DM8PT2fX8ozL0ClUiE2NhZt27aV2oqs4CDWEltbWzx69EhqGwZFYWEhcnNzubtbKTiIjN5JSEjAvn37MHPmTKmtyAYOIsPIAA4iw8gADmItWLBgAdzc3KS2YZD88ssvUKlU6N + / v9RWZAEHsYYolUq8 / PLLGDp0KB4 + fCi1HYMjMzMTAMoM + V + f4Qb9GjJp0iRcvHgRv / 76q9RWmDoA14gMIwO4RqwBjo6OsLOze + HrTsbGxpg / f3655fn5 + VixYoWu7NWaTz / 9FKamptXa5 + 7du9i2bVu19jl58iT69 + + PM2fOID09vVr71jU4iDXgeRAvX75c4fpZs2ahd + / eKCoqwu7du8ut / / vQ9IsWLYKbmxsyMjIwbtw4nXiuiJCQEDRs2BBXrlzBkiVLMH36dPTt2xffffcdCgsLq1WWvb09fvzxRwQHB + Po0aNV2uf06dOYPn067Ozs6n0Q + e2LGqhfv360YcOGCtdNmDCBJkyYQC4uLtSmTZtKyxkxYgTFxsbSe + + 9Ry4uLtS9e3eKjY2lhQsX0uLFiyk2NpauXbtGJePLakXe3t4UGxtLsbGxlJeXR23btqXRo0dTbGwsTZw4kVxcXEihUFS7XHNzcwoICKC / / vqrWq85vfTSSxQREUFmZmaS / 171IX4NSksSQtCgQYNo5cqVZZYrFAoaNmwYBQQE0I4dO6h9 + / Yay7CxsaGsrCxav349mZmZlfnDHzhwIAUFBZGxsTGZmZmRtbU1JScnU0pKCqWkpFBGRgb16tWrWp5tbGwoIyODUlJSKC0tjfz8 / MjMzEz9x + / p6UmBgYFkbm5eq + / GyMiI1q5dSzk5OeTs7Ew2NjZkaWn5wv1ppp03unfvHllbW0v + + 9W1OIha0ltvvUW / / PJLmWVCCPLy8qK1a9dS06ZNadOmTZXWhra2thQdHU2vvPJKmeVKpZL8 / PwoKChI475Lly6l3NxcatCgQZX8tmnThlJTU + no0aOVbjdnzhxasGBBrcMIgL799luKioqiqKgoCgsLoy5dulCjRo0q3ef8 + fN06dIlyX + / uha / j6gFFAoFwsPD8cUXX5RbPmDAAHz55ZeYOHEiQkNDKx1OsaCgAFFRUZg8eTJiY2PVy01MTNCrVy + cOHFC474LFy4EEVVpCjR3d3eEhIQgMjISo0ePrnTb6OhojBo1CuPGjUN2djYyMzNx + fJl9OvXr8x2Dx8 + xM8 / / 1xpWRMmTFD / 7Orqiu3bt2P9 + vXYsWOHxn28vLxw8uTJF55TXYXnvqgGCoUCiYmJGoePb9WqFVq0aIHIyMgqlffaa6 / By8tL / TkvLw / BwcFa8QoUTwveuXNnfPvtt8jOzq7SPmPHjkWTJk1gbGyMBg0alOusYGJiAnt7 + 3L7 / fnnnwgKCqqwzI8 + + ghpaWmVBrFBgwY4efIkOnfuXCWfhgrPfaEFwsLC8P7772tc / 3zuh6oSExODmJgYbVirkFOnTlV74pfng / 9aWFjA2dkZ165dK7Pe2toa3bt3L7PM1tYWwcHBUCiKm6WHDBkCAEhLS8OaNWvg5 + eHZcuW1fQ06gd8j1h1JSYmkpGRkeQ + 5CaFQkEODg40depUmjp1Kjk4OJCDgwN17dqV9uzZQw4ODmRhYVFpGUIIGjBgAK1du1by89Gl + GFNLWVra0u / / / 47B7ESCSHKNbVU5 / t6 / fXX6dGjRzRr1izJz0VX4kloaoGTkxOOHTuGYcOG4dmzZ1LbkS2l / oGrqc73df36dfj7 + 6svcesT9e + Ma4C / vz9SUlKQm5srtZU6z82bN2Fubl7vRsXjhzVVZMOGDcjIyKhVGVOmTEHHjh3LLV + zZg1u3LhRq7J1yeTJk9GpU6cyy / bu3YuIiAitHysqKgrvvfce2rVrV6 + m / + Yg6hAzM7MybYIhISHYvn17ue0 + + eQTtG7dGv369UP79u2xceNGrFy5UpI5NEJCQuDi4lJmWWhoaDnfQ4cOxaJFi0BE6Nu3L1 + y1xIOog4wMjLCiRMn0KJFC3h4eKiXZ2VlVdgQHxMTgytXruDq1avo1KkT9u3bh7CwMAwePBjnz5 / Xud + BAwciLCwMz549w + jRo8vVzhX5vnbtGr766isoFArEx8dDqVRi165dWLBgAYqKinh4yWrC94hapmHDhvjxxx / RunVrdOrUCenp6Wpp6g2TmZmJ / v37o2HDhjAyMkJISAg2btyIEydOwM7OTqd + HR0dsW / fPqxbtw4ODg6IjIyEpaUlrK2toVAoNPrOzc1Feno67t + / j1atWsHBwQFXr17FgwcP8O6779bLBy61gWtELTNp0iS0bNkSffr0QU5OTpX26dq1Kw4dOoTjx4 / D2dkZY8eOxcaNG8t1L9MVkZGR6vcje / Xqhf / + 97 + 4cuUKHjx4gJEjR75w / + e13 + 7du2FrawtfX1 + oVCo8evSoXndbqw4cxBfQvn17ZGZmIjExscr7xMbGIicnBzNmzICJiUm59atXr1bfU3l6eiI4OBjh4eGYNm0aVCoVfvrpJ / j4 + KBFixbaOo1KadWqFfr16wdLS0sEBwdjy5YtCAwMhL + / P3r27Ilz585VuayNGzdi48aNCAgIgI + PD5ycnHTovO7AQawEJycnfP311 / jppp8RHx9fpX0OHjyI4cOHY / v27ejTpw8mTpxYZv3q1avRuXNndRBjYmIQEBCA / fv3Q6VSoW3btvD390e3bt2wbdu2KvcRrSkPHjzAokWL0Lt3b + Tn52POnDnYu3cvCgsLceXKFWzevBnjx4 / HxYsXq1Xu8uXL4ePjoxvTdRAOYiU0btwYaWlp2LVrV5X3iY2Nhbe3N2xsbKBSqXD9 + vUy6y9fvlymlkxNTS3zdnpSUhISExNx + / ZtBAYGoqCgoPYnUgm5ubn47rvv0KRJExQWFpZpojlx4gRu376NadOmwd3dHdnZ2XjjjTeqVO6xY8cgRIX9m5kK4CC + gEePHlV7GIe7d + / i7t27Fa57UXthbm4uEhMTUVRUpNeZhx88eFBuWWZmJq5duwZ / f38olUpYW1sjNTW1SuX17NmzwjKrwsKFCxEeHo4bN25o / B7rGhxEGfLNN99IbaEMT548AQBkZ2fjpZde0vnxCgoKYGJiUq + evNafM2UYGcNBZBgZwEFkZIePjw / 279 + PtLQ0qa3oD34fsXiApbi4uDKyt7enQ4cOkb29veT + 6pvs7OzoupppoxYtWkjuRdvi9xE1YGlpiStXruDcuXNwc3ODm5sbsrKycPXqVTRp0gT379 + X2mK9Iz09Hba2tjA2Ni63ztraGnfu3EFKSkoZZWdnG / QMxPzUFMUz2Pr6 + qo / d + 3aFY0aNcLhw4cldMX8nVdeeQX79u3D / fv30bt37zJT4oWGhhp0uyUHkTEIXn31VWzatAl / / fUXvL29YW9vj3379uHYsWMAgN9 + + 61KQ0zKFQ4iYxD07dsXDx8 + xIwZM5CTk4MFCxZg6tSp + Omnn6S2phXq / T0iYzj8 + uuvSE1NhUKhwHvvvVdnQghwEDWSkZGhHp + TkRdFRUV49913q9UHWO5wEDWgUqlq3FeS0T0PHjzQ + UvT + oSDyMgOJycnJCUlIT8 / X + M2BQUFSEpKQuvWrfXoTHdwEBnZMXnyZISHh + PevXsat7l / / z5 + + OEH / Pvf / 9ajM93BQWQMlpiYGDx + / LjMAF2GCgeRMRjmzJmDDh06qD8 / H / R5x44dOH / + PKysrCR0Vzs4iIxBEBoaioiICPz6669lxvLZvHkzunfvDjMzMyiVhtssbrjOtQQRIS0tDU2bNq1fvf0NjIKCAkyaNAkNGjTArVu3YGVlBZVKhfz8fDRo0ABGRkZSW6wV9b5GzMvLw / Tp07F + / XqprTBVwNvbG + Hh4ejfv7962apVq5CRkYHCwkIJndWOel8jAsVtUjdu3Kj20IH6QKFQYO7cueoOzQcOHED37t2xc + dOjX0rmzVrVqYT + 8aNG5GVlaUXv7XF1dUVeXl5lU74evnyZWzduhWOjo7o1q0b7ty5g3nz5hn0JEH1vkYEih + FR0dH621A3 + rw9ddfY8aMGUhISEBCQgJ8fHwQGBiI3bt3IzAwsMJ9WrRoAS8vLyQkJGD06NEICwszmPFfOnbsiJycHNy6davC9Z999hmWLVuGadOmASgeEDk + Pr7Kg1rJFa4RSzh69Chef / 119O3bt9rTXeuKsLAwjBw5Ep07d1aP / nb27FmEhoYCQKVDLSYmJuKHH37A + PHjsXHjRqhUKr141jUDBgzA22 + / LZvfkbbgIJaQmZkJhUIBa2trqa0AKL7vGTp0KNq2bVtmSMHk5GQkJydXuu + zZ88wbNgwpKamwtzcHLGxsbq2qxXc3NywefNmLFiwoNw6pVKJNWvWYPHixTh9 + jSA4sl + FAqFQd8bquGhMv6 / li1bRkOGDJHcR32UQqGgIUOG0PLly8uts7CwoMWLF1NycjJ17txZvXzgwIG0evVqyb1XRzxUBiNrTE1NMWTIEOzfv7 / c8tmzZ2PMmDHw9fXFpUuXJHKoWziIpYiIiEDXrl3RuHFjqa3UO548eYItW7bg22 + / VQ / r / 9FHH2HlypUYP348 / P39dTJDsWzgS9OyOnDgADk7O0vuoz6qQYMGFBgYSNHR0XTw4EHKycmhYcOGUc + ePctta2dnR5s3b6Z27dpJ7rs60pQ1fljzN4jIoAchMmSysrKwaNEibN68GUDx7yIhIaHcdkZGRvjf / / 6HmzdvGsyDqBfCNWJZKZVKun79OpmamkruhVWxmjRpQpcvXyalUim5l + qKH9ZUkaKiIsTExKBjx45SW2E0cOnSJXTp0gVFRUVSW9EeXCNWrPT0dBo2bJjkPljllZSURAqFQnIfNRHXiNVkxYoV + PrrrzFmzBiprTD1AH5Yo4G1a9ciOzsbb775Jnbv3i21nTqPpaUlDh48qP788ccfIyoqqtx269atg62trT6t6Qe + NNUsY2NjmjRpEk2YMEHvx1YoFGRkZETXrl2jyMhIyb8LXSs + Pp6uXLlCzZs3p6CgIHrw4AG9 / PLL6vVCCPriiy8oLy + P3NzcJPdbU2nMGgexco0aNYpmzZql16eolpaWFBYWRqmpqZSQkEBGRkY1LsvOzo5atGhBzZs3l / y71KSmTZvSpUuX1Pd9QgjauXMnubu7EwAyMTGhuXPn0sOHD6lHjx6S + 62NOIi10Jo1a2jAgAE6P46JiQl5enrSunXrKDY2ll577bUal9WsWTPy9PSkb775ho4fP0779 + 8nT09PcnFxkfz7 / Luio6PJ3Ny83PL4 + HgaOHAg + fv7U3JyMg0dOlRyr7UVN + jLHCEE5syZg8mTJ2Pv3r0YN24cYmJialSWvb09AgMD4eDgAD8 / P9y8eRPW1tbYunUrmjdvjilTpuD69etaPgPts337dvzjH / 8AAMycObPMPWSdg2vEF0sfNeLq1avp0aNHNGjQoFqX1aVLF4qMjCRXV9cyy5s2bUphYWF09uxZWXXj01Qj1kVx84WMCQoKwpEjR + Dp6YkjR45g5MiRuHDhAtq3b49Dhw7VqMzbt28jOjq6zLK0tDTMnj0b9 + 7dw4EDB3D27FnJu / OtXLkSrVq1ktSDLOAa8cX68ssvycvLS2flW1tbk5mZGb388suUkpJCGRkZNGfOHLK0tKSEhAQyMzMjU1NTtYQQlZbXqVMnys7OpilTplS43sLCgmxtbSkpKYmuXLlCxsbGknyvRkZGtGfPHurWrZvkv2N9iR / W1FIRERE6ndP9zp07dPbsWQJA / / 73v0mlUtGdO3eoadOmdOPGDYqLi1PrrbfeImdn53IqHah / / etftHz58kov + YyNjSk + Pp4OHz6s9 + / T0tKS1q5dSyNGjJD8d6tP8cMamUNEWLZsGRo3boz27dvj2rVr + L / / + z + kpaWhbdu2ZbZds2YNnJycypURHh6O9PR0HDlyBElJSQgICMCTJ08QGBiIJ0 + elNu + sLAQHh4e + Oyzz9CuXTu9vMmgUCjw9ttvw9HREa1atcL333 + v82MaAhxEmRAUFAQPDw + 4u7sjPT0dEyZMQFxcXIXbzpw5s8Ll06dPx6ZNmzBz5kxs3boVU6dORa9evTB79uznVzj4 / fffceTIEfU + BQUFuHfvHhwcHPQSxLlz52L27NmYNm0ahg8frvPjGQx8aVo19enTh0JCQnTa2djMzIz69u1bqzJGjBhR7gnvP / 7xDxo5ciQtXLiQbt26RWpppSYBxfdoBw8epCNHjujlO1yxYgVlZ2fr9H5b7uJ7RC0oMTGxVr1cpJaFhQUtWbKEUlJSqGPHjnT69GlKSkqili1b6vzYy5cvp7y8vHr1YKYicRC1oOvXr1PDhg0l91EbKZVKsrS0pEOHDpGDg4Ne2u + mT59OWVlZBt89TRvSlDXx / N6hIkoekzMlKBQKJCYmomXLllJbMRisrKwwdepUXL9 + vcZtonUJIqqw4ZYb9Bmd4uHhgUaNGnEIXwAHsRoQEYKCguDn5ye1FdmjUCjwxRdfYPz48VJbMQj40rSaNG / eHLt27YKnp6fUVtSMHTsW3t7eAIDc3FyMGjVKr8e3sbHBrl27yixTqVTYtGkTACAhIUFjU0x9Q9OlKbcjVpPK / nFJRZs2bXDgwAFERETg7Nmzej326dOnYW5uXi78RITExES9ejFo + Klp9eXp6UlbtmwhMzMzyb0AoI8 / / phSU1MpOTmZbt68qZdjWlpa0rFjx + j + / fv15s0JbYibL7SoTp06UXx8vCRDaMhBdnZ2tGvXLoqOjqZmzZpJ7seQxEHUsj788EMKCwsje3t7yb3oU40bN6atW7fS + fPnDW64ezmI30fUMqdPn4aTk1OFna / rKubm5ti0aRNcXV0xZcqUujPcvRzgGrHmatOmDe3cudPge9tURWFhYRQZGUlxcXH06quvSu7HUMWXpjrSuXPnyM7OTnIfutJHH31ESUlJ1L17d2rWrBk1btxYck + GLH4fUUekpaWhWbNmSE9Pl9qK1jE3N4eVlRUmTpyICxcuSG2nTsMN + logOTkZDg4OsmxjrCkWFhaYO3cuVCoVlixZIrWdOgP3NWWqjFKpREBAAMaMGYPz589LbadewJemTBkWL14MBwcHnDx5EocPH8apU6ektlQ / 4Ic1tVdycnKFI6uZmZlRVFQURUVF0fjx4yX3 + SItWbKEcnNz6Y033pDcS10VtyPqkI4dO + LixYvllhsZGcHS0hJr165F8 + bNoVDI9 + tWKpVo2bIlvLy8cObMGant1Dvk + 5dhQGRlZaFBgwbllqtUKiQnJ + PXX3 + FqakpJk2aBBcXF8kH9f07FhYWWL58OY4fP47IyEip7dRLOIg65MmTJ5gxYwbWrVuH2NhYDBw4ECtWrMA777yDvn37Sm0PQggMHz4cPj4 + cHZ2RlJSktSW6i38sEZP7N69Wz3h6YIFC6BUKtG3b18cPXpUkjY6X19fODg4QKFQ4Pbt23jnnXf07oH5 / 3AQJWDZsmWwsbHB0qVLERwcjPfffx9 / / PFHtcowNTUt9zJuRSxZsgTXrl0DALRr1w5Lly4FAPTr1w + zZ89GaGho9U + A0TocRInIyMjAggULsG7dOhw8eBA9evTAvXv31OsXLVqE9957r8J9hRDIz8 / HmDFjXniczz77DG5ubhBCICYmBgsWLFCvu3XrVu1PhNEKHEQJyczMhJ + fH5RKJSIjI9G8eXP1uvnz58Pd3b3S / SsaRv / v + Pj4qJ / WqlQqFBQU1M40oxM4iBJTWFiIwsJCdOnSRSflc / AMA35qyjAygIPIMDKAg8gwMoCDqAWEEJW + AjVo0CD4 + / vr0RFjcHCn79orMTGx0umvhw8fTpmZmTR27FiDnk2KVXvxUBk6kpubGx08ePCF202YMIHS09PJ2dlZcs8s6cRB1JGqM2bN5MmTadq0aVwr1mPxmDUyYMuWLYiLi4OTkxNmzJghtR1GRnAQ9cyYMWNw6tQpWFpa8qxSjBoOop75 / fff0alTJ1y9ehX5 + fmYPn06VCqV1LYYieEgSsCtW7fg4eGBn376CYmJidi7dy8A4NmzZ0hOTpbYHSMFHESJuHr1Klq1aoWJEyciODgYQPHchs9 / BoALFy4gMzNTKouMHuFxTWvJuXPnMGzYMK0MMGxtbY2FCz4drWkAAAcsSURBVBeqPz9 + / BiFhYXIzMzEN998U + vyGenRNK4pB7GWaDOIf8fLywt2dnawsLBAnz59AACbN2 / GuXPntH4sRj9oCiJfmsqYo0ePAgBMTEwQFRUFAJg4cSKCgoLU2xw / fhxz586VxB + jPbhGrCFKpRLr1q1DeHg4Tp06pbfh9s3NzWFsbKz + 7OXlhXXr1qk / P336FI6Ojlo5Tmny8 / Pr1JQCUqGpRuSeNTXUhx9 + SKmpqdShQwfJvZRWSkpKjfd96aWXqG3bttShQweKjo5WKzMzk6di05K4Z40OCAgIwNWrV6W2USssLCwwaNAgAEDPnj3h6OiIgoICuLq6qrf5z3 / + I5W9egMHsR4zZ84cWFpaqjsUhIaGVjia3A8 / / ABvb28sW7YMRUVF + rZZL + Ag1gBXV1f4 + fmVeWgiF6ysrPDll19izpw56mVCCISHh5cb8n / Pnj14 + PAhIiIiKi1zz549iI2Nxauvvgpvb + 9y621sbLBt27Yyy3x9fbkNtBpwEGtAkyZN8McffyA8PFxqK + Vwd3dHmzZtysxvT0R499138ezZszLbxsfHl1umicGDB8PW1lZd7qpVqxASEoITJ07AwsICH3zwgXrb3bt3w9TUVAtnU4 / ghzXVk4uLC + Xk5NDKlSsl96JJQggyMzMrI22V / by8JUuWUEpKCrVu3ZpMTU3LbHPmzBmyt7eX / HuQo / h9RC2oQ4cOlJeXR1u2bJHci5zFQdQsDqIWdPfuXVq / fr3kPuSs7t27U1xcHAdRgziItdSkSZPo8ePH / HZ9JfLw8KArV67Q + vXrycLCQnI / chQHsRaaPHkypaen0 + jRoyucGZgFcnV1pZiYGFq7di3Z2NiUWz937lw6duxYlcb3qcviINZCa9asIW9vb64NK1Hv3r0pNDSUrKysKlwfGhpKgwcPpr / + + ktyr1KKe9bUkvv371f5UX99o2nTpvj888 / Rv3 / / cqMNmJiY4NNPP8WJEydw + PBh7q + qAR5gmKk1T58 + xZ07d + Dk5KRe1qNHD7zxxhv45z / / CU9PzzJTzjHl4RqRqTWPHz9GcHAwtm3bhu + / / x4A4OLiAqVSidjYWFlMUy53OIiMVrh9 + zZ27Nih / vzJJ58gPz + / zDbz588v93oVUwwHkdEKaWlpLxzO45133sHIkSP15Miw4CBWgWfPnsHIyEhqGwaLQqFAUFAQZs6ciTNnzkhtR55w80XVFBERQT169JDch6HJ3NycPv / 8c0pLSyNXV1fJ / UgtbkespT7 / / HPKycnhtsRqyMzMjObNm0fx8fHk6ekpuR85SFPWeMyaanDnzh0EBgZiw4YNUluRPVOnToWVlRVsbGxw + vRp / Pe / / 5XakiwgHrOm9hoxYgRlZ2fT / PnzJfciZwUEBFB2djYNHz5cci9yE1 + aakmenp6UnZ1Nn3zyieRe5Kj58 + dTTk4O9evXT3IvchQHUUsSQpCXlxdlZWWRn58fKRQKyT3JQQqFgqZMmUJZWVk0YMAA7hyvQRxELcvb25sePXrEncEBMjIyorFjx9LDhw9p1KhRkvuRsziIOtCkSZMoPT2dfHx8JPcipcaNG0cPHjygCRMmSO5F7uK3L3RAcHAwCgoKsG7dOjRq1AhfffWV1Jb0ygcffABnZ2fk5 + dj9uzZCAsLk9qS4cI1Yu319ttvU3Z2Ni1cuFByL / qSr68vpaWl0bhx4 / h + sBrSlDV + DUoL / Pzzz + jUqRNu376NuLg4vP3221Jb0gnW1taIi4tDXFwcmjRpgl69eiEsLIzfMdQGXCNqTwqFgmbNmkX37t2jnJwccnBwkNyTNmRlZUWNGjWihIQEOnnyJJmamtb7B1Q1Ffes0TM7d + 7EK6 + 8glmzZuHRo0eIj4 + X2lK1MDMzQ / v27QEAfn5 + 6NChA / r06YOCggKJnRk2mnrWcBB1iImJCbZs2YL09HTExMQAAH788UdkZWVJ7Ewzw4YNQ6NGjWBhYQF3d3cAQFBQEC5duiSxs7oBB1FCnJ2d1feNLVq0gLGxMZKSkmT1lNXT0xNDhw7FmDFj8NVXXyE1NbXMi76MduAgyoQePXrAwsICzZs3h6 + vr3q5SqXC4MGD9TpA1d69e2FjYwMA + O233 / DLL78AAE6dOsUDZekIDqLMMDY2hr29vfqzQqHAyZMnq / QC8pAhQ9SXun + nYcOGuHz5cpU8DBkyBI8fPwYAZGdny / qSua7AQTQAqjoKwKFDh / Daa69VuC4rKwsdO3asUjlc6 + kfDiLDyABNQeQGfYaRARxEhpEBHESGkQEcRIaRARxEhpEBHESGkQEcRIaRARxEhpEBHESGkQEcRIaRARxEhpEBHESGkQEcRIaRARxEhpEBHESGkQEcRIaRARxEhpEBHESGkQEcRIaRARxEhpEBHESGkQGVjuLGMIx + 4BqRYWQAB5FhZAAHkWFkAAeRYWQAB5FhZAAHkWFkwP8DW / 8Uhk8QM4gAAAAASUVORK5CYII = \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 1 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } , <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAOIAAAD3CAYAAAAAC4j / AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAgAElEQVR4nO2dd5gURfrHPzWbYZccd8lJgiAZyYgoKCBnFkxg9k4Uz / PUn2D2DIeiZwKzeJhQEUQliAKCiIB4KKySYQmSYZewuX5 / VK8zuzszO7M7M927 + 36e532mu6u7 + u3q / k5VV1dQWmsEQbAXl90OCIIgQhQERyBCFAQHIEIUBAcgQhQEByBCFAQHUGmFqJSqr5RaqpTKUEo9Y7c / QnAopZoppbRSKrqsxyqlFiulbrCWr1RKLQi1vyVRKiEqpbYrpYaE2pkIcxNwEKimtb7L82aEEqXUUA / BH1BKLVFKXRDq8ziVkp4VpdQgpdSuSPrkD631DK31uZE + b6XNEYGmwAYdohYNSqkoL9suAWYC04FGQH3gAWBkKM4pVCC01kEbsB0YYi2PBZYDU4CjwFagj7U9DdgPXOtx7HBgLZBuhT9UJO5rgB3AIWBSkXO5gHuBLVb4R0AtHz7WBOYCB4Aj1nIjK + xtIAfIBo5b / ucBmdb6i9Z + bYGFwGHgd + Ayj / jfBl4BvgROFPjoEa6AncDdftLRBUy0rnc / RrDVrbBmgAbGWel0BLgF6AGss9L6RY + 4Cu7DC8Ax4DfgbI / wZGCOdS2bgRs9wh6y0nI6kAGsB7oXOfYTKy23AbcHcizwLpAPnLLS9Z9e0mAQsMtH + vh8VjzS5yZgD7AXuKtI2np9VjyOjbbWFwM3eKTjMo94tJXum6x78BKgrLAo4BlMyWobcJtnvEFpKkRCzLUemCjgMesBfAmIA861blCiR8J3tBKqE7AP + IsV1t66Yf2AWGAyRjAF55oA / IDJXeKAacD7PnysDVwMVAGSMDnTZ0WE9JjH + p83w1qvat38cUA00NVK8A4exx8D + lrXEl / k / G2tm9LcTzpehxFFCyAR + BR4t8jDMhWIt9IxE / gMqAekYMQ7sMh9uBOIAS63 / Ct4 + JYAL1txdcaI6mwPMWUC51v38AngB48Heg0mJ4 + 1fN0KDC3p2KLPio80GIRvIfp7VgrS533rXnW0rqnEZ4XghTgXqAE0sc4xzAq7BdhgnaMm8DU2C3GTR1hHy5n6HtsOAZ19xPUcMMVafgAPYWFElO1xrlQK / 8s3xAi1xAu3Hr4jQQjxcuC7InFMAx70OH66n / P1tdIh3s8 + i4C / eqyfVnA9Hg9LSpF0vNxj / RNggsd92IP1b21t + xG4GmiMyfGTPMKeAN72ENPXHmHtgVPWci9gZxG / 7wPeKunYsgqxhGelIH3aeoQ / DbxR0rNC8ELs57H + EXCvtfwNcLNH2BBKKcSga5x8sM9j + RSA1rrotkQApVQv4EngdMw / bBwmtwJTBEorOEhrfVIpdcgjnqbALKVUvse2PMy7125Ph5RSVTDF5WGYfyuAJKVUlNY6L4Bragr0Ukod9dgWjSluFZCGbwr8bogptngjGVMsLWCHdY76HtuKpqPXdLXYra0nwiO + ZMsOa60zioR191j / w2P5JBBv1So2BZKLpEMU8F1Jx2qtcykDJTwrBXjegx2YjAD8PyvBUvT6CtK80POK / + fBL3ZU1ryHeVdprLWujil6KStsLyabB0AplYApYhaQBpynta7hYfFa60IitLgLk8P00lpXAwYUROvDr6KVNmnAkiLnStRa3 + rnGE9 + t + K42M8 + ezAPTAFNMMXLfd53L5EUpZTn9TWxzrEHqKWUSioS5i3dipIGbCuSDkla6 / MD9MlfGpWEv2elgMYeywXXW + B3oM9KaSn0vBbxJSjsEGIS5t85UynVExjjEfYxMFIp1UcpFQs8TOGEnwo8rpRqCqCUqquUGuXnPKeAo0qpWsCDJfi1D / P + U8BcoI1S6mqlVIxlPZRS7QK5SCtn + jswSSk1TilVTSnlUkr1U0q9au32PnCnUqq5UioR + BfwYRlyknrA7ZavlwLtgC + 11mnA98ATSql4pVQn4HpgRgBx / gikK6XuUUolKKWilFKnK6V6BOhT0XT1iuWXpyn8PysFTFJKVVFKdcC8z39obQ / mWSktHwF3KKVSlFI1gHtKG5EdQvwr8IhSKgPzTvhRQYDWej0wHvgA82 + TgamQyLJ2eR7zD7nAOv4HzDuMN54DEjAVLD8A80rw63ngEqXUEaXUf6xi3LnAFZh / 2T + ApzDFo4DQWn + Mede8zopjH6Yya7a1y5uYou5STPE1E3P9pWUl0BpzzY8Dl2itC4rIozHvRnuAWZh33YUBXEMe5nNLZ8vHg8DrQPUAfXoCmKiUOqqU + oePfVIwf5qe1hI / z4oHSzAVXouAyVrrgo / xwTwrpeU1YAGmFnstpgY9F1MEDoqCalhHYuUSR4HWWmtf71kCoJQai6lw6Ge3L5UVpdR5wFStddMSdy6C4z7oK6VGWkWNqpjPF79gat4EwVFYRfXzlVLRSqkUzOvPrNLE5TghAqNwVzC0Bq7QTs62hcqMwtRjHMEUTVMxRejgI5JnXBDsx4k5oiBUOvx + 0FdKSXYpCCFEa + 31O7bkiILgAESIguAARIiC4ABEiILgAESIguAARIiC4ABEiILgAESIguAARIiC4ABEiILgAESIguAARIiC4ABEiILgAESIguAARIiC4ABEiILgAESIguAARIiC4ABEiILgAESIguAARIiC4ABCNS2b4FCiFLgUbLzcLAPcvwre3wy5MkafYxAhOpyUKkZIpeXZ3tC1DrT5EPKsmQIf6wGbroBR8 + FIlnvfQ1lwskwzGgqlxe9I3zKuaWToWgdq + Zhj6rYOUKUMf5f3 / gg / HfQe9tEQqBHrXv9iJ6w / YpZP5MKK0s7SKPjE17imIkSbGdgQXh0Ai / fA8Zzi4Q + sNqKIBGNaQbc6ZjknH / adMsuf74DN6ZHxoaIjQnQYzZLgoW6w6RikHYePtzmrWFg9FkZZk4t1rAV1E8zyjgx4cI19fpV3RIgOIikGVv7F5DI3LIX9p + z2yD8tkqCmVXRukgj / 18UdpoHen0GePCkBIUJ0ALEuWPEX887X + zPIzndWLhgIUcr8kRSw8kLz23GmuR7BPyJEG0mMgeQq8FI / k7u0 / wiyKshDq4ANl8GJHBg + z / 1eKXhHJqGxiaQYmNQFZp0LGdnQb07FESG4i6YncuHtQebdVwgeyRHDyD1nQFyU + Q74zW5Y + ofdHoWPJonwcj / I1 / C3ZZB2wm6PnIkUTSPM5DPh5nZw4QL4erfd3kSG5knQpTac08hdy1rAC7 / Ckr32 + OUkfAlRWtaEgX / 3gr + 1h75zfH9Mr4hsyzC25iAkeDxZ151mckzBD1prn4Z5BRALwmJd6JlD0D3r2u + LUyxaod8aiO7XwH5f7DZfWpPKmhAzoSN0rwtHsu32xDnkavPOOP9801BAKI4UTcPAfT + aFjOCmwdWm08dI5vCfzfZ7Y3zkBxRiBiTVsPTvez2wpmIEAXBAYgQQ8jgZNOtaM4Ouz0RyhsixBDRvS7MGWrajpa39qOC / YgQQ0CsC5aMhJc3wGNr7fbG2aw + YDpCC4WRljUhYFwbaF7N1AwK / kmIgjUXQfuZdntiD9KyJow82gMaz7DbC6E8I0VTIaJk5cH / rYLHe9jtibMQIZaRL4bB4Lmm / ZJQMvlA6hFoW8NuT5yFCLGM1IyDw1kl7ye4yck3HYmluZsbEaIQcbZmwKztcGdHuz1xDiJEQXAAIkRBcAAixDIwsQt0qmW3F + WTb / aYYTXOSrbbE2cgQiwl0QoaVYWR8 + FQpt3elD + OWf01a0iFDSAf9EvNze1h9UH4do / dnggVAckRBcEBSI5YCpolQp14mLPd / 34x0XD / zcW3Z2bCk2 + ExbWQ0Oo + cPmYncoXp3ZC2pvBHbN4r3lH / O4POFjJi / cixFLQLAnqxMHaQ97D / 34t9OsKubnw3hfFw7OLdJO6 + iFo0QmOH4Vnrgu5uz454y2IqQ7HfoZNj0DzO6D2QNj9PuR7mZnKH3H1oPunsGMaHJgf2DFL98Idp5s / tcouRBnFrRQ2qCH6hT7ew2642FibZujWTfzH0 / dC9Bup6AGXohu1QbftZdavnITm4URNal3NujoaFTrfk0ejB6UaO + 8kumpbdPIVZr3JTeiqbdC4go / XlYBu / QD6nL3o6l2D8KcKeuFwdHyU / fc1EuZLa5IjBokC4qPgZF7h7S4FIwZBcj1o3RRWroNffAySlFgDZuyEBW / DrV0gJxu0NQz / S7dDn1HAncfhieMQoyCtnjkxQFUFww / D8sCzrOgacPZ2yDsBKhp + nwi73jVh + ZkQnwz7vjDb8ks5d0X + Kdj8OMTWgt5LYWlnyD4IOsec1xd7TpppCbaPhtYfQkaQOXGFQXLE4OzcRuhvRhTephR6aF / 0c / ei69dGvzwJ3bqp7zgSa6JfW4 + uX2SfqGj0eTeib3vRjw + PJmpONNBUUwH5W7U1esgedK / 5 / vdreTe69USTs5U1jTq9ju63yljn6ejq3dAxtfwfs2IU + qeL7L + / 4TbJEUOAS8HMIfDEz0W2u + DsM + Hfb8JNl8I7s2GTn3FrcrJg4yoYcQvsSHVvj4mF0 / vC2kV + nJh03NzSbF2iv9W7Q + e34PAy + OkK / / tmrIeGl0Hj6yAvA3KOQfpaqD2o8H7Zh2C / l / deT9bd4F5O6gBnvA3b / gO73 / V9zNAvYfFI / / FWZKSHfhC4lClCNXnPe3jzFEipD8t + Ciy + pu2h + 1D3euZJ + GJa2f0soNZAqN4V0l6H3IzAjkm5CmLrgisGoqsZ4XniijUVM0U5uQ22v + g9zhb / gKx9 / oVYLcYIseungflZXpEe + iFg + iC4 + lvf4dt2GwuUHRuMhYvDS4wFw + 7 / mt + oKlClFWSsKxwenQQ1ioxNGlMTOk3jz6 / S9UeY36x9sG0KNLkRNj0WtPuVCskRg2D7aGj5gUxTXQwXxKdAg1Fm9Y / Z5jeuAbS8GzbcBTmHIO + k7ygUZjjKkU1hwoqwe2wbvnJEqawJ0GrGoddchI4K4aeECmeK4p9agvgscXpN9OFr0X / v6IBrCZPJJDRloEUSLDgfLpgvuaFfCh43T / K87eidX4 / A + OXmXbyyIUIMgPGnw + 4TZngHIbxsPGbmVmxc1W5PIotU1gTIC7 / C0bJOtXbrmdC5YfHtU5bBbwfKGHkYGXALNO5SeNtPH0PqwpCfatUBuLQFtKtZuab / FiGGk / hoWHSje / 2t1fD2muL73TsIWtaGQdOgYyd4aQo89QzMKeGDXTi49i2o16bwthXvwIq3C2 / rNBJGPARaw7MDIT + IMqhQDBFiOIhywaIbIKU69H7ZvT09E7K9PLAb9sPPd8D / JkCXF2DWHJj + Opz3F1ixMvz + tjsHxk4HnQevXwF / / FY4 / FQ65BUpDuxaB7HPgnLBo1sgKhpWzoA5EyEvl + Ivi4JfpNa0ZJvSG312coD7V4 / XzL5Gk3afJjE28PM0q2mOiY / T1K6tefxhzclDmjp1wnt9tZtpnj + uGXqvBqvZXK2mmtrNNUn1AoxHGes5RjPlqKbrJRrlKrVPT / cyTQntvu / hMGniFilu7gVNasCAqXA8wJfKHo1g7lj4ejO0agVXXQEvTYNB / cPq6p9sXgbznzTLLfvCbV / Crp8h4wC8ekkAEWjz8 + N7UKUm9BkHOh9OHIaNi8PldYVChFgCHWuZ8VW2Hw / ioNT9RoQT + kFsVPHwZ76DPKu7xeCWMO1CmPkL3D7HjKj02ecw9mpIidDISnWaQ5tBEFcVrpwG302FhZNh0Hho2Qe2fB94XItfMjb8Aeg9Fia2CJfXFQoRoh9aJMGr / eGDLbAlPcCDPk + FUe3h7ctgQDO4qUjjyWdGQNdk9wfJDfvggYUwe4MRYdvTYPyt0LM7vDkdMgJsJFpaMg7A3IegVT / IyYRP7jY1onk5Jlcc8wpMvx52BDnV1Vf / MkIUAkKE6Ifa8bDvFMzYHMRBqfth9PtQIwHy8 + HXfYXD1 + 6BWI9k35MOBz3q6dN2wfadsHkrTH4OssI8nn / 2CVj1PiTWNd3yTx51h / 22CPZvhsG3Q9PukJkBkwMsLt + xAFQl / DJfSkSIJXA4qxTDOOw8aswbJX0vPHECtu + A3Bw46adxZqg57sWvU8dg9zr4YLypFY1PgqcCHLbu6T7e4wyASatg5jnw21HYGcwrQTlGhOhEXgtyFKZwk3MKcjA54j3hf2 / NyjezMFemZl + V6VoFwbGIEAXBAYgQBccxtg3M3mEqyioL8o4ItK4Oc4dZKxpQ0H8OPNgNrguyh7tQdubuhBf6wpwdptdLZaDSC7FqNPx8MXy0BW5ZZrYtuwD + d7Gpsdtfif6VncLBTKgZa0aSLEpSDPx6qZkEyJNqsdBohntym / JGpRciwNZ0GOeR8 / WYBbXi4Kvz7PNJKE7TRJh1rvlz7Den8JR47wxyD / 1aHhEhCuWC06rDy / 1g70kYvQjqxRtRLthlwn / YD9n59vpYFkSIQrlgYDIcyoIJ38PxXJjYFW5bDp9tt9uz0CC1pkK54ds9Zoh + F6YXf0URIYgQfXI0C0bMs9sLwRu5Gi5eCDMG2 + 1J6BAh + iAfOFDZpwpzMAdOmencKgoiRMFxtEgyA0dl + hkGJysP0o5Dy2qR8yuciBAFx3FLe5i5Ff7w8w13fyZ8uAX + 2j5yfoUTEaJQbtlwBI5kQe / 6dntSdkSIQrnh7jPgjNru9d0n4UQuvHsWrBgFiTH2 + VZWRIhCueCdjbBwF3w7AlI8RgF / ZQP0mmWGkC3a7K08UemFqDGt / Osn2O2J4I + sPLj5O5i / CzZd7n5wM / MgShkrz1R6IZ7MhTu + h / / 0sdsTIRBGLzIVOWeluLc9fab57psjTdzKNwcyzfgoferD9 / tK3j + yuKD2P / mzSfPxOZDQC479F7T3rgYxNKA + 4 / 5c38tL5BHoMHT20qGm + XPc5sfdtYfgjQHQ7H3oWRd2ZMD / / WjeF8srlT5HBNOaf / 0RGBShYUSDouGrUHsC5Gw1Vn0s1J8MKe + ZXy / EkkINhpLJVupwBa2ZTnm51Z1rw / Ec2ORDiA92g8e6w + 3WUKt9G5ihLvdEcJytcCA5osX8XXB6LRjYEJbstdsbi + TpUO0S2NoVsq35KE4uh2PvmGXte6jFLLZzkA + pz / X8wUuYtkLln7OTYfg8B92jECFCtDiWbfKMJKdUgdd7GpJGwpa2kLPTvT13lzG / 5FGLC + jBHlwkcJLUsLoaKjrVglf6w8RVxcOiFUzpAw + vgaWWCKOUmdS0PL8b / olMQuO2x7qjRzSx34 / KaC5l0v5fPYqHVYlGP9wNvetKdNc67u3npKCfOdN + 34MxmbpbcDRxLhjRxAwaVWh7FNzVCca0gnGL4aeDtrgXdkSIHizcDT3qQu04uz2pfJzKg6mp8PoA6N / AbPtHJ3iqJ1x / Goxfbu5PRUXeET1Ystf8 + 9aMM73BhciyNd1Umk3tb5bPSoYx38BHW4t / VqoTDxc1h / / 8ao + voUaEWASNzJ1iF + k58NAa02wNQGvY6mUyrCgFP / 4FNh6DVB9TjJQ7pLKmsEUr9K + XouNc9vsi5t3qxqPXXmTuld2 + BGtSWRMgudp0r + lcx25PBF / 8dBF0 + 9Tcq4qCCNELl30NXwyDC5ra7YlQWRAh + uDJn81swWNa2e2JUBmQyhofPPcLZOTAkBR4L5gZg4VSUTUaPh / mXr9nJazyMs / p831MrXZFQ3JEH + RqePN3WLkfbmgb + fMrXLiIYjLreIRlkXcgwqy7xExzcOU35h39y / OgkUcHYAU80RNubAt9ZleUlrNuJEf0Q06 + GROlUVXT8iMrQnc / jqrcyCt0ZAg5ZPJPupQ6rjrUIo5Y8slnL / tD6GXoqJ9g2vp2 / 9QIbPxyqBELDarArhNm9uAJHeGmdjB4Lqw7bLfHYUA + X5RsU3qjz04O / 3miidWnM1iP5Xk9hVTdiPaljqsB9fRg + urX + Lf + mg / 1bN7Sg + mr29DC9vQsausvRSdEFd + + 5QrTnnR8B9POdGRT + 30tq / nSmuSIjkFxAXdzDrfwAx / zCtexiw2liqkedZjMJBqTzI3czUa2kkQibzCZhtTnVu7jV34Lsf + h5 + 2NcH4Ts3znCvh8h / / 9yzWSI5ZskcgRr + EZ / SaHdWeGlTmubnTUy / hMd6BNoe31qaOn87xezmzdima2p2uB + coRK6LJB30Hcx0v8jPzeITB / Mw8LuE0VnI1HanLXC4uVZyb2c56Nhbato + D3MUj / MF + 5vA2y5mNsnlWwad6QfMkW11wBFI0DYDcfIgO41 / We9wHZFKHeHbzV6oSw + OsYCtHaU9t4olGo / / cP5s8j7Xi5KO5mPNZyVpe4Z1CYQc4xNXcThxxrONr1rKAHpxHDpEf8CVKGREO + tz0vqjMKKsI6j1QKX / 3u1Kx8HwYuyR8c7rv4BZ2kUFfZvBXuvAiQ0gjg55MZwljCuVb4 / marRzzEscxcqyK / Wu4lLa05FGe4xTeZ9OJIZrfWMpGtnEeV4bjsnxSNRoe72F6vMzaHtFT24rW2msRRHLEQAlzCU6jeYzvqU08HanLOg5wOXPYx0na8nqhfacwmBbUKBbHTH7jIKeYxzbS2M0DTOAUmUxmqlcx5pBLby7gQf5OO1qTyqawXV8BLgXDm0CzRJMbfrAl7KcsF0iOGCALh8PYxeHLEf9BD6oRRw75xOJiNptZzR9BxXEH3XiU / tzJIt7gF4ZxFn3pThbZfxZl17COeXz75zHVqcbtXM9KfmIBS0J4Rd65t7Pp83n7cni / EorQV44otaYB2oAG6LcGmrFVwnWOeKL0QBqXKY4Laa3Ppmmhbedztr6EEXoSE / Qmlush9NeAjiJKf847eh4zIpKGT / ZEZ4xDD21k / / 20y3xqTYQYuG0fjY4qh33gCqwKCfoR7ta7 + Ul3poNeyiydxmrdhJSwn / tfPdAnr0P3rGt / OthpIsQQ2K + XoqvH2u9HWSyaaF2VBD2Xd3RjknUC8WE / 5x2no9PHos + sZ / / 1222 + tCbviEHgUrB9NDR5z25Pyg + JMXBbB / j1MMzdWfL + FR1f74jyQV8IK73rmV4VIkL / iBCDQGt4cb3piiP4x6VMt6XrJa0CQoqmQdKwCswYbLrjOIWrcDGaKABOAJeRE9Hz14g1aeJJvoaXrTbrW9Ph9 + LtDyol8kE / RPj537KN1riYQz4LyWc5sRE999KRkBBtxvnxRGvYfjyirpRvpNY0eBucjJ7aHx3vkB4D9xCl9xCndxGnNxIbkXNWjUYvOB + 9 / + rK03MiFCa9L0LIkSw4JwWuam23J4anyCOZLBqRRRu8T14aSurEw6sDzFz2nT6WBtuhQIRYCtYegmd / gQENoF683d5EltpxputSiyS4ZCH8ccpujyoGIsRSsnQvtKhmrLKQEAUv9zPTa9 + 6rAINd + 8ApNa0DLSuZqaS / ttyM / hRRWb6WSYXrBsPF8yXWtDSIrWmYWBTuskRYypwueIfneCOjqYYuiPDjGwnM2WFHhFiGdl3ChokwEHvfW / LNQlRponaTUvN + K5C + KjA / + WR4cIFMO / 8sPcbjjhVouGezubD / FdpdntT8REhCsWIVvBAVzPvx4p9Je8vlB0pmgqFeLgbNE6ExXtMTrhkr90eVQ5EiGEkPgq + u8AsT90Ab / xurz8l8Uh3M4zFsC / hu + BG6RDKiBRNQ0DnT2D1RcW3RykzWtlzv5jG4i4Hv0hGK2iSCENFhLYgQgwB6dlQLab49nxtJlH5dg / ERcHN7aBNdedV7FSJhn / 1hK93wTIRoS2IEMPIqTyYsMLM6Zd61LRPfbInXNQcBja02zvzhzCqKYxtA62qQVqYRqgTSkbeESPEe5vdE55O7GJGDh / YEObvsucb3bg2plLGpWBzOly0MPI + CG5EiDbw2FrTmfbR7jCtP1z9LfwS5Jx / cS6rM24J5dxH1rjnE2xXAx7tYZYHNYS7foB3Nvo + VogcIkSbOJoNE1ebYuvnQ + HMzwr3ZHioG1zawvuxCsjMgzHflHyeB7tCp9rmmA1HYeIqd9gmaS / qGESINnIsG25camosl40yNasF3L / KzKDrj0D6AY5d7K6tzQeypO + gIxEh2kxOPuQA3UoQXWmJ1HTjQtmQWlNBcAAiREFwACJEQXAAIsQQoJQZossXwxrD + A4Rc0coj8hwimW37aPRMS7f4aOaoo + NRV / VunzPJiVWdpPhFMNEp1rmY3yOn9rJ2TvMx / PneptZcgWhKDJ4VBn5fpQZTCmQoTJuaQexUfDSesiTlK2UyGxQDmBqKvytAzxzpt2eCE5DhBhhxiyCG9rCawPs9kRwEiLECLPmIHT5BK5sBS / 0kRsgGKSJmw1sSofen8FnQ82MSR9vNdvztOlILFQ + RIg28b / D0Px9uKmd6QoFcCIXpqW691m5v + KPIC4YpNa0jARTa1oSSTEwqat7 / UiW + SxyLBte + 63s8Qv2I0PulwMycuCfK93rQxuZKdCqRMO7Z5ltr2yA72Ws0QqHCNHBzN9lfmNdsOqAWb6pHbzY173P17sLi1con0jRtJREK9O7fuZWMwhvpBIqIarwpDdDGxs / CsjOg2bvh + Y8nmTmRe4aKzK + iqYixFLytw5wfxc470tT8eIUdl8JKTNKd2xyFagWa4Z + fG + we3ujqtBzlkzFFgrkHTEMPLDaWSIsDVWiYVgjs9ynATRLMsNpdJjp3ueTc + zxrTIhQqzE3H2GGYk83yr3vLPR + 2hyH26B0a3gsZ8gV8pIYUGEWAo61IQb28KL6 + 32pDiJMfDvXnC3RwWOAmYOKT7k / 0db4VAmLNztP86PtkLqZXBadRjtZeS4GrHw5sDC28YtkW + gwSBCLAV1403OMXOr3Z4Up / ssM6V46mXubVrDxQuL9 / jYkh54L5DzvoKase54n / 4fvPU7LBpuirfXLnbv + 95g854pBIF0DA7O2lRHHx + HfqqX / b74MgU6PqqwhSrugvge6Y7efSW6ZTV0XJH4v7sAXS / B / nRwovnUmggxcDujNvrkdeip / e33xckmQvRt0kM / BHw + FF7 / DZ4LCwMAAARKSURBVG75zm5PnEuvelAv3m4vyh8ixAC5uZ1pC3rnCrs9cS6965sG7PN3wfEcu70pX0hlTQDc0g4e6wG3LnNX9QuF6VAT3hgAC3bBQ2vgZG7h8H + eAUNSzDfKkfPt8dHJSI4YAKfVgPHLTS2p6NA7NeNMe9iJq8wEO0XpUBOm / ALd60bet / KA5IgBsv + UDPjki / oJ8HgPOOtzM9GNJ7EuuK8LLNoNX6XJH5kvJEcUykx2PuzIgBbV3NvOrAf9G8CVrWFwcuEp54TiSI4olJkjWWZkgTcHwgdbzLY21c2syKlHYeDn9vpXHhAhCiFhczq8u8m9fu + PpuuUJ / d3Kd69SjCIEIWQsO9UycN5XNQcLlkYGX / KGyLEAMjTECVv06XGpcyoAneugO / 22u2NM5HHKwD + 8QPc3clUQAjBkRAFj3aHi5ubnh5Sa + odEWKA / HgAvh4OUV77VwveiI + COzvBFS1h9CJYf8Ruj5yLDJURBDvGwOT / wQsO7IfoNG7rYPpG1oiFpXvhyzS7PXIGvobKkN4XQdiFzdAZ49D3d7HfFyfbA11NOo1qar8vTjPpBhUiG5xsHrJ7O9vvixPt / i6mv + aghvb74kQTIYbIFOihjdDp49A3tkW7HOCTE8yl0Le2N + lydrJJJ7t9cqKJEENso1uiD19rfiv7dNxRCn1VK / Sha9CXtbDfHyebCDEMdnM79MFr0GPb2O + LnXbdaegD16BvaGu / L043X1qTD / plYFqq6V / 3fB + oFQfP / mK3R5Hl2jbQqpppynbXCpi + qeRjBB9Ijlh2G97EVOBM6mq / L5GycW3Q + 642uaG8DwZuvrQm3xFDRKtq0KMuPNQd / r4Cvthpt0ehJykGVl9klt / 4DT7dBtszZNDhYJAh98PM5nTYmg4Nq5ghIxJjoN1HkFYBZgBOjIbYKFh9Iew8DkO / gtx86SgdSiRHDBP / PQuaJpnc8XCWGcy3PBEfBR1rmeUb28IZtWHAHMgq2gVfCAqZDcoGYl0wtb + ZTXiD1c7y022Q7uARzi5oaiqeqkS7x5d5cT38dNBevyoKIkQbaVUNhjcxyylVzfyGacedVcs6OBlGNoUxreDZdbDnZOGOvkJoECE6hDPrmdymYRUYd5p7e74280tE8r3r43NMo2yAH / bBN3vM8pK98v4XLkSIDiPGBfUS3OsuYPHIwLpZjZgHG456D6seA2svDsyHEfPgiDX0YUa2s4vMFQURYjkg0L6Oc4dB + 5rew9KzofMngcUjuV7kESEKggPwJUTpoS8IDkCEKAgOQIQoCA5AhCgIDkCEKAgOQIQoCA5AhCgIDkCEKAgOQIQoCA5AhCgIDkCEKAgOQIQoCA5AhCgIDkCEKAgOQIQoCA5AhCgIDkCEKAgOQIQoCA5AhCgIDkCEKAgOQIQoCA7A7yhugiBEBskRBcEBiBAFwQGIEAXBAYgQBcEBiBAFwQGIEAXBAfw / uitk2O5ZHj4AAAAASUVORK5CYII = \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 1 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " connected_component_label ( ' C : / Users / Yash Joshi / OG_notebooks / face . jpg ' ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 40 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAOcAAAD3CAYAAADmIkO7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAgAElEQVR4nO2de1hUdf7H319guIMoCEiAIZpXFFHErB7XVctSVlPLVdQ0N / NWVmplv0rL2lVTS9uQevJu7uatdXV3XdRMzUUELyCighhIKd64yn1mPr8 / BnhA5zAwzMw5M3xez / N + HuZ8z / nO53s47znfc743QURgGEZ52MkdAMMw + mFzMoxCYXMyjEJhczKMQmFzMoxCYXMyjEJhc8qIECJYCHFfCGFvgrw2CyE + MUVcjDJgczYDIcQ0IcQFIUSZECJPCLFeCOFlbH5EdJ2I3IlIY8o4H6Qm7p / N + R2M6WFzNhEhxAIAKwAsAtAGwEAAHQEcEkI4ShzjYLkIGVuDzdkEhBCeAD4C8BoRHSSiaiLKBvAidAadXLPfUiHEbiHEdiFEMYBpQogQIcRxIUSJEOKwEOIrIcT2mv0fFUJQrYmFED8JIZYJIU7W7B8vhPCpF8eumjt2UU2ePY0sT7YQYpEQIlUIUSqE2CCE8BNC / KdenG2b8r1CCG8hxH4hRLEQIkkI8Un9u7QQopsQ4pAQIl8IcUUI8aIxMbdG2JxNYxAAZwB7628kovsA / gNgeL3NowHsBuAF4DsAOwCcBuANYCmAKQa + axKA6QB8ATgCWFgv7T8AutSkna3J31jG1cT9GIDomrzfA + AD3XXxehO / 9ysApQD8AbxUIwCAEMINwCHozoEvgIkAYo39UWltcLWrafgAuEtEaj1pNwH0q / c5gYj + AQBCiPYAIgEMJaIqAD8LIf5p4Ls2EVFGzfE7AfyhNoGINtb + LYRYCqBACNGGiIqMKNOXRHSrJq8TAG4T0bmazz8AGGroewHch87kvYioDEC6EGILgN / V7D4KQDYRbar5fFYIsQfAeAAXjYi5VcF3zqZxF4CPxDNkh5r0WnLr / R0AIL / mwtWXro + 8en + XAXAHACGEvRBiuRAiq6bKnF2zjw + M41a9v8v1fG7K97aH7ge + fpnq / 90RQJQQorBWAGKgu8syBmBzNo0EAJUAxtbfWFNtexbAkXqb6w / zuQmgnRDCtd62ICNjmARdlXkYdC + kHq0Nw8j8TPG9dwCoAQTW279 + + XIBHCMir3pyJ6LZZo7ZJmBzNoGaauNHAL4UQowQQqiEEI8C2AXgVwDbJI7LAZAMYKkQwlEI8Th0z3fG4AHdD8Q9AK4A / mxkPib73pomoL3Qlc9VCNENwNR6xx4A8JgQYkrNOVMJISKFEN0tFLtVw + ZsIkS0EroXJqsAFANIhO7OMJSIKhs5NAbA49Bd3J8A + B66i725bAWQA + A3AOkAThmRhzEY + t550N1R86D7kfobaspHRCUAngbwRwA3avZZAcDJEoFbO4IHW1sWIcT3AC4T0RK5YzEHQogVAPyJ6CWDOzONwndOM1NTjQsVQtgJIUZA9 / z2D7njMhU17Zi9hY4BAGYA + EHuuGwBbkoxP / 7QPZd5Q / d8Oru2ycJG8ICuKhsA4DaA1QD2yRqRjcDVWoZRKFytZRiF0mi1VgjBt1WGMTNEpLetmu + cDKNQ2JwMo1DYnAyjUNicDKNQ2JwMo1DYnAyjUNicDKNQ2JwMo1DYnAyjUNicDKNQ2JwMo1DYnAyjUNicDKNQ2JwMo1DYnAyjUNicDKNQ2JwMo1DYnAyjUNicDKNQ2JwMo1DYnAyjUNicDKNQ2JwMo1Cs1pxPPPEEhDD30pQMIx + NLseg5Emls7KysH79emg0GqSmpuLIkSOGD2IYBSI1qTSISFLQrdKsKE2YMIE2b95MJSUlVEtsbKzscbFYxkrSf9ZmzpUrV9KD3L59m8aNGyd7bCyWMZLyn9U + c9anffv2aN + + vdxhMIxJsSpzenp6ol27dnrT / Pz84OLiYuGIGMaMWFO1dvDgwZSRkfFQtbaWJ554QvYYWazmyiaqtceOHcM / / iG9Yvv06dPh5uZmwYgYxnxYlTkNMWPGDDYnYzNYnTlXrVqFn3 / + We4wGMbsWJ05b9 + + jdLSUsn0zMxM7jnE2ARWZ04AuHr1KiorK / WmGfvGtl27dggPD4eHhwd69OjRkvAYxjRY09va + rp27ZreN7bV1dX0 / PPPNzmfP / 7xjxQTE0NxcXFERPSXv / yFbt + + TVOnTqXhw4fLXk6W7UvKf1bbt / batWsICQnRm5adnS2ZBgDDhw / H8OHDAQBvvvkmHBwc9O53 / PhxDB48uOXBmpHIyEg4Ojri5MmTcofCGIlU31r9V6UVMG3aNBw5ckTSWA / i5OSEffv2AQBCQ0PRuXNnc4Zndjw8PLBr1y488sgjsLe3x / Xr1xETE4N79 + 6Z9Hvmzp2L6OhoaDQajBo1Co39mDMmxlqrtUIIqqiokKzabtu2jYQQ9Pnnn9Mvv / xC2dnZpNVqJTsw6KOsrIw + + ugj2cuqTz4 + Pg / Fm52dTfb29ibJv1 + / fvTLL79QUVERERFptVpKSEigmtoUy4SS9J + 1mhMABQQESBpLo9FQVVUVaTSaZhmyPsePHyc7OzvZy6lP9Ufl1KLVaiknJ4e8vLyMztfb25u6d + 9O1dXVevM / fPgwubu7y15 + W5KU / 6zybW0tarVaMs3Ozg4qlQp2ds0vIhHh5MmTSElJgVarbUmIZkOlUj20TQiB4OBgHD58uNFnbil69OiB1NRUpKen631cEEIgIiIC06ZNMyZkprlY851zwYIFRt8V9XHy5EmKjY2lr776SrF3zFp98803jZblyJEj1LVr1ybnFxUVRRcuXDB4juLj42Uvu62JbKVaO3bsWIqNjaX169eTWq023ok1lJaW0qxZs2jWrFnUu3dv2cvXVHl7exss248 / / kgdO3Y0mFdkZCSdPXvWYH75 + fk0atQo2ctuayJrNqebmxudOHGCTpw4Qbm5uca58AEWL15MTzzxBEVFRclePmPk4OBAr7zyisFynjt3jjw8PCTzCQ0NpcuXLxvMp7q6mgYMGCB7uW1RZE3mdHBwIAcHB9q4cSPl5eXRrVu3jHNgvQurqqqKLl68SL6 + vuTr60tOTk6y / 1NMcZ7mz59vsAaRm5tLDg4ODx3v5eVFd + / ebdL569mzp + zltVVJ + k8qgWQwZ1BQEA0ZMoQ0Gg1pNJpmN31IERERQUIIm20GWLp0KZWXl0uWX6vVUlZWFrVv377umICAAL1vfB / k7t27Vlu7sBZJ + k8qgSxszoEDBzbpYjGG8PBw2f8B5taKFSsaNSgRUUJCAnXu3Jn69OlD2dnZBs / b9evX + RnTAiKlmzMpKcl49xmgNZgTAH3wwQcG23UPHTpE58 + fN3jOfv31V540zUIiJZtz5syZTXr2eZDCwkKKiYmhmJgYOnz4sOR + Bw4cIBcXF9n / CeaWEILmzZvX7PP4IEVFRfTMM8 / IXp7WIlKyOYODg + nixYtNvnjmzJlD4eHh1KtXr7o8AgMDG20O8PT0lP2fYAmpVCqaOXOmca4k3fNp3759ZS9Ha5Kk / 6QSyILm / OKLL6iqqkrvxVJWVkalpaV06tQp8vT0JE9PT71vHgHQiRMnJC + 6mzdvyv5PsJTs7e3pnXfeaZYpKysraezYsa3mR0xJUrQ5AdCuXbvo0qVLpNVqqbi4mNLT0yk9PZ06derU5Dy2b9 + ut08oka6zgdz / BEtqypQpVFBQ0CRjFhYW0owZM2SPubVK8eYEdFWy3bt309tvv210Hnl5eXovwIqKilY3eHrjxo1NMud3330ne6ytWVZhTlNIypxEROnp6bLHZykNHDiQzp071yRzpqam8py / MqrVmHPUqFGSzQmtxZxhYWGUkpLSJGPWkpaWRhEREbLH3hrVaszp4OAgac6Kigpat26d7DGaU35 + fnT9 + vVmGbOW3NxcCgwMlL0MrU1S / rPq8ZxSFBcX693u5OSEgIAAC0djGdzd3XHt2jVkZ2cjKCjIqDwCAwORkZEBHx8fE0fHGIPNmVOtViM8PFwyvW3btujQoYMFIzI / QUFBOHr0KEJCQuDs7Cy5X2FhIZKTk1FQUCC5j4uLCzIyMtC1a1dzhMo0B1ur1gK6sY7x8fGS1bcPP / xQ9hhNpc6dOzda1lqKiorojTfeIAA0d + 5cg80sGRkZNHDgQNnL1xok6T9bNCcAGj58uM2bMzg4mP773 / 8aNGZVVRVNnz69wbFTp06VnCCtlpSUFBo0aJDs5bR1sTnrcfXqVatvOvD09KTExESDxiQiGj16tN48Ro4cafDYS5cuUVhYmOzltWW1OnM6OztTUFAQ7dmzp8HFptVqadWqVVbfET4zM9OgsTQaDY0aNUpyPiQhBD399NMGR7Lk5eWRn5 + f7GW2VbU6c9bqyy + / pKqqKsrLy6MbN27Qhg0bFD95lyH5 + PhQWFhYo4a6f / 8 + TZo0qUn5jRs3zuBY2vLycjaomdRqzQmAvv32W3Jzc5M9DlNpx44djd7t8vPzad68ec3K89VXXzU4bO / WrVtcxTWDWrU5bU2TJ0 + W7OBfUlJCr732mlH5zp49u26Gd6m8m2t6lmFJ + c9q10ppzajV6tofzwZotVrMnj0b27dvNyrf9evXo7CwEFu3bpVcg6apa9MwJoDvnNapB5tB5s6da7J2yREjRui9c + bl5VGPHj1kL7utiau1NiYfHx96 + umnafPmzeTj40MqlcqkeZ88eZLmz59PlZWVVFlZST169KB27drJXm5blJT / rHZ9TsYyCKFbOrKx64RpGWRr63MyloFNKR821 / GdYWwFNifDKBQ2J6Mopk6divPnz + P8 + fNwd3eXOxxZ4RdCjCLo2rUrTp8 + DUdHx7oxqbdu3YK / v7 / MkZkfqRdCbE5GdhwcHFBZWfnQKuRlZWVwc3OTKSrLIWVOrtYysjNq1Ci5Q1AkbE5GduLi4h66awKASqXC66 + / LkNEyoDNycjOyy + / DK1W + 9B2lUqFWbNmyRCRMmBzMrITHx8vdwiKhM3JMAqFzckoGmdnZ4SGhsodhiywORnZISLs3r1bb1pISAhWrFhh4YiUAZvTwgghsGTJEnTu3Bljx47FhAkT0LFjR7nDkhWNRoO3335b7jAUB49KsTBCCCxatAh / + MMf0L59e9jb2 + PGjRsYOnSo5DISTOuEzWlB7OzskJiYCFdXV0RERNRtDwgIgJOTk4yRKRshBIQQRg1fs7Oz09tMYxXwTAiWU3x8PGm1Wr1TgGRlZcken5wKDAyUnP1Po9HQppp / bzAPOzs76tChQwPl5ubSI488ouhZHHiCL5np3LkzvL2962YWeJABAwZYOCJl8euvv2LixIl62zzt7Owe6kHk7u6O / v37N9jWrl077NmzR2 / eiYmJmDRpEq5du2bawM0Im9NCzJ07t0FVlmkeUVFRmDdvXl31Njg4GIsWLWrW8TNnzsS7775rxihNC5tTAfz5z3 / G / fv35Q5D0Tz33HN47rnnWpTHiBEjsHfvXpw + fdpEUZkXNqcFGDlyJCZMmCCZ / s9 / / hOVlZUWjEhZ2Nvb48SJE / Dy8jLr9 / Tp0wehoaFsTkaHEAIdOnSQXLD3jTfewJkzZywcleWws7NrMBG1j48PUlJSGuwjhEC7du0kn8dNhVqttq43t / y2tnF5enqSh4cHPfLII0YtgNS / f3 / JN7RERDNmzJC9jOaQnZ0dhYaG0ltvvUVarbaBLIlWq6WrV69SZmYmLVq0SPbzok / Eb2ubh5OTE4YNG4aRI0dCo9Fg6NCh + OSTT1BUVITbt28jKSmpSfnUttHp45dffsH169dNGbYiGDx4MHx9fbFz506Lfm9FRQUOHz7cYJtarcbzzz9v0ThMBZtTgrZt2 + LAgQMNtn333XcAgCtXrmDLli3Yt28f0tPTJfNwdnbGtGnTJNMPHDiAQ4cOmSRepTB27FisX78evr6 + Zv + uCxcuYP / + / XWfS0pKsHz5crN / r6XgOYT0IITA7t27MXbs2Eb3S0hIQE5ODiorK / WasG3btsjPz9d77MWLFzFlyhScO3fOFCErht27d2PcuHFmy / / NN9 / EzZs3AehqHtbycqcxSGIOIX7mlHheqqqqavJzjUajodTUVEpNTaWZM2fW5dO2bVvJY3788UfZy2kO7d6925hHwybz2GOPyV5GU4sk / MejUkyAnZ0dwsLCEBYWhnXr1qG4uBi9e / dGZmam3v21Wi3Ky8stHKX5eeONN7Bjxw5cuXKl0f00Gg1KSkrqVFBQAE9PT3h4eMDDwwN / / / vfLRSxsuFnTj0QEdLS0tCmTRt06tSpWcc6OTnByckJ58 + fl3wRlJeXh5EjR5oiVEXxxRdfANBNDN2lS5e6Lnc3b97E3bt36 / Y7e / Zso8 / iarXarHFaC2xOPRARIiIi0K1bNyxZsgQAMGzYMPj4 + DQ5D3O32SmZMWPGYMuWLXB0dASge5H24Ms1Y3nuueeQlZUFjUZjkvwUjVR9l1rxM6c + TZkyhd5 / / 32TtNMVFxfTn / 70J9nLpFRFR0fTb7 / 9pvfcabVacnZ2lj1GU0rKf / y2thkIIer6d44fP77Rqpkh7t27h4SEBADAggULkJGRYYoQbYazZ8 + ib9 + + D20nIri6uqKiokKGqMwD8dta08rLy4tCQ0Pp4sWLLe75kpubS5mZmXTkyBHZy6UUnT17ttXfOdmcLZRKpSJHR0cKCwujO3fuUGlpqdEm1Wq1VFFRQZ999hl5e3uTt7e37OWTS42ZMyAgQPb4TCk2p4W0bNkyo82pj9 / 97ncUFhYme7ksrS1btlB1dbXec5Kfny97fKYUm9MCCgkJof3795vUnES6au + QIUNkL5 + lVVhY2KrNyZ0QTEi / fv0kV8zas2eP0S99AgMDERcXh3Xr1qFnz54tCZGxIticJuLRRx / F0qVLJdNPnDiBF198EUOGDMH48eObnf9jjz0GZ2fnun6lTCuAq7WmUY8ePSSrpRqNhl577bW6fWtniXvvvfeourqaqqurm / S2t6ioiIYOHSp7WS2lxqq1xoytVaok / cfmbLmEEDRkyBBJU23atIlq2owfOs7Ozo7s7OwoNTWVcnNz6c6dO5L5FBYWtipzXrp0Se + PllarpcTERNnjM5XYnGaUm5ub5J2vqKioWSPwo6Ki6PDhw5SXl / dQXosXL5a9rJaUk5MTJSQk6D2vSUlJssdnKkn5j / vWmpnLly / js88 + a / L + iYmJGDZsGKZOnYq + fftCpVJhwoQJNjFusblUVlZi + vTpuHTpUoPtFRUV + Nvf / iZTVBaE75wt19dffy1552xp9cvBwYFGjx5NISEh1Lt3b9nLamm1adOGvvzyywZV2mnTpskelykl5T / uW2sCioqK4OnpqXf7oEGDGp3KhDFM27Zt0blz57rPycnJaOy6tTZIom8tm7OFHDt2DE899ZTeIWL5 + fnw9vaWISrGmpAyJ7dztpA2bdroNSYRWdW6HIzyYHO2gIiICL3V2VqefPJJC0bD2BpszhYQGhoKV1dXvWmxsbE83QbTIticLaBDhw6Si95 + 8cUXVjuVRlxcnNwhMFCYOZ2cnHDhwgWsXbvWLPl36tQJn3 / + ucnyi4qK0rv4jrW + SYyNjUVaWhpefvllpKWl1c2fxMiEEto5nZ2d6eTJk3T / / n3SarVUXV1NJSUlVFJSQhERES3O39XVlW7cuEGlpaUN8s7LyyMnJyej863twVJUVNSgbfOFF17Q211Pyfr4448fGj9ZVVVFr7zyiuyx2boU3UMoLi4OgwYNqvvs4OAAd3d3ALo2rQEDBiA5OdmovIOCghAfH99gla / avGNiYlBVVWV03JWVlXj88cfh4uJSNx8QANy + fduq7p5eXl4IDAxssBoYAKhUKqhUKpmiYhRx59y8ebPe3jW1lJaW0ogRI5qdb7du3ejEiROS + drifDTGaOLEiZLnaM6cObLHZ + uS8p + injmlcHV1xebNmxtdgPZBunTpgtjYWG7OYKwWRZhzzZo1kksX1OLn5yc5y8CD + Pr6Yvv27RgyZEij + 82cObNF1VqGMStKqNYCoICAACooKGi0eltSUmLwBYVKpaLs7OxG89FqtfTqq6 + SSqWSvUqjBHG1Vl4pvlp748YNBAcH4969e5L7uLu7IzY2FuPHj69bh6N + mo + PD7KzsxEcHCyZR2VlJd5991188803qK6uNln8DGNqFGNOQLf4aUREBC5fviy5j4ODA3bt2oUxY8bU9Wn18 / PD1q1bcefOHQQEBEiuU1JWVobVq1dj5cqVVvU2lWmlKKVaW1 / h4eGUlJRksGr60ksvkZ + fH23fvr3RfYmIqquraenSpbJXYZQortbKK0n / KdGcAKh / / / 507ty5Rg1XWlpKe / bsMWhMIqL58 + fL / k9Qqtic8krKf4qq1tYnOTkZkyZNQk5OjuQ + rq6uBpeGB4AZM2bgr3 / 9qynDYxizo1hzAsClS5fQv39 / lJSUGHW8VqvFnDlzsHXrVqvthM60XhRtTgC4e / cugoKCkJeX16zjysvL8eGHH2L9 + vU8dIuxShRvTkA3F8 + TTz6JtLS0Ju1fXl6OtWvX4tNPPzVzZAxjPqzCnABQXFyMlJSUJu1769YtLF682MwRMYx5UcSoFEO4uLhgw4YNiI6ObtL + Pj4 + WLhwIVatWmXmyJSFEAIbNmx4qIOGIUJCQiTTpk6digEDBjQ7lvLycsyePbvZxzH1UGpTSn1JzfrdGEVFRfT666 / LHrulFBcXR8nJyS1aYduUqNVqSkpKoo8 / / lj2c6N0kbW1cwK6frKJiYlGX3Dl5eUUExNjdQOfm6vly5dTVVVViw1lDiorK2nevHmynyMli6ytndPb2xv79 + 9HZGSkZHc8Qzg7O2Pbtm0YPXp0s6t61kKbNm0QEBCg2EHRjo6OcHZ2ljsMq0SRV2yHDh2wbt06PPPMM40as6KiAj / 88APOnz8vuY8QAj / 88ANeeOEFc4QqO5GRkQ1mkWBsCKlbKslUrfX29qYdO3YYrC5ptVp65513CNB19TPUF7eqqspmu6KtXbvW + HqnBVi4cKHs50jJImt45lSpVHTw4MEm / cNfffXVBs + S4eHhlJ6e3ugxRUVFNnmh9OnThy5cuGCcc8zMTz / 9RF26dJH9HClZZA0LGSUmJhp8xiQizJw5E1u2bHloPGbHjh2RnJwMHx8fyWP37t1r1LLvSic4OFhygmtDjBo1SnKZwmXLlmHHjh1Gx1VcXIwbN24YfXxrgCTWSlHEndPFxYUSEhIafSurVqupsLCQ3nrrrUaXHPfw8NC7XLlWq6WkpCRydHSU / ZdSaeJRKfJKyn + KeCG0fv16DBw4UPKOqdFosHPnTnh5eWHNmjXQarWSeZWUlKB79 + 64evVqg + 2nT59GZGQkzxnEWA2ym7N79 + 7o1KmTZDoRYcuWLZg0aVKT87x58yaef / 55nD17FgDwr3 / 9y + BkXwyjNGTvvufq6goXFxfJ9FWrVuG9995rdr5paWmYNWsWBg8ejK1bt6K8vLwlYTKMxZHdnGfOnMHFixfRv3 / / h9KWLVuGFStWGD3kKykpCUlJSS0NkWFkQfZqLQAsWLAAKSkpdZNuERHWrl2L5cuXo7S0VOboGEYeZL9zAsC9e / fQr18 / pKeno02bNjh48CDeeuutRl / 8MIytowhzAro3sl27dpU7DIZRDIqo1jIM8zBsToZRKGxOhlEobE6GUShsToZRKGxOBjdv3sS1a9fkDoN5ADYng59 + + gm7du2SOwzmAdicDADgppp / f2i6l6NHj + Lw4cMyRcQoarA1Iy + dOnWCp6dn3ed79 + 4hNzdXxohaB1KDrdmcjM3i5OQEZ2dnHD9 + HAMHDoRarVbkauZS5uRqLWOT + Pv7IyEhAQUFBQgLC0NpaSliY2Mb1AwUjxKmKWGxTK2vv / 5a77QrEydOlD22B6XoaUqYhjz11FPo1auX3GFYLZGRkejXr5 / cYbQYNqeC8Pf3x969exEXF4eePXvKHY7VYivmVMyQsdZOQkICfH19G51PiWld8J1TZmJjY1FWVoaoqKgGxty6dSvfPVs5bE6ZUalUcHFxeWhaUEdHR / Ts2dOoBZg8PDzQr1 + / OqlUKja6FcLVWgXz / fffw8PDA / fv32 / S / kIITJ48GT179sQ777xTt33 + / PmYO3cuzzRhZbA5ZWbnzp0YPnw4OnbsqDd9yZIlWLRoUaN5jBkzBk899RSEEJg / f / 5Dd9u1a9ciMzPTZDEzFoLbOeVXYyt3FxcXSx7XrVs3io + Pp5ycHMnjayktLW01q0zPmTNH8jxYUzsn3zkVwJgxY5Ceno527drpTRdC6FadEqLu2fTKlStwd3eHv79 / k77D1dUV4eHhJouZMT / 8QkgB3Lp1C3l5eXXz9tbH3d0dKSkp8Pf3x5o1a1BRUYGKigqEhoY22ZgAoFarUVBQYMqwGTPDd06F0LdvX1RUVDy0XQiBsLAw3Lx50 + i8 / / e / / yE7OxsvvfRSS0JkLAyb04Y5cuQILl + + jLfffhtlZWVyh8M0EzanQlCr1Xj / / ffx6aeftiifgoKCumaUY8eOISMjwxThMTLA5lQIBw4cgJ + fX4vyGD16NH777TecOXPGRFExcsKDrWVCpVIB0C1xOHHiRHh7ezerNxAR1Q0c / uCDD7Bx40bk5 + fbzPoyDg4OcHV1RWZmpuSiylI4OzvDw8NDb1pxcTEqKyubHU9eXh769esHrVYLjUbT7OMbg5S87HxrUlBQEEVFRZFGoyGNRkNardZgG + WDXL9 + nc6cOUNCCKr5AbUptW / fni5cuEAajabZ58ZcaLVa0mg0tGnTJnJ3dzdpeUnKf1IJxOY0qbp3707PPvss3blzp8UXSmhoqOzlMae2bdvW4nNkTmbMmGHS8hJ3QpAHf39 / TJ06FdHR0XjyySflDkfxDBgwAD169JA7DEXA5jQjbm5u2Lx5M5555hmT5rtmzRqMGzfO6BW / lUxxcTE3 + 9TAPYTMxL59 + 3Dq1CmjjPntt9 / i4MGDkunR0dFGDSWzBi5fvozs7Gy5w1AE / LbWTGRkZKBLly5N2re8vBwajQY5OTl4 / PHHUVVVBSxNoBcAAALBSURBVCEEkpOT9Y7DJCLk5OQgJCTE1GErAmdnZxw9etToeZRUKhWcnJz0plVUVLSoxrFx40YsXLjQpFNsEr + ttawyMjIMvli4e / cupaWlUe / evfXmsXfvXlKr1XqPvXPnjuxlVKpsZVSKbdaNZGbQoEFwd3eXTC8vL8euXbuwaNEi9OrVC6mpqXr3Gzt2rOTzl5OTE37 / + 9 + bJF5GmbA5zUBgYCBiY2P1Vp8pppwzLF68GCpppCI2bdpkMK + VK1fqHa3i4eHR4q5 + jMLhaq35VF5eTkREhw4doujoaIqOjiZnZ + dm5eHu7i7ZUSE / P5 / mzZsnezmVJlup1nJTihnp1asXhBAoLi7G7du3TZ5 / 27Zt0adPH5PnyygDrtaakaysLFy9erVFxrx / / z4iIyMl06dPn47Zs2cbnT + jXNicVkBhYSGysrL0ptnb28Pe3t7CETGWgM1pBWRlZeH / / u / / JNMHDhzYrClLGOuAzWklnDt3DocOHdKbFhMTg27dulk4IsbcsDmthIyMDCQlJUmmr169Gt7e3haMiDE3bE4rYsWKFYiPj9fb7rlixQoUFhbKEBVjLticVkRxcTGeffZZXLt2rW5baWkpbty4gVWrVsHHx0fG6BhTw + 2cVoZWq8WpU6dw / fp1AMC / / / 1vrFq1SuaoGHPA5rRCJk + eLHcIjAXgai1jcxw9ehTHjh2TO4wWw + ZkbI5Lly7hypUrcofRcrjjO8sW5ebmRj / / / DNVVFTUafXq1eTo6Ch7bA9Kyn88EwLDyAxJzITA1VqGUShsToZRKGxOhlEobE6GUShsToZRKGxOhlEobE6GUShsToZRKGxOhlEobE6GUShsToZRKGxOhlEobE6GUShsToZRKGxOhlEobE6GUSiNDrZmGEY + + M7JMAqFzckwCoXNyTAKhc3JMAqFzckwCoXNyTAK5f8BiBQh2ZfFgGkAAAAASUVORK5CYII = \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 1 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } , <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAOcAAAD3CAYAAADmIkO7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAgAElEQVR4nO3dd5wU5f3A8c9zd3uNOzh6h9CkSxMwaqzYISLwk9hQjN0kNowpthiNDYkYBKxBEjFiwYIlWLFEqg1EiiBN + gkc5drezu + PZxaWZWd2b + uze983r32xNzP77Hdn57vzzDPPPKMsy0IIYZ6sVAcghAhNklMIQ0lyCmEoSU4hDCXJKYShJDmFMJQkJ6CUaq6U + lgptUcp9XCq4xG1o5T6mVLKUkrlxPpapdRHSqnL7ecXKqXmxDveSMWcnEqptUqpIfEIJoWuBHYA9S3LujnwC4onpdTpAT8C25VSc5VSv4z3 + 5gq3LailDpRKbUxmTG5sSzrOcuyTkvV + 8ueU2sPLLPi1CNDKZUdYtoo4EVgOtAGaA7cAQyLx3uKDGRZVkwPYC0wxH5 + KfAZ8HdgF7AGOMaevgHYBlwS8NqzgS + BMnv + XUFljwHWAaXA7UHvlQX8AVhtz58JNHKIsSEwG9gO7LSft7HnTQOqgSpgrx1 / DVBh / z3JXq4b8C7wE7ACOC + g / GnAFOAtYJ8 / xoD5ClgP3OKyHrOA2 + zPuw2dxA3seT8DLGCsvZ52AlcDA4Fv7HU9KaAs / / fwD2A3sBw4JWB + K + B1 + 7N8D1wRMO8ue11OB / YA3wJHBb32ZXtd / gD8LpLXAv8CfEC5vV5 / H2IdnAhsdFg / jttKwPq5EtgEbAZuDlq3IbeVgNfm2H9 / BFwesB4 / DSjHstf7Kvs7eAxQ9rxs4GF0DewH4DeB5UaVWwlITq + 9EWUD99gb5WNAHnCa / aUVBXwZve2VdySwFRhuz + thf4nHAbnAeHQS + d / rBmAeei + UBzwOPO8QY2NgJFAIFKP3YK8GJdc9AX8f + ILsv + vZG8RYIAfob38JPQNevxs41v4s + UHv383 + ojq4rMfL0InSESgCXgH + FbQBTQXy7fVYAbwKNANaoxP6hKDv4UbAA4y24 / NvkHOByXZZfdGJdkpAglUAZ9nf4X3AvICNfDF6j59rx7oGOD3ca4O3FYd1cCLOyem2rfjXz / P2d9Xb / kxhtxVqn5yzgRKgnf0eZ9jzrgaW2e / REHgPA5NzVcC83naAzQOmlQJ9Hcp6BPi7 / fwOApINnVhVAe / 1HYfuDVqikzfsyrA3yJ21SM7RwCdBZTwO3Bnw + uku73esvR7yXZZ5H7g24O + u / s8TsAG1DlqPowP + fhm4IeB72IT9q25PWwBcDLRF1wyKA + bdB0wLSLD3Aub1AMrt54OB9UFx / xH4Z7jXxpqcYbYV / / rpFjD / QeDpcNsKtU / O4wL + ngn8wX7 + AXBVwLwhxJictW7disDWgOflAJZlBU8rAlBKDQbuB3qhf4nz0Hs10NWnDf4XWZa1XylVGlBOe2CWUsoXMK0GfSz3Y2BASqlCdFX7DPSvGkCxUirbsqyaCD5Te2CwUmpXwLQcdFXNbwPO / HG3RFd5QmmFrtL6rbPfo3nAtOD1GHK92n607K0koLxW9uMny7L2BM07KuDvLQHP9wP5dmtme6BV0HrIBj4J91rLsrzEIMy24hf4HaxD7xzAfVupreDP51 / nh2yvuG8PEUl1g9AM9LFPW8uyGqCrbcqetxldRQBAKVWArp76bQDOtCyrJOCRb1nWIYlpuxm9JxpsWVZ94Hh / sQ5xBTcMbQDmBr1XkWVZ17i8JtAKu4yRLstsQm9Efu3QVdOtoRcPq7VSKvDztbPfYxPQSClVHDQv1HoLtgH4IWg9FFuWdVaEMbmto3DcthW / tgHP / Z / XH3ek20q0Dtleg2KJSqqTsxj9K16hlBoEXBAw7yVgmFLqGKVULvAXDv0ypgL3KqXaAyilmiqlznF5n3Jgl1KqEXBnmLi2oo + n / GYDRyilLlZKeezHQKVU90g + pL0Huwm4XSk1VilVXymVpZQ6Tin1hL3Y88CNSqkOSqki4G / ACzHscZoBv7Nj / T + gO / CWZVkbgP8B9yml8pVSRwK / Bp6LoMwFQJlS6lalVIFSKlsp1UspNTDCmILXa0h2XIEPhfu24ne7UqpQKdUT3T7wgj29NttKtGYC1yulWiulSoBbYy0w1cl5LXC3UmoP + hhzpn + GZVnfAr8F / oP + VdqDbvSotBeZiP4lnWO / fh76mCiUR4ACdCPOPOCdMHFNBEYppXYqpR61q4CnAb9C / xpvAR5AV60iYlnWS + hj18vsMraiG8xesxd5Bl1N / hhd9a1Af / 5ozQe6oD / zvcAoy7L81evz0cdam4BZ6GPndyP4DDXoUz997Rh3AE8BDSKM6T7gNqXULqXUOIdlWqN / SAMfnXDZVgLMRTeqvQ + MtyzL34GgNttKtJ4E5qBbz79Et9x70dXnqPibgY1n7012AV0sy3I6bhOAUupSdKPGcamOpa5SSp0JTLUsq33YhR2kes / pSik1zK6m1EOfSlmCbvETwih2Nf8spVSOUqo1 + tBpVixlGp2cwDkcbMToAvzKSpddvahrFLpdZCe6WvsduvodfYGyrQthJtP3nELUWa6dEJRSslsVIsEsywp5vl32nEIYSpJTCENJcgphKElOIQwlySmEoSQ5hTCUJKcQhpLkFMJQkpxCGEqSUwhDSXIKYShJTiEMJckphKEkOYUwlCSnEIaS5BTCUJKcQhhKklMIQ0lyCmEoSU4hDCXJKYShJDmFMJQkpxCGStvkPLan8801hcgErrdjMHlQ6dXTYcobUOODb9bA + 1 + mOiIhouM0qHQibjufUKNPhDMHQrMSeOhKPW3KG5KcIvOkXbV2QBe45DQoKjg4bdQvYOQvUheTEImQdskZStMSaBrpvZWFSBNplZz1C6FRceh5zRtCQW5y4xEikdIqOft1huOPDD3vrjHQv0ty4xEikdIqOed + A69 + 5jx / 7OlQLz958QiRSGmVnOH8 + kxJTpE50i45x78Iny5NdRRCJF7aJee2XbCvwnn + qmmgpOuQyABpl5wA32 + CyurQ8wryoiuzUTH07QTFBdCjffSxCREvadt9b82 / oEOLw6d7a + C8v8Isl4ajQL86CbKz4Be94KqhcP9 / 9LHruMdh80 / w7uL4xi1EMKfuexmXnABrt0KHi5xfe + oAOLW / fn7jSMjJDr3cx9 / ACTfHFmeitRkI2bmwLsIfI2GejOlb63fpQ / D + g86JFSzPA6 / 9BVDQqRV0bpXQ8BIurxgueBEatAaVDbvWwwsXwv7S + L7P0ddB92Hgq4FnhwLG / lxnnrTdcyoF5W / qpAvmrYH / fAhjHoQJV8PwY / XlZe2a1a6xqLwKHnoB7pwet7Djpl4TuG37odN2roPxnXQixar1ALjwJShsBHn1wbJgw3yYcgySoHGWcdVagFaN4cf / hJ7ns6CmRh9PZkXZ7PXJEjhxHPh80ceYKH / ZA7lFh06zLNi9ASb2gYpd0ZVb2BjqNYPrv4HsoHqVZcGaD2D6cKjaG1354nBOyZmWrbV + Xpc9RJYCT050iWlZ8NlS + HqNmYkJkBWixqAUlLSDy9 + Dhh1qX2azHjopb1p2eGL6y2 / VHwZcWvuyRe2l7TEnwMVD4lve / 77VCWlZ8NtJeu9rqi + mw6ArQs9rPQBGPgWvXgs7VkRWXtvBMOIpqB / mWHzjIvh8Uu1iFdFJu2rtiONgSH / 9K37FWbraGov9FXDz4 / r5 / 5bpURXSQWFjuH2H + zKrP4SXxsKude7LtRkI5z4Orfq5L1e + E2aOgeWzaxercJfWx5z18uGd + / Tzn7WANk1iL / NPz + hTJd4amL889vKSLSsHBoyFEU + 4L7f5K3j8eKjcE3p + 405wyZvQtKt7OT4vTD0WNiyILl7hLK2S03965Ikb4axBei / ZrCT68rw1uqq66kc4aZyetnufcy + jdJGVo091nP0wZLmcUtq9ER7soBMsUH4J3PK93gu78Xnh0b6w9dvYYxaHS4vkbNtUn39870H / + 8enn + yAa + DL1fq5y8dNW0PuguNvBY / DFTmWBTt / gMlHwz779EtxKxi34vAW32D7S2Ha2fo0ikgM4zshHN0d3n3g0LGB4sVnZWZS + r13F3gK4JjfQU6IBFUKGnWEMa / DzIshtx5c / Fr4xNy9QTcqSWKmhjHJ + Y / fJCYx64q3b4XKvXovqhwaydodDcOnQL2m0DBM5 / 6yH2H2jdL4k0pGnOe88mznfrJudu + Di + 7XD7ehMe8ZG / 3VKunkg3vgjevdl + k8BFr2cV + mogxe + jUsfTl + sYnaM + KYs10zePtvkV + qdd2j + rSHtwaWrtXT2jSF1 + / W4wyF0uAcKNsfl3CNluWBo8bqUyPRsCyYNAA2yTjASWP0MedNo6BL69Dzyiv1BrNkLZx2q562v / Lw3kEbt7tfhL3in9BydFzCNZqvGhY9DQUN4Yz7I39dTRU8fz58 / x5UliUuPhE5I5LzhsnQujH06gBd28Decthon2Afehus2RxZOeu26oalUFeq1C + MX7ym89VA2SYo3wUFEZyCqtgNb94M376S + NhE5Iyo1vp5cuD5P8GC5fDgzOjK2DJTj2EbrLIaht0G734RW4zpZOQzuoobzlcz9OVmIjXSouN7tRdG3R19YrrJ88DE6 + JfrqnaHh2 + O55fi97Q / tjExiNqz6jkjIfLJ5jdYT0ZWvSGEY9Dq76RL3 / u4 / qKE2GOjEvOdxbieDFwx5bwaIbvPYua676yLRxGxnfSvCeMeQ0atElMXKL2Mi45wfmUSZ5HX6CdiXKL4JY18Pu1UNI2ujIatIGbV0JhHC4sELHLuOT01kDfq5znNyyClo2SF08yNGgLV3wIjTo4968F3Xq7cZG + 9MuJpwDGrYQmYa5SEYmXcckJsLfCeUjLk / vp60AzRePOMPJpaHOU + 3IVZfD + X + CxgTDndp2oTgoawiVv6O5 + InUyMjlLy + ChF1MdReKVtINzHoMup7ovV1MNs2 + Azx7Rf897DGZfD95K59c06QLDH4f2x8QvXlE7GZmc4Yw5FY7tmeooYpNXXw + N2eW08MvO + D9Y / M9Dp30xHf490v11LY + EEU9D897Rxymil7HJ + ck30O4CeOXTQ6dblr6N4BerUhNXvPx2MbQd5L6M5YNnh8F3b4Sev + IteOZ0vZyTZt3g8nd1K7BIroxNzopq2LAdNpXqzg1bd + rbK / zzv / D7J / WYtOmqXhP49wj3Zar2wQsX60u + HJPPglVzYMZ57kNdFjWHW9dKgiabUd33EuWpm + D6ye4d49PJr2bAkaOdr9ss3wnv3lG7UfIGXQWn3 + s + ZMnebfDUENi6pHbxCndp0X0vUS6fkDmJCbD8LefxdCv3wnt31n74ygWP61bcCpcrUjyF0PGE2pUromfEVSmidnxeQvaCsnzw6jXw1b + jK3f + FD1S / HnT9eBhoThNF / FXJ6q1meivFZATMLrDa7 + BTYth / bzYyz7iDBj79uHT926FJ0 + Gbctifw9xUFqMviciV9gEWveHPhfA2 + OgfLe + 0DpeZY95DZbMhDPskRD / 0Q / 2bIHyn + LzHuIgSU4RHf9mI1tCwhg9TIkwmCRlytSJ1loh0pEkpxCGkuQUZhnTFL7qqx9FdXvzlAYhYYauBbDgSMjNgnw7KbdWQYuFqY0rCaRBSJgrR8Gyfvp25IGKXW6dVgfU7XqDMMPQEGOZCklOYYCpnQ7fawJ4FPyuZfLjMYQkp0i9y74PPZ6pJwuujuIOVxlCklOk3hyXAY3qMElOIQwlySnMlp8FnVzG + 8xgkpwi9SwLXioNPa9DPjwQ4Y1bM4wkZ7IpBXf + CTp3hBHnwOhR0L5dqqNKrRr0UPXiENIJIdmUgltugl8OhaZNIDsbNm2CU86Csj2pjk4YRJIzmbIUzP8YCgugf8AtwFq1hLx8QJIzJKX0daXRdCbNAlyG / jSZVGuT6Z3XYUA / vbEFmzc3 + fGYpMaCUoehHIY3gj9HcPuzLKCl59DHuqOgdS40Sr / 9UPpFnK46d4TGjUMnJsCg45Ibj2k2VsH5K2FOiKH4s9ThPYiKsuCookOnNfLAy91ClD0Q5u + BC1bAGpd7UBhGkjNZrrv60KqsqJ3BRfCblgert + 1y4ZZa3Ex0cDFc2QL + sC5REcadJKcJ / vYg7N2X6ijMdlYj / YjFGQ3hlVJY4DK8vUEkOZPh7DP1KRMnr78JlelT3Yq7bOCT3lCS4M2xTz3doUGSUwD6GLNlC / 0I5YZbYPGXyY0pmbLQ12v6NfHA10HVe4VusHE6Ho8Xr5VWLbeSnOHUr697sNQvhs1bnO + D4GRAf3jC5d4Ie / eC1xtbjCbKQvfuOacRjP / ZofMSnYSBLAvWVOjj1Ce2wgs7kvfeMZLkdJKXC0NO1lXSGi + cchLccz / sLoNt22Ghw62zgymcN8Yf1sL6jfGK2Bwn1IdmHpgZouU0kSp88F7QFS5eC85dntw44kSS00nDhjD7lUOnPTdN / 79iFTz7b3htNiz7zrmM / Hy49CLn + bPfgnffjzVSs4xoBFM66 + RMtCX74I2AIej31MD9Pyb + fZNEBvgKRSl4aYbu + + rm8 / mwbr1uzLn0ysPnN2wIPzlsLN9 + Bxf / Gr78KvZ4TfJSVxjZJHHl3 / gDbLZvrvpDRdo07riRAb5qQykYdnb45X4 + WD98voPnMCdNhSeeCf / abdszLzGT4a2fYGUG3c / RhXTfc1SLSkNWFvTupR + PPgxl2 + DIXrDK4S6zPh + Ul8cnTJPc0Apm7IAV + 92Xq7F0FdT / 2OmF + vOg + HP9 + M92lxcnsTEpxWTPGYplwdJl0KA + dOxQu9fm5enHV / OdG4K2bIGzz409TtM8skn / P6YpdCk42OVucxXsCOg3 + 8U + uHSVczletx / GunOkJckZimVB / 59Dt6762kvQLbdNXO7JHiyZpwtMM3w5PNsFcu118Nx2mL0zPmWf1QhWb9LXgGY4aRCK1MUXQPu2cPcdsSfenr1w0 + / hqWlxCS3jDGsIUztDq9zD51kWFM7Tp00yhNyfMx6UgrNO189HnQuXXhx9WaWl8PkC / fzmP8BKl2peXfRFH + hXdPh0SU57piSns5IG0LgRvP4ydO + qp0W7R934I1RUwvoNcMqZ8YsxnUlySmtt1HbthtU / QN / BkN8Q + gyCHaWwP0xLZShtWuvrPU86Hip2wkN / 04nfOMarMDJVGl44HQ1JzlhVV0NVFSz5Fpq2hQmPRl + WUrqld9wNsGOjfpx4PPQOcQFypluyP3SrrVKwtF / y40kBSc546tAe + vaJb5kfvgNvvar3qnXJJatgXx1oknUhyRlPA / rDUIdjxpdfjb7Rp01rmDoJHh0PPbtHH59IK5Kc8fKzdnDXn53nf / IZnHcRnHQ6jLqg9uUf0RnyC2Dz1uhjFGlFkjNeCutBzx6h5 / l8 + i5aXy + Bjz6BWa9Dq07w57v0tZxer26FDGf0SOgX52pzuqoDW24d + IhJoBQ0b + Y8f / pzMGnKwb99Pti8Ge57CPJK9GPpt / qUyg6H2xKA3XOtDp3d2lwV + kerJBs + PzL58SSZJGc8FBbA + 2 + FnldWpq / 5DLWRWZa9V / XBkYOgbRcYOgLe / wi2bjt8 + Qce1vPqir5fwfwQl4SpEENlZqC6ccIolZavhIceiXz5 + QthyFkw5kJdhfV49OBgCxYlLkZTVVowdhV81 / / Q6RU + eN7typXMIMkZDxMejH + Z05 / Tj5wcPVrCN0uguDj + 72O6zVUwabMesxZ0beOa1TAtRM0iw0j3vXjYvUUPBHbY9DI45kRYlp5j2BijYTZ0Ljj496K9GXXoLSMhJMrcOc57tBqvJGY87KyBhek / HEltSYNQrBrUD93h3bJgzdqkhyMyhyRnLPr3DV2d9TvulOTFIjKOJGcsOnWEwsLQ8yY / kZmDRYukkeSMRcsWevDpUB6ZBDVp2nG799RURyAwLDmzyeMylnAKExNSfgM6cjJ / j1 + BgwdCScnh0yPpimeiXpPhhKXQ9jL9 / xF3pjqiOs2IUynZ5HM + 79OMPuRQiEUNXvTYpDM4ga18EVP5Hgq5ku / JowHZ5B4ou5p9TKE9NUR5h6 + 8XPhoDvToru + l4nfeRfDSrPRK0iPuhi5 / BBXQgO + rhqXXwfonUxdXHWD0qZTTmUprjjnwtyKHXPQQFZewiOkMYgvR9ZAppi2jmUMRLQ9M85f9BhdSQ1X0gVdWwc9PhIJ8 + Pyjg9O3bU + vxMwpgYI2hyYmQJYHVBJuqyBCMiI53SgUFzCXWYzkB96p1Wsb040zeJLGhL6hzgheZQKFB / akUSuvgL5Hx1ZGKjU7E9qOTXUUIohRx5xOPBRyNtPoxuiIX9OQLpzKZNpwXAIjEyJxjEjOhUxgJ + 6jBNSjOZ0ZGlF5hTRjGP + mPSe5LvdfroytWitEAhmRnNv5hhmcSAW7XJfrwnD6cIXrMll4GMMCWjLIcRkLi / 9yNUt4FiudbnUs6hQjkhNgL5uYQjvKcb7YOJciTmMyXRmFCgrdQxEFNOFq1lKfdo5leKlkLn / gK57AR7XjckKkmjHJCVDFHqbRn1KcO4tnkcNwXqQLw / HfcaqQ5gxlOr9jO8W0Qjnciaqa / SzkYebzIBl1WYPISEYlJ0AZ63md89kc5tTJcF6iF2OoR3NO5mGOwP2uXT68LOAhPsZlEC4hDGJccgJs4yvmcA1bcb65rEJxGpM5lcn05MKwZX7AOD7lrjhGKURiGZmcAFtYxBtcwG7WOS7joZCujAhb1tv8mi + YFM / whEg4Y5MToJTveJajqGJPVK + 38DGHa1nKdKy6cENHkVGMTk6AcnYwmbbsZUutXuelnE + 4gy + Zgg + 5dEukH + OTE6CS3TzHcWxnaUTLeylnERP5nHsTHJkQiZMWyQlQRRnb + DqiZfexlbn8McERCZFYxnd8B8ihgDN5ms4Mi2j5ApowiHEsYHyCIzONgj5PU + vf3MIOzvPajIES595WjnzlsOSa2r9OHGDE9ZzhXMTntKZ2V31UUsYn3M5iYrhfZjrpPRUaHAUN + kd / h + 14smpg95ew7W1YeUeqozFaWt52PgsPF / EpLRjo2OvHjZcK3uZyljGDjO4R1O1 + 6HiTvv7SNL4qWHYzrJVTWU7S7rbz + TRmFG9EnZgAOeQzlH / RhXMO64ubMXIaQH4rMxMTICsXsvJTHUVaMnKLrUdLTuVROnC6a2J6qWAls8L2JBrBLLryf4kINfVKBkLDY8IvJ9KOccmZT2NO5mF64H6DWQuLT7mLWYzgHa4I2xd3KP + iH9fGM1Qz7HgPtr2Z6ihEAhiVnFl4 + CXP0YPzwy47h2vsq0t0V793uIJSvnNcPhsPJ3AfgxgXt3iNseEZ2BPZOeCkK50LW19LdRRpyagGoTHMD3uMaWHxDleylGcPux6zPu25lEUU0MTxtSt5hVcZFde4jVDQDrIdBrgOp9lQ6PFQ6Hkr / wqbZkQfV3UZVG6K / vV1gNGj7 + VQwK / 4wDUxfdRQzV4 + 426W8EzIEQzKWMdUOnItG8ijwSHzLCy2sJg3wlSX01b5 + uhfW7 + f87zKLbBXbsaUCkZUa09jCq052jUxlzOTRyhhIRNchxapYg9P0p2dfH / I9M0sYDoDZcwgkTZSnpyN6U4JHR3nW1gs5dla7fH2sZlXOJct9mDUq3mT58MM9iWEaVJerfVQiIcCx / kLGM / H / KnW5e5gKf / latpxAkuZjpfyWMIUIulSnpxbWMx2vqUFRx027zP + ynweiPqSry0sZAsLYw1RiJRIebUW4ENuZhtfY9ld7CwsFjGRedxPNftSHJ0QqWFEcpZTyjQGsJNV7GMr3zKdD7gJL / tTHZoQKZPyaq2fRQ1P0jXVYQhhDCP2nEKIw0lyCmEoSU4hDCXJKYShJDmFMJQkp4DKzbB / TaqjEEEkOQWUfgSbXkx1FCKIJKfQNr0Au4OGe9nxoR5pQaSEURdbixQr7Ag59Q / + XVUKFRtSF08dkZZDYwoRizxyySeXj3mCoxmLlxqqDbxvTtoNjSlELFrQmM95hp18QG86s49PmMyt1KdeqkOLmCSnyEh / 4Sr60RUV8O9yhnM2x6U6tIhJchroFyh6RTmQtoCB9GAA3VIdRswkOQ3SAngFD1Px0FOSM2o6ObunOoyYGXPJWF33Obk0AzrK76WwyZaQYpPJYT95DEYdkpjTZe9Z50lyppgHKLAbLALlougZ5e2XioEBqAMPD0iipyGp1hrsBXIppoK9ES6vgIvIoidZ3Brw1V5PNdeRTVcZszetSHKm2Ex8nIpFe4c9253kcEuYE + fDyeIXZKGA68m2nx00EQ + rXAbiFmaSam2KvYuPzS439r2KbMd53VDMwcNEPNxEDjeSc1hi + rVGcbf8FqcV + bYMMJwqlpFHI4fEUuj7civ7AbCCXIpQtIjwWLIQRV857kwrsuc0wFZgC9aBcXsDFQFfk0sLYAI5VJBHBXl0qkViAnix2Bm3iEUyyJ7TEP2oooK8w6YrFL1RbCb6W7f / Dx9rsbgk6JaJwmySnBnsfWpYjsXvZXjutCTJaQgvcBte7sUTUzk7sbjVbt2di4 + VLo1NwmySnIaYjYfmMTbYnEMVP2KxWBIyI8jF1ini3z + OJ4fzyaYxOJ4GCcXCOnAEeTtenqGGnyBjzmbmkE0h + axiVq1 / svLJo5jCkPPK2EdlFJ0xtlDKAC7Gh4 + aOK9lGQnBEG2BVij + Ry7gPz1Su81vAxbbsTjK3sgy7UtqSgkfMJUedKzVD1Yi + dvSpzOb3zKevXE8ipeREFKsO4ozyeIL8phHHlkoskL0qY3ESVQxgCosMi8xASZwI73oZExigv4BzUJxKcMYzZCkvKcccyZYC2AM2Qwjm + PktzCsQfSkBx1THYYRJDkTqB4wDQ + nu3TBi8YEchhp5FBVsStjH / upSHUYRpCf8gR5DQ / zyI0qMZ / CyzvUOM4fRlbGfnHLWctaNqU6DCNIg1CCrCSXLhGmUDkWNcA6LH5OFVXohqJF5NIzRBkWFuuADlTGM2Rj5JPLh0ylF52jer2HbPLsBrdgFVThdfnhC + cZXmMcE + Nab3FqEJJqbbtREBoAAAIZSURBVAqVYrEFiwuo5psQTTsrseiGRXZQw4hCUZSRTUFaBVX8nMuifv21jOIxbg057zLu5nn + G3XZyZSptaOUOgZFkUtLYzkWL1LDLXjpRVXIxAQYQbVjg30ecLJ8fRlNvt0EaINiMl68IZLuIbz8ES / nUc0 / I6hePYg35NUqxSjulYpPRpPkTICZ + LiHmgNHJe9Rwy + p4pdUcQdeJtbimOcRl2W7ovhNnFuChTnkpzeBelGFAsqw2JaA8hui6GPQiXoRX7LnTKDVWHwfY2LuBQa69AUdSzbXyN4zI0lypoFdwGqHztbZKEnNDCXJmQZWY / Fnl / NqR5NFiyTGI5JDkjNNfInFuw6NQxeSTTf5KjOOfKNpYiUWC106HjxMDo2TGI9IPEnONPIAXuZQE / K85wN42ZWCmETiSHKmkTLgTKpZE5Cc + 7DYhMV4PDRJXWgiAeQ8Z5rxAfOwWG8ff76Fj / ExdOQW5pLkTEMXyfizdYJUa0XG + ZDFzOWLVIcRM0lOkXG + 4wdWsC7VYcRMklNkpJv4O5 / xNZVUHXhM4Dle5oNUhxYxGQlBiBSToTGFSDOSnEIYSpJTCENJcgphKElOIQwlySmEoSQ5hTCUJKcQhpLkFMJQkpxCGEqSUwhDSXIKYShJTiEMJckphKEkOYUwlCSnEIZyvdhaCJE6sucUwlCSnEIYSpJTCENJcgphKElOIQwlySmEof4fsKpb0xI7vc4AAAAASUVORK5CYII = \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 1 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " connected_component_label ( ' C : / Users / Yash Joshi / OG_notebooks / crosses . jpg ' ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 41 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAQoAAAD3CAYAAADlsBq6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAX4ElEQVR4nO3dfXAUdZoH8O8zyeQ9M0nEdW / LE + UMJERAMKBY4Au + gLuaxERBeRGClMounrt7bq2lfwiYvdJTyjKA1urK + oaCQIKetevK3e7prQveuWIpCZziAu55igqaZEICifPcH5lhA6bTmcnM / Lqnv5 + qpwoyM93PdJgv / XTP9IiqgohoMD7TDRCR8zEoiMgWg4KIbDEoiMgWg4KIbDEoiMgWgyINiMgZIhISkYwELOspEWlIRF + UPhgUBojIIhF5X0SOiMhnIvKYiBTFuzxV / VhVC1T1m0T2ebJI339M5jrImRgUKSYi / wTgAQA / AxAEcAGAkQC2iUiWxWMyU9ch0bcxKFJIRAIAVgC4XVVfVdUeVd0PYDb6wmJ + 5H7LRWSziDwnIu0AFonIWSLyhoh0iMi / ichaEXkucv8zRUSjgSIi / yEi94nIm5H7vyYiI / r1sSmyJ9MWWWZFnM9nv4j8TETeE5FOEXlSRE4Tkd / 267N4KOsVkVNE5F9FpF1E / ltEGvrvvYhImYhsE5HDIvI / IjI7np4pPgyK1LoQQA6Apv4 / VNUQgN8CuKLfj6sBbAZQBGA9gOcB / BeAUwAsB7DAZl1zAdQD + A6ALAB39rvttwBKI7e9E1l + vOoifY8GcE1k2XcDGIG + f1 / / OMT1rgXQCeC7ABZGCgAgIvkAtqFvG3wHwI0AHo034Ch23KVNrREAvlTV3gFu + xTAef3 + vl1VtwKAiJwKYDKAy1T1GIA / isjLNuv6tap + EHn8iwCqojeo6rron0VkOYCvRCSoqm1xPKfVqnowsqz / BPC5qu6M / L0ZwGV26wUQQl / gnKOqRwC0isjTAC6J3P1qAPtV9deRv78jIlsAXAegJY6eKUbco0itLwGMsDjm8HeR26P + 2u / P3wNwOPIiGuj2gXzW789HABQAgIhkiMj9IvJRZKzZH7nPCMTnYL8 / dw3w96Gs91T0 / afV / zn1 / / NIAOeLyNfRAjAPfXsflAIMitTaDuAogNr + P4zsWl8F4N / 7 / bj / x3o / BVAiInn9fvb3cfYwF31jzeXoO5h6ZrSNOJeXiPV + AaAXwOn97t / / + f0VwOuqWtSvClR1aZJ7pggGRQpFdu1XAFgtIrNExC8iZwLYBOB / ATxr8bgDAN4GsFxEskRkKvqOB8SjEH1hdQhAHoB / jnM5CVtv5LRuE / qeX56IlAG4qd9jXwEwWkQWRLaZX0Qmi0h5inr3PAZFiqnqv6DvYN9DANoBvIW + / zEvU9Wjgzx0HoCp6HuhNQDYiL4XXqyeAXAAwCcAWgHsiGMZ8bBb7zL07Wl8hr7AfAGR56eqHQCuBHADgP + L3OcBANmpaJwA4YVr3ElENgLYo6r3mu4lGUTkAQDfVdWFtnempOMehUtEdrX / QUR8IjILffP + VtN9JUrkfRLjpc8UADcDaDbdF / Xh6VH3 + C765vhT0Hc8Y2n0NGSaKETfuPE9AJ8DWAXgJaMd0XEcPYjIFkcPIrI16OghItzdIPIQVR3w / TTcoyAiWwwKIrLFoCAiWwwKIrLFoCAiWwwKIrLFoCAiWwwKIrLFoCAiWwwKIrLFoCAiWwwKIrLFoCAiWwwKIrLFoCAiWwwKIrLFoCAiWwwKIrLlyaDIzs7GnXfeiYKCAtOtELmCJ4Ni3LhxaGhoQE1NjelWiFzBk0Hxi1 / 8AllZWaivr0dJSYnpdogcz3NBMWvWLEyZMgUighkzZmDatGmmWyJyvEG / ACjdLtefnZ2N9evXo66u7vjP3n33XZx33nkIh8MGOyOny8zMhMiAV7J3FFVFb2 / vcB4 / 4JP0VFBMnToV27ZtQ35 + / vGfHTt2DLfccguefvppg52R023btg1lZWWm27B18OBBTJ06FT09PXE93ioooKqWBUDTpbKysvT555 / Xgbz99ttaWFhovEeWc + u9994b8N + O03zyySealZUV9 / NUiyzwzDGKCRMmYM6cOQPeNm7cOFRVVaW4IyL38ExQNDQ0wOcb + OlmZWVh8eLFPANCZMETQTFz5kxMmTJl0PvwDAiRtbQPipycHCxZsgRFRUW2973vvvtccWSbKNXSPigmTpyI73 / / + 0O6b1lZGRYuXJjkjojcJ62DIisrC3fccQfy8vKGfP9ly5YhEAgkuTMid0nroJg0aRKuv / 76mB4zfvx4XH311UnqiMid0jooVq5caXmmw4rf78fNN9 + M4uLiJHVF5D5pGxSzZs3C5MmT43rsjBkzMH369AR3ROReaRkUOTk5WLx48ZDOdFhpaGjgGRCiiLQMinPPPXfYxxlGjx6NRYsWJaYhIpdLu6Dw + / 34yU9 + gtzc3GEtJzs7G0uXLkUwGExQZ0TulXZBUVlZecLHyIfj3HPPHfJ7MIjSWdoFxfLly5GRkZGQZfn9 / iG / q5MonaVVUESvXpVIM2bMwMUXX5zQZRK5TdoERU5ODurr65Pyvz / PgJDXpU1QTJgwIWnXlCgtLUV9fX1Slk3kBmkRFH6 / H3feeSdycnKSsvzs7GzcdtttPANCnpUWQTFlypSkf0fHxIkTcdVVVyV1HUROlRZBce + 99yIzMzOp68jMzMQtt9zCMyDkSa4PipkzZ8b9mY5YXXrppbjkkktSsi4iJ0nuf8NJlpubm7QzHVYaGhrw0ksvRa9SnlbOOuss / OAHP4jpMapppir27t2bpI7IKVwdFOPGjUN1dXVK13n22Wejvr4e69atS + l6Ey0nJwcTJ07ExIkTceuttwIAAoEAzjzzzJiWc + DAAbS1tQEAnnzySbz99tvYuXMnurq6Et0ymWR1HX91 + Pd6ZGZm6ubNmw18c4LqW2 + 9pUVFRca3Qazl8 / n01FNP1cbGRm1qatJwOJzwbRMOh3Xr1q26Zs0aPe200zQjI8P4805Eef17PVwbFNOmTdNjx46Z + F1oT0 + Pzpkzx / g2iKXOPvtsXb58uXZ0dOg333yT9G0UDoe1o6NDV65cqWPGjDH + / IdbDAqXBsXvfvc7E7 + H437 / + 99rMBg0vh3sauzYsfrggw / qvn37jG2r / fv368MPP6wVFRXGt0e8xaBwYVDMnDlTv / rqKxO / hxPU1NQY3xZWFQgEtLGxUT / 99FPTm + m4gwcP6po1a1w5tjEoXBYUubm5umHDBhO / g2 / ZtWuX + nw + 49vk5Kqurtbf / OY3KRkxYhUOh / W1117T2tpa49splmJQuCwoJk + erN3d3SZ + B9 / S3d2tN998s / FtEi2fz6e33XabdnR0mN40tkKhkN5ppp2uOdjJoHBRUGRkZGhTU5OJ7W9px44dWlxcbHzblJaW6rp167Srq8v0Jhmyo0eP6lNPPaXl5eXGtx + DIo2C4qKLLjJ2psNKb2 + vzp492 + h2GT16tO7atSsppztTYffu3VpWVmb83xeDwjooXPMWbhHB3XffDb / fb7qVE2RkZGDp0qXGvl2stLQUW7ZsQUVFhWuvmVFWVobm5maUlZWZboUsuCYorrjiCpx / / vmm2xjQxRdfjMsuuyzl6y0tLUVzczPOOeeclK870aJhUV5ebroVGoArgsLEZzpiISJoaGhI2LU6h2L06NFobm7G2LFjU7bOZCsrK0NTUxP3LBzIFUFxzjnnoLa21nQbgxo1alTKvgfE5 / PhhhtucPW4YaWsrAzz589PaejSEFgdvFCHHMzMyMjQrVu3mjguFLPt27drSUlJUreHz + fTJUuWOOYUcTIcO3ZMly5d6qj3qPBgpsNNnz7dNVeWmjx5Mi6 / / PKkrmPChAlYvXo1srOzk7oek / x + Px5 + + GFUVlaaboUiHB0UIoK77roLWVlZplsZkoyMDPzoRz9CYWFhUpZfUlKCFStWJO3aoE6SnZ2NFStW4JRTTjHdCsHhQeHkMx1Wpk + fjiuvvDIpy543b96wv1PVTWbOnMnvf3UIxwZFXl6eo890WBERrFy5MuEH44LBIO6ppp60O3g5GBHBz3 / + c5SUlJhuxfMce4WrsWPHJuw7RFMtegbkySefTNgyly1bhhEjRiRseW5RUlKCO + 64A / fee6 / RPj766CNXhPQXX3yRnMs0Wh3lVINnPXw + n7700kuufUuyquqf / vSnhJ0BGTlypO7atcv0UzKmtbVVR40aZfzMhxdK3XTW45JLLsHMmTNdkeBWpkyZkrB3a15zzTWoqKhIyLLcqLy8POnf20KDEx1kN0VErG9MouLiYowbN87EqhPq8OHD2LVr17CWUVxcjDfffNPzb23eu3cvLrjgAhw6dMh0K2lNVQf + 39lqV0Md8oYrr9cPf / hDV49giRIOh / XHP / 6x8d9Hupe6afSgPllZWZgwYYKrR7BEERGMHz8 + rd9o5mSOHD2oT0lJCQ4cOICCggLTrThCV1cXRo4ciSpppMJ0K2lLLUYP7lE42NVXX + 2ad6WmQmZmJqqqqky34UkMCgebMWMGg6Ifv99v5LofxKAgoiFgUDjUGWecgUmTJpluw3HGjx + Ps846y3QbnsOgcKjTTz89Ld5LkmgVFRUYOXKk6TY8h0FBRLYYFERki0FBRLYYFERki0HhUG65Tih5A4PCod566y3TLRAdx6BwqMOHD5tugeg4BgUR2WJQEJEtBgUR2WJQOJT + 7Spj1A + 3iRkMCofauXMnmpubTbfhOK + 88gp27Nhhug3PYVA4VHd3Nzo6Oky34TihUAjd3d2m2 / AcBoWDcfw4EbeHObxmpoONGTMG77zzDvLy8ky34gjd3d2orKxES0uL6VbSFq + Z6UIHDx5EW1ub6TYco729HZ999pnpNjyJQeFgX3 / 9Ne6 / / 37TbTjGgw8 + yC8AMoRB4XAHDhzgQU0AnZ2d2L9 / v + k2PIvHKFzg9ddfx0UXXWS6DaN27NiBqVOnmm4j7fEYhYvdc889nj7ar6q45557TLfhaQwKF / jzn / / s6Tdf8U1W5jEoXKCrqwtr165FV1eX6VZS7ujRo1izZg2OHDliuhVPY1C4xPbt2 / GHP / zBdBsp98Ybb + DNN9803YbnMShcoqurC48 / / jhCoZDpVlKms7MTv / zlL9HZ2Wm6FYq + LXagAqAsZ9WyZcs0HA6rF / z0pz81vr29VmqRBdyjcJmXX34Zra2taX0WRFWxe / dubN261XQrFMGgcJmPP / 4YNTU1af15hz179qC2thZ / + ctfTLdCEQwKF9q7dy8eeOAB9Pb2mm4l4Xp7e7Fq1Srs2bPHdCvUn9VMojxG4ejKzMzUVatWpdXxinA4rKtXr1a / 3298 + 3q11CoLrG5QBsWgVVxcrBMmTDDaQ25urq5atUp7enpMvK4Tqre3VxsbGzUvL8 / 479bLpQyKxFV + fr5u3rxZ29ratK6uTiOfiTFSmZmZ2tjY6Oqw6O3t1ccee0yzsrKM / 269XsqgSEwFAgFtbm7Wb775RlVVOzs7dfbs2UZ78vv9 + tBDD7lyDAmHw9rY2MhxwyGlDIrhV3Fxsb744ovfekEePnxYb7zxRqO95ebm6oUXXqjvv / 9 + yl7kw9Xa2qrTpk3juOGgUgbF8Co / P1 + 3bNli + Y + + vb1dr7vuOqNjCAAtLS3Vd999V7u7u5P6Ih + Oo0eP6q5du7SsrMz475V1YimDIv4KBoMnjBtWOjs7dc6cOcb7zc / P18WLF + uRI0eS9mKPV3d3t956661aUFBgfDuxvl3KoIivioqKdOPGjUOe / 50whgBQn8 + nkyZN0o0bN + rBgwcT / oKP1eeff66bN2 / WSZMmqc / nM759WAOXMihir / z8fG1qaor5IKFTxpBoTZ06VR977DENhUIpPeAZDoc1FArpE088odOmTTO + HVj2pQyK2Gqo44aVUCjkiDEkWn6 / X8eMGaNPPfWUdnZ2DjsE7HR1dekzzzyj5eXlPO3polIGxdAr1nHDyuHDh / WGG24w / nz6l4joeeedp9XV1bpz507dt2 / fsJ5jf / v379edO3dqbW2tVlZWcsRwYalFFvDiuifJz8 / Hs88 + i5qaGogMeJ3RmIRCIdTX12PLli0YbFubMmrUKFx11VUAgLFjx + Kmm26K6fHr16 / Hppp / DwB47bXX8OGHHya8R0odtbi4LoOin6KiIqxbtw7V1dXw + RL3ebnOzk4sWbIEGzZsSNgyk8Hv96OwsDCmx4RCIRw7dixJHVGqWQUFR49IFRUVDfhmqkSJng1xygFOFmugsswCBkX8Zzdi1dHR4aizISzWycWgsKiioiJtamqK + + xGrEKhkOMOcLJY0WJQDFDJHjescAxhObUYFCdVfn6 + Njc3G / vEJccQlhPLMgusbtA0DopUjxtWQqGQI97uzWJF6 + QMUK8GRTAYNDJuWIm + KYt7FiwnlDIozI8bVkKhEMcQliNKvR4UxcXFumXLFuPjhpWOjg6OISzjpV4Oiui44XQcQ1imS70aFAUFBbp161bHjRtWOIawTJZ6MShKSkoccXYjVh0dHTp37lzj24 / lvVKvBUUgENBNmzaZeJ0nBMcQlolSLwWF28YNK52dnXrdddcZ354s75R6JSjcOm5Y4RjCSmWpRRak3ZcUh8Nh9PT0mG4jYdLt + ZBLWSWIunSPAoDm5eXppk2bXD96dHR0aHV1tfHtyfJOqVdGj2gVFBTo888 / b + L1nRCHDh3S2tpaHsxkpbTUa0EB / O0iuW47XtHW1qbXX3 + 98e3H8l6pF4MCcN8YwnGDZbLUq0EB9I0h69evN / G6j8mhQ4e0rq6O4wbLWKmXgwLo + 7zHhg0bHDuGtLW18T0TLOOlXg8KAJqbm + uoa1FEtbe3c9xgOaKUQdFXhYWFun79eseEBccNlpNKGRR / K6eMIdEvMza9PVisaJ2cAerloADMjyEcN1hOLMsssLpB0zwoAHNjCMcNllOLQWFRwWAwpW / Kam9v17q6OuPPm8UaqBgUg1SqxpDouME9CZZTi0FhU4FAIKljyKFDh3jgkuX4YlAMoQKBQFLOhnDcYLmlGBRDrESPIW1tbRw3WK4pBkUMFQgE9Lnnnht2WHz55Zfck2C5qhgUMVYgEBjW2ZD29natra01 / jxYrFiKQRFH5ebm6saNG2Pes + C4wXJrMSjirFjHkOibqUz3HU9deumlumjRIuN9sMwVg2IYNdQxxO3jRlVVlXZ0dOi8efPU5 / MZ74eV + mJQDLPsxpB0GDeqqqpUVbWrq0vnz59vvB9W6otBkYAKBoMDjiHpcnYjGhTR4OMY4r1iUCSoCgsLTxhD2tvb9dprrzXeVyKqf1CoKscQDxaDIoGVm5urGzZs0K + / / lqrqqpcPW70r5ODIjqGLFiwwHhvrNQUgyLBFQwGtby83HgfiayBgqL / GJIugciyLqssyATFpa2tDW1tbabbSIlAIIA1a9agp6cHL7zwAsLhsOmWKMXS7rtHKTny8 / Pxq1 / 9CvPnzzfdChnAPQqXu + uuu1BXV5eQZRUVFQ16e05ODhobGyEieOaZZ6LjKXkAg8LlzjjjDFRWVqZsfcFgEGvXrkVvby / HEA / h6EEx4xjiPQwKikt0DFm4cCFExHQ7lGQMCopbMBjEo48 + irlz58Ln4z + ldMbfLg1LXl4ennjiCSxYsMB0K5REDAoattzcXDzyyCNYtGgRx5A0xaCghIieDZk3bx7HkDTE3yglTF5eHh5 / / HGOIWmIQUEJFR1DrrjiCtOtUAIxKCihVBWffPIJDhw4YLoVSiAGBSXUnj17cO211 + KDDz4w3QolEIOCEqa1tZUhkab4WQ8aNlXF7t27GRJpjHsUNGwcN9Ifg4KGpaWlBTU1NQyJNMfRg + ISHTdqa2sZEh7APQqKC49JeAuDgmLW0tLCkPAYjh4u19zcjH379iVkWRUVFVi4cKHl7Rw3PIyX62dFy + py / VEtLS06evRo432ykldWWcDRg4aE44a3cfSgQXHcIIAHM8kGz24QwKCgQXDcoCiOHvQtqorW1laOG3Qcg4K + Jfop0A8 / / NB0K + QQHD3oBC0tLaitrWVI0AlksO + PjHzNPXnEmDFjoKocNzxMVQe8jDqDgoiOswoKjh5EZItBQUS2GBREZItBQUS2GBREZItBQUS2GBREZItBQUS2GBREZItBQUS2GBREZItBQUS2GBREZItBQUS2GBREZItBQUS2GBREZItBQUS2GBREZItBQUS2GBREZItBQUS2GBREZItBQUS2GBREZGvQbwojIgK4R0FEQ8CgICJbDAoissWgICJbDAoissWgICJb / w8bBbzEIHiwHQAAAABJRU5ErkJggg = = \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 1 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } , <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAQoAAAD3CAYAAADlsBq6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAZLUlEQVR4nO3dd5wU9f3H8df3 + nENsCUWQBQ8kCJIMQIBERUriBAsQYqKFY2xdxMVNNEYDRqxJIoaFQvRn8nPhy1iicZETWKw / KzYIhbKHcdR7m5 + f3xnYVlvd27vdndmdt7Px + Mej72d3ZnPzs6 + dz4zszPGcRxERFIp8LsAEQk + BYWIeFJQiIgnBYWIeFJQiIgnBYWIeFJQZIgxZjtjzPPGmHpjzHV + 1yPpMcb0MMY4xpiijj7XGPOcMeZ49 / YxxpgnM11vrgUiKIwxHxtjxvldRwfNBr4Bqh3HOSt + YckkY8wBcYH0tTFmiTHmsExPJ6i8lhVjzBhjzGe5rCkVx3HudRxnf7 / r6KhABEWe6A685WToCDZjTGEr900GHgQWAjsC2wGXAodmYpoiSTmO4 / sf8DEwzr09A3gJuB5YBXwI7O3e / ynwFTA97rkHA28Ade7wyxPGfSywDPgWuCRhWgXA + cAH7vBFQNckNXYBHge + Bla6t3d0h90JbAQ2AGvc + puBde7 / 893H1QJPASuAd4EfxY3 / TuC3wJ + BhliNccMN8AlwTor5WABc7L7er7CBUuMO6wE4wEx3Pq0ETgKGAv925 / X8uHHF3offAKuBd4B944ZvDzzmvpb3gRPihl3uzsuFQD2wFBiS8NyH3Xn5EXB6W54L3A20AI3ufD23lXkwBvgsyfxJuqzEzZ / ZwBfAf4GzEuZtq8tK3HOL3P + fA46Pm48vxo3Hcef7e + 57cBNg3GGFwHXYNdOPgNPix + vrZ9TvApIERZO7QBcCV7ofkJuAUmB / dwGqjFsw + rtv5ABgOTDRHdbXXaBGAiXAtdgPdGxaPwFewX47lwILgPuS1LgVcATQCajCfrP / MeGDfmXc / 5sWFvf / CnfhnAkUAYPdBWL3uOevBka4r6UsYfq17kKzc4r5OAv7oe0JVAKPAHcnLMy3AGXufFwH / BHYFtgBGy6jE96HM4FiYKpbX + zDsQS42R3XHtgP / b5xH / Z1wEHuezgPeCXuA / cadk2oxK31Q + AAr + cmLitJ5sEYkgdFqmUlNn / uc9 + r / u5r8lxWSD8oHgc6A93caYx3h50EvOVOowvwNAqKlEHxXtyw / u7M2i7uvm + BPZKM69fA9e7tS4n74GM / 5BvipvU2W35Lfh8bJJ5vjPvhWBn3 / 52kDoqpwAsJ41gAXBb3 / IUppjfCnQ9lKR7zDHBK3P + 7xV5P3MK8Q8J8nBr3 / 8PAT + Lehy9wv + 3c + 14FpgE7YdeYquKGzQPudG9fDjwdN6wv0OjeHg58klD3BcDvvZ6buKwkmQdjSBIUHstKbP7Uxg3 / BXCH17JC + kExMu7 / RcD57u1ngRPjho0jIEGR9hbeHFked7sRwHGcxPsqAYwxw4GrgX7Yb6hS7Lc92FXcT2NPchxnrTHm27jxdAcWG2Na4u5rxvb + n8cXZIzphG2HxmPTHqDKGFPoOE5zG15Td2C4MWZV3H1F2NXpmE9JLlb397Grpa3ZHtt2xCxzp7Fd3H2J87HV + er63HGX2Ljxbe / + rXAcpz5h2JC4 / 7 + Mu70WKHP3CnQHtk + YD4XAC17PdRyniQ7wWFZi4t + DZdgvKki9rKQr8fXF5vkWyyupl4ecyoeNmX / A9so7OY5Tg121Nu6w / 2JX4wAwxpRjW4iYT4EDHcfpHPdX5jjOFiHhOgv7DT3ccZxq4Iex0SapK3Gj5qfAkoRpVTqOc3KK58R71x3HESke8wV2gY7phm0flrf + cE87GGPiX183dxpfAF2NMVUJw1qbb4k + BT5KmA9VjuMc1MaaUs0jL6mWlZid4m7HXm + s7rYuK + 21xfKaUIuv8iEoqrDfbuuMMcOAo + OGPQQcaozZ2xhTAvyMLReMW4CrjDHdAYwx2xhjJqSYTiOwyhjTFbjMo67l2P475nGgtzFmmjGm2P0baozp05YX6X6z / xS4xBgz0xhTbYwpMMaMNMbc6j7sPuBMY8zOxphKYC7wQAe + ibcFTndrnQL0Af7sOM6nwF + BecaYMmPMAOA44N42jPNVoM4Yc54xptwYU2iM6WeMGdrGmhLna6vcuuL / DKmXlZhLjDGdjDG7Y7cnPeDen86y0l6LgDOMMTsYYzoD52V4 / O2WD0FxCvBzY0w9dpvEotgAx3GWAnOA + 7FpXY / dYLfefcgN2G + YJ93nv4LtoVvza6AcuwHyFeAJj7puACYbY1YaY250V9P3B47Efkt9CVyDXf1tE8dxHsJu65jljmM5dmPvo + 5DfodtZZ7HtifrsK + / vf4G9MK + 5quAyY7jxFqgo7C9 + RfAYuy2lqfa8Bqasbtz93Br / Aa4HahpY03zgIuNMauMMWcnecwO2FCP / 9uFFMtKnCXYDcLPANc6jhM7WCqdZaW9bgOexO6FegO7B6wJ2 + L4KrZbJhLcb9lVQC / HcZL1 + QIYY2ZgN8iN9LuWqDLGHAjc4jhOd88HZ1k + rFGkZIw51F2VrMDuHn0Tu + VcJFDcVuwgY0yRMWYHbHu72O + 6IAJBAUxg8wa4XsCRTpRWoyRMDHY72kps6 / E2tkXyXaRaDxFpnyisUYhIB6U84MoYo9UNkQhxHKfV44K0RiEinhQUIuJJQSEinhQUIuJJQSEinhQUIuJJQSEinhQUIuJJQSEinhQUIuJJQSEinhQUIuJJQSEinhQUIuJJQSEinhQUIuJJQSEinhQUIuIpkkFRUgozz4ZOld6PFZGIBkWv / jDnShg70e9KRMIhkkFx + lVQXAKHz4Sarn5XIxJ8kQuKEeNhwDAwBoaPhUG6YJ6Ip5Sn6883JaUw + Xio6rz5vtN + Bs8 / Di0t / tUlIVBk7HW8gs4BmjJ / lY1IBUXfwTBy / Jb37dIXDp0Gj97lT00SEv + 7L9RW + 12Ft + Xr4AdPwMbMfvNFJiiKS + DoOVBe8d37j5kDTz8CDfX + 1CYhsF0Z7Fjh / Ti / FWRnzScy2yh2Gwjjp7Y + rFd / GHNYbusRCZPIBMXpV0JBkldbXAKTZmkPiEgykQiKEQdA / 2GpH6M9ICLJ5X1QlJTBEQl7OpKZc4XdbSoiW8r7oOgzCEYd1LbH9qyFCdOzW49IGOV1UBSXwLQzoLxT2x9 / 1GlQEYK9YCK5lNdB0Wcw7D8lvef0HgBjDslOPSJhlddBcdrPk + / pSKa4GCYdB9VdslOTSBjlbVCMGA / 9h7bvucPHwp6jMluPSJjlZVCUltnjItqypyOZOVdqD4hITF4GxW57wOgObmfo0RsmzMhIOSKhl3dBUVQM08 + EsvKOjaekFI48GSprMlOXSJjlXVDsPgTGHZGZcdXuAT9s4zEYIvks74Li1MuhsDAz4yoqtkd1VndgW4dIPsiroBgx3vs3HekaPhaGjM7sOEXCJm + CorQMJs3s2J6OZLQHRKIub4Jit4HZO6dE914wcWZ2xi0SBnkRFEXFMONsu1aRDSWlMPUkqNIeEImovAiK / sNg3yxfo6N2EIw8MLvTEAmqvAiKky + Dwiyf / bOoCKbMzs42EJGgC31QjDig / b / pSNewfWDomNxMSyRIQn0W7tJye7WvXH7Ln34l / OVRcDJ / 6QT / Ve8MPQ5O7znLnoDV72enHgmMUAdF7 / 4wdkJup9ltVxtOj / wut9PNuMIy2GaQ / et / or2vpBqqe6Q3nrplsGG1vb30DvjqH / D1G9DUmNFyxV + hDYrCIph1rj0nZi6VlMKUE + GpR6B + VW6n3WGmAMq2gmGXQOWO0HNixw8Qqe6 + + fboG + yq1oePQcNn8OoV0PgNOM0dm4b4LrRBMXAv2Mena3H0HWy3jTzxgD / Tb5eaXaH2xzDoLCjuZEMjG4yBXSbYwOgzHd64Ht65F1a9m53pSU6ENihOusQeP + GHwiL40Ynw4hOwZrU / NbRZ177QdybsOjn9tqIjjIHiSrv2UnssfLAYlt4OK5bmrgbJmFDu9WjLdTqybdg + MHwff2tIqaQaRt8Ihz8Dg8 / ObUgkqu4Og34Ck56F0fOhVPuYwyZ0QVHmw56OZOakuPqYr3pOgPH3w4BToeJ7flezWadtYcApcOAi2GWS39VIGoK4mKe0az8Ym + WjMNuq265B + w1IAfQ / Cfa / B3ocmL3tEB1hDHTbD / ZfCAPngMnQOQEkqwK4JCVXWAjHX2D3PARBSSlMPiEgZ + zu3AvG3Q6jroeSSr + r8VZcASOvhXF3QJc + flcjHkIVFINGdPxcmJm2 + xDYez + fi + jcGw5eDH1mQFGO9xd3RGGJ3TNyyCPQpdbvaiSF8ASFgRMutNfdCJLCQph6MlT6dXWxml5w8MOw1e7hPWlGl1obdAqLwApNUOy9HwwY7ncVrRsyGobv68OEO / eCQxbDVv18mHiGdY2FhdqQIApFUARpT0drjLG / ASnI5Xa5WLvRtW8OJ5plXWvVhgRUKIJi134wLuB703bqCRNn5GhipgB6HxnudiOZLrX2CFLtDQmUwAdFQSHMvsheaTzISsrsGbtrumZ5QqYA + s6CoRdmeUI + Gnwu9JsdzN27ERX4d2LPUTAqJGeW6jcU9hqX5YlsPRBG / wYKA7KPOBsKi + GH18O2Q / yuRFyBDgpj4Pjzg782EVNYCEedChVVWZpAWVfY62fh2gXaXoWl9rWWbeV3JULAg + IHAd7Tkcyeo2Dv / bM08t2OgR4BO5Akm7odYI8NEd8FNijKOgV7T0cyxsBpP8 / c1co2KamBIRfm38bLVIyBIedBabY3 / IiXwP7MfJe + sF + GriGaazv1tFdCf + SODI504GlQvnUGRxgSpV1hjzPgb5f5W8cH9eEI6a / XQRZO02icFCd / NMb4cmbIggK4YTGMOTQc701r / vkynHoIrF6RgZFVdYfD / mR3h0bRirfhsUOg7kO / K8l7juO0 + okLZOsxZIw950RYQwJgwDDYK1NHa + 58aHRDAqBrH9glID8ZjqhArlFUd7Enzg271Svgvf90cCSlXWDKS / bDEmWr3odFe8G6b / 2uJK8lW6MI5DaKupXwj + f9riIgeh + lQ5oBanaB2mnwz1 / 7XUkkBbL1EFdBCWwzMNw9WKYYA1sPyO8DzQJMQRFkxZWw29F + VxEcvY + 05wKVnFNQBNnOh9i1CrEKimBnn67REHEKiiDbaaw9C5RYBcWwkx8n / hAFhYh4UlAEVVU32Gaw31UEz9YD7MWUJacUFEFVuSNsnQcHk2TaVrvbI1UlpxQUIuJJQSEinhQUIuJJQSEinhQUQdU9JCcKlUhQUATV8r / 5XYHIJgqKoFqXiTPeiGSGgkJEPCkoRMSTgkJEPCkogspx7J9sSfPEFwqKoPr6Dfhgsd9VBM / Hj8OXr / hdReQoKIKqeR1srPe7iuDZsMbOG8kpBUWQqf3YkuOQlavbiCcFRZD942poavS7iuBoXg9 / n + t3FZGkoAiyxuWwYbXfVQTHhjpY + 6XfVUSSgiLI1q + yaxVivf5LXQDIJwqKoKtfBhu0UZONDVD3sd9VRJaCIug + fNTuKo26b96E9x / yu4rIUlCEwcsXRXvvh + PYeSC + UVCEwfLXon3wlQ6y8p2CIgyaG + HfN0VzV2nzevjXfGha63clkaagCIv / vgyf / cXvKnLv8 + fhi5f8riLyFBRh0dwI / 7nVHsIcFRsb4D8LoKnB70oiT0ERJh8 + Cn + 9IDobNl + 5FN5 / 2O8qBAVF + Hz0GKx4K7 / DwnFgxdvwwR / 9rkRcCoqwqf8EHp8IK5b6XUn2rHwH / jQJ6j70uxJxKSjCaPX78No10NLkdyWZ19IEr19nw0ICQ0ERVv93P / zrxvxqQRwH3rwF3lnodyWSQEHRTlV0YVcG + ldASxO8fDG8cX1 + rFm0NMO / 58NL50HLRr + rkQQKinYoo4LzuI35PM8YjsBg / CmkqRH + eh68 + dtwh0VLMyy9DV44WwdWBVSR3wWETQXVXMRdjOAwCijgIhZSQCHPssifglqa4IWzoHkDDPopGJ9Cq70cB9682b4GrUkElnFS9LjGmDxqgDuuii6cwwLGMHmLtYh6VvIrTuVp7vOvuKJy2GYQjF0AW / Xzr450rHgbnp0NX72uNYmAcByn1W8aBUUblVHBxSxkNJNaHb6WeuYxiyU8jOPneR0794IDH4SutVBY6l8dqTRvgFXvwZ8na + 9GwCgoOqCCGi7izk3tRjLrWMs8ZvEsD + SwulYUV0CvqTBmvl3TCJLm9bDkDHj3XtgYocPRQ0JB0U6VdOYcFrAPU9q00TIQbQgABbDNHrDnebDjGOi0rb / lNH5tf + D197nwzT / BafG3HmmVgqIdyqjgEu5mFBPT2rMRmDYk5ns / gD7HQu00KOqUuw2ejmO3Pbx7H7xzF3zxYm6mK + 2moEhTJTVcwJ2M9Gg3kllHA1dzHM / 43YbEFBRDdU8YegH0mmIDI5ua1sF7D8Jr82DVB9CyIbvTk4xQUKQh3XYjGduGnMLT3J / B6jrKwLaDoXJHGH45lHaG6h6ZGXXdMli / El69wv4m5avXAbUYYaKgaKP2thvJrGUN85gZnDYkUXVP6HGgvd21r21R0vHOvfDtm / b2J0 / avRkSWgqKNqikMxfwO0YyoV3tRjK2DTmeZwK1ZtGKgmIoqUrvORvWqK3IIwoKD5V05lxu / c7BVJmyeW / I / ej6mRJUCooUMt1uJNPIGuYGuQ2RyEsWFJH / UVglnbmEuxnJhKz / uKucSi7kTsYyNavTEcm0SP8oLNZuZHtNIl45FZzFzRiM2hAJjci2HrbduIdROViTaI3aEAkitR5xNrcbh / l2LolYG7IvR / oyfZF0RK71qKAm5 + 1GMuVU8FNuwsHhWR7QmoUEVqRajzIquJR7crLhMh2NNDCXGTzHw2ibhfgp8q1HFV24mIWM8LHdSKacCi7k94xTGyIBFYnWo4IazmFB0pPOBEE5lWpDJLDyvvUop5JLuMfXDZfpWEcDV6kNEZ9EsvWooqvbbhwaipAAux3lQn7Pfhzldykim + Rt61FBNeeygB9yuN + lpK2cSs5kPi20qA2RQMjL1iNs7UYy61jLVUznOR7yuxSJiMi0HmFsN5Ipo5PbhhztdykScXkXFA4tNJE / F5JpybPXI + GUl61HGZ24iLsY7efl / jKgkTVcwY95gUf9LkUiIjKtB9jefi4zg39GqRTqWMFVTOdFHvO7FJH83evRyBqu4xQKKGQMkzN6artsa6COazmJJTzidykiQJ62HvFK6cTFIWpD1G6InyLVesRb77Yh / l + 5y5ttN2bwgtoNCZi8Dwqw39K / 4hSe4QFaAnqdiQbq + CUnskSHbksA5X3rEa + Uci7irqydabu91lLPFUzjRbUb4rPIth7x1tPI1RzH09wXmMOi61jBXGZq74YEWqSCAuy393Wcwl9Y5HsbspZ6tRsSCpFqPeL53Yao3ZAgUuuRwM82pI4VzFO7ISES2aCA + DbkwZy1IbbdmK0T00ioRLb1iJerNmRzu / EYCgkJIrUeKaynkWs4PqttiG03ZrnbJBQSEi4KClcDdVzHyVnZG7KWen7BbJ2ARkJLrUeCTLchDdRxJceq3ZBQUOvRRrE25Cn + 0OE2pI5v1W5IXlBQtKKBOn7Vwb0hsXbDHkwlEm55ez6KjmqgjrnMAGAfpqTVhmzZboiEn9YoUlhPI7 / ghLTakDpWcHVI2419KGAGhX6XIQGkoPBg94a0rQ2x7cYJ7sFU4VMF / IYijgnV + cAkF7Q8tMFatw15joeSrlk0UMcVTGMJi3NcXWZVYridYo7WoiFxtDS0kW1DZrfahtTxbWjbjdaUYbiJYrUhsomCIg0NrHYPytrchqylnmtC3G4kU41RGyKbaK9HmtZSz1xm4OAwnPFcxbG8yP / 4XVZWxNqQAjZyd0BPISi5oSMz26mCGrZhez7mbb9LyZjDKOBRSr5zfx0OZ9DEXTTnQWMlqSQ7MlNrFO3UwGoaWO13GTlRjWE + RWzE4T7fzwsmflD7KW1S4bYhP9YiE0laowi58ynkiAztnejsMbwMw40UY2hiodqQSFFQhFw3DENy + C1fg + EmimhSGxIpWo + UtKkNiR6909IusTZkOgUBupSSZIuCQtqtBsPN7uHeWpDym95f6ZBOGG6jmGlalPKa3l3psHIMN7i / DVEbkp8UFJIRsb0h + m1IftJ7KhnTCcOtakPykt5RyahYG7KfFq28ondTMsrB4XMclum4zbyioJCMegeHw9nI / yko8oqCQjLmLVoUEnlKv / WQDnNweFtrEnlNaxTSYWo38p + CQjpkKS1MVEjkPbUe0i6xdmOSQiIStEYh7aJtEtGioJC0LdXejchR6xFyi2nhIzZmZFy7U8D0FKfVU7sRXTpdv2yS7HT9MTpOIv8lO12 / Wg9pE7Ub0abWQ1JSuyGgNQrxoL0bAgoKSUHthsSo9ZDvcHB4S + 2GxFFQyHe85bYb7ykkxKXWQ7awlBYmKSQkgY6jkE12w + CA2o0IS3YchYJCRDbRAVci0m4KChHxpKAQEU8KChHxpKAQEU8KChHxpKAQEU8KChHxpKAQEU8KChHxpKAQEU8KChHxpKAQEU8KChHxpKAQEU8KChHxpKAQEU8KChHxpKAQEU8KChHxpKAQEU8KChHxpKAQEU8KChHxpKAQEU8prxQmIgJaoxCRNlBQiIgnBYWIeFJQiIgnBYWIeFJQiIin / weAsOfrQ7xDpQAAAABJRU5ErkJggg = = \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 1 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " connected_component_label ( ' C : / Users / Yash Joshi / OG_notebooks / shapes . png ' ) " <nl> + ] <nl> + } <nl> + ] , <nl> + " metadata " : { <nl> + " kernelspec " : { <nl> + " display_name " : " Python 3 " , <nl> + " language " : " python " , <nl> + " name " : " python3 " <nl> + } , <nl> + " language_info " : { <nl> + " codemirror_mode " : { <nl> + " name " : " ipython " , <nl> + " version " : 3 <nl> + } , <nl> + " file_extension " : " . py " , <nl> + " mimetype " : " text / x - python " , <nl> + " name " : " python " , <nl> + " nbconvert_exporter " : " python " , <nl> + " pygments_lexer " : " ipython3 " , <nl> + " version " : " 3 . 7 . 4 " <nl> + } <nl> + } , <nl> + " nbformat " : 4 , <nl> + " nbformat_minor " : 4 <nl> + } <nl> new file mode 100644 <nl> index 0000000000 . . 95183900ce <nl> Binary files / dev / null and b / code / artificial_intelligence / src / image_processing / connected_component_labeling / crosses . jpg differ <nl> new file mode 100644 <nl> index 0000000000 . . 0fcc4ed960 <nl> Binary files / dev / null and b / code / artificial_intelligence / src / image_processing / connected_component_labeling / face . jpg differ <nl> new file mode 100644 <nl> index 0000000000 . . 97dac48259 <nl> Binary files / dev / null and b / code / artificial_intelligence / src / image_processing / connected_component_labeling / shapes . png differ <nl> new file mode 100644 <nl> index 0000000000 . . cc8af1df4e <nl> mmm / dev / null <nl> ppp b / code / artificial_intelligence / src / image_processing / contrast_enhancement / CLAHE . ipynb <nl> <nl> + { <nl> + " cells " : [ <nl> + { <nl> + " cell_type " : " markdown " , <nl> + " metadata " : { } , <nl> + " source " : [ <nl> + " # # CLAHE of Black and White Image : \ n " , <nl> + " Contrast Limited Adaptive Histogram Equalization ( CLAHE ) of a Black and White Image is fairly straight forward . The image after CLAHE has Cumulative Distribution Function ( CDF ) as approximately a * * straight line * * . " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 49 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Importing the libraries \ n " , <nl> + " import numpy as np \ n " , <nl> + " import matplotlib . pyplot as plt \ n " , <nl> + " import cv2 \ n " , <nl> + " import matplotlib . image as mpimg " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 50 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Reading the original image , here 0 implies that image is read as grayscale \ n " , <nl> + " image = cv2 . imread ( ' lc . jpeg ' , 0 ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the original image \ n " , <nl> + " hist , bins = np . histogram ( image . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf = hist . cumsum ( ) \ n " , <nl> + " cdf_normalized = cdf * hist . max ( ) / cdf . max ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 51 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Creating CLAHE \ n " , <nl> + " clahe = cv2 . createCLAHE ( clipLimit = 2 , tileGridSize = ( 8 , 8 ) ) \ n " , <nl> + " \ n " , <nl> + " # Apply CLAHE to the original image \ n " , <nl> + " image_clahe = clahe . apply ( image ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the image after applying CLAHE \ n " , <nl> + " hist_clahe , bins_clahe = np . histogram ( image_clahe . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf_clahe = hist_clahe . cumsum ( ) \ n " , <nl> + " cdf_clahe_normalized = cdf_clahe * hist_clahe . max ( ) / cdf_clahe . max ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 52 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAX0AAAEICAYAAACzliQjAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAgAElEQVR4nOy9abCk13ke9pzur / d9X + 7tu / csd2YuBjMACZCEwJIZmqRMUU7FKdFOIinlSJU4TsqO7JSURJFSJSVSKXacxYuYkkolO3FihbaochhZlBiLrAAgCAxnw + Due3ff3ve9 + 8uPvs873x0SM0MQBGbIPlW3gOnl6285512e53nfo3Rdx3RMx3RMx3T8cAzTB30C0zEd0zEd0 / H + janRn47pmI7p + CEaU6M / HdMxHdPxQzSmRn86pmM6puOHaEyN / nRMx3RMxw / RmBr96ZiO6ZiOH6IxNfrfp6GU + kWl1P / 6Xn / 2MY6lK6VW3otjTcd0TMcP3pga / ccYSqmfVkrdVkq1lVI5pdQ / UEr5H / YdXdd / Tdf1v / o4x / 9uPvu9DKXU / 6uU + r7 / znQ8vUMp9ZeVUt9USjWVUlml1JeVUh87fe + XlVL / + BHf / + XTwONDD7z + 00qpr3 + Hz + 8ppT5h + Mzo9LeNf8l3 + K1pgPMuxtToP2Iopf4zAL8O4G8B8AF4AcA8gD9WSlnf4Tva + 3eG0zEd781QSv1NAP8DgF8DEAMwB + DvA / jcY35fAfh3AZQB / NS7PI1XdF13P / CXeZfHmo7vMKZG / yFDKeUF8CsA / rqu6 / + PrusDXdf3APzbmBj + f + f0c7 + slPp9pdQ / VkrVAfz0g1GRUurfU0rtK6VKSqn / 6oEIRz6rlFo4jWB + Sil1oJQqKqX + C8NxPqSUekUpVT2NxP7nd3I + j7i2jyuljpRSf1splT891k8opT6jlNpQSpWVUr / 4uL + rlPqkUmpdKVVTSv19pdS / NmYVSql / Xyl1TylVUUr9kVJq / rs95 + n4 / g2llA / AfwPgr + m6 / kVd11un8 / 0PdV3 / W495mJcAJAH8pwB + 8t3My3c7TtfQPztdg43TzPycUuoXTuf3oVLqk4bP / 8zpfGwopXaUUj / 3wPH + 9uk8zyil / qoxq1BK2ZRSv3m6Pk + UUv9QKeV4v671ex1To / / w8REAdgBfNL6o63oTwJcB / BuGlz8H4PcB + AH8E + PnlVKrmERMfwVAApOMYeYRv / 0xAOcB / DkAv6SUunj6 + gjA3wAQBvDi6fv / 0Xd5XRxxTK5vBsAvAfgCJo7sOiYL + JeUUkuP + l2lVBiTa / 8FACEA65jcO5y + / xMAfhHAvwkgAuBrAP73d3nO0 / H9GS9iMhf + + fdwjJ8C8IcA / o / Tf / + F7 / WkvsvxWQC / ByAA4AaAP8LExs1g4tD + keGz + dPz8wL4GQB / Vyl1DQCUUp8C8DcBfALACoCXH / idXwdwDsDV0 / e5fp6KMTX6Dx9hAEVd14ff4b3s6fscr + i6 / i90XR / rut554LP / FoA / 1HX967qu9zGZII9qevQruq53dF2 / CeAmgGcAQNf1N3Rdf1XX9eFp1vGP8O2T8nHHAMCv6ro + APBPT6 / n7 + m63tB1 / S6AuwDWHuN3PwPg7mmEOATwPwLIGX7n5wD8t7qu3zt9 / 9cAXJ1G + 0 / UCOGd5 / ojh1LKCeAvAfjfTufT7 + PbIZ4XTjNF + cMEQnrYZ7a / i9P4mq7rf3R6Df8MkwDjvzPM7wV1ysXpuv4vdV3f1ifjXwP4V5gEOsAkk / 8dXdfv6rrexiTb53UqAP8BgL + h63pZ1 / UGJvP5J7 + L8 / xAxxR7fvgoAggrpbTvsBgSp + 9zHD7kOEnj + 7qut5VSpUf8ttFotgG4AUApdQ7A3wHwHAAnJs / wjUcc651GSdf10en / 01GdGN7vPObvPnh9ulLqyHCceQB / Tyn13xteU5hESPvv8tyn470dJbzzXH + c8RcBDAH836f / / icAvqKUiui6Xjh97VVd1z9m / JJSau + B43zbZ76L8eDcLX6H + e0GUFVKfRrAf41JxG7CZE7fPv1MEsA3Dccyru3I6WffmNj / yWUAML / Lc37fxzTSf / h4BUAPE1hChlLKBeDTAP7E8PLDIvcsgFnD9x2YRFbvZvwDAG8DSOu67sUENlEP / 8p7Mh72uw9enzL + G5NF83O6rvsNfw5d1 / + / 9 + G8p + PxxisAugB + 4l1 + / 6cwMagHSqkcJpG2BcDn35vTe + + GUsoG4P8C8JsAYrqu + zFxVt9xPgNIGf6 / iIkDuWSYyz5d193vw6m / J2Nq9B8ydF2vYZLa / U9KqU8ppSxKqQVMJvQRJvjh44zfB / BZpdRHTsmtX8G7N9QeAHUATaXUBQD / 4bs8znv5u / 8SwJVTIlgD8Ncw4Qs4 / iGAX1BKXQImpKFS6i + 9T + c9HY8xTuf6LwH4X06fo / N0vn9aKfUbho + alFJ2w59NKTWDCcfzFzDBua9iAkf + Ot69iuf7OawAbAAKAIanUf8nDe / / nwB + Ril18RS2Erxe1 / UxJtzX31VKRQFAKTWjlPrz79vZf49javQfMXRd / w1MotrfxMTovYZJ5PrndF3vPeYx7gL465jgilkADUyIpMf6 / gPj5wH85dNjfAH3SbPv93jH39V1vYgJnvsbmMAEq5ikx73T9 / 85Jgbgn6qJuukOJpnSdDxBQ9f1v4MJgflfYmIQDwH8xwD + heFjn8ck0uXfNiYyzW / puv6vdF3P8Q8TbmdNKXX5uziNF9W36 / Sf / 96v7v44xeH / E0yMewWTef0lw / tfPj33rwLYwiQLAu6v1 / / 89PVXT + fzVzARXTwVQ003UXn / h1LKDaCKCVSy + 0Gfz3s9lFImTDKhv6Lr + lc / 6POZjun4Xsapcu4OANu7JbqfpDGN9N + noZT67GnK7MIka7gNYO + DPav3biil / rxSyn + KlxLvf / UDPq3pmI53NZRSf1EpZVVKBTDJUv / wB8HgA1Oj / 36OzwHInP6lAfyk / oOVZr2ISapfxEQv / RPfQbo6HdPxtIyfwwTi2sakRuX94s6 + 72MK70zHdEzHdPwQjWmkPx3TMR3T8UM0nprirN / 5nd / RAcBsNsPpdMJisaDX66HT6cDtdmM4HGI4HMJutwMAer0eut0udF1Hr9fDeDyGruvymXA4DIvFgsFggF6vB6WUHMPlckHTNAwGA1gsFjSbTbRaLfT7fUQiEZjNZtjtdrTbbVgsFoxGI3Q6HVgsFpjNZlSrVei6Do / Hg / F4DKUUTCYTLBYL2u02NE2DyWSCUgoulwtWqxWj0UiuVSkFq9UKXddhsVjQ6XRQr9cRCATkGkajkfz / eDxGt9uFy + UCADnmeDxGv99HuVxGr9eDpmmwWq1wOBxyz3q9HobDIRwOB0wmE / r9PgBgNBrJOY3HY4xGI5hMJozHY7TbbQCA1WpFt9tFq9WS93mdPAc + A03TYDab0e / 35Xe63S5sNhs0TTtz73ldNpsNzWYThUIBdrsdJpMJbrcbSik5t9FoBE3ToGmanCuPYzKZUK1WYbVaoWkadF1Hp9NBs9lEu93Gr / 7qr74f9Q3fNpRSPwvgZ0 / v4fVYLAaTyST3iPfCYrFA13WMx2O5Pr6n67rMAeNnnE4nTCbTtz2 / 8XgMi8Ui75nNZgwGAwwGA4xGI3n + nPcmk0meA59rt9vF6TmDCAHn9mAwgFJK / rgWxuMxAMjnzeZJDZPJZJL5Z7fbz1wHz5nXaLFY5HfNZrO83ul0ZN6ZzWZYLBa5Z7w3mqZBKXXmPHRdl9d0XT9zrTxH3meuX6WU / Abf53d5T2lDeH + 5XnjveV1cB7QFvDa + z / PkveW / eRylFLrdrvwGz30wGGA4HKLRaBR1XY + 80 / x7aow + b8JwOES1WkWlUhFDa7FYoGkabDab3KjhcAiz2YxOpwNd12G1WmEymdBqtaCUQq1Wk0k0Ho9Rq9UwGo1gs9lgt9vFQLbbbbRaLXEuVqtVHpDb7Ua9Xker1YKu6wiFQhiNRvB4PPD7 / ej3 + 2i1Wmg2mwAAn88njmY0Gokx9fl8Mnk5kbgYuJCdTidsNhtMJhOazaYsWJ7naDTCcDiU6 + QkGAwGcLvd8Pv9stCVUmg0GhiNRuIoGo0GBoOB3GdN09BsNuUcR6MRBoMBrFYrLBYLbDYber2eOIl2uy333m63YzweYzAYwG63w2w2o9FowOPxAAAqlQra7bYsCrvdLo7WbDbL8 + l0JpSA3W5HvV4Xh8BFyPPlOVgsFvndXq8njrXdbsNms8Fms8mC4zP8IIau678F4LcAIJVK6T / / 8z8vwcn6 + jqKxSLcbjdcLhfsdjsCgQBWVlagaRpqtRrG4zFOTk7Q7XbhdrthNpuRzWbh9XrhdDrh9XphtVrR6 / Wwvb2NTqcDv9 + PhYUF + P1 + mEwm5PN57O7uolwuI5lMYnV1FV6vV4zb1tYWstksxuMxXn75ZXQ6HWQyGZw7dw7NZhNHR0fI5XIYj8eYn59Hv99HvV5Ht9vFYDBAOBzGysqKGCc6Z4vFgmAwCJ / PJ8EYzymTyYhTNplMsoa63S68Xq8YzkajIfPN4XDAbrej2WzCYrGg1WphMBhgdnYWjUYD5XJZghRN0 + ByuXB8fHxmfXQ6Hfh8Pni9XgSDQbRaLdTrdTSbTRwcHIgTC4VC8Hq9aLVaCIVCsFgsKBQKWFxchK7r2N7eRjabhc1mQyQSQSgUQjKZlABIKYWtrS10u110Oh3s7 + / j + PgYsVgM8 / PzYhvq9bo4LZ / PB6fTiWaziXK5LL9bKpXQbrfh8 / kQDAZRrVZx48YN2Gw2fOlLX3polftTY / RpvJVSEjUYvSujuX6 / D5vNJoufUbXL5UKhUJCJ5na75XiDwQAOhwP1el0WDI0ynUQoFILVapV / 88 / r9cLtdotR5PH7 / T4GgwFsNhsGgwH6 / b54ZkYGw + FQol0aImYqjUYD3W5XjDonhN1ul4ne6 / UkmqOB43FpUI0LazAYyKJkZMhIillIp9M5c41cRAAkguJxeJ5KKbnnrVZLIiaHw4FKpQKWqxujS94jj8cjGQwdHwBx5MZIjk40GAxK5M7n1G63oes6vF4vQqGQGAs + E54z72UwGHz / Ju9DxnA4RDabFUcNQKJAZm8ulwu1Wg1 + vx / D4RDNZhMOhwNmsxmJRAI3b95EuVxGv9 / H7OysRJM0TkdHR1hcXITX65V5eXx8DJPJhNXVVXg8HmQymTPR7PLyMubn59HtdlGv11Gr1RhFyjNgQGOz2eR5dbtdtNttlEol + P1 + 1Go1Mabj8Ri7u7uSuXk8Hng8HjSbTUQiEcRiMYxGI9RqNXHkjIQ7nQ663a6sg3K5jMFggAsXLqDRaKBSqUgg43a70e / 34Xa74fF4UCgUUCgU5D5bLBbkcjlxHJyL7XYb5XIZAHB0dCSOZzAYIJPJiPOIRqPI5XISoNDp8PfL5TLm5 + dx / vx5cebMQFwu15nA0ul0olKp4OTkBBcuXIDdbkc0GkW320W / 30c2m8VwOMTi4iKuXLmCWq2GfD6PZrOJWq2GRqOBYrEIr9cLj8eD8 + fP40tf + tJ3mGn3x1Nj9AHIzRuPx7J4GXXSSI1GIzSbTYEWQqGQPJxYLIZCoXAGiuh2u2dgCZvNJplBp9ORiNBut4vjYRrFVJjZAiPTWq0mhoqOyel0SupGD03Dy + iY565pGnq9nsBHdrtdItVeb1IfwvOlQeVCMZvNEhHTidBQ8zxoDJVS6PV6cn8Y0bhcLrnW8XiMarUqztblcsn10uAzgrNYLHA4HGJwmSKbTCaJWHq9ntzDWCwGt9stGQSdlKZpsNvt6Pf7kk3wOzSODodD4Ip8Po9OpyOwH2EKZkaMsvjbTqdTDOyTMCqVitwHv9 + Per0Op9MpETDT + cPDQ / j9fhSLRVy + fFmu7 / r167hx44bMF0aCmqbB4XDA4XAgEAhgOBzC6 / Uin8 / D5 / NB13UEg0Hk83lx2O12G06nU747GAxwcnICpRS2t7fPPBulFILBoAQF5XIZqVQKXq9XnFIoFJJzdzgcKJfLyGQycDqdiEQiEqmWSiWZ0263G51OB0opbG5uotFowG63Y3Z2Frquw + / 3IxwOyxqh87NarTInK5UKHA6HwDsejwdWqxXFYlHgkL29PZnL8Xhc7Eg2m5UsghlXJBJBvV6XCJsZTDqdRiwWk / nbbrfx / PPPY25uDu12Gx6PB4PBAKVSCQ6HA6FQCLVaTZxUv99Ho9GA2WxGu91GJBKR + / / 666 + jWCwiGo3C5XKJLQiFQjg + PobX6wUwWfu6riMcDosNeth4aow + I0RGFfToxAhpFIile71eiWyI7dlsNni9XjQaDTkOAIE5 / H6 / YHij0Qherxd + vx + 9Xk + iX4vFguFwKFAG4QVi24xmy + UywuHwmeieGYQRw200Gmg0GrJIeD50NnRQ / X5f / p9RdbvdhtVqFe6B + GG32xVj3O / 3xYDzPHq9Hnq9HhwOh2QZhFt4vxwOhxh6YuH9fh / hcBg + nw / FYhHFYhFmsxmRSAR2u13OYzgcwu12w2KxoFqtwu12y + 8Mh0N0Oh0EAgGBKRj50KCPRiPY7XaJwpjtAIDf7xdjx3vPqAmYLAA6UkIKdIKM9mkInoRBYxsIBCRCnZmZEdxc13U0m02MRiPMzc1hYWEBi4uLqFargsUzot7b24PP5xMuqdfrIZFIYGVlReZsr9fD0tIS0uk0arUaMpmMRJydTkcMr67rqFarKJfLyGazEgRtbGzg0qVLsNlsCAQCMJvN8Pl8aLfbuHbtmjiL7e1tHBwcIBKJwOFwyBzy + Xzw + / 3ioOr1ujj6cDiMfr + Pk5MT + P1 + NJtNuZbBYIBCoQCLxSJwRz6fl7VitVpRrVZRq9UQjUYRDodRrVaRz + eFG9J1HZFI5My9rdVqqNVqeOaZZ7CysoI7d + 5ga2sLVqsVly5dQjAYRLPZhNvtRrvdRiqVgtvtxsbGBmZmZsRJd7td5PN5XLx4EcPhEK + 88gqCwSCCwaAgBN1uF8FgUDgQu92OVGrS1mdlZQV + vx + apmE8HqNeryMUCokj2tzclKCm0 + nA4XAgmUxiNBphfX0d5XJZ1syjxlNj9EejEQKBgJA + hHFIsDIKpcFmdMAFTtLX6 / XKAwcmRJTb7YbJZBIDTJy7Wq0KecjIstVqAYBE7jRUFotFonen0ynHpqNg + kuIglmFpmnwer2CIVosFsEyeY69Xg8ej0ceKCN3ZgZOp / MMacUoiemrMWImjDQajdDr9SQr4rnR + BI2M5vNYliY3RAuS6VS4oT4XzoHOj / yASTLCSGUy2W5DiOxzUlOHJ7EHa + TvEi1WoXZbIbNZhOjwuiz0WgICW7kMrxerxBwzJg + 6KHrOi5cuIBgMChGyOfzIZPJoNlsYjgcIpFIyDXs7 + 8jGAzK3K5UKsjn85ifnxfYjA4 + lUpB0zQcHBxgd3cXyeRk18GNjQ1YLBbMzs4iGo2i3W4jm80CAGKxmGRe7XYbbrcby8vLGA6HSCaT0HVdAhmfzye8g1IKR0dHcLvdCAQCcLlcWFpawu7urry + vLwsRl7XdZTLZSwsLAjMSmix2 + 3i4OAAiURC1pNSSrKBk5MTmM1m1Ot1VCoVweC9Xi8GgwGq1SoymQz8fj + cTifq9TrC4bDwS + QCI5EI0un0Gf4skUjghRdegKZpCAQC0DQNfr8fhUIBtVoNdrtdbE6 / 30elUpH7YbfbcffuXXQ6HeFAOLd9Ph + UUsjlcvB6vRK4HR4eIhaLYWVlBU6nExsbG7BarQgEAojFYgiFQqhUKvD7 / djb28NwOBQYx263S7bQarUkK3 / UeGqMPg0 + jTcwwYx9Ph / 29 / eFPKXR73a7EgkZYQtGjEY8klEgSTJGm7VaDUopNJtNdDodiYgYQdKgGolIKgo4EYrF4hmjScLLZrOdIUdtNpukiHQsqVRKFgIAOS6dAckoEnUA5JzolNrtNrxeLzqdjuCYTAWZDg8GA4n0ea86nY6k7e12W5wosw2eS7vd / jYDzUzD6Ih5XwBIxsFsRNd1ga6Im / IanU7nGYKZcBkjR6vVKlDNaDRCv98X3JeOls6HC4b3 / kkYdrsdc3NzqNfrODk5kWh0eXkZX / nKV5BKpXDhwgUAQLfbRbFYRLfbRTQaFfVXIpGQoCCTyeDo6Ah + vx + 6rqPVamFra0vmSa / Xw87ODsxmM46OjlAul + F2uwUuYcbZaDQQDAYxOzsLh8OBYrGIdrsNu90Oi8WCmzdvIhwOY3l5GZ1OB41GA7u7u / D7 / TJnvV4vAoGAZNzZbBa6ruPll19GoVBAJpORtcd1SCir1WpJ5MysutlsIhaLYTweI5vNCk / xzW9 + UyDIK1euwOfz4fDwEI1GQzJJogO8DjqPg4MDhEKhM1mq2WxGLpdDLpeDz + cTYUKtVhNlXjweF2iRARqDJwovxuMxAoEAyuWyPNvhcIi5uTnE43HJ4Jh9M9Cq1WrweDzodDqSsdVqNTidTrRaLTl + o9GQwG1xcRGBQAC9Xg + / + 7u / + 9A599QYfZfLhXa7jcPDQ5hMJkSjUfh8PsFyA4EAqtUqBoMB4vG4RIvVahUul0uUNb1eD1arVSAZen1ieLqui3OZmZlBo9EQmScfAklfSgUZ2TI1IznqcDjOqH0YDZCQMkIU5CAIZ7hcLnEIPG8AQjxTzUOjyQiPv2M8J6vVKgqeer2OwWAgEZWmaWJoCfPwfTozch8853q9DgCyIPr9PhyOyW5xPDe73S5OFJgQccyIaKyYtdFBGp1lPp + XNNhmswlEw8URCAQkouI9JYTGTMpsNgtRboTO6MyfhEGI40 / + 5E + gaRquX7 + O8 + fP4 + TkBPF4HBcuXMDGxgZarRY + / OEPQ9M05HI5bG5uIplMYm1tTQKJQCCAer0u0JvP54OmaYjFYhgOh4hGo6hUKvj4xz8umYSu66jX6xII7O / vw + l0wuFwoNlsolQqyVwk5xCJRHBwcCCcg6ZpCAaDCIfD8lzr9Tqq1apAgYPBAC6XC / F4HL1eTwwtf5vEczKZRDAYFKPJTJHBSKPRgNPphNvthtfrRSqVwrlz57C3t4dms4lMJiN4fqFQEMUejXOpVILb7UY8HoemaSiXy3A6nbBardjZ2YHJZMLi4iJCoRDq9Tqi0Sh0XRe8PRQKYWdnR7IqikOYIc / OziIYDApEqWkaksmkcJDf + MY3YDabheCOx + MYDocolUoIBoM4f / 488vk8Tk5OEAqFUCgUoGkaPB4Pjo6OJGjJ5 / MIBoOwWCxIpVLodrtYX18XmPNh46kx + sRqo9Eo + v2 + 4OFKKfj9fjQaDYm + W62WfJ5KHSPpSrin2 + 3Kn9vtFmUMsX5CB0yzmZKZTCY4HA5ZHNSiM8Pgbxkzg2q1KvJEj8cjcAvxbk58EkvD4VAWhDEC4 / 8bCUtyDoQ0jLpk4H4ETGdCPoQ4KbFZYonAJMJmej8ej4UkokLG6ECNUjkuoHK5LDJWh8MhjqXdbqPX68FmswnO3Gw24fV6BRsej8dIJpPiYGjQAQj + zWGxWMRZWSwWWK1WRCKRb8P1SVzzs0 + KeodQx / Xr1wVa3N / fh8ViQTqdxuHhoUTX2WwW29vb4izn5ubgcDiEo1JKibEtl8uoVCoC4YRCIVGs + Xw + RKNRHB0dodPpoFqtigIuFoshHo8jEokI6dnr9VCpVM5EmrFYTCShg8EAgUAACwsLKJfLaDQamJ + fF7iTQgRmcgcHB8J7EfOv1 + uIxWLweDySlddqNezu7soaZrTO9dbv95HL5eBwOJBIJDAYDJBKpdBqtXDz5k2BQEajEY6OjqDrOqLRKIrFImZnZzEajbC2toZicbIX0tLSEvr9Pmq1GlwuFxwOBzKZDFqtFuLxONxuN + 7cuYPhcIgrV64gEolgaWlJYBtmTZScHhwcYHFxESsrK8hms + h0OvjYxz4GTdOwu7uLfD4vRvrg4AAXL16UdetyuVCpVJDJZODxeOB2u3Ht2jVZ + 0QYWq0WTCaTKHmuXLnyyDn31Bh9RnNMozgZGd0y4iXLHYlMahPMZjMCgYAYVhrnUCiEcDiMo6MjiSbI9huVH8PhULT6jGj5ORZpeL1eMSxWqxX1el2cD7E / SgsJgRDeoEafET6JTmLPxoIPyhtpzIjHU3XBQUWOUR / NSJf3hE4sFAqJWoCf4zVQEUH5J8lXo4qKRpoOkfgi6w / oqOgsSRJSrkqsmiQipWp0JlwEzHB4nlQskMijdJaSUcI3rK1g9kOOho79gx4Wi0XmNSEZSv90XRc5cDKZhMfjwfXr18HivQsXLogDJlR4 + fJlPPPMM / jqV78qKq1oNAqn0wmXyyXFbcSp9 / b2UK / XEYlEEI / HhdzvdDpYWloSQ + / 3 + 7G7uwtN05DNZlGtVkUvz2dAqEIpJeRxv9 + Hy + VCq9VCoVCQ + UIYh3LSK1euiOQzm83C5 / Ph + PhYZJZU5NjtdsnEmcUxYyY84 / f7cfnyZcTjcYFCHA4HvF4vDg4O8OKLL4rufzAY4Ny5c5IBulwu9Ho9FAoF4YEGgwEqlQqOjo6ECGeWwAyYSh / WBthsNjQaDeRyOSilUC6XBbYhakFEgHyV3W7HxsaGODav14uFhQXMzs6K86FUenZ2Vvgt8gqpVEr4xIeNp8boE8enISFuTBkfcWgaYRKKoVAI7XZbDC / JSEa9oVAIxWIRo9EI7XZbJIm1Wg3NZhPhcBjJZBKBQECMLKtxaciazSZ8Pp8YFqNh42IkvgrcrwokYUODSR6Ck5zpdzAYFNij0WgAgBhfm80mhK0RLmHWQ4ydhVHMXHieJDo7nQ4KhcIZ3JySS2q3aZyZ2tL4Mzqj5pqRJ6NzOk8 + JyM3USqVEI / H5Z4a5bKUn9IJ8NnSaYZCoTO6dToto / qIwQBTZP4 + + YoPejDbOXfuHGw2G4rFohTGEYvO5 / NibIrFIsrlMi5fvix6bWarzFRDoRDW1tZw8 + ZNyeZ4j1kQdPnyZXz0ox / F6uoqjo6ORJaYy + XEiGcyGSwvL0smRyUNs7pGoyH4OuGywWAAn88nmD5xdPIvJKMB4Pz58wI / 8rXhcCjkbD6fh8ViQTgclsJJZrzj8ViI4PF4jFgshv39fYFN0uk0bDYbyuUybty4IQEFnWqr1YLNZpNAgVg / iz89Hg / m5 + fh8XqGEwIAACAASURBVHiQSqVwcHCAw8NDeL1eCYK4Rmn0OQ99Ph + 2trZw9epVBINBZLNZcX6FQgFmsxnxeFzI53a7jaWlJVlrzzzzjGRE4XBYovvxeCwdAZgp2 + 12zM / PCwTHTP1h46kx + iwIYRRCDwxAJr7VahU4hfIoj8dzpt0AHwwNaLfbPVPk5HK5pMCk0 + mgVquJ + oYFJjRGNJ78bUJOJIpovPmdBw0sjePMzIwoYuh8mNLGYjEAkBLsfr8vETYLqowaYaqCCPNQwvpgpS4nPY2jsWLVWGhGI8viGGKqACRb4LXa7XaRytKAAxDtNWVqAATjdTgcCIfDMJlM8Hg84pipxAmHJ3vP05gzG + I5EGZjtkPjUywWRTUBQLgapZTAGU / CoJEMBAIoFotYWlqSrO34 + BilUgmBQADRaFQM4srKChKJhGD5vV4PR0dHIkfMZDIiXyQHMjMzg1KphHw + LxE + o07KDK1WKxKJBHK5HGq1Gsrlskhk9 / f3kclkhEfi87DZbLhw4QKsVitKpRLu3r0rkOFHP / pRWK1WzM7OipCAhUbXrl0TiMblcqFer2M4HIq6JZ / Pi9PI5XKS5VJpNx6PMTc3B7 / fL9kSMf1er4d4PA6z2SxkMnm8ZrOJSqWCpaUlOXa1WsXR0RGi0SgASJTNbNnv92N2dhYLCwtShcyMIpFIoNlsShbcaDQQiUQQDoextrYGs9mMZDIpmQn5pLW1NQCQ4k1G / 5FIRGDRSCSCbDYrTlUphTfffBM2mw0rKysSWIbDYSilcO / evR8snT4j7FarJaQmo3tObKfTiVAoJO + ZzWbR8hqJPUYK4 / FY8HoA8Hq9Z / rMsMiEWQNVBMb + ObVaDScnJ8hkMlhYWJAJSfjJqBYhdGM2m6X3DaNnOhYaYE4EQkqMvojh08EZFwwNm91ulwiS8lNjERonKLMAtomw2Wxyv1mSz2idi5zOg0U6vEYqZABIZMKMgPCVy + WSZzQajVCv18 / 0GqFKiNESiW0qm8xmsyipjBWnzEiMWSCrfZkNErayWCzCCz0Jg3UOND7sLVUoFFCv1yXSpYqFBP5bb72FXq8nsADJS86pw8NDgT8puSSRvrKygkgkIo6BGVg + n5dIend3Fzdv3sRrr72GT37yk2eq3KvVKhYWFs7ILKmSSSQSknkUi0V55pqmIRQKodlsIplMotFoSOW0z + eD2 + 2W1iqJRAKdTgc7OzvCI4XDYYRCIXn25HyKxaJwOaurqzLXWLDHOgIaTZ43v8ProuNiUVytVhN + gAIOSmWpeCPcEovFkEgkcPHiRbTbbRwfH0sBp67ryGazErUvLy + jVCqh1 + udkbzmcjmpKTg6OsLa2pq0pFhaWoLdbheIaG5uTtaC3W6H2 + 2G0 + nEM88884Nl9HVdRz6fFzUMsVuLZdJ4jXglsTJKCWlI6eXZwoCfo06eqhzKGGlsAEgqRy6BxKjf7xcFC1MtGh0AQiQzMiDcw6iWhpPXx0nEqIY4PKMhGmiTySQLCZgY2VKpJK9x4fPe0CDTIbGClnwDpYyEpXg9fJ / fowMql8sCk1EmS1iIDonZFFNqKoweJOFdLheGw6FgqEbHrWmakPAk342pOUljLmBK31iE12q1BD54sFnXk6LeAYAbN25IURVltU6nE7VaDclkEvPz89I0L5fL4eTkRFRVzWYTh4eHiEQi4jzYJ4r3NhaLweVy4eDgQJwvAx + SpoQXG40GlpeXsbKygmg0ilarJc0J2aKAQQh5GSq + bDYbksmkcEXMck9OTqRad3V1Vfi1ZrOJmZkZVKtVHB4ewmKxIJlMiuOJxWJYX19HJBI5M / 89Hg / q9bpo1DnniavzvXa7jYWFBSGwg8GgRNt0qKzpCQaD2NjYkGx0aWlJ5my320WhUBDlkslkksp + ogiVSgWapglhHIvF0O128cYbb4gK6NKlSwCAZDKJRCIhih8S1qwtiMfj4iw5 / yuVCnw + HxYWFnB8fCwycApQGPX / QBVnMaWnByVZSUUAjRujZOKbuVwOwWBQiBvCPFwwVLIQAmGjLrZV4OKgwWBVZ71eR71eF8iJ0AkrCxkl7 + 3tSal4o9EQbM5IcNrtdiFPmaoyUqURHQ6Hgj2yrQDhDJfLhYWFBRSLRXFwAASi4TUDEINIPJNGkGQYr50RPoupXC6XlH2bzWaUSiXB + pmd8Bij0UiklA6HQzIzGhkaYmYOZrMZ0WhUfpOOhkaL3zWZTFI8RIzYWIzE32bdAaV0vA6So + QjnoQxHo8RCoUkoqzX67BarajVagKzsG0HYYRoNIpvfOMbuHDhAhYXF + HxeKSxmMViwdHRkRRTkfCrVqsSpZZKpTOBilHevLu7i93dXayurkqFKCtASbaazWZ8 + ctflrlI2IfHIxHN6u179 + 7B5XKhVCqhXq8jlUpJpTaJ29u3b8Pn88FqteKtt96CyWRCMpnEZz7zGdy8eVMK8iiQKJfLqFarAoX5 / X4sLS0JFMNMm5wOBQP8N6P9RCKB + fl5mcNvvfWWYPQA4PF4RIJJtVAoFEI6nRZ1Ha / barUKROt0OmE2m3H16lWxHVz / sVhMIFzajGeeeQbpdFqktszSKLqgHp8qIarPeJ3MwiqVyiPn3FNj9EejkRQ4ENZhiwTCNIQb2KjL7 / dLyTohFCokCBkYK + pIMAKQlI4YOqMTTdPg8 / nke0yPx + OxyNqI / QOTyUg4xUgk0wAZjSsLrJgRsCLY + D2qUQhzEb6hDhuApKx0hMxsCEvxeml4SXLTSVBjzMifhtVsNov22Kh4on6aDo1QEh0nI3gej + fIFNlY41Cr1TAYDMQhARO5rtlsRjAYlHTfGJ0aK3 + NbTJcLpdwEB6PB7VaTe7Nk1Kcpes63nzzTQk + 8vk8VlZWpAgom80iFAqhWq2KA02n0 / jsZz + Lzc1N0dGfP38ew + EQgUAAgUAAb7 / 9tmSuzH6I + 5KEJSQ2Gk3akCwvL2NzcxOj0Qh7e3uSDa6vryMejwt8AQDnzp3D6uqqGCfeZ / 6bz4D9aQAIFMsePkbeiKTp8fExarWa1Np0Oh0899xzoh4bDofi4KLRqGDeVOgQzqH8mLxHrVZDt9tFOBwW3o9z3Wq1wu / 3n1lXDOYODw + lPUapVBLDXqvV0Gq1RBnF9U4 + K5PJCL82HA6xvb2NRqOBubk5yeK3t7dhtVpx7tw5VCoVKfoiSW3kHIliAEA8HsfBwQHi8ThmZ2exvb0tUNnjBDNPjdE3RmokEI3FUCzCoEcPBoMYDofyMIrFopCj9OLA / R7dNFAkLGlcqAgyShqNJC0jUUbuAMTgGWEeyjOpPSfrT8kkf5OZhLHVAlshGMlMRiDdblc6DlqtVokA6CjYAI0RHQuejJi7caLw9wl3GY0zoxji4vw + AJECMqvhIITFLIvnRadjbNFMJ8bnw / Pgs8 / lclI05vP5RK1g7FNUrVbPNM2jqogGiPzMk2L0mZmNRiOUSiWEQiG5zyRXT05OhM + 6ePGiVDcrpXDnzh0MBgMkk0lx + uPxWGDH0WjS9TGfz6NUKgk0VyqVJBsz1qdQBEBjQ4dOHoffNWZ3qVQKZrMZe3t7yGazcDgcuHTpEhKJhPS / aTQaqFarMs9Zz0LoiIqrVCqFVCqFcrmM9fV1UQGxKpmEaDQalf40nEusc6BDY2YATAKHUqmEfr + PWCwmmdPh4SESiYRIsa9du3ams2wymYRSCicnJyLz5dzy + / 3weDyoVCriWJkVu1wu4UwqlQpisRguXbok8k06xW63i9deew25XA6BQADpdBrNZhM7OzvSFK / X62FjY0N6g7ndbrjdbszPz0sgls1mxck9ajw1Rp8GgcaWhoWRJ1N7Qis0VoxSiUlSqkjjT30xi5sokzTCCoR8WGxFPTEHMwFGmcSreY6DwUAkeCSkGekMBgMpVqEShVWuNFJU5rAfiDF1ZXEKs4lOpyMRgdvtBjDBYNkwjtwI3yf5R + iFklB + h0VglIYSViHxzBSVC5cOjhJSLnBuXDIcDkVZAUA + 5 / F4RPNM52t0CMYKTfINlHASbqNjZJV2r9dDIBCQxVWpVEQB8jiVi + / HGI1GUg / BqnCqlpjtdLtdrK2tibig1WrJHPN4PLh37570uJ + ZmZHulYQjhsOh1KPQkbLtiMUy6dwYi8Vgs9kk4gQm85oKn263K + 2YmS11Oh0cHR0hEAjA4 / FIAEOo6itf + Qra7TZCoRCi0aiQj8xo6OgcDgeWl5clOne5XPjmN7 + JYDCIdDqNwWCAfD6PfD4PXdcxMzMDYNLi + Pj4WJ7lrVu3MB6PMTMzg2AwKPPN7Xbj8PBQirMODw / h8XhEmZPNZlEoFM7sR0D + yNix1uPxyDMoFArSb5 + KoRdeeEHgRKPqh1XAhUIBxWJRKuOr1SoSiYRA1Lz / nU4Hi4uLKBaL2N7eRiwWg9lsxsnJCRKJBCqVClZXVwEAhUIBb7 / 9Ns6fP4 + ZmRlZ8w8bT8bMf4zBIikjMceFT2NAYoTEIVskMCIxqnaoEWchVrVaFedBTJmSP6aGfI3Gm4aOKSThDhpQOh0Sq8S6idGzD7exlz6NPckyRr2BQEC02Mw8ut2uVJ / W63W0221JHZkJET7ivxklHh8fQymFpaUlgYxY7ctzIO5JZ8aOnbx + YxsKY5Uw + RcukHq9LrhwpVKRic / nwfNkGwzgfjEWnx / vH4 / Bqloae6MShCoXRnmUoUajUbn3T4pOX9d1HBwciLEBIFXIVHuFw2G5BwCky2QgEBCjzSxYKYW33npLiL719XWZk9w4SNM0zM / PY3d3F6VSSZ5xKBQScpDBy97enrRN4HPlJj6M2vv9PgqFAtxuN3q9Hvx + P46Pj1Gv1 + H3 + 6VTpc022VyE8Imu6zh37hzK5bLMbxq + tbU1OJ1O7O3t4eTkBOl0Gna7XZqoMeoOBAIiLsjn83jjjTeglMLHP / 5xJJNJeL1eqfxlzys6V0Im1WoVhUJBNlJhQRc7dlK + SeLZbDbL / cvlcohEInj77bdx8 + ZNrKysSEdZ9uMKh8NnYFIafL / fL61jQqEQNjc3kcvlcPHiRWxtbSESiUgP / XQ6DaUUEomEBL6Ur1 + 9elWq2X + gdPr0toyEKBWj0aex4Y5CJCyNxUN2ux2FQuGM6oM7ZgEQT05DyQ1V4vE4bt + + fcaZMJKnmgaAcAdszcDCMUZCbD4GQH6TRWZ8jcbV2B6ZbWMpx6JB5f8zdaZRZ6k9HQMXKxUvhG1ocEkg02j4 / X6BlQgLVSoVSUFdLpcU6hi5AzpcGtXhcCipLo0NI3rCE5Tb8n4Y9wRgKwoAohQJBALS7IrG0ePxSDbH1J7tAlwul2R4iURCVFtPik6flbjMUIvFopTs07l3Oh289tprKJfL8Pl8WFxchNPpxOzsLFwuFwKBAG7evIloNCrzbGtrSzLUVColBDoALCwswOv14sMf / jC + 8IUvyHMk + ahpmnSIVEphf39fyMNyuSxFiul0GvPz82KIgPuQHAMqAEKs1 + t1lMtlMbperxc7OzsoFApSYEUIMx6PY29vT9pOEJ6lfJF97aPRKAKBABKJxJm6HJvNhp2dHaloBiZtFiiMYNtzGuv5 + XnMzs5ibm5OuIZisYh6vS5BAzOsTqeDZDKJmZkZeL1euFwuzM7Oym5vJpNJOD9Cp5QiJ5NJdLtd7O7uikyZRv1DH / oQrFarOOO5uTno + qTtyf7 + vnRDTSQSmJmZwd27d9FoNPDiiy / i5OTkTMPCh42nxuhTa8yCKcIbwP09QPlgiPUbi5xoCKn / ZlELI0NGrIzEnU6n4GM2mw2Li4uyCLn7DaWXNLTE0EmQAkA4HBYjWqlUxEsTxmAmwInFFJeZAGWTNAKdTkdaTTDFjkajks5WKhWpADZCVA9KJznYkpVqGSP + TuUAidNkMikYPaNOZkqUvwKQCN14nnRsLChrNptSr0CewbiFIx06dz5ixE8ZrdGoG4vgmG0Q + 2e1NaNXkpNPCqbv9 / vxoz / 6o5LKs4QfuN9FlR0qCcWdnJyg3 + 8jmUxiMBhgcXERC6d9b3Z3d1GtVrG0tCS1CdxdyePxIBaLCYTn9 / vxYz / 2Y3IvE4mEBDoLCwsCpzDbMO75vLq6KgVOm5ubACDkeaFQkEyBGeRwOBTDFQgE0Gg0pLMoWxSXy2XZuKVQKOC5557D6uoqTk5O8Pbbb0s2TWiVpK5RtUVCn1p5ykBJ4PI3OL + SyaSodaiiogNk51GKJVhtPjMzI7Up5Ol8Ph8KhQIODw / hdDplT4RWq4WDgwMJOo6Pj9HtdrG4uIhbt26hUqlIIzcS9yRoKQHv9 / vwer2w2 + 3IZDKIRCK4desWut0uZmZmhAzPZDKPlcE + NUafBoQNhmhoWUXI8nTKshjZz87OSj + YB / vJG1Up3NuS2D4rWRm1M7InHkp9MDE0whXsZmkkvNhP3KgWYD8fVu92u12srKxIA7aTkxOp2KVahpARdzJiel8oFCQDIpbN6ImGkAQvyTmfzyfnSMUDuQdmQSTISbxS383XjVpvY48eI5 / C7IRqCZLCJG4LhQI8Ho / IcW22yYYXVGXR0LvdbklhjTJROnDukkZlRqVSQaVSkWyv3 + 8LsUd + 5kkYFosFly5dQiaTgclkQqlUkjnywgsv4Pbt21hfX8fh4aEoR0KhEF566SWRc3IXJo / Hg36 / L / fearXiG9 / 4BrxeL3K5nAQDMzMziEaj0p + ecESj0RAVHPdKSKfTsFqtSKVSsn3i22 + / DU3T8MorryCZTAr86Xa7pVCR7Qaq1Sp + / Md / XLpnvvHGG8hmsyKR7na7wmPduXMHZrMZMzMzcDgcePPNNyUDikajsNlsuHHjhsC6TqdTyNFKpSIKpG63i5s3b8LpdGJ5eRntdhv7 + / tSBMZon + IHtqhgIEkIlTJlzmfCVKPRSDp4kitqtVoisT04OMDt27eRTCYRj8fRaDTg9 / uRyWRkH4lgMIhAIIDZ2VksLi5KJTKRAaMDv3TpEuLxuCipNjY2pP6g2Wxie3tb1qNRpPJO48mY + Y8xGMEDk + iSE4NaWbYAoDFhMRULKxh5U31DzNqYglHeaGyeRlKKEA1VADTyPK9OpyP1ADSa3L2HUQ83MGaaC0wgIeL5hCVYHEKVD40rJysrdUmCUrts7HnDLII9aoz7gZKU4r2gNJXYPXFaFlHROVJ6ScfEVJbELT / DVJ8bq / N3aBwIKbVaLVitVsHa6dA1TZO2sXRcXJQkL41dIHmPiclSPshIiVATC5X4HJ6EMRhM9qulWuojH / kIwuGwFFIFAgGkUik0Gg0p4Z + bm0OxWMStW7cEyycuT8zaZrOJA2k2m7Khdrvdht / vRy6XQ7FYxMrKCubn57Gzs4O33noLKysrElGyPfHq6irm5 + clY7ZarbLh + uHhIS5evIjNzU3s7e1hfX1dCrKIm3NDEa / Xi09 / + tM4ODjA / v6 + GF4qrtgum4ZP0zScnJzg + PhYdskjAWw2myUL4H0kcUqVHau + PR4P2u028vk86vW69CCiE6SUc2ZmBoFAQHr + EOodj8eyzgl3GWXNOzs70u8 + m82iVCrB5 / MhHo / D7 / dLpS0A2YCejjkUCqFcLsNisWB + fh5Xr17FrVu3AAA7Ozvo9XpYXl7G4uIi9vb2EI / HpfV0s9mU2p3nnnsO586dw9bW1iPn3FNj9KnS4FZmlOmRXbfZbAiHw / JwiW + VSiUAEPkbAEmZmEpSakjpJPvHkLyNRCISvYfD4TO95ZWa7OhDo8wKRRo + VtYxo6AygE6FUjVG6MaWBey1TU0wC0QoU2Ofeab9FsukYx9ljISRCOewBQVwv92y3W4XKR1xdjrFB5VRvV5P6h2IvRKDp + HhcY3FbEzJu92uwGmE6Fj4MhqNZHs4Y0sKY / sKRkIApJUsHV8oFJLWEcwcqBpiAEA5X7lcfqxy9fdjkOv44he / CI / HIzI96rV9Ph + uXLmCXC6Hmzdvyibad + / eBQCB + whRGjctJ0fAjbzn5uZEDqlpGq5cuYJ0Oo1ut4srV66IyoQE / e3bt8Uosy8 + gyW2XybHtbCwgEqlInOX / WMCgYBkJIPBZK + L69evY3V1FVtbW6J8abfb0grZ5 / MhFovJDnKELo6OjoRUZVZDYp + FesxWw + EwNjY2UCwWJVhgFE9ZLDNRwl / kuki2UmPP7ICvjcdjqQamnn5xcREmk0kK46LRqCjPuO0i + S1W7e / s7CCfz2N5eVkcyu7urqikQqEQLl + + jLm5OZhMkz7 / yWQS5XL5zMbts7OzODo6wsbGBgqFwiPn3FNj9KncYZRGrNFIONI4UefMJmCUOBISojEkNMOd7WmUGFGQPGRDMACizS + XyzCZTNL3gsbbZDJJdMz0jyQqjaXH40E6nYbb7cbm5qbICDlJlFISTbMpGjMEls2zAIVl5Iyww + Gw7MtpvA6fzycqAiP2yeIv8ghU4fC + sjgNgGQYxnYKNPzUdjPKZFY2Go1k0bMHO1vWsk00iS / 2WGFHUGrziSlr2v0NX1gP4PP5JP2mIwEgSicaATpp9vt5Uipy6awvXLiA7e1tgQ6Y1RklupFIROAtSnS5ZSCzOGLzAHDz5k1omoZSqYT5 + XlomoYbN25I5e + lS5fkOZnNk13QCN0QmhiNRqIQOzg4kPMtFouyYxdbm8zPzyMejyORSOAP / uAPsLy8jHg8Lj1jmKUEAgFpabC + vo6trS14PB4kk0ksLy9L8HR8fCxraWVlBYuLi1IlfOPGDXS7XSwtLeHKlStiwJnpM8Pb39 + X5osMrGw2m2jaCR1R0GGU / rJqmE7S7 / eLg93Z2cHOzg4qlQquXr2KarWKZrOJRCKBdDottQPr6 + sAgCtXrmBhYQHABGJ9 / fXXkc / nsba2JgITXddRKBQk0yf3cXBwgFqtBmBSb8TM / fj4WEQplH2zk + / DxlNj9Jn6G9N5tgFwOByo1WoitfT5fFhdXZVKXcIfu7u7om6IRqOS / kciEbRarTO / MTs7K5FiKBSCz + dDqVSSjp6RSATRaFTgh3w + LxE + e4Mw8jk8PEQ8Hhc5Jcng4XCIhYUFIbJImjJKNVaZ0gAAOFNkRCyW0TkJ1W63K + QUYZnRaCQ4eLlclmNyCzpG1ySsmQmwxJxqA56n0bEC99sskPAz9rih4SCExu6XLDHnZ41bWrIikWoKY0EeeybR + fMYXOyM + niuhPdisZgoSJ6E0e / 3sbe3h9FohO3tbcki2YOIzt5sNmNxcRGf / / znMRwOhQPI5 / P40z / 9UyQSCUSjUVy5ckU6Yz777LNSscq58SM / 8iOo1Wo4Pj7GxYsXsbS0hDt37khHz2effRbXrl0TVdwbb7whhmhhYQE7OzvY2NjAcDjE1772NVy / fh3nzp0TZV08Hken08EnPvEJ1Go1vP322yKoCIfDKBQK8rwI / 1y8eBEApBCNksbDw0ORH7NWo1gsIhKJ4PLlyyKhJKFaLpdx69Yt + P1 + nD9 / Hs8 / / 7wEMuzLxHYnDI44V09OTgSONM57AJK9LJy2ceYzAibGnBsOhcNhrKysCHJAR0I4mpnq7u6uVBVTDUROy + FwYHFxUapymYWTB6RzY + UzMCkGfe6557CxsXGmaeI7jafG6NPAERYhM89UjAoZAGcKsZiOOp1OpNNpMfbsYMdIk5twUP8MQHgCZg5MO + 12u + DcLOYybitI40a5JDFFNnZjqsjUkdGzUX7K7xLuIdZNQwbcL2wyme738afSh6Qye / gwMmbrB2YTVPNEIhFpRsX7zesiJENIhBp6RpesEORi4XlSccPq3Xa7LZEhOQdmUiwmIiZNZ8quk0ypeQ0ApOMonyGdITexYUZIFRQzvEgkckbB9EEOtjyggoZ7OoxGIxweHmJxcVHmh9vtxvr6unA3ZrMZ4XAYn / 70p / Hss88iEAigUChIwZLFMtlKLxaL4fj4WNohkCdge + aVlRU8 / / zzAi3puo5MJoPRaCSKLTb0405bnU4HqVQK + XweCwsLGA4nbZ93d3dFVcI5TsfNwiJCoNwEhPUqXI9KKeEgyM80Gg3k83nY7XbZxnThtNWxsQJb0zSkUikJOp599lkUi0VRGPFeJpNJrKyswGQyCTdEjo7raXZ2FqlUCs1mU + oDqOAJBAJ4 / vnnhcBdWFgQnolB3NramvToIQdI5ZjD4ZDAj7ujMYhiNS9hTmYC + / v70DRNOAXu8cE1vra2hsFggN / 7vd976Jx7aow + I2SmoZRR0ZuSSGWkTuwOuN8GAcCZRmW8oUYSMxAICI5MY8MJwc8YN0Nhusu2rzTUVAXQWLJZEo0iS7eNmmVjtE2VEdNEyidp9AnB0DAS16d8kjuNmUwmKYwhqUdlArFUo8FkUQrhL147jSuVT3S6jPwpD3zQSXE3IS5yI3TDPXSJzVNyy2cDQGAZ4H63U / IZzPh0XZceSLw + Y8dRtnsA7gcPxlYRH + QgHEbYjiOTyQifs7CwIEYhEong0qVLAifSCbJVAI0GoQEa6nQ6jX5 / slUkYRvOU1bcUgsPQBz05cuXUSgUpC2Dx + PBhz70IYEOj4 + P8frrr8tmQBsbG + Kc / X4 / 5ufnpZcSHbHb7ZZ6D273yIyNUmk2y6MYg1JrKlssFgv29 / cRDAbR7 / dxeHgobZkZHXN95 / N5xONx7O7uiqae184sijAh242wVoLCCEqKNU2TdhEHBwfI5 / NIp9NIpVKybre3t6UKmhkGgzPWAhm72hpbbvj9fmxtbQl0vbOzA4vFIuqrYDAoa93n8yEUCgmi0Wg0JDt52HhqjD7lijQ2XOQ02i6XC / Pz82dSHm4CTmLPiOPSmFHXStiBUSxbH3MCkqCkQWPfEjoTdi40m82oVCpCshqdBl8nXEE9OvfAZKZinBzkAYwtJYwafNYSUInEqkV + nsekaoHHpwMZDAYSgdB4k3Cik2PHSqp0SJoxdeU9430kTMNFS / KaERAXQrvdlmpRvsbvG4lqRjPMApgpkZhmJEiugkQ / uzbSORixnqSO0QAAIABJREFU2sdZHO / HoDqEC3ZnZ0ea + rH46JOf / OSZHk + 7u7toNpuYm5tDJBKR7Ay4zxGwqK3ZbEow1Gq1ZF9dNiHr9 / vifInVh0IhUVzduXNH + sjfvHkTwWAQiURCnC0NPVsLNBoNxGIxZLNZzMzMYGZmRrg0TdMwOzsrkCzluZQkMwum8wcgQRGzQWM1sK7r2N7elutjEEJohbAvFXHJZBLJZFIqcQuFguD1bHHC4sgHJeLGDpmEhebn5wXL39raEoShUCggEokIZMmKdJ5jMBhEMplEJpNBrVYT6XWxWJRCOLbGyGazZ5ogci9ij8eDzc1NgZrtdjvW19dl06GHjafG6BMKMZvNspMO9fdcJMD9jbcZUXNCMVKnCoURFgBxJGT3eVzKEI0RMolPEqLs6wJAIlYSnMY2p / wN9g1nVEf9OL0 + ZXdcJPwuAMH2GalScgZAsH8uVp6bsY8Ko3VuFMEoR9d1IcwACAFK6amxGIYKERZwEZNnGwUejw6k1 + uhWq1KhE083nhOhLX4THjtXICsLmZBDXmVfn + yp4HdbhcCmK0c6DioaFJKodFoiGNhJvFBj / F4LIU4r776KpLJJJrNpgQRMzMzGA6Hsi8tIz3WjxgLCelQSf42Gg3prxQIBFCv1wXfByaEIjdHpwQXgMx9zt / Dw0MRLYzHY2xsbEj21Wg04PV68fWvf13aLNCJbW1tCVbtcrkEgqUChoVQVC3VajWB7IwyYcqgrVarQEDGim5WoycSCaysrGBvb0 + yTkozAUjxldfrhcfjQT6fl3nhcDiQz + cFWmF7BqvVKpu3k1C32 + 2o1WrY3NyUIrPRaCStP1hJTl6OAhQS7VQMLS8vSyZCYrZSqaDZbCKdTiMYDGJtbQ1zc3PStoLBEGW1JNgpgWYrj4eNp8bo67qOXC6H2dlZnDt3DsViEblcTvbjJJxB0pITgx6SrQ34GgcfElUr3KwCgETzjFJpQAkfkSykbI7RD / / LCJYRDSEoRitcEMRfafT4PQAS4RkzGGPHTF6n8T4B9zMjRufEgI0dO4H7vet5PdQeG9tB0HEyq6G6wvi5drst7S + ogOJrvV5PvsPzJjFMA0MHTe4hGAzKa9VqFXt7e9JNkiqkfr8vcBy35GNREBeGsZS + Xq / LnryPszjej6HrOl599VW8 / PLL + NznPod79 + 7hzTfflIpYtj5otVrSpoD3lBAOJajGltaapol00el04u7du5IR5PN5hMNhiczpfMfjye5QVLoVi0Ukk0mJ1LkGGBAYC45WVlaQy + WkSI4SaEKElF9ynjN6NUKUfObEsjlfmFWSYzJCkpT52mw2aRoHQKCYcDgssIixWR0LGqn0ASBVwRRSVKtV0d37 / X4sLy / DZrNJx9JarSbbSnKdE76kc2XbE2r1L168KGqn3d1d / PEf / zG63S5eeOEFPPvss6LGS6fTGA6HsoHOrVu3ZEe5cDiM27dv4 + DgAFarFUdHR9jc3MSzzz6LpaWlR865p8bos4UCJVPhcBiRSORM / xyTySRFNzSWhA2MKSQjWhoyNhADIIbOYrHA6 / WKgeZ7NJzc4ISwD2EXZhjUD9PRkOSklJC4NQtCaHSZJTDSYRRsrDEwRvKEWoD7mLcxuuciMjoGpreNRkNK5dl3hXI2 / g6AMy0ZCAlRCUEoiuQ6tc2MPBnJA5OqZRJ2xsZXfJ + fJfxAw0x4jJg9AInU6ZApxeS1AxCIg02yGHWRjH8Shs1mw6c + 9SnZkenSpUu4evWq9HKnU97e3j4jU2b1LtVYfDY0qIPBAIFA4AwJzu0Ll5aWcHx8LCIE6s + p0GFle6PRwPHxsXAJDocDkUgEGxsbqFQqct + 5SQv3qnC5XDh37hzS6bRUfjOYIYzIgIAwJvd8MLbnoBSa645zmFAs + zhxnkajURQKBdnEnAaSsMj29rbwJ6wVIWdA3omcA5vSeb1eCdaIANy7d08KDZVSOH / + PI6OjnB8fCxZaTQaFUiHn41Gozg6OpJNW5gda9pkxy3WmACQwkxKMQHId / b29qCUwksvvSTrzuv14tq1a8JjPmw8NUafC5oLmY3IuJCpx2dUbZT38WYB9zFUOgAayWazKX1PiAuz0IH / BvBtJCOJML5HA0ZvzkyAWyCSkCEBA0wyCkY0jHSNEBLPkwaccAoHdyCiMsBo4AAIbk8ClwofY / EWiVemsYRnqLQwlq3TuDDDItnF / 9IAsVkUnx + zGrZoZrTmdrtRLBYBQH6TMA4L10j48Xyp + 87n83IcZh7Er202mxh84 + Yr9Xodh4eH37 / J + l0MVoSy9S + 7bTI4YA / 1YrEohoyOktfN50eDT6PGat + 33npLNhzyeDx44403AEAyJTpV8koul0sKqQBIxTkLFYPBII6OjlAsFjE7O4t0Oo3XX38djUYDFy9eFDkhN6dnYR4hpMFgIHwbAxen0ykdP7leE4mE9MAnBMXjEL6yWq3SirjVaklbETZe45wOh8PibBwOhzS28 / v9aDQawheYTCacnJxIbY5xrwE2eVRKSTEWj0k9P7dNtNlsmJ + fl0aNTqdTYM5sNotwOIxoNIpQKCRFZ8PhEDs7OzCbzfjWt74ldo3qu2aziWw2i2AwiA9 / + MOw2Wyo1WrQ9UnL6P39ffzZn / 3ZI + fcU2P0OelIONEQkoTkf43Vokbo5MFujoz4aSDYo4UGi9G4EbNmNMKWASRlbTabRAokUbmLFrXkPp8P9Xr9TMUjcXkqjozXxYVmdEy8HuLdxpYHRhLTSPgCkO / zvNmDhouDv8FCJkb2xHQJd9Go8HyZFhthLpLcbMdLUo56ZMJNVCcZN46h7JMwEh0PddKsP2C2wR7kfE68bmZGg8FAtvQbj8cStTF6 / qCGUupnAfwsACk2JO7NqI4thtkSmIaHzpDGiA3HaGhp9C2WybaJi4uLAolQjkwFG6WfgUAAxWJRKl8DgQCq1Sq8Xi8ODg5QqVSQTqfRaDRkF625uTmMx2MsLCxgb29PsifKnCm0IIzJ9Uc8nHOXajTKGIl3kzQlf8MGZwyGOP8opWZFKqHDZDIpgU + r1cLR0ZEQpPfu3QOAM / UtJPcfLFqkqslms6FYLKJareLy5csYDAbIZrM4PDxEoVCQAIoOgN1 + K5WKSEzpmFlDk81mpVMqdfvsKGDskmsswvT7 / Wi1WtjY2JB2DouLiyiVSsK1PWo8NUbf + DCoUKChZ5pF48S0kJEEU8oHI39N0yQdyufzEnkboRtmBK1WS / YbpSKAvWOMFcGVSkW + k0gkpCSdTsFut8PpdJ6RV9KYk2DkQybpw8 + Qm + B9MDo3Og3eEyqPuKhoqJk50DDQ2ACTKlZjgRqjeRpQAGKQueDG47NbSVLBRKmmUSJJg8 / Im1EenRNxZf4e + / wzA8rlchKVGSuDCTUxQ6EDIzbNbIQk6AddmKXr + m8B + C0ASKVSOo0cpciELLnnMStuSZIS4iJ5R26IwYLdbsfq6ip0Xce3vvUteeYs4Sf8MxgMkMvl8NJLL2F5eVl6yGSzWVE + seHZ1tbWmUZnyWRSNOb5fF6K / CjNpZNh5k3D3 + l0EIvFhLxk2wh2vTXyPYRtufk3 + 9vUajXZlIfrxahX59zjXrmlUglHR0ei5DKbzbK5POXbDALsdvuZ / a + N6iGn04m5uTkcHh4KgUs4l9AoFVHGDMp4HZ1ORwq1BoPJ5jCvv / 46stksUqkUarWa9Oqq1WpnBCqEN / v9vqisfD4fLly4gEgkIvbgt3 / 7tx86 / 54ao09ikCQkYQB2F6QhZMEPSU6TadLDgl34iG + y6RgLYSKRCE5OTiRaJllGYzcaTbbi465ExWJRDCYxaOqquU8uIR5GZjTyrLhkukstOlN9o9Mywh30 + owqGPkxyqPTMJLY1AAbnQkzHBp / 7gHA86Hz40SmcaWjZJZjNNbUIQMTx0AuhHCBkWQ0OmBeD183Oi1mB3xGTNXp + JkF0NgbuRlmITw28WsqkSh1 / aCHUpPt88LhsDyDUqmEg4MDpFIpIdKHwyGKxaJkepqm4cKFC9jc3EQ8HsdgMJBurjMzM4jFYuj3 + 1hbW8Prr78uBpHENonOdruNzc1NXLt2DUtLS7h9 + za63S6SySQikQj29 / fR6 / WQyWTg8 / mQTqcRDocRCARweHiIQCAgcJTT6ZT1wYZrDA4KhQKi0agoW / h8W60WTk5OJDAhls8omVkgMz3uqsaomAGUcf + B / 5 + 9c41tNL3u + 5 + kKGkkSqQkXkTdNdLM7MxeZm3v2rCdwLEDLFwECRA0iQEjBvLFQQO0SdHWHxIgQZAibYEETRMEBRygH + KgAfIhSBMECJqiBozCl8a73uvs7uzs6DISJVIUKVF3iZe3H5jf4SF3dmfirnekXT7AYGYkXt73eZ / nnP / 5n / 85D / eKdJK8go + U6SqLLSBBi5EFqI2Pj7edM4B + v1qtanJy0moGiAqIFnweAsCGzHRtbU2lUkkTExM6PT3VwMCANZgj94cYhP9zfjZnYpCj5DAkCsxom / 1e48IYfd + sKBwOGy9MaCjJ5JWSLJSiko4KUYwTSVyUC8j6UA34 / h0YPqgZ0CiLDw4Poz4zM9PWfAyuW1IbAicRijElWgG1Q0dBteCAkK76tgkkUEHLhIY + NyDpHUVcGHgWmS9kA2Vj8DlrwPcXJ1dQqVTswGicDZw + mwSnQ6jPe8mNcL / I83i9l88SWcViMaMIvOSz0WiYY + DeuH4Kl7iG8zCi0ahu3rxpCcZCoaCtrS07oBunhsFg / c / PzyudTtvhJLT4QHZJdTW5C / rc7 + 7u2lpE5TY1NWXrhzNfaUAWj8dNv / 75z3 / eckIgYQwb4IbjDjGSyBgBAP4s5d7eXr3xxhumyacHPd / B6WjHx8dWYT8wMGDnK / j1y1xwAhe5NQ7NIWEqyfIk9LKC2uI83M3NTaOEl5eXNTk5aT3xYRUuX76sUqnU1qEXSgtANDw8bEo2H4XgCCimq9frJjeempqy2gWoSOYY4QqABXouGo1a2xhfs / Fu48IYfVAJtAZJUowJA0SIIaH / NV0qyZhnMhk74IFqUjhRkKav5OSINjZVX1 + fEomETTILGbQMwsa5oJgB9Xq0C0qQZLx2Z9UtEYwkM8RQAbyf + / P8OkYCHpTyb167vb3dltTl3qF2JNk906sHykhq0TwYWd + gDc01rx0bGzM + F4eHQca5cd2chgV1xesw / vwbeolrwan5PAiRDc8Kiu08DOgbqkfpSklDMEAM0RWoL5fLmc4ewzMyMqLPfe5zlpykqpYcEy2MOZsgHA4rk8lYC + VQKKTh4WHNzc1ZqT + VvsgOO / Mik5OTyufzdqYFyXfWEWKIbDZrjfdog8JaoT06tAbInrbofNbBwYG2trZsX3pVWiqVsp7zPT09euWVV6zwiuQ9eZH19XX19PRYDyZ69XiBAceVsoc54EeSFQxCR928edP6JqFkg19n7W9vbysajWpmZkaSrO4HCoz17HN20EvkBqFeoZuxEcvLy2o0mm2aJyYmHrjmLozRp / kZDwSDT9jnK2YxKF6GCKdM0yM8OclLT5OAhDmQAIRFwhK0STUpYR09MkKh5lmWFNmw8IgifKEJD5XQE8qFxQY3Csrl96AFUCAG3hclYexZVFAFzA / y0L29PXutp134LiqHgyBQuVy2uQAxU7Tje8SwaTBIoCzKz5HRwuvjYIiYfHtojI93EpIsEkMNBeonJ0Bewkt0a7Wa / TkPo1ar6d69e9YTCJ5 + YmLCAATVxvDHqVTKHDBzBEpG5XR0dGStCXZ3d1Wv1 + 1cCOShREUYNXrhcB4uxWDJZFKvv / 66qaE2Njb01ltvWYM10HcsFtPg4KDW19clyU7p8i2KSczSwgFETBRO76SzszMz2uTLaO0AVUl0s7OzYwlkqn2DILCe / SB91mOtVtPw8LCmpqbMKd2 + fdtk0xjjyclJo0zQzHOaFqieqHfuH4 + ghEamXgVKbnR0VGNjY1pdXbXrhL6lgpo929 / fb9Tm448 / bs3WSOL6vJhvp0KtxoPGhTL6bFSMFf3TSRaGQs1GTdAkp6fNQ5q9 / pWND6LHKFH1B2VDMs2repBFQquEQiEryqIXBsYcfTMPcmdnR0NDQ1b9h6NCly619PBecgctMzQ0ZL1BQK / IO / kMopyenh6jMwizcQj + nF3qEbzUEeTOtZBYQy5H + F4ulw1RS2q7Dl / pTASEc4Iq81EODm5oaKiNouHZ4Mg7 + + WQZJOaFI4 / HwFNu09iM8gPnYeB5E + SgQj6p9NtsqenR48 / / rjC4bDK5bJKpZKuXr2qUCikqakpc4wHBwd2zgBRzdzcnAYHB1UqlbS5uamBgQG9 / fbbmp + fN9TOyVs0DaSWAbnu5cuXNTQ0pEKhoG9 / + 9sKgsAonzfffFPT09NaW1uzA9wxQJzWRsU5VA + CAUkaHx9XPB5XLpfT0dGRzs7OlM / ndenSpTa6BhBGFE / UA5UHp53JZGyvES3gDL2qjs + hl8 / a2pqmp6d1 + / ZtA1EApLOzMztTg / XsoxhqFKCvqFMBoIyPjxvFk8lkrAV4tdrsDtrf32 / G3MtVpWZEAHUF2Nne3rZrIIoFDH + o + umTxJRaLQcwiCg9EomEPSwoCHqa + DapcHOgQVAPTdOQGpbLZXM23kCRtCL8BjnDxcXjcW1ubhonyUIggvCHOsDdoUgBbbDASZyCogn / QW + epvBVwPzfF2XB22MAuZb7ybxoC + ElpYSXhLW + nQLOAeODE2BxNxqNtvbOvAbFAfyy71bqDThID8dH9TAUEs4fFCSpzfn5ucDhn4fBesIhc9ALtSPj4 + O6cuWKGTkOd19ZWdHY2JjVe8Czb29v2 / wQUd24cUPb29t67LHHrKUxnTIltVXgZrNZiywQG + AsZmdn9eKLL2p3d1fz8 / OamZmxk + WGh4e1vb2tkZEREzAUi0XNzc2pXm92hDw7O1M6nTZU29vba2qXxx57TMvLy1paWjI5r9SqffGAz + eFJNkBLUSEiURCu7u7Vsjp5bmcQ3F4eGhn5RYKBfX09FixFq9nvXCAEg0TyTGQq8pkMlb1u7GxYVQdNoXn1tvbq1KpZE6FVsnQejTZSyaT1g6CfCPMAmsEp + XzPUQHDxoXzuiDEjE4hPOEZdAt6LehR6AcMPJDQ0PGyyGrBC0SMoOsJFljNA4oDoLA + HdCPRwFG45zMCkUwdAHQWByteHhYaOhQDXw8khA6envi728E / LXK6lNHukrcsktSK2 + N6BEaC0coC / 6kVpRCPPuOU / eC2XDYhwYGLCKS + 7Lq4ww + vTKxzF76aHPMYB2iID8c + + sXPbRhDf6OAVe96gHahacIQl29N6gxv39fZVKJYtk8 / m81tfXNTU1pVQqZc9uenraWiNw8tre3p5SqZQ51N7eXr355psKh8OmFZ + dnVU6nTYhwsHBgZaXlw1A3b5924zx5OSkHcYO9Tg9PW0SUKpOx8fHTW9P0RTcOKdm0WOG4khoSxRlUJWSbE + j90daHYlENDU1ZfQfPwMoIUAg4Vyr1awOh8gVxRwnXpFEPzs70 + rqqq1lpNgLCwu6dOmS9Ugir4adQdyQSCSUTCZt7wwODloLDJ7H1taWgb / Dw0NTFvH / er1urAZUFRE665 / nyv5 + r3FhjL6kNsOGUQRVEIr6RCsVqITEQ0NDpiPHKFCpSfgntagk + HY2HoaGBeFbMoBSBwYGrCcGSVMWmufreT8LmEQmP + O1Y2Nj9pBxfHSvRJGEVM63ZPCKFhQAPkcBQiYJK8mMP68BZUmy5BLXgWHH4PNvkBjOgznEWRAdYfx5LxuAjQvXz88If / 3zgmqjP5JPjnM9RCReCgvtdx4G18kzxwGkUiklk0mrHC0UCgqCZg8bJJWvvvqqoWl60DAniAFoMkY + BudLmwCSkvDR1WrVUDB5hUajoUwmo29961vW3G5iYsKACJJdEDc5tEQiYZW0KFoAWY899pgd9oL8eWhoyCjQSqWibDarJ554wqpVQcfIdalvoLNkEATGh7PmmROv1gPVS82kLDw8CjSpFQ0ikEBXzx6LRCJWhyPJoiPmGTHH9PS0AcnDw0MDd0SpnH0APZVOp02GjtSc5Df2ifweh8pks1k1Gs2q7WvXrj1wzV0Yo0 + oT7hP / 27QKgYNOoLGYfC68MYYHNAvPB2I8PT01Lox0hkP7h6NP8gRA + 4NZG9vr8bGxszr + gw + 6JqkliRDnEi5WFQYb4pUcAI0sUKHHI / HrX8P0QqbmcQzNBDhMMaWjUrU4PubQKew2DxaZu7YgBhnFEBw5iAfFjivxyjhJFjM3CPPgXnFcUitIj2 / FkDufJb / nX + 2zClU0nkYXhIrSdeuXdPo6KhVQ1M8iOOnnw40DkDHr6vT0 + Zh2iS6o9FmI8F79 + 5pd3dXN27csCRiNptVvV63pKfUzG / l83mLiuhjf + 3aNQ0NDWlubs7UaKxp9s3U1JSy2aydD5HNZi3Z72m1er15UhiUZjqdVjab1dzcnF566SXNzs7qx37sx7S4uGhrjfN + 6 / W6JXszmYytPRLYIyMjKhQKFhFSOQ / 92dfXOk / b55 + I3FEM4ZQQgEB1lctlTU9PK5lManh4WJubm7bW6bRL4Zf / bBLAgJNIJGLJYkAlLAaRMn8jYoEO9fYG + zI1NfWOvNf9xoUx + iTyQDsgeSoAvfcjmcXkYPA8Fw0NxKEJUC69vb1thSs4EPhskCy8IMiKxQRCJXwkuSq1EpK + VQJOBeeFkSKJCs0xMjJi1ZfofekwCQ1CRh / DJ7WcIOiZa / KJKqlVP8B5sjgC5lBqJWuJuFicqKgw2OQkPLeJ8 / Gfy / MEifOMMfiedsKheARPhMQ8svi5Pr / ppVYHUsDCeRjhcNhySIuLixoZGbHq44WFBTUaDTu57M6dO1pdXbVnQoKQQ28QFZRKJW1sbGhiYkKNRvMowKGhId27d08DAwMqFAqGkAuFgiRZC4harXkU4 + HhodFL9NePxWJKpVIWPRI1U4CHYaMamiii00ixptPptGZnZ7WxsaF0Oq2ZmRlNTk7q2rVr5mjYk6VSyU6EYz17BRxrE9EBklSUZ1QZU6Tla1JwCoCHWCxmDpWcHEAlm80qFotZ906iGz6XSJx73tnZsfMkkKZScEYUizyZKCSZTBoogp7C4HPPUL4ezIyMjLS1c3 + 3cWGMPgdjS2rj7uCzKVKBx8PYeYMryQwn6B + P6 / + PweYhYPTwwkio + DcGh9f5oia / 2EEkSAsxvnwXhs6HoCRvh4eHNT4 + 3pYwJcrwSU82ARw7aiAMJdeE80IJQYtd5pM564wAeC + fDXrD8bCZoNb8PPrkMI6NucSY83Newzx6yaxPMDPvRAA8T66deeL10FznhdMfGBjQxz72MYsc4e6HhoasXcDdu3ct / 8T5EZ6GCIfDppUH + dNzHxQ + ODhopfpSc43ipC9dumT6cpKao6OjlmQmIY5iB1B0fHxsrTJYZyhwMMQ4e35OS + GTkxMtLCxoenpan / zkJ9XT02MUCjkrdP2RSES5XE7hcNgkqNRaMG + VSqVNRg09ksvlzHGiimPNIsZgL8RiMatloFqYBmlw6cfHx3YQDLUydASAf + fsX1q7sBYHBgaMvsMJQJ + xBwBeUEGAQSpxoXQBvLyO2iMqit9rXBijD1VDwkuSld0T2lKwIcm8qtTiTeEUcQZwj769AXy + T47wuY1Gww7toEkWG8NLJDF0hGteKw6KxRDiIDBKRDAMNqDn1FkI8PYgIN4XDofbwkzPt7NpSUoxFyS5cTR8F0iCRLVH4BgMSYba6eTok05sCO6HayVS4Hu84ofn5p0cNQfI + Sjn94lZ6CXWgVftdEYX52GEw2EVi0Wdnp6aMiuRSGh4eFi7u7vWm4ZupRTi8FyYF7TqHJji + 8D09vYaICK6pbYBvvzKlSsaGRkxg4xChfYhUHQ8SxKTUG20IUEdRBRKtAy / zz6LxWJ67LHHjD7E4UHtVatVlcvlthoOCqtI3HrJ8 / HxsdbX122fsh7oHbS0tGR71fduQmKKM + B70um0JNm + 2NnZ0ezsrDmyVCqlarXZxZS8HrUQULfo9bk + isGIBnBiQRBodHRUmUzGzsLlfVQw81k + KsCWSLLowh + 5 + W7jfKz8hxgsbsLDzkpTNjP8KBl0FhCGBYTDxmEjeJkfeQAQoyRLymJUOMCCBk54dB4CXprCLU + TeFUJaBQ + 2ydWUQvh2Dzd4p0H14jSAQ19X1 + fqYkwdFQeQ1eBWEDh3hj6eUVi56tzvYrIG1c4TBamnxdoNKIm39uI72IOoHYw4MwZtIJ / rr4al9fyXHAeOFYc7nkYrN94PG4SSdYnRgnUixLm8PDQmv7xnkQiYXkhpIjr6 + tGOQ4MDFhSkPzI6uqqUqmUJiYmTCJ89epV5fN5LS0tmXP1z48 + U5zSxTMPh8PWpgTlDFW3XBfPcWZmxrpL4ph4 / iDhTpnm0NCQXn / 9dZ2cnCiRSOjNN980w03FaqPRUD6ft75aBwcHJtFE5ggYJAHNecKlUsmimVKpZJGVV7kdHR1pZmbGWi4QZbIPt7a2zE4gs8QJokpiDvxz4Of0XyKxTksKWlEA9FgTgCAS2kRSDxrnY + U / xADhY9S90WZh4zU9r452Hr7TNwpDAeM5ZiSaGGqKLED + GF9JZvS4Fo / oPYUCusGRcI0YN0 / 7 + OQldAkyNz6fCkHfAqGTY / chNq8DMYP4yWuwEH0ClPtCrTMwMGB9TODg4W65xlAoZC1h + X7Qv49s + G7uAZ26r6L1Dsc7FEk2LzwjjMLw8LBxwPCgoCkfJvv + QY96ED2iXccABEFg1eNbW1vmeDECuVxOg4ODymazxn + zrim6wij19 / frzp07kmSvg7Om0hfFSzjcPJyFPeERvr8Gr3DDibNGPXfPc8cJS7J8Wz6fN3Td19ene / fumdqH + hFUcLVaTYeHh7afUQSRcEW8gGad1tA4IRwp65H + 95OTk9ra2mr72eGDUh + RAAAgAElEQVThoTm1XC4nSVpcXLSEKuCN / vixWMwOWYGv5xClSCRitA / 7EwqKvcp6Z5 + Pjo5angQHmc / nFYvFjMaiOIwDj3D6mUzmgWvuwhh9BjwuqNhr0qVWso4E4sjISNvxhBSioIUlesBQskD9IuF1LFZOCPJ0ik8kgtS5VqmlOuHfRCpeZ8 + D9vQHh3r7JKdPzkqtswaQhsLR8nsQPwsOlIyzAVl1GkkWJ0gabhdHA1pi4fr2EXCmGAqeDUaa78QJeyflIyIGaN0rcqgShuLCEEQiETsxCqNKvoM8g6fQzsNAOEBClfvwqpNGo2FJX1 / FOj4 + rr29PRWLRS0uLlo0xtqn2rZWq1nlKEKEUChk7RAWFhYUBIHx56wnHCYoEiDgc2sgYnJX9P3hHpLJpFGTtVpNq6urVouAeIKOs3SK5FAV6ldo + QBaHx0d1RtvvKFGo6FUKmVROkaeSBvxRKlU0s7OjnX7BBgiqwZA4gTh9FHiwMNns1kTgKCSI5rAvgAqMMrQRFBbDO8wmSuqhEnKo / UnL0Z0vbi4qCAIVCgUlM1m22zCe66193vx / qgG3hOjgNHE4JIA4kESTnUaYhocMXGc6gNK8VQLskYMBeh9Z2fHTqvy2XNCWK6HKMLLHX2Yi4H0KNSHzPTfZnPW63XrZEhiR5JtRsJjHJ4vJ6dGoVarWW4Emsg3LGNheV01VcEgO6IDFBjFYtE2EQaLyEtqGW / vAKWmISdpxXvJgTBXvvkcDojktSTje4eGhtpOVfNOAsTozw3gmT3qwTrt6 + uzSIjrBd1ub2 / b0X8k + rh / AAOHn2B8OcWJJDh0yeHhoU5OTqw9Mgaxt7dXS0tLmpiYMCoJR3x6empJVpKHGHjAEtEg0TCtkVGnELk2Gg1NTk6qUChoc3PT2gvncjmtrKyYYEGSqVMGBwd17949k1DTkycWi5l08vi4eT4ya6hSqdhh4uQ6hoeH7We0Q0Fu2dvbq3K5rOHhYaVSKT377LN6 + eWXdXx8bD1vRkdHFY1G7ZwDrwr06kCpeZh8oVCwPUxnXEQFRC04eXIQnJ1AXcb09LRWV1cltRRWRIIkkScmJhQOh61K / 0Hjwhh9SWZ0QHreeFJNizEnIUlYhQEg3Ds4ODB0juHlszCCUA48HIwsD9ufCCS1TpDyzohrg5dno3gKhigEJM + Do8e2JENrIGoiHc6S9RJPwknoEanVgZIzCNg0bMhOI8 / iRZFBmO4ra1HwQB9xMhPPxUsvcdQ + x8LP6G9CBSaGGiNPROQjJ6 / SkWRJv + PjY + NGeTbeybG5HmZzfFADdArS4zBxSvBTqZQ5wJV / PCAemSzImkTfxsaGrWeMvCSjQbz6LJ / PW + / 9aDSq8fFx9fT0KJvNWgtmnh + I1P8ftFsqlRSPxy1JzMls + / v7SqfTbe0WGo2Grl69qtnZWYXDYa2uriqdTlsydHh42DT8ly9fVm9vr2ng0d7zs62tLavHyeVyyuVyGhgY0PT0tObn5432kGTtWMgBUZSFGID1g + 2gdQu9gK5cuWJFmPD5OJi + vj5LuvtCTbrwDgwMGBVJESgqQQAU0TrPEVvHUZdbW1t6 + umnlUwmzekhAED5BCB70LgwRj8cDtvC8gjW67SRs6E48EfrMelkzeHFoXNQEYAy + SwoH8JtnzRF3yu1kp4gHpCVj0rgNL0xw / uD7sghEIJKMsMYCjUbx9HDhvwDnt9L1hqNhpLJpF0v80Ni2YeboGlJFvVQ6Qz / 67XMUutwEnh97heqhsXHovZJd6888T1WmA8SgT6K4h6IBEhIM2 + 8DoeDBBUOHzqOuTkvidxQqNmbvVwuq1wuW0TGMzk7O9PGxoaV73MI + e7uro6OjjQ2NqYgCKzZWS6Xa6PWUqmUPb9araatrS07j3ZgYEDxeNwiXypYR0ZGLCfQaDTsWMbx8XGTgDLPFAwyv3wGhowq2729PVUqFX3sYx + zxC2tFKLRqObm5pTNZnV2dqZbt26ZAUTqiOPb3d3VzZs3bb1Wq81jC + kIyuli7HGACWq7VCplrSy2trY0OjpqhzOxV1nze3t7RuvwM879LZfLlr9iXcMOkGz24gnm5ODgwJwLax5aNxwOm9MbHBw0fT9J8iBoHsByeto8ipSeQKixYCYeNM7Hyn + IgVYdFQJGEDQEeiSM8igeQwYHzcZHtUPlqSSLAnAAnmNH / 9toNMvlcRY + ww / CxqgRBcDN8jpoKugUL1VjwaI4gIuFUyT0Rh6JVIzNiCGnBxFOh + 5 + yWTSFl6xWDRZKLw4SJHWFnClXDvostFoaegjkYglznifT5ZCm7FBQIxopvleqdVrnPmUWm0hcLLMMRuK58XmhVZD9cBnYPCJZB716O / v1 / z8vCYmJvT6669bUVGlUlEul9P + / r5isZhmZmbsmaGKIZwfHR1t2 / i7u7sGPsbGxgwIeSpjenraPm9vb89UKejacSbsNSIxjBrGEQpvb2 / PotBIJGL8Nhw9jieXy2l8fNwi32vXrqlcLmtlZUVDQ0OqVCqqVCqanp5WrVZToVBo6wC6v7 + vcrms0dFRSxbfvXtXlUpFTz31lLVpfuWVVxSLxXT9 + nVtb28rkUhYn6xKpaKtrS0NDQ2pVCpZa3Gkrhh8ckRUQZdKJRUKBetsyj7zeRdAEEcqkjsMhZr9kqBqcSREsIhC2NscXsPRmHNzcwYqe3t7tbW11aZ2gy14mPqTC2P0d3d3JTXR3vb2tsbHx9VoNKxfSCgUUjqdtiZMIE2voiGMxvhiiEDdTF4QBBoaGjJagN9LsteRzPLJWc / tc02 + 0AgkDOeNYSOa8FSIT5KirfeVwRhGOEPCPKiYUCikYrFofW + 8vK1er2tra8sQRLVatYOVfXtijKOfQ09l4UB9 / oRICo4a1MpnMA / MM3OAKgNjgLNjc4BGce70I5Fkn8O8cv + 8jvvwNQ7nxeifnJxoaWlJ1WpVr7 / + up555hnV63U7USoSieiZZ57R3NycGSypSW9RrFMqlSxyQwGC0afdLs55ampK29vbJu8jmgOlxuNx7ezstBkxn2SEGqRv / / HxsR1UlEgkTK0itSgVrkeS1SJAQ66urlrbBNo / 89pisaiDgwNrOUIk8dprr9mZtdQHZDIZnZ6e6sUXX1Q0GrWjJt98803l83mlUilD / RSuARK8lBInyPommQtQohfW2NiY6fvJlXFur1fFcQANDo26gJ2dHTUaDasZKJfLGhwctOiDiJqDWaBzo9GohoaGrP00QJf21R8qo59IJBSPx1Uul42bZkFKsh4voNBisWgPDGPjFze8mi / SQAUCmge1EqaFQiFDVCBdDBJIFWPuq1OllmHqrDHAqPE5GFI4PirsoKuIEOr1ukqlkiV0oDC8tNOrcqDEMIY + aoGagZvHgLBwvdKDpJ + nX3gWRAQYdF5DLsM7UOR2RCTxePwdZw3wbH2SDOdx6dKltqP4QJ0oJ3BOJEalVuEWTug8jP7 + fl2 + fFlvvPGG9dzh8Gup2U9ldHTUIs5XXnlF + Xzeqm5ZZxgP7v / o6Ejlctl695TLZc3NzdlzR / rH53b2aD87ax7vNzo6as8Wzr6z2tqrXnwBIPsDNQrGLRxuHvcoNZ3A9va2Pctarabl5WWjpuLxuIEKro1zLeDSo9FoW0Xv / Px8W0SEYYfu3N / ft9fm83mTocbjcaNfqPylXxTafXJXfDcqOSLO / v5 + a3G9u7urhYUF3bt3T + l02nKA2I8gCMwBIrbIZDKWyCY3t729rWKxqImJCdv / iUTCcmCoj1AKPWhcGKPPWZN099vf39f29rb6 + vqswEJqJqzIjJ + dnbXRJIRRGGUcgqcKeMieG + P3ndI0cgReUwxK8RRMtVq1sJMH7EvUcVQoa6CVUAtwkAZ5DKRiUusYR18P4GWo / By1D7kANicGGz6d + 6AugvCc6 + fzMcxEVSxGDDPzxjxz7QyiImibaDRqITsovJMaI6QGqRFdYPC5LhKMJKjhPbkv5HXnYWAoPvvZz + qJJ57QvXv39OqrryqRSGhiYkJXr1419FwoFJTL5XRwcGCHflMMVCqVbO2fnJyYIfBGFy06dBzV2oAH + sQgh2QefU + XWCxm / Pz + / r7m / rG9MgeaU0ELQmVPlEolhULNE76uXLmigYEB3blzx4DawMCAJiYmNDExYXQjRhLgglSVoj6iC3INt2 / ftkZwlUpFx8fHFs0MDw9bkRj3nsvlNDc3ZwCr0WhYwnh3d9dUTKjaABxIOjlU3dcNsZckmVjixo0blkQnUgJAks + DqUilUqZoq9VqKpfLlpPM5 / Nm + OnFlcvlzPHUarUP13GJeHtJViBBefP4 + LghHzYIqJQzXUGwXlscBM1WphgNkDioYXt722ggjAvhGwscBMLroGmkVl8UkHu1WrVr9tQGjapImqGRp9KOxQ + dhFFHoYDCiApDSdbLg + tjweGMoHUkGfrzNQmcHsaCg / LBURCdMGdeOouTAe1DJSBD5HmSE6GPChunE4V7qRvX5qMa5h4tOkoXrpkczODgYNspZedhUEgkSZubm + rpaTbcCoJAn / zkJ1UqlawVb6FQUCQSUTweVzwet2I5jDcRgCTTcLOG6c66sLCgl19 + ua2wqF6vq1AoqFaraXx83M5jpTqU1xGloXjxCJg20KwPKBbyC + l0Wjs7O0omk1pfX7fCsp2dHTtYBCP + 3HPPWeXv + vq6dnd3NTk5KUnK5 / OSmjZgYGDAjmfEGU1PT9scVKtVzc3NteUeisWiFa + Njo5aBHxyctJGIbP + iWpB + RS34fhoZQFtSJJ6bGxMyWTSktPkIHEIJLwBJFCuRNihULNZW61Ws7oA6DVfnbu + vq5MJmNyXu7hvcaFMfpwvYS9UBOHh4fWS8arWObn501GBeeNN / SUBzwZixsvDNrvNGzQIDxcaBSfhAH5UtjhK3opeuH7ePCUvPf1Nc8h9fJUepJQzs05oiTpJBnNQ7iNQccIEj5DB3hai1oEHCaG3tM + vg0thpbP8LwtEjWSwkRP1FF4ekmSFeRwDxhqogOiGO6JueLfXttO0ppnwKZFicXvKHo7D4M1AQ9OQjWfz2tjY0NTU1PW0uLSpUv6qZ / 6Ka2srKhYLKpUKrUVEXFvPMPBwcG2RCgUDZ0y4aRp20CrbZ4rQGt4eFgHBwcWWR8eHmp8fFyVSsWOx + zv79fY2JjW1taMh0c0UCgUNDIyos9 + 9rO2BsLhsPXRyWQydnLX2tqarl + / butAkiYnJ01KicMHBNFplG6ecPwjIyNKJpPKZDLq7 + / X9va2nYrHWbL9 / f3a2toypQ2GlnwZDebK5bKWlpaUyWQsKTw8PKxisWjInXoE9jmafyJjclbQOTiew8NDq44GvHK4 / OjoqBKJhIaGhjQ5OalKpaJyuWyqK6qyqUSmmd2DxoUx + r4ZEqiyv795DBkLmAIuFuHx8bHp9UlwYCQHBwe1t7dnGmPQPJujr6 / PHgCGh4cLpYOz8Qez8DoQPEohnxglmeQ5bzYCyALen02H / IzEDZWWODloGArUCOFJOINoJNnvfG0C9AwqJYqZ9vb27DM9xeIlqT4JxjyzadmkOAHoMRA9Tore4xghn7SWZPNGZMB8 + iiOnAGfg0ElkuIYQd + Y71EPohva9yK / / PSnP21VpG + / / bZSqZRGRkbsYI179 + 5ZhAb90NPTo + npaeVyOb355pu6fPmyRbXT09PG0e / s7JgMlCigr69PqVSq7bxYCvCI4ED7k5OTbRJZrr2 / v1 + pVMqOHSQiiEajFj3AfUMN0eOfQqvNzU2tr6 / bWgLJF4tF22vs / 52dHeP0pRZVtrW1ZVEq0b + nWcfHx3Xv3j2VSiUDSqyV4 + NjW4sDAwPmQGlvjUqpWCwaNUbew9NB1WpVe3t7di4B9E06ndb6 + roxB9Fo8yD3ZDJpJ2wB9HZ3d5VMJg2Asp + RpM / OzqpSqdgxi0SADxoXxugfHx8bjwxSBN3xO0 + zICFEJkZzKjgyhi8GoniCqltoJIw8HDFom6Sw19N7ySJGyDcMw + DxXklmHGn5C / 3jqzRHRkZ0enqq7e1toyg4ppHNiF7a65RJ7HAt / B6Kis1bqVSsJB7JYCwWM6729PTUOibyWahlyAuAtCg6oVDF5zBA8TgmkvLwr5LaCt5wQiB3X92Lw + DzoNug07wiyst4H1ba9kEM8jhcF4YJFQ1zD3i5dOmSLl + + rFQqpe985zva3t7W2NiYlpaW2s58wDgio81kMhocHLRjCnt7e5VMJs1Q0TsGFQntBFj / 5A3y + bw9C99NFQMPwsfpFgoFjY2NKR6Pq1QqqdFoaHh42BKnSDZfffVVi0CWlpbU29tr58pmMhmLAnt7e7W6umprheiGuYQOAZCsrKyYw + vp6dHKyopCoeaB8iSci8WiRenRaFSJRELRaLNxIXTu0tKSNVkEgCDgoP3zzs6OdeHF + eEU2FOAHZ45kTFgk + QziWQ + D4C2u7trsl7WDNEEFboPGhfG6BM2scmHhobMkOMA4J4xrhh3DhnGMJKVhx + F6uF7eB + IHwoGYweV4TPl8PheVojhAvljvEDSGF / 4cULzTrkiiVQ4RRYFvDmeHwqoWCyaMWfz4RThZ30VM5EMvDsOcHR01O7h3r17NpdsjGq1qkKhoEqlYmobngXVy76gij8gdSIMHIjvL + STY7yf + / EoE / UOtIQvhINSYl0QhUHznIfBeoEjnp6eVj6ft + I8kDwgAlkgiHt9fd16qa + srJh88 / Lly4pGo9rZ2bHnvrm5KamJYEdHR01DjtyV1gmADb + + caQ4EYwMAAzpNNGtL5rk4BboI + SKRBSnp6e6fv269vb2rMiq0WhYqwiqhV988UWzAwCGUChk0s3JyUmL6NLptK1z1E8YxCtXrhgI + Pa3v60gCDQ + Pq7BwUEtLi7q8PBQL7 / 8snK5XNvJezRWk2Q0o28HA1KHaqGFA4c + lctl27MIUJhLAC1CDcAfqiqiU9q / lMtlO2QG4w / N86BxYYy + L6TCKBLuwBnjECRZYhc + H7368PCwIQ5 + Rvh0dHRkBS9k3qE1aBuLEUkkEpbsweCxODBgSMu8lp9KRZ8gxiCzcKgelJqRSCKRsI1FMjKRSNh3wNFjEAnJoV58QzfQu6fLKIHneiORSFtilYgEQ + HzGPv7 + 9rY2JCktu / GufF8mBMWOWEs6JX8Cc + RzUSy1v9NaMzriWCYB + YN4 + DpKBLBPtp7lIP7IZlNPiUWi6lYLNq5AYgTyuWyMpmMdnZ2VKlUTMEzNzent99 + 2 + SbCAJSqZS2t7d19 + 5d4 / mnpqaMrpiZmVFfX58h0mvXrqlQKJhai8QsVaBDQ0Pa3t62 / vySbH8hU + Q9UHG9vb26evWq7t69a + f1RiIRLS4uqlqt6q233lI2m1UymdTCwoJ1kyRyhMYbGxszZE / LBoDg5OSkZmZmLFeDhJufYQ848UqSXf + VK1c0Pz9v66nRaGhzc1M / + MEP7Bkh8aQamkPRKaIimY5sFSo0nU5b7hFFju8iCsVbrVZtL0utSnbAjj9TwFejY / NCoZA5iAeNC2X0QSBMDOG8L8TyxSQYW4yRlxeCoCqViqrVqh1BSHk1FA6GmmuAnmBDQAnxcFg4OALfAbPz2ghBfcEWWulMJmOIHqM2MDBgskscGgghEom0vRYpGAkmFhfohOZNhMncF4bao7VwuHmkHzwplE69Xlc6nbYFx + HOGF96nTBHOG1fn8DC9moa9Njb29s6ODhoaxeLEyIS8HUJ / OFnsVjMNhgOo1NF8agHBtK3xaDdCD1sQqGQqUdYRzzn0dFR7e3tWQXp5OSk + vr6tLq6qrOzM83MzGh6elq3b9 / W4uKiJSbJX8FLU / CHg0En76NUnCUN3cLhsLUx8EYMwxkKhYzaALA8 + + yzVhHLOhsfH7f1jpOiqK + / v1 + lUsmQOVF + X1 + fpqenjcIcHx + 3 + 9 / f37dWC6jW6vW6UU8AlkgkouvXrxudRSK3Wq3qySefVBAEunPnju7evWvP5uDgwI5QJP8CoJFkNBz2hKZzREbValW3b99WsVjUjRs3bK2yTpEVQ1kCuLxAY3Z21nI7gE4i9g9VcRbhJpMvtaSbkgzNoeX12nEWKoiS7DzcO83OcB44AlArum4Kiqjs9PJEFimvxyGFQiEz8kQQPFiMHs7s6OhIW1tbbVl / FgpJKRJjUEgYVT4PRwKVxeIE9XeqXghfSbKy2NgYRCE4JWgTrxaZmZmxpLnU6n + DlI35gf / kvpkrz7dLTcOOwUskEiY15f6JQNgc / Azax99DtVo1yoi1wDM7DwOaQmqJFPL5fFshGghxYWHBjgpEgVKpVJROpzU2NmZ94UHcGEKozaWlJeu9z9xks1lD1CBsqKSxsTETDXglD88DhRegCXoBnhpaZXt7WypppKLm / rGVQL1e1 + TkpI6OjqyhHO2GaVrGnAC8cHTRaPMgmampKQMoXOPx8bEpW3Z2dnR8fGwKHJA2tTvUeqBak5qgbm9vz9QzP / ETP2HJWB / 9zs7OGn + fTCaVSCRULBYVCjV7YwHufMGn1ASpFJ5BzQ0ODprsk7UKXYnyD1DH4SoomS5duqR8Pm8MRBAE1mDuvcaFMfqRSET7 + / uWrPT0DZ7O0xGoYkC30EGeV4QqQseN44Dy6JRh0UiNcIqGUb7y1at4QLPwzSSaGWxqeD7461qtZppdNhOoDMklhh4awxdAYZxxCJ3UB + gHHpfrBD1TTQlfSh8WIieMNslbojBCfxwFeRMqaGnudXR0pP39fVMUsel80pySdxZ0oVCwze / lpDxXqaXwwhlUKhUr2vNV0ERg52GEQiGtra1ZvQiJ2VKpZKoRckjVarMFM6g + mUwamAH5LS0tWfL37OxM9 + 7dM04fTru / v1 + zs7NGVeKcySelUinNzs5ac7Xe3l7bX2jF0ZVzpuzOzk5bTodWxj7Hc3R0pJdeekn1el0TExPKZrOanJy0nAbA5eTkxNYQ6jkcfl9fn3H17DNUWZcuXdLa2poSiYTRMDj43d1d5XI5AzzpdFpXr159R8RNW5NGo3laGa2LX3vtNRMLFAoF9fX12bzPzMxoeHhY5XJZGxsbxt0jIabYjM / 79Kc / bXmOH / zgB + aU6H + FQyc6pmU4DmR1dVVXrlwxpRsAplarfbh0 + hg1j97IdIOEqN7DyCFVlGRGCs06oRfRAnwnioSenlZvE + gIOEqv70d9wUMmfER7DYLBoHrNLpuEa8dYU1JNtS33AtIh + 891 + BJw0D5JNKkpnzw8PFQymZQko2cw9CigPPqu1VoHt3htPxy9R18kmAmPvXNhXklAo7Tw0RLNuLg / DDv3Wi6X2xyrp3S8DNWrqECgAwMDOjk5aQMCvjXDoxihUOiXJf2yJOuUSNKZhB8VuNA8oD1JJlUk7wQSz2QympmZ0fLysvWWPzk5MQMLKqbqE5EAmnZOzMJpFItFJRIJq8gleVksFu3QDoBMEATa2NgwdRufQR8fFGgc0UgEWi6XFYlErFK4VCpZ9TB8OQfHYIzh5I + Pj7W5uambN29axFgul21uaNuCkyCyB3wwBzjOfD5vkQDrcGFhQZFIRG + / / XZbgd / R0ZEmJye1sLBgrS / Q0EORbW1t2ZkFCE + SyaRRy2traxY1A2xA + kg0ifShSLnnyclJqz1AnEKe40Hjwhh9tOLQPPV63TLXbGYeIFQNaAB1Dn3nQeEkmaA / eJggE6ILesOcnp5qdHTUNikhONEHaIGiLJJpRAmlUsloFfht35AMVQyytnq9bk2rQKmEq8jXuGf4PxYRRp / PJfQOhUI2jzg80C8Oko3LfHGSEQ4LGgvjDhIcGRmxojnUO + jLeYYopkZHR1Uul804YZB8WXupVFKxWFSxWFRvb6 / S6fQ7dPvMHfkM73jhmOmnQpRGNPaoRhAEfyLpTyQpm80GgANqTQqFgjlhEpqoavb29tpaE1QqFc3NzVlyHiPOgdrhcFjpdFqlUkmxWEwTExMaGBjQ + vq6tre3tbi4qL29PV27ds1kudCG2Wy2zdns7 + 9rcnJS6XTapJ7ZbFavvvqqiRvgmJPJpJ0TOzAwoPn5eZ2dnWlubk6np6daX1833r3RaOjatWumkUcswJGH9O6nERr3zv3A + cfjccViMa2trdkz9o6H6vyZmRlFo1Ftbm5aziSXy1m0AbIeHh5WOp3W5cuXraEbOaybN2 / q6tWrCoVCKpVK6uvr09zcnKLRqO7evatbt25pe3tbQ0NDmp6eVjwet71 + 69YtvfHGG3rrrbfsnA7qc6DNeN5bW1vq6enR2NiYgR / O4N3c3DQqG0qKfOd7jQtj9EFtIEz4M18VS3hIwpMkDwUqGH5Pz2QyGa2urpoRZNIwhMiq2EAcA0frA4wcenOPKE5PT + 38U9APxiqVShkF4xM3aKMJDQ8ODsw4Dw0NaXNz0 + 4XSR / Il / 7fPhHLvzu5cI / ifahMHoMyd + YpCAKTZvrhE7EoLPL5vCXOhoeHLXkIJzk2Nqa + vj7b3Ojv4fIx + iQc6ahKrxOui8jAS18ZPqGOPBZDitM6D4N8EQVqPT09unz5stEz / B0OhzU + Pq7JyUnlcrm2w89pB8Cz5 + Snb33rW9ZS2eesULugXiO6mJ2d1dHRkTY3N21dQkugG0eiu7i4aIqgbDZrNMYTTzyh3t5eo + l2d3dN4x8KhezA70qlovX1dUnS9PS0vvvd7xoVenh4aFLOnp4e3bt3T4VCwdpscKgKqifWObmF3t5eA2uAGaKFXC6nTCaj3d1djY2NqdFo6O7duxYds / ZQBiHvvnr1ql544QWdnJxoZmbGnNdrr72mzc1Nzc3NGYqn4Vs8HrceSG + / / bblmW7fvq3j42Ndv37drikejyuVSlmOzx9rCYUJTQelPTY2pmq1auITDoZ60LgwRh9ES + LWG0skglJLAgeiIzmF3td3EkTV4xVBcPpQGIRiSBBJMIGYa7VaWzUpyV5eD6cYCoVMf7vgzXQAACAASURBVHtwcKCtrS1DthR0IQHj3iRZUtfnAuj / DfUjybjATucHMiZSougGow + qJzlI9h9ngsSUf / O9lPAzZ + Q7JJmkFD4SJIKzRtpG8RAID / 05FYmgN5AmLRVo8EX0w3VAN0itQ2PgRZGrsoYeRtr2QQxQPPc4ODholeAYTUkGWqhqzWazWltb02OPPaahoSEVCoW2 / NLY2FibdPf0tHnkIYeRz87OGqIsFApKpVKmF08kEhZxSDKVDqdiIZgYGxtTJBIxB7K + vq6XXnpJ2WzWjN3u7q5u3bql2dlZo3yCILAumxwE1Gg0lMvlFIlELIKF7qEvEOc8c9KWJGuLsLu7q62tLcXjcfX29mp0dFSnp6fWxZP8Alr + gYEBazmN06W1MXnBs7MzjY + Pm / MYHR3V4uKiqaN2d3etFTTAcHR0VH19fZqfn1elUrF2GYAaEq / Mh9SMoPL5vPL5vLLZrCWAfRU6QAc5KQwAz5LK5K2trQeuuQtj9JEW + t4dhJ7w4z50R0aFYSTUxKPD28OvE0nQ + IykFokkNg / UidQ685Uydgw1vByUBXQDqI2kFq9BIkcSievEiZyctE7igUoh3CWCwCBLLRUIGwMuFBTj9cEMlEUYTaIHjC / 3ThKVuee6QdqRSMQkbfV660xf0Mr + / r7J3shF0FaZHAl0DDI0r9CiUImkGOeXkssolUqS2h2Ad2a1Ws2os / MwMAYUUYHmmBsoG / 5NtS6nSm1ubhrQKBQKRuVhXOi1A8 + MxvzevXu2NkG05MJYL6lUyhyAJAMssVhM2WzW6MtSqaTd3V2l02kVCgWLEvP5vGq1mlEw0WjrQPWhoSGVy2XT6nM27dbWllZXV1WtNlshUwAGaAIJh0LNVggkcgFo0E6sGfabr / ZuNBpW1UvlOoVOqM24bmjMnp4eLS4uamJiwgrdcrmc0cRra2vK5XJ6 / PHH7Szeubk5bWxsGK2zubmpWCymdDrdxiBQQZ3P57W6uqpGo3mkJFH98fGxXnvttbbXSrLWFERICwsLD9VI8MIYfUIdbwigYFDbeHUMiIdwB36wt7fXkl8kczCw9XrdentjOFEwoEbAWKD4QQKIooX3wfn7A8V5L4cpgCYwoBjUTvUC / Cb5Crg7jCSJUBK0VEb6swCQgfn3ovpBHYFjIJQn / If6oUGcVwvgGIgc + C4QPiiJSkOcLLkGnhPRFFXWRGBwrlJLgcM1wncTZYD8 + / paRzsS + SBNlWTXdh4GyVTkjawT1hzOj7wKvDvU1fLysnHGU1NTKhQKisfj2tjYsDqOo6MjvfbaayYNDIfDljBNpVKam5trq0gncdzX16d8Pm8RKk4bBQttH1jDS0tLJj2keCsajZpB3dnZsQT95uamqtWq7t69a / w1h5bHYjEdHh4qn89bS2IK1SYmJkwpRA5ue3vbcm0UUSKEIAcWDjeboN29e1fpdNpQMqolHCkGNBRqtnCgmhbqdWlpyeoiSGxnMhk7sIgolgJM2jMUi0Ulk0l7zh5gAWY44GZ5eVmNRkOZTKatNonOqjQcPDs7s8OPQqFm + woip / caF8bok7SVWkgapAqv5xNc8JsoYZBF8sBoTERPjmg0ah6fQhVawtI24OTkxCgSPzwf6LtPct0gfQwYSRucAMYPIwaq4zMx0iAdSfYddLH0FbAYahYWvDwyRf + 9XrY6MDBg1BSKASIbFAUYGzhU30 / HR1r8HD6d54PDppEVlZO8hv9j3KVWX33 + jbIKI0QYz / Pm3giHiZy80ue8FGfRyiIcDhuSJvE4NjZmFA9rj2P + xsbGlMvljLZYWVnR2tqaFhYWTAcPUMnlcpqfn1dPT482NzdVKpX09NNPWyKVdsPURgBiQNBEApwrDU0BEGGgUGG901RwdXXV8k9w / ESdg4ODSqfTRptCA1KR7Ns7AIqotwmFQkbfSK2eTYA21msqlbIeO6w7ANHx8bHi8bjlwwYHBy0aBXT5M4bRw5NfwElCI9KbaGJiwug2EsBQbkR3kozO9N0G + vr6tL6 + rv39fTuQnTwkldTU1vgoFoDwoHFhjD43ShhKZaUkQ3GgIH4P0sf7kySs1WrGo4JaeZ0k85wYRUnG3RP + YXRY4KiKoJa4Bh4i3y3JNLgoLPiZL86guIv78Lw2xhbj5Qu + IpGILdLT01MrPkG3DmoB2UNVeURPNIGTQh3EhvAJdRwm18Z34dQwVmxy0DcRErpv0D2OCafpVVFSu8HGOSBvxIHjGKClSJiTY4GjPi / j5OREKysrZhi5v2KxqOPjY + 3s7KhcLmt5edmECEg0L126pNXVVVuLb7zxhiFcIpxMJqNGo2GHehPBEb0VCgXr5ZLJZAwpUxfAGiTSpXgqHo / rzp07tnZKpZKSyaSd / ITcFtBFISRoFWBGtEYSlz4zUElEDPl8XkEQWOFZNBpVsVjU0tKSEomEBgYGrCsl6wV6lHWYSCTM0CLBzGQyyuVySqfTOjk5Mb6cZ4HDIe9UrTY7atIKBXRPEShR9cbGhjKZjCnVYABY035PgOihZYmyXnrpJU1PT5uzoEiUPUpCG2d85coV / fmf / / l7rrcLY / RBd0jbfHsDqVWYg0eGLsGD4t2Pjo5MTgb1wOtQUJDkI + NPcheDiAOgupWf + 3YQktrkZbRppSYAPhS6KRaLKZfLtSWPPSVEPQJIA4 + OjA1O2CeoG42GJa5xEpRqown3FBERiM + XULVI0omQlWQYeRMWs48acDqSjLIaHR21pJuktuISOhgWi0Xr3eJVTZcuXWozKORZcEY08AIgYPglWf8ffoYs71EPHNDExIS2trZsniiIAyxg7CnKgmaj + Va5XNb169eVz + etkywnr1HpTZLy6tWr1ssdXp855vBuItZoNGoGC2cEeo1Emr3waeTG2sSJp1IppVIpfe9739P + / r4mJiYMTLBHkR6i1OIAmfX1dVWrVa2srBhQIEFdq9Xs7NmDgwNLdNJXi95DJKOhc6F / KfwbHx + 34yTR9nPQC0WRRNxQKjMzM9YaJBKJWFvohYUF5XI53bp1y9RCsAkbGxuKRCJ6 / fXXTVRCW / adnR2lUik988wzbcWDkUjzlMBCoaDnn39ezz777DtoP6mZyOZ + o9GocrncA9fchTH6JC99ohPaAUOKgYRGwHCywCj2oJ + 3l8WNjIxYuAlyJ3KgCCaVSll9AElK3 + vCJ8K4RhArn0nydmhoyBAFDzGTyRjCkmQUFmE / 6IXSddAL / T6888GZ0agJVQR8N4VnJKqlVidTPktqta7lM6FsuDaQCXUBOAHQtiTjN5kfaCgWOchrdHRUxWKxbS65Ft9mgUE1cSwWs / YA3IOnwXAQRFiE6edhMFf0mzk4ODB6EpURDvXo6Mi6XFKbEI1GNTU1pYWFBePyoWJ2d3e1uLio4 + Njq95FUcP3TUxM6MaNG6pWq3aCFRJC1hsRWblctmiMsxxwzjiQ6elpra + vW2 / 3wcFBPf3001pbW2ubc4AQ8l4oo + vXr2tnZ8f09uzzaLTZMZRaGZRFVILTr5 / CM1pES83IHWACDQolw9m9kkzmTYQL0APEzM7OWuSOwaf1CNEr1BP0am9vry5fvqw7d + 7YesYuYLN8MSW6f04Bm56ebgMDqPlYJzyXZDKpk5MTo7rea1wYow9f50N0UBwIZG9vr62fBmXmhF6EYhSPwIsTJcTjcTtGDiMdBIGGh4c1NDRk1XZIInE6x8fHbdWpLG5 / sAeJMV / ZSuRCZTGojteyaH17YEnGkxMCE6l4zTKUiFcxgAy9Xh + DiyHnmDof2RAx4Ah8NSxOkAQcnT95TpTI8 / mlUskM8 / 7 + vs7OWq2ePeeOw + 7k9b0W36uUwuGwHXwttRr0kWiEzvCtOc7D4L6hxHCanibM5 / OKx + PWurdUKimRSNgpUNSKnJyc6OrVq6Y6IQqcnp62E60w0tVqVVNTU1Ydu7m52XYGwf7 + vvXhAaxgUFKpVFtVPP1e6AeTSqWUTqeNJ19ZWTHFWDweN3TNiVpIdWl5wolfFHslEgmLLAElrFuSyexbwBprg6RwIpGwXjeAstPTU6vCZa / gAJBAB0FgBW0AMhKokuzz79y5Y3Oytramw8NDTUxMGKgiV9eprAP4cE9cMxX2PT09WlhYMMePJp98A3kTVEtU3b / XuDBGH0MK / 4dxJeyCk0fX7aMASVZeLcnyASSFfMMmSVb08ZnPfEbJZNLUIZFIRBsbG / qHf / gHU7xIMsOHwelMHvJ / j9wpHsEJSU16g0QNiSqfFPXJKVQUJNsGBgY0OTlpagc41I2NjbboAaThZa / kJUiMemeBZpjIiapeFmgnT8 + BKGxKng9OUmolrvlsmmyxIYgqoKNwAGwef20M8hM + SvHcPpLOIAjseL7zMJCowtHT9GtsbMwcZjKZ1MzMjFGZ9DSq15vVoxsbG2YsMMQcFZjP563qmf47v / iLv2hrhchzaWlJf / VXf2WHm + CI0LJDNaJ6gRYkAqcmhvUGUJCa59pOTU1ZDQAtOEj8DwwMaGhoSAcHB8rn84rFYtra2jJwduPGDePwBwYGVKlU9MYbb2h7e9vkuhQtsU4whLQo5nQpSQZQ2Dc9PT0momBtQ6NgNyqVivUZikQidqiRj0hZ61Bxm5ubmp2dNbUO7SW4DxR3NHIDqCUSiTbOnz3LHoZ2JY9HTvPJJ5 / 8cPXewfiFw83Sc26c6lGq / Qh90Zez8JBmIdWEzoGmIQlD8ghnQCjIAvVVb3DJLBacD8gZ6sbLS + mPzoLifSQySY5SdcjGJ9LpPMMzFotpfX1dR0dH + sIXvmCyMxYhBzEQXYAs0INjGFEj4GxAX2wgNj0JON7HZ / J8cJ6 + Law / UMV3PwVVQhP4g1Bo3SC1q3c80vcJXhK2JCe5F5AqUljoDain8zBAacvLyyZdrNfrxgVj8FGHoOJBkFAoFFQqldqqQenRQnfJcrls563S6qNQKNh8F4tFy8Gk02ltbm7aukZkEI1GrYWGb6FwcnKira0tra + vW76M816TyaTi8bjlkNDzo7EHCa + trWljY0NnZ2eanZ1VNpvVSy + 9pL29PX31q19t2690Xl1ZWbGOnqwlIlXozFQqZd02g6DZ0I6omBwblfOFQsFApRdAHB0dmVoJgx4ON9tbYDegztj7GO1yuWyHx1O0BSDyYgPshtRiLjolyETGQRBoa2vL9uLOzo5GRkaUy + UMGLzXOD8r / wED7rozuYdkUZLx1NADSC / Z8HwOBg + ej / cT3koy5LC9vW3e1ntdVDKElHyGfx1VlUixfGEV1ym1mo9xRCEbzXt7eH2MOb9nUZDo9T22JZnc7 + TkxBBHvV63nAaRB10eQV6U9VOcAuXlNfM + YuBzkZbOzs7av6VmNPTd737XOjSi9IEqY0495eSHL9Dyf / uBAWKDcZ9EC9A6JHTPw4DmIsdD466hoSHrc59Op3V0dGTUD8iVIjVJJlMkibq / v69SqWRUDZRgpVLR / v6 + CoVCW3QEnUEOgYIwcizUO9RqNetTQ44oFospmUwa8kaFQl0GrQ9IoIdCzaJDajI2NzdVq9Ws5QMR3fDwsLVq5khD1vXGxoYdJMM + qlardm3k4UD05PSmpqaMx0ea6aXM / f39bV1mAU79 / f1aXFzUxz / + cQON0EF / + Zd / acCQZm4AQN7r7YCXafJv / nSufa9apAbj7OzMzjhGos0BNx8qyWYqlTJKAdmk1Nw0Y2NjFi5BLbBAhoeHjevmvTgLPoODnn0XRzYZXQBB95zridHjlCv + f3h4aGiAJDHh2 + Hhofr7 + y1JhqFm85GYwfvTy4cSbH5HApPIgMQwhyTDBeIgyV1wH9yLr + Ll / gkTMZoU2rz55psWXlJVyVx5NMhGwMFBK4DQQGEYeKkZMYFIPeK53 + iUcPqfs3lxQjgx6KVqtarLly + 3NW571KOvr0 / Xr1 + 3aIdILRqNam5uzjbzzs5O25yOjo4qkUi0RaBUKdNC + fHHH2 + LEqvVqqm8KpWKKa1Ion / uc5 + zLrIcTi7JCuEmJiZMTLGzs2NonyKqqakpy3F5rpyqc6Lwvb09iwKIKnt7e + 3ISJB8T0 + PstmsCoWC3nrrLTvzmjwYAALFHs + ZTrlS6wzig4MDPffcc5ZnOz4 + 1tbWlv7 + 7 / / ewBRn2ML346SY46OjI / X399t6ZV1TcQyYIH + YSCS0vb1tDvbdak / 8PuL / RNYouKSmgtEXV1L5fHh4qJGREV2 + fPkdYof7jQtj9G / evGn / 9pseI9BpCHziz6tEMLBe9 + 0LUvxnUCDDZ / PApqen2zyyp3U8gvefh9qCjD1cfCwWs97p9OuGGqFNMYt5cXHR + oqDZjDU4 + PjisVihsDgNoeHhzU9PW0UGIYD + sMX14C2jo + PjZflPn1iFiPicwK0kkWCSKREzxjeSyWjl9PCDVerVet8iGbdN0uD / / T1DgAAHDtOkuiLZwNd9txzzykWi5kDe9QjkUjoV3 / 1VyXJcg9EPhhJX7Pgnwevx4H6KJMwH4Tu8xwYKp4fyHphYeEd9S + sX58Y52cYMQzj2dmZGfR0Oq2VlRVr3YGsEpSKeOHs7Eyf + cxnrFoeKSYFh9euXdPo6KjW1taMTw + FQkomk3r66aeNrqHDJi1LOLGKtTM9Pa3d3V1TC7FHASsUVTHH5Fr29vbsgBT2UaVSsfUN / UvOgG6aOE9UU7du3bJ1zXm8XmqdTqcNhBGNkayHQuJoTI5FJKczMjKiL33pS3aE64PGhTH6GNX7Zb0ltf27M1xi8P7O93mnwefzehQ / vLbze1j4fIYf / vWhUMioDl7Lxp2fn2 + jLe6HvjGQ3pP7e2OxEkaDuvnDxvd8IYaCCIdiHG9oGJ / 85CcN3ZAT8OjEL3waYuGwcHSXLl0yh0BEAO1FlASKIZpg7n1SvFNKCDfKKVA4VcJ4qBwkkfQh / 9SnPvVwi + 9HOLheJKY4cgwEQEJqFabBB / N + / u + T9N5pMKceZaL4gScnEuL3noYIh8PW + wmD6L8LxO4RKhFMpyJLkhXtQbH69cq1 + j3X09Oj + fn5ti603Bv5G74H9Q7FmqwlGvRxv7z + l37pl6zFA4opD2o2Nja0vLyss7Mzzc / PW6RNZFqvNzvx0pOH3yNJPTg4ULFYNDCCJJQ5pxcQ4IS5oFlgOBzWjRs3bL45KAcKk1wmuR3UR + 81LozRl1rtcr2B9YibB + lRPf + / n1Pw / / Yoq9PI + / 93fp / / I7WcE + / BsHI9fnN4owb64G82OH / 7 + / PGnOvyFFEnL853gZL8fPrEE0lnNnanpJO + Ld7oMmZmZuxcUe6 / M9Eqtfr18P3 + Wkj8Ej1Q / CbJnA2JWu4frbo3FMzh8vKyIaJQqHkIeBAEVtdwXgaIV5IZMygqD3RYP6B2njtzw7rx6xTKAQPPe3i + rG + MPJ9Dkh7n4qlPcmEYOb + OfPTGM / XFgKB1Eq2dVJwHUERuvm6GNcw9cq0erEF5UjWPoo / PYM2Ew83iznQ6bXPEvUrNNfvMM8 / YHvb7kzXF9Tz33HPv2NM8I5wAwKZWa52 + 51WJvE5qFRNC7bL2Q6GQpqamTDoeCoV0 / fp1yzF + qOgdv + FJxnbeIJPg6RoWg6coPNrvdAD + 557S4TXecfD / TgTKpmRBe3kjG6STU / aOoJOG6kT3 / jp5Tef1 + QimMwrxn8dc + PDfRwH + vf76 + V7v7CS1RSX3u15 / 3x4FerQrybhtP9f + PZ3f71 / H727cuNE2P / w + m82eG6MfBK0e8lQ + E3H5Ih4MDHNFPopIgPeQh8EY + TlB / YYhZn / wHX4 + iRR8Ap / rodMlhrRTtebXCAbZI3o + hzXHs8dgci1 + r / kCpk4A450haxQQgNIMh0IU4K + Ve2TfYSOYW / IiUK + hUKgtcvLXy7wRNVSrVWsXggjD02M8G5xrp93yTALR + uOPP2571oO7bDZrDuu9xoUx + txMOBy2kI7F4D1wo9E6MITwT2oZJY8UOTlLaoW0frF5tOtDSG9EWCCMTqPNwvYLmO / gZ3wuyKbz83y04R0S3 + + vhe / wxpjN7L + 301F5Q84AqfEzn / / g85gXDFJnBOXfy3u8g / Eb0iMsP2dci3caXD / roNNxe6ft78kbjfMwvPGj / THX5 / svYTC4X85 / 5b2oliKRiEkzfbO9TkOGUo1qVYwKz8NTfVKrBTTrBzWcf0Y4D + gRnLjvfcMaQ + ePkguHxPPxbUN8FOTVdXxHJw1K3YnUojG9I8DxULeDUWauuS4iSH7v1yv3zbpHgceaQ2nV09M6tJy16JV5OGnmBifKc + aaeS0gjWirc08 + zLq + MEZfajd4GGOPeH3Y6zc9k4FXp3FTMpk0 / a5fvJ30keeu + ZnU3vzr3ZC3dxCdqNQb9E7v742mR + s + TPdRjEcE / v59OIyRZp58wpl7wZD40NU7F + / k / Jx0zj334q / XOyY / F76lg3dC / vr89fAzNoQ36v6afDTAdWAY / Ose5QiCoE1dA88NugStSq0oil5QKLRI6C0vLysIAk1NTZmUmSgBMMQcY4x8rQT / 7qR1UMZ4Ltw / E5yL1IpuATD + eXvHw8 + 9EWed + DxaJBIxbps1KLV3Ua3ValbjIbX6byHB9C0YIpFWTy4MPYDDtw9hP8O5c + 0 + uoFu4nM8YidvwVziePh8 / 0x8Z9wgCKxFs6dCw + HwO + 7ZOwjfeuZB48IYfd9DhYn1SNKHORh4qd0YdyYBO0MkHqwPtbzB9a8n4vDX4dGmR9LeA3vjy + sxmPy + k47ppGnYuJ5759o9svFOwH8fm5 / hN5Pf1P56 / WtAhd7Yci3 + + vlO / zrPT / NZ / nswah69dEY7vN9HLFxDJ23DHLCpOqO5Rz2QD / rCOM + Je84bZ + DpDhKiPjpFpgjSBrWj6PEUHM8N1IgyrBM4MNdeMUYHTk89cMQhuQbpnVSc / xsnADrG + NJKHRQM4oeaYt34ehXaG3tH7 + 9Baq + jYW5YY + FwqxqcNUw0xPXiOPx9eaoIXt4nrXm2yMkx2J2RL9fD9Xrw5SNuSZYPYc5859sHjQtj9L1a4X6GUWoZT4wg4ZB3CL29vZqbm2tbCFK7GgiE4tE5G4Xv7jR6PvS7H0Lnuj0ilvQOpNQ5vLH1kQT32WncWSjeQbHAvRH17 / Xf4ymD + 10 / 9965qXi9d7gk4Pz3MMce8XnH5Kkj72y8w0Ehcb / 58XPrv8t / nn / Nox5sXIxmZy5EarX6RvILv + x55UuXLunJJ580zp3nhPEgaqCaFIdA7Qj7ARmif / aS3lXVhZHyiJh7uh9CZ3gQwnt9It8jb78uJLWddSy1OHEq2SXZugMsgoa5Tw + QfM7C070 + QmW + Go2GtYj2CilP03g6uF6vW0t2Ig6fA / GRFw7Xg1fmw + 9taDR / VoWP6B40LozRl1p8PIgHj8 + CYKI7H5SnP / zwHt8bNq92kNppEMLwTmrH / + 5 + joFF6L + LDXk / 5Ok9vPROeaZ / HYaNENw7J5AMr0Xi6K / DOwle7 / nTzjnwyM07T + / IvPH2c + 9pnvsZdIZ / jt6x8N2sAV7LdzKXXLvniT11dZ7G0dGRdVxtNBrWSRGjQvES65vwHyTqjbyXLErtERjoG6eOgcOJ0xIBh + xlvhRCSbJ1JqntXAbmmCpWDByDNQ315KkOrsPvDbqiUi1MTsPTMZLaXss6YY8SBVHsNTAw0DZ / vg8Xjoe1R28orpHENtGOd57MB1STd9p + jUPJ8HP / vnC42XSO2hlfs8Ozo + KWPAiOBIrwQ0XvdBpyv5mlltrAozqP1D3a5fOkdu7cI2YQeCet4KmL + 4XAUnuRjX9 / JwXUiZil1sIHJfC + + 6GlTpTLezyt4g081 + bngc / 3eQr / cz / HnTQTw9 + vp2d4TyfC5r5xUB7x + yik8zM6HYC / Tm8w7pdn4fc804dROXwQg / uio2YoFDKKBF4YqSPz4tVRGDcMiacKABVQCah + MGqgQx + RIfvDsNHiA / oEw0g0jUKFZ4Pz8MlZSUaL + GjCR5t + L3k5KZFJo9HqsRUEgfVz4p59QtfvOwAcDs6DG58k9TSgfyZcp68RAGQ1Gq2ENoAUR4NUlrUeiUSsGy3D17rwPPi9Zxx8Hoc17fX9PT09tn4eppHghTH6fuF6FOkXtvTOqkaphfTvhygZnlv0CJRF4rngzoQpD8c / MDYTn9MZNfjP6cw5 + ASTj1I8ZcVG8yjaG2jP / XrK5X6GsZOi4ec + 2uGzkcz6 + / cLl3nv / Fz / + WxQnzvx13w / Dt9fLxvZG0EfVflNzPCf5e / / UY9wOGztFNjAoEz6tngKCHrBo0 / 2hY9 + WFcgd39ADuuhWq1aWwLfjpg1c3Z2ZtXUUutsBegmkK83wlAkrGFvzDDiXHM0GrXrgrLisBMSrhg2r7wJhULWG4i1wprzyX2PpJkTKCEvh4VWobuoj7CYW6qEeb2nnEDYyG2hy / guHDKtYby94FnUajXrE8TZGaFQqG3 + qT3wQKrzcx5mXV8Yo + + RhDfIGA + MIj / zEkFvvL3D4HMZnlftdCygj04awX9Hp8FlAfr3dEo / PeL2RUd + kftzAPh8j + z52f2MZWeIiXHsdDJSu2bf5wJ4vU9QMXwUAn3UmS / gdZ2qHx99 + DyKR1x + rr1j4f3e + HukyHf6KIVnfN7oHU9zsFYI5TEUIEmSldCcJDu9UsYbgSAI7DQ4TmvjMzGyOBcMkpcu + pwTahUOGuLMWoqOvCrFg6Dd3V3bj4ODg9bkkBbCUD0ULXmD6UELz86riJg7jKPnzLkeUD5qmk7DHw6HLZLyqJu9Gg6H7WwAHAvfTTQktfYP90rrcw / geKYkpXHEft2Gw + F35EhqtZrdo6 + z8Eqvh6F2pAtk9L1H8xQIi87TLFLrsPJORO0dgtRuBDyC94bmfu / 3NA / XJ7UjaY + a78fvedUNf3uE0ulEfJLYF6exMDsdjH8vw6N + kJo3qHwP1 + qv / 91kst4Je + oBJ8A1 + u / h2fG6TqNOB1A / p1wbzxwk64d3BHxnZ3Tmnf6jUj5 + WAAAIABJREFUHlAENM / znDeafQys1Do4HGOIgeAEMe7TyzEBRcyb / xkdW6EkeD8ads9jV6tV633UGV1JavtuHBTOCXCC4cVQhUIhk1B6R8J + YD0TEbD2WFesG2SaQdCkoXw7dByXr / xlbZIP6HSgrD9Pi / l6h4ODA0lqaz2Os / Rz53MLktrqIjxtg4NAyYVzl9pziT6J7dtY4OR8ZPNu48IYfY / sMbadIXwnmmNiedCeY8O4gAI60bv3mvyOz / cG3nPYHrH57 / AUiNSSifmIwjse / 71eIurvk43kKQ3pnVJLPz / + mqBWCOm9E / TOgzDdOxI + yzswv5l8WO2ddCfd4r + 3M5LjO / 1z9c + CTc77eO / 9Ih7upTPCOA + DuQKpcVaxR / 08K2idcDhsFAIhP0YeJ8dhPF61E41GTVEjtRcfSq1WF + j / 4d75PjrZ8j6eE / PNiWvw / OwFDDHPA9SKAolnFYlE7MxeAAH3y3rgu70wgr0AkpZkh / L4qltJ1tgPQ4yD4f0UZPnoAorN58y8BNPvXxxUpwiCn9Fw0EehgJxardmwjUNycOrQSThgBo6QNeTrG95rXBij75FwJx / didox5D652kkLdRopJpSfSe0ItPNn / NvziJ38OhvIP5B3Q / 0egfp7YgF6J + QLORjwnp7y6aR0vBHvTKL5PASbyzvJzsSnd2L + 2fhIys8BxghD4J + D55kZPDsfAXjnAdLrpLPgg0Fsvsioc + Oeh + Hnx0epzAkNw3p7e + 1gGZ9c9WcFkKBE7x8ON5U + Ozs7diiIJFsDGDm + G6qB9 + KwMZ7MO7rw09NTaxPuwQnFRuwV / x2gXLpqEsGEQiH7TE / Zcvaup2X4HvIgPOf9 / X3T95MDwSmRn6DdBfdF4Rv7AISPwyR5Ta0D6ihJFsk0Gs1T + 7hnH4Win + fziaw8heZtB5JNcje8b3Bw0BoGHh0daXBw0KIqro3D7h80LpTR7 + npadPREv6CIjq1 / B7d + VDJc4Cd3tM7lU70zGdAKcCPSi2qhs / k35564jUenXbKHX1Fn78OT295g + 8LmXAYXnXUyaXjsLxKgfd6p8GfzojJG2If0XgqrNN5 + fv1iiT / ff66vFPsVPd46oz7w6jwh + vmviORiHG294seHuVgPdIDPxwOK5fLqa + vT6lUSo1Gw / oQ + eQj149 + nmQjnVAx9sy7jxg62y6AjpGKlkolDQ8PKwiaahCMJwaw0Wi1ug6CoC3ByXNnn7I + aebn9wwKn0ajYW2 + WdcYPKiv3t5eS3R654aD43s4AQ7HX6 / XFY / HDWlDheHwyGXgQLzjCoJWvyIUVL5 + AOeGMofrHxoasmvHtnDgCXlBIi7WL8DQ02axWMxoHFo5Y + 8ajaZyisOOmMeH4fUvjNH3EjUQidQywN5oemqBRch7QHke5fIaj7o7DShhVGd0wObpjCR8 + bV3PL7IwxvkzsSsR09SO7 / Oa7wGGpqJiMLLJr2UFVTk1SCEkP6 + fcTjqS + upTPa8tfnk7J8Tmc + APTFfPG3P6 + Xn / GdHj0yOueMn3Ed / ncYA + 8QHvVg3vb39 + 0YR4yXd8ieHoFbDoVCqlQqdhg9rX4xHKBZ7tVTd / 39 / err67O + 86BYjAq5An8AEQYNRO6jCS + ZhOLwBhR0jFP20mueDftyb2 / Pfs6xhnDuOAOuk3VMwVQ8Hm + jh + hbz373lBL98zHMnfvTr / NarWb5FJwYToF9g + OjR77PK / nzcXk + UmtvdlKaRHh + 73DdOHaukxPIoOUeNC6M0edB8xC8V2YhSe2JS0I / JovX + Ew9HtajU6lF3XCqjpezeT6R14Kk + HknovRhM8MjT + 9MMGRswk5Uz4YGJXrn4RUAfLand7ie4 + PjdySOMcaeQ70f / ePRtUfxUrtm3juNzqSzHz7i8HPkuXiMfmeiinXgjTvUhFdwSWpzbOeF3gEVY + w50Qo6A0QN9SjJjvmjJz4GeHR01Hj / 4 + NjJRIJSxD79Vev17W2tqZ6vW7ombMMfKTL9yLrlFpAg + fIGgXZS3oHwuXZ4Zw4tpM1gfKHQ3cw9iRQJZn + nGKker3eVgDG / ikUCm1FVaBkCp1oaodNgM4BbAwPD5tx9pEqyV1yg5Is8cs + pELWOzTm0Be9QfHgZFBV + X3DYUjQTzjKS5cumcNmb8RiMXO2JJjfc809DPHfHd3RHT + aEQqF9iXdftTX8RAjKWn7UV / EA0b3GptjNgiC1Lv98sIg / e7ojg / puB0EwTOP + iIeNEKh0PPn / Tq71 / hw43yUJXZHd3RHd3THBzK6Rr87uqM7uuMjNLpGvzu649GOP3nUF / CQ4yJcZ / caH2J0E7nd0R3d0R0fodFF + t3RHd3RHR + h0TX63dEd3dEdH6HRNfrd0R3d0R0fodE1 + t3RHd3RHR + h0TX63dEd3dEdH6HRNfrd0R3d0R0fodE1 + t3RHd3RHR + h0TX63dEd3dEdH6HRNfrd0R3d0R0fodE1 + t3RHd3RHR + h0TX63dEd3dEdH6HRNfrd0R3d0R0fodE1 + t3RHd3RHR + h0TX63dEd3dEdH6Fx7o9LTCaTwdzc3KO + jO74kI4XXnhh + 73OE / 1Rje667o4f5XjhhRf2JH03CIIvdv7u3Bv9ubk5Pf / 884 / 6MrrjQzpCodDqo / je7rrujh / lCIVCd + 5n8KUuvdMd3dEd3fGRGuce6XfHR2sEgVSrtf / xh7t1HvR2v4PfOn82MiL1dFd6d1ygEQTS2Zl0ciI1Gq01HQStPz09zbX9Tx3drdAdj3Q0GtJ / / + / SN74h3bol5fP3N + T / P + PVV6Unnnh / P7M7uuP9Gqur0t / + rfR / / o90 + 7a0siJVKg / eB88 + K / 3DP / zTv + 9CGv1qtar19XWdnJw86kv50Iz + / n5NfeITipbLH9h3Hh5K / / yfS / / zf0pXrkj / 7J9JExNSf38TxUQirT9 + hELv / f / On2Wz7 / + 1 / yhGd12f07G6Ks3O / tBv7 + / v19TUlKLRqP0sCKT / 8T + k / / pfpf / 9v5v / n55ugpPPfEYaG2vug / 5 + KRxurmfWNP / OZH6467mQRn99fV1DQ0Oam5tT6H47vjsefjz / vIJPfEKlUknrv / 3bmv + AvrbRkL78Zel / / a / mwv8X / + L + xvujNLrr + pyOw0Pp + vUf6q1BEDT31vq65uebu + vb35b + 7b + V / u / / bfqS3 / 7t5l5YWPhg9sCFTOSenJxobGysuzHepxF64QWNjY3pZHHxA / vOP / sz6W / + RvrP / 1n6lV / pGnypu64 / jCMUCjX31smJTk6kf / NvpB / 7MWltTfpv / 026e1f6rd + SFhc / uD1wIZG + pO7GeJ9HKBRqxZHvN6neMU5OpN / 8TemZZ6R / 9a9 + pF914UZ3XZ + z8T7IakOhkKrV5nq / dUv6l / 9S + k / / SRocfB + u74cYF9bod8f7PPzi / hEb / j / + 4ybS + dM / bfqZ7uiOCzeef75pxR9i7O83BQr5vPR3fyd98b7q + Q9udLfcj2jEYjH799e + 9jU9 / vjj + trXvvYIr + g + 4xEUB + 3sSP / hPzSTtp / / / Af + 9d3RHR / oKJWkt95qgpvvfe / RG3ypa / Q / kPH1r39dP / jBD / R7v / d7j / pSHvn4j / 9R2t1thrfdcTHH + wFo / Gfcb6ysrOiJR6GzfR + BUKEgLS83aZzx8SZvfx7Ghad3 / vW / ll566f39zKeflv7Lf3nv13zjG9 / Q7 / / + 7ysUCumpp57S7 / zO7 + jLX / 6yarWavujc + c / 8zM / o8PBQn / rUp / Trv / 7r + tKXvvT + XuwPOx60uOGW30ea59496Y / + SPrKV6SnnnrfPvZDOR7Vuv6njq9 / / esqFovq6 + t7fz / 4UY9O + uafQOdIUrHYpDATCeny5ab + / ryMLtL / IcatW7f0u7 / 7u / rmN7 + pl19 + WX / 4h3 + oX / u1X9Ov / Mqv6Pvf / 77Gx8fttX / zN3 + jS5cu6aWXXjo / Bv8Rjd / 6rebf / / 7fP9rreFQjFAr9cigUej4UCj1fLBYf9eW86 / jGN76hp556Sjdv3tRXvvIVLS8v69Of / rSeffZZ / eZv / qa9zgOav / iLv7jvZxUKBf3sz / 6sbt68qZs3b + o73 / lO2 + 8PDg70kz / 5k / r4xz + uJ598Un / 9139tv6vX6 / rqV7 + qxx9 / XM8995yOj48lSXfv3tUXv / hFfeITn9CP / / iP680333z4m / v / RfIP8f7t7aa0Px5vGvxzl7cKguBc / / nEJz4RdI7XX3 / 9HT / 7IMcf / dEfBb / xG7 / R9rPR0dHg7OwsCIIgqFQqweDgoP3O / / tcjO9 / / 75 / Xv + 7v / NV3s0 / 79N45ZUgCIWC4N / 9u / ftI9 + XIen5oLuubbz22mvB1atXg2KxGARBEJRKpeCnf / qngz / 90z8NgiAI / viP / / iftLZ / 4Rd + IfiDP / iDIAiCoFarBbu7u23vq1arQaVSCYIgCIrFYrCwsBA0Go1geXk5iEQiwYsvvhgEQRD8 / M / / fPBnf / ZnQRAEwRe + 8IXgrbfeCoIgCL73ve8Fn / / 85x / + Br / / / Qf / nj / v9n / / 845RKjV / fPt2ENTrrZ9 / 0M / 2vdb1had3HsUIguC + 0rqu3O7 + IwikX / u1Zqj767 / + qK + mO95rfPOb39TP / dzPKZlMSvp / 7Z15eBTF9rDfEwiEfbuCQFACckUwIUjEIJvKouwoIAFZL4vyoKIsgsBV4RMFERB + KLggBAxE1pirwpUlCCgQAoY1ciEQJew7CQgaUt8f04lDmCSTZaZnqfd55pma6q7uUz3Vp0 + drjoFFStW5KeffmLVqlUA9O3bl7Fjx + bpeIsXLwagSJEilCtX7o7tSinGjx / Pli1b8PHx4eTJk5w9exaAgIAAgoODAWjUqBFJSUmkpqby888 / 06NHj8xj3Lp1K3sB8uKWKWAv4PJlOHYMSpe2TLRyOQvfwEXFcm1atWrF8uXLuXjxIgCXLl2iadOmREZGAhAREWGmeDmT14ZdCA + yyEiIibGM2qlYscCH0zgQZxs0ERERnD9 / nt27dxMfH0 + VKlUyw1BYvycoUqQIaWlppKenU758eeLj4zM / CQkJDpEtL6SmWhR + qVKWkCJZQ4e4Elrp54P69eszYcIEWrZsSYMGDRg5ciSzZ8 / m448 / 5tFHH + Xq1atmi + gyXL5smYUYEgJDhpgtjSY3CtugadWqFfPmzQMsPvpr167dsf3q1atUrlwZX19fYmJi + O23nJc3KFu2LAEBAaxYsQKwPKT27t2bJ5nuICcjKLttWfJv3YKjv / 5FsWKWETqurPDBTqUvIuVFZKWI / CoiCSLSREQqish6ETlifFew2v9NETkqIodF5Gmr / EYist / YNkfc2B / Sv39 / Dhw4wN69e1m0aBEBAQFs376dXbt2MW7cOFJTUzP3tU57E0pZFP2FCzB / vtXN4L5 / u8dT2AbN7NmziYmJITAwkEaNGnHw4ME7tr / wwgvExcUREhJCREQEdevWzfWYERERLFiwgAYNGlC / fv2 / X / 7m1ovNj4LPZZ + 0NDhyBBRCnTpgFVPNZbHXpz8bWKeU6i4ixYCSwHhgo1JqqoiMA8YBY0WkHhAG1AeqARtE5J9KqdvAPGAosAP4HngGWFuoNdJkT359lvmcofv557BqFUybBo0a5e / UGufTv39 / + vfvf0fe9u3bM9Pjxo3LTOdm0FSpUuWOETlZy / 3jH / + 449jWHDhwIDM9evTozHRAQADr1q3L8bw5kuHnL6APX2EZh3 / rFvyTRPz8HizQ8ZxFrpa + iJQFWgALAJRSfyqlrgBdgHBjt3Cgq5HuAkQqpW4ppY4DR4HGIlIVKKuU2m68XV5sVUbjaJw8 + 3bdOhg + HNq2Bav7VVv5GsdibzsvhPvhJNW5etUSErkMKQU + nrOwx71TCzgPLBSRX0TkCxEpBVRRSp0GML4rG / tXB05YlU828qob6az5d + Eu45k1ttmxwxInPzAQVqxw3VEMmsJjypQpBAcH3 / GZMmWK40 + cobxtKXHrvIK6drJwkYqcoSr3cI7Kla02uMG6x / a4d4oCjwCvKKV2ishsLK6c7LBlyqkc8u / OVOoz4DOAkJAQx4Z81NiHnTN0Dx2CDh0sC5esXQtlyzpBNo3pTJgwgQkTJpgthoU8zp7NK9cpSRI1KcM1anAC4n532LkcgT02WDKQrJTaafxeieUhcNZw2WB8n7Pav4ZVeX / glJHvbyNf4yH8 / js8 / TQUKwY / / JD / lX00GptYW / UmWdR / UZREauPLX9TiGD627VaXJlelr5Q6A5wQkYy3FK2AQ0A0kPG2pz + Q8bYmGggTkeIiEgDUAWINF1CKiIQao3b6WZXROBIn3CAXL1oUfkqKZfnDWrUcfkqNN5Gb + yanbYXU / hVwjFr8hS + 1ScSXNPvlcSHs9ba + AkSIyD4gGHgPmAq0EZEjQBvjN0qpg8ByLA + GdcBwY + QOwDDgCywvdxMprJE7GYtGFtbHDrKLAvjWW2 + xYcOGbMtFRUVx6NChfFfVFbl5E7p2tUxOiY62M5iafqGryY0Mi95FlGkyNUihLDVJohQ3zBYn39g1ZFMpFQ / YcpK1ymb / KcBdb3GUUnGACfFSncfkyZNz3B4VFUXHjh2pV69egc + VlpZG0aLmRtJQCgYNgm3b4OuvoUULU8XxLAr7wejgFdEKFRdR9BlcpCJnqUJlzlKJS2aLUyD0uIoCYCsK4IABA1i5ciVgGc9cr149goKCGD16ND / / / DPR0dGMGTOG4OBgEhMTiY + PJzQ0lKCgIJ599lkuX74MwK5duwgKCqJJkyaMGTMms1exaNEievToQadOnWjbtm22UQqTkpKoW7cugwcP5uGePXlh4kQ27NxJ00GDqPPcc8RmmSRjN1kU0bx5sHQpvPsuPP98Pi + kxmVw + R5sXt08dlCzc2cuXLmS7fYblKBGiyDKkIL / HQMQs8HFHlhZ0Uq / ABw5coThw4dz8OBBypcvnxmUCizT19esWcPBgwfZt28fEydO5PHHH6dz585Mnz6d + Ph4ateuTb9 + / Zg2bRr79u0jMDCQSZMmATBw4EDmz5 / P9u3bKZJlXvf27dsJDw9n06ZN + Pn5sWbNGvbs2UNMTAyjRo1CGRbd0aNHGdG6NfuWLePX335j6X / / y7YvvuDDESN4b + HCAtc / NtYS971DBzsDqWmXjtsyefJkWrdune32wlT6aWlpue / kJG7jQyK1Adz2xW1WtNIvALaiAGZQtmxZ / Pz8GDx4MKtXr6ZkyZJ3lb969SpXrlyhZcuWgGUm5JYtW7hy5QopKSk8 / vjjAPTu3fuOcm3atKGiEbksI0phUFAQrVu3vitKYeADD + Dj40P9WrVo9eijiAiBtWuTdKpgA6dSU6FnT6hWDRYv1mPxPQlTe7DNm1t6sDdu0GrYMB7p04fAsDC + + fFHAJJOnaJu9 + 4MfvfdPPdgU2 / cYOCkSQSGhRHUqxerNm26a5 + uo0fTqG9f6j / / PJ + uXk0SNblFcXxQvPPJbBr07k3owIGcNWITnb98mW5vvMGj / frxaL9 + / FSQOEBOQt + qBcBWFMAMihYtSmxsLN26dSMqKuqO1bRyQ + Xiey1VqlRm2t4ohT4iFC9WzJL28SHt9m0KwtixloUiIiIKEDlTW / 4uiWk92C1bCH / nHUsPtlgx1kyfzp6vviJm / nxGffTR3z3Y5GRGhIXluQf7 / xYsoFzp0uyPjGTfsmU8ZWMs / 5f / / je7lywhbvFiZn29iuNXFP6c5PofNwh9 + GH2Ll1Ki4YN + TwqCoARM2bweu / e7Fq8mFUffMDgd9 + 1HMiFXTw6nr6DSE1N5caNG7Rv357Q0FAeMBbILFOmDCkplinb5cqVo0KFCmzdupXmzZuzZMkSWrZsSYUKFShTpgw7duwgNDQ0M8KhLfIapbAw2LwZPvnE4tpp2tThp9M4GXt7sB06dKBjx453lbfVg + 3Ro4fNHuy3336bWa5N48ZULFcO4uJQwPhPPmHLL7 / gI8LJ8 + czreuAatUINO6nvPRgN8TGEmk1S7iCjZmDc77 + mjWbN5OOD8lnz3D5xB6qlK9AMV9fOjZvbrkmdeuyPjY285iHjh3LLH / t + nVSrl + njJVh5mp4htJ3wVEJKSkpdOnShZs3b6KUYtasWQCEhYUxZMgQ5syZw8qVKwkPD + ell17ixo0b1KpVi4WGpbJgwQKGDBlCqVKleOKJJ + 5afCKDF154gU6dOhESEkJwcLBdUQoLwh / 4MejJRGrXro0zZtlrnE / WHmzGMoXwdw9248aNREZGMnfuXDbZcJPYItcebIkSmemItWs5f / kyu5cswbdoUWp27szNP / + 0yGcVyjIvPdjs1grIYPPu3WyIjWXrl + Ek + T3CoBfbUPHPJIQK + BYtmlnWulefnp7O9i + / pISfXy61dx08Q + mbQM2aNbONAphBrGENWNO0adO7Xnjt2LHjrv3q16 / Pvn37AJg6dSohRld0wIABDBgwIHO / HKMULlqUmV70zjt / y16tGgeyWdM0Nz7gDY5Rm02fg43XFJrCxAWNGYf0YG24Qq6mplK5YkV8ixYlJi6O306fLrDsbR97jLnLl / PRqFEAXL527Q5r / 2pqKhXKlOGMXz2OJCWy / 8BOivBCzscMDWXuihWM6dsXgPjDhwl + 0LWjbWqfvovy3XffERwczMMPP8zWrVuZOHFi3g7gAJ9iEvczlXE8z9c8 + ZT2x3sjKSkpdOzYkaCgIFq2bHlHD3b69Ok0bNiQxMREwsPDGTNmDEFBQcTHx / PWW28Blh7s0KFDadKkCUqp7Huw7doRl5BASL9 + RKxbR92aNQss + 8RBg7icksLDPXvSoHdvYrLcI880acL120Xp0Ks54fPHEGpj6GpW5oweTdyhQwT16kW9559n / urVf290oYll1khuXS6zCQkJUXFZLlxCQgIPPfSQSRK5CflobAkXLvBQu3bZbu / OCr6nPYd5kBok590StdW1Nrn9ichupZTjonNlg7e269TUVEqXLg1YerCnT59mtmElm801yvA / / klFLhHAcZsRIvNFSIjT / 9uc2rXbWvqu / rByNxRAenq227fQnFV0ZzzvWRR + XtEjdTRk6cF + + y0TbbwINoNbFOMYtfDjJvfzW + Ep / AycMMDCXtzSp + / n58fFixepVKmSwxZs9iYUcDEtDb + jR7PdPp73qMZJRjHDqbJpPIuePXvSs2dPyw8HuT4WRkczO8uIt6YNGvDx2LE298 + YgKUQapNIEbI3fjwBt1T6 / v7 + JCcnoxdYyYa8WhXp6fgdPYq / 1ctea9bSjp9oxjxeogQ3Cy6fJltyG2HiMTjQ1z2wc2cGdu5s174K + I37uUFJHuCoQ9q3iovLsRftbNxS6fv6 + hIQEGC2GK5LIQRzyyAdYQJTqEUi / + LLOzfmc + 1cjW28ogfr4AVO8soZ7uUSlahOMuXJ26Lv9pBbL9oM3FLpa5zHCnoQT0OW0Idi / GW2OB6NV / RgL1yAhATLt8n8QQnOcY2SxHGFC2Qfcq0AWPeiX33VEWfIM1rpa7LlNj68zSTqc4BeLDNbHI / HK3qwhdgLLQi / 8iBPspPaJLKNFpTkj9wLeQha6XsahegWWEU3DlOX5fTw + JdbGu / hCuXowjcU5xZRdPUqhQ9a6WuyQQHvMZ4H + ZXnWJ39jvb49T3VP61xO27jQ2 + WcoxabOIp7uOE2SI5HbvH6YtIERH5RUS + NX5XFJH1InLE + K5gte + bInJURA6LyNNW + Y1EZL + xbY547NsqkyjEy / k97dlLMG / yvrbyNQUnD0uROpIJTGEt7ZnLyzRnm9nimEJeJmeNABKsfo8DNiql6gAbjd + ISD0gDKgPPAN8IiIZMVTnAUOxLJZex9iucTEUMIUJ3E8SvVmaewEXuJk1LoyLtI9lhDGNcbzEPF7kM7PFMQ27lL6I + AMdsCxqnkEXINxIhwNdrfIjlVK3lFLHsSyC3lhEqgJllVLblWU67WKrMhoX4kdasp3HeYMP8MV1VjHSuBkuouwBdvMI / + JLmrOF2YwwRwgXuR72WvofAW / AHf38Kkqp0wDGd2Ujvzrc4ShLNvKqG + ms + XchIkNFJE5E4jx6 + JqLMoUJVOHM3ePyHYGL3Agaz + UMVehKFJU5x0q6e / 3Q41yVvoh0BM4ppXbbeUxbd7HKIf / uTKU + U0qFKKVC7rnnHjtP6 + UUkvLczSNsoA2jmIEftwrlmBovxuSH + k2K8yxruEglouhKZbQRac / onaZAZxFpD / gBZUXkK + CsiFRVSp02XDfnjP2TgRpW5f2BU0a + v418jQsxi9cpwzWGFpbPU1vyGpNQwGC + YAdNWEk3GhJvtkguMYs9V0tfKfWmUspfKVUTywvaTUqpPkA00N / YrT / wjZGOBsJEpLiIBGB5YRtruIBSRCTUGLXTz6qMxgU4STW + pieDWEA5ruWtsFbuGhdjKuOIoA + T + Tfdchp27GUUZJz + VGC5iAwCfgd6ACilDorIcuAQkAYMV0plrGE2DFgElADWGh + NizCXl0nHh1eZY7YoGnfHZCMgkp6M533CWMZE3jVVFlcjT0pfKbUZ2GykLwKtstlvCnDXCqpKqTgg9 + VoNPZRiDfWdUryKS / yLGsIIKnQjqvROJstNKc / 4TRjKwsZWPix8d0ct11ERVO4hNOfy1RkJDPNFkXj7pho5f / Kg3QlipokEUVXPRjBBlrpa0hH + IjXaMxOmmB7kXW7yHqzaz + / 92Hif36WyrTne4qSxlraUYlLpsmSIybfFzr2jrtSiA3nOzpwhH8SSc / C6Qq7wAgFjXdxnZJ04j + c4V428wS1OG62SC6LtvQ1zGQk9 / Eb3VhV8INlPIy0lX8XetKhY8gIohZHCMvoRWN2mS2SS6OVvpfzC8Fs5kle4f8oyu3cC2jyjcdPOjThQa + A1 / iIaLowmxF0IdrpMrgbWul7ObN4ndKkMPiOsEoaTR4xqWc3i9eZyyuMZAavMNcUGdwNrfS9mFNUZRm9 + BdfOmR9UI2HY7IrbxXPMZoP6cZKpjPlFJVjAAALsklEQVTGFBnyjYnuT630vZiPGc5tijCC2WaLonFXTFJeP9OEPnxFKDtYQl98bIfx0thAK313pBButOuUZD4v0ZUoPdJB41Yc4QE6E40 / yXxDF0pw02yR3Aqt9L2UBQziEpUYxQyzRdG4IyZZ + BeoRHu + B2At7biHC6bI4c7ocfpeyF8UZQajaMZWmvKz2eJoNHbxB350Jppk / NnEUzxAotkiFQyT5rNope + FfE1Pfud + Pma42aJo3BETrPx0hL4sYQehrKAHTdjhdBk8Ba30vQwFTGMs9TmQ2U3WaFydMUxnFd2ZwUgdJrmAaKXvbhTQyvqe9hwgkHD6uc6IBx22wX0wwcqfy3BmMopXmMPrzHL6 + T0N / SLXi1BYFpaowe / 0YpnZ4mjcDRMU / jd0ZgSz6UIUs3hdh0kuBLSl70XE8CTbaM7 / 8TK + pJktjkaTI7E8Si + WEUIcS + lNEdLNFskj0Erfi5jMW1TjpA65oLEfk4ZmHqcmnfgP93KG / 9CJkvxhihyeSK7uHRGpISIxIpIgIgdFZISRX1FE1ovIEeO7glWZN0XkqIgcFpGnrfIbich + Y9scY61cjb0U4HL9SAt + 5AnGMk0vLKFxaU5zL21Yz1 / 4spZ2VMaDI5KaoALt8emnAaOUUg8BocBwEakHjAM2KqXqABuN3xjbwoD6wDPAJyJSxDjWPGAolsXS6xjbNU5gEm9zL6cZwudmi6LRZMslKtCWHzjDvXxPex7kf2aL5HHkqvSVUqeVUnuMdAqQAFQHugDhxm7hQFcj3QWIVErdUkodB44CjUWkKlBWKbVdKaWAxVZlNA5kK82I4SnGMk1PWdfkjkkd8CuU42n + yxHqEE1nQtlpihxOx8nXO0 + jd0SkJtAQ2AlUUUqdBsuDAahs7FYdOGFVLNnIq26ks + bbOo9ebKIQmcTbVOEML / Kp2aJo3AURpyqjK5SjDevZSwNW0p2niHHaub0Nu5W + iJQGVgGvKaWu5bSrjTyVQ / 7dmZ6 + 2ER + yOcNuIFWbKS1tvI19mGClX + FcrTlB / bSgNU8R0e + c7oM3oRdSl9EfLEo / AilVMZ0uLOGywbj + 5yRnwzUsCruD5wy8v1t5GscxG18GM2H1OQ4w5hntjgazV1kKPx4gllFN63wnYA9o3cEWAAkKKVmWm2KBvob6f7AN1b5YSJSXEQCsLywjTVcQCkiEmocs59VGY0D + Io + 7CWY93lTj9jR5I6TrfwMH36Gwu / Et049v0vhxGtvzzj9pkBfYL + IxBt544GpwHIRGQT8DvQAUEodFJHlwCEsI3 + GK6UyFl8dBiwCSgBrjY8mN / LRIG5QgglM4VFi6cnXDhBK41E4WeGf4x7asZb9BLKS7t6t8J1MrkpfKbUN2 / 54gFbZlJkCTLGRHwc8nBcBNfljJiM5iT9L6a2nrmtyxskKP4n7acsPJONPFF1pr20 / p6Jn5Lo6 + bghjxHAe4znWVbTgq0OEEqjyR8HqUdbfuAGJVlPG72egwnogGsehgKGMY8i3GYOr5otjkaTyVaa0ZytKIQttNAK3yS00vcwltKbH3ia93kTf06aLY796Igc5uCk6 / 4pQ3mKTdzDeX6iKYEccMp5NXejlb4rk8cb8jT38hof8Rg79BBNTe44QeH / iS / D + ISX + JQ2rGcnjxFAksPPq8kerfRdlTzekOkIA1jEdUqxkIE6DK3GdM5xD63ZwHyG8QbT + A + dKM9Vs8VyXZzU69Ivcj2EObzKDzzNPF7iIX41WxyNq + NgBfMLwXQlinNUJoLe9NaL9rgM2tL3AHbSmLFMoxPROr6OJnccqPDTEWbyOqHsIB0fttFMK3wXQyt9VyQPN + UpqvIsa6jOSRYyUI / J1 + SMAxV + MtVpyw + MYibtWMseHqERexx2Pk3 + 0ErfjblJcZ5lDdcoyzd0oRKXzBZJ48o4SOErYAH / IpD9bKcJnzOYNTzLPVxwyPk8Gif49bVP39Ww80 + / jQ99 + IpYHmMVz + khcBpT + B91eJFP2cyTtOBHvmAwdThqtliaHNCWvhuigJHMZBXdmcnrPMcas0XSeBmplOLfTCaIffxCQz5jCDE8qRW + G6AtfVchD926mYxkDiN4jVm8zkcOFErjERSiyyAd4Sv68Cbvc4rq9CaCDxlNVc4U2jk0jkVb + m7GDEYymhl0ZwUzGGW2OBovQQFr6EpDfqE / i / EnmZ9pQgR9tMIvbBzs19dK3xWw409OowhvMI3RzKAHy4ngBXxsLzzmvuhQDC7HXxRlKb1oxG6eYw1 / UIIIerOdJjRhh9niafKBdu + YjR2K7jg1GchCfuQJhvEJc3iVotzOtZxGk98H6SUq8BlDmcvLnMSfB / mVcPrRm6W67bk5WumbhR0341XKMpeXeY / x + JBOOP3oxxInCKfxRhSwjWYsZCCRhPEHJWnNej5jKM + wzvN6lq6MCCjHXG + t9M0gF4WfQF0W0495DOMq5enKGubwKjVIdpKAGo / ADsNCAfEE8w1d + Io + JPIApUmhD1 / xKnN4mIOOl1PjVJyu9EXkGWA2UAT4Qik11dkymEI2N6ACzlKFPTxCDE + ynjbsJRgfbtOVKMbznnfNanSgheNV5KDwT + DPNpqxhRZ8RwdOcB8 + 3KYlP / I2k3iO1ZTihhOF1TgTpyp9ESkCfAy0AZKBXSISrZQ65Ew5sqLU33omazq37dml09MhtYI / 1yhrfNpwjbKcozInqEEy / pygBoeox3kqA + DLn4Syg1m8RhiR3MtZJ9TeBdGKP0cy2lp6uo3vUqVIx4cUqnKOypyjMr9zH79SlwQeYj + BnOA + AEqTQms2MIm36ci3egatq + Gg + 8DZln5j4KhS6hiAiEQCXbAsom43x49DYGD + lHFWhe5YbLtjivIX1TmJP8l0JppA9tOAvTQmlpL84QzBXJ8MS9XLlP / kyfDBB7YVekY6Z67bzC3OTR7kME35iSZ8SDO2EcQ + / VLW1bHusRXSveBspV8dOGH1Oxl4LOtOIjIUGGr8TBWRw9kc7x / gfuZJGvCb8fnJ9i5uWS87yHu9HD + M835HnyADM9v1LWCf8YkszAPnDd2uC0Le7oU6IrJOKfVM1g3OVvq2pL7r8aWU + gz4LNeDicQppUIKQzBXQtfLM9HtWtfLFXD25KxkoIbVb3 / glJNl0Gg0Gq / F2Up / F5ZuR4CIFAPCgGgny6DRaDRei1PdO0qpNBF5GfgvliGbXyqlCjIQONeuspui6 + XdeOp10vVyAUR52egIjUaj8WZ0wDWNRqPxIrTS12g0Gi / CLZW + iDwjIodF5KiIjDNbnrwgIl + KyDkROWCVV1FE1ovIEeO7gtW2N416HhaRp82ROndEpIaIxIhIgogcFJERRr7b182Z6Lbtenhc21ZKudUHywvgRKAWUAzYC9QzW648yN8CeAQ4YJX3ATDOSI8Dphnpekb9igMBRr2LmF2HbOpVFXjESJcB / mfI7 / Z1c + I11G3bBepho14e1bbd0dLPDOWglPoTywTDLibLZDdKqS3ApSzZXYBwIx0OdLXKj1RK3VJKHQeOYqm / y6GUOq2U2mOkU4AELDOw3b5uTkS3bRfE09q2Oyp9W6EcqpskS2FRRSl1GiwNDIwIbG5aVxGpCTQEduJhdXMwnnhNPOr / 94S27Y5K365QDh6C29VVREoDq4DXlFLXctrVRp5L180JeNM1cbu6ekrbdkel74mhHM6KSFUA4 / ucke9WdRURXyw3RYRSarWR7RF1cxKeeE084v / 3pLbtjkrfE0M5RAP9jXR / 4Bur / DARKS4iAUAdINYE + XJFRARYACQopWZabXL7ujkR3bZdEI9r22a / Sc7n2 / T2WN6gJwITzJYnj7IvA04Df2GxCAYBlYCNwBHju6LV / hOMeh4G2pktfw71aoalC7sPiDc + 7T2hbk6 + jrptu9jH09q2DsOg0Wg0XoQ7unc0Go1Gk0 + 00tdoNBovQit9jUaj8SK00tdoNBovQit9jUaj8SK00tdoNBovQit9jUaj8SL + P / vWLPBiltRsAAAAAElFTkSuQmCC \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 4 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " # Plotting the Original and Histogram Equalized Image , Histogram and CDF \ n " , <nl> + " fig , axs = plt . subplots ( 2 , 2 ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 0 ] . imshow ( cv2 . cvtColor ( image , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 0 ] . set_title ( ' Original Image ' ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 1 ] . imshow ( cv2 . cvtColor ( image_clahe , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 1 ] . set_title ( ' CLAHE Image ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 0 ] . plot ( cdf_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 0 ] . hist ( image . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 0 ] . legend ( ( ' cdf ' , ' histogram ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 1 ] . plot ( cdf_clahe_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 1 ] . hist ( image_clahe . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 1 ] . legend ( ( ' cdf_clahe ' , ' histogram_clahe ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " # Hide x labels and tick labels for top plots and y ticks for right plots . \ n " , <nl> + " for ax in axs . flat : \ n " , <nl> + " ax . label_outer ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " markdown " , <nl> + " metadata " : { } , <nl> + " source " : [ <nl> + " # # Histogram Equalization of Color Images \ n " , <nl> + " Histogram Equaliztion of color images is a little complicated . OpenCV loads color images in BGR color space . With this color space , it is not possible to equalize the histogram without affecting to the color information because all 3 channels contain color information . Therefore you have to convert the BGR image to a color space like YCrCb . < br > \ n " , <nl> + " In YCrCb color space , the * * Y channel * * of the image only contains intensity information where as Cr and Cb channels contain all the color information of the image . Therefore only the Y channel should be processed to get an image after applying CLAHE without changing any color information . " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 53 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Reading the original image , here 1 implies that image is read as color \ n " , <nl> + " image_c = cv2 . imread ( ' lc . jpeg ' , 1 ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the original image \ n " , <nl> + " hist_c , bins_c = np . histogram ( image_c . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf_c = hist_c . cumsum ( ) \ n " , <nl> + " cdf_c_normalized = cdf_c * hist_c . max ( ) / cdf_c . max ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 55 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Converting the image to YCrCb \ n " , <nl> + " image_yuv = cv2 . cvtColor ( image_c , cv2 . COLOR_BGR2YUV ) \ n " , <nl> + " \ n " , <nl> + " # Creating CLAHE \ n " , <nl> + " clahe = cv2 . createCLAHE ( clipLimit = 2 , tileGridSize = ( 8 , 8 ) ) \ n " , <nl> + " \ n " , <nl> + " # Applying Histogram Equalization on the original imageof the Y channel \ n " , <nl> + " image_yuv [ : , : , 0 ] = clahe . apply ( image_yuv [ : , : , 0 ] ) \ n " , <nl> + " \ n " , <nl> + " # convert the YUV image back to RGB format \ n " , <nl> + " image_c_clahe = cv2 . cvtColor ( image_yuv , cv2 . COLOR_YUV2BGR ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the image after applying CLAHE \ n " , <nl> + " hist_c_clahe , bins_c_clahe = np . histogram ( image_c_clahe . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf_c_clahe = hist_c_clahe . cumsum ( ) \ n " , <nl> + " cdf_c_clahe_normalized = cdf_c_clahe * hist_c_clahe . max ( ) / cdf_c_clahe . max ( ) \ n " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 56 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAYQAAAEICAYAAABfz4NwAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAgAElEQVR4nOy9eZBtSVrY9 / sy86x3rapbVa / q7b1O9 / QsDMOMZhgJWWBAkkcQNpJlYwNWyGBkSRE2tkJCIYxkg0OELRsZI8ByiJBlGckgeWwsS8K2ALEMFutMzzTT091vr32561lz8R + 3Gj2a6X7dTTPdPdQv4kTVPZknl3O + k9 + SmfdKCIFzzjnnnHPOUW92A84555xzznlrcK4QzjnnnHPOAc4VwjnnnHPOOWecK4RzzjnnnHOAc4VwzjnnnHPOGecK4ZxzzjnnHOBcIbwpiMi3i8jffKPzvoqygog88kaUdc45n09EZFNEflpEZiLyX7 / Z7flC5Vwh / DYRkW8SkU + KSCEieyLyN0Rk + ErXhBC + O4TwJ19N + a8l728HEflJEfkdr + eczz8iclNEvuLNbsdvk28GjoB + COHbfqfkVUS + 6j7FcygiPyUif + Qs7ZtE5GcecP03nRlef + wl53 + / iNz9HPl / ox9nebyIzF9yfOiN7OMrca4QfhuIyLcBfxX4T4EB8HuAq8BPiEj8MteYz18LzznnC4arwKfDG7STVkT05zj3dcD / Cvxt4BKwCXwH8NHXUPQ3Aidnf18POyGE7kuOn3 + dZb1mzhXC60RE + sBfBv5MCOEfhxDaEMJN4I + xFN5 / 5yzfd4rIj4rI3xGRKfBNZ + f + zn1lfYOI3BKRYxH5S / dbdPfnFZFrZ9bHN4rIbRE5EpG / eF85HxCRnxeRsYjsisj3vZxiekDffr + I3BWRPyciB2dlfa2I / CEReVZETkTk219tvSLylSLyGRGZiMj3n1ldf / K + 9D8hIs + IyKmI / BMRufpa23zOq + PMgv1ZEflvzp7XCyLy4bPzd86e9zfel / 8Pi8iviMj0LP07X1LeK8muEpE / LyLPn6X / fRFZfZl2rYjIj59Z5adn / 186S / thlgPsnzuzmH8W + L3A9519 / r6zfO8QkZ84k8 / P3G + li8gPy9J7 / 0cisgD + lZfUL8BfA / 7zEMLfDCFMQgg + hPBTIYR / / 1Xe26vAl7H0Zr5KRDZfzXVvJc4Vwuvnw0AK / IP7T4YQ5sD / Bfyr953 + GuBHgSHwP9 + fX0SeBL4f + Hpgi6WncfEBdX8EeBz4cuA7ROSJs / MO + I + AEfChs / Q / 9Rr79SIXWPbvIksr6X9gqeS + mOXL + B0i8tCD6hWREcu + / wVgDfgMy3vHWfrXAt8O / OvAOvDPgf / ldbb5nFfHB4FPsHwefxf4EeBLgEdYPuPvE5HuWd4F8A0sZfcPA9969sxejez + WeBrWQ6S28Ap8N + / TJsU8LdYGlNXgBL4PoAQwjexfG + + 58xi / lKWcvKnzz7 / aRHpAD9x1p8N4N8Cvl9E3nlfHf828F1AD3hp6Odx4DJLWX29fAPwiyGEHwOeYXlf3lacK4TXzwg4CiHYz5G2e5b + Ij8fQvjfziyO8iV5vw74P0IIPxNCaFgOvg9yi / 9yCKEMIfwa8GvAewBCCL8UQvh4CMGeeSs / yPJlfD20wHeFEFqWA8YI + N4QwiyE8CngU8C7X0W9fwj4VAjhH5zdq78O7N1Xz7cA / 2UI4Zmz9O8G3nvuJfyOciOE8LdCCA74eywHwr8SQqhDCP8UaFgqB0IIPxlC + OSZ7H6CpbJ + 8dk + SHa / BfiLIYS7IYQa + E7g6z5X2DSEcBxC + LEQQhFCmLEcuF + L7P5rwM2zftkQwi8DP3bWxhf5WAjhZ8 / 6Ur3k + rWzv7uvoc6X8g0sFRJnf18aNto + 88p + 42Bp3L1injNl93nhXCG8fo6A0ecSbpbW0tF9n + + 8Qjnb96eHEArg + AF13z + gFkAXQEQeO3O192QZnvpufrNiei0cnw0YsLTWAPbvSy9fZb0v7V8A7p9cuwp8730vyAkgPNhLOuf189LnSAjh5Z7tB0Xkn52FcibAf8DLP9uXyu5V4B / e92yfYelN / pZQiojkIvKDZ + GnKfDTwFA + R6z / ZbgKfPAlg + 3Xs / R0X + SV3sMX2731Kuv7TYjIlwLXWRpPsFQI7xKR996XbSeEMLz / 4Ld6Kr8lTwhh8Xra9Ho4Vwivn58Hapahjt / gTJv / QeD / ue / 0K1n8uywnsF68PuNfWiuvlb8B / DrwaAihzzIUI6 + zrDeq3pf2T + 7 / zPIl / ZaXvABZCOHnPg / tPufB / F3gfwcuhxAGwA / w8s / 2pbJ7B / iDL3m2aQjh3ueo59tYhm0 + eCZDv + / FYl + mXS99p + 4AP / WSurohhG99hWvu5zNnZfwbr5DnlfjGs7b + qojsAb9wdv4bXmd5bwrnCuF1EkKYsJxU / u9E5KtFJBKRayxXKdwF / qdXWdSPAh89m9iLz8p8vYN4D5gCcxF5B / CtD8j / RvFK9f6fLC2lrz3zpv5DfrPV9gPAX3gx1isiAxH5o5 + ndp / zYHrASQihEpEPsIzDv8iDZPcHgO96MfwnIusi8jWvUE8JjM8mnv + zB7RrH3jovs8 / DjwmIv / u2bsYiciX3De / 9oqcea7 / MfCXROTfE5H + 2aT4R0Tkh + 7LKiKSvvRguZjkm4H33nf8GeDrXyaK8JbkXCH8NgghfA9La / i / Yjkg / gJLK + PLz2Kmr6aMT7EUnB9haXHNgAOW3sdr5T9h + cLOWE4C / 73XUcbr4WXrDSEcAX8U + B6WbvmTwC9y1r8Qwj9kuXT3R85CBU + z9LDOeWvwp4C / IiIzlnMEf / / FhFchu9 / L0rv4p2fXf5zlhPbn4r8FMpah1o8D / / gB7fpelvMRpyLy18 / mHb4S + OPADsuw6l8Fklfb0RDCjwL / JvAnzsrYB / 4L4GP3ZfswS8V1 / / F1Z3 / / dghh78UD + B8BDXz1q20DyzmEl + 5DeL1ey2tGzn8g563F2eqOMcvwy403uz1vNCKiWHpQXx9C + GdvdnvOeeP4Qpfd3w2cewhvAUTko2eTah2W3sYngZtvbqveOGS5 + 3MoIgn / cn7h429ys855A / hCl93fbZwrhLcGX8PSRd0BHgX + + Bu1I / MtwoeA51mGAz4KfO3nWH57ztuTL3TZ / V3FecjonHPOOecc4NxDOOecc84554y3zXKol + OHf / gHg3GQSkQ31ySxo6hhUVUMO4bGBWrn6CYaLzC1nkkdEbymrAQfHCG0VD6QJwlPdoXcwCKUTG2DDgpvoW0Dw1yhTUTTNpgk4nThGS8cC + u5vhoTKc0gFialJTVC5QNF5UlMINbC3hh8UFyKO4hVaHH4SHCJYd96dCSItsQEenlMFmmsDwgtXnm0N6RRinYRawH2bOBm03JhGNMGTeXBukDAERqHd56iDvQ6CifCoCPkkaCso248tyeWReOIIkUSGbp5xDDXWGspa0droZsKRgWa1hO8xjmhdYGghMYHrPcYDd55mnkDQdCppigD08LibSASj1GQGmGQa7JIUZZC2sBQWmykmHhPGysmTjOvHatGyJWntTW29XTzIfiAtQ2D2HJcOp4 / 9uSZRglsZQFBUwbBS4T3FakoEi0gAU + BbR3DXCN02Jm1pLEnNobgYV56TsrAuGz5a9 / 1Zz8fezc + JyLyzSyXLxLH8Rdf2NxAiyKKNEoJ1jmsdcSRwYeAdx5jlnu3Wu9obCAEcNYTQiAEjwuByGj6aYxWCustrXMI4H3A + 0AcaZQonHdorakbS2Md1nm6WYwSRWQ0TWsxSuGCx1qPUoJWQllbAkJ2dj9FAAFRiso5RASRgIgQRwatFD4EBL / cHBDAaANBiESorGPRNuRpTAiCCwEfAhAIbtk365btDgJJZDBaQQg451lUDdY5lFJorYkiQxJpvA847 / F + eU + ULO8BCCGwrEOEcFafUsv / Xbvco6mNxlpH0zpCCAigBLRWv9Evaz0qgDlLtN4TlNA6j3WeSCmMEpx3y3tvYgIB7z2RFqrGMitrjNaIQBppQPAhEBCCP + uXCBDwweO9J440IpqybtBKodRSjNvWUVvPfD6hbepXlO23vULQFoIYKu + ZTT0H44p52ZJFEamxGB3IUkXaVSgVwAdS8YxbTwgRudGIDviioddaDicJaSxoE + PRHE9ntA7yWOjYBKMicq2ZLQomc8 + 8gkEXupEljQCB1Y5wMA2cVha85dogo3UO21WM + l3KFibFnNOyxLeKS1GHnhZmraZtWipf450h7g6wzoDxKOvQIRBsTZbUqFgzioTVzDAwLSKem1ZRKKFqwaWGJA0MrKdxkBpIxCGNpmiF2mpWO5oLfTBKKF0ACZzOa7yDYWYoQ + B03lC3nhAEg5BoYTy3lALW + aUisJ48gsxAmhjKOlBYDwRmRYOSgFHQTRTee / atYxBFRFZzp2oYdRWYiJ2x46Sp0UoRG4WKPaNciDo5RgNiOB4HZqWD4Oglit15zWYSkDhCtMaIp7AtwQtT0eRK01EtrVeUtsU0gpYCQ8y0VOhMM4ggMoGisXTf5DcihPBDwA8BXLl8Kfz5b / s2cIGytXzyM7fYPxoz6OQMOhlZalhd6fKe69sYLewXU0o0dw6nlEVgpZOijef23hHbWYdu2mWlnxMnnkVb8ewLNyjKhtFKh8cvbbEyXCWSwM7RAU / fOuDgtODy9oAPPH6RlX4PETBK8 + nnD7i1f0LwLV / z4acoqpoXdme885HrnC4abu / c49bBAc7DU9sXmTrHwbyhaEp8W7C5NuDJ649QVB4xDnxFJhGxibiw0mHU61A0jsYLF3opQRuePp4xqy3TRYXXiuFKhq1bFnXLSi8jN4IKmvGsYl40eAXdNCFLI8ZljY40s7LENo7rFzeYzEoOT8fMFhWgSXRMv5Ny694RCx9o2hbbWhZlw2iQsdLNWFsdMi0aTmcFi1nJzdv7KDxJpNlc7bPSy5gvSraHQ1ZIODg85PFr6yx0xC / d2eeFw2PSOObayoCtlYyHt / p0sx5xlCGi + PXndmiqOYt6xjN3Tnl2 / 5SH1zq88 + IIHaeUtuVkXmOtxWFY6eesZIpJMeb45IQLq31iE7N / 0jApazqrPbYGXaanU / 75J27wyx9 / 0EreLwCFUJQ1HgcoXIAgQh0AZ6mdkBlNagRfQJxoAp46WDKtcUGxnnhemDRUtUNswPQ0PsQYMbRNS5ZpFvPA1U5MGie0Xmg8nBRCJJ7Lq5o0gsnCoXKDiKBoWO9nrHUMYisqW7NoNNJq6kYzdwl5DJVVFLbBJ5Y0OBIltN5SeVhUnp4pWDQJSRzTTwJQc1i2jG1ErBVZpOhqYdw6RtpwPdLMo5QTpamkxXuPRwgesFABogOVwKLxBBfo9SPKNlC0jsIGXHDEWmETT26Eno4oFi2TyjOuGuYolIJi0VK1ARX80tJrBWegqBwO4WjuMUCcRohzTIqathXGCL1Mc6 + oyKwQFOgKJpS0ToP3FI3HrMZsDQ3atzTeEgUIIUbHEU4cxsOaCYQYQlkxLgObw5g8svSIKL2hDVAuCowJjHo56SCntJ551VJaKBpNcC2zWMiNIovgWjd6M8X5N2Gt497uIUppGusJIhTWouqKRV0zyHN6eU5xUjIcdnEtTMo5 / SQiRfPIRp + f / vRnOT2eMdAtw8spzoPWMfPxmPVRn + d3xrzj8haDwZCqcczbhhd2JsQq8P4nthj2Um7vHmOI0EaTq5InHtri0csbuGrOeD7laNIQamE8tZxUmtFwncmiZVzMUR2h7wKZEYpamFYRBydTNvoHHE0cg16frZUUQsmv37nLndMunSRZDsCdjNtzy5XBgPf0Y + aqz848ZeEqPC1WBxrvacuaCWCSiLm37I9n2Mby3seuMJ5XHE6mnM5LnLf0OjlV3TDME0b5Jof7Y3ZOptw9OEQrQxRp9vdOmBU1GnDBE + qGcl5xfDrDoXj + 3skyGjDs4ZuWO7sHLIoKQdheH / BL + zfInQYNSRZxUBdMF5bQWg7nJU9cHPGexy6iXUPZ1CRGE0JE1u1ickE1Ee + IM + JeyuL4mDuHU9712Ij1TLHlFdPaU7aO / d1dlI14 / Oolhk8 + wvF0zu7hCZP5jKNpzfGiYu94wkovZ9hJ6aUP / uLjt71CAEVVOSQRvBPSWJPVitQoBsagEFRQ + DZQVjVpN + Gwqri4ojC5R0vLo6sxO0c1wXqM8mjlmbY1yjQkEpOpijQFR0tuYFJ5oiTGEdGLW2ZlQHlL00JlNZnROBuhjUEFYVyVGCyzSYMR8Ilm7gEyOkmXxtdoGmZlyaiXkwfLZq7RumQYtzQ + ZTJXxBFMmgRb1XQ0dFNNazTdRLOLQ1qPFsfQJIyVodKG00lD3QSUCfQ7Go8lSRSdxBBaoWktKEU3j5DKYZuACoG6sgQFIgqnII6FFa2Ylh4CtB4OJzUajw + wliniTPABThYeRKNjRWY8vVizGqc0jTCrLbYNtM4jQTPqxiSpInEObVtMCZfXYvp9YRZgoGMIjlkdMEbIUihsSll76qZBO + HUa9CB2jV08hgdRfSN4 + ZRzaKuMaLpKCHGE0ThkwgxLQkRXlsmbcACeVfhrXuAvH1 + OTmekg46tG1gZdBhPF3QyxIu9HpoFBpFXTTsjnfJRwOODw94 / xNXSdOUSDn + wHse4f / 75c / ipxVJJKSRsDs + xsSWzPTpJXNWV3Nq17Daz7l3WNAf9nGhy + YwZedwhnIts0XNrPT0M4F5SZplhNpw + / iECM + N5w6ItcJ115g3JSIZo2GfqgWFZ / / 0hIcuXmC1rXnycorRlovDlEXtuHHnkDwXdk4d5f49VpKIzdGAWb / LxrDHjcUMKRWJibjQ7XNoUyqjeOa5e0ynJUlmuHpphMOyspKytTagrRyLRYnSiksXRsQnExbTBSbA6emENk2JjMFrodfLuRYbdo9n4D21dXz21j5GCcEHrm0O6MRCK55b + xNQhiwzDLsxa2mfK6s9ptOKvZMpxaKmqGo8MU9eu8j65grtNGamTolrxZe / 81GuXRlxUjVs5hnYiv3TOVnaY33U5WiqODqdM5kucGXLQdGCbphXCzY3LpB2uugo8FO / 9Bn2jo8xowErWUSuoIlj3NoKL + yOGdDB65rdWUlLYG2zh / f + gfL2tlcItnE0raefKEwc4VzgYhwRK7WMoeKxdctxpFjrpKx3YgaDiKadY71FYkMnhdVWsfCQJY7EtFgfsN6w1jFc7eS0YWnNWtdyKdeY3DCzlmnh0aKI0whvLVGIEMlQwVI2nqJ2zEpLJIK1jv3JnLV10FqjkwStHJ1I0TjDY2sJIjGxidgvKk7nDYO0xWgH0qFyhtyAEaH2HtGBprVMvMMboRcrvGvwTU0c5dTBkBohBE / rhXkFohWRUrSlY15ZWgJKKdDCrHWUjaOXamKjmDWeWdESn1mm4j2dzGDOvDHlI4rSUjWWRwearU7Ec7OKTxzXaK24vBYzyCJcY8mN4NrAWm6IY8Xu1NPvGLoRLOwyPDAtPRcHhkYczx3VDIxmHmm0ElzrCPMFnSQiiCxjr1qIuxoIXOil5MkyLCihwdaWQeJJVxI0lv3ZAhMZXBRROyHWmmG6jN0200BZOLyBrn7rKATvPPOiYHW1R5pn1LXlydEaeRwv48YhUE6n3GxrHr28zeNXtnnooS3G0wMaV2KynO2VnMcmG9x + / pCVYcKga2iIqJrA9Y1VvujaOq2DjoKqrnnPlRFffO0CR / MFd3f2iLWm2 + tTlxUxGZHJscFyMplwcDJhZ + + ANIqYlzWfeu4GT75LkacxRncwWhj1E + bVgj / w7odROqeTGp6 + fZfn7 + 1yca1HlnYIOOaVZtTL0aKZVSVRrJhMZpR1hcSGrdU + bdMQjo4YDEcclY5hJ8W7ZXx872iOiTV5qjgZz9k7OqX2jjiJMXHEwXTG6XTB9voKa8mAg1nB7sGEThRxWixQPnBhtEISRXhAec94vOB0NufLnrjMu69f4meevcE / ev6AKI54 / xOX2RrkFLOS1U5Muah5eHtEr5fziedvcW1rxHo / 42i2YFE5dg4nvO / xy1S + 4Sd + 8VNs9XtsDfukccRiVtMW + 4xWB4gSrLXkWcxDvXVEAk9du8TaShcTKXA1i6JkezWj + + R1NJanX7hJlmeEJGFROzppxtXNEc6XzD + 7y / iooMoEF34XKASxju1BTDdWQEvRgOooJgtL21pCCHQ7EahAKYG9qiJLIdUKrWFmW4rKs553CdbSSoVWjsgLwzxCS + CwqDgoKvp5gvGBk7YlQljppPRTQ2KFg6ZGQsRKrPC + JBNP0SbEEVwSg / MGmwxwEnDaosWSRoYoyshUjW4883lDaiCKFZnSZJ2IvUI4LAKpGTMadrDt0k0OYimbmu00I6BoRWNtS + E9pVf4csxKnAOGvnYEbZhW4JVi4mB7bqhsYF81FDZQtJ40Xlr + ZS1MFoqe1qQKisbRTxSJGLyC2gZiUawkhovdlMZajPJEKFbTmCe3FUaENNGgFUmiKMqWsnVooygqsN4jrqVsNKIELZpYK25PLc46KgsT44mlJQ6BPNIkXpiVlizWGK3wCOOiZpAZtntCbISdmSfSDZ0oYSUO + MgzcRqVpRzPPVILSaS52DUY7SlszIU8UNtAkIZF / dZZhh1C4H2PXWZj2CfgOZ6U6O6QO7snzOYLnLVsb62jjDD3lmd27rG61qGTJuSRYm8yZ / + w4vFLl2hrRUtNK5pEweWL68RGeO7eLs / c3uHy1gaRD / z6Yk6qDdcvXmB7fYVeYXnuaB9CzNW1VdpmTh4JxwtLvxuzcfUCTavwm1eweEKsUcqx0snpdAb0Y4 + e1Ny + s8ew00cPOgzSlP7VLT5565jndvcZdg2PPXSFk2lDWTcELIenR7z70kV8ULTaUFUlp2XFrHHUO3tcX98mBMMoCZDF7B7PqI1mvz7hUhFjpwtuVFPGZc3prGTQT6mt42Q85fbOIZu9LoMsZTyds7XWpxunSKSYlw2pjri0OuC91y9TNTVZmpAqw7WNEV / x / kdIzHLuRkUxK8OIg8MTTqdT4ixhXBXUbYurK45PBW00kdJ0koRf + MxtqqJiVrXczk5JtSJBWO13SJxwd / + YlX6XNI5wwfP83QMubazw7oc26OYpv / r8LmnsWR + scHVtjXbYsjuboVdznr11iG8rBt2c9z18mSyNOZmnvPOKMFvUeGp + 7sH64O2vEDYHGZ1EUbaWWbn8aYIs1YyG8MydikHfsLqaAkLrGyZNQ4Whl8QoHxgoR + / MivD9mNNKM61KepEn0FB6z96swQawNtBYx3hSgwSOi5pZaYiNpptrWtfSYwZKMfWOYexZ7XhSMZzWKYVL8VFMqqfcPZ2RZYoLvZTaRZS2Zja3dCJN4Q2Vr0kTIYtytodgQ8m4rAHhXZs9ZpVlVpQQHM4rIgJBzDLcYzVNaxAfcbVrEWmBgPEtnbhDEWlm3rNCTFLCr84LisqBV2yPMpJYcTpvmDtPsWhJEHSrSQV2vWXhPYKwmHlOvaOTapQR9lWgDoZYPOOyZVq1JLEhVkJAmFgHdrk6Y5RqFMKk9jR + udbEGEGLINrQMQofPMNIqCrLomypvOC8MOpqVjIo2oBxnswHlG1RQYFPKBtLX2kaH5AQ0DYwt9AVTQPkSpEaT9W2BKdorGJlYOkkgrPpmyjNv5k8TXj04ganswU7 + ycEAhfWB7zj4XU + 9v / e4erlEU8 + sU1AKOuau6cHzNoOW6NVdA0bqWZ9dYtObw0vMTf3D3h274TNfkIIDeOy4ekXdqhsS1nWTKqG51 + 4i9bC8zv7HJy09Lo5m2t9yqZkLVIoY9ib11xcWeP6pT79OObusWVcaVTeoRMt + IWnn2E0Cjx57SKLquF03vDcrQNG / YZx7ZkUUwaDhNFwRH + wStnOuLV3AAH + yIffw / 7RlDu7OwRvqVtFmhiC1egQMS89s4VCU / J7Hl1HxKJ1jB + PubC + RoHi7u6ER9YuMjzu8uOf / gynpwVK4H1PXWc46PLCnQOOi5KD / RO6UUTrFSoLPDefMK5qlCgO9qbcuH3Mxmof32uJjaH0gUQp7u4fc3f / iMGgRydZemt784IwWxBC4Pr6AC3C3aMJhfW4sDTyEm1QWU6WC857Lg46HB1P2N07RnlorefRS + tc3ewzmS1QbUseLKGa4CjxtuVwPGM961BWNXiHLxr2ZwUrScasrRkmKf3MMJkvaGvLfF7xyMND1lcyPvaxB8v2214h9DrConB8ZucE0cLVtYzLvcBR4 + l0Ei72NCenBYX3XNtI0CowqSpuTGYM8ohH + jHWtbRtTTdKaZsW15aUFpI4AwVZloMPDGJHgeMdm12OFw2NhThLWNQVmY / opoadsiYyQmQEcQWdIqC04EKE8y19qRlGllNjyEwgYg5K6CYtNlFIZNCmJdSWqhai2FG0Dosj08tlk5Vb0DcR2ijmbYQPmj4NCyd08i6JTsg7FoID34BvERxJ0FAt6ESGJkrIlGIz1VzqGXZK4RjDUWGpS4iMYlG2RCHQNp55a2ksHNQtWapYTwWlNVUdCAasCAcLCwgbvYheKhStpZ9oBKG0wspIk6XCwaxBfKD1S0 + u8RYTaUKAUabpxxoHhEgwoiCzJMphxHPrcDnHUzjHwGguRUIrMGkDfRW41oVZLczrmjSLGNcKox1DrzguLXEipLphXgtZEhGMomccczPnqAQtb52tOXGkGc9KfvwnP46ONB9572O8 / + ERN48nXLiwxvsevcxnnr3FaVnyZR94nDjqc / vglGeee4Er2yN + 3 + PXaJqKdjZjY5Azn2mmhwsOj + YMBzk6irmweQFnHZfXco4mEz76kfdyc / eI6aKmXhNOpxPWg2Zzrc + ndg7p5AlZFhGVpwwPG0Ke0NgObduyFWkuj3JuDAas9TMSVeCMZXM1YjLq0 + n0SVM4nbecji29QcLJ6ZzKVqzkissXVijtjO2VFOohhzOHD55UVRyXDZe2L7E6SFnJFcFZgpvjbUuQho4yNOMT8m5Ovxux1kl5YnvA + x4e8PS9Q3Zqx / P7p5yezMjylIODMQmB / XnJ3t6Yqg3cmc7pdWIe2uhjImF8XDDIIgojfPrWLqIU77h6gQtrPU5nc7PBdskAACAASURBVLZHK0iAcdlyaXXAaK3HMzd3cM3SeLl7NKVoGtIsRrTi4a01tlb6WO / QeUKsDQ9trpJHkBjFT / 2L5zA6cDSbsNnp8MRKj8o77o1nXFjp8iUPbbBzaNg5PGB1bci94xpjNJtpxvO7R3R7CZ2kYef4iNFwiMQxl696TsIpL9zcpbTtA2Xuba8QdoqSDoYro5TCOlQccTQvsSbiQl84LCDWCiUtp0XgYOaIVYZ3mo0kpQMUrkIZhQoBV1fMG8 + 8bpm2jk43px + ndBNDHDcMxbKihG6qOF0EopCRxRE4h1bQTw39TBN3ImZVYBE8rVimbYUxNY1VlNrQyxRVCNwqGlyAoTFkgwHzxtH6llFH0TcxDk8wCZlWWBZUtuXIBuK2pqwbeklGpKPl4JtpUuNQUpPplrppOKgqxAupMigRcBYJ0A81wXRY2JZMNVyMFKviuZTE2Bqenjc8mSgy0TQZHMwtrUR0OoaTumalq / Fe0Rsa5iUILZvdwAxN0Tgyo4mMYlxamjbQzxKS2HBvUhB84MpKxCCFzb5BCJxWgUXt6UaaxlmUBI6mnu3ccKEvjCtH6wKPbWmUJBzOG04rYa4DThS2brk8CKjYgggmFhYtnNSeLLZsoHl41aDjFlEx1gsSB6wv6doa03gWDWwNX / NPUP + OUTYNFstHvugxTuYLsl6X5 + 7u4 + OYdz9ygWd3TummEZEtub0 / 4VMv3COP + 3iX8vjWZfpxzriYkKcraGA2HnM4WbB / OmF / OufipW221zbYXB3Q68HDtGx3crbXh7xw75S1RnMyHuLs0tO7tLHCpc0VVjdX2DuasVBCcLA / PSHvJCyKlkm5yvbGgHnr + ZU7u9StY7vf5 / L1h9gfTzioCh66MmKzO8CGQJxldBMo7ZhZUfDcnRpVtRydjNkerZOlGcezGRc3V1jpxiTGMMyF8XTOp28dIA76eZ / IGIJrcIuSvm0JRrEzPWaYwhNrOZc9vOvCKsWs4Z88e5Pfd3mTXhLTBM8L945piLjQDrlzesr1i2tYC1 / 6RJ / 9ozmC5Z3XN5g4xcm0oJ8tl7Pe2jthvqi5uLFGr9 / jX3z6Js61fPDJq1wc9Xjy + iZKArcOJhyczFnt5EwXc5TAzXv7vOvyBk89tMmt / QMWVc1XfeljRDrjmVu73D4q2TMVThT13gnvf2yL0CoCkHdSDicFz + + fMOxrLuucL3vPdbIcdJRQt54o1xxXCzYSRzQR7k0WpNGDh / u3vUJYN4pJ3eCxZDFIWLBoBddYGq1QcYTzQj + PyU3g4obBoVhvNVe7Qt8sLWxPQe0j8l7C1WHC0 / tz6uDwFgbdQBoVJBqyBLSyREETKstsuqCuhUEKwxQiswyZVE3DxTwn0glt25BGDbtFg1EZ4wImNmJhFQUNDse + aiG0iGjiEHEx19ROY4Ojoy2VFWZ1TOsaau0R8UgIuEXJat9ycRATS8OMCce1YUVZTkrPUeWIvcInsKhbcvFEGsqgiV2zXGqnY0KwaCx4TR5FPJXmXIhLMuWRWKNNIIthZ6F4x6Ymj0CLxjmP6WuUg1lrWdUe7w3TMmD9MgQWXKCul0tPnWvY7EWkqqZuAj5ojMTLZcCRobLLifhIW9rGMVctpyJM2kDZBBaRI9GG1kW0ajmJ3DSB1ARy7dlbLPDB0QQhihO2OjkbWcxJ6TjW4MUg3rOeGS5aoQgte3VD4j06zthwb51J5cRoyqrAYVlbyRFfcFI6WldRKyHvJTjrubK9wUo34UPvfxgvKZve8b6HNhl2eji / ivMN1no + / Pg1PvzUdT72M7 / KvKmxjefSepdB7uh1YnqdDFGObtPBHM / YubvPZFJxcdTj6maXPBuRR4pZUfDuK9t0sh6LxYyVQcHTd3ZJspRbuxP2Zg0n85rTZo71Lc9ER3jnUWKIgue9V69QtVC1NSu5ZrJo2D1uWJQlpQREeVprae7t8si1C3zwqUtk2nPSjrlx2LDVjbixe8KNgxMSDIGUo / EJ / ViTJTFzC516QpqkWB3jaUiMp6gto36Hr7z2EI + uxwzSiLiX0c00w36PT9094as / cInV / vK9ta3nfQ9vIrbmaD6jGxvqWrN7OKVxDavdHNt4Tk5n3Lq3T92WPHn1ArluODk5oq5bEpPRTVLKjmY8azkcT8kTmM3m7OxDTMXueM7JtGTYTehnQxYLRxU0WgyzRUU / i + nFEb924wbWNRSNo9vr887LIx7bGnJz75idtl7 + diIVj10Y8UiccRwaPnWwYCVYntoc8X + / ip9ZedsrhFlZI6LY7McoE5hVARsMjQNlLKk0FCXQKPJeoGo9i3bBY6mwKCucMrTe0voWF3WJjGKYt1xes9w6cah2RlnGKGWItOdk2nBctFxaSXnsQo9Lg5bxwi03fuU5x5WjCJ401BSzMcNBD60UlfWoOMa1EaH24IXSBjwx07JE0SLe0YoijSIWvZSuAeUdVdWwcF0UCVFYCk + rWq4MElI0KM9B0aA9FBIxaQNt7JmWCiMxg8Rhg0drg1KOIAHxMG49q11oBfr5chNa2whiNBcGmlxg2gSemzTUWpO1jqAUhRNq70ilxuicqi1ZlJaq1bjgGDeaJFrG + pNI4TqK44Xj + KSmG1sipRAUIh7rGjyazABNIA6WqRFuTVseHiUMEmFSVvgQSGNhXAVWM2GUe4omsKIcTgK9VYUTi2kcT2VC4eFW23LB1PQQjmJAObq5IgnQDQ5jhVRlrHVikkiRFdA2r + dnKH5naK1DC7zrkUvEqWLveEFjhGJRkWZCHDn2Dwpcqdi83uPO6ZSD6QHvv7bN8dEuzWxC0ZSUdYHKV8iyhK31mA + 8a5OPP30HVU84Ptwn3lohSwM37hzwwu4hX / LkQ3zFh57ii99xhRt3j + nnMWsbG9w + nLAIjtw49u / d4uGHr5NEillhyft92sbQTCt87RnPa2ww3Nk / RtGigcJaVvt9xkVgrZNiveXg5JhxlRCbVZzy3NzZwSrHFz + 8TaZjolTz7N19tBdmwbA7KSlWYu4eFiS6x6XVDOs9cZKTZgqtBUNgZzLj0Ss9WgIXt7o8d3uP6cRBV / PuRzfoxZa90yk / 98s3qaOIYWvx4jgpGiZlSS8SOp1VysWYg8Mxs9LTOsvu1DHodnn80ohhN6PdHvHZu4e8sHOPUS8iEof3gpLAbDGl0o5 + llFNINYBnaf8yq27 / N53XWNzpcOd / X2a1tLrGO4dzdAbHa5tdjiZ1mzlEWUmXHt0gzYUxNrxVY9eYly1fHJ / wkODiFEEN1JQYtnYGJCJMIgEqS29qMcjl67R66bEM8 / 3y + 8ChXBa1mwPDUkK4wZGvYimUTiJ2G9gYS2SGUwSsRDPorZcHmjSrqK1gaqoqfxyY5npzxhIxMFCM2lgUXu8DaggrKQJi9IyqxzTCg6NZ7VX0leBfl / hvEdLRZTAfqWpGsvYWqSt0DridtOymEMSFDEBEwTjHJmC1VxjTMS0anjhdMGpa3k20rxrI0WLZiXLyHxgVlgWznI5dVxfXaWVjDZ48sgy9o4Gj104crW0iLtRjHKO41KRRJo8jkiMwUhDEgKrRpPFy70RrXdUrea4dHRjy0rqCKYiF0u / UbRRinWgfEvRBC7lBuU8p2Vg1sB4vgyXBaBxkCUeoy2xEpIoZqOruNBLmBUah4KgyEyEyg1No1gxUEcVdbv8WobBRpeLazGiAvkgoaSmDpa49RjfcqUXEAKZKDyQikJVKbaraWnpxo73JYI / XVAaw3oUs9 + x7B + 2xEroRSlTC5WCfgJZ21IcNMzfOouMqNuWtWHEysiwc7Lg8esjigU4iXj24ICDckJ31Gd1bYVZEA7HC77ooU1WLw9o2prieMHMNtzaPWGwZdnOhtza0xzOKk4mBXXdYlBc29rg6GTBzuGY3aOCz9w64ksfy1lNFauPbeKdI4oC8XrKjaOSyWTBzmRCPjkhTjJ + de + Ae / cmdHWPTCsiURhX0Y00l65fJIlj9k5O + fizN9g7mvGTgz4f / cA7iOOUh7a3mdWOu7unzG3LF11c5SPvfidtyKhcwyBX7BZzau9od09Y6wy4dXjMqDcA23Jzf8Gg12M0HDDsJkSqZeA916 + ssT5MSSJDWRdM5i0v7J6yuSpc2 + wgkWN1ENgcRIRshbq2MKs4PG157 + UNxNbc2x9zOJ1x884R2 + sjCIaiqhj2HJFyxNoyGvZ55NLDvPNqj7t7J7QBbOsZDbpc2dRMZ5btbkpaNUxmlqtrXbZHT / AlT11DGdi6vM7MLpg3JWvTBVGI + dBj64hAx0Q0bcsw7WFnDUW3jw8N22sJ11f7jG8dMxvP2FCGnazlF3 / p02Sx4cMXr1I3noLAxlpO19Y894mb1FXzQJl72yuENBbyDMaFZdYKQoAoplo0 + DJgtGIlEh7qKgRh0olpjeez44Y6WBIDaaw48sKgTrFW03jDaTWhdZYgwno3RVqPCoE4CJeziI5JKct6GefVCUoJ82pCrBWJMtyeVzx7XKH3Fzx1pUfXawrnaERTNMJ2x9PTFmuhcQnjZvkdMqNORGsttq2Y1BGZCeS0aGK6ETStYjtKKBtFJ2uwVsgjj0FxajVtbNiMFK3LuFNYmtAACd1E0Y88rbdoPMOuoJkzqy2tpETasTVUNCHGBc24cRwVIBKRJMvvstFYet2IyHuSEAg6YRApprFmkCtSNJGOMdX / T96b9EiapVd6z52 + yWbz2T0iPKaMjIyMrHkgiyyBbIqUIAiCoIYgoBfaNSRA / 0J / QTsBAoTWVhDQm1arKYIiqWIXWWRWVmZl5RRz + OzmNn / zHbSwamghQMVVswr17swAB3xxgWP3vuc8ZxNs2 + qk1DbgXYMVnkEiyFRMYR3BKXwT4YNjmG7 + 3uwqrKuZrBuCNayNwhrHVV6wWBcMI8mtrmbZ1Hg8PSPJIkkaNNXMsy480igu65aHQ4WvLUtRM + 4KssgReYsSkr3MYUKJKTUiSuiYiigKyDuKtPz12SFopdjZ6XJ6OedyUaGlxHTGTK5mlNOKWEUcjft89 + EhgsCB1oiu4m + enZG3NZ1U0Y9jXq9r7qwkTdNQtvDi / JqyqfAI3r93B2qLaB2ZNHzzzgH7W3usZmvmyyVOp2gjubx + QSeJiXTEh2 / O + MtPX / KnH37JP / 2jbzHUgnNXUwrDzbLh6a0R + 1pRli3rwvN2MiFKYu7ujSmrkrrKOZuuGKSaYQqR0hyMu + TFgidbHearlp3tmHrtGPcTOr0xp8uSfOB5Z3tEWW7xs5MLlk2Ox7C / 1edw2CGvKoyEO4cDtGy4mF5R6i5JFPjme3vU3tA6w9vJki + qFUpJBoMRVsYoPDvHexuLs1SQaG6lkrnxPBykdHVMJ + nS3cpZLNY8uLXPMq + pipzgJHvDjG4UMV0XuAbypads4dbOmOP9IU / ev8e6WvLqbIKtJXMBTns + n57z8u0pR6MeX7u7x / lsTdWu2O5ldDPFwHSZvq24vlwQpYbPL2744ZMD6rzkul5y / 8ERB1mH3npBk3V471aPWFSEpafT6TLuCpJMcv / 7R6T / 4leXx / 3GC0ItIl7eFMSxwpiYs1rhVw23Gk / IPcO + 5KCnKIua1lmuG8 / pLEFGXYyoiVTO89yxqzWDSDGvLJX3pBKyTozzkn5s6GjLTdEinScxAhUcbdA4ubl9hOCYY7DWs9vX9Icx73U0tRXsKoEyikUTED7gpGItNG2IsM7ROLf5pS8F25kiVoE0FSBzCIFJbVg0K3Y6MUcDSUSMl57SNvS7EXNbc1U4lDDcUoYuJZUI7OmID + eOcdyQSYV3NY31GO0o24bSWZwDLSx5ozAqkEaWvIopG03lMvYyiLUm4JEmUDtPWSuWrUOrlgpNaBr6seTtwlGGEq0lR72UQAyixXpPXjiySNFPArLRrEuFFwEHFFISnGbHeq6rkiAF3X5L4yyvJy2lbdkzhgcdTass3SQwzgyxNCTeU1eB + apiWbREiWTQDyQGUgRdE + O1Z9VU9BNFObRM8opEBQ5SxUg4iBTea1qraKNfnx1CEIIfffKSYb9Dtzfgi0lL9fo19zFwueT27SFf2x + zuJlT1RUvJws + mzUk3Q6RCqSrFX9x + oYHwyFH4yFvr6Ysa8coSxjdOaJ1cLgzZpBKnp3OENYxGHaJpMd6DVGfrJcSvGPiJCeLgif3hjx454jRwZBV3nI86GF0wsW8QPiIbpKwwlC4jUlgVZTU1hIHw / 39EZ14yNZ2H6FyQPPyxnM + X / DO0S7ffveQrklxeJbFgtu3trhYzvnq7IZIJzzdHjOMWwrR8nDU5X / 96iW3xkPGqaauV6zzkqirma8r5vmaprEYVVC30EkNg55jOo + YLS3LSvDk9ph + p0PAowaGvPZMZzXzZb6BZAZJNV + yN + zy0 + dvKbwjSWI + uH2E8wYfaqqq5GKSszXocbjTRwq4uC5xoaWxLUtnOVlW3NWK52fnBAR7h33yquBHP33JbL3g / mjA7z24jdWW3k6X4 / 0RmUmJCaxmFc9fnvLmfMJw2OHW7S5ZVxGbDsPOHYgkN / MF + / 2E4n6P56cX9FPNvX6PcRITpRnCa1zrCf8AZONvviA4GGYRhRO0taZoLCMHN7VlVTq0F9SuJjOKwgU6sWJfNXw6ydkfG7a6ER3pqWpL6RukUKyqBusDe4liN1X0TUnR1CgVaK1nUQuGKtD4gFGgXUvuPKtGcFoETvOGw2GEiWMEiqat6ceCd3opAo2S8JOzmmntSAVMippEKVwi0VpQW2iqll5sSDLFxdISa8W0kayk5TDx5I0ijjUyNFxXllczR097up3ASVWihGWYxvz + vuT53KJlQ9k4dGhorKUoPHkTaJwnIOgYw24noWtgJy5xGFon6LsKbMArT9sKgkrJ0bQqQSrNXuTY7XTRwZICL1ZrjAgMVEArizKBSHq82zw5LctAJ4FB3FA24ITAekEqHH1ZUQtwAnrK0gjPB31FjCZqDeumRXoYZuAbC6qldTVaJ9w6EFTOMi9jsrilUjVLHdFrwQEVirb01HVDZR1RDDMZaHSJrzSmSaGNOVOW9 / + xD / Uvx / vA1taIWdEymdbMlmu2g + JlueTsYsZpsWJVrRn3u8yLiu1hl0cjwb / 66As + eHzE0zt7jDs9ptMFyzrHGM3l + Q2Nq3lnZ5dHBwN2 + zBd3NBJFLPccTHPSdIOrXVksSYKnmlRcrWo + PjtFZ + 8mfGtx7fpDbeR0lIWjt5I8XuP7hOrGKUl / 8uffcTJdElHSV5e3dAxhtYF0sRQ5DV1mLE3HjLqd / nsq9f0s5STecVEB57sx1wvanp9zboteXU948efnbDTzRgKxYeX52jpOD7Y5Z / / 4VP + 6henRMYxnecY0bAuLGfrhsm8YF1ubkE7gx5Pjm + z2 / c82h9ig6aqHSMagl2CDlR1IJYpDkWrUuIIHo8T3ru1hw6Wvs7462fPSGTDVtyg5JJBH9KtLrYdUzeWN + cr9rY7fP2diNmyxhLTtIK + cfR1zk5ssB6240BHOv7k8SGJ2CduDTfLNTL23NrrUq4LdNzQtiXCpHzwzV0evpdxMbGMhorcz5mZiIEUWGdZtS31ZcXl5JqbxRIzyjiznkYGxGWJrhJ8FVG09leeud94QfBt4MuJAu9ITEVRNAwzzar21AJmpaUbS4q6RRtonWN7mPK7R5o3ecO6hDiS7KYS5wO9WNIxEafLTeO3kRXOBYxUBOF4XWa0XrFoNu6lXlQTaIiM4DgVXCwsEpguPSiBtILLVrEVS + 70BU1wWCnY6SfsSYl1ktbPaZwjlh6agJOBVrds8HAJu / 2NtNfeUbuIN / kGrRuJzQLbxzG9bmCPimUxZ2k94yTBs0k139pNqDEEbaiJqOoC19b0oi6z0jKrArF0ZDIgZKCjKxoERRNREOObJU1V0fpAFjWkRmKtxHqFRZEQGMabYFnjM7wr2TWb / + + yEEgFqnEUjcJIMEKQ4ylDQz8RZDogvMBgyWJB5RyL0qJkwGhPWkExXXGjAoOeQfiAEBWTvMAIyZ2eZtnkCCEYdwKtgIkTrJzFO4tzgqE3 + DagEezFimleEaUa0wucr1q6qoekpf41KowKAf78o3O8s / S7MVdXU4a3D5jO19RScHk9Z38rY7ooyTLN26bhvYe3 + ef / 0Tf4 + 1dnXN0s6HUTnj7ap3Vwa9RnZ9jhwy / fMowi0shSNzlRFDGQ8LdfBqq25mo1p7Wenb7E + 4ZuN + bbd3b55NkJwgievzpHRppQO36eO + 5tb / OdR0cb55KApw / v8A1tKGuH / + hTFuucXmKwVUUrPI13IEHKjKcP7kOAdV2RN44P38yIlCIPnlVbEg2HHB87jiM4OX / D5Trn7u4OQQiWdc0PvvOQNmjSKKLxLdPphLxYc7B1wOvLG15dLuglgX6sUQrGfUHjDbOlZl1BWVyzWMwo6obd8TaDbIsmF1S1o3aantbsDmNMHLEocpp6xXE / pavh87M5o0xDWXI2LUmNIsQR57ZgUa053OkxSDsEW2OCZtyLWFUVr8 + viCJFHEckuefNF2951ZbcvbNDO4gxuuaL15fE2vDevfssl9eA4PZBRhs8p8uC62JGXdbUtWU / 6lHlFSoIHm4PeHZyjt4dc + fWFj9 / ecXe4A6hLX6JD / / / n994QUhCi2w3acDCwlhJUimxiadtHOC5qRyREkgb2BtFtLYlBI / 2nrdTT4tknMEgEcwIJI1mID1ae2xwrCpYlIEba1iUBhc2n1tnUTrC6JhYQqRyYmERUtM4T1I7pJLkrcS4wAkbG + mqsQgsRkmClOz0UpQQLBcVV41HG8FB3KWTDljVDatqQxYtmg3HvrZi0zMgPbqnwFSIEJhrye04ZTxQLBt4W0JpBVnluT3csNtb56l8xCA22DrQiboE0aJFvcFXGChcoPWWdSPQbJwupQ2UVUsuJDpqyGJB4xqmdctOLPBe0FOCd0cRrtVIW6O95iiKSZ1g4jUZgVa2RAQMgp1IE5maiWtpSCi8RAlDqh2Jickbh6tbinVD2tc8zsBLz7wBKyxeR1Re8rN5yVUjGSt4J6lZBsl52ZJEApA0wfH5uqVnJBboh4AxEf1eSpAepQPrwrN0Lb9GrlMkgVCXWOe5qSru9PsM0xQ7cqzmK0xQvJrM6MQRy8LzweM7lFWJcxYdPD / 57C2VDdzb73O00 + cta5JacdBNSTNwwXI9XXN6nfN23nAxdbTOc35TU1QVcZKQJYZe6kj0Db1YYCJN0TSkRYWONNN1SxzWfKRnNK7lYrpACMjiCKTi / tE + kZK8fHHK + TInzSIOtu9wuH + f68WCs + sZi3XJZLGirCrWpaWpG2Ip6B / 0UDHgPCdpzNf2 + zy9d4uLeclfvJmxKFrG3Zxvv3Mb2JzPVS043DliPS / ZHe0jZEZiLLNVTq8TM89L6tZyNbdoHILAzbJgcjNn4QKj / YTxoM8yX / PsYsKDnSHjpMcoVvzRB8cU + QLRlERW8N5WnzQEXi5rOlJiRY32iqFUHO2M6fcDJ + sZeWPIygylIvqZopd1uV7mrKY506sF2wcDHu0d4aTnYpbTsiBIQ94K / vTjz3l + veJWP + UHt3e4Kht + dnLBcJASgqRoa / 702Snb / Q42BHayiG63x927t1DakKQJp + czrooV7W / DDaFoLduxwEiJVYFIBSphiQWIWCK9oHWCo7Eh8Y4k1rRtQ + E9ykOm4NXSUjWCaxMYdhQHypJGnjo4bvKAd5KrEryXtLbGIbE05I3ECIHRMEoFjYyYtgkdNJIWbxWZTugISe1gknuk9L9EOXhq57heVXRiTWo0KktIjadyjsIZfnE6p7UtWRKRdTbIa2c9iXesi0DrPXnl0E6wO4xpkZwhOXCOzycl / VhyMIwIzrOsShbVBmaynUoQEt3JuKlLHNB6wWfLkoBgPxH0Img8tK6loy3XeYsgEGvDqrAkWiIwDI1nVpfUdU1qQBlDaiRtkFRUJMrRCg2xREYxnRATxYGibJg1ltKWXFWC2jc8GWXEskWgiGjIDGSpoNQRkQnM3Zyb1tI1MVMrqUvYjyzObfIilsDUG2TtuZcobtrAaVnRSxVKaqa1Yis2zFrH7X6Ek4G8kZwvCu5lmt1MEpJ / tG6c / 88473mw2ycxBqehExsa6dnqdkn6G / RKUVl + 9 + kxqff0Bx2KfM2sbogCjDsJf / vVBct1ybOzKceHezwcdNkdRBS24tWbHGsDX5wtsDairCxtgMZVTBY1sdZkieb2Tp8szjidB7aRiNBStp5RN2Mricgry4uzGUo6stjgvWNd1Tw7v2Z72GPY7dDf3Sbq9VgVJfMK / uWf / y3rYs3O1ojdvTHjSLDIFZmznF86rLVcTJekmeG9 + 4fUwItaYSrB / / nRS / ZHXZ4 + OMS2LaeTa06v5wTgwf4IRGC0v8vzywtcHLBC8udfvsaHwKPdAXuDLValILSbhPSz02tC8KTa8OL0mmG3RomI / UGX15dXTK5PGPcS0k6XUS9l1cCynjNIujROoTJPYlIiEvqDjMurKbOyZHk156vLJXnj + E + + 9YRuZAgoItVypyfo74247mf0uoazxQkn8wXb / SEn85r5vOTdnQ6 + KqiLNYW2nKwz3KrhW4e7vJ6v + NmbtxztDVHK8Pq64N7OFieLiu89OsaJwNubnI + + eM337t3nncMd / sfOb8FSmcYzcUAkyKIAQVA2jtqBDZuWoiwxGCFwwhOCwyhBsJK + AS09Z2rTVoQ3SB94u6yZaEtPK96uJEZLhIvJ25ZYBLSC7R5cLQPLOgASIRLSWHEUj4iNJvyyZGO6LGldoB8HvKg2z1YW2hCoPdTO0ZaOed2S6JjGQddE3OSOqvVkscBkgkVoiYwgig3WK8adgAd2hh3ypqKTKForUFpzU1nujTyp9lytclalY2eYYKSipyOkkTQagmjpeEEaR6zqgC1jPr3K + Vg4fv8g4jAKqEhw4wWin + KrmkQKFI5IOVItqF2gsg3LoqKvqym8wwAAIABJREFUBbGxrI1EmZi8idiKAh0lkCrg24ZuGkB5xknDdZ6Tr2t2o4wXK8WrecmtrkEpwToIukIQi4petrGq + jZD + 5aq1jQuZxi1VNZinWA7EpwsLcvKcq + rWKwcnVTxsBexcBANUgSSPaOoZQclHEoFSlexs9cno8XbkqVQ / 8gH + v + d4ANfndwQdVJG / RgCzJYFed3SuEBeNuxuD0mNwbUlQng6Wcw0r9kbdImM4uexxDlL8DES + Lsv3tBPYLfX5e + fT8iSmGANN8vlBiBoJI + Ox3z2asbFdI2OEkwUsz3u0x8O6XU7OOtYrlY8e3VKWTv2x13qdkmnE7FeNdTWsm4a1mVF1bac3MwZZD2KxrLdG / DybMPsHw9ihjtdrqo1WWIYd0dUTcPj7T4 + wHuP7jKZTdkadSkrRxzHnE0X / ODJPQaZ4rM3J5xdzXjy8A5pkrDXG5B0UogEtbDsDDv0ow5X8ynV9Yo / + + QZ / 1p4 / tnvfI3H4x2Sbsqb9Zzu4TbFbEEn0igh6MaSYSdiVRbcLGd8dXXNbjdh0O + SdhLSrMdk0XB3S7DV6SEVNHnOrYM + mIb79zt8 + eaGs5dX3B3t8OPnE37086 / 4 + t1D4jilsjVbcUwsW / Z3Nk + 7bpogbMVs4ZnPVxwMDNPlDXUbuD2M + ejFOSeXU37n4SEnL67Y3R3ww8fHXK1L3nuwhRSKh9sjWtVDS0cSKy7dhK9 / 6z32U01drGjDb8ENwYVAalLSxBAkrKqcWbGpErQBUIrCW55NGvLa0zOw11VEWjHsRuxFBpV6Xkwd / TQmMRAPNbPFCm89Ekm / l + F1REdlRL7guJOTxpbHOwn / + vOADw5LRvJLOqiSLbPSI5RACMvlqiKvNb1EIRpP1QqUEuwOOvT7MZ2uZiMqAmcF + EBRC4RUeOmogqdxjsp78vqX9lcjiSPNzXJNWVZMBGRZghYCERRpmnGzWHC59BilWNYeguOgp9EqMLOeygV6qSaKPLc7gn4SE8cC6S1jK1nPa3QkKROwKjAeZliriIVjHFk0Nb9YBb6Y1jxJJNudDluZpgkC5yVto3Au4GLQVBv7qVU0NcSp5SASjPqGSAe2OoK51SyEJBOWqm1QxqCFxPtA2RhiITGJosBip5o8tNjWU1aOW72Ex1sZWgiuipKigne6BivAmISTeiPQ15VnnCwZpzEvck9hPd / tS6pyRY5i9euTSyMEGPeG7OyMQMLFzRWvL2bk1cYtJo1h2bT82YdwPV2z24t573iXTppw79Yu72cZ3fEWP / r0LYfb2 / R7Mb0s46tnL2iqBQrB7duHiCjlbqSIQ8k3bkWMBpo / / u4d / vv / + d / iQkPrBf00RShFpOHVzRJlFEo6vjw5YTLP2B11kAtYrGuiSPPkwV2O7x5wdLgFYsOzqipLcJ7r6Qql93DSkVtHXpYsVqvN90KQJRGDfpevXr7m6nqCDYG9vW2MVBAkw90tnr14yS9eXpHGEWfTJcE5nh7vkSaak8WKZVlvUNfDjOPDiL1Rh8EgIbQ1uxhePTul00uZxi2tDDx4eJuqDGRGcDyKMarlw + cX / MUvXvE7uz0e7t3m4a0dShtoGs + smLMWjiy0SF9RFhNW64a8stw76PDu7oi9VNPtdLh3tMXluuLGWoam5mYxx4yGpC7GNQ3LhaAXDcj2Yha25NM3nutQUOQr5ouCb9y7zZ988z0So / jFm1Mmk5zjO4dYPL3emI / Pp6zzimdXc + 7uDbi / v8 / fPD9jtl7xX3z9PtPLNyxtoP0HdH38xgvC929n1DZhYh0Xq5ay8mRCgAbtBa1XYFvmRSBVAhwsSk + B4N6wQ65iukPNBwNJXnkm65rClgxHMamHJOqy8FBUNZGM6GU9zoVg7FZEWcy7DxRNC4kK9FNHHEsSPFt9z7zelMtWLqEfK6JY4IGegEc92BoaciF4mVukkMigiIxkVVkaoGkdQm3QD8oLrgpLbT1ZoqmsI2k8ZS5ovKcoG3odS2QUbdCsq5b3R5I7w4RpFThZttRNgHGDC5LIQeUCVeVJnGflNq4WIUB6xbRqwQq6BnaVpBNHyFjSFJpIBXKraUPJYeTojFK6UpLFksJt0teJFAyNp / UerTdds6kL1G3DIItITEBYQRRJghQkQbB2krPKk0rFdtLBS0ndlkybAtdodmLLqV3ROMldPearOSxDwcAYsljSCMVNWdNJOuwYhRIR1igkgVEpsLLmpqpokogvl9B6z24iWCMIaZ91sQnV / brM1iDjn / 7e1zhbrPj0xRmT6Zqe2YT / 4tZTWYGtGt6ez + glEa4JvL2cs3IwvHNMITKO7z / i9r13mUxzPn9zys1qxYOHR3SC4FY64LqsuZ5O6fX6HO5u8bqpqPOGwWDAf / 6ffpc8b + gnCXf3hgz6KR0teOdej7eTBYhtllXL4bhPt5 / gQuC2EPzuw13u379FKxQ / eXW + KZ0Smm4n4nwyp3IteV6h44imqgmt48vTS1ZVzdawx2xdsFgVXF4qqrbhZrZkOl2SJQmlDVxMZvzHHxzyvXf3eTVZ8uFXJyyWJcFV1JUlcg7fttzM5sSuZNFueqidaxENvJhdY2vHQaJ4sDdib6tP3E2YTRq6iWZaOtau4vF2l / 7TBwxMxO5Wn0VZ43xML025NW4o6oasm5IJxbJYsVwvuXO4y7AbQWNh2CUozZZJ + GpZ8 + n5DYMk5eH + FjJOWeUlz2fnNEXKg92Mn89PyCvHd / Yf8JdffMFFPuVoPGZ33KMWhhcX1xzuHfBoLyKJ + th4k1k6jD2VLHh5eU2zk / EXX7ykqGse7o1YWocc77E4W + D / Ab7T33hB2Is1cWdTqWiNYl1vinG6SN7Z6fJm1vB20XLZeBLlyJTCEHN8a4u50zS1p6oL6sYTRYYGiwvQkuBixcvriiySrNcWS40PMO4phnGHVe2Q4t + VzEPlKsrZprx7KzMI5RmPNFJKtjqao67EWcerhcOplp9Npgw7CW3lqbwiiiLydWD2S3S0kpuGsX9yMGQvzThF8el8zWJZMzSeLILcxEQqotGStxclXjUcDDXbQXLiPFlq8FLSTxWNtDyfl7QeXIBYC + 4MYrQXFKXCGMlu1xOs5aZsiSNJb2QovaUsN8jrsVC0TiG0IfeAaeipDeLbuhKhPEaVG0ZRJNDKYXSLczGpiSm8pRKKolVIoAqbJXHdKm7KlkUIXNae56FmO43YiWNEs2aPJdeNJ / ce7wQoRV9FdLoDDrqSdVFtAGe / tNCuQssba1kXDU + SmDgO1DherzzNwtMbeBLVsnSeolKkVjKuY8KvEe000Zrfe3ebj6dmE9CbzWi9ZcsY / vi7T / mbT1 / z0 + dv + LKYkZrAME0ZtmP + 4Iff4XxtWV / dMJstma9y + r0epatpWkcdIkgT / vLDLxj3M87OpzTuLc4H7h5tcXunx8X0FC0EcaxpGsc8XzDPS9Ik4eHRDsLA40cHRCbl / tE2j29tUVYVP312gYolf / rTj7lzsMtqvmDVOHrdPhfnc15dTDi / WaCV4HqR89 / 90Q94tLPFg86A / + MXn3N + dsNuR5PhWLmIbpqRx56 / / / gMEQnu7 / c5UJ4ff7Rmd2eIE5LDnSFdo / iLT76iso7WerpZxPfePUYHwfW0JevEvH / vgLoo + Xj6nG4v4d6jPZZVzpcnl6RbKQd6TFkHTJyyLj0kgcO9mK5JKOsKbSRZIrDOkXU13ZEkS1qaxrA9GjErcqqgeDlvUWJTdXm + WrBaO15fz7gsC746mfLXn7 / m / t4297dH1MsZ99KK55MZ16sVtpWoHc1 + b8DR8WOe3tnh / OKKfm8bITN2ByMu5nO + uLziepHzT + 7d5f5Ol8LB378o + dmzS + 7e3yUbRNzUSz48qeg4ybhNMfzq59DfeEGYlB5pNC4CEsntW33GRrJclgQCPWM4yDyFrclbTyU8SZSwquBkOodf1spJpRCqRSkNogNabrbyIeBqxzAKKC2pW0FfKZZ5y7q07A01427EzcJyNqvZHRgi5ZmVDVpvfu3fGSYcxw195XBaEpTkdbHJUOSLknf6MW / XDReLmtNFAC + 5XpXERtGLNKFpWbeesVL8wd6Qk6rkrCkJWiGDpq4DiVH0s4TSNig0Y71BV89XDWdVwCSb / ENbB5wPGOHZGiryoqJAgjXsGcUwzTDakYSA99BWga6JmBLwq5i5cCgNb / IVwQW8cBTesRV5bhvBtoBZC0a0myBMsNh2008tlCASguWqphEBrQReSU4KWNWeTDkWy5bV2tPVkt1 + RmIizosOQ3KEhPudPpnaIMtrKUiylFXbEESPYTfiTgxfLmtyrbiY1ajSYrc1 + 73ARWnpZoYkDUSmwjYtTQttI7k97nGwn3G + + NWI4H9fU1vLi8sVToHqRvz + 73 + No2GXk9fnOO / ZHfR492CXWb7kZrViJSr2Oz0uJjl / + / Of4l2L / 6WjSkcRcZSAVKhYUM7meO8olgVHow7GKNaFZa / b4fRszuV0wZP7 + zw83uOLF5d8 + Pkrnjw4oJNIXl1MSJOY85sZ33t0lw / 2 + mx3PL4fE8f7fPT2ilXV8urVOd9 / dIefvbjg85ev + OlXlwQveHM1o5PFjNOEJs85bTwHWcZ / 88Pv88n5OZ9enCAig3aK2WxNFmt2Rn3WdYkRmlv9mFgJLs9u + OxqQaeXopQgv6lwzhMp + P6jA84vr7hE4irFe71d7t46wmhPJsC5wHpRMur2eCvWTM48jZmSpDEfXbygbSwex7KpuDMa8XS7w22Tcnq9JtEC5KacK2ot63UArYmD5OWbcyq / aTwTUcTP3lwzWdYMUsXp2Q3Xk4KdfoeHT8YM + 30 + ub5hR7RESvHt + 48Yd / pY67knR4x3Ui7nc6QZcf / 4kO9 + 7QH / 9 + cvKYzmF1 + eIvKa + uCA9 + 6O + MXJnIP9MVvbGd3Ms14XFHnDPHf84dee8PjBXdT / 8FsgCKPOHkXV8uOTa3Ss6BkBQdDt9iEEdmLBwU7Ksqh5e7Nm1dbMK8fJfIoMntp64siA8EhtqRpPN1G4VmKVYF20JElg1Th2Oxlbacy6bklQbG0pdocCZx33hpplkxIbj5QSISVvZhXeQ1W1TLTi3Cq80ig8d3TLra7hMM8pWolPJUVT8bqRmEgRvGcUwTCVrG2LJ9A2MBSSh9sJY5VytbSs85YVnqb23B2mRELSjTTDVBBnMREOu2yZFp7JytPVYIKlnwiUtRgBSyuICSivEa4mbwNZAtOpw60912JDCdUoggpkseSgjkhaaLzjNFT4ylOnMVUCgYZF0BgF2AAyoSEgmzVaakBR + kCIHDdVoC5b3umAQLJwnrwo2d0dYL3FBcvhOCbRQwZYRqoBBFZZ3hSCuoS9XoKQG8T5SR6Y5i1BSrqx4OBgQNSNWOEhSzkeQV0VzHMHIsMYw8hoXleez05XrCvLD / + Rz / S / m8gkRGHIv / g3f0bWT9nt9QhesnNwRAiB / mDEtz54wOnlhB9 / 8gVXyxkn13P + 7vNXiBDIq4Zulm4a6YxklTfsjDoU6w5OS64mC463Opxe5jw6POTJwS6X0wWZNHz / yTFP39mlLFt + 8N5tLmYDBr0IpTTaaH786Qts65nPl1z2Yl6vAugIJTyPxwnv9u + zs16zDp6nt8ZMFjcE58m6KYLA0TBmb9hhslpTy4bSOu7sDfiDbzzgPX / Mp8 / POT2bcFlWlHnNt + / fppd4tnpd7uxGDEYD9n2DeX3Nq / M5L04n7HQTUglbWUSoaqJIcLEoyXSM9DW + zpmuLXs7PT777IzFRcGnzuKFJpIpdaLYGQ84Dl2iEMiriudFzapaMSVjKBXeSS4qRxopvLOEVJG3DX59RRIlYCXz3LH2FW / PFuTLNd8 / HKKE5uyNZlY33B0dUDUVrZV8 + / 27HPS32IkkgzRghKZqSj554yiu17x / 7xCjDUpafnFywauzCWjN3rjLt374Abdu7VGJwHbnIf / hPcd8OuHl6SVC9BgOIvZ2Onx6teZHr / + OWV7 + yjP3Gy8IYbWmqyOexikvqgrXtMzXLddOIJWkF0kIUHtFLxnRuAUybBK0DsgbR1MBBLzYYJ33s81D8pfXDqkFJZ6dbkokFG9ullQukNeO22NJGiJAY3VL6R3rhd8A6TqefrZBLR + akiikvCwMDTX77TXXZY7pDZCJZCgTpIqJxppv9CS3DfzVGzgeeLpdAytBUwUkgl5fESeKA + HY2oo4N5LJqiExgn7a5aAfUQfJWkZclg1tEzZIi7HgTm8Dnet7eDVtKF3Ebsdwe2ggbG5ENQ3OO4RQOO + ZrB2V8 / SSFC0DVgRC8IjS4RqPQfAgSsgrj4sNl0IQqQTnLGXryJRm3m7Qx1tRRCIDqVKUJbxee5al5WnfMG8cRas4yAR3 + oHWBIJpOF22BA / v9hrGSYISDu8db68CrhAcbBtS2bJoVmirKFtP3yt6gxjRUeTWc70uNkt6HHnlyeKIok1Z5A190SBdxduqxYWN8P + 6jG8tQyn4g9vH / N3pCctqwexiys9qRxQZdkc9gg8UTWBv65B12ZLIwH4 / xQbPfL1mstg4SxyCfqp5Zy + B4PirT9 + ijOQGyzu3Doml5q8 / / oxV2TJb5Xz3yRFd4QlofATLquKnXy4wynB81ONofwzO8XCkyETgs / MltW849De8nFwxPrqDTRN2oh6RTth / cMx / eXSbd7f6 / E / / + 0 / 45r0hB / tbFJcN82mFEnDn7g6jcY8hluNRj4 + + 6vDZizMG3ZTb + 0c8vd + naD1TV / Dz82vWqwLvBe8 / OOCDO3tsDRMG1Pzo45es6sCT0Tbfe7JFcIKyKMldRdVUaLV5e / / q7QXrpmV3OEbGklUp6KmIelZRFw1KCD7ojJmsC6xVvK48nXQIoeRyWTDudDhdFGhlOBgMGKQxY6VZn9zw4eszrhYFf / Lubc4XObM85 / 7OiG / c36LVESrx / PT5KwjwB4 / us3d4gPYC63L + 7d + + YnZV8J2vHdGLFBezc7RVTKZLtnTM3YdHdLY7TIuKZ6fn3CwqBJ6ryYrdrSGLQvPm9JKtOGHFNZ9cXtNYS1X9asfEb7wgXNcrokYjveB6UVM7h1GSWCu6seGm3mCSpTDs9mJ + 8DijoWZWOIKQHOWaj98UbHcUg0xxtJPSTQSxUNwdBRZFzbRqUMLgguT9vR5FXTEpa45GioNBzrNZh1nuyUvHN / oVj0eBmgqH5JNpj8qtOWhvGIseL5uKm8WCEsXbyQlPhn2qXo8mFuyGmiNRE69qfnCwxbmEk2WLKQM4wzA2LCtJ7jeYaWUCJtbsKoPCgVJcN5qqEZSt5aZ0mCDRSiFa0FoxbywiMexuSSorGWQSF1pSY1g0motJTV8HDvpway9B2BIVGWot8G1LhkKtA20f6BhsZqgJFLlFlQ6vJLWEWEpSLdDeI1wgMpZRRxG8oPUb0TSt4WkWsdvE4GtkWrM7ACtTauupmhZvLUmwHMaBgZZI0XC5hrzyVA6u0GQapOhQa2hk4KCjmMaCsgmsG7BOopWgaTW1DwSnaVy1aW3TgVLD3e0Op8uGIH61Ne / f19Rtw7O3L8G2fPbilKKuiY2mmyTsjod8NV8wXVcoaXh8fMh / + 1 / 9Lk2oeXU + Bak4vzrgX / 5fP + fu / pCDnSHf / uA + 24OEjkn4 / Q8K3lxc8 + rqBi0NNgj + s9 / 5OtPlnOcX13zz0R7v3 + / wo89WvHo753q65I / f2 + YPPzjCh5I2BP7NxysmZs2tsOCPxkM + PL / iixfPKLzkf / vJv + KPnz7mvXvfxmUdDqXn3lggFuf81z98wsu65O + / OiUsHMFqDkcDziYF8xqqpiDJYrq9Lh + 8ex + JQ0cxLycl82XNzXLGs7NTIjRJHOFLQZomvJ1WiG3D196 / xzJvOT4a07Y1o16P83nBX / 3kObv9hG88POQH332EbxxJFtMYTVsFeirCXrVkhx2GOwdEoy5tcJQXM6pZi1Oe1rekWcxuEqG9J1hPt6O4f7y9QdrXNbE2RC7ij + / vcYs + rYd4q + H9d3awUpKXNbP5Cm9bOhLe3YvY6kqUann + esp0tmJdVZw3FYoY0RtTNY7QCr55d8gkEpwtSq4WBVXVkEQRq8JR + 4R5JamaTQmWlZ7GaH74rff46PkpWv0WFOTYxnMdSlZOk2rJ2juSaGN3vM4r9nsG6wJeWJKk5mpes24lRgdapck6Cd + 7l3F / nNCJEuZNy03V4L2g6yHqJHS6KfnKctiL8ELRiTV7PTjILrCu5nHqGPc9XaPxokU6x7qd0QbYSROkEMxsQYeAqVqKChprOUoU89JzJ1qSS8XaOuZ2ThFg4DxVm9J6gXMeYR2um7BqBCpAHTxdr9BC0pGKdRDU1hKFgEIw1DFpZinaTZdr3QhWrUMZi0kFNYKDOGJZthgJeIsWBolh1PG0AhyW8YFhXTtmeYuXm / RyL8SYnuFO16IpuXaBhexSxpskdmShsIGdRHCYtjRK0UksiW6oWkFTGTqqwzc6HmpLvWrZ3YbBtmBdtdjWsW4E94aG4wyqWpFEMRJLaDTCBsrUE3qCmWkp1w6pYoLf7CSWPU1lW4QMJDQoFZjWmpulBam5Xq7Be5I0YdFYllKyJRXbuwNa / + uzVHbO88npCTeVZ5DEzOuaYTfDto5nZxe8d2ePum1pg2fQr / nsq6 + YrBvSWGGjiO2dPv / sT77Of / DBA7YHY97OZrw4v6ISDT0U7xzts3 + wy8nb / 4e8N9nZLLvO9J7dnfbr / zb + iMiO2SiTJimW1RpWSYUCCjBcrqHhkUdGXVRdgie2J7JRtgCjypAtiaWWpJLMjMiM / m + / 9rS79eCjPaVRgCESWjdwJuuctc9e7 / u8d / zmR0 + IKE6XMz55suCTyw7n1 / ze05r / 6rtPmU8naEZUDLx8uMbFxCcXp2TK827 / wNJ4ZLNlsx1oB8cXFyte3 + 35 / uWahsTNfsfz9g17G3h68RnbJjF6jRstcXTw6IybbUc + Rg7jnrPpjEwbZlnOw9CxbvbkRIRQXM1X1CqxOTgmZcFuP / K2aSkqx2ePLtgOlu8 + fsTr6y1lfjyElEahVc53npziRCImyw9 + + wOu13v + 6vkNCclNH6jHjMdnCz7 / zgItHK93Ha + EpCsNfuzJBkkYPZ88WvLFxYz + UDFdKOoq0raOZmc5nZ7xrz5fMh467t + u + fTTJeYDw + 3DjtFZ3m17 / rMv3ue3Prxgt + tZzudonXC9JDlJmGXMTkse9Mj4 + pa8mBACJFMwrmYMzR6dKaY6spxpXj4MPHu5RqqMr15dE71ntVqybjp2ISFj4vs / + Jw / / p / + 5Jf23K / 9QDjUkHWKpRBsBRwmOU7A4TAQg2dvey4XBUKDFZppnnFxoomA0jkmGfwCFImxsZRSsUiaslL4PlHpHBET9azChqN87bLc4pOE1FMnxSxrGWg4uEDgF + 7oUVMauJq2PNhA9BI3OmpR8tnKoIm8DYJdO / DT / QNYj8gybg4jvfU8PWmpihozKTFZotIcw2ksVFoxlccAHWUiaUgMQTJ4SNrgIjjnMdowyRXeaYpMYHvL3EhcpyhjRW8VWWXodc9D5xmDZ1Ep9j7ix4CSAq0UOxtYFIrrQ4Q8Qyxy8jGwCgd23jBNkosY6aSnjZKJkKy9BmfJSo / KIjFYxhgwEmbpOHQ6a7lznvAkYc8tSUQmwbLdtuShYHcI6AQuOb5NGoTmTCvuq8AQj3uahMIHQ54iRneYIuNu1zNEccxr2HckUXLfW7yLzMrIRCR8TJSZ42jeDAxO0tljQtyvSkUFVZaRacGbsmCfS5xIvH23IzjL3WHHZx9cYHLNQOJyueB7XyyIQFlOyUSOI2KAu3f3VMpwnlUsl1O63cCkmiKHkflHH9PZkbZr + eTC4YOG2DETmtUi0fobmt1bXASdFP0hMp8W / OGnM16vd7gho + 97VuWCP / rNUwopeLZt + fbtNf / 27 / 6a8uQSU5b83bM37JqWJBfM508p33uMPHUs6pwkFPe7gbNJzfmiYlVmFJWi31m2XmK7kawqGKxnsB1lWXCxqun7xHJR0N04rmY5m1tLLae8 + bpjcZoz2oFnrx84DI73LpfcHPb0dyOZ0RR5zqv7He9fLPjJt3dMJhMuPr7CDJ6F6Ng1gXlUfFBItmpg2wtWRck3 + wbXjmRZjZ4rou9pDxGlFSttePz4hIdvbvnZdcvJD0 + YfVqBTJxaydfPbshGw + vXN2RC0tuen84KpMy4MhM2tYTzmuwX8mIXJLmNlIVlvpjx98 + / YT94pPd89c0rpJnwzW2Dt4Hz5ZSV0XgEJ3PD + WpJSolDO7JrrgnhH0Gmsq8EQ0jIzlHpSNsOCCmpC4HoJdNS8v0nBZ5EEiCV4103YJ3gpJIsi0joJDJIahfxKVJogR09Es3oBItMg1BYEhf1GyZqTeM50jp9R2sTo / JoIdj3gWkuUehjduphy9QotNa82HomWvCe9Awp41QWLIvIl4NkWhZYZxkHz7Is2XctH9Ub6vqCMUgECS0Tyyojk5pcSUoZOOAYjQQrICp8gJQSYwj0VoIQ5AKqwlDOJd5Kkhd4H / FENgdJUVYoYdHCE21iCILRapTxHOLI4BOZDJwXBfMyYyIhJMW99QyjI8gJRjhOZUJ5TUyRXAuE0DQe8mTpvSETgWU1IiY5Jgv05xU3VcNBBfKtYJIGfJdo + khRaMY4wUrFMO5x + 5HBON4JTZ0rapXYHxL0nlAIvIw0g8AeBvYWSiG41IKvDoomJAgDlYarKLmcFMgi40V3YIyRqpLk0nGz61Dlr84rIZRgayJu0zHN4Obb2 + NHZ5YTDonL8wn / 9T / 7PmOMJBHROvCTV285NJaPn1zx5GTGfmPJgqKy8Uj91YrDvkEmzb6xXC6mCGloOsE / edwxL3s2zcBmP9KOWx727REFYzRv7xsuVzMymaEU / MXP / 57LxYy8yPiLn7 / hfPaIz1cFfdC4 + YRTIfj3r95xsVyy2 + 847Fuenp / z5vodHz864fIWDi8JAAAgAElEQVTqU5reQ4pkWvLB44xSZ9SFZJoJ7vsdXS5JIRCDoB88MQQO / YG0A4Rkmpecn65YzWq6Q0MYBI11QOTNN2tOTiqULMiUoG8szWDZbHvKWnDTHNh3I3We8 / HFBe89umBVTOhby / V6x2bdgJmRK8MHecbLMRIGx6wyaJ3R9BKDZddESmM5P89RFxXVTDN + 9pi96HiVLG + fDcxkz + G + 4fruwOnpFUOo8dpwf2i5 + eYdNlN8qQvOVlMez6e8fN0wrBvUqsIZzf1Dx89fPvBu2zMzmk9Xc75513NwI8kPTHPFJ + UZnz95RLmY8R9ePKfpR87OptRZ4Mdff0tMv / yw86vT / f + R5YJlNpMUc8XdPcx1yThCd + iZyMjZtCAlyb4PNM5SlpBrQykSLnlyDDOfgT / C45BHlIOSii4JlkTmYs8iG9koTTNe48RIJBAj3A + R0SeUjlgfEVHR + xxQ7O0ACW7xRDky1TUpBp6NA4iGRM46ZZCX / PT6lkIrlqVBpcA4NGx2AanPsMlQmEidD0hvqODIQvIRJQWFFnSFIjWQk7DBk6IhATFaVGHQEoyUNGiSkEThiEJhXUD1kiRy5hPPxXTCdSMwBCIjt0NDSJFMSi5KGHtBXnqUFNy6FZls8N6RqcRdbyhUoPOBECTvrKYQjtPMU8qAVZHeFxg9sE0DXw4F3jlkE1DW401ilBVj9CQbwEFkQElHqUomVpAKyWgtMR6v8PQKtl3AOXhoPc0IvYt8WAumheD9k8hy3jDNDURD5kqMyNBZIrMgg2S3cwxjwvuEN786tNMQI0 / fmzL5 + JT / 5UfPefz4jPZgWd9tWWSKDx + t8B5e3Wy53e85PSmZlAWzXNKNPZU6pRYZIXjuDhukkswnCwYh2bSWs0xyljWcziUPZeDt3c / ZKkci4qzn63drmt6SF5JusIik2bURITzX2z0CwVdv70EJTssVKXl + 9OJbhIREzrshUS5O + OM / + xF1pnlyukB6S9ts + fnXPyMrrui9ZlZrThcKrGGiCmKy7NsBmQTzumCzCNzsH6iU4dD3hKBIMeH8wMlkRm40pcloDz1ITRSRIBSdPaDXA5kSvPe44ouP3uPLF1tK1eFTx5evb7HOkUXFh5OafusoLwOTyvDtJiOTBX3TUBclX91ZZlXOQ9fQ954f7w / UxvP + KmNWJLyEYdSUpWfbv + P / enWga7Z0u5YwOnytsLKi9xnbQ8ehbwjJYfTIaX2B8gldlXRtS7 + z / ODDM4ovTnlzu6ftHM / frbnb9Ozagd / 54IyLVc7vf + + S73ww4Ww5QwRD7qcUpqKsFD + 7z9Fa8vLlHdtdT9da0j8G2ql2mmfrkc8fZfzeR1Ne3488u3fkxZSmG8nLgmZUWJdYlBqkIFmF95GpMej9BNeN9DhcCCQp0IMnKIkNsCg2LPSa1909rQ9EBDe9Z5oHhhE6J3FCIscjCnqiJ / RRMPrAwSbOCkkfDHDk + 2s / QPBIqTBZycthpOk7nk7nPPSWLjgWRUEILUrOybUmE5E692hnQRQk4RljIAIygEqeMgV8rknSUEpQ / ogZHoWCIy0FARitCC7gpEGLwNSoY / ykCZzkA7lSRFHRpXtUmjLXFYGBpRYs1Mg2lPQ + 0Q4NShf0UWPwSEZ639C6jFxluKBonOcuCzTWM9Ga96YWqRU33rO1kWCP6qmhD8QUqIxHak1AsWsHhJAYHTDGE5tALj1PTuYsElRC82yw / N07y + AkH19UXJ0UiDTQec9784BPLV + cJpqx4e1DIlOKUhcU2Tnv1o51GzFS8HDwvNt0fHA + 5epX6A + BBH / y51 / xL / / g + / y3 / + Xv8bdfvuXf / fU3 / ODqgpvbB5YnJ1xvBg6N4 + nZAqkVto2Mg + d8VhDuNIf7NXvb0489SMGAIGU5h9bxG48HTsuBv372JdumISK4vttyeVKy3Q1sGotF0o8CizhC4Zyg7Tuu1 / d8fLliPyQSnl63KD8Q3UiWFczmS368fsXdescP3 / + Qb + 8e2I + Oy8WC / eAoq3Omk5pJSpwsDHE4oFWOlJ5mGPEhkkIghUAlPJfLCmEyjFFkbU83jrQyI8VACBZ0Rl1VDG2P14ZMwqPlnNpk5IXg / TNLmQWCFGyG12ix4Gpxjgstj2c1lxPJXXcM17m5v6EoJmytJxMgGXk4vOV2lzErJ / TjyM1 + 5Pk8cbtNnM2mfO / DkqyIvNytud40tDvBftuyfjhQEDFVTlGdEIXm1bs7lOqoK0VVC + 5vdlQm8bufP2WiJbWR / OzdDf / jn / 6Upo / 889 / 5nN / 9wXdJoWPTdfzwozkutPyrT6 + 429zxH378N0yKkuV0ycnyQ378t2 / 56s2a0iiev37gJ89e8 / s / + JTSmF / acr9C3f8fVz8UkY / OK0xZUznI5wVPTxcYLdluj0E3UkZu6EkxEbxAe4USktSAUJFGHOXyAUFIihQlicg8i6hCYI3j0DvWXlCJnKtK8tCP9F4CR9lfJo + ZCU + qxG2QuAj7AG7QpCBY5oFSauZ1zqt2ZHCajBE7OGaZ4eAayjInCwVa1Xx4OeNkccIsG4hRUCGZIGijYJAR6wUxCGpzPBFpHcnjyCE6pNToHHSKFElik0CJyDFBN2JjJFMRlWuiVzgkQlkWtWY9tGz6lnW / w + jELFuxkJGlGXjVZhjhSeGIoU72gJQFQ0x0ITJ6S2sdmTJo2XNVa6Yy4qxmXo2MQdLgeLUf6YaMIQQSipOlYdMG7nuL9gNW5ZT1QO8lXngGq8mERxaG9d6TVRleRSobmAaN1pJN60H0lAYyOnrn6Z3nvomkIElRI0VAEVh374AzPj87xUiP9x25Unx8qqh / hWinU6347 / 7pD1leXFLExOTT9 / nd731BURhevrhndA4lEz9BEKNlbALCCXJhOFx32JOBrXMMITD6QBAKYQOEkYt5hpooWrVn3R94tW2Y5zO + 9 / QRz97dsms9KQnWh54qk9RFxfefLHlxsIzecduN2OuG6OG904xZXvL40Ql / + e0zbvYDE3 / PftdwNp1ye7hnuazRDupqyR998h0 + + / gzzqYG7xMTZchlReM1vT96a4bRc1IbvPSUhaLsO + 77Di0yqllOGWCZSnoHRsOYQBIZvaMuDPVsgu0FUSqsHjk7X3D9cMOzN6 / 55t1zZtMLLpdPWWQlV3PJX79YU + rp8Z2QkcP + DmMmHJxl21mavuF + NzIpz8lN5HtPFlzUiq5NXC01zkbWbsdfffWCh02kGY9 + m88 / e8K3b294dn3PtNOErOL8MrDvc6J03O0Cdb / n8nTFy1drPn5yiRGCqc84USV5Dd + 8eUBKz2Kak8WGbRM4tB3PXluCGyHkqCTJROT5658gxBn / xe / 8FlUG1v4ty + mUP / zNp / z7 / / kfgTGtx1D0Htkd6DCE0uCmngGPygyVEr8I4MhYt4mZkpSZJqREliBowRgUgkRM / CJIHhKJIAbu / Guu71vKQqDGxExHnjcdAQghUJqClASJnNKMRBITFYmZZxkVJEOuImMQyDSgjWFqSlpbshkd51XOB9WULzd7RkYu5yuCl8iY0w09SkWENfRO06NpUiQQaL0kJIWUkZrEQihssEiVIVI8MuknhraXCBexQZHJgA2gtCIQiTZgdGAMiaflnj4cOLiASSumccXoPSrPMNozK0ZUsLTOUInE1kcOnaXOHPuQMTOO3kmSiOz6gWkhAYeUFZMsIpWnj5E0BDJnKCYzQGOTp40gM4PvLTYEhASrM4rZhPv7NTpyRGaPHhsTD12kyiesckNZONqup9AGUsd65xBq5NVDixQGLQrKPGB9wIrEphupCsl3TyCTDfshIKJjUR8 / fj976 / iX / 8A9 / f9UTAK962l3r9gmg5jXcKZo / IG80pzkJSF4Vg9Tnr + + 5mJSM61LnPfkQhK1oJcSjCZYRT8GtPUkGShry8uHV / zNnz5jtciIrWOuE / / 7335JEGBt4GS + IkYFcsas1rgQWJYaN9O8f7GEVFAJQdO3aLFHr5ZczE / YtJY3m5ZPH53xn773If / r3 / yE5rDjn3zyGUOfECHj9v4OpSp8C + / axFQrtuPIGEYeGsvoEpKaqRac6Zy132J0jiCiZOLy6ozb + 4F + 39D0niqDbrTkeYZPicO + ocwjh9Hyg0eJvn / gbvtAIQrOsyt658hkQVVGrk490g5sOsc817zaWt5e33M677hpIxdTxbYNCCV4e3fPxckMqTxFfsIkS5gMmnGkazpyn / Px + 5comTFEy7b3VNMJ681bHjYt2khUobn64H1 + / Hc / QUXBtMhZbw / 0zvPtzY7zk0veP51zsrpk + + 6a5XRKDBu + ev4KZRx / 9ne3GJVTZFOWM2h6S9MKXl5vOFlN + KPfvKDOFNt9j0iOx2cTvn75lodt80t77td + IDw4iZAFynsqCVk7UkRoK8XOO0whGKyiEhlDCqgQCcFhlKaSgm0IBCEQPhIF + JTQMSCEZNcIqkWOVgVutLS + ZZodcwCCdzQekIYqn7EdOma6YNv31Can8TDVkru2566PPJ1IuhB52e2Y5RMuJgFHyUU9Z90cKOsTJlnEqMhEZXQuoPoj8C2XBTJYBm1QRjAODpdKhFQQHUNKKA06C2TjQBsDUmhq8iP11Ue0ivhkSARiUpjUo4TD6x11Jhj2npcuxytNjqYsNUE4SDDEPXe9ZBhKStHwuol4odnHjOAtCNj4hJICASgdIQlcEnTRHk0 + Cg5joHGJi + WKMWRs + oF117G2EUEkl5LejuhsStN4ctcR + h1FvaB1v8iPSxplLaSRvROcVhaZJ1p3h / PHvUqz9xR5idYK5xSk46J7iFAWidZHnje3lFkiugmXk4Kt9fS / oNv + Q5YQ4l8D / xrgbDHnVZtgaFiUNbm1VCGSpvkRbXI6Zbu3zLOaiczABjp3oMxL5oXhzX6PT + CHkZASvbNko0RnhhevG777UU5VPKI99KzbhvNZQqAZup51O2JM4mTxhHfrBy7qkpfXt5zNl9ztO87qkp + / eeDnm44ffnjOuu340Tdf8eTsit94OsXGE37jyYd8 / eJbTi / e50klKXPDSVXzsG9RQhBtYJIvCEOLLEryyrC5XdM7hZSa4C0HF7FFpKwlatOx7joynXN5OWff9PT9yGmdMXpJCIGQJCYekCpiVcPpKuPmZcezn3qiyahUzvTiEpdGjJTshxu + eqtZ30em2Z4fff0GLzTXXSKqHqVK3jU9ZZ4RosdOBEoKXEwc3MD97QNFccr1esPdvuWHX3yP3mleXN / y / O1bXmz2KJGojOTQNVTqlPvrNfv + Jc3mmqurD1i3A0YohMhw / Z6lmfDaWj65qqjm59zu3tC1PU3f8u7FhuW8QmclfZ9IKRBCZOcCq6Vh0w / 8zcsvWc4K3FDy3fdXvFnv2fYeIf4RwO3GJPFRYmSOSA6nBQs9kgZwowFr6ENCpcS8UAQU3gUk0IRIHywyM6R0RCdoGTFa8p2FJwrHz9oRKwMiGS7KjMFuj76GeGQCPXSJTy5KriaSu0PH7SiIfUGVtySjWBiJCo6X + 4SL4CN8emZYFDVQcdNFmj6Rl55ZnoOz1IVmiALnIrlK9EkyUTkheqLtWeYZ0QpsOtDTMzMTmtgzEohKo5GQEm70yJQoNRht6GzEaIGzHd4 / 0PtE8o4xDrRNiXAgcoUrBWPacJJNydKO3WDZRIGWB5QrUEkfYzczjXUJpzyoFiEyjMhxMXJIiTwK5sETZM48cwhTUlLxcHAcfGR0DiMTeXIIEdFC4WJPtBNMNkXQApFhOC7wyQTBN9R1QWEiQyq4cS0v7m / YNh1nkyW9s8QgGEZFNwZyI0lB4r0DkSNswEVF049MikSZRx6dKoz16KSBX37P + v9npZT + DfBvAD56fJXuW0uhDWIcqOqMRebYbBs29yNTBzeHEZUSj0 / nx8CkQ4cA7pqWbWcp6grvAwJJpiRFkfFbn52AmPLvfv7ndKlHJM3H52c8bN8yjAPWOUbneHHb8C9 + / 3t8 / 4Mzvvz2FXc3e766EawWAlXmPF4uMEny1988MDiP9Yl / Xpzz / uUlbcj52dsH3t4fWKyWXJ0usU3DyXLCros0zUiVabbesSgqRmvx48DT0xXxfuAwbtgMjkfzC + 66Na0bScqQG0OKkf32QAo9y4mhLHIedj11lbPfrdm3r + naEVEEVOzx94o4QDWfIRaw69 / y8cV76Ljjervm + egpjETtczJpeHV7YDqpaLsOryIi6xAYynKCPRy4b1tOfIlJI1U54dFqSjGpeUrN89d3PDSJ3WFNVWhqGVEKiqzgbr9H2xXz5SUqNUgl2O4agk / MJhXDsOG9x5cs5jmdNzzbPfB / / OWPeP3ulu88fp / 1fkfwsDt4Nvst8 + kULHRdh5Al + 8YxbBK3d99wcVKynM / 4 / qefsjwoMnHO / / DfV7 + 0 / 37tB4KWkd0Is1zijCEVgRvRcN9lnNUB78EISQC6wSOkwgiB0IKPp47Xe8m89NikuO0EWidWE8miHkhx4FNV8uV2T6KjyhRbX7COPdYlBBnBO + 53A99ZLLgoa77Z7TgkxYkomaiaH / t7uiR50w3Ms5L3ZyWzbMJc5xzGRJmXTHRGSAO1UkzynEpn7IZjKplVU0iS3eg4KSQkweiOiXCN6wms2YV7RpGQyVCIEyqVH6MyrSNEhYuRLCuQguOyzjucN9jQkMmIsDOcj4gIhfV46cjzjMbtmJopeWbwvSKEgZSO3KAy80Q6DmMFxmEwRwlfJggYYlI0TnJqEkJLrDKEYNh2li4IkvecFYmdE0ihIY3YkMiVJISR6CVagA85KSWkNoxuIGmNb3t2Y6KcgB0FuVKcyzn1WNN6i8wiMY0onyNJaJkhM4GMOVpojI5ImRO9YDMGYuxohohMkc796vgQJImb7YGrkxmhzElTwzftDT9 / 2fHpkxO6sSWTBhciN / dblDEUSiKN4Dc / OeHLZw88vZjS + QnP3u2ojeL9xydcXhQEO / IHn33En / zt32HDgeV0xZut4V1v2R9atKzwY8vff / 2KP / zuf8IXT2r + 9MufsfGJDy8XXK7O + ONXf8neRb6623E6mfHDDx9zubzgcrrgxzd7VvMVp / WU3jYs85LlcsJyesLr24a6yPBmTvCCNw973j + tiV6y27eUSvC22dCNa15tnjMkjyRjXlyxKCu6wfOw3WJ9oh9H6mqKVpquHxn7jrY9ih5qpUhdRTf0JBswbUcfeybzmnebN1ytrljO57i7AedaoASTsZqDCwfu9wpdBEoU7 + 7uWU4dUWhSgofW8dGpoKwLYpYjkuT19Yb94PE28PHlnOv9gUwXxNjTjZ46z0m + x48KJRPB51gbKcqKbuxIFDx7846365bLx1d0bmRaljytLpj7GbfDlqLSuDAgXXG8fs1rsoVGxoIiT0yKiDKS4AQvXvcgXnJ9f0DGyL5tf2nP / doPhJNScV5alJIYGXgXLOtO0AeNjQETBzTggwIkUh7xBx9ODlwUnt4v2XnJIksYkYihJ0ua5BW9jdzZgCKRK8XuF7p7IyW9SMxMIGk4ryCXhiYJClOx7hraDowZqHPD3ARcKPmt00uMzumTpAmWWVaixUjSiQJDGD2HMWLmIGVEKkmlO3QSNEFhqah1oEgBH3p6OfKiCfShQwGLSSI3iqQvgZEuKcrKEZymG0dEiGRmYLRrfPQ4AFugg2BaVgQ / UBuFSMfrrSANfdDE5DEqpxQ5KQWKYsSNA + MI6JHtGKjEwEkpAM9hHJGyYowj101iVXjuDoYuGPpoiAROp4LDoHE2ENOA84bRtQgMQiYSDrTBmDlCClLYUWQKo3McmhgcZt + hk6JyBUEakq5ZZoGGDUpCigasxqiC4HumpSRpiYuJJCSDCyipMUmwqAQuDnRHsNWvRBmj + adfnFHkGaVOPN + ueXF / YNdJunFEeYtMOWMfSQmUVEjh + I2n8N6pZ + jn3DeO83lOJhN9v0emmqHP6PYtX7 + 7R6bEoix4 / bBhvd2hEQQEJ5VACMPHj + ZUWcEQI / N6ydvrt9zeKcoyZzWbcjlLjD7x3 / zuf05dTWk83Ld7LucVRnmCStTFlHbf0O4CdbVAqqPabVF6TBJc28QQDctaUSRL23XcGM + fPb9h129QKfH + k9nRJFrOEL5jN0ZOliVDr7jbrImjo64j9 / ffMLqRMUZi0JgQuDg7p + / 2nM9n7G2ktYGoFLsuEPoDVTkj1zkpGpYrjb237HcJnXvebA6skufDRzMEhuc3G7Se0ruGv3818NHlOc9fwcHl7EdBkpLPPlxxt9kxdJEkRgYn2e63SJmRmQJiTzWrmMwuUEoS3JrFtKaul4xRMjrH9u0tCk3RZuiqwlQLPiwSD + M1U11hdzmxVxTTOW5oeXQ2Q2aS3jkQiu2hJc + mFKrmw6sZnT3A / wdF9a / 9QMhNw8PoyFNEqJITdVy + tgJiFKSY0LFHOkmmCrSJzLXgTb9kDCP3vWBMDi0ls0Lw6RnMZKBzCZxjIY / JVI1NNDYjl5JKSKbCIAlMJwW5zln7EREVZZZxJWdcdzc0fUUUFfthx0xHNs6RpQLrA2MURJlYVYphuGNartjbhPUSaSIxJIJMxxOPmHJWKDpn6d1I0JoxKnyKSA / dkCFxhGRpiw1zM6FWguChEy3YDEPAup7WDpQiI9clmTSIGJEqkec581rjgqAWkhfbjnaMkEMuZ3TOY8QSpRvafkSkgqbf4ZWjMlM + qjJ6L7BeoFLAqBEfNa2omAVJM2pCPDrCtVZ0VjAEQ0DwaCW42wmCc2SmQIiSwSWUznDhgEmCpj + GrJSTCQZLsgk9KoaQQE0hA36BNtChwMdImWdkqqRMGVVmGMeRmI7Atj6OxChBaG6aBpKkKmFZZP / QLf3 / lpKRu + aOaoAsn3E1mfCwjdzTYW1E24BIFncYKbOaopCcz2q + uQY3er5519BYhxBTTpcFP / iDc84mE7pmQHaBy8rAfMHttuF2B5WZsqgM57VCicTj8zMmRcXLzT2SjMVswhf6KT978yV7KUiy4O39O1a55MXDmrnVtMNI7xxJOT64XHFz + 5zHFx / wdn3g0FqyYoOzjkFJHm5vcWLKh2cL1vuW22agKgsOg2NwDuES2x2I5HHhlnXjeHqSsSwK + t5yEzeEXpHJirbdcr1uqU1Jnk2RpiAFj4yJk / MVTx69xzhGPlCK / / Onz7jbNCg1ZzY5PrvOT8iKnufvblGy5G5zg1eC0 / mC3 / uoZt872j5ghKKuEi4GDnGK8xnrJuGcRwmYlRX71tOMiqQqfvv7n / P3Xz8w9iPTyZzMTNm1A7me4P3h + Bd435Lpkqv3LoCR8bBHd5JdP2CyFUoJEAmtMnJRY51ndbIkDxVzM2E1O + HQH0BIUjDs + h3WgzIFP / 32mhQFZ6cFmflHwDLqx5Zt5zBCUueSUQXGqDmroeKoShh9IiZNISMIw6Q0FMJzphO1GIgqspoKlFJUemAYEsKO3PWJg9RsXIWOHaNXLLPA3EzRMRAQRHMEgw1 + pNAVCslUFYRwxs4NTLIMldW8WG8hWT46y7npBl7vOjI1UFUf4I1mb3t0rtBZwUPnyVLgJPMcoqBQkRg9Ew3eBcYkaccN + 26PiJ4lipE5dXJE6wiip40ZwxiQ1lDIRJTH67KpmKKFIqZEltco6RhGhzIgS0UlNJmWXAnIDxlGZMcrJ2EZkWBzYsjIdMaknLAb36BSyzd7gTYDPkyw8agSmeYG4SO988R0YF6vqIsMfEfjFEEUkAucUEynOUZNsEOP1gVCRDJTovoDgkSZ5WT5jP3hQGUSWTSEAKRjAJC3HVIoosowYgLhgIuOJ9UCLXJc6Miygi4NqKSRKRA8SB3xLsN5hw2eMf7q5CF47 / j21UsKbbg4Dex0ZD84Pn5UMDXgrWfXDDifmBQVSkkuT0 / JdeJyBhOd8Cpy + XhOZjLyKuD3O1K75 / mbNQ / B8WanEUFz6ARP5jWPl48wIhES6LrGBti2O1azUzKTcbEsce4Tbtot54sJl8szfvTzrzH6nj989DFf37zkb56 / oCpyLi7 + GbL + gDcPB + pZQTVZ8OztHVnyfLrKue2gziA4y6pWtIdAO47c3r / k9dvXyGS5KisOVjNTCXtwNGaNGyc8bDq0UUwyjTASqQxnxTm5zggxsFieY5RnvdmRlxnVomKucyZljpeCr17MKU2JjZ5JoegDdAfwbsJ8OufJownXm6 + QceAvng0Ulcf5mtFHbGt5sjg9Dqz2gPe3fPT0E85Pl / hhz / 3BgVLkswIvNR98 + ITZ7JzdwwNlPSPLRuazJTcPN2ilOF2uWJ085tsXL1hNC0qZY51HygKRZTT7NZkpSUpTmSWhvafre3748SfkuqLtdyyKFZthj04GJXPiOKJrwdhL2r6jHRt6a39pz / 3aD4StrfA2MMgAGUgbuKokBSN27DjYHINitZoxqoKDTey9Yz4fcFFyUXkMA6MH7yQdOxqnGV1HkgUX1QRlFO0IDAGfL3lxiDyuHaXWtNFysEd3bK4UQoIQhnmtGduI9y1XdU6tZxwOLc / vvmYTLjCmIMex3d4wnS7YNAOTokBqGEMijh2jyUFJWufJlMBokCKi / B3ejyASj7IJVT3hxloGX + C8ZRdGtJKMwTPLJdFrVFZh1NGPgMjIlEDqDKMTSRj2fYc / CKZVoBs9JsvItGIMEqkEuc4h5nSjROoIOlKIgdPcs7OON4cVj + vA692GMeTImDBRMo2SkCJ1aaiMIhEYnUTjGLsdJMN + UGSZIkbQ2uBxxOCwIcd7yXySI0VJiJZplmNHj4 + WEHMyc9wJjF6RhEYkiUqG0phjjq89OpYPUSKSIArDYbCMcUDI498EBKQ4qqP65leHdmo9dE3GTgZ0PSDCyHcfn1Fi2e1ueNgGpDL84ItPCbri3abl3W7Lb348RQjDe4 + mSEaC6whjR7 / f0jSBZvcAUvDZ5VPKqudm84C8GWGy4kcv1vzg / SnLSc3OdlxvenZtz7SqEA / hl4gAACAASURBVOooWX58Mad9vaXvt3zvvStWk4ybmzV / 8uf / lj1XLBYnSNvx5Zd / y5OnH / D81TsuT1boXHEYRkSzYTfLQEnu9weKLDErNFIk / PCGtn0AEflkdclycsrP727Zd4HBd7y + faDMHYe + 42JRM / aGLJtR5ce8Z2Uq6syQlxV1mUBlvL27xcnI44sZD5sDk + mUSTXQjoEsz5lXBcZp1jvIK4nKFDMVeW + 54N225aevJN95OuOvvn5BYwXKJ0qhOckK3Oi4PF9xOp + AjBz6SK4i67tvSCljv1XM5yuCT9STKTZYnGsZ3AQhch5frFDqEdb1PDk7Z7s9QGgYnWY + m6FryaE1RKERaAw5751NEUmwO1iuzmasR4 + SipQM1 / dr9uMOrTOCnyClRklBWSp8 + EeAruj7QPIcF5POkWmFsCOtkHgnWVWwXBZEFfH1PVWAEDqehQOzIuc7tgCnCKknuB0Po6b3ERUESmtClJyeZ5jBMD / NCSGyFiObMaOLlhQhesHoNcPQMCsLGu9wkWNcp4T7PpGrnMt5y4 / vA0234XRxxrJaIPyO5AKFKekHT52PFEqiy5J7q1nNKjLfsSgOEOAk39F6Qy0Ud6KidRkhRd6fTHjVD7xuJC4GZqUgESFlxCSPeaoiETnGTKYoUSEghMD5REgKkkCQKHJNO4LKDMpLVLJ4cfQ35EYTiQy + pxAGG6es + xElA + vhHCmuKVQGsTiqfYRhonOG6PBdxKhE8JHOjngX8UFSVQXJSSpj2LcWpQRSRnwM1FWNlpJ5qcil4TBaok1oWeKSxJHQqiTLNIduxKZwXMyrinG0jFKggkOiyVTABk0uE0YYlJCEoIl + hHR0TfvxV2ep7H1g + IVc0LY98ypj2G1pkLT7wKOLKR9 + + gFZPkHMLaeDYuz3 / OXDMy6XJ3xqThBWEkLHcLjl5qFn2wek85DPGG3gN773hPnDnE8 + / 5xxtPwsf83b7Z7d0P1CqZZoesH9wzVPLy54aDcMPjAvC8pM8vxmy7Qs + Oy9Cf / bj99wvX3Jd97 / mCdXn2KbW1zbs5wtubs / cLqQTHOF0ku + fbB854MnuPjA1WLEjS3vnfY8HAQztaLWJXf7wOhGfvujj / jr12 / 58auGwfWcr6YkEQCN80fkiNCejPK4HxoDUfQkJO0vuGXRCwT / N3lv1mtZdmXnfavd3WlvH5ER2TDZlksl0XaVbD / oyb / Yf8E2IEgou0wCLFZRTEZmZHS3O93uVu + Hk5L9JAp6UJGoCdyni3OBe7DWXnvNOcY3JBebjseDo110JJUwIpKEQhLZrJakkjmOR1a1pp9rvrvfY0zF + / 0KqztWjUGUmpgEzhquFxumlHhzf6StDfM087B7Yp48sxfc3m5JXnCz3fD2 / T3WaBaVpuTE1eUVTd3y + u6CVsOn3R4 / Tlg6AgFfMk29ZXshePv + gTl5bi8v6doF + 92eQWZ244BWFV19zoRftS21LlhjyFnh3QBFcDqcjbl / rP7sD4TRzed + exEYI6iUYFIFHwumsXgiD1Vg5sSpn1gbhRSOfoocxpmxLnzOApFrhFrQLCzTPHL0idWyw1GBE3RtxFQgS0FLzf2jJskWfzqy6Qx3ObJsBKFILjvFHBwfTwVURSya90eHKKArw51d89kysV3AkG4BzYVuETmwnwun6ch1u2TVNGTdcN0JptlRiYGjKBQZ + K63PA4jX640G6M4hcg47dExMxdwsVCbBolFqYwsoOV5YIw43za0FcQESgi6TiFFIeWzcgcBMZ / NelOSSAmlRLTSxCIwWZEw3Iez96CzBYpE22tiGonBkjLMwjGMEqOhMomSBcu24rITaDlzmsEIQaDgs0ebio5MtIWjh9paGqsQwoHIVApKZXBOobQFoegnjxQSHyJzCtTWErIm + EJkJmBotAYyREUlIAqBkiBFQQZJEQYtBEv5x92c / 60qxMjx + ExMhbpe09olA4phcizWW1yK7NVE7x64 / 8dHXqzXKOl4 / + mRN + 8 + 8vDiNT9v7sihIPVLrl61TJ8 + 8Lg / 8frlK1w27A + Fu + sN7bJGikJjBb / + zT1FSx7ff88XL + / 4C5F5edPhM / zk9S2H4cjff3uPMBWHnPh3v / 9EjvcYq / nq7o5 / 9fmKr1 / f8jTckpF8 + eoF2Tu + u9 / z3ftv + elnX / Dq5gaqjl / cLnl6 + o5GzjyUiUTm / 35z4JuPj / wPX3zJ3brlsR / Y7T8gQ0 + IkWHyLJolStToCkQuVLZGCAkImkazWDXMbkJLzZevLpCy4HxkdDNKyR8UeIKTD1gLMXvqusGnTJtrktC87R11 / TkX7TlA6sXl18z + yDxZUtaMceK373sWjWW1LOTnwusXV / ziqwVdU / Pxaaa1llBgdAOLxYaN1fiu4v6Y2a7X3Fyu0SqjjWTVVqTLC / YHT9vVCGX4eP + I1oZhmjhNA9v1BhdgGgPD8ITPge1yiRSFEgQL2 + G1wRpN4ExCVrLCGvtDWuF / vv7sD4QkoEiFKJkoz + qYICOrrsI0MPYa52ZOrkcSWVqDz5HLJvPuMPMHH3E2szBLajVjsgatmB1gCk0t8aFgBPSzZy4RpSR6I5BekFxFiAGjC6cY8alGp4hRhdsuIFRmUzSXVcevPk4s9MRKZS6aikUl0VExYxCmooSZQI9QhigbTFMzZUvWEtRMQhNjodGFH63gRlUIo3hI0AtB1WkuW8fSF44hclnVfHZV0RhJzOc8gRgKsWSyNEy + YCUsOijCIHNEmUjvFcSAkBohBCILKIkioJSMQuJiIKOxWhHSjNFLBheptSYKQSYQgiGSKCViRYVLAqMKuUSQiXVtsFIR0cQomOPZP3EIkZTP2JHrhUGphBKCKYAWGVsZpIp0AnZjRCIZJk8pmXVlcH6mlYKmrgluIkZPlGe3ruSMZNDSoLRm9gOLekvOktk5Pmubf + ol / Z + q / EcClcx44Lmf2FWFl5eXbK + W7D / 1vHn4xLuH90gi16uK0zjwo7sV / / 43 / 4H / / XnH / q7nZvuCzk7UDnRlOYXCUUUub7b0vSMJeNgd6P0MGjavWtyQaLoVQz9il5aPhwNzsDSTY9FIfvyixlY1X5WWLy83 / G / / tmfVZO5WDV / eXnB7saCqFKcgqJqOeTgwpyds1ZJ0y / Jiw3EWyLrCVCtKtsxzZN1o / uZry6u2wtQVfzgM7IukWzf8eKM5Hmc + HWe + unnJL / + 7L9muGnwwKJkZB4dPGakr9idPoxVXLzuKEIgcaRrB0wm8d0itMEohgiOnCAJyTlilOcwTBc2ya3nc71h01zwfelbdioxkmk94B26ayCmxWbXMoVBbScoBqRWf316zbDyJhqfhHEtbSuHD / oBzR3zUfP16Q1WfX3qOw4BRsL1YUzUTRrX84f0Ooy33j89QMq8uLzj2By66mqvLSw67Z6ZppKtbQigIkaFIatPQdC0fnz7x6vYrUhY8Pj7R2vqPrrk / + wPBBZDybMDKMrC87qjrBjdBkZm8KTRFAhorM2sLtbYc5oKPZ3nasUkUe2IuGmM8Mlk2W0tQgiRmhJGcfOJxOjKEwOvFEh0sZI1YSkwQPA0HbMikXGhM5jgVBBIpHGMqWHPB7fYzNnJk2y2oleSQN2ShCDGTy5nYuekqZCvYqolcNJuug5iwpqMkS04RLwSxFL4be0YSopK0rWJbVdx0Fe8ej1wuKn7youJ2KyALvO85ThLbZAKFKQZSqtjUGSkEQiSmUHDRsqwTpwFSyaSUUUoRkqTg4YcbUmfPAzYhJcUYcp6ojTyb0tyJEjKrbk0rPQWLMgqpDKcxc3IDpYaV1SzUwNNUiFmi7QIXfoDwSUMuCYik1GCNQqWZOQR8SShh0GJm3WlysYRcyFkihKAWAVVmal1jtEJWmTlEBAIpDLkUJIWYDJqKmDUU2Nag5fhPvKL / v0qpMIcZLQVZzXz9lz / l4mLF7mmiyEzzWYMqma1paU3kbt3StWs + PvUcx8Bh8jzezBieGaOlawyhh69 / 8opsFD71qEryabfnH99 / y9PhyN / 89KcwJWoMNy + vMWHiD2 / f0GhJLh0XK8O7TxNSRLTacXSS7eZzfvH1v + BFm / nxF1 + ybhse5paEYPYTfeg5HQe + fHkLtytuWws58PrFC + LUs + wu8PNAcDNeGHzs + bvvHtjHHbqtub254vPba37x + ZZ / / / / 8Az96fcf / + j / / JT / 78TUxghtHPj2O1NcdISeeTh7v4fObBUpIEJlDHziOcL2t + PhpJsSIi466sswhkynkUqh0zd3FLafJUVUVFEsIA6uFwcWZD88fSXPgYrNlWSmgY7FaUFUL3n545tP + O37xcsvL7ZabReb3Hw / MLtEuLzieRhCCrllQphnERIwKs2yxvmd36HEJtLIoNfPFZytyNrgw4uOENoolGZ0dq2WHTgvqpeHQO5QUZ3d3yUghcV5Rmw4fBeTCj17cIeU / A6dybTPKQMmC7cZiG0EIZ8nWulEgHLaKKDXz8eSJc0alszKlaytaKRmiQ4SWlo4YDUOISFdYNxUVhaMbsUaw60eMUezcTKU6lk3NbprJosLMLTFFYlG48Rwa3imHzzW63pBERasMlV0SkfTFgNAoIZlKoZaKTZWZUWQkLgdaAdE5bPbngWma0UJRFRBypGkUdxcLHifY1IKbZceqs1xeKmJUtNUZx2Ck4OAjLhmkzAiZmMMCJQtzLBgmhIzEvDgPkGUiWkiisFIwBIEbPNYYUj5fr7MAZKYg0DLhs0TJGSU8Xgl8ghQG2sWRWqxIqiLlgctKsdCJrZFMRRBCS4kJmSRZxXPcppSoEig6M7qItYYYM1Nw5HJWF4WSESIhhcfYgCiFiKASmqU1RCKpCAKQo0IVKMKihCAlxxigaiKIAlkiSqapKlz40 / EhKCW4uupIqfCTH79kfdkxDIm39098vb6hlJnV2qCV5de / v0e8T8ikKFLz4vaal0rzdNqhjGZjO7xLfHo + Iu4Tr + 9u2BTD949PrJYNf3j7jq5t + O7xkba64W57xduHB1Sl6dotITh8FHz7YcdhnLjsEnO0bK5eUVTNtrVcXV2SRMshNujaopTCHwZWXcftteYYAzEZhuC4WkiG4 + G8tlGUEKhNRSMUqypzfbvhl19 + yR8 + Hnh5teKnn694 / fKKn / 38BdMsuNh0TPMJazT3u2dGJ7DaoFUmeEllCvveYcWM0hkXG6w1tBVs1hVZSZZdxX4QvP34yGa9 + gF9MgECrc9t06aSzEGjtcdIz7arGQpM447PLzKbZg3W4vzA17ctl13D6 + 2SIRnGHnJ4Ag / Ze0jn + ZYqA0IqnvZ7ViuNc5rd8UBC40NgdI5 + SmhZWKxWUBKxCLSquLu4Yo6OVCBQCFNCCwGiptaGkzvyNMxcXJ6HySVJRElcbrb8F9Cv / / wPhLtrizaGKBPFRLwv9H5ENwqtBg5u4GkIeJ / xyTDmiBRgdUYU8Cmjk + Y0eEQ9EYMjBkEjDEon5hKZskcITVedcw5y1mTtyEogi0Bpg9Qd2kIaRpQ2LG1HTitIiSwaQLLSgZQlp9iiKJDOaAUL1DnRkkk54IsnFYFNkNIEWTKV82e12XI4PUCO3G4si1XhizuLlpGumvHpDIjLqjD6GRcDSMX + tAbsD0RSiRYSazMinxlEJ7 + giJpOOUIpNMbRVZbHHiiCzkay0OSiSAVKOqDkipgSAoUmYJVkDopKjkxpwVwKKRSeUyKUiFWFFB26scxR4Ulk2yGtR / pMdJ5cBEJb6krgZkGinIdhKWOUZoyZgiMlg / cRpc / y3zlCKoIpZVSCkBLKnDEVpUAlwWpFyYGUMjlJUiiEmBAiYqXl2ni86v5J1 / P / v7rG8te / / ClBJmSdOR0mPu4PdOsKa2Z + / + kdv31z4ngambxkNw9o1bJoLRLO7KJieP9xh7pt + DTsGMfA2nY0raKPjj6M1BheXF0jlKYUjWwyso4YoWmainZxibWG + 0 + fsHrF5uKWGDLFOYReIqXhxToTYuCxTxg5oqbCarmgNYaWwlJKpjDj / UAs4kzh9SMpwNENOB + p6w1vv / 093h34xY9uePHFBf / LX3 + NNYnt6szkmmdBJnM4PdJPI1IZ3rwrSFkxTCOPh4nGrugWGlKhMpaHQ0Gomk0rSDlzsYS7yzW / f3eELLlaG5RRIAwuQfQ76ubyvL6UwaTAumvZ7RKdSRyi5TQkoiu8Oe5wydE1hnkcMS9v2ZMZYo9ZbGmXgTn3jH1PygJTN2wWS8aH / bl1mwolJhZdx9NpIuUR5wTHQ09VQyiC0 + RIFIYY2U8T / ThgpGXyQMi0lWbdtoQ448I5gnYaHf3Yo2RNV7d8fbmgMX / cY / NnfyAYqzlNGVciahEQIdKaFlVL + viEj4mF0UQNBcXzKRGzoNQaSiQTKdkyeY9QjpqG2hqELhyiIxSPlD88XNM5fEaKRG2gtfLMyok1F + uauoXDzuPcijnBGUHvEKJBSYEiUYpAxCNKLNAyoSLonOiLpM + FwsxCCDZaQT5jrpUomKahpIzJI7OQqEpxfdkgdCEkj5KRyWWKCIQIoRSmeUZKwxwkGTDK83SySBm4WAdiiRQkWIVOkaf + hJEakSNKGIxKLGtY4fj + WBOyIsbzJkPWpJx / IKjOZAo + aRIZKSyrJlGKRakGKPg5cttmrNHMqaZpFU32fJwjhQqtBEomSpY0KhOKxmiPlDVaeeakmVxBSEfKBaUK1p7jQkvJLEzFqg7sp8jhcEZwzyLTqDP2ulECIQOVisgsqIxkLpJSNEVkajkThaHVp3 / qJf2fSirFh8cjY5hZ3GjEsedydcli03J / / JZ + HLndrlkvF4Did2 / ek5NDiIqSA7EESqx4PhywdcPKrrnabrC14n44MMcJW2l2pyOjjwxuprKO7apwe7lkszZEr / nZT15zcdny5hvFOFb0c + LhaaCqHMYuqasOq86srn54pq4vaJVAeEdVEo9D4FPw + LDnwhrulgtKOmcQayFZbS4ZZoeJJ7JU1KuWX / ziC2xdEdOMrgRjHxCqMLuAT4Wn5yds1XAY / FlGbRK / fzthdORHLyti9mdsTVdTzyPfvPuext5AOofSg + fldYMk8as3mjkK3OzZrNZkDzELTCUYxhkEjA6yUFjT8PJWQbHUTWYmsnue + cWrBc3VisHX3Fxfk / zIbz + dEKpmsbA0KXJ0iU17Tg9ZLmpsZelaOM0zT7seIT0pZ5q6Qoo1oxsoJXG7WfPqpvDusefNm / e0tuZkZzZdhxSJdWOxVaFdVMjUEYtkCImSFUUmVlUmColS / wxURi5DEAVdKawqCCXJUqDw5CLPsDUSkxMoVdjYhsk3jPPEnBLaCmxRdFpTy7ORymjJEGdGNyK1QpaENJZhTrgffl + y4AOFC92xWQbOghfNVikOh0K / E0il8KVGFfAotFAYURgzpDhRIxAqUuWEkZqOQiwWU0AEj4 + JVAyNkuTgz2 + 5akKsK1aXFlknJt + D17gsz + 0nH8ilkIhnAB8JKTWmGrl / aAgxUVUV73bn63suYE2iMQpy5DREtCwYE5lCotEQsFRKInQFxZM5uyZLCWgDle04zR5BYtVEDq4ip8icDeRCCWd1lg + wbSJdGCmTZhKSUiSinKmNpykgtaZ0NYSRIsAngVQGSiAlgcIAnhg8Ui3P1 + UYkDLTNiC15tk7rDFYUeiUZ1nDHAuFAmXGaIUqgpRashTk + MwkGmSaaLT7p17S / 6lyKQRRWGw7lo3CVBZlDKU4Uha0psNleN57rJW8vrzh0Ct2 + z2n8US7qGh0y81qxUW7pIRCVzXs5gN / eP9IVVdIEnW34H4 / 0E + Orq2hKP7 + + 3d8sb3j9XVD3RmUsfz057e8ex / YfbOnaRv6UZIyBM500tZKdifHbveMlIpsFFUKVEiWtWIWS4wQ5HnmOM04D23bIIOjUwWtAp999YKXXy6pl4LDaU + cIEeNVYLD6UjKCZ88KSRm4dGmZrlJ / OrXO8apsNms + Lt / + IQLmZhg0Qm2ywUlJd5 / fKCxisWy4jhGLpYtvliWbU02W47H03mOUHfgZtqu5mKz4tNuj5KFF2vBh53k2I / 0s6LkSJwjCsU4RV6 / XHDhYHx + ZigCgUaWszrvw8MTddtiV5ek4QGpFJPLVI2mJIf3BVsZhAiMw0DTXgKC7CPGGG6uG + qm4TenI6tuRWMUF43g5mJFP3sQgRJn2qaQciZh8JVl7N + zNxdkd + Z6 / bH6sz8QfM60deSUAiYqcsogM9EHTKdAFIY5IshYFK1RLKoTD6PC6opNW5ijYWEaEgpUptGFaSrEHJGxoFXmcdeTUSytoqTEVCSTT6Q6o1ULwRJDxojIMJxVPUFIhCoUcdYde + Q5ylJpRCqo5MlYjgkazi7CrCWlBILWaDJtjkh97t1LIYAK7yM5e / bDMylndGoREj6eIMaMMIUULUompCooO5PiljkoXPBImVDSnDHVKbE0iTlljNHEePZW7J2i0RbJjMSjhSYxk4tEpoFiKnoXWDeG4xSJsVBr6J0ihonZB3xp + NgvUBReLSdqJfFeorMkoOlzYS4CawTWVOgiyTnhY6bSmX4AKRM + aERJSDQ5yzPQDY9kIGTLubEUiS6SUXT2 / HcaKbhdjNwsMs + ToTaJYU4IKdAqsJszJ2eZaFmYRGszm + ZPx4eQS + Zqa7gfTtRzQ / ARbaA / TSwvKqRUfHx8RBBpVMvFouXuIvO7DzWrruLzuxX9bLlZr0jlPFzdLBpOn46E5MFBUyt + 87tvKUJzs16cQ9nHmX66J / hMXUnKYAhOYWXP02MiJEEQkqq2KP3D4V8KtapZtB2pjIgwk6i5n8433igFSUtkdETTUMmMEhGrzmFSSikkDafTiVIi7 + 8 / 4r1HpRZhFL95u2ceZ0wjmWcwBmwVqVtP8GuOQ + LY9xgDlWmoGoXwnttVw8nNLLqWaR6hwIfDiYvlAqMiWkZq0zCXmVwguAPVcs3Dbs8XL29597DHec + mM9zvPONw4nl / JIlL / vH7hETyy686Vq1iOE3oUiG14aGfOUTDatmwXVzQh0IInnH2tI3mfjeiFQyjoESP0YqcCwvbQTghy / CDuvEcfTkcIyFbbrZLYshsW8vPX1d8 / VnNm3vOLa3D + eXJ6MT3j57HU8ejuOJqbVkvFMb8cbT7n / 2BoIhIAhZBiA6ja0rMSC2RZBQBCAgyImuWbcAVw82m42mamIJkVUsmnzlNgatVfVbgEKisZg4QfaKSBl8ErS6EIqB4XCzItGS / l + RSuLqckUmTsofSIIRFyBEf4 / mWoQw2RUwSDCWfB8UxQYxkASFH6pRJWpA8dLoQkeQcWVcOIwVzBkrm / lAIRVFXCuTE6Cxz1Fgh8ZMkCcEutkjd0xSBmBObOlIvI7OPBBRtJfn0NFGyYtFmdPYMuRB0ByURUmZMDVoEtMhM84nZ1axqRUnnZDahNVYHlNCQ9zRyR2Mzs4c5eEYqWp2YgjrjIVxiW0dy0RhtaaUgiYgsnkZKnBDEGKi1pRCYnaeyDY1UZARFCLROqCyISGROGBlJmPNcJmdsI5knTyyK05RZ25FN4zBSYaWBnCi5sF5Joliz6wuXrcOIQMp / OiojAQg8tVQMY0 / XrUguYBuDUhEVA5QffnLD7WXFnDX / cnPHNx8 / cBzh1e2a / dHx4eHAz79 + RT9PZBHZbtYcB8exn1m1C1wqXK9bXD5 / h6dhxpaG778fSVnxs59ukGmBCx9RoqOqanLsz / kVQlLVLVUObCg8A0IasvPk2ROkYEiR1gqSgWmE69Ywq / Oe3WwLldHMQZGS4Xff7RnmE6tlRWMGvj9BP0UaozkdElnAu2eBqQYuLzri8cjnNy2rLzt2p5lQBNcXS379m28oOXJ7vaRSMI + FpBco65lc5Ogqal2orODw / MjzLvPZ9ZIUPMY22KZh0XmauiL7J1bVkXUlOZ4yz8OI95ZNYziMFZMLnA4HvrzbEqdM1y2xsiYSEHlk02oGL5iniXXXgjhxOJ2QasHKLs7SVyVZdBqVJVEIdDlR68KYxRmoGRLri47n5wGfAh + fe + 42iddXCaPPIUEleXJK3H1tcGXN958UP3pRo0WglPRH19yf / YEwuJlGgZIWKVu0CiQbkdpTssTHRD8nVlJRLxYcgBAiU56BjFBQkBz7mbrSlAwuwTAXBh + IKSNEJiVJKNAbjUuZldV0bU0ShVgUlVA8PBW2C8c8BaJQ54NBKGIK1MaQU2Am4SL4pFgJj8gJHQoBiVaSLBPSKVKc2MtI1BpdW5gKKSd09mxXCT8tefY1ZX1W9exPmt1e0drMustkUVjWPUlqjFJ8mjQrKxA + cnDm / GA1me1Ss6wzLsHJK0iOIh2zyyysJheoVUGpRLOUtDaQimEIGaME / dATkqfCMfkDSgoWleGLS8ubp4KLkdZmpggbI1AoDrMki8zaZAqZOSlM + eG7lmeV1fMwcxw9tdGk4Cl1jRSZnGaylIxREUKiMYGQLEpJZAI / e5LQ9OOMLokXbeHT0VCkpNEzKQusdBSRsTnT2IHbTpNERT8D / wWb5r9VhRiZoqeuarReUNkMTcHUkRSgHyY + Ph247RZcX92xy5rTaaD3I1CwlUIIxdv3D1xu15AEo4887kYeDju8DygFIWhcKuzGlsEHXl6seb25RVgFsmJpLP / wux1ffdZw2J9IZk3wE0IqvB8xqy0hzBxRnEbPOGdqM52VNdNMX2BVVRSdyX2mn070KpK0oV0tSMrivEOlmS9eLZgeFP / 4McDnilEnvv3e8ftvDlysNK / vVmSRubtUFLWiaxp + 9c2Bu42GwfFx55Ba0y08X35 + zYvLhn6OvL + fKNFDnDgcRm42K1KGRaVpGsV2ecn1NhLR7PqJrrG8 / / CO2Y20JvG8 + 8jNouXucsu / + R / v + D9 / dc8wJa62luPk + Gxd4XXF + 6eZJAJfdh2ITD + DZWJ2EaU0SUq + efeRd / ePrLuOeRxYt1foVH4wdNbsp8SpH9h04hwfWxlUm6DbigAAIABJREFUzhyeD2RpePfxGZUSf / HZHb / 9bqCIyLorBG + ozUQh03WKzbLnZ5 / VFKnY7SZi + mdwICAyxSuy1EQVyQzozLnXmDMuFNa2RsZMTonHoSdm8FmijcbiORWJNoAuPMwTREmMZ / iZ84VSND5lmkogsqbOgSnAMDoumoS1GoNgUWWaVFjblueYEeJsgso542JCS08hIJJhzoU4eRbK0IdMYzMqR9Iomb0DFXEx0XQNy6QYfKGkiCDxwjhe2hEzKN7uDfWqRRaobMBagc + S + 4PmbpUpuhCEwFjPbmwhJWrl8GT6UWJVQLaGcUg89RWd8twuBC8W4nzzqmt0DuzcmkZ7FlJi6OlC4Wlq6J3ByoCbPFI0nETDmASmgFRQkuDYj3y20lijgMLkA75I5qJRJWMkjN7gQ6Q2BYSmEppWJ3qvWdZgZEAUsDrgskXIjNYzc9JIacmhoI2gkoJiQKVMpOHNPrGsEofZ8PWFYFknZqcRwvA8KhbxgJEj1mayaAjxT2lLFPyYQYEwMyH1tKbCexidY9 / PfHZxBSHhneebt29wITHHQtst6EwBqVl0FaZR / If7jxAlznmiL / S9h6IZ / cTltkWrmqWE45h4c / + er + 6ueH3Z0mrJ9c2STiS + uHnBu5NAKUHhjNfoxwlr0lmgEBIn5xmHAxdNx8f9ie26ZvAz471gtz9QVODYD1zdXnNXG56PnugdZM9fLDt + 1nm0bvj12xOXLzZokVgvNatVw5wEf / / Nib / 4couqM7NOLJeSt / cjJexpbGaYA58eZroazIuWpw97 / vBh5KKJ / NXrS / 7yizuMEqw2G3SZue8blg1oW2PlzKaVfDgYno8FYwr7548Ys + TAEjdYuiSo64bRO95 / fOBf / ugFq2WLkJrd8YhL / LAHEm0leTpAP3g2i / O6WzULrlYzj8dEW0vaWiCypG4MYyhoA22TOTmB0TXjGDBCsGpqVFMhQkcSFf / 2tztuNoXv73v + zV / d8eKq5ul5RqmWtw + Z2U9U + sRquaFIcw6Z + iP1p7T6 / + tKtGxXimku9L6AyVipmZMml4lQAk9DoRGKpp5Z68LgYHIJFwqigpICTVUjleK5HwnRYPW5h7swhjkqFJkcA / sx0ijNPI1YZVnoCiMKJXqkjCgVqWuNHAsyQcYjtWGeTyzbCldmPIG2VNicURqUkpRSCMUQdCQgqYXFZ1jqhtoGknME7 / n8JpNjjxSJTmbW8pYkApuNYLmMpKj48Hh2GBuTiEVTKQ + 1gRhws + WzS4GDs / s4Z06DY3SazkouG4vIgSI0vVeIBLCgd / CUYFEpVlVDKo5 + nFlVI6doSXqNLAnkWR9dgsO7QAwaESCVijEIhjkjEfQ + 02hHluXsbC4VUgpClsQ4Y2tLYUYIsEQ64YlaM0aLEiDzyDl400Aq1Kogiqaxjlg0QhmsUeQSyTKe / 30Z + OQmiIml0azs2bswB4lPmVQmtP7TmSEIofjxV695fu653x2w28KiqhliPksM48zv3u / Y1C23V1vuFjWPh4ndqec0el5cLCmp5 / ryClvXvHn / wOwki9ZQSuHFxSXHMVHbRAqB949H1nXDYfdAVy + 4Xi7oKn3ucTeaupJcXNY8es4mTAJN2 / C8u + ezu2vG2NPHyFIarJRYLWnamlIkPguETZSuopMNOydYdFtWS8Nw3HPaH / jXv3xBcgfIgW09cN02WFv4 + us1r15VeFf4v369Q0rFcqHxWbFsBeKmIwfH4VDxN391w5Q1lEIKjvcfHnnaO242Sz6 / MpA8qJrHPnL0I0oZHg8Db4Lj7mrLi + 0SZObT / T0vtoLnWaLaa5Q4Bz0FCsM4cDo + Mw + ZNAdSqdgP8OlpRgnD / X7gcnlEW0ksglwMxpwlrfOwZ7NdQQGtJZ2FjQ50K81uyFRWwHE4EwKEJcXCpq2QEi7W4JJi1SxYLDeEMFDUyHqliNLx248PxNlxt11ztzH4VDgOkTmc8LGce5B / pP7sD4TrreFylQkLRd4lqkaQzISfYD9G5hBoZcVVqzEyEYthjpGYZ46zpMSGtspn00xOlCiZ5oBXBWWgsZLkM41w7PtE9oJsam5qEFKRgmTI51jHEBNPB86o6goKiZOXiCwJSVCJiCiSmBypKFSJWJdRoiY7RxSggsZIg6qhSQklJMegiUnQKMGunylFU2tHDpKvVkd2QfP7qcVUgsl7Ji + 4XEhiLuynjPMJWWWS7Jh84OAViyogtUTJyMPe0jvJi4uG2kKO8N1jQZnMy21mGD2t6YhS03twbuIwTTTKsJuqs5FPOERVI5QmhkifIVlFZRQbDdo6Dq5wnBUv6jOnXpeMT5YJTSoFVRwR / UMUZCaEjLUCGT2JisMYmZJCiHzGX5TzA1 / yHw19CkPBp8LKCrpqZkgSg2LbBcDivcbKxNOk0SKjmElFkLOg0u5Pakc0teWnP7pkeLnhV7 / NrC8qsvX0Dz3fvn / gMJy4aJb85NUNdSXwueY09fg48enJU6Lk5kLx9P0nQhTEALv9idkZ2q7i + mIFh5G1zXz / 0RGnmaQqfv7yAmUW5CB57p / 52as7ogt8 + 24iJc3t5TWiGD4eRoxPuKfMspKUaHBujxQLZI7kPqOzYtztUQKMtlhlqFc1G5 + xxvI4JMZJ0dQLvn1 / 5HU2tNWMnyJ / / eOaDwfP3 / 5hYLnWPB9P7I9Hvn51iY + R7x5OHE9QL2uKXrA / znzce262AltZjIbf / t7xuHf89 / / ia65WhehG / t2vP9AtG / 7Vz9c8Phy5XG3xwfB4mNkfHvnw + MSmXfLuOfDcH9EqsNpeYuqafpx4GmZEW7GpNS9WV7SLwofnZ75 / 7PnF3QIjEkZ4nDP0WRJLQKYZHzSzDzy / nej7ntVqS3EzWV3y9v0ThzEhRML7iZIlIRW0LJxmS8yCqnJMPnOzbrjeKp7HBlsSry9blKoYp0CrW769L1iVkGU6B2H5kWVb8PGfQcvo / nhEYXFF8G438VmrSDHxcZ9ITlCU4sVNx1W7pQ8DQ7 + nIBA0WBVxJRPms0Y / F8XoC7kkchLUSiB1wU2JmAtky8XCME4epzSy1iidERSEjDgpMZUmDQJE5AxTO7tvJYWSAn42VFGfw18o5BLok0YAttJYkUghgQcfMnM4UjzM5ZwAt6oTY3AMaYWLim8HSVcJhhHEKNkPkRggLyyHSTLPkrZdMB8zMTuk9Hz / INi0HnSL8xaRI4tmgc + Fbx4yWiUuukKIgQ9P0A8zVSOJIYIQWCXJ8pIgAkpHdMkUuSQXRUkS70 + UkvElkf0R7SXrWlCJirbSCAOrkhijJMtCrRyOmhg9Ls2EYkjx7M7ej4EkE6JSTD6iVcDFwBhA5khtzy5ON0eErRinTFVDERDFWf3UmYRQZ1aNlhFtNE + jopWSWmYqmxm8RkiDkn86M4TJOf7xm / cMKfO3v / 0D / 9O / / ow4TvzdP7xl6gNCF375V1 / z41c / 5rl / 4unwhiISWi5YNCNzinx47mlrSy6aXT + TUmR0mabtaFrD / BiJLqBFy + efXfHweGTyHW1bobuzV8dYQZ8ki82aw + OMyIlSEtnPEPMZrRE8p32mKUuaesExHIhx4nGEnBLr7QItMqd + hmPk1Pc0bSGmSO / BJs / tRcfueGBvFhwGyd99 / 8j1puXThxOPD4K3n + 5xUyGLLe + fRk7HzGVzwdOHCRePaJ3421 + / 4 + W1xrYbDseZEh0vbl8y + cj / 8XfvqWzk61drZhf49d + / 58OnBy5vXuBnh1KKrqkx9QuiKjSNp0kRZdeUUhGD4Xh4Ty6JMczMpwPSNby6fkFn4OZigW0NL6g5ToEsYVEb5qTo55l + mvFZM08BY2vePeyZqkyzvuD5MNFUitM08HCYEDGxWW / xvnDo99Tdmk8Pey4uL5FakWRknnpWS9BGkWKkMoXFsuPNpx2rWrMwgeXC8Ogz2lQ / qBT / 8 / XHdUh / 4vVio7lY16hcWFXn1tHplMFrVFxw2XQsKkVjPOtKMLnAcUwc5kAphRISJWaEFFAyc4xoAclFxjmdlUT5nJbUNZacJNYUTiHhwkxMA6F4nueZh9mxi5FUPDFNSKNpKo2R4RzZGDVTSky5AGf5ZSwClzNBKYSWaFmRteIUBTomqpBYm0RHQAI7V7HrNxR5gdWK26XEYzHKo2WhBMun54H3jyPz5FnqgZwTKRWESKQfhuYuWlLS9K7gwpm1XhsoOXLdFkqGKdTMXqGUJqdC1Z5Ne / 8vee + xbNl2nel906y57HZnH5f2WgAECAKiVFSDClVUhRRqSC + gJ6iHqudQQyG15IIqscgq0MBeXJM3M08eu + 0y06uxb4TUK7RIIDBfYa89x5hj / P / 3D6FEKHXyDgwD9jt + SmkqToJSRcYx2p5x0BynzH7S7L3CZcHoA0IKBp9I2ePjd9RRqaiNxEhH7xKPu4miMDz2nn5KGAkuGUKSgEKISO8CPga0sJRacjnTvFwEFrUjEIkktlbwfl / jo0KJAUSkNZG6zBRGoYqGRQ0hpd + nnTJ1VfDxpy8QIXG17Hh86nn77ok0gvYtnz17weXZnFkHF8uGp + 2ed7db3j / tTiPIyRGc / 07fnjhOE5VRuMHyuOkZpoAicL85cnVxRk6Kxazk / tBz7A9Yt8dly7unJ7552vBh6InZ4sKRsqk5P1vQlCAKw2GC7ThycAEpNSZpXILBB1JRYKqSupoh65KH3qF8pPSBZ8uKuc4oATebxDe3ilyc0zU1P / jkEouhawR1qUlO8 + uvbviPP / + KzdOO8zZ81wFHtIKYMr0LjFYTouZhNzJOEq1KVvNTw / G953NSzOwHxb6P1HVNcJH1xTmLxZy9VRRlSYqed3e3jCFiCsNqeYYUgaooyTg2u0e228DDZuTm0XJ / DEwxs + tHdKF5OPSE5JhcQGtJWVacr + Y0RWY7TPzm6 / fMZgu + uX3iYTMwr0umqJl8RgiFlImH / ZHRTpQqMO9afvzZM / 7iTy54cWGwMeJz4u3jyN9 / 2TPahFEjyMj5omS9rOhmLW234tX1AhsC + XdgV / zBvxDWq55S7vnhs479uuDDoPh2N1HWmYuF5MVc4ZUj + Mx + nNj2nslFDkdB1xZoJSl1ZhwdUxI4m3EoWimoSOg4Upaa / RgYk2VeGIJIKFkgdSRmwTBFciw5OhDiNHYylcDaSKELjDHoaaIOFik1Pp + WgN5b6rOStJN0OiC1IWgJx0h2HmUitpQEIscxo4Vj0RVcrwoafeR2F6hVgREeVdTMW8msSQg8y1ogS4gefPIIFDlBbRLCa0KMZK1oDcwajQuZm42nKiLOZ3qbTkVJZBrlEEVLoxVJZER2FEVkZydWsxmjT2ShyCljdMExWYYwME5Q50SWAiEDiowQkIxk4xTeJ6RMFNoiciAqRQqSTCLlk6S4UZluNWOmA1JKQgQpDOAJAUT2KKFQMrCoBmaNwEaLd4kgEgfrUVGCKlCD56KpKLEIE3FBcTsIZsVEjB6fClbd709iWlVK2vaRf / WXr / jzHz / j1 + 8e + etfbFicNXxycc1PPr9ClonhuOPd / T1v3j9wOFpu7ixXlwvquqFpNA + POwYf6Y + Wacys6oKZ0RRpYr2acb85cggDz2dn5LKgKwz1TBNz5PFxD0Fwt3Nc12CcYLXWHI + WrutYrTSPG0sdAqJp2fue7XbH8bjjxefP + PDbB1YzTd3WFGWBHAfCODKbaWKr2XrL / eMBLRwfvZjxJ997TlPDr78YOa8X1EWmbhe8fL7k5YtzCg1Xq4qqq3FjxIbDSb0TA2eLEt0nXAiYKDlfVDy / WjNOiZ / 96h2LTtMPjqf9xGYsaCrDsoJq1rJoamL0aOno2szbmyOfvX7NcXIIaUgpMWs7Pty94enwxGY70skTbVgXGS08Uleo1nB7iOyOltIUaAlkQdYC70AoCVlgZGbdGs7 / 5Hs8Wxi01sTeU6gFUkr63qNCwBQaBby61Dy7nLPrD / THEZs8d9snsAlVrvj29shnz1oa4bk6kxyOlq9u9qy7I85N2PC79f5 / 8AWB0BOjIxSJfV8hVMXMNIzB8fmF4WB7Oq0opeJxyohc0RaRcnkKwokpo4qKIkM / DoQJAoHrc4PIkaHPuBAotKQoNMuF5v3TyGhPXXcoJDkZ9l6QYqaqBXVbMXlFIxzWZoTX1FKigqSLgTsb8TKjYsYfJdk6VAmuD5QhQnDUOdLNDJsIyQvmdcTazLzK7A4TvjiwahMH27G1M7zw5Byo6sT3Ptd0aKzLbI5wtJmzVhEo2IzNKSMgZGbaYrRit / cIE / HW03X1qatjRETLem5OKqOQySbTjxO6KAk + 0ZYFU7RIYRhjwPoeyUQWAR8yUksEiZgkzglyNHQGUhQEa5lcoq0M2tQnSVzWhJiIUTEvM6IsmTUlKQq07IlS43NJzicnZpYNpJ4 + aBQePe1JShEiCHGSzsagmdclNnp8ChxCYoqeSENIJQ97j6yPVE1LEpmD / f1JTMs5Mm5uKeeJ9zcjuqi4PrtEhQ3 / 9X / xPZ4296y7BVXR8O7xASVb1vOC5WzFYbLEmKnbGUUWHO7vsH0gSc + fffoRMgXu73aMLtE2htms4 / ufP + P / + btf8rSd8KHAdjXBa965nuASi1XF8nzJvk8sq8zxMJCmyLJpMMlTxMD7 / YBUmuwju9uRaX / EnJ3xdLensA479swkvHx9yc1xxI6e55cznjYbztcNb95 + YNk6Xj0vuNscebfJDG4gRc3ZWvM / / Pc / ZKErdvuRr99uud9FPro6I4qCN3c9kS2bfqJuBmZty5u399TdBcf9nsuXF6dRDhPJD3z80Rk6Be6tBwH3Dxtm8znT6DhfzhnciBQFRztyd3xAZUfKjn6waKNQWmB94HhwRF9wsSxJMXPYPbLZHblcN3SLJZN1SCST9YQguT7rkOuOF88ucXbAGEuWmag0USpQFbqcE + KG3RAgHbl9eE9SC8bJI6XjcXMgeHh9fcF + CNjgeewjR + uJLHCh5ou3t + QLOL84I / iAj38EL4RGa3xQDF6RxchVJ5G + 4qve8tBb1jNFW / Q4MWBU4i9elbzbRz54gRwkg0uMNuNSIvqEkgI7JkIKNAp2Y + LgQJuIbCw2ZepKkXPGeYHRYKhwwaGLRB9rbEzklBACbDQ0RcD6yMYHWjKHkFk0idEFfApoGdHSYBrFtB / pY6QyGpMybQ2PVlGrxI9eRIZQgBRkam6OGiUT55WlzpEnm9jeZa7Xkp2xiO / 4TedNxOeC3iV8sJDViXcUE / MGBIJ9EKQM1kZiSjSVZFW1tHWBUTVxEDgPZdWR3IiNgUIHjkOkrBxaRCBydCPWe0SUzEpDDIJpVNymU + rZ1gVmRabRkjFFrEtkEchCn14nukCTOUyeRp9eO + DYJo3O6pT / rBK6iqQAvZdMIRE9dFXEOcUUJIXJmFJQa0ddCM6kxLnEfiop9Wn0tR0ctQwI1WL9Ea0FH / a / AxLyn + hoKVG0HPoEauLzV2vidMn7Dw / c3D7w0Ysls87jxYG2zvyP / 91P + fWbR77aDtw99mwPln3vTshw6ym04Nh7vHcsm5J3tzsej45mVmB0pLcDl5crhDjQ9x7RKmZmzmE8UjeK7eQZ3JEYFCIoelexmmkOxwNv73YsC83jOPHqasndfkT6iaZUNFXN6nzG + zff8jANLLqWwQWuLlq + uk8sW8W / / stLjpMEVSNEwRfvPEpFPj2vOPOR26cdX / + HDT / 90Utc6xAFQOLzZyU + Rx62lmE4kLNgnDzDZHl53aFkx0N / ovLuDj0hBNZnFevzZ1xdXtBUz9EPI8MQWJ1d4McjeztSV4Kbux3LVYvGU2XH / e6JfX8kObhczgkOdg + Wn3915MXFindPBy4XFeuu4eF2z / 4wIvQWIUuWM8VYn5hmd5tH1rPTeFXguJ8yRiY2u56igG5ZYMaK46DYDxPTMPLiKjIMgV0faNrI2brjfB5YzAyfFi27veL2aaStZ6wWLV + + / 8CqVtTtisH2VJXGuv90s / MHXxD64NFSUCnFSkVicjS15E9UhxGenT3y4XBgXirK + hRO3lhJGCIOTaGLE + NDCbSB1ggeBdw + WK5nAh80IUQWnaaWisZIhmlie8wUhcZFQVkMKBIrVTNOE / f7yLIr0KbBqBGZD8RkKLRE5Z5uVpFjICDQUqCLgqE06DqTZUA5QUliH2DmM8uQT0ooryh1j84a6xPP2sDNUHO0mqV + YGkMv0iap4MgCY + Sik6U3A2R7TShdYlWLZU6IHPgOJX0lu + cvgOFlCgtmYaTozgFgVKnRZMLINMOowymM9wfMuN0oCxaYj6B42SShAAuBEBSFJlExmbBhYlIkRicRGfBYRQEFAcXuKgUIZ0udyEEWXw3VnMj + 8FhxB4hMrJZUGnNYehRMSGzRinQWTIvDW0ZyDJhCrDBM9rIspTENBJUSZQOJSRKFQgV6OZgS9gdelxWzEpLq34Hbd4 / 0QkpIXRm1jQYIxDZc3VR8t / 8xZ / R6cz99olffPOeF + slZ + s5V4sz7nYj480GlxXz2dkJlaJLKt2yflbz1bsN / / jL9 / zo4zXWZZz1fPJ6zappOT / reNxsePP + ka5rGF1gtnDUOfNyecbj445 / + OYdH7 + + otYXdFVEssXHifmspcw9L1 + tIESilKiioJvNsG1DsSiYvarZ7Xq6QnE / DFyZxDmJ9azmMCaq0kMU7A + OP3214BdvJz7sIled49nFnPs3R758uyfknrIoWZZzfnOz4 + 39Hd3skqqcMZMHZNbcbycef / aeUicSFXVpqCrN7d2OqigZXENdj6gDTFOCuKExcy6ul / zm28Dj0y2zdkFIGiEtSir60XEcBkDSNgV7HEMMfG + uUMLydPBoIfhwv8cj + bDZsV7Pcd7yuI + ooiErwxRgv9 / x7u4RIw4ImeguX3L1bMGbd99gOPmdSqNoKsXz9RVX5y1Ca7IU7Ic9m + 3Ei7M5MQzkao4oIqXJ1I3CVIKPP12z3Rpu3t4zRcHlQqDUfzoN8A + + IEx9oigyMR4plSFmSWUiRkv2zlPJBCozWpDZMsrMxRKKpuGX7xMPY2ZpKm72R6yHbc4IBTpBTiVFIWmyZmYMlfZsNiPbQSBlZlHmkx2dxFwbss8MY8QUihAnXCgxqgdVoJXGWY / bRwYshRCY4hQAExLoweKMx5iO6I9MOUAo2MfEogZZS7YukWzNTIPShqpyvCwSG595tymY5QQisN3Z73jvHZMZqVuDRzCmE4Bvt0 + YwiERhKDQ + ruZPAU + aZb1ifaYSDzuB9aNYG4yRnq + 3QsWXcmyq1CxpXfwNGWQHT5aSiRGFyRlOEwC7x2QuDlCWwfGUaAbiRQarT1KCYagT / 6FcaIyHnRJW2kmWxCsY1FqNCODFWTpT9wiHyFopimhtEAWAiEyLjhcLpm8wNtApyWtVky + gZTYj7CuNiALcgBRaKzI5DChlaKsin / mL / r / OzEkhmki + HvqusPbzGpuOO8anvZPdFJhbcF2Z2nyga4q + NHnHZfXf8r / 8ldf8c1j4Gq15uffvOU4HHkvJgoNdaWRomE + lyhd8 + L8mmWn + O0XX / Pm / Q5TCl6sKx52A3stuV4siTbw + Hig6wzWHhmmOaVwyLKhbWDTb7l9 + 8CTz9RaM59phIz4FLCbPaIaqGZr3PSBHQOlaXl / d + Bq3dCtO262j6SoOe9KmnZFt6r406bjfuv49z + / 5fochIz89ss3qKrk + fUSYyYur5e43NMHiSkr3nz9LW0dkBicExjZgPC4ILFR8NH1Ah8DQWS + + OYdn79YcT4rMEXJP7554qWs + OjFFTLUPB0tbx8HtJkx2j2tLKhnC4SpuduMDIMjp8g / fPPA + apmt / cYQElNVUnK0rAdE1LB8eGR1dJi6o6r8yW7 / YYPT1uerQoK4XncTggFyMQ4WKItT8qjek7TGbSW9FPPGDTHIbLbHLiY11yUNf1UkfLE3ebIYrVHFZk0jlSdJmgBwdG2S0zxRxChmVwGNIeg6VXirBXsd4mmivhU0mhoCskkj7gcGV3E + kjKibOm5m4 / ohrFopJspsyjtZQy8qLVCBXxU0bmghwHtkcBBCqlaDpFXWp8kOSQkUbhYsFxzBiVUEBhjiQgZo0JDmcjuoyYHMipJpsSJePJOT1NFBvJ0EQcDpkMOkPlA01dsO8TVGBdycZJTD7wYVSsZ4opJy5WFXep4 + 5pS1NFHJm2mejKU6Jc22re3o6QPUlIMi1KK0qV0FoyupJ5ewr56YOjrOc0RpJiYl5q2mKiNhKfJc / ORqRwQOYfv7UkUbGYCQqX0asLfLC8v + nZbSZctuSgyDFjSknd1gQBKXiMFmSZUdKSc0NdlQjpmdJAoUtsKChLjSw1sigZJ4eSFhUEWtQYFaGRkACZiVEgBdRFpBCKrYfdUDB5R1SeUhRIEzi6Jds + 0FWekEZslpRFhVAZ53 + PdggpEyfJ3ehRxZaPXz7n / fsd12cLbCxY1oZipentBpsju + NEP1oQBZ88X / DFu6 + p6gteXS748quBt5sNs0rxk9eXFAa22wktK6I / 8uZmQBCY1wXnZzPOFh3WHYgOqrJmHCT3m0RdOoySlGogo0kUGH / A9xPzZUmwEzkVmFmDKQR9COye7gi + ZlgKnHDoWGMyGOtZGcP7D3t0pziMivfvLCpu + eWN4aOXFwwu8OMffsy3Q8G3 / T1n6xaH4PJCcbnqKLTm + bM5f / U3D8S4A6kRqqatShYkmrphc3C8ev6MyU7cH7ecX75kOWuJXnG9bJl3kUW3JOWaH31vjtGRmGb8r391R0Tw6tmSZpb4 / Psv6YcDf / sfv + Tdt0 / 07khwkHyim0lW6wVBCGKwtHWJ1AItPYKW8 / MzVJHo7Z6mrhhszXI5o1s1VLXi / umAKSMqZBo9pypBmwU5GlQBMQgKVbDuDHWxxI1Hbh4cx / HhlJioBc28ZjtVfHgcuFgppmnPlDxtO6duO9LvYFX + gy8IOyc4KyyFDpRK4bNAFRpZZeIMPBkmAAAgAElEQVQxMgaLn04yS8SAjZG2dexs4ug0bVPQygE1n / FhsyfmSFlpRJkYY6JsJP1g + bD3 + CApdWLZSer6FBYz6wq0EkyDpyoLzs4E7pAwqsKnExhMZEeKnqLNrFQg + wI3SrAZoUG6hC4FcZ8Qw0SMgmPwzKuJsSi4UJFXZ5bbnWCwlqQ0URheLgIbMeObp8hZ61ibgWdzgaxrrB2RyTNahVATIVZUtSZmi5QFRhdUpsQw4FJk1SqWM4 + d / HfFrAfZcHmWOY5wSCDxdG1mEgmDJERPFIbLtWSxVKTcEKMl5chhL / j2XSBTEHOmKw0hSkIQjHGg1pL9MVOXksKU32EtIspMlL5ERks2M5omkXPAu4D3iZgM + jumUSgS1pfoDPjMIE + / SSGOBJ8QQpJIuFzhg2UEKmEpRIUWggIYfCTaCi9KdnIk / h4VBB8TPo2nb7Su8KGnrAXNUhEOE4fJc9ye0rWEGtneO66uK + 52E48Hz / XlgrPaM / voGT / / 8g2JxGKxwHSKo / OsL1vu74 / 841dHrIN5W / DRyzXreUcWmo9eXVFVhu39lrPVOT / 84SWP77YsZ0umMBCCZpgEgx9ZXVY86zTfPFYctqeRbC4hjw7TFRw + HMkPFu8zj + MB03lUVVMawY9 + MOPXv33i7nggolCq4oefnbGJc / 76l9 / y0bOK12eKH3 + 8pl5UbHcbZPJsdqCLiPWG84sK5y26EMy7juVshpETk4dP5nM + eT1ju80olnSzRFFJfvDqGfebyM5aqhYuLhVjPpKzxntLEoYffn / Jp59dkbLA + 4GUK96 / u + Xf / 81Ayicl1nI2wzmNnSZ27JhXhpuN5WzRsFhdMO8awFE1AVVUiJARyxWXVy05BfpjT98P + FBRmw5njwSjGHzGkIk2n0QrqaCWI9M0oXWBkIJAzTT07EWm1YGmaCnKkloLHq0nTAU2aG4ee5z / IzCm7ceGrjwivltGagJFlTgiGC2oLCkjONvghKZUA / gTp1xmx8LA0QsOfotRgetaIoTmdh + wPrGaO + ZzuHnKXHengPrjFHDJoo0EPPtJnnT4cYIxolzCo8ic9hhKJryIeKeQMhOC5DgFkIqZPMXmCX8itKbgcdEjRMKLgq4SZAHbSaLMxPdnBQcv2FjIQlPmyGWZuS72xBA5qwQffIEqvuMxmSW + nygAxYANDVURMSpz2VmsS9Sy4KweKFREt + Ctoq4kiB4hEocIPiwR5UiOAaZETjWlOPB8bUiVxPuIFIFp8vgouLxqAc3tQ8 / j / QApYyIMTtNWNUUhCElQVyeSo1YZL8rT0jIKCnOC0PUuoLJG5owuJMkXDO8eGA4D81cLQhEQUeFFgQgeJSMpamyyIBU + SSCR4mkmLzN09YApoJ8kMjXkCKWJmJxwv4N555 / q + ADDdGLmVwiETCzPNEPs2Wz3qCyos + C400y5oK080Qq0kIhkuV5VPBx6Ho4bapP5 / vWSomz45ZsD1gk + eQ0ffzTjZ7 + + 5SefXONi4OHplOvbdBVkyc3jhJKK + yEwbXvCccQLxbVYU + uIKSKeQN9HhBuxVnO72SOE4srM6YeJNCW0KQjWYqMnJUdULWfrDqElD1tPMxf869evuDsE3j3sKIqSJsOn5zM + P / N4f + TVecmXO0tZl1jrMO0FD / dPFN / Rcu1kWM0LmjLyg1ea / eGU4fHxZUVVHfney4rDTrFeL08IdG15HCeca6kXGmcnJiIxFtQq8ZM / eYFZ1NjJokU8ubx95qc / / YycFb / 64h2 / / c07RPKUWbE5Ri5WC9q2wSfHxfmSujCUpSSIlsf9lhgrZvOamYGH3YZCFIgUaNsabxVv / u4Lnu4e + Pg / + wyvMkSJL0umKVAWmhQ1Y4gUZYULYEQip8zkT3Lpi5eZelVxv7GUckny98w6fRJo / DFkKtfFgFKZkE8YBp0E96MiSYmICiU9NjpIE9fLE3oBrUhR4Kzk6CJtrZkXkp0usB6mMXIcTlr + UkjGKSPI3O41LmbqMmKAMhUsa8VSweQUM10yhhNSW6SJeSHozMAUEj7NmHJBJ0tGIREygpGQHMIHYpfJpUH7RPaJslDMtEEWBR985qu3A92y4aWU5By5qCXBJ5IfeKEnapko5YEwGFqVMQaS0Qxp4CAapItoESjFSFUVXLQTTkiUFBTlRB8KdFAsC4epIgcrmKKgqTI + wxgEdcgQIqMrkWpB0JpZ6REEkpRY3zDZPZPPoDWfflSztwN6l5DCosqKkszlzLG3NWWlqWqNKQXD0BMo0VVHkhlHRJsBgiBMGZklQiSKmwcaFzlvauzNEbtoSHPQhSHkhJABnxKTTxgtSFGfnM6pwk4WaTQxDhzsKfN3shGQ9DGTXaQu / 5k / 6P / f0TLT1AUBhdEKnQVvbgaQCpUrSpXo + yMp9Pzp58942D9RNTVbf / IbPOx3XF8seb6quLnbMdnEw + ORp92R15dzOiPYbA9omfjF1w8Mk2N91mBzYuYTH12fI + eS7T5xUS147we2Q2KKO56vZqxbwe74hEslfYDzrmMYJ4pCULQVKVhwHn1RYro5xWBh2NO1NVeLJXU748vtxP / 5d7 / h9afPQDlCSHx2fcbQO4bjwA9WkVlTYBgZjpazTtHVhsiMnR3ps6EZA4XKNIXj8qLl8 + cNTliMybRzz9OYMZPidStZniketkeONrBeVdiY2Q + e5ZAIduKxLzFlS2wKzmcSLQVZFwxTwW7 / yO5oMfWC / / Zf / + c89XtubjRGRarO0GXPDz7q + LCF5WrO + vycxbLm4eGeKCq6xTnWB6YUqeuIFgl7tEgEqhQcfv4Fi8lzdX7B / lfvSedL5HXDbLYkxB6 + G8EdBkfXlEwWQpRoUXM4PFLMKkKMPAxQVy37DwNKl + ytB + FQ8o8hD6GY2PSJeZnAwNZKZnVgNzbYrCnKRCIgksXlHiMikwsUoqFpWqaYKJVjVpRsJ8PtFND6dJl44O4YkQKCF1Q6kUWiFLBuFVMMFDoyUyV3rsJaSc4NphKs5wnpLD4GpCipjMFmyZQLxkkiU8BsJqbeIouS1CcS7sTmESC0pjUREaDOkaAkwWe + vRV4mZjPMpe14KIOZDz7YFCpQSQHKRMVCHniGJVYOuOR8rtkNj3ihUdGBUng3AlzHU3grpdURjHYxGAFIRcYITgm2Bw8MSsyilltuVpnZAKbCnIOWHmgNODjSJITuzDH1IrF3HB7N1HqHqnnHEePVIpoCqrW051VFEPBcEzsjgeGKYIskTqByJgoaUoYvWetJfJ7nyCNodlu2WxuCAyMXtLUCp8OeA / BCQqZkTljp0BKkhRhsgUfdiXPVw4rEs5IolfkLOhTSxx + f0ZGQsKXb295eb5CLmZ82PRcrls + PCaGIJmtKhxHChdx6YnORHbHO1oz4 / JiQe + 2zBrBs + WCD9uRX331SNMo7FQwhsCv3z5SaIWzmdVMQlZ0peL7r9ccpkBTJy7bGb8YLYdDQKkZ64sZn320II8T1kZKU7Oul0ypZ4yW7S6SkyB8 + 8DT / Yaibjg + BMp4an5MoTFNw9msQHnHQnp2dcXQW / 7d395ghefFiyWfXc755LolxJ6nY0QGgciJMCScFigt2R8mWqW4WILWFXVZsWokNo + IIMnR0x8NISXqRvGbd4HVsuNpM / K4nfDpnKZoePCJr99tCCEjdObZ + cCn319C8LgIWUcSe2adoZ + 2IDx3vaBd1Lx4sebv / v4NdXGa + b + / e6IoO1Q74 + yy4OUna9o1bB4cb2 / e8fB0QJuOqpZILaipOT + bsdntOWsrXvzLf0XVdkxvvuV / / 4e / xqae / dBwft5i7T3DEJiGSFtljJIc9gMpaXKAYy / 55TcTP / 18gdcgZyWyT6QkOEbN74Ay + sMvCKMPGBQ + e8ZQUUjYWcsxW3bjAh8z09SQkicoj0iB / aTYWENCUGqNnyLb4OjqhllbsXnq2R4d0itGnzivM4vOIJFUOrKoPdZnZCoZp4Qq82n0NAViyhhVkmzgOCVmJlMbz9FOFOFUQPoe2lmFioDUFDbRA37Xo4rT5SRNInjJU8okCa2GrpQch8iqFrRCEHNm4xMlmlkxUmjHm8lgR02OINvEQmdmnaMInuQEp5W1JwgI0bAbEi / PA14ElBD0o8JToKTGlInDlKn1BLHGB4HzClMKShXwzhEzjP6UerY7FsTkGD1AQOQt52uFpuJ2kxicwxDxWuKSZ96OdNc1dgrEElKfKZXBMuAmwSGNJ2QBpx2LC56qapCqJAnJ7fZAjIHkBR7PYYhIKUgxIaU6ESWVJESByBEtFTYE7gJ0reZgIyGcCocbM7JUKPPP + 5cQQvwb4N8AnK9KQsxM0bIfW + rScL / bsXGWt / eRydU8PTlydiTjUETutp732yNSN8zbhn4feRs2PL9a8fHrF3z15Xv + j4cd2kI / eT67rjm7WmF0waIteHFRsj9GZDDsdo5iWfHirOX2wRLiiXkVRs / dw4HLhWa9NDxut2g / ULWau / sHnj2 / wKSA0QvyMXAks337HlOXuARdXeNs5O2hJxKZVYqLVcebpw3P1x0XVU3McLPvqURi3YJRmg9Pis3DSO8yzTrzfNFwddaivcP2gZAzNo14CeMkePNhz3 / 5kxc4MoVS3D9avHCYoma + PBnflm0k + ZJh8hyHzGKR6ErBcOxJGUYHTa14ezPi / Mj2YFGVZYiB739 + hhGZn / / mnqe9pW0nurqltwOffrzi1Q / XjL2jWFSkR8us6tjLnuHg + fDwxPlqjis8s4WkH / e8Pj9j2S7IWvGPb28I3oOzjOPIh9sRrQPeB + qqRsmStjE474g509YNx9Hx1W3g1cs5Hx6fGIfErCrZbQaqefPHITs9TDCTmaASUY5EodhOBVMOKOnppxmSnmEqKFTFOHmmqAhJoYVn8JKrRlFoQZESOx9oS0GjQWSBzpIzrdgdBEVhToqEmPhqVDyGiauZZLSZZ2cOd9eQbKAUFkNG1Yqca4ISKPbsfMu8E7SNwk + eiKOdKR4mR8wFcyOQOlBkWBaGfYpElWiU4mVniBnyWcJGzXYUzMgUuSSLxPeLA32UPEiFnzk8NXpyJyWOFfROMQR / Mp + JBFJQa8uylRwsaJHQBqpCsjlAlBmwuCAZOf2R27ogxsD5zCBV5q4PCCCR2IwObyUpR6yDFCKqgnlZMD83zOcTKdZ0VUESkYvnFfPzGidh748oJenWJeX5DP1YcHcTCVMiFZ5mVlGWgkJpjI2Yb77gi33PV9sdtVYs5Qo7S6RsKfMpaGhwIIXiOCRQFY2RWBeIKVHqzOAim4OkKhU2CKxLSJWYtPln / Z5zzv8W + LcAr541 + Xh0TE2BLQ9Yq / j6znJwA5VpeNiAIPDw5KlLw25v6e0ph7rGs7GeH766ZN6VHJzkobdcrGpWbYnMBSJlPjo74 + bB0XUVV + cLLrXk680TX + 8e + PEnV + wOPT / 5wUeM9oDrJ9oi0KiKl9dnxJjIRY0W9zweEx + 9nPPscsVhe2QpHVcvF / zsZ98gVM35okGVkpASL1cNj + MABlZVzU9fnTE6D58vsRP88mbPlTtFqsYc + MvPJQebuImJ4uL0yvabI6aNhGNmc4w8HQ + klBmSR2jJsq356PmMu82BQsFyUbPo4Otv70m6IqeJwSaenhpcXHOxbnDuyOevVhRG8PWHLUICAo4fjhx2npgcu / 1EOjq6Vcvz9Tkffe85z559hZsCV + sVqMSf / 4tP + eyHrwhK8WF3S1mWvPzsjPoH18y / mPP3P7vBbhxhZrl + dcli2VBXivZOsP93 / xf / 92 + / 4W + / + opFXfNp3WILz5gsrdBUdcnjfqA0NTd3T6ii4PKs4X67JcTIrCvY9ZZvb3qWizmDDeyPlqouyb8D / / oPviBYH1l1CZs00mukjFy1GZslNpZMsUCmQCYyqwyzRvB0jLQKvE2M / cQxKNaVIdp8CqRvDa + vBL98M1ApuJ8iIpf4CKOSJFlRzhSLMJHVyTz05CZWy8B + Ejz2JWImSDkyqzLjpHFeMNjE8SgZbODZ0uHuI1JqFpUhaY3S8PxSIlSJLmomkTn6xEIlnlxEccrAjRKO3nE7nBbpV53nZw8tRM9OJgYmZnPQ1lFKyeMxsxsM0khSFMQUUaUgRU8lKgKSLFuq1FOVAanB28iQNCkW + DRRFicQ3fboTox7l5jXmUTkYeuJ2ZJTSRYKERvKoiTnyNElbJg4v9R8eJPwxlOfSdq1wKaRh8eew8Ezn1fUZyXCCBqROUuCYl9S6NOy / XE7oSVULnPYDuTg + LNFR8yJw / 2eNHqmi4IkBVKWmEISvhsbyOTRJp2coVnifcAlSWskOQRsnyl1xWQTVvz + RGimlOk6yeAz + wG0Dvz44zN6P6O3HUd78r5I5Xh5teL1izO + frehaJYMx4nfvr / n6Vhwfv6COFkKI6hma / 6rfyH5n / + 3n9NVBb + 9e6QQLUcXmbTiIWuuXl8jdwZVCkwteL / b8tmnJemQ + epmQ / H6DB891 + uGp92Rfow87UZubgae9gf + 7LMF7355II8tr68uSVpTFIE / / 8kVRVlTVh1777jf9ZzVkrebA4rMctEwmcz94YFf3VhUhh + 8rPmf / voRcuDOOzZuy + vX19BP1HPDF29veXs7UXUVIYC1R + pZTfCemZnjEsiiZfAji4WiqCK73Y6d5bSgtXeslktCDLx5f8 / V9SXsB67PFTFGfv3lB3wcybEEJcm + Yr6cI3LmftfTj5Yf / PCKv / mrb5ncyLPP1rz8 / IzBH / nVz9 / w / mbDJ5 + 84PwHS9pZywu5wsXE4izTdQZTGX79xTvKQuO2kq9 + 9Q1u6PmXn7w67QN + + y1y16M + XpFrRVU2rBYVPghyVJA9pYoYnXACpnHCxQWXqwXBeTYPe1bzJYeDw8c / AqeySoHRKgomNJJSGZLK2CDwIbNzEiFqJj9jMI407k6XcKPZhYnXc4kuFNshUBhJGRM2JppKUcpETiBJWG9oy4HtpPA9rGaKkgI / TBxEYmE8PgSUrOgKhXY7dmOmQKCIzEt9cij6Ap + h8ILcSHSULE1FrjRP08S724FmHhFlRpSKg7e82SrO54pOQUrmVPTmIHJk72pS0kw5czv2CH2gNhGTeoSA3kV2g2EggK1QMdK0JUoEMpqDtZSmwk6JzeSoi5JCJmpjGFxBWZUwJGoDMp1yFlIUGOU5jJEQNUYbYpJUZWYzSZAG8ki2inp2wmUEIalbw3ydwXg2 + 5HRenYHT3CZTCAx0JQjhRS065LeSoaj4zhOSJHpfMHD7YFZzqzrCqNOS7KZUjz0I4V3hPMSrzQ5hxPiQwiUyugiUUmwNtAfI601dNIyJcG6MQw2ogSMh9 + fHQJkHjc9RhzROGZ1xzR4doNjHEfe7TxCZo7TnP1UMvUPFKbk46s1b / w7 / uLzZ3Tzjvd3G2bzltgHrB + 5XM / oKk2OCSUSwyS5Wjje3D0w2sBnHz2jMzW7hw3v4o4XZ46HIE7d6HwGw5abuy1GnKFF4tlZza6X3B72uJjQHlYXM0zSfP / iGXpW8 + XNDX / 9H77l6sUaM0v / L3lv8qPZmt95fZ7pjO8YU2bkzeHWvXXr3ro1GGOsxtjtnuQNCBBCIIQEC8QCiT1 / A38DO8QWiU0LhGi2FljdpXZjy7dcQ968mRmRMbzxTmd8RhYnyt1I3ZTFwq7CzyIVCmXGqzj5O89v + g7oynDXNPzRjw98 + + WadW6QToFwfPmtU4iC620kREWfAj / 9cIPMGuosYUJH1IHbhw3vbgbaoDlsBSoELp6sMHqSqvjwsGG1XLPftvz47h0nixWFkZytzzhaz3I9J9551oscwsi3nq0YB8 + sTlzftYwW6nKFdZpFZXh3PyBUSfCeMMKT5 / XknRLh5GzNtz4 / Q1eJ12 + u2R6OvL16YOwdUt2ThOHspKY0hhefnbM9brm93XK7 + QajBQuf8 + HnGxbAZ8 + eUpcFAOdNy9f3D8SfjKRvndPlJTEmpJIILSgLQ1lrTlTNII58eH / k8nDOKkvsx8jnLy / YbEeiUROZ85ecX / uEUGUZQggOQyCJCll4suCpMATjaIOkDwZjPC5J8uyEqojkShKiY9MFtAzYkIitRIkBZRQP7aSDMzrNusjYiUmCoW / B6MihtRhtcBQYr7Fe4YikWJBijxCaZdWyNAnnNSpZChk4 + BlZpshXI6kvEINn04 + IftphdH3CjYnCJLqjQ0fBZSYYGg + 1ImiLJJKVkZ01vFj2yGBZG8mqijTjwFVjSC4xrwKZVkgpEFJSyYSSGm1GZIocekUKBVARUqIwmsGNeKGIosekERkcRdaR6YAUDps0UcDDIZFrgRCe1nmqXDMESQwOof3E0ahLfBpJQWPwrM4TxVIwRsWhazgceoIDLQ3H48CxGTk9nVMYQZWPzE8M3aEj11A2Gn0 / sJKCdZGTKcUvUHRSaIySPAwj + w898VwzO5tz6HoSHhsS1 / eAmOwojZysO3eDJjOGhMN5xdk850P81XkltFJIOc26pZYYFbDjwExpqrlkZzN2raQsoLOBxfySxTqnLkucN3x9faDMGwYXuP7QkplANa95 / aGlVJbOCZ6frLg5Kva9ZbMfqUrF628 + MJ / VdFaRp5LdvUSkSIgCP + xISfLRRc7TBQy9REfLLBu57xL1POPsZYbaGNQx8O5uh + j2PD0 / 58NNoD16iipy936L8J4vzpdsbw8sn6wYhhZDoqwNVzvPb3yyItiey3nJRxcX3Nz3 / Mm7Hv + zHU8vCsoyJzOeUWtWZUWmNXkZkAmu7nui0yipcSGynNXsDjsynZGkQCMJY2BeO6pSIAl0zhCI / PTNjrpMKCnYNy2n6zmHDoZhwJQl1ieeXz7F + xE75hhR88l3Zpy / WNOHkXcfrnn3 / gbbe8q84u3bD7x7f8v3v / 8d1ouKs3Xg5acXfHh3w6zQZAfov77losh5eXbCvCrRWk2uh1pR5Tnf3G14 + Ooa8ZnmxZef8P76hhQdbQ8 / + r / eI2REZpIqL9Ep8P5 + YD6f4XC0XcfnnzxHir8BKCMXJG4smOWRXEuESBAlY1Tkusdoj5MB545kKeApkF7QRIMj43bXcjZXlJnnpJITRC2X3LeR0U8 + AV3IefcwsKj8JGkrDMMQaISnqjIWyxnRB7yYhPWOYyLEgkHN8f2OmfJkOlIHyXYMJF1waHKC8 + SjQbiAl552GxBVjg0ObXtGKShVZFlIQiPoB1gYico8931gTJL3 + 5JhTBTKMS8t0pXMhKYfCw7hQChGhJTYZkZUidW8Z2g1IWZU2tGkkrYbqMqSkASlykhS0TpBLiuWuScmgxKWo43cbQNV5Sk0hKCwQeKsoMyY3NZYMAZHkpGHZiQrHVpLyA3RNmyPlm4c6QZH8hqtBfMqh3ZEGoFEYTKJC4AFJQXZg0A99JwZw9wYMqUmS8NHzoCQEikE50VONjrurw84HzAnOc4pjPAQIcszBh8xGfhg6GNiGAXeCRRw13Z046 + OIUJMsN9Jzldn0zMSEEOiGyN11VFkJWWSNM0GkwoG59Gdx / rIGBU / fr3h0 + drTlaGTy7PeXt / z3pe8vrqQNNHjCrZDoJ / / GdveHpqWM7nGDFnszlwu + 24OD / h5cfPGfuBICUMGW92HdZXtK7Gp5aTUlEYySxq3uxbyJdcXTu6pmNtM + I4MibLN9uGcr1gcI7jYUsbPTMjeLKa07U999uW5 + WarAy8vt3TesmfvJY8bHfUWeLiVCJ8yVmh2DWC9 + 8bxrVD6YLdlaTPLK + eJ7b3HucNq7Ji6zW39xtOT88YQ2JZzZHGsDl45uWSJ + sSFyQ5jptdy5 / 9bMfFRWBWSMYh0Y2BrvWsFonF0uDTE5qhBxn5yZsrlqeaIlPIMsd2O37y9Z7d8cju0BAcVGXJs6enfLjdUs4KiIK8yGj7gO9HtJbEK0f7dsvL5YLL9ZJZWaKVQiuNEJPwpFGaTCuuHna8 / dPXKOcpX53S9TmFBqJguZpx6HvqXDI6Q + MdzUNP3zYoNF + 9eTspCv + S82ufEA5dRrAKSUQpweAzOiEISTMvEin1BNsSfGLAsOt7agVlnrFpA3meE6Pk / mi5PwTOVhO87XwmKWVJbgx3jefZKiFVYtNajqPn45OaWWFIMnK0LXmWM / SRPHhSMiACg8 + J6YQgB27HSPIOERJReQ4t0DuOPgAZJgWWClo8x + ipfYnMNW0SjPtAEFDpRGMtuZyWwtpJihIui5FaexIKN2ii7jE5bMaCMCh8MJh8oBYRgsJkjkoqshSY5yNNPxKQDC7HSkGpjhRSoE1JSJK6XNJaQfNoGJQnSWc9MBKcpcoKrJuMfjIzMvrE4EaUGuh6PxEEdSTISLAWHSV5loFMJJ / wfUBniiQFXdsRvKCuK4qqoOobxDBykhsWZvKvmOocAUL8xZpMCRBasZYCowS39w2ytywua2SuyOLEJcmCRKAgRkyUjNGTdEQEgVCKvwRU + 6 / sOJd4dzPtTrIsY996NjrgY8bTU4OzB5rDPUM / ctAZV5u3nNQF5ycnvL66Y76YE4Lhz7 / e8LO3LV98uiQGzyfPVizyiuV8zs + uH / jex0u0Dry + 2XD9sOd3f / AZT05XJJm4fvjAcr7kYdtRBE8ICi08h87g44wgE28ax3B0JBsIeuT9h4H2 / oHXYyQmjY6Bi7Lizj6wHUZO5BJTFxx85PjNA2PwrPOSu / 2eOkxwTOVgvs749HTBshAkJN0h4usts4Xm6 / ucm63HWsdskbEyiWgFZSU4LQqy6HiyyrjZSEIa6HtFpwQr3VJnk9LA6BIXZ5c8NIEP93uOXcvKnbIZOhIDY9 + zXizZHzqOQ8 + sqtk3LfvmSJY5tmOk6TxZPu3lhrZDekld1eACwUeOm4aiypBKcXN9wzgcefbsksVyRtkJUtPz0cmSy9WKosjQWiGlnJKBlGgEKIWSkldaU + YZr3 / 6nn7fcPnDV5SLksF6pISFL1BoondUNuM4dshCooPAZAb5N4GHIGlXMR8AACAASURBVMXI6CXvtzOepIEy03iViCLwMGpG7xis5zA4HI4iE5AKQoBVrRCrgoeHAFJj48D7fSRTgTyriChcCixnGZA4dpOb0Vw5SjFZvDufaIeRznoWOqdeRJTM8X1CeY9SmqTWpNST6h7UiCwl6IR2lsNtjhECFRM768iC4knlQYyk6Og7yd5KYm7ovUAnh0JSqwwXHNJHTArMjWfvl3S + R6tArRV2lGSFZGCCY + 4bSSEMvhmZzTxRBtrBcHfsKHJPZQJ1USNCBjISpCEZ8CkyhgyhLWWpJ5Zn8gyjJMtyivmM9tBTzUdStARrKFWGMTlBeQp9xCjFMEpGqXHBE3uBzjNkCSI6KvkIa6UjxIHgPN2mp5xpVrIk2zCR35JACSYb1ARhEqqlAKQEjWKeTZ3FprPsvt4TLipiLlFIjAGtIEnIg6DQkpAyYgSE4lunvzridkJEhmHkT19rPvUN63k5ufnh + GYTaIaB7XbLh + 0R / + aW9aIkdJrgWj56uiArF7z + + QNSGzp75Ed / fmBWlqxXZ9ggacaeyydrUkzcbA4IUXBSQKUiwVsG57na7LjbHng6X / PkWYXRK5rtgLNQ5Dkym0E4kp0IMhEo1nPmRaQ + G / n5nx4w0kCIXO33rIo5335aEImkNLC5H9geLKIqOPSJcu7JXcYyq2j6BpNLTAqclDn3fcWuGylyQZEbjoeM2aKi9R6jNVfXDWuRc7ze8vRSUJnINxv46utr1qs1y1JwfvqE5BtSCng0sizp7Ug75Ki8YLVSCCXRIrI7BOZ1zdnTp1y9vebicvKLbg4986JkNl + TTGRZH6iKjKZNtHnJ6Cxx56gWJ5METnCUxQLroLNHrHMMbc / u61vOn66YVyXxqidpTR / Ak0BEpJysfLUUzI1Ga00lJZdSUmYZX99teP2HXzH7ziWyzsmUoa5zskIRNMysYFFrnI / 4EEFqZvUvZ13 + 2ieEQpZkZeBktmfT14xDQmhHXSRSVDRWINKCmT7Q + 4IsCRaFR + mEUpHWjXS9phk8L88k912gGaaFdJ1DIQONi + yGxLFNJBk4Xwl8DPSDQ2c5MUCmIy5ajr1CDArrDTYqCgFhsHiVSHK6EAUjyvUoYVjMIu0 + MQqBC7AU0DhNoXNOS895YfnxtYQuUSwyvBEIBCF6YsrpB8XOKXYDxBQ4KzxR5Fy1kjFF7g4JLRUpSWJIlGXCxpJtJ6i052glUlUYE6nN5NNaZnoy7faCrh1BZ4RxRBuPD4lSVayKnDBLVDOLSAE3elAF4 + CZlwVZNnkSDD4jUGJkTnBHltWMzg3EaWdGY3eUYsbF4jnb3QNv9g0 + RqpcYipBJQXmQSAl / FEf2YTEqVZsY2QlJPc + cqnh36oEMCmeDkJhlWBdKELf82evd5x9usYrGIdEpgNaSqJItENgbjSZBK0cx / 341xrP / + KRQvFkbfj4Wc6bu8i7sUVlgfPTCqLibmeRYsXZLNHajFIVXJ4U5KUmzyWHvuX + oeN + t + Vf / + KMr + 923G46RnvkbLWg0pFde + Tt / YGbmwMoyaefXtD1A7u + o57PGQdPlnna4ci7D46w03SDpHcCmUfuH3ZEE0ELRqnJwkDsB4zM + Oiy5uqtIzAZD80EPLSRWWF4sc74 + MTwv / 2f77Fbx + nzU2SdIYXAhhEhKw4HeHs1cL2VuHDPi9OcQMZX1w198Lx5c8AoTfDgfeD0FAaX8 + 5mYFF6Nk0iL1ZUleFkBtvNLavljLKs2A + Bm + sN63rO8diRmcAw9pxl53x0cs7lZeDsXCOTYb + TSFOz3R54enrKfF5RzwydjQRWVPkMO95w + fRT9t2Rj05BKsVDc8OquOCLVz / k7dU3 / OOf / IjkHOcngvlJyXKAeNWilOJ / / uYDV + 3AR / MZN / 3I07LgXdPx7WXNf / SdlygpSUCHxGc5r5484c1mwz / 5P37M93 / 3u3gDrfXMykBhNFFMSf58PmeR52iTcPaXuwH + 2ieEde55CJLDkFA6EVxAxElbx1Mxhp5oHTopWiso8x6pJ3SF8zmFSJwtE5frOXOT2DRHWhfobc8wWJ4sC6QPnBUJgkcrydEpdr1F68S6VnzrNKNP0LQComDbekoDJjqyBKQALvFhTOTSULWSIdbkISJsZC4inU / IQjNbCTbHSFZoZkWiygTfuhDcHRTeQnUQtJmgz0bmyrFrC2LKSEj2ncesMxrr0aXnoReIkEipQinJMPYIN3lL33Ulgkk6OtOSOk90XjEvZ1jrOfQZtWmJTHaXSga8m1ziEpLWBUw2MvSA75FqoDKaYCFJiRAZUlsMARFyClNRqDmgUGoEJI19wI4jWhkiiSgaMhPJdEki4bNErwSLZzXidUsQilGABUYhGUmMCMaU + Oe2NoKfi5J7Ifm + 7rioBV / FI95FUoJCG0gCO0JSEUvkwQ8s8gK8mExafkVOpiVSSq43R4piwbEdkUHRtY4gCpr + QBgDKgW2vWW9BJ1rlPB0XUapDZ88n / G9T7 / DxbzgzfWBzbFh11h2uwNffnKJ6y0v1hluEJRFxu1h4GqzoSgUr55Gfvvzp3QhcrsZ8NHz9dWOk8UcE8CkCNEz9pGfNy11XpDtYeskxgd8Bysj2XeRYlnz / OMTfv5uy2xRsF7kLGvJ7 / yG4mdvG / rGsQiC1kj2 + chJkfP2JuKDRojAu9t78s / W3O2PVEvF9c0APhJjQZYZ9g93xKHj6UnG17cRUGR5xmw5KQLvu5aLswuapuPmfmRVj4xIvmkUxihG2zOOPSGm6TPqyMNGE8Y9UvQsyhXtQZKERGDQRpHFgAsZs3LBZ8 / WKJWRZzOkMtwfr9nvduja4GPAhj1VqTBVTYgBl0VcZnjy5Udsf / R + GtkiGWJiQNCFSBehC4mUIEwtLH / SJd71kd9fV3x2afin7ZGhd4gQWc8Xk9nV0SIU9NHz / rjlcn1CaKfd0i87v / YJ4ehg1BkqgnAWo / R0GQVLpiJZSNweOurSsJwNGBHohkCRa2aFovGSKp / gpdHDq2XFSR3xJIYhImTgZGXwu8A4WpxOOD0lnbNZxcnMMCsMbRsYosADggEbJG2XqBMY4WlSxsEKrLacmJKLxqJjpEuarDREFel9wqiMWQWnlWBrNZ0feXvkkWWbWArBqUn0asneNixzQecgCkWeKXxMGCPYNJqFMRS5pyhHoo90SiFFIKUAzIhoxhFqIXGdg + BJ2pKSJ1cRRU4qKqzTVKXloQmUmcCHQKU7iIHmKMBHggxAIgVFVA4fNK6LxBRZlDNytaaNO1LyhOjZDztETFS6xvqOd4d3EDxSGh6ajsILVrWAY8KPCSUERgskEmRCJEmKHikEQUwK2ILpjwUJqQV5nLSoLs4WHEWcnOJsoDY5QkVGl8iUwEforMMISVEVf53h / P84PkSsyXB + AHukyHO0LhHeU + RgQuLdhzvWi4rLc0OuEnf3O9brBRfrkt0YWS0MMSaG3vGbn7zgVT / iU2S / 74nJ8 / HLU372bkfTWIYx0A2OYCPPnp3y / GzBoi7Y3B45DhGrHDBwaD3b7cBxLMh15BA077cd1kRers45206GUUebWKwXGKXZtT1VUXFxLnl5XnHbeA5Dz5 + + 3WF0ydB2PDUVH5 + WdOqMd5trni5n7DtBkprFrMQFqOucb24aLhZLapVYnZTYwbHO1yiZSGFAyApk4thY1lJy3HQE2zOEI9YPlJlBixozX + G6yMmJ5Ov3lkVt6PuBWne4MXH3vieMDi8ciRpnA1IMdENGe2OJKfD8yafM8jO27R3WWwY7cLN7gwJW5Zpm2PPHX / 8xyTmUNrx594Fj1 / Dq2ZJu39P5nEiawCo2IJRCqUQEtBQEIKSIEhIp4KLIybOcOodaaD779BWH6NBe82F75GyxRBnFsemYFRmjs2yPRzJl0H8T / BB2Y0AwMiTFospIztPZkXkuSTGQYmI9E6yXBbl0EOWkFsikdjo62B5ACCj1ZAbvQ6Ssck6qnH3j2A8RksQ6wzLP + Pu / / W9ytn7FrJz8A5SUvL15wz / 6Z3 + E1JKyAi8lIiXatsdFaDNPCGBQDNpjtSCEgBIK50aEmtAa3c7T2cC18IwxosTAttWsFzlCRqoyEHSJSI7B5yRh0JlmmVkeLNz2liqD / VESUousBK8uX7BenmN0SZZltH3Hzz90NMd3SJUQeHyYDO6HNIAWDCFjZwU5BiMEx6MnJTE5YSUoi0QKGkxEKM / BJoSwCKkxKBIdkhkxtYwu0LgPtEODlAqJYV4sCNZhfESKADFhZE6UgdqMuBDZtR69yKakaTTVbWLRQJ4CcyGYPaKMZmpiSMtHLuYLeoggSHgEBEnyYvqaxJBA6cl + NEaBczBG + OQCmv5XZ2RkfaA7HLBJcnlxgu8GHvYPPD1d4NqeGAKXZwWvXlwyLyZ5juMwkAlFCiP7Y8c3V0eUlCzrHK0SXT9wdn7Ki / MT3t1seX93wNvAMCjO6zn / 5X / yn / L86XcmspbzGKO5 + Por / vv / 5X9iVRWsVhlRZxx94Pb2gd4HuizDB8hETusGVrni4Cx5XdC2DWjNos65ebvj / tjhcRz6ASV63tw2vProGSoTrFealOfgLN1oQCqKWc75TDAcBa / vdixrzfXNgI87np6W / OCL7 / DkyXMyXVJVNdvDjn / 61RXbh9doYxGMjCOMfUCxR2WS1kk + HFoWrqLQmqv3W7yLeBTExHwuiU4yqwJBO + 6OERgQQmKEZLR7inyN9w2Hpmdz / DGbw4Y8y9Gy4Hx1jutHtI / IGNAhUpgKb0ZOZjV29Lz9sOWzF0 + IpibLc858YO8TlZKs84y1FkghWRc5PiaEmOTcPytBCIGSUyGTvCAkGK1DkDjIkaIsyLKCED1t23MIjr / 1vaeIf6GP / ledX / uEEJKidwEjEvf7SCanyj + QeGgHhIxczApyCUIoHoZJGXE3RIKQtDZwaCX7xlIXkSerDKIgOcH9wdI7R2sT + 0ZwUmXUecaiPIOQ2O92OGuRSnFsB2L0CBT5oqQ / BFQcaU3O3np670BoziWY0hBWGkFGChLlHE3v2D + ICV8 + RJ5Iy2gzFkVBXoD1AyqT3AXBufFsekX0gj4EqgquD55d4 / AezteK85nnz98Huhb + 4Pd / k7JeQorEEMkLx7G / 4vYhMNhIpSNKjYwhQV4xDgklEqX0zMscFyyFqpkLz64Xk6OcybFOoxixTlMWiq7tcCqQx4jRBVI7Ygz40LDtjzRDS2kynBMkEViUM5AJHwXWNmipQApykU1GOEmSDgLfWYp95JM + 8S3BI / / AIgGhJJAgCRJpAh89XvwwdQ1GSWKKjM7ifSIVCtd5jFa44DhaR1loPhwmS9VfpXN37Ci04Sevr6mynIv1HBcjX3 / YoBR859lT5rlBKfjm5kCRJd7e77Bxxt2 + 4ermwO39kfVC8 / nHF / iQsK3jq3c7jn3HvnPcbhwXy5p1XXI6fwo + cf / hBmstSinu7ra4cYBSc3J5xrurAyp4BpNzP3Y0bYM2Ga9MxfpsyfKkRqUIXhC7juu7B96 + PnB + kXE3tJzqjHZwXJ4uWa2gHRryMuN9Z3lZet7ed0QPx + OAMYo / f9fwzfUD1o58 + 9UJ33pa8od / vGG / G / iv / ou / x2p1TkqB4D3L5TP2x8Trt3 / K7tCzKASFcTRDRNczjvsBJRMzk3h6umYYOuarC0SyXD0MKAV5XtNZUMnR9jmrxYKbD1usSMyqnqpcYGTP6Hu6bsM399c87Les5gvGMSIUPDt / QvSBfvQc / R1lXiCkptIFubIYoL3p2XQd2d3At63ns9MKJcUj1FShlEIKQYqR + IioU3LSI5JSIFKizDMefOB4PDJaT4qK / m5DVea0fcvt7sDJesFPrw6k9DdAuqJSBR8OlrqYWKi1SRwGR1ZA2yZkCqyKkcFFtBLk0iNlYtdZvJOMfUInTZ1BrmC0AWMU3jqOnQcSYwulFEgiw5iwXcu2vSfFyZA + RY8TkuDAycChm + QwUlXRbRuiiKQQCCkx5IK2bWidwCjIpcYUEq0N5jDSu0QuDF4PlNlIFwP3TWJdlWiVM3aehygxElokhXHctwaSp6gMthcIoRjIqDPLwWu6pmG33WK0JoQACB52Rw6joB8DsihBRFxMbNqWocsmG8AscZYb4pjIRGJW1azPDG0jwVmcBT9OozZUQqRIrjTWRRIBISSZKgleUMqC0 / mKH360JmYr6noOArz3 / O8 / + kPsccSLRG7MBKtNicwPzHpHToYcJ + kOKR9HQ2lyR / vF1f + LcdEv4KjpsVtIJFL0DL7nobVUeYHznn3TYLIMIwVKwjKXzIwg0798zvpXdZRUPDSC5RyOh5ZQBW53DbNFxv19ixaJ52dzmn4kyzWlTmRG8vObDUM3sN316ChYVopCw + HYUlUlzeHI / UNLTJ5mF5hpBcGy2w90hwP37Q0pRUJM047AWfrO0eY97sazaQNiPuewvSYQSCEwhJEez5ur92ybmjwTVKagnhfMnq6oblr2XU + pMqIOLOrItn / g9fUtz8 / PwGQcdi3vk6TKJLs + MasCX988ELxlfbqg2TVoUzAkOJmV7KzkuNtxf3tLZswU2wneXt1wsx / Z7VvUeg0iMjjJm + trdrtpLLuY5Xz + 3YoQA5lQrFYrLl / kbDYWP + w5Hgb64 / R7ayFIwVGWOftDSwgTNLQsZgy9Y2ZqXrx8xt / 9wbehOGF1cgJInB34H / 7h / 8hm1xIGWC + WVKZgCILMD + RtR25qfOvI5WMSeOTUaPkL + KlACoEQE7l0Elh6jFEhiN6x3W54e7 / jZLFkdJZ319fUdU2mFUZLnp3MOZuV6L + EX / ivfUJYX1ZcFDlSQDYGqmzSzU8a1meaZRUpM0nbK6QKFLrAJjiXgTrPCB6kjHTOMjaBPFdkhUYkySWRGCPeg1AwREXTGlS9ZzjeI1UiSI9IktWi5rd0jtYToe12l7AuUaLpY6DpAtWqxI3TCxaGQFZPej / HHmpjeDbLmLWRjXM0x4CPGqLGiIHBR2Yi0ikLVjF6Sz3ToBxpFCQDB + cIY6QsPU0AW5ecmIzj / o7319eURYbSOUVeYp1ltIGQJnKPTxLhB0Qy1CaShCQIQ0wB5yN9HPnN73 + JKmaEEHFuYH888mc / / mcMwaKCZBgc + IQUBht6jEiMdmQIHlIF9BTmKbKscNZhnSV6z + liybZ5QKkCoRVROASWWVVRtSNiPxLiP08EE54oER4zgQBSSjz2CkB6rIamhZzrRmIBRkIlE4mI0pLBW5LSBGd58fwJl08WRPWr80pkheGL772CFFj1nkWdQwqIXPLyE8XlacFyVnC / dZgM5qWhd57Pny05Xc6xQ0TpxL7raB565ouSelEhouC7csLOj4MHCX0Q3G0istyyu79Ca4FPDoni9HzBv / P7LyhLTTsIfv7uiA + SPC05jgPbfcvF8yf0TU879Ow3DafnK2zy7G / 2nC4XfP70lLJ1vDu2XF + PDFaRgiBXimM3kqmcoxzgqGiGkfPzOSiHbUZkobhvGpp9y2pt2HQjQ11weT7j / uYdX / 3kJywXM / K8oq5nDH3D4dDhoiUvNDZYohsgKE5rSRQ5ngwfHH1vsa7l3 / 6D / xhTLQkh0PctN7e3 / K / / 6B9y6PbkMmO / O5COGiUz3Lghk7A / 3jM4h5RzfNNQ599H1TP6psVaRwyeF08vud3ekJsCmSlicqjMc1GfoV7vaK42KJdQUiGEJImIRJDiBKdWQuFjQAhFIk4FkZgUfSNweNiRlCRXgmVuIE4F7b5rmBUFfdNy + b0v + PzjV3 + p7vdXJ / r / P55v / c4LPkGCiKg06fonkYgpIYVCIEkTupcJva4QCCIeKSSJiJCKiAXcdMmkRCZzBJIQw4SASYkkIgJFTHtefAJJCCISJRQwskwnKKkRCL6XBKNzxJQQEqwNaJUjopm + FxMCgRDQdSPBBbJOMB49T4lUi4q7uw7vA4VekJkVpa4JvmGz2zLYDD8qIpLPv9TkRYXR + WT0rS1DSDgfeHk5Y1YE8mFEFQ4hetCeeRH5OM84Nh4TAybPkIXGOajLQDMKBAnFSPKW1XJO3zcMxx0xRqQ0KJGI0REiDEfL4AaSchgBLoB1irZteX87EhW8XMxwn31KN94zjgP9YEkhMDZ7Dvsjzu8wtUHrSFIG71r8hWE0gv3rER0FY0y8yhQLCQ54G8EAzxUTiUfAfYD7KDiXiVMFMQRccCyrRCYD26Fl8JP73TBYTsqcf + 8f / D1m8 / ovBc37qzrzkzn / 9X / z7wMBIx / VblPEh4BSZrpAkmMK2SnepZgkWZTSJAJSGUIciMkSYiLGSJ3VCCQu + AnxEsJ0EQmND475d + cgIUSH0RkpwVl4OV1qQvI7SdAOHTGBEIm + dxR5hSKf3ruUkEIjFRwOHX506GOk3Q5821tOn5zw9etb7Oip8pcU2QnzcoVze95dXdENEdtLrI / 83t95yny5IstKrq / 31BU0vaUbBr7 / + TPWK4m + 7WAe8Lol5J6zZ5HfEpfc32 / JieT1jHWd0fWe07XhdmunuyF0jP2BTz + 6ZLff0N5cEWJEyQyBZxim / df2 + oF + bIjCogUT96i75nA4cHU7EhR89 / IJzd / + XbrjyDiOdP2ASInm4Z6r99dY / 475ekbxiDQaB8tHr5ZsleP1P7lGJ8EQEl + uF5zmBg / 8tB / JleSLxYxca6SUvO9GrnrLy1nJy3lNsI5edTw7nzHLJe829xyHHhcCh / 2RJ4sZ / / l / + B + wXi / 5b6v / 7pfG3K99QggpIGVACQ1ItJAELEk4Iu4v / g4khDAoplGDRjMJN0 + jDY0hoJAEkgh44nTRS01KFi31lLkBhEFSTeOIFIlTvYpPcapgxYRDLpREiIBEQyEfxxiSlBIpJULyIBLFIp + qXhERVIQkMDLj5Rc1U / 0rkWQIKUms + SzNsH4KTKUUUntCmFAIiRzJVAnIJAkioIXkhx + / QsmCIbWAQAnN50LggwMfkTICGikUPg3EGIguosiwTk0UfXFPgScSkWlaLv / W2QXHdsBZR0o12mhcHEBZkJHjvWH5rse7xMvzOb7c4PqETS0u + umCKiMX65ze22mnMIDRgjyTmNHzfrQcM8FCae56z0dmguF5JPeqwIjE0zhM / 8cJOqG5k5pMOooqcXZWUemAjZ6m9Qy7kc7HCXUhIvNc0zY7tvdXdH3P53 / 7H / yVx / G / 7KQUJ6VZnQOCTGlsGEA6fHQgwPlpCS5lRqYLhJxGIoJIiAEpJk6JT5qEBREYo8eoHKQmBEdmMpSYcO6FydH1ivg4DvURUnLoMIEKhBAYY6iVRIqAEoaTuSSJibQZfCDGgAsjQsJJmSNFgZQJwZqXMVFmNZ / / xtljPEu0zNFKE8UTUnhFO3hGG8iMQeqAsxEpBF9yhlEFkJBJ4QlkSvHvfvl7ZKbmYPcIBJnK + LvyB4x2ILmAVBGSRivD4FuCc9jBkqs5 / fCU + WyOEg1FcvgYUPQoJP / Z87 / D7f2OvusJwZEXOYNrSdIiVOT2mx0 / + fkeayNfvHyCrx4YW09njzT9QAyJxTxOiCJnkVphO09ZJBaFJmxbvnnYcaciJ3nB9b7jOzrhk8ci + RA1hRR87Kf3REnJMSbeB6hj4KRKfPavveCZ8ozBsnnoOLw5cmh7siJDyMTpvOKwu + fh9i3jOPzSmPu1TwgkTQiJQEQwwRARU7WkpusfJSJCJFLyE2wxTniUxNRNhOCmy1popNAw / StUMmhyAoH4eBHy + EkxxalrYJpTS6EnHSWmSksKjRagkybJSEh + qujiNPuIKeKDfWTdTrITUmmkeJRmiIEgJpSUkgYXGxRmql4kKJUQMjx2GQqh3GOym2i4SWhI7lFFVCCVwKZmSpxCwmRnTlIgdZqSFhKRJq9joQRFliNEIichhUMJcNFiQ5hmnSjySlCelShmxClVEAhAnFLZy8Tnv5kgJZCSFBMnGCILJAExrYb5MqwBpg4uRUggmXgdow + TZmxI9INHDgE5WJKQfOY1InryIRBGh0DySmp + MAREkaAKPCFNz9JHtCz56c92NJ3Dh4AUku9 + 9BTElm1zg5X9X0MQ / ytOElibsGMPWIxWCDEVAVoqpFCYLEMwVfMaSXTTqCwSCckR3RS3Shq01IgEShh0MuSqxIkKnywhRUiOySV1QnlN0ZzQSk8wPAJaZmiZk6sCIyZGuw0OKSQxBJTWOOvohgajJD45hNDkWYZUkkxAcJaAJ / hAbgoG35AXFbkpUVKg9SNbV8Tps82AlgotMhCTO3iMdjK9SgEpJZ3bY + QU2xGPxqC0QBmBlsVUqCXFGAUyl6zqJVJK5kw2spk29HakGUeMzlACFrOC9fNnZDIjJE8QEhccMI0n5W8n / iBGiGkyvA + JU5kT4hIppjGQRPJ77ttIIVBSQ5z4MAoBQdCNI0IYQog07YjsAwwjQkj + 1ggyRYox4nqLkoovheJ3e4eqJGYpeSEhEog + Isl58WrB / tDj42QN + 2989gnaHNgd7h + nIP / v5 / 8HCcFP / sjOkukSaSI + WrTMH1 + LqS1GSISYcPgierQokEgSOTFNmGIlM5KIhAiIhCAgaUlCQoqPM1U5ySVINS0zhZxALlGD8AihUQkI0xLIJyb0UZL4xwSihESLCmlKpEz4ZEkxB + GRUgPTRS8RJDV1GEpO1XtIPSEGEoJIRKSAjKDF5OiWosQzkSoSEdJEV48CEoGYQCX5OIs0j8 / AkdCQPD4JxKPJTEpishUUCokiCo + P8XFUwF + M3HyKj92PfuQDxMdEpwmP3ZAPPQaDFtNzUggUU1Xqk3 + s4hIipcdnG9FSE6KnMhIeA79YTIMsQYFAskJAmp4Nj88E4XmeFFGoKak8LptTiqQo + PKHpyTi1Pml7HGs6Fh8Z0VI1V9LGP / LTiJNfh1tw7xaIqtpN1NkNV4EQgxYb6dCRiq0GkghUpgZUxeY41yP9QN5pknCY71FyogQHilaYPLoHsOAEhoXApnJiClOY6eQxCHb2wAAIABJREFU8F4QmboQGQXRBoSeTKh8GpFInJ + SSm4yCrNEzyu0EYy + J4YMhCfLCmACNegEUfkpwagFRhqc73B + Gtv64BApEIIk15NGT4owhhGSIEYPGIQAL8R0KQaPFgalJOkR3hzFhESMYfq5KUKe5cQo6EeHBJQSWOnp7YANfioGtSGkgHMjQQakMPgUiNFPsutCM7qpaxrGhiIrKMz / zd67h01WVXf + n7X3PudU1fu + 3U033kkAMdGINCgwoo4hv6D8jKMY4w01RIwyMz5OhpjISEQzajSXwVwgJjJeIqBGNBIvmRgTDU68QaA1iCDxQsTYito03e + tqs45e + 81f6zTbXPvhm7et5vzfZ736epTdU7tqtpnr73W + q7vGiBEQnAEZwHqOtZAS0qZ3DqKUKA548sBDTXDoUO8RQvKWUdWcAzxrmBDFyIMvgQRoibQlsNdgeIsPO3oQtuRFJUjjz7YohZ5SqDCiUdpWatzVDP3g45pTUrGKnEwjWNqNeqhk0QhBUlray6dofCmWaMUTPKYrI6M8XdjykybLYhzDMshw2Jg2X08pQwwlnKBINQ6JmWz7G2a4F0BZDQrSCI5yGlKUFOoJCvemVgVqqgorY53PAWi4MYmsKPZDASCE8tjtLmmjRO8L8kSEVqcC8ZyoiEQUG3tBlALMSUa8yjEDE5Uk / MN4m3ZzBGY4qUg5x0ejy2eOSdEHUiyPIHa5EY8ipK0QWOk1QYVKFwFRHKuETckq9LS4kRwTih8QZBkBg9BpLAFWcCL4rUga0HU2jwJqSkodnpajS4jXbINle77AShAsYXAWQjQS6DJ0ORohscpoibTrbRAiWIeTtYpqatlsF2bJ + yGRPB9hZwyrTZkyWxb3Mr8VExHyi8zLIY0cUxZlGhWZgczXfio4ObJFnIW + z5RptOGxeXNeB84aM061s2uM3llPKNq1nIFrgQcbbuNyXQJ7yuWxwsUxQDBQilOhDo4YtNQlaNOXFApQsB5T04WphqneQTrQ24 / 2RiyEFtl2o5BHEUYIjim00Um05qiHHYh3pYiVMTYEHNkUFSkdoqXipQVcZ42TQmupAhQt2NUrEVmGUoEpW0bWoGyGJCS0uSaGBPilaaZosnu1 + CEtmMm + VCSs6NpIzG2LKR5EGFYzZCkJbYLhGKGNjcsp4YiDCmKgmE5JEgyb10SwVUkNa + 88I7ghrS + om6XUc2IaxiWFUWoKELBUr0dQXFOugr6CSJCVCVHJba1NZsiU / iSaWyJcYI4UxhAwblE0gYnRlIpi4ImL5G97xLQat6h3A8qlVUDWRvE2UKVs8NJIJFtgql0AYxM0oxISdYp4gu8UwqpUM3U9TLf + + F2VIUHboBiXUlmSs4ZdErGqmVxlgsIUhC75KoNxOPF + PWBEicWNNEcbcej2Vy2jk + sqh2lzH40EdftVB0iNgFsR9 + iIojPqJvg6Xbrat5JUDsvZstNmIuvoN4YOE4oqDpufkTFxu + chYcyStJMk1JXHq8UPqMq5OwIPuCdI2nH9JGC0ruO8lmRsrn2SkPw1uDEqZK6hT1n16X0uwVdhCAFSVtirjH9odY8CQTnvIVAgDqPzfNxFTl3SX1xO3f92hmw4AJePKoAiQEF2VuM2cJSGacV7MjhdFTJIDO0WUk0pNhanwTunpp3X0GBup4iTmnyhDwVQiiZaqZ2ETQz0ZaM0kTBu4o2zxOKiqIIDPwsOSUW5pf45re / T1bhsIclqp8ckqZjmra1kKsmW9SdJxMpfUnTTvHejI0ilK5CJVK5Ea4ckhHa2NDESOsTURubz2CkCRGCL3fq + ova7 + XdgKiRmFpSas3V9Jmsy3hX2AYlWbijdCWijmmrpDQhA1UZdtaceO8YuVmcc6hGdMe96YJ58tnm9dJ4maY1CvmgcogmYoLhYGSLZ5wwrac4Z3VG3tsa0rS2oYippigCzkVEoFHIOqVuLLKgucV7qywufIm2mWm7THKmntvESFYIobCtWkos1VupihHBD0kpdeFoTwjmY6sqvoCimKMIVm2ORuaKWZI6C9ORLDRF6Nh2VqAZ24YgD6BuIk2a0NRTqhBMwPFusN8bhGkcI86TslnQgPUwyJo6BpHpinsUL4MuzGO + o6ojak3USMZqFtpsP0abc + duGQ0yOFscwZGzs8VYwImpEqYUEUokCE2aWLhGgOwRKREVS / ARSESyRrw4CilQPGRLgrc5WbJNLblkK5918dLUhWTE4sQiOx6XiCS8d2RtCFLR6JisQk6BgiHiAo02ZBq8WHYlUxBTg2DGIxRm1KSL + 2adGvEf3akwqrRkItp5M1maLsBlnzPlKUkDJjLR4qTY2bpPRIhkTEUmoAQircXFpTBDmVNnHD1BLS + UE5S + oMkNVnaWjGIqgqNB1SFa2fW0Bc04UVQTWdQSpp2xixLICMFbyLAUyFriXYNmzJCtEsQUWZrWtDExqiqCFARX0MaWrBnnBvjg8Zop / IxtMrQgxYhkoZlOmLZTI15opomZNkaWpzUhBDKBNk0ZViXDqkKxtqPOFZSuwDtIqaVppmQ3IJQwP9nWETFAs + DcAJe7tqWhokk1MTYMqpJBGAIWronZ2Dc + 2L05bmpUxEKbqiRXAGpNXMQ2LHiHUOJcS1kUxDSlDCXLk + 20SWjammGYpSgqJnFKTA1lURLEkSkYT5dtsQQGQ2uqhLY4VxBZBpfMgHhBvezcpMToQBvaNLWcngsUrmTSLNFGZzk8aQh + wNLysoWBHUxcYt7VxnZEGesYJ1AVps3VTBu8iBk + daRYk2JmWA4ZN2NErMFUCFZvIDRogqxDk5mJE9CasEPpWEzSJufGvkNKkiiDYhYvjtnSEdMQqRpS2inucpfY7w3CwM3Zl60Nkm3X7MUSkkKBorR5DAiN1mg2A + BchZNi526zLIc8 / NAjMK6v6ZErJi6mWUnZ4v85TxHCzgKpSaot96BYLDBnC1R2I8BZlL6UqktF5S5uL0gXY0eTdRZDyZqR7HHBmEaCR6XtQjjZjId6cs6dMcjGqgJiBgekHFEtCc7eK9Fa3FI8qFUGZ6lI2iIIWWq8mNJkypZgdyRQ33kAkHLqElU2bo9D3A6 + v + 38IzVBiu41xrwCsV2MlKja525TQ + lLsgacFKCJjCNrTdkl4lo1ueqsmSZPSBm8K0GT5QLEoSKoDFHNFAScjFhKYyziPTHmmIC6iIrlMtApqgVJBaTqvnMl5RorXVg9BsG7wNDPkdslcgs7crtBBCcW518ab0PEsVQvEuOEaTOhLGYIocJ3XeIHw1mOeczRpJwoyhKE7vsMRDx1Hcla0zRT6z5XJBzC4nieqppFVRlWJsWds + 3qnbjuXlNGxRAVj6rNN6sX8TSxtaLAdtHqebL1EK + qgtFwBiedd48ZAcUj6mljY5sCzTTt2Hb60QpDUxwTo6cqbH60aUrKkeADSSPjSUtZzFC3Y5vrLFP4IYUP1PXYDEBQNAt10 + BEiKlhUk87D6YgOGu7mlImdRuvGBcZFJUZ4h1epipOlLIYollIKiyPl5gdrqWNQvAjlGxNvOKYYVHiJFAnJciAGCNLkyWmddu1oY20MaFRwCnelWRNDCVQ + VkWJlvtXmQRLxXRKfhsVdrJWIIxe3LrKcOIrJmUMrFdsmS73g9CRpCIqWGaxhRSoikx9GsBW / CssAOCeDRbMmjgzAUTZwu + 7xK5KorHk3JDpMGY7eZGW5godrvIMZoCXoYgwRZ38TQp2sLqSnawkTSDSGCiE7SrkbBYebTWkm5geQUseasqFG5AbhOtM075Dg0S24Wb1n9MNXTJXunCSFETWSwU5CWQYoNzA5o8odUlghuiOeMIRDVdoSz2 / 1Zriq72QtSmhRchZYvsWtLRU3jrWGaeViLooPsVOm6LJvPK1EIwZIeX2HkLJY0CPpFl3DGxAlnsBiNbcq1RRcV32kOgTkiyQ5aitApasTHGzm1OqCUu / VrzbLQkSMFQhva9AEnGVAyNlusthxCkIqoFlxBBZPV0TEOV5ck825ZvYTSYIU1a1s88GKGkTlMKHxhPaqowIEbFuSFzxToTQ9OCIgTKUCGSjaIZbFGM2Yyic56YGjKZYR7QNok227wvwyzIjg2BZ2G8SOmHhFCAZFIyQyo4bmm324IkyjQuk1OLSmCmmkNzMp0pF4xiXFVMllua0NDGJSAjGkyfJzjKUDGZLoB42xCJbUDabDticsL7kulkyqgaslwvsFwvMBysJbWttWONCxRFCWItY6eTeWYGM2brtSBmKPyQpm5JOTM / 3k7hC2aGM8wOR929mKm0tBBRss / QJsvdibYMQkVOYsrJ2lCEAZM2UxQYI9AFqqIgIzvp5W2sWYpL4IKRUejmtleiU5yv7H53Bc5BnWMXYoqIa1gzegB1u4QAVRgwDLPUqSErTHWBuXItkgPFoKSJYyo3oE4NtbOwXXD3g6RyJuPEUXWsGKSwMIRr0QxtTng3g / MelxUwqqHvqgLNnbZeqqKQiIh6RCpEvO0IJJimiArOOzxDy01o7sJPCecsUdrmiRVuUQA1XkY0UiNEChlaYjMLWQdk9Zb47t7T40At0eVdAQlCt3uKXZ9mT2V9i9WRNRo7CEd2rcXyNRjRtKu9SJpwUiIpEvMUhydlJYTADtEHJROkRHeG2iKQLVEtBaqeILPdNZ31VtAaJyUqCYdRUNklOSbOUzhvcX / 1BErqXFvhFJ0eUTZqJIiFnnJEEbLWBBmCDEhYtawVTTWoTO2zE7uQnnlytrmvLYSHFfe3LpFk0UKIWfESUPUk6p0x7VYnePE4V5o3GVdPUtl2oI6ZsrQNjBRM2jE + OJIq48kSVbmWqqwoUkLVkuuVD2TJNNG81yYa / zznFlFBKfHeQnkhlPabJGsxOpA5S25G24ik2BDKWdDM0mQ7UZNtWPKYqlzDtJkiREblGhItKWZSLIgqDIPvWDsWKvUULIzHVMUAbehopJlJu0RwBYWbYTpdJidIqYZgsfwsE / tdc7DrdfH0uu0SqcnqSByeRltGwyHSMfpSipRhQEqeNjUoU1QzYyzko1mo / BqEhKqzJHQ7tl0 / yejrUhhBw3uLQvjMsBqQc0JTQRWGLE + XrQ5IzYDmFJlOJ6hAzOZ9Fc7TtMsMijkkzNBqTRBPcBXLkyVyR4tXVYpQEFMidDT62I7ZIVnR5oRqQxNvsfBRGylCRVJBdUJualJSIgsUvmBYjsg53z9yCMFVuOAIWhJz7JKlVm0YpaEMxgxyDtRHNDtaXcC7odUsiymOGkPGYn8W / 3FkFZw3LyG4YPRRi45YqCElCm + Z / awWdhGv5GwBo5hbu0k0gWSijnHiaZMxEoQhqkZJLZ1R8zI7mECW7MuSSHlq + RCENjcdZTTgMcGsnKNVWEpFHVucM5ZVcKXdFNoaFU8r + wxeafIUL6XFKhWiy6hOcAwBh0pCMAaGoDixhLjmjKpH05DkLSHrxDGJE0ZF0X1 / DSKFUQfFQRaCz9S0JI1dfL9AxJKaKlYs6H0JOeKZ6QyDGQuT6w4EGZBpuwScfceOsvNMlIEbWDesNEY7rylpIjNFxYJ1ONvhigKarXk8LYiFF2U39F7uK4hzHLT2YJp2hmlbW59dMlUxYlIvM1OVOBcoS + Oxp1yyPN3KsFhLIQIhEVxkmifWvQ6TAAdPVKUsKpwLDMoBTTO1ZKoTq6 + JkZnhHCk1NM0SRTGw2Hs0KeZxC5N6bDkblEnbEHzJ8nhiYS03Q9tO0SyMBiMr9kyZKljiuGkbGlqaaOybGDzj5YWOshkIxcAEFJuauqmpihHzy0sUweF9YlgOu1DSlKIIoIGmaRDJLCxvpyqH4AJOoXU1qmOKMIPijO0jQk5WByPSIiK0zZQ6K7E1za82LVOEAduW5lk / twbvhBQt2b48MQ9bkzIaCAvTRZrUELwgUSEnVApUhOCEcjhDbBqG5VpUoWnHKEKTG5wGKjei1ZoULbxJgkqs8ruNmdFoDTm2LNZbSWqkjrptiboIWB3FzLBAglHAExGyZeycs + vsDl9ivzcIThIOcw + db61 + IBeoNpTeUYi5exml1SkhjEhJgDEiZRe / j2gXX7OdpgMKkMYW5twYNc8bO8bjgIbCm / WPeUKQuU67PHVtHQNRLLUaxHUJzylOPJWfRWkJXRW07VRrkB2uZNoZVwdlElurJJZE4UtQT5sXGIY5MxLa4JRuZ1wjuSJ2LT5zTsbh7wqLxEnnVdlCTyealXRisXmsbsLK1kCIeG + 7 / 5jHOGf0PzqPyjwu0 + JHo7GwNHReRNsllz3TmGm07WoQio5i2HkavkDUCt + cWgbC6QjnAlNdspyMJpw0FG7UUXNrW0iYGnNIM + OcrPBKA2iDpbITgsViW404F8m0XWV73hln15Q6LZnVk0OwTsKe4EuG0uK8Q2NBbMfMDEoGhfWmiGmZJi4xqtZSt442ziNhSEotS7EmdhIqJvSnOD9ApUbVMZ4sMZ4sMzMcManHVIVJXQxLx9J4C + PpPMNiPTFbAVrTJqqyMml2oPQVSGDSLuFFmB0cRM41g2pEilPrKzyd4kJptSIpkdu6a1kKWxcW8EFxbszMaBaNge2TLWxY80BUhOV6EVFoJNG0y2geoTTWBCs1uOC6HJBtTJK2tijTsfiCp64XTaIjRtq2IapQOo / IlKq0PNKkWaAoRkybBtQR1KO5xrmSYeHJsUGC5Z5yzLRtjXMFQQpuaZdZrBdQWqowgGyFZTEtU1UDlJbSe1zKeDdAZEQVShbqW4hN3dWRKKNqDdkn6jgm5pZpu2AaRznTpgZRE + JM7ZhxJ6rpXEGTWqbTJUgFMdWURQUkq3lIjno6xvsdEYG7xn5vELJmlGWCK2mzw1PhXEGbrKVlUita8W5gu4iYOtkIK7TxWPFLYkwRjH2Dc8S0aIVbMgGvHSumNioltstxYmXyKcdOQsMSqEpDm + pu91vRqsnVQk1wlgwVdSi1FYyJSWMHgrmYKZJ1QnAjok4JwVglQonmaMlpdcRs + YTSFZZMltzlSlorDJYBPljSycmATpUJJaI5dnEbY1p4Z1LcAEUomMTaviNRnLKTbQHRCp27nbsjdBIJ3Q40Wbw + 5imejKjurJQt3BCTrbYCK2gJUpBzi0qG7DoPqgVdRLUk03SueEMC2ji / kzILJRkx1pRUpNgSY4ScqWRE8EJ0xv0OCK1GYpdXyhqt3gJBJJibvsM7XCXIqkzr7QyqGdpWTOKhrFieNCxOlphMPTG3DMo5yDMsLE9s0YuRMJwzfZwmMW2XmS1mbHEJjslkGz5UiJtQljs0jOZJeUzdDih8hXeOmWrEZDqmbqcUXnBOcX7K / PhmRAPBD2laJQRPjBPK4QAcaC5IeUIWRV2DSklwRjYYTyc0ccKoWse0WaIsk8mn6IBmOqXwA1KGSR0ZkBiWI4ITYs4MBhWxra24MgRCUFKOVOUM07awcI06e40XJNsGsapGxMaCi6PZGW5euMUk873gk / UrLkIJ2iLeSkKbOKVwBdN6QuEr6pQgTmhTZlpPCE7xFLRZGFQjRuVcF + osWZxuBzJVGNI0E8QpuU0MfMXyeB5lCQkD2jQmOEfTjhGBxfEiRVHgxVlRYcy4EKjCiPHyMtPJhNi2zFVrkQDJZcRPCQiTdspYliiLiqaZ0LQNA2 + yJTknKp86pt1dY783CM5ZB7CkFiNudNk8BicooUs2Wpw9JqN0CoNuYQZxJUUISLYbwzyFzKCY6XgyLeSAEnEY7c + pkEV2VuGKM46 / hTJqi0l7o / RZCT6UbgaRAUEsRp4RY8nkKV4tft3kMY4CH7yFWxwU6olaUjmb0KjVW6ScCGJeg / G + A56MczPGqyeCs / itUUiN / ZSkRrHElbGJHKFjrCQxCh5ijXGcE3zHGkq5QbWkknIn59uSbTVZxXTa1VsVNoJ3Jl2RFCoBISM409SRaJWp2WRkPYUt8NKSJFvoQgfkrgrc4Qli1ci1LluiEssfiWVZ7NuXlqockPLEjDflzop0a6BTkbS2sainkNB5fKCSyDICXT1JZRFIeUrdQHAFC5NbrL2oMzpm1Iz4AYpjeVwTgkNkyLCyfiBlOWDdqKKqAz4MyKkl58y6NQfjBKbtPJqMqVP6AXPlerw4sggxJtoUcd42DW0cozqxjn7lgOV60TYSXpipDsINBwzLgjbWVpEvjrZdJMgA1cz8wlaKMKAalDRpii8cQ6mgicxWxsYRFZo4pa6nDEJDGcqumKvEB8 + a4XpqP6ZJNYhVOVdhQJNsE9DkMTHXhDDorucYhCEx2b0wHBgBYt3sHEURjA6qULcTVAbMlbPEWCMhML / UULdLJFWqcgB4yiJQ + YIwVOsjnmDNoLICTPFMoyNJYzTSetLl0UynDIlEImVZEtzI5rYohSsYhAEhFGxb2kpsE + 1OD94hWZk0DU2uWbN2LZPJAkiLeEfpRwRfEGNjHRXbKXRzexAqq1CXQMwtZTnifkE7jZrwYrLA6nxXX2A8 + oAVUhndDeNFC3hXkHQK2rGUJeDdELKzGLfzXagjUrmDGOclnJvpKKCKaamA8fNbFFOeTNqCmPSB4CjdgCQ1jhHeOYRIynR1DbNEbSn9 + i6hlbpKQksuFxjNLhMp8GRanIZOWTUzCLaTCM4SqoJSuYpWE + rAYbIUTUoMXMCLkiTStdlghypmo4mAqT / W2TjU2hXcBfUk13RU1kyrLS01hS9ArVVpVIt5WrgnWgENARFPzNGS42rU2CCVUUGzVWIXbkDSKUpD6eZwUiAUgFVjm9RFR + nFI + oopKLVieVeOkMX1eHIFprKk + 77SMTcWL4gl9Z3wmfqXNNqTeUGII6YrK6idLbbjunu9V7uK6hmfBihKUJhczumuvO2bBc5bib4IGxYuwGAqhpSt8ugjip4xBuNMkdoUIqyshoal5mbexg3L / yIQbkB7wpUMp5AG42QUIWWnIf4EGiaKeLWgjNvcY2bodUxhZ + jKiuERN0mYq4ZVQcxbSesnX2YyU / k1u4pKSlDQekCXo1QMPAlURsKKbtQR826mTmqomBYWTGhE8eawSzjprZdeJghOM / iZMK64YgqeJrWqOVeim5xnNDEhjqbEZtfnme5rohtpCwGVKmkiVYLVDc1k3bC0mSB2eEs0iaKYsBynFqQxQk + J5racmPOOab1lOHAWFR1njAsZ6h8Rd0ukBVG1RxNXCZrzdzwYAo / NM2iWENuqXxFVc11XRMDZGGmmmPcLhCbKa4IxNgyyUoQU1TetrQNLxAlU09rxJWQC9YMRowGQ + bHE8aTRWaHaxHnGE + XadyUmXLAeDzueqHcNfZ7g5CSUhSeqhghGvDqmK9 / hJchs9UcqpnSOyQXRIyJYbtEj5AQV3Xc / inBV8Z7ThD8DNM0wVpedxQ7l3YmnC2zbAtbcAMEtZoIcUyiUfQgEbMn5dAloAcogqYZWhcxddNIm + vupgkIEXGdLpFYpbJR8CrA0Wpt9RNqUgJWJGa6Pw0NqJmSNk2g01KPboYgjsIN8V1SNmtL8IFCTcwvY0nkgRuRuorgrA2SAkUYUDrFq2nk26Lf4gmdd2FFdMaSSMYo0cpqk9WklYMMrEZBM0LVcdk9mSHIrNEfxXowl2EGcdCmlpiNpx58ILhETmrm0gVMqsN4 + QmrQvcqiFp + owyWO0CNf94mTGRMRkhWCj9AQkHMU1ptLTzlVk8LzZyV4AvWrn2AbV4k8J0ffp2yWMNDNjyUnCJrhnOQC + rYkLShjlbxS4ZhuQYkkOMSw8FaFm7ZRt1OGA0OYuvCFkAQByEGfNFxswo7luIUdY7RYA0O5aDRA1HnuHn7D1g7sw4lM5mWViDWRGYGI5OuiCOWGeOcApGl6SJNnHR1ERHnZyirAnVm3MAzM5xDcUzbZUJRoZIpq4Im1eQcGVVDxu0Y7QoelyfbEReY1DXDasDAB2aH64had / pOUwaDIUMd4YSuiCuxppojFnaftXGKNpm52YOsi1kTmDQTmroFsVzAqJyhzYm6rWliTRAliIVwMp1 + k4NhOcugGJFiC26IOE8IBZUPOB8YT5apMU96zcx6fOGY1mOmzQKijpmZkkGA1CaClPiBbYQahdLbPVwUo04exNagubUzJtFR18Q8ZXkx47xnWK1FEgxHM / h1JePJPJNOZ4rdyI / t9wahdIKjpW2Vus6or3BaUfr1qHpQYzF45 / EpkMUKvrI6cA112oa40uhmaaGjMxplVDtqJRJwpJ3SCGAUOaRgkm6hcCNb8MA42lJ17r7ROb0zJUJVZeBmyK6lZdwZJaVyDufWWBiJMeiUQiqgIDMlUJJj5 + 51Ql7OeQtH4S0zoDuqcWumeRGnFu8vvOt40WuIQJPoCvc8pfN4H0hqMtiVlJR + LUmnps6qrquAtUno0E6fyK6dcgvZdzr9RfecQ9Sbx4Pbyd6JGtDWkWSCoBQukKUkptglzFtjQDmTKHbiOqEn00 + axEVSnhCcMbAstGc9LZy3yubUvd5pAAnErogwE81g4zqNnzGtGhUzAW2yZL2TTOHW3JfT9y7hnFV7Ly5uZ9u2RaQY4rRirnow6ADN86SsDAcjdOpoFUaDkpRAysi2xe9TFEOmdcvieJmoNYUMyHlCzhOKMLQ8mqRuoYlkqRgODoIwYuviZvxgDWWxlsoHxCsz5RzOO + p6yrAcUWaTwFZV1o02MDusmTQLXbhRmBsMKMN6kiopLaNpwrAYIFIydYtUfkQz / THxo6Ex1hCWD2uBNtLV7kzZtvwjY / PRMqpKlsZbqdY + mDollia1xfbFMTsYMSgHtDmzPF5mrio5aO4hTJqlndX5s8ODTNMrZ5wUFKVYLoGWyXSCZkfdJBBPcAPKwmS3czY6qnRU5TpCbBqatIBzMDMYkjEvxeqvG9q2xocBtyxsIfiClGydyTly8 / wPqOtFkyF3pUl6ECh8wA8H5r230SrDtSAUFZN6GSfBaPUCM6EgKUyWt5mHKNDmzNJ4mdlTdokwAAAgAElEQVThiMJrd9 / eNfZ7g6BuFnGWtC2lZRKnlgT2EdUxMRvHP6UaL1aH0MSWNjb4YgZ0uHPxGhQzVrAlBW2eUIW1eO / J2XcFSw7nIjEHFiY / QjVSBuN813lKDr5LzBZIt1tOGinEmDFOnS34kgjqQQQvWMhKXEeVXEvbNZ1BEoXM4cSqI71ztEQKN4sXIatHFGqd4iSRdNpVE2eC92gOdmN2DCHzZiAzMSOQHeSCRj1IQQaW2m0E50jYjRWZkrqb3jEi52XaVHeV2iY0JxQkHZNyQylDam3wHfPLi1U9a840qt2xYEykLJ3scsdV95YY9JSoRLK3HU3SlqCeQubIEilcRdQGJ0ogUIoV9BjhrkXFU6dl05tKY6OcaqbAU7oSL0OEQWcoSgofzEPSzERXj4cg4imKkfVtcMrWhSVc6ShKpY3bGU / HOPU09XaTX5DEwuICS8uLzMxtQHPFRCOC4 + D1D2B5eguFH7Jcb2fd3EMYDiraFkQsD + a90sSC73zvX4mpYc3MLLFILMbtZEZGw3Yl0kmDTOOE2WodObVGckiLKJlSLIRaBIe4EYNySFaHY47l6ZimjYgos9UGk8dwUJUF43ae2cEGiuBJyYKbi9MFigCT6SKTuiZrYmZQkZOjqoxyPJ5sR0WoCmjTssmk14nUTplEcL5ERfje1u8wqCqiJkpXUMdlo7SGAUWYY3l5K0vjbaa / pMq0Wca5kmkzT841a2YPYtpMqMLQqrSd4CXTxinjpsF5KKjIGkhttkptWst1DIdkTVSuIruE8xZpSG1NRUElG1CXGFUzTJoxwUPpR8xVs0ybiZFfpEEQti / dzCAMGU + 2kgXiNDIMJTODWapqLUU5R8xWozE3M2th0U548G7nnK4iVkWPHj1 + DBFZBL6 + 0uO4GxwM3LzSg7gb9GM0HKqqD7irF + z3HkKPHgcwvq6qx630IO4KIrKpH + O9x2oZ4 + qp0 + / Ro0ePHiuK3iD06NGjRw + gNwg9eqxmvGOlB7Ab6Me4d7AqxtgnlXv06NGjB9B7CD169OjRo0NvEHr06NGjB9AbhB49evTo0aE3CD169OjRA + gNQo8ePXr06NAbhB49evToAfQGoUePHj16dOgNQo8ePXr0AHqD0KNHjx49OvQGoUePHj16AL1B6NGjR48eHXqD0KNHjx49gN4g9OjRo0ePDr1B6NGjR48ewH7cQvPggw / Www47bKWH0eMAxZe + 9KWb767 / 7L5CP7d77Evc1dzebw3CYYcdxqZNm1Z6GD0OUIjId1bqvfu53WNf4q7mdh8y6tGjR48ewG4YBBH5CRH5jIhcLyLXiciZ3fH1IvIpEflm9 + 9Bu5zzWyLyLRH5uoj8 / 7scP1ZEvto9d76ISHe8EpEPdsf / WUQO2 / sftcf9GaoQI0wmsLAAW7fC4uJKj6pHj72Pr3 / 9np + 7OyGjCPymqn5ZROaAL4nIp4DTgX9U1d8XkbOBs4HXiMijgVOBI4GHAp8WkZ9W1QS8HfjPwBXAJ4CnAX8HvAzYpqqPEJFTgT8AXnDPP1aPAx0 / + hH8y7 / AN74BN90EP / iBHVtYsIV + x994DE0DbWtGYVf85m / CW9 + 6MuPv0WNvoK5 / PP9vugm + 8AX4kz + Bz38eTjhhz693twZBVW8CbuoeL4rI9cDDgGcBP9e97CLg / wKv6Y5foqo18G0R + RbwH0TkRmCNql4OICIXA7 + IGYRnAW / orvVh4G0iIrqHDZ / btmXz5s1Mp9M9Oa0HwHe6sOKhh9rjQw / d + dRgMOCQQw6hKIoVGtyP8clPwpveBJdf / uNj3sODHgQPfCCsXQuHHAJzc / Y3MwNlCUXx4393PH7c41buc + wp + rm9m9gxd28zh1cj9vS + uukm + Nzn4Mor4Wtfg + uvt49521Xyec + D44 + / Z2Pao6RyF8p5LPDPwIM6Y4Gq3iQiD + xe9jDMA9iBzd2xtnt82 + M7zvlud60oIvPABuDm27z / f8Y8DH7yJ3 / yduPbvHkzc3NzHHbYYXTRqB67g02b4OCD7fHysj3 + mZ8BQFXZunUrmzdv5vDDD1 + xIcYIZ54Jf / 7n8PCHw5vfDE96kg3zAQ8Ad4Bnw / q5vZtYXr71HN60CY47bqVHdTvs7n117bVwySXw4Q / / OBQ0GMAjH2kewOmn2wboIQ + BBz / 4x / / e0ymy2wZBRGaBS4FfV9WFu5iUd / SE3sXxuzrn1gdU3wG8A + C444673fPT6bS / YfYyRIQNGzawZcuWFRtDzvDSl8L73gevfjW85S22w78 / oZ / bu4E7Y2atQqNwV / dV28Jf / RX84R / Cl79sm52f / 3l4 + cvhZ38WHvtY83L3BXbLIIhIgRmD96vqX3eHfygiD + m8g4cAP + qObwZ + YpfTDwG + 3x0 / 5A6O73rOZhEJwFrglnvwefobZk + xGzfRSn + nr3mNGYM3vxnOOWdFh7KiWOnfYVXirui5uz63So3CrogR3vUu + L3fg3 / / d3jUo + D88 + H5z7eQ6H2B3WEZCfBu4HpV / aNdnvo48JLu8UuAj + 1y / NSOOXQ48FPAlV14aVFETuiu + Su3OWfHtZ4LXLan + YMe9wD7Adf9j / 7IEr + vfCW89rUrPZoe + z02bVp1814V / uZv4Kij4BWvsBDQ3 / wNXHcd / Nqv3XfGAHavDuFJwGnAz4vI1d3f04HfB54qIt8Entr9H1W9DvgQ8DXgk8ArO4YRwCuAdwHfAm7AEspgBmdDl4D + DYyxdMBidnZ25 + OzzjqLI488krPOOmsFR3QnWOEb5wMfMCbQc54D5513z + OiPQ5A3JOFfZUZAjCv4Bd / EU45xUKjH / 2oMYSe8YyVyYvtDsvo89xxjB / gpDs55y3AW + 7g + CbgMXdwfAo87 + 7GciDif / / v / 82WLVuoqmqlh7Kq8Hd / By95CZx4ooWLvF / pEfW4O8zOzrK0tATYRucTn / gET3 / 60zn33HPv0TXuCDfeeCPPOOkkrv3gB + / dYFc4hKQKN98M3 / 8 + fOpTcO65RppYaSLffitdcXf49V + Hq6 / eu9c85hjj + N4dLr74Yt761rciImzcuJE3velNvOhFLyLGyNOe9rSdrzvllFNYXl7m8Y9 / PL / 1W7 / FC15wH5Ze7O5uaQVunMsug1 / 6JXjMY2zHNBjcp2 + / 6rGSc3t30W907hxtCzfeCPPzUFVwzTXwiEes9KgMBzhZ777Hddddx1ve8hYuu + wyvvKVr3Deeedx5pln8opXvIKrrrqKBz / 4wTtf + / GPf5zhcMjVV1993xqDVYwvfMHc5yOOgH / 4B1i3bqVH1GMHLr74YjZu3MjRRx / Naaedxre / / W2e8IQncPzxx / P6179 + 5 + t23eh88E528j / 84Q959rOfzdFHH83RRx / NF7 / 4xVs9v7S0xEknncTjHvc4jjrqKD72sS7deM01pJw5481v5sjnP5 + T / 9t / Y9LVZtyweTNP + 7Vf49jTTuPJZ5zBv9544z75Hu4N5uethmBhAX7iJ6x2ZrUYA8D4sPvj37HHHqu3xde + 9rXbHbuvcf755 + trX / vaWx1bv369Nk2jqqrz8 / M6MzOz87ldH99nuOqqPf67L77bT31KdXZW9ad + SvWmm / b5290lgE3az + 2duPbaa / Wnf / qndcuWLaqqunXrVn3mM5 + pF110kaqqvu1tb9ujef385z9f / / iP / 1hVVWOMun379lud17atzs / Pq6rqli1b9IgjjtB85ZX67Y99TL33 + i / ve5 / qVVfp857yFH3vG9 + oetVV + vPHHaffuPRS1auu0ive8x79 / 4477u7n9n2EnFU3b7a3vPZa1eVlO75Pfle4m6fvfG4fsCGjlYKq3iE9sKcM3jU + 8AHLGTzqUZY / 2MWR6rEKcNlll / Hc5z6Xg7sCxvXr1 / OFL3yBSy + 9FIDTTjuN17zmNXt0vYsvvhgA7z1r16691fOqymtf + 1o + + 9nP4pzje9 / 7Hj / cuhWAwx / 6UI555CMBOPZRj + LGm25iaTzmi1 / 9Ks87 + 8d8lLpt734g90FINEb49rfNOzj4YPjJn1y9hZS9QdjLOOmkk3j2s5 / Nq171KjZs2MAtt9zCk570JC655BJ + + Zd / mfe / / / 0rPcRVhekU / sf / gD / 9Uyu6 + djH + jDRasR9vdF5 / / vfz5YtW / jSl75EURQcdthhTJsGgGqXzKt3jklK5JxZNzvL1X / 5l3v + ZjvyafvAMIzHcMMNpqd16KFmEFbz3nCV2qn9F0ceeSTnnHMOJ554IkcffTS / 8Ru / wXnnncef / dmfcfzxxzM / P7 / SQ7xn2KF1tBdx / fXw + MebMTjzzD5nsJpx0kkn8aEPfYit3S59140OsMcbnZNOOom3v / 3tAKSUWFhYuNXz8 / PzPPCBD6QoCj5zwQV8527m35rZWQ5 / 6EP5q09 / GjAD9pVvfGOPxrS3sXUr / Ou / Gp30kY80iZXVbAygNwj7BC95yUu49tpr + cpXvsKFF17I4YcfzuWXX85VV13F2WeffSta3V1R7PYJVgEXWxXe + U449lij3f2f / 2MMl56Qsnqxtzc65513Hp / 5zGc46qijOPbYY7nuuutu9fyLX / xiNm3axHHHHcf7P / lJHrUbHeTe / zu / w7s / 9jGOftGLOPIFL + Bj / / RPezSmvXVvqML3vmdhotEIHv1o2KX0aFVDdD8tCD7uuOP0tl2lrr / + en6mE2XrcSe4h5P + + ptv5md2oczeU2zbBmecAZdeCk95Clx8sQlyrTaIyJdUdUWI6v3c7rASm5d7GTbK2QzBtm27ly / YJ7 + ryO0lUG / 19J3P7d5D6LH7uJf + 7uc / D0cfbXmC / / W / 4O / / fnUagx4rjJX0Yu / Fe7etKZJu22byE4ceunqTx3eG / Wy4PfZHxAhveINVHZclfPGLcNZZ + 9 / N0mPP8Za3vIVjjjnmVn9vecvtRAxWF + 6BUZhMLCc2mVgNzb2RoF5J9Cyj + xNWYOd1001w6qnw2c / CaafBn / 2ZNa7pcWvcXa + P / RXnnHMO59wTidqVznXtAR11YcGYRM5Z8nhmZh + PbR + i36P12DPswbbnn / 7JtNs3bbJcwcUX98bgzqCq71DV41T1uAc84AErPZweu4lbboFvftM830c9av82BtAbhB77CO97nyWN162zln + nnbbSI + qxX2ClPYM9wI9 + BP / 2b2YEHvnIA4Mld2AbBJG9 + 7cbuPHGG3nMY24n6Mpv / / Zv8 + mOI31H + OhHP8rXvva1e / xRVxPe + lYzAE9 + MvzzP8ORR670iHrsF1iNxuAOxrSDVvrv / 249vH / 6pyEcIMH3A9sgrCK86U1v4ilPecqdPr83DUKM8fYH9 + bNdhfG8Q / + wBLGz3 + + SVDcRpGgx97CCmx27nfYcc / scu + omiG46SajlT7iEQcWOeIA + iirByklzjjjDI488khOPvlkJpMJp59 + Oh / + 8IcBOPvss3n0ox / Nxo0befWrX80Xv / hFPv7xj3PWWWdxzDHHcMMNN3D11VdzwgknsHHjRp797Gezbds2AK666io2btzIE57wBM4666yd3siFF17I8573PJ75zGdy8skn314tsivSufH73 + dRz30uL3 / zm3nMC17Ai1 / 3Oj79z / / Mk172Mn7ql36JK29TILQn + NM / hbPPtiTyX / 7lgeFC9 / gx7o / e72GnnMLN27cDZgy + / W3YssVYRIcearZ0dn + pOtsN9AZhH + Cb3 / wmr3zlK7nuuutYt27dTgEwsJL / j3zkI1x33XVcc801vO51r + OJT3wip5xyCueeey5XX301RxxxBL / yK7 / CH / zBH3DNNddw1FFH8cY3vhGAl770pVxwwQVcfvnl + Nt0jbn88su56KKLuOyyyxgMBnzkIx / hy1 / + Mp / 5zGf4zT / 5E3YUIX5r82bOPPVUrvnAB / jX73yHv / z7v + fz73oXbz3zTH73Pe + 5R5 / 5gx + E / / 7f4dnPtuRx39Dm / oN77f3uQfezO / R + 7wPopk38279ZEvlhD7M6gwPRseoNwj7A4YcfzjHHHAPAsccey4276LKvWbOGwWDAy1 / + cv76r / + a0Wh0u / Pn5 + fZvn07J554ImBSGJ / 97GfZvn07i4uLPPGJTwTgRS960a3Oe + pTn8r69euBH6tFbty4kac85Sl8b8uWW6lFHvWIR + Cc48iHP5yTjj8eEeGoI47gxu9 / f / c + 5C53w1VXwemnw3 / 8j6ZautJdn3rsO + wT77fTMbrquuvY + MIX8oRf / VXOOu88HtP1CLnwb / 6G5519Ns981as4 + dd + jaXxmJNe8Qoe98u / zFGnnrpXvN + l8ZiXvvGNHHXqqWx84Qu59LLLdj6XEf6Nh / Oyl / 0iv3raUTzlKUfyjne841bnn3POORx99NGccMIJ / PCHPwRgy5YtPOc5z + H444 / n + OOP5wtf + MLe + yH2EXqDsA + wa5co7 / 2tdjUhBK688kqe85zn8NGPfvRWHdTuDncnMzKzC + dtV7XIq9 / 1Lh60fv0dqkU6EaqytMfOEVNiT / D978OznmUu9F / / dR8mOtCx173fDRt44zvfCcBL3 / QmLjj7bC7 / i7 / A3yYwf / lXv8pFb3gDl7397QzKko + cey5fft / 7 + MwFF + wV7 / d33v1u1s7O8tVLLuGaD3yAn9 + lBuFGDmUb67ng9b / DNe99D5s2beL888 / fKfS3vLzMCSecwFe + 8hV + 9md / lnd2n + fMM8 / kVa96FVdddRWXXnopL3 / 5y / fOj7APcYDkxvcfLC0tMR6PefrTn84JJ5zAI7p2SXNzcywuLgKwdu1aDjroID73uc / x5Cc / mfe + 972ceOKJHHTQQczNzXHFFVdwwgkn7FSavCPcSi1y0ya + c9NNe / 2z5Gxsovl5uOIKU3PscWBjd73f / / Sf / hPPeMYzbnf + 7bzfZzyD5519NtsXF1kcj3ni0UcD8KKnPY3 / 8 / nP7zzvqf / hP7C + Yygo8No / / 3M + + y / / ghO5Q + 8X2CPv99NXXsklu1RQH7RmDRkhElhgHUfx77z9g3 / KR / 7v / 4XhkO9 + 97t885vfZMOGDZRlufOzHnvssXzqU5 + ya37607cKlS0sLLC4uMjcKi7GObANwioU7ltcXORZz3oW0 + kUVeWP / / iPATj11FM544wzOP / 88 / nwhz / MRRddxH / 9r / + V8XjMwx / + cN7T7W7e / e53c8YZZzAzM8PP / dzP3a6xyA68 + MUv5pnPfCbHHXccxxxyyG6pRe4p / vAPrf / xO98JRx211y / fYxXitt7vZDLZ + f8d3u8 / / uM / cskll / C2t72Ny3YJvdwOt2Lv3I33OxzufPz + v / s7tmzbxpfe + 16KEDjslFPutfd7234PGeEGjiDjeBjf5fovXcmnr7ySy / / iLxgNBvzcf / kvTL / yFTjhBIqi2HnurhGBnDOXX345w13GvtpxYBuEFcBhhx3Gtddeu / P / r371q2 / 3miuvvPJ2x570pCfdLvF2xRVX3O51Rx55JNdccw0Av / / 7v89xnWt7 + umnc / rpp + 983cEHH8zll19u / 7lNwu7aXfrcXviGN / x47A996K2euyv8C8dwzv9o + KVfKnnZy3brlB57E6tws7NH3u8738mTH / tY3vuJT3Di4x7HQWvWMDcaccVXv8oJRx3FJf / wD3f6PvNLSzxw / XqKEPaa93vy4x / P2z70If7kN38TBa5eOIi8Zh2ByAPYyjeWljhobo7RYMC / 3ngjV + xyj9 / pNU8 + mbe97W2cddZZAFx99dU7vavVij6HsJ / hb / / 2bznmmGN4zGMew + c + 9zle97rX3fUJ + 6DYJ + J5Ge / mYG7mHe84MNkWPfYci4uLPOMZz2Djxo2ceOKJt / J + zz33XB772Mdyww03cNFFF3HW + eez8YUv5OpvfIPf7mLr73796 / nPv / u7POFXfxVVZe2d0Dlf / Au / wKbrr + e4X / mV3e6VcHd43ctexrbFRR7zghfw6Bedzqc3Xc0hfBdHBuBpT3gCMSU2vvCFvP6CCzhhB / 32Lu6v888 / n02bNrFx40Ye / ehHc8EFF9zrce5r9P0QDnTsJYNw / c038zO / 8AsAnMd / 59c5j7 / iuTxXP7xXrr / a0PdD2Ie4kzm5NB4z27Hufv / CC7np5ps57w487H0FBb7LT / AjHsRD + R4PZQ89j3vQS2G19UM44EJGd9b7tcc9h4JlkIHNPIzX8WZ + gU / wHC69y / N69NgT / O3nP8 / vXXghMSUOfchDuPB / / s / 79P1 / wEP4EQ / iQfyAh + ypMThAcEAZhMFgwNatW9mwYUNvFGCveAcKbI2Rwbe + BcCv8ydEAn / GKxG4291Ijx67ixecfDIvOPnkffoe7 / n4xznvNuy8Jx19NG98zf / iezyMDdzMIWzmHq0eu95v97Lz2krhgDIIhxxyCJs3b2bLli0rPZTVgZtvvvfXyJnBt77FIW94A / / AU7mU5 / K7 / BaHc + O9v3aPPcIB4f2usIDdS085hZeecsqtjs2zhm9yGGtY4FC + c8 + MwW2xG / 0UVmO4 / oAyCEVRcPjhh6 / 0MFYPHv3ovXaphOPVvJWHcwO / wR / ttev22D303u + + wTIjbuAIRkw4gm / h2IuL9F0YBVVl69atDAaDvfd + ewEHlEHose9wES / hq2zkQzyPimalh3O / wwHh / X7nOys9glsh4rmJAcLXeAg / 4BvsWZX + buGTnzQVvDvAYDDgkEMO2fvveS / QG4QDFXtxF7nMiNfxZk7gcp7LgckqWu3Y773fVebVjBnyJL7AtzmEKziBR / H1ffuGqzA8dEfoDUKPu8Xb + G / cxEP5q / / X3p3HSVFdCxz / HdlEWWRHBwMEiMH4AgJBFhFUkEV2kIwgQhiEhOWFpy8IGPChEYE8tyAubAFkk7CKCIooIovsaADZRvjo6DwGRZYIst73x9SYBgaml + q + VdXn + / n0Z3pud1WfW3WrTt9abvNA7sdX9cSy8hED9OV1PqUGb9M6 / skAfLONaEJQV3WKa3meR7mPd2nIOtvhKBWzcQxkBt15iuG0YpntcDxFE0IQudg9n0IvsijHMEa5Nk + VRDx2qGg1jXiU52nLYp7gmbwncFPOsvBwT0GHrlBXdJb8jGUwDVjLXay2HY5SMckghQf4B1VIZzoPu3tFUSQ8liRDaQ9BXdEsuvIlFXmFfu5cm62UJacpSGfmcZLrWEUTinPcdkiepAlB5eoCwmiG8Gs + pRXv5D2BT06aqQTy0DfhgYxjA / WYT0eqs9t2OJ6lCSFoXNoIF9Ge3VRnDr8Nv3egSUF50ER6M5E + DGUUHVloO5xsHt1W8jyHICJTRCRLRHaElJUUkRUiss / 5WyLktaEisl9E9ohI85Dy2iLyT + e1v4lzu6WIFBKRN53yDSJSyd0qqkgZYBTDqMo + b9x34KFvmipMHllnG6jLAF6mOct5muG2w / G8cE4qTwUu / eHfIcBKY0w1YKXzPyJyK5AK / MqZ5hURyedM8yrQB6jmPHLmmQZ8b4ypCrwAjIm2MsodK2jGFurwOGPI54wHb41HdizKfw5Rlk7MJ4WvmUVX + 235UiKea995JgRjzGrgyCXF7YBpzvNpQPuQ8jnGmNPGmAPAfqCuiNwIFDPGrDfZIzpNv2SanHnNA + 4VHazFqlEMI4UMuvOG7VD + TZuEisBZ8tOFuRyhJAvpQEm + tx2SL0R72Wk5Y0wmgPO3rFOeAnwV8r4MpyzFeX5p + UXTGGPOAceAUlHGldxc2GmupQEf0YT / 5n + jG7NId9zKA23gT / yV1TRmEr2pwWe2w / ENt + 9DyK0lmKuUX22ay2cu0kdENovIZl8P8uVhzzKUUnzLI0y0HYondiwqQh5YZzPoxksMYhAv0JXZtsPJmweWWY5oE8Ih5zAQzt8spzwDuDnkfRWAb5zyCrmUXzSNiOQHinP5ISoAjDETjDF1jDF1ypQpE2Xo6kq2U4OltGYQL3I9J + 0G46GNRIXJA + tsOzXowwQas4qxDLYdTvg8sOwg + oTwFtDDed4DWBxSnupcOVSZ7JPHG53DSidEpJ5zfuDhS6bJmVdn4APjxV + O8DoXGtRohlCU4 / RnvPVYlIrUd5SkAwspxXfMpQsFOGc7JN / J8z4EEZkNNAFKi0gG8CQwGpgrImnAl8ADAMaYnSIyF9gFnAP6G2NyBhn / A9lXLBUGljkPgMnAGyKyn + yeQaorNVMR2Us15tKFwYylBEftBnOlhOLRa7cV1r8EnOcaujKLb7iJj2lEWfSQcjTyTAjGmAev8NK9V3j / M3D5qFHGmM3AbbmU / 4iTUJQ9YxlMIU7zX7xgOxSlIvZn / sJ7NGcSadRlk + 1wouOBLzw6uJ3iKyownYdJYzLlfjodFCM9bJQ8LK / r + XRkNEPpy2ukMcVqLH6nCSEIYtwgn + MxDMKf + KtLAcVAE4m / WF5fu6hOT6ZSj / W8xB + txuIKy8tTE4LfxdiADlOaiTxCN2ZSkS9dCkpFypeXVFveeR2jGO1ZxPX8wHw66W99u0ATQpL7G / / JKQrzeDxGDNFv + 2HTS6ojcwGhO29wgMrMozM3kWk7JPdY3G50tFM / i7HhHKco4xhIRxZ4Y0hgTSAqTCN4iiW0ZRwDuJO1tsMJDO0hJLFX + QPHuIGhPGs7FOU3FpP3m3ThGf7MI0yI / Z4ZdRFNCH4V4wZ5imt5nkdpznJqs9WloHIRbpzaO1Bh2EItejKVO / mYlxkQ3F / ys7Q9aEJIUhPoQxblEtM70J29ckEm5WnHYsqSxXw6UZCztkMKHD2H4Dcu7Fx / pBBjeJzGrKIxq10IKkaR1MkDN + 8kLYuJ / UcK0YGFfE8J1tJQ70SOE00ISWgSvcnkJmbSzXYo2ntQeTJAX15nA / WYRydq8qntkAJLE4JfuLTjPE1BRjOERqymCatcmWdYcuIP / XavyUCFYQRPMZ0ejGQEnVhgO5xA04SQZCaTxtdUYBo97J6Q02TgL5bW12v05S8MJ41JDOdpKzFYY + HwqCYEP3Cxd / AsQ2nIGu7hA1fmGTFNBCpMi2lLf8bTiqW8xu + De0WRh2hCSCKT6E0GNx + Fl + 0AAAi4SURBVDOFXrpxqfBZSOLrqUcqc6jNFubShfycz3uiIEpwL0EvO00SJyjCSJ7kLj6iKe / bDic22ssItN3cQmvepgIZvE1r + 7 / el0S0h5AkxjKYw5RlKfdr70CFL8HJN5PytGA5 + TnHclro5aWQ0F6CJgSvc2GD / JqbeI7HSGU2v2GzC0Ep5b4jlKAly / iW0qyiCVX4wnZISUcTQhIYxijOkZ9RDLMdivKTBPYOjlGM5rzL51RnCW2ow5aEfbYvJKiXoOcQAm41jZhODx7jOSpz0HY4yi8SmAxOUISWLGM7NZlHZ + 5jRcI + W11MewheFuNGeZb89OMVKnIw + a7hVr5wksK0YQkbqcub / JY2vG07pKSmCSHAXmQQO7mNxbTlOk7ZDkepi5ygCO1YzMc0YgYP6V3IHqAJIaB2UZ3hPE07FtGWJbbDUX6SgMNFRyhBK95hM3WYzsM8yJy4f6bvJeA8giYEr4phozxDAboxk6Kc4HX6uhiUCrQEnTf4P8pxH + + xh1uYTyfa8VZCPlflTROCF8W4YT7JSLZzO4toRzmyXApKqdgdpCL38R5fk8JS7qcpK22H5C9x7iXoVUYBs4TWjOFx0pik37xU + BLQO1hPPe5gA4cpwwqaaTLwIE0IAbKbW3iIGdRiK + MYaDuc + NLhK3xlNqnczYcU5QTrqU8D1tsOSeVCE4LXRLmj + 46StGcRhTjNAjpSmB9dDkwFVhyT6wWEkYygK7Opy0Y + oR6 / ZE / cPk / FRs8heEmUG + YJitCKdzhIJVbQjJ / xlcuBKRW5bylFT6aylNb0YCqv05dCnLEdlv / F8TyCJgSviDIZnOJa2rOILdRmPp1oxBqXA1OBFqfewVoakMocsijLOAbQn / E6qKKb4pQU9JCRjx2jGC1YzofczRR66UlkFZk4JIMzFGAkI2jMRxTiNOupzwBNBr6hPQQviGLDzKQ8rXiHHdzGTLrpjT0qMnFIBtuoSU + m8hk16MYMxtOf4hx3 / XOUIw69BO0h2BbFhrmO + tRmC3v5BUtok7zJQK808oR / cT1DGcVv2MRhyrCYtsyguyaDRHB5G9CE4CMGeJXf04RVXMdJPqEeLXjXdljKb1zaiRhgJl25hT2MZijdeYOd / EqHSkk0F5OCJgSbIliRJylML6bQj1dpxgo2U4f / YEccg1OB5MLOwwAruYeGrOUhZnIjmayjPn + nFyU4GnuMyhpNCLZEsGFuoya12cJUfscIRrKENtzAsTgGpwIpxmSQkwjuYjVNWcmX / IxJpLGRutTnE3diVNERcSXZa0KwIcwVd4YCjGEwd7CB4xTjfe5lJP / DNSTm91V9Qc8jhCfGwRJn8SANWEdTVnKAyoynH + lUIY0p2h69JMbtQa8ySrQwVtgFhIV0YAij2U81OrCAiTxCKY4kIEAfSuCPkPtSlDuJXVRnFl2ZRG8OUZ5q7GU8 / Uhjst5gFlCaEBIpjw3zKMWZSk9eZgDpVOVWdrKMFnriOByaFC4XYSK4gLCN21lGS + bShX / ya67hPC1ZxkDG0YwV2hsIOM8kBBFpAbwE5AMmGWNGWw7JXblsnAbYRzU + 4B4W0oEPuZuzFKQhaxjFMDqygPycT3ysfnXpMk7mBBFGMjhOUbZTk63UYj31Wcm9fEdpABqyhnEMoDPzKM + heEerPMITCUFE8gHjgWZABrBJRN4yxuyyFVPOvsSYfz9C / w / ntQsX4HjxChyjOEdpwGHKcIDKfMHP2csv2EwdjlAKgKrsYxAvksocarEtgTUNsCToNVy4AOfPO4 / C13OefJwnHz + QwlFu + OnxPSXIoAIHqcRBKpFOFdKp + tN8UsjgfpbSjBU05X1NAknKEwkBqAvsN8Z8ASAic4B2QMQJoXlzWOMM5xPtztxdGZeVFOMYVUinAwupz3oasI5fsltv74 + Hq31T9lGySE + HGjVCdv7ns5PBxX7Icz5lyKISB6nFVn7H36nFVm5nmyYABXgnIaTARUN0ZgB3XPomEekD9HH + / ZeIXGkc3dLAt65G6KLjwDbnMTmyST1drxjYqdfVD6tUTFQYkLi2fdh5bAL + Ee1M4kPbtpuibNteSQi5RX / Z1zdjzARgQp4zE9lsjKnjRmBeovUKLm3bWi8v8Mp9CBnAzSH / VwC + sRSLUkolJa8khE1ANRGpLCIFgVTQsZyVUiqRPHHIyBhzTkQGAO + SfdnpFGPMzhhmmWfX26e0Xiqoy0rr5QFifHSlhVJKqfjxyiEjpZRSlmlCUEopBQQsIYhICxHZIyL7RWSI7XgiJSJTRCRLRHaElJUUkRUiss / 5WyLktaFOXfeISHM7UV + diNwsIh + KyOcislNE / uiU + 7peiebnth3Edg0BbdvGmEA8yD4ZnQ78HCgIfArcajuuCOtwF1AL2BFSNhYY4jwfAoxxnt / q1LEQUNmpez7bdcilTjcCtZznRYG9Tuy + rleCl6Gv23YQ27UTa + DadpB6CD8Nf2GMOQPkDH / hG8aY1XDZGNftgGnO82lA + 5DyOcaY08aYA8B + speBpxhjMo0xW53nJ4DPyb4z3df1SjBft + 0gtmsIZtsOUkLIbfiLFEuxuKmcMSYTshsgUNYp9119RaQScDuwgQDVKwGCuEwCtf6D0raDlBDCGv4iQHxVXxEpAswHBhljjl / trbmUebZeCZJMy8R3dQ1S2w5SQgjq8BeHRORGAOdvllPum / qKSAGyN5iZxpgFTrHv65VAQVwmgVj / QWvbQUoIQR3 + 4i2gh / O8B7A4pDxVRAqJSGWgGrDRQnxXJSJC9qCunxtjng95ydf1SrAgtm3fr / 9Atm3bZ7VdPuvfiuwz / enAE7bjiSL + 2UAmcJbsbxNpQClgJbDP + Vsy5P1POHXdA7S0Hf8V6nQn2d3iz4DtzqOV3 + tlYTn6tm0HsV07cQaubevQFUoppYBgHTJSSikVA00ISimlAE0ISimlHJoQlFJKAZoQlFJKOTQhKKWUAjQhKKWUcvw / VXVbu8 + IWesAAAAASUVORK5CYII = \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 4 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " # Plotting the Original and Histogram Equalized Image , Histogram and CDF \ n " , <nl> + " fig , axs = plt . subplots ( 2 , 2 ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 0 ] . imshow ( cv2 . cvtColor ( image_c , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 0 ] . set_title ( ' Original Image ' ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 1 ] . imshow ( cv2 . cvtColor ( image_c_clahe , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 1 ] . set_title ( ' Image after CLAHE ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 0 ] . plot ( cdf_c_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 0 ] . hist ( image_c . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 0 ] . legend ( ( ' cdf ' , ' histogram ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 1 ] . plot ( cdf_c_clahe_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 1 ] . hist ( image_c_clahe . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 1 ] . legend ( ( ' cdf_clahe ' , ' histogram_clahe ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " # Hide x labels and tick labels for top plots and y ticks for right plots . \ n " , <nl> + " for ax in axs . flat : \ n " , <nl> + " ax . label_outer ( ) " <nl> + ] <nl> + } <nl> + ] , <nl> + " metadata " : { <nl> + " kernelspec " : { <nl> + " display_name " : " Python 3 " , <nl> + " language " : " python " , <nl> + " name " : " python3 " <nl> + } , <nl> + " language_info " : { <nl> + " codemirror_mode " : { <nl> + " name " : " ipython " , <nl> + " version " : 3 <nl> + } , <nl> + " file_extension " : " . py " , <nl> + " mimetype " : " text / x - python " , <nl> + " name " : " python " , <nl> + " nbconvert_exporter " : " python " , <nl> + " pygments_lexer " : " ipython3 " , <nl> + " version " : " 3 . 8 . 2 " <nl> + } <nl> + } , <nl> + " nbformat " : 4 , <nl> + " nbformat_minor " : 4 <nl> + } <nl> new file mode 100644 <nl> index 0000000000 . . f7e891e697 <nl> mmm / dev / null <nl> ppp b / code / artificial_intelligence / src / image_processing / contrast_enhancement / Histogram - Equalization . ipynb <nl> <nl> + { <nl> + " cells " : [ <nl> + { <nl> + " cell_type " : " markdown " , <nl> + " metadata " : { } , <nl> + " source " : [ <nl> + " # # Histogram Equalization of Black and White Image : \ n " , <nl> + " Histogram Equalization of a Black and White Image is fairly straight forward , and can be done using the hist_equalized function of OpenCV . The image after Histogram Equalization has Cumulative Distribution Function ( CDF ) as a * * straight line * * . " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 1 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Importing the libraries \ n " , <nl> + " import numpy as np \ n " , <nl> + " import matplotlib . pyplot as plt \ n " , <nl> + " import cv2 \ n " , <nl> + " import matplotlib . image as mpimg " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 2 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Reading the original image , here 0 implies that image is read as grayscale \ n " , <nl> + " image = cv2 . imread ( ' lc . jpeg ' , 0 ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the original image \ n " , <nl> + " hist , bins = np . histogram ( image . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf = hist . cumsum ( ) \ n " , <nl> + " cdf_normalized = cdf * hist . max ( ) / cdf . max ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 3 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Applying Histogram Equalization on the original image \ n " , <nl> + " image_equalized = cv2 . equalizeHist ( image ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the equalized image \ n " , <nl> + " hist_equalized , bins_equalized = np . histogram ( image_equalized . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf_equalized = hist_equalized . cumsum ( ) \ n " , <nl> + " cdf_equalized_normalized = cdf_equalized * hist_equalized . max ( ) / cdf_equalized . max ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 4 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAYQAAAEICAYAAABfz4NwAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAgAElEQVR4nOy9ebRd53Uf9vvuPM / TupppecJ7AAiAAEiAIgnKYipRsRfd2GrlJI20Gtmt3SYrqVN7WXEdObG9kqy4jlez4jTNqptYkW3ZqaOmkWqJlmhRBClQIIl5esCb353neTz9497f5nmQCJKgRBLy22th4d3pnO + c8317 + O3f3p / SNA37si / 7si / 7si + G93sA + 7Iv + 7Iv + / LBkH2DsC / 7si / 7si8A9g3CvuzLvuzLvoxk3yDsy77sy77sC4B9g7Av + 7Iv + 7IvI9k3CPuyL / uyL / sCYN8g / MBEKfVZpdS / + X5 / 920cS1NKzX8 / jrUv740opa4opZ56v8fxwyhKqenRmjCNXn9FKfWp7 / M5PqeU + vz385jvl + wbhLchSqlPK6UuKaUaSqmUUup3lFK + e / 1G07Tf0DTtM2 / n + O / ku + 9GlFLPK6V + 4OfZlzdEKbWulHr6rvc + rZT6Fl9rmnZQ07Tn3 + I4exTbgyaja + 4rpWp3 / Yu / l + PQNO0ZTdP + 7Xt1PqXUU0qp7ffqfO9W9g3CW4hS6ucB / BMA / zMAL4BTAKYAfE0pZXmT3zyQi3Zf / uLKezRnX9I0zXXXv9334Lz78jZl3yDcQ5RSHgC / CuBvaZr2 / 2ma1tU0bR3Af4WhUfjro + 99Tin1x0qpzyulKgA + fXcYqZT6G0qpDaVUXin1v + g9R / 13dZ7gp5RSm0qpnFLq7 + uO84hS6iWlVEkplVRK / Ys3M0xvcW1PKaW2lVK / oJTKjI7140qpjyulbiqlCkqpz77d8yql / gul1A2lVFkp9S + VUn + uj0aUUv + tUuqaUqqolPpTpdTUOx3zD6vcNRceUUp9RylVUUqllVL / 6 + hr3xz9Xxp51qeVUgal1C + P5lVGKfXvlFJe3XHfas7dPWff6hlrSqmfU0rdUkpVlVL / SCk1N / pNRSn1xfuZi6NjH1NKvTo67h8qpf5AKfVro8 / 2RFS6scyP / v7LSqnXRmPYUkp97h7nkShZKXXhrmhFUyPoTil1Sil1dnQvLigdpKeUmhnN76pS6msAQu / gOp9XSv3a6Ng1pdR / UkoFlVL / fjT + V5RS07rv / / bomipKqfNKqSd0n9mVUv92tKaujdbytu7zuFLqPyilskqpNaXU336r8e0bhHvLYwBsAP5v / ZuaptUAfAXAX9K9 / SyAPwbgA / Dv9d9XSq0A + JcA / hqAMQwjjfG3OPfjAJYAfATAryillkfv9wH8XQwn4enR5z / 3Dq + LEsPw + sYB / AqA / wNDI3ccwBOj886 + 1XmVUiEMr / 2XAAQB3MDw3mH0 + Y8D + CyAvwIgDOAFAL9 / n2P + YZffBvDbmqZ5AMwB + OLo / SdH / / tGnvVLAD49 + vdhALMAXAD + BfC259zdc / btzK2PYTg / TgH4BQD / enSOCQCHAPzUO73gkRH5jwB + D0AAwB8B + Il3cIg6gL8xuo6 / DOBnR3PunqJp2hFGKgD + Jwzn7atKqXEA / xnAr43G8 / cA / AelVHj00y8AOI / hffpHAN5pTuKTAP4bDJ / HHICXAPzu6FzXAPwD3XdfAXB09NkXAPyRUso2 + uwfAJjG8Nn / JYwcVABQShkA / CcAF0bn + QiAv6OU + ug9R6Zp2v6 / N / k3usGpN / nsHwP42ujvzwH45l2ffw7A50d / / wqA39d95gDQAfD09 / juNAANQEL3 / XMAPvkm4 / g7AP5E91oDMP8m330ewGdGfz8FoAnAOHrtHv32Ud33zwP48bc6L4aL8SXdZwrAlu5cXwHwN3WfGwA0AEy938 / 4PZhD6wBqAEq6fw0A37rrO5wL38QwKg3ddRzOC5PuvT8D8HO610sAugBMb3POffMtxv695taH7pofv6h7 / ZsA / vmbHOvTAHp33Yfbo8 + eBLALQOm + fxbAr + l + + 627jnevef7PAfzW97pv + jWg + / 7jADIAFkevfxHA7931nT / FUPFPjq7DqfvsCxit3 + 8xlqcAbOtePw / g7991z76ie / 1jAF6 / xzMpAjgy + vsOgI / qPvsMzwXgUQCbd / 32lwD87r2e + X6EcG / JAQip742vjo0 + p2zd4zhx / eeapjUA5N / i3Cnd3w0MvT8opRaVUv + vGia3KwB + A + 8gZL1L8pqm9Ud / N0f / p3WfN9 / mee + + Pg2APpE2BeC3R + F3CUABQ6PxVlHSD4v8uKZpPv7DvSO6vwlgEcD1EXzwo / f4bhzAhu71BobGIIq3N + f2zNm3Obfunh / fc768ibysvw + aps3prmNnNG / 01 / K2RCn1qFLqGyNopAzgv / 8e436z305gGIV9StO0m6O3pwB8gvN1NGcfx3DNxwEUNU2r389YR / K276FS6udHcFB5NA4v3mTd3fX3FID4XdfwWQznxpvKvkG4t7wEoI0h1CGilHICeAZDD41yr7axSQAJ3e / tGEIr9yO / A + A6gAVtCCt8FkPl + oOWe5337utT + tcYTtT / 7i5lYNc07ex7MO4HSjRNu6Vp2k8BiGBIZvjj0Xz7XvNrF8OFT6H3msbbm3N3H / P9mltJAOOjeUOZ1P1dxzDCAQAopWJ3 / f4LAP4fABOapnkB / Cu8jXGP7sl / xDCq + Yruoy0MIwT9fHVqmvaPR2P1j57J9xrr901G + YJfxDBn6R85E2W8ybrDELbTX8PaXdfg1jTt4 / c6575BuIdomlbGMHz / 35RSH1NKmUcJnz / C0AP + vbd5qD8G8GNKqcdGeOmv4v4XmhtABUBNKXUAwM / e53G + n + f9zwAOq2FS2gTgf8AwP0H5VwB + SSl1EACUUl6l1Cfeo3E / UKKU + utKqbCmaQMMYRVgiO1nAQwwxIspvw / g746SnC4MPfo / 1DSth / ubc + / X3HoJQ0P2t5VSJqXUXwHwiO7zCwAOKqWOjvDzz931ezeAgqZpLaXUIwD + 6ts87 / 8J4Lqmaf / 0rvc / j + G9 + 6hSyqiUsqkhCSOhadoGgO8A + FWllEUp9TiGMM8PQtwY3pcsAJNS6lcAeHSffxHDdeUf5T3 + R91n5wBUlFK / OEo + G5VSh5RSJ + 91wn2D8BYymiyfBfDPMFws38bQ + n5E07T22zzGFQB / C8AfYGjVqxhilm / r93fJ38NwwlcxTAL / 4X0c437kTc + raVoOwCcA / FMMYYkVDBdNe / T5n2Do7f7BCIq4jGGEtS / fLR8DcEUpVcMwwfxJTdNaI8jn1wG8OIIATmGo0H4Pw7zDGoAWhvPsfufcD3punVbfXYdwUtO0DoZR + KcxxMj / a + iIHCMo5x8CeA7ALQDfuuu4PwfgHyqlqhjmTr6ItyefBPBf3jWeJzRN28Iw4f5ZDJXxFoa0c + rLv4ohRl / AMLH7797RXXj78qcY5t9uYghLtbAXFvqHGDqmaxjemz / GG2uuj6GhOjr6PAfg32AIOb2pqL2w3b68FzLy5koYhuZr7 / d4vt8yYjhsA / hrmqZ94 / 0ez748eHNOKfV / YZgg / eX3eywPiiilfhZDB + LM / R5jP0J4j0Qp9WNKKccIe / xnAC5hyC75oZBReO1TSlnxBvb88vs8rL / Q8sM + 5 / 6ii1JqTCn1ITWsR1kC8PMA / uTdHHPfILx38iyGScBdAAsYWvIfpvDsNIDbGIamP4Yhs6Z575 / syw9Yftjn3F90sQD43zGE + L4O4EsY1p7ct + xDRvuyL / uyL / sCYD9C2Jd92Zd92ZeRPDBN2H73d39XAwCj0QiHwwGz2Yx2u41mswmXy4Ver4derwebbVjV3W630Wq1oGka2u02BoMBNE2T74RCIZjNZnS7XbTbbSil5BhOpxMmkwndbhdmsxm1Wg31eh2dTgfhcBhGoxE2mw2NRgNmsxn9fh / NZhNmsxlGoxGlUgmapsHtdmMwGEApBYPBALPZjEajAZPJBIPBAKUUnE4nLBYL + v2 + XKtSChaLBZqmwWw2o9lsolKpwO / 3yzX0 + 335ezAYoNVqwekcUqN5zMFggE6ng0KhgHa7DZPJBIvFArvdLves3W6j1 + vBbrfDYDCg0 + kAAPr9voxpMBig3 + / DYDBgMBig0WgAACwWC1qtFur1unzO6 + QY + AxMJhOMRiM6nY6cp9VqwWq1wmQy7bn3vC6r1YparYZsNgubzQaDwQCXywWllIyt3 + / DZDLBZDLJWHkcg8GAUqkEi8UCk8kETdPQbDZRq9XQaDTw67 / + 6 + 8Fx / 67RCn1MwB + BgDMZvPxUCgEg8EAi8UCg8GAbreLXq8nc6Df78NsNssc7Xa7e54974PZbIbL5YLRaES / 30ev1wMAOQaPz3vWbrfR6XT23C + z2YxOpwOj0Sj3ks + 12RwigFarFZqmQSklc7vb7cqc5vw1GAy4G4EwGo0AIL9pt9twOBzQNA2DwUCuh393u11YrVYopWA2m2EwGOR6G42GjI9zgPOe60M / L3gvuCZ5DqUUNE2Tuc + 13 + l05HOlFIxGI6xWK4xGI7rdrlwH76n + + XCs / X4fg8FA7hmfU7vdRq1Wk + dqtVq / a5w8tv4Z8l40m00YjUYYjUZomibjHf2f0zSNbTbekTwwBoETsNfroVQqoVgsihI2m80wmUxyswwGA3q9HoxGI5rNJjRNkwlar9ehlEK5XIbFYpGJXy6X5YbbbDaZXI1GA / V6XQyPxWKBxTLs3 + VyuVCpVFCv16FpGoLBIPr9PtxuN3w + HzqdDur1Omq1GgDA6 / WKEeJE6ff78Hq9olA5EdrttozD4XDA4XDAarXCYDCgVquh2 + 2i2 + 3KOKkAeJ2cmN1uFy6XCz6fTyayUgrVahX9fl + MSLVaFUWjlILJZEKtVpMx9vt9dLtdWCwWmM1mWK1WUSgA0Gg05N7bbDZZzDabDUajEdVqFW63GwBQLBbRaDTEwNhsNjHCRqNRng8VkM1mQ6VSEWPBBcrxcgxms1nO2263RUE1Gg1YrVZZzJ1OR57h + yGapv1rDHsAYWxsTPvpn / 5pDAYDtNttvP7660in03C5XPB4PHA4HAgGgzh8 + DCsVisKhQIGgwG2t7fRbDbh9XphsViwvr6OYDAIt9uNYDAIm82GZrOJK1euoF6vIxKJ4MCBA6Dx2d3dxdWrV5FKpTA9PY0TJ07A7 / fLvb1 + / To2NjbQ6 / XwzDPPoNFoYHt7GysrK6jX61hbW8P6 + jo0TcOhQ4fQbrdRKpXQarXQ7XYRj8exsrIijggVodlsht / vh8vlEqXq9XphMpmQTCZRr9dRrVZhMpng9XrRbDbRbrfhdrvFqNOgK6Vgs9lgNptRr9dlzjabTUxMTKBSqSCdTqNSqWAwGMBkMsHtduPWrVviTLZaLdRqNfj9fni9XgSDQVQqFeTzeVSrVayvr2MwGMBsNiMYDMLv96NarSIWi8FisWBnZwcrKyvQNA1XrlzB9vY2rFYrYrEYotEoZmdn4Xa7xaG5fPkyWq0Wms0m1tbWsLm5ifHxcczNzcFqtaLb7aJcLouBDQQC8Hg8KJfLyGazGBsbg9VqRTqdRq1WQyAQQCQSQS6Xw9mzZ2Gz2XDx4sV3Wjkt8sAYBCp2WnMAe6wyvcBOpwOr1SqKgd640 + lENpuVaMHlcsnxut0u7HY7KpUKPB6PKNjBYCAGJBgMwmKxyGv + 83g8cLlcojB5fFprPmR6XXqPotfriZdMJcUIp1qtotVqicKnIbHZbLDb7bDZbGi32 + IpU / nxuFS2HI / P50O325UFywWiX6iNRgPNZnPPNdbrdVm49FJ4HI6THg7vFz1Tu92OYrEIFqDSIPH8nU4HbrdbIh8aRQBi5PkeFXm9XkcgEBDlwOfUaDSgaRo8Hg + CwaBEIHwmHDPvZSAQeO8m7z2k2 + 1ifX1dvFIAYsxarRbcbjfcbjdKpRKCwSB6vR7K5TKcTifMZjOmpqbw0ksvIZvNotPpwOl0yjPNZDIYGxvD7du3ceDAAQQCATHid + 7cgdFoxIkTJxAIBLC5uSkG2Wg0Ynl5GXNzc2i326hWqygWi + h2u6hUKmg2m4hEIqhWq6hUKrBarTCbzbBYLBKBJZNJhEIhFAoFBINBhMNhDAYDrK6uwuv1wuVywe12w + l0otlswufzIRAIwOfzoVKpyL2gN81 / nAfpdBrdbhcHDx5EvV5HLpdDqVRCv9 + Hw + FAp9OBy + WC0 + lEMpnE7u4uNjY2xNnZ2toSQ9Hv99FqtVAul5FKpTAYDLC2tgaj0SjrZmdnB61WC1tbW4hEInj11VdlLTudTlQqFZRKJQwGAxSLRSwtLeHYsWPQNE3W + GAwkGtvNpuwWCxwOp3I5 / PY2dnBsWPH4HQ6ZT53Oh1sbm6i3 + 9jZWUFp0 + fRrFYxM7ODsrlMgqFAorFInZ3dxEIBOD1enHkyBFcvHjxvufjA2MQgOFCoRfIhU1vlQqs3 + + jVqsJXBEMBsXrjEajyGaze + CNVqu1B + pgaMfJTU + SHhfDs16vJ4uYUQY92nK5LEqMRsvhcEg42Gg04PV6RSnTq + bYGc4TkrLZbOLhttvDuiKOl8q2XC6L0aEnTQNDJc5xUFEqpWSR8f4R7uG1DgYDlEolMcROp1Oul8bAZDLJs7Db7aKMCQMZDAZ4vV44HA602225h9FoVDxFhvr0KG02Gzqdjigw / obRj91ul7A8k8mg2WwKlEgIgRGVxWKRa9U0DQ6HQ4zWB0Gy2Sy8Xi86nQ4CgQDK5bJEBjT09XodxWIRoVAIyWQSx48fF6Pw5JNP4sUXX0S9XofFYoHVakUymYTJZILL5ZJjDQYDeDwepFIpeR2LxbC7u4teryfRLuE + Pq / t7W0opXDp0iWZH3xOY2Njci + 3t7extLQEr9cLr9cLg8GAUCiEdruN9fV1uFwu5PN5bG9vw + v1YmxsDH6 / X4wAMHQaCF8CwObmJqrVKqxWKxKJBDRNg9frRSAQQKfTQbPZhMFgwNjYGEwmEyqVCoxGIwqFAhwOh8wFv98vHj2dxdXVVZnXsVhMHLOdnR0YDAY4HA4xyJFIBMViEblcDo1GQ9bN8vIyJiYmkM1mxcl55JFHMDs7K5EHDZjb7UYsFkOxWEQmk0E + n0ej0UC5XJYoOpFISDT053 / + 50ilUjAajYJO2O12jI2NYW1tTRypQqEAAIjFYoJG3K88MAaBniW9kX6 / L3gpAFEYxO49Hg88Ho8oEyoIj8cjE8xsNgOAQCc + n08ww36 / D4 / HA5 / Ph3a7LV6z2WxGr9cTeISQBbF0esGFQgGhUGhPVMDIIxqNykStVquoVquw2 + 1yLcR7 + Tcxd / 5Nb6PRaMBisQhmSUy01WqJouai0WOS9LbsdrssAkI4vF92u10WC7H3TqeDUCgEr9eLXC6HXC4Ho9GIcDgMm80m4 + j1enC5XDCbzSiVSnC5XHKeXq + HZrMJv9 + PwWCAdDotMB2Vfb / fh81mE5yXURIA + Hw + UfS894TWgKFhpJElVk4DySjBZDKJIX2 / hU5AOByGz + dDq9XC5OSkwG56OHNxcRGLi4tYWlpCsVgUiDMQCGBlZQU3btxAMBiEz + cTrzeRSGBhYQGDwUCe / dzcHBYXF1GpVLC9vS0wDucAjXM + n0cqlcLGxgasViuq1Spef / 11nDp1Sgyy0WiE3 + 9Hq9XCk08 + KY7L2toatre3kUgkxClpNBrw + / 0IBoMydwmP8DiMer1eLxqNBnw + H5RS6HQ6yGaz4nTU63Ukk8k96ADnZCwWQygUEuNjtVpRLBbR6 / UwNjYma6Xf76NQKKBQKODUqVNYWVnBuXPn8MILL8BiseDQoUMIBoMolUrweDyoVCqYnJyEx + PB9evXMTk5iWAwKIo9nU7joYceQqvVwnPPPYdQKIRoNAqr1SqR1djYmOgIl8sl0e7KygoikYiMrVwuY2xsDE6nE0opXL58GW63G1arFY1GAy6XC9PT0 + j3 + 3j99deRzWZht9vf9Xx8YGinv / mbv6m5XC7YbDZRBPScqMR48 + x2u3iZ9H450RwOhygNKlMqo0ajgWq1Krg6PVKXyyXKql4fNjmkx89FRuXJKACARC70oKmgGelYrVbxriqViiSZmH + gMjYYDHC73aLECHMRHmJSjl5 + s9kUKE0phVarJZ42oSl9MlYPt / Fe8Pc0Hhyr2WyG2 + 1GvV5HPp8XA0WF3Gw2JeHF1 / RuOP5arSaKXw / rEXridRDz1zQNjUYDDodDFk2pVJIkH + 8T50S1WpWEvMPhkAVIOItEg1 / 4hV94362Cz + fTPv3pTyMcDkPTNDGyGxsbKJfL6PV6mJqagtlsFgURCoVEIRcKBdRqNYyPj + Pq1atwuVyCc0ejUZhMJmxvb + PGjRuYmZkBAIF5ZmZmYDQaUavVsLOzAwBIJBKSv8pkMnLv9HAeHR2n0wmXywW73Y5yuYx8Pg + v1wu / 349arQalFG7duiUw0ZEjR5DP5yUnZbVasbCwAACStGUOoFarIR4f7q7J82YyGXl2FosFyWQSqVQKpVIJ + XwegUAArVZLPPtQKASHw4FCoSCKmU5YNptFPp8X4 + TxeLCwsICNjQ2cP38eBoMBwWAQDsewp14qlcLu7q7MyXw + j4mJCYnSlFLY3NyU8bdaLXHyjEYjvF6vOJSBQAB2ux2apmFrawsTExM4c + YMPB4PLl + + DLvdjkgkIhF2Pp + HyWTCrVu30Ov14PV6MTU1BbvdjlKphLW1NVSrVTHiX / / 6189rmnbifubjAxMh + P1 + wc0Jzdjtdni9XmxsbEgil959q9VCv98XT1fPfAEgyV4qFCZzyKzo9 / sol8tQSslDZoKXypSeiz4p2mw20e / 3JTLI5XKw2 + 3w + Xzo9XrodDqyIPWJWqvVKp4Zjc7ExIRg + gDkuDTiTBwTgwUgY6LB4mRvNptIpVKCtYdCIVgsFkkm0zvkvWo2m4Lj0lDS06P3bTQa0Wg0JGnLsTFC0Rtp3hfgDWYGjaWmaQKHkcHEa3Q4HHuS3YTgGLVYLBYxqv1 + H51OR / ItNMJ640kvS8 / qej / F4XBgdnYWxWIR29vb0DQNY2NjWF5expe + 9CXMzs7i6NGjAIbGdXd3F41GA / F4XJTy + Pi4OAzb29tYW1sTA1Or1XD58mXJvzSbTVy9ehUmkwmrq6tIp9PweDwYGxsTZWo2m1EulxEKhTA1NQWbzYZcLodmsylwzrlz5xCLxTA7O4t2u41KpYJr164hEokgHo + jWq3C5 / MhHA7D6 / Wi3W5jY2MD / X4fH / 3oR5HL5QSvp5dPB4vzLZVK4cCBA + Ig1Go1UZS7u7tYXFyE3W7HN77xDaRSw27xp0 + fht / vx40bN1AsFrG + vi6JZ5fLhWQyiXK5DGAIR928eROhUEjYf2TB7e7uYmdnBz6fT9ZSrVYTxRuNDrtIp1IpYSNxDdOJJNEkk8kgnU7vIUJMTEygXC5D0zQYjUaZ + 0QX / H4 / ms2mRPyFQgEul0vIGS6XS5L4lUoFy8vLCIfDaDab + PrXv37f8 / GBMQhOpxONRgNbW1swGAyIRCLCQnA4HPD7 / SiVSuh2u4jFYsIuKZVKcDqdwgCid0GYh0wlRhaaponhGR8fR7VaFaoqHxAT0PSwid2bTCYJRRna6llJzBW0Wi3BuunZMudBiMTpdIqx4LiBN6IDso6oUEmr5Xn0Y7JYLMI0YsKuXq8LfEIlTOiIn9PQMdfCMRPv9Xq9gvUzXOXYbDabGFhgqMwYYZBuy2iPxlNvSDOZjFATrVarwD6Mxrhgms2m3FPCHfV6XeAMJvT0cBwN / QdB6OV / 6UtfgtFoxOOPP45Dhw4hmUxibGwMhw8fxoULF1AqlfD000 / DaDRie3sbFy5cwMzMDE6dOiW5Ea6BnZ0dbG9vw + PxwGg0IpFISM4ml8vhmWeewfr6OqrVqkAr4XAYsVgMN27cgNPphMPhEAfI7XYLMcLj8SAUCgn2T + jU6 / UiFArB7XaLQaYHXigUxGNOJBJotVoIBALo9 / tC0fZ6vahUKhgbGwORAD3Djc4DHROysMbHx3Hw4EGsrq4KKyidTsPhcGBrawtKKZRKJWxsbKDVaiGZTMLlcmFiYgJWq1X0g81mw / Xr1wEAhw4dwvj4OAqFAsbHx8UYTE5OIhqN4saNG2g0GuKRc / 02m03Mzs4iGo0K8mAymTA9PQ2bzQabzYbnn38eVqsV5XIZwWAQMzMz6PV6EhkePXpUopFoNIpUKiWw4NramuTikskkIpEIrFYr5ufn0Ww2ceHCBYHB71ceGINAmCcSiaDT6cjkUErB5 / MJVY0wEr9PRpE + AUwIqdVqyT9OQobiwBDysdvtAnEQuzcYDLDb7XA4HLDb7cK1Z2TCc + kjCjIQbDYb3G63QDjE16kY9fzvSqUiSpDhJ / / WJ0 + Z4yBMQuydQs + Zhob5l263i2w2C7 / fL + elsnc4HIJVDgYDhEIhyUV4PJ49xpW0PxoDi8WCQqEgHpLdbhejw4QcISh6fh6PR3DjwWCAeDwuxofKHhhGdn6 / X66NvHkm4C0WC8Lh8HflEZhE53c / KCwjRrKPPfYYisUi3G43VldXBVe + ceOGzN + NjQ2BFHq9HmZmZoSSy5qFdDqNdDqNTCaDVCqFubk5RKNR8dQXFhYkItjY2ECz2UQ2mxXnIx6PY2pqCtFoFDs7O4L953I5uFwu1Go1OBwOJBIJdDodrK6uSm5pcXFR2D6Tk5PynLgOWq0WGo0G1tbW0O / 3kc1mMT4 + DofDgVwuh0gkIoaI17W9vY3BYCCJVjLzGNVns1mBv9rtNqamplCtVnH27FkcPnwYNpsNvV4Pt2 / fxmAwQCKRwNbWFubn59Hr9XD69GlJNC8vL6PdbkuS3 + l0Yn19XXIHPp8P586dQ6 / Xw6lTpxCPx7GzsyNwUSqVgtfrRalUgsFgEHbX4cOHsbGxgXq9jo9 / / OOwWCy4ceMGkskk8vk8lFJYW1vD8ePHAUDYTcViERsbG8K + OnPmjERwdJQqlcoeo / fII4 / ca7q9pTwwBoFeINkzVJT0iukpE9MLh4d1GUxW6bHmfr + PYDCIUCiE7e1t8UKYe9AzVHq9ntQi0BPm94xGI3q9HjwejygdizAL7vkAACAASURBVMUiD4m / YUJ4MBgIrELIhDUIjAyYdCXWTSyf9Q1 + v18UHdlU9XpdFC4AYUCQ5cSxUjhuq9UqOCmv22g0yjWMjY1JCDwYDCQRrGd7UYHTWBKaYGKQRoyG1Gw2S1FVq9USjJpskVarJR4XzwG8ERlxnAy3mYAn / Zd5AkJCzF8wamI4 / 249qe + XmM1mVCoV9Ho9 + P3 + PbkOsoK63S4mJyfhdrvxxBNPSCR08OBBYeuQOfPwww / j5MmT + PKXvyzOTjQahdPphN1ul6jB5 / MhmUzi6tWrKBaLiMfjiMfjAqvW63UsLi6KY + D1enHr1i34 / X5sb2 + jUCigVCpJPYvdbpf5rZTC / Py8RBVutxuNRgOpVEpqW5gvWF1dxdLSEpaXl8W5yWQy8Hq92NnZES9 / fHwcmUxGnDA6dHTayDzsdruIRCKisEnRJqR869YtPP300wgEAjI3H3roIfR6PRSLRUlsb29vo91uIxKJoN / vI5 / PY319He12GwcPHpTcBMdAJ69arSKTyUjiO5VKwWQyIZPJoFgsIplMCrGFZBfCQG63G5cvX5a1QbLA9PQ0tre3Ua1WxSmbnp6WGpRisQiLxYK5uTl4PJ63nnT3kAfGIDBvQCVDnJqJX + LeVNBkxTBpRKVMuii95WAwiFwuJ54QaZXlchm1Wg2hUAjxeFwSZaRyUhGyUIw0O2LY + opi4obMBdAwWSwWMVbEConR03PWNE0mr8FgQLVaBQBRzGQdsEiHkQajJWL6LApjxMNxsmCNnqIep2dSy2g0ilfC3ILeMBAmcLvdgrPSoAIQw8rnpM + F5PN5xGIxuad6yi8xchoIPlsaVPLya7XaHiOtZ0nRUWBREs / P / Mj7LSyqO3ToECwWiyiQcrks17S7u4t6vY6VlRVJpD766KNSnETFT2UZCoVw4sQJvPLKK5J3IESytraGO3fu4OGHH8aTTz6JlZUVrK2twefzIRqNIp1OC + S5ubmJhYUF4f6zup3nZJHc + vq64Pxcc9VqFX6 / H71eD9lsVhRnu93GtWvXMBgMcOLECYHztraGbf7p9UciEWxvb8NkMiEWiwnzjM5Lt9tFKpUSBlUoFMLW1hZKpRK8Xq8YmHw + j5dffllQATpqzD + 53W5Uq1Xs7OygWq0KRdTn82FhYQE + nw / Ly8u4fv06XnrpJelwwFwb15LX60WtVpM1eO3aNTz22GMIh8NS4Ofz + ZDJZGC1WjE9PS21JbVaDSsrK3LfT506hVqthrW1NaFmc / 7H43GYTCYxgg6HA3NzcxL5M8K / X3lgDAILkqxWK5rNpnhOAGSCkjtN6CYQCMDtdu9p0UDlQeVKBg49SqfTKaFts9lEuVwWjn0gEBDvxul0ymTguWntmaClYudv7la + VJzj4 + NS4ELDRKiLyStWSzKBRYiE9D39e6TU0iC43e7vqmCu1 + viXZHRw8WpL7KjAiZzolqtCvOCUQav1WazCd2Xyh2AJPSIqwLDhU + vldWzbrdbjDYZQ6HQcPtYKnpGURwDoTtGScwN5HI5wbYBSG6I4fUHpQ6h0 + lIURaTqIT / 1tfXUS6XEQgEBHtPpVI4dOiQvGbV9507dxCLxRCPx8WDz2QyUkCYSCSQy + Wwu7uLZDKJ1dVVHD16FC6XC0eOHJHELo1CoVAQxWi323Hz5k1sbm7CZrNJhT9za8eOHRNc + 9vf / ja2trYQDofxzDPPwGKxIJFIoNlsIplMotVqYX5 + HqdPn5ZjOJ1Oodbu7u7C4 / Fgc3MTgUAAvV4Pm5ubco / cbrdEeYlEAj6fT4rXKpWKKFEyrJjbYFRRLpeRy + WwvLyMbreLZDKJTCaDGzduYHJyUgwH4UeLxYJIJILZ2VmsrKwIhDUYDBAIBLCwsIBSqYRwOCzQsM / nw + TkJE6fPg2DwSAFfo1GA8ViEQaDAY8 + + qisu1arJU5sPB6HpmkYHx / HxMSEOACMaFmNfPjwYQDDNRgMBmEymXDhwoW / OHUI9Mzr9bokWBkV0PKzAIefGY1GZDIZsbyMLIiXM1lE5eDxeCSRZTAY4PF4YLfbJdpgAk3fj6hcLiOdTmN3dxfT09MCrxDS0rNaCAex0ETPEqLR4SShwiRMRWiEYTWNH6skCTExeUV8nhRafQEeoR9GD5xE7KfCe8HrBd5QyDQsxHl5jWTyAJAcByMJQmJMVjLBz0pRAEItZU2G1 + uVJDvZG3paotFoRL1elyiBdDw + Y0IVjCIJhZnNZslDfRDEaDQiGo1ic3MT2WxWnI3d3V15PTY2hiNHjuzJXb3yyivSv4rsGbvdLjDNnTt3JCI9ePDgHohuaWkJY2NjKBaLgnebzWakUimh6V69ehVnz57F1772NXziE58QOAYY0j / Jamk0GqhUKtjc3ITD4cDU1JRArJlMBm63W44ZDAZRLBYxMzODSqWCcDgs1dU2m01yKGNjY0gkElhdXRVDEQqFEAwGBRkYHx8X484Ilkpe0zRkMhlpZxGNRiWqXF5eFsiNEUe / 38ejjz4qEUM4HEY + n8f8 / PwefTM + Pg6fzycOBZGHqakpJBIJPPzww6jX69jc3NzTP21nZwe3bt3C2NgYDh06hHQ6jU6nA7 / fL / ohlUohnU7Dbrfjzp07OHnyJJrNJqrVKubn54XpVS6XMT8 / L4VsDodDig + PHz + + Bzq + H3lgDAIfMq02cVZ6B1wYjUZDvGx6zAxlGR0QniC + TkNAVhCpZfqGU0q90XCOSVqfzydMG3pLVEgAJKnNJDEhJHrDVKq8PjJ / mCsg7s9FQ + XNKkpy / + 12O / L5vLynb7DFtg08L3MVjDZYLEY4hUaFXjpxd + YH7HY7CoWCQG9kmhBqorFiFMa8D5lQdxMCnE6nwApMStOos9KW8BcxWkY3TGDTm2NNCAsQqRA4Z2jUCIl9UOSFF16A3 + 9HIBAQ9o / L5UI2m8Xs7Czm5 + eRTqcF29YziCwWC27fvo3x8XGBWUgGWFpaQq / XE9jh9u3b6Ha7CIfDEi3SOeH8KxQKWFpawtLSEqLRqDCRLBaLVOOyGp0N2mq1mtQuTE9Pw + l0YmxsTGDT7e1tJJNJLC4u4vDhw0LjrFariMfjyOfz2Nrags1mw9jYmBAoQqEQXn75ZUxNTcn8L5fL8Hq9UtDJec7ok31 / CPnOzc3J9bFqmIaQbMNyuYxwOIzXX39d2FCHDh0SmLbZbCKTySAQCCAajcJsNiOZTMraJnPNarUKC3JqagrNZhMvvPACCoUCEokETpw4IZXYExMTUvNTKpWwurqK9fV1hMNhTE1NiZLnuiQN2GAwCM0 + EAgIGQaAkErejTwwBoEwAdtGMHHKUIyKj941GUOpVEoaRFFBEs + u1WrCuCGswj4ybEXBaELfVZDc30qlIjAWF5jJZEIoFBLven19HY1GQyw6E6X6ZCvD8EqlArPZvMfDpYJlUVwul5MiL0IkTqcT09PTyOVyYvwACOzDawYgytJqtcpCobGgF8XcCPBGwZDT6ZSEFQtz6JkxquEx + v2 + 0EEZqgNvwF5U0ow4jEYjIpGInJNGiMaCvzUYDELpIwZML0x / btZVUEnxOvr9vhgmjun9lsFggEgkgnK5jEajgUKhAIvFgkwmg52dHRQKBaEoVioVRKNRxONxfPOb38RDDz0krSIymYy0bSBrZmpqCjMzM / B4PCiVSlKUmUwmpbKcdOFKpYJUKoVr167h8uXLOHHihEARzK09 / PDDkn / 74he / KJTIra0tWXeMqEn / ZlWv1 + sVKGp + fh6FQkGSzTs7O3j55ZcFn9 / Z2RG67Cc / + UmcO3cOBoMBxWJRxprL5ZDP5yW6DYfDmJubg9frlRYXhH5IziApAYC0hBkfH8f8 / DyAIQHhlVdegdVqFXiXkNP4 + Dja7TbS6TTC4bA8D0b + jHLYkoa4 / 4c + 9CGJqLm + 4 / G4JIcZ + Z88eRLLy8vIZrMS9XK96Of01taWULK5XjiX6Vi9G3lgDEK / 30c6nRYryGIsKlUmdPTdFX0 + H2ZmZlAqlQSW8fl8UgjFDP3dPHgAUnOgLzohhu31euV37FvEplYOh0NyDcCw1QIhGn1Sm8pJr3hZXMZIguG8 / necaAxlCQn1ej1EIhEAkCQ1jSQjIkJdvF4qZSbcaUCYwONiotI1Go3CrdYzs8xm8x5jR3iKRpWeP4 / HMTKXoa / hYCsDGisA0uslEAjIQmITMPZl4nj0rUWcTqeE1W63W7w4PosPggwGA7z44ovS7iOTyWBubk760 + zu7iISiSCfz0stzpEjR / DJT34Sly9fFsz98OHDgicHg0FcuHBB7jnnvtPpxNbWlhQ / dbtdge88Hg9WVlZw8eJFdLtdXL9 + XRykarWKqakpHDt2TPJbR44cwYkTJ9BqtfDCCy + IwWH + Q0 / RPnjwoHjarVYLV69elbobMpjm5uaEa0 + Pmrmrxx9 / HJqmSUsOdiIdGxvD5uYmNjY2JFokk4rn7na7qFarKJVKaDQaiEQiUuClb2tDJ4lReiQSgc1mw + bmJjweD3q9nrRZYXEpmXiEhJVSMkdpdOnUXL9 + Hfl8HgsLC0KEWVtbg8VikVYkNIKDwUAcAcLVfr9f1srMzAxu3rwpeYYbN24gFotJ1PZu5IExCHoPj8lMfSGYwWDY00uICSkq5lwuJ5Zb3 / ODHiqVFyctFQ + ZS3papj5hTA + WHj8AUYZ66IgUU3Lr2aaCtE + ekxEIFTSNFMNoPWOGpfpc3BaLRfj1NCIM75lQ5SLRY / z6ScTzExrQK259J81IJCK / ByD7FDAaohAWY3TGcdEg6dto08Dx + XAcfPapVEoK5rxer3Tf1Pd9KpVKexoUkv3ESIcL7INiEABII8BGo4FgMCjdc8vlsiglFkMeO3ZMqJ4AcO7cObTbbUxPTwuuzsI9Qn / McaXTaen / s7u7K1Ec4VYSCwjpEZIqFAp7emOx6pa5genpaVgsFly / fl2a2MXjcUxMTCCXy0l3zmw2K2QNVv7H43ExHm63G3Nzczh8 + DDy + Txee + 01icIffvhhacPCnkDlclkiS0K9hI17vZ4UIA4GA + RyOekIG4 / HBXZaX19HPB6XaPaRRx7ZwyBkopmUVzpxdrtdIJtSqSQdFJir5PtspR2Px3Hs2DEAQ10EQK7n7Nmz2NnZQTgcxvLyMmq1Gm7cuIFAICAR / wsvvIBQKCSOrtvtxszMjBA2SCR4twbhgell9Bu / 8RuavucN + c6Eahh + Ea6hItNTJQuFgiRvaRhYCUysm1RPPVRBGIkFNiaTSRQTv8NJrediUzEygmFUArzRdsLtdouXy4Qh8XsaKYa8JpNJOhwSUtnZ2YHdbpcohElvANL8jwlYejE0VLwH + vA0mUwCgBSfsQCOeCtzKbyPNAr0 / qlsWfnNSIsKr9frIRaLyb3Rt8tgNTQVBhllbMVBlhh538whEcJjARwjkn6 / L10ue70eMpmM0HxNJhN + 9Ed / 9H1PJLhcLo0JTaWUREYWi0XgkHa7Lawc9ikql8vCbb9y5YrMnZmZGSQSCeHTs0307du3Bcrj / CaDzuFwIBqNwuFwYHd3F8FgUPI + 7MLK + Wk0GuXe9vt9rK2tSeUyc3fE7jOZDGq1GmKxGBKJhOD + mqZhe3t7TyTHPQVsNhumpqbw5S9 / GdFoFEePHhXaMYvAZmZmxHhtbm4KxJjJZKCUwuzsLCKRiBBOnE4nvvrVrwIYJthbrZbsweDz + ZDP5wVKZTSpn3eapklEwSggl8uJo8QCvx / 5kR8RncB5zfbWbL + fy + UQDAaRTqelH1K9XsedO3cQDocxMzMjecR0Oo1r165hamoKa2trUiDXaDRw7NgxocK / + OKLOHTokBioj3 / 84z / 8vYyoUPRJQiZEGSUwScPJTI + G + LaeXUQOPIvQSqWScNY5wUhbLJfLe1g6VOx6JUg8kfxgvbKk8ueCpIKy2WxCXSXrgS0nyCyit8yOkvT6TCYTWq2WVOVWKhXpJmk0GkXpEZLia / YU4uKanZ0VGIpV0BwDFTVhGHZO5fXrW3foq6eZ7yFTi50euT9CLpcTjJZJbnpddFCI + fL58f7xGKw2piHgHghsIuZwOCRxTCptJBKRe / 9BqUMgvZTFU4xyaEjb7fae3f0Il5VKJfj9flkPdIo0TcN3vvMd6aR56dIlmUuEzGw2G5aWlqSXEZPykUhEqmK73S5KpZJsJhMMBoVRxoiOTeg6nQ6SyaR85vf7hSEUDoeFtUPD02w2EQgEoGnDzXVYd8D5ncvlcOrUKbjdbly7dg3b29s4duwYbDabVL7TgJJSmslk0Ol08NWvfhUGgwE / 9VM / hZmZGfh8PuRyOSQSCWmJzRokNmmsVCrY3d2Vam7mFIvFoiTkmUthUnlqagrr6 + tIJpOYmJjAq6 + + im9 / + 9t7qqM5zkgkIk4dc4mkqrJt / fj4OF577TVsbW3h4Ycfxs2bNxGLxXDy5ElUKhU89NBDAIB4PC7OocUy3MDrscceE / 1AZtn9ygNjEOg1kTfPpm80CFRE6XRaimCYSGam3mazIZvN7mGnkNYGQDjOVKLcLCcWi + HSpUt7DA0fLlk / AGQhs50FsULSy9joDYCckzQ6vkfFq29hbbFY5NgARNnyb04wKnx6djQaVNBk5hAKojJmsouTllgtcwZKKRSLRaRSKfj9fllMNK7MVdAYU + Ey2cbqV0JdhMT0xUK8HzRGxF5ZaEPapN / vRywW29PWwu12S26Jvafq9brQcguFAjqdDsbGxoRd9kGpQ + Cz0jdLo3LjvGY7ZRYyLSwswOVyYX5 + Xmia586dk9bXHo9H + u2QB0 / igqZpsllOvV7Hb / 3Wb8lzZERpMg13LyOcurW1hWKxCI / Hg1wuJ9Hx8vIyFhcXhW6tb2JIRiBhV26yww6qzLVdv34dqVQKFy9exOTkpCRRJycncevWLVy6dEki4cFggKWlJakSrtfriMVi8Pl8iMViCIfDCAQCQtm + fv26NJVUSuHw4cPiYJCx8 + qrr + L555 / HkSNHkEgkMD09LdBmNpuVFjikSTN6YBM / ruvx8XEUi0VJZDMSYMTQaDSEgttoNHDt2jUopVCpVJDNZnHw4EE89dRTsNlsuHnzJpLJJKanp6HUcBOu27dvC8Q1PT2NRCKB119 / HcViEU899RQymYywvt6NPDAGYW5uTnj85XJZksfAG / uv9vt9oRrq2yowDOfGHYQY2u22eJT0dOnBc9clANIrhZ650 + mUqIMThIqQXgE93VAoJAqWRSn0vPVwCr3YwWAgdQWMGDguXj / bcxBSomfHwhd6knrY6276J6Ver4viIVOCeD8Lh + iVskqSDBUAEmGRwgtAPHv9OGn0WExXq9UEa9Un / / r94d4UNPZut1uwX8IEHDcVvr4AkFEKlRar0Fn3QbrtByWHEAwG8eyzzyKdTuPixYuSA6Fx5VjT6bQYSXbYnJ2dRbfbxeLiIhYWFpDNZnHt2jXk83kcOHBAIs1SqYR0Oo1AIIB4PC7YeiAQwE / + 5E9Ky / fJyUmhUS8tLSGZTIrTE4lE9nTUPXbsGJaXl9Hv93HlyhW57263G7u7u0LnZFNIwlaNRgOhUAjlclka8RHOJbTSbreRSqVw5swZHDt2DMlkUpQfqc28N / l8HsBeHaBpGu7cuSN1FzMzM9IKu1QqyZj6 / T5mZ2clOiPMxEp31j0wImbNTywWk / lE / eH1epHNZrG2tgaHwyHGrdFoYGNjQ6IANtlbXl7Giy + + iGw2i2g0ilgshsFggK2tLcm / 6LcH5Tzf2trC2NgYXn75ZbTbbSQSCaEZU6e9G3lgDAKVS71eF8YCo4axsTHkcjlJrpJnb7PZpAmXvq8Q8wZ69kwymRSWARWn2 + 0Wb58RAXvGkE / vcrkAQCAQdhXt9XrSuGp7exsul0s8D4Z6rK6lFzg / Py / JvXQ6LZXM9FAIGzCp5 / f7YTabZXMMQiVs0MVFwipr4I1d57xer4yR9LputyvtOeip6dtOsK0H3 + f90NcBMJ9CuIxRDRcycVcmkbPZrHhOpA2T185jkSLL5nd6qiuNO3fHI75dLBbFq6UR4M5vzAd9EMRiseDRRx + VLRvZ62cwGODJJ5 / EuXPnsL6 + Lp41FdGHP / xh2Qshn89LHx5Ca6Qzf / Ob3xTKJ73SiYkJxONxmUdkznCvcqfTifn5eRgMBqysrMBisWBmZgaLi4toNBp47bXXYDab8dWvfhWzs7PSGtvn82FnZwcbGxvIZDLSgoPwzdjYGM6ePSs7plExs0r3O9 / 5DkwmEyYnJ + FyufDiiy9KFf / k5CQcDocoQtKyjx8 / Dk3TpD30ysoKGo0GXn75ZTidThw8eFDaQJB + TlIFdcHk5KRApXRwGN2ycIwMLuYYC4WCrFuynjY2NmTDnRdffBFzc3OYmppCqVRCKBTC5uYmMpmMsLtCoRBmZmZw4MAB7OzsSH4wEAggn8 / j5s2byGQyOHbsGMbHx9FqtXDx4kW89tprQjeu1Wq4deuWrEfmKO9XPhir4m0IPX9g6JWOj48L84LJKO6QRhiC1LZsNiseO1lC + sQvraq + ZS1ZO + x7QtiHG4HQAHBcxEUJM5nNZoRCIalqrFarCAQCwjwgrZAFMsQd6dnOzs4KG4mKlzUJrGBm / yL2Z9H3EGL0wZ4 / rFkYDAZSkcl7QXotcwVMqJFtQsPJZC2NFhvSkdnC7xDO0jcyY1U3u8Fyu0ZirLzXVNaBQECiCyo3PldWk + ZyOWiaJvfY6 / VK4zC24CbrjIWB0WhUnsMHQTqdDjY2NqBpGlwuFz784Q8jFovh5s2b6PV6CIfDQv3k5vIOhwOZTAavvPKKQKaEFgkn2mw26UtUr9ellUOz2UQwGMTOzg5yuRwWFhYwPz + Pa9eu4fz589K4jVTO3d1dnDhxQjj + Pp8PFosFV69eRa1Ww82bN3HixAlcunQJ169fx5UrV4TVw7lSr9dly8dPfOITWF1dxa1bt8QQEcblPGX1ttlsxsbGhvRaMpvN0ozSZDLhkUcekSiGbVYSiYQoRaUUyuWyFCnSybLZbLhx44bcu2q1ivHxcczOziIQCEgHVR6DVfTUGdzXgbri2rVryGQycLlcuHXrFnZ2dhAKhfDkk0 / C5 / NhfX1d1vjBgwcFbu12uwiFQlKRnkgkcPDgQVy8eBGDwQCXLl1CvV7HgQMHMD8 / j9XVVSQSCYlQyuWy5D + eeOIJrKys4Nq1a + 9qPj4wBsHj8aDVamF1dVWSygCkTz5xwUajIXhao9GQkJK9WgBIsy6W + pMuSfon + / EwkcztDXu9HkKh0J69AZRSyOfzorDJraZSZLsGRiIej0c8ZUJLZIgwgmCbh1gsJmwQsoTYPIzJbdI0CYfUajWhYhKaIkTEEBp4oyW2zWaTjTaI69NgcsKTwXU3tY5hO / 9mVKF / jx4rG7AxxCbsx774 / f6wAy37MDEK0Lf88Hg8cl / L5bJUOzPZyHYbjDhY2U3ngHUJhUJBIpf3WxgBfv7zn5dmi5o27GY5GAwQDofx6KOPYmdnB6pppqpsyM6cFovv + MyYZ6FxZWJ0Z2cH09PTmJqaQiaTgdlsxtGjR3H48GE0Gg2cOnVKNsthhP3tb39bFHYgEEA6nZb8WSKRkB3N2A4jm80KESOXy0kBV6FQkKri6elpPPHEEzh58iQuXbqEjY0Nad9 + 5MgROJ1O + P1 + TExMIBQKSUeAtbU16bbKeiIyiFKplJA5GIHGYjFcuXJFohdGQk6nU / ZSIaxcKBSQSqWkVc1gMBBoiZEu21Rwn4ZisQibzSY5H0J0N2 / eRLvdxuTkpPRJO3nyJAKBgECcZPqxB9vCwoKs1zt37ki0GA6H8dGPfhSzs7MwmUyYm5tDPB6XXdLo7E1NTeHOnTu4cOECdnd339V8fGAMAhlG9O6YrNInP6m4yJenp8SFo6dwknoKQDaypsJiDyQmMpmAAiC1BwwZWWJOxW4wGMSrZkjJhC4VqdvtlsQgJzkhJXr + el44cWAmf51Op0zofr8vi81gGG5qHggEJCHI62DFpV5J8x4xYcYciL4jKZObACQy0begoFEg / ZMLj9Ec2S1kaNAYejweaeVNxaVpmmyywt + mUik0m02EQiFhenA + EOoiREUjA0AYK4TBaMDZP + mDUqnMhP / DDz + My5cvI5vNYnd3V7BrPrNWqwWfz4darSbzdjAYYHd3V4we5yAV9ZUrV6SqfGZmBiaTCefOnZMk70MPPbSnG2ytVsP58 + eFRcPNYbg72507d8SxSqfTmJqags / nEyO2uLiIyclJTE1N4Qtf + AJWVlaQSCSEbmkwGLC4uCgNC2OxGC5evIirV68iEAhgZmYGS0tLkjPjNqIAcPToURw8eFC2UD179iwajQYWFhZw9OhReaZECLier1y5gnq9jng8Lk0XrdbhHst0 + CYnJ2VrT26YwzXudDrFEPp8PmFvNZtNXL58GclkEmfOnEEul5M + TUeOHBEn5Pz589A0DY888gjm5ubEwfnWt76FVCqFkydPCksKgEDXS0tLCAQCe6Ao5pKi0SgqlQpu374tiMTNmzeF7fhu5IExCPR49BABWydwT1fSRb1eL1ZWVoT / T0hlbW1NWAGsRKQlrtfre87BbpK1Wg3BYBBer1dK5Un3jEQiAmlkMhmJDNxuNyqVCorFoiSKYrGYUEKZmO71epienpb + Kkzg0rvVV9 + yVTaAPQVWnU4H1WpVPESG0 + zJEgwG9 / DyibuzRYLf70c0GpVcAA0ek + xslsdohrUE + pYX + noMsrporJhMJj2WsBy7kLINCb + r3 + aU3WhZQa0vRmR1KR0DHoMQEb1FPR0TAKLRqBRafRCk3W4LfHH79m2J4mw2G0KhEFZXV1GpVGAwGLCwsICf + ZmfQa / Xk5456XQazz33nPQyOn78OPx + PxwOB86cOYPt7W1sbGzIvP7Yxz6GcrmM9fV1HDp0CAcOHMArr7yC1dVV5PN5fOhDH8KpU6fk3p09e1Ya5x04cABXr17FGF / yoQAAIABJREFUpUuX0O128fzzz + PkyZN46KGHJMrltq / PPvssCoUCzp8 / L3m5sbExJJNJKf50uVwIBoM4ceKERHrpdBqlUgnZbBa3bt2S2h + 2385kMojFYjh + / LjsYkbSQKlUwquvvopAIIDl5WWcPn1aiCOEUR0OByqVCkKhEMLhsDDUuL0so1mLxYJQKCTziEl3Opech4899phUPsdiMdnyk7AwSSrj4 + NSvLmxsSGN6kgXJ4HEZrNhbm4Og8EA2WxWjsFuA4SViRhw3Tz55JO4ePHingaV9yMPTGHa7 / zO72gskCH + TN56rzfsNc6CK0Iqej496xZoCMihpodKLL1Wq4nipbJnxEHmD8NGfSEbjREZS9VqFfl8XqAcpZRs7cneQmxX0Ol0JCQdDAZ7DAeVOLF1fXWwnh1FL521GewuqS + u0R9Tz2NnboHNw3jtbBfg9 / uFUsj + T4y0yOLidehzMHrjwddM1Ov3i + XC63Q6AguxjQU3G2LEQygKgMBvACS / 0Gw25TeMCBkpEE4i5fZTn / rU + 24VwuGw9pGPfAS1Wg23b9 + W9smMTrnfcrfbxbFjx2A2m6VNhNlsljqPD33oQwiHw0ilUtISgbmsTqeDtbU1PPTQQ1L52ul0MDExIXANYVHCdOvr6xI56p2Y1dVVXLhwQRwOg8GAM2fOwGg0IpvNSuuHmZkZ5HI5bG1tSTsSNrYj / z8cDgsVulqtSgEoCQzchIc1AWxOefLkSZTLZYyPj0vXArL9Ll26hCNHjkgRXa833J7y8uXLcu2DwQCHDx / GgQMHYDAYUCgUsLm5KfOFrLdEIiEsHibB6 / U68vm8GI9KpYKtrS0sLCwgHA4jm83KJj + MXGq1GqampkQHra6uYnV1FUbjsCU + UQAy3 + bm5mQDqEKhIP2pbt + + DZPJhFQqJa1qSIudnp6WHki / / Mu / / MNfmMZJaTQapdkWAKkjYFKXnhBxZeCN1hEAJF9A2IiWmQlVVlwylNczkfgd / UY3VPjBYFCooWQS0QBQkaZSKVGY5Cyzopf9V / TdWcnc0fefp + dGWIdJW + YRSAHlDnMGg0Gqe / v9vrT7Jr2PUQ2jDjZAI6TGa + diJUOLTA0qfTIcOCYaMHpPXFR6OIh7LjMXwAQonw0AgXqAN7rOMn / CSFHTNOkpxevTd35liwwAogz17TXeT9HTfRm5sGiy1 + vh0qVLQgelU8FtElkwRSXGBKvH45GiJ25adOTIEdkzIJFISELVbreLMiW8qJSSTZ + OHz + O3d1dNBoNya89 / vjjMBqN2N3dxdbWFr7xjW / IJkdXr16VvlbBYFAgIJIwCoUCvF6v4PgOh0PyXvV6XepUWCTJ6nNuIM99oS0WC9bX1xEKhdDr9WSLSrJ6CL1YrVYkk0lMTk7i6tWr0jeJkXetVpP + ZOxA4Ha7pWusvosu57nVakUsFsPu7i62t7exsLCAubk5AMP5de3aNXS7Xezs7EhkwhwBjS57JzGSJsPO6 / Xi2rVrokuuXLkCi8WCzc1N6VRrs9mkCp / OFGm8 + rY89yMPjEEg5ZKKiAqACt3pdGJqakq8R + LFbA / BpC2Fio58ekIZrJBle2pikkyWUtkxjKOhyefzAkEVi0VJYOkNCt8nBEK + vdvtlv41HDuL5Jh3YGRA + IM1BqyVIGPKZrNJpSknGzDsEKkvq6dx6Xa7kivghGcxGQ0gO4eSTcQuo4SneM94Hwn9EGqiJ09ojAus0WhIEo / v8ff6pDmrYa1Wq0RYpJqyyIl5FBpji8UiWwzScNBrZMLwgyCE + crlsnQ5Jb201WohFovhJ37iJ / bUfVy / fh2VSgWLi4uyGTyfDeEH1hpUq1VEIhGpkJ2bm4PD4UCxWEQ + n0e73d4TySaTSUSjUWGGnTt3TqLq8 + fPIxKJYGpqSuaX3W7HlStX4Pf7USgUUCwWMTk5iY2NDUxPT2Nubk5qYCwWixTJsUBSTzFmxEhWHgCZS / F4XCrTGT1p2nBnsmg0Ks4K26OTPktKKPUDKa2tVktwf84XzkVSWkkPpy4hc5DVzMyPNBoNaQaYy + Wwvb2N8fFxWXtMqjO / FgqFMDk5ibW1NeTzeXk + uVxOCvUIv62vrwt8TBhxYWEBfr9fWEjsxfT6669LgeP9ygNjEAivGI1GpFIpuN1uqS + ghQfe2MSdnjghEnr4ZMvw4QAQI8OiKx6X3pres2YSljAIGQMA5KHTa2O7Xv05tra2JDEMQPjfrBQ2m817OqvytwAkl0APlwVoAMTj4ULm2Pi5vieTw + GAz + cTOIC9WghFEWIh5MDrY26hXq9L8RpzAGw9wePRuLTbbZRKJfHMif / rx0Rvlc + E186qbb33xn5GbBHu8 / lkoRCOIpxFg8o8EmEJPosPggwGAywsLMBut + O5555DPB5HrVZDsViE3W4XWGR9fV2UB / ffZRsR0q1pTNgqoVQqyV7TTIhubGzI / Gy321hdXZVOwYx86Wwx0bm6uipEh16vh1dffVXmea1WQyAQwJ / 92Z / BYrEIcaBareLSpUtS70ISARmBmvbGlrIejweBQEDyWiSLcIxsMW + 1WiWfAkCi71wuB7PZjEQigaWlJaytrUnEfOPGDXGaQqEQ6vW6KHSyosrlslRDu91uMSI8LtlvACSXVS6XcePGDZTLZdkfhAwi1tfQSTGZTAgGgxgMBtIRtlgsYmlpCTabDclkUvoZZbNZVCoVHDx4UPIri4uLCIfDggaw / cidO3dgMBhw8 + ZNFItFodi + G3lgDAITP4lEAouLi8jlckilUvB6vcLdZwKSXGwmXajk9YlaCpOoZNfoOwYyCqB3S + VKSIoJJ1YPE77g / / R8WWxFWKtWq8k49YV0VIj8HQCJBPSRj75zKa9Tf5 + ANyIqeo7cHpPwEiET5j54PayO1LfQoFFlNER6rf57hBQY9hLaY / jP33DcTFLT8NJ4kz0UCATkvVKphPX1dXS7XcTjcWHedDodgfi4TSM53Vw0uVxODB87T7JP / wdBNE3Dc889h2effRaf + cxncP78eXzrW9 / CgQMHkEwmEYvFkMlkUK1WpfqVzf + 4gQ0JDXpShMViQblcRiwWg9PpxGuvvSaFeSQ55PN5Ya9QCUciEVHoyWQSU1NT4izQe2fSNRKJYHNzE6VSCQsLC0gmk9JiutFowOPxCETIXkikyHKLVToCJpNJGESE + EgXZTW / xWKRugb + JhqNSiuWWCwmhp6e / 9jYGDqdDsLhsDSDq1arUvlNVh + TuOl0WnRKPp + H3 + + XrUTn5 + dhtVqFNcX5RKiOUammDftT6aNtPpMzZ87IeFdXV / GVr3wFjUYDTz / 9NE6fPi050uXlZfz / 5L3Jb6PpdfZ9kSI1UhJFUhxEaq6xa + pqd9tJ28gbB4lhGwmCBMgiyT7bbLNKVllmFyBANvkHsgiQIAG8cuK0u2x3l3uoSVWaJw4SKUqiRk7vQvgdHdL1Avm68qVLyAM0ukpFkQ / v577PcJ3rXKfRaOiHP / yhdnd39fHHHxslN51O69GjR0bBX1pa0sLCgj744APdvHnzjfbjlXEIyE7ghWEJeD2iYDBoDUcYUqAIjBqpqSQzcl6FFCNIwQ7jzb9hVBHyAkoCyiEzQYQNJ0TBFTokOHk2mzWpYqJnDgrOhWYySb + SAQDfSJcYu88KcDbeaSARjPokDU0YUgwoTsnLWAAz0SQHvNXb22s4KE6COgnPAtokNQ3qJ / w7r6XhEKMN5EaNQJIdfJw1dFJPkoCCl81mOxhYqVTqrYGMBgYG9Kd / + qdG7fzmN7 + pDz / 80EYpks3SnAi7JBQKqVgsKhKJmDQEe4J1HB8fNygSIxiJRHTnzh0Tn6P + Qp / GjRs3TEsJ7Rzea2BgQJlMRl988YXRNPf39xWJRFSpVExxd3h4WA8fPtT9 + / etz4T1Zg / BDCOz99MKoRPDVuP8 + n0C9do3jMFievnypZaXlxWLxayBNR6P6 / nz52aMJZnKKfuHwTvRaFShUKijGxiCxtHRkdGDoUA / ePBAi4uLWlpaMqLGxMSEIQY7Ozuq1WqamJjQysqKZmdnJakjOFtcXJQky6iAmY6OjgwKpVa0sLCgQCCg73 / / + 5apj42N6cMPP9T4 + Pgb7ccr4xA47BxyOjM5HPQbEI17iiJRqXQ5qwDngAGt1WqqVCpWfO3t7bXpQ / xd0q8UPDlI / BubllGdbH7GYhYKBWtdx5D7SIgN7mEpH0WxAfg + kgwTRffGGz9JVicgrYXn7RvXKAJ75hZcboprwEgYHjIzWFD8n0PfbrfNqJNNkQXQ5QxejkY8nwk0BJ1xYGCgYwgPGDnTo3zRHy2jvr4 + cwZ + sA7MkLfhAhZZXV01xtbo6KgpizK8vVQqaXFxUYlEQpFIpCOzlC5niGNoeQ4bGxv69NNPbX5xOBzWf / zHf5ihhXhBdNtsNg2Cmpyc7KAxQ8aApr27u6upqSndvXtXP / nJT7S / v6 + HDx8avg9 / n + yQ6XlEwbw3taKdnR0LMiRpamrKzgu1Efp6cGTQMefn5ztgHupowLPM74CdWCgUtLGxoUQioUqlokQiYRDv6uqqjQD1yr7Mj240GpqfnzfYtlaraWRkRPl83tRj + / r6dO3aNf3sZz + zWguZ3MrKijKZjCYmJhSPx7WysmJDeJ48eaJQKKSPPvrIHAaS53t7e1pZWVEymdRv / / Zvq7 + / X + VyWe12W + Pj41pYWNC / / du / vdF + vDIOAQMCEwcjSUGU / / suWn9oulU1yRQwHmjeYMyI4j1GzuZDZoECcV9fnzFp2IhMT4MrPzo6qoODA2OGwJjyKqH + eyEz4J0W34doyctE + IKqLz5Ll + 333DfQAZkOn8HmJiPggAChEX1yv8BOHjqj4I6xgTl0eHhoTsizqPxQIKirQFM4Jai / GCaiYZqMeE58bzKqer1ujJRWq2WaOcBkX9cVCAT + TNKfSRcRITAl0SGc / N3dXWUyGe3t7SkajRo1kX00MjJiQQt1HkgQfX19WllZ0e3btw0COTw8tHnKx8fHxkpJJpM2K2JjY0PxeNzgklevXhnefXBwoCpppELZbFazs7Nqt9u6ffu2Xr161aH8iXElYKPeh4GrVqtmrGHl4QxPTk5sbsnk5KRqtZqOjo6MikugRLQM5Xx9fV3Pnj2zoGZ2dtbqavv7 + 1pbW9POzo76 + / v1 + PFjSTIVg1AoZHIVzWZTg4ODtpa1Wk2bm5tG99zZ2dH7779vdZ3FxUWTkkdrzY80LZVKmp6eNvoowSfaSbOzszb74PDwUAcHB8rn80ZHJSPEDsXjcVWrVX322WeKxWI6OzvTtWvXVCqVTPH4Ta4r4xB8Zy2MCJwA2DSGiwiCSBYGTXfGQLFHkkqlkkXsHg5isx4dHSmXy9l8BJpDoISSoaDI2Gq1lMlkDD / EYcCw8BRRDD2HhAxmcHDQsF2cFFkAUTHfE4fCmsCQgqaKESfjQB6CphtJpqfOa8kCMK6SzFiThbRaneNFYVr5MYW + HwRHhHPwyrCwTfg85jSQORUKBR0eHtrQFhghwFdkNjg3utPJYmKxmIkAfp1Xu93 + e0l / L0npdLoNZENgQictETbFT5qwGK26t7dnksyeEsn8Y0l69OiR1bRmZ2dNORanur29rR / 84Ae6e / euvvzyS1UqFa2trdkgoWw2q3A4rMXFxY4aHUyjxcVFFQoFJZNJ5XI5HR0dmbT2wcGByYUgKnd2dqZsNqtSqWQ9I6lUynSucBpkga1WS9Fo1JhRkUjECqjAnUhNAJ0wQ3pubk6tVkvFYlHLy8t23sLhsNbX1y1I85AcOlEUs5GcSCQS6u / v18zMjJaXl1WtVq0IDpwJqtDb22tQWSAQ0O7urhqNC + Xew8NDzc3NKRqN6vz8XJubm / rxj3 + sra0tTU9Pq1wuq16v2 / sz8pfmU75nPp9XMplUIpHQw4cPbehUu93Wj3 / 846 + 8N6 + MQ6BICeYGtHB4eGiDRcgg / DAb9D6gocF7R + CNprPx8XETA0MUj / RWuhzPyBANJiahJUQqub + / b1rvwEawOPyGRM4CbSCMsE + JgXp8MQ + HhkEncuD1vBfOjOjCOxoyIxwDMxy4HxwjBgbDixMlO / KGnGKhJOOxk7UMDQ3ZM6FAiHPm + / Bz79DIKnhGRH8EBRxiHIGvBZG98N40EPpI + m24wJihDg4ODlqX7rVr14xJVK / XbUYB / 7377rt6 + vSpcrmc6vW6NaRdu3ZN2WxW5 + fn + ta3vqWf / OQnNlCoUChYFz3P8smTJ / r2t7 + tu3fv6tGjRzo5OdHs7KySyaQWFxd1dnZmRdjr169rYmLC / i2ZTNpwm + HhYWWzWY2Pj9vAHNhzhULBGFMIOubzeYVCIRvricrA8PCwjo + Ptbu7a4QFP9 + DWShANTh + ICFkPvL5vMEyPjCBtAADDsrp5uamzUNvtVqWoRFEhEIhra2tWXfx5OSkMbtwsMBi0iW9m5oHcvwLCwva3NzUzMyMQWnRaNRqgwR + 2DKCGeqdEGDobm + 328rn8wajvcl1ZRwC1Xq8MTg0aaQko4hKlyPsiC7q9boVdjGYGIuzszOjJkKzBDYBEiKlxZABd6CxBC2u2Wx2DPqAP4 + x9JE7eCmGliyHaB + IC / gG5wT91ktNUMwlyubw + FqEpF9pYMP4E0X6Jj6iL5wBDTZkFCix4giHhoaswM / nAtP4vghfKMVZ0bjj + wh4vacAE5GBo3PovGPBafDduH + awLiHt + Hq7e21InJfX581OyERjtPFoYJn37x50wb + IK / c23s5dpOiPrIV0WhUhULBoAu6tgOBgObn5zU0NKR6va5oNKpKpaJisWhzgxOJhOr1un74wx9a1opoHpkZ6pv7 + / sdk9zo5 + EZoV9FEPL48WOL0ufn561RjjMOVZTMZmhoyLSe2HeSbETn + Pi4jVGVZAOTfBMfUCaBx / b2tsbGxjQ9PS1Jpk56dHSkp0 + famZmxjIkZDgovtO5f3Z2ZvpmKBejvktQxyxkgrv19XVTVKBvJ5vN2hTAo6Mjg2jPzy9mQWOfyBA5K3Nzc + ZE3 + S6Mg6Bog5QCQVbL + UgySJJjAwPDCwOvjybGcPPxoa1woaGkYBUACqZfX19ikajtiFpCiLKJjLH8cDsIVr2UTL6KZIMR + / uRiZakGRGmuYxfp / v5 / F8HCi468DAQIf4n1eDROYApwBPnO + M9hEwlHQJHWGAvRgeBUVeG4 / HTcYAZ4ixxvFx32jMAId5aRDwYxwAz8h3bPu6CxkRz4pI / G24cPao7Y6Pj6tSqdg6kQHVajULisbGxrS5uanz83OTXKD / 4Hd / 93dNzoIZEa3WhdYWYyyj0ajNHs9msxoeHrZZ2vF4XD09PR38feZ2b25uKhqNmsZUMHgxjW1jY0Ozs7MqFAqq1WpWMzg / P1ehUFAgENDU1JT29 / d1cnJiJAhg2UqlYs + qWq1qamrKhOjy + bxBggzU6e / v75iH3m5f6CR985vfNNjpZz / 7mRV46S1AJ2txcdFqApIUi8X04MEDY91JMro59UegHM5QtVq11 / 7ar / 2anjx5Yk2m2B1 / noD / qL0cHBxYjYKzwD7lXPAsBgcHrbDMnidADIfDevLkiVqtltLptDm1r3pdGYeA0BwGHWdAsdF3ErPAnkpJVIRWDg + aQqqHXoigaQOngErxlCgVrBMqKSM6ocAxvAQdGLw7Xp2sxPcjAOPgTJguRnTMv1NXAAbB + PuGLBwBGQo9BawPERPNPmQIOCA + i47qdvtSW8VH + 5FIpMMZRCIRK4ASiVPsAkaASkgdAefjG5B81sD38gVhn6qjXwVfnbXhAEmXI0r572246vW64dtMMzs6OtL8 / Lxx7hE + ZA9ls1n19vbaiMZAIKCZmRl7VsywXltbs6iROsz4 + LjN5YXie35 + Md0sFoupv79fmUzGCvLj4 + PKZDL67LPPrFi7tramFy9eaHBwUDMzM8awiUajisViJs1MDwN7Adrx6empNjc3tbKyYhE7pAJqD / X6xSAoKNGSrOud7JYC + e7uroaGhmxmAvW8xcVFg9sItIi6x8bGNDMzo62tLbXbbT1 + / NgkIc7OzrS3t6eZmRnV63WVy2Wdn5 / r5s2bSqfTOjk5sYI0wdX169cVjUZVKpXM8YyOjiqfzysYDJrMBGM9QRiAooj2yTCYhfLBBx8YaSUej9v8l56eHsucgdCAy97kulIOgUOMIUP / nmgkEAgoHo8b9HJ2dmbaIV5DB + NPQVK6nJ8MDAQ7wbOPoHYC1dBWj4FBKqFWq2lra8vqBaR3FJUGBgbMiXEopUu + P + + PsZNkomzwkj1FlfcgOwqFQhZp9PRcakCxeSSZoqqvRfB6DoUvlvnpZAiPEYlL6rgP3wFO5oTjAn7z2RHODwgD2Idng5OnLsBFH4N0AZH4 + RbtdtsgRZwdF / Wot + FCGoSCcrPZ1M2bN81IAEN88MEH6um5EJBjBi9G17PhMCR0GzOFr1gsamNjQ8PDw3ry5Imxjw4PD1UoFGy6HPtvcnLSgpFbt25pdHRUW1tb + tGPfiTpouv35OREn332ma5fv66lpSVls1nrxD05OVEmk1EweCEeh8ItHePQx + fm5pRIJLS8vGyZx9ramhWjU6mUZU9IofT2XgyboX4XDodtDsDExIQNsGIwDgJ6JycnVgsJhS7me9 + / f1 + FQkGvXr3S7OysfvnLX1rgSbB2fHysiYkJ67NgbTc3NyVdyOczi8XTuoEuM5mM1cYymYwqlYopKuDUkfQn + 83lchaA5XI5E7FrtVrK5 / OWWWATYabRXf5VryvlEHykB0NGkkUAFGZg7KCJQvQuXcItMCZ4AK1WywTqwBgrlYo5Im + 8KPzC + MGze6EsujZjsZi1 / JN5gKFjvE9OTow5Q4MaToPCn1dCRcjKU + QkdXRH83ffkEadAOPIvbxOxoFioKfFwkAC1 / QSFDgOZD5wEGRhMDiazab1ilDga7fb1l3O7FieD8adqAin2Gq1rAmQ9SQowHF4x + jXgmDgbbg8vEd3L99vf39fU1NTun37thlBmDzLy8s2S5uCfK1WM8kEf0YePHhg6psUf2mW8pRhRODY9wQha2trikQimp + f16NHj1QulzU3N6ebN28aLZQBOslkUkNDQ4pEItre3tadO3fUbretDyCbzVq9aWNjw1gz77 / / vp4 + faonT5506ISR9RF8sMfIiiVZhi9d1A6RwSDAkGS2IxaLWe0BGjlYPrAOzEDgJ + zC8vKyaWtBE8XIk32trKxYl3y9XresC7XTUqlk5whUAwhvfX1djUbD5j8z3nZvb8 + gI5yOJ3zQYwMk9ybXlXMIRJcYIyACDoWvzBOdMlSEpiswajj3bACiTKAKohtJhg + OjIxYSkoaSsSAEwFqicViNnqTDU1246NCoK2xsTHb6DgrZH + JJDi83kH5 + 5XUQfH0ncrUMqRLHSEgGaAynCOwEO9JxsC6k5F4uQ5gIJwJUscYeE99hSKL3hGHSLqU9YZtAbREDYnMyT / 37o5un4V4h4DD4HVf9wVuDhuLjBM + O / 0mNF0xXGZ7e1vr6 + uanp42iCcUuphHzHjMXC5nXcrpdNrqMr29vfriiy8UDAa1urqq + fl5Xb9 + 3d7n + vXrqlQqev78uUW2X3zxhcGd2WxWN2 / e1I0bNwzXHh4eVr1 + ofC5urqq27dva3p6WgMDA5qamrKGMTrKnzx5orW1Nb333ntKp9MmwUGXO + cNwgbROlkrEBHZ / OzsrAUrBCzU1dDegsGDkqokg5sIVlKplEEvsJYY8RmNRtVsNjU9Pa1bt25ZRA6h4 / DwUJFIxJ7j3t6eRkdHrXsYKYvx8XFjPQaDQW1sbFigw2TAs7Mzg8 + QaJEuM2HWxZM + YEu9yXVlHIKkDqPnCzx0MMI8kmQPCXijXC5reHjYePIYDLwrcIN0CU + xCdmkGCGYPF7Ggk06ODio9fV1eziwBzBYwDP8PqkeRVV + xmvj8bilxThFUmeYUxQjvYyFZ974piBJViugqMea4hh4je + 8hinCfWD0cQb8GSgMx8Ia4kjIqnAM / C6HgzoB0SA / 83gpzwv4jkPuC / U + / YZxBZ0XKPFtuVh / Sca9T6VSSqfTKhaLyufzhnUDTczOzuoXv / iFSqWSbt68aTx5 + gRgKNFVHAgELPLv7e21pi + kGUZGRlQul43K3d / fr9nZWTtH2WxW / / Iv / 2Kc / KmpKZvtizoo4oMYLMbNImPNsx0ZGdH7779vv18sFq2IOjY2ZkqsU1NTNvAHZw6DCEi3r69PyWSyg2BAQd2TI9jH7BH0mSB7IHYH2wpbwuu8mCD7M5fLGeOOQTbNZtOGADWbTc3Oztp5JdJnomFvb69WVlaswA1KQd9GIpHQ7u6uNbLRAU6WHYlEjFrbal1oMb3zzjt69uzZV96LV8YhAB8AIdA4Q5SLsQPiQKQNHBmcGmNE1EyNgUgSYS8aUzBqvoeBiBPj7o0nxT6EuHiN1KnuSaROpIrmDEYdw04qiINgcDlp / + joqOkhkeXA3QcOAFoifcYQkzKTbVA / 4HM9m8tH2awdsxAw3DCVwOgpFALt8HrYFzgQHDHfkefAuuJUpMsGRb8XiPh5L / 9v / tmypsBTb8MFbADMde / ePY2Pj6tcLisYDCqdTkuSNemNjY0pm82qXC53FBJZQxz97du3zYnD0EEx9f79 + / YcaTBbWFgwOAYlXNavVqtpfHxc9 + 7d08jIiG7cuGEFYEkGC + 7v7 + vatWuam5szvH1yctIUawmqpAvD / PTpU5PomJyc1NzcnK5du6af / OQnunbtmr73ve / p1q1b1kdSKpWUyWQM8jk7OzN8XpL1B8RiMW1ubloHvB / I1Gw2NTAwoHQ6bcQF6jgwALe3t + 2egZ1Q0l1bW1OhUND8 / LxlXevr65bRoA8FvAPETH0GthL7HMl + MhuCQjJGGtq8vhjPDriX4HhqaupX6mz / X68r4xAoKrbbbWvr5kGiMAgjgS5GNjQBFj0WAAAgAElEQVTG0GPfQEtHR0cGGSFLcXh42EFzRRqY3 / Xdy0SpRCdEtmCgFHqly + Kol5fA4eDYMGA8fKATBqcDw0QiEYucgFagbWIUpUsHSVTDPfHeOCT6I6DLcXhYQ + mycEymBvwF24tNTg2E6N07Jv + + PE8ieJ4xzsBDWTgbH / mTWbGOvsDmoSWK3N21k7fhCoVCSqfTajabunPnjg2C2d7eNmMEM + 7Zs2daXV2VdPEspqamFAwGVS6XTYzx / PxcOzs7ajYvFGCj0agpeL569cqiynA4rHQ6ra2tLaNmQppYWVlRtVq16D + ZTCoYvGgay2Qytl + BcIBGfAc5TB4YbDwPNMYGBwc1MTGhmzdvmvrqtWvXlMvlND8 / r7OzMyUSCduPOzs7Rq / 17 + XHx1KjgxIuyZhbKysrikaj1sTms9i + vj476 / ROIHbHcCKQgcnJSY2MjJiKKtkIXdicRzJ5lFJrtZp2d3etNoE9ASrmXIRCIdOdIoiFjej7pHZ2dpRIJDrOSywW + 9 / Th8CQdUlm4OAnk0qCt2GAugufksyokjXAwPF / x5gDK2EQqV309vZaQ5rHsV / X0OUzB6JoCmVsSj4LI8jnkhnQjp9OpzuKt2QnvgDL5gHThzWCEeWecGwIcZEas56sWXfmwO / y3hRocUoYeOA6v46 + UI3TYy0x9Pyc17COnvbri92sO5kDz5N7Z514PdDZ21JDiEQi + s53vmOGBMXN0dFRhcNhbW5u6vnz56pWq8bywoBLlxpGq6urmp6etiIvrBym9dF7w7OEiozzpr9hfX3dgg1wbKJOunt9Fj42NmaBAM / y5OTECvqeEUfg8OLFC52enurWrVuanZ3Vhx9 + aIYYgy3J2DjUOoB4wfR9Vk3nNVE1U + OWlpbUaDTsPmHQMR0Qpl4wGNTIyIhKpZK9jm77tbU128 / Hx8eanp429IHgjFpiu32heDw8PKytrS0LSugbqlQqZrsY1AQhgL1OP0QgEDBZnoGBARM9xHGjT0VtYnJy0mpMX / W6Mg6BB8BmlmRSBcAwfX19xpgh5ZVkxobUDEdBf4KXhKB + QIEVyiVRMwNZEOgiJfQ0T4wghT7PhcebYyRxHhwyMh + uUChkswGAW8gmqBMQOXmmBRuK7McbauQ + gFKQhPDwFJ + F0SBV9ZF7MBg0qI5oHwgAI03xGXjBO2AyDD7HM5N4bt4B0lPBWMWDgwN7Pww8kBX7wLOLurOSt + Hq6bkY + HRycqJkMqlqtapYLGaY / sHBgcmlSNLz589tr + LsWq2LxjOomNSdmIgWCoUMi0abamxszAKNs7MzvfPOO0okEsZyqtVqNoaSTA9HXa1WjboJBFSpVEw2e2RkRPF43Hp82MPUf4BU7t69a / WfUChkooucQdSH / eAphsJMT09bLw5Zx + rqqukXEXykUim12209ffrU6ozAzQQyNCzSvBoOhzU + Pm6GuNlsand3V9evXzd7kclkdHZ2ZvcDpARM2mw2FYlEbL9CCpBktmpsbMxmMzPnoFQqdTCVoNbTf4FYJggHARRZCVD0V73ejlPxX7gwCGDF3R24HHQq7nSsEtH4KAbjTsQMvUySRSGNxqVWjiSLojA4dA5Wq1V7HVG + JIueaVrz0ItnvxDFsol9kRdWE07PQzjesXCPweBFQxo9An19fcZ6wgjSkU3KCp7PAfKG0q8rnd + + a9njst7wQgMGOvDrAjRHtuW1ovgs1gC4COPOmnnj5J2Jn63gmVI4FpwuzvhtuLi / eDxuXa48C0l20BFSg5O + s7NjM5P7 + / sVi8WMzcZEr3w + bw57eHhY29vb1kfC / pmYmLDiaDgc1t27d7W2tqanT5 + aRhdwH + eKQTJ + TSWZc + EMoXobi8XsWUnS7OysZmZmDJrhjOIU2NdQg0OhkEZGRvT48WOjhX / + + ecWfQ8PD5t098bGhmUbiMOxH9lf1M / A6WOxmBXtx8bGlM / njcJJwCddBJnXrl3T2dmZdnd3bW / zH + sdiUTMuaG / 1mw2Tbes3W4bIwlCTDAYNGIArEjqkOl02jJ / WEacuf7 + fpOFp17yJtfbcSr + CxeZAQbfG3SweyIQj + MToZBKelE2mDoe04ZmihGn6Y2MAcMsyQwi9 + IzAQ / LENHhZLhHDpmHknwhFQgGXjnvjz6Ll43oxvQ9J5 / XEWl7bRkYQ9wzxVi + FxuN9Jrf97gp9xgIBEyEjM8na / AZEZ / NdyAt9t3F3hl5ZyPJ1oVnRJMRcgc4K9YFwxQIXA5Dgh3ydV + tVsvkKoBbcNp0X29vb5tTBgpZXl62ub4nJyc2N4Fokm5lsrRPPvnEWEf1 + oU8 + 97eno2ghWHE5 / msG + ophjUSidj + hAHmmXLg5zh99h / ZMnpXW1tb5sB7e3u1urpq8wpgCcGmAZIhAKMBkiI4fRP0JFA38WQHzjqvzefzmp2d1fr6ujW / FYtFm4QWDAa1tramdrutmzdvmqGXLuxRuVw2yXsUXoF8mH8QDF5IpngGHIxG4CvO3d7enqEQOKsbN27oxo0bWl9ft05oguLt7W0jSCQSiQ49pq96XRmHwAVuTDTtOfeSfiWyYmwedDzww9HRUTNAnsLp5SOI3ngdhWokaT1E44uaREzcq3TJjuHPZDi + j4BN4CEVBsT7gqsvFEuXsyLAIxEI49 / JFKBrEl1zWIAeug0o0hxE4ODCOCHSfeoXXnIDOiyGjGeDAeczcdDegflMioso3zOH6J4GNqOgSBMPTg0mGXpAnk77tlxQIcHRvSAiWVir1VIikVCj0dB7771n3b2Tk5OqVCra2trSnTt3TL8rFoupWq2qXC4bTRfZ5VbrUl56cXFRzWZTd + / eNfYY8BxYNYbMwzEEYTDVwOXpN0CLB4jF04OXlpbMmALBwvrZ29tTu902JVJ6A3K5nK5fv25dzolEQo8fP1aj0VA6nVZfX5 / NJw + HwxYc8PdSqaRisWhwD3AObEC0yJLJpPb3901mA9FG + gImJibUbrc1PDxs / QuNRsOMMx3Wkqyozut6ei6EGTkLBKye5TgyMmJaRfl8XolEQqlUyuA7IO379 + 8rEAhY / ei / owP / yjgE0iEMBgYVY0zDFpkB + GK3kWaaGofs9PTUGlgwjmx6UkuMCFE / uuxe0lm67KDmfnyqTZTLaySZ8fTRKwZXkg0MgUdOoevg4MDa8SVZQ1dPz8XcYJwh90cEjcMgcgR68uJwFH8x1EAAcLnBeMGVk8mkdnZ2zGmB6WIspEvD7p2jJDsQfuYCUSRr5YX + ODQU0iVZbQL4gc / zDgS4y8994Jl93RfUSGjSXpqBek8 + n1csFlMqlbLCMtpSPLulpSUlk0mr12xvb6tYLFqwQMBDjQAhNDLIwcFBffbZZ5qdnVWpVDLYBx7 / 6Oio / X1 / f79jih5OAWkKDCkF2lgsJukys5ufn1ehUNDKyooxilZWVvT8 + XPFYjFNTU2p3W4bu6mvr0 / Pnj1TKpXS + fm5aRyhrZROp00Ijz0PCwfa5sDAgPVrEN0PDg5qaWnJIBdmtKdSKX3729 / WL37xC5uDTi0nGAyaKB69FexBYFhJWl5eNqYYTEaybepfwEagHECDfAZr9ezZM8v8gHelC4gOTaZAIGCNfW9yXRmHIMkMEhGiN6xgaxh6oh9SVYwDKSxVfW + UeS8OGTAGkSUGGBorGYdn5RB5 + 6zh / Pzc6gAcIg / rkL2QAWAwkRGWLmR8cUxEPM1m02YPe5oqxTEgF + lSCZTGo1AoZP0MOCPvANjYRE5APr7juJs3XavVjM0hXRbQcT4 + w0GviYIwz88bcRwAmZTPuDybSJJh7CcnJ0okEqaFhGPiHig + ewjq676IEqnncPBPTk60v7 + vbDZrPPXnz59bBodQoCSrP7x69cr27OnpqWHyp6en1u3a09OjarWq5eVlzczMaHJyUqFQSLlcTj09PcrlctrZ2emAIIm82c9IPtDQRUPV4eGhCSDWajVls1kzdmSS9 + / f18zMjKQLRzY5OWkGj + / + 9OlT6wbu6enRyMiI1tfXrRCMzPfg4KAN3FlaWtLQ0JBmZmY0Pz + vYDBog2qq1ao1SHJ2C4WCMZKg4tbrF6J + QFKnp6cqFAqanZ01CIphPuz / vr4 + lctl0z6DpEFfQiwWM5tCnYV6JsEQzoTaAeysTz / 91OZYfPjhh8pkMqbiurm5aZ3aOF2c01e9roxDgAdNRI / x8zx08FCG0YBz07IO7kxa53E9GrCITnkvYCSgCF / ARUlRuizAgreT1vlshsK1N3TAQ0SH1CySyaQZP4wmDTKkn9Q7SOEx + kAliUTC7pf1IRqFVQQWzGeRLdEBTgGa78p38EwqYABosBTqeT8Kv6TJOEvqGrwf6wFm7bMvvgMHGpyddeN1GEhotNQMgPhYm7elqBwIBEwqYmdnp2N + B2tLvSCVSikej6tYLKpYLKparSqVSqlerxtksrCwYE1W9XpdqVTKcPeTkxNtbGxoaGjImEJjY2MWrGAEGdMoyeiwxWJRk5OTJq / AucH4edKHP3 / 0J1SrVe3t7ek3fuM3OrrNEY + 8fv26crmczs7O9Mknn0iSFckHBweN91 + pVPTBBx900I / X19dVKpWUSCRMfiMQCKharRpttVQq6fT0VOl02qQkGBe6v79vxVgydOoV0GVxKtQFKpWKGX8CP + zFwcGBaSZJsjUZHBy0wMXXy / iOOEWeBX0dnPtms6mFhQWdnZ3ZXqCrGlv3prWxt + NU / BcuKHKM0sNAnp2dWY0gHA4bm8BH / xg5MEyMAuwiaFuSLLJhU3lMv9VqGV0TTRbgGa8L5HnwvkGMqNpj5USG4IdkGGQEFIBpqoGHDpeZjULUSOSNUcaREdnQ8EOBmUgQWiCFOhhSMIJ8YZaeCt8jQBRHFoFR4gKK8xRgPoeUmaidwiDrKV1KaeCAWWNowTwvplsB1QFz8B4YMTKgr / saHBzU9evXdXp6qidPnpiBrlQqWlxcVLVa1cjIiK5du9bBWac56ezszIrSPDMiXCRNgJY2NzctG0FsDQXQW7du6ezsTC9evFCj0VAqlVKz2TR4hkCCmgLrB + EBmXdwbmpYFKwPDw / V19en5eVl0zg6Pj7WnTt3VC6X9eLFC42NjalcLmt3d1fz8 / M6Pz / X1taWyuWywVHlctngIOimz58 / 187Ojn7913 / dgsZHjx5paGhIDx8 + tAE4rFmxWNT6 + roxr5CyJpLf399XpVIxdhNjNHd3d1UoFKwjmAAQORZsDQ2ezL6mlreysmJsIW + HyMK9jQIipL + CEZmc0e3t7Y5a3Pn5udFc3 + S6Mg6BiKXVuhhtl06n1WpdDooIBAJKJpNWlCNC9Wwf + PoYZowU0Tp1BwpGvqPRF4qpA + BopEuDx5 + 5J99kRQQNxo7R4 + B4eMUXbMGSfcc0RpM6A1AP8E4gELAGHiKXVutScZRIh8ljSCF4CWkMp19DD4 + xqX29hgyMw4oR4T1YB9aZNcBQEa3iCIGdPOzAAcKJ8z6sK9 + f1 / E9fA / H2 + IQTk5OtLS0ZJHxd7 / 7Xfsz0N7 / + T / / R3Nzcxah4tTQLMrn81Y329vbs + dCpH58fGwdvblczhQ3fdc8DnZsbEyFQsH2LNBIMHghFueVN5Happ4Rj8cVDodtjyJ7DdU4GAxqfHxcu7u76u29kIlfWFhQKpXS2tqatra2tLGxYRnE1taWKpWKIpGINjc3jZX26NEjm1derVZ1fn6uXC6n4 + Njff755 + rt7dXs7KyOjo70 + PFjra2tmYw2wR8ZAbLYnrZeLpfNXsAcIoiih2F0dNSk6DkzCFZiXwYGBqz / Y3R0VOVy2Z4HvQ8jIyMdignlctmmyqHEwGdTPxgZGbGhRVBs6VZ / 04bLK + MQotGoRkdHValUDAsnlZNknF6i152dHXuYGCIgBgySN5ReSpYsgGiX2gMFNs9nx1gR4WLofdeudGm0unsoMHi8D4eZYiANSaTgZBZEZe122wZyeIeCoQZ7B2bDUPpsB7iHWgBwEnAPcBPZAZuTNeBZkElg7HkNtRPvXGGwkMmgze9nRfBsiai8cyIC9nRVuO / UWiQZy0S6bFrDQb0N18DAgObm5vTll19qfHxcpVLJuPmSND8 / r2QyqUgkYvt6bW2tA3v2ETmZJQEDFMadnR3Nzs4a + 6tUKhmEGgpdzgrmuTSbTcXjcZuXTObsAxGf5SFgB60YQ91sXiiIImBXKBQUCoX0zjvvWA8AiqPSReH55cuXarUuJoCNjY11qBL4InZfX585F190vXHjhgVRSGmfnZ0pnU4b7AQ0s76 + bhky9oWgZH9 / 385xPp83mHlvb099fX0mhiddNsnCsDo + Pla5XNbExISKxaL29vbMbmFT2u22zTmAGp9Op5XL5RQIBKwHZGtrS1tbW5qenrZAZmxszAQhI5GIISdvGuhcGYcwOjqqnp4eG5pN519fX59hoZIspa3Vah0HhCiRZhOMkS9O0npPpMvFv2Os2ZwcKKAaUmtJHbBOvV63zeq52Tg0nBgMIKCqWCymcDisarVq98 / GYSNC8 / P9Dp5Ky89hJVF7IALHmIPf8z3o + wiHw6a + 6HsLMNpkYzgqjDbrxjpz71xkU0BBFMZYC0m / ArdBKMD4kJXgDLgvoi2K5Y1Gwwwo6 / G29CEQrf7mb / 6mHj58qNXVVX3yySemKHrnzh0zMhsbG1paWtLBwYHy + bxJog8ODprCZq1WMyMIxAR / HRlsScY6w0gTGUOpTiaTZjhjsZg5ECiYu7u7Ojw81M2bN03GHWVfHAcTzGBKhUIhzc / P6 / 79 + xoeHtbTp081ODhoDLDp6WnNzMyYQCRSEeyf8 / NzI1rQF4HY3 + npqT777DONjIzo8PDQ5kIMDg526H8BOY6MjGhpaUk3b940VYNms2nFa8aahsNhg3UJCgcGBkwvrbuHiACMvTo4OKjZ2VnT9qLWhy3yEGYqlVImk7HiPN3a1EA3NjaMGUZjbKFQsKE8rVZLExMTb7Qfr4xDAJaQZDgcKoaMtYOW6qNZZgAT + bKxiMyTyaQZFCJ4sEO6EYm0SX2BXjxVktcB / UiyqJaIn / QS4wVcEolEzNnAjqHdPRwOG5sJiAqDPzs7a47Fz3aQZFxy7g + eO47KHw6yBd9zwWFgMwIj4USIcFgzT / / FAZElwAwheuR5Amtg1HyDn7 + o4fh789kQa0 / zIXRV7pmaDxO2eDZvwwXs2Wq1tLGxoZ6eHiMUfPvb31apVNLY2JgGBga0sbGhYDBo08BoeCI7JiJut9uam5vT + fm5DaQni7h586Z + + tOfWsGUGhSQTC6XM5olQ1qQh + aZw60HrqrVakomk9btC / 17fn7eHAcKrclkUktLSxoeHlYul1O5XFY + n7dsPh6P6w / / 8A / V39 + vSqWilZUVG8gTCARsShmsoUgkouXlZYvu5 + fnbdZxvV5XLpdTo9GwvoitrS2bCx2Px206Gk4EXN9Di9TEGo2GCWkeHh4aqw5KrnRJaQbRYLKc76 / xBIjT01NjPG5vb1uQ1W63bXQqcNfp6anJmfA + a2trisfjSqfTOjs7087OzhvtxyvjEEjjKNAAdyDwBAUPDzw7O6tqtWqsCH4XeIQHTT2AjIIogCyh2 + gBrZAO + 6YhjC0RM4JWvtOZhi4 + jwiWIltfX5 + y2WwHxZZIxLfAs8E9JIXkNcZQuux1AF4hBfZQGb0WOFOcgIeSuDfpEsLhPcCvT09Ptb + / b7gsaTRMDbIfYChJ1s7Pd8CIExWS / fCdWCv + TN2B3gnWHSMIrEJWxjOmJvV1X74 / ptVqaWZmRqenF2MkGYDDXh8cHNQf / / Ef68WLF9rY2ND29rb29vZMcZMABOPR399vkTL1lf39faVSKbVaLWtiYoLdwMCARcb0RwDnkZXgeFKplMk7sPbJZNIKp2DsmUxGW1tbSiQS + v73v2 + 1hFAoZLMAstmsjo6OlM / n9dFHH + m9994zOKTdbptuUaVSsXUCr / fwSrvdNv2meDyuW7duKZfLqb + / X5ubmzo6OlIqlVKtVrP9nM / nDZalaE3PzejoqDXwra6uamxszBz0yMiIKpWKOR + gG9AHbJJ02W8TDl / McID8cnZ2Zt + jXq8rmUzq8PDQOr9xKAz32t / fV7lcViQSMfVaFJ5RC15eXn6j / XhlHAIRnRdc6 + / vNzleDgHUOZQe6UfwMs + SbBg5DAayAOClvr4 + S8ExSjgFYCIeuh + 6w + uI / Ik4fJEWeqjH2IlGwOdJK4GbmNHAZqrVatY5DdRDhEhXMz / 3VF1J9m + + 94IIBjYVaTwSCEBkOClPq8Wgexophp1oHgdB9EUmgAPDOJH5 + QK6JFs3MgrW02d / 1Ch4Hxwwh4 + OWy + C + HVfZEVDQ0PKZrNqty / kJb773e8aRv78 + XNlMhmTJygUCnr27JlBHJAQotGocrmcNjY29OLFC5tFcH5 + rlQqpaGhISWTSZVKJW1tbdlMA4rBqVRKlUrFmECsN / RXGHxMYuPeyZb7 + / s1MTFhTDiYR + Fw2JwK5 / Pw8NBmMaPuOjc3p / X1db169coYN2QAGG72xvDwsEqlknZ3d + 1c0XnMz7AHvvY3MjKi6elpvXjxQsVisaNeCGsIhAEbQsRP42cgcCEzIV1kKky2ox4QCAQMOqaJLRAIGOV1a2vLzh5BD1kfRAzOO + wiIF72fSh0MR1vb29P + XzeAkI / UverXFfGIcB99t3ARCb8m4duoEH29fVpa2vLJIHB5Lh8IxTcaLqRgaZwAGDSROm + jVy67PQlxcRAeXE2jCG / K8kMJ0U50n6YOkBfiGoBezC6k4IjUhEcVKRxJXV0TOOkgGl4L5pioKiiWwNkRXTHexF1UocATkCwi0lyvmZC9I / TotAG7i2po9kPB0XE77uecSa8n2 / oYU8ALXkqMgbsbbhgklDshUo8NjZmDV5QHplxfOvWLaVSKf3rv / 6rtra2lEwmtbCwoGq12kEc6Om5nOaHQ3j8 + LHh + cweDoVCisfjOj4 + tkIpzZje0JAlkGWxDxuNhmn / wHoDNt3c3FQ6nVYsFjPDxZzxaDSqe / fuaWdnR5988onS6bQCgYBevHih / v5 + TU5OKhwOa2JiwiDjgYEBLSwsGPGBveLhycnJSTvjz5490 / z8vNUzGAs6Pz9vTWhMOCRjp07BhDlJWl9ft70qyRiEECno18HmIJnDbGd00giCCE6obaFSAHJAHZRhW1DhmfzYbDatW5z3hIH0JteVcQhALjx0WsIxakgpYBAo5koyehpGE / y0p6fHug950GDVkixTANbBEAKPYGylSw0lT43EqBE1YNiIwDHMYLMURLsplxR1m82msS6IuClss6FQo8TQEynjMKkf + O5uMiBwfpxjLBaz77C + vm5rSURTr9dVLBZNrMxDZ0QqvpmM / 4jwyUxwLl6viSyQe + c + WEdJtsZQ / nxmhQPC0ZBJeOjobbgILqDHzs7OanNz0xqxhoeHNT4 + bgahWq1aZjgzM6NXr17ZrIPDw0OVy2X19vZqamrK4MZA4KJbe2VlxfZeLpczJ4BDhaeP04V1huP1EhbAkNSmdnd3rcsamJV619DQkFZXVy2zLZVKCgQCWlpaMumKBw8eGP8fTf9kMmmjYScnJ / XRRx + ZECJnmeyqWq1qampKJycnqlQqymazGh0d1cjIiNHRR0ZG1Gq1dP / + fQsQ / vmf / 1mSNDc3p5GREd27d0 + 1Wk0 / / / nPbQaF39d + xodXFg0Gg3ZesC0gFThy5LyReUGkDhuAoB + 1ztPTi + lt / B7nCgbTwMCATc0jyAHC + qrXlXEIvokMgwkkAuaJs5BkRWbqB2xedOaJkHkvxkky8DwUClnE3G63FYlELBogPafwijEkW8C4 + aYV6VLriHvidzDWweCFaiGzFiRZEZHiI4XRaDRqn0F0xEalWY5I0YvnEfV7CI5Ikvv14nDUTSQZNc / XTQ4PD7W9vS1JHZ + N4 / OiYRwAYC5 / sKjX8Bwx7BSO / f8p8PN63wXN8wcu8lCYJwb4LPHrvLgv5NXB / oeGhlQoFFSr1Uz4Dfoj8gV05w4MDOjatWt68eKF7WvWnc7mpaUlY45B56RmAUspk8nYBLOhoSGrXflodXR0VLu7u0YrxSH39vaqWCwaEYOAZWhoSH19fXr / / ff19OlT + x69vb26ffu2Go2GvvjiC01NTSmTyej69euGzzcaDe3u7lo2PT4 + bkZzdHTUIvmzszNNTU3p + vXrVlRFv + i9997Tzs6O1UgovgKlStJ7772n27dvW6DXaDS0vb2tV69e2XPyXfugA9Vq1bqtidoJUoBPh4eHVa / XrQjNWvkMV5Jl4ECa9DOwPzivzEjotn2 + UfFNrivlEIBQiMaBCHwaRyRIdCNdGipPkSSN29 / fV71eN1papVKxmgKREJAP0QmOBwMDTildFkZxEl6JtPvewAR9sxqRIkJe / H673TYKHZi5h9HoYvT0N + otcNTJIHp6ekzaAJiG74URx + i32xdSE + DMwD5ETgw4393dtRGBGGYE21gjHLrvv + AA + Y1M1ERTD8qR0qWCLBmE77vgP35G56bvIsc5vi2NafV63SI87jsajerk5ES7u7vm2KrVqtGd2YeNRkOJREI7Ozva3d1VIBDQ + Pi49RU0Gg1lMhmlUiktLy9ramrKirNkh / Q2ABMScbZaLSWTyQ69MPo8YLsEAgGjgFNnwoARTLA / 8vm8IpGIvvvd72pvb89Gd7bbbWWzWWWzWZ2fnyuTyahQKBg8gyQ1 + / rk5MRG6NKsFw6HlcvlNDAwoOnpaVWrVRtwg24T9QPYfgRi3 / jGNzQ8PKzj42MFAgGTuPjGN76hQCCg5eVlLS8v23udnZ11MOa4FwKrvb09C7wkWR3FN7D5gUgebqYhk5oNexzUgbWdnJzs6JngWUqdCsFf5boyDoFUn8KmdEk / lWQHpNlsWvs60SELTCRKcw1YP8JyOBacBNEuvHWaduh49RRLON28HmfFRsJBUBPA2DV7rFcAACAASURBVFIHocu4VCpZoZB0G10b6hsYZkTuwMk9lZWUGrog2UI3Owe6LQVf4AMyALIXHBZQjO / jIFWn + 9KrMaKm6rtm + d6slcf3JZkBxDhCl + X7Y2xgH / EzoCT / HdBfwin4Z / Y2XAQLvolxc3PT9m5PT48ODw91enqqd955R8Vi0RgnR0dHKpVKSqVSSiaTNsfAD5unHtZut00czkOG2WzWOO0UfgmExsfHFYlETPLk9PRiGli3pHO9XjfDCKV7YGDAmqe2t7f18ccf6 / r16 / as5ubmLGqemJiwGQsIxMGKg07NWlFTmJ2dNQePXDSNjbCByJDq9br29 / dtBGWlUrG6CGtE9F + pVIzS + oMf / ED / + I / / qGKxaAFZs9k0uizT6eLxuDY3N22 / ou0FLETW0dvba8rA / f39Bu8NDQ3ZWcEOwRri7AP7QUKp1WrG4COL49m + yXVlHAIHg8Kph4SImD3EwcIRFQMxAQ3Rgs8GhT1AZA1kgcAWB4CDBBZOqshrPNuIKBiclvSWC8YAtQDw8kajYY1Aw8PD1ohG5E0U7jt / ffMXhgRn0Q2ngPvS / cx9EpEgDEdjTTwet8 + TZAadQjLZ2 / DwsDE8cHCsMWJdXkoB5pMXzCOTozkJmK5YLJrx8ZRYnqt0yUTDUezv73cofBJlkrm9DVcwGNTS0pImJiYUjUZVLBYVj8e1s7Oj09NTE6 / DsKCs2dfXZ9RP2EPFYlHLy8vGYDs9PdXW1pZlUDj93t5ea + YKh8PKZrNaXFw05szY2JhmZ2dNugH2Dpkc / Q + oAfT2XswwoG4EEw5YCgbSwcGB / v3f / 12BQEAzMzOam5vT1NSU6vW69WJQaMX4o1tGRg8dE8dOXYWgbWlpSbFYTDs7OzbSk32 + vLxsAcLExITeffddO6fSBZKAc2y1WlZgz + Vy + vLLLyVd7FHqLENDQ8pkMrp9 + 7ZSqZQ2Nja0srJicxx8PYuaZygU0t27dzU0NKSdnR09e / bMnDj9HzhfslgyNhosNzY2ND8 / bzbH1yHelE59ZRwCBs9HfScnJ1bsAmfz + DKeVpIZMIphkUikg0mEUiBy0KFQyFQngTigPPr + BVJpis / UBvDaeGyMLZxkoB4etBe94 / CABfNdOCREC9wHLAXfNwGbSLqEJSjWAfngBGBq + aidiIYCLA7FC3GB31Psho7nHQ / rSjGcKNhnWRgdvh9Gn + 9aqVQ6nK6HiTyV1qffkAPgaPsgwctZfB1XIBD4M0l / JsngPKI + JBEODg60vr6uo6Mjiyp5NoVCQYVCQYFAwEZFHh0dKZlManJyUqurq / r8888tY6Xrl9pQLBazLHlvb0 / xeNxkM2A7oU46OjqqWCymcrlsRePDw0MbOgQ1ul6v21xn2Hi1Ws0CL2ZnvHr1SrlcTiMjI2o0GiaeNzw8rFAopHw + b1pLsVhMiURC6XTa2FiebIEE9ze / + U07jwQOoVBIiURCxWJRIyMjRjygg3pwcNDIEAgxrq2tWabL / qQhbmFhwQw6 / Ua3b9 / We + + 9Z5pNBI2Hh4cWBMIcZD0oblNk5qwR9HB + CXKAhCRZ4FcqlRSLxbS3t2d2Abjpf80ITTBKoCMepD / oGG7SLo9lnp6eWjGGqAAsEEiF5jCq + T5dJ91E1hZjSBTNe2A4Kf6SpdD1CVQDnu7F32DvtFotYxUhakd0OzY2Zp / PvWPk + DkG3BeWKVgGAgFbR5whUTPOE2ot6wVzAWeGoWGj9vb2Wqrum6gkaXx83KJ0OjYxMkg + A3952mur1TJly52dHfX29trAFOmyL4G1I532TpmDS3pNdkcW93Vd7Xb77yX9vSTFYrG2n43c09NjIx3D4bB2dnbUbDZVKBQUDAZVLpdN7ZSGyvn5eUUiER0fH2t3d9dqJxiXeDyug4MDI1UMDg5qY2NDlUpF09PT2tvb03vvvWe9LegbZTIZg / RgLE1MTJjuVDgcVjqd1tLSkhl1OuXHx8ct44hGo7pz547pDJ2dnenVq1fKZDIW8Dx8 + NAmksEG2tnZUSwW0 + HhoQ4ODiww4BmOjo4ql8uZPhJzpRcXFy0oODk5UalUsnrX2dmZbty4oXA4bLUB6WIuA5R0Zkjw / teuXdNnn31mM6zb7ba + 9a1v6eHDh2q1Wjaf4NatW3rw4IG + / PJLffrppx09DDCNkNigobCn53IeCN + LrDgYDBpVFdVUMq5qtWrSPdC2 + d03ua6MQyDaIzIlOvLdwuDoFF / h4ROB4RQ85IPSIgaSgjVGkkY1oiHa / ZGLwABSBPO1ibOzM0WjUR0cHFhmgiEbHx83WIdNDqZPhNXTcykoxvfN5 / P2fRuNhq1BIBAw7NgXhflzN / buo38cJ9TTVqulWq1mOC6ZBxGVv3xRuF6vKx6Pq1AoqNlsWjTUaDSsy3RkZETxeNwUIyliw7KCHtxqtYxpgrLt4eGhdWbyPHxWw7Pj + XmtKHoTcBJfp0PwF / sCGC0UCunWrVsG5cFIa7fbmpyc1OTkpF69emXSDouLi9rd3VU8HtfR0ZF6enoUi8V09 + 5dffLJJ + rp6dHm5uavDHpnfgKQw / r6uubm5lSr1bS5uanJyUmbFrazs2P3l8 / ndXBwoJmZGatJ0PkcCoX0wQcfWEMZfTOJRELb29t2b + gmLS4uKhwO69q1a / rRj35ke / jg4MDkr4PBoF6 + fKnt7W3rxKcIT7McwdHJyYnJhzMvmkyCWdIbGxvWAJjJZNRsNvXkyROTjiHzjMVi6unpUalUUq1W09zcnD755BM1Gg1NTU1pdnZWu7u7 + vzzz014bmJiQolEwt5rYWHBsgNkR5rNpmXRnDVGh / o6HfRUr3CAk / NyMD7DhqX0JteVcQi + CUVShyGF5ijJDCXelqIYk7xg8WBEiIYwJtQQgEXALqFRkpIRaZPK8jMKa7we7DYQCJgqKVxsImKa2eia5rtJsgKzrz1Q1CO6kmQMkG7HSERNhoWRwSGQDdCVScOWp9F5thWfCyuDNaO + IslosXR2oteCI6d3IhgMGvPj + PjYCmREo0SBPn2GAkkznicZYNyky4FAsJtgfrCH3nT27H / nVSqV7DuOjIyYPPLJyYnRKFmfcrms / v5 + zc3N6eTkROppp64JsrFXTk9PNT4 + bkYTJ9jX16dSqaTt7W2TdECoDjgRvJvPxsAwepNJZRQwW62WRkdHbbbAo0ePNDMzY3Wvcrmsp0 + fam5uzt43EAjozp07hsdLF3toc3PT9hdBTj6fVz6fN8MHc4nnjMhfuVzWkydPjI5NNgBcRD2DvgeK3T5IRGYbKPj09FSTk5PWeDk6Oqrr168rGAzqxYsXKpfL2tra6lAS5vNnZma0tbWlYrGozc1Ng2dxFtgd1pKsXrokZfA7FJ6pcbIXQBeAAAlq3 + S6Mg4BeiQbCm9LmuRTSYywb7Kq1WrmYTEiLCBYNwcIY8K / E4VCzfTOQ7pQHPUDXmDieM0SYCowWvjD4XDYIhm6PLlPHMzp6ampUALPkF4TYWKspUt5D4wMqSuRNwbCUy / BXdmkHEgMM9 + dgi5rz30ToRMFRiIRNZuXM6DBRWGWoGxKpgAE0Wg0DOKhac4zyXp6esxgDg8PKxqNdnC2GXbinYN3dI1Gw + C4t + ECAqVQ7GmE7MdKpWK1EOQrgC7QAzo + PtbW1pakCyl4hNJ8odSzU1DJJADyQ4mAPdHsARoEV + / v71c2mzWnhfJnIpFQqVRStVpVf3 + / 1tbW1Gw2bcQlUWxPT4 + 99v79 + 2o0GorFYpqYmFA + n9fi4qIWFhaUTqc7NMpGR0c7unrJlqkhRqNRmw7H3qbzG4NKtv3q1SsLmPb395VIJIypgzbX3NxcB8tnZmZGmUxGJycn2tzctBGWsIeKxaLm5uYUiUSUSCR048YNo8ySoQJNe1VfzirIgiSl02lVKhULhFdXV83p8P2Y9Ia9IQt6o / 34Rr / 9P3ixub2RANaBFeRZPGQKRDhMnurt7bWOSQo9HIRms6nd3d0OA3t2dmY0Om9ISPVgO8C84feoMfjh9Pzu / v6 + pYQ0rlFPIDLBOCPmBQ8duQc + D + ZBt4xEJBLpmOVAUc3 / LkUqKJ04jZOTk44ZtMBJRJlQNvleQDk8g3q9bpkBhW9YGThgahs8Jw4EcAARVCAQMIfAQeAe9 / f3LRMitaanA + KB7wfBgXNvb8MFFJdKpWwqGPeLiunQ0JBJV7BGBCZra2vKZDKKRqOamZnR8vKyNaNBDKAGQW0sFAqZER8bG9P09LQFDe12WxsbG7ZvCoXCaw0qkbEkC6IYGk8jFnTmVCpleyoSiWhoaEjLy8s6Pz / Xl19 + abMCksmkJBnHfmtryyTgC4WCjo + PNTk5aVkFe7xYLBppAT0g6KvMQAiFQtrZ2dGLFy + UTqcNbjk9PdXBwYE52mAwaFH2ixcvFI / HbT8eHBzo5cuXOjg4MOYP1FNoqAMDA4rH47bvBwYGrOYDo5Czh0MALgUJoLvcZxGSrD4GPAbci8OmKfBNrivjECggS5cROAuKR4dlBNaPnAWDP9rttmGUKBzCbgiHw3ZA2BSnp6dKJpPGnIAb3L3oZB04EI9RU0sg4gZq8h3MGEYMHA + e98SAIxshqaPAhLCfx + N9DwGbC6ql / 1xPvWUCl9cmwvB4GWycsI + efFEMOiDf1dNwceaIjWH0eA1 / 9wcGh8CfYYCRcZydnRkkSCbJ51AUZV + wf96WxrTz8wuJajrKK5WKsU0mJiZMX4gAZm1tTSMjI0qlUtrc3DQnsri4qLW1Nc3OzqrVaimXy1nws729rUQioUajYcZsbm7OmGHFYtF6EHw2TEDR19dnjDzwehq4gCfJFAkCeLbHx8d6 / vy5wYS7u7sdvScjIyOamZnpUBbFsBYKBWuio3HUswQDgYDJbhNQQODA + dHIxbriTDkLwEpeDpx5yqFQyNYLm + O7iXHe0ExhgB0cHCiVSimdTttzBZb1xt8HOz5bgIZKDZIAh3PM5 / reJs4FQd5Xva6MQwA / gwFAx6kki / 5o / + bfyRCQnaBgCd0ODF2SvU6SqR1iMKVLETIarTBIGHtSfzYL90BUwGdLMhVGNjU / I6rl0Pk2d4 + jY4gxbL7ZraenxzIGsFKKx2QmwDG + EOszAbIQNixRCXIGvriPM + Xe + CwcHk6UtJmo3fPIeU / vtHConr0ldRpzHMfR0ZEpV / rD4Zu7fPE5GLzQnXlbruPjYy0sLFgXLlDcxsaG1ZuIbskSzs4uBq3Pzc3p5cuXBj0 + efJE / f39isfjxrIZHx83wxUKhaxJEEfOzONIJKJUKqVQKGSdyGSEiBUCeVBLW19ft + eD5lYul7MMAwotgRl7CNyb96EBEelnony0k5DGiEajKpfLymazVhN5 + fKlxsbGFIlElE6njU1HRz5Oqr + / 34rF7Jvh4WFNTU1paWlJ2WzWVHEhREiyYAi5a / qYgLCoP6COzHt8 + umnxtTL5 / MW3PGfdLm / gY28ozg / PzfEQrqsURLs0NTKvg6FQpqZmdEnn3zylffilXEIRIVEHV4SQrpsSgKKAYKB3kl6yIxSMgA8N4aMgo0kxeNxgzSI4ok2qQF4PN1LaEgyjjFRC46GrmMMLfpCW1tbHYVsDzPRb4GyIgfp4OBArVbLhnH7Ynmr1bIiOg6EiIXeCQ87sbl9fQaNHTYlsBX6UNRpyCh8toFDkmQpcywWs9nAkkwOWZJp59CURdGM + 0WLhjUmksXIbGxsaHJy0oIHnIIk01PiZwwZ + bqvnp4exeNxK0JS1Eyn02q3L / T9e3p6TM4CyXf6TqBjlstl3bx5U2tra9aoFY1Grd6EHlIgEFAsFjNOPuQBSSamhqZVvV63vgiiWvY0GcD4 + LgxiAjAqO8kk0nlcjl99NFHqtVqVsimh6jZbOrg4ECbm5vWa8HEr5cvX5pQne / EBxpC3oJ9ODQ0pGg0qnw + r1gspqGhIR0dHWl9fd1qC0CyjKpstS4mjAUCASvW7 + zsKJPJ2OAboC8UA6Dpck + FQkGpVEoPHz7U559 / rs8 + + 0zn5 + dGNcW5BoNBq6XRfMq5RB0VR + CLyXRZE6z6Wh8NuqACfX19Jrf9Va8r4xDY2L7oCpSBkWVjA01gVHEQCGKhxw68A + QAJsiik3GEQiHb / PQ / UDD1Msp4fn + PRLq8J4Xk4eFh43xTZEqlUlaXkGSwGMwkooparWZCX729vTbzwTsmHN3R0ZEkGd + Z9JOmO4rm0qWiLO8lyfBX3hMYiHsjsqHvAQdBlC6pgzrJ68BR2fwYKvBh / 1rqR92UOiLlSCRiDVN8Bw + tYcjIzIic34aLtdra2jLWDw4L2jGBB / LK7G0ywenpac3PzyuRSGhra0t7e3tWY5mZmdH5 + bnRIf2cEDLaBw8e6Pj42Ng8pVLJBtQQHJBhevyamcNko / 39 / ZqamjKNHeoi5 + cXc5J5PtSRYrGYaS61Wi2VSiWFQiGrl9AxzDpVKhXLeGBAeWdwfHxsxW5koiUZ3AZsiQMYHR016CsUClnxnawXqu75 + cUkN4w29ZStrS1zvj4QI3MFwrl165YeP34sSR0Uaf7vMwZJZpPI7kE9CLikywDYN9vSrPom15VxCDxIn / YT / QEhMICDhSSiAvumkavZbCqRSBgOz + KOjo52DAfHC6NmiCa8x03r9boJZnF4MDZ + aEuz2TQoiUIuGQ8HDFiJ1xJdewlnSYZXwg4h6qKW4ovuZCu + hd / 3I2CMMfIDAwOGJeNgyDRwEjwH3oMNC43WU24pvvH + 5XLZjPbh4WGHto7H + HHm3XUEf3A8myoYvFCKxYAg8wCmChPNy5m8DRffGyMApIdxkWTCcAjXFQoFJZNJTUxMGHSBk7t3755JSwD7zM / Pa2trS2tra2aMe3p6NDU1ZUNbMMw4fajAOFSyYor + 7H + iZwINYNBsNqvt7W3t7 + 9rYWHBzkU0GrWofG9vT6lUymQrfMS / trZm + DkMIKjG7AUw / kgkYg2OGFCc5ujoqI6Pj5VMJrW4uGjUV / TO1tbWOup17I / T01Ntbm4a2ygWi6lYLFrj59rams7Pzy2LePTokUXr29vbOjw8VCaTMactqePepcu9zFqSIfh9zd8JJEEV2DMEY9w3QcVXva6MQ8DIwiphg6EgSA0A3rrPHqQLg0jHLfWHRqNhWD7DySWZ + NSHH36oRCJhxamenh5tb2 / r5z / / uUUQkswoYoy6C5n83Uf8dEDjoCSZwJgvHvkCLUVTcHd4 + UQI2WxW0WjU0sfj42Ntb293ZB2k / J66Sx2EIq13JGCUHDCvR / + 6ugBdk2x + no + PgnA2vDeYLQeBbASIyx + M7nvj8lGXd1wYP4xXu9021svbcAEJQM88Pj5WsVg0nSKa / W7fvt0BIVAT2dvb0 + rqqiSZwUTGIpfLaXl52QwZr / nLv / xLvfvuuxofH7d9 / Z / / + Z / 6q7 / 6Kw0ODmpsbKxjT0LmkGR7BmiQAABjhPwDRIdgMGh9DuFwWIlEwjJlr0HE + E2K5js7OwoEAvbd5 + fn1dfXZ9LYP / 3pT7W8vGz1QwKzSqVihpPsKhwOm8Njj9AgR4c4wRiZNBE6mRD9G9ReJiYm7P5ZWyi6OLZCoaBsNmtZ3dLSkn2vbtKEdwqwFSV1ZBJkA76ADDrSaDQ0Pz / / xlDolXEILDz8W / DtVqtlVDgoZ54 / Tz2AQg / pIxAR0E + 9XrdNxAxT + PVkDaTwGH6wax4kjomIGzjIU2SPj48tkyH6AsLB2APRMOKQLIaoCqoshTT40L / 1W79lInhEXMgok5UA04RCIft8KKE4wkAgYE1i9CxQz0Deg9 / jPXk + OFaK4ZI6huV4FVoysHa7bfUd1hm5C6mTZeQzBF9spohIis93AfKDzsvhf9MW / / + uq91uG0vl1atXFhHX63Vjz8zNzRkMsbq6qr6 + Pus5KJfLKpVK1qsAREQ9gLnix8fHNv1ubm5OwWDQJgnCGoJenUgkVCgUzBAB2bEfBgcHjcKNMd7f37d52hhI + mfo4u / t7TUoZ3t72 + oNPT09WlhYUKlUUqPRUC6XUy6X05MnT3RycqI / + IM / sO5igo6joyN99tln9nxZn9HRUZXLZauVTU1NWVYjXYy0RIiRuhtFbno3jo + PTYiRQHJ5eVmFQsEygp6eHmUyGUmyfU + A4kkUu7u7NtcCKjHP3TPdsBvS5b729QQCLv5OkOifDWy1N7nejlPxX7jAyrsLjdAuJdlmBHKAPoox4H0whqRi / D7zBSQZNQ2anP + PqAoKG41BkjpeB + MAaqdvKuM + pcuGH4pHUP6IJIjEcEYcMDYMG / fo6Eh7e3sdnc5MfTo9PTUZjmazaTUUMpZkMmmNZSickvV41pDvCfCZBu8LPXZ6etr + LF1kUR9 / / LEODw / VbF5KZwC / saYexvKXPyz + / / 7C4XjMmIY39gNF7LfFIbB3CGIGBwe1t7enSCRiBeWJiQmbH4DyKMPsKboiDQ5zB + okUSXB09nZmXZ2dkyugWcryRwzNFcMkSdJ0DfhdbEInsgOCZi69ZUGBgZUqVQ6ItuhoSFtbW2p3W4b06jdbpssPSJw6 + vrdr4DgYtpa9Vq1Qb3cMZXV1et + W1oaEixWMxo2 + l0Wu + 8845KpZL1ynjV3Xa7bXPECVj4DpFIRO + / / 75 + 7 / d + z4T6CNz + 4i / + QsvLy2o0Ggab0ptB3Yr79k6gm07d7RC4sDlk46ydp6qiX + Vrml9pP77Rb / 8PXuPj45ZmgbVKF4tB8wiqnUQyzeaFQBvYOr + LI + E9stlsByOIKAFeODi6dFFnuHnzphlEDh1 / p / DHQQMTBRpBvpdaAhmA9 / w8dLSR0O7h3yimklFQpN7f39f29rbR9nCe1Er4Hr5Qx6bi + zcaDd27d88MKgfnxYsXHZGfLzhyr74nAUMB5tpsNk3XCYeN04IRwlq8zthzddNQ / c + BgXBQODgiq3q9rrm5uQ6RvK / 7Ghoa0ne + 852O / UHwQF2EKWVQf09OTnTjxg3F43Fz6gcHByaHEovFjIZIRE3QQIT + y1 / + 0n7Wbrd148YN / dEf / ZHVApaWlrS / v28MIz8rGyfOc + TfkIqv1y / lrL34JJBfuVzW6empDZCnroHcNgESrKKFhQX96Ec / UjKZNGopGQn9Dd1yNdKlwjFO5s / / / M + tl + Hg4EDLy8v6h3 / 4B0MYcFZklEiNY1OogUDooFn07t27Wl5eNjo65yCdTqtQKFh9Q + rMBDz8 + boMwWdoXK / LKtrttt5 / / 31lMhlFIhH93d / 93Vfej1fGITx48MD + 7A2CL8Z0wwn8u2ez + Mq + JDO + 3T / nd + PxeEfqJkmTk5MdUayHinzk79 + PQh0RG9g / kSBFb / 6jVwL6X7vd1rVr1ywSRL0SI55Op214CTWScPhi6Pbk5KRtegw1kIpvskNC4OTkxOisnm6I0QK + 8jUIhrXA8SfDQlSQ34V65ynB1HLq9bry + bzVd4aHhzuE6QKBQIc + E44RCiYUYbpxoQYTqUUiEX3ve9 + zbtq34UqlUvrbv / 1bSZcS6ZKshuJ / 5hlZOHjgP6AD39HvYUxfV2k2m7p37569NzDD7 / zO75gjoq8AeiSMOn6fvR0MBlUsFo3GDe1xfHxcL1 + + NM0dT6BYWFiw6D4QCOhP / uRPLKhbW1uzrL9er + vDDz / U5OSkXrx4YfW1cDis2dlZ / fCHP9T29rZlGkwgGxsb0 + 7urgVAh4eHevjwofb29rS5uWk0cox3vV7X5uZmR / 8CwR2QXKt1oYMEhbdarWpnZ0fn5 + c2sc5Dv4FAQOvr61anWV1d7aihscaeKMK + pibge3y8HfPyOdiov / mbv1E2m1WtVvvf4RAwuJ5ZhBeV1PFnHMTrUjRPkeT3vEPh / Xk9zCRe2 / 05RMo + 5ePyr4eu5u + PQz07O9sRHbwuasd4euql / 25smFQqZVGxXwe6Gn2aifEgioMTzb3565vf / GaHZAJGiPuuVqva3t5Wo9FQMpm0vg4OHLAFzoJMgmiYA0h679N4qZMSy8 + oW1A4zmQyFlEx / YrPkGTT8nZ3d3VycqJvfetb / 7XN9 / / j5em6kqwvpLuYKF2yr3wGxHNnbfg / GQLwKIwr6WKP0Rnsi / G + 457nwn5kjCnOGpiPAiuvY6 + hkOvPof93akbAHEAg7C0fmPX09OiDDz6wfcE6STLYi2fM3qfIHA6HbfiMXxs + 66 / / + q + 1ublpWYQfTRsIBPTy5Uu9ePFCp6enunnzpqEGDOChYQ9Z70AgYHUZAi / gsN7eXlNNgFDio3zOE3 + mcTaRSJhzJzPy19jYmIrFop49e6bNzc032o9XxiFIl5LG3vj6SJ0N77MB / v46h + H / jKPwUf3r / t79ef4 / qTONky41mLgff3C8wWMD8H8Ovu / M9QfafwdvPDD0 / j75LLIhv544vUAgYFFlMBg0CiLv09t7MarQ37N3GlNTU7p3714HpNNd9JUu9Y / 4fH8vFKHJOoiUJJkjomjM9 + fQe + VX1nBlZcXosoFAQFNTU4aBdzu8r / PCgEmXho7nDpaNIWWPeEabdxh + zwCdwkjy + 9mvrdQ5otY3MPqMxAcx1N74HWpR1Mt8xgITCeMPk + d19 + v3Nb / PPRHZc / neGu5DkjkVGjzj8bh9DhAaUXokEtHMzEyHE / IQzfe + 970OJ9JqtWzSmg8kqcP4bJrvgKOAsXR4eGhwFwSIWq2m / f19u09UBch82ScDAwN6 + vSpisWiFeo / + OADnZyc6PPPP + + 4969yBbqx2Lf1 + vnPf97GGFAYZnNy + Yf0uoifB8XP2OSvw + 66YaLXQVKvc0S8Lz / vjtwwlN0YtscTu6Gt7vfjXvx / r8tOfHTmDbPfrN2ZloeCWCte051N + fXh930249eJz / CGmHvGyHU7q25n0r3W / vP9617n1LsNTavV0vvvv / / / Llb8D10PHjxo / 9M / / ZOOjo40NDRkdSGfqXU3AbZanTOhMSr8DtlU91ngfbxh7V57Hzh0nxOgSzpjfbMl601G3b1H7PvUxwAAIABJREFUOIse1sJ44bjY9 / z8dQEce7abeOD3GHDL67Ir9M5ooPQ2wWcQrAGBkR + oxT3zmWTxnFk + m8zXnym / N / 1e7oaZfdD4OgdJcOTvg39PJpOfttvt97 / KfrwyGQLRTDAYtAPAA / ORNakymxjP7bFZIkz / gInEvHH0UbJvnPIGptspeSfAQ / Of / zrjyPuCgXe / n99E3ln5yM0b + m7YyR / K7mjHG13 / OXxPUl6ps97C + 7EuvpmM9 / NO1DsWj2djeFhjfu7XjHvhc1kXDv / rnLp36P478R5 + jb / Oi + cRCASMmhgIBCyKxXhTZ2GNqPFgzKFMB4NBk01gXen3INPw7DgyLDIQzgFOSbpYU + 8EvKH1vT7cD4VunA7wkGfAUP + ihsE549mxr7gXSZa5 + M / HAXkJGS8u6YMbv2ehm2MHcLysNesF9OOVdz10yxp7qI / XkC15mJV6FmuGPaJpldf7788z8N8BZ + bPOevzJteVcQhSpzH0G6jb + HYbBAwAKVqhUFC73TbJW + 8EpF + N / rujVx6Ch3P8ffiIvTtS95 / hjX131OANqo / 0PO7ro / Du7MFnSN7Ycxi4f + 7RR0h8X373dZABn8vVvfZ8F3 + / 3mn5tfARsHdQ / v78 / fAzjEN35sbloy3uA4fbnVF9nZdnqRF1w9Zpt9vGuOmGFb1s + cHBgT7 + + GPV63U9ePBAt2 / f7mB + YeA8Tg8lmgvjCrGB / QK85A0Qz4Q6hXS59hgr6la8zu9T / / tkHzwjH4VjVD3kKl3uXT6HInS73TaGHLUMahQ4QQ9T + azJQ2TdUGV31O4zLh / 9 + z3rdYZ8NgREy3sCn / F96H96HaLgzzFOCMqtf5 + vel0Zh + A1afwG9IbUbxYPGfjCmY + 0u9MujB3v76PvbkdEpuLvw0epPgL3Eal / oD5K4OqGN3g / / x8b0mP9Pu1lc3antbwnh4LLH7Ru + Iv79a8hmvSGmHvx989n + tf5jc97 + c / x / Q0eHug2 / N2ZDvfQXRvwODx7pzsA + DovIkSwdhyfNzDcs2ecsBcxdAQ7GEWPkwMnIYXhs1A + C2MJDbQ7qGLfYdwwoJ555KmfvrbRvYf8XuP7 + mcPy4j3xKhCTiCjkS4p0IFAwBSI / Vnke3Km2UO8t4d0gJR8ABgOhzvozL5 + xfv5bMi / H3uYe / bCkf4MeruEA / ZQHuvi9yzOC + eHBpuvC32V68o4BP9AX2c0pUvD6jFKX5yTLhZyZmamw5tLnawlFt97Zg4Rn91tEH06 + brI3h9ivockO / D / r4jVG2KfgfA9uw1 / N1PBG0lvYP3v + s / xGO7r7p / v7iO27qje3x / GrDuT8vCTd1o + LX6dEeEzYJt0r49fW / 9Z / v38a77uiwgR1ol3 + qwL3xUoAWjDR / zDw8P6 / d / / fYNg + F0coYd4MOyBQMCKlzhLD7f4iJ76hI + WfYGb3 + P59fb2GkXYR7o8Kw8PYugxptCUcVDcP3 + mpwHnxz7rhmf4vgQnZFqetOHPhl87n816qIrngU6Z38dQx1kXng2ZGtCYh7 + 7nS4wFs / JOx4fKHGvrK0PmN / kujIOQbqMplgIohM2Ibgbmw + v7Te2vzyO7zc7h8hvCOkyemdzdqdx / NvrnIZnMXg4h9d0P0gfGUi / SjH1r8PocbC84 / Idjfy9O8PyDsQbDN / N253hsIm702Re6w27X3s + z2Pn3thz + efonQ6fzR7gtXwma8m9c + i74bC36aKPAyNDtzpBiBfnCwaDNvXOQzasKZHo / 23vzON0rvYH / j4zRtaJVCgyKiXL2ENaLioqUVeyVKRS / IQWWlDkphQt3Iq6laWrtIimhVR0qYjBkKVClpRqGowxY5jl / P74fj / PnHnmGbM9M88y5 / 16zWu + z3f9nPM93 / NZzmZ6p6YRYoYMvfu4S4jDrOSkPMm4GbMClxHh3h6azOUj5UmQcmB2HzWNIdOYkXRHRETkWs9A8sScpVcMBMkXuZfUCdnZ2Z4ldKtUqZJrYkNfYyvk + 5G4vulligcj35yEt6SMmW0oppEov83Yv6mQRKlVr149T + O9qVClvUPWPxHZzW63JSFkFIJ3JW9 + 6ICnZ4FpDZoWvmkJyP0gd6ze1Nimq + 7LEzDDI3K + qUDMitOszLzDLt6xUXnJ3h + yeY7gbR3LNWaoxju + 6x2ykfub7SLmfjOPTY / BlMVMrxnykWu8LXNJt7eFZabbO698KQdTTrMy8dWuY8aypWIMFqSSh5wpQaQ8SYOjaQ2axoiUe9MDEMzpRETBiqUv10reSwUj622Yo3VlWhapjMw8FYVgVn7SgGyGpswpXMwuxPLOvQ0TKU / mPWSKjxMnTnjmJgKnLEvlbV5rGndyHHK6r5tdlb3DV4DnuGlwmd + J3AdyjFVRZDI9ipR1UYK + 6h0zD + SYd / olr + U68cxEFpGn3CyhKe6xd48BySxTQ5qZCTkegi9LVJCKyaygzQJqxp5NxSHKwbt9Ql6aL / dTzjHjjGblZTZ2md6NabGZc6OYSs87BGSGuiTt3pWmd9hH9ptektxbuv2a6TcrY8l37 / ua95fKzWyrMWX21WZgyisfuRlnN70xyRPzPZv3MtMfaJRyBonJWAQpHxJGkknbzC6SMkGgWYmZnp + JDEjzXsNCyrV4JWL5mpWYtAmYVrfE2b2Vtyg0uY / psZrlQZajjIyM9Cg6mV4lKspZ9U0MO7G + pR1BylZERM4Sud5xeDMPTEND5JXQkdlbKioqyrPam5wj6ZTvTuYnMpW1aaTIqOKMjIxcbTUim7wDaew2PTx5F6JwRXFI / poenZQHwTQSzG + quISMQjBfqllZSyaYsUrR6L4sD1OZyH0FyXzvkIfZA8Q7NGE + w7sylkJsXuPdfdW01M0GK7N7nbmOg9zf9Ahkn6 + K1FSC3q6xqYAgR5l6tz3I + RKaMTG9FzOc4F3pSj54yyTPNdttzA / FzGtT6cj1pmKQ4 / IhmjJ4e2DBhBnTl3co3UxN5ScWu9nWIhWI2TFB7ikcP37c04 / eO + Qq04uYZcysgOVdiGUuYRfTqzCVlLwTbyUgikh6Rcn6xRERER6r1gzpeXcrNz0K8 / uWMimTyYn8co58S0opz0I45gBIqT / E05F8k / vI / Y8dO + bxnsy8Ectdyrf8F0Ut03PLPhn / IDKaI7TN0Jt37yZpO4IcpQs5BqYZpioJIaMQTE1ouppmTwGz0pEC6W2Jm4UJclcQpuVvVkK + rjdDRyIf5LbATWvbu2KWZ8v95L9Z0LwVjNlgLRWFyG0qL1 / eimB6C2Yjomnxe1fc3jL5CsWY + W9eL4XY9LzMQi7neVf4UsDNPBXZzIFA3v2uTSUhz / T26kyDIBgQr8sc1CerX4nSl3CBVP5SkYkl7t1tUipoyJk7R66TMJN5veSXlB / pWSMeg2mBmoaH + X2IdSqTMspEeebsu + IFibETERHhsXqzs7M9I3OljEs5l + VdpeyZ37zWORPcibciC1mZ34XZ5mCWZ / GusrOzPd6DGGemhyDTcYiHInlrdu2NioryHDPDfyLv8ePHPXko70S8B3nnmZk5c315fy + ivM3OBaYBW256GZkegVTE3hrR2wo0Y4ISvzQLidY6V6OQqUBMS9h0D + W3PM982aY15f3RmIpHPgTzRZpKyXyuyGvuF6vHO0wCvldhEkyZ5OOVysJUkKZikQ / GVDJyL1O5mZaRpBdyj4T1DuGYz / X2AOWZ5ns134VYynKd + fF6e0qSFm / PJFgQS9F7oJhZmUllIsaMeFAVKlTwNOKaxkB0dLTHqjfvX7ly5VyGhlT2kPvde6 + uJ9NuS2Xk / R0CnllL5Ryzwdi7wdfsLi1ERER4FqWRMiPplcreHKsBOfONyfmiOKtVq5ZrShMxTMyZj82xC5IeCf1IvSFKSmSR / JRlQ72 / TalTzBC01D1m47zIYNYJ2dnZREdH55pNWK6V9Ju9lMwwoHfko7iEjEIwLWjv + Le3tW + 6U6YVbVqy3hWYWMuyD / LGIM19sm26kN7xfPlgs7KyPC55ft6CabmaaZLCaSoos + eBINaCGUYyK2dT2XmHdcwPwtuKNOPJJqaCM9 + N6YGZeSCWujni0zsUZaZH3p3pOZiKxbuPu5k3ptUsFYdUXJI / wdSobI6sN8OKko9ircoawTJtNeRW6PLeTaMkOjraM6Ga + f1I + sVy9m40lcpZKl / 5pqTiMpfM9PbE5R1A7jafiIicBZeqVKniWd8BnLIqi0bJNREREZ7eQ / J9imxSjsVbrFChgqf9QWQ2O1jIGA1ZZVHkND1YrXUuz0DCbPJOzHoC8Ewzkp2d7RkDYXpikZGRnnYByVeZYVjuZ4axlVKe0eaixOWdyQC7tLQ0Txokf2RUuYS1SlQWS3R1GSKViTnVhMQmxfrwHqtgWoXeBdTs6ywvWI6bH4XsM + 9hzrQo2 / Ji5Z6ybbq2co5p1ZpyQc54CzNkZFau3iEhs6eIGfOVPDDDaKYyk3PMa02FIn / enpZZSZtWrBle81ZsZnrNnlPeoQyRy1SY3r2QzHCcpM9scDXj0JJusXjN5wSLlyAVh6yRERHhTCddsWJFz7oGZoOtWabEIhalIavBScOmLBkr + Wd6habXKo2g0t01OTnZs / Ke2X3UrBylYRnwVEry7mTAGpDnGebMpGYsXZScvB + Z3kFCJBUqVPC0XZjtKeb8TaJUTCNGlJassSCKQZ4v5cKcLkI8MMlzCelIOZP8M7v8yr21dsaEyD55VuXKlT3hJTHw5PuW + kIUsxhrsla2GHDmlDtSj9WoUcOT / + a3XlxCRiFIQmVkpmlBQ + 4K1QxXSMVkjhIU98s7rGNa696Vq7wMb69CPixvD8Qcsm4qJZHXrODlt2nliQIxQyrmfskLM38kjmxaNJInkhdiTZkNgmYIwozVmx6AVPoii7eXZspnhhS847WmNSl5KvcwKyAzfirPNPvbC955JvvM8IIpl9ngFwxIPspaEWIZy6JIklZpuJQKV / JQ1r + QZTPNNinZNt + BlHvp4SPLQUplJMfECzOfpbX2zPdvdoCoVKmSx1OQMiU90aQR22wkNZWTGDum1yZWsig8WdJSLHyptKVrp9bONBEih9kuJo3Ykm5RLoBnoJq0AUh4BnL3eIOcec3kuxLL32ykl29LlgWVe2RnO0uFmqPBTaNF3o85SaAoMLOdQZ4j66qInJJ2MXxKQsgoBCkE8oLMLnRSoCB3I6q4lBLSkXPEKpCPxFwUxLROtdaeZSvNaQDMQWZyrhRy2e9tiUoBN + ONpsVqKhopBGYDHpDLzTQb3kzFYg5kk3ubISOR59ixY3kaseXDN9sNfIWUTKvctP4h95gAU6GYoTszD + Qa0wuQ4 + ZHJQrBuzeNlAOz4pdwi1RwprEglVKwhIyUypk4DnLi8BLOEEvZDOekpqZy7Ngxz / oa4uGeeuqpnrYEWRBI2lrM8peVleVZv1isbhkoZnrI8lyp / CCnDJoxcrGeJZ9NK1xCG1lZOdM3yKpw5jcoMoviEEUkBo6EQsTKlmslvi4yHzx4MNfAMTEgpT1B8k7KguSrKBFzGV6zLErlbxpPphITI8v8xmTbbPwVZWKOyzAVrFyTkpJCxYoVSU1NBXIGrkk7jjnArUqVKp46Qc4vdnksaSOExWIpPkqpFOCnQMtRCE4H / g60EAVgZXRooLU + ozgXhoyHYLGEKT / pYs5dX5YopeKDXU4rY8kJjuGaFovFYgk4ViFYLBaLBbAKwWIJNK8FWoBCEgpyWhlLiG1UtlgsFgtgPQSLxWKxuFiFYLFYLBbAKgSLxWKxuFiFYLFYLBbAKgSLxWKxuFiFYLFYLBbAKgSLxWKxuFiFYLFYLBbAKgSLxWKxuFiFYLFYLBbAKgSLxWKxuFiFYLFYLBbAKgSLxWKxuFiFYLFYLBYgBJbQPP3003VMTEygxbCEKevXr / + 7uOvPlgRbri2lyfr1648Aq7XW3YtyXdArhJiYGOLj4wMthiVMUUrtDcRzbbm2lCZKqR1FVQZgQ0YWi8VicQl6D8FSvtAaMjNz / 5mL + nkv8OdrwT / vfTVrQgVb0i1hxPHj8Mcf0KCBf + 9rPxNLQMnOhvnzYd482LrVKeT + XtX1hx + gWTP / 3tNiCRRffQXDhkHVqrB + PUT4Mc4TkgohIyOD / fv3k56eHmhRwoZKlSpRr00bog4eLLNnpqZC797w + efQqBFccw2cdRZUquRY9JGROX8mSp38t / e + unX9L3tpYMu1pSAOHXK8g4cfrkSDBvWIiIjy6 / 1DUiHs37 + f6tWrExMTg / JVG1gKT3w8uk0bkpKS2D9xIg3L6LHZ2TBgAHzxBbzyCgwd6rtiL0 / Ycm3Jj8xM + O03x4i66CJN27ZJpKbuBz9 / sSHZqJyenk6tWrXsR + Mn1Pr11KpVi / Tzzy + zZ771FsTFwfPPO + 6vfZW2XBdIOe2VlZYG27ZBYiKcdhrExCjOOKNWqXiSIakQAPvR + BmllBOMLIN8TU + Hxx6Dtm1hxIhSf1xIUW7L9ckq + 3KqCLKyYN8 + 2LEDTpxwGpAbNnQ + 0dIqJyGrECx + xvzoSrlSeukl + PVXePZZ / zaIWUKM4iqBcqAg / voLfv7Z + R8VBY0bwxlnlL69Zj / HUqJatWqe7TFjxtC0aVPGjBkTQIl8EIAP69AheOoppwG5c + cyf7zFEtSkp8OePY5ncOKE08miSRMwqpNSxSqEMuDVV19lw4YNTJ06NdCiBJynn4bDh2HKlEBLYikuxTZ2SskAmThxItOmTQPg8ccf58svvyzxPauVVQ1skJ7ueAVJSVC5sqMIzjqrbGUIyV5GJvfdBwkJ / r1ny5bw4osnP2fevHlMmzYNpRSxsbFMmjSJAQMGkJmZSffuOSPGe / bsSWpqKu3bt + fRRx + lb9 + + / hW2uBT0cYpv6sdBAfv2wYwZcNttEBvrt9uGJYEq10Xl1VdfJTExkVNOOcX3CfHxTmNRaeFVjif17Fm6zysFtHYajBMTHa / gnHPgzDMDI4v1EIrB1q1bmTx5MsuXL2fTpk1Mnz6dUaNGMWzYMNatW0edOnU858bFxVG5cmUSEhKCRxkEiMcfd / 7 / 61 + BlcNycubNm0dsbCwtWrTgtttuY / fu3XTs2JF27drx2GOPec4zjZ13333X570SDx2id + / etGvXjnYDB / Ltt98CkJSUxNX33kurVq245557aHD99fz999 / s2bOHZsYowmnTpjHxtdcA + M + iRbRr144WAwbQu3dv0tLS8jzv9okT + eCDD4iPj6dly5a0bNmS5s2bexphd + 3aRffu3WnTpg2XXXYZP / 74I0C + aSxtjh1z2tP27XO2Y2ICpwwA0FoH9V + bNm20N9u2bcuzryyZMWOGHjt2bK59p512mj5x4oTWWuvk5GRdtWpVzzFzOyhYt87n37YlS7R2DJacPz + xebPWSmk9erTfbukXgHhty7WHLVu26AsuuEAnJiZqrbVOSkrS119 / vZ47d67WWuuXXnqpSGW7f7duetWqVVprrfd + / LFu3Lix1lrrESNG6CfuvltrrfUnn3yiAZ2YmKh3796tmzZt6pRJrfXUqVP1hCFDtNZa / / 3FF85N163T48aN0zNmzNB63To9YcIEPXXqVK211oOuu06 / / / 77uWQYPXq0Hu0WvC5duuiff / 5Za631mjVrdOfOnbXW + qRpLA0yM7VOTNR640Ynqdu2aZ2VVbR7nKy8FLdch3zIKBBorX12 + yq3XQYLQGsYNQpq1IBHHw20NJaTsXz5cm666SZOP / 10AE477TS + / fZbFi5cCMBtt93Gww8 / XOj7fbl2Ldvuvdf5kZbGkdRUUlJSWLlyJR9OnAjAddddR83o6ALvtWXXLsY / 8QSHDxzgaFYW3bp1g44dT3rNe + + 9x4YNG1i2bBlHjx7lupppo0 + fPp7jx48fByhRGotKRgbs3OkMMouIgAsvdBqNg6H6sAqhGHTt2pUbb7yRppp / n1q1anHw4EE6derEggULuPXWW5k / f36gRcyfojbsKVXidoQFC2DFCpg50xlYYwleimTsSFky2wm82gyys7NZvXo1lStXznPM1z0rVKhAdna257c5 + Or2SZNY / NlntMjIYM6WLXz99dcnTcvWd99lwsSJrFy5ksjISLKzs6lRowYJ + TTOlLZBp7UzV9fBg054qG5dqFMn79QsgcS2IRSDpk2bMm7cOK644gpatGjBAw88wPTp03n55Zdp164dycnJgRYxaDh0CB54wKkHhgwJtDSWgujatSvvvfceSUlJALmMHaDIxs7VHTrw0ksveX5LZXz55Zczf + lSAJYsWcKhI0cAqF27Nn / 99RdJhw9z / PhxPvnkE8 + 1Kamp1K1bl4zMzALlSE5Opt + 4ccybN48zznDWP4qOjqZhw4a8 / / 77gKP8Nm3aBFCiNBaGjAz48Udn + onMTGeA2dlnB5cygEIqBKVUDaXUB0qpH5VS25VSHZVSpymlvlBK7XD / 1zTOf1QptVMp9ZNSqpuxv41S6gf32AwVwjGWQYMGsWXLFjZt2sScOXNo2LAhq1evZt26dTzyyCMcPXrUc665XZ7Q2lECf / 8Ns2YZhT90X3vY429jZ8bo0cTHxxMbG0uTm29m1qxZAEyYMIGVGzfSunVrli1bxjluR4yoqCgef / xx2g8eTI8ePWjcuLHnXv8aOpT27dtz1fDhufb7YvHixez94w + GDBniaVwGp7J / 4403aNGiBU2bNuWjjz4CKDWDTmvHI9i82QkR1anj9LCrVeskFwVy4F1hGhqAucBd7nZFoAbwLPCIu + 8R4Bl3uwmwCTgFZ + alXUCke2wt0BFQwBLgmoKeHayNbyFJPo3JJ21ULkHj8quvOpc + 84zXAT82VpcUbKNy8XEbfj3 / vbeLcKxB3bqehux8ryvu86SMlzEnTmi9Y4fz6A0btD58uJAXFlLW0mhULtBDUEpFA5cDb7gK5ITW + jDQy1UUojBucLd7AQu01se11ruBncDFSqm6QLTWerUr8DzjGktpU8ZWx9KlMHw4XH01jB5tHLDeQWhTDqaNKCnZ2U5bwQ8 / OIMwa9aE5s3h1FMDLVnBFKZR + VwgEZitlGoBrAdGAbW11gcAtNYHlFLSe / ZsYI1x / X53X4a77b0 / D0qpu4G7Ac4555xCJ8YSHKxZ46xz0Lw5vP + + na9ICOdyPXnyZCc2n5YGVaoA0KdPH8Z161bAlQ574uLA7dkUypw44fQgSktz1vVo0ACqVy / CDQKscAujECoArYERWuvvlVLTcUJE + eHLBNQn2Z93p9avAa8BtG3b1s / rZ1mKRSFHLm / bBtdd5 / SgWLIECtGbsNwQzuV63LhxjBs3Lu / I5GD0KEpp9PTBg / DLL872Oec4 + i3UjKHCiLsf2K + 1 / t79 / QGOgvjTDQPh / v / LOL + + cX094Hd3fz0f + y1hwr590K0bVKwIy5ZB7dqBlsjiF4KxUg8isrIcr + CXXxznqHFjZ7RxoZVBEOVvgSJrrf8AflVKXeju6gpsA + KAQe6 + QcBH7nYc0E8pdYpSqiHQCFjrhpdSlFId3N5FA41rLKVJGRS4pCRHGaSkOEtinntuqT / SYgkoWjs96LZuddoKzjgDLrig7GYmLQ0Kq8NGAPOVUpuBlsBTwBTgKqXUDuAq9zda663AezhKYykwXGud5d5nGPA6TkPzLpyeRiXHWTHCf3 + FwHvOFaGg2RYXL17Mtm3bip3UYCQ9HW64wbGQ4uIKOXGdbVy2hDBaw65dzlTVWjsGUIMGzlrgoUyhxNdaJwC + gm5d8zl / MjDZx / 54IG8tGkZMmjTppMcXL15Mjx49aNKkSYmflZmZSYUAl0Ct4c474Ztv4N134fLLAypOeOFvpVmUEeelPUtpiKI1JCfD3r3OYLPatZ0pqoNtgFlxCbEmj + AiKyuLIUOG0LRpU66 + + mqOHTvG7bffzgcffADAI488QpMmTYiNjWX06NF89913xMXFMWbMGFq2bMmuXbtISEigQ4cOxMbGcuONN3Lo0CEA1q1bR2xsLB07dmTMmDEeb2TOnDn06dOH66 + / nquvvpqjR4 / StWtXWrduTfPmzT0Dbfbs2UPjxo256667aNa3L7eMH8 + X339PpzvvpNE / / 8narVuLl2ivSmrmTHj7bXjySbj55mJmpCVosJ5v / mRkOF7wzp1Ou0GDBlC / fm5lMGfOHO51526aNWsW8 + bNK / FzY2Ji + Pvvv0t8n8JgFUIJ2LFjB8OHD2fr1q3UqFHDMzkWOEP + Fy1axNatW9m8eTPjx4 / nkksuoWfPnkydOpWEhATOO + 88Bg4cyDPPPMPmzZtp3rw5TzzxBACDBw9m1qxZrF69mkgv82P16tXMnTuX5cuXU6lSJRYtWsSGDRtYsWIFDz74oAwmZOfOnYy68ko2v / MOP + 7dy9uff843r7 / OtFGjeGr27BKnf + 1aZ97 + 664r5KR1NkwUskyaNIkrr7wy3 + P + VAiZmZl + uY8 / OXQItmxx / su4AndGjHwZOnQoAwcOzP + EIGpMFqxCKAENGzb0DIlv06YNe / bs8RyLjo6mUqVK3HXXXXz44YdUcftmmyQnJ3P48GGuuOIKwJkOY + XKlRw + fJiUlBQuueQSAAYMGJDruquuuorT3FnitNaMHTuW2NhYrrzySn777Tf + / PNPj3zNzz + fiIgImp57Ll3btUMpRfPzzmPP7yXr4HX0KPTt67jL8 + aFXvc6iw / cCiorK4shTz6Z4 / mmp / v2fPv3dzzfTZtyPN8BA3J7vv375 + / 5Tp + e4 / l + / HFuzzctLcfz7dcvt + d7002O59usmeP5fvklnTp1olGjRif1fFNTU7njjjtoN3AgrVq18tzz2LFj9OvXj9hGjejbty / t27cn3s2LatWqsXu3017w5Zcf8Pzzt3PeebB06ce0b9 + eVq1aceWVV3q + ORNZye3333 / 3TJ / RsmVLIiMj2bt3b85aEQMH0q5du5y1Ig4f5uqrr / asFaGLEuorIfYzLgHmKlHcu + dYAAAZDklEQVSRkZG5LJsKFSqwdu1aevfuzeLFi3OtolYQBRWAqlWrerbnz59PYmIi69evJyEhgdq1a3tmiDTli1CKUypWdLYjIsjMyqIkPPywE0edP78EM5hajyEo2bFjB8P79MnxfJcv9xw7mJyc4 / m + 847j + bZokeP5vv12bs / 3nXfy93y9rIhcnm / Fijme76xZuT3f / fsZNWoUmzdvdjzft9 / mm2 + + Ydq0aSf1fCdPnkyXLl1YN28eK1asYMyYMaSmpjJz5kyqVKnC5nfeYdy4caxfvx5wZiTNznZ60EVHO + Eh9xPi0ksvZc2aNWzcuJF + / frx7LPP5vvcs846i4SEBBISEhgyZAi9e / emQYMGjHruOe6 / / 37WzZvHwoULueuuuwB44vXXufTSS9m4cSM9e / Zk3759 / l8 + Lx9CvE08eDl69ChpaWlce + 21dOjQgfPPPx + A6tWrk5KSAsCpp55KzZo1WbVqFZdddhlvvfUWV1xxBTVr1qR69eqsWbOGDh06eGZh9EVycjJnnnkmUVFRrFixgr1795Z62r7 + Gl55xQkXdepU6o + zlDENGzak5YVOL / M8nm / Vqh7P97oLL6SHjy5luTzf + HgGDRpEnz59ONyrV27Pt3t3PnErX / DyfIGxY8eycuVKItLTHc83KQnOOIOGZ51F8 + bNARzPt2tXx / Nt3vyknu + yZcuIi4tj2okTUKUK6enp7Nu3j5UrVzJy5EgAYmNjiY2N5fBhpzspQL16TuPx5s0599q / fz99 + / blwIEDnDhxgoYNGxaYr99 + + y2vv / 46q1atAoy1ItzR3UeOHCElNZWVGzbw4VNPAe5aETVrnuy2fiU8FEIZulSFJSUlhV69epGeno7WmhdeeAGAfv36MWTIEGbMmMEHH3zA3LlzGTp0KGlpaZx77rnMdi2cN954gyFDhlC1alX + 8Y9 / cGo + E6HccsstXH / 99bRt25aWLVsWOAtkSTlGJe7svIvzzjuPyXn6kVnCAW / P95jhTYrn + 9VXX7Hg5Zd5aelSlp / EOjYpkue7ZInH843atImYm24i / cQJR76oKM95EUp55C3I89Vas3DhQi5MScnTg8oz8XJ8PBkZ8PvvThtBZKRCVsQ112YYMWIEDzzwAD179uTrr79morvYT34cOHCAO + + 8k7i4OKpVqwbx8TlrRWzdmns9CVOeMiY8FEIAiImJYcuWLZ7fo3PN4Oawdu3aPPs6deqUp / FtzZo1ec5r2rQpm12TZMqUKbR1C8ztt9 / O7bff7jnv9NNPZ / Xq1T5l3DJnjmd7jlFgY846iy35rIFbEM / yEL9wHsv / 45myxlJaBKGhczQtjbTkZMfzPeUUzndXH8vX861cOcfzjY7O7fkuW5bvc5KPHs3xfOPj / eL5duvWjX / / + 9 / 8e9AgFLBx40ZatWrlrM0wfz6xQ8eyfOcRtm / fTBVSadLEWZ9h + / btXHjhhSxatIjq7sREycnJnH22MxXb3LlzT / JUyMjI4Oabb + aZZ57hggsu8OyXtSLGdO4MOGtFtAQub92a + fPnM378eGetCLf9pSywbQhByqeffkrLli1p1qwZq1atYvz48UW7QSn0YNhDA6bwCDfzLp272Ph / eSQlLY0ePXoQGxvLFffck8vznTp1Kq1uuYVdu3Yxd + 5cxowZQ2z / / iQkJPD4448Djud7991307FjR7TW + Xu + 11xDfHw8bdu2Zf7SpX7xfB977DEyMjKI7d + fZs2a8dhjjwEwZMgwEhOP0qH / Dbz11lRatbqYc9hH1KZ4pkyZQo8ePejSpQt169b13GvixIn06dOHyy67zLPcaH589913rFu3jgkTJngaln9PTMxZK6J / f5o0aZKzVsRdd7Fy5cqctSLKciLE4syZXZZ / YTFvfCAoYO2DIq + HALo37 + vKpOp91CvemgZ + WmfBn2DXQ8ghv3UGCtouwvoEKSkpnp9PDx + uR44cWajrivs8z / 98rklO1nr9emfX1nWp + sS6BH3FFVfodXPnlu4aCqZM3rL5eq6PfaWxHkLIhoy09r32q6V4aHC6VOTDSi5jITfxL8ZTP9cs5oXEvisLjuf79NNPk5mZSYMaNZizaFFA5MjMhCNHnIFmkZHOkpY1dv9IJPl / A + WBkFQIlSpVIikpiVq1alml4Ac0kJSZSaWdO / M9PpanOIvfeJDnylQ2S3jRt29f + vbt6 / yIjy94dFcxmD17NtOnT89ZmyEtjU4tWvDypppjNRznFHb + 6MzBFRkJF13krF3AbkcZfP3110E5aKwsCEmFUK9ePfbv309iYmKgRQlOitoAl51NpZ07qZdPT4klXMO3XMpMhlKZdJ / nWPxDmXm + YTxX0eDBgxk8eHBOGt3KPSMD / voLDtAc0p3upLVqgdFpKS / BlE + GLLqUOhyEpEKIiooqVL / fcosfJs4TslGMYzLnsos7eDP3QaWCsidMqFJmnm85s341kE4ltv / gREWrc4Q6jaKJji5kJDOYlAKOMkhKSqJSpUp + v3dIKgRL2fE + fUigFW9xKxXJCLQ4YU2Zeb4yUdr27Xn3y76ibOd3 / GTXFudYMZ + X + DekEQlsp1YtyEj6ld + r1ifPGDYzX7wnk1u61JnNzl94P8uUWfbndz6O8VCvXj38jSot18NftG3bVseXM4umxPjJuswigqZspQKZbKKF7wa3wpaf / GQKcPlTSq3XWpe5 + RfQcp3fcqimx1eU7fyOn + za4hwrxvN69dTExUF / 3mbI8gF07uzjGl / 54qu8 + rOsej / LTI + vZxVyCduc04tXrq2HEG74MdSwkN78RGPeo0 + 5731hCS2WLYN + JHEoDrqzhP8whKqdBxR8YTnHDkyz + EQDTzGWC / mRf / Jh / icWRgHZnmCWMiKTSHr0cNbmqMZRJkyARdxIVdJKfvNyUI4LrRCUUpFKqY1KqU / c36cppb5QSu1w / 9c0zn1UKbVTKfWTUqqbsb + NUuoH99gMZfuM + hc / ZudnXMsmWvIoT1vvwBISfPghXMYqPv3UmXRxNoOZOBEqcTzQooUMRfEQRgFmS8cjwFda60bAV + 5vlFJNgH5AU6A78IpSSlZ4mQncDTRy / wo / J7SlzNDAZMbRgD0M4O2CL7B63RJAUlOdBZqGDYM9xDB4MHzyCXRlecEXF5UwL + uFUghKqXrAdcDrxu5egMzqNBe4wdi / QGt9XGu9G9gJXKyUqgtEa61Xu0Or5xnXWIKI / 3EFq7mEh3iWKIJv9SqLBZyRxq9zJ8OHw5QpTl39Ln15882wr7dLjcJ6CC8CD0Gu2EFtrfUBAPf / me7 + s4FfjfP2u / vOdre99 + dBKXW3UipeKRVvB5 + VPZMZR23 + yDvuoDQoR1 + uLdf + 46efnPU4hvA6c + fCtdfCH3 / A5awKtGh58WcZL + XvpUCFoJTqAfyltV5f0LlyiY99 + iT78 + 7U + jWtdVutddszSmFoe1jip4KyntZ8yVU8yHM29upnbLkuOVrDNi4iNhZmz4Z + vMOBA + CuhmkpIYXxEDoBPZVSe4AFQBel1H + BP90wEO7 / v9zz9wP1jevrAb + 7 + + v52G8JIl7gfqpzhLt5zT83LEcegKX0ueceaMo2srIgLg7 + wxDq1IEKwdqBPsTKf4EKQWv9qNa6ntY6BqexeLnW + lYgDhjknjYIEB0dB / RTSp2ilGqI03i81g0rpSilOri9iwYa11iCgN84i3fpy528wakcKdrFIVbwLaHFjh3QlC288QZcTxyffQbXXw / VSA20aGFFScYhTAGuUkrtAK5yf6O13gq8B2wDlgLDtdayrt0wnIbpncAuYEkJnm / xMy9xL9lEMJIZgRbFYgGctoLbmU3fvvAL53LHHfAq93D11YGWLDwpkqOltf4a + NrdTgK65nPeZCDPirta63igWVGFtOSDH63yVKrwKvdwI4toyB6 / 3dcSAMJk0sG4OHj + eVhNf + olwzgmM / 4 / T8LrfwRatLDFjlS2ADCXQRziNB7g + UCLYikOYRSyS0 + HpXSjVy / 43 / / gYZ5h1y4Yn9fGtPgZqxAsZKN4kfu4mO / pyOri38i7UgqjSspSdgwYANewlCpVnBXNnmBCoEXKn5OV8RAs / 1YhhCp + LGyfch07uIAHeN5n3 + AiE4IfQkgTJvn9z39C9eqwaBEMYg6rVjlLWwZ96sz8D / F3YRWChed5gHPYS28Wlvxm8kGE + IcRMoRBPn / / PXTlSxYtgi5dYOxYmM4oWrcOtGRFIEy842DtvWspIzbSkq / pzFRGU4Gsgi + wWPyEBl5 + CV57DfbRhl694L / / hWrVgKeK2O3Z4hesh1DOeYH7qUYKd + WapspiKV3 + / NPp5jxiBPz4IzzNoyxe7CoDS8CwCqEc8zt1eYf + 3MGb1CA50OJYygEnTjgL3d9wA4zk39Sp40xSN4xZgRbNglUI5ZqXGU4WkYxieqBFsZQDslG0awe1a8OaNfA4T7BxI5TCWvGWYmIVQijihwarVKowi6HcwGLOZbcfhLJY8ufTT6ExP7J5M4wYAW + + CeN5kjp1Ai2ZxcQ2KpdT3uBODlKLB3ku0KJYwpgTRHHf / zmzkSqqMGIEPPccREUBd9i1NoIN6yGUQzKowHM8yKWsohPfBVocS3EIgW6Na9bAUGYxcybUqOHMQTRjhqsMLEGJ9RDKIe / Sl3004GWGB1oUSxiydavTc + i + + 2A / d9ChA3z3HaiIzwItmqUArEIoZ2jgGR6mKVu4FvuBWvxHVhZspymXdoJkt9PaErrT7buloeDQWLAho9CjhF / WZ1zLFprzEM8S4XvBurLH1hYhT0YGjBsHzdlCcjIsXgw7d0J3Prev19 + UYoZaD6EcoYEpPEJ99tGfdwItjiVM2EMDYmtBSgp0ZwkPLb + Gzp0DLZWlOFgPoRyxgs58w2U8xLNEYXt4hAxBPE / OyJEQy2bS0 + HZZ2E2g60yCGGsQihHTOJxzuI3O01FKBBElb4vEhKgI9 / x0kvQhvW88QaMGQN1 + DPQollKQIEKQSlVXym1Qim1XSm1VSk1yt1 / mlLqC6XUDvd / TeOaR5VSO5VSPymluhn72yilfnCPzXDXVrYUlhJk1 / + 4nP / xDx7mGSpx3I9CWcoTGhg9Gnr3hu1cxM03wwfcxG23BVoyiz8ojIeQCTyotb4I6AAMV0o1AR4BvtJaNwK + cn / jHusHNAW6A68opSLde80E7gYauX / d / ZgWy0l4ggnU4QBD + E + gRbEUFl8GQABtqJUr4Wbe47nnoGJFmMFIFiyAWhwMmEwW / 1KgQtBaH9Bab3C3U4DtwNlAL2Cue9pc4AZ3uxewQGt9XGu9G9gJXKyUqgtEa61Xa601MM + 4xlKKrOJSVtCFh3mGyqQHWhxLiJFGZR57DG65BZbgNBhv3gwDeSvQoln8TJHaEJRSMUAr4Hugttb6ADhKAzjTPe1s4Ffjsv3uvrPdbe / 9vp5zt1IqXikVn5iYWBQRLT54ggnU5g / u4dVAi1KuCcVynZICPfiEJ5 + EtDT4iF4sX25HG4crhVYISqlqwELgPq31yVav8OXT6pPsz7tT69e01m211m3POOOMwooY3hQzVPAlXfmKK613EASEWrn + / HPHK1hBF / r2haQk6MryQItlKUUKpRCUUlE4ymC + 1vpDd / efbhgI9 / 9f7v79QH3j8nrA7 + 7 + ej72W0qJLCIYzTRi2M0wZgZaHEuI8NtvMInHuPZa + PhjGMpMFiwItFSWXJRSW1Jhehkp4A1gu9b6eeNQHDDI3R4EfGTs76eUOkUp1RCn8XitG1ZKUUp1cO850LjGUgr8l1vZREue5lHbsygcKOUG5UwieeUV6N4dJjCJmBhnZbOZ / F + pPtcSPBRmpHIn4DbgB6VUgrtvLDAFeE8pdSewD + gDoLXeqpR6D9iG00NpuNZaFusdBswBKgNL3D9LQRSjIkijMuOYTDvW0pd3S0EoSzhx9CjcwkLihkPlyvAuN3PTjveIsCOVyhUFKgSt9Tf4jv8DdM3nmsnAZB / 744FmRRHQUjye5wF + ox5vMyDfl2exgLNYzezZ8A29GDgQ5swBFfG + HbYa7CgF2r / zkdlXHuwUwzv4hYY8xVhu5EMuZ1UpCGUpc0ohXJSdDffcA3feCT / / 7LQbzJ0b9IOkLaWIVQhhhgaGMZNIspjByECLYwlSkonm4ovhtdegSxf45Rd4jCcDLZYlwFiFEGa8zQCW0Y2neZR6 / BZocQqPNUvLhGPH4GbepQbJrF / vzD / 05ZdQtWqgJbMEA1YhBDNFrCQPUIf7eJH2rLHdTC15SEiACy + E97mZvizgk0 + cGUqtLrYIViEEK0X8SrNR3M4cUqnKbAYTSXYpCWYJRaZNg9at4ddf4UVG8Q79ue66QEtlCTbsAjlhwgxGsoxuzGQoF / FjoMWx + IsSmu979kDfvrB2LVxwASxaBE2azvCPbJaww3oIYcD3XMzDPMP1xNn5iiyA04PohRfg / PMdZfDgg7B1KzRpEmjJLMGM9RCCkSJYhb9TlxtZxNn8xmwG2zEH4UAJvYJ42nB3W9i4Ec45B955By65xE + yWcIa6yGEMOmcwo0s4gjRfEQvOy + 9hRdfhHbE88MPMGGC053UKgNLYbEeQrBRSOswiwhu5b + spT0L + SfN2VLKglmCma00YWRXWL4cOrOc / / zYhfPOC7RUllDDegghiAYe4HkWchPPcz / / ZFGgRbIEkE + 5lhZsYvly + L / / g0 + 5zioDS7GwCiFYUKrQ3sHzPMAMRnEfL3A / L5ayYJZgZdMm6MZSevApF7GdH36Al1 / GrnthKTZWIYQYz / EAo3mOm3if53gw0OJYAsAxKvFv7qVjR1hGN + 5hFsvpQjM7baSlhNg2hGCgEJ5BJpGM5Smm8hB9eI / / cisRvhecC11KYfbGcGMf9bmZ9 / ieDjQ / Hz79oT71c61Ma7EUH + shBJpCKIPdxHAlXzKVhxjGK7zNACqSUQbCWYKJj + lBSxLYRhPmMIj167HKwOJXrEIIFIVoM0gmmsmMpRlbWE8b5jKQVxhOBbJOep0lvNjLOfTmA3ryMTHsYQOtGcQ8u9C9xe / YkFEgKEARbKcx8xjITIaRTA1uYBEzGGmtwXKGBuZzC8N5mUwq8CTjeJDn7HKollKjzBWCUqo7MB2IBF7XWk8paxkCQj5KQAN / UpsNtGYFnfmCq9hESyLI4gYWM5anaMOGspU1kNh2BMAJE / ZjAWtpz6Ws4i1uI4a9gRbLEuaUqUJQSkUCLwNXAfuBdUqpOK31trKUwxutc + og7 + 2Cjue3nZ0NR2vW4wjR7t9VHCGavziTX6nPfurxK / XZRhMSOROAKE7QgTW8wH30YwF1 + LMMUh + ElGOlkJUFLzGSsTxFJFm8xhDu4E07e62lTChrD + FiYKfW + hcApdQCoBdQJIWwezc0b168itq7si9dfId4KpDB2fxGPfbTkzia8wMt2MTFrKUKx8pCsOBHPKpyphhGj4YXmc61fMoshtowoaVMKWuFcDbwq / F7P9De + ySl1N3A3e7Po0qpn / K53 + nA336VsAzIBPa6f9 / 6PiUk01UIip6u0l + 9pUFpP0AoSrn + DP4 + p + Ab5v + 7MPnm65z87lHQ9smenfP7dJT6O59jhUtP0Z5XuG1vCsq7vMedcu1LtoLumd81hS33 + Z / XSCm1VGvdvXA3cihrheBL + jwmoNb6NeC1Am + mVLzWuq0 / BAsmbLrCE1uubbqCnbLudrofqG / 8rgf8XsYyWCwWi8UHZa0Q1uG4Mg2VUhWBfkBcGctgsVgsFh + UachIa52plLoX + Byn2 + mbWuutJbhlge53iGLTVb4J13yy6QpylC5nvTgsFovF4hs7dYXFYrFYAKsQLBaLxeISkgpBKdVdKfWTUmqnUuqRQMtTFJRSbyql / lJKbTH2naaU + kIptcP9X9M49qibzp + UUt0CI3XBKKXqK6VWKKW2K6W2KqVGuftDPm1liS3bwUe5Ktta65D6w2mM3gWcC1QENgFNAi1XEeS / HGgNbDH2PQs84m4 / Ajzjbjdx03cK0NBNd2Sg05BPuuoCrd3t6sDPrvwhn7YyzENbtoMgHT7SVW7Kdih6CJ7pL7TWJwCZ / iIk0FqvBA567e4FzHW35wI3GPsXaK2Pa613Aztx0h90aK0PaK03uNspwHackekhn7YyxJbtIKQ8le1QVAi + pr84O0Cy + IvaWusD4BQ + cGe7C9G0KqVigFbA94RZ2kqZcMyTsHr / 4V62Q1EhFGr6izAh5NKqlKoGLATu01ofOdmpPvYFddrKgPKUJyGX1vJQtkNRIYTj9Bd / KqXqArj / / 3L3h1RalVJROB / MfK31h + 7usEhbGRGOeRIW77 + 8lO1QVAjhOP1FHDDI3R4EfGTs76eUOkUp1RBoBKwNgHwFopRSwBvAdq3188ahkE9bGWLLdhBSrsp2oFu1i9nqfy1OS / 8uYFyg5Smi7O8AB4AMHEviTqAW8BWww / 1 / mnH + ODedPwHXBFr + k6TrUhy3eDOQ4P5dGw5pK + N8tGU7yP7KU9m2U1dYLBaLBQjNkJHFYrFYSgGrECwWi8UCWIVgsVgsFherECwWi8UCWIVgsVgsFherECwWi8UCWIVgsVgsFpf / B2mwGiE8 / FszAAAAAElFTkSuQmCC \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 4 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " # Plotting the Original and Histogram Equalized Image , Histogram and CDF \ n " , <nl> + " fig , axs = plt . subplots ( 2 , 2 ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 0 ] . imshow ( cv2 . cvtColor ( image , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 0 ] . set_title ( ' Original Image ' ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 1 ] . imshow ( cv2 . cvtColor ( image_equalized , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 1 ] . set_title ( ' Histogram Equalized Image ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 0 ] . plot ( cdf_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 0 ] . hist ( image . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 0 ] . legend ( ( ' cdf ' , ' histogram ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 1 ] . plot ( cdf_equalized_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 1 ] . hist ( image_equalized . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 1 ] . legend ( ( ' cdf_equalized ' , ' histogram_equalized ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " # Hide x labels and tick labels for top plots and y ticks for right plots . \ n " , <nl> + " for ax in axs . flat : \ n " , <nl> + " ax . label_outer ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " markdown " , <nl> + " metadata " : { } , <nl> + " source " : [ <nl> + " # # Histogram Equalization of Color Images \ n " , <nl> + " Histogram Equalization of color images is a little complicated . OpenCV loads color images in BGR color space . With this color space , it is not possible to equalize the histogram without affecting to the color information because all 3 channels contain color information . Therefore you have to convert the BGR image to a color space like YCrCb . < br > \ n " , <nl> + " In YCrCb color space , the * * Y channel * * of the image only contains intensity information where as Cr and Cb channels contain all the color information of the image . Therefore only the Y channel should be processed to get a histogram equalized image without changing any color information . " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 13 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Reading the original image , here 1 implies that image is read as color \ n " , <nl> + " image_c = cv2 . imread ( ' lc . jpeg ' , 1 ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the original image \ n " , <nl> + " hist_c , bins_c = np . histogram ( image_c . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf_c = hist_c . cumsum ( ) \ n " , <nl> + " cdf_c_normalized = cdf_c * hist_c . max ( ) / cdf_c . max ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 14 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Converting the image to YCrCb \ n " , <nl> + " image_yuv = cv2 . cvtColor ( image_c , cv2 . COLOR_BGR2YUV ) \ n " , <nl> + " \ n " , <nl> + " # Applying Histogram Equalization on the original imageof the Y channel \ n " , <nl> + " image_yuv [ : , : , 0 ] = cv2 . equalizeHist ( image_yuv [ : , : , 0 ] ) \ n " , <nl> + " \ n " , <nl> + " # Convert the YUV image back to RGB format \ n " , <nl> + " image_c_equalized = cv2 . cvtColor ( image_yuv , cv2 . COLOR_YUV2BGR ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the equalized image \ n " , <nl> + " hist_c_equalized , bins_c_equalized = np . histogram ( image_c_equalized . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf_c_equalized = hist_c_equalized . cumsum ( ) \ n " , <nl> + " cdf_c_equalized_normalized = cdf_c_equalized * hist_c_equalized . max ( ) / cdf_c_equalized . max ( ) \ n " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 16 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAYsAAAEICAYAAACuxNj9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAgAElEQVR4nOy9ebAuyXXQ + TuZWdu33315a / d7 / XqXWt1Sa7UtJC8CRoOxw4ONGawYHAz2DA4YMzgsGCODIRiCYXAMwTbEYLCxvIE9YwiNR55ByEIy2tVSq5fX3e / dt9x9 + dZaszLnj + 9r + + qhXtQtqdXy / UVU3KrKrFyqTtbJc07Wd8V7zwknnHDCCSc8H + qVbsAJJ5xwwgnf + JwoixNOOOGEE16QE2VxwgknnHDCC3KiLE444YQTTnhBTpTFCSeccMIJL8iJsjjhhBNOOOEFOVEWrwAi8l4R + Wdf7bwvoiwvIhe / GmWd8PVBRB4Vkbe / 0u34ZkREzs / GhJkdf0BEfuirXMf7ROQXvpplvlKcKIuXiYi8R0Q + LyKpiGyLyD8Skd7zXeO9 / 1ve + x9 + MeV / JXlfDiLyIRH5mtdzwu8jIldF5NtvOfceEfnIs8fe + 3u99x96gXK + 5KX3amPW51pExrds61 / Pdnjv / 7D3 / l98veoTkbeLyI2vV30vlxNl8TIQkR8H / mfgfwS6wJuAc8AHRSR8jmtelQP6hD + 4fJ1k9mPe + 9Yt2 + bXod4TXiQnyuIlIiId4KeBP + + 9 / 7 + 995X3 / irwXzFVGH9qlu99IvJrIvILIjIE3nOraSoif1pENkTkQET + p + MzzuN5j80gf0hEronIvoj8lWPlPCwiHxORvohsicg / eC6l9QJ9e7uI3BCRvywiu7OyvltE / oiIPCkihyLy3hdbr4h8p4g8ISIDEfmHIvIfjlsxIvLfiMhjInIkIr8lIue + 0jZ / s3KLLDwsIp8UkaGI7IjI35tl + / Dsb382I3 + ziCgR + aszudoVkX8pIt1j5b6QzN0qsy / 0jL2I / KiIXBaRkYj8DRG5MLtmKCK / 8lJkcVb260Tk07Nyf1lEfklEfmaW9iWW2LG2XJzt / 1ER + cysDddF5H3PU8 / vWdci8rlbrBwvM3egiLxJRD46uxefk2NuQhG5bSbfIxH5ILD4FfTzQyLyM7OyxyLymyKyICL / atb + T4jI + WP5f3bWp6GIfEpEvuVYWiIi / 2I2ph6bjeUbx9LXReRfi8ieiFwRkR97ofadKIuXzluAGPg3x09678fAB4DvOHb6jwG / BvSAf3U8v4jcA / xD4AeBNaYWyqkXqPttwJ3AO4GfEpG7Z + dr4C8yFdA3z9J / 9Cvs17OsMu3fKeCngP + dqQJ8CPiWWb23v1C9IrLItO8 / CSwATzC9d8zSvxt4L / A9wBLwO8D7X2Kbv9n5WeBnvfcd4ALwK7Pz3zr725vNyD8GvGe2 / SHgdqAF / AN40TJ3q8y + GNl6F1P5eBPwl4F / OqvjDHAf8ANfaYdnCuY3gJ8H5oFfBb73KyhiAvzpWT / + KPAjM5l7Xrz3r33WwgH + B6Zy + 2kROQX8O + BnZu35S8C / FpGl2aW / CHyK6X36G8BXGgP5fuC / Zvo8LgAfA / 75rK7HgL92LO8ngAdmab8I / KqIxLO0vwacZ / rsv4PZ5BVARBTwm8DnZvW8E / gLIvJdz9sy7 / 3J9hK22c3ffo60vw18cLb / PuDDt6S / D / iF2f5PAe8 / ltYASuDbv0ze84AHTh / L / 3Hg + 5 + jHX8B + PVjxx64 + Bx5PwT88Gz / 7UAG6Nlxe3btG4 / l / xTw3S9UL9OB + rFjaQJcP1bXB4A / cyxdASlw7pV + xl8HGboKjIH + sS0FPnJLnmdl4cNMrdnFW8p5Vi7MsXP / L / Cjx47vBCrAvEiZ + / ALtP3LydZbb5GPnzh2 / L8Af / 85ynoPYG + 5D0 / P0r4V2ATkWP6PAj9z7NqP3FLe88n53wf + 1y93346PgWP53wbsApdmxz8B / PwteX6LqVI4O + tH81jaLzIbv1 + mLW8Hbhw7 / hDwV265Zx84dvxu4LPP80yOgNfO9p8BvutY2g8 / WxfwRuDaLdf + JPDPn + + Zn1gWL519YFG + vD93bZb + LNefp5z14 + ne + xQ4eIG6t4 / tp0xnjYjIJRH5tzINtA + Bv8VXYAbfwoH3vp7tZ7O / O8fSsxdZ763988DxoN454GdnJn0fOGSqUF7Iuvpm4bu9971nN57fEvwzwCXg8ZlL4r94nrzrwMax4w2mimKFFydzXyKzL1K2bpWPLysvz8HvHr8P3vsLx / pxcyY3x / vyohCRN4rIv5 + 5WwbAn / sy7X6ua88wtd5 + yHv / 5Oz0OeD7npXXmcy + jemYXweOvPeTl9LWGS / 6HorIj89cTINZO7o8x7i7Zf8csH5LH97LVDaekxNl8dL5GFAwdZ / 8HiLSBP4w05ndszzfT / tuAaePXZ8wdde8FP4R8Dhwh5 + 6Kt7L9MX7teb56r21f3L8mKkQ / 7e3vCgS7 / 1Hvw7tflXhvb / svf8BYJnpwopfm8nbl5OvTaYvhWd5dta7w4uTuVvLfKVkaws4NZObZzl7bH / C1DICQERWb7n + F4H / Czjjve8C / 5gX0e7ZPfkNptbQB44lXWdqWRyX16b3 / m / P2jo3eyZfrq1fNWbxiZ9gGiOdm000BjzHuGPqCjzehyu39KHtvf8jz1fnibJ4iXjvB0xdAv + biLxLRIJZ8OlXmc6cf / 5FFvVrwLtF5C0z / + xP89IHYRsYAmMRuQv4kZdYzlez3n8H3C / TALkB / jum8ZBn + cfAT4rIvQAi0hWR7 / s6tftVhYj8KRFZ8t47pq4amMYS9gDH1D / 9LO8H / uIs4Npiagn8svfe8tJk7pWSrY8xVXI / JiJGRL4HePhY + ueAe0XkgZm / / n23XN8GDr33uYg8DPzJF1nv / wE87r3 / O7ec / wWm9 + 67RESLSCzTBSGnvfcbwCeBnxaRUETextR19LWgzfS + 7AFGRH4K6BxL / xWm42puFmf574 + lfRwYishPzALhWkTuE5E3PF + FJ8riZTATpPcCf5fpQPpPTLX2O733xYss41HgzwO / xHQ2MGLqI31R19 / CX2I6GEZMA9K / / BLKeCk8Z73e + 33g + 4C / w9TVcQ / TAVXM0n + d6Sz5l2bujS8wtcxO + M95F / CoiIyZBru / 33ufz9xIfxP4jzO3wpuYvux + nmmc4wqQM5WzlypzX2vZerP8599ZvMF7XzK13t / D1Cf / Jzi2qGTmHvrrwG8Dl4GP3FLujwJ / XURGTGM1v8KL4 / uBP35Le77Fe3 + dafD / vUxf1NeZLp1 / 9l36J5nGBA6ZBpn / 5Vd0F148v8U03vckU1dXzpe6mv4600nrFab35tf4 / TFXM1ViD8zS94F / xtSN9ZzIl7oCT3ilmc0C + 0zN / SuvdHu + 2sxWYtwAftB7 / + 9f6fac8OqTORH5OabB2r / 6Srfl1YKI / AjTycW3vdQyTiyLbwBE5N0i0pj5Ov8u8Hmmq2C + KZiZ7D0Rifh9X / fvvsLN + gPNN7vM / UFHRNZE5K0y / d7mTuDHgV9 / OWWeKItvDP4Y04DkJnAH0xnAN5PJ92bgaabm7ruZrgDKnv + SE77GfLPL3B90QuCfMHUb / n / A / 8n025qXzIkb6oQTTjjhhBfkxLI44YQTTjjhBXnV / 6jdz / 3cP / GmhlgCWg1NFNakBUzynF7TUNaeoq5pRRonMLSOQRHgnSbLBedrvK / InacRRdzTEhoGJj5jaEu0VzgLVeXpNRTaBJRViYkCjiaO / qRmYh23zYcEStMNhUFmiY2QO0 + aOyLjCbWw3QfnFafDJmIVWmpcINSRYcc6dCCItoR42o2QJNBY5xEqnHJoZ4iDGF0HLHjYtp6rZcVqL6TymtyBrT2eGl / WuNqRFp52U1GL0G0KjUBQtqYoHdcGlklZEwSKKDC0GgG9hsZaS1bUVBZasWCUp6wc3mnqWqhqj1dC6TzWOYwGVzvKcQle0LEmzTzD1OKsJxCHURAbodvQJIEiy4S4hJ5U2EAxcI4qVAxqzbiomTdCQzkqW2ArR6vRA + extqQbWg6ymqcPHI1EowTWEo + gybzgJMC5nFgUkRYQjyPFVjW9hkZosjmqiENHaAzewThzHGaeflbx9 / 7mj309vh / 4sojInwX + LEAQBA8tLS6gRROGBq2gsjWVtURhgHOe2tUExiACZe0oqxrvobIO7x346TMKg4BeI0IrRe1rSmsRBOccznmi0KBEUbsarTV5aSnKisrWdJoxSmlCoygri1aa2juqqsZoQYlikpUANMII7zxKACWI1uRVhdIKUYICwjBAKzX7ctjj8YBglAaEQITC1kyqimYS4TzUzv9efldP21xZSxQFgBAGGq0EAeraMc4KSmvRSmGMJjCGMDR457Cz6wOjEQHnHHjBeXDewbP3xTuUCM57qqICQBtNZWuKssLX036KCEYroijAaE1VWcRBoARRQukcKKG0jspaQqMxSlHXFlc7oijGe49zNaHRZEXFcJJjjEaJkETT17Tz4BG8q9FKoZUCAe9qaueIQ4OIYZzlGDNLB4rSUpSWLE9xdfWSZftVryy0BS + G3DlGQ8duP2ecVSRBQGwsRnuSWBG3FEp5cJ5YHP3K4X1Aw2hEe1xa0q4se4OIOBS0CXFoDoYjqhoaodC0EUYFNLRmNEkZjB3jHLotaAWWeCq3zDeF3aHnKLfgLOe7CVVdY1uKxU6LrIJBOuYoy3CV4nTQpK2FUaWpyorcFbjaELa62NqAcShbo73H24IkKlChZjEQ5hND11SIOK5aRaqEvII6NkSxp2sdZQ2xgUhqpNSklVBYzXxTs9oBo4Ss9iCeo3GBq6GXGDLvORqXFJXDe8EgRFrojy2ZMB10taO0jkYAiYE4MmSFJ7UO8IzSEiUeo6AVKZxz7NiabhAQWM31vGSxpcAEbPZrDssCrRShUajQsdgQgmYDowExHPQ9o6wGX9OOFFvjgpXII2GAaI0RR2orvBOGomkoTVNVVE6R2QpTClpSDCHDTKETTTeAwHjS0tJ6hUeE9 / 6fMv1NJdbXVv2f + + EfButIS8snPvc4mzsHrLaazLVbNBLD8mKXN95zgSg0bI6OyNE8vXlAOnEsdpqEkfDUtZucbXfpNXssLXSJE8 + oyPj8Y48xmuSsLc3xwKXbWFpYJhDPte1NPvnEBje2B1y4bYlve + Aii3M9REAhPPLETZ68vo2zJT / w7Q8zTnOe3uzz2rvvpD8peXrjKk9ev4ZzwpvuvIuBteyMCsbFBFdlnF1f5rWX7iLLQYcO6oymjgmNYamXMN9IyCtPJZrFVoQzAZePUoZZyWCcImFApxtRZDlpUTPXikg0UCsGk5xRWuK10IxCIqPo5wXaaAZpSj7Juf30CkejjK3dPfrDCXUNkQ7otho8 / tR1RpUlzXPyLGc4TlnqtVjoNFhanOdwmLJ7OCAdZjxzZRPnLaFRrMx3WOq1GIwnnFtcYp6IG5ubPHDXWSYm4D9e3uDy1i5xFHJhcZ4zS23uPb9EpzVHHDVQSvPZR69Q5iMm + YhHNw64vLnPpZUu951bJYgbZLZif5RjqwqvQpbmOyy2Ao7GB + zu7XN2ZYE4irm + PaGf5nQWe5xZ7HG4d8T / 858eZefaIy9LNl / 1yiLNChw1oKg9eBEKD9SWohYSo4mN4FIII43HUXhLojW1VyxFjmcGJXlRI9Zj2hrnQ4wYqrIiSTSTsedcMyQOIyonlA4OUyEQx5l5TRzAYFKjGgYRQVGy1ElYaBrE5uS2YFJqpNIUpWZcRzRCyK0itSUussS + JlJC5Sy5g0nuaJuUSRkRhSGdyAMFe1lF3waEWpEEipYW + lXNojbcFmjGQcyh0uRSTWdHCN4BdroQW7QnF5iUDl972p2ArPKkVU1qPbWvCbXCRo6GEdo6IJ1UDHJHPy8Zo1AK0klFXnmUdzjvkUqoDaR5TY2wP3YYIIwDpK4ZpAVVJfQR2onmZpqTWMEr0DkMyKhqDc6Rlg4zH7LWM2hXUTpL4MH7EB0G1FJjHCwYjw / BZzn9zLPSC2kEljYBmTNUHrJJijGexXaDuNsgs45xXpFZSEuNrytGodAwiiSA863glRTnL6EqK65cvYHWhqKq8SKk1qKyjHFeMNdq0Gu3GO + nxIsdbAkHkwG9JCIRxd2nFvmtTz3C3u4RnaOKhTta2NoTBDHD / QPW1xb54jPbPHDHeRbmF8iLmmFZ8NiVXUIlvO2h21maa3Hl + i6hjtDakKiK1955jrtvP02djxiMR + z2C1wu9AclB4ViZXGN / qjgYDxENYVeLTQCQ1oE9NOaG1t7rM / NsXNYsjS / wPpiA + 8zvnD1Kt1uj04joddusJBE7GY1q42Eu5OQSbPBTjMirXMcFdoIVV5T5SUVIEYzri03946wleWhu25jkObsHA7YH4yxztJKEorKMteIWDizztbWPhvbBzxzYxMlUyvk2rUt + qMUXI2ta2xaMOqP2Nw5oPbwxNXdqRdhvoMrSq5tbpPnJVdv7LG21OGjm4 / TqDVoaNyI2c7GHA4LfF1zeDTiwYunefMDd6DrkrTISEKDdyHtbhfbCQiKmHvjBo1OwmB3jytbhzz82jVOtwLOe00 / s2RVzY1r15Aq5oG7L7L4hgfY74 + 4trkzVWhHGTuDMde291ia6zDfaZI14heUuefjVa8sQJHnNRIJrhbiUJMUitgousagEJRXuMqT5QVxK2Ivzzk1pzANh5aKO + ZDNvcLvHUY5dDKMawKlCmJJCRROXEMNRUNA4PcEUQhNQHtsGKUeZSzlBXkVpMYTW0DtDEoL / TzDINlNCgxAi7SjB1AQjNqUboCTckoy1hsN2h4y0pDo3VGL6woXcxgrAgDGJQRNi9oamjFmspoWpFmixqpHFpqeiairwy5NhwNSorSo4yn09Q4LFGkaEYGXwllZUEpWo0AyWts6VHeU + QWr0BEUSsIQ2FOK4aZAw + Vg71BgcbhPCwkijCZmvKHEwei0aEiMY52qJkPY8pSGBUWW3mq2iFes9gKiWJFVNdoW2EyOLMQ0ukIIw9dHYKvGRUeY4QkhtTGZIWjKEt0LRw5DdpT1CXNRogOAjqm5up + waQoMKJpKiHE4UXhogAxFREBTlsGlccCjZbC2foF5O3riAi7u0c05zqUZc3ifIejwYh2EnOq10OLQqPJxhlXD45ori2yvXnI2153iWajRRR63v3m1 / Chjz6CO8qIA0USKTZ2tzGRpRXO0U0OWVxsUfmSuU6D6zsj5hcXsM5ydrnNtc0jsDmDYcZwUtNtKtQoJGk0qAvD01s7BNQ8 + shVIqOhu8yoTFG6yamVBfLKoMVxdWuH + y7exkKn5MFOG6MqTs + 1SMuap69u024bbh5WXN66wlKrwenVBdJeh8VOE1sWSFlgdMZi3OBABeRG89SNGwxHGVFkOHtmAectvV7M8vx5qqwmzQpEK06vLmKMZjQYEwgcHvRpJTFaaSQw9ObaXAoNV7cOoHaUtuaJp26iFXjnOLvcpRn2qKi5sdVHiyJpBPRaIYtLXc4sdDg8nLB10CedVKRFiSPgNRfPcersKu7oiJHaI7MV73j93Vy4fZX9NGe908ZXE27uHdFqzrG + NsduP2Br94iDgwHpKGNrUuBNQH885MyZ22l1upjA84Hf + Qw3dnYI1RILjZi2URRRyPrqMo9t7DJHG6cKbg4mWIHl9S7Xn3IvSxxf9crCljVl5ehEChMG1LXnVBgQznyiHoctKg4CxUIzZqkZ0u0GlNV0piGhoRnDfKWYOEiimshUWOexzrDQNJxrNqj8dBZs64rTDY1pGEbWMkwdWhRhHOCsJfABIgnKW7LSkRY1o8wSiGBtzc5gzMISaK3RUYRWNc1AUdaGSwsRIiGhCdhJc47GJd24wugapEleGxoGjAiFc4j2lJVl4GqcEdqhwtUlriwIgwaFN8RG8N5ROWGcg2hFoBRVVjPOLRUepRRoYVTVZGVNO576p0elY5RWhLMZrThHMzGYmRWnXECaWfLSckdXs9YMeGqU88hBgdaKMwsh3SSgLi0NI9SVZ6FhCEPF1tDRaRpaAUxsTemEYeY41TWUUvPUfkHXaMYzX3Rd1fjxhGYU4EVwbhoHClsa8Ky2YxrR1NUovsQWlm7kiOciNJad0QQTGOogoKiFUGt6cYjHUw49WVrjDLT0N46yqG3NaDxhZWmOpN0mLyruX1mhGUU476idY3x0xOWq4L47buf + C + e4684zHPV3KX1OELc5O9 / m / v5ZnvriTZaXmsx1Iipi0gIuri / x4G3L1F6BhqLIeODcEq8 / v8bBJGXj5iZRYOjMLZBPUgISwqCNdSV7Rzk3d / Z4ZmODRhgyGKd84pFHeeNbAppJRBh00UpY7iWkecZ / + ebXYMI2zUjx6PVNnty8ye3rC8RRg9pVDDNhudchkIhhnhFGmv5gSFGVEChWem2KfIB1 + 3TaCxyVnoVuCxHIq5qt3REm1DQTwQ4m3NjeJ6srojBEBYbNwyN2D / qcXllgYanH1tGIjZu7NEzI3qCPqyrOrC0TmgDrHNiao8Mhe0d93vXQnbz + 0m188LOP8pGPXiYIA1bvOcv6XIvB0ZD5ZoPhYMwdZ5bpdVt89skr3HFqhdW5NttHfUZpxc3dPm + 67wKjMuU3 / sPHOdXrcnZxgTgKGQ9S8vE1Tq8to4zCWku7lTA / 3yUINA / deYHV5TnCQEGdM5pknF3p0G3ci6bmk198nHanhTQSRmlFp9nkjjMrWJcxeuQZDnZGpA2FdS9Ptl / 1ykJszXo3pBUqoCItQTUVg4mlqizee1rNAJQnE892npPEEGuF1jCyFWnuWGq08NZSSY5WNYETeo0ALZ69NGc3zek0IozzHFYVAcJcM6YTGyIr7JYF4gPmQoVzGYk40ioiDOC0GGpnsFGXWjy1tmixxIEhCBISVaBLx3hcEhsIQkWiNEkzYDsV9lJPbPos9prYylM6hxdLVhasxwkeRSUaaytS58icwmV95sIGYOjoGq8NwxycUgxqWB8bcuvZUSWp9aSVIw6nFkNWCIOJoq01sYK0rOlEikgMTkFhPaEo5iLDqVZMaS1GOQIU83HIPesKI0IcadCKKFKkWUVW1WijSHOwziF1RVZqRMk0iKsV14aW2tbkFgbGEUpF6D2NQBM5YZRZklBjtMIh9NOCbmJYbwuhETZHjkCXNIOIudDjAseg1qgk5mDskEKIAs2plsFoR2pDVhuewnq8lEyKb5yl5N573vrAJdYW5vC + ZudwRNBd5qmNbYaDIZW13HZ2HRMZxnXFIxsbLC236TQS2pFmqz9ic2ub + 2 + / jbrUFL6gkpxYwW3nTxEYuHzjJp976goXz58hcJ7PDQY0w5BL58 + wvtijFZc8sbuN + IALq4sU + YB2ZNgZ5nTbMQ9fPEtlNf70HdTKQWRQqma + 3aLV6tGNPINBxca1LRY6OabXohNHvPbiGT73zC6ff + Yy852Qh157L7sHI8ra4bFs72 / zunPn8Wis1hR5zmGWMyws6c0dzi + vIxKwFHp8FHJ9d0iKZ7s64GyeUOyPeGywy95wzO7hkIX5FmlRsr17wFNXb7De69FNYvaO + pxemqMZhqhA0R9lJCbg3PI8D991gUmW0mzEJCbk9vVVHn5whNGKhfkOKghZXlxgc3uPo + GIMCo4SicUZYUtUnb2PSYwGGVoxzG / 8 / nL5GlOWlhuJId8Wl0lQpjvtohq4drmLovzXZpJjKPm8StXuP30Cm + 4 + wzddpOPP3aVZqJYX1zmwuoq1VLJzf4AE3R49MmbuGrEXLfNW + + 7RCOO2BumPHjR0R9lOAquvLyQxatfWax0E5qRIqsso8wCkMSaxR48dj2n2zHMz8eAULmSQVmSY2hHIcp5uqqmHYWYMMB1Qo5yzTDPaAcOT0nmHNujEuvBWk9pa / qDAsRzkBaMMkNoNK2Gpqor2oxAKYauphc65puOWAxHRUxax7ggJNZDbhyNSBLFajumqAMyWzAaW5qBJnWG3BXEkZAEDdZ7YH1GPysA4f6VNqPcMkoz8DW1UwR4vJipC8lqysogLuBcyyJSAR7jKpphkzTQjJxjjpAog8 + OU9K8BqdYX0yIQsXRuGRcO9JJRYSgK00ssOUsE + cQhMnIceRqmrFGGWFHeQpvCMXRzyqGeUUUGkIleISBrcHWeO9ZjDUKYVA4Sic4pm4mLYJoQ9MonHf0AiHPLZOsIndC7YTFlmYugbTymNqROI + yFcorcBFZaekoTek84j3aesYWWqIpgYZSxMaRVxW + VpRWMde1NCOhti / Pr / vVpNVIuOfcOvv9IRs3d / Dec3p1gdfefYr3 / + YzXLiwxoMPXQAUkyzjyt4NhmWHM6srBIViOdasLJ6l2V7AS8QzW9t8YWOP04stvC / ppwWf / OIz5FXBZJKTpzmPPvokJtB88co1bmxP6HZanF5bIM0ti5FBGcON4ZDT84tcPDdHOwi4cVjTzxSm2SJWQz786UdYXa14x / lTpEXF4ajg0SeusbaYsb6 + Sj8dMNdLWF5Y4S2dOfJqzOXrN3C25o + / 400cHAzZ2tkBV1HWjkgUHo0hYDSpOBp5xKe88eICokCJwQY1q0urTBCu3Tzi7vlzNK8HvP / qJ9nePgQ83 / am + 5mf7 / DoE1fZGY7YuHqTdhCS10IzafLo4R574zF44drGLo89cYOVpR5Ft0GgNRPrMCJsbO5xdXOHXrdDO4lx3nGU5dSTDOcc55Y6iIdrO0ektsa6abw0CUJ0Q9NsacCx1m2xs3vA9s4B2qnpCjZquqcX2B + MMXVNkxqfD7CqwJYVNw8HrHe6ZFkBrqaeFGz2RywkLQY2Y6HRpNsMORqMKPOK / jDlvntXWVtq87Hf / eDLksdXvbJoN4VJWvPE5iGihXMLCWfanv3S0WxGnGprDo9SUuc4vxyhlWeQ51wZjOg2Ai52QmxdUVUFrSCmKivqKiOzEIUJKEiSBjhPN6xJqblrpcXBpKS0ECYRkyIncQGt2LCZFQRGCIwgdUoz9Sgt1D6gdhUdKegFliNjSIwnYAxKaEUVNlJIYNCmwheWvBCCsCataiw1iZ4u / czrCR0ToI1iXAU4r + lQMqll6qvWEY2mBV + DK8FVCJClJBEAACAASURBVDWR15BPaAaGMohIlGIl1pxuGzYz4QDDfmopMgiMYpJVBN5TlY5xZSkt7BYVSaxYigWlNXnh8QasCLsTCwjL7YB2LKSVpRNpBCGzwtyiJomF3VGJOE / lphZg6Swm0HgPi4mmE2pqwAeCEQWJJVI1Rhwbe9OYUlrXdI3mdCBUAoPK01Ge8y0YFcK4KIiTgH6hMLqm5xQHmSWMhFiXjAshiQK8UbRNzdiM2c9AyzfOp0dhoNk / GvH + f / tBtFF8x5tfy1vuXuOpvUPW1pZ40z2385nPPsbecMS7v / 31BGaOZ27u8slHHuXS + VO868F7KMqMcjRkudtk0FfsZQOu3xjQ7VxEBQGnT5 / GlhVnF7vsHB7yJ77zLTx5bYujUcr8coO9w31W7CLrK4t84ukN2s2EZiNCBZ65XYtvJpRVQll5FozmzHyDx7sdljoxAWNCVbPYVSwtdmh224SRpxoU7B9UzC / E7PXHpOWEbqy47cIqVTVivZdgqh47g + nEYqXt2RvnrK2u024s07kdvLP4eoIvSzwlDdEUgwMajYRuK2ChGXPn6iXeeNcSn93YYjOv + eL1bXa3D2k2E65d3yL0jsHRiKsbW6R5zZW9A5qtmEun5oljw9HRgF4zIgs1n3nyKoji9fde5PypJfaOjji3toJ3nqNJwaVTq6yu9Pj8U9dIxylVLWwejsltRRgFUCruObfK6aV5yspimhGhNtx9do1WKDTigA98 + AvEkWZ / NOB0r8uD68vk3nH9cMAZrfi2 + 85zc3efa1tbLK8scm13QhSFnOp0eezqTbq9Bp1GzfWdbdaWltBxzB13Wg7dEU8 + fp2sKl + WPL7qlcVmmtHEcHYxJrU1KgzYH2dYE7DaEfZSCLVCScVR6tkd1YQqwdWa5SimCaR1jjIK5T11kTMuHeOiYljVNFsNOmFMKzKEYUlPLHNKaMWKo4kn8AlJGEBdoxV0YkMn0YTNgFHumXhHJZZhlWNMQWkVmTa0E0XuPRtpSe2hZwxJt8u4rKlcxWJT0TEhNQ5vIhKtsEzIbcW + 9YRVQVaUtKOEQAfTF3OiiU2NkoJEVxRlyW6eI06IlUGJQG0RDx1f4E2Tia1IVMmpQDEvjtNRiC3gC + OSeyJFIpoygd2xpZKAZtNwWBTMtTTOKdo9wzgDoWKl5RmhScuaxGgCo + hnlrLydJKIKDTcHKR45zk7F9CNYaVjEDxHuWdSOFqBpqwtSjz7Q8d6w7DaEfp5TVV7Lq1plETsjUuOcmGsPbUobFFxputRoQURTChMKjgsHEloWUZzYd6gwwpRIdYJEnqsy2jZAlM6JiWs9V7Sv4n + mpAWBaUreeeb7md3MKTR6fDoM9dxUcSDd5 / ms5c36bRCggCe3NjlU198mmbUxVYB95w5TydIOBz3aYVdxHv2t7e5vnPI1v4B1 / YOuXDhNk4vrrC2OMfcnOFOzrDaiDm9Os / ljX32S8Pu / gK2LIhDw / m1JS6cXWVxdYGNzQNGGFxZc / Nwh1a7wXhcMEjmOXdqkYl1fPraJkVpOT03x4U772LrsM / WeMiFswustudwCBKGdBMhLY8YpmOeuDp9Frt7 + 5xdO0Wr0WTrsM / aUo9OQxFqaEee4WjC45vbSA29ZpcgMLiqpJ7ktG0BpWZnlNMJHa87Nc9F67h / bZ7JsODXP / Mo33nhLO0wIK8tj13ZpvCaM6eXuby1xd0XTlFZ + M7X38u1m4fgCh688yxHtbC9P2C + 06LVjHlyY5PBMOO2M + v0ej0 + 9KnHqG3FO99wD + fW5rl24wglcPnGLjd3jlhotzgaDNBKeGrjOq + / eI433nuOJ2 / cZJSlfN + 7HiIKmnzu8lWe2RmyGWY4pSiv7 / Ktr7sd5QNEKbpzHfYGEx6 / sc3SfMxtcYd3v + 01JC2FCSJK6zGJYm8y4lSkODjSXO2Pp + + pl8GrXlksGcWgKHFYkhDET5hUQl1aSq1QYUDthE4jpGE8p5YNNYqlSnOuJXTMdGbuSClcQKMdca4X8YWdMYWvcRa6LU8cpEQakgi0sgRe43PLaDihKIRuDL2Y6cc / 4sjLklONBoGOqKqSOCjZSkuMSuinMLABE6tIKamp2VEV + AoRTegDTjU0Ra2xvqapLbkVRkVIVZcU2iHiEO + pJxnzHcupbkgoJSMGHBSGOWU5zBz7eU3oFC6CSVHREEegIfOasC7RyhDoEO8tGgtO0wgC7osbrIYZiXJIqNHGk4SwOVHctaJpBKBFU9cO09GoGkaVZV47nDMMM491U7earz1FMV0 + W9clK + 2AWBUUpcd5jZFwupQ5MOR2uigg0JaqrBmriiMRBpUnKz2ToCbShqoOqNQ0oF2Wnth4GtqxPZngfE3phSCMWGs2WE5CDrOaAw1ODOIcS4nhlBVSX7FdlETOocOE5fobJ8AdGcNwNKCsCxbnGtR2yM64prSeTAnNbkxVWW47s8ZCK + Yd33I / 6IRVV / PWO9ZZbLWxSz1qX1HYirfff4m3v + 5OfvG3P8qkLMmzkrPLbbotRzuCbqeF0o5W3kLv9Hn6yascHk04vzbH + bUu7eYajUAxGo948PbTNJM2aTqh157w2as3CDuLXLnZ52Y / Y2 + YsZ8NsK6iGd / E1w5tQkLveeDcWfJKk9uChaZhlFXc2C4YTkZk4jBGKLKM9Jkr3HvpLA / duUaia47sEVcOStZbAc9sHfLkzV1Crzm3GrG116cXG5pJzLB0tHOIo4RGElL7kijyBE6xvjTH99z / Wu5ciugkBpOEdDsR870en3lmm + 99x10sz7UxKqQoK95y7zmkKtgZDpgLDEVRcuXGIUWVs764gLOHHOwPePrqDYoy5aG7L9BJPIeH + xRFThI26DVbZF1Nf1SwvXdEM1FMJimbOzt8Xpdc3 + + z1x9zvbvHXGuB4chSSkBkQsajjLl2g / lmk48 / / jiVLUgLy9zCAm + 4dJZ7zi7w9OY + N8ocxoL4lLvPrHIxSFgSy2d3t1kQx0NnTvG5l2k1v + qVxSgrEFGsdEKU8Yxyj / WGsgZlLLGUpBlQKhptT145JtWES7EwyXJqZaicpXIVddAiMIpeo + LMgmXjsEZVI7IsRClDoB2Hw5KDtOL0XMyl1TanuxX9ST396K3R4CCvSb0j9gXpqE + v20YrRW4dKgypqwBfOHBCZj2OkGGWoagQV1OJIg4CJu2YlgHlavK8ZFK3UEQEfszhMKNSFWe7ETEalGM3LdEOUgkYVJ4qdAwzhZGQblRjvUPrafDRi0cc9CvHfAsqgU5j + gFeVQpiNKtdTUNgWHqeGpQUWpNUNV4p0looXE0sBUY3yKuMSWbJK03ta / qlJgqmsYUoUNRNxcGk5uCwoBVaAqUQFCIOW5c4NIkBSk / oLUMjbAwrLixGdCNhkOU474lDoZ975hNhseFIS8 + cqqnF055X1GIxZc19iZA62KgqVk1BG2E / BFRNq6GIPLR8jbFCrBIWmiFRoEhSqMqX8m9EvjYUVYl4x0P33E4YK67v9CmVMBqlRIki0DXXbw4oRprTd5 / hmd1Dbu5d50333sH27k3SYZOsTEmLHNOcp9GIOLUc8q0PneVDn3oKnx6ytXWD4MwSSVTz9JVtHtvY5K0PXOJdb3sNr7 / rLJev7jDfabC8tsbG3oCJdyTKcvPaFS5dvECgoV + XJO0WhVUU / ZQqq9g9HGIRntrYRovFCEyqiuWFBQ7vv4uVboyqS7Z39xmUMWEwT6IqvvjUU1RUfNvr7qJlIsQIlzd30E4YOcP1gxGTxYQrN / uEqsX55TZVbYnjBnHDTD0EteXq3iH3XDxHiWdlKebKzV0GfQvtBR64a42mKtg6GvKhzz9BYQx96 / FqGmsb5Xu0Qmg3FzkY7XPj5i5Hw5Lclmzspcx3u9x / 4Tbmey3KS + d45PJ1nvr4NdbmG8TGoyRAB57RZIeycCx1WuSDilB5ovken3jqCt / x8N2cWuzw1LXrWGtZ6Da4sTckinrcdXae / X7G2W6DySjjrvvPYn1GZDzf + 5o7OUxzPrV5yKXFmJXYcKWhUL7i1KklEhHmQoUpazphh7tvu0i7GRNP4Bd + 6d + 8sNA9D696ZXGUFaz3DFEM / RIW2wFlqaglYKeEibVIYjBRwEQck8JypquJW4rKevK0IHfTj + pMZ0RXAnYnmkEJk8LhrEd5YS6OmGSWUV4zzGHPOObbGR3l6XQUtXNoyQki2MmnP5fQtxapcrQOuFZWTMYQeUWIx3jB1DWJgvmGxpiAYV7yzNGEo7riyUBz / 3KMFs1ckpA4zyi1TGrLmbjmtvl5KkmovKMRWPqupsRhJzUNNZ1Jt4IQVdccZIoo0DTCgMgYjJRE3jNvNEk4 / fajcjV5pTnIalqhZS6u8SanIZZOqaiCGFuDchVp6TndMKjacZR5RiX0x1MXnAfKGpLIYbQlVEIUhCy3FKvtiFGqqVHgFYkJUA1DWSrmDBRBTlHVhIGhu9zi1EKIKE + jG5FRUHhLWDmMqzjb9gieRBQOiEWh8hjb0lRUtMKaByPBHU3IjGEpCNlpWnb2KkIltIOYoYVcQSeCpKpId0vG3ziLoSiKisVeyMJSwMbugNfcuc5k5LES8Pnr19kcHtJZnmNlfYW + ddzYOeThe86wdH6eosgY740YFgWXn9lk4UzKuXiJp7cM24OU7b0 + eVaiHNy + tsLu / ohrW3tc2 + rTa + / wh + 5usJRolu47g60sYVgTLEY8s59x0B + wcXBAY75NnLT4 + MZ1rl7dp226NAJNKBpVpfSigHfee5GkkXBjZ4 / f / tQjXL2xz / r8HD / 47Q8TRjG3rZ9iVNRc3zzgIM94w9kl3vGGB / G6TeEs3YawlY4pvSO7ecBCs8uTN3ZY7c3jy5Inrx + y0JtjcX6OXisiUBUtazl / eo6lXkBoFHmRczQseWxjh1NLjnPLDVRUsdiD9fkY1VokyysGgzHbBwMevngGX2Zc2z7k5v4Bjz1xjdtOn8JLSFoMWQmEJIJGBKeWetx7 + xJvuHOZjZu7lA5cDcu9Oe6 + EHB0VHB2rk1clBz2S + bmlrhwZpm3v / FeRHtuu3SWkZ0wzFPO9ocEPuS7HrgdEWgFIVlesNjqYUclr5lfAF9yfq7FnetL9K8dMR7lrCrFzcjxkY9 + mmYU8s4Ld1JZSH3N8nyDjrM8 / unL5NnLmwi96pVFHAqNBPqpZVQJgocgJJ + UuP + fvPfouTa7zvSuvfeTn5PfHL + cKpJVxWJupVYGum1BDTc8M + AeuwHb8C / wHzAMe2bYU9stWYZkqWWIakvMRRbJqmLVl8Ob08nnyTt4cGjDgIfVgEhozc7gAGewgHX2Wvd93YXDU5K + L7jZkggE0zSg8SxPJjWV04QeRIHkygq6VYTWitp6jMspjdE4IVhrRYjGIp0jcIK92Cf1IoqioqhrtAqRUrAopwRKEkqPg0XJ42GJOs94Y79NyypyY6iFIq8F26mlrTRaQ21CJvWSybOa + jRao5uSaeUTe46EBkVAy4e6kWz7IUUtSeMarQWJb / GQjLWiCTw2fEljYg5zTe1qIKQVSjq + pbEahaXXEigWzCtNIyJ8ZdjqSWoXYJxiUhuuchDCJwwDpJAoNO2Wj28toXM4FdL1JbNA0U0kEQpfBXjl0tS3ksZU2mFNjRaWbiRIVEiuDc4obB1gnaEXL7 / vryu0qbha1Djts / AV2jdcZDnTRU4vkOy2PGZ1hcXS9iVJIImdRzm2LHKL9BXnVcPtnsJWmpmoGLQESWAIrEYJyUZi8F2BX3iIICL1S4LAIfcVcfHLc7PwPMnWVodnB + ccDxd4UhK0Vjg9OmN6Pif0fK6t9fiN + / tIAZtCIbs + 3 / rpE + Z1QacV0I9SHg8n3G33qKoFRQMPXx2wyBdYBO / cv4OrNKZpiITi / Zv77KxtMRnNGc2mGBXj + ZLT83PSOEJ5AT999JR / + 8NP + ZO / / YD / 5I9 + g64U2Lpg4RSnlwVfurvDjgrIsprxfMaT42PiJOHO3iZ5nlHkMw4vJwxaIb0YAumzNWgxmQZ8cXuTyaxmY72hKjTdNCZKupzMSqbtNndXB9zf7PPhqxMm2QRjfTZWOmz3YvKqwsOyvdXCkxWX0ytKlRL6li / cX6fQCuMCDq9mfJZP8T2P9Y1NGgI8kbF57zohS5k2QcCtFCZK887K67S8kE7aobexzuhqzIOb15llJXVVIkXN9Z1VVrodhtMFuoFi4ahLyZ39HW5sD3jnvQcsihnPDs + oC8HMk2jf8POXRzx8 + pwbGyt8 + f51Di8nVHrORqdNuy255vUZHlZcno0JYp + PD8 / 47S / eoMlKzssJd2 / vsZOkdGZjqk6Xt2 + uEooKNze0Wh0GqSBOJXe / cZ30f / 1H7uCuRMCLYU4YKnw / 5KRS2HnNbm1xmaXXkWy1FUVe0RjNZW05HkfIoIUvKgKV8SwzrHse3UAxKTWltcQSkjTEWEkn9Ek9zTBvkMYS + QLlDI3zMHL5anHOMMFHa8t6x6PTC3mQelRasK4EyldMa4ewDiMVC + HRuABtDLUxyxeCFKwmilA54liAzMA5riqfaT1nLQ3Z6UoCQqy0FLqm0wqY6IqL3KCEz67yaVFQCseGF / DhxDAIaxKpsKai1hbfMxRNTWE0xoAnNFmt8JUjDjRZGVLUHqVJ2EiWu3OHRfqOyliKSjFrDJ5qKPFwdU0nlBxODYUr8DzJTjvGEYJo0NaS5YYkUHQih6w9FoXCCocBcilxxmNNWy7LAicFrU5DbTSvrhoK3bDh + 9xKPRqlaUWOQeITSp / IWqrSMZmXzPKGIJJ0O47IhxhByw + xnmVel3QiRdHTXGUlkXJsxYq + MBAorPVotKIJfnluFhbBX37nY1b6bXora / zsaE42O + OWCKgPLrl2Z5P39ze5OLukrEsenl7x8UVGq9sl8BqSyZw / f / 5z7q + vs7fa5 / nxJZOioZ9E9G9fp9awu75CP1V89vIcWzX0Bx18LJWWWNUiaSeA4ax2lIsJb929xt3711nZXmEyL7nRbRP6MUfDGWiPVpQwMYqsCZjmFbPFlLKpiaKA + 9c26MSS7e1VnFhgTMWjM83BxQVv3brOl1 / foxO20M4wySZsb69wPBny + OSKOGzx + qBPzy8phOZmN + F / + OCn3N3dph97VNWc6SxjteMzywsm2YK6NgReTq0hiXwGXcvVGIbTmmnueONan26rhXUG2fHIG8doVDGaLIgCw8II8vGU7dUu3 / noCfOmJo4jvnLvDkJGCKUp8jmnV3PW + l1213sEvsfRyRzjlqvfDMfJouZG6PP05BThSa7d7LEoKv78ex9zOR7y2sYmv / 32HYxv6UUr3NpdJwliIueYjUseP33F01cnrK / 3uH29T7vlEQUpg9ZNCATD + YLdQZsqdDw6OKKfhtzpdelHmjCNEM5H2KWp + PPUr / 6wMNBLAnIjaCqPvNb0DQwrzbwweFZQmYrEV + TGkYaKTVXz86uMzYHPSisglZay0hS2RgrFvKzR1rERKdZjRccvyOsKpRyNtkwrQU85auvwFXimITOWeS04zh3HWc12L8APQwSKuqnohII77RjBkh76wUnFqDLEAq7yikgpTCSXxz0NddnQDn2iRHE204SeYlRL5lKzHVmyWhGGHtLVXJaal2ND27O0UsdRWaCEpheHfGNT8myi8WRNURs8V1NrTZ5bstr9wgQlSH2f9TSi5cNaWGDwaYygY0rQDqssTSNwKibDo1ERUnlsBIb1tIXnNDHwfL7AF46ucnhKo3xHIC3WLNdYs8KRRtANa4oajBBoK4iFoSNLKgFGQFtpamF5s6MI8Qgan0XdIC30ErC1BtXQmArPi9jdEpRGMylCkrChVBUzL6DdgAFKFE1hqaqaUhuCEMbSUXsFtvTw6xiakBOlef0fuql / UcY61jdWuZwVXJxMuRxPWXWKz7IrDk + uOFhMGc0nbAy6jBYFW + t9Xltr8aff / 4h337rBO7d3WW11uDgfMlxMUUpwcHqGcQ2vbe / y + t4K623HcHpFK / G5mi94dT7mbpTSNJo08gmc4WqecXg + 5YMnr / jeZ0d885379FbWEbIiyzWdFY / feP0egQrxPMl / 97 / 9PQeXY1Lf4 / nJOZHvU9WWJA6YlxWFadjdWGPQWePDJ88YdFo8v5xx6ju + cC3mYlzS6UpmVcbT8yv + 5keP2Op36b1 + lx + eHBEoy42dLf6L / + Cr / PWPn + HJitFkjucaZos5R9Oa89GCWZZjge2VFV67vsda2 + PORh + DR1EZ + jRg5jhlKRuLlTEGhQ1aqFjwej / kjevbeE4ziLr8zUcfEfuS7Y4g8DMGPYjXehi9TlVpjs4zNtdabL8RMZ5VNLZF2Uj6EfSDkq0kwlhYjwVtT / BH794lxJC4mKv5DBlZrm93qfOSQDdkusQLYt798i4P3uxwctmwvhqSizmT0KPrSRpjyIylGi44OznjcjghWuty7ASVAnFREDQJtgrJa / 25 + vFXfljYxvH4SoE1RH5Jntf0Eo95ZakEjAtNK5TkVYPnQ2MMq72Yr + 54HGQ1iwLCQLIeS4x1tENJ6gcczyAGfFlijMOXCicMr4qExiqm9VJl1Q4qHDWBL7gWC86mGgmMZhaUQGrBeaNYCSX7HUHtDFoK1joRG1KijaSxE2pjCKWF2mGko / Ealii + iPXOkipcWUNlAg4y8AQEYnlMt2FIu + XYoGSWT5hpyyCKsCzd3rvrERU + zvOpCCirHNNUtIMW40IzLh2hNCTSIaQj9UpqBHkdkBNi6xl1WdJYRxLUxL5Ea4m2Co0iwtELl6a62iZYU7DuL3 / feS6QClRtyGuFL8EXggxL4Wo6kSDxHMIKfDRJKCiNYVpolHT4niUuIR / NGSpHt + 0jrEOIkqssxxeS / bbHrM4QQjBIHY2AKyOYG401GmMEPetjG4eHYCNUjLKSIPbw247TeUNLtZE0VL9EYWDOOv7y + 8 / RTU2nFXF + PuS9 / W3Gl1NqAc / ORuyst7kYzWilAfMi57237 / Ov / + jrfPvRc45OLul2Et59c59aw / WVHpuDNt / 75Bm9MCDyG4pyvkR6iICnhxlFk3E8EtSNYWsQYG1Fp5PwtTu7fPDJY1wg + eThc7zIxxSaH8xq7u / s8M23brOoSxrgvTfv87XAJy814rs / 4nI6pZ34lPMFtbREkcG4AYiYdx7cR0rJvCxYlJrvPzlbqsAax6RUxP0 + t25e43bb59nLJ5xMZ9za2sI4S1Zr / uk336R2HuGqT2MbLkdXZIuSvfU9nhyd8ejwgk5U0 / YlMpYMUkPtloKVvBIUiysmkyGLomJjdZ1 + exU9h7LWaAJaymO1FeJHIbM8o65m3Oi3afuCT48mrLZ9RNlweLkgDhQitZzXC0bZlL2tHiudGKs1gbBsDFLmZcnh + RVR6NNqecQZPPv5E57kU + 7d2UNXDcKreXx4TugFvH7zBrPZEM8X3NxL0DiO5gsuFjlFXlLXmr1kQL4oCaTijd1NPnn6ArW9xrXdVX769JTd1VvQZNjP2du / 8sMicg2ysRgHuYaBksRSoiNLUxvAMiwNgRJI7djoBzS6wTmLZy2HI0uDZJBANxKMcUS1R1daPM + inWFewrRwDLXPtPAxbvm5MRrlBfheSCghUBmh0AjpURtLVBmkkmSNxDeOI5ZS2HmtEWh8JXFSstaOUUIwm5Zc1BbPF2yFLdK4y7yqmZdLwmteaxpjqLRY5kRIi9dW4JcI55h4kr0wZtBVzGo4LKDQgqS07PUcAmiMpbQB3dBHV440aOFEgyeqJfLDh9w4GqtZ1AIPgxJQaEdRNmRC4gU1SSioTc2oalgLBdYK2kpwrx9gGg + pKzzrsROExEZwZT0SHI1sCHD4CNYCj8CvuDINNRG5lSjhE3uGyA / JaoOpGvJFTdzxuJ + AlZZJDVporBdQWsnPJgUXtWSg4E5UMXOS06IhCgQgqZ3h4aKh7Us00HEO3w / otGOctCjPscgtM9PwS6ScReIwWUZjlneba50uvSSmGWjKeUYofR4dn9GKAsZzwftfuMtsPsMYjW8t / + 5HD8kbw739Va5vr4AYEzce2 + 2EOIHa1Jycj3l5OuXZVcar05JaG16dzsmLkiiKSNOIXhqRhjWtQOD5immWkS6WuRTn4wzfXi1Vcbri6GKIFII0jpCez639bV7zrvHws2e8HJ / TakXsb73G3s4dTocTDk4uGc0WnF6NyPOCRdFQFBWREqzur + DFEozhWTvlS / urvHV9h5PRgv / j4TGTecl6r8PX376LEIK8apiVsLu + x3ycsbW6DTImDDSjeUanFTEta2rtuJo5lNPgLGfDGReXQ6bGsroTM + i1mWUFj44vuL3epx + 2GIQev / vObcpsitQ1gWt4a2tAbC0vs4ZeGFKripCaIAjY727QbluOsgl54zMtEzwvpJt6tNM2w1nGYrxgeDpiY3fAG1vXMdJyMlpgVYbzQnLt + KuffMrj8wnXem3 + yY1NLsuGD18csLrSAQm5rvnTH / 2Y7UGPxlo22jGddpebN / bxwoi0lfLq8JKz + YSmbj5XP / 7KD4u80ayGAl9KtHIEylEKTShAhBJpBY0R7Ax8ImuIQo + mqcmtRVlIFLycacpacOk7eqliS2niwFI5wzBzWCO5KMBaSaMrDBJNTVZLfCHwPejHgloGjJqIFA9Jg9WKxItIhaQycJVZpLS / wF9YKmO4nJekoUfse6gkIvYtpTHkxufT4wmNbkiigCRdYsmNtkTWsMgdjbVkpcEzgvVeSIPkBMmWMTy8KuiEkq1egDOWWVkwLZfUydVYgpB4acKwKjBAYwWfzQocgs1I0A6gttCYhtTTXGYNAkfo + cxzTeRJBD493zKuCqqqIvZB + T6xL2mcpKQkUoZGeBBKZBCSupAgdORFzbjWFLrgohRUtua1fkIoGwSKgJrEhyQWFF5A4DsmZsKw0bT8kJGWVAVsBhpjln4YjWNkfWRluREpho3juChpxwolPUaVYiX0fVP + wAAAIABJREFUGTeGvU6AkY6slpxOc24kHuuJxEX / YLlH / 79qtOHaakocBBgFnVZE6TQrGy38lodyjqI2 / Nb7r5E6x2DQYT6fcZUXSG1YacU8eXTMZLbgkxcn3Lm + x + trK2z0QubVgs8OpzS15eOXF2gTUuQ1GkFlS4bTitDzaSUB + + sdWlGLV8OadRMjXMNCO1Y7IStxymxR8smzYzzP0o4jjNHM8pxPXx2zudpnpdulv7lO1OkwyXKu5g3 / 45 / 8W + bZnO2NdXb3N1nzHJOFT9daXh1doZuGg / Mr0jTg7Qc3aITk8cIRduHPvv0Je + t93n / rDk1Vc3B + ysuTK4QQPNhfB + FY2drk0ckRLnQ0CP7ip58hhOTN / XV2VjdYFIKmyhkkkk + eHSCArh / y5OCMQbtYrjb7fV6dXzAZndLvxMRJQr + VkGWSTM / phCnGKIK2oBW18FxCpxtzcTliWhaMzq / 47HjEvGz446 + / R0vUODxCUbPfhvZGn6tuSqvlczI55GAyZaO3wrNxydXVgte3ughdU2QL8hAOF23souEr13Z4PpzwwdOX3NzfIPQjnpxMubu9yatRwTffvIsXBRwOF / zgo8d8 / c49Huzt8D + 148 / Vj7 / yw4LacmWAQJAEDpygqA2VAe0EjbEkkY8vBEZYnDP4SuC0pOODJy0nyi3TsqyPtI7DWcWVp2l7isO5xPckwoRkTUMoHJ6C1TZczByzygESISLiULET9gl9D2cdddMsPRHG0QkdVpTLVZiGxjkqC5UxNIVhUjVEXkhtlpK5YWYoG0sSCvxEMHUNgS8IQh9tFYPUYYG1XkpWl6SRotEC5XkMS82NviX2LBfzjHlhWOtF + FLR9pbAtNoDJxpSK4jDgHnl0EXIzy8yPhKGb2wFbAcOFQiGViA6MbasiKRAYQiUIfYElXGUumaWl3Q8QehrFr5E + SFZHbASOFIlkMphm5pW7EBZBlHNZZaRLSrWg4Tnc8XLScFuy0cpwcIJWkIQipJ2spTb2ibBsw1l5VGbjF7QUGqNNoLVQHA008xKzY2WYjo3pLHidjtgaiDoxggkG76ikilKGJRyFKZkbaNDQoPVBTOh / oEb + v9TzvH44BIviei3Q4wxDCcLFmWDdlBUmo21HrHn0dQFDkM7jbia5mx0WwS + 5Ke + wGiNMxHCWv7 + Jw / ppYrNbofvfnqyTKJrPIbzEanvEUUBb93a5pNnVxxdTPAM + EHExvqA3soK / V6Xpm6YTKd89uQlRWXYGrSZlyWddsy4KCgbzayqmGU5ZdPw6vyKbtohrzXr3R6fPjtmMp + xsdpisNnhaDaiFYestlfIy5K31joYB1984y5nV5dsrvcoCkMUR7y6nPBP33udfjvgpw8f8 + r4kve / 8IA4DNnurRAmLVwoKWXD5qBDO0w5vbqgOvH4N3 / 7A6R0 / Ov / 8Hd5a3uXqJPyYjpi5cYus6sh7TjEl45O6tNPI + Z5xngx4 + HxMbuDDr1um1Y7IW33uJxU3Fjx6CUtvMDRlAXb6y2k33DjZsrTwxEnry64v7HFtz4 + 4G9 + / AlffXCTKEqoTEM / DEiCku2NEIOASYsAzXTuGI / n7K + GjGcjqsZyd7PLtz96yvOjc37zzdscPD1jc7PPb799j4us5J037yJQ3F0bUKsWvnKEgaLUV3z1m + 9yLQ1oigXa / SOnzhrniP2YOPJxEuZlxjhfuly1A5Qit5qnVzVZZWn7sNFSBJ6i1wrYCHxUbHk + MnTikMiHsOcxns6x2iKRdNoJ1gtIVUJgc66lGXGoub8W8VcPHdYZNAnRLyitSjaMC4tQAiE05 / OSrPJoRwpRW8pGoJRgvZvS6YSkLY / lwBEYLcA68kogpMJKQ + kstTGU1pJVv5Dw + pIw8BjOFhRFyZWAJInwhEA4RRwnDKdTzmcWXylmlQVn2Gp7eMox1pbSONqxRxBY9lJBJwoJQ4G0moGWLCYVXiApItDKMeglaK0IhWEQaDwqPp07Ho0qXoskq2nKSuJRO4GxkqZWGOMwIXiUSwmtVtQVhLFmKxD0Oz6B51hJBRPtMRWSRGjKpkb5Pp6QWOsoap9QSPxIkaPRI4 / MNejGUpSG3XbE / ZUETwgu8oK8hDstHy3A9yOOquXwviwtg2jGIA55nllybflSR1IWczIU818eTx4O6Ld7bG6uYoXj + OyYo6sZdWMwVuCUZNFo / vRvf8hwmrHVa / Hm7S06acr9W3t02m1Wt3b42w + fstbvM + il9NodHj56TJHV + FJw + 9YNVJKiQp / Q5nzldoe1QUi + uMd / + d / + n2hb0zhBN0mRniTwHI9Phvihj + 85PnlxwnAaMWjHnI9hmlVEYcjb929z7 + 51btzcRoplKFiR11hjObsY44ceWhhmVcN0vuBqPOb8coInJWkSsTLo8smjp5yenfHhx5b9 / R1Cz8No6O9t8 / NHj / nRz1 / SSmJenF7irOWLt3dJE5 / j2ZxpUbG7PmClG3Nta4ed1S4rKy1sXbGlYh5 / + pJur8UwqNHS8eab96krSAPJtV6Ir2q + / fEL / uy7P + R37 + xxZ3Ofu / sby9WoEQxzzVwYYjTKlmTzC / LWKouyYX8t4u5al434Dq00ZX97wPksZ2QtfRouxlfIXo8ojjBNzSLz6CUDWnHMqMqYP2m4QLOYTTi / nPD + / Vv886 + 9QxIFfPTsBScnU25c28EpSUcl / Pjggtk85 + dH59zbW + f29hbffviSy + mE / / j91xhdHDBtHLX + R37g / vJeQqUjrrThbN5QlJZECPDAs4LGKtANk9wRKwEGpoUlR3Cjl5KpkFbP482uJCstV4uKXBf0 + iGxhShoMbWQlxWBDGgnbU6FYGDmBEnIvVuKuoFIOTqxIQwlEZaVjmVSWRCC0kR0QkUQCizQFnC3DSs9n0wIXmQaKSTSKQJfMi81NVA3BqGWuAxlBRe5ptKWJPIotSGqLUW2zPjNi5p2qgl8ReM8FmXD633Jfi9iVDqOZg1V7WBQY5wkMFAaR1laImOZG7DWLaMzrWJUNqAFLR / WlSQNA2QoqXOPQDky7dG4gu3AkPZjWlKShJLcLF3pkRT0fEtjLZ7noaQkNo6qqekmAZHvEFoQBBInBZETLIzkpLTEUrEapVgpqZqCUZ1jao + 1UHOs59RGct0b8GQCM5fT9X2SUFILxbCoSKOUNV + hRID2FRJHvxBoWTEsS + oo4PEMGmtZjwQLBC7usMiXhsJfltrot / lXv / d1XgzH / ODnTxlPC7q + z0KqJQGgAVcbjs4n9NIIpx1H51MWZsrW3XtUIuHmvde5ee9Nzi6m / PTRMy4mE + 4 / uEHqBHdbA04XGZdXVwwGfXa3NnlWlNTziv5gg3 / 5L / 4J03lBN465u7tBr5vQDhRv3F / l5fkI5RWMs5LdtR7dXooTAoTgt17f48GDW5RIvvP0kEBZFB6dTszB6SW5rskWM4I4osxzXKP57OURi6JibbXHaJYxmcw5Pjqn0g3j0ZThcEoriclqy8n5FX / 8tXt88619XlxM + c7HzxiN5zhTUlUO3xh0WXI1HBHZgoV2GKsxRiO15LNXh9S5ZteHu5ubbKxcJ2hFzEeaNFSMK0ducr64t0r / 177MShyztdZjXjZoF9COAnb7NXlVE0YBAY5uEjBbzNjZWKGbKqgNopdipWLNC3g2q / jZixO6Ucy93XVEELPIa55cndAUMXe32vzk4jl5ZfnatQf8xQc / 4mh6wP7aGjvrAyrh8 / TohN2tXe5t3iAK + 9goJCgLNv0WnQSenJ6xt9nhLz / 8lLwqubO1wriuobfK5HSGtZ9vxforPyw2Qo8wXcZsal + xqJahRy0kd9ZaHIxrDqcN57UlUoZEKXxCru2uMDEedWUpq5yqtgSBT43GOGiIMKHixWVJEkgWC42mwjoYtBW9MGVeGaSweEsxFqUpKcbLIPiVxEcoy6DvIaVkJfXYaUmMNrycGoxq + NnViF4a0ZSW0iqCICBbOMa / wHsruUyW + 82tHhtxwjGKn08WTGcVPd + SBJD5IYEKqD3J4VmBVTVbPY9VJzkyliT2sVLSiRW11DybFDQWjIPQE + x3QzwryAuF70vWWxanNcOiIQwk7b5PYTVFscSSD4SiMQrh + WQW8Gvaaolh16ZAKIuviiXzKRB4yuB7DcaExH5IbjWlUOSNQgKlWx6sq0YxLBqmznFeWZ65itU4YC0MEfWCDWZc1pbMWqwRoBQdFZC2umy1JIu8xPe8 / 1cGPHcNB1qzyGtei0LC0FFheDW31FNLu2uJVMPMWPJSEWvJoApxv0TU2dj3 + f13r / ODsxQTOaZ / l2OdIbaOP / jaO / y7Hz3k0dE5R8OCi8mCfpKwjs9v / uZXOJrWzE5OubwaMZrMGPQHlLZGG0vlAmQS8zff + 4h + J + H8bMzHn71ASMGN3TWubfY4uXyEBMLQo641o9mIy8mCNIl5 / dYu0ne8 + cY1wiDl7rUNvnhrmzzP + fbHL5GR5H / 5u + 9w5 / o + 48srpqWm3 + tzdDjk6eEpJ5cjPE8ymef85 / / sd3hjb4cP + 2v8xYc / 4 / DogvU0IJGWhbV02x3K2PLBBy9QvuDa3oC9QPKt7 / 6E3Z0NnPK4ubdBN / b56x99QlFryqah1074tbfvIQ1cDWtarYh37l + nWGT88PyCVifmtbf2meQLHh6c0lprsROuUDYCzw8ZG4MLU67vhXSClLKuUb4gCUEbTdJStHohcVijm5C1wcoyywLFwcwhpWJRGw4nM2azhkdHZ7yazxiOMv7qhx / z + vU9Huxsko / Pud1u8dnpkNPRBF3DrV2P3f4KN + 70effODkfHZ / R76xgTstEbcDoe8fDomJOrCb9 / 7y53NnostOLbnz3hez97zt37e7QHCcNqygcHNalR9OsIj3 / kbKirwiJ9DxMAkWRvt8PAl8xmBQ5H2 / fZSiy5rsgaSyksURAxL + FoNAG7PPpKpRCqQSkPRAqepGk0OIepDL3AoTxJ1Qg6SjHLGhaFZqPnMWgFDKeak3HFetcnUJZxUeN5y1fCfi / iWljTUQbjSZySvMqXHpFsWnCnE3K4qDmbVhxPHVjJ5bwg9BXtwMPVDYvGMlCKX9 / ocVQWnNQFzlNI51FVjshXdJKIQtcoPAbeEi8 + mdeclA4 / Wvo7msphrMMXlpWeIstLciRonw1f0YsTfM8QOYe10JSOlh8wwmHnIRNhUB4cZHOccVhhyK1hJbDs + YJVAeMGfNHgBOA0ulnmmQslCIRgNq + ohcNTAqskRznMK0uiDNNZw3xhaXmS9U5C5Aec5ik9MoSEm2mHRC2x8pUUREnMvKlxok2vFbAfwuNZReYpzsYVqtDoVY / NtuOs0LQSnyh2BH6JrhvqBppasjdos7WZcDr9fIqRf59VNA0fH43QCsJOzG / 91pe4udbn8aPnaK3ZWR1QVw3jbMY0z5nlBbtpm5OLGd / + 8XfRusZah + d5eOEZSZwilcSPHYvLS4zRlIuCa2tdpCfJC8N2r8PR8YjLqykP7mzx4NYuH312wHd + 8ogvvnaNTurz9PCMJI44OLvg17 / wGl / aXWGj5TCdhCC6wfeeHDDNSp4 + es6vf + EB3 / vsFZ989pAfPTzGGhiN5iRxRCeJKOcLXjw / ZLvV4j / 7g9 / iw4NXfPjqOTIIUFpwcTEhSQIGgy55meMLjxurLSJPcvjihI + PLun0O3i + 5OnJBdpYQk9w54t3OD4751x6NLngjXST69vb + CGE1iCEYj4pWGl3eJFNuTzW1NGQKIr4wasDdK0xGIbZnDubG7y7s8I1P + X4akEcSBCA1gTakC1y8D1CK3lxcEZlDXHsg + / zwZMjji / nDFKPJ08OOTwasrPS497777DS7fH04IhVCgKjePf2XVbSDs7APbfJynrMyXAIqsO13Q2 + + GCfv3 / 4goVSfPDpI8w0I9vb5c1ba / zs5ZD93XU2t3p02zCbLpjNci4OL / m9L7 / DG / fvIP / 7z3eP + 5UfFv10g7xs + P7RJV6oaPsCnKDV6oBzrIWCrbWYWV5xOFwwbyompeFoMkI6S6UtYeCDsEhPU9aWVqQwjUQrwSJviCLHvDasp8sQ + UXVEKFYWVGs9wRGG270PGZ1TOhbpJQIKTkYl1gLZdlw5SlOtcIqD4Vl32vYbflsZxl5I7GxJK9LXtUSP1A4a + kH0IslC91gcTQ19ITk9mrEQMVczDSLrGGOpa4s13sxgZC0Ao9eLAiTkACDnjWMcsvV3NLywHeaTiRQWuMLmGlBiENZD2EqssaRRDAaGczCcimWtFYPhVOOJJRsVQFRA7U1HLsSW1qqOKSMwFEzdR6 + ArQDGVHjkPUCT3qAorAOFxiGpaMqGu6kIJBMjSXLC9bXu2irMU6zPQiJvB5dNH1VAwKtNAe5oCpgox0h5BJDf5Q5RlmDk5JWKNja6hK0AuZYSGKu9aEqcyaZAZHg + z593 + NVafnseM6i1HzzH7in / 5 + Kw4RY9Pmv / 82fErcjtvo9nJXsXr + FtZaV9U2 + / v4bHJyc892ffcrZeMjL00s + + PQZWENdG8IoQEgBSlJXZ6z0UspsivEUk9Gc7lqbw5MJ9 / Z2uL69xsnlkET6fPmtm7z35j5ZVvHb793n8HKdXifE83z8wOdvP / iEqtZcXg456iU8Gc / BD / GE5e31Nm8M3mA7z8iN4b2bm5wPzwmFpDVIGY / m7K4krPbbnE8mZDKn0IY71zb4g6 + + xTtfecCPP3nJi1cnnJYV + aLi66 / foZcI1rodbu62GawNuGZrkkeHfPbyjE + fnLDRS0kVbLZb2LLAT9Qy3zqIUXYF2 + RMcs32Zo9PPjlkcpoxaWqs9Im9lCwN2F4bcEv1CBXMi5xyNmdcj7nyuwz85c3ktDSkoYduGmycsqgq3PyKOIxxWnI5zfCamucXM4YXQ37t1iZK + jz + 7BUnecG9N + 6SlwVlPeUb795nq7vKaiDphQZfKLIq5ycvKmbHJW / e2iIIQpTQfHIw4vGrU4RSbK22 + fJvv8 / + 9W1KJViP7 / KHN28yHQ958uoIIVIG / QGbmy1 + ejTmW4 / / HaPZ4nP146 / 8sHDzBS0v4I0w5nlZYuqGyaLh0gikkrQDCQ4qq2hHfWozRbqls9gAWW2oSwCHFUv09mayXFw / vjRIT1BgWWvFBEJxMJxRGkdWGfYGktgFgIf2GgprWEztEv6XWjrJEoe97RcELuZF7lNTsdlccllk + O0uMpL0ZIRUIcHA4wttyZ4Pf38A17qWVsuHuaAuHRJBu6MII8WWMKysBJz6kqt5TeQLOnGLrU5A5SQLGXBe1DS1W2JABoL99hLw17HwclRTmID11Gev54NbvqQqaswv / nkZa7laGEpjaUcxnnRo4XDOIgqDqS0 + gltBRFZaTOhzLgSBWsoni8aQKI9JY5HCYyUIiKQjVoqigFcLy6zQvNHxmdSGvFFsJYL9jqPxHc6vOZ41OAv32jWDKEIJg7WGwwuHyQVbqz6xbJjWczytKBpLxyra3RCRLtPNLhf5UjCAISstSRiQNzHTrKYjaqQpOSwbjFv + KfhlKVM3rAQBf3jvAX / 39AnjcsTFwQXfrzRhGLC50sXZZS8O2utMFhWDOMB3CdpaDs7GLLJyKZxw0Io9bm9GOGf48NEpeILL4ZS7 + zsE0uPvPvyIRVEzXRR8 + c19UmFwzsOFgkle8J2fXBD4AbevDdjfWQNjeW0tooXjJy8uKG3Nrhvx8dkZWzdvo9OYnbBD6EfsPbjDv7xxiy9sDPhv / uTveO / uOrt7G8xPCq4uFigpuHdvl9X1Hitobq8O + P4nPX728AWr / Q63r93kC3cH5I1lqDM + OjxlOp3jnOL9t + 7wpXs32FprM5Cav / 7 + J0wLy5u9Vb7y + gOcFVRVQ64LqrpCKZ + iLPnpZ0 + ZFhV7m1uIFPSioOsF5JcZi0WJkpL3V3Y5G0 / R2uNFrmnFfZwrOZlk9OKYV8MZnvLZaqUMWjFd6TEpNd / 59BkHZyP + xZff4HA85WIy4vX9bb7 + 5h61CvASy7d / 9nOcdfz + 26 + ztr + HVJZaF / xf33nM6dmCb3zpJu3Q43R0jG88zi / GDKTPnXvXaa23GeY5T46OuRzlWFNzej5he32Nqyk8fvaUjTTlUkg + eHlI2dRkefm5 + vFXflhcVnOC2kNaweW0ojIGX0lCT9EKfYbVEmUthc96O + Rr9xNqKsa5wQnJTubx0UHOaqroJoqdtZhWJAiF4nrfMc0rRmWNEj7GSV7faJNXJVdFxU5fsdXNeDpOGWeWrDB8oVNyv + + oKDFIPh61Kc2CrWbIQLR5UZcMp1MKFIdXR7zW61C229ShYN1V7IiKcF7xta0VTiUczRr8woHx6YU + s1KS2SUKXPkOP / RYVz4KA0pxWXuUtaBoNMPC4DuJpxSiAc9TTGqNiHzWVySllnQTiXENse8zrT3Orio6nmOrA7sbEUIXqMCn8gS2aUhQqIWj6QCpj058Khx5plGFwSpJJSGUktgTeNYijCPwNf1U4aygscuB6jc + byQB63UItkLGFetd0DKm0paybrBaEznNdujoehIpas4XkJWW0sAFHokHUqRUHtTSsZUqRqGgqB2LGrSReEpQNx6VdTjjUZtymdbnOQoPrq + mHM9qnPh8ipF / n1XUJR8 / + QzXVDx8frwE5SlFEgZsrPR4 + HTKaFGghM / rt / b4r / 7T36FyFc + PLnFScXo + 58 + / 9RHXtvpsrff5yrv3WenGdOKEP / xGzsvjMx4dnqCkj0HyH / 3mV5nOpjw8POad13Z45 / 6Av / 7xOU + fXXIxnPHH7 + 7zB + / doLQ5tYE / + + Cc89OSa2LOP9vp8ffPj / jpw8fkVvA / f / 9 / 5 / fevsM7D76Ga7XZVY57GwFydsa / + t33eJIv + PufPcaMNRiP6 + trvDqbMa4EZZ2TtmMGKwO + + k4bKQxBlPD8qmA0yTkfXvLJ82eE0ieNY0whaLVSDq5y1GbMl997wHTRcGt / Da013XbKk1nFtz56xFY / 4Z17u / zaV19DlzWdbocq8KgyQz9M0Bc1yU7KYGMXv9 / CYCnPWuSTBis0jZUksc961ENqja01SSK5ub8CVlDWDaHn4zUef / TFt7kmB5TOEGx4vHV / E6s8JvMFV6MpVZ7RVoIHmwEriUMJzeMXl1xeTRnP5xyXOcpFkPbIKo1ttXn / 5gpXPhyOFpyN5xRFSRxFLApHaUKGuWORFzhjqZymDAJ + 5 + tf5AefPsf3Hn + ufvyVHxa6tly6grnxiD3JwhqiYCnZvMxKNts + 2jis0ERRxcWkYtFIfM / RKI8kjXj / RsLNQUQaREzqhmFZY62gZSFII9JWTDbXbLcDrFCkocdGG7aSM7SpuB8bBh1Ly / ewokEaw6IZ0zhYiyOkEIx1TorDLxvyEmqt2YkUk8KyH8zIpGKhDRM9IXfQNZayiWmswBiL0AbTipjX / zd5b9Zr + Xnd6T3v9J / 2vM9Yp2aySJqkqMma7I47SjqD03AjQRAgARpI56q / QC7yXfo2uUqAXNhAkkbDdjpuyZZsSzYpsVgkq4pVdarOuOf / / E65OM4XiBqwBK / PsDbW / r9r / Z5HoCJ0MTAMCi0kA6koo6BzjiRGFIKpTskLR20lqdJ0vWBnPco4TC7oENxKE7aNxUggOLQwSAyzQcAK8Djmtwxl51lVliBvUt2jmGJGhntDh6bhykc2ckiT3iTUEwe1ixxkgpPc0ivFIHNkuqe1gr41DNSAbw4CdI5uZznch8m + uMkQWE / ZCx5ODfcLaDtFlqRIHLHXCBdp8kAcCVbG0pQeqVJiuNmBbEea1lmEjGT0KBVZdprF1oHUXG1LCIEsz9j0jq2U7EnF / uEEG359FtzeB / 7y2VMWjWecJeysZToZEnvHi / Mr3r9 / jA + B1nn29yI / + 8UnXG5aBoUhZjkHh1P + 29 / / Fv / 59z / ieP + Qry6vefzylEb2TKTmvXu3Oblzi2dPX / ODDx8RhcYezHnn3oyv3bG0dsU / eWfMv / jeMfuTEUI6hLM8OXtN5wPv3Z5jpOP54oz9tCFsVixXHXVr + a2DES / ONnzn7jXrEHizuuKz + g27PvD23a9xtbE0VtO1LaHrEQ8yTq82DLrAtllzMt8jT1MmecF1XbLYLclERErNg4NjRgau1i3T4ZDlqubF6xX5wPHhvQes2o5v3LvDy7MleWoIATItkULz6O4hlkiQjh / 84w84X + 74i8cvQCouNisGVcLbH7zFh2 / PMNLxetfxRmnqgWTbVCR1g + 88757M + PD2gLYsGE4Fg8xR1Y5y6zicHPHPvzunWu94 / dUZ73 + 4j3mQcHG9pu23nF5t + b2vPeT7bx9Tlj2zyRQlA74RhE7gpwl7B0dcyob6 + WvyfIRzkaBTmtmQerdFJ5KhDswmCU / Ptzz + 8hylEz5 + 8hXe9hwcHXK12bLqQc093 / vBt / npjz / + lfrxN35Y7AaQ1IqZEKwF7IYpVsBu1xK8Y9s3HE8zhIZeaEZpwtGeJgBKp5hocFNQRLqyJ5eKadTkhcI1kUKniBAZjAt673HOc5yvcVFCbBhExTipaCnZWY / n71LjnSY3cDKqWPSe4CS2swxEzntzgybwxgs2Vcun2wX0DpEkXOw6mt5xd6 + iyAaYYY5JIoXmRjzUQ6EVI3kjR1ImENtI6yWtg6gNNoC1DqMNw1ThrCZLBH3TMzESWyvyUND0iqQwNLphUTs675gWiq0LuM6jpEArxab3TDPF + S5AmiCmKWnnmfsdG2cYRclRCNTSUQXJUEiWToPtSXKHSgLB93TBYySM481AqvueK + vwdyL9YU8UgaHvWa8rUp + x2Xl0BBstX0UNQnOgFdeFpw03e6GIwnlDGgNG15gs4WrT0AZx49vY1kSRc930OBsY54GhiLgQyRPLIAXwtFZS9zdmwF + XCkowLgqKVHC5Ktmlii4GFquS6Cx / 8eQZD + / sM5omOC14eHTI73zvkIhgOJyQygxLJBGCi9NLhjrhJB9xcDClXDUU4ymqqvno6hgZAAAgAElEQVTu175O07Vsths + uB2wLiOGDTOdcHig2faXXK3e0LuIipJy65hPCr710SFPL65p65SyrjgYTPmn3zsgFfDpYsvz0zP + 97 / 4MbOT + + g8528 + / 4p1WSP0jPn8PsNHD5G3HfvjAqETLpcV8 / GIOwcTDoYZxcDQbh0rJ2jLjnQ0oGoddbdjMBhyL5tQVZ7D / YLyVcf9 / RGL846hGvPqi4r5YY61HV + 8vGJTdzy6d8jFbktz2ZCkhjzN + Or8mnfuHvBXj0 + ZTibc + / AhunXMqNmWkYlXPMgzlqJm1UT2i4IvV2u6XUNyO0ePwHc1lQtIKZgpxcmdMYtXSz7ebNj71h7jr02IIrDfKx5 / eoppNaevL0mEpGxLukGCEIZ72YTlUCEOB + Rpgg / QO0nSefLcMp6O + fizz9m2Dqzlk08 / RyVjPj9d4DrPrYMpMyMJIuVwlnBr / 5AQIqttzWJd4tw / cAe3KwStj8jaUuhAVbUIKRlkAtFIRrnk63cyHJEoQCrLWd3SW8FeIZllAV9LpJcMbMDFQKYFfeeQaDormCYahLqxbg1eM1RLSscNNdXVVH2kUw4tBNvGM0olCo0U8NVuzcgotNa8WDuGWnBPOtqYsC8zZlngs1YyyjN629O1jlmes60r3hqsGAyO6LxEENEyMisSEqlJlSSXnh2WzkjoBQSF8xBjpPOeppcgBKm4QTTnE4nrJdEJnAs4AqudJMsLlOjRwhH6SOsFXa9RxrELHa2LJNJzmGVM8oShBB8V172j7SxeDjHCsi8jymlCvLlIEUJTOkhjT + MMifDMig4xTDGJpzksuChKdsqTrgXD2OLqSNkEskzThSG9VLTdFrvtaI3lTGgGqWKgIttdhMbhM4GTgbIV9LuWbQ + 5EBxrwRc7Rekj + JZCw0mQHA8zZJbwot7RhUBRSFJpudjUqPzX5ychlGStPd2mJDeRq9NrlJJMhym + itw + GvPf / 5f / iNY5gogY4 / nZF8 / ZbFu + 9ugtHt7aZ3VVkwbN0EHrWkbGsFnvUCJhs + u4t7 + HVAmb3ZYfPOiZFxWXm5qrRcOmW3C + 2NDQkxrNy / Mddw4maGlQUvAnf / PX3Nmfk + cJf / yzJ5zs3eXbRxNKp3grDjiUkj95fsp4PmW5WrJe7Xh4 + zbPXr7kn9475sFbH1G1HoikWvJbD1OKJGdcaMapYNHtaHp5c3XnBXVj8d6xLjdwDUjJpBhw59YxB / Mxu80G30p2 / Q377asnZ9w6nqBlTmag3DTsmo7FsmIwUrzZrFntGsZFzod37vDgzm328yFtbTlfb1muKmQyITcpb2U5L23EtZbpMCVJcspWYehZ7wK56TnY08h5Sj5W5I + OKP2G09hx / uSSqe5YnW948XrByckDWl9gleF8teJN + 4LOKH6RFBztT7h / f86XzxfszlccHk9JtOHszZbtk1NeXm6YZikfHu3z5Ks1u36DcC1FqnlveMJHD + 8z2pvxo88fs6srTk7mDBLHX378GB / + gSe4re8ZjyXZRHF1DROd03VQ7xqGMnAwyohRsm08pe3Jc0i1IRcRGx0phrFLwN2A + pA3 + AslFXUUzAhMxJZp0rFSmrI7x4qOgCcEuG4DnYsoHehdQARF41JAse1biHCJI8iOkR4Qg + dp14IoiaQsYwJpzqfnl2RaMcsNKnq6tmS18Uh9QB8NmQkM0hbpDAXcsKVcQElBpgV1poglpER674jBEIEQelRm0BKMlJRoopAEYQlC0VuPaiRRpEyGjqPRkPNSYPAEOi7bEh8DiZQc5dA1gjR3KCm4tHMSWeKcJVGRq8aQKU / tPN5LznpNJiz7iSOXnl4FGpdhdMs6tnzWZjhrkaVH9Q5nIp0s6IIj9h4sBFqUtOQqZ9gLYibp + p4Qbp4F9RzWtcdaWFSOsoPGBh4OBKNMcH8vMJuUjFIDwZDYHCMSdBJJepBestlY2i7iXMSZXx / qbIied987YJze53 / 7tx9zq9un2vVsFlumqeLByRzn4MsXl5ytVhwfjZgOh8wHmqqtGZqUUZriGsv5 + gqpFXvHB3RScrVpuJUbbmU1t6Yd5wPPi9efsdCOgKPve37x / IxN1ZLlirLqEFGz2PYIIqdXawTwybNzoozsFzOc6 / jjT38BApQecN5GxvsH / OH / 8 + dkRnL3YEpoK8pdzce / + JjB6B6tN8zGKUdzg3AZI5URsGzrHikEs1HBaj / wZl0z0JpNXRHcTaq / sxVH0zlZYiiSjN2mQiiDF4EgFHXbc31RkhnFw3sDPnrnIY9frBgmNX2o + JsvX9L1PYmXPBwN6TeWPPcMC8PzVUImHfV2y6gY8OSsZTrMWS / W7Kqev16sGOhj7s0Mw8ThNbS9IU8ty + acH71YU65XbJdbmranHWo6WVB2iovrFcutwvoOYxpuHZygLOiioN7tKBcN33p0i / yj45sjhbLj8VdnnF3tWO0qfu / dOxzNU / 7D377HB + / tc7Q / Q3hN5sfkZkBWSD5 + naKV4MmTU5ariu2mvkEa / Qr1Gz8stNU8XXa8fyvhB2 + NOL3ueHptSbMRZd2R5hllp + htZJprkILYK5wLjIxBb4fYuqPBYr0nSoFuHV5Jeg / TbMVULzmtr6mcJyC4aByj1NN2UFuJFRLZ3eC6h3pIEwSd8 + z6yEEmabwBbvwM2rXgHVIqTJLzsu0om5q7owmLpqf2lmmW4X2FkhNSrUlEYJA6tO1BZETh6IInANKDio48elyqidKQS1Au0AdPJxQQiDcEGoxWeOux0qCFZ2TUjZLUePbSllQpgiio4zUqjpjoAk / LTAumqmPtcxoXqdoSpTOaoDE4JB2NK6lsQqoSrFeU1nGVeMreMdSae6MeqRUXzrHuA76 / ufJqG0 + InsI4pNZ4FJuqRQiJ0R5jHKH0pNJxZ2 / CNEIhNE / bnk / OeloreXRUcLKXIWJL7Rz3Jh4XKz7Yj5RdyZtFJFGKXGdkySFnS8uyChgpWOwcZ6uaB4cjTn6NviwIgj / 8k7 / ln / / B7 / E / / os / 4Cc / + 5L / 88e / ZPbwHq / PLzk8Pub0csdm1 / PO3WOU0XSlo2l67uwP8FeG1ZsLNl1N2ZQgJZ2QiDRnvWv5xtxzPLD8 + PHHXG82RKl5cXrBncMhV4uSy1VNF6BqBH0U3N47YNcHNruSV5fnvHd7j2XVE6OjSg2iK + mbhiQxHBzM + fnFK5abim88eMiLywXrpuP23pxNaxmObjEZjRgROd7PCc2OJMmR2lM2HQHAeyQ9A + m4ezhG6pQ0UaS7irJt2HUZMXic68CkDAcDmrLGK02i4M7BHqMkJc0lDw89mbZ44LJ8Tqrm3D + 4Te9K7s3H3BkbLmvFuup4c / GGwWDCqncYERCx4WzxFafXCfPhlF1dcraq + HwueHMd2B + N + OZbOUnm + Wq95my1o1rD8nrL2dk1qYiofEAx3MNFyZdfnSLlitHQMBxKwktDYSI / / PC7TLVglCj + 5tVr / pd / / VPKxvPP / qPv8MPvfwdvdyzKku + + t48LFf / d + + 9wsbjg3 / 3kx4yLgr3JHsdH7 / KXf / ucx0 / PyY3mybMzfvnFC373tz9gkP5qFshfo1 / G / 7 / 6lgi8dVhg8gGFhXSScXd / itGS9fpGYiRl4IKGGCLeCbRTKCGJJQgVKMVNHMAj8FERgyQSmCQBlQl6Y9k1lqUTFCLlpJAsmo7GSSBS95FE3jgv7hSRSy + xAbYebKuJXjBLPbnUTAYpr6qO1moSOvrWMk4MO1uS5ymJz9BqwMPjMXvTPcZJSwiCAskQQRUErQz0ThC8YGA0Qdzg1NPQsQsWKTU6BR0DWZT0UaBEwKKRBPoQbhAMqSY4hUUiVM90oFm2FaumYtlsMDoyTuZMZWBmWl5VCUY4or9Bhcd + h5QZbYjUPtC5nqq3JMqgZcPJQDOSAdtrJkVH5yUlllfbjrpNaL0notibGVaV57rp0a6lVyn5oKVxEiccba9JhENmhuXWkRQJTgWK3jPyGq0lq8qBaMgNJNQ01tFYx3UZiF4Sg0YKj8KzrM + AA94 / 2MdIh3M1qVI82lcMfo2os9PE8D / 9V / + Ew7t3yaNg9K0P + OH3v0ORpzx9ekbb9QgZ + Jn6khh72q0FK8hlwvr1jj42rGxPGxyNcwShMZ1H + Ja7 + znJyFDJkqt6x7PFlnk + 5rvvPuDT569YbntijCx3PZmBcT7it9864MtlSWM7LuuO7nSNt3BvP2GcZDy4e8yPPnvM + aZlGy / ZbipmRcb55pLpfITqM0bDPb77ja / zzY + + yfEsJXgYG0Ohh5ReU / eWqnZ0nWd / lBBlpMgVReW4rGq0TBjNCkZecxhGVH0k0YI2RCSBtu8YDTJG0zFttSMqjdUdR8czXl9e8Mtnz3jy4jPm89vcP3ybWTbi7kzzky / OGaQTdG5uMPjLM0wyoux7FjvLptxyviiZjk9IdeC3Hx1wPFCUO7izZ + ht5Npu + OlnTzm / 7Ng2khgl3 / zGIz579oJPn58ymUVCMuDkTmS1U3hpeXPdMNhdc / fkkKfPL / jg3m2kkIxDxp4uMIXn8dPXCGGZjXNk2HG9Dmx2Fb + oa7zt8e7GhJfIyC + / / BlC7PPf / Mc / pDCR / 7n9MQfTCf / JD97h2cdf / Er9 + Bs / LBoMWeOQ9Y4ag88NduRocajEUCgBEcouYVlFxkqSJxofI0kErwWdVwgiIYLzIANEIl60XLlTzq8r8kygushYB56VNR7w3pObjBgFkZTcdAQiQxUIiWMWFERDqgKdF8jYoo1hZHKqPmfVWQ6LlAfFiM9WWzo6jidzvJPIkFK3DUoFRG9orKZBU8aAx1M5iY8KKQMDIlOh6H2PVAkiBoSAYmioGomwgd4rEunpPSit8ARC7zHa0 / nI3XxL43fsrMfEOaMwp3MOlSYY7RhnHcr3VNZQiMjaBXZ1zyCxbH3C2FgaK4kisGlaRpkELFIWDJOAVI4mBGLrSawhG44BTR8dVQCZGFzT03uPkNDrhGw85Pp6iQ7cYM07Rx8iizpQpEPmqSHPLFXdkGkDsWa5sQjV8WpRIYVBi4w89fTO04vIqu4oMsmHe5DIkm3rEcEyHQiWu4Ynbyx / 8Pfc0 / 9fBQSm7Ng8 / oqrqFHTIeJQUfmK4TjnKB3jveXsao9Pn77gzmzKdG9Iby25VIhM02mNUCl0PU1jyXoHPmCD5 + nVKX / + bz7l6GAATWCWS / 6PP / 9bXPS0redgPifGiDFjZhON846DYYq1GW / fPsA5wUBIqq4mb2o0ntuzfVa7iterivduH / KP3nmPP / zJX7Ndr / ndr39EWwdESDi / PCdJJ7hK8Ka + GYzrvqP3Pddlh3UCY6aMlOQoKbgOK9IkQ4qIFJE792 / x5nxHsy7ZNZZhCnXXkxc5HthutuQZbOuKb70tqeprLldX5DLnVn6XprUkOmdQRG4fRugaFlXPfprw1aLhxas3HO2NeLO23NnLuFrVRBF5 + uIVd4 / 3gJ402aeYBbSJbNuG3aZENpJ3H76NVimN71jWPYPJmLOLr6jPl + hEErPI / Xcf8ZOf / BRpYZAlnF8uKOuWJy8vuXV0h7ePJuzvHXH14hWz0Yjgl3z8yyfoxPHHf36GkQl5OuJgrlmXDauV5MlXZ9w6mvHP / oPvMEwNV8sdIvYcHwz55efPuFxsfqV + / I0fFgsrETJDOUchIak6sgBVodg4i8kEba8oREIbPcoHvLcYpSmkYO09XgiECwQBLkZ08Agh2ZSCYpqiVYbteipXMUpuPA7eWUoHSEORjlm3NWOdsW4aBialdDDSkquq4aoJ3B1Kah94WW8Yp0OOhh5LztFgwrLckQ / 2GCYBowJDlVBbj2pu4HqpzJC + p9UGZQRda7ExR0gFwdLGiNKgE0 / StVTBI4VmQHpD33UBrQIuGiKeEBUmNihhcXrDIBG0W8dLm + KUJkWT5xovLERow5arRtK2ObkoOS0DTmi2IcG7HgSsXERJgQCUDhAFNgrq0NPVPUrBrvOUNnI0m9P5hFXTsqxrln1AEEilpOk7dDKiLB2prfHNhmwwpbJ / 5w2MGtX3EDu2VrBf9Mg0UtkrrLvZ45RbR5bmaK2wVkG8Wbq3AfIsUrnAs / KSPIkEO + R4mLHuHc3fUYb / PksI8S + BfwmwNxryYucI9Y690YSsXzEKIMYZp + uS7HjG9brhYDRjklwhbKDcbhkOBuwNB7xcrfBCYpuOKASttXRdQ5KlfP5syXc + zBkPb1NuW5bljtt7Aik0Td1xtW1Js8jR / m1OrxccjzKevb7gaD7nbFVyPBnw8dPXfL6yfOftA67Lhh89 / pT7x7f54P4ES8q33vmAx19 + wdHJA0bjjGGRc2s65nK9IzUJ0cGkmBP6hlJqskHC8nxBYw3GmBsiqwVLZDgybK5qrsodRqfcu3vArmyo6oajSU7nFd57fJSYsEMpTycrDvZTzp5XfP6JJSQJ43TA7P4AGzsSqVhVpzx + lXB9bhmlPX / 2yTOs0JyuO7yMSFXwYrkhSxNccOSDAEQa61i1Ja9fviExtzm9vOL1Ys3vfPu7tNbwxatTPn32jC8vFggCgySyLleMJkecvbpisX3M8vwV9 + 8 / 4nK1w0hNCJp62zDVA561De / fnzKYRt5cf8V2W7Lebjg9v2Y + HZAPCqrKE7zFecuicxzsp1xuS3785Ofszwr6OuPrbx3warFmWfUI8Q8cJNhFiQsSI1NEtFgtmOqO2ILtDPSGxkdUjEwyhUfhrEcCpQ80vkcmhhhvcBNaBoyWvD11BGF5UnX00iOi4ShPaPv1TW4j3DCWFnXknaOck6Hkaldz2QlCk1GkFdEopkaivOXlNmIDuADvHhim2QAouKgDZRNJc8c4TcH2DDJNGwTWBlIVaaJkqFJ8cIS + YZYmhF7Qxx0NDWMzpAwNHZ6g9A0wLEZs55Axkmsw2lD3AaMFtq9xbkHjItFZutBSlTnCgkgVNhd0ccVeMiKJGzZtzyoItNyhbIaK + kbFmmh6G7HKgaoQIsGIFBsCuxhJg2DiHV6mTBKLMDk5BYudZecCnbUYGUmjRYiAFgobGkI / xCQjBBUQaNubYwISgXclg0FGZgJtzLiwFS + uL1iXNQfDGY3tCV7Qdoq686RGEr3EOQsiRfQeGxRl0zHMInkauLWvML1DRw2Yv9d + jjH + K + BfAdw9PIgX25YiSVBNw2icc5B5lssrrs8rpkFzvirRAt65e0zvPZv1Di0lF9sti13DYDzCWo + UmiwxDAcF / / gbJyA6 / q9P / h0tNQjFB3ePubh + RW8t1gZ6G3h + vuW / / k + / y / ffv89f / / Izzk83 / PJVz / 5coLKUt4 + OyOWGv3m + pu4cnXVkxQFv3blP5VI + fv6GN1dbDg4PeHBySLfbcTibsq4D223NuEhZxZ6D4YDeWupuyVvHR3x13bDr1ywbx929O1yVC3Zdi0gMRZYRQmSz3hJ9y / 44pcgzrtc1o2HOenXNevuC7a5G5RHpa7qLiKsjo705es + z3L3iw7vvoOOaV5dXfNZ0N0rURUKmEp6 + vmY6GbHe1DjVI5OG6BWDbEx1taDte / b2c05sRpEPOZmPSIqcew / e58nzN1ysHYv1BXkiyYVDykhmEup2iTJzprNjRCyRKnJ1tcK7wHg0oCqvefTwHvNpRmk1jy8v + dd / 9m959fqSR3cfcLla4PrIctVzvWqYTcYEoCy3IDLUuqG + qDh9s + L24ZCDvTnf / / o32F + npOIuP / nRZ79Sb / 7GDwstA5sOxqnEGkPMPBei5LpOOBh4nAMjJB5unMBSYYRAaMGjkeV0K5nkjj4qLmuB1pH5UDIdtMTQ8q7K + Wy9JVJTJIq1y1iGht5GBAneWa43LW9PpxzlA55vNuyiYk / kDNWAX7hr6ih5XbdMkpz745xxMmSiU3ZdJE9zhjrBx5aBUgzTlEInbNobG12vRhAlm86yl0mIgs7emABL2 + BZsvHXdCIioyETexQqvdGn9hYfFDYEkiRDCnA + EJ3FOkPvSxIZEP0Y6wIiQNY7nLSkaUJpN4zMiDQxuEbhfUuMNxymPHEEanZdAcZiMGzrjkEi8BhCVJRWsm8iQkt6ZfDesK57ai + IznGQRTb25t8ssaP3kVRJvO8ITqIFOJ8SY0RqQ2dbota4qmHTRfIh9J0gVYpDOWHQDahcj0wCIXYolyKJaJkgE4EMKVpojA5ImRKcYNV5Qqgp24CMgdr + + uQspICzxZoHt / YRwwFymvK0POeTL5Z87a0T6rakMJrOOU7PrjBpSm4MOtF8 / 6Mj / ubxOQ9v71O7PR6 / vGaWJbz39gn3bg9xNvD73 / yAP / rpX9F2Ow7nt3hxnfCmdqzWLUqm9FXDz3 / 5lP / iu9 / hO + 9 + m3 / zs5 + z7ALvjw64tX / I / / rsR + ys5 / miZJJnfPOt29w9usu9 + SF / / fKKo4Nj7uwd0PYl + 8WA / aM5R / NbvDzfMBlm + GRGjJIXlyseHc + ILrBcbxiYhNPrBXW74qvrL2mCRcmUeXGX + WBIWXdcLZb01lHVDZPJHK0NTdvT1RW7MrCtdkxUgq9yqrokdI50V7J1NeP5iJeXz7l3dJ / 9 + Yz2rKTvSjQZUWfsz6Z0dsPlEnTWUgwiL1 + / YX9a46LCOXizKHl0MCUf5DidgE54 / uqCxa6hqXveO5lxulihZYJzFdvSUaQJritpgUQ4 + u7m8GUwGFE1NT4ktF8 + 5fmba + 49fEDZlwzSlNv5PqN + wFl7RVYkdLZF9gZX9WgzYjabo2JOlsIgcxij6DvJZ1 + uCPExp2dLRAistttfqR9 / 44fFXq44zHuUkhjpOfM9y1rQeE0fPCa0aMB5BUikvEFGPBzuOMocjZuxcZJpEjEiEnxDEjXRKZo + cNV7FJFUKTZ / lyswUtKIyNh4oobDAlJpKKMgMwXLuqSqwZiWQWqYGI / 1Od / ZP8bolCZKSt8zTnK06Ig6kmHwnWPXBcwEpAxIJSl0jY6C0it6Cgbak0WP8w2N7HhRehpfo4DpMJIaRdTHQEcdFXlh8VZTdx3CBxLT0vVLXHBYgD5De8EoL / CuZWAUIt48mXlpaLwmRIdRKblIidGTZR22a + k6QHesO08hWvZyATh2XYeUBV3oOC8j88xxtTPU3tAEQ8CzPxLsWo3tPSG2WGfobIXAIGQkYkEbjJkgpCD6DVmiMDrFogneYrY1OioKm + GlIeoBs8RTskJJiMFArzEqw7uGUS6JWmJDJApJaz1KakwUTAuBDS11 / 6vxc / 59VpYY / uC7D8izjCKVPFle8uWbJevK09ge7RwqZvRNjxCSxCQY5fj2o4RHh5GmOeBi67g1z8mMpCrXKGa07YByU / LZq0u0EByOx7y4vOZ6uUELCEJxMDKIkeBrDw4ZZwNaF5iP57x + 9ZI35xvyPOFgNuH2LNI5wf / wwx9S5EM2neN8u + Lu / pQsuSEXT4Yzdusd1XrDbHKIMoI0MRyMIqkUvO6hi4aDaUqOpW4bztPAn / 7iK1bVAgX81qMjRiZHDaZIu2PRBg6PhtSl4mJxjW97hsPI2fkXNF1zczyx1mhvuXvnDtVuxa29GevWUXY3146r0uJYMxxMyHRODJr9 / ZzuzYLuOqASz / OLJQd7kXfuzhAYHr + 8wJgR22bNX31W896923z6NLDpEla1w8fIR + / c4s3Vgt2uw4WGqoPl6gopkhvTpY2kkwHD8RFKKfpuwXw6YjTco / WCqu04e / 4KjSbZKcbZBJWNeXB8h8v2DUWR0q0TfK1JRyP6quL2yQSZSuquB6lYrLakyZBMDXj3wYSy3RDjr3YW / hs / LFJTsugsaQwIlbOnbhbBlYAQBDFEdGiQVpKoDG0CEy143czofMd1I + iiRUvJOBO8ewBj6altBGuZyoA0hrKPlH1CKiWFkIyEQeIZDTNSnbJ0HSIo8iThRI45ry8om4IgCrbthrEOrKwliRm983RBEGRkXija9opRPmfbR3onkSYQfMTLSNfUVGLEQaaobU9jO7zWdEHhYkA6qNsEicXHnipbMTFDBkrgHdSigj7B4OltQ9W35CIh1TmJNIgQkCqSpjcyeetvlpYv1jVVFyCFVI6prcOIGUqXVE2HiBlls8EpS2FGvFUkNE7QO4GKHqM6XNBUomDsJWWn8eEmKa + 1ou4FrTd4BLfmgquNwFtLYjKEyGltROkE63eYKCibgBKafDjE0BP7iO4UrY + gRpAABIRQaJ / hQiBPExKVk8eEIjF0XUeIgYimCR0hSBCai7KEKClymGW / 2nnhv89SMnJeXjHoJHkx5f5kyuW15VJusD1EaxGhp9 / WjAdDiqHheDLki3Poe8vnp2t2bY9Sc04Ohnzv99 / i1rCg3LbIVnBvOkCFQ15frzlbekbZkP3RHnemConn3q1DpsMRz64vEFGzP5 / xDa35 + NknrIgEcl6cnzJLBV + enzMZHbIpK + quJ + qG9x / e5vT1E96 + / z4vL1dsdi3F8ADbWdrUcnn2BicnvHdyyGJbcl4vGQ0GlF1P03dIB9fXHoHFuhdc3mp4 + 9iwPyyo64Y3FytsLcjUkM3mmpfnJaN0QJ5NUGlBdBbhA8cnRzy49x5N69BS8ad / 9QlvLtcoNWM6nnO5WDHKD0iyhl8 + f4GSOa8vrnFKcDid8cP391iVHdtdh4qCYR5p + 56VHNC2kvNFT9dbIjDMcxbrlnUZ8KT83ve / xc9 / 8ZqmrBkNJyTJiM2uIVUD + n6FUZE3FxsSnXL34TEi9tTrFbKKLKsSncyQmSBEh5SaJOb0nWNvf04WCibJiIPZEZtyg0DibcayWtH3HmUK / urTZ8QAJ7dGZMk / 8NPZpqtY1xYjJINU0ilPFzQHAyhIEdyE5kLUZDKAMAxzQyYcBzoyEC1BBeYjgVKKQre0bUT0HVdNZCc1K1ugQ03nFLPEMzEjdPB4BMEYXBS0riPTBQrJSGV4f8DGtgyTBJUMeLFcQ + x56yDlom453dQkqqUoHuCMZts36FShk4xF7UiiZy9x7IIgU4EQHEMNzpf1GWgAACAASURBVHq6KKm6Fdt6iwiOGYqOCYNoCb3Fi4YqJLSdR / aGTN6wcIRUjMQILRQhRpJ0gJKWtrMoAzJXFEKTaMmJgHSXYERy84wlejok9CnBJyQ6YZgP2XSvUbHi + VagTYvzQ / rQ09nIKDUIF2isI8Qdk8GcQZaAqymtwosMUoEVitEoxaghfdugdYYQgcTkqGaHIJInKUk6ZrvbUZhIEgzeA / FG7uT6GikUQSUYMQS / wwbLnWKKFinW1yRJRh1bVNTI6PEOpA44m2CdpfeOLvz6 + Cyss3z + / CmFSbl7EljvItum5KO3xswyhd1ZFpsS6z1jI0i05t7JCbmJ3B4LJkbgVODuw32MMRRFoN / uoNnw5emCK9fzcinAa3YV3N + f8eDwLjp6rI / oQUFrA4vdioPpEUWWM8gHWBs4XV1yvDfi3uEtfvyLz0mTJf / Z77zPZ68X / PyLZwyKnPv33yUZP + LFxZLJbMhkdsBnL85IhefeyZTL2jFKJd73HI4TqrKj6jtOz57x9MUzRLDcm0zYdZJ5qug2ll2xwNme84sNJtGM8xSZtBiTMh9OyJMM5x37Bydoabm6XpKPMobzETOdMMgSnIBPv9wjNzmtt4wLqF1gu3L0XcZ8Oufhva / z8uJTRKj5048r8iJgbUbTW5p1yYMHe / jOcrlc0NmaDx59jZPjA / pmw / mywQtBNi7og + CdRw + Yjo + 4ujinGIxJTMtkPEdfvEZJyf50znzvDp999oT9SUGhcpqmBW6et7braxJTELWkMDNsecmuLPn + Rx + QmyGbcsl8vseiWqGCuTFEth41jDQVlE3Nrimp2l / NGfwbPyzWfYHrPa30kIDsPSeFJKOj72p2fYpBMZ + P6VTGro9snWUyabFBclQ4DC2dA2clNRtKq + lsTZQZR8UQZRRVB7Qel854sQvcHlhyralCz66 / SQ2nSiEkCGGYDDRdFXCu4mSQMtBjdruKZ1dfsvJHGJORYlmvLxiNpqzKlmGWITV0PhK6ms6koCSVdSRKYDRIEVDu6iaIJCK3kiHFYMhF39O6DOt6Nr5DK0nnHeNUEpxGJQVG3eQtEAmJEkidYHQkCsO2qXE7wajw1J3DJAmJVnReIpUg1SmElLqTSB1ABzLRsp86Nr3l9W7O7YHndLOi8ykyREyQjILEx8AgNxRGEfF0VqKxdPUGomHbKpJEEQJobXBYgrf0PsU5yWSYIkWODz2jJKXvHC70 + JCSmJsdROcUUWhElKhoyI1BIGj7myT3LkhEFARh2LU9XWgR8uYrBDxS3FxxNeWvD3W2d5F6l7KRjmLagm / 5zqMTCmVZL6 + 4WLYoofjd3 / 46zhS8We44XS343vtzhFA8ujtF0eH6CttCvd2wLT277RKhA1 + 785B8UHJ2dYk6rdCTI / 7ss9d8 / 9199qZjFnXNy4sVi / WO2XiEMgGlNA / u7LFtF9TVim8 / usfBOOXV6SV / 9H / / EaU4YW / / mFCt + du / / SmPHr3Hk2cvuXfrFlmh2DQNYrdifTBGGM3lesMgl + yNcpSIdOUrtrsrhIh8484DDme3 + OT0FatdT92XPHv5hsFgyrosuXswpa0CRT5jlAzIjSRJBkwyQz4YMSwC0mScvnmNl3Dn1pSr5YbJdMpkXLOtepIsJx / kbBs4v / JkgwJpJJMU / vHeES8u1 / zsi57ferDPjz55wqaOKCRpkOyblLrquXOyx8F0RIiW5brBCMvZ60 + JIeHiXLC3d0hTOwbDIa1taZoNST5AipQ7x3OUukVvW + 4dHbNYrHF + RdtK5vMDzFCx2qob5lyUaBLeOppAhKtlxcPbEy6rFqUULmhenV2wblYkJsXaEULcaIWzTOL8P / AEd9N4ouNmSWotiVaIvqMSEmcl8wJms4ygAm5wTeHB + 5qnfsc4S3m7z8AqfGzwdsOi0zQuoLxAaY0Pkv3DBNMaJvsp3geWomPVJdShJwYITtA5TduWjPOM0lls4EbhKuG6iaQq5XhS8YtrT1mv2J8eMCumCLchWk9mcprWMUg7MiXRec51r5mPCxJXM8124GEv3VA5w0AorkRBZRN8DNwfDnnVtJyWEhs841wQCRATQpSEKEBEAjfq0RgkynuEEFgX8VFBFAgiWaqpOlCJQTmJij1O3OQ3UqMJ / y95b9ZrW3ae5z2jnd3qdnv6U3VOtSxSFKVASiRDTgwrQC7yN / 0TchXADmJbkS2LNCSRLBarTp067e5XN9vR5mKV7VynDIiExu3GWsBe + Ob45hjf + z4viTEMlMLg0py7YULJyN14jhQXlMpCKg + qJGGY6YIxeUKfMCoTQ6J3E8EnQpTUdUn2ktoYdp1DKYGUiZAiTd2gpWRZKQpp2E + O5DJaVvgs8WS0qrBWs + 8nXI4HkYCqmSbHJAUqeiQaqyIuagqZMcKghCRGTQoT5IObPEy / OwNu7wPj4BFSMnU9x4sKt9 / RIdhtPR88PubTLz6mKGaIlePBWDP0a / 7m5hc8Oj7lR + YY4RUxDrjumnc3A3edR / pANnMmn / mDP37Gyc0JP / 7jnzEOE0f1C95c37Lud6SY8BPse8HF + zc8e / KIi80d / eg4ahrqQvLVm1sWTclPPl7xf / ynV7y7fcnHzz7mg09 / zLS / ZGx7To9Oubi44 / 6ZZFUVmOqc3152 / PSLTwm7az44T4Rpx0cPHNc7y0n1iN + 8XXC9DUxu4l / 89Kf81Vdf8x9 / s6Yb9zwtlyASQhiCT3ifkCJQiQaXMnmKZHlQebXdgA / f17tUnB7PuFr3zOZzgnBoPD5LBAMnRyt8DNzublkUkvVe8dXrFqU0314WaFmxKCU5WobR0xYVD1dn7KfIr15eMmssXbvn / dUl + 13POAUePLjP2AXunx7z9bdvKQrFzGqCcxwfn1AWNR89vc / MSt5e3zDsOywNUxwZgqcujzg5ybx8 / Y4xeu6fnlJVK + 5ubzEicLXZoKRlUWn2Y2JRNxQqUdiCHCRjv4ck2K4PpuQfsn7vm0U / jYf7 / SwwRlAowaAyLmRMZXEErgvPyJ59O7A0Cikm2iGw7Uf6MvOUGSKVCDWjmlmGsWfnIot5w0QBk6CpA6YAmTNaaq5uNFHWuP2OVWO4nwLzSuCz5KRRjH7iYp9BFYSsebebEBl0YbhvlzyaR45m0MV7gOZY14jk2YyZ / bDjrJ6zqCqSrjhrBMM4UYiOnchk6XnVWm66ng8XmpVR7H2gHzbokBgzTCFTmgqJRamEzKDlYXiNOJxStBWECEoImkYhRT6QLicBAkI6GBWHKJEScg5opQlZYJIiYrjyB29FYzNkibZnhNgT / IGaOYqJrpcYDYWJ5CSY1wUnjUDLkf0IRgg8GZcc2hQ0JILN7ByU1h5kjWICkSgU5MIwTQql7WFDGBxSSJwPjNFTWotPGu8ygRGPodIaSBAUhYAgBEpyMHl5SRYGLQRz + cOiJ / 97Lu892 + 0tPiTms8yiNrQI9p1ncXzMlAJbM7Gfbrj48opHR0dIMfLm3RXfvn7H1aMP + cn8EcmBMo + 596RivHzHxc2G5x8 + Y0ya3R4e3TumWlTInKiM4Bd / Vx7ibl98zecfPeOPngeePFgw + sSPnz / hZnPHL37zGrRmEz3 / 9tevCNMF2mqePbjHn3x0zI8 + / pCb9ikIw49nH5H8yIt3t7x49Q0 / + + RHfPT0Cbpe8sdPT7m5 + Y6ZmbjqB6LI / NWXl3z16j3 / 8x / 8hA / PV1ztW66v3yD8Ducmdt3Iar7CyBpdg0JQV / XhhVFKZk3BcjWjG3qstnzy7D5CZMYp0E8jUhwGwTEm1sOIMQYfJqqyggmaoiIieX23py6fcnpiiCHz8Ow5Xb9m6DXeC3Z5x8XXd8xqy9FyIobE8w8e8oefzqnLgndXHbU1jDGzbbfMZkuOSoOvS95vPEeLBffPjpHiIGZZ1Jb7p8fc3g3UzRwhNd + 9fkdRlOy7nm4aWC2WjC7RdRP73SW9HzlbrUAk4piYFTVWKwprCSTSkEBainKG + oH58r / 3zSIKyFIhciLIg4rHy8CiKTAV9K1mmkb2U4skMLcGlwInVeLtduRbF5hsYmbmlGrEJA1aMU6AyVSlxPmMEdCOjjEHlJLolUA6QZwKfPAYndmHgIslOgaMytxrPEIlVllzUjT83cXATA8sVOK4KpgVEh0UIwZhCrIf8bQIZQiywlQlQ7IkLUGNRDQhZCqdeb6Ac1UgjOI6QisERaM5qSfmLrPzgZOi5NFpQWUkIR3yIILPhJxI0jC4jJUwayALg0wBZQKtUxA8QmqEEIgkIEeygJwTCskUPAmN1QofR4ye002BUmuCECQ83hsCkZwDVhRMUWBUJuUAMrIsDVYqApoQBGM4 + EO2PhDTAdVyNjMoFVFCMHjQImELg1SBRsC6D0gk3eDIObEsDJMbqaWgKkv8NBCCI0hNdOqQiZHFgZyqNaPrmJVHpCQZp4lHdfWPXdL / dWUOta00BCm52XWsC8HTe + ec3zvm9t2Wl9eXvLp4Ddnz6GTGbhj40Qdn / Nuf / wP / + uaW3Yc9948eMlMTlRcUdU0XtrQmcXKypO0mkhTcbXbspwFTSe49X9HtJuarI / b7DjsveLde002Kuh9oSsGPP5xji5LPQsHH9074V / / n / 82yhgfLBR8 / PufJ + RGzRtIGQT1bMXYbxnhNWc1IpuHo7JTdJNH1jKLaImRgGq85npf8y59WfHqypJrN + PpuyzpKjs4XLM9K7u5a3t5NfProI / 70jz7jZNXgY4kWga6bmEJEm5LNbqK2mrOTGVkIRPQUleB2n3F9hzIKKzQMPSE4MpkQPUYp2rYlJMF81rAfLmmaUy5v1syrOZNJxLSl6wJt6ogxsZid0Y6e0iqcG2BW8uzhfWZlT6TictuxHxIpBL673BwoylHz6YcfUxaZwlpuNjusTByfrLCFwZoZv / n2Aq0N7y + uIUUeHK3Y7Tf0s5qzk1Nub65p2z2zsmYYMyIHUoTS1DSzGa8v3vD4 / jNiElxd39AUP6y2f + + bxeRByoP5LEnP / KyhLCumAbJMpFWmyhLQWJlYWii1ZTtmXJiYUmJXRbLdM2aNMQ4ZLasji1eCKEaEkexd5GbY0XnPk9kc7S0kjZhLjBfcdlusT8SUqUxiN2QEEikm + pix5ph7R49YyZ6jZkapJNu0IgmFD4mUD + TUVVMga8GRGkhZs2oaCBFrGnK0pBhwQhBy5lXf0hMRhaSuFUdFwXlT8PZmx8ms4JMHBfeOBCSBcy27QWKrhCczBE + MBasyIYVAiMjgM1OwzMvIvoOYEzEmlFL4KMk4 + P5k1diGKaRDpoQxpDRQGnkw5E17sk8smiW1dGQsyiikMuz7xH7qyCUsrGamOm6HTEgSbWdM / nvgoTSkHIFAjBXWKFQcGb3H5YgSBi1Glo0mZYtPmZQkQghK4VF5pNQlRitkkRh9QCCQwpByRpIJ0aApCElDhqMStOz / kSv6v62YElMY0VKS1MgX / 8NnnJ0ecXvTITTMP5ijc + K0mFHbyL1lzfMHSy7vWnadYz1M3MaRUm4YY8G8Lpl6 + PyLZySrcbFDF5KbfctvXr / gcr3mz3 / 0BWLK1LLkyYePUVPHr377JbUWhFhzsrR8sz9gJJR03HWZk + MP + dkXf8yDOvHFJ5 + wbGouh5IkFMPY04ct2 + 2Ozz96inx2n0eLCpLn2eMnxKlnNT8luAE3jThR4iL81Zev2IS31Ms5T5484rMPn / KT52f863 / 3n / j0 + T3 + 93 / 5p3z + + QNihKntuLrueHJ / gYuB253DO8EH9 + ZopYDIeu / Z93B + VPCq2 + O8o58CdVXSDhMhH / JPqqLm0flD1rsOW1iCFwz9lnmt6aeWVxeviKNnuXzOotBAyWzRUFULvvnugjdXl / zhh / d4en7G + Tzz5atruiFQL05Zb / cHxVQ5Yz8MxNQyjjOWiwajEle3d4wxY1SJkC0ffXhMypbJDYyuQylJQ0CGnuXiDLGc0ywL1rseJRVKKnzIKKMYRih0g / OQY + LjRw / 48qt / 4myo0iaUgZwERyuLrQTeS7bDyLJSICZsEVBq5GLvCGNCxYOCpqkLainpwoTwNTUNIRg6H5BTZlkVFGR2U481gnXbY4xiPY0UqmFelayHkSQKzFgTYiBkxdQ7hhBp1IRLJbpcEUVBrQyFnROQtNmA0CghGXKmlIpVkRhRJCRT8tQCwjRhkzsMb + OIFooig5A9VaW4fzzjZoBVKTifNyway8mJIgRFXRwQFkYKti4wRYOUCSEjo5 + hZGYMGcOAkIGQZodhtowEC1FkFgo6L5g6hzWGmCAkRxKATGQEWkZckig5ooTDKYGLEH1HPdtRigVRFcTUcVIoZjpyZCRDFnhfk0NERklS4RDBKiUqe7JO9FPAWkMIicFPpHxQQfmcECIihcNYj8iZgKAQmrk1BAIxCzyQgkJlyMKihCDGid5DUQUQGZJE5ERVFEz + d8dnoZXk / oMjUkj8wU + ec3J + CPv57v0Vnx8 / RkjHcqHRuubnv / kW + TahkwFt + ODpIz5UmsvNDdoajqsZ4 + i4uNmCCzx79IBVLnh7fcNy2fDrr79lPm / 49vKSujjn4b0TXl5cIKxi3hwzjgOjy3z18j032z2ns0w3SU7vfQCq4rgR3L9 / j0DDxpXY2mKV5WbTctzMePCwoA2BmB2tczzUim63pcyeJDXROSpbUEvDqoKHj0 / 5i88 / 5 + s3tzy + v + SL56c8fXzGR5 + cM4yC45MFU7 / DGMXV7Q3DKLDKYFQkekFZaLbdiBEjWmdcKLGFobRwtCqJQvC0KbjZRtYvtxytloyTp5864vdy8pgjlRWEUWKUQ1rHUVOxj5l2d8PTp4Lj2QpRFIzTjk8fLTifL3l + fszeK9pdgR / vyGPG24EcwsGNnzpiBRdXVyxX0HSaq9sbQtYMw8gu7tnsM0ZnVqsjUnL4lFHK8uj0jMEPuO + p0r71qAxCFFhtGIcNl23P6ZlEKUEaDyV + dnzKD7RZ / P43i / tnFm0MQUayCTiXaV2PrhRadWynjtvO41zCRUOfAlKA1QmRwcWEjpp95xDlQPATwQsqYVA6MubAkBxCaJrikFORkibpiaQEMguUNkjdoC3Erkdpw9w2pLiAGEmiAiQL7YlJsg81igzxgKOwQJkiNYmYPC47YhbYCDEOkCRDPnxWmyO2 + 2tIgXsry2yR + eC + RctAU4y4eIDxJZXp3cgUPEjFZr8E7PdkWIkWEmsTIh2YTns3I4uSRk34nKnMRFNYblogCxp7oJamrIgZctyi5IIQIwKFxmOVZPSKQvYMccaYM9Fn7mLE54BVmRgmdGUZg8IRSbZBWod0iTA5UhYIbSkLwTQKIvkwmIsJozR9SGQmYjQ4F1D6IGEeA8QsGGJCRfAxoswB7ZEzFBKsVuTkiTGRoiT6jA8RIQJWWs6Mw6nmH7We / 79rPqv4X / 7Zz5jwmEay2 / W8v90wP6mxduTr92 / 4u682rNd7 + gluux1GNSwWJTKLQ2Z31Hzz8gKeFLT7ibZ1rIoZZS3Zu571sMM2iofn5yhlCFFC6cE4CJmqbqibE1bHmlevXtPMFiyP7uEmj5c9WTZkJI + OCqZx4CJItJgwZeDk + IhKKSoSC6no3Z5halFSU2SJH1tcEOzGDhcmmmbBN7 / 5LX7a8tPPHvPo + Ql / 8eefYW1mNU8E55nGA + Rzv7miHXqk0nzz0qF1Qzd43t / saKojZjNDjgljDVebiFSWk + ZwWjtdSB6cnfDlN9ekkDhfFUirCfHAXRuHW8rqhL4fUMpixMBy3nB1OVKbwF0w7FpPcJqvXl8x + h3zxjL0PerJQ + ZM7KaRcnlKPZ / T + S37zSFdczabc7yY0767YQoe7wJhcjR1w9Vmj / N7xlGw2e4oS8EUMrtuIKRMHwJ3bceu3aMx9GOCyTErDcdNzeQGhmnCTYmuHdi3G6QqWVQzfnT / iLoof1A9 / t43C2M1 + + EQTq5mHuEDtalRpaQNt7gQmRlN0JBR3O0jIQlyqSEfgl5ysgzOIdRESUVpDUJntmHCZ4eU32 + 88RAsJEWkNFBbeWAPhZLjZUlZw3btmKYFY4RpACkmhKhQUqCI5CwQYYcSM7SMqAA6RdosaVMmMzITgpVWkA4ociUypqoOxZ96RiFRheLspELojI8OJQPDlMjC4wP4nBnGESkNo5ckwCjH7d4iped46Qk5kJFgFToGbtsD0EykgBKHt7R5CQsm3uxKfFKEkCmMBVkSU / qeZDuSyLioiSSksCyqSM4WpSog48bAvTphjWaMJVWtqJLjYgxkDkEtSkZyklQq4bPGaIeUJVo5xqgZpoyQEzFllMpYe4iQzTkxMwWL0rMZAtvtAZM + ikSlDmjySgmE9BQqIJOgMJIxS3LWZJEo5UgQhlrv / 7FL + r8upRRvLte0U8 / Rowqx3XF + dEazrLlYf8du3 / Lw5IjjxZyM4u + / fEGMLQhLig4fJ1IouLi5pagqlsWKs + NjylrzdnPL4Hu0kVytb9l2A / t + jTWGk9XA6aphtdC4EX78xXNOz2ccLRTt / pD58ObdmsJqlJlRFguMzEwhsd5eM69OqCTkccCmwMV6y9vg8WHDed3w + GhB9IFdN2GVZnVySjtOFLEnIjCzki / + 4BlVVRFcj9KSfnvAsY + jZ0pwd3tLUdSsWwdSorXn1y86tAp88sTik8f7jK4KbNvy1XcvMM8eIOLhhNykiUf3Gh7nwH / 4dU8 / HVI2j4 + OcEVmdJmmkGyn4dCcukhIYHTJwzOBEJayktjkWLcjP / vomFKcsBsMDx884Gxs + c / f3YIomc00ZfDsXOKosbjkmc0qitLS1LBuW65uNiBHfAiURcnRakU3tMToOV8seXIP3ly3fPvtG0pTsLE9x7MZUiaO5wfUx / m8QaVASIKdC8QoESoxLxIegZb / xNVQUwIvMrpQWJURSpKkQOFIWR7AdkSGSaBUZmUrBlfRjwckgLYCmxWN1pTyYCIzWtKFkX7qkVohc0QaSzdGpu / / npPgPZlj3bCaew7CHM2RUmy3mXYtkErhconK4FBooTAi0yeIYaBEIFSgSBEjNQ2ZkC0mg / AOFyIxGyolSd4d3o7VgFgWLE4ssowMrgWnmZI8XGk5T8qZSDjADjlA5EzRc3Vd4UOkKArerj0hGlIGayKVUZAC + y6gZcaYwOAjlQaPpVASoQvIjkRGK0vOHm2gsA370SGILKrAdipIMTAmAymT / UFF5jwcVYHG9 + RBM4gD81 / kTM6R / eCRWpObEnxPFuCiQCoD2ROjQGEAR / AOqeZoISB4pEzUFUituXMT1hisyDTKMS9hDJlMhjxitEJlQYw1SQpSuGMQFTIOVPqHGZf + e66YM15kVmdLlo3FFBZpzGF2JBS1bXBZcH03YK3iowePud0krq / uuNtvmC9Kal1wf7XkuJ6TXKS2BTe7Ne8u31FWJZJEs1jw3btrtm1HU1e4KfLznHl + 9oinTxvqWYGylh / / 4WO + fdHy7pctZV2y3SWUj4xJkKWmLiXvb7Z0u / cIIUl + osoJKzWr2jBOS0qpCV3PXT / SO7i / WiCmkUYJrHI8 + fgxTz5aUa80 + / 2GMED0GqsEm + 3mMIhOnuADSUxoXbA4yvzN37yl7ROnJ0f8h79 / w + QiPiQWM83xck4Knlev31EaxWJRcLtxnCwahiBZNBWNPiKlW0KMFFVDiHsWdcPJ8YpX7y8gBx6u4NsLQQx79oMghoDrPSLDdjfywfMlJz1sLy / YhUxOAlIiJc + by2vKqqJ4csa0eY + QB1VbUVWkODEMDmvlIU6h3VE3Z1Qp44cJpQvOTxcUZcUvdzsW9YLaKk4axeP7x2y7AXAEN1FX6XBVnDVTWdK371ibQBhukOKfeLNwKVGXgX30mKBIMYE8HFlNo0BkujEgSFgUtVHMij3XvcLqglWdGYNhZioiClSi0plhyIQUkCGjVeJm3ZJQzK0ix8iQJYOLxDKhVQ3eEnzCiEDXHdRHXkiEymShySnikId4U6URMaOiI2HZRag4hKknLcnZ47VGk6hTQOrDrEAKARQ4F0jJsenuiCmhY42QcLGHEBLCZGKwKBmRKqPsSAxHjF4xeYeUESXNASUeI3MTGWPCGH1QhiTYTIpKWyQjEocWmshIyhIZO7IpaCfPsjLshkAImVJDOymCHxidx + WKi3aGIvN4PlAqiXMSnSQeTZsyYxZYI7CmQGdJShEXEoVOtB1IGXFeI3JEoklJYqXB45B0 + GQ5XFYFwhRIKBp7 + J5KCu7Nes5nibvBUJpIN0aEFGjlWY + J / WQZqJmZSG0Tq + p3x2eRUuL + Wc273ZqqbxgHh7aJ3Xbk6F6BOJK8fn8B2VHrGSfLOQ9PA / / wcmQxK3n + + Ihtp3l4ckRIB5 / N8bzirrulH3tCjNS15v / 521 + SsuDhyZLoPDfrLTebHV07YPRHxLVi6gVGtrx92zFOkTGCLQ1SW7wb8V5h64pFM8PFTBp7vJTcdR1Lo5lGTbAGN3Y4u6CQAikCWgpiSCirEaJkt92So + fdxVu89 + jUUGvJP7y8pet6isYwDof7 / KIcqOcF0zjndjux3mzRKlFXM4pCkFLg3rJmP43M5zPadk8Mke + u95wsFigxHgxrxtL5g7LJjxv0fMWbiys + + fAxL15f0PU9y1rz5rKj3W25vVsT5Am / + i4iUuZPPlmwbDSbux0qGZJRvN3sWY + So6M5x / MTNqPHu4ntvqOpFe + uNygF2y2kMGG0JsbErGhILkDcM04JIw7zwe16zZQKTpc1ISRWleVnnyz56SfnfPV6y8lqzvurNcYWWJN48b7j / a3ggpEHxzVnRyWF / WHb / e99s1AEJB6LwIcJo0tySEgtkSQUHvAIEiJp5rVnyobzVcPtMDB4yaKUDC6xHzyni / KgFMJTWM3oIbhIIQ0uC2qd8VlAdkwhI + OczUaScub0ZERGTUwOcoUQFiF7XAiH04ky2BgwUdDldBhahwghkAT4FChjImpBdNDoTECSUKdGCgAAIABJREFUUmBZTBgpGBOQE1fbjM + KslAgB / rJMgaNFRI3SKIQrEON1C1VFogxsioD5TwwuoBHUReSy9uBnBSzOqGTo0sZrxvIER8TfazQwqNFYhj3jFPJolTkeEjkE1pjtUcJDWlDJddUNjE6GL2jp6DWkcGrA1JjihyVgZQ1RltqKYgiILOjkpJJCELwlNqS8YyTo7AVlVQkBFkItI6oJAhIZIoYGYiYwxwoJWwlGQdHyIr9kFjanlU1YaTCSgMpklNmuZAEsWTdZk7qCSM8Mf3uqKEAJI5aKnb7LfPZkjg6TCnRUqCEh + zIaSLHhgenJUOU / OnPHvDlq1esd5EPH9 / j5q7lu7fX / OzHH7PpWnyaODlecbtp6W5a5mVJ7yNny4rBJ3IKrLc9wlu + + uqWEAV / + NP7iDCjHy4hWYqiJLgd + 65DREVZNZgwsSJzlTNIhet6XNczGE3MiUWtCaVmvxMsVg1IGKee81NBXUgGLzkOll + / uKGbbjk + apgVe243sN6P1EaxuXFE4HKbsNXI / fsr3Nrz0cMF84 + XrLcDXsD56Yq / + cWviN7x8MGKmZXsQyDYI5SVtP3IrZ1R6ow1cHl1wcXlwAf3j / DTgC0qiqpmPiuxVuO6S + bFjsWZZrNNtG3HOBhWleJ6I9m1Hbttx / MHJ4TkDhyopsBnRwp7lqWklZb9fseynpNZs91uEaJhWTREAlIJZk2BjIIgBDJtKUxiSBkFBO + ZryrW654pTLy6uOPxqeDDB1DZjspoUhgJPvDPf1ITxAN + + 7Lm8w8WWBlJPxBl83vfLLpppFKgpEXKGq080QakduQkcSHSjpGFVJSzGVsOztghjUBCKMhIdu1IWWhygilCN2Y65wkxIUQiRonP0BrNFBMLq2nqkigyISsKobi + zRzNJsbBE4Q6NA2hCNFTGkOKnpHIFMBFxUI4RIpon / FItJIkGZGTIoaBjQwErdGlhSETU0Qnx9Ei4oY5d64kLw / qo81es94oaptYNokkMvOyJUqNUYrLQbOwAuEC28kcNl2TOJpr5mViirB3CuJElhPjlJhZTcpQqoxSkWouqa0nZkPnE0YJ2q7FR0fBxOC2KCmYFYYPTiwvbzNTCNQ2MQRYGYFCsR0lSSSWJpFJjFFh8ve / tTyowe66kV3vKI0mekcuS6RIpDiSpKQPCu8jlfH4aFFKIiO40RGFpu1HdI48qDOXO0OWkkqPxCSwciKLhE2JynbcazRRFLQjkOM / ckX / t + WDp / MjZVlgzYKiyIhKYOtM8JndvuP1xQ0PFkvunT / kJih22z2bYQM5YksFCH77zWvOz05IPrMbRl6 / v + Pd1SXDOCFlZnKKwXuOZiW7YeTp + QkfPD0nW8jKMK8tf / uL13z2fMn11S1eP2QadwgJfd9yvDhjHDvu0sR627Hvw2HjchOxHbnLgpP5jCQjYRPohjs2F5lcFCxPjglywPkJkyY + / eiU / kry99 + 18KlmKOGrFy2 / / OUFZ8cFHz09JZB4dM + Q1YrKVPz96ysen68IfuTVVY + yUNcFHz + 7z9N7c3aD5 / X7Fj8NGGW4vl5z / 3iFD5GzmaGqNEefPuT8pMdFxeV6S1MVfP3ia / btjloH3l + 94nxW8 + j8lL / 8swf8X3 / 7hn0fOT + pWbc9T44qtDB8d7Enip5P6pokFJsuYBlpOwdKk5Xiy5eveP3 + mtWsoW / 3LKpzjIbJ7RmHxG3r2O87VjPBMClMqVExs7ldk5Xl3cUdMgR + 9mzO3 / 76CmTkeCGYJkNlRzKR5aLg7HjDjz9syNLz7nqLDz + stn / vmwUikZ0iSU1QgUSHThBTxKXE5DNLWyJDIsXITdcSErgk0UZjceyzRBtAZ67HAYIkhANobnKZnDUuJqpCIJKmTJ7BQ9dPHFcRazUGwaxIVDGztDV3ISHEwQCWUjqYhaQj4xHRMKZMGBwzZWh9orIJlQKxl4xuAhWYQqRqKuZR0blMjgFB5IGZeGh7TKd4vTGUixqZobAeawUuSa62mvuLRNYZLwTGOtZ9DTFSqglHou0lVnlkbei7yG1b0CjHvZngwUwcTmxliU6e9bSk0o6ZlBhaGp + 5HSrayWClZxocUlTsRUUfBebwckmOgl3b82ihsUYBmcF5XJaMWaNywkjoncH5QGkyCE0hNLWOtE4zL8HIw92w1Z4pWYRMaD0yRo2UluQz2ggKKcgGVEwEKl5uIvMish0NHx0L5mVknDRCGO56xSxsMbLH2kQSFT78Lj0SmWHnQBtG21OEnrmpcE7QjSO3245n9x8QB4 + bRn7125f0w0TnIrP5nFpDQjKfl5hK8ncvvyFO0O47xjGwXvekJOjHyPFxDVlTZ8nNZuBX317z2QcPeX6 / pFQFnzw8osmJZ / cf8fIugT64 + 53zrLd7ChsJShHdxH6c + O2bHcf1jPc3a85O5uz6W9pWcne3QZjIru15 + OQhqipINxPROaQI / PEfHvNFE9Bqwc + / ueXBh + dIBMuFZrmo6Vzm57 + 84I8 + u4etQSnDYqX4 + tWa5NY0JezaASU65rVCPZpzcXXNr16sOakjf / LBGT99 / gwtYHV8gowd77eWRZV5pC1ajKyakpcXknfXnuUicPn + O4xu2KQ540bQlAFblDCOvLu45icfnLFazZFKs97tGcbEzmWscjSF4vIustn2HC0aMoZZUXM0q7nZes6PLVUBClhYQ + siUiYK69n2AmNqpnbCCsWyrpClhanCZ8O / + cV77h8LXl / u + d / + p2c8uT / j8mpE65qv3wS6YU1hbjg5OiWjif / UcR + ImqOFYhgzrctgDgO1MWpSHvDZc9tlKqGoypGlznQTDFNk8hlRQI6eqiiRSnHX9vhgsBpSTsyMYQwKRSIFz6YPVEozDj1WWWa6wIhMDg4pA0oFylIj + 4yMkHBIbRjHPfO6YMojDk + dC2xKKA1KSXLO + GzwOuCRlMLiEsx1RWk9cZrwzvH0PJFCixSRRiaW8h5ReFYrwXweiEHx / ubgvDYmErKmUA5KA8EzjZZHJ4IJDq7slNh3E / 2kaazkpLKI5MlC0zqFiAAz2gluI8wKxaKoiHmi7UcWRc8 + WKJeInMEeYjBzH7CTZ7gNcJDzAW9F3RjQiJoXaLSE0nmg + M7F0gp8EkSwogtLZkRIcASaIQjaE0fLEqATD2HMFYDMVOqjMiayk6ErBHKYI0i5UCS4fDvS8 / lNECIzI1mYQ / ejNFLXEzEPKD1787MAqH49OMPubtteXd7R3GamFUVfcg43zP4gb97ccFRVfPg3gmPVw1vnediveF20 / LkfIl38PDeA2xZ8g9fvaTtEvOmwPvAo9NTbrcDWnqmfuLbNzes6pq7izfMqjnnizm1VfipR5eWstCcndW83Q / IrAjJUVQFl1dv + ODxQ3bjht000QiLSYlCS6q6JMXMEAW6zNAUNEazdpLF / ISjZcF + fcd2veF / / eef4oc1EDgqO86qklJnPv / shA + e1kxj4t / / x3cALBeWKQrmteDpgyVh2HF7V / AXf / IB3fckgOAmXr56x8V1y4OTFR / eK4l + AFlyuZlYDxuE1Ly7umUaBx7dO + XR2QwYePX6HQ9PJJd7ia7PETmAlrgY8dst280NQ5fIzuGC5nrjeX + 1R0u42nQcz + / QRuJzxgeN1orBRcbdLccnS2IICJFpDBzZQKoKrtaewkiSvyKTSJTEEFlUFoHkeJnoJ0FTViyXxzjXkdTAcq6Y8sAvXrzDj47HZ8c8OimYQqTvBvrxhsmng + HiB6zf + 2ZxdmQ4WST8TJHWkaISRDPgBtj0gdF7allwWmuMjIRsGEMgpJHdKMmhoi4Su + AJKZKDZBg9TmWUgcpKoktUYmLTRpITJFNyXoKQiuglXTpEffoQud1ywIkXkInsnUQkiY + CQgREloQ4EbNC5YCdEkqUpGkiCFBeY6RBlVDFiBKSnT9owCslWLcjOWtKPZG85Nlix9prvhlqTCEYnGNwgpOZJKTMZkhMLiKLRJQNg / NsnWJWeKSWKBm43ljaSR5CciykAK9uMsokHh4lut5Rm4YgNa2DaRrYDgOVMqyH4mBiFBOiKBFKE3ygTRCtojCKlQZtJ7ZTZjcqHpQBmTI6J1y0DGhizqg8EdD4lOj2B0CctQIZHJGCbR8YokKIdECG5EMzkPwXM6PCkHExs7CCphjposSgOGo8YHFOY2XkdtBokVCMxCxISVDo6XfqiWiqgh99ck7 / 9BT + IXN0FpB1YPduw29evOF2u + WkmfOT54 + pS8UYSjbtxDB1vLnu8GPk / mnm / eZbhjEwjZ7rmx37vaFpLOenC7zMLIzl5Zs7hn1HJTRfPD5F2xljH3nn3 / KzT54zjBNvv7zCe8mje / fJaeTV1RZjE / 0YWBSC4Axdf40SM6oQmNYJETXbzQarFWVRoYyhOVlw7DNGG96tB9p9Yl42 / ObFFSnNmNeOoXP8s8 / Pebud + Otf37I6Lrm623B9e8vnz + 4zec83b3fc3MLsaEZUJTd3e95cd9w / rSlKi9WS / / yrlnfXe / 7if / yc8yW4oeXf / PVvqWc1f / azJW / f3nJ2dMQwaN7f7Li8esOLN285mi349n3L + 7sNUkysTk4xZcl6u + N615IKzdxoHi6PqGeZd7c3vL7Z88WDOYXMFNLT9rCPAp8CIgwMo2LygfWrif2 + YzZbkMaBiOLrl + 9Ytx4hE951xCjwGaSR7MdEiJnaBbpJ83DV8PCe5XITqTU8P1 + gVEnblTS25pv3kUIOkHp8DLhpy2IGk / thROXfoUfj / 9 + 62u1QWKYseLseeFQrYohcbCJxEmSleHDecFof0fqOrt2QEQgqrApMOeHHgwchZUXvMilHUhSUSiB1ZhoiIWVIluOZoR8ck9LIUqN0QpAPbBspMYUmdgJE4ACuO7iSJZkcPW40FEEfgn3IpOxpo0YAttBYEYk + ggPnE6PfkR2M + ZD8tygjvZ / o4oIpKL7rJE0h6HoQvWTTBYKHNLNsB8k4Sup6xrhLhDQhpePNtWBVO9A1k7OIFJhVM1zKvLhOaBU5bjI + eN7fQtuNFJUk + ABCYJUkyRO88Cgd0DmR5ZyUFTlKnNuTc8LlSHI7tJMsS0EhCupCIwwscqQPkiQzpZqYKAnBMcURnw0xHFzrm94TZUQUisEFtPJMwdN7kClQ2kjIgmkMCFvQD4mihCwgiINKqzERoSCliJYBbTS3vaKWklImCpvonEZIg5K / OzOLfhz56sU7Wh / 4d7 / 4FX / 5l58R9i3 / / ue / od2OSC358z / 7CZ89 / Zjb / S3vrn9DzAEla2Z1pPeB7y7uqEtLiILrTcfkHDEFimpGUSnaYaDbeRQlz54cc3G5YddJ5oVCloKYQZnMfswsjo + 4frsluvHgKh5awuTQEqaxZ3M7UqUZdT1n5zZ433IzCMiJ42VD0tC2HfI2cLfeU9eQcmY7RqoceHR + zsXdDTftgk0r + evfvuLh + ZLvXtzw9o3k2zdv6ftEfH7Gt + / W3N16jutz3r1smUKP + n / Ze5Ne7Zb0TOuKZsXq3na33 / 7a02eec5x2pZ0pbFwwQCoEQogJJf5B8Z9qXAMkJEZISIAwBa7GZWxnY2fm6Zuv2e3brzZaBu9BMD8lOVMmfsAe7B07nhXx3M91Kc + / / IvPeHFVkNdLNtuOYHueP3lB0w / 89S + / JDeBH759RtP0 / MVff8GX37zk4vLJcaBOaarCkBVXWBEpq0Q1Dkg9I0aDHSXr9QM + OJqxZ2h2yKHi6fljJhmcLSpMlXEWHbvOMniYlBm91 + zbjn034MkYB0dRVlyvDgxZoF7suVvtKQtN03es9h0qwnyq6fvAoWsp6gUPqy2LkxNQgiGMdP2BkxODNhprLXmWmM5rvvj1A7NcMTWW2SzndvRkWYGQ4nvtx9 / 5YnG10JxMC + 7WA7Nc0X83C4HVKF8ynwQmuaLMLEoKrleOfadofCTTgDsC8kSmwUcGH6ikwI2eLkryQiOjo + 0Dp1VFDAKTeQ4uHsGDWoAUrIdA5xVlhCIlUpBkRUmZwAZHLySDl9jgEVEw4f + JkArGGFFakWuJThqnjz8 / 94HcJfISlE1EYDPmmFExX0wwuuGyEKxtRqZGkJrkDLfrAwnPtDRMM0eME0IAIcORKhtg9AYtNM1oMWjyQlNksI2e82nCR + hdgfcSpTQxJPKqRIRAM2oyo0hh4NB1eC0phMSYAutaNArPQD8OxD5DysB + yGidOk5ZO4 + RgtZGjHG4oJEqIaWiVMcZkwer6AfLfDFjtW8oykghYYgGH48HuhAjrfUoKdDCo / WUaaGZVh4pj8muAGxHwWYoOa0sSuxB1NRGUiiBFgqVFcyVpXeR36JaQVUY3nrnCb / 45edcnc64ud2ya + / xbUS5mg / fO + fJ + ZLpRCJUxe39ii + / vWfTRXIDvu3IdM58VmGbkV3Tsygz2sPAtfcsl1PwjtuHAx88e8Y4RCZVxquHDecCqioitOLTly95OIxM1QTtHCLCydk5l + eRdrhhpTK2TWDTdiSbqCcKFSRjhNY6iionr0pKmTGGhtv9gBxGMms5f7SAuz3OJr6 + HcgfIh9 + dMq02vGj0zmv1pbZVBGTxA2SX336DTE6njw652JeYe3IMFiy3GB9oO0dh65AGsnNak + lDJdolrMSO478 + P1LRhdYHxJ9P1AWJXZ0XF49wo8jt + uB2bwgjFu + evWSlGnO6hmL + SmrzS2FNvR2z3a / JvSatRv55vrAukk4L3nY7qgyzfVqS10XMCR0nmHygjOj2Rxa7gfHzfqex08ec337ivNtz6Qw7C10QyAlSUojq0OLVopcBaZVwTsXj3jx / AwpLPdNx + gdX153fPkm44PnMzLVg6i5WBbMKkMmFZPJlKrqeNju / n9E + emyJZd7PryasD / NuOkUL3cDeZk4n0uezBRO2WN6pB / Yto7BBg6NYFJnaCXJdaLvLUMU2DFhUdRSUBDRoSfPNfve08eRWWbwIqJkhtSBkI4NwhRyGgtCHJ + yTCEYx0CmM4wx6GGg9CNSalwK2NHi3Eh5khN3kon2SG3wWkITSNahTGDMJZ5A0ye0sMwnGY + WGZVuuN15SpVhhENlJbNaMq0iAseiFMgcggMXHQJFilCaiHAaHwJJK2oD00pjfeJ64yiygHWJdowcvECLRKUsIquptCKKhEiWLAvsxoHldHqMWwpFigmjM5o40vmOfoAyRZIUCOlRJISAaCQbq44eAhnJ9IhInqAU0cvje206xqIrlZgsp0y1R0qJDyCFARzeg0gOJRRKeuZFx7QSjGHE2YgXkcPoUEGCylCd47wqyBkRJmC94rYTTLOBEBwuZiwnvz2mvKKUTCdr / tP / + B3 + gx + / 4Dcv7 / k / f77i9HzK + 4 + f8pMPn6GMpz1s + OrVKz758jW7 / cDLNwPnZzlFkTMrJG / e3HEYPYfDSN / lTI1gZhTCNiyXNW / u92z6Pc / PzvF2oJYT8uoYtLi73RPGwPW653HtMFZyfjnlYbVnPptyenrBzV1D4RyLqmY / Nqwe1jSHHe98 / ILbz + 44mRqqSYUpDHQtw + HA + cLgSsWqb3hzvcLoyA / ePeePfvScxVTxs181XFVnlFmkrOe8 / eKcd95 + TG4kj05KymlJ14z0doMUGmdHzhYlWmlG6xi84HxR8fzJJW0X + Lc / + 5zlLGO377h52HN / EEyqgnkpKGdT5lWFz46MsPlc8ekXez56 / 302h / aIuAmB + XTGt68 + Z7Xf0LSeiZSIzJAZyHVAComqc663lsNhQEqBFEcWmyMSAwgpEUKiRWBRaJYvnrLMI1lW4xqLUTOkbBgGjwgOkym0TDy7NDx7csr2sOdwaBmj5267Jg2RrFjy5asNHz6vKIXlYiHYHTo + u9 + xKNc4O + JixvdEQ / 3uFwt8SwgWn0X2bYFQBVNT0XvLe + eGw9gy0YpcKlZDQqSCOgvki6PkKMSEygqyBG3f4QfweB6dGUQKdG3Cek + mJVmmWcw1b9Y9 / RgIIeEzSYqGvRPEkChKQVkXDE5RCcs4JoTTlFKivGQSPHdjwMmECgnXSNJoUTnY1pP7AN5SpsBkatgEiE4wKwPjmJgVid1hwGUHlnXkME7YjlOccKTkKcrI + + 9pJmhGm9g00IyJk1rhydj01dHx4BNTPWK0Yrd3CBNw4xFD0DlPpEeEkdOZOaahfCKZRNsP6CzHu0idZwxhRApDHzyja5EMJOFxPiG1RBAJUWKtIAXDxEAMAj + ODDZSFwZtSnwIkDQ + REJQzPKEyHOmVU4MAi1bgtS4lJNSJJCRZAWxpfUahUMPe6JS + HC8dQxjJPijenMMDhc9Bx8ZgiNQ4WPOw94hy4aiqokicRh / e0x5xEi / vsFMA9 + + apG64OrkAoY7 / pM / + ZjV / Q0npyeUpoI3AiVKzmaKxWTG6tDiHFSTGaqcsnn1BttGBtHx0Y8eE2zP69dr + iFiMphOJnz4w6f8y7 / 4GatNTz9I2mmJdxlfDVu8TyzOS84fn7PZe5ZFZPWwZtg7FlWFDJZqdLzaNQiliOPI3cst / e6AOSu4 / vaO3HmGoWOq4J13n / Lt9sC6szx / smS1WnN1MeGzL7 / lbBZ491nF9cOWr24ce9vinOHsvOC / + ac / YZ6VrFZ7Pv3qnpu15YdvPSaIjC / f7Aisud91lFXDrK75 / IvX1PNLtus1j959yvrQEYHgOt57 / AjhV7xpBs5O4NWbW + aLBYd9y + XJkl3XIoVk17W83lwjQk9Iln5wINMRdDmMdF0gWM3ZLCeGRHs4cOg6zk4KpvPFMaKMpOl7YlRczErSNOfi7ISh36O1I0mJkwqXEoEMmU3wfsemtcjUUt18g2PBOAYQAw + bA94pnl6esu883ThyvQ1sGodnhvc5n37d8XzpeXR1jnUO5 / 6BR2crrXFe0TlFEj2XE4l0BV + 1Iw / tyOlUUWctVnQYFfnps5zX + 8CNE8hO0tlIPyZsjAQXUVIw9hEfPZWCXR85WNAmIKuRMSbKQpFSwjqB0WAosN6is0gbSsYQSTEiBIzBUGWe0QU2zlOTOPjEvIr01uOiR8uAlgZTKYZ9TxsChdGYmKhLWI2KUkU + ehLofAZSkCi5bjRKRs6KkTIF1mNke5d4dCrZmRHxHQ / rrAq4lNHaiPMjJHXkR4XIrAKBYO8FMcE4BkKMVIVkWdTUZYZRJaETWAd5MSHanjF4Mu1pukBeWLQIQKCxPaNziCCZ5obgBUOvuI1H293WeqZZotKSPgZGG0nCk4Q + 3mp0hiZxGByVPt6SwLKNGp3U0ReuIroIRA + tkww + EhxMioC1isFLMpMwuaDUljITnEiJtZH9kJPrI / 9r21lK6RGqZnQNWgtu9t / 3 + + vf31JSQCzZNZ5Ix / vPTrHtJV9 / + 5qXr6559 / kJ84nDij3TCv7b / / pP + fln1 / z6eo1 + o3jY9Gx2I511jINHysTQB4ZhYJpr7u53rBqHKQRKWjaHDZcXS3yItK2HWlHrCftuT15pbrcNhxacE7gioxkM54uCfbPjm9s1y0yz6geeXMy4340o25NnUJiC04sFL7 / 8ioe + ZTmbsutHnlzN + fx2x9lpzT / 9z95j1x9ZRqjA337tyDR8cFVzNgpe3TzwZ / / qnj / + w / fopwOYBAQ + fD7BBsfdpuXQ7Ijx2GM7tC1vPZ0hZOJu74gJHlYbxmHk4rzgo4vHPH36hKp4QfZqy6Edubh4THfY0vQtZQEvr + 9YLCoyMVCkgTfrOw5dS3KJs9mEFCSHleM3X7ecz2va1Z7LRcHppGTz0LI / 9ETWIA3zSUZflsRxZNO0nE4MEgvJcdsFiiyy2TYYI6jnCttr2l5x6EaCc1ydBw6HkV3rqWrLYlFydaKZ1Yb3ihnb3Z6b1RF4OJ9VfPLNG + oskpdL + nEgN5LB / gMvFq13aCkolGKpAiFaqlLyQzXBCMdubLg5HJjlirwsmGZQjRLfBSyaTGdIEiiBNlAbwUrA7cPIo6nAeY33gflEU0pFZSTdMLBtElmmsUGQZx2KyFKV9MPA / T6wmGRoU2FUj0wHQjRkWqJSy2RakILHI9BSoLOMLjfoMpGkR1lBTmTvYeoSC5 + OiS2nyHWLTprRRa5qz3VX0oyahX5gYQy / jpr1QRCFQ0nFROTcdYHtMKB1jlY1hTogk6cZctqR7yagOzIpUVoydMdJ6 + gFSoEErAcZdxhlMBPD / SHRDwfyrCakI6RPRon3YL0HJFmWiCTGJDg3ASkinZXoJDj0Ao / iYD3nhcLH48EvhCCJ757qbM + + sxixR4iErOYUWnPoWlSIyKRRCnSSzHJDnXuSPH4pj97Rj4FFLgmxx6ucIC1KSJTKEMozmcGYw + 7QYpNimo / U6vs1Af99rhAjqMisKjEGSI6ri4L / 4j / 6CXMjuN2s + MXnL3l + ecrZxZTL2ZKXdwcOn75iiJLZbIkkUuWK81nGR48WfPFyy69 + 88B7TycMY8KOkSeXU + ZlwaOLBbf3D3z7Zsukrjj0I9ViIPeRt09PWa12 / PUXX / POi0eYs0dMykD09wxjy2xSUYiep8 + WCB + wKSGUoqpq7KSinGcs3p6y3XfUWvJmu + WpiZzGwPks5 / 7gmJZQ55L9oefH75zx868PvFqNPJlZnj0 + 5c0XW / 7201t86qiKgmUx52 + / vufr66 + Yza8oi5ppcSBNDW / uD9w + tORZJImSMjeUZcb9wz0mK9n3OVWxQ4hE0zqSWzOfz7h8cckvPnvJze0rFtMpPgqUBq30UaXa9SAkRSFp + 8BI4mKu0cqzOoxo4H7dEaTiftcwn9dYP7Lae5QuCUIdHfdp4OWtwbBHiMj80XMuHs14 + eZbdEjIeNQJGK1ZzGeczAxCQ1UKdocD1o68OF8yqECWgUs9SjqUTmgTefHWgvVa8fr1PQ7JSR2OHx / fY / 3OF4uhjWRZIoSGXBlCkhQmYLRkbx2FjKAS / QgyjfQycb6ArKr4zZvIQ59YmILrfcPoYJsSQoGOkGJOlkmqpJkaQ6Edm02fV63BAAAgAElEQVTPthNImZjnidYKBiIzbUgu0fUBkyl8GLA + x6gWVIZWGjs67D7QMZIJgcmOch8fQXcj1jiMmRBcw5A8 + Ix9iMxLkKVkayNxLJlqUNpQFJanWWTjEq83GdMUQXi2u5GoJNN6wmB6ytrgEPTxCDvc7SMms0gE3iu0 / q4HQIaLmkUJPgoikdW + 47QSzEzCSMfLvWA + yVlMClSoaS2shwRyggsjORKjM6IyHAaBcxaIXDdQl56 + F + hKIoVGa4dSgs7r43xGP1AYBzqnLjTDmOFHyzzXaHq6UZCkO3KgXACvGYaI0gKZCYRIWG + xKWdwx5DCREtqrRhcBTGy7 + G02IDMSP4YbBhFIvnh2Ewssr / nHf3 / Lu8D3TDg7B11OcEOkeXMcD6bsNqtqIVkVmTcPzRULlAaxT / 6aMHF4z / mv / + ffsmn1y3PT0 / 4 + ecv2Ww7XosRJSNZBkrkTCcZUhqenJ2xqCV / / Ve / 4OubDq0FV0vN3aYll4LHiwVjM3J3t2VSa5pmy76cYZInrybUVcXd7oHXL6 / ZBYFRirqWIDw2Rg63D0TTMJueMnTfsoqBMpvy9asVzx / NmZ3P + PrujhQzHi0nlJMFi2XFT6spr9c9f / 43v + TppUfIwG8 + + QJdFjx / + gKT9Tx + esYQFK0XFGXJZ59 + waQMiGQYrEBRIpRlsILeJt59enbcI0R + / uvP + PidRzxaGMqs5t99css7Lyo + ePsZ4smU69WBz16v0GZKP66Y6IJimhBZye2mO / YVgF + 92jKtBF0vyNJRJqZUIMsU + yERCXTNnsVsROcVp8spTbOj3 + 44qwVGOe42HYiIT5axseBL2taSZRVZoZEycWgONE7RdIHm0PNoMeFsVrA9KJwT3K4ts8WGmBx916ALjdcCvCfLMrT + fsrg3 / liEW0CNAevaVXkpBbsd5GqCLiYU2moMskgG2wK9DYwukBMkZOq5G7foyrFvJBshsRqHMll4EmtESrghoRMGSl0bBsBeAqlqCaKMtc4L0k + IY3ChoymTxgVUUBmmuP7aNIYb7FjQOcBkzwpliSTo + QRfWyHgWwj6aqAxSKjQSconKcqM / ZthAJGm7OxEpMO3PSK06liSJHzZcFdnHC33lIVAUuirgYm + dEkWNeaV7c9JEcUkkR9TGCpiNaS3ubM6qPAqfWWvJxRGUkMkVmuqbOB0khcklyd9EhhgcTfvRyJomA + FWQ2oZfnOD / y5rpltxmwaSR5RQoJk0vKusQLiN5htCDJhJIjKVWURY6QjiEeUzyjz8hzjcw1MsvpB4uSI8oLtCgxKkAlIQIyEYJACiizQCYUWwe7LmNwlqAcuciQxtPYBdvWMykcPvaMSZJnBUIlrPvt6VlEHxmbyF3fo / TA + y + e8e23K55dnNJZxcl0xtWpYt + v6LxlvW3YNx0xKT54seSXn99SPjvj2cWUftfwatsyMYIfXtUI6TlsRyQZY7 / ns692pOQos4x3ns44P1nQthE / JozJGTrJ9d2IyUCmgkJ2 + HA0KMq + Y9x3zBYFyVm8VWR1RaaOOJ7NQ4tzNe1JwkvP6BV5SOhxZJlf8sVXd5QLwfYQ + fphQ86BX3xT8YN3HtO6wB / 9wQd80yq + 2b / m7HyGE4KrRzlXZzW5MTx7dsKf / fm3jOOKJDTIkklVkpGoq5rVbuDt58 / ouo79 + pbHT97mZD5lOVc8PZuxnCZO53NsMPzkDy4xyhNixX / 3P / 4lSQTee + + c2VLxoz94n6bd82 / + 7a / YbSzt2B0DGSFhckU1qfFKkaylLnOSiAgGFBWnJwuE9DTjDq0LsrykKAzV9Ig6v1835KVHjJFaT6hyic4SwSsSgWEIZEpzWmUYWWL7jm / eNDxs9sjCUSrI64JNl3P90DMtI / t + za4fmeVTdG4I4R / 4M9TOCk6ykUx7cqVwSaAyjSwSoQn0fsQNx6goomMMgbq27MZIYzV1lVHLDjWbcrPZE1IgLzQij / QhkleSthu52Tucl + Q6sphIyvIoAppOMrQSDJ2jyDNOTgT2EDGqwMWOEBUiWWJwZHViqTzJZdhewpgQGqSN6FwQ9hHRDYQgaLxjVgz0Wca5Cjw7GbndHYU2UWmCMDydezZiyjfrwEltOTUdVzOBLEvGsUdGRz8qhBrwoaAoNSGNSJlhdEZhcgwdNgaWtWIxdYyD + 67QtSArLk4STQ + HCBLHpE4MImKQ + OAIwnBxKpkvFDFVhDASU + CwF7x87UlkhJSY5AYfJN4L + tBRasm + SZS5 / I6UedRfKjOQuxwZRpKZUlWRlDzOepyLhGjQ3zGifBYZXY5OgEt08vg3yUSDd / GIySZiU4HzIz1QiJFMFGghyIDOBcJY4ETOTvaE36JiYUPExo5JZZhWJaNryAtBORO4Tcuu8 + w3A5tDD6Lndjjw5EnFy / ueNw9bLs4LloWjevcJv / j0DTElyur4v7EdRk7Oa25udvzd1x3eC6pC8ORScDY / IUR45 + 0nVFXB7atbHl894cOPLrn + 6o5ZPWXXbWjR7JpA1 + 05ucx5PMn4ZjOyXSViF / DRwuAwU8Pu1ZZ02zIMgS42ZLVD1RPKXPCPf3LF3 / zqDc3ugJOaLDP80Q + vWKUF / 8fPPuH95zPeu6z5g / cuqBYl682K5AfuHwJZnhid4fyyph9atIblfMbJfEmhB7ox8e5syYfvnXJ / D4pLpjNBXmZ8 / M57vLkbWA8N5UTw5ElB6 / fEpOnHniAMP / 2jx3z08XN8eIdhOODDKW9e3 / LJZ7fIWBBToMqPQrSmCYz9nkIK2r2nLhWT2QmzyYQYB7Lck2SG8B6TLZjNJM4N7Pcth0OLdQV5VhH8gMsErQflA34IbHJNCJLS72nbjhgTHs / gC8b9jrUQzPLEknMKISl1xm03EgZFHyRv7lus / 350gt / 5YrHvKyZ5g / iuMarxZEWkQdCPoJIkD2DHCis0uerAaWQCmSxzA40THNwWozyPSokQmtu9Z3SR5cwym8H1OvFokvAp0gweG0e0kYBjP0ikkORhgD6gbMShSBz7JkpGnAg4q5Ay4b2kGTxIxVRqrHMIdyTlRu + wwSFExImMSSFIAraDRJmBD6YZByfYjJCEJk + BizzxKNsTfOCkENy4DJV9x7cyC1w7kAGKjtFXFFnAqMTFZGS0kVJmnJQdmQroGtyoKAsJokWIyCGA8wtE3pOChyGSYkkuDjw + NcRC4lxACs8wOFwQXFzWgOb2oWV130FMmACd1dRFSZYJfBSUhSCTEq0STuR0tiEEQWaOwL / WelTSyJTQmSS6jO71A92hY / Zsjs88IiicyBDeoWQgBs0YR5AKFyV8F1v0MSITTMoOk0E7SGSsSAFyEzApYsVvT8 / CusSh8RR1QRETpfAszzIOvuHuYU0mFGUU7FbHg6U0lrEtkAmi63lyWvD6YcP15hUay4sTg9IZn3w74LzgyZXg8eOcX3 / Z8MMnE1yM3K87endLXmmkMLx5aJFScttY3GHAdQOv7yVX6YxSB4rcMURL30R8N9D0itt1jxCSy2zO / tDhupbMGFwYsNERoyPomovLOUkKvr09UM8l / 9UHH3K9s3x1 / YDKckqX + MHlko8vBNYeePuy5pNVS17mDP0Akwuur + 8wwpOio + 8Up4ucKo / 83jsFm63jPCt4 / 8mUuur58K0lu3XJxcUpCFBq5K7ZMY4l5aJk6FoOcSTYRKEtf / JH72MWNX3bo0Tg7m5FO3h + 8tMPESLj8y + u + eKLNygRKCXsXULLDGMybIgsFyWlyY + 8tlSx2q1x3lBPDTr03G4GcmGIzlFVOd5K9i83jMPA5NEMS0QHw6gl2eAxWuGtoHPh6MqJR6GadxEbItJKFo9H6qnibuMp1Bw37piZQJYi33dn / 84XizLrUCrh0xFdoaPgvldEKRFBoaRjDBbiwKPFEVeBVsQgsKOksYG61MwyyU5njA6GPtB0x1mFXEj6ISFI3O41NiTKPGCAPB4RxQsFg1VMdU7vj9hzEQdmmWBiOgYfcXHKkDImMqcXEiEDGAnRIpwnTBIpN2gXSS6SZ4qpPspublziq1cdk0XFUylJKXBeSryLRNfxRA + UMpLLA74z1CphDESj6WLHQVRIG9DCk4ueosg4rweskCgpyPKB1mdor1hkFlMEDqNgCIKqSLgEvReUPoEP9DZHqjlea6a5Q + CJUjK6imHcM7gEWvPOi5L92KF3ESlGVF6Qk7iYWvZjeRwELDUmF3RdiydHFxOiTFgC2nTgBX5IyCQRIpJdP1DZwFlVMl43jPOKOAOdGXyKCOlxMTK4iNGCGPRxAjwWjMOINJoQOg6jQSnFMAZA0oZEsoEy / 3ve0P + fpeTxJhCSJFMCFeHLl3tQGpUKjIrsmj1u2PLjj1 / w5v6Goq4ITaBtAq / vN1xdLHh6Oufb1wf6MdIcBrou8miZUarEejMgUuKTVw3WJaa1Yog9tTW8dTWBaWR7SFzWS14 / 3ND0gSy2qNM5ZzVs9nd0o + EwCk6qiqbpUSpiJhUES7KW / GqCKmqy3rJvRuoi53I2p6yn / Pq + 4X / 9y1 / y7g + ek / ScFAUfv3jEYT + wPxz4vQs4KTPyqme / 6zmbaiZVSRRLVl3HwUlqG8hUpNaBx1dzPnwxZ2TA5DBfBO72e0yjea8SLM8y3tyv2XWWi7OawQXW + 4HlHvzQ0Ww1RTFnNtE8WmZHj3VmOLSB1bpjtW3IqyX / 5X / + p / yL / + F / 5vbuHhHcsS8YLO89qXizDlS14eT0lNPTKa9fvySIgunigsE6xjCS5wMZkbEdCS6gC0V6fUvdD8ylYnyzRU8qxLxgNlsyjntkFuitpR08RaYIXuJsQqaKrj2ga8kwjuwPGpNlNF2HkIpNP + K85ft + B / 3OFwuVDWzayCyPYGA7SqalZ9dXjEmT5ZGIR8QRm1qMCAzWk4mKqqoZQiRXlmmWsx0Mt4NH6 + NB44C7JiAFeCcodCSJSC7gtFYMwZPpwFTl3NmCcZSkVGEKweksIu2ICx4pcgpjGJNkSBn9IJHRYzYDQzsis5zYRiL2yDoSILSmNgHhoUwBryTeJV7eCpyMzKaJi1JwXnoSjr03qFghooWYCAqEPHKhckYmxiHld0Y + 3eOEQwYFUWDtEUUejOeulRRG0Y1HaJlPGUYImgibgyMkRUIxLUcuTxMywhgzUvKM8kBuwIWeKAd2foYpFfOZ4fZuINctUs9oeodUimAyitoxOSnIuoyuieyaA90QQOZIfYSfmSCpcuid41RL5PtvI42h2m7ZbK7xdPROUpUKFw84B94KMpmQKTEOnhglMcAwZtzsch4vLaOIWCMJTpGSoI01ofvteYaSCn7zxSveujpHLOa8um + 4PK15de9oxsRsWaHCgawN9O6BSe55WL + hzmsePZqz3vfMa83Ts3Ne3rf85svt8Xdkew5jpL3ukSRCOKYACZHaKN6 + mtBYT2EcF49n / PKzhvW6J5GzWJZ88M4S37Q0ncOYivNyQVA9jRvY7Dz4RHj9QNt0SJ3TrFrUJCI5CrbK6YSLRUHmLScqsC4M + 13H / / Jnn + B14t13Lvn4xTk / eDbD + 5abnUXG44fK0Byb9DpLbDYNtZZczTKU0tR5wensOCWe / NEuudkcnz / racYvv3Scnc64vdtzfX9gdFdUpuT1YPn0qzXWRYQseXbV8KMfPyV5R2cDSVj2YsvJsmbfrECseLnVFFPDs6fn / PznXyOTBVFw87BFqYJ8NuXRk5of / Ogtzp + WvPxmzedffclm16OyCp0FhIQi5cynJYe + Z0Li8o / / Q8rJlPH1a / 7y87 / Fu8hmrzk9rWjaa4YhMnQRXYNMgqZxBK8JPnE4wKffWn70rqGLDpsBxhxBjtT4MHyv / fg7Xyx65zEoXHL0viCTsBtHmjSy6 + e4kBiGihgdXjlE9OwHxWY0RAS51rghsPWWSVkxrQs265ZtY5FO0bvIWZmYTwwSSaED89IxuoSMOf0QUXk6PmcNnhATRuXE0dMMkalJlMbRjAOZPxaXtoV6WqACIDXZGGkBt2tR2fHgkibinWQdE1FCrWGSS5ousCwFtRCElNi4SI5mmvVk2vLtYBh7TQog68hcJ6YTS + Yd0QqO7XOHF + CDYddFnp55nPAoIWh7hSNDSY3JI4chUeoBQonzAusUJhfkyuOsJSTo3dF2t2syQrT0DsAj0pazU4Wm4HYT6azFEHBaYqNjVvdMHpWMgyfkENtErgwjHXYQHGJPmWsix56O9Y6iqJAqJwrJ7fZACJ7oBA7HoQtIKYghIqWCBFpJfBCIFNBSMXrPnYdJrTmMAe + PRcX2CZkr1Pe0iX3fJYT4Z8A / A1jONKP1dLZn204oTMab9ZpV3 / PFq4FDV3N31xJjjxUdKVpe3fR8eRNJMmc2qdmsBpr2FY8uJjx / esa3X635V9trGCNuhCeLjMnSoIVkVkkenSh2jSM5xWo9ok9znp5Oub7rGceRSTnhsN6zWh84nyvOloa71QrsSDnV7A8N88WEPAaCLJB9pPee8fYBU + REpSiNoTn0vHyzRmaSRZ7x + GLBF7 + 54 + 3Hp1yUJdZHvnnYUmnB + UySK8M3N4m76xbTOmaXFU + XNU9 / uETZkb6xuBDpXYsVib6TfPVyzT / + 6dtYEkZr3tw0jFFispLTM82ruy2nU4u3Atv17A6e5TJjVkr22x0 + Jg6dZzIxfPH1lr5vWe06VAGNHfjgvRM0kV9 + csO + 61A64DKFi44fvTPn9 / 74bdarDlFrkoRpMaE59PSNZxMP1IUhZAFTBZq24aqespws0GXOt7s9MSaiC3R9j73r4LsUoFISkiQ3GaO1CCJaSkbv + GblODvLuN + 2dANoIejHQKZzpJDfa2 / + zheLwwBTmfAqEmRPEIrtkDEkj5KOdpgiaemGjEwV9INjCAofFVo4Oie5rBSZFmQxsnOeOhdUGkQS6CQ50YrdQZBlhtkkMA + Rr3rFyg9cTiX9mLg6sdi7ijh6cjFiSKhSkVKJVwLFnp2rmU0EdaVwgyNgqaeKh8ESUsbMCKT2ZAkWmWEfA0FFKqV4OjGEBOkkMgbNthdMSWTpmLr4IDvQBsmDVLipxVGiB3tMDI2C1io6fxxOGkUEKSj1yKKWHEbQIqINFJlkc4AgEzBivaQnx0aoy4wQPGdTg1SJu / YYHYxENr3FjZKYAqOF6AOqgFmeMTszzGYDMZRMiowoAuePC2ZnJVbC3jUoJZmc5uRnU / Qq4 + 464IdIzBzVtCDPBZnSmDFgvvmcz / ctX213lFqxkEvGaSSmkTwdJVKdBSkUTRdBFVRGMlpPiJFcJzob2BwkRa4YvWC0EakigzZ / r / s5pfTPgX8OcHmapd124GQy0uYbOqX55NWB / diSm4qbe0 + KljfXLVrmPKxatk2gHxS5HrlvBn7vrQtmk4xtn3i96ZlN1He3iKMf + um8ZL0PRK24PKs514kv1hte7kd + 8HzKanPgT378A / b / + oZud2CaR0qpeHZ1io + JlOVkcsVtk3j + ZMpyVnLYd2TKcfF4yudfPAAFy0lOOckJAp6cTLg + 7AhKcD5f8ic / fMZgHXx4zjDAX399x7NxRiENCc8 / + f0J297xcrToc3WEat6t0fMpw06y21nudptj1Dg4pFaczGpePJ3x6m6NUYKz0wnLmeTXn74mZQXBd7RD4FbVDH7J48spw7jl4 / cvyYzkV9 / cHN / 4JWy / 3rB + 6HB + PMIJxcjkZMLbV3Pe / uAJl3 / zDdtN4qQuiMLzx3 / 6Eb / / kx / iUuDlwzXGZHzwoyf8oz98l1 / 84kv + r3 / 3Nc1BEFNgeTJnNs0oc0VxG1n9 + f / OV + PAtR3IhaQ2hk4cZW1lEmRZRjtElNTsVj1JKma1YujscW8bxWrbcvPgKIymGxP94FFa8H27Fr / zxWJ0geUkMkaNdBopA5d1YkySMeQMIUNGTyIwLQzTSrBuArUCN0b6dqDxitPCEMaElJqsNjy / FPzm245Cwf0QECnHBeiVJMqCfKqY + 4GkIkIn1nZgufDsB8GqzRHT42aYFol + 0Fgn6MZI00i60XO1sNj7gJSaeWGIWqM0PL6QCJWjs5JBJBoXmavI2gYUUBaKIKFxltvu2NS / nDh + / lBDcOxkpGNgOgM9WnIpWTWJXWeQRhKDIMSAygUxOApR4JEkWVPEliL3SA1uDHRRE0OGiwN5FonJsW0sZVWQbGRWHjPkD1tHSCMp5iShEKEiz3JSCjQ2MvqBswvNzbcRZxzliaQ + FYyx52HVcjg4ZrOC8iRHGEElEidRkO1zMn1s / K + 2A1pCYROHbUfylh / NJ4QUOdzvib1jOM + IUiBljskk3suj / jU6tIlIHCJJnPPYKKmNJHnP2CZyXTCMkVH89mhVQ4jUE8G + HzGHHJ15 / vCDRzR2pOlr9oMmWkmi5 + 2nZ7z17JRfffaG5 + WMzarh77684XajOTu / IvUOpQKzs5off3zOv / 6rW4yEz272TPKSMUU2zpKC4ezxCUwaUBFlIp + 9fs0H71eEveDrN2veebok2JGLZcHt / YauHdk2iVevD2wOLR + 9NeH2i47UR56enWIT6Mzxpz99gSkn1PWcvbdcr / c8O6n58uYBLQXnpzOGPHG7uebnXw6UWvP77y75F / / bF2iReN33PPQr3n33GfHQUyxK / vbzb / jmdUs5LUhR0rQ7yknOOA7MywWjTygz5TBuOTkxmDKwWq3Z9IEYMrrhDacnE6yLfPXqhidPrgj3W55flfjk + dnPv2R0LTEYkpAkV3B6fgIy8uZhw77pefu9U / 7q37TYYHn8zinPPzjldnPN3 / zsN7x6veHFi0c8fnzB8nTJ2 / ECFxOffuLIDZjC8M3LFUokQnPUvfow8AyIKdDtPfmQ084kUR8HSo0RWCfw / khOyKVn0BE / JNxoGXxBbTTBObpDpMgK2jYS4j / w6KyK / qgeZEBzvK5GlRi9wPnEzkqEKBnclM5YYr87HtCVZucHns8kOlNsO09mJHmIjCFSFYpcRlIESWR0hjrv2A4K18JyqsjJcN3AQUTmxuG8R8mCSabQdseuT2QcEwuzXDN42LsM93 + T9yY / uq1Zetfv7Xb3dfFFxOnuObfNyptZ2anShYWrChcyhgFIBTMGCCGBGIGwhBh4gITMBAQjGCJG / hOYGWEwGKnKLstVrsqsvHkzb3u6ONF98XW7e7vFYEdm2ZKZ + JaoTOodheKciJD2t / a71nrWs55HwAWFNBqbNCdFhVSWzTDw6rKjWSZUKajScAgjz7eG86VhbiDnYkqIS1CS2PuanC2DCJd9i7IH6iJR5BaloPWJXVfQEWGsMCnRzEqMigiWwzhSFhXjkLkbPLUrcTpTFwWdd5RVCV2mLkDnyScjp2mR6NAnYrIUtiBlTVUKd4MGXYD0yGioF5PESFSaelawPBMoAnf7nn4M7A6B6AVhkrRoyh6nFbOzknbUdEfPsR / QSpgHx83lgYUIZ3VFYaa2emEMN22PC554XhKMRSROsihKYYxg3aRaO46R9piYjQVzPTJkxVlT0I0Jo6A / / OLMLBB4c7Wl1DssIyfzFX07sjn0HNvE81uF0p59O + euc + w2V5T1nK + / 95Q / 6T7hr37nKYvVnM + fX7NcNlTiaXvP4wcLFtWGcQxUzjB4TVX3vLj2fHoB7z07YV6U7DYHLm89b + 0Tl + kObTSnTYO0Wy5uWnSaY0icL0t2fWTT92StoY80ywIV4a1qTrWe8 / nlNX / / 9z7j3Q / ewi081aLmzXbLP / zoFd / 84JzzpsKOk / Der3 / rGRrDi5tAyhVtmvPJxSXaHagLsPFI1JFXby54ftFzSIq760wBPHy0pnCCiPDy8pqz0zPurnf84PIF56sVVWF4dP6YvR84XS + 5fBM4X88gjfzqB08YhshiDs / f3DL0mdXiHB8qVrOCT1 / tMW5GDInYCc / eW9P1gSEklqsFH37zHLGeP / nxZ1zf7njxesPYBZS6QamPWa9LKut49ivnvLx4yfXFLV + + vAMyi + i4bTNVCjwAiklXgobM1g8UW8s4M3hbokhkJnSgKDTNvCDaTJd79sfE / CicFJnDKDw5meRinNXkv + iqs01RoJRiPyRENegqUqRIgyO5QJs0fXI4FwmiKYtTmipTGk3KgdsuYXXCJyG3GqMGjDNs2klXaAyWdVWwVZNsRd + Cs5l963HWEahw0eKjIZCRXCG5RynLqmlZuckpy4in0ol9nFMUhvJkRPoKNURu + xHVTzOTrhfCKFRO6A4BmxVPCsVwnLR6kvVoMkWd2XrH26senTxrpzlpMsdx4PXRIUFYNInCGrRWKK1ptGC0xboRLZl9b5BUAQ1JhMpZhjASlSGrHicjOgWqoqOwCa0CXixZwWYvlFahVKQNkaa0DEmTU0DZOO2gzGqijEiyOCInD4RqpRizYd8d2e97UgCrHYfDwOE4cna2oHKKphxZnDq6fUdpoT5a7M3AiVasq5LCGH6mXqCVxRnNZhjZvenJDyzz8wX7rkeI + CRc3AAqgwGnJzvX7TCxRoRAiIbzRcmb / IvzSlirMabg4qbFFpnSRoIfWRUFi7JiOxpudh2zmaEdEqen73JyVrGez0m55KcvNxT2wLEfePHyiFKBZl7y + Zs7VPJIEh4ua26OmaPPxOMkbf768sCsKemzpdYF7c6wjwHEonXgGOHhqebxAobBYrJnZgO7MMlgPHyvothUqH3g9d0ePR55dP6AN1eR7V3Hg6rhxedvkDTyrUdrbi / uWD97QNcdKLVidrbiy + uO3 / ruW0gYeHt9ygdPLa8uv + APPx8YfnTFs8cN60WDcwGt4eF6RukcVZ2xWvH8okWSpThaQoqcrpbcbrc4YxFtcQhpyKwXwmJmMdqzbR2iFT / 66RuWM4XWsNkfeHh2wq4TvPcUTUNMma998B5j6gi + RFPxzq + UnL99xmFoef76FS9f3tC3A6UtuL0 + cHn5I97 / 2lssZxWPzkd + 5VefcXVxi9NC01uqPjLLiRWaUpmfS3OYHISzlBEAACAASURBVLEi7GNEDkKSkZOnZ9zc7VAS6UfhJ5 / vUEZAg9OGQsH1PlPXDdoKYRt5crbgdv8XHIYKSRPGink52TgqJZA1YzaUtsfZSNCJEA4UkohU6Kg4Zkeg4Grbcr4w1EXktNFs + mnT + KbNjNGisHSp5OVmYNlEysJhlWMYEkcVaZqC5WpOjomoJhHDwyikXDGYBbHfMjeRwmZmSXM3JsRW7I8lKUTK0aFCIupIe5dQTYlPAet7Rq2oTWZVadJR0Q + wdBpTRG76xCiaV7uaYRQqE1jUHh1q5srSjxX7tCdVI0pr / HFONsLJomdoLSkXNDZwlJq2G2jqmiSK2hSINrRBUeqGVRnJ4jDKc / CZ67tE00QqCykZfNIEr6gLJpc9lowpIDqzOY4UdcBaDaUj + yN3B083jnRDQKLFWsWiKaEd0U6hMbhCExLgJzG9YqMwm55z51g4R2EMRgnqnguotEYrxYOqpBgDNxd7Qky405IQDE5FyFCUBUPMuAJicvRZGEZFDAoDXLcd3fiLY2iRRbjbCG89eMh6OUPpaav70AeWC2FWr + iTYbO5oqChG0tcOykUeDH85MuW955UnK5mfOOdh / z4ywvOzpa8uLpljFAWlj4XfHm1oyqEWV1QGMVu27M9eE7WM9599zFDN + AlY0LNq + dXHHOJM4542XHWWFZzS5MiF / sBbyqev + gZe89qNKRB6FXk + WcdxaJhCJn2sGeQwLzQ03Z513O77ZgvGqql5kefv6aNmn / wQ83t3R3LSvP0UYlJDQ9ncLXxPH / RMpxHrKvYvs4Mu56vvQfXlyNZKk6bOfuh5OLNFaenp / gQWM + XaOe42XvWszXPHi0JsaQ2iVe3e37w4xseP37EvNL4kUmmf594eG44PZ2BnrFrj2QV + eHHn3H6sGLWOExT0 + 1u + Oind + z2LcfOQzTMmhkPThfc3h5pFgtm1YzT8xXd6MFHZnWN2QTKLrKQzAJNpSxGK / R9slBiJw9ISdic2O87OgS7sBhrsCQUUJaOLkzoSNvDISi6FAnjgMHwarMjy1 / wzmLfFSRv0GSMUQyxoFOKJJZFJYj0JN + SojDg2PY9MwN1WXDbJsqyJGfNzcFzs0 + cnyiUZB7MNbWuKZ3j + hh560TQRrhtPYcx8t7pjHnlEJ05 + JayKBn6TJkiIg5UYoglWU5JeuBqzEgMqCRkE9m3QB84xAQUOEmsDLREDjkyizW6tLSiGHeJpKCxwtF7Sj21oDZoqhqeVCMzGxEMYbBk2 + NKuB0r0mCIyeHKgZnKkAyuCDTaUEhiUY4c + 5GEZgglXitqc6DSCutqkmhm9YrWK45DYoxCKZrOR2AkBU9TVPgwmTgVbmSMwhBGjBno + jgtR9pM0pnkPTZryqKYZJ6jEPuELQyiFV3bkaJiNmuomoqmP6KGkdPSsXST / 8gEPilQ6ucjO6NAWcNaK5xRXN0c0b1n + WSGLg1FnnZliqRRGMgZlzVjjojNqKRQxqC / GmHkz / R4L3z5uqOwhrJwXN + NvHY9UQrefWvOMGTurt5wPHbc2YJPXrzgfFHz5MEZn7 + + 42RVg1g + + vSWn37Z8o0PGiQHvva0ojEnLOY1X7xpeXpWkNLI1WFk12u + / c6S85MZGOHl9RvWqyXb2565UqQMhkQ7WjJzTGn58k3HeEiT9E6dubgeye3IZYScDTZHHtQV29xNkhvU1Ms5d2PkDz56SVLwoC64uL3FqwZtLaYX1g9rvvd2NUl / Z2F / 5zmrW + pnFZ9dRd7cJsZxYHHiOKsN2Stmc8OiaSgk8vS84vlrBTpw2xs6o1jZlpnVNLOCkIRnTz / g8m7k4mrLoWtZh0TftSg94seB9XzF3ebAoe9YLhZs9wdudxus89z0ibYNaCv0MjK0HUShKCxJAilmjpsWW2piTlxeXLPf3 / Ho0RlvPX7Mrb7AuwEnLUtlcMqgtZ72IZRCMXU3Go1KakoYZLb7FjM61uc1tnL4OClcV6lEiyanSJE0noAqFU40xlr08NW8Wn7pk4VWI2PUvLqb80gG6sISjZBVYjNaxhgYfGQ / BAKBqlAgFSnBycygTio2mwTa4vPAq12mMImyaMgYgiRW8wIQDp2glGFhArXKKDIhCu0w0vnI0pbMlhmjS2IvmBgxxiJmjUiPzHowI7rWYAUbPPurEqcUJgtbHyiS4VETQY33W6mandfk0tFHhZWAQTMzBSEFdMw4SSxcZBdXdLHHmsTMGvyoKSrNwEQp3R01lXLE48h8Hsk60Q6O60NHVUYal5hVM1QqQGeSdoiDKJkxFSjrqWuL0gorkWHUFEVJtZjT7nuaxYhkT / KO2hQ4V5JMpLIHnDEMo2bUEyyQe4UtC3QNKgcafU / NpSPlgRQi3W1PPbec6JrilmnxTxRGMVnjCpPtp4IK0BoshkUxdSS3nWf7xY70sCGXGoPGObAGREOZFJXVJCnIGVCG989 + cYQElRK6buQPf2L5cBDOTiZqeMLz09c7tsfI5dU1F7cdf / STG04Wjtgaxv6Wp48qvvbBQ37842uMM + z7I / / oo5amNJydrggp0w49Dx80xJTYbCPOCstCs3AarYRhzNzetuyOnrO65NFTi3Mr7q6OaBJlUaHLNYzg1gbjOvS8YFY7SlG8 / HTEZIPKmZtuoClKvvbWfDK20p6rm4673YhuajYHT7PMXA1zHq3WHI4HqpnDieXRas3l0XLXeZpqot7utgWrdcl + 9BTO8PpNx1oc25sbnr097Y18eS388NM3nK5POZkpnjx6izjsQAnYinKxoBsH2kHj6pqzU402hkIJ + xaW8yVP33uXz376Bc9WDX7c0R4OnM6WLJYNyUT8yY66ctxuBnaHA8eu5W4zslieUZSWMLYsZqd0fWTXbhjHkb4d + NE / + CHrZUkRG / rdgGg7Lckq4L4EygJaKSoEozVKYJHBkNmNgfaN0C0do84YDFVlsFajtaaOisZMyT0LGOuoyr / gQoKVrinqxOl8x20 / YxwEZQOzSpBsOHqFkiVzu6ePFYUollXEWMGYTBtGut5yHCLvnGtuusRxmIbjsxIqnTiGzHYQDq0gOvHgRBFzoh8CtijJCQqbCdlz6A1qMPjo8NlQKUiDJxpB9HRZKkZM6DHKsZxn2p0wKkVIsFJwDJbKlpzVkQeV5 + MLDZ1QLQuimyqOlCNZSvrBsA2G7TCxJ86rSFYlr1vNKJnrvWC1QUSTk1DXgs81d52isZGD12jT4Fxm5iJDf6QuLMaUdFHRtSPYgjSOWBeJSahNw0lVkuZCM / coSYQxgqkYh8iiriiKyVNiiAWJGqdLUjiwauZ0YSBX0 + d39FtqNefh8hl32w1f7o7EnGlKjWsUjVa4zVRh / X6fuU3CmTXc5cyJ0tzEzBMLv9koYFKeHZTBG8W6MqS + 56PPt5x / bU00MA5CYRNWa7IS2iGxcJZCgzWBw278c43nf / oYpXl86vjwvRmfvA5sX22xZeKtx0vIhjebAaXXPFgI + 17TuIp3HtUUlaGuDTfHAzebjuu7xPe / ccqPX9xxu43E1HO2qllUwq73XO1H9oeEaHiytrTDwN3QsVgsSEkoJNGNPS8ubpC9Y / DCkAwGuLy + JbsMVjGiMWlEjZlqVvP4oeL1lwPiFD6BkcTNPrCcLXnvbM6HT + b8nd99Qb9vefT2OXk2XYrd0BKT426b + fz5hpfXmZADHz5ZktSCP / j0ksPY8 / LLI2RIURCB9anQecfzi4FlndkNmqpeM5sVPDzRXF685Hy9ZDZbsm0HvvziyIPlCXd3gbrS + OiZzWrefXRGlMSzZzOUlGxuS1y15Opqw7PHjzk9XbE6qdgeBnx + wLxeMQ6f88GT73K725Dfg5QTL6 + / ZH32iL / 8nd / in / zgD / mHP7oiJ8 / pCTQrxzxb / JcBjeZH2bFDs1DCXjRLhB2acxLfN2GCXEVNxVZOLMhISrzaacxCkZTgu0nGp7CGxESZbYyhtobSCddfUffslz5ZrMvIJmn2g2CskEJC5UmrKNIwpp7sA1YMrVfUZY + 2GaMyIZZUSjhfCU / WCxZOuD0eaEOi9z3D4Hm0qtAxcV4JpIg1mkMwbHuPtcJ6Znj / rKAXOLYKsuKujdQOXA6TR4skCMKbUSi1o2k1Q55RpozymYXKdFHQlWV + org9ZIrKMq + EplC8 / 1BxvTdED81e0RaKvhhZmMC2rchSIGh2XcStC44 + YuvIpleoJIg0GKMZxh4VPKtScd3VKCZ578JqZqXQRcOinuN9ZN8XzFxLZrJANToRw + QOKGjakHDFyNADsUebgcZZkgfRGqUKtPU4EiqVVK6hMgvAYMwIaI5 + gx9HrHFkhKyOFC5T2BpBiIXQG8XyrRnq85akDKMCD4xKMyKMKEaRf8oyUvGZqrlRmu / YjoczxY / zgRgyIlBZB6LwI4jJeDKbOLAsK4iK4 / CLg0OVzqCV4YvXW8pqwbCfLHv3ux6xK / bHnjRGiJFNqzhdKVxZUBjheMzMneXr7y749q8seHo65 / NXHdd9z6Hv2O4GvvHOgjQk3jkt + GxM1JVhNwo3 + wFj4Unu + M3vPGE / jrx4fSCPwqvrPcumpgJqBTEPjH3mxeCpraXeZ / Za0V8PyBhYOT3pe80K3nn / lDebAVPVPH10xunS8dve8sOf3HDcjSw8bFzkugq8tVry6fOWEDU5G15fX1P / 2jPe3G6pTwyXzwMqJpAZ1lm2t1uetkeenTd8eSPknCgbx2yx4MHasWs7nr31NrvdnjdfHFkvND2aT4 + asrCErsf7AZThcrPlZG24vAz4LuCc5 + FJzXHv0M5hbUXdVIScsL7iwekjzpaPUNoyv7kFpXn + 5lP22y2m0VNsM4lAumaF0gpKy5Dh7e99wPO / / yOin / RpS0mMaEYSAU1QGQFEphndcxputOZb0rKWwEsFIooomdJMnUM / ZEQLfY54EktXMYyTFcJXOb / 0yeIQYLQFJoMKHmfsdFElT2EyRRKu9h2z2rGaDziV6IZEVVrmleEYNU05UWRzhHdXDaezTEQYhsk / 9 / TEEbeJcfQEKwQ7JaTzecPp3DGvHG2bGLIiAooBnzRtJ8wEnIocpWDvFd56Tl3Nw6PH5kwnlqJ2ZJPpo + BMwbyBs0Zx5y1dHHlx4H77WFgpxZkTerNi54 + sSkUXICtDWRhiFpxT3B4tS + eoykhVj + SY6YxBq4RIAuZkLOMIM6UJXYAUEesRiZQmYyiRqsEHS1N7NsdEXShiSjS2g5w4HhTETNIJECQZsgnEZAldJktmWc8pzZo2bxGJpBzZDVtUFho7w8eOl / uXkCJaOzbHjioqTmYKDkIcBaMUzio0GrSgRCM5opWa9su4b94VLBG0VZR50vZ6eL7koPLkEOgTM1eiTGYMQmEUMUPnA05pqqb68wznf + b4mBhdwRhGlG + pCkNRNKg4walFNnx6sWU5t7z1qKS0mdeXWx49WPP2kzPe7DpOTyIxCEMX + Cvfesz1fmTMiZubFqXhw6 + d8vlFT / iyw4eIcxqrSt5 / ds47jxoenc + 4e3nHEDUxRbROdGNH20b6ZLAq02ZNOyS2ZmTlah7uIzZF2qSoZiXKGsYEi9mcpCo + eLLk04s9N3vFH3xyRcrQDiOPlgu + + daKwTW82d / wzoMlV1tPFMWsKemGSN04PvnyjgeLJYtCcf5gTn8cuJmdYHRG6YBQoG3Jbt9zMlfcvWlJvqdLjmFoqV1BoZfU63N2XebJo4off3rDal7Q9T3LkwE / KF5 + tiMOnqQiSs3xQ8IZTz94nr / YE3Lk6 + 9 + m / PVM17ffEkYesYw8MnLT0ij53R2yu645e / 9wd / Ddx3OFbx6fc2 + PfD24wVyO3InA6InjTZEITJ1yD + 71xOKn82lFRPyoLWiSIoSTWnhkKZB / zFE6mzRVhh9pjBq6jB8wCr9c0LIv + j5pU8W2zGhGBnEsGwKJEQ6P7IoNZITkoX1XLFeVZQ6QNb0MeGYVGfHAHd7UApqq1A6ElOmbkpOm5LdMbAbMojGB8eqLPjX / vJf4Xz9LvN68n8wWvPi8kv + 7h / / Ptpq6gai1igR2rYnZGiLSErgMAw24q0ipYRRhhBGlDFUTtNtI51PXKjImDNGDdy1lvWyROlMUyeSrVESGGKJKIctLKvCs / Fw1XuaAnYHTZIW3SjeffI269UDnK0pioK27 / jsTcfx8BJtBEUkJkOOmkEGsIohFWy9osThlOJwiIgoktYYgboSJFlwGWUiey8o5VHa4jAIHZo5WVrGkDiGN7TDEa0NGseiWpJ8wMWMVgmy4HRJ1omZGwkps20jdllMCdVZmitheYRSEgulmN8H / 9xMm + MaQQFv00MGhRBRkDQS1fQ1wiBg7GRJm7MiBBgzfPAQjv0vDgzlY + awPRIE3nnrjPHYcXG14enDBYfdgRg8j88c3 / 7m12iKRPQ9m0NHZS3kkc12yyefTy6Dq1mB0YlDl3j4aMEHbz3lk8 + veXF9JI4aMCyagv / 6v / yb / Np3f4NHD86RMG1D / 9 + / 93 / wX / w3f4tFVXJ6WjGK4PXU4fiU6ZxGicKhGW3CO0XSCus0fvQko2nKihefXnPwkUN / 5OgD1gSubiIPz9aYQvHoQYUUJRJHNttATJF6PuPtBzU / / ezIx68uWS9L3lyNKN1iz2q + 9eFv8MEH36QsGhbLJZu7Lf / n7 / 2QF1 / 8EbshIbFl8DD2EcstprB0wXLdtqzTnMpavvz8khjvYyVnTk9rwphZLWpyJVztE1oHrIXaOnzY0dRn + HDH3e7I65t / zIs3zynLGoPjncfvsN9ssSGR / YhNwmJ2QhhH5tWesR95dSm89 + QEXS9ZlCXLz / bsbyZxwRpFKRkh4hAm6oqAgse55TFTbCd1H9uAF8gJfAaLndhUkokxERG + + 8GcHxy + 2sLpL32ySGLoQ8Ip4WaXKfTUMSSETTugdObhvKLUoJRhM0ScEbZDJilN6xP7VrM7emZV5tFJAVkhQXGz9 / Qh0Hphd1ScNgWzsmBZn0MSdtstwXu0MRzagZwjCkO5rOn3CZNHWley85E + BlCWBxpc7UgnFkWBJI0JgWMf2G0UzUKzHTKPtGf0BcuqoqzAxwFTaK6T4oGL3PaGHBV9SjQNXOwj22MgRniwNjyYR37yKtG18G / 89vepZyuQTE6Zsgoc + tdcbRKDzzQ2Y8zImATKhnEQjBJqHVnUJSF5KjNjoSLbXk1Ogq7EB4thxAdLXRm6tiOYRJkzzlZoG8g5EdORu / 7A8b6qC0EhKrGs56CFmBXeH7HagFaUqphMjkQje0XsPNUu80EvvK + 436 / waEAZDchUld2 / UOo + KcBUjTmjyZIZgydGQSpD6CLOGkIKHHygrixv9pPN7i / KEYGbg6e0E / e / cYbH53PGmPj89QFj4VvvPmBeGpRW / PTiQF0pPr / Yk5Th8q7l4qrn5s6zaAwfvttMviBd4ocvLrndtez7yL5VnDSOWeX4xrvfYKYUty9f0LYtzhVcXd7hx4CqLKuHK15dHNApMhhNK0LKGaU1c61xswK7LKisJYeMGj2bXc9hOzCbV + wlszCeboicr0rqRtONHa42fLHv + dXVkheXEyNuu20xRvFPfrLh4npPjIH3n634ladz / tGfvKHvhN / 5d / 5D3n76LuRMjIGxH2hb4Y9 + + Lsc2kBjI7NK6IOhPjllc3vA2cysED545xlte2BRr9BEvrw84ErLYrlie + MptGfTBs7WK16 / vmGUzGroWS5PqdyA9wPH4zUfPf + M15cXnC6X7Pc92mqePXpCVIIPwmZzQV2UiFI0tqS2FpUyh4uOV8c9xXXHg2PknCkJKATNNJtEJtg3T5QONH8KSSnAKAVKE0MA0SQFYQigIOZAFoUymc9eH0hf0V7 + lz5ZNKbizd4zq6bt3JkT9kOgqKBtBS2Jk2pkCBlrFKWejOu3nScGzdgLViyzAkoDo5 / sEKMPHLoICGMLtVZo8uRb3LXctTdITqSckRwJSpMCBJ3Yd5OEiDQN3d2RrKZhVBJhKBVte6QNCmeg1BZXaax1uP1IH4RSOaIdqIuRLidujsK6qbGmZOwim6xxGlo0lQvctA4kUjUO3yuUMgwUzArPPlq645Ht3R3O2nu3LMVme2A / TiJjuqpBZUIWbtuWoSsw2lIVwnnpyKNQKGHezFifO9qjhuAJHuI4wXcYQUmmNBYfMkJCKU1halJU1LribHHC956uycUJs9liCugY + d / / 4Hfxh5GohNK5iRosQhEH5n2gpECPk9yJ1vdwk0yueD9LC39KIpkotXLfZQiC5MgQezatpykrQozsjkdcUeC0wmhYlZq5UxT2KwK7f4bHGsNdC6u5Yr / 3xFq4 + vSO2dJyc + MptOa9xyNfvr7CFYqmEOrS8dGLDe2x5 + Z2xOTEooTSJA7Hic223x7Z7AIxCATDqpww72GE7dUlP / njP8b7kdEHgu8ZtUGSphs8b6533HWBXDrGNiAKlAiSM15r + sORIVhQmcY6ysbi1iVFN3IYPDppkgmcLAyH0PJ607NuKsqmYnOz4xM0Rk + KzqtZ4rOLW5DEaj2j3fVkMdz1imXtkHrF8XbDP37 + nKZpCN6jlOKTT7 / gajdyOHY8Pllj4kA3JH764iXtUWO1YzFznK1PyDlRG83Dx + d8 / dsNby474nDHfjdw3HvGISLOoyWzaCq2uyNQ4IxlWa / pWs + 6XvH1777Pv / dv / qtIfcbpw0cU1jEOHf / 5f / U32X6 + pRs1y9mM2pZ0YcDGQO17ZsUMPx6xCIaf8aCmpPDPfK3UPYykgDTNMQAkEmIii8UaUHqyE1ZaT4KkBpa1Y1EY2r / oEuXrJw0PqxKtoBgTTTH5HoiF9bll1WTqQtP2Bm0Sla3wAg90YlYWpAhaZ7rgGY + JsjQUlUWJ5gmZnDMxgjIwZMOxdZjZjuFwgzZC0hElmpPljF + 3JdZOy3xX26mqqLH0OXHsEs1JTRgjY / CkIVHMJv2kQw8z53hrXjBvM7chcDwkYraQLU4NDDEzV5nOePCGMXpmcwsmIKNCHOxDII2Zuo4cE / hZzakrOOyueXVxQV0VGFtSlTU + eEafSBIwtiKKRsUBJY6Zy4jSJOXIkggx0 + eR73 / nW5hqTkqZECaq4Ecf / zFD8pikGYYAUdDK4VOPU8LoR4YUQRqgp3KP0XVD8AEfPDlGzpYr7o4bjKlQ1pBVQOGZNw1NO6J2Iyn / aZKYXhmZKqWfJQwR7nsMQO6x34klE7qRXIHT0GhByBirGaJHjCUFz9vPHvHk0ZJsfnFeiWZe81u / / Q0kC8ejZ1YpnLOYymJF8eTccbosubr1FCUsG8thCDz53jd5sJ7hh4w2wt2x4 / biwHxhODmbQdYUBkLwDH2mqEraIFzfZGanA69 + 8APKyjKEHpU1X / vw6 / xH / + 5foioVvbf8 + LMNd9uWq8UBrGW / 7zGNZuwjOWVAEDvRQLeHnllpeVwbmjZylxK3G02ImRzBKUXvI4WJtC5xtTnQjiOPH5 + gXWQ4jFAoduPIuPcUZeAQMsFq3j5t + OzjH / B3 / re / y8MHZ8znSx4 / fsJut2G7bckqUtUWHyGNA1ZXnDaKpAq0a / DRsz / 0DLnnb / yN / 5RqsSalzPGw5ZNPP + Nv / + 3 / iX23p7GBzd0O2R2xpmQTb6gLy + 3dJcdxQLEgtS0nyxPWj96mH0bauzuCH / m1b3 + HT774hKKylLMGmw + 4KLx / / jZ8ckv7eovEn7GU / jS2f1YAKRQZwfwsO9zTxhEhI5BArAJJOFH3PyuITEWPSsJvfv9f4umTU / 6X / / X / + krx + IvzZvwLnvd / 420 + QIPKGJl8GUQJWQStDAp9j / rB9JjN / QcQ0UojZJQ2ZDwQpgtIhEKXKDQpp4nNIHLvqWvIsuPtD0CUIqMxygAjKznFaItC8W1RjCGQRVAavE9YU6Kym76Xp7ZSKei6yQCl6BTjIfKYTLNsuL7uiDFR2SWFO6G2M1I8cru9Y / AFcTRkNN / 4lqWsGpwt2e0DhfUMSQgx8c6TOfMqUQ4jpgoo1YONLKrMe2XB4RhxOeHKAl1ZQoBZnTiOU + AZRiR6TlYL + v7IcNiSc0Zrh1EyuZ5lGA6eIQyICTgFIYEPhrZteXU1kg28s5wTvv41uvGGcRzoB4 + kxHjcsd8dCHGLmzmszYhxxNASHzpGp9h9PmKzYszCu4VhqSEALzI44JkBe585bhLcZMUDLZwZyCkRUmDVCIVO3A0tQ5xcD4fBc1qX / Nt / / a8xX8wI / qstLv1ZngdPTvkf / + f / DCFjlSNlQSmIOWJ0gVaaJAGl7qEJDEZrkkSsttMcR1sS0 / 5LzEKWxKxYoNCE6MmSCTkhKqOVJabA + 7 / 111BGkSTgTIGg + JfTe5SumggGGXbtgRgjxhqOx57C1mgpSTFNnUaaBrFv3tzSty1qH7i52NIZOHt4zscfv6LveprSUVdnLGZr / HjHxx / / lM2uo90H0Il / / z94l / XZGU294IsvLqnKxKH3hJD47d / 8Lu + 9dc6TzxYsTyxKdajmyHsfzvgd95d4 / fqKPArN / CFPH64JQXF + WvDmpsNoh8ot3XHDd773HfbbG16 / fkEIAecqlo0jhIExJDYvr + jHDjGRQoOP0HZX3G62XFyNBBG + + 84zxrblk59 + xG635er6luA9d1eX3NzsCHFDMX9FVRVkDT95 / Ypnz9a0hXD98RYtQkDzkEBDJgGXOAyZR5LuL2rFnWi2GNZk1mS00hOrUU1F0BgyqD + FZs / XK / 6H / + 6 / 5enTJ / z + H / 1bXykef + mTRZKE1gmjLKCxSpPwiApkws / / DwhKOQwTfGGxTOLaE1xicSQMmoSoRCRPSUBbRDxWWzRqSjrKoWl + nsHzVOcSJU + VrwJtDJXRKJXQWKj0PTSiEZmEzpJEUEK1LKcqQmUUDUkUThe8880ZU32h0RRTa8mar8scHyFEwRiDtpGUNFqBUKKZcHctmqQSVmm + 9967GF0xSAsojLJ8QyliChAzWmfAopUh70vubQAAIABJREFUykDOiRwyhgIfDFVh0OqGikgmo2UadP / 6 + UMO7UDwAbmnMYY8gPGgM4cbx + plTwzCOw8WxPqW0AteWkKO5JyZ1ZmH65I + + mmGMYCzirLQuDHyavQcCsXSWK77yFMHKWcimhtT4ZTwOA / TZyzQKcu1thQ6UDXC + XlDYxM + R45tZNiOdDFj3QSXLEpLe9xyd / Oaru / 5xl / 96 / + fx / E / 7whClJHK1mgM1hiSjGSVyNKTAZ / GKd5UibMGVMapAmSih2utMFRk7SAFMpEoEasrjC1JsaMqqqlwEtCuwdRnZBJZEikrRAV8mggOWiucKaaFyvvYNud2wtSVIcWIkPHJozQ8fm + Jvt9EVmpi69V2xu + QUNO / oFWBnkBGcvZ0IdL1I2VR4ioIMaOVIpNxupq6SNEknSmU4bv / yn + C0TVtPKAVOD3NB8YwEAePdYBYjHaM0pJCYOxHnJ6x2x85PTnF6sCJElLWGDWZjv2t / / 4 / 5uWrNxwOR0Aoq5LeHzFFBJ35 / KMLfvjRJUOf + d6Hz2CxY39xx9XmgqubW8bRs1okvv3hk0nxQEN3GLGloa4tbkj0ysKDU2bWcnkYKBiR45GE4k7VWBLnqbu / O6Ydog0lVo3UM8vjB0vWThh8YLMdGPeTYRhqakPOVgu2l6 / 44k / + kO1m85Xi8Zc + WSCWlIRERjFRKVFTV2Gm1IBRGaUEkXhfGen7Rz91ISmF6cNQFq0sE05oMOKwlCQS + f6S5P4vZclTt8H0UmtlJ10qpgpNK4tVYMUiOpMkopRG8oSnZMnE5O + 3kSe + gzYWre7lLHIiqYnNZbQj5CMGh9EFSoMxgtLpvjsxKBPuE + G0nizKgoR7NVeFNgovxympKg0kDAYxoK1MCY2J1RKzQhlFVZQoJZQIWgWMgpA9PiWM1mgMZaOoz2sMc / KURkgkuFfP1 + 8I3 / i + TNNarZEsnOLILNH3FwYovpXWAFPnJxkENNPeyhjTpN2bpkUjPST04BGl + Xq0qBwph0QaAwrNu9ry3SGhKoEm8QiZnmXMWF3zyadbjl0gpoRWml99 + hjUHXfHS7zu / xyC + P / liCJGxTH2gMFZO1WRxmK0BdE4V6E1pOwxGFKECPdwRSLfXzRGO4xyGKUwODQOoyucm00OjQgQSEy / K6Z03zkLThdobRBJOF3gVEFhKrRyKGRyolQakYw4R4iBzh9xxhAlopSldNPvKJUi50CWSMqJwtQMuaM0NU5XGK0pCo1xbnoHtcG4EaP0fRHkAEsWjyKQJWO1IXCktMX9pCphlUOcpSoUBnv / QDQpWUyhWMznaKVZn5VoZTGqIOZMm8KkPYalPDnj6dfPKXRBloQoTWSaYyoR9L8uJMnkJGijSKJ4X71Dyt + e5IeUJkfFGPv7eLY / n11qQKIwhIkU431ku2sZd0f6uy05K45Rk6Mn7Y6028P0bhvHza7HzAxmLnjJZJWJPtJUC / 7kh69582baFHdFyW / 92nfpx9f84Q9 / l5C + Wmz / / yBZxMlPO / ipFXaZmD1WlwiTpWrKCZRGqWnPQOWIVVNLLZRk8WRJGF0gKpMyoARFQtMiSk80NJm2LZOA0WaCEJWeOr5sQU0vhhEgTUqvUZhYUqKJ98nFKI1VDdrVaC1E8UguQUW0tkzs6qnuEnNfvemp6k / Sk3JCmCotJQmdwarJyU + yJjItjQgZZDKVzj + 7PASM6PtKz90 / g4BgQSJRFOreQEhEEeNUMWoMWUVizmThvpqdYLwo + b7ysff7Dvk + CVrSfRcVU4 / DYdX0nAwKcy / DHCWizTTUViL3zzZjtSXlSOM0E / qRqJYTOKaoUGhOUJMaqjL3fzmDijwTQ1ZmSjj3g2 + RjGTFt753hpCnjlGKe6gysPzwhCTNn0sY / / OP8P + w9 + 7RllTVvf9nrrWqau9zTnfzEuIrgIoSHk2jEFREVIwaRbyKRNQoJIqRYQw + IBpBQCOJCjcJaO4liRkBEnw / kGhMjKIBFZRWWn48jNErGIRo00D3OWfvXVVrrfn7Y1YfGgW6gX5T3zF69D61d1Wt2ntVzTXn9zvnbCYNc6N5ZoaL8UOlSWMGxTRJWpJGmtjYnPMBLzWaM1UxA4BQEdOYNtVUhdUra1NEnHmxjjF0D / kmTQgSaFIi + BJECS5AysRsYV5HabWHugVMViVpgxNn / BOZKpRUYQd2npnGO6HNE7KWQKT0FWACCwXUJbwUBFmEk0DWCZFIUkgaSapkFUpn92pWoc0RIZGIiBaICFFNXZdzwlOY4RKrSqwqKAElEtU8 + 0ICWYU6RgTBOyVITR0bYk54yd2izM7Tdg / 6lBUlUYgDKWiSjbVu5xjKkMqXCFbpWcSjCtG1BG + SXHIiVIGsmaoYEFPDNBXOeSINuzx6QGZHhMfgxcLZqhbytbmdgGjGT3wXZgdwZI3WWU8x1aOOcVp1v2 / gwOc / mo999dsPaTZu88aiScnULw4mcUStJp90kiikIGmNdxZnLbzVAFIKxnlEVkemRVBiykyalYhzDMshw2KAE0HwlDIgE20iItQ6IuUakYI2jfGuADKaFSSRHOQ0IWhlD6qseGfVUVFFRWl1tPYtcxndyAoWaTbjgeDEeJM217RxjPclWSJCi3PB1Fg0BAKqLY6CrBa2SjTmiYgZo6iKd0IQb4 / UHIEJXgpyXusp2YM154SoA0nGS2hHqolHsQeExkirDdq5 / RDJuUbckKxKS4uTtWGLgiDJjCGCSGEPawEviteCrAVRa / NApKagWPDQGp3vHm6WuGTfD0ABCjlZjB4yXgJNhiZHM0pOEbVS6koLlCjmGWWdmFYdO63HEx5i68mNiZQzLS3qlDWju5hr7feZ9xMqPyCmsZVYzw3lYJqUGqDkrrlV3QO3QYC6blgzfxvee3ZcvCNLphfjvMe5gtJPm57fVTgcMd1F084TwoDZ + k6KMEC6BZeI0AZH2zZUxXQn31TKUBBCIGVb6Tc6C4qJEpwgeYyqkBUmaQTiKP0UiNDEeeYnE4piiLoE2lD4iphbUh5T + pKUa7xU3SLF0 + YxnoLClTRpbIZNPIUrEFVibkg6oggDMtDmlpgTzhe0sQFfgCaCswTTnEvUF2T1tGlCSiPm8qxJXatpstTEdo4QpmlTwyg3BD + kKkoqP6QUxbmEk4yXkqyWmutFcDKgcBUxj20xJJGSAudKC4vlWZRIECGLMG5rM3Ii5KS0zYRBOegWTyWTGGnjBOccZbC56iXZby0mmClDQUqziB8bP5szIQSce5hXnVXtXFJnD7GcHU5C1x6kBZUuKJJJmhEpyTpBfIF3SiEVqpm6nudnP78LVWHXnaHYoSQzIecMOjFFgoiFUlCCFMS81uoD6vFiK5xAiRMLxGi21UfUbCR6p49eq5V24jtZnOtWuM5 + dHLnCbSomFZa3RhPt8pX82qC2n4xGxeSUYJXUG9KIScUVJ3OIlq3L9SqW6qFGZJmmmQyYFAKn + 3mzo7gQ0eadookKSi962SrFSlnnGSUhuA9SItTJXUP / ZxdJy / oHvYiRtZqS8w1Vs + pNQ8EwTnfBRKgziPzmJxVHVXJiLgFb0E74xZcwHcrOUgMKMjeE0ldqCvbKmstZ0RCUyLING1WEg0pttbngoeoL9yoENrYWjXlNCG3QvAlbWxpXUayUte1zfQkeD8g5jW4UFGGwJRfTM6JNWvm + MZVK2jbzIFL92G / Jz2R1ExoYwS1lW4RPOICmZbSl0yamuArbLXjKUOBkqj8FFNOLeibGtqUiCkb0e7MG85qv1PwBQHfyZxtbgc3NL8gt7ZgEcGXgrgJgYB3VZdT4CikxBOoszJJNUmhKoL53OJwzjPlF9k5iYADUTMaOJLa3J5rRtRtBDLDypFSIiYYFkPKUNKmMW1qCKFkJgzw4hCs4KXvnitVERCJeHE0ySFSG49DRsXCpsHZfoLS5rExMmKcaUYIrsAaF8EkrqH0A4IMjVNd6 / V4k8mqWhWCMpQWUgOyRmaqxaRCLKtcE0608zQgZ7vHY2wJsitNTLR5Qj0ZMShc9 / 6DxzZvLCZxhDhPytmIN6wHRdbUKZ0CIuBRvAy60JGCZlQdUWuiRjKWk9Fm + 6HanHHiUUzKGZw9OI2Es8kaBJyYwiSliFAiQWjS2EJAAmSPSImoWGyUQCKS1SZeIQWKh2yEfJtTp5FWYrdCQU1ap6kL84jJQkXWvi4RsUbuWRuCVDQ6IquQU6BgiLhAow2ZBi / G5mQKYmoQzLCEwgyeaIt0YQGr2a0LlV4VI0m184KyNF3QzK4z5QlJ7YZ2tDgpaJONX0SIZGpqi98SiLSIKF4KM6I5dYbTE9R4qJyg9AVNbjAxYbKYrwiOBlWHaGXH0xY040RRTWRR / FquCCVKsBvXW2ijFMha4l2DZszIbSVIOTFpI21KDIuBCTRcIKYImsEHM9CaKYsZo4Ukd8mXyrido + 4UT7FuqdsECuPGyuKoFMRcM6xKhsUQFUebPMEFgi / xTki5pWlqcAN8IcyOV6MaESdocjhX2fLFDSikpM0NKTVUoWTgh1iN1JaUalptcC6Qc6RJDSo2tzUr2RVEid1cNJWPcw5xFZ6WqiiJaULpK + abu4g0xNxQ + Wm8lLS0xNxQ + MK4OIRxOzIuzglTUwMLH2m0kJLMI8FygwpvHGbWSKIlq32uzZPuvi0ofMUkzhOTM6OYWwrvma / HgOKcMIljhLZ7eAt0c7v0Q0SV1JWnMT7VONSUMs6VtHmEE0dOtugylVPdLYgslNbmmpZIcAUpNQvHip1QJFOSEAZhMU4cBULSKZaUM91C8GFuLAZuEYrSaINkW217ocuALFCUNo8AodEazWYcnKtwUiysUstyyON2fzxKXqgpr9iE1axdvBJyniCEheSwcaqN61AQb9msaGbtCHDGCpRSYbRW7ngCQbqYPpqsoxxqq7LsccEUUYJHpe3CQtkMi3pyzp2hyKb + AmIGB6QcUS0Jzs6VaNHcqbvUMqazVLYaRMhS46W0OkvZyH5HAvWd52APrpgt3iwEPA5xa / MZbEJHaoIU3WdMIQZiqx8pUbXrblND6UuyBpxYSCDjyFpTOm9mRq2keNZMk8fWR8GVoMm4B3GoCCpDVDMFASdTzKURVllnbAo3AXURFeNO0AmqBUkFpOq + cyXlGkvN2HqMhXeBoZ9B09g4MG88j4jDSUEmM2nWoCKMo5V2r9uaopiyh30XUptZtAMvPepIcs4UhZWYzzgK71HNtG1GaWnbCU4KUjAv + s7xrJXqz4oPULcNqi3gkCyI8zgvTIVpFOOvgmSyJJwriDmRU6JOc6hmUy5KoAiB6WrGFiTZikoKaslMeFPodTOozWNiMs / JSaZOE3IKlMFRuGCet2Z8JxWeNJkyDKiTkcqZMYUfULhA3Y5RlMILop42WVg05oZxO0FV8K4kOOlk4UbOZRIjnady1qrAdTwPIgSnlH4KxZEVxs0802VFzErwBUgmaSCmeSpvJH / MForNmhg1awg + UfjKeMZEl3UtOBmaKEcKRAe0zZ22 / mQWJxXZWcTEeMMEBHL2NNQUfkhSC43HOGc8Dg8t4XSbNxaQiKlhkkYUUqIpMfRLAHsYevHEDEE8mh1IYOAKclbrsOacKUtIqKgpSnJDpMGU + 95W0ihBYrf6HKEp4GUIEuzBL54mRXvoupK1qimbU4GxjtEuB8Ri89HajbqB8RhoR4oJhRuQ20TrrPVrJ9jtVu / WqyGm2kiuBarYEzWRxcJLXgIpNjg3oMljWp0juCGaM45AVKvTlMX + brWm6HJLRG1aeJEubg51muDFU3jrVGceWiLooPsVMEGBJvPm1MI6ZIeX2HkZJY0CPpFl1CnGAlksNEQ2OXGjiorvajmBOivBbHa9JGUFsTFGzBVPKEik9EvMI1Jz34cytO8FSDKiYmiqGm + cRZCKqBawQgSRradTHqpMmnlmx3cxHEyR28iSwSOAAU2eEFygbhKlL4kJxE2zqNjB + iCoJ4RA4UtELARbBGjasXFOa2XSuUXJDIjENtPqPEwChZ8GMUmsc4G5ekTpB3hfImKLp5QUL57V9WpiUsQpdRyRcgtjz1S5iJwTSuoIbJguhzRtS8qRNo6AjKgZMO8SZSgZ13MgnuBsASNaEHNEvSOlTPADmnaCL0rmmzWM21kG5WJSjAQJjEazhKK0 + 1kCdbOGqWoG1CHqSSoEN0WMVn9tdjxL8IHpwRRTxaCbZ4lKS8SJiTo6KXHwBWhr8lwcPkQcES8VTVaqQkjME3xB5QtUvN3Dbq1RSog3zxsHBG + LHgfODew + cJXl03T1zlJOeJdZNNiVmOdRVQpf4WQKiB2pPccgLILscSGgOunulZbsgglr3MO8n0XuElOqTr2DFBbacC2aoc0J76aN0MsKmFzSizPlkyacFvZoVzqVhUekQsSTda0UVrr0eYdnaFyI5i6kZSspJdPmsSWtUQA1XqZopEaIFDI0kjULWQdk9UbCd + f0OFChTclI8wShi8PGrq + 3p7I + 12oKCO0kr9m1xh1oMLFsl1tiq7kSSZGYJzg8KSshBNamhNqKsEQXwncW31W1MJKqJ8hMd0xnvTG0xkmJSsLhOp28dgXMbNVZOG88g3oCJXWuLZGMrr5Ttlg3iIWzcuzCATVBhiCDrlCz7xLGGlQmdu3ELkxoHqA5BbWFBbEqtK1LJJm1sGS2B4eqJ1EjapxHq2O8eJwrzQuNWw / BbZJXz0xVkVVwrjKj7RsSyqQZU5aLKYuSkDOqFqLw3ffepJbCV9SxRTCiVzoZqXeBpJEilB3ZD2VVMZBF3RyMC2FBXwyIuWbUrDGj4wbkPKIqFjFfzyFEhuUiW + VnyKkiqZiMNhvp6yXgRZibTCiLCqJQiEmzJ + 0cXgPeTdO0E8iWbOi8qX6yNDinaA602RYeYD0ughsgecJ4vMYWTDkyNRx2356NvwpDclprGBvjGWJD8ANUhapYYnNbPYijiSPKMLQ5pibZDVLgve8WfwXBFdj9k3BURJ3YnBbjLiDTpto8bq1p2gmFeNo4otIZJEwTU0OQQOErxu28SZDVAU3nNWUrvCkCWtOFTjqNZ8TJLJ7CyrEXAxwelc77UyEzwftA8FOdV / 0wD0MFV + GCI2hJzLEjbk36FqWhDKZgcg7URzQ7Wl2Dd0PL5Rar / GpKHltJWUzJpHrOm3cRulir8QQ2FXMy91E1kdVCOeKVnOnc25ZEawSWZKKOcOJpU0IkIZibKeooXQliORGmWApGjEki5YnxLwhtbjrZa8AzsDHnSMoZL / ZgcM7UYMGVNp21xXuHamXX4JUmT / BSmqRYIbqM6hjHEHCoJASLcQuKEyPnNWdUPZqGJG / ksBPHOI6ZKoru + 2sQKYipNWlxFoLP1Jjc0 / iEApEWNBj3IOB9CTnime6MhhkS7VzsIAMybZfvYt + xo + w8GmXgBqgmYhqhnbdl5OIEFQsA4iw0IJ3EUDSTaEEsZCl + 6yG4nTiWLNqJNk5Rx4bgLc + iDEPGzQhXmWKsKIJ1KMwl4 / ZOgl9EEEFcJvhMk2p86LoBKvZQQajCEHGeQTGwQpXicM5EDzEnpqpFZG2IcURVDAk + mzfhHON6Qt1OSFj2dz1JBBcY1zU48DJFSg2SHVPVNLhEjJlBUeKkoo0NUVraNCJrxnsrHx6CGbLCDSlCRdPWNG1LGYasGY8I3ubSoBhaKZdUU5YFmi2 / QwLMTdZQFgOQgOtkuKo1wU1jc7tbaGhGcHhnEtqUGtoaUiyssm4cU4QBd83PstP0jOVSxImFQzFFUk5QBcc4j2hSQ3DSrfQTjgIVR + EcZTVDig0 + LAEgxgnqLCk2SMkgTNPm2lRnaoxf5WxOpmy8hyNRx9WkbnHWxJaYR4hAoQWDUCBeTcovkZwjmhtb1NmN / JCwzRsLyyI1XbjzLYgiuUC1ofSOQsx9zCitTghhipQEGCFSdnxBvLuWChh5SwHS2EM7N6TcUnhT8Xg66 + 8h5pqYxwRZZAlNmrpWn4Eo9qMHcR35OsGJp / IzKC2hyw63FW4NEuzhSlqI44Myjq1lWEui8CWop81rGIZFZkC0wSndirpGckXs2r7mnCxHQUxjZPHq3KmZLCYrzpF0bFwAlhdiKXsgRLw3ryHmEc5VFgbqPDHz1Aoqr0bEO9N1m / fRdkS3ZxIzjbYmZ6UwpVrHUzhfIGpJf04tWu10CucCE50zDkgTThoKN9XJi2tUM5GJKZw0M8oJUfAaQBtLTiMhWFJVqxHnIpm2y / jPXVxf0JQ6ff7Ww1kg4KUArzhnCyFNBTlNmB6UVB5iSiQdU + cRg3IRbfZkncO7AZoi43ynVf7tyg + Z2q4E1wJK3Yxp2gnDckgTJ5SFHX9YOibNKsbNLIOwQydBjbQxm4IIwYun9AEomESrGjw92BHVhqqYIqUJmpVx2yChNEOkmZy6aqjAmtHIyuS7mqnBNCl75pqV7DC1C6KOcRzhVIlZSXmMMDRyFytNIt6CtGtDPUkTPnRqPW + KqbqdI3dFP9vYkNRRiLP5VBgPMWnnCGFAkyKow7cOzS0hDJguPVkjTq3cX8rQJiPrAwVzTc18Ow + 0FGFAk + cBT9KJGS1aSueQrOblM03wBbPtneTY4lyDSKb004hTYp6QNVHHeVNLaiJlSwb0BFIcW6hWUxf + amnaMVJVxFRThgokd4tOoW1rnPPwEKf2Nm8ssmaUeYIrabPDU + FcQZuszWlSI6i8G4AGmpi6UhuY1plESo7EiCKYSgjniGnWktZkbDcrAaU2OSiWDetEOh147MqOGJmrNOaCakClsqQeJ0BNcEbMijqU2pLlxMqXBwIqEFMk69jiqjohBNOvCyWaoxHl6ojZ + IvSFUZsdxNEc9spYwb4kFFNOBnQVblCiWiOXSwodeEOK5cOUISCcTSpohPFKZ06JQCW1LV2xW / JSgknlYkCk / EDMU / wZEQtNdK7gsINsdLiVmgQWoIU5Nya / DC7zvNqQWdRLck0XXJVQwLauHpB9gsluXtoealIsSXGCDlTyRTBC9FlxDUEhFYjseOxLIlpbQZ8sDjwWq9ya4EqTVzDoBgSW4eXAb4oGdeRcT2mEUfUyKCYARzzk5acMylbWLEQT9MqMc8yLKbNMIqnbtZYiQ2XKEurPpB0FmVMmyoKVxG8JzgrttfmSPAe720xMmrvBA2IDBm32iVwTqjCAJygWpB10qm3W9SXlK4AEcb1PG2qGZSLaeI8ZZUtIiAVsW0IvkLVUUcrWzFVTlk + RM4MBvYbZ8WqNAfzGqowY3XYOql5jA2IMzEEMCynrcIuMDU9zZ3zq2lzJjjFqxJ8oCyqTtxikvaUbG42rZHFUROxbYgpU8c5vIAnMK81ZRgwVS5CtcFLwXy7Bmgp / YCYJogoTfZUrmRUzxufECraPCY4R0pjcKbeKkJhHp7aosx5RxWGTCYjxpMJObYMy8U478BH8A0FMNGWuh1TFqUtYGNL5a09ctZE6AprPhRs88bCOev8ltRi0o3Om6fhTG5mxKfF9WMyWaow6B7aIK60MgrZuAnzMDKDYrrT87SQLQPUYbFKp5ZAszY7WZzpmy08UlsM3AfaNOlkgFC6aUQGlnyjtZHfImie4NXcxCaPcBT4YIoQcVCoJ2pJ5Sw6T5c1m3IiiHkbWbULS2Wcm7a8ASI4kwmaDNZUWklqlBbpXFzzfEqyZpKoZZuKNT1yTmxli5Byg2pJJSWqEXWOJln4LasYeabestMR61oGpo0XEMzljxpQiRSuoM1WztdT2MNfWpJkvHc4HZC77HiHJ4gRsrXOozl1XlQ2Zdrab19aqnJAymMz7JQLmfrWHKkiaW1jUU8hofMUsQxgmQLdighuAc01TYTClczXqynCAPUOtCRpxrkB4Khry8dwMiQUngwUxYBFw5KyNU4mZ1OSLZneCSfCJK4xfiDVFH7AVLmjfVcCKVkoyjmBhVDomMIV + KJi3M51iwyYKnbEDSoGRUmMVrBQxZHjPF4q0Mzc + C6Cq6iqkmZcE7zVhKrbxEw5tN9SLXTbxpYUIuq70hi + ILjAompHGjemzQ1IJPiKigFtsshAq2NSrgm + I6lFGPohMSfEJ8pgWdGLh9MUIVCGAarWK4akTBdT5NSAD8ylOdo4tpI + hS3mCu + pQqDwJvmNKizyZRfK8tTRygINyyHjxqIIwVWdajGSiJRFiXdDVDyShMIVlFLifWBNvouUEgkrr2OqQ6hTS0vD4kWLaZo5i6Y4j / gZgvOkFEm + ME4yK5I9VTAvQ1xhYVw3 / ZCn4zZvLGLniqEJdb7Ln7A8gYCRUTbpYRCG5tq7gqQTUKsagwS8G3bEWuwSwxyOSOV2ZJTncG66k7Eq4C3 + i + KlRbsSA0lbECsXIThKNyBJjWMK7xyWCUuXtzFD1JbS74RgBk8kQ5d2Z2lFRmUVnVbdaegq3GYG3QrEEoEspFS5ilaTKSuwUh5NSgxcwItaIg + WZOXElFaNJgKNPYhzjddgiilXENSTXNPJcTOttrTUFL7oVpalhfBEuxCSlRyA0BWNi0bUq8l7g1QmZ82WoV64AUknKA2lW2QSQQrAstStPEgnS8Yj6iikotWxcT2dEYzqcGQLd + Vx930kYm6Mn8il9Q3xmTrXtFpTuQGII3bF9UpnBGhMzWafw / cFVcWHIZoTeI + SSKnGucL6cMiASVPjvLBkegcAqnJAE0eg3spOOCuemXMnbQ5WFsa7zNTw17hztIqqmiF0Ag1HQUwmjihcixYDnLOFj8hitCvzMuOmiTrCuxnKwvJ8mjaRtGZQ7kAdJ8wMfg0RC6GIi4gU9nB0Hqc2tytfkLQhUFGGgklsWTyYovCBQVEaR4gwXU5TxwalIegQL5758YTFgyFl8DTRspWdFHjxNHFCm1vqNKbwJbOTWQsjx0QRBqRcmJBEhDpaxeT5Zo7pagqJGe8HNLGTUzuH10TbNl20QajbhkE5jeZM1Dm8m6J0FXVcAwjDYoY2jshpluk6 + VwEAAAgAElEQVRyJ4K3PBlNDWgkiKMI0yb7lYCoZ6qYZhLnaGONC5ZPo9njyXg8ayar8aY6oKlrnGvQHJguh1TFgLk0ZjSZY7pajDjHeDymjTXDomJSj7peNg8e27yxSEkpCk9VTCEa8OpYXf8CL0NmqkWoZkrvkFwQSZYIo7U9fEiIq7DchQnBVzTtiJQg + GkmaYwyMb2QWuG + teS3sdz20AtugKCW8yGOcZyl9EMgEbMn5dCR4QMUQdM0rYtYldnYEVtWwkOIiOvqPIm51YjvSmo4Wq0tP0QTVonTVlXBBRoaUDMzbRqDeGJORDdtk9MN8R1BnLUl + EChpo7JGKE9cFOkLlM6a4OkQBEGlE7xKkRtO4NgyUfmlVgCYdaII + EJeK3IOESNAA0ysBwMzQgVdAlFmSHIDDE1ZLGe3WWYRhy0yRKtBEuIDC5Z0TYKxAWsvAkEsbxYkRKvgqjxKWUwrgK1YnptAieClykkK4UfIMFWZK22FvJyW09bVVXF + 4JFMzuTk8cRuPWOH1OFRTxiya7knJgZBMgFTeqSOsdjnBgRLsXAQmx5nmG5mFWzq2nThGG5hLtm7wBxJjvOgRiMhyq9STo1TVCEQZjBibJksDMqjjvnVjIzWIxKZtIEYvS0MTFVmgKpiVOMdIJzGZHEqJ6jSWOCr3DS4oopyjKgLhGbBsQktiBM4ogQSuPmQmHlZFJiUFTUyRofiQrjZhbEM4kNg1xROsd0tZioDYlMGy0kNtCBJYKmFieJmXJHoo84H4hpgraZ6aklDHxF6TyTOKFpI9LVsRqUU8SUqKOFlYMoQQKlG5JwtKkliTIopghuaH1N / bDLXi + JLiDOM2lG5i3pmMXDnRCEph1TpzmcOgZVQeUzqTXlmCttkdTmCYX3pkDzUzjvjYPMyvTMFCm1xKZGqZmfZLxzVMViK23kplgyXdC0c0xibZGFh8jHbfPGonSCo6VtlbrOqK9wWlH6nVD1oPNd0o7Hp0AWS3bL6sA11OlOxJWkpDRpTSfJNNmrdvJQJOBIC + UkoKBw0yAF43QHhZuyhyFYEo6YTnpt7Ni7jKNCVRm4abJraRl1BkupnMO5xRaaYgQ6oZAKKMhMCJTk2EkZuiQh57pMV7wxEbo2S7lmkmdxavxC4Z1VrHWLiUCT6JIWPaXzeB9IajdUJSWlX0LSiVXJVUfhp82NVUu7snpPduyUW8iepKBadO + Zll21qyjbqYyiBrR1JBkjqEkDpSSm2JH3Vv5BXMEkzuPEdYWzrB7VOM6S8pjgTClm4ULrSeK8ZXyn7vNOA0ggdgmUmWjGHCt5EHVEqxPW / pptMuGAk0zhFm / O6Xu / cCI4jcyP1li7zmJAYMBUuRtKheosOSllMaRoPAmhKgMpCS60zI5uIxRD6iYyqi2 / IkhlISWdWIhO7Lo1NcZlUVGFxVAMWD2 + jeAXU8giCvHGIRQzViMqtgz8kOSs14ZmZbrcgWFZM4lznSIPZsqK4JZYaCvPozq2bHECrRtRuiFtfXfntya1JusWW3TEzsinWKMKa + pVFhqVlqmiYFTfQel3pU6JUdPiXcbjmCotozwBYx0xHUoWDXaliSOiNjj1TFVLOsVQtiztQgidKrFuJ2h2NDF3OR8VhVdEfRfSdIgrrVRQFGIbiTqHCEyVA2KGJkZCAaotMdU4X3Hn / Cp8V9fNiUmBx / O308RZSl904cIIBCtj491CDpdmu7dCKKjbMULopMkw9JbHUk9Wm2fZqahG9Yipakjw2t23Dx7bvLFQN4M4I5BLaRnHiRHSPqI6ImbLYUipxovpopvY0sYGX0yDDhcebINi2pLVpKDNY6qwBO89OfsuWcvhXCTmwJrxL1CNlCGQJVPnCTn4jiQukG6VnTRSiCl4nDozBpII6kHE3EoJlveBx7GEtmsohCQKWYST3IUOHC2Rws3gRbqVFtQ6wUki6aTLss4E79Ecun4GpmQyL8iyWpOKVRPNBY16kIIMzLV3GumGlcmITCwpqOvhkbMRlJbBbkX9hIKkI1JuKGVIrQ2 + U6h5sWxwzZlGtdsWTDGVLVdlbQkG7wsz7JQm / fO2EkraEtRTyCKyWNG7qA1OlECglMqSj8x / QMVTp3mr35VGJpvVTIGndCVehgiDzohYi8xMQjQz1q3Hs0A8PgwoQgBRVo / GuMJRlpmU1jCuR3gCbTPbyakzo / Eso8mIwXAJ6JBJayqvJdM7U0fjDcbtGhZN7dqV0JCuwJx0MtuS / 1l1Eyk3zAynSDkzH2dRNyBlq4ogZDyZOrZMFYs7oYMj5zlwmdKFLstc8MWA0g8sY54p6jjpuMPMVLGjhUedUPrAJK1hWOxocXgV602icxQeJs08k7ZBSVTFDDk7yqKg1My4XY0ilAHaPE / Kim8i2ZVMksP5giyZX8z + zHgVzRQSaPKIuqkpiwHBzTCe3Ml8WkMRrOBnHUedHH2WnGtmhoup44TCDbrrs0KYKTXMx3mct1pzWb0VAUwtKpHgS6pQWV6WG5BdJKtiPGpDiadkJzREhsU0k3ZMEaBwQ4bFNG2ckFIiO5Oirx7dwcAPmTR3mhFuE5UrmKqmKYtFhGLGvHxXMj2cIuVITlaV9yFNR92a1B89evRYgIjMAv + 5pcexHuwC3L6lB7Ee9GM07K6qj3iwO2 / znkWPHtsx / lNVD9rSg7g / iMjyfowPHdvCGLee2gY9evTo0WOrRW8sevTo0aPHetEbix49tl787ZYewAagH + PGwVY / xp7g7tGjR48e60XvWfTo0aNHj / WiNxY9evTo0WO96I1Fjx49evRYL3pj0aNHjx491oveWPTo0aNHj / WiNxY9evTo0WO96I1Fjx49evRYL3pj0aNHjx491oveWPTo0aNHj / WiNxY9evTo0WO96I1Fjx49evRYL3pj0aNHjx491oveWPTo0aNHj / WiNxY9evTo0WO92Gbbqu6yyy66xx57bOlh9NhO8d3vfvf2h9Kv + KGgn9s9NiUe7NzeZo3FHnvswfLly7f0MHpspxCRm7fUufu53WNT4sHO7T4M1aNHjx491ov1GgsReayIfE1EbhSR60XkpG77TiLy7yLyX93 / O66zz5 + IyI9E5D9F5PnrbH + KiPx / 3XvniYh02ysR + US3 / dsissfGv9QeD2eoQowwHsOaNbBqFczObulR9eixcTEawcqVm + bYGxKGisDbVfV7IrII + K6I / DtwPPBVVX2 / iLwTeCfwDhHZBzgW2Bd4FPAVEXmiqibg / wJvAK4C / gV4AfAl4HXAnar6BBE5FvgA8IqNeaE9ti / 84hdwzTXwwx / CbbfB / / yPbVuzxozA2n + jETQNtK0ZjHXx9rfDOedsmfH36LEp8G / / Bi97GVx9NRx00MY99nqNhareBtzWvZ4VkRuBRwMvAZ7VfexC4OvAO7rtH1fVGviJiPwI + E0RuQlYrKpXAojIRcD / wozFS4Azu2N9GviwiIg + wAbhbdtyyy23MJlMHshuPQBu7sKYu + 9ur3fffeGtwWDAYx7zGIqi2EKDuxv / + q / w3vfClVfevc172G032HVXWLIEHvMYWLTI / k1PQ1lCUdz9 / 9rXT37ylruOB4p + bvfYEOy2G3zo3JK99 / 51YOPerw + I4O7CQwcC3wZ26wwJqnqbiOzafezRmOewFrd029ru9S9vX7vPf3fHiiKyGtgZuP2Xzv8GzDPh13 / 9139lfLfccguLFi1ijz32oItw9dgQLF8Ou + xir + fn7fVv / AYAqsqqVau45ZZb2HPPPbfYEGOEk06C / / N / 4HGPg / e9Dw491Ib5iEeA287Zt35u91gfcoYf / EB5xm / eysqVtzAzs3Hv1w02FiIyA3wGeIuqrrmfCXtvb + j9bL + / fe65QfVvgb8FOOigg37l / clk0t9MGxkiws4778zKTRUI3QDkDL / 3e / BP / wQnnwxnnWWewcMJ / dzucV / IGW6 / 3cKxbSs8KmRWbwIPdIPWYyJSYIbiYlX9bLf55yLyyO79RwK / 6LbfAjx2nd0fA9zabX / MvWy / xz4iEoAlwB0P9GK6 / R / Mbg9f3JdEc53tW / o7fcc7zFC8731w9tkPP0OxFlv6d + ixdUHVjMT118NPfwpVBU96EjyKn2 + S822IGkqAvwduVNW / WOetS4HjutfHAZ9fZ / uxncJpT2Av4DtdyGpWRJ7aHfO1v7TP2mO9HLjsgfIVPR4EtgEt / 1 / 8hZHQb3oTvOtdW3o0PXpseajCHXeYkbjpJuPs9trLDMWiRZvuvBviWRwKvAZ4jois6P69EHg / 8Fsi8l / Ab3V / o6rXA58EbgD + FXhTp4QCOBH4CPAj4McYuQ1mjHbuyPC3Ycqq7RYzMzMLr0855RT23XdfTjnllC04ovvAFjYmH / uYKZaOPhrOPRf6hXWPhzNU4a674IYb4P / 9P9v2 + Mcbb7dkyaa / PzZEDfUN7p1TADjiPvY5CzjrXrYvB / a7l + 0T4Jj1jWV7xN / 8zd + wcuVKqqra0kPZqvClL8Fxx8Hhh1sIyvstPaIe68PMzAxzc3OALYL + 5V / + hRe + 8IWcffbZW2Q8Z555JjMzM5x88smcfvrpPPOZz + S5z33uQzrmute4ObFmDfzsZ6Y / qSrYc0 / YaafNu4DaZst9rA9veQusWLFxj7lsGfzVX63 / cxdddBHnnHMOIsLSpUt573vfy6te9SpijLzgBS9Y + NxRRx3F / Pw8hxxyCH / yJ3 / CK16xGVNLNtRrWL584wu214PLLjOt + H77wSWXwGCwWU + / 1WNLzu0Nxda2CHrve9 + 7pYfwoDA3Z0Zidta4ut13h5133jLqv + 1ccLj5cf3113PWWWdx2WWX8f3vf59zzz2Xk046iRNPPJGrr76aX / u1X1v47KWXXspwOGTFihWb11BsxfjmN + Goo8y9 / vKXYYcdtvSINg9E5A0islxElm9J5dn94aKLLmLp0qUccMABvOY1r + EnP / kJT3va0zj44IN597vfvfC5dRdBn / jEJ + 71WCtXruToo4 / m4IMP5uCDD + ab3 / wmAKtWreJ5z3seBx54IH / wB3 / A7rvvzu23385NN93EfvvdHZQ455xzOPPMMwH4u7 / 7Ow4 + + GAOOOAAjj76aEaj0a + c7 / jjj + fTn / 40y5cvZ9myZSxbtoz9999 / QTTw4x / / mBe84AU85SlP4bDDDuMHP / gBwH1e46aEqnkSP / wh / OAHVnXgsY + 1xdMWlYmr6jb57ylPeYr + Mm644YZf2ba5cd555 + m73vWue2zbaaedtGkaVVVdvXq1Tk9PL7y37uvNhquvfsD / Nsd3 + + / / rjozo7rXXqq33bbJT3e / AJZrP7cXcN111 + kTn / hEXblypaqqrlq1Sl / 84hfrhRdeqKqqH / 7whx / QvH7lK1 + pV1xxhaqq3nzzzbr33nurquqb3 / xmfc973qOqql / 4whcU0JUrV + pPfvIT3XfffRf2P / vss / WMM85QVdXbb799Yfupp56q5513nqqqnnHGGXr22Werqupxxx2nn / rUp + 4xhpNPPllPPvlkVVV9znOeoz / 84Q9VVfWqq67SZz / 72aqq93uNGxs5q95xh + oNN9htt2KF6q23qsb4AA + 0nvv1wc7t7TYMtaWgqvcqcexlj / ePj33MOIq99za + Yh0HrMdWgMsuu4yXv / zl7NIlb + 60005885vf5DOf + QwAr3nNa3jHO96xwcf7yle + wg033LDw95o1a5idneXyyy / ns581df6LXvQidtxxx / s6xAKuu + 46TjvtNO666y7m5uZ4 / vOfv959PvnJT / K9732PL3 / 5y8zNzfGtb32LY465mzat6xrgIV3jhiIlUzf9 / OcwmRgnsSXDTfeF3lhsZBxxxBG89KUv5a1vfSs777wzd9xxB4ceeigf / / jH + d3f / V0uvvjiLT3ErQqTCfzxH8OHPgTPfCZ8 / vMPn9DTtoSNvQjKOXPllVcyHA436JghBHLOC3 + vW / bk + OOP55JLLuGAAw7gggsu4Otf / / r9nvv666 / njDPO4PLLL8d7T86ZHXbYgRX3QQRtioWe6t1F / + 64wxLrpqasOsGOO26dyr + tyG5tH9h333059dRTOfzwwznggAN429vexrnnnstf / / Vfc / DBB7N69eotPcQHh7W1ozYibrwRDjnEDMVJJz28OIptDUcccQSf / OQnWbVqFcA9FkHAA14EPe95z + PDH / 7wwt9rH9TPfOYzF471pS99iTvvvBOA3XbbjV / 84hesWrWKuq75whe + sLDv7Owsj3zkI2nbdr3jWL16NcceeywXXXQRj3iE9f9ZvHgxe + 65J5 / 61KcAM4zf / / 73AR7SNd4bYrSClzfeaP / uuMNUTXvvbRLYza1weiDoPYtNgOOOO47jjjvuHtuuXKfy3TvfeXcayWaX4W0FiXiq8JGPmIGYnoYvfAFe9KItPaoe94d1F0Heew488EDOPfdcXvWqV3Huuedy9NFHP6DjnXfeebzpTW9i6dKlxBh55jOfyfnnn88ZZ5zBK1 / 5Sp785Cdz + OGHL9SAK4qC008 / nUMOOYQ999yTvffee + FYf / qnf8ohhxzC7rvvzv7778 / s / dSev + SSS7j55ps54YQTFratWLGCiy + + mBNPPJH3ve99tG3LscceywEHHPCQrnEtVE3yevvt9 / Qifv3XzTiEbeQpLLqNJkofdNBB + svdxG688UZ + oyuA1 + M + 8CCNxY23385vrCP7fbC480444QT4zGfguc + Fiy6CRz7yIR92o0NEvquqm1cz3KGf23djbdfAtVzJtoQYzTisXGmKJufMODziEWYsNpkHsXw5N05P3 + d8ebBzexuxaT22Coj8alOIB4BvfANe9SorePbBD1p29tZE4PXosTEwHlt / lTvvvNuL2H13MxTbcnJpbyx6bHLEaEUA / / RPLfP0W9 + Cgw / e0qPqsTlw1llnLXABa3HMMcdw6qmnbtD + N9100yYY1abBeAy33mpGwjlTM + 2yi4Vatwf0xuLhhC3AV9x2Gxx7LFx + ObzmNfDXf71pi5312Lpw6qmnbrBh2FbRNJZlvWqVGYlHPtIacW0FvcI2Knpj0eOB4QGEov7jP + AVr7BSBRddZMaiR4 / tBarGR9xyi73ebTfLD9rejMRa9MaixybBP / 2TNSx6 / OPhq1 + Ffffd0iPq0WPjYTQyNfn8PCxebMqm7b2G2fZNL4ps3H8bgF + uYbMWp59 + Ol / 5ylfuc79LLrnkHhmt2zLOOce8iMMOg29 / uzcUPbYf5GwhpxtvhLo2Dm6vvbZ / QwG9Z7HZsL6ql5dccglHHnkk + + yzz0M + V4yR8Mvi7Y3JV9xPKOoDH4B3vhN + 53cs9LSVFB3d / rCxdZfbqIR + c2I8hp / 8xLyKnXe24n7bSo7ExsD27VlsIaSUOOGEE9h333153vOex3g8Xqh6CZaUt88 + + 7B06VJOPvlkvvWtb3HppZdyyimnsGzZMn784x + zYsUKnvrUp7J06VJe + tKXLmSyXn311SxdupSnPe1pnHLKKQtezAUXXMAxxxzDi1 / 8Yp73vOcxNzfHEUccwZOf / GT2339 / Pv8f / wHATbfeyt4vfzmvf9 / 72O8Vr + DVp53GV779bQ593evY62Uv4zvXX / + gr / tDHzJDceyx8NGP9oZie8PD1Wtey03ceKOR2U94gnkUD9RQXHDBBfzhH / 4hAOeffz4XXXTRQx7bHnvswe233 / 6Qj7Mh6I3FJsB / / dd / 8aY3vYnrr7 + eHXbYYaEQGViZhM997nNcf / 31XHvttZx22mk8 / elP56ijjuLss89mxYoVPP7xj + e1r30tH / jAB7j22mvZf / / 9ec973gPA7 / 3e73H + + edz5ZVX4n9JtH3llVdy4YUXctlllzEYDPjc5z7H9773Pb72ta / x9r / 6K9YmYP7olls46dhjufZjH + MHN9 / MR / / t3 / jGRz7COSedxJ / 9wz88qGv + xCfgj / 4IXvpS8yi2ZT15jweG9773vffbVGhjGosY40Y5zoYiJetKd / PNMDMD + + yzcUrSvPGNb + S1r33tQz / QZkRvLDYB9txzT5YtWwbAU57ylHtoxRcvXsxgMOD1r389n / 3sZ5mamvqV / VevXs1dd93F4YcfDlj5kMsvv5y77rqL2dlZnv70pwPwqle96h77 / dZv / RY77bQTYPVt3vWud7F06VKe + 9zn8rOVK / l5V9dnz0c9iv2f8AScc + z7uMdxxMEHIyLs / / jHc9Ott27YRa4TBrn6ajj + eHjGM6x67PaqBumxlXrNn / 88YJ7P3nvvzetf / 3r2228 / Xv3qV / OVr3yFQw89lL322ovvfOc793ld8 / Pz / P7v / z4HH3wwBx54IJ / / / OcZj + Gaa8aceOKxvPa1S3n3u1 / BYYcdwtrs + nXbI3 / 605 / m + OOPB + Cf / / mfOeSQQzjwwAN57nOfy89 / / vNfOd + ZZ57JOeecw6233rrQX2PZsmV477n55ps3uN / H5qzA0RuLTYB1u4N57 + + xGgoh8J3vfIejjz6aSy655B6d89aH9U2M6XWyfy6 + + GJWrlzJd7 / 7XVZ85CPsttNOTJrGxrfO09yJUJWlvXaOmBIPBLfeCi95iUkGP / vZPvS0vWOr9Jrf / va7veYf / YiTTjqJa6 + 9lh / 84Ad89KMf5Rvf + AbnnHMOf / Znf3af13XWWWfxnOc8h6uvvpqvfe1rvO1tp / C9783z8Y / / X3bbbYobbriWU089le9 + 97vr / Y6e8YxncNVVV3HNNddw7LHH8sEPfvA + P / uoRz2KFStWsGLFCk444QSOPvpodt99d0466STe + ta3cvXVV / OZz3yG17 / + 9QC85z3v4RnPeAbXXHMNRx11FD / 96U / XO56NhYcRPbN1YG5ujtFoxAtf + EKe + tSn8oQnPAGARYsWLRRAW7JkCTvuuCNXXHEFhx12GP / 4j / / I4Ycfzo477siiRYu46qqreOpTn7pQDfPesHr1anbddVeKouBry5dz8223bfRrydlUT6tXw1VXWc2bHts3NtRrftGLXsSRRx75K / vfm9d8zDHH3KvXvG5l2Xvzmi + / / HKcc / zsZz9bWL3vueee7L / / / oAVPzziiCPMa95 / / / vNBv / yl7 / MpZdeyjnnnEPbwvz8hLvu + ik / / OHlvOUtfwTA0qVLWbp06Xq / o1tuuYVXvOIV3HbbbTRNw5577rnefb75zW / ykY98hCuuuALYuP0 + Nha2b2OxFSo8ZmdneclLXsJkMkFV + cu / / EsAjj32WE444QTOO + 88Pv3pT3PhhRfyxje + kdFoxOMe9zj + oeMS / v7v / 54TTjiB6elpnvWsZ7FkyZJ7Pc + rX / 1qXvziF3PQQQex7DGPYe899tjo1 / K / / 7f1y / 67v4Pu / uyxneOXvebxeLzw91qv + atf / Sof / / jH + fCHP8xll122Qcd9sF5zURTsscceC / 0t1h2fc27hb + fc / fIdqsonPvEZQngSs7OWYPfoR9vcvq9 + FutuX7e / xpvf / Gbe9ra3cdRRR / H1r399of3rfeG2227jda97HZdeeulCaOuB9vvYHNi + jcUWwB577MF111238PfJJ5 / 8K5 + 5t9jpoYce + isk4FVXXfUrn9t333259tprAXj / + 9 / PQQdZ8cjjjz9 + IWYKsMsuu9xdFv2XZLPXrdMX + YJ1JvIej3rUPd67P1zDMk7944aXvazkda / boF16bExshQuhLeI1f + 1r3LwReq0cccTzed / 7PsTb3 / 4h9thD + O / / vobHPvbAhf4az372s7nuuusW7j2wHhs33ngjT3rSk / jc5z7Hoq6OzerVq3n0ox8NwIUXXni / 523blt / 5nd / hAx / 4AE984hMXtq / t93HKKacAVkZ92bJlC + M57bTT7tHvY3Og5yy2MXzxi19k2bJl7LffflxxxRWcdtpp97 / DJqgHFfG8jr9nF27nb / 92623W0mPzYnZ2liOPPJKlS5dy + OGH38NrPvvssznwwAP58Y9 / zIUXXsgpp5zC0qVLWbFiBaeffjpgXvMb3vAGnva0p6Gq9 + s1L1 + + nIMOOoiLL774Hr0tHgzWrIGXvvTdtG3Lccct5VnP2o93v / vdAJx44onMzc2xdOlSPvjBD / Kbv / mbC / u9 / / 3v58gjj + Q5z3kOj1ynzv6ZZ57JMcccw2GHHbbe0urf + ta3uPrqqznjjDMWSO5bb72V8847j + XLl7N06VL22Wcfzj / / fICFDn9PfvKT + fKXv7zQ72NzoO9nsb1jIxmLG2 + / nd / 47d8G4Fz + iLdwLp / i5bxcP71Rjr + 1oe9nsfkxNze3EIZ5 / / vfz2233ca55567Sc + 5ciX89KcmzNhrr / ULNJ71rGdxzjnnLHj0WyX6fhYbhvvqFdzjwUPB2GzgFh7NabyP3 + ZfOJrP3O9 + PXo8EHzxi1 / kz / / 8z4kxsvvuu3PBBRdssnOpWgHAn / / cajs97nEPr2zsB4Pt6usZDAasWrWKnXfeuTcYsFG8CgVWxcjgRz / i / 2 / vzuOkqK4Fjv + OgixBUGQRGVSIaAAFhRFRZFHjw + dTQIIOi0IARbY8ebLji4BJ2FREkSUIKAgIPEG2xCAiMIiKggiyM6jRUQgYZZ8M231 / VE1sh57pnu7qrqXP9 / PpT3ffmao5t + d2nbq13AvQl / GcoRgT6Y1A3BMiKZUnIyODjIyMhP6NV199lRdffJHcXOuGu + LFoVmzxkyaNDGq5desWZPQ + LwsUMkiLS2N7OxsDh065HYo3uDEMADnzlEyK4u04cN5h7tZSFtGMoTqfBX / ulWRaK85fh06dKFhwy7k5FgjxVaq5HZEzkvUrlugkkXx4sWjuqY5ZTgwKGGes1xAf56jBvt4knGOrVdFR3vN8Tt + HLKyrI7wtddah5 + CxhhjHQlIwDC4gUoWKnFm0pnPqcsCHqQEp9wOJ + Vorzk + x49bM9kVK2b1Jr791noEUcmPPyatZ0 / H16vJIqgc3Ps8QWn + lz / SiA9pSzCvfvI67TXH5uxZeOopa + j85s3hzTet4cUDrXZta1RPh2myUN2kpyoAAA8lSURBVBG9TB / 2cwX / x4OETUF6klt50MmT0LWrNSJyjx7w4otgD4OmYqDJQhUqh5KM40n + gxU05gO3w1EqKnv3wm9 + A9u2Wb2KgQPdjsj / NFkEkYOHoGbQlYNUZigFj9iplJe89ZY1ZH6xYvD229CihdsRBYMO96EKdJpijGUgt7GepmS6HY5ShTpzBgYMgDZt4Lrr4NNPNVE4SXsWqkBz6cDXXMUkeoU / V6GUR + zfb03nm5kJvXrBuHE6t4rTNFmosM4hjGYwddnCvfw18gJ6klu5ZO1ayMiAY8dg9mzo2NHtiIJJD0MFjUPnKxbTml3UYigjo + 9V6M1iKomMgWefhbvugnLlYMMGTRSJFDFZiMgMETkoIttCysqLyEoR2Ws / XxrysyEikiUiu0WkRUh5AxH53P7ZS2LfhioiJURkvl2 + QUSudraKqqgMMJKhXMNeb9xXoUlI5XPkiHVuYuBAeOABax54e8pulSDR9CxeA / JPFD0YWGWMqQmsst8jIrWBdkAde5lJIpI3me5koDtQ037krbMb8KMx5hrgBWBMrJVRzljJ3WwinUGM4ULOuRuMJgqVz9atkJ4Oy5fDCy / AggXBHLrDayImC2NMJvBDvuJWQN4UUDOB1iHl84wxucaYL4EsoKGIVAHKGmM + NNYEGrPyLZO3rjeBu0QHv3HVSIZSlWwe4XW3Q / mJNgkFzJwJjRrBiROwejX07atNI1liPWdR2RizH8B + zhu7sSrwTcjvZdtlVe3X + ct / towx5gxwBAj6DfmJ4cC3Zj23sZbm9Oe52MaA0m + uSoAjR6BTJ + v + iUaNYPNmuP12t6NKLU6f4A63pTCFlBe2zPkrF + kuIhtFZKMOqJYYoxjCZXzPY7zidiiaeBQA69ZBvXowdy4MGwbvvAOVK7sdVeqJNVn8wz60hP180C7PBqqF / F4a8J1dnham / GfLiEgxoBznH / YCwBgz1RiTboxJr1ixYoyhq4J8Rj3 + wn30ZTy / 4KS7wWiiSHmnTsHQodCsmXU39rp1MHy4zmjnlliTxVKgs / 26M7AkpLydfYVTdawT2R / bh6qOiUgj + 3xEp3zL5K2rLfCe8evE4G5yYOM6msFczFF6E92sYYmMRaW2Xbvg1lth1ChrMMDNm633yj0Rc7SIvAE0ByqISDYwDBgNLBCRbsDXwIMAxpjtIrIA2AGcAXobY87aq + qJdWVVKeBt + wEwHXhdRLKwehTtHKmZKpI91GQBDzGQsVzKYXeDKSjZBPjGPxHpjnW1IFdeeaXL0bjHGJg8Gfr3h9KlYdEi69JY5T7x6058enq62ejAHNOBEefe / KO8whw68hVXU / nfRxXjEE + 7KqwuSWqvIrLJGJOelD + WT6q27QMHrF5E3uB / r74KVaq4HZUPRdipirVt6x3cim9IYxad6MZ0ZxIF6KEoVSRLlsANN1iXw06YYCUMTRTeoskiCOLcMD9PPwzCAJ51KKA4aJJJKcePQ / fu0Lo1pKXBpk3Qp482Ay / SZOF3cX6rDlGBV3iMjszhKr52KCilItuwAW66CaZNg0GDrPe1a7sdlSqIJosU9xL / TQ6lGJSIUVZ091CFceYMPPMMNG5sXR67ejWMHq1TnnqdXrHsZ3FujI9yMRP4HW1YRC12ORRUHDS5BN6 + ffDww / DRR9YIsS + / DJdc4nZUKhras0hhk + nJES5hCKPcDkUFnDEwYwbceCPs3GndjT17tiYKP9Fk4Vdx7oXnUJJxPEkL / kYDPnUoqDCijVN7FYH1 / ffQti106wY33wyffw7t27sdlSoqTRYpairdOUjl5PQqNBGkrBUroG5dWLbMmqjo3XehWrXIyynv0WThNyJxb3z / RQnGMIhmrKEZmQ4FFoei1EcTjy / k5MATT8A990D58tbkRP37wwW6xfEtPcGdgqbxKPu5gjl4YA5K3fgHzpYt0KED7NhhJYxRo6BUKbejUvHSPO8XDvQoAHK5iNEMpgmZNGdN / HFFK1z8migC5dw5a + a6hg3hxx + tQ1Djx2uiCArtWaSY6XTjW9KYSeewE4kkjSaKQDlwwJqYaMUKaNkSpk + HChXcjko5SXsWfuDQhjWXixjFEBrzPnfyniPrLDKHekjKO5Yts8Z1WrvWGjF28WJNFEGkySKFTONRsqnGMEa426tQgXDiBPToYfUk8sZ16tFD9wWCSpNFijhGGUYwjKas5de863Y48dGtkes2bYL69WHqVBgwwLojW8d1CjY9Z5EixjKQQ1TiL / yX9ipUzM6ehbFj4emn4fLLYdUquOMOt6NSyaDJwusc2Iv + lit4nn604w1uJvUm1VHO + PvfoVMnyMyEhx6CKVPg0kvdjkolix6GSgFDGckZijGSoW6Honxq7lyoV8 + aC3vmTJg3TxNFqtFkEXCZNGEWnenH81TnK7fDUT5z + LA1OmzHjlCnjnXDXadOetooFWmy8LI4v5GnKUYvJnEVX / F7 / uBQUCpVZGZavYn58635J9auherV3Y5KuUXPWQTYePqynetZQktKk + N2OMonTp2C4cOtCYlq1ID16 + GWW9yOSrlNk0VA7aAWv + cPtGIxLVnmdjjKJ3bsgM6dYeNGa0jx8eOhTBm3o4qTiDWhhoqLHobyqjgOQZ2iOB2Zw8Uc48887mBQKqhOn4Y / / cmaE / vLL2HhQmtubN8nCuUY7Vl4UZznKoYxgs + 4icW0ojIHHQpKBdVnn0HXrtaVThkZMGECVKzodlQxCu1FRNOj0F5H1LRnETDLuI8xDKIb02jFUrfDUR6Wm2vdXHfzzfDdd7BokXVJrCcSRTw7TKHjj4VbT7QjIOdfR4pfAqY9iwDZxXU8zGzq8ykT + J3b4SSW7hHG5ZNPoEsX2L4dHnnEOjdRvnwhC3jh886LIVws8fQi8icD7Y2EpT0Lr4lx7 + WflKc1iylBLotoQyn + 5XBgKghycmDQIGjUyLqHYvlymDUrQqLIE9o28 / bOQx + h5U4oaP2FxRTNOiP9fri / F + 7vp1hPQ3sWXhJj4ztGGe7lr3zF1azkbq7kG4cDU74QYc94 / Xrr3MSePfAYU3l2e3fKXZJvmXBtMHR9hbXR / BvS0F5AYctFu / 7C / lZRfl / FRHsWXhFjY86hJK1ZzCYaMJ8MmvC + w4EpXyhorx9rKPG + faFJE + s8xUp + zVQe / ylRhC4Tad2xxBRp + fy9B2WJ9nxLYeUO0p6Fjx2hLC1Zyjqa8Bq / 1RPaqaIIG4XVcgePMo0v + CW9e8PoiWUow4kEBpcikpnYPHKORHsWXhBDw9vP5TRnDR9wG3PoSCdeT0BgynOibCvfcxnd + TN3shrBsJamvDxRNFE4LZrzKrGuN5qy / OUJTGKaLNwWwz / 3A26lAZvYw7Us437aMy8BgfmAHrY4z1kuYAqPcx27mUFX + vEcW6lLU9a5HZrKL5rDb5EuAU4iTRY + YoDJ9KA5ayjNST6iEfewwu2wlEd8QjqN + IieTKEuW9lCPZ5jgI4Llkzhrp4Kd7VYtBcKRPt3kkCThZuK8I8 + SSm6MoNeTOZuVrKRdG5gWwKDU37xT8rzOFO4hQ18S1Xm0p73uJM67HA7tNRW1A25x0 / ya7JwSxEaxWZupAGbeI0uPM0IlnE / l3AkgcEpPziHMJ2uXMduptONvoxnF7 + iPfN06ly / 8XCSyKPJwg1RNoxTFGcMA7mFDRylLO9yFyMYzgW4f2WEZ / jgS5YIm7mRxqznUaZTi51s5ibG0Y + yHHM7NFUQn7dVTRbJFkWDOYewkDbUYTuDGcN9LGcrdbmL95IQoA / 5 / EtYFIeoQE8mkc5GvqAGM + lEJk31kKRKOL3PIpkibNQOU47X + C0v04d9XENttvM29 + hJ7Gh45Fr0RMnNhZdegj + SxQl + QW8m8gxP6 + FIlTSe6VmIyD0isltEskRksNvxOC5MojDAHmoyhcdpwd + oxEH + h / FczgHm8xBbqKeJoijCXfMeEHv3wuDB0IR1bON6XuIJTRQqqTzRsxCRC4GJwN1ANvCJiCw1xrh2OUfeTqoxPz1C30fzs3Pn4Gi5NI5QjsPcxiEq8iXV + YIa7OFaNpLOD1wGwDXspS / jacc86rM5iTUNsAD1Nq6 / HrZtg1q173c7FJWiPJEsgIZAljHmCwARmQe0gqJf + 9eiBbxvD48U64beWdnnlZTlCL9kHw / wFrfyIbfxAb9il17BkgjRDmDnA7VquR2BSmVeSRZV4WdDpWYD500RLyLdge722 + MisruA9VUAvnc0QgcdBTbbj + lFW9TT9YqDO / Uq / FDVVckKA4LTtuOg9XJSAtq2V5JFuJqdt9tnjJkKTI24MpGNxph0JwLzEq1XcGnb1np5nVdOcGcD1ULepwHfuRSLUkqpfLySLD4BaopIdRG5CGgHOt62Ukp5hScOQxljzohIH2AFcCEwwxizPY5VRuzO + 5TWSwX1s9J6eZwYn10RopRSKvm8chhKKaWUh2myUEopFVGgkoXfhwwRkRkiclBEtoWUlReRlSKy136 + NORnQ + y67haRFu5EXTgRqSYiq0Vkp4hsF5En7HJf1yvZ / Ny2g9iuIQXbtjEmEA + sE + P7gBrARcAWoLbbcRWxDk2B + sC2kLKxwGD79WBgjP26tl3HEkB1u + 4Xul2HMHWqAtS3X18M7LFj93W9kvwZ + rptB7Fd27GmVNsOUs / i30OGGGNOAXlDhviGMSYT + CFfcStgpv16JtA6pHyeMSbXGPMlkIX1GXiKMWa / MeZT + / UxYCfWHfu + rleS + bptB7FdQ + q17SAli3BDhlR1KRYnVTbG7AercQKV7HLf1VdErgZuAjYQoHolQRA / k0D9 / 1OhbQcpWUQ1ZEiA + Kq + IlIGWAj0NcYcLexXw5R5tl5Jkkqfie / qmiptO0jJIqhDhvxDRKoA2M8H7XLf1FdEimN9meYYYxbZxb6vVxIF8TMJxP8 / ldp2kJJFUIcMWQp0tl93BpaElLcTkRIiUh2oCXzsQnyFEhHBGlx3pzFmXMiPfF2vJAti2 / b9 / z / l2rbbZ9idfAD3Yl2RsA94yu14Yoj / DWA / cBprL6QbcBmwCthrP5cP + f2n7LruBv7T7fgLqNPtWF3trcBn9uNev9fLhc / Rt207iO3ajjOl2rYO96GUUiqiIB2GUkoplSCaLJRSSkWkyUIppVREmiyUUkpFpMlCKaVURJoslFJKRaTJQimlVET / D4j + P6nsPSvgAAAAAElFTkSuQmCC \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 4 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " # Plotting the Original and Histogram Equalized Image , Histogram and CDF \ n " , <nl> + " fig , axs = plt . subplots ( 2 , 2 ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 0 ] . imshow ( cv2 . cvtColor ( image_c , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 0 ] . set_title ( ' Original Image ' ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 1 ] . imshow ( cv2 . cvtColor ( image_c_equalized , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 1 ] . set_title ( ' Histogram Equalized Image ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 0 ] . plot ( cdf_c_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 0 ] . hist ( image_c . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 0 ] . legend ( ( ' cdf ' , ' histogram ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 1 ] . plot ( cdf_c_equalized_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 1 ] . hist ( image_c_equalized . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 1 ] . legend ( ( ' cdf_equalized ' , ' histogram_equalized ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " # Hide x labels and tick labels for top plots and y ticks for right plots . \ n " , <nl> + " for ax in axs . flat : \ n " , <nl> + " ax . label_outer ( ) " <nl> + ] <nl> + } <nl> + ] , <nl> + " metadata " : { <nl> + " kernelspec " : { <nl> + " display_name " : " Python 3 " , <nl> + " language " : " python " , <nl> + " name " : " python3 " <nl> + } , <nl> + " language_info " : { <nl> + " codemirror_mode " : { <nl> + " name " : " ipython " , <nl> + " version " : 3 <nl> + } , <nl> + " file_extension " : " . py " , <nl> + " mimetype " : " text / x - python " , <nl> + " name " : " python " , <nl> + " nbconvert_exporter " : " python " , <nl> + " pygments_lexer " : " ipython3 " , <nl> + " version " : " 3 . 8 . 2 " <nl> + } <nl> + } , <nl> + " nbformat " : 4 , <nl> + " nbformat_minor " : 4 <nl> + } <nl> new file mode 100644 <nl> index 0000000000 . . c1df5cac06 <nl> mmm / dev / null <nl> ppp b / code / artificial_intelligence / src / image_processing / contrast_enhancement / Min - Max - Contrast - Stretching . ipynb <nl> <nl> + { <nl> + " cells " : [ <nl> + { <nl> + " cell_type " : " markdown " , <nl> + " metadata " : { } , <nl> + " source " : [ <nl> + " # # Contrast Stretching of Black and White Image : \ n " , <nl> + " Contrast of a Black and White Image is fairly straight forward . In Min - Max Contrast Stretching , the lower and upper values of the input image are made to span the full dynamic range . " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 1 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Importing the libraries \ n " , <nl> + " from PIL import Image \ n " , <nl> + " import numpy as np \ n " , <nl> + " import matplotlib . pyplot as plt \ n " , <nl> + " import cv2 \ n " , <nl> + " import matplotlib . image as mpimg " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 2 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Reading the original image , here 0 implies that image is read as grayscale \ n " , <nl> + " image = cv2 . imread ( ' lc . jpeg ' , 0 ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the original image \ n " , <nl> + " hist , bins = np . histogram ( image . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf = hist . cumsum ( ) \ n " , <nl> + " cdf_normalized = cdf * hist . max ( ) / cdf . max ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 7 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Create zeros array to store the stretched image \ n " , <nl> + " image_cs = np . zeros ( ( image . shape [ 0 ] , image . shape [ 1 ] ) , dtype = ' uint8 ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " # Loop over the image and apply Min - Max Contrasting \ n " , <nl> + " min = np . min ( image ) \ n " , <nl> + " max = np . max ( image ) \ n " , <nl> + " \ n " , <nl> + " for i in range ( image . shape [ 0 ] ) : \ n " , <nl> + " for j in range ( image . shape [ 1 ] ) : \ n " , <nl> + " image_cs [ i , j ] = 255 * ( image [ i , j ] - min ) / ( max - min ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the image after applying Min - Max Contrast Stretchong \ n " , <nl> + " hist_cs , bins_cs = np . histogram ( image_cs . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf_cs = hist_cs . cumsum ( ) \ n " , <nl> + " cdf_cs_normalized = cdf_cs * hist_cs . max ( ) / cdf_cs . max ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 8 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAX8AAAEICAYAAAC3Y / QeAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAgAElEQVR4nOy9eZDkW1bf9725Ve57Zq29vXmLZmMMMhJYyMYhZNBEEIzlADmQQxiEUEjIFiEkMAjjAYGMCUlIYSMZJJltLCRbDmRLDozxgkSYkbAEWAPz4M3wul93dXdV5b7v + fMfv / yculnzul / 1MPO6 + 03diI6uqsz85e9377ln + Z7vOdcFQaCrcTWuxtW4Gp9bI / K0b + BqXI2rcTWuxts / rpT / 1bgaV + NqfA6OK + V / Na7G1bgan4PjSvlfjatxNa7G5 + C4Uv5X42pcjavxOTiulP / VuBpX42p8Do4r5f9ZGs6573TO / Z3P9Hsvca3AOffiZ + JaV + NqvBOGc + 4XnHPf + Bm61oedcx / 5TFzraY8r5X + J4Zz7j51zH3POjZ1zJ865v + WcKz7uM0EQ / OUgCC4lcE / y3t / J + ExugqvxOx / Oua91zv1L59zQOffQOfezzrkv + Qxc98edc9 / 3mbjHR1z / sQ6Gcy7hnPurzrnjzbPdds79kPf6Hefcl3027 + FpDOfclzrnjp / 2fVx2XCn / txjOuW + V9F9J + guSCpK + SNINST / vnEs84jOxt + 8Or8bzOJxzf07SX5f0lyXtSrou6W9K + qq34bs / 2 / L5HZL + TUm / R1JO0r8r6Vcv + + Gr / fM2jSAIrv494p + kvKShpK + 58PespDNJ37D5 / cOS / qGkj0jqS / rGzd8 + 4n3mj0l6Q1JL0n8u6Y6kL / M + / 5HNzzclBZK + TtJdSU1Jf9G7zu + R9FFJXUkPJf03khLe64GkFx / xPL8g6Rs3P3 + ppGNJ37Z5loeSPiTpg5Jek9SW9J1P8L3 / nqTfktRTqMT + Kd + 1ef0bJL0qqSPp5yTdeNrr + xTlqrCRq69 + zHt2FBqHB5t / f13SzoW1 + 1Zv7b5 + 89o3SVpImm + + 4x9v / n5H0rdL + teSZpJikv4zSb8taSDp45L + fe / 7X9ysYW8jg / 9g8 / d / tpGx0eb6f + RN7v2fSPqWRzzXT0laS5psPv9tnsz / 8Y3M / 7PHycyj7kGh4fw1hXvwtyV9hSf3f0nS / 7N51v9dUtW7py + S9Esb2f7 / JH2p99qtzTwMJP38Ru4 / 8ohn + 1JJxxf22 / dtrj2U9I8lVST995t7 / H8l3fTe / zck3du89q8k / X7vtZSkn9jMxaubefO / 60DS / ySpIem2pP / 0LeXwaW + EZ / mfpK + QtJQUe5PXfkLST29 + / vBmw31IYTSV0rZCf89m8b9EUkLSX9m8 / 3HK / 29vrvMBhZv13ZvXf / dGWGOb974qb6PpyZT / UtJ3S4pL + hMbwfl7Cr2190qaSnrhrb5XUnUjsH948 / qf3Twf3 / UhSZ + U9O7N698l6Zee9vo + i3Llved7Jf1zSXVJtY0C + UsX1u57N2v3QUljSaXN6z8u6fsuXO + OQsV4TVJq87ev3iiNiKQ / olCZ7m9e + 2lJf3HzWlLSl1xGxjavf5dCJf6nJb1fknuTe / ky73dk / iclZTZy / 1iZuXgPCp2TnqQ / uLnnQ0m / y5P735b08ubavyDpBzavHSp0yD64 + dwf3Pxe27z + UUl / TaEx / rcVGoEnUf6flPQuhQb / 4wodqy / bPNNPSvox7 / 3 / kULjEFNo2E8kJTev / YBCI1SSdKTQiB9vXosoNBbfrVC / vCDpdUlf / lg5fNob4Vn + t1mMk0e89gOSfn7z84e18Va81z + sc4X + 3doYis3vaYWe2eOU / 5H3 / l + W9B8 + 4j6 + RdLPPGpTXHjvL2hb + U8kRTe / 5zaf / b3e + / + VpA + 91fcqjGo + 6r3mFHowfNfPSvrj3usRhcrqxtNe46ckV3 / 0UXLlvee3JX3Q + / 3LJd25sHYx7 / UzSV + 0 + fnH9ebK / xve4jt / TdJXbX7 + SUk / 6svhZWRs83pU0jcr9LRnCiOXr7twL2 + m / F / w / vZYmbl4D5J + RNIPPeJ + fkHSd3m / / 2lJ / 9vm52 + X9FMX3v9zCiPv6wqNbMZ77e / pyZS / H7X / VUk / 6 / 3 + lZJ + 7THz2JH0gc3PW8pcIbqA8v + 9ku5e + Ox3yDMsb / bvCvN / / GhKqj4Cg9zfvM6495jrHPivB0EwVuhdPG6ceD + PFUJNcs697Jz7J5vEc18hZlx9i2s9arSCIFhtfp5s / j / 1Xp9c8nsvPl + gEJZg3JD0N5xzXedcVyGk5BR6XZ + Lo6VHyxXjQCFMyHhj8ze7RhAES + 93k5HHjC0Zdc79Mefcr3nr8j6dr + m3KVyjX3bO / YZz7hve4to2giBYBUHww0EQ / D5JRUnfL + m / c869 + wnu70ll5ppCg / mo8ab7afM9X833bL7rSxTu7wNJnSAIRt5n / TW5zLi4n950f0lhftE596pzrre5j4Iescf0qXN1cOEZvlNhLumR40r5P358VKHn8of9PzrnMpL + kKT / 0 / tz8JjrPFQYqvH5lMLw7tMZf0vSb0p6KQiCvMJFdp / mtT5T33vx + Zz / u0JB / ZNBEBS9f6kgCH7pbbjvZ3F8VCGk9qHHvOeBwk3NuL7522XGo2TR / u6cu6EQWvwzkipBEBQl / bo2axoEwUkQBH8iCIIDSX9S0t / 8dNg1QRBMgiD4YYVe7Hsue396cpm5pxBeedJxT6Hn739PJgiCH1Ao16XNfmdc / zS + 4y2Hc + 73K4xCvkYhfFdUCGO96R5TaOz8Z7h94RlyQRB88HHfeaX8HzOCIOhJ + h5J / 7Vz7iucc3Hn3E1J / 6NCz / anLnmpfyjpK51z / 9aGIfQ9 + vQVdk4hvj50zv0uSX / q07zOZ / J7 / 1dJ73fOfWjjzX6zpD3v9f9W0nc4594rSc65gnPuq9 + m + 37mxkauvlvSD2 / mLL2RrT / knPvBzdt + WtJ3Oedqzrnq5v2X5ZefKsR9HzcyCpVtQ5Kcc1 + v0PPX5vevds6hbDqb9xIlPvb6zrlv2dAeU865mHPu6xTKz69e5vOb8VYyc / Eaf1fS1zvn / oBzLuKcO9zI6VuNjyjcm1 / unIs655Kbez8KguANSf9S0vds6KtfohCq + WyMnEKIqSEp5pz7boWEE8b / oHA + Ss65Q4VGm / HLkvrOuW / fzHnUOfc + 59wXPu4Lr5T / W4wgCH5QoZf7VxQqv3 + h0NL + gSAIZpe8xm9I + k8k / X2FFnygEKO91OcvjD8v6Ws31 / jbkv7Bp3GNT2c88nuDIGgqTB7 + oEJI4z0KN81s8 / rPKKTL / v0NZPTrCiOnz9kRBMFfk / TnFCYyGwpl6s9I + kebt3yfwjn815I + JulXNn + 7zPi7kt6zgQD + 0Zu9IQiCjyvEoD + qUJG + XyFGz / hCSf / COTeU9L9I + rNBENzevPZhST + xuf7XvMnlJ5trnyiERr9Z0n8QBMHrm9f / S4WGreuc + / OPuL + 3kpmtewiC4Jclfb2kH1LoMf9TbUdObzqCILinkCX0nTpfh7 + gc934tQox9bak / 0JhLuSzMX5OYZ7jNYXQ0lTb0M73KnQ4b0v6PxQ6lOyvlUKj9G9sXm9K + jsKYaNHDrdJDlyNt3E457IKaWUveRvqHTOccxGFgvpHgyD4v5 / 2 / VyNq / FOG865P6WQBPLvfLrXuPL836bhnPvKTXifURhFfEwh6 + EdMTZhc9E5t6PzfMA / f8q3dTWuxjtiOOf2nXO / bwNpvaKQCvozv5NrXin / t298lc4Ldl5SaLXfSWHXFytkWzQVhqAfCoJg8viPXI2rcTUuORIK6awDSf + XpP9ZYTHlpz2uYJ + rcTWuxtX4HBxXnv / VuBpX42p8Do7npoHSj / 3Yj4Wlg9Go0um04vG4ZrOZJpOJstmslsullsulksmkJGk2m2k6nSoIAs1mM63XawVBYO + pVquKx + NaLBaazWZyztk1MpmMYrGYFouF4vG4hsOhRqOR5vO5arWaotGoksmkxuOx4vG4VquVJpOJ4vG4otGout2ugiBQLpfTer2Wc06RSETxeFzj8VixWEyRSETOOWUyGSUSCa1WK3tW55wSiYSCIFA8HtdkMlG / 31epVLJnWK1W9vN6vdZ0OlUmE9KRueZ6vdZ8Ple73dZsNlMsFlMikVAqlbI5m81mWi6XSqVSikQims / nkqTVamX3tF6vtVqtFIlEtF6vNR6PJUmJRELT6VSj0che5zm5B9YgFospGo1qPp / b90ynU + 3s7CgWi23NPc + 1s7Oj4XCoRqOhZDKpSCSibDYr55zd22q1UiwWUywWs3vlOpFIRN1uV4lEQrFYTEEQaDKZaDgcajwe6 / u / / / vfjvqITxnOuW9S2INHiUTid + / u7pqMMMc8VxAEWq / Xikaj9nz + ukjnVfrRaFTxeNyu8WavO + cUBIHN4Wq10nq9ViKRsHtgLYMgsJ + dc1osFpJk97V5FrsWP0vhPuUa / ohEIvY51ioej1 + sbLWf / Wf3rxkEgRaLhe0v55yi0aii0ah9jmfmev51 / b8xmFfu7eKe5DuYI / / v3Afzzpz5c8 + a8fnFYmHzgfz69 + bPJ3 / jOsvlcut17ne1WqnVajWDIKg9Tgal50j5MxnL5VLdbledTscUbjweVywW087OjgnwcrlUNBrVZDJREARKJBKKRCIajUZyzqnX6ymRSCgajWq9XqvX62m1WmlnZ0fJZNIU5Xg81mg0MiOTSCSUSITNPLPZrPr9vkajkYIgUKVS0Wq1Ui6XU7FY1Hw + 12g00nA4lCQVCgUzOGy61WqlQqGwteEikYhms5ndRzqdVjqd1s7OjiKRiIbDoRaLhRaLhd3narXScrm051wul / aebDarYrGoaDSqxWIh55wGg4FWq5UZjMFgoMViYfMci8U0HA63hGqxWCiRSCgej2tnZ0ez2cyMxXg8trlPJpNar9daLBZKJpOKRqMaDAbK5XKSpE6no / F4bEoqmUyawUVB9Xo9TSZhyiCZTKrf75thQOi5X + 4hHo / b985mM9uA4 / FYOzs72tnZMQPEGj6NEQTBjypsnaBr164F3 / qt32qK9vT0VIPBQMlkUjs7O4rH40qlUqrVaopEImZMh8OhGchIJKJer6dUKqVEImFys1wu1Wq1tFgslEqlVKlUlE6nbf2bzaaGw6GKxaL29 / eVTCZtbpvNpnq9noIg0IsvvqjFYqFer6d6va7ZbKZut2tOTq1WMwcEuc5kMqrValoulybXKOdMJqNUKqXlMixQTqfTZqjn87lms5ABzXsWi4WtHc4ca47hx6mYzWa2pyaTiUajkWazme2rRCKhTqdj + 2W5XGo + n9t8p1Ipcyqn06na7bYikYjddzKZ1Hw + VzqdVjQa1XA4VKUS1ms2m031 + 33FYjFls1ml02kVi0VzPpxzajQa9r3tdlvtdlv5fF61Wk2xWEyr1cqcVeYmkUhoNptpPB4rm80qGo1qPB5rNpsplUopnU5rMpno7t27ikaj + pEf + ZFLVSE / N8ofJY41lWTeBkoPIdjZ2TElgJedyWTUaDRsYrPZrF2PzdHv95XP502ZrtdrMxaVSkWJRMJ + 518 + n1c2mzXlyPXn87kJ7WKx0Hw + N68By79cLs37RSERuQwGA02nU1PuGI1kMqlUKqVkMmmCLskUHddFsXI / xWJRi8VC0 + nUPCaEDQM6Ho9tw / B8o9HIPD4UFNfhPp1zNuej0cg2dSqVUqfT2fIGMUjMUS6Xs4gGAyjJDDp / Q2mPRiOVy2XzPlmn8XisIAiUz + dVqVQssmBNuGfmslwuv33C + 5ixXq / V7 / fNa5RkCgn5IYJKpVK2pnj4 + Xxex8fHmkwmWq / X5kUTXWUyGbXbbVUqFVOmq9VKvV5PkUhEBwcHZlz96KNarapUKll0yPWn06kpv9lsZhEl37larWyd0um0ptOpGfcgCNRutzUajRSPx03hzmYzZbNZZbNZrddrTSYTi2yRB4xANBrVarXSeDzWcrk0YzQej80wxuNxM4w7OzsaDAYaDAbq9Xr2jP1 + 32TYdxhw5FD66XTa5guDk8vl1O / 3bc / F43GTN / ZAqVTS7m7YXYH7xgkFLYhGo4rFYppOpxoMBtrd3VU8HrfnXa1W6vf7Wq / XqlQqOjg40HQ61XA4tDXhnpnL / f39S8vec6P8JZnQE6aitPD4UX7D4dA2TKVSMW9yd3dXjUZjC6KYTqdbcMXOzo4t0mQyMQ8xmUyaAVosFloulwYNET3gqbKxEFTnnNLptG3u8XisQqFgChhvmXuPxWIm0P4mYaNIsvtFsSKceCg8A9fF42dD8vtsNrP5QZAzmYw963q9VrfbNaObyWTseVH8sVjM1iKVStlGwMOJRCIqFAqmMJjD3d1dZbNZiyhQbLFYzDwsvDw + Q1STSqVMAZ6dnWkymRgcGIlELBLE2 + NZgyBQOp02A / UsjPF4bM + fSqUsUsFLl2TGK51OazQa6eDgwLzJGzdu6Pj42GQxGo1qNBopGo3aPkmlUgqCQMlkUsPhUMlk0tZzMBhYBDWfzw2 + REmxzo1Gw + SOdUVhS1K / 31etVlMymbQIFOXZ7XbNwej3 + 9rZ2bEIIJPJmMMRiUTMYQqCQL1ez5ygQqGgIAjsMzhVGMFoNGoQrg + vSjLYcDgcGqzYaDTM6BaLRTNiOCzI0M7OjnK5nEGc8 / ncYJd6va5cLqfxeGwOzY0bNyzyJ5oajUZKJBLKZDJbkQXzjmOUy + UMkbh7966Gw6E5pKxJJpNRr9czR5G9ms / nzVG7zHhulD8eI6HwarWyEEiSKQew9nw + r3w + b4qDhczn8xoMBnYdSQZ / FItFw + 5Wq5Xy + byKxaJZV5QjC084i7Jjwy0WC7XbbVWr1S1vn4hid3fXFBReSSqVsmdZrVZmdDBU8 / ncfsbLRmmQmwBvnE6nJrzz + dyEg / vAY0ulUhZ1AMMwX6lUaguznEwmms / nqlarKhQKajabajabikajtuG5j + VyqWw2q3g8rm63q2w2a9 + zXC41mUxUKpW0Xq91enpqUBuKfbVa2abBQDIfxWLRlDpzD8whhUaQTQ9ujjFEgaI0n4UBjEE0t1wuVSqVtnB1jFapVFK5XFalUrE1jcfjSqfTqlQqarfbtqZERUAKyPVisVClUlGtVtNkMlGv1zOlgnFFDokC + / 2 + KdbT01MzPMh2KpXSYrHQzZs37VrtdtvWnmiEyJX7iEajBhX5hgLYi2gY6HE4HJq3PJvNDJbkPiaTicGzODncO4qWXBA5geFwqMlkosPDQ1WrVd2 / f1 / 3799XNBrVtWvXTFkjv6VSSTs7Ozo9PVWxWFQymTRHZzgcand3V6vVSm + 88YYZKaJWclHol3g8rlKpJEmq1 + uWdwuCwHJ46KhGo2HQF / sMB3KxWFg09SRy / dwo / 9VqpVKpZB4L8A6WmIVlYhEgNjrWNp / PbyV9nHPKZrOKRCKmiMHBu92ueTd4mqNR2OAPTx6F5S9GOp22a2MwgDEIiYkyYrGY8vm8 + v2 + hsOh4vG4eQ3 + 5s / lcrawePJsiHQ6bQbOOafJZGLej3Nuy4NmQ4EtEiVxbyhh4LRoNKpUKqVisWjRDjDatWvXzBjxP0YCISVfgEdG0qzdbttz + Alwoji8X8JlnpO8SbfbVTQaNZwWmQDPRjH6uY58Pq / lcmkK91kYQRBod3fXDBQwSa / XM6Wfz + dNYXU6na0IhwR2uVw244 + hz + VyNtftdluFQljtjwdfKpWUy + U0n8 / V6 / UkhZAGRpM9Vq1WtV6vzfP218p3onq9nkUsiUTCDFKn01EikdDu7q5BOlIY8ZTL5a3oBrir0 + kon88blJVIJDQcDs1wELWD6U8mE4tyR6OROp2O7VkiJvYH8pnL5VSv1y3aIUJ95ZVXTO4xbsPh0BwHSBIQPZiPWCymk5MTewYiKOecOVM4ejgr3W5XuVxOtVpNiURCjUbDSC0QRnDmOp2O5cjq9brdS6VSMVkBfbjMeG6UP4qfhZZCTLlQKOiNN96wJCvKH4 + CSfcZKJIsEYuXREILBgI4n3POvAOSr2wOBMlPWCLceCPNZnNLec7ncwt7 / SQq2C6YoSRdu3bNvC9Jdl2MAjjoZDJRsRgeKcw9YZzG47Hy + bwmk4lOTk4MG69Wq0okEpboxfNnriaTiYWQ4 / HYjCleGvcyHo8 / RVEjrL5B9jc9EQgbJggCg7RgEvGM6XR6KxENjIagJxIJg3DAm / FiMbgYoeVyqVwuZ3P / LIxYLKZSqWS4rxQSCWq1mj7 + 8Y + rXC6rXq + bMSbZj8OSSCSUz + cNAuj3 + + p2u + YQzGYzNZtNk7XFYqFmsynnnLrdrkXBuVzOnBiiQxKWsVjMcj94 / A8ePLCkLnh5q9Wy9bqYn1oul2ZgXnnlFcPgiVD8SAcjMBgMVK / XJckcOGCmfr9vebjbt2 + bwT88PFQymVS73d7y / JmrwWBg2H2 / 31er1VImk9mS61gspn6 / bzJP5OLLZqFQMN1AfsL / Hth66XTa9o8U5hfK5bLy + bzlCHAgiXRxANh / 5AYTiYTJN0lgHCs / p3Np2fudCu / bNTKZjMbjse7du6dIJKJ6vW4Z / XQ6rVKppG63q8Viob29PfMeu92uMpmMMXFms5lN4nQ6NcYQ1hlcdDab6fDwUIPBwOihJL1IDvtMA8JRQlRwVp8dBLY / nU5tk + GxkqMA5gDT9L10Seb5wP7x6YBsHuAb7imRSBjjp9 / vW5iIJ4NQA / / wOkYNL4t77vf7kkL2EuF5KpWSJLs3vFfw4MlkYsrFOWfMCX / T + Ebz7OxMkUjEoD48YyKIUqlkYT5zysYjsiLcxzBJ2jLqz8LgHl999VXFYjFdu3ZNtVpNg8FA + Xxeu7u7Ojs703w + 182bN23 + z87OVCgUdHh4aFAaUMdwODTF5ePy5HJeeukldTodSwiTnM1ms2q32xapgpH7bLJkMqlsNmuKHfiT6yCT0 + lU4 / HYchjsiUKhYDAXSg3DPpvNlM / nzWNHrpEhXw7JZxUKBdXrdbVaLVP24P3kKqbTqXq9nhaLhemDQqGgSCRijgvsG0mqVqvKZDKaTqfK5XK2R3O5nNLptJrNpt0Txpi8UrFYVCaTsYgFxY7RhJFDAh + 0YDweK5PJqF6vazgcajgc2pxCLSeygn4O44jEPBHdZcdzo / zBcgnT / MUtFosaDAbmjY9GI3s / zB4 / OYugTadT + + cLNGEskIJPq8NSQ7FKpVImwEQcfJcfKXS7XQvZcrmcwTDg4T4Vjuij3 + 9vYcLgrn6yk9APlgLKFeGUzj1ijAr5ksVioUajoVKpZN + LYsdjQXFUq9WtxJJvSIHDUPyJRELtdtvorygASUZRY8PhPeXzeRUKBUucHRwcbLEyEGqYFAyYFiTHE4mE0eZ8T44EN + 99Vtg + 1Glcv37d5hOmSb1eV6fTMbnu9XpqNpuW3ymVSlbvAoyA0h2NRhqPx6aMkDNJVucBtRIZxVDk83lTPCRHmV9IF0QKZ2dnljPDIE + nU5VKJXOmIAQQ + bZaLSNIkBOYTCYWlWHEJ5OJOp3OFlUbjJv7whgUCgW7h9lspuPjY + 3u7poOaLValg8cDAYqlUparVY6OjqyJHClUjFDCskC + A2jdHp6avJJhOacM6ND / oMEOfmVfr + v1WqlF198UZFIRK1WyxwwKdRvsIOA1DBm3MvR0ZHNA8aUhDfMn4ODgzcXtDcZz43yx7tDEFCKeLt4wCRJarWwxgHLiIJFSVcqFVWrVR0fHxsuDRbnM0UQfHILqVTK3heNRrVcLpXP503BJBIJo83xGZK1JKd83BSOPx4 / wgc2TbhP / UCpVLLFxytjozNg8MA24l4Z3PfOzo5xv3luGCL9fl / 7 + / tbm44krc + 6QlljGMlpwLXGYGE08ejYuODxYKdQCTEqGDEiHu7ThwyAPrLZrFFNgXWozSAaQsFh4J / 2IBlIxIlSJJJjvgqFgikA8ia7u7umYJnTvb09HR4e6rXXXjNWml + fAo69WCzU7 / eNTZPL5ZTL5bagMmAVak5arZbVFKBsfNqwL9fVatXWARgOLxlZANuvVCra29uzvxG19Ho9Y86xttwfUSSGEeeJyPzg4MCeB6ZMKpVSq9XSCy + 8YPOwXC4tSTuZTAwSpA4Gei3Rw3K5VLVaNYiXPY1 + Qf5xygaDgbGvgHP4Dva3D + UQVRBlVSoVlUoli1yQa5LNQK / ouSepX3lulD84PwoFXJnkD94DypjEY6VS0Xg8NgVMCIYXXKlUDBMl9IpGo + r1ehoOh6pWqzo4OFCpVDJlS3UvQjwcDi2MZCHZjGCtQRAYds9mTSQSZpj8Ihk2EB5JuVw2OMTHDvGgSez6MIq / KdjckiyS4T5JiE4mE6O + + fUTJH3ZwOQCfCPAJsvlcgY5YDwl2SZjnfzcRavV0t7ens2pT7OFtooxYG1RMnhqw + FwyyD7bCWUUiwWs / tkTZ6FwWYmWsF44c0jX7FYTJVKxfJPBwcH6vf7JvMoQ + iE + / v7un / / vpbLpUFIsVhMjUZD3W5Xh4eHeumll7S / v69Op6OdnR0rWmR9ut2uqtWqORu + gSfKhY4pyWCaVCqlvb09U5w8E84I3vz + / r49Y6sVnmqKQ5FOpw2vB0YhggBqouYDjx6cf2dnZ2s + j4 + Pt + T6YoEkSXOeCygIBUviGjYVjhTGirnx + fwPHz7UzZs3lclkjKsPzRbaqo / tVyoVk + ujoyPN53N1Op0tgxwEgeV6cIzi8bgqlYpF0kQSlxnPjfJnoWGU + JxWMvGJRMJC2Ol0qnK5bOEpGXoUBYp0Op1uFUuB9VHw1Ov1DAOFUYFAIjB8N1AUyVOUOJ + 5qGhRkoeHh4abInzAVYSCLPR8PrcNAm + aRDF / AxdE + cMdRgmD6QNr + cwNNihJPJQt4fxgMDA2k19hSj4Dii2KXAqhGWAmEpOLxcJ43igYmCbAA3iQkmxT4fVxD8BvRD9g + c1m09gbksyzJtH5rPD8obWmUimNRiNjbkgyB8RvxzEajbS3t6dyuWw0XrBsqM / tdtsS8TxnoVAwLJnqXkgGe3t7FiHm83nz7IExYrGYWq2W5blYbxRyvV5XPB7XYDDQ8fGxMW1efvllRaNRFQoFgzGhsmaC3cgAACAASURBVN64ccOeH4gDj3tnZ8fgDqrvmSPYYDhFeL8kiXu9njFlfHgWuYFUUKlUtF6vrXULilaSFX36FcnlclnVatWgWEkmT0Bnkswhy + VyOjw83MLkieqdczo8DI8ixlHEuSLHAPzW6 / UM3pak4 + NjxWIx1Wo1M7a0PCE3dNnx3Ch / PG6oXZLM2ycJCN + Z16LRqGGSfgKQ8JDFZ4NALcP7BucjisDj8AtIer2eTk9P9eDBA0vIEbJD0STMY / Gj0ahtZrxpDAyKGOUI1AS8QTiJocOzACZKJpPGriCxKmmrmA34hqiA9hNgwswFzyudK1 + MCIVYPKMfkpKTIEIA1spkMrZGfvWiJGNTQIXDMwJSInTH8yWUxvtfLpdbUSEJOp9TDpRE3uhZGBj9Xq + 31TPJdyJyuZz29 / dNNmKxmO7evWuV7eRcqIgmx0TE6UMwGNRsNmtzCbd / MBhYLqnZbOrOnTv65Cc / qfe9732GnWOYy + WyMXvm87lx8Kkkh63D2rE / Z7OZETVwzCgKI0IvFAoqFApqtVpbhXmQIIBLiY6Rx93d3a19DcwHGUGSKpWKwWbSufLFiBA5YSBwGiVZ3gS5RL7JVx0eHlqND3shCAINBgN1Oh1jR + Hc + RAyzCtozIeHhwYZ04eMKmagXyJv5u / atWtPRGF + bpR / EAQ6Ozsz7JJQkiQUSS2YBXg + KFQEFOoZ78PbYTHYeCgdSVYgQ66BBGqxWDTGC0KM8pFkG4ZNwwZkQ6NAeT5wQbB9BBRWBoqaghiSfGCZvocD1RFclu / 1w2eECwqkvxHY5Gwgwv1UKqV2u23wGfRawmoME9EV0ABeysVkfSaTMaYCCWMMeCwWs2Q9SfrBYGBRC8ll4A42BMV8KERkBgOGEnwWRhAEunv3rsklldoow0KhoFKpZKwzKIg873Q6Na + fal3WnkgVpQVP3CcF + Hg1RXDVatUYL8gexpboy4 / QkC + 8XCI96bx9BT1wSMJKMoryeDxWu922vcjrmUxGDx48sMiV + 4N558Okfj0AJI7FYrGV78MR4LM4gRRUnZ6e2tyRyAX + JAoiugKSRa5JPHc6HUlhpLVYLHTv3j3b0yRjgXsxtDw / 0U4 + nzejyT7i + yuViqERREI + zPyOLPIi1CeJRVKTMA4lh9dMmHhycmK8WpQh + DMc3Ww2awJGQzASbwgIigMB7Pf76vf7BkX5lK5qtWpe8507dywhg2XneiRCsdz9ft + KUvBcUaaE / M1m0zwpYI5MJqObN28afxuvFujG915QjGC8KENopzw7Hj9eUiaTUT4fnicdjUbVarUsF4BHyjVInrEGeCNsUBQykUQ0GlW9XrfvxOBgGPhsJBLR7u6ubWDgLu6b76ZugUQlz0GSjXzFszDwajG01JPQBoHnwGuGknn79m3t7 + 8b3ovXDJy5Wq1ULBYNt0YG8YpxTMCSKZhqtVpqNBra3983KiEG4ODgwOThN37jN0xe2 + 22Rbd + IhQGXavVsiItqruRj / l8rm63q / v375uigzBRKBT0vve9T8fHx8ZowQnAuQP6BT6kpgZl6Ms1Boq9Sd4P5lc8HteDBw / MIEL / Zt6ApTC05CHX6 / N2M0BVQKjXr183uUZn + Z0H0AU3btww54ZI39 + PEDyQCepngDFxMn3ix1uN50b5r1Zhx0PwMbwGFCj9SkiUIfy3bt1St9s1aAXBwLJ2Op1P4ZlLMgEGY8d7IFnD52AjrNfn1Zd4XFKYlQdm8RPO / uJKMsqqdN7UiQpj / 3MwN4C / gHWWy6UVxJCYwyCy + YGr / GIUGAo + zg8O7XOtSSRTNe0zpMB7MWxATBhQPHquxz2Se / BrJGA1YJgkWQuCcrlsdFOSgHh43A + UQowiOYpcLmc8adbiWRhBEOiNN94wmRwMBtZ6Yb1eGy8d + V0sFqrX6 / q8z / s8nZ2dGTOmXq9rvV4b / fjk5MSgTpKbksww + EWQGOFqtarT01PFYjFr3UGUm8 / ntb + / v5Wg3tvbs4jWL66TtMVWg3mH40YVq1 / kSBEnexVHYz6f6 / r165JkCWQMIglqjBBQLM9EYSGFobRX8CN49jR / 5x5xBqlOBk2AKec7aDiGGAsKOXGOVquVms2mZrOZ6QLnnDlQe3t7FknQYsZ3aIF8fciLHEWpVFKj0bB84ZPI9XOj / H3PjUSjX1RF9h9hL5fLxqGWZBQqWjUw8DxRVISEKBmExqdC + slcPFM8eUmm + Hz4h0XDs6GVA1RLvpPIgo2BQcID8Zkr5XLZ2s6yifBiMBgII8kpGAo + Ju97wXw / MJivpBEwcHM + L8mSTmwQBtAWURf3hfGhspcWFCSBJdl9sPYnJydWfEZY3e / 3t / ogdbvdreZ8sJDwWMnfPCvKHxnyYTWUDUw2wvzpdKr9 / X3zGoMg0P3797Veh43JSFgC3WGkSfSS3MRZQg74R4ITGSFXArMOuYa1BmxBwr7Vatn5CQcHBwa90YUSTx2oMRqNGvzps9 / 29vY0Ho91cnJiMM / BwYFF3jgHyItf74I8oayBQaiFgTJNRNrr9bZgluvXr2 / JB7AmyW7WDGiLqAuoFQeJ2haeu1AoGBQG5MzaU6GcSqVUr9c1nU7VarXMiFFPQdU25IxyuWz7CPLKO7LC119oP2GDkGPJgVxQWj5fut1um4eCEWCjgWf6Xf + kc0olAgau7lOqiAzwOsGzuUc4zggY94wg37171xgGVMdSoYsHiNdO + 2MinJOTE6VSKfMoYGlIMmGDSQJL4uzszF6n0hJIBiopn2GDI + TALSgM8hl49Rg6qKcYUw5QgYvO3PA + uiYS1cG5xjDQrsLHmqF + AsNhIKl2xdOiyrPT6ahUKlke4VkYJAyBI6g / 8FuRLBYL4 / f7XVOlMIJ6 + PChOQE8HxRCqqyhV5IE9mUqHo8b1s4 + kM6NCBXxdHdlv / E3ZJYaGyCsV1991QoZMUysMXk1jPfu7q45W4lEQq + / / rqy2awxkei7Jcki5Gw2a9Xa6 / Vad + / elRS2giE5DCRD9a4fAZI740wOnhXoBocK / YHuSafTZkw7nY5Vzd + 6dWvLQGQyGes / trOzY5 + h / z4RDoYf2V8sFqpWqwbDYSCh7E4mE3EA0Gg00snJiXZ3d + 3sgMuOZ2MHXGKQdPETeCgAlALl7HhFsdh5cyoYDWBjcMwp6Op2u1tCjXdfKBSsEIa / ocRReIR5flGI71njFYCFg + HD + yXB5yt9cD + 8YPq / kIzFAMFnBgskUUxkBKzE74TC9 + / fl3NOL7zwgkFJVA9zDygjvzoTpQzziDn2q47Jz8CYgo + eSoX9 / ZvNptFewZ39cF06L + pi / Zg / rkGVLkqfHv6wQPx2yEAM9Xrd5v5Z4fkjh6y / H23i / ZNk9GEKahl8aAG5fvDggSULz87OTE5JckajUVWrVTWbTY1GI5NrICO / 7qTValmhGIqUyJTcG4VZcM3T6bQ6nY61MKAK3q8MBtbb3d01Xj9OxHg81rVr16zoiV73sVjM5AznAQcOPPwTn / iEJOkDH / iAQUnj8dicC2QNSjRQp08G4TUqkH06KYyySqWiVqtl8MvJyYmOj4 + t4RpQDdGNL9dE + UT8RCMnJyfq9 / va29tTq9VSNpu1Hv5AZ7DwMMLL5VLXr183Y / + OZfsg0M45a3iG8kfpnJ6eWqEHSV6YLMlkUo1GY4slwglekowbjMKkj / be3p4 + 9rGPbRkVPHvYN5IMr0TYCdvpnkiSRjov7iGk5m8oWf6OsePa0vnJR / w8GAzMeAFXFQoFMxBsSBgy / gbHcKAgyD0ANwEXdTodnZycmFdFx0E / t4DhRbmCseLFAlch8CTvgHUkmeEh2Uu7CXBWYAHgM7 / / Ch4lyXHogUR8 + / v7FnI / Kzx / lDiw2XA4NMYPcr1YLHTnzh2NRiNLbPo4eTqd1vHxsXK5nHmvnBjlnLMiQRQmLTdu3bqlX / zFX7R1hEFEgRfvPzs703A4NPgMJVqv11Uul83gSudYPxCsdN5ehKSyJNvLKPcgCCwCksK912631Wg0FI / HLSKH9kg7EfrtUOHt06KpZUDx0oSO3JlzTqenp7p9 + 7b29vaMWYUhJa8G3Ao0iREgmc5aENmSnCZfB5Qaj8cNrmy1WlvJ693dXYscWq2WnbAGzEMvJg6cKhQKevjwoWazmW7dumV07ydxap4b5f + ud73LePL02yDEQniBb8gF + MVSKET44 / 1 + 3zjHKFk8Wzj0sGZ2dnZ069Yt87gJ56BsonDB2AkVpbBJFMq00 + lY6EiIR2SAZ0coTGTgs0B4fsJrYB424Xg8VqfT2ep9wvxcpFwywIBh1 / j4PMktEqz0cfc7DhI5wfSQzrsy + veJcsCzgxdOxSLe42q1sr4yJN4ajYZFANBvfeXuF9MRfRDGU71NXQWwxLOC + afTab373e / WcDjU2dmZ0ZOl83NZl8ulYenIx2q1MqivVqttwQSTycSOfSRXACECmIzvfv / 732 + RZ6FQsGiiXC6bUib6IDKRpIODA + 3u7prDxRrghSNzPjmg1WqZXMBCg5pKPgJZGg6Hun79uvb39zUYDAz / B46RZLg + cs2awoDxqdzsWb9HETrhxRdfNH4 / ez4ejxt0RPRLP7BCoWBrgXNEsr7T6ZiSJw8INZqiLXKSnMDGMa1BEFZL53I5c95wamEPQQCgLU2hULCc3pMWLz43yh9FQpiKwk0kEtrf31ez2bTEJzhmMpm0Umm / zw44v89iefjwoeFzCBOJIbxwYAqUGx6EJIMx6J65XC7Nuh8fH1uCCq / Eb74FX / vFF1 + 0JBJnuQLXkGhdLBY6PT2Vc864wo1GwyIisO5Go2FGEc63dH4aGlWXMA7wSGhhAZSA8GEcMFI + jObz7Ml / AHkRrcC6IHmMF9VoNMx7g6pLgpBrQUul8ZtPL8WQT6dTS55jaOkJj8IHsyZ / 8yyMaDSqw8NDY3Yhf9FoVC + 88ILu379vHh4J8kwmo5dfftkcIfIqtNxGCUajUd2 + fVupVMqw / yAILBIlD4R8odzi8bjlSmq1mvH38ZwfPnyoSCSi1157TcVi0XDqZDJpUajf0 + bzP / / zVSwWlU6ndefOHbXbbWN / + YVqd + 7ckXPhiXuJREL37t0z5wDc2 + / FtbOzY8VvnJRF0d + DBw + MUEGrBJ / AgLOH7AOhXGyd4O8 / IFES5n7dAMljIJ27d + 8axRw4tdfrmbOFwi8Wi1Y5DC2ZfFuz2dRkMtHe3p7BZScnJzo9PTWK + XQ6NYo3937Z8WzsgEsMPHop9DYPDw + ttTKJKfizQAngk41GwzwW2Axg2j5LBwEmGQulEm4yyaJWq2XKnvuaTCa22AhztVo1azwYDFQul9XtdtXv9y0BhUcHlo / H + sILLxgrCCWLAsBDIVmK8Ps9dYgqIpGI9TfCO04kEkZR8wu42IwwYkgyoTSgbGKg / IMsSCYD / 0j6lJOW / CP5SLIlEgnD4jHssVhM5XLZNiEeFuvK4RfNZlNBENgcFwoFO6mNJCRYLZTE3d1dW4dnYWCopBAKwQFAPug / hVJxLjxPmp41PhQJZZbIEkMCWQLvNZ1OW + uIer1u / a0ePnyoWq1mcChwy97eniqVilWPRyIRayXQ6XS0t7ens7MztVotnZycSAqhIpLAJJ7T6bQ + 8IEPGFaOUoXzT1SOowG0h7EAZsX5oL8RsCHEBzxmog8UPowYyB / kUKCyctQoe06SyTWkD0lWLMecNxoNc0pgPKVSKcPi / dPS9vf3LbohyoUhVy6XdXR0pOPjY0myiJcmlCR / / bWkePXmzZva39 / X6enppWXvuVH + hKuf / OQnLeEryfq87 + yEJw6Nx2OdnZ0ZlkbDKDwM6byTot9 + laTTdDq1 / jQIYq1WM2 + + Wq2aAKH4aFGL54Q3z / 0R0lHggQcMPATLh8hgvQ5bIcCjxmMAO61UKpZ4hhoJpEHii0IwFKgkS / hJ5zgs4aKPw2McLzKp4EuTcGPj8DPRgv83ErVUXQKzAd2Vy2XbCBQsEWazqTFInGglaavnCc23SIYRSQB34AjA + 2 + 32xaRPO2BAvnVX / 1VowhK2jqv9ujoSL1eT / fu3bMWGA8ePJCkLRovOZ5sNmvwBRgxrTAwHNFoVEdHR0bZPTg4MNiF9b9 / / 74pZ74XmS8UCpZricVi5mBQWAfcSp8n5KBQKOjGjRs6PDxUo9EwiHM6nerg4EDRaNRObOM5yHnhvUvnJ + lJMiIIckrF7tnZmcGHOHrxeNxyfsjnZDKxOpWLyXEcH5wHIGWcGOAqKoIbjYY9C3J9cHBg34l3v1qtrL8XVFlJ1ngPttBLL71kLSmQ8dFoZO / BaLZaLT18 + NAYUZeSvc + MCH / 2BwuM1 + YXcaCoWHz / ZB7 + juIiqemXoJ + cnBifGazu7OzMhNJfHLi59FznvFA2KhWWeN3T6dSSrSjNXC6nl156SdlsVp / 4xCeMnocld86Zd03zNSIGsEgOgYAGh8ddrVZVLpeNacBzFAoFVavVLYXMHK1WK9uEsCmYV8JcSRZxECn47CiwZeAYorTVamV9a3Z3d83w5fN561ESiUSMilitVo0WCLd / MplYG13 / XABCdjw7DIqkrY6J1FTgST5LFb7g0nt7ewbV0W + KxDfKB6gOZk4QBJY / YSSTSeOmv / 766xYBwAq7e / eu5vPwTAMaj0nnJ8CxF4iiUOLRaNgwDrmmky05LiAWzr3 + lV / 5Fe3u7loiFNkolUrWBC2bzers7EzNZtOUWLVaNYPf6XQs93R4eGidQqPRqB1YX61WdXh4aHKIkkauyTNQtMW8UvWOIfPrenCcaNhI1MyzSlKr1VKz2VS / 39eNGzcMeqtWq0ZljkajOjk5URCEJ4zRgXS1WunOnTsaDoeWRyOhzbkk1WrVHJhGo2HOCvU2s9nMUINoNGoO6DuywhdIwA / zseTgaVA0C4WC3vOe92xhc6PRSLdv37awqV6vGyxQq9U0Go22vuPo6Mg8x0qlYtaVDqK1Ws2qKtfrtSXrwCf7 / b6Fh / fu3dPe3p7RMEkaL5dL3bx508Jnkqs + BQysH0aBpK1iJRpo4a2hTKDZVSoVg2vASeGEc00aYuFt4 + HgVcJoQNlwn76Blc7bN8AEIpKQzlsWA63RbRO6IO / 1 + e2E6VDY / MI + EnlsWK4BzENuhnsF9tvd3VW73bb7etoDBUX9BXg0eQ5wX + iZX / zFX2zRIBHUr / / 6r6tUKqlQKOj69et2pOi1a9fMaQAGeeWVVzQcDtXtdnVwcKBqtaoHDx4YDHd0dKTr169bBHr37l1TSOVyWc1mU6enp1qtVnrttdd08 + ZN7e3tbdULLBYLvfe979V0OtXJyYkREGj5jYLGE + bkvWg0bIGCowZBAmcEskA2m7ViN85lBid / 8OCBFUvxHChz5BroC4KDJEvEYmihMUvndTxU7vvMtqOjI8spoVcwRJA0MDBEaO12e + vsYfIfPCPtnamN8XMUfu6MqESSbty4oZOTkyeS6 + dG + aPogEvIwgdBoH6 / b4waSVsFXWD76XRaL730kil9enjjeUIVGw6HpmTJIxBJFAoF7e7uWljrF4X5xx2i5KBZ5nI5jcdj86Rms5l52oS2sH78iAGuN3 / jumT0CfsikfNzBBA6ks94PXjKQXB + 4AYsKBgj0 + nUerNTRUqUAb2W7wUuwzPku / ycCQwdoAX41nRKJXyuVqvGWqCnCkYVGGC9XlsSEYFnI7OGGEVwYCJEWFNEfLVabYvx9DRHEARqt9sGlzAH63V4 + lStVrP1TiaTVtCFoc7n8 / qCL / gCXb9 + 3fBqaJrw0YvForrdrrX / SKfTqlarpjjr9bpu3bpldRbr9drYMkTCEAF88gR1FnRpnUwmajabWiwWdqKWX6lOchhKIjg + cktOBycAD53cnd8Lf7kMW0NTeQusGolEjCK5Xq91dHSk0WikRqMhSVtUaKAaIieiH + BGqJ8YC5 / xA6YP / bJcLpv + oCbp8PDQWnX4h8f4zstqtbKjM2HFwQTEIJJ74zAdIkSaPaIHjo6OnojF9twofyYhGo1aYyNJxtMn4YpFBgeWztsrSDJ8n0lmw5HshOcLN95nBPEe / 1AWsPZKpbJVnEN9AEpzOBzq5OTElCMhLeEkhoFNDdZJ + Ta0S5S / X9hDURiUMAreyFlQXQyFDv49eRFfcZIMBBbj2VGyfusBPDGiMJ9FhbHKZrPWnhicWDqHg1DqbDgYKLAWgGuk8 + 6q5DuIAKHI8aysHQwOWDLSuRPht6B42gM4MJFIWE + bVqtl6wWMsF6vt7pDMjcYdOaRXBCwBf2AyMcga + D1wGZ4vpLMGFUqFYMVYWPdunVLzjlj9ty5c8cwbSiZQKL0zSeXQAIW6qWv + HHs2EN433j2rCuODInV1eq8hTUVsDgKQCr5fN54 / 1BkgXopMMRhoV0CEQBRA5ElbKh2u229mHAYl8uwdxFKHRozSWjqDqBuYqT4Lgrz8OzpscSRmz57jRoP6fz4zndkhS80R5QOmx3lnclkdOPGDRNe8F2 / EMTHeVFqcIaBI / BqoZYhmGwcFBsMBYxKq9UyGImTkWg + xnfxd2AM + Oy5XE7ZbNasNtARIa8PZQBh4A2S2MNLAPPl / VzTp5Lhgfj9W / x + KxRmYexI5OGVwXFmgzJnzCOeG3ARSW7grUgkYoaHimj + xuf9hDZV0EQFRE4k5Sh0w8OEEAAfGyMBXtztdm0unvZAeQNrcQg3xjmfz + u9732vRSrguyTLUXbkslBQcPmRMxwK8kEkcXGcUIaDwWCrduLBgwfm9Z6enlpBFbUTsVjM + s4AYxQKBXW7XZVKJZVKJVvTaDTs90 / hIp60D83xM3ItnR8GRD8enDNgSKq5UbQUlJGHIj9FnY / P / sGQgA4g1zheyD3OD0gAhpF8xunpqbH / 6PzJmvnngSCv / qE53D + H7JDfzOfz5iRS9wOU6xsJ1uH09NTymJcZz43yByIhiZLL5SwEZWGl8wPC8bChk2GxwczwkCSZQaGAietC8 / I9ZhJJJE5JDEkyz4swFAqf / x337t2zpK0k458DYcEtxivjs5IM + 8dz9T018EJCX + 6N14GbSBYWi0XrPEiiCWElUcoG5fnwTuj5g1ByXb / 5nJ9Yw2vBePpYKtfAq / efnWpneNgwN8i7zOdzq7IkUQx04fOeyfuAJ7MWz8JYr88PYn / 99dctgiSZR5KeFhnkRPzkJXJNFOd7g7TiII + E04RcUzkKVOcrXqii5Egw + tSZSOcnV / 3mb / 6mdnZ2bB9Op1OdnZ0ZhAVxARnH4OEFE6niiPiFW / 6pWuxd1hgmGIq5Xq9b7Qr37hMW0A3Uk3Cv8Xjc5hzZYj5Rrj65AVah3wQSmcKg + s4ihoX9u16vrVq53 + + bY0T / rN3dXaXTaUsUE4VjQOg4CtsQNh067TLjuVH + QRDo5ORER0dHevnll9VsNnVycqJCoWDceJKDtD8gYYpC95OoDAQIlgv4qyTz7vFaUaTASiR / 2JR4I / zPwiNoQFN0VKSwiWQZyo / PSTIP349o / A6dPKc / T9J5pIS3TpgJRATsQZKc56HCF8XrV2n6G54Nw / vwgFAAwHPT6dSqOf3ukCSQ / UIj2Dxwnvkb0AKURBTifD43mO7o6EiTycTaBaNQYGREo1H1 + 307Mxh45VkYt2 / f1iuvvKIv / MIv1L179 / TGG2 + oWq2q1 + vZAUWE / Bh2H7rDKPoGH0VJ3yZYU5LMu4ehghxDNmBNB4PBVhTJe3Cm0um0FXTt7 + 9vQRPAJ0RrEA6Qu4uJeBQkECQwJ89DZILy9D + DnBCtSzKHhOgbxp3fZgL5Za9ReElkQP7Ib6sRj4ctRNjPtJlBKeO8ULSHw0Zu4uDgwCilZ2dneu211zSbzfSud71LR0dH5hBRPf3yyy9rOBya05hMJpXNZnV8fGwH4EDzvHXrlkHdlxnPjfInZCOErVarWwUpME8o3kFpErqhwEgkSjKFhnckaStkzOfzpqh5DcHkoBXgIASZiIMGZBgcMDooiODah4eH1qMFrxhhx5DgMUj6FM8eb0w6x8R9bx / D4hsIFAqdEvEMEV6UJZvCb / UAVEQiDogKbJnmXngyePZSWAVNZ0P / sAxe570U76Gg / WQe3hpeFoYZCifPLsn6AkFpBKYiaf8sjFgspve / / / 1WdAfbht40KCcSlihgqoFRYMi2JPuZQjeiU4rqqtWqrY10Xv9B7gpjQidUkvrAL / TPAhIEvmRvUqy2t7dnHi / ePvcGc4V1wFkBHmFP + qyyi1EuSho5JZrtdDpqt9tG2IjFwm68zWbT8oaS7OAcoF3IEuQn2Jfz + dyM4mw208nJibFwnHOq1 + tWUU5ilzOryTGS / 2o2m8bmIcKF6uxHvhgWcj / ItnNOzWZTkvTiiy9axLazs6MbN24YonAp2fsMyO / bMnh4NjS4IRsaPj9etk8LxNuUznvtM6Eoy + FwuHUiEc2xJNnv0nkvb + kchmHCiSIkWYdAPAgOXoD6RiJMkmX24emiqICWuE8UuV9tKIXKnFAV74p5kWS4Pt4iQu4XgZGg9XuIgx2TSPKZVtBnCaGJcPx8QhAEpsDxHPHuCdVhJSHQfCfwDgVwqVRq68AYqI5nZ2d2Hd + Tw4ND8fuHwPT7fd27d + + zJ6xPOBaL8NzXIAi2qr2RLSIklIu / ZsgBa44hQK673a61 / QY3vnfvnq0x6 + 3XxGDAgXBgk0kyqjSVpeVyWXt7e7pz545ms5kVN8GiIQ8BSQF5pn0Hcgef3q87oKCJzwMFsv98 + JPiS76TfYz3DWMPyG80GllHWNg7wJtEXMwrCt1HACi8wtHBu2f / kd + 4f / + + JJncLxYLO3aTXF + n07HWHOR87t27Z3ODAaKFBMxFktnrddgWvNVq6bd + 67cuLXfPjfJHWeBFoBDBCPnfrz71IZWL3SOJAFAUZNFRXHhMPqZNe1haEeB50NRpPB5bmMypXnDRC4WC + v2 + 4Yd4ID5n2H8uWkb4BornYRP4OpXwFwAAIABJREFUXo + f7PQTw9J5iTr3TXUgEQzfQUEUnj45CzxEP / GFN85cYuRIhs9mM6MAkgTD4PhsJv8AG + iiwEsYIGht1C8QfYzHY4sgiJCImjBSHHvJBgGL9Y3n2z2cc98k6Zuk81bd / tr5648xpCuqLwfMH3MlyWBNEttUTfskA9Yaz5cTsaiXIT / Aec3D4VC1Wk2z2Uynp6fK5 / PmvVYqFbXbbRUKBYMz + Dz71VfEMGnYez6chAEgEgE + wmi9mVyTa + p2uzo7O7O5g9GD4ep2u + aB04KCuYtEIlvHXPoFin4dDVDPwcGBlsulVR0TjbJWOKDAocVi0SBPf / 2gk2KMyIuxFkQlPLd / TsX9 + / fNYFSrVasJeBK5fm6Uv1 + RivVH4TOxKCmqH / FQEaCLkQBl6VLYiwRP3Id0iBAogKG / P0Vh0DDxmjqdjn1mf3 / fPDeMA / Qsn5aJMOCVEJlw6APvwQNgHnwjh / FgThAc8GEUNp4XG3WxWFjkAjTAe / HuUaSSTDHjabK5CWFhPEHx9KmVKH48cSACn17oK27waiKik5MTDQYDqwkAPgCCwptFucE + ITopl8vWAO9pjiAIflTSj0rStWvXAowtjgT1C2DJUJP9OhHkHYfnYjKQk6 / u3btncu23HUa2u92uXn75ZdVqNTUaDfV6PfX7fbsPEo2np6f2uRdeeMHqaigi44znxWKxRZvE8SKaWC6XW3AqTD2 / 4hblSydaKKEYQfJIyBXJY4xEIhGeTUGLDBwe3utcWBwHewi5lGRGl73KXoH9BsWTBCtsN / YjEZLfARVWFfsXksJqFVbW0 + yOmoDVamWJZJ + iDHwHAYXWMXt7e9YA70nGc6P8SSD6mf / pdKrBYKBcLmcKkcIhQuJIJGxs1ul0LPkDzk0Iu1qtVKvVrHLRFzCUHoJeq9VUKBSsmIXeOhRt4TmhaJLJpLXTRdnjHdEczedr0w4CRe3DICTngGuIVGBNYDz8ZLcfcvtwlx9FUYTC / fi0QhLQeMuwbvw + 6TAoED5CfqIROOd8p2 + IeR7 + 7hsvogXWCFgKBwBPDaXv5258 + GC9XlsxHqG9TyV82oNDQ4hSx + Ox2u22HUXKc9KTB / 767u6ueeLIZzQatWrf5XKpo6MjvfHGG6aUaVSIw7RchkcEXrt2TdVqVffv3zeKaTabVavVsggql8tpf3 / fqNOc4uXXmNDygaIwZAKuPYqawjGiTZ / t5SdciQyAFIn6 + Ec07yelV6uVdej1e / wDR5GsRskCGbJ3uRfWxXdcut2uGRpgKR9KxlnxmYE4d + xfoik66SYSia3W5v7eYO / S04h75drAhRfl + zLjuVH + cM9J / IEb441IsuSQJOMp00oWLwMlhSDgSYEV4mFc9MZIerEwPleaQhmU + / Xr1y3JCj + dTeB75GwOlCreHF68z9umT78kE0i / HQOeFd4zwubnDiR9SjEYih72hV8QhyCj + Ol7QqRA90OMXiaTseQ73wvU4tcd4G3xWXInPC9URt7v026JtEioYQh8I4KB4Nm4f9gf3MOzMEjyAgOShCdi85Ockuw5arWa1U / QyIy5QL4538G5sAIUxY9hpMYCqilzd5EIQKT67ne / 2yimOCnINd42Xj6esF + xjRcPFEONgN / 3h70ErEkUgfcMROLLmCSjfrPXmS8iRL9YEK8cmJLzc6lk73Q6FkE1m00rEOOepPBAHKAdlLRfMMkeQ9 / wLOgS9gxzA1GEimLmCD21Wq2s9ocIicgjEomYsX + ShoXPjfInYcLkkkxFqTDwEFEotIBFYMAI6RmOkgc2IJwEUyXsotCFyd3Z2VGxWLR2CITneM8Xk28wbPCCfe8XD0SS4d4Xq3iJaCSZQiYU5fM8n4 + / YyzBSlOp1FbjO3rHYPh4diAf6RwbpRcQikk6h39QtmwG1sxn + 1QqFeuhguFDMWPkuG86Rvrccww6CUo2DmtEcs6nCCIfkUjE1sqvjHzaA6OKMQcvx0v0DRgyjdeNAkHhZ7NZ3bx502TQT + D75y9TLASUhJcsyfYGCXjnnGHQRLDIJwqb9irg1hAxgCdwwsjX + FW8GCnpnB9PIdZyudzatzhpRD5ERJLsvAei5fv375tXTiSPASDn5XeFrdfrBlFKsryab0h9uSZ3JIUH2zSbTYuAodmyF6GHEpUhzziHRHNAUih7ZNTvREDeB1iaPQyZ4UkozM + N8ieTj / JG8ZMIZCLxyuEA430QusGVBosk7PThE6w2oRbJTcJKvE88J + ibyWR4TKRzTvv7 + xoOh3ZOMIoa3BLDBAfaD / d8 + h5dG / F6eZ1wklAPRQ / + 6ENJfmk9Ro1oAwYV7 / VDTh / v9At + mAs8aKoZmX8 / 1MbDBsflSE3ot + D + KB8iKL8tNQbUNxaSLDKDPYVXRM6AzeRTIMGdMUhPe / hwjc / aKhaLlpPxcyEk6aEvEv1VKhWTdQodiRZhOlFbApOF9Wad / HyNT + PMZrO6e / eunHN617vepU6nY4eloKhh2NEiHG / Up1nDs18ul3bqFfKJEYc948NcsHv8vQyVFRQABck + C4LAir18kogPC9HziBoiZJ9Islgs2v5erVbWfReCgiRzGkulkiWs2V9EPZIsgqITgO / BszeJyHCa5vPw6FGgUAyALzvIOoaLyOQy47lS / mxYlBb923lwNgHwyWw2s / a2fk8ZFD3JQun8vF6gHDBAnwXExmTDOeesuAtqHEqdXugoYQ56JsRkQ0C3k8759FwfxSaFShMPDW8WhgLXIOohFMQg4CWBY0oyD9PPHfB + lAFRAxHQdDq15B5H0 / kJYO7Dr5wmIsJIsdH9qAdDxxmxwA + sja / 4 / OGcs7mbz7fPZyCs95PdDPJHz8JAIeFUrNdr61FFBBCJRHR4eGjR2Hg8Vr1eN8 / bpxyORiP7HPuBvBOJ3EajscUC4jM + DAmMMJ / PVa1WrZfSJz7xCUusRiIRO1Wq3W7bXvEdM2QOOIf9ytqWSqWtrrxEM0ShGCKiebxk9gl7BWiQE8rIsREJsN / Y2yjn / f19O / 6Sc3GBE0k + + 7k96Tz5ykFSFIGhjC + SOGhdvlyGXQr80 + 0oqiS5zX5CX8GC81l2wE0 + tMm9QoW / zHiulL / vwSFkkowZUiwWzaMFmhgMBuaVS + eQCSEoEMJ6vbbSeiiKZPXxBFBU4J2Ebmwav + vgw4cPNR6PrTQbA7Gzs2OYN4qaUBfrjvLjdcJp8Nler2ddF334ApojnrGfA5E + taqSe3mzVgd4Tz4VlTAaQfTbNGAkCPUxBkRXeGp4XbyHcBcvzu + O6ityoi8MoI + TMp9sSt + DQpn5c4HhfxYGciWdHzjEveG81Ot1U3Y4Ou122 / JgPBvRMVx0vN6DgwPrHc93 + E4EWDaUZ2QeLxtlXKvV9Prrr6vf71uLchR9Op22Qi8 / sqUam0QqTDqcK6IazjNoNBpaLBZWY8Ac + XKLHvD3vw + R0fzNb3LmyzywCdAOkS9GCgUMFAkzp9vtmm6h6hqnZblcGhyHsYFeHIvF7HB6Wjkjk + v1eWNGv9MvEDPYPvsNONiXa / Y1ucrLjudO + eM1ongQZj9cw8PE6xwOhwZFoOzpLQ73GRyOAxsIxzhOjwZs + XzeEkbg8 / RLwWAQZpbLZTv + 0aexgcGy2YCn4HyDFUId5UwBv2jMN0b + / UraYif4Fb7kHqTzvjrAKggRhhDFwTWJBJh3PB0ED0XP97HhSVLxXD4rCeVPkhADzX37OCdr6TM + / HVn7dnwfnThK3 + fDvksDOTVp98yRzgCOBwcWg9e3ev1VCwWDXaLRCIql8t2eA5Ux + l0qlwut9XYD657r9dTqVRSpVIxNhxySKuM5TI8OxaDsL + / r3q9rnK5bAaateC + yuWy9WTi7GUchyAIzy5ot9s6PDy0orHBYLAVmRNd + GQJ5JoKX2SWCJ + I2JdrHBgiY / 6Xzg + JwqsH1vHZQ9CdMRy5XE7lctmUOXuFfAfrCC8fB415Iu9H1EIdAWiFD5mC7fsngOHU4Dj5UfuTVK4 / N8pf0paCQzlCp6QS1U / ILpdLgyg4 / xJcE + UAHgpkIJ1DTODxhL8oHLwVlBcKDt7t3bt3lUgkLLlKxaaP5 / N5Ek54GfyN99LBj9AQj9fH + tLptGq12larB58BQ1LJz2HgMZM0krTFniAE9aE2vA4EF2 / MjyjYXBgR5pDNhrfEpuSzePzg + mwU / kZY768XEBz9l / wkOveDx + RTaPGon5XhyzXKMZvNWq6l3 + 9bOI + cEl3ev39f5XJ5K / fF / + Rf8AahVuL8gF0TcQKT4Vxx + BCner366qvW4sE / ZhGji8JEObF34vG4KW4iP2pgiORWq5WdiocHWygUdHR0ZEZQOmfv + GwXP4eB0kUh4qn7bDDfufLbkkBhRpGTbyEv4dNupfP8FevGNYmqVqvz8xBwcoAq + Zvfipz18ll1JJZx4PwoGOYTFNrRaGRnNlxmPDfKHw8DGKBUKm1BKCg2hBssDUHw2QUIyWq12vIYsL50f + TkHrB9PBs8SRS5rygTiYQqlYpxd3mPtN3FEoHFA6WlMwocAQuCwPrewwahNLzRaKhQKFh / IKIXuPF + gguPkTkCt4XFgPHxabM + q8r3npk7CoZQ0nhkYOrglcAzvB / 4AmOB0fUpeWw61hzvyedrIwt48lzLf81fWx8WQNk + 7eHDPkEQWDdHvFdfTiAOAJth / JFtlNlqtbKcAMqY9hCTyUR7e3s2JxwH6nfCpGKd + SMiPjg4sGI5H57i + zGqcP0l2dnXODjspyAI1Gw2zRjkcjkVi0VVKhVznl566SXt7u5a9DIYDKzQDQeNPBHGAHyeXk9g7z5tNhqNWmEZytynS0O1xcny57 / f79uBT0BctI7HMfSJE + wZkAgcOPYLips96cM5OFjsF5wEn / 7r17r4Z1xfZjw3yp + EXxAEKhaLtlB + eAsNjsO9EV4Un49VI0DglEAxlJ / 71FI40nwWIQaLh0nAAkOnw9PxsXGfww7mx70hxEQFfF8ymVSpVLKwn54gdLQEHoEqiQKUzo0hwsM9cW2Em / oDzrtFKflJKCAAhBAIiw2H4iZngVfuGyH / uqwnnjlrzAby4SgMi + / Ro1CYR4ws90f4TgL6Yq7jWRhEjChsmF / 9fl + 1Wk1BEDYLLBQKajQaBkOS3ASrJoEJrRmyQhCE1eU7Ozt2dCeN + 6jLwHiixHu9nq2H7zjAppFkRhx5Ja / GGqPwYcX4dF5kJ5PJaHd3V71eT7lczk4do6MlUQAFf74Mk8j19w3XR + 6k0DufTqfqdrs2P77Dhhz6co38T6dT0zU4RjQxxFnzjS / / 2Bewf9iffisO37EBTkKukQfkGueI + wMWY13QJZyQd9nx3Ch / DvCWzhtNUdYPHkxfbCbsYlJSkilQogGYMP7vKG68JpQf4TCLys8IO + / zi6P8iABrzwKihP0FZPPEYjHz + EulkvL5vPb29rYSq36iB4UPfRQBYTMgWNwTRgzslH4rzCdzdjEi4LNcm + QpAo4yB3Lz59HHszFwzCXCz9 / 9JB6GjXX1cVzm3d94PhWVeeL9wF / PCuYfj8d1dHQk6bw3DAojEglrE + CQX1xT6Tzp2ev1jOeOQ4JBJ2 / irwfwIvcATEly92Jltw9PwiQiIiDBjnzhwfqwIcafwqnlcqnd3V1Vq1XdunXLokwgVqA + HDa4 + bTs4J5R3iRHkb2dnR2l02nLwTGf7DHyTsgPThvng0CXBRrzPXCIJf7 + 8aN6 / gaUwz8fuiWPgyMKlIyss5992BWjhO5gbTFYnGdx2fHcKH8gHEIoSVbOz6TTA0SS0bAkmWIB78UoYNH9tgmEkwgwiR4mnr4cHBvHIvrUSjYYISe / S + eYLgoRQ4FyIqJhxGIx622PYOHtgOtTJMTnIpHzI / 2IanylTEsMwk + / GAiD47MKeB / eCP9HIpGtsnPml1B8tVpZ8goev29s8ZD4Hp8hxLr5xg5IIpVKmbHneihzYCfkwGf5XIw2noUB3ounK4W4Ps9ITgeSAedNkL / AaUBp0QoABYaDwbXwmCl0wxuu1WoGKfn1L3jqvlzD1kEmpPNjBHEgWHeUE8V37MlEIqH9 / f0tqA6oCwcO9pwPpXASHBx8lOp8fn5KHPJKjYokNRoNcwJ8Tx5FS4TJmlBkiH6ZTCYqFotG3sDzp4U8 + 5jvRa5xGOfz + VYi2jd2kCNosNdqteyzPpoA2813FP29zXdedjwbO + ASw8c02fBYcn9TXxQ2BBlhJRvPQkH79OmB5An85A7JW5RLqVSyM0x5H4siybxiCsB8 + MRnoeCdIsR + AhZ2EQLowzC + EeEeETw4 + IT63BfGBmXB + / 3mYL5S9OcVT8uv9vVZR76ShXrrezS + ISZq8vF + NgTX8WlsCDRzRtLeX1c8ej + / 4uOhwEAoh2dF + SO / RCMkS / 01C4LzVgQkWVHmfsEhCsiPIHwIAhoo8t9oNCx5y3fv7u6q0 + no7OzMlBb3gmdNLQywCQMjTURG9IaBIeotFouq1WpWkOZHwciUL1c4RQ8fPtRyGdaSPHz40PYNMOt6vd6Csfy6Erxxokz2ICwzOnPisfsUb2RqPj8 / PAhHlOcnH8g + wUHzizfRKVwLh4VnJ2l / cnJiBorELxE70QZ7Hj3DnL8jPX88fr + 4AeWNdfTPMkUg8B4oxvIbkpHp9zFoMFUUNqEVkQBKWNKWoPrwjXQOj / hJLhafe2TRfTjIxwKBUaDAcX0Ol8Z74Ro + Bu9z3nkfm5MIAFwT5eonSi + GqiQh + TxQE0aISAN6H99PNOBHOv6mQlGxUS5isShH5lySzQtrFIvFzFCSt0FZolDYjESLT3LoxWdz4PXhgGAEoToC5TEffnuHRCJhnTSJBCQZ + 8ln35ycnCgIAiMCcFgIyomfJRkEyHf6sBrOk3R + GBLRBPuAdUWe2a9ci4rZdru9JdftdnsrQesXc + FIICs4D8gB0CrPTCsK6fx8a56J945GI2u1TsIWqIkiQI6whE3nt1jBQBDp8N3AbH5djJ / oxhj4cDHwrb9G8XjcaLicwe1HY + TnYFbRn + iy47lR / gyECy / Z57RL2toA4OX + sYmEcOCjeEUoTBYGgUOZouBIOF8ME30PAc + de5XOWSr8zAL6PP3VamXN64BF6OHiJ0P9JK50ftYBmyCVSlmjK0kWAeBh4jVjdMDFLypL / 3B1OP5EK3wf90NC1scjUUg + BIPw850YY99Y + RESAyWCccBrA7Kj / S0eE0VFQHUoUXBvH1p7FobvyPjKExnkH4phb2 / PTuOieR5FVSgR1geMHAeKecFwt1otBUGger2 + Je94qfyOsvUZJ3j4fpTGs / ikB5oRYvgp5oIJBqURZyAIAmvnkslktFgsLCnM6 + l0Wg8ePNB6vbbrU2uCjDOPkUjECB5ANsg0ewvD4x9xicMAZDadTi2RTrTE2uDYzOdzg1uJlImsfeKCdN50UNIWVAr91T / QCCeH9avX64pEwu4BNKV7kuLF50b5T6dTU1woCRYVzNxvXEVS56JCpgcJYSWl8HggPgQDYwGFgcfR6XSsDwvfL51XHnM / RBV + oon3SNsUOYTMx1Hh / MJxRxgo0wcjxsOJRqPmIeCZEBFQ47BcLi1kBT7yG6OBG1 + shORoPzw3GBX1et3wVJ8zTSQmnStx3xBKsg3unxng88F9NoUP1eElSbJcQi6X2zrlzVdShOL + uQWs2dMeyCGGFcWFpzqbzaxdAdGrX6GMgu52u4azg9cDqWDs8NzJL6AwUEinp6fWoM3PIbGmXAuD79MkMeS8H2gICNbPGfmQaalU0nIZHoxC3xvYe7BZ4vG4Wq2WGT6830QiYTUOPDP3OB6PzflApmloh1KOx + OWu8OTJhdy / fp1HR8fmxEjz8L7JBnbya80xnHpdDrq9XpGhPAdPH8NWQ9klogDWS6VSmq1WpK28wqSDLKimRsG47LjuVH + krYy8yho / g7zgM1E4tLfWAhCNBq1TLyvgLkWQszC + gcnSDKhJJLw2TEIkh8NsMiwkzAMeLtEJXguLCAtbqXzQ7fZDHhynHXrU + gQAmAT6bzjJXxpimNIzl5U9ghYPB63RB5wD3MJ8wS4Av6zX / iC0cNg + zkY / gZnHCWBwkbQiZD8SMpn9UgyGuNkMlG1Wt06qMM3dj7O + qyMi1EYa4GSwFNdLpfGjfcZZMxXNBq1th / IGF4yMsb + mc1m6na7VsDlnDNZyOVyFk2yfuDKeJ1AftSKUHQHpREvlPYGQIZBEGhvb8 / Wn55Aksxx4zlh + JGroyMseSpJ5tiMRiO1223F43EVi0WVy2XboyhVn3EHpRs4BoMCno98ORf28KcLsKStrr1ExUQu6A4S7 / 6ZAH7Uy + cwov7zsLcl2RGcg8FAR0dH1h0YUodf1ySdO1iXGc + N8o9EwoIUv9kVEwlGDeOBpk7g0oSXhMJMHBYXKhiWG3YK2LXPDPKTqzSOks6To + DjeEN + lIKX5is1PCy8UzZQvV63hURBsjHpkUN + gjASBc8GrVardr / MDwloPCA2Kd9FFETlNMlhv0mWdH5ICkqA5wXCwTP3W + kSHqNE8ES5HvPBZvCjKp6ByIDENfPG + zA8bGwwfpQpc / OsJHydc6pWq / 8 / e + cdZldZ7f / vnpbJ9JpJJkMKHUJCkNCvItIEFEVAirRcyk9ERClSRcFLE0RAiuJFIV4QC4J4EbxSrhcViQFCFyEkJJlJpvde9u + PM5931tk5Sc4kMznnzOzv8 + TJzJlz9nn3u9e7ynetd72uYRuVZUSgVJQQuVAFxNZ / vGHoQjp5YjxxUEh4cy2eC9E0ESmUmW2qh0PBrmBb / mlzTTgcRJDw6NT7d3d3a9asWVElwUS7paWl7lCampoa94z5fgzg0NCQqqqqoihUTtajAykKnd3Lnue5yJWd077vu8Nbgv2tcGxQ6NBavb0j534QjSHXNt8B9WrXOcYEh8k6H6wDymmhkGAwpJGeRORJqABjDSLbE7Lah1r3nJwcNTc3u8nigSDwWFnr1aPQCN9QACTZKLuS5KICDIHl4IeGhhznxg5CHoDtk2PrzIkKrABZbhtLT2IIS46nT / KrqKhIvb29amtrc54PZZV4KwgxCp1qB4wPjbTKyspc8re + vt6Vk8Kb4 + nZihGbNMWDIrnFHOLl8TmbVGXhWv6a78FjQtBt + G4pIhtiM8eU4vK86FNvq0dsPghlQmSTaGRkRI4SpV0D4 + / u7lZLS4t7hkVFRVGGcWBgpNc9ER3eaGdnpysV5BmQP8IQkJiHmqSZYUNDgzMmQ0NDUf2UcLaQUWnkRLTg + REYZZtDYgwoKZycrq4uNTQ0uBYT3d3djg7iNDfWOzQo5axTpkxxZ1LMnDnTRQ5r1qxx5aR00h0YiGwK7erqUmtrq6uAonLJ9uLH + 8 / IGGmdzVnU0FI4FLbkktfIGUDFSXKdS61cY6gwtswxNB9rLi8vL6pohE4DXAMDgnMWl + yNjQiPP6inHRoaUkNDg9uijqfjeZ6mTZvmugbiedqqG + rhUcIoJKwzgu37vgt9bTWNNLJTkSoY64FY7p8xEdphjHzfd5w4Co7owlIkNpnKIrA7jVGQ5AVYXFA0nuepvr7eJYoo2SNqqKurc6WD / f39amxsdIuKsaMk7RxaigtDavMreENTpkxxUZjdWMY82CQhYTfJN + 4F2oM5w8uBisJgcx3mlfvnfdyH3SORLMrfUjk1NTWaM2eOhoaGtH79eudhz5o1S6WlpU5x2Yq2gYEBN3dw2SgjSy3gbdsCCIyJTaIjY8g1Tg / yivFgLnEA4OgxFCg0KvB4zlSNIZN0J21tbVVHR4dbz0VFRU7xU36J / K1Zs8b11YHWIipBrouLi9XX16eamhq1tra6HkfIhS3txvmSRg6UQU5Zg / SewhCgmPHqWQ92kymUEQ4KBoWcCAUY5LagouxmPEuHoqumTJnijBesgKWS4kXKKH96hjQ1NTlPB69Fkushg7dRX1 / v2i / wcKAJUD5WKaJcuru7nXePF0uISrhn68VRTLaWGZ6fz0kjCiq4RwHlxnVYUHhSlG5BY9nSO6o06DFijQdKGV4Sqgzht1EMoSrhKJQQ1ACUEQoHeoo54FnYkkHoHyIaK6AIMBRXT0 + PCgsLNzjrgGeLIrGGiAoIogEUH32NMFK2NJFFjzFKBmRmZqqsrEzr1693fK51KoqKitzmq7S0NK1Zs0ZtbW3u2TCnRD / MNdeA825vb1dJSYnzEEksEim2tbVFURIoJpLMzDNOk917gUGG7kF + WR + 2TBjnpby8XFIkf4bxwrFat26dfD / Sq8Z2j7VUI2uQyIT1Pzg46HpyQdngSEAJQa9BGcGZQ08R6VP2SdsT1iY7c7mOJGdI4fmpvpo2bZoaGxuj + nxZXp4zOVhblCwj8yS4OQMZubXdh5FxqpPiRcoof7rjVVZWqrS0VO3t7WpoaNCUKVOUm5ur4uJiSZEwtLOz021osfQJISjKGcNgKQQqJGxrVFt5wf8oWzx0wlwiDkvN9Pf3q6CgwH2fLUVjMcIXQlPk5uaqpKTEVSTYahD6uEsjx0sSeXjeyFm3XB / jZnMFLAgUN14D90HiMTMz0zXUsrX7KGiiLAQYBc282S3olmcnSrLlbzQMs6Vv0ghlRrKSHbBEGyh + xgX / SyKbhcx9QWskA / A8d9xxR1VWVqqpqUnV1dWaOnWq6 + WPIuAcByghDk / JzMx03jyKx + aosrOzXesT7psyRTxd / kfuc3Jy3HUoPcR5sjQjpZcooIyMDCfzRIEoT8 + LHOc4ffp0TZkyRXV1dc5oZGVlqaioyCV / 2dwIrWIjExwschYFBQUaGBjQunXrnGOC40eUQmUMRjUrK0tNTU0qLS2N2lFOYplqJRw1ZBHnw + YekUtJUWMlUV1ZWekoJa4hjexX4Rp5eXluEx9 / Y4 + HXYesgf7 + fldRxDyNplttyih / qAVJTpCwstOnT1d3d7dLXlkvlQMn8GhpXORwAAAgAElEQVQRRjxuapuD7Ww5tBlPByUDrZKTkxNVnsj7CL8lRVVI4BEzZhsKE5IODY2cYEWGPzMz0yWl8OYQUnqiUJFEAlCSowcYX0ZGhrteX1 + fo3skuSjA1nhz4hGLmDAWg2H5TQwTXhnGBu + fcjkWM8 + TxUx5HQsm6L3gidmx2SiHucdLJYxmzORo7GlMLPhEg4S67 / vu + MO8vDx1dHRozpw5rhUHTgByT5Q4MBDpbEmxAWWsHKJCQzSMemlpqdauXevkkYiXjYScV4Gj0tXV5RK3klwilefNbtjc3FynqHAmiouLnZGAnszLy1NTU5Pr5AmHb9foHnvs4WglOpESAdO2BQcsKytLzc3NLjLmAHRJUVEAa4oyaQyhrbizPabsurGOn42K6ddvW7IgfySfORFtY3KNA8UzsHoBncSeJIw79NXQ0JCrlqL762hOqEsO4jMOEOKQYKLqhUmjiyQ8 + 9y5c1VeXu7CQZsE5WEgcCycYF00CstyqITZlLRhSPBEWBxEFyguu4mKUJx7oToAT3X77bd3Hp3nea4yCaqju7tb1dXVLiRFYEnS4c1zbaIL2wXTRj6FhYXKzc11rXhtdRTKnIUhyc0lQmvbLVBii4GjYgPBhV6yyUuuy / fBUZMYZAEy5zgCfX0jJ6nxnAsLC134zrOkcstSPuSQEg28RpyRkpIS58k2NTW54zulSDQ5f / 58VVVVOTqIaNbSkchjenqktTYlgTw3jCAODVEgHi1cO9UyUE5E03DXtt4fhwnFKGkDrnzBggWOIvU8T83Nzerr63NUR0dHhz744AMXvSDXtHGGhrFyguOAnDLuzMzIyWMFBQUqKytzuUC7RmzhBpElHj8KnDkhL4OhtoUell7mHw6SNFI9ZOWXKjTGwjMiT8K90Tq6rKxMubm5rq0HBRzoCQxCXV1d3LKXMp4 / 1pzkDEpnxowZ8jzPcaV4RVQOoIzwXKAe6PnN2Z149zxwEjRsocarhx / s7e11Xpk9IIb34dFTWWQTqHCDlhOHMiFsJdyEMuKMASqaOjo6nKcAXWMrI1CucIF4a9IIP2n3NkDbkOCjtLCtrc1d01IvtpTVbvdnnlE2GA0oBBYMnhBKHY8Fz9YmtyW5eSNSYD6tx4hh5joYWyIrjn + 0DQATDRQErRpQOjvssIOr + iIfMHXqVPfsbS98olzPi / SHhzoqLy93RpL + PXDseMuWr4ebb25udkoHw4v3D3VjFSbyZnfHWj6enAQbq5D5kpISNTc3uxp8DlRvbm52ObcpUyJnB1PwAE1GxIRhhxohyY83z1rEUcjOzlZRUZEaGhrcpi4cO9YbDoKNrnDOMGysPXt + L / eNXKN / WDOUmba2trox23nDUFL00NXV5SJ0coQ4t2lpkR5JUIBEJTgK8SBllD / eBskmvEKbRbf0C6WHU6ZMUXV1tWvlTP8QwKQiUCQcOT7RVt4gEDzoYAKHB0kUgTKyyTFbLcHnUJIkcfB6qJiBvurt7VVDQ4OjLkhW5eXlRUUU0Cft7e2OZ2Qs / B3qCu6digg4d37ndCWE0UY / 9oAKKBl2GPf09Lh + 8zbHwUJEYZC8t3yz3TiHMcKbw3jzOhEMFID1AIP15yS3oeySAVBUVCvxv6X9yEXB05eWlionJ0fvv / + + 64VfW1u7QYUbMuT7vks41tbWOnqJnkLkmGxuBCUoySlVSh3x9plDWxJqKcK0tDS1tbW5qAxaCDlHWXV2dqq6ulp5eXnyfd8dH0l5K04Uz5HNXNKI48JzHhgYcEZUinTzLCoqcpRvfX29o6Roi8EZvlyLqiUbaTQ0NDjPmwPZ0Tk4cVDP7Esg92gPskeuiZqZb1uiTXk6awIaDpYDRwzjhnFG38WLlFH + 0CYsdnb1ocDYvs3iJySVIl6 + FfiWlhaXzCksLHTVMHwPn8PzYFGi9Hg4tqwKD85WP / Cg8T5suEnIZ2vfSVYGyxxJ9AwODroSNjxpQlBC86lTp6q + vt4pdRahFVQOlKeMjMgGmgtDyC5JSVq9erWbS3ZR9vf3q7a2Vq2tra46h2fBbmg8OLwfjCnRA14MYTARiS1t4 / PcD / dmt9cTDtsNdVBNyAVRmd1RmWjA8fJMOYOXSiwS9Tg1cL6S3AEv6enpjj + nzXV5ebnLf0lyG7ykkd2nbEZEqfb39zv541khmxhaDD7XYT3g7OAF230dmZmZbn8Kz0qKtEAoLS3VwMCAy9t1dHS4Nc2uehy5NWvWRFWA4RgR3cKv9 / RETpDDUeMoVbz8GTNmuGu88847bi6zsrJUXl6uvr4 + rVq1yrUt4X6ys7OVn58vKXpjFtEmSt4WkhDFkj9BWdsyasZiy7zRde3t7a66CIML60DOAsrZRvPxIGWUv92QhXKE1iAphWGQ5Kwwi4V694KCAjU2NjrPl2uxTZ3t8VhvrGxeXp4rZSR0JCmKcBAFoMjgTO1egMzMTDcmPoNiTktLU1lZmes3IsmFd + xpgK8tKipy3wGHbysibK277SuCN29pNJQH48X7QfkSoXAoN14YnkhNTY0kRX03Ro7nw5zYcJfx2t3EPEeUOAvC / g9XbZOL / M7zJ4y3dJZN2tvoL5FAdvCu8eamTJniyi + h7aRIsQPUT1dXl0sGl5SUuCZnVIDBube3t6u + vt4pbzxh3480KaRaKDc3V + Xl5c67pJqKdcWuUpK8Nq / EhinyOjhAGPSZM2eqrq7OyV1aWpqmTZumwcFB1dbWurzTtGnT3Fq0Jc + UreKAETkgE7R0gGYkai4pKXEefEZGhuvHb + V6 + vTpbjc8zmNTU5NWrFgRlU9DhljjNF0jksGBw3HJzc11Rpwd2RhaFLYtoyX / xftZH6wnSVE60DrD5C9G49SklPLngVqetL + / PyrctUlclC5KyZYlUiFBvxCORmxqanI5AJIzhJiEyEw4ygQhlEaSlixq23EzODYePMIK / ZOREemrjjeIcsvJyXELAMMGFZaenh71XoQrLS3NdfgkMkhPT3fNsGzbW5tkRcHDh5aWljqFAtUzODhyVmxDQ4MaGhqilHB2dnYUnWY3FRHV4L1bjwXvCF62oqLC / Y1FywKzpXX84zW8P7v7OuitJRp41FBaUIuUKyJXzLfdbIeiJ0mZkZHh + kE1NDSory / Sf76oqEjr1q1TWVmZBgcH3QZBKAK + ByODHEAnWmoBxU7HTWhOjBbyj1yzFwMKa / bs2S7BSXSRn5 / vNmnl5 + e7PBsyzHdxbfRAcXGxy2Wxu7ygoMAldrk + c0cEz7pNS0vTzJkzXZ6N9dff369Zs2bJ8zxVV1erurrarQUqm3BW6ABgN9kRsUFpMRdUu1VXV6ulpUWzZ892ckDkZXUDMo5M89yLi4uVk5MT1fCRaGE0cp0yyp + wh6SHNFLyKcl5d4ODg64HEF4fWXQ8TIQfbp7QEiOCQcCLxYqzKMmu27JGy8tB67AIeKAsXltBRN6CsLCurs7V8iJcVDbAJ6KE8RbhO22ZGBQXPCpRAAuYceCpkYyFP8ezJyrBONkdo4S3s2bNcsktaaS / DguR + ZkyZeQwDQzM0NDIoSt4YmlpI8f2sdMTqgJFhDdoN / FBB9l7YEFhAOwzSwZYfp6FS5JQkkuODg4Ouh5A5D1sUjA3N9dVz8DN0 / APJYFBIKpjrVBeTP6M78PTh59GTlC4Nudl6 + hxZohA2tvbtXr1apWVlTklXlRU5GSICBslzI5Y5NkadBw32qpDGdoxscb7 + / uds0S1jd1bAz3JdXG2yC / ttttubj8RRlmS223N + qKEVFIURYx3ToSUnp6u + vp6eV7kfABKXrl / 1gIOrd0YKcmxDugumAhkgSg6XqSM8qefBUlNS + vgCVuagkWDtwtNREjZ3NwctSOxra3NGRCoELxmrgdHipcAB2gtta36wbuFjyYhDVj4CDqe1MDAgOrq6uT7kW3rVALgUeNdIxiEf5YfhxLjvZYSoeafRcM48TRst8OcnByVlpa675PklDdJXqKy / Px8NTQ0OINBXiUjI8MdNIEBgMtkzpgPlA016Qh4bW2tU + YsALszWRqpCMMotLa2us1 / dlc1EVkygJJHkppwuTQi415RIpRvkgjFCaAyq7a21jkFg4ORXeDIB1VpJFO5HlSoTf6WlJQ4L581hJzj3VJdRjLYlgJnZGQ47xhZ7O3t1erVq + X7votIoBFtaactB0ZGKERgvdhID / ll4xbN7xgnuTROtcM5qqysdN8nyeXPWCfkFEtKSrRmzRpHY9EVl8q7srIy5eTkqL29XU1NTa4lNs4n6wjlPXfuXHed1atXO2WOo4dRRK7JkfC + + vp6VVRUuLnFKSZhHy9SRvmj3Kw3R509C4WyLITIcqUoKzyavLy8qIoe + FHa2mZkZLj6YWgKuwUcOojFQJiH10S1AJsvUKy + 77vt7HjXjB2lzY5MPCfuBc + GygHGgafEYmMO8IRJ5JWVlUka2ahjPScWMQsKHtfW4hP1kNxDMZCIRpFZI8O8kqjGa7XRE11DuT8UPPdKJ0OUoKU9bPmqrbpCcVHRYh0C2 / IhEfA87zxJ50mR9g3cG / PDhj1OmGL / CXJtm5GR92GzV1FRkdavX + / Os + 3t7VVhYaFKS0vd + 9lFihMFncg6srtk7XnCeLOtra1uJynPw / cjm9TsbvP + / n7nVFHOaPcucC / p6enu + be3t0cZPlpMcD2rrDHwVVVVTpbtqWdEALYvlC1yIC + FTDDftLkgEZ2Wlqba2lrnMCC7hYWFqqiocJECBoiyc9gG7g86it3XtbW1UXkVm9dC8bOGyCewv4Z9ERgJDMtoqthSRvlTaw79Q4WBXdQoaTwGQkaqeQiD8cqZLGgRhJxwkGiDSgJqk61HhFXnGihJErNEHzk5OWpsbHR0CxbbNj6jimZoaMhV91DfjNdKt0Pqrrln + MRg4ojr5ubmOs + OecTw4Q1jKKmSYL7a29sljRy + Ar2Fkif5Vlxc7BJcVPuUl5c775vGeoWFhSopKVFTU5M70QkvCg9vaGhIjY2Nqq + vV319vbKystzJRdJI3T9zR77DGmB2M3d0dLj5YbFgGBMB3 / fvl3S / JFVWVvq2jBWFiXxBk + HtE0XiHSOTtpLGctJ48kR6JIibm5udQ8Aueav4iHpRqhiKwsJC5efnuxxDQUGBampqHN1CJM1hR9AlJHfpL9TU1ORyCr7vq6KiwlEzjB2nCoWHw2JLjQsLC11OAGqxubnZyTXOBfmHwcFIB1NKRoefh9tJbJOr2dnZysvLU0VFhTu7l / YT2223nctF4emXl5drxowZWrdunevBxP4Foq6BgQHV1NRo7dq1WrNmjbKzszVr1iwX2eEAIc9077TRIM5ac3Oz2y8EzT0apyZllL / l7 + DSoVxsQsQmRqlzt8Jje9RkZ2eroqJCH330kVOGhK4IGRtdCBWpsCDphbKjXt3mEnp7e1VUVKS2tjYXcaC0KMXDU4LrpBYY74CmTtzvunXr3P3i7eExtLW1OePFe / g5yJVbr97yquQ5KLljnnzfdyWdFjZh29 / fr9LSUq1fv16Dg4Nu5ya7VWlOVVpa6hYuCWb4UUpyqbjA + 7I1zoyLhWJLZoFNvMOnEt1gvJIBNhFIdEv5o60ggwLMz89Xc3OzS7Q2NTWpq6tLJSUlLjrMy8vT7Nmz9e677yozM9NtdJRGSpHpCwRtSOO33t5ed8IWStyea9va2qquri6Vl5ersbHRySBOWVVVlaNHoNfYswB9xLNASZeUlGjlypVubff19amkpMTluZqampwiZU7IL / D8UawoWZLQ3C / RA5GHJJcPq6uri5Jr6B8SwH19faqsrNSHH36ogYEBlZSUqLS0VH19fVq / fr1aWlpUUlKiyspK5eTkqLy83CWYcbTq6uqc47l + / Xr19 / dr7ty5zhDSo4hnQu7A5rLsHgE2nrFWYSRGI9cpo / zxcG2NMUrTWmsbQsOLwv1CWdgEId4KigPOnzDX9k2xCRU86IGBgajdqXgqvJ / kIh4YJXF1dXXO02Uhs9uYe5MU1eEPsCmFUFOS2xIfNII2WUSNsN0FjJfPjmjCRowKXgg / 873QDswZ + RBJrhQ1PT3ddaC0ZySwuKjSoFqFjUJUhxAlEAJnZWW5jTPWa7TJUWiloaEhR1uw6Gxb39H0QBlv2LmkUIAFzjhJ + pPoY5dqRUWFKwu1yUZKky31N2XKFLW3t6u5uVklJSWOC + f9kqIq04j4iG4xACgljHBRUZFrM7x69WoVFxe7qLqrq8tVGtkeOGVlZS5ik0ZatSOTPNfOzk7nPPG9BQUF7tmTBySPZKvZkEu7k5fInXVo8yrw8HDoVB + RsM3Pz9e0adOUkZHhWqBbmlOSYwzKysrckatEJtCibNTDS586dapaW1vV3Nzs1g1RuzTS / I + 8CxvnoJ2Li4vd2iHxHA9SRvlTkohnjAdLQhFDwMRhdVGQcIt4UfCQ8O9EFnbnHX / Hu6Ac0hoKSa65EwqbjD1UBjQEYS3CynsIS2l + xTgxJj09Pa66AYrFLgpyAyh6fkZpEs7iUeP92rIw + FyUJ9EEi4F7tx0EWSQkK + FaS0pK3MlLLABoivb2dnV0dLgOnkQAVPQMDAw4msb2a5LkciJ4oHDczN / AwIA779QaAmvUBgaid4AmGigFmySkGov5sO2bqcCB8mtpaXHyBr9OszO4 + 4KCAufM0AeePvOWFpVGIiZppH8WRpuCBXoo4RTAcefn57s2JBiDoaEhFRUVRa0zjElnZ6fKy8udU8U5zDaiIALmvljvyCb0I44c6weZIfLj + SPX7BIm / 8V94vxRkYQDl5GRoRkzZrhGkZw5TIlrc3OzWlpaNGPGDNdpuLy8POo50IHTevjIALmUhoYGlZSUaNq0aW7 + + vv73V4aW9RBPgOquaysbFT7V1JG + UPvWIUANUN1jq2msZ6CJNcCl4QXExc8NaqhoSFKmbI5g7AMpUGFEKElFTB8Dv7OHnzOZ1tbW50XRKIH / t + WcWF8hoaG3ClM6enpboMOyoGEKYLc39 / vOFcSRfDB9rNUgeBVoAjoF8ImOCghNglR8sZ9QcfwDFBEJNwxLHR + RHhRaBiGnp4eV2FBREa1hDRSscMYW1tbXYRD7ocyQ1szDf2AsWZsyQCS + exJsFw1USHRl6QomYGyKC0tdRsPOcgdj5Rihurq6ihlSqSVn5 + v0tJSpzTwwG35MKXIrAciOhwIHCqrRKFAee70b8IhYzNlfX29i8ZxIqyyJHrFqLC5EieGxDj0KxEl + YLc3NyoAgxKqZE9oixkDidHipwLjaElam5oaFBXV5db15mZmSooKHBN1qBJidSgbjlrm9YiOLBgypQp7mB7duizdwGnjRwiFYH8Y7xEI / EiZZQ / 4aY04lkzefB / hMpw8yShCIl9P9J7pq2tzbWIha + kHpm + HexiZMchihUhsLCbRvDuMTpw / 3gceDB25y + CiDIjaWmTbSRtCRX5DltdYPlzW6OPQKJA7PfactecnBxHWVFhQKRDBQ48OglGPDlbnoa3wr3a0lcWCF0o6fvCe / jdblhB + fMzlVhEEr29vY7WI0LkeywfbCuDRrMZZjwxODio5uZmSXL0HxEb1AVVbShdauibmppcsUFjY6MaGxvdISmlpaUusmpqalJFRYXLqXR2dmrWrFluIxTn0Vr6iWeODEIrEgHT8M / Oq817SSM17 / X19U6Gaa5H1DhlypSonjTIcXZ2tqv8gT8nAienIEV4e + gpmzClsAIlCvVIZE9pKZE4Ms / a4znYn3GApBGdY6v9mJe + vj63Y5nKuaKiIudMEe1ZupLfOV6TBDQHx1smALmm + ofPs5bjRcoof2rwW1paHP3B5CGEcJI2iUbSKiMjwyUTBwYGXJ0 / Qsf7pJEdjyhHSY5 / JaRF + aDYSXhBOTEG6pL5bkmu + yjncvIangJeH / / bWnZe572EgSTD2NRjS8tI7BJxQKnYJKn18IkuEEiqiagasYl3DCdj47swbhhMvBcWkU3GcU1roDCetopKilbcGInOzk7V1tY6Q46BIPwnsU4In5aWppKSknGU1tGhvz / SIwnvjvujsgo + m1wJBpgWHxxd2N / fr / Xr17tITpIrw8XxQYGgJIjS2LREhRc0EdEsY0NhI0N8tyR3yHtRUZGT687OTicDRI44EpS2cl9E2TbKwIBAi1D5BDfOJiw2cEI3AuvhE12gLFHahYWFam5udnt6kHcULfNF + aYtT2bN442jD / r6 + tTc3KyCggIX8dpyb2mkTxXyylqmyKSlpUUfffSRiouLnb5Dp9h1j1x7nqcZM2boueeei0vuUkb54 + 1x1J1tmyCNbPBBWKBR4FEJRbu6ulwyBkqC97HQSLJxqDXhHYoRQwBHyOu2zYQkZ / Up9cSoUMWAkNFvh23kJJktVUTdNR4Li5t + 5CSSbCJ7aGjIhdQYC7wmBN9SRyxQm0 + hzprSTcJ + QmXCeFuLTBSB8ZHkqKySkhK1tLS4vuO2DS0VIfX19erp6XEKgvFOnTpV06dPd3OMwGOU1qxZo + 222845ChgASa6 / EK + NJjE2nqCksri4WG1tbS7HwqY + vHHOWaCIgaiOUta2tjZVVVU5z55kJ5QR7 / E8z1UTkcPBecEQEEEzh1SbYYQx2iTk2ZEMfUXNeUFBgQoLC7VixQp1d3e76EwayZf19PSopaXF0Zs4RPD + 7B3AMcGbJneBsWCfC1VqyGRra6uLSNADtHIpKipy30erlK6uLnegDeuBqIUooru72 + XgWDfTp09XXV2da4BIN1zKSNPSIkdwUorLHFExOHfu3Kg5JgpoaWnRe + + 9p1122cUZeAyAJOc44aiS84oHKaP8SXLahCihKQoVRQm9gALFGBQWFqq4uNhVPUDRQBsMDQ05jpD8geUjKeHCKyIxCdiEY8eIB2sXWGZmpkuOsZElKytLFRUVLo8gjYSxVCbgMXR0dKi8vNx5VCSGrBHCqMEBpqenO2 + G5DblqnZB4p1Yo4PXA3VF9AE1QwgPDQXlYhOu0Fi8j5wDtAIlf / X19VFzyVhsyRvAE8vLy3NnHnAPlh7DUBBxEaonA2ypJRw2Xi90muXUbS4EBVxWVqbp06c7rh / nqLOzUxUVFa4 + HWXe3d3tdqkWFxerqqpKAwMDbv7IG9jSWRwElKrtgosSzs7Odvs3OMkqOztbs2fPVmNjo6NM4Luzs7PV3NzsvocNW9BQdXV1UZ4xRo2e + JLcTmLq3WkpQoWPNCLDOHKsUarHkGucDZ4Jid / BwUHnpMAIkOuyO5OJ + lkPXGf69Olau3atJDk5tnJNbgXQIK + 4uFilpaUusWydXfZQoIfo39XR0RG37KWM8g92ubPVLISdbW1tzlO1u94IlamQGByM9EmBN7ctcltaWhxlQUhaUFDgKh + osOGB9 / f3u5N38JhRLPaAEXhLeEY2kuEp9fX1OWqI9 + I127bEklyol5mZ6YScSIdQ3XoQklzIDafK96B4Uej0KbGRDhEEBoHnwDWg2ihdtWWucLxcH48OhUdvlyAnj + EO8v52kdiqprS0NNeZURppBEhSm8VvW34kA1BuJKZttMK9cwA4lAzeLZVk9OoZGBjQzJkz3dGFRA3l5eWqq6tz0RdOSWlpqUpKSpSfn + / OucAgw5GTa8BRkOSoFRwrezpWVlbkUBoqfHp6elRbWxtVUUf5MiWLrG3kl2okIhxyH1Aftu6dHcrIp62Wol6eTZckcPk7ZZM2Z8eawBhSrYQjxXOCgsJgVFdXOyezubnZVejZNg12PwuvWbnG88eA8N6qqiq39mz5sq0CgwmBuo4HKaP8Uah2px5UAPwxZ2baOl2r / EgMIURslKD6x1ZUZGdn68ADD3R9O3iwNTU1Wrp06Qa8KhUIkjZIMvK79eTZOYwxkiIhXGFhoVsICDr3QUITntx6Ljk5OZo5c6aKiopcGNzV1aWampqoaAIlYctlbatZuGXmja3xRFJ4HHg1QR6 / p6cn6kQjng / GUhrhYbk2XDHKnCgDmgpDgCdmxwbgUm3UYrl / SkHZTZosnj95ETZxEZWgYIeGhlRcXKyysjJHqWHAUNJNTU3OgEMNwL03Nze7Z0py8 / Of / 7wqKytVUFDgoocVK1bo6aefdrkd1gfODmPF88cpsNEKyWW8YeS2paXFNXWjegd5YT1AEzY3Nys7O9tVAxUUFGjHHXfUtGnTHLXT3t6uFStWuB3zrCEcMQwcTe / S09PdaVfIDgbTNlW0cs29sj7IuyCLRBiWw4dyxulrbW1VSUmJU + ZELuQaiYxxCoF1TKxMQ5XZfCTPdWhoSLNnz56Ynj9KMC0tcsoUfPTQ0JDjJCmNIiQjcSVFIgc2CFFWxaSyAYlw0R6ZR5klFhxuUpLjmlFIGCEWIuGoLUvt6upyEYotxSPhSWIK / hTPGe + IfkRs7sjLy9PatWvV1dWlT33qU44rJkHX3d3tujlaqgW + GAWJd2V3NhL68j7CXxYKyV6MAN4hIbXdB8EztN1WWbgoMXsgCy0hpOhqH7tIbCKYxC7JNu4F2o4SWhTLaKoixhu0bqivr3d7Q8jjpKWNtNP2PM / JPo5MZ2enWlpa1NLS4vrhY + Cbm5ud4mppaVFhYaFzkAYHB6OigZaWFg0MRFoHFBUVqampKarSB0eGyJojBzGqNDVjTwG9nOxJcFT7QFWSL0tLS1NdXZ1bZ7RT + Ne / / qW2tjadeuqp7nxgcmIdHR1au3atizYwjLQ + QEFi4CxVg / LFSWGcdp8ECtsmb4myoa + oGCR / YkuYkW324zDPtEC3dKd1jKQN5d3KLzqGHc / kAnNzc10blHiRPCtgM0BggklASh0lOR4b2oCSTSaO66D4bD8UaeSoSCkSKaA4LU / HwsKS89C5hn0fpWWEcHaDFuOURhpFcXQiyTM8EWgTDA8JLASH0JYdh3aHcEtLi6u3p4pgcHDQ5TzwvKZNm + Y2adHJk2jGVu8gmHYjGpUHeEu5ubmaPXu2 + 7RIhW8AACAASURBVFmKeI0vvfSS2tvbXWjP4kKB8DuLwoLfg / 9bYFww8NwnXhLKy3pdiQb0F0lAWiHYNsEcPk4Uk5GRoaamJufQEGHhNEC98XnyOtAkHR0dqqmpcfQPEQatFVpbW911uAaeJ6WpGFWcHE7Lg4qQ5GjGhoYGVwHEeIkc4P3JtyFPFDX09PSotbVVtbW1UQ5FXV2dOjs7XYIW58R21aQpHQq0oKBAlZWVLpphXSDHkqKcHdYGlFNlZaXmzZvnKoRw3H7 / + 9 + 7ViQ0JERJo2cwnrbEOJYMx6I3BwcH3dqm8ycUFjKBwzohlX95ebmbPErAJDnPiF22WHMUIJl7lIptb8A1Zs6cGVWZg4eelRVpEYugShFrv8suuzjlx6lb / N7Z2en6B5FMJsQkkVVYWOjCNTx7PAGuhQGgasMm + Eh0EimQQG5tbVVNTY0TCgwlYSH3wb3YXYbc / 8DAgObPn + + UJxUg / / znPx11RA8Z5oqx2pp / DB0KhdLEtrY2Z5wxUDStYi5iLQoQLP20r0PlYIwwZtBO / f392n777aMaxCUamZmZmjNnjlPMRIrp6emaMWOGCgsLHd9M0n5gYEClpaUuWmNfiz1ZSpJ22mknp7Qtj52dna3169c7efB9X6Wlpdpnn30cN19XV + eisL6 + PrW1tbn + QVB7bKwikmW3Lgobw27zLoyV5CxrEgeKklObQK6rq9OHH37oqstoUmi768LFw8NbuWYNfOITn3CUDO1UXn75ZZfzw0gyV4yVqJvNnrm5ua7 + f2BgwPU5ogKLnAKVUMyFrVCTRmSZnzF6gIiAog0ibYwZea3e3l5VVlZq9uzZo5LrlFH + e + 65p / vZLn6bKIkVOtlJtXW2tm6chxIMv1gUNkyTIh39rHdq6R7r0dvrsbipSrI9Vcjms5OQBc4uTZTXjjvu6Dw8zmpFYU + fPt2FruQ0CHu32247R42hlPFS7Ia1gYFI06ru7m5XQsp92gQui8HmDNg9SQ09kROLhM + SYLNluPCk / f39WrduneOb8 / Pzo5qyeZ4X1a8II2gPEsFYokx4NtBoRxxxhOuDnwzIz8 / XKaecIklOTvnHfQbl2ibc + ZzNeVCaKEXnQvj80NCQKisrnVwjr7vuumtURASnjeJD8Vi5TktLczkljER / f7 + Ki4tVU1PjCg1sRQ6HzVMB9rGPfcwVCzQ2Njrvu78 / 0vysqKhIjY2Nbg9EVlbkrIdddtnFHfqTnZ3tKl44aN2uzxkzZqijo0MNDQ0usW4r22hYRzKW / AH9itLS0jRjxgwXObHLl6Qx1Kotw2UTY29vr1auXClpZI2R7 + JEMwyhJFethaEZGIh064XWplACJ7WoqEhnnXWWiouL1dvbq29 / + 9txyV7KKH + E0FZCWKEOCjj / gmGWLUvkc9Z4cH3eT4UQ7w1 + Dx4w17Cw7 / c8z1EgdgGnp6e7Gl97Te4Z5Y6itOWO9t5QFhUVFU547TzgGVmFQbiPl8MOR1tRAfbdd19Hc + F5WBqopaXFUQnTpk1zHiMb0sgXYBiIEKAOiJpQXEQXzL1NnvMaVAWh74wZMxwvzOEdfIckV1fd0NCg7u5u7bfffvEJ3zgDubN5C4wtz05SlKxxT3Zd2KjIlhqi7KyMQYdYp8dWoKAEkR9aGfOdVq6hXfgsieAFCxa4z3A9Podc8OyQJcZhDV5aWppmz54dladiHpAtWykGPUXkQvRtnTzGe9RRRzmaC3oVGsjzPNXV1WnFihXq6 + vTrFmzojZ7sR8iNzdX06dPd44UhhKHhlJs8mXWyNtd8YwLhwq6cu7cuY4abW1t1fr16x0tJ8md4lZdXe1yQfEgZZS / NLLl3Cpa64FbTwlFwe + xjIP9GYGzXk2s34PfZ / 9JI4uRz7CQGY8VXKvcqG7hfzhq / rf3Z5U647LUUZA3Dy5mO58YOBQC77XJON5juylyr2DWrFmaP39 + lAKy88D3Wn41GGXB5yL8bKKT5IwOi5r7p00zXqmdy5UrV7oSQM / zNGvWLPm + H9XiOBmA92kNv1X0Nvqyyl2KbsQW6 / OW6rOfQS75nffzsy01ZIw24rDVOjxra8CsgUBp4xHbOvjgmINybakjnCArX1zTOkKMkeIFdvXiFFlqNTs7O + p4SasnpEg09PGPfzxqDds1YKMLfg / KNZEyFUjQUJJcpRd5Sa5HYpzNmsxFenq63nrrLRdBp6WlabfddpPv + 64nULxIGeVvF77N7luwgKyFt94Mi8B6IEFDYF + 3oTfvsQaE34MeqfXUEEz7nmBEwnttJGE9sqC3b8fJe4LjsxFNMCqx12MubHmkjQrsZ + 34g9QE17RRSqzx2vu23hrcLaBqyc61 / Uzw + + 37 + Nvuu + 8eNT / 8fcaMGUml / CmRpW2C9dR5NjaSJfKS5DxFlGzwuQUdBBtxxnp + dv0gB9bYs6ZQ4sH3WNrIPiPeaw2RlVWr1JHFID9uZSi4Zu34JDn5s84itGCQRWD8QbnmMxhY2 + 7FjsHOJ99to2NbEWcjqHjkOtYzPPDAA6OeJ + / dYYcd3NzFg5RR / niAJI / wIG2VCB4HhgFqQRoRbus52mPP8CKsUFrv125CssqEBw + CytsKMt / Dd / Aa10U4g9eznp41TNYb5Ge + wy5qhMl + b9BgBT1K7pPaeCk6P8L1mBcUfjCisp / lM9bQsAiZY163c8ZYYvHcNkS392GNt70nrmHnOJGwz4doBzoD5YEyIbFJxMPnJbn9AZ7nuZO8mJegXLN + + E77XK3xt4rcKm / 7DO3cMh6eiVXAVL3w / lgUnn12rDsrF / a5YeTsHg5rsIBlAOwYh4ZGyqdtWxR0iK0aRHkHDbCNqG3lWvB12yCP + bAyzlxjBIMGKlY0HXydex9NFVvKKH8pWkAQDusBW4G0i9 / yjX19kdN3fN9XWVmZa3plBcQqE4QplpW2lMzGPHFrKIJeqlXsdlHYMQQ9eOs5BTla62VbIbGKHYPG + BmjXdzcr + V8g14j3wuCc8 + 92PFaA2XnwraKsMbIjs + Oh9dsAtLOK7BeFOOw1EGyAFm2xt9Wr0Ap2DnkeaE0uru7tWrVKg0NDWnmzJmaPn161LO2a8EqGSu / zLeN3JCHIFcOrNyBWFRTMNKQotcZ94rHbNcMtKSVaxsZsa65V6vM8datUaLs1RoZ5tSu06DzFqTScIy4DvfJZ + HzeT / 3atekpde4FzZ92c8E5doaKhLCQfprc0gZ5W97tNiQ1ypNO7m8bpVy0NOwRsQuqmAyzSpi65HYXiV2YSBA1qsLVgBZ7tt6KlbZAzsGazTwiqwXZMNwawzs98XiSK3CZhx2vEFBtKE + n7OLgajMPiOeDd / Jtez3oJRshBGMfvi8jWAYQ9DLYw5QCEEvONGwBtkqJcZnIyarQJkPEp72OdmIjGfFxiMpWpHxXZauC7Yst88dhYO3yjX5buuU4bEHjXBwnVh5Ro6p0uJ7rEdsjbelddjhHFyLQYUe1AN2PqzXzeftOkfRgmCUYyk65hZjxVhtdBB0 / hhPMBKzY5YUZSAHB0d2y49GrlNG + Vshi6UgpRElijIkZLaGISsrS3PmzInydKTo6iErAAgNi8Na + qDHab3ToMfOuIPhMsZmY56oFUQbWXCfQSVvqyasV8PnEXL7Wfs9zJu9Jzv + oLdklTv3b8eHsg0uviDVgLKwlJI1OkEFxKa94PzYubXfZa9n35NoYJiCcm2NM44PRoI6cqsEp06dqj322CMq2pNG5NquDa6PYrOGkWfAZxkj + ZhYkag0cqaFjdJi9ZgCVkkhi4zRKvmgE4WcWJrFRjWx5Jr / GWMwSmYMsRxLu665f8qyrePI + G0JKa / biqSggrZzjOG1sh6UZbsWbe7Srvt4kTLKXxrh62mvahs9WV6eh4bAWg / Dwj4IO6k2bJSiQznPG6nltwrN / i2WgWCB2 + + yAhy02AiD5TtB0OhYb8lyxIzHChjhoR2HFV7eb7264BzYBWeNqDVoVonbuef7rIcTK7S1zzG4CHx / pMUu741VYcLfbIQQpPCSASR8bd98a2RRdsyXPePWUjS8ZvM0VkHzjPndOlREssHrcR1q8qURRckas / LPs0GBx4rEkFV + t8aba1i6lQod5sfmKrhGMKcQXIN2N3uwRxTfjewgq9YoSiOFCVa + gyzB0NBQVDTCM7BGfVNyTeM5vo8x8OzQaXYsOASxHOJNIWWUf1Ch20UtKcobssIYywPgelI0t26tOBNvF4B9v6U4eL81FlZJBgWS6wQ9aCnaM7NRgn0PCHq9ljdmXFbRMzY7D1zf5jHs63aOrRDbsdj7tbQNnwl63Jbj3liyMThXsRaMHaf1fGKF + PydZ8oCSwaglPiZ + ZHklJ6tbrNybRWAFO0YWOPMXFpv3D4TnqFNTqL4uHZwkxd / D9KjtvEb32tpKBslcD / 8b5 + ZNCLXXJd75j4Yv1XCwDoowSok5i04n3YsliLEYMWKqLgXZCxYrcX1rVGWFOWk2bFbR9Tub7FG2eaD0tJG2k + PZvNiyih / wim8DivYtjLBKiJbPWI9jFjW0SZ7rDDbcM4qQ / tg8XKswCIEwfDYKl / LuVqhT0sbOQPYRi2WykIQrVdtFTVjsHQV9x5UkFah2gVlPTeuTamtvX + reJn34HXt9fHgggvWGoCg0bXjReGwAGwExXvt87bfz8 / BKDBR8DzPtRywSh8jipKzco2HHlSa1gGxxh5v2zoWwQjKUqRBCjCoiK1ni8zaHcXB3JO9Bh64jVq4d2gPnp + VD8upSyM9 + oOGzD7XWHJt6R + uB41oO + na + 7TRTJBKBXaOgw4n8majU / s53mMVOJ8JVtsF5do + l9HKdcoofxs2WcWMErHcoBVAq4SChoPrAiuEQQPDgw / SC / Y7goqXh2k / E6ywsEJkNy9ZQbDnEHB96 + nzWiylGQw9YyUHrcKxnrkVXivAFjYqwTsL8q68L1glZBWUzbMEvS77HUGP0Soo / m4TjUGPLhlpHxRhUK5tpQrPxb7G80JBWMUS9MQxJDZCwImwVKA1BMwpzw3ZJbloKQnrrNgxSSO9oDxvZMc8fXLs8wo6GzY6juUMcH9Wfhi / nQM7fhslWYWJvFnnx3L6lOHyOYAzYqMMa9zoq8Vn7AExNlqIJdfWibL3ZY2hZT5GK9cpo / wRsqAHQ / sD6 / 1IiloQ1sO2hkGKVgZWeK3CifV5BMsKrhTtWVtBCiphvpvr2cVshZ5rWwVhvV / GbQ1VrCgE2CiAnZdWsdrFEhy / XYhBOsXOv / 28XTBBTtdGZkHljgdo59QudBa73RhmrxVMsNlna41 / omEjS8ZJhIXS5nkzn / aecACCxQ22xxSfDTotvN8m2pkbKlwkRT13GyFLsVup2Ool6NigMue6ODrWw7ZOSTDCt2vTzqE1RLQHsevXOi7BSNneH2vScuhc3 + YK8M6tPrJROeMPsgD2rAvrOLIWeb7ByiWr6 / jO4DOLFZFsCimj / K1HhNINhkBB786Gy3D4QU8CrjXWwgD8zYaOfJ / luHmIwdDaPnxppK7dRhjWANnvZbzBcBYvDiVmown + t2PmPbyOp8cGFrsgrREh / I0VrlpDZhUD9yspanHYsdjFzT1ZQ8t32udqnwUHZwSVT6wIKMg / J5Pnb6NSlL5VsDZ6sfshkE + qamyxg + + PnPFsPcz09PSolr / WiPBeKfJs7bnM / I58b8y5IAlr6Q / GZo00cs11rLNEFY1V3HwmVrTKHCDrtp20nSeb8 + GeOcQoaNQsa2AdSktlURkV1EG8384pz4zny3XteuK69AOy0YOVazvf1tELzkk8SBnlbz1jq + isgPCAEXDLgQbpoqCywvIGuVRLRdjX + BlPI6jMeCgYHMLdjUUB1iO190SYb41RcAFKI4lBSwVZRWwNW5CasUbVej7WWAYTpNaY2WdjIys7BygaW59shdZGJPbZ2YjAGhG78cl + jqQ / XjNGjoXK / CRLwjf43KXo / SWM1 / M8p9B5LlbR2CjHJvntuRexZNhGaXZ + rTG18od82NPYgmO2yi9Ih / C6PaqQ78dQSCPrlRyTpWusXFuaCuNjx2zlenBwpD0Mc2d78nB / 9mdLP9rnYdc2TqRlCOyzsc / WltMGHUTul / m0lBBVStBPGGPrSELhxYuUUv50gJQiD6uzs1NpaWlRBzZIsTcm2Uw5nfm4pg1xrXEJetNcA + + CznvSyKKwXKgNH21IaReYHZc0Un5nw2OrSIO0jt0QZUNI613YBc6itxynDZctjRArgrIK2XqnwRDbGjF7v5Zztt9nx2WVFMY4SBlZ4wFVYDlfO7fp6enufIJY0USikZaWFnU + BSeNcaJXsD2zVVCWq8 / MzHSN7KA + pA2T / BuTOTq6dnV1uXJSFBXXZAy28sXWsTPvwWS + XSd2HNZBsAaZ69sqPtp7MwfWcCAfthwUWaN9OHSUjUpt8cCm5BpjYpW19eitQ8U82h3WtkiCz7AerMGyBoGmbkEqyso17dmD7EQ8SBnlzw3TJ8R6xlK0INuHy4TwGbw + 65FYy8u1goqUZGwwWuABBiMLyvPsQiVEl6JzGPxuBdZSAVI0 / 857rJVHuPFqgjt6bXIQI2p5w + BGIxsB2ZCbsQSjLzu + YG8SO0c2AmFOuYbv + 1HnCfMa32m5axCcM15jHPZvtrVDMHGdaHDIkKU / AIqd + 0PBeZ7njsUcHBx0VJmdZ / scbaTF9eiKStEECpRnZmkSSc4DtZRbZmamMxbBqJo5t0l4KTrisLKFDFjZJX / BPdr1x / jwhqmTt0bHypCNShiTpbs2JtdDQ0NR + TG79nk / 80SC2zosnOVhK5Tsd1onjNeDO91Zw8Fd3Tbqn5C9fayVlaL5T6yjFM1B2ioHqzTxAnl4G9sW7vu + OzrRnvBjN2zxXjx + Xg96mDxgy8tZT9QaFRSa7fkhjXj5eC94TNaI2LCZa1vah / F0d3dvkGC2CaRYioT3WW / bevVSdM29XTiWfgtykzYCsXNkw3YWHM8QIAd2EbJQrCclKcrAJQvtE1RIKHOUnVVQ9j0ckmLlGr4YCoAT3YLPaWhoyB1ozjXYJMWY + N + uH2nD7p / ItY0kbb7GbsS0Dop9LjhmtoV3UK5xdGzi10YlzE1HR0dU9Y1NhkMN2Y2Pdk1xnkXQmeO + 7es8EyvXdj3ZeeRzzIV1Cm0u0q4zKCzb6A / n0TpzOAoYDstibFb2rBILESLEtoXnee2S3kv0OOJAmaSGRA9iMwjHGMFs3 / fLN / emlPH8Q4SYoHjP9 / 1FiR7E5uB53rJkH2c4xtEhObY5hggRIkSIbYpQ + YcIESLEJESo / EOESCzuT / QA4kQqjDMc4ygQJnxDhAgRYhIi9PxDhAgRYhIiVP4hQoQIMQkRKv8QIUKEmIQIlX + IECFCTEKEyj9EiBAhJiFC5R8iRIgQkxCh8g8RIkSISYhQ + YcIESLEJESo / EOECBFiEiJU / iFChAgxCREq / xAhQoSYhAiVf4gQIUJMQoTKP0SIECEmIULlHyJEiBCTEEl / jGNZWZk / Z86cRA8jxATFK6 + 80hDPeadjjVCuQ4wnXnnllTZJL / m + / + mNvSfplf + cOXO0bNmyRA8jxASF53kfJeJ7Q7kOMZ7wPO / 9TSl + KaR9QoQIEWJSIuk9 / xCTC74vDQxE / 7OHzQUPnot1EF3wteJiKSOU9BBJhqCsDw6OvB7P / xkZEdneUoRLIkRCMTQkPfywtGSJ9Pbb0vr1sRX61uDNN6U99hjba4YIMRr09Un33CP99a / S669L69ZJnZ1bd8199pGWLt3yz6ek8u / v79fatWvV09OT6KFMGGRnZ6tq772V2dS0zb6zs1M6 / njpj3 + UdtpJOuooqbJSys6OeDXp6SP / LDxv078HX5sxY + zHPh4I5To5kZ2draqqKmVmZm7R5 + + 7T7rjDulf / 5K2315auFA69lgpL0 / KyorIekaGlJY2Irfx / D9t2lbclFJU + a9du1b5 + fmaM2eOvFgrP0T8WLZM / t57q7GxUWu / 8x3N3UZfOzQknXqq9Kc / SffeK335y7GV + GRCKNejwLJl0qJF4 / 41vu9H1sbatZo7d / Sr46c / lb7yFWnOHOl3v4so / WRBSiZ8e3p6VFpaGi6QMYL3yisqLS1Vz447brPv / PnPpSeflG6 / XTr / / FDxS6FcjxrboFrK87zI2tiCaOzee6XzzpM + 9Snpgw + SS / FLKar8JYULZIzheV503DmO6OmRvvWtiON24YXj / nUphVCuRwlrAMbJGGzJM3nxRemCC6Ty8kg + K0hdJgNSVvmHGGPYhTPOCujuu6U1a6TvfS9ib0KE2Cok2X4J35e + + c1I / mrFCmnmzESPKDbCpTdOyMvLcz9fdtllmjdvni677LIEjigGErBompulG2 + MJHcPOWSbf32IEOOK / n7ppJOkv / 9d + u53pZycRI9o4wiV / zbAj3 / 8Y7366qu69dZbEz2UhOOmm6SWFunmmxM9khBbioQ7NptzWhIYCSxZIv361xHH5swzEzaMuJCS1T4WX / + 6tHz52F5z4cJIadamsGTJEt12223yPE8LFizQ9ddfr1NPPVUDAwP69KdHdlUfe + yx6uzs1H777acrr7xSJ5100tgOdkuxuQUC9TOGRferV0t33SWdfrq0YMGYXXZCIlFyPVr8 + Mc / Vn19vaZMmTK2F46F0VT4IN / boCIIvPZahOffZx / pueeSv4gh9Py3AG + / / bZuuOEGPf / 883r99dd155136qKLLtL555 + vf / zjH5o + fbp775NPPqmpU6dq + fLlyaP4E4Rrr438 / 93vJnYcITaNJUuWaMGCBdpzzz11 + umna + XKlTrggAO0zz776Fvf + pZ7n3VsfvnLX8a8Vm1trY477jjtueee2nPPPfW3v / 1NnZ2dOuaYY7Tnnntqjz322OhnUwnt7dKRR0q9vZHoNtkVvzQBPP + x9mTiwfPPP68TTjhBZWVlkqSSkhL99a9 / 1WOPPSZJOv3003X55Zdv + 4HFiwSExW + + GQmJL7lEmjVrm399yiERci2NODZ / / etfVVZWpqamJp111lk6 / / zzdcYZZ + iee + 5x733yySeVl5en5ZsIUb72ta / p4IMP1uOPP67BwUF1dHTomWeeUWVlpZ566ilJUmtr66YHtY1q + rcG3 / + + VF8vvfSStP / + iR5NfAg9 / y2A7 / sxy7 / CMr3Y8H3pooukoiLpyisTPZoQm8LGHJtTTjlFUsSxGe31zj / / fElSenq6CgsLNX / + fD377LO6 / PLL9eKLL6qwsHBsb2Ib43e / k667TjrxxNRR / FKo / LcIhx56qH71q1 + psbFRktTU1KSDDjpIjz76qCTp4YcfTuTwNo3Rev1jYNAefVR64YVIlU9JyVZfLsQ4Yls4NjvvvLNeeeUVzZ8 / X1deeaWuv / 76jb8Zed3SaHXZsnGNdF99VfrCFyItSW64Ydy + ZlwQKv8twLx583T11Vfr4IMP1p577qmLL75Yd955p + 655x7ts88 + mw9jJxGam6WLL45E7eeem + jRhNgcxtqxOfTQQ3XfffdJkgYHB9XW1qaamhrl5OTotNNO06WXXqpXX311bG9iG6G / Xzr77MhGrrVrI / 2pUglxcf6e5xVJ + k9Je0jyJf27pPck / VLSHEmrJH3R9 / 3m4fdfKelsSYOSvub7 / h + HX99b0oOSpkr6g6SLfH + sezhuG5x55pk6M1DL9dJLL7mfr7jiCvdzR0fHNhtXMsH3Iwq / oUH67 / 82uxw9b + xbd4YYE1jHJj09XXvttZfuvPNOnXrqqbrzzjt1 / PHHj + p6d955p8477zw98MADSk9P13333ae2tjZddtllSktLU2ZmpjMOqYS1a6X99pNqaqTHHpNKSxM9otEj3oTvnZKe8X3 / BM / zsiTlSLpK0nO + 79 / sed4Vkq6QdLnnebtLOlnSPEmVkp71PG9n3 / cHJd0n6TxJf1dE + X9a0tNjekchNo4tDX + 3UFn / 5CeRhXHLLdLee2 / ZV4fY9hhLx6aiokK / + 93vNnj9yCOP3PxAkmznLujrk774xYhTc889EdonFbFZ2sfzvAJJn5D0gCT5vt / n + 36LpM9Jemj4bQ9J + vzwz5 + T9Kjv + 72 + 76 + U9IGkfT3PmyGpwPf9l4a9 / SXmMyHGG9t4IT3zTKTm + YgjpEsvNX8Ik + Ih4sF4yOsYXPPNN6VddolU9SxZEunYGYUUku94OP / tJdVL + pnnea95nvefnuflSqrwfX + dJA3 / T3fpmZLWmM + vHX5t5vDPwdc3gOd553met8zzvGX19fWjuqEQicff / x7p0z9 / fmS3Y9i / J4KJLNc33HCDFi5cGPXvhlTLgG4Gt98uHXSQ1NQU8fg3um0nRQxAPLRPhqSPSbrQ9 / 2XPc + 7UxGKZ2OIdef + Jl7f8EXfv1 / S / ZK0aNGikBxOBsS54 / edd6RjjokcoPL001JBwTYYW4pgIsv11VdfrauvvjrRwxg3tLRE9qjstlvEoZk3L9Ej2nrE45OtlbTW9 / 2Xh3 / / jSLGoHaYytHw / 3Xm / duZz1dJqhl + vSrG6yEmCFavjuxyzMqS / ud / pIqKRI8oREoiibj + vr6IQ9PaKi1eHDlqdKOKP0U8frBZ5e / 7 / npJazzP22X4pUMlvSPpSUlkhc6URFbnSUkne543xfO8uZJ2krR0mBpq9zxvfy9SNHyG + UyI8cQ2WEyNjRHF394eOZZx + + 3H / StDTEQkkeLv7o4cvdjTIxUWSvffn3L6fZOIl429UNLDnue9IWmhpBsl3SzpcM / z3pd0 + PDv8n3 / bUm / UsRAPCPpguFKH0k6X5GS0Q8krdBYVfp43tj + iwOrVq3SHjFOBb / 22mv17LPPbvRzTzzxhN55550tvtVkRE + P9PnPSx9 + GDmdK66mbRNpFYVILcRhYBobI15 + b2 + kfr + oKHLO7qiQ5DIe1 + 34vr9cUqzmGodu5P03SNog2 + P7 / jJF9gpMWGxyt6Iiyv8zn / mMdt99963 + roGBAWWMPCcTPgAAGvNJREFUWiLHFr4f2ejyl79Iv / yl9IlPJHQ4EwtjrTySfW9FEnj9vh9J6K5aFenFP3euNHVqokc1PgjrMLYCg4ODOvfcczVv3jwdccQR6u7u1llnnaXf / OY3kiL10LvvvrsWLFigSy + 9VH / 729 / 05JNP6rLLLtPChQu1YsUKLV + + XPvvv78WLFig4447Ts3NzZKkf / zjH1qwYIEOOOAAXXbZZS7KePDBB3XiiSfqs5 / 9rI444gh1dHTo0EMP1cc + 9jHNnz / f1VSvWrVKu + 66q8455xztcdJJ + tI11 + jZl1 / WQWefrZ2 + 8AUtffvtLbvpgEK67z7pkUek / / iPSO1ziNTGpIloN2JoqqullSsjeaudd564il8Klf9W4f3339cFF1ygt99 + W0VFRa6rpxTZFv / 444 / r7bff1htvvKFrrrlGBx54oI499ljdeuutWr58uXbYYQedccYZuuWWW / TGG29o / vz5uu666yRJixcv1o9 + 9CO99NJLSg8cAPrSSy / poYce0vPPP6 / s7Gw9 / vjjevXVV / XCCy / okksuEZumP / jgA1102GF64xe / 0D8 / + kiP / PGP + st / / qduu + gi3fizn231 / S9dGuk7f8wxcTZsS / IwOMTGcf311 + uwww7b6N / HUvkPDAyMyXVGg6Eh6f33pfXrpeJiaffdt4DmSTGEyn8rMHfuXC1cuFCStPfee2vVqlXubwUFBcrOztY555yj3 / 72t8qJcZ5ba2urWlpadPDBB0uK7Kz8v / / 7P7W0tKi9vV0HHnigJOnUU0 + N + tzhhx + ukuEOab7v66qrrtKCBQt02GGHqbq6WrW1tW5883fcUWlpaZq3 / fY6dJ995Hme5u + wg1bVbF2hVUdHpM65sjKy2SWs5Z84SEhE + + 1v68QrrtBnv / ENHXHhhero6tKh55 + vj512muaffLJ + 9 + c / SxqOaE84Qef8x39ER7QHHRSJaJcu3eh9dXR1afHixZp / 8slacMopeuyxxzQ4OKizzjpLu + 22h446ar6eeOIHmjs3OQ9cH2tMcNs2vrCnF6Wnp6u7u9v9npGRoaVLl + q5557To48 + qrvvvlvPP / 98XNfdXLuj3Nxc9 / PDDz + s + vp6vfLKK8rMzNScOXPU09OzwfjSPE9TsrIiP6elaWBwUFuDyy + XPvpIevHFrejUGfb4SUq8 / / 77 + sUvfqGf / OQn + uIXvxgzov3nP / 8pz / PU0tKioqIiHXvssfrMZz6jE044QZK0YMEC / fCHP9TBBx + sa6 + 9Vtddd53uuOMOLV68WPfff78OPPDAqDYRkvTSm2 / qjUceUUlhoQYGBvT4rbeqIC9PDS0t2n / xYh07nFD6YO1a / frmm3X / VVdpnzPPjES0f / mLnrz9dt1444164pprYt7Xdx94QIXFxXpzuEld8w476LXXluvDD6v18MNvqaxMKipqmTSOzCS5zW2Pjo4Otba26uijj9Ydd9zhDrzIz89Xe3u7JKmwsFDFxcV68cUXJUk / / / nPdfDBB6u4uFj5 + fn6 + 9 / / Lkmuo2IstLa2atq0acrMzNQLL7ygjz76aJzvTPrf / 5XuvTfSo / + gg8b960JsYyQsot13X5UM9 / b3JV11771acMopOuwrX1F1fb1qhzuNzq2s3HhEa8YaxLNLl + qCCy5wvxcXF6ugYHt9 + OGH + sEPLtTbbz + jgkm0K3FiKH / fH9t / Y4D29nZ95jOf0YIFC3TwwQfrBz / 4gSTp5JNP1q233qq99tpLK1as0EMPPaTLLrtMCxYs0PLly3Xt8FmHDzzwgM477zwdcMAB8n1 / owdefOlLX9KyZcu0aNEiPfzww9p1113HZPwbQ7eydfYhK7TDDqnXvzxEfAhGtJaDJ6I9 / vjj9cQTT0SdV705bDaiNdnVh59 + WvXNzXrl5z / X8kceUUVJiXr6 + iLjy8x079sgot1EviB4VkHfstfV0VGs3 / / + dR133Cf1ox / do3POOSfu + 0l1hLTPFmLOnDl666233O + XRnUviyAW / 3jQQQdtkBjDw7eYN2 + e3njjDUnSzTffrEXDx9idddZZOuuss9z7ysrKojouWrz14IPu5we / 852RsVdW6q0tPDf1e / qmPtQOev4nkVK4EOOIJKTEOjo61NXVpaOPPlr777 + / dtxxR0kbj2g / / vGPx4xo999 / / 5GINkblTWtHh6aVlCgzI0MvLFumj9at2 + qxH7Hffrr77rt1x2mnqVM5WtpWoSG / QQsWZGmvvY7XjjvuELW2JjpC5Z + keOqpp3TTTTdpYGBAs2fP1oNGkceFcaiZXqXZullX6Iv6pQ751MlJqZxCjC / a29v1uc99Tj09PfJ9PyqiPffcc3XXXXfpN7 / 5jR566CF9 + ctfVldXl7bffnv9bLi67IEHHtC5556r3NxcffKTn9x4RHvUUfrsxRdr0RlnaOHOO2vXOXO2euzXnH22LnjgAe1x0knqT8 / ROed8WwcetJOO / PhJGsrOliTddNNNW / 09qQIv2c9SWbRokb8soMjeffdd7bbbbgkaUYpgC5T / uw0N2u2oozb69xP0a / 1BR + s97aLttHb0yj9WqWeC5c / zvFd839 / mp4NPVrnu6OhQXl6epEhEu275ct0ZI2reKBYtii3bvB7H39ctW6tqVWmuPlTpou3jOiA + rmdj5dv3E1rQEI9cpyznn + xGK9XgS5Fi543g / / RxPaYTdJVujCj + 0SKs8Q + hSES7cOFC7bHHHnrxxRd1zdlnb9PvX7dOqlaV8tShEjWNzUVTVLZTkvbJzs5WY2OjSktLx / Rg6ckKX1LjwICyP / hgo3 + / SjeqUtW6RN / fpmMLMbFw0kkn6STbCH8c6MmfPfmk7gxUyB10 + OG6bfFXVFMj5ahTO + lfMXvMTyakpPKvqqrS2rVrNdEOxBgzjLbcc2hI2R98oCqTFLZ4Wkfpr / o33acva6p6tn58ITaKYEXKhMY49fJZfOyxWnzssVGv9c5fpDfflORLc7VS6dp4lBvERGUZUlL5Z2Zmau7cuYkeRvJiDJrGgSF5ulo3aHut0L / rp9F / DDdpjSnCiHb8QLHQzjtLU / 8VvwPj + 74aGxuVPZwQnkhISeUfYtvh1zpRy7WXfq7TlKX + RA9nQmPSRbQNDaP / zLvvxv4cr8f4e78yVdPwrvLVpurcAlXbv9vPffSRNHv2BpfOzs5WVVXVBq + nOlKy2ifEZjBGXuOg0jRPbytDA3pde8YOleOVn42NKaz2mbzYEjmlimZjrwf + / obma0 + 9oZwcaWXXNE3z6zZelbOlkWyM702Fap / Q859oGEO64DEdr / e0q36lE0fFkYYIsVlsI1rrOn1bkvToo9K0YydJRBUnUrbUM8T4wpd0o67SLvqnvqDfbvyN8SzikL8OkQC8qT30Wx2va3WdPvvZRI8m + RC38vc8L93zvNc8z / vv4d9LPM / 7k + d57w / / X2zee6XneR94nvee53lHmtf39jzvzeG / 3eWFWa2xxRhO5x90tF7XQl2pm0KvP8TYYRst + Xe1qz6uF5WvNl2kO7fJd6YaRuP5XyTpXfP7FZKe831 / J0nPDf8uz / N2l3SypHmSPi3pXs / z6I59n6TzFDnUfafhv4dIMviSbtDVmq1VOlWPbP4DoQ0PkWT4lr6rVhXpNl2qEjUnejhJibiUv + d5VZKOUeTwdfA5SQ8N / / yQpM + b1x / 1fb / X9 / 2VihzWvq / neTMkFfi + / 5IfyTIvMZ8JkUT4sw7WSzpQ39T3lKltf6pSiAmKbeQkvKed9Vt9QVfpBp2nn2yT70xFxOv53yHpm1JU / F / h + / 46SRr + f9rw6zMlrTHvWzv82szhn4OvbwDP887zPG + Z53nLJk3ZWxLhBl2tCq3fsK5 / PDCJooZQrscfXV3SV3SvpqhXX9NdW3aReGVyrN + 3jbFZ5e953mck1fm + / 0qc14x1p / 4mXt / wRd + / 3 / f9Rb7vLyovL4 / zayc5xkjAXtHH9KwO1yX6vrLVOybXDBFBKNfjj298Q3peh + rf9VNVqC7Rw0lqxFPqeZCkYz3PO1pStqQCz / P + S1Kt53kzfN9fN0zpMNNrJW1nPl8lqWb49aoYr4dIIvxA31C + 2nSe7h + bCyap1xNi4mG9KvTgg9Jh + pNu0yg6hU5SbNbz933 / St / 3q3zfn6NIIvd53 / dPk / SkpDOH33ampN8N / / ykpJM9z5vied5cRRK7S4epoXbP8 / YfrvI5w3wmRBKgWpX6pU7S2XpAhWob3YdDJR8igaivl3bWv9TXJ92rr4xND6oJLtNbU + d / s6TDPc97X9Lhw7 / L9 / 23Jf1K0juSnpF0ge / 7nBZ + viJJ4w8krZD09FZ8f4gxxt36qoaUtuVcaYgQG8M4K9L77pPaVaDvfEfaSbG704aIRtjeIZUxhguqUznaTmv0KT2v3 + jELbtILFmKZ4wJlMGwvcM4Y1OtGLYEMT7bqyzNrujV3rVP6Sn / mFG1f4jZ3iHedg + x3r + p625DTOjDXEKMLR7SmWpWiS7W7YkeSoiJgG1EmfiSbtfFqq1VuJlrlAiVfwgNydMd + rr21cs6QLEPg48LwQU / wTnTEInHb3SCrtJN2m036XD9KdHDSSmEyj9VMYaK9Skdo / e1sy7W7WNzulGo9ENsA / iSvqdvKk / t + v3vY9eSjykmmFyHyj + EbtfFmqWPdLwe2 / qLsUAm2EIJkXz4i / 5Ny7SPbtVl2mGHcfyisYhok3A9hMp / kuM1LdT / 6hBdqB8qQ4Ob / 0CIEEmAVZqtU / QLlahRZ2hJooeTkgj7 + U9y / EDfUJ7adU5U26YQIZIbl + o2VatK39NlylF3ooeTkgg9 / 0mMGs3QL3SK / l0 / VZFaEz2cECHiwkrN0eM6TpfrZl2m2xI9nJRFqPwnMe7RBRpUelgiFyKl8ENdqDQN6au6O9FDSWmEyj8VMQbJo07l6Ef6sj6vJ7S9Vo7BoEKE0LgnNn / 4Q + kHulgn6teqUvW4ftdER6j8Jyke0NlqUqku0fcTPZQQIeJCm / J1zTVSmerd2bwhthxhwncSol8Z + r4u0b / pRR2kvyV6OCEmCsbR6 + / RFB2vx9TWJv1DR4X9e8YAoec / CfFLnaTVmq3LdUuihxIiRFy4W1 / Vszpcn / 60tEjxHi0SYlMIlf8kgy / pFl2ueXpLR + sPiR5OiBCbRa + ydLsu1iF6Xn8IRXbMENI + qYatDK3 / oKP1lubrIZ2htNgHqW17JKDrYYjUwX / qHK1TpZboDHnepxI9nC1Hksl56PlPIviSbtYV2k6rdYp + kejhhAixWTyoM / VV3aNF + ocO1XOJHs6EQuj5TyK8oEP0F31cP9RXlamBRA8nxETCOCR7 + 5Wh7 + g7KlO9fq7Tx79x2yRDqPwnEa7XtapUddjKIURK4GF9SR9pjv5bx2hXvZfo4Uw4bJb28TxvO8 / zXvA8713P8972PO + i4ddLPM / 7k + d57w / / X2w + c6XneR94nvee53lHmtf39jzvzeG / 3TV8lm + IeLEV0 / VnfUJ / 1id1uW5RtnrHcFAhJj3GYRk / oyO1WA9qoV4LCxPGCfFw / gOSLvF9fzdJ + 0u6wPO83SVdIek53 / d3kvTc8O8a / tvJkuZJ + rSkez3PSx + + 1n2SzlPkUPedhv8eYhvgOn1b07VO5 + oniR5KiImEcVD8vcrS / 9OPJUm36dKQ7hknbFb5 + 76 / zvf9V4d / bpf0rqSZkj4n6aHhtz0k6fPDP39O0qO + 7 / f6vr9SkcPa9 / U8b4akAt / 3X / IjBwcvMZ8JMY54Uf + mF / QpXa5bNFU9iR5OiBCbxE / 171qt2fqjjtChej7Rw5mwGFW1j + d5cyTtJellSRW + 76 + TIgZC0rTht82UtMZ8bO3wazOHfw6 + Hut7zvM8b5nnecvq6 + tHM8QQMXCdvq0KrXfeVIjEIJTrzeNl7auv6S4dpL + ExzKOM + JW / p7n5Ul6TNLXfd9v29RbY7zmb + L1DV / 0 / ft931 / k + / 6i8vLyeIc4sbGF4fWzOlTP6bDQ608ChHK9abSqQEfrDxpQpm7UVSHdM86IS / l7npepiOJ / 2Pf93w6 / XDtM5Wj4 / 7rh19dK2s58vEpSzfDrVTFeDzFOGFSaLtVtmqOVOl / 3JXo4IUJsFO3K0wn6jZpUqle1lz6hFxM9pAmPeKp9PEkPSHrX9 / 3bzZ + elHTm8M9nSvqdef1kz / OmeJ43V5HE7tJhaqjd87z9h695hvlMiHHAf + k0va6FuklXhhU + IZIaX9cdelaH6wLdrb20PNHDmRSIp87 / IEmnS3rT8zyeylWSbpb0K8 / zzpa0WtKJkuT7 / tue5 / 1K0juKVApd4Ps + h8OeL + lBSVMlPT38L8TmsAWUT5em6mrdoH20VCfpl + MwqBCTGmPYquA1LdTPtFgX6Q7doW + MyTVDbB6bVf6 + 7 / 9Fsfl6STp0I5 + 5QdINMV5fJmmP0QwwxJbhdl2salXpEZ0acqchkhava4GO0tMqUZO + o + 8kejiTCuEO32THFnj9H2qubtRVOk6 / DbnTEEmLbmXrC / qtajVdv9YJ4TnS2xih8p9g8CWdr / uUrkHdpa8lejghQmwU39W39KF20PM6RIfofxM9nEmHUPlPMDyiU / U / OlI / 1FdT64zTJGt3G2L84PvSWXpQS3SmTteSyaX4k0jOw5bOyYxRUj7rNF1f1x3aT38PSztDjA / GoJ3DkiXSEp2pk / So7tZXx2BQIbYEoeefrBjlIhuSp7P0oDqVq59psdI1NE4DCzFpMQaK / x59RRculj6hP + thfSmU0wQi9PwnCO7S1 / Q / OlK362Ltpn8mejghJhq2UvH7ku7Tl / VV3aO5c6UHdVao + BOMUPlPALysfXW5btFn9WTYvydE0sGX9P / 0Y31F92kfLdW770pztSrRw5r0CJV / MmIUXlaNZug4Pa6ZqtbPtDis6Q + RVBiSp5t0pX6i83SGHtL / 6AhlZSV6VCGkkPNPafRoio7T42pTgf6oI1WqpkQPKUQIh95e6Wj9Sc / rUB2tp / QzLVZa7F6OkwtJUvETev7Jhji9 / kGl6TT9l5ZqPy3RGZqvt8Z5YCEmJbaQ66 / VNJ14ovS8DtW3dL1 + rRNDxZ9kCD3 / FIQv6WLdrsd0gm7XN / QFPZ7oIYUI4fD + + 9KBeksNv5e + q2t0zYadXkIkAULPP1ngeXF7WbfrYt2li / R1 / UDf0B3jPLAQkxJb6PE / oc / pkEMiPz / zjHR1qPiTFqHyTzF8XxfrUn1fJ + jX + r4uSfRwQoSQFCk8uFB36Tg9odZW6SkdoyOP3HhHyBCJR6j8kwFxeFkDStc3dYsu1fd1on6lh / WlicehjsNh4CFGiVE + A1 / SC / qk9tTrulsX6hQ9oro6aV / 9Y3zGF2LMECr / RCOOxbZSc3SYntWt + qbO1716RKcqS / 3bYHAhJg22wPC + 9pq0l17Tp / SCStSkv + kAPawvaerUcRhfiDFHqPwThTg4 / lYV6AZdpf / f3tmGZlWGcfx35RuUiq7UZBtNaRqbUk1Tg4gEpSWlFkUmqB + qkThqEMVKv2RStqAoKklKsFdDKx1 + CRWhL + nM0WpuzG1tsKdEraTtgfJtVx / OefJp7lXbfd6uHxzOfe5zdp7rf5 / r + Z9z7nOee7Oo5yhz2M5q3mMdI7nY798ZxqAZoumfZTS7d0MJRykpgZNM4VUqOcx87uSQdfNECHvbJwgG + MI1cgsfsZotrOVPJrCcr3mbp8kn5ShAI / YM4V3z1lbYTxn7WcRe7ufvB2EG17FhA1RsmmW / L4kozs1fREqBt4ARwAequtl1DIHQh + Er3tVTLSUcZCH7WEwdt3ENF1nObl7kFeZQ6zbWIAnJD2BiR6Zd + 2nfdBraKaZ9LzTwHM1PwgFaabsZ4H3y6GAVH7PwszIeWVnMyJcvwCYz / ism4Fx3av4iMgJ4F1gMpIAjIlKtqg0u4 + iJ6qVj0LM80Pq + yt3dkJ6YRyfj / WkxnYznFJPpIJ8UeXSQTwNFnGYyAKM4xwIO8SYVrGAHN3LSgfoQYieAPsnkWSbHursvlTPzC + MnkmYs6YYOuorm0bW / hjRL6foEuniK9OvQxUt0VkCKnbTPhXZO8 / s4gHp4AKCKCbvgHup49p3pLCqfyQyOe906j5XBSut6jDqur / znAS2q + jOAiOwAluH9s / dB09YGs2dfmSn3NPbhpfdumpGcJ5dfyCPFUqqZzU / cSh3zqOFa / nIRWPjJ3Ckl7CSwcSNUVV1u7Jny4JrjjDcrAqiBRQB7YBXAFngehA2M3Qa5FFMwCe5gJwWb11JQ + SgFh76gcEEOOWf + AHkI1imUHx8ewcZ / ewUc5ruoyw8TeRgoVdUn / OVVwHxVLe + xXRlQ5i / OBJr62OUNwG / DFG6QmC533KSqk1x8kOW16XJIIfCdqpb2tYHrK / / eOr4vO / uo6lZg64A7E / leVef + H4GFCdMVTyyvTVeYcP2qZwrIz1rOA351HINhGEbicW3 + R4BCEZkmIqOBFUC14xgMwzASj9NuH1W9ICLlwDd4r3puU9VjV7HLAW + hI4rpSjZxbSfTFSKcPvA1DMMwwoEN72AYhpFAzPwNwzASSCTNX0RKRaRJRFpEpDLoeIaCiGwTkVMiUp9VlyMi + 0Sk2Z9PzFr3gq + zSUTuDSbqgRGRfBE5KCKNInJMRJ7x6yOvzSWW2 + EjtrmtqpGa8B4UtwLTgdFAHVAUdFxDiP9uoASoz6qrAir9ciXwml8u8vWNAab5ukcEraEPXVOBEr88Djjuxx95bQ7b0HI7BDp60RXL3I7ilf + / Q0So6jkgM0REJFDVb + GyYRCXAdv98nZgeVb9DlU9q6ptQAue / tChqidUtdYvdwGNQC4x0OYQy + 0QEtfcjqL55wIdWcspvy7KTFHVE + AlGvgjvUVUq4gUALcDh4mZtmEmjm0Sq + Mfp9yOovkPaoiImBA5rSIyFvgSqFDVzv427aUu1NockKQ2iZzWuOV2FM0 / jkNEnBSRqQD + / JRfHymtIjIK78vxqap + 5VfHQpsj4tgmsTj + ccztKJp / HIeIqAbW + OU1wJ6s + hUiMkZEpuGN1FcTQHwDIiICfAg0quobWasir80hltshJLa5HfQT5yt8 + r4E74l7K7A + 6HiGGPvnwAngPN4VwuPA9cABoNmf52Rtv97X2QTcF3T8 / ei6C + / W9kfgB39aEgdtjtvRcjtkU1xz24Z3MAzDSCBR7PYxDMMwrhIzf8MwjARi5m8YhpFAzPwNwzASiJm / YRhGAjHzNwzDSCBm / oZhGAnkHxx70Y96tdUHAAAAAElFTkSuQmCC \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 4 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " # Plotting the Original and Histogram Equalized Image , Histogram and CDF \ n " , <nl> + " fig , axs = plt . subplots ( 2 , 2 ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 0 ] . imshow ( cv2 . cvtColor ( image , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 0 ] . set_title ( ' Original Image ' ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 1 ] . imshow ( cv2 . cvtColor ( image_cs , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 1 ] . set_title ( ' Contrast Stretched Image ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 0 ] . plot ( cdf_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 0 ] . hist ( image . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 0 ] . legend ( ( ' cdf ' , ' histogram ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 1 ] . plot ( cdf_cs_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 1 ] . hist ( image_cs . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 1 ] . legend ( ( ' cdf_cs ' , ' histogram_cs ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " # Hide x labels and tick labels for top plots and y ticks for right plots . \ n " , <nl> + " for ax in axs . flat : \ n " , <nl> + " ax . label_outer ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " markdown " , <nl> + " metadata " : { } , <nl> + " source " : [ <nl> + " # # Contrast Stretching of Color Images : \ n " , <nl> + " Contrast Stretching of color images is a little complicated . OpenCV loads color images in BGR color space . With this color space , it is not possible to equalize the histogram without affecting to the color information because all 3 channels contain color information . Therefore you have to convert the BGR image to a color space like YCrCb . < br > \ n " , <nl> + " In YCrCb color space , the * * Y channel * * of the image only contains intensity information where as Cr and Cb channels contain all the color information of the image . Therefore only the Y channel should be processed to get an image after applying CLAHE without changing any color information . " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 10 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Reading the original image , here 1 implies that image is read as color \ n " , <nl> + " image_c = cv2 . imread ( ' lc . jpeg ' , 1 ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the original image \ n " , <nl> + " hist_c , bins_c = np . histogram ( image_c . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf_c = hist_c . cumsum ( ) \ n " , <nl> + " cdf_c_normalized = cdf_c * hist_c . max ( ) / cdf_c . max ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 16 , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ <nl> + " # Converting the image to YCrCb \ n " , <nl> + " image_yuv = cv2 . cvtColor ( image_c , cv2 . COLOR_BGR2YUV ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " # Loop over the Y channel and apply Min - Max Contrasting \ n " , <nl> + " min = np . min ( image_yuv [ : , : , 0 ] ) \ n " , <nl> + " max = np . max ( image_yuv [ : , : , 0 ] ) \ n " , <nl> + " \ n " , <nl> + " for i in range ( image . shape [ 0 ] ) : \ n " , <nl> + " for j in range ( image . shape [ 1 ] ) : \ n " , <nl> + " image_yuv [ : , : , 0 ] [ i , j ] = 255 * ( image_yuv [ : , : , 0 ] [ i , j ] - min ) / ( max - min ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " # convert the YUV image back to RGB format \ n " , <nl> + " image_c_cs = cv2 . cvtColor ( image_yuv , cv2 . COLOR_YUV2BGR ) \ n " , <nl> + " \ n " , <nl> + " # Generating the histogram of the image after applying Constrast Stretching \ n " , <nl> + " hist_c_cs , bins_c_cs = np . histogram ( image_c_cs . flatten ( ) , 256 , [ 0 , 256 ] ) \ n " , <nl> + " \ n " , <nl> + " # Generating the cumulative distribution function of the original image \ n " , <nl> + " cdf_c_cs = hist_c_cs . cumsum ( ) \ n " , <nl> + " cdf_c_cs_normalized = cdf_c_cs * hist_c_cs . max ( ) / cdf_c_cs . max ( ) \ n " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : 17 , <nl> + " metadata " : { } , <nl> + " outputs " : [ <nl> + { <nl> + " data " : { <nl> + " image / png " : " iVBORw0KGgoAAAANSUhEUgAAAZcAAAEICAYAAACTVrmbAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1 + / AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjEsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy + j8jraAAAgAElEQVR4nOy9d7BtS1rY9 / u6e8Wdzjn33PDefXkCwzCgMUgCY2y5SpQQyZqSkIyNZUIhIaySLDOCkjCyQcWIEsaykJEIctkjCwQIhJAMDiCXAInkQpg0DGHyizecc3ZcqcPnP9a + zJ2ne + 8L8 + aF8flV7Tp7r + 7V / XX31 / 11f91rHVFVzjnnnHPOOeelxLzSApxzzjnnnPPxx7lxOeecc8455yXn3Licc84555zzknNuXM4555xzznnJOTcu55xzzjnnvOScG5dzzjnnnHNecs6NyyuAiHy9iPxPL3Xc55GWisjrX4q0zvn4Q0Qui8jPiMhGRP77V1qecz46ROSdIvLN9wjfishjH6v8z43LR4mIfJmI / LqINCLyjIh8p4gc3OseVf0bqvqVzyf9FxL3o0FEfkpEPub5fLwiIh8Qkc9 + peX4KPmzwE1grqpv / 1jphIh8zm1G7IaI / LSI / EcvQbrfKCLf + 1LIeJf0n7ON95PB9 + 8H7idE5AdvC / uo6 / Ol1DNVnarq + 16KtO7EuXH5KBCRtwN / E / haYAF8BvAw8JMikt / lHvfySXjOOS + Ih4Hf1JfoyWoRsXe49kXADwH / K / AAcBn4b4AvfCnyfA55REQ + ZmOeiHwp8KeBz1bVKfD7gf / 7Bdz / 8TU2qOr550V8gDmwBf7Us65PgevAV + x / fyPww8D3AmvgK / fXvve2e / 5z4IPACfDXgA8wKii3xwUeART4UuBDjLPM / / q2dP4g8PPAEnga + A4gvy1cgdffpTw / BXzl / vt / CDwBfN2 + LE8DbwM + D / gd4BT4 + heQ7x8BfhtYAX8P + Olbee3DvwJ4N3AG / F / Aw690 + 74Ifbi9zb4M + Fngf9jXyfuAz9xff3xfp196272fD / y / e / 14HPjGZ6V9L / 0wwF8B3rsP / 8fA0V1kPAR + DLixr + sfAx7Yh70T8MDAqNc / C0Sg2 / / + jn28NwE / udeB3 + Y2 / d + n8Z3A / w7sbsl4W7js9fZr71GPBviGfXmvMxqhxXPpP / BH97L7vby / eptev2NfnhZ4PfDle33b7Nvmq27L / 3hfL8t9Gf / VXqZ / CKR9Glvg6 + 4g + 3cAf / su5XrHXepTgT8P / C7w / v21LwB + ZS / DzwGfsr9 + RxmAz9rHW + 7158tua4 + / C / z4vqy / CLzuTuPB84h7zz58xzK / 0p3ytfrZK3MA3B3C / gHw / fvv37hX + LftlbTiIw3Gm / eK8llADnzbPv69jMvf36fz + 4Ae + MR9 + Kcxrp7cPu67gb90J2W6g8w / xUcal8A4o8yAP8M4IP0jYAZ80r6TPPZc + TJ21jXwx / fh / + W + fLfyehvwHuAT9 + HfAPzcK92 + L0IfPsBHGpfAOIhZ4JsZB8O / CxT7jroBprfV9yfv9eNTgGvA256nfvwl4BcYVwEF8N23dO8OMl4A / gRQ79vxh4AfvS38ncA330kn9r8njIPXl + / b6lMZB / hPuu3 + FfDv7ctSPiv / N + 118NF71ONX7PXhMcaJ2o8A / / B56v83ctuk7bYyfGivs45Rnz8feB2jsftDQAN86j7 + twDftY + XAf8 + IM9u47vI / p8xGqSvZVy12Lv1sWf1yZ8EjvZl + lRGo / rpe9350n2 + xZ1kAB5i1KX / ZC / vBeCtt7XHKePkzwHfB / zAncaDe8XlOfrw3T7nbrEXzzFwU1XDHcKe3off4udV9UdVNalq + 6y4XwT8b6r6r1V1YBzQn8st8U2q2qrqrwK / ytjJUNV / o6q / oKpBVT / AOND8oRdeNGBUnneoqgd + YF + eb1fVjaq + C3gX40D4XPl + HvAuVf2RfV39HeCZ2 / L5KuBbVPXd + / C / AbxVRB5 + kXK / Wni / qv4vqhqBHwQeBP66qvaq + hOMs + zXA6jqT6nqr + / 149eA7 + fD9fdc + vFVjLP3J1S1Zxxgv + hOLhZVPVHVf6KqjapuGGfTL0Q / vgD4wL5cQVV / Gfgnexlv8c9U9Wf3Zemedf + F / d + n75HHlwB / S1Xfp6pb4K8CX / ys8txR / + / BO1X1XXuZvar + uKq + V0d + GvgJRiMCo97fx7h69qr6r3Q / wj4Xqvq9wF8APodxZn9dRP7K87j1W1T1dD82 / Bngu1X1F1U1quo / YDSgn3GXe78E + Beq + v17eU9U9VduC / 8RVf1 / 9n3r + 4C33kOOu8V9rj58R86Ny4vnJnB8Fz / pffvwWzx + j3Tuvz1cVRtG98a9uL1hG8YZHiLyRhH5sf3BgjXjQH18pwSeByf7gRHGZTiMM2puu / Z88n12 + ZTR5XaLh4FvF5GliNxyRQhw9UXK / Wrh2XWFqt6t / j5dRP7lfnN7Bfw57l5 / z9aPh4F / elv9vZvR / XL52QKJSC0i3y0iH9y3088AB3faG7kLDwOffiuvfX5fAly5Lc69dP2W3PfdI879jC6xW3yQcbZ8e3nuqP / 34CNkEpHPFZFfEJHTfRk + jw / X93 / HuHL6CRF53 / M0Dr + Hqn6fqn42cMDYjn9dRD7nBcj3MPD2Z9Xxg4z1ciceZHSJ3o0XUld3i / tcffiOnBuXF8 / PM84o / vjtF0VkAnwuH7mRd6 + Zz9OMLo1b91d8eIb3QvlO4LeAN6jqHPh6xoH6Y8298n12 + eT234xK + 1WqenDbp1LVn3sZ5H618I + Afw48qKoLRrfM3erv2frxOPC5z6q / UlWfvEM + bwc + Afj0fTv9B7eSvYtcz9bbx4GfflZeU1X96nvcczu / vU / jT9wjzlOMA + wtHmJ0MV67c / R7yvtvXReRgnG19W3AZVU9YNwjEoD9yvztqvoY4yGDrxGRP / wc6f / bGY6riB8Cfg14y / OVj7F + 3vGsOq5V9fvvksbjjC6 + jyXP1YfvyLlxeZGo6gr4JuB / FJE / KiKZiDzC6Md + gnHz7fnww8AXishn7k + YfRMv3iDMGH2jWxF5E / DVzxH / peJe + f448Mki8rb9Ku / P85Ez3e8C / qqIfBKAiCxE5E + + THK / WpgBp6raicgfBP7T28KeSz + + C3jHLTeiiFwUkT92j3xaYCkiR8B / + xxyXWPc + 7jFjwFvFJE / vdf3TET + gIh84vMp5H7G + zXAXxORLxeRuYgYEfksEfmefbTvB / 4rEXlURKaMq + AfvIv7 + U7yPvIcJ8Jyxr2pG0AQkc9l3AMDQES + QERevx9A14yrwFsr + GfXx0cg42MJny8is325Ppdxr + cXn8 / 9e / 4 + 8Of2q1kRkcmtNO + SxvcBny0if0pEnIhcEJF7ub5eDM / Vh + / IuXH5KFDVb2WcpX8boyL + IuNM4g / v / d / PJ413Mfppf4BxhrBh3NB7Xvc / i7 / MODBtGJX0B + 8d / SXjrvmq6k3gTwLfyugWeTPwS + zLp6r / lPE49w / sXTW / wbjy + / 8T / wWj + 2TDuKfyj28FPA / 9 + HbGVc9P7O / / BcbN4Dvxtxk3jW / u4 / 2fzyHXtzPu35yJyN / Z79P8EeCLGVcYzzC2XfF8C6qqPwz8x4wb908xDpbfDPyzfZT / mXFi9jPA + xkPjvyF55n8D + 3 / nojIL98l / w3wFxnr + IxRb / / 5bVHeAPwLxkMUPw / 8PVX9qX3YtwDfsHdX / eU7JL9mHA8 + xHhy61uBr1bVf70P / 4j6vIt8v8S47 / Ide / new3hA5BYfIYOqfojRrfd2Rpfyr / Dce1AviOfqw3fj1imIc14l7GdrS0YX0 / tfaXleavazyieAL1HVf / lKy / Na4 + NdP8559fN8 + / D5yuVVgIh84X6zdcK4Cvp1xiOHHxfI + ET2wd7ffWs / 5hdeYbFeM3y868c5r35eTB8 + Ny6vDv4Yo4vgKcZl + Rc / 3 + OPrxH + XcYTLTcZN0nfpv / 2kexz7s7Hu36c8 + rnBffhc7fYOeecc845LznnK5dzzjnnnHNecl7zL0p75zu / W12EUjKmtaXII00Pu67jYOIYotLHyLSwJIF1SKz6DE2WthOSRlQ9XVLqouDNU6F2sNOWdRiwakgBvFcOaoN1GYMfcEXG2S6x3EV2IfHoUU5mLItcWLWB0gldUpouUTglt8IzS0hqeCCfIMFgJZIyIRaOayFhM0FsIEeZ1TlVZglJETzJJGxylFmJjRkXFJ4JygcGz5WDHK + WLkGIihLRIZJioumV2cQQRVhMhDoTTIj0Q + JDq8BuiGSZocgc0zrjoLaEEGj7iA8wLQVnlMEnNFliFHxU1AhDUkJKOAspJobtACrY0tK0yroJpKBkknAGSicsakuVGdpWKAc4EE / IDKuU8LlhFS3bPnLkhNokfOgJPjGtDyApIQws8sBJG3nvSaKuLEbgvkoRLK0KSTJS6ijFUFgBURINwUcOaosw4amNp8wTuXNogm2bOG2VZev5W + / 4iy / Hs0F3RET + LOPbicnz / NOuXLqEEcEawRiISYkp4axBVUmqWDPOEYMqMYEqpASKAkpSsMZQO4MRSCRCSgiyf1UHOCsIQlLFmLGNQ0xEhSozCIKzQogJI0JSiGn8bgT6oKBQWPvhJzEE2OuJiCCiCGCtwRrhw28gUUAwxiIqOGBQpY + JPDMoY363vCyqaV9GxVqBvWxmbGqSKp2PRNW9fIK1Zl9niZjGMlsjiIAmRRnlUVUQPuI7Ouo3gBgZ2yCOrzgRQASM3JJBSEkR3Q + uMj6kowJRx / Zz + zpTTWhSrHW / Vy4rEJLSDmlfNsj3f5OOCSrjq1WMyF7WhKru29DQh4Qx + 3DGMSFEZbVe0nfNy6bbr3njYgOoOLqU2KwT15cd29ZTZRmlCzirVKWhnBqMUUhKKYmlT6hm1M4iVknNwMwHbqwKylywLidhOVlv8BHqXJiEAmcyamvZ7BpW28S2g8UUplmgzACBo4lwfa2cdQFS4JFFhY + RMDUcz6e0HlbNlrO2JXnDA9mEmRU23uIHT5d6UnTk0wUhOnAJEyJWFQ09VdFjcstxJhxVjoXziCQ + EAyNEToPsXQUpbIIiSFC6aCQiAyWxgt9sBxNLFfm4IzQRgVRzrY9KcJB5WhVOdsO9D6hKjiEwgrLbaAVCDGNRiUk6gwqB2XhaHulCQlQNs2AEcUZmBaGlBLXQmSRZWTB8ng3cDw14DKeWkZOhx5rDLkzmDxxXAvZpMZZQBwnS2XTRtDIrDA8ve25XCiSZ4i1OEk0waNJWIulNpaJ8fhkaIPHDYKVBkfOujXYyrLIIHNKMwSmr3CPUNXvAb4H4KEHH9Cv + 5qvwSj0MfHE9TWrbUdd5NSZI89gWmc8fDTBGGUZBnqxnOwi3lumucXYyMmm4djmVK5kUma43NOmwPWTUwafmFaOqwdTJtUEK8pyt + FDZx3LbeDCYcYbLlXURYGIYjE8eTJwY9NB8vyBRy7Qh8C1deLq8SHbQTldr7i + WZPU8OjikEZg5YU + DUjqWdQFV4 + OGYIFFzA6UKojs5ZFbVnkOX2ChOWoMIixvKdNbKPS9pFgoK4NMUQ6n5gUlkISJhl2faQblChK4UY92vkIVmgHTwqJC / OKpgusm5a2D6gaHJYyM9w4a2kBH8KY / hCZFoZJbphUJbshsu08feu5ebrDipJZYVHnTApLPwSOypJ5dGy2O + 47Kmhsxns2Hdd2HZmzXC5yDiu4PLeUWYWzOSKOp2 / uSKGljx1PLgOPr1uu1pZHjmqMK + g1sR0UTYmIY1plzLJEG3bsmpbDOscax6ox7HwimxYcFZZu1 / ObT635P370nS + rLr / mjUvT9iQiYIgKKkKvQAz0UaicpXRCaiAvLEqi10BlLVENF4vE + 1YDXR + RoLiZJWmOE4cfPFVl2W2Vhyc5ZV7gkzAkOG2ETBIPHlnKDFa7iKkdIoJh4OK84sLEIaGjCz27wSLe0g + WbSyoc + iCoQkDqQiUGimM4FOgS7DrEjPXsBsKijxnXijQc6P1LENGbg1VZphaYekjx9bxaGbZZiWnxtKJJ6VEQtAEhPGBAbFKJ7AbEhqV2Tyj9UrjI01QokZyawhFonbCzGY0O8 + qSyy7gS0GY6DZeTqvGE0kVcQL0UHTRSLCzW3CAXmZITGyanq8F5YIs8ryZNNRBUEN2A5WtPhoISWaIeGOcu47cNjkGVIgU1DNsXlGlIhLcMEpmoO2HctWuXyQU2eBGRltcniFdtfgnHI8qykXNW1IbDtPG6AZLBo9m1yonaHK4JFp9kqq80eQYmK53iFiCGmc / bYpgR / ofGBSZFRZRthG6jpDo6GNntpZAo77JoZ3XVvTNp6kCXeYETUjE8cwdMymOU + d9XzC4ZS6rBkipBi5tg5korzuvpJJaTlZ99hZhhhDKT33X6i5fFDB0NAMLetOEJ / RdMImFEzLccW89T1aRiqNFAaG5GmDsm4GDootm85RlSWHdQ7S8dSq5WZfUDrHpHAsMsvNPnIpz3h9nrEpSm46R4snqSeKEpOSBqUBjIUGZd0NpJB46MKUXR9ZdwPbIZBSpMgci5CYZob5vGaz7jjdDdzc9mPfNcJ61dL0AaNK1ASDwWeGTTMQFZ5eDjiEelKiPnC63tEPAUE4nOa8f7OiCgY14LbCWWrogkCKbHaBB + YFD12qccnTBU9mQFXI8oJYJDQZ7ssiFIa4a7i5CTx4ac4sTxzgaJLFJ9iu19gI9x8tqC8dsRs8q21HMwS2LahvWBWWSeGY5KPxfDl5zRsXMHRdRAohRaHMLVVvKJ1h4RwGwagheaXtesppwY2u4 + qhwdUJK543HOU8dbNHQ8KZhDWJte8xbqCQnMp0lCVEPLWDVZfIipxIxiz3bFrFpMDgoQuWylliyLDOYVRYdi2OwGY14ARSYdkmgIpJMWVIPZaBTdtyPKupNXC5tljbcpB7hlSy2hryDFZDQeh6JhampcU7y7SwPE1EfMJK5MAVLI2js46z1UA / KMYp84klESgKw6RwqBcGH8AYpnWGdJEwKEaVvguoARFDNJDnwqE1rNsECj7BjVWPJZEULlSGvBrdF6e7BGKxuaFyiVluOcpLhkHY9IHgFR8TopbjaU5RGooYscHjWnjwQs58LmwUFjYHjWx6xTmhKqEJJW2f6IcBG4WzZMEqfRyY1Dk2y5i7yAdu9uz6HieWiRFyEiqGVGSI8xRkJBtYeSUA9dSQQnwOfXsZEaHZDdgqJ0aoy5xpM1DljsO8wIpgMMQhsWm2lPOKJzcNr7s8J8scTgKfcv + C9z + xIjWRzCqZVc66BuM8pSmp3TCuAnRgWuac7hJlVREpOKgSZ9uASZFuSLReqBxob3CZQ2LiZrvFaeT0xprMQCwPWMeEmIp5PWeIHisDp9sN9x8tmKXAA5nD2Y4LlaOPcLJUijxx2jl80zBzhkWdMZQ5iyrnyRigCzgzcJRVnGFpXcb1Gzu6zmMz4WhREAnUtWVRT0gDDL1HjOFwVmObjqHziCpN0xGtwRhDNEJROi4a4XQ3QFJ8Up66ucWgaFIuz3OKqSMhXFv2YBxZ4ahzWFQFl + qMtkusmp6hT / Q + gGbcf2HCZJrTDwO7vsMFeMvVOUdHBeuQOMwKSIFVG8mcMp1atkPFdh1oO4 + NcBoFySJ97JmXE7Ki5IJL / PYTS1a7BjfNmTqhlEQyhliXyHpDWWUkmzgbAl5gepDDy3x46zVvXMIQGXxiXhhcnhGjcjXPyM3ok1YSofecZIYLk5KLk5zFImPwW0IKSO6YlHDkDbsEVREpnCckJSTHhYnj4UmN13GWHaLngdriascmBNZNwoohLzNSCGSaIVJhNNAOiaaPbNpAJkIIkWurLRcugrUWWxRYE5lkhiE63nihQCQndxnXmo6z7cCi9DgbQSZ00VE7cCL0KSFWGXxglSLJCbPckOJAGnryrKZXR + kE1YRPwrYDsYbMGHwb2XYBj2KMAStsfKQdIrPSkjvDZkhsGk8uQhMCkhKTyuH2q0STMpo20A2BNyws903G5f + vnfRYa3jwQs6iyohDoHZC9MqF2pHnhqfXifnEMc1gFyJDEtZt4urCMUjkPTd7Fs6yzSzWCNFHdLtjUmTo3q + dWyGfWkC5Miupi9H1KToQ + sCiSJSHBZbAtc0OlzliltFHIbeWgzJHUYa10jaR5GBqXz3GRZPSDQNHdUZW5QSfeLiuKJzd67bi245r0XLlYMZ9B1MuHk9o + xUhRaTMWUwMl7uS5Y2eSQVVnghBGGLG5WnBGw4vMqiAgcF7Hltk2IOS1eA5W23IjKEoSuLgyXBYUxM1jCuCpme5acmNoRsCj18 / 5b4HBOsszuRYA7MyYwjw1qsHiKkoM3hiteXGpuHCxJG5iFLQBsssF5xEuhgxGbRdj48BdcKiykihI2lDWc5ooqHODZoMQxo9B2Ihd9DtepbbDo9irUGsZTn0bFvPYV1QZ5ZVFznbNBRi2AwDEhOLSYETQ1RF4pTNpmPXD7zlUs1Dh1PedWPJzz21xlrHG67OOJrX + C4wzQ2 + Vy7PK8rS8cGbkaNZwbywbAZPH4SzreeRixMGAr / xxJajPGdZ5mTO4LtEGlpmdQlGiDFROEN5UAHw0NGMaZ1hLUga8O3AYS1UV2ZYjTxxuiQvMmKW0UUos4zj2RTVnv5mx27tCfm4f / Zy8po3LhIi9y9yprkBPM0AZmJY7QLeB1SV6SQDo7SiPNN1VCWU1mAtbIKn6RIX6ykaAl46rIlkSTioM6woN5qO603HvC5wSTn1ngzhcFIyLx1FEK4PPaIZh7khpZZKEo0vyDN4QBwxOUKxGJfyNmAlUGaOLKuoTI8dEtvtQOkgyw2VsVSTjGca4UajlG7J8cGE4JUhJVQC7dBzf1mhGLxYQvA0KdEmQ2qXHOY14JjbiFrHuoNkDKsI928dXVCumYEmKI1PlPm4Iml7YbUzzKylNNAMkXlhKMSRzLh5m4vhsHBcnZYMIeBMIsNwVOa8 + X6DE6EsLFhDURia1tP6iHWGpmPcUI6edrCIEaxYcmv40Hrv6w6wcolcPLkqdWYpkrBpA1VucdaQEJZNz6Jy3D8Tcic8tUlkdmCSFRzmSsoSq2gxVcnJNiG9UGSWq1OHs4km5FyplT4oKgO7 / lV0NF + VRy9OmVc5oGxFMXnOyaqj7wdSUg4WNWKhIfHEZsNkYqmcI3PCsu / ZbCP3LRak0OBlIDNKTuLCvMQZeGq15snVlqP5hCwpz / Q9hTFcnE85nJSUXnmq2SGacVw5UmyojLLtHVVhODQVITpifYFgEsmBlUBd5OR5zdQNdN3A2XLHJE9kpaN2jvqg4vFV5Ol1Q51vuf / iIds + 0sdEksC2HXh4NkOxeGMI3rMNgSYKYXONi / UcVcvBXrfPGk80hk3oubpz2D7wZOrY + sim89SVw4fEbtdxc + VYZBm1E7bdwGGVURqLWmiHSGEsx3XBo0czOu / JHeQYLk1rfv / rL + KMYVJl4Cx1Zdlsu3GFnFm2weNjhODZtSB21O3CWt5zY4v3gdYrJ9lAIUKOMi1ziiicbXumZUbmLAnhxnrHhWnBwxcKytzxgdOWwgZm5YSLlSNWibNhwFjLtbMBmkCV5zx6NCVz4yrowQNHN0QSA + llVt / XvHG5vKiYFIbWBzbt + G67qrQcH8C7H + 9YzB1HRyUg + DSwGgY6HLMixyRlYSKzIsflGWmec9ZZ1l3LLEsoA21KPLMZCAohKEOILFc9iHLS9GxaR + 4s09rio2fGBoxhnSIHeeJokijFcdaXNLEkZTmlXfPE2YaqMlyZlfQxow09m21gklma5OhST1kIVVZz / wEEbVm2PSB88uUZmy6waVrQSEyGDEXFjS6tYBm8Q1LGw9OAiAcUlzyTfEKTWTYpcUhO0cKvbBuaLkIy3H9cUeSGs + 3ANiaanadAsN5SCjydArv9SaPdJnGWIpPSYpxwzSi9OnJJLFvPuvMUuSM3giKsQoQQUVWOS4tBWPWJIQmJ0e1lRRDrmDhD0sRBJnRdYNd6uiTEJBxPLYcVNF5xMVElxQSPUQOpoB0Cc2PHU0qq2KBsA0zFMgC1MZQu0XmPRsMQDIeLwKQQYihfQW3 + SDJnubKo2XUDy + 34r1EW05z7L + b80m + dceGo4r4rJSoGHwInXUurGQeTGhMThzaxKCrysiKRc3O342yz47AUlIEmJB4 / 3eFTYvDj5vX1mxtElGdWW5ZbKPKMg9k4gVgYBWNYDoGjMuPSgaE2U242GTtfoEVBaTe895mbTKeGT7wwo / c5237H6VnLvBS2saYJHXUlTMopj5SK15Yb2x2i8OmPXeFs27Ncb0AjIQqZM6g6TBK6AdpBkCS88UhBEiIJox3zak6D4UwDlyZTyq3l51cnrLc9JOXRBw6oSsf10x2bENisB0oRTFAKk / G479iGce9ktRy4ETtmdY4UgpWBTg2FMZxsO862DVVZUDo7uoJ7D71HUa5Mc6wIJ43fH0wA6wxOLMYZsmzU7aPS0ex61usWk4SocN9BxcWZY9sHXAjUyWL8FsFCFLZtzyLL6UNCNGGGxHqIzExGFxJTa6kyaPueFIS + j1y8aJhXFWX + 8g73r3njMpsIuyby20 + dIlZ4 + ELFgzPl5pCYTAquziynZw1NSjxyqcAaZdV1vH + 1YVFnvH6eE6LH + 55pVuIHT / QtbYAir8BAVdWQlEUeaYi86fKUk93AECCvCnZ9R5UypqXjqbYnc0LmBIkNk0YxVoiaEZNnLj0HWeDMOSqnZGzBCNPCEwqDZA7rPNoHul7I8kjjI4FIZcejtF3cMXcZ1hm2PiOpZc7ALgqTekphC + pJAI2QBkgeIVKohW7HJHMMWUFlDJdLywMzx1OtcILjZhPoW8icYdd6MlX8kNj6wBDgeu + pSsPFUjDW0vWKOggiXN8FQLg0y5iVQuMD88IiCG0QDo8tVSlc3wxIUnwaV5hDCrjMogrHlWWeWyKgmeDEQBUoTMRJ4oM3xj2xJkYWzvJAJniBlVfmRnlkCpte2PY9ZZWx7A3ORg6S4aQN5IVQ2oFtL1RFhjrDzEW2bsvNFuzH7l + sv2CcFZrW88u / + zjWGT7h6iGvOzRcaz3zRc2jxxOevrZiFwJveniBtYaTbb4S62IAACAASURBVMuTN045nld80sUZIQz4rmVRlgx9ZPANGw9VOQdjmU5nEJULJWxJfNqjF3lmuaPzSjnJWbdbprFkMan4wHo3nsDKLeK3TDcGcYaQ5oQ4cGA8x5VyI8 + YFvJ7un0wSfR1hi1ynAvo4GkaQ1FFdt3AoJ6JS1yYFzR + w2GRY8qMVWdRNRzQs / HKYr6gykumWYQU0bRDkkfVU6qguw2TIqPLMyaZcHU24bEL8MF1y41keWbV0WyFPLOsNx1ZSvR9ZLns6Lzy1K5lWmfcN3VYa9g1nkkmeON4cjU + jH71woSDSca27zmalKDCzisXJwXTieOJk + 1 + 38ZwumvoYyDLHUThyqzkoMpJqlCMxkZnJaVNZAZ + 6 / Etzipb33GY5zxSlQzAaR84NMIbj2qWjbLe7ainFacNWCccJsf1TUdRGeqsY9XCtCohsxxaZWM2XFtFvL68Lt / XvHF5qmmZ4HjouKQJEZNn3Ny2BJdxZS7caCC3BiOes0a5vonkpiJFy6WiZAI0scM4M54O6Tu2Q2Lbe9Y + MpnWzPOSaeHI84EDGRt6WhrOdkqmFVWeQYxYA / PSMa8s + SRj0yk7TXgJrH2Hcz1DMLTWMasMnSof3J9AOXCOarFgO0R88hxPDHOXE0moK6isIbCjC56bQcl9T9sPzIqKzGbjQF5ZShcx0lNZTz8MXO86JAmlceO59xgQhbn2qJuwC57KDFzNDEeSeKDICT38xnbgzYWhEstQwfVtwEvGZOI47XsOp5aUDLMDx7YFwXN5qmywNEOkcpbMGZZtYPDKvCoocseTqwZNykOHGYsSLs8dgnLWKbs + Mc0sQwwYUW6uE / fXjitzYdlFfFTeeJ / FSMGN7cBZJ2ytEsUQes + DC8XkAURwubDzcNonqjxwCcvrjhw294jJCUmQXAmpZRp63JDYDXDfQf5Kq / TvMcSIJ / AJDxywHTy2zHl6uSNkGQ8dlzy18pSZwZjIzbXnidMdhZ2QYuL + 6YKpcWx9g8sEo8rQNKxaz6rpOOsGFodzDqsJi7qgLAMXJXCcORaTnOvLgSqVzNqCtNfto7rgcFZQz0uWu8CORCCx7HdkuaHvLTtXcjDLaZPynuWOkOBCUbC4cMyqGziLHZcPcg7yighINqVyAc + W1vc8vUxkw5Zd23E4mZK5nHU3jPnmYMUzyQJN1 / LkeodEqFyFNQaNA3QwSy3ClFUzUNvAw5VwEeWRyYShTfybkw1vnRXUxtBr4qmzFk / GYl5wo2m4dFgSo + ETL + estgFRzwNHOWu1bNvxlF6RW25uOro + cTSrqcqC919fklLiDVemHE0cDxzXGBI3toF145mXOb33GFGu3fQ8vCh56ELJzV2DD4m3PjbHmoKnznbcbBNrA9EIftfz + kuCpAFkPIG56RPXdgOTKnGFjDffPyUrIsZk + ASmgBR7FkOH6xKrLpCZl / fxrde8cbnoDKt + IBGochDdsfNCHAKDNZg8IyZhXufUTrl6yRExXPSWh6fC3I0z / 0RDnzLqWcHDBwW / cW1Lr5EUYDFVyqyhsFAVYE0gU4t2gc16R98LixIOSsjc6BbqhoGrdU1mC7wfKLOBp5sBZyqWDaxCxi4YGgYikWvGg3pELLlmXK0tfbQEjUxsoAvCps / xcaC3oytAVIm7lqN54OoiJ5eBDStOesehCZy2iZtdJE + GVMCu99SSyCy0asnjgDWOzOaoBiwBkqXOMt5S1lzJWyqTkNxinVLl8NTO8KbLljoDK5YYE25uMRE2PnBkEyk51q0S0ujm06j0 / XgcOcaBy7OM0vT0g5LU4iQfj4Znji6MhyAyG / BDZGs8ZyKsvNIOyi6LFNbhY4Y34wb + MCilU2qbeGa3I2lk2B / tvG9Sc6nKOW0jJxaSOCQlLlaOq0Fo1PNMP1CkhM0rLsVXz4a + E2HwPZHApDKQdmw8hDbRW8GWjhDhaF4zzYXHHpySpOBicLzxqOAgL4laoPR0MVFfmPEJl2f84vuv06VI9MrRkaHOW6rMjIc1TKSIGew8pzdWtG3iaOo4nubkWUVplKbveGQxp8gq + qGjLjoeXzc4m3Nz7TkbDJsBthqIGnjC9qCKSEauwiOLKX0weA1MXKT1sGwMQ1A6MyBGkRgJyzWXL9Q8dnlCQWDNGdd2hgtZ4vp64JldT5EMB3XBuumZWCV3iSYZitCR2Yw8N2jyOIlIjMzLnE9bHPBAFaic4sqCzEUmVcUHlwP / ziM508LhJCPEhDsukTCw6jsuOiFG4XTjCSkwL3M0BtrWc7LeEcLAA0c1tR1o254UBWsKJllGKAvaPrJuOwoX6fue5TZSmoHTzrPtIrNioMqUITi8gLVC10fqLGfiHI8vlySN9BGKquShgxlX544bm56bKCkJJnnum5U8mCzb2PF415PFiJ2UvNyH7F / zxmXT9ogYLs9zjFM2nRLUMUQwLlDKQNMCg6GeKZ1P7PyON5bCru2IxuFTwCdPzKZkznBQex68EPjgacT4DW2bY4wjs4nT9cBJ43ngsOSNV2Y8sPAsd3F8SLGuOekijSZK7Wk2Sw4WM6wxdCFh8pzoM7RPkIQ2KImcddti8EiKeDGUWcZuVjJ1jMdAu4FdnGIoyHTL6brFG89Di4ISCyZxvRmwCRrJWHnF54l1a3CSsygiQRPWOoyJqCiSYOkTR1PwAvN6fGDSD4I4y5WFpRZYD8p7VgO9tVQ + osbQRKFPkVJ6nK3pfMuuDXTeEjWyHCxFNu6NFJkhTgwnu8jJac80D2TGIBhEEiEOJCzV + Fg2uQbWTvjg2vO644JFIazajqRKmQvLTjmqhOM60QzKoYlEUWZHhigBN0TeUglNgg96zxXXM0O4mQMmMq0NhcJUIy4Ipam4MMkpMkPVgB9ezL / R + dgQ0 + hXf / B4is2U5S7gsQw + YbPExATWm0jqLLOjnBtdYNWvefO8ZLU5ZbA5QxoYwoAWc / LccnGmvP5 + y + 88PWCGDdtNxC5K8gyu3Wy5tm553X0Lft9jx7zuYseNZU9dCPVszrVtz04TJT3rsxtcvHgBK0KjEVsUhMGhbUAT7PpAxHGy2et2jAwIk7Jgc7xgkVtMDDRNyzZMsDIn0zXXztZ4Am + 4PKMUB1Z5arnDJmFHzmkf6MvE6VbJpOZwAjFFnMuxLoFRBOGkH7h8kOMlcbQwXF + 2dG2E3PLQcUltlGU78JtPL + mcY9IOYJRdgDb0VKahyKbs + i3rbUfbG7x2nLaWqsi5b1FRFY64MDy9bHnm6SXzUsltAnKsSQyhI4lhkmekDnJJZLnjd26secuDBxzVjpPtlhQTk9JwsgtcmsGVuWHTJY4dBAdHl2siHZmNfNpBwTbAe5vAA2XkwMC1IiEmcjDLKYAZCeehMhOuLHKqwlE2intZ / inth3nNG5eztuf + A0dRwnKA41nGMBiiZFwbYBcCUjlckbGTxK4PPLiwlFODD0rX9HT7o4xuvmEhGdd3ltUAuz6RgmJUOCwLdm1g00XWHdxwiaNZy9wo87khpoSVjqyAa52lGwLLEBDfYW3GhwbPbguFGnIUp4KLkcrAUW1xLmPdDbzvbMdZ9PxOZvnkSyVWLIdVRZWUTRPYxcCDZeTRoyO8VHhN1FlgmSIDibCL1GacqU + zHBMjJ62hyCx1nlE4h5OBQpUjZ6ny8dkbnyKdt5y0kWkeOCwj6jpqCcwHg89KQgSTPM2gPFA7TEyctcpmgOV2dAkqMESoioSzgdwIRZZzaWq4MivYNJaIATVULsPUjmEwHDros47eR / LMsbg05eqFHDFKvSho6ek1kPuES56HZoqgVGJIQCkG05WEqcXjmeaRTy2EdLajdY6LWc61SeDaDU9uhFlWsg7QGZgXUHlPc31g + yo6LBZiYlolqonnpIncd1TR95ZAzpPNlvXQYyc55aRkC6wbz + sulkyPSgY / 0G062pC4ueopDpcc5SVPLi2nbWTdDMSgGIXj2YT1tmW57TndRcqTngvHOxZOWVzKCTHibE82UZ7cQtMNnAw9ttvhXM57tw3LZaQiUgg4BBsGKitcXFS4bMbZruHdz5xw46xhUeR8xiMXMMZxcTZjGoSzzUAfPI9ODGppphCeGq + RSRE5DZ5eE37VM3Ul17db5kWJiZHrm0SVZ0zLnLowOBkoVbmc5UzLiLPCECJNL1zf9Mwrx8UpkHVMxXPQJkJe4oMifcemVR5dFJjYc3MbWHWeG6cDh9MJiqEPkUmlZDZR2EBVl9x / NOOhI + Fs0 / 2ebk + KAjN3dL1wXFimfqDtPWWZcWF6mcfun2Ossjie0mg3PvzaezKFNx6Pk6 / aWmJSalsgbcaQ5Xj1HEyVz5xkDDc2tM5xyeU8M / F86Ik1uTVMJ3NOPXSiHEwsk9Bz + sSG6M / 3XF4QZS7UFSybwMYLgkKW0 + 0GUqs4azjMhMem4 / uRVpMc7xK / uxzoNVA4KHPDzSQs + pIQLENynHWr8Yy9CBenJeITRpVchQerjIkraduedhgItsAYYdutyK2hMI4PbTt + 56TDXtvxlodmTJOliZHh / 2PvPXpk3bIzvWf7z4TLSHcyj7mm6pQlSyV2k90impAgqIHWQNDP1FgDAZppIEHdAiU1TZfhrbr2 + LThPretBnFFCBBAoCaXVUCtWQ4CyMGKWHuv / b7PKxS9F1y3mbmKxAg + OTY + oZTirDWEGIlhZDsZal1oCCgsMwM + SK6NY / CStvbEKGhMRiN5jIpgNZdGElLNqz7iiwccMydZmEzIEUVmNRMoDuynSBAVRiWuVhJfLKkoNj5x14MQBucsUkgUkfnMYHLGlUJRjqWR7Kxi2UgqFEZZ9Hg0YZ62NVMs5OSJIrOsBI1y9DFRkiJ7Sy6JVX38vLlQxDRxd / CUaDgYRTSJm65ne + hZWcmzmWbnJzKZuTl6HeqiGR8zhz4jjeLDFPj + SpGnyE5MrGeCxiZsjighuWwSpgyYQSNsRWtGrC3IF4p6 + P15c5ES5jPJ3XZkOx55UsItOOx64j6hleK8Nvz4tEZQuDyBaODv3 + 8Yc6Sy0FjNe585HSwhKHxW3OwHfAhkBE9PFgifELlgkXy6aFi4GYfDRDcORFUhlWB3eMAZjZOarx93 / O3rR8yXd / zrnzxhhmSbJkap2A + Zj5aGlQqEUBhD4TD0KK25XDT44PF + 4L73tAZmNqKEY1kd32w + qlsOAyznnuALcyewznI3ZaZK8qy2TNHwxbZnTCOlOBaNYV0JphjQInO20igxsOkmhKyxOvHxhcFnS8hH0cq74BFCUDctUWgUnuVJgy0ZJwBdcbpQbG3mvDXUQuN0hZ0Fht7z5GRG7xMpejywnhlaa + imSE6SOGpShrO542xucM8sPg28f + zIQXPQimQTbzZ7bh + 3nNaGT9Y1myGQSmLlNLMaGiyH28RmH1BW8fYw8JNLSxo9GwYuV3OWTlIFEMrwbCmwDOheUbuahQs4J1AvW6xV32n / / sEPl0lYvrzvcU5hjOPtpMh7zzOfKV1mtZBczRVDfzRk3frMm8cKaWcYMWFVx + dd4kJrllaxGSNjztQSmtaRsmThDK2O3PcBmTKVEaiSCEWT5PFWVEpigyHGzMVCs1g5ftxqpii4UAJlFFtfELmQpOIgNKEcT4U + peMNRArOGoVThboWIDsohbvJsPV7zlvH06XE4sgyM0TPYmbZxImbPqGE4ZkyzBgYReFSW / 7vTWLtPI1U5DThY8boxBA8Q4qkBFpEOq8wqlDbSDc6Bq8ZU8NlA05rChlpjjDBYVLsQkKrwIimeM / CSV5tE0MZ0FrydF5TcCACMWe6PtFYxaIqSK85DIosCgnopaQkzXnM3I4DRQpmi4BPka / vAkMMXBrD91pNUJFZVVg3BicNVc5MY2GzH9n1AVtJlotCZaBGMDOOrDN7P7KoFMMqcteNVKpwVStOxHFVkrMmREWwvz9vLhnJL9 / saCqDqxq + 6QTxYcfzAGEbODk1fNwqDrueKXreD4Gv3ym0qzBqwo09v9j2XDvHurbcHyb6JGiVYLaaEcvRqzW3mfdbj4iJ2ik0kZA1Sc1wtaWUxEPRhDHx7LTm9HzGn88NY4Arq9HS8tBHRIakLHuh8VnhQ2AMgZAjMyW5WlXU2jCbOZAHQPC + Uzz0e65PZnxyXlFJRxaZznecrmrupp63uwktLR + 7irnsGFXm2in + tw8j5y3MdEMMPaOPGFfopkjnJ2IqaOHZDhKnBU2l2PcrulEwxIpnS0NljwQI4RRjFHS9oh8jRnkGNHkYWTWGL273dOkRYzSfnCwpOISYCCmz23vmlWXVGrQ0bA5829uFXsB9EDwxiXf7PUXCcl0Yw8B / erOnmwae1jU / OW0JOrDQistlRaUcVcn0h8Ttw8DDbqBuFKdrRVsVKmlYuAXFwGboOak1wzm83 + 5pDDxtLCtVkM6Si8ZHQf6OhZB / + MMlwaqx9EkQJk3vIycJ7qfIfkjoLJjSRGMUfSq0TvFEeX5x1 / FkbTidWVqZGafIkD1SKPajJ + bCZaW4qBULM9D7CaUKIWa2k2ClCj4XjAKdAl3K7L3gTV9403muVxbjHAKFDxMLJ3g5rxFolIS / fjvxMCVqAXf9RKUUqZJoLZgi + DEwd4aqUbzfRZxWPHjJXkauq0znFc5pZPHcjpGvHhNznZm1hdfjgBKRVe34N08kn2 + O6IzBJ3Tx + Bjp + 0znCz5lCoLWGC7aipmBczeQMIQkWKQRYiGrTAiComo6NEFVSKW5tImLdoYukRr4Yn / AiMJSFbSKKFOwMpPTca22GwptBUvnGTwkIYhZUIvEQo5MApKAuYp4kfnThcKhscFw8AGZYdVA9hFUIKQJrSueXQnGFNkMjsYFRjWx05Z5gASMKMKQmSbPGBPWwaMseD2QR43xNQTHWxX56T93U39bpRSapuIQ4LGDwzixToIPU + BxP2KjYggD88pyCIlFbXhqM / / Xm / e8uJpxuWqZ6UDfT3RxQkrBZtsTcuDpzHE9s6zcxH7s0SrjS + Khj5zrfCQgaIFKgb2PbIbCV9uJLx8jn1zOcO0CMQjGKXDSCP70bIUQBq0E / 8tn99x2E7WSvNsejg / aWWC0ZfSJ6dCzamqaheOb247aaG6HzFYmXsw1u0FQ1wqTJt4fRv7hfc / STsxPCl8cdigROVu0 / LvvzfnFhwEjPd3oMXhGH7kPif2QmGIiI1hUlqerBQsHV7NMKhofDcs8UuJAkRkfBFnW7IUhKos2hmc1PFs16BJoRcWv7u6wKnBiRoySKFNwSpLjkpAKj4fIYqb4tM0chkwSkpAyrQqsVKTXR0bciU5MMvHnFzUVFhMN + 3FC2MLZXJFGT9aBKU1YU / G9TwzXIXJ / 0MzqyCAPbCrLPB5JyUOBcAh0fU8 / BVwjuVcTXkM5BLSvYKqZvmOL / h / 8cMmh8NmdgpyozEjfe1aNZj9lJgGPQ2TmJP0U0AZCSpytav6Lp5pvOs9hAGclF7Uk5cLcSVpjebODGjByJKWCkYoiEl8PDSErtv6oQpvbiYLHGsFHteD9NiKBh10GJZBR8CEoTp3kxULgSyJKwfmi4lJKYpKEvMGnhJMZfCHJQtCBI / qx4mJxfIibcmJKlm860AKsOIoHsnPMZ4VLRnb9hl3MrKuKzNHN / + yiYsJQtGHCMk49KUzM7YzHIfI4FpxMNLIgZKHVIx5B7y09jux3 + HEk5EJjPbWRxCiJWRFRVBRW7miC9Lkhp4ELc / z / PvQCqUD5RO8VRoIRgo7MUDyLStDogsgCQ6RxgjEltkNEyYLRmXqE / mHPvSos5waRC0KM3HU9RsjjD5LvEEKwbgtBwF0S7FMkp0hKglU25HB81Lx0ioduxNYaMy + 82wdmao4kMP0eheeVAn / 32kNO1M6z2w2sVi2b3jMJuN + PLJua / dDjrOAuRq4uFvzbH57wm03H9pCoK82zi4qU4aQxLKo5X9weaKXEqIkQwxGVZDL3B4tPiscRUhYsq0gpx63A95eWb262SKH4cL9HaIkI8NpLLhrBy7MGXwJRSJ6eLXh + qQgRQkyMMVIpyN4Tv + 3tIiqg4tmpBY4HgyEqfvuY0EJQE + hyptQ1JyvFtQzc7 + 7Y + MhF25KBLkVevlgyYcAYfKnohgNx7FnVK24PI / eHSK0ErQJhCgs34YtkPxr64AjTlnHo8Ckzr1tae0L0jpAkAU0jBKeNRNvCFFek1HNVaSqVeb1PCJ2Rk2c3gFWgNexyoEsjJzPNzApIGU1kXgmGGLk / eLQCazT1AJv3D7wTibOTCtFIkAPvNnusVHz / 1PI4bBBCcLGsCBQ + + Mw2DKQQiamwpiJOCYPgaWt5vzlg5o5qLfjqoWdlZwj8txEM3139wQ + XqgRkOHJz + ghrJamlJFaZ4BOQuR8TVh2duJcnlhADpWR0zrx6yAQk6waWleCRQuU1S5nROhNLYj / CdijcR8N2MKRy / DukiNIWox1OglUdTkSE1PiUqaaEVJIuSEwqvOYoLd77iCBilKRIyfm8RgnBbjty4zPaCK7cjLZesp88 + / FIIO59JKTEFMUxJ0Vm9FyBGRGlsNGS565mvVTsPLwaYIiCZsw8Xx2zJ0LKjNmydIY4FVo7o4iAFtMRAWOgT4WQIwcv0CSUgCEWhjHQCYm2nsYJfPI8TIFzJ8hZMFeCH55YUtDIOKGz5ql11ElwlzUNhSADloJBcG411kzcpYCnos8SJQy1TlTG0flEmgL9wVMvND9qIMvMxkMUkawtY5b87WbgxkvWCl5WE7sieTcEKisAiS + JXx8CcyOJwKIUjLEs5jVFZpQuHPrMLgV + j5TISApimoilsPeec3OMewiNJAwekTMfDgOVUfRT4cWTOd57ck7onPjNu4FQBJcLzXpmuCFQe8XaCIwJxJzYHCQPh8zNKHnoLKlkHg7TEeljDM5YKi1wqqdSCaEUU0hUo0dqxW7U6BT5XCRiSWz6CSG + XaVKyfV6iZaCu7s9b8aAtZLl9YLF7JzNMLI5TEeJ7jgRYmTwhRiOFGV7YpE2I3Lhzio + nTVcnR7FKl9uM92UmdsjqFMAPiaGqFm3K3yfWNRLkBNaeQ5ToHGKQ0j45NmNGU1CikI3JQ79yAGJMy2zRjGGgdvO86TVpKRZasXPrlviBCJMmJz5uHbUOfM + K1qZCSrgSsIKwWVbUVeeD2HPSEWXFEoZGqlpXM1uDITBs9sMzNcVf7aQJJl5GBJBjP / Y2 / / H + 0fe9pEzq / jpvLBJ8M2up6nVUWCQE3 / 78MDC6WNmk4DKVZyuFxQpMKaw2QU28XhI / i7rD3649CFy5gRGSqIqWFUYRcQJEE4isyAkwdO1ocqJymlC8PQ5ozI0Cr7aRUYvuDVHdcWVitQ2M5XEfVfISXIzQM6SECcSkoin8xIjBEbDSS3w0vIQKlo0kkCOikZXtEIyJbjrMlLmb3EomSklbvcjrdPURqOaitpkxpTok + GXbzaEGGgqS9MeMfspZqqcOPSFkDPdmNBJcLFyBCRvkVylxK / vBhZOcrWylJTZjQPb8UgXOqslCIluG + 6ngQSELPjVbqAgeFIJ5hZ8hpACrY7cdgFBwWnDvo9UWiIwrEzmcRqYponagDKG2khCkYyMVCoRhAYnkdbRFod1hX7wPPrIEAduxmPWx09OGpwMCBQWT2OgqQWDtlhT2KQN9yEyM46HKJkGeGIjKR39SJHCQzbIKfNJpbgPhTfDyLxWKKl5mBSnzvAYEs8XliQLnZe82 / Z80mguGkmp / tlywv5 / lXLhyUxipCIpcEYyikhTKVTlkMUyxcKnV3PqnGhqi / cT + xTQKTMzgs9uR / pR8nYjOVvNeGaPt8wxT3x4TKQkeLtPpFQRQkdEEIpnN5SjOMWII7laW24HwwKLLIEQBTPnmEvJGDIfthNSJNy32J4hBN7teua1o3UWO28RLjKEyCEo / vqzN0x + YtE2zJc1tTbkKdPYxPaQ8TlzOCSskzy7mBMQvE4KouQ / vnpk3Vo + Op + Rc + ax2 / NwCCDgydxQEFTLOR + 6PdEUQhb8x5stBcHzuWFVzxijheSZm8TbbY8A5tqw24 + 05ujJWVdw13UM3UhbSYx1tE4zZslIT2MSIWlkDdpaajR1K9jtR + 7HiW7c8 / aQGNOOP7teUxMAhRWeJxXM5oqDm1E5uPP33PQTC9dwOwmGIfOsSYQUSP647biLDYyZl / Oamynw1XbPydyhlOG2h8u25n6KfP9sRpaC + zHz9e2eH640107T2D8i93 + 38pm7BFhBYwsUweCPRqNYBCFlmspghCCJTCkJowQlShYGtMy8VYWcM2SDzIVXu4k7HZlrxau9xGiJSI4uBJwoaAVnc7jZFXZTASRCVNRO8dSd4Iym5IIP4ehJSYWFK2QxHldzEUIpTBmmlAhDYjMFKu3wCWbGct8dg5AaJzCNYFsC1gisM8SsWLeFDJyvWjo / 0laKEAVKa + 7HyCcnmVpnbvYd + yFxvqowUjHXFmnkcR8rAm0W1M6ynwpxcPzipuPvROLfXFmubUFZwX0WiEVNHicqKVAkrErUWjClwhg9u35koQXORA5Gooyj85ZTW2iVQKpCDp5ZXUBl1pXntuvoDhMXtuGLveKrzcCzmUEpwaEIZkLgxMi8OcqXc / g2A2PS + NSxsoExRmISnFnB611kN0Y + mSm2 + 0RbK74 / t2wT2GWNQHJpFJNsUSKhVGFII + eXCxoCOQ7sxHerqPknqxTePk5IZ5hVknkpdGNkjIWQjyf1eVthhTiSHErCagGTZFVJdICvdSGlRMkakQuff9jxziRWzvDbu4SzChEdez9QySNy5mqteX0feew9Qmuk1LS145O6oXaWnArjNPLhYYcPcNJaYuhxTjLG4 + 14yJnBH0UZ9 / 1AY4 / KwWVV82Ez0k8T81rg5oqHOFIZSVMdQ / WultVRyXaxYjd0zBtLCKCN4a73 / PhqRWMLbx83PO49zy4WGK1Y2RplNdFAEIF50jSqYtsfCHvHX399w38QiX / 38hkf + 4KWAQAAIABJREFUNQZVKW5jwKznxH6g0hIljrf31vCtoXfgfn9g5SR1NbGxCuNq9oPioj4OcKkhR89yLkFnLi8y7zY9u4ee62bOr + 8S / / Bhw6cnLVo7diWzkAonjuzDjCSPDTpLhlEzTh2ndaL3xyF + 2Qi + uO2434 / 8 + LTh8cEzn1t + ej7n0WeuzxoEiuva4dWxt7WGwXc8 / + iChUxk35G + Y3TlH / xwSaVQm5q6MhQJ + 7HjsU / 4WIgFUIo + R35754 / XaAOXM4XVitXMcmkNqs588ZBY1I7KgFtpHrd7csxIJIt5Q9aWVjXY3PNR21G7yI / OK / 7nXxdySUQaqm8pwkoGHoeMUAIhIh / 2I92kmVcK4TNjECgluFi2LBaOdqY5DihBigJyoZ8EQiqyTIwl41NizMdVgCwFayTOau53B4Zh5E5A01RoIRBFUdcN99stH3YZoxS7KUNJXM01WhUeY2ZMhXmtsTbzvBUsKodzApkj6yg5bCa0lQwVRFVYrxpiVDiRWNuIZuKX + 8I / PEz8pJKctS2njcYXQcqS4BUpFZIDzXiUJEeFn8DVkSsrOFkYrC6ctoJN1GyFpBGRMXiUMWghybkweIMTElMpeiLxQdOVQAyZYUw8m1f86LRBC8FNP9CP8HJmiAKMqXg9HYf97ZhZVzvWteOLLtPHzJ8vJOOwp0Ox / / 3xUFKAmWuYzSqKhE2343Y / MfpEzCCUoosD / + n1ES + ycpKn64rKGM5PWp47i50t + NW7jpNZS + MU9bnl5vae5AMKyenJimwsJ1phc8f3V55Znfn5RzP + h3 / / QC6egKAxGqTEqMjNwSOVRBB5fb9l11lOZg4xFvopo7Xk2dkJp + sZq1UN4ujbiPGYBLvvAkI3ZJEYcmYKgX7K7DuPBCqrqSvL + 7tH9ocDb4DlcvZtb2ua + YwPd3e8uhuxWvHQeyiFj9Y1RmfupsAQMyczR1PD2dJx0hiaRiFS4KxoHm8PmErTVZkoC + fnK2KQVDJzUWW07PnifuRv3j7y84XlSXvC5bLC56NLf5yOAz42oMtADD3eO8a + 4ObwrDWs9QxnNE + WFXdTZisErQh044CuHBZBSZlu0NSyxc40Xfb4jWJXAsEHDp3n09MFP392ilGCN5sdh0PmT08ckYJzLV8eIpP3vOs857ORy9mMXz8es4z + 6rKh299zKJKY / zhcfqf6V88bplhxFxPv94FhzDRCgAadBSEriIFNX6iVgATbIdMj + GTV0inHbKX506WkGzN3h4k + DqxOHHWGys7YZujHCSst82bOOyFYpz22cfzwewofoFKFRZ1wTlKROV1kNlMGIRhTxcIprBNkYC7gB3M4XRk6Ifiyi0ghkUVhjWQ / Rjzgw3HHXVJBZcFNH5lipqk0Y0xUPjN0Ap8z / eCZtxFrFKFoDmPgpyeSF6uKh7HweheYfIG1JxWJTTCmwjhmqpTZp2MmuRAgs + JhDBAFMwMXStI6i3QS32usKnRRE8rAtU20JzUzKWmcpE9H6kAlBSuTCTmjtUZJSZ0KU / AsG0tlCiKKI55DCqoiOCTJ2zFTS8VZ1ZKlZAoDD74nec25i7yJe3ySfKzX / GYDu9If8elO4oXifphoq5Zzo1DCEo1CUjgZBFFO3I8jvrJ8toOQMxeV4ICg1AsO / dEA + vtSi0rzX35yxvvR8 + r + wKEPtEKCgZzAZ0UJkbttpjGKEuFhH + hKwp1f0KuKk / M1f3km2XWBt497Dn7P + cWcJsOiWvAYM / uupxY1q / mSN6XjLHRUTcW / / M + eMPpMozWnc0VTayqRuTyFu85TpGOIC04aS1WrIyNPws / OHFcXKw5Ifv3Qo4RAoXFWsek8U0lMQ0AaTY4JmeD1pmMIiXnr6PxEM0b2 + 6N3ZXcYOBwmamfwWbLtBv7FlePlxTk3XeCLu45hTJTriVgUNhWGGOn6gksjPpUjLFIUZNbcHAZKgKWFK2tZNDN0rRn2kkoX9kExMfCiFbTXpyyUYt4YupDJOGotWVcBnxLGWozQDEEw + JH1vKFxGYKgrjRZSuqiOHj4 + uBplObJbE5Rin4aeD / sSb7lqoWvxwfGIHhZn / P3tzds0oa1c8xrwyQkN4ee5WzJVa3R0pGNRpfMqdAEPfJh3 + Pbhr + / 3eFT5Gpm2JVCma3YbxOl / HEt9jvVpdO49hh7G43iMB1DwmZIXp7P + ObR82ob + OAzlUo0SmFwfPTslE3S + CkzTj2Tz1hr8ERSgUBFcoovb0caKzkcIpGJXGA9V6xcy35KSJHRR7EaYxoZHgtGK04bg1CZ9YlGSslpq3k6O + Z + f7VNJBX427sHVm1FGDNjVlhr6Q6Fx29x9Uoekxv / 66sVl3XDGxS / 2BzY7iZWJtNY6IzDKovXklfvB7LyXK00Z0XyOmWa2pClZFErvIx8vhkIGVIBpwUvlg6dBf2gMEZyMcuUGLkfAs5K5ieGIUeG4YjZXwtFSAqhDV0GjGeujrECMQ0IlTFqODLDrECrhNGBlBy1cfQ5MgpFHxQSGMvxgX4KivshsC2FD1Pm8zJxVlvOnUP4A5fsuPWZLmdyEqAUC2VpZ0uuZpJDP2K0 / kdZ9b4EvomRQ + / 5SeVwrjCR + Hqf8dvMfJmpVGCXMv2oqKNkPTnK7xEV2UjJn1wonLck27DtB7LKLIriZy / O + c37PZ / fbHg9BmpTmBlDlWt + / IOn3HvJdJjohz39FKicw5dIzBBwHCrDr149MK8Nj5uByJ6cCxcnNWetZtNvUeKIu4 + p0IeBbjrSE54sa4QuXF3UKGl5sqr5 + KQihsA / 3Axknfj337zhbDlj6gNDElRVzW7rud0NPHQjSgm2 / cR / / 4MXPF0tuZaW / / P9LY8PB9ZO0NaKg3FUpmI08JuvtmRV + Oi85ZzAb1 / DYlaTlWI9cwxq4pcfNvgEMRdqq3h5MUdnyaE7kpyfnWiyD7ztelylWF84 + hh4v4uorDiVM6aoENrSJ8hGsF5YamkIcUTogtOZXBSmEliVsXokRsesajjEiVEo3g4SKQR9ijz4zDBlPuxHHlLk9TDyi7cbrpcznjSOMnquZeRtn9n6QE4KUSnWtuZkfs6LE8d21 + FcTSk1C1exGUa + 7Au7MfCfLxc8qSVjgd / cB / ztxPqsolGJTYx0u0CTBOupQpc / 4l9 + p7obMtJokgUqyfNnC9ZGstsNFApzY7hqMn2c6EJmFJnKVuxHeP2wgW + vilIphAoopUG0oCUhRCiFNCVWtqC0ZAqChVLsusBhiFyuNOuZ5X4befs4cbE0WJV5HDxaH28hL1YVHznPQiWSlhQl + bo / enS67cDLhePVwfN + O / FmWyBLbvcDzijmVlN84BAya6X4ry5XvB4H3vqBohWyaKapUBnFoqkYokehWesjLn + z97wdC6Y6 + mvCdMwdNyJzulJ0 / UiPhGi4NIpV3WB0oiqFnCGMhZmxPFDIe8dGJJSGb7o9JRWySPQ5cWozz43gTMBjACMCRQAlEoMm + IBQAisEu / 2EFwWtBFlJXvewnzKNSmx3gf0hM9OSi0VDZSzv + pYVHULCp + 2CRh1jEiYpqJqaffAUMWc1s7xw8NluotOK948TaojEM82TeeH9EJk1hqouWDMSfcAHCF7yfD3n6knDu234Z + 3n / 2 / FXPjmkIkGZK35wQ + ecFEb7u92FAqrquL5csbBD + yniUFEZnXLpk98 / tsbSklQQGmF0galDYgKYSx + PK6SwhA4qxXKHOMTTqzhYTOy7SaeXzRcrmve3Q18 + WHHs7OGShdu9wPGKDaHkZfnS17OYGl7spVwbfnNpmcIhc3dnp + ez / n8YeD1Xc8XNyOiSN7cb6kry6pypGliEwpn1vLfff85X + x3fNPtKEajiqHvI40zrBczumnECM2FExhReNj0fLX31I1DacFdH4kpY2Th8qJhuzuwF5LiDc9cxflygdGZimNv + z4zdxW3IjI + GoqaMEbzxcOOlDKZxCEGLpuaTxrBpZTcHzJGRRBAjvhgmaYMSmKR3D8cmChYIyha88WjZztkWp25u + 943EwsrObJxSmtq / h6V3OiBpQs / Hh9zsw4QkqMwtDODZtxJMs55yczXl4r / v5mS6cVr94fkJ0n1DXPTjWvtpHlomI2Uzg74UfP5DPjKPj0 + pwXn54h9B9vLr9TnbSX9GPgP7y + RTvF3AgogtlsAaVw7gRX5zW7fuLV / YF9mNiMidebB2TJTDHjrAGRkToy + sysUqQgiUpw6ANVVdj7xEXbcFo7DlOgQnF6qrhYCVJMfLLS7HyNMxkpJUJKvnkcyRnGMXCnFe + iIiuNIvNCB57NDNddRx8kuZb0fuRrLzFWUXLmxMKqlhxiIFMIHlZC8v2zirWqudlFDl1gT8ZPmY9XNVZIZlazqgWucVgScRd46DN3 + 8xMgymRRSVQMWIE7KLAUVBZI9JEFwpNBQ8PiXTI3IojTVijKKrQOMnVZKkC + Jx4U0bymJlqx1hBwbMtGqOAWEBWeArSH9BSA4ohF4pN3I + FaQi8bEEg2aZM1w9cXCyJ + UjVvV47Kr1iSeREeUAQVeSbXjANcDmvEPIYq / C6Kzx0gSIlMye4ulpiZ5Y9GZqaj05gGns2XQLRYIzhxGi + HjO / erPnMEb + 6p + 5p / / f0spgy5L / 8defYxvD0jooisVqDaXwrIGPn53wuOv47O0t23Hg4eD5 / MPXSAqjj9SVQwiBMhP9EFnOLHEyRCXZ7AeetIrHLvB0teJyWbPtJ2qhubx2PLtwRJ / 50UXL46BpKvGPvf3b91tShq4f + WArXk0cDzskPnWFj85mXHcdQ4zkheEwHgjThK0sOWXOajibCXaTJ4uCHwpnc8ufPl1xrZa8vhvZ7Ho2RKYh8sOLE5wcWVaO00Whnde0OZLuOm52npv7iaWTmBJZNQoZA1ZJHqdCJRMySUoY2I + Feav48H5g2nlel0yWBkMhGVg0kuvgcAGmGPkmRMIU6FNLP9OUPPEYFVYDOVOUY8oJ4XcYaQBFFzIdiZvdxNAN / GRlkGhuU + Zh3 / H04yfEfJSCf3I1Z + muOJGZtQ4IJD55fptgPCSer2cIqRAi8OVm4GY7UJRiWSs + / t4Vs5OWjoJtan58URgOe263HYiGyhnWleO3 + 8jfPL5l77 / bg9Mf / HAp + wMzbfkTV / PFOJJ8YHMI3CaBVJK5lVBgyop5dYJPW2Q5OscT0PmEHwEKWRxR8k + a4 + L9s9uE1IKBzPmsxgrFN / c7xnTUxj9fS + piAU3UgSEnDtt8hE22mUVzxLtfmwFbar7sDZ6JJ + GW26HDzJfISrKSFVI57Frz87nkuYH / 9Rv4aJmZzQzsBX4sSATzhcJViiuROD21vDOSu72nMoJFPeNqYZmK5CAtH4Yjn0kJw7O14MX8CJRcZPjqwTMky0VreL4yUI43tQlPygkhFCln7g6JMWXmVY2WhSgKpWTEkEg + YxB8z1Z0YyY5wwchsKoipcgQEo3SbEJGCs2ptVSyUCvFMMDXh8xuiPzJwrDxiT4orhrBi0UhmEIxnje7QMnww7lnXVUokcg58eqmkHrB1ZmhloGt36OjYgiZRVbMlw7RKrqYuT30R4EEiW7MNM7Sh5pt51kIj0wjr8ZAKsdDxO9LlZSYF / iz + Yp / 2O8I08jtduR1LGitWNaWUgpTkqxn5 / h4hyIiK0mkcBgim65AKRSpaK3k2aIg8PzNNwe0kRyIPF0vcVLx2ZsbhpDZ9RPfv2pomVPQRO3pY + Kr2wktFOcrxcmigpx5XnkqLG925djb8YZX + x31yRnCKdaqRipHc3HKX63g01rzP / 1C8vLccHLSkjeSof925XpaUc8Mz8hcPlvw9Z3m7UNH4xTr + ZoXZ5kpCXbC8 / m + Z5oiWlq + d9Xw8izT1oJlmfj12x1dlDw7mfG9JzVkiZ88Y / HEFJFSEXLm / UNHHzOrdobWGj9BIlK6TJgSGsEP3YzdGEmt4V1WVMaRY2AzRWZa8TAlpFCcVxWNFsyUod96fvMw8XCY + POLGQ9DYO8TL1YzXp5bgjEUE / jybqDkws / OPKfzGVJGckp89vXAdCg8v3Y0Ch76B1RU7MfAokhO13P0wrAPkTcPWw5DQZDYdYF5U9P5irvHjqUKpNzxxb4j5IL38Tvt3z / 44XI77bH + GIF6u52YUsIoidOKmTPcT0c0uxSGi7njL3 / U4Jl47BNFSJ52mr / 7puesVSwbxdPzmlklcELx8Ulh2088jB4lDKlIfno5p59G7oaJpyeKq2XHbx9bHrtMNyR + vhj50Ulh4khI / fuHOWM6cBXuWYs5X / qR + + 2WAcWru9f8ZLVgnM / xTnBRJp6KCbef + MurU95JeL0LmKFAMqycYTdKunxE2ytTME5zoQyKBEpx6zWjFwwhcj8kTJFopRABtFZsfERUhotTyRgly0aSSqA2hq3XvL + bWOjC1QKeXVaIOKCsYdKCHAINCnUohAXQGmJjmCj0XUQNiawkkwQnJbUW6JwRqWBN5KRVlCwI + TiATTD8SWO58A7yhKwnLpYQZc0UM6MP5BipSuTaFZZaIoXnwwG6MTMmuEHTaJCiZdLgZeGqVTw4weALBw8xySMdN2imXChJ49N4TMPUhUHDx2ctb3aeIr7bL + A / VSElPmzvkDnz5nbHGCNWK2pjWLY17 / uB / ZRQ0vB0Pee / / YsrJiZutxNFSh62Lf / 7L2 + 4WlWcLmo + fb5m1WgqpfnRVeRu13FzGFDSEIvgLz55wr4 / 8G7X8emThhdnnl9 + KNxuPLtu4l + dC35 + JZjoCUXy1281hzxyHe / 512bJZ4c9b + 9uGIri869 / yb + 4Pufpek6o4LJ4XtiA3Y / 82 + + f8JbM53cdupOQNKdNzUNX2KdCzB7tNK52PL9wSCJCK953hX4qdFPg / XbACIXVGjxY67gfAqI1PL9eMnjBem6JyTOrHA + D4tWrAysn + Ois5uWLJYSMcRpvNMlnWmGQ20xZCeyiRcwciULcjaRDAiXwQuCsYqYlOmdInspmLk4qchb4GFFSYYLmX64bnoSaEntUO / H03BBFwxgS3TCRgqcqiRet58QGlAi82QT2 / cQQMu + yopcSWc + ZYiFg + Ghlua8EmyGyHRM + FKxS9F4zZQVBM4YJciZowWgEP3p + xhe3e5T841rsd6roM7dlYJ80tZYccqKyRwnsbTfyZG6IqZBFpKombjYThyAxuhCUpmkr / uKThk / XFa2t2PjA / ejJWTDLYNuKdlbT7SPXc0sWitZpLudw1bwnpokf1Yn1IjMzmiwCMiUO4ZFQ4LyukELwGHtaCmYM9CP4GHlaKTZD5oXd0UnFISY2cUNfYJkyY6gJWZBSRsREmlXsvUAVmEpmlhVaSFqpOBTBFCO2FBSClXbUTaQPEqc0kxfsQ0KZiKkFE4IrZ9kNASOBHNHCIDGctJkgjqe49ZXhMCUeu0CWR9f + vDjM3PBiFtEM3KbCVs4Y3JFAYCP0sXBeCa7rgFeKtopU2jMGgR8NrWr5eZthikz7wMUZLM8EhzEQQ + LgBZ + sDB81ME6Kyh5 / ZIrXiFgY6kyZCx5NYDgkpHKUfHzD2c01YwwIWajwKFV4mDT3uwhSc7s7QM5UdcXWR3ZScioVZxdLwndN9 / snqpTC1 / sd2yiZWcMuRprKEmPm7eOOF2ctIUEWmbbpeHXzyG467vuD1iwWDf / Nz57wk6crFnXLXT / yYd8RS6EtArdasFwt2D4OfHw6IwvFvLE8W1ueLe7 + H / beZNe27EqsG6vc5Snuveppp + JFRUYymZlyKtOysqGG4a5hwN + hj9Jv + CtsAbZkJVIkyGAyGMUrbnnO2cWqlxs71HHDAN1gkgDnJxzMfebesxiDmB3 / + nDg9jXs25GCR + TAaXkk1srb / SdoJA / hxI6KWhemueBi5Ce7hodL5KvhhVkKTsFzHz4y58qr3Z45W0K221wzJcpR8 + IKumR8juyTxCjFoDSXDC4GbN1OA66bge5YmDx0xrC6yrNP6CbQ7DRLgs / HnqdLoNECisfILbdvD4ooKpnI258MnNbED0 + OIgRn5xhLy3Do + eJGoMXMe594EC2hlaScsClzSZVPRsOXu4pfLbuh0BvPHCpuUeztjn9301NcZHlZefuJ5vUdnGZPyImXtfDXdyM / O1rWNTF0HVJkilcQM74XyL3hyQTW54zWHaVAUZbLvsUFj5CVTgRGW7mfC + 8eA0Jpzg9nyJlhHHh2gRcp + GSUfPr5HU3zhyV + / 8kXl8sAdlFcCcGLgMvYEAVcLo6SE + ew8ubYIjQEodk1lrsbTQGUbjDVkI6gqPgp0EnFsWq6XpHWSq8bRKkM + 56QMyll3nQvpCqhrgxVsbczjolLzGR + pAJ4TWfg7W7mMWRKkkQfGUTHX10bNIUfsuA0O / 7p / AghIazlw8WzhsTnNzN9O2DGDmMrvWYTdQXotWInN5mYMoXqKi5vB2xVb5rTGBNGG8ZGkaKmtYKwBg5GEhdFV3rWoLC9YdUrj0vC561ffU6F5DNKCrRSnELm2CreXwo0FnFsaHzmOl84JcOuSu5KYZGJuUhGIXlKGmLAdgllCyUHfMkYCfu6FbAlBO5jIn9WCa8DVRTGHHh5mWlyy + mS0RVijfy2ahCaW6146DOubL3 / iiJlQ1MLRi + Y1nJ / WnFFbL6Z80IVHQ9rIMXCviuMov64URQZGoCMi5IlbObNP5bIcsOo3EjJg5KMx54kBY9PMyUFntaJL + 8OSJPxQnHsO75421AAYzoMhgQYAfPLQi8119IyDJa4FBrbIlJh92rEp0iIic / GC6kIKCs7JFftylInXta05XYWBLetnf8PN4kPayQHhXeener5 + 08PGArf + srD + cL / + f575LigmpbfPV6YXaB + emQY3tAc9 + i + sLOSKjWTr / TWcFSKvZEYW8krLFmSQ6ZaQ8yV4DLWWA69IgZJ3wr8tHDdGNaLpK8d57OkGzWzWflwWlnTws3O8hIScckoJbBK87gEXo2ab58CtC3N7YD1hZsy8ewluyJ5K2AykSnBXlk + rpXqE + 2 + ojpBTp6lZKyEo9C8PihO957vvUN + palvC1II9inx8eMTNrU8PFdM3RBKv + oNCM2daLjvBV5rpJaUKkjZoGvBWkfbt / zwsLAkkCnx4fEEsufdJRF94nrXsRcQS2Vot7Y8FWaXuKxnavlzW + z3itQLXK7IJdLrwjw7hJQMrUCskl0n + bvPWhKVKkCqyLvFEeIGpLtqC3mRyCwZYiHVQqsFwSckGh8FR6tBKAKVu + F7RvXElNiovmlhDhWvEloIzmtm10gUGingt5cXdkahteabl8SoBV / IhKuWV7Llqi38wkl23SZ48i5x1XWcl5mvhmeG4Q6fJYKKlpWr3mKlplGSTmYuRLyREAQURcr82IfPrEGCEDQC + tbQHSQpSGoSpLT5z58vkrbrUSKgRaKEissCHzTKJC7F41LFyszrtuXQWUYJuSoeQsL5SJYjRkReyYpKmlILjRYIoZkSNDWwJoMVmaveI8YGYzPr654P / cRFZZoXwVgdaalMa6FtNb6MBKlw / kw8e5yJvBOaoVEMqnK + VFgTuRUkWZicIFwc5wCdELzRgl9dFFOukB29hrdF8mZska3lm + WCL4W + lzQy8uG0oLo / okdCCs62wuQYbeX0dEEqyWHQ1Klw3Gv + x7 + 6If6Y20pFfne64HzlzQFux0KYKmTFEAuhBDojcC4i0awerrsGITROVN4ePrKzL5xcZnGZGBfOPuJFRkvB05S56s2PuS355cMHjq3FGM2vPyzsm5avdGUtlte24Xos / OfLys0w4LxjnT23uz2P5xf + 9tBxOH6GiwLxI / XitloaZegM9KpwKishqw37WyQxVmrdiBCz236iTgvGoWVoDdF7at7kYNTC41NmGBqUEGgRyb6ypsqygmkSL3FljZlGKd6OI9f7gb3SRFl4v56Z50xVW27faVBRUGKmMxIhDee45fYcFFZGbncZcWho28ry6YGHNnGWifZjZGQmXBIvU2IYDD6PRKmY3DPpYcIZybfSsus0h0Hy + Fwpk0cPiiQr5ymzPp14XguDFHzWGv7Tc + USHTWujI3kM1o + f3XA9B2 / Oj3hQmLcGRqd + e7 + Zbv1 + QPGH9GT9P8vYg7s95L2oLh / gIPu8B6Wy8ooC7e7llol5zUzxUDXQaMNnajEmmgw7JOFtIEhkRsORUnFUgVXFA7izNF6npVm8u + JwlPIlAIPruBTRelCSAVRFGtqAMU5OKjwkUSRnp0eqCXztXcgJioNT9VC0 / FP7z / SasVVZ1A1493E8ykj9S2hGlpTGBqHTIYeNjZZKigpaLVgaRV1goZKyIlaDBUoJaBag5bb3cSEpgpJEZEiFCFm1CqpouEwJu52I + 8ngSFT8Hx0E7kWrJTcdeBXQdMllBR8jNdYOZFSxKrK / WpoVWZJmZwl74KmFZFXNtHJTFCFNbUY7Xipjl + 47TZCThkVEslUvOzxJVFDhggFh5KRTnWMQVBbiQ + BUrY2pb6GlyUTIzzOicnDGgs / HQS7VvDlTeHqMLFrDBSDjR1GWLSt2AAyS06niPOVlCrJ / BFRkSnc3Eja1wMfvp15JfesS + b8dGGv4dObkVIVTxfPya / sRkVrDIOqhBJpRc9YNKTKxS0IKei7Hi0VU6jcyMq1OnHTRh6T5GX5DrcGCpmUK + + nHzUNphBihqKYQwtIntcVEHx / WjdHid1Ra + IXpzOISqkNj1mjuoH / + PVv6a3mdtejamadVz7cC5S9I5SGvhHs24DIDaNQ1BpZQ0YJQW8Vc6 + oIdAKgYuRUjS1Qi6e0bZYKTFKcvKJKhRZbMs5PgbUrNDC8OpY + OzmyHfPGUsk45gXRyoZqyWfaIWbK + 0uMWjJu / WAlTMpBBpdeTdLequYnCMm + J1TdFJw120r9F4VlthgjecxOf7LWRKco66REhLOFoLscHkFFyFkSnUoFRjMjn0COoXznrxGfnI9YN50PF483lfenxynpTC7yF9xvwAdAAAgAElEQVRdNxx6zV + 9tbx + VTn2N5ANNo0Y2dA08O0ikELx + LCwrBkfMvXPxeX3Cx01Xz95 / uYTy7 / 7asd3D56vHyJNu2NaPE3XMnlFiJVjp0EKalCkVNgZgz6PxMWzEok5U6VAu0RWkpDh2D5z1E98tzww / + iH + LAmdk3GeViiJAqJ9Bt + ftQjaxH4lLmEym0rWbMBNj + JTg5 + 3FgxtuN3zjOtC5 / vDjyugSVHjm1LzjNKHmi0xorC0CR0DCBaqkj4spGCZAZVE13NpEZTpaGToFIhlK1dAoVKRgBGK3LMRGnQIrMzalMEm8xN42iUooiepT6g6o6D3vzdV1pwVJ6X3LGmyuwmlG5Zi8aQkHjWNDFHS6MsMSummLi3mSkkRq35YreRdD + kxEso5LBtwbk1U2qmNwmpNRnFaXYIITE6Y0yiTJlGJj67OXCs0AvN1y7wX94FXJT87K7n7U2LqI4lJb44ZFKd + VevKpOf + OFxG3x2uqW1r3n3FHmaC0YKHi + Jd88LP3m94 + 0f05dLEfzjNxf + 7c9u + Z / / / nN + / f2Zf / z2zM / 2PS + nmX4cOC3gPLwaW4SSFC9IsXBsG8RLj7ssLCUQc6QKgZ09WVt8hKv9xLU58ZuXH7j4SBHwcvEce8G8ZiZfCUhkEkQ0h2bPkrc / + JfF82ZsWJKi1oSTEZ0u1BRRytC2HV / PE6fpmZ / dvObDZWaKiVfjwJxOKH2ksw2tgH1fUTEgZEcVEZcTpYIoFVkiHdtKPsowaIH2CV8SLmuomVITokqsMaQQSVKjReHYWlqp0KbwephodSALxVQ + oOqB62Yk15WbRnNlIi + xY / KZy / KM1h1zFlhRkDimsHD2DZ1uCElwcoV3reK0JvaN5WdXGWUj3zvH4xoJa4ubE / MciDWzMwVl9mQUD6cJKQrWVGyTqC + BRiX + 8pM3XImtM / BfzxP / + 9dnVg / / + qev + OrtHZSFKUZ + dquIZeIfPhGcljO / + f4jrdb0zcDQfcLvfpj58BJolOT908pv3z / zN1 + + xqo / D / R / r / g3ovDV6x7TDfQRmkPL56 + OGC15edmkX1IWPrCt / eUk0EmhhKROIFRhEts5RkaQq6IWSaVwsAXVCoKJXNbIUxL0ouFtL3lcPWuSQGUJFSs358tnfeVjlsQC5wzRaWoWXDWZTmoOQ8O3s8dFjcUTXGRvDZc40XUNNrdoNfDTN3tujjfsraMUQY9kRDAXgZNlM8tlwWA0RWx6gKZ4LiUipUY3oGuhrZJQBUoUIhrJRpy1qqAaTUmKiESowHHQPLmZ53XmaT1hdGVvrznKwpVxfDtbjEjUvKHva7ggZYsrlSUXfArMIWKVQcuVt4NmJwsxaA69x2fJROTbs2dxFpczFcXNleF5zjysAZ0cQTV0g2NNkiQSLmisSMjW8HRO2N6SVKEPmV3WaC15nhOIlc6AZWGNG4H3YSrULKlFI0VGkXla3gG3 / M3tK4xMpLTQKMXPXimGPyIq8iAF / 8tXr + j2R / oM9vWBn336hsZqHu5nQs5IWflWnLZjVQ8qSZSQpJcKbWaqlQikAllKKIKaMledwHSKYCKn5LkPhVF2fHk0fDhPLEEAgsllGlWxyvDTg + Z9EISSeI6VMG1kitteMCjD9djz6 + cHVq9o64xbHFddy4s / Me5abG6wZse / + ukr3r7 + hKtuUxwMUjMUzVwkrhR8gJRg12iqrBiTaVLglAJKaEwvMQWGqvFFoGRhI6VlUi40RmBaS46VJARFJV4dWu7nEx8vno / nBxqbuO5fMyrBTRv555eMFQHMBrgt7oRUHUsuTCHioue8OlpzhVGJLw8NB50IXnHdJtYMk1 / 5 + uHMNBuWJKgo3rweuD9NvD9faEJLVC3jzrNERRKBdVU00nMYWz48rtjDQNaVPmgOxWCs4OPLihCRoZGYujD5yuwC754yNWdqtkhZ0TXz8eUbqK / 5t19 + jlWZEO / pjOFvPxv439SfL / R / r1gxtGtCLhcWDLkzxF3CkVDW0CsBFSZveZoreyXprCbXiq2QtcBnhaBSKqQMskClkoXjPn3H + 4eZrhUoX9nrwm + mhQzknOlMS62CSkNnPIXKqArFJq6Kgmpo1LafL6tDG8POdMyh49lHXvcNP + l3 / OL5jMfz5nBNThJZGha3olRBBMMaNSuaqRYymTlJclVIWRioHIUi5IBUFlELQkA / GuZVImIhZIWVmZC3i + 1MoYSM0RmfK593Z9Z84RIzpl6zK9f4lFCNxejEvvWoHJijoReVl1S4LIHBRs7ZsjeRNUqqKJxWx66VQETKntEWpEqspVBdxkZDO + 4BTaiJuYC0hrQGQs4ICUFb2v3Iw8MTurBh + n0ilMrjUuibkevG0LWReVlptYG68HSKCOX59nFGCoMWLV2TCSkTROV58fSt5L + 7ASsnzi4jSuQ4CJ4uK7 / 8IfK / / gvn9H + LgqCZE3V + 4gVDHhriQbP6Fd1oRq2otXBaOj6eJq6soe8MqVSaKihG4KtC1I36nRLEH2dyGcd79w3f / O6JoQfpCvum8l / fP5OpxFQZ237LbdExNIlSKzsDqSnc7hqoDW0prDEjy4JuW66akckZHubAp4eBnx9v + L / efcQ7x + d3b0hRIWvDeZ5QSkAwXEJmEHApgVQzU4RUFEoKRlm5lpq1eLRqERSkqOyvOs4T4CM + CRqVCbmgjSJTqT5gdMYl + OowM8eZ59Vh654Dr3ApokSDNZWrYUHFwhQto5I8 + szzeWHfeZ6D4arNTA6qrBshebDUPqLUjn1bkMqxxEzyERstd1dXVKEJJXFJFd1YwuTxc0Aq8NowXl / x / ffv0EXQ9JJp8fhUeH8O7PoDd8OOcVBM5zODtdSy8v5 + QarAr344o4XBqJ6hzbhYWV3l49mzGwz / 8HmDVY6XKUAJ3OwN75 / OXJbwB83fP / ni8hglQraolOgl2NnTFph7xSlFTCtwQdELi6sZlQs5R4zS9FLwkjNZCEQqFAGpVnTJCCE5TYL + 2KBVS / SBOc3s7OYxyWnbHkEa + mbPi1vY65aXdWUwDVOCnZbczyv3a + HzUbLkwu + WE / tm5G7MRDruhgNP04VuuGG0BaMKo7IsMaPWDebYyBaZA04blBF4F4m1Q0gFJeJqRWnQNmO9Yy4ZKTQDzUaHTgWtCqkaKnljI9UVJSJJnxiswJ0Tv4sNSWkaNF2nySJCBVfO3K8S5zo6MfHdVEhCcy6WnAIIeE4VJQUCULpAFcQqWErALwGl4OIzU6zcXV3js + V5dTwtC0 + hICg0UrIGj7Y7pinRxIW8nmiHI3P80ctZNSoEqJ5zFLzqA7KpzPGemLY51HROtE2H1ooYFdRtycAV6NrKnAq / mT7S2UqJI2 / GlpeQWH + kYP9LhhDi3wP / HuD2sOdjtsgQGUzFnlfaXFkHw1Pw2EGzOBhVy4xHpkpMAWsMg5Y8xUAWElKmCkEoGZ3j1os / Zb64bbHmNcF5LuHEsRUIDDEGLr4gpWbXH3mcLlzZhofLzL7tuYTC0Wq + P038cEl8ddNwSZlfPz9wPR747EoQ64HPjq / 48PLE7nDHdQNWCw62Z3IJLSQvWdPpBpE8zjaYRrJOC6G0SCmpJbKWSjTby4VZHZcYUdJwwOJiIsaMMYJUDLUWclXYOqNEIukT + 1YyPUUe30HUPa2w9HtDJiKANb3w7lyZZ0uvLnz9GEnS8BI1WSaENDz4hFECWUHbChRirszJM18WtDY8z46zT3xx9xaXDffniY / nEx / XHz1IUjH7BdMcOM2eLrwQ5yf6wy0Xn9BIhqpRzlGr5TEoPtkXdGc4uY8EH7d25OPK0LcIbfBeUMvmz5lTZRwEl5D4p8dvGVpJCQNfXBkeV8 / ktrb4HzL + 5IuLr5JUJEY2iBqJWnDUnuogegPBsOaKqpVDq8goUsxIYMqFNQekNdS64Ue0LBgt + YtjoojIL2dPkBlRDXedxYWX7W6mbIyux6Xyl3cdb0fJ / WXhoxeUtaVvZqpRHI1E5cjvzj8iugv8 / NZwbAeg58NSmNZK0yX2TQMxMLQaVwQxFhpVWatkVA25JEpYuWosJQhCvbCysjcjU1nxZIrSaOTGjfIJWSudBqMNSygYLYhhIaVH1lSpKeKLY546RATRKGIn8PWZG7vD1hMnF3guAi0vqNiiqt7UyFYTYiWqBGpGCIsRDbEULrXSFMEhJ7JsONiIMB0dPY + XyCVtqHUjK02NCFHQQhHLSgkjxu4QzEDBuW15AivIaWIYWlpTcLXlQ5z55uEDL9PC7XjFGgMlC5xXLD7TGEnNkpQiiAYRMrEoptUztpWuKXzySmFCQlcNmH / RfK61 / gfgPwB89faTek4CqxpETqRG8spGptXjZkmOLZcAqlZuxoZcK94nFIJLSsxxe2uuhW1 + pQqN1fzNa0mRiv / 8MOFFQgjDp7uR2T2SUiTnrb304Zz4 + 6 / 2fHnV8MPTCz / Mme8vkqETYDWvWlDJ8et7T8iVmCv / / RfX3Oz2rKXnu0vgZYr0g + V6GMAHdr1lSQXvM60uzBV2uiWlRMkLt0NPXQSuTszFcdUcOKUJVzJVtZiioBa8C4gSGazAGsXFbW4a7xZCuMeHDC4yV4c8t1Qv0b0mD4UlPfCmv8bKE4 / zwscMRi2osOX2 / TnSdxbnPUl50BMCi9Ht5l7Klb6Dq1wwuuGqkwi7Z1973j + vnENmcStGQVMTUhaM0jylhcKIbQ9QZyqFefGUXOkaSwxn9ocdfQtr0Xy3Xvjld99w / 3zi7dUds3fkLJhXwaV6uqahCkGMgUrL4gIhC07TmUMvGHvPl2 / f0K5gGBn6P2xu / 8kXFy0LJw / 7Rm5YhTbzQUw8LJbbIZMSGCHJwOISQiqMEAgt + Nku8t1ZcugSoSo + LgKtK9ej5Dg4anH8XHX84uVMZaG3ipfU8lRWQqwILDlFHk6OvzgeuesG / vl04lIVN6JjVAP / mB5YquT7xXGwHV / uO / Z25KAbLr7SNR2jtuTqGJRibBp6bTm5zfYY1A6q5OQjN62EKvBxM21OcSXzxCk / 4EVFVkMrbuhVs + mMQySXDXVhbYsUkHKhpkhMhpAnrCyIsCemgijQhkSSkaaxTPHEzuxorCGtipwdtW4cr84mCgsX34OJGAznxTNYQcZQqmKKklemIrQkKEPOhpclsGRBTYnbtnKKAik01O0PqlGSnD0lSbSAlBtqrUht8NFRtSbNKydf6UYIXtAoxWt5YPADcwpIWyjVo1KDpKKlRVqBLA1aaIwuSNlQkuDZZ0pZmFxB1sIS / 3juXISAswtc95bcWHJfeVdO / PCieHuwhCSxwpKAyxwQSmGlQGrBX7 / S / OY + crMTuNry7pRotOL1VcvtMZBT5O9eX / Gf3n8gp5mxa3nyDffJs7qEpCEGz / f3Z / 727o7P9gO / uL / nlAR3u5FDu + M / Pn / LXAS / fVm47kd + fnvg2B24tj2 / nQtjN3CwLSmv7LVh1xvGpudpmuisIeo9tSqeVs / doDfRnw + 0UnFaZ1J54im8x4uCxNLLW0bTElJhXh25SEJOtE2PkpUQMzkGfND4tNCoCm5PiAlyRfuIF4GubXnxTxzFkb5rSZMg5YVaWqRWjF0gl5nT2iJMwqJ5Ok / s2kpCI6rg5OF1C1IrglKUYni4LEyxkmPkk1Hx5ARKaGpxuJDpjCIlR4kKLSopbvgebQyrXynVEE9nHufI7uqI94VWaz4x1 + zCyNkvqKZSqkPGrUWolUW1AllatLI0qiDV5oX6 + JjI5ZnTHLfc9n9ui / 1ecdMpXncBpSRGZt7lwNMiWLMmlIwpDg2krACJlBtC5Kfjhbs2saYrTklytBUjKiWv2KqpSbGGwn3IKCqNUpx + vOswUrKKyt5kqobXPTTSMFVBa3qelol5AWMcQ2M4mEzMHf / w6g1GN6xVMuXA3nZo4am60mLIPnHxBXMAKQtSSXq9oKtgyopAz6Azbc2kvLJKzzdTZs0LCjiOlcYoqn4DeJaq6PpIjprFe0QuWOPw4YlUEhEgtOgs2HU9OTkGoxB1a + FlaVizptSEUQ2daKg107ae6B3eA9rz4jO9cNx0AkhcvEfKHl8876fKdZu4vxiWbFiLoZB5tRNcnCb + uJIZk8HHGYFByEolgjYYc0BIQc0nWqswuiGiKTlizgu6KvrYkqWh6oErm5l4RkmoxUDQGNWS08quk1QtiaVShcTFjJIaUwXHXhCLYwnuXy6Z / 19hlOTf3Cm0BiMD34WV + 7mwJIMvBV1WdK2EJAGBkgolAj + / cXw2VOaw4zkIbjp4UJDjQgPkqJnXxA + TRwG9MTyvnnl1GKmZRd7MqQY + 3WtaZQlVMNiR + + WJ01li7Mqua7luMiHB / / TFX9DYjrUKztFx1XZoGUBWetsS102g195WpAKlBYNxGASnLAhYdrbS1YpPnov0 / OrJscQJSeX2WtM2BsxbqI45S8ZREoNkWhdIhabxLMtHUo4EKnVtMRkO444UFg6tRWfBnAtZaZaoKNlj9Y5B9tRS6ftAWGbSmhHa87AERrHweqcRZE7nGSkHXI58 + wJ3Y + TdY8Oce + akKUQ + uba8zBnvIVdHiIrFnZHCIFUlxwCNxbZXSCmo + YW + tTS2J1RFzRH3dEZVRe9bsjEIO3Brb7jUR5RUlGKpQWPtQEorx1GDNoRSqEKy + IiWGoPm1b7Dp5VNP / eHiz / 54tKYiUcfaWpBqI4btQ2 + ZwGlCGqp6LIio8SqFm0KBy34fr3CZ8 / DKvA1oqVk3wp + fgt7mVlihRg5yoI0hilUpmBppKQXkp0wSDK7saXRDU / JI4qis5a3cs / 75QPT2lNEz9md2OvCc4zY2hJSxhdBkZXrXuHcPbvumnPY / iikKZRcybLi14VZ7LhtFUsMrNGT9cYRSrUgEyzOIonkGpjbZw5mZFCCnGARMwSLIRPiyhwcnbA0usNKgygFqSpN03AYNDELBiH55mVh9gUaaOSeJSaMuELpiXn1iNoyrSeSivRmx1e9ZU2CkASqZozypKKZRc8 + SyavyWUjIWitWILAZUNG8Mm14P4kyDFiTYsQHS5WlLbEfMFUwbQWlNB044ghUENFe4XLFdQOLEBBCIXOLakUusZiVUdXLb01eO8ptVDZBsSlSBCaD9MEVW6tjvYPi8j4 / wopCk / pQlsKSg + 8tg3zWrmwOW1qKsi6IBy0psNYuGo135wtPmXeXxKuBLQ0XPWSv / ti5KgVk8tUn7gxoNqWk0ucnKLThdEojlohKZu90rbc + 2UzQHYNX8obvj99x3TeVtafpyeuLDx4R1dbXIz4lMkqcbdvmed3HHeveVoTPoJuIiUVkhIs04Ukdnyya5m8ZwqeaAwub / w5keAyqS23y8Jl / MBN17PTipQy53WheosVHd5PnNaVXjVo1dMqiyh5o2sMPdeHgZDgSip + + f6ZyxxhKHT2wOQDjTyizMTlMiNoeJkeSFIwNnv + + iBZYsWFbe7SmEDIhqmOXCfDqWhSLkg2FfO0VpZoKLT85BPL9 / eR6MP2haV6ZpfQtMS4YrXi5RxRwrI77mnwFJfQTrLEjDB7hN5unuR / y + 2c6fsWmzp60TG2Latz0FZKVSxpJWeBsJbvni5QBbsB9J / ZYr9frH7mZYkYIRkaiVcZXzS3A / Q0CLYjx1I1rSwgDGNnaEXiVlcG4SiqcL0TKKXotcO5igie + 7VykZrn2KPLgk + KK5s5mB26ZDKCYjbon0ueVvcoJDvVkvMtp + gYrUXZgW + eXqAGvrpt + LA4vjstWOXo + 5 + QjOYcVnSj0LblcUnYmrmxiUsRtKpQSmLUkGLGV8nsnzkvZ0RJXKHwHBhqpIRIFitzsTifkcHQykqRW0twJ3ZooSi1YpsBJSPOR5QB2Sl6obF6Q140F4sRdmuriYBHQmgo2WK1ZexGTv57VJ3557NAG0fKI6EEfKzsGoNIhTUmSr1wGK4ZWgtpYYqKLFpoBFEodrsGo0aCW9G6RYiCNR1qvSCodLbBNnvOlwu9qdhiyBmomwwthQUpFEVZjBghX4gl8ll / RIuGmBesbVmqQ1WNrJmcQOpCipaYNt + 7L388PpdcMo + nF4yUHHrBojIuSd4eJYPoqCmz + kyum55XKsNx7Olk5k3jGUUg68Ld9ebOGZrIMjuqX / jhHDgJyYPfocqMi5VXTeG6PaIppAI0llgES3QMdsQUzdVgyflTnvzMoW1Q3Y5f / PCByszffv6G788nfv3hidYoDvu / JVvJ87LSdArbdnw4rVgSt33llAWdKpQc2RmIYcP6nOcHns6PyBK5UQpXR3Yyk10kqplzbpmXjFSSThWyikilOZgrjNTUkmn7A1pG5sWhGokZDK3UNEbxFfDuucUKSyyZVm0zzuoMOR1obcvVOPA4 / xZVZ375IDDWk9JASJXgM8duhFiYnCPXE68Od + yHlhpnTk5QhEG0iijg + npHY / a4ZcLYHkGibQb05QVBZeh62u6Kx6cnxkbSVENMFbAUqQh + RklJUQYr9pT0gq + Br463aNHi00zX9kx5 + TG3NTFWpK3EYPDR4 + K2ifmHjD / 54vISelLIOJnBggyZt72kxRP8wiU0GBTX13u8armEyjlFDgdHLJK7PmFw + AQpShZOTFHj40KVLXf9iDKK2QMuk5orvrkUPh0ind6c15ewXYU3SiEkCGE4DBo / F1KaeTs0DHrP5TLzm / tf85zvMKalIfLy8oHd7sjz5BjbFqnB50rxC940oCRzTFglMHp7m1XpnpQ8iMondqQfRj6EgEstMQVO2aOVxOfEvpGUpFG2x6jt3gVhsUogtcXoShWG87qQLoJdn1l8wliL1QqfJVIJGt1AaVi8ROoCutAKx6smcQqR7y / XfDpkvjs943ODLBVTNjZTroWhM5uKl4yPEk3ELyeohrNTWKsoBbQ2JCIlR0JuSElyGBuk6MglsLMNwSdSCeTSYM02Q / FJUYVGVImqhs4YBAIXtkv9S5GIuj30FxfwxSHk9iYIGSm2Lbd1 + uOhIqciiH5gkRnZVESMfHnsaAms68LJGYxQvPnkDUF3PK + ZZ + + 4vi2Eqvj0oDBEfFiICM7LibOXOHcB1fDZ7oht4LRIxLSSux2 / egn89FjoW8OcPc / rdhXeGo1UIKTlZt / gXi7EdOGL446dFTw9X / jH3 / 3fPKXXNG1PS + LDh99xff2aj88XrsYBaVrWnInrhGtH0IqzjzS6MtgtN2X8SAgTQlS + 6I8M1wd + WBaWACF7ns4LWldcSlz1mpwMWg802mJkRcgWqwXKNDRWUKXhZbqQn + FqV7ksAds2tGY7lJda0gkN2TCtAmUrQlc6G / ibXvG0Bn77tOOnB8HXHx9wyaIy2Cw4oIgxcRgbxkZTySx + E + XNl4 / UYlhnTdtByQpjGmIJpOzxqSFE + ORqRIkdMQe6vsctAVEcKVnadiNJuCDJKESRKGG4aS0CwewqV6Pg7EEURcFwmleWPCOlxqYBQfzxi2pbQPpDxp98cVnXTE1sQ + EYsVohgmcWkhQl1z1cXbUUVUjDA32GnBe + zhf2bcNfhBaiIteVHE88es2aCioLlNbkInn12mKc4fCqIefCk / A8e8tSArVASQKfNM5N7LuWKUViYVMqS3hYK41qeHOY + ceHzLQ88 + p4y1V / RKQTNWZa07G6xNB4WiXRXcdD0Fzve2xaOLYXyHDTnJiTYRCKe9EzR0uuhS / HkW9Xx3eTJJbMvhNUClRLqRsED1EpbCrgWiQqZ4QQxFTJVUEVCCpto5k9KGu2o7waSGK7n2mMplBwaaUVhlB2PK0eJTNP7jVSvKdVFkq7bW0Jw6gbXImkpWBUJafCEjwpFlKW9H1LjZLeGM5zQCmBlIVUMkM / oKXk0Ckaabj4QAkVLTtilUQqWnVYq7ksnlDzthSherwPeClQeWNpWZUJWdPIihEGJSQ5a0ryUDdaQPJ / PAP9Uur2dYWmxMRgNNU5LkiC17w + GO7urqhKkXcn9rES48wvwjNX3cDP5QBRkupK9M88LoI5ClSqKKNJRfD285F2bnn9aUtKmXfqzOOyMqdIyYIcJS5alvnE1W7k7CdCrgzWYKXmwyXS6oYvbhf + j28nns / 3fHr3Kbf71xBfKCEytAPTHNn3jl4rzDjyftXc3RzI4cJNf6ZmuB0uXIJiVA3vLi0Xr2lL5i + vr / n6dOGfnzwhB652PZuNqaMUQSmCJCv6x02 / mgRFbFRsHzKpbIfRAsHQW85LwTSWJEAR2fbrMl1jKbWwxJlOalwe + Xi + oGThYXmFlp5OGygNOQtWqTnYljUnPpwDVgtiTEzrTPCZmCy7XUcJgl3X8PiyoLVAykoqmf1uj5aWm / 3mOXpZVrIMGDEQayVSaNRA20qeLgu + JI59jzEN67KyatDBI9E0uuKTptUGIxq0VOSsSHGFIvBrof65uPx + sXi3zSeqwBhBowSrqoRUMZ0lkLhvIo4Ll2nlYBRSeKY1cVocS1v5ghFRWoQa6UbL6hbOIbPfDXga8IKhT5gGZK1oqfn4oMmyJ1zOHAfDm5LYdYJYJTeDwkXP + 0sF1ZCq5oezR1TQjeGNPfDpLvP / sPcmPZZlV5bed9rbvcaacPcIBslMMqFKlCb6 / 79Ac02kKlQmq9iFR7ibm73mNqfbW4PrxdRIQApQkATyTA1mwHu27z3n7L3Wtx4PMLcPgOfJjxgpvG3Kbb3ybjxyGgbED7ybDOuW6MzM1ShqC7 + / Rz7PC / 948jwEx61UlvUNX4VNIVWlDwOWiHOya / TtPqzH7LcgHw21gTOGaXJYozTZFViYPWZXFNZmsRZUK955qhqCOBqBn8rubZmiglp8fEdtC7VEmsBmEvNiCR660FAxHMeO58ng7cZtg2AMBSVLxoeOCaFG5Zqhj5EhOoxJYITOgXaBlBzORzCO + 5qxxpJLZWuFPkaKeEpWKhuFwOA9IFAdnYFqDM6CNYotFjUBbwxH6 / 7KFf1vS0TYtpkmELv9M6xuf2HGaSJr46ewsfLG5XsWmPEAACAASURBVPOdxz5iTeZyW3m53rkfnviNOUOLGP89p4eOdb5yXQpPj2cyHW21nI + ObgxYdQQ78Yc / B5qF9fUL7x4GfiWVhwMUNXx7HpnTwh9eMsZ3XMXwXz7foa3EPvIP / Tt + 8 + x4 / 9Bxq78CPB8ez9AKL3Ply / WF789PPB2PaBz5 / uy5L58Z7Mxba6gR / tuL5 + Plzj + / e8dzb7nkzO3 + GVcLtQlbboz9hKPDecUqBO8x7MKGGA1d7yk1463j9NBhzG4F2BbdD1RNEDUsDaxVRCrBe4oYongqkS9JsHbi3BtULefhW3KdKbmjNseqiesl0QXD0BlUDI / Hnm8fHMFZ3maI1lBU2cpGjAMHC9UZXjdlGgYOQ4chg1H6YJChZ90MPuwU8LfbjHWelPLenux7SrWk1EhppmjHFDugQrX0NlKtwVlLNYrJBmsizlmc + Xlr + + 9 + c2kG1DqMCtXuKqdiK6epIwyw3D0pbdzSHUvlGANZKs + D8KfLxu9yJUXhEI70biOIB + / YEhCUobfkogQD9y2zacU5i38w2GxoqaPUQvDKrVZy6 / GtEpzyYSoYJzyo57mb + D8 + rhz8yskJT0PHobP46tgImNChZaNwx7hAtQNh6FklIt6C22h4alUGr / z2BO9dhwmOTw3uxtBNnucxcczKtVSeu57vv + kYgqXKnodSi1K / RruuWYkWDhOoCVipuFC5Zwe1YKzHGIMRA9pQA6qCw5JqQfBE7yhtI / gjc6r03u / IDQqlBCoN1Uo0HakZglNEK9jGuQ9E66h4ajVsdffnXEqlyY7ueXcIOLdDDNcC3gixC1hXmQy8LhWLZV4zqsK5C6S8MVrD0PeUtFJrplpPy27PhFGDtwHnPVueOfSPiFi2lPh + HP7aJf2XpYBYizFKNZa5CG994uk0MRw8y8Xwtsy8zW9YKufekGriw8nzu59u / J9bYh0r5 / 6B3q1EcdgQWLVxC8rhEFhTIxp4m1e2lrHe0j8baoKyDuRUCB285UyqHaFsdF75 / kGxvvGNjHyYnvnf / 2XmHDOP0fDuuIMVQ + lYNeDigJSFfH / FhUj1I91hZGkRYsTmlUagFJg6 + M / vDN91Z1wM / JiEq3WMp47 + AI9b4zVVPkxnfvv9A1PnqK3DmkpJQhZFXWBehc4ZTmeLGo + VSojCZbNoKRhnscZCM6hU1CiiDW8cS84Iji4EUp3p4gPXZWMII9aaXd2YHYWMitLHka0aolOaFDCNp2mgc9CIXLOyVYOq8GXN1LpQxPP9ecL7jLeWJWW8FYahw4WCM4FP14K1jtttQaXxNA4s28LBOw7jxLbO5JyILlCbxWr5WttxlzevVx6md4ha7vNC5 / 7D5 / LvWqmAtbtZUGzh + G6i7wfSCmoFeVAGtYAnWuEcofeRy6bkmkgiXIeGxhubekLI2BZ5eIwUZ2hmwwTLLTc + r1fmUvjV4YgvEcRjjpZQDC / zhViEJsoQhOuqGCzWJJamxPDEh8fvebALj9OB3lku8oAYR6mC6E72fZg67Gh4dCuinodpgtqIYUJbRFolG0NV5ffLnYWG6Szj6HjsOt5PHX / 6fOX50PG / fNfx4dGAGHK + c10tcRAKyloLrXU89HvWhDGNtSipRo594zZDU6E1wTlHaRYlw9eb2xQnUpU9UyUERFb6YHcDZbqhRThNZ0abUSIuOKwL3Bbhlma0h1P0HNzMy6pUsfh4IJWvgE0bEG1ApbWBGByubWylkLXhTMCbjfPkEY0UUUQsxhh6U3C60fue4B22E7ZSMRisCYgqFt2zMuiosudePPbg7fJXruh / W6JKlYpFabbx9MtnDuMD811Qq9hnw6QeMR29MzwNjrE78jJX1vLKWiuXQ8WEKyuBrs9QA + 8 / nCneUHXFRcdlK / xwe + G2Jf7p6RlXHE4D5vFAKBs / vX4mGqGJZ + qE19vuOrdmZq6ZrvuGX3 / 7W578xruHB0bveavnv1C3N83k1PjmPOJOnqdYgMY35wHKxtCdkJqQVilmb + v + y + snZsAOHedjz7vTgV8 + PvAvf / jEt09n / rd / euKXH3oQw7YlXm9Cf4Sswj0JtTq + Oex3GUxjScJaPA8jvF6VJo3aKsE7UjUIihFwznMaTqxlh8uqeGpdGKMlt43X5RVJlf7hG0ZXgI7QBbyPfLlm3pYr7eh5HDpOYeXHW6NUQ + hPrHUXi0QXaVpRVmod6aPF2cq8JbLuGwt + 4 + m013auG1Uc1hoGKk42hm7Ex4DrYc3l6zPsEQFnoNSANwNVLAi8O4yYn9mi / 3e / ufRRcIH9SvoQiYOhFMtl3TgPDkwidhXnNj7eMnUTXNsVRtPYMVrLXBOmjIxM1BqYS8Um5Tx0dCjXtBCD4fW + EILjNW10buI49LyuG2I6wjZSW6WqIy2ZtTYml8jS4 / sHmukYXaCLRyqWu + 4BQc5YVlV663johA2HYElSGA3UlIiS92F12 / DG0SkYuzAMjm + fDnxe4aE3vD9OnKbI87OjVsfY7UiTYA2XXEktYK1gbGMrB5xVtqoEVoytVDnsw3vbqBGaUU4O5mJI844VaQJVMmIAKygGbxtZLM5uOJPJzpAbtDIzHq705kRzHU1mnjvHwTceg2VVQykjWhu2WcTVPRLZWpwW1AtLqsQYqFVYS0J0V4kVFYxpWJMJsWBUqRg64znGQKXS1FAAqQ6noCbijKG1xFKgGyqYPSvEqDB0Han87fhcrIHDwdGa8OH9xDB5UjK83FfeTT1qEv0gOFf5w5eFet / wF49Yz / k4cbaOW14wzjHZE6U4rtuGvSvPp4kB5ct8Y + gdP71e6ULg8zzT + W94OEz8dL + hdiCGA7UWiljW68o9FU5xZWs9 / fiImp5DcEzDEw3PTSImejyeWRuj8zyPsBAR9WytcDKQ14VOM2LcfoCynk4N6lemY + Q3377n463yfAh8 / / jE88PAt98O1BI4jrDkmegcX5aVtewvX2MrWxnwDuYkBLNibaPIAecsva9Mg6EZeAyW2 + pZrzN9F6lNKW2vbWMVNTuOSZrFmo3eZkZv2aqhpBuH853Be9QJVWY + TI5jtLttQCw5jUjZoHrEF2iNaC1eCxqE + 5rpek8uwrytf + lMJK3Y0nB2JXY9RitVd6HQwzBSNP + ltnPZ5dGYiDeO1FbuWRim / carzYIK0zTyMxP3 / / 43l2 / f7VfAahsaKjkr97zgB4d3M5c08zIXchZyCyxSsQaiF4yyw + 6a3x3O / UotiVoMgwk439i0skrGGM / U7TktIh7xCXEGqwbnA9ZP + AhtXnA + cIwT0k7QGmIGwHLyhSaWWx1xKLQdTxKBXhojQpNC / lo8sUFrK4hl1f13fXjkcvsEUvnwEDmclH / 4NuJtZeo2ctslh + KUJW + kWsA63m5nIH4lF1u8scQoGNmZYLd8QE3P5BJFlSEkpi7y + Q6oYYoVMR5RR1PQdsHZE7U1DA5PITrLVhydXVjbgU2VVpQvrVG07m2DmvBDZKuOTEPihI0Zm4WaMqIG4yN9Z0ib2SGEotB2hMZSBSXRWiDnivO7JHyr0NSwNsG1PX / ehR31ogqdhegdKoXW9hdGK0qpDWMq0UbehUx201 + 1nv + fq4uOf / zVI8U2TGxsW + WyLsTJ4f3Cy / 3Cx9fEmiq5uv2QZAb62PbarhXfHK + XFXPsyHkhJ2WyHT401laZ24bVjtMwYIyniiP4hHiPE4sPDhcOxN5yvV7woeOpO9IaWApiRtRYHmKltsqWAo6KKYWht3TG7LVtlFI3siQaltig1gURxyYrTZQQHnj58hFtK79 + P / L47PnnfzwRfeXYJ1Jb2YogmrmuK2tJGOP59GXCmMBWErcVgjN0nWJECc7xtvZgO46hUESYYuY4dHz8UkCVY6 + oMYi6XdxS3vD + TKn1a21n + uiZ50rvEvfas + jXiPUlUTTQBSg5444jc3VsmqE74jvFa2HbVmoz9F3P0HvWOVNViE3RJsQQuKWG6EotgS1lvBd6MSy5UkVZasUXJZWCo5CrgWbovGHwAZFMabvEviQhl4Ixhs5HvusN0f3HzOXftUL03FYhacUdCqZUxjDiesu9vpBr4xA81YPi + HJrVDFo70ErQkUlsuaMcYmegT4GjFcuNVE0Y + 3XF3Xbg7isafQBxmh3dlXteTr39CNcXjMpndgapBWs2R94Zw2OhqrB1CvOHPC24Sp4adzVchdF2TgYw4N3IDta3xklDAPahCALm7G4zvHuecD4 / bTlbGVNgppCqVBUWbcNawNbsXv0rcu83CLWFp7OhaoVxUJ0 + FZ5ud8I1mOk4kwguMaxhxOJP157ijhqVboQwfY0ka + k5Q1Byc3TEKyJnIaGasS5AVDyVvkwCjF4ttYzjI5BMh + 3itLhncHZhsruXSjqCT5jbY93ma151qQYm2iiOKfEuEc6qwqH0HHqC29r5XLZsf + bEQa3o / YHZzC20LmKFUMXLJtaVD1qhN5uVBMY / e2vXdJ / WcYaLvfdCBnODZsyh + 5AGD3X9AOpFE59ZOgiqpafvjRkh7CB1r310jz3dcOGmcFMTH2PC8qXvFBkr + 37trAWIdWEs5mxUw6DZ + gNUgLfvjsxHR2ffixsa89SYJsb1m0Yu4ePOddAoOQrzh53xE7JuNa4NsNFGqILZ2d56jzahFQUZ4RuOpBqI8hCxuL6wC9 / ccYEu8 / z3H7KV6vk3EhqmOc71nVsRVEguMTHLw5nM + / etb22jcV0nlgqP7x9IdgR2j7k70Lh4QCPuvGvL5bcLKU0hq5H7EgVoXPCVjZEla3sXEJnIo9HAxrwYcSgbEvm + 7On63vW1nOcBg4t8Yd7Qk1HDB1eG1SYPFQ8XWw4Hwi + sBZhXivYRGtK8Ap0lJZQbZy7nsep8vlW + fx5pveR1VamGLE0Rm9wrtJFxYqjRsemBhGHcY3RZaoZseY / 1GL / rpUEilF854hO98Aka3BkRO0OUqSxJoNzykMcWPPAsq1sreGjIapj8p7e7qa / 4C1z3VjSgvUOqw0bIvPWSF9 / rmL4AeXJTzwcC7twyfPoHJeLcn81WOfI2uMUMg5vHMEoi0CrKz0G4yqdNIL1TChVI0HBlEyujaaBwVmk5P307VbMueP0HLF9Y813yJ4ke47HmguiSqPuUlYa1npCt / DTp4FSG13X8afXQm0BUYhh5x4hldtc8VYJobKWxuChEOmcxfgONCMo3kVUCz5AFyduW8bQOA2VS + qQVtkkgChadpVdLvA4VKayoKtnNRZVi1FFtXFbC9Z7dOqhLKiB3AzWBdBCawZHADK1ZKw74o2BWrBWGAew3u / E4BCIRplc5tjDVhVFQTeCdzg1tDYi1iD1C6sZsG1l8OmvXdJ / WaJQrBKHQB8c1jvU2f1 / oIZoewrCfd2p18 / jkXnruC8za0mEztLhOHWRyXVQhej3Vtn9csP5HWniY8dlzmylEYNDmuH3CO + 7M8 + PQugtzls + uIGXF8vlx4Lzji33qOhe2zg6p9xEqNudyRjwll4qwXoOFkrriGogZ9ZSKeIZQoCS6A1Ev2K / mXj + 9gE / CvN6RbJHm8Mbw7xtiApVCk2EqgVrO7px5Q9 / dOTiGIaO3 / 2YKNUgKvQxM / YBWuP1ciM6iBHm1JiiJWukDx4fRxZWmio + dEjOxGgZujNv84oxjYdO + TIPtLbHdqsIkg1WlZSE55NwyIk6NxZ16P + MO9DG623FxwhDj6YZNbrPi70H3Q + E3geUREobPpwJGLQWrFOOB4cPnh + 2la7riBaOvnKeHGtpqMkgGzFYvFak9lRnqfkTsz1gamE / Yv586 + 9 + c8kijH3l1gqhOqQJWKHmQpgcGGXeKgYh4hiD49Dd + LQ4ou94GJWtBg5hoOHACYNX1vXrMLUq3gmfX + 8IjmN0aGusallzo / WCdyOUSC1CMJV53tVZxViMU9TsruGM3eOGncc0xbWMELk2GNihcuItqoXiPR5hlIr1 + 6zDGgN05FwRybzNX2gi + DZiLHy8Qa2CCUqrEWcb1ikubrT6yFb26FdrG86GHY3fGsfQ2JoQgqfW3bvzlhyDj1g2LBlvPI0NUYttMxo67qlwHgLXtVKr0nu4p11bv + VC1oGP9wMO5ZfHld5ZcrZ4sRQ8d1E2NcRgvp7uLCKNXIXOC / cZrG3k4jHadr + HWKINFDKWmSKRvXlWqakiOKa4 / 53BGj4cFt4fhC9roA + NeWsYa / Cu8LoJtxRZGTmExhiFh + Fvx + eiqhxH4a0kYvG0KhjnyGx0B4 / pdU / s1EZH2Dl2w8qfrzvj7vnoWEvPuT9R1UEQps4wX4VcM06EEJQ / fJwRHA9DRGtj1sKcCmUSvD / DFim5Ec3G9eIoze0JlV7B7py3jCN4S + cDVMHWhNDxWoWJhBqQ4JGaKTEQjOKl4qyntB1uinZ7zLJUPl0 + U2slyIRxht9 / KZRSsRFqcTgHzjdCt1LLA0uCdVuxpuF9xAel1sq5Y5 + vxUApCRHD5wXG2GEpWDaCHRBZd / K23HBx4LqsPJ9GXu8buTTGoFw2Q04b87qRNfLH1x6H8tunyhggrYpTA8ZzKYVFLH1n6ONAbCCtkUqjC8plaVhbSCmCFCwBaYbeRZLZcDqTqsebiqolr42qPacxIK0xecv3D5nvnyw / 3Sxjp9xmg3EO7yqf542L99w5cu6Vw7BTGn7O9Xe / uTgqlkLEUGoi + H5nLnmLRXAUoGAQjHiOYyFp4P3DxMu6shbLqbesWbithW9O / a6kotBFz1ag5kZnA1kNo1eKGtBMqoptR97eLKLKN88btnmaZNABYyLGLuRa99uPC8RWCc0wq + xD + tqgVsRAkUrfhOYNLcPklYpFpHLuEsEaNgFU + OmiFHX0nQO7sqTIVj3RWPJqacbwWkesvzOowWyNh77SHytbrhQcY2f58WVFxXEYBS + ZWZTiJ9BGacLSBrwpeCOs240t9Zz6Ha5nrcd4T / QFZzzIG4N9ZYjClmErmYWO0TfW4nbESmo89hVRT / CR0RqaqVjNDNaSjKHWQu8jSmFLmS4ODNYhGNQYvG84MVQsVhrBVhphn2OJEAfLtmaqOm6rcI4LD0MiWEe0AaShopxPlmrOvN6V5zERzM6w + ttZyo50NKS80cUBLXVX3lmwkkELRhtI4GESknb8sh / 58XZjSZbHY2BeG2 / 3le + ej8wp0SgMfceShbLu33UWOETIakEyaxJcfeTTJ0G08IvvGrYFSlswesLZDmUml4IVwXlDbBXflJsqimPvzxaagaSNvm00b / a5TzQUY2mt8HisRG9Zm4Iqf / qcSa0x9g78wm3zLMXQW8s6G8TA9T7gwp1p8rBknqfA + OiYt0LBcxgif / jhhrbA6bhL2HNSqp / AVnJpzK4j2D32Yd4u3BfP0xT22nYR6wMxVJyNaH1l9K + MTli2wrIm7iZwCMqcO1IppLXw7mioYomx52A8zVSMFiYPm7HknBjGDtWFdU3AyOg8wn4IDUGxzdCsxUkmuspGwAG0Rj955numiOF1LjwOhedpz6fq3H7wFRGevvE0 + 8BPr5YPp0awG6o / L33i735zmdPG4MDZiLUj3hVarFifUbHk2rhvjZN19IcDF6CUyiobIBgHiuV63 + g7jwqkBvOmzHk3bRkjtGYpCvfgSU04Rc809jSjVHV0xvHpRXk8JLa1UI3bNxnjqK3Qh4C0wkYjVcjNcTIZIw1flILFO4vYhk2OVlfebKV6j + 8jrLt80kvm8dTI65EvuUfPuzrr7eZ5fXOMUThPghjl2N9p1hOc48fVc4oGkyuXFPaXdBAej55jL6QGt + ygJdQmtiQcokcUeqc41xiOljEWmgbmIgRnuM93Sst0JNZ82dMDu8A / PEf + + 4uSamWMwlrhIRgcjstmESOcg6AIW3ME / fpd210t92XeuC6ZPnhayWjfY40gbUOsZalu75GHQmm7Scw2yFumGc992fDa + G5UfrwG1FoGv9HEEG1CjRBFGOLMh8nTTMd9A / Tn5S / 9v60mQpJK8B3Odnhfka7gQkEbbLnytiQefORwOvOG2c12dQYa1oOq4eVtZho6pO3qwOu8CwNqbbuHpnqywDVattp4GCLn00izQsPRW8 + ffsi8e2jM941iH6htA2MpNTPEjlYziwhrFlK1PNgErWKzsGFx4Wv41uYo5c4n12g + EMce7pbaKl4S758saR75YfboN0pqyucvyk + fGodBeD55Gsp5WhDb0XnP7 + / wOAAp8WWxYJUQK + + eeh5Hw1rh7aZozWA3lrVy6iMC9A5CEKYucOihquWWMl2wvF1eSTXRmcR9eeUcLKeh45 + / P / J / / bmx5sZhMMxZeO4t1Xhe7oqYwnMMqGms1RJ0oxS + 1rbhx8udl9vC1EVK2tBpwplGaxutOu7ZkHJm6gq5BFyw2NZY5w0xjtfrilfh12fHH19ArWWKG7X1RLdnIHWdcujv / OIcENNxmdt / 4F / + 3csImh1iPdVVhBkvO / Qvyz40PMceWwVpjc / znSqQxeKDJ5K5qcUHwCufthWqpdZddZGyourJTRg6gxFPL4W1wLwknoZGjJ6A4dAJQ1POceRLFYzZDXsiQqoNbzNKwbTAJkpdMwcXuBdhiIKTSlssW07gKqk2hmng2BxzVrRVDI3vQuIXcSHMjj + 8BfrTuNNaYyFGQxbLTxfPtydBvVKMIcTM6zLupx + XyAj3xRJdwY6BZW683Dsml / lwMHx3MPuNsO / xUnhNZwafOVhL4M5UlJd14J4C0RbSmrFm4GYGlmYICtaBNsP1vvD9yRODA5Q1F7JaNvU4FYKFJQdyqfRBwXg64xl94549xx6CLRiF6AtJIsYK3m9szWNtRIrig6GzBg3gmlAZ + O9vjWPXuGyBf3oyHPvGljzGBL4sjkO9EOxCjIKYgVL / hh4JA5IMYh3FV4LeCN5SrZBqZUmN52HCFKHWyse3N0rT3awaI71JCJYYDSYoP9yvaLHkXKhFWdYG6lhL4TB5UE8vmTkJH6833h974hAIGE6jYRDlaTzwOQnYhgK1NdZcCK7svqTmWGslp8IpdFy2zGFw + LpRbpZ1vaOusuXC8XzgMTqu2z5bQAv / 0Ft + 3b / gnfC7zzA99Vgafd / oe8 / WLH / 6LPzq2WEiJKt0feXT1aF1Y / CNRONy83ShYY8Dt0vi45vl4BO / foj8 + nE30w5jxEvm8zowhsrDwRLMyikJP94CF4n0trLMG84OXBmZs6UTg3MFjPLl7cpvvpnoYwAa85pIYljF4VSI1nLbHCkXhmiBQO8ix65w3SwPE0TXKCKMoZGaxbhGCImlOJyLSBZ8hMEbiA5bLZXIf / 1ROA / Cyyz8r9 / 1PB6UeXEY2 / PpZkn1RrArQzcipkd / 5izKv6En6f / jMiOPJ8e6KfesEIRoPVvziK4ULbzMymAcQ79x9sqcYE2NVBTTgbbC0PVY5 / hyXyg1ED2ICocQ2KrDIUgtvC2VwXm2dSG6yMF3BLOfiqytOFfpe49dFNtAyFgf2LYbx7Ej6UamMGpHFMF5cM6iqhQNFF8pWHqztyqOfqCPhZYSJWd + / V6QeseaxmSFs / 1AM4WHB8PxWGnV8cPn3VkfQqOqp3MZ + gC1kLbI98 + GBLvrXoTbnFiSZ4qW5yFipKDGc88O0wAO3BO8NDh0jlM30DRxXzZO3cKtRpo / Y7WBhYKiJZFToRaPKdC0YymGeRMsZtfi + 4RY3R392mGtoYil1o3YR5QNYyBSmUymes9SI86AlYU9HDlAU3qnGPUMMVHVY1zYh9NaEVv3j28LP6YVauMYPKe4e2O2YslNaLri / d / OzMVgef / NmfleuWwZnWRXCjVDk0bRzMe3wuQ8h2njMRpui3BfK2uq2NHT2sZxnLAu8OPrTC6eLhikCee + Z8kGaxotFz5fNyYfWO43Ot9zimHH7ZSMcbtoYBoDr4WvtV3w3rPMFx5OE5ssbGIY6YgqOKP44BA1ZPWY0KidYzCea / OEODH0UNY7aU38p19HWr4DlYOvPPpn1FbefWN5fLDUCr / 7k + xG2U4paulD5WHyaGksS + S33zs2DaCKtsbrZea27DeO9weLkYyajutmuJcKZuAyN0rNPEwDj + NIlYW3653HIXEpHvWPGBrGQlVB08a6LpTs0CQ0jdyT5TI3rAlc1sIUV6yDCv9W281Q0kI / RFTuWAOdqRzsRu0c9xzwzmDS3ppVwp5S6Q2WwNRve0s + dHR9h7SN5gpjt5ts / 3hf0FJ5GDoe + j31di2Qa6ZK3QUtP + P6u99c3j0Gnk9COTjktdENhhZW8gpvS2UrhdF2fDN6gm1UDWy1UmXjulm0DoydcK2FKg2tlnUrZKe4AEO0tCwMJvF2b0g2SOh53 + / X3FYss + zRu6U2Xi7sePwOlMYtW4xYSjN0pmLUUluiqcNpJSbBmR5JaQfpFU + wu / N2aA1nLNfiqc0wOMPrfUPV0 / uEFMtvTldei + df1pHQGdacWbPh + WCporytQsoN2wnNTqy5cMmOQ1ewfncGf3rbH47vngb6CFLh958VF4RfPArzkhnDRLWee4aUVi7ryuACr2u3m05NwnQ9xnlqqdwFWnR0wfHgwcfEJSnXzfFdX7GieBVyi6x4mipOExVPEWG + CaUIMRpszTQ6LktlbQ5jZEfI6L55WP6n + dQRUHJTTtEwdXuoVMDxOBUgkrMn2sbL6vFGcGw03eGHnU9 / U09ECJZvnwP5HJEfG8Mh0MLGdm98vi4sKXH0A9 + ee6ITikSWslLaxutdkXLgOFbe8kKtezrhfd7oPIRoOAyetjZG2 / j8VmiroXaOXxw8xkVaNlzlwi / OR0qpfPzckCacpgNo43V1mGrJVeltheYodaGqxUolbrITENYNteBTwDuPmxxTA2ccb6mRS8cQDD + 9ZQQYQ6Yl + E / PK5 + T5b9cI92gzNvKvBq + fegozfDp3ljWiu8dzT4yrwtfFsd5LLjg8Fb482fDdVH + 8RdHpj7Tysp / / eNK6Dy / + TZyvc4chgOlRC5rY1nvvFzvyUK61AAAIABJREFUTCHweXZct4w1iTiMOB9IKXMpgnaBITienjyhy3xZGl9m4VcHsFLxspElsqjfFZuSKHhybVy3SkqFvo9QEo2Oz9eNpdi9BS8Z1NG0gBEWDfsNNAi5Nh56y2nM3IqlI / DuoaHGkZKhs8qPV0uw4HSlqaU1oY + JKv + hFvt3rZ + uVxyRpIY / va58PzpabXx8a7RkUOf47v3EN + Mj9zIz399QDIaB6CpJhbLtHhBRx5J36eCu3DBYr6S1UUVBIk + HwLJmkvPY3uO8YFCMrSRrCZ2nzQZMZQcl7q5zi6KtkLdAV / 0ehIUiWrg3jwFi54mm0UqDDLkIW7miGTbdkzVPfWMpibmdSNXxP2a7K4AWMIvlba7UAnKIXFbLtlnG8cB2FaokrM388ZPhYczgR1KOGKkchgNZlH / 9JHjXeJqUUgs / vLC / kAZLLRWMITqL2GeKKThf8SqoPSLq0GbJ + YaqkLUh + YrPlnNv6EzH2HlMgJM2lmoRq / QukeipNZPaRtFAqzuV4G0pNNswnWPNFe8KqRaWsj / EfWxUNaStYmLHsgpdD2qgml3FNoWGcSDS8Lbig + dlcYx2z0HpojBnj7EBZ / 92Zi65Vj6 + zGyq / OvHV / 7pnzpaLvz + x5myKTjDP / zjI9 + d3nNJF67rZ5SGZaAPmU0aZVaiE5pablujtYqoYfIOF2C7VUqr0ALvHwdu98RWPD54urC / jKxrrM3srLurQC1ARUuG5vbaroW0OLo64kNP0hWRzKUajCr9EHcVZ2qwFtatErs3dFNWcWxSeBwbt3Xhlie2Yvlvb8pptFzeCvYGn99mSra0B8 / nu2GdPYfTgftbo7QFawv / 8sfK87Fi44FlFYwUzsdntir86Y8zwSbePzhyTvz3P8Pb5c54EHLKGGP3JFf3TDEV7wshNHBHVMPOv1u / ICpskmnrjE2O56mjN57jGLGx8ahwLw2xjd7vIotcE2uZ9 + 5EFrCez9eV4gq + P3BfG9E31pK5p4ZtlXHwFDVsacN1E9dbZpwiag3FVHKpTP3X2m6Ct5XYd / x4VaYAg230Hdy + yvnNz9wW + 3mjyf5 / WN89eJ7OPU6UU7e3x243gexx9cDzMHHoHEPInDvDmgrXpXHZCqqKloZWwVgDKmy14g20VFm2tivCpDCvjWmISLPEoNxKI5WN2maKZr5sG5 + 2xGutNM3UtmKDZ + g8wZY9Vrd61tZYRYFdklvVkEQozmG8xdsO8Y5bNfja6ErjHBrT11yG19Txen9A7RPROz4cLZlIcBlvFS2RH7 / M / PnzwrZmjn5GpNGaYkyjfRUspBppzXNPSioeg6cPoLIHOanAWnq27HDOI03pxt1gutQO49zuTVkWkgrWWLrYs4uMHUpmTTPr4rlvynXzXIsjq2EtFWMNS9mVSKV9pRNbxxAt0WbmLLxcNkKIvMyFeROihSxx5yXhMKYx5 / 3l6E2i85b3R88vz5XzkKk0GsJbMvz5OlCaw5kFTGOKjaFTQnS4MHIeoIr8Lc3z98 / z7oRt8DhG7nPl9S2h2eHqgQ + nB85DZOorT2NgXhNfromXeds9TrnQSsN6g2pjyZngoGyF672wZsFI5nLPnA4DUi1dhLcts2wLudzJsvHT / c7H + 53PKVElUduC7yKHMdK5ilrHki33kpmbYL7WdlGz57c4iwuO4Ho0ON6Sfq3tymOvHEzFoLwsnk + XA8Y / 0wXPL586ska6UAkWpAR + / 8Mrv / vTF5b7yikuNGm0Ihj2gfVWhVQCtTquS2VLDotn6i1SK9 + dLdpgzh3LZvb8oCJMxyPj0HEvAes9IpUvtyubyF6X / R7yFaxHSczLlfsdrnPly2x4TZYkypwK1hluW91pG1X22naeQ7 / PJ2 + p8MOnCzF2fLzMXOdC7w2bBEozoA5M5bomcsl4k + ij55fPA799b3mcKkUbVfd5y / 948eT6lYtnGqdBOQyGrg + E7sDT0VPaz9 / u / bu / uTw / znT2yn / + 7sD1OfBxcfzhstENyruz5fuTo7hMLcp13XibC1tu3O6GwxTwztJ5ZV0zm + wyyYxjsoYewbeVrvNc18oqiVOIVCM4G7C + 0dSwbA1tHfcMxuyttdgbUmoEH4gx4reNoSas9RRt5JQpJTE8dcjFcvAV6yPVW7g3NBdcbKT / m7332tFtydLrRvjlfpNmu2NVpWaLaFESKEi61tPwofhEgi4ICJDIZhtW1XHbZebvlguvi7Wb0FUDdXO6Sqh4hMz414yIOb8xnCSRGZeKFoHDYHh7Z + j0yMdLolUGKyLKtOx7ya4rCCLHViAd5AixRASKWqC1BRE1KWeqVvQWdp0mpMr7U6QxmRArky9bgROVTgWE6em0ooiKqAFjMhe / crfbscRCFYpaKlYbxuKZ08yyQlsL9QvzSVERAoqVnIIixoKUBaM9oiayUpQkqRRK3cbMO1UZ7nbsdEJKScoghQUiKYGoESUUSiYOzcyuE / jsiaGQROHmIypLUAY1R151DQ6PsJmQFB9nwc6s5ByJxXA3 / OmYKI2pdO4j / / Nvd5y / uufHi + cfPs20fearVy2 / eeWIJhL8xMtt5Ok8M6 + F06lwODQYY + kU3G4LS66sS2ZBsdPQiopOM12jOd1WprJy51oqdSNG20IqiXGJ1LhlPO6VJkVJ2wvmOeKco2kMerzRpIjQFh8iy7zgw8LhzUB92qYFldEUo6iXQA0B7QqhUeSSuIwFLQKPx57v3wz0buWnzxFrHFYltO24P1iOhwZB5GFn0I0khUrIHikktUDfgPDbhChGsWsVd / sGHyq / / zDSuszq4TonrqFBKxhUQLk9vd36G6JGnAs8vcy8vrtjDpmKopRKYxyXvHJbR8Yp0VWoSiFVQouCEI7qJM + r3OyuKiNtRpRMlpKSNt1FKaBFZmcEh7ePHGxBaU2KAi0cACGIbW9LgxKZ + yFy3FmWuBLXTBSZ87ygkkCaFn2NvN23uLoxFdcg + fmW2bsbKUVCUdRfGS72Z19cSBM5B5IpXKcGoRp2tmNJgb96Zbn5iUErnFQ8rxVRG3qTccdNCpZLRZkGU2FaZtIKicTbR4uomXmqhJQwWmKM5njQ / PKybHrZXElGUovlGgUlV5pW0PYNa1R0IuB9RURNKyUqSYac + OQzUVZUrsRRUn1AOQhTwqUMKdDWzLCznDKUKNi3Ge8r + 6Zyua1Ec + OuL9z8wNnviCJSa6JpC / / qrzQDGh8qpxFGX7nvFQnDaek2x0mq7LTHasXlGhE2E31kGFrmmCgsiOx52NttWixVqq1My4o2bjvtOcOaPVJYlpzwcUKyUkUiporUEkEhF0kIgpotg4WSBcl71lDoG4u2LSlnqJuLPGfF3lWEc + w6R8kCLSey1MTqqLWQMVTZQZmYkkYR0euVohQpgxDbOHVOmn3r8DkSS + KWCmuOZDpScTxdI7IdabqeIio3 / 6djoqy14McXrMu8XBRCNRzbHWNa + DffHTlPF / bW0SjDx1tF0LBziea1Yo6JlAq673AVbrcrYUpEPN99u0OUxPWa8LFuIVZrePWq5b / 8MjLNgZQhOU1JlpdQKFnQ7SV91zMHxaAiy1yoXm1PbDkzpMxlCQilkCmznAt5WdGdYb56XEyU5Glr4e6 + 5zkWUqgcB5gXuBsUT6eR1U08HuA8V56nllADpQb6vvJv / 6cDgzCsvvD5FLkshcd9RxKGp1smsRBC5M6uNFbz9LLdstZlZX8cGH2kkCCvvD0OqFJ4jpm + Fi63GescwWd2XcuSPFIY5hRZwhVZPYVIiHkbDxaCVGBdt1vVoROULPHLzLRGdn2PaXYbo6xoYkqkJLex6W7HcT + Q04rWM0UaorAUkSnCInSlhpExaGT1uPGFIi0xVoQMW54nSu52HUtK + By5 + MQSPUkcSNnxy3NC7APd0EMu5L + AK / + 41WlNTIo5KqpYeDNIZGz43eR5mjwPO0VvJoKYsarwv37r + Pma + RAFcpbMobD4SiiFHAtKbta2VBKdgstSuAXQNiM7jy + VttlOASEKrAZLQ0gBbQpTbvG5UEtBCPDZ0pmEj5lTTPRUbqly6ApLSMSS0DKjpcV2ivW6MOVMYzW2VPoWnr2iVYW / + TozJwNSUGl5P2qULDw2nrZmXnzh / Kny9kFysR7xhaf22GViNUyhEJOHqrZ8Wy7sOxAIrklQKnifyaXQNZK7pqdvDVa15FkQIrhmoIQFnxNGJ8Y545qAFhnIjGHBx4jIkp2z5CRYF8XHstkkzyGxM5VOS5aS8aFQRaIKvd2atEFTua2RTm + 3MAici0ZX9eVEWNBNpiSYomRNhRxhaDIhKNYkMbZinaDVgdYI7qUkhMJ1dTi9Pe + d50ArE0L1 + DiiteDD9Vf + Bf4zSwmBqNv4axEL3xwdMgy8XCY + XG68ubMMbiaIBWci / / u / vud3zys / zwk1KsYlf0EWZVJIKFWZp0yMkd5IbrfAeS2YBpQIrHFl6B21RoIXVCNwomWNK9pWbiGzpviFggFrdgyusPjC07iyExt9 + 2EvmZZILgEjC0YZ2sFyO81cl0jfWPpU2A + Cj5Oit4L / 5a9axiSoUlFp + eEk0aryps / 0JfM8JT7 / EPj + 3UB0y5d8WuXtvm6HhrXiw2YU9SHjY + JubxBozr5SyvY6kXOi7zVv + oHDrsPqHeWaWUOh6 / ckP7NEjzWF89XTdQpNoqmRyzIx + xWS5K5zpATzufLTZ7jfSZ7nxL6BndWMObD6TJUehKZ1BV8Mhspp9OysQBLIBE7pC95m8WhdMW1GRsm8iu0bERKHPrGumiUKrMu0rWSwmd4lXivFssJl1jS2oWscT9eZXieEHljDiDbb4MWvuf7si8uUIloKGqW4U5lcAl0r + ddqwIrIxY98uN3YO4VrG3YGOi9JcyagMdog2Zqj2kJvBc8CPj553u4EMWlSyhwGTSsVnZXM68p5rBijCVngzIyicKdalnXl8zVzHAzadli1IOuNXCxGS1SdGHYNNScSAi0F2hhmZ9FtpcqECgJH4ZpgFyvHVLeJtqhwekJXjY + Fd33i / dwyes1RP3G0lv9UNC + 3TfOqpGIQjk9z5ryuaO3QqqdRN2RNjKtj8nxJuM8YuTGk1nlL0pckUGprzIUEslywymIHy + dbZVlvONOT6waFlGUbFw0pARJjKoWKr4JXNiNFYQ4SXQW3RZBQ3ELiVaNIZSsUQgiq + PJ0GBauc8CKK0JUZHeg0ZrbPKFyQVaNUqCr3PhZLlFlwRrwKbL4zNFJcllIypFlQAmJUgahEsMevIPLbSJUxc55 + l8ZkfHPrVwrVWZao3mlDLkEdoPl3373CisSz9ONPzy / cN9Z2r7loTE8zYlw9oTyTz2wCkaiheabTvJBVX74 + ca3jxYfJTEkHo4tnTYMneY2jTydV5yzmKhomhldM492YJxmfnpZeLzrMM1Aoz2y3khZ4qxG1Ynj3eYcioCTEuscS2OxPShZMYvAicopBO6M5C4Xdk5yCoJWb3tw8Znvj5IfLpbbori3F + 6bhrFoPp4yiRmjNHvV8cs18DResPYOowdafUXYwmUuXGePVZlcN6aasYLp4lESllDQOiNFZYkVmc / YpuFwaPj5JTNOL7SuJ1eJkAEpFCEW / JaGxDlBprDWzFetQAnPbQWF5nTNRCTneeWrzhBzZVwVUmqKMMQqWdeJl9uMFdfNsLp7YNgbTtdnFBVZNFoLdJEc + 559D6hKEbAEzzQnHjpDyhNKtRQZkAKUlgiduLvXzG3h + XQlFMmx9ci / + Fz + uLVOGx8p5xGnLLlKGpuxWnINkUYWUJXFg6yeRVZeHcF0HX / 7S + FpqRxtw / vriI9wrhWhQBeoxWGMpKuanbU0OnI6LZznzYN9cJUpCFYKe22pX4Jp1ihSXgnJbYlZtY1gBh8J18yMxwiBNZsMKxXQsyfYiLUDOY6sNUEyXHPh0IJsJedQKL5lp0FpS9MEvjGFU6z8fDLsagGROF88RUl2 / cBqF9reEhEsZYNrXq4FawISQUoKrb / 0MDDEojm2kIqgUHi + zjx0gr2tWBn58So4DI7j0KByzxTgZa0gB2L2OCRWG4qy3FZBjAEovB + hbxPLItCdRAqN1hGlBHPSWz5mWWlsBO3oG83qDckHDk6jWZi9oMq4ccRihqRZ1w09Io1AiEpIgVAdaxREnxi0pNeKNXZQCtcFHpoTSENNIIzGi0pNK1opXPPr2vr + uVVyYQmRlC60piVHQesqR2s4LTOdrNQE45zRZWFS8NWrSrM78h / + fuTDWHjoev7w + YU1RD6XTVdttKBmh3OSoWru2oHOJD5 + eOLzNSFl4b4t3JbMROW + aSihMI4eZxtinFlVg2GmaosxknX1TC8r1xqxUtK4AiRiqZjbwuoKrtkTw2eWWpDW8XJN3A8K1Rue54lSLQcn0dbRdoXfOsPzIvjHD4K7IVKJfPo8UrXi7nBglp5h7wi1brpipXl + CTQ2IIGYFOaf + nNF4LPgcWeIOZEovH8 + 82ZvuWvAqco / Pi88yobH4w6VK9el8HlMoHaENNMIhbMNRTnOc8b7BLXwh1Nk3xfGqWCqQ0mFtQGtFGOUCAHrONK3HqFb9r3bnh7nhftWoWXkNhdQniISOSSIkmmKGGM3KK7I + LCyFscSYJlXdhZ2zjGHlpoTpzHguhMIR84ZaQ2eQkkrxjiU / HXnt / 7si0sJFdDckmZShftecL0UuiYTi6PT0BnJKkdC3ZANPmZKLdx3LZ + uC6pTHBrJaa08e4 + Tma97jVCZuFZkNdQ8cx4FkGiUohsUrdPEJKmpIq0iZMO4bKOfCjB2pAC5amzabHzaZWxN1NJSrUPJvBED1hVzksxdJhCQxaIrNDHRtYbrVKABHxynILH1xodF8bBTrLXw6q7hUxn49HKmazKBSt + tDG4zdfa95qePC9RIEZJKj9IKpwpaS5bg2Peb8GxKAdfu6azccg1O05uV1kpilby7X5AiAJX / 50dPEQ2HncCEir57RUyeX95PXE4roXpqUtRcsU7S9i1JQEkRqwVVVpT01NrRNg4hI2uZMdrhk8E5jXQaaRzLGlDSo5JAixarMnSbaQ9ZyVkgBbQmY4TiHOEyG9YYyCrihEHaxBiOnKfE0ERSWfBV4kyDUJUQ / 4R6LgVqUJyj4KZW3tw5Xl4CbS8I2TEYya6RzOlKqIlxjSw + UYi83it + eh7Re8fDYPn4ceHjfKNRhd / ctUiduU0ZWQ05TTydBRBptWK4swytI4RCjRXZa3zSXMaM1QmFxDQjpQpyMdiwMC8B24LLHkoHrkHJQsiZZVpwxTDuDL56ZGlpCrgQ6XeG0yUiW8Gyap4Wia1Xfrpp3t5r5gLfvN3zPna897 + w6xW + wn6I7DuFVpXDXvP3f9jYWUUoqugxStPqTfEwroq7 / YGYAtc40w33DI2lS5n7bruxdo0lFMF / 864ixYwQmv / zb18o0vB4Z5hazas33xHCwj / + / pnPH0d8WSlJUlKhbVp2 + 44oN4K5NduVX4tApWPoO4RKLGnE2obFG9rWoTuFMT23OaBkQEUwosWZithZahHb3k4CiWRoygZuXSUvN8nsZ6ppcUKhnOK67nm + BA69JKSRtRQa22608b809P + 4dQmCe + MxOuGUIlaBMhrZVPKYWZInrtvoLWLG50zfBy6 + MAZN3xl6OaP2Oz6cruSacY1GuMKSC66TTLPnwzUSk8TpwnGQtO0mztoNW6p2nSONM9zfC8KtYFVDLDO5KEQNlBwxfeVOJWo0hEWCrwgNMhS0E + RrQcwrOQvGFNk3K4sxvFKZb + 89Hy + C2XuK0mRh + eaQOIkdf3jJ3PeBBzvzbi + QbYv3C7JEFq8QauMONa0mV4 + UBqsNjXVYZkLJ3PWK4y7i1 / ilME4gO17fV8YFbmWTQw19ZRUFiyTlSBaW1w + Sw1FRakfOnlIzt6vgx58TFUOulcFZUpakJFjyTKsl17HSOomx7gsaJqPsiosOmT3V7ui6Qq3bu3OMhVws + gtjLJmCjw5dgViZ5fY / MWIkxYIQkkIh1IaYPAvQCI8RDVoIDDDHTPYNUTguciH / CRWXXCDWBWs0rdH4PKOsQneZ7Ffm6PFTYQ6KKjxTWjnsC88TXFbDYW8Z9IJ52PH7D5 / JNdP1DbKBORW6neF6XfnhKRKioLXweHQMzlKq5P6uwWjJfFvpO8ubt4blFGhtgy8LySukUMTkaXaVe1sRi2GdJHUpYEH4hG4k8RSo442cBNe4oNuVxTiMzvzVO8GPnyvXdaFITZGW7x4VJ7Hn7z5NvN5LXncr3z9YTN8xLyOiRqZFIpUnZke / c + S8ICU429C7BisWfC68Pmpe3W / 9JiU01i1IrfjqznIZJZdUkLVwd1AsTDgEMUYyhm / eNbx63ZFLT0oLuWheXjR / 9 / eBiiLVwqHriEkTY2HMI71RzFNhaDVNO9CYDaWvnYdgkSlQu4HdTlBLwq8B7xMqG7SUpLQgbWUJGlMrNRRGpShVY8VI8NvkZKnb3g5 + ZQRasWLlgJZbmPgaInFxCGl4VuFXH0f + sy8u16VjcCPiSyNYkzBNYUSweFBV4jIE3xGExqkZokZWkDVwsDBGwS2esSrxtpUIofl4TfhYuNsH9nt4 / 1J5O1RSLYxrIhSPthLYGEFSSFxeYcmoUIgoKlvfR8lCFJkYFFJWUpKMawKp2Em9GePiRnIuKRJyRIhCFIahEVQB51Wi7Mpf7wy3KDh5qELjaua1q7w1V3LK3DeCD19gdyllsj0SpxUDKGZ86mhMxqrK68HjQ6GVhvt2xqiM7iF6RdtIEBNCFG4ZYjoi3ELNCdZCLS1O3PjqwVKaTbQkRWJdIzELXr / pAc3Hp4nnzzOUis0wB03ftBgjSEXQNgIjt + ZtFI45jOQsMHYDTE4hoapG1oo2khIN889PzLeZ / bcHkkmIrIjCIFJEyUzJGl88SEUsEiiUvOVYZIWhnbEGplUiS0fN4GzG1kL4tUXj / 8xKReDDdlgyVWBIuK5yK5lxCqgKrgjWucEjaNRCCRJZK7IG7lrLdQ2c1880OvPN3iKl4cfnwBoyr + 8TD / eK331IfH / XEkriMgZ8njCNhrpynkEKSRtv5Cki10RAcqg9Tka0ylugzwtEzISkOU8BIRVH7VjWBKGgjKKE8GUCqxBFx7FXVCF4niqmifyP9wcuXvE0BZAGVzLvOsU37YUYE6 / 7ys8hoawmxgjda5brhBUg68gaOzqXcCrw9R0sa2JQltdDwOiFd0eJnyVDb0B4pCxckibGPbKNlBQRc6XmBiczv / lqT + 3U9jEXiWlc8Rm + + / 4BgeYPP7 / wy08vkBWmJMZFsu87nNsoE0NvMFKjTSXSMC43cq7YRtGoyHWN6KIRtWCspgTF6b985Ho68 / qv3xL1Rj0ISiPjFpIsSbPm7e8bioCaKakQc0HUyjf7hcYJLjOoMlBToO0qlvIrRyj / f1BcWjOjVCXVDWWii + DzoihSIrJCyYjPm0jn7XHDl6A3IVLwkjFk + lazN5KLNvgI65IZ5y0r4oRkWSuCyserJuRK6zIWcMVwbBVHBWtQ7LRjSRvGX5SVvREMdmZNhVh2rNUwSMciJEJmsBveXMREHirVWXQs1FhwRrHTFmkMH2Lldz / NDMeOb6Sk1syrVpJiocSZr / VKKwtO3kizpVcVa6FYzVxmbqJDhowWCScWmsbwql8JQqKkwLiVKRl0UhxNwDaZmxesWdA1lVhhSYI2VUiZJTikOpC0ZucigkSREh87Vn9ljRW05rfft1z9jL4UpPAo1 + CovN4Frr7FNZqm1VgnmOeJhEM3A0VWAhltZ0iCtFZk3dAY5v0TXcg8di3 + / Yg / dJQ9aGNJtSBkIpbCGgtWC0rWW8K / NPjVI60m55mbtyilWH0GJFOu1JBp3b / whv7 / LCkK2rAZEGVBF3h / 3pS8omxq6yV6avZ8 + 6rjsqxIaygx49fCefYcBst9Y3g2ltUX5jlwuc087AyNFIxzRInMj88ra0wMncJTabPjcdciLcyr5iBbrjExeoEqM0en2bkviuU8MGfJ3jRbc1xlhNPUFBAhUg4guw4TEvhCYw0H16Kt46e18p9 + eeH + 9Y7fyEotiXc7Q / CF5Ee + d55eg1MT0UsGY2isJDeWqcyswiF9QsuIkwvHwfLukAliRapK0wau0WCi5NEl2l5wnj1LrAy9JBTF7CtdKBAj8 + pQek9rNXdtoYpMUYrFG + ZlYfIZaRz / 5m + + 4WUesU8gxYppdrTAN / fwski63tIPLV2nuF4vJBy23W8GzpowLiBCJS4FUcWGNPrDe44h8 + pwZPnhjDwO1DuLtRvvTOhKyJnZZxojyUmTZEGUlnmekI0hpchpsRitmZYVUNxiptSE + JUPTn / 2xUWZldNU2LvtGn72kl2buCwdvmqMKxQSonhCnbAis4aEER1d17PmglOBnXGcV8vHNaH19mGKwKcxIwWkKGh0oYqCE / DQK9acMDqzU45PocF7Sa0dthE87AsyeGJOSOForMVXyVoNy / qFvXRaWSePNI4yFQphY2UJEFrT24xI0Na8WeVi5cePgigL + 13ldSt41SYqkWuyqNIhSoBSyQqE3LhiDs9gI1J + MV7qhSgiMisoghA2tH62iU + TpLGK2RdmL0jVYIVgLHC6RXJVVBS71vPmoSIL + GKoNeHlDWch5oUiVy5pj20Vh73l46cVpyek3jMuEakU2RqaPjLcN5jZMI + Fy3hjXjNIh9QFRMVmSedgiZEHLZH / 6jdIa + nOZ06n9yRmlijpWkUsN2KEFARG1s0SuCZKkZQMqzd8uDi + ugt4UQhWkqOiVsFUevL8p / MsJkTl02nivk / gNE + z4G6wvIyONWtcJ6BOyBTwxeNkYlpGnOrYDZY5BhqdOLYdn8eWH + cFYwrOSEKp / HzaJoiCr / SuUFTFycrbg2ZJGas9B + P4eVUsM0BH1wvePCiE39LjUjb0bcNaC3NJTHNBZIH6PHK5LSjXEK6VzIJuCCDRAAAgAElEQVT8p71tDfumIlKkrRlvFMFn / v73nqAKD3eWr / aat / tKLZmz18jcIMpKzZWkClIV1jXSCNi3CaXAKs1gI4mIzBIyrKvezKwu8fMZutYwzlsDPdYWJyWXDJ9PM7lsrpi7YeXbrwyyJNasqCKwyBtNK / BpocqVF59pBs3jQ8 / vf7jQmhvKHjiNG7CyOku / L9y / 7XHXxPWceT6 / cB09QrVoU0BWbLbsOsO4rhydpv3v / gbtHHdPz1w + / I5QJyavGQZDSCdCqIS1YmVF1sIyB0puyAmmRfPD58Jv3mS8rEQnyKumVsmYW3L5S3H5o9YSExZFrJElNRgJF + 8Zq + eyHIi5sq4dpUSSilt4bFWc / HZRdFoT18w5BYa2Y9c3nF4mzmNARsUSC49t5TBYJJJGZw5txMeKLI5lLShXt + e1NZFLxSpH8YlxLexspbWR0a + YtBWjaYJ + 16AyIDXGFyYgXiaU2T500hZSlLyUSpGbe3twknHO3LWCXghyrZxiwaHZmQWjAz + sFr9oagbZFw66shsCJkVKEGzjApEkIGXLZS5885iIIqGEYFoUEYOSGusKt7XS6hVyS0yCEBXWCZxKxBDIlW323ggu4zYuu0SAhKhnHh8UmoaPp8IcApZM1JJQIvt + YXjb4tdEdlCmilMWz0xYBbey0DpNYetJhRRpmg6pHEVIPp5vGysrCiKR25yRciP + SqmgglaSlAWiZrRU + JT4lGDoNTefSWkrQmGpSKdQ9l / 2JyGE + HfAvwN4vHOkXAklMgWDVZKXaeKaR57GDp8E02QpeSaqBVESpwme5kQVisZo / FL4nGaO + 4b7446P7088nSdkVMw + 83anuL / rUEhaW3kYCnMoyOyYFlBt5a6VXMfNt9NoR14jtzFwaDNDG7jOEzoGjKmcLyuHux1NTlRl0eu2t + fnM9p9Mao2mRAKT7FQZWHQgn2nOY2JR2c4KkWugucl4IRk5zzWZp4nzXwTiCTQu8ydNRzvQMdC9mx7u0SShBA1z1fPf / u1IoqAlpLLyJe9bWnbwnlK9GaBbPCxsgZB27Jh + 9dIKpXZVxoneDkLYirMvlBrRtYXvn7XYDjyw8eV25poiDRGE7LnYW + 4 / 25gWQK1FZRLpdENswisS + F0uzK0liQStrX4sDD0A840VKn4 / ednYozUKPHCky5bQc25oJQGBFZrYgpQE1Zqlhj4JSSOR8N58oQgscqwTgnVmr / cXP7YdVthJ7fTTJYLWSjOq2GtCSUj07pDMjGvBqMaljWyZkUqCi0ic5S86RRGC0wpXGKid4JOg6gCXSX3WnG5CYyx7IfMIRd + tyie08qbnWTxlXf3gfCpo / iEEx5LRbWKWluSEiiuXGLPfhD0nSKukUyg3yme1kCuhr0VSJ0wFY7Gci2ZrAqdUnwzWHKFel / wWXNeBDsqpjqqKPy1uTFlyZNUxF0g0qLXsE1UecEUFHOKW1BSFJCCVnuOveTmN1OfttAYyekGWVbAE5JkwREK9K0h58TjziJV5dOUEEChcFoC0UtKzfgAJWVUA3tn2D9a9vuVkluGxlBE5tVXDfvHliDhGkeUkgwPDve4Qz8bPr3PpLVQTKTbNTgnMEpjfcb + 4R / 4h + vE784XWq04yjv8rlCqx9VNujYHkEIxzgVUQ2clPiRyKThdmUPmdJM0TuGTwIcvp2Ft / 0X3c6313wP / HuC7r4e6roWgK07OJKn4NEmWHNEycp0GJBPXSWC0ZZwqSxLELDEyMGbB14cGZ8AlwckH9r1icBJRBEUoXjUtz + eKc4ZjIznWyKcx89GPfPOwFZjv33b4HxRpDTglsAiOO0epkKREceVldTwcNIedY51WrFg5HB0 / / zRSjePYKKTdBG2vGsklBrISDMbwm / sduQCvISTB76 + ZYykYNFD4793EmASfhaQcE6E26GnGmkxZFDcvuHlPqRXPtrc7W3k8KC5zQIuKbiWdE3x + yWRpoXp8FIzCEcrAvnek5Hl3b5Aafj4v / 3Vvf7qtrAuUEpnXQg4B21XuOsvjVwce7k + U5DgOLUVkvvvtkcevDgQJp + WE1or7dy3N1zuaXxw / / H4mjols4f5 + T9tKrHLY54L6u / / I / / 3pmb / 98JHBWd6qd4RjppSVNmwOqnHJKGE43zxCWXad5jYvpJRpLIxL5POp0LWGNVSmJaG0 / IvP5Y9dPmbuhoIvGhk1Umbe9BVfJT471rxdbyuZXWPZdYKXMdMriL6wTCtjUjw0luwrUmpMb / nujeBvf5hpFHxeM6I6YoZFSYpscDvFIa1UVRC68hJW7o6J6yp4nhxiJyg1s2sqy6oJUTD7wjhKZp94dwyEzxkpNYfGUrRGafjqtUQohzYtq6iMsXBQhZeQUUDbKLKEMQY + ztsQw5sh8n899ZAjF1mYWdntQfuAk5LnsXKZLdJKyhcXiHKCkiONaEhIquxpykTjElJD9Jm5aEo2xLLizAaZPI + BtmuoobBvK4UvuPbqqcVRhULkDmcctWbGUPBp5fG15sMPhWgj7b2kfxD4svD0PHG7Rfb7hvbeIaygE5X7IjBXh9HboMPzeUVLaELldp6pKfA / HAZyLdw + XylLZH1lKFIgpcMaSUpyU9aWiLYFSURUSYyJUCS9ldSU8FPF6YbVF7z409Ec11JxNrNmgwoKqQrfHg1rcaxxYM4tIk9UBHdDy93O8PG8cjSWdQ6M54nrGnnTDeTgkVLR7Dv + + nv4D / / xM42RvB9nKBvOZ1GaZ2Hp7hSPfgJVETrxeZ54 / crwNAc + njPyzpBr5thLxkXifeU2R85nyW3xfP9KML5PCO24HzqqMWgT + e23DmkarO1YKFx85s5WnuaAEpWh29h618vKT1eLIfPNXeX / + FFCCrwIGOvEw31Frh5nKx / OCy9XiW40OQlSjph289i0siNWCapjKTNtm1Am4 + fIlDUlK3wa6Zo7cg18Po / s9gN1jtztKrlmfvk8kctKLQ1VCMgdnWupdUPnL37h6297fvefJ0IK7N84Dm8MSxr55acTL6eFx4c9w7sO3WoOaN6VBtvtcbaijOL9p9sWYJ4VTx9OlOD5396 + IpXM + ZdnxOQpbxuKrijZ0ThBSIKSEypHdCuQIkKthJDw2bFrDCVGpmultS3zXEjl16Wy / tkXF1USi1cYVjQSpyxFVXwSxFS5BIkQLWvcMdtAWS7bB73TXNLKd3uJNorznDBW4nLB50LXKJws1AKSgo + W3s2cV0Wc4G6ncBjivHIThYONxJRQsmEwCh0uXJaKQaDI7J1mTXCNhljBREHtJDpLjrahNpqXdeXnjzPdPiNcRTjFLXp + OCse94pBQSl2K6B7EDVzDS2laNZa + bhMCH2jtRlbJoSAKWQus2UmgW9QOdP1DiUSFc3Nb8E4vxZOa6A1DiMLrbXMweAaB3NhI6ZvnpiSBVZFbksmZY3VllwkjaucVgnSQl2oXtHuNuRMEpK2t + wfKtjI6bqw + MjlFkmhUkkUZjq3YKSgf3BMXjKPgXFZkaIyRMPTxxu7WnloG6zaQmE7pXiaFkwMpEdHVHrzhUtBFQKlKtoUGgneJ6Yx03vLID1rETx0ltlnlIDl9qfTc4HKuCQMAU2g0Q1JF5ZY8SHxshSEtCzBMcVC9CeUMjzuWj6Hhb96bLHO8HxdsU7TpMyaCvve4jTUXJBU5qA5tAtPYyKcK6 / vBxppWW8zJwr3Lcx5QamGvbMof + E0RgwWRebYbWihk4dQKjoKmkGji + TrbkB2lk / jyD / + YWL / INCdRTaayzrxD58q7x4se62oxSJF4psHg0ByXh2lVNZq + PF6RpobvSuYMoGsXGfPy1UyVUOdNCpn9ocOJRO1Ss7zRNv2rHPk43hlaDqMSgztjmlWdF1DuWX6RiLz5olJsdI2mfMYiFHS2h0pK1oLTzcQ0lCLp6yS4SgIMZOQDPuex68swiY + P9 + 4zSvP55m4Fp7EQuFM312xUnJ423CZFNfLxOV2RUkYouHnn0f2wJvDDqcVFTjYwIfbRAgr4u1AUJZaC4htilRrMLbSSclK5HIO7PuWnQ7MBd4eGsY5UySUv + Bf / rjVWYsQguuaqaJDNgmbEx2GbCJTlizZYEwiVomz93RNwSlJLpHnOaNlJuRKmSRKrCijeJk2LpWPmrvGchYbxmSZwOjCdQoYbYg0mKQJSREp2wmnLAihOXQTB1OJSaNqoJGZaxqwVuGOnro0iDXxvHjEsvV85qUSfaUxlfkW0UXwzgrWMUGvyDogKdi2cA6Gbw8LMm8ojWNXGP3KL6Ohxsquy1itkFIgpKSTFSU12nhkLVwXRc0N0JFrpTGaNXqSUBSxYKpH5khjZ6zOSBEJVVMEvFwrTguESEwx0blNQVtyROi0ZYD6llQ9NWsMieOrSnMQ + KK4ziPX60KOoKXhdlu5jZ6Hhx2NEXTOs7s3zNcZp6EdNfpp5SgFd43DKvVfcRZSaIySvKyey4eF8kozPO64zguVRMiV90 + AKKDAyE2vfF411hgqkZgUjzvHh / Kn85NQUm5srDmAbFA95JTohKZpCmPWTEFjbMIXQdu84tBCYzW5OD5ePUYt + FjIpaBUQFvN0yXTm8jqFa / 6gWcpWYtguiSchefzjLOWUBtM0fhJ4WulFkfJIxLJw65w7wIxKlSNtCpwiYKmkfSPCSaLmgufxwU5rhyGPddbIawV4wq3lwVVK992hvniqQdHiiuGimsEzwv89jEhcuDBwcPOcpkSvz8L8sfM3Q6c1Ui1jUr3WmCkQ9uAovJyq5TsEKIll0rnLPO6oKWiihGDghTp3EJjK1IkfDVUKfjwEmlMQYrM5CeG1rEESc4r0qgtA3TcE + tCTgIrFW + + qQwPljUHXq4nnp6vJF8wyvLyMvJyGvnqq0c6p9h1lYc3PdeXK60RuJuEDzcejOKxa2mM4Z / C9Er + v + y92a + lWXrm9XvX8E17OEOciMiozKysoct2FbaFcVt0t01L2IIr4NYSUl9wx1 / FDTctcYeEEBIIMQgkSwxt1LjddrnKrhxiOHHOPnvvb1rTy8XamWVQY8lcZFUir1CEjiLi7LP3 + t613ul5n6ehcYZ3p4nHnx3hlWP / 4S2PT2cogTXCTz9fQDJYaJzHUnh / Ftq2Ban94Ve327 / rufxtV8yGuHZs20LrDCIKxbAWS + tmvEtEk4nxRKOZRIdJwrl4Ig1vDyN3O0vfJG4Hw8NcJ8nvx8Kaqs7JlFs + fVjYD4m28TjxLEvmLIlhaNhfbSkpk6SSZp5WJZeOxe5I84GtTTSusMmGxzWjruN4bskx0a4eiZlkEuNjRoaWkCMuzKxG6G3hqjPkszAvsPcG2yTu58yqhs + eepZV6Wxk1wdM7NmKY147jvlI7lbEGMJ5S7HK9W5mGR25NAwuctaecVoY + p6sQm8b1FjGKLRm4KpNFPVYCZxC4d1jZhgSnYOcLSEbYqgDeF0DhT1rjqgpPJxXmj7inIHWU8KZx1NgWlemJaKp8ifthhbGFeMFg8U3hpiBANYIzYNgH2buvGfnPY21WNGvDouYylD7vGtp1sj9F0diyvjblhgtXhIUaNqGJRV8Ayl75qIsq5CiYIF348S0 / vIIuqjCNDXs + 5beO0QiFFiSoWtnGrcnoizrkQaIucNEQyxKxPPp2yde3bZsOnh51fHmGOn7hjeHiTkYjHjOueHPv3jidgd91 + KlYZoix7mw3w3c3V2TQiYZwawdD3Mm5Z657EnnJ / Y + 0zhlWwz3c0TdlocDxBDwq4dYWHPi8U3E7XqWmPDLxCLKYJXbTUsKwnnKPGs9ro28PkWW4vnpvWecMr1LXG8TEnv2RhiXlod0JG0CxvTMjwPJw91NZDoJKbdsfOYUO47HM9vdjqTCpmlR4zgt0LuBm12V3 / YSOcyJz94m9ntbbTsZplhlM7a90A + GIjfMMaDW8ubhRLvJtN5w7lvycuTtw5nzNHGcFkow + MZxu9 / wcBhxrcVgabqGNYGuBWsN5l1C35z4oG + 57js657BGqr4U4BWsN7i90I4Lr / / qHWNKNM8HVldVVbVA3 / dMIdG2EJJnysI0FeKasFg + OzyR / 06J8m + 3jlNDDhZDwVphSQ2TCFkdu05RnclhJCdlwXOYZzYW + rbh / Zhp25ZSDPenwP0xc3ctiBaebw296Wm959058a1rxVjl / Rg4rYnv3G7Ydh41hVMYaZuWZS60OaHqQTJLail6SzYLb9eCpohkpdjEcQTmyClloMFr5srCSOJUEpvUY1rHqML6lMkCg1POIdCa2rR00dD18Kpb2biEYomLo7gZ38L7tSMvlpQ9vl3YSKkDX01kMJZGM7t25TyvZAxLbAlG6O2JzgjO92Q1bPorxiCcL + JprRqmkICVHAND0xFiFT1r / MqalCWuWLswzakOs7pCNrUZ6oqhbRowiiYlzRnXWNQI0ziRk7DZDHRDxzCfkWXltvXsfdXfqUGdgPxcW88KiLPcGMFb4e39GTMH9q82mNbSlDqr1GSDYKEUfDGsJaGuwmfFWr5m + qW / caUM7x4VoeCsYwyWk4GscL0RSpkI85EUMrM0vD89sfWG7dDz + nGiH2rJ9Iv3T3zxXms / j8K3bloG19I3DZ8fZr77wmNt4vXTxGFa + bVv3XK16VBTOMxH + m5gGgtdjtW2TWaKDVlvKCbwxTmR1xWikm3k4Zgop4mHJCANXgs3XjmXxDFGpnWL71vORVnuFxLKrrFVOltAbJWn6LeGj7bKrjGodqyTqRyCfeTt2JFHS0yWtl / ZWYHkaNrIzkFTlJsh8zQmMitTaFiNsGnP9M7QtFuSwtXujuMCT2NgDomhGMZlRVmIYWXXDSxLZsk1q1tiYjovWLdwOiWmpWBdIUkmrgtWDUPXobayrK / nSNM5MIbT04kYLNfXe4bdhmG6J0 + BZ9uem67FO4sR4ctfSA2cRJROPHdbg3eGL744UMaZm09ucH1HnzIi0KYGg0VLpkmWOQdoFJMV49zfZS5 / 22VkZU2Gzx63vNSFvnEkqxTJPKyONUWWkDgukUikawS0I2e43ljkuuPhIYNxhLLw2VOhsZm2GShYomautg2gnCZFxLKzkV4KQiEmZVxWppDYu5bNvmBNS5oVmxLWOtTeoDqjmxnsiukNOMXFwPFtixfBFuUQIk22vBwSyIqWyDwZnoKhtJ45CU4jFsPGNsQcMangNbPziad0xZRmnM1snCWshqYzLFSI7tPZ0IknnVe220QxmXHxvDtNdG1i8JlNt0FylaTNxqMekhbW3CAu0PcOMYLTxLIamqal220ZjzPDbkVLIAdPbxu8b8k20bkT3lqW1bAaR8yJMguubTA9SIkM5gJ1ZiKXhRwT0 / uZfuu4Nj3Ne + qgpgpWqFLVWi9aK9ABxoDDsmtqxvN + Chx + + kR + MVBaUzmxPDgLaqDNQucMWRtKAcTy3We / PMSVQm3Q / uRNz8ea2bQO66FI5t0kzHFmnBYex4V4PzH0lrJ4Usrc3bSYFwNvXi + I9Sx55ifvMq1z9N2OgiFo4tnNBhQeT1Xs6spnBluVHUMsPJ1XznPguh24ujU427CeMylmvHPgt6AjshPETviNx3mwV8r9p9AYg5bCw7zQdw0f3gAmQMmcT3BYQLuGMWbaIeCKY990rHHBecVr5LqBx7TjHGYarzgHy2zoBs9c6vN8f8hspGV9OnN9bUg2cxpbPn + YGHrDri1sN1dIruCebBpoDSFnlthifMN22yLG4CQzzkLXdmxvbji8P7LvMiWfiYuw8Q1N15NtYtOcaJxUenzXsMZAOSu + b7E7gRTYu4EQYdEKDohr5PH1ke11x5W32LeJYiyLChZBtc44ZaWCeIxgjKHxcC0d3hrenCYe / + QN5sMrtLdYLG1rsU7QInRO6JuGXCr8G1O5EL / O9Y13Lp3pafrM7faJ9 / OGdVHERTadosVyDoLonq07MqeORoV9l7BOsbYwxpVpdpyXxLfvDPdT5rxUMMCmhc5kzrFwWJTTWCnQn18LqWTmJeKalpKhcYVYAqfZIoslJE8olk4gL4FkFTX1chVWbJyx4tlvC + OTsooQM1wJnKOjcy3P + sTzLvCnXxiYlG7fkHyNanJJFG2ZF8shWg4LFM3cdYkiLZ + PhlUL745a68xqKFnpeyWUnsdJGFziFAzGDnhf2PjEMp / pG4e1LVMSpnEF15DXFecTKSu9HbjuWvJWGbYB0UxcE9iOdUns + o6mqZoqS2rI9HjTkuOJq2HLFBdKV5 / fORzoZcuL / Uc8Hh74y6czqRSG1uAHYTCCfxCMgT + aC + + z8sxZHkvhWgz3qfDKwT8aBKjMyItYghVuOkueZ / 7kJwfuvn9DsrAuSuMyzhiKKOOS2XlHY8DZyOlp / YXa819fIoZnO + HFTeDNqWVJBeMju42B7HiaC4YrrhplSi0tltuNYj04p5zDwnFMPJ1mfvBRy + vjzNO5EGJk13f0tnBcF95PkYeniFrDt142xJQZxzNt25OT4n0hpJWHY4axZY2ONRkGD / E8k52i1rAajy0rss4443l2XTi8L6wGlqR4geMqDE3LBzv41jbxv / 14pZwLw7MaABgRYgqotoyz5 / 6gvB8tWWdebkBl4KdPmaUkvngXKwN3FnIubLdKSD33T8K2yRwWxbotbSvsusJ0fmLTN3jfMUbleJjQpifME85XgbudN9xtttzcFPb7jCgsc0HcwDyu3Ow6uq6haZU5QtINreuJ8cDt9Z7TMnK3BQWe5vds + is + uvseb9695k9fP5FTYjcY2p1jNyv + PiLG8D8cZt6GxIu24T4mnjnH6yXyUWf5g2ebmnWoYREI1vN8tyOdTvyzf / 4Zn / zGh0QrLKn2ar01FOA4rly1LYMzOJdJ + esFq3zjnctNm3jIhuOiWKfkmJFSua4SA2ueKSHi1DIGoW9njCtYKcTU0olyd6W8utmx88r784kxZuYwsyyBl1cdJmXuOoWccNZwipbDHHBOudlYvvusYVY4jwJFeBwTvQdfIo0CmiEqr1elNZ5hNCxlQ5sLEgo7KUxJMZ1jey28PxWazrHtlKERvvtCeHe0pADDURgbYW5WdjZyGDuKNiiGpynhbxrOIeH6xMMsSFZUB6w1LOuMxMBVK7ybeoRKV984w6ZVpmTZ9VtCSBznho0fKVRJYmtqtJqzohjGmPHNyjIDacbYhcE7cgA1BpEG4wKejOSWzg90dgdYrF0Bwzk8ENYVZz0FpciZxhcaV + V2U6PMVth / a4P8ZCSLZRUIwCqGFWVFarP5K4sQ / kJ67sXw627ixUb4F + VEigVV6JwHFcIKaguBwkNa2LcdJOG8 / PLUxbwBMcLjOeF9yxISZENYlSQdazyTVnAqPC3Kq27GeIOTQggNnTF8687znZcvuO4Mbx4Dx2XlvGTGceHj5zskRj7YGkpUGg9Pq3J / PuM9vLgSfvjhlikrh2NlSL5 / mtm2Hb4EGixoIoTCZzHRWU8zGqbU1fr + WtgbGGPBDQ03zzteP6x0g2c / GHZ9ww8 / afj8fSHMhU0pTN5wbheum8i7g6doi6rh / elM84HnaV5pNoW3h4ikAtphnWM6nyCs3AzC66MHKhddt2nY9co5ZK53VyxL4PFs2LVnMsLbVXE2E0IkpUJBOC6BtouMo6AxYu3Cru2Iq4CxGPE4n2lImNwytDsGfwVi8XYAsRymdyzzhPOu2jZnuhbEb7 + y7dUK19 + 5Yf0Xj2QxLGJZVVjFMissCKtWR6Vap1T + LDe8zQ3 / uo98eCX8H8tMCAVcYmgrd9G8KGpKDS7XkVu7QZdC + prbid9453KKsLoGW0BiwFtXL7YcaGyhycrb48Sm91xtF7xkpiXTtY5tZzknw9BWyHFJ8MnVwO2mkFCWpSAmc3vtSYfMugaiU6KrDuxuO3C79Ww7zzhmliIkQFgI2TBOykbBS + KsDccgBBe49T0vzgFXCpM6mt5TbGFOircN2wGeDcJjcExp5WcnLtPlypUIz7wy2yuewpmrVpgiFLG0jSUVxXvh / dmx956uTXT9SkmFyVqMZFQzsKXgWFfYiCFOEXJCXUA10dqCpUW7gRAdQx94OGf6Rkg5M7jpUtoQSIVsMqBothQbSdkRp0LRwr7f0tobxnJANVXd9OWAFGVwG0Ka + PT4KeSEMZ6H80SXhOuNwElJq2JF8K7SjmMUUYOWhBEhS2XdF + ofexTjhLZUbrgXd3tOUqoCZ8hsfIvYUiV + bZWqnULEi6Ebul + kOf / fVlJYnScVRcKCtx5rWkwOtK7gk / Lm / RP7bcfdVaSxhfMYGYaWq03LMSq7PlNKpQ76lZe3vLxJRC2MY0RM4YPnGz59t7DMmZggeEWy8Or5FR / cDlxtO86HlTlDjXtX5pg4niL7bPEmcS4ND3MmuInn3ZYXxwWjhbFY + k2PWssYEq1vudo7Prjy3M + Zc4j8 + D7gbMeaM8 + M5dXGMrtnvJ8O3A6OMdRhz771xCw0reXtoXDTb9jYzLCFHFdOvsKYVRMqPSrKPBf2IqwxoDmQ00Ipgc5lLB1m2BGDYbfNvHnMDJ0lxYRzE5qUx8eMxkyWBCQ0G9REYm5YT4GimdvdHYO / 5bg + UFIklcT782soyq7ZM4eRH7 / 7MRoC1nrePj4xBMfdlScdC2EtqEDjLbYIYg1GBaVgBTJCuTgWEbi2dUi4k0RvPN / + 6AVHCqKOMAd2bY + xyrJmWmeIJXNeVrwYjP07PZe / 1TqsGWFlUct + aNCYmMLKrjVoyWhRbrbCzVVHayIUw5wynsqKvEZ4PNYH1ztBTCLlQj + 03A4tT + fI01JADSF6rtqG3 / + df8DdzSds + 6p / Yo3hZ2 / + kv / 6j / 8I4wz9UCeXRZVxnIkFxiaRM3gsi0sEJ + ScsWKJcUWspfOG6ZCYQuYLSaylYGXhcXTc7FvEFIY + k12PaGRJLSoe1ziumsBDgLdzYGjg6WTIOmIG4ZNXH3Nz9RzvepqmYZwn / uL1xPn0KcYqQiJlS0mGRRdwwheHL9cAACAASURBVJIbDkFo8XgRTqeEqpCNwSr0naLZgS + ITRyDIhIQ4 / BYlAnDlqIja8yc42vG5YwxFoNn1 + 3JIeJThXxSFG9aisls / ErMlZ7D7ZvqgL1jeKvsz9BqZifC9tKg3NrKDPDlDPLHzFBqzyIhkA2apH6NsihYVyWiSxFihLXA917Aef7lKYvlXIjLzKSWm12PhsjTMnEzeEqOlFJ4fu15eXdFZxNaIlOMNFhEK6nk2 / cJERgagzGZEBO7 / YaX + w33h4mHMYIKy + p4Ngz84b / 37 / Phy1 / harcnxYh1ln / 5kz / hn / 63 / yXGW7ZbSzIWW5TjcWTNytgUUgKPY86R1dcAxDvHus6Icwyt4 + ndwnGJZMnMKWNl4e2x8OK2Q1xhuzFk50EDc / CoOJrWc9tn3izC58eJbS + 8fyykckB2jl / 7 / nd5fvchbTPQ9z1PpyP / / C / e8 / j4F9iqxUBMhhyFiQnxwhQ9D3OhV6ExwuFhRotQpJ7ZzcZQkkFbwEUOs2JMALVY48llxNkdpZyZ18Rx + ZSn6YA1DoPnenNLWlZ8zIhNSFG868kususWQkrcP628uhlYpcU1nv1fTdw8BDpR9t6wvzT1995c + oo1N / / EVPsUlAyQDAUlRQUKVjPee6wRiibWJTFr4kffHqoq6de4vvHOJatljhkvyv1ToTE1I8koD + OCmMKLbUdrQMTysCS8VQ5LIYthDJnjaHg6BzZd4eV1A0XQKNwfA3OMjEF5Ogu3Q8Ombdj3d5CVp8OBGALGWk7jQikJwdLue + ZjxpaV0bc8hcScIojjuQHfe / K1Q2jQbLAxcp4jTw / CsDMclsJLE1hDw77raDsIacE2hndZeO4T72dLScKcM8MAXxwTh3MkJXh + Y3m + TfzLzzLTCP / OP / 4t + s0VaKHkQttFTvPnvH24aIe7grUra1ZoB9ZFsaL0JrHrW2IOdHbDThKHWapSp28J0WFZCdHRd5ZpnIg205aCdx3GRUrJpHzmcT5xXkZ63xCjoJLZ91swSipCCGdcHVqglaaKgqlBj0KaAt1T4Xuz8l3hMt9S1QbFGkBBBUUrwubiRKBmM95W7Ys1BlJStLPEKeGdJebIKUT6zvH6WGWvf1mWIhzmSGMKn98f6aznatMSVXn7dMYY5cObHZ2rtv3utOCt8u68cCMNxznw / iny8Dix2wgfv9hCgbIqn70 / MYbAaU68P2SeX / VcDT3Ptq8gKfdv3rKuC9Y6Hp / OlY7eC5vbLfcPKzYnRt / ymFbGdUWM5ZV1dLsO + 9LiUMiCDYHjeeH968j + esNDXNmawhIsN9uBzRBZ44xrLK9D4Vtt4s2xVCLGHDAW / vJ + 5f5xJsTAhy8HXl0X / vc / Wzg + Gf7JH / 4e + / 0dqpmcLlpNZ / jZ6z9lnBPbRnEusMSCdBvmqQ7LDi5zu98Q4srgrrmRyP25YJzQND1LFBzKHAa2G8fxaSRZ6HIF + yCBXBIxHnlzeuBpPLFpO9a1kts + 211TjBITrPlIYy0YQ2canFFsKaTHwjSdGR4S358z3 + uqvYoWjAimd1TbLl + 5BSM / t20UvLUUMvMyE2KhDIZwGmm9Y02Bw7yw3bT87N5 + 7aT733jnMtiO18fApqvT1xuvHJdI08E4KkYz193KEgvOCq1JGKMcpkCKhnVWnDo2DbQW1pDx3pJC5DQlQFnHC2KDwrIqYRp5HO / RksmloCURxZAjRJM5TpVSRoeB6fFMkYLmTFZlaYVxPDNGwVtojcN3Buc8 / lipwFvxJLfQNytTydyflZuhx9mWdUo8FIM3MGLofOR + 9KCJbvCEWRCxLDRsmsAxOabzmcPjI945cs6A8HA4cVyFec2YrgcpxKK8H0eWqcEaR9cod62nrEojynbYcHPnGc8GYiAGSGstJ2IV0UJrHSEWlIyIobE9OQm96Xi2u + Y3P7yhNNdsNjsQSCnx3 / yv / xPhtJJEab2vUGtVmrSwnSMtDWat9DfGXMpfWlUnvzxqX5bEvoQo6yWLUSqN + 5JmHsbA0HbElHg6n / FNgzeCNXDVGrZeaNzXOwvwNy0jhoezsN / ANK / sW + XhvNBvLE9PEaOZu61jWhPeGzqTsVb54jgTQ2A8Z7wadr2lc8q8RNrGEZaVw3EBKUxPicFYLIVpzkynI68 / / YycawavObIIxKCsLvJ4LBwD6HbD + PZANgWNiZgy8 + A5Hw6cFkvjhM55ut7hXYd / vzKtgc54kksMXeEUZz5 / XHi + 39HYgem88FYNjTWcAgxt4PVTRkti2HWYUTDGM9Ow704cguF0eOLd67c0jSelWpR + / fY9j1NhnAJWtiCFkIU3TwfOJ4sznk3v + KjrKFpojHC9v + aDDxsOTwWNj6xzIsw1IzBWEc20rmFZKwu5MYbObogRNnbg5d0d / / BXPobulv3VNSJV4vuf / lf / OfPjzAIMnae3LXMBnyaGZaWTDtaAF7DmEhh9ZdsXkMqXVi61rPVl / wVAc2Jczrx5mtj1AyFF7h8f6bqKKnMGng2eq9Zhv2ZBl2 + 8c7l5NfCiazECzZoZmqr7oQ5u7hxXQ6FvDONsMTbTuY6g8NxkNm1DTmBMYYqB9ZxpW0vTOUQNryiUUlN + sbAUy3n02M0Ty + keY5VsEqKG6 / 2G33YtztXhy7cHJUSlxzGXzHnKDNc9cU2sMZCXTLOp / FunGTbe861tw3YsvI + R8ymTioPi8LKwpMJWCpMNECxrCmy2DmxEV0E9HGMkr4W + T5wzhE3PrW84Pb3jsy + + oO8arGvp2p4QA2vIZI1Y15HUIGlB1LPxBRVDFk / RTEyFuaz81q / / CNtta7kmLjydTvzJn / 4xSw7YbFiWCEkx4gl5xouyhpUlJ9ABmOn8B5h + IIZIiIGSEs / 2VzyeH7C2Q5ylSEQIbIeBYVyRp5Vcfu5U6pGrUE2 + dDCqXHIYQFG9uBaFOK2UrjbIB6O1nu0MSwqodeQY + Pijl7x6uafYX54j4VvHt7 / 3HCtCPwW2vcdIQb3w8kPH3d6y6RzHMxhXGLywZuWTD2 / YDx0pgrGF07IwP630fUO3aRA1fB8llUwKBXHCnAyHo6HZnTjf / wznIElFMr24u + b3f + cO75Q5Oj59u7KsyiADU448PilXz68Ic2BaF8KUaPcDWgqPp4Vd1 / Gd2y3bMfNmWXl8LKTcXGwb5pDxJjG5gMyOOSaurlqwkTx5aIXDshCnxGarnGIh7ja86nrev / 2MP / vJT9gOHd53bDZblmVkmiOxBJynCsalCS2efaOo9WQ8 + QJGOJeF3 / + 938Vv9qRUWNeJ9w8P / M9 / 9N8zxRnvHOdxwYSCMZ6SqkDZmA / MMQIDZR7ZtD / AbXeEdWVZ6gzYq7vnvHt8g3M9tnEURoxGbvdXdJ9OlPsRTcqXE1sil6Dor9m2XGwb / aqziKpSFObTSGmExsLGCWjBecsYFnrvicvK93 / tB3z3kxf8d / / j / / K12u8vz0n6 / 7i + + w8 / 5nsYkILVqkuiohRVjFgEg5K + unQqklwoJIwYlIIYSyEAsV5YqjSmRTDkkivaQxWVgmAp + sTH3wMVoWCwYoGVK73FGocg / GsqrDHWZpyBEDLOtkjx9e9KNSgRmKaVHDPNJKynxAcUhv3Au3dTZTp1exp / Te825HTm / eGRJTSk1VIw / OqPHG034F3L0zHSuMCSlZgy3361Zdtl2mXFdhGRGVxi1xW + 0zaczglfMr6tfE8xwqbPnFdBUCwrmgLXVzvm + cxyOlBKPWRWlFIiucByCixxQW3EC8QMIVrGceSztyvFwrf3W + IPvs + 03rOuC / MS0JxZz08cn07EdKhzEq6g1pPiSHrhWb3w9JMVV4S1KJ80lr2BCPysgAc + suAup / E + w30RnhvlmYWSMzFHrgalMZnHZWRJVVV0WQK3fct / 8Af / NtvdhhjiL86Y / x9ruOr5w / / od4GClWrboORSMBc7U3ItB2qFLotUwlRrbM0ejaVoQL + y7UJre0SFrJmshVIuti2WXFZ + 44fXYKBowhqHIrwqfw9nfbVZFeawkItiDCxLonEdFE / RUm1ba / n0eJxIa8KflfGwcNTM1bM9n336SAiJofmYrrll0 + yI6cjrN28Zl0KcqzzE3 / 8HO4bNjrbpeXc / 0TWRORbWGPnV7z3ndmvZnBPtsCAmYLxw2yZ + vb3h8WDwBdphQDYNa1D2W3iaoHJBLOQ48fzFHefxwPT4lpQLzjYYU6ptZ5geJ8ZlBHugscIalXlpeDo + 8Rd / dUCt4QfPb1n + / m8zTZ8zzSPncaakxHR4z / v7B5YY6XcdziviW2KI3H3QcTaWN / / nAafCnAt / b9Ny5QyxwE9jwgt8p3U4asr + NmTexsJLb3jRWEpMBBO43Tk6W3g3HplCIpXCNE682G35j / / Jf8jNzTX / 6X / 2X3yt9vuNdy5ZM8ZUbWwwODFkAiqRQvzq / 4Ai4rHUlNNd6LzLpXzj8GQshoxKJlGq0zAO1YAzDoNUJyUew1BLLlrhi0omaamRtYCxls4aRDIGB525lGoMqoqqkjWBKN2 + vaBBCsJAVsGbhm / / 2oYaqRgMDWIMyg0 / 0C0hQUyKtRbjEjkbjIDSYqh9A6OGLBknht / 8zidY07HoCAhWHL8qlUWWVDCmAA4jlqQLpWRKLFgaQrR0jcXIPR2JQsFobez / 9t0LTuNCDBHVDc47YlnABjCF073n6tOZFJVvP9 + R + vfEWQk6EkuilMKmL7y4aZlTqD2YBbwT2sbg18Rna + DUCHvreDcnPvSQSyFhuLcdXpQPylKfscIkjnfG0ZhINyh3dwODy4SSOI + J5bAypYLzDqSwax3j + cDj / edM88yv / lt / 8LXb8b96KYWAMx65lIuSBopEiqZaVizxYjseZ1qMVEckqmQyRixWGjIONFHIJDLW1AyGsuKcx2JQAXGCkW21a1WyVlhEqlOm1baNY + PsV7Z9vbl8L4ZSysW2Iwhsb2pr2kgBsZQieNvyo9 / + oKJoKikKxloKd5A / ZklagzHnsL72X0RqidNKHWg2ar + y7T / 44b + BtT1TPiMIThxqDDGtaMwYq6AOaxyxzJScSWvCycCyRjZ9j5EnHDUYNBhsgX / 3gx9yOJxZlhXVjG88If / cth8 + v + Hlnz8Q1syvfPyCvHkgnCJLPhLSSkqF / a7w0Qc7xrCAgTBl2tYw9A43J16PIw8N3PiGN8eJ73ihaCGL8E5avFE + LLkGCtRS + GuEVpTtRvjo + R23LrPmwOFpYXx75BwiTetRUa43HU + He9589lOmafxarfcb71xQR85KpiBUaCpSsxZbXQlWCiKKaqpQ1lJxRUrNcnKO9eIXh5EqxGOwWPU4WjKZcrlUufykcjl8SjV6I67ymlEwl9dxAk4dagpZEyJ1WhmBooWUw2XavFK3GOswcqE3KZksFe1mjSeWM / YidCQGrFXE5Ev2YxEbL46zjp + rONB4YRsWjBWCnqsTFsNFPBe1YJxWB4hBtGrbixW6pkVEaVGMRKxALIGQM9YYDJZ2EPq7HsuWUt0OmQyX9qH5tvKrv6U1zzcGLcotnsIeQ0ZqW54f5RuAmllqAQVDnRtaU0aw5KzMS8IsGbMEVAw / SA4piXbJ5DUiGD4xjt9YMtIpDJmXaN3LVHCm589 / fOA8RVLOGDH88MMPQB55PL8hmPkXYMT / L0uFnM2lT1ZZB6BmLc5U23a2QVCKJhxCyRZFKFIqiqiEr + zTSA2QjFicerx0JNOTpV6qkMhag7FSlCK1 / GKNQ8wFjSTugopq8eJQKcTLuVItqIFSMjEuOBHqu7BY6zDG1Lp / SfVMFcWbhrWccDQ422Ks4CgYo185MuMCRgSLBSwqDi0BSBQMRYSs58v7qXtkEYozGKfV2SCIVhkG45Rtt0GMMOAwKM5IndbP6RJIGra7hv0Ht3jxlztASF8GqijmR8q / + fvVtsUYcoErNl / ZtsGACr + bv38JACySa3PeImiudDKCJaXCeVyRKcG8oBh + LwpSMs0UCfOKwfLbpmrUmF4wWyVS6rOOGWcG / tkf / 4zDcSGmhDGW3 / nB90AeePPwl2T9epGQ / z9wLomShRADjesxvpBKwJkWpUoc55JBDCJ1zkNKwklXDwQtRcOllNCgUipdgihCxjCiYkALSSOGCzTQVEpsEXMBdDiQhIjDKpArE3FSKopMDenijKwYnAwY32OMkjSgpQVJGOOo6HapmZKt0aE1NavIOpNLrhcIBdGMKeCkKmVqMSTq0I5SqHhK6kVBpihYNbUxLv6yBxG9RLZJ6yF01qAqpFQpbwyWIjWCLVojyS / LiknLJStzl3mTcnGajnzJ0lKe8Xic1H2ySI2WgaQJY2sTX1Qve1twxpFLYvCmlmnIdPtarBM6BMM1Alr3hsueIImP1FLEVgd1afSrFrQIP / rNZyilZqTaXEqnkf2vXJN1 + IWY8b96KSlklnWlawZMK6Sy4m1Xtd21zlUgttqGJCiKsz2iBiMtOa9kjYj1FFFyURAlkDCcKvjhS9sWQyrgrKsOCYsWpRQHkqttA + Q6TBgv2bdgCKWGFt5YvNlh2x5jIGpAS1OfufVABZQYBEzCSFU9tWJJZSaWnwdvlAqTdubCmaVC1FKDJi1AC1L7bIVcHSEXfi5TqxQXZja0pArdxeCNrb24qEB1eFkCMdeAsVBtsFA1UNQoBk / W6lTcxbZTVhQlpInGNjSXz + cujrDadq4kq6Vm1dZbiha89eQS2bUejKEQ2d50tUzPgBHLh1 / Nu1SnWTQDCYtDxVzKoPUzqWZKhn / 0j79X7VzXatvGoup4 + ZvfZfOftF + r9X7jnUvIuR4QA0uaWLXCUY3kGnHoijUGCnhbOaQUz1wmitaHKigpF5bwDjGGvunpfXchkbM00lFIWGrNedWJXFZEPDHPWOOBghYFyWQDJS84rcZP0YoEMQZUUVGiTl / + E4iCmSrhlZbqbBCM1L5PLCsxzVjbUCQhRIxxFa1GwOFQjRg8RWupIRNqpiPVeSVVrBGc2HoFlwQsWPGU8mUmVi / iUnItmUg9GEVrrIZYFCVrQFOqF4eANy2QKGVFTE9RJRIrnNII3nqc5Oo8EUR8vdyl4veteop6kq41w5EVj / 8q2g46IlLqhaRy2R8ADwrlEm1 + GVmHAqGkeqGZS / 1fKsoHGpSaeRVdyPJlgxQsFie / PBP6RS8Zl1WmcGYuF6duEo3x5LLirEU10ri2Og48YzhTVC5lYSXFzLh8hjGW7bBl0 / R13kgsje1r1nNxsqWcSXlGpCGUc82UL8AWBLIRck54212IQxVrtA7oFSjUkufPbRswc4WKFyWWFUSwpgU1pLSwxoRzHUUiELHGU0q6BE + OmCKG5vJ6hqyhZlCixBIoUrBi6gC1KrlEJM9YW89DzjVLwiglJ3KxIAUnSiqK0lxsu1RapRJYdUGBxnWoRkpeMKYnayZowJgOa6t + VLXtjJGMkaY6OsAZcNqQTRXcQ + ssWCseazxOHUs + I6L1XFClvOUyFKwFSo54W2f8nTjWovWciWBtvTpEcrVtaUAz1lpKmeqs3eV1rLWXysrXt77xzkXVUTQgpl56pRiMODKlHi6VS5GmkLUg0lC0kvlZo3hpUS2s68hnbw6oCi + egb9uKCz1UOlSo5l6slEUJ550aWzXN2KxUuc3HA1GamFISy01JC0VNHBh8lWtlPFGLCJSoxAMikGkZl0104ioCGILauYamWEv2YPBaf2 + VGovp6A4q6C2ok2M4GmpPzWhUt + / MbUEVlCyFkLOF0purcasQikGZx3WGLJeEFtStdwrVLKtzWUpKAFnLUjEqJIvTqIUc4FTXJyDCE48WSOprNQ6fqwZDoIxFqHGt2uZakZm2r / WdDZfZSN6cYbuEvmqAmQ6PMVaEvlSeisYbeHLnhcZzRknG2JRMoGcYtV54WvGa / 6NS0glYSyEEijZ1EAmZ7LUSDjG2tDPxSKmIeuMsR5rDI3pUC3M05Ef / + VrShE + / tZLPnrZUvJMyhlholwCjwpsyXjjSSVjTEPN + AzOOJSMlxZjtZajSs1ks8kUVn4Omq1exRqHMfWZ12Kvqc9Sy + V3ACMYp9W2xWJwF + JGi8NW5dAiF2cjeFfgMi5rrKG13aUXmtBL8FMHdU2VYdbMmiIx186odwqaSUUwrsFbQ9KFlAUjnvZCeQ + WnGsvsmjEWYtIqvCgIiAruRhCLVvU2SsxOFMZFWJZL / 1XJZVLKcy6WjRWWNMZZ1qsqXBolco6YS2XPQdx1L6TOFQVyAyuIash6cWZoRi9DMhcMhjNCSd3hFQD1RRXGttcEJRf3 / rGO5clTYix5FKFeRxVg6VorimmcYiARbHSXUpZl8EkNSRdSZoo1JmYWARVJZaCEYtSobHO1IsWDKXUlNQJGFGKZnJOCA3ihJDnWpISoFhEGkQFIw6LI5MqEkcMXjyKhVIBCLHk2rhXJWnF7aOVeEPzpex0GaQS + fLrBpGMtYaiASctQacavWaHp0eMI2igELBSu1EFT8oBoToi56uDFI2IOIoudbAE / YqJuFZ5q9IfWigSLkW8 + jlzWcjqqNdJxIgnXgjzRIREYWWtlwiOREREseIvUVa + OFqL09pHKxka6wklUHH / ucKORTAEVA2ibX09jZfDrrVUIIr9steFksRREJytZdFGoGiDNQEtVKf4S7KKFtZUhb5a1 + KomVwuNVzCustQXeH / au / M4yQpqsT / fRGZVdU9FwwICijHoKscA + KoHCrsoqCoIAKCKDCI8FtERRHk9EBFTpVRkV0UBRTFg0NcFBVxBQHBAQcFAQFBd2CUw2GO7q6qzIj3 + + NlNwMMc9Z09RHfz6c + XZ1VlR1Z / SJfvDO868Vu64MWNBShaUkTlfs0BLPQ2iHgnLd0c22T595uPoOy7Ty5gnNq8ZOyrHrFCQPtPvvbVSNFkRoSpHJtZQQtCVqQe0 / N1QCPxoKoBW012Y5qFoJ908Ey3dTcUFJlftqCS0Bs59Us85VsN2iVi811VpTUpAfxGa3YImoL73yVliO0yxZCBiLUahmZ2ALLkSE6AM5uf14EdZZBGrQgqiCUBGlXNScZXmoUYYAQrXW9o8BLjXZRoNg0KShpSj + idp8oKHESyVzd4mJlqBStzT9iiUalltVohQFsrge8sxMKbTQKQmNItstoMV3VcmiBGSvZDniCeHJfx4ujJxNCbOCyNhqf3v9ouBj1yqXhJpnfU9tItC / bC5WZmaMoRewHhLa20GjKxLk6TvKhVXCt1sNmG09DibaqF1AcrgpCh2jrsRibCNlQMd9AaFmsRkG8pYlaPrqNAGdRjZrUsWz1WMU5BKliEmiwHRvRKpXT4zLLGBM8KkXlprLgKOqJMVbCEi07DigjOLCJqzUyZ38rUKCxyn5TW3lFqZsvHiFKCy8169MVi8rfHkB9ZZlAiKHag9vG7XGIG6wnsdVpSYtM8uo9gw0qBCeW5aNq112ENjVfI2qGkxw02EpYW9SqVWeh1iI / aqQdBwjRduVDg / mUxaEi1kdKIzkZTnpZHPoRIjBgGYAC6kpULPaDNlHNCSog9eo7V0JsoUMFBiMDh6MhvbRoVTE8MVetVLKtSjta9l8rNomxRRHaeN + Dd7ndNBEajYlss8V0s1CsUg9VZ7GtYNlYbSIhVLLtwSk0WwNkvmG5GB6KONiXbtB6NAu27urmVlKzYp1Wsh0tjlbEpiV7aERiZs1S8zpWA9 + uFIpJncl2GFIyQVuWZBDMXim1IMac3GNKRNtVokZGiVKUQnQ1ymohAk28q + OdoyzNjevcoGybfyPEkiKUlSvaMufcErIdUKI0qbklZduKbZ3okIsvIrTKJo2sRogZzpn7N6gjxma1yZ2niIKXGlEDzbKfIiqZq0EMECPqHOoEJz2oBjwZNdfLgvZizA / Tb58fkm1LJ4cMjRkhCriGyXZUYrQkFYtTDR + jXrlAoAxtmqGfXGpoCPT4KYDdPC1QCJl4NDqQjIbLidEyPJxz + CqIrmIBwRDblLSxyglvK3WUTMpqdduPhgwvPTCYiSKedijtJu1qDGaV2XbXGQM6gFY1OBZbKG37X9ewOAwWOFcVctcgFoHC2VbMVQJ0ZR1Y1lAZWhbIHQqNe0oNVX8kSzUOpfmG23GAQheTuR40RhwZpVqfryj2e6Et8qq2x1ZetqIL0Tz3rdDEiyf3thOkWYCBTBvVf8ESZ6MGsxbV3ExEh5eysmJqtBXwgSj9VUZdRhRzVREtQNxWRcVXvcBAnRBksLVLrQpK2xhLAk6s2gMpqfkpZnFpjUxyeqTHvhcgSD91enDk4C3mkkmdUs2BhggiI2cnSoB2GKCvvYh63iCGkon5VKBeJa04iiKSOYubiZtAr1 / L0mnV45y5aZBAVGt5X4YWIbZRHUwQscSPmuSEUilpQpGRuV6Q3FblktEsW5bqPBiDUWw17Dz9Zf9Q7LCIA + aaKTz1rNcWAli2nyrUfZ3Qtj3dQ2zZQkDNqnXOYpNF2QTxllKNx6mjxFb9RPBSpyxbOFenFfppxYXUfC8azNvQjgtsHyWxLMi2DlDzlgAi0UMUMqlRlpbgMlD24cVTz + vUs2xItnPtNWeyKrHKF3MuQ7Qks4118L7EaYF3NVoKeCXKgG0n7jPzfFQtP4OWtEIbxFNQxfYyIYrlSIivEcoIkiPyTNkWSnpqaxPCAGBZdjXpodCSCJTST8P14jRHMkfQJjl1CldSBpNtS3oZPka9colEnDjqVXYTkpurxRVotNWWdxNw3uOi + S2dOHOVSLQ6Gc1NFSgESkQ9InVELLPDAsuCqvl5PT0Wy9FYudjC0CqliANWZEgOtPDSS1taCCW59FjgLQpRG0T1VZqj / U1fpS4WIVS + dariKaWMA1W2Tt32qVdH1BKtUoijKyz2oZklH1cpk0EtyCihpIxNHJ4QlSyr + hZVq7BMauiQO7EEoiUJSI6qJ5OJ1Tmd7Q2jLZzUULGUS4cH1Hzsav773HmLk6gno0YrtnDiCFT9V73CeQAAIABJREFUwWK0egjE3GvRVo9RW2TSA9IgUODwOMkoQxuVpl07ZeW2NAvTjI6WuSmxgGjhAkEWmZs0auW79gRaiFJlH1W + flczK7ccOQF9q + tw9OR5tYCpUWjbZFuUgVCSZRPJsqxy + 1kj1Fxs0VBqiadmbjSVITmDOt5lBDU5c1X8Kss9Ob1PyzaVbPsaLha0Qz + htNonaJK5CZTaRLSk5nuJFFWsrk5QT83ZXHTq8WIxl1ZZ3ZiDkIsHIm0dwKvHSYNgezagsSRW8y5KUbk5M7vhqrVlGpRtFwuKOIBglnYtz6k6zQGRzNVQzSpFWlZ / 0xY74MhlYqXkbN + jECtvRJVObCncViYgCuIyallmlljIyF2dZmgOSmGlNmx7CntWUIaCTIQQWuSuB3E1Sgo8Gc5ltMsWSHMo + cTiqlq5iCvZRglicdK2lJSyCOcyYohk3tzrgRbWPUloY7Jd840hS2s4GfXKJXN1XObItGbBT + cQjXhXo5Q2tcwyvJwD9SUaHYUuxLseq9UXm5CW6WR7L5iPyxFVcN5WT5nLLKVYGCroiiGQe2vhEtVcS + KVGM0pVsaCQGFFnBIptR8nniIERAJCD6qWplxzlq4ZGczosskfJRBi0 + JHCEVsV2nEGZ6GjTmWhBjxUqdVFjhn2XKZq6FgFpx3qNbtGrzSjk0rSKsmTOkiqgM4egCHSjATXE39OLFkBI0RVY + GHoK3YLgTx0A5QG + eV99fG5GcMhSWqh2FzEdaFAQtqxtFjkgBammWTsD7GsQSz4RKyZjiMVdMRiYNomX2A / YdO2qVxaQ0XAPVQBn60cqaCxqINFExhyQuN59 + Va0uGgkU1SpdkeFuwLQMRBy9jcnUYoMiFnjnQSO5r9MOLaubEEfmXOWD97TCApyfQIbgNOBdSQgtnM + tyLeq / YpgxZmVNRpiUbncTLZDGWxfHS0IsYl3uRUhR1N47bJNGdsEgtW6hMVmNRSlpRjTQ9QCiY5GVkelJESxjC5y6w5ASYgWnwxiN1iT3QzvGjifEcqSMgQy12CgaOOduYJyb65oa1 / ksXq3ArzSKvvJfB0Vj1Ostx / 9OOmByko22a7qVZzFNmOMxELRWKf0UFYWSV97MRPr1mJKYxuRjHZom1s6CLXM04wtCi2r2CRAQDRHne2cmru6Bdr9xGpOmtsuqsWAaq5h8R6sENsh + CXctg3fIMZAO9geSxmeMgYi / SBWGlH3eeU6t0Qia3hZIK5WJQQML6NeuVjGRA1Ecb4AUSTmqLapeUcugajWwqXQJlnWSwgC9CNV6l6p5ZA / 0lYJDshB2pXvuE2IhU3CapthaJN7KGOLMg6QySQCVC01wEtGWWXJZOKqgFwTJ566n4hSWAaOtqsVdAsks5sxYSgOAcpAWVgFvQRyXwP1FHEhPdkkUzjatkkElrUT65TVNswxBqsREcvBEieVtWdKA7F6nKADlQvD6nJCVbImlHhvVkkZ + 3FuMOW1ukETLMvGqyUeOIdqVlk3RRXY9zRLWy1ajUtepclWFpDPEbUiTafm1Xbai3MZTV1sMSwNOGmTu94qXbtl9Rk0sa4Hkf5oOwd6zUDbg84IBPNvF1riXEmkqDo6xGpFLWiwRAId5nTNZSFgxcAuxzlLUSXmaGzRyBy1qjg3aEHBAHk2gaAO1T5EapUlbfG2WK2qVZ2lrLo2Io4ytChDm1pWowztKrW5RT0TivCU1XC4yQQs86qMSuYyCizmkTkrbGzHAZzPaOR1VItq0dUmaKAVW4jLwUmVcBCqlHm1jso + IlJSr9XR6BkonmJifQqo0I4tiyOqErSJxCpDUYMlePiqzkVtYRkJOC9DyS7iHWUYeLrjQDAXaCaCUFiSjijt0Id39aouy2rHqBJHGhmgoVJMlXUTiqFC7f4i0IzWPkpdjVJbCDanMp8DpSX / 6GAktpdcMgZ0UZXAUiJEcyPGSraJtEOzspYii8sSUdvGm9imRGxhKnXKWBLKApcVBC2eTst39tdCUS3yhplRr1yiRpQ + MlejiA5PHedyimDbDgcVIgHvGqAZ7TJU7SnAuRqeYFXQ9JNnVRaHc5RhkRUZygB4rbKbWpZeS46XHCdCzdcIsaza0FjwWmlThFa1Kq9TKOYuomWrTLFCRaVlQTmxdvwZGSpQhpKoA2Sul1KbZFlhJjg1NJZV4NMK3rwTai63CSixii0VFoSVBj6LNlmkQdUlDaW0lY0zhaOouQGCCWCe5QyUFkh1ojYpxFUFnmXVnNUsCodlLzmpE4gQLL5RxiaeiKiVsnqXk7serFW + NbaEgkxyYixQiRBdZdkVoItQrRFpV26bNgEoygVDadRQIyKW / SZ1QllYZ9wYqUsvmRdKFxHXJkMotLTVqHiillXgWJAq1TMftFpHCIpSxr7KUrFrdD6nXVq7jzI4gpa2 + 6F6mkWobqCKz + pkGiiDUGofdW + LHMRRFIOy3STLqmJJ + kCaBK3hJceLw / k6ZSgsLdk7kwVp0SoXmKuROiFUNS60yJ0VBBL9kGwjhe055CyWUZTmnq15c6lltUCM1ucvluWQ + 6wIFvGsZzWcLZOokRGrwkrnM7y3TM3MNSzZAMVpQYwl6qQKfiu5rxODKbN6vc7iVhVEr1yoHof3ub1f7IYco7WUCqHEu4YtGkMgVGnGvrIfmhrIfI2670Vp48lolv22EJSajVeUUJVItEILtEB9jaAtc / tpGxQWt + bjq4QWFavrceLIXZ2i3aIoCjREGn4C3juCB5E2OUJbS + v44XzVEy0gIqiroWpbkgy3bI965eKcZbAENZ96W / vMknGCklWBXotLlMFSIYVGdZMHcTXyLEOGUvxs / d / IJ1T5TgXEDKXEkZO5HKdStZywDCRxluJo7pqW + fB9RhGsrbkTqLkJiDSsJYa2LNgvgsYmXs3f3479OHJ85s2l5CBXT6k16s6iC6jV84QYyCQOBWvNTRZxboLVbTDonsiqtGLLYgvSqkxlcwOZZVWr + hkpmTe / X50c5wRfZX9ZELhGXWqolqhztIO5A6NK5bIx33qG4J2tlYNCXUCqNNNSM1RKcpdTVNXlntyUhRQEiXjvcNogVt0PHJ5MLADd0j5b + UKVuprhBr99KajXGpWrpQXUhjox2GZidYJaEFnUk0tWWaJYxbv02gp1hCBgFli0VO1mWGyuTmeWtdUSNVAc7aKwFTs95N7y5bKsRqOW4wOVaySARnobk6pAdR9Eb3UcUiPzk3DqLNiuahmJrvp2NQJNcsnwWU6r7AeJeAd1PwmX9ZJ5R4wtwpBsD + C0BkSa7cV4qZFlmVnaHmqaIaFGllu / MBSrywgluQvgrPhRxOOd0JNNpAxtS9GXEi + 5ZQRWnR1KmkQKnLfzCY5c6ua5cEqe2e2up1bHe0t2UBXK2MZrjYar26LLOwbagRBbVQFxBngrR3BUhbmBoEKPsyobwVGo1QnVsjpF5RLOxNzyuIJAIPMex9OynZGRS444z0C5yFxzqLnNNcMptDUQXElPTy9F2Q + 0QWrm2hdLGPAyWIQcqz50GWUsyCxPj + h6IKUirxzWXqFuKaqVT1qrOo0MzPcfA85BI + up / JM5QZug3r4AyfCuB6KtBF3Vt8lRUndr0x8X49wEy3gRBTwxgtV / FCg5Iq5q1mftQwQrYgvSwtFbmaglIVLVzUyk1IKan2rJjhoQsXWU7dVonvFISY63SaNZ1YE50shsdZlVVbiCUnd1Cg2oA4e1dmmHQMNZNXOQ0gQdb4H1aLUHGW27cccWXi047FxOpp7g2lV6c6TQgoIWuc9BbTvpUi3N11xa5VBKpIinjKUlJqilS2dSt5tBtA4EuWsQtInSpuYm4SRHMDeCUFTtYqo076qgLpc6hQ5ULgFTmqU6HNHcb3GAwQTSMrYtvhJrtm + Oj7Rii0Jb1F0DxFEGq9upOU8ZC8rQHnYZfj4URZzJttUbWadeEavZsK0NCryHCfUJAGR + 8CbjyJ2YbPteNErVtsgWC14CPX4qi9uLyLPJWK1THEp + ACVzBYOdlUNsg0yw + RM9jaxBoImXCVZgSKAMSqQgzyZRxjaNfJ0qdTwgzmQ7c9623EUJlOTiCRR4zLohlkyo1Z + uuMfquRq + h3YoUd / GaQ0vjmZR0pvllgWHybar0uTLaEoo1xbeZQwUA2QhN4vE1cjUUzrFA2U0F1uLJvWsjgRL8GgHa76JWPwqhAKTbUcR2uRZjqqlS9d8g5waZexDgZrrodQBVPto + MlVll2OxsISILBMUVsYekSFuuuhrf2EWODx5soNvkrvdvSXfTYXCZRlEyQgMaeR1ahljoGyRbtsVvc5T1Fak9Oayyhju6qHGT5GvXIJQclzTz3vRTTDq2NB6zG89DCxPgnVSM07JOaUBFTLavVqE0JcHasdaZL5Ou2inxAg8xNohgGUpuVTqTWKHAz2W + TTbpKZayCo1dyIY6BcRM33AIEyekLMquB / w4JtYQKFK7EuyCVFbFlA1WUIJeKqPmFV / yjEVy1WHIW2rD5Hg5nUWLwocxlt2qCmloowAGJBv9JNIBNH7nrwVUDcqo4zcrVGnbEKcjZcL6GqhI / atmyYrEHNKV6lqjNQqDJdzOqxgk8LTlpevtc6EYeoBXwzaVgNjEaE + lBqZKQHxFakUawWopZNQBwUoaCMVgeR + YzMBWKwPk9SbSkbFcvCwboveBVELR5UyyzWgvZbJliwnfy89NrWs76BZDllbFJoYS44N3K2OTarOKMnn4SQ4dueJ / seJXO9TOldC42BRlZHNK / cQkUV17M2KOIbVZPHAWrZRBa2 + ihjm5qfyKJysWXZicUvxFeFxZVsq7aI2GZvgpLVJqPi6GstoJH1WhC / NNkOIVQZSVCGXqs5c5a91g5NytjCuRxXyXaWVbIdCqg2lAOLr3ifQzTrNWjb5m + W044twPZZapf9FOIpYknBZHIR6pllq8WqfVKe5dS0BmBWqwR6 / CTbf0m8BdSDkue91ETJRGgPupOwVis1V7dWRrGsLNxoLYIw2Q4xECWSux6yKn4rVZKMl8y6Z7hJFGWLMgSiljTyiYh31jU5WOZjlufUnBJLyzIVn + GxJAvzdEScr5NXhctEaNQtC1DLJko / zcJcaJmfMCTbrp7RDgO0tSBqC1L7l5Wj5qxatijUthj1dZzWqfmpqHrQPlSjVe6GjChWnBjVgWvTCvOtbUZQ2mFhleJqacRapdsi1rZhsL0I5ORuAkjOQPgXueu1mydY4ZfUEbHVfiY1vIs46qgqDTeB6AoK + isFp9Sdw7nJ5iqjH7RJLnUgJ9Iko0YsK5NWTBE4ZytNh7dIig5WobdoxkU4tfhI7p11VHaTKYF2oCoy9dScdasNaq3361Kj5qcQtGkNCdWR + wmVO0VxaNUvzM4dYgHRExRU8 + o1h6i31SpuKAur1AwtHEEGEJTcZUSpUYaySlYwX7m4nGbZhxNXNaeylh4D5SJCHKi6AQ + 6L81X77xV9Ifq / U4zkIyyKniNFv6kgSNGodR + Cm0y + N8sgiVKOInkbvJwiu8yERE8Ba220hwoUWeyXffroJqDLiai5N6Tlda9IfcNqzD3bQbaT + J8naKMtIr5VSKDtTUalG0hxxMs8YMAUqOWTQRq9BVP4P0EMumxrnoSKV0P4sSyyVy96utlhZa92UTqvm1988TcRQ3v8flUoiqqA6i2rKBYMoJYnVEooEpLtO0AvFnntvjAWrVoCRroLxdamr + U1LynXS4iq02hUKVVRnw1J + p5RuZrBFXaRZuG1OjJ16aITSseDp56PmHIXezI8N6q8UVKi / tFTxHMre5F8D6YbEdbfFmNm1JGjwYsLVuUepYTxVtBK6DVXHGS099ejHMOolmJgUirtYAFoY / cDy6YLDvSO4 / zvlokWksnUUtdLkITwVvDUVUaeKIKRXsxIVayrdAqC + qZ9RiUVOeycqibiDgLmNekYKBsWgDel6j2U0bL7Q + hhRerc2mXBUXZxucTQHuGboSNfIIVF0pOEQeoZ1OqJnC + Kq5zOFdSxoyFA4 + hWlq + u0SrkM58FRTPkWoVH7QkF8twcupMeUggUw9iaYomvK5Kn51CUW3AZUHBSWYW4 / DOWkrkbiJehKgeUWhpEyeBoM2qij5a1k + 03k6 + yvQyKwsiA6ZQooOY01YPkhOBxcV8MucIWMppSZMQgyUw0EuMfRShVXUosCaSllraT4htatJDS9tWCyGKF6v21xhpq1bHMssoi1ZPQZWO6b25GTw1VEqir5I6tSBTTy6TiFKSuzqltnGiZGTUpE6IBdabuUDF0wp91v8t9FsaskZyrCWJlx6ERqV0auQ + M8tNIwPD3JZ82TjE1cm81Tr1tZpIBj4LxNikKK11TygHLAVWAq12QatokdcmgvZQYllwvfVJFGER3tVohz56amuTeU + I5naxavuSIubMX / QoIRb01OoEFwhxgCgZMdhiQbTESaCIBXU / 0VbsKsTYBxJNtpGqWWtusohDtEE7tCijIhItViNKrNy7bQ3U / WS8e1q2m6Hfmq / GgaqKPpJnWdX3zppNFmUfKrZteNABgkIRMjQUtNUjkhMFnmo + Qe7thp45T6FNylCSuRreTSAWi2wuVR0KitCqUur7UNo0pJcimkIEyAQ8kRBbNENEnMXGVDNipOrGXlqxsLc6uEzrRFdW3SVAY0munhpTiK6k5huWMCDWv7DhLA1dq5gi4ukvF1GTGu1ysXVLLiM1idSyOpnvxfleolrLnnpu1rtoHPYKfelG / nMikVg + IrIIuK / b41gO6wJPdHsQyyGN0dhYVV + whv / GEKPeckkkxjD3qeqMbg9iWYjI7DTG1Wc0jHFlGTm9LhKJRCIxZkjKJZFIJBIdJymXRGLkckG3B7ACpDF2htEwxpUiBfQTiUQi0XGS5ZJIJBKJjpOUSyKRSCQ6TlIuiUQikeg4SbkkEolEouMk5ZJIJBKJjpOUSyKRSCQ6TlIuiUQikeg4SbkkEolEouMk5ZJIJBKJjpOUSyKRSCQ6TlIuiUQikeg4SbkkEolEouMk5ZJIJBKJjpOUSyKRSCQ6zqjd5njdddfVTTbZpNvDSIxRbr / 99ieGc7 / xJUmynViTDJdsj1rlsskmmzB79uxuDyMxRhGRv3XrbyfZTqxJhku2k1sskUgkEh1nucpFRF4sIr8WkXtE5G4RObo6PlVEfiki91c / 117iMyeKyAMicp + I7L7E8VeJyJ + q174sIlIdr4vI96vjt4rIJp2 / 1MR4RhXKEgYGYOFCePJJWLSo26NKJFYfVWi3oa8PnnoKHn / cZL3brIhbrAQ + pqp3iMgk4HYR + SUwE / iVqp4hIicAJwDHi8gWwAHAlsAGwHUi8jJVDcD5wBHA74CfAm8GfgYcBsxX1c1F5ADgTGD / Tl5oYmzx2GPwhz / AX / 4C8 + bBP / 5hxxYuNKUx + Ojvt4lXFDYJl + RjH4NzzunO + BOJZdFuw003wa23woMPPi3ffX22QBoYgGbz6Z / P5u67YYsthn / cS7Jc5aKq84B51fNFInIPsCGwF7BL9baLgf8Fjq + OX6aqLeAhEXkAeI2IPAxMVtVbAETkEuAdmHLZC / h0da4fAV8VEVF99u1g2RRFwdy5c2ku7dtOLJu / VW7YjTe25xtvPPRSo9Fgo402Is / zLg3uaa69Fj7zGbjllqePeQ / rrw / rrQdTpsBGG8GkSfaYMAFqNcjzp38OPt9uu + 5dx8qSZHsleJb8rinWxLxYvBjOPhu + 8hWYP9 + OvfCFJt / rrw8vfjE0GtDTY49Gwx71 + jNlfP31OzakVWalAvqVu + qVwK3A + pXiQVXnich61ds2xCyTQeZWx4rq + bOPD37m / 6pzlSKyAFgHeOJZf / 8IzPLhJS95yXPGN3fuXCZNmsQmm2xC5XFLrAizZ8O669rzvj57 / opXAKCqPPnkk8ydO5dNN920a0MsSzj6aPja12CzzeBzn4OddrJhvuAF4MZ49DDJ9krQ1zckv2uKNTEvfvMbePe7zRJ / 5zvhkEPgda + DqVM7cvphZ4WVi4hMBC4HPqKqC5ch4Et7QZdxfFmfeeYB1QuACwBmzJjxnNebzWaafB1GRFhnnXV4 / PHHuzaGGOHQQ + E734Fjj4XTTrMV2ngiyfbIopPzQhW + 8AU44QTYfHO44grYfvsODLLLrNB6T0RyTLFcqqpXVIf / KSIvql5 / EfBYdXwu8OIlPr4R8Gh1fKOlHH / GZ0QkA6YA / 1rZi6k + vyofG788X8rrEse7 / Z0ef7wpls99zlwG402xDNLt / 8OoYw2nc3fi / 9FqmbVy3HHwjnfAbbeNDcUCK5YtJsCFwD2q + sUlXroaOKR6fgjw4yWOH1BlgG0KvBS4rXKhLRKR7atzHvyszwyea1 / g + pWNtyRWgVFQS / HFL1rQ / aij4KSTuj2axKhhFMj2woXwlrfA978PZ5wBP / whTJ7c7VF1jhWxXHYCDgL + Q0TmVI89gDOAN4nI / cCbqt9R1buBHwB / Bq4FjqoyxQCOBL4BPAA8iAXzwZTXOlXw / xgs82zMMnHixKHnxx13HFtuuSXHHXdcF0f0PHR5gn7ve5bRtc8 + MGsWpIV7YrmMAqUC8M9 / wi67wI03wre / bdb5WJPvFckW + y1Lj4kA7Po8nzkNOG0px2cDWy3leBPYb3ljGYv893 / / N48 / / jj1er3bQxlR / OxnFtDceWdziXnf7REllsfEiRNZvHgxYIumn / 70p + yxxx6cffbZXR5ZxezZMGNGt0fBgw / C7rtb4P7qq816GYuM2vYvy + MjH4E5czp7zm23hXPPXf77LrnkEs455xxEhOnTp / OZz3yGAw88kLIsefOb3zz0vj333JO + vj5e + 9rXcuKJJ7L / / sNY2rOiK7wuTMjrr7dsma22gquuslTLxNN0U7ZXlBGzaBohCmWQG24w2VaFX / 1q7MRXlsYYT + Acfu6 + + 25OO + 00rr / + eu68805mzZrF0UcfzZFHHsnvf / 97XvjCFw699 + qrr6anp4c5c + YMr2IZwdx0E + y5J0ybBr / 4Bay1VrdHlBjkkksuYfr06WyzzTYcdNBBPPTQQ + ywww68 + tWv5hOf + MTQ + 5ZcNH3 / + 99f6rn + + c9 / svfee7PNNtuwzTbbcPPNN9PX18db3 / pWttlmG7baaqvn / exoJASLq7zxjZbp / 7vfjW3FAmPYcunkKmxluP7669l3331Zt6obmTp1KjfddBOXX345AAcddBDHH398dwY3yMr6pWfPtmrENcx118Hee8MGG9jzwdKbxDPphmwPLppuuukm1l13Xf71r38xc + ZMjjzySA4 + + GDOO + + 8ofdeffXVTJw4kTnLMK8 + / OEPs / POO3PllVcSQmDx4sVce + 21bLDBBlxzzTUALFiwoHMX0MVYzF / / CgcfbAunffeFr399fCyakuXSYVR1qSmKKY102Xzve7DHHrDppvDrX1tVcmLk8HyLpne / + 92ALZpW9nxHHnkkAN57pkyZwtZbb811113H8ccfz4033siUKVNW / ISzZ4 + 4YL4qfOMbsM02cNddFjv8wQ / Gh2KBpFw6zq677soPfvADnnzySQD + 9a9 / sdNOO3HZZZcBcOmll3ZzeCOOZhM + / GE48EDYYQfzSW + 44fI / lxhehmPR9LKXvYzbb7 + drbfemhNPPJHPfOYzy / 7AysQNh5lbb4X / + A84 / HB4zWvgT3 + C97xn7GWELYukXDrMlltuycknn8zOO + / MNttswzHHHMOsWbM477zzePWrX91ZU384Gew91kHuuQde + 1rro3T00SnGMpLp9KJp11135fzzzwcghMDChQt59NFH6e3t5b3vfS / HHnssd9xxx / JPNMKslfvuM9fX9tvDn / 9s7Yp + + UvrCTbeGLMxl25yyCGHcMghhzzj2C1LdFo84YSny3gGUzeHjREwGQfdBUcfbaGc / / kfeOtbuz2qxLJYctHkveeVr3wls2bN4sADD2TWrFnss88 + K3W + WbNmccQRR3DhhRfivef8889n4cKFHHfccTjnyPN8SPksl5WR6cH3djiDbN48OPVUk + ueHvj0p + GYY6x56nglKZfEsDJ / vrkKLr / cMmcuuQRe9KJujyqxInRy0bT + + uvz4x / / + DnHd99996W8e + QSo3WOOPdc29bhyCPhlFNGRlfibpPcYokVZzUdxr / 9rQU3f / xjOOss + PnPk2IZRESOEJHZIjK7m01CRw1dtsBDMGtl7lw4 / XTYay + 4915z8SbFYiTLJbHGKUtrOvnZz1o22M03w6tf3e1RjSyW1 / F7tHLaaafxwx / + 8BnH9ttvP04 + + eRVP2kXFYsqPPEEPPqoWSqNBtx5J0yf3rUhjViSchlPdGFSzpsHBxxgWWAHHQTnnTe + / dDjjZNPPnn1FMkIYmAAHn7YtouZONH2FZo7d41vHTNqScolsXKIPHe / 4OfhN7 + B / fe37YYvucSUSyKxWnRhgaRq2ww / + qj1uNt0U9vAazylFa8KSbkk1gjf + Y5t8DVtmvVQ2nLLbo8okVh5Wi2rsO / rszT5jTe2bYQTy2dsB / RFOvtYAR5 + + GG22uo5jZ / 55Cc / yXXXXfe8n7vqqqv485 / / vMqXOpI45xyzUl7 / eismS4olMeJYAQtowQKrVWk2zQU2bVpSLCtDslyGieVVG1911VW87W1vY4sttljtv1WWJVn2rH9tJ90Jy3CNnXmmbdf6rneZK6zbTXHHLJ32yYyGvfmGySU26AZ75BGrWZk2LXXmXhXGtuXSJUIIHH744Wy55ZbstttuDAwMMHPmTH70ox8BVg + wxRZbMH36dI499lhuvvlmrr76ao477ji23XZbHnzwQebMmcP222 / P9OnT2XvvvZk / fz4Av / / 975k + fTo77LADxx133JCVdNFFF7Hffvvx9re / nd12243Fixez6667st1227H11lvz49 / 8BoCHH32Ul + + 7L + / / 3OfYav / 9ec8pp3Ddrbey02GH8dJ3vpPb7r4OloRiAAAYQUlEQVR7la / 7K18xxXLAAfDd7ybFMtYYD1a5qgXpH3nE4iovf3lSLKtKUi5rgPvvv5 + jjjqKupppm7XWWmuoIzJY24wrr7ySupppmz / + 8Y + ccsop7Ljjjuy5556cffbZzJkzh2nTpnHwwQdz5pln8sc / / pGtt96aU089FYBDDz2U / / qv / + KWW27BP2sHrVtuuYWLL76Y66 + / nkajwZVXXskdd9zBr3 / 9az527rkM7hz9wNy5HH3AAfzxe9 / j3r / 9je / + / Of89hvf4Jyjj + bz3 / rWKl3z979vPcL23tsslrS51 / jhM5 / 5DG984xuf9 / VOKpeyLDtynqWhCn / / u + 0Sud56FrhPcrzqJOWyBth0003ZdtttAXjVq17Fww8 / PPTa5MmTaTQavP / 97 + eKK66gt7f3OZ9fsGABTz31FDvvvDNgldE33HADTz31FIsWLWLHHXcE4MADD3zG5970pjcxdepUwBoNnnTSSUyfPp03vvGNPPL44 / yz6gu16QYbsPXmm + OcY8vNNmPXV78aEWHradN4 + NFHV + wil3DL / P73MHMmvO511t04 + aXHLl21yj / 6UXb70IdY3N / PrkceyXbvfS9bH3DAqlvlS7jZFi1azH77Hcquu27NQQdN57bbLifGwMyZM9lqq63Yeuut + dKXvjQM3 / DYIcVc1gBL7r7nvWdgYGDo9yzLuO222 / jVr37FZZddxle / + lWuv / 76FTqvLscvPmGJPVcuvfRSHn / 8cW6 / / XbyO + 9kkz33pNlu2 / iWuPs7Eeq1mj13jjKEFRrLII8 + atXJL3whXHFFcoWNde6 / / 36 + 973v8fWvf513vetdS7XK7733XkSEp556irXWWos999yTt73tbey7774ATJ8 + na985SvsvPPOfPKTn + TUU0 / l3HPP5dBDD + WCCy5gxx13fEYrGR56iFtuuIE / fve7TJ0yhbIsufLss5k8cSJPPPUU2x96KHu + 4Q2AWeU / POMMLjjpJF59yCFDVvnVN9zA57 / 1La4655znXJMqHHvsZ8nzKdx445940Ytg / vz5zJkzh0ceeYS77roLgKeeemoNfrNjj2S5DDOLFy9mwYIF7LHHHpx77rlDGypNmjSJRYsWATBlyhTWXnttbrzxRgC + / e1vs / POO7P22mszadIkfve73wEMdaRdGgsWLGC99dYjz3N + PXs2f5s3r + PXEqNlhS1YYHuBv + AFHf8TiRFG16zy17yGqdX + Lgqc9LWvMf3d7 + aNH / jAalvl / / gH3HDDdRx11FFD7YjWXnttNttsM / 7617 / yoQ99iGuvvZbJkyev8vc2HhnbykW1s48OsGjRIt72trcxffp0dt555yFT + 4ADDuDss8 / mla98JQ8 + + CAXX3wxxx13HNOnT2fOnDl88pOfBODCCy / kiCOOYIcddkBVn3dDpfe85z3Mnj2bGTNmcOm11 / LyTTbpyPiX5AtfsP3uZ82Crbfu + OkTI5BnW + VLxkAGrfJ99tmHq666ije / + c0rfN7lWuU9PUPPL / 3Zz3h8 / nxu / / a3mfPd77L + 1KmrbJXPn2 / Be + + V9dd / Zgbe2muvzZ133skuu + zCeeedx / vf / / 4Vvp5Ecot1nE022WTIjAY49thjn / Oe22677TnHdtppp + cEPQctlCXZcsst + eMf / wjAGWecwYyqdfjMmTOZOXPm0PvWXXfdpzvWPiuF864l9ia / 6NOffnrsG2zwjNeWxR / YlpM / 3uad76xx2GEr9JFEJxmBqcOLFy + mv7 + fPfbYg + 23357NN98ceH6r / PWvf / 1SrfLtt9 / erPKBgaWmHy9YvJj1pk4lz7LVssr76eGhh2zbh7e + dTfOO + + rnFvtIT1 / / nxCCNRqNfbZZx + mTZv2jPmVWD5JuYwyrrnmGk4 / / XTKsmTjjTfmoosuWvYH1kBtQInnMC5kXZ7gggs2SG0wEoBZ5XvttRfNZhNVfYZVfvjhh / PlL3 + ZH / 3oR1x88cX853 / + J / 39 / Wy22WZ8q8pQvPDCCzn88MOZMGECu + yyC1MmTlzq33nPW97C2485hhkHH8y2L3vZKlnlBRkPsDlZbDNtWo1PfOIUjjrqKLbaaiu893zqU59i2rRpHHroocQYATj99NNX7YsZp8jyzNGRyowZM3T2s26c99xzD69IXeSeSYeUyz1PPMEr3vIWAGbxYT7CLH7IvuyrP + rI + UcaInK7qnZ2R6kVZLzK9uLFi5lYKZQzzjiDeXPmMGsplv / qosCDTGMBU3gF99I7Y9ULl0fj / 2W4ZHvMxVxGq7IcyShY9B6Yy4acwud4Cz9lHy5f5ucSiZXhmmuuYdttt2Wrrbbixhtv5JQ15G + dz9o8xdpsyCP00r9G / kZijLnFGo0GTz75JOussw6SfDUdsVoUeLIsaTzwAAAf4VxKMs7jKARWqktyIrEs9t9 / f / bff / + nD6wBl + 43rr6Gsy + 7AkFp0ARgp2224bxn7TmTWH3GlHLZaKONmDt3Lmknv4onnlj9c8RI44EH2OjTn + YXvInL2ZfPcyKb8vDqnzuxUqjq + Fk0raE + Yv + + 54d45Z6fYAv + TE + lXFaV5CVZNmNKueR5zqabbtrtYYwcOtAEc5CA41jOYTMe5Bi + 2LHzJlaMZJWvPvNZi / lMZUPmdkSxPPnkkzRS47HnZUwpl8Sa42IO4U9M5wfsR512t4cz7hh3VnknrO4lCDgepUHGnfQyj + fU2t9zz0qfs9FosNFGG3VkfGORpFzGKh1c3fbRyyl8ju25hX0Zm9lhI51xZZWvActsJt / iu + zCbGawBX967huSi6vjJOWSWC5f5YPMYwN + yH4sddqnoH5iBHMrr + FiZnICpzN9aYolsUYYc6nIic4yQIMvcgy78XN24uZuDycx1umw1aJYhuMLmcdJfL6j504sm2S5jEU6OEG / yft4jPXTxEysedaAO + y7HMjv2IFvciiTWLz8v58s8I6RLJfE81KQcRYfZ0du4g3c0O3hJBIrRR + 9HM + ZvIrZHMLFy35zysDrOMlySTwv3 + VA / s7GfI0PLD3WkugYInIEcATAS17yki6PZmxwNsfxCBtxGQfgSBbJcJMsl8RSiQhncALTuZM9 + OnyP5BWfquFql6gqjNUdcYLxtvGOGtAdh5hA87i47yL7 / M6bur4 + RPLJ1kuY40OTdSreAf38gouY / 8Vt1qSzzoxQjiVT1GScTondnso45blWi4i8k0ReUxE7lri2FQR + aWI3F / 9XHuJ104UkQdE5D4R2X2J468SkT9Vr31ZqjJjEamLyPer47eKyCadvcTEyqLA5zmJzbl / ZNS1JKto7NPB / / E9vJwLOYwjOZ / NeKhj502sHCviFrsIePaWcicAv1LVlwK / qn5HRLYADgC2rD7zNRHx1WfOx3zKL60eg + c8DJivqpsDXwLOXNWLSXSGX / ImbmcGx3MmntjdwSTFklhJTuLzTKCPU / jcyn84yVvHWK5yUdUbgH896 / BeMJR + cTHwjiWOX6aqLVV9CHgAeI2IvAiYrKq3qHV7u + RZnxk814 + AXSU1T + oqn + ckNmQuB / Htbg / laZJIJFaAm9mBq9ibj3MWL2AVW8gkWesIqxrQX19V5wFUP9erjm8I / N8S75tbHduwev7s48 / 4jKqWwAJgnVUc1 / imA5PiJnbkN + zCsZyzaj3E0sRMrCgiHZUXBT7OWbyQeXyUL3XsvIlVo9MB / aVJii7j + LI + 89yTp3TNNc7pnMg6PMHhfL3bQ0mKKrFS / Ji9uInX8V / 8PyakTcC6zqpaLv + sXF1UPx + rjs8FXrzE + zYCHq2Ob7SU48 / 4jIhkwBSe64YDxnm65jAwh224hrfxEc7t / uRMiiWxEhRkHM + ZvJx7OIwLuz2clWcMyvuqKpergUOq54cAP17i + AFVBtimWOD + tsp1tkhEtq / iKQc / 6zOD59oXuF7TLjwrTweE8wxOYBILOYrzuj6WxBinwzLyDd7PX / g3zuR4MsLqnzDJ8GqzXLeYiHwP2AVYV0TmAp8CzgB + ICKHAX8H9gNQ1btF5AfAn4ESOEpVB / / TR2KZZz3Az6oHwIXAt0XkAcxiOaAjV5ZYKf7CS / kB7 + LjnMXaz93tYnh5vomd6mjGBh2 + cS9iIp / m07yB3 / B2ftLRc69xxrBML1e5qOq7n + elXZ / n / acBpy3l + Gxgq6Ucb1Ipp0T3OIuPU6eVAqGJUcfnOYnHWJ + f8PbUpmgEkdq / JPg / NuISDuYwLmT9ofDZapLcColh4H4254scw8FczGv4fbeHs2oMzpUxNmeSchkLrKZQfoGPoQjHcXaHBrQajLEJllizHMMXqdHmDKvj7ixj9KY / XKTeYqOd1RT8x1mXr3M47 + FSNubvHRpUIrEUOnyT / hlv5n94O2dxHC / iHx099xplMM4yxpVWslzGOV / mwwzQw / FrouvOGJ88ie7RJucjnMvLuI + jmbXm / tCakuFxMDeS5TKaWU0BXcgkvsKHeCdX8Aru7dCgVoNxMOESneHLfJi / 8G / 8lLdQo + j2cFaccSTjyXIZx5zPkSxgLU7k9G4PJZFYYebxQk7lU7yV / + EtXDt8f3g4FMMYUj5JuYxWVlMIB2jwRY5hd67lVdzRoUEthRUd5xiaVIln0eH / 7cc5ixZ1vsRHO3reRGdJymWccgFH8BjrD4 / VkhTH + KXDGVc / Zze + w0F8nLN4KQ905JzDxjibB0m5jDY60Em2SZ0zOZ6d + V925oYODWw1WJnrGWcTdFTT4f / VYibw / / hv / o17V22vltUhyd1KkwL645Bv8H7msQGX8p5uDyVN2sQK8wk + y9 / YhBt5HQ1a3R7OyjEO5TxZLqOFDu190aLGGZzA67mBXfjf1R / XirK08Y / DCZdYNW7lNcziaD7AebyOm7o7mCS3K0SyXMYZF3IYj7ARF3NId / swpQk6dulwM8YmdQ7jQjbkEU7nxI6dd5UYroyxMdDMMimX0UCHBLpFjdM5kZ34Lf / B9R0550qTlMrYY8mK8zVwUzyR07mbrfgpb2Eyizp + / lVmRa93nMp8Ui7jiG / wfubyYr7J + 1L32MSapUM31F / wJs7lo3yQrwxvTcuq8GxlM0YskFUlxVzGCYuYyKl8ijfwG97Idd0ezuoxTleCo4IO / m + eZCozuYhX8GfO4uMdO + + wMo5lNVku44Sz + DiPsx7X8NZktYxAROQI4AiAl7zkJV0ezSrQ4ZuoAu / jmzzBuvyUPeih2dHzd5QlLZTB72EcWyyDJMtlpNOBSfsIG / AFPsYBfI9XM7sDg0p0GlW9QFVnqOqMF7zgBd0eTtc5h2O5mr04m + PYlju7PZzEKpCUyzjgJD5PScbnOanbQ0kklssNvJ4TOZ19 + SEf5svdHs7SeXbngU67v8aAOy0plzHODbyeSziEj / EFNuXhbg8nMdbo8E3wYTZmP37IZvyVCzls9Lpwx4ByWF2SchnJrKaAFmR8gK + xMQ / zCT7boUElEhUdvoE + xRTeyjW0qXE1e46stOPESpMC + mOYc / kId7MVP2ZPehno9nASieelIGM / fshfeBm / YDdezn3dHlJiNUnKZYzyZ17BJ / gse3EVe / KTbg8nkXheFDiK87iON / EtZvLvw9mWKLHGSG6xkcpquBza5LyHS5nEIv6b / 9fBQSUSFR10iZ3OiXydIziJ05jJxR07b6K7JMtlJLKaE / dTnMocXslV7MX6PNahQSUSFR1ULOdyNCfzed7Dd / gsn + jYeRPdJ1kuY4yf8DbO5HgO4xvsxdXdHk4i8bycxwf4KOeyDz / iImbiSIWHY4mkXMYQ9 / JvvJfvsB138BU + 1O3hrFlSqufw06FtHwDO4Hg + yHm8nav5LgeSETpy3sTIISmXkcYqTt4nmco7uIo6La7gnSO7XUZi3KLA8ZzBiZzBgVzK5exDjaLbwxqZjPIFVIq5jCRWUZgWMZE9 + CkPswm / 5E28hP / r8MAS454O3Oia1Dmcr / MdDuJIvsZX + WByhY1hknIZKazi5B2gwTu4itt5FZezD6 / ntx0eWGLc0wHF8igvYm + u5DZey2c5hZM5bfRW3ydWiKRcRjELmMyeXM2NvJ6LmJkC + IkRye94LftwOQuYwpW8g3fw424PKTEMpJjLSGAVVobzeCG78L / czI5cyns4mG + vgYElEqtOkzoncDo7cRM12tzCDkmxjCOScuk2q6BYbmYHXsXt / IWX8RPezru5bA0MbBQwygOeI57VyA67ldewHXdwJidwKN9iDtuyNXd1eIDjgFEs40m5jCIUOJ / / ZBf + l176 + R3b82Z + 3u1hJRJDNKlzPGewIzeziElcy + 58g8OZwsJuDy0xzCTl0k1WYlXSTw / v45t8gPN5E79kNjPSSjCx5liFFfNN7Mgr + QNncTzv45vcxVbszi / WwODGGaPUeknKpVushMD8gW15FbdzEYfySU7lJ7ydtViwBgeXGLesgivs77yYd / NdXsdN9DGBn7MbX + eIZK2Mc5Jy6QYrOHnb5JzJx3ktt7KQyVzHrpzKp1NtwJKM0lXdiGQlv8uFTOJTfJqXcy9X8Q4 + wWe4h1ewG79cQwNMjCZSKvJwswITOCJcyd6cwBk8wEvZmyv4OoezDv8ahgGOQkRAk8JdZVZSqTzIZnyFD / FN3sciJrM / l3Emx7Mxf19DA0yMRhlPymU4Wc4kfoopXMRMvsoHeZDN2YK7 + RlvTkH7FWEUTr4RwQoqlidYhyvZmx + yH9fxRjyB / fk + H + FcZnD7Gh5kAhh1Mj5ilIuIvBmYBXjgG6p6RpeH1FmWMokVuJ + Xcj3 / wZXsza / 5dwpq7MRv + Twn8U6uSA39VoZnf8ejaCIOO8tQKiWeB9icu9iKm9mRG3k9d7AdEc80HuBkTuNIzmcD5g3jgBPAiimYEaKERoRyEREPnAe8CZgL / F5ErlbVP3drTIP / G9WnH0v + viKvxQgLp2zEAqbwFDvyOC / gITblr2zGX3gZs5nBv1gHgM25n49wLgdwGdvxh2G80jHMCJlkw8Gg7MX43IcqtNvQt + 5L6GMCfUxgMTuziEk8xnrM40VDjwfYnPv4N9rUAWgwwGu5lZM5jb25km2Zk9q2dJtRsogaEcoFeA3wgKr + FUBELgP2AlZauey + O / y2aq + 1qoqhs8x9zpHJLGAaD7I3V7IDt7AjN / Ny7k2Tdk2wLLfPCJ2US + PBB2GbbZ5WFs9WICvG88dEpvIkL + QfbMpDvIWfsSV3syV3sxV3UafdkWtIrCFGaFLLSFEuG8IzWvnOBV777DeJyBHAEdWvi0Xkvuc537rAEx0dYQdZCPyhely4ch8d0de1GnTnupY9KTcermFA92X7X9Xjz8A1nT75ipFku5OMANkeKcplad / Ec5aVqnoBcMFyTyYyW1VndGJgI4l0XWOXJNvpusYaI6XOZS7w4iV + 3wh4tEtjSSQSicRqMlKUy + + Bl4rIpiJSAw6A1D8 + kUgkRisjwi2mqqWIfBD4OZaK / E1VvXs1Trlc98IoJV1XYqx + V + m6xhiioyhjJpFIJBKjg5HiFkskEonEGCIpl0QikUh0nDGlXETkzSJyn4g8ICIndHs8K4uIfFNEHhORu5Y4NlVEfiki91c / 117itROra71PRHbvzqiXjYi8WER + LSL3iMjdInJ0dXxUX9dwM5pleyzKNSTZXi6qOiYeWCLAg8BmQA24E9ii2 + NayWt4A7AdcNcSx84CTqienwCcWT3forrGOrBpde2 + 29ewlGt6EbBd9XwS8Jdq7KP6uob5OxzVsj0W5boaa5LtZTzGkuUy1EJGVdvAYAuZUYOq3gDP6au / F3Bx9fxi4B1LHL9MVVuq + hDwAPYdjChUdZ6q3lE9XwTcg3VkGNXXNcyMatkei3INSbaXx1hSLktrIbNhl8bSSdZX1XlgwgysVx0fddcrIpsArwRuZQxd1zAwFr + TMfX / T7L9XMaSclmhFjJjiFF1vSIyEbgc + IiqLmv / 21F1XcPEePpORt21JtleOmNJuYzVFjL / FJEXAVQ / H6uOj5rrFZEcm3yXquoV1eFRf13DyFj8TsbE / z / J9vMzlpTLWG0hczVwSPX8EODHSxw / QETqIrIp8FLgti6Mb5mIiGDNn + 9R1S8u8dKovq5hZizK9qj / / yfZXg7dzijo5APYA8vYeBA4udvjWYXxfw + YBxTYKucwYB3gV8D91c + pS7z / 5Opa7wPe0u3xP881vQ4z / f8IzKkee4z26 + rC9zhqZXssynU1ziTby3ik9i + JRCKR6DhjyS2WSCQSiRFCUi6JRCKR6DhJuSQSiUSi4yTlkkgkEomOk5RLIpFIJDpOUi6JRCKR6DhJuSQSiUSi4 / x / FlPy0BROixMAAAAASUVORK5CYII = \ n " , <nl> + " text / plain " : [ <nl> + " < Figure size 432x288 with 4 Axes > " <nl> + ] <nl> + } , <nl> + " metadata " : { <nl> + " needs_background " : " light " <nl> + } , <nl> + " output_type " : " display_data " <nl> + } <nl> + ] , <nl> + " source " : [ <nl> + " # Plotting the Original and Histogram Equalized Image , Histogram and CDF \ n " , <nl> + " fig , axs = plt . subplots ( 2 , 2 ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 0 ] . imshow ( cv2 . cvtColor ( image_c , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 0 ] . set_title ( ' Original Image ' ) \ n " , <nl> + " \ n " , <nl> + " axs [ 0 , 1 ] . imshow ( cv2 . cvtColor ( image_c_cs , cv2 . COLOR_BGR2RGB ) ) \ n " , <nl> + " axs [ 0 , 0 ] . axis ( ' off ' ) \ n " , <nl> + " axs [ 0 , 1 ] . set_title ( ' Image after Contrast Stretching ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 0 ] . plot ( cdf_c_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 0 ] . hist ( image_c . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 0 ] . legend ( ( ' cdf ' , ' histogram ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " axs [ 1 , 1 ] . plot ( cdf_c_cs_normalized , color = ' b ' ) \ n " , <nl> + " axs [ 1 , 1 ] . hist ( image_c_cs . flatten ( ) , 256 , [ 0 , 256 ] , color = ' r ' ) \ n " , <nl> + " axs [ 1 , 1 ] . legend ( ( ' cdf_cs ' , ' histogram_cs ' ) , loc = ' upper left ' ) \ n " , <nl> + " \ n " , <nl> + " \ n " , <nl> + " # Hide x labels and tick labels for top plots and y ticks for right plots . \ n " , <nl> + " for ax in axs . flat : \ n " , <nl> + " ax . label_outer ( ) " <nl> + ] <nl> + } , <nl> + { <nl> + " cell_type " : " code " , <nl> + " execution_count " : null , <nl> + " metadata " : { } , <nl> + " outputs " : [ ] , <nl> + " source " : [ ] <nl> + } <nl> + ] , <nl> + " metadata " : { <nl> + " kernelspec " : { <nl> + " display_name " : " Python 3 " , <nl> + " language " : " python " , <nl> + " name " : " python3 " <nl> + } , <nl> + " language_info " : { <nl> + " codemirror_mode " : { <nl> + " name " : " ipython " , <nl> + " version " : 3 <nl> + } , <nl> + " file_extension " : " . py " , <nl> + " mimetype " : " text / x - python " , <nl> + " name " : " python " , <nl> + " nbconvert_exporter " : " python " , <nl> + " pygments_lexer " : " ipython3 " , <nl> + " version " : " 3 . 8 . 2 " <nl> + } <nl> + } , <nl> + " nbformat " : 4 , <nl> + " nbformat_minor " : 4 <nl> + } <nl> new file mode 100644 <nl> index 0000000000 . . c3ccf53799 <nl> Binary files / dev / null and b / code / artificial_intelligence / src / image_processing / contrast_enhancement / lc . jpeg differ <nl> | Merge pull request from yashml / master | OpenGenus/cosmos | 84ea4fe2790caf98812ee26158646e344ca149e3 | 2020-04-26T21:04:17Z |
mmm a / build . yaml <nl> ppp b / build . yaml <nl> filegroups : <nl> - include / grpc + + / test / server_context_test_spouse . h <nl> deps : <nl> - grpc + + <nl> + - grpc <nl> libs : <nl> - name : gpr <nl> build : all <nl> libs : <nl> - test / cpp / util / proto_reflection_descriptor_database . cc <nl> deps : <nl> - grpc + + <nl> + - grpc <nl> filegroups : <nl> - grpc + + _reflection_proto <nl> - grpc + + _config_proto <nl> libs : <nl> - src / cpp / ext / proto_server_reflection_plugin . cc <nl> deps : <nl> - grpc + + <nl> + - grpc <nl> filegroups : <nl> - grpc + + _reflection_proto <nl> - name : grpc + + _test_config <nl> libs : <nl> deps : <nl> - grpc + + <nl> - grpc_test_util <nl> + - grpc <nl> filegroups : <nl> - grpc + + _codegen_base <nl> - grpc + + _codegen_base_src <nl> libs : <nl> deps : <nl> - grpc + + _proto_reflection_desc_db <nl> - grpc + + <nl> + - grpc <nl> filegroups : <nl> - grpc + + _reflection_proto <nl> - grpc + + _config_proto <nl> libs : <nl> - grpc_test_util <nl> - grpc + + _test_util <nl> - grpc + + <nl> + - grpc <nl> - name : grpc_csharp_ext <nl> build : all <nl> language : csharp <nl> targets : <nl> - test / cpp / util / string_ref_test . cc <nl> deps : <nl> - grpc + + <nl> + - grpc <nl> - name : cxx_time_test <nl> gtest : true <nl> build : test <nl> | Add grpc dependency where grpc + + is used | grpc/grpc | f7c90fd521bf8417fa345c308d2912cb97c818ad | 2017-06-19T10:23:44Z |
mmm a / arangod / RestHandler / RestVocbaseBaseHandler . cpp <nl> ppp b / arangod / RestHandler / RestVocbaseBaseHandler . cpp <nl> <nl> <nl> # include " RestVocbaseBaseHandler . h " <nl> # include " Basics / conversions . h " <nl> + # include " Basics / HybridLogicalClock . h " <nl> # include " Basics / StaticStrings . h " <nl> # include " Basics / StringBuffer . h " <nl> # include " Basics / StringUtils . h " <nl> | Fix compilation . | arangodb/arangodb | bbfeafe83013cc25195c3c7d9a89e5632db50a7b | 2016-07-05T19:57:37Z |
mmm a / protoc - artifacts / build - protoc . sh <nl> ppp b / protoc - artifacts / build - protoc . sh <nl> export CXXFLAGS LDFLAGS <nl> TARGET_FILE = target / protoc . exe <nl> <nl> cd " $ WORKING_DIR " / . . & & . / configure $ CONFIGURE_ARGS & & <nl> - cd src & & make clean & & make google / protobuf / stubs / pbconfig . h $ MAKE_TARGET & & <nl> + cd src & & make clean & & make $ MAKE_TARGET & & <nl> cd " $ WORKING_DIR " & & mkdir - p target & & <nl> ( cp . . / src / protoc $ TARGET_FILE | | cp . . / src / protoc . exe $ TARGET_FILE ) | | <nl> exit 1 <nl> | Fix protoc build artifact script . | protocolbuffers/protobuf | 25dd69002ff1cbe766779750f6978ebb43556815 | 2016-05-10T22:48:54Z |
mmm a / xbmc / interfaces / legacy / ListItem . cpp <nl> ppp b / xbmc / interfaces / legacy / ListItem . cpp <nl> namespace XBMCAddon <nl> else if ( value = = " top " ) <nl> item - > SetSpecialSort ( SortSpecialOnTop ) ; <nl> } <nl> + else if ( lowerKey . CompareNoCase ( " fanart_image " ) = = 0 ) <nl> + item - > SetArt ( " fanart " , value ) ; <nl> else <nl> item - > SetProperty ( lowerKey . ToLower ( ) , value . c_str ( ) ) ; <nl> } <nl> namespace XBMCAddon <nl> value . Format ( " % f " , item - > GetVideoInfoTag ( ) - > m_resumePoint . totalTimeInSeconds ) ; <nl> else if ( lowerKey . CompareNoCase ( " resumetime " ) = = 0 ) <nl> value . Format ( " % f " , item - > GetVideoInfoTag ( ) - > m_resumePoint . timeInSeconds ) ; <nl> + else if ( lowerKey . CompareNoCase ( " fanart_image " ) = = 0 ) <nl> + value = item - > GetArt ( " fanart " ) ; <nl> else <nl> value = item - > GetProperty ( lowerKey . ToLower ( ) ) . asString ( ) ; <nl> <nl> | fixed setting property fanart_image from python | xbmc/xbmc | 8ab4836b64cef719d17053d57ed3df865accd150 | 2012-10-28T02:21:45Z |
mmm a / hphp / runtime / base / object - data . cpp <nl> ppp b / hphp / runtime / base / object - data . cpp <nl> Variant ObjectData : : o_invoke_few_args ( const String & s , int count , <nl> <nl> const StaticString <nl> s_zero ( " \ 0 " , 1 ) , <nl> - s_star ( " * " ) ; <nl> + s_protected_prefix ( " \ 0 * \ 0 " , 3 ) ; <nl> <nl> void ObjectData : : serialize ( VariableSerializer * serializer ) const { <nl> if ( UNLIKELY ( serializer - > incNestedLevel ( ( void * ) this , true ) ) ) { <nl> void ObjectData : : serializeImpl ( VariableSerializer * serializer ) const { <nl> if ( UNLIKELY ( handleSleep ) ) { <nl> assert ( ! isCollection ( ) ) ; <nl> if ( ret . isArray ( ) ) { <nl> - auto thiz = const_cast < ObjectData * > ( this ) ; <nl> Array wanted = Array : : Create ( ) ; <nl> - Array props = ret . toArray ( ) ; <nl> + assert ( ret . getRawType ( ) = = KindOfArray ) ; / / can ' t be KindOfRef <nl> + const Array & props = ret . asCArrRef ( ) ; <nl> for ( ArrayIter iter ( props ) ; iter ; + + iter ) { <nl> - String name = iter . second ( ) . toString ( ) ; <nl> - bool visible , accessible , unset ; <nl> - thiz - > getProp ( m_cls , name . get ( ) , visible , accessible , unset ) ; <nl> - if ( accessible & & ! unset ) { <nl> - String propName = name ; <nl> - Slot propInd = m_cls - > getDeclPropIndex ( m_cls , name . get ( ) , accessible ) ; <nl> - if ( accessible & & propInd ! = kInvalidSlot ) { <nl> - auto attrs = m_cls - > declProperties ( ) [ propInd ] . m_attrs ; <nl> - if ( attrs & AttrPrivate ) { <nl> - propName = concat4 ( s_zero , o_getClassName ( ) , s_zero , name ) ; <nl> - } else if ( attrs & AttrProtected ) { <nl> - propName = concat4 ( s_zero , s_star , s_zero , name ) ; <nl> + String memberName = iter . second ( ) . toString ( ) ; <nl> + String propName = memberName ; <nl> + Class * ctx = m_cls ; <nl> + auto attrMask = AttrNone ; <nl> + if ( memberName . data ( ) [ 0 ] = = 0 ) { <nl> + int subLen = memberName . find ( ' \ 0 ' , 1 ) + 1 ; <nl> + if ( subLen > 2 ) { <nl> + if ( subLen = = 3 & & memberName . data ( ) [ 1 ] = = ' * ' ) { <nl> + attrMask = AttrProtected ; <nl> + memberName = memberName . substr ( subLen ) ; <nl> + } else { <nl> + attrMask = AttrPrivate ; <nl> + String cls = memberName . substr ( 1 , subLen - 2 ) ; <nl> + ctx = Unit : : lookupClass ( cls . get ( ) ) ; <nl> + if ( ctx ) { <nl> + memberName = memberName . substr ( subLen ) ; <nl> + } else { <nl> + ctx = m_cls ; <nl> + } <nl> } <nl> } <nl> - wanted . set ( propName , const_cast < ObjectData * > ( this ) - > <nl> - o_getImpl ( name , RealPropUnchecked , true , o_getClassName ( ) ) ) ; <nl> - } else { <nl> - raise_warning ( " \ " % s \ " returned as member variable from " <nl> - " __sleep ( ) but does not exist " , name . data ( ) ) ; <nl> - wanted . set ( name , uninit_null ( ) ) ; <nl> } <nl> + <nl> + bool accessible ; <nl> + Slot propInd = m_cls - > getDeclPropIndex ( ctx , memberName . get ( ) , <nl> + accessible ) ; <nl> + if ( propInd ! = kInvalidSlot ) { <nl> + if ( accessible ) { <nl> + const TypedValue * prop = & propVec ( ) [ propInd ] ; <nl> + if ( prop - > m_type ! = KindOfUninit ) { <nl> + auto attrs = m_cls - > declProperties ( ) [ propInd ] . m_attrs ; <nl> + if ( attrs & AttrPrivate ) { <nl> + memberName = concat4 ( s_zero , ctx - > nameRef ( ) , <nl> + s_zero , memberName ) ; <nl> + } else if ( attrs & AttrProtected ) { <nl> + memberName = concat ( s_protected_prefix , memberName ) ; <nl> + } <nl> + if ( ! attrMask | | ( attrMask & attrs ) = = attrMask ) { <nl> + wanted . set ( memberName , tvAsCVarRef ( prop ) ) ; <nl> + continue ; <nl> + } <nl> + } <nl> + } <nl> + } <nl> + if ( ! attrMask & & UNLIKELY ( getAttribute ( HasDynPropArr ) ) ) { <nl> + const TypedValue * prop = dynPropArray ( ) - > nvGet ( propName . get ( ) ) ; <nl> + if ( prop ) { <nl> + wanted . set ( propName , tvAsCVarRef ( prop ) ) ; <nl> + continue ; <nl> + } <nl> + } <nl> + raise_notice ( " serialize ( ) : \ " % s \ " returned as member variable from " <nl> + " __sleep ( ) but does not exist " , propName . data ( ) ) ; <nl> + wanted . set ( propName , init_null ( ) ) ; <nl> } <nl> serializer - > setObjectInfo ( o_getClassName ( ) , o_getId ( ) , ' O ' ) ; <nl> wanted . serialize ( serializer , true ) ; <nl> } else { <nl> - raise_warning ( " serialize ( ) : __sleep should return an array only " <nl> - " containing the names of instance - variables to " <nl> - " serialize " ) ; <nl> + raise_notice ( " serialize ( ) : __sleep should return an array only " <nl> + " containing the names of instance - variables to " <nl> + " serialize " ) ; <nl> uninit_null ( ) . serialize ( serializer ) ; <nl> } <nl> } else { <nl> mmm a / hphp / runtime / base / type - variant . cpp <nl> ppp b / hphp / runtime / base / type - variant . cpp <nl> const VarNR NAN_varNR ( std : : numeric_limits < double > : : quiet_NaN ( ) ) ; <nl> <nl> static void unserializeProp ( VariableUnserializer * uns , <nl> ObjectData * obj , const String & key , <nl> - const String & context , const String & realKey , <nl> + Class * ctx , const String & realKey , <nl> int nProp ) NEVER_INLINE ; <nl> <nl> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> void Variant : : serialize ( VariableSerializer * serializer , <nl> <nl> static void unserializeProp ( VariableUnserializer * uns , <nl> ObjectData * obj , const String & key , <nl> - const String & context , const String & realKey , <nl> + Class * ctx , const String & realKey , <nl> int nProp ) { <nl> / / Do a two - step look up <nl> - int flags = 0 ; <nl> - Variant * t = obj - > o_realProp ( key , flags , context ) ; <nl> - if ( ! t ) { <nl> + bool visible , accessible , unset ; <nl> + auto t = & tvAsVariant ( obj - > getProp ( ctx , key . get ( ) , <nl> + visible , accessible , unset ) ) ; <nl> + assert ( ! unset ) ; <nl> + if ( ! t | | ! accessible ) { <nl> / / Dynamic property . If this is the first , and we ' re using HphpArray , <nl> / / we need to pre - allocate space in the array to ensure the elements <nl> / / dont move during unserialization . <nl> / / <nl> / / TODO ( # 2881866 ) : this assumption means we can ' t do reallocations <nl> / / when promoting kPackedKind - > kMixedKind . <nl> - obj - > reserveProperties ( nProp ) ; <nl> - t = obj - > o_realProp ( realKey , ObjectData : : RealPropCreate , context ) ; <nl> - if ( ! t ) { <nl> - / / When accessing protected / private property from wrong context , <nl> - / / we could get NULL for o_realProp . <nl> - throw Exception ( " Error in accessing property " ) ; <nl> - } <nl> + t = & obj - > reserveProperties ( nProp ) . lvalAt ( realKey , AccessFlags : : Key ) ; <nl> } <nl> t - > unserialize ( uns ) ; <nl> } <nl> void Variant : : unserialize ( VariableUnserializer * uns , <nl> } <nl> } <nl> String k ( kdata + subLen , ksize - subLen , CopyString ) ; <nl> - if ( kdata [ 1 ] = = ' * ' ) { <nl> - unserializeProp ( uns , obj . get ( ) , k , clsName , key , i + 1 ) ; <nl> - } else { <nl> - unserializeProp ( uns , obj . get ( ) , k , <nl> - String ( kdata + 1 , subLen - 2 , CopyString ) , <nl> - key , i + 1 ) ; <nl> + Class * ctx = ( Class * ) - 1 ; <nl> + if ( kdata [ 1 ] ! = ' * ' ) { <nl> + ctx = Unit : : lookupClass ( <nl> + String ( kdata + 1 , subLen - 2 , CopyString ) . get ( ) ) ; <nl> } <nl> + unserializeProp ( uns , obj . get ( ) , k , ctx , key , i + 1 ) ; <nl> } else { <nl> - unserializeProp ( uns , obj . get ( ) , key , empty_string , key , i + 1 ) ; <nl> + unserializeProp ( uns , obj . get ( ) , key , nullptr , key , i + 1 ) ; <nl> } <nl> } <nl> } else { <nl> mmm a / hphp / runtime / vm / class . cpp <nl> ppp b / hphp / runtime / vm / class . cpp <nl> Slot Class : : getDeclPropIndex ( Class * ctx , const StringData * key , <nl> / / private property with this name . <nl> accessible = false ; <nl> } else { <nl> - if ( ctx - > classof ( baseClass ) ) { <nl> + if ( ctx = = ( Class * ) - 1 | | ctx - > classof ( baseClass ) ) { <nl> + / / the special ctx ( Class * ) - 1 is used by unserialization to <nl> + / / mean that protected properties are ok . Otherwise , <nl> / / ctx is derived from baseClass , so we know this protected <nl> / / property is accessible and we know ctx cannot have private <nl> / / property with the same name , so we ' re done . <nl> Slot Class : : getDeclPropIndex ( Class * ctx , const StringData * key , <nl> } <nl> / / If ctx is an ancestor of this , check if ctx has a private property <nl> / / with the same name . <nl> - if ( ctx & & classof ( ctx ) ) { <nl> + if ( ctx & & ctx ! = ( Class * ) - 1 & & classof ( ctx ) ) { <nl> Slot ctxPropInd = ctx - > lookupDeclProp ( key ) ; <nl> if ( ctxPropInd ! = kInvalidSlot & & <nl> ctx - > m_declProperties [ ctxPropInd ] . m_class = = ctx & & <nl> new file mode 100644 <nl> index 00000000000 . . 532c3d87b2e <nl> mmm / dev / null <nl> ppp b / hphp / test / slow / serialization / private_properties . php <nl> <nl> + < ? php <nl> + <nl> + error_reporting ( - 1 ) ; <nl> + <nl> + global $ g ; <nl> + <nl> + class A { <nl> + private $ a = 1 ; <nl> + public function __sleep ( ) { <nl> + return $ GLOBALS [ ' g ' ] ; <nl> + } <nl> + public function seta ( $ a ) { $ this - > a = $ a ; } <nl> + } <nl> + class B extends A { <nl> + public function __sleep ( ) { <nl> + return $ GLOBALS [ ' g ' ] ; <nl> + } <nl> + <nl> + static function test ( $ a , $ elems , $ p = null ) { <nl> + global $ g ; <nl> + $ a - > seta ( 42 ) ; <nl> + $ g = $ elems ; <nl> + $ s = serialize ( $ a ) ; <nl> + var_export ( $ s ) ; <nl> + echo " \ n " ; <nl> + $ u = unserialize ( $ s ) ; <nl> + var_dump ( $ u ) ; <nl> + if ( $ p ) { <nl> + var_dump ( $ u - > $ p ) ; <nl> + } <nl> + } <nl> + } <nl> + <nl> + B : : test ( new A , array ( " a " ) ) ; <nl> + B : : test ( new A , array ( " \ 0A \ 0a " ) ) ; <nl> + B : : test ( new A , array ( " \ 0 * \ 0a " ) ) ; <nl> + B : : test ( new A , array ( " \ 0 * \ 0b " ) , " b " ) ; <nl> + B : : test ( new A , array ( " \ 0B \ 0b " ) , " b " ) ; <nl> + B : : test ( new A , " foo " ) ; <nl> + B : : test ( new B , array ( " a " ) ) ; <nl> + B : : test ( new B , array ( " \ 0A \ 0a " ) ) ; <nl> + B : : test ( new B , array ( " \ 0 * \ 0a " ) ) ; <nl> + B : : test ( new B , array ( " \ 0 * \ 0b " ) , " b " ) ; <nl> + B : : test ( new B , array ( " \ 0B \ 0b " ) , " b " ) ; <nl> new file mode 100644 <nl> index 00000000000 . . 8c0c82232d0 <nl> mmm / dev / null <nl> ppp b / hphp / test / slow / serialization / private_properties . php . expectf <nl> <nl> + ' O : 1 : " A " : 1 : { s : 4 : " ' . " \ 0 " . ' A ' . " \ 0 " . ' a " ; i : 42 ; } ' <nl> + object ( A ) # 2 ( 1 ) { <nl> + [ " a " : " A " : private ] = > <nl> + int ( 42 ) <nl> + } <nl> + ' O : 1 : " A " : 1 : { s : 4 : " ' . " \ 0 " . ' A ' . " \ 0 " . ' a " ; i : 42 ; } ' <nl> + object ( A ) # 2 ( 1 ) { <nl> + [ " a " : " A " : private ] = > <nl> + int ( 42 ) <nl> + } <nl> + % SNotice : serialize ( ) : " " returned as member variable from __sleep ( ) but does not exist in % shphp / test / slow / serialization / private_properties . php on line 23 <nl> + ' O : 1 : " A " : 1 : { s : 4 : " ' . " \ 0 " . ' * ' . " \ 0 " . ' a " ; N ; } ' <nl> + object ( A ) # 2 ( 2 ) { <nl> + [ " a " : " A " : private ] = > <nl> + int ( 1 ) <nl> + [ " a " : protected ] = > <nl> + NULL <nl> + } <nl> + % SNotice : serialize ( ) : " " returned as member variable from __sleep ( ) but does not exist in % shphp / test / slow / serialization / private_properties . php on line 23 <nl> + ' O : 1 : " A " : 1 : { s : 4 : " ' . " \ 0 " . ' * ' . " \ 0 " . ' b " ; N ; } ' <nl> + object ( A ) # 2 ( 2 ) { <nl> + [ " a " : " A " : private ] = > <nl> + int ( 1 ) <nl> + [ " b " : protected ] = > <nl> + NULL <nl> + } <nl> + % SNotice : Undefined property : A : : $ b in % shphp / test / slow / serialization / private_properties . php on line 29 <nl> + NULL <nl> + % SNotice : serialize ( ) : " " returned as member variable from __sleep ( ) but does not exist in % shphp / test / slow / serialization / private_properties . php on line 23 <nl> + ' O : 1 : " A " : 1 : { s : 4 : " ' . " \ 0 " . ' B ' . " \ 0 " . ' b " ; N ; } ' <nl> + object ( A ) # 2 ( 2 ) { <nl> + [ " a " : " A " : private ] = > <nl> + int ( 1 ) <nl> + [ " b " : " B " : private ] = > <nl> + NULL <nl> + } <nl> + % SNotice : Undefined property : A : : $ b in % shphp / test / slow / serialization / private_properties . php on line 29 <nl> + NULL <nl> + % SNotice : serialize ( ) : __sleep should return an array only containing the names of instance - variables to serialize in % shphp / test / slow / serialization / private_properties . php on line 23 <nl> + ' N ; ' <nl> + NULL <nl> + % SNotice : serialize ( ) : " a " returned as member variable from __sleep ( ) but does not exist in % shphp / test / slow / serialization / private_properties . php on line 23 <nl> + ' O : 1 : " B " : 1 : { s : 1 : " a " ; N ; } ' <nl> + object ( B ) # 2 ( 2 ) { <nl> + [ " a " : " A " : private ] = > <nl> + int ( 1 ) <nl> + [ " a " ] = > <nl> + NULL <nl> + } <nl> + ' O : 1 : " B " : 1 : { s : 4 : " ' . " \ 0 " . ' A ' . " \ 0 " . ' a " ; i : 42 ; } ' <nl> + object ( B ) # 2 ( 1 ) { <nl> + [ " a " : " A " : private ] = > <nl> + int ( 42 ) <nl> + } <nl> + % SNotice : serialize ( ) : " " returned as member variable from __sleep ( ) but does not exist in % shphp / test / slow / serialization / private_properties . php on line 23 <nl> + ' O : 1 : " B " : 1 : { s : 4 : " ' . " \ 0 " . ' * ' . " \ 0 " . ' a " ; N ; } ' <nl> + object ( B ) # 2 ( 2 ) { <nl> + [ " a " : " A " : private ] = > <nl> + int ( 1 ) <nl> + [ " a " : protected ] = > <nl> + NULL <nl> + } <nl> + % SNotice : serialize ( ) : " " returned as member variable from __sleep ( ) but does not exist in % shphp / test / slow / serialization / private_properties . php on line 23 <nl> + ' O : 1 : " B " : 1 : { s : 4 : " ' . " \ 0 " . ' * ' . " \ 0 " . ' b " ; N ; } ' <nl> + object ( B ) # 2 ( 2 ) { <nl> + [ " a " : " A " : private ] = > <nl> + int ( 1 ) <nl> + [ " b " : protected ] = > <nl> + NULL <nl> + } <nl> + % SNotice : Undefined property : B : : $ b in % shphp / test / slow / serialization / private_properties . php on line 29 <nl> + NULL <nl> + % SNotice : serialize ( ) : " " returned as member variable from __sleep ( ) but does not exist in % shphp / test / slow / serialization / private_properties . php on line 23 <nl> + ' O : 1 : " B " : 1 : { s : 4 : " ' . " \ 0 " . ' B ' . " \ 0 " . ' b " ; N ; } ' <nl> + object ( B ) # 2 ( 2 ) { <nl> + [ " a " : " A " : private ] = > <nl> + int ( 1 ) <nl> + [ " b " : " B " : private ] = > <nl> + NULL <nl> + } <nl> + % SNotice : Undefined property : B : : $ b in % shphp / test / slow / serialization / private_properties . php on line 29 <nl> + NULL <nl> \ No newline at end of file <nl> similarity index 100 % <nl> rename from hphp / test / zend / bad / tests / classes / private_members_serialization . php <nl> rename to hphp / test / zend / good / tests / classes / private_members_serialization . php <nl> similarity index 100 % <nl> rename from hphp / test / zend / bad / tests / classes / private_members_serialization . php . expectf <nl> rename to hphp / test / zend / good / tests / classes / private_members_serialization . php . expectf <nl> | Fix issues with sleep and inaccessible properties | facebook/hhvm | 357045199d77fde8db02876452c682f76ca55460 | 2014-02-18T19:22:54Z |
mmm a / src / compiler / x87 / code - generator - x87 . cc <nl> ppp b / src / compiler / x87 / code - generator - x87 . cc <nl> void CodeGenerator : : AssembleArchInstruction ( Instruction * instr ) { <nl> } <nl> break ; <nl> } <nl> + case kX87SubPair : { <nl> + / / i . OutputRegister ( 0 ) = = i . InputRegister ( 0 ) . . . left low word . <nl> + / / i . InputRegister ( 1 ) . . . left high word . <nl> + / / i . InputRegister ( 2 ) . . . right low word . <nl> + / / i . InputRegister ( 3 ) . . . right high word . <nl> + bool use_temp = false ; <nl> + if ( i . OutputRegister ( 0 ) . code ( ) = = i . InputRegister ( 1 ) . code ( ) | | <nl> + i . OutputRegister ( 0 ) . code ( ) = = i . InputRegister ( 3 ) . code ( ) ) { <nl> + / / We cannot write to the output register directly , because it would <nl> + / / overwrite an input for adc . We have to use the temp register . <nl> + use_temp = true ; <nl> + __ Move ( i . TempRegister ( 0 ) , i . InputRegister ( 0 ) ) ; <nl> + __ sub ( i . TempRegister ( 0 ) , i . InputRegister ( 2 ) ) ; <nl> + } else { <nl> + __ sub ( i . OutputRegister ( 0 ) , i . InputRegister ( 2 ) ) ; <nl> + } <nl> + __ sbb ( i . InputRegister ( 1 ) , Operand ( i . InputRegister ( 3 ) ) ) ; <nl> + if ( i . OutputRegister ( 1 ) . code ( ) ! = i . InputRegister ( 1 ) . code ( ) ) { <nl> + __ Move ( i . OutputRegister ( 1 ) , i . InputRegister ( 1 ) ) ; <nl> + } <nl> + if ( use_temp ) { <nl> + __ Move ( i . OutputRegister ( 0 ) , i . TempRegister ( 0 ) ) ; <nl> + } <nl> + break ; <nl> + } <nl> case kX87ShlPair : <nl> if ( HasImmediateInput ( instr , 2 ) ) { <nl> __ ShlPair ( i . InputRegister ( 1 ) , i . InputRegister ( 0 ) , i . InputInt6 ( 2 ) ) ; <nl> mmm a / src / compiler / x87 / instruction - codes - x87 . h <nl> ppp b / src / compiler / x87 / instruction - codes - x87 . h <nl> namespace compiler { <nl> V ( X87Shr ) \ <nl> V ( X87Sar ) \ <nl> V ( X87AddPair ) \ <nl> + V ( X87SubPair ) \ <nl> V ( X87ShlPair ) \ <nl> V ( X87ShrPair ) \ <nl> V ( X87SarPair ) \ <nl> mmm a / src / compiler / x87 / instruction - selector - x87 . cc <nl> ppp b / src / compiler / x87 / instruction - selector - x87 . cc <nl> void InstructionSelector : : VisitInt32PairAdd ( Node * node ) { <nl> Emit ( kX87AddPair , 2 , outputs , 4 , inputs , 1 , temps ) ; <nl> } <nl> <nl> - void InstructionSelector : : VisitInt32PairSub ( Node * node ) { UNIMPLEMENTED ( ) ; } <nl> + void InstructionSelector : : VisitInt32PairSub ( Node * node ) { <nl> + X87OperandGenerator g ( this ) ; <nl> + <nl> + / / We use UseUniqueRegister here to avoid register sharing with the temp <nl> + / / register . <nl> + InstructionOperand inputs [ ] = { <nl> + g . UseRegister ( node - > InputAt ( 0 ) ) , g . UseUniqueRegister ( node - > InputAt ( 1 ) ) , <nl> + g . UseRegister ( node - > InputAt ( 2 ) ) , g . UseUniqueRegister ( node - > InputAt ( 3 ) ) } ; <nl> + <nl> + InstructionOperand outputs [ ] = { <nl> + g . DefineSameAsFirst ( node ) , <nl> + g . DefineAsRegister ( NodeProperties : : FindProjection ( node , 1 ) ) } ; <nl> + <nl> + InstructionOperand temps [ ] = { g . TempRegister ( ) } ; <nl> + <nl> + Emit ( kX87SubPair , 2 , outputs , 4 , inputs , 1 , temps ) ; <nl> + } <nl> <nl> void InstructionSelector : : VisitWord32PairShl ( Node * node ) { <nl> X87OperandGenerator g ( this ) ; <nl> | X87 : [ wasm ] Int64Lowering of Int64Sub on ia32 and arm . | v8/v8 | 831add808dcc9429b48719b9e45e9ab85c27c084 | 2016-03-17T08:36:50Z |
mmm a / emcc . py <nl> ppp b / emcc . py <nl> def check ( input_file ) : <nl> <nl> if options . use_closure_compiler : <nl> shared . Settings . USE_CLOSURE_COMPILER = options . use_closure_compiler <nl> - shared . check_closure_compiler ( ) <nl> # when we emit asm . js , closure 2 would break that , so warn ( note that <nl> # with wasm2js in the wasm backend , we don ' t emit asm . js anyhow ) <nl> if options . use_closure_compiler = = 2 and shared . Settings . ASM_JS = = 1 and not shared . Settings . WASM_BACKEND : <nl> mmm a / tools / shared . py <nl> ppp b / tools / shared . py <nl> def check_node_version ( ) : <nl> return False <nl> <nl> <nl> - def check_closure_compiler ( ) : <nl> - if not os . path . exists ( CLOSURE_COMPILER [ - 1 ] ) : <nl> - exit_with_error ( ' google - closure - compiler executable ( % s ) does not exist , check the paths in % s . To install closure compiler , run " npm install " in emscripten root directory . ' , CLOSURE_COMPILER [ - 1 ] , EM_CONFIG ) <nl> - try : <nl> - env = os . environ . copy ( ) <nl> - env [ ' PATH ' ] = env [ ' PATH ' ] + os . pathsep + get_node_directory ( ) <nl> - output = run_process ( CLOSURE_COMPILER + [ ' - - version ' ] , stdout = PIPE , env = env ) . stdout <nl> - except Exception as e : <nl> - warning ( str ( e ) ) <nl> - exit_with_error ( ' closure compiler ( " % s - - version " ) did not execute properly ! ' % str ( CLOSURE_COMPILER ) ) <nl> - if ' Version : ' not in output : <nl> - exit_with_error ( ' unrecognized closure compiler - - version output ( % s ) : \ n % s ' % ( str ( CLOSURE_COMPILER ) , output ) ) <nl> - <nl> - <nl> def get_emscripten_version ( path ) : <nl> return open ( path ) . read ( ) . strip ( ) . replace ( ' " ' , ' ' ) <nl> <nl> def calculate_reachable_functions ( infile , initial_list , can_reach = True ) : <nl> to_check . append ( target ) <nl> return { ' reachable ' : list ( advised ) , ' total_funcs ' : len ( can_call ) } <nl> <nl> + @ staticmethod <nl> + def check_closure_compiler ( args , env ) : <nl> + if not os . path . exists ( CLOSURE_COMPILER [ - 1 ] ) : <nl> + exit_with_error ( ' google - closure - compiler executable ( % s ) does not exist , check the paths in % s . To install closure compiler , run " npm install " in emscripten root directory . ' , CLOSURE_COMPILER [ - 1 ] , EM_CONFIG ) <nl> + try : <nl> + output = run_process ( CLOSURE_COMPILER + args + [ ' - - version ' ] , stdout = PIPE , env = env ) . stdout <nl> + except Exception as e : <nl> + warning ( str ( e ) ) <nl> + exit_with_error ( ' closure compiler ( " % s - - version " ) did not execute properly ! ' % str ( CLOSURE_COMPILER ) ) <nl> + if ' Version : ' not in output : <nl> + exit_with_error ( ' unrecognized closure compiler - - version output ( % s ) : \ n % s ' % ( str ( CLOSURE_COMPILER ) , output ) ) <nl> + <nl> @ staticmethod <nl> def closure_compiler ( filename , pretty = True , advanced = True , extra_closure_args = [ ] ) : <nl> with ToolchainProfiler . profile_block ( ' closure_compiler ' ) : <nl> - check_closure_compiler ( ) <nl> + env = os . environ . copy ( ) <nl> + env [ ' PATH ' ] = env [ ' PATH ' ] + os . pathsep + get_node_directory ( ) <nl> + user_args = os . environ . get ( ' EMCC_CLOSURE_ARGS ' ) <nl> + <nl> + # Closure compiler expects JAVA_HOME to be set in order to enable the java backend . Without <nl> + # this it will only try the native and JavaScript versions of the compiler . <nl> + java_home = os . path . dirname ( JAVA ) <nl> + if java_home : <nl> + env . setdefault ( ' JAVA_HOME ' , java_home ) <nl> + <nl> + args = [ ] <nl> + if WINDOWS and ' - - platform ' not in user_args : <nl> + # Disable native compiler on windows until upstream issue is fixed : <nl> + # https : / / github . com / google / closure - compiler - npm / issues / 147 <nl> + args . append ( ' - - platform = java ' ) <nl> + <nl> + Building . check_closure_compiler ( args , env ) <nl> <nl> # Closure externs file contains known symbols to be extern to the minification , Closure <nl> # should not minify these symbol names . <nl> def closure_compiler ( filename , pretty = True , advanced = True , extra_closure_args = [ ] <nl> <nl> outfile = filename + ' . cc . js ' <nl> <nl> - args = CLOSURE_COMPILER [ : ] <nl> args + = [ ' - - compilation_level ' , ' ADVANCED_OPTIMIZATIONS ' if advanced else ' SIMPLE_OPTIMIZATIONS ' , <nl> ' - - language_in ' , ' ECMASCRIPT5 ' ] <nl> for e in CLOSURE_EXTERNS : <nl> def closure_compiler ( filename , pretty = True , advanced = True , extra_closure_args = [ ] <nl> args . append ( ' - - jscomp_off = * ' ) <nl> if pretty : <nl> args + = [ ' - - formatting ' , ' PRETTY_PRINT ' ] <nl> - user_args = os . environ . get ( ' EMCC_CLOSURE_ARGS ' ) <nl> if user_args : <nl> args + = shlex . split ( user_args ) <nl> args + = extra_closure_args <nl> args + = [ ' - - js ' , filename ] <nl> - logger . debug ( ' closure compiler : ' + ' ' . join ( args ) ) <nl> - env = os . environ . copy ( ) <nl> - env [ ' PATH ' ] = env [ ' PATH ' ] + os . pathsep + get_node_directory ( ) <nl> - # Closure compiler expects JAVA_HOME to be set in order to enable the java backend . Without <nl> - # this it will only try the native and JavaScript versions of the compiler . <nl> - java_home = os . path . dirname ( JAVA ) <nl> - if java_home : <nl> - env . setdefault ( ' JAVA_HOME ' , java_home ) <nl> - if WINDOWS and ' - - platform ' not in user_args : <nl> - # Disable native compiler on windows until upstream issue is fixed : <nl> - # https : / / github . com / google / closure - compiler - npm / issues / 147 <nl> - args . append ( ' - - platform = java ' ) <nl> + cmd = CLOSURE_COMPILER + args <nl> + logger . debug ( ' closure compiler : ' + ' ' . join ( cmd ) ) <nl> <nl> - proc = run_process ( args , stderr = PIPE , check = False , env = env ) <nl> + proc = run_process ( cmd , stderr = PIPE , check = False , env = env ) <nl> if proc . returncode ! = 0 : <nl> sys . stderr . write ( proc . stderr ) <nl> hint = ' ' <nl> | Fix check_closure_compiler to match the environment we run it in ( ) | emscripten-core/emscripten | 28e8b556caec26fc7d449027f46d19a11cbd7bf7 | 2020-01-31T03:56:58Z |
mmm a / tensorflow / python / keras / backend . py <nl> ppp b / tensorflow / python / keras / backend . py <nl> def arange ( start , stop = None , step = 1 , dtype = ' int32 ' ) : <nl> result = cast ( result , dtype ) <nl> return result <nl> <nl> - <nl> + @ tf_export ( ' keras . backend . tile ' ) <nl> def tile ( x , n ) : <nl> " " " Creates a tensor by tiling ` x ` by ` n ` . <nl> <nl> mmm a / tensorflow / tools / api / golden / v1 / tensorflow . keras . backend . pbtxt <nl> ppp b / tensorflow / tools / api / golden / v1 / tensorflow . keras . backend . pbtxt <nl> tf_module { <nl> name : " temporal_padding " <nl> argspec : " args = [ \ ' x \ ' , \ ' padding \ ' ] , varargs = None , keywords = None , defaults = [ \ ' ( 1 , 1 ) \ ' ] , " <nl> } <nl> + member_method { <nl> + name : " tile " <nl> + argspec : " args = [ \ ' x \ ' , \ ' n \ ' ] , varargs = None , keywords = None , defaults = None " <nl> + } <nl> member_method { <nl> name : " to_dense " <nl> argspec : " args = [ \ ' tensor \ ' ] , varargs = None , keywords = None , defaults = None " <nl> mmm a / tensorflow / tools / api / golden / v2 / tensorflow . keras . backend . pbtxt <nl> ppp b / tensorflow / tools / api / golden / v2 / tensorflow . keras . backend . pbtxt <nl> tf_module { <nl> name : " temporal_padding " <nl> argspec : " args = [ \ ' x \ ' , \ ' padding \ ' ] , varargs = None , keywords = None , defaults = [ \ ' ( 1 , 1 ) \ ' ] , " <nl> } <nl> + member_method { <nl> + name : " tile " <nl> + argspec : " args = [ \ ' x \ ' , \ ' n \ ' ] , varargs = None , keywords = None , defaults = None " <nl> + } <nl> member_method { <nl> name : " to_dense " <nl> argspec : " args = [ \ ' tensor \ ' ] , varargs = None , keywords = None , defaults = None " <nl> | export keras . backend . tile | tensorflow/tensorflow | a2833694c1b2e8b26c2409dd7e40e65d4c4b8ea3 | 2018-11-15T20:28:32Z |
mmm a / admin / static / handlebars / body . html <nl> ppp b / admin / static / handlebars / body . html <nl> < h3 > Development tools < / h3 > <nl> < div id = " footer " > <nl> < div class = " container " > <nl> < ul > <nl> - < li > < a href = " http : / / rethinkdb . com / docs / " > Documentation < / a > < / li > <nl> - < li > < a href = " http : / / rethinkdb . com / api / " > API < / a > < / li > <nl> - < li > < a href = " http : / / groups . google . com / group / rethinkdb " > Google Groups < / a > < / li > <nl> - < li > < a href = " irc : / / chat . freenode . net / # rethinkdb " > # rethinkdb on freenode < / a > < / li > <nl> - < li > < a href = " https : / / github . com / rethinkdb / rethinkdb / issues " > Github < / a > < / li > <nl> - < li > < a href = " http : / / rethinkdb . com / community / " > Community < / a > < / li > <nl> + < li > < a target = " _blank " href = " http : / / rethinkdb . com / docs / " > Documentation < / a > < / li > <nl> + < li > < a target = " _blank " href = " http : / / rethinkdb . com / api / " > API < / a > < / li > <nl> + < li > < a target = " _blank " href = " http : / / groups . google . com / group / rethinkdb " > Google Groups < / a > < / li > <nl> + < li > < a target = " _blank " href = " irc : / / chat . freenode . net / # rethinkdb " > # rethinkdb on freenode < / a > < / li > <nl> + < li > < a target = " _blank " href = " https : / / github . com / rethinkdb / rethinkdb / issues " > Github < / a > < / li > <nl> + < li > < a target = " _blank " href = " http : / / rethinkdb . com / community / " > Community < / a > < / li > <nl> { { ! <nl> We use an invisible span with no content to preload the monospace font for the data explorer : <nl> This ensures that data explorer suggestions won ' t be delayed while loading the font . <nl> | Changes footer links to open inside a new tab | rethinkdb/rethinkdb | 9d26dd5ae7b45d336875a23925dac4cb3636c142 | 2014-07-03T21:59:16Z |
mmm a / src / miner . cpp <nl> ppp b / src / miner . cpp <nl> int64_t UpdateTime ( CBlockHeader * pblock , const Consensus : : Params & consensusParam <nl> return nNewTime - nOldTime ; <nl> } <nl> <nl> + void RegenerateCommitments ( CBlock & block ) <nl> + { <nl> + CMutableTransaction tx { * block . vtx . at ( 0 ) } ; <nl> + tx . vout . erase ( tx . vout . begin ( ) + GetWitnessCommitmentIndex ( block ) ) ; <nl> + block . vtx . at ( 0 ) = MakeTransactionRef ( tx ) ; <nl> + <nl> + GenerateCoinbaseCommitment ( block , WITH_LOCK ( cs_main , return LookupBlockIndex ( block . hashPrevBlock ) ) , Params ( ) . GetConsensus ( ) ) ; <nl> + <nl> + block . hashMerkleRoot = BlockMerkleRoot ( block ) ; <nl> + } <nl> + <nl> BlockAssembler : : Options : : Options ( ) { <nl> blockMinFeeRate = CFeeRate ( DEFAULT_BLOCK_MIN_TX_FEE ) ; <nl> nBlockMaxWeight = DEFAULT_BLOCK_MAX_WEIGHT ; <nl> mmm a / src / miner . h <nl> ppp b / src / miner . h <nl> class BlockAssembler <nl> void IncrementExtraNonce ( CBlock * pblock , const CBlockIndex * pindexPrev , unsigned int & nExtraNonce ) ; <nl> int64_t UpdateTime ( CBlockHeader * pblock , const Consensus : : Params & consensusParams , const CBlockIndex * pindexPrev ) ; <nl> <nl> + / * * Update an old GenerateCoinbaseCommitment from CreateNewBlock after the block txs have changed * / <nl> + void RegenerateCommitments ( CBlock & block ) ; <nl> + <nl> # endif / / BITCOIN_MINER_H <nl> mmm a / src / rpc / client . cpp <nl> ppp b / src / rpc / client . cpp <nl> static const CRPCConvertParam vRPCConvertParams [ ] = <nl> { " generatetoaddress " , 2 , " maxtries " } , <nl> { " generatetodescriptor " , 0 , " num_blocks " } , <nl> { " generatetodescriptor " , 2 , " maxtries " } , <nl> + { " generateblock " , 1 , " transactions " } , <nl> { " getnetworkhashps " , 0 , " nblocks " } , <nl> { " getnetworkhashps " , 1 , " height " } , <nl> { " sendtoaddress " , 1 , " amount " } , <nl> mmm a / src / rpc / mining . cpp <nl> ppp b / src / rpc / mining . cpp <nl> static UniValue getnetworkhashps ( const JSONRPCRequest & request ) <nl> return GetNetworkHashPS ( ! request . params [ 0 ] . isNull ( ) ? request . params [ 0 ] . get_int ( ) : 120 , ! request . params [ 1 ] . isNull ( ) ? request . params [ 1 ] . get_int ( ) : - 1 ) ; <nl> } <nl> <nl> + static bool GenerateBlock ( CBlock & block , uint64_t & max_tries , unsigned int & extra_nonce , uint256 & block_hash ) <nl> + { <nl> + block_hash . SetNull ( ) ; <nl> + <nl> + { <nl> + LOCK ( cs_main ) ; <nl> + IncrementExtraNonce ( & block , : : ChainActive ( ) . Tip ( ) , extra_nonce ) ; <nl> + } <nl> + <nl> + CChainParams chainparams ( Params ( ) ) ; <nl> + <nl> + while ( max_tries > 0 & & block . nNonce < std : : numeric_limits < uint32_t > : : max ( ) & & ! CheckProofOfWork ( block . GetHash ( ) , block . nBits , chainparams . GetConsensus ( ) ) & & ! ShutdownRequested ( ) ) { <nl> + + + block . nNonce ; <nl> + - - max_tries ; <nl> + } <nl> + if ( max_tries = = 0 | | ShutdownRequested ( ) ) { <nl> + return false ; <nl> + } <nl> + if ( block . nNonce = = std : : numeric_limits < uint32_t > : : max ( ) ) { <nl> + return true ; <nl> + } <nl> + <nl> + std : : shared_ptr < const CBlock > shared_pblock = std : : make_shared < const CBlock > ( block ) ; <nl> + if ( ! ProcessNewBlock ( chainparams , shared_pblock , true , nullptr ) ) <nl> + throw JSONRPCError ( RPC_INTERNAL_ERROR , " ProcessNewBlock , block not accepted " ) ; <nl> + <nl> + block_hash = block . GetHash ( ) ; <nl> + return true ; <nl> + } <nl> + <nl> static UniValue generateBlocks ( const CTxMemPool & mempool , const CScript & coinbase_script , int nGenerate , uint64_t nMaxTries ) <nl> { <nl> int nHeightEnd = 0 ; <nl> static UniValue generateBlocks ( const CTxMemPool & mempool , const CScript & coinbas <nl> if ( ! pblocktemplate . get ( ) ) <nl> throw JSONRPCError ( RPC_INTERNAL_ERROR , " Couldn ' t create new block " ) ; <nl> CBlock * pblock = & pblocktemplate - > block ; <nl> - { <nl> - LOCK ( cs_main ) ; <nl> - IncrementExtraNonce ( pblock , : : ChainActive ( ) . Tip ( ) , nExtraNonce ) ; <nl> - } <nl> - while ( nMaxTries > 0 & & pblock - > nNonce < std : : numeric_limits < uint32_t > : : max ( ) & & ! CheckProofOfWork ( pblock - > GetHash ( ) , pblock - > nBits , Params ( ) . GetConsensus ( ) ) & & ! ShutdownRequested ( ) ) { <nl> - + + pblock - > nNonce ; <nl> - - - nMaxTries ; <nl> - } <nl> - if ( nMaxTries = = 0 | | ShutdownRequested ( ) ) { <nl> + <nl> + uint256 block_hash ; <nl> + if ( ! GenerateBlock ( * pblock , nMaxTries , nExtraNonce , block_hash ) ) { <nl> break ; <nl> } <nl> - if ( pblock - > nNonce = = std : : numeric_limits < uint32_t > : : max ( ) ) { <nl> - continue ; <nl> + <nl> + if ( ! block_hash . IsNull ( ) ) { <nl> + + + nHeight ; <nl> + blockHashes . push_back ( block_hash . GetHex ( ) ) ; <nl> } <nl> - std : : shared_ptr < const CBlock > shared_pblock = std : : make_shared < const CBlock > ( * pblock ) ; <nl> - if ( ! ProcessNewBlock ( Params ( ) , shared_pblock , true , nullptr ) ) <nl> - throw JSONRPCError ( RPC_INTERNAL_ERROR , " ProcessNewBlock , block not accepted " ) ; <nl> - + + nHeight ; <nl> - blockHashes . push_back ( pblock - > GetHash ( ) . GetHex ( ) ) ; <nl> } <nl> return blockHashes ; <nl> } <nl> <nl> + static bool getScriptFromDescriptor ( const std : : string & descriptor , CScript & script , std : : string & error ) <nl> + { <nl> + FlatSigningProvider key_provider ; <nl> + const auto desc = Parse ( descriptor , key_provider , error , / * require_checksum = * / false ) ; <nl> + if ( desc ) { <nl> + if ( desc - > IsRange ( ) ) { <nl> + throw JSONRPCError ( RPC_INVALID_PARAMETER , " Ranged descriptor not accepted . Maybe pass through deriveaddresses first ? " ) ; <nl> + } <nl> + <nl> + FlatSigningProvider provider ; <nl> + std : : vector < CScript > scripts ; <nl> + if ( ! desc - > Expand ( 0 , key_provider , scripts , provider ) ) { <nl> + throw JSONRPCError ( RPC_INVALID_ADDRESS_OR_KEY , strprintf ( " Cannot derive script without private keys " ) ) ; <nl> + } <nl> + <nl> + / / Combo desriptors can have 2 or 4 scripts , so we can ' t just check scripts . size ( ) = = 1 <nl> + CHECK_NONFATAL ( scripts . size ( ) > 0 & & scripts . size ( ) < = 4 ) ; <nl> + <nl> + if ( scripts . size ( ) = = 1 ) { <nl> + script = scripts . at ( 0 ) ; <nl> + } else if ( scripts . size ( ) = = 4 ) { <nl> + / / For uncompressed keys , take the 3rd script , since it is p2wpkh <nl> + script = scripts . at ( 2 ) ; <nl> + } else { <nl> + / / Else take the 2nd script , since it is p2pkh <nl> + script = scripts . at ( 1 ) ; <nl> + } <nl> + <nl> + return true ; <nl> + } else { <nl> + return false ; <nl> + } <nl> + } <nl> + <nl> static UniValue generatetodescriptor ( const JSONRPCRequest & request ) <nl> { <nl> RPCHelpMan { <nl> static UniValue generatetodescriptor ( const JSONRPCRequest & request ) <nl> const int num_blocks { request . params [ 0 ] . get_int ( ) } ; <nl> const int64_t max_tries { request . params [ 2 ] . isNull ( ) ? 1000000 : request . params [ 2 ] . get_int ( ) } ; <nl> <nl> - FlatSigningProvider key_provider ; <nl> + CScript coinbase_script ; <nl> std : : string error ; <nl> - const auto desc = Parse ( request . params [ 1 ] . get_str ( ) , key_provider , error , / * require_checksum = * / false ) ; <nl> - if ( ! desc ) { <nl> + if ( ! getScriptFromDescriptor ( request . params [ 1 ] . get_str ( ) , coinbase_script , error ) ) { <nl> throw JSONRPCError ( RPC_INVALID_ADDRESS_OR_KEY , error ) ; <nl> } <nl> - if ( desc - > IsRange ( ) ) { <nl> - throw JSONRPCError ( RPC_INVALID_PARAMETER , " Ranged descriptor not accepted . Maybe pass through deriveaddresses first ? " ) ; <nl> - } <nl> - <nl> - FlatSigningProvider provider ; <nl> - std : : vector < CScript > coinbase_script ; <nl> - if ( ! desc - > Expand ( 0 , key_provider , coinbase_script , provider ) ) { <nl> - throw JSONRPCError ( RPC_INVALID_ADDRESS_OR_KEY , strprintf ( " Cannot derive script without private keys " ) ) ; <nl> - } <nl> <nl> const CTxMemPool & mempool = EnsureMemPool ( ) ; <nl> <nl> - CHECK_NONFATAL ( coinbase_script . size ( ) = = 1 ) ; <nl> - <nl> - return generateBlocks ( mempool , coinbase_script . at ( 0 ) , num_blocks , max_tries ) ; <nl> + return generateBlocks ( mempool , coinbase_script , num_blocks , max_tries ) ; <nl> } <nl> <nl> static UniValue generatetoaddress ( const JSONRPCRequest & request ) <nl> static UniValue generatetoaddress ( const JSONRPCRequest & request ) <nl> return generateBlocks ( mempool , coinbase_script , nGenerate , nMaxTries ) ; <nl> } <nl> <nl> + static UniValue generateblock ( const JSONRPCRequest & request ) <nl> + { <nl> + RPCHelpMan { " generateblock " , <nl> + " \ nMine a block with a set of ordered transactions immediately to a specified address or descriptor ( before the RPC call returns ) \ n " , <nl> + { <nl> + { " address / descriptor " , RPCArg : : Type : : STR , RPCArg : : Optional : : NO , " The address or descriptor to send the newly generated bitcoin to . " } , <nl> + { " transactions " , RPCArg : : Type : : ARR , RPCArg : : Optional : : NO , " An array of hex strings which are either txids or raw transactions . \ n " <nl> + " Txids must reference transactions currently in the mempool . \ n " <nl> + " All transactions must be valid and in valid order , otherwise the block will be rejected . " , <nl> + { <nl> + { " rawtx / txid " , RPCArg : : Type : : STR_HEX , RPCArg : : Optional : : OMITTED , " " } , <nl> + } , <nl> + } <nl> + } , <nl> + RPCResult { <nl> + RPCResult : : Type : : OBJ , " " , " " , <nl> + { <nl> + { RPCResult : : Type : : STR_HEX , " hash " , " hash of generated block " } <nl> + } <nl> + } , <nl> + RPCExamples { <nl> + " \ nGenerate a block to myaddress , with txs rawtx and mempool_txid \ n " <nl> + + HelpExampleCli ( " generateblock " , R " ( " myaddress " ' [ " rawtx " , " mempool_txid " ] ' ) " ) <nl> + } , <nl> + } . Check ( request ) ; <nl> + <nl> + const auto address_or_descriptor = request . params [ 0 ] . get_str ( ) ; <nl> + CScript coinbase_script ; <nl> + std : : string error ; <nl> + <nl> + if ( ! getScriptFromDescriptor ( address_or_descriptor , coinbase_script , error ) ) { <nl> + const auto destination = DecodeDestination ( address_or_descriptor ) ; <nl> + if ( ! IsValidDestination ( destination ) ) { <nl> + throw JSONRPCError ( RPC_INVALID_ADDRESS_OR_KEY , " Error : Invalid address or descriptor " ) ; <nl> + } <nl> + <nl> + coinbase_script = GetScriptForDestination ( destination ) ; <nl> + } <nl> + <nl> + const CTxMemPool & mempool = EnsureMemPool ( ) ; <nl> + <nl> + std : : vector < CTransactionRef > txs ; <nl> + const auto raw_txs_or_txids = request . params [ 1 ] . get_array ( ) ; <nl> + for ( size_t i = 0 ; i < raw_txs_or_txids . size ( ) ; i + + ) { <nl> + const auto str ( raw_txs_or_txids [ i ] . get_str ( ) ) ; <nl> + <nl> + uint256 hash ; <nl> + CMutableTransaction mtx ; <nl> + if ( ParseHashStr ( str , hash ) ) { <nl> + <nl> + const auto tx = mempool . get ( hash ) ; <nl> + if ( ! tx ) { <nl> + throw JSONRPCError ( RPC_INVALID_ADDRESS_OR_KEY , strprintf ( " Transaction % s not in mempool . " , str ) ) ; <nl> + } <nl> + <nl> + txs . emplace_back ( tx ) ; <nl> + <nl> + } else if ( DecodeHexTx ( mtx , str ) ) { <nl> + txs . push_back ( MakeTransactionRef ( std : : move ( mtx ) ) ) ; <nl> + <nl> + } else { <nl> + throw JSONRPCError ( RPC_DESERIALIZATION_ERROR , strprintf ( " Transaction decode failed for % s " , str ) ) ; <nl> + } <nl> + } <nl> + <nl> + CChainParams chainparams ( Params ( ) ) ; <nl> + CBlock block ; <nl> + <nl> + { <nl> + LOCK ( cs_main ) ; <nl> + <nl> + CTxMemPool empty_mempool ; <nl> + std : : unique_ptr < CBlockTemplate > blocktemplate ( BlockAssembler ( empty_mempool , chainparams ) . CreateNewBlock ( coinbase_script ) ) ; <nl> + if ( ! blocktemplate ) { <nl> + throw JSONRPCError ( RPC_INTERNAL_ERROR , " Couldn ' t create new block " ) ; <nl> + } <nl> + block = blocktemplate - > block ; <nl> + } <nl> + <nl> + CHECK_NONFATAL ( block . vtx . size ( ) = = 1 ) ; <nl> + <nl> + / / Add transactions <nl> + block . vtx . insert ( block . vtx . end ( ) , txs . begin ( ) , txs . end ( ) ) ; <nl> + RegenerateCommitments ( block ) ; <nl> + <nl> + { <nl> + LOCK ( cs_main ) ; <nl> + <nl> + BlockValidationState state ; <nl> + if ( ! TestBlockValidity ( state , chainparams , block , LookupBlockIndex ( block . hashPrevBlock ) , false , false ) ) { <nl> + throw JSONRPCError ( RPC_VERIFY_ERROR , strprintf ( " TestBlockValidity failed : % s " , state . ToString ( ) ) ) ; <nl> + } <nl> + } <nl> + <nl> + uint256 block_hash ; <nl> + uint64_t max_tries { 1000000 } ; <nl> + unsigned int extra_nonce { 0 } ; <nl> + <nl> + if ( ! GenerateBlock ( block , max_tries , extra_nonce , block_hash ) | | block_hash . IsNull ( ) ) { <nl> + throw JSONRPCError ( RPC_MISC_ERROR , " Failed to make block . " ) ; <nl> + } <nl> + <nl> + UniValue obj ( UniValue : : VOBJ ) ; <nl> + obj . pushKV ( " hash " , block_hash . GetHex ( ) ) ; <nl> + return obj ; <nl> + } <nl> + <nl> static UniValue getmininginfo ( const JSONRPCRequest & request ) <nl> { <nl> RPCHelpMan { " getmininginfo " , <nl> static const CRPCCommand commands [ ] = <nl> <nl> { " generating " , " generatetoaddress " , & generatetoaddress , { " nblocks " , " address " , " maxtries " } } , <nl> { " generating " , " generatetodescriptor " , & generatetodescriptor , { " num_blocks " , " descriptor " , " maxtries " } } , <nl> + { " generating " , " generateblock " , & generateblock , { " address " , " transactions " } } , <nl> <nl> { " util " , " estimatesmartfee " , & estimatesmartfee , { " conf_target " , " estimate_mode " } } , <nl> <nl> | Add generateblock rpc | bitcoin/bitcoin | dcc8332543f8fb6d1bb47cb270fcbb6a814a7d6e | 2020-03-27T15:00:10Z |
mmm a / tensorflow / contrib / tensorrt / convert / convert_nodes . cc <nl> ppp b / tensorflow / contrib / tensorrt / convert / convert_nodes . cc <nl> tensorflow : : Status ConvertPlugin ( Converter & ctx , <nl> / / TODO ( jie ) : support only list of float for toy example here . <nl> auto data = attrs . get < std : : vector < float > > ( attr_key ) ; <nl> size_t size_data = data . size ( ) * sizeof ( float ) ; <nl> - plugin - > SetAttribute ( attr_key , static_cast < void * > ( data . data ( ) ) , size_data ) ; <nl> + if ( ! plugin - > SetAttribute ( attr_key , static_cast < void * > ( data . data ( ) ) , <nl> + size_data ) ) { <nl> + return tensorflow : : errors : : InvalidArgument ( " plugin SetAttribute failed " ) ; <nl> + } <nl> } <nl> <nl> nvinfer1 : : IPluginLayer * layer = <nl> | detecting SetAttribute failure | tensorflow/tensorflow | b8f034f56b3ed82c477afd6e91ca3b17d6322cd0 | 2018-05-09T23:57:11Z |
mmm a / spec / api - browser - window - spec . js <nl> ppp b / spec / api - browser - window - spec . js <nl> describe ( ' BrowserWindow module ' , ( ) = > { <nl> w . loadFile ( path . join ( fixtures , ' pages ' , ' window - open . html ' ) ) <nl> } ) <nl> <nl> - / / TODO ( alexeykuzmin ) : ` GetProcessMemoryInfo ( ) ` is not available starting Ch67 . <nl> - xit ( ' releases memory after popup is closed ' , ( done ) = > { <nl> - w . destroy ( ) <nl> - w = new BrowserWindow ( { <nl> - show : false , <nl> - webPreferences : { <nl> - preload , <nl> - sandbox : true <nl> - } <nl> - } ) <nl> - w . loadFile ( path . join ( fixtures , ' api ' , ' sandbox . html ' ) , { search : ' allocate - memory ' } ) <nl> - ipcMain . once ( ' answer ' , function ( event , { bytesBeforeOpen , bytesAfterOpen , bytesAfterClose } ) { <nl> - const memoryIncreaseByOpen = bytesAfterOpen - bytesBeforeOpen <nl> - const memoryDecreaseByClose = bytesAfterOpen - bytesAfterClose <nl> - / / decreased memory should be less than increased due to factors we <nl> - / / can ' t control , but given the amount of memory allocated in the <nl> - / / fixture , we can reasonably expect decrease to be at least 70 % of <nl> - / / increase <nl> - assert ( memoryDecreaseByClose > memoryIncreaseByOpen * 0 . 7 ) <nl> - done ( ) <nl> - } ) <nl> - } ) <nl> - <nl> / / see # 9387 <nl> it ( ' properly manages remote object references after page reload ' , ( done ) = > { <nl> w . destroy ( ) <nl> mmm a / spec / fixtures / api / sandbox . html <nl> ppp b / spec / fixtures / api / sandbox . html <nl> <nl> await invokeGc ( ) <nl> ipcRenderer . send ( ' answer ' , new Hello ( ) . say ( ) ) <nl> } , <nl> - / / FIXME : Chromium 67 - getProcessMemoryInfo has been removed <nl> - / / ' allocate - memory ' : async ( ) = > { <nl> - / / await invokeGc ( ) <nl> - / / const { privateBytes : bytesBeforeOpen } = process . getProcessMemoryInfo ( ) <nl> - / / let w = open ( ' . / allocate - memory . html ' ) <nl> - / / await invokeGc ( ) <nl> - / / const { privateBytes : bytesAfterOpen } = process . getProcessMemoryInfo ( ) <nl> - / / w . close ( ) <nl> - / / w = null <nl> - / / await invokeGc ( ) <nl> - / / const { privateBytes : bytesAfterClose } = process . getProcessMemoryInfo ( ) <nl> - / / ipcRenderer . send ( ' answer ' , { <nl> - / / bytesBeforeOpen , bytesAfterOpen , bytesAfterClose <nl> - / / } ) <nl> - / / } , <nl> ' window - events ' : ( ) = > { <nl> document . title = ' changed ' <nl> } , <nl> | test : remove non - applicable processMemoryInfo specs ( ) | electron/electron | c4020308c9a025e571a1ba8cf1bd36ffe14bd399 | 2019-04-05T14:53:25Z |
new file mode 100644 <nl> index 0000000000 . . e6d49a7b14 <nl> mmm / dev / null <nl> ppp b / code / operating_system / shortest_seek_time_first / shortest_seek_time_first . c <nl> <nl> + / / C program for implementing Shortest Seek Time First <nl> + / / Disk Scheduling <nl> + <nl> + # include < stdio . h > <nl> + # include < stdlib . h > / / has inbuilt quick sort , abs for ints <nl> + <nl> + / / For Ascending Order Sort <nl> + int compare ( const void * a , const void * b ) { <nl> + return ( * ( int * ) a - * ( int * ) b ) ; <nl> + } <nl> + <nl> + <nl> + int main ( ) { <nl> + <nl> + / / Initialization <nl> + int noOfRequests , headAt ; <nl> + int requests [ 20 ] ; <nl> + int headMovement = 0 ; <nl> + int left = 0 , right = 0 ; <nl> + <nl> + <nl> + / / Read input <nl> + printf ( " Enter no . of requests . . . " ) ; <nl> + scanf ( " % d " , & noOfRequests ) ; <nl> + <nl> + printf ( " Enter no . of requests . . . \ n " ) ; <nl> + for ( int i = 0 ; i < noOfRequests ; i + + ) <nl> + scanf ( " % d " , & requests [ i ] ) ; <nl> + <nl> + printf ( " Enter the starting position for head . . . " ) ; <nl> + scanf ( " % d " , & headAt ) ; <nl> + <nl> + / * = = = = = = = = = = = = SSTF = = = = = = = = = = = = = = = = = * / <nl> + <nl> + / / quick sort <nl> + qsort ( requests , noOfRequests , sizeof ( int ) , compare ) ; <nl> + <nl> + / / initializing left and right counters <nl> + while ( requests [ right ] < headAt ) { <nl> + left = right ; <nl> + right + + ; <nl> + } <nl> + <nl> + <nl> + / / Until head reaches extreme left 0 or extreme right 199 <nl> + while ( left ! = - 1 & & right ! = noOfRequests ) { <nl> + <nl> + / / Left request is near to head <nl> + if ( abs ( headAt - requests [ left ] ) < abs ( headAt - requests [ right ] ) ) { <nl> + headMovement + = abs ( headAt - requests [ left ] ) ; <nl> + headAt = requests [ left ] ; <nl> + left - - ; <nl> + <nl> + } <nl> + / / Right request is near to head <nl> + else { <nl> + headMovement + = abs ( headAt - requests [ right ] ) ; <nl> + headAt = requests [ right ] ; <nl> + right + + ; <nl> + } <nl> + <nl> + } <nl> + <nl> + <nl> + / / When we have requests only to the left of the head <nl> + while ( left ! = - 1 ) { <nl> + headMovement + = abs ( headAt - requests [ left ] ) ; <nl> + headAt = requests [ left ] ; <nl> + left - - ; <nl> + <nl> + } <nl> + <nl> + / / When we have requests only to the right of the head <nl> + while ( right ! = noOfRequests ) { <nl> + headMovement + = abs ( headAt - requests [ right ] ) ; <nl> + headAt = requests [ right ] ; <nl> + right + + ; <nl> + <nl> + } <nl> + <nl> + / * = = = = = = = = = = = = = = = = = = SSTF ENDS = = = = = = = = = = = = = = = = * / <nl> + <nl> + printf ( " Total head movement is % d \ n " , headMovement ) ; <nl> + <nl> + } <nl> + <nl> + <nl> + / * <nl> + <nl> + Example form Operating System Concepts 7th edition by Silberschatz , Galvin , Gagne <nl> + Page no . 459 <nl> + <nl> + OUTPUT : <nl> + Enter no . of requests . . . 8 <nl> + Enter no . of requests . . . <nl> + 98 183 37 122 14 124 65 67 <nl> + Enter the starting position for head . . . 53 <nl> + Total head movement is 236 <nl> + <nl> + * / <nl> | Merge pull request from Mumbaikar007 / master | OpenGenus/cosmos | 2ffa4f4d1f84ebc5f73718bf41f9e64e138d6a6e | 2017-10-17T12:34:43Z |
mmm a / Telegram / SourceFiles / boxes / boxes . style <nl> ppp b / Telegram / SourceFiles / boxes / boxes . style <nl> autoDownloadTitlePosition : point ( 23px , 18px ) ; <nl> autoDownloadTitleFont : font ( 15px semibold ) ; <nl> <nl> confirmCaptionArea : InputField ( defaultInputField ) { <nl> - textMargins : margins ( 1px , 26px , 1px , 4px ) ; <nl> + textMargins : margins ( 1px , 26px , 31px , 4px ) ; <nl> heightMax : 78px ; <nl> } <nl> confirmBg : windowBgOver ; <nl> mmm a / Telegram / SourceFiles / boxes / edit_caption_box . cpp <nl> ppp b / Telegram / SourceFiles / boxes / edit_caption_box . cpp <nl> For license and copyright information please follow this link : <nl> # include " ui / widgets / input_fields . h " <nl> # include " ui / image / image . h " <nl> # include " ui / text_options . h " <nl> + # include " ui / special_buttons . h " <nl> # include " media / media_clip_reader . h " <nl> # include " history / history . h " <nl> # include " history / history_item . h " <nl> For license and copyright information please follow this link : <nl> # include " data / data_photo . h " <nl> # include " data / data_document . h " <nl> # include " lang / lang_keys . h " <nl> + # include " core / event_filter . h " <nl> # include " chat_helpers / message_field . h " <nl> + # include " chat_helpers / tabbed_panel . h " <nl> + # include " chat_helpers / tabbed_selector . h " <nl> # include " chat_helpers / emoji_suggestions_widget . h " <nl> # include " window / window_controller . h " <nl> # include " mainwidget . h " <nl> For license and copyright information please follow this link : <nl> # include " auth_session . h " <nl> # include " styles / style_history . h " <nl> # include " styles / style_boxes . h " <nl> + # include " styles / style_chat_helpers . h " <nl> <nl> EditCaptionBox : : EditCaptionBox ( <nl> QWidget * , <nl> EditCaptionBox : : EditCaptionBox ( <nl> _field - > setEditLinkCallback ( DefaultEditLinkCallback ( _field ) ) ; <nl> } <nl> <nl> + bool EditCaptionBox : : emojiFilter ( not_null < QEvent * > event ) { <nl> + const auto type = event - > type ( ) ; <nl> + if ( type = = QEvent : : Move | | type = = QEvent : : Resize ) { <nl> + / / updateEmojiPanelGeometry uses not only container geometry , but <nl> + / / also container children geometries that will be updated later . <nl> + crl : : on_main ( this , [ = ] { updateEmojiPanelGeometry ( ) ; } ) ; <nl> + } <nl> + return false ; <nl> + } <nl> + <nl> + void EditCaptionBox : : updateEmojiPanelGeometry ( ) { <nl> + const auto parent = _emojiPanel - > parentWidget ( ) ; <nl> + const auto global = _emojiToggle - > mapToGlobal ( { 0 , 0 } ) ; <nl> + const auto local = parent - > mapFromGlobal ( global ) ; <nl> + _emojiPanel - > moveBottomRight ( <nl> + local . y ( ) , <nl> + local . x ( ) + _emojiToggle - > width ( ) * 3 ) ; <nl> + } <nl> + <nl> void EditCaptionBox : : prepareGifPreview ( not_null < DocumentData * > document ) { <nl> if ( _gifPreview ) { <nl> return ; <nl> void EditCaptionBox : : prepare ( ) { <nl> getDelegate ( ) - > outerContainer ( ) , <nl> _field ) ; <nl> <nl> + setupEmojiPanel ( ) ; <nl> + <nl> auto cursor = _field - > textCursor ( ) ; <nl> cursor . movePosition ( QTextCursor : : End ) ; <nl> _field - > setTextCursor ( cursor ) ; <nl> void EditCaptionBox : : prepare ( ) { <nl> void EditCaptionBox : : captionResized ( ) { <nl> updateBoxSize ( ) ; <nl> resizeEvent ( 0 ) ; <nl> + updateEmojiPanelGeometry ( ) ; <nl> update ( ) ; <nl> } <nl> <nl> + void EditCaptionBox : : setupEmojiPanel ( ) { <nl> + const auto container = getDelegate ( ) - > outerContainer ( ) ; <nl> + _emojiPanel = base : : make_unique_q < ChatHelpers : : TabbedPanel > ( <nl> + container , <nl> + _controller , <nl> + object_ptr < ChatHelpers : : TabbedSelector > ( <nl> + nullptr , <nl> + _controller , <nl> + ChatHelpers : : TabbedSelector : : Mode : : EmojiOnly ) ) ; <nl> + _emojiPanel - > setDesiredHeightValues ( <nl> + 1 . , <nl> + st : : emojiPanMinHeight / 2 , <nl> + st : : emojiPanMinHeight ) ; <nl> + _emojiPanel - > hide ( ) ; <nl> + _emojiPanel - > getSelector ( ) - > emojiChosen ( <nl> + ) | rpl : : start_with_next ( [ = ] ( EmojiPtr emoji ) { <nl> + Ui : : InsertEmojiAtCursor ( _field - > textCursor ( ) , emoji ) ; <nl> + } , lifetime ( ) ) ; <nl> + <nl> + _emojiFilter . reset ( Core : : InstallEventFilter ( <nl> + container , <nl> + [ = ] ( not_null < QEvent * > event ) { return emojiFilter ( event ) ; } ) ) ; <nl> + <nl> + _emojiToggle . create ( this , st : : boxAttachEmoji ) ; <nl> + _emojiToggle - > installEventFilter ( _emojiPanel ) ; <nl> + _emojiToggle - > addClickHandler ( [ = ] { <nl> + _emojiPanel - > toggleAnimated ( ) ; <nl> + } ) ; <nl> + } <nl> + <nl> void EditCaptionBox : : updateBoxSize ( ) { <nl> auto newHeight = st : : boxPhotoPadding . top ( ) + st : : boxPhotoCaptionSkip + _field - > height ( ) + errorTopSkip ( ) + st : : normalFont - > height ; <nl> if ( _photo | | _animated ) { <nl> void EditCaptionBox : : resizeEvent ( QResizeEvent * e ) { <nl> BoxContent : : resizeEvent ( e ) ; <nl> _field - > resize ( st : : sendMediaPreviewSize , _field - > height ( ) ) ; <nl> _field - > moveToLeft ( st : : boxPhotoPadding . left ( ) , height ( ) - st : : normalFont - > height - errorTopSkip ( ) - _field - > height ( ) ) ; <nl> + _emojiToggle - > moveToLeft ( <nl> + ( st : : boxPhotoPadding . left ( ) <nl> + + st : : sendMediaPreviewSize <nl> + - _emojiToggle - > width ( ) ) , <nl> + _field - > y ( ) + st : : boxAttachEmojiTop ) ; <nl> } <nl> <nl> void EditCaptionBox : : setInnerFocus ( ) { <nl> mmm a / Telegram / SourceFiles / boxes / edit_caption_box . h <nl> ppp b / Telegram / SourceFiles / boxes / edit_caption_box . h <nl> For license and copyright information please follow this link : <nl> <nl> # include " boxes / abstract_box . h " <nl> <nl> + namespace ChatHelpers { <nl> + class TabbedPanel ; <nl> + } / / namespace ChatHelpers <nl> + <nl> namespace Window { <nl> class Controller ; <nl> } / / namespace Window <nl> class Media ; <nl> <nl> namespace Ui { <nl> class InputField ; <nl> + class EmojiButton ; <nl> } / / namespace Ui <nl> <nl> namespace Window { <nl> class EditCaptionBox : public BoxContent , public RPCSender { <nl> void prepareGifPreview ( not_null < DocumentData * > document ) ; <nl> void clipCallback ( Media : : Clip : : Notification notification ) ; <nl> <nl> + void setupEmojiPanel ( ) ; <nl> + void updateEmojiPanelGeometry ( ) ; <nl> + bool emojiFilter ( not_null < QEvent * > event ) ; <nl> + <nl> void save ( ) ; <nl> void captionResized ( ) ; <nl> <nl> class EditCaptionBox : public BoxContent , public RPCSender { <nl> Media : : Clip : : ReaderPointer _gifPreview ; <nl> <nl> object_ptr < Ui : : InputField > _field = { nullptr } ; <nl> + object_ptr < Ui : : EmojiButton > _emojiToggle = { nullptr } ; <nl> + base : : unique_qptr < ChatHelpers : : TabbedPanel > _emojiPanel ; <nl> + base : : unique_qptr < QObject > _emojiFilter ; <nl> <nl> int _thumbx = 0 ; <nl> int _thumbw = 0 ; <nl> mmm a / Telegram / SourceFiles / boxes / send_files_box . cpp <nl> ppp b / Telegram / SourceFiles / boxes / send_files_box . cpp <nl> For license and copyright information please follow this link : <nl> # include " history / history_media_types . h " <nl> # include " chat_helpers / message_field . h " <nl> # include " chat_helpers / emoji_suggestions_widget . h " <nl> + # include " chat_helpers / tabbed_panel . h " <nl> + # include " chat_helpers / tabbed_selector . h " <nl> # include " core / file_utilities . h " <nl> # include " core / mime_type . h " <nl> + # include " core / event_filter . h " <nl> # include " ui / widgets / checkbox . h " <nl> # include " ui / widgets / buttons . h " <nl> # include " ui / widgets / input_fields . h " <nl> For license and copyright information please follow this link : <nl> # include " ui / wrap / fade_wrap . h " <nl> # include " ui / grouped_layout . h " <nl> # include " ui / text_options . h " <nl> + # include " ui / special_buttons . h " <nl> # include " media / media_clip_reader . h " <nl> # include " window / window_controller . h " <nl> + # include " layout . h " <nl> # include " styles / style_history . h " <nl> # include " styles / style_boxes . h " <nl> - # include " layout . h " <nl> + # include " styles / style_chat_helpers . h " <nl> <nl> namespace { <nl> <nl> void SendFilesBox : : setupCaption ( ) { <nl> Ui : : Emoji : : SuggestionsController : : Init ( <nl> getDelegate ( ) - > outerContainer ( ) , <nl> _caption ) ; <nl> + <nl> + setupEmojiPanel ( ) ; <nl> + } <nl> + <nl> + void SendFilesBox : : setupEmojiPanel ( ) { <nl> + const auto container = getDelegate ( ) - > outerContainer ( ) ; <nl> + _emojiPanel = base : : make_unique_q < ChatHelpers : : TabbedPanel > ( <nl> + container , <nl> + _controller , <nl> + object_ptr < ChatHelpers : : TabbedSelector > ( <nl> + nullptr , <nl> + _controller , <nl> + ChatHelpers : : TabbedSelector : : Mode : : EmojiOnly ) ) ; <nl> + _emojiPanel - > setDesiredHeightValues ( <nl> + 1 . , <nl> + st : : emojiPanMinHeight / 2 , <nl> + st : : emojiPanMinHeight ) ; <nl> + _emojiPanel - > hide ( ) ; <nl> + _emojiPanel - > getSelector ( ) - > emojiChosen ( <nl> + ) | rpl : : start_with_next ( [ = ] ( EmojiPtr emoji ) { <nl> + Ui : : InsertEmojiAtCursor ( _caption - > textCursor ( ) , emoji ) ; <nl> + } , lifetime ( ) ) ; <nl> + <nl> + _emojiFilter . reset ( Core : : InstallEventFilter ( <nl> + container , <nl> + [ = ] ( not_null < QEvent * > event ) { return emojiFilter ( event ) ; } ) ) ; <nl> + <nl> + _emojiToggle . create ( this , st : : boxAttachEmoji ) ; <nl> + _emojiToggle - > installEventFilter ( _emojiPanel ) ; <nl> + _emojiToggle - > addClickHandler ( [ = ] { <nl> + _emojiPanel - > toggleAnimated ( ) ; <nl> + } ) ; <nl> + } <nl> + <nl> + bool SendFilesBox : : emojiFilter ( not_null < QEvent * > event ) { <nl> + const auto type = event - > type ( ) ; <nl> + if ( type = = QEvent : : Move | | type = = QEvent : : Resize ) { <nl> + / / updateEmojiPanelGeometry uses not only container geometry , but <nl> + / / also container children geometries that will be updated later . <nl> + crl : : on_main ( this , [ = ] { updateEmojiPanelGeometry ( ) ; } ) ; <nl> + } <nl> + return false ; <nl> + } <nl> + <nl> + void SendFilesBox : : updateEmojiPanelGeometry ( ) { <nl> + const auto parent = _emojiPanel - > parentWidget ( ) ; <nl> + const auto global = _emojiToggle - > mapToGlobal ( { 0 , 0 } ) ; <nl> + const auto local = parent - > mapFromGlobal ( global ) ; <nl> + _emojiPanel - > moveBottomRight ( <nl> + local . y ( ) , <nl> + local . x ( ) + _emojiToggle - > width ( ) * 3 ) ; <nl> } <nl> <nl> void SendFilesBox : : captionResized ( ) { <nl> updateBoxSize ( ) ; <nl> updateControlsGeometry ( ) ; <nl> + updateEmojiPanelGeometry ( ) ; <nl> update ( ) ; <nl> } <nl> <nl> void SendFilesBox : : updateControlsGeometry ( ) { <nl> st : : boxPhotoPadding . left ( ) , <nl> bottom - _caption - > height ( ) ) ; <nl> bottom - = st : : boxPhotoCaptionSkip + _caption - > height ( ) ; <nl> + <nl> + _emojiToggle - > moveToLeft ( <nl> + ( st : : boxPhotoPadding . left ( ) <nl> + + st : : sendMediaPreviewSize <nl> + - _emojiToggle - > width ( ) ) , <nl> + _caption - > y ( ) + st : : boxAttachEmojiTop ) ; <nl> } <nl> const auto pointers = { <nl> _sendAlbum . data ( ) , <nl> mmm a / Telegram / SourceFiles / boxes / send_files_box . h <nl> ppp b / Telegram / SourceFiles / boxes / send_files_box . h <nl> namespace Window { <nl> class Controller ; <nl> } / / namespace Window <nl> <nl> + namespace ChatHelpers { <nl> + class TabbedPanel ; <nl> + } / / namespace ChatHelpers <nl> + <nl> namespace Ui { <nl> template < typename Enum > <nl> class Radioenum ; <nl> class RadioenumGroup ; <nl> class RoundButton ; <nl> class InputField ; <nl> struct GroupMediaLayout ; <nl> + class EmojiButton ; <nl> } / / namespace Ui <nl> <nl> namespace Window { <nl> class SendFilesBox : public BoxContent { <nl> not_null < Ui : : ScrollArea * > wrap , <nl> not_null < AlbumPreview * > content ) ; <nl> <nl> + void setupEmojiPanel ( ) ; <nl> + void updateEmojiPanelGeometry ( ) ; <nl> + bool emojiFilter ( not_null < QEvent * > event ) ; <nl> + <nl> void refreshAlbumMediaCount ( ) ; <nl> void preparePreview ( ) ; <nl> void prepareSingleFilePreview ( ) ; <nl> class SendFilesBox : public BoxContent { <nl> bool _confirmed = false ; <nl> <nl> object_ptr < Ui : : InputField > _caption = { nullptr } ; <nl> + object_ptr < Ui : : EmojiButton > _emojiToggle = { nullptr } ; <nl> + base : : unique_qptr < ChatHelpers : : TabbedPanel > _emojiPanel ; <nl> + base : : unique_qptr < QObject > _emojiFilter ; <nl> + <nl> object_ptr < Ui : : Radioenum < SendFilesWay > > _sendAlbum = { nullptr } ; <nl> object_ptr < Ui : : Radioenum < SendFilesWay > > _sendPhotos = { nullptr } ; <nl> object_ptr < Ui : : Radioenum < SendFilesWay > > _sendFiles = { nullptr } ; <nl> mmm a / Telegram / SourceFiles / chat_helpers / chat_helpers . style <nl> ppp b / Telegram / SourceFiles / chat_helpers / chat_helpers . style <nl> emojiPanHover : windowBgOver ; <nl> emojiPanSlideDuration : 200 ; <nl> emojiPanDesiredSize : 45px ; <nl> <nl> + inlineResultsMinHeight : 278px ; <nl> + inlineResultsMaxHeight : 640px ; <nl> + <nl> emojiPanHeader : 42px ; <nl> emojiPanHeaderFont : semiboldFont ; <nl> emojiPanHeaderLeft : 22px ; <nl> mmm a / Telegram / SourceFiles / chat_helpers / emoji_suggestions_widget . cpp <nl> ppp b / Telegram / SourceFiles / chat_helpers / emoji_suggestions_widget . cpp <nl> bool SuggestionsController : : outerFilter ( not_null < QEvent * > event ) { <nl> switch ( type ) { <nl> case QEvent : : Move : <nl> case QEvent : : Resize : { <nl> - if ( _shown ) { <nl> - updateGeometry ( ) ; <nl> - } <nl> + / / updateGeometry uses not only container geometry , but also <nl> + / / container children geometries that will be updated later . <nl> + InvokeQueued ( _container , [ = ] { <nl> + if ( _shown ) { <nl> + updateGeometry ( ) ; <nl> + } <nl> + } ) ; <nl> } break ; <nl> } <nl> return false ; <nl> mmm a / Telegram / SourceFiles / chat_helpers / tabbed_panel . cpp <nl> ppp b / Telegram / SourceFiles / chat_helpers / tabbed_panel . cpp <nl> TabbedPanel : : TabbedPanel ( <nl> object_ptr < TabbedSelector > selector ) <nl> : RpWidget ( parent ) <nl> , _controller ( controller ) <nl> - , _selector ( std : : move ( selector ) ) { <nl> + , _selector ( std : : move ( selector ) ) <nl> + , _heightRatio ( st : : emojiPanHeightRatio ) <nl> + , _minContentHeight ( st : : emojiPanMinHeight ) <nl> + , _maxContentHeight ( st : : emojiPanMaxHeight ) { <nl> _selector - > setParent ( this ) ; <nl> _selector - > setRoundRadius ( st : : buttonRadius ) ; <nl> _selector - > setAfterShownCallback ( [ this ] ( SelectorTab tab ) { <nl> TabbedPanel : : TabbedPanel ( <nl> hideChildren ( ) ; <nl> } <nl> <nl> - void TabbedPanel : : moveBottom ( int bottom ) { <nl> + void TabbedPanel : : moveBottomRight ( int bottom , int right ) { <nl> _bottom = bottom ; <nl> + _right = right ; <nl> + updateContentHeight ( ) ; <nl> + } <nl> + <nl> + void TabbedPanel : : setDesiredHeightValues ( <nl> + float64 ratio , <nl> + int minHeight , <nl> + int maxHeight ) { <nl> + _heightRatio = ratio ; <nl> + _minContentHeight = minHeight ; <nl> + _maxContentHeight = maxHeight ; <nl> updateContentHeight ( ) ; <nl> } <nl> <nl> void TabbedPanel : : updateContentHeight ( ) { <nl> auto addedHeight = innerPadding ( ) . top ( ) + innerPadding ( ) . bottom ( ) ; <nl> auto marginsHeight = _selector - > marginTop ( ) + _selector - > marginBottom ( ) ; <nl> auto availableHeight = _bottom - marginsHeight ; <nl> - auto wantedContentHeight = qRound ( st : : emojiPanHeightRatio * availableHeight ) - addedHeight ; <nl> - auto contentHeight = marginsHeight + snap ( wantedContentHeight , st : : emojiPanMinHeight , st : : emojiPanMaxHeight ) ; <nl> + auto wantedContentHeight = qRound ( _heightRatio * availableHeight ) - addedHeight ; <nl> + auto contentHeight = marginsHeight + snap ( <nl> + wantedContentHeight , <nl> + _minContentHeight , <nl> + _maxContentHeight ) ; <nl> auto resultTop = _bottom - addedHeight - contentHeight ; <nl> if ( contentHeight = = _contentHeight ) { <nl> move ( x ( ) , resultTop ) ; <nl> void TabbedPanel : : paintEvent ( QPaintEvent * e ) { <nl> } <nl> <nl> void TabbedPanel : : moveByBottom ( ) { <nl> - moveToRight ( 0 , y ( ) ) ; <nl> + const auto right = std : : max ( parentWidget ( ) - > width ( ) - _right , 0 ) ; <nl> + moveToRight ( right , y ( ) ) ; <nl> updateContentHeight ( ) ; <nl> } <nl> <nl> void TabbedPanel : : showStarted ( ) { <nl> if ( isHidden ( ) ) { <nl> _selector - > showStarted ( ) ; <nl> moveByBottom ( ) ; <nl> + raise ( ) ; <nl> show ( ) ; <nl> startShowAnimation ( ) ; <nl> } else if ( _hiding ) { <nl> mmm a / Telegram / SourceFiles / chat_helpers / tabbed_panel . h <nl> ppp b / Telegram / SourceFiles / chat_helpers / tabbed_panel . h <nl> class TabbedSelector ; <nl> class TabbedPanel : public Ui : : RpWidget { <nl> public : <nl> TabbedPanel ( QWidget * parent , not_null < Window : : Controller * > controller ) ; <nl> - TabbedPanel ( QWidget * parent , not_null < Window : : Controller * > controller , object_ptr < TabbedSelector > selector ) ; <nl> + TabbedPanel ( <nl> + QWidget * parent , <nl> + not_null < Window : : Controller * > controller , <nl> + object_ptr < TabbedSelector > selector ) ; <nl> <nl> object_ptr < TabbedSelector > takeSelector ( ) ; <nl> QPointer < TabbedSelector > getSelector ( ) const ; <nl> - void moveBottom ( int bottom ) ; <nl> + void moveBottomRight ( int bottom , int right ) ; <nl> + void setDesiredHeightValues ( <nl> + float64 ratio , <nl> + int minHeight , <nl> + int maxHeight ) ; <nl> <nl> void hideFast ( ) ; <nl> bool hiding ( ) const { <nl> class TabbedPanel : public Ui : : RpWidget { <nl> int _contentMaxHeight = 0 ; <nl> int _contentHeight = 0 ; <nl> int _bottom = 0 ; <nl> + int _right = 0 ; <nl> + float64 _heightRatio = 1 . ; <nl> + int _minContentHeight = 0 ; <nl> + int _maxContentHeight = 0 ; <nl> <nl> std : : unique_ptr < Ui : : PanelAnimation > _showAnimation ; <nl> Animation _a_show ; <nl> mmm a / Telegram / SourceFiles / history / history . style <nl> ppp b / Telegram / SourceFiles / history / history . style <nl> historyAttach : IconButton { <nl> historyAttachEmoji : IconButton ( historyAttach ) { <nl> icon : icon { { " send_control_emoji " , historyComposeIconFg } } ; <nl> iconOver : icon { { " send_control_emoji " , historyComposeIconFgOver } } ; <nl> - iconPosition : point ( 15px , 15px ) ; <nl> + iconPosition : point ( - 1px , - 1px ) ; <nl> } <nl> historyAttachEmojiFgActive : windowActiveTextFg ; <nl> historyAttachEmojiActive : icon { { " send_control_emoji " , historyAttachEmojiFgActive } } ; <nl> historyAboutProxyPadding : margins ( 20px , 10px , 20px , 10px ) ; <nl> <nl> historyMapPoint : icon { { " map_point " , mapPointDrop } } ; <nl> historyMapPointInner : icon { { " map_point_inner " , mapPointDot } } ; <nl> + <nl> + boxAttachEmoji : IconButton ( historyAttachEmoji ) { <nl> + width : 30px ; <nl> + height : 30px ; <nl> + rippleAreaSize : 0px ; <nl> + } <nl> + boxAttachEmojiTop : 20px ; <nl> mmm a / Telegram / SourceFiles / history / history_widget . cpp <nl> ppp b / Telegram / SourceFiles / history / history_widget . cpp <nl> void HistoryWidget : : moveFieldControls ( ) { <nl> _inlineResults - > moveBottom ( _field - > y ( ) - st : : historySendPadding ) ; <nl> } <nl> if ( _tabbedPanel ) { <nl> - _tabbedPanel - > moveBottom ( buttonsBottom ) ; <nl> + _tabbedPanel - > moveBottomRight ( buttonsBottom , width ( ) ) ; <nl> } <nl> <nl> auto fullWidthButtonRect = myrtlrect ( <nl> mmm a / Telegram / SourceFiles / inline_bots / inline_results_widget . cpp <nl> ppp b / Telegram / SourceFiles / inline_bots / inline_results_widget . cpp <nl> Inner : : Inner ( QWidget * parent , not_null < Window : : Controller * > controller ) : TWidge <nl> , _controller ( controller ) <nl> , _updateInlineItems ( [ = ] { updateInlineItems ( ) ; } ) <nl> , _previewTimer ( [ = ] { showPreview ( ) ; } ) { <nl> - resize ( st : : emojiPanWidth - st : : emojiScroll . width - st : : buttonRadius , st : : emojiPanMinHeight ) ; <nl> + resize ( st : : emojiPanWidth - st : : emojiScroll . width - st : : buttonRadius , st : : inlineResultsMinHeight ) ; <nl> <nl> setMouseTracking ( true ) ; <nl> setAttribute ( Qt : : WA_OpaquePaintEvent ) ; <nl> void Widget : : moveBottom ( int bottom ) { <nl> void Widget : : updateContentHeight ( ) { <nl> auto addedHeight = innerPadding ( ) . top ( ) + innerPadding ( ) . bottom ( ) ; <nl> auto wantedContentHeight = qRound ( st : : emojiPanHeightRatio * _bottom ) - addedHeight ; <nl> - auto contentHeight = snap ( wantedContentHeight , st : : emojiPanMinHeight , st : : emojiPanMaxHeight ) ; <nl> + auto contentHeight = snap ( wantedContentHeight , st : : inlineResultsMinHeight , st : : inlineResultsMaxHeight ) ; <nl> accumulate_min ( contentHeight , _bottom - addedHeight ) ; <nl> accumulate_min ( contentHeight , _contentMaxHeight ) ; <nl> auto resultTop = _bottom - addedHeight - contentHeight ; <nl> mmm a / Telegram / SourceFiles / ui / special_buttons . cpp <nl> ppp b / Telegram / SourceFiles / ui / special_buttons . cpp <nl> QPoint HistoryDownButton : : prepareRippleStartPosition ( ) const { <nl> void HistoryDownButton : : paintEvent ( QPaintEvent * e ) { <nl> Painter p ( this ) ; <nl> <nl> - auto ms = getms ( ) ; <nl> - auto over = isOver ( ) ; <nl> - auto down = isDown ( ) ; <nl> + const auto ms = getms ( ) ; <nl> + const auto over = isOver ( ) ; <nl> + const auto down = isDown ( ) ; <nl> ( ( over | | down ) ? _st . iconBelowOver : _st . iconBelow ) . paint ( p , _st . iconPosition , width ( ) ) ; <nl> paintRipple ( p , _st . rippleAreaPosition . x ( ) , _st . rippleAreaPosition . y ( ) , ms ) ; <nl> ( ( over | | down ) ? _st . iconAboveOver : _st . iconAbove ) . paint ( p , _st . iconPosition , width ( ) ) ; <nl> void EmojiButton : : paintEvent ( QPaintEvent * e ) { <nl> if ( loadingState . shown < 1 . ) { <nl> p . setOpacity ( 1 . - loadingState . shown ) ; <nl> <nl> - auto icon = _iconOverride ? _iconOverride : & ( over ? _st . iconOver : _st . icon ) ; <nl> - icon - > paint ( p , _st . iconPosition , width ( ) ) ; <nl> + const auto icon = _iconOverride ? _iconOverride : & ( over ? _st . iconOver : _st . icon ) ; <nl> + auto position = _st . iconPosition ; <nl> + if ( position . x ( ) < 0 ) { <nl> + position . setX ( ( width ( ) - icon - > width ( ) ) / 2 ) ; <nl> + } <nl> + if ( position . y ( ) < 0 ) { <nl> + position . setY ( ( height ( ) - icon - > height ( ) ) / 2 ) ; <nl> + } <nl> + icon - > paint ( p , position , width ( ) ) ; <nl> <nl> p . setOpacity ( 1 . ) ; <nl> } <nl> <nl> - QRect inner ( QPoint ( ( width ( ) - st : : historyEmojiCircle . width ( ) ) / 2 , st : : historyEmojiCircleTop ) , st : : historyEmojiCircle ) ; <nl> + QRect inner ( QPoint ( ( width ( ) - st : : historyEmojiCircle . width ( ) ) / 2 , ( height ( ) - st : : historyEmojiCircle . height ( ) ) / 2 ) , st : : historyEmojiCircle ) ; <nl> const auto color = ( _colorOverride <nl> ? * _colorOverride <nl> : ( over <nl> void EmojiButton : : onStateChanged ( State was , StateChangeSource source ) { <nl> } <nl> <nl> QPoint EmojiButton : : prepareRippleStartPosition ( ) const { <nl> + if ( ! _st . rippleAreaSize ) { <nl> + return DisabledRippleStartPosition ( ) ; <nl> + } <nl> return mapFromGlobal ( QCursor : : pos ( ) ) - _st . rippleAreaPosition ; <nl> } <nl> <nl> | Adding emoji in SendFilesBox and EditCaptionBox . | telegramdesktop/tdesktop | 0a754b89826835779dc464c3d0f2bd8c50570617 | 2018-11-22T12:48:50Z |
mmm a / dbms / include / DB / Interpreters / Set . h <nl> ppp b / dbms / include / DB / Interpreters / Set . h <nl> class Set <nl> transfer_overflow_mode ( limits . transfer_overflow_mode ) , <nl> bytes_in_external_table ( 0 ) , <nl> rows_in_external_table ( 0 ) , <nl> + only_external ( false ) , <nl> log ( & Logger : : get ( " Set " ) ) , <nl> max_rows ( limits . max_rows_in_set ) , <nl> max_bytes ( limits . max_bytes_in_set ) , <nl> mmm a / dbms / include / DB / TableFunctions / TableFunctionRemote . h <nl> ppp b / dbms / include / DB / TableFunctions / TableFunctionRemote . h <nl> class TableFunctionRemote : public ITableFunction <nl> if ( right - left + 1 > MAX_ADDRESSES ) <nl> throw Exception ( " Storage Distributed , first argument generates too many result addresses " , <nl> ErrorCodes : : BAD_ARGUMENTS ) ; <nl> + bool add_leading_zeroes = false ; <nl> + size_t len = last_dot - 1 - ( i + 1 ) ; <nl> + / / / Если у левой и правой границы поровну цифр , значит необходимо дополнять лидирующими нулями . <nl> + if ( last_dot - 1 - ( i + 1 ) = = m - ( last_dot + 1 ) ) <nl> + add_leading_zeroes = true ; <nl> for ( size_t id = left ; id < = right ; + + id ) <nl> - buffer . push_back ( toString < uint64 > ( id ) ) ; <nl> + { <nl> + String cur = toString < uint64 > ( id ) ; <nl> + if ( add_leading_zeroes ) <nl> + { <nl> + while ( cur . size ( ) < len ) <nl> + cur = " 0 " + cur ; <nl> + } <nl> + buffer . push_back ( cur ) ; <nl> + } <nl> } else if ( have_splitter ) / / / Если внутри есть текущий разделитель , то сгенерировать множество получаемых строк <nl> buffer = parseDescription ( description , i + 1 , m , splitter ) ; <nl> else / / / Иначе просто скопировать , порождение произойдет при вызове с правильным разделителем <nl> mmm a / dbms / src / Client / Client . cpp <nl> ppp b / dbms / src / Client / Client . cpp <nl> class Client : public Poco : : Util : : Application <nl> <nl> size_t cnt = positions . size ( ) ; <nl> <nl> + if ( cnt = = 2 & & newargc > 1 ) <nl> + { <nl> + Exception e ( " Unknown option " + to_pass_further [ 0 ] + " . Maybe missed - - external flag in front of it . " , ErrorCodes : : BAD_ARGUMENTS ) ; <nl> + std : : string text = e . displayText ( ) ; <nl> + std : : cerr < < " Code : " < < e . code ( ) < < " . " < < text < < std : : endl ; <nl> + exit ( e . code ( ) ) ; <nl> + } <nl> + <nl> size_t stdin_count = 0 ; <nl> for ( size_t i = 1 ; i + 1 < cnt ; + + i ) <nl> { <nl> + / / / Парсим основные опции командной строки <nl> + boost : : program_options : : parsed_options parsed = boost : : program_options : : command_line_parser ( positions [ i + 1 ] - positions [ i ] , & new_argv [ positions [ i ] ] ) . options ( external_description ) . run ( ) ; <nl> boost : : program_options : : variables_map external_options ; <nl> - boost : : program_options : : store ( boost : : program_options : : parse_command_line ( <nl> - positions [ i + 1 ] - positions [ i ] , & new_argv [ positions [ i ] ] , external_description ) , external_options ) ; <nl> + boost : : program_options : : store ( parsed , external_options ) ; <nl> <nl> try <nl> { <nl> mmm a / dbms / src / Interpreters / ExpressionAnalyzer . cpp <nl> ppp b / dbms / src / Interpreters / ExpressionAnalyzer . cpp <nl> void ExpressionAnalyzer : : addExternalStorage ( ASTFunction * node ) <nl> ast_set - > set = new Set ( settings . limits ) ; <nl> ast_set - > set - > setSource ( external_data [ external_table_name ] ) ; <nl> ast_set - > set - > setExternalOutput ( external_tables [ external_table_name ] ) ; <nl> - ast_set - > set - > setOnlyExternal ( ) ; <nl> + ast_set - > set - > setOnlyExternal ( true ) ; <nl> sets_with_subqueries [ ast_set - > getColumnName ( ) ] = ast_set - > set ; <nl> } <nl> else <nl> mmm a / libs / libcommon / src / create_revision . sh . cmake <nl> ppp b / libs / libcommon / src / create_revision . sh . cmake <nl> if ( git rev - parse - - is - inside - work - tree & > / dev / null ) <nl> then <nl> # GIT <nl> git fetch - - tags ; <nl> - ( git describe - - tags | | echo 1 ) | cut - d " - " - f 1 > > $ { CMAKE_CURRENT_BINARY_DIR } / src / revision . h ; <nl> + ( git tag | | echo 1 ) | tail - 1 > > $ { CMAKE_CURRENT_BINARY_DIR } / src / revision . h ; <nl> else <nl> # SVN <nl> echo & & ( LC_ALL = C svn info $ { PROJECT_SOURCE_DIR } / 2 > / dev / null | | echo Revision 1 ) | grep Revision | cut - d " " - f 2 > > $ { CMAKE_CURRENT_BINARY_DIR } / src / revision . h ; <nl> | Merge | ClickHouse/ClickHouse | 6c28fdc418d91785a6f5366ddee2d660a00ae3a1 | 2014-05-15T15:59:14Z |
mmm a / ios / sdk / WeexSDK / Sources / Bridge / WXModuleMethod . m <nl> ppp b / ios / sdk / WeexSDK / Sources / Bridge / WXModuleMethod . m <nl> - ( NSInvocation * ) invoke <nl> <nl> id < WXModuleProtocol > moduleInstance = [ self . instance moduleForClass : moduleClass ] ; <nl> WXAssert ( moduleInstance , @ " No instance found for module name : % @ , class : % @ " , _moduleName , moduleClass ) ; <nl> - if ( ! [ moduleInstance isKindOfClass : NSClassFromString ( @ " WXGlobalEventModule " ) ] & & [ self . methodName isEqualToString : @ " addEventListener " ] ) { <nl> - if ( [ self . arguments [ 0 ] isKindOfClass : [ NSString class ] ] & & self . arguments [ 1 ] & & self . arguments [ 2 ] ) { <nl> - [ self . instance addModuleEventObservers : self . arguments [ 0 ] callback : self . arguments [ 1 ] option : self . arguments [ 2 ] moduleClassName : NSStringFromClass ( moduleClass ) ] ; <nl> - } <nl> - return nil ; <nl> - } <nl> - if ( [ self . methodName isEqualToString : @ " removeAllEventListeners " ] ) { <nl> - if ( [ self . arguments [ 0 ] isKindOfClass : [ NSString class ] ] ) { <nl> - [ self . instance removeModuleEventObserver : self . arguments [ 0 ] moduleClassName : _moduleName ] ; <nl> - } <nl> - return nil ; <nl> - } <nl> - <nl> BOOL isSync = NO ; <nl> SEL selector = [ WXModuleFactory selectorWithModuleName : self . moduleName methodName : self . methodName isSync : & isSync ] ; <nl> if ( ! selector ) { <nl> - ( NSInvocation * ) invoke <nl> WX_MONITOR_FAIL ( WXMTJSBridge , WX_ERR_INVOKE_NATIVE , errorMessage ) ; <nl> return nil ; ; <nl> } <nl> - <nl> + if ( ! [ moduleInstance respondsToSelector : selector ] & & [ self . methodName isEqualToString : @ " addEventListener " ] ) { <nl> + if ( [ self . arguments [ 0 ] isKindOfClass : [ NSString class ] ] & & [ self . arguments count ] = = 3 ) { <nl> + [ self . instance addModuleEventObservers : self . arguments [ 0 ] callback : self . arguments [ 1 ] option : self . arguments [ 2 ] moduleClassName : NSStringFromClass ( moduleClass ) ] ; <nl> + return nil ; <nl> + } <nl> + } <nl> + if ( ! [ moduleInstance respondsToSelector : selector ] & & [ self . methodName isEqualToString : @ " removeAllEventListeners " ] ) { <nl> + if ( [ self . arguments count ] & & [ self . arguments [ 0 ] isKindOfClass : [ NSString class ] ] ) { <nl> + [ self . instance removeModuleEventObserver : self . arguments [ 0 ] moduleClassName : _moduleName ] ; <nl> + return nil ; <nl> + } <nl> + } <nl> + <nl> NSInvocation * invocation = [ self invocationWithTarget : moduleInstance selector : selector ] ; <nl> <nl> if ( isSync ) { <nl> | Merge pull request from acton393 / ios - feature - 20170118 | apache/incubator-weex | 72544be32b9bf1f40c505473dc8855b80db48984 | 2017-01-10T08:10:50Z |
mmm a / java / pom . xml <nl> ppp b / java / pom . xml <nl> <nl> < dependency > <nl> < groupId > junit < / groupId > <nl> < artifactId > junit < / artifactId > <nl> - < version > 4 . 13 < / version > <nl> + < version > 4 . 13 . 1 < / version > <nl> < scope > test < / scope > <nl> < / dependency > <nl> < dependency > <nl> | Bump junit from 4 . 13 to 4 . 13 . 1 in / java | protocolbuffers/protobuf | 74de188815ad93dd0a0aa61b5fd45fb67330fd8e | 2020-10-22T21:43:37Z |
mmm a / lib / ClangImporter / ClangImporter . cpp <nl> ppp b / lib / ClangImporter / ClangImporter . cpp <nl> getNormalInvocationArguments ( std : : vector < std : : string > & invocationArgStrs , <nl> " - DSWIFT_SDK_OVERLAY2_SPRITEKIT_EPOCH = 1 " , <nl> <nl> / / Request new APIs from CoreImage . <nl> - " - DSWIFT_SDK_OVERLAY_COREIMAGE_EPOCH = 1 " , <nl> + " - DSWIFT_SDK_OVERLAY_COREIMAGE_EPOCH = 2 " , <nl> <nl> / / Request new APIs from libdispatch . <nl> " - DSWIFT_SDK_OVERLAY_DISPATCH_EPOCH = 0 " , <nl> | ClangImporter : Bump the CoreImage SDK Epoch | apple/swift | 949d9b6a6060a4bc379cfe6dbdf07edd4039d2cf | 2016-05-25T01:39:09Z |
mmm a / include / swift / Basic / Optional . h <nl> ppp b / include / swift / Basic / Optional . h <nl> <nl> # define SWIFT_BASIC_OPTIONAL_H <nl> <nl> # include " llvm / ADT / Optional . h " <nl> - # include < type_traits > <nl> - # include < utility > <nl> - # include < cassert > <nl> <nl> namespace swift { <nl> - / / / An enum whose purpose is to make it easier to initialize an <nl> - / / / empty optional . <nl> - static const enum class Nothing_t { Nothing } Nothing = Nothing_t : : Nothing ; <nl> + static auto Nothing = llvm : : None ; <nl> + using Nothing_t = decltype ( Nothing ) ; <nl> <nl> - static_assert ( ! std : : is_convertible < Nothing_t , bool > : : value , <nl> - " Nothing must not be implicitly convertible to bool " ) ; <nl> - <nl> - template < typename T > <nl> - class Optional { <nl> - / / Place Value in an anonymous union to suppress implicit value semantics . <nl> - union { <nl> - T Value ; <nl> - } ; <nl> - unsigned HasValue : 1 ; <nl> - <nl> - public : <nl> - typedef T value_type ; <nl> - <nl> - / / / \ brief Construct an empty instance . <nl> - Optional ( ) : HasValue ( false ) { } <nl> - <nl> - / / / \ brief Construct an empty instance . <nl> - Optional ( Nothing_t _ ) : HasValue ( false ) { } <nl> - <nl> - / / / \ brief Construct an instance containing a value of type \ c T <nl> - / / / constructed with the given arguments . <nl> - / / / <nl> - / / / \ param Args The arguments with which the \ c T object will be <nl> - / / / direct - initialized . <nl> - template < typename . . . ArgTypes > <nl> - Optional ( ArgTypes & & . . . Args ) <nl> - : Value ( std : : forward < ArgTypes > ( Args ) . . . ) , HasValue ( true ) <nl> - { <nl> - } <nl> - <nl> - Optional ( const llvm : : Optional < T > & other ) : HasValue ( false ) { <nl> - if ( other ) <nl> - emplace ( * other ) ; <nl> - } <nl> - <nl> - Optional ( llvm : : Optional < T > & & other ) : HasValue ( false ) { <nl> - if ( other ) <nl> - emplace ( std : : move ( * other ) ) ; <nl> - } <nl> - <nl> - Optional ( Optional & Other ) : HasValue ( Other . HasValue ) { <nl> - if ( HasValue ) <nl> - : : new ( ( void * ) & Value ) T ( Other . Value ) ; <nl> - } <nl> - <nl> - Optional ( const Optional & Other ) : HasValue ( Other . HasValue ) { <nl> - if ( HasValue ) <nl> - : : new ( ( void * ) & Value ) T ( Other . Value ) ; <nl> - } <nl> - <nl> - Optional ( Optional & & Other ) : HasValue ( Other . HasValue ) { <nl> - if ( HasValue ) { <nl> - : : new ( ( void * ) & Value ) T ( std : : move ( Other . Value ) ) ; <nl> - Other . HasValue = false ; <nl> - } <nl> - } <nl> - <nl> - Optional & operator = ( const Optional & Other ) { <nl> - if ( HasValue & & Other . HasValue ) { <nl> - Value = Other . Value ; <nl> - return * this ; <nl> - } <nl> - <nl> - if ( HasValue ) { <nl> - reset ( ) ; <nl> - return * this ; <nl> - } <nl> - <nl> - if ( Other . HasValue ) { <nl> - HasValue = true ; <nl> - : : new ( ( void * ) & Value ) T ( Other . Value ) ; <nl> - } <nl> - <nl> - return * this ; <nl> - } <nl> - <nl> - Optional & operator = ( Optional & & Other ) { <nl> - if ( HasValue & & Other . HasValue ) { <nl> - Value = std : : move ( Other . Value ) ; <nl> - Other . reset ( ) ; <nl> - return * this ; <nl> - } <nl> - <nl> - if ( HasValue ) { <nl> - reset ( ) ; <nl> - return * this ; <nl> - } <nl> - <nl> - if ( Other . HasValue ) { <nl> - HasValue = true ; <nl> - : : new ( ( void * ) & Value ) T ( std : : move ( Other . Value ) ) ; <nl> - Other . reset ( ) ; <nl> - } <nl> - <nl> - return * this ; <nl> - } <nl> - <nl> - ~ Optional ( ) { reset ( ) ; } <nl> - <nl> - / / Create a new object by constructing it in place with the given arguments . <nl> - template < typename . . . ArgTypes > <nl> - void emplace ( ArgTypes & & . . . Args ) { <nl> - reset ( ) ; <nl> - HasValue = true ; <nl> - : : new ( ( void * ) & Value ) T ( std : : forward < ArgTypes > ( Args ) . . . ) ; <nl> - } <nl> - <nl> - void reset ( ) { <nl> - if ( ! HasValue ) <nl> - return ; <nl> - <nl> - Value . ~ T ( ) ; <nl> - HasValue = false ; <nl> - } <nl> - <nl> - T & getValue ( ) & { assert ( HasValue ) ; return Value ; } <nl> - const T & getValue ( ) const & { assert ( HasValue ) ; return Value ; } <nl> - <nl> - T getValue ( ) & & { <nl> - assert ( HasValue ) ; <nl> - T result = std : : move ( Value ) ; <nl> - reset ( ) ; <nl> - return result ; <nl> - } <nl> - <nl> - template < typename U > <nl> - constexpr T getValueOr ( U & & value ) const & { <nl> - return hasValue ( ) ? getValue ( ) : value ; <nl> - } <nl> - <nl> - template < typename U > <nl> - T getValueOr ( U & & value ) & & { <nl> - return hasValue ( ) ? getValue ( ) : value ; <nl> - } <nl> - <nl> - bool hasValue ( ) const { return HasValue ; } <nl> - explicit operator bool ( ) const { return HasValue ; } <nl> - <nl> - const T * operator - > ( ) const { assert ( HasValue ) ; return & Value ; } <nl> - T * operator - > ( ) { assert ( HasValue ) ; return & Value ; } <nl> - const T & operator * ( ) const & { assert ( HasValue ) ; return Value ; } <nl> - T & operator * ( ) & { assert ( HasValue ) ; return Value ; } <nl> - <nl> - T operator * ( ) & & { <nl> - assert ( HasValue ) ; <nl> - T result = std : : move ( Value ) ; <nl> - reset ( ) ; <nl> - return result ; <nl> - } <nl> - <nl> - / / / Return the value inside the optional if populated ; otherwise , execute <nl> - / / / the given block , store its result inside the optional , and return it . <nl> - template < typename NullaryFunctor > <nl> - T const & cache ( NullaryFunctor & & f ) { <nl> - if ( hasValue ( ) ) <nl> - return getValue ( ) ; <nl> - emplace ( f ( ) ) ; <nl> - return getValue ( ) ; <nl> - } <nl> - } ; <nl> + template < typename T > <nl> + using Optional = llvm : : Optional < T > ; <nl> } <nl> <nl> # endif <nl> mmm a / lib / IRGen / GenFunc . h <nl> ppp b / lib / IRGen / GenFunc . h <nl> <nl> namespace swift { <nl> class ApplyInst ; <nl> class FuncDecl ; <nl> - template < class T > class Optional ; <nl> enum class ResilienceExpansion : unsigned ; <nl> class Substitution ; <nl> class SILType ; <nl> mmm a / lib / IRGen / GenObjC . h <nl> ppp b / lib / IRGen / GenObjC . h <nl> <nl> # ifndef SWIFT_IRGEN_GENOBJC_H <nl> # define SWIFT_IRGEN_GENOBJC_H <nl> <nl> + # include " swift / Basic / Optional . h " <nl> + <nl> namespace llvm { <nl> class Type ; <nl> class Value ; <nl> mmm a / lib / IRGen / IRGenFunction . h <nl> ppp b / lib / IRGen / IRGenFunction . h <nl> <nl> # define SWIFT_IRGEN_IRGENFUNCTION_H <nl> <nl> # include " swift / Basic / LLVM . h " <nl> + # include " swift / Basic / Optional . h " <nl> # include " swift / AST / Type . h " <nl> # include " swift / SIL / SILLocation . h " <nl> # include " llvm / ADT / DenseMap . h " <nl> namespace swift { <nl> class FuncDecl ; <nl> class EnumElementDecl ; <nl> class EnumType ; <nl> - template < typename T > class Optional ; <nl> class Pattern ; <nl> class PatternBindingDecl ; <nl> class SILDebugScope ; <nl> | Replace swift : : Optional with llvm : : Optional . | apple/swift | 9891c7f2f2a26dab422d172742221b0642ec0588 | 2014-10-02T18:51:38Z |
mmm a / src / ia32 / macro - assembler - ia32 . cc <nl> ppp b / src / ia32 / macro - assembler - ia32 . cc <nl> void MacroAssembler : : CallApiFunctionAndReturn ( Address function_address , <nl> cmp ( Operand : : StaticVariable ( scheduled_exception_address ) , <nl> Immediate ( isolate ( ) - > factory ( ) - > the_hole_value ( ) ) ) ; <nl> j ( not_equal , & promote_scheduled_exception ) ; <nl> + <nl> + # if ENABLE_EXTRA_CHECKS <nl> + / / Check if the function returned a valid JavaScript value . <nl> + Label ok ; <nl> + Register return_value = eax ; <nl> + Register map = ecx ; <nl> + <nl> + JumpIfSmi ( return_value , & ok , Label : : kNear ) ; <nl> + mov ( map , FieldOperand ( return_value , HeapObject : : kMapOffset ) ) ; <nl> + <nl> + CmpInstanceType ( map , FIRST_NONSTRING_TYPE ) ; <nl> + j ( below , & ok , Label : : kNear ) ; <nl> + <nl> + CmpInstanceType ( map , FIRST_SPEC_OBJECT_TYPE ) ; <nl> + j ( above_equal , & ok , Label : : kNear ) ; <nl> + <nl> + cmp ( map , isolate ( ) - > factory ( ) - > heap_number_map ( ) ) ; <nl> + j ( equal , & ok , Label : : kNear ) ; <nl> + <nl> + cmp ( return_value , isolate ( ) - > factory ( ) - > undefined_value ( ) ) ; <nl> + j ( equal , & ok , Label : : kNear ) ; <nl> + <nl> + cmp ( return_value , isolate ( ) - > factory ( ) - > true_value ( ) ) ; <nl> + j ( equal , & ok , Label : : kNear ) ; <nl> + <nl> + cmp ( return_value , isolate ( ) - > factory ( ) - > false_value ( ) ) ; <nl> + j ( equal , & ok , Label : : kNear ) ; <nl> + <nl> + cmp ( return_value , isolate ( ) - > factory ( ) - > null_value ( ) ) ; <nl> + j ( equal , & ok , Label : : kNear ) ; <nl> + <nl> + Abort ( " API call returned invalid object " ) ; <nl> + <nl> + bind ( & ok ) ; <nl> + # endif <nl> + <nl> LeaveApiExitFrame ( ) ; <nl> ret ( stack_space * kPointerSize ) ; <nl> <nl> mmm a / src / objects . cc <nl> ppp b / src / objects . cc <nl> MaybeObject * JSObject : : GetPropertyWithCallback ( Object * receiver , <nl> if ( result . IsEmpty ( ) ) { <nl> return isolate - > heap ( ) - > undefined_value ( ) ; <nl> } <nl> - return * v8 : : Utils : : OpenHandle ( * result ) ; <nl> + Object * return_value = * v8 : : Utils : : OpenHandle ( * result ) ; <nl> + # if ENABLE_EXTRA_CHECKS <nl> + if ( ! ( return_value - > IsSmi ( ) | | <nl> + return_value - > IsString ( ) | | <nl> + return_value - > IsSpecObject ( ) | | <nl> + return_value - > IsHeapNumber ( ) | | <nl> + return_value - > IsUndefined ( ) | | <nl> + return_value - > IsTrue ( ) | | <nl> + return_value - > IsFalse ( ) | | <nl> + return_value - > IsNull ( ) ) ) { <nl> + FATAL ( " API call returned invalid object " ) ; <nl> + } <nl> + # endif <nl> + return return_value ; <nl> } <nl> <nl> / / __defineGetter__ callback <nl> mmm a / src / x64 / macro - assembler - x64 . cc <nl> ppp b / src / x64 / macro - assembler - x64 . cc <nl> void MacroAssembler : : CallApiFunctionAndReturn ( Address function_address , <nl> Cmp ( Operand ( rsi , 0 ) , factory - > the_hole_value ( ) ) ; <nl> j ( not_equal , & promote_scheduled_exception ) ; <nl> <nl> + # if ENABLE_EXTRA_CHECKS <nl> + / / Check if the function returned a valid JavaScript value . <nl> + Label ok ; <nl> + Register return_value = rax ; <nl> + Register map = rcx ; <nl> + <nl> + JumpIfSmi ( return_value , & ok , Label : : kNear ) ; <nl> + movq ( map , FieldOperand ( return_value , HeapObject : : kMapOffset ) ) ; <nl> + <nl> + CmpInstanceType ( map , FIRST_NONSTRING_TYPE ) ; <nl> + j ( below , & ok , Label : : kNear ) ; <nl> + <nl> + CmpInstanceType ( map , FIRST_SPEC_OBJECT_TYPE ) ; <nl> + j ( above_equal , & ok , Label : : kNear ) ; <nl> + <nl> + CompareRoot ( map , Heap : : kHeapNumberMapRootIndex ) ; <nl> + j ( equal , & ok , Label : : kNear ) ; <nl> + <nl> + CompareRoot ( return_value , Heap : : kUndefinedValueRootIndex ) ; <nl> + j ( equal , & ok , Label : : kNear ) ; <nl> + <nl> + CompareRoot ( return_value , Heap : : kTrueValueRootIndex ) ; <nl> + j ( equal , & ok , Label : : kNear ) ; <nl> + <nl> + CompareRoot ( return_value , Heap : : kFalseValueRootIndex ) ; <nl> + j ( equal , & ok , Label : : kNear ) ; <nl> + <nl> + CompareRoot ( return_value , Heap : : kNullValueRootIndex ) ; <nl> + j ( equal , & ok , Label : : kNear ) ; <nl> + <nl> + Abort ( " API call returned invalid object " ) ; <nl> + <nl> + bind ( & ok ) ; <nl> + # endif <nl> + <nl> LeaveApiExitFrame ( ) ; <nl> ret ( stack_space * kPointerSize ) ; <nl> <nl> | Check the return value of API calls on ia32 and x64 . | v8/v8 | 5330f5b24f825dfa84cd19cd240a9e9287374828 | 2012-09-05T16:08:13Z |
mmm a / CMake / FollyConfigChecks . cmake <nl> ppp b / CMake / FollyConfigChecks . cmake <nl> check_cxx_source_compiles ( " <nl> # if ! _LIBCPP_VERSION <nl> # error No libc + + <nl> # endif <nl> - void func ( ) { } " <nl> + int main ( ) { return 0 ; } " <nl> FOLLY_USE_LIBCPP <nl> ) <nl> <nl> | Fix LIBCPP cmake check | facebook/folly | 33428ecb0c45f214f115c2edb331f87d44bb0a49 | 2018-04-27T22:11:42Z |
mmm a / hphp / hack / src / typing / typing_union . ml <nl> ppp b / hphp / hack / src / typing / typing_union . ml <nl> module Utils = Typing_utils <nl> module MakeType = Typing_make_type <nl> <nl> exception Not_equiv <nl> - exception Arraykinds_dont_unify <nl> exception Dont_unify <nl> <nl> ( * Two types are " equivalent " if when expanded they are equal . <nl> let ty_equiv env ty1 ty2 ~ are_ty_param = <nl> | _ - > raise Not_equiv in <nl> env , ty <nl> <nl> - let ty_opt_equiv env tyopt1 tyopt2 ~ are_ty_param = <nl> - match tyopt1 , tyopt2 with <nl> - | None , None - > env , None <nl> - | Some ty1 , Some ty2 - > <nl> - let env , ty = ty_equiv env ty1 ty2 ~ are_ty_param in env , Some ty <nl> - | _ , _ - > raise Not_equiv <nl> - <nl> - ( * Performs the union of two types . <nl> - * The union is the least upper bound of the subtyping relation . <nl> - * <nl> - * There is however one approximation : if type A is covariant , <nl> - * then <nl> - * A < T1 > | A < T2 > = A < T1 | T2 > <nl> - * <nl> - * This approximation is necessary to avoid type growing exponentially in size . <nl> - * We have seen cases where it would otherwise generate unions involving all <nl> - * the subsets of a set of types . <nl> - * ) <nl> let rec union env ( r1 , _ as ty1 ) ( r2 , _ as ty2 ) = <nl> if ty_equal ty1 ty2 then env , ty1 <nl> else match ty1 , ty2 with <nl> new file mode 100644 <nl> index 00000000000 . . ad2cff075a7 <nl> mmm / dev / null <nl> ppp b / hphp / hack / src / typing / typing_union . mli <nl> <nl> + ( * * <nl> + * Copyright ( c ) 2015 , Facebook , Inc . <nl> + * All rights reserved . <nl> + * <nl> + * This source code is licensed under the MIT license found in the <nl> + * LICENSE file in the " hack " directory of this source tree . <nl> + * <nl> + * ) <nl> + <nl> + open Typing_defs <nl> + <nl> + module Env = Typing_env <nl> + <nl> + ( * * Performs the union of two types . <nl> + The union is the least upper bound of the subtyping relation . <nl> + <nl> + There is however one approximation : if type A is covariant , <nl> + then <nl> + A < T1 > | A < T2 > = A < T1 | T2 > <nl> + <nl> + This approximation is necessary to avoid type growing exponentially in size . <nl> + We have seen cases where it would otherwise generate unions involving all <nl> + the subsets of a set of types . * ) <nl> + val union : Env . env - > locl ty - > locl ty - > Env . env * locl ty <nl> | adding . mli for typing_union | facebook/hhvm | bcbf18d437c9d648101457ad101d8e50f2ce1f20 | 2019-01-28T17:34:14Z |
mmm a / src / d8 . js <nl> ppp b / src / d8 . js <nl> DebugRequest . prototype . changeBreakpointCommandToJSONRequest_ = <nl> break ; <nl> default : <nl> throw new Error ( ' Invalid arguments . ' ) ; <nl> - } <nl> + } <nl> } else { <nl> throw new Error ( ' Invalid arguments . ' ) ; <nl> } <nl> DebugRequest . prototype . infoCommandToJSONRequest_ = function ( args ) { <nl> if ( args & & ( args = = ' break ' | | args = = ' br ' ) ) { <nl> / / Build a evaluate request from the text command . <nl> request = this . createRequest ( ' listbreakpoints ' ) ; <nl> - last_cmd = ' info break ' ; <nl> + last_cmd = ' info break ' ; <nl> } else if ( args & & ( args = = ' locals ' | | args = = ' lo ' ) ) { <nl> / / Build a evaluate request from the text command . <nl> - request = this . createRequest ( ' frame ' ) ; <nl> - last_cmd = ' info locals ' ; <nl> + request = this . createRequest ( ' frame ' ) ; <nl> + last_cmd = ' info locals ' ; <nl> } else if ( args & & ( args = = ' args ' | | args = = ' ar ' ) ) { <nl> / / Build a evaluate request from the text command . <nl> - request = this . createRequest ( ' frame ' ) ; <nl> - last_cmd = ' info args ' ; <nl> + request = this . createRequest ( ' frame ' ) ; <nl> + last_cmd = ' info args ' ; <nl> } else { <nl> throw new Error ( ' Invalid info arguments . ' ) ; <nl> } <nl> | Fixed some tabs left in d8 . js | v8/v8 | 7cc0667457ac4128fc2cac5ffc898a411d56afec | 2011-01-06T13:27:10Z |
mmm a / torch / csrc / distributed / c10d / comm . cpp <nl> ppp b / torch / csrc / distributed / c10d / comm . cpp <nl> void broadcast_coalesced ( <nl> GradBucket : : GradBucket ( std : : vector < at : : Tensor > tensors ) <nl> : tensors_ ( std : : move ( tensors ) ) { } ; <nl> <nl> - const std : : vector < at : : Tensor > & GradBucket : : getTensors ( ) { <nl> + const std : : vector < at : : Tensor > & GradBucket : : getTensors ( ) const { <nl> return tensors_ ; <nl> } <nl> <nl> mmm a / torch / csrc / distributed / c10d / comm . h <nl> ppp b / torch / csrc / distributed / c10d / comm . h <nl> class GradBucket { <nl> / / each device . There will be multiple replicas only in the case of single <nl> / / process multiple device mode . In the single process single device mode , <nl> / / this list would consist of only a single tensor . <nl> - const std : : vector < at : : Tensor > & getTensors ( ) ; <nl> + const std : : vector < at : : Tensor > & getTensors ( ) const ; <nl> <nl> private : <nl> std : : vector < at : : Tensor > tensors_ ; <nl> | Add const to getTensors method of GradBucket . ( ) | pytorch/pytorch | 15a7368115074d081b1aec4bc94e04242f2a0c31 | 2020-09-05T16:19:42Z |
mmm a / tests / nightly / JenkinsfileForBinaries <nl> ppp b / tests / nightly / JenkinsfileForBinaries <nl> core_logic : { <nl> ws ( ' workspace / build - cpu - int64 ' ) { <nl> utils . init_git ( ) <nl> utils . docker_run ( ' ubuntu_nightly_cpu ' , ' build_ubuntu_cpu_large_tensor ' , false ) <nl> - utils . pack_lib ( ' ubuntu_cpu_int64 ' , mx_cmake_lib , true ) <nl> + utils . pack_lib ( ' cpu_int64 ' , mx_cmake_lib , true ) <nl> } <nl> } <nl> } , <nl> core_logic : { <nl> ws ( ' workspace / build - gpu - int64 ' ) { <nl> utils . init_git ( ) <nl> utils . docker_run ( ' ubuntu_nightly_gpu ' , ' build_ubuntu_gpu_large_tensor ' , true ) <nl> - utils . pack_lib ( ' ubuntu_gpu_int64 ' , mx_cmake_lib , true ) <nl> + utils . pack_lib ( ' gpu_int64 ' , mx_cmake_lib , true ) <nl> } <nl> } <nl> } <nl> | Use correct stash name when running nightly tests ( ) | apache/incubator-mxnet | 680badef6e8f66624bff11a4e5121001f81169e3 | 2019-04-26T15:18:45Z |
mmm a / scripts / VirtuaBuild / vm_access . py <nl> ppp b / scripts / VirtuaBuild / vm_access . py <nl> def help ( ) : <nl> <nl> # Move files to VM <nl> print " * * * Transferring files to virtual machine . . . " <nl> - subprocess . Popen ( " " . join ( ( [ " cd " , os . environ [ " RETHINKDB " ] + " / . . " , " & & " ] if " RETHINKDB " in os . environ else [ ] ) + [ " tar " , " czf " , " tmp . tar . gz " , " * " , " & & " , " scp " , " tmp . tar . gz " , " % s : % s / tmp . tar . gz " % ( target . host , dir_name ) ] ) , shell = True ) . wait ( ) <nl> - target . command ( " " . join ( [ " cd " , dir_name , " & & " , " tar " , " xzf " , " tmp . tar . gz " ] ) ) <nl> + if " RETHINKDB " in os . environ : <nl> + print " * * * * * ( debug : we are currently running a test ) " <nl> + subprocess . Popen ( " " . join ( ( [ " cd " , os . environ [ " RETHINKDB " ] + " / . . " , " & & " ] if " RETHINKDB " in os . environ else [ ] ) + [ " tar " , " czvf " , " tmp . tar . gz " , " * " , " & & " , " scp " , " tmp . tar . gz " , " % s : % s / tmp . tar . gz " % ( target . host , dir_name ) ] ) , shell = True ) . wait ( ) <nl> + target . command ( " " . join ( [ " cd " , dir_name , " & & " , " tar " , " xzvf " , " tmp . tar . gz " ] ) , output = True ) <nl> <nl> # Execute command <nl> print " * * * Executing command . . . " <nl> def help ( ) : <nl> <nl> # Move files from VM <nl> print " * * * Transferring files from virtual machine . . . " <nl> - proc = target . command ( " " . join ( [ " cd " , dir_name , " & & " , " rm " , " tmp . tar . gz " , " & & " , " tar " , " czf " , " tmp . tar . gz " , " * " ] ) ) <nl> + proc = target . command ( " " . join ( [ " cd " , dir_name , " & & " , " rm " , " tmp . tar . gz " , " & & " , " tar " , " czvf " , " tmp . tar . gz " , " * " ] ) , output = True ) <nl> subprocess . Popen ( " " . join ( [ " scp " , " % s : % s / tmp . tar . gz tmp . tar . gz " % ( target . host , dir_name ) ] ) , shell = True ) . wait ( ) <nl> - subprocess . Popen ( " " . join ( [ " tar " , " xzf " , " tmp . tar . gz " ] ) , shell = True ) . wait ( ) <nl> + subprocess . Popen ( " " . join ( [ " tar " , " xzvf " , " tmp . tar . gz " ] ) , shell = True ) . wait ( ) <nl> <nl> # Shut down VM <nl> print " * * * Shutting down VM . . . " <nl> | Added some debugging code . | rethinkdb/rethinkdb | f828e0fd91f0eaf6e59bf2515c5ffb59a9bfceb7 | 2012-07-13T19:48:46Z |
mmm a / src / core / hle / service / sm / sm . cpp <nl> ppp b / src / core / hle / service / sm / sm . cpp <nl> ResultVal < Kernel : : SharedPtr < Kernel : : ServerPort > > ServiceManager : : RegisterService <nl> return MakeResult < Kernel : : SharedPtr < Kernel : : ServerPort > > ( std : : move ( server_port ) ) ; <nl> } <nl> <nl> + ResultCode ServiceManager : : UnregisterService ( std : : string name ) { <nl> + CASCADE_CODE ( ValidateServiceName ( name ) ) ; <nl> + <nl> + const auto iter = registered_services . find ( name ) ; <nl> + if ( iter = = registered_services . end ( ) ) <nl> + return ERR_SERVICE_NOT_REGISTERED ; <nl> + <nl> + registered_services . erase ( iter ) ; <nl> + return RESULT_SUCCESS ; <nl> + } <nl> + <nl> ResultVal < Kernel : : SharedPtr < Kernel : : ClientPort > > ServiceManager : : GetServicePort ( <nl> const std : : string & name ) { <nl> <nl> void SM : : GetService ( Kernel : : HLERequestContext & ctx ) { <nl> } <nl> } <nl> <nl> + void SM : : RegisterService ( Kernel : : HLERequestContext & ctx ) { <nl> + IPC : : RequestParser rp { ctx } ; <nl> + <nl> + const auto name_buf = rp . PopRaw < std : : array < char , 8 > > ( ) ; <nl> + const auto end = std : : find ( name_buf . begin ( ) , name_buf . end ( ) , ' \ 0 ' ) ; <nl> + <nl> + const std : : string name ( name_buf . begin ( ) , end ) ; <nl> + <nl> + const auto unk_bool = static_cast < bool > ( rp . PopRaw < u32 > ( ) ) ; <nl> + const auto session_count = rp . PopRaw < u32 > ( ) ; <nl> + <nl> + LOG_DEBUG ( Service_SM , " called with unk_bool = { } " , unk_bool ) ; <nl> + <nl> + auto handle = service_manager - > RegisterService ( name , session_count ) ; <nl> + if ( handle . Failed ( ) ) { <nl> + LOG_ERROR ( Service_SM , " failed to register service with error_code = { : 08X } " , <nl> + handle . Code ( ) . raw ) ; <nl> + IPC : : ResponseBuilder rb { ctx , 2 } ; <nl> + rb . Push ( handle . Code ( ) ) ; <nl> + return ; <nl> + } <nl> + <nl> + IPC : : ResponseBuilder rb { ctx , 2 , 0 , 1 , IPC : : ResponseBuilder : : Flags : : AlwaysMoveHandles } ; <nl> + rb . Push ( handle . Code ( ) ) ; <nl> + rb . PushMoveObjects ( std : : move ( handle ) . Unwrap ( ) ) ; <nl> + } <nl> + <nl> + void SM : : UnregisterService ( Kernel : : HLERequestContext & ctx ) { <nl> + IPC : : RequestParser rp { ctx } ; <nl> + <nl> + const auto name_buf = rp . PopRaw < std : : array < char , 8 > > ( ) ; <nl> + const auto end = std : : find ( name_buf . begin ( ) , name_buf . end ( ) , ' \ 0 ' ) ; <nl> + <nl> + const std : : string name ( name_buf . begin ( ) , end ) ; <nl> + <nl> + IPC : : ResponseBuilder rb { ctx , 2 } ; <nl> + rb . Push ( service_manager - > UnregisterService ( name ) ) ; <nl> + } <nl> + <nl> SM : : SM ( std : : shared_ptr < ServiceManager > service_manager ) <nl> : ServiceFramework ( " sm : " , 4 ) , service_manager ( std : : move ( service_manager ) ) { <nl> static const FunctionInfo functions [ ] = { <nl> { 0x00000000 , & SM : : Initialize , " Initialize " } , <nl> { 0x00000001 , & SM : : GetService , " GetService " } , <nl> - { 0x00000002 , nullptr , " RegisterService " } , <nl> - { 0x00000003 , nullptr , " UnregisterService " } , <nl> + { 0x00000002 , & SM : : RegisterService , " RegisterService " } , <nl> + { 0x00000003 , & SM : : UnregisterService , " UnregisterService " } , <nl> } ; <nl> RegisterHandlers ( functions ) ; <nl> } <nl> mmm a / src / core / hle / service / sm / sm . h <nl> ppp b / src / core / hle / service / sm / sm . h <nl> class SM final : public ServiceFramework < SM > { <nl> private : <nl> void Initialize ( Kernel : : HLERequestContext & ctx ) ; <nl> void GetService ( Kernel : : HLERequestContext & ctx ) ; <nl> + void RegisterService ( Kernel : : HLERequestContext & ctx ) ; <nl> + void UnregisterService ( Kernel : : HLERequestContext & ctx ) ; <nl> <nl> std : : shared_ptr < ServiceManager > service_manager ; <nl> } ; <nl> class ServiceManager { <nl> <nl> ResultVal < Kernel : : SharedPtr < Kernel : : ServerPort > > RegisterService ( std : : string name , <nl> unsigned int max_sessions ) ; <nl> + ResultCode UnregisterService ( std : : string name ) ; <nl> ResultVal < Kernel : : SharedPtr < Kernel : : ClientPort > > GetServicePort ( const std : : string & name ) ; <nl> ResultVal < Kernel : : SharedPtr < Kernel : : ClientSession > > ConnectToService ( const std : : string & name ) ; <nl> <nl> | Merge pull request from DarkLordZach / sm - register - unregister | yuzu-emu/yuzu | f7a1827aaa384863c1a2bdff13a322aa9d89dfd2 | 2018-11-24T04:59:01Z |
mmm a / launcher / CmderLauncher . vcxproj <nl> ppp b / launcher / CmderLauncher . vcxproj <nl> <nl> < ProjectGuid > { 4A8485A5 - B7DD - 4C44 - B7F6 - 3E2765DD0CD3 } < / ProjectGuid > <nl> < Keyword > Win32Proj < / Keyword > <nl> < RootNamespace > CmderLauncher < / RootNamespace > <nl> + < WindowsTargetPlatformVersion > 10 . 0 . 16299 . 0 < / WindowsTargetPlatformVersion > <nl> < / PropertyGroup > <nl> < Import Project = " $ ( VCTargetsPath ) \ Microsoft . Cpp . Default . props " / > <nl> < PropertyGroup Condition = " ' $ ( Configuration ) | $ ( Platform ) ' = = ' Debug | Win32 ' " Label = " Configuration " > <nl> <nl> < PropertyGroup Condition = " ' $ ( Configuration ) | $ ( Platform ) ' = = ' Release | Win32 ' " Label = " Configuration " > <nl> < ConfigurationType > Application < / ConfigurationType > <nl> < UseDebugLibraries > false < / UseDebugLibraries > <nl> - < PlatformToolset > v141_xp < / PlatformToolset > <nl> < WholeProgramOptimization > true < / WholeProgramOptimization > <nl> < CharacterSet > Unicode < / CharacterSet > <nl> + < PlatformToolset > v141 < / PlatformToolset > <nl> < / PropertyGroup > <nl> < Import Project = " $ ( VCTargetsPath ) \ Microsoft . Cpp . props " / > <nl> < ImportGroup Label = " ExtensionSettings " > <nl> mmm a / launcher / src / CmderLauncher . cpp <nl> ppp b / launcher / src / CmderLauncher . cpp <nl> <nl> # include < vector > <nl> # include < shlobj . h > <nl> <nl> - # include < regex > <nl> - # include < iostream > <nl> + # include < regex > <nl> + # include < iostream > <nl> <nl> # pragma comment ( lib , " Shlwapi . lib " ) <nl> <nl> <nl> <nl> # define USE_TASKBAR_API ( _WIN32_WINNT > = _WIN32_WINNT_WIN7 ) <nl> <nl> - # define XP ( _WIN32_WINNT < _WIN32_WINNT_VISTA ) <nl> - <nl> # define MB_TITLE L " Cmder Launcher " <nl> # define SHELL_MENU_REGISTRY_PATH_BACKGROUND L " Directory \ \ Background \ \ shell \ \ Cmder " <nl> # define SHELL_MENU_REGISTRY_PATH_LISTITEM L " Directory \ \ shell \ \ Cmder " <nl> void StartCmder ( std : : wstring path = L " " , bool is_single_mode = false , std : : wstr <nl> { <nl> MessageBox ( NULL , <nl> ( GetLastError ( ) = = ERROR_ACCESS_DENIED ) <nl> - ? L " Failed to copy ConEmu . xml file to ConEmu - % COMPUTERNAME % . xml backup location ! Restart Cmder as administrator . " <nl> + ? L " Failed to copy ConEmu . xml file to ConEmu - % COMPUTERNAME % . xml backup location ! Restart Cmder as Administrator . " <nl> : L " Failed to copy ConEmu . xml file to ConEmu - % COMPUTERNAME % . xml backup location ! " , MB_TITLE , MB_ICONSTOP ) ; <nl> exit ( 1 ) ; <nl> } <nl> void StartCmder ( std : : wstring path = L " " , bool is_single_mode = false , std : : wstr <nl> { <nl> MessageBox ( NULL , <nl> ( GetLastError ( ) = = ERROR_ACCESS_DENIED ) <nl> - ? L " Failed to copy ConEmu - % COMPUTERNAME % . xml file to vendored ConEmu . xml location ! Restart Cmder as administrator . " <nl> + ? L " Failed to copy ConEmu - % COMPUTERNAME % . xml file to vendored ConEmu . xml location ! Restart Cmder as Administrator . " <nl> : L " Failed to copy ConEmu - % COMPUTERNAME % . xml file to vendored ConEmu . xml location ! " , MB_TITLE , MB_ICONSTOP ) ; <nl> exit ( 1 ) ; <nl> } <nl> } <nl> - <nl> } <nl> else if ( PathFileExists ( userCfgPath ) ) { <nl> if ( PathFileExists ( cfgPath ) ) { <nl> void StartCmder ( std : : wstring path = L " " , bool is_single_mode = false , std : : wstr <nl> { <nl> MessageBox ( NULL , <nl> ( GetLastError ( ) = = ERROR_ACCESS_DENIED ) <nl> - ? L " Failed to copy ConEmu . xml file to backup location ! Restart Cmder as administrator . " <nl> + ? L " Failed to copy ConEmu . xml file to backup location ! Restart Cmder as Administrator . " <nl> : L " Failed to copy ConEmu . xml file to backup location ! " , MB_TITLE , MB_ICONSTOP ) ; <nl> exit ( 1 ) ; <nl> } <nl> void StartCmder ( std : : wstring path = L " " , bool is_single_mode = false , std : : wstr <nl> { <nl> MessageBox ( NULL , <nl> ( GetLastError ( ) = = ERROR_ACCESS_DENIED ) <nl> - ? L " Failed to copy ConEmu . xml file to vendored ConEmu . xml location ! Restart Cmder as administrator . " <nl> + ? L " Failed to copy ConEmu . xml file to vendored ConEmu . xml location ! Restart Cmder as Administrator . " <nl> : L " Failed to copy ConEmu . xml file to vendored ConEmu . xml location ! " , MB_TITLE , MB_ICONSTOP ) ; <nl> exit ( 1 ) ; <nl> } <nl> void StartCmder ( std : : wstring path = L " " , bool is_single_mode = false , std : : wstr <nl> { <nl> MessageBox ( NULL , <nl> ( GetLastError ( ) = = ERROR_ACCESS_DENIED ) <nl> - ? L " Failed to copy ConEmu . xml file to user - conemu . xml backup location ! Restart Cmder as administrator . " <nl> + ? L " Failed to copy ConEmu . xml file to user - conemu . xml backup location ! Restart Cmder as Administrator . " <nl> : L " Failed to copy ConEmu . xml file to user - conemu . xml backup location ! " , MB_TITLE , MB_ICONSTOP ) ; <nl> exit ( 1 ) ; <nl> } <nl> void StartCmder ( std : : wstring path = L " " , bool is_single_mode = false , std : : wstr <nl> { <nl> MessageBox ( NULL , <nl> ( GetLastError ( ) = = ERROR_ACCESS_DENIED ) <nl> - ? L " Failed to copy Cmder default ConEmu . xml file to vendored ConEmu . xml location ! Restart Cmder as administrator . " <nl> + ? L " Failed to copy Cmder default ConEmu . xml file to vendored ConEmu . xml location ! Restart Cmder as Administrator . " <nl> : L " Failed to copy Cmder default ConEmu . xml file to vendored ConEmu . xml location ! " , MB_TITLE , MB_ICONSTOP ) ; <nl> exit ( 1 ) ; <nl> } <nl> void StartCmder ( std : : wstring path = L " " , bool is_single_mode = false , std : : wstr <nl> } <nl> } <nl> <nl> - <nl> SetEnvironmentVariable ( L " CMDER_ROOT " , exeDir ) ; <nl> if ( wcscmp ( userConfigDirPath , configDirPath ) ! = 0 ) <nl> { <nl> void RegisterShellMenu ( std : : wstring opt , wchar_t * keyBaseName ) <nl> <nl> GetModuleFileName ( NULL , exePath , sizeof ( exePath ) ) ; <nl> <nl> - wchar_t commandStr [ MAX_PATH + 20 ] = { 0 } ; <nl> - swprintf_s ( commandStr , L " \ " % s \ " \ " % % V \ " " , exePath ) ; <nl> + wchar_t commandStr [ MAX_PATH + 20 ] = { 0 } ; <nl> + swprintf_s ( commandStr , L " \ " % s \ " \ " % % V \ " " , exePath ) ; <nl> <nl> - / / Now that we have ` commandStr ` , it ' s OK to change ` exePath ` . . . <nl> - PathRemoveFileSpec ( exePath ) ; <nl> + / / Now that we have ` commandStr ` , it ' s OK to change ` exePath ` . . . <nl> + PathRemoveFileSpec ( exePath ) ; <nl> <nl> - PathCombine ( icoPath , exePath , L " icons \ \ cmder . ico " ) ; <nl> + PathCombine ( icoPath , exePath , L " icons \ \ cmder . ico " ) ; <nl> <nl> - / / Now set the registry keys <nl> - HKEY root = GetRootKey ( opt ) ; <nl> + / / Now set the registry keys <nl> + HKEY root = GetRootKey ( opt ) ; <nl> <nl> - HKEY cmderKey ; <nl> - FAIL_ON_ERROR ( RegCreateKeyEx ( root , keyBaseName , 0 , NULL , REG_OPTION_NON_VOLATILE , KEY_ALL_ACCESS , NULL , & cmderKey , NULL ) ) ; <nl> + HKEY cmderKey ; <nl> + FAIL_ON_ERROR ( RegCreateKeyEx ( root , keyBaseName , 0 , NULL , REG_OPTION_NON_VOLATILE , KEY_ALL_ACCESS , NULL , & cmderKey , NULL ) ) ; <nl> <nl> - FAIL_ON_ERROR ( RegSetValue ( cmderKey , L " " , REG_SZ , L " Cmder Here " , NULL ) ) ; <nl> - FAIL_ON_ERROR ( RegSetValueEx ( cmderKey , L " NoWorkingDirectory " , 0 , REG_SZ , ( BYTE * ) L " " , 2 ) ) ; <nl> + FAIL_ON_ERROR ( RegSetValue ( cmderKey , L " " , REG_SZ , L " Cmder Here " , NULL ) ) ; <nl> + FAIL_ON_ERROR ( RegSetValueEx ( cmderKey , L " NoWorkingDirectory " , 0 , REG_SZ , ( BYTE * ) L " " , 2 ) ) ; <nl> <nl> - FAIL_ON_ERROR ( RegSetValueEx ( cmderKey , L " Icon " , 0 , REG_SZ , ( BYTE * ) icoPath , wcslen ( icoPath ) * sizeof ( wchar_t ) ) ) ; <nl> + FAIL_ON_ERROR ( RegSetValueEx ( cmderKey , L " Icon " , 0 , REG_SZ , ( BYTE * ) icoPath , wcslen ( icoPath ) * sizeof ( wchar_t ) ) ) ; <nl> <nl> - HKEY command ; <nl> - FAIL_ON_ERROR ( RegCreateKeyEx ( cmderKey , L " command " , 0 , NULL , REG_OPTION_NON_VOLATILE , KEY_ALL_ACCESS , NULL , & command , NULL ) ) ; <nl> + HKEY command ; <nl> + FAIL_ON_ERROR ( RegCreateKeyEx ( cmderKey , L " command " , 0 , NULL , REG_OPTION_NON_VOLATILE , KEY_ALL_ACCESS , NULL , & command , NULL ) ) ; <nl> <nl> - FAIL_ON_ERROR ( RegSetValue ( command , L " " , REG_SZ , commandStr , NULL ) ) ; <nl> + FAIL_ON_ERROR ( RegSetValue ( command , L " " , REG_SZ , commandStr , NULL ) ) ; <nl> <nl> - RegCloseKey ( command ) ; <nl> - RegCloseKey ( cmderKey ) ; <nl> - RegCloseKey ( root ) ; <nl> + RegCloseKey ( command ) ; <nl> + RegCloseKey ( cmderKey ) ; <nl> + RegCloseKey ( root ) ; <nl> } <nl> <nl> void UnregisterShellMenu ( std : : wstring opt , wchar_t * keyBaseName ) <nl> void UnregisterShellMenu ( std : : wstring opt , wchar_t * keyBaseName ) <nl> HKEY root = GetRootKey ( opt ) ; <nl> HKEY cmderKey ; <nl> FAIL_ON_ERROR ( RegCreateKeyEx ( root , keyBaseName , 0 , NULL , REG_OPTION_NON_VOLATILE , KEY_ALL_ACCESS , NULL , & cmderKey , NULL ) ) ; <nl> - # if XP <nl> - FAIL_ON_ERROR ( SHDeleteKey ( cmderKey , NULL ) ) ; <nl> - # else <nl> FAIL_ON_ERROR ( RegDeleteTree ( cmderKey , NULL ) ) ; <nl> - # endif <nl> RegCloseKey ( cmderKey ) ; <nl> RegCloseKey ( root ) ; <nl> } <nl> struct cmderOptions <nl> bool registerApp = false ; <nl> bool unRegisterApp = false ; <nl> bool error = false ; <nl> - <nl> } ; <nl> <nl> cmderOptions GetOption ( ) <nl> cmderOptions GetOption ( ) <nl> cmderOptions . registerApp = true ; <nl> cmderOptions . unRegisterApp = false ; <nl> if ( szArgList [ i + 1 ] ! = NULL ) <nl> - { <nl> + { <nl> if ( _wcsicmp ( L " all " , szArgList [ i + 1 ] ) = = 0 | | _wcsicmp ( L " user " , szArgList [ i + 1 ] ) = = 0 ) <nl> { <nl> cmderOptions . cmderRegScope = szArgList [ i + 1 ] ; <nl> int APIENTRY _tWinMain ( _In_ HINSTANCE hInstance , <nl> <nl> cmderOptions cmderOptions = GetOption ( ) ; <nl> <nl> - if ( cmderOptions . registerApp = = true ) { <nl> + if ( cmderOptions . registerApp = = true ) { <nl> RegisterShellMenu ( cmderOptions . cmderRegScope , SHELL_MENU_REGISTRY_PATH_BACKGROUND ) ; <nl> RegisterShellMenu ( cmderOptions . cmderRegScope , SHELL_MENU_REGISTRY_PATH_LISTITEM ) ; <nl> } <nl> - else if ( cmderOptions . unRegisterApp = = true ) <nl> + else if ( cmderOptions . unRegisterApp = = true ) <nl> { <nl> UnregisterShellMenu ( cmderOptions . cmderRegScope , SHELL_MENU_REGISTRY_PATH_BACKGROUND ) ; <nl> UnregisterShellMenu ( cmderOptions . cmderRegScope , SHELL_MENU_REGISTRY_PATH_LISTITEM ) ; <nl> int APIENTRY _tWinMain ( _In_ HINSTANCE hInstance , <nl> { <nl> StartCmder ( cmderOptions . cmderStart , cmderOptions . cmderSingle , cmderOptions . cmderTask , cmderOptions . cmderCfgRoot ) ; <nl> } <nl> - <nl> + <nl> return 0 ; <nl> } <nl> | Merge pull request from cmderdev / drop_xp | cmderdev/cmder | 63f3f8020f7872d33807384c13eb668d94851c83 | 2018-03-14T12:26:56Z |
mmm a / test / test_indexing . py <nl> ppp b / test / test_indexing . py <nl> <nl> from common import TestCase , run_tests <nl> - import unittest <nl> import torch <nl> import warnings <nl> - from torch . autograd import Variable <nl> + from torch import tensor <nl> <nl> <nl> class TestIndexing ( TestCase ) : <nl> def test_single_int ( self ) : <nl> - v = Variable ( torch . randn ( 5 , 7 , 3 ) ) <nl> + v = torch . randn ( 5 , 7 , 3 ) <nl> self . assertEqual ( v [ 4 ] . shape , ( 7 , 3 ) ) <nl> <nl> def test_multiple_int ( self ) : <nl> - v = Variable ( torch . randn ( 5 , 7 , 3 ) ) <nl> + v = torch . randn ( 5 , 7 , 3 ) <nl> self . assertEqual ( v [ 4 ] . shape , ( 7 , 3 ) ) <nl> self . assertEqual ( v [ 4 , : , 1 ] . shape , ( 7 , ) ) <nl> <nl> def test_none ( self ) : <nl> - v = Variable ( torch . randn ( 5 , 7 , 3 ) ) <nl> + v = torch . randn ( 5 , 7 , 3 ) <nl> self . assertEqual ( v [ None ] . shape , ( 1 , 5 , 7 , 3 ) ) <nl> self . assertEqual ( v [ : , None ] . shape , ( 5 , 1 , 7 , 3 ) ) <nl> self . assertEqual ( v [ : , None , None ] . shape , ( 5 , 1 , 1 , 7 , 3 ) ) <nl> self . assertEqual ( v [ . . . , None ] . shape , ( 5 , 7 , 3 , 1 ) ) <nl> <nl> def test_step ( self ) : <nl> - v = Variable ( torch . arange ( 10 ) ) <nl> + v = torch . arange ( 10 ) <nl> self . assertEqual ( v [ : : 1 ] , v ) <nl> - self . assertEqual ( v [ : : 2 ] . data . tolist ( ) , [ 0 , 2 , 4 , 6 , 8 ] ) <nl> - self . assertEqual ( v [ : : 3 ] . data . tolist ( ) , [ 0 , 3 , 6 , 9 ] ) <nl> - self . assertEqual ( v [ : : 11 ] . data . tolist ( ) , [ 0 ] ) <nl> - self . assertEqual ( v [ 1 : 6 : 2 ] . data . tolist ( ) , [ 1 , 3 , 5 ] ) <nl> + self . assertEqual ( v [ : : 2 ] . tolist ( ) , [ 0 , 2 , 4 , 6 , 8 ] ) <nl> + self . assertEqual ( v [ : : 3 ] . tolist ( ) , [ 0 , 3 , 6 , 9 ] ) <nl> + self . assertEqual ( v [ : : 11 ] . tolist ( ) , [ 0 ] ) <nl> + self . assertEqual ( v [ 1 : 6 : 2 ] . tolist ( ) , [ 1 , 3 , 5 ] ) <nl> <nl> def test_step_assignment ( self ) : <nl> - v = Variable ( torch . zeros ( 4 , 4 ) ) <nl> - v [ 0 , 1 : : 2 ] = Variable ( torch . Tensor ( [ 3 , 4 ] ) ) <nl> - self . assertEqual ( v [ 0 ] . data . tolist ( ) , [ 0 , 3 , 0 , 4 ] ) <nl> - self . assertEqual ( v [ 1 : ] . data . sum ( ) , 0 ) <nl> + v = torch . zeros ( 4 , 4 ) <nl> + v [ 0 , 1 : : 2 ] = torch . tensor ( [ 3 . , 4 . ] ) <nl> + self . assertEqual ( v [ 0 ] . tolist ( ) , [ 0 , 3 , 0 , 4 ] ) <nl> + self . assertEqual ( v [ 1 : ] . sum ( ) , 0 ) <nl> <nl> def test_byte_mask ( self ) : <nl> - v = Variable ( torch . randn ( 5 , 7 , 3 ) ) <nl> - mask = Variable ( torch . ByteTensor ( [ 1 , 0 , 1 , 1 , 0 ] ) ) <nl> + v = torch . randn ( 5 , 7 , 3 ) <nl> + mask = torch . ByteTensor ( [ 1 , 0 , 1 , 1 , 0 ] ) <nl> self . assertEqual ( v [ mask ] . shape , ( 3 , 7 , 3 ) ) <nl> self . assertEqual ( v [ mask ] , torch . stack ( [ v [ 0 ] , v [ 2 ] , v [ 3 ] ] ) ) <nl> <nl> - v = Variable ( torch . Tensor ( [ 1 ] ) ) <nl> - self . assertEqual ( v [ v = = 0 ] , Variable ( torch . Tensor ( ) ) ) <nl> + v = torch . tensor ( [ 1 . ] ) <nl> + self . assertEqual ( v [ v = = 0 ] , torch . tensor ( [ ] ) ) <nl> <nl> def test_multiple_byte_mask ( self ) : <nl> - v = Variable ( torch . randn ( 5 , 7 , 3 ) ) <nl> + v = torch . randn ( 5 , 7 , 3 ) <nl> # note : these broadcast together and are transposed to the first dim <nl> - mask1 = Variable ( torch . ByteTensor ( [ 1 , 0 , 1 , 1 , 0 ] ) ) <nl> - mask2 = Variable ( torch . ByteTensor ( [ 1 , 1 , 1 ] ) ) <nl> + mask1 = torch . ByteTensor ( [ 1 , 0 , 1 , 1 , 0 ] ) <nl> + mask2 = torch . ByteTensor ( [ 1 , 1 , 1 ] ) <nl> self . assertEqual ( v [ mask1 , : , mask2 ] . shape , ( 3 , 7 ) ) <nl> <nl> def test_byte_mask2d ( self ) : <nl> - v = Variable ( torch . randn ( 5 , 7 , 3 ) ) <nl> - c = Variable ( torch . randn ( 5 , 7 ) ) <nl> - num_ones = ( c > 0 ) . data . sum ( ) <nl> + v = torch . randn ( 5 , 7 , 3 ) <nl> + c = torch . randn ( 5 , 7 ) <nl> + num_ones = ( c > 0 ) . sum ( ) <nl> r = v [ c > 0 ] <nl> self . assertEqual ( r . shape , ( num_ones , 3 ) ) <nl> <nl> def test_int_indices ( self ) : <nl> - v = Variable ( torch . randn ( 5 , 7 , 3 ) ) <nl> + v = torch . randn ( 5 , 7 , 3 ) <nl> self . assertEqual ( v [ [ 0 , 4 , 2 ] ] . shape , ( 3 , 7 , 3 ) ) <nl> self . assertEqual ( v [ : , [ 0 , 4 , 2 ] ] . shape , ( 5 , 3 , 3 ) ) <nl> self . assertEqual ( v [ : , [ [ 0 , 1 ] , [ 4 , 3 ] ] ] . shape , ( 5 , 2 , 2 , 3 ) ) <nl> <nl> def test_int_indices2d ( self ) : <nl> # From the NumPy indexing example <nl> - x = Variable ( torch . arange ( 0 , 12 ) . view ( 4 , 3 ) ) <nl> - rows = Variable ( torch . LongTensor ( [ [ 0 , 0 ] , [ 3 , 3 ] ] ) ) <nl> - columns = Variable ( torch . LongTensor ( [ [ 0 , 2 ] , [ 0 , 2 ] ] ) ) <nl> - self . assertEqual ( x [ rows , columns ] . data . tolist ( ) , [ [ 0 , 2 ] , [ 9 , 11 ] ] ) <nl> + x = torch . arange ( 0 , 12 ) . view ( 4 , 3 ) <nl> + rows = torch . tensor ( [ [ 0 , 0 ] , [ 3 , 3 ] ] ) <nl> + columns = torch . tensor ( [ [ 0 , 2 ] , [ 0 , 2 ] ] ) <nl> + self . assertEqual ( x [ rows , columns ] . tolist ( ) , [ [ 0 , 2 ] , [ 9 , 11 ] ] ) <nl> <nl> def test_int_indices_broadcast ( self ) : <nl> # From the NumPy indexing example <nl> - x = Variable ( torch . arange ( 0 , 12 ) . view ( 4 , 3 ) ) <nl> - rows = Variable ( torch . LongTensor ( [ 0 , 3 ] ) ) <nl> - columns = Variable ( torch . LongTensor ( [ 0 , 2 ] ) ) <nl> + x = torch . arange ( 0 , 12 ) . view ( 4 , 3 ) <nl> + rows = torch . tensor ( [ 0 , 3 ] ) <nl> + columns = torch . tensor ( [ 0 , 2 ] ) <nl> result = x [ rows [ : , None ] , columns ] <nl> - self . assertEqual ( result . data . tolist ( ) , [ [ 0 , 2 ] , [ 9 , 11 ] ] ) <nl> + self . assertEqual ( result . tolist ( ) , [ [ 0 , 2 ] , [ 9 , 11 ] ] ) <nl> <nl> def test_empty_index ( self ) : <nl> - x = Variable ( torch . arange ( 0 , 12 ) . view ( 4 , 3 ) ) <nl> - idx = Variable ( torch . LongTensor ( ) ) <nl> + x = torch . arange ( 0 , 12 ) . view ( 4 , 3 ) <nl> + idx = torch . tensor ( [ ] , dtype = torch . long ) <nl> self . assertEqual ( x [ idx ] . numel ( ) , 0 ) <nl> <nl> # empty assignment should have no effect but not throw an exception <nl> def test_index_getitem_copy_bools_slices ( self ) : <nl> true = torch . tensor ( 1 , dtype = torch . uint8 ) <nl> false = torch . tensor ( 0 , dtype = torch . uint8 ) <nl> <nl> - tensors = [ Variable ( torch . randn ( 2 , 3 ) ) , torch . tensor ( 3 ) ] <nl> + tensors = [ torch . randn ( 2 , 3 ) , torch . tensor ( 3 ) ] <nl> <nl> for a in tensors : <nl> self . assertNotEqual ( a . data_ptr ( ) , a [ True ] . data_ptr ( ) ) <nl> def test_index_setitem_bools_slices ( self ) : <nl> true = torch . tensor ( 1 , dtype = torch . uint8 ) <nl> false = torch . tensor ( 0 , dtype = torch . uint8 ) <nl> <nl> - tensors = [ Variable ( torch . randn ( 2 , 3 ) ) , torch . tensor ( 3 ) ] <nl> + tensors = [ torch . randn ( 2 , 3 ) , torch . tensor ( 3 ) ] <nl> <nl> for a in tensors : <nl> # prefix with a 1 , 1 , to ensure we are compatible with numpy which cuts off prefix 1s <nl> def test_index_setitem_bools_slices ( self ) : <nl> a [ : ] = neg_ones_expanded * 5 <nl> <nl> def test_setitem_expansion_error ( self ) : <nl> - true = torch . tensor ( 1 , dtype = torch . uint8 ) <nl> - a = Variable ( torch . randn ( 2 , 3 ) ) <nl> + true = torch . tensor ( True ) <nl> + a = torch . randn ( 2 , 3 ) <nl> # check prefix with non - 1s doesn ' t work <nl> a_expanded = a . expand ( torch . Size ( [ 5 , 1 ] ) + a . size ( ) ) <nl> with self . assertRaises ( RuntimeError ) : <nl> a [ True ] = a_expanded <nl> with self . assertRaises ( RuntimeError ) : <nl> - a [ true ] = torch . autograd . Variable ( a_expanded ) <nl> + a [ true ] = a_expanded <nl> <nl> def test_getitem_scalars ( self ) : <nl> zero = torch . tensor ( 0 , dtype = torch . int64 ) <nl> one = torch . tensor ( 1 , dtype = torch . int64 ) <nl> <nl> # non - scalar indexed with scalars <nl> - a = Variable ( torch . randn ( 2 , 3 ) ) <nl> + a = torch . randn ( 2 , 3 ) <nl> self . assertEqual ( a [ 0 ] , a [ zero ] ) <nl> self . assertEqual ( a [ 0 ] [ 1 ] , a [ zero ] [ one ] ) <nl> self . assertEqual ( a [ 0 , 1 ] , a [ zero , one ] ) <nl> def test_setitem_scalars ( self ) : <nl> zero = torch . tensor ( 0 , dtype = torch . int64 ) <nl> <nl> # non - scalar indexed with scalars <nl> - a = Variable ( torch . randn ( 2 , 3 ) ) <nl> + a = torch . randn ( 2 , 3 ) <nl> a_set_with_number = a . clone ( ) <nl> a_set_with_scalar = a . clone ( ) <nl> - b = Variable ( torch . randn ( 3 ) ) <nl> + b = torch . randn ( 3 ) <nl> <nl> a_set_with_number [ 0 ] = b <nl> a_set_with_scalar [ zero ] = b <nl> def test_setitem_scalars ( self ) : <nl> <nl> def test_basic_advanced_combined ( self ) : <nl> # From the NumPy indexing example <nl> - x = Variable ( torch . arange ( 0 , 12 ) . view ( 4 , 3 ) ) <nl> + x = torch . arange ( 0 , 12 ) . view ( 4 , 3 ) <nl> self . assertEqual ( x [ 1 : 2 , 1 : 3 ] , x [ 1 : 2 , [ 1 , 2 ] ] ) <nl> - self . assertEqual ( x [ 1 : 2 , 1 : 3 ] . data . tolist ( ) , [ [ 4 , 5 ] ] ) <nl> + self . assertEqual ( x [ 1 : 2 , 1 : 3 ] . tolist ( ) , [ [ 4 , 5 ] ] ) <nl> <nl> # Check that it is a copy <nl> unmodified = x . clone ( ) <nl> def test_basic_advanced_combined ( self ) : <nl> self . assertNotEqual ( x , unmodified ) <nl> <nl> def test_int_assignment ( self ) : <nl> - x = Variable ( torch . arange ( 0 , 4 ) . view ( 2 , 2 ) ) <nl> + x = torch . arange ( 0 , 4 ) . view ( 2 , 2 ) <nl> x [ 1 ] = 5 <nl> - self . assertEqual ( x . data . tolist ( ) , [ [ 0 , 1 ] , [ 5 , 5 ] ] ) <nl> + self . assertEqual ( x . tolist ( ) , [ [ 0 , 1 ] , [ 5 , 5 ] ] ) <nl> <nl> - x = Variable ( torch . arange ( 0 , 4 ) . view ( 2 , 2 ) ) <nl> - x [ 1 ] = Variable ( torch . arange ( 5 , 7 ) ) <nl> - self . assertEqual ( x . data . tolist ( ) , [ [ 0 , 1 ] , [ 5 , 6 ] ] ) <nl> + x = torch . arange ( 0 , 4 ) . view ( 2 , 2 ) <nl> + x [ 1 ] = torch . arange ( 5 , 7 ) <nl> + self . assertEqual ( x . tolist ( ) , [ [ 0 , 1 ] , [ 5 , 6 ] ] ) <nl> <nl> def test_byte_tensor_assignment ( self ) : <nl> - x = Variable ( torch . arange ( 0 , 16 ) . view ( 4 , 4 ) ) <nl> - b = Variable ( torch . ByteTensor ( [ True , False , True , False ] ) ) <nl> - value = Variable ( torch . Tensor ( [ 3 , 4 , 5 , 6 ] ) ) <nl> + x = torch . arange ( 0 , 16 ) . view ( 4 , 4 ) <nl> + b = torch . ByteTensor ( [ True , False , True , False ] ) <nl> + value = torch . tensor ( [ 3 . , 4 . , 5 . , 6 . ] ) <nl> x [ b ] = value <nl> self . assertEqual ( x [ 0 ] , value ) <nl> - self . assertEqual ( x [ 1 ] . data , torch . arange ( 4 , 8 ) ) <nl> + self . assertEqual ( x [ 1 ] , torch . arange ( 4 , 8 ) ) <nl> self . assertEqual ( x [ 2 ] , value ) <nl> - self . assertEqual ( x [ 3 ] . data , torch . arange ( 12 , 16 ) ) <nl> + self . assertEqual ( x [ 3 ] , torch . arange ( 12 , 16 ) ) <nl> <nl> def test_variable_slicing ( self ) : <nl> - x = Variable ( torch . arange ( 0 , 16 ) . view ( 4 , 4 ) ) <nl> - indices = Variable ( torch . IntTensor ( [ 0 , 1 ] ) ) <nl> + x = torch . arange ( 0 , 16 ) . view ( 4 , 4 ) <nl> + indices = torch . IntTensor ( [ 0 , 1 ] ) <nl> i , j = indices <nl> self . assertEqual ( x [ i : j ] , x [ 0 : 1 ] ) <nl> <nl> def test_ellipsis_tensor ( self ) : <nl> - x = Variable ( torch . arange ( 0 , 9 ) . view ( 3 , 3 ) ) <nl> - idx = Variable ( torch . LongTensor ( [ 0 , 2 ] ) ) <nl> + x = torch . arange ( 0 , 9 ) . view ( 3 , 3 ) <nl> + idx = torch . tensor ( [ 0 , 2 ] ) <nl> self . assertEqual ( x [ . . . , idx ] . tolist ( ) , [ [ 0 , 2 ] , <nl> [ 3 , 5 ] , <nl> [ 6 , 8 ] ] ) <nl> def test_ellipsis_tensor ( self ) : <nl> [ 6 , 7 , 8 ] ] ) <nl> <nl> def test_invalid_index ( self ) : <nl> - x = Variable ( torch . arange ( 0 , 16 ) . view ( 4 , 4 ) ) <nl> + x = torch . arange ( 0 , 16 ) . view ( 4 , 4 ) <nl> self . assertRaisesRegex ( TypeError , ' slice indices ' , lambda : x [ " 0 " : " 1 " ] ) <nl> <nl> def test_zero_dim_index ( self ) : <nl> def test_zero_dim_index ( self ) : <nl> self . assertEqual ( len ( w ) , 1 ) <nl> <nl> <nl> - def tensor ( * args , * * kwargs ) : <nl> - return Variable ( torch . Tensor ( * args , * * kwargs ) ) <nl> - <nl> - <nl> - def byteTensor ( data ) : <nl> - return Variable ( torch . ByteTensor ( data ) ) <nl> - <nl> - <nl> - def ones ( * args ) : <nl> - return Variable ( torch . ones ( * args ) ) <nl> - <nl> - <nl> - def zeros ( * args ) : <nl> - return Variable ( torch . zeros ( * args ) ) <nl> - <nl> - <nl> # The tests below are from NumPy test_indexing . py with some modifications to <nl> # make them compatible with PyTorch . It ' s licensed under the BDS license below : <nl> # <nl> def zeros ( * args ) : <nl> <nl> class NumpyTests ( TestCase ) : <nl> def test_index_no_floats ( self ) : <nl> - a = Variable ( torch . Tensor ( [ [ [ 5 ] ] ] ) ) <nl> + a = torch . tensor ( [ [ [ 5 . ] ] ] ) <nl> <nl> self . assertRaises ( IndexError , lambda : a [ 0 . 0 ] ) <nl> self . assertRaises ( IndexError , lambda : a [ 0 , 0 . 0 ] ) <nl> def test_empty_tuple_index ( self ) : <nl> def test_empty_fancy_index ( self ) : <nl> # Empty list index creates an empty array <nl> a = tensor ( [ 1 , 2 , 3 ] ) <nl> - self . assertEqual ( a [ [ ] ] , Variable ( torch . Tensor ( ) ) ) <nl> + self . assertEqual ( a [ [ ] ] , torch . tensor ( [ ] ) ) <nl> <nl> b = tensor ( [ ] ) . long ( ) <nl> - self . assertEqual ( a [ [ ] ] , Variable ( torch . LongTensor ( ) ) ) <nl> + self . assertEqual ( a [ [ ] ] , torch . tensor ( [ ] , dtype = torch . long ) ) <nl> <nl> b = tensor ( [ ] ) . float ( ) <nl> self . assertRaises ( RuntimeError , lambda : a [ b ] ) <nl> def test_single_int_index ( self ) : <nl> [ 4 , 5 , 6 ] , <nl> [ 7 , 8 , 9 ] ] ) <nl> <nl> - self . assertEqual ( a [ 0 ] . data , [ 1 , 2 , 3 ] ) <nl> - self . assertEqual ( a [ - 1 ] . data , [ 7 , 8 , 9 ] ) <nl> + self . assertEqual ( a [ 0 ] , [ 1 , 2 , 3 ] ) <nl> + self . assertEqual ( a [ - 1 ] , [ 7 , 8 , 9 ] ) <nl> <nl> # Index out of bounds produces IndexError <nl> self . assertRaises ( IndexError , a . __getitem__ , 1 < < 30 ) <nl> def test_single_bool_index ( self ) : <nl> self . assertEqual ( a [ False ] , a [ None ] [ 0 : 0 ] ) <nl> <nl> def test_boolean_shape_mismatch ( self ) : <nl> - arr = ones ( ( 5 , 4 , 3 ) ) <nl> + arr = torch . ones ( ( 5 , 4 , 3 ) ) <nl> <nl> # TODO : prefer IndexError <nl> - index = byteTensor ( [ True ] ) <nl> + index = tensor ( [ True ] ) <nl> self . assertRaisesRegex ( RuntimeError , ' mask ' , lambda : arr [ index ] ) <nl> <nl> - index = byteTensor ( [ False ] * 6 ) <nl> + index = tensor ( [ False ] * 6 ) <nl> self . assertRaisesRegex ( RuntimeError , ' mask ' , lambda : arr [ index ] ) <nl> <nl> - index = Variable ( torch . ByteTensor ( 4 , 4 ) ) . zero_ ( ) <nl> + index = torch . ByteTensor ( 4 , 4 ) . zero_ ( ) <nl> self . assertRaisesRegex ( RuntimeError , ' mask ' , lambda : arr [ index ] ) <nl> <nl> self . assertRaisesRegex ( RuntimeError , ' mask ' , lambda : arr [ ( slice ( None ) , index ) ] ) <nl> def test_boolean_indexing_onedim ( self ) : <nl> # Indexing a 2 - dimensional array with <nl> # boolean array of length one <nl> a = tensor ( [ [ 0 . , 0 . , 0 . ] ] ) <nl> - b = byteTensor ( [ True ] ) <nl> + b = tensor ( [ True ] ) <nl> self . assertEqual ( a [ b ] , a ) <nl> # boolean assignment <nl> a [ b ] = 1 . <nl> def test_boolean_indexing_onedim ( self ) : <nl> def test_boolean_assignment_value_mismatch ( self ) : <nl> # A boolean assignment should fail when the shape of the values <nl> # cannot be broadcast to the subscription . ( see also gh - 3458 ) <nl> - a = Variable ( torch . arange ( 0 , 4 ) ) <nl> + a = torch . arange ( 0 , 4 ) <nl> <nl> def f ( a , v ) : <nl> a [ a > - 1 ] = tensor ( v ) <nl> def test_boolean_indexing_twodim ( self ) : <nl> a = tensor ( [ [ 1 , 2 , 3 ] , <nl> [ 4 , 5 , 6 ] , <nl> [ 7 , 8 , 9 ] ] ) <nl> - b = byteTensor ( [ [ True , False , True ] , <nl> - [ False , True , False ] , <nl> - [ True , False , True ] ] ) <nl> + b = tensor ( [ [ True , False , True ] , <nl> + [ False , True , False ] , <nl> + [ True , False , True ] ] ) <nl> self . assertEqual ( a [ b ] , tensor ( [ 1 , 3 , 5 , 7 , 9 ] ) ) <nl> self . assertEqual ( a [ b [ 1 ] ] , tensor ( [ [ 4 , 5 , 6 ] ] ) ) <nl> self . assertEqual ( a [ b [ 0 ] ] , a [ b [ 2 ] ] ) <nl> def test_boolean_indexing_twodim ( self ) : <nl> <nl> def test_everything_returns_views ( self ) : <nl> # Before ` . . . ` would return a itself . <nl> - a = tensor ( 5 ) <nl> + a = tensor ( [ 5 ] ) <nl> <nl> self . assertIsNot ( a , a [ ( ) ] ) <nl> self . assertIsNot ( a , a [ . . . ] ) <nl> self . assertIsNot ( a , a [ : ] ) <nl> <nl> def test_broaderrors_indexing ( self ) : <nl> - a = zeros ( 5 , 5 ) <nl> + a = torch . zeros ( 5 , 5 ) <nl> self . assertRaisesRegex ( RuntimeError , ' match the size ' , a . __getitem__ , ( [ 0 , 1 ] , [ 0 , 1 , 2 ] ) ) <nl> self . assertRaisesRegex ( RuntimeError , ' match the size ' , a . __setitem__ , ( [ 0 , 1 ] , [ 0 , 1 , 2 ] ) , 0 ) <nl> <nl> def test_trivial_fancy_out_of_bounds ( self ) : <nl> - a = zeros ( 5 ) <nl> - ind = ones ( 20 ) . long ( ) <nl> + a = torch . zeros ( 5 ) <nl> + ind = torch . ones ( 20 , dtype = torch . int64 ) <nl> ind [ - 1 ] = 10 <nl> self . assertRaises ( RuntimeError , a . __getitem__ , ind ) <nl> self . assertRaises ( RuntimeError , a . __setitem__ , ind , 0 ) <nl> - ind = ones ( 20 ) . long ( ) <nl> + ind = torch . ones ( 20 , dtype = torch . int64 ) <nl> ind [ 0 ] = 11 <nl> self . assertRaises ( RuntimeError , a . __getitem__ , ind ) <nl> self . assertRaises ( RuntimeError , a . __setitem__ , ind , 0 ) <nl> <nl> def test_index_is_larger ( self ) : <nl> # Simple case of fancy index broadcasting of the index . <nl> - a = zeros ( ( 5 , 5 ) ) <nl> - a [ [ [ 0 ] , [ 1 ] , [ 2 ] ] , [ 0 , 1 , 2 ] ] = tensor ( [ 2 , 3 , 4 ] ) <nl> + a = torch . zeros ( ( 5 , 5 ) ) <nl> + a [ [ [ 0 ] , [ 1 ] , [ 2 ] ] , [ 0 , 1 , 2 ] ] = tensor ( [ 2 . , 3 . , 4 . ] ) <nl> <nl> - self . assertTrue ( ( a [ : 3 , : 3 ] = = tensor ( [ 2 , 3 , 4 ] ) ) . all ( ) ) <nl> + self . assertTrue ( ( a [ : 3 , : 3 ] = = tensor ( [ 2 . , 3 . , 4 . ] ) ) . all ( ) ) <nl> <nl> def test_broadcast_subspace ( self ) : <nl> - a = zeros ( ( 100 , 100 ) ) <nl> - v = Variable ( torch . arange ( 0 , 100 ) ) [ : , None ] <nl> - b = Variable ( torch . arange ( 99 , - 1 , - 1 ) . long ( ) ) <nl> + a = torch . zeros ( ( 100 , 100 ) ) <nl> + v = torch . arange ( 0 , 100 ) [ : , None ] <nl> + b = torch . arange ( 99 , - 1 , - 1 ) . long ( ) <nl> a [ b ] = v <nl> expected = b . double ( ) . unsqueeze ( 1 ) . expand ( 100 , 100 ) <nl> self . assertEqual ( a , expected ) <nl> | Clean - up test_indexing . py after Tensor / Variable merge ( ) | pytorch/pytorch | 64e94814da1da3c016a3a7122b51bcf76172b74c | 2018-04-10T18:03:14Z |
mmm a / docs / ABI . rst <nl> ppp b / docs / ABI . rst <nl> All Swift - mangled names begin with this prefix . <nl> declaration - name : : = context identifier <nl> local - marker : : = ' L ' <nl> <nl> - Entity manglings all start with a nominal - type - kind ( [ COV ] ) , an <nl> + Entity manglings all start with a nominal - type - kind ( [ COPV ] ) , an <nl> identifier ( [ 0 - 9oX ] ) , or a substitution ( [ S ] ) . Global manglings start <nl> with any of those or [ MTWw ] . <nl> <nl> types where the metadata itself has unknown layout . ) <nl> context : : = module <nl> context : : = function <nl> context : : = nominal - type <nl> + context : : = protocol - context <nl> module : : = substitution / / other substitution <nl> module : : = identifier / / module name <nl> module : : = known - module / / abbreviation <nl> types where the metadata itself has unknown layout . ) <nl> type : : = ' f ' type type / / uncurried function type <nl> type : : = ' G ' type < type > + ' _ ' / / generic type application <nl> type : : = ' M ' type / / metatype <nl> - type : : = ' P ' protocol - list ' _ ' / / protocol <nl> + type : : = ' P ' protocol - list ' _ ' / / protocol type <nl> type : : = ' Q ' index / / archetype with depth = 0 <nl> type : : = ' Qd ' index index / / archetype with depth = M + 1 <nl> type : : = ' R ' type / / byref <nl> types where the metadata itself has unknown layout . ) <nl> type : : = ' U ' generics ' _ ' type / / generic type <nl> nominal - type : : = known - nominal - type <nl> nominal - type : : = substitution <nl> - nominal - type : : = nominal - type - kind context identifier <nl> + nominal - type : : = nominal - type - kind declaration - name <nl> nominal - type - kind : : = ' C ' / / class <nl> nominal - type - kind : : = ' O ' / / oneof <nl> nominal - type - kind : : = ' V ' / / struct <nl> + protocol - context : : = ' P ' declaration - name <nl> tuple - element : : = identifier ? type <nl> <nl> < type > never begins or ends with a number . <nl> < type > never begins with an underscore . <nl> <nl> + Note that protocols mangle differently as types and as contexts . A protocol <nl> + context always consists of a single protocol name and so mangles without a <nl> + trailing underscore . A protocol type can have zero , one , or many protocol bounds <nl> + which are juxtaposed and terminated with a trailing underscore . <nl> + <nl> : : <nl> <nl> generics : : = generic - parameter + <nl> mmm a / lib / SIL / Mangle . cpp <nl> ppp b / lib / SIL / Mangle . cpp <nl> void Mangler : : mangleType ( Type type , ExplosionKind explosion , <nl> return mangleNominalType ( cast < OneOfType > ( base ) - > getDecl ( ) , explosion ) ; <nl> <nl> case TypeKind : : Protocol : <nl> - return mangleNominalType ( cast < ProtocolType > ( base ) - > getDecl ( ) , explosion ) ; <nl> + / / Protocol type manglings have a variable number of protocol names <nl> + / / follow the ' P ' sigil , so a trailing underscore is needed after the <nl> + / / type name , unlike protocols as contexts . <nl> + mangleNominalType ( cast < ProtocolType > ( base ) - > getDecl ( ) , explosion ) ; <nl> + Buffer < < ' _ ' ; <nl> + return ; <nl> <nl> case TypeKind : : Struct : <nl> return mangleNominalType ( cast < StructType > ( base ) - > getDecl ( ) , explosion ) ; <nl> | Fix mangling of single - protocol types . | apple/swift | 075e0031d7896d4c2887fc02b3dc975bd7123dd9 | 2013-06-08T03:11:07Z |
mmm a / src / CMakeLists . txt <nl> ppp b / src / CMakeLists . txt <nl> add_definitions ( - DOPENALPR_MAJOR_VERSION = $ { OPENALPR_MAJOR_VERSION } ) <nl> add_definitions ( - DOPENALPR_MINOR_VERSION = $ { OPENALPR_MINOR_VERSION } ) <nl> add_definitions ( - DOPENALPR_PATCH_VERSION = $ { OPENALPR_PATCH_VERSION } ) <nl> <nl> - <nl> SET ( CMAKE_MODULE_PATH " $ { CMAKE_SOURCE_DIR } / cmake_modules / " ) <nl> <nl> # TODO : switch to http : / / www . cmake . org / cmake / help / v2 . 8 . 5 / cmake . html # module : GNUInstallDirs ? <nl> IF ( NOT CMAKE_INSTALL_SYSCONFDIR ) <nl> SET ( CMAKE_INSTALL_SYSCONFDIR " $ { CMAKE_INSTALL_PREFIX } / etc " ) <nl> ENDIF ( ) <nl> <nl> - # MESSAGE ( STATUS " kkjjkj <nl> - <nl> IF ( NOT WIN32 AND NOT SKIP_DAEMON ) <nl> SET ( INSTALL_DAEMON ON ) <nl> ENDIF ( ) <nl> | Remove unused MESSAGE command | openalpr/openalpr | 70797bee6ada29c0f3f9570a9aa3dde1346e3baa | 2014-10-18T16:06:47Z |
mmm a / 3rdparty / libpng / CMakeLists . txt <nl> ppp b / 3rdparty / libpng / CMakeLists . txt <nl> else ( ) <nl> project ( $ { PNG_LIBRARY } ) <nl> endif ( ) <nl> <nl> - ocv_include_directories ( " $ { CMAKE_CURRENT_SOURCE_DIR } " $ { ZLIB_INCLUDE_DIR } ) <nl> + ocv_include_directories ( " $ { CMAKE_CURRENT_SOURCE_DIR } " $ { ZLIB_INCLUDE_DIRS } ) <nl> <nl> file ( GLOB lib_srcs * . c ) <nl> file ( GLOB lib_hdrs * . h ) <nl> if ( HAVE_WINRT ) <nl> endif ( ) <nl> <nl> add_library ( $ { PNG_LIBRARY } STATIC $ { lib_srcs } $ { lib_hdrs } ) <nl> - target_link_libraries ( $ { PNG_LIBRARY } $ { ZLIB_LIBRARY } ) <nl> + target_link_libraries ( $ { PNG_LIBRARY } $ { ZLIB_LIBRARIES } ) <nl> <nl> if ( UNIX ) <nl> if ( CMAKE_COMPILER_IS_GNUCXX OR CV_ICC ) <nl> mmm a / 3rdparty / libtiff / CMakeLists . txt <nl> ppp b / 3rdparty / libtiff / CMakeLists . txt <nl> endif ( ) <nl> configure_file ( " $ { CMAKE_CURRENT_SOURCE_DIR } / tif_config . h . cmakein " <nl> " $ { CMAKE_CURRENT_BINARY_DIR } / tif_config . h " @ ONLY ) <nl> <nl> - ocv_include_directories ( " $ { CMAKE_CURRENT_SOURCE_DIR } " " $ { CMAKE_CURRENT_BINARY_DIR } " $ { ZLIB_INCLUDE_DIR } ) <nl> + ocv_include_directories ( " $ { CMAKE_CURRENT_SOURCE_DIR } " " $ { CMAKE_CURRENT_BINARY_DIR } " $ { ZLIB_INCLUDE_DIRS } ) <nl> <nl> set ( lib_srcs <nl> tif_aux . c <nl> mmm a / 3rdparty / openexr / CMakeLists . txt <nl> ppp b / 3rdparty / openexr / CMakeLists . txt <nl> set ( OPENEXR_INCLUDE_PATHS " $ { CMAKE_CURRENT_SOURCE_DIR } / Half " <nl> " $ { CMAKE_CURRENT_SOURCE_DIR } / Imath " <nl> " $ { CMAKE_CURRENT_SOURCE_DIR } / IlmImf " ) <nl> <nl> - ocv_include_directories ( " $ { CMAKE_CURRENT_BINARY_DIR } " $ { ZLIB_INCLUDE_DIR } $ { OPENEXR_INCLUDE_PATHS } ) <nl> + ocv_include_directories ( " $ { CMAKE_CURRENT_BINARY_DIR } " $ { ZLIB_INCLUDE_DIRS } $ { OPENEXR_INCLUDE_PATHS } ) <nl> <nl> file ( GLOB lib_srcs Half / half . cpp Iex / * . cpp IlmThread / * . cpp Imath / * . cpp IlmImf / * . cpp ) <nl> file ( GLOB lib_hdrs Half / * . h Iex / Iex * . h IlmThread / IlmThread * . h Imath / Imath * . h IlmImf / * . h ) <nl> mmm a / 3rdparty / zlib / ChangeLog <nl> ppp b / 3rdparty / zlib / ChangeLog <nl> <nl> <nl> ChangeLog file for zlib <nl> <nl> + Changes in 1 . 2 . 8 ( 28 Apr 2013 ) <nl> + - Update contrib / minizip / iowin32 . c for Windows RT [ Vollant ] <nl> + - Do not force Z_CONST for C + + <nl> + - Clean up contrib / vstudio [ Ro § ] <nl> + - Correct spelling error in zlib . h <nl> + - Fix mixed line endings in contrib / vstudio <nl> + <nl> + Changes in 1 . 2 . 7 . 3 ( 13 Apr 2013 ) <nl> + - Fix version numbers and DLL names in contrib / vstudio / * / zlib . rc <nl> + <nl> + Changes in 1 . 2 . 7 . 2 ( 13 Apr 2013 ) <nl> + - Change check for a four - byte type back to hexadecimal <nl> + - Fix typo in win32 / Makefile . msc <nl> + - Add casts in gzwrite . c for pointer differences <nl> + <nl> + Changes in 1 . 2 . 7 . 1 ( 24 Mar 2013 ) <nl> + - Replace use of unsafe string functions with snprintf if available <nl> + - Avoid including stddef . h on Windows for Z_SOLO compile [ Niessink ] <nl> + - Fix gzgetc undefine when Z_PREFIX set [ Turk ] <nl> + - Eliminate use of mktemp in Makefile ( not always available ) <nl> + - Fix bug in ' F ' mode for gzopen ( ) <nl> + - Add inflateGetDictionary ( ) function <nl> + - Correct comment in deflate . h <nl> + - Use _snprintf for snprintf in Microsoft C <nl> + - On Darwin , only use / usr / bin / libtool if libtool is not Apple <nl> + - Delete " - - version " file if created by " ar - - version " [ Richard G . ] <nl> + - Fix configure check for veracity of compiler error return codes <nl> + - Fix CMake compilation of static lib for MSVC2010 x64 <nl> + - Remove unused variable in infback9 . c <nl> + - Fix argument checks in gzlog_compress ( ) and gzlog_write ( ) <nl> + - Clean up the usage of z_const and respect const usage within zlib <nl> + - Clean up examples / gzlog . [ ch ] comparisons of different types <nl> + - Avoid shift equal to bits in type ( caused endless loop ) <nl> + - Fix unintialized value bug in gzputc ( ) introduced by const patches <nl> + - Fix memory allocation error in examples / zran . c [ Nor ] <nl> + - Fix bug where gzopen ( ) , gzclose ( ) would write an empty file <nl> + - Fix bug in gzclose ( ) when gzwrite ( ) runs out of memory <nl> + - Check for input buffer malloc failure in examples / gzappend . c <nl> + - Add note to contrib / blast to use binary mode in stdio <nl> + - Fix comparisons of differently signed integers in contrib / blast <nl> + - Check for invalid code length codes in contrib / puff <nl> + - Fix serious but very rare decompression bug in inftrees . c <nl> + - Update inflateBack ( ) comments , since inflate ( ) can be faster <nl> + - Use underscored I / O function names for WINAPI_FAMILY <nl> + - Add _tr_flush_bits to the external symbols prefixed by - - zprefix <nl> + - Add contrib / vstudio / vc10 pre - build step for static only <nl> + - Quote - - version - script argument in CMakeLists . txt <nl> + - Don ' t specify - - version - script on Apple platforms in CMakeLists . txt <nl> + - Fix casting error in contrib / testzlib / testzlib . c <nl> + - Fix types in contrib / minizip to match result of get_crc_table ( ) <nl> + - Simplify contrib / vstudio / vc10 with ' d ' suffix <nl> + - Add TOP support to win32 / Makefile . msc <nl> + - Suport i686 and amd64 assembler builds in CMakeLists . txt <nl> + - Fix typos in the use of _LARGEFILE64_SOURCE in zconf . h <nl> + - Add vc11 and vc12 build files to contrib / vstudio <nl> + - Add gzvprintf ( ) as an undocumented function in zlib <nl> + - Fix configure for Sun shell <nl> + - Remove runtime check in configure for four - byte integer type <nl> + - Add casts and consts to ease user conversion to C + + <nl> + - Add man pages for minizip and miniunzip <nl> + - In Makefile uninstall , don ' t rm if preceding cd fails <nl> + - Do not return Z_BUF_ERROR if deflateParam ( ) has nothing to write <nl> + <nl> Changes in 1 . 2 . 7 ( 2 May 2012 ) <nl> - Replace use of memmove ( ) with a simple copy for portability <nl> - Test for existence of strerror <nl> mmm a / 3rdparty / zlib / README <nl> ppp b / 3rdparty / zlib / README <nl> <nl> ZLIB DATA COMPRESSION LIBRARY <nl> <nl> - zlib 1 . 2 . 7 is a general purpose data compression library . All the code is <nl> + zlib 1 . 2 . 8 is a general purpose data compression library . All the code is <nl> thread safe . The data format used by the zlib library is described by RFCs <nl> ( Request for Comments ) 1950 to 1952 in the files <nl> http : / / tools . ietf . org / html / rfc1950 ( zlib format ) , rfc1951 ( deflate format ) and <nl> Mark Nelson < markn @ ieee . org > wrote an article about zlib for the Jan . 1997 <nl> issue of Dr . Dobb ' s Journal ; a copy of the article is available at <nl> http : / / marknelson . us / 1997 / 01 / 01 / zlib - engine / . <nl> <nl> - The changes made in version 1 . 2 . 7 are documented in the file ChangeLog . <nl> + The changes made in version 1 . 2 . 8 are documented in the file ChangeLog . <nl> <nl> Unsupported third party contributions are provided in directory contrib / . <nl> <nl> Acknowledgments : <nl> <nl> Copyright notice : <nl> <nl> - ( C ) 1995 - 2012 Jean - loup Gailly and Mark Adler <nl> + ( C ) 1995 - 2013 Jean - loup Gailly and Mark Adler <nl> <nl> This software is provided ' as - is ' , without any express or implied <nl> warranty . In no event will the authors be held liable for any damages <nl> mmm a / 3rdparty / zlib / compress . c <nl> ppp b / 3rdparty / zlib / compress . c <nl> int ZEXPORT compress2 ( dest , destLen , source , sourceLen , level ) <nl> z_stream stream ; <nl> int err ; <nl> <nl> - stream . next_in = ( Bytef * ) source ; <nl> + stream . next_in = ( z_const Bytef * ) source ; <nl> stream . avail_in = ( uInt ) sourceLen ; <nl> # ifdef MAXSEG_64K <nl> / * Check for source > 64K on 16 - bit machine : * / <nl> mmm a / 3rdparty / zlib / deflate . c <nl> ppp b / 3rdparty / zlib / deflate . c <nl> <nl> / * deflate . c - - compress data using the deflation algorithm <nl> - * Copyright ( C ) 1995 - 2012 Jean - loup Gailly and Mark Adler <nl> + * Copyright ( C ) 1995 - 2013 Jean - loup Gailly and Mark Adler <nl> * For conditions of distribution and use , see copyright notice in zlib . h <nl> * / <nl> <nl> <nl> # include " deflate . h " <nl> <nl> const char deflate_copyright [ ] = <nl> - " deflate 1 . 2 . 7 Copyright 1995 - 2012 Jean - loup Gailly and Mark Adler " ; <nl> + " deflate 1 . 2 . 8 Copyright 1995 - 2013 Jean - loup Gailly and Mark Adler " ; <nl> / * <nl> If you use the zlib library in a product , an acknowledgment is welcome <nl> in the documentation of your product . If for some reason you cannot <nl> int ZEXPORT deflateInit2_ ( strm , level , method , windowBits , memLevel , strategy , <nl> if ( s - > window = = Z_NULL | | s - > prev = = Z_NULL | | s - > head = = Z_NULL | | <nl> s - > pending_buf = = Z_NULL ) { <nl> s - > status = FINISH_STATE ; <nl> - strm - > msg = ( char * ) ERR_MSG ( Z_MEM_ERROR ) ; <nl> + strm - > msg = ERR_MSG ( Z_MEM_ERROR ) ; <nl> deflateEnd ( strm ) ; <nl> return Z_MEM_ERROR ; <nl> } <nl> int ZEXPORT deflateSetDictionary ( strm , dictionary , dictLength ) <nl> uInt str , n ; <nl> int wrap ; <nl> unsigned avail ; <nl> - unsigned char * next ; <nl> + z_const unsigned char * next ; <nl> <nl> if ( strm = = Z_NULL | | strm - > state = = Z_NULL | | dictionary = = Z_NULL ) <nl> return Z_STREAM_ERROR ; <nl> int ZEXPORT deflateSetDictionary ( strm , dictionary , dictLength ) <nl> avail = strm - > avail_in ; <nl> next = strm - > next_in ; <nl> strm - > avail_in = dictLength ; <nl> - strm - > next_in = ( Bytef * ) dictionary ; <nl> + strm - > next_in = ( z_const Bytef * ) dictionary ; <nl> fill_window ( s ) ; <nl> while ( s - > lookahead > = MIN_MATCH ) { <nl> str = s - > strstart ; <nl> int ZEXPORT deflateParams ( strm , level , strategy ) <nl> strm - > total_in ! = 0 ) { <nl> / * Flush the last buffer : * / <nl> err = deflate ( strm , Z_BLOCK ) ; <nl> + if ( err = = Z_BUF_ERROR & & s - > pending = = 0 ) <nl> + err = Z_OK ; <nl> } <nl> if ( s - > level ! = level ) { <nl> s - > level = level ; <nl> mmm a / 3rdparty / zlib / deflate . h <nl> ppp b / 3rdparty / zlib / deflate . h <nl> typedef struct internal_state { <nl> int wrap ; / * bit 0 true for zlib , bit 1 true for gzip * / <nl> gz_headerp gzhead ; / * gzip header information to write * / <nl> uInt gzindex ; / * where in extra , name , or comment * / <nl> - Byte method ; / * STORED ( for zip only ) or DEFLATED * / <nl> + Byte method ; / * can only be DEFLATED * / <nl> int last_flush ; / * value of flush param for previous deflate call * / <nl> <nl> / * used by deflate . c : * / <nl> mmm a / 3rdparty / zlib / gzguts . h <nl> ppp b / 3rdparty / zlib / gzguts . h <nl> <nl> / * gzguts . h - - zlib internal header definitions for gz * operations <nl> - * Copyright ( C ) 2004 , 2005 , 2010 , 2011 , 2012 Mark Adler <nl> + * Copyright ( C ) 2004 , 2005 , 2010 , 2011 , 2012 , 2013 Mark Adler <nl> * For conditions of distribution and use , see copyright notice in zlib . h <nl> * / <nl> <nl> <nl> # include < io . h > <nl> # endif <nl> <nl> + # ifdef WINAPI_FAMILY <nl> + # define open _open <nl> + # define read _read <nl> + # define write _write <nl> + # define close _close <nl> + # endif <nl> + <nl> # ifdef NO_DEFLATE / * for compatibility with old definition * / <nl> # define NO_GZCOMPRESS <nl> # endif <nl> <nl> # ifndef HAVE_VSNPRINTF <nl> # ifdef MSDOS <nl> / * vsnprintf may exist on some MS - DOS compilers ( DJGPP ? ) , <nl> - but for now we just assume it doesn ' t . * / <nl> + but for now we just assume it doesn ' t . * / <nl> # define NO_vsnprintf <nl> # endif <nl> # ifdef __TURBOC__ <nl> <nl> # endif <nl> # endif <nl> <nl> + / * unlike snprintf ( which is required in C99 , yet still not supported by <nl> + Microsoft more than a decade later ! ) , _snprintf does not guarantee null <nl> + termination of the result - - however this is only used in gzlib . c where <nl> + the result is assured to fit in the space provided * / <nl> + # ifdef _MSC_VER <nl> + # define snprintf _snprintf <nl> + # endif <nl> + <nl> # ifndef local <nl> # define local static <nl> # endif <nl> <nl> # define DEF_MEM_LEVEL MAX_MEM_LEVEL <nl> # endif <nl> <nl> - / * default i / o buffer size - - double this for output when reading * / <nl> + / * default i / o buffer size - - double this for output when reading ( this and <nl> + twice this must be able to fit in an unsigned type ) * / <nl> # define GZBUFSIZE 8192 <nl> <nl> / * gzip modes , also provide a little integrity check on the passed structure * / <nl> mmm a / 3rdparty / zlib / gzlib . c <nl> ppp b / 3rdparty / zlib / gzlib . c <nl> <nl> / * gzlib . c - - zlib functions common to reading and writing gzip files <nl> - * Copyright ( C ) 2004 , 2010 , 2011 , 2012 Mark Adler <nl> + * Copyright ( C ) 2004 , 2010 , 2011 , 2012 , 2013 Mark Adler <nl> * For conditions of distribution and use , see copyright notice in zlib . h <nl> * / <nl> <nl> local gzFile gz_open ( path , fd , mode ) <nl> return NULL ; <nl> <nl> / * allocate gzFile structure to return * / <nl> - state = malloc ( sizeof ( gz_state ) ) ; <nl> + state = ( gz_statep ) malloc ( sizeof ( gz_state ) ) ; <nl> if ( state = = NULL ) <nl> return NULL ; <nl> state - > size = 0 ; / * no buffers allocated yet * / <nl> local gzFile gz_open ( path , fd , mode ) <nl> break ; <nl> case ' F ' : <nl> state - > strategy = Z_FIXED ; <nl> + break ; <nl> case ' T ' : <nl> state - > direct = 1 ; <nl> + break ; <nl> default : / * could consider as an error , but just ignore * / <nl> ; <nl> } <nl> local gzFile gz_open ( path , fd , mode ) <nl> } <nl> else <nl> # endif <nl> - len = strlen ( path ) ; <nl> - state - > path = malloc ( len + 1 ) ; <nl> + len = strlen ( ( const char * ) path ) ; <nl> + state - > path = ( char * ) malloc ( len + 1 ) ; <nl> if ( state - > path = = NULL ) { <nl> free ( state ) ; <nl> return NULL ; <nl> local gzFile gz_open ( path , fd , mode ) <nl> * ( state - > path ) = 0 ; <nl> else <nl> # endif <nl> + # if ! defined ( NO_snprintf ) & & ! defined ( NO_vsnprintf ) <nl> + snprintf ( state - > path , len + 1 , " % s " , ( const char * ) path ) ; <nl> + # else <nl> strcpy ( state - > path , path ) ; <nl> + # endif <nl> <nl> / * compute the flags for open ( ) * / <nl> oflag = <nl> local gzFile gz_open ( path , fd , mode ) <nl> # ifdef _WIN32 <nl> fd = = - 2 ? _wopen ( path , oflag , 0666 ) : <nl> # endif <nl> - open ( path , oflag , 0666 ) ) ; <nl> + open ( ( const char * ) path , oflag , 0666 ) ) ; <nl> if ( state - > fd = = - 1 ) { <nl> free ( state - > path ) ; <nl> free ( state ) ; <nl> gzFile ZEXPORT gzdopen ( fd , mode ) <nl> char * path ; / * identifier for error messages * / <nl> gzFile gz ; <nl> <nl> - if ( fd = = - 1 | | ( path = malloc ( 7 + 3 * sizeof ( int ) ) ) = = NULL ) <nl> + if ( fd = = - 1 | | ( path = ( char * ) malloc ( 7 + 3 * sizeof ( int ) ) ) = = NULL ) <nl> return NULL ; <nl> + # if ! defined ( NO_snprintf ) & & ! defined ( NO_vsnprintf ) <nl> + snprintf ( path , 7 + 3 * sizeof ( int ) , " < fd : % d > " , fd ) ; / * for debugging * / <nl> + # else <nl> sprintf ( path , " < fd : % d > " , fd ) ; / * for debugging * / <nl> + # endif <nl> gz = gz_open ( path , fd , mode ) ; <nl> free ( path ) ; <nl> return gz ; <nl> const char * ZEXPORT gzerror ( file , errnum ) <nl> / * return error information * / <nl> if ( errnum ! = NULL ) <nl> * errnum = state - > err ; <nl> - return state - > msg = = NULL ? " " : state - > msg ; <nl> + return state - > err = = Z_MEM_ERROR ? " out of memory " : <nl> + ( state - > msg = = NULL ? " " : state - > msg ) ; <nl> } <nl> <nl> / * - - see zlib . h - - * / <nl> void ZLIB_INTERNAL gz_error ( state , err , msg ) <nl> if ( msg = = NULL ) <nl> return ; <nl> <nl> - / * for an out of memory error , save as static string * / <nl> - if ( err = = Z_MEM_ERROR ) { <nl> - state - > msg = ( char * ) msg ; <nl> + / * for an out of memory error , return literal string when requested * / <nl> + if ( err = = Z_MEM_ERROR ) <nl> return ; <nl> - } <nl> <nl> / * construct error message with path * / <nl> - if ( ( state - > msg = malloc ( strlen ( state - > path ) + strlen ( msg ) + 3 ) ) = = NULL ) { <nl> + if ( ( state - > msg = ( char * ) malloc ( strlen ( state - > path ) + strlen ( msg ) + 3 ) ) = = <nl> + NULL ) { <nl> state - > err = Z_MEM_ERROR ; <nl> - state - > msg = ( char * ) " out of memory " ; <nl> return ; <nl> } <nl> + # if ! defined ( NO_snprintf ) & & ! defined ( NO_vsnprintf ) <nl> + snprintf ( state - > msg , strlen ( state - > path ) + strlen ( msg ) + 3 , <nl> + " % s % s % s " , state - > path , " : " , msg ) ; <nl> + # else <nl> strcpy ( state - > msg , state - > path ) ; <nl> strcat ( state - > msg , " : " ) ; <nl> strcat ( state - > msg , msg ) ; <nl> + # endif <nl> return ; <nl> } <nl> <nl> mmm a / 3rdparty / zlib / gzread . c <nl> ppp b / 3rdparty / zlib / gzread . c <nl> <nl> / * gzread . c - - zlib functions for reading gzip files <nl> - * Copyright ( C ) 2004 , 2005 , 2010 , 2011 , 2012 Mark Adler <nl> + * Copyright ( C ) 2004 , 2005 , 2010 , 2011 , 2012 , 2013 Mark Adler <nl> * For conditions of distribution and use , see copyright notice in zlib . h <nl> * / <nl> <nl> local int gz_avail ( state ) <nl> return - 1 ; <nl> if ( state - > eof = = 0 ) { <nl> if ( strm - > avail_in ) { / * copy what ' s there to the start * / <nl> - unsigned char * p = state - > in , * q = strm - > next_in ; <nl> + unsigned char * p = state - > in ; <nl> + unsigned const char * q = strm - > next_in ; <nl> unsigned n = strm - > avail_in ; <nl> do { <nl> * p + + = * q + + ; <nl> local int gz_look ( state ) <nl> / * allocate read buffers and inflate memory * / <nl> if ( state - > size = = 0 ) { <nl> / * allocate buffers * / <nl> - state - > in = malloc ( state - > want ) ; <nl> - state - > out = malloc ( state - > want < < 1 ) ; <nl> + state - > in = ( unsigned char * ) malloc ( state - > want ) ; <nl> + state - > out = ( unsigned char * ) malloc ( state - > want < < 1 ) ; <nl> if ( state - > in = = NULL | | state - > out = = NULL ) { <nl> if ( state - > out ! = NULL ) <nl> free ( state - > out ) ; <nl> int ZEXPORT gzread ( file , buf , len ) <nl> <nl> / * large len - - read directly into user buffer * / <nl> else if ( state - > how = = COPY ) { / * read directly * / <nl> - if ( gz_load ( state , buf , len , & n ) = = - 1 ) <nl> + if ( gz_load ( state , ( unsigned char * ) buf , len , & n ) = = - 1 ) <nl> return - 1 ; <nl> } <nl> <nl> / * large len - - decompress directly into user buffer * / <nl> else { / * state - > how = = GZIP * / <nl> strm - > avail_out = len ; <nl> - strm - > next_out = buf ; <nl> + strm - > next_out = ( unsigned char * ) buf ; <nl> if ( gz_decomp ( state ) = = - 1 ) <nl> return - 1 ; <nl> n = state - > x . have ; <nl> int ZEXPORT gzread ( file , buf , len ) <nl> } <nl> <nl> / * - - see zlib . h - - * / <nl> - # undef gzgetc <nl> + # ifdef Z_PREFIX_SET <nl> + # undef z_gzgetc <nl> + # else <nl> + # undef gzgetc <nl> + # endif <nl> int ZEXPORT gzgetc ( file ) <nl> gzFile file ; <nl> { <nl> char * ZEXPORT gzgets ( file , buf , len ) <nl> <nl> / * look for end - of - line in current output buffer * / <nl> n = state - > x . have > left ? left : state - > x . have ; <nl> - eol = memchr ( state - > x . next , ' \ n ' , n ) ; <nl> + eol = ( unsigned char * ) memchr ( state - > x . next , ' \ n ' , n ) ; <nl> if ( eol ! = NULL ) <nl> n = ( unsigned ) ( eol - state - > x . next ) + 1 ; <nl> <nl> mmm a / 3rdparty / zlib / gzwrite . c <nl> ppp b / 3rdparty / zlib / gzwrite . c <nl> <nl> / * gzwrite . c - - zlib functions for writing gzip files <nl> - * Copyright ( C ) 2004 , 2005 , 2010 , 2011 , 2012 Mark Adler <nl> + * Copyright ( C ) 2004 , 2005 , 2010 , 2011 , 2012 , 2013 Mark Adler <nl> * For conditions of distribution and use , see copyright notice in zlib . h <nl> * / <nl> <nl> local int gz_init ( state ) <nl> z_streamp strm = & ( state - > strm ) ; <nl> <nl> / * allocate input buffer * / <nl> - state - > in = malloc ( state - > want ) ; <nl> + state - > in = ( unsigned char * ) malloc ( state - > want ) ; <nl> if ( state - > in = = NULL ) { <nl> gz_error ( state , Z_MEM_ERROR , " out of memory " ) ; <nl> return - 1 ; <nl> local int gz_init ( state ) <nl> / * only need output buffer and deflate state if compressing * / <nl> if ( ! state - > direct ) { <nl> / * allocate output buffer * / <nl> - state - > out = malloc ( state - > want ) ; <nl> + state - > out = ( unsigned char * ) malloc ( state - > want ) ; <nl> if ( state - > out = = NULL ) { <nl> free ( state - > in ) ; <nl> gz_error ( state , Z_MEM_ERROR , " out of memory " ) ; <nl> int ZEXPORT gzwrite ( file , buf , len ) <nl> unsigned len ; <nl> { <nl> unsigned put = len ; <nl> - unsigned n ; <nl> gz_statep state ; <nl> z_streamp strm ; <nl> <nl> int ZEXPORT gzwrite ( file , buf , len ) <nl> if ( len < state - > size ) { <nl> / * copy to input buffer , compress when full * / <nl> do { <nl> + unsigned have , copy ; <nl> + <nl> if ( strm - > avail_in = = 0 ) <nl> strm - > next_in = state - > in ; <nl> - n = state - > size - strm - > avail_in ; <nl> - if ( n > len ) <nl> - n = len ; <nl> - memcpy ( strm - > next_in + strm - > avail_in , buf , n ) ; <nl> - strm - > avail_in + = n ; <nl> - state - > x . pos + = n ; <nl> - buf = ( char * ) buf + n ; <nl> - len - = n ; <nl> + have = ( unsigned ) ( ( strm - > next_in + strm - > avail_in ) - state - > in ) ; <nl> + copy = state - > size - have ; <nl> + if ( copy > len ) <nl> + copy = len ; <nl> + memcpy ( state - > in + have , buf , copy ) ; <nl> + strm - > avail_in + = copy ; <nl> + state - > x . pos + = copy ; <nl> + buf = ( const char * ) buf + copy ; <nl> + len - = copy ; <nl> if ( len & & gz_comp ( state , Z_NO_FLUSH ) = = - 1 ) <nl> return 0 ; <nl> } while ( len ) ; <nl> int ZEXPORT gzwrite ( file , buf , len ) <nl> <nl> / * directly compress user buffer to file * / <nl> strm - > avail_in = len ; <nl> - strm - > next_in = ( voidp ) buf ; <nl> + strm - > next_in = ( z_const Bytef * ) buf ; <nl> state - > x . pos + = len ; <nl> if ( gz_comp ( state , Z_NO_FLUSH ) = = - 1 ) <nl> return 0 ; <nl> int ZEXPORT gzputc ( file , c ) <nl> gzFile file ; <nl> int c ; <nl> { <nl> + unsigned have ; <nl> unsigned char buf [ 1 ] ; <nl> gz_statep state ; <nl> z_streamp strm ; <nl> int ZEXPORT gzputc ( file , c ) <nl> <nl> / * try writing to input buffer for speed ( state - > size = = 0 if buffer not <nl> initialized ) * / <nl> - if ( strm - > avail_in < state - > size ) { <nl> + if ( state - > size ) { <nl> if ( strm - > avail_in = = 0 ) <nl> strm - > next_in = state - > in ; <nl> - strm - > next_in [ strm - > avail_in + + ] = c ; <nl> - state - > x . pos + + ; <nl> - return c & 0xff ; <nl> + have = ( unsigned ) ( ( strm - > next_in + strm - > avail_in ) - state - > in ) ; <nl> + if ( have < state - > size ) { <nl> + state - > in [ have ] = c ; <nl> + strm - > avail_in + + ; <nl> + state - > x . pos + + ; <nl> + return c & 0xff ; <nl> + } <nl> } <nl> <nl> / * no room in buffer or not initialized , use gz_write ( ) * / <nl> int ZEXPORT gzputs ( file , str ) <nl> # include < stdarg . h > <nl> <nl> / * - - see zlib . h - - * / <nl> - int ZEXPORTVA gzprintf ( gzFile file , const char * format , . . . ) <nl> + int ZEXPORTVA gzvprintf ( gzFile file , const char * format , va_list va ) <nl> { <nl> int size , len ; <nl> gz_statep state ; <nl> z_streamp strm ; <nl> - va_list va ; <nl> <nl> / * get internal structure * / <nl> if ( file = = NULL ) <nl> int ZEXPORTVA gzprintf ( gzFile file , const char * format , . . . ) <nl> / * do the printf ( ) into the input buffer , put length in len * / <nl> size = ( int ) ( state - > size ) ; <nl> state - > in [ size - 1 ] = 0 ; <nl> - va_start ( va , format ) ; <nl> # ifdef NO_vsnprintf <nl> # ifdef HAS_vsprintf_void <nl> ( void ) vsprintf ( ( char * ) ( state - > in ) , format , va ) ; <nl> - va_end ( va ) ; <nl> for ( len = 0 ; len < size ; len + + ) <nl> if ( state - > in [ len ] = = 0 ) break ; <nl> # else <nl> len = vsprintf ( ( char * ) ( state - > in ) , format , va ) ; <nl> - va_end ( va ) ; <nl> # endif <nl> # else <nl> # ifdef HAS_vsnprintf_void <nl> ( void ) vsnprintf ( ( char * ) ( state - > in ) , size , format , va ) ; <nl> - va_end ( va ) ; <nl> len = strlen ( ( char * ) ( state - > in ) ) ; <nl> # else <nl> len = vsnprintf ( ( char * ) ( state - > in ) , size , format , va ) ; <nl> - va_end ( va ) ; <nl> # endif <nl> # endif <nl> <nl> int ZEXPORTVA gzprintf ( gzFile file , const char * format , . . . ) <nl> return len ; <nl> } <nl> <nl> + int ZEXPORTVA gzprintf ( gzFile file , const char * format , . . . ) <nl> + { <nl> + va_list va ; <nl> + int ret ; <nl> + <nl> + va_start ( va , format ) ; <nl> + ret = gzvprintf ( file , format , va ) ; <nl> + va_end ( va ) ; <nl> + return ret ; <nl> + } <nl> + <nl> # else / * ! STDC & & ! Z_HAVE_STDARG_H * / <nl> <nl> / * - - see zlib . h - - * / <nl> int ZEXPORT gzclose_w ( file ) <nl> } <nl> <nl> / * flush , free memory , and close file * / <nl> + if ( gz_comp ( state , Z_FINISH ) = = - 1 ) <nl> + ret = state - > err ; <nl> if ( state - > size ) { <nl> - if ( gz_comp ( state , Z_FINISH ) = = - 1 ) <nl> - ret = state - > err ; <nl> if ( ! state - > direct ) { <nl> ( void ) deflateEnd ( & ( state - > strm ) ) ; <nl> free ( state - > out ) ; <nl> mmm a / 3rdparty / zlib / infback . c <nl> ppp b / 3rdparty / zlib / infback . c <nl> out_func out ; <nl> void FAR * out_desc ; <nl> { <nl> struct inflate_state FAR * state ; <nl> - unsigned char FAR * next ; / * next input * / <nl> + z_const unsigned char FAR * next ; / * next input * / <nl> unsigned char FAR * put ; / * next output * / <nl> unsigned have , left ; / * available input and output * / <nl> unsigned long hold ; / * bit buffer * / <nl> mmm a / 3rdparty / zlib / inffast . c <nl> ppp b / 3rdparty / zlib / inffast . c <nl> <nl> / * inffast . c - - fast decoding <nl> - * Copyright ( C ) 1995 - 2008 , 2010 Mark Adler <nl> + * Copyright ( C ) 1995 - 2008 , 2010 , 2013 Mark Adler <nl> * For conditions of distribution and use , see copyright notice in zlib . h <nl> * / <nl> <nl> z_streamp strm ; <nl> unsigned start ; / * inflate ( ) ' s starting value for strm - > avail_out * / <nl> { <nl> struct inflate_state FAR * state ; <nl> - unsigned char FAR * in ; / * local strm - > next_in * / <nl> - unsigned char FAR * last ; / * while in < last , enough input available * / <nl> + z_const unsigned char FAR * in ; / * local strm - > next_in * / <nl> + z_const unsigned char FAR * last ; / * have enough input while in < last * / <nl> unsigned char FAR * out ; / * local strm - > next_out * / <nl> unsigned char FAR * beg ; / * inflate ( ) ' s initial strm - > next_out * / <nl> unsigned char FAR * end ; / * while out < end , enough space available * / <nl> mmm a / 3rdparty / zlib / inflate . c <nl> ppp b / 3rdparty / zlib / inflate . c <nl> <nl> <nl> / * function prototypes * / <nl> local void fixedtables OF ( ( struct inflate_state FAR * state ) ) ; <nl> - local int updatewindow OF ( ( z_streamp strm , unsigned out ) ) ; <nl> + local int updatewindow OF ( ( z_streamp strm , const unsigned char FAR * end , <nl> + unsigned copy ) ) ; <nl> # ifdef BUILDFIXED <nl> void makefixed OF ( ( void ) ) ; <nl> # endif <nl> - local unsigned syncsearch OF ( ( unsigned FAR * have , unsigned char FAR * buf , <nl> + local unsigned syncsearch OF ( ( unsigned FAR * have , const unsigned char FAR * buf , <nl> unsigned len ) ) ; <nl> <nl> int ZEXPORT inflateResetKeep ( strm ) <nl> void makefixed ( ) <nl> output will fall in the output data , making match copies simpler and faster . <nl> The advantage may be dependent on the size of the processor ' s data caches . <nl> * / <nl> - local int updatewindow ( strm , out ) <nl> + local int updatewindow ( strm , end , copy ) <nl> z_streamp strm ; <nl> - unsigned out ; <nl> + const Bytef * end ; <nl> + unsigned copy ; <nl> { <nl> struct inflate_state FAR * state ; <nl> - unsigned copy , dist ; <nl> + unsigned dist ; <nl> <nl> state = ( struct inflate_state FAR * ) strm - > state ; <nl> <nl> unsigned out ; <nl> } <nl> <nl> / * copy state - > wsize or less output bytes into the circular window * / <nl> - copy = out - strm - > avail_out ; <nl> if ( copy > = state - > wsize ) { <nl> - zmemcpy ( state - > window , strm - > next_out - state - > wsize , state - > wsize ) ; <nl> + zmemcpy ( state - > window , end - state - > wsize , state - > wsize ) ; <nl> state - > wnext = 0 ; <nl> state - > whave = state - > wsize ; <nl> } <nl> else { <nl> dist = state - > wsize - state - > wnext ; <nl> if ( dist > copy ) dist = copy ; <nl> - zmemcpy ( state - > window + state - > wnext , strm - > next_out - copy , dist ) ; <nl> + zmemcpy ( state - > window + state - > wnext , end - copy , dist ) ; <nl> copy - = dist ; <nl> if ( copy ) { <nl> - zmemcpy ( state - > window , strm - > next_out - copy , copy ) ; <nl> + zmemcpy ( state - > window , end - copy , copy ) ; <nl> state - > wnext = copy ; <nl> state - > whave = state - > wsize ; <nl> } <nl> z_streamp strm ; <nl> int flush ; <nl> { <nl> struct inflate_state FAR * state ; <nl> - unsigned char FAR * next ; / * next input * / <nl> + z_const unsigned char FAR * next ; / * next input * / <nl> unsigned char FAR * put ; / * next output * / <nl> unsigned have , left ; / * available input and output * / <nl> unsigned long hold ; / * bit buffer * / <nl> int flush ; <nl> while ( state - > have < 19 ) <nl> state - > lens [ order [ state - > have + + ] ] = 0 ; <nl> state - > next = state - > codes ; <nl> - state - > lencode = ( code const FAR * ) ( state - > next ) ; <nl> + state - > lencode = ( const code FAR * ) ( state - > next ) ; <nl> state - > lenbits = 7 ; <nl> ret = inflate_table ( CODES , state - > lens , 19 , & ( state - > next ) , <nl> & ( state - > lenbits ) , state - > work ) ; <nl> int flush ; <nl> values here ( 9 and 6 ) without reading the comments in inftrees . h <nl> concerning the ENOUGH constants , which depend on those values * / <nl> state - > next = state - > codes ; <nl> - state - > lencode = ( code const FAR * ) ( state - > next ) ; <nl> + state - > lencode = ( const code FAR * ) ( state - > next ) ; <nl> state - > lenbits = 9 ; <nl> ret = inflate_table ( LENS , state - > lens , state - > nlen , & ( state - > next ) , <nl> & ( state - > lenbits ) , state - > work ) ; <nl> int flush ; <nl> state - > mode = BAD ; <nl> break ; <nl> } <nl> - state - > distcode = ( code const FAR * ) ( state - > next ) ; <nl> + state - > distcode = ( const code FAR * ) ( state - > next ) ; <nl> state - > distbits = 6 ; <nl> ret = inflate_table ( DISTS , state - > lens + state - > nlen , state - > ndist , <nl> & ( state - > next ) , & ( state - > distbits ) , state - > work ) ; <nl> int flush ; <nl> RESTORE ( ) ; <nl> if ( state - > wsize | | ( out ! = strm - > avail_out & & state - > mode < BAD & & <nl> ( state - > mode < CHECK | | flush ! = Z_FINISH ) ) ) <nl> - if ( updatewindow ( strm , out ) ) { <nl> + if ( updatewindow ( strm , strm - > next_out , out - strm - > avail_out ) ) { <nl> state - > mode = MEM ; <nl> return Z_MEM_ERROR ; <nl> } <nl> z_streamp strm ; <nl> return Z_OK ; <nl> } <nl> <nl> + int ZEXPORT inflateGetDictionary ( strm , dictionary , dictLength ) <nl> + z_streamp strm ; <nl> + Bytef * dictionary ; <nl> + uInt * dictLength ; <nl> + { <nl> + struct inflate_state FAR * state ; <nl> + <nl> + / * check state * / <nl> + if ( strm = = Z_NULL | | strm - > state = = Z_NULL ) return Z_STREAM_ERROR ; <nl> + state = ( struct inflate_state FAR * ) strm - > state ; <nl> + <nl> + / * copy dictionary * / <nl> + if ( state - > whave & & dictionary ! = Z_NULL ) { <nl> + zmemcpy ( dictionary , state - > window + state - > wnext , <nl> + state - > whave - state - > wnext ) ; <nl> + zmemcpy ( dictionary + state - > whave - state - > wnext , <nl> + state - > window , state - > wnext ) ; <nl> + } <nl> + if ( dictLength ! = Z_NULL ) <nl> + * dictLength = state - > whave ; <nl> + return Z_OK ; <nl> + } <nl> + <nl> int ZEXPORT inflateSetDictionary ( strm , dictionary , dictLength ) <nl> z_streamp strm ; <nl> const Bytef * dictionary ; <nl> uInt dictLength ; <nl> { <nl> struct inflate_state FAR * state ; <nl> unsigned long dictid ; <nl> - unsigned char * next ; <nl> - unsigned avail ; <nl> int ret ; <nl> <nl> / * check state * / <nl> uInt dictLength ; <nl> <nl> / * copy dictionary to window using updatewindow ( ) , which will amend the <nl> existing dictionary if appropriate * / <nl> - next = strm - > next_out ; <nl> - avail = strm - > avail_out ; <nl> - strm - > next_out = ( Bytef * ) dictionary + dictLength ; <nl> - strm - > avail_out = 0 ; <nl> - ret = updatewindow ( strm , dictLength ) ; <nl> - strm - > avail_out = avail ; <nl> - strm - > next_out = next ; <nl> + ret = updatewindow ( strm , dictionary + dictLength , dictLength ) ; <nl> if ( ret ) { <nl> state - > mode = MEM ; <nl> return Z_MEM_ERROR ; <nl> gz_headerp head ; <nl> * / <nl> local unsigned syncsearch ( have , buf , len ) <nl> unsigned FAR * have ; <nl> - unsigned char FAR * buf ; <nl> + const unsigned char FAR * buf ; <nl> unsigned len ; <nl> { <nl> unsigned got ; <nl> mmm a / 3rdparty / zlib / inftrees . c <nl> ppp b / 3rdparty / zlib / inftrees . c <nl> <nl> / * inftrees . c - - generate Huffman trees for efficient decoding <nl> - * Copyright ( C ) 1995 - 2012 Mark Adler <nl> + * Copyright ( C ) 1995 - 2013 Mark Adler <nl> * For conditions of distribution and use , see copyright notice in zlib . h <nl> * / <nl> <nl> <nl> # define MAXBITS 15 <nl> <nl> const char inflate_copyright [ ] = <nl> - " inflate 1 . 2 . 7 Copyright 1995 - 2012 Mark Adler " ; <nl> + " inflate 1 . 2 . 8 Copyright 1995 - 2013 Mark Adler " ; <nl> / * <nl> If you use the zlib library in a product , an acknowledgment is welcome <nl> in the documentation of your product . If for some reason you cannot <nl> unsigned short FAR * work ; <nl> 35 , 43 , 51 , 59 , 67 , 83 , 99 , 115 , 131 , 163 , 195 , 227 , 258 , 0 , 0 } ; <nl> static const unsigned short lext [ 31 ] = { / * Length codes 257 . . 285 extra * / <nl> 16 , 16 , 16 , 16 , 16 , 16 , 16 , 16 , 17 , 17 , 17 , 17 , 18 , 18 , 18 , 18 , <nl> - 19 , 19 , 19 , 19 , 20 , 20 , 20 , 20 , 21 , 21 , 21 , 21 , 16 , 78 , 68 } ; <nl> + 19 , 19 , 19 , 19 , 20 , 20 , 20 , 20 , 21 , 21 , 21 , 21 , 16 , 72 , 78 } ; <nl> static const unsigned short dbase [ 32 ] = { / * Distance codes 0 . . 29 base * / <nl> 1 , 2 , 3 , 4 , 5 , 7 , 9 , 13 , 17 , 25 , 33 , 49 , 65 , 97 , 129 , 193 , <nl> 257 , 385 , 513 , 769 , 1025 , 1537 , 2049 , 3073 , 4097 , 6145 , <nl> unsigned short FAR * work ; <nl> mask = used - 1 ; / * mask for comparing low * / <nl> <nl> / * check available table space * / <nl> - if ( ( type = = LENS & & used > = ENOUGH_LENS ) | | <nl> - ( type = = DISTS & & used > = ENOUGH_DISTS ) ) <nl> + if ( ( type = = LENS & & used > ENOUGH_LENS ) | | <nl> + ( type = = DISTS & & used > ENOUGH_DISTS ) ) <nl> return 1 ; <nl> <nl> / * process all codes and make table entries * / <nl> unsigned short FAR * work ; <nl> <nl> / * check for enough space * / <nl> used + = 1U < < curr ; <nl> - if ( ( type = = LENS & & used > = ENOUGH_LENS ) | | <nl> - ( type = = DISTS & & used > = ENOUGH_DISTS ) ) <nl> + if ( ( type = = LENS & & used > ENOUGH_LENS ) | | <nl> + ( type = = DISTS & & used > ENOUGH_DISTS ) ) <nl> return 1 ; <nl> <nl> / * point entry in root table to sub - table * / <nl> mmm a / 3rdparty / zlib / trees . c <nl> ppp b / 3rdparty / zlib / trees . c <nl> local void send_tree OF ( ( deflate_state * s , ct_data * tree , int max_code ) ) ; <nl> local int build_bl_tree OF ( ( deflate_state * s ) ) ; <nl> local void send_all_trees OF ( ( deflate_state * s , int lcodes , int dcodes , <nl> int blcodes ) ) ; <nl> - local void compress_block OF ( ( deflate_state * s , ct_data * ltree , <nl> - ct_data * dtree ) ) ; <nl> + local void compress_block OF ( ( deflate_state * s , const ct_data * ltree , <nl> + const ct_data * dtree ) ) ; <nl> local int detect_data_type OF ( ( deflate_state * s ) ) ; <nl> local unsigned bi_reverse OF ( ( unsigned value , int length ) ) ; <nl> local void bi_windup OF ( ( deflate_state * s ) ) ; <nl> void ZLIB_INTERNAL _tr_flush_block ( s , buf , stored_len , last ) <nl> } else if ( s - > strategy = = Z_FIXED | | static_lenb = = opt_lenb ) { <nl> # endif <nl> send_bits ( s , ( STATIC_TREES < < 1 ) + last , 3 ) ; <nl> - compress_block ( s , ( ct_data * ) static_ltree , ( ct_data * ) static_dtree ) ; <nl> + compress_block ( s , ( const ct_data * ) static_ltree , <nl> + ( const ct_data * ) static_dtree ) ; <nl> # ifdef DEBUG <nl> s - > compressed_len + = 3 + s - > static_len ; <nl> # endif <nl> void ZLIB_INTERNAL _tr_flush_block ( s , buf , stored_len , last ) <nl> send_bits ( s , ( DYN_TREES < < 1 ) + last , 3 ) ; <nl> send_all_trees ( s , s - > l_desc . max_code + 1 , s - > d_desc . max_code + 1 , <nl> max_blindex + 1 ) ; <nl> - compress_block ( s , ( ct_data * ) s - > dyn_ltree , ( ct_data * ) s - > dyn_dtree ) ; <nl> + compress_block ( s , ( const ct_data * ) s - > dyn_ltree , <nl> + ( const ct_data * ) s - > dyn_dtree ) ; <nl> # ifdef DEBUG <nl> s - > compressed_len + = 3 + s - > opt_len ; <nl> # endif <nl> int ZLIB_INTERNAL _tr_tally ( s , dist , lc ) <nl> * / <nl> local void compress_block ( s , ltree , dtree ) <nl> deflate_state * s ; <nl> - ct_data * ltree ; / * literal tree * / <nl> - ct_data * dtree ; / * distance tree * / <nl> + const ct_data * ltree ; / * literal tree * / <nl> + const ct_data * dtree ; / * distance tree * / <nl> { <nl> unsigned dist ; / * distance of matched string * / <nl> int lc ; / * match length or unmatched char ( if dist = = 0 ) * / <nl> mmm a / 3rdparty / zlib / uncompr . c <nl> ppp b / 3rdparty / zlib / uncompr . c <nl> int ZEXPORT uncompress ( dest , destLen , source , sourceLen ) <nl> z_stream stream ; <nl> int err ; <nl> <nl> - stream . next_in = ( Bytef * ) source ; <nl> + stream . next_in = ( z_const Bytef * ) source ; <nl> stream . avail_in = ( uInt ) sourceLen ; <nl> / * Check for source > 64K on 16 - bit machine : * / <nl> if ( ( uLong ) stream . avail_in ! = sourceLen ) return Z_BUF_ERROR ; <nl> mmm a / 3rdparty / zlib / zconf . h . cmakein <nl> ppp b / 3rdparty / zlib / zconf . h . cmakein <nl> <nl> / * zconf . h - - configuration of the zlib compression library <nl> - * Copyright ( C ) 1995 - 2012 Jean - loup Gailly . <nl> + * Copyright ( C ) 1995 - 2013 Jean - loup Gailly . <nl> * For conditions of distribution and use , see copyright notice in zlib . h <nl> * / <nl> <nl> <nl> # define _dist_code z__dist_code <nl> # define _length_code z__length_code <nl> # define _tr_align z__tr_align <nl> + # define _tr_flush_bits z__tr_flush_bits <nl> # define _tr_flush_block z__tr_flush_block <nl> # define _tr_init z__tr_init <nl> # define _tr_stored_block z__tr_stored_block <nl> <nl> # define gzopen_w z_gzopen_w <nl> # endif <nl> # define gzprintf z_gzprintf <nl> + # define gzvprintf z_gzvprintf <nl> # define gzputc z_gzputc <nl> # define gzputs z_gzputs <nl> # define gzread z_gzread <nl> <nl> # define inflateReset z_inflateReset <nl> # define inflateReset2 z_inflateReset2 <nl> # define inflateSetDictionary z_inflateSetDictionary <nl> + # define inflateGetDictionary z_inflateGetDictionary <nl> # define inflateSync z_inflateSync <nl> # define inflateSyncPoint z_inflateSyncPoint <nl> # define inflateUndermine z_inflateUndermine <nl> typedef uLong FAR uLongf ; <nl> typedef Byte * voidp ; <nl> # endif <nl> <nl> - / * . / configure may # define Z_U4 here * / <nl> - <nl> # if ! defined ( Z_U4 ) & & ! defined ( Z_SOLO ) & & defined ( STDC ) <nl> # include < limits . h > <nl> # if ( UINT_MAX = = 0xffffffffUL ) <nl> # define Z_U4 unsigned <nl> - # else <nl> - # if ( ULONG_MAX = = 0xffffffffUL ) <nl> - # define Z_U4 unsigned long <nl> - # else <nl> - # if ( USHRT_MAX = = 0xffffffffUL ) <nl> - # define Z_U4 unsigned short <nl> - # endif <nl> - # endif <nl> + # elif ( ULONG_MAX = = 0xffffffffUL ) <nl> + # define Z_U4 unsigned long <nl> + # elif ( USHRT_MAX = = 0xffffffffUL ) <nl> + # define Z_U4 unsigned short <nl> # endif <nl> # endif <nl> <nl> typedef uLong FAR uLongf ; <nl> # endif <nl> # endif <nl> <nl> + # if defined ( STDC ) | | defined ( Z_HAVE_STDARG_H ) <nl> + # ifndef Z_SOLO <nl> + # include < stdarg . h > / * for va_list * / <nl> + # endif <nl> + # endif <nl> + <nl> # ifdef _WIN32 <nl> - # include < stddef . h > / * for wchar_t * / <nl> + # ifndef Z_SOLO <nl> + # include < stddef . h > / * for wchar_t * / <nl> + # endif <nl> # endif <nl> <nl> / * a little trick to accommodate both " # define _LARGEFILE64_SOURCE " and <nl> typedef uLong FAR uLongf ; <nl> * both " # undef _LARGEFILE64_SOURCE " and " # define _LARGEFILE64_SOURCE 0 " as <nl> * equivalently requesting no 64 - bit operations <nl> * / <nl> - # if defined ( LARGEFILE64_SOURCE ) & & - _LARGEFILE64_SOURCE - - 1 = = 1 <nl> + # if defined ( _LARGEFILE64_SOURCE ) & & - _LARGEFILE64_SOURCE - - 1 = = 1 <nl> # undef _LARGEFILE64_SOURCE <nl> # endif <nl> <nl> typedef uLong FAR uLongf ; <nl> # define Z_HAVE_UNISTD_H <nl> # endif <nl> # ifndef Z_SOLO <nl> - # if defined ( Z_HAVE_UNISTD_H ) | | defined ( LARGEFILE64_SOURCE ) <nl> + # if defined ( Z_HAVE_UNISTD_H ) | | defined ( _LARGEFILE64_SOURCE ) <nl> # include < unistd . h > / * for SEEK_ * , off_t , and _LFS64_LARGEFILE * / <nl> # ifdef VMS <nl> # include < unixio . h > / * for off_t * / <nl> mmm a / 3rdparty / zlib / zlib . h <nl> ppp b / 3rdparty / zlib / zlib . h <nl> <nl> / * zlib . h - - interface of the ' zlib ' general purpose compression library <nl> - version 1 . 2 . 7 , May 2nd , 2012 <nl> + version 1 . 2 . 8 , April 28th , 2013 <nl> <nl> - Copyright ( C ) 1995 - 2012 Jean - loup Gailly and Mark Adler <nl> + Copyright ( C ) 1995 - 2013 Jean - loup Gailly and Mark Adler <nl> <nl> This software is provided ' as - is ' , without any express or implied <nl> warranty . In no event will the authors be held liable for any damages <nl> <nl> extern " C " { <nl> # endif <nl> <nl> - # define ZLIB_VERSION " 1 . 2 . 7 " <nl> - # define ZLIB_VERNUM 0x1270 <nl> + # define ZLIB_VERSION " 1 . 2 . 8 " <nl> + # define ZLIB_VERNUM 0x1280 <nl> # define ZLIB_VER_MAJOR 1 <nl> # define ZLIB_VER_MINOR 2 <nl> - # define ZLIB_VER_REVISION 7 <nl> + # define ZLIB_VER_REVISION 8 <nl> # define ZLIB_VER_SUBREVISION 0 <nl> <nl> / * <nl> ZEXTERN int ZEXPORT inflateSetDictionary OF ( ( z_streamp strm , <nl> inflate ( ) . <nl> * / <nl> <nl> + ZEXTERN int ZEXPORT inflateGetDictionary OF ( ( z_streamp strm , <nl> + Bytef * dictionary , <nl> + uInt * dictLength ) ) ; <nl> + / * <nl> + Returns the sliding dictionary being maintained by inflate . dictLength is <nl> + set to the number of bytes in the dictionary , and that many bytes are copied <nl> + to dictionary . dictionary must have enough space , where 32768 bytes is <nl> + always enough . If inflateGetDictionary ( ) is called with dictionary equal to <nl> + Z_NULL , then only the dictionary length is returned , and nothing is copied . <nl> + Similary , if dictLength is Z_NULL , then it is not set . <nl> + <nl> + inflateGetDictionary returns Z_OK on success , or Z_STREAM_ERROR if the <nl> + stream state is inconsistent . <nl> + * / <nl> + <nl> ZEXTERN int ZEXPORT inflateSync OF ( ( z_streamp strm ) ) ; <nl> / * <nl> Skips invalid compressed data until a possible full flush point ( see above <nl> ZEXTERN int ZEXPORT inflateSync OF ( ( z_streamp strm ) ) ; <nl> available input is skipped . No output is provided . <nl> <nl> inflateSync searches for a 00 00 FF FF pattern in the compressed data . <nl> - All full flush points have this pattern , but not all occurences of this <nl> + All full flush points have this pattern , but not all occurrences of this <nl> pattern are full flush points . <nl> <nl> inflateSync returns Z_OK if a possible full flush point has been found , <nl> ZEXTERN int ZEXPORT inflateBackInit OF ( ( z_streamp strm , int windowBits , <nl> the version of the header file . <nl> * / <nl> <nl> - typedef unsigned ( * in_func ) OF ( ( void FAR * , unsigned char FAR * FAR * ) ) ; <nl> + typedef unsigned ( * in_func ) OF ( ( void FAR * , <nl> + z_const unsigned char FAR * FAR * ) ) ; <nl> typedef int ( * out_func ) OF ( ( void FAR * , unsigned char FAR * , unsigned ) ) ; <nl> <nl> ZEXTERN int ZEXPORT inflateBack OF ( ( z_streamp strm , <nl> ZEXTERN int ZEXPORT inflateBack OF ( ( z_streamp strm , <nl> out_func out , void FAR * out_desc ) ) ; <nl> / * <nl> inflateBack ( ) does a raw inflate with a single call using a call - back <nl> - interface for input and output . This is more efficient than inflate ( ) for <nl> - file i / o applications in that it avoids copying between the output and the <nl> - sliding window by simply making the window itself the output buffer . This <nl> - function trusts the application to not change the output buffer passed by <nl> - the output function , at least until inflateBack ( ) returns . <nl> + interface for input and output . This is potentially more efficient than <nl> + inflate ( ) for file i / o applications , in that it avoids copying between the <nl> + output and the sliding window by simply making the window itself the output <nl> + buffer . inflate ( ) can be faster on modern CPUs when used with large <nl> + buffers . inflateBack ( ) trusts the application to not change the output <nl> + buffer passed by the output function , at least until inflateBack ( ) returns . <nl> <nl> inflateBackInit ( ) must be called first to allocate the internal state <nl> and to initialize the state with the user - provided window buffer . <nl> ZEXTERN int ZEXPORT deflateResetKeep OF ( ( z_streamp ) ) ; <nl> ZEXTERN gzFile ZEXPORT gzopen_w OF ( ( const wchar_t * path , <nl> const char * mode ) ) ; <nl> # endif <nl> + # if defined ( STDC ) | | defined ( Z_HAVE_STDARG_H ) <nl> + # ifndef Z_SOLO <nl> + ZEXTERN int ZEXPORTVA gzvprintf Z_ARG ( ( gzFile file , <nl> + const char * format , <nl> + va_list va ) ) ; <nl> + # endif <nl> + # endif <nl> <nl> # ifdef __cplusplus <nl> } <nl> mmm a / 3rdparty / zlib / zutil . c <nl> ppp b / 3rdparty / zlib / zutil . c <nl> <nl> struct internal_state { int dummy ; } ; / * for buggy compilers * / <nl> # endif <nl> <nl> - const char * const z_errmsg [ 10 ] = { <nl> + z_const char * const z_errmsg [ 10 ] = { <nl> " need dictionary " , / * Z_NEED_DICT 2 * / <nl> " stream end " , / * Z_STREAM_END 1 * / <nl> " " , / * Z_OK 0 * / <nl> mmm a / 3rdparty / zlib / zutil . h <nl> ppp b / 3rdparty / zlib / zutil . h <nl> <nl> / * zutil . h - - internal interface and configuration of the compression library <nl> - * Copyright ( C ) 1995 - 2012 Jean - loup Gailly . <nl> + * Copyright ( C ) 1995 - 2013 Jean - loup Gailly . <nl> * For conditions of distribution and use , see copyright notice in zlib . h <nl> * / <nl> <nl> typedef unsigned short ush ; <nl> typedef ush FAR ushf ; <nl> typedef unsigned long ulg ; <nl> <nl> - extern const char * const z_errmsg [ 10 ] ; / * indexed by 2 - zlib_error * / <nl> + extern z_const char * const z_errmsg [ 10 ] ; / * indexed by 2 - zlib_error * / <nl> / * ( size given to avoid silly warnings with Visual C + + ) * / <nl> <nl> # define ERR_MSG ( err ) z_errmsg [ Z_NEED_DICT - ( err ) ] <nl> <nl> # define ERR_RETURN ( strm , err ) \ <nl> - return ( strm - > msg = ( char * ) ERR_MSG ( err ) , ( err ) ) <nl> + return ( strm - > msg = ERR_MSG ( err ) , ( err ) ) <nl> / * To be used only when the state is known to be valid * / <nl> <nl> / * common constants * / <nl> extern const char * const z_errmsg [ 10 ] ; / * indexed by 2 - zlib_error * / <nl> # endif <nl> <nl> / * provide prototypes for these when building zlib without LFS * / <nl> - # if ! defined ( _WIN32 ) & & ( ! defined ( _LARGEFILE64_SOURCE ) | | _LFS64_LARGEFILE - 0 = = 0 ) <nl> + # if ! defined ( _WIN32 ) & & \ <nl> + ( ! defined ( _LARGEFILE64_SOURCE ) | | _LFS64_LARGEFILE - 0 = = 0 ) <nl> ZEXTERN uLong ZEXPORT adler32_combine64 OF ( ( uLong , uLong , z_off_t ) ) ; <nl> ZEXTERN uLong ZEXPORT crc32_combine64 OF ( ( uLong , uLong , z_off_t ) ) ; <nl> # endif <nl> mmm a / CMakeLists . txt <nl> ppp b / CMakeLists . txt <nl> status ( " OpenGL support : " HAVE_OPENGL THEN " YES ( $ { OPENGL_LIBRARIES } ) " ELSE N <nl> # = = = = = = = = = = = = = = = = = = = = = = = = = = MEDIA IO = = = = = = = = = = = = = = = = = = = = = = = = = = <nl> status ( " " ) <nl> status ( " Media I / O : " ) <nl> - status ( " ZLib : " BUILD_ZLIB THEN " build ( ver $ { ZLIB_VERSION_STRING } ) " ELSE " $ { ZLIB_LIBRARY } ( ver $ { ZLIB_VERSION_STRING } ) " ) <nl> + status ( " ZLib : " BUILD_ZLIB THEN " build ( ver $ { ZLIB_VERSION_STRING } ) " ELSE " $ { ZLIB_LIBRARIES } ( ver $ { ZLIB_VERSION_STRING } ) " ) <nl> <nl> if ( WITH_JPEG ) <nl> status ( " JPEG : " JPEG_FOUND THEN " $ { JPEG_LIBRARY } ( ver $ { JPEG_LIB_VERSION } ) " ELSE " build ( ver $ { JPEG_LIB_VERSION } ) " ) <nl> mmm a / cmake / OpenCVFindLibsGrfmt . cmake <nl> ppp b / cmake / OpenCVFindLibsGrfmt . cmake <nl> <nl> if ( BUILD_ZLIB ) <nl> ocv_clear_vars ( ZLIB_FOUND ) <nl> else ( ) <nl> - include ( FindZLIB ) <nl> + find_package ( ZLIB " $ { MIN_VER_ZLIB } " ) <nl> if ( ZLIB_FOUND AND ANDROID ) <nl> - if ( ZLIB_LIBRARY STREQUAL " $ { ANDROID_SYSROOT } / usr / lib / libz . so " ) <nl> - set ( ZLIB_LIBRARY z ) <nl> + if ( ZLIB_LIBRARIES STREQUAL " $ { ANDROID_SYSROOT } / usr / lib / libz . so " ) <nl> set ( ZLIB_LIBRARIES z ) <nl> endif ( ) <nl> endif ( ) <nl> endif ( ) <nl> <nl> if ( NOT ZLIB_FOUND ) <nl> - ocv_clear_vars ( ZLIB_LIBRARY ZLIB_LIBRARIES ZLIB_INCLUDE_DIR ) <nl> + ocv_clear_vars ( ZLIB_LIBRARY ZLIB_LIBRARIES ZLIB_INCLUDE_DIRS ) <nl> <nl> set ( ZLIB_LIBRARY zlib ) <nl> - set ( ZLIB_LIBRARIES $ { ZLIB_LIBRARY } ) <nl> add_subdirectory ( " $ { OpenCV_SOURCE_DIR } / 3rdparty / zlib " ) <nl> - set ( ZLIB_INCLUDE_DIR " $ { $ { ZLIB_LIBRARY } _SOURCE_DIR } " " $ { $ { ZLIB_LIBRARY } _BINARY_DIR } " ) <nl> + set ( ZLIB_INCLUDE_DIRS " $ { $ { ZLIB_LIBRARY } _SOURCE_DIR } " " $ { $ { ZLIB_LIBRARY } _BINARY_DIR } " ) <nl> + set ( ZLIB_LIBRARIES $ { ZLIB_LIBRARY } ) <nl> <nl> ocv_parse_header2 ( ZLIB " $ { $ { ZLIB_LIBRARY } _SOURCE_DIR } / zlib . h " ZLIB_VERSION ) <nl> endif ( ) <nl> mmm a / cmake / OpenCVMinDepVersions . cmake <nl> ppp b / cmake / OpenCVMinDepVersions . cmake <nl> @ @ - 1 + 1 , 2 @ @ <nl> set ( MIN_VER_CMAKE 2 . 8 . 7 ) <nl> + set ( MIN_VER_ZLIB 1 . 2 . 3 ) <nl> mmm a / modules / core / CMakeLists . txt <nl> ppp b / modules / core / CMakeLists . txt <nl> <nl> set ( the_description " The Core Functionality " ) <nl> ocv_add_module ( core $ { ZLIB_LIBRARIES } OPTIONAL opencv_cudev ) <nl> - ocv_module_include_directories ( $ { ZLIB_INCLUDE_DIR } ) <nl> + ocv_module_include_directories ( $ { ZLIB_INCLUDE_DIRS } ) <nl> <nl> if ( HAVE_WINRT ) <nl> set ( CMAKE_CXX_FLAGS " $ { CMAKE_CXX_FLAGS } / ZW / GS / Gm - / AI \ " $ { WINDOWS_SDK_PATH } / References / CommonConfiguration / Neutral \ " / AI \ " $ { VISUAL_STUDIO_PATH } / vcpackages \ " " ) <nl> mmm a / modules / highgui / CMakeLists . txt <nl> ppp b / modules / highgui / CMakeLists . txt <nl> ocv_add_module ( highgui opencv_imgproc OPTIONAL opencv_androidcamera ) <nl> ocv_clear_vars ( GRFMT_LIBS ) <nl> <nl> if ( HAVE_PNG OR HAVE_TIFF OR HAVE_OPENEXR ) <nl> - ocv_include_directories ( $ { ZLIB_INCLUDE_DIR } ) <nl> + ocv_include_directories ( $ { ZLIB_INCLUDE_DIRS } ) <nl> list ( APPEND GRFMT_LIBS $ { ZLIB_LIBRARIES } ) <nl> endif ( ) <nl> <nl> | Merge pull request from SpecLad : zlib - update | opencv/opencv | 66aa3255b9039600cb506d2cba68817b3268c9d0 | 2013-08-23T08:06:17Z |
mmm a / cmake / treedata / common / retroplayer . txt <nl> ppp b / cmake / treedata / common / retroplayer . txt <nl> <nl> xbmc / cores / RetroPlayer cores / RetroPlayer <nl> + xbmc / cores / RetroPlayer / guibridge cores / RetroPlayer / guibridge <nl> xbmc / cores / RetroPlayer / guicontrols cores / RetroPlayer / guicontrols <nl> xbmc / cores / RetroPlayer / guiwindows cores / RetroPlayer / guiwindows <nl> xbmc / cores / RetroPlayer / process cores / RetroPlayer / process <nl> mmm a / xbmc / ServiceManager . cpp <nl> ppp b / xbmc / ServiceManager . cpp <nl> <nl> # include " cores / AudioEngine / Engines / ActiveAE / ActiveAE . h " <nl> # include " cores / DataCacheCore . h " <nl> # include " cores / playercorefactory / PlayerCoreFactory . h " <nl> - # include " cores / RetroPlayer / rendering / GUIGameRenderManager . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIGameRenderManager . h " <nl> # include " favourites / FavouritesService . h " <nl> # include " games / controllers / ControllerManager . h " <nl> # include " games / GameServices . h " <nl> mmm a / xbmc / cores / RetroPlayer / RetroPlayer . cpp <nl> ppp b / xbmc / cores / RetroPlayer / RetroPlayer . cpp <nl> <nl> # include " RetroPlayerVideo . h " <nl> # include " addons / AddonManager . h " <nl> # include " cores / DataCacheCore . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIGameRenderManager . h " <nl> # include " cores / RetroPlayer / process / RPProcessInfo . h " <nl> - # include " cores / RetroPlayer / rendering / GUIGameRenderManager . h " <nl> # include " cores / RetroPlayer / rendering / RPRenderManager . h " <nl> # include " dialogs / GUIDialogYesNo . h " <nl> # include " filesystem / File . h " <nl> new file mode 100644 <nl> index 000000000000 . . 6a2c808db222 <nl> mmm / dev / null <nl> ppp b / xbmc / cores / RetroPlayer / guibridge / CMakeLists . txt <nl> <nl> + set ( SOURCES GUIGameRenderManager . cpp <nl> + GUIGameSettings . cpp <nl> + GUIGameVideoHandle . cpp <nl> + GUIRenderHandle . cpp <nl> + GUIRenderTarget . cpp <nl> + GUIRenderTargetFactory . cpp <nl> + ) <nl> + <nl> + set ( HEADERS GUIGameRenderManager . h <nl> + GUIGameSettings . h <nl> + GUIGameVideoHandle . h <nl> + GUIRenderHandle . h <nl> + GUIRenderTarget . h <nl> + GUIRenderTargetFactory . h <nl> + IGUIRenderSettings . h <nl> + IRenderCallback . h <nl> + ) <nl> + <nl> + core_add_library ( retroplayer_guibridge ) <nl> similarity index 97 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIGameRenderManager . cpp <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIGameRenderManager . cpp <nl> mmm a / xbmc / cores / RetroPlayer / rendering / GUIGameRenderManager . cpp <nl> ppp b / xbmc / cores / RetroPlayer / guibridge / GUIGameRenderManager . cpp <nl> CGUIGameRenderManager : : ~ CGUIGameRenderManager ( ) = default ; <nl> <nl> void CGUIGameRenderManager : : RegisterPlayer ( CGUIRenderTargetFactory * factory , IRenderCallback * callback ) <nl> { <nl> + / / Set factory <nl> { <nl> CSingleLock lock ( m_targetMutex ) ; <nl> m_factory = factory ; <nl> UpdateRenderTargets ( ) ; <nl> } <nl> <nl> + / / Set callback <nl> { <nl> CSingleLock lock ( m_callbackMutex ) ; <nl> m_callback = callback ; <nl> void CGUIGameRenderManager : : RegisterPlayer ( CGUIRenderTargetFactory * factory , IRe <nl> <nl> void CGUIGameRenderManager : : UnregisterPlayer ( ) <nl> { <nl> + / / Reset callback <nl> { <nl> CSingleLock lock ( m_callbackMutex ) ; <nl> m_callback = nullptr ; <nl> } <nl> <nl> + / / Reset factory <nl> { <nl> CSingleLock lock ( m_targetMutex ) ; <nl> m_factory = nullptr ; <nl> std : : shared_ptr < CGUIRenderHandle > CGUIGameRenderManager : : RegisterControl ( CGUIGam <nl> { <nl> CSingleLock lock ( m_targetMutex ) ; <nl> <nl> + / / Create handle for game control <nl> std : : shared_ptr < CGUIRenderHandle > renderHandle ( new CGUIRenderControlHandle ( * this , control ) ) ; <nl> <nl> std : : shared_ptr < CGUIRenderTarget > renderTarget ; <nl> std : : shared_ptr < CGUIRenderHandle > CGUIGameRenderManager : : RegisterWindow ( CGameWin <nl> { <nl> CSingleLock lock ( m_targetMutex ) ; <nl> <nl> + / / Create handle for game window <nl> std : : shared_ptr < CGUIRenderHandle > renderHandle ( new CGUIRenderFullScreenHandle ( * this , window ) ) ; <nl> <nl> std : : shared_ptr < CGUIRenderTarget > renderTarget ; <nl> similarity index 54 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIGameRenderManager . h <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIGameRenderManager . h <nl> mmm a / xbmc / cores / RetroPlayer / rendering / GUIGameRenderManager . h <nl> ppp b / xbmc / cores / RetroPlayer / guibridge / GUIGameRenderManager . h <nl> namespace RETRO <nl> class CGUIRenderTarget ; <nl> class IRenderCallback ; <nl> <nl> + / * ! <nl> + * \ brief Class to safely route commands between the GUI and RetroPlayer <nl> + * <nl> + * This class is brought up before the GUI and player core factory . It <nl> + * provides the GUI with safe access to a registered player . <nl> + * <nl> + * Access to the player is done through handles . When a handle is no <nl> + * longer needed , it should be destroyed . <nl> + * <nl> + * Two kinds of handles are provided : <nl> + * <nl> + * - CGUIRenderHandle <nl> + * Allows the holder to invoke render events <nl> + * <nl> + * - CGUIGameVideoHandle <nl> + * Allows the holder to query video properties , such as the filter <nl> + * or view mode . <nl> + * <nl> + * Each manager fulfills the following design requirements : <nl> + * <nl> + * 1 . No assumption of player lifetimes <nl> + * <nl> + * 2 . No assumption of GUI element lifetimes , as long as handles are <nl> + * destroyed before this class is destructed <nl> + * <nl> + * 3 . No limit on the number of handles <nl> + * / <nl> class CGUIGameRenderManager <nl> { <nl> friend class CGUIGameVideoHandle ; <nl> namespace RETRO <nl> CGUIGameRenderManager ( ) = default ; <nl> ~ CGUIGameRenderManager ( ) ; <nl> <nl> + / * ! <nl> + * \ brief Register a RetroPlayer instance <nl> + * <nl> + * \ param factory The interface for creating render targets exposed to the GUI <nl> + * \ param callback The interface for querying video properties <nl> + * / <nl> void RegisterPlayer ( CGUIRenderTargetFactory * factory , IRenderCallback * callback ) ; <nl> + <nl> + / * ! <nl> + * \ brief Unregister a RetroPlayer instance <nl> + * / <nl> void UnregisterPlayer ( ) ; <nl> <nl> + / * ! <nl> + * \ brief Register a GUI game control ( " gamewindow " skin control ) <nl> + * <nl> + * \ param control The game control <nl> + * <nl> + * \ return A handle to invoke render events <nl> + * / <nl> std : : shared_ptr < CGUIRenderHandle > RegisterControl ( CGUIGameControl & control ) ; <nl> + <nl> + / * ! <nl> + * \ brief Register a fullscreen game window ( " FullscreenGame " window ) <nl> + * <nl> + * \ param window The game window <nl> + * <nl> + * \ return A handle to invoke render events <nl> + * / <nl> std : : shared_ptr < CGUIRenderHandle > RegisterWindow ( CGameWindowFullScreen & window ) ; <nl> + <nl> + / * ! <nl> + * \ brief Register a video select dialog ( for selecting video filters , <nl> + * view modes , etc . ) <nl> + * <nl> + * \ param dialog The video select dialog <nl> + * <nl> + * \ return A handle to query game and video properties <nl> + * / <nl> std : : shared_ptr < CGUIGameVideoHandle > RegisterDialog ( GAME : : CDialogGameVideoSelect & dialog ) ; <nl> <nl> protected : <nl> namespace RETRO <nl> bool SupportsScalingMethod ( ESCALINGMETHOD method ) ; <nl> <nl> private : <nl> + / * ! <nl> + * \ brief Helper function to create or destroy render targets when a <nl> + * factory is registered / unregistered <nl> + * / <nl> void UpdateRenderTargets ( ) ; <nl> <nl> + / * ! <nl> + * \ brief Helper function to create a render target <nl> + * <nl> + * \ param handle The handle given to the registered GUI element <nl> + * <nl> + * \ return A target to receive rendering commands <nl> + * / <nl> CGUIRenderTarget * CreateRenderTarget ( CGUIRenderHandle * handle ) ; <nl> <nl> + / / Render events <nl> CGUIRenderTargetFactory * m_factory = nullptr ; <nl> std : : map < CGUIRenderHandle * , std : : shared_ptr < CGUIRenderTarget > > m_renderTargets ; <nl> CCriticalSection m_targetMutex ; <nl> <nl> + / / Video properties <nl> IRenderCallback * m_callback = nullptr ; <nl> CCriticalSection m_callbackMutex ; <nl> } ; <nl> similarity index 100 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIGameSettings . cpp <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIGameSettings . cpp <nl> similarity index 96 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIGameSettings . h <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIGameSettings . h <nl> mmm a / xbmc / cores / RetroPlayer / rendering / GUIGameSettings . h <nl> ppp b / xbmc / cores / RetroPlayer / guibridge / GUIGameSettings . h <nl> <nl> # pragma once <nl> <nl> # include " IGUIRenderSettings . h " <nl> - # include " RenderSettings . h " <nl> + # include " cores / RetroPlayer / rendering / RenderSettings . h " <nl> # include " threads / CriticalSection . h " <nl> # include " utils / Observer . h " <nl> <nl> similarity index 100 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIGameVideoHandle . cpp <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIGameVideoHandle . cpp <nl> similarity index 100 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIGameVideoHandle . h <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIGameVideoHandle . h <nl> similarity index 100 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIRenderHandle . cpp <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIRenderHandle . cpp <nl> similarity index 100 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIRenderHandle . h <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIRenderHandle . h <nl> similarity index 97 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIRenderTarget . cpp <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIRenderTarget . cpp <nl> mmm a / xbmc / cores / RetroPlayer / rendering / GUIRenderTarget . cpp <nl> ppp b / xbmc / cores / RetroPlayer / guibridge / GUIRenderTarget . cpp <nl> <nl> * / <nl> <nl> # include " GUIRenderTarget . h " <nl> - # include " IRenderManager . h " <nl> # include " cores / RetroPlayer / guicontrols / GUIGameControl . h " <nl> # include " cores / RetroPlayer / guiwindows / GameWindowFullScreen . h " <nl> + # include " cores / RetroPlayer / rendering / IRenderManager . h " <nl> <nl> using namespace KODI ; <nl> using namespace RETRO ; <nl> similarity index 82 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIRenderTarget . h <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIRenderTarget . h <nl> mmm a / xbmc / cores / RetroPlayer / rendering / GUIRenderTarget . h <nl> ppp b / xbmc / cores / RetroPlayer / guibridge / GUIRenderTarget . h <nl> namespace RETRO <nl> <nl> / / mmm CGUIRenderTarget mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> <nl> + / * ! <nl> + * \ brief A target of rendering commands <nl> + * <nl> + * This class abstracts the destination of rendering commands . As a result , <nl> + * controls and windows are given a unified API . <nl> + * / <nl> class CGUIRenderTarget <nl> { <nl> public : <nl> namespace RETRO <nl> <nl> virtual ~ CGUIRenderTarget ( ) = default ; <nl> <nl> + / * ! <nl> + * \ brief Draw the frame to the rendering area <nl> + * / <nl> virtual void Render ( ) = 0 ; <nl> <nl> + / * ! <nl> + * \ brief Draw the frame to the rendering area differently somehow <nl> + * / <nl> virtual void RenderEx ( ) = 0 ; <nl> <nl> + / * ! <nl> + * \ brief Clear the background of the rendering area <nl> + * / <nl> virtual void ClearBackground ( ) { } / / ! @ todo <nl> <nl> + / * ! <nl> + * \ brief Check of the rendering area is dirty <nl> + * / <nl> virtual bool IsDirty ( ) { return true ; } / / ! @ todo <nl> <nl> protected : <nl> similarity index 100 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIRenderTargetFactory . cpp <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIRenderTargetFactory . cpp <nl> similarity index 100 % <nl> rename from xbmc / cores / RetroPlayer / rendering / GUIRenderTargetFactory . h <nl> rename to xbmc / cores / RetroPlayer / guibridge / GUIRenderTargetFactory . h <nl> similarity index 96 % <nl> rename from xbmc / cores / RetroPlayer / rendering / IGUIRenderSettings . h <nl> rename to xbmc / cores / RetroPlayer / guibridge / IGUIRenderSettings . h <nl> mmm a / xbmc / cores / RetroPlayer / rendering / IGUIRenderSettings . h <nl> ppp b / xbmc / cores / RetroPlayer / guibridge / IGUIRenderSettings . h <nl> <nl> * / <nl> # pragma once <nl> <nl> - # include " RenderSettings . h " <nl> + # include " cores / RetroPlayer / rendering / RenderSettings . h " <nl> <nl> namespace KODI <nl> { <nl> similarity index 100 % <nl> rename from xbmc / cores / RetroPlayer / rendering / IRenderCallback . h <nl> rename to xbmc / cores / RetroPlayer / guibridge / IRenderCallback . h <nl> mmm a / xbmc / cores / RetroPlayer / guicontrols / GUIGameControl . cpp <nl> ppp b / xbmc / cores / RetroPlayer / guicontrols / GUIGameControl . cpp <nl> <nl> <nl> # include " GUIGameControl . h " <nl> # include " GUIRenderSettings . h " <nl> - # include " cores / RetroPlayer / rendering / GUIGameRenderManager . h " <nl> - # include " cores / RetroPlayer / rendering / GUIRenderHandle . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIGameRenderManager . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIRenderHandle . h " <nl> # include " cores / RetroPlayer / rendering / RenderGeometry . h " <nl> # include " cores / RetroPlayer / rendering / RenderSettings . h " <nl> # include " cores / RetroPlayer / rendering / RenderVideoSettings . h " <nl> mmm a / xbmc / cores / RetroPlayer / guicontrols / GUIRenderSettings . h <nl> ppp b / xbmc / cores / RetroPlayer / guicontrols / GUIRenderSettings . h <nl> <nl> * / <nl> # pragma once <nl> <nl> - # include " cores / RetroPlayer / rendering / IGUIRenderSettings . h " <nl> + # include " cores / RetroPlayer / guibridge / IGUIRenderSettings . h " <nl> # include " cores / RetroPlayer / rendering / RenderGeometry . h " <nl> # include " cores / RetroPlayer / rendering / RenderSettings . h " <nl> # include " cores / IPlayer . h " <nl> mmm a / xbmc / cores / RetroPlayer / guiwindows / GameWindowFullScreen . cpp <nl> ppp b / xbmc / cores / RetroPlayer / guiwindows / GameWindowFullScreen . cpp <nl> <nl> <nl> # include " GameWindowFullScreen . h " <nl> # include " GameWindowFullScreenText . h " <nl> - # include " cores / RetroPlayer / rendering / GUIGameRenderManager . h " <nl> - # include " cores / RetroPlayer / rendering / GUIRenderHandle . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIGameRenderManager . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIRenderHandle . h " <nl> # include " guilib / GraphicContext . h " / / ! @ todo Remove me <nl> # include " guilib / GUIDialog . h " <nl> # include " guilib / GUIControl . h " <nl> mmm a / xbmc / cores / RetroPlayer / rendering / CMakeLists . txt <nl> ppp b / xbmc / cores / RetroPlayer / rendering / CMakeLists . txt <nl> <nl> - set ( SOURCES GUIGameRenderManager . cpp <nl> - GUIGameSettings . cpp <nl> - GUIGameVideoHandle . cpp <nl> - GUIRenderHandle . cpp <nl> - GUIRenderTarget . cpp <nl> - GUIRenderTargetFactory . cpp <nl> - RenderContext . cpp <nl> + set ( SOURCES RenderContext . cpp <nl> RenderGeometry . cpp <nl> RenderSettings . cpp <nl> RenderTranslator . cpp <nl> set ( SOURCES GUIGameRenderManager . cpp <nl> RPRenderManager . cpp <nl> ) <nl> <nl> - set ( HEADERS GUIGameRenderManager . h <nl> - GUIGameSettings . h <nl> - GUIGameVideoHandle . h <nl> - GUIRenderHandle . h <nl> - GUIRenderTarget . h <nl> - GUIRenderTargetFactory . h <nl> - IGUIRenderSettings . h <nl> - IRenderCallback . h <nl> - IRenderManager . h <nl> + set ( HEADERS IRenderManager . h <nl> RenderContext . h <nl> RenderGeometry . h <nl> RenderSettings . h <nl> mmm a / xbmc / cores / RetroPlayer / rendering / RPRenderManager . cpp <nl> ppp b / xbmc / cores / RetroPlayer / rendering / RPRenderManager . cpp <nl> <nl> * / <nl> <nl> # include " RPRenderManager . h " <nl> - # include " GUIGameSettings . h " <nl> - # include " GUIRenderTargetFactory . h " <nl> - # include " IGUIRenderSettings . h " <nl> # include " RenderContext . h " <nl> # include " RenderSettings . h " <nl> # include " RenderTranslator . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIGameSettings . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIRenderTargetFactory . h " <nl> + # include " cores / RetroPlayer / guibridge / IGUIRenderSettings . h " <nl> # include " cores / RetroPlayer / process / IRenderBuffer . h " <nl> # include " cores / RetroPlayer / process / IRenderBufferPool . h " <nl> # include " cores / RetroPlayer / process / RenderBufferManager . h " <nl> mmm a / xbmc / cores / RetroPlayer / rendering / RPRenderManager . h <nl> ppp b / xbmc / cores / RetroPlayer / rendering / RPRenderManager . h <nl> <nl> * / <nl> # pragma once <nl> <nl> - # include " IRenderCallback . h " <nl> # include " IRenderManager . h " <nl> # include " RenderVideoSettings . h " <nl> + # include " cores / RetroPlayer / guibridge / IRenderCallback . h " <nl> # include " threads / CriticalSection . h " <nl> <nl> extern " C " { <nl> mmm a / xbmc / games / dialogs / osd / DialogGameVideoFilter . cpp <nl> ppp b / xbmc / games / dialogs / osd / DialogGameVideoFilter . cpp <nl> <nl> * / <nl> <nl> # include " DialogGameVideoFilter . h " <nl> - # include " cores / RetroPlayer / rendering / GUIGameVideoHandle . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIGameVideoHandle . h " <nl> # include " guilib / LocalizeStrings . h " <nl> # include " guilib / WindowIDs . h " <nl> # include " settings / GameSettings . h " <nl> mmm a / xbmc / games / dialogs / osd / DialogGameVideoSelect . cpp <nl> ppp b / xbmc / games / dialogs / osd / DialogGameVideoSelect . cpp <nl> <nl> * / <nl> <nl> # include " DialogGameVideoSelect . h " <nl> - # include " cores / RetroPlayer / rendering / GUIGameVideoHandle . h " <nl> - # include " cores / RetroPlayer / rendering / GUIGameRenderManager . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIGameVideoHandle . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIGameRenderManager . h " <nl> # include " guilib / GraphicContext . h " <nl> # include " guilib / GUIBaseContainer . h " <nl> # include " guilib / GUIMessage . h " <nl> mmm a / xbmc / games / dialogs / osd / DialogGameViewMode . cpp <nl> ppp b / xbmc / games / dialogs / osd / DialogGameViewMode . cpp <nl> <nl> * / <nl> <nl> # include " DialogGameViewMode . h " <nl> - # include " cores / RetroPlayer / rendering / GUIGameVideoHandle . h " <nl> + # include " cores / RetroPlayer / guibridge / GUIGameVideoHandle . h " <nl> # include " guilib / LocalizeStrings . h " <nl> # include " guilib / WindowIDs . h " <nl> # include " settings / GameSettings . h " <nl> | RetroPlayer : Separate GUI bridge code | xbmc/xbmc | 5cf6c365d108f8c0f92b3371fa005054152ff09c | 2018-02-16T04:12:57Z |
mmm a / cocos / ui / UIRadioButton . cpp <nl> ppp b / cocos / ui / UIRadioButton . cpp <nl> std : : string RadioButtonGroup : : getDescription ( ) const <nl> void RadioButtonGroup : : setAllowedNoSelection ( bool allowedNoSelection ) <nl> { <nl> _allowedNoSelection = allowedNoSelection ; <nl> + if ( ! _allowedNoSelection & & _selectedRadioButton = = nullptr ) <nl> + { <nl> + if ( _radioButtons . size ( ) > 0 ) <nl> + { <nl> + setSelectedButton ( _radioButtons . at ( 0 ) ) ; <nl> + } <nl> + } <nl> } <nl> <nl> bool RadioButtonGroup : : isAllowedNoSelection ( ) const <nl> | Merge pull request from zilongshanren / fix - radiobutton - disallowselection | cocos2d/cocos2d-x | 6d630152c8da57fca2c407ad02d51e2c746fb0b1 | 2015-08-15T11:20:18Z |
mmm a / tensorflow / lite / delegates / hexagon / hexagon_delegate_kernel . cc <nl> ppp b / tensorflow / lite / delegates / hexagon / hexagon_delegate_kernel . cc <nl> void HexagonDelegateKernel : : PrintPerformanceData ( Profiler * profiler ) { <nl> int node_id = builder_ - > GetTFLiteNodeID ( perf_data [ i ] . node_id ) ; <nl> if ( node_id ! = - 1 & & op_type_id > = 0 ) { <nl> profiler - > AddEvent ( ( op_type_id < 0 ? " " : op_name . data ( ) ) , <nl> - Profiler : : EventType : : OPERATOR_INVOKE_EVENT , node_id , 0 , <nl> - counter ) ; <nl> + Profiler : : EventType : : OPERATOR_INVOKE_EVENT , 0 , counter , <nl> + node_id ) ; <nl> } <nl> } <nl> } <nl> | Fix the bug in recording a hexagon profiling event . | tensorflow/tensorflow | fa58bd5e942ae7c87ff9193804ca07d645fb4c4c | 2020-06-12T05:42:41Z |
mmm a / atom / browser / api / atom_api_window . cc <nl> ppp b / atom / browser / api / atom_api_window . cc <nl> void Window : : OnWindowSwipe ( const std : : string & direction ) { <nl> Emit ( " swipe " , direction ) ; <nl> } <nl> <nl> + void Window : : OnWindowSheetBegin ( ) { <nl> + Emit ( " sheet - begin " ) ; <nl> + } <nl> + <nl> + void Window : : OnWindowSheetEnd ( ) { <nl> + Emit ( " sheet - end " ) ; <nl> + } <nl> + <nl> void Window : : OnWindowEnterHtmlFullScreen ( ) { <nl> Emit ( " enter - html - full - screen " ) ; <nl> } <nl> void Window : : OnWindowMessage ( UINT message , WPARAM w_param , LPARAM l_param ) { <nl> } <nl> # endif <nl> <nl> - # if defined ( OS_MACOSX ) <nl> - void Window : : OnWindowSheetBegin ( ) { <nl> - Emit ( " sheet - begin " ) ; <nl> - } <nl> - <nl> - void Window : : OnWindowSheetEnd ( ) { <nl> - Emit ( " sheet - end " ) ; <nl> - } <nl> - # endif <nl> - <nl> / / static <nl> mate : : WrappableBase * Window : : New ( mate : : Arguments * args ) { <nl> if ( ! Browser : : Get ( ) - > is_ready ( ) ) { <nl> mmm a / atom / browser / api / atom_api_window . h <nl> ppp b / atom / browser / api / atom_api_window . h <nl> class Window : public mate : : TrackableObject < Window > , <nl> void OnWindowScrollTouchEnd ( ) override ; <nl> void OnWindowScrollTouchEdge ( ) override ; <nl> void OnWindowSwipe ( const std : : string & direction ) override ; <nl> + void OnWindowSheetBegin ( ) override ; <nl> + void OnWindowSheetEnd ( ) override ; <nl> void OnWindowEnterFullScreen ( ) override ; <nl> void OnWindowLeaveFullScreen ( ) override ; <nl> void OnWindowEnterHtmlFullScreen ( ) override ; <nl> class Window : public mate : : TrackableObject < Window > , <nl> void OnWindowMessage ( UINT message , WPARAM w_param , LPARAM l_param ) override ; <nl> # endif <nl> <nl> - # if defined ( OS_MACOSX ) <nl> - void OnWindowSheetBegin ( ) override ; <nl> - void OnWindowSheetEnd ( ) override ; <nl> - # endif <nl> - <nl> private : <nl> void Init ( v8 : : Isolate * isolate , <nl> v8 : : Local < v8 : : Object > wrapper , <nl> mmm a / atom / browser / native_window . cc <nl> ppp b / atom / browser / native_window . cc <nl> void NativeWindow : : NotifyWindowSwipe ( const std : : string & direction ) { <nl> observer . OnWindowSwipe ( direction ) ; <nl> } <nl> <nl> + void NativeWindow : : NotifyWindowSheetBegin ( ) { <nl> + for ( NativeWindowObserver & observer : observers_ ) <nl> + observer . OnWindowSheetBegin ( ) ; <nl> + } <nl> + <nl> + void NativeWindow : : NotifyWindowSheetEnd ( ) { <nl> + for ( NativeWindowObserver & observer : observers_ ) <nl> + observer . OnWindowSheetEnd ( ) ; <nl> + } <nl> + <nl> void NativeWindow : : NotifyWindowLeaveFullScreen ( ) { <nl> for ( NativeWindowObserver & observer : observers_ ) <nl> observer . OnWindowLeaveFullScreen ( ) ; <nl> void NativeWindow : : NotifyWindowMessage ( <nl> } <nl> # endif <nl> <nl> - # if defined ( OS_MACOSX ) <nl> - void NativeWindow : : NotifyWindowSheetBegin ( ) { <nl> - for ( NativeWindowObserver & observer : observers_ ) <nl> - observer . OnWindowSheetBegin ( ) ; <nl> - } <nl> - <nl> - void NativeWindow : : NotifyWindowSheetEnd ( ) { <nl> - for ( NativeWindowObserver & observer : observers_ ) <nl> - observer . OnWindowSheetEnd ( ) ; <nl> - } <nl> - # endif <nl> - <nl> std : : unique_ptr < SkRegion > NativeWindow : : DraggableRegionsToSkRegion ( <nl> const std : : vector < DraggableRegion > & regions ) { <nl> std : : unique_ptr < SkRegion > sk_region ( new SkRegion ) ; <nl> mmm a / atom / browser / native_window . h <nl> ppp b / atom / browser / native_window . h <nl> class NativeWindow : public base : : SupportsUserData , <nl> void NotifyWindowScrollTouchEnd ( ) ; <nl> void NotifyWindowScrollTouchEdge ( ) ; <nl> void NotifyWindowSwipe ( const std : : string & direction ) ; <nl> + void NotifyWindowSheetBegin ( ) ; <nl> + void NotifyWindowSheetEnd ( ) ; <nl> void NotifyWindowEnterFullScreen ( ) ; <nl> void NotifyWindowLeaveFullScreen ( ) ; <nl> void NotifyWindowEnterHtmlFullScreen ( ) ; <nl> class NativeWindow : public base : : SupportsUserData , <nl> void NotifyWindowMessage ( UINT message , WPARAM w_param , LPARAM l_param ) ; <nl> # endif <nl> <nl> - # if defined ( OS_MACOSX ) <nl> - void NotifyWindowSheetBegin ( ) ; <nl> - void NotifyWindowSheetEnd ( ) ; <nl> - # endif <nl> - <nl> void AddObserver ( NativeWindowObserver * obs ) { <nl> observers_ . AddObserver ( obs ) ; <nl> } <nl> mmm a / atom / browser / native_window_observer . h <nl> ppp b / atom / browser / native_window_observer . h <nl> class NativeWindowObserver { <nl> virtual void OnWindowScrollTouchEnd ( ) { } <nl> virtual void OnWindowScrollTouchEdge ( ) { } <nl> virtual void OnWindowSwipe ( const std : : string & direction ) { } <nl> + virtual void OnWindowSheetBegin ( ) { } <nl> + virtual void OnWindowSheetEnd ( ) { } <nl> virtual void OnWindowEnterFullScreen ( ) { } <nl> virtual void OnWindowLeaveFullScreen ( ) { } <nl> virtual void OnWindowEnterHtmlFullScreen ( ) { } <nl> class NativeWindowObserver { <nl> virtual void OnWindowMessage ( UINT message , WPARAM w_param , LPARAM l_param ) { } <nl> # endif <nl> <nl> - # if defined ( OS_MACOSX ) <nl> - virtual void OnWindowSheetBegin ( ) { } <nl> - virtual void OnWindowSheetEnd ( ) { } <nl> - # endif <nl> - <nl> / / Called when renderer is hung . <nl> virtual void OnRendererUnresponsive ( ) { } <nl> <nl> | Group sheet event methods with other macOS methods | electron/electron | 29a3e11893602ab3bd280ed6f5ae2427aeeec652 | 2017-04-20T17:32:14Z |
mmm a / src / compiler . cc <nl> ppp b / src / compiler . cc <nl> ScriptData : : ScriptData ( const byte * data , int length ) <nl> : owns_data_ ( false ) , data_ ( data ) , length_ ( length ) { <nl> if ( ! IsAligned ( reinterpret_cast < intptr_t > ( data ) , kPointerAlignment ) ) { <nl> byte * copy = NewArray < byte > ( length ) ; <nl> - / / TODO ( yangguo ) : find out why this is not always the case . <nl> - / / ASSERT ( IsAligned ( reinterpret_cast < intptr_t > ( data_ ) , kPointerAlignment ) ) ; <nl> + ASSERT ( IsAligned ( reinterpret_cast < intptr_t > ( copy ) , kPointerAlignment ) ) ; <nl> CopyBytes ( copy , data , length ) ; <nl> data_ = copy ; <nl> AcquireDataOwnership ( ) ; <nl> | Fix assertion in ScriptData . | v8/v8 | ada872481fca8a1b0272cf6c271acbd1e0367bd6 | 2014-07-11T06:58:25Z |
mmm a / test / functional / test_framework / mininode . py <nl> ppp b / test / functional / test_framework / mininode . py <nl> def close ( self , timeout = 10 ) : <nl> wait_until ( lambda : not self . network_event_loop . is_running ( ) , timeout = timeout ) <nl> self . network_event_loop . close ( ) <nl> self . join ( timeout ) <nl> - <nl> + # Safe to remove event loop . <nl> + NetworkThread . network_event_loop = None <nl> <nl> class P2PDataStore ( P2PInterface ) : <nl> " " " A P2P data store class . <nl> | Remove network_event_loop instance in close ( ) | bitcoin/bitcoin | ede8b7608e115364b5bb12e7f39d662145733de6 | 2019-11-03T19:33:49Z |
mmm a / cocos / editor - support / cocostudio / CCArmatureAnimation . cpp <nl> ppp b / cocos / editor - support / cocostudio / CCArmatureAnimation . cpp <nl> float ArmatureAnimation : : getSpeedScale ( ) const <nl> <nl> void ArmatureAnimation : : play ( const std : : string & animationName , int durationTo , int loop ) <nl> { <nl> - CCASSERT ( _animationData , " _animationData can not be null " ) ; <nl> + if ( animationName . empty ( ) ) <nl> + { <nl> + CCLOG ( " _animationData can not be null " ) ; <nl> + return ; <nl> + } <nl> + / / CCASSERT ( _animationData , " _animationData can not be null " ) ; <nl> <nl> _movementData = _animationData - > getMovement ( animationName . c_str ( ) ) ; <nl> - CCASSERT ( _movementData , " _movementData can not be null " ) ; <nl> + if ( nullptr = = _movementData ) <nl> + { <nl> + CCLOG ( " _movementData can not be null " ) ; <nl> + return ; <nl> + } <nl> + / / CCASSERT ( _movementData , " _movementData can not be null " ) ; <nl> <nl> / / ! Get key frame count <nl> _rawDuration = _movementData - > duration ; <nl> | Fix ArmatureAnimation crash | cocos2d/cocos2d-x | be20666b651c75a9b08a8559abe8b8a4cc795981 | 2015-05-18T04:08:26Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.